@charset "UTF-8";

/* contact form
-------------------------------------------------------------*/
.contact-body{
    width: 100%;
}
.body-inquiry{
    width: 100%;
    max-width:1020px;
    border: 4px solid #965F36;
    margin: 0 auto;
    padding:100px 0;
}
.contact-table {
    width: 100%;
    max-width:760px;
    margin: 0 auto;
}
.table-list {
    letter-spacing: 0.05em;
    width: 100%;
    padding-bottom: 60px;
}
.table-list dt {
    font-size: 2.1rem;
    font-weight: 600;
    line-height:1.4;
    padding:0.1em 0;
    letter-spacing:0.03em;
    margin-bottom:10px;
}
#contact-table-confirm .table-list {
    padding-bottom: 72px;
}
#contact-table-confirm .table-list dt {
    line-height:1.5;
    padding:0;
    margin-bottom:20px;
}
#contact-table-confirm .table-list dd {
    overflow-wrap: break-word;
}
#contact-confirm .table-list dt {
    padding:0;
}
.table-list-address {
    flex-wrap: wrap;
}
.table-list-address .input-area {
    margin-bottom: 10px;
}
.input-area {
    letter-spacing: 0.05em;
    padding: 0 10px;
    border: none;
    width: 100%;
    height: 50px;
    box-sizing: border-box;
    border: 2px solid #d8d8d8;
    background-color:#f5f5f5;
    font-size: 1.6rem;
}
#contact-table-confirm .table-list td {
    line-height:1.5;
}

@media(min-width:9769px) {
    #contact-confirm .table-list td {
        font-size: 1.3rem;
        padding: 0 2em;
    }
    .contact-table {
        max-width:580px;
        padding-bottom:8px;
        padding-bottom:32px;
    }
    .table-list {
        margin-bottom: 56px;
    }
    .table-list dt {
        font-size: 1.8rem;
    }
    .table-list-address .input-area {
        margin-bottom: 13px;
    }
    .input-area {
        padding: 0 13px;
        height: 40px;
        font-size: 1.6rem;
    }
}
input::placeholder {
    color: #bfbfbf;
    color: #9fa0a0;
    font-size: 1.2rem;
    font-weight: 400;
}

textarea {
    width: 100%;
    height: 340px;
    padding: 10px;
    box-sizing: border-box;
    border: 2px solid #d8d8d8;
    background-color:#f5f5f5;
    font-size: 1.6rem;
    resize: vertical;
}
textarea::placeholder {
    color: #bfbfbf;
    font-size: 1.3rem;
    font-weight: 400;
}

input[type="text"] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
@media only screen and (max-width:768px) {
    textarea {
        font-size: 1.4rem;
    }
}

@media(min-width:769px) {
    textarea {
        height: 240px;
        font-size: 1.8rem;
    }
    textarea::placeholder {
        font-size: 1.4rem;
    }
}

/*  submit button
-------------------------------------------------------------*/
.submit-button{
    width:144px;
    margin:0 auto;
    padding:11px 10px 12px;
    text-align:center;
    display:block;
    box-sizing: border-box;
    font-family: 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'Shippori Mincho', 'MS PMincho', 'EB Garamond', serif;
    font-family: 'Arial', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size:1.5rem;
    font-weight:500;
    letter-spacing: .02em;
    line-height: 1.3;
    color: #fff;
    background-color: #2F2725;
    border:1px solid #2F2725;
    cursor: pointer;
    transition: color cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s,background-color cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}

@media (hover: hover) and (pointer: fine) {
    .submit-button:hover{
        border:1px solid #B5B5B5;
        background-color:#B5B5B5;
        color: #fff;
    }
}

.contact-button{
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    margin:0 auto;
    padding:32px 0 32px;
}
.contact-button li{
    width:144px;
    margin:0 0 0 20px;
}
.contact-button li a,
.contact-button li input{
    width:100%;
    padding:10px 20px 11px;
    text-align:center;
    display:block;
    box-sizing: border-box;
    font-family: 'YuMincho', 'Hiragino Mincho ProN', 'Yu Mincho', 'Shippori Mincho', 'MS PMincho', 'EB Garamond', serif;
    font-family: 'Arial', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif;
    font-size:1.5rem;
    font-weight:500;
    letter-spacing: .02em;
    line-height: 1.3;
    color: #fff;
    background-color: #2F2725;
    border:1px solid #2F2725;
    cursor: pointer;
    transition: color cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s,background-color cubic-bezier(0.165, 0.84, 0.44, 1) 0.4s;
}
.contact-button li:nth-of-type(1) a,
.contact-button li:nth-of-type(1) input{
    border:1px solid #6D6E71;
    color: #fff;
    background-color: #6D6E71;
}
#contact-finish .buttonSection a{
    max-width:320px;
    font-size:2rem;
}

@media (hover: hover) and (pointer: fine) {
    .contact-button li a:hover,
    .contact-button li input:hover{
        color: #306095;
        background-color: #fff;
        border:1px solid #B5B5B5;
        background-color:#B5B5B5;
        color: #fff;
    }
    .contact-button li:nth-of-type(1) a:hover,
    .contact-button li:nth-of-type(1) input:hover{
        color: #2F2725;
        background-color: #fff;
        border:1px solid #B5B5B5;
    }
}

@media only screen and (min-width:769px) {
    .submit-button{
        width:180px;
        padding:14px 13px 15px;
        font-size:1.8rem;
    }
    .contact-button{
        padding:40px 0 40px;
    }
    .contact-button li{
        width:180px;
        margin:0 0 0 26px;
    }
    .contact-button li a,
    .contact-button li input{
        padding:13px 24px 14px;
        font-size:1.8rem;
    }
    .contact-button li:nth-of-type(1) a,
    .contact-button li:nth-of-type(1) input{
    }
    #contact-finish .buttonSection a{
        max-width:320px;
        font-size:2.4rem;
    }
}

/*  message error,error-message
-------------------------------------------------------------*/
.contact-message {
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
    margin-bottom: 60px;
    font-weight:400;
}
.contact-message p{
    line-height: 2;
    margin-bottom: 30px;
}
.contact-message dt,.contact-message dd{
    line-height: 2;
    margin-bottom: 0;
}
.confirm-message{
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #2F2725;
    margin-bottom: 0.8em;
}
.mailto-message{
    width:90%;
    width:72%;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    margin-top:-40px;
    margin-bottom:80px;
}
.mailto-inquiry{
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    align-items: center;
    justify-content: space-around;
    padding:1.2em 0;
}
.mailto-inquiry dt{
    font-weight:500;
    letter-spacing: 0.01em;
    font-size:1.3rem;
    line-height: 1.3;
    color:#2F2725;
}
.mailto-inquiry dd{
    margin-bottom:0.2em;
    padding-left:1em;
    padding-right:1em;
}
.mailto-inquiry dd a{
    font-size:1.3rem;
    line-height: 1.3;
    letter-spacing: 0.01em;
    color:#2F2725;
}
@media (hover: hover) and (pointer: fine) {
    .mailto-inquiry dd a{
        transition: color cubic-bezier(0.42, 0, 0.58, 1) 0.4s;
    }
    .mailto-inquiry dd a:hover{
        color:#B5B5B5;
    }
}
@media only screen and (min-width:17690px) {
    .mailto-inquiry .mailto-anchor a {
        white-space: nowrap;
    }
    .contact-message {
        font-size: 1.8rem;
        margin-bottom: 64px;
    }
    .confirm-message{
        font-size: 2.4rem;
        margin-bottom: 0.8em;
    }
    .mailto-message{
        width:84%;
        margin-top:-40px;
        margin-bottom:80px;
    }
    .mailto-inquiry dt{
        font-size:1.6rem;
    }
    .mailto-inquiry dd a{
        font-size:1.6rem;
    }
}
.message-notice {
    color: #c10811;
    font-size: 1.3rem;
}
p.error-text {
    color: #c10811;
    font-size: 1.3rem;
    padding:0.4em 0 0;
}
.error-message {
    background-color: #A09857;
    background-color: #2F2725;
    border-radius: 100px;
    color: #fff;
    display: table;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1;
    margin: 0 auto 30px;
    padding: 16px 32px;
    position: relative;
}
.error-message{
    color: #fff;
}
.essential {
    padding: 0 10px;
    display:inline-block;
    color: #fff;
    color: #9fa0a0;
    font-size: 1.2rem;
    margin:0 0 0 0.8em;
    padding:0 0 0.2em 0;
    line-height:1.1;
    font-weight:500;
}

/*  message error,error-message
-------------------------------------------------------------*/
.title-error {
    text-align: center;
    font-size: 2rem;
    font-weight: 500;
    color: #E5A333;
    margin-bottom: 0.8em;
    color: #ce314a;
}
.items-failure{
    text-align:center;
    padding:2em 0;
}
.items-failure li {
    font-size:1.3rem;
}
.sorry-message {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.7;
    margin-top: 0.5em;
    margin-bottom: 56px;
    font-weight:500;
}


/*  radio input
-------------------------------------------------------------*/
.radio-inquiry-type{
    padding:0.2em 0;
}
.radio-inquiry-type li{
    display: flex;
    align-items: center;
    height:2em;
    margin-bottom:10px;
    margin-left:0;
}
.radio-inquiry-type label {
    display: block;
}
.radio-inquiry-type input[type="radio"] {
    appearance: none;
    display: none;
    opacity: 0;
    width: 1px;
    position: absolute;
    height: 1px;
}
.radio-inquiry-type input[type="radio"] + span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1.6rem;
    padding-left:40px;
}
.radio-inquiry-type input[type="radio"] + span::before,
.radio-inquiry-type input[type="radio"] + span::after {
    position: absolute;
    content: "";
    display: block;
    border-radius: 50%;
    top: 0;
    bottom: 0;
    margin: auto 10px auto 0;
    box-sizing: border-box;
}
.radio-inquiry-type input[type="radio"] + span::before {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    border: 2px solid #d8d8d8;
    left: 0;
}
.radio-inquiry-type input[type="radio"] + span::after {
    width: 18px;
    height: 18px;
    background: #CCA1DD;
    left: 6px;
    opacity: 0;
}
.radio-inquiry-type input[type="radio"]:checked + span::before {
   /* background-color: #999;
    border-color: #999;*/
}
.radio-inquiry-type input[type="radio"]:checked + span::after {
    opacity: 1;
    background: #CCA1DD;
}
@media (max-width: 650px) {
    .radio-inquiry-type input[type="radio"] + span {
        padding: 10px 11px 8px 36px;
    }
    .radio-inquiry-type input[type="radio"] + span {
        font-size: 1.3rem;
    }
}
.table-lang .radio-inquiry-type,
.table-banner .radio-inquiry-type{
    display:flex;
    flex-wrap:wrap;
}
.table-banner .radio-inquiry-type li{
    width:40%;
}
.table-lang .radio-inquiry-type li{
    width:30%;
}
@media (max-width: 650px) {
    .table-banner .radio-inquiry-type li{
        width:44%;
    }
    .table-lang .radio-inquiry-type li{
        width:40%;
    }
}

@media only screen and (max-width:1079px) {
    .body-inquiry{
        border-width: 2px;
        padding:28px 24px;
    }
    .table-list dt {
        font-size: 1.6rem;
    }
    .input-area {
        font-size: 1.6rem;
    }
    .radio-inquiry-type input[type="radio"] + span::before {
        width: 25px;
        height: 25px;
    }
    .radio-inquiry-type input[type="radio"] + span::after {
        width: 15px;
        height: 15px;
        left: 5px;
    }
    #contact .content-main {
        width:94%;
    }
    .mailto-message{
        width:80%;
        margin-bottom:64px;
    }
    .table-list {
        margin-bottom: 28px;
        padding-bottom:0;
    }
    #contact-table-confirm .table-list {
         padding-bottom: 0;
     }
    .contact-table {
        padding-bottom: 0;
    }
    .input-area {
        height: 40px;
    }
    #contact-table-confirm .table-list td {
        line-height:1.5;
    }

}


/*  form input-area hide and seek
-------------------------------------------------------------*/
.form_contact{}
.form_contact_01{}
.form_contact_02{}
.form_contact_03{}
.form_contact_04{}
.form_contact_05{}

.form_contact .item-picname,
.form_contact .table-company,
.form_contact .table-department,
.form_contact .table-banner,
.form_contact .table-lang ,
.form_contact_01 .item-picname,
.form_contact_01 .table-company,
.form_contact_01 .table-department,
.form_contact_01 .table-banner,
.form_contact_01 .table-lang {
    display: none;
}

.form_contact_02 .item-yourname,
.form_contact_02 .table-banner,
.form_contact_02 .table-lang {
    display: none;
}

.form_contact_03 .item-yourname,
.form_contact_03 .table-banner,
.form_contact_03 .table-lang {
    display: none;
}

.form_contact_04 .item-yourname,
.form_contact_04 .table-banner,
.form_contact_04 .table-contents {
    display: none;
}

.form_contact_05 .item-yourname,
.form_contact_05 .table-lang,
.form_contact_05 .table-contents {
    display: none;
}

.confirm-type-01{}
.hidden-inquiry-type{
    display: none;
}

.confirm-type-01 .item-picname,
.confirm-type-01 .table-company,
.confirm-type-01 .table-department,
.confirm-type-01 .table-banner,
.confirm-type-01 .table-lang {
    display: none;
}

.confirm-type-02 .item-yourname,
.confirm-type-02 .table-banner,
.confirm-type-02 .table-lang {
    display: none;
}

.confirm-type-03 .item-yourname,
.confirm-type-03 .table-banner,
.confirm-type-03 .table-lang {
    display: none;
}

.confirm-type-04 .item-yourname,
.confirm-type-04 .table-banner,
.confirm-type-04 .table-contents {
    display: none;
}

.confirm-type-05 .item-yourname,
.confirm-type-05 .table-lang,
.confirm-type-05 .table-contents {
    display: none;
}

/*  hover effect
-------------------------------------------------------------*/
@media (hover: hover) and (pointer: fine) {
}

/*  responsive style
-------------------------------------------------------------*/
@media only screen and (max-width:768px) {
}
@media only screen and (min-width:769px) {
}
@media only screen and (min-width:1280px) {
}
@media only screen and (min-width:769px) {
}
