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

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

/*
# c-contact__list
------------------------*/
.c-contact__list {
  gap: 15px;
}
.c-contact__list .com-tel {
  line-height: 1.3;
  text-align: center;
}
.c-contact__list .com-tel .tel__num {
  font-size: var(--font-size-30);
  font-family: var(--sub-font-family);
  color: var(--color-white);
  font-weight: var(--font-weight-bold);
  letter-spacing: var(--body-letter-spacing);
  padding-left: 23px;
  background: url(../../img/common/tel-ic_white.png) left bottom 7px no-repeat;
}
.c-contact__list .com-tel .tel__num small {
  font-size: var(--font-size-16);
}
.c-contact__list .com-tel .tel__text {
  display: block;
}
.c-contact__list .com-mail .mail__button {
  width: 195px;
  display: block;
  color: var(--color-white);
  font-size: var(--font-size-16);
  padding: 2px 0;
  background: var(--accent-color);
  font-family: var(--sub-font-family);
  text-align: center;
  position: relative;
}
.c-contact__list .com-mail .mail__button:after {
  position: absolute;
  inset: 0 20px 0 auto;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  transform: rotate(45deg);
  transition: all 0.3s;
  z-index: 1;
}
.c-contact__list .com-mail .mail__button span {
  display: block;
  width: 100%;
  padding: 10px 0 10px 20px;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
  background: url(../../img/common/mail_ic.png) left 25px center no-repeat;
}
.c-contact__list .com-mail .mail__button:hover::after {
  right: 10px;
}

/*
# img-list
------------------------*/
.c-img__list {
  gap: 40px;
  margin-top: 70px;
}
.c-img__list .c-img__item {
  width: 520px;
}
.c-img__list .c-img__item .img__item-frame {
  margin-bottom: 10px;
}

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

.com-text {
  line-height: 2.5;
  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 {
  display: block;
  padding: 2px 0;
  text-align: center;
  font-size: var(--font-size-18);
  background: url(../../img/common/com-button_deco.png) center, var(--accent-color);
  font-family: var(--sub-font-family);
  color: var(--color-white);
}
.com-button span {
  padding: 10px 0;
  display: block;
  border-top: 1px solid var(--color-white);
  border-bottom: 1px solid var(--color-white);
}

/*==========================================
共通タイトル
===========================================*/
.section-title {
  font-size: var(--font-size-52);
  font-family: var(--sub-font-family);
  letter-spacing: 0.22em;
  padding-bottom: 60px;
  margin-bottom: 60px;
  text-align: center;
  background: url(../../img/common/section-ttl_deco.png) bottom center no-repeat;
}
.section-title small {
  display: block;
  color: var(--primary-color);
  font-size: var(--font-size-32);
}

.headline-title {
  color: var(--primary-color);
  font-family: var(--sub-font-family);
  font-size: var(--font-size-24);
  padding-left: 30px;
  background: url(../../img/common/headline-ttl_deco.png) left top 14px no-repeat;
  margin-bottom: 10px;
}

.sub-title {
  font-size: var(--font-size-18);
  color: var(--primary-color);
  font-family: var(--sub-font-family);
  text-align: center;
}
.sub-title span {
  padding: 0 25px;
  background: url(../../img/common/headline-ttl_deco.png) left center no-repeat, url(../../img/common/headline-ttl_deco.png) right center no-repeat;
}

/*==========================================
header
===========================================*/
#header {
  background: url(../../img/common/header_bg.jpg) center/cover no-repeat;
  padding: 20px 2.0833% 15px;
  border-bottom: 2px solid var(--color-white);
}
#header .header__logo {
  line-height: 1;
}
#header .header__right {
  width: 625px;
}
#header .header__right .header__contact-list {
  justify-content: flex-end;
}

/*==========================================
nav
===========================================*/
#nav {
  margin-top: 15px;
}
#nav .nav__list {
  gap: 10px 20px;
  font-size: var(--font-size-14);
}
#nav .nav__list .nav__item-link {
  color: var(--color-white);
  /*==========================================
  hover時に中央から外側に向けてのボーダー
  ===========================================*/
  padding-bottom: 3px;
  display: block;
  position: relative;
}
#nav .nav__list .nav__item-link::before, #nav .nav__list .nav__item-link::after {
  content: "";
  width: 0;
  bottom: 0;
  transition: all 0.3s ease;
  border-bottom: 1px solid var(--color-white);
  position: absolute;
  display: block;
}
#nav .nav__list .nav__item-link::before {
  left: 50%;
}
#nav .nav__list .nav__item-link:after {
  right: 50%;
}
#nav .nav__list .nav__item-link:hover {
  color: var(--color-white);
}
#nav .nav__list .nav__item-link:hover::before, #nav .nav__list .nav__item-link:hover::after {
  width: 50%;
  border-bottom: 1px solid var(--color-white);
}
#nav .nav__list .nav__item-link.current {
  border-bottom: 1px solid;
}
#nav .nav__list .nav__item-link.current::before, #nav .nav__list .nav__item-link.current::after {
  border-bottom: none;
}
#nav .nav__list .nav__item-link.current:hover::before, #nav .nav__list .nav__item-link.current:hover::after {
  border-bottom: none;
}

/*==========================================
mv
===========================================*/
#top-mv {
  height: clamp(500px, 41.562vw, 798px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../../img/top/mv/mv_bg.jpg) center/cover no-repeat;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#top-mv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: clamp(350px, 27.4995vw, 528px);
  background: url(../../img/sv/sv_deco.png) top center/100% no-repeat;
  inset: -13% 0 auto;
  z-index: 1;
}
#top-mv .mv__catch {
  width: 48.95833%;
  position: relative;
  z-index: 1;
}

/*==========================================
footer
===========================================*/
#footer {
  background: var(--footer-color);
  padding: 95px 0 100px;
}
#footer .footer__inbox {
  text-align: center;
}
#footer .footer__logo {
  display: inline-block;
  margin-bottom: 35px;
}
#footer .footer__address-list {
  gap: 25px;
  margin-bottom: 25px;
}
#footer .footer__address-list .footer__address-item {
  width: 300px;
  padding: 10px 0 15px;
  text-align: center;
  background: var(--color-white);
  border: 1px solid var(--primary-color);
}
#footer .footer__address-list .footer__address-item .address__title {
  color: var(--primary-color);
  font-size: var(--font-size-16);
  margin-bottom: 10px;
  font-family: var(--sub-font-family);
}
#footer .footer__address-list .footer__address-item .address__text {
  font-size: var(--font-size-14);
}
#footer .footer__contact-list {
  justify-content: center;
}
#footer .footer__contact-list .com-tel .tel__num {
  color: var(--primary-color);
  background-image: url(../../img/common/tel-ic_blue.png);
}
#footer .footer__nav {
  padding-top: 15px;
  margin-top: 45px;
  border-top: 1px solid var(--color-lightblue-light);
}
#footer .footer__nav-list {
  font-size: var(--font-size-13);
  gap: 10px 25px;
}
#footer .footer__nav-link {
  color: var(--primary-color);
}
#footer .footer__nav-link:hover {
  text-decoration: underline;
}

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

/*==========================================
sv
===========================================*/
.lower-sv {
  position: relative;
  height: clamp(350px, 27.4995vw, 528px);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  overflow: hidden;
}
.lower-sv::before {
  position: absolute;
  content: "";
  width: 100%;
  height: clamp(350px, 27.4995vw, 528px);
  background: url(../../img/sv/sv_deco.png) top center/100% no-repeat;
  inset: -13% 0 auto;
  z-index: 1;
}
.lower-sv .sv__title {
  width: 820px;
  font-family: var(--sub-font-family);
  color: var(--primary-color);
  text-align: center;
  font-size: var(--font-size-44);
  letter-spacing: 0.08em;
  background: url(../../img/common/body_bg.jpg);
  position: relative;
  z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

/*==========================================
top
===========================================*/
/*
# top-about
------------------------*/
#top-about {
  padding: 200px 0 85px;
  position: relative;
}
#top-about::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 165px;
  background: var(--primary-color);
  inset: 0 0 auto;
  margin: 0 auto;
}
#top-about .about__title {
  letter-spacing: 0.44em;
}
#top-about .about__content {
  background: var(--color-white);
  text-align: center;
  position: relative;
  padding: 55px 65px;
  border: 1px solid var(--color-lightblue);
  font-size: var(--font-size-18);
}
#top-about .about__content::before, #top-about .about__content::after {
  position: absolute;
  content: "";
}
#top-about .about__content::before {
  width: 291px;
  height: 183px;
  inset: -97px -85px auto auto;
  background: url(../../img/top/about-rt_ill.png) center/100% no-repeat;
}
#top-about .about__content::after {
  width: 125px;
  height: 163px;
  inset: auto auto 30px -35px;
  background: url(../../img/top/about-lb_ill.png) center/100% no-repeat;
}
#top-about .about__button {
  width: 460px;
  margin: 50px auto 0;
}

/*
# top-column__section
------------------------*/
.top-column__section {
  position: relative;
}
.top-column__section .column__inbox {
  padding: 110px 0 105px;
}
.top-column__section .column__img {
  width: 47.13541%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.top-column__section .column__content {
  width: auto;
  writing-mode: vertical-rl;
  text-orientation: upright;
  height: 510px;
}
.top-column__section .column__title {
  color: var(--primary-color);
  font-size: var(--font-size-44);
  background: none;
  text-align: left;
  line-height: 1.5;
  letter-spacing: 0.22em;
  margin-left: 25px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.top-column__section .column__text {
  margin-left: 60px;
  line-height: 2.5;
  font-size: var(--font-size-18);
}
.top-column__section .column__button {
  width: 60px;
  height: 300px;
  padding: 0 2px;
}
.top-column__section .column__button span {
  display: flex;
  align-items: center;
  justify-content: center;
  border-top: none;
  border-bottom: none;
  border-left: 1px solid var(--color-white);
  border-right: 1px solid var(--color-white);
  width: 100%;
  height: 100%;
}

#top-inori {
  background: url(../../img/top/inori-top_deco.png) top 85px left/26.5625% no-repeat, url(../../img/top/inori-btm_deco.png) bottom left 13.28125%/8.0208% no-repeat;
}
#top-inori .column__img {
  right: 0;
}

#top-eidai {
  background: url(../../img/top/eidai-top_deco.png) top 85px right/28.802% no-repeat, url(../../img/top/eidai-btm_deco.png) bottom 20px right 7.03125%/13.9062% no-repeat;
}
#top-eidai .column__content {
  width: 665px;
  margin-left: auto;
}
#top-eidai .column__img {
  width: 38.0208%;
  left: 0;
}

/*
# top-news
------------------------*/
#top-news {
  padding: 130px 0 125px;
  background: url(../../img/top/news_bg.jpg) center/cover no-repeat;
}
#top-news .news__inbox {
  position: relative;
  min-height: 335px;
}
#top-news .news__inbox::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 147px;
  inset: -130px auto auto 130px;
  background: var(--color-white);
}
#top-news .news__title {
  color: var(--color-white);
  background-image: url(../../img/top/news-ttl_deco.png);
  margin-bottom: 0;
  padding-top: 45px;
}
#top-news .news__post-list {
  width: 770px;
  background: rgba(var(--color-white-rgb), 0.9);
  padding: 30px 35px;
}
#top-news .news__post-list .news__post {
  border-bottom: 1px solid var(--primary-color);
}
#top-news .news__post-list .news__post:last-child {
  border-bottom: none;
}
#top-news .news__post-list .news__post-link {
  padding: 20px 15px;
}
#top-news .news__post-list .news__post-link:hover {
  transform: translateX(10px);
}
#top-news .news__post-list .news__post-link:hover .news__post-title {
  color: var(--primary-color);
  text-decoration: underline;
}
#top-news .news__post-list .news__post-date, #top-news .news__post-list .news__post-tags {
  color: var(--primary-color);
  font-size: var(--font-size-16);
  letter-spacing: 0.06em;
}
#top-news .news__post-list .news__post-date {
  width: 85px;
}
#top-news .news__post-list .news__post-tags {
  width: calc(100% - 85px);
}
#top-news .news__post-list .news__post-tags li {
  padding: 0 10px;
  position: relative;
}
#top-news .news__post-list .news__post-tags li::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: var(--primary-color);
  inset: 0 auto 0 0;
  margin: auto 0;
}
#top-news .news__post-list .news__post-title {
  width: 100%;
  transition: all 0.3s;
  font-size: var(--font-size-16);
}
#top-news .news__button {
  position: absolute;
  inset: auto auto 0 0;
  width: 250px;
}

/*==========================================
about
===========================================*/
/*
# about-origin
------------------------*/
#about-origin .origin__content {
  background: var(--color-white);
  padding: 45px 30px;
  text-align: center;
}

/*
# about-history
------------------------*/
#about-history .history__list {
  padding: 30px 45px;
  background: var(--color-lightblue-light);
}
#about-history .history__list .history__item {
  border-bottom: 1px solid var(--primary-color);
  padding: 15px 20px;
}
#about-history .history__list .history__item:last-child {
  border-bottom: none;
}
#about-history .history__list .history__item .history__item-title {
  color: var(--primary-color);
  padding-left: 25px;
  margin-bottom: 5px;
  background: url(../../img/common/headline-ttl_deco.png) left top 6px no-repeat;
}

/*
# about-greeting
------------------------*/
#about-greeting {
  background: rgba(var(--bg-color-lightblue-rgb), 0.4);
}
#about-greeting .greeting__wrap {
  background: var(--color-white);
  padding: 45px 40px 45px 60px;
  position: relative;
}
#about-greeting .greeting__wrap::before {
  position: absolute;
  content: "";
  width: 291px;
  height: 183px;
  inset: auto auto -40px -30px;
  background: url(../../img/about/greeting-btm_ill.png) center/100% no-repeat;
}
#about-greeting .greeting__wrap .greeting__content .greeting__text {
  text-align: center;
}
#about-greeting .greeting__wrap .greeting__content .greeting__text.name {
  color: var(--primary-color);
  text-align: right;
}

/*
# about-event
------------------------*/
#about-event .event__wrap {
  gap: 40px;
}
#about-event .event__item {
  width: 520px;
  display: flex;
  flex-direction: column;
}
#about-event .event__item-month-wrap {
  position: relative;
  border-bottom: 1px solid var(--primary-color);
}
#about-event .event__item-month-wrap:last-child {
  border-bottom: none;
}
#about-event .event__item-title {
  width: 100%;
  font-size: var(--font-size-28);
  margin-bottom: 10px;
}
#about-event .event__item-table {
  flex-grow: 1;
  background: var(--color-white);
  border: 1px solid var(--primary-color);
}
#about-event .event__item-month {
  width: 105px;
  background: var(--color-lightblue-light);
  padding: 15px;
  font-size: var(--font-size-20);
  text-align: center;
  color: var(--primary-color);
}
#about-event .event__item td {
  width: calc(100% - 105px);
}
#about-event .event__item-list {
  display: flex;
  flex-direction: column;
  height: auto;
  min-height: 60px;
  box-sizing: border-box;
  overflow: hidden;
}
#about-event .event__item-day {
  padding: 10px 15px;
  border-bottom: 1px solid var(--bg-color-lightblue);
}
#about-event .event__item .event__item-day:last-child {
  border-bottom: none;
}

/*==========================================
guide
===========================================*/
/*
# guide-butsugoto
------------------------*/
#guide-butsugoto .butsugoto__item {
  background: var(--color-white);
  padding: 55px 40px 60px;
  margin-bottom: 25px;
}
#guide-butsugoto .butsugoto__item:last-child {
  margin-bottom: 0;
}
#guide-butsugoto .butsugoto__item-headline {
  position: relative;
}
#guide-butsugoto .butsugoto__item-content {
  width: 510px;
  margin-left: auto;
  min-height: 290px;
}
#guide-butsugoto .butsugoto__item .butsugoto__content-title {
  font-size: var(--font-size-30);
  color: var(--primary-color);
  margin-bottom: 25px;
  line-height: 1.6;
  letter-spacing: 0.15em;
}
#guide-butsugoto .butsugoto__item .butsugoto__content-img {
  position: absolute;
  inset: 0 auto auto 0;
}
#guide-butsugoto .butsugoto__item-bottom {
  margin-top: 30px;
  gap: 35px;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-item {
  width: 480px;
  background: var(--fourth-color);
  padding: 25px 20px 35px;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-item .butsugoto__bottom-title {
  text-align: center;
  color: var(--primary-color);
  font-size: var(--font-size-20);
  border-bottom: 1px solid var(--primary-color);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-list {
  background: var(--fourth-color);
  padding: 30px;
  text-align: center;
  color: var(--primary-color);
  font-size: var(--font-size-24);
  position: relative;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-list::before {
  position: absolute;
  content: "";
  width: 228px;
  height: 162px;
  background: url(../../img/guide/butsugoto_ill.png) center/100% no-repeat;
  inset: auto 6px -23px auto;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-list .butsugoto__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-list .butsugoto__list-item dt {
  width: 80px;
  text-align: right;
}
#guide-butsugoto .butsugoto__item-bottom .butsugoto__bottom-list .butsugoto__list-item dd {
  width: 195px;
  text-align: left;
}

/*
# guide-inori
------------------------*/
#guide-inori .inori__list {
  gap: 55px 40px;
}
#guide-inori .inori__list .inori__item {
  width: 520px;
}
#guide-inori .inori__list .inori__item-img {
  margin-bottom: 10px;
}

/*==========================================
eidai
===========================================*/
/*
# eidai-about
------------------------*/
#eidai-about .about__content {
  text-align: center;
  background: var(--color-white);
  padding: 45px 30px;
}

/*
# eidai-type
------------------------*/
#eidai-type .type__item {
  background: rgba(var(--color-lightblue-light-rgb), 0.9);
  padding: 55px 35px 40px 40px;
  margin-bottom: 50px;
  position: relative;
}
#eidai-type .type__item:last-child {
  margin-bottom: 0;
}
#eidai-type .type__item-img {
  position: absolute;
  top: 55px;
}
#eidai-type .type__item-content {
  width: 530px;
  min-height: 370px;
}
#eidai-type .type__item-title {
  font-size: var(--font-size-32);
  color: var(--primary-color);
  margin-bottom: 20px;
}
#eidai-type .type__item:nth-of-type(odd) .type__item-img {
  left: 40px;
}
#eidai-type .type__item:nth-of-type(odd) .type__item-content {
  margin-left: auto;
}
#eidai-type .type__item:nth-of-type(even) .type__item-img {
  right: 35px;
}

/*
# eidai-steps
------------------------*/
#eidai-steps {
  background: rgba(var(--bg-color-lightblue-rgb), 0.4);
}
#eidai-steps .inbox {
  position: relative;
}
#eidai-steps .inbox::before {
  position: absolute;
  content: "";
  width: 291px;
  height: 183px;
  background: url(../../img/eidai/step_ill.png) center/100% no-repeat;
  inset: -60px 35px auto auto;
}
#eidai-steps .steps__item {
  margin-bottom: 30px;
  background: var(--color-white);
}
#eidai-steps .steps__item:last-child {
  margin-bottom: 0;
}
#eidai-steps .steps__item-title {
  font-size: var(--font-size-26);
  color: var(--color-white);
  background: var(--primary-color);
  padding: 15px 25px 15px 35px;
}
#eidai-steps .steps__item-content {
  padding: 25px 40px;
}

/*==========================================
info
===========================================*/
#info-section {
  position: relative;
}
#info-section::before {
  position: absolute;
  content: "";
  width: 10.1416%;
  height: 277px;
  background: url(../../img/info/betsuin-btm_ill.png) center bottom/100% no-repeat;
  inset: auto auto 0 8.333%;
}
#info-section .info__item {
  margin-bottom: 85px;
}
#info-section .info__item:last-child {
  margin-bottom: 0;
}
#info-section .info__item .info__table {
  margin-bottom: 50px;
  background: var(--color-white);
  padding: 10px 50px;
}

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