/* 基本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;
}

h2 {
    font-size: 4rem;
    letter-spacing: 0.08em;
    text-align: center;
    margin-top: 100px;
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

h2 span {
    display: block;
    font-size: 1.6rem;
    color: #999;
    letter-spacing: 0.2em;
    margin-top: 5px;
}
.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: #3C2F29;
    text-decoration: underline;
}

.keycolor {
    color: #3C2F29;
}

.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;
    }
} 

/* 基本CSSここまで */


/* 予約ページCSS */


.reserve_wrapper {
    margin-top: 50px;
    padding: 3% 5% 100px;
    background-color: rgba(255, 255, 255, 0.6);
}

.reserve_wrapper h3 {
    color: #3C2F29;
    font-size: 2rem;
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-weight: bold;
    border-bottom: 3px double #3C2F29;
    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: #3C2F29;
    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: 48%;
    background-color: #fff;
    border: 2px solid rgb(98, 170, 98);
}

/* .btnTomo {
    text-align: center;
    width: 30%;
    background-color: #fff;
    border: 2px solid rgb(98, 170, 98);
} */

.btnVisitor {
    text-align: center;
    width: 48%;
    background-color: #fff;
    border: 2px solid rgb(76, 118, 182);
}

.btnMember .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;
}

.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(76, 118, 182);
    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(98, 170, 98);
    color: #fff;
    border: 2px solid rgb(98, 170, 98);
    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(76, 118, 182);
    color: #fff;
    border: 2px solid rgb(76, 118, 182);
    box-sizing: border-box;
}

.btnMember .btn_rsv a:hover {
    background-color: #fff;
    color: rgb(98, 170, 98);
    border: 2px solid rgb(98, 170, 98);
}

.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(76, 118, 182);
    border: 2px solid rgb(76, 118, 182);
}

/* 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 #3C2F29;
    padding-top: 20px;
}

ol.step li::before {
    counter-increment: item;
    content: counter(item)'.';
    /* 以下装飾 */
    padding-right: .7em;
    font-size: 1.5em;
    font-weight: bold;
    color: #3C2F29;
}

.present {
    color: #444;
    margin: 50px 0 0;
    font-weight: bold;
    font-size: 1.8rem;
    border-bottom: none;
}

.gift {
    fill: #3C2F29;
    width: 2em;
    height: 2em;
    vertical-align: -5px;
}

.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: #FEEFE4;
    border: #CCCCCC 2px solid;
}

#point ul li{
    padding-bottom: 10px;
}


.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;
}


@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;
}
}