@charset "utf-8";

@media all and (min-width:960px){
    .sp {
        display: none !important;
    }
    body {
        background-color: #F2F1EC;
        padding: 50px 0 0;
        font-family: "游明朝体",serif;
    }
    header {
        width: 800px;
        text-align: left;
        margin: 70px auto 30px;
    }
    h1, h2 {
        width: 800px;
        margin: 0 auto;
    }
    h1 {
        font-size: 8px;
    }
    h2 {
        font-size: 21px;
    }
    h2 > span {
        display: inline-block;
        border-bottom: 2px solid rgba(83,64,46,1);
        font-size: 14px;
    }
    h2 > p {
        margin: 0;
    }

    article {
        width: 100%;
    }
    section {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }

    section h3 {
        margin: 0;
        padding: 1em 0;
    }

    .question {
        padding-bottom: 38px;
    }
    .question .contents {
        white-space: nowrap;
        line-height: 20px;
        text-align: left;
        font-family: YuMincho;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        /* color: rgba(137,100,0,1); */
        color: #53402E;
        margin: 0;
        margin-bottom: 20px;
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
    }
    .question .contents ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .question .contents ul li{
        list-style-type: none;
        align-self: baseline;
    }
    .question .contents ul li:last-child{
        text-align: left;
        flex-grow: 2;
        padding: 0.1em 0;
        width: 80%;
    }
    .question .contents ul li > span {
        white-space: nowrap;
        line-height: 20px;
        text-align: left;
        font-family: YuMincho;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        color: rgba(137,100,0,1);
        margin: 0;
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
    }
    .question .answer{
        width: 100%;
    }
    .question .answer label{
        display: inline-block;
        margin-right: 1em;
    }
    .question .answer input[type="text"] {
        width: 100%;
        height: 34px;
        font-size: 14px;
        border: none;
        border-bottom: 1px solid #896400;
        margin-top: 20px;
        padding: 5px 0;
    }
    .question .answer input[type="radio"],
    .question .answer input[type="checkbox"]{
        white-space: nowrap;
        line-height: 28px;
        text-align: left;
        font-family: YuMincho;
        font-style: normal;
        font-weight: normal;
        font-size: 16px;
        color: rgba(83,64,46,1);
        margin: 0;
        margin-right: 0.5em;
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
    }
    .question .answer textarea {
        width: 100%;
        padding: 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
    }

    .customer_form {
        width: 100%;
    }
    .customer_form ul {
        width: 100%;
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: nowrap;
        margin-bottom: 20px;
    }
    .customer_form ul li {
        list-style-type: none;
    }
    .customer_form ul li.heading {
        display: flex;
        align-items: center;
        white-space: nowrap;
        line-height: 20px;
        text-align: left;
        font-family: YuMincho;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: rgba(83,64,46,1);
    }
    .customer_form ul li.heading > span {
        margin: 0 10px;
    }
    .customer_form ul li:first-child {
        width: 25%;
    }
    .customer_form ul li:last-child {
        flex-grow: 1;
    }
    .customer_form ul li.prefectures{
        position: relative;
        display: inline-block;
    }
    .customer_form ul li.prefectures::after {
        content: '';
        width: 6px;
        height: 6px;
        border: 0px;
        border-bottom: solid 2px #b4b3b3;
        border-right: solid 2px #b4b3b3;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -4px;
    }
    .customer_form ul li input:not(input[type="radio"]),
    .customer_form ul li select {
        width: 100%;
        height: 51px;
        margin: 0;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid rgba(222,222,222,1);
        border-radius: 5px;
    }
    .customer_form ul li select {
        -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
        -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
        appearance: none; /* 標準のスタイルを無効にする */
    }
    select::-ms-expand { /* select要素のデザインを無効にする（IE用） */
        display: none;
    }
    .customer_form ul li .zipcode{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .customer_form ul li .zipcode #zipcode1{
        width: 30%;
    }
    .customer_form ul li .zipcode span {
        padding: 0 10px;
    }
    .customer_form ul li .zipcode input:last-child{
        flex-grow: 1;
    }
    .customer_form ul li.join_club label{
        text-align: center;
    }

    .note_block {
        clear: both;
        padding: 15px;
        border: solid 1px #CCCCCC;
        height: 250px;
        overflow: scroll;
    }
    .note_block > h3,
    .note_block > p,
    .note_block > ul,
    .note_block li {
        font-size: 12px;
        font-family: 'Yu Gothic UI',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
        line-height: 1.6;
        background:none
    }

    .privacy_policy .warning_message{
        white-space: nowrap;
        line-height: 24px;
        text-align: left;
        font-family: YuMincho;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: rgba(83,64,46,1);
    }

    .privacy_policy_agree{
        display: block;
        width: 100%;
        padding: 0 0 30px;
        margin: 0 auto;
        font-size: 13px;
        text-align: center;
        box-sizing: border-box;
    }

    .privacy_policy_agree input[type="checkbox"] {
        margin-right: 5px;
        vertical-align: middle;
    }
    .privacy_policy_agree label {
        cursor: pointer;
    }

    .confirmation {
        text-align: center;
        margin-bottom: 30px;
    }
    .confirmation button[type="submit"]{
        display: block;
        max-width: 300px;
        width: 90%;
        padding: 20px;
        margin: 0 auto;
        color: #fff;
        border: none;
        font-size: 16px;
        letter-spacing: 0.06em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        background-color: rgba(83,64,46,1);
        cursor: pointer;
    }
    .question .selectbox{
        position: relative;
        display: inline-block;
        width: 48%;
        background-color: #fff;
    }
    .question .selectbox::after {
        content: '';
        /*width: 6px;
        height: 6px;
        border: 0px;
        border-bottom: solid 2px #b4b3b3;
        border-right: solid 2px #b4b3b3;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        */
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid #b4b3b3;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -4px;
    }
    .question .selectbox select {
        width: 100%;
        height: 51px;
        margin: 0;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid rgba(222,222,222,1);
        border-radius: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: serif;
        font-size: 14px
    }
    .question .selectbox select::-ms-expand { /* select要素のデザインを無効にする（IE用） */
        display: none;
    }
    .top-area {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-family: "游明朝体",serif;
    }
    .top-ttl {
        font-size: 28px;
        color: #896400;
        margin: 0 auto 15px;
    }
        .top-txt {
            font-size: 18px;
            color: #53402E;
            margin: 0 auto 50px;
            line-height: 2;
        }

}

@media all and (max-width:979px){
    .pc {
        display: none !important;
    }
    body {
        background-color: #F2F1EC;
        margin: 0;
        padding: 50px 0 0;
        font-family: "游明朝体",serif;
    }
    header {
        width: 100%;
    }
    header svg {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    h1, h2 {
        width: 800px;
        margin: 0 auto;
    }
    h1 {
        font-size: 8px;
    }
    h2 {
        font-size: 21px;
    }
    h2 > span {
        display: inline-block;
        border-bottom: 2px solid rgba(83,64,46,1);
        font-size: 14px;
    }
    h2 > p {
        margin: 0;
    }

    article {
        width: 100%;
    }
    section {
        width: 100%;
        margin: 0 auto;
        padding: 0 1em;
        box-sizing: border-box;
    }
    
    section h3 {
        margin: 0;
        padding: 1em 0;
        width: 100%;
    }
    section h3 > svg {
        width: 100%;
    }

    .question {
        padding-bottom: 38px;
    }
    .question .contents {
        white-space: unset;
        line-height: 20px;
        text-align: left;
        font-family: YuMincho;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        /* color: rgba(137,100,0,1); */
        color:#53402E;
        margin: 0;
        margin-bottom: 10px;
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
    }
    .question .contents ul {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
    }
    .question .contents ul li{
        list-style-type: none;
        font-size: 16px;
        align-self: baseline;
    }
    .question .contents ul li.sp{
        min-width: 5%;
        height: 18px;
        background-color: rgba(137,100,0,1);
        text-align: center;
        vertical-align: middle;
        line-height: 20px;
        color: #fff;
        padding: 0.1em 0.6em;
        margin-right: 10px;
    }
    .question .contents ul li:last-child{
        text-align: left;
        flex-grow: 2;
        padding: 0.1em 0;
        width: 80%;
    }
    .question .contents ul li > span{
        display: block;
        font-size: 13px;
        line-height: 14px;
    }

    .question .answer{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }
    .question .answer label{
        width: 50%;
        line-height: 28px;
        text-align: left;
        font-family: YuMincho;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        color: rgba(83,64,46,1);
    }
    .question .answer label span{
        font-size: 10px;
        letter-spacing:-2px;
    }
    .question .answer input[type="text"] {
        width: 100%;
        height: 34px;
        font-size: 14px;
        border: none;
        border-bottom: 1px solid #896400;
        margin-top: 20px;
        padding: 5px;
        background-color: #F2F1EC;
    }
    .question .answer input[type="radio"],
    .question .answer input[type="checkbox"]{
        white-space: unset;
        margin: 0;
        margin-right: 0.5em;
        padding: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: none;
    }
    .question .answer textarea {
        width: 100%;
        padding: 1em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
        border: none;
    }

    .question .selectbox{
        position: relative;
        display: inline-block;
        width: 48%;
        background-color: #fff;
    }
    .question .selectbox::after {
        content: '';
        /*width: 6px;
        height: 6px;
        border: 0px;
        border-bottom: solid 2px #b4b3b3;
        border-right: solid 2px #b4b3b3;
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        */
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid #b4b3b3;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -4px;
    }
    .question .selectbox select {
        width: 100%;
        height: 51px;
        margin: 0;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid rgba(222,222,222,1);
        border-radius: 5px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: serif;
        font-size: 14px
    }
    .question .selectbox select::-ms-expand { /* select要素のデザインを無効にする（IE用） */
        display: none;
    }

    .customer_section,
    .privacy_policy_section{
        background-color: #ffffff;
    }
    .customer_form {
        width: 100%;
        padding: 40px 0;
    }
    .customer_form ul {
        width: 100%;
        margin: 0;
        padding: 0;
        /*display: flex;
        flex-wrap: nowrap;*/
        padding-bottom: 20px;
        margin-block-start: 0;
        margin-block-end: 0;
    }
    .customer_form ul li {
        list-style-type: none;
    }
    .customer_form ul li.heading {
        margin-bottom: 5px;
        white-space: unset;
        line-height: 20px;
        text-align: left;
        font-family: YuMincho;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: rgba(83,64,46,1);
    }
    .customer_form ul li.heading > span {
        margin: 0 10px;
    }
    .customer_form ul li:first-child {
        width: 100%;
    }
    .customer_form ul li:last-child {
        flex-grow: 1;
    }
    .customer_form ul li.prefectures{
        position: relative;
        display: inline-block;
        width: 100%;
    }
    .customer_form ul li.prefectures::after {
        content: '';
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-top: 10px solid #b4b3b3;
        position: absolute;
        top: 50%;
        right: 10px;
        margin-top: -4px;
    }
    .customer_form ul li input:not(input[type="radio"]),
    .customer_form ul li select {
        width: 100%;
        height: 44px;
        margin: 0;
        padding: 0 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid rgba(222,222,222,1);
        border-radius: 5px;
    }
    .customer_form ul li select {
        -webkit-appearance: none;/* ベンダープレフィックス(Google Chrome、Safari用) */
        -moz-appearance: none; /* ベンダープレフィックス(Firefox用) */
        appearance: none; /* 標準のスタイルを無効にする */
    }
    select::-ms-expand { /* select要素のデザインを無効にする（IE用） */
        display: none;
    }
    .customer_form ul li .zipcode{
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
    }
    .customer_form ul li .zipcode #zipcode1{
        width: 30%;
    }
    .customer_form ul li .zipcode span {
        padding: 0 5px;
    }
    .customer_form ul li .zipcode input:last-child{
        flex-grow: 1;
    }
    .customer_form ul li.join_club label{
        text-align: center;
    }

    .note_block {
        clear: both;
        padding: 15px;
        border: solid 1px #CCCCCC;
        height: 250px;
        overflow: scroll;
    }
    .note_block > h3,
    .note_block > p,
    .note_block > ul,
    .note_block li {
        font-size: 14px;
        font-family: 'Yu Gothic UI',YuGothic,'Yu Gothic','ＭＳ Ｐゴシック','MS PGothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
        line-height: 1.6;
        background:none;
        margin-top:0;
    }

    .privacy_policy .warning_message{
        white-space: unset;
        line-height: 24px;
        text-align: left;
        font-family: YuMincho;
        font-style: normal;
        font-weight: normal;
        font-size: 14px;
        color: rgba(83,64,46,1);
        margin-block-start: 0;
        margin-block-end: 0;
        margin-bottom: 15px;
    }

    .privacy_policy_agree{
        display: block;
        width: 100%;
        padding: 0 0 10px;
        margin: 0 auto;
        font-size: 13px;
        text-align: left;
        box-sizing: border-box;
    }

    .privacy_policy_agree input[type="checkbox"] {
        margin-right: 5px;
        vertical-align: middle;
    }
    .privacy_policy_agree label {
        cursor: pointer;
    }

    .confirmation {
        text-align: center;
        padding-bottom: 30px;
    }
    .confirmation button[type="submit"]{
        display: block;
        max-width: 350px;
        width: 100%;
        padding: 20px;
        margin: 0 auto;
        color: #fff;
        border: none;
        font-size: 16px;
        letter-spacing: 0.06em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        outline: none;
        background-color: rgba(83,64,46,1);
        cursor: pointer;
    }

    .top-area {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        font-family: "游明朝体",serif;
    }
    .top-ttl {
        font-size: 24px;
        color: #896400;
        margin: 0 auto 15px;
    }
        .top-txt {
            font-size: 14px;
            color: #53402E;
            margin: 0 auto 50px;
            line-height: 2;
        }
}

.correction {
    display: none;
    text-align: center;
}
.correction button[type="submit"]{
    display: inline-block;
    max-width: 300px;
    width: 90%;
    padding: 20px;
    margin: 0 auto;
    color: #fff;
    border: none;
    font-size: 16px;
    letter-spacing: 0.06em;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    background-color: rgba(83,64,46,1);
    margin: 0 10px;
    cursor: pointer;
}
#btn_correction{
    background-color: #ffffff;
    color: rgba(83,64,46,1);
    border: 1px solid rgba(83,64,46,1);
}

.pd_bottom_10px {
    padding-bottom: 10px !important;
}

.thanks_message {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 800;
}

.answer_output {
    display: none;
}


.day-ttl {
    margin: 0px auto 10px;
}
.day-ttl span {
    display: inline-block;
    padding: 3px 5px;
    background-color: #896400;
    color: #fff;
}
.ttl-tag span{
    display: inline-block;
    padding: 3px 5px;
    font-size: 14px;
    background-color: #53402E;
    color: #fff;
}
.disc-area {
    color: #53402E;
}
.res-txt {
    font-size: 12px;
    color: #53402E;
    margin: 30px auto;
}
.guid-txt {
    margin: 30px auto 50px;
    padding: 10px;
    border: 1px solid #D6D4C7;
}
    .guid-txt p {
        font-size: 10px;
        color: #53402E;
        line-height: 1.6;
        letter-spacing: 0.1em;
    }
.disabled-class {
    pointer-events: none;
    color: #ccc;
}
/* .hide {
    display: none;
} */