@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

.logo-text {
    display: none;
}

.header-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-images {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    position: relative;
}

.header-image-left {
    flex: 1;
    max-height: 160px;
    object-fit: cover;
    margin-right: auto;
    width: auto;
    max-width: none;
}

.header-image-right-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.header-image-right {
    width: 100%;
    object-fit: cover;
}

.menu-container {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 8px;
    padding-right: 16px;
    box-sizing: border-box;
}

.menu-image-wrapper {
    display: flex;
    gap: 10px;
}

.menu-image-wrapper img {
    width: 100%;
    object-fit: cover;
}

#container {
    background-color: #ffffff;
}

#metaslider-id-78 {
    max-width: 1280px;
}

#content {
    margin: 0;
}

.grecaptcha-badge {
    visibility: hidden;
}

.rec-text {
    text-align: center;
    font-size: 0.7rem;
}

.form-wrapper {
    margin: 0 auto;
    overflow-x: auto;
    max-width: 880px;
    -webkit-overflow-scrolling: touch;
}

.form-table tbody tr th,
.form-table tbody tr td {
    border: 1px solid #333333;
}

.form-table tbody tr th {
    white-space: nowrap;
    background-color: #011b6a;
    color: #ffffff;
    font-weight: normal;
}

.form-table tbody tr th p,
.form-table tbody tr td p {
    margin-bottom: 0;
}

#form-caltable {
    text-align: center;
    margin-bottom: 0;
}

#form-caltable tbody tr td p span input {
    border: none;
    text-align: right;
}

.form-btn {
    text-align: center;
}

#form-btn {
    max-width: 480px;
    font-size: 1.2rem;
    padding: 12px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #ff7777;
    background-color: #ff1717;
    color: #ffffff;
}

.form-nowrap p {
    display:flex;
    align-items: center;
}

.form-name {
    max-width: 160px;
}

.form-zip {
    max-width: 120px;
}

.form-pref {
    max-width: 240px;
}

.form-order-nowrap {
    display:flex;
    align-items: center;
}

.form-textarea p span textarea {
    height: 88px;
    resize: vertical;
}

.required {
    font-size: 0.7rem;
    color: crimson;
}

.wpcf7-spinner {
    display: none;
}

@media screen and (max-width: 959px){
    .header-image-left {
        max-width: 360px;
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    
    .header-images {
        flex-direction: column;
        align-items: center;
    }
    
    .header-image-right-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .menu-container {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
}
