@charset "UTF-8";
/* Common
---------------------------------------------------------------------------------- */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:link {color: #d92c1e;text-decoration: none;}
a:visited {color: #d92c1e;text-decoration: none;}
a:hover {color: #000;text-decoration: underline;}
a:active {color: #000;text-decoration: underline;}

body {
	background-color: #ccc;
	width: 100%;
	height: 100%;
	font-size: 14px;
	font-size: 1.4rem;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'Osaka', 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
	color: #000000;
	line-height: 150%;
}

.pc_only_i{display:inline;}
.pc_only_b{display:block;}
.sp_only_i{display:none!important;}
.sp_only_b{display:none!important;}

#wrap {
	width: 1024px;
	margin: 0 auto;
	overflow: hidden;
}
#wrap header {
	position:fixed;
	width: 1024px;
	height: 70px;
	z-index:100000;
}
#wrap #contents {
	margin-top:70px;
	width: 100%;
	padding-bottom:70px;
}
#wrap footer {
	width: 100%;
	margin-bottom:5px;
}

#head_c_logo {
	float:left;
	margin:15px 0 0 8px ;
	width:40px;
	height:40px;
	position: relative;
}
#head_c_logo img {
	max-width:40px;
	max-height:40px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

#head_c_name {
	font-size:16px;
	font-weight:bold;
	float:left;
	margin:25px 0 0 10px ;
}

#head_c_tel {
	font-size:16px;
	font-weight:bold;
	float:right;
	/* margin:25px 15px 0 0 ; */
    padding:25px 15px 0 0 ;
}

#head_c_rsv_btn {
	font-size:14px;
	float:right;
	margin:20px 10px 0 0 ;
}

#head_c_rsv_btn a:link,
#head_c_rsv_btn a:visited,
#head_c_rsv_btn a:hover,
#head_c_rsv_btn a:active,
.cts_btn_a a:link,
.cts_btn_a a:visited,
.cts_btn_a a:hover,
.cts_btn_a a:active{
	color: #fff;text-decoration: none;
}

.fead_btn{
	display:block;
	cursor: pointer;
	padding: 5px 5px;
	text-align:center;
	border-radius: 4px;
	font-weight:bold;
}

.head_btn_size{
	width:106px;
}

#foot01{
	padding:22px 0 18px ;
}
#foot01 ul{
	text-align:center;
}
#foot01 li{
	display: inline-block;
	width:18%;
}

#foot02{
	text-align:center;
	margin:35px auto 0;
	padding-bottom:30px;
}
#foot02 a:link,
#foot02 a:visited,
#foot03 a:link,
#foot03 a:visited{
	color: #000;text-decoration: none;
}

#foot02 a:hover,
#foot02 a:active,
#foot03 a:hover,
#foot03 a:active{
	color: #888;text-decoration: underline;
}

#foot02 ul{
	display: inline-block;
}

#foot02 li{
	font-size:15px;
	text-align:left;
}

#foot03{
	text-align:center;
	padding:25px 0 28px 0;
}
#foot03_ttl{
	font-size:20px;
	font-weight:bold;
	margin-bottom:18px;
}

#foot03 ul{
	text-align:center;
	margin-left:100px;
}
#foot03 li{
	font-size:15px;
	margin-left:2%;
	float:left;
	text-align:left;
	width:40%;
}

#foot04{
	font-size:14px;
	padding:28px 0;
	text-align:center;
}

#foot05{
	font-size:13px;
	text-align:center;
	padding:20px 0;
}

#foot05 a{
	padding-left:55px;
    background: url(../../img/user/reserve_keeper_logo.png) no-repeat left 50%;

}
#foot05 a:link,#foot05 a:visited{color: #000;text-decoration: none;}
#foot05 a:hover,#foot05 a:active{color: #888;text-decoration: underline;}

.cts_btn_a{
	margin:0 auto;
	font-size:14px;
	width:300px;
}

.cts_btn{
	display:block;
	cursor: pointer;
	padding: 10px 5px;
	text-align:center;
	border-radius: 4px;
	font-weight:bold;
}

/*slick setting*/
#slider_area{
	position:relative;
}
#slider_c_name{
	position:absolute;
	top:0;
	left:0;
	z-index:100;
	width:100%;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	padding:19px;
	line-height:120%;
}
#sec_c_name{
	width:100%;
	font-size:25px;
	font-weight:bold;
	text-align:center;
	padding:19px;
	line-height:120%;
	margin-bottom:40px;
}

.slider{
	width:100%;
	height:388px;
	overflow:hidden;
}
.slick-slide{
	position:relative;
	width:100%;
	height:388px;
	overflow:hidden;
}
.slick-slide img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

.slide_arrow{
	width:24px!important;
	height:37px!important;
	position:absolute;
	z-index:10;
}
.prev_arrow{
	left:28px;
	top:50%;
}
.next_arrow{
	right:28px;
	top:50%;
}

.slick-dots{
	bottom:10px;
}
.slick-dots li button:before {color: #fff;}

.slick-dots > li:first-child:last-child {
	display: none;
}
/*slick setting*/

#cts_c_logo{
	width:160px;
	height:100px;
	position: relative;
	margin:0 auto 45px ;
}
#cts_c_logo img {
	max-width:160px;
	max-height:100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

h1 {
	font-size: 20px;
	line-height: 150%;
	font-weight: bold;
	width:800px;
	margin:0 auto 80px;
}

#cts_top_oshirase{
	width:800px;
	margin:0 auto 80px;
}

#cts_top_oshirase p.hgt1{
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	margin-bottom:28px;
}
#cts_top_oshirase p.day{
	font-size: 15px;
	margin-bottom:10px;
}
#cts_top_oshirase p.ttl{
	font-size: 18px;
	margin-bottom:18px;
}
#cts_top_oshirase p.txt{
	font-size: 16px;
	margin-bottom:45px;
}
#cts_top_oshirase p.link{
	text-align:right;
}

#cts_top_availability{
	margin:0 10px 75px;
}

#cts_top_availability p.hgt1{
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	margin-bottom:22px;
}

#cts_top_availability table {
	margin:0 auto 20px;
}
#cts_top_availability table th,
#cts_top_availability table td {
	font-size:16px;
	min-width:77px;
	white-space: nowrap;
	padding: 3px 5px;
	border: 1px solid #cbc8c8;
	background-color: #fff;
	color:#000;
}
#cts_top_availability table th {
	background-color: #f2f2f2;
}
#cts_top_availability table th.wht {
	background-color: #fff;
}
#cts_top_availability table th.sat {
	background-color: #daeefc;
	color:#0469C1;
}
#cts_top_availability table th.sun {
	background-color: #ffebf6;
	color:#FF0000;
}
#cts_top_availability table td {
	padding: 12px 5px;
	text-align:center;
}

#cts_top_availability dl{
	margin-bottom:25px;
	margin-left:190px;
}
#cts_top_availability dt,
#cts_top_availability dd{
	font-size:12px;
	display:inline-block;
}

#cts_top_availability dt{
	margin-right:10px;
	text-align:right;
}

#cts_top_introduction_image{
	margin:0 0 70px 0;
}
#cts_top_introduction_image p.hgt1{
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	margin-bottom:22px;
}

#cts_top_introduction_image p.hgt2{
	font-size: 20px;
	font-weight: bold;
	padding-bottom:5px;
	margin-left:40px;
	margin-right:40px;
	margin-bottom:22px;
	border-bottom:1px solid #cbc8c8;
}

#cts_top_introduction_image ul{
	margin-left:40px;
	margin-bottom:30px;
}
#cts_top_introduction_image li{
	max-width:300px;
	float:left;
	margin-right:22px;
}
#cts_top_introduction_image dl{

}
#cts_top_introduction_image dt{
	position: relative;
	width:300px;
	height:165px;
	overflow:hidden;
	margin-bottom:15px;
}
#cts_top_introduction_image dt img{
/*	border-radius: 10px 10px 10px 10px; */
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
}

#cts_top_introduction_image dd{
	font-size:16px;
}

#cts_top_introduction_image p.link{
	text-align:right;
	margin-right:112px;
}

#cts_top_introduction_image select{
	margin-left:40px;
	margin-bottom:40px;
}

.cts_2nd_int_img ul{
	display: flex;
	flex-wrap: wrap;
}

.cts_2nd_int_img li{
	margin-bottom:20px;
}


#cts_top_faq{
	width:800px;
	margin:0 auto 80px;
}

#cts_top_faq p.hgt1{
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	margin-bottom:22px;
}

#cts_top_faq p.faq_q,
#cts_top_faq p.faq_a{
	font-size:16px;
	padding:13px 25px 10px 48px;
}
#cts_top_faq p.faq_q{
}
#cts_top_faq p.faq_a{
	margin-bottom:24px;
	min-height:90px;
}

#cts_top_faq p.link{
	text-align:right;
}

#cts_top_access_info{
	width:800px;
	margin:0 auto 75px;
}
#cts_top_access_info p.hgt1{
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	margin-bottom:12px;
}
#cts_top_access_info table{
	margin-bottom:25px;
}
#cts_top_access_info div.cts_btn_a{
	margin-bottom:40px;
}

#cts_top_sales_info{
	width:800px;
	margin:0 auto;
}
#cts_top_sales_info p.hgt1{
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	margin-bottom:20px;
}
#cts_top_sales_info table{
	margin-bottom:25px;
}


#cts_cookie{
	width:800px;
	margin:0 auto 75px;
}
#cts_cookie p.hgt1{
	font-size: 20px;
	font-weight: bold;
	text-align:center;
	margin-bottom:20px;
}
#cts_cookie p.c_t{
	font-size: 16px;
	margin-bottom:1em;
}




.tbl_col01{
	width:100%;
}
.tbl_col01 tr{}
.tbl_col01 th,.tbl_col01 td{

}
.tbl_col01 th{
	width:84px;
	text-align:left;
	font-size:13px;
	padding:0 9px;
}
.tbl_col01 td{
	font-size:16px;
	padding:3px 10px;
}





/* Layout
---------------------------------------------------------------------------------- */
/*		・ヘッダ内設定 */
/*		・フッター内設定 */
/*		・パンクズ内設定 */
/* Parts
---------------------------------------------------------------------------------- */
/********** margin **********/
.m_auto {
  margin-right: auto;
  margin-left: auto;
  display: inline-block;
}

/* margin設定 */
.ma10 { margin: 10px; }
.ma15 { margin: 15px; }
.ma20 { margin: 20px; }
.ma25 { margin: 25px; }
.ma30 { margin: 30px; }

.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }

.ml10 { margin-left: 10px; }
.ml15 { margin-left: 15px; }
.ml20 { margin-left: 20px; }
.ml25 { margin-left: 25px; }
.ml30 { margin-left: 30px; }
.ml35 { margin-left: 35px; }
.ml40 { margin-left: 40px; }
.ml45 { margin-left: 45px; }
.ml50 { margin-left: 50px; }

.mr10 { margin-right: 10px; }
.mr15 { margin-right: 15px; }
.mr20 { margin-right: 20px; }
.mr25 { margin-right: 25px; }
.mr30 { margin-right: 30px; }
.mr35 { margin-right: 35px; }
.mr40 { margin-right: 40px; }
.mr45 { margin-right: 45px; }
.mr50 { margin-right: 50px; }

.mb2 { margin-bottom: 2px; }
.mb5 { margin-bottom: 5px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }

.mb2em { margin-bottom: 2em; }
.mb3em { margin-bottom: 3em; }

/*padding設定*/
.pa10 { padding: 10px; }
.pa15 { padding: 15px; }
.pa20 { padding: 20px; }
.pa25 { padding: 25px; }
.pa30 { padding: 30px; }

.pt10 { padding-top: 10px; }
.pt15 { padding-top: 15px; }
.pt20 { padding-top: 20px; }
.pt25 { padding-top: 25px; }
.pt30 { padding-top: 30px; }

.pl10 { padding-left: 10px; }
.pl15 { padding-left: 15px; }
.pl20 { padding-left: 20px; }
.pl25 { padding-left: 25px; }
.pl30 { padding-left: 30px; }

.pr10 { padding-right: 10px; }
.pr15 { padding-right: 15px; }
.pr20 { padding-right: 20px; }
.pr25 { padding-right: 25px; }
.pr30 { padding-right: 30px; }

.pb10 { padding-bottom: 10px; }
.pb15 { padding-bottom: 15px; }
.pb20 { padding-bottom: 20px; }
.pd25 { padding-bottom: 25px; }
.pb30 { padding-bottom: 30px; }
.pb80 { padding-bottom: 80px; }


/********** width **********/
/* % */
.w10p {width: 10%;}
.w20p {width: 20%;}
.w30p {width: 30%;}
.w40p {width: 40%;}
.w50p {width: 50%;}
.w60p {width: 60%;}
.w70p {width: 70%;}
.w80p {width: 80%;}
.w90p {width: 90%;}
.w100p {width: 100%;}

/* em */
.w1em {width: 1em !important;}
.w2em {width: 2em !important;}
.w3em {width: 3em !important;}
.w4em {width: 4em !important;}
.w5em {width: 5em !important;}
.w6em {width: 6em !important;}
.w7em {width: 7em !important;}
.w8em {width: 8em !important;}
.w9em {width: 9em !important;}
.w10em {width: 10em !important;}
.w11em {width: 11em !important;}
.w12em {width: 12em !important;}
.w13em {width: 13em !important;}
.w14em {width: 14em !important;}
.w15em {width: 15em !important;}
.w16em {width: 16em !important;}
.w17em {width: 17em !important;}
.w18em {width: 18em !important;}
.w19em {width: 19em !important;}
.w20em {width: 20em !important;}

/********** height **********/
.h10p {height: 10%;}
.h20p {height: 20%;}
.h30p {height: 30%;}
.h40p {height: 40%;}
.h50p {height: 50%;}
.h60p {height: 60%;}
.h70p {height: 70%;}
.h80p {height: 80%;}
.h90p {height: 90%;}
.h100p {height: 100%;}

/********** font **********/
.fs10 {font-size: 10px;font-size: 1rem;}
.fs11 {font-size: 11px;font-size: 1.1rem;}
.fs12 {font-size: 12px;font-size: 1.2rem;}
.fs13 {font-size: 13px;font-size: 1.3rem;}
.fs14 {font-size: 14px;font-size: 1.4rem;}
.fs15 {font-size: 15px;font-size: 1.5rem;}
.fs16 {font-size: 16px;font-size: 1.6rem;}
.fs17 {font-size: 17px;font-size: 1.7rem;}
.fs18 {font-size: 18px;font-size: 1.8rem;}
.fs19 {font-size: 19px;font-size: 1.9rem;}
.fs20 {font-size: 20px;font-size: 2rem;}

.vat{vertical-align:top;}
.vami{vertical-align:middle !important;}

img.imgbtn:hover{
	cursor:pointer;
	cursor:hand;
	opacity: 0.7;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}


.fwb {font-weight: bold;}
.red {color: #d92c1e;}

.wba{word-break:break-all;}

/********** text align **********/
.all_center * {text-align: center !important;}
.tar {text-align: right !important;}
.tac {text-align: center !important;}
.tal {text-align: left !important;}

/********** float **********/
.left {float: left;}
.right {float: right;}
.f_none {float: none;}
.clear {clear: both;}

/********** form **********/
input[type="text"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="date"],
input[type="email"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -o-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding: 3px 5px;
  font: inherit;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

label input[type="text"],
label input[type="password"],
label input[type="search"],
label input[type="tel"],
label input[type="url"],
label input[type="number"],
label input[type="date"],
label input[type="email"] {
  display: inline;
  vertical-align: middle;
}

textarea {
  display: block;
  padding: 3px 5px;
  font: inherit;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

button {
  cursor: pointer;
  padding: 3px 5px;
  font: inherit;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
button:hover {
  color: #fff;
  background-color: #555;
}

select {
	padding: 3px 5px;
	font: inherit;
	font-size:16px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
}

/* Media Query
---------------------------------------------------------------------------------- */
/* =Mobile (Portrait) */
@media screen and (max-width: 640px) {










}
