/*=======================================================
コンテンツページ
=======================================================*/

/* +++++++++++++++++++++++++++++++++++++++++ 共通設定 */

body {
    background-image: url(../images/common/bg_noise_W.png) !important;
    background-color: transparent;
}


main {
    padding-top: 100px;
    /*ヘッダー高さ分*/
    box-sizing: border-box;
    overflow: hidden;
    /*コンテンツのはみ出を非表示*/
}

@media (max-width:1199px) {
    main {
        padding-top: 115px !important;
    }
}

/*****/

/*コンテンツページ　heroタイトルサイズ*/
.hero.view1 .title h1 {
    font-size: 48px;
}

.hero.view1 .title h1 small {
    color: #2E2B2A;
    margin-top: 18px;
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-indent: 0;
}

@media (max-width:767px) {
    .hero.view1 .title h1 {
        font-size: 34px;
    }

    .hero.view1 .title h1 small {
        margin-top: 10px;
        font-size: 12px;
    }
}

/*****/


/*パンクズ*/
.breadcrumbs {
    position: absolute;
    top: 156px;
    left: 6.94%;
    right: 24px;
    z-index: 50;
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
}

.breadcrumbs ul {
    display: inline-flex;
    width: max-content;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumbs ul li {
    white-space: nowrap;
    font-family: 'REM', sans-serif;
    font-size: 12px!important;
    font-weight: 400!important;
    letter-spacing: 0.05em!important;
    line-height: 30.8px!important;
    text-indent: 0!important;
    color: #2E2B2A;
}

.breadcrumbs ul li .parent {
    white-space: nowrap;
    font-family: 'REM', sans-serif;
    font-size: 12px!important;
    font-weight: 400!important;
    letter-spacing: 0.05em!important;
    line-height: 30.8px!important;
    text-indent: 0!important;
    color: #2E2B2A;
}

.breadcrumbs ul li::after {
    content: '-';
    display: inline-block;
    margin: 0 6px;
}

.breadcrumbs ul li:last-child::after {
    display: none;
}

.breadcrumbs ul li.home a:link,
.breadcrumbs ul li.home a:visited {
    white-space: nowrap;
    font-family: 'REM', sans-serif;
    font-size: 12px!important;
    font-weight: 400!important;
    letter-spacing: 0.05em!important;
    line-height: 30.8px!important;
    text-indent: 0!important;
    color: #7E7977!important;
}

.breadcrumbs ul li.current {
    color: #2E2B2A;
    /*font-weight: 500 !important;
    font-family: 'Zen Kaku Gothic Antique' !important;*/
}

@media (max-width:1199px) {
    .breadcrumbs {
        top: 80px;
        left: 24px;
        right: 24px;
    }
}

/*****/

/*=======================================================
Hero
=======================================================*/


#sec1 {
}

/*view1*/

#sec1 .hero.view1 {
    width: 100vw;
    height: calc(100vh - 100px);
    min-height: 400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

#sec1 .hero.view1 .title,
#sec1 .hero.view1 .key-visual {
    height: 100%;
}

#sec1 .hero.view1 .title {
    width: 33%;
    position: relative;
    min-width: 460px;
}

#sec1 .hero.view1 .title h1 {
    position: absolute;
    bottom: 74px;
    left: 20%;
    margin: 0;
    padding: 0;
}

#sec1 .hero.view1 .key-visual {
    flex: 1;
    overflow: hidden;
}

#sec1 .hero.view1 .key-visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}

@media (max-width:1199px) {
    #sec1 .hero.view1 .title {
        width: 33%;
        min-width: 400px;
    }

    #sec1 .hero.view1 .title h1 {
        left: 15%;
    }
}

/*****/

@media (max-width:767px) {
    #sec1 .hero.view1 {
        display: block;
        width: 100%;
        height: auto;
        min-height: auto;
        padding-left: 24px;
    }

    #sec1 .hero.view1 .title {
        width: 100%;
        padding: 70px 0 0 0px;
        position: static;
    }

    #sec1 .hero.view1 .title h1 {
        position: static;
    }

    #sec1 .hero.view1 .key-visual img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        /* coverをリセットしてcontainに変更 */
        object-position: center;
        display: block;
    }

}

/*****/



/*=======================================================
ttl-container
=======================================================*/

.ttl-container {
    padding: 24px;
}

.ttl-container .inner-content {
    height: 305px;
    padding-bottom: 90px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.ttl-container .title {}

.ttl-container .title h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: normal;
    text-align: left;
    margin: 0;
}


.ttl-container .title h1 small {
    color: #2E2B2A;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    margin: 0;
    margin-bottom: 10px;
}

@media (max-width:1199px) {
    .ttl-container .inner-content {
        height: 190px;
    }
}

@media (max-width:767px) {
    .ttl-container {
        height: auto;
        padding-bottom: 60px;

    }

    .ttl-container .inner-content {
        height: auto;
        display: block;
        padding-bottom: 0;
        padding: 0;
        margin: 0;
        padding: 0;
    }

    .ttl-container .title {
        margin-bottom: 50px;
    }

    .ttl-container .title h1 {
        font-size: 30px;
    }

    .ttl-container .title h1 small {
        font-size: 14px;
        margin-bottom: 5px;
    }
}


/*news*/

#News #sec1 .inner-content .category {
    margin: 0;
    padding: 0;
}

#News #sec1 .inner-content .category ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}

#News #sec1 .inner-content .category ul li {
    margin-right: 10px;
}

#News #sec1 .inner-content .category ul li:last-child {
    margin-right: 0px;
}

#News #sec1 .inner-content .category ul li.current a {
    background-color: #AAA19E;
    border: thin solid #AAA19E;
    color: #F0EEED;
}

#News #sec1 .inner-content .category ul li a {
    display: flex;
    align-items: center;
    height: 40px;
    border: thin solid #2E2B2A;
    border-radius: 100px;
    padding: 0 23px;
    /*font*/
    font-family: 'REM', sans-serif;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 16px;
    text-align: left;
    margin: 0;

}

@media (max-width:767px) {}

/*=======================================================
ttl-container-single
=======================================================*/

.ttl-container-single .inner-content {
    padding: 145px 0 0 0;
}

@media (max-width:1199px) {
    .ttl-container-single .inner-content {
        padding: 36px 24px 24px 24px;
    }
}

/*=======================================================
Post
=======================================================*/

#Post.single {
    margin-bottom: 0%;
}

#Post.single .inner-content h2 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: normal;
    text-align: left;
    padding-top: 26px;
    margin-bottom: 1em;
}

#Post.single .inner-content h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: normal;
    text-align: left;
    margin-bottom: 1em;
}

#Post.single .inner-content p {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: 28px;
    text-align: left;
    margin-bottom: 32px;
    color: #2E2B2A;
}

#Post.single .inner-content a {
    font-weight: 500;
    text-decoration: underline !important;
}

#Post.single .inner-content ul {
    list-style: none;
    margin-bottom: 3rem;
}

#Post.single .inner-content ul li {
    margin-bottom: 1em;
    padding-left: 16px;
    position: relative;
}

#Post.single .inner-content ul li::before {
    content: "●";
    font-size: 8px;
    color: #7E7977;
    position: absolute;
    left: 0;
    top: 0.5em;
}

#Post.single .inner-content ol {
    list-style: none;
    counter-reset: number;
}

#Post.single .inner-content ol li {
    counter-increment: number;
    position: relative;
    margin-bottom: 1em;
    padding-left: 16px;
}

#Post.single .inner-content ol li::before {
    content: counter(number);
    margin-right: 0.5em;
    position: absolute;
    left: 0;
}

#Post.single .inner-content img.aligncenter {
    margin: 0 auto;
}

#Post.single .inner-content img.margin-custom {
    margin: 1em auto;
}




@media (max-width:767px) {}


/*バックボタン*/
#Post .btn-back {
    text-align: center;
    margin-top: 95px;
}

#Post .btn-back a {
    width: 224px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    margin: auto;
    border: solid thin #2E2B2A;
    border-radius: 100px;
    /*font*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: normal;

}

#Post .btn-back a span {
    display: inline-block;
    margin: auto;
}

#Post .btn-back a:hover {
    background-color: #2E2B2A !important;
    color: #F0EEED !important;
    opacity: 1;
}


/*キャラリー*/
/* 共通スタイル */
.pswp-gallery {
  --gap: 12px;
  display: grid;
  gap: var(--gap);
  margin-bottom: 30px;
}

/* data-cols に応じてカラム数を切替 */
.pswp-gallery[data-cols="1"] {
  grid-template-columns: repeat(1, 1fr);
}
.pswp-gallery[data-cols="2"] {
  grid-template-columns: repeat(2, 1fr);
}
.pswp-gallery[data-cols="3"] {
  grid-template-columns: repeat(3, 1fr);
}
.pswp-gallery[data-cols="4"] {
  grid-template-columns: repeat(4, 1fr);
}
.pswp-gallery[data-cols="5"] {
  grid-template-columns: repeat(5, 1fr);
}
.pswp-gallery[data-cols="6"] {
  grid-template-columns: repeat(6, 1fr);
}

/* 各アイテムを枠いっぱいに */
.pswp-gallery__item {
  display: block;
  width: 100%;
}
.pswp-gallery__item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .pswp-gallery {
    display: block;  /* グリッドを解除して縦並び */
    gap: 0;          /* ギャップ解除 */
  }

  /* 念のため、子要素のマージンで間隔を調整したい場合 */
  .pswp-gallery .pswp-gallery__item {
    display: block;
    margin-bottom: 12px; /* 画像間の余白（必要に応じて） */
  }
  .pswp-gallery .pswp-gallery__item:last-child {
    margin-bottom: 0;
  }
}

/*****/



/*=======================================================
ページネーション
=======================================================*/
.pagination {
    margin: 0px auto 100px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination span,
.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border: thin solid #2E2B2A;
    border-radius: 100%;
    margin: 0 4px;
}

.pagination .prev,
.pagination .next {
    border: none;
    padding: 0 30px;
    opacity: 1;
}

.pagination .current {
    background-color: #AAA19E;
    border: thin solid #AAA19E;
    color: #F0EEED;
}

.pagination a:not(.prev):not(.next):hover {
    background-color: #2E2B2A !important;
    color: #F0EEED !important;
    opacity: 1;
}

.pagination .prev:hover,
.pagination .next:hover {
    opacity: 0.4;
    /* 背景色は維持 */
}


/* ===============================================================
ご予約
================================================================== */
.Reserve {
    margin: 160px 0 0 0;
    padding: 0;
    background-image: url(../images/common/bg_noise_G.png);
}

.Reserve .content-wrap {
    padding: 70px 0 64px 0;
    max-width: 100%;
    width: 100%;
    background-image: url(../images/common/bg_glow.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: right center;
}

.Reserve .content-wrap .inner-content {
    text-align: center;
}

.Reserve .content-wrap .inner-content h2 {
    font-size: 24px;
    font-weight: 500;
}

.Reserve .content-wrap .inner-content p {
    font-size: 14px;
    font-weight: 400;
    /* Regular = 400 */
    letter-spacing: 0.05em;
    /* Tracking: 50 → 0.05em */
    line-height: 28px;
    text-indent: 0;
    margin-bottom: 2em;
}

.Reserve .content-wrap .inner-content .btn a {
    width: 366px;
    height: 80px;
    margin: 0;
    padding: 0;
    background-image: none;
    /*font*/
    font-family: 'Zen Kaku Gothic Antique', sans-serif;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: normal;
    text-indent: 0;
}

.Reserve .content-wrap .inner-content .btn a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.Reserve .content-wrap .inner-content .btn a span i {
    display: inline-block;
    padding-top: 2px;
    /*font*/
    font-family: 'REM', sans-serif;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: normal;
    text-indent: 0;
}

@media (max-width:767px) {
    .Reserve {
        margin: 80px 0 0 0;
        padding: 0;
        background-image: url(../images/common/bg_noise_G.png);
    }

    .Reserve .content-wrap {
        padding: 68px 0 76px 0;
    }

    .Reserve .content-wrap {
        background-image: url(../images/common/bg_glow_sp.png);
    }

    .Reserve .content-wrap .inner-content p {
        font-size: 14px;
    }

    .Reserve .content-wrap .inner-content .btn a {
        max-width: 270px;
        height: 56px;
        font-size: 16px;
    }

    .Reserve .content-wrap .inner-content .btn a span i {
        font-size: 16px;
    }
}

/* ===============================================================
標準固定ページ + 404
================================================================== */


/*標準トップへ戻るボタン*/

.btn-home {
    margin-top: 100px;
    text-align: center;
}

.btn-home a {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    width: 224px;
    height: 48px;
    border: #2E2B2A thin solid;
    margin: auto;
    transition: all 0.3s;
    /*font*/
    font-family: "Zen Kaku Gothic Antique", sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 20px;
    color: #2E2B2A;

}

.btn-home a:hover {
    background-color: #2E2B2A;
    color: #F0EEED;
    opacity: 1;
}

/*ページレイアウト*/

.page-template-default #site-content,
.error404 #site-content {
    padding-top: 240px;
    height: 100%;
    min-height: 600px;
}

.page-template-default #site-content .content-wrap,
.error404 #site-content .content-wrap {
    padding-top: 24px;
    padding-bottom: 100px;
}

.error404 #site-content .content-wrap .notfound{
    text-align: center;
}

@media (max-width:767px) {

    .page-template-default #site-content,
    .error404 #site-content {
        min-height: auto;

    }
}

/*タイトル*/

.page-template-default #site-content .content-wrap h2 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 69px;
    text-align: left;
}

.page-template-default #site-content .content-wrap h2 small {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 30px;
    text-align: left;
    color: #2E2B2A;
}

.error404 #site-content .content-wrap h1 {
    font-family: 'REM', sans-serif;
    font-size: 50px;
    font-weight: 400;
    letter-spacing: 0.05em;
    line-height: normal;
    text-align: center;
}