@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  display: none;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 64%;
  margin: 0 0 23% auto;
}
.global-select select {
  padding: 6% 10% 6% 6%;
}

/*
# ドロワーメニュー
------------------------------------ */
.sp-menu-btn-wrp {
  top: 0;
  right: 3%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

.sp-menu-btn.active .top {
  transform: translateY(2.5vw) translateX(0px) rotate(45deg);
}

.sp-menu-btn.active .bottom {
  transform: translateY(-2.75vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 15% 6%;
  background: var(--color-black);
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 8% 0;
  font-size: var(--font-size-20);
  border-bottom: none;
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .active span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 11%;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
  display: block;
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 3%;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.current::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__side {
  border: 1px solid var(--primary-color);
  position: relative;
  padding: 56% 6% 15%;
  width: 80%;
  margin: 0 auto;
}
#drawer__nav .drawer__side-title {
  position: absolute;
  inset: 0 0 auto auto;
  width: 106%;
}
#drawer__nav .drawer__side .c-line__button {
  position: relative;
  z-index: 1;
  padding: 0 3% 0 26%;
  background-position: 5% 50%;
  margin-bottom: 5%;
}
#drawer__nav .drawer__side .c-tel__num {
  margin-bottom: 7%;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-line__button
------------------------*/
.c-line__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  border: 4px solid var(--color-black);
  border-radius: 6px;
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  font-size: var(--font-size-20);
  background: url(../../img/common/sns/LINE_logo.svg) left 20px center/35px no-repeat, var(--primary-color);
  line-height: 1.5;
}

/*
# c-restaurant__info
------------------------*/
.c-restaurant__info {
  text-align: center;
}
.c-restaurant__info .c-tel__num {
  padding-left: 6vw;
  color: var(--color-white);
  font-size: var(--font-size-28);
  line-height: 1;
  letter-spacing: 0;
  background: url(../../img/common/tel_ic.png) left bottom/4vw no-repeat;
  margin-bottom: 6%;
  font-weight: var(--font-weight-bold);
  display: inline-block;
}
.c-restaurant__info .c-restaurant__times .restaurant__time-item dt {
  background: var(--color-gray-dark);
  margin-bottom: 3%;
}
.c-restaurant__info .caution__text {
  line-height: 1;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table {
  text-align: left;
}
.com-table tr {
  display: block;
  padding: 6% 0;
}
.com-table tr th,
.com-table tr td {
  display: block;
}
.com-table tr th {
  margin-bottom: 4%;
}
.com-table tr td a[href^="tel:"],
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
}

/*==========================================
  共通ブロック・要素
  ===========================================*/
.com-content {
  text-align: left;
}
.com-content p {
  margin-bottom: 8%;
}
.com-content p:last-child {
  margin-bottom: 0;
}

.com-text {
  line-height: var(--body-line-height);
  letter-spacing: var(--body-letter-spacing);
}

#g-map h4 {
  font-size: var(--font-size-17);
  font-weight: var(--font-weight-bold);
  margin-bottom: 4%;
}
#g-map h4 span {
  padding-left: 5%;
}
#g-map .map {
  /*==========================================
  iframe レスポンシブ　アスペクト比を保ちながら縦横を伸縮
  ===========================================*/
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
#g-map .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/*
# .com-button
------------------------*/
.com-button {
  display: flex;
  align-items: center;
  font-size: var(--font-size-17);
  border-radius: 2vw;
  height: 16vw;
  background: var(--color-black);
  padding: 0 8%;
  box-shadow: 0 2vw var(--primary-color);
}
.com-button:hover {
  box-shadow: 0 1px var(--primary-color);
  transform: translateY(5px);
}
.com-button span {
  position: relative;
}
.com-button span::after {
  position: absolute;
  inset: 0 -8vw 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 1.5vw solid var(--color-white);
  border-right: 1.5vw solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0.1em;
}

.section-title {
  text-align: center;
  font-size: var(--font-size-28);
  margin-bottom: 12%;
}

.headline-title {
  font-size: var(--font-size-24);
  font-family: var(--sub-font-family);
  border-bottom: 1px solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.sub-title {
  position: relative;
  font-size: var(--font-size-25);
  text-align: center;
  margin-bottom: 12%;
}
.sub-title::before, .sub-title::after {
  position: absolute;
  content: "";
  background: url(../../img/common/sub-ttl_shape.png) center/100% no-repeat;
  width: 12%;
  height: 8vw;
  bottom: 1vw;
}
.sub-title::before {
  left: -8vw;
}
.sub-title::after {
  right: -8vw;
  transform: scale(-1, 1);
}

/*==========================================
header
===========================================*/
#header {
  width: 100%;
  height: 14vw;
  position: fixed;
  z-index: 1001;
  background: url(../../img/common/hd_bdr.png) bottom center repeat-x, url(../../img/common/body_bg.png);
}
#header .header__logo {
  position: absolute;
  inset: auto auto -13vw 4%;
  z-index: 1;
  width: 16%;
  line-height: 1;
}
#header .header__nav {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 117vw;
  background: url(../../img/top/mv/mv_bg.png) center top/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 6.25%;
}
#top-mv .mv__catch {
  width: 81%;
}

/*==========================================
footer
===========================================*/
#footer .footer__head-inbox {
  padding: 15% 8%;
}
#footer .footer__left {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5vw 11vw;
  margin-bottom: 12%;
}
#footer .footer__left .footer__logo {
  width: 35%;
}
#footer .footer__left .footer__sns-list {
  width: -moz-fit-content;
  width: fit-content;
  gap: 5vw;
  display: flex;
  align-items: center;
}
#footer .footer__left .footer__address {
  width: 100%;
}
#footer .footer__right .c-restaurant__info {
  text-align: center;
  margin-bottom: 12%;
}
#footer .footer__right .footer__nav-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 5vw 8vw;
}
#footer .footer__right .footer__nav-link {
  position: relative;
}
#footer .footer__right .footer__nav-link::before {
  position: absolute;
  content: "";
  width: 2.5vw;
  height: 1vw;
  margin: auto 0;
  inset: 0 auto 0 -5vw;
  background: var(--primary-color);
  z-index: 1;
  opacity: 0;
}
#footer .footer__right .footer__nav-link:hover::before {
  opacity: 1;
}
#footer .footer__right .footer__nav-link.current::before {
  opacity: 1;
}
#footer .footer__bottom .footer__inbox {
  padding: 0;
}
#footer .footer__bottom-nav .footer__nav-list {
  padding: 6% 4%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: var(--font-size-12);
  gap: 3vw 2vw;
}

#copyright {
  background: var(--primary-color);
  padding: 2% 0;
  word-break: normal;
  text-align: center;
}
#copyright small {
  font-size: var(--font-size-12);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  position: fixed;
  bottom: 8%;
  right: 2%;
  z-index: 999;
  font-size: var(--font-size-12);
  letter-spacing: 0;
}
.pagetop::before {
  width: 8vw;
  height: 8vw;
  content: "\f286";
  background: var(--color-white);
  color: var(--color-black);
  font-weight: var(--font-weight-black);
  border-radius: 50%;
  font-size: var(--font-size-20);
  inset: -10vw 0 auto;
  margin: 0 auto;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 55vw;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: 50%;
  height: 140vw;
  background: url(../../img/sv/sv_shape.png) center/100% no-repeat;
  inset: 0 auto auto 0;
  z-index: -1;
}
.lower-sv .sv__title {
  width: 88%;
  margin: 0 auto;
  font-size: var(--font-size-30);
  position: absolute;
  inset: auto 0 20%;
}

#kodawari-sv {
  background: url(../../img/sv/kodawari-sv_bg.png) center top/cover no-repeat;
}

#menu-sv {
  background: url(../../img/sv/menu-sv_bg.png) center top/cover no-repeat;
}

#scene-sv {
  background: url(../../img/sv/scene-sv_bg.png) center top/cover no-repeat;
}

#info-sv {
  background: url(../../img/sv/info-sv_bg.png) center top/cover no-repeat;
}

#contact-sv {
  background: url(../../img/sv/contact-sv_bg.png) center top/cover no-repeat;
}

#news-sv {
  background: url(../../img/sv/news-sv_bg.png) center top/cover no-repeat;
}

#complete-sv {
  background: url(../../img/sv/complete-sv_bg.png) center top/cover no-repeat;
}

#site-sv {
  background: url(../../img/sv/site-sv_bg.png) center top/cover no-repeat;
}

#privacy-sv {
  background: url(../../img/sv/privacy-sv_bg.png) center top/cover no-repeat;
}

#e404-sv {
  background: url(../../img/sv/e404-sv_bg.png) center top/cover no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-news
------------------------*/
#top-news {
  padding: 10% 0 20%;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__wrap {
  background: url(../../img/top/news_bg.jpg) center/cover no-repeat;
  padding: 12% 6%;
  border-radius: 6px;
}
#top-news .news__title {
  text-align: center;
  margin-bottom: 12%;
}
#top-news .news__title span {
  display: block;
}
#top-news .news__title .title-en {
  width: 45%;
  margin: 0 auto 3%;
}
#top-news .news__title .title-ja {
  font-size: var(--font-size-24);
}
#top-news .news__post-list {
  gap: 5vw;
  display: flex;
  overflow-x: scroll;
}
#top-news .news__post-list .news__post {
  width: 50vw;
}
#top-news .news__post-list .news__post-link {
  display: block;
  padding: 4%;
  background: var(--color-black);
}
#top-news .news__post-list .news__post-thumb {
  width: 100%;
  height: 46vw;
  margin-bottom: 4%;
}
#top-news .news__post-list .news__post-date {
  color: var(--color-gray);
  font-size: var(--font-size-17);
  letter-spacing: 0;
}
#top-news .news__post-list .news__post-title {
  font-size: var(--font-size-17);
  width: 100%;
}
#top-news .news__post-list .news__post-tags {
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 3%;
}
#top-news .news__post-list .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  background: var(--primary-color);
  padding: 0 1.5vw;
}
#top-news .news__button {
  width: 85%;
  margin: 15% auto 0;
}

/*
# top-kodawari
------------------------*/
#top-kodawari {
  padding: 22% 0;
}
#top-kodawari .kodawari__wrap {
  border: 1.5vw solid #705d53;
  background: url(../../img/top/kodawari-lt_img.png) left top/100% no-repeat, url(../../img/top/kodawari-rt_img.png) right top 15vw/70% no-repeat, url(../../img/top/kodawari-r_deco.png) right bottom/55% no-repeat, #161616;
  position: relative;
  padding: 22% 5% 12%;
}
#top-kodawari .kodawari__wrap .kodawari__title {
  text-align: center;
  width: 92%;
  margin: -50% auto 12%;
}
#top-kodawari .kodawari__wrap .kodawari__content .kodawari__button {
  width: 100%;
  margin: 10% auto 0;
}

/*
# top-menu
------------------------*/
#top-menu {
  padding: 20% 0;
}
#top-menu .menu__inbox {
  padding: 0;
}
#top-menu .menu__title {
  width: 84%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}
#top-menu .menu__title::before, #top-menu .menu__title::after {
  width: 12%;
  height: 14vw;
}
#top-menu .menu__title::before {
  left: 0;
}
#top-menu .menu__title::after {
  right: 0;
}
#top-menu .menu__title .title-img-markup {
  width: 34%;
  position: absolute;
  inset: -3vw auto auto 0;
}
#top-menu .menu__title .title-text {
  font-size: var(--font-size-30);
  line-height: 1.3;
}
#top-menu .menu__title .title-text em {
  color: var(--primary-color);
  font-size: var(--font-size-40);
  display: block;
}
#top-menu .menu__wrap .menu__item {
  position: relative;
  z-index: 1;
  padding: 15% 8%;
  margin-bottom: 25%;
  background: url(../../img/top/menu-content_bg.png) center/270vw no-repeat;
}
#top-menu .menu__wrap .menu__item:last-child {
  margin-bottom: 0;
}
#top-menu .menu__wrap .menu__item-title {
  padding-bottom: 12%;
  position: relative;
  z-index: 1;
}
#top-menu .menu__wrap .menu__item-title::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 162px;
  background: url(../../img/top/menu-name_shape.png) center/100% no-repeat;
  z-index: -1;
  inset: auto auto -8vw 0;
}
#top-menu .menu__more-button {
  width: 84%;
  margin: 20% auto 0;
  display: block;
  border: 1vw solid var(--color-white);
  position: relative;
  z-index: 2;
  text-align: center;
  background: url(../../img/top/menu-more_bg.png);
}
#top-menu .menu__more-button:hover {
  transform: translateY(10px);
}
#top-menu .menu__more-button::before, #top-menu .menu__more-button::after {
  position: absolute;
  content: "";
  z-index: 1;
}
#top-menu .menu__more-button::before {
  width: 25%;
  height: 19vw;
  background: url(../../img/top/menu-more-l_img.png) center/100% no-repeat;
  inset: -4vw auto auto -8%;
}
#top-menu .menu__more-button::after {
  width: 30%;
  height: 18vw;
  background: url(../../img/top/menu-more-r_img.png) center/100% no-repeat;
  inset: -6vw -9% 0 auto;
  z-index: 1;
}
#top-menu .menu__more-button .menu__button-text {
  padding: 6% 0;
}
#top-menu .menu__more-button .menu__button-text img {
  width: 55%;
}
#top-menu .menu__more-button .menu__button-small-text {
  padding: 2% 0;
  background: url(../../img/top/menu-more-small_bg.png);
}
#top-menu .menu__more-button .menu__button-small-text span {
  position: relative;
}
#top-menu .menu__more-button .menu__button-small-text span::after {
  position: absolute;
  inset: 0 -6vw 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 1.5vw solid var(--color-white);
  border-right: 1.5vw solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
}

/*
# top-scene
------------------------*/
#top-scene .scene__title {
  margin-bottom: 13%;
  text-align: center;
  position: relative;
  padding-top: 23%;
}
#top-scene .scene__title .title-img-markup {
  width: 28%;
  position: absolute;
  inset: 0 auto auto 0;
}
#top-scene .scene__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 5vw 2%;
}
#top-scene .scene__list .scene__item {
  width: 49%;
  text-align: center;
  position: relative;
  padding-bottom: 7vw;
}
#top-scene .scene__list .scene__item-title {
  width: 40vw;
  height: 40vw;
  border-radius: 50%;
  font-size: var(--font-size-21);
  position: relative;
  line-height: 1.4;
  padding: 11vw 0 0;
}
#top-scene .scene__list .scene__item-title::before {
  position: absolute;
  content: "";
  width: calc(100% - 1vw);
  height: calc(100% - 1vw);
  border-radius: 50%;
  inset: 0;
  margin: auto;
  border: 1px solid;
}
#top-scene .scene__list .scene__item-title span {
  display: block;
  transform: rotate(-7deg);
}
#top-scene .scene__list .scene__item:nth-child(1) .scene__item-title {
  background: url(../../img/top/scene-item01_bg.png) bottom center no-repeat, var(--primary-color);
}
#top-scene .scene__list .scene__item:nth-child(2) .scene__item-title {
  background: url(../../img/top/scene-item02_bg.png) bottom center no-repeat, var(--primary-color);
}
#top-scene .scene__list .scene__item:nth-child(3) .scene__item-title {
  background: url(../../img/top/scene-item03_bg.png) bottom center no-repeat, var(--primary-color);
}
#top-scene .scene__list .scene__item:nth-child(4) .scene__item-title {
  background: url(../../img/top/scene-item04_bg.png) bottom center no-repeat, var(--primary-color);
}
#top-scene .scene__list .scene__item-text {
  background: var(--color-black);
  padding: 6% 1%;
  font-size: var(--font-size-11);
  position: absolute;
  inset: auto 0 0;
}
#top-scene .scene__button {
  width: 85%;
  margin: 12% auto 0;
}

/*
# top-info
------------------------*/
#top-info {
  padding: 18% 0;
}
#top-info #g-map iframe {
  border: 1vw solid var(--color-brown);
  box-shadow: 1vw 1vw var(--primary-color);
}
#top-info .info__line {
  margin-bottom: 10%;
  padding: 12% 0 0;
  background: url(../../img/top/info-inbox_bg.png) center top/100% no-repeat;
}
#top-info .info__line-img-text {
  text-align: center;
  margin-bottom: 6%;
}
#top-info .info__line .c-line__button {
  font-size: var(--font-size-17);
  padding: 0 3% 0 20%;
  margin-bottom: 8%;
}
#top-info .info__line .info__restaurant-info {
  background: var(--color-black);
  box-shadow: 1vw 1vw var(--color-white);
  padding: 12% 6%;
}
#top-info .info__button {
  width: 85%;
  margin: 15% auto 0;
}

/*==========================================
kodawari
===========================================*/
/*
# kodawari-wrap
------------------------*/
.kodawari__part {
  position: relative;
  z-index: 1;
}
.kodawari__part::before {
  position: absolute;
  content: "";
  width: 75%;
  height: 80vw;
  z-index: -1;
  background: url(../../img/kodawari/kodawari_bg.png) center/100% no-repeat;
  top: 0;
}
.kodawari__part::before {
  right: 0;
}
.kodawari__part:nth-child(even)::before {
  left: 0;
  transform: scale(-1, 1);
}
.kodawari__part:nth-child(even) .kodawari__headline .kodawari__headline-caption {
  margin-left: auto;
}
.kodawari__part .kodawari__title {
  text-align: center;
  margin-bottom: 12%;
}
.kodawari__part .kodawari__title span {
  display: inline-block;
  padding-bottom: 3%;
  background: url(../../img/kodawari/kodawari-ite-ttl_bdr.png) bottom center no-repeat;
}
.kodawari__part .kodawari__headline {
  margin-bottom: 15%;
}
.kodawari__part .kodawari__headline-fig {
  position: relative;
  margin-bottom: 2%;
  min-height: 58vw;
  z-index: 1;
}
.kodawari__part .kodawari__headline-fig .kodawari__headline-img {
  position: absolute;
  inset: 5% 0 auto;
  z-index: -1;
}
.kodawari__part .kodawari__headline-fig .kodawari__headline-caption {
  width: 46%;
}
.kodawari__part .kodawari__menu-list .kodawari__card-caption-markup {
  width: 33%;
  position: absolute;
  inset: -17vw auto auto -12%;
}
.kodawari__part .kodawari__button {
  width: 85%;
  margin: 15% auto 0;
}

.com-card__list .com-card__item {
  width: 88%;
  margin: 0 auto 13%;
}
.com-card__list .com-card__item:last-child {
  margin-bottom: 0;
}
.com-card__list .com-card__item .com-card__img {
  margin-bottom: 5%;
}
.com-card__list .com-card__item .com-card__caption {
  font-size: var(--font-size-25);
  margin-bottom: 5%;
  text-align: left;
  text-shadow: 0 2px 5px var(--color-black);
  position: relative;
  z-index: 1;
}
.com-card__list .com-card__item .com-card__caption::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 19vw;
  inset: auto auto -10vw 0;
  background: url(../../img/kodawari/kodawari-01-sub-name_deco.png) center/100% no-repeat;
  z-index: -1;
}
.com-card__list .com-card__item .com-card__caption span {
  font-size: var(--font-size-18);
  display: block;
}
.com-card__list .com-card__item .com-card__price {
  text-align: right;
  text-shadow: 0 2px 5px var(--color-black);
  font-size: var(--font-size-25);
  position: relative;
  z-index: 1;
}
.com-card__list .com-card__item .com-card__price::first-letter {
  font-size: var(--font-size-20);
}

/*==========================================
menu
===========================================*/
.menu__page-nav {
  padding: 12% 8%;
}
.menu__page-nav .menu__intax-text {
  text-align: center;
  margin-bottom: 12%;
}
.menu__page-nav .menu__nav-list {
  display: flex;
  justify-content: center;
  gap: 5vw 4%;
}
.menu__page-nav .menu__nav-list .menu__nav-item {
  width: 48%;
}
.menu__page-nav .menu__nav-list .menu__nav-item .menu__nav-link {
  font-size: var(--font-size-15);
}
.menu__page-nav .menu__nav-list .menu__nav-item .menu__nav-link span {
  display: block;
  width: 100%;
}
.menu__page-nav .menu__nav-list .menu__nav-item .menu__nav-link span::after {
  right: 2%;
  transform: rotate(135deg);
}

/*
# menu-course
------------------------*/
#menu-course .course__text {
  margin-bottom: 15%;
}
#menu-course .course__item {
  position: relative;
  margin-bottom: 25%;
}
#menu-course .course__item:last-child {
  margin-bottom: 0;
}
#menu-course .course__item-otegaru .course__name-wrap {
  background: url(../../img/menu/course-otegaru_bg.png) center/cover no-repeat;
}
#menu-course .course__item-jujitsu .course__name-wrap {
  background: url(../../img/menu/course-jujitsu_bg.png) center/cover no-repeat;
}
#menu-course .course__item-tokusen .course__name-wrap {
  background: url(../../img/menu/course-tokusen_bg.png) center/cover no-repeat;
}
#menu-course .course__item .course__name-wrap {
  position: relative;
  height: 60vw;
  width: 100%;
  border: 1vw solid #705d53;
  margin-bottom: 8%;
}
#menu-course .course__item .course__name-wrap .course__name {
  width: 34%;
  position: absolute;
  top: -10vw;
  margin: 0 auto;
  z-index: 1;
}
#menu-course .course__item .course__name-wrap .course__price {
  width: 58%;
  position: absolute;
  bottom: -0.75vw;
}
#menu-course .course__item-content .course__content-title {
  font-size: var(--font-size-24);
  border-bottom: 2px solid;
  margin-bottom: 5%;
  padding-bottom: 3%;
}
#menu-course .course__item-content .course__content-list li {
  line-height: 1.6;
}
#menu-course .course__item-content .course__content-list li::before {
  content: "・";
}
#menu-course .course__item:nth-child(odd) .course__name {
  right: 0;
}
#menu-course .course__item:nth-child(odd) .course__price {
  left: -10%;
}
#menu-course .course__item:nth-child(2) .course__name {
  width: 45%;
}
#menu-course .course__item:nth-child(even) .course__name {
  left: 0;
}
#menu-course .course__item:nth-child(even) .course__price {
  right: -10%;
}

/*
# menu-single
------------------------*/
#menu-single .single__text {
  margin-bottom: 12%;
}
#menu-single .single__content {
  padding: 12% 6%;
  text-align: center;
  margin-bottom: 15%;
}
#menu-single .single__content:last-child {
  margin-bottom: 0;
}
#menu-single .single__content-title {
  display: inline-block;
}
#menu-single .single__content .single__post-list .single__post-item {
  margin-bottom: 7%;
}
#menu-single .single__content .single__post-list .single__post-item:last-child {
  margin-bottom: 0;
}
#menu-single .single__content .single__post-list .single__post-link {
  justify-content: center;
  font-size: var(--font-size-19);
  height: 16vw;
}
#menu-single .single__content .single__post-list .single__post-link span {
  width: 100%;
  display: block;
}
#menu-single .single__content .single__post-list .single__post-link span::after {
  right: 2%;
}

/*
# menu-detail
------------------------*/
#menu-detail .menu__item {
  margin-bottom: 10%;
  padding: 10% 6%;
}
#menu-detail .menu__item:last-child {
  margin-bottom: 0;
}
#menu-detail .menu__item-img {
  width: 40vw;
  height: 40vw;
  margin: 0 auto 6%;
}
#menu-detail .menu__item-img img {
  border: 4px solid var(--color-white);
}
#menu-detail .menu__item-meta {
  border-bottom: 2px solid;
  padding-bottom: 3%;
}
#menu-detail .menu__item-name {
  font-size: var(--font-size-25);
  margin-bottom: 3%;
}
#menu-detail .menu__item-price {
  font-size: var(--font-size-20);
  text-align: right;
}

/*==========================================
scene
===========================================*/
.scene__wrap .scene__item .scene__title-wrap {
  position: relative;
  margin-bottom: 10%;
}
.scene__wrap .scene__item .scene__title-wrap .scene__title {
  position: absolute;
  width: 38vw;
  height: 38vw;
  border-radius: 50%;
  font-size: var(--font-size-20);
  line-height: 1.3;
  transform: rotate(-8deg);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: url(../../img/scene/scene-ttl_bg.png) center/100% no-repeat;
  top: -12vw;
}
.scene__wrap .scene__item .scene__title-wrap .scene__title::before {
  position: absolute;
  content: "";
  width: calc(100% - 1.5vw);
  height: calc(100% - 1.5vw);
  border-radius: 50%;
  inset: 0;
  margin: auto;
  border: 1px solid;
}
.scene__wrap .scene__item:nth-child(odd) .scene__title-wrap .scene__title {
  right: 0;
}
.scene__wrap .scene__item:nth-child(even) .scene__title-wrap .scene__title {
  left: 0;
}
.scene__wrap .scene__item .scene__content-title {
  font-size: var(--font-size-20);
  margin-bottom: 6%;
  line-height: 1.6;
}

/*==========================================
info
===========================================*/
.info__page-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 7vw 4%;
}
.info__page-list .info__page-item {
  width: 48%;
}
.info__page-list .info__page-item:nth-child(3) {
  width: 60%;
}

/*
# info-access
------------------------*/
#info-access .access__text {
  margin-bottom: 12%;
  font-size: var(--font-size-18);
}
#info-access #g-map iframe {
  border: 1vw solid var(--color-black);
}

/*
# info-gallery
------------------------*/
#info-gallery .gallery__list {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  gap: 5vw 4%;
}
#info-gallery .gallery__list .gallery__item {
  width: 48%;
  height: 42vw;
  border: 1vw solid var(--color-white);
  box-shadow: 1vw 1vw var(--color-white);
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 14% 0;
}
.column__wrap .column__list .column__post:first-child a {
  padding-top: 0;
}
.column__wrap .column__list .column__post-meta {
  margin-bottom: 4%;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.column__wrap .column__list .column__post-meta time {
  width: -moz-fit-content;
  width: fit-content;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-left: 2vw;
  gap: 1vw 1.5vw;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 0 0.75vw;
  font-size: var(--font-size-11);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-17);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-13);
}
.column__wrap .column__list .more-btn {
  width: 45%;
  font-size: 3.2vw;
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 3% 2%;
  display: block;
  color: var(--color-white);
  transition: all 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) a {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb {
  width: 40%;
  height: 33vw;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 55%;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10%;
}
.single__post-meta time {
  font-size: var(--font-size-13);
  width: 27%;
  font-weight: normal;
  padding: 0.5vw 0;
}
.single__post-meta .category-label {
  display: flex;
  width: 70%;
  flex-wrap: wrap;
  align-items: center;
  gap: 1vw;
}
.single__post-meta .category-label li {
  font-size: var(--font-size-13);
}
.single__post-meta .category-label li a {
  padding: 0 1vw;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  margin-bottom: 15%;
}
#contact .contact__form-item .contact__form-label .required {
  /*==========================================
  上下中央揃え
  ===========================================*/
  position: absolute;
  top: 50%; /* Safari用 */
  transform: translateY(-50%);
  z-index: 10;
  right: 10px;
}
#contact .contact__form-item .contact__form-input {
  padding: 3% 0;
}
#contact .contact__form-item .contact__form-input .contact__form-list li {
  margin-bottom: 5%;
}
#contact .contact__form-item .contact__form-input .contact__form-list li:last-child {
  margin-bottom: 0;
}
#contact .contact__form-item .contact__form-input textarea {
  height: 37vw;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: left;
}
#contact .contact__form-value {
  padding: 3%;
}
#contact .contact__form-select {
  width: 50%;
  position: relative;
}
#contact .contact__form-select::after {
  inset: 0 5% 0 auto;
  width: 1.5vw;
  height: 1.5vw;
}
#contact .contact__form-select select {
  padding: 6% 7% 6% 4%;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 95px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 73%;
}
#contact .contact__form #address {
  margin-top: 4%;
}
#contact .contact__form .upload-item-wrap .select-img-wrap {
  display: flex;
  justify-content: space-between;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 45%;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 50%;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .ancion-btn,
#contact .contact__form .upload-item-wrap .ancion-btn-wrap .upload-button {
  font-size: var(--font-size-13);
}
#contact .contact__submits-wrap {
  margin-top: 10%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 75%;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 52%;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 40%;
}
#contact input[type=button],
#contact input[type=submit],
#contact .contact-submits-wrap button {
  padding: 6% 2%;
}
#contact input[type=submit],
#contact select {
  -webkit-appearance: none;
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 15%;
  text-align: left;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

/*==========================================
  site
  ===========================================*/
#site-map .sitemap__item-link {
  padding: 4% 0 4% 8%;
}

/*==========================================
  プライバシーポリシー(LPフレーム時)
  ===========================================*/