/**
 * Contact セクション
 */

 .tok-contact {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    text-align: center;
    padding: 0 20px;
}

.tok-contact-description {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
}

.tok-contact-button {
    margin-bottom: 30px;
}

.tok-contact-button a {
    display: inline-block;
    position: relative;
    padding: 14px 52px 14px 32px;
    background: #686868;
    color: #fff;
    border: 1px solid #686868;
    border-radius: 4px;
    text-decoration: none;
    font-size: 1rem;
    text-box-trim: trim-both;
    transition: .3s;
}
.tok-contact-button i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    font-size: 20px;
}
.tok-contact-button a:hover {
    color: #333;
    background: #fff;
}

.tok-contact-tel {
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: .015em;
    margin-bottom: 8px;
}

.tok-contact-time {
    font-size: 13px;
    color: #666;
}

/* エディタ内スタイル */
.editor-styles-wrapper .tok-contact {
    outline: 1px dashed #e0e0e0;
    padding: 20px;
}

.editor-styles-wrapper .tok-contact-description {
    outline: 1px dashed #ddd;
    padding: 10px;
    min-height: 50px;
    margin-bottom: 20px;
}
.editor-styles-wrapper .tok-contact-fields {
    margin-bottom: 20px;
}
.editor-styles-wrapper .tok-contact-fields .components-base-control {
    margin-bottom: 15px;
}
/* PC/SP表示切り替え */
.tok-contact-description-pc { display: block; }
.tok-contact-description-sp { display: none; }

@media screen and (max-width: 768px) {
    .tok-contact-description-pc { display: none; }
    .tok-contact-description-sp { display: block; }
}

/* エディタ内タブスタイル */
.tok-contact-tabs .components-tab-panel__tabs {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}

.tok-contact-tabs .components-button {
    padding: 10px 20px;
    border: none;
    background: transparent;
    cursor: pointer;
}

.tok-contact-tabs .components-button.is-active {
    border-bottom: 2px solid #2271b1;
    font-weight: 600;
}

@media screen and (max-width: 768px) {
    .tok-contact-description {
        margin-bottom: 20px;
        font-size: .85rem;
    }
    .tok-contact-button {
        margin-bottom: 20px;
    }
    .tok-contact-button a {
        font-size: .85rem;
    }
}

.tok-contact-company {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 20px;
    white-space: pre-wrap;
}

@media screen and (max-width: 768px) {
    .tok-contact-company {
        font-size: 13px;
    }
}