@charset "UTF-8";
/*==========================================
コンポーネントファイル
===========================================*/
/*
# パンくずリスト
------------------------*/
div .bread {
  font-size: var(--font-size-14);
  position: relative;
  z-index: 100;
}
div .bread .breadcrumbs {
  position: absolute;
  width: 1080px;
  margin: 0 auto;
  inset: 10px auto auto 0;
  gap: 10px 20px;
}
div .bread li {
  color: var(--primary-color);
  position: relative;
}
div .bread li::after {
  content: " > ";
  color: var(--body-font-color);
  position: absolute;
  inset: 0 -15px 0 auto;
  margin: auto 0;
}
div .bread li:last-child::after {
  content: "";
}
div .bread li a {
  color: var(--body-font-color);
}
div .bread li a:hover {
  text-decoration: underline;
}

/*
# 一覧ぺージ用カテゴリ(セレクトボックス)
------------------------*/
.global-select {
  width: 300px;
  margin: 0 0 45px auto;
}
.global-select select {
  padding: 15px 37px 15px 15px;
}

/*
# 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: 25px;
  color: var(--color-white);
  font-size: var(--font-size-36);
  line-height: 1;
  letter-spacing: 0;
  background: url(../../img/common/tel_ic.png) left center no-repeat;
  margin-bottom: 15px;
  font-weight: var(--font-weight-bold);
  display: inline-block;
}
.c-restaurant__info .c-restaurant__times .restaurant__time-item {
  font-size: var(--font-size-17);
}
.c-restaurant__info .c-restaurant__times .restaurant__time-item dt {
  background: var(--color-gray-dark);
  margin-bottom: 5px;
}
.c-restaurant__info .caution__text {
  line-height: 1;
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  border-bottom: none;
}
.com-table tr th {
  padding: 15px 10px;
  width: 200px;
  background: var(--primary-color);
  vertical-align: top;
  color: var(--color-white);
  border-bottom: 1px solid var(--color-black);
}
.com-table tr td {
  width: calc(100% - 200px);
  padding: 15px 20px;
  background: var(--color-black);
  border-bottom: 1px solid var(--primary-color);
}
.com-table tr td a[href^="mailto:"] {
  text-decoration: underline;
}
.com-table tr td .tel__text {
  display: block;
  line-height: 1.3;
}

/*==========================================
共通ブロック・要素
===========================================*/
.com-content p {
  margin-bottom: 30px;
}
.com-content p:last-child {
  margin-bottom: 0;
}

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

#g-map h4 {
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  margin-bottom: 5px;
}
#g-map h4 span {
  padding-left: 20px;
}
#g-map .map {
  height: 400px;
  /*==========================================
  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-20);
  border-radius: 6px;
  height: 60px;
  background: var(--color-black);
  padding: 0 25px;
  box-shadow: 0 6px 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 -30px 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 4px solid var(--color-white);
  border-right: 4px 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: 6rem;
  margin-bottom: 30px;
}

.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-40);
  text-align: center;
  margin-bottom: 35px;
}
.sub-title::before, .sub-title::after {
  position: absolute;
  content: "";
  background: url(../../img/common/sub-ttl_shape.png) center/100% no-repeat;
  width: 34px;
  height: 48px;
  bottom: 10px;
}
.sub-title::before {
  left: -55px;
}
.sub-title::after {
  right: -55px;
  transform: scale(-1, 1);
}

/*==========================================
header
===========================================*/
#header {
  width: 100%;
  padding-right: 295px;
  position: fixed;
  z-index: 1001;
  background: url(../../img/common/hd_bdr.png) bottom center repeat-x, url(../../img/common/body_bg.png);
}
@media screen and (max-width: 1600px) {
  #header {
    padding-right: 10%;
  }
}
#header .header__logo {
  position: absolute;
  inset: auto auto -70px 30px;
  z-index: 1;
}
#header .header__nav-list {
  gap: 0 15px;
}
#header .header__nav-link {
  display: block;
  padding: 40px 0;
  position: relative;
  font-size: var(--font-size-20);
}
#header .header__nav-link::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 33px;
  background: var(--primary-color);
  inset: 0 0 auto;
  margin: 0 auto;
  opacity: 0;
}
#header .header__nav-link:hover::before {
  opacity: 1;
}
#header .header__nav-link.current::before {
  opacity: 1;
}
#header .header__side {
  width: 315px;
  position: fixed;
  inset: 100px -1px auto auto;
  z-index: 1001;
  background: var(--color-black);
  border: 1px solid var(--primary-color);
}
@media screen and (max-width: 1600px) {
  #header .header__side {
    right: -260px;
    transition: all 0.3s;
  }
  #header .header__side:hover {
    right: 0;
    cursor: default;
  }
}
#header .header__side-heading {
  width: 55px;
  border-right: 1px solid var(--primary-color);
  font-weight: var(--font-weight-bold);
  writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--font-size-20);
  letter-spacing: 0.65em;
}
#header .header__side-inner {
  width: 260px;
  padding: 115px 15px 15px;
  position: relative;
}
#header .header__side-title {
  width: 278px;
  position: absolute;
  inset: -50px auto auto -20px;
}
#header .header__side .c-line__button {
  position: relative;
  z-index: 1;
  font-size: var(--font-size-17);
  padding: 0 15px 0 70px;
  margin-bottom: 15px;
}
#header .header__side .c-tel__num {
  font-size: var(--font-size-26);
  font-weight: var(--font-weight-bold);
  background-size: 15px 21px;
  padding-left: 20px;
  margin-bottom: 10px;
}
#header .header__side .c-restaurant__times .restaurant__time-item {
  font-size: var(--font-size-14);
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 56.562vw;
  min-height: 700px;
  background: url(../../img/top/mv/mv_bg.png) center top -7px/100% no-repeat;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 6.25%;
}
#top-mv .mv__catch {
  width: 46.25%;
}

/*==========================================
footer
===========================================*/
#footer .footer__head-inbox {
  padding: 80px 0;
}
#footer .footer__left {
  width: 445px;
  gap: 40px 35px;
}
#footer .footer__left .footer__sns-list {
  width: -moz-fit-content;
  width: fit-content;
  gap: 20px;
}
#footer .footer__left .footer__address {
  width: 100%;
  font-size: var(--font-size-17);
}
#footer .footer__right {
  width: 555px;
}
#footer .footer__right .c-restaurant__info {
  text-align: right;
  margin-bottom: 60px;
}
#footer .footer__right .c-restaurant__info .c-tel__num {
  font-size: var(--font-size-26);
  line-height: 1;
  background-size: 15px 21px;
}
#footer .footer__right .footer__nav-list {
  gap: 15px;
}
#footer .footer__right .footer__nav-link {
  position: relative;
}
#footer .footer__right .footer__nav-link::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 7px;
  margin: 0 auto;
  inset: -10px 0 auto;
  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 {
  background: var(--primary-color);
  padding: 10px 0;
}
#footer .footer__bottom-nav .footer__nav-list {
  font-size: var(--font-size-14);
  gap: 10px;
}

#copyright {
  word-break: normal;
  text-align: center;
}
#copyright small {
  font-size: var(--font-size-14);
}
#copyright a {
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 540px;
  position: relative;
  z-index: 1;
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: 935px;
  height: 540px;
  background: url(../../img/sv/sv_shape.png) top center/100% no-repeat;
  inset: 0 auto auto 0;
  z-index: -1;
}
.lower-sv .sv__title {
  width: 1080px;
  margin: 0 auto;
  font-size: 6rem;
  position: absolute;
  inset: auto 0 30%;
}

#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: 30px 0 115px;
}
#top-news .news__inbox {
  position: relative;
}
#top-news .news__wrap {
  background: url(../../img/top/news_bg.jpg) center/cover no-repeat;
  padding: 55px 60px;
  border-radius: 6px;
}
#top-news .news__title span {
  display: block;
}
#top-news .news__title .title-ja {
  font-size: var(--font-size-30);
  margin-top: 10px;
}
#top-news .news__post-list {
  width: 640px;
  gap: 20px;
}
#top-news .news__post-list .news__post {
  width: 200px;
}
#top-news .news__post-list .news__post-link {
  display: block;
  padding: 10px;
  background: var(--color-black);
}
#top-news .news__post-list .news__post-thumb {
  width: 100%;
  height: 180px;
  margin-bottom: 10px;
}
#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: 5px;
  margin-top: 5px;
}
#top-news .news__post-list .news__post-tags .news__post-tag {
  font-size: var(--font-size-14);
  background: var(--primary-color);
  padding: 0 3px;
}
#top-news .news__button {
  width: 230px;
  position: absolute;
  inset: 220px auto auto 60px;
}

/*
# top-kodawari
------------------------*/
#top-kodawari {
  padding: 115px 0;
}
#top-kodawari .kodawati__inbox {
  width: 1280px;
}
#top-kodawari .kodawari__wrap {
  background: url(../../img/top/kodawari-wrap_bg.png) center/100% no-repeat, url(../../img/top/kodawari-lt_img.png) left top no-repeat, url(../../img/top/kodawari-rt_img.png) right top 55px no-repeat, url(../../img/top/kodawari-r_deco.png) right bottom no-repeat, #161616;
  position: relative;
  padding: 235px 7.8125% 140px;
}
#top-kodawari .kodawari__wrap .kodawari__title {
  width: 43.515%;
  position: absolute;
  inset: -68px auto auto 6.25%;
}
#top-kodawari .kodawari__wrap .kodawari__content {
  width: 45.8333%;
  margin-left: auto;
}
#top-kodawari .kodawari__wrap .kodawari__content .kodawari__button {
  width: 320px;
  margin: 35px auto 0;
}

/*
# top-menu
------------------------*/
#top-menu {
  padding: 85px 0 110px;
}
#top-menu .menu__title {
  width: 440px;
  margin: 0 auto;
  text-align: center;
}
#top-menu .menu__title::before, #top-menu .menu__title::after {
  width: 98px;
  height: 143px;
}
#top-menu .menu__title::before {
  left: -110px;
}
#top-menu .menu__title::after {
  right: -110px;
}
#top-menu .menu__title .title-img-markup {
  position: absolute;
  inset: -15px auto auto -44px;
}
#top-menu .menu__title .title-text {
  font-size: 6rem;
  line-height: 1.3;
}
#top-menu .menu__title .title-text em {
  color: var(--primary-color);
  font-size: 9rem;
  display: block;
}
#top-menu .menu__wrap .menu__item {
  position: relative;
  z-index: 1;
  padding: 145px 0 50px;
  margin-bottom: 115px;
}
#top-menu .menu__wrap .menu__item:last-child {
  margin-bottom: 0;
}
#top-menu .menu__wrap .menu__item::before {
  position: absolute;
  content: "";
  width: 1403px;
  height: 932px;
  background: url(../../img/top/menu-content_bg.png) center/100% no-repeat;
  z-index: -1;
  top: -120px;
}
#top-menu .menu__wrap .menu__item-title {
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}
#top-menu .menu__wrap .menu__item-title::before {
  position: absolute;
  content: "";
  width: 696px;
  height: 162px;
  background: url(../../img/top/menu-name_shape.png) center/100% no-repeat;
  z-index: -1;
  inset: auto auto -40px -80px;
}
#top-menu .menu__wrap .menu__item-img {
  position: absolute;
  top: 0;
  z-index: 2;
}
#top-menu .menu__wrap .menu__item:nth-child(odd)::before {
  right: -515px;
}
#top-menu .menu__wrap .menu__item:nth-child(odd) .menu__item-img {
  left: -198px;
}
#top-menu .menu__wrap .menu__item:nth-child(odd) .menu__item-content {
  width: 445px;
  margin-left: auto;
}
#top-menu .menu__wrap .menu__item:nth-child(odd) .menu__item-content .menu__item-text {
  padding-right: 20px;
}
#top-menu .menu__wrap .menu__item:nth-child(odd) .menu__item-title {
  text-align: right;
}
#top-menu .menu__wrap .menu__item:nth-child(odd) .menu__item-title::before {
  left: -155px;
}
#top-menu .menu__wrap .menu__item:nth-child(even)::before {
  left: -515px;
}
#top-menu .menu__wrap .menu__item:nth-child(even) .menu__item-img {
  right: -215px;
  top: -63px;
}
#top-menu .menu__wrap .menu__item:nth-child(even) .menu__item-content {
  width: 665px;
}
#top-menu .menu__wrap .menu__item:nth-child(even) .menu__item-content .menu__item-text {
  width: 540px;
  padding-left: 65px;
}
#top-menu .menu__more-button {
  margin-top: 110px;
  display: block;
  border: 6px 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: 357px;
  height: 274px;
  background: url(../../img/top/menu-more-l_img.png) center/100% no-repeat;
  inset: -20px auto 0 -47px;
}
#top-menu .menu__more-button::after {
  width: 444px;
  height: 285px;
  background: url(../../img/top/menu-more-r_img.png) center/100% no-repeat;
  inset: -50px -70px 0 auto;
  z-index: 1;
}
#top-menu .menu__more-button .menu__button-text {
  padding: 25px 0;
}
#top-menu .menu__more-button .menu__button-small-text {
  padding: 10px 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 -30px 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 12px;
  height: 12px;
  border-top: 4px solid var(--color-white);
  border-right: 4px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
}

/*
# top-scene
------------------------*/
#top-scene .scene__title {
  margin-bottom: 55px;
  text-align: center;
}
#top-scene .scene__list {
  width: 940px;
  margin: 0 auto;
  gap: 50px 40px;
}
#top-scene .scene__list .scene__item {
  width: 450px;
  text-align: center;
  position: relative;
}
#top-scene .scene__list .scene__item-title {
  width: 420px;
  height: 420px;
  border-radius: 50%;
  font-size: var(--font-size-50);
  position: relative;
  line-height: 1.4;
  padding: 70px 0 0;
}
#top-scene .scene__list .scene__item-title::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  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: 15px 0;
  position: absolute;
  inset: auto 0 0;
}
#top-scene .scene__button {
  width: 320px;
  margin: 80px auto 0;
}

/*
# top-info
------------------------*/
#top-info {
  padding: 50px 0 15px;
}
#top-info .info__inbox {
  width: clamp(1200px, 70.5729%, 1355px);
  padding: 45px 0 100px;
  background: url(../../img/top/info-inbox_bg.png) right top/67.38% no-repeat;
}
#top-info .info__inner {
  width: 990px;
  margin: 0 auto;
}
#top-info #g-map {
  width: 540px;
}
#top-info #g-map iframe {
  border: 6px solid var(--color-brown);
  box-shadow: 15px 15px var(--primary-color);
}
#top-info .info__line {
  width: 380px;
}
#top-info .info__line-img-text {
  text-align: center;
  margin-bottom: 15px;
}
#top-info .info__line .c-line__button {
  font-size: var(--font-size-18);
  padding: 0 15px 0 45px;
  margin-bottom: 30px;
}
#top-info .info__line .info__restaurant-info {
  background: var(--color-black);
  box-shadow: 7px 7px var(--color-white);
  padding: 25px 35px;
}
#top-info .info__button {
  width: 320px;
  margin: 55px auto 0;
}

/*==========================================
kodawari
===========================================*/
/*
# kodawari-wrap
------------------------*/
.kodawari__part {
  position: relative;
  z-index: 1;
}
.kodawari__part::before {
  position: absolute;
  content: "";
  width: 827px;
  height: 848px;
  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 .kodawari__title {
  text-align: center;
  margin-bottom: 50px;
}
.kodawari__part .kodawari__title span {
  display: inline-block;
  padding-bottom: 10px;
  background: url(../../img/kodawari/kodawari-ite-ttl_bdr.png) bottom center no-repeat;
}
.kodawari__part .kodawari__headline {
  margin-bottom: 55px;
}
.kodawari__part .kodawari__headline-fig {
  position: relative;
}
.kodawari__part .kodawari__headline-fig .kodawari__headline-caption {
  position: absolute;
  top: -15px;
}
.kodawari__part .kodawari__headline-text {
  width: 285px;
}
.kodawari__part:nth-child(odd) .kodawari__headline-fig {
  margin-left: -100px;
}
.kodawari__part:nth-child(odd) .kodawari__headline-fig .kodawari__headline-caption {
  right: -160px;
}
.kodawari__part:nth-child(even) .kodawari__headline {
  flex-direction: row-reverse;
}
.kodawari__part:nth-child(even) .kodawari__headline-fig {
  margin-right: -100px;
}
.kodawari__part:nth-child(even) .kodawari__headline-fig .kodawari__headline-caption {
  left: -160px;
}
.kodawari__part .kodawari__menu-list .kodawari__card-caption-markup {
  position: absolute;
  inset: -97px auto auto -57px;
}
.kodawari__part .kodawari__button {
  width: 320px;
  margin: 50px auto 0;
}
.kodawari__part:nth-child(4) .kodawari__button {
  margin-top: 200px;
}

.com-card__list {
  row-gap: 30px;
}
.com-card__list .com-card__item {
  width: 503px;
}
.com-card__list .com-card__item .com-card__img {
  margin-bottom: 15px;
}
.com-card__list .com-card__item .com-card__caption {
  font-size: var(--font-size-30);
  margin-bottom: 20px;
  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: 346px;
  height: 81px;
  inset: auto auto -51px 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-20);
}
.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-30);
}
.com-card__list .com-card__item .com-card__price::first-letter {
  font-size: var(--font-size-20);
}

/*==========================================
menu
===========================================*/
.menu__page-nav .menu__intax-text {
  margin-bottom: 40px;
}
.menu__page-nav .menu__nav-list {
  width: 1080px;
  margin: 0 auto;
  gap: 30px 40px;
}
.menu__page-nav .menu__nav-list .menu__nav-item {
  width: 320px;
}
.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: 20px;
  transform: rotate(135deg);
}

/*
# menu-course
------------------------*/
#menu-course .course__inbox {
  width: 1280px;
}
#menu-course .course__text {
  margin-bottom: 100px;
}
#menu-course .course__item {
  height: 600px;
  position: relative;
  margin-bottom: 95px;
  display: flex;
  align-items: center;
  padding: 0 100px;
}
#menu-course .course__item:last-child {
  margin-bottom: 0;
}
#menu-course .course__item-otegaru {
  background: url(../../img/menu/course-otegaru_bg.png) center/100% no-repeat;
}
#menu-course .course__item-jujitsu {
  background: url(../../img/menu/course-jujitsu_bg.png) center/100% no-repeat;
}
#menu-course .course__item-tokusen {
  background: url(../../img/menu/course-tokusen_bg.png) center/100% no-repeat;
}
#menu-course .course__item .course__name-wrap {
  position: absolute;
  bottom: 0;
  height: 100%;
  width: 514px;
}
#menu-course .course__item .course__name-wrap .course__name {
  position: absolute;
  inset: -45px 0 auto;
  margin: 0 auto;
  text-align: center;
  z-index: 1;
}
#menu-course .course__item .course__name-wrap .course__price {
  position: absolute;
  bottom: 0;
}
#menu-course .course__item-content {
  width: 305px;
}
#menu-course .course__item-content .course__content-title {
  font-size: var(--font-size-30);
  border-bottom: 2px solid;
  margin-bottom: 15px;
  padding-bottom: 5px;
}
#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-wrap {
  right: 0;
}
#menu-course .course__item:nth-child(even) {
  justify-content: flex-end;
}
#menu-course .course__item:nth-child(even) .course__name-wrap {
  left: 0;
}

/*
# menu-single
------------------------*/
#menu-single .single__inbox {
  width: 1280px;
}
#menu-single .single__text {
  margin-bottom: 45px;
}
#menu-single .single__content {
  padding: 50px 100px;
  text-align: center;
  margin-bottom: 60px;
}
#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: 25px;
}
#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-30);
  height: 90px;
}
#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: 25px;
}

/*
# menu-detail
------------------------*/
#menu-detail .menu__item {
  margin-bottom: 30px;
  padding: 30px;
}
#menu-detail .menu__item:last-child {
  margin-bottom: 0;
}
#menu-detail .menu__item-img {
  width: 140px;
  height: 140px;
}
#menu-detail .menu__item-img img {
  border: 4px solid var(--color-white);
}
#menu-detail .menu__item-meta {
  width: 850px;
  border-bottom: 2px solid;
  padding-bottom: 10px;
}
#menu-detail .menu__item-name {
  width: 450px;
  font-size: var(--font-size-30);
}
#menu-detail .menu__item-price {
  width: 215px;
  font-size: var(--font-size-24);
  text-align: right;
}

/*==========================================
scene
===========================================*/
.scene__wrap .scene__item .scene__title-wrap {
  width: 693px;
  position: relative;
}
.scene__wrap .scene__item .scene__title-wrap .scene__title {
  position: absolute;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  font-size: var(--font-size-40);
  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: -50px;
}
.scene__wrap .scene__item .scene__title-wrap .scene__title::before {
  position: absolute;
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  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__inbox {
  flex-direction: row-reverse;
}
.scene__wrap .scene__item:nth-child(even) .scene__title-wrap .scene__title {
  left: 0;
}
.scene__wrap .scene__item .scene__content {
  width: 315px;
}
.scene__wrap .scene__item .scene__content-title {
  font-size: var(--font-size-22);
  margin-bottom: 20px;
  line-height: 1.6;
}

/*==========================================
info
===========================================*/
.info__page-list {
  gap: 45px 60px;
}
.info__page-list .info__page-item {
  width: 320px;
}

/*
# info-access
------------------------*/
#info-access .access__text {
  width: 350px;
  margin: 0 auto 35px;
  font-size: var(--font-size-20);
}
#info-access #g-map iframe {
  border: 6px solid var(--color-black);
  height: 300px;
}

/*
# info-gallery
------------------------*/
#info-gallery .gallery__list {
  gap: 45px;
}
#info-gallery .gallery__list .gallery__item {
  width: 330px;
  height: 330px;
  border: 4px solid var(--color-white);
  box-shadow: 10px 10px var(--color-white);
}

/*==========================================
news
===========================================*/
.column__wrap .column__list .column__post a {
  padding: 45px 0;
}
.column__wrap .column__list .column__post-meta time {
  width: 95px;
}
.column__wrap .column__list .column__post-meta time,
.column__wrap .column__list .column__post-meta .category-label {
  font-size: var(--font-size-14);
}
.column__wrap .column__list .column__post-meta .category-label {
  width: calc(100% - 115px);
  gap: 5px;
}
.column__wrap .column__list .column__post-meta .category-label li {
  padding: 2px 10px;
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-23);
  margin: 10px 0;
}
.column__wrap .column__list .more-btn {
  width: 125px;
  font-size: var(--font-size-14);
  margin: inherit;
  margin-left: auto;
  font-weight: bold;
  background: var(--primary-color);
  border: 1px solid var(--primary-color);
  box-sizing: border-box;
  padding: 5px 0;
  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: 210px;
  height: 200px;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-thumb .img-eff {
  width: 100%;
  height: 100%;
  transition-duration: 0.3s;
}
.column__wrap .column__list .column__post:has(.column__post-thumb) .column__post-meta {
  width: 820px;
}

/*----------------------------------
  詳細ページのカテゴリー表示(タイトル下部)
  ----------------------------------*/
.single__post-meta {
  margin-bottom: 20px;
}
.single__post-meta time {
  font-size: var(--font-size-14);
  width: 95px;
  padding: 3px 0;
}
.single__post-meta .category-label {
  width: calc(100% - 95px);
  font-size: var(--font-size-14);
  gap: 5px;
  margin-left: 10px;
}
.single__post-meta .category-label li a {
  padding: 3px 10px;
}

/*==========================================
  contact
  ===========================================*/
#contact .contact__form {
  width: 980px;
  margin: 0 auto 55px;
}
#contact .contact__form-item {
  border-bottom: none;
  margin-bottom: 25px;
}
#contact .contact__form-item .contact__form-label {
  margin-bottom: 20px;
  background: var(--color-black);
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#contact .contact__form-item .contact__form-input {
  background: none;
  padding: 0;
  border-bottom: none;
}
#contact .contact__form-item .contact__form-input .contact__form-list {
  gap: 15px;
}
#contact .contact__form-item.contact__form-privacy .contact__form-label {
  text-align: center;
}
#contact .contact__form-value {
  padding: 20px 15px;
}
#contact .contact__form-select {
  width: 200px;
}
#contact .contact__form-select::after {
  inset: 0 16px 0 auto;
  width: 8px;
  height: 8px;
}
#contact .contact__form-select select {
  padding: 15px 30px 15px 10px;
}
#contact .contact__form #pc01,
#contact .contact__form #pc02 {
  width: 150px;
}
#contact .contact__form #address {
  margin-top: 15px;
}
#contact .contact__form #date1,
#contact .contact__form #date2,
#contact .contact__form #date3 {
  width: 300px;
}
#contact .contact__form textarea {
  height: 260px;
}
#contact .contact__form .upload-item-wrap .thumb {
  width: 200px;
  margin-right: 25px;
}
#contact .contact__form .upload-item-wrap .ancion-btn-wrap {
  width: 130px;
}
#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 input[type=button],
#contact input[type=submit],
#contact .contact__submits-wrap button {
  height: 75px;
}
#contact .contact__submits-wrap {
  gap: 35px;
}
#contact .contact__submits-wrap .contact__submits-check {
  width: 304px;
}
#contact .contact__submits-wrap .contact__submits-back {
  width: 270px;
}
#contact .contact__submits-wrap .contact__submits-send {
  width: 240px;
}

.complete__box .complete__title {
  font-size: var(--font-size-50);
}

/*==========================================
  privacy
  ===========================================*/
#privacy .privacy__content {
  margin-bottom: 70px;
}
#privacy .privacy__content:last-child {
  margin-bottom: 0;
}

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

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