@charset "utf-8";
/*
    copyright (c)2008-2017 Pong! ALL right reserved.
    Create and Design by seiki nishijima

/*===========================================================================
-----------------------------------------------------------------------------
  お問い合わせ設定　ここから
-----------------------------------------------------------------------------
===========================================================================*/
/*------------------------------------
  お問い合わせボックス設定　ここから
-------------------------------------*/
#background #contactArea .phoneBox {
    width: 760px;
    padding: 0 0 80px;
}
#background #contactArea .phoneBox p {
    font-family: 'Sawarabi Mincho', serif;
    text-align: center;
    letter-spacing: 0;
    margin-bottom: 50px;
}
#background #contactArea .phoneBox dl {
    border: 2px solid #2e5a6e;
    background: #fffcf4;
}
#background #contactArea .phoneBox dl dt {
    padding: 8px 10px 10px 10px;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 18px;
    text-align: center;
    background: #2e5a6e;
    color: #fff;
}
#background #contactArea .phoneBox dl dd {
    padding: 20px 20px 20px 20px;
    font-family: 'Sawarabi Mincho', serif;
    text-align: center;
}
#background #contactArea .phoneBox dl dd a {
    display: inline-block;
    position: relative;
    padding: 0 25px 10px 65px;
    font-size: 34px;
    line-height: 1em;
    color: #2e5a6e;
    border-bottom: 1px solid #2e5a6e;
}
#background #contactArea .phoneBox dl dd a:before {
    display: block; content: " ";
    height: 30px; width: 30px;
    position: absolute;
    top: 50%; left: 25px;
    margin-top: -18px;
    background: url(./images/contact_reserve_tel.png) no-repeat 50% 50%;
    background-size: 26px 29px;
}
#background #contactArea .phoneBox dl dd span {
    display: block;
    padding: 10px 0 0 0;
    font-size: 15px;
    line-height: 1em;
    color: #666;
}
#background #contactArea .phoneBox dl dd em {
    font-size: 12px;
    vertical-align: top;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #contactArea .phoneBox {
        width: 100%;
        padding: 0 10px 40px;
    }
    #background #contactArea .phoneBox p {
        font-size: 14px;
        padding: 0 15px 0 15px;
        margin-bottom: 30px;
        text-align: left;
    }
    #background #contactArea .phoneBox dl dt {
        padding: 5px 10px 7px 10px;
        font-size: 16px;
    }
    #background #contactArea .phoneBox dl dd {
        padding: 15px 15px 15px 15px;
    }
    #background #contactArea .phoneBox dl dd a {
        padding: 0 15px 10px 40px;
        font-size: 22px;
    }
    #background #contactArea .phoneBox dl dd a:before {
        height: 20px; width: 20px;
        left: 10px; margin-top: -13px;
        background-size: auto 100%;
    }
    #background #contactArea .phoneBox dl dd span {
        font-size: 14px;
        letter-spacing: 0;
    }
    #background #contactArea .phoneBox dl dd em {
        font-size: 12px;
    }
}

/*------------------------------------
  フォーム お客様情報 設定　ここから
-------------------------------------*/
#background #contactArea .contactBox {
    width: 1000px;
}
#background #contactArea .contactBox h3 {
    margin-bottom: 65px;
    padding-bottom: 10px;
    border-bottom: 1px solid #2e5a6e;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 22px;
    font-weight: normal;
    line-height: 1em;
    text-align: center;
    color: #2e5a6e;
}
#background #contactArea .contactBox table {
    width: 100%;
    margin-bottom: 35px;
}
#background #contactArea .contactBox table th {
    width: 255px;
    padding: 0 25px 20px 0;
    position: relative;
    text-align: right;
    vertical-align: middle;
    font-size: 16px;
    line-height: 1.2em;
    font-weight: bold;
    color: #2e5a6e;
}
#background #contactArea .contactBox table th.attention {
    vertical-align: top;
}
#background #contactArea .contactBox table th span {
    font-size: 12px;
    font-weight: normal;
    display: block;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #contactArea .contactBox {
        width: 100%;
    }
    #background #contactArea .contactBox h3 {
        margin-bottom: 20px;
        padding: 0 15px 5px 15px;
        font-size: 18px;
        letter-spacing: 0.02em;
    }
    #background #contactArea .contactBox table {
        width: 100%;
        margin-bottom: 15px;
        display: block;
    }
    #background #contactArea .contactBox table th {
        display: block;
        width: 100%;
        padding: 0 20px 10px 15px;
        text-align: left;
        font-size: 14px;
        vertical-align: top;
    }
    #background #contactArea .contactBox table th span {
        display: inline-block;
    }
}
/*-----------------------------------*/
#background #contactArea .contactBox table td {
    padding: 0 0 20px 0;
    vertical-align: top;
    font-size: 15px;
    color: #2e5a6e;
}
#background #contactArea .contactBox table td input ,
#background #contactArea .contactBox table td select ,
#background #contactArea .contactBox table td textarea {
    font-size: 15px;
    color: #2e5a6e;
    border: 1px solid #999;
    line-height: 1.6em;
    padding: 5px 15px 5px 15px;
    border-radius: 4px;
}
#background #contactArea .contactBox table td input[type=text] {
    width: 450px;}
#background #contactArea .contactBox table td input.middle {
    width: 550px;}
#background #contactArea .contactBox table td input.long {
    width: 700px;}
#background #contactArea .contactBox table td input.zip {
    width: 170px;}
#background #contactArea .contactBox table td textarea {
    width: 700px;
    height: 8em;
}
#background #contactArea .contactBox table td select {
    padding: 5px 0 5px 15px;}
#background #contactArea .contactBox table td input::placeholder-shown {color: #96acb6; font-size: 15px;}
#background #contactArea .contactBox table td select::placeholder-shown {color: #96acb6; font-size: 15px;}
#background #contactArea .contactBox table td textarea::placeholder-shown {color: #96acb6; font-size: 15px;}
#background #contactArea .contactBox table td input::-webkit-input-placeholder {color: #96acb6; font-size: 15px;}
#background #contactArea .contactBox table td select::-webkit-input-placeholder {color: #96acb6; font-size: 15px;}
#background #contactArea .contactBox table td textarea::-webkit-input-placeholder {color: #96acb6; font-size: 15px;}
#background #contactArea .contactBox table td input::-moz-placeholder {color: #96acb6;opacity: 1; font-size: 15px;}
#background #contactArea .contactBox table td select::-moz-placeholder {color: #96acb6;opacity: 1; font-size: 15px;}
#background #contactArea .contactBox table td textarea::-moz-placeholder {color: #96acb6;opacity: 1; font-size: 15px;}
#background #contactArea .contactBox table td input::-ms-input-placeholder {color: #96acb6; font-size: 15px;}
#background #contactArea .contactBox table td select::-ms-input-placeholder {color: #96acb6; font-size: 15px;}
#background #contactArea .contactBox table td textarea::-ms-input-placeholder {color: #96acb6; font-size: 15px;}

#background #contactArea .contactBox table td .labelBox {
    display: flex;
    flex-wrap: wrap;
    gap: 4px 8px;
}
#background #contactArea .contactBox table td .labelBox label {
    margin-right: 20px;
    line-height: 1em;
    vertical-align: middle;
}
#background #contactArea .contactBox table td .labelBox input {
    margin-right: 0.5em;
}
#background #contactArea .contactBox table td span {
    font-size: 12px;
    margin-left: 10px;
}
#background #contactArea .contactBox table td span.mwform-checkbox-field-text {
    margin-left: 0;
    font-size: 15px;
}
#background #contactArea .contactBox table td em {
    background: #2e5a6e;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 5px 10px 6px 10px;
    font-size: 14px;
    line-height: 1em;
    margin-left: 10px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    box-sizing: border-box;
}
#background #contactArea .contactBox table td em:hover {
    filter: Alpha(opacity=50);
    opacity: 0.5;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #contactArea .contactBox table td {
        display: block;
        padding: 0 15px 15px 15px;
        font-size: 14px;
    }
    #background #contactArea .contactBox table td input ,
    #background #contactArea .contactBox table td select ,
    #background #contactArea .contactBox table td textarea {
        font-size: 16px;
        padding: 5px 10px 5px 10px;
    }
    #background #contactArea .contactBox table td input[type=text] ,
    #background #contactArea .contactBox table td input.middle ,
    #background #contactArea .contactBox table td input.long {
        width: 100%;}
    #background #contactArea .contactBox table td textarea {
        width: 100%;}
    #background #contactArea .contactBox table td select {
        padding: 5px 0 5px 10px;}
    #background #contactArea .contactBox table td .labelBox label {
        margin: 0 10px 10px 0;}

    #background #contactArea .contactBox table td input::placeholder-shown {font-size: 14px;}
    #background #contactArea .contactBox table td select::placeholder-shown {font-size: 14px;}
    #background #contactArea .contactBox table td textarea::placeholder-shown {font-size: 14px;}
    #background #contactArea .contactBox table td input::-webkit-input-placeholder {font-size: 14px;}
    #background #contactArea .contactBox table td select::-webkit-input-placeholder {font-size: 14px;}
    #background #contactArea .contactBox table td textarea::-webkit-input-placeholder {font-size: 14px;}
    #background #contactArea .contactBox table td input::-moz-placeholder {font-size: 14px;}
    #background #contactArea .contactBox table td select::-moz-placeholder {font-size: 14px;}
    #background #contactArea .contactBox table td textarea::-moz-placeholder {font-size: 14px;}
    #background #contactArea .contactBox table td input::-ms-input-placeholder {font-size: 14px;}
    #background #contactArea .contactBox table td select::-ms-input-placeholder {font-size: 14px;}
    #background #contactArea .contactBox table td textarea::-ms-input-placeholder {font-size: 14px;}

    #background #contactArea .contactBox table td em {
        margin-top: 10px;
    }
}
/*-----------------------------------*/
/*#background #contactArea .contactBox table th:before {
    display: block; content: "任意";
    position: absolute;
    top: 50%; right: 20px;
    margin-top: -20px;
    padding: 2px 3px 3px 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.3em;
    text-indent: 0.3em;
    color: #2e5a6e;
    border: 1px solid #2e5a6e;
}*/
#background #contactArea .contactBox table th.question:before {
    position: absolute;
    top: 0%; right: 20px;
    margin-top: 0;
}
#background #contactArea .contactBox table th.hissu:before {
    content: "必須";
    color: #fff;
    border-color: #da5648;
    background-color: #da5648;
}
#background #contactArea .contactBox table th.attention:before {
    top: 1px;
    margin-top: 0;
}
#background #contactArea .contactBox table th.question {
  vertical-align: top;
}
#background #contactArea .contactBox table td .question_txt {
  font-weight:bold;
  margin-bottom: 10px;
}
#background #contactArea .contactBox table td .peopleBox {
    display: flex;
    flex-wrap: wrap;
    gap: 0 1.25em;
}
#background #contactArea .contactBox table td .peopleBox span {
    margin-left: 0;
    display: flex;
    align-items: center;
}
#background #contactArea .contactBox table td .peopleBox input[type="number"] {
    width: 5em;
    padding-right: 5px;
    margin: 0 0.35em;
}
#background #contactArea .contactBox table td .peopleBox input[type=number]::-webkit-inner-spin-button,
#background #contactArea .contactBox table td .peopleBox input[type=number]::-webkit-outer-spin-button {
    opacity: 1;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #contactArea .contactBox table th:before ,
    #background #contactArea .contactBox table th.attention:before {
        font-size: 10px;
        top:50%; right: auto;
        left: 20px;
        margin-top: -13px;
    }
}
/*------------------------------------
  フォーム アンケート 設定　ここから
-------------------------------------*/
#background #contactArea .contactBox h4 {
    border-top: 1px dashed #ccc;
    padding: 50px 0 0 0;
    margin-bottom: 50px;
    font-family: 'Sawarabi Mincho', serif;
    font-size: 20px;
    font-weight: normal;
    color: #2e5a6e;
    text-align: center;
    counter-reset:anke;
}
#background #contactArea .contactBox dl {
    padding: 0 90px 0 90px;
}
#background #contactArea .contactBox dl dt {
    padding-left: 50px;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0;
    color: #2e5a6e;
    margin-bottom: 10px;
    position: relative;
}
#background #contactArea .contactBox dl dt:before {
    display: block;
    counter-increment:anke;
    content: "Q" counter(anke);
    position: absolute;
    left: -2em;
    font-size: 22px;
    font-weight: normal;
    letter-spacing: 0.1em;
    color: #999;
}
/*#background #contactArea .contactBox dl dt:after {
    display: block; content: "任意";
    position: absolute;
    top: 50%; left: 0;
    margin-top: -9px;
    padding: 2px 3px 3px 3px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
    color: #2e5a6e;
    border: 1px solid #2e5a6e;
    visibility: visible;
    height: auto;
}*/
#background #contactArea .contactBox dl dd {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
    font-size: 15px;
    color: #2e5a6e;
    align-items: center;
}
#background #contactArea .contactBox dl dd input[type=text] {
    font-size: 15px;
    color: #2e5a6e;
    border: 1px solid #999;
    line-height: 1.6em;
    padding: 5px 15px 5px 15px;
    border-radius: 4px;
    width: 200px;
}
#background #contactArea .contactBox dl dd label {
    margin: 0 40px 20px 0;
    line-height: 1em;
    vertical-align: middle;
}
#background #contactArea .contactBox dl dd label.blank {
    display: none;
}
#background #contactArea .contactBox dl dd label input[type=radio] ,
#background #contactArea .contactBox dl dd label input[type=checkbox] {
    margin-right: 0.5em;
}
#background #contactArea .contactBox dl dd label input[type=text] {
    margin-left: 0.5em;
}
#background #contactArea .contactBox dl dd input::placeholder-shown {color: #96acb6;}
#background #contactArea .contactBox dl dd select::placeholder-shown {color: #96acb6;}
#background #contactArea .contactBox dl dd textarea::placeholder-shown {color: #96acb6;}
#background #contactArea .contactBox dl dd input::-webkit-input-placeholder {color: #96acb6;}
#background #contactArea .contactBox dl dd select::-webkit-input-placeholder {color: #96acb6;}
#background #contactArea .contactBox dl dd textarea::-webkit-input-placeholder {color: #96acb6;}
#background #contactArea .contactBox dl dd input::-moz-placeholder {color: #96acb6;opacity: 1;}
#background #contactArea .contactBox dl dd select::-moz-placeholder {color: #96acb6;opacity: 1;}
#background #contactArea .contactBox dl dd textarea::-moz-placeholder {color: #96acb6;opacity: 1;}
#background #contactArea .contactBox dl dd input::-ms-input-placeholder {color: #96acb6;}
#background #contactArea .contactBox dl dd select::-ms-input-placeholder {color: #96acb6;}
#background #contactArea .contactBox dl dd textarea::-ms-input-placeholder {color: #96acb6;}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #contactArea .contactBox h4 {
        padding: 30px 15px 0 15px;
        margin-bottom: 30px;
        font-size: 16px;
        letter-spacing: 0;
    }
    #background #contactArea .contactBox dl {
        padding: 0 15px 0 50px;
    }
    #background #contactArea .contactBox dl dt {
        padding-left: 0;
        font-size: 14px;
        margin-bottom: 5px;
    }
    #background #contactArea .contactBox dl dt:before {
        font-size: 16px;
    }
    #background #contactArea .contactBox dl dt:after {
        top: 3px; margin-top: 0;
        position: static;
        display: inline-block;
        vertical-align: middle;
    }
    #background #contactArea .contactBox dl dd {
        margin-bottom: 30px;
        font-size: 14px;
    }
    #background #contactArea .contactBox dl dd input[type=text] {
        font-size: 14px;
    }
    #background #contactArea .contactBox dl dd label {
        margin: 0 20px 5px 0;
    }
    #background #contactArea .contactBox dl dd label input[type=text] {
        margin-top: 5px; margin-bottom: 5px;
    }
#background #contactArea .contactBox table th.question:before {
    position: absolute;
    top: 0%; right: auto;
    left: 20px;
    margin-top: 0;
}
}
/*-----------------------------------*/
#background #contactArea .contactBox p.more {
    padding: 30px 0 0 0;
    margin-bottom: 120px;
    text-align: center;
}
#background #contactArea .contactBox p.more a {
    display: inline-block;
    background: linear-gradient(90deg, #00546c, #0f6a7a);
    font-family: 'Sawarabi Mincho', serif;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.2em;
    color: #fff;
    padding: 20px 110px 20px 110px;
    position: relative;
}
#background #contactArea .contactBox p.more a:before {
    display: block; content: " ";
    height: 20px; width: 20px;
    position: absolute;
    top: 50%; right: 10px;
    margin-top: -10px;
    background: url(./images/arw_white.png) no-repeat 50% 50%;
    background-size: 5px 11px;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #contactArea .contactBox p.more {
        padding: 0 15px 0 15px;
        margin-bottom: 50px;
    }
    #background #contactArea .contactBox p.more a {
        display: block;
        font-size: 16px;
        padding: 20px 40px 20px 20px;
    }
}
/*------------------------------------
  お問い合わせ確認画面用 設定　ここから
-------------------------------------*/
#background #contactArea .contactBox.sendForm {
    padding-top: 80px;}
#background #contactArea .contactBox.sendForm.tac {
    padding-top: 20px;}
#background #contactArea .contactBox.sendForm .contactMesse {
    width: 700px;
    margin: auto auto auto auto;}
#background #contactArea .contactBox.sendForm .contactMesse p {
    font-family: 'Sawarabi Mincho', serif;
    text-align: center;}
#background #contactArea .contactBox.sendForm .contactMesse p.error_messe {
    text-align: left;
    color: #da5648;}
#background #contactArea .contactBox.sendForm table th:before {
    display: none;}
/*-----------------------------------*/
#background #contactArea .contactBox.sendForm table th {
    width: 300px;
    padding: 0 20px 20px 0;
}
/*-----------------------------------*/
#background #contactArea .contactBox.sendForm ul.forForm {
    display: flex;
    justify-content: center;
    padding: 30px 0 0 0;
    margin-bottom: 120px;
}
#background #contactArea .contactBox.sendForm ul.forForm li {
    margin-left: 30px;}
#background #contactArea .contactBox.sendForm ul.forForm li:first-of-type {
    margin-left: 0;}
#background #contactArea .contactBox.sendForm ul.forForm li a {
    display: inline-block;
    background: linear-gradient(90deg, #00546c, #0f6a7a);
    font-family: 'Sawarabi Mincho', serif;
    font-size: 20px;
    line-height: 1em;
    letter-spacing: 0.2em;
    color: #fff;
    padding: 20px 50px 20px 50px;
    position: relative;
}
#background #contactArea .contactBox.sendForm ul.forForm li:first-of-type a {
    background: linear-gradient(90deg, #666, #999);
}
#background #contactArea .contactBox.sendForm ul.forForm li a:before {
    display: block; content: " ";
    height: 20px; width: 20px;
    position: absolute;
    top: 50%; right: 10px;
    margin-top: -10px;
    background: url(./images/arw_white.png) no-repeat 50% 50%;
    background-size: 5px 11px;
}
#background #contactArea .contactBox.sendForm ul.forForm li:first-of-type a:before {
    right: auto; left: 10px;
    transform: rotate(180deg);
}
#background #contactArea .contactBox.sendForm .contactMesse .youtube_area {
    margin:0 auto 60px;
    width: 580px;
}

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #contactArea .contactBox.sendForm {
        padding-top: 35px;}
    #background #contactArea .contactBox.sendForm .contactMesse {
        width: 100%;
        padding: 0 25px 0 25px;}
    #background #contactArea .contactBox.sendForm .contactMesse p {
        text-align: left;
        font-size: 14px;}
    /*-----------------------------------*/
    #background #contactArea .contactBox.sendForm table th {
        width: 100%;
        padding: 0 15px 5px 15px;
    }
    #background #contactArea .contactBox.sendForm p.more {
        padding: 20px 15px 0 15px;}
    /*-----------------------------------*/
    #background #contactArea .contactBox.sendForm ul.forForm {
        padding: 10px 15px 0 15px;
        margin-bottom: 50px;
    }
    #background #contactArea .contactBox.sendForm ul.forForm li {
        margin-left: 10px;}
    #background #contactArea .contactBox.sendForm ul.forForm li:first-of-type {
        margin-left: 0;}
    #background #contactArea .contactBox.sendForm ul.forForm li a {
        display: block;
        font-size: 16px;
        letter-spacing: 0;
        padding: 20px 40px 20px 20px;
    }
    #background #contactArea .contactBox.sendForm ul.forForm li a span {
        display: none;
    }
    #background #contactArea .contactBox.sendForm ul.forForm li:first-of-type a {
        padding: 20px 20px 20px 40px;
    }
    #background #contactArea .contactBox.sendForm .contactMesse .youtube_area {
        margin:0 auto 30px;
        position: relative;
        width: 100%;
        padding-top: 56.25%;
    }
    #background #contactArea .contactBox.sendForm .contactMesse .youtube_area iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
    }

}

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

  設定　ここから

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


@media screen and (min-width: 741px) {
    #contact_comp_takaya_bnr {
        width: 580px;
        margin-right: auto;
        margin-left: auto;
        display: block;
    }
    #contactArea .submit_btn_area {
        text-align: center;
        margin-top: 50px;
        padding-bottom: 100px;
        display: flex;
        justify-content: center;
        flex-direction: row-reverse;
    }
    #contactArea .submit_btn_area p {
        margin: 0;
    }
    #contactArea .submit_btn {
        text-align: center;
        display: inline-block;
        position: relative;
    }
    #contactArea .submit_btn:hover{
        opacity:0.7;
        filter: alpha(opacity=70);
        cursor: pointer;
    }
    #contactArea .submit_btn:before {
        display: block; content: " ";
        height: 20px; width: 20px;
        position: absolute;
        top: 50%; right: 10px;
        margin-top: -10px;
        background: url(./images/arw_white.png) no-repeat 50% 50%;
        background-size: 5px 11px;
        z-index: 10;
    }
    #contactArea .submit_btn input[type=submit] {
        z-index: 1;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        display: inline-block;
        background: linear-gradient(90deg, #00546c, #0f6a7a);
        font-family: 'Sawarabi Mincho', serif;
        font-size: 20px;
        line-height: 1em;
        letter-spacing: 0.2em;
        color: #fff;
        padding: 20px 110px 20px 110px;
    }
    .mw_wp_form_confirm #contactArea .submit_btn input[type=submit] {
        padding: 20px 50px 20px 50px;
    }
    .mw_wp_form_confirm #contactArea .submit_btn {
        margin-left: 30px;
    }
    .mw_wp_form_confirm #contactArea input[name=submitBack] {
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        background: linear-gradient(90deg, #666, #999);
        font-family: 'Sawarabi Mincho', serif;
        font-size: 20px;
        line-height: 1em;
        letter-spacing: 0.2em;
        color: #fff;
        padding: 20px 50px 20px 50px;
        position: relative;
    }
    #eventArea #contactArea .contactBox h3 {
        padding-top: 85px;
    }
    #eventArea  .mw_wp_form_confirm  #contactArea .contactBox h3,
    #eventArea  .mw_wp_form_complete  #contactArea .contactBox h3 {
        padding-top: 65px;
        margin-top: -30px;
    }
    #contactArea .back_btn {
        display: none;
    } 
    .mw_wp_form_confirm #contactArea .contents_area {
        display: none;
    }
    .mw_wp_form_confirm #contactArea .back_btn {
        text-align: center;
        display: inline-block;
        position: relative;
    }
    .mw_wp_form_confirm #contactArea .contactBox {
        padding-top: 40px;
    }
    .mw_wp_form_confirm #contactArea .back_btn:before {
        display: block;
        content: " ";
        height: 20px;
        width: 20px;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        background: url(./images/arw_white.png) no-repeat 50% 50%;
        background-size: 5px 11px;
        right: auto;
        left: 10px;
        transform: rotate(180deg);
        z-index: 5;
    }
    .mw_wp_form_confirm #contactArea #contactArea input[name=submitBack]:hover{
        opacity:0.7;
        filter: alpha(opacity=70);
        cursor: pointer;
    }
 }

/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #contactArea .submit_btn_area {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 40px;
    }
    #contactArea .submit_btn {
        text-align: center;
        position: relative;
        padding: 0 15px;
    }
    #contactArea .submit_btn:hover{
        opacity:0.7;
        filter: alpha(opacity=70);
        cursor: pointer;
    }
     #contactArea .submit_btn:before {
        display: block; content: " ";
        height: 20px; width: 20px;
        position: absolute;
        top: 50%; right: 20px;
        margin-top: -10px;
        background: url(./images/arw_white.png) no-repeat 50% 50%;
        background-size: 5px 11px;
        z-index: 10;
    }
     #contactArea .submit_btn input[type=submit] {
        z-index: 1;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        display: inline-block;
        background: linear-gradient(90deg, #00546c, #0f6a7a);
        font-family: 'Sawarabi Mincho', serif;
        font-size: 20px;
        line-height: 1em;
        letter-spacing: 0.2em;
        color: #fff;
        padding: 20px 0;
        width: 100%;
        display: block;
        border-radius: 0;
    }
    .mw_wp_form_confirm #contactArea .contents_area {
        display: none;
    }
    .mw_wp_form_confirm  #contactArea .submit_btn input[type=submit] {
        margin-top: 20px;
    }
    .mw_wp_form_confirm  #contactArea .contactBox h3,
    .mw_wp_form_conmplete  #contactArea .contactBox h3 {
        padding-top: 45px !important;
        margin-top: -20px;
    }
    #eventArea   #contactArea .contactBox h3 {
        padding-top: 65px !important;
        margin-top: -30px;
    }
    #eventArea .mw_wp_form_confirm  #contactArea .contactBox h3,
    #eventArea .mw_wp_form_conmplete  #contactArea .contactBox h3 {
        padding-top: 65px  !important;
    }
    .mw_wp_form_confirm  #contactArea input[name=submitBack] {
        display: inline-block;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        border: none;
        outline: none;
        background: linear-gradient(90deg, #666, #999);
        font-family: 'Sawarabi Mincho', serif;
        font-size: 20px;
        line-height: 1em;
        letter-spacing: 0.2em;
        color: #fff;
        padding: 20px 50px 20px 50px;
        position: relative;
        display: block;
        width: 100%;
        border-radius: 0;
    }
    #contactArea .back_btn {
        display: none;
    }
    .mw_wp_form_confirm #contactArea .back_btn {
        text-align: center;
        padding: 0 15px;
        position: relative;
        display: block;
        margin-top: 30px;
    }
    .mw_wp_form_confirm #contactArea .back_btn:before {
        display: block;
        content: " ";
        height: 20px;
        width: 20px;
        position: absolute;
        top: 50%;
        margin-top: -10px;
        background: url(./images/arw_white.png) no-repeat 50% 50%;
        background-size: 5px 11px;
        right: auto;
        left: 20px;
        transform: rotate(180deg);
        z-index: 5;
    }
}
/*------------------------------------
  営業メール注意喚起　ここから
-------------------------------------*/
#background #contactArea .contactBox .businessmail_attention {
    margin: 30px auto 50px;
}
#background #contactArea .contactBox .businessmail_attention .attention_txt {
    background: #fdf2f3;
    color: #e60012;
    padding: 16px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
#background #contactArea .contactBox .businessmail_attention .attention_txt::before {
    content: "";
    display: block;
    background: url("./images/base/ico_attention.svg") no-repeat;
    background-size: 24px 24px;
    height: 24px;
    width: 24px;
    margin-right: 12px;
    flex-shrink: 0;
}
#background #contactArea .contactBox .businessmail_attention .businessmail_policy {
    position: relative;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: end;
}
#background #contactArea .contactBox .businessmail_attention .businessmail_policy::before {
    content: "";
    display: none;
}
#background #contactArea .contactBox .businessmail_attention .businessmail_policy dt {
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.012em;
    color: #2e5a6e;
    margin: 7px 0 0;
    text-align: right;
    text-decoration: underline;
}
#background #contactArea .contactBox .businessmail_attention .businessmail_policy dt:hover {
    opacity: 0.7;
}
#background #contactArea .contactBox .businessmail_attention .businessmail_policy dt::before {
    content: "";
    display: block;
    border-right: 1px solid #2e5a6e;
    border-bottom: 1px solid #2e5a6e;
    height: 4px;
    width: 4px;
    position: absolute;
    top: calc(50% - 2px);
    left: -15px;
    transform: rotate(45deg);
}
#background #contactArea .contactBox .businessmail_attention .businessmail_policy dt.open::before {
    top: 50%;
    transform: rotate(225deg);
}
#background #contactArea .contactBox .businessmail_attention .businessmail_policy dd {
    margin: 4px 0 10px;
    border: 1px solid #e7e7e7;
    padding: 20px 30px;
    font-size: 14px;
    display: none;
}
/** スマートフォン用カウンター **/
@media screen and (max-width: 740px) {
    #background #contactArea .contactBox .businessmail_attention {
        margin: 15px auto 30px;
    }
    #background #contactArea .contactBox .businessmail_attention .attention_txt {
        font-size: 13px;
        line-height: 1.5;
        padding: 12px 20px;
        align-items: start;
    }
    #background #contactArea .contactBox .businessmail_attention .attention_txt::before {
        content: "";
        display: block;
        background: url("./images/base/ico_attention.svg") no-repeat;
        background-size: 20px 20px;
        height: 20px;
        width: 20px;
        margin: 2px 8px 0 0px;
    }
    #background #contactArea .contactBox .businessmail_attention .businessmail_policy {
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        align-items: end;
    }
    #background #contactArea .contactBox .businessmail_attention .businessmail_policy dt {
        font-size: 11px;
        margin: 7px 0 0;
    }
    #background #contactArea .contactBox .businessmail_attention .businessmail_policy dt::before {
        top: calc(50% - 3px);
        left: -12px;
    }
    #background #contactArea .contactBox .businessmail_attention .businessmail_policy dt.open::before {
        top: calc(50% - 1px);
    }
    #background #contactArea .contactBox .businessmail_attention .businessmail_policy dd {
        margin: 4px 0 10px;
        border: 1px solid #e7e7e7;
        padding: 12px 14px;
        font-size: 12px;
        line-height: 1.5;
    }
}