@charset "utf-8";
/*
///////////////////////////////////////////////////////////////////////////////////
//
//  レイアウトCSS設定
//
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP & LAYOUT]
/* [02.PAGE-OurStaff]
/* [03.SINGLE-OurStaff]
/* [04.PAGE-Patient-Forms]
/* [05.PAGE-Contact]
/*
///////////////////////////////////////////////////////////////////////////////////
/*
/* [01.TOP & LAYOUT]
--------------------------------------------------------------------------*/
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}
#main-index {
	display: block;
	height: auto;
}
.main-top-inner {
	width: 100%;
	height: auto;
}
.main-top-inner .fixd-img {
	width: 100%;
	height: auto;
}
.main-top-inner .fixd-img img {
	width: 100%;
	height: auto;
}
.main-top-inner .txt-box {
	background: url(../images/layouts/top-main-txt-box-bg.webp) no-repeat center center;
	background-size: cover;
	background-color:rgba(255,255,255,0.4);
	background-blend-mode:lighten;
	padding: 80px 40px;
	width: 100%;
	margin: 0 auto;
}
.main-top-inner .txt-box .ttl {
	font-size: 50px;
	line-height: 100%;
	color: #06273a;
	text-align: center;
	font-weight: 500;
	margin-bottom: 20px;
}
.main-top-inner .txt-box .sub-ttl {
	font-size: 22px;
	text-align: center;
	color: #06273a;
	margin-bottom: 20px;
}
.main-top-inner .txt-box .dsp {
	font-weight: 300;
}
@media (min-width:1020px) {
	.main-top-inner {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
		position: relative;
	}
	.main-top-inner .fixd-img {
		width: 50%;
	}
	.main-top-inner .fixd-img .box {
		position: fixed;
		overflow: clip;
		object-fit: cover;
		object-position: 50% 50%;
		z-index: -1;
	}
	.main-top-inner .fixd-img img {
		width: 100%;
		max-width: 980px;
		height: 100%;
	}
	.main-top-inner .txt-box {
		width: 50%;
		max-width: 100%;
		padding: 16% 12% 10%;
		background-color:rgba(255,255,255,0.0);
	}
	.main-top-inner .txt-box .ttl {
		font-size: 60px;
		text-align: left;
		margin-bottom: 40px;
	}
	.main-top-inner .txt-box .sub-ttl {
		text-align: left;
		margin-bottom: 40px;
	}
	.main-top-inner .txt-box .dsp {
		font-size: 16px;
	}
}
@media (min-width:2000px) {
	.main-top-inner .fixd-img img {
		max-width: 1200px;
	}
}
#services-provided {
	background: #06273a;
}
#services-provided .wrap {
	padding: 80px 30px;
	max-width:560px;
	margin: 0 auto;
}
.services-index-conts .ttl-wrap {
	color: #FFEEE0;
	margin-bottom: 60px;
}
.services-index-conts .ttl-wrap .ttl {
	font-size: 36px;
	line-height: 100%;
	font-weight: 100;
	text-align: center;
	margin-bottom: 40px;
}
.services-index-conts .ttl-wrap .sub-ttl {
	text-align: center;
	font-weight: 200;
	font-size: 22px;
	margin-bottom: 40px;
}
.services-index-conts .ttl-wrap .dsp {
	width: 80%;
	margin: 0 auto;
}
.services-li {
	width: 80%;
	margin: 0 auto;
}
.services-li li {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
.services-li li:last-child {
	margin-bottom: 0;
}
.services-li li img {
	width: 100%;
	max-width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center center;
}
.services-li li .txt-box {
	padding: 40px 0 0;
}
.services-li li .ttl {
	font-size: 26px;
	font-weight: 200;
	text-align: center;
	color: #FFEEE0;
	margin-bottom: 20px;
}
.services-li li .dsp {
	color: #fff;
	font-size: 20px;
}
@media (min-width:1020px) {
	#services-provided .wrap {
		padding: 120px 40px;
		max-width: 1380px
	}
	.services-index-conts .ttl-wrap {
		margin-bottom: 80px;
	}
	.services-index-conts .ttl-wrap .ttl {
		margin-bottom: 60px;
	}
	.services-index-conts .ttl-wrap .sub-ttl {
		margin-bottom: 60px;
	}
	.services-index-conts .ttl-wrap .dsp {
		width: 65%;
		text-align: center;
		font-size: 15px;
	}
	.services-li {
		width: 86%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.services-li li {
		width: 28%;
		margin-right: 8%;
	}
	.services-li li:nth-child(3n) {
		margin-right: 0;
	}
	.services-li li .ttl {
		font-size: 20px;
	}
	.services-li li .dsp {
		font-size: 16px;
	}
}
#contact-us-index {
	background: #28425f;
}
#contact-us-index .wrap {
	padding: 80px 30px;
	max-width:560px;
	margin: 0 auto;
}
.contact-us-conts .ttl-wrap .ttl {
	font-size: 36px;
	line-height: 100%;
	font-weight: 100;
	text-align: center;
	margin-bottom: 40px;
	color: #FFEEE0;
}
.contact-us-conts .ttl-wrap .address {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	color: #FFEEE0;
}
.tel-fax-li {
	width: 100%;
}
.tel-fax-li li {
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
	color: #fff;
	font-size: 24px;
}
.tel-fax-li a {
	color: #fff;
}
.map-index {
	width: 100%;
	height: 480px;
}
.map-index iframe {
	width: 100%;
	height: 480px;
}
/* [02.PAGE-OurStaff]
--------------------------------------------------------------------------*/
.page-main {
	background: #28425f;
	color: #fff;
}
.page-main .wrap {
	padding: 160px 30px 80px;
	width: 100%;
}
.page-main .wrap .ttl {
	font-size: 36px;
	text-align: center;
	font-weight: 200;
}
.page-staff-conts .wrap {
	padding: 80px 30px;
}
.physicians-wrap {
	margin-bottom: 100px;
}
.physicians-wrap .ttl,
.other-staff-wrap .ttl {
	font-size: 36px;
	text-align: center;
	font-weight: 200;
	margin-bottom: 40px;
}
.physicians-li {
	width: 100%;
	height: auto;
}
.physicians-li li {
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.physicians-li li .img-box {
	width: 75%;
	margin: 0 auto 30px;
}
.physicians-li li .img-box img {
	width: 100%;
	max-width: 100%;
	height: 340px;
	object-fit: cover;
	object-position: center center;
}
.physicians-li li .name {
	font-size: 20px;
	text-align: center;
	margin-bottom: 25px;
}
.physicians-li li .btn {
	margin: 0 auto;
}
@media (min-width:768px) {
	.page-main .wrap .ttl {
		font-size: 56px;
	}
	.physicians-wrap .ttl,
	.other-staff-wrap .ttl {
		font-size: 48px;
	}
	.physicians-li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.physicians-li li {
		width: 45%;
		position: relative;
	}
	.physicians-li li .txt-box {
		padding-bottom: 60px;
	}
	.physicians-li li .btn {
		width: 200px;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.other-staff-wrap .physicians-li li .txt-box {
		padding-bottom: 0;
	}
	.other-staff-wrap .physicians-li li .name {
		margin-bottom: 0;
	}
}
@media (min-width:1020px) {
	.page-main .wrap {
		padding: 200px 30px 80px;
	}
	.page-staff-conts .wrap {
		max-width: 1380px;
		padding: 120px 40px;
		margin: 0 auto;
	}
	.physicians-li {
		justify-content: flex-start;
	}
	.physicians-li li {
		width: 23%;
		margin-right: 2%;
	}
	.physicians-li li:nth-child(4n) {
		margin-right: 0;
	}
}
/* [03.SINGLE-OurStaff]
--------------------------------------------------------------------------*/
#single-staff {
	padding-top: 80px;
}
.single-staff-conts .wrap {
	padding: 30px 30px 80px;
}
.single-physicians {
	margin-bottom: 100px;
}
.physicians-info {
	width: 100%;
	max-width: 580px;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 auto;
}
.physicians-info .txt-box {
	width: 100%;
	order: 2;
}
.physicians-info .img-box {
	width: 100%;
	order: 1;
	margin: 0 auto 40px;
}
.physicians-info .img-box img {
	width: 100%;
	height: auto;
}
.physicians-info .txt-box .name-box {
	margin-bottom: 30px;
}
.physicians-info .txt-box .name-box .name {
	font-size: 24px;
	line-height: 140%;
	margin-bottom: 30px;
}
.physicians-info .txt-box .name-box .language {
	line-height: 140%;
}
.physicians-info .txt-box .name-box .language .item {
	font-weight: bold;
	margin-bottom: 10px;
}
.education-box {
	width: 100%;
}
.education-box .ttl {
	font-size: 22px;
	margin-bottom: 20px;
}
.education-li li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ccc;
	line-height: 140%;
}
.education-li li .item {
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 10px;
}
.board-txt {
	line-height: 140%;
}
.board-txt .sub-ttl {
	margin-bottom: 20px;
}
@media (min-width:768px) {
	.physicians-info .img-box {
		width: 60%;
	}
}
@media (min-width:1020px) {
	#single-staff {
		padding-top: 120px;
	}
	.single-staff-conts .wrap {
		max-width: 1380px;
		padding: 40px 40px 0px;
		margin: 0 auto;
    }
    .single-physicians {
		margin-bottom: 120px;
	}
    .physicians-info {
	    max-width: 100%;
    }
	.physicians-info .txt-box {
		width: 60%;
		order: 1;
	}
	.physicians-info .txt-box .name-box {
		margin-bottom: 50px;
	}
	.physicians-info .txt-box .name-box .name {
		font-size: 28px;
		margin-bottom: 15px;
	}
	.physicians-info .txt-box .language {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.physicians-info .txt-box .name-box .language .item {
		width: 25%;
		margin-bottom: 0;
	}
	.physicians-info .txt-box .name-box .language .txt {
		width: 72%;
	}
	.physicians-info .img-box {
		width: 30%;
		margin: 0;
	}
	.education-li li {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		width: 100%;
		height: auto;
	}
	.education-li li .item {
		width: 25%;
		margin-bottom: 0;
		line-height: 140%;
	}
	.education-li li .txt {
		width: 72%;
	}
}
/* [03.PAGE-Service]
--------------------------------------------------------------------------*/
.page-service-conts {
	background: #28425f;
}
.page-service-conts .wrap {
	padding: 80px 30px;
	max-width: 560px;
	margin: 0 auto;
}
.service-ttl-wrap {
	margin-bottom: 80px;
}
.service-ttl-wrap .ttl {
	font-size: 36px;
	text-align: center;
	font-weight: 200;
	margin-bottom: 40px;
	color: #FFEEE0;
}
.service-ttl-wrap .txt {
	color: #fff;
}
.page-services-li {
	width: 80%;
	margin: 0 auto;
}
.page-services-li li {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
.page-services-li li:last-child {
	margin-bottom: 0;
}
.page-services-li li img {
	width: 100%;
	max-width: 100%;
	height: 240px;
	object-fit: cover;
	object-position: center center;
}
.page-services-li li .txt-box {
	padding: 40px 0 0;
}
.page-services-li li .ttl {
	font-size: 26px;
	font-weight: 200;
	text-align: center;
	color: #FFEEE0;
	margin-bottom: 20px;
}
.page-services-li li .sub-ttl {
	color: #fff;
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: 200;
}
.page-services-li li .info {
	color: #fff;
	font-size: 16px;
	text-align: left;
}
@media (min-width:1020px) {
	.page-service-conts .wrap {
		padding: 120px 40px;
		max-width: 1380px;
    }
    .service-ttl-wrap .ttl {
	    font-size: 48px;
    }
    .service-ttl-wrap .txt {
	    width: 65%;
	    text-align: center;
	    font-size: 15px;
	    margin: 0 auto;
    }
	.page-services-li {
		width: 86%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.page-services-li li {
		width: 28%;
		margin-right: 8%;
	}
	.page-services-li li:nth-child(3n) {
		margin-right: 0;
	}
	.page-services-li li .ttl {
		font-size: 20px;
	}
	.page-services-li li .sub-ttl {
		font-size: 16px;
	}
}
/* [04.PAGE-Patient-Forms]
--------------------------------------------------------------------------*/
.page-service-conts {
	background: #28425f;
}
.page-patient-conts .wrap {
	padding: 80px 30px;
	max-width: 560px;
	margin: 0 auto;
}
.patient-ttl-wrap {
	margin-bottom: 80px;
}
.patient-ttl-wrap .ttl {
	font-size: 36px;
	text-align: center;
	font-weight: 200;
	margin-bottom: 40px;
}
.patient-link {
	width: 100%;
	max-width: 
}
.patient-link li {
	width: 100%;
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid #ccc;
}
.patient-link li .img-box {
	width: 100%;
	max-width: 120px;
	margin: 0 auto 20px;
}
.patient-link li img {
	width: 100%;
	height: auto;
}
.patient-link li .ttl {
	text-align: center;
	font-size: 22px;
}
.check-wrap {
	padding: 40px;
	border: 1px solid #06273a;
}
.check-wrap .txt {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 30px;
}
.disc-li {
	padding-left: 20px;
}
.disc-li li {
	list-style: disc;
	line-height: 120%;
	margin-bottom: 20px;
}
.disc-li li:last-child {
	margin-bottom: 0;
}
@media (min-width:1020px) {
	.page-patient-conts .wrap {
		padding: 120px 40px;
		max-width: 1380px;
    }
    .patient-ttl-wrap .ttl {
	    font-size: 48px;
    }
    .patient-ttl-wrap .txt {
	    width: 65%;
	    text-align: center;
	    font-size: 15px;
	    margin: 0 auto;
    }
    .patient-link {
	    max-width: 800px;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    margin: 0 auto 80px;
    }
    .patient-link li {
	    width: 30%;
	    margin-right: 5%;
	    border-bottom:none;
	    padding-bottom: 0;
	    margin-bottom: 0;
    }
    .patient-link li:nth-child(3n) {
	    margin-right: 0;
    }
    .patient-link li .img-box {
	    max-width: 100px;
    }
    .patient-link li .ttl {
	    font-size: 18px;
    }
    .check-wrap {
	    width: 900px;
	    margin: 0 auto;
	    padding: 100px;
    }
}
/* [05.PAGE-Contact]
--------------------------------------------------------------------------*/
.page-contact-conts {
	background: #28425f;
}
.page-contact-conts .wrap {
	padding: 80px 30px;
	max-width: 560px;
	margin: 0 auto;
}
.contact-flx-wrap {
	width: 100%;
}
.contact-flx-wrap .contact-us-conts {
	margin-bottom: 60px;
}
.page-contact-conf,
.page-contact-fin {
	background: #fff;
}
@media (min-width:1020px) {
	.page-contact-conts .wrap {
		padding: 120px 40px;
		max-width: 1380px;
    }
    .contact-flx-wrap {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: space-between;
	    width: 100%;
	    height: auto;
    }
    
    .contact-flx-wrap .contact-us-conts {
	    width: 36%;
	    text-align: center;
    }
    .contact-flx-wrap .form-box {
	    width: 55%;
    }
    .page-contact-conf .contact-flx-wrap .form-box {
		margin: 0 auto;
	}
}
.fin-wrap .ttl-wrap {
	color: #06273a;
}
.fin-wrap .ttl-wrap h2 {
	font-size: 30px;
	text-align: center;
	margin-bottom: 20px;
}
.fin-wrap .ttl-wrap .btn {
	margin: 0 auto;
}
@media (min-width:1020px) {
	.fin-wrap .ttl-wrap {
		text-align: center;
	}
}



/* Retina-specific styles. */
@media print,
(-o-min-device-pixel-ratio: 5/4),
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 120dpi) {
}
@media print {
}

/* Edge */
_:host-context(x)::-ms-clear,


/* IE */
_:-ms-lang(x), 
.logo {
	transition:transform 0.8s;
	-webkit-backface-visibility:hidden;
	backface-visibility:hidden;
}
