@charset "utf-8";

/* ===================================================
base
*  =================================================== */

html {
	font-size: 62.5%;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: -apple-system, BlinkMacSystemFont, '游ゴシック体', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN W3', HiraKakuProN-W3, 'メイリオ', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', 'Helvetica Neue', HelveticaNeue, sans-serif;
}

body {
	animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
	0% {opacity: 0}
	100% {opacity: 1}
}

body img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* ===================================================
loader
*  =================================================== */

#loader {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	z-index: 2000;
}

#loader-inn {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	margin-left: -40px;
	z-index: 2001;
}

/* ===================================================
wrap
*  =================================================== */

#wrap {
	box-sizing: border-box;
	margin-top: 56px;
	position: relative;
	width: 100%;
}

@media screen and (min-width: 768px) {
	#wrap {
		margin-top: 72px;
	}
}

/* ===================================================
header
*  =================================================== */

.header {
	background-color: #fff;
	box-sizing: border-box;
	height: 56px;
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 1000;
}

.header .header-blk {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.header {
		height: 72px;
	}
	.header .header-blk {
		margin: 0 auto;
		width: 80%;
		max-width: 640px;
	}
}

/* blk-logo
-------------------------------------- */

.header .header-blk .blk-logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 56px;
	padding-left: 8px;
	width: 160px;
}

@media screen and (min-width: 768px) {
	.header .header-blk .blk-logo {
		height: 72px;
		width: 216px;
	}
}

/* blk-nav
-------------------------------------- */

.header .header-blk .blk-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}

.header .header-blk .blk-nav a {
	background-color: #fb83ad;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 1.3rem;
	font-weight: bold;
	height: 56px;
	line-height: 1.4rem;
	width: 152px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.header .header-blk .blk-nav a::after {
	content: '';
	border-left: 10px solid #fff;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	height: 0;
	margin-left: 10px;
	width: 0;
}

@media screen and (min-width: 768px) {
	.header .header-blk .blk-nav a  {
		font-size: 1.6rem;
		height: 72px;
		line-height: 1.8rem;
		padding-left: 16px;
		width: 192px;
	}
}

/* ===================================================
conts
*  =================================================== */

.conts {
	width: 100%;
}

@media screen and (min-width: 768px) {
	.conts {
		background-image: url(../img/common/conts-bg.png);
		background-size: 300px;
		background-repeat: repeat;
	}
	.conts-blk {
		margin: 0 auto;
		width: 80%;
		max-width: 640px;
	}
}

.blk-nonemargin {
	width: 100%;
}

.blk-marginbottom {
	margin-bottom: 24px;
	width: 100%;
}

.conts-btn {
	margin-bottom: 40px;
	width: 100%;
}

.effect-fade {
	opacity: 0;
	transform: translate(0, 56px);
	transition: all 1600ms;
}

.effect-fade.effect-scroll {
	opacity: 1;
	transform: translate(0, 0);
}
section{
	margin-top: 48px;
}
section.btn h2 img{
	width: 100%;
	display: block;
	margin: 0 auto ;

}
section.btn ul{
	display: flex;
}

section#u_18{
	position: relative;
}
section#u_18 a{
	text-decoration: underline;
	color: #333333;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	left: 50px;
	display: block;
	padding: 20px;
	}
@media screen and (max-width:520px){
	section#u_18 a{
		text-decoration: underline;
		color: #333333;
		bottom: -10px;
		left: 30px;
		font-size: 12px;
		margin-left: -10px;
		padding: 20px 80px 20px 10px;
	}
}
/* ===================================================
footer
*  =================================================== */

/* footer-clinic
-------------------------------------- */

.footer-clinic {
	background-color: #fafafa;
	padding-bottom: 16px;
	padding-top: 56px;
}

.clinic-blk {
	margin: 0 4%;
}

@media screen and (min-width: 768px) {
	.clinic-blk {
		margin: 0 auto;
		width: 80%;
		max-width: 640px;
	}
}

/* blk-ttl
-------------------------------------- */

.clinic-blk .blk-ttl {
	color: #ec6e81;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.0rem;
	font-weight: 400;
	margin-bottom: 32px;
}

.clinic-blk .blk-ttl .ttl-ruby {
	color: #ec6e81;
	font-family: 'Helvetica Neue', HelveticaNeue, sans-serif;
	font-size: 1.0rem;
}

.clinic-blk .blk-ttl-area {
	color: #3C3C3C;
	font-family: 'Noto Serif JP', serif;
	font-size: 3.2rem;
	font-weight: 400;
	margin-bottom: 8px;
	position: relative;
}

.clinic-blk .blk-ttl-area span {
	background-color: #fafafa;
	display: inline-block;
	padding-right: 4%;
	position: relative;
	z-index: 2;
}

.clinic-blk .blk-ttl-area::before {
	content: '';
	background-color: #dedede;
	display: block;
	height: 1px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

.clinic-blk .ttl-area-ruby {
	color: #ec6e81;
	font-family: 'Helvetica Neue', HelveticaNeue, sans-serif;
	font-size: 1.2rem;
	margin-bottom: 24px;
	margin-left: 2px;
}

/* blk-acd
-------------------------------------- */

.clinic-blk .blk-acd {
	box-shadow: 0 0 8px #cecece;
}

.clinic-blk .blk-acd .acd-check {
	display: none;
}

.clinic-blk .blk-acd .acd-label {
	background-color: #fff;
	cursor: pointer;
	display: block;
	margin-bottom: 24px;
}

.clinic-blk .blk-acd .acd-label .acd-label-blk-img {
	position: relative;
}

@media screen and (min-width: 768px) {
	.clinic-blk .blk-acd .acd-label .acd-label-blk-img {
		height: 240px;
		overflow: hidden;
		position: relative;
	}
	.clinic-blk .blk-acd .acd-label .acd-label-blk-img img {
		height: auto;
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		width: 100%;
	}
}

.clinic-blk .blk-acd .acd-label .acd-label-blk-name {
	height: 56px;
	position: relative;
}

.clinic-blk .blk-acd .acd-label .acd-label-blk-name .blk-clinicname {
	font-family: 'Noto Serif JP', serif;
	font-size: 2.4rem;
	font-weight: 400;
	letter-spacing: 0.08rem;
	padding-left: 16px;
	padding-top: 18px;
}

.clinic-blk .blk-acd .acd-label .acd-label-blk-name .blk-clinicname .blk-clinicname-ruby {
	color: #ec6e81;
	font-family: 'Helvetica Neue', HelveticaNeue, sans-serif;
	font-size: 1.2rem;
}

.clinic-blk .blk-acd .acd-label .acd-label-blk-name .blk-clinicname::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 16px;
	width: 10px;
	height: 10px;
	border: 3px solid;
	border-color: transparent transparent #ec6e81 #ec6e81;
	transform: rotate(-45deg);
	transition: .2s;
}

.clinic-blk .blk-acd .acd-conts {
	background-color: #fff;
	height: 0;
	margin-top: -24px;
	margin-bottom: 24px;
	opacity: 0;
	transition: .8s;
	visibility: hidden;
}

.clinic-blk .blk-acd .acd-conts .conts-detail .detail-inn {
	padding: 16px 16px 0;
}

.clinic-blk .blk-acd .acd-conts .conts-detail .detail-inn dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.clinic-blk .blk-acd .acd-conts .conts-detail .detail-inn dl dt {
	box-sizing: border-box;
	font-size: 1.2rem;
	line-height: 1.8rem;
	width: 24%;
}

.clinic-blk .blk-acd .acd-conts .conts-detail .detail-inn dl dd {
	box-sizing: border-box;
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 12px;
	width: 76%;
}

.clinic-blk .blk-acd .acd-conts .conts-detail .detail-inn dl dd a {
	color: #000;
}

.clinic-blk .blk-acd .acd-conts .conts-detail .detail-inn dl dd .dd-em {
	font-size: 1.6rem;
}

.clinic-blk .blk-acd .acd-conts .conts-detail .detail-gmap {
	height: 0;
	margin: 0 16px;
	overflow: hidden;
	padding-bottom: 320px;
	position: relative;
}

.clinic-blk .blk-acd .acd-conts .conts-detail .detail-gmap iframe {
	pointer-events: auto;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media screen and (min-width: 768px) {
	.clinic-blk .blk-acd .acd-conts .conts-detail {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.clinic-blk .blk-acd .acd-conts .conts-detail .detail-inn {
		width: 46%;
		margin: 20px 0 0;
	}
	.clinic-blk .blk-acd .acd-conts .conts-detail .detail-inn dl dd {
		margin-bottom: 20px;
	}
	.clinic-blk .blk-acd .acd-conts .conts-detail .detail-gmap {
		width: 50%;
		margin: 0 16px 0 0;
	}
}

.clinic-blk .blk-acd .acd-conts .conts-dr {
	border: 1px solid #dedede;
	box-sizing: border-box;
	margin: 16px 16px 0;
	padding: 16px 16px 12px;
}

.clinic-blk .blk-acd .acd-conts .conts-dr dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.clinic-blk .blk-acd .acd-conts .conts-dr dl dt {
	box-sizing: border-box;
	font-size: 1.1rem;
	line-height: 1.6rem;
	width: 24%;
}

.clinic-blk .blk-acd .acd-conts .conts-dr dl dd {
	box-sizing: border-box;
	font-size: 1.1rem;
	line-height: 1.6rem;
	margin-bottom: 4px;
	width: 76%;
}

.clinic-blk .blk-acd .acd-conts .conts-dr dl dt.dr-name {
	font-size: 1.6rem;
	margin-bottom: 12px;
	margin-top: 4px;
	width: 100%;
}

.clinic-blk .blk-acd .acd-conts .conts-dr dl dt.dr-name .name-ruby {
	font-size: 0.8rem;
}

@media screen and (min-width: 768px) {
	.clinic-blk .blk-acd .acd-conts .conts-dr dl dt {
		font-size: 1.2rem;
		width: 16%;
	}
	.clinic-blk .blk-acd .acd-conts .conts-dr dl dd {
		font-size: 1.2rem;
		width: 82%;
	}
	.clinic-blk .blk-acd .acd-conts .conts-dr dl dt.dr-name {
		margin-bottom: 20px;
		margin-top: 8px;
		width: 100%;
	}
}

.acd-check:checked + .acd-label .acd-label-blk-name .blk-clinicname::after {
	top: 28px;
	border-color: #ec6e81 #ec6e81 transparent transparent;
}

.acd-check:checked + .acd-label + .acd-conts {
	height: 780px;
	opacity: 1;
	visibility: visible;
}

@media screen and (min-width: 768px) {
	.acd-check:checked + .acd-label + .acd-conts {
		height: 550px;
	}
}

/* footer-reservation
-------------------------------------- */

.footer-reservation {
	background-color: #fff7f7;
	padding-bottom: 16px;
	padding-top: 56px;
}

.reservation-blk {
	margin: 0 4%;
}

@media screen and (min-width: 768px) {
	.reservation-blk {
		margin: 0 auto;
		width: 80%;
		max-width: 640px;
	}
}

.reservation-blk .blk-ttl {
	color: #ec6e81;
	font-family: 'Noto Serif JP', serif;
	font-size: 2.0rem;
	font-weight: 400;
	margin-bottom: 24px;
}

.reservation-blk .blk-txt {
	color: #3c3c3c;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: 0.04rem;
	margin-bottom: 16px;
}

.reservation-blk .blk-btn {
	box-shadow: 0 4px 16px #cecece;
	margin-bottom: 16px;
	margin-top: 16px;
}

/* footer-contact
-------------------------------------- */

.footer-contact {
	background-color: #fff7f7;
	padding-bottom: 48px;
	padding-top: 48px;
}

.contact-blk {
	margin: 0 4%;
}

@media screen and (min-width: 768px) {
	.contact-blk {
		margin: 0 auto;
		width: 80%;
		max-width: 640px;
	}
}

.contact-blk .blk-ttl {
	color: #ec6e81;
	font-family: 'Noto Serif JP', serif;
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.6rem;
	margin-bottom: 24px;
	text-align: center;
}

.contact-blk .blk-btn {
	margin: 0 auto;
	width: 80%;
}

.contact-blk .blk-btn a {
	background-color: #fff;
	box-shadow: 0 0 8px #dedede;
	border-radius: 8px;
	border: 1px solid #eee;
	color: #ec6e81;
	display: block;
	font-size: 3.2rem;
	padding: 8px 0 24px;
	text-align: center;
	width: 100%;
}

.contact-blk .blk-btn a span {
	font-size: 1.6rem;
	line-height: 2.0rem;
}

/* footer-common
-------------------------------------- */

.footer-common {
	margin-bottom: 80px;
	margin-top: 80px;
}

.footer-common .footer-common-logo {
	margin: 0 auto;
	width: 80px;
}

.footer-common .footer-common-copyright {
	color: #777;
	font-size: 1.2rem;
	margin-top: 24px;
	text-align: center;
}

.footer-common .footer-common-lpclinic {
	color: #777;
	font-size: 1.2rem;
	line-height: 2.0rem;
	margin-top: 40px;
	text-align: center;
}

.footer-common .footer-common-lpclinic a {
	color: #777;
}

/* backtotop
-------------------------------------- */

#backtotop {
	position: relative;
	z-index: 100;
}

#backtotop-inn {
	position: fixed;
	bottom: 16px;
	right: 16px;
	width: 40px;
}

#backtotop-inn a:hover {
	transition: all .5s;
}

/* ===================================================
link
*  =================================================== */

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	-webkit-transition: all .4s;
	transition: all .4s;
}

a:active {
	text-decoration: none;
}

/* ===================================================
only
*  =================================================== */

/* sp-only
-------------------------------------- */

.sp-only {
	display: block;
}

br.sp-only,
a.sp-only,
span.sp-only {
	display: inline;
}

@media screen and (min-width: 768px) {
	.sp-only {
		display: none;
	}
	br.sp-only,
	a.sp-only,
	span.sp-only {
		display: none;
	}
}

/* sptb-only
-------------------------------------- */

.sptb-only {
	display: block;
}

br.sptb-only,
a.sptb-only,
span.sptb-only {
	display: inline;
}

@media screen and (min-width: 990px) {
	.sptb-only {
		display: none;
	}
	br.sptb-only,
	a.sptb-only,
	span.sptb-only {
		display: none;
	}
}

/* tbpc-only
-------------------------------------- */

.tbpc-only {
	display: none;
}

br.tbpc-only,
a.tbpc-only,
span.tbpc-only {
	display: none;
}

@media screen and (min-width: 768px) {
.tbpc-only {
		display: block;
	}
	br.tbpc-only,
	a.tbpc-only,
	span.tbpc-only {
		display: inline;
	}
}

/* pc-only
-------------------------------------- */

.pc-only {
	display: none;
}

br.pc-only,
a.pc-only,
span.pc-only {
	display: none;
}

@media screen and (min-width: 990px) {
.pc-only {
		display: block;
	}
	br.pc-only,
	a.pc-only,
	span.pc-only {
		display: inline;
	}
}

/* ===================================================
selected
*  =================================================== */

::selection {
	background: #eee;
}

::-moz-selection {
	background: #eee;
}
