@charset "utf-8"; /*
Theme Name: sekida
*/
@font-face {
    font-family: 'helvetica';
    src: url('./font/helvetica.woff') format('woff');
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, img, figure, a, table, tr, th, td, address {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font-weight: normal;
    font-style: normal;
    vertical-align: baseline;
    box-sizing: border-box;
}

article, header, footer, aside, figure, figcaption, nav, section {
    display: block;
}

body {
    line-height: 1;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    vertical-align: baseline;
    background: transparent;
    color: inherit;
}

ol, ul {
    list-style: none;
    list-style-type: none;
}

img {
    max-width: 100%;
    height: auto;
    box-sizing: content-box;
    border-style: none;
    vertical-align: middle;
}

.pc_only {
    display: none;
}

.pcbr {
    display: none;
}

@media screen and (min-width: 768px) {
    [href*='tel:'] {
        pointer-events: none;
    }

    a, a:hover {
        transition: .2s;
    }

    .pc_only {
        display: block;
    }

    .sp_only {
        display: none;
    }

    .pcbr {
        display: block;
    }

    .spbr {
        display: none;
    }
}

/*==========================

ユーティリティ

===========================*/
.mt-0 {
    margin-top: 0!important;
}

.mt-15 {
    margin-top: 15px!important;
}

.mt-20 {
    margin-top: 20px!important;
}

.mt-25 {
    margin-top: 25px!important;
}

.mt-30 {
    margin-top: 30px!important;
}

.mt-40 {
    margin-top: 40px!important;
}

.mt-45 {
    margin-top: 45px!important;
}

.mt-50 {
    margin-top: 50px!important;
}

.mt-60 {
    margin-top: 60px!important;
}

.mt-70 {
    margin-top: 70px!important;
}

.mt-80 {
    margin-top: 80px!important;
}

.mt-100 {
    margin-top: 100px!important;
}

.mb-0 {
    margin-bottom: 0!important;
}

.mb-15 {
    margin-bottom: 15px!important;
}

.mb-20 {
    margin-bottom: 20px!important;
}

.mb-25 {
    margin-bottom: 25px!important;
}

.mb-30 {
    margin-bottom: 30px!important;
}

.mb-40 {
    margin-bottom: 40px!important;
}

.mb-45 {
    margin-bottom: 45px!important;
}

.mb-50 {
    margin-bottom: 50px!important;
}

.mb-60 {
    margin-bottom: 60px!important;
}

.mb-70 {
    margin-bottom: 70px!important;
}

.mb-80 {
    margin-bottom: 80px!important;
}

.mb-100 {
    margin-bottom: 100px!important;
}

.t-c {
    text-align: center!important;
}

.t-l {
    text-align: left!important;
}

.t-r {
    text-align: right!important;
}

@media screen and (max-width: 767px) {
    .mt-15 {
        margin-top: 10px!important;
    }

    .mt-20 {
        margin-top: 15px!important;
    }

    .mt-25 {
        margin-top: 20px!important;
    }

    .mt-30 {
        margin-top: 20px!important;
    }

    .mt-40 {
        margin-top: 30px!important;
    }

    .mt-45 {
        margin-top: 30px!important;
    }

    .mt-50 {
        margin-top: 35px!important;
    }

    .mt-60 {
        margin-top: 40px!important;
    }

    .mt-70 {
        margin-top: 50px!important;
    }

    .mt-80 {
        margin-top: 60px!important;
    }

    .mt-100 {
        margin-top: 60px!important;
    }

    .mb-15 {
        margin-bottom: 10px!important;
    }

    .mb-20 {
        margin-bottom: 15px!important;
    }

    .mb-25 {
        margin-bottom: 20px!important;
    }

    .mb-30 {
        margin-bottom: 20px!important;
    }

    .mb-40 {
        margin-bottom: 30px!important;
    }

    .mb-45 {
        margin-bottom: 30px!important;
    }

    .mb-50 {
        margin-bottom: 35px!important;
    }

    .mb-60 {
        margin-bottom: 40px!important;
    }

    .mb-70 {
        margin-bottom: 50px!important;
    }

    .mb-80 {
        margin-bottom: 60px!important;
    }

    .mb-100 {
        margin-bottom: 60px!important;
    }
}

/*==========================

全体設定

===========================*/
html {
    font-size: 62.5%;
    touch-action: manipulation;
}

body {
    font-family: -apple-system, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    /* font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; */
    font-size: 1.4em;
    font-weight: 500;
    line-height: 1.56;
    color: #4D4D4D;
}

.wrap {
    margin: auto;
    padding: 0 15px;
}

.hel {
    font-family: 'helvetica', sans-serif;
}

@media screen and (min-width: 768px) {
    body {
        font-size: 1.6em;
    }

    body {
        background-size: cover;
    }

    .wrap {
        max-width: 1060px;
        padding: 0 30px;
    }

    .top .wrap {
        max-width: 1160px;
    }
}

/*==========================

ヘッダー

===========================*/
.header {
    width: 100%;
    top: 0;
    z-index: 100;
}

.header-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /*ヘッダー高さ*/
    height: 60px;
}

.header-logo {
    width: 258px;
    margin-left: 10px;
}

/*トップページのみ*/
.top .header-logo {
    position: absolute;
    top: -25px;
    left: 5px;
    width: 180px;
    z-index: 100;
}

@media screen and (min-width: 992px) {
    .header-logo {
        margin-left: 30px;
    }

    .header-wrap {
        /*ヘッダー高さ*/
        height: 80px;
    }

    .top .header-logo {
        top: -65px;
        width: 400px;
    }
}

/*
グローバルナビ
===========================*/
.gnav {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(100%);
    background: #93B881;
    transition: transform .25s;
    padding: 4em 0;
    text-align: center;
    z-index: 101;
}

.gnav.active {
    transform: translateX(0);
}

.gnav-list {
    margin: 1em 0;
}

.gnav-list li a {
    display: block;
    text-align: center;
    padding: 1em;
    color: #fff;
    font-weight: 700;
    font-size: 1.5rem;
}

.gnav .mail-btn {
    width: 120px;
    height: 120px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid;
    font-size: 1.5rem;
    position: relative;
    padding-top: 45px;
    font-weight: 700;
    line-height: 1.3;
}

.gnav .mail-btn:hover {
    filter: brightness(115%);
}

.gnav .mail-btn::before {
    content: "";
    background-image: url(img/btn_mail_w.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 24px;
    position: absolute;
    top: -45px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (min-width: 992px) {
    .gnav {
        display:flex;
        justify-content: flex-end;
        align-items: center;
        position: static;
        width: calc(100% - 240px);
        height: auto;
        margin-left: auto;
        transform: translateX(0);
        background: none;
        padding: 0;
    }

    .gnav-list {
        display: flex;
        justify-content: space-between;
        margin: 0 15px;
    }

    .gnav-list li a {
        border-right: 1px solid;
        line-height: 1;
        padding: 0 20px;
        color: #555;
        font-weight: inherit;
    }

    .gnav-list li a:hover {
        opacity: 0.6;
    }

    .gnav-list li:last-child a {
        border-right: none;
    }

    .gnav .mail-btn {
        width: 100px;
        height: 80px;
        font-size: 1.3rem;
        border: none;
        background-color: #B3B3B3;
        padding-top: 34px;
    }

    .gnav .mail-btn::before {
        top: -36px;
    }

    .gnav .mail-btn:hover {
        background-color: #93B881;
        filter: none;
    }
}

/*
ハンバーガーメニュー
===========================*/
.hamburger-wrap {
    z-index: 102;
    position: fixed;
    top: 15px;
    right: 15px;
    align-items: center;
    justify-content: center;
}

.hamburger {
    width: 40px;
    height: 22px;
    border: 0;
    background-color: transparent;
    color: transparent;
    font-size: 0;
    cursor: pointer;
    position: relative;
}

.hamburger:focus {
    outline: none;
}

.hamburger span {
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 2px;
    background-color: #555;
    border-radius: 4px;
    transition: all .3s;
    /* filter: drop-shadow(2px 1px 2px #aaa); */
}

.hamburger span:nth-of-type(1) {
    top: 0;
}

.hamburger span:nth-of-type(2) {
    top: 10px;
}

.hamburger span:nth-of-type(3) {
    bottom: 0;
}

.hamburger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
    opacity: 0;
    animation: active-bar02 .5s forwards;
}

@keyframes active-bar02 {
    100% {
        height: 0;
    }
}

.hamburger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}

@media screen and (min-width: 992px) {
    .hamburger {
        display: none;
    }
}

/*==========================

フッター

===========================*/
.footer {
    background-color: #928178;
    text-align: center;
    padding-top: 50px;
    margin-top: 60px;
}

.footer a:hover {
    opacity: 0.7;
}

.footer-ttl {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 20px 0;
}

.footer-nav {
    padding: 20px 0 0;
}

.footer-nav li a {
    display: block;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    font-size: 1.4rem;
}

.footer .footer-address {
    color: #fff;
    font-feature-settings: normal;
    padding: 0 30px;
}

.footer .footer-address span {
    font-size: 16px;
    font-weight: 700;
}

.footer .mail-btn {
    font-size: 1.4rem;
    font-weight: 700;
    width: 200px;
    height: 40px;
    color: #fff;
    border: 1px solid;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 30px;
}

.footer .mail-btn::before {
    content: "";
    width: 23px;
    height: 15px;
    background-size: contain;
    background-image: url("img/btn_mail_w.svg");
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    left: 12px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.footer-sns {
    margin: 30px auto;
}

.footer-sns img {
    padding: 0 15px;
}

.footer-copy {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    border-top: 1px solid;
    max-width: 900px;
    margin: auto;
    padding: 0.5em 0 1em;
}

@media screen and (min-width: 768px) {
    .footer {
        margin-top: 100px;
    }

    .footer-nav {
        display: flex;
        justify-content: center;
        padding: 30px 0 0;
    }

    .footer-nav li a {
        line-height: 1;
        padding: 0 20px;
        color: #fff;
        border-right: 1px solid;
    }

    .footer-nav li:last-child a {
        border-right: none;
    }

    .footer-sns {
        margin: 30px auto 55px;
    }
}

/*==========================

404

===========================*/
main .error404 {
    text-align: center;
    line-height: 2;
    padding: 250px 20px 100px;
}

main .error404 a {
    padding-top: 1em;
    display: inline-block;
    text-decoration: underline;
}

/*==========================

お問い合わせ

===========================*/
/* フォーム部 */
.contact-head {
    text-align: center;
    margin-bottom: 50px;
}

.contact-head h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 5px;
}

.assess-form {
    width: 100%;
    max-width: 900px;
    margin: 50px auto 100px;
    padding: 50px;
    background-color: #F7FAF6;
}

.cancel .assess-form {
    margin: 0 auto 50px;
    padding-top: 20px;
}

h2.check {
    display: none;
}

@media screen and (max-width: 567px) {
    .assess-form {
        width: 100%;
        margin: 30px auto;
        padding: 20px;
    }

    .contact-head h2 {
        font-size: 1.8rem;
    }
}

/* テーブル共通
------------------------------*/
.assess-form table.mw-form {
    width: 100%;
    max-width: 800px;
    height: auto;
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    margin: 0 auto 35px;
    font-size: 16px;
}

.assess-form table.mw-form th {
    width: 250px;
    text-align: left;
    padding: 10px 0 10px 10px;
}

.assess-form table.mw-form td {
    width: 75%;
    padding: 10px 0;
}

.assess-form table.mw-form th, .assess-form table.mw-form td {
    vertical-align: top;
    border-top: 1px solid #CCCCCC;
    margin: 0;
    color: #666;
}

.assess-form table.mw-form tr:last-child {
    border-bottom: 1px solid #ccc;
}

.assess-form table.mw-form th .ttl {
    display: inline-block;
}

.assess-form table.mw-form th p.txt {
    text-align: left;
    font-size: 13px;
    font-weight: normal;
    background-color: transparent;
    margin: 0;
}

.horizontal-flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.mw-form-horizontal-item {
    display: inline-block;
}

.mw-form-horizontal-item .ttl {
    min-width: 2em;
    display: inline-block;
    font-size: 14px;
    line-height: 2;
    text-align: right;
    padding-right: 10px;
    color: #666;
}

.mw-form-horizontal-item .address-ttl {
    min-width: 2em;
    display: inline-block;
    font-size: 12px;
    line-height: 2;
    text-align: right;
    padding-right: 7px;
    color: #666;
}

.mw-form-horizontal-item select {
    width: 200px;
    height: 30px;
    line-height: 30px;
    padding: 0 50px 0 10px;
    border: 1px solid #F2F2F2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(img/select_arrow.svg),#fff;
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: right 2px center;
    color: #666;
}

select::-ms-expand {
    display: none;
}

.address-group .horizontal100 {
    width: 100%;
}

.address-group .mw-form-horizontal-item {
    margin-bottom: 1em;
}

.style1-group .mw-form-horizontal-item {
    margin-bottom: 5px;
}

.small {
    font-size: 0.8em;
}

.mw-form-horizontal p {
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .style1-group .mw-form-horizontal-item {
        margin-bottom: 1em;
    }

    .mw-form-horizontal-item.bank {
        display: block;
        margin-bottom: 1em;
    }
}

/* 予約希望日
------------------------------*/
.date-group .horizontal-flex {
    justify-content: flex-start;
    border-top: 1px dotted #E6E6E6;
}

.date-group .horizontal-flex:last-child {
    border-bottom: 1px dotted #E6E6E6;
}

.date-group .mw-form-horizontal-item {
    padding: 10px 0;
}

.date-group .mw-form-horizontal-item:first-child {
    margin-right: 12px;
}

.date-group .mw-form-horizontal-item:last-child {
    margin-left: 50px;
}

.date-group .date-month,.date-group .date-days {
    width: 80px;
}

.date-group .date-time {
    width: 180px;
}

.date-group .date-after {
    font-size: 12px;
}

@media screen and (max-width: 768px) {
    .date-group .mw-form-horizontal-item:last-child {
        margin-left: 0;
    }
}

/* 必須
------------------------------*/
.assess-form table.mw-form th span.required, .assess-form table.mw-form th span.option {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    /* margin-left: 12px; */
    padding: 2px 0.8em;
    border-radius: 20px;
    letter-spacing: 0.05em;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form th span.required, .assess-form table.mw-form th span.option {
        color: #fff;
        font-size: 11px;
        display: inline-block;
        margin-left: 7px;
        margin-top: 2px;
        padding: 0 0.7em;
        line-height: 1.5;
        vertical-align: text-top;
        letter-spacing: 0;
    }
}

.assess-form table.mw-form th span.required {
    color: #93B881;
    font-feature-settings: "palt";
}

.assess-form table.mw-form th span.option {
    background: #D1D1D1;
    color: #fff;
    display: none;
    font-feature-settings: "palt";
}

/* 見出し
------------------------------*/
.assess-form h2.mwform-ttl {
    width: 100%;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    background: #000000;
    padding: .8em;
    margin: 0 0 20px;
}

.assess-form h3 {
    color: #000000 !important;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin: 50px 0 20px;
}

/* ラジオボタン・チェックボックス
------------------------------*/
.assess-form table.mw-form .horizontal-item {
    margin: 0 35px 0 0;
}

.assess-form .horizontal-item label {
    display: inline;
}

.mwform-checkbox-field {
    display: block;
}

.mwform-checkbox-field-text {
    color: #666;
}

.property .horizontal-item {
    margin: 0;
    line-height: 2;
}

/* テキストボックス
------------------------------*/
.assess-form table.mw-form input[type="text"], .assess-form table.mw-form textarea {
    max-width: 100%;
    color: #4D4D4D;
    border: none;
    border-radius: 0;
    padding: 3px 10px;
    box-sizing: border-box;
    -webkit-appearance: none;
}

.assess-form table.mw-form textarea.message {
    height: 300px;
    line-height: 1.7;
    padding: 10px 15px;
    vertical-align: top;
    font-size: 16px;
}

.assess-form table.mw-form input[type="text"] {
    width: 150px;
    font-size: 16px;
    line-height: 1.6;
    border: 1px solid #F2F2F2;
}

/* input長さ調整
------------------------------*/
.assess-form table.mw-form input.long, .assess-form table.mw-form textarea {
    width: 100%;
}

.assess-form table.mw-form input.short {
    max-width: 200px;
    width: 100%;
}

.assess-form table.mw-form input.tel {
    width: 250px;
}

.assess-form table.mw-form input.mail {
    width: 400px;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form input.mid {
        width: 75%;
    }
}

/* セレクトボックス
------------------------------*/
.assess-form table.mw-form .select {
    overflow: hidden;
    width: 38%;
    position: relative;
    display: inline-table;
    z-index: 0;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form .select {
        width: 75%;
    }
}

.assess-form table.mw-form p {
    font-size: 1.2rem;
    padding: 3px 0 5px;
    margin-bottom: 0;
}

.assess-form table.mw-form .select select {
    width: 100%;
    padding-right: 1em;
    cursor: pointer;
    text-indent: 0.01px;
    text-overflow: ellipsis;
    border: none;
    outline: none;
    background: transparent;
    background-image: none;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none;
}

.assess-form table.mw-form .select select::-ms-expand {
    display: none;
}

.assess-form table.mw-form .select::before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-weight: bold;
    position: absolute;
    top: 1em;
    right: 1em;
    z-index: 1;
}

.assess-form table.mw-form .select select {
    padding: 10px 40px 10px 10px;
    border: 1px solid #707070;
    border-radius: 0;
    background-color: #fff;
}

/* 送信ボタン
------------------------------*/
.assess-form .submit-btn {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.assess-form .submit-btn input[type="submit"] {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    display: table;
    margin: 0 1em 1em;
    border-radius: 0;
    width: 200px;
    height: 30px;
    line-height: 30px;
    outline: none;
    transition: 0.3s;
    cursor: pointer;
    background: #93B881;
    -webkit-appearance: none;
}

.mw_wp_form_confirm .assess-form .submit-btn input:first-of-type {
    background: #aaa;
    color: #fff;
}

.assess-form .submit-btn input[type="submit"]:hover {
    filter: brightness(110%);
    transition: 0.3s;
}

/* 送信確認画面
------------------------------*/
.mw_wp_form_confirm h2.check {
    display: block;
}

.mw_wp_form_confirm h2.no-check {
    display: none;
}

.mw_wp_form_confirm .contact-head p {
    display: none;
}

.mw_wp_form_confirm .mw-form-horizontal-item .ttl {
    display: none;
}

.mw_wp_form_confirm .mw-form-horizontal-item .address-ttl {
    display: none;
}

.mw_wp_form_confirm .horizontal-flex {
    justify-content: left;
}

.mw_wp_form_confirm .mw-form-horizontal-item {
    margin-right: 1em;
}

.mw_wp_form_confirm .assess-form table.mw-form th span {
    display: none;
}

.mw_wp_form_confirm .address-group .mw-form-horizontal-item {
    margin-bottom: 0;
    line-height: 1.6;
}

.assess-form table.mw-form p {
    display: none;
}

/* 送信完了画面
------------------------------*/
.success {
    padding: 50px 0;
    line-height: 2.5;
    text-align: center;
    font-size: 16px;
}

.success a {
    width: 220px;
}

.success .main-btn {
    border: none;
    background-color: #93B881;
    color: #fff;
}

@media screen and (max-width: 768px) {
    .assess-form table.mw-form {
        max-width: 100%;
        margin: 0 auto 30px;
    }

    .assess-form table.mw-form input[type="text"], .assess-form table.mw-form textarea {
        font-size: 16px;
        margin-bottom: 1em;
    }

    .assess-form table.mw-form .bank input[type="text"] {
        margin-bottom: 0;
    }

    .assess-form table.mw-form .select select {
        font-size: 16px;
    }

    .assess-form table.mw-form tr {
        width: 100%;
        display: block;
        list-style-type: none;
    }

    .assess-form table.mw-form th {
        text-align: left;
        padding: 25px 0 5px;
    }

    .assess-form table.mw-form td {
        padding: 10px 0;
        border: 0;
        background-color: transparent;
    }

    .assess-form table.mw-form th, .assess-form table.mw-form td {
        width: 100%;
        display: list-item;
        box-sizing: border-box;
        text-align: left;
    }

    .assess-form .pp {
        height: 200px;
        margin: 0 auto 25px;
        padding: 1em 1em 0;
        overflow-y: scroll;
    }

    .assess-form .agreement {
        margin: 0 0 15px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .assess-form table.mw-form .property {
        display: block;
    }

    .assess-form table.mw-form .property span.mwform-radio-field.horizontal-item, .assess-form table.mw-form span.mwform-radio-field.horizontal-item {
        width: auto;
        display: block;
        margin: 0;
    }

    .assess-form table.mw-form .unit {
        margin: 0;
    }

    .assess-form table.mw-form .unit span.mwform-radio-field.horizontal-item {
        display: inline;
        margin-right: 20px;
    }

    .contact .thank {
        padding-top: 0;
        color: #504E4E;
        background: url(img/mail.png) ;
        background-size: 60px;
        background-repeat: no-repeat;
        background-position: top center;
    }

    .contact .thank h2 {
        padding-top: 2.4em;
        color: #2e2e2e!important;
        font-size: 28px;
        margin: 0;
    }

    .assess-form table.mw-form .horizontal-item {
        margin: 0 17px 0 0;
    }

    .mwform-checkbox-field input, .mwform-radio-field input {
        margin-right: 2px!important;
    }
}

/*==========================

アーカイブ

===========================*/
.archive-box {
    margin-top: 50px;
}

.archive-box ul {
    display: flex;
    flex-wrap: wrap;
}

.archive-box li {
    display: block;
    margin: 0 25px 30px 0;
    width: calc(25% - 19px);
}

.archive-box li:nth-child(4n) {
    margin-right: 0;
}

.archive-box li a {
    display: block;
}

.archive-box li a:hover {
    filter: brightness(110%);
}

.archive-box li img {
    object-fit: cover;
    width: 100%;
    height: 17vw;
    max-height: 180px;
    margin: auto;
    font-family: 'object-fit: cover;';
    object-position: center;
    margin-bottom: 15px;
}

.archive-box li .date {
    display: block;
    font-size: 1.2rem;
    font-family: -apple-system, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px dotted #CCCCCC;
}

.archive-box h3 {
    font-size: 1.5rem;
    margin: 10px auto 0;
}

@media screen and (max-width: 767px) {
    .archive-box ul {
        justify-content: center;
    }

    .archive-box li {
        width: calc(50% - 15px);
        margin: 0 auto 30px;
    }

    .archive-box li:nth-child(4n) {
        margin-right: auto;
    }

    .archive-box li img {
        height: 100%;
    }

    .archive-box h3 {
        margin: 5px auto 0;
    }
}

@media screen and (max-width: 480px) {
    .archive-box li img {
        height: 120px;
    }
}

/*==========================

投稿詳細

===========================*/
.single .post-wrap {
    color: #474A4D;
}

h2.border {
    font-size: 2rem;
    line-height: 1;
    margin: 70px 0 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E6E6E6;
}

.single .date {
    display: inline-block;
    color: #4D4D4D;
    font-size: 1.2rem;
    margin-bottom: 50px;
}

.the-content img {
    margin: 30px 0;
}

@media screen and (max-width: 767px) {
    h2.border {
        font-size: 1.8rem;
        line-height: 1.42;
        margin: 50px 0 10px;
        padding-bottom: 10px;
    }

    .single .date {
        font-size: 1.3rem;
        margin-bottom: 30px;
    }

    .single .the-content img {
        margin: 20px 0;
    }
}

/*==========================

ページネーション

===========================*/
/*
アーカイブ用
===========================*/
.screen-reader-text {
    display: none;
}

.nav-links {
    display: flex;
    justify-content: center;
    margin: 20px auto 60px;
}

.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 20px!important;
    height: 20px!important;
    font-size: 1.3rem;
    margin: 2px;
    position: relative;
}

.page-numbers::after {
    content: "・";
    position: absolute;
    right: -8px;
    cursor: default;
}

.page-numbers:not(.page-numbers.prev, .page-numbers.next):nth-last-child(2)::after {
    content: none;
}

a.page-numbers:hover {
    opacity: 0.7;
}

.page-numbers.prev, .page-numbers.next {
    border: none;
}

.page-numbers.prev::after, .page-numbers.next::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px solid #4d4d4d;
    border-bottom: 1px solid #4d4d4d;
    transform: rotate(45deg);
}

.page-numbers.next::after {
    transform: rotate(225deg);
}

@media screen and (min-width: 768px) {
    .nav-links {
        margin: 40px auto 120px;
    }
}

/*
投稿用
===========================*/
.page-nav {
    display: flex;
    justify-content: center;
    border-top: 1px solid #E6E6E6;
    margin: 30px auto;
}

.page-nav-list a {
    display: inline-block;
    padding: 30px 20px;
    position: relative;
}

/*
.page-nav-list:nth-child(2) a {
    margin: 0 15px;
}
*/
.page-nav-list:first-child a::after, .page-nav-list:last-child a::after {
    content: "";
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-left: 1px solid #474A4D;
    border-bottom: 1px solid #474A4D;
    transform: rotate(225deg);
}

.page-nav-list:first-child a::after {
    transform: rotate(45deg);
    right: 0;
    left: auto;
}

.page-nav-list a:hover {
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
    .page-nav-list a {
        display: inline-block;
        padding: 20px;
        position: relative;
    }

    .page-nav {
        margin: 60px auto 80px;
    }
}

/*==========================

共通スタイル

===========================*/
/*
h2
===========================*/
.h2-style01 {
    font-size: 1.6rem;
    position: relative;
    margin: 100px auto 70px;
    padding-top: 60px;
    font-weight: 700;
    line-height: 1.75;
    text-align: center;
    color: #999999;
}

.h2-style01::before {
    font-family: 'helvetica', sans-serif;
    display: block;
    content: attr(data-text);
    font-size: 6rem;
    font-weight: 700;
    line-height: 1.75;
    position: absolute;
    left: 0;
    right: 0;
    top: -30px;
    margin: auto;
    text-transform: capitalize;
}

.h2-style01::after {
    content: "";
    width: 310px;
    height: 5px;
    background-image: url(img/bar01.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .h2-style01 {
        font-size: 1.4rem;
        margin: 50px auto;
        padding-top: 50px;
    }

    .h2-style01::before {
        font-size: 4rem;
        top: -15px;
    }

    .h2-style01::after {
        width: 210px;
        height: 4px;
        bottom: -20px;
    }
}

/*
ボタン
===========================*/
.btn-flex {
    display: flex;
}

.btn-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 25px auto 0;
}

.main-btn {
    font-weight: 700;
    width: 180px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    position: relative;
    padding-left: 1em;
    font-size: 1.4rem;
}

.main-btn::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -1px;
    margin: auto;
}

.main-btn:hover {
    background-color: #fff;
    color: #4d4d4d;
}

.main-btn:hover::before {
    background-color: #4d4d4d;
}

@media screen and (max-width: 767px) {
    .btn-flex {
        margin: 20px auto;
    }

    .btn-wrap {
        margin: 20px auto;
    }

    .main-btn.insta::before {
        left: 12px;
    }
}

/*
バナー
===========================*/
.banner-flex {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: auto;
}

.banner-flex a:first-child {
    margin-right: 60px;
}

.banner-flex .banner {
    max-width: 470px;
    margin: 10px auto;
}

@media screen and (max-width: 1100px) {
    .banner-flex a:first-child {
        margin-right: 50px;
    }
}

@media screen and (max-width: 960px) {
    .banner-flex {
        display: block;
        text-align: center;
    }

    .banner-flex a:first-child {
        margin-right: 0;
    }
}

.banner {
    display: inline-block;
    margin: 50px auto;
}

.banner:hover {
    filter: brightness(115%);
}

@media screen and (max-width: 767px) {
    .banner {
        margin: 30px auto;
    }
}

/*
下層ページタイトル
===========================*/
.page-ttl-area {
    z-index: -1;
    position: relative;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 180px;
    margin-bottom: 50px;
}

.page-ttl-area::after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    mix-blend-mode: multiply;
}

@media screen and (min-width: 768px) {
    .page-ttl-area {
        height: 200px;
        margin-bottom: 70px;
    }
}

/*
下層ページタイトル文字
===========================*/
.page-ttl-area .h2-style01 {
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    color: #fff;
    transform: translateY(10px);
}

.page-ttl-area .h2-style01::before {
    top: -70px;
}

.page-ttl-area .h2-style01::after {
    background-image: url(img/bar02.svg);
    bottom: -25px;
}

@media screen and (max-width: 767px) {
    .page-ttl-area .h2-style01 {
        margin: 50px auto;
        padding-top: 50px;
        transform: translateY(-15px);
    }

    .page-ttl-area .h2-style01::before {
        top: -15px;
    }

    .page-ttl-area .h2-style01::after {
        bottom: -20px;
    }
}

/*==========================

トップページ

===========================*/
/*
メインビジュアル
===========================*/
.mainvisual {
    background-image: url(img/main_bg.jpg);
    background-size: cover;
    background-position: 65% center;
    background-repeat: no-repeat;
    height: 750px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainvisual-inner {
    width: 100%;
    height: 130px;
    background-color: rgb(255 255 255 / 50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.mainvisual-inner h1 {
    width: 80%;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .mainvisual {
        height: 400px!important;
    }

    .mainvisual-inner {
        height: 100px;
    }
}

/*
ニュース箇所（メインビジュアル直下）
===========================*/
.news-style01 {
    background-color: #fff;
    border: 10px solid #E9F1E6;
    max-width: 800px;
    margin: auto;
    padding: 20px 35px;
    position: relative;
    top: -110px ;
}

.news-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #93B881;
    margin-bottom: 20px;
}

.news-style01 h2 {
    color: #93B881;
    font-size: 2.5rem;
}

.news-head a {
    font-size: 1.2rem;
}

.news-style01 li {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.news-style01 li:last-child {
    margin-bottom: 0;
}

.news-style01 li a {
    display: flex;
    align-items: center;
}

.news-style01 a:hover {
    color: #93B881;
}

.news-style01 li .date {
    font-weight: 700;
    margin-right: 30px;
}

@media screen and (max-width: 767px) {
    .news-style01 {
        padding: 15px;
        top: -60px ;
    }

    .news-head {
        margin-bottom: 15px;
    }

    .news-style01 li a {
        align-items: flex-start;
    }

    .news-style01 li h3 {
        font-size: 1.3rem;
    }

    .news-style01 li .date {
        margin-right: 20px;
    }
}

/*
概要
===========================*/
.introduction {
    text-align: center;
    line-height: 1.75;
}

.introduction .h2-style01 {
    margin-top: -60px;
}

.introduction p {
    line-height: 1.875;
}

@media screen and (max-width: 767px) {
    .introduction .h2-style01 {
        margin-top: -10px;
    }

    .introduction h1 {
        font-size: 2.8rem;
        text-indent: 0;
        font-feature-settings: "palt";
        letter-spacing: 0.05em;
    }

    .introduction span {
        font-size: 2rem;
        margin: 10px auto 20px;
    }
}

/*
メニュー（3カラム）
===========================*/
.service-sec .h2-style01 {
    margin: 70px auto 50px;
}

.col3 {
    display: flex;
    justify-content: center;
    margin: 60px auto 40px;
}

.col3 .box {
    width: 340px;
    min-height: 340px;
    padding: 25px;
    margin: 0 32px 30px 0;
    color: #fff;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.col3 .box::after {
    content: "";
    width: 94%;
    height: 100%;
    background-color: #E6E6E6;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
}

.col3 .layer {
    padding: 25px 20px 15px;
    background-color: rgb(0 0 0 / 50%);
    min-height: 100%;
}

.col3 .box:last-child {
    margin-right: 0;
}

.col3 h3 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.7;
    padding: 15px 0 10px;
}

.col3 .box:last-child .btn-wrap {
    margin: 0 auto 10px;
}

@media screen and (max-width: 991px) {
    .col3 {
        flex-wrap: wrap;
    }

    .col3 .box {
        margin: 15px;
    }

    .col3 .box:last-child {
        margin: 15px;
    }
}

@media screen and (max-width: 767px) {
    .service-sec .h2-style01 {
        margin: 40px auto 30px;
    }

    .col3 {
        display: block;
        margin: 40px auto;
    }

    .col3 .box {
        margin: 0 auto 40px;
    }

    .col3 .box:last-child {
        margin: 0 auto 40px;
    }

    .col3 h3 {
        font-size: 1.8rem;
        padding: 15px 0 10px;
        margin-bottom: 10px;
    }
}

/*==========================

サービス

===========================*/
.point-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}

.point-list li {
    width: 460px;
    min-height: 270px;
    border: 5px solid #93B881;
    border-radius: 12px;
    padding: 25px 20px;
    margin-bottom: 50px;
}

.point-list li:nth-child(2n+1) {
    margin-right: 30px;
}

.point-list li:nth-child(2), .point-list li:nth-child(3) {
    background-color: #93B881;
}

.point-list p {
    font-weight: 700;
    font-size: 2.1rem;
    margin-top: 30px;
}

@media screen and (max-width: 1020px) {
    .point-list li {
        width: calc(50% - 15px);
    }
}

@media screen and (max-width: 767px) {
    .point-list {
        margin-bottom: 40px;
    }

    .point-list li {
        width: calc(50% - 7px);
        min-height: inherit;
        border: 3px solid #93B881;
        border-radius: 10px;
        padding: 12px 7px;
        margin-bottom: 15px;
    }

    .point-list li:nth-child(2n+1) {
        margin-right: 14px;
    }

    .point-list p {
        font-size: 1.4rem;
        margin-top: 11px;
    }
}

.bracket {
    text-align: center;
    padding: 25px 30px 15px;
    position: relative;
    max-width: 700px;
    margin: 0 auto 60px;
}

.bracket::before, .bracket::after {
    content: '';
    width: 15px;
    height: 100%;
    position: absolute;
}

.bracket::before {
    border-left: solid 2px #B4D1A6;
    border-top: solid 2px #B4D1A6;
    border-bottom: solid 2px #B4D1A6;
    top: 0;
    left: 0;
}

.bracket::after {
    border-right: solid 2px #B4D1A6;
    border-top: solid 2px #B4D1A6;
    border-bottom: solid 2px #B4D1A6;
    top: 0;
    right: 0;
}

.bracket h3 {
    color: #B4D1A6;
    font-size: 3.8rem;
    font-weight: 700;
    position: relative;
    padding-bottom: 35px;
}

.bracket h3::after {
    content: "";
    width: 100px;
    height: 3px;
    background-color: #B4D1A6;
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
}

#facility.bracket::before {
    border-left: solid 2px #008A73;
    border-top: solid 2px #008A73;
    border-bottom: solid 2px #008A73;
}

#facility.bracket::after {
    border-right: solid 2px #008A73;
    border-top: solid 2px #008A73;
    border-bottom: solid 2px #008A73;
}

#facility.bracket h3 {
    color: #008A73;
}

#facility.bracket h3::after {
    background-color: #008A73;
}

@media screen and (max-width: 767px) {
    .bracket {
        padding: 20px 30px 15px;
        margin: 0 auto 40px;
    }

    .bracket h3 {
        font-size: 2.4rem;
        padding-bottom: 35px;
    }
}

.h4-style {
    color: #B4D1A6;
    font-weight: 700;
    border-top: 1px solid #B4D1A6;
    padding-top: 15px;
    margin: 120px auto 50px;
    position: relative;
    text-align: center;
}

.h4-style:after {
    display: block;
    content: attr(data-text);
    font-size: 2.5rem;
    line-height: 1.75;
    position: absolute;
    left: 0;
    right: 0;
    top: -50px;
    margin: auto;
    text-transform: uppercase;
}

@media screen and (max-width: 767px) {
    .h4-style {
        padding-top: 10px;
        margin: 80px auto 30px;
    }

    .h4-style:after {
        font-size: 2rem;
        top: -40px;
    }
}

.menu-list li {
    display: flex;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px dotted #ccc;
}

.menu-list .img-box {
    min-width: 400px;
    max-width: 400px;
    margin-right: 50px;
}

.menu-list .txt-box h5 {
    font-size: 2.3rem;
    font-weight: 700;
    border-bottom: 1px solid #CCCCCC;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: 8px;
    line-height: 1.1;
}

.menu-list .txt-box .price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 700;
    margin-bottom: 15px
}

.menu-list .txt-box .price dt {
    font-size: 2rem;
    font-weight: 700;
    margin-right: 40px;
}

.menu-list .txt-box .price dd {
    font-size: 2rem;
    font-weight: 700;
}

.price dd::after {
    font-size: 1.6rem;
    content: "円（税込）";
    font-feature-settings: "palt";
}

.menu-list .txt-box .price span {
    font-size: 1.6rem;
}

@media screen and (max-width: 900px) {
    .menu-list .img-box {
        min-width: 300px;
        max-width: 300px;
        margin-right: 30px;
    }
}

@media screen and (max-width: 767px) {
    .menu-list li {
        display: block;
    }

    .menu-list .img-box {
        min-width: 100%;
        max-width: inherit;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .menu-list .txt-box h5 {
        font-size: 1.8rem;
    }

    .menu-list .txt-box .price {
        margin-bottom: 15px;
    }

    .menu-list .txt-box .price dt {
        font-size: 1.6rem;
        margin-right: 30px;
    }

    .menu-list .txt-box .price dd {
        font-size: 1.6rem;
    }
}

.sub-menu {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sub-menu li {
    width: calc(50% - 5px);
    max-width: 470px;
    min-height: 40px;
    padding: 0 15px;
    margin-bottom: 10px;
    background-color: #F7FAF6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.sub-menu li:last-child {
    background-color: #F9EED2;
    position: relative;
}

.sub-menu li:nth-child(2n+1) {
    margin-right: 10px;
}

.sub-menu .price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.sub-menu .price dt {
    font-size: 2rem;
    font-feature-settings: "palt";
}

.sub-menu .price dd {
    font-size: 2rem;
    font-weight: 700;
}

.sub-menu .price dd .time {
    font-size: 1.4rem;
    font-weight: normal;
    margin-right: 20px;
    font-feature-settings: "palt";
}

.sub-menu .price dd::after {
    font-size: 1.4rem;
}

.sub-menu li:last-child .note {
    position: absolute;
    left: 0;
    bottom: -2em;
    font-size: 1.3rem;
    line-height: 1.3;
}

@media screen and (max-width: 991px) {
    .sub-menu li {
        width: 100%;
        margin: 0 auto 10px;
    }

    .sub-menu li:nth-child(2n+1) {
        margin: 0 auto 10px;
    }
}

@media screen and (max-width: 767px) {
    .sub-menu li {
        padding: 0 10px;
    }

    .sub-menu .price dt {
        font-size: 1.6rem;
    }

    .sub-menu .price dd {
        font-size: 1.6rem;
    }

    .sub-menu .price dd .time {
        font-size: 1.3rem;
        margin-right: 10px;
    }

    .sub-menu .price dd::after {
        font-size: 1.3rem;
    }

    .sub-menu li:last-child .note {
        bottom: -40px;
        font-size: 1.2rem;
    }
}

.menu-other {
    border: 1px solid#B4D1A6;
    max-width: 800px;
    padding: 10px 15px 10px 20px;
    margin: 60px auto;
}

.menu-other li {
    position: relative;
    padding-left: 1.5em;
    line-height: 1.875;
}

.menu-other li::before {
    content: "●";
    color: #B4D1A6;
    position: absolute;
    left: 0;
}

@media screen and (max-width: 767px) {
    .menu-other {
        padding: 10px;
    }
}

.area-list {
    max-width: 600px;
    margin: auto;
}

.area-list dl {
    display: flex;
    border-bottom: 1px dotted #E6E6E6;
    line-height: 2;
}

.area-list dt {
    font-size: 2rem;
    font-weight: 700;
    margin-right: 3em;
}

.area-list dd {
    font-size: 2rem;
}

.area-list p {
    margin: 30px auto;
    text-align: center;
}

.area-list p::before {
    content: "●　";
    color: #B4D1A6;
}

@media screen and (max-width: 767px) {
    .area-list dt {
        font-size: 1.5rem;
        margin-right: 1.5em;
    }

    .area-list dd {
        font-size: 1.5rem;
    }

    .area-list p {
        margin: 20px auto;
    }

    .area-list p::before {
        content: none;
    }
}

.menu-icon {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.menu-icon li {
    margin: 0 6px;
}

@media screen and (max-width: 767px) {
    .menu-icon {
        flex-wrap:wrap;
        justify-content: center;
        margin: 0 auto 30px;
        text-align: center;
    }

    .menu-icon li {
        max-width: calc(50% - 10px);
        margin: 5px;
    }
}

.owner {
    display: flex;
}

.owner .img-box {
    min-width: 420px;
    max-width: 420px;
    margin-right: 50px;
}

.owner .txt-box span {
    display: block;
    line-height: 1.65;
}

.owner .txt-box .name {
    font-size: 2.5rem;
}

.owner .txt-box p {
    margin-top: 15px;
}

@media screen and (max-width: 767px) {
    .owner {
        display: block;
    }

    .owner .img-box {
        max-width: 100%;
        min-width: 100%;
        margin: 0 auto 20px;
    }

    .owner .txt-box span {
        line-height: 2;
        text-align: center;
    }

    .owner .txt-box .name {
        font-size: 2rem;
    }

    .owner .txt-box p {
        margin-top: 20px;
    }
}

.flow-list li {
    display: flex;
    margin-bottom: 50px;
}

.no-wrap .wrap {
    padding: 0!important;
    max-width: 100%!important;
}

.flow-list .step {
    min-width: 100px;
    height: 100px;
    background-color: #B4D1A6;
    border-radius: 10px;
    margin-right: 30px;
    text-align: center;
    font-size: 2.5rem;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.flow-list .step span {
    font-size: 5.6rem;
    display: block;
}

.flow-list .txt-box h3 {
    width: auto;
    height: 29px;
    margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
    .flow-list li {
        display: block;
        margin-bottom: 50px;
    }

    .flow-list .step {
        min-width: 80px;
        max-width: 80px;
        height: 80px;
        margin: 0 auto 20px;
        font-size: 2rem;
    }

    .flow-list .step span {
        font-size: 4rem;
    }

    .flow-list .txt-box h3 {
        margin-bottom: 20px;
        text-align: center;
    }
}
