@charset "UTF-8";
/*
Theme Name: Emanon Premium child
Theme URI: https://wp-emanon.jp/emanon-premium/
Author: 株式会社イノ・コード
Author URI: https://innocord.co.jp/
Description: Emanon Premiumnの子テーマです。
Template: emanon-premium
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:one-column, two-columns, three-columns, left-sidebar, right-sidebar, theme-options
*/

/*=================================================
共通設定
=================================================*/

/*見出し
-------------------------------------------------*/
h2.is-style-default {
    border-bottom: solid 3px #eeee22;
    position: relative;
}

h2.is-style-default:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #471212;
    bottom: -3px;
    width: 20%;
}

h3.is-style-default {
    border-bottom: solid 3px #eeee22;
    position: relative;
}

h3.is-style-default:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #471212;
    bottom: -3px;
    width: 20%;
}

h4.is-style-default {
    border-bottom: #471212 3px dotted;
}

/*テーブル
-------------------------------------------------*/
table.bottom-only,
table.bottom-only th,
table.bottom-only td {
    background-color: transparent;
    border: none;
}

table.bottom-only th {
    border-bottom: solid 1.5px #471212;
    text-align: left;
    padding: 1em 0.5em;

}

table.bottom-only td {
    border-bottom: solid 1.5px #b8bcc0;
}

@media (max-width: 767.98px) {
    div.responsive-table {
        width: 100%;
        overflow-x: scroll;
    }

    .responsive-table table th,
    .responsive-table table td {
        white-space: nowrap;
    }
}

table.bottom-only th.grey,
table.bottom-only td.grey{
    border-bottom: solid 1.5px #b8bcc0;
}

/*=================================================
フロントページ
=================================================*/

/*TEL
-------------------------------------------------*/
#front-tel {
    margin: 1em 0;
}

#front-tel p {
    font-size: 1.6rem;
    text-align: center;
    font-weight: bold;
}

#front-tel p.service-time {
    font-size: 0.85rem;
}

#front-tel p i {
    padding-right: 0.5rem;
}

#front-tel p a {
    color: #333;
}

#front-tel p a:hover,
#front-tel p a:focus {
    opacity: 0.7;
    text-decoration: underline;
}

/*=================================================
コンタクトフォーム
=================================================*/

.wpcf7 input {
    width: 100%;
}

.wpcf7 select.w80 {
    width: 80%;
}

.wpcf7 textarea {
    width: 100%;
}

input.wpcf7-submit {
    display: block;
    width: 40%;
    margin: 40px auto;
    text-align: center;
}

.wpcf7-spinner {
    display: none;
}

.wpcf7-form p {
    text-align: center;
}