@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: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.sp-menu-btn-wrp .sp-menu-btn {
  width: 14.5vw;
  height: 14.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn span {
  width: 70%;
  height: 2px;
  background: var(--accent-color-dark);
}
.sp-menu-btn-wrp .sp-menu-btn .top {
  top: 4.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn .middle {
  top: 0;
  bottom: 0;
}
.sp-menu-btn-wrp .sp-menu-btn .bottom {
  top: 9.5vw;
}
.sp-menu-btn-wrp .sp-menu-btn-txt {
  color: var(--color-white);
  top: -2vw;
  font-size: var(--font-size-10);
}

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

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

/*  drawer inbox
  ------------------------------------ */
#drawer__nav {
  padding: 15% 6%;
  background: var(--color-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: 6% 0;
  font-size: var(--font-size-18);
  border-bottom: none;
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown {
  padding: 3% 12% 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span {
  display: block;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown span:before, #drawer__nav .drawer__nav .drawer__nav-dropdown span:after {
  background: var(--color-black);
}
#drawer__nav .drawer__nav .drawer__nav-dropdown-item .drawer__nav-link {
  display: block;
  padding: 3% 0;
}
#drawer__nav .drawer__nav .drawer__nav-dropdown .show span:after {
  opacity: 0 !important;
}
#drawer__nav .drawer__nav .current span {
  padding-left: 8vw;
  position: relative;
  text-decoration: underline;
  color: var(--accent-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: 3vw;
  height: 3vw;
  border-top: 2px solid var(--accent-color);
  border-right: 2px solid var(--accent-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-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 5vw;
}
#drawer__nav .drawer__address {
  width: 100%;
}
#drawer__nav .drawer__nav-subpage {
  display: flex;
  justify-content: center;
  width: 100%;
  font-size: var(--font-size-13);
  gap: 4vw;
  margin-top: 12%;
}
#drawer__nav .drawer__nav-subpage-link {
  text-decoration: underline;
}

/*
# c-tel
------------------------*/
.c-tel {
  line-height: 1.1;
  padding-bottom: 3vw;
  border-bottom: 2px solid var(--accent-color-dark);
}
.c-tel .tel__num {
  font-size: var(--font-size-35);
  line-height: 1.5;
  padding-left: 8vw;
  background: url(../../img/common/tel_ic.png) left bottom 2vw/5.5vw no-repeat;
}
.c-tel .tel__text {
  display: block;
}

/*
# c-address
------------------------*/
.c-address .address__locate {
  margin-bottom: 5%;
  line-height: 2.2;
}
.c-address .address__worktime .worktime__item {
  display: flex;
  align-items: baseline;
  margin-bottom: 4%;
}
.c-address .address__worktime .worktime__item:last-child {
  margin-bottom: 0;
}
.c-address .address__worktime .worktime__item dt {
  position: relative;
  padding-right: 3vw;
  margin-right: 3vw;
  color: var(--accent-color-dark);
}
.c-address .address__worktime .worktime__item dt::after {
  width: 1px;
  height: 3.5vw;
  position: absolute;
  content: "";
  background: var(--accent-color-dark);
  inset: 0 0 0 auto;
  margin: auto 0;
}
.c-address .address__worktime .worktime__item dd {
  max-width: 55vw;
}

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

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

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

#g-map .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;
}
#g-map .map iframe {
  border-radius: 4vw;
}

/*
# section-lead
------------------------*/
.section-lead-text {
  text-align: center;
  margin-bottom: 8%;
  font-size: var(--font-size-18);
}

/*
# background
------------------------*/
.bg-image01 {
  background: url(../../img/common/com-bg01-bc_bg.png) bottom center/100% no-repeat;
}

.bg-image02 {
  padding: 22% 0;
  background: url(../../img/common/com-bg02-lt_deco.png) left top/38.2291% no-repeat, url(../../img/common/com-bg02-rb_deco.png) right bottom/38.4895% no-repeat, url(../../img/common/com-bg02-rt_deco.png) right top 22vw/36.4583% no-repeat, url(../../img/common/com-bg02_base.jpg) center;
}

.bg-image03 {
  background: url(../../img/reason/reason-lb_bg.png) left bottom/48.697% no-repeat, url(../../img/reason/reason-top_bg.png) top center/100% no-repeat, linear-gradient(to bottom, rgba(var(--color-white-rgb), 1) 0%, rgba(var(--primary-color-extra-light-rgb), 1) 100%);
}

.before-bg-color-primary-light {
  position: relative;
  z-index: 1;
  font-size: var(--font-size-20);
  background: linear-gradient(to bottom, transparent 50%, rgba(var(--primary-color-light-rgb), 1) 50%);
}

.before-bg-image-leaf {
  position: relative;
}
.before-bg-image-leaf::before {
  position: absolute;
  min-width: 10vw;
  min-height: 11vw;
  background: url(../../img/common/leaf_ic.png) left center/7vw 10vw no-repeat;
  text-align: right;
  inset: 0 auto auto 0;
  font-size: var(--font-size-27);
  line-height: 1;
  letter-spacing: 0;
}

/*
# com-button
------------------------*/
.com-button {
  height: 17vw;
  text-align: center;
  border-radius: 9vw;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  font-weight: var(--font-weight-medium);
  background: var(--accent-color);
}
.com-button::before {
  position: absolute;
  content: "\e315";
  font-family: "Material Symbols Outlined";
  inset: 0 auto 0 6.5789%;
  margin: auto 0;
  width: 7vw;
  height: 7vw;
  background: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: var(--font-weight-bold);
  z-index: 1;
  font-size: var(--font-size-21);
  color: var(--accent-color);
}
.com-button:hover::before {
  left: 8%;
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  text-align: center;
  font-size: var(--font-size-25);
  font-weight: var(--font-weight-medium);
  padding-top: 7vw;
  margin-bottom: 12%;
  background: url(../../img/common/section-ttl_ic.png) top center/8vw no-repeat;
}

.headline-title {
  font-size: var(--font-size-20);
  font-weight: var(--font-weight-medium);
  margin-bottom: 6%;
}

/*==========================================
header
===========================================*/
#header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 1001;
  width: 100%;
  padding: 2% 4%;
}
#header .header__logo {
  width: 50%;
  line-height: 1;
}
#header .header__right {
  display: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: 75vw;
  position: relative;
  z-index: 1;
  background: url(../../img/top/mv/mv-l_bg.png) left top no-repeat, url(../../img/top/mv/mv_bg.png) center/cover no-repeat;
}
#top-mv::before {
  position: absolute;
  content: "";
  width: 82%;
  height: 75%;
  border-radius: 5vw 0 0 5vw;
  background: url(../../img/top/mv/mv_img.jpg) center/cover no-repeat;
  z-index: -1;
  inset: auto 0 0 auto;
}
#top-mv .mv__catch {
  width: 72%;
  position: absolute;
  inset: auto auto 8% 4%;
}

/*==========================================
nav
===========================================*/
#nav {
  display: none;
}

/*==========================================
footer
===========================================*/
#footer {
  padding: 18% 0 12%;
}
#footer .footer__left {
  padding-bottom: 15%;
  gap: 6vw 5vw;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .footer__left .footer__logo {
  width: 75%;
  padding-right: 5vw;
  border-right: 1px solid var(--primary-color);
}
#footer .footer__nav {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
}
#footer .footer__nav-item {
  margin-bottom: 18%;
  font-size: var(--font-size-16);
}
#footer .footer__nav-item:last-child {
  margin-bottom: 0;
}
#footer .footer__nav-link {
  padding-left: 3vw;
  display: block;
  position: relative;
}
#footer .footer__nav-link.current {
  font-weight: var(--font-weight-bold);
}
#footer .footer__nav-link.current::before {
  height: 2px;
}
#footer .footer__nav-link:hover {
  transform: translateX(5px);
}
#footer .footer__nav-link::before {
  position: absolute;
  content: "";
  width: 1.85vw;
  height: 1px;
  inset: 0 auto 0 0;
  margin: auto 0;
  background: var(--accent-color);
}

#copyright {
  word-break: normal;
  text-align: center;
  margin-top: 10%;
}
#copyright small {
  font-size: var(--font-size-11);
}
#copyright a {
  text-decoration: underline;
}

/*==========================================
ページトップ
===========================================*/
.pagetop {
  width: 36px;
  height: 36px;
}

/*==========================================
sv
===========================================*/
.lower-sv {
  height: 50vw;
  position: relative;
  z-index: 1;
  background: url(../../img/sv/sv-l_bg.png) left top no-repeat, url(../../img/sv/sv_bg.png) center/cover no-repeat;
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: 66.6666%;
  height: 51%;
  inset: auto 0 0 auto;
  z-index: -1;
}
.lower-sv .sv__title {
  position: absolute;
  inset: auto auto 15% 4%;
  font-size: var(--font-size-23);
  border-radius: 12vw;
  text-align: center;
  padding: 2vw 4vw;
  text-shadow: 3px 3px var(--primary-color);
}

#about-sv::before {
  background: url(../../img/sv/about-sv_img.png) center/100% no-repeat;
}

#kanpou-sv::before {
  background: url(../../img/sv/kanpou-sv_img.png) center/100% no-repeat;
}

#reason-sv::before {
  background: url(../../img/sv/reason-sv_img.png) center/100% no-repeat;
}

#info-sv::before {
  background: url(../../img/sv/info-sv_img.png) center/100% no-repeat;
}

#news-sv::before {
  background: url(../../img/sv/news-sv_img.png) center/100% no-repeat;
}

#contact-sv::before {
  background: url(../../img/sv/contact-sv_img.png) center/100% no-repeat;
}

#complete-sv::before {
  background: url(../../img/sv/complete-sv_img.png) center/100% no-repeat;
}

#privacy-sv::before {
  background: url(../../img/sv/privacy-sv_img.png) center/100% no-repeat;
}

#site-sv::before {
  background: url(../../img/sv/site-sv_img.png) center/100% no-repeat;
}

#e404-sv::before {
  background: url(../../img/sv/e404-sv_img.png) center/100% no-repeat;
}

/*==========================================
top
===========================================*/
/*
# top-news
------------------------*/
#top-news {
  padding: 20% 0;
  background: url(../../img/top/news_bg.jpg);
}
#top-news .news__post-list .news__post {
  margin-bottom: 7%;
}
#top-news .news__post-list .news__post:last-child {
  margin-bottom: 0;
}
#top-news .news__post-list .news__post-link {
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: baseline;
  flex-wrap: wrap;
  row-gap: 2vw;
}
#top-news .news__post-list .news__post-link:hover {
  opacity: 1;
  transform: translateX(15px);
}
#top-news .news__post-list .news__post-link:hover .news__post-title {
  background: var(--primary-color);
}
#top-news .news__post-list .news__post-tags {
  width: 75%;
  gap: 1.5vw;
  display: flex;
  flex-wrap: wrap;
}
#top-news .news__post-list .news__post-tags .news__post-tag::before {
  content: "・";
}
#top-news .news__post-list .news__post-date {
  width: 22%;
  font-size: var(--font-size-16);
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  border-radius: 10vw;
  padding: 3% 6%;
  transition: all 0.3s;
}
#top-news .news__button {
  margin: 15% 0 0 auto;
}

/*
# top-about
------------------------*/
#top-about {
  padding: 20% 0 22%;
}
#top-about .about__img {
  margin-bottom: 12%;
}
#top-about .about__button {
  margin-top: 15%;
}

/*
# top-kanpou
------------------------*/
#top-kanpou .kanpou__content {
  padding: 12% 8%;
}
#top-kanpou .kanpou__button {
  margin: 15% auto 0;
}

/*
# top-reason
------------------------*/
#top-reason {
  padding: 22% 0;
  position: relative;
  background: url(../../img/top/reason-lt_bg.png) left top/42.1875% no-repeat;
}
#top-reason::before {
  position: absolute;
  content: "";
  width: 26.8229%;
  height: 49vw;
  inset: auto 0 -22vw auto;
  background: url(../../img/top/reason-rb_bg.png) center/100% no-repeat;
}
#top-reason .reason__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 5vw 4%;
}
#top-reason .reason__list .reason__card {
  width: 48%;
  text-align: center;
}
#top-reason .reason__list .reason__card-title span {
  font-size: var(--font-size-18);
}
#top-reason .reason__button {
  margin: 15% auto 0;
}

/*
# top-faq
------------------------*/
#top-faq {
  padding-bottom: 22%;
  background: linear-gradient(to bottom, rgba(var(--color-white-rgb), 1) 0%, rgba(var(--primary-color-extra-light-rgb), 1) 100%);
}
#top-faq .faq__item {
  margin-bottom: 12%;
}
#top-faq .faq__item:last-child {
  margin-bottom: 0;
}
#top-faq .faq__item-title {
  margin-bottom: 6%;
  padding-left: 16%;
}
#top-faq .faq__item-title::before {
  content: "Q.";
}
#top-faq .faq__item-body {
  padding: 10% 7%;
  border-width: 1vw;
}

/*
# top-reserve
------------------------*/
#top-reserve {
  padding: 20% 0 22%;
  background: url(../../img/top/reserve_bg.jpg) center/cover no-repeat;
  position: relative;
}
#top-reserve::before {
  position: absolute;
  content: "";
  width: 49.8958%;
  height: 18vw;
  background: url(../../img/top/reserve-l_deco.png) center/100% no-repeat;
  inset: -10vw auto auto 0;
}
#top-reserve .reserve__tel-wrap {
  width: 100%;
  height: 36vw;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color-white);
  border-radius: 19vw;
  text-align: center;
}

/*
# top-access
------------------------*/
#top-access {
  padding: 20% 0 22%;
  background: url(../../img/top/access_bg.png) center/100% no-repeat;
  position: relative;
}
#top-access::before {
  position: absolute;
  content: "";
  width: 38.4895%;
  height: 14vw;
  inset: auto 0 -8vw auto;
  background: url(../../img/top/access-rb_deco.png) center/100% no-repeat;
}
#top-access .access__left {
  margin-bottom: 15%;
}
#top-access .access__table {
  padding: 8% 6%;
}
#top-access .access__button {
  margin: 15% auto 0;
}

/*==========================================
about
===========================================*/
/*
# about-kanpou
------------------------*/
#about-kanpou {
  padding: 20% 0 22%;
  position: relative;
  z-index: 1;
}
#about-kanpou .kanpou__img {
  width: 75%;
  margin: 0 0 12% auto;
  text-align: center;
  margin-bottom: 12%;
  position: relative;
  padding-bottom: 31vw;
  z-index: 1;
}
#about-kanpou .kanpou__lb-img {
  width: 120%;
  position: absolute;
  inset: auto auto 0 -25vw;
  z-index: -1;
}
#about-kanpou .kanpou__lb-img img {
  border-radius: 4vw;
}

/*
# bout-compare
------------------------*/
#about-compare .compare__card {
  margin-bottom: 13%;
}
#about-compare .compare__card:last-child {
  margin-bottom: 0;
}
#about-compare .compare__card-img {
  text-align: center;
  margin-bottom: 10%;
}
#about-compare .compare__card-title {
  text-align: center;
  margin-bottom: 10%;
}
#about-compare .compare__card-content {
  padding: 10% 8%;
}

/*
# about-greeting
------------------------*/
#about-greeting {
  background: url(../../img/about/greeting_bg.jpg) center/cover no-repeat;
  padding: 22% 0;
}
#about-greeting .greeting__inner {
  padding: 10% 8%;
  border-width: 1vw;
}
#about-greeting .greeting__img {
  text-align: center;
  margin-bottom: 10%;
}

/*==========================================
kanpou
===========================================*/
/*
# kanpou-worry
------------------------*/
#kanpou-worry {
  padding: 20% 0 22%;
}
#kanpou-worry .worry__title {
  font-size: var(--font-size-24);
}
#kanpou-worry .worry__list {
  padding: 10% 4%;
  /*==========================================
  Flexbox
  ===========================================*/
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-sizing: border-box;
  flex-wrap: wrap;
  row-gap: 3vw;
  border-radius: 15vw;
}
#kanpou-worry .worry__list .worry__item {
  width: 49%;
  padding-left: 5vw;
  font-size: var(--font-size-15);
  background: url(../../img/kanpou/worry-check_ic.png) left top 1.5vw/3.5vw no-repeat;
}

/*
# kanpou-about
------------------------*/
#kanpou-about .about__img {
  margin-bottom: 10%;
}

/*
# kanpou-merit
------------------------*/
#kanpou-merit {
  padding: 20% 0 22%;
  background: url(../../img/top/reason-lt_bg.png) left top/42.1875% no-repeat, url(../../img/top/reason-rb_bg.png) right bottom/26.8229% no-repeat, linear-gradient(to bottom, rgba(var(--color-white-rgb), 1) 0%, rgba(var(--primary-color-extra-light-rgb), 1) 100%);
}

.column2__card {
  margin-bottom: 18%;
}
.column2__card:last-child {
  margin-bottom: 0;
}
.column2__card-title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 6%;
  text-align: center;
  margin-bottom: 6%;
  font-size: var(--font-size-);
}
.column2__card-title::before {
  color: var(--accent-color-dark);
  left: -12vw;
}
.column2__card-img {
  text-align: center;
  margin-bottom: 6%;
}

/*==========================================
reason
===========================================*/
#reason-section {
  padding: 20% 0 22%;
}

/*==========================================
info
===========================================*/
.info__pagenav-list {
  width: 84%;
  margin: 0 auto 15%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4vw 4%;
}
.info__pagenav-list .info__pagenav-item {
  width: 48%;
}
.info__pagenav-list .info__pagenav-item .pagenav-item__button {
  height: 14vw;
  padding-left: 6vw;
}
.info__pagenav-list .info__pagenav-item .pagenav-item__button::before {
  width: 5vw;
  height: 5vw;
  font-size: var(--font-size-16);
}

/*
# info-board
------------------------*/
#info-board .board__inner {
  padding: 10% 8%;
}
#info-board .board__content {
  margin-bottom: 18%;
}
#info-board .board__content:last-child {
  margin-bottom: 0;
}
#info-board .board__content-title {
  margin-bottom: 7%;
}

/*
# info-guide
------------------------*/
#info-guide .guide__table {
  padding: 10% 8%;
  margin-bottom: 18%;
}
#info-guide #g-map {
  margin-bottom: 13%;
}

/*==========================================
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-13);
}
.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-13);
}
.column__wrap .column__list .column__post-title {
  font-size: var(--font-size-18);
  margin: 3% 0;
}
.column__wrap .column__list .column__post-body {
  font-size: var(--font-size-15);
}
.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-16);
  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-16);
}
.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フレーム時)
  ===========================================*/