
/*===================================================== */
/* RESERVE PAGE
======================================================= */

@charset "UTF-8";

@import url(https://fonts.googleapis.com/earlyreserve/notoserifjapanese.css);

@font-face {
	font-family: BASKVILL;
	src: url(../font/BASKVILL.TTF) format('truetype');
}
@font-face {
  font-family: Meiryo;
  src: local('Meiryo'), local('メイリオ');
}

.contents{ 
	max-width:100%;
}

/* layout
-------------------------------------------------------- */

#contentsContainer{
	margin:0 auto 60px;
}

#reserve section section{
	width:100%;
	margin: 0 auto 30px;
}

#reserve h3,#reserve h4{
	margin: 0 0 26px;
	text-align: center;
	font-family: 'Noto Serif Japanese',serif;
}
#reserve h3 strong,#reserve h4 strong{
	display: block;
	margin: 0 0 8px;
	font-size: 40px;
	font-family: 'BASKVILL',serif;
	line-height: 1;
}
#reserve h4 strong{
	font-size: 30px;
}
#reserve h3 span,#reserve h4 span{
	display: block;
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: 100;
	line-height: 1;
	font-family: 'Noto Serif Japanese',serif;
}


/* error
-------------------------------------------------------- */
.error,
.error2{
	color: #EC0F0F;
}

/* reserve area
-------------------------------------------------------- */
#reserve #reserveArea{}



/* form area
------------------------------*/
#reserve #guidanceArea{}

#reserve #guidanceArea .summary{
	width:94%;
	margin: 0 auto 20px;
	padding:0;
	box-sizing: border-box;
	font-size: 1.1rem;
}
#reserve #guidanceArea .summary span{
	color: #fa00c8;
}

/* form area
------------------------------*/
#reserve #formArea{}
#reserve #formArea table{
	width:90%;
	margin:auto;
	border-collapse: collapse;
	box-sizing: border-box;
}
#reserve #formArea th,#reserve #formArea td{
	padding:2%;
	border:1px solid #ccc;
	font-family:  Meiryo, "sans-serif",YuGothic, "Yu Gothic medium", "Hiragino Sans";
}
#reserve #formArea th{
	width:30%;
	background:#f3f3f3;
	font-size: 0.76rem;
}
#reserve #formArea th span{
	font-size: 0.7rem;
}
#reserve #formArea td{
	background:#fff;
}

/* tag */

#reserve #formArea td ul.option_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	width:100%;
}
#reserve #formArea td ul.option_list li{
	display: inline-block;
	width:auto;
	margin: 0 10px 10px 0;
}

#reserve #formArea th span.must{
	display: inline-block;
	margin-left: 5px;
	color: #f00;
	font-size: 0.7rem;
}
#reserve #formArea .submitArea{
	padding-top:15px;
	text-align: center;
}

#reserve #formArea input[type=submit]{
	display: block;
	width:70%;
	padding:14px;
	margin:5px auto;
	background:#242424;
	color: #fff;
	font-size:36px;
	cursor: pointer;
	
}
#reserve #formArea input[type=button]{
	display: block;
	width:70%;
	padding:14px;
	margin:5px auto;
	font-size:36px
}
#reserve #formArea input[type=submit].size_ss{}
#reserve #formArea input[type=submit].size_s{}
#reserve #formArea input[type=submit].size_m{}
#reserve #formArea input[type=submit].size_l{}

#reserve #formArea select{
	cursor: pointer;
}
#reserve #formArea textarea{
	width:80%;
	height: 140px;
}

/*===========================================*/
#reserve #reserve_sended{}
#reserve #reserve_sended .sendedArea{
	margin: 0 0 30px;
	padding:24px;	
	background:rgba(255,255,255,0.64);
}