﻿@charset "utf-8";

.openMark {
    color:#CC4466;
}

.displaylUnit0 {
	display:none;
}
.displaylUnit1 {
	display:none;
}

#reserve_end_date_info {
    color:#CC4466;
    font-weight: bold;
    margin-left: 10px;
}

/*media Queries PCサイズ（960px以上）
--------------------------------------------------------------------------------------*/
@media print, screen and (min-width: 960px) {
body {
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    line-height: 2;
    width: 100%;
    height: 100%;
    letter-spacing: 0.05em;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
}
h1, h2, h4, h5, h6 {
    color: #222;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
}
.content h3 {
    color: #000000;
    margin:85px 0 20px 0;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    border-left: 10px solid #51a35c;
    border-bottom: 1px solid #51a35c;
    padding-left: 10px;
    height: 40px;
    line-height: 1.5em;
    font-weight: bold;
}
.content h4 {
    color: #000000;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #51a35c;
    font-size: 24px;
}
p{
	font-size:16px
}

.content, #actions-sidebar {
    margin-bottom: 0;
    padding-bottom: 0;
    margin-top: 30px;
}
#header-wrapper {
    align-items: center;
    -webkit-box-pack: justify;
    display: flex;
    -ms-flex-pack: justify;
    height: 100%;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 960px;
    padding: 0;
    width: 100%;
}
#header .header-right {
    position: relative;
}
#header h1 {
    align-items: center;
    display: flex;
    height: 36px;
    padding: 12px 0;
}
#mypage {
    height: 34px;
    padding: 16px 0;
}
.mypage_pc {
    display: flex;
}
.mypage_pc a {
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    display: flex;
    font-size: 18px;
    margin: 0 12px 0 0;
    padding: 15px 24px;
    text-align: center;
    text-decoration: inherit;
    border-radius: 5px;
}
.main-btn {
    background: #C00000;
    border: 1px solid #b90404;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
}
a.main-btn:hover {
    opacity: 0.7;
}
#header a {
    text-decoration: none;
}
.header_nav_top .menu {
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
	font-size: 10px;
    position: absolute;
    bottom: -10px;
    width: 100%;
    text-align: center;
    color: #007e3d;
}
.header_menu {
    background: #ffffff;
    border: 1px solid #dddddd;
    -webkit-box-shadow: 1px 1px 2px 0 #898989;
    -moz-box-shadow: 1px 1px 2px 0 #898989;
    box-shadow: 1px 1px 2px 0 #898989;
    display: none;
    padding: 12px 0;
    position: absolute;
    right: 0;
    width: 230px;
    z-index: 10000;
    top:70px;
}
.header_menu .header_g_nav li a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color:#51a35c;
}
ul.header_g_nav {
	list-style:none;
	margin:0 auto;
}
#mypage {
    height: 34px;
    padding: 16px 0;
}
.mypage_sm {
    display: none;
}
.header_menu #support-menu {
    padding: 8px 0;
}
#ban-area {
    padding: 16px 8px 8px;
    text-align: center;
}
.header {
	position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    line-height: 20px;
    padding: 0;
    height: 70px;
}
.header_inner .header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    background-color: #51a35c;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 2px 2px 4px grey;
}
.header_inner .header_top .header_logo {
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    margin-left:10px;
}
.header_inner .header_top .header_nav_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
}
.header_inner .header_top .header_nav_top .header_btn {
    position: relative;
    width: 50px;
    height: 48px;
    margin-right:15px;
    cursor: pointer;
        margin:0 auto!important;
}
.header_inner .header_top .header_nav_top .header_btn span:nth-child(2) {
    top: 10px;
}
.header_inner .header_top .header_nav_top .header_btn span:nth-child(3) {
    top: 21px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.header_inner .header_top .header_nav_top .header_btn.open span:nth-child(1) {
    top: -5px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(45deg) translateX(10px) translateY(10px);
    transform: rotate(45deg) translateX(10px) translateY(10px);
}
.header_inner .header_top .header_nav_top .header_btn.open span:nth-child(2) {
    width: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.header_inner .header_top .header_nav_top .header_btn.open span:nth-child(3) {
    top: 16px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
.header_inner .header_top .header_nav_top .header_btn span {
    position: absolute;
    left: 10px;
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
}
.header_inner .header_top .header_nav_top .header_btn .menu {
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    position: absolute;
    bottom: 2px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.header_inner .header_menu nav .header_g_nav {
	padding:8px 0;
}
button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 20px 80px;
    font-size: 1.5rem;
    color: #fff;
    transition: background-color 300ms ease-out;
    border-radius: 10px;
    background: #C00000;
    box-shadow: 2px 2px 2px grey!important;
}
a.button-new.button.button-delete {
    background-color: #C00000;
}
a.button-new.button.button-delete:hover {
    opacity: 0.7;
}
table tr th, table tr td {
    color: #222;
    text-align: left;
    font-weight:bold;
}

canvas {
    width: 60%;
    margin:0 20px;
}
a.head-text {
    color: #fff;
    font-size: 25px;
    font-weight: bold;
    margin-left:10px;
    text-decoration:none;
}
/* 表エリア */
thead {
    font-size: 18px;
}
.innerCol,
.telCol,
.closeCol {
	box-sizing: border-box;
	text-align: center;
	width: 42px;
}
.closeCol {
	background-color: #EEEEEE;
}
.telColText,
.closeColText {
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-writing-mode: bt-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.timeCell {
	background-color: #F6F6F6;
	border-top: 1px solid #51a35c;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	width: 100%;
}
.timeCell.timeSharpLine {
	font-size: 13px;
}
.weekPaging {
	background-color: #FFFFFF;
	border: solid #51a35c;
	border-width: 1px 0 2px 0;
	font-weight: bold;
	text-align: center;
	width: 87px;
}
.monthCell {
	border-top: 1px solid #51a35c;
	box-sizing: border-box;
	height: 38px;
	text-align: center;
}
.timeTableLeft .timeCell {
	text-align: center;
	width:100%;
}
.timeTableRight .timeCell {
	text-align: center;
	width:100%;
}
.closeCell,
.openCell,
.telCell {
	border: solid #51a35c;
	border-width: 1px 0 0 0;
	height: 35px;
	text-align: center;
	width: auto;
}
.monthCell, .dayCell {
    background-color: #FFFFFF;
}
.dayCell,
.sat,
.sun {
	border: 1px solid #51a35c;
	border-width: 1px 0 2px 1px;
	box-sizing: border-box;
	height: 45px;
	text-align: center;
	width: 42px;
}
.sat {
	background-color: #D9E3EC;
	color: #4466BB;
}
.sun {
	background-color: #EEDDD9;
	color: #BB5555;
}
.closeCell {
	background-color: #EEEEEE;
}
.reservedCell {
    background-color: #D3EAC9;
}

.openCell {
	background-color: #FFFFFF;
	-webkit-transition: background-color 0.1s;
	transition: background-color 0.1s;
}

.openCell > .icnOpen {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: auto;
}
.openCell > .icnOpen:hover {
	background-color: #FCDBE3;
	text-decoration: none;
}
.openCell > span.icnOpen:hover {
	background-color: #FFFFFF;
}
.openCell > .icnOpen::before,
.openCell > .icnOpen::after {
	border: 1px solid #CC4466;
	border-radius: 100px;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
}
.openCell.isDisabled > .icnOpen::before,
.openCell.isDisabled > .icnOpen::after {
	border: 1px solid #CCCCCC;
}
.openCell > .icnOpen::before {
	height: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
}
.openCell > .icnOpen::after {
	height: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}
.innerTable {
	border: 1px solid #51a35c;
	border-spacing: 0;
	border-width: 0 1px 1px 1px;
	box-sizing: border-box;
	width: 90%;
	margin:0 auto;
}
.innerTable > tbody > tr > th + th {
	border-left: 1px solid #51a35c;
}
.moreInnerTable {
	border: 0 none;
	border-collapse: collapse;
	width: 100%;
	height: 100%;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	position: relative;
}
.innerTable > thead > tr:first-child > th + th {
	border-left: 1px solid #51a35c;
}
.innerTable > thead > tr > th {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
}
.innerTable > thead > tr:first-child > th {
	top: 32px;
}
.innerTable > thead > .dayCellContainer > th {
	top: 70px;
}
.timeTableLeft,
.timeTableRight {
	width: 100%;
}

/*-----------------------
貸し区分エリア
-------------------------*/
.area {
    margin-top: 0 auto;
    width: 70%;
    margin: 0 auto;
}
dl.rsv_area {
    border: 2px solid #51a35c;
    font-size:20px;
}
dt.ttl {
    background-color: #F4F4F4;
    border-right: 2px solid #51a35c;
    padding: 6px 20px;
    float: left;
}
dd.area_name {
    color: #665555;
    float: left;
    padding: 6px 0px;
}
dl.rsv_area:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibiolity: hidden;
}
td.area_info {
	font-weight: normal;
    padding-left: 30px;
}

/*-----------------------
予約・見学ラジオボタン
-------------------------*/
dl.rsvselect{
	width:100%;
	margin:0 auto;
}
.rsvselect > dt {
    float: left;
    margin-left:50px;
    font-size:24px;
}
.basicRadio + label, .basicCheck + label {
    display: inline-block;
    padding: 0 0 0 19px;
    position: relative;
}
.basicRadio + label:before {
    border-radius: 24px;
}
.rsvRadio + label {
    padding-left: 25px;
}
.rsvRadio + label:before {
border: 2px solid #CCCCCC;
    display: inline-block;
    height: 20px;
    top: 0;
    width: 20px;
    z-index: 1;
}
.select > li + li {
    margin-left: 15px;
}
.select > li {
    display: inline-block;
    position: relative;
    font-size:24px;
}
input.rsvradio{
    width: 1.8em;
    height: 1.8em;
}
.txtarea {
    text-align:center;
}
#buttonarea.btn{
	display:flex;
}
div#buttonarea {
    text-align: center;
    margin: 50px 0;
}
span.btn a{
	align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    width:60%;
    margin:50px;
    font-size:1.5em;
    padding: 20px 100px;
    text-align: center;
    text-decoration: inherit;
    border-radius: 5px;
    background: #C00000;
    border: 1px solid #b90404;
    box-shadow: 2px 2px 2px grey;
}
span.btn a:hover,
span.btn2 a:hover{
    opacity: 0.7;
}
span.btn2 a {
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    width: 60%;
    margin: 100px;
    font-size: 1.5em;
    padding: 20px 100px;
    text-align: center;
    text-decoration: inherit;
    border-radius: 5px;
    background: #51a35c;
    border: 1px solid #52a25d;
    box-shadow: 2px 2px 2px grey;
}
span.btn2 a.back-space-list {
    padding: 20px 40px;
}
.rsvimg{
	display:flex;
	margin:0 auto;
    width: 50%;
	height:auto;
}
ul.select {
    width: 100%;
    text-align: center;
    padding: 0;
    margin-top: 30px;
}
.rsvselect dd {
    margin-inline-start: 0;
}
/*-----------------------
エラーメッセージ
-------------------------*/
.message.error {
    color: #DE4343;
    border: solid 1px #DE4343!important;
    font-weight: bold;
    margin-bottom: -50px;
    padding: 25px 25px 25px 100px;
    background: url(../img/icon_reminder.png) no-repeat 25px 15px!important;
    background-size: 50px auto!important;
    font-size: 1.2em;
    line-height:1.5;
    margin-top:100px;
    height:auto;
    text-align:left;
}
img {
    display: inline-block;
    vertical-align: middle;
}
/*-- PCサイズ（960px以上）ここまで --*/
}
/*media Queries スマートフォンとタブレットサイズ（959px以下）
---------------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 959px) {
body {
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    line-height: 2;
    width: 100%;
    height: 100%;
    letter-spacing: 0.05em;
    color: rgb(51, 51, 51);
    background-color: rgb(255, 255, 255);
    margin: 0px;
    padding: 0px;
}
.header {
	position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    line-height: 20px;
    padding: 0;
    height: 70px;
}
.header_inner{
	width:100%;
	margin:0 auto;
	padding:0 auto;
}
h1, h2, h4, h5, h6 {
    color: #222;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 0.5rem;
    margin-top: 0.2rem;
    text-rendering: optimizeLegibility;
}
.content h3 {
    color: #000000;
    margin:90px 0 20px 0;
    border-left: 10px solid #51a35c;
    border-bottom: 1px solid #51a35c;
    padding-left: 10px;
    height: auto;
    line-height: 1.5em;
    font-weight: bold;
    font-size:20px;
}
.content h4 {
    color: #000000;
    padding-bottom: 0.5rem;
    margin-bottom: 20px;
    border-bottom: 2px solid #51a35c;
    font-size: 20px;
}
.mypage_pc a {
    display: none;
}
.header_inner .header_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 70px;
    background-color: #51a35c;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 2px 2px 4px grey;
}
.mypage_sm {
    display: block;
    padding: 0 30px 0 10px;
    margin:0 auto;
}
.header_menu {
    background: #ffffff;
    border: 1px solid #dddddd;
    padding: 12px 0;
    position: absolute;
    display:none;
    right: 0;
    z-index: 10000;
    width:230px;
    top:70px;
}
.header_menu .header_g_nav li a {
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color:#51a35c;
}
ul.header_g_nav {
	list-style:none;
	line-height:1.6;
	font-size:1rem;
	margin-bottom:1.25rem
}
ul.header_g_nav li{
	padding-left:0;
}
.mypage_sm .main-btn {
    background: #C00000;
    border: 1px solid #b90404;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
    margin:10px 0;
    border-radius:3px;
    color:#ffffff;
    text-align:center;
    font-size:16px;
    border-radius: 5px;
    display:block;
    padding:5px;
    text-decoration:none;
}
a.main-btn {
	width:100%;
	border-radius:10px;
    color:#ffffff;
    text-align:center;
    font-size:16px;
}
a.main-btn:hover {
    opacity: 0.7;
}
.header {
position: fixed;
    z-index: 100;
    top: 0;
    width: 100%;
    line-height: 20px;
    padding: 0;
    height: 65px;
}
.header-left {
    margin-left: 8px;
}
.header_inner .header_top .header_logo {
	width:350px;
	display:block;
    font-size: 15px;
    height: 70px;
    margin-left:5px;
}
.header_inner .header_top .header_logo .logo {
    display: block;
}
.header_inner .header_top .header_nav_top .header_btn {
    position: relative;
    width: 50px;
    height: 50px;
    margin:10px;
    cursor: pointer;
}
.header_inner .header_top .header_nav_top .header_btn .menu {
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-size: 0.7rem;
    position: absolute;
    bottom: 2px;
    width: 100%;
    text-align: center;
    color: #fff;
}
.header_inner .header_top .header_nav_top .header_btn span:nth-child(2) {
    top: 10px;
}
.header_inner .header_top .header_nav_top .header_btn span:nth-child(3) {
    top: 21px;
    -webkit-transition: all .2s;
    transition: all .2s;
}
.header_inner .header_top .header_nav_top .header_btn.open span:nth-child(1) {
    top: -5px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(45deg) translateX(10px) translateY(10px);
    transform: rotate(45deg) translateX(10px) translateY(10px);
}
.header_inner .header_top .header_nav_top .header_btn.open span:nth-child(2) {
    width: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
}
.header_inner .header_top .header_nav_top .header_btn.open span:nth-child(3) {
    top: 16px;
    -webkit-transition: all .2s;
    transition: all .2s;
    -webkit-transform: rotate(-45deg) translateX(5px) translateY(-5px);
    transform: rotate(-45deg) translateX(5px) translateY(-5px);
}
.header_inner .header_top .header_nav_top .header_btn span {
    position: absolute;
    left: 10px;
    display: block;
    width: 30px;
    height: 2px;
    margin: 0 auto;
    background-color: #fff;
}
table tr {
    border-bottom: none;
}
ul.pagination li.active a {
    background-color: #C00000;
    color: #FFF;
    font-weight: bold;
    cursor: default;
}
button, .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 0;
    cursor: pointer;
    font-family: 'Lato','Noto Sans JP','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN','メイリオ','Meiryo','ＭＳ Ｐゴシック','MS PGothic','sans-serif';
    font-weight: normal;
    line-height: normal;
    margin: 0 0 1.25rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    padding: 1rem 2rem 1.0625rem 2rem;
    font-size: 1rem;
    color: #fff;
    transition: background-color 300ms ease-out;
    border-radius: 10px;
    box-shadow: 2px 2px 2px grey;
    width:100%;
}
a.button-new.button.button-delete {
    background-color: #C00000;
}
a.button-new.button.button-delete:hover {
    opacity: 0.7;
}
.last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
.tbl02 {
    width: 100%;
  }
.tbl02 th,
.tbl02 td {
　　border-bottom: none;
    display: block;
    width: 100%;
    margin:0 auto;
  }
.content, #actions-sidebar {
    margin-bottom: 0;
    padding-bottom: 0;
}
table tr th, table tr td {
    color: #222;
    text-align: left;
    font-weight:bold;
}
td.area_info {
    font-weight: normal;
    padding-left: 30px;
}
audio,
canvas,
progress,
video {
    display: inline-block; /* 1 */
    vertical-align: baseline; /* 2 */
    width:100%;
}
a.head-text {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    margin-left:10px;
    text-decoration:none;
}
.header_logo img {
    width: 60px;
}
/* 表エリア */
thead {
    font-size: 13px;
    line-height:1.5em;
}
 .innerHead {
    position: sticky;
    top: 32px;
    z-index: 1;
}
.innerCol,
.telCol,
.closeCol {
	box-sizing: border-box;
	text-align: center;
	width: 42px;
}
.closeCol {
	background-color: #EEEEEE;
}
.telColText,
.closeColText {
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-ms-writing-mode: bt-rl;
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}
.timeCell {
	background-color: #F6F6F6;
	border-top: 1px solid #51a35c;
	font-size: 13px;
	height: 35px;
	line-height: 35px;
	width: 100%;
}
.timeCell.timeSharpLine {
	font-size: 10px;
}
.weekPaging {
	background-color: #FFFFFF;
	border: solid #51a35c;
	border-width: 1px 0 2px 0;
	font-weight: bold;
	text-align: center;
	width: 87px;
	vertical-align: bottom;
    padding-bottom: 10px;
}
.monthCell {
	border-top: 1px solid #51a35c;
	box-sizing: border-box;
	height: 38px;
	text-align: center;
}
.timeTableLeft .timeCell {
	text-align: center;
	width:100%;
}
.timeTableRight .timeCell {
	text-align: center;
	width:100%;
}
.closeCell,
.openCell,
.telCell {
	border: solid #51a35c;
	border-width: 1px 0 0 0;
	height: 35px;
	text-align: center;
	width: auto;
}
.monthCell, .dayCell {
    background-color: #FFFFFF;
}
.dayCell,
.sat,
.sun {
	border:1px solid #51a35c;
	border-width: 1px 0 2px 1px;
	box-sizing: border-box;
	height: 45px;
	text-align: center;
	width: 42px;
}
.sat {
	background-color: #D9E3EC;
	color: #4466BB;
}
.sun {
	background-color: #EEDDD9;
	color: #BB5555;
}
.closeCell {
	background-color: #EEEEEE;
}
.reservedCell {
    background-color: #D3EAC9;
}

.openCell {
	background-color: #FFFFFF;
	-webkit-transition: background-color 0.1s;
	transition: background-color 0.1s;
}

.openCell > .icnOpen {
	display: block;
	height: 100%;
	overflow: hidden;
	position: relative;
	text-indent: -9999px;
	width: auto;
}
.openCell > .icnOpen:hover {
	background-color: #FCDBE3;
	text-decoration: none;
}
.openCell > span.icnOpen:hover {
	background-color: #FFFFFF;
}
.openCell > .icnOpen::before,
.openCell > .icnOpen::after {
	border: 1px solid #CC4466;
	border-radius: 100px;
	content: "";
	display: block;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
}
.openCell.isDisabled > .icnOpen::before,
.openCell.isDisabled > .icnOpen::after {
	border: 1px solid #CCCCCC;
}
.openCell > .icnOpen::before {
	height: 14px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 14px;
}
.openCell > .icnOpen::after {
	height: 8px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
}
.innerTable {
	border: 1px solid #51a35c;
	border-spacing: 0;
	border-width: 0 1px 1px 1px;
	box-sizing: border-box;
	margin:0 auto;
}
.innerTable > tbody > tr > th + th {
	border-left: 2px solid #51a35c;
}
.moreInnerTable {
	border: 0 none;
	border-collapse: collapse;
	width: 100%;
	border-spacing: 0;
	padding: 0;
	margin: 0;
	height: 100%;
	position: relative;
}
.innerTable > thead > tr:first-child > th + th {
	border-left: 1px solid #51a35c;
}
.innerTable > thead > tr > th {
	position: -webkit-sticky;
	position: sticky;
	z-index: 1;
}
.innerTable > thead > tr:first-child > th {
	top: 32px;
}
.innerTable > thead > .dayCellContainer > th {
	top: 70px;
}
.timeTableLeft,
.timeTableRight {
	width: 100%;
}
/*-----------------------
貸し区分エリア
-------------------------*/
.area {
    margin-top: 50px;
    width: 100%;
}
dl.rsv_area {
    border: 2px solid #51a35c;
    font-size:16px;
}
dt.ttl {
    background-color: #F4F4F4;
    border-right: 2px solid #51a35c;
    padding: 6px 20px;
    float: left;
}
dd.area_name {
    color: #665555;
    float: left;
    padding: 6px 0px;
}
dl.rsv_area:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibiolity: hidden;
}
/*-----------------------
予約・見学ラジオボタン
-------------------------*/
dl.rsvselect{
	margin:12px;
	padding:10px 0;
	line-height: 50px;
}
.rsvselect > dt {
    font-size: 24px;
    width: 100%;
    text-align: center;
}
ul.select{
	padding:0px;
	margin-bottom:0;
}
.basicRadio + label, .basicCheck + label {
    display: inline-block;
    padding: 0 0 0 19px;
    position: relative;
}
.basicRadio + label:before {
    border-radius: 24px;
}
.rsvRadio + label {
    padding-left: 10px;
}
.rsvRadio + label:before {
border: 2px solid #CCCCCC;
    display: inline-block;
    height: 20px;
    top: 0;
    width: 20px;
    z-index: 1;
}

.select > li {
    display: inline-block;
    position: relative;
    font-size:24px;
    padding-left:0
}
input.rsvradio{
    width: 1.8em;
    height: 1.8em;
}
.txtarea {
    text-align: center;
}
div#buttonarea {
    text-align: center;
    margin: 50px 0;
    display:block;
}
span.btn a{
	align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    width:85%;
    display:block;
    font-size:1.2em;
    margin:20px auto;
    padding: 10px;
    text-align: center;
    text-decoration: inherit;
    border-radius: 5px;
    background: #C00000;
    border: 1px solid #b90404;
    box-shadow: 2px 2px 2px grey;
}
span.btn a:hover,
span.btn2 a:hover{
    opacity: 0.7;
}
span.btn2 a {
    align-items: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #ffffff;
    width: 85%;
    display:block;
    margin:20px auto;
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
    text-decoration: inherit;
    border-radius: 5px;
    background: #51a35c;
    border: 1px solid #52a25d;
    box-shadow: 2px 2px 2px grey;
}
.rsvimg {
    width: 100%;
    margin: 0 auto;
}
img{
	max-width:100%;
	height: auto;
}
.canvas-wrapper {
	position: relative;
	overflow-x:scroll;
}
ul.select {
    width: 100%;
    text-align: center;
}
.rsvselect dd {
    margin-inline-start: 0;
}
/*-----------------------
エラーメッセージ
-------------------------*/
.message.error {
    color: #DE4343;
    border: solid 1px #DE4343!important;
    padding: 15px 10px 15px 50px;
    background: url(../img/icon_reminder.png) no-repeat 10px 15px!important;
    background-size: 30px auto!important;
    font-weight:bold;
    font-size:0.7rem;
    margin-top:100px;
    margin-bottom:-50px;
    height:auto;
    text-align:left;
    line-height: 1.5;
}
img {
    display: inline-block;
    vertical-align: middle;
}
.column, .columns {
    position: relative;
    padding-left: 0.9375rem;
    padding-right: 0.9375rem;
}
/*-- スマートフォンとタブレットサイズ（960px以下）ここまで --*/
}

/*media Queries タブレットサイズ（600px～959px） -タブレットのみ
---------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 959px) and (max-width: 959px) {



/*-- タブレットサイズ（600px～959px）ここまで --*/
}