body {
	color: #3A3A3A;
	font-size: 14px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',"メイリオ","Meiryo",Verdana,"ＭＳ ゴシック",Osaka-mono,sans-serif;
	line-height: 1.6;
	width: 100%;
	line-height: 1.5;
}
/* clearfix */
.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	*zoom: 1;
}
h2 {
	margin: 7% 0 0;
	padding-bottom: 5px;
	display: inline-block;
	text-align: center;
	font-size: 180%;
	border-bottom: solid 3px #02802D;
}
.ttl {
	text-align: center;
}
h3 {
	margin: 7% 0 4%;
	padding: 0 0 4px 8px;
	font-size: 150%;
	border-left: solid 7px #02802D;
	border-bottom: solid 1px #02802D;
}
h4 {
	padding: 7px 0;
	color: #02802D;
}
.table_ttl {
	padding: 7px 10px;
	color: #333333;
	font-weight: bold;
	background-color: #D6D6D6;
}
a {
	color: #1565B0;
}
.box {
	border: solid 1px #E1E1E1;
	padding: 3% 5% 7%;
	margin-bottom: 8%;
}
.indent {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
.ctr {
	text-align: center;
}
.ex {
	color: #8E8E8E;
	font-weight: normal;
}
.tag {
	margin-right: 8px;
	padding: 3px 7px;
	background-color: #F0364B;
	border-radius: 3px;
	font-size: 90%;
	font-style: normal;
	font-weight: normal;
	color: #fff;
}
.error {
	color: red;
	font-weight: bold;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
p {
	margin: 10px 0;
	word-wrap: break-word;
}
.address {
	display: inline-block;
	background-color: #5B9FD6;
	margin-top: 10px;
	padding: 5px 1%;
	border-radius: 3px;
	font-size: 90%;
	color: #fff;
}
table {
	width: 100%;
	margin-bottom: 5%;
}
table td {
	width: 50%;
}
table,
table tr,
table td,
table th {
	border: solid 1px #CCCCCC;
	text-align: left;
	padding: 10px 6px;
	vertical-align: middle;
}
thead tr,
table th {
	background-color: #D6D6D6;
	font-weight: bold;
}
.spot_table tr,
.spot_table td,
.spot_table th {
	text-align: center;
}
#main_contents .spot_bottom {
	margin-bottom: 5%;
}
.option dd input {
	width: 65%;
	margin-right: 20px;
	font-weight: bold;
}
.option dd input[type=checkbox] + label::before,
.option dd input[type=radio] + label::before {
	width: 33px;
	height: 33px;
	top: 3px;
}
.option dd input[type=checkbox] + label,
.option dd input[type=radio] + label {
	font-weight: bold;
}
.option_table th {
	width: 25%;
}
.right_indnet {
	display: block;
	text-align: right;
}
#edit table tr th {
	width: 40%;
}
.scroll_x {
	position: relative;
	padding: 0 0 15px;
}
.scroll_x table {
	width: 640px;
}
.scroll_x table tr,
.scroll_x table td {
	text-align: center;
	padding: 5px 7px;
}
.scroll_x .point,
.scroll_x .calendar {
	background-color: #EDEDED;
}
.scroll_x .sat {
	background-color: #D9F2FF;
}
.scroll_x .sun {
	background-color: #FFD7D7;
}
.scroll_x .ttl {
	background-color: #D6D6D6;
	font-weight: bold;
}
i.line {
	display: block;
	text-align: center;
	margin: 5px 0 7px;
}

@media screen and (max-width:767px){
	h2 {
		font-size: 150%;
		margin: 10% 0;
	}
	h3 {
		font-size: 115%;
		line-height: 1.4;
	}
	.ex {
		margin-top: 5px 0 10px;
		display: block;
	}
	.btn {
		width: 85%;
		padding: 15px 20px;
	}
}

/*============================================================================

		header

============================================================================*/
header {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}
#header {
	background-color: #F2F2F2;
	padding: 15px 10px;
}
#header img{
	width: 100%;
}
#header h1.logo {
	width: 75%;
	float: left;
}
#header .menu_btn {
	width: 15%;
	float: right;
}
.grobal_menu {
	background-color: #E2E2E2;
	position: absolute;
	top: 70px;
	left: 0;
	width: 100%;
	margin: 0px;
	padding: 0px;
	z-index: 1;
}
.grobal_menu li {
	text-decoration: none;
	padding: 20px 15px;
	border-bottom: solid 1px #ABABAB;
	background: url(../img/arrow_icon.png) no-repeat 96% center;
	background-size: 10px;
}
.grobal_menu li a {
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	display: block;
}


/*============================================================================

		main_contents

============================================================================*/
#main_contents {
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
}
#main_contents dl{
	width: 100%;
	margin-bottom: 4%;
}
#main_contents dl dt{
	width: 100%;
	float: none;
	margin-bottom: 10px;
	margin-top: 10px;
	font-weight: bolder;
}
#main_contents dl dd{
	width: 100%;
	float: left;
}
#main_contents .progress{
	margin: 6% 0;
}
#main_contents .progress img{
	width: 100%;
}
input {
	width: 100%;
	padding: 8px;
	border: solid 1px #EDEDED;
	border-radius: 3px;
	-webkit-box-sizing: border-box;;
	-moz-box-sizing: border-box;;
	box-sizing: border-box;;
	background-color: #EDEDED;
}
.spot input {
	width: 40%;
	margin-right: 5px;
}
.spot .select_box {
	width: 60%;
}
.spot p span {
	display: inline-block;
	width: 35%;
}
textarea {
	width: 100%;
	height: 170px;
	-webkit-appearance: none;
	border: solid 1px #EDEDED;
	border-radius: 3px;
	background-color: #EDEDED;
}
#main_contents dl.checkbox dt{
	margin-bottom: 20px;
}
.input_col03 input {
	width: 23%;
}
#main_contents dl .col01 {
	width: 100%;
}
.select_box,
.date {
	width: 100%;
	height: 34px;
	padding: 0 8px;
	border: solid 1px #EDEDED;
	background:  #EDEDED url(../img/selectbox_icon.png) no-repeat 96% center;
	background-size: 16px;
}
.select_box_2col {
	width: 45%;
}
input[type="text"] {
   -webkit-appearance: none;
   height: 30px;
   margin-left: 5px;
}
input[type="password"],
input[type="date"] {
   -webkit-appearance: none;
}
input[type="text"]:first-child {
	margin-left: 0px;
}
input[type=checkbox],
input[type=radio] {
	vertical-align: top;
	width: 15px !important;
	display: none;
	margin: 0;
}
input[type=checkbox] + label,
input[type=radio] + label {
	position: relative;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
input[type=checkbox] + label,
input[type=radio] + label {
	padding: 0 0 0 35px;
}
input[type=checkbox] + label::before,
input[type=radio] + label::before {
	content: "";
	position: absolute;
	top: 8px;
	left: 0;
	display: block;
	width: 25px;
	height: 25px;
	margin-top: -9px;
	border-radius: 3px;
	background: #EDEDED;
}
input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
	content: "";
	position: absolute;
	top: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
}
input[type=checkbox]:checked + label::after,
input[type=radio]:checked + label::after {
	top: 5px;
	left: 3px;
	width: 20px;
	height: 10px;
	border-left: 3px solid #474747;
	border-bottom: 3px solid #474747;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
input[type="submit"], 
input[type="reset"], 
input[type="button"] {
	border: none;
	font-weight: bold;
}

.btn {
	width: 100%;
	margin: 3% auto;
	padding: 15px 20px;
	border-radius: 30px;
	background-color: #1565B0;
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	color: #fff;
}
.btn[disabled]{
	background-color: #8baccc;
}
footer .btn {
	width: 80%;
	padding: 10px 20px;
	background-color: #fff;
	border: solid 3px #1565B0;
}
footer .btn a {
	color: #1565B0;
}
.btn a {
	color: #fff;
	text-decoration: none;
	display: block;
}
.btn02 {
	background-color: #C9C9C9;
}
.btn02 a {
	color: #333333;
}
.list_btn {
	padding-right: 0px;
	padding-left: 0px;
}

#main_contents dl.checkbox_2col {
	float: left;
	width: 50%;
}
.complete {
	color: red;
	font-size: 140%;
	margin: 10%;
}
.item {
	margin-top: 12%;
}
#reserve_sel_equip td{
	width: 33.33333%;
}
.bihin thead tr {
	background: #eaeaea;
}
.bihin td{
	width: 20%;
}
.bihin td:first-child {
	width: 30%;
}
.price,
.price th {
	background: #FFF0F0;
}
.price th {
	color: #F00;
}
table.schedule thead tr {
	background: #ededed;
}
table.schedule thead td,
.time,
.day  {
	text-align: center;
}
.day {
	width: 40%;
}
.time_ttl {
	width: 60%;
}
.time {
	width: 10%;
}



/*============================================================================

		footer

============================================================================*/
#footer {
	margin-top: 10%;
	padding: 12px;
	color: #fff;
	font-size: 90%;
	text-align: center;
	background-color: #999999;
}

form#room_search dl dd #RoomSelectBox {
    width: 200px;
    height: 16px;
    padding: 5px;
    border: 1px solid #e8ecee;
}
form#room_search dl dd #RoomSelectBox .tri{
    float: right;
}
form#room_search dl dd .room-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 200px;
    height: 200px;
    overflow-y: scroll;
    border: 1px solid #e8ecee;
    padding: 5px;
}
form#room_search dl dd input[type='checkbox'] + label:not(:nth-last-of-type(1)){
    margin-bottom: 15px;
}