@charset "utf-8";

html {
    scroll-behavior: smooth;
}

.tab-br {
    display: none;
}

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

@media screen and (max-width:767.9px) {
    html {
        font-size: 2.6667vw;
    }
}


@media screen and (max-width:1207.9px) {
    .tab-br {
        display: block;
    }
}

/* ------------------
hamburger menu
---------------------*/

/* .hamburger-nav {
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-height: 8vh;
    background-color: orange;
}

.logo {
    width: 20%;
} */

/* ------------------
header
---------------------*/
.header {
    position: relative;
    display: flex;
    align-items: center;
    height: 100vh;
    background-color: #2E2624;
}
.header.pagehead {
    height: auto;
}

.pcfv {
    position: relative;
    width: 80%;
    height: 100%;
}

.bg-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-size: cover;
    background-position: center;
    animation: image-switch-animation 15s infinite;
}

/* fadein */
.pcfv-1 {
    background-image: url(../img/top/mv_01_pc.jpg);
}
.pcfv-2 {
    background-image: url(../img/top/mv_02_pc.jpg);
}
.pcfv-3 {
    background-image: url(../img/top/mv_03_pc.jpg);
}
.bg-img:nth-of-type(1) {
    animation-delay: 0s;
}
.bg-img:nth-of-type(2) {
    animation-delay: 5s;
}
.bg-img:nth-of-type(3) {
    animation-delay: 10s;
}
@keyframes image-switch-animation {
  0%{ opacity: 0;}
  5%{ opacity: 1;}
  35%{ opacity: 1;}
  60%{ opacity: 0;}
  100%{ opacity: 0;}
}

.side-nav {
    width: 20%;
    padding: 0 93px;
    margin: 0 auto;
}

.side-logo,
.side-logo-sp {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 230px;
    /* margin: 0 auto; */
}

.side-logo-pc {
    display: flex;
    align-items: center;
    width: 60%;
    max-width: 230px;
    /* margin: 0 auto; */
}

.side-menu {
    margin-top: 56px;
    max-width: 230px;
}

.side-menu-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/bg_green.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    font-size: 16px;
    width: 230px;
    height: 50px;
    margin-top: 60px;
    gap: 4px;
    cursor: pointer;
}

.side-menu-text {
    font-size: 14px;
}

.reserve-icon {
    width: 14px;
    height: 14px;
}

.side-menu-sns {
    border-top: 1px solid #ccc;
    margin-top: 60px;
}

.link-text-s {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 4px;
}

.sns-box {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.scroll-down {
    position: absolute;
    bottom: 60px;
    left: 50%;
    font-size: 10px;
    color: #fff;
    text-align: center;
    white-space: nowrap;
}

.scroll-down::after {
    position: absolute;
    content: "";
    bottom: -40px;
    right: 29px;
    width: 1px;
    height: 30px;
    background-color: #fff;
}
.fv-text {
    position: absolute;
    left: 30px;
}
.bg-img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30px;
    margin: auto;
}

@media screen and (max-width:1024px) {
    .header {
        position: relative;
    }
    
    .spfv {
        position: relative;
        width: 100%;
        height: 55vh;
    }
    .spfv-1 {
        background-image: url(../img/top/mv_01_sp.jpg);
    }
    .spfv-2 {
        background-image: url(../img/top/mv_02_sp.jpg);
    }
    .spfv-3 {
        background-image: url(../img/top/mv_03_sp.jpg);
    }
    
    @keyframes image-switch-animation {
    0%{ opacity: 0;}
    5%{ opacity: 1;}
    30%{ opacity: 1;}
    35%{ opacity: 1;}
    60%{ opacity: 0;}
    100%{ opacity: 0;}
    }
    
    .spfv::before {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        top: 0;
        left: 0;
        z-index: 1;
        background: linear-gradient(to bottom, rgba(46,38,36,1) 0%, 
                                               rgba(46,38,36,0) 20%,
                                               rgba(46,38,36,0) 35%);
    }

    .pcfv,
    .spfv {
        width: 100%;
        position: relative;
    }

    .header {
        display: block;
        height: 100vh;
        position: relative;
    }
    
    .side-logo-sp {
        width: 15rem;
        height: 45vh;
        margin: 0 auto;
    }

    .side-nav {
        position: fixed;
        bottom: -100%;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url(../img/bg_b.jpg);
        padding: 0;
        z-index: 9999;
        transition: bottom 0.3s ease;
    }

    .side-nav.open {
        bottom: 0;
    }

    .sp-header-hbg {
        cursor: pointer;
        z-index: 10000;
    }

    .side-nav::before {
        content: '';
        position: fixed;
        top:0; left:0;
        width:100vw; height:100vh;
        background: rgba(0,0,0,0.3);
        display:none;
        z-index:-1;
    }

    .side-logo-pc {
        width: 0;
        max-width: 0;
        margin: 0;
    }

    .side-menu {
        margin-top: 4rem;
		        width: 100%;
        max-width: 100%;
    }

    .side-menu-text {
        font-size: 1.6rem;
        padding: 2rem 1.5rem;
        margin-top: 30px;
    }

    .side-menu-text:first-child {
        margin-top: 0;
    }

    .nav-line {
        border-color: #ccc;
        opacity: 0.3;
    }

    .side-menu-btn {
        display: none;
    }

    .side-menu-sns {
        border-top: 0;
        margin-top: 0;
        padding: 0 1.5rem;
    }
    
    .side-menu-sns-sp {
        padding: 0 1.5rem;
    }

    .nav-logo {
        width: 34.2%;
        padding: 4rem 1.5rem 0;
    }

    .link-text-s {
        font-size: 1.4rem;
        text-decoration: none;
        border-bottom: 0;
    }

    .side-menu-sns {
        margin-top: 30px;
    }

    .sns-box {
        margin-top: 20px;
    }
	.fv-text {
        position: absolute;
        top: 20%;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
}
	.fv-text img {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 44%;
}
	.bg-img img {
        position: absolute;
        top: 20%;
        right: 0;
        /* bottom: 0; */
        left: 0;
        margin: 0 auto;
        width: 44%;
}
}
    
/* ------------------
header-nav / logo
---------------------*/
.pc-header-logo {
    width: 10%;
    max-width: 140px;
    margin-left: 20px;
}

.pc-header-nav {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 20px 0;
    z-index: 3;
    /* background: rgba(0,0,0,0.3); */
}

.pc-nav-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../img/bg_w.jpg);
    /*background-size: cover;
    background-repeat: no-repeat;*/
    width: 70%;
	    max-width: 550px;
    height: 60px;
    margin-right: 20px;
    /* box-shadow: 1px 1px 1px 1px #c2c2c2; */
	    max-width: 550px;
}

.pc-header-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 0;
    height: 0; */
}

.pc-header-text {
    font-size: 12px;
    color: #1A1A1A;
    text-align: center;
    white-space: nowrap;
    padding-right: 30px;
}

.pc-header-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../img/bg_green.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    text-decoration: none;
    font-size: 14px;
    width: 40%;
    max-width: 155px;
    padding: 12px 10px;
    gap: 5px;
    cursor: pointer;
}

.pc-header-nav.m_fixed {
    left: 0;
    position: fixed;
    top: 0;
}

.fadein-sp,
.fadein-pc {
    opacity: 0;
    transform: translate(0,0);
    transition: all 1.5s;
}

.scrollin{
    opacity: 1 !important;
    transform: translate(0, 0) !important;
}

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

    /* sp */
    .sp-header-nav {
        position: absolute;
        bottom: 0;
        width: 100%;
        z-index: 3;
        transition: transform 0.5s ease;
        transform: translateY(100%);
        z-index: 10000;
    }
    
    .sp-header-nav.m_fixed {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10000;
        transform: translateY(0);
    }

    .fadein {
        opacity: 0;
        transform: translate(0,0);
        transition: all 1.5s;
    }

    .scrollin{
        opacity: 1 !important;
        transform: translate(0, 0) !important;
    }

    .sp-header-nav.sp-nav-inner  {
        padding-bottom: 0;
        padding-top: 0;
        margin: 0 auto;
        max-width: 100%;
        padding: 80px 0;
        width: 768px;
    }

    .sp-header-list {
        display: flex;
        align-items: center;
        height: 5.6rem;
        margin: 0;
    }

    .sp-header-text {
        text-align: center;
        font-size: 0.8rem;
    }

    .header-icon-container {
        display: block;
        width: 1.5rem;
        height: 1.5rem;
        margin: 0.5rem auto 0;
    }

    .sp-header-icon {
        width: 1.5rem;
        height: 1.5rem;
    }

    .sp-header-access {
        width: 20%;
        background-color: #F5F5F5;
        color: #111111;
        padding: 1.4rem 0;
    }

    .sp-header-menu {
        width: 20%;
        background-image: url(../img/bg_w.jpg);
        /*background-size: cover;*/
        color: #1A1A1A;
        padding: 1.4rem 0;
    }

    .sp-header-hbg {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 20%;
        height: 6rem;
        background-color: #F5F5F5;
    }

    .sp-header-btn {
        display: flex;
        justify-content: center;
        align-items: center;
        background-image: url(../img/bg_green.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        text-decoration: none;
        font-size: 1.4rem;
        width: 40%;
        height: 6rem;
        gap: 0.4rem;
        cursor: pointer;
    }

    .sp-header-logo {
        width: 24%;
        padding: 7.6rem 0 0 0.8rem;
    }

    .fadein-pc {
        opacity: 0;
        transform: translate(0,0);
        transition: unset;
    }

    .pc-nav-inner {
        display: none;
    }

    .icon-link {
        width: 1.2rem;
        height: 1.2rem;
    }

    .sp-movie {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 4.7rem auto 0;
    }
}

/* ------------------
空間　space
お酒　drinks 
---------------------*/
.title {
    width: 20%;
    min-width: 80px;
}

.title-center {
    margin: 0 auto;
    width: 80px;
}

.space {
    padding-top: 107px;
}

.drinks {
    background-image: url(../img/top/concept_03pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 50px;
    gap: 100px;
}

.bg-b {
    background-image: url(../img/bg_b.jpg);
    z-index: 1;
}

.main-text-box {
    width: 70%;
}

.title-sub {
    font-size: 30px;
    font-weight: 700;
}

.title-text {
    font-size: 18px;
    line-height: 2;
}

.fixed-bg {
    position: relative;
    min-height: 100%;
    background-size: c over;
	background-size: 100% auto;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 2;
    padding: 350px 0;
}

/* 「空間」の背景 */
.fixed-bg.space-bg {
	background-image: url(../img/top/concept_04pc.jpg);
}


/* 「料理」の背景 */
.fixed-bg.food-bg {
    background-image: url(../img/top/concept_02pc.jpg);
}

/* 「お酒」の背景 */
.fixed-bg.drinks-bg {
    background-image: url(../img/top/concept_03pc.jpg);
}

/* 「お知らせ」の背景 */
.fixed-bg.news-bg {
    background-image: url(../img/top/top_under.jpg);
}


@media screen and (max-width:767.9px) {
.fixed-bg {
    background-attachment: scroll;

}
    .title {
        width: 6.5rem;
        min-width: 0;
    }

    .section {
        display: block;
        padding: 4rem 1.5rem;
        gap: 0;
    }

    .title-sub {
        font-size: 1.8rem;
        line-height: 2;
    }

    .main-text-box {
        width: 100%;
        margin-top: 2.5rem;
    }

    .title-text {
        font-size: 1.4rem;
        margin-top: 2.5rem;
    }

    .title-center {
        margin: 0 auto;
        width: 10%;
    }

    .fixed-bg {
        padding: 212px 0;
    }

    /* 「空間」の背景 */
    .fixed-bg.space-bg {
        background-image: url(../img/top/concept_04sp.jpg);
    }

    /* 「料理」の背景 */
    .fixed-bg.food-bg {
        background-image: url(../img/top/concept_02sp.jpg);
    }

    /* 「お酒」の背景 */
    .fixed-bg.drinks-bg {
        background-image: url(../img/top/concept_03sp.jpg);
    }
    /* 「お知らせ」の背景 */
    .fixed-bg.news-bg {
        background-image: url(../img/top/sptop_under.jpg);
    }

    .space {
        padding-top: 0;
    }
}

/* ------------------
料理 food
---------------------*/
.food {
    background-image: url(../img/top/concept_02pc.jpg);
    /*background-repeat: no-repeat;
    background-size: cover;*/
    z-index: -1;
}

.bg-w {
    background-image: url(../img/bg_w.jpg);
    z-index: 1;
}

/* ------------------
お勧め
---------------------*/
.recommend {
    position: relative;
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/top/recommend_bg_pc.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 200px 0;
    overflow: hidden;
}

.recommend-container {
    position: relative;
    width: 25%;
    margin: 0 auto;
}

.recommend-inner {
    display: flex;
}

.title-recommend {
    position: absolute;
    top: -50px;
    right: 25%;
}

.swiper-btn-box {
    position: absolute;
    top: 112px;
    right: 10%;
    display: flex;
    align-items: center;
}

.swiper-btn-next,
.swiper-btn-back {
    width: 52px;
    height: 52px;
    cursor: pointer;
    transition: 0.3s;
}

.swiper-btn-back {
    transform: rotate(180deg);
    margin-left: 20px;
}

.swiper-button-disabled {
  opacity: 0.3;
  pointer-events: none;
}

.slider-box {
    position: relative;
    width: 75%;
    transform: translateX(40px);
}

.swiper {
    height: auto;
}

.swiper-slide {
  width: 345px;
  flex-shrink: 0;
}

.swiper-slide-img {
    display: block;
    width: 100%;
}

.swiper-text-box {
    display: inline-block;
    margin-top: 20px;
}

.swiper-date {
    font-size: 12px;
}

.swiper-title {
    font-size: 18px;
    margin-top: 8px;
}

@media screen and (max-width:767.9px) {
    .recommend {
        background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)),url(../img/top/recommend_bg_sp.jpg);
        padding: 131px 0 115px;
    }

    .recommend-container {
        width: 15%;
    }

    .recommend-inner {
        display: flex;
        min-width: 491px;
    }

    .title-recommend {
        width: 45%;
        top: -50px;
        right: 20%;
    }

    .slider-box {
        width: 85%;
        transform: translateX(40px);
    }

    .swiper-slide {
        width: 20rem;
    }

    .swiper-slide-img {
        display: block;
        width: 100%;
    }

    .swiper-text-box {
        margin-top: 1rem;
    }

    .swiper-date {
        font-size: 1.2rem;
    }

    .swiper-title {
        font-size: 1.4rem;
        margin-top: 0.8rem;
    }

    .swiper-btn-box {
        top: 80px;
        right: 10%;
    }

    .swiper-btn-next,
    .swiper-btn-back {
        width: 3.1rem;
        height: 3.1rem;
    }

    .swiper-btn-back {
        margin-left: 1rem;
    }
    
}


/* ------------------
動画紹介 movie
---------------------*/
.movie {
    background-image: url(../img/bg_b.jpg);
    display: block;
    margin: 0 auto;
    padding: 120px 50px;
}

@media screen and (max-width:767.9px) {
    .movie {
        padding: 8rem 1.5rem;
    }

    .sp-movie {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 4.7rem auto 0;
    }
    
}

/* ------------------
お品書き menu
---------------------*/

.menu {
    background-image: url(../img/bg_w.jpg);
    padding: 120px 0 220px;
	    /*background-size: cover;*/
}

.menu-inner-top {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    min-height: 690px;
    margin-top: 84px;
    z-index: 2;
}

.menu-inner-bottom {
    position: relative;
    width: 100%;
    max-width: 1440px;
    margin: -70px auto 0;
    min-height: 690px;
}

.menu-img-right {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    max-width: 690px; /*画像サイズより大きい*/
    height: auto;
}

.menu-img-left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    max-width: 690px; /*画像サイズより大きい*/
    height: auto;
    transform: rotate(90deg);
}

.menu-text-top {
    display: flex;
    justify-content: flex-start;
    margin: auto 0;
    padding:220px 80px 0 80px;
}

.menu-text-bottom {
    display: flex;
    justify-content: flex-end;
    margin: auto 0;
    padding:220px 80px 0 80px;
}

.menu-text-group {
    width: 45%;
}

.menu-title {
    font-size: 25px;
    font-weight: 700;
    color: #111111;
}

.menu-text {
    font-size: 18px;
    line-height: 2;
    color: #111111;
    margin-top: 47px;
}

.menu-btn {
    position: relative;
    color: #111111;
    font-size: 20px;
    margin-top: 83px;
    transition: 0.3s;
}

.menu-btn:hover {
    opacity: 0.6;
}

.menu-btn::after {
    position: absolute;
    content: "";
    background-image: url(../img/btn_underarrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    bottom: -7px;
    left: 0;
    width: 158px;
    height: 10px;
}

@media screen and (max-width:1440px) {
    .menu-inner-top,
    .menu-inner-bottom {
        overflow: hidden;
    }

    .menu-img-right {
        right: -40px;
    }

    .menu-img-left {
        left: -40px;
    }

    .menu-text-top {
        padding: 200px 80px 0 80px;
    }

    .menu-text-bottom {
        margin: auto 0;
        padding: 200px 80px;
    }

    .menu-inner-top {
        margin: 0 auto;
        min-height: 560px;
        margin-top: 84px;
        padding-bottom: 130px;
        z-index: 2;
    }

    .menu-inner-bottom {
        margin: auto 0;
        min-height: 560px;
        z-index: 1;
    }

    .sp-title {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 0 4rem 0 1rem ;
        width: 10%;
    }
}

@media screen and (max-width:767.9px) {
    .menu {
        padding: 8rem 0;
    }

    .menu-inner-top {
        max-width: 768px;
        margin: 0 auto;
        min-height: 30rem;
        margin-top: 5.3rem;
        padding-bottom: 0;
    }

    .menu-inner-bottom {
        max-width: 768px;
        margin: 20px auto 0;
        min-height: 30rem;
        padding-bottom: 3px;
    }

    .menu-img-right {
        width: 70%;
        max-width: 30rem; /*画像サイズより大きい*/
    }

    .menu-img-left {
        width: 70%;
        max-width: 30rem; /*画像サイズより大きい*/
        transform: rotate(90deg);
    }

    .menu-text-top {
        display: block;
        /* margin: auto 0; */
        padding: 28rem 1.5rem 0 ;
    }

    .menu-text-bottom {
        display: block;
        padding: 28rem 1.5rem 0;
    }

    .menu-text-group {
        width: 100%;
    }

    .menu-title {
        font-size: 1.8rem;
    }

    .menu-text {
        font-size: 1.4rem;
        margin-top: 3rem;
    }

    .menu-btn {
        position: relative;
        color: #111111;
        font-size: 1.3rem;
        margin-top: 3.5rem;
        padding-left: 10px;
    }

    .menu-btn::after {
        position: absolute;
        background-image: url(../img/btn_underarrow.svg);
        background-repeat: no-repeat;
        background-size: contain;
        bottom: -5px;
        left: 0;
        content: "";
        width: 11rem;
        height: 1rem;
    }

}

/* ------------------
お知らせ
---------------------*/
.news {
    background-image: url(../img/bg_b.jpg);
    padding: 120px 50px;
    display: flex;
}

.news_container {
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
}

.news_list {
    width: 80%;
}

.news_item {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    gap: 16px;
}

.news_date,
.tag {
    font-size: 16px;
}
.tag span{
	/*width: 120px;*/
    display: inline-block;
    text-align: center;
}
.news_title {
    font-size: 16px;
    line-height: 1.5;    
}
.news_title a {
    text-decoration:underline;
}
.news_item_tit {
border-bottom: 1px solid #ccc;
padding: 21px 2% 31px;
    margin-bottom: 31px;
}

@media screen and (max-width:767.9px) {
    .news {
        padding: 0.3rem 1.5rem 5rem;
        display: block;
    }

    .sp-title {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 4.7rem auto 0;
        width: 10%;
    }

    .news_container {
        display: block;
        width: 100%;
        margin: 0 auto;
    }

    .news_list {
        width: 100%;
        padding-top: 2.7rem;
    }

    .news_item {
        border-bottom: 1px solid #ccc;
        padding: 1.5rem 0;
    }

    .news_date,
    .tag {
        font-size: 1.4rem;
    }

    .news_title {
        font-size: 1.2rem;
        line-height: 1.5;    
    }
    
}

/* ------------------
footer
---------------------*/
.footer-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 120px 50px;
    gap: 100px;
}

.footer-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 106px;
}

.map-container {
    width: 70%;
    max-width: 530px;
}

.map {
    max-height: 547px;
}

.footer-text-group {
    width: 60%;
}

.footer-logo {
    width: 50%;
}

.info-item {
    border-bottom: 1px solid #ccc;
    padding: 20px 15px 20px 0;
}

.info-title {
    font-size: 17px;
}

.info-text {
    font-size: 13px;
}

.info-text-sm {
    font-size: 12px;
}

.footer-btn-container {
    width: 80%;
    max-width: 345px;
    margin: 30px auto 0;
}

.footer-btn {
    background-image: url(../img/bg_green.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    padding: 19px 30px;
    cursor: pointer;
}

.reserve-icon-lg {
    width: 19px;
    height: 21px;
    padding-top: 4px;
}

@media screen and (max-width:767.9px) {
    .footer-logo {
        width: 40%;
        max-width: 12.2rem;
        margin: 0 auto;
        padding-bottom: 3rem;
    }
    .footer-container {
        display: block;
        padding: 7.2rem 1.5rem 0;
        gap: 0;
    }

    .footer-detail {
        display: block;
    }

    .map {
        max-height: 28rem;
    }

    .map-container {
        width: 100%;
        max-width: 100%;
    }
    .footer-text-group {
        width: 100%;
        border-bottom: 1px solid #ccc;
        padding-bottom: 3rem;
    }

    .info-item {
        border-bottom: 1px solid #ccc;
        padding: 2rem 0;
    }

    .info-title {
        font-size: 1.4rem;
    }

    .info-text {
        font-size: 1.2rem;
    }

    .info-text-sm {
        font-size: 1.2rem;
    }

    .footer-btn-container {
        width: 100%;
    }

    .footer-btn {
        font-size: 1.8rem;
    }

    .reserve-icon-lg {
        width: 2rem;
        height: 2.3rem;
        padding-top: 0.2rem;
    }
}

/* ------------------
footer nav
---------------------*/
.footer-nev {
    padding: 36px 50px;
    border-top: 1px solid #ccc;
    display: flex;
    justify-content: space-between;
}

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

.sns-text {
    font-size: 12px;
    letter-spacing: 0px;
    border-bottom: 1px solid #ccc;
}

.link-text {
    border-bottom: 1px solid #ccc;
}

.footer-nav-list {
    display: flex;
    align-items: center;
}

.footer-nav-item {
    display: flex;
    align-items: center;
    font-size: 12px;
    border-right: 1px solid #ccc;
    padding: 2px 20px;
}

.reserve-icon-sm {
    padding-top: 2px;
    width: 12px;
    height: 12px;
}

.copy {
    padding: 52px 0;
}

.copy-text {
    font-size: 10px;
    text-align: center;
}

@media screen and (max-width:767.9px) {
    .footer-nev {
        border-top: 0;
        padding: 3.7rem 1.5rem;
        align-items: flex-start;
        flex-direction: row-reverse;
    }

    .sns {
        align-items: unset;
    }

    .sns-text {
        font-size: 1.2rem;
    }

    .footer-nav-list {
        display: block;
    }

    .footer-nav-item {
        font-size: 1.2rem;
        border-right: 0;
        margin-top: 2rem;
        padding: 0;
    }

    .footer-nav-item:first-child {
        margin-top: 0;
    }

    .reserve-icon-sm {
        padding-top: 0.4rem;
        width: 1rem;
        height: 1rem;
    }

    .copy {
        padding: 0 1.5rem 2.7rem;
    }
    
    .copy-text {
        font-size: 0.8rem;
        text-align: left;
    }

}
/* pagetop */
.page-top {
    position: relative;
    z-index: 3;
}

.pagetop-icon {
    position: fixed;
    display: block;
    width: 65px;
    height: 65px;
    bottom: 42px;
    right: 60px;
    transform: rotate(90deg);
    cursor: pointer;
    transition: 0.3s;
}

.pagetop-icon:hover {
    opacity: 0.7;
}

@media screen and (max-width:767.9px) {
    .page-top {
        position: relative;
    }

    .pagetop-icon {
        position: absolute;
        display: block;
        width: 4.2rem;
        height: 4.2rem;
        bottom: 2.4rem;
        right: 2rem;
    }
}

/* nav-logo-fix */
.nav-logo-fix{
	position:fixed;
	left:5px;
	top:10px;
	width: 34.2%;
	opacity:0;
	transition: opacity 0.3s ease-in-out;
}
.nav-logo-fix.m_fixed{
	opacity:1;
	z-index:100;
}
.pageheadptn{
	opacity:0;
	transition: opacity 0.3s ease-in-out;
}
.pageheadptn.stay{
	opacity:1;
	    left: 0;
    position: fixed;
    top: 0;
}