@charset "UTF-8";
/* CSS Document */


.maincontents-inner {
	background-image: url("../../images/about/back01.png");
background-position: center top 50px;
background-repeat: no-repeat;
background-size: auto 380px;
}


/* layout01 */

.layout01 .box-img img {
	border-radius: 35px;
}

.layout01 h6 {
	font-family: "Zen Maru Gothic", serif;
	color: #808080;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: 400;
	padding-top: 50px;
}

.layout01 h6 span {
	font-size: 21px;
}

.layout01 p {
	line-height: 2;
}


/* layout02 */

.layout02 h2 {
	padding-bottom: 10px;
}

.layout02 h2::before {
	content: "内科・小児科・呼吸器内科・アレルギー科・各種検診可能";
	display: block;
	margin: 0px auto;
	margin-bottom: 10px;
	padding: 8px 15px;
	border-radius: 60px;
	font-family: "Zen Maru Gothic", serif;
	font-size: 19px;
color: #1fb589;
line-height: 1.2;
letter-spacing: 0.05em;
font-weight: 400;
	background-color: #d3ede2;
	width: 580px;
	text-align: center;
}

.layout02 h2 img {
	height: 90px;
	width: auto;
}

.layout02 h3, .layout02 h3 a, .layout03 .layout-time p {
	font-family: "M PLUS Rounded 1c", serif;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: 300;
}

.layout02 h3, .layout02 h3 a {
	font-size: 46px;
	color: #1fb589;
	letter-spacing: 0.05em;
}

.layout02 h3 {
	display: inline-block;
}

.layout02 h3::before {
	content: "TEL";
	font-size: 25px;
	display: inline-block;
	padding-right: 10px;
}

/* layout03 */

.layout03 {
	width: 1030px;
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
}

.layout03 .box-img {
	width: 490px;
}

.layout03 .box-img p {
	padding-top: 15px;
}

.layout03 .layout-time {
	width: 480px;
}

.layout03 .layout-time p {
	font-size: 14px;
	text-align: left;
	padding-top: 20px;
	line-height: 1.6;
}

/* layout04 */

.layout04 {
	width: 1140px;
}

.layout04 ul {
	display: flex;
  justify-content: space-between;
flex-wrap: wrap;
	gap:20px 0px;
}

.layout04 ul li {
	width: 32%;
}

/* layout05 */

.layout05 {
	padding-top: 20px;
}

.layout05 .map-box {
	width: 100%;
	height: 450px;
	overflow: hidden;
	border-radius: 35px;
}

.layout05 .map-box iframe {
	width: 100%;
	height: 450px;
}

.layout05 h6 {
	font-family: "Zen Maru Gothic", serif;
	font-size: 22px;
color: #754c24;
line-height: 1.2;
letter-spacing: 0.25em;
font-weight: 400;
	padding-top: 50px;
	margin-bottom: 35px;
	position: relative;
}

.layout05 h6::before {
	content: "";
	position: absolute;
left: 0px;
top: 0px;
	background-image: url("../../images/common/icon-access.svg");
background-position: center top;
background-repeat: no-repeat;
	background-size: auto 100%;
	width: 100%;
	height: 27px;
}


.sp-view {
	display: none;
}
