@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: 6vw;
  right: 4%;
  bottom: auto;
  left: auto;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 7.5vw;
  height: 5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 100%;
  height: 2px;
  background: var(--body-font-color);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: auto;
  bottom: 0;
}
.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 {
  top: 50%;
  transform: translateY(0) translateX(0px) rotate(45deg);
  background: var(--primary-color);
}

.sp-menu-btn.active .bottom {
  bottom: 50%;
  transform: translateY(1px) translateX(0px) rotate(-45deg);
  background: var(--primary-color);
}

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 4% 6% 30%;
  background: var(--color-white);
}
#drawer__nav .drawer__nav-logo {
  width: 40%;
  margin-bottom: 10%;
  text-align: left;
}
#drawer__nav .drawer__nav {
  margin-bottom: 15%;
}
#drawer__nav .drawer__nav-item {
  border-bottom: 1px solid var(--color-gray);
}
#drawer__nav .drawer__nav-item .drawer__nav-link {
  padding: 8% 0;
  font-size: var(--font-size-18);
  border-bottom: none;
  display: block;
  text-align: center;
  font-family: var(--font-secondary);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--primary-color);
}
#drawer__nav .drawer__nav .current span::before, #drawer__nav .drawer__nav .current span::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 2vw;
  height: 2vw;
  border-top: 2px solid var(--primary-color);
  border-right: 2px solid var(--primary-color);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
#drawer__nav .drawer__nav .current span::before {
  left: 0;
}
#drawer__nav .drawer__nav .current span::after {
  left: 2.5vw;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list {
  margin: 3% 0;
  padding-left: 4%;
  box-sizing: border-box;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link.show::before {
  background: none;
  border: none;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-list > li > .drawer__nav-link span {
  padding: 0 0 0 5%;
}
#drawer__nav .drawer__nav-info {
  gap: 8vw 5vw;
}
#drawer__nav .drawer__mail-button {
  width: 85%;
  margin: 0 auto;
}
#drawer__nav .c-tel {
  text-align: center;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-12);
  gap: 4vw;
  font-family: var(--font-secondary);
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-tel
------------------------*/
.c-tel {
  line-height: 1;
}
.c-tel .tel__num {
  font-size: var(--font-size-24);
  padding-left: 23px;
  letter-spacing: 0.05em;
  background: url(../img/common/tel_ic.svg) left center/20px no-repeat;
}

/*
# c-contact__section
------------------------*/
.c-contact__section {
  padding: 18% 0;
  background: url(../img/common/contact_bg.jpg) center/cover no-repeat;
}
.c-contact__section .contact__list {
  margin: 0 auto 15%;
}
.c-contact__section .contact__item {
  width: 85%;
  margin: 0 auto 10%;
}
.c-contact__section .contact__item:last-child {
  margin-bottom: 0;
}
.c-contact__section .contact__item--online {
  width: 100%;
}
.c-contact__section .contact__item--online .contact__link {
  height: 25vw;
  font-size: var(--font-size-18);
}
.c-contact__section .contact__item--line .contact__link {
  padding: 0 5% 0 20%;
  background-image: url(../img/common/sns/LINE_logo.svg);
  background-size: 7vw;
  background-position: left 5% center;
}
.c-contact__section .contact__item--mail .contact__link {
  padding: 0 5% 0 20%;
}
.c-contact__section .contact__link {
  height: 21vw;
  font-size: var(--font-size-16);
  line-height: 1.6470588235;
  background-repeat: no-repeat;
}
.c-contact__section .contact__link .link-arrow {
  position: absolute;
  inset: auto 3% 14% auto;
  width: 13vw;
}
.c-contact__section .contact__link .link-arrow::before {
  width: 10vw;
  height: 10vw;
}
.c-contact__section .contact__link:hover {
  opacity: 1;
  background-color: var(--primary-color-light);
  color: var(--color-white);
}
.c-contact__section .contact__link:hover .link-arrow::before {
  background: var(--primary-color);
}
.c-contact__section .contact__link:hover .link-arrow::after {
  left: 4.25vw;
  filter: brightness(8);
}
.c-contact__section .contact__address .c-tel {
  filter: brightness(8);
  text-align: center;
  margin-bottom: 12%;
}
.c-contact__section .contact__address .address__text {
  font-size: var(--font-size-14);
}

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

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

/*
# com-button
------------------------*/
.com-button {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 16vw;
  padding: 0 5%;
  text-align: center;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-family: var(--font-tertiary);
  letter-spacing: 0.1em;
  border-radius: 8vw;
  position: relative;
  font-family: var(--font-tertiary);
  font-weight: var(--font-weight-medium);
}
.com-button .link-arrow {
  position: absolute;
  inset: 0 2% 0 auto;
  margin: auto 0;
}
.com-button:hover {
  opacity: 1;
  background: var(--primary-color);
  color: var(--color-white);
}
.com-button:hover .link-arrow::before {
  background: rgba(var(--primary-color-light-rgb), 1);
}
.com-button:hover .link-arrow::after {
  left: 27px;
  filter: brightness(8);
}

/*
# mail-ic
------------------------*/
.mail-ic {
  background-image: url(../img/common/mail_ic.svg);
  background-repeat: no-repeat;
  background-size: 6vw;
  background-position: left 7% center;
}

/*
# link-arrow
------------------------*/
.link-arrow {
  position: relative;
  width: 16vw;
  height: 13vw;
}
.link-arrow::before, .link-arrow::after {
  position: absolute;
  content: "";
  transition: all 0.3s ease;
}
.link-arrow::before {
  width: 13vw;
  height: 100%;
  border-radius: 50%;
  background: rgba(var(--primary-color-light-rgb), 0.2);
  inset: 0 0 0 auto;
  margin: auto 0;
}
.link-arrow::after {
  width: 7vw;
  height: 2vw;
  background: url(../img/common/com-btn_arr.svg) center/100% no-repeat;
  inset: 0 auto 0 0;
  margin: auto 0;
}

/*
# leaf-deco
------------------------*/
.leaf-deco {
  position: relative;
}
.leaf-deco::before {
  position: absolute;
  content: "";
  width: 20vw;
  height: 30vw;
  background: url(../img/common/img-leaf_ill.png) center/100% no-repeat;
  inset: auto 5% -10vw auto;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  padding-bottom: 11%;
  background: url(../img/common/section-ttl_deco.png) bottom center/14% no-repeat;
  margin-bottom: 12%;
  text-align: center;
}
.section-title.align-left {
  text-align: left;
  background-position: 0 100%;
}
.section-title.color-white {
  color: var(--color-white);
  background-image: url(../img/common/section-ttl-white_deco.png);
  text-shadow: 1px 1px 3px var(--body-font-color);
}
.section-title.color-white .title-en {
  color: var(--color-white);
}
.section-title .title-en {
  font-family: var(--font-tertiary);
  color: var(--primary-color);
  font-weight: var(--font-weight-medium);
  display: block;
  margin-bottom: 5%;
  letter-spacing: 0.1em;
  font-size: var(--font-size-15);
}
.section-title .title-ja {
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-medium);
  letter-spacing: 0.16em;
  font-size: var(--font-size-24);
  line-height: 1.9444444444;
}

.headline-title {
  font-size: var(--font-size-20);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-medium);
  border-left: 0.85vw solid var(--primary-color);
  margin-bottom: 5%;
  padding-left: 4%;
  line-height: 1.5;
}

.sub-title {
  font-size: var(--font-size-20);
  font-family: var(--font-secondary);
  font-weight: var(--font-weight-medium);
  padding: 7% 0;
}
.sub-title span {
  position: relative;
  z-index: 1;
  display: inline-block;
}
.sub-title span::before, .sub-title span::after {
  position: absolute;
  content: "";
  z-index: -1;
}
.sub-title span::before {
  width: 18vw;
  height: 18vw;
  background: url(../img/common/subtitle-after_deco.png) center/100% no-repeat;
  inset: 0 auto 0 -11vw;
  margin: auto 0;
}
.sub-title span::after {
  width: 9vw;
  height: 11vw;
  background: url(../img/common/subtitle_ill.png) center/100% no-repeat;
  inset: 0 -11vw 0 auto;
  margin: auto 0;
}

/*==========================================
header
===========================================*/
#header {
  padding: 6% 4%;
}
#header .header__logo {
  width: 55%;
  line-height: 0;
}

/*==========================================
mv
===========================================*/
.mv__frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.mv__frame::before {
  position: absolute;
  content: "";
  width: 89.58333%;
  height: 100%;
  inset: 0;
  margin: auto;
  z-index: -1;
  border-radius: 6vw;
}

#top-mv {
  height: 115vw;
}
#top-mv::before {
  background: url(../img/top/mv/mv_sp.jpg) center top/100% no-repeat;
}
#top-mv .mv__catch {
  width: 100%;
  position: absolute;
  inset: auto 0 -19vw;
}

/*==========================================
footer
===========================================*/
.fixed__button {
  width: 100%;
  height: 16vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 5vw;
  font-size: var(--font-size-15);
  text-align: center;
  z-index: 1001;
  inset: auto 0 0;
  background: url(../img/common/calendar_ic.svg) left 21% center/6% no-repeat, rgba(var(--primary-color-rgb), 0.85);
  outline: 1.5vw solid rgba(var(--primary-color-rgb), 0.5);
}
.fixed__button:hover {
  transform: scale(0.97);
  animation: light 0.8s infinite;
}

@keyframes light {
  100% {
    outline-color: transparent;
    outline-offset: 1.5vw;
    animation-iteration-count: 1;
  }
}
#footer {
  background: url(../img/common/footer-btm_wave.svg) bottom 15.8vw center/100% no-repeat, url(../img/common/footer_bg.jpg) center/cover no-repeat;
  padding: 15% 0 30vw;
}
#footer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 4vw;
  background: url(../img/common/footer-top_wave.svg) bottom center/100% no-repeat;
  inset: -3.85vw 0 auto;
  margin: 0 auto;
}
#footer .footer__logo {
  display: block;
  width: 65%;
  margin: 0 auto 16%;
}
#footer .footer__nav-item {
  margin-bottom: 20%;
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-link {
  font-size: var(--font-size-13);
  letter-spacing: 0.05em;
  padding-left: 4vw;
}
#footer .footer__nav-link::before {
  position: absolute;
  content: "";
  width: 2vw;
  height: 1px;
  background: var(--body-font-color);
  inset: 0 auto 0 0;
  margin: auto 0;
  z-index: 1;
}
#footer .footer__nav-link:hover {
  opacity: 1;
  color: var(--primary-color);
  text-decoration: underline;
  transform: translateX(10px);
}
#footer .footer__nav-link:hover::before {
  background: var(--primary-color);
}

#copyright {
  word-break: normal;
  text-align: center;
  letter-spacing: 0.1em;
  margin-top: 10%;
}
#copyright small {
  font-size: var(--font-size-10);
}

/*==========================================
下層共通スタイル
===========================================*/
/*==========================================
sv
===========================================*/
.lower-sv {
  height: 50vw;
}
.lower-sv .sv__title {
  inset: auto auto 10% 7.552%;
  font-size: var(--font-size-21);
  padding: 1vw 2vw;
}

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

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

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

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
.com-head__section {
  position: relative;
}
/*
# top-about
------------------------*/
.top-about {
  padding: 15% 0 22%;
}
.top-about .about__button {
  margin-top: 45px;
}
.top-about .about__img {
  margin-top: 15%;
}

/*
# top-menu
------------------------*/
.top-menu {
  background: url(../img/top/menu-top_bg.jpg) top center no-repeat, var(--primary-color-extralight);
}
.top-menu .menu__inbox {
  padding: 15% 8%;
}
.top-menu .menu__top-img {
  width: 30%;
  inset: -15vw 2% auto auto;
}
.top-menu .menu__inner {
  padding: 10% 6%;
  position: relative;
  overflow: hidden;
}
.top-menu .menu__img {
  margin-bottom: 12%;
}
.top-menu .menu__button {
  margin: 12% auto 0;
}

/*
# top-faq
------------------------*/
.top-watercolor_bg {
  background: url(../img/top/top-watercolor_bg.png) center/100% no-repeat;
}

.top-faq {
  padding: 18% 0 0;
}
.top-faq .faq__title {
  margin-bottom: 8%;
}
.top-faq .faq__button {
  width: 65%;
  margin: 0 0 15% auto;
  justify-content: flex-start;
}
.top-faq .faq__item {
  width: 90%;
  padding: 10% 6%;
  margin-bottom: 18%;
}
.top-faq .faq__item::before {
  position: absolute;
  content: "";
  width: 10vw;
  height: 8vw;
  inset: auto auto -7vw 15%;
  background: url(../img/top/faq-item_arr.svg) center/100% no-repeat;
}
.top-faq .faq__item:last-child {
  margin-bottom: 0;
}
.top-faq .faq__item:nth-child(even) {
  margin-left: auto;
}
.top-faq .faq__item:nth-child(even)::before {
  transform: scale(-1, 1);
}
.top-faq .faq__item-title, .top-faq .faq__item-content {
  padding-left: 11%;
}
.top-faq .faq__item-title::before, .top-faq .faq__item-content::before {
  position: absolute;
  color: var(--accent-color);
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-medium);
  line-height: 1;
  inset: 0 auto auto 0;
}
.top-faq .faq__item-title {
  font-size: var(--font-size-18);
  margin-bottom: 6%;
}
.top-faq .faq__item-title::before {
  content: "Q.";
}
.top-faq .faq__item-content {
  font-size: var(--font-size-15);
}
.top-faq .faq__item-content::before {
  content: "A.";
}

/*
# top-info
------------------------*/
.top-info {
  width: 84%;
  margin: 18% auto;
  border: 2vw solid var(--color-white);
  padding: 12% 0;
}
.top-info .info__img {
  margin-bottom: 8%;
}
.top-info .info__img::before {
  position: absolute;
  content: "";
  width: 35%;
  height: 28vw;
  background: url(../img/top/info-img_ill.png) center/100% no-repeat;
  inset: -15vw -17% auto auto;
}

/*
# top-news
------------------------*/
.top-news {
  padding: 0 0 15%;
}
.top-news .news__title {
  margin-bottom: 8%;
}
.top-news .news__button {
  width: 65%;
  margin: 0 0 15% auto;
  justify-content: flex-start;
}
.top-news .news__post-list {
  gap: 7vw;
  flex-wrap: nowrap;
  overflow-x: scroll;
  padding-bottom: 8%;
}
.top-news .news__post {
  width: 65%;
}
.top-news .news__post-link:hover {
  opacity: 1;
  transform: translateY(-10px);
}
.top-news .news__post-link:hover .news__post-title {
  text-decoration: underline;
}
.top-news .news__post-link:hover .news__post-img::before {
  opacity: 1;
}
.top-news .news__post:first-child .news__post-link {
  padding-top: 0;
}
.top-news .news__post-date {
  font-size: var(--font-size-14);
  text-align: right;
  margin-bottom: 2%;
}
.top-news .news__post-img {
  width: 100%;
  height: 42vw;
  margin-bottom: 3%;
}
.top-news .news__post-img::before {
  transition: all 0.3s;
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary-color);
  inset: 0;
  opacity: 0;
  border-radius: 2.5vw;
}
.top-news .news__post-tags {
  gap: 7px;
}
.top-news .news__post-tags .news__post-tag {
  margin-top: 2%;
  font-size: var(--font-size-14);
}
.top-news .news__post-tags .news__post-tag::before {
  content: "#";
  color: var(--primary-color);
}
.top-news .news__post-title {
  font-size: var(--font-size-15);
}

/*==========================================
about
===========================================*/
/*
# about-lead
------------------------*/
.about-lead {
  padding: 18% 0 23%;
}
.about-lead .lead__content {
  padding: 10% 6%;
}
.about-lead .lead__content::before, .about-lead .lead__content::after {
  position: absolute;
  content: "";
}
.about-lead .lead__content::before {
  width: 22%;
  height: 27vw;
  inset: auto auto -16vw 5%;
  background: url(../img/about/about-lead-lb_ill.png) center/100% no-repeat;
}
.about-lead .lead__content::after {
  width: 19%;
  height: 19vw;
  inset: -10vw 4% auto auto;
  background: url(../img/about/about-lead-rt_ill.png) center/100% no-repeat;
}

/*
# about-difference
------------------------*/
.about-difference {
  padding-bottom: 15%;
}
.about-difference .difference__title .title-ja {
  font-size: var(--font-size-23);
}
.about-difference .difference__img {
  margin-top: 18%;
}
.about-difference .difference__effects {
  margin-top: 20%;
}
.about-difference .effects__title {
  text-align: center;
  font-size: var(--font-size-21);
  border-top: 4px double;
  border-bottom: 4px double;
  padding: 4% 0;
  margin-bottom: 12%;
}
.about-difference .effects__title span::before {
  top: -7vw;
}
.about-difference .effects__title span::after {
  bottom: -8vw;
}
.about-difference .effects__item {
  padding: 0 0 0 10%;
  z-index: 1;
}
.about-difference .effects__item::before {
  width: 9vw;
  height: 9vw;
  border-radius: 50%;
  color: var(--primary-color);
  background: rgba(var(--primary-color-rgb), 0.1);
  inset: 0 auto 0 0;
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-bold);
}
.about-difference .effects__item span {
  border-bottom: 1px dotted var(--color-gray);
  padding: 5vw 0;
}

/*
# difference-reason
------------------------*/
.difference-reason {
  padding: 18% 0;
  background: url(../img/about/reason-lt_watercolor.png) left top/56.302% no-repeat, url(../img/about/reason-rb_watercolor.png) right bottom/56.302% no-repeat, var(--primary-color-extralight);
}
.difference-reason .reason__title .title-ja {
  font-size: var(--font-size-23);
}
.difference-reason .reason__card {
  position: relative;
  margin-bottom: 18%;
}
.difference-reason .reason__card:last-child {
  margin-bottom: 0;
}
.difference-reason .reason__card-title {
  position: relative;
  padding-left: 13%;
}
.difference-reason .reason__card-title::before {
  position: absolute;
  inset: 7vw auto auto 0;
  z-index: 1;
  line-height: 1;
  color: var(--primary-color);
  font-size: var(--font-size-24);
}
.difference-reason .reason__card-title span::before {
  left: -23vw;
}
.difference-reason .reason__card-img {
  z-index: 2;
  margin-bottom: 12%;
}
.difference-reason .reason__card:nth-child(even) .reason__card-img::before {
  left: 0;
  transform: scale(-1, 1);
}

/*==========================================
menu
===========================================*/
.menu__page-nav {
  margin-bottom: 18%;
}
.menu__page-nav .menu__page-item {
  margin-bottom: 8%;
}
.menu__page-nav .menu__page-item:last-child {
  margin-bottom: 0;
}

/*
# menu__section
------------------------*/
.menu__section {
  padding: 18% 0;
}
.menu__section .menu__inbox::after {
  position: absolute;
  content: "";
  width: 22%;
  height: 29vw;
  inset: 42vw 2% auto auto;
  background: url(../img/menu/menu-rt_ill.png) center/100% no-repeat;
}
.menu__section .menu__post {
  padding: 8% 0;
  border-bottom: 1px dotted;
  position: relative;
}
.menu__section .menu__post-title span::after {
  background: none;
}
.menu__section .menu__post-img {
  width: 100%;
  height: 52vw;
  margin-bottom: 6%;
}

/*
# price__section
------------------------*/
.price__section {
  background: url(../img/menu/price-top_watercolor.png) top center/100% no-repeat, var(--primary-color-extralight);
}
.price__section .price__inbox {
  padding: 18% 8%;
  position: relative;
}
.price__section .price__inbox::before {
  position: absolute;
  content: "";
  width: 18%;
  height: 27vw;
  background: url(../img/menu/price-lt_ill.png) center/100% no-repeat;
  inset: -15vw auto auto 6%;
}
.price__section .price__text {
  margin-bottom: 12%;
}
.price__section .price__item {
  padding: 10% 0;
  border-bottom: 1px dotted;
}
.price__section .price__item-price {
  text-align: right;
  font-size: var(--font-size-17);
  margin-bottom: 4%;
}
.price__section .price__item-text {
  padding-left: 4%;
}

/*==========================================
faq
===========================================*/
.faq__section .faq__item {
  margin-bottom: 15%;
  padding: 10% 6%;
}
.faq__section .faq__item:last-child {
  margin-bottom: 0;
}
.faq__section .faq__item::before, .faq__section .faq__item::after {
  position: absolute;
  content: "";
}
.faq__section .faq__item::before {
  width: 12%;
  height: 14vw;
  background: url(../img/faq/faq-item-lb_ill.png) center/100% no-repeat;
  inset: auto auto -6vw -5%;
}
.faq__section .faq__item::after {
  width: 19%;
  height: 22vw;
  background: url(../img/faq/faq-item-rt_ill.png) center/100% no-repeat;
  inset: -11vw 4% auto auto;
}
.faq__section .faq__item-title, .faq__section .faq__item-content {
  padding-left: 11%;
}
.faq__section .faq__item-title::before, .faq__section .faq__item-content::before {
  position: absolute;
  color: var(--accent-color);
  font-size: var(--font-size-21);
  font-weight: var(--font-weight-bold);
  line-height: 0.5;
  inset: 2vw auto auto 0;
  font-family: var(--body-font-family);
}
.faq__section .faq__item-title {
  font-size: var(--font-size-19);
  margin-bottom: 7%;
}
.faq__section .faq__item-title::before {
  content: "Q.";
}
.faq__section .faq__item-content {
  font-size: var(--font-size-15);
}
.faq__section .faq__item-content::before {
  content: "A.";
}

/*==========================================
info
===========================================*/
/*
# info-greeting
------------------------*/
.info-greeting {
  padding: 18% 0;
}
.info-greeting .greeting__title {
  text-align: center;
  background-position: 50% 100%;
  margin-bottom: 10%;
}
.info-greeting .greeting__img {
  margin-bottom: 11%;
}
.info-greeting .greeting__img::before {
  position: absolute;
  content: "";
  width: 21%;
  height: 21vw;
  background: url(../img/info/owner-img_ill.png) center/100% no-repeat;
  inset: auto auto -8vw -8%;
}

/*
# info__section
------------------------*/
.info__section {
  padding: 15% 0;
}
.info__section .info__inbox::before {
  position: absolute;
  content: "";
  width: 25%;
  height: 30vw;
  inset: -28vw 4% auto auto;
  background: url(../img/info/info-rt_ill.png) center/100% no-repeat;
}
.info__section .info__table {
  margin-bottom: 15%;
}

/*==========================================
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%;
}
.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;
  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 {
  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 {
  width: 70%;
  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フレーム時)
  ===========================================*/