@charset "UTF-8";

a {
    text-decoration: none;
}

/* -------------------------- */
.reserve-form {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.reserve-form p {
    font-size: 1.7rem;
    border: 1px solid #bbb;
    padding: 30px;
    text-align: center;
}
/* -------------------------- */
.rotate {
    transform: rotate(180deg);
    transition: all .4s;
}
figure a:hover {
    opacity: 0.7;
}
/* -------------------------- */
.Wrapper {
    margin:30px auto 100px;
}


/* 各ブロック共通指定　============= */
    .left-block,
    .right-block {
        width: calc(100% - 30px);
        max-width: 450px;
        margin: 0 auto;
    }

    .info-title,
    .select-title,
    .recruit-title,
    .sentei-title,
    .mark-title,
    .access-title {
        font-weight: 600;
        text-align: center;
        padding: 10px 25px;
        border: 1px solid #bbb;
        border-radius: 5px;
        background-color: #eee;
    }
    .info-title span,
    .mark-title span,
    .recruit-title span,
    .sentei-title span,
    .select-title span,
    .access-title span {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .info-title img,
    .select-title img,
    .recruit-title img,
    .sentei-title img,
    .mark-title img,
    .access-title img {
        width: 12px;
        height: 12px;
    }

/* .booking-block-------------- */
    .booking-block {
        border: 2px solid;
        border-radius: 10px;
        padding: 15px;
    }
    .booking-block p {
        text-indent: -1.5rem;
        margin-left: 1.5rem;
    }
    .booking-table > a {
        display: block;
        text-align: center;
        font-size: 1.7rem;
        font-weight: 600;
        margin-top: 5px;
        width: 100%;
        border: 1px solid #bbb;
        padding: 5px 0;
        background-color: #eee;
        color: red;
    }
    .booking-block a:hover {
        opacity: 0.7;
    }
    .booking-table p {
        font-size: 1.4rem;
        text-align: center;
    }
/* .information-block-------------- */
    .info-inner {
        display: none;
    }
    .info-inner table {
        width: 100%;
        border-collapse: collapse;
    }

    .info-inner tr:not(:first-child){
        border-top: 1px solid #bbb;
    }
    .info-inner td {
        padding: 10px 0;
    }
    .info-inner td:first-child {
        width: 6rem;
        vertical-align: top;
    }

/* .recruit-block-------------- */

.recruit-inner {
    display: none;
    margin-top: 10px;
}


/* .sentei-block-------------- */

    .sentei-inner {
        display: none;
        margin-top: 10px;
    }

/* .access-block-------------- */

    .access-inner {
        display: none;
        margin-top: 10px;
        border: 1px solid #ccc;
        padding: 20px;
    }


/* .mark-block-------------- */
    .mark-block {
        /* background-color:#fff; */
    }
    .mark-inner {
        display: none;
    }

    .mark-inner > div {
        border-bottom: 1px solid #bbb;
    }
    .mark-1 td:first-child,
    .mark-2 td:first-child,
    .mark-3 td:first-child,
    .mark-4 td:first-child  {
        width: 9rem;
    }
    .mark-1 td, .mark-2 td {
        padding: 10px 0;
    }
    .mark-1 td:first-child {
        display: flex;
    }
    .mark-1 .number-style {
        border: 1px solid;
        border-radius: 3px;
        width: 28px;
        height: 28px;
        text-align: center;
        background-color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .mark-2 p {
        font-size: 1.5rem;
        padding: 0;
        line-height: 1.5;
        text-align: justify;
    }
    .mark-2 img {
        width: 55px;
    }
    .mark-3,
    .mark-4 {
        padding: 10px 0;
    }
    .mark-3 img,
    .mark-4 img {
        width: 50px;
    }
    .reserve {
        width: 160px;
        height: 50px;
        background-color: #0068b7;
        border-radius: 5px;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    .reserve img {
        position: absolute;
        left: -30px;
        height:15px ;
    }


/* .select-block-------------- */
    .select-inner {
        margin-top: 15px;
        display: none;
        height: 200px;
        overflow-y: scroll;
        border: 1px solid #bbb;
        border-radius: 5px;
    }
    .select-inner > li div {
        width: 100%;
        height: 70px;
        background-color: #fff;
        position: sticky;
        top: 0;
        padding: 15px;
    }

    .select-inner h4 {
        font-size: 1.6rem;
        font-weight: 500;
        border-radius: 2px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 8px 30px;
    }
    .select-inner ul {
        padding:5px 15px;
    }
    .select-inner ul,
    .select-inner li {
        font-size: 1.5rem;
    }
    .select-inner a {
        text-decoration: none;
        color: #3c3c3c;
        display: block;
        width: 100%;
    }
    .select-inner a:hover {
        color: red;
        font-weight: 600;
    }
    .select-inner > li:first-child h4{
        background-color: var(--bar-1);
        color: #fff;
    }
    .select-inner > li:nth-child(2) h4{
        background-color: var(--bar-2);
        color: #fff;
    }
    .select-inner > li:last-child h4{
        background-color: var(--bar-3);
        color: #fff;
    }
    .select-inner ul li{
        display: flex;
        width: 100%;
        align-items: center;
        margin-bottom: 15px;
    }
    .select-inner span {
        font-size: 1.3rem;
        display: flex;
        justify-content: center;
        border: 1px solid var(--bar-1);
        width: 23px;
        height: 22px;
        margin-right: 8px;
    }
    .leaf {
        text-align: center;
    }
    .leaf img {
        display: block;
        width: 40px;
        margin: 15px auto 5px;
        height: auto;
    }
.bannerWaza {
    border: 1px solid #bbb;
    width: 100%;
    max-width: 500px;
    margin: auto;
    height: auto;
    padding: 0;
    margin-top: 15px;
}
.bannerWaza:hover {
    opacity: 0.7;
}

.sticky-item > div{
    margin-bottom: 15px;
}


.page-back {
    position: fixed;
    left: 50%;
    transform: translate(-50%);
    bottom: 15px;
    width: calc(100% - 30px);
    max-width: 1550px;
    z-index: 500;
    text-align: right;
}
.page-back img {
    width: 40px;
}
@media screen and (min-width: 667px) {
    .info-inner tr:first-child br,
    .info-inner tr:nth-child(2) br:not(:nth-child(2)),
    .info-inner tr:nth-child(4) br,
    .info-inner tr:nth-child(5) br {
        display: none;
    }
    .caution {
        margin-left: 0;
    }
    .caution br {
        display: none;
    }
    .access-inner {
        padding: 40px;
    }
}

@media screen and (min-width: 768px) {

    


}



@media screen and (min-width: 1024px) {
    .info-inner tr:first-child br,
    .info-inner tr:nth-child(2) br:not(:nth-child(2)),
    .info-inner tr:nth-child(4) br,
    .info-inner tr:nth-child(5) br {
        display: block;
    }
    h4 {
        padding: 5px 20px;
    }
    .info-title,
    .select-title,
    .sentei-title,
    .recruit-title,
    .mark-title,
    .access-title {
        font-size: 1.8rem;
    }

    .booking-block > div a {
        margin: 10px 0 5px;
    }

    /* メインコンテンツ */

    .aside-block {
        padding-bottom: 100px;
    }
}


@media screen and (min-width: 1366px) and (orientation: landscape) {

    .Wrapper {
        width: calc(100% - 60px);
        max-width: 1550px;
        height: auto;
        display: flex;
        justify-content: space-between;
        margin-top: 100px;
    }
    .left-block,
    .right-block {
        width: 30%;
        height: auto;
        max-width: 400px;
        margin: 0;
    }
    .sticky-item {
        position: sticky;
        top: 30px;
    }
    .right-block {
        order: 3;
    }
    .left-block > div, .right-block > div {
        margin-bottom: 30px;
    }
    .select-inner {
        height: 200px;
    }


    .select-inner ul li {
        margin-bottom: 10px;
    }
    .caution br {
        display: none;
    }
    .page-back {
        max-width: 1305px;
    }
    .info-inner,
    .sentei-inner,
    .recruit-inner,
    .mark-inner,
    .select-inner {
        display: block !important;
    }
    .info-title span,
    .recruit-title span,
    .sentei-title span,
    .select-title span,
    .mark-title span {
        display: inherit;
    }
    .access-title span {
        justify-content: center;
    }

    .info-title img,
    .select-title img,
    .recruit-title img,
    .sentei-title img,
    .mark-title img{
        display: none;
    }

    .access-title img {
        vertical-align: middle;
        margin-left: 10px;
    }

    .info-inner tr:first-child br,
    .info-inner tr:nth-child(2) br:not(:nth-child(2)),
    .info-inner tr:nth-child(4) br,
    .info-inner tr:nth-child(5) br {
        display: none;
    }
    h4 {
        padding: 5px 30px;
    }
}
@media screen and (min-width:1367px) {
    .page-back {
        max-width: 1680px;
    }
        .access-title img {
        display: none;
    }
    .access-inner {
        display: block !important;
    }
}
@media screen and (min-width: 1400px) {

}

@media screen and (min-width: 1620px) and (orientation: landscape) {

    .Wrapper {
        width: calc(100% - 100px);
        max-width: 1550px;
    }

    .caution br {
        display: none;
    }

    .info-inner,
    .recruit-inner,
    .sentei-inner,
    .mark-inner,
    .select-inner {
        display: block !important;
    }
    .info-title span,
    .recruit-title span,
    .sentei-title span,
    .select-title span,
    .mark-title span {
        display: inherit;
    }

    .info-title img,
    .select-title img,
    .recruit-title img,
    .sentei-title img,
    .mark-title img {
        display: none;
    }

    .info-inner tr:first-child br,
    .info-inner tr:nth-child(2) br:not(:nth-child(2)),
    .info-inner tr:nth-child(4) br,
    .info-inner tr:nth-child(5) br {
        display: none;
    }
    h4 {
        padding: 5px 30px;
    }
    .sticky-item > div{
        margin-bottom: 30px;
    }
    .select-inner {
        height: 300px;
    }




}
