
.topimg{
	margin: 0 0 20px 0;
	padding: 0 20px;
}
.topimg img{
	width: 100%;
	height: auto;
}


/** flow **/

#flow{
	background: url(img/sys1.png) no-repeat bottom right rgba(255, 255, 255, 0.5);
	margin: 0 20px 20px 20px;
	padding: 20px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow div{
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	max-width: 450px;
	margin: 0 auto 20px auto;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#flow div:last-of-type{	margin-bottom: 10px;}
#flow div span{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 80px;
	height: 50px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	background: rgba(202, 177, 143, 0.9);
	border-radius: 5px 0 0 5px;
}
#flow div p{
	position: relative;
	flex: 1;
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	height: 50px;
	font-size: 16px;
	line-height: 20px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 0 5px 5px 0;
}
#flow div p:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: #ceb798 transparent transparent transparent;
	border-width: 10px 6px 0px 6px;
	position: absolute;
	bottom: -20px;
	left: calc(50% - 6px);
}
#flow div:last-of-type p:after{	display: none;}
#flow > p{
	font-size: 11px;
	line-height: 15px;
}
#flow > p span{	color: #ff6666;}

#sys3,
#sys4,
#sys5,
#night,
#pay{
	background: rgba(247, 246, 244, 0.9);
}
#area,
#op{
	color: #fff;
	background: rgba(46, 38, 27, 0.9);
}
#sys1,
#sys2,
#sys4,
#bis,
#cancel{
	background: rgba(255, 255, 255, 0.9);
}

.s_title{	margin-bottom: 20px;}
.sys .s_title,
#flow .s_title,
#note .s_title{
	text-align: center;
}

.boxtxt{
	text-align: left;
	margin: 15px 0 0 0;
}
.boxtxt p{
	position: relative;
	font-size: 11px;
	line-height: 15px;
	padding: 0 0 0 12px;
}
.boxtxt p span{
	color: #ff6666;
	position: absolute;
	top: 0;
	left: 0;
}


/** sys **/

.sys{
	padding: 20px;
}
.sys_in{
	border: 3px double #c5a983;
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sys dl{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 1px 0;
}
.sys dt,
.sys dd{
	display: table-cell;
	vertical-align: middle;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.sys dt{
	color: #fff;
	background: #c5a983;
}
#sys1 dd,
#sys2 dd,
#sys4 dd{
	background: rgba(247, 246, 244, 0.9);
}
#sys5 dd,
#sys3 dd{
	background: rgba(255, 255, 255, 0.9);
}


/** other **/

.other{	padding: 20px;}
.other dl{
	display: table;
	width: 100%;
	font-size: 0;
	line-height: 0;
	border-bottom: 1px solid rgba(236, 228, 218, 0.9);
}
#area dl,
#op dl{
	border-color: rgba(87, 77, 62, 0.9);
}
.other dt,
.other dd{
	display: table-cell;
	vertical-align: middle;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	padding: 15px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.other dt{
	color: #cbb18f;
	text-align: left;
}
.other dd{
	width: 100px;
	text-align: right;
}
#area dl:last-of-type{	border-bottom: none;}
#area dl:last-of-type dt,
#area dl:last-of-type dd{	padding-bottom: 0;}
#area .boxtxt{
	margin-top: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(87, 77, 62, 0.9);
}


/** pay **/

#pay{
	padding: 20px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#pay ul{
	font-size: 0;
	line-height: 0;
	text-align: left;
}
#pay li{
	display: inline-flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 150px;
	height: 50px;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #cbb18f;
	border-radius: 5px;
	margin-right: 10px;
	background: rgba(236, 228, 218, 0.9);
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}


/** note **/

#note{
	background: rgba(255, 255, 255, 0.5);
	margin: 20px 20px 0 20px;
	padding: 20px;
	border-radius: 10px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#note p{
	font-size: 12px;
	line-height: 20px;
	text-align: left;
	margin: 0 0 10px 0;
}
#note h4{
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 25px;
	text-align: left;
	margin: 15px 0 10px 0;
}
#note li{
	position: relative;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 13px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
#note li:last-of-type{	margin-bottom: 0;}
#note li:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #c5a983;
	border-width: 3px 0px 3px 5px;
	position: absolute;
	top: 3px;
	left: 2px;
}


/** discount **/

#discount{
	background: #cab18f;
	padding: 20px;
}
#discount .s_title span{	color: #fff;}

.dis_in{
	background: rgba(255, 255, 255, 0.8);
	margin: 0 0 20px 0;
	padding: 20px;
	border-radius: 5px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.dis_in:last-of-type{	margin-bottom: 0;}
.dis_in dl{
	display: table;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
	margin: 0 0 1px 0;
}
.dis_in dt,
.dis_in dd{
	display: table-cell;
	vertical-align: middle;
	font-family: 'Noto Serif JP', serif;
	font-weight: 500;
	font-size: 22px;
	line-height: 30px;
	text-align: center;
	padding: 10px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.dis_in dt{
	width: 415px;
	color: #cbb18f;
	background: rgba(46, 38, 27, 0.9);
}
.dis_in dt span{
	font-size: 18px;
}
.dis_in dd{
	background: rgba(255, 255, 255, 0.9);
}
.dis_in .d1{
	font-size: 14px;
	line-height: 20px;
	text-align: left;
	margin: 15px 0;
}
.dis_list{
	text-align: left;
	padding: 15px;
	border-radius: 5px;
	background: rgba(255, 255, 255, 0.9);
}
.dis_list h4{
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	color: #cbb18f;
	margin: 0 0 5px 0;
}
.dis_list li{
	position: relative;
	font-size: 12px;
	line-height: 15px;
	text-align: left;
	margin: 0 0 5px 0;
	padding: 0 0 0 13px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.dis_list li:last-of-type{	margin-bottom: 0;}
.dis_list li:before{
	content: "";
	width: 10px;
	height: 10px;
	background: #cbb18f;
	border-radius: 50%;
	position: absolute;
	top: 1px;
	left: 0;
}
.dis_list li:after{
	content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 2px 0px 2px 3px;
	position: absolute;
	top: 4px;
	left: 3.5px;
}

.pc_none{ display: none;}

/*=================================================
 * CSS for SP
 * ================================================= */

@media screen and (max-width: 750px) {
	.dis_in dt,
	.dis_in dd{
		font-size: 18px;
		line-height: 30px;
		text-align: center;
		padding: 10px 0;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
		        box-sizing: border-box;
	}
	.dis_in dt{
		width: 50%;
	}
	.dis_in:nth-of-type(2) dt{	padding-bottom: 0;}
	.dis_in dt br{	display: inline;}
	.dis_in dt span{
		display: inline-block;
		vertical-align: top;
		font-size: 11px;
		line-height: 12px;
	}
	.pc_none{ display: inline;}
}
