@charset "utf-8";
/* CSS Document */
body,
body * {
	margin: 0;
	padding: 0;
	line-height: 1.6;
	font-family: "source-han-serif-japanese", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-style: normal;
    box-sizing: border-box;
	-webkit-print-color-adjust: exact;
    font-size: 16px;
}
body {
    color: #222222;
	min-width: 1080px;
}
body,
header,
footer {
	width: 100%;
}
 ul li{
	list-style: none;
}
.pc_br{
	display: block;
}
.sp_br{
	display: none;
}
.sp_hide{
	display: block !important;	
}
.pc_hide{
	display: none !important;
}
.sp_br400{
		display: none;
}
p{
	color: #5C5855;
}
.wp-block-separator{
	width: 100% !important;
	border-bottom: 1px solid #8F7F6F !important;
	margin-top: 114px;
}
/*ヘッダー*/
header{
    position: sticky;
    top: 0;
    z-index: 9999;
    min-width: 1080px;
	background-color: #FFF;
}
header > div:first-child{
	display: flex;
    justify-content: space-between;
    align-items: center;
	gap:25px;
	background-color: #FFF;
	padding: 0 40px;
	max-width: 1366px;
    margin: auto;
	max-height: 100px;
	overflow: hidden;
}
header #logo h1,
header #logo p a{
	display: flex;
	align-items: center;
	font-size: 1.25rem;
	margin: 0;
}
header #logo img{
	padding-left: 10px;
	width: 171px;
}
header .top_menu{
	display: flex;
	justify-content: flex-end;
    align-items: center;
    gap: 44px;
}
#reserve_link p a{
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #2D5748;
	position: relative;
	padding: 12.5px 32px 13.5px 58px;
    border-radius: 50px;
	letter-spacing: 1px;
	border: solid 1px #2D5748;
	overflow: hidden;
	white-space: nowrap;
}
#reserve_link p a:before{
	content: url("../images/icon/reserve.svg");
    height: 16px;
    width: 16px;
    position: absolute;
	margin-left: -26px;
    margin-top: 2px;
	z-index: 1;
}
#reserve_link p a::after{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #D1B68A;
    transition: width .5s ease-in-out,left .5s ease-in-out;
    z-index: 0;
    border-radius: 50px;
}
#reserve_link p a:hover::after {
    width: 100%;
    left: 0;
}
#reserve_link p a span{
	position: relative;
	z-index: 1;
}
/* menu */
#sp_link,
#sp_menu {
    display: none;
}
#gnavi li .gnavi_plus {
    display: none;
}
#gnavi .gnavi_ul{
    display: flex;
    justify-content: space-between;
	width: 655px;
}
@media screen and (max-width: 1135px){
	#gnavi .gnavi_ul{
		width: 57.4vw;
		min-width: 580px;
	}	
}
#gnavi > ul > li{
	padding: 37.21px 0;
}
#gnavi .gnavi_ul > li > a:first-child span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #2D5748;
    left: 0;
    bottom: -10px;
	transition: opacity 0.3s ease;
	opacity: 0;
}
#gnavi .gnavi_ul > li > a:first-child:hover span:after{
    opacity: 1;	
}
#gnavi > ul > li > a{
    font-size: 1rem;
	letter-spacing: 1px;
    text-decoration: none;
    color: #50402E;
    position: relative;
	display: block;
	font-weight: 500;
}
/* pc about menu */
header .sub_menu_list {
    position: absolute;
    display: flex;
	justify-content: center;
    align-items: center;
    bottom: -248px;
	left: 0;
    z-index: -1;
    transition: all 0.6s;
    padding: 0 44px;
	width: 100%;
	height: 248px;
	background-color: #F2F0EA;
	opacity: 0;
	pointer-events: none;
}
header .sub_menu_list.open1,
header .sub_menu_list.open2,
header .sub_menu_list.open3,
header .sub_menu_list.open4{
	opacity: 1;
	pointer-events: all;	
}
header .sub_menu_list p a{
	font-size: 1.25rem;
	font-weight: 500;
	text-decoration: none;
	color: #5C5855;
	letter-spacing: 1px;
	transition: all .3s ease-in-out;
}
header .sub_menu_list p.hover_move a,
header .sub_menu_list p a:hover{
	opacity: 0.7;
}
header .sub_menu_list p + a{
	display: flex;
	width: 46px;
	height: 46px;
	background-color: #FFF;
	border: solid 1px #2D5748;
	border-radius: 50px;
	text-decoration: none;
	color: #2D5748;
	justify-content: center;
    align-items: center;
	position: relative;
	overflow: hidden;
}
header .sub_menu_list p + a span{
	position: relative;
	z-index: 1;
	line-height: 0;
}
header .sub_menu_list p + a::after{
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #D1B68A;
    transition: width .5s ease-in-out,left .5s ease-in-out;
    z-index: 0;
    border-radius: 50px;
}
header .sub_menu_list p.hover_move + a::after,
header .sub_menu_list p + a:hover::after {
    width: 100%;
    left: 0;
}
header .sub_menu_list > div{
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	gap:13px;
	border-right: solid 1px #D1B68A;
	max-width: 400px;
	width: 100%;
	padding: 35px 0;
    margin-top: -4px;	
}
header .sub_menu_list ul{
	display: flex;
	gap:30px;
	padding: 0 50px;
	margin-top: 5px;
}
header .sub_menu_list ul li{
	max-width: 148px;
	min-width: 110px;
}
@media screen and (max-width: 1270px){
	header .open_menu1 .sub_menu_list ul li img{
		width: 100%;
	}
}
header .sub_menu_list ul a{
	text-decoration: none;
	color: #5C5855;
	transition: all .3s ease-in-out;
}
header .sub_menu_list ul a:hover{
	opacity: 0.7;
}
header .sub_menu_list ul li span {
    display: block;
    font-weight: 500;
	margin-top: 6px;
    letter-spacing: 1px;
}
/* クリニック下層 */
header.clinic{
	position: relative !important;
}
header .sub_menu{
	position: absolute;
    z-index: -2;
    width: 100%;
    left: 0;
}
header.position_top .sub_menu{
	position: fixed;
	top:0;
}
header .sub_menu a{
	transition: all .3s ease-in-out;
	letter-spacing: 1.3px;
	white-space: nowrap;
	position: relative;
}
header .ttl_txt a{
	text-decoration: none;
	color: #FFF;
	font-size: 1rem;
	display: flex;
    justify-content: center;
    align-items: center;
}
header .ttl_txt a img{
	max-width: 100%;
	min-width: 125px;
}
header .sub_menu ul a span:after{
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #FFF;
    left: 0;
    bottom: -10px;
    transition: opacity 0.3s ease;
    opacity: 0;
}
header .sub_menu ul a:hover span:after{
	opacity: 1;
}
header .sub_menu ul{
	display: flex;
	justify-content: space-between;
	max-width: 720px;
	padding: 17.21px 0;
}
/* clinic_menu */
header .clinic_menu{
	top: 100px;
}
header.sinzyuku .clinic_menu {
    background-color: #754E39;
}
header.dainirinkai .clinic_menu{
	background-color: #2B5F75;
}
header.takadobashi .clinic_menu{
	background-color: #BF6766;
}
header .clinic_menu a{
	color: #FFF;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 1.5px !important;
	transition: all .3s ease-in-out;
}
header .clinic_menu p{
	line-height: 0;
	color: #FFF;
	text-decoration: none;
}
header .clinic_menu p img{
	width:100%;
}
header .clinic_menu > div{
	display: flex;
    justify-content: space-between;
    max-width: 1345px;
    margin: auto;
	align-items: center;
	height: 100px;
	padding: 0 30px;
	gap: 20px;
}
header.position_top .sub_menu > div{
	overflow-y: auto; 
}
header .clinic_menu ul{
	display: flex;
	gap: 36px;
	max-width: inherit;
	align-items: center;
}
@media screen and (max-width: 1200px){
	header.position_top .clinic_menu li a{
		font-size: 1.5vw;
	}
	header.position_top .clinic_menu ul{
		gap: 3vw;
	}
}
/* footer */
#top_page_top,
#page_top {
	min-width: 1080px;
	margin: 0 auto;
	position: relative;
	clear: both;
}
#top_page_top p a,
#page_top p a {
	display: block;
	text-align: center;
    margin: auto;
    position:absolute;
	right:62px;
    left:auto;
    z-index: 1000;
    bottom: -164px;
	transition: bottom 0.6s;
}
#top_page_top.active p a,
#page_top.active p a{
    position:fixed;
    bottom:20px;
	box-shadow: none;
}
#top_page_top span:before,
#page_top span:before {
    content: "";
    position: absolute;
    background: #D1B68A;
    width: 1px;
	height: 80px;
    top: -90px;
    display: block;
    left: calc(50% - 1px);
}
footer{
	background: #304840;
	color:#FFF;
	font-size: 0.875rem;
	padding: 75px 10px 0;
}
footer a{
	color:#FFF;
	text-decoration: none;
}
#footer_cnt{
	display: flex;
	max-width: 864px;
    width: 100%;
    justify-content: space-between;	
	gap:10px;
	margin: auto;
}
#footer_cnt p{
	color: #FFF;
}
#foot_address > p:first-child img{
	width: 120px;
}
footer .f_toptxt{
	color:#D1B68A !important;
	font-family: "trajan-pro-3";
	font-weight: 700;
	font-size: 0.6875rem;
	letter-spacing: 2.4px;
    margin: 26px 0 10px;
}
footer #f_linklist .f_toptxt{
    margin: 24px 0 10px;	
}
#f_linklist{
	display: flex;
	max-width: 551px;
    width: 100%;
    justify-content: space-between;
	gap:10px;
}
footer .f_sitemap_list{
	display: flex;
    justify-content: space-between;
	gap:10px;
}
footer .f_sitemap_list > ul > li{
	margin-bottom: 8px;
}
footer .f_sitemap_list > ul:first-child{
	margin-right: 37px;
}
footer .foot_link > ul > li > a,
footer .f_sitemap_list > ul > li > a{
	position: relative;
	padding-left: 10px;
}
footer .foot_link > ul > li > a::before,
footer .f_sitemap_list > ul > li > a::before{
	content: "";
	position: absolute;
	width: 4px;
    height: 1px;
    background-color: #FFF;
    top: 12px;
	left: 12px;
    margin: auto auto auto -10px;
}
footer .f_sitemap_list > ul > li ul{
	margin: 4px 0 13px;
}
footer .f_sitemap_list > ul > li ul li{
	margin-bottom: 7px;
}
footer .f_sitemap_list > ul > li li a{
	position: relative;	
	padding-left: 40px;
	font-size: 0.75rem;
}
footer .f_sitemap_list > ul > li li a::before,
footer .f_sitemap_list > ul > li li a::after{
	content: "";
	position: absolute;
	width: 3px;
    height: 1px;
    background-color: #FFF;	
	top:9px;
}
footer .f_sitemap_list > ul > li li a::before{
	left: 27px;
}
footer .f_sitemap_list > ul > li li a::after{
	left: 32px;
}
footer .copyright{
	padding: 0 113px;
	text-align: right;
	font-family: "trajan-pro-3", serif;
	font-weight: 400;
	font-size: 0.75rem;
	margin-top: 75px;
	letter-spacing: 1.2px;
	color: #FFF;
}
/*クリニック お問合せ*/
.takadobashi #clinic_contact .call p:first-child a,
.takadobashi #clinic_contact .call p:first-child{
	color: #BF6766;		
}
.dainirinkai #clinic_contact .call p:first-child a,
.dainirinkai #clinic_contact .call p:first-child{
	color: #2B5F75;		
}
.sinzyuku #clinic_contact .call p:first-child a,
.sinzyuku #clinic_contact .call p:first-child{
	color: #754E39;		
}
.takadobashi #clinic_access{
    background-color: #BF6766;
}
.dainirinkai #clinic_access{
    background-color: #2B5F75;
}
.sinzyuku #clinic_access{
    background-color: #754E39;
}
/* clinic_access */
#clinic_access{
	padding: 32px 0;
}
#clinic_access .flex_hor{
	display: flex;
	align-items: center;
	max-width: 1024px;
	gap: 25px 0;
	justify-content: flex-start;
	margin: auto;
}
#clinic_access .flex_hor p{
	color: #FFF;		
}
#clinic_access .flex_hor p:first-child{
	font-size: 1.375rem;
	letter-spacing: 2.2px;
	line-height: 1;
	font-weight: 600;
	max-width: 312px;
    width: 100%;
}
.sinzyuku #clinic_access .flex_hor p:first-child{
	max-width: 405px;	
}
#clinic_access .flex_hor p:nth-child(2){
	font-size: 0.875rem;
    letter-spacing: 1.4px;
    line-height: 2;
}
#clinic_access .top_btn{
	margin: 0;
}

/* clinic_contact */
#clinic_contact{
	padding: 68px 0 88px;
	background: #FFF;
}
#clinic_contact .flex_hor{
	position: relative;
	margin: auto;
	max-width: 1024px;
	display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: flex-start;
}
#clinic_contact .flex_hor:after{
	content:"";
	width: 1px;
	height: 100%;
	position: absolute;
	background-color: #707070;
	left:0;
	right:0;
	margin: auto;
}
#clinic_contact .flex_hor > div{
	max-width: 430px;
    width: 100%;
}
#clinic_contact h2{
	color: #5C5855;
	font-size: 1.75rem;
	letter-spacing: 2.7px;
	padding: 0 0 18px;
	text-align: left;
}
#clinic_contact .call span{
	font-size: 2.125rem;
	font-weight: 600;
	letter-spacing: 3.2px;	
}
#clinic_contact .call a{
	text-decoration: none;
    color: #5C5855;
}
#clinic_contact .call p:last-child{
	font-family: "source-han-sans-japanese", sans-serif;
	font-weight: 300;
	line-height: 1.8;
}
#clinic_contact .cnt_link{
	display: flex;
	margin: 21px 0 26px;
	justify-content: space-between;
}
#clinic_contact .cnt_link p {
	width: 100%;
	max-width: 208px;
	margin: 0;
}
#clinic_contact table{
    border-collapse: collapse;
    width: 100%;
	max-width: 428px;
}
#clinic_contact table tr td:first-child,
#clinic_contact table tr th:first-child{
	width: 30%;
}
#clinic_contact table td, #clinic_contact table th {
    border-bottom: solid 1px #5C5855;
	font-weight: 600;
	text-align: center;
	padding: 13px;
	color: #5C5855;
	font-size: 0.9375rem;
}
#clinic_contact table td span{
	font-size: 0.875rem;
	font-weight: 600;
	letter-spacing: 0.5px;
	line-height: 1;
}
#clinic_contact table td span.end{
	font-size: 0.75rem;
}
#clinic_contact table tr:nth-child(n+2) td{
	padding: 8.5px 10px;
	font-weight: 400;
	line-height: 1;
}
#clinic_contact table .time{
	padding: 11px 18px 11px 10px !important;
    text-align: right;
}
#clinic_contact table tr:last-child td, #clinic_contact table tr:last-child th {
    border-bottom: none;
}
#clinic_contact table + p{
	max-width: 428px;
	font-size:0.8125rem;
	margin-top:21px;
}
#clinic_contact table + p span{
	font-size:0.8125rem;	
}
#clinic_contact .top_btn a{
	padding: 15px 25px;
	width: 100%;
}
#clinic_contact p.tel_txt{
	font-size: 1.875rem;
	font-weight: 600;
	letter-spacing: 3px;
	font-family: "source-han-serif-japanese", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}
#clinic_contact p.tel_txt span a,
#clinic_contact p.tel_txt span {
    font-size: 2.125rem;
	line-height: 1;
	letter-spacing: 3.2px;
	text-decoration: none;
}
.mail_link{
	text-decoration: none;
}
.mail_link:hover{
	opacity: 0.7;
}
/*印刷設定*/
@media print {
	#top_page_top,
	#page_top{
		display: none;
	}
	header {
    	position: static;
	}
	header.position_top .sub_menu{
	z-index: 5;
	position: absolute;
	top:100px;
	}
	header .top_menu {
    	gap: 20px;
	}
	#gnavi .gnavi_ul{
		width: 600px;
	}
	a{
		text-decoration: none !important;
	}
  	a[href]:after {
    	content: none !important;
  	}
  	abbr[title]:after {
    	content: none !important;
 	}
}