@charset 'utf-8';

@import 'reset-min.css';

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * Base */
html,
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 0.12em;
	width: 100%;
	height: 100%;
}




/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * Login */
#login {
	position: absolute;
	width: 482px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin: -186px 0 0 -241px;
}

#login form {
	width: 482px;
	height: 373px;
	background: url(../img/login.png) no-repeat 0 0;
}

#login .logout {
	width: 482px;
	height: 373px;
	background: url(../img/logout_back.png) no-repeat 0 0;
}

#admin_login {
	position: absolute;
	width: 482px;
	height: 400px;
	top: 50%;
	left: 50%;
	margin: -186px 0 0 -241px;
}

#admin_login form {
	width: 482px;
	height: 373px;
	background: url(../img/admin_login.png) no-repeat 0 0;
}
#admin_login .logout {
	width: 482px;
	height: 373px;
	background: url(../img/admin_logout_back.png) no-repeat 0 0;
}

#login_faild {
	color: #FFFFFF;
	position: absolute;
	top: 70px;
	left: 28px;
	width: 404px;
	padding: 10px;
	background: #FF0033;
}

#login_mail,
#login_pass {
	position: absolute;
	left: 150px;
	width: 270px;
	height: 30px;
}

#login_mail {
	top: 130px;
}

#login_pass {
	top: 194px;
}

#login_submit {
	text-indent: -9999px;
	position: absolute;
	top: 270px;
	left: 170px;
	width: 159px;
	height: 47px;
	border: none;
	background: transparent url(../img/login_btn.png) no-repeat 0 0;
	cursor: pointer;
}

#login address {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0px;
	margin-left: 8px;
}
.logout_info {
	font-size: 12px;
	line-height: 20px;
	color: #666;
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 200px;
}

/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * Page */

.clear {
	clear: both;
}

#main {
	background-color: #FFF;
	width: 980px;
}
#wrapper {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 40px;
}
#header {
	background-image: url(../img/title1.png);
	background-repeat: no-repeat;
	background-position: left center;
	width: 980px;
	margin: 0px auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
#header .welcome {
	font-size: 12px;
	color: #666;
	float: right;
	margin: 0px;
	padding: 0px;
}
#header .logout {
	clear: right;
	float: right;
	margin-top: 10px;
	margin-right: 2px;
	margin-bottom: 10px;
}
.comment {
	line-height: 20px;
	color: #666;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 45px;
}
.error {
	font-size: 12px;
	font-weight:bold;
	line-height: 20px;
	color: #F63;
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	text-align:center;
}
#rightcol {
	float: right;
	width: 420px;
	margin-right: 50px;
	margin-top: 40px;
}
.logo {
	clear: both;
	float: right;
	margin-top: 5px;
	margin-right: 45px;
	margin-bottom: 10px;
}
.reserve_date_hl {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
	color: #666;
}
#reserve_date_output {
	font-size: 24px;
	font-weight: bold;
	color: #666;
	margin-bottom: 35px;
	margin-left: 30px;
}
#sendbtn {
	margin-left: 100px;
	margin-bottom: 20px;
	display: none;
}
#pressbtn {
	margin-left: 100px;
	margin-bottom: 20px;
}
#time {
	font-size: 14px;
	line-height: 20px;
	color: #666;
	margin-top: 30px;
	margin-bottom: 40px;
	margin-left: 3px;
}
#select {
	visibility: hidden;
}
#complete {
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
#logout_tex {
	font-size: 12px;
	width: 200px;
	margin-top: 30px;
	margin-bottom: 20px;
	margin-left: 45px;
}

input.disabled{
	visibility:hidden;
}

small.reserved{
	font-weight:bold;
	color:#F00;
	font-size:12px;
	padding-left:5px;
}

#time strong{
	font-weight:bold;
}

#time ul{
	margin-bottom:6px;
}

#time li{
	margin-top:10px;
	padding-left:30px;
}

#time li label{
	padding-left:5px;
}

#time li label.disabled{
	text-decoration: line-through;
}


/* ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- * reserve list */

#count {
	font-size: 14px;
	color: #666;
	margin-left: 45px;
	margin-bottom: 30px;
	margin-top: 20px;
}
#count .number {
	font-weight: bold;
	color: #F30;
}
#reserve_list table,#reserve_list2 table {
	width: 780px;
	margin-left: 45px;
	margin-bottom: 30px;
}
#reserve_list table th {
	background-color: #DFEFF7;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	font-size: 12px;
	color: #666;
	text-align: center;
	font-weight: bold;
}
.rdate {
	width: 15%;
}
.rtime {
	width: 15%;
}
.rname {
	width: 18%;
}
.rtel {
	width: 18%;
}#reserve_list table td, #reserve_list2 table td {
	font-size: 12px;
	line-height: 18px;
	color: #333;
	text-align: center;
	padding-top: 8px;
	padding-bottom: 8px;
	background-color: #EFEFEF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
}


#reserve_list2 table th {
	background-color: #F7E5F1;
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	font-size: 12px;
	color: #666;
	text-align: center;
	font-weight: bold;
}
#reserve_list2 table caption {
	font-size: 12px;
	color: #666;
	padding-bottom: 4px;
	padding-left: 8px;
	padding-top: 5px;
}


/* レスポンシブ 幅が480pxであれば適応 */
@media screen and (max-width: 480px) {
	* {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}
	body {
		-webkit-text-size-adjust: none;
        width: 100%;
	}
	#wrappe{
		width: 98%;
		margin: 0 auto;
	}
	#wrapper,
	#login {
		position: relative;
		width: 320px;
		margin: 0 auto;
		top: 0;
		left: 0;
	}
	#wrapper > img {
		display: none;
	}
	
	#login form,
	#login .logout {
		overflow: hidden;
		width: 320px;
		margin: 0 auto;
		padding: 0 20px;
		background-size: contain;
		-webkit-background-size: contain;
	}
    #main{
      width: 100%;

    }
	#main #header {
		width: 100%;
		height: 80px;
		margin: 0;
		padding: 30px 0 10px;
		background-position: left top;
	}
	#main #header p.welcome {
		text-align: right;
		float: none;
	}
	#main #header .logout {
		text-align: right;
		height: 31px;
		margin: 0;
		float: none;
	}
	#main #header .clear {
		display: none;
	}
	#main p.comment {
		margin: 0;
	}
	#main #cal {
		width: 280px;
		margin: 0 auto;
		float: none;
	}
	#main #cal table {
		width: 280px;
		margin: 0;
	}
	#main #cal_btn {
		width: 280px;
		margin: 15px 0 0;
	}
	#main #rightcol {
		width: 280px;
		margin: 50px 0 0;
		float: none;
	}
	#main .logo {
		margin-right: 15px !important;
	}
	#login form,
	#login .logout {
		height: 250px;
	}
	#login #login_faild {
		font-size: 10px;
		top: 46px;
		left: 19px;
		width: 280px;
		padding: 5px;
	}
	#login #login_mail,
	#login #login_pass {
		left: 103px;
		width: 182px;
	}
	#login #login_mail {
		top: 84px;
	}
	#login #login_pass {
		top: 128px;
	}
	#login #login_submit {
		top: 174px;
		left: 85px;
	}
	#login .logout_info {
		width: 280px;
		padding-top: 145px;
	}
}

/* セレクトボックス */

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    outline: 0;
    margin: 0;
    background: #fff;
}
.bukken_select {
    display: block;
    position: relative;
    width: 30.5%;
    height: 37px;
    font-size: 12px;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
    margin-left: 73px;
    line-height: 1em;
}

.bukken_select:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    /* ここで下向き矢印指定　今回はCSSで */
    border-top: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #333;
    top: 50%;
    right: 10px;
    margin-top: -3px;
    pointer-events: none;/* クリック出来るよう */
}

.bukken_select select {
    width: 100%;
    height: 35px;
    font-size: 12px;
    padding: 0 10px;
    border: none;
    position: relative;
}
/* ie9対策 */

.bukken_select select:not(:target) {
    width: 120% \9;
}


.map_dc img{
    margin: 20px auto;
    width: 100%;
    display: block;
    
}
@media screen and (max-width: 758px){
.map_dc img{
    margin: 20px auto;
    width: 100%;
    
    }
}

#headerBox h1 {
  background: #595656;
  box-shadow: none;
  text-align: center;
   font-size: 14px;
    padding-top: 16px;
    padding-bottom: 14px;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
     line-height:1.5;
}
#headerBox h1 span{
    font-size: 6px;
    vertical-align: bottom;
}
#headerBox h1 a {
  text-decoration: none;
    color: #fff;
}
#headerBox{
 width: 100%;
  z-index: 10;
  line-height: 1;
}

.en {
  font-family: "EB Garamond", serif;
}
