@charset "UTF-8";
input, textarea, select {
    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
#base_page {
    position: relative;
    width: 100%;
    height: 100%;
}
.sub_page {
    position: absolute;
    left: 100%;
    top: 0;
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    transition-property: left;
    transition-duration: 0.5s;
    background-color: #fff;
}
.sub_page.hidden {
    display: none;
}
.sub_page.position-in {
    left: 0;
}
.main {
    flex: 1;
}
.section {
    margin-bottom: 5em;
}
.headline {
    height: 44px;
    width: 960px;
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 960px 44px;
    color: #fff;
    font-size: 19px;
    font-weight: bold;
    line-height: 44px;
    padding-left: 60px;
}
.headline {
    background-image: url(../../../img/default/common/headline.png);
}
.contents_container {
    margin: 1.5em 0 0;
    padding-left: 1.5em;
    padding-right: 1.5em;
    font-size: 16px;
}
.contents_container+.input {
    margin-top: 1.5em;
}
.contents_container+.contents_container {
    margin: 2em 0 0;
}
.contents_container.center {
    text-align: center;
}
.contents_container.margin {
    margin-top: 2em;
}
.alert {
    color: #e4002b !important;
}
.contents_container li {
    overflow: visible;
    list-style-type: none;
}
li.disc {
    list-style-type: disc;
}
li.indent {
    margin-left: 1.5em;
}
li.indent-2 {
    margin-left: 2.5em;
}
.marked_text {
    margin: 1em 0;
    height: 21px;
    background: url(../../../img/default/common/maru.png) no-repeat 0 0;
    background-size: 18px;
    font-weight: bold;
    padding-left: 26px;
    line-height: 21px;
}
a {
    color: #00aeef;    /* @@text_remarks@@ */
    text-decoration: underline;
    margin: 0 0.25em;
}
a:hover {
    color: #999fa4;    /* @@text:hover@@ */
}
a:active {
    color: #00a4e0;    /* @@text:active@@ */
}
a.touch_end:hover {
    color: #404f5b;    /* @@text@@ */
}
a.no_underline {
    text-decoration: none;
}
.input {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding: 6px 26px;
    margin: 0 26px;
    font-size: 16px;
    align-items: center;
}
.input:before {
    display: inline-block;
    width: 135px;
    min-width: 135px;
    font-size: 15px;
    margin-right: 50px;
    text-align: right;
    color: #666666;
}
.input .label {
    min-height: 38px;
    padding: 6px 8px 4px;
    white-space: pre-line;
}
.input.details:before {
    content: "お問い合わせ内容";
}
.input.details textarea {
    width: 100%;
    height: 15em;
}
.input.hotel:before {
    content: "会場";
}
.input.reception_date:before {
    content: "披露宴日";
}
.input.reception_date select {
    font-size: 15px;
    padding: 6px 8px 5px;
}
.input.reception_date select+select {
    margin-left: 0.75em;
}
.input.type:before {
    content: "お客様";
}
.input.type .radio {
    font-size: 15px;
    padding-top: 1px;
    margin: 9px 0;
}
.input.type .radio+.radio {
    margin-left: 2em;
}
.input.groom_name:before {
    content: "新郎氏名";
}
.input.bride_name:before {
    content: "新婦氏名";
}
.input.email:before {
    content: "メールアドレス";
}
.input.accept:before {
    content: "案内メール";
}
.input input {
    width: 700px;
}
.input .box {
    flex: 1;
    display: flex;
}
.check {
    margin: 4px 0;
}
.main_button {
    display: inline-block;
    font-size: 1.25em;
    padding: 1em 3em;
    color: #ffffff;
    background-color: #f38c00;    /* @@theme@@ */
    border: 1px solid #f38c00;    /* @@theme@@ */
    border-radius: 2em;
    cursor: pointer;
    margin: 0 1em;
    min-width: 260px;
}
.main_button:hover {
    background-color: #f9a000;    /* @@theme_bright@@ */
    border-color: #f9a000;    /* @@theme_bright@@ */
}
.main_button:active {
    background-color: #00a4e0;    /* @@theme_highlight@@ */
    border-color: #00a4e0;    /* @@theme_highlight@@ */
}

@media screen and (min-width: 0px) and (max-device-width: 768px){
    html, body {
        font-size: 12px;
    }
    .header {
        align-items: center;
        height: 70px;
        border-bottom: 1px solid #ff9800;    /* @@theme_line@@ */
        padding: 0 16px 0 8px;
    }
    .header .container {
        width: 100%;
        display: flex;
        align-items: stretch;
        margin: 0;
        padding: 8px 8px 6px;
    }
    .header .separator {
        display: none;
    }
    .header .pageTitle {
        font-size: 1.66em;
    }
    .main .container {
        width: auto;
    }
    .main .container:first-child {
        padding-top: 0;
    }
    .headline {
        font-size: 1.25em;
        background-color: #f38c00;    /* @@theme@@ */
        background-image: none;
        padding-left: 1em;
        color: #ffffff;    /* @@text_on_theme@@ */
    }
    .contents_container {
        margin: 1em 0 0;
        padding-left: 0.5em;
        padding-right: 0.5em;
        font-size: 1.125em;
    }
    .contents_container+.contents_container {
        margin: 1em 0 0;
    }
    .section {
        margin-bottom: 2em;
    }
    li.indent.alert {
        margin-left: 0;
    }
    .marked_text {
        margin: 0.5em 0;
        height: auto;
    }
    .input {
        /* display: flex; */
        padding: 0.5em 0.5em 0.5em 0;
        margin: 0;
        font-size: 1.125em;
        align-items: stretch;
        flex-direction: column;
        border: none;
    }
    .input:before {
        display: block;
        width: auto;
        min-width: auto;
        font-size: 0.875em;
        text-align: left;
        margin: 0 0 0 1em;
    }
    .input .box {
        display: flex;
        flex-direction: row;
        margin: 0 0.5em 0 1em;
    }
    .input.type .radio {
        margin: 6px 0 0;
    }
    #confirm_page .input .label {
        min-height: auto;
        padding: 6px 8px 4px;
        white-space: pre-line;
        margin: 0 0 0 1em;
    }
    #confirm_page .input:before {
        display: block;
        width: auto;
        min-width: auto;
        font-size: 0.825em;
        border-bottom: 1px solid #ccc;
        margin: 0 0 0 0.5em;
        padding: 0 0 0 0.5em;
    }
    #confirm_page .contents_container + .contents_container {
        margin-top: 3em;
    }
    .main_button {
        margin: 0 0.5em;
        min-width: 100px;
    }
    /* messagePopup -->*/
    .popupContainer {
        display: flex;
        justify-content: center !important;
        align-items: center !important;
    }
    .popupContainer .messagePopup {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        display: block !important;
        margin: initial !important;
        max-width: 90vw;
        padding: 50px 30px 30px !important;
    }
    .popupContainer .messagePopup *:first-child {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
    }
    .popupContainer .messagePopup .icon_container {
        display: none !important;
    }
    .popupContainer .messagePopup .message_container {
        width: 100% !important;
        font-size: 1.1rem !important;
        text-align: center !important;
    }
    .popupContainer .messagePopup .button_container {
        display: flex !important;
    }
    /* messagePopup <--*/
}
