@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;
}

.com-tel {
  line-height: 1.2;
  text-align: center;
}
.com-tel .tel__num {
  font-size: var(--font-size-36);
  color: var(--color-white);
  font-weight: var(--font-weight-black);
  letter-spacing: 0;
  padding-left: 40px;
  background: url(../../img/common/tel-ic_pink.png) left bottom 10px no-repeat;
}
.com-tel .tel__num small {
  font-size: var(--font-size-22);
}
.com-tel .tel__text {
  display: block;
}

.c-address {
  font-size: var(--font-size-14);
  color: var(--color-white);
}
.c-address .address__locate {
  margin-bottom: 30px;
}
.c-address .address__worktime .worktime__item dt {
  padding-right: 7px;
  margin-right: 7px;
  position: relative;
}
.c-address .address__worktime .worktime__item dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--color-white);
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 80px 0 85px;
  background: url(../../img/components/contact_bg.jpg) center/cover no-repeat;
}
.c-contact__section .contact__title {
  color: var(--color-white);
  margin-bottom: 50px;
}
.c-contact__section .contact__title .title-en::before {
  background: var(--color-white);
}
.c-contact__section .contact__list {
  gap: 45px;
}
.c-contact__section .contact__tel .tel__num {
  font-size: var(--font-size-46);
  background-image: url(../../img/common/tel-ic_white.png);
}
.c-contact__section .contact__tel .tel__num small {
  font-size: var(--font-size-28);
}

/*==========================================
テーブルレイアウト
===========================================*/
.com-table tr {
  display: flex;
  padding: 20px 0;
}
.com-table tr th {
  padding: 0 10px;
  width: 180px;
  vertical-align: top;
}
.com-table tr td {
  width: calc(100% - 180px);
  padding: 0 20px;
}
.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: 40px;
}
.com-content p:last-child {
  margin-bottom: 0;
}

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

#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 {
  height: 72px;
  color: var(--color-white);
  text-align: center;
  background: var(--primary-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.com-button::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 1px;
  background: var(--color-white);
  inset: 0 0 0 auto;
  margin: auto 0;
  z-index: 1;
}
.com-button:hover {
  opacity: 0.9;
  padding-left: 20px;
}
.com-button:hover::after {
  width: 20px;
}

.bg-deco {
  position: relative;
  z-index: 1;
  background: url(../../img/common/com-r_deco.png) right top/12.2398% no-repeat;
}
.bg-deco::before {
  position: absolute;
  content: "";
  width: 10.833%;
  height: 70px;
  background: var(--primary-color);
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
  .bg-deco::before {
    width: 5.5%;
  }
}

/*==========================================
共通タイトル
===========================================*/
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: var(--body-letter-spacing);
}

.section-title {
  text-align: center;
  margin-bottom: 85px;
}
.section-title .title-en {
  display: block;
  position: relative;
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-60);
  letter-spacing: 0.12em;
  margin-bottom: 15px;
  padding-bottom: 30px;
  line-height: 1;
}
.section-title .title-en::before {
  position: absolute;
  content: "";
  width: 40px;
  height: 2px;
  inset: auto 0 0;
  margin: 0 auto;
  background: var(--body-font-color);
}
.section-title .title-ja {
  display: block;
  font-size: var(--font-size-48);
  font-weight: var(--font-weight-bold);
}
.section-title .title-ja em {
  color: var(--primary-color);
}

.headline-title {
  background: var(--color-black);
  color: var(--color-white);
  font-size: var(--font-size-24);
  font-weight: var(--font-weight-bold);
  padding: 5px 35px;
  margin-bottom: 20px;
  letter-spacing: 0.12em;
}

/*==========================================
header
===========================================*/
#header {
  position: relative;
}
#header .header__inner {
  position: absolute;
  inset: 0 0 0 auto;
  width: 200px;
  background: var(--color-black);
  padding: 3.4% 0 4.2%;
  text-align: center;
}
#header .header__inner .header__logo {
  text-align: center;
}
#header .header__inner #nav .nav__item {
  margin-bottom: 20px;
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-14);
  letter-spacing: 0;
}
#header .header__inner #nav .nav__item:last-child {
  margin-bottom: 0;
}
#header .header__inner #nav .nav__item-link {
  color: var(--color-white);
}
#header .header__inner #nav .nav__item-link span {
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: inline-block;
  position: relative;
}
#header .header__inner #nav .nav__item-link span::before, #header .header__inner #nav .nav__item-link span::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--color-white);
  position: absolute;
  display: block;
}
#header .header__inner #nav .nav__item-link span::before {
  left: 50%;
}
#header .header__inner #nav .nav__item-link span:after {
  right: 50%;
}
#header .header__inner #nav .nav__item-link span:hover {
  color: var(--color-white);
}
#header .header__inner #nav .nav__item-link span:hover::before, #header .header__inner #nav .nav__item-link span:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--color-white);
}
#header .header__inner #nav .nav__item-link.current span {
  border-bottom: 1px solid;
}
#header .header__inner #nav .nav__item-link.current span::before, #header .header__inner #nav .nav__item-link.current span::after {
  border-bottom: none;
}
#header .header__inner #nav .nav__item-link.current span:hover::before, #header .header__inner #nav .nav__item-link.current span:hover::after {
  border-bottom: none;
}
#header .header__inner .header__sns-list .sns__item {
  text-align: center;
  margin-bottom: 25px;
}
#header .header__inner .header__sns-list .sns__item .sns-icon {
  display: block;
  margin: 0 auto;
}
#header .header__tel {
  position: absolute;
  inset: auto 250px 55px auto;
}

/*==========================================
mv
===========================================*/
.header__mv {
  height: clamp(630px, 48.437vw, 930px);
  width: calc(100% - 200px);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

#top-mv {
  background: url(../../img/top/mv/mv_bg.jpg) center/cover no-repeat;
}
#top-mv .mv__catch {
  width: 42.8323%;
}

#concept-mv {
  background: url(../../img/sv/concept-sv_bg.jpg) center/cover no-repeat;
}

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

#faq-mv {
  background: url(../../img/sv/faq-sv_bg.jpg) center/cover no-repeat;
}

#access-mv {
  background: url(../../img/sv/access-sv_bg.jpg) center/cover no-repeat;
}

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

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

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

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

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

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

/*==========================================
footer
===========================================*/
#footer {
  padding: 125px 0;
  background: var(--color-black);
}
#footer .footer__left {
  width: 485px;
}
#footer .footer__left .footer__logo {
  display: inline-block;
  margin-bottom: 20px;
}
#footer .footer__right {
  width: 445px;
}
#footer .footer__right .footer__reserve-list {
  gap: 35px;
  margin-bottom: 40px;
}
#footer .footer__right .footer__reserve-list .reserve__button {
  width: 360px;
  height: 62px;
  font-weight: var(--font-weight-bold);
}
#footer .footer__right .footer__nav {
  width: 365px;
  margin-left: auto;
}
#footer .footer__right .footer__nav-list {
  gap: 5px 20px;
}
#footer .footer__right .footer__nav-link {
  letter-spacing: 0;
  color: var(--color-white);
  font-size: var(--font-size-14);
  font-weight: var(--font-weight-black);
}
#footer .footer__right .footer__nav-link:hover {
  text-decoration: underline;
}

#copyright {
  word-break: normal;
  text-align: right;
  color: var(--color-white);
  margin-top: 40px;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
  color: var(--color-white);
}

/*==========================================
top
===========================================*/
/*
# top-greetings
------------------------*/
#top-greetings {
  position: relative;
  z-index: 1;
  background: url(../../img/top/greeting-l_deco.png) left top 915px/11.7708% no-repeat;
}
#top-greetings .greetings__inbox {
  padding: 180px 0 190px;
}
#top-greetings .greetings__img {
  width: 47.0833%;
  position: absolute;
  inset: 180px 2.6041% auto auto;
  z-index: -1;
}
#top-greetings .greetings__img::before {
  position: absolute;
  content: "";
  width: 305px;
  height: 88px;
  background: var(--color-black);
  inset: auto -6% -44px auto;
}
#top-greetings .greetings__content {
  width: 740px;
  font-size: var(--font-size-18);
}
#top-greetings .greetings__title {
  text-align: left;
  margin-bottom: 70px;
}
#top-greetings .greetings__title .title-en {
  margin-bottom: 70px;
}
#top-greetings .greetings__title .title-en::before {
  right: auto;
  left: 0;
}
#top-greetings .greetings__title .title-ja small {
  font-size: var(--font-size-42);
  display: block;
}
#top-greetings .greeting__text-wrap {
  background: var(--color-white);
  padding: 35px 90px 0 0;
  margin-bottom: 120px;
}
#top-greetings .greetings__button {
  width: 490px;
}
#top-greetings .greetings__bottom-img img {
  width: 91.666%;
}
#top-greetings .greetings__bottom-img::before {
  right: 0;
}

.bg-color--black {
  position: relative;
  z-index: 1;
}
.bg-color--black::before {
  position: absolute;
  content: "";
  width: 70.0312%;
  height: 100%;
  bottom: -100px;
  background: var(--color-black);
  z-index: -1;
}

/*
# top-menu
------------------------*/
#top-menu {
  padding: 275px 0 0;
}
#top-menu .menu__inbox {
  width: clamp(1200px, 83.333%, 1600px);
}
#top-menu .menu__inner {
  padding: 165px 0 100px;
  background: url(../../img/top/menu_bg.jpg) center/cover no-repeat;
}
#top-menu .menu__inner .menu__list {
  width: 1080px;
  margin: 0 auto;
  position: relative;
  padding-top: 75px;
}
#top-menu .menu__inner .menu__list .menu__item {
  width: 290px;
  position: relative;
}
#top-menu .menu__inner .menu__list .menu__item::before {
  position: absolute;
  content: "";
  width: 104px;
  height: 50px;
  inset: -60px 0 auto;
  margin: 0 auto;
}
#top-menu .menu__inner .menu__list .menu__item-img {
  width: 100%;
  height: 200px;
  margin-bottom: 5px;
}
#top-menu .menu__inner .menu__list .menu__item-title {
  text-align: center;
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
}
#top-menu .menu__inner .menu__list .menu__item:nth-child(1) {
  width: 420px;
  position: absolute;
  inset: 0 0 auto;
  margin: 0 auto;
}
#top-menu .menu__inner .menu__list .menu__item:nth-child(1)::before {
  background: url(../../img/top/menu-rank01_ic.png) center/100% no-repeat;
}
#top-menu .menu__inner .menu__list .menu__item:nth-child(1) .menu__item-img {
  height: 270px;
}
#top-menu .menu__inner .menu__list .menu__item:nth-child(1) .menu__item-title {
  font-size: var(--font-size-22);
}
#top-menu .menu__inner .menu__list .menu__item:nth-child(2)::before {
  background: url(../../img/top/menu-rank02_ic.png) center/100% no-repeat;
}
#top-menu .menu__inner .menu__list .menu__item:nth-child(3)::before {
  background: url(../../img/top/menu-rank03_ic.png) center/100% no-repeat;
}
#top-menu .menu__button {
  width: 550px;
  margin: 95px auto 0;
  height: 110px;
  font-size: var(--font-size-28);
}

/*
# top-service
------------------------*/
#top-service {
  padding: 175px 0 70px;
  background-position: 100% 320px;
}
#top-service::before {
  bottom: 0;
}
#top-service .service__title {
  text-align: left;
  margin-bottom: 45px;
}
#top-service .service__title .title-en::before {
  right: auto;
  left: 0;
}
#top-service .service__text {
  margin-bottom: 85px;
  font-size: var(--font-size-18);
}
#top-service .service__item {
  padding-top: 35px;
  position: relative;
  min-height: 380px;
  z-index: 1;
  margin-bottom: 60px;
}
#top-service .service__item:last-child {
  margin-bottom: 0;
}
#top-service .service__item-img {
  width: 520px;
  height: 380px;
  position: absolute;
  inset: 0 auto auto 0;
  z-index: -1;
}
#top-service .service__item-content {
  width: 615px;
  margin-left: auto;
  background: var(--color-black);
  padding: 25px 30px 45px;
  color: var(--color-white);
}
#top-service .service__item-title {
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  margin-bottom: 15px;
}
#top-service .service__item-text {
  margin-bottom: 30px;
}
#top-service .service__item-contact {
  background: var(--color-gray-dark);
  padding: 15px 50px 20px;
}
#top-service .service__item-contact .service__contact-title {
  text-align: center;
  color: var(--primary-color);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
}
#top-service .service__item-contact .service__contact-title span {
  position: relative;
  padding: 0 30px;
}
#top-service .service__item-contact .service__contact-title span::before, #top-service .service__item-contact .service__contact-title span::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: var(--primary-color);
  top: 0;
  bottom: 0;
  margin: auto 0;
}
#top-service .service__item-contact .service__contact-title span::before {
  left: 0;
  transform: rotate(-35deg);
}
#top-service .service__item-contact .service__contact-title span::after {
  right: 0;
  transform: rotate(35deg);
}
#top-service .service__item-contact .service__contact-list {
  gap: 30px;
}

/*
# top-links
------------------------*/
#top-links {
  margin-bottom: 260px;
}
#top-links .links__list {
  padding: 125px 0 200px;
  width: clamp(1200px, 92.7083%, 1780px);
  gap: 3.3708%;
  margin: 0 auto;
}
#top-links .links__item {
  width: 48.3146%;
}
#top-links .links__link {
  padding: 85px 0;
  display: block;
  background: url(../../img/top/links-item_bg.jpg) center/cover no-repeat;
}
#top-links .links__link:hover span {
  padding-left: 20px;
}
#top-links .links__link:hover span::after {
  width: 20px;
}
#top-links .links__link span {
  width: 61.6279%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: var(--color-white);
  font-size: var(--font-size-54);
  letter-spacing: 0.12em;
  font-weight: var(--font-weight-black);
  position: relative;
  border: 1px solid;
  transition: all 0.3s;
}
#top-links .links__link span::after {
  position: absolute;
  content: "";
  width: 45px;
  height: 1px;
  background: var(--color-black);
  inset: 0 0 0 auto;
  margin: auto 0;
  z-index: 1;
  transition: all 0.3s;
}
#top-links .links__link span em {
  color: var(--primary-color);
}
#top-links .links__bottom-img img {
  width: 81.4062%;
  display: block;
  margin-left: auto;
}

/*
# top-news
------------------------*/
#top-news {
  padding-bottom: 185px;
}
#top-news .news__inbox {
  position: relative;
  min-height: 375px;
}
#top-news .news__title {
  width: 215px;
  margin-bottom: 0;
  text-align: left;
}
#top-news .news__title .title-en::before {
  right: auto;
  left: 0;
}
#top-news .news__post-list {
  width: 688px;
}
#top-news .news__post-list .news__post {
  border-bottom: 1px solid var(--color-gray-dark);
}
#top-news .news__post-list .news__post:first-child {
  border-top: 1px solid var(--color-gray-dark);
}
#top-news .news__post-list .news__post-link {
  padding: 35px 10px;
}
#top-news .news__post-list .news__post-link:hover {
  opacity: 0.9;
  transform: translateX(10px);
}
#top-news .news__post-list .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
#top-news .news__post-list .news__post-date {
  width: 100px;
}
#top-news .news__post-list .news__post-tags {
  width: calc(100% - 100px);
  gap: 5px;
  color: var(--primary-color);
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  margin-top: 5px;
}
#top-news .news__button {
  position: absolute;
  inset: auto auto 0 0;
  width: 310px;
}

/*==========================================
concept
===========================================*/
/*
# concept-greetings
------------------------*/
#concept-greetings {
  padding: 180px 0 210px;
  background: url(../../img/concept/greeting-btm_bg.jpg) bottom center/100% no-repeat;
  position: relative;
}
#concept-greetings::before {
  position: absolute;
  content: "";
  width: 190px;
  height: 140px;
  inset: 205px 0 auto auto;
  background: var(--color-black);
}
#concept-greetings .greetings__title {
  background: var(--color-white);
  margin-bottom: 0;
}
#concept-greetings .greetings__content {
  background: var(--color-white);
  padding: 75px 100px 90px;
  text-align: center;
  position: relative;
  font-size: var(--font-size-18);
}
#concept-greetings .greetings__content::before {
  position: absolute;
  content: "";
  width: 302px;
  height: 205px;
  background: url(../../img/concept/greeting-l_deco.png) center/100% no-repeat;
  inset: auto auto -115px -210px;
}
#concept-greetings .greetings__content .name {
  margin-top: 50px;
}

/*
# concept-points
------------------------*/
#concept-points {
  padding: 180px 0 200px;
  background-position: 100% 875px;
}
#concept-points::before {
  bottom: 825px;
}
#concept-points .points__list {
  row-gap: 60px;
}
#concept-points .points__item {
  width: 520px;
  background: var(--color-black);
}
#concept-points .points__item::before {
  position: absolute;
  width: 92px;
  height: 92px;
  font-size: var(--font-size-42);
  font-weight: var(--font-weight-bold);
  color: var(--color-white);
  background: var(--primary-color);
  inset: 0 auto 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-text-emphasis: center;
          text-emphasis: center;
}
#concept-points .points__item-title {
  padding: 30px 25px;
  color: var(--color-white);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid;
}
#concept-points .points__item-text {
  padding: 15px 25px 30px;
  color: var(--color-white);
}

/*==========================================
menu
===========================================*/
/*
# menu-coupon
------------------------*/
#menu-coupon {
  background: url(../../img/menu/coupon_bg.jpg) center/cover no-repeat;
}
#menu-coupon .coupon__title {
  width: 755px;
  margin: 0 auto 55px;
  color: var(--primary-color);
  font-size: var(--font-size-38);
  font-weight: var(--font-weight-bold);
  position: relative;
  text-align: center;
  line-height: 1.6;
}
#menu-coupon .coupon__title::before, #menu-coupon .coupon__title::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 75%;
  background: var(--primary-color);
  bottom: 0;
  top: 0;
  margin: auto 0;
}
#menu-coupon .coupon__title::before {
  left: 0;
  transform: rotate(-35deg);
}
#menu-coupon .coupon__title::after {
  right: 0;
  transform: rotate(35deg);
}
#menu-coupon .coupon__wrap {
  width: 750px;
  margin: 0 auto;
}
#menu-coupon .coupon__wrap .coupon__headline {
  background: url(../../img/menu/coupon-price_bg.png) center no-repeat;
  height: 172px;
  color: var(--color-white);
  font-size: 6.8rem;
  font-weight: var(--font-weight-black);
  text-align: center;
  letter-spacing: 0.06em;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: baseline;
  padding: 20px 0 0;
}
#menu-coupon .coupon__wrap .coupon__headline .price {
  font-size: 11.8rem;
}
#menu-coupon .coupon__wrap .coupon__headline .off {
  color: var(--primary-color);
  font-size: 8.8rem;
}
#menu-coupon .coupon__wrap .coupon__type {
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-22);
  font-weight: var(--font-weight-black);
  text-align: center;
  letter-spacing: 0.38em;
  padding: 0 0 5px;
}

/*
# menu-archive
------------------------*/
#menu-archive {
  padding: 175px 0 155px;
  background-position: 100% 355px;
}
#menu-archive::before {
  bottom: 18.244%;
}
#menu-archive .menu__text {
  margin-bottom: 75px;
  text-align: center;
  font-size: var(--font-size-18);
}
#menu-archive .menu__post {
  margin-bottom: 50px;
  background: var(--color-white);
}
#menu-archive .menu__post:last-child {
  margin-bottom: 0;
}
#menu-archive .menu__post .menu__list-item {
  padding: 30px 0;
  border-bottom: 1px solid;
  row-gap: 20px;
}
#menu-archive .menu__post .menu__list-item:last-child {
  border-bottom: none;
}
#menu-archive .menu__post .menu__list-item .menu__item-title {
  color: var(--primary-color);
  font-size: var(--font-size-18);
  padding-left: 20px;
  position: relative;
  font-weight: var(--font-weight-bold);
  width: calc(100% - 165px);
}
#menu-archive .menu__post .menu__list-item .menu__item-title::before {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 10px auto auto 0;
}
#menu-archive .menu__post .menu__list-item .menu__item-price {
  width: 165px;
  text-align: right;
}
#menu-archive .menu__post .menu__list-item .menu__item-notes {
  width: 100%;
}

/*==========================================
faq
===========================================*/
#faq-archive {
  padding: 185px 0;
  background-position: 100% 355px;
}
#faq-archive::before {
  bottom: 185px;
}
#faq-archive .faq__item {
  margin-bottom: 65px;
}
#faq-archive .faq__item:last-child {
  margin-bottom: 0;
}
#faq-archive .faq__item-title {
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-bold);
  position: relative;
  padding: 10px 60px;
  margin-bottom: 20px;
}
#faq-archive .faq__item-title .q-icon {
  width: 50px;
  height: 100%;
  color: var(--color-white);
  position: absolute;
  inset: 0 auto 0 0;
  background: var(--color-black);
  text-align: center;
  font-size: var(--font-size-24);
  padding-top: 5px;
}

/*==========================================
access
===========================================*/
/*
# access-info
------------------------*/
#access-info {
  padding: 185px 0;
  background-position: 100% 355px;
}
#access-info::before {
  bottom: 150px;
}

/*
# access-gallery
------------------------*/
#access-gallery {
  background: url(../../img/access/gallety-top_bg.jpg) top center/100% no-repeat;
}
#access-gallery .gallery__list {
  gap: 30px 45px;
}
#access-gallery .gallery__list .gallery__item {
  width: 330px;
  height: 250px;
}

/*==========================================
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 .contact__form-label {
  margin-bottom: 20px;
}
#contact .contact__form-item .contact__form-label .required {
  margin-left: 10px;
}
#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;
}

/*==========================================
  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フレーム時)
  ===========================================*/