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

/* 初めての方設定 */

@media print,screen and (min-width: 768px){

/* PC用設定 */
.title {
	background-image: url(../img/guide/title.png);
}
.title h2 {
	padding-right:275px;
}

#contents h2 {
	font-size: 36px;
	line-height: 1.8em;
	color: #615c45;
	text-align: center;
	font-weight: 500;
	margin-bottom:165px;
}
#contents h2 small {
	font-size: 22px;
	line-height: 1.8em;
	font-weight: 200;
	color: #d3999c;
	display: block;
}
#contents .wave {
	background-image: url(../img/wave_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:210px;
}
@media print,screen and (min-width: 1921px){
#contents .wave {
	background-size:100% auto;
}
}
#contents .section {
	width:1240px;
	margin:0px auto;
}

/* ご利用の流れ */
#contents #flow {
	padding-top:115px;
}
#contents #flow li {
	margin-bottom:110px;
}
#contents #flow li h3 {
	font-size: 30px;
	line-height: 1.3em;
	font-weight: 500;
	height: 66px;/* 89px */
	padding-top: 23px;
	padding-left: 130px;
	background-image: url(../img/guide/flow_no1.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:35px;
	margin-left:607px;
}
#contents #flow li p {
	margin-left:607px;
}
#contents #flow li p a {
	color: #e78b94;
	text-decoration: underline;
}
#contents #flow li p a:hover {
	color: #615c45;
	text-decoration: none;
}
#contents #flow li img {
	float:left;
	margin-top:-134px;
}

/* Q＆A */
#contents #faq {
	background-color: #FAF0F1;
	padding-bottom:200px;
	background-image: url(../img/wave_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
@media print,screen and (min-width: 1921px){
#contents #faq {
	background-size:100% auto;
}
}
#contents #faq h2 {
	margin-bottom:50px;
}
#contents #faq h3 {
	font-size: 22px;
	line-height: 1.4em;
	font-weight: 500;
	background-image: url(../img/guide/faq_q.png);
	background-repeat: no-repeat;
	background-position: 20px 25px;
	padding: 25px;
	padding-bottom:23px;
	padding-left:65px;
	margin-right:80px;
}
.contenedor_faq {
	display: table;
	position: relative;
	width: 100%;
}
.expand_faq {
	max-height: 0px;
	overflow: hidden;
	position: relative;
	transition: .5s;
}
.expand_faq .article {
	background-color: #ececec;
	background-image: url(../img/guide/faq_a.png);
	background-repeat: no-repeat;
	background-position: 35px center;
	padding: 25px;
	padding-left:90px;
}
.contenedor_faq input {
  visibility: hidden;
}
.contenedor_faq label {
	cursor: pointer;
	display: block;
	background-image: url(../img/guide/faq_plus.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:60px;
	background-color: #FFF;
	margin-top: 25px;
}
.contenedor_faq input:checked + label {
	background-image: url(../img/guide/faq_minus.png);
}
input[type=checkbox]:checked ~ .expand_faq {
 max-height: 800px;
}

/* 当サロンのコロナ対策について */
#contents #measures {
	padding-top:145px;
	padding-bottom:170px;
}
#contents #measures h2 {
	margin-bottom:120px;
}
#contents #measures ul {
	margin:1.5em 0px;
}
#contents #measures li {
	font-size: 22px;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	background-image: url(../img/guide/measures_check.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	padding-left: 2em;
}

/* キャンセルポリシー */
#contents #cancelpolicy {
	background-color: #FAF0F1;
	padding-bottom:250px;
	background-image: url(../img/wave_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
@media print,screen and (min-width: 1921px){
#contents #cancelpolicy {
	background-size:100% auto;
}
}
#contents #cancelpolicy h2 {
	margin-bottom:85px;
}
#contents #cancelpolicy ul {
	margin:1.5em 0px;
}
#contents #cancelpolicy li {
	font-size: 22px;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	background-image: url(../img/guide/measures_check.png);
	background-repeat: no-repeat;
	background-position: 15px 10px;
	padding-left: 2em;
}

}
@media screen and (max-width: 767px){

/* スマホ用設定 */

.title {
	background-image: url(../img/sp/guide/title.png);
}
#contents h2 {
	font-size: 18px;
	line-height: 1.8em;
	color: #615c45;
	text-align: center;
	font-weight: 500;
	margin-bottom:20px;
}
#contents h2 small {
	font-size: 14px;
	line-height: 1.8em;
	font-weight: 200;
	color: #d3999c;
	display: block;
}
#contents .section {
	width: auto;
	margin: 0px 10px;
}
#contents .wave {
	background-image: url(../img/sp/wave_top.png);
	background-repeat: no-repeat;
	background-position: center top;
	height:25px;
	background-size:100% 100%;
	margin-bottom:20px;
}

/* ご利用の流れ */
#contents #flow {
	padding-top:0px;
	margin-bottom:30px;
}
#contents #flow li {
	margin-bottom:0px;
	margin-top:30px;
}
#contents #flow li h3 {
	font-size: 18px;
	line-height: 1.3em;
	font-weight: 500;
	height: 43px;
	padding-top: 7px;
	padding-left: 65px;
	background-image: url(../img/guide/flow_no1.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom:5px;
	margin-left:0px;
	background-size:50px;
}
#contents #flow li p {
	margin-left:0px;
}
#contents #flow li p a {
	color: #e78b94;
	text-decoration: underline;
}
#contents #flow li p a:hover {
	color: #615c45;
	text-decoration: none;
}
#contents #flow li img {
	float:none;
	width:100%;
	margin-top:0px;
	margin-bottom:15px;
}

/* Q＆A */
#contents #faq {
	background-image: url(../img/wave_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:50px;
	margin-bottom:30px;
}
#contents #faq h2 {
	margin-bottom:0px;
}
#contents #faq h3 {
	font-size: 16px;
	line-height: 1.4em;
	font-weight: 500;
	background-image: url(../img/guide/faq_q.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size:20px;
	padding: 10px;
	padding-left:40px;
	margin-right:35px;
}
.contenedor_faq {
	display: table;
	position: relative;
	width: 100%;
}
.expand_faq {
	max-height: 0px;
	overflow: hidden;
	position: relative;
	transition: .5s;
}
.expand_faq .article {
	background-color: #ececec;
	background-image: url(../img/guide/faq_a.png);
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-size:20px;
	padding: 10px;
	padding-left:40px;
}
.contenedor_faq input {
  visibility: hidden;
}
.contenedor_faq label {
	cursor: pointer;
	display: block;
	background-image: url(../img/guide/faq_plus.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size:40px;
	background-color: #FFF;
	margin-top: 5px;
}
.contenedor_faq input:checked + label {
	background-image: url(../img/guide/faq_minus.png);
}
input[type=checkbox]:checked ~ .expand_faq {
 max-height: 800px;
}

/* 当サロンのコロナ対策について */
#contents #measures {
	padding-top:0px;
	padding-bottom:30px;
}
#contents #measures h2 {
	margin-bottom:20px;
}
#contents #measures ul {
	margin:1em 0px;
}
#contents #measures li {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	background-image: url(../img/guide/measures_check.png);
	background-repeat: no-repeat;
	background-position: 14px 6px;
	background-size:16px;
	padding-left: 35px;
}

/* キャンセルポリシー */
#contents #cancelpolicy {
	background-image: url(../img/wave_bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom:30px;
}
#contents #cancelpolicy h2 {
	margin-bottom:20px;
}
#contents #cancelpolicy ul {
	margin:1em 0px;
}
#contents #cancelpolicy li {
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 0.5em;
	background-image: url(../img/guide/measures_check.png);
	background-repeat: no-repeat;
	background-position: 14px 6px;
	background-size:16px;
	padding-left: 35px;
}

}
