@charset "utf-8";
@import url("font-awesome.min.css");
@import url("fonts.css");

/****** 明朝系フォント使用時は、以下のfont-familyを ******/
/* font-family: "shippori-mincho", "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", YuMincho, serif; */
/******************************************************/

* {
    -webkit-text-size-adjust: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

html::-webkit-scrollbar {
    overflow: hidden;
    width: 5px;
    background: #eee;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

html::-webkit-scrollbar:horizontal {
    height: 5px;
}

html::-webkit-scrollbar-button {
    display: none;
}

html::-webkit-scrollbar-piece {
    background: #eee;
}

html::-webkit-scrollbar-piece:start {
    background: #eee;
}

html::-webkit-scrollbar-thumb {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

html::-webkit-scrollbar-corner {
    overflow: hidden;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background: #333;
}

body {
    background: #FFFFFF;
    font-size: 1.8rem;
    line-height: 1.7;
    font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
    font-weight: 400;
    color: #333333;
    letter-spacing: 1px;
}

a {
    color: #333333;
    text-decoration: underline;

    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
}

a.anchor {
    display: block;
    padding: 115px 0 0;
    margin: -115px 0 0;
}

a:hover {
    font-weight: 400;
}

b,
strong {
    font-weight: bold;
}

img {
    vertical-align: bottom;
    max-width: 100%;
    height: auto;
    line-height: 1.0;
}

.clear {
    clear: both;
}

.txt-right {
    text-align: right;
}

.txt-center {
    text-align: center;
}

img.alignright {
    display: block;
    margin: 0 20px 20px auto;
}

/* �z�u�ʒu �E */

img.alignleft {
    display: block;
    margin: 0 auto 20px 0;
}

/* �z�u�ʒu �� */

img.aligncenter {
    display: block;
    margin: 0 auto 20px;
}

/* �z�u�ʒu ���� */

img.float-left {
    float: left;
}

/* ��荞�� �� */

img.float-right {
    float: right;
}

#loading {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -26px;
    margin-left: -25.5px;
}

#loading img {
    width: 52px;
    height: 51px;
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #FFFFFF;
    z-index: 10000;
}


.inner {
    position: relative;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-left: 40px;
    padding-right: 40px;
    /*overflow: hidden;*/
}

.btnBox {
    text-align: center;
    padding: 60px 0 0;
}

.btnBox ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
}

.btnBox ul li {
    width: 100%;
    max-width: 240px;
    text-align: center;
    list-style: none !important;
    padding: 0 !important;
}

.btnBox ul li:before {
    display: none !important;
}

.btnBox a {
    letter-spacing: 2px;
    display: block;
    position: relative;
    padding: 15px;
    border: 0.5px solid #000000;
    background: #000000;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    border-radius: 34px;
    max-width: 350px;
    margin: 0 auto;
}

.btnBox a:hover {
    background: #FFFFFF;
    color: #000000;
}


/*---------------------------------------------------------------*/
/* Wrapper
/*---------------------------------------------------------------*/
#wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

/*---------------------------------------------------------------*/
/* Header
/*---------------------------------------------------------------*/
#header {
    position: fixed;
    z-index: 9990;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    -webkit-transition-property: all;
    -webkit-transition-duration: 0.125s;
    -webkit-transition-timing-function: linear;
    background-color: #fff;
}

#header h1 {
    padding: 20px 40px;
}

#header h1 img {
    height: 30px;
    width: auto;
}

/*---------- Header Fixed ----------*/
#header.fixed h1 {
    padding: 10px 40px;
}

#header.fixed h1 img {
    height: 55px;
    width: auto;
}


/*---------------------------------------------------------------*/
/* G_Nav
/*---------------------------------------------------------------*/
#g_nav {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-end;
    padding: 0;
    font-size: 90%;
}

#g_nav ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

#g_nav ul li {
    text-align: center;
}

#g_nav ul li a {
    display: block;
    text-decoration: none;
    padding: 20px;
    color: #6e5100;
}


.openbtn1 {
    display: none;
}
#g_nav .reservebtn .navBtn {
    display: inline-flex;
    flex-direction: column; /* 縦並びにする */
    align-items: center;
    justify-content: center;
    padding: 20px 40px;
    background: url(../images/reserve/reservation.svg) no-repeat center / contain;
    color: #fff;
    text-decoration: none;
    position: relative; /* 疑似要素用 */
}
#g_nav .reservebtn .navBtn:hover{
    background: url(../images/reserve/reservation-hover.svg) no-repeat center / contain;
    color: #fff;
}
#g_nav .reservebtn .navBtn dd {
    margin: 0;
    z-index: 1; /* 背景より前に文字を表示 */
}

/* 下にカレンダーアイコン */
#g_nav .reservebtn .navBtn::after {
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/reserve/calendar.svg) no-repeat center / contain;
    margin-left: auto;
    padding: 5px;
}
#g_nav .reservebtn .navBtn:hover::after{
     background: url(../images/reserve/calendar-hover.svg) no-repeat center / contain;
}
#g_nav ul li:not(.reservebtn a) dl dd {
    position: relative;
    text-align: center;
    font-size: 1.6rem;
}
#g_nav ul li dl dd::before {
    content: "";
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto 6px;
}
#g_nav ul li:nth-child(1) dl dd::before{
 background: url("../images/mainvisual/nav-icon01.svg") no-repeat center / contain;
}
#g_nav ul li:nth-child(2) dl dd::before{
 background: url("../images/mainvisual/nav-icon02.svg") no-repeat center / contain;
}
#g_nav ul li:nth-child(3) dl dd::before{
 background: url("../images/mainvisual/nav-icon03.svg") no-repeat center / contain;
}
#g_nav ul li:nth-child(4) dl dd::before{
 background: url("../images/mainvisual/nav-icon04.svg") no-repeat center / contain;
}
#g_nav ul li a:hover{
    font-weight: 600!important;
}
/* ナビ下の波形 */
/*.nav-wave {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -65px;
    left: 0;
    z-index: -1;
    object-fit: cover;
}*/
.nav-wave-bg {
    position: absolute;
    left: 0;
    width: 100%;
    height: 200px;
    z-index: -1;
    background-image: url(../images/mainvisual/nav-wave.svg);
    background-size: cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    top: 80px;
}

/*---------------------------------------------------------------*/
/* MainVisual
/*---------------------------------------------------------------*/
#MainVisual {
    position: relative; /* 絶対配置の基準 */
    width: 100%;
    height: auto;
    z-index: 500;
}
#MainVisual .catch {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-50%, -50%);
    text-align: left;
    color: #fff;
    font-size: 5.0rem;
    z-index: 1000;
    pointer-events: none;
    font-family: 'Noto Serif JP';
    font-weight: 600;
    letter-spacing: 0.1em;
    white-space: nowrap;
}
.swiper-button-next, .swiper-button-prev{
    display: none!important;
}
#MainVisual img {
    width: 100%;
    height: auto;
    display: block;
}
/*---------------------------------------------------------------*/
/* Contents
/*---------------------------------------------------------------*/
#contents {
    padding: 0 0 120px;
}

#contents .section-area {
    margin: 0 auto 120px;
}

#contents .section-area:last-child {
    margin: 0 auto;
}

#contents .section-area .section-head {
    margin: 0 auto 60px;
    text-align: center;
    position: relative;
}
#contents .section-area .section-head::before {
    content: "";
    position: absolute;
    top: 30px;
    left: 50%;
    width: 200px;
    height: 200px;
    background: url(../images/about/back-icon01.svg) no-repeat center / contain;
    transform: translate(-50%, -50%);
}
#contents .section-area .section-head h2 {
  font-size: 5rem;
  font-weight: 400;
  color: #bfa182;
  font-family: "braisetto", serif;
  position: relative;
  display: inline-block;   /* ← 中央配置の肝 */
}
#contents .section-area .section-head h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 25%; 
  width: 10px;
  height: 10px;
  background-color: #ed9509;
  border-radius: 50%;
}
#contents .section-area .section-body {}

#contents .section-area .section-body .description {
    text-align: center;
    margin: 0 auto 40px;
}

#contents .section-area .section-body .section-box {
    margin: 0 auto 80px;
}

#contents .article-area .article-head h3 {
    font-size: 2.5rem;
    font-weight: 400;
    text-align: center;
}

#contents .section-area .section-head h2 span.en,
#contents .article-area .article-head h3 span.en {
    font-size: 75%;
    display: block;
}

#contents .inner h2 span.ja {
    display: block;
    font-family: 'Noto Sans JP';
    color: #7a5e3b;
    font-size: 2.5rem;
}
/*---------------------------------------------------------------*/
/* About
/*---------------------------------------------------------------*/
.about {
    background-color: #f9f5ee;
    margin: 0 auto !important;
    padding: 0 0 120px;
    position: relative;
}
.about .inner {
    background-color: #fff;
    border-radius: 30px;
    padding: 40px 80px;
    z-index: 1100;
}
.about h2 span.ja {
    font-family: 'Noto Serif JP' !important;
}
.about h2 span.back{
    font-family: 'Noto Sans JP';
}
.about h2 span.middle{
    font-size: 4.0rem;
}
.about .article-area .article-body{
    display: flex;
    flex-wrap: wrap;
}
.about .article-area .imageBox {
    width: 500px;
}
.about .article-area .detailBox {
    width: 100%;
    margin: 0 0 0 -500px;
    padding: 0 0 0 560px;
}
.about .wave-top, .effect .wave-bottom {
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    z-index: 1000;
    object-fit: cover;
}
.about .wave-top {
    top: 0;
}
.about .section-body{
    position: relative;
}
.about .section-body::after {
    content: "";
    position: absolute;
    top: -150px;
    width: 100px;
    height: 100px;
    background: url(../images/about/about-icon.svg) no-repeat center / contain;
    right: 0;
}
#contents .section-area.about .section-head h2::before{
    left: 130px;
}
.about h2 span.one-line {
    display: inline;       /* 横並びにする */
    white-space: nowrap;   /* 改行禁止 */
}
/*---------------------------------------------------------------*/
/* Effect
/*---------------------------------------------------------------*/
.effect {background-color: #f9f5ee;
position: relative;}
.effect .wave-bottom {
    bottom: -100px;
    z-index: -1;
}
.effect .section-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 5rem;
}
.effect .section-box .box {
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding: 40px 80px;
}
.effect .section-box .image {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.effect .section-box .image img {
    max-width: 130px;
    height: auto;
    display: block;
}
.effect .section-box .detail dl dt {
    font-family: 'NOTO SERIF JP';
    color: #7a5e3b;
    text-align: center;
    font-size: 2.3rem;
    display: block;
    width: 80%;
    margin: 0 auto;
    border-bottom: 1px solid #bfa182;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em;
    font-weight: 600;
}
.effect .section-head::before {
    background: url(../images/about/back-icon02.svg) no-repeat center / contain!important;
}
/*---------------------------------------------------------------*/
/* Information
/*---------------------------------------------------------------*/
.info .inner .section-box{
    /*display: flex;
    flex-wrap: wrap;
    justify-content: space-between;*/
     display: flex;
    gap: 40px;
    align-items: stretch;
}
.info .mapBox {
    flex: 1 1 55%;
}

.info .ggmap {
    width: 100%;
    aspect-ratio: 4 / 3; /* モダンブラウザ対応 */
}

.info .ggmap iframe {
    width: 100%;
    height: 100%;
    border: 0;
}
.info .detailBox {
    flex: 1 1 40%;
}

.info .detailBox table {
    width: 100%;
    border-collapse: collapse;
}

.info .detailBox table tbody {
    text-align: left;
}

.info .detailBox table tbody tr th {
    color: #8f6f52;
    white-space: nowrap;
}

.info .detailBox table tbody tr td,
.info .detailBox table tbody tr th {
    padding: 20px 15px;
    vertical-align: top;
}

.info .section-foot {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 40px;
    padding: 60px 0;
}
.info .section-foot .photo {
   flex: 1 1 200px; 
}
.info .section-foot .photo img{
    border-radius: 20px;
}
#contents .section-area.info .section-head h2::before{
left: -40px;
}
/*---------------------------------------------------------------*/
/* News
/*---------------------------------------------------------------*/
.news .inner {
    display: flex;
    align-items: baseline;
    gap: 3rem;
    flex-wrap: wrap;
}
.news .section-head{
   flex: 0 0 300px;               /* 固定幅 or 適宜調整 */
}
.news .section-body {
  flex: 1;                       /* 残り幅を占有 */
}
.news .newsBox {
    position: relative;
    cursor: pointer;
}
.news ul li {
    border-top: solid 1px #dbcab6;
    padding: 20px 40px;
}
.news ul li:last-child{
border-bottom: solid 1px #dbcab6;
}
.news ul li dl dt span.day{
    color: #808080;
    margin-right: 50px;
}

.news ul li dl dd {
    padding:20px 0 0;
    font-size:90%;
    letter-spacing: 0;
}
.news .section-head::after {
    content: "";
    position: absolute;
    top: 180px;
    left: 50%;
    width: 80px;
    height: 80px;
    background: url(../images/news/news-icon.svg) no-repeat center / contain;
}
#contents .section-area.news .section-head h2::before,
#contents .section-area.reserve .section-head h2::before,
#contents .section-area.contact .section-head h2::before{
left: -30px;
}
.news ul li:hover{
background-color: #fcfaf5;
}
/*---------------------------------------------------------------*/
/* Reserve
/*---------------------------------------------------------------*/
.reserve {
      background: linear-gradient(
        to bottom,        /* 上から下に */
        #f9f5ee,          /* グラデーション開始色 */
        #f9f5ee 70%,      /* グラデーションの終わり色（ほぼ同色で自然に） */
        #ffffff           /* 下は白にフェードアウトしたい場合 */
    );
    padding: 60px 0;      /* 必要に応じて上下余白 */
    position: relative;
}
.reserve .wave-top{
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    object-fit: cover;
}
.reserve .wave-top {
    top: -70px;
}
.reserve .iframeBox{
    text-align: center;
}
/*---------------------------------------------------------------*/
/* Contact
/*---------------------------------------------------------------*/
.contact .section-box {
  display: flex;                 /* 横並び */
  justify-content: center;       /* 中央寄せ */
  align-items: stretch;          /* 高さ揃え */
  gap: 2rem;                     /* ボックス間の余白 */
  margin-top: 2rem;
  align-items: center;
}
.contact .section-box .box {
  flex: 1;                       /* 横幅均等 */
  padding: 2rem;
  border-radius: 8px;
  text-align: center;
  position: relative;            /* 縦線用 */
}
/*
.contact .phoneBox::after {
  content: "";
  position: absolute;
  top: 10%;                      
  right: 0;                      
  width: 1px;                    
  height: 100%;                   
  background-color: #7a5e3b;        
}
*/
.contact .snsBox::after {
  content: none;
}
.contact .phoneBox dl dt {
    font-size: 2.0rem;
    margin-bottom: 0.5rem;
    color: #8f6f52;
}
.contact .phoneBox dl dd .mark {
    font-size: 4.0rem;
    color: #7a5e3b;
    position: relative;
    padding-left: 45px;
    display: inline-block;
}
.contact .snsBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact .snsBox ul li dl {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    justify-content: center;
    padding: 15px 0;
}
.contact .snsBox ul li dl dd{
    width: 10%;
}
.contact .snsBox ul li dd img {
  width: 50px;             /* アイコンサイズ */
  height: auto;
  display: block;
}
.contact .snsBox ul li dt {
    color: #8f6f52;
    width: 50%;
    font-size: 2.0rem;
}
.contact .snsBox ul li a{
    text-decoration: none;
}
.contact .snsBox ul li {
    background-color: #f9f5ee;
    margin: 20px 0 0;
    border-radius: 5px;
    max-width: 400px;
}
.contact .phoneBox dd .mark::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 40px;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    background: url(../images/contact/tel-icon.svg) no-repeat center / contain;
}
.contact .snsBox ul li:hover{
background-color: #f2e5d5;
}

/*---------------------------------------------------------------*/
/* Privacy
/*---------------------------------------------------------------*/
/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(0, 0, 0, 50%);
    padding: 40px 20px;
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    box-sizing: border-box;
    z-index: 9999;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
    opacity: 1;
    visibility: visible;
    cursor: pointer;
}

/*モーダル枠の指定*/
.modal-body {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 1024px;
    width: 100%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
    background: #fff;
    text-align: left;
    padding: 40px;
    font-size: 1.5rem;
    letter-spacing: 0;
}

.modal-content ol li {
    margin: 0 auto 15px;
}

.modal-content ol li:last-child {
    margin: 0 auto;
}

.modal-content ul {
    padding: 5px 0 0 25px;
}

.modal-content ul li {
    margin: 0;
    list-style-type: disc;
}

.modal-content dl dt {
    font-weight: 600;
    margin-bottom: 2.5px
}

.modal-content dl dd {
    font-size: 90%;
}

/*---------------------------------------------------------------*/
/* Footer
/*---------------------------------------------------------------*/
#footer .inner {
    text-align: center;
}
#footer p {
    color: #8f6f52;
    margin: 15px 0;
}
#footer p.copyright{
    font-size: 1.5rem;
    color: #333;
    letter-spacing: 0;
}
#footer .inner h1 a img{
    height: 30px;
    width: auto;
    margin: 0 0 30px;
}
#footer{
    background-color: #f9f5ee;
    padding: 40px 0;
    position: relative;
}
#footer .wave-top{
    display: block;
    width: 100%;
    height: 200px;
    position: absolute;
    left: 0;
    object-fit: cover;
}
#footer .wave-top {
    top: -100px;
}
@media screen and (max-width: 1280px) {
    #MainVisual .catch{
        font-size: 4.0rem;
    }
    #g_nav ul li dl dd::before{
        width: 30px;
    height: 30px;
    }
   #header h1 img,
#footer .inner h1 a img {
    height: 25px;
}
#g_nav .reservebtn .navBtn{
    padding: 15px 30px;
}

.inner {
    max-width: 1024px;}
    .about .article-area .imageBox {
    width: 450px;
}
.about .article-area .detailBox {
    margin: 0 0 0 -450px;
    padding: 0 0 0 510px;
}
.nav-wave-bg{
    top: 40px;
}
}

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

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

    /*モーダル枠の指定*/
    .modal-body {
        max-width: 90%;
    }
}

@media screen and (max-width: 1024px) {
    .inner {
        max-width: 850px;
    }
        .nav-wave-bg {
        top: -20px;
    }
    /*---------------------------------------------------------------*/
    /* G_Nav
    /*---------------------------------------------------------------*/
    /*========= ボタンのためのCSS ===============*/
    .openbtn1 {
        display: block;
        display: flex;
        align-items: center;
        justify-content: center;
        position: fixed;
        z-index: 9999;
        /*ボタンを最前面に*/
        top: 0;
        right: 0;
        cursor: pointer;
        width: 75px;
        height: 75px;
        background-color: #FFFFFF;
        /*border: 0.5px solid #004098;*/
    }

    .openbtn1.active {
        background-color: #000000;
    }

    /*×に変化*/
    .openbtn1 .btnInner {
        width: 30px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        /*position: absolute;
    left: 14px;*/
        height: 3px;
        border-radius: 1.5px;
        background-color: #000000;
        width: 100%;
        margin: 0 0 5px;
    }

    .openbtn1 span:nth-of-type(3) {
        margin: 0;
    }

    .openbtn1.active span {
        background-color: #FFFFFF;
    }

    .openbtn1.active span:nth-of-type(1) {
        top: 18px;
        left: 18px;
        transform: translateY(6px) rotate(-45deg);
        width: 100%;
        margin: 0;
    }

    .openbtn1.active span:nth-of-type(2) {
        opacity: 0;
    }

    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 18px;
        transform: translateY(-5px) rotate(45deg);
        width: 100%;
        margin: 0;
    }

    /*========= ナビゲーションのためのCSS ===============*/
    #g_nav {
        /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
        position: fixed;
        z-index: -1;
        opacity: 0;
        /*はじめは透過0*/
        /*ナビの位置と形状*/
        top: 0;
        right: 0;
        width: 100%;
        max-width: 520px;
        /*ナビの高さ*/
       background-color: #24140e;
        /*動き*/
        transition: all 0.3s ease;
        transform: translateX(100%);
        color: #FFFFFF;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    /*アクティブクラスがついたら透過なしにして最前面へ*/
    #g_nav.panelactive {
        opacity: 1;
        height: 100vh;
        z-index: 999;
        transform: translateX(0);
        /* 位置を戻して表示 */
    }

    /*ナビゲーションの縦スクロール*/
    #g_nav.panelactive #g-nav-list {
        /*ナビの数が増えた場合縦スクロール*/
        position: fixed;
        z-index: 999;
        width: 100%;
        height: 100vh;
        /*表示する高さ*/
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }

    /*ナビゲーション*/
    #g_nav ul {
        display: none;
        /*ナビゲーション天地中央揃え*/
        position: absolute;
        z-index: 999;
        /*top: 50%;*/
        top: 130px;
        left: 50%;
        transform: translate(-50%, 0%);
    }

          #g_nav.panelactive ul {
        display: block;
        width: 100%;
        padding: 100px 25px 30px 25px;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        order: 1;
    }

    #g_nav.panelactive ul li:first-child {
        border-top: 0.5px dashed #FFFFFF;
    }

    #g_nav.panelactive ul li {
        position: relative;
        transition: none;
        font-size: 2.125svh;
        text-align: left;
        border-bottom: 0.5px dashed #FFFFFF;
    }


    #g_nav.panelactive ul li:after {
        content: '';
        position: absolute;
        right: 17.5px;
        top: 50%;
        width: 7px;
        height: 7px;
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
        transform: rotate(45deg);
        margin-top: -4px;
    }

    #g_nav.panelactive ul li a {
        padding: 17.5px 40px 17.5px 15px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: space-between;
        text-decoration: none;
        letter-spacing: 0;
        color: #FFFFFF;
    }

    #g_nav.panelactive ul li a:hover {
        opacity: 0.65;
        transform: inherit;
    }
     #g_nav .reservebtn {
        order: 2; /* 下に配置 */
        padding: 0 25px 30px;
        text-align: center;
    }

    #g_nav .reservebtn .navBtn {
        width: 100%;
        margin: 0 auto;
        background: none;
        background-color: #cc841b;
        border-radius: 20px;
    }
    #g_nav .reservebtn .navBtn dd {
    font-size: 1.6rem;
}
#g_nav .reservebtn .navBtn::after{
    margin: auto;
}
.effect .section-box .box {
    padding: 20px 40px;
}
.effect .section-box .image img {
    max-width: 100px;
}
.effect .section-box .detail dl dt {
    font-size: 2.0rem;
}
body{
    font-size: 1.75rem;
}
.contact .phoneBox dl dd .mark {
    font-size: 3rem;
}
.contact .phoneBox dd .mark::before {
    top: 30px;
    width: 30px;
    height: 30px;
}
.contact .phoneBox dl dt,
.contact .snsBox ul li dt {
    font-size: 1.8rem;
}
.contact .snsBox ul li dd img {
    width: 35px;
}

#footer p {
    font-size: 1.5rem;
}
#footer p.copyright {
    font-size: 1.3rem;
}

.reserve .iframeBox {
    width: 100%;
    text-align: center;
}

.reserve .iframeBox iframe {
    width: 90%;
    height: 640px;
    border: 0;
}
#MainVisual .catch {
        font-size: 3.5rem;
    }
    
    .about .wave-top {
    top: 40px;
}
.about .article-area .imageBox {
        width: 350px;
    }
        .about .article-area .detailBox {
        margin: 0 0 0 -350px;
        padding: 0 0 0 410px;
    }
    #contents .section-area .section-head::before{
        width: 180px;
    height: 180px;
    }
    #contents .section-area .section-head h2{
        font-size: 4rem;
    }
    #contents .inner h2 span.ja{
        font-size: 2.0rem;
    }
    .about h2 span.middle {
    font-size: 3.5rem;
}
#contents .section-area.about .section-head h2::before {
    left: 110px;
}
.about .section-body::after{
    width: 80px;
    height: 80px;
}
   .info .inner .section-box {
        flex-direction: column;
        gap: 20px;
    }

    .info .mapBox,
    .info .detailBox {
        flex: 1 1 100%;
    }

    .info .ggmap {
        aspect-ratio: 16 / 9;
    }
}

@media screen and (max-width: 960px) {
      .info .section-foot {
    margin: 20px;
    padding: 0;
}
.info .section-foot .photo {
    flex: 1 1 180px;
}
}

@media screen and (max-width: 835px) {
    .about .inner {
    max-width: 90%;
}
    .info .section-foot .photo {
        flex: 1 1 160px;
    }
}

@media screen and (max-width: 750px) {
       .effect .section-box {
        display: block;
        padding: 0;
    }
.effect .section-box .box {
    margin: 0 0 30px;
}
.news .inner,
.contact .section-box,
.about .article-area .article-body {
    display: block;
}
    .news .section-head::after {
        top: 70px;
        left: 70%;
    }
    .contact .phoneBox::after{
        display: none;
    }
    .contact .snsBox ul li {
    margin: 20px auto 0;
}
.contact .section-box .box {
    padding: 0;
}
    .about .article-area .imageBox {
        margin: auto;
    }
         .about .article-area .detailBox {
        margin: 20px 0 0;
        padding: 0;
    }
    .news .newsBox ul li dl dt{
        display: flex;
    flex-direction: column;
    gap: 6px;
    }
    .news ul li dl dt span.day {
    margin-right: 0;
    font-size: 1.5rem;
}
.news ul li dl dt span.title{
font-size: 1.6rem;
    line-height: 1.5;
}
    .info .section-foot .photo {
        flex: initial;
    }
}

@media screen and (max-width: 640px) {
        body {
        font-size: 1.6rem;
    }
     .info .detailBox table,
    .info .detailBox tbody,
    .info .detailBox tr,
    .info .detailBox th,
    .info .detailBox td {
        display: block;
        width: 100%;
    }

    .info .detailBox tr {
        margin-bottom: 20px;
    }

    .info .detailBox table tbody tr th {
        padding: 10px 15px;
        background: none;
        font-weight: bold;
    }

    .info .detailBox table tbody tr td {
        padding: 15px;
        background-color: #f6f1ec;
    }
        #MainVisual .catch,
        .about h2 span.middle {
        font-size: 3.0rem;
    }
        #header h1 img, #footer .inner h1 a img {
        height: 20px;
    }
        .about .article-area .imageBox {
        width: 300px;
    }
        #footer p {
        font-size: 1.3rem;
    }
        #footer p.copyright {
        font-size: 1.1rem;
    }
    #footer .wave-top {
    top: -90px;
}
    #contents .section-area .section-head h2 {
        font-size: 3.5rem;
    }
        #contents .inner h2 span.ja,
        .effect .section-box .detail dl dt {
        font-size: 1.8rem;
    }
        #contents .section-area .section-head::before {
        width: 160px;
        height: 160px;
    }
        .effect .section-box .image img {
        max-width: 80px;
    }
        .about .inner {
        max-width: 480px;
    }
    .about .inner {
    padding: 20px 60px;
}


}

@media screen and (max-width: 480px) {
           #MainVisual .catch, .about h2 span.middle {
        font-size: 2.5rem;     
    }
    .reserve .iframeBox iframe {
        width: 100%;
        height: 450px;
    }
            #contents .section-area.about .section-head h2::before {
        left: 30px;
        top: 30px;
    }
    .about .inner {
        max-width: 400px;
    }
        .about .article-area .imageBox {
        width: 230px;
    }
    #contents .section-area .section-head {
    margin: 0 auto 40px;
}
    .about .section-body::after,
    .news .section-head::after {
        width: 60px;
        height: 60px;
    }
    #header h1 {
    padding: 15px 20px;
}
#MainVisual .catch {
    top: 50%;
    left: 45%;}
.about h2 span.back {
    display: block;
}
}

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