@charset "UTF-8";
html{
  font-size:62.5%;
}
body{
  font-family:'Noto Sans JP',"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  /* font-family:Avenir,"Helvetica Neue",Helvetica,Arial,Verdana,'Noto Sans JP',"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif; */
  font-size:1.6rem;
  line-height:1.5em;
  color:#707070;
  position:relative;
}
main{
  background-color:#fcfcfc;
  height: calc(100vh - 24rem) ;
}
main.content-area{
  width:100vw;
  height:100% ;
  min-height: calc(100vh - 3.2rem);
  padding: 13.4rem 1.6rem 1.6rem;
}
h1,h2,h3,h4,h5,h6,p,span,input,select,textarea,th,td,h2 a{
  color:#707070;
}
a{
  color:#00B900;
}
a:hover,
a:focus{
  color:#00B900;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    outline: 0;
    box-shadow: none ;
}
input:-internal-autofill-selected {
    background-color: #fff!important ;
}
.w-4rem{
  width:5.0rem!important;
}
.w-8rem{
  width:8.0rem!important;
}
header{
  position:fixed;
  top:0;
  width: 100% ;
  background-color:#fff;
  border-bottom:solid .1rem #ccc;
  padding: 10px 1.6rem 0 ;
  z-index:6000;
}
header h1{
  color:#707070;
  font-size:3.8rem;
  line-height:3.8rem;
  font-family:'Alegreya Sans SC',sans-serif;
  margin-bottom:0;
}
header h1 span{
  font-size:1.4rem;
  line-height:3.8rem;
  padding-left:1.6rem;
}
aside{
  background-color:#4d4d4d;
  color:#fff;
  position:fixed;
  top:0;
  bottom:0;
  left:0;
  width:8.0rem;
  height:100vh;
  padding:3.2rem .4rem;
}
aside img{
  width:100%;
}
aside ul{
  margin:0;
  padding:6.4rem 0;
}
aside ul li{
  display:block;
  margin-bottom:2.0rem;
}
aside ul li a{
  display:block;
  text-align:center;
  color:#fff;
  font-size:1.0rem;
  line-height: 2.0rem ;
}
aside ul li a:hover{
  color:#fff ;
}
aside ul li a span{
  /* background-color:#fff; */
  border-radius:4.0rem;
  /* width:5.0rem; */
  /* height:5.0rem; */
  display:block;
  margin-left:auto;
  margin-right:auto;
}
aside ul li a span i{
  color:#fff;
  font-size:3.5rem;
  /* color:#4d4d4d; */
  line-height:4.0rem;
}
aside ul li.menu-logout{
  position:absolute;
  bottom:1.0rem;
  width:7.6rem;
}
.btn{
  display:block;
  border-radius:0;
  width:100%;
  padding:0.8rem 0 ;
  transition:.5s;
  font-size:1.6rem;
}
.btn:hover,
.btn:focus{
  transition:.5s;
}
.btn-normal{
  color:#fff;
  background-color:#00B900;
  border:solid 0.1rem #00B900;
}
.btn-normal:hover,
.btn-normal:focus{
  color:#00B900;
  background-color:#fff;
}
.btn-orange{
  color:#fff;
  background-color:#ff9900;
  border:solid 0.1rem #ff9900;
}
.btn-orange:hover,
.btn-orange:focus{
  color:#ff9900;
  background-color:#fff;
}
.btn-gray{
  color:#fff;
  background-color:#4d4d4d;
  border:solid 0.1rem #4d4d4d;
}
.btn-gray:hover,
.btn-gray:focus{
  color:#4d4d4d;
  background-color:#fff;
}
.login-area{
  width:100%;
  height:100vh;
  display:flex;
  justify-content:center;
  align-items:center;
  position: relative ;
}
.login-box{
  width:100%;
  max-width:400px;
  background-color:#fff;
  padding:1.6rem;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .2);
}
.login-box-second {
  max-width:375px ;
  max-height:calc(100vh - 30px) ;
  width:100%;
  background-color:#fff;
  padding:1.6rem;
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .2);
}
.login-box-logo{
  width:16.0rem;
  display:block;
  margin-left:auto;
  margin-right:auto;
  margin-bottom:2px;
}
.login-box-forms{
  font-size:1.4rem;
}
.login-box-forms .form-group{
  margin-bottom:2.0rem;
}
.login-box-forms input[type='text'],
.login-box-forms input[type='email'],
.login-box-forms input[type='textarea'],
.login-box-forms input[type='password']
{
  border:0;
  border-bottom:solid 0.1rem #707070;
  border-radius:0;
  font-size:1.4rem;
}
.login-box-forms input:focus{
  outline:0;
  box-shadow:none;
  border-bottom:solid 0.1rem #00B900;
}
.login-box-forms input::placeholder{
  color:#ccc;
}
.login-box-forms .btn{
  width:100%;
  font-size:1.4rem;
}
.login-box p{
  margin-bottom:0;
  font-size: 1.4rem ;
}
.login-box a{
  font-size: 1.5rem ;
  color:#707070;
}
.box{
  margin-bottom:3.2rem;
}
.box h2{
  font-size:1.8rem;
  margin-bottom:1.6rem;
}
.list-card{
  margin:0;
  padding:0 1.6rem;
  overflow-y:scroll;
  overflow-x:hidden;
}
.list-card li{
  margin-bottom:.8rem;
  list-style:none;
}
.list-card li a{
  position:relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background-color:#fff;
  color:#707070;
  padding:0.8rem;
  padding-left:1.6rem;
  box-shadow: 1px 2px 5px rgba(0, 0, 0, .1);
}
.list-card li a:hover,
.list-card li a:focus{
  box-shadow: 1px 2px 10px rgba(0, 0, 0, .2);
  text-decoration:none;
}
.list-card li a div:first-child{
  width:calc(100% - 2.4rem);
}
.list-card li a div:last-child{
  width:2.4rem;
}
.list-card li a div span.datetime,
.list-card li a div span.name{
  display:block;
  margin:.8rem 0;
  font-size:1.6rem;
}
.list-card li a div span.message{
  /* display:block; */
  padding:.8rem 0;
  height:calc(1.6rem * 1.5 * 2 + 1.4rem);
  overflow:hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  word-break: break-all;
  font-size: 1.4rem ;
}
.list-card li a label{
  position:absolute;
  top:0;
  left:0;
  display:block;
  margin:0;
  width:3.2rem;
  height:3.2rem;
  /* border-top:solid 1.6rem #ff9900;
  border-left:solid 1.6rem #ff9900; */
  border-right:solid 1.6rem transparent;
  border-bottom:solid 1.6rem transparent;
}
/* 予約が入りました */
.label-added {
  border-top: solid 1.6rem #ff9900;
  border-left: solid 1.6rem #ff9900;
}
/* 予約が変更になりました */
.label-added-2 {
  border-top: solid 1.6rem #8e92ff;
  border-left: solid 1.6rem #8e92ff;
}
/* 予約がキャンセルになりました */
.label-added-3 {
  border-top: solid 1.6rem #ff8e95;
  border-left: solid 1.6rem #ff8e95;
}
.list-card li a .time-created{
  position:absolute;
  bottom: 0px ;
  right:.8rem;
  color:#ccc;
  font-size:1.2rem;
}
.box .card{
  padding:1.6rem;
  border:solid .1rem #efefef;
  /* box-shadow: 1px 2px 5px rgba(0, 0, 0, .1); */
}
.card-item{
  display:flex;
  justify-content:space-between;
  padding-bottom:1.6rem;
  flex-direction: column ;
}
.card-item input,
.card-item select,
.card-item textarea{
  font-size:1.4rem;
  border-radius:.4rem;
  /* -webkit-appearance:none; */
  /* appearance:none; */
}
.card-item input:focus,
.card-item select:focus,
.card-item textarea:focus{
  outline:0;
  box-shadow:none;
  border:solid 1px #00B900;
}
.card-item span:first-child{
  line-height:3.35rem;
  width:15.0rem;
  font-size: 1.4rem ;
}
.card-item span:last-child{
}
.box .table{
  font-size:1.4rem;
  border-left:solid .1rem #efefef;
  border-right:solid .1rem #efefef;
}
.box .table th,
.box .table td{
  text-align:center;
  font-weight:normal;
  border-bottom:solid .1rem #efefef;
  padding:1.2rem;
}
.box .table thead{
  background-color:#888;
}
.box .table thead th{
  border-bottom:0;
  font-weight:normal;
  color:#fff;
  min-width: 114px ;
}
.box .table thead th:last-child{
  min-width: 50px ;
}
.box .table tbody tr{
  cursor:pointer;
}
.box .table tbody tr:hover,
.box .table tbody tr:focus{
  background-color:#efefef;
}
.box .pagination{
  justify-content:center;
}
.box .page-link{
  color:#888;
  padding:.4rem .8rem;
}
.box .page-item.active .page-link{
  background-color:#888;
  border-color:#888;
}
.box a.link-cancel{
  color:#f00;
  font-size:1.4rem;
}
.box a.link-cancel:hover,
.box a.link-cancel:focus{
  text-decoration:underline;
}
.reservation-area .table th,
.reservation-area .table td{
  font-size:1.2rem;
  text-align:center;
  vertical-align:middle;
  padding:.4rem;
  border:0;
  border-left:solid .1rem #efefef;
  border-bottom:solid .1rem #efefef;
}
.reservation-area .table thead th{
  border-top:solid .1rem #efefef;
}
.reservation-area .table th:last-child,
.reservation-area .table td:last-child{
  border-right:solid .1rem #efefef;
}
.reservation-area .table tbody td{
  padding-bottom:0;
}
.reservation-area .table th{
  font-weight:normal;
  line-height:1.0em;
  border-bottom:solid .1rem #efefef;
}
.reservation-area .table td span{
  display:inline-block;
}
.reservation-area .table td.not_available span{
  line-height:1.2em;
}
.reservation-area .table td.open span,
.reservation-area .table td.occupied span{
  font-size:1.8rem;
  line-height:calc(1.2rem * 2.4);
}
.reservation-area .table td.not_available,
.reservation-area .table td.occupied{
  background-color:#ccc;
}
.reservation-area .table td.not_available span,
.reservation-area .table td.occupied span{
  color:#888;
}
.reservation-area .table td.open span{
  color:#ff9900;
}
.time-frame tr{
  height: 8.8vh ;
}
.time-frame tr.half{
  height: 4.4vh ;
}
.box.box-settings{
  font-size:1.4rem;
}
.box.box-settings p{
  font-size:1.2rem;
  margin-bottom:0;
  line-height:3.35rem;
}
.box.box-settings input[type='text'],
.box.box-settings select,
.box.box-settings textarea{
  font-size:1.4rem;
}
.line-title{
  background-color:#4d4d4d;
  color:#fff;
  text-align:center;
  padding:.8rem;
  margin-bottom:.8rem;
}
.line-paginate-weeks{
  display:flex;
  justify-content:space-between;
  padding:0 .8rem .8rem .8rem;
}
.line-paginate-weeks a{
  font-size:1.2rem;
  border:solid .1rem #707070;
  border-radius:.4rem;
  display:inline-block;
  padding:.4rem 1.6rem;
  color:#707070;
}
.line-paginate-weeks a:hover{
  border: solid .1rem #00B900 ;
  color: #00B900 ;
  text-decoration: none ;
}
.line-message-area{
  height:calc(100vh - 10.0rem);
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  padding:.8rem;
}
.line-message-area div{
  text-align:center;
  width:100%;
  display: inline-block ;
  max-width: 450px ;
}
.line-message-area div p{
  margin-bottom:4.0rem;
  font-size: 1.4rem ;
}
.line-message-area div span{
  /* font-weight:bold; */
  font-size:2.0rem;
}
.line-message-area .btn{
  margin-top:4.0rem;
  margin-bottom:1.0rem;
}
.line-message-area .link-change{
  color:#707070;
  text-decoration:underline;
}
.form-control-original-height{
  height: 35px ;
}
header .icon-hamburger{
  display:none;
}
header .icon-hamburger{
  display:block;
  width:50px;
  height:50px;
  padding:12px 10px;
  position:absolute;
  left:0;
  top:calc(50% - 30px);
}
header .icon-hamburger span{
  display:block;
  width:calc(100%);
  height:4px;
  margin:0 auto;
  background-color:#707070;
  /* transition:.5s; */
}
header .icon-hamburger span + span{
  margin-top:7px;
}
body.gnav-opened header .icon-hamburger span{
  /* transition:.5s; */
}
body.gnav-opened header .icon-hamburger span:nth-child(1){transform:rotate(45deg)translateX(7px)translateY(8px);}
body.gnav-opened header .icon-hamburger span:nth-child(2){width:0px;}
body.gnav-opened header .icon-hamburger span:nth-child(3){transform:rotate(-45deg)translateX(7px)translateY(-8px);}
header .nav-global{
}
header .nav-global > ul{
  position:fixed;
  left:-100vw;
  /* left:0; */
  top:83px;
  width:320px;
  /* width:100%; */
  height:calc(100% - 50px);
  display:block;
  background-color:#4d4d4d;
  align-items:center;
  margin:0;
  padding:30px 0;
  transition:.5s;
  color: #fff ;
}
body.gnav-opened header .nav-global ul{
  left:0vw;
  transition:.5s;
  overflow:scroll;
  overflow-x:hidden;
  overflow-y:scroll;
  box-shadow: 0 6px 6px rgba(0,0,0,0.16), 0 6px 6px rgba(0,0,0,0.23);
}
header .nav-global ul li{
  margin:0;
  padding:0 8px;
  /* padding:0 10px; */
  list-style:none;
  position:relative;
  color:#fff;
  transition:.5s;
}
header .nav-global ul li:hover,
header .nav-global ul li:focus{
  background-color:rgba(242,242,242,.3);
  transition:.5s;
}
header .nav-global ul li a{
  color:#fff;
  padding:15px 0;
  display:block;
  text-decoration:none;
}
header .nav-global ul li a span{
  color:#fff;
  padding-right: 10px ;
}
header .nav-global ul li a:hover,
header .nav-global ul li a:focus{
  text-decoration:none;
}
header .nav-global ul li > ul{
  display:block;
  margin:0;
  padding:0;
  width:100%;
}
header .nav-global ul li:hover > ul,
header .nav-global ul li:focus > ul{
  display:block;
}
header .nav-global ul li > ul > li{
  line-height:1.0em;
}
header .nav-global ul li > ul > li > a{
  font-size:1.4em;
}
.form-control {
  padding: .375rem ;
}
.foget-mail-box-forms .text-explanation {
  font-size: 2rem
}
.foget-mail-box-forms .text-email {
  font-size: 3rem ;
  padding: 30px 0 ;
  text-align: center ;
}
.login-box p.text-link {
  text-align: right ;
}
.flex-direction-row {
  flex-direction: row ;
}
.login-box-logo-index {
  border: 1px solid #707070 ;
  width: 13rem ;
  margin-bottom: 8px ;
  object-fit: cover ;
}
.wrap-login-content a ,  .wrap-login-content p{
  display: block ;
  text-align: center ;
  margin: 0 auto ;
  max-width: 400px ;
  font-size: 14px ;
}
.wrap-login-content p{
  font-size: 10px ;
  opacity: .5 ;
}
.btn-color-gray {
  background-color: #626d8a ;
  border: 1px solid #626d8a ;
}
.btn-color-gray:hover {
  color: #626d8a ;
}
.btn-reservation {
  text-decoration: underline ;
  color: #707070 ;
}
.btn-reservation:hover {
  text-decoration: none ;
  color: #707070 ;
}
.copyright {
  font-size: 12px ;
}
.login-title {
  margin: 24px 0 80px ;
}
.login-box-logo-index-text {
  margin-bottom: 24px ;
}
.btn-text-note {
  margin-bottom: 16px!important ;
}
.btn-line-add {
  margin-bottom: 12px!important ;
}
.btn-text-note-second {
  line-height: 10px!important ;
  margin-bottom: 80px!important ;
}
.login-box-logo-index-second {
  width: 13.0rem!important ;
  margin-bottom: -30px!important ;
}
.user-create-logo {
  width: 6rem ;
  height: 6rem ;
  margin-top: 10px ;
  margin-bottom: 0 ;
}
.user-create-title {
  font-size: 14px ;
  margin-bottom: 136px ;
}
.user-create-form-area {
  width: 90% ;
  margin: 0 auto ;
  text-align: center ;
  max-width: 400px ;
}
.user-create-form {
  margin-bottom: 56px ;
}
.btn-user-create {
  background-color: rgb(247,124,0) ;
  color: #fff ;
}
.btn-user-create:hover, .btn-user-create:focus,  .btn-user-create:active{
  background-color: #fff!important ;
  color:  rgb(247,124,0)!important ;
  border: 1px solid  rgb(247,124,0)!important ;
  opacity: 1!important ;
  box-shadow: none!important ;
}
.reservation-confirmation-text {
  margin: 32px 0 ;
  font-weight: bold ;
}
.reservation-confirmation-text .name{
  display: block ;
  margin-bottom: 10px ;
}
.reservation-confirmation-text-bottom {
  font-size: 14px ;
  margin-bottom: 30px ;
}
.login-box-box-shadow-none {
  box-shadow: none ;
}
.user-create-title-inner {
  margin-bottom: 16px ;
}
.no-page-title {
  font-size: 5rem;
  line-height: 1em;
  margin: 0;
  margin-top: 64px ;
}
.no-page-text {
  font-size: 1.2rem;
  margin-bottom: 20px!important;
}
ul.aside-menu li a span i {
  font-size: 2.4rem ;
}
table tbody {
  font-size: 1.4rem ;
}
.aside-green {
  color: #fff;
  background-color: #00B900;
}
.user-create-form-area p {
  font-size: 1.4rem ;
}
.logo-user-footer {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center ;
  margin-bottom: 35px ;
}
.logo-user-footer-second {
  position: absolute ;
  bottom: 0px ;
  right: calc(50% - 54.5px);
}
.login-box-area p  , .login-box-area a{
  font-size: 1.4rem!important ;
}
.logo-top-content {
  margin-bottom: 80px ;
}
.table-scroll {
  min-width: 1024px ;
}
.xs-logo-user-footer-edit {
  bottom: -55px ;
}
.custom-file-label {
  font-size: 1.4rem ;
}
.custom-file-label::after {
  content: '選択' ;
}
.form-control-file:focus {
  border: none!important ;
}
.img-border-50 {
  border-radius: 50% ;
  margin-bottom: 8px ;
  object-fit: cover ;
}
.list-group-item {
  font-size: 1.2rem;
  border: solid .1rem #707070;
  border-radius: .4rem;
  display: inline-block;
  padding: .4rem 1.6rem;
  color: #707070;
}
.list-group-item:hover , .list-group-item.active{
  border: solid .1rem #00B900;
  color: #00B900;
  text-decoration: none;
}
.user-create-title + p , .user-create-title-inner + p{
  font-size: 12px ;
}
@media only screen and (width:1024px) {
  aside {
  padding: 1rem .4rem;
}
aside ul {
  padding: 1.4rem 0;
}
}

.wrap-contact-admin {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 1000001 ;
  width: 100% ;
  text-align: center ;
}

.wrap-contact-admin a {
  display: block ;
  background-color: #00B900;
  color: #fff;
  padding: 10px ;
}

.f-18 {
  font-size: 18px ;
}

/* タブのデザイン */
.cp_tab *, .cp_tab *:before, .cp_tab *:after {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_tab {
	margin: 1em auto;
}
.cp_tab > input[type='radio'] {
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	outline: none;
	background: none;
	-webkit-appearance: none;
	        appearance: none;
	display: none;
}
.cp_tab .cp_tabpanel {
	display: none;
}
.cp_tab > input:first-child:checked ~ .cp_tabpanels > .cp_tabpanel:first-child,
.cp_tab > input:nth-child(3):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(2),
.cp_tab > input:nth-child(5):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(3),
.cp_tab > input:nth-child(7):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(4),
.cp_tab > input:nth-child(9):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(5),
.cp_tab > input:nth-child(11):checked ~ .cp_tabpanels > .cp_tabpanel:nth-child(6) {
	display: block;
}
.cp_tab > label {
	position: relative;
	display: inline-block;
	padding: 15px;
	cursor: pointer;
	border: 1px solid transparent;
	border-bottom: 0;
}
.cp_tab > label:hover,
.cp_tab > input:focus + label {
	color: #0066cc;
}
.cp_tab > input:checked + label {
	margin-bottom: -1px;
	border-color: #cccccc;
	border-bottom: 1px solid #fcfcfc;/*背景色と同じ*/
	border-radius: 6px 6px 0 0;
}
.cp_tab .cp_tabpanel {
	padding: 0.5em 1em;
	border-top: 1px solid #cccccc;
}
.cp_tab label a {
  color: #707070 ;
}
.cp_tab label a:hover {
  text-decoration: none ;
}
@media (max-width: 480px) {
	.cp_tab {
		width: 100%;
		font-size: 0.8em;
	}
	.cp_tab label {
		padding: 0.5em;
	}
}
