@charset "UTF-8";

/*header
---------------------------------------------------------*/
.m_img_area header .h_copy{
	font-size: min(144%,1.8vw);
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align:right;
	padding-right: 0.8em;
	margin-top: 30px;
}
.m_img_area header .h_copy span{
	color: #3fbc9d;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1400px) {
.m_img_area header .h_copy{
	margin-top: 2vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area header .h_copy{
	display: none;
}
}




/*メインイメージ
---------------------------------------------------------*/
.m_img_area .m_img{
	position: relative;
	z-index: 1;
	width: 96.66666667vw;
	height:61.12666667vw;
	margin: 0 auto 80px;
}
.m_img_area .m_img::before{
	position: absolute;
	content: "";
	background: url("../images/frontpage/m_img@2x.jpg") no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	margin: auto;
	top:50%;
	transform: translateY(-50%);
	z-index: -1;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.m_img_area .m_img{
	width: 96vw;
	height:60.8441379303vw;
	margin: 0 auto 7vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.m_img_area .m_img{
	width: 100vw;
	height:133.333333333334vw;
	margin: 0 auto 10vw;
}
.m_img_area .m_img::before{
	background-image: url("../images/frontpage/m_img_sp@2x.jpg") ;
}
}





/*内覧会
---------------------------------------------------------*/
#event {
	text-align: center;
}
#event .event_inbox {
	width: 75%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
}
#event .event_inbox .tit{
	max-width: 640px;
	width: 85.34%;
	margin: 0 auto;
	text-align: center;
}
#event .day {
	border-top: 1px solid #483c30;
	border-bottom: 1px solid #483c30;
	padding: 1.25em 0;
	margin: 1.25em auto;
}
#event .day p{
	font-size: 125%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#event .day p{
	font-size: 120%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#event .event_inbox {
	width: 100%;
}
#event .event_inbox .tit{
	width: 100%;
}
#event .day {
	padding: 1em 0;
	margin: 1em auto;
}
#event .day p{
	font-size: 110%;
	letter-spacing: 0.05em;
}
}





/*オープニングスタッフ募集
---------------------------------------------------------*/
#recruit .rec_inbox {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding: 40px 0 40px 5.88%;
}
#recruit .rec_inbox::after{
	position: absolute;
	content: "";
	background:#f4f4f4;
	width: 95.6%;
	height: 100%;
	left: 0;
	bottom: 0;
	z-index: -2;
}
#recruit .rec_inbox .box_l {
	width: 56%;
	max-width: 715px;
}
#recruit .rec_inbox .rec_copy {
	font-size: min(1.6vw,150%);
	letter-spacing: .12em;
	line-height: 1.6em;
    margin-bottom: .2em;
}
#recruit .rec_inbox .rec_title {
	font-size: min(3.6vw,312.5%);
	letter-spacing: .06em;
	line-height: 1.5em;
	color: #f1928b;
    margin-bottom: .3em;
}
#recruit .rec_inbox .box_r {
	position: relative;
	width: 42%;
	max-width: 492px;
	text-align: center;
	box-sizing: border-box;
}
#recruit .rec_inbox .box_r .abs_img {
	position: absolute;
	width: 62%;
	max-width: 305px;
	left: 4%;
	bottom: 100%;
}
#recruit .rec_inbox .box_r dl {
	background-color: #fff;
	box-shadow: 7px 7px 10px 0px rgba(0,0,0,0.2);
	box-sizing: border-box;
	padding: 25px 4% 20px;
}
#recruit .rec_inbox .box_r dt {
	text-align: center;
	font-size: min(1.8vw,112.5%);
	line-height: 1em;
	letter-spacing: 0.15em;
	margin-bottom: 0.8em;
}
#recruit .rec_inbox .box_r .rec_tel {
	max-width: 422px;
	width: 94%;
	margin: 0 auto;
}
#recruit .rec_inbox .box_r .rec_btn {
	max-width: 452px;
	margin: 0 auto;
}
#recruit .rec_inbox .box_r .rec_btn a {
	display: block;
	color: #FFF;
	font-size: min(1.7vw,106.25%);
	line-height: 1.5em;
	letter-spacing: 0.15em;
	background-color: #f1928b;
	padding: 1.2em 0;
	margin-top: 1em;
	box-sizing: border-box;
}
#recruit .rec_inbox .box_r .rec_btn a:hover {
	background-color: #FFB8AC;
}
#recruit .rec_inbox .box_r .rec_btn a span {
	position: relative;
	padding-right: 2.5em;
}
#recruit .rec_inbox .box_r .rec_btn a span::after {
	position: absolute;
	content: "";
	background: url(../images/frontpage/rec_arrow.svg) no-repeat right center;
	background-size: contain;
	width: 1.9412em;
	height: 1.9412em;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
#recruit .rec_inbox .syokusyu {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 0.8em;
}
#recruit .rec_inbox .syokusyu > li{
	text-align: center;
	font-size: min(1.4vw,125%);
	line-height: 1em;
	color: #fff;
	border-radius: 2em;
	letter-spacing: .05em;
	padding: .7em 0;
	box-sizing: border-box;
	background-color: #f1928b;
	margin-right: 0.45em;
	margin-bottom: 0.6em;
	width: 8.35em;
}
#recruit .rec_inbox .syokusyu > li:last-child{
	margin-right: 0;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 1000px) {
#recruit .rec_inbox {
    padding: 4% 0 3% 4.5%;
}
#recruit .rec_inbox .rec_copy {
	font-size: min(1.7vw,150%);
	letter-spacing: .1em;
}
#recruit .rec_inbox .rec_title {
	font-size: min(3.55vw,312.5%);
	letter-spacing: .05em;
}
#recruit .rec_inbox .box_r dl {
	padding: 5.5% 4% 5%;
}
#recruit .rec_inbox .syokusyu > li{
	font-size: min(1.5vw,100%);
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#recruit .rec_inbox {
	display: block;
	padding: 8% 5%;
}
#recruit .rec_inbox::after{
	width: 100%;
}
#recruit .rec_inbox .box_l {
	width: 100%;
	margin-bottom: 5%;
}
#recruit .rec_inbox .rec_copy {
	font-size: 105%;
	letter-spacing: normal;
	text-align: center;
}
#recruit .rec_inbox .rec_title {
	font-size: 160%;
	letter-spacing: normal;
	margin-bottom: .4em;
	text-align: center;
}
#recruit .rec_inbox .box_r {
	width: 100%;
	max-width: none;
	margin-bottom: 0;
}
#recruit .rec_inbox .box_r .abs_img {
	position: static;
	transform: translateX(0);
	margin: 0 auto;
	text-align: center;
	width: 70%;
}
#recruit .rec_inbox .box_r dl {
	padding: 6% 5% 5.5%;
	box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.2);
}
#recruit .rec_inbox .box_r dt {
	font-size: 100%;
}
#recruit .rec_inbox .box_r .rec_tel {
	width: 96%;
}
#recruit .rec_inbox .box_r .rec_btn a {
	font-size: 90%;
}
#recruit .rec_inbox .syokusyu {
	margin-bottom: 0.5em;
	justify-content: space-between;
}
#recruit .rec_inbox .syokusyu > li{
	max-width: 32%;;
	width: 32%;
	font-size: 85%;
	padding: .7em 0;
	margin-right: auto;
	margin-left: auto;
}
#recruit .rec_inbox .syokusyu > li:last-child{
	margin-right: auto;
}
}





/*about_clinic
---------------------------------------------------------*/
#about_clinic .max_1500{
	position: relative;
	z-index: 1;
	overflow: hidden;
	padding: 120px 0 140px;
}
#about_clinic .max_1500::before{
	position: absolute;
	content: "";
	background: url("../images/frontpage/about_clinic_abs@2x.jpg") no-repeat left top;
	background-size: 100% auto;
	max-width: 640px;
	width: 42.666667%;
	height: 1080px;
	left: 0;
	top:0;
	z-index: -1;
}
#about_clinic .img{
	max-width: 900px;
	width: 67%;
	margin:0 0 100px auto;
	position: relative;
}
#about_clinic .img p{
	position: absolute;
	font-size: min(7.2vw,437.6%);
	letter-spacing: 0.05em;
	line-height: 1em;
	color: #cfcfd1;
	bottom: -0.65em;
	left: -4.4em;
	mix-blend-mode: multiply;
}
#about_clinic .tit{
	text-align: center;
}
#about_clinic .tit h2{
	font-size: min(5vw,312.5%);
	line-height: 1.5em;
	letter-spacing: .1em;
	margin-bottom: 0.5em;
}
#about_clinic .tit p{
	line-height: 3em;
}
#about_clinic .point_list > li{
	padding: 80px 4% 120px;
	border-radius: 20px;
}
#about_clinic .point_list > li:nth-child(1){
	background-color: #edf7f6;
}
#about_clinic .point_list > li:nth-child(3){
	background-color: #f8f4e7;
}
#about_clinic .point_list > li .inbox{
	max-width: 1300px;
	margin: 0 auto;
}
#about_clinic .point_list > li .txt{
	max-width: 1130px;
	padding-left: 8.3em;
	padding-top: 5.3em;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
#about_clinic .point_list > li .txt::before{
	position: absolute;
	content: "";
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100% auto;
	width: 13.4375em;
	height: 13.4375em;
	left: 0;
	top:0;
	z-index: -1;
}
#about_clinic .point_list > li:nth-child(1) .txt::before{
	background-image: url("../images/frontpage/point01.svg");
}
#about_clinic .point_list > li:nth-child(2) .txt::before{
	background-image: url("../images/frontpage/point02.svg");
}
#about_clinic .point_list > li:nth-child(3) .txt::before{
	background-image: url("../images/frontpage/point03.svg");
}
#about_clinic .point_list > li .txt h3{
	font-size: min(4vw,238%);
	line-height: 1.8em;
	letter-spacing: 0.15em;
	margin-bottom: 0.4em;
}

/*POINT01*/
#about_clinic .point_list > li:nth-child(1) ul{
	display: flex;
	justify-content: space-between;
	max-width: 1195px;
	margin-left: auto;
	margin-right: auto;
	font-size: min(1.5vw,100%);
	text-align: center;
	line-height: 1.3em;
	letter-spacing: 0.05em;
}
#about_clinic .point_list > li:nth-child(1) ul li{
	max-width: 220px;
	width: 19%;
}
#about_clinic .point_list > li:nth-child(1) ul li div{
	max-width: 190px;
	margin: 0 auto;
	text-align: center;
}
#about_clinic .point_list > li:nth-child(1) ul li p{
	margin-top: 1em;
}
#about_clinic .point_list > li:nth-child(1) ul li p span{
	font-size: 134%;
	line-height: 1.3em;
	letter-spacing: 0.05em;
	color: #3fbc9d;
	display: block;
	margin-top: 0.15em;
}
#about_clinic .family_point{
	background: #fff;
	padding: 80px 4%;
	box-sizing: border-box;
	position: relative;
}
#about_clinic .family_point::before{
	position: absolute;
	content: "";
	background: url("../images/frontpage/family_point.svg") no-repeat left top;
	background-size: 100% auto;
	max-width: 186px;
	width: 18vw;
	max-height: 186px;
	height: 18vw;
	left: 3%;
	top:0;
	transform: translateY(-10%);
}
#about_clinic .family_point .flt_box{
	max-width: 1120px;
	margin: 0 auto;
}
#about_clinic .family_point .flt_box .txt_l{
	max-width: 573px;
	width: 53%;
	float: left;
}
#about_clinic .family_point .flt_box .txt_l dt{
	font-size: min(1.8vw,106.25%);
	color: #7c726a;
	font-weight: bold;
}
#about_clinic .family_point .flt_box .txt_l dt span{
	display: block;
	font-size: 195%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	color: #3fbc9d;
	margin-bottom: 0.5em;
	margin-top: 0.2em;
}
#about_clinic .family_point .flt_box .img_r{
	max-width: 480px;
	width: 43%;
	float: right;
}

/*POINT02*/
#about_clinic .point_list > li:nth-child(2) ul{
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#about_clinic .point_list > li:nth-child(2) ul li{
	max-width: 270px;
	width: 23.8%;
}
#about_clinic .point_list > li:nth-child(2) ul li div{
	max-width: 270px;
}
#about_clinic .point_list > li:nth-child(2) ul li dt{
	font-size: min(1.9vw,144%);
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #688cb4;
	margin-bottom: 0.4em;
	margin-top: 0.8em;
}

/*POINT03*/
#about_clinic .point_list > li:nth-child(3) .txt h3{
	margin-bottom: 0;
}
#about_clinic .point_list > li:nth-child(3) ul{
	display: flex;
	justify-content: space-between;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
#about_clinic .point_list > li:nth-child(3) ul li{
	max-width: 370px;
	width: 32%;
}
#about_clinic .point_list > li:nth-child(3) ul li div{
	max-width: 370px;
}
#about_clinic .point_list > li:nth-child(3) ul li dt{
	font-size: min(1.9vw,144%);
	line-height: 1.5em;
	letter-spacing: 0.05em;
	color: #8c8071;
	margin-bottom: 0.4em;
	margin-top: 0.8em;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#about_clinic .max_1500{
	padding: 10vw 0 12vw;
}
#about_clinic .img{
	margin:0 0 9vw auto;
}
#about_clinic .tit p{
	line-height: 2.5em;
}
#about_clinic .point_list > li{
	padding: 6vw 4% 10vw;
	border-radius: 2vw;
}
#about_clinic .point_list > li .txt{
	padding-left: 5.3em;
	padding-top: 3.3em;
}
#about_clinic .point_list > li .txt::before{
	width: 9.4375em;
	height: 9.4375em;
}

/*POINT01*/
#about_clinic .point_list > li:nth-child(1) ul{
    flex-wrap: wrap;
	font-size: min(2vw,100%);
}
#about_clinic .point_list > li:nth-child(1) ul li{
	max-width: 31%;
	width: 31%;
	margin-top: 3.5%;
}
#about_clinic .point_list > li:nth-child(1) ul li:nth-child(-n + 3){
	margin-top: 0;
}
#about_clinic .point_list > li:nth-child(1) ul li:nth-last-child(1){
	margin-right: 17.25%;
}
#about_clinic .point_list > li:nth-child(1) ul li:nth-last-child(2){
	margin-left: 17.25%;
}
#about_clinic .family_point{
	padding: 6% 4%;
}
#about_clinic .family_point .flt_box .txt_l{
	max-width: 100%;
	width: 100%;
	float: none;
}
#about_clinic .family_point .flt_box .img_r{
	margin-left: 4%;
	margin-bottom: 1em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#about_clinic .max_1500{
	padding: 14vw 0 16vw;
}
#about_clinic .max_1500::before{
	width: 50%;
}
#about_clinic .img{
	width: 80%;
	margin:0 0 12vw auto;
}
#about_clinic .img p{
	font-size: 250%;
	left: -1.8em;
}
#about_clinic .tit{
	text-align: center;
}
#about_clinic .tit h2{
	font-size:150%;
}
#about_clinic .tit p{
	line-height: 2em;
	text-align: left;
}
#about_clinic .point_list > li{
	padding: 6% 5% 8%;
	border-radius: 4vw;
}

#about_clinic .point_list > li .inbox{
	max-width: 100%;
}
#about_clinic .point_list > li .txt{
	max-width: 100%;
	padding-left: 0;
	padding-top: 5.25em;
}
#about_clinic .point_list > li .txt::before{
	width: 8em;
	height: 8em;
	
}
#about_clinic .point_list > li .txt h3{
	font-size: 140%;
	line-height: 1.6em;
	letter-spacing: 0.1em;
}
	
/*POINT01*/
#about_clinic .family_point::before{
	width: 50vw;
	height: 50vw;
	left: 4%;
}
#about_clinic .point_list > li:nth-child(1) ul{
    flex-wrap: wrap;
	font-size:75%;
}
#about_clinic .point_list > li:nth-child(1) ul li{
	width: 48.5%;
	max-width:48.5%; 
	margin-top: 5%;
}
#about_clinic .point_list > li:nth-child(1) ul li:nth-child(-n + 2){
	margin-top: 0;
}
#about_clinic .point_list > li:nth-child(1) ul li p{
	margin-top: 0.8em;
}
#about_clinic .point_list > li:nth-child(1) ul li p span{
	font-size: 125%;
}
#about_clinic .family_point{
	padding: 8% 6%;
}
#about_clinic .family_point .flt_box .txt_l{
	max-width: 100%;
	width: 100%;
	float: none;
}
#about_clinic .family_point .flt_box .img_r{
	width: 100%;
	float: none;
	margin: 0 auto 1em;
}
#about_clinic .family_point .flt_box .txt_l dt{
	font-size: 85%;
	text-align: center;
}
#about_clinic .family_point .flt_box .txt_l dt span{
	font-size: 175%;
}

/*POINT02*/
#about_clinic .point_list > li:nth-child(2) ul{
	display: block;
}
#about_clinic .point_list > li:nth-child(2) ul li{
	max-width:100%;
	width: 100%;
	margin-top: 8%;
}
#about_clinic .point_list > li:nth-child(2) ul li:first-child{
	margin-top: 0;
}
#about_clinic .point_list > li:nth-child(2) ul li div{
	width: 73%;
	margin: 0 auto;
	text-align: center;
}
#about_clinic .point_list > li:nth-child(2) ul li dt{
	font-size: 130%;
	margin-bottom: 0.3em;
	text-align: center;
	margin-top: 0.8em;
}

/*POINT03*/

#about_clinic .point_list > li:nth-child(3) ul{
	display: block;
}
#about_clinic .point_list > li:nth-child(3) ul li{
	max-width:100%;
	width: 100%;
	margin-top: 8%;
}
#about_clinic .point_list > li:nth-child(3) ul li:first-child{
	margin-top: 0;
}
#about_clinic .point_list > li:nth-child(3) ul li div{
	margin: 0 auto;
	text-align: center;
}
#about_clinic .point_list > li:nth-child(3) ul li dt{
	font-size: 140%;
	margin-bottom: 0.3em;
	text-align: center;
	margin-top: 0.8em;
}
}





/*doctors
---------------------------------------------------------*/
#doctors .bg{
	background: #e6f7f7;
	padding: 120px 0 110px;
	position: relative;
	z-index: 1;
}
#doctors .bg::before{
	position: absolute;
	content: "";
	background: url("../images/frontpage/doctors_abs@2x.jpg") no-repeat center top;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	left: 0;
	right: auto;
	margin: auto;
	top:0;
	z-index: -1;
}
#doctors .tit{
	font-size: min(2.1vw,125%);
	letter-spacing: 0.1em;
	line-height: 1em;
	text-align: center;
}
#doctors .tit h2{
	opacity: 0.7;
}
#doctors .tit p{
	font-size: 350%;
	letter-spacing: 0.05em;
	line-height: 1em;
	color: #5acbc8;
	margin-bottom: 0.5em;
}
#doctors .doctor_list > li{
	margin-top: 100px;
}
#doctors .doctor_list > li:first-child{
	margin-top: 0;
}
#doctors .doctor_list > li .flt_box .img_l{
	max-width: 270px;
	width: 26%;
	float: left;
	text-align: center;
	font-size: min(2.1vw,125%);
	letter-spacing: 0.1em;
	line-height: 1em;
}
#doctors .doctor_list > li .flt_box .img_l div{
	max-width: 270px;
	margin: 0 auto;
	text-align: center;
}
#doctors .doctor_list > li .flt_box .img_l p{
	opacity: 0.7;
	margin-top: 1.3em;
}
#doctors .doctor_list > li .flt_box .img_l dt{
	font-size: 165%;
	letter-spacing: 0.15em;
	line-height: 1em;
	margin-top: 0.5em;
	margin-bottom: 0.4em;
}
#doctors .doctor_list > li .flt_box .img_l dd{
	font-size: 75%;
	letter-spacing: 0.1em;
	line-height: 1em;
	opacity: 0.7;
}
#doctors .doctor_list > li .flt_box .txt_r{
	max-width: 750px;
	width: 70%;
	float: right;
}

#doctors .doctor_list > li .flt_box .txt_r dt{
	font-size: min(3.65vw,220%);
	letter-spacing: 0.15em;
	line-height: 1.8em;
	color: #5acbc8;
	margin-bottom: 0.6em;
}
#doctors .doctor_list > li .profile_box{
	background-color: #f3fbfb;
	padding: 50px 4%;
	box-sizing: border-box;
	border-radius: 20px;
}
#doctors .doctor_list > li .profile_box > div{
	max-width: 950px;
	margin: 0 auto;
}
#doctors .doctor_list > li .profile_box > div.flex{
    display: flex;
    justify-content: space-between;
}
#doctors .doctor_list > li .profile_box > div.flex .reki{
	width: 59%;
}
#doctors .doctor_list > li .profile_box > div.flex .gakai{
	width: 36%;
}
#doctors .doctor_list > li .profile_box > div .reki li{
	display: flex;
}
#doctors .doctor_list > li .profile_box > div .reki li .year{
	width: 5.5em;
}
#doctors .doctor_list > li .profile_box > div .reki li .event{
	width: calc(100% - 5.5em);
}
#doctors .doctor_list > li .profile_box > div .gakai li{
	padding-left: 1.2em;
	text-indent: -1.2em;
}
#doctors .doctor_list > li .profile_box > div dt{
	font-size: 115%;
	letter-spacing: 0.15em;
	line-height: 1em;
	color: #5acbc8;
	margin-bottom: 0.8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
#doctors .bg{
	padding: 10vw 0;
}
#doctors .doctor_list > li{
	margin-top: 8%;
}
#doctors .doctor_list > li .profile_box{
	padding: 4%;
	border-radius: 2vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
#doctors .bg{
	padding: 14vw 0;
}
#doctors .tit{
	font-size:105%;
}
#doctors .tit h2{
	opacity: 0.7;
}
#doctors .tit p{
	font-size: 320%;
}
#doctors .doctor_list > li{
	margin-top: 12vw;
}

#doctors .doctor_list > li .flt_box .img_l{
	max-width: 100%;
	width: 100%;
	float: none;
	text-align: center;
	font-size: 105%;
	margin-bottom: 8%;
}
#doctors .doctor_list > li .flt_box .img_l div{
	width: 65%;
}
#doctors .doctor_list > li .flt_box .txt_r{
	max-width:100%;
	width: 100%;
	float: none;
}
#doctors .doctor_list > li .flt_box .txt_r dt{
	font-size: 150%;
	letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	margin-bottom: 0.5em;
}
#doctors .doctor_list > li .profile_box{
	padding: 8% 6%;
	border-radius: 4vw;
}
#doctors .doctor_list > li .profile_box > div{
	max-width: 100%;
}
#doctors .doctor_list > li .profile_box > div.flex{
    display: block;
}
#doctors .doctor_list > li .profile_box > div.flex .reki{
	width: 100%;
}
#doctors .doctor_list > li .profile_box > div.flex .gakai{
	width: 100%;
}
#doctors .doctor_list > li .profile_box > div.flex dl{
	margin-top: 8%;
}
#doctors .doctor_list > li .profile_box > div.flex dl:first-child{
	margin-top: 0;
}
}





/* footer
---------------------------------------------------------*/
footer #info{
	padding: 90px 0;
}
footer #info .f_title{
	text-align: center;
}
footer #info .f_title p{
	font-size: 112.5%;
	letter-spacing: 0.2em;
	margin-bottom: 0.8em;
}
footer #info .f_title .f_logo{
	max-width: 550px;
	width: 34.375em;
	margin: 0 auto;
	text-align: center;
}
footer #info .f_title address{
	margin-top: 1.25em;
	letter-spacing: 0.15em;
}
footer .f_flex{
	display: flex;
	justify-content: space-between;
}
footer .f_flex .box_l {
	width: 47%;
}
footer .f_flex .box_r {
	width: 49%;
	max-width: 535px;
}
footer .f_contact{
	margin-bottom: 20px;
}
footer .f_contact .f_tel{
	font-size: min(2.3vw,143.75%);
	line-height: 1em;
	letter-spacing: 0.15em;
}
footer .f_contact .f_tel dt{
	margin-bottom: 0.8em;
}
footer .f_contact .f_tel dd {
	max-width: 377px;
	width: 16.4em;
}
footer .f_timetable .img {
	max-width: 500px;
}
footer .f_timetable ul {
	font-size: 106.25%;
	letter-spacing: 0.15em;
	line-height: 1.6em;
	margin-top: .8em;
    display: flex;
    flex-wrap: wrap;
}
footer .f_timetable li{
	margin-right: 1.6em;
}
footer .f_timetable li:last-child{
	margin-right: 0;
}
footer .f_timetable li span{
	position: relative;
	padding-left: 1.4em;
}
footer .f_timetable li span::before{
	position: absolute;
	content: "▲";
	font-size: 105%;
	color: #caba7a;
	top:50%;
	transform: translateY(-50%);
	left: 0;
}
footer .f_access{
	display: flex;
	justify-content: center;
	font-size: min(2.2vw,132%);
	letter-spacing: 0.15em;
	line-height: 1.6em;
}
footer .f_access > li {
	display: flex;
	align-items: center;
	margin-right: 2.8em;
}
footer .f_access > li:last-child{
	margin-right: 0;
}
footer .f_access > li div{
	max-width: 80px;
	width: 3.81em;
}
footer .f_access > li p {
	margin-left: 0.8em;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
footer #info{
	padding: 8vw 0;
}
footer .f_contact{
	margin-bottom: 2vw;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
footer #info{
	padding: 12vw 0;
}
footer #info::before{
	height: 2.4em;
}
footer #info .f_title{
	font-size: 70%;
}
footer #info .f_title .f_logo{
	max-width: 550px;
	width: 94%;
	margin: 0 auto;
	text-align: center;
}
footer #info .f_title address{
	font-size: 120%;
	letter-spacing: 0.1em;
}
footer .f_flex{
	display: block;
}
footer .f_flex .box_l {
	width: 100%;
	margin-bottom: 6vw;
}
footer .f_flex .box_r {
	width: 100%;
	max-width: 100%;
}
footer .f_contact{
	margin-bottom: 6vw;
}
footer .f_contact .f_tel{
	font-size:115%;
	letter-spacing: 0.1em;
	text-align: center;
}
footer .f_contact .f_tel dd {
	margin: 0 auto;
	text-align: center;
}
footer .f_timetable ul {
	font-size: 90%;
}
footer .f_timetable li{
	margin-right: 1em;
}
footer .f_access{
	display: block;
	font-size: 110%;
}
footer .f_access > li {
	display: flex;
	align-items: center;
	margin-right: 0;
	margin-top: 0.8em;
}
footer .f_access > li:first-child{
	margin-top: 0;
}
}






/* f_map
---------------------------------------------------------*/
.f_map {
	position: relative;
}
.f_map iframe {
	position: absolute;
	display: block;
	width: calc(100% - 200px);
	left: 0;
	top: 0;
}
.f_map .map_btn {
	width: 100%;
	max-width: 200px;
	margin-left: auto;
	margin-right: 0;
    box-sizing: border-box;
}
.f_map .map_btn li {
	box-sizing: border-box;
	position: relative;
}
.f_map .map_btn li::before{
	position: absolute;
	content: "";
	background: url("../images/frontpage/map_btn_line@2x.png") no-repeat center top;
	background-size: 100% auto;
	width: 99%;
	height: 1px;
	left: 0;
	right: 0;
	margin: auto;
	top:0;
}

.f_map .map_btn li a {
	display: block;
}

/* page_top */
#page_top {
	position: fixed;
	width: 10%;
	max-width: 100px;
	bottom: 20px;
	right: 20px;;
	z-index: 990;
}
#page_top a {
	display: block;
	transition: all 0.8s;
}
#page_top a:hover {
	transition: all 0.4s;
	transform: translateY(-20px);
}
#page_top a {
	display: block;
}

/* copyright */
.copyright {
	font-size:  min(1.5vw,87.5%);
	line-height: 1.4em;
    letter-spacing: .15em;
	color: #fff;
	text-align: center;
	padding: 60px 0;
	background: linear-gradient(to right,  rgba(90,203,200,1) 61%,rgba(134,217,235,1) 100%); 
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.f_map iframe {
	width: 80%;
}
.f_map .map_btn {
	width: 20%;
}
	
/* page_top */
#page_top {
	width: 8vw;
	bottom:2vw;
	right: 2vw;
}

/* copyright */
.copyright {
	padding: 5vw 0;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.f_map iframe {
	position: static;
	width: 100%;
    height: 350px;
}
.f_map .map_btn {
	display: none; 
}
.f_map .sp_map_btn a {
	display: block;
	background: #fff;
	color: #483c30;
	letter-spacing: .1em;
	line-height: 1.2em;
	padding: 1em 0 0.8em;
	text-align: center;
}

/* page_top */
#page_top {
	width: 14vw;
	bottom: 26vw;
	right: 2%;
}

/* copyright */
.copyright {
	font-size: 65%;
	padding-top: 6vw;
	padding-bottom: 29vw;
}
}











/*
---------------------------------------------------------*/


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}

