@charset "UTF-8";

/*//////////----- RESERVE -----//////////*/

#reserve ul.pager-archive{
	display:none;
}

.reserve-content div.container{
	margin-bottom:20px;
}

.reserve-content div.row{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;
	
	width:100%;
	
	margin-bottom:10px;
}

.reserve-content div.row:last-child{
	margin-bottom:0;
}

.reserve-content div.row div.que{
	width:100%;	
}

.reserve-content div.row div.que h6{
	box-sizing: border-box;
	padding:2.5px 10px;	
	/*background-color:#a70012;*/
	background-color:#147aaa;
	color:#fff;	
	font-weight:bold;
	
	position: relative;
}

.reserve-content div.row div.que h6 span.must{
	display:inline-block;	
	font-size:0.6rem;
	line-height:15px;
	font-weight:bold;	
	text-align: center;	
	background-color:#f00;
	color:#fff;	
	width:40px;
	
	position: absolute;
	top:8.5px;;
	right:10px;
}

.reserve-content div.row div.que h6 span.any{
	display:inline-block;
	
	font-size:0.6rem;
	line-height:15px;
	font-weight:bold;
	
	text-align: center;
	
	background-color:#147aaa;
	color:#fff;
	
	width:40px;
	
	position: absolute;
	top:8.5px;;
	right:10px;
}

.reserve-content div.row div.que p.extra{
	display:block;
	
	font-size:0.6rem;
	line-height:1.5em;
	font-weight:normal;
	
	background-color:#f8f8f8;
	color:#000;
	
	box-sizing: border-box;
	padding:5px 10px 0;
}

.reserve-content div.row div.ans{
	width:100%;
	
	box-sizing: border-box;
	padding:0 10px;
	
	background-color:#f8f8f8;
	color:#000;
}

.reserve-content div.timeline div.timeline-child{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;	
	box-sizing: border-box;
	border-bottom:solid 1px #fff;	
	background-color:#f0f0f0;
	color:#000;
}

.reserve-content div.timeline div.timeline-child:last-child{
	border-bottom:none;
}

.reserve-content div.timeline div.timeline-child p.que{
	width:calc(100% - 120px);	
	font-size:1.25rem;
	line-height:30px;	
	box-sizing: border-box;
	padding:10px;
	padding-right:30px;	
	font-weight:bold;
	position: relative;	
	text-align: center;
}

.reserve-content div.timeline div.timeline-child p.que span.note{
	position: absolute;
	top:20px;
	right:0;
	
	font-size:2.0rem;
	line-height:10px;
	
	color:#f00;
}

.reserve-content div.timeline div.timeline-child p.que span.not{
	color:#444444;
}

.reserve-content div.timeline div.timeline-child p.ans{
	width:120px;	
	box-sizing: border-box;
	padding:10px;
}

.reserve-content div.timeline div.timeline-child p.ans span.not-available{
	display:block;
	color:#888;	
	box-sizing: border-box;
	padding:2.5px 5px;
	border-radius:2.5px;
	text-align: center;	
	background-color:#f8f8f8;
}

.reserve-content div.row div.ans div.single{
	box-sizing: border-box;
	padding:10px;
}

.reserve-content div.row div.ans ul.optionlist{
	display:flex;
	flex-flow: row wrap;
	align-items: stretch;
	justify-content: flex-start;	
	width:100%;	
	box-sizing: border-box;
	padding:7.5px;
}

.reserve-content div.row div.ans ul.optionlist li{
	width:50%;	
	box-sizing: border-box;
	padding:2.5px;
}

.reserve-content div.row p.ammount{
	box-sizing: border-box;
	padding:10px;
	
	width:100%;
	
	font-size:1.5rem;
	line-height:1.75em;
	font-weight:bold;
	
	text-align: center;
	
	background-color:#f8f8f8;
	color:#000;
}

.reserve-content div.row p.ammount span.note{
	display:inline-block;
	
	font-size:1.0rem;
	line-height:1.75em;
	
	box-sizing: border-box;
	padding:0 2.5px;
}

.reserve-content div.confirm{
	box-sizing: border-box;
	padding:10px;
	
	text-align: center;
}

.reserve-content div.confirm p.note{
	font-weight:bold;
	
	font-size:0.8rem;
	line-height:1.75em;
}

.reserve-content div.confirm p.check{
	font-size:0.8rem;
	line-height:1.75em;
}

.reserve-content div.confirm p.check input[type="checkbox"]{
	display:none;
}
	
.reserve-content div.confirm p.check label{
	display:inline-block;
	position: relative;

	font-size:1.0rem;
	line-height:40px;
	
	box-sizing: border-box;
	padding-left:40px;
	
	cursor: pointer;
}

.reserve-content div.confirm p.check label:before{
	display:inline-block;
	content:"";

	width:25px;
	height:25px;

	box-sizing: border-box;
	border-radius:50px;

	border:solid 2.5px #eee;
	background-color:#fff;

	position: absolute;
	top:7.5px;
	left:7.5px;
}

.reserve-content div.confirm p.check label:after{
	display:none;
	content:"";

	width:15px;
	height:15px;

	box-sizing: border-box;
	border-radius:50px;

	background-color:#888;

	position: absolute;
	top:12.5px;
	left:12.5px;
}

.reserve-content div.confirm p.check input[type="checkbox"]:checked ~ label:after{
	display:inline-block;
}

.reserve-content div.attention-text{
	box-sizing: border-box;
	padding:10px;

	font-size:0.8rem;
	line-height:1.75em;

	width:100%;
	margin:0 auto;
	max-width: 960px;
}

.reserve-content div.attention-text h6{
	font-weight:bold;
	margin-bottom:10px;
}

.reserve-content div.attention-text h6:before{
	content:"（";
}

.reserve-content div.attention-text h6:after{
	content:"）";
}

.reserve-content div.attention-text ul li{
	position: relative;
	box-sizing: border-box;
	padding-left:20px;
}

.reserve-content div.attention-text ul li:before{
	content:"・";

	display:block;
	position: absolute;
	top:0;
	left:5px;
}

/*//////////----- CONFIRM -----//////////*/

.confirm p.caption{
	margin-bottom:20px;
}

.confirm div.attention{
	box-sizing: border-box;
	padding:10px;
	
	background-color:#f8f8f8;
	
	font-size:0.8rem;
	line-height:1.75em;
	
	margin-bottom:20px;
}

.confirm div.attention h6{
	font-weight:bold;
	margin-bottom:10px;
}

.confirm div.attention ul li{
	position: relative;
	
	box-sizing: border-box;
	padding-left:15px;
}

.confirm div.attention ul li:before{
	display:block;
	content:"・";
	
	position: absolute;
	top:0;
	left:0;
}

/*//////////----- COMPLETE -----//////////*/

.complete h3{
	font-size:1.25rem;
	line-height:30px;
	font-weight:bold;
	
	margin-bottom:20px;
	text-align: center;
}

.complete p.caption{
	margin-bottom:20px;
}

.complete div.attention{
	box-sizing: border-box;
	padding:10px;
	
	background-color:#f8f8f8;
	
	font-size:0.8rem;
	line-height:1.75em;
	
	margin-bottom:20px;
}

.complete div.attention h6{
	font-weight:bold;
	margin-bottom:10px;
}

.complete div.attention ul li{
	position: relative;
	
	box-sizing: border-box;
	padding-left:15px;
}

.complete div.attention ul li:before{
	display:block;
	content:"・";
	
	position: absolute;
	top:0;
	left:0;
}

/*//////////----- SCROLL-BTN -----//////////*/

.btn-scroll-reserve{
	width:80px;
	height:80px;
	
	position: fixed;
	bottom:160px;
	right:0;
	
	font-size:0.8rem;
	line-height:30px;
	
	font-weight:bold;
	text-align: center;
	
	z-index: 10;
}

.btn-scroll-reserve a{
	display:block;
	
	background-color:rgba(0,150,255,0.90);
	color:#fff;
	
	box-sizing: border-box;
	padding-top:50px;
	
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	
	background-image: url("../images/icon-sample-white.png");
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: center top 15px;
}

.btn-scroll-reserve a:hover{
	opacity: 0.6;
	text-decoration: none;
}
