@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c');

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	background-color: #3b876d;
	color: #fff;
	font-size: 15px;
	line-height: 150%;
	font-family: "M PLUS Rounded 1c", sans-serif;
}

table {
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}
td {
	word-break: break-all;
	word-wrap: break-word;
}

a {
	color: #ffd;
	text-decoration: underline;
}

p {
	margin-bottom: 0.5em;
}

img {
	border: 0;
}

input[type='text'],
input[type='tel'],
input[type='date'],
input[type='time'],
input[type='email'],
input[type='password'],
select,
textarea {
	padding: 5px;
	background: #fff;
	border: 2px #444 solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #444;
	font-family: "M PLUS Rounded 1c", sans-serif;
	font-size: 1rem;
}
option {
	font-family: "M PLUS Rounded 1c", sans-serif;
}
input::placeholder {
	color: rgba(0, 0, 0, 0.4);
}
textarea {
	line-height: 150%;
}
button {
	padding: 5px 10px;
	-webkit-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.4);
	border: none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
	font-size: 1.15rem !important;
	font-family: "M PLUS Rounded 1c", sans-serif !important;
	cursor: pointer;
}
button:hover {
	opacity: 0.6;
}
button:disabled {
	opacity: 0.2;
}



/* 共通 */
header {
	position: relative;
	width: 100%;
	height: 50px;
	background: #0d593e;
}
header h1 {
	position: absolute;
	left: 20px;
	top: 14px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}
header h1 a {
	color: #fff;
	text-decoration: none;
}
header > div {
	position: absolute;
	right: 20px;
	bottom: 8px;
	font-size: 1rem;
}
header > div > span {
	display: inline-block;
	margin-right: 10px;
	color: #fff;
}

main {
	display: flex;
	flex-direction: row-reverse;
	width: 100%;
	position: relative;
}
main aside,
main article {
	display: block;
}





/* 主領域 */
article {
	width: calc(100% - 200px);
	min-height: calc(100vh - 50px);
	background: rgba(255, 255, 255, 0.2);
	padding: 10px;
}
article > h1 {
	width: 100%;
	height: 40px;
	margin-bottom: 10px;
	background: rgba(255, 255, 255, 0.85);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #000;
	font-size: 1.2rem;
	line-height: 40px;
	text-indent: 20px;
}
section { }





/* メニュー */
aside {
	flex-grow: 1;
	width: 200px;
	padding-top: 5px;
}
nav {
	width: 100%;
}
nav ul {
	width: 100%;
	display: block;
	list-style-type: none;
}
nav ul li {
	display: block;
	width: 100%;
	height: 35px;
	margin-bottom: 6px;
	padding-left: 10px;
}
nav ul li a,
nav ul li span {
	display: block;
	width: 100%;
	height: 35px;
	padding-left: 10px;
	-webkit-box-shadow: -1px 3px 1px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: -1px 3px 1px 0px rgba(0, 0, 0, 0.25);
	box-shadow: -1px 3px 1px 0px rgba(0, 0, 0, 0.25);
	border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	color: #fff;
	font-size: 1rem;
	line-height: 35px;
}
nav ul li a {
	background: rgba(0, 0, 0, 0.1);
	text-decoration: none;
}
nav ul li a.active,
nav ul li span {
	background: rgba(255, 255, 255, 0.2);
}
nav ul li a:hover {
	background: rgba(255, 255, 200, 0.3);
}





/* ページャ等 */
.pager {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
}
.pager span,
.pager a {
	display: inline-block;
	padding: 3px 10px;
	font-size: 1em;
	line-height: 100%;
}
.pager span {
	background: #cce0b3;
	color: #8a8;
}
.pager span.nowpage {
	background: #a34f66;
	color: #fff;
}
.pager a {
	background: #396800;
	color: #fff;
	text-decoration: none;
}
.pager a:hover {
	background: #aa906d;
}

.numberbox {
	width: 100%;
	margin-bottom: 25px;
	font-size: 0.9em;
	text-align: center;
}



/* table等 */
section.search_block table,
section.list_block table {
	width: 100%;
	margin-bottom: 10px;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
}
section.search_block table th,
section.search_block table td,
section.list_block table th,
section.list_block table td {
	padding: 3px;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
	color: #000;
	font-size: 1rem;
}
section.search_block table th,
section.search_block table td {
	background: rgba(255, 255, 255, 0.3);
}
section.search_block table th {
	width: 8rem;
	font-weight: normal;
}
section.search_block table td button {
	margin-bottom: 5px;
	font-size: 0.9rem;
}

section.list_block table th {
	background-color: #fff;
	font-weight: normal;
	text-align: center;
}
/*
section.list_block table tr:nth-child(odd) {
	background: #e8f3f3;
}
section.list_block table tr:nth-child(even) {
	background: #fff;
}
*/
section.list_block table tr {
	background: #fff;
}
section.list_block table tr.no_reserve {
	background: #dcc;
}
section.list_block table td button {
	width: 100%;
	padding: 5px;
	font-size: 0.9rem;
}





/* index(予約一覧) */
div.dialog #dialogForm table {
	width: 100%;
	margin-bottom: 1rem;
	border-top: 1px #ccc solid;
	border-left: 1px #ccc solid;
}
div.dialog #dialogForm table th,
div.dialog #dialogForm table td {
	padding: 3px;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid;
}
div.dialog #dialogForm table th {
	width: 18%;
	background-color: #dedede;
	font-size: 1rem;
	font-weight: normal;
	text-align: center;
}
div.dialog #dialogForm table td span {
	display: block;
	padding: 5px;
	background: #fff;
	border: 2px #ccc solid;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #444;
	font-size: 1rem;
	white-space: nowrap;
	overflow-x: hidden;
}
div.dialog #dialogForm table td option {
	background: #eee;
	color: #444;
}
div.dialog #dialogForm table td #map {
	width: 100%;
	height: 290px;
}

div.dialog_button {
	margin-bottom: 1rem;
	text-align: right;
}
div.dialog_button button {
	margin-left: 1rem;
	font-size: 1.2rem;
}

div.dialog div.message_box {
	width: 100%;
	border-top: solid 2px #999;
}
div.dialog #message_vform {
	width: 100%;
	padding: 1rem 0;
}
div.dialog #message_vform input[type='text'] {
	width: calc(100% - 100px);
}
div.dialog #message_vform button {
	width: 80px;
}
div.dialog #message_list {
	width: 100%;
	max-height: 100px;
	border: solid 2px #666;
	overflow-y: scroll;
}
div.dialog #message_list table {
	width: 100%;
}
div.dialog #message_list table th,
div.dialog #message_list table td {
	padding: 3px;
	border-right: solid 1px #888;
	border-bottom: solid 1px #888;
}
div.dialog #message_list table th {
	width: 25%;
}
div.dialog #message_list table td {
	width: 75%;
}





/* ログイン */
article#login { }
article#login section form {
	display: block;
	width: 600px;
	margin: 0 auto;
	padding: 50px;
	background: rgba(0, 0, 0, 0.2);
}
article#login section dl {
	display: table;
	width: 100%;
}
article#login section dt,
article#login section dd {
	display: table-cell;
	padding-bottom: 10px;
}
article#login section dt {
	width: 20%;
	text-align: right;
}
article#login section dd {
	width: 80%;
}





/* 地図拡大表示 */
#maximum_map_box {
	position: relative;
	width: 100%;
	height: 100vh;
}
#maximum_map {
	width: 100%;
	height: 100vh;
}
#map_cname {
	z-index: 10000;
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 10px;
	background: #fff;
	border: solid 3px #000;
	box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.35);
	color: #333;
	font-size: 1.2rem;
	line-height: 100%;
}





/* その他共通 */
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}

.imeon {
	ime-mode: active;
}
.imeoff {
	ime-mode: inactive;
}
.imenone {
	ime-mode: disabled;
}

.small {
	font-size: 90%;
}

.wid_2em {
	width: 2rem !important;
}
.wid_3em {
	width: 3rem !important;
}
.wid_5em {
	width: 5rem !important;
}
.wid_7em {
	width: 7rem !important;
}
.wid_8em {
	width: 8rem !important;
}
.wid_9em {
	width: 9rem !important;
}
.wid_10em {
	width: 10rem !important;
}
.wid_12em {
	width: 12rem !important;
}
.wid_15em {
	width: 15rem !important;
}
.wid_20em {
	width: 20rem !important;
}
.wid_25em {
	width: 25rem !important;
}
.wid_30em {
	width: 30rem !important;
}
.wid_40em {
	width: 40rem !important;
}
.wid_50em {
	width: 50rem !important;
}
.wid_half {
	width: 50% !important;
}
.wid_33per {
	width: 33% !important;
}
.wid_max {
	width: 100% !important;
}

.hit_5em {
	height: 5rem !important;
}
.hit_10em {
	height: 10rem !important;
}
.hit_15em {
	height: 15rem !important;
}
.hit_20em {
	height: 20rem !important;
}





/* ボタン */
button.form_btn_blue {
	background: #0013aa;
}
button.form_btn_green {
	background: #86b700;
}
button.form_btn_red {
	background: #dd0042;
}
button.form_btn_orange {
	background: #eab300;
}
button.form_btn_gray {
	background: #999;
}





/* jQuery UI */
.ui-widget-overlay {
	background: rgba(0, 0, 0, 0.7);
	opacity: 1;
	filter: Alpha(Opacity=100);
}
.custom_dialog .ui-dialog-titlebar {
	font-size: 1.2rem;
}
.custom_dialog .ui-dialog-titlebar-close {
	display: none;
}
