/*----------------
#contents .intro上書き
/*--------------*/

#contents .intro h2 .sub{
	display: inline-block;
	font-size: 26px;
	font-family:YakuHanJP_Noto, 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	color: #1a1a1a;
	position: relative;
}
#contents .intro h2 .sub:before,
#contents .intro h2 .sub:after{
	content: "";
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #1a1a1a;
	top: 50%;
}
#contents .intro h2 .sub:before{
	left: -55px;
}
#contents .intro h2 .sub:after{
	right: -55px;
}
#contents .intro .nav{
	border-top: 1px solid #333;
    border-bottom: 1px solid #333;
}
/* mobile用 */
@media screen and (max-width:768px) {
	#contents .intro h2 .sub{
		    font-size: 4.3vw;
	}
	#contents .intro h2 .sub:before,
	#contents .intro h2 .sub:after{
		width: 5vw;
	}
	#contents .intro h2 .sub:before{
		    left: -8vw;
	}
	#contents .intro h2 .sub:after{
		right: -8vw;
	}
}


#contents .point p{
	margin: 0 !important;
        padding: 0;
}


/*----------------
check
/*--------------*/
/*打ち消し*/
#contents .point ul li::before{
	display: none;
}
#contents .point ul li::after{
	display: none;
}
/*打ち消し*/
.check{
	margin: 50px 0 0;
	padding: 60px 0;
}
.check > h4{
	font-size: 20px;
	font-family: YakuHanJP_Noto, 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	width: 570px;
	    margin: 0 auto 20px;
	padding: 7px 12px !important;
}
body #contents .check > p{
	font-family: YakuHanJP_Noto, 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
		width: 570px;
    margin: 0 auto 30px !important;
    font-size: 16px !important;
}
.check .check-list{
	width: 570px;
	margin: 0 auto;
	position: relative;
	padding: 60px 0 0;
}
.check .check-list + h4{
	    margin: 60px auto 20px;
}
.check .check-list .check-serif{
	display: block;
	position: absolute;
	width: 100px;
	top: 0;
	left: 0;
	margin: 0 !important;
}
.check .check-list ul li + li{
	margin: 30px 0 0;
}

.check .check-list ul li h5{
	font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	font-size: 20px !important;
	margin: 0 0 18px !important;
    padding: 0 0 0 1.7em;
    font-weight: 500 !important;
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: left center;
}
.check .check-list ul li h5 span{
	font-size: 15px !important;
}
.check .check-list ul li p{
    font-family: YakuHanJP_Noto, 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
    font-size: 16px !important;
    margin: 0 !important;
    line-height: 2 !important;
}

/* mobile用 */
@media screen and (max-width:768px) {
	.check{
		        padding: 5vw 5vw 6vw;
		        margin: 8vw 0 0;
	}
	body #contents .check > p{
		padding: 0 !important;
    margin: 0 0 6vw !important;
    line-height: 1.8 !important;
    width: auto;
    font-size: 4vw !important;
	}
	.check .check-list{
		width: auto;
		        padding: 14vw 0 0;
	}
	.check .check-list + h4{
		        margin: 10vw 0 4vw !important;
	}
	.check .check-list .check-serif{
		    padding: 0 !important;
	}
	.check .check-list ul li h5{
		    line-height: 1.5;
		    font-size: 4.3vw !important;
		        margin: 0 0 2.4vw !important;
		    padding: 0 0 0 2em;
	}
	.check .check-list ul li p{
	        font-size: 3.5vw !important;
		padding: 0 !important;
	}
}

/*check各自*/

#p1 .check{
	background-color: #fbefec;
}
#p1 .check .check-list ul li h5{
	color: #d45e63;
	background-image: url("../img/p1-check-mark.svg");
}
#p2 .check{
	background-color: #ebf0f5;
}
#p2 .check .check-list ul li h5{
	color: #396aa9;
	background-image: url("../img/p2-check-mark.svg");
}
#p3 .check{
	background-color: #faf0df;
}
#p3 .check h4{
	background-color: #fcdfaf;
}
#p3 .check .check-list ul li h5{
	color: #cd6f39;
	background-image: url("../img/p3-check-mark.svg");
}



/* mobile用 */
@media screen and (max-width:768px) {
	#p3 .check h4{
		        margin: 0 0 4vw;
		        font-size: 4.4vw;
		width: auto;
	}
}


/*----------------
step
/*--------------*/
.step{
	background-color: #f9f7ec;
	    padding: 55px 0 10px;
	    margin: 50px 0 80px;
}
.step .step-cont{
	width: 570px;
	margin: 0 auto;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	    padding: 0 0 35px;
}
.step .step-cont + .step-cont{
	border-top: 1px solid #a77f98;
	    padding: 45px 0 35px;
}
.step .step-cont div{
	width: 416px;
}
.step .step-cont div h4{
	font-size: 20px;
    line-height: 1;
	font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	    margin: 0 0 24px;
}
.step .step-cont div h4 span{
	height: 19px;
	border-right: 1px solid #b3b3b3;
    padding: 0 15px 0 0;
    margin: 0 15px 0 0;
	display: inline-block;
}
.step .step-cont div h4 span img{
	height: 100%;
}
.step .step-cont div p{
	font-family: YakuHanJP_Noto, 'Roboto', "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important;
	    font-size: 16px !important;
    line-height: 2.1 !important;
    margin: 20px 0 0 !important;
}
.step .step-cont figure{
	width: 123px;
}
.step .step-cont.st5 figure{
	width: 136px;
	margin: 0 -6px 0 0;
}

/* mobile用 */
@media screen and (max-width:768px) {
	.step{
		        padding: 6vw 6vw 0;
		margin: 8vw 0 8vw
	}
	.step .step-cont{
		width: auto;
		display: block;
		    padding: 0 0 10vw;
	}
	.step .step-cont + .step-cont{
		    padding: 8vw 0 10vw;
	}
	.step .step-cont div{
		width: auto;
	}
	.step .step-cont div h4{
    padding: 0 !important;
    font-size: 4.8vw !important;
		margin: 0 0 5vw !important;
	}
	.step .step-cont div h4 span{
		display: block;
		border-right:none;
		    border-bottom: 1px solid #b3b3b3;
		    height: auto;
    width: 22vw;
    padding: 0 0 2.5vw 0;
        margin: 0 0 4vw 0;
	}
	.step .step-cont div p{
		    font-size: 3.5vw !important;
		margin: 0 !important;
    padding: 0 !important;
	}
	.step .step-cont figure{
		    width: 35vw;
    margin: 5vw auto 0;
	}
	.step .step-cont.st5 figure{
		width: 37vw;
    margin: 5vw auto 0;
	}
}



/*----------------
tk-room
/*--------------*/
.tk-room{
	background-color: #f6f2f5;
	    padding: 80px 0;
}
.tk-room .c-normalw{
	    width: 696px;
	margin: 0 auto;
}
.tk-room h3{
	color: #a77f98;
	font-size: 28px !important;
	font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	    margin: 0 0 25px;
}
.tk-room p{
	font-size: 18px;
	font-family: YakuHanMP_Noto, "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif;
	    line-height: 2.1 !important;
    margin: 0 0 40px;
}
.tk-room .item{
	border-top: 2px solid #a77f98;
	border-bottom: 2px solid #a77f98;
	    padding: 30px 20px;
}
.tk-room .item h4{
	color: #a77f98;
	font-size: 20px;
	    margin: 0 0 15px;
}
.tk-room .item ul li{
	font-size: 17px;
	position: relative;
	    padding: 0 0 0 1.5em;
}
.tk-room .item ul li:before{
	position: absolute;
	content: "";
	width: 15px;
	height: 15px;
	background-color: #a77f98;
	left: 0;
	top: 50%;
	border-radius: 10px;
	transform: translateY(-50%);
}
.tk-room .item ul li + li{
	    margin: 7px 0;
}
.tk-room .service_br{
		    margin: 70px 0 0 !important;
}

/* mobile用 */
@media screen and (max-width:768px) {
	.tk-room{
		    padding: 10vw 0 6vw;
	}
	.tk-room .c-normalw{
		width: auto;
		        padding: 0 6%;
	}
	.tk-room h3{
		    font-size: 5.4vw !important;
    line-height: 1.6;
		    margin: 0 0 4vw;
	}
	.tk-room p{
		font-size: 3.8vw;
	}
	.tk-room .item{
		    padding: 6vw 4vw;
	}
	.tk-room .item h4{
		    font-size: 4.8vw;
		    margin: 0 0 2vw;
		        line-height: 1.4;
	}
	.tk-room .item ul li{
		font-size: 4.2vw;
	}
	.tk-room .service_br{
		    margin: 12vw 0 0 !important;
	}
}

/*----------------
first
/*--------------*/


#contents .first {
    padding: 100px 0 0;
}


/* mobile用 */
@media screen and (max-width:768px) {
	#contents .first{
		padding: 10vw 0 0;
	}
}
