@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital@0;1&family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@300;400&display=swap");
/* -- Reset --
--------------------------------------------------------------　*/
/* ボックスモデルの統一 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* デフォルトのマージン・パディングをリセット */
* {
  margin: 0;
  padding: 0;
}

/* HTMLのフォントサイズ基準を設定 */
html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
       text-size-adjust: 100%;
}

/* ボディのベース設定 */
body {
  min-height: 100dvh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

/* セマンティック要素をブロック表示 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* メディア要素 */
img,
picture,
video,
canvas,
svg,
iframe {
  display: block;
  max-width: 100%;
  vertical-align: bottom;
}

/* フォーム要素のフォント継承 */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  vertical-align: middle;
}

/* ボタンのリセット */
button {
  cursor: pointer;
  background: transparent;
  border: 0;
}

/* リストのリセット */
ol,
ul {
  list-style: none;
}

/* 見出しのフォントウェイトをリセット */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  overflow-wrap: break-word;
}

/* テキスト要素 */
p,
li,
figcaption {
  overflow-wrap: break-word;
}

/* リンクのリセット */
a {
  color: inherit;
  text-decoration: none;
  background: transparent;
}

/* テーブルのリセット */
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

/* 引用 */
blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

/* 削除・挿入テキスト */
del {
  text-decoration: line-through;
}

ins {
  text-decoration: none;
}

/* 略語 */
abbr[title],
dfn[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
}

/* 水平線 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid currentColor;
  margin: 1em 0;
  padding: 0;
  opacity: 0.2;
}

/* アニメーション軽減設定 */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* -- 印刷対応 --
--------------------------------------------------------------　*/
@media print {
  *,
  *::before,
  *::after {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a[href]::after {
    content: " (" attr(href) ")";
  }
  abbr[title]::after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]::after,
  a[href^="#"]::after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/* framework ---------------------------------*/
body {
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #161938;
}
@keyframes anime1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media only screen and (max-width: 767.9px) {
  body {
    overflow-x: hidden;
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
  }
}
a {
  color: #161938;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  a:hover {
    outline: 0;
    opacity: 0.7;
    transition: opacity 0.2s ease-out;
  }
  a img {
    border: 0;
  }
}
.widewrap,
.mainwrap {
  margin-left: auto;
  margin-right: auto;
}

@media print, screen and (min-width: 1366px) {
  .mainwrap {
    max-width: calc(72% + 40px);
  }
}

@media print, screen and (min-width: 1366px) {
  .widewrap {
    max-width: calc(84% + 40px);
  }
}

.p-inner {
  padding-left: 20px;
  padding-right: 20px;
}

/* -- original common --
--------------------------------------------------------------　*/
.cormorant-gd {
  font-family: "Cormorant Garamond", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.noto-serif.w300 {
  font-weight: 300;
}
.noto-serif.w400 {
  font-weight: 400;
}

@media only screen and (max-width: 767.9px) {
  .spview,
  .sp_taview,
  .sp_pcview {
    display: block;
  }
  .taview,
  .ta_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .sp_taview,
  .taview,
  .ta_pcview {
    display: block;
  }
  .spview,
  .sp_pcview,
  .pcview {
    display: none;
  }
}
@media print, screen and (min-width: 961px) {
  .sp_pcview,
  .ta_pcview,
  .pcview {
    display: block;
  }
  .spview,
  .sp_taview,
  .taview {
    display: none;
  }
}
.gmap {
  cursor: pointer;
}

.gmap iframe {
  pointer-events: none;
  vertical-align: bottom;
  width: 100%;
}

.gmap.on iframe {
  pointer-events: auto;
}

@media print, screen and (min-width: 768px) {
  a.tel,
  .tel a {
    pointer-events: none;
  }
}
.bg-fixed {
  height: 100%;
  overflow: hidden;
}

/* -- header --
--------------------------------------------------------------　*/
.home header .h1_txt {
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

header {
  position: relative;
}
header .h1_txt {
  position: absolute;
  letter-spacing: 0.1em;
  z-index: 1;
}
@media print, screen and (max-width: 767.9px) {
  header .h1_txt {
    top: 10px;
    left: 10px;
    font-size: 8px;
    width: calc(100% - 200px);
  }
}
@media print, screen and (min-width: 768px) {
  header .h1_txt {
    top: 30px;
    left: 20px;
    font-size: 12px;
  }
}
header .contact a {
  display: block;
  max-width: 200px;
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  letter-spacing: 0.1em;
  margin-left: auto;
  margin-right: auto;
  color: #fff;
}
header .contact a span {
  display: block;
  font-size: 20px;
  padding-left: 48px;
  background-image: url(../images/common/icon_mail.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
}

@media print, screen and (max-width: 767.9px) {
  .hd-sp__rsv,
  .hd-sp__contact {
    position: fixed;
    top: 0;
    z-index: 99;
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .hd-sp__rsv,
  .hd-sp__contact {
    display: none;
  }
}

.hd-sp__rsv {
  width: 112px;
  height: 40px;
  right: 80px;
}
.hd-sp__rsv .btn-rsv {
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.hd-sp__rsv .btn-rsv span {
  display: block;
  font-size: 20px;
  margin-bottom: 3px;
}
.hd-sp__rsv .btn-rsv .icon {
  margin-right: 20px;
}
.hd-sp__rsv .btn-rsv button {
  background-color: rgba(156, 129, 70, 0.7) !important;
  padding-right: 15px;
  padding-left: 40px;
  padding-top: 16px;
  padding-bottom: 14px;
  letter-spacing: 0.1em;
  line-height: 1;
  background-image: url(../images/common/icon_calendar.webp) !important;
  background-repeat: no-repeat !important;
  background-size: 15px !important;
  background-position: left 14px top 50% !important;
  text-transform: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
}
.hd-sp__rsv .btn-rsv button:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}

@media print, screen and (max-width: 767.9px) {
  .hd-sp__contact {
    right: 40px;
    width: 40px;
  }
  .hd-sp__contact.on-active a {
    background-color: rgba(22, 25, 56, 0.2);
  }
  .hd-sp__contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.2);
    transition: all 0.4s;
  }
}

#toggle {
  background-color: rgba(22, 25, 56, 0.2);
  position: fixed;
  z-index: 101;
  cursor: pointer;
  transition: all 0.4s;
}
@media print, screen and (max-width: 767.9px) {
  #toggle {
    width: 40px;
    height: 40px;
    top: 0;
    right: 0;
  }
  #toggle span {
    width: 20px;
  }
  #toggle span:nth-child(1) {
    top: 13px;
  }
  #toggle span:nth-child(3) {
    bottom: 13px;
  }
  #toggle.on span:nth-child(1), #toggle.on span:nth-child(3) {
    top: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  #toggle {
    width: 60px;
    height: 60px;
    top: 30px;
    right: 30px;
  }
  #toggle span {
    width: 30px;
  }
  #toggle span:nth-child(1) {
    top: 22px;
  }
  #toggle span:nth-child(3) {
    bottom: 22px;
  }
  #toggle.on span:nth-child(1), #toggle.on span:nth-child(3) {
    top: 22px;
  }
}
#toggle.on {
  background-color: rgba(255, 255, 255, 0.2);
}
#toggle.on span:nth-child(1), #toggle.on span:nth-child(3) {
  bottom: auto;
}
#toggle.on span:nth-child(1) {
  transform: translateY(8px) rotate(-45deg);
}
#toggle.on span:nth-child(2) {
  opacity: 0;
}
#toggle.on span:nth-child(3) {
  transform: translateY(8px) rotate(45deg);
}
#toggle span {
  display: block;
  height: 1px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: 0;
  right: 0;
  transition: all 0.4s;
}
#toggle span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

#hd-side {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  background-color: rgba(22, 25, 56, 0.5);
}
#hd-side.open {
  opacity: 1;
  visibility: visible;
}

.hd-side {
  color: #fff;
  background-color: #161938;
  padding-left: 20px;
  padding-right: 20px;
  overflow-y: auto;
  height: 100vh;
}
@media print, screen and (min-width: 961px) {
  .hd-side {
    max-width: 800px;
    margin-left: auto;
  }
}
.hd-side__wrap {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.hd-side a {
  color: #fff;
}
@media print, screen and (max-width: 767.9px) {
  .hd-side {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hd-side nav {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    border-top: solid 1px #454760;
    border-bottom: solid 1px #454760;
    padding-top: 35px;
    padding-bottom: 35px;
    margin-top: 25px;
  }
  .hd-side__nav01 > li {
    font-size: 18px;
  }
  .hd-side__nav02 {
    max-width: 150px;
  }
  .hd-side__nav01, .hd-side__nav02 {
    width: 50%;
  }
  .hd-side__nav01 a, .hd-side__nav02 a {
    line-height: 2;
  }
  .hd-side .drop_d__nav {
    margin-left: 0.5em;
  }
  .hd-side .drop_d__nav li {
    font-size: 11px;
  }
  .hd-side__rsv {
    margin-bottom: 15px;
  }
  .hd-side .gr-btn p {
    padding: 12px;
    font-size: 15px;
  }
  .hd-side .gr-btn ul {
    padding-top: 5px;
  }
  .hd-side .gr-btn ul > li a {
    padding: 5px;
  }
  .hd-side .contact {
    margin-top: 25px;
  }
  .hd-side__btn {
    margin-top: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .hd-side {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .hd-side nav {
    margin-top: 50px;
  }
  .hd-side__nav01, .hd-side__nav02 {
    display: flex;
    flex-wrap: wrap;
  }
  .hd-side__nav01 > li, .hd-side__nav02 > li {
    line-height: 1;
  }
  .hd-side__nav01 {
    text-align: center;
    border-top: solid 1px #454760;
    border-bottom: solid 1px #454760;
    padding-top: 55px;
    padding-bottom: 55px;
    margin-bottom: 40px;
  }
  .hd-side__nav01 > li {
    font-size: 20px;
    width: 33.3333333333%;
  }
  .hd-side__nav01 > li:nth-child(-n+3) {
    margin-bottom: 60px;
  }
  .hd-side__nav02 {
    justify-content: center;
  }
  .hd-side__nav02 > li a {
    font-size: 13px;
  }
  .hd-side__nav02 > li:not(:first-of-type) {
    margin-left: 25px;
  }
  .hd-side .drop_d__nav {
    padding-left: 2.5em;
    margin-top: 10px;
  }
  .hd-side .drop_d__nav li {
    font-size: 13px;
    margin-top: 0.5em;
    text-align: left;
    white-space: nowrap;
  }
  .hd-side .drop_d__nav li a {
    color: #d5dbe3;
  }
  .hd-side__rsv {
    margin-bottom: 30px;
  }
  .hd-side .gr-btn p {
    padding: 15px;
    font-size: 18px;
  }
  .hd-side .gr-btn ul {
    padding-top: 10px;
  }
  .hd-side .gr-btn ul > li a {
    padding: 10px;
  }
  .hd-side .contact {
    margin-top: 40px;
  }
  .hd-side__btn {
    margin-top: 70px;
  }
}
.hd-side__nav01, .hd-side__nav02 {
  letter-spacing: 0.1em;
}
.hd-side__nav02 > li a {
  display: inline-block;
  color: #d5dbe3;
}
.hd-side .contact {
  margin-bottom: 20px;
}
.hd-side__rsv {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
}
.hd-side__rsv a {
  display: flex;
  align-items: center;
  background-color: rgba(156, 129, 70, 0.7);
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  position: relative;
}
.hd-side__rsv a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/common/icon_arr_blue.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 20px;
  transform: rotate(90deg);
}
.hd-side__rsv a span {
  display: block;
  font-size: 20px;
  margin-bottom: 3px;
}
.hd-side__rsv a .icon {
  margin-right: 20px;
}
.hd-side__btn {
  letter-spacing: 0.1em;
}
.hd-side__btn .gr-top {
  text-align: center;
  margin-top: 20px;
}
.hd-side__btn .gr-top a {
  font-size: 13px;
  display: inline-block;
  color: #d5dbe3;
}
.hd-side .gr-btn {
  position: relative;
  letter-spacing: 0.1em;
  text-align: center;
  cursor: pointer;
}
.hd-side .gr-btn p {
  border: solid 1px #fff;
  position: relative;
}
.hd-side .gr-btn p::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/common/icon_arr_blue.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 20px;
  transform: rotate(90deg);
}
.hd-side .gr-btn:hover ul {
  visibility: visible;
  opacity: 1;
}
.hd-side .gr-btn ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s ease-in-out;
  background-color: #fff;
  background: #161938;
}
.hd-side .gr-btn ul > li a {
  display: block;
}
.hd-side .tel-wrap {
  text-align: center;
  letter-spacing: 0.1em;
}
.hd-side .tel-wrap p.tel {
  font-size: 15px;
}
.hd-side .tel-wrap p.tel a {
  font-size: 22px;
  display: inline-block;
}
.hd-side .tel-wrap p.time {
  font-size: 13px;
}
.hd-side .sns {
  display: flex;
  justify-content: center;
  align-items: center;
}
.hd-side .sns li:not(:last-of-type) {
  margin-right: 15px;
}

.hd-logo {
  position: fixed;
  z-index: 10;
}
@media print, screen and (max-width: 767.9px) {
  .hd-logo {
    opacity: 0;
    width: 80px;
    left: 15px;
    top: 10px;
  }
  .hd-logo.on-active {
    opacity: 1;
  }
}
@media print, screen and (min-width: 768px) {
  .hd-logo {
    top: 70px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .hd-logo {
    width: 150px;
    left: 15px;
  }
}
@media print, screen and (min-width: 961px) {
  .hd-logo {
    left: 60px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1365px) {
  .hd-logo a {
    transform: translateY(0);
    transition: transform 0.3s ease;
  }
  .hd-logo.on-active a {
    transform: translateY(-40px);
  }
}
.hd-logo a {
  display: block;
}
.hd-logo img {
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, 0.3));
}

@media print, screen and (max-width: 1365px) {
  #hd-nav {
    display: none;
  }
}
@media print, screen and (min-width: 1366px) {
  #hd-nav {
    position: fixed;
    top: 250px;
    left: 60px;
    width: 260px;
    z-index: 10;
  }
}

body:not(.home) #hd-nav {
  display: none;
}

.hd-nav {
  max-width: 200px;
}
.hd-nav .contact {
  margin-top: 50px;
}
.hd-nav .contact a {
  transition: background-color 0.3s ease;
}
.hd-nav__rsv {
  margin-top: 1px;
}
.hd-nav__rsv .btn-rsv {
  letter-spacing: 0.1em;
  line-height: 1;
  color: #fff;
}
.hd-nav__rsv .btn-rsv span {
  display: block;
  font-size: 20px;
  margin-bottom: 3px;
}
.hd-nav__rsv .btn-rsv .icon {
  margin-right: 20px;
}
.hd-nav__rsv .btn-rsv button {
  background-color: rgba(156, 129, 70, 0.7) !important;
  padding-right: 15px;
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 12px;
  letter-spacing: 0.1em;
  line-height: 1;
  background-image: url(../images/common/icon_calendar.webp) !important;
  background-repeat: no-repeat !important;
  background-size: 24px !important;
  background-position: left 14px top 50% !important;
  text-transform: none;
  font-family: "Cormorant Garamond", serif;
  font-size: 20px;
}
.hd-nav__rsv .btn-rsv button:hover {
  opacity: 0.7;
  transition: opacity 0.2s ease-out;
}
.hd-nav ul li {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1;
}
.hd-nav ul li:not(:last-of-type) {
  margin-bottom: 25px;
}
.hd-nav ul li a {
  color: #fff;
  display: inline-block;
  transition: color 0.3s ease;
}

.on-active ul li a {
  color: #161938;
  text-shadow: 1px 1px 1px #fff;
}
.on-active .contact a {
  background-color: rgba(26, 21, 21, 0.6);
}

.side-fixed {
  transition: opacity 0.5s ease;
}
.side-fixed.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.top-mv video {
  width: 100%;
}

.pagettl-area {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .pagettl-area {
    padding-top: 100px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .pagettl-area {
    padding-top: 230px;
    padding-bottom: 100px;
  }
}

/* -- footer --
--------------------------------------------------------------*/
footer {
  background-color: #858d98;
  color: #fff;
}
footer a {
  color: #fff;
}

.ft-main {
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .ft-main nav {
    display: flex;
    justify-content: space-evenly;
  }
  .ft-main .ft-nav01 > li {
    font-size: 18px;
  }
  .ft-main .ft-nav02 {
    max-width: 150px;
  }
  .ft-main .ft-nav01,
  .ft-main .ft-nav02 {
    width: 50%;
  }
  .ft-main .ft-nav01 a,
  .ft-main .ft-nav02 a {
    line-height: 2;
  }
  .ft-main .ft-bnr {
    max-width: 520px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .ft-main .ft-bnr > div:first-of-type {
    width: 100%;
    margin-bottom: 15px;
  }
  .ft-main .ft-bnr > div:not(:first-of-type) {
    max-width: 80px;
  }
  .ft-main .drop_d__nav {
    margin-left: 0.5em;
  }
  .ft-main .drop_d__nav li {
    font-size: 11px;
  }
  .ft-main .ft-address .name {
    text-align: center;
  }
  .ft-main .ft-address .name .cormorant-gd {
    font-size: 16px;
  }
  .ft-main .ft-address .name .sub {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-main .ft-address .name .cormorant-gd {
    font-size: 26px;
  }
  .ft-main .ft-address .name .sub {
    font-size: 13px;
  }
  .ft-main .ft-nav01 {
    display: grid;
    margin-bottom: 60px;
    grid-template-columns: repeat(6, 1fr);
  }
  .ft-main .ft-nav01 > li {
    font-size: 20px;
    text-align: center;
  }
  .ft-main .ft-nav02 {
    display: flex;
  }
  .ft-main .ft-nav02 > li:not(:first-of-type) {
    margin-left: 25px;
  }
  .ft-main .ft-bnr {
    max-width: 750px;
  }
  .ft-main .ft-bnr > div:first-of-type {
    width: calc(100% - 260px);
  }
  .ft-main .drop_d__nav {
    padding-left: 7px;
  }
  .ft-main .drop_d__nav li {
    font-size: 13px;
    margin-top: 0.5em;
  }
}
@media print, screen and (max-width: 1160px) {
  .ft-main {
    padding-top: 50px;
    padding-bottom: 70px;
  }
  .ft-main__left, .ft-main__right {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .ft-main__left {
    margin-top: 75px;
  }
  .ft-main .ft-logo {
    text-align: center;
  }
  .ft-main .ft-logo a {
    display: inline-block;
  }
  .ft-main .ft-nav02 {
    justify-content: center;
  }
  .ft-main .ft-address .contact a {
    margin-left: auto;
    margin-right: auto;
  }
  .ft-main .ft-address .sns {
    justify-content: center;
  }
}
@media print, screen and (min-width: 1161px) {
  .ft-main {
    padding-top: 100px;
    padding-bottom: 30px;
  }
  .ft-main__wrap {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  .ft-main__right {
    width: 55%;
  }
  .ft-main__left {
    width: 45%;
    display: flex;
  }
  .ft-main .ft-logo {
    width: 260px;
  }
  .ft-main .ft-address {
    width: calc(100% - 260px);
  }
  .ft-main .ft-nav02 {
    justify-content: flex-end;
  }
  .ft-main .ft-bnr {
    margin-left: auto;
  }
}
.ft-main__wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1720px;
}
.ft-main .ft-address .add {
  font-size: 15px;
  line-height: 1.73;
  letter-spacing: 0.1em;
  margin-bottom: 1.5em;
}
.ft-main .ft-address .tel-wrap {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .ft-main .ft-address .tel-wrap {
    display: flex;
    align-items: center;
  }
}
@media print, screen and (min-width: 1461px) {
  .ft-main .ft-address .tel-wrap {
    display: flex;
    align-items: center;
  }
}
.ft-main .ft-address .tel {
  margin-right: 15px;
}
.ft-main .ft-address .tel a {
  font-size: 22px;
}
.ft-main .ft-address .time {
  font-size: 14px;
  line-height: 1.85;
}
.ft-main .ft-address .name {
  margin-bottom: 2.2em;
}
.ft-main .ft-address .contact {
  margin-top: 20px;
  margin-bottom: 40px;
}
.ft-main .ft-address .contact a {
  display: block;
  max-width: 200px;
  background-color: rgba(255, 255, 255, 0.2);
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  letter-spacing: 0.1em;
}
.ft-main .ft-address .contact a span {
  display: block;
  font-size: 20px;
  padding-left: 48px;
  background-image: url(../images/common/icon_mail.webp);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 24px;
}
.ft-main .ft-address .sns {
  display: flex;
  align-items: center;
}
.ft-main .ft-address .sns li:first-of-type {
  font-size: 14px;
  margin-right: 20px;
}
.ft-main .ft-address .sns li:nth-child(n+2):nth-last-child(n+2) {
  margin-right: 15px;
}
.ft-main nav {
  max-width: 740px;
  margin-left: auto;
}
.ft-main .ft-nav01,
.ft-main .ft-nav02 {
  letter-spacing: 0.1em;
}
.ft-main .ft-nav01 a {
  display: block;
}
.ft-main .ft-nav02 > li a {
  font-size: 13px;
  color: #d5dbe3;
}
.ft-main .drop_d {
  position: relative;
}
.ft-main .drop_d__nav > li {
  text-align: left;
  white-space: nowrap;
}
.ft-main .drop_d__nav > li a {
  color: #d5dbe3;
}
.ft-main .ft-bnr {
  display: flex;
  margin-top: 60px;
}
.ft-main .ft-bnr > div:not(:first-of-type) {
  margin-left: 10px;
}
.ft-main .ft-bnr > div:first-of-type a {
  background-color: #fff;
}

.ft-btm {
  padding-left: 20px;
  padding-right: 20px;
  border-top: solid 1px #aeb5bf;
}
.ft-btm .ft-wyes {
  text-align: center;
}
.ft-btm .ft-wyes a {
  display: inline-block;
}
@media print, screen and (max-width: 767.9px) {
  .ft-btm {
    padding-top: 30px;
  }
  .ft-btm .ft-wyes a {
    width: 130px;
  }
  .ft-btm ul {
    margin-top: 25px;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-btm {
    padding-top: 50px;
  }
  .ft-btm ul {
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.ft-btm ul {
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ft-btm ul li {
  border-left: solid 1px #aeb5bf;
}
.ft-btm ul li:last-of-type {
  border-right: solid 1px #aeb5bf;
}
.ft-btm ul li a {
  display: block;
  text-align: center;
  line-height: 1.8;
}
@media print, screen and (max-width: 767.9px) {
  .ft-btm ul li a {
    font-size: clamp(12px, 3vw, 18px);
  }
}
@media print, screen and (min-width: 768px) {
  .ft-btm ul li a {
    font-size: 22px;
  }
}

.ft-copy {
  text-align: center;
  color: #bec8d6;
  padding-bottom: 15px;
}
.ft-copy p {
  line-height: 1;
}
@media print, screen and (max-width: 767.9px) {
  .ft-copy p {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .ft-copy p {
    font-size: 12px;
  }
}
.ft-copy p:nth-child(1) {
  margin-bottom: 8px;
}

/* -- page common --
--------------------------------------------------------------　*/
.top-com__h2 h2,
.top-com__h2 p {
  letter-spacing: 0.1em;
}
.top-com__h2 div {
  color: #858d98;
  font-size: 22px;
}
@media print, screen and (max-width: 767.9px) {
  .top-com__h2 h2 {
    font-size: 32px;
  }
  .top-com__h2 p {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-com__h2 h2 {
    font-size: 40px;
  }
  .top-com__h2 p {
    font-size: 14px;
  }
}
.top-com__txt p {
  line-height: 2.1;
  letter-spacing: 0.15em;
}
.top-com__txt p:not(:last-of-type) {
  margin-bottom: 2em;
}
.top-com__tbl {
  margin-bottom: 100px;
}
@media print, screen and (max-width: 767.9px) {
  .top-com__tbl .com-table__row .com-th {
    margin-bottom: 10px;
  }
  .top-com__tbl .tbl-ttl__h3 h3 {
    font-size: 22px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-com__tbl.w100 .com-table__row .com-th {
    margin-bottom: 10px;
  }
  .top-com__tbl .tbl-ttl__h3 h3 {
    font-size: 26px;
  }
}
@media print, screen and (max-width: 960px) {
  .top-com__tbl .tbl-ttl {
    margin-bottom: 25px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-com__tbl {
    display: flex;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1620px) {
  .top-com__tbl .tbl-ttl {
    width: 280px;
  }
  .top-com__tbl .tbl-main {
    width: calc(100% - 280px);
  }
}
@media print, screen and (min-width: 1621px) {
  .top-com__tbl .tbl-ttl {
    width: 400px;
  }
  .top-com__tbl .tbl-main {
    width: calc(100% - 400px);
  }
}
.top-com__tbl .tbl-ttl__h3 h3 {
  letter-spacing: 0.1em;
}
.top-com__tbl .tbl-ttl__h3 p {
  font-size: 14px;
  color: #858d98;
  letter-spacing: 0.1em;
}
.top-com__tbl .com-table {
  letter-spacing: 0.1em;
}
@media print, screen and (min-width: 768px) {
  .top-com__tbl .com-table:not(.w100) .com-table__row {
    display: flex;
  }
  .top-com__tbl .com-table:not(.w100) .com-table__row .com-th {
    width: 240px;
  }
  .top-com__tbl .com-table:not(.w100) .com-table__row .com-td {
    width: calc(100% - 240px);
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1621px) {
  .top-com__tbl .com-table.col2 {
    display: flex;
    flex-wrap: wrap;
  }
  .top-com__tbl .com-table.col2 .com-table__row {
    width: calc(50% - 15px);
  }
  .top-com__tbl .com-table.col2 .com-table__row:nth-child(2) {
    border-top: solid 1px #dcdcdc;
  }
  .top-com__tbl .com-table.col2 .com-table__row:nth-child(even) {
    margin-left: 30px;
  }
}
.top-com__tbl .com-table__row {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #dcdcdc;
}
.top-com__tbl .com-table__row:nth-child(1) {
  border-top: solid 1px #dcdcdc;
}
.top-com__tbl .com-table__row .com-th {
  font-weight: 500;
}
.top-com__tbl .com-table__row .com-th span {
  font-size: 12px;
}
.top-com__tbl .com-table__row .com-td {
  line-height: 1.75;
}
.top-com__tbl .com-table__row .com-td table th {
  font-weight: 400;
  text-align: left;
  width: 160px;
}
.top-com__tbl .com-table__txt {
  padding-top: 25px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.top-com__tbl .com-table__more {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 140px;
}
.top-com__tbl .com-table__more.is-open::before {
  transform: rotate(360deg);
}
.top-com__tbl .com-table__more::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/common/icon_arr_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: 0.3s ease;
  transform: rotate(180deg);
}
.top-com__tbl .com-table__more button {
  padding: 0;
  color: #161938;
  width: 100%;
  display: block;
  position: relative;
  padding-right: 27px;
  border-bottom: solid 1px #d1d4d8;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}

.tbl-main .bg-beige {
  overflow: hidden;
  transition: max-height 1s ease;
  position: relative;
}
.tbl-main .bg-beige.is-collapsed {
  max-height: 300px;
}
.tbl-main .bg-beige.is-collapsed::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 80px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255));
  pointer-events: none;
}
.tbl-main .bg-beige:not(.is-collapsed) {
  max-height: 2000px;
}

.bg-beige {
  background-color: #faf8f5;
}

[data-anim=mask-grd] {
  display: block;
  opacity: 0;
  position: relative;
  transform: translateY(15%);
  -webkit-mask-image: url("../images/top/mask-grd.png");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: 200% 200%;
  -webkit-mask-position: 50% 50%;
  transform: translateY(15%);
}

[data-anim=mask-grd].is-visible {
  opacity: 1;
  transform: translateY(0);
  -webkit-mask-size: 200% 500%;
  -webkit-mask-position: 50% 100%;
  transition: transform 2.5s cubic-bezier(0.23, 1, 0.32, 1), opacity 2.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-mask-position 3.5s cubic-bezier(0.23, 1, 0.32, 1), -webkit-mask-size 3.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.js-fade.f-up {
  opacity: 0;
  translate: 0 30px;
  transition: opacity 0.8s ease, translate 0.8s ease;
}
.js-fade.f-up.is-visible {
  opacity: 1;
  translate: 0 0;
}

.over-style {
  position: relative;
}

.over-style .swiper-slide {
  overflow: hidden;
}

.spot-slider .swiper-pagination,
.over-slider .swiper-pagination {
  position: static;
  margin-top: 7px;
}
.spot-slider .swiper-pagination-bullet,
.over-slider .swiper-pagination-bullet {
  border: solid 1px #d3d3d3;
  opacity: 1;
  background: transparent;
  width: 10px;
  height: 10px;
}
.spot-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.spot-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet,
.over-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.over-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 0 0 20px;
}
.spot-slider .swiper-pagination-bullet-active,
.over-slider .swiper-pagination-bullet-active {
  background: #858d98;
}

.com-view {
  margin-top: 40px;
}
.com-view a {
  display: block;
  position: relative;
  padding-right: 27px;
  border-bottom: solid 1px #d1d4d8;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 15px;
  letter-spacing: 0.1em;
}

.com-view.spot a {
  max-width: 110px;
  margin-left: auto;
}
.com-view.spot a::before {
  width: 16px;
  height: 16px;
  right: 0;
  background-image: url(../images/top/icon_tab.png);
}
.com-view:not(.spot) a {
  max-width: 140px;
}
.com-view:not(.spot) a:hover::before {
  right: 0;
}
.com-view:not(.spot) a::before {
  width: 10px;
  height: 10px;
  right: 10px;
  background-image: url(../images/common/icon_arr_blue.png);
  transform: rotate(90deg);
  transition: 0.3s ease;
}
.com-view a::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.com-view a:hover p span {
  opacity: 0;
}

.com-view a:hover p::before {
  opacity: 1;
}

.com-view a:hover p span,
.com-view a:hover p::before {
  transform: translate3d(0, -100%, 0);
}

.com-view a p {
  position: relative;
  clip-path: inset(0 0 -0.2em);
}

.com-view a p span {
  display: block;
}

.com-view a p span,
.com-view a p::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.com-view a p::before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}

.modal_url {
  margin-bottom: 25px;
}
.modal_url a {
  max-width: 220px;
  border: solid 1px #858d98;
  display: block;
  position: relative;
  padding-right: 27px;
  border-bottom: solid 1px #d1d4d8;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 20px;
  letter-spacing: 0.1em;
}
@media print, screen and (max-width: 767.9px) {
  .modal_url a {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .modal_url a {
    font-size: 16px;
  }
}
.modal_url a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/common/icon_arr_blue.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: 0.3s ease;
  transform: rotate(90deg);
}
.modal_url a:hover p span {
  opacity: 0;
}
.modal_url a:hover::before {
  right: 10px;
}
.modal_url a:hover p::before {
  opacity: 1;
}
.modal_url a:hover p span, .modal_url a:hover p::before {
  transform: translate3d(0, -100%, 0);
}
.modal_url a p {
  position: relative;
  clip-path: inset(0 0 -0.2em);
}
.modal_url a p span {
  display: block;
}
.modal_url a p span,
.modal_url a p::before {
  transition: opacity 650ms, transform 650ms cubic-bezier(0.165, 0.84, 0.44, 1);
}
.modal_url a p::before {
  content: attr(data-text);
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0;
}

/* -- page front --
--------------------------------------------------------------　*/
.top-concept,
.top-moments,
.top-spaces,
.top-info,
.top-option,
.top-news,
.top-access,
.top-pte,
.top-contact {
  padding-top: clamp(90px, 13vw, 250px);
  padding-bottom: clamp(90px, 13vw, 250px);
}

@media print, screen and (max-width: 767.9px) {
  .top-moments .top-com__h2,
  .top-contact .top-com__h2,
  .top-access .top-com__h2,
  .top-info .top-com__h2,
  .top-spaces .top-com__h2 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-moments .top-com__h2,
  .top-contact .top-com__h2,
  .top-access .top-com__h2,
  .top-info .top-com__h2,
  .top-spaces .top-com__h2 {
    margin-bottom: 100px;
  }
}

.top-info {
  background-image: url(../images/top/information_bg01.webp), url(../images/top/information_bg02.webp);
  background-repeat: no-repeat;
  background-position: right top, left bottom;
}
@media print, screen and (max-width: 767.9px) {
  .top-info {
    background-size: 250px, 200px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-info {
    background-size: clamp(350px, 43vw, 843px), clamp(300px, 37vw, 720px);
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-info .bg-beige {
    padding: 50px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-info .bg-beige {
    padding: 50px;
  }
}

@media print, screen and (max-width: 1160px) {
  .house-col2__wrap.bg-beige {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1161px) {
  .house-col2 {
    display: flex;
    justify-content: space-between;
  }
  .house-col2__wrap {
    width: calc(50% - 10px);
  }
}

.house-link {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  max-width: 490px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (max-width: 767.9px) {
  .house-link {
    gap: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .house-link {
    gap: 50px;
  }
}
.house-link li a {
  display: block;
  border: solid 1px #858d98;
  position: relative;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 25px;
}
.house-link li a::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/common/icon_arr_blue.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 20px;
  transform: rotate(90deg);
}

.top-insta .widewrap {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
@media print, screen and (max-width: 767.9px) {
  .top-insta .widewrap {
    padding-top: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-insta .widewrap {
    padding-top: 150px;
  }
}
.top-insta .widewrap::before {
  content: "";
  width: 100%;
  height: calc(100% - 200px);
  background-image: url(../images/top/insta_bg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.top-insta__ttl {
  text-align: center;
  margin-bottom: 50px;
}
.top-insta__ttl h2 {
  font-size: 34px;
  margin-bottom: 45px;
  letter-spacing: 0.1em;
}
.top-insta__ttl p {
  letter-spacing: 0.2em;
}
.top-insta__ttl .icon img {
  margin-left: auto;
  margin-right: auto;
}
.top-insta__wrap {
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
}
.top-insta .com-view a {
  margin-right: auto;
  margin-left: auto;
}

.top-faq {
  padding-top: clamp(100px, 13vw, 250px);
  background-image: url(../images/top/question_bg.webp);
  background-repeat: no-repeat;
  background-position: right top;
}
@media print, screen and (max-width: 767.9px) {
  .top-faq {
    background-size: 180px;
  }
  .top-faq .top-com__h2 {
    margin-bottom: 50px;
  }
  .top-faq .faq-tbl {
    padding-left: 7px;
  }
  .top-faq__q .faq-tbl {
    padding-top: 20px;
    padding-bottom: 7px;
    padding-right: 25px;
  }
  .top-faq__q::before, .top-faq__q::after {
    top: calc(50% + 5px);
    right: 10px;
  }
  .top-faq__a .faq-tbl {
    padding-top: 15px;
    padding-bottom: 12px;
    padding-right: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-faq {
    background-size: clamp(360px, 30vw, 594px);
  }
  .top-faq .top-com__h2 {
    margin-bottom: 100px;
  }
  .top-faq .faq-tbl {
    padding-left: 30px;
  }
  .top-faq__q .faq-tbl {
    padding-top: 38px;
    padding-bottom: 15px;
    padding-right: 45px;
  }
  .top-faq__q::before, .top-faq__q::after {
    top: calc(50% + 10px);
    right: 20px;
  }
  .top-faq__a .faq-tbl {
    padding-top: 25px;
    padding-bottom: 20px;
    padding-right: 20px;
  }
}
.top-faq__wrap > li {
  padding-bottom: 18px;
  border-bottom: solid 1px #d1d4d8;
}
.top-faq__wrap > li:first-of-type {
  border-top: solid 1px #d1d4d8;
}
.top-faq__wrap > li .top-faq__q.on::after {
  transform: rotate(0);
}
.top-faq__q {
  cursor: pointer;
  position: relative;
}
.top-faq__q::before, .top-faq__q::after {
  content: "";
  display: block;
  width: 15px;
  height: 1px;
  background-color: #161938;
  position: absolute;
  transition: 0.5s;
}
.top-faq__q::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.top-faq__a {
  transition: max-height 0.3s ease;
  overflow: hidden;
}
.top-faq__a .faq-tbl {
  background-color: #faf8f5;
}
.top-faq__a .faq-tbl__th span {
  color: #caad80;
}

.faq-tbl {
  display: flex;
}
.faq-tbl__th {
  width: 45px;
}
.faq-tbl__th span {
  display: block;
  font-size: 24px;
  letter-spacing: 0.1em;
}
.faq-tbl__td {
  padding-top: 5px;
  width: calc(100% - 45px);
  line-height: 1.87;
}
.faq-tbl__td dl {
  margin-bottom: 1em;
}

.top-news {
  background-image: url(../images/top/news_bg.webp);
  background-repeat: no-repeat;
  background-position: left 0 top 80px;
}
@media print, screen and (max-width: 767.9px) {
  .top-news {
    background-size: 180px;
  }
  .top-news .top-com__h2 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-news .top-com__h2 {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news {
    background-size: clamp(260px, 20vw, 382px);
  }
}
@media print, screen and (min-width: 961px) {
  .top-news__wrap {
    display: flex;
  }
  .top-news__wrap .top-news__main {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1620px) {
  .top-news__wrap .top-com__h2 {
    width: 280px;
  }
  .top-news__wrap .top-news__main {
    width: calc(100% - 280px);
  }
}
@media print, screen and (min-width: 1621px) {
  .top-news__wrap .top-com__h2 {
    width: 400px;
  }
  .top-news__wrap .top-news__main {
    width: calc(100% - 400px);
  }
}
@media print, screen and (max-width: 767.9px) {
  .top-news__main ul li a {
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .top-news__main .news-ttl {
    width: 100%;
    margin-top: 10px;
  }
  .top-news__main .news-time,
  .top-news__main .news-label {
    width: 100px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-news__main .news-ttl {
    width: calc(100% - 260px);
    padding-left: 5vw;
  }
  .top-news__main .news-time,
  .top-news__main .news-label {
    width: 130px;
  }
  .top-news__main ul li a {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
.top-news__main ul li {
  border-bottom: solid 1px #dcdcdc;
}
.top-news__main ul li:nth-child(1) {
  border-top: solid 1px #dcdcdc;
}
.top-news__main ul li a {
  display: flex;
  align-items: center;
  line-height: 1.87;
  letter-spacing: 0.12em;
}
.top-news__main .news-label {
  border-left: solid 1px #d1d4d8;
  text-align: center;
}

.top-concept {
  background-image: url(../images/top/concept_bg.webp);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
}
@media print, screen and (max-width: 767.9px) {
  .top-concept .top-com__h2 {
    margin-bottom: 50px;
  }
  .top-concept h3 {
    font-size: 20px;
    margin-bottom: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-concept h3 {
    font-size: 28px;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1160px) {
  .top-concept .top-com__h2 {
    margin-bottom: 100px;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-concept__wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .top-concept__left {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-concept .top-com__h2 {
    margin-bottom: 140px;
  }
  .top-concept__wrap {
    display: flex;
  }
  .top-concept__left {
    width: 43%;
  }
  .top-concept__right {
    width: 57%;
  }
}
@media print, screen and (min-width: 1161px) and (max-width: 1365px) {
  .top-concept {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 1366px) {
  .top-concept__wrap {
    max-width: 92%;
    margin-left: auto;
  }
}
.top-concept h3 {
  letter-spacing: 0.3em;
}
.top-concept .top-com__txt p {
  line-height: 2.8;
}

.top-moments h3 {
  font-size: clamp(20px, 1.25vw, 24px);
  margin-bottom: 2.5em;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
@media print, screen and (max-width: 1160px) {
  .top-moments__cts > li {
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-moments__cts > li:nth-child(odd) {
    background-position: right top;
  }
  .top-moments__cts > li:nth-child(even) {
    background-position: left top;
  }
  .top-moments__cts > li:nth-child(1), .top-moments__cts > li:nth-child(5) {
    background-size: clamp(100px, 13.22vw, 254px);
  }
  .top-moments__cts > li:nth-child(2), .top-moments__cts > li:nth-child(6) {
    background-size: clamp(150px, 16vw, 317px);
  }
  .top-moments__cts > li:nth-child(3), .top-moments__cts > li:nth-child(7) {
    background-size: clamp(160px, 17vw, 327px);
  }
  .top-moments__cts > li:nth-child(4), .top-moments__cts > li:nth-child(8) {
    background-size: clamp(180px, 21vw, 413px);
  }
  .top-moments__txt {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-moments .modal-click {
    margin-left: auto;
  }
  .top-moments__txt {
    width: 44%;
  }
  .top-moments__img {
    width: 56%;
  }
  .top-moments__cts .widewrap {
    display: flex;
    align-items: center;
  }
  .top-moments__cts > li .top-moments__txt {
    padding-left: 45px;
    padding-right: 45px;
  }
  .top-moments__cts > li:nth-child(odd) {
    background-position: right center;
  }
  .top-moments__cts > li:nth-child(odd) .widewrap {
    flex-direction: row-reverse;
  }
  .top-moments__cts > li:nth-child(odd) .top-moments__inner {
    margin-left: auto;
  }
  .top-moments__cts > li:nth-child(even) {
    background-position: left center;
  }
  .top-moments__cts > li:nth-child(1), .top-moments__cts > li:nth-child(5) {
    background-size: clamp(160px, 13.22vw, 254px);
  }
  .top-moments__cts > li:nth-child(2), .top-moments__cts > li:nth-child(6) {
    background-size: clamp(220px, 16vw, 317px);
  }
  .top-moments__cts > li:nth-child(3), .top-moments__cts > li:nth-child(7) {
    background-size: clamp(230px, 17vw, 327px);
  }
  .top-moments__cts > li:nth-child(4), .top-moments__cts > li:nth-child(8) {
    background-size: clamp(250px, 21vw, 413px);
  }
}
.top-moments__cts > li {
  background-repeat: no-repeat;
}
.top-moments__cts > li:not(:last-of-type) {
  margin-bottom: 150px;
}
.top-moments__cts > li:nth-child(1), .top-moments__cts > li:nth-child(5) {
  background-image: url(../images/top/moment_bg01.webp);
}
.top-moments__cts > li:nth-child(2), .top-moments__cts > li:nth-child(6) {
  background-image: url(../images/top/moment_bg02.webp);
}
.top-moments__cts > li:nth-child(3), .top-moments__cts > li:nth-child(7) {
  background-image: url(../images/top/moment_bg03.webp);
}
.top-moments__cts > li:nth-child(4), .top-moments__cts > li:nth-child(8) {
  background-image: url(../images/top/moment_bg04.webp);
}
.top-moments__inner {
  width: -moz-fit-content;
  width: fit-content;
}
@media print, screen and (max-width: 1365px) {
  .top-moments .top-com__h2 {
    padding-left: 20px;
  }
}

.top-pte {
  background-color: #f8f7f5;
  overflow: hidden;
}
@media print, screen and (max-width: 767.9px) {
  .top-pte__ttl {
    margin-bottom: 50px;
  }
  .top-pte .spot-data {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .top-pte .spot-img {
    aspect-ratio: 16/12;
    overflow: hidden;
  }
  .top-pte .spot_time p {
    font-size: 11px;
  }
  .top-pte .spot_txt {
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-pte__ttl {
    margin-bottom: 100px;
  }
  .top-pte .spot-wrap {
    display: flex;
  }
  .top-pte .spot-data,
  .top-pte .spot-img {
    width: 50%;
  }
  .top-pte .spot-data {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .top-pte .spot_time p {
    font-size: 14px;
  }
  .top-pte .spot_txt {
    margin-top: 42px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-pte__ttl {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .top-pte .top-com__h2 {
    width: 380px;
  }
  .top-pte .sub_txt {
    text-align: right;
    margin-bottom: 0.8em;
    width: calc(100% - 380px);
  }
}
@media print, screen and (max-width: 1365px) {
  .top-pte .widewrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.top-pte .sub_txt {
  letter-spacing: 0.1em;
}
.top-pte .swiper-slide {
  height: auto;
}
.top-pte .spot-wrap {
  height: 100%;
}
.top-pte .spot-data {
  background-color: #fff;
  padding-left: 20px;
  padding-right: 20px;
}
.top-pte .spot-data__inner {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  letter-spacing: 0.1em;
}
.top-pte h3 {
  font-size: clamp(20px, 1.25vw, 24px);
  letter-spacing: 0.1em;
  margin-bottom: 0.8em;
}
.top-pte h3 span {
  font-size: 70%;
}
.top-pte .spot-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.top-pte .spot_time p {
  display: inline-block;
  color: #858d98;
  border: solid 1px #858d98;
  line-height: 1.8;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.1em;
}
.top-pte .spot_txt {
  line-height: 1.87;
  font-size: clamp(13px, 1vw, 16px);
}
.top-pte .pagination-wrap {
  position: relative;
  margin-top: 30px;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 70px;
}
.top-pte .swiper-pagination {
  position: static;
  line-height: 10px;
}
.top-pte .swiper-button-next {
  transform: rotate(90deg);
  color: transparent;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
}
.top-pte .swiper-button-next:after {
  content: none;
}
.top-pte .swiper-button-prev {
  transform: rotate(-90deg);
  color: transparent;
  top: 0;
  bottom: 0;
  margin-bottom: auto;
  margin-top: auto;
}
.top-pte .swiper-button-prev:after {
  content: none;
}

.top-spaces {
  background-color: #f8f7f5;
}
@media print, screen and (max-width: 767.9px) {
  .top-spaces .co2-wrap h4 {
    font-size: 16px;
    margin-bottom: 0.5em;
  }
  .top-spaces .co2-wrap .top-com__txt p {
    font-size: 11px;
  }
  .top-spaces__cts02 h3 {
    font-size: 22px;
    margin-bottom: 1.5em;
  }
  .top-spaces__cts02 h4 {
    margin-bottom: 1.5em;
  }
  .top-spaces__col2 > li:nth-child(n+3) {
    margin-top: 38px;
  }
  .top-spaces .top-spaces__loop {
    margin-top: 55px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-spaces .co2-wrap h4 {
    font-size: 20px;
    margin-bottom: 1em;
  }
  .top-spaces__cts02 h3 {
    font-size: clamp(25px, 1.56vw, 30px);
    margin-bottom: 2.2em;
  }
  .top-spaces__cts02 h4 {
    margin-bottom: 2em;
  }
  .top-spaces__col2 > li:nth-child(n+3) {
    margin-top: 100px;
  }
  .top-spaces .top-spaces__loop {
    margin-top: 145px;
  }
}
@media print, screen and (max-width: 1365px) {
  .top-spaces .widewrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media print, screen and (max-width: 960px) {
  .top-spaces__cts02 ul > li:nth-child(1) {
    margin-bottom: 50px;
  }
  .top-spaces__cts02 .widewrap {
    padding-top: 55px;
    padding-bottom: 55px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-spaces__cts02 .widewrap {
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .top-spaces__cts02 ul {
    display: flex;
    flex-direction: row-reverse;
  }
  .top-spaces__cts02 ul > li:nth-child(1) {
    width: 45%;
    padding-left: 45px;
  }
  .top-spaces__cts02 ul > li:nth-child(2) {
    width: 55%;
  }
  .top-spaces__cts02 .cts02-wrap {
    max-width: 545px;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 1160px) {
  .top-spaces .cts01-txt {
    margin-bottom: 50px;
  }
  .top-spaces .co2-wrap {
    padding-top: 20px;
  }
}
@media print, screen and (min-width: 1161px) {
  .top-spaces__cts01 {
    display: flex;
    align-items: flex-end;
  }
  .top-spaces__cts01 .cts01-txt {
    width: 40%;
    padding-right: 45px;
    padding-bottom: 25px;
  }
  .top-spaces__cts01 .cts01-img {
    width: 60%;
  }
  .top-spaces__cts01 .cts01-txt__inner {
    max-width: 490px;
  }
  .top-spaces .co2-wrap {
    padding: 25px 30px;
  }
}
.top-spaces__cts01 {
  margin-bottom: 140px;
}
.top-spaces__cts01 h3 {
  font-size: clamp(20px, 1.25vw, 24px);
  margin-bottom: 2.5em;
  line-height: 1.75;
  letter-spacing: 0.2em;
}
.top-spaces__cts02 {
  margin-top: 100px;
}
.top-spaces__cts02 h3 {
  line-height: 1;
  letter-spacing: 0.3em;
  color: #bd9a66;
  padding-bottom: 1em;
  border-bottom: solid 1px #bd9a66;
}
.top-spaces__cts02 h4 {
  font-size: clamp(18px, 1.25vw, 20px);
  letter-spacing: 0.12em;
}
.top-spaces__cts02 .widewrap {
  background-color: #fff;
  padding-left: 35px;
  padding-right: 35px;
}
@media print, screen and (max-width: 1365px) {
  .top-spaces__cts02 .widewrap {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.top-spaces__cts02 .widewrap ul {
  max-width: 1420px;
  margin-left: auto;
  margin-right: auto;
}
.top-spaces__col2 {
  display: flex;
  flex-wrap: wrap;
}
.top-spaces__col2 > li {
  width: calc(50% - 10px);
}
.top-spaces__col2 > li:nth-child(even) {
  margin-left: 20px;
}
.top-spaces__col2 > li.is-visible .zoom-img img {
  transform: scale(1);
}
.top-spaces__col2 > li .zoom-img img {
  transform: scale(1.1);
  transition: transform 0.6s ease-in-out;
}
.top-spaces__col2 > li .zoom-img {
  overflow: hidden;
}
.top-spaces .co2-wrap h4 {
  letter-spacing: 0.12em;
}
.top-spaces .top-spaces__loop .swiper-wrapper {
  transition-timing-function: linear;
  will-change: transform;
}
.top-spaces .top-spaces__loop img {
  width: 100%;
  height: auto;
}
.top-spaces .top-spaces__loop .swiper-slide {
  backface-visibility: hidden;
  transform: translateZ(0);
}
.top-spaces .loop-txt {
  letter-spacing: 0.12em;
  margin-top: 10px;
}

.top-contact {
  background-image: url(../images/top/contact_bg01.webp), url(../images/top/contact_bg02.webp);
  background-repeat: no-repeat;
  background-position: left top, right bottom;
  background-size: clamp(250px, 38vw, 728px), clamp(260px, 41vw, 792px);
}

.contact-form__txt {
  margin-bottom: 40px;
}
.contact-form__txt p {
  line-height: 1.87;
}
.contact-form__txt p:not(:last-of-type) {
  margin-bottom: 1em;
}
@media print, screen and (max-width: 767.9px) {
  .contact-form table th,
  .contact-form table td {
    display: block;
    width: 100%;
    padding-top: 15px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .contact-form table td {
    padding-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-form table th,
  .contact-form table td {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 30px;
  }
  .contact-form table th {
    width: 42%;
    padding-left: 30px;
  }
  .contact-form table td {
    width: 58%;
  }
}
.contact-form table tr {
  border-bottom: solid 1px #d1d4d8;
}
.contact-form table tr:nth-child(1) {
  border-top: solid 1px #d1d4d8;
}
.contact-form table th {
  font-weight: 400;
  text-align: left;
}
.contact-form table th.vta {
  vertical-align: top;
}
.contact-form input[type=text],
.contact-form input[type=email],
.contact-form input[type=tel],
.contact-form textarea {
  background: #f3f3f3;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}
@media print, screen and (max-width: 767.9px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form textarea {
    padding: 7px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .contact-form input[type=text],
  .contact-form input[type=email],
  .contact-form input[type=tel],
  .contact-form textarea {
    padding: 15px 10px;
    font-size: 18px;
  }
}
.contact-form .requiredmark {
  color: #cead7b;
  display: inline-block;
  font-size: 12px;
  margin-left: 10px;
}
.contact-form .form_txt {
  text-align: center;
  margin-top: 70px;
  margin-bottom: 70px;
  letter-spacing: 0.1em;
}
.contact-form .form_txt input[type=checkbox] {
  margin-bottom: 2px;
  margin-right: 10px;
}
.contact-form .submit {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  position: relative;
  height: 60px;
}
.contact-form .submit::before {
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(../images/common/icon_arr_blue.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 20px;
  transform: rotate(90deg);
}
.contact-form .submit input {
  width: 100%;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #161938;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.1em;
  padding-left: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
  line-height: 1;
  color: #fff;
  text-align: left;
  cursor: pointer;
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.5;
}

.top-bnr ul {
  display: flex;
  flex-wrap: wrap;
}
.top-bnr ul li {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.top-bnr ul li:nth-child(2) {
  border-right: solid 1px #f8f7f5;
}
.top-bnr ul li:not(.long) {
  width: 50%;
}
.top-bnr ul li:not(.long) p {
  letter-spacing: 0.1em;
}
.top-bnr ul li.long {
  width: 100%;
  border-top: solid 1px #f8f7f5;
  border-bottom: solid 1px #f8f7f5;
}
.top-bnr ul li.long span {
  display: inline-block;
  letter-spacing: 0.1em;
}
.top-bnr ul li.long span.noto-serif span {
  color: #858d98;
  padding: 0 10px;
}
@media print, screen and (max-width: 767.9px) {
  .top-bnr ul li.long {
    height: 150px;
  }
  .top-bnr ul li.long span.cormorant-gd {
    font-size: 25px;
  }
  .top-bnr ul li:not(.long) {
    height: 110px;
  }
  .top-bnr ul li:not(.long) p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-bnr ul li.long {
    height: clamp(280px, 20.8vw, 400px);
  }
  .top-bnr ul li.long span.cormorant-gd {
    font-size: 40px;
  }
  .top-bnr ul li:not(.long) {
    height: clamp(200px, 15.6vw, 300px);
  }
  .top-bnr ul li:not(.long) p {
    font-size: 24px;
  }
}
@media print, screen and (max-width: 960px) {
  .top-bnr ul li a {
    color: #fff;
    background-color: rgba(26, 21, 21, 0.6);
  }
}
@media print, screen and (min-width: 961px) {
  .top-bnr ul li a:hover {
    color: #fff;
    background-color: rgba(26, 21, 21, 0.6);
    transition: 0.5s ease;
  }
  .top-bnr ul li a:hover img {
    opacity: 1;
    visibility: visible;
    transform: scale(1.04);
  }
  .top-bnr ul li img {
    opacity: 0;
    visibility: hidden;
  }
}
.top-bnr ul li a {
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: absolute;
  width: 100%;
  height: 100%;
  transition: 0.6s ease;
}
.top-bnr ul li img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -100;
  transition: 2.4s ease;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(1);
}

.top-access {
  background-image: url(../images/top/access_bg.webp);
  background-repeat: no-repeat;
  background-position: right bottom;
}
@media print, screen and (max-width: 767.9px) {
  .top-access {
    background-size: 200px;
  }
  .top-access__data {
    margin-bottom: 35px;
  }
  .top-access .gmap iframe {
    height: 400px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-access {
    background-size: clamp(420px, 38vw, 745px);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 960px) {
  .top-access__data {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-access__wrap {
    display: flex;
  }
  .top-access__data {
    width: 39%;
    padding-right: 50px;
  }
  .top-access .gmap {
    width: 61%;
  }
}
@media print, screen and (max-width: 1420px) {
  .top-access .res_br {
    display: none;
  }
}
.top-access .gmap iframe {
  width: 100%;
  filter: grayscale(50%);
  -webkit-filter: grayscale(50%);
}
.top-access dl dt {
  margin-bottom: 1.8em;
}
.top-access dl dd {
  line-height: 1.87;
}
.top-access .bg-beige {
  max-width: 470px;
}
@media print, screen and (max-width: 767.9px) {
  .top-access .bg-beige {
    padding: 30px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .top-access .bg-beige {
    padding: 30px;
  }
}

.top-option {
  background-color: #f8f7f5;
}
@media print, screen and (max-width: 960px) {
  .top-option .option_right > div {
    line-height: 2;
  }
  .top-option__cts > div:not(:last-of-type) {
    margin-bottom: 7em;
  }
  .top-option .top-com__h2 {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-option__wrap {
    display: flex;
    justify-content: space-between;
  }
  .top-option .top-com__h2 {
    width: 380px;
  }
  .top-option .option_right {
    margin-top: 2em;
    width: calc(100% - 380px);
  }
  .top-option .option_right > div {
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
  }
  .top-option__cts {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media print, screen and (min-width: 961px) and (max-width: 1420px) {
  .top-option__cts {
    gap: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .top-option .modal-click,
  .top-option .option-stoggle dt {
    margin-left: auto;
  }
}
@media print, screen and (min-width: 1421px) {
  .top-option__cts {
    gap: 50px;
  }
}
.top-option .option_right > div {
  line-height: 2;
}
.top-option .option-stoggle {
  margin-top: 20px;
}
.top-option .option-stoggle dt {
  font-size: 15px;
  max-width: 170px;
}
.top-option .option-stoggle dd {
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease;
  background-color: #fff;
  max-width: 500px;
}
@media print, screen and (min-width: 768px) {
  .top-option .option-stoggle dd {
    font-size: 15px;
  }
}
.top-option .option-stoggle dd > div {
  padding: 40px 32px;
}
.top-option .option-stoggle dd table {
  table-layout: fixed;
  margin-bottom: 20px;
}
.top-option .option-stoggle dd table tr {
  border-bottom: solid 1px #d1d4d8;
}
.top-option .option-stoggle dd table th,
.top-option .option-stoggle dd table td {
  padding-top: 5px;
  padding-bottom: 5px;
}
.top-option .option-stoggle dd table th {
  text-align: left;
  font-weight: 400;
  padding-top: 10px;
}
.top-option .option-stoggle dd table td {
  text-align: right;
}
.top-option__wrap {
  margin-bottom: 70px;
}
.top-option__cts > div {
  border-top: solid 1px #d1d4d8;
  padding-top: 20px;
}
.top-option__cts .option_txt a {
  border-bottom: solid 1px;
}
.top-option__cts h3 {
  font-size: 18px;
  position: relative;
  padding-left: 1em;
  margin-bottom: 1.8em;
}
.top-option__cts h3::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #caad80;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
}

.plius-btn {
  letter-spacing: 0.1em;
  border-bottom: solid 1px #d1d4d8;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 20px;
  max-width: 170px;
  position: relative;
  cursor: pointer;
}
.plius-btn::before, .plius-btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 1px;
  background-color: #161938;
  position: absolute;
  right: 5px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  transition: 0.5s;
}
.plius-btn::after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

.is-open .plius-btn::after {
  transform: rotate(0);
}

.modal-ttl__wrap {
  margin-bottom: 65px;
}
.modal-ttl__wrap h4 {
  font-size: 30px;
  letter-spacing: 0.1em;
  margin-bottom: 42px;
}

@media print, screen and (max-width: 600px) {
  .modal-dinner .menu-txt {
    margin-top: 20px;
  }
}
@media print, screen and (min-width: 601px) {
  .modal-dinner__menu {
    display: flex;
  }
  .modal-dinner .menu-img {
    width: 40%;
  }
  .modal-dinner .menu-txt {
    width: 60%;
  }
}
@media print, screen and (min-width: 601px) and (max-width: 960px) {
  .modal-dinner .menu-txt {
    padding-left: 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .modal-dinner .menu-txt {
    padding-left: 50px;
  }
}
.modal-dinner h5 {
  font-size: 22px;
  letter-spacing: 0.1em;
  border-top: solid 1px #d1d4d8;
  padding-top: 10px;
  margin-bottom: 25px;
}
.modal-dinner__menu {
  margin-bottom: 35px;
}
.modal-dinner .sub-ttl {
  font-size: 18px;
  position: relative;
  padding-left: 1em;
  letter-spacing: 0.1em;
  margin-bottom: 1.2em;
  position: relative;
}
.modal-dinner .sub-ttl::before {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #caad80;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.modal-dinner .menu-txt .top-com__txt p {
  letter-spacing: 0.1em;
}
.modal-dinner__btm {
  margin-bottom: 100px;
}
.modal-dinner__btm p {
  line-height: 1.8;
  letter-spacing: 0.1em;
}
.modal-dinner__btm p:not(:last-of-type) {
  margin-bottom: 1em;
}
.modal-dinner__btm p small {
  display: block;
  font-size: 90%;
}

@media print, screen and (max-width: 767.9px) {
  .col2-bbq > div {
    padding: 12px;
  }
  .col2-bbq > div:not(:last-of-type) {
    margin-bottom: 20px;
  }
  .col2-bbq ul > li {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .col2-bbq {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .col2-bbq > div {
    padding: 20px;
  }
  .col2-bbq ul > li {
    font-size: 15px;
  }
}
.col2-bbq__ttl {
  font-weight: bold;
  margin-bottom: 0.8em;
}
.col2-bbq ul li {
  position: relative;
  line-height: 1.7;
}
.col2-bbq ul li::before {
  content: "・";
}

/* リンクモーダル */
.modal {
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 101;
}

.modal-click {
  max-width: 170px;
}
.modal-click button {
  width: 100%;
  text-align: left;
}

.modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(22, 25, 56, 0.8);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -48%);
  -webkit-transform: translate(-50%, -48%);
  -ms-transform: translate(-50%, -48%);
  opacity: 0;
  transition: all 0.4s ease;
  width: 95%;
  height: 80vh;
  max-width: 1200px;
}

.modal__content_inner {
  overflow-y: auto;
  background: #fff;
  height: 100%;
}

@media print, screen and (max-width: 767.9px) {
  .modal__content_inner {
    padding: 50px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .modal__content_inner {
    padding: 100px 20px;
  }
}
/* 開いた状態 */
.modal.is-open {
  pointer-events: auto;
}

.modal.is-open .modal__overlay {
  opacity: 1;
}

.modal.is-open .modal__content {
  opacity: 1;
  transform: translate(-50%, -50%); /* 元位置に戻る */
}

.modal__close {
  position: relative;
  margin: auto 0;
  color: #fff;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
}

@media print, screen and (max-width: 767.9px) {
  .modal__content {
    height: 85vh;
  }
}
.mClose-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  top: -40px;
  right: 0;
}

.modal__close:hover {
  color: #8c8279;
}

.modal__close::before,
.modal__close::after {
  content: "";
  width: 28px;
  height: 1px;
  position: absolute;
  background-color: #8c8279;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.modal__close::before {
  transform: rotate(-45deg);
}

.modal__close::after {
  transform: rotate(45deg);
}

.modal__content_wrap {
  position: relative;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

/* 送信完了 */
#contact-complete {
  padding: 10vh 20px 20vh;
}

.contact-complete__wrap h3 {
  border-bottom: solid 1px #d1d4d8;
  padding-bottom: 0.5em;
  font-size: 28px;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}
.contact-complete__wrap p {
  margin-bottom: 1em;
  line-height: 1.87;
  letter-spacing: 0.1em;
}

.wpcf7-response-output {
  display: none !important;
}

.calendar-btn {
  margin-top: 0.5em;
}
.calendar-btn a {
  display: block;
  max-width: 213px;
  background-color: #161938;
  line-height: 1;
  letter-spacing: 0.1em;
  background-image: url(../images/common/icon_calendar.webp);
  background-repeat: no-repeat;
  background-size: 19px;
  background-position: left 22px top 50%;
  color: #fff;
  padding-right: 15px;
  padding-left: 58px;
  padding-top: 14px;
  padding-bottom: 14px;
}

/* --------------------------------------------------------------
// category
// single page
-------------------------------------------------------------- */
.wp-caption {
  max-width: 100% !important;
}

@media print, screen and (max-width: 767.9px) {
  article.c_wrap {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  article.c_wrap {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media print, screen and (max-width: 1365px) {
  article.c_wrap {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media print, screen and (min-width: 768px) {
  .c_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .c_wrap .post {
    width: 67%;
  }
  .c_wrap .sidebar {
    width: 27%;
  }
}
.c_wrap .post .post_ttl {
  margin-bottom: 30px;
}

.c_wrap .post .post_ttl h1 {
  padding-bottom: 7px;
  margin-bottom: 7px;
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px #dcdcdc;
  font-size: 25px;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 560px) {
  .c_wrap .post .post_ttl h1 {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 960px) {
  ul.acv_list li a {
    flex-wrap: wrap;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  ul.acv_list .news-ttl {
    width: 100%;
    margin-top: 10px;
  }
  ul.acv_list .news-time,
  ul.acv_list .news-label {
    width: 100px;
    font-size: 12px;
  }
}
@media print, screen and (min-width: 961px) {
  ul.acv_list .news-ttl {
    width: calc(100% - 260px);
    padding-left: 5vw;
  }
  ul.acv_list .news-time,
  ul.acv_list .news-label {
    width: 130px;
  }
  ul.acv_list li a {
    padding-top: 33px;
    padding-bottom: 33px;
  }
}
ul.acv_list li {
  border-bottom: solid 1px #dcdcdc;
}
ul.acv_list li:nth-child(1) {
  border-top: solid 1px #dcdcdc;
}
ul.acv_list li a {
  display: flex;
  align-items: center;
  line-height: 1.87;
  letter-spacing: 0.12em;
}
ul.acv_list .news-label {
  border-left: solid 1px #d1d4d8;
  text-align: center;
}

.cat-label span {
  display: inline-block;
  color: #858d98;
}

.post_ttl .date {
  text-align: right;
}

.c_wrap .sidebar {
  padding: 30px 15px;
  max-width: 350px;
  margin: 0 auto;
  border: solid 1px #dcdcdc;
  background-color: #fff;
}

@media only screen and (max-width: 767.9px) {
  .c_wrap .sidebar {
    margin: 30px auto 0;
  }
}
.c_wrap .sidebar h2 {
  margin-bottom: 10px;
  font-size: 110%;
}

.c_wrap .sidebar .list {
  margin-bottom: 30px;
}

.c_wrap .sidebar .list ul {
  margin-left: 2em;
}

.c_wrap .sidebar .list ul li {
  padding-bottom: 10px;
  list-style-type: disc;
  line-height: 1.5;
  font-size: 90%;
  font-weight: normal;
}

.c_wrap .sidebar select {
  width: 100%;
  padding: 10px 15px 10px;
  font-size: 90%;
  border: 1px solid #c7c7c7;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  font-size: 16px;
  background-color: #fff;
}

.c_wrap .sidebar select::-ms-expand {
  display: none;
}

.c_wrap .sidebar .archive ul {
  position: relative;
}

.c_wrap .sidebar .archive ul:before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  right: 15px;
  width: 7px;
  height: 7px;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  transform: rotate(45deg);
}

/* ----------
single_pager ------------------ */
.single_pager {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
}

.single_pager li {
  width: 32%;
  color: #707070;
}

.single_pager li.index {
  text-align: center;
}

.single_pager li:nth-child(3) {
  text-align: right;
}

.single_pager li a {
  display: inline-block;
  padding: 15px 0;
  font-size: 14px;
  transition: 0.5s;
  text-align: center;
  color: #707070;
}

@media print, screen and (max-width: 767.9px) {
  .single_pager li a {
    font-size: 12px;
  }
}
/* ----------
pagenation ------------------ */
.pagenation {
  margin-top: 65px;
}

.pagenation:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagenation ul li {
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation ul li:first-child {
  margin-left: 0;
}

.pagenation ul li.active {
  background-color: #161938;
  color: #fff;
  padding: 5px 10px;
}

.pagenation ul li a {
  background: rgba(26, 21, 21, 0.6);
  color: #fff;
  display: block;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.pagenation ul li a:hover {
  background-color: #161938;
  color: #fff;
  opacity: 1;
}

/*
	ビジュアルエディタ使用
*/
.article_text p {
  line-height: 2;
}

.article_text p:not(:last-of-type) {
  margin-bottom: 1em;
}

.article_text h1,
.article_text h2,
.article_text h3,
.article_text h4,
.article_text h5,
.article_text h6 {
  font-weight: bold;
  margin: 2em 0 1em;
}

.article_text ul {
  list-style: initial; /* ブラウザ標準に戻す */
  padding-left: 1.5em; /* インデント調整（必要に応じて） */
}

.article_text ol {
  list-style-type: decimal; /* 数字 */
  list-style-position: outside; /* 通常の外側表示 */
  padding-left: 1.5em; /* インデント（調整可能） */
}

.article_text li {
  margin-bottom: 0.5em; /* 各リストアイテムの間隔 */
}

.article_text li {
  margin-bottom: 0.5em;
}

.article_text blockquote {
  margin: 1em 0;
  padding: 1em;
  background: #f9f9f9;
  border-left: 4px solid #ccc;
}

.article_text strong {
  font-weight: bold;
}

.article_text em {
  font-style: italic;
}

@media print, screen and (max-width: 767.9px) {
  .article_text h1 {
    font-size: 200%;
  }
  .article_text h2 {
    font-size: 180%;
  }
  .article_text h3 {
    font-size: 150%;
  }
  .article_text h4 {
    font-size: 130%;
  }
  .article_text h5 {
    font-size: 110%;
  }
}
@media print, screen and (min-width: 768px) {
  .article_text h1 {
    font-size: 220%;
  }
  .article_text h2 {
    font-size: 200%;
  }
  .article_text h3 {
    font-size: 170%;
  }
  .article_text h4 {
    font-size: 150%;
  }
  .article_text h5 {
    font-size: 120%;
  }
}/*# sourceMappingURL=style.css.map */