@charset "utf-8";



/* =============================================================================
    GUIDE
   ========================================================================== */
.guide section {padding-bottom: 60px;}

.guide #guestSec {
	padding-top: 70px;
	padding-bottom: 160px;
}
.guide #guestSec h2 {
	position: relative;
	margin-bottom: 60px;
}
.guide #guestSec h2:before {
	position: absolute;
	content: "";
	top: -134px;
	left: 50%;
	margin-left: 0.5px;
	width: 1px;
	height: 120px;
	background: #293c4a;
}
.guide #guestSec .guest-cont .txt p {
	font-size: 15px;
	line-height: 2.4em;
	text-align: left;
	margin-bottom: 60px;
}
.guide #guestSec .guest-cont .txt .btn1 {
	text-align: left;
}
@media screen and (min-width: 768px) {
	.guide #guestSec .guest-cont {
		display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
	}
	.guide #guestSec .guest-cont .img {
		width: 60%;
	}
	.guide #guestSec .guest-cont .txt {
		width: 35%;
	}
	
   
}
@media screen and (max-width: 767px) {
    .guide section {padding-bottom: 30px;}
	.guide #guestSec .guest-cont .img {
		margin-bottom: 20px;
	}
	.guide #guestSec .guest-cont .txt p {
		line-height: 1.8em;
	}
	.guide #guestSec .guest-cont .txt .btn1 {
		text-align: center;
	}
}
/* =============================================================================
	施術の流れ
   ========================================================================== */
.guide #flowSec {
	background: #f4f5f7;
	padding: 80px 0;
}
.guide #flowSec h2 {
	position: relative;
	margin-bottom: 80px;
}
.guide #flowSec h2:before {
	position: absolute;
	content: "";
	top: -134px;
	left: 50%;
	margin-left: 0.5px;
	width: 1px;
	height: 120px;
	background: #293c4a;
}
.guide #flowSec .step {
	max-width: 1280px;
	margin: 0 auto;
}
.guide #flowSec .step .step-cont {
	margin-bottom: 60px;
}
.guide #flowSec .step .step-cont .flex .step-num {
	font-size: 25px;
	width: 136px;
	height: 136px;
	position: relative;
	border: 1px solid #293c4a;
	text-align: center;
	padding: 37px 0;
	font-weight: bold;
	color: #293c4a;
}
.guide #flowSec .step .step-cont .flex .step-num:after {
	position: absolute;
	content: "";
	width: 70px;
	height: 1px;
	background: #293c4a;
	top: 50%;
	right: -36px;
}
.guide #flowSec .step .step-cont .flex .step-num span {
	font-size: 16px;
	display: block;
	font-weight: normal;
}
.guide #flowSec .step .step-cont .flex .txt h3 {
	text-align: left;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.guide #flowSec .step .step-cont .flex .txt p {
	text-align: left;
	line-height: 2.4em;
}
@media screen and (min-width: 768px) {
	.guide #flowSec .step .step-cont .flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
	.guide #flowSec .step .step-cont .flex .txt {
		width: 83%;
	}
}
@media screen and (max-width: 767px) {
	.guide #flowSec .step .step-cont .flex .step-num {
		width: 100%;
		padding: 10px;
    height: auto;
}
	.guide #flowSec .step .step-cont .flex .step-num:after {
		position: absolute;
    content: "";
    width: 1px;
    height: 40px;
    background: #293c4a;
    left: 50%;
    top: 46px;
	}
	.guide #flowSec .step .step-cont .flex .step-num span {
		display: inline-block;
	}
	.guide #flowSec .step .step-cont .flex .txt {
		padding-top: 40px;
	}
	.guide #flowSec .step .step-cont .flex .txt h3 {
		font-size: 16px;
	}
	.guide #flowSec .step .step-cont .flex .txt p {
		line-height: 1.8em;
	}
}

/* =============================================================================
	アフターケア
   ========================================================================== */
.guide #afterSec {
	padding-top: 80px;
	padding-bottom: 160px;
}
.guide #afterSec h2 {
	position: relative;
	margin-bottom: 80px;
}
.guide #afterSec h2:before {
	position: absolute;
	content: "";
	top: -134px;
	left: 50%;
	margin-left: 0.5px;
	width: 1px;
	height: 120px;
	background: #293c4a;
}
.guide #afterSec .after-txt {
	max-width: 974px;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #35678d;
	padding: 20px 0;
	color: #293c4a;
	font-size: 16px;
	line-height: 2.4em;
	margin-bottom: 100px;
}
.guide #afterSec .flex li {
	border: 1px solid #293c4a;
	padding: 30px 50px 50px;
	position: relative;
}
.guide #afterSec .flex li:before {
	position: absolute;
	content: "";
	top: -35px;
	left: 50%;
	width: 1px;
	height: 70px;
	background: #293c4a;
}
.guide #afterSec .flex li .step-num {
	text-align: center;
	color: #293c4a;
	font-size: 25px;
	margin-bottom: 40px;
}
.guide #afterSec .flex li .step-num span {
	font-size: 16px;
}
.guide #afterSec .flex li h3 {
	font-size: 18px;
	font-weight: bold;
}
.guide #afterSec .flex li p {
	text-align: left;
	font-size: 15px;
	line-height: 2.4em;
}
@media screen and (min-width: 768px) {
	.guide #afterSec .flex {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
}
	.guide #afterSec .flex li {
		width: 32%;
	}
}
@media screen and (max-width: 767px) {
	.guide #afterSec {
		padding-bottom: 80px;
	}
	.guide #afterSec h2 {
		margin-bottom: 40px;
	}
	.guide #afterSec .flex li {
		padding: 30px 20px;
		margin-bottom: 70px;
	}
	.guide #afterSec .flex li .step-num {
		margin-bottom: 20px;
	}
	.guide #afterSec .flex li h3 {
		margin-bottom: 20px;
		font-size: 16px;
	}
	.guide #afterSec .after-txt {
		font-size: 15px;
		text-align: left;
		padding: 20px;
		line-height: 1.8em;
	}
	.guide #afterSec .flex li p {
		font-size: 14px;
		line-height: 1.8em;
	}
}
/* =============================================================================
	衛生管理
   ========================================================================== */
.guide #hygieneSec {
	background: #f4f5f7;
	padding-top: 80px;
	padding-bottom: 120px;
}
.guide #hygieneSec h2 {
	position: relative;
	margin-bottom: 80px;
}
.guide #hygieneSec h2:before {
	position: absolute;
	content: "";
	top: -134px;
	left: 50%;
	margin-left: 0.5px;
	width: 1px;
	height: 120px;
	background: #293c4a;
}
.guide #hygieneSec .hyginen-cont .txt {
	margin-bottom: 40px;
}
.guide #hygieneSec .hyginen-cont .txt h3,.guide #hygieneSec .hyginen-cont .txt p {
	text-align: left;
}
.guide #hygieneSec .hyginen-cont h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}
.guide #hygieneSec .hyginen-cont .txt p {
	font-size: 16px;
	line-height: 2.2em;
}

@media screen and (min-width: 768px) {
	.guide #hygieneSec .flex {
		max-width: 900px;
		margin: 0 auto;
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-pack: space-between;
    	-ms-flex-pack: space-between;
    	justify-content: space-between;
		margin-bottom: 60px;
}
	.guide #hygieneSec .flex2 {
		max-width: 590px;
		margin: 0 auto;
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
    	-webkit-box-pack: space-between;
    	-ms-flex-pack: space-between;
    	justify-content: space-between;
		margin-bottom: 60px;
}
	.guide #hygieneSec .flex li {
		width: 32%;
	}
	.guide #hygieneSec .flex2 li {
		width: 48%;
	}
	.guide #hygieneSec .hyginen-cont {
		max-width: 1250px;
		margin: 0 auto;
}
}
@media screen and (max-width: 767px) {
	.guide #hygieneSec {
		padding-bottom: 80px;
	}
	.guide #hygieneSec .flex li,.guide #hygieneSec .flex2 li {
		margin-bottom: 20px;
	}
	.guide #hygieneSec .hyginen-cont h3 {
		font-size: 16px;
	}
	.guide #hygieneSec .hyginen-cont .txt p {
		font-size: 14px;
		line-height: 1.8em;
	}
}
/* =============================================================================

   ========================================================================== */

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

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