* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

*::before,
*::after {
    box-sizing: border-box;
}


body, h1, h2, h3, h4, h5, h6, p, ul, ol, li {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    text-decoration: none;
    color: inherit;
}

html {
    font-family: "Noto Serif JP", serif;
    overflow-x: hidden;
}

.w1280 {
    max-width: 1280px;
    margin: 0 auto;
}

.flex {
    display: flex;
}

.sp_only {
        display: none;
    }

/* 背景 */
body {
    aspect-ratio: 16 / 9;
    background-image: url(../img/bg01.jpg);
    background-size: contain;
    background-position: center;
}

header {
    position: absolute;
    top: 20px;
    left: 2%;
    z-index: 10;
}

header,
header h1 {
    width: auto;
    max-width: none;
}

header img {
    width: clamp(320px, 50vw, 650px);
    max-width: none;
    height: auto;
}

#mv img {
    display: block;
    width: 100%;
    height: auto;
}

#mv-sp {
    display: none;
}

/* 新着情報 */
#news .ttl p {
    margin-top: 46px;
    margin-bottom: 36px;
    text-align: center;
    font-size: 36px;
    font-weight: bold;
}

#news .news_img {
    text-align: center;
}

#news .news_img a {
    display: inline-block;
}

#news .news_img a img {
    display: block;
    max-width: 100%;
    transition: transform 0.3s ease, filter 0.3s ease;
}

#news .news_img a:hover img {
    filter: brightness(1.2);
}

#news .inner {
    margin-bottom: 117px;
}

/* コンセプト・メニュー */
#concept .ttl_box {
    margin-bottom: 78px;
}

#concept .ttl_box .ttl_txt h2,
#rec_menu .ttl_box .ttl_txt h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 14px;
}

#concept .ttl_img img,
#rec_menu .ttl_img img {
    margin: 0 auto;
}

#concept .catch {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
}

#concept .catch h3 {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.25;
    position: relative;
    display: inline-block;
    z-index: 1;
}

#concept .catch::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 307px;
    height: 316px;
    background-image: url(../img/cycle01.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 0;
}

#rec_menu .mtxt_box,
#rec_menu .mimg_box,
#information .inner {
    padding: 10px 15px;
}

#rec_menu {
    overflow: hidden;
}

#rec_menu .ttl_box {
    margin-bottom: 100px;
}

#rec_menu .mtxt_box h3 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 30px;
}

#rec_menu .mtxt_box p {
    font-size: 20px;
    font-weight: bold;
    line-height: 2;
}

#rec_menu .flex {
    justify-content: space-between;
}

#rec_menu .menu_box {
    margin-bottom: 170px;
}

#rec_menu .mimg_box {
    position: relative;
    z-index: 1;
}

#rec_menu .mimg_box img {
    max-width: 680px;
    height: auto;
}

#rec_menu .od1 {
    order: -1;
    position: relative;
    z-index: 2;
}

#rec_menu .inner {
    margin-bottom: 240px;
}

#rec_menu .mtxt_box {
    position: relative;
    z-index: 1;
}

#rec_menu .mtxt_box::before {
    content: "";
    position: absolute;
    top: 73%;
    left: 64%;
    transform: translate(-50%, -50%);
    width: 671px;
    height: 690px;
    background-image: url(../img/cycle03.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

#rec_menu .bf02::before {
    content: "";
    position: absolute;
    top: 62%;
    left: 33%;
    transform: translate(-50%, -50%);
    width: 639px;
    height: 625px;
    background-image: url(../img/cycle04.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -2;
}

#rec_menu .bf03::before {
    content: "";
    position: absolute;
    top: 58%;
    left: 61%;
    transform: translate(-50%, -50%);
    width: 602px;
    height: 574px;
    background-image: url(../img/cycle05.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: -1;
}

#rec_menu .gap45 {
    gap: 45px;
}

#rec_menu .gap90 {
    gap: 90px;
}

/* ギャラリー */
#gallery {
    aspect-ratio: 16 / 9;
    background-image: url(../img/bg02.jpg);
    background-size: contain;
    background-position: center;
    padding-bottom: 149px;
    margin-bottom: 182px;
    overflow: hidden;
}

#gallery h2 {
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
    padding-top: 80px;
    margin-bottom: 87px;
}

.gallery_wrapper {
    overflow: hidden;
}

.gallery_track {
    display: flex;
    gap: 70px;
    will-change: transform;
}

.gallery_track img {
    width: 819px;
    height: auto;
    display: block;
}


/* 店舗情報 */
#information h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 97px;
}

#information .info_img {
    max-width: 584px;
    height: auto;
}

#information .flex {
    margin-bottom: 129px;
    justify-content: space-between;
    gap: 76px;
}

#information table td,
#information table th {
    padding-bottom: 22px;
    text-align: left;
    white-space: nowrap;
}

#information table th span {
    margin-right: 70px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1.36;
}

#information table td span {
    font-size: 22px;
    line-height: 1.36;
}

/* フッター */
footer .f_logo {
    margin-top: 57px;
    margin-bottom: 57px;
    text-align: center;
}

footer .f_logo a {
    display: inline-block;
}

footer .f_logo img {
    margin: 0 auto;
}

footer small {
    font-size: 16px;
    display: block;
    text-align: center;
    padding-bottom: 10px;
}

@media screen and (max-width: 1450px) and (min-width: 1060px) {
    .gallery_track img {
        width: 550px;
    }

#gallery h2 {
    margin-bottom: 70px;
    }
}

@media screen and (max-width: 1061px) and (min-width: 951px) {
    .gallery_track img {
        width: 450px;
    }

#gallery h2 {
    padding-top: 55px;
    margin-bottom: 90px;
    }
}

@media screen and (max-width: 950px) and (min-width: 851px) {
    .gallery_track img {
        width: 400px;
    }

    #gallery h2 {
        padding-top: 55px;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 850px) and (min-width: 769px) {
    .gallery_track img {
        width: 400px;
    }

    #gallery h2 {
        padding-top: 45px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 1300px) and (min-width: 1051px) {
    #information table th span {
        margin-right: 50px;
        font-size: 20px;
    }

    #information table td span {
        font-size: 20px;
    }
}

@media screen and (max-width: 1050px) {
    #information .flex {
        display: grid;
        justify-content: center;
        gap: 25px;
        margin-bottom: 35px;
    }

    #information .info_img {
        order: 2;
    }

    #information .info_txt {
        order: 1;
    }

    #information h2 {
        margin-bottom: 60px;
    }

    #information table th span {
        margin-right: 42px;
        line-height: 1.8;
    }

    #information table td span {
        line-height: 1.8;
    }
}

@media screen and (max-width: 1260px) and (min-width: 769px) {
    #concept .c02_img img {
        max-width: 425px;
        height: auto;
    }
}

@media screen and (max-width: 1075px) and (min-width: 931px) {
    #concept .content_01 .c_txt p {
        max-width: 440px;
    }
}

@media screen and (max-width: 930px) and (min-width: 866px) {
    #concept .content_01 .c_txt p {
        max-width: 380px;
    }
}

@media screen and (max-width: 865px) and (min-width: 769px) {
    #concept .content_01 .c_txt p {
        max-width: 290px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 1001px) {
    #rec_menu .mimg_box img {
        max-width: 525px;
    }

    #rec_menu .gap90 {
        gap: 40px;
    }
}

@media screen and (max-width: 1000px) and (min-width: 769px) {
    #rec_menu .mimg_box img {
        max-width: 425px;
    }

    #rec_menu .gap90 {
        gap: 35px;
    }
}


@media screen and (min-width:769px) {
    #concept .concept_box {
        position: relative;
        margin-bottom: 180px;
    }

    #concept .concept_box:last-child {
        margin-bottom: 130px;
    }

    #concept .catch {
        text-align: left;
        margin-bottom: 0;
        position: absolute;
        top: 65px;
        right: 4%;
        z-index: 2;
    }

    #concept .catch h3 {
        font-size: 40px;
        font-weight: bold;
        line-height: 1.25;
        position: relative;
        z-index: 1;
    }

    #concept .catch::before {
        content: "";
        position: absolute;
        top: 35%;
        left: 56%;
        transform: translate(-50%,-50%);
        width: 307px;
        height: 316px;
        background-image: url(../img/cycle01.png);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        z-index: 0;
    }

    .c_sec {
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

    .content_01 {
        flex: 2;
    }

    .c01_img {
        margin-bottom: 30px;
        max-width: 850px;
    }

    .c01_img img {
        height: auto;
    }

    .c_txt {
        font-size: 20px;
        font-weight: bold;
        line-height: 2;
        margin-left: 30px;
    }

    .content_02 {
        flex: 1;
        position: relative;
        margin-left: -185px;
    }

    .c02_ico {
        position: absolute;
        top: 225px;
        right: -20px;
        width: 411px;
        z-index: 3;
    }

    .c02_ico_b {
        position: absolute;
        top: 212px;
        right: 60px;
        width: 277px;
        z-index: 3;
    }

    .c02_ico_h {
        position: absolute;
        top: 265px;
        right: 47px;
        width: 309px;
        z-index: 3;
    }

    .c02_img {
        margin-top: 390px;
        max-width: 620px;
    }

    .c02_img img {
        max-width: 620px;
        height: auto;
    }
}

/* タブレット・sp用 */
@media screen and (max-width: 768px) {
    .pc_only {
        display: none;
    }

    #news .ttl p {
        margin-top: 68px;
        margin-bottom: 42px;
        font-size: 32px;
    }

    #news .sp_only {
        margin-right: 20px;
        margin-left: 20px;
        display: block!important;
    }

    #news .inner {
        margin-bottom: 102px;
    }

    #concept .ttl_box .ttl_txt h2,
    #rec_menu .ttl_box .ttl_txt h2 {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .concept_box {
        padding: 40px 15px;
    }

    #concept .catch {
        margin-bottom: 155px;
    }

    #concept .catch h3 {
        font-size: 32px;
        text-align: left;
    }

    #concept .ttl_box {
        margin-bottom: 110px;
        padding: 0 15px;
    }

    .content_01 {
        display: flex;
        flex-direction: column;
    }
    .c_txt {
        order: 1;
    }

    .c01_img {
        order: 2;
        margin-bottom: 80px;
    }

    .c01_img img {
        width: 100%;
        height: auto;
    }

    .c_txt {
        font-size: 20px;
        font-weight: bold;
        line-height: 2;
        text-align: left;
        margin-bottom: 21px;
    }

    #rec_menu .flex {
        display: block;
    }

    #rec_menu .mtxt_box h3 {
        font-size: 29px;
    }

    #rec_menu .ttl_box {
        margin-bottom: 30px;
        padding: 0 15px;
    }

    #rec_menu .mtxt_box::before {
        top: 100%;
        left: 85%;
    }

    #rec_menu .mimg_box img {
        max-width: 100%;
        margin: 0 auto;
    }

    #rec_menu .menu_box {
        margin-bottom: 110px;
    }

    #rec_menu .inner {
        margin-bottom: 0;
    }

    #gallery {
        aspect-ratio: auto;
        padding-bottom: 60px;
        margin-bottom: 32px;
    }

    .gallery_track img {
        width: 300px;
    }

    .gallery_track {
        gap: 30px;
    }

    #gallery h2 {
        font-size: 32px;
        padding-top: 32px;
    }

    footer .f_inner .map iframe {
        height: 358px;
    }

    footer .f_logo {
        margin: 51px 15px 15px 19px;
    }
}


@media screen and (max-width: 768px) and (min-width: 481px) {
    .concept_box {
        padding: 40px 45px;
    }

    #rec_menu .flex {
        padding-left: 45px;
        padding-right: 45px;
    }

    #rec_menu .mtxt_box,
    #rec_menu .mimg_box {
        padding: 10px 0;
    }
}

@media screen and (max-width: 690px) and (min-width: 481px) {
    #information table th span {
        font-size: 16px;
    }

    #information table td span {
        font-size: 16px;
    }
}

@media screen and (max-width: 480px) {
    #mv {
        display: none;
    }

    #mv-sp{
        display: block;
    }

    #information table td span {
        white-space: normal;
    }

    #rec_menu .mimg_box img {
        width: clamp(320px, 90vw, 760px);
        max-width: none;
        margin: 0 auto;
    }

    #information table th span {
        font-size: 16px;
    }

    #information table td span {
        font-size: 16px;
    }
}


