@charset "utf-8";

/* #reserve
================================================== */
#reserve {
  width:100%;
  padding:1% 2% 5%;
  box-sizing: border-box;
  margin:0 auto;
}

@media screen and (max-width: 810px) {
#reserve{
  padding:5% 2% 5%;
}
}

#reserve h2{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  letter-spacing:.02em;
  color:#000;
  font-size:2em;
  text-align: center;
}

@media screen and (max-width: 810px) {
#reserve h2 {
  font-size:1.7em;
}
}

@media screen and (max-width: 568px) {
#reserve h2 {
  font-size: 1.4em;
}
}

.res_cation {
  background:#F03D3D;
  color:#FFF;
  padding:10px;
  width:98%;
  max-width:800px;
  margin:5px auto 25px;
  font-weight:500;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
  border:0.2em solid #333;
}

@media screen and (max-width: 568px) {
.res_cation{
  font-size:13px;
  border:1px solid #333;
}
}
.res_cation img{
  margin:0 10px 0 0;
  float:left;
}

.yelw{
  color:#EAFF00;
}

#reserve .cont_txt{
  padding:2% 10px;
  text-align: center;
  line-height: 1.8;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  font-size:15px;
}

@media screen and (max-width: 568px) {
#reserve .cont_txt{
  padding:2% 2% 4%;
  text-align: left;
  font-size:14px;
}
}

#reserve .cont_txt strong {
  color:#D30000;
  font-weight:500;
}

#reserve .cont_txt span{
  font-weight:500;
  background: linear-gradient(transparent 65%, #FFF100 65%);
  padding-left:1px;
  padding-right:1px;
  color:#00A69C;
}

#reserve .cont_txt a{
  color:#D30000;
  font-size:1.15em;
  font-weight:500;
  font-family: Roboto,sans-serif;
  text-decoration:none;
}

#reserve .cont_txt a:hover{
  color:#D30000;
  text-decoration:none;
}

#reserve .cont_sub{
  font-size:14px;
  margin-bottom:30px;
  line-height: 1.8;
  padding:0 1%;
  text-align: center;
}

@media screen and (max-width: 810px) {
#reserve .cont_sub{
  margin-bottom:20px;
}
}

@media screen and (max-width: 568px) {
#reserve .cont_sub{
  font-size:0.9em;
  padding:0;
  margin-bottom:10px;
}
}

#reserve .bg_required0 {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 8px;
  margin: 0 5px 0 10px;
  color: #fff;
  background: #A40D0D;
  border-radius: 3px;
  font-size: 12px;
  line-height: 1;
}

@media screen and (max-width: 568px) {
#reserve .bg_required0 {
  font-size: 11px;
}
}

#reserve .bg_required {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 8px 5px;
  margin: 0 5px 0 10px;
  color: #fff;
  background: #A40D0D;
  border-radius: 3px;
  font-size: 12px;
}

@media screen and (max-width: 568px) {
#reserve .bg_required {
  font-size: 11px;
}
}

#reserve .bg_required2 {
  vertical-align: middle;
  display: inline-block;
  padding: 5px 8px 4px;
  margin: 0 5px 0 10px;
  color: #A40D0D;
  background: #FFF;
  border:1px solid #A40D0D;
  border-radius: 3px;
  font-size: 12px;
}

@media screen and (max-width: 568px) {
#reserve .bg_required2 {
  font-size: 11px;
}
}

.yelw{
  color:#EAFF00;
}

#reserve h3{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  letter-spacing:.02em;
  font-size:2em;
  margin:2% 0;
  text-align:center;
  font-weight:normal;
  letter-spacing	: 0.05em;
  border-bottom:1px solid #333;
  padding:5px 10px;
  color:#000;
}

@media screen and (max-width: 810px) {
#reserve h3{
  font-size:1.7em;
}
}

@media screen and (max-width: 568px) {
#reserve h3{
  font-size:1.4em;
  margin:3% 0;
}
}

.res_text{
  text-align:center;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  line-height: 1.8;
}

.res_text strong{
  color:#FF5E5E;
  font-size:1.2em;
}

@media screen and (max-width: 568px) {
.res_text{
  text-align: left;
  font-size:0.95em;
}
}

.res_text span{
  background-color:#FF9494 !important;
  padding:0px 4px 1px 4px;
  margin:0 5px 0;
  color:#fff;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border-radius:5px;
}

.form_island h4{
  font-family: 'Noto Serif JP', serif;
  font-weight:400;
  letter-spacing:.02em;
  font-size:1.4em;
  color:#FFF;
  line-height:1.4;
  text-align: center;
  background:#918000;
  padding:8px 10px 10px;
  display:block;
}

@media screen and (max-width: 810px) {
.form_island h4{
  margin-bottom:25px;
}
}

@media screen and (max-width: 568px) {
.form_island h4{
  font-size:1.3em;
}
}

/* 
--------------------------------------------------*/
.reservBtnWrap span{
padding:5px 0px 5px 20px;
margin:0 auto;
font-size:2.3em;
text-align: center!important;
}

@media screen and (max-width: 810px) {
.reservBtnWrap span{
  font-size:2em;
  padding:0 0 0 25px;
}
}

@media screen and (max-width: 568px) {
.reservBtnWrap span{
  padding:5px 5px 5px 0;
  font-size:1.7em;
  line-height:1;
}
}

.reservBtnWrap{
text-align	: center!important;
}

.reservBtnWrap input[type="button"][disabled] {
  /* ボタンのテキストを消す */
  content: "";
  /* 可視性を残したい場合は、透明度を調整 */
  opacity: 0;
  /* 必要に応じて背景色を削除 */
  background-color: transparent;
}

/*土曜の文字色*/
.youbi_6{
	color:#36F!important;
	background:#EBFCFF!important;
	font-size:140%!important;
	text-align:center!important;
	font-family: 'Roboto', sans-serif;
    font-weight:500;
}

@media screen and (max-width: 810px) {
.youbi_6{
	font-size:115%!important;
}
}

@media screen and (max-width: 568px) {
.youbi_6{
	font-size:105%!important;
}
}

/*祝日と日曜の文字色*/
.youbi_0{
	color:red!important;
	background:#FFF2EE!important;
	font-size:140%!important;
	text-align:center!important;
	font-family: 'Roboto', sans-serif;
    font-weight:500;
}

@media screen and (max-width: 810px) {
.youbi_0{
	font-size:115%!important;
}
}

@media screen and (max-width: 568px) {
.youbi_0{
	font-size:105%!important;
}
}
.shukujitu{
	color:red!important;
	background:#FFF2EE!important;
	font-size:140%!important;
	text-align:center!important;
	font-family: 'Roboto', sans-serif;
    font-weight:500;
}

@media screen and (max-width: 810px) {
.shukujitu{
	font-size:115%!important;
}
}

@media screen and (max-width: 568px) {
.shukujitu{
	font-size:105%!important;
}
}
/*平日の文字色*/
.youbi_1,.youbi_2,.youbi_3,.youbi_4,.youbi_5{
	font-size:140%!important;
	text-align:center!important;
	font-family: 'Roboto', sans-serif;
    font-weight:500;
}

@media screen and (max-width: 810px) {
.youbi_1,.youbi_2,.youbi_3,.youbi_4,.youbi_5{
	font-size:110%!important;
}
}

@media screen and (max-width: 568px) {
.youbi_1,.youbi_2,.youbi_3,.youbi_4,.youbi_5{
	font-size:100%!important;
}
}

/*本日の背景色　※ただし設定ファイルでの設定が優先されます*/
.today{
	background:#FF9;	
}
/*休業日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.holiday{
	background:#FDD;	
}
/*定休日設定した日の背景色　※ただし設定ファイルでの設定が優先されます*/
.closed{
	background:#FDD;	
}
.hidden{
	display:none;	
}
/*休業日テキスト部の左側の四角*/
.holidayCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
}
/*定休日テキスト部の左側の四角*/
.closedCube{
	display:inline-block;
	width:13px;
	height:13px;
	margin:3px 3px 0 3px;
	position:relative;
	top:2px;
}
/*---------------------------------
			index.php 
---------------------------------*/

/* Calender style */

.overflow-wrap{
  position: relative;
  width:100%;

}

@media screen and (max-width: 810px) {
.overflow-wrap{
  overflow-x: scroll;
}
}

#calenderTable{
  width:100%;
  font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-collapse:collapse;
  background:#FFF;
  margin-top:3%;
}

#calenderTable th{
	padding:5px;
	font-size:140%;
	text-align:center;
	border:1px solid #ccc;
	color:#333;
	background:#eee;
	font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
}

@media screen and (max-width: 810px) {
#calenderTable th{
	font-size:120%;
}
}

@media screen and (max-width: 568px) {
#calenderTable th{
	font-size:110%;
}
}

scheduleList1{
	background:#F7F7F7;
}

#calenderTable td{
	padding:5px;
	font-size:12px;
	border:1px solid #ccc;
	color:#555;
	width:14%;
	vertical-align:top;
}

#calenderTable .calenderHeader{
  padding-top:10px;
  padding-bottom:10px;
  font-size:150%;
}

@media screen and (max-width: 810px) {
#calenderTable .calenderHeader{
	font-size:110%;
}
}
#calenderTable .calenderHeader a{
	background-color:#686A69!important;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	text-decoration:none;
	padding:5px 10px;
}
#calenderTable .calenderHeader a:hover{
	background-color:#959595!important;
}

#calenderTable td .scheduleComment{
	text-align:left;
	color:#555;
	font-size:10px;
}
#calenderTable td .schedulePulldownList{
	text-align:center;
	color:#333;
	font-size:14px;
	letter-spacing	: 0em;
	font-family: 'Roboto', sans-serif;
    font-weight:500;
	padding:0 0 5px;
	border-top:1px dotted #999999;
}

@media screen and (max-width: 810px) {
#calenderTable td .schedulePulldownList{
	font-size:13px;
}
}

@media screen and (max-width: 568px) {
#calenderTable td .schedulePulldownList{
  line-height:1.4;
  display:block;
  padding:0 0 5px;
}
}

.countNum{
	font-size:90%;
	vertical-align:8px;
	color:#330099;
	letter-spacing	: 0.05em;
	font-weight:500;
	display:none;
}

.aki{
	background:#3D87BB;
	color:#FFF;
	padding:0 2px;
	font-size:110%;
	margin-left:2px;
	margin-right:5px;
}

#calenderTable .borderless{
	border:0!important
}

p.holidayText{
	font-size:12px!important;
	color:#444;
	margin:0;
	padding:0 0 5px;
}


/* if ListStyle */
ul#calenderList{
	list-style:none;
	margin:0;
	padding:0;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#calenderList li{
	border-bottom:1px solid #999;
	padding:5px;
}
#calenderList li.first-child{
	border-top:1px solid #999;
}
#calenderList .scheduleComment{
	text-align:left;
	color:#555;
	font-size:10px;
}
#calenderList .schedulePulldownList{
	text-align:left;
	color:#555;
	font-size:11px;
	padding:0px 0 3px;
	border-bottom:1px dotted #aaa;
}
table.navNextPrev {
	width:100%;
}
table.navNextPrev .dspPrev{
	text-align:left;	
	padding:10px;
}
table.navNextPrev .dspNext{
	text-align:right;
	padding:10px;
}
h2#headerYm{
	background:#666;
	color:#fff;
	text-align:center;
	padding:5px ;
	font-size:110%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* /if ListStyle */


/* Reserv Btn styl*/
.reservForm{
	display:inline;	
}
.reservForm input{
	font-size:14px;
	cursor:pointer;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding:10px 10px;
}

.reservForm input[type="submit"] {
border:none;
background-color:#FF9494 !important;
padding:5px 10px;
margin:0;
font-size:2.5em;
text-transform:uppercase;
font-weight:900!important;
color:#fff;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
cursor:pointer;
}

@media screen and (max-width: 810px) {
.reservForm input[type="submit"] {
  font-size:2.3em;
}
}

@media screen and (max-width: 568px) {
.reservForm input[type="submit"] {
  font-size:2em;
}
}

input.cal_bt:hover{
	background-color:#E06E6E!important;
	color:#fff;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

/* /Reserv Btn styl*/
.btn_send{
	text-align	: center;
	color:#333!important;
	}
	
	
.btn_send input{
	padding		: 15px;
	font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	cursor: pointer;
	}

.rt_bt{
	text-align	: left;
	color:#333!important;
	margin-bottom:15px
	}

.rt_bt input{
border:none;
background-color:#56BFE6 !important;
padding		: 10px;
font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
font-size:1.5em;
text-transform:uppercase;
font-weight:900!important;
color:#fff;
-webkit-border-radius:8px;
-moz-border-radius:8px;
border-radius:8px;
cursor:pointer;
}

.rt_bt input:hover{
	background-color:#0066A0!important;
	color:#fff;
}


/* ReservForm Style */

#formWrap {
	width:100%;
	margin:10px auto;
	color:#555;
	line-height:120%;
	font-size:120%;
	font-family:"メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#formWrap h4{
	font-weight:normal;
	text-align:center;
	font-size:16px;
	color:#111;
	margin:10px 0 10px;
	background:#efefef;
	padding:10px;
	border-radius:3px;
	border:1px solid #ccc;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight:400;
  line-height: 1.8;
  color:#FFF;
  background:#F03D3D;
}

@media screen and (max-width: 568px) {
#formWrap h4{
  padding:8px;
  font-size:14px;
}
}

#formWrap p {
	margin:0 0 5px;
	padding:0;
	font-size:0.9em;
	color:#FFF;
}

#formWrap .red{COLOR: #FF0033;margin-left:10px;}
#formWrap .red2{COLOR: #FF0033;}

#formWrap select{
	padding		: 5px;
	}

table.formTable {
	width:100%;
	margin:15px auto;
	border-collapse:collapse;
	background:#FFF;
	margin-top:3%;
}
table.formTable td, table.formTable th {
	border:1px solid #ccc;
	padding:10px;
	font-size:90%;
	line-height:2;
}
table.formTable th {
	width:25%;
	font-weight:500;
	background:#efefef;
	text-align:center;
	vertical-align:middle;
}
/*---------------------------------
		/index.php style 
---------------------------------*/
/* .デスクトップ
------------------------------------------------- */
.pcHide{display: none;}

/* タブレット
------------------------------------------------- */
@media screen and (max-width: 810px) {
.pcHide{display: block;}
.tbHide{display: none;}
}

/* スマホ
------------------------------------------------- */
@media screen and (max-width: 568px) {
.pcHide{display: block;}
.tbHide{display: block;}
.spHide{display: none;}
}