/* 基本CSS（style.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: 1.5rem;
    line-height: 1.8;
}

img {
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

.inner {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 2%;
}

.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: #006A6C;
    text-decoration: underline;
}

.keycolor {
    color: #006A6C;
}

.red {
    color: #f00;
}

@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;
    }
} */


.reserve_wrapper {
    margin-top: 50px;
    padding: 3% 5% 100px;
    background-color: rgba(255, 255, 255, 0.6);
}

.reserve_wrapper h3 {
    color: #006A6C;
    font-size: 2rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    border-bottom: 3px double #006A6C;
    margin-top: 100px;
    margin-bottom: 20px;
    text-align: left;
}

.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: #006A6C;
    font-size: 1.8rem;
    color: #fff;
    padding: 0.2em;
    margin-top: 50px;
}

.attn {
    box-sizing: border-box;
    background: url(../images/reservation/atten.png) no-repeat left center #fff;
    border: 5px solid #FFCC00;
    color: #cc0000;
    font-weight: bold;
    /* padding: 10px 10px 10px 120px; */
    padding: 10px 10px 10px 80px;
    width: 100%;
    margin: 10px auto 30px;
    line-height: 1.5em;
    background-size: 5%;
}

p.descRed {
    margin: 10px 0;
    font-weight: bold;
    color: #CC0000;
}

#point {
    margin: 20px 0;
    padding: 15px;
    font-size: 0.9em;
    background-color: #f7f6f2;
    border: #CCCCCC 2px solid;
}


/* 3種別用登録・予約エリアここから */
.btnwrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}

.btnwrapper .btnMember,
.btnwrapper .btnTomo,
.btnwrapper .btnVisitor {
    display: flex;
    flex-direction: column;
    margin-right: auto;
    margin-left: auto;
}

.btnMember {
    text-align: center;
    /* width: 48%; */
    width: 60%;
    background-color: #fff;
    border: 2px solid rgb(76, 118, 182);
}

.btnTomo {
    text-align: center;
    width: 30%;
    background-color: #fff;
    border: 2px solid rgb(98, 170, 98);
}

.btnVisitor {
    text-align: center;
    /* width: 48%; */
    width: 60%;
    background-color: #fff;
    border: 2px solid rgb(211, 168, 49);
}

.btnMember .btn_title {
    color: #fff;
    background: rgb(76, 118, 182);
    padding: 10px 0;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    flex-grow: 1;
}

.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: rgb(211, 168, 49);
    padding: 20px 0;
    font-size: 1.8rem;
    line-height: 1.5;
    font-weight: bold;
    flex-grow: 1;
}

.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.6rem;
    border-radius: 30px;
    background: rgb(76, 118, 182);
    color: #fff;
    border: 2px solid rgb(76, 118, 182);
    box-sizing: border-box;
}

.btnTomo .btn_rsv a {
    display: block;
    width: 100%;
    padding: 0.8em;
    font-size: 1.6rem;
    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.6rem;
    border-radius: 30px;
    background: rgb(211, 168, 49);
    color: #fff;
    border: 2px solid rgb(211, 168, 49);
    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: rgb(211, 168, 49);
    border: 2px solid rgb(211, 168, 49);
}

/* 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: 100px;
}

#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 #006A6C;
    padding-top: 20px;
}

ol.step li::before {
    counter-increment: item;
    content: counter(item)'.';
    /* 以下装飾 */
    padding-right: .7em;
    font-size: 1.5em;
    font-weight: bold;
    color: #006A6C;
}

.present {
    color: #444;
    margin: 50px 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: none;
}

.gift {
    fill: #006A6C;
    width: 2em;
    height: 2em;
    vertical-align: -5px;
}

.point_exmple {
    margin: 20px 0;
    padding: 3%;
    font-size: 0.9em;
    background-color: rgba(193, 0, 80, 0.05);
}

.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: 140%;
    text-align: center;
}

@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;
    }
}


@media screen and (max-width:768px) {
    .reserve_wrapper {
        padding: 2% 2% 100px;
    }

    .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: 1.7rem;
    }

    .small {
        font-size: 1.4rem;
    }

    .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: 1.6rem;
    }

    .present {
        font-size: 1.6rem;
    }
}