@charset "UTF-8";

html {
    font-size: 87.5%;
    vertical-align: baseline;
    font-weight: 400;
}

figure, html {
    line-height: 1;
}

body {
    line-height: 1.7;
    letter-spacing: .07em;
    overflow-x: hidden;
    overflow-y: scroll;
    margin: 0;
    padding: 0;
    position: relative;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
}

a, body {
    color: #232823;
}

body {
    font-family: 'Noto Serif JP',Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
    font-weight: 400;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #333333;
  vertical-align: baseline;
}
.header {
    height: 80px;
    z-index: 100;
    transition: opacity .4s cubic-bezier(.445,.05,.55,.95);
}

.header__bg {
    background-color: #FFF;
    position: absolute;
    height: 80px;
    z-index: 1;
}

.header__logo {
    width: 183px;
    position: relative;
    height: 100%;
    margin: 0 auto;
    z-index: 2;
}

.header__logo svg {
    width: 100%;
    height: 100%;
    display: block;
}

.footer {
    border-top: 1px solid #4A8F6B;
    padding: 36px 5% 27px;
    margin-top: 70px;
}

.footer__copyright {
    text-align: center;
    color: #4A8F6B;
    font-size: 10px;
    letter-spacing: .06em;
}


.container {
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

.container-middle {
    max-width: 1060px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px
}

.container-narrow {
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    position: relative
}

.container-requid {
    width: auto;
    overflow: hidden
}

@media only screen and (max-width: 900px) {
    .header__bg {
        height: 60px;
        z-index: 2;
    }
    .header__logo {
        width: 153px;
    }
}

@media only screen and (min-width: 768px) {
    .container,.container-middle,.container-narrow {
        padding-left:20px;
        padding-right: 20px
    }
}

@media only screen and (min-width: 1281px) {
    .container,.container-middle,.container-narrow {
        padding-left:0;
        padding-right: 0
    }
}


.wbook-title {
    margin: 60px 0 30px;
    text-align: center
}

.heading-L {
    font-size: 1.3rem;
    margin-bottom: 50px;
    font-weight: normal;
}

.note {
    color: #757575;
    font-size: 0.8rem;
}

.input-text {
    margin: 40px 0;
}

.input-agree {
    margin-bottom: 40px;
    padding: 10px;
    background: #f7f7f7;
    text-align: center;
}

.inquiry-table th,.inquiry-table td {
    vertical-align: top;
    text-align: left;
}


.inquiry-table {
    margin-top: -1px;
    padding: 20px 0;
    border-top: 1px solid #DADFDB;
    border-bottom: 1px solid #DADFDB
}

.inquiry-table table {
    width: 100%
}

.inquiry-table th,.inquiry-table td {
    vertical-align: top
}

.inquiry-table .tit {
    width: 34.5%;
    padding: 15px 0;
    font-weight: 500
}

.inquiry-table .stit {
    width: 138px;
    padding: 15px 10px 15px 0;
    font-weight: 500
}

.inquiry-table .tit-long {
    width: 52.4%;
    padding: 15px 10px 15px 0;
    font-weight: 500;
    line-height: 1.7;

}

.inquiry-table .input {
    padding: 15px 0
}

.inquiry-table .required {
    float: right;
    color: #f88364;
}
.enquete .inquiry-table .required {
    padding-left: 0;
    display: block;
    float: none;
}
.inquiry-table .error {
    /* margin-top: 20px; */
    color: #f88364;
    font-weight: 700
}

.inquiry-table .input-select .is-active {
    background: #fff2ee
}

.inquiry-table .input-horizontal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inquiry-table .input-horizontal>div {
    width: 44%;
    padding: 10px;
    background: #f7f7f7
}

.inquiry-table .input-horizontal label {
    display: block
}

.inquiry-table .input-bdy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.inquiry-table .input-bdy .year {
    width: 35%
}

.inquiry-table .input-bdy .month {
    width: 20%
}

.inquiry-table .input-bdy .day {
    width: 20%
}

.inquiry-table .input-bdy .item-name {
    width: 70%;
    padding-right: 10px;
    text-align: right
}

.inquiry-table .input-bdy .item-qty {
    width: 20%
}

.inquiry-table .input-twoeach {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.inquiry-table .input-twoeach li {
    width: 49%;
    padding: 10px;
    margin-bottom: 10px;
    background: #f7f7f7
}

.inquiry-table .input-twoeach label {
    display: block
}

.inquiry-table .input-fair {
    padding: 10px;
    background: #f7f7f7;
    font-size: 16px;
    font-size: 1.6rem
}

.inquiry-table .input-vertical li {
    padding: 10px;
    margin-bottom: 10px;
    background: #f7f7f7
}

.inquiry-table .input-vertical label {
    display: block
}

.inquiry-table .select_row span {
    padding-left: 20px
}

.inquiry-notes {
    border: 1px solid #f88364;
    padding: 15px 20px;
    background: #fff2ee;
    margin-bottom: 30px
}

.inquiry-table .hidden-block {
    display: none
}

@media only screen and (max-width: 900px) {
    .heading-L {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .inquiry-table .tit,.inquiry-table .stit,.inquiry-table .tit-long,.inquiry-table .input {
        display:block;
        width: 100%
    }

    .inquiry-table .stit,.inquiry-table .tit-long {
        padding: 10px 0
    }

    .inquiry-table .input {
        padding: 0
    }

    .inquiry-table .required {
        float: none;
        padding-left: 2em
    }

    .inquiry-table .tit-long .required {
        padding-left: 0;
        display: block
    }

    .inquiry-table .input-bdy .item-name {
        text-align: left;
        padding-right: 5px
    }
}

.inquiry-title {
    background: #fff2ee;
    padding: 30px 30px 20px;
    margin-bottom: 40px
}

.inquiry-title table {
    width: 100%
}

.inquiry-title th,.inquiry-title td {
    vertical-align: top
}

.inquiry-title .tit-long {
    width: 30%;
    padding: 5px 0 10px;

}

.inquiry-title .input {
    padding: 0 0 10px;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem
}

.inquiry-title .input-note {
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: 400;
    padding-top: 5px
}

@media only screen and (max-width: 767px) {
    .inquiry-title .tit-long,.inquiry-title .input {
        display:block;
        width: 100%
    }

    .inquiry-title .tit-long {
        padding: 0 0 5px
    }

    .inquiry-title .input-fair {
        padding-bottom: 10px
    }

    .inquiry-table .select_row span {
        font-size: 12px
    }
}

@media only screen and (max-width: 374px) {
    .inquiry-table .select_row span {
        display:block;
        padding-left: 0
    }
}

@media only screen and (max-width: 374px) {
    .inquiry-title {
        padding:20px 20px 10px
    }
}


input[type=text],input[type=email],input[type=tel],input[type=search],input[type=number],textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding: 10px;
    border: 1px solid #DADFDB;
    background: #f7f7f7;
    vertical-align: middle;
    font-size: 16px;
    -webkit-transition: .3s;
    transition: .3s;
    box-sizing: border-box;
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,input[type=search]:focus,input[type=number]:focus,textarea:focus {
    box-shadow: 0 0 7px #ffb39c;
    border: 1px solid #ffb39c
}

input[type=submit],input[type=clear] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

input[type=file] {
    display: none
}

label[for=file] {
    display: inline-block;
    padding: 10px;
    border: 1px solid #999;
    border-radius: 0;
    background: #fff;
    vertical-align: middle;
    cursor: pointer
}

input[type=submit],input[type=clear] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

label {
    cursor: pointer
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
    color: #a5a5a5;
    font-weight: 400
}

input:-ms-input-placeholder,textarea::-ms-input-placeholder {
    color: #a5a5a5;
    font-weight: 400
}

input::-moz-placeholder,textarea::-moz-placeholder {
    color: #7b7b7b;
    font-weight: 400
}

input::input-placeholder,textarea::input-placeholder {
    color: #a5a5a5;
    font-weight: 400
}

input[type=checkbox],input[type=radio] {
    display: inline-block;
    margin: 0 6px 0 0;
    cursor: pointer
}

input[type=submit],input[type=clear] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0
}

.select_wrap {
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-block;
    width: 100%;
    border: 1px solid #DADFDB;
    background: #f7f7f7;
    vertical-align: middle
}

.select_wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 3;
    display: block;
    width: 120%;
    margin: 0;
    padding: 10px 30px 10px 10px;
    border: none;
    background: 0 0;
    color: #303030;
    line-height: 1;
    font-size: 16px
}

.select_wrap:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    z-index: 1;
    width: 10px;
    height: 10px;
    border-right: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px
}

.select_row {
    margin-bottom: 25px;
    position: relative
}

.select_row .select_row_title {
    position: absolute;
    top: 3px;
    right: 120px
}

.select_row .select_row_item {
    position: absolute;
    top: -5px;
    right: 0;
    width: 100px
}

@media only screen and (max-width: 767px) {
    .select_row_longtext {
        position:relative;
        height: 30px
    }

    .select_row_longtext .select_row_title {
        right: auto
    }

    .select_row_longtext .select_row_item {
        top: auto;
        right: auto;
        left: 60px
    }
}

.lounge-menu {
    position: relative;
    margin-bottom: 27px
}

.reserve-guests {
    margin-bottom: 5px
}

.select_menu {
    position: absolute;
    top: -5px;
    right: 0
}

.select_menu select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 3;
    margin: 0 0 0 10px;
    padding: 10px 50px 10px 10px;
    border: 1px solid #DADFDB;
    background: #f7f7f7;
    color: #303030;
    line-height: 1;
    font-size: 16px
}

.select_menu:after {
    content: "";
    position: absolute;
    right: 12px;
    top: 50%;
    z-index: 3;
    width: 10px;
    height: 10px;
    border-right: 1px solid #3a3a3a;
    border-bottom: 1px solid #3a3a3a;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top: -5px
}

@media only screen and (max-width: 767px) {
    .select_menu_longtext {
        position:relative;
        top: auto;
        right: auto
    }

    .select_menu_longtext:after {
        right: auto;
        left: 90px
    }
}

.select_wrap select::-ms-expand {
    display: none
}

.rangeslider--horizontal {
    height: 12px !important;
    border: 2px solid #d6d6d6 !important;
    background: #e4f4f9 !important
}

.rangeslider__fill {
    background: #fce7f0 !important
}

.rangeslider__handle {
    width: 30px !important;
    height: 30px !important;
    border: 2px solid #d6d6d6 !important
}

.rangeslider__handle:after {
    background: #DADFDB !important
}

.input-agree {
    margin-bottom: 40px;
    padding: 10px;
    background: #f7f7f7;
    text-align: center
}

.error-msg {
    margin-top: -20px;
    /* margin-bottom: 40px; */
    color: #f88364;
    font-weight: 700;
    text-align: center;}

.inquiry-heading {
    margin-bottom: 20px;
    padding: 15px;
    background: #f7f7f7;
    text-align: center
}

.btn {
    display: block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    padding: 1em;
    border: 1px solid #4A8F6B;
    background: #4A8F6B;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    font-size: 13px;
    font-size: 1.3rem;
    font-family: 'Playfair Display',"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","游明朝",YuMincho,"HG明朝E","ＭＳ Ｐ明朝","ＭＳ 明朝",serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    cursor: pointer;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

.btn-compact {
    width: 60%;
    max-width: 200px;
    padding: 10px;
    text-decoration: none;
}

.btn-gray {
    background: #c9c9c9;
    border: 1px solid #c9c9c9
}

.btn-confirm { margin-top: 50px; width: auto; }

.error, .error-msg {
    /* display: none; */
    margin-bottom: 5px;
}


.nb-top {
    border-top: none!important;
}
.nb-bottom {
    border-bottom: none!important;
}
.mb40 {margin-bottom: 40px!important;}
ol, ul {
    box-sizing: border-box;
}
li {
    list-style: none;
}
.u-display-sp{display:none}
@media only screen and (max-width: 767px) {
    .u-display-sp {
        display: block;
    }
}