@charset "UTF-8";
@import url("fmail_table.css");
@import url("fmail_dl.css");
@import url("fmail_label.css");
div#mailfrom_hidden_object {
    width: 1px;
    height: 1px;
    overflow: hidden;
}

div#twex {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    margin: 0px;
    background-color: #000000;
    text-align: center;
    filter: alpha(opacity=60);
    -moz-opacity: 0.60;
    -khtml-opacity: 0.60;
    opacity: 0.60;
}

img#loading_proccess_image {
    position: absolute;
    z-index: 1000;
}


/* tableパターン */

table div.fmail_must {
    float: right;
    width: 30px;
    height: 16px;
    overflow: hidden;
    margin: 0px 5px 0px 5px;
    background-image: url(../images/mfp_must.gif);
    text-indent: -50000px;
}


/* レスポンシブの設定 */

@media screen and (max-width: 640px) {
    table div.fmail_must {
        display: inline-block;
        float: none;
    }
}

table div.fmail_or {
    float: right;
    width: 60px;
    height: 16px;
    overflow: hidden;
    margin: 0px 0px 0px 5px;
    background-image: url(../images/mfp_or.gif);
    text-indent: -50000px;
}


/* dlパターン */

dl dt span.name {
    display: inline-block;
    overflow: hidden;
    height: 22px;
}

dl div.fmail_must {
    display: inline-block;
    overflow: hidden;
    margin: 0 0 0 5px;
    padding: 0;
    width: 30px;
    height: 22px;
    background: url(../images/mfp_must.gif) no-repeat;
    background-position: center center;
    text-indent: -50000px;
}

dl div.fmail_or {
    display: inline-block;
    overflow: hidden;
    margin: 0 0 0 5px;
    padding: 0;
    width: 60px;
    height: 22px;
    background: url(../images/mfp_or.gif) no-repeat;
    background-position: center center;
    text-indent: -50000px;
}


/* テーブル分割 */

#fmail tr.fmail_separate th {
    padding: 0;
    width: 150px;
    height: 100px;
    text-indent: -9999px;
}

#fmail tr.fmail_separate td {
    padding: 0;
    width: 430px;
    height: 100px;
    vertical-align: top;
}

#fmail tr.fmail_separate td div.fmail_position {
    position: relative;
}

#fmail tr.fmail_separate td div.fmail_position .elements {
    position: absolute;
    top: 0;
    left: -170px;
    margin: 10px;
    padding: 5px;
    width: 580px;
    background: #EEF;
    z-index: 99;
}


/* レスポンシブの設定 */

@media screen and (max-width: 640px) {
    #fmail tr.fmail_separate th {
        display: none;
    }
    #fmail tr.fmail_separate td {
        width: 100%;
        height: 220px;
    }
    #fmail tr.fmail_separate td div.fmail_position .elements {
        left: -10px;
        width: 100%;
    }
}


/* テーブル分割　タイトル */

#fmail tr.fmail_separate_title th {
    padding: 0;
    width: 150px;
    height: 40px;
    text-indent: -9999px;
}


/* タイトル枠の横幅と高さ */

#fmail tr.fmail_separate_title td {
    padding: 0;
    width: 430px;
    height: 40px;
    vertical-align: top;
}


/* タイトル枠の横幅と高さ */

#fmail tr.fmail_separate_title td div.fmail_position {
    position: relative;
}

#fmail tr.fmail_separate_title td div.fmail_position .elements {
    position: absolute;
    top: 0;
    left: -170px;
    margin: 10px;
    padding: 5px;
    width: 570px;
    height: 20px;
    background: #66AAEE;
    /* タイトル背景色 */
    z-index: 99;
}

#fmail tr.fmail_separate_title td div.fmail_position .elements p {
    line-height: 20px;
    /* タイトル文字の高さ */
    font-weight: bold;
    /* タイトル文字の太さ */
    font-size: 16px;
    /* タイトル文字の大きさ */
}


/* レスポンシブの設定 */

@media screen and (max-width: 640px) {
    #fmail tr.fmail_separate_title th {
        display: none;
    }
    #fmail tr.fmail_separate_title td {
        width: 100%;
        height: 70px;
    }
    #fmail tr.fmail_separate_title td div.fmail_position .elements {
        left: -10px;
        padding: 5px;
        width: 100%;
    }
    #fmail tr.fmail_separate_title td div.fmail_position .elements {
        height: 40px;
    }
}


/* 必須項目チェック */

#fmail tr.fmail_separate_mustchecker th {
    padding: 0;
    width: 150px;
    height: 0;
    text-indent: -9999px;
    border-bottom-width: 0;
}

#fmail tr.fmail_separate_mustchecker td {
    padding: 0;
    width: 430px;
    height: 0;
    vertical-align: top;
    border-bottom-width: 0;
}

#fmail tr.fmail_separate_mustchecker td div.fmail_position_mustchecker .elements_mustchecker {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    margin: 0;
    padding: 10px;
    width: 150px;
    height: 50px;
    background: #CCC;
    border: 1px solid #333;
    border-radius: 10px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
}

#fmail tr.fmail_separate_mustchecker td div.fmail_position_mustchecker .elements_mustchecker .caution_mustchecker {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #FF3333;
}


/* レスポンシブの設定 */

@media screen and (max-width: 640px) {
    #fmail tr.fmail_separate_mustchecker th {
        display: none;
    }
    #fmail tr.fmail_separate_mustchecker td {
        width: 95%;
    }
}


/* ------------------------------------------ */

div#fmail_thankspage {
    font-family: "NotoSansCJKjp-Medium";
    padding: 15px;
    line-height: 1.5em;
    font-size: 16px;
    text-align: center;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
}

span#fmail_title_default,
span#fmail_title_confirm,
span#fmail_title_error,
span#fmail_title_thanks {
    display: block;
    margin: 0 auto;
    width: 580px;
    height: 44px;
    overflow: hidden;
    text-indent: -50000px;
}

span#fmail_title_default {
    background: url(../images/title_default.png) no-repeat;
}

span#fmail_title_confirm {
    background: url(../images/title_confirm.png) no-repeat;
}

span#fmail_title_error {
    background: url(../images/title_error.png) no-repeat;
}

span#fmail_title_thanks {
    background: url(../images/title_thanks.png) no-repeat;
}


/* レスポンシブの設定 */

@media screen and (max-width: 640px) {
    span#fmail_title_default {
        display: none;
    }
    span#fmail_title_confirm {
        display: none;
    }
    span#fmail_title_error {
        display: none;
    }
    span#fmail_title_thanks {
        display: none;
    }
}

form.fmail_submit,
form.fmail_cancel {}

form#fmail {
    margin: 0px auto 0px auto;
    padding: 0px;
}

span.fmail_error {
    display: none !important;
    padding: 0 0px 5px 17px;
    background-repeat: no-repeat;
    font-size: 12px;
}

span.fmail_example {
    font-size: 12px;
    color: #666666;
}

p.fmail_note {
    padding: 5px 0px 0px 0px;
    font-size: 12px;
    color: #666666;
}

ol.fmail_checkbox_list {
    width: 90%;
}

ol.fmail_radio_list li,
ol.fmail_checkbox_list li {
    float: left;
    padding: 5px;
    list-style: none;
}

div.fmail_error_message {
    display: none;
    margin: 10px;
    padding: 5px;
    border: solid 1px #FF0000;
    background-color: #FFEEEE;
    text-align: center;
    color: #FF0000;
    font-size: 12px;
}

#fmail input.fmail {
    margin: 1px 0;
    padding: 2px;
    width: 170px;
}


/* レスポンシブの設定 */

@media screen and (max-width: 640px) {
    #fmail input.fmail {
        font-size: 18px;
    }
    #fmail .zipcode input.fmail {
        width: 150px !important;
    }
    #fmail select.fmail {
        font-size: 16px;
    }
    #fmail textarea.fmail {
        font-size: 16px;
    }
    #fmail .reserve select {
        font-size: 16px;
    }
}

#fmail li input.fmail {
    width: auto;
}

#fmail select.fmail {
    padding: 2px;
}

#fmail textarea.fmail {
    padding: 2px;
    width: 300px;
}


/* レスポンシブ */

@media screen and (max-width: 640px) {
    #fmail textarea.fmail {
        width: 90% !important;
    }
}

#fmail input.fmail_file {
    margin: 0 !important;
    height: 23.5px;
    line-height: 20px;
}

#fmail input.ffcancel {
    margin-top: 2px;
    margin-left: 3px;
    padding: 2px;
    height: 23.5px;
}


/*-------------------------------------------------------*/

/*送信ボタンを画像化したい場合は下記を変更ください       */

/* 確認画面へ進む ./fmail/fmail.lib/submit.confirm.js    */

/* 送信           ./fmail/fmail.lib/submit.send.js       */

/* 前のページへ   ./fmail/fmail.lib/submit.cancel.js     */

/* 上記ファイル内のコメントアウト切り替えを行う          */

/*-------------------------------------------------------*/

/*ボタンの位置*/

.button {
    width: 100%;
    margin-top: auto;
    text-align: center;
}


/* レスポンシブ */

@media screen and (max-width: 640px) {
    .button {
        margin-top: 10px;
    }
}


/*素ボタンの高さ*/

.button input.default_button {
    height: 40px;
    padding: 10px;
}

.button form.fmail_cancel {
    width: 35%;
}

.button form.fmail_submit {
    width: 55%;
    margin-left: 2%
}

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

.clearfix {
    display: inline-block;
}


/* Hides from IE-mac \*/

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}


/* End hide from IE-mac */

/*確認ボタン*/

.submit_confirm_button {
    font-family: "NotoSansCJKjp-Black";
    width: 100%;
    height: 45px;
    color: #fff;
    font-size: 18px;
    background: #e22727;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(226, 39, 39, 1), 0px 0px 0px 0px rgba(226, 39, 39, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(226, 39, 39, 1), 0px 0px 0px 0px rgba(226, 39, 39, 1);
    box-shadow: 0px 0px 0px 0px rgba(226, 39, 39, 1), 0px 0px 0px 0px rgba(226, 39, 39, 1);
}

.submit_confirm_button:hover {
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(226, 39, 39, 0), 0px 0px 40px 0px rgba(226, 39, 39, 0);
    -moz-box-shadow: 0px 0px 40px 0px rgba(226, 39, 39, 0), 0px 0px 40px 0px rgba(226, 39, 39, 0);
    box-shadow: 0px 0px 40px 0px rgba(226, 39, 39, 0), 0px 0px 40px 0px rgba(226, 39, 39, 0);
}

.submit_confirm_button:hover {
    background-position: right bottom;
}


/*送信ボタン*/

.submit_send_button {
    width: 100%;
    height: 40px;
    border-width: 0;
    border-style: none;
    background: #E32728 url(../images/send_button.png) no-repeat center;
    outline: none;

    -webkit-box-shadow: 0px 0px 0px 0px rgba(226, 39, 39, 1), 0px 0px 0px 0px rgba(226, 39, 39, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(226, 39, 39, 1), 0px 0px 0px 0px rgba(226, 39, 39, 1);
    box-shadow: 0px 0px 0px 0px rgba(226, 39, 39, 1), 0px 0px 0px 0px rgba(226, 39, 39, 1);

    cursor: pointer;
    background-size: contain;

}

.submit_send_button:hover {


    -webkit-transition: box-shadow 0.7s ease;
    -moz-transition: box-shadow 0.7s ease;
    -ms-transition: box-shadow 0.7s ease;
    -o-transition: box-shadow 0.7s ease;
    transition: box-shadow 0.7s ease;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(226, 39, 39, 0), 0px 0px 40px 0px rgba(226, 39, 39, 0);
    -moz-box-shadow: 0px 0px 40px 0px rgba(226, 39, 39, 0), 0px 0px 40px 0px rgba(226, 39, 39, 0);
    box-shadow: 0px 0px 40px 0px rgba(226, 39, 39, 0), 0px 0px 40px 0px rgba(226, 39, 39, 0);
    outline: none;
}


/*戻るボタン*/

.submit_cancel_button {
    width: 100%;
    height: 30px;
    border-width: 0;
    border-style: none;
    background: #2467a1 url(../images/back_button.png) no-repeat center;
    outline: none;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(35, 129, 180, 1), 0px 0px 0px 0px rgba(35, 129, 180, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(35, 129, 180, 1), 0px 0px 0px 0px rgba(35, 129, 180, 1);
    box-shadow: 0px 0px 0px 0px rgba(35, 129, 180, 1), 0px 0px 0px 0px rgba(35, 129, 180, 1);
margin-top: 10px;
    cursor: pointer;
    background-size: contain;

}

.submit_cancel_button:hover {
    -webkit-transition: box-shadow 0.7s ease;
    -moz-transition: box-shadow 0.7s ease;
    -ms-transition: box-shadow 0.7s ease;
    -o-transition: box-shadow 0.7s ease;
    transition: box-shadow 0.7s ease;
    -webkit-box-shadow: 0px 0px 40px 0px rgba(226, 39, 39, 0), 0px 0px 40px 0px rgba(226, 39, 39, 0);
    -moz-box-shadow: 0px 0px 40px 0px rgba(226, 39, 39, 0), 0px 0px 40px 0px rgba(226, 39, 39, 0);
    box-shadow: 0px 0px 40px 0px rgba(226, 39, 39, 0), 0px 0px 40px 0px rgba(226, 39, 39, 0);






}


/*送信完了画面*/

.site_top a {
    display: block;
    width: 165px;
    height: 40px;
    margin: 1em auto;
    border-width: 0;
    border-style: none;
    background: url(../images/top_button.png) no-repeat center;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(35, 129, 180, 1), 0px 0px 0px 0px rgba(35, 129, 180, 1);
    -moz-box-shadow: 0px 0px 0px 0px rgba(35, 129, 180, 1), 0px 0px 0px 0px rgba(35, 129, 180, 1);
    box-shadow: 0px 0px 0px 0px rgba(35, 129, 180, 1), 0px 0px 0px 0px rgba(35, 129, 180, 1);
    text-indent: -9999px;
    background-size: contain;
}

.site_top a:hover {
    background-position: right bottom;
    -webkit-box-shadow: 0px 0px 60px 0px rgba(35, 129, 180, 0), 0px 0px 60px 0px rgba(35, 129, 180, 0);
    -moz-box-shadow: 0px 0px 60px 0px rgba(35, 129, 180, 0), 0px 0px 60px 0px rgba(35, 129, 180, 0);
    box-shadow: 0px 0px 60px 0px rgba(35, 129, 180, 0), 0px 0px 60px 0px rgba(35, 129, 180, 0);
    -webkit-transition: box-shadow 0.7s ease;
    -moz-transition: box-shadow 0.7s ease;
    -ms-transition: box-shadow 0.7s ease;
    -o-transition: box-shadow 0.7s ease;
    transition: box-shadow 0.7s ease;
}


/*郵便番号のボタン*/

form#fmail input.postcode {
    width: 70px;
    padding: 2px;
}


/*-------------------------------------------------------*/

/*
/*  個別指定
/*
/*-------------------------------------------------------*/

#fmail .caution {
    color: #ff0000;
}

#fmail .info {
    text-align: center;
    font-family: "NotoSansCJKjp-Black";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 10%;
    height: 34px;
    padding: 7px;
    background: #FF9F28;

    color: #fff;
    font-size: 20px;
}

#fmail .info_none {
    display: inline-flex;
    width: 10%;
    height: 34px;
    padding: 7px;
}

#fmail .strong {
    font-weight: bold;
}

.fmail_caution {
    color: #ff0000;
}


/* 送信完了画面 */

#fmail_thankspage .caution {
    color: #ff0000;
}

#fmail_thankspage .info {
    color: #009900;
}

#fmail_thankspage .strong {
    font-weight: bold;
}

#fmail .remail {
    margin-top: 0;
}


/*メール再入力部分*/

#fmail li {
    display: block;
    float: left;
    padding-left: 2px;
}

* html #fmail li {
    white-space: nowrap;
}

*:first-child + html #fmail li {
    white-space: nowrap;
}


/* ZIPCODE */

#fmail .zipcode input.fmail {
    width: 100px;
}


/* URL */

#fmail .url input {
    width: 300px;
}


/* カレンダーアイコン */

#fmail .datedata input {
    float: left;
}

.ui-datepicker-trigger {
    float: left;
    margin: 0 0 0 5px;
    padding: 0;
    background: none;
}

.ui-datepicker-trigger,
.ui-datepicker-trigger img {
    width: 24px;
    height: 24px;
    border: 0;
}


/* レスポンシブ */

dl.mailform dd select,
dl.mailform dd input[type="text"],
dl.mailform dd input[type="tel"],
dl.mailform dd#d_en1240791078 input[type="email"] {
    font-family: "NotoSansCJKjp-Bold";
    width: 90% !important;
    border: none !important;
    font-size: 16px !important;
    color: #fff !important;
    padding: 0 30px 0 10px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #2481b3 url("../images/select_arrow01.png") right 8px center/20px auto no-repeat;
    outline: none;
}

dl.mailform dd select::-ms-expand {
    display: none;
}

dl.mailform dd select option,
dl.mailform dd select option optgroup,
dl.mailform dd select option optgroup #optgroup-label {
    color: #fff;
}

dl#r_en1240790859 {
    visibility: hidden;
    display: none;
}

dl.mailform dd input[type="text"],
dl.mailform dd input[type="tel"],
dl.mailform dd input[type="email"] {
    font-family: "NotoSansCJKjp-Bold";

    background: #2481b3 !important;
    color: #fff !important;
    margin: 0 !important;
    font-size: 16px !important;
}

dl.mailform dd#d_en1240791078 input[type="text"],
dl.mailform dd#d_en1240791078 input[type="tel"],
dl.mailform dd#d_en1240791078 input[type="email"],
dl.mailform dd#d_en1240791078 span,
dl.mailform dd#d_en1262055277 span {
    margin: 0 0 10px !important;
}

dl.mailform #d_en1262055277 p {
    width: 100%;
    margin-bottom: 10px;
}

dl.mailform #d_en1262055277 p:first-child span {
    margin-bottom: 10px !important;
}

dl.mailform #d_en1262055277 input[type="text"],
dl.mailform #d_en1262055277 input[type="email"] {

    width: 90% !important;
    border-style: none;
    letter-spacing: 0.75px;
    margin-bottom: 10px !important;
}

/*dl.mailform #d_en1262055277 input[type="email"]:last-child {
    margin-top: -10px !important;
}*/

#mailForm tr:first-child {
    display: none;
}

#mailForm tr th {
    font-family: "NotoSansCJKjp-Bold";
    color: #fff;
    background: #2481b3;
}

#mailForm tr td {
    font-family: 'NotoSansCJKjp-Regular';
    background: #fff;
    color: #2481b3;
}

#mailForm tr td,
#mailForm tr th {
    padding: 5px 10px;
}

#mailForm .button.clearfix {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

@media screen and (max-width: 640px) {
    #fmail .datedata td {
        height: 24px;
    }
    .button form.fmail_cancel {
        text-align: right;
        padding-right: 2px
    }
    .button form.fmail_submit {
        text-align: left;
        padding-left: 2px
    }

}

@media screen and (max-width: 414px) {

    .button form.fmail_submit {
        margin-left: 0;
    }
    #mailForm .button {
        width: 94%;
        margin: 0 auto 10px
    }
    .submit_cancel_button {
        width: 52%;
        height: 33px;
        order: 0;
    }
    .button form.fmail_cancel{
        order: 1
    }
    .submit_send_button{
        width: 80%;margin-bottom: 10px
    }
}

@media screen and (max-width: 425px) {
    #mailForm .button.clearfix {
        flex-wrap: wrap;
    }
    #mailForm .button.clearfix form.fmail_cancel,
    #mailForm .button.clearfix form.fmail_submit {
        width: 100%;
    }
    .button form.fmail_cancel,
    .button form.fmail_submit {
        text-align: center;
        padding: 0
    }
    .button form.fmail_cancel {
        margin-bottom: 10px
    }
}
