/*
    Theme Name: SWELL
    Theme URI: https://swell-theme.com/
    Description: シンプルなのに高機能。ブロックエディターの使い心地にこだわった国内最高峰のWordPressテーマ
    Version: 2.12.0
    Requires at least: 5.6
    Requires PHP: 7.3.0
    Author: LOOS,Inc.
    Author URI: https://loos.co.jp/
    Text Domain: swell
    Domain Path: /languages
    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ========================================
   Header Styles (共通)
   ======================================== */
@media screen and (min-width: 960px) {
    .gnav-wrapper {
        align-items: center;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 30px rgba(0, 53, 76, .10);
        flex-direction: row;
        display: flex;
        min-height: 55px;
        padding: 12px 20px;
        width: 100%;
        max-width: 1200px;
        margin: 10px auto 0;
    }

    .gnav-wrapper .l-header__logo {
        padding: 0;
    }

    .header-cta__button {
        width: 290px;
    }

    .header-cta__button a {
        border-radius: 6px;
        color: #fff;
        display: block;
        height: 48px;
        line-height: 48px;
        text-align: center;
        width: 100%;
    }

    .header-cta__button a:hover {
        opacity: 1;
    }

    .header-cta__phone {
        font-size: 16px;
        font-weight: 700;
        text-align: right;
    }

    .header-cta__opening-hours {
        display: inline-block;
        font-size: 14px;
        font-weight: 500;
        opacity: .75;
        margin-left: 8px;
    }

    .coming-soon {
        display: block;
        font-size: 10px;
        font-weight: 400;
        line-height: 1;
        margin-top: -4px;
    }
}
