@charset "utf-8";


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

    サイト設定　適宜変更箇所

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

body,
html {
    font-size: 16px;
}

body {
    overflow-x: hidden;
    color: #1c1f1b;
    font-family: "Noto Sans JP", sans-serif;
}

a,
a img {
    color: #1c1f1b;
    text-decoration: none;
    transition: all 0.2s ease 0s;
}

/*下層ページタイトル*/
.under-v {
    padding: 50px 0 50px;
    text-align: center;
    background: gray;
    color: #fff;
}

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

    サイト設定

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

.inner-s {
    max-width: 960px;
    margin: 0 auto;
}

.inner {
    max-width: 1100px;
    margin: 0 auto;
}

.inner-l {
    max-width: 1440px;
    margin: 0 auto;
}

/* カラー */
.red {
    color: #6E0B0B;
    font-weight: bold;
}

/*画像ホバー時*/

.img-hover {
    transition: .6s;
}

.img-hover:hover {
    opacity: .6;
}


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

　　固定メニュー

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

.fix_nav.sp_disp.sp {
    position: fixed;
    z-index: 300;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: black;
}

.wp-block-group.fix_nav.sp_disp-inner {
    gap: 0;
}

.kotei-menu {
    color: #fff;
    padding: 5px 0;
    text-align: center;
    border-right: 0.5px solid #fff;
    position: relative;
}

.kotei-menu:last-child {
    border-right: none;
}

/*メニュー数*/

.sp_disp-4 .kotei-menu {
    width: 25%;
}

.sp_disp-3 .kotei-menu {
    width: 33.3333333333%;
}

.sp_disp-2 .kotei-menu {
    width: 50%;
}

.sp_disp-1 .kotei-menu {
    width: 100%;
}

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

ヘッダーの設定

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

header {
    width: 100%;
    transition: .6s;
}

.header-inner {
    transition: .6s;
}

/*適宜修正*/

.header-inner {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 300;
}

/*スクロール時にサイズなどを変える場合*/

header.scroll-nav .header-inner {}


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

    ハンバーガーメニュー

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

/*PC版削除の場合*/
.nav-wrapper {
    display: none;
}


/* ハンバーガーメニューの全体 */
.hamburger-wrapper {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 302;
    cursor: pointer;
}

.hamburger-wrapper,
.hamburger {
    width: 128px;
    height: 128px;
}

.hamburger:after {
    content: 'MENU';
    color: #fff;
    font-size: 22px;
    letter-spacing: 0;
    bottom: 12px;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    font-family: "Crimson Pro", serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.hamburger {
    padding: 10px;
    border: none;
    right: 0;
    position: fixed;
    top: 0;
    background: black;
    z-index: 200;
    position: relative;
    display: block;
}

.hamburger__line {
    display: block;
    width: 72px;
    height: 4px;
    background-color: #fff;
    transition: all 0.3s;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
}


p.hamburger__line.hamburger__line--1 {
    top: 26px;
}

p.hamburger__line.hamburger__line--2 {
    top: 46px;
}

p.hamburger__line.hamburger__line--3 {
    top: 66px;
}

/* ハンバーガーメニューが開いたときの変化 */
.nav-wrapper.open .hamburger__line--1 {
    transform: rotate(-45deg);
    top: 45px;
}

.nav-wrapper.open .hamburger__line--3 {
    transform: rotate(45deg);
    top: 45px;
}

.nav-wrapper.open .hamburger__line--2 {
    opacity: 0;
}


.nav-wrapper .sp-nav-inner ul.wp-block-navigation__container.hamburger-menu.wp-block-navigation li.wp-block-navigation-item a {
    font-size: 23px;
    margin-bottom: 17px;
}

.nav-wrapper .sp-nav-inner {
    display: block;
    height: 215px;
    max-width: fit-content;
    width: 100%;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    border: 0;
    position: absolute;
    bottom: 159px;
}

.black-bg.active {
    visibility: visible;
    opacity: 1;
}

.nav-wrapper .sp-nav-inner ul.wp-block-navigation__container.hamburger-menu.wp-block-navigation {
    display: block;
    max-width: fit-content;
    margin: 0 auto;
}

.sp-nav-wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 250;
    transition: all 0.3s ease in-out;
    padding: 57px 20px 0;
    background-size: cover;
    background-color: #fff;
}

.nav-wrapper.open {
    z-index: 1;
}

.nav-wrapper.open .sp-nav-wrap {
    display: block;
}



/* ==============================
    
    メインビジュアル
    
　============================== */

/*メインビジュアル　relative*/

.mainv {
    z-index: 0;
    position: relative;
}

.slider-01 {
    position: relative;
    width: 100%;
    overflow: hidden;
    background-color: #000;
}

/*メインビジュアル　高さ適宜変更*/
.mainv,
.slider-01,
.slider-01 .slide figure.wp-block-image.size-full,
.slider-01 .slide figure.wp-block-image.size-full img {
    height: 100vh;
}

/*メインビジュアルキャッチコピー*/
figure.wp-block-image.size-full.maincopy {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 20;
    /* 下記適宜変更*/
    max-width: 865px;
    height: 337px;
    width: 100%;
}


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

　　お知らせ

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

.newslist {
    max-width: 80%;
    width: 100%;
}



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

　　↓　PC番テーマ専用CSSは下記から記述　↓

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








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

    スマホ・タブレット縦

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

@media screen and (max-width:1100px) {

    /*ハンバーガーメニュー表示*/
    .nav-wrapper {
        display: block;
    }

    .pc,
    .page-top {
        display: none;
    }

    .sp {
        display: block;
    }

}


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

    スマホ　

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

@media screen and (max-width: 710px) {


    /*スマホ版MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }


    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }


    /*ハンバーガーメニューのサイズ*/

    .nav-wrapper.open .hamburger__line--1 {
        transform: rotate(-45deg);
        top: 19px;
    }

    .nav-wrapper.open .hamburger__line--3 {
        transform: rotate(45deg);
        top: 19px;
    }


    .hamburger:after {
        font-size: 12px;
        letter-spacing: 0;
        bottom: 5px;
    }

    .hamburger-wrapper,
    .hamburger {
        width: 55px;
        height: 55px;
    }

    .hamburger__line {
        width: 35px;
        height: 2px;
    }

    p.hamburger__line.hamburger__line--1 {
        top: 12px;
    }

    p.hamburger__line.hamburger__line--2 {
        top: 20px;
    }

    p.hamburger__line.hamburger__line--3 {
        top: 28px;
    }

    /*スマホ版文字サイズ*/
    p {
        font-size: 14px;
        line-height: 1.7;
    }

    /*お知らせ*/
    .inner.news-flex {
        display: block;
    }

}

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

    PC・タブレット横 

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

@media only screen and (min-width:1100px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .pc {
        display: block;
    }

    .sp {
        display: none;
    }

}

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

    タブレット縦横

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

@media (max-width: 1650px) and (min-width: 710px) {

    .fix_nav.sp_disp.sp {
        display: none;
    }

    .inner-s,
    .inner,
    .inner-l {
        width: 90%;
    }

}


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

    タブレット縦のみ

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

@media (max-width: 1100px) and (min-width: 710px) {

    /*MVの高さ適宜変更*/
    .mainv,
    .slider-01,
    .slider-01 .slide figure.wp-block-image.size-full,
    .slider-01 .slide figure.wp-block-image.size-full img {
        height: 60vh;
    }

    /*ハンバーガーメニューサイズ*/

    .hamburger-wrapper,
    .hamburger {
        width: 97px;
        height: 97px;
    }

    .tel-menu-flex {
        max-width: 374px;
    }

    .hamburger:after {
        font-size: 16px;
    }

    .hamburger__line {
        display: block;
        width: 65px;
    }

    p.hamburger__line.hamburger__line--1 {
        top: 18px;
    }

    p.hamburger__line.hamburger__line--2 {
        top: 34px;
    }

    p.hamburger__line.hamburger__line--3 {
        top: 50px;
    }

    .nav-wrapper.open .hamburger__line--1 {
        top: 33px;
    }

    .nav-wrapper.open .hamburger__line--3 {
        top: 33px;
    }

    .fix_nav.sp_disp.sp {
        display: none;
    }


}




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

    スマホのみ（適宜）

============================== */
@media screen and (max-width: 400px) {}


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

  その他適宜追加する場合は下記に記述

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

/*  下層直下の表示  */
body .under-v {
  display: none !important;
}

/*  下層ヘッダー  */
.low_mv {
  background: url(/sample01/wp-content/uploads/2024/10/low_mv_bg-1.svg) no-repeat right bottom / 100%;
  padding-bottom: 140px;
  overflow-x: hidden;
  margin-top: 20px;
}

.low_mv .wp-block-cover {
	margin-left: 200px;
}

.wp-block-group__inner-container.w1100 {
	width: 1100px !important;
	max-width: none !important;
}