@charset "utf-8";

body {
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #1F0A0A;
    overflow-x: hidden;
}

.title-en {
    font-family: "Semplicita Pro", sans-serif;
}

.wrapper {
    width: 96%;
    max-width: 1120px;
    margin: auto;
}

.wrapper_wide {
    width: 96%;
    max-width: 1240px;
    margin: auto;
}

/* ブロック要素に変えて、余計な隙間を発生させないようにする */
img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* TOPへ戻るボタン */
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 100;
    background-color: #7A2626;
    opacity: 1;
    width: 60px;
    height: 60px;
    border: none;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll-top:hover {
    cursor: pointer;
}


/* ヘッダー */
.header_inner {
    width: 100%;
    padding: 35px 0;
}

.logo {
    width: 143px;
    margin: auto;
}

.logo span {
    display: block;
    font-size: 10px;
    margin-top: 14px;
    text-align: center;
}

.logo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.nav_block {
    display: flex;
}

.nav_list {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}

.nav_list a {
    font-weight: 400;
}

.nav_right,
.nav_left {
    display: flex;
}

.nav_menu {
    letter-spacing: 0.1em;
    padding-bottom: 5px;
    margin: 0 19px;
}

.nav_menu a {
    color: #1F0A0A;
    transition: color .3s;
    white-space: nowrap;
}

.nav_menu a:hover {
    color: #A8A7A7;
}

/* PCのときはナビゲーションのInstagram非表示 */
.nav_menu.SP_button {
    display: none;
}

.nav_calender {
    display: none;
}

.nav_tel a {
    display: inline-block;
    font-size: 20px;
    padding: 27px 36px;
    border: #1F0A0A 1px solid;
    letter-spacing: 0.05em;
}

.nav_tel a {
    color: #1F0A0A;
    transition: color .3s;
    white-space: nowrap;
}

.nav_tel a:hover {
    color: #A8A7A7;
    border: #A8A7A7 1px solid;
}

/* フッター */
.footer {
    position: relative;
    background-image: url(../img/footer_bg.jpeg);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    padding-top: 125px;
    padding-bottom: 90px;
    /* font-family: "Yu Gothic"; */
}

.footer::before {
    position: absolute;
    background-color: #1F0A0A;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.75;
    mix-blend-mode: multiply;
}

.footer_wrapper {
    width: 96%;
    max-width: 1240px;
    margin: auto;
}

.footer_inner {
    position: relative;
    display: flex;
    gap: 350px;
}

.footer_box {
    display: flex;
    gap: 72px;
    letter-spacing: 0.05em;
    align-items: flex-end;
}

.footer_text_container {
    font-size: 14px;
    letter-spacing: 0.02em;
}

.footer_text_box {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.footer_logo span {
    display: block;
    font-size: 10px;
    margin-top: 14px;
    text-align: center;
    letter-spacing: 0.04em;
}

.footer_logo {
    margin-bottom: 120px;
}

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

.footer_text {
    margin-bottom: 60px;
}

.footer_text .text {
    font-size: 12px;
}

.footer_copyright {
    font-size: 10px;
    letter-spacing: 0.05em;
}

.footer_list {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.footer_menu {
    color: #fff;
    transition: color 0.3s;
}

.footer_menu:hover {
    color: #A8A7A7;
}

.footer_textBlank01 {
    margin-left: 30px;
}

.footer_textBlank02 {
    margin-left: 44px;
}

/* 下層メインビジュアル */
.page_mv {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
}

.page_mv_title {
    font-size: 72px;
    color: #fff;
    z-index: 100;
    text-align: center;
    letter-spacing: 0.16em;
}

.page_mv_subtitle {
    font-size: 16px;
    display: block;
    letter-spacing: 0.16em;
}

.page_mv_text {
    font-size: 14px;
    margin-top: 40px;
    letter-spacing: 0.16em;
    line-height: 1.6;
}

/* 下層MV左側リンク */
.page_mv_instagramBtn {
    position: absolute;
    z-index: 100;
    color: #fff;
    writing-mode: vertical-rl;
    top: 70px;
    left: 50px;
    letter-spacing: 0.1em;
    border-bottom: #fff solid 1px;
    padding-bottom: 30px;
}

.page_mv_instagramBtn::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/page_mv_instagramIcon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    top: -28px;
    left: -1px;
}

.page_mv_calenderBtn {
    position: absolute;
    z-index: 100;
    color: #fff;
    writing-mode: vertical-rl;
    top: 262px;
    left: 50px;
    letter-spacing: 0.1em;
}

.page_mv_calenderBtn::before {
    content: "";
    position: absolute;
    display: inline-block;
    background-image: url(../img/page_mv_calenderIcon.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 23px;
    top: -37px;
    left: -3px;
}

.SP {
    display: none;
}


/* 下層パンくずリスト */
.breadcrumb_block {
    margin-top: 35px;
}

.breadcrumb {
    display: flex;
    /* リストを横並びに */
    flex-wrap: wrap;
    /* リストが折り返すように */
    list-style: none;
    /* リストスタイルを無しに */
}

.breadcrumb__list:not(:last-of-type)::after {
    content: ">";
    /* 区切り文字 */
    margin: 0 .6em;
    /* 区切り文字の左右の余白 */
}

/* セクションタイトル */

.section_title {
    position: relative;
    font-size: 32px;
    letter-spacing: 0.1em;
}

.title_wrapper {
    text-align: center;
}

.section_titleBlock:before,
.section_titleBlock:after {
    display: inline-block;
    content: '';
    width: 40%;
    height: 1px;
    background: #1F0A0A;
}

.titleTime {
    margin-top: 10px;
}

.titleText {
    display: block;
    font-size: 14px;
    margin-left: 10px;
    /* font-family: "Yu Gothic"; */
}

.section_titleBlock {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* セクションの余白 */
.section_space {
    margin-top: 200px;
}

/* ボタン共通 */
.top_button {
    /* 矢印と下線の基点とするためrelativeを指定 */
    position: relative;
    /* 形状 */
    display: inline-block;
    padding: 0 20px;
    color: #1F0A0A;
    text-decoration: none;
    outline: none;
    transition: color .3s;
    /* ホバーアニメーションを追加 */
}

/* 矢印と下線の形状 */
.top_button::before {
    content: '';
    /* 絶対配置で下線の位置を決める */
    position: absolute;
    bottom: -14px;
    left: 8%;
    /* 下線の形状 */
    width: 95%;
    height: 1px;
    background: #1F0A0A;
    transition: background-color .3s;
    /* 背景色のホバーアニメーションを追加 */
}

.top_button::after {
    content: '';
    /* 絶対配置で矢印の位置を決める */
    position: absolute;
    bottom: -10px;
    right: -3%;
    /* 矢印の形状 */
    width: 12px;
    height: 1px;
    background: #1F0A0A;
    transform: rotate(35deg);
    transition: background-color .3s;
    /* 背景色のホバーアニメーションを追加 */
}

/* リンクにホバーしたときに擬似要素の色を変える */
.top_button:hover {
    color: #A8A7A7;
    /* リンクのテキスト色を変更 */
}

.top_button:hover::before {
    background: #A8A7A7;
    /* 擬似要素の背景色を変更 */
}

.top_button:hover::after {
    background: #A8A7A7;
    /* 擬似要素の背景色を変更 */
}

.top_button_box {
    display: flex;
    justify-content: flex-end;
    font-size: 14px;
}


/* スマホ対応 */

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

    .wrapper {
        width: 100%;
        padding: 0 20px;
    }

    /* ヘッダーの固定 */
    header {
        position: fixed;
        z-index: 1000;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
    }

    body {
        padding-top: 120px;
    }


    /* ハンバーガーメニュー */
    .spButton {
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        background: #7A2626;
        width: 60px;
        height: 60px;
        z-index: 300;
    }

    .spButton span {
        position: absolute;
        background-color: #fff;
        width: 30px;
        height: 1px;
        transition: all .3s ease;
    }

    .spButton span:nth-child(1) {
        top: 20px;
        left: 15px;
    }

    .spButton span:nth-child(2) {
        top: 30px;
        left: 15px;
    }

    .spButton span:nth-child(3) {
        top: 40px;
        left: 15px;
    }

    /* ハンバーガーボタン押した時に三本線を×に */
    .active .spButton span:nth-child(2) {
        opacity: 0;
    }

    .active .spButton span:nth-child(1) {
        width: 40%;
        transform: translateY(10px) rotate(-45deg);
    }

    .active .spButton span:nth-child(3) {
        width: 40%;
        transform: translateY(-10px) rotate(45deg);
    }

    .nav {
        position: fixed;
        z-index: 111;
        top: 0;
        right: 0;
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 100%;
        height: 100%;
        visibility: hidden;
    }

    /* ハンバーガーボタン押した時にメニューそのものを表示 */
    .active .nav {
        opacity: 1;
        visibility: visible;
    }

    .nav_list {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 16px;
        background-color: #7A2626;
        margin-left: auto;
        padding-left: 0;
        transition: .4s;
        transform: translateX(100%);
    }

    .nav_right,
    .nav_left {
        flex-direction: column;
        gap: 30px;
    }

    .nav_menu a {
        color: #fff;
    }

    /* SPのときはナビゲーションのInstagram表示 */
    .nav_menu.SP_button {
        display: flex;
    }

    /* SPのときはナビゲーションの電話番号とカレンダー表示 */

    .nav_telCalender {
        margin-top: 70px;
    }

    .nav_calender {
        display: flex;
        align-items: center;
        padding: 22px 43px;
        border: #fff 1px solid;
        color: #fff;
        letter-spacing: 0.16em;
        margin-top: 20px;
    }

    .nav_calender::before {
        content: "";
        display: inline-block;
        width: 24px;
        height: 22px;
        background-image: url(../img/hamburger_calenderIcon.svg);
        margin: 0 10px 0 0;
    }

    .nav_tel a {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        width: 100%;
        padding: 25px 50px;
        border: #fff 1px solid;
        color: #fff;
        letter-spacing: 0.05em;
    }


    /* ハンバーガーボタン押した時にメニューを右から出現 */
    .active .nav_list {
        /* transition: .4s; */
        transform: translateX(0);
    }

    /* TOPへ戻るボタン */
    .scroll-top {
        display: none;
    }


    /* セクションタイトル */
    .section_title {
        font-size: 24px;
    }

    .titleTime {
        font-size: 14px;
        margin-top: 6px;
    }

    .section_titleBlock:before,
    .section_titleBlock:after {
        width: 20%;
    }

    /* セクションの余白 */
    .section_space {
        margin-top: 100px;
    }

    /* スマホヘッダー */
    .logo a {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin: 20px auto;
    }

    .logo img {
        width: 115px;
    }

    .logo span {
        font-size: 9px;
        margin-top: 8px;
    }

    /* スマホフッター */
    .footer {
        position: relative;
        background-image: url(../img/footer_bg_SP.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        padding-top: 40px;
    }

    .footer_text_container {
        display: none;
    }

    .logo_wrapper {
        justify-content: center;
    }

    .footer_logo {
        margin-bottom: 0;
    }

    .footer_inner {
        flex-direction: column;
        gap: 0;
    }

    .footer_box {
        gap: 20%;
        align-items: center;
        justify-content: center;
        margin-top: 80px;
    }

    .footer_list {
        gap: 30px;
    }

    /* ボタン共通 */
    .top_button_box {
        font-size: 14px;
        justify-content: left;
        margin-top: 60px;
    }

    /* 下層メインビジュアル */
    .page_mv {
        height: 500px;
        position: relative;
    }

    .page_mv_title {
        font-size: 50px;
        letter-spacing: 0.12em;
    }

    .page_mv_instagramBtn,
    .page_mv_calenderBtn {
        display: none;
    }

    .SP {
        display: flex;
    }

    .page_mv_instagramBtn_SP,
    .page_mv_calenderBtn_SP {
        width: 28px;
    }

    .page_mv_SPicon {
        position: absolute;
        display: flex;
        gap: 15px;
        top: 365px;
    }

}