@charset "utf-8";

#main{
	margin-bottom: 150px;
}

section{
	position: relative;
}

#page_mv{
	background-image: url(../../img/flow/pc/bg_h2.jpg);
}

#page_mv h2{
	background: url(../../img/flow/pc/icon_h2.png) no-repeat top 68px center;
	background-size: 34px 46px;
}

#contents h3{
	color: #6C5417;
	font-size: 30px;
	letter-spacing: 3px;
	line-height: 1.46;
	text-align: center;
}

#contents h4{
	color: #6C5417;
	font-size: 24px;
	letter-spacing: 2.4px;
	text-align: center;
}

#contents p{
	font-size: 16px;
	letter-spacing: 1.28px;
	line-height: 2.25;
	text-align: center;
}

.catch{
	margin-top: 48px;
	margin-bottom: 20px;
}

#catch{
	max-width: 700px;
	border: 1px solid #cdd872;
	border-radius: 20px;
	margin-top: 60px;
	padding: 50px 50px 35px;
	box-sizing: border-box;
}

#catch p{
	margin-top: 25px;
}

#kodawari1{
	background: #f7f9ea;
	margin-top: 143px;
	padding: 90px 0;
}

#kodawari1 h3{
	margin-bottom: 10px;
}

#contents h4.ribbon{
	color: #fff;
	font-size: 21px;
	font-weight: bold;
	letter-spacing: 1.68px;
	line-height: 60px;
	display: block;
	max-width: 500px;
	margin: 65px auto 45px;
	text-align: center;
	background: #78b7cc;
	position: relative;
}
.ribbon:before{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 0 30px 13px;
	border-color: transparent transparent transparent #f7f9ea;
	position: absolute;
	left: 0;
	top: 0;
}
.ribbon:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 13px 30px 0;
	border-color: transparent #f7f9ea transparent transparent;
	position: absolute;
	right: 0;
	top: 0;
}

.kodawari{
	position: relative;
}

.kodawari:before{
	content: "";
	position: absolute;
	top: -45px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 100px;
	background: url(../../img/common/pc/icon_kodawari2.png) no-repeat center/cover;
}

.commentList{
	margin-bottom: 60px;
}

.commentList li{
	float: left;
	width: 475px;
	height: 275px;
	background: url(../../img/flow/pc/bg_comment.png) no-repeat center/contain;
	box-sizing: border-box;
	padding: 32px 45px 45px 110px;
}

.commentList li + li{
	margin-left: 5%;
}

.commentList h5{
	color: #78b7cc;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 1.8px;
	line-height: 1;
}

#contents .commentList p{
	color: #483826;
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 1.85;
	margin-top: 12px;
	text-align: left;
}

#kodawari1 h4{
	margin-bottom: 10px;
}

#contents #kodawari1 h4 ~ p{
	letter-spacing: 0.8px;
}

#kodawari2{
	margin-top: 147px;
	font-size: 0;
}

.way1{
	width: 90%;
	margin: auto;
	box-sizing: border-box;
	border: 2px solid #cdd872;
	border-radius: 20px;
	padding-bottom: 41.5%;
}

.way1 h3{
	margin-top: 85px;
	margin-bottom: 15px;
}

.comment{
	box-sizing: border-box;
	padding: 105px 0 0;
	margin-top: -42.5%;
	width: 100%;
	height: 490px;
	background: url(../../img/flow/pc/img_comment2.png) no-repeat right top/472px auto,
				url(../../img/flow/pc/img_comment1.png) no-repeat left bottom/64.3% auto;
	margin-bottom: 20px;
}

#contents .comment h4{
	width: 311px;
	margin-right: 40px;
	margin-left: auto;
	margin-bottom: 5px;
	color: #AEC25D;
	font-size: 22px;
	letter-spacing: 1.1px;
	font-weight: bold;
	text-align: left;
	position: relative;
}

.comment h4:before{
	content: "";
	width: 25px;
	height: 29px;
	background: url(../../img/flow/pc/icon_comment.png) no-repeat center/cover;
	position: absolute;
	left: -40px;
	bottom: 3px;
}

#contents .comment p{
	width: 311px;
	margin-right: 70px;
	margin-left: auto;
	font-size: 14px;
	letter-spacing: 0.7px;
	line-height: 2;
	text-align: left;
}

.way2and3{
	width: 41.5%;
	margin: auto;
	box-sizing: border-box;
	border: 2px solid #cdd872;
	border-radius: 20px;
	display: inline-block;
	margin-left: 5%;
	padding: 38px 5% 40px;
	height: 265px;
	vertical-align: top;
}

.way2and3 h3{
	margin-bottom: 10px;
}

.way2and3 + .way2and3{
	margin-left: 7%;
}

#contents .way2and3 p{
	letter-spacing: 0.8px;
	line-height: 2;
	text-align: left;
}

.notes{
	width: 90%;
	max-width: 900px;
	margin: 35px auto 0;
}

.notes li{
	color: #999;
	font-size: 12px;
	letter-spacing: 0.6px;
	line-height: 1;
}

@media screen and (-webkit-min-device-pixel-ratio: 0){
.notes li{
    color: #666;
}
}

.notes li + li{
	margin-top: 7px;
}

#reserveBox{
	max-width: 600px;
	height: 353px;
	background: #aec25d;
	margin-top: 102px;
	padding: 25px 0;
	box-sizing: border-box;
}

.border{
	width: 550px;
	height: 303px;
	margin: auto;
	box-sizing: border-box;
	border: 1px solid #fff;
}

#contents #reserveBox h3{
	color: #fff;
	margin-top: 70px;
}

#contents #reserveBox p{
	color: #fff;
	letter-spacing: 0.8px;
	margin-top: 13px;
}

#kodawari3{
	margin-top: 145px;
	padding-top: 85px;
	font-size: 0;
}

#contents #kodawari3 h3{
	margin-bottom: 15px;
}

.kodawari3Photo{
	width: 47%;
	display: inline-block;
	margin-top: 40px;
}

.kodawari3Photo + .kodawari3Photo{
	margin-left: 6%;
}

#contents #kodawari3 h4{
	margin-top: 45px;
	margin-bottom: 10px;
}

#kodawari4{
	background: #f1f8fa;
	margin-top: 130px;
	padding: 85px 0;
}

#contents #kodawari4 h3{
	margin-bottom: 15px;
}

.kodawari4Photo{
	width: 47%;
	max-width: 470px;
	margin: 38px auto 45px;
}

#kodawari4 h4{
	margin-bottom: 10px;
}

#kodawari5{
	margin-top: 145px;
	padding-top: 85px;
}

#contents #kodawari5 h3{
	margin-bottom: 15px;
}

#contents #kodawari5 h3 span{
	font-size: 20px;
}

#obLink li:first-child a{
	background-position: left 30px center;
	background-image: url(../../img/common/pc/icon_btn2.png);
}

#obLink li:first-child a:hover{
	background-position: left 27px center;
}

@media screen and (max-width: 1070px){
	.commentList li{
		float: none;
		margin: auto;
	}
	.commentList li + li{
		margin: 30px auto 0;
	}
}


@media screen and (max-width: 768px){
	#main{
		margin-bottom: 80px;
	}
	#page_mv{
		background-position: left 2% center;
	}
	#contents h3{
		font-size: 20px;
		letter-spacing: 2px;
	}
	.catch{
		margin-top: 40px;
		margin-bottom: 13px;
	}
	#contents p{
		font-size: 14px;
		letter-spacing: 1px;
		text-align: left;
	}
	#contents h4{
		font-size: 18px;
		letter-spacing: 1.8px;
	}
	#catch{
		margin-top: 40px;
		padding: 30px 25px 30px;
	}
	.kodawari:before{
		top: -35px;
		width: 80px;
		height: 80px;
	}
	#kodawari1{
		margin-top: 100px;
		padding: 70px 0 60px;
	}
	#contents #kodawari1 p {
	    padding: 0 6.25%;
	}
	#contents h4.ribbon{
		width: 85%;
		font-size: 16px;
		letter-spacing: 0.8px;
		line-height: 50px;
		margin: 40px auto 25px;
	}
	.ribbon:before{
		border-width: 25px 0 25px 10px;
	}
	.ribbon:after{
		border-width: 25px 10px 25px 0;
	}
	.commentList li{
		background: #fff;
		width: 100%;
		height: auto;
		padding: 6.25% 0;
		border: 1px dashed #aec25d;
	}
	.commentList li + li{
		margin-left: 0;
		margin-top: 20px;
	}
	.commentList h5{
		font-size: 16px;
		letter-spacing: 1.6px;
		padding: 0 6.25%;
	}
	#kodawari2{
		margin-top: 90px;
	}
	.way1{
		width: 100%;
		border: none;
		border-radius: 0;
		padding-bottom: 0;
		margin-bottom: 12px;
	}
	.way1 h3{
		padding-top: 70px;
		margin-bottom: 10px;
	}
	.comment{
		margin-top: 0;
		width: 280px;
		margin: auto;
		padding: 253px 20px 0;
		height: 430px;
		background: url(../../img/flow/sp/img_comment1.png) no-repeat top center/contain,     
					url(../../img/flow/sp/img_comment2.png) no-repeat bottom center/contain;
	}
	#contents .comment h4{
		width: 100%;
		margin: 0 0 10px;
		font-size: 16px;
		letter-spacing: 1.6px;
		padding-left: 26px;
	}
	.comment h4:before{
		width: 19px;
		height: 22px;
		background-size: contain;
		bottom: 1px;
		left: 0;
	}
	#contents .comment p{
		width: 100%;
		margin: 0;
		font-size: 12px;
		letter-spacing: 0.6px;
	}
	.way2and3{
		width: 100%;
		margin-left: 0;
		padding: 0;
		height: auto;
		margin-top: 35px;
		border: none;
		border-radius: 0;
	}
	.way2and3 + .way2and3{
		margin-left: 0;
	}
	#contents .way2and3 h3{
		font-size: 18px;
		letter-spacing: 1.8px;
	}
	#contents .way2and3 p{
		letter-spacing: 0.7px;
	}
	.notes{
		width: 100%;
		margin: 17px auto 0;
	}
	.notes li{
		letter-spacing: 0.48px;
		line-height: 1.66;
	}
	.notes li + li{
		margin-top: 5px;
	}
	#reserveBox{
		margin-top: 70px;
		padding: 20px;
		height: auto;
	}
	.border{
		width: 100%;
		height: auto;
	}
	#contents #reserveBox h3{
		margin-top: 35px;
	}
	#contents #reserveBox p{
		margin-top: 10px;
		margin-bottom: 30px;
		padding: 0 15px;
	}
	#kodawari3{
		margin-top: 100px;
		padding-top: 70px;
	}
	#contents #kodawari3 h3{
		margin-bottom: 10px;
	}
	.kodawari3Photo{
		width: 100%;
		margin-top: 25px;
	}
	.kodawari3Photo + .kodawari3Photo{
		margin-left: 0;
	}
	#contents #kodawari3 h4{
		margin-top: 30px;
		margin-bottom: 8px;
	}
	#kodawari4{
		margin-top: 100px;
		padding: 70px 6.25% 55px;
	}
	#contents #kodawari4 h3{
		margin-bottom: 10px;
	}
	.kodawari4Photo{
		width: 100%;
		margin: 25px auto;
	}
	#kodawari5{
		margin-top: 100px;
		padding-top: 70px;
	}
	#contents #kodawari5 h3{
		margin-bottom: 10px;
	}
	#contents #kodawari5 h3 span{
		font-size: 16px;
		display: block;
	}
	#obLink{
		margin-top: 60px;
	}
	#obLink li:first-child a{
		background-position: left 20px center;
	}
}