@charset "utf-8";



#wrapper {
	max-width: 750px;
	width: 100%;
	margin: auto;
}

a:hover {
	opacity: .8;
}

.bnrOff,
.bnrOn {
	background: #fff;
	position: relative;
}

.bnrOff {
	z-index: 10;
}

.bnrOn {
	z-index: 1;
}

.floatBnr {
	position: fixed;
	bottom: 0;
	z-index: 5;
}

.floatBnr a {
	display: block;
	position: absolute;
}

.floatBnr a {
	width: 70%;
	margin: -18% auto 0 27%;
}



.offer,
.offer div,
.mv,
.mv div {
	position: relative;
}

.offer a,
.mv a {
	display: block;
	position: absolute;
}

.mv a {
	width: 95%;
	margin: -22% auto 0 2.5%;
}

.offer a {
	width: 90%;
	margin: -27% auto 0 5%;
}



footer {
	background: #222;
	color: #fff;
	text-align: center;
	padding: 20px 0;
	margin: 0 auto;
	position: relative;
	z-index: 10;
}

@media screen and (max-width: 765px) {}

footer .nav li {
	font-size: 12px;
	list-style: none;
	display: inline-block;
}

footer a {
	color: #fff;
	text-decoration: none;
	padding: 0 10px;
}

.copyright {
	font-size: 11px;
	margin: 0;
	padding: 10px 0;
}



/* 追加（アコーディオン） */
.cliniclist {
	background: #fcfce2;
	padding-bottom: 8%;
}



.clinicName picture+picture {
	display: none;
}

.clinicName picture.clinicDetail+picture {
	display: block;
}

.clinicName picture:nth-child(1) {
	position: relative;
	height: 100%;
	display: block;
}

.clinicName picture:nth-child(1):after {
	content: '';
	display: inline-block;
	background: url("../images/off.png") no-repeat 90% 63% / 100%;
	width: 4%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 9%;
}

.clinicName picture.clinicDetail:nth-child(1):after {
	background: url("../images/on.png") no-repeat 90% 63% / 100%;
}