@charset "UTF-8";

/*@media screen and (max-width: 768px){}*/


/*プライバシー メインビジュアル SP
---------------------------------------------*/
#mv_consent {
	position: relative;
	background-image: url(../img/consent-sp.webp);
	background-size:  cover; 
	max-width: 100%;
	text-align: center;
	display: flex; /* flex属性に変更*/
	justify-content: center; /* 子要素の横位置*/
	align-items: center; /* 子要素の縦位置*/
}
#mv_consent:before {
    content: "";
    display: block;
    padding-top: 50%;
  }
#mv_consent .jp_title {
	display: block;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 5.1vw;
	font-weight: normal;
	letter-spacing: .2em;
	display: block;
	line-height: 1.4em;
}
#mv_consent .en_sub {
	display: block;
	font-size: 3.1vw;
	font-family: "Bellota Text", "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
	color: #e88a95;
	text-align: center;
}
/*プライバシー メインビジュアル PC
---------------------------------------------*/
@media screen and (min-width: 769px){
#mv_consent {
	background-image: url(../img/consent.webp);
}
#mv_consent:before {
    content: "";
    display: block;
    padding-top: 20%;
  }
#mv_consent .jp_title {
	font-size: 40px;
}
#mv_consent .en_sub {
	font-size: 22px;
}
}	

/*未成年者施術同意書ダウンロード SP
---------------------------------------------*/
.consent_exp{
	width: 96%;
	height: auto;
	margin: 30px auto;
	text-align: center;
}
.consent_exp h3{
	font-size: 4.8vw;
	color: #BF9E79;
}
.consent_exp p{
	text-align: center;
	margin: 1em 0;
}
.consent_exp .intent_box{
	width: 100%;
	height: auto;
	padding: 0.5em 1em 1em;
	border: solid 1px #7498C5;
}
.consent_exp .intent_box a{
	width: 100%;
	height: auto;
	background-color: #779ECE;
	display: inline-block;
	padding: 0.75em 0;
	color: #fff;
	font-size: 5vw;
	margin-bottom: 0.2em;
}
.consent_wrap {
	width: 96%;
	height: auto;
	margin: 30px auto;
}
.consent_wrap h2{
	width: 100%;
	height: auto;
	font-family: "Kiwi Maru", sans-serif;
	font-size: 5.8vw;
	color: #BF9E79;
	background-color: #F5F5F5;
	display: inline-block;
	padding: 0.75em 0;
	margin: 1em 0 0.5em;
	text-align: center;
}
.consent_wrap p {
	margin: 1em 0;
	text-align: center;
}

/*各施術囲み SP */
.consent_wrap .inner{
	margin: 40px 0;
}
.consent_wrap .treatment_wrap{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	padding: 10px 20px;
	border: 1px solid #999;
}	
.consent_wrap .treatment_wrap .treatment{ /*h3見出し */
	font-size: 5vw;
	color: #BF9E79;
	display: block;
	border-bottom: dotted 1px #999;
	text-align: left;
	padding-bottom: 5px;
}
	
.consent_wrap .treatment_wrap .btn_box{
	width: 100%;
	height: auto;
	margin: 10px 0 0;
}
.consent_wrap .treatment_wrap .btn_box a.btn_downloads{
	width: 100%;
	height: auto;
	font-size: 4.5vw;
	margin: 10px 0;
	padding: 0.75em 0;
	color: #fff;
	background-color: #BF9E79;
	text-align: center;
	display: inline-block;
}

/*未成年者施術同意書ダウンロード PC
---------------------------------------------*/
@media screen and (min-width: 769px){
.consent_exp{
	width: 1000px;
	height: auto;
	margin: 40px auto;
}
.consent_exp h3{
	font-size: 20px;
}
.consent_exp .intent_box{
	width: 820px;
	height: auto;
	margin: 30px auto 10px;
}
.consent_exp .intent_box a{
	width: 460px;
	height: auto;
	padding: 0.5em 0;
	font-size: 24px;
	margin-bottom: 10px;
}
.consent_wrap {
	width: 1000px;
	height: auto;
	margin: 40px auto;
}
.consent_wrap h2{
	font-size: 34px;
	padding: 0.3em 0;
}

	
/*各店舗囲み PC */
.consent_wrap .inner{
	margin: 40px 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.consent_wrap .treatment_wrap{
	width: 485px;
	height: auto;
	margin: 15px 0;
	padding: 10px 20px;
	border: 1px solid #999;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
}	
.consent_wrap .treatment_wrap .treatment{ /*h3見出し */
	width: 100%;
	font-size: 26px;
	padding-bottom: 5px;
}
.consent_wrap .treatment_wrap .btn_box{
}
.consent_wrap .treatment_wrap .btn_box a.btn_downloads{
	font-size: 20px;
}
}

.adobe_leader img{
	width: 45%;
	height: auto;
}
.adobe_leader p{
	text-align: left;
}
@media screen and (min-width: 769px){
.adobe_leader{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
}
.adobe_leader img{
	width: 158px;
	height: auto;
}
.adobe_leader p{
	text-align: left;
	margin: 0 0 0 1em;;
}
}
	
	
	