@charset "UTF-8";

/* ---------------------------------------------------
   File: contact.css
   Version: 1.0.0
   Update: 2017-12-05
   Author: http://flowlab.co.jp

   (c)2007-2017 Flowlab inc. All Rights Reserved.
--------------------------------------------------- */


/* ===========================================================================

    PC 

=========================================================================== */

#contact_stay,
#contact_banquet,
#contact_restaurant,
#contact_fitness {
    margin-top: -80px !important;
    padding-top: 80px !important;
}

/* ===================================================
    TEL
=================================================== */
.beigeArea {
    width: 540px;
    background: #f7f3e8;
    text-align: center;
    margin-bottom: 20px;
    padding: 40px 0 30px;
}

/* -------------------------
  Title
------------------------- */
.beigeArea h2 {
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
    font-weight: 500;
    text-align: center;
    color: #353435;
    font-size: 1.4em;
    line-height: 1.5em;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}

.beigeArea h2 .en {
    color: #8A9A9B;
    display: block;
    font-size: 0.35em;
    line-height: 1em;
}


/* ===================================================
    WEB Form
=================================================== */
#webForm .content {
    margin-top: -40px !important;
    padding-top: 120px !important;
}

/* -------------------------
  webForm
------------------------- */
#webForm {
    margin: 0;
    padding: 0;
    padding-bottom: 150px;
}

#webForm dl {
    border-top: 1px solid #B6BCC0;
}

#webForm dl dt,
#webForm dl dd {
    padding: 20px 0;
}

#webForm dl dt {
    clear: both;
    width: 250px;
    padding-top: 25px;
    float: left;
}

#webForm dl dd {
    padding-left: 250px;
    border-bottom: 1px solid #B6BCC0;
}

/* PC */
#webForm .pc {
    display: inline;
}

/* -------------------------
  Icon - Must
------------------------- */
.must {
    line-height: 1em;
    color: #fff;
    background: #2C3E50;
    display: inline;
    font-size: 0.6em;
    padding: 3px 6px;
}

/* -------------------------
  Input Area - Style
------------------------- */
input.input_area,
input.input_area_s,
textarea {
    width: 660px;
    font-size: 1.2em;
    box-shadow: 1px 1px 4px -3px rgba(0, 0, 0, 0.5) inset;
    padding: 10px;
    border: 1px solid #CCC;
    border-top: #AAA 1px solid;
    border-radius: 4px;
    /* CSS3 */
    -webkit-border-radius: 4px;
    /* Safari,Chrome */
    -moz-border-radius: 4px;
    /* Firefox */
    outline: none;
}

input.input_area_s {
    width: 240px;
}

#webForm textarea {
    resize: vertical;
    width: 660px !important;
    height: 150px !important;
}

input.input_area:active,
input.input_area:focus,
input.input_area_s:active,
input.input_area_s:focus,
textarea:active,
textarea:focus {
    border: 1px solid #1169b0;
}

input.input_area:placeholder-shown,
input.input_area_s:placeholder-shown {
    color: red;
}

/* Radio Button */
#webForm dl dd.radio_button {
    padding-bottom: 0;
    margin-bottom: 0;
}

.radio_button li {
    float: left;
    margin-right: 20px;
}

/* -------------------------
  Small
------------------------- */
#webForm small {
    width: 660px;
    font-size: 0.8em;
    display: block;
    line-height: 1.4em;
    margin-top: 10px;
}

#webForm small.clear {
    margin-top: 0;
    padding-bottom: 20px;
}

/* -------------------------
  Google Chrome, Safari, Opera 15+, Android, iOS
------------------------- */
input.input_area::-webkit-input-placeholder {
    color: #ddd;
}

input.input_area:-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

input.input_area::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

input.input_area:-ms-input-placeholder {
    color: #ddd;
}

input.input_area_s::-webkit-input-placeholder {
    color: #ddd;
}

input.input_area_s:-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

input.input_area_s::-moz-placeholder {
    color: #ddd;
    opacity: 1;
}

input.input_area_s:-ms-input-placeholder {
    color: #ddd;
}

/* -------------------------
  Btn - Contact
------------------------- */
#btn_contact {
    width: 600px;
    margin: 40px auto 0;
    /* 20251111 追加 */
    display: flex;
    justify-content: center;
}

/* Submit */
#btn_submit,
#btn_reset {
    color: #fff;
    border: none;
    text-align: center;
    padding: 15px 50px;
    display: block;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
}

#btn_submit {
    background-color: #2C3E50;
    margin-right: 20px;
}

#btn_reset {
    background-color: #B6BCC0;
}

#btn_submit,
#btn_reset {
    display: inline-block;
}

/* 20251111 追加 */
.btn_submit{
    color: #fff;
    border: none;
    text-align: center;
    padding: 15px 50px;
    display: block;
    font-size: 1em;
    letter-spacing: 0.1em;
    font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
}

.btn_submit {
    background-color: #2C3E50;
    margin-right: 20px;
}

.btn_reset {
    background-color: #B6BCC0;
}

.btn_submit {
    display: inline-block;
}

/* IE9 */
:root #btn_submit,
:root #btn_reset {
    padding: 5px 0 1px\0/;
    display: inline-block;
}



/* IE10,11 */
@media all and (-ms-high-contrast:none) {

    #btn_submit,
    #btn_reset {
        padding: 5px 0 1px !important;
        display: inline-block !important;
    }
}

#btn_submit:hover,
#btn_reset:hover {
    text-decoration: none;
    opacity: 0.7;
    /* Safari,Opera */
    -moz-opacity: 0.7;
    /* Firefox */
    filter: alpha(opacity=70);
    /* IE6/7 */
    -ms-filter: "alpha(opacity=70)";
    /* IE8 */
    cursor: pointer;
}




/* ===========================================================================

    TABLET - LARGE
		
=========================================================================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {}




/* ===========================================================================

	TABLET
		
=========================================================================== */
@media screen and (min-width: 768px) and (max-width: 991px) {}




/* ===========================================================================

	SMART PHONE

=========================================================================== */
@media screen and (max-width: 767px) {

    #contact_stay,
    #contact_banquet,
    #contact_restaurant,
    #contact_fitness {
        margin-top: -60px !important;
        padding-top: 60px !important;
    }


    /* ===================================================
    Title
=================================================== */
    #tit_subPage {
        padding-bottom: 0;
    }

    /* ===================================================
    TEL
=================================================== */
    #contactTel .float_l,
    #contactTel .float_r {
        float: none;
    }

    .beigeArea {
        width: 88%;
        background: #f7f3e8;
        text-align: center;
        margin-bottom: 20px;
        padding: 20px 6% 20px;
    }

    /* -------------------------
  Title
------------------------- */
    .beigeArea h2 {
        font-size: 1.2em;
        margin-bottom: 20px;
    }

    /* -------------------------
  Tel
------------------------- */
    .beigeArea .tel {
        font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "游明朝体", "Yu Mincho", YuMincho, self, "Sawarabi Mincho";
        font-weight: 500;
        font-size: 1.4em;
        line-height: 1em;
    }

    .beigeArea .tel img {
        width: 20px;
        display: inline-block;
        margin-right: 20px;
    }

    .beigeArea .tel a {
        display: block;
        color: #fff;
        background: #2C3E50;
        border-radius: 5px;
        /* CSS3 */
        -webkit-border-radius: 5px;
        /* Safari,Chrome */
        -moz-border-radius: 5px;
        /* Firefox */
        padding: 20px 0;
    }

    /* Time */
    .beigeArea .tel .txt_s {
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        display: block;
        line-height: 1.4em;
        margin-top: 10px;
    }


    /* ===================================================
    WEB Form
=================================================== */
    /* iOSでのデフォルトスタイルをリセット */
    input[type="submit"],
    input[type="button"],
    input[type="reset"] {
        border-radius: 0;
        -webkit-box-sizing: content-box;
        -webkit-appearance: button;
        -moz-appearance: button;
        appearance: button;
        border: none;
        box-sizing: border-box;
        cursor: pointer;
    }

    input[type="submit"]::-webkit-search-decoration,
    input[type="button"]::-webkit-search-decoration,
    input[type="reset"]::-webkit-search-decoration {
        display: none;
    }

    input[type="submit"]::focus,
    input[type="button"]::focus,
    input[type="reset"]::focus {
        outline-offset: -2px;
    }

    /* -------------------------
  webForm
------------------------- */
    #webForm .content {
        margin-top: -40px !important;
        padding-top: 100px !important;
    }

    #webForm {
        padding-bottom: 80px;
    }

    #webForm dl {}

    #webForm dl dt,
    #webForm dl dd {
        padding: 0;
    }

    #webForm dl dt {
        clear: both;
        font-weight: 800;
        width: 250px;
        padding: 20px 0 5px;
        float: none;
    }

    #webForm dl dt label {
        border-left: 5px solid #000;
        padding-left: 10px;
    }

    #webForm dl dd {
        padding: 0 0 20px;
        border-bottom: 1px solid #B6BCC0;
    }

    /* Text */
    #webForm .txt_center {
        text-align: left;
    }

    /* PC */
    #webForm .pc {
        display: none;
    }

    /* -------------------------
  Icon - Must
------------------------- */
    .must {
        display: inline;
    }

    /* -------------------------
  Input Area - Style
------------------------- */
    input.input_area,
    input.input_area_s,
    textarea {
        width: 92%;
        font-size: 1em;
        padding: 10px 4%;
    }

    #webForm textarea {
        resize: vertical;
        width: 92% !important;
        height: 150px !important;
    }

    /* Radio Button */
    #webForm dl dd.radio_button {
        padding: 0 0 20px;
        margin-bottom: 0;
    }

    .radio_button ul {
        width: 100%;
        background: #FFF;
        border: 1px solid #CCC;
        border-radius: 5px;
        /* CSS3 */
        -webkit-border-radius: 5px;
        /* Safari,Chrome */
        -moz-border-radius: 5px;
        /* Firefox */
        outline: none;
    }

    .radio_button li {
        float: none;
        margin-right: 0;
    }

    .radio_button ul input[type=radio] {
        opacity: 0;
    }

    .radio_button ul input[type="radio"]:checked+label {
        background-color: #666;
        color: #FFF;
    }

    .radio_button ul li input {
        float: left;
        opacity: 0;
    }

    .radio_button ul li label {
        display: block;
        padding: 10px 20px;
        margin: 0;
    }

    .radio_button ul li:after {
        content: "";
        display: block;
        clear: both;
        height: 0;
        visibility: hidden;
    }

    .radio_button ul li {
        border-bottom: #ccc 1px solid;
    }

    .radio_button ul li:last-child {
        border-bottom: none;
    }

    .radio_button ul input:hover,
    .radio_button ul label:hover {
        background-color: #666;
        cursor: pointer;
        color: #FFF;
    }

    .radio_button ul li label {
        padding: 18px 20px;
    }

    /* -------------------------
  Small
------------------------- */
    #webForm small {
        width: 100%;
    }

    #webForm small.clear {
        margin-top: 10px;
        padding-bottom: 0;
    }

    /* -------------------------
  Btn - Contact
------------------------- */
    #btn_contact {
        width: 100%;
        margin: 30px auto 0;
    }

    #btn_submit,
    #btn_reset {
        color: #fff;
        border: none;
        text-align: center;
        padding: 15px 6%;
        display: block;
        font-size: 1em;
        letter-spacing: 0.1em;
        font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Yu Gothic", YuGothic, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        border-radius: 5px;
        /* CSS3 */
        -webkit-border-radius: 5px;
        /* Safari,Chrome */
        -moz-border-radius: 5px;
        /* Firefox */
        width: 100%;
        height: auto;
        margin: 0 auto;
    }

    #btn_submit {
        margin-bottom: 20px;
    }




}