@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: 2vw;
  right: 3%;
  bottom: auto;
  left: auto;
  background: var(--color-black);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 12vw;
  height: 12vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 1px;
  background: var(--color-white);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 3.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 8.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.55vw) translateX(0px) rotate(-45deg);
}

/*  drawer inbox
  ------------------------------------ */
#drawer-nav {
  padding: 15% 7%;
  background: var(--color-black);
}
#drawer-nav .drawer-logo {
  width: 15%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer-nav .drawer-nav {
  margin-bottom: 10%;
}
#drawer-nav .drawer-nav .drawer-link {
  padding: 10% 0;
  border-bottom: 1px solid var(--color-white);
  font-size: var(--font-size-21);
  text-align: center;
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
}
#drawer-nav .drawer-nav .drawer-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer-nav .drawer-nav .drawer-dropdown span {
  display: block;
}
#drawer-nav .drawer-nav .drawer-dropdown span:before, #drawer-nav .drawer-nav .drawer-dropdown span:after {
  background: var(--color-black);
}
#drawer-nav .drawer-nav .current {
  position: relative;
  text-decoration: underline;
}
#drawer-nav .drawer-nav .current::before, #drawer-nav .drawer-nav .current::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 3vw;
  height: 3vw;
  border-top: 2px solid var(--color-white);
  border-right: 2px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer-nav .drawer-nav .current::before {
  left: 0;
}
#drawer-nav .drawer-nav .current::after {
  left: 3%;
}
#drawer-nav .drawer-nav .current span:after {
  opacity: 0 !important;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link:before {
  border-left: 1px solid var(--body-font-color);
  border-bottom: 1px solid var(--body-font-color);
}
#drawer-nav .drawer-nav .drawer-dropdown-bx > li > .drawer-link span {
  padding: 0 0 0 5%;
}
#drawer-nav .drawer__contact-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 6vw;
  margin-bottom: 10%;
}
#drawer-nav .drawer__subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw 6vw;
  margin-top: 7%;
}
#drawer-nav .drawer__subpage-item a {
  color: var(--color-white);
  text-decoration: underline;
}

.com-tel {
  line-height: 1.2;
  text-align: center;
}
.com-tel .tel__num {
  font-size: var(--font-size-27);
  color: var(--color-white);
  font-weight: var(--font-weight-black);
  letter-spacing: 0;
  padding-left: 8vw;
  background: url(../../img/common/tel-ic_pink.png) left bottom 1vw/6vw no-repeat;
}
.com-tel .tel__num small {
  font-size: var(--font-size-18);
}
.com-tel .tel__text {
  display: block;
  width: 85%;
  margin: 0 auto;
}

.c-address {
  font-size: var(--font-size-14);
  color: var(--color-white);
}
.c-address .address__locate {
  margin-bottom: 8%;
}
.c-address .address__worktime .worktime__item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-address .address__worktime .worktime__item dt {
  padding-right: 2vw;
  margin-right: 2vw;
  position: relative;
}
.c-address .address__worktime .worktime__item dt::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 3vw;
  inset: 0 0 0 auto;
  margin: auto 0;
  background: var(--color-white);
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 15% 0;
  background: url(../../img/components/contact_bg.jpg) center/cover no-repeat;
}
.c-contact__section .contact__title {
  color: var(--color-white);
}
.c-contact__section .contact__title .title-en::before {
  background: var(--color-white);
}
.c-contact__section .contact__list {
  gap: 6vw;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.c-contact__section .contact__tel .tel__num {
  font-size: var(--font-size-26);
  background-image: url(../../img/common/tel-ic_white.png);
}
.c-contact__section .contact__tel .tel__num small {
  font-size: var(--font-size-19);
}

/*==========================================
テーブルレイアウト
===========================================*/
.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: 10%;
  line-height: 2.2;
  letter-spacing: var(--body-letter-spacing);
}
.com-content p:last-child {
  margin-bottom: 0;
}

#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 {
  height: 15vw;
  color: var(--color-white);
  text-align: center;
  background: var(--primary-color);
  font-weight: var(--font-weight-black);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.com-button::after {
  position: absolute;
  content: "";
  width: 8vw;
  height: 1px;
  background: var(--color-white);
  inset: 0 0 0 auto;
  margin: auto 0;
  z-index: 1;
}

.bg-deco {
  position: relative;
  z-index: 1;
  background: url(../../img/common/com-r_deco.png) right top/14% no-repeat;
}
.bg-deco::before {
  position: absolute;
  content: "";
  width: 8%;
  height: 12vw;
  background: var(--primary-color);
  left: 0;
  z-index: -1;
}

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

.section-title {
  text-align: center;
  margin-bottom: 12%;
}
.section-title .title-en {
  display: block;
  position: relative;
  font-weight: var(--font-weight-black);
  font-size: var(--font-size-25);
  letter-spacing: 0.12em;
  margin-bottom: 8%;
  padding-bottom: 8%;
  line-height: 1;
}
.section-title .title-en::before {
  position: absolute;
  content: "";
  width: 15%;
  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-23);
  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-20);
  font-weight: var(--font-weight-bold);
  padding: 3% 5%;
  margin-bottom: 4%;
  letter-spacing: 0.12em;
}

/*==========================================
header
===========================================*/
#header {
  position: relative;
}
#header .header__inner {
  position: absolute;
  inset: 0 0 auto;
  padding: 4% 5% 0;
  width: 100%;
  z-index: 1001;
}
#header .header__inner .header__logo {
  width: 13%;
  line-height: 1;
}
#header .header__inner #nav {
  display: none;
}
#header .header__inner .header__sns-list {
  display: none;
}
#header .header__tel {
  position: absolute;
  inset: auto 0 5% auto;
}
#header .header__tel .tel__num {
  font-size: var(--font-size-23);
}
#header .header__tel .tel__num small {
  font-size: var(--font-size-18);
}

/*==========================================
mv
===========================================*/
.header__mv {
  height: 60vw;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

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

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

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

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

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

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

/*==========================================
footer
===========================================*/
#footer {
  padding: 15% 0 10%;
  background: var(--color-black);
}
#footer .footer__left {
  margin-bottom: 12%;
}
#footer .footer__left .footer__logo {
  display: block;
  width: 18%;
  margin: 0 auto 15%;
  text-align: center;
}
#footer .footer__right .footer__reserve-list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 5vw;
  margin-bottom: 10%;
}
#footer .footer__right .footer__reserve-list .reserve__button {
  width: 67vw;
  height: 15vw;
  font-size: var(--font-size-14);
}
#footer .footer__right .footer__nav-list {
  -moz-column-count: 2;
       column-count: 2;
}
#footer .footer__right .footer__nav-item {
  margin-bottom: 10%;
}
#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: center;
  color: var(--color-white);
  margin-top: 12%;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
  color: var(--color-white);
}

/*==========================================
sv
===========================================*/
.lower-sv {
  width: calc(100vw - 190px);
  height: clamp(630px, 48.437vw, 930px);
}

/*==========================================
top
===========================================*/
/*
# top-greetings
------------------------*/
#top-greetings {
  position: relative;
  z-index: 1;
  background: url(../../img/top/greeting-l_deco.png) left top 45vw/11.7708% no-repeat;
}
#top-greetings .greetings__inbox {
  padding: 18% 8%;
}
#top-greetings .greetings__img {
  margin-bottom: 13%;
  position: relative;
}
#top-greetings .greetings__img::before {
  position: absolute;
  content: "";
  width: 37%;
  height: 10vw;
  background: var(--color-black);
  inset: auto -10% -5vw auto;
}
#top-greetings .greetings__title .title-ja small {
  font-size: var(--font-size-21);
  display: block;
}
#top-greetings .greeting__text-wrap {
  margin-bottom: 18%;
}
#top-greetings .greetings__button {
  width: 100%;
}
#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: -6vw;
  background: var(--color-black);
  z-index: -1;
}

/*
# top-menu
------------------------*/
#top-menu {
  padding: 18% 0 0;
}
#top-menu .menu__inbox {
  padding: 0 4%;
}
#top-menu .menu__inner {
  padding: 25% 5% 15%;
  background: url(../../img/top/menu_bg.jpg) center/cover no-repeat;
}
#top-menu .menu__inner .menu__list {
  position: relative;
}
#top-menu .menu__inner .menu__list .menu__item {
  width: 65%;
  margin: 0 auto 25%;
  position: relative;
}
#top-menu .menu__inner .menu__list .menu__item:last-child {
  margin-bottom: 0;
}
#top-menu .menu__inner .menu__list .menu__item::before {
  position: absolute;
  content: "";
  width: 20vw;
  height: 10vw;
  inset: -12vw 0 auto;
  margin: 0 auto;
}
#top-menu .menu__inner .menu__list .menu__item-img {
  width: 100%;
  height: 40vw;
  margin-bottom: 3%;
}
#top-menu .menu__inner .menu__list .menu__item-title {
  text-align: center;
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
}
#top-menu .menu__inner .menu__list .menu__item:nth-child(1) {
  width: 100%;
}
#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: 61vw;
}
#top-menu .menu__inner .menu__list .menu__item:nth-child(1) .menu__item-title {
  font-size: var(--font-size-18);
}
#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: 100%;
  margin: 15% auto 0;
  height: 16vw;
}

/*
# top-service
------------------------*/
#top-service {
  padding: 18% 0 10%;
  background-position: 100% 105vw;
}
#top-service::before {
  bottom: 0;
}
#top-service .service__text {
  margin-bottom: 15%;
}
#top-service .service__item {
  margin-bottom: 15%;
}
#top-service .service__item:last-child {
  margin-bottom: 0;
}
#top-service .service__item-img {
  width: 100%;
  height: 52vw;
  margin-bottom: 7%;
}
#top-service .service__item-content {
  background: var(--color-black);
  padding: 10% 5%;
  color: var(--color-white);
}
#top-service .service__item-title {
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-bold);
  margin-bottom: 6%;
}
#top-service .service__item-text {
  margin-bottom: 10%;
}
#top-service .service__item-contact {
  background: var(--color-gray-dark);
  padding: 10% 5%;
}
#top-service .service__item-contact .service__contact-title {
  text-align: center;
  color: var(--primary-color);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-bold);
  position: relative;
  margin-bottom: 6%;
}
#top-service .service__item-contact .service__contact-title::before, #top-service .service__item-contact .service__contact-title::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::before {
  left: 0;
  transform: rotate(-35deg);
}
#top-service .service__item-contact .service__contact-title::after {
  right: 0;
  transform: rotate(35deg);
}
#top-service .service__item-contact .service__contact-list {
  text-align: center;
}
#top-service .service__item-contact .service__contact-list .service__tel {
  margin-bottom: 11%;
}
#top-service .service__item-contact .service__contact-list .sns-icon {
  margin: 0 auto;
}

/*
# top-links
------------------------*/
#top-links {
  margin-bottom: 25%;
}
#top-links .links__list {
  padding: 15% 0;
  width: 92%;
  margin: 0 auto;
}
#top-links .links__item {
  width: 100%;
  margin-bottom: 15%;
}
#top-links .links__item:last-child {
  margin-bottom: 0;
}
#top-links .links__link {
  padding: 10% 0;
  display: block;
  background: url(../../img/top/links-item_bg.jpg) center/cover no-repeat;
}
#top-links .links__link span {
  width: 75%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: var(--color-white);
  font-size: var(--font-size-30);
  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: 8vw;
  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: 18%;
}
#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: 8% 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
#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: 29%;
}
#top-news .news__post-list .news__post-tags {
  width: 70%;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5vw;
  color: var(--primary-color);
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  margin-top: 3%;
}
#top-news .news__button {
  margin-top: 15%;
}

/*==========================================
concept
===========================================*/
/*
# concept-greetings
------------------------*/
#concept-greetings {
  padding: 18% 0;
  background: url(../../img/concept/greeting-btm_bg.jpg) bottom center/100% no-repeat;
  position: relative;
}
#concept-greetings::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 14vw;
  inset: 65vw 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: 10% 5%;
  position: relative;
}
#concept-greetings .greetings__content::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 20vw;
  background: url(../../img/concept/greeting-l_deco.png) center/100% no-repeat;
  inset: auto auto -15vw -5vw;
}
#concept-greetings .greetings__content .name {
  margin-top: 10%;
  text-align: right;
}

/*
# concept-points
------------------------*/
#concept-points {
  padding: 18% 0;
  background-position: 100% 100vw;
}
#concept-points::before {
  bottom: 100vw;
}
#concept-points .points__item {
  width: 92%;
  margin: 0 auto 15%;
  background: var(--color-black);
}
#concept-points .points__item:last-child {
  margin-bottom: 0;
}
#concept-points .points__item::before {
  position: absolute;
  width: 14vw;
  height: 14vw;
  font-size: var(--font-size-27);
  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: 6% 5%;
  color: var(--color-white);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
  border-bottom: 1px solid;
}
#concept-points .points__item-text {
  padding: 6% 5%;
  color: var(--color-white);
}

/*==========================================
menu
===========================================*/
/*
# menu-coupon
------------------------*/
#menu-coupon {
  background: url(../../img/menu/coupon_bg.jpg) center/cover no-repeat;
}
#menu-coupon .coupon__title {
  margin-bottom: 10%;
  color: var(--primary-color);
  font-size: var(--font-size-19);
  font-weight: var(--font-weight-bold);
  position: relative;
  text-align: center;
  letter-spacing: 0.06em;
  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: -4vw;
  transform: rotate(-35deg);
}
#menu-coupon .coupon__title::after {
  right: -4vw;
  transform: rotate(35deg);
}
#menu-coupon .coupon__wrap .coupon__headline {
  background: url(../../img/menu/coupon-price_bg.png) center/100% no-repeat;
  height: 17vw;
  color: var(--color-white);
  font-size: var(--font-size-30);
  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: 3% 0 0;
}
#menu-coupon .coupon__wrap .coupon__headline .price {
  font-size: var(--font-size-40);
}
#menu-coupon .coupon__wrap .coupon__headline .off {
  color: var(--primary-color);
  font-size: var(--font-size-28);
}
#menu-coupon .coupon__wrap .coupon__type {
  background: var(--primary-color);
  color: var(--color-white);
  font-size: var(--font-size-16);
  font-weight: var(--font-weight-black);
  text-align: center;
  letter-spacing: 0.38em;
  padding: 0 0 5px;
}

/*
# menu-archive
------------------------*/
#menu-archive {
  padding: 18% 0;
  background-position: 100% 80vw;
}
#menu-archive::before {
  bottom: 5%;
}
#menu-archive .menu__title .title-ja {
  font-size: var(--font-size-22);
}
#menu-archive .menu__text {
  margin-bottom: 12%;
  text-align: center;
  font-size: var(--font-size-18);
}
#menu-archive .menu__post {
  margin-bottom: 15%;
  background: var(--color-white);
}
#menu-archive .menu__post:last-child {
  margin-bottom: 0;
}
#menu-archive .menu__post .menu__list-item {
  padding: 7% 0;
  border-bottom: 1px solid;
}
#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: 7%;
  position: relative;
  font-weight: var(--font-weight-bold);
}
#menu-archive .menu__post .menu__list-item .menu__item-title::before {
  position: absolute;
  content: "";
  width: 1.5vw;
  height: 1.5vw;
  border-radius: 50%;
  background: var(--primary-color);
  inset: 3vw auto auto 0;
}
#menu-archive .menu__post .menu__list-item .menu__item-price {
  text-align: right;
}
#menu-archive .menu__post .menu__list-item .menu__item-notes {
  margin-top: 6%;
}

/*==========================================
faq
===========================================*/
#faq-archive {
  padding: 18% 0;
  background-position: 100% 80vw;
}
#faq-archive::before {
  bottom: 2%;
}
#faq-archive .faq__item {
  margin-bottom: 15%;
}
#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-17);
  font-weight: var(--font-weight-bold);
  position: relative;
  padding: 3% 5% 3% 15%;
  margin-bottom: 5%;
}
#faq-archive .faq__item-title .q-icon {
  width: 12%;
  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: 1vw;
}

/*==========================================
access
===========================================*/
/*
# access-info
------------------------*/
#access-info {
  padding: 18% 0;
  background-position: 100% 85vw;
}
#access-info::before {
  bottom: 0;
}

/*
# access-gallery
------------------------*/
#access-gallery {
  background: url(../../img/access/gallety-top_bg.jpg) top center/100% no-repeat;
}
#access-gallery .gallery__list {
  display: flex;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
#access-gallery .gallery__list .gallery__item {
  width: 48%;
  height: 42vw;
}

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