@charset "utf-8";
/*================================
　ここから全サイズ適用
================================*/

.txt {
	/* font-weight: 500; */
}

.lower_header {
	min-height: 400px;
	background: url(../img/lower_hd_bg.jpg) center top / cover;
	margin-bottom: 100px;
	position: relative;
}

.lower_hd_ttl {
	display: grid;
	align-items: center;
	justify-content: center;
	position: absolute;
    left: 0;
    right: 0;
    bottom: 65px;
}

.lower_hd_h2 {
	background: url(../img/lower_hd_ttl.jpg) no-repeat center;
	width: 96%;
    min-width: 220px;
	min-height: 220px;
	display: grid;
	justify-content: center;
    align-content: center;
    gap: 15px;
	text-align: center;
	font-size: 30px;
	font-family: "Noto Serif JP";
	color: #ffffff;
	text-align: center;
	line-height: 1.3;

}

.lower_hd_eng {
	font-size: 32px;
	font-family: "Mrs Saint Delafield";
	color: #ffffff;
	line-height: 1;
	text-align: center;
}

.lower_hd {
    display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 20px;
}

.lower_info {
	color: #46372d;
	font-size: 20px;
	line-height: 2;
	text-shadow: 0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff,0 0 15px #fff;
	position: relative;
	top: 100px;
}
.lower_address {
	line-height: 1;
}
.lower_tel {
	font-size: 34px;
	color: #46372d;
	padding-left: 30px;
	text-align: left;
}
a.lower_tel span {
	font-size: 22px;
	color: #4f7238;
}

/* -----パンくず----- */
.breadcrumb {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
	text-align: left;
	color: #333;
	margin-bottom: 4rem;
}
.breadcrumb__item {
	line-height: 1;
}
.breadcrumb__item:not(:first-child) {
	padding-left: 3rem;
    position: relative;
}
.breadcrumb__item:not(:first-child)::before {
	position: absolute;
	content: ">";
    top: -2px;
    left: 1.0rem;
    font-size: 20px;
}
a.breadcrumb__item-link {
	color: #000;
}
.breadcrumb__item .breadcrumb__item-link {
	text-decoration: underline;
	text-underline-offset: 2px;
}

.lower_inner {
	max-width: 1000px;
	width: 96%;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 100px;
}

.main section:last-of-type {
	/* padding-bottom: 100px; */
	border-bottom: solid 30px #d4c9b6;
}


/* 診療内容系などの共通下層用設定 */


/* ひまわり画像のタイトルより少し小さく薄いオレンジで黒文字のタイトル */

.lower_ttl01 {
	background-color: #eba734;
	outline: solid 1px #fff;
	outline-offset: -3px;
	color: #46372d;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 50px;
	/* margin-bottom: 40px; */
}

/* オレンジの枠に白背景、黒文字で中央寄せのタイトル */


.lower_ttl02 {
    background-color: #fff;
	color: #46372d;
	font-size: 22px;

    font-weight: 600;
	text-align: center;
	border: 2px solid #e99200;
	margin-bottom: 40px;
}

.lower_ttl02_span {
	color: #e99200;
	font-size: 26px;
    font-weight: 600;
}

.himawari_ttl {
	margin-bottom: 40px;
}

/* ひまわり画像が枠の中にあるタイトル */
.himawari_ttl01 {
	outline: solid 1px #fff;
	outline-offset: -3px;
	text-align: center;
	background-color: rgb(233, 146, 0);
	min-height: 60px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	color: #ffffff;
	font-weight: 500;
    line-height: 1.5;
}
.himawari_ttl01_txt{
	position: relative;
}
.himawari_ttl01_txt::before {
	content: "";
	background: url(../img/himawari_ttl.png) no-repeat;
	background-size: contain;
	width: 76px;
	height: 72px;
	position: absolute;

    left: -105px;
    top: -18px;
}
  

/* ひまわり画像が枠の上にあるタイトル */
.himawari_ttl02::before {
	content: "";
	width: 100%;
	position: absolute;
	top: 2px;
	left: 0;
	border-top: solid 1px #fff;
}
.himawari_ttl02::after {
	content: "";
	width: 100%;
	position: absolute;
	bottom: 2px;
	left: 0;
	border-bottom: solid 1px #fff;
}
.himawari_ttl02 {
	background-color: #f1ab3e;
	text-align: center;
	min-height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position: relative;
	font-size: 22px;
	color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
}
.himawari_ttl_eng {
	font-size: 16px;
	line-height: 1;
	font-weight: 100;
    padding-top: 4px;
}

/* ひまわりの背景画像がある枠 */

.himawari_box {
	border: solid rgba(148, 111, 87, 0.5) 2px;

}
.himawari_box_inner {
	border: solid 6px #fff;
	padding: 36px 20px;
	background: url(../img/himawari_box_bg.jpg) center;
}

.himawari_box_txt {
	font-size: 22px;
	color: #e99200;
	font-weight: 500;
	line-height: 1.455;
	text-align: center;
	padding-bottom: 15px;
	border-bottom: solid 1px #e99200;
	max-width: 380px;
	margin: 0 auto;
}



/* 1/3ずつのFlexboxとその中の設定 */

.lower_flex01 {
	display: flex;
	justify-content: space-between;
	gap: 20px;
}

.lower_flex01_item {
	border: solid 2px #efe9de;
	border-radius: 6px;
	background-color: #fff;
	width: calc(100% / 3);
	max-width: 320px;
	padding: 20px;
	padding-top: 17px;
}

.lower_flex01_img img{
	margin: 15px auto 0;
}
.lower_flex01_ttl {
	text-align: center;
	font-weight: 500;
    line-height: 1;
	font-size: 18px;
}

/* 1/2ずつのFlexboxとその中の設定、セクション最初などに良く使用 */


.lower_flex02 {
	display: flex;
	justify-content: space-between;
	gap: 40px;
	margin-bottom: 40px;
}

.lower_flex02_txt {
	flex: 1;
}

.lower_flex02_ttl {
	color: #46372d;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.583;
	margin-bottom: 35px;
}

/* 料金の横二つ程度の枠設定、右にリンクなど入る */

.price_box_wrap {
	display: flex;
	outline: solid 1px #fff;
	outline-offset: -3px;
	margin-bottom: 40px;
    min-height: 56px;
}
.price_box_ttl {
	background-color: #d9d1c3;
	display: flex;
	justify-content: space-around;
    align-items: center;
	color: #46372d;
	text-align: center;
	font-weight: 500;
	width: 100%;
	font-size: 18px;
}
.price_box_price {
	background-color: #ede7db;
	display: flex;
	justify-content: space-evenly;
    align-items: center;
	text-align: center;
	width: 100%;
}

.price_box_txt {
	color: #46372d;
	font-weight: 500;
    text-align: left;
    line-height: 1.7;
    padding: 16px 0;
	font-size: 18px;
}
.price_box_link:hover {
	opacity: 0.8;
}
.price_box_link {
	transition: opacity 0.5s;
	background-color: #46372d;
	text-align: center;
	min-width: 163px;
	height: 34px;
	line-height: 34px;
	font-size: 15px;
	color: #ffffff;
	border-radius: 17px;
}

.price_tax {
	text-align: right;
	font-size: 14px;
	letter-spacing: 0;
}
.price_zihi_txt {
	background-color: #f9cb7f;
	text-align: center;
	padding: 6px;
	margin-left: 30px;
}


/* 診療内容系のフレックス要素 */
.services_border {
	border-top: solid 1px #efe9de;
	margin: 40px auto 50px;
}

.services_flex {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
}

.services_flex_txt {
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 40px;
}


.services_flex_ttl {
	font-size: 24px;
	color: #46372d;
	line-height: 1.583;
	text-align: left;
    font-weight: 500;
    flex: 1;
}
.services_flex_info {
	flex: 1;
}


.services_circle {
	border-radius: 50%;
	background-color: #e9b500;
	width: 104px;
	height: 104px;
	display: grid;
    align-content: center;
	justify-content: center;
	text-align: center;
    color: #fff;
	font-size: 24px;
	line-height: 1;
}
  
.services_circle_eng {
	font-family: "Mrs Saint Delafield";
}
.services_circle_num {
	font-size: 40px;
}

/* グレー色で白背景のボーダーボックス */

.grey_border {
	border: solid 4px #e3ddd3;
	border-radius: 6px;
	padding: 30px 46px;
	margin-bottom: 40px;
	background-color: #fff;
}

.grey_border_ttl {
	font-size: 20px;
	color: rgb(70, 55, 45);
	font-weight: bold;
	text-align: center;
	background-color: #e3ddd3;
	min-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 35px;
}


/* こんな方にオススメです */


.Recommended_flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 20px;
	margin: 0 auto;
	/* padding-bottom: 10px; */
	max-width: 600px;
	text-align: center;
}

.Recommended_txt span{
	color: #ab683c;
	/* font-size: 18px; */
	font-weight: bold;
}
.Recommended_txt {
	background-color: #fff;
	border: 2px solid #e9b500;
	border-radius: 6px;
	display: grid;
	align-items: center;
	font-size: 18px;
    line-height: 1.5;
	max-width: 290px;
	width: 100%;
	min-height: 104px;
}


.Recommended_border {
	border: solid 4px #e3ddd3;
	border-radius: 6px;
	max-width: 540px;
	width: 96%;
	margin: 0 auto;
	padding: 40px 0;
}



.Recommended_bg {
	margin-top: 80px;
	background:
	no-repeat left top,
	no-repeat right top;
    margin: 80px auto 20px;
	max-width: 1180px;
    padding-bottom: 30px;
}

.Recommended_txt {
	max-width: 250px;
}

.sp-scroll_text {
    display: none;
}
.sp_scroll img {
    margin: 0 auto;
}



@media (min-width: 1920px) {

}
@media (min-width: 1600px) {


}
@media (min-width: 1366px) {

}
@media (max-width: 1920px) {

}
@media (max-width: 1600px) {

}
/*================================
ノートPC 1366px～0px
================================*/
@media (max-width: 1366px) {

	.lower_hd_ttl {
		bottom: 35px;
	}
	.lower_info {
		top: 30px;
	}

}
/*================================
TABLET横 1080px～0px
================================*/
@media (max-width: 1080px) {
	.lower_hd {
		justify-content: flex-start;
	}
	.lower_hd .lower_info {
		display: none;
	}

	.Recommended_bg {
		padding-bottom: 32%;
		background-size: 25%;
		background-position-x: 25%, 75%;
		background-position-y: bottom;
		margin-bottom: 20px;
	}
	
	.Recommended_flex {
		max-width: 1000px;
	}
}
/*================================
TABLET縦 834px～0px
================================*/
@media (max-width: 834px) {
	.lower_header {
		margin-bottom: 0;
	}
	.seo-message {
		padding-right: 60px;
	}

	.lower_flex01 {
		flex-wrap: wrap;
		justify-content: center;
	}
	.lower_flex01_item {
		width: 100%;
	}

	.lower_flex02 {
		flex-wrap: wrap;
		justify-content: center;
        gap: 10px;
	}
	.lower_flex02_txt {
		flex: auto;
		width: 100%;
		order: 2;
	}
	.lower_flex02_ttl {
		margin-bottom: 10px;
	}

	
	.services_flex {
		flex-wrap: wrap;
        justify-content: center;
		gap: 10px;
		flex-direction: column;
        align-items: center;
	}
	.services_flex_info .txt{
		width: 100%;
	}
	.services_flex_info {
		/* order: 2;
		width: 100%;
        flex: auto; */
		display: contents;
	}


	.services_flex_ttl {
		font-size: 20px;
	}
	.services_flex_ttl br{
		display: none;
	}

	.services_flex_txt {
		flex-wrap: wrap;
		order: -1;
		gap: 10px;
        justify-content: center;
        margin-bottom: 10px;
		align-items: center;
        width: 100%;
	}
	.services_flex_img {
		order: -1;
	}

	.services_flex_ttl {
		width: 100%;
        flex: auto;
    }



	.grey_border {
		padding: 15px;
	}
	.grey_border_ttl {
		margin-bottom: 10px;
	}

		
	.Recommended_txt {
        max-width: 30%;
        font-size: 17px;
    }

	.Recommended_bg {
        padding-bottom: 40%;
        background-size: 30%;
        background-position-x: 20%, 80%;
	}


}
/*================================
SP表示 700px～0px
================================*/
@media (max-width: 700px) {

	.lower_hd_ttl {
		bottom: 15px;
	}

    .lower_flex02_ttl {
        font-size: 21px;
    }
	.lower_ttl02 {
		line-height: 1.5;
		font-size: 20px;
        padding: 5px 0;
	}
	
	.price_box_wrap {
		flex-wrap: wrap;
	}
	.price_box_price {
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	.price_box_txt {
		width: 100%;
		text-align: center;
	}
	.price_box_ttl {
		padding-block: 15px;
        font-size: 18px;
	}

	.himawari_ttl01_txt::before {
		right: 0;
		left: 0;
		margin: 0 auto;
		bottom: 120%;
		top: unset;
	}
	
	.himawari_ttl01 {
		font-size: 20px;
        padding-block: 10px;
        margin-top: 60px;
	}
	.himawari_box_inner {
		padding-inline: 10px;
	}
	.himawari_box_txt {
		font-size: 20px;
		padding-bottom: 10px;
        width: 98%;
	}
	
		
	.Recommended_txt {
        max-width: 100%;
        font-size: 16px;
		min-height: auto;
		padding: 5px;
    }

	.Recommended_bg {
		padding-bottom: 50%;
		background-size: 40%;
		background-position-x: 10%, 90%;
	}
}
/*================================
SP表示 480px～0px
================================*/
@media (max-width: 480px) {
	.lower_hd_ttl {
		padding-block: 15px;
		position: relative;
		bottom: 0;
	}
	.mv_logo {
		display: block;
		padding-right: 60px;
	}


	.Recommended_border {
		width: 100%;
	}

	.Recommended_list li {
		gap: 9px;
		padding: 0 10px;
	}

	.Recommended_list  li::before {
		right: 0;
	}

	.services_circle {
		width: 94px;
		height: 94px;
	}
	.services_circle_num {
		font-size: 32px;
	}

	.youtube_iframe iframe {
		max-width: 100%;
	}
    .sp-scroll_text {
        border: solid 2px #ff9b4d;
        border-radius: 20px;
		background-color: #fff;
		font-size: 16px;
        text-align: center;
        display: block;
		padding: 0px 30px;
		width: 100%;
		font-weight: 500;
		width: fit-content;
		margin: 0 auto 15px;
    }
    .sp_scroll {
        overflow-x: scroll;
        position: relative;
        z-index: 1;
    }

    .sp_scroll img {
        max-width: 700px;
        padding-bottom: 10px;
    }

}



