@charset "utf-8";

/* for Common & Smartphone*/
h1.pageTtl{
	color: #006896;	
}
.compTxt{
	border-color: #006896;
}
.formListTtl01{
	color: #1d2088;
	}
.formList{
	background:rgba(0,104,150,0.2);
	}

.agreeBox{
	background:rgba(0,104,150,0.2);
	}

.colmn{
	margin: 0 0 20px 0;
	border:1px solid #000;
	text-align: center;
}
.colmn > div{
	padding: 10px;
}
.colmn li{
	float: left;
	width: 50%;
	padding: 0 10px 10px 10px;
}
.colmn li .clmnT{
	margin: 0 0 5px 0;
	border-bottom: 1px solid #ccc;
	line-height: 1.0;
}
.colmn li .clmnT + p{
	font-size: 77%;
	text-align: left;
	line-height: 1.4;
	font-feature-settings: "palt";
}

/*当日予約枠*/
.yoyakuDate{}
.yoyakuDate > p{}
.tojitsu{
	text-align: center;
	padding: 10px 10px 0 10px;
	font-feature-settings: "palt";
}
.tojitsu > div{
	display: inline-block;
	width: auto;
	margin: 0 auto;
	padding: 0.5em 1em;
	border: 2px solid #006896;
	text-align: left;
	font-size: 100%;
}
.tojitsu a{
	display: inline-block;
	margin: 0 0 0 1em;
	font-weight: bold;
	font-size: 130%;
	color: #81292d;
}

/*来場予約*/
#rsv01,
#rsv02{
	margin-left: 0;
	}
#rsv01_time,
#rsv02_time{
	margin-right: 5px;
	}

.rsv01,.rsv02{
	position: relative;
	padding-right: 36px;
	}

/* iPhone5 とか*/
@media screen and (max-width: 320px) {
}
/* for Smartphone*/
/*横向きの際に適用*/
@media screen and (orientation : landscape) { 
}

/* for PC*/
@media print, screen and (min-width:768px) {
.colmn{
	clear: both;
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	align-items:flex-start;
	margin: 0 0 20px 0;
	padding: 20px 0 20px 20px;
}
.colmn > div{
	margin: 0 0 0 0;
	padding: 0;
	width: 120px;
}
.colmn ol{
	/*width: 55%;*/
	width:calc(100% - 120px);
}
.colmn li{
	float: left;
	width: 25%;
	padding: 0 10px 0 10px;
	border-left: 1px solid #ccc;
}
.colmn li:first-of-type{
	border-left: none;
}
.colmn li .clmnT{
}
.colmn li .clmnT + p{
	min-height: 5.0em;
	font-size: 85%;
	line-height: 1.3;
}

/*当日予約枠*/
.yoyakuDate{
	position: relative;
	}
.yoyakuDate > p{
	/*float: left;
	width: 434px;*/
}
.tojitsu{
	/*float: right;
	text-align: left;
	padding: 0 0px;*/
	position: absolute;
	right: 0;
	top: 50%;
	width: 39%;
	padding: 0;
  transform: translate(0,-50%);
}
.tojitsu > div{
	padding: 0.5em;
	}
.tojitsu a{}
}

/*for Retina*/
@media only screen and (-webkit-min-device-pixel-ratio: 2) { 

}

/*
calendar
*/
.ui-datepicker {
	z-index:19999 !important;
}
.ui-datepicker-trigger {      
	/*width: 30px;
	height: 22px;*/
	width: 40px;
	height: 40px;
	margin: 0 0 0 0;
	position:absolute;
	right:0;
	top:-16px;
	z-index:1;
	}
img.ui-datepicker-trigger[src$=".svg"] {
    width: auto;
}
.ui-widget-content{
	background-image:none;
	background-color:#fafafa;
	border-color:#999;
	}
.ui-state-default,
.ui-widget-content .ui-state-default {
	color:#333;
}
/*.ui-widget-header{
	border-color:#666;
	background:#000;
	}*/
.sunday .ui-state-default {
	color:#F93638;
	background-image: none; /*background-color: #FEEBEB;*/
}
.saturday .ui-state-default {
	color:#3767E4;
	background-image: none; /*background-color: #EBF0FC;*/
}
.pubholiday .ui-state-default {
	color:#F93638;
	background-image: none; /*background-color: #FEEBEB;*/
}
.ui-datepicker-today{
}
.ui-datepicker-today .ui-state-default {
	border:1px solid #fad42e;
	background:#fbec88;
}
/* for Smartphone*/
@media screen and (max-width:767px) {
.ui-datepicker-trigger {      
	width: 40px;
	height: 40px;
	}
/* カレンダー自体を大きく */
.ui-datepicker {
	/*top: 60% !important;*/
	left: 0 !important;
	right: 0;
	/*bottom: 0;*/
	margin: auto;	
	overflow: hidden;	
	width: 90%;
	/*height: 350px;*/
	z-index:19999 !important;
}
/* タイトルと矢印 */
.ui-datepicker .ui-datepicker-header {	
	font-size: 20px;
}

/* 矢印 */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	top: 1px;
	width:40px;
	height:40px;
	background-position:center center;
}
/* 曜日 */
.ui-datepicker th {
	/*padding: 9px 6px;*/
	padding:9px 0;
	font-size: 16px;
	text-align: center;
}

/* 日付の文字と余白を大きく */
.ui-datepicker td span,
.ui-datepicker td a {
	/*padding: 9px 6px;*/
	padding:9px 0;
	font-size: 16px;
	text-align: center;
}
}

