@charset "UTF-8";

.main-content {
    margin: 70px 0 0;
}
div#Login {
    max-width: 900px;
    margin: 0 auto;
    padding: 80px 0;
    font-size: 18px;
}
div#Login h2 {
    text-align: center;
    color: #666;
}
.loginbox {
    width: 60%;
    margin: 0 auto 30px;
	padding: 20px 0 0;
}
.loginbox ul.input li input {
    border: 2px solid #ccc;
    width: 100%;
	padding: 10px;
}
ul.input {
    margin: 0 0 30px;
}
input.btnSubmit {
    background: #0ab0de;
    color: #ffffff;
    font-size: 14px;
    width: 100%;
    padding: 15px 0;
    border: none;
    cursor: pointer;
}
input.btnSubmit:hover {
    opacity: 0.8;
}
.psbox {
    width: 60%;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    border-top: 2px solid #ddd;
    padding: 10px 0 0;
}
.psbox p {
    margin: 0 0 10px;
}

.psbox a {
    color: blue;
}
.regist_box {
    max-width: 850px;
    margin: 0 auto;
    padding: 80px 0;
}
.contact_box h2 {
    text-align: center;
    color: #666;
    margin: 0 auto 20px;
}
table.tbl_info {
    width: 100%;
    font-size: 16px;
    margin: 0 auto 20px;
}
table.tbl_info input {
    width: 100%;
    padding: 5px;
}
table.tbl_info td {
    padding: 10px 0;
}
table.tbl_info select {
    padding: 5px;
}
table.tbl_info .radio input {
    width: auto;
}
p.prv {
    text-align: center;
    font-size: 16px;
}
p.lsttxt {
    text-align: center;
    margin: 5px 0;
}
.exp.checkbox01 {
    text-align: center;
    margin: 30px auto 30px;
    font-size: 16px;
}
.btn_check p {
    background: #D5D5D5;
    width: 30%;
    margin: 0 auto;
    font-size: 16px;
    padding: 20px 0;
    cursor: pointer;
}
.btn_check {
    color: #1c1c1c;
    text-align: center;
}
p.ex {
    text-align: center;
    font-size: 18px;
    color: #ff0000;
    margin: 60px auto 10px;
}
p.errmsg {
    margin: 5px auto;
    text-align: center;
    font-size: 14px;
    color: #ff0000;
}
table.tbl_info td.confirm_txt img {
    width: 100px;
}

.schedule {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 0;
}
table.cal {
    width: 100%;
    margin: 0 auto 5%;
}
table.cal .txt_l {
    text-align: left;
}
table.cal .txt_c {
    text-align: center;
}
table.cal .txt_r {
    text-align: right;
}
table.tbl_info td table.cal td {
    text-align: center;
}
table.tbl_info td table.cal td {
    width: 12.5%;
    padding: 2% 0;
}
table.tbl_info td table.cal td.timearea {
    text-align: left;
    width: 12.5%;
    padding: 2% 0;
}
table.tbl_info td table.cal td.rev_area:hover {
    background: #ededed;
}
table.kind_tbl input{
    border: solid 1px #333333;
    width: 100%;
    padding: 1%;
    color: #333333;
}
table.tbl_info td table.cal td.rev_area.active {
    background: #ededed;
}
table.tbl_info td table.cal td.rev_end {
    background: #ededed;
}
a.end_schedule {
    color: #ededed;
}
a.data_schedule {
    cursor: pointer;
}
ul.pager {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
/* ハンバーガー */
.menu-btn {
width: 20px;
    height: 17px;
    border: 0;
    padding: 0;
    cursor: pointer;
    background: transparent;
    outline: none;
    position: fixed;
    top: 10px;
    right: 10px;
    z-index: 99;
}
.menu-btn__bar--top {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.menu-btn__bar {
    width: 100%;
    max-width: 100%;
    height: 3px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    background: #FFFFFF;
    position: absolute;
    left: 50%;
}
.menu-btn__bar--middle {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.menu-btn__bar--bottom {
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.menu-btn.active .menu-btn__bar--middle {
    opacity: 0;
}
.menu-btn.active .menu-btn__bar--top {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}
.menu-btn.active .menu-btn__bar {
    -webkit-transition: 0.25s;
    transition: 0.25s;
}
.menu-btn.active .menu-btn__bar--bottom {
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.sp{
	display:none;
}
.pc{
	display:block;
}
li.product__list.list {
    width: 50%;
    margin: 0 auto 10px;
    font-weight: bold;
    font-size: 16px;
}
li.product__list.list .product__title {
    font-size: 16px;
    font-weight: normal;
}
.button-type03 p {
    display: inline-block;
    width: 400px;
    max-width: 100%;
    background: #333333;
    border: 1px solid #333333;
    border-radius: 0;
    font-size: 1.6rem;
    padding: 17px;
    color: #ffffff;
    font-weight: 300;
    cursor: pointer;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    color: #ffffff;
}
.button-type03 .submitBack p {
    background: #bbbbbb;
    border: solid 1px #bbbbbb;
    width: 200px;
}
.form-table__data input.short {
    width: 100px;
}
body.fixed {
    position: fixed;
    width: 100%;
}
.spin i.fa.fa-spinner.fa-pulse.fa-3x.fa-fw {
	-webkit-animation-name: fa-spin;
    animation-name: fa-spin;
    -webkit-animation-direction: var(--fa-animation-direction,normal);
    animation-direction: var(--fa-animation-direction,normal);
    -webkit-animation-duration: var(--fa-animation-duration,1s);
    animation-duration: var(--fa-animation-duration,1s);
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    animation-iteration-count: var(--fa-animation-iteration-count,infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing,steps(8));
    animation-timing-function: var(--fa-animation-timing,steps(8));
}
.spin p.txt {
    position: absolute;
    z-index: 100000000000001;
    color: #ffffff;
    top: 13%;
    width: 100%;
    text-align: center;
}
.spin.active {
    display: block;
}
.spin {
    text-align: center;
    z-index: 10000000000000;
    position: absolute;
    top: 0;
    margin: auto;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: none;
}
.spin p.txt span {
    display: block;
    margin: 10px auto 0;
    font-size: 1.2em;
}
.spin *::before {
	-webkit-animation-duration: 0.01ms !important;
	animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: infinite !important;
	animation-iteration-count: infinite !important;
	-webkit-transition-duration: 0.01ms !important;
	transition-duration: 0.01ms !important;
	scroll-behavior: auto !important;
}
.block {
    display: none;
}
.block.active {
    display: block;
}
dl.reservation-number {
    cursor: pointer;
}
.update {
    background: aliceblue;
    width: 100%;
    padding: 2% 0;
    text-align: center;
    margin: 0 auto 20px;
    font-size: 1.4em;
}
.footer__bottom_etc {
    padding: 11px 13px;
    text-align: center;
}
/* ハンバーガー */
@media screen and (max-width: 768px) {
	.header-right {
	    display: none;
	}
	.pc{
		display:none;
	}
	.sp{
		display:block;
	}
}