@charset "utf-8";
/* ===========================
common
=========================== */
html {
    font-size: 62.5%;

}

body {
    font-family:
     "Zen Old Mincho",
      serif;
    font-style: normal;
    color: #3E6B9B;
    background-color: #F7F7F7;
    line-height: 1.5;
}

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



/* ===========================
header
=========================== */
.header {
    padding: 20px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.header_logo_pc {
    display: none;
}

.main {
    margin-top: 100px;
}

.header_topic {
    color: #4D5156;
    font-size: 1rem;
    line-height: 1.5;
}

/* .nav初期表示 */
.nav {
    background: rgba(62, 107, 155, 0.90);
    width: 100%;
    height: 100vh;
    padding: 20px 20px 20px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 100;
    transform: translateX(-100%);
    transition: 0.4s;
}

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

.nav_header_topic {
    color: #4D5156;
}

.nav_list {
    margin-top: 51px;
}

.nav_item {
    color: #FAFAFA;
    font-family: "Cormorant Garamond";
    font-size: 2.5rem;
    font-weight: 500;
    margin-left: 25px;
    margin-top: 20px;
}

.nav_item:last-of-type {
    width: 165px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #3E6B9B;
    background: #F7F7F7;
    color: #3E6B9B;
    text-align: center;
}

.nav_item:last-of-type {
    width: 165px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #3E6B9B;
    background: #F7F7F7;
    color: #3E6B9B;
    text-align: center;
    transition: background-color 0.3s ease, color 0.3s ease;; /* アニメーション効果 */
}

.nav_item:last-of-type:hover {
    background: #F7F7F7; /* ホバー時の背景色 */
    color: #3E6B9B; /* ホバー時の文字色 */
}

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

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

.header_btn_outer {
    display: flex;
    align-items: center;
    gap: 15px;
}

.reservation_btn {
    width: 96px;
    height: 20px;
    padding: 0px 14px;
    flex-shrink: 0;
    border-radius: 20px;
    background: #3E6B9B;
    font-family: "Cormorant Garamond";
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 18.7px;
    letter-spacing: 0.8px;
    color: #F7F7F7;
}

.header_btn {
    display: block;
}

/* .header pc */
@media screen and (min-width: 769px) {
    .header {
        max-width: 1440px;
        padding: 40px 80px 20px 80px;
    }

    .header_topic {
        color: #4D5156;
        font-size: 1rem;
        line-height: 1.6;
    }

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

    .header_logo_sp {
        display: none;
    }

    .header_logo_pc {
        display: block;
    }

    .nav {
        background: transparent;
        width: auto;
        height: auto;
        padding: 0;
        position: static;
        transform: translate(0);
    }

    .nav_list {
        display: flex;
        margin-top: 0;
    }


    .nav_header {
        display: none;
    }

    .nav_item {
        color: #3E6B9B;
        font-size: 16px;
        display: inline-block;
        transition: all .3s ease 0s;
        text-decoration: none;
    }

    .nav_item:hover:not(:last-child) {
        cursor: pointer;
	    transform: scale(1.2);
    }

    .nav_item:last-of-type {
        width: 131px;
        height: 25px;
        background: #3E6B9B;
        font-size: 1.6rem;
        line-height: 18.7px;
        letter-spacing: 0.8px;
        color: #F7F7F7;
    }

    .header_btn {
        display: none;
    }

    .reservation_btn {
        display: none;
    }
}

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

}


/* article_header */
.mainimg_pc {
    display: none;
}

.article_header {
    padding: 80px 20px;
}

.fadeIn_400 {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn_400.animated {
    transform: translate(0,0);
    opacity: 1;
}

.fv_title {
    font-family: "Cormorant Garamond";
    font-size: 3.3rem;
    font-weight: 500;
}

.fv_text {
    font-family: "Cormorant Garamond";
    font-size: 1.3rem;
    padding: 12px 0;
    color: #3E6B9B;
    line-height: 17px;
}

@media screen and (min-width:768px) {
    .mainimg_pc {
        display: block !important;
    }

    .mainimg_sp {
        display: none;
    }

}

@media screen and (min-width:769px) {
    .article_header {
        padding: 235px 80px;
    }

    .mainimg_sp {
        display: none;
    }

    .fv {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
    }

    .fv_title {
        font-family: "Cormorant Garamond";
        font-size: 5.9rem;
        font-weight: 500;
        line-height: 94.4px;
    }

    .fv_text {
        width: 361px;
        font-family: "Cormorant Garamond";
        font-size: 1.3rem;
        line-height: 17px;
    }
}

/* concept */
.concept_animation {
    margin:0 1em 3em;
    overflow:hidden;
    white-space: nowrap;
    position: relative; /* 位置を相対的に */
    transform: translate(0px, -50px);
}

.concept_animation p {
    color: #D9D9D9;
    font-family: "Cormorant Garamond";
    font-size: 7rem;
    animation: flowing 30s linear infinite; /*アニメーション*/
    display: inline-block; /* インラインブロックに設定 */
    white-space: nowrap;
}

@keyframes flowing {
    0%{
        transform:translateX(0%);
    }
    100% {
      transform:translateX(-50%);    /*終了の位置*/
    }
}

.section_concept {
    width: 100%;
    background-image: url(../images/concept_backimg_pc.png);
    background-position: center;
    background-size: cover;
}

.concept_wrapper {
    display: flex;
    padding: 42px 0px;
    flex-direction: column;
    align-items: flex-start;
    transform: translate(0px, -80px);
    overflow: hidden;
}

.concept_outer {
    display: flex;
    padding: 0px 32px 80px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    align-self: stretch;
}

.concept {
    color: #FAFAFA;
    font-family: "Cormorant Garamond";
    font-size: 3.3rem;
    font-weight: 500;
}

.concept_text {
    color: #FAFAFA;
    font-size: 1.4rem;
    line-height: 1.9;
}

.concept_img {
    text-align: center;
    position: relative;
    width: 100%;
}

.fadeIn_200 {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn_200.animated {
    transform: translate(0,0);
    opacity: 1;
}


.concept_img1 {
    width: 57vw;
    height: auto;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    z-index: 0;
}

.concept_img2 {
    width: 60vw;
    height: auto;
    position: relative;
    z-index: 2;
}

.concept_img3 {
    width: 37vw;
    height: auto;
    position: absolute;
    top: 55%;
    left: 55%;
    transform: translateY(5px);
    z-index: 1;
}

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

    .section_concept {
        width: 100%;
        background-image: url(../images/concept_backimg_pc.png);
        background-position: center;
        background-size: cover;
    }

    .concept_animation p {
        color: #D9D9D9;
        font-family: "Cormorant Garamond";
        font-size: 20rem;
    }
    .concept_wrapper {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        overflow: hidden;
    }

    .concept_img {
        width: 50%;
        height: auto;
    }

    .concept_img1 {
        width: 34vw;
        height: auto;
    }

    .concept_img2 {
        width: 32vw;
        height: auto;
    }

    .concept_img3 {
        width: 21vw;
        height: auto;
        transform: translateY(20px);
    }

    .concept_outer {
        width: 43%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .concept {
        color: #FAFAFA;
        font-family: "Cormorant Garamond";
        font-size: 3.3rem;
    }

    .concept_text {
        color: #FAFAFA;
        font-size: 1.4rem;
        line-height: 3.3rem;
    }

    .section_menu, .section_gallery, .section_access, .section_concept {
        width: 100%;  /* 画面幅いっぱいに広がるように */
        max-width: none; /* 最大幅を解除 */
    }
    
}

@media screen and (min-width:769px) {
    .concept {
        font-size: 5.4rem;
    }

    .concept_text {
        font-size: 1.6rem;
    }

    .concept_wrapper {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
        padding: 80px 120px 160px 0px;
    }
}


/* menu */
.section_menu {
    display: inline-flex;
    padding-top: 80px;
    padding-bottom: 80px;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    overflow: hidden
}

.menu_outer {
    display: flex;
    padding: 0px 32px;
    flex-direction: column;
    gap: 40px;
}

.menu_line_pc {
    display: none;
}

.menu {
    font-family: "Cormorant Garamond";
    font-size: 3.3rem;
    font-weight: 500;
}

.menu_text {
    font-size: 1.4rem;
    line-height: 1.9;
}

.menu_list {
    padding: 0px 38px;
}

.fadeIn_300 {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn_300.animated {
    transform: translate(0,0);
    opacity: 1;
}

.menu_list img {
    vertical-align: baseline;
}

.menu_item {
    display: flex;
    justify-content: space-between;
    transition: .3s;
}

.list_outer {
    display: flex;
}

.menu_name {
    padding: 10px;
}

.number {
    font-size: 1.2rem;
    margin-top: 16px;
}

.menu_title {
    font-family: "Cormorant Garamond";
    font-size: 3rem;
}

.name_kana {
    font-size: 1rem;
}

.menu_btn {
    object-fit: contain;
}

.pc_menu_btn {
    display: none;
}


@media screen and (min-width:768px) {
    .menu_outer {
        width: 50%;
    }
}

@media screen and (min-width:769px) {
    .section_menu {
        display: flex;
        padding: 120px 120px;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
    }

    .menu_line_pc {
        display: block;
    }

    .menu_line_sp {
        display: none;
    }

    .menu_item {
        padding: 20px 0px 20px;
        transition: .3s;
    }

    .menu_item:hover {
        background: #d1dfee;
    }

    .list_outer {
        gap: 25px;
    }

    .menu_outer {
        width: 500px;
    }

    .menu {
        font-family: "Cormorant Garamond";
        font-size: 5.9rem;
    }

    .menu_text {
        font-size: 1.6rem;
        line-height: 33px;
    }

    .number {
        font-size: 2.5rem;
    }

    .menu_title {
        font-family: "Cormorant Garamond";
        font-size: 5.9rem;
    }

    .name_kana {
        font-size: 1.8rem;
    }

    .pc_menu_btn {
        display: block;
    }

    .menu_btn {
        display: none;
    }

}

/* gallery */
 .gallery_wrap {
    display: flex;
    align-items: center;
    overflow: hidden;
}

.slideshow {
    display: flex;
    animation: loop-slide 80s infinite linear 1s both;
}

@keyframes loop-slide {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
}

.gallery_photo {
    margin-right: 30px;
    width: 300px;
    height: auto;
}

.gallery_photo img {
    width: auto;
    height: 223px;
    margin-left: 15px;
}

.section_gallery {
    background: #EDEDED;
    display: flex;
    padding: 80px 0px;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 40px 30px;
    flex-wrap: wrap;
}

.gallery {
    font-family: "Cormorant Garamond";
    font-size: 3.5rem;
    font-weight: 500;
}

.photo_name {
    margin-top: 15px;
    color: #4D5156;
    text-align: center;
    font-size: 2rem;
}

@media screen and (min-width:769px) {
    .section_gallery {
        background: #EDEDED;
        display: flex;
        padding: 80px 0px;
        align-items: center;
        gap: 40px 30px;
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .slideshow {
        animation: none;
    }

    .gallery_wrap .slideshow:nth-of-type(2) {
        display: none; /* 2つ目のスライドショーを非表示にする */
    }

    .gallery {
        text-align: center;
        font-family: "Cormorant Garamond";
        font-size: 5.4rem;
    }

    .gallery_wrap .slideshow:first-of-type {
        display: grid; /* グリッドレイアウトを使用 */
        grid-template-columns: repeat(3, 1fr); /* 3列に設定 */
        gap: 20px; /* 列間のスペースを指定 */
    }

    /* gallery　fadeIn100,200,300 */
    .fadeIn_100 {
        transform: translate(0, 50px);
        opacity: 0;
        transition: 0.8s;
    }

    .fadeIn_100.animated {
        transform: translate(0,0);
        opacity: 1;
    }

    .fadeIn_200 {
        transform: translate(0, 50px);
        opacity: 0;
        transition: 0.8s;
    }

    .fadeIn_200.animated {
        transform: translate(0,0);
        opacity: 1;
    }

    .fadeIn_300 {
        transform: translate(0, 50px);
        opacity: 0;
        transition: 0.8s;
    }

    .fadeIn_300.animated {
        transform: translate(0,0);
        opacity: 1;
    }

}

/* access */
.section_access {
    display: flex;
    padding: 80px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}

.section_access iframe {
    display: none;
}

.access {
    font-family: "Cormorant Garamond";
    font-size: 3.5rem;
    font-weight: 500;
}

.address {
    text-align: center;
    font-size: 1.3rem;
    line-height: 2;
}

.time {
    text-align: center;
    font-size: 1.3rem;
}

@media screen and (min-width:769px) {
    .access {
        font-family: "Cormorant Garamond";
        font-size: 5.4rem;
    }

    .address {
        font-size: 1.5rem;
    }

    .time {
        font-size: 1.5rem;
    }

    .section_access iframe {
        display: block;
    }
}

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



/* reservation */
.section_reservation {
    background: #50617A;
    display: flex;
    padding: 80px 30px;
    justify-content: center;
    flex-wrap: wrap;
    gap: 25px;
}

.fadeIn_200 {
    transform: translate(0, 50px);
    opacity: 0;
    transition: 0.8s;
}

.fadeIn_200.animated {
    transform: translate(0,0);
    opacity: 1;
}

.reservation_outer {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    flex-shrink: 0;
}

.section_title {
    text-align: center;
    color: #F7F7F7;
    font-family: "Cormorant Garamond";
    font-size: 4rem;
    font-weight: 500;
}

.reservation_text {
    color: #F7F7F7;
    font-size: 1.3rem;
}

.reservation_wrapper {
    display: grid;
    gap: 25px;
}

.reservation_btn_outer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
}

.btn {
    display: flex;
    width: 250px;
    height: 45px;
    padding: 12px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 10px;
    border: 1px solid #3E6B9B;
    background: #F7F7F7;
    font-size: 16px;

}

.icon_pc {
    display: none;
}

.mail {
    color: #F7F7F7;
    font-size: 1.8rem;
    display: flex;
    align-items: center;
    gap: 10px;
}

.phone_number {
    color: #F7F7F7;
    font-size: 1.8rem;
    display: flex;
    align-items: normal;
    gap: 10px;
}

.attention {
    color: #F7F7F7;
    font-size: 1.2rem;
}


@media screen and (min-width:768px) {
    .reservation_text {
    text-align: center;
    }

    .icon_pc {
        display: none;
    }
}

@media screen and (min-width:1300px) {
    .section_reservation {
        display: flex;
        justify-content: space-between;
        width: 100%;
        padding: 30px 120px 80px;
    }

    .reservation_outer {
        width: auto;
    }

    .section_title {
        color: #F7F7F7;
        font-family: "Cormorant Garamond";
        font-size: 13rem;
        text-align: start;
    }

    .reservation_text {
        color: #F7F7F7;
        font-size: 1.8rem;
        text-align: center;
        margin-top: -45px;
    }

    .reservation_wrapper {
        width: auto;
        display: grid;
        gap: 25px;
        padding-top: 70px;
    }

    .reservation_btn_outer {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px;
        flex-shrink: 0;
    }

    .btn {
        display: flex;
        width: 350px;
        height: 70px;
        justify-content: center;
        align-items: center;
        font-size: 2rem;
        transition: .3s;
    }

    .btn:hover {
        transform: scale(1.1);
    }

    .icon_sp {
        display: none;
    }

    .icon_pc {
        display: block;
    }

    .mail {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 10px;
        font-size: 3rem;
        align-self: stretch;
        transition: .3s;
    }

    .mail:hover {
        transform: scale(1.1);
    }

    .phone_number {
        display: flex;
        justify-content: center;
        align-items: flex-end;
        gap: 10px;
        color: #F7F7F7;
        font-size: 3rem;
        transition: .3s;
    }

    .phone_number:hover {
        transform: scale(1.1);
    }

    .attention {
        color: #F7F7F7;
        font-size: 1.5rem;
        text-align: center;
    }
}

/* footer */
.footer {
    display: flex;
    padding: 20px 0px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (min-width:769px) {
    .footer small {
        font-size: 1.5rem;
    }
}