/* 基本CSS */
html {
    /* font-size: 62.5%;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
    color: #363636;
}

main {
    /* padding: 50px 0 100px; */
    /* font-size: 20px; */
    line-height: 1.8;
    margin: 0 auto;
}

li {
    list-style: none;
}

img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}


.inner {
    /* max-width: 1400px; */
    margin: 0 auto;
    /* padding: 0 2%; */
}


.cd-fixed-bg.cd-bg-2 {
    background-image: url(../img/reservation/reserve_top.jpg);
    height: 400px;
}

.cd-fixed-bg.cd-bg-2::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    opacity: 0.4;
}

.mgt10 {
    margin-top: 10px;
}

.mgt20 {
    margin-top: 20px;
}

.mgt50 {
    margin-top: 50px;
}

.mgl10 {
    margin-left: 10px;
}

.mgr10 {
    margin-right: 10px;
}

.mgb10 {
    margin-bottom: 10px;
}

.textR {
    text-align: right;
}

.textL {
    text-align: left;
}

a.link {
    color: #469cec;
    text-decoration: underline;
}

.keycolor {
    color: #469cec;
}

.red {
    color: #f00;
}


.kumiawasefax {
    display: flex;
    height: 66px;
    border-radius: 3px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background-color: #bbe6fa;
    color: #3a4df0;
    transition: 0.5s;
    justify-content: center;
    align-items: center;
    max-width: 466px;
    margin: 20px;
}

.kumiawasefax:hover {
    background-color: #3a4df0;
    color: #e2f4fc;
    transition: 0.5s;
}



@media screen and (max-width: 768px) {
    .breadcrumb {
        display: none;
    }

    h2 {
        margin-top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .inner {
        padding: 0;
    }

    main {
        padding-bottom: 0;
    }
}

/* 基本CSSここまで */


/* ★★★★★★見出しやアイコンの色はHPのカラーに併せて適宜変更してください★★★★★★ */

/* 予約ページCSS */


.reserve_wrapper {
    margin-top: 50px;
    /* padding: 3% 5% 100px; */
    padding: 3% 0%;
    background-color: rgba(255, 255, 255, 0.6);
    max-width: 1200px;
    margin: auto;
}

.reserve_wrapper h3 {
    /* color: #469cec; */
    font-size: 30px;
    /* font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif; */
    font-weight: bold;
    /* border-bottom: 3px double #469cec; */
    margin-top: 100px;
    margin-bottom: 50px;
    text-align: left;
    text-align: center;
}

.contents {
    /* max-width: 850px; */
    margin: 0 auto;
}

.oshirase {
    background-color: rgba(193, 0, 80, 0.05);
    padding: 5%;
}

.reserve_wrapper .oshirase h3 {
    margin: 0;
    font-size: 2.3rem;
    line-height: 1.9;
    text-align: center;
    border-bottom: none;
    color: #363636;
}

.oshirase h4 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #363636;
    color: #363636;
}

.oshirase_title {
    background-color: #469cec;
    font-size: 1.8rem;
    color: #fff;
    padding: 0.2em;
    margin-top: 50px;
}


/* 3種別用登録・予約エリアここから */
.btnwrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
}

.btnwrapper .btnMember,
.btnwrapper .btnTomo,
.btnwrapper .btnVisitor {
    display: flex;
    flex-direction: column;
}

.btnMember {
    text-align: center;
    width: 45%;
    background-color: #fff;
    border: 2px solid #0072b5;

}

.btnTomo {
    text-align: center;
    width: 30%;
    background-color: #fff;
    border: 2px solid rgb(98, 170, 98);
}

.btnVisitor {
    text-align: center;
    width: 45%;
    background-color: #fff;
    border: 2px solid #0c9064;
}

.btnMember .btn_title {
    color: #fff;
    background: #0072b5;
    padding: 10px 0;
    font-size: 1.8rem;
    /* line-height: 1.5; */
    /* font-weight: bold; */
    flex-grow: 1;
    margin: 0;
}

.btnTomo .btn_title {
    color: #fff;
    background: rgb(98, 170, 98);
    padding: 10px 0;
    /* font-size: 1.8rem; */
    line-height: 1.5;
    /* font-weight: bold; */
    flex-grow: 1;
}

.btnVisitor .btn_title {
    color: #fff;
    background: #0c9064;
    padding: 20px 0;
    font-size: 1.8rem;
    /* line-height: 1.5; */
    line-height: 3;
    /* font-weight: bold; */
    flex-grow: 1;
    margin: 0;
}

.small {
    font-size: 1.5rem;
}

.btn_rsv {
    margin: 20px 10px 25px;
}

.btn_rsv.touroku {
    margin-top: 10px;
}

.btnMember .btn_rsv a {
    display: block;
    width: 100%;
    padding: 0.8em;
    /* font-size: 1.8rem; */
    border-radius: 30px;
    background: #0072b5;
    color: #fff;
    border: 2px solid #0072b5;
    box-sizing: border-box;
}

.btnTomo .btn_rsv a {
    display: block;
    width: 100%;
    padding: 0.8em;
    /* font-size: 1.8rem; */
    border-radius: 30px;
    background: rgb(98, 170, 98);
    color: #fff;
    border: 2px solid rgb(98, 170, 98);
    box-sizing: border-box;
}

.btnVisitor .btn_rsv a {
    display: block;
    width: 100%;
    padding: 0.8em;
    /* font-size: 1.8rem; */
    border-radius: 30px;
    background: #0c9064;
    color: #fff;
    border: 2px solid #0c9064;
    box-sizing: border-box;
}

.btnMember .btn_rsv a:hover {
    background-color: #fff;
    color: rgb(76, 118, 182);
    border: 2px solid rgb(76, 118, 182);
}

.btnTomo .btn_rsv a:hover {
    background-color: #fff;
    color: rgb(98, 170, 98);
    border: 2px solid rgb(98, 170, 98);
}

.btnVisitor .btn_rsv a:hover {
    background-color: #fff;
    color: #0c9064;
    border: 2px solid #0c9064;
}

/* 3種別用登録・予約エリアここまで */

#mobile {
    padding-bottom: 20px;
    background-color: rgba(211, 211, 211, 0.5);
}

#mobile h4 {
    background-color: #9c9494;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.2em;
    border-bottom: none;
}

#mobile img {
    max-width: 150px;
}

#mobile p {
    padding: 2%;
}

ol.step {
    counter-reset: item;
    list-style-type: none;
    line-height: 1.7;
    padding: 0;
}

ol.step li {
    text-indent: -2.4em;
    padding-left: 2.4em;
    border-bottom: 1px dotted #469cec;
    padding-top: 20px;
}

ol.step li::before {
    counter-increment: item;
    content: counter(item)'.';
    /* 以下装飾 */
    padding-right: .7em;
    font-size: 1.5em;
    font-weight: bold;
    color: #469cec;
}

.present {
    color: #444;
    margin: 50px 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: none;
}

.gift {
    width: 2em;
    height: 2em;
    vertical-align: -5px;
}

.giftIcon {
    fill: #469cec;
}

.point_exmple {
    margin: 20px 0;
    padding: 3%;
    font-size: 0.9em;
    background-color: #E9E9E9;
}

.point_exmple ul li {
    padding-bottom: 0.5em;
}

.point_exmple .exmple {
    text-decoration: underline;
    text-underline-offset: 0.2em;
}


table.pointProducts {
    table-layout: fixed;
    width: 100%;
    font-size: 0.9em;
    border: #776C56 1px solid;
    border-collapse: collapse;
}

table.pointProducts caption {
    padding-bottom: 10px;
    font-size: 1.2em;
    font-weight: bold;
}

table.pointProducts th {
    height: auto;
    background-color: rgba(211, 211, 211, 0.5);
    border: #776C56 1px solid;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 2;
    text-align: center;
}

table.pointProducts td {
    height: auto;
    border: #776C56 1px solid;
    padding-bottom: 8px;
    padding-top: 8px;
    line-height: 1.2;
    text-align: center;
    padding-right: 1%;
    padding-left: 1%;
    box-sizing: border-box;
}

table.pointProducts td.point {
    text-align: right;
    padding-right: 5%;
}

table.pointProducts td.productName {
    text-align: left;
    padding-left: 3%;
}

#point {
    margin: 20px 0;
    padding: 15px;
    font-size: 0.9em;
    background-color: #edf4fa;
    border: #CCCCCC 2px solid;
}

#point ul li {
    padding-bottom: 10px;
    list-style: none;
}


.arrow:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin: 0 0.5em 0 0;
    border: 5px solid transparent;
    border-right: 0 solid transparent;
    border-left: 8px solid #ff0000;
}



h5 {
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1rem 2rem;
    border-left: 5px solid #191970;
    background: #f7f6f2;
    margin-bottom: 20px;
    margin-top: 100px;
}


/* 料金 */

table {
    width: 100%;
}

.cadyfee th,
.cadyfee tr,
.cadyfee td,
.feepls th,
.feepls tr,
.feepls td {
    border: 2px solid #CCCCCC;
    padding: 4px;
    text-align: center;
}

.green {
    background-color: #d1ecdf;
}

.blue {
    background-color: #d2e3f5;
}

.yellow {
    background-color: #f5f4c7;
}

.orange {
    background-color: #f8e8c7;
}

.pink {
    background-color: #fadcee;
}


#cancel {
    margin-top: 60px;
    padding: 15px;
    background-color: #dfe9f8ee;
    border: #CCCCCC 2px solid;
}

#cancel p,
#cancel li {
    font-size: 20px;
}

.attention li {
    padding-bottom: 18px;
}

/* カレンダー */

.fee_calender {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 50px;
}

.fee_calender::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #b1b8ce;
    display: block;
    order: -1;
}

.tab_label {
    height: 60px;
    line-height: 60px;
    color: #000;
    background: #d9d9d9;
    font-weight: bold;
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    border-radius: 5px 5px 0 0;
    flex: 1;
    font-size: 20px;
}

.tab_label:not(:last-of-type) {
    margin-right: 5px;
}

.tab_content {
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;

}

/* アクティブタブ */
.tab_active:checked+.tab_label {
    color: #fff;
    background: #1f71b5;
}


.tab_active:checked+.tab_label+.tab_content {
    height: auto;
    overflow: auto;
    padding: 40px;
    opacity: 1;
    transition: .5s opacity;
    box-shadow: 0 0 3px rgba(0, 0, 0, .2);
}

/* ラジオボタン非表示 */
.tab_active {
    display: none;
}

.fee_calender h4 {
    color: #1f71b5;
    margin: 10px 0 20px;
    font-size: 25px;
    border-left: 3px solid #4385bb;
    padding-left: 0.5em;
    font-weight: bold;
}

/* テーブル */
.feetable caption {
    text-align: right;
    font-weight: bold;
    color: #333;
    padding-bottom: 5px;
    font-size: 18px;
}

caption img {
    width: 20px;
}

.table1 {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #595959;
    font-size: 1.1rem;
    word-wrap: break-word;
    line-height: 1.2;
}

.table1 th {
    background-color: #F3F3F3;
    padding: 1%;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.table1 td {
    padding: 1%;
    border: 1px solid #ccc;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
}

.table1 .fee td {
    padding: 2% 1em;
    border-top: none;
}

.table1 td.close {
    background-color: #e0e0e0;
}

.table1 .fee td p::after {
    content: '\5186';
    font-size: 0.8rem;
}


.table1 th:first-child,
.day td:first-child {
    background-color: #FAE7EF;
}

.table1 tr .sun {
    background-color: #FAE7EF;
}

.table1 th:last-child,
.day td:last-child {
    background-color: #DCEEFC;
}

.event td {
    border-bottom: none;
}

.event img {
    width: 20px;
}

@media screen and (max-width:1024px) {

    .btnMember .btn_title,
    .btnTomo .btn_title,
    .btnVisitor .btn_title {
        font-size: 1.6rem;
    }

    .small {
        font-size: 1.3rem;
    }

    .btnMember .btn_rsv a,
    .btnTomo .btn_rsv a,
    .btnVisitor .btn_rsv a {
        font-size: 1.4rem;
    }

    .reserve_wrapper {
        padding: 3% 40px;
    }
}


@media screen and (max-width:768px) {

    body,
    #cancel p,
    #cancel li {
        font-size: 15px;
    }

    .reserve_wrapper {
        padding: 2% 2% 100px;
    }

    .reserve_wrapper h3 {
        font-size: 23px;
    }

    .oshirase {
        padding: 50px 3%;
    }

    .oshirase_title {
        font-size: 1.6rem;
    }

    .reserve_wrapper .oshirase h3 {
        font-size: 1.7rem;
        line-height: 1.7;
        text-align: left;
    }

    .reserve_wrapper .oshirase h3 br {
        display: none;
    }

    .btnwrapper {
        display: block;
    }

    .btnwrapper .btnMember,
    .btnwrapper .btnTomo,
    .btnwrapper .btnVisitor {
        width: 100%;
        margin-bottom: 50px;
    }

    .btnMember .btn_title,
    .btnTomo .btn_title,
    .btnVisitor .btn_title {
        font-size: 20px;
    }

    .small {
        font-size: 80%;
    }

    .btnMember .btn_rsv a,
    .btnTomo .btn_rsv a,
    .btnVisitor .btn_rsv a {
        white-space: nowrap;
        box-sizing: border-box;
        max-width: 270px;
        display: inline-block;
        font-size: 15px;
    }

    h5 {
        font-size: 20px;
    }

    .present {
        font-size: 18px;
    }



    .table1 .fee td,
    .day td {
        font-size: 0.7rem;
        padding: 1em 0.2em;
    }

    .event p {
        font-size: 0.5rem;
    }

    .tab_label {
        font-size: 17px;
    }

    .fee_calender h4 {
        font-size: 20px;
    }

    .table1 .fee td p::after {
        display: none;
    }
}