@charset "utf-8";
/* CSS Document */

html {
	font-size: 62.5%!important;
}

.bg-color {
	background: #eea94a;
}

section#mv {
    text-align: center;
    background: url(https://www.s-b-c.net/assets/laser/liftup/evoplus/images2/mainbg02.jpg) center top no-repeat #c7c7c7;
}
@media screen and (max-width: 979px) {
	section#mv {
		background-image: none;
		background-color: #c7c7c7;
	}
}

section#charge .chargeContainer1 .low-price {
	border-top: 1px dashed #000;
	padding: 15px 0 0;
	margin: 5px 0 0;
	text-align: right;
}
section#charge .chargeContainer1 .low-price img {
	margin-left: auto;
	margin-right: -15px;
	max-width: 280px;
}
.rakuten {
	text-align: center;
	/*padding-top: 20px;
	padding-bottom: 20px;*/
}
@media screen and (max-width: 979px) {
	section#charge .chargeContainer1 .low-price {
		text-align: center;
	}
	section#charge .chargeContainer1 .low-price img {
		max-width: 320px;
	}
	.rakuten {
		/*margin: 15px auto;*/
		padding: 0 2%;
	}
}

.main-icon {
	margin: 0;
	background: #262628;
	padding: 15px 0!important;
}



.evoplus .b-about__movie {
	padding: 0;
	background: none;
	margin: 50px 0 80px;
}
.movieWrap {
	width: 980px;
	margin: 0 auto;
}
@media screen and (max-width: 979px) {
	.evoplus .b-about__movie {
		margin: 5vw 0 8vw;
	}
	.movieWrap {
		width: 96%;
	}
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab>.tabs>.title.-active,
.evoplus .b-others .others-tabs .tabacc.-pc-tab>.tabs>.title {
	padding: 0 !important;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab>.tabs>.title.-active {
	height: 100px;
}
.evoplus .b-others .others-tabs .tabacc.-pc-tab>.tabs>.title {
	height: 80px;
}
@media screen and (max-width: 979px) {
	.evoplus .b-others .others-tabs .tabacc.-pc-tab>.tabs>.title {
		min-height: inherit;
		height: 11vw;
	}
	.evoplus .b-others .others-tabs .tabacc.-pc-tab>.tabs>.title p {font-size: 3.3vw;}
	.evoplus .b-others .others-tabs .tabacc.-pc-tab>.tabs>.title.-active {
		height: 13vw;
	}
}

section#flow {
	padding-bottom: 120px!important;
}

@media screen and (max-width: 979px) {
	#clinic {
		padding: 20px 10px;
	}
	
	#clinic #clinic-map {
		min-height: auto!important;
	}
}

/********** 秋のポイント２倍収穫祭 **********/
.top_campaign {
	background: #FFF7E6;
	padding: 3% 2%;
	text-align: center;
}
.top_campaign p {
	margin-top: 20px;
	font-size: 30px;
	line-height: 1.4;
	color: #903030;
	font-weight: bold;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}
@media screen and (max-width: 979px) {
	.top_campaign {
		padding: 5% 2% 3%;
	}
	.top_campaign p {
		font-size: 18px;
	}
}

.campaign_btn {
    margin: 20px auto;
}
.campaign_btn a {
	background: #903030;
    color: #fff;
    font-size: 24px;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    font-weight: bold;
    text-decoration: none;
    padding: 10px 60px;
    border-radius: 100px;
    position: relative;
}
.campaign_btn a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 10px;
    height: 10px;
	border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg) translate(-9px, 0);
}
@media screen and (max-width: 979px) {
	.campaign_btn a {
		font-size: 4.5vw;
	}
}

.cont_campaign {
	background: #da8686;
	padding: 3% 2%;
	text-align: center;
	max-width: 980px;
	margin: 0 auto 20px;
}
.cont_campaign .cam_title {
	font-size: 48px;
	font-weight: bold;
	color: #fff;
}
.cont_campaign .cam_text {
	font-size: 26px;
	line-height: 1.6;
	color: #fff;
}
.cont_campaign .cam_text strong {
	font-size: 30px;
	color: #fff;
}
@media screen and (max-width: 979px) {
	.cont_campaign {
		padding: 2% 2%;
	}
	.cont_campaign .cam_title {
		font-size: 6vw;
	}
	.cont_campaign .cam_text {
		font-size: 4vw;
	}
	.cont_campaign .cam_text strong {
		font-size: 4.5vw;
	}
}

.cont_campaign header {
    padding: 70px 0 0;
    position: relative;
    margin: 0 0 30px;
}
.cont_campaign header::before {
    content: "";
    display: block;
    width: 41px;
    height: 43px;
    background: url(https://www.s-b-c.net/assets/about/campaign/aki-point2/images/header01.png) center top no-repeat;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
.cont_campaign header h3 {
    width: 300px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    background: url(https://www.s-b-c.net/assets/about/campaign/aki-point2/images/ribbon01.svg) center top/100% auto no-repeat;
    margin: 0 auto;
}
@media screen and (max-width: 979px) {
	.cont_campaign header {
		padding: 10vw 0 0;
		margin: 0 0 4vw;
	}
	.cont_campaign header::before {
		width: 7vw;
		height: 7vw;
		background-size: 100% auto;
	}
	.cont_campaign header h3 {
		width: 50vw;
		height: 10vw;
		font-size: 4.5vw;
	}
}

.cont_campaign .term .text01 {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px;
}
.cont_campaign .term .text01 p {
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
}
.cont_campaign .term .text01 p strong {
    font-size: 50px;
}
.cont_campaign .term .text01 p span {
    font-size: 30px;
}
.cont_campaign .term .text01 p+p {
    padding-left: 100px;
    background: url(https://www.s-b-c.net/assets/about/campaign/aki-point2/images/arrow01.svg) 42px center/31px auto no-repeat;
}
@media screen and (max-width: 979px) {
	.cont_campaign .term .text01 {
		flex-direction: column;
		margin: 0 0 5vw;
	}
	.cont_campaign .term .text01 p {
		font-size: 7.5vw;
	}
	.cont_campaign .term .text01 p+p {
		padding: 14vw 0 0;
		background: none;
		position: relative;
	}
	.cont_campaign .term .text01 p strong {
		font-size: 9vw;
		color: #FFFFFF;
	}
	.cont_campaign .term .text01 p span {
		font-size: 5vw;
		color: #FFFFFF;
	}
	.cont_campaign .term .text01 p+p::before {
		content: "";
		display: block;
		width: 8vw;
		height: 8vw;
		background: url(https://www.s-b-c.net/assets/about/campaign/aki-point2/images/arrow01.svg) center center/100% auto no-repeat;
		position: absolute;
		left: 50%;
		top: 3vw;
		transform: translate(-50%, 0) rotate(90deg);
	}
}

.cont_campaign .treat_text {
	font-size: 26px;
	line-height: 1.4;
	color: #FFFFFF;
}
.cont_campaign .treat_text strong {
	font-size: 30px;
	font-weight: bold;
	text-decoration: underline;
}
@media screen and (max-width: 979px) {
	.cont_campaign .treat_text {
		font-size: 4vw;
	}
	.cont_campaign .treat_text strong {
		font-size: 5vw;
		color: #FFFFFF;
	}
}

.cont_campaign .tabacc.-pc-accordion>.contents .title,
.cont_campaign .tabacc.-sp-accordion>.contents .title {
    height: 80px;
    margin: 0;
    padding: 0;
    min-height: inherit;
    font-size: 20px;
    line-height: 1.2;
    color: #fff;
    background: #903030;
	text-align: left;
}
.cont_campaign .tabacc.-pc-accordion>.contents .title span,
.cont_campaign .tabacc.-sp-accordion>.contents .title span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 30px 0 30px;
    position: relative;
}
.cont_campaign .tabacc.-pc-accordion>.contents .title span strong,
.cont_campaign .tabacc.-sp-accordion>.contents .title span strong {
    display: contents;
    color: #ffd697;
}
.cont_campaign .tabacc.-pc-accordion>.contents>.content,
.cont_campaign .tabacc.-sp-accordion>.contents>.content {
    border: 1px solid #903030;
    border-top: none;
    background: #fff;
    font-weight: normal;
    margin: 0;
    line-height: 1.5;
    font-size: 20px;
    position: relative;
    padding: 40px 30px;
    text-align: center;
}
@media screen and (max-width: 979px) {
	.cont_campaign .tabacc.-pc-accordion>.contents .title,
	.cont_campaign .tabacc.-sp-accordion>.contents .title {
		height: inherit;
		font-size: 3.5vw;
	}
	.cont_campaign .tabacc.-pc-accordion>.contents .title span,
	.cont_campaign .tabacc.-sp-accordion>.contents .title span {
		padding: 3vw 12vw 3vw 3vw;
		color: #FFFFFF;
	}
	.cont_campaign .tabacc.-pc-accordion>.contents .title::after,
	.cont_campaign .tabacc.-sp-accordion>.contents .title::after {
		width: 7vw;
		height: 7vw;
		margin: 0;
		right: 2vw;
		transform: translate(0, -50%);
		background-size: 3vw auto;
	}
	.cont_campaign .tabacc.-pc-accordion>.contents>.content,
	.cont_campaign .tabacc.-sp-accordion>.contents>.content {
		border: 0.3vw solid #903030;
		font-size: 3.5vw;
		padding: 3vw;
	}
}
/********** //秋のポイント２倍収穫祭 **********/

#promise .head-ttl h2 {background: none;}
#promise .head-ttl .page-ttl__sub {
	display: flex;
	justify-content: center;
	max-width: 742px;
	font-size: 20px;
	margin: 20px auto 0;
	position: relative;
	padding: 0 20px;
}
#promise .head-ttl .page-ttl__sub:before,
#promise .head-ttl .page-ttl__sub:after {
	content: "";
	position: absolute;
	width: 14px;
	height: 71px;
	border: 2px solid #ffffff;
	top: 67%;
	transform: translateY(-50%);
}
#promise .head-ttl .page-ttl__sub:before {
	left: 0;
	border-right: none;
}
#promise .head-ttl .page-ttl__sub:after {
	right: 0;
	border-left: none;
}
#promise .head-ttl__dot:after {
	background-image: url(/assets/laser/liftup/evoplus/images/dotted_img01.png);
}
@media screen and (max-width: 979px) {
	#promise .head-ttl {
		padding: 0 0 70px;
	}
	#promise .head-ttl .page-ttl__sub {
		font-size: 4.5vw;
		padding: 1vw;
	}
}








