/**
Theme Name: Okuribito Theme
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: okuribito-theme
Template: astra
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');

@font-face {
    font-family: 'volte';
    src: url('./font/Volte.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'volte';
    src: url('./font/Volte-Light.otf') format('opentype');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'volte';
    src: url('./font/Volte-Semibold.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'volte';
    src: url('./font/Volte-Bold.otf') format('opentype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'neue-haas-grotesk-text';
    src: url('./font/NHaasGroteskTXPro-75Bd.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
}

.sp {
    display: block;
}

.pc {
    display: none;
}

.light-font {
    font-weight: 500;
    font-size: 16px;
}

.spacer-s {
    height: 20px;
}

.spacer-m {
    height: 50px;
}

/* ヘッダー固定 */
.site-header {
    z-index: 99;
    position: sticky;
    /*固定する*/
    position: -webkit-sticky;
    /*Safari用ベンダープレフィックス*/
    top: 0;
    /*ブラウザの上からの距離はゼロ*/
}

.site-title {
    display: none;
}

/* ヘッダーロゴサイズ */
header .custom-logo-link img {
    max-width: 160px;
}

.header-widget-area[data-section="sidebar-widgets-header-widget-1"] {
    height: 26px;
}

.ast-desktop .ast-primary-header-bar .main-header-menu>.menu-item {
    font-weight: bold;
}

.marker {
    background: linear-gradient(transparent 60%, #ff6 60%);
}

.spacing {
    letter-spacing: -1px;
}

.header-parent-table table {
    margin: 0;
}

.header-parent-table table thead tr th {
    background: #FFD52E;
    border-bottom: solid 1px #FFD52E;
    border-right: solid 1px #FFD52E;
    color: #000;
    font-size: 12px;
    padding: 4px 6px;
}

.header-parent-table table tbody tr td {
    padding: 2px;
    text-align: center;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    line-height: 1.3;
}

.time-table-title {
    font-weight: bold;
}

.header-p-reserve {
    background-color: #FFF2BF;
    padding: 1px;
    width: 43px;
    height: 43px;
    display: table;
    border-radius: 2px;
}

.header-p-reserve p {
    text-align: center;
    line-height: 1.2;
    color: #F5C400;
    font-weight: bold;
    font-size: 10px;
    display: table-cell;
    vertical-align: middle;
}

.n__btn_link {
    width: 100%;
    color: #FFF;
    /* text-shadow: 1px 1px 1px #5fd099; */
    background-color: #0091FF;
    font-weight: bold;
    display: flex;
    padding: 18px 5px 15px 36px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.n__btn_link:hover {
    color: #FFF;
    background-color: #0091FF;
    opacity: 0.7;
}

.n__btn_link_inner {
    width: 100%;
    text-align: center;
}

.n__btn__txt01 {
    display: block;
    margin: 0;
    font-size: 16px;
    font-weight: 900;
    line-height: 1.3;
}

.n__btn__txt02 {
    display: block;
    font-size: 9px;
}

.n__btn_link_inner_ic {
    margin-right: 10px;
}

.radius-40 {
    border-radius: 40px;
}

.ast-custom-button-link {
    text-decoration: none;
}

.line__btn_link {
    width: 100%;
    color: #FFF;
    background-color: #2CDE63;
    font-weight: bold;
    display: flex;
    padding: 5px 5px 5px 45px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-decoration: none;
}

.line__btn_link:hover {
    color: #FFF;
    background-color: #9bfbba;
}

.line__btn_link_inner {
    width: 100%;
    text-align: center;
}

.line__btn__txt01 {
    display: block;
    margin: 0;
    font-size: 15px;
    font-weight: 900;
    line-height: 1;
}

.line__btn__txt02 {
    display: block;
    font-size: 11px;
    line-height: 1.3;
}

.right-btn__block {
    margin-left: 8px;
}

.line__btn__img01 {
    width: 150px;
}

.line__btn_link_inner_ic {
    margin-right: 10px;
}

.max_width_btn {
    max-width: 430px;
}

.dot_border_wrapper {
    width: 100%;
    background: #FFF;
    text-align: center;
    padding: 0px 20px;
}

.dot_border_wrapper .dot_border_img {
    width: 100%;
    max-width: 430px;
}

.site-primary-footer-wrap {
    padding-top: 5px;
}

.footer__col {
    width: 100%;
    display: block;
    color: #FFF;
    margin-top: 10px;
}

.footer__link {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: auto !important;
    max-width: 350px;
    justify-content: space-between;
    padding: 0px 50px;
}

.footer__col p {
    margin: 0;
}

.footer__link>li {
    padding: 0 5px;
    margin-bottom: 20px;
    width: 50%;
}

.footer__link>li:nth-child(odd) {
    color: #fff;
    text-align: left;
}

.footer__link>li:nth-child(even) {
    color: #fff;
    text-align: right;
}

.footer__link>li>a {
    color: #FFF;
    font-size: 1.0rem;
    font-weight: bold;
    letter-spacing: -1px;
    text-decoration: none
}

.footer_contact {
    margin: auto !important;
    text-align: center;
    max-width: 437px;
}

.footer_contact .phone {
    display: inline-block;
    position: relative;
    line-height: 1;
    color: #FFF;
    font-weight: bold;
    font-size: 2.0rem;
    margin-top: 0px;
    padding-bottom: 8px;
    text-decoration: none;
}

.footer_contact .phone:after {
    content: '';
    position: absolute;
    z-index: 1;
    height: 1px;
    left: 0;
    right: 0;
    background-color: #fff;
    bottom: 0;
}

.footer_contact .txtSm {
    margin-top: 20px;
    font-size: 0.7rem;
    color: #999999;
}

.footer_contact .txtSm a {
    color: #999999;
    text-decoration: underline;
}

/** 固定フッターエリア */
.footer-bar-list {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    /* cursor: pointer; */
    margin: 0;
}

.tel__btn_link {
    width: 100%;
    height: 60px;
    color: #FFF;
    background-color: #14bf63;
    font-weight: bold;
    display: flex;
    /* padding: 12px 26px 12px 26px; */
    padding: 12px 6px 12px 6px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    border-top: 1px solid #000;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    /* border-right: 1px solid #000; */
}

.tel__btn_link:hover, .tel__btn_link:focus {
    color: #FFF;
    opacity: 0.5;
}

.net__btn_link {
    width: 100%;
    color: #FFF;
    background-color: #f86904;
    font-weight: bold;
    display: flex;
    /* padding: 12px 26px 12px 26px; */
    padding: 12px 6px 12px 6px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
    border: 1px solid #000;
}

.net__btn_link:hover, .net__btn_link:focus {
    color: #FFF;
    opacity: 0.5;
}

.footer__btn_link_inner {
    display: flex;
    align-items: center;
}

.footer__btn_link_inner_ic {
    margin-right: 8px;
    font-size: 18px;
}

.footer__btn_link_inner_ic>img {
    width: 30px;
}

.ast-scroll-to-top-right {
    right: 15px;
    bottom: 100px;
}

.site-footer {
    padding-bottom: 44px;
}

/** 固定フッターエリア */

/* 画面サイズが922px以上に適用 */
@media (min-width: 922px) {

    /* ヘッダーロゴサイズ */
    header .custom-logo-link img {
        max-width: 240px;
    }

    .site-footer {
        padding-bottom: 0;
    }

    .footer-bar-list {
        display: none;
    }

    .sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .header-parent-table table thead tr th {
        background: #FFD52E;
        color: #000;
        font-size: 12px;
        padding: 2px 6px;
    }

    .header-parent-table table tbody tr td {
        padding: 2px 12px;
        text-align: center;
        box-sizing: border-box;
        color: #000;
        font-size: 12px;
        line-height: 1.7;
    }

    .header-parent-flex {
        display: flex;
        padding: 10px 0;
    }

    .header-child {
        display: block;
    }

    .header-child-calendar-flex {
        display: flex;
        align-items: center;
    }

    .header-child-calendar-title>span {
        background-color: #FFD52E;
        font-size: 12px;
        font-weight: bold;
        color: #000;
        border-radius: 4px;
    }

    .calendar-title {
        padding: 3px 12px;
    }

    .holiday-title {
        padding: 3px 18px;
    }

    .header-child-calendar-body>p {
        margin: 0;
        font-size: 12px;
        font-weight: bold;
        color: #000;
        line-height: 20px;
        margin-left: 8px;
    }

    .header-child-tel {
        margin-left: 24px;
    }

    .header-child-tel-p {
        margin: 0;
        font-size: 12px;
        font-weight: bold;
        color: #000;
    }

    .header-child-tel-title>span {
        color: #F5C400;
        background-color: #FFF2BF;
        font-weight: bold;
        font-size: 13px;
        padding: 3px 24px;
        border-radius: 4px;
    }

    .tel-icon {
        color: #000;
        background: #F5C400;
        padding: 6px;
        border-radius: 20px;
    }

    .header-child-tel-button>span {
        font-size: 18px;
        font-weight: bold;
        color: #000;
        margin-left: 8px;
    }

    .site-content .ast-container {
        display: block;
    }

    .ast-builder-menu .main-navigation>ul {
        font-size: 13px;
    }

    .footer__link {
        padding: 0px 10px;
    }

    .footer__link>li:nth-child(even) {
        color: #fff;
        text-align: left;
    }

}

@media (max-width: 921px) {
    .ast-builder-grid-row-container.ast-builder-grid-row-tablet-3-equal .ast-builder-grid-row {
        grid-template-columns: 1fr;
    }
}