@charset "utf-8";

/*展示会footer*/

.footer_exhibition {
    background: #F0EBE1;
    padding: 0;
    position: relative;
    height: 160px;
    display: flex;
}

.footer_exhibition_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1400px;
    margin: 0 auto;
}

.footer_exhibition_flex_left {
    display: flex;
    align-items: center;
    width: 39%;
    min-width: 520px;
    border-right: 1px solid #000;
}

.footer_exhibition_flex_center {
    width: calc(61% - 250px);
    padding-left: 34px;
}

.footer_exhibition_flex_center p {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
    color: #121212;
    margin-bottom: 12px;
    padding-left: 40px;
}

.footer_exhibition_flex_center ul {
    display: flex;
    margin-bottom: 14px;
}

.footer_exhibition_flex_center li {
    margin-right: 16px;
}

.footer_exhibition_flex_right {
    width: 250px;
    font-size: 2.0rem;
    margin-bottom: 0.5em;
    text-align: center;
    color: #5E5E5E;
}

.footer_exhibition_flex_left_img {
    width: 45%;
    margin-right: 5%;
}

.footer_exhibition_flex_left_text {
    width: 50%;
}

.footer_exhibition_flex_left_text p {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 1.2rem;
    text-align: left;
    color: #121212;
}

.footer_exhibition_flex_left_text_link {
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    text-decoration: underline;
    font-size: 1.2rem;
    text-align: left;
    color: #121212;
    margin-top: 14px;
}

.footer_exhibition_flex_left_text p a {
    color: #5E5E5E;
}

.footer_exhibition_flex_left_text p a:hover {
    opacity: 1;
    border-bottom: solid 1px;
}

p.footer_exhibition_flex_left_text_title {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.8rem;
    letter-spacing: 0.05em;
    text-align: left;
    color: #121212;
    margin-top: 3px;
    margin-bottom: 5px;
}

.inner_footer .footer_exhibition .footer_exhibition_buck {
    position: absolute;
    top: 50%;
    left: 2%;
    font-size: 1.4rem;
}

.inner_footer .footer_exhibition .buck_link span {
    color: #707070;
}

.footer_exhibition_flex_right_organizer {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
    color: #121212;
    margin-top: -7px;
    margin-bottom: 14px;
}

.footer_exhibition_flex_right_organizer em {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    font-style: normal;
}

.footer_exhibition_flex_right_contact {
    display: block;
    background: #121212;
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    letter-spacing: 0.08em;
    text-align: center;
    color: #fff;
}

a.footer_exhibition_flex_right_contact:hover {
    color: #fff !important;
}


/*footer_menu*/
/*.footer_menu {
    border-top: 1px solid #EBEBEB;
    padding: 15px 0 20px;
}
.footer_menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.footer_menu ul li {
    border-left: solid 1px #000;
    padding: 0 23px;
    display: flex;
    align-items: center;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.0rem;
    color: #121212;
}
.footer_menu ul li:first-child {
    border-left: none;
}*/

footer {
    border-top: 1px solid #EBEBEB;
    padding: 16px;
    text-align: center;
    display: flex;
    justify-content: center;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.0rem;
    color: #121212;
}
footer>span, footer>a {
    display: block;
}
footer>a::before {
    content: '|';
    display: inline-block;
    margin: 0 20px 0;
}

/* コンタクト */

#contact {
    /*position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 18, .6);
    z-index: 99;
    display: none;*/
}

#contact_inner {
    max-width: 1000px;
    height: 792px;
    margin: auto;
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    background: #fff;
    border-radius: 10px;
    padding: 70px;
}

#contact_h {
    font-family: "Noto Sans JP";
    font-size: 2.0rem;
    text-align: center;
    color: #121212;
    margin-bottom: 35px;
}

#contact_catalog {
    margin-bottom: -32px;
    text-align: right;
    height: 32px;
    display: none;
}

#contact.catalog #contact_catalog {
    display: block;
}

#contact_catalog a {
    display: inline-block;
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 12px;
    line-height: 32px;
    text-align: center;
    color: #fff;
    background: #C7B098;
    padding: 0 20px;
    border-radius: 30px;
}

#contact_catalog img {
    width: 15px;
    display: inline;
    vertical-align: middle;
    margin-left: 6px;
}

#contact table {
    width: 100%;
}

#contact th {
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-weight: normal;
    font-size: 1.4rem;
    color: #121212;
    padding-right: 10px;
    vertical-align: top;
    line-height: 45px;
}

#contact th span {
    margin-left: 5px;
    color: #8b4e0e;
}

#contact th span.no {
    color: rgba(0, 0, 0, 0);
}

#contact td {
    width: 100%;
    padding-bottom: 10px;
    font-size: 13px;
    line-height: 25px;
}

#contact select,
#contact input[type=text],
#contact textarea {
    width: 100%;
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.3rem;
    text-align: left;
    color: #121212;
    padding: 10px 20px;
    border-radius: 5px;
    border: 1px solid #A8A8A8;
    appearance: none;
}

#contact select option[selected] {
    background: #300;
}

#contact textarea {
    height: 140px;
}

#contact_caption {
    font-family: "Noto Sans JP";
    font-weight: bold;
    font-size: 1.2rem;
    text-align: left;
    color: #8b4e0e;
}

#contact_check {
    font-family: "Noto Sans JP";
    font-weight: normal;
    font-size: 1.2rem;
    text-align: center;
    color: #121212;
    margin-bottom: 20px;
}

#contact_check input {
    margin-right: 5px;
    vertical-align: middle;
}

#contact_check a {
    text-decoration: underline;
}

#contact button {
    width: 280px;
    padding: 10px;
    background: #000;
    font-family: "Noto Sans JP";
    font-size: 1.4rem;
    text-align: center;
    color: #fff;
    display: block;
    margin: auto;
    border: 1px solid #000;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
}

#contact button:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000;
}

#contact .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #121212;
    cursor: url('../img/common/cursor_on.svg') 8 8, auto;
}

#contact .close::after {
    content: '×';
    display: block;
    font-family: "Noto Sans JP";
    font-size: 32px;
}

#contact select._error,
#contact input[type=text]._error,
#contact textarea._error {
    border: 2px solid #C63C24 !important;
}

#contact input[type=text]._error::placeholder,
#contact textarea._error::placeholder {
    font-weight: bold;
    color: #c63c24;
}

#contact .error_msg {
    font-weight: bold;
    font-size: 12px;
    color: #c63c24;
}

#contact .buttons {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#contact .buttons>button {
    margin: 0 30px;
}


/* SP
------------------------------- */

@media screen and (max-width: 1024px) {
    .footer_exhibition {
        padding: 30px 15px;
        height: auto;
    }
    .footer_exhibition_flex {
        flex-direction: column;
        width: 100%;
    }
    .footer_exhibition_flex_left {
        flex-direction: column;
        width: 100%;
        text-align: center;
        border: none;
        min-width: 0;
    }
    .footer_exhibition_flex_center {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .footer_exhibition_flex_center p {
        font-size: 12px;
        color: #121212;
        margin-bottom: 12px;
        padding-left: 0;
        text-align: center;
    }
    .footer_exhibition_flex_center ul {
        justify-content: center;
        margin-bottom: 50px;
    }
    .footer_exhibition_flex_center li {
        margin-right: 16px;
    }
    .footer_exhibition_flex_right {
        margin-bottom: 0;
    }
    .footer_exhibition_flex_left_img {
        width: auto;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .footer_exhibition_flex_left_text {
        width: auto;
        max-width: 370px;
        padding-bottom: 20px;
        border-bottom: 1px solid #A8A8A8;
        margin-bottom: 20px;
    }
    .footer_exhibition_flex_left_text p {
        text-align: center;
        font-size: 12px;
    }
    .footer_exhibition_flex_left_text_link {
        text-align: center;
    }
    .footer_exhibition_flex_left_text p a {
        color: #5E5E5E;
    }
    p.footer_exhibition_flex_left_text_title {
        text-align: center;
        font-size: 18px;
    }
    /*footer_menu*/
/*    .footer_menu {
        padding: 30px 0;
    }
    .footer_menu ul {
        flex-direction: column;
    }
    .footer_menu ul li {
        font-size: 10px;
        border-left: none;
        margin-bottom: 20px;
    }
    .footer_menu ul li:first-child {
        border-left: none;
    }*/

    footer {
        padding: 19px 10px 22px;
        display: block;
        font-size: 1.0rem;
    }
    footer>span {
        display: block;
        margin: 0 0 20px 0;
    }
    footer>a {
        display: inline-block;
    }
    footer>a:first-of-type::before {
        content: '';
        display: inline-block;
        margin: 0;
    }

    /* コンタクト */
    .footer_exhibition_flex_right_contact {
        font-size: 14px;
    }
    #contact_inner {
        margin: auto;
        /*position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;*/
        background: #fff;
        border-radius: 10px;
        padding: 70px 20px;
        width: 90%;
        height: 90%;
        /*overflow-y: scroll;*/
    }
    #contact th {
        display: block;
        text-align: center;
    }
    #contact th span {
        margin-left: 5px;
        color: #8b4e0e;
    }
    #contact th span.no {
        color: rgba(0, 0, 0, 0);
    }
    #contact td {
        display: block;
        width: 100%;
        padding-bottom: 10px;
    }
    #contact select,
    #contact input[type=text],
    #contact textarea {
        width: 100%;
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 13px;
        text-align: left;
        color: #121212;
        padding: 10px 20px;
    }
    #contact textarea {
        height: 140px;
    }
    #contact_caption {
        font-family: "Noto Sans JP";
        font-weight: bold;
        font-size: 12px;
        text-align: left;
        color: #8b4e0e;
        text-align: center;
        margin-bottom: 8px;
    }
    #contact_check {
        font-family: "Noto Sans JP";
        font-weight: normal;
        font-size: 12px;
        text-align: center;
        color: #121212;
        margin-bottom: 20px;
    }
    #contact_check input {
        margin-right: 5px;
        vertical-align: middle;
    }
    #contact button {
        width: 280px;
        padding: 10px;
        background: #000;
        font-family: "Noto Sans JP";
        font-size: 14px;
        text-align: center;
        color: #fff;
        display: block;
        margin: auto;
    }
    #contact .close {
        position: absolute;
        top: 0px;
        right: 10px;
        color: #121212;
        cursor: url('../img/common/cursor_on.svg') 8 8, auto;
    }
    #contact .close::after {
        content: '×';
        display: block;
        font-family: "Noto Sans JP";
        font-size: 32px;
    }
    #contact .error_msg {
        margin-bottom: 5px;
    }
    #contact .buttons {
        display: block;
        justify-content: center;
        margin-top: 50px;
    }
    #contact .buttons>button {
        margin: 0 0 20px 0;
    }
}