@charset "UTF-8";
/* CSS Document */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
/* 基本設定 */
/* ----rem設定---- */
:root {
  --liquid-lgDesignRatio: calc(1440 / 10);
  --liquid-lmdDesignRatio: calc(1024 / 10);
  --liquid-mdDesignRatio: calc(840 / 10);
  --liquid-smDesignRatio: calc(390 / 10);
}

html {
  font-size: 62.5%;
}

@media screen and (max-width: 1440px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-lgDesignRatio));
  }
  html {
    font-size: var(--liquid-htmlroot);
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-lmdDesignRatio));
  }
}
@media screen and (max-width: 840px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-mdDesignRatio));
  }
}
@media screen and (max-width: 520px) {
  :root {
    --liquid-htmlroot: calc(100vw / var(--liquid-smDesignRatio));
  }
}
/* --------- */
html {
  scroll-behavior: smooth;
  overflow-x: clip;
}

body {
  font-family: ヒラギノ明朝 Pro W3, Hiragino Mincho Pro, ＭＳ Ｐ明朝, MS PMincho, serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.75;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  color: #000;
  position: relative;
  overflow-x: clip;
}

a {
  text-decoration: none;
  transition-duration: 0.3s;
  transition-timing-function: ease;
}
a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
  height: auto;
}

/* ----レスポンシブの表示非表示---- */
.sp1440, .sp1024, .sp840, .sp520, .sp375 {
  display: none;
}

@media (max-width: 1440px) {
  .pc1440 {
    display: none !important;
  }
  .sp1440 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) {
  .pc1024 {
    display: none !important;
  }
  .sp1024 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) and (max-width: 840px) {
  .pc840 {
    display: none !important;
  }
  .sp840 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) {
  .pc520 {
    display: none !important;
  }
  .sp520 {
    display: block;
  }
}
@media (max-width: 1440px) and (max-width: 1024px) and (max-width: 840px) and (max-width: 520px) and (max-width: 375px) {
  .pc375 {
    display: none !important;
  }
  .sp375 {
    display: block;
  }
}
/* --------- */
/* ----------------------------------------------------------------------
クラス名設定
---------------------------------------------------------------------- */
.inner {
  max-width: 133rem;
  width: 86%;
  margin: 0 auto;
}

/* ----------------------------------------------------------------------
共通パーツ
---------------------------------------------------------------------- */
/* ----------------------------------------------------------------------
ヘッダー
---------------------------------------------------------------------- */
#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  transition: background 0.1s linear;
}
#header.scroll {
  background-color: #000;
}
#header h1.h-title {
  width: 100%;
  color: #fff;
  background-color: #000;
  margin: 0;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  padding: 1em 0;
}
@media screen and (max-width: 520px) {
  #header h1.h-title {
    font-size: 1rem;
  }
}
#header .header__navbar-wrap {
  width: 90%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 2em 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  align-content: stretch;
  font-size: 1.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 500;
}
@media screen and (max-width: 520px) {
  #header .header__navbar-wrap {
    font-size: 1.1rem;
    padding: 1em 0;
  }
}
#header .header__navbar-wrap .left-box {
  width: 21.5rem;
}
@media screen and (max-width: 840px) {
  #header .header__navbar-wrap .left-box {
    width: 13.5rem;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #header .header__navbar-wrap .left-box {
    width: 8.8rem;
  }
}
#header .header__navbar-wrap .left-box img {
  transition: 0.3s;
  width: 100%;
}
#header .header__navbar-wrap .right-box {
  width: 3.5em;
}
#header .header__navbar-wrap .right-box .btn {
  width: 100%;
  aspect-ratio: 1.8;
  position: relative;
}
#header .header__navbar-wrap .right-box .btn span {
  background: #fff;
  display: inline-block;
  height: 0.14em;
  width: 100%;
  position: absolute;
  left: 0;
  transition: 0.3s;
}
#header .header__navbar-wrap .right-box .btn span:first-child {
  top: 0;
  transform-origin: top left;
}
#header .header__navbar-wrap .right-box .btn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
#header .header__navbar-wrap .right-box .btn span:last-child {
  bottom: 0;
  transform-origin: bottom left;
}
#header .header__navbar-wrap .right-box .menu {
  color: #fff;
  margin-top: 0.6em;
}
#header .header__navbar-wrap .right-box.active .btn span:first-child {
  width: 115%;
  transform: rotate(28deg);
}
#header .header__navbar-wrap .right-box.active .btn span:nth-child(2) {
  opacity: 0;
  transform: translateX(10%);
}
#header .header__navbar-wrap .right-box.active .btn span:last-child {
  width: 115%;
  transform: rotate(-28deg);
}
#header.scrolled {
  background-color: #000;
}
#header.scrolled .header__navbar-wrap .left-box img {
  width: 70%;
}

#header-nav {
  position: fixed;
  left: 0;
  top: -200%;
  opacity: 0;
  transition: 0.3s;
  width: 100%;
  height: 100vh;
  font-size: 3rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 400;
  background-color: #000;
  color: #fff;
  z-index: -1;
}
@media screen and (max-width: 520px) {
  #header-nav {
    font-size: 2.4rem;
  }
}
#header-nav .mainNav-list {
  width: 100%;
  height: 100%;
  flex-direction: column;
  row-gap: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
}
#header-nav .mainNav-list .mainNav-item a {
  display: block;
  padding: 0.7em 3em;
  transition: 0.3s;
}
#header-nav .mainNav-list .mainNav-item a:hover {
  opacity: 1;
  color: #a62125;
}
#header-nav.active {
  opacity: 1;
  top: 0;
}

/* ----------------------------------------------------------------------
サブビジュアル
---------------------------------------------------------------------- */
#sv {
  width: 100%;
  height: 40rem;
  position: relative;
  font-size: 3.6rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #sv {
    font-size: 3rem;
    height: 31rem;
  }
}
#sv .svTtl-txt {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, 0);
  color: #fff;
  white-space: nowrap;
}
#sv img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ----------------------------------------------------------------------
最新の記事
---------------------------------------------------------------------- */
#new-news {
  background-color: #000;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 840px) {
  #new-news {
    padding: 1em 0;
  }
}
#new-news .inner {
  color: #fff;
  row-gap: 1em;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
}
#new-news .inner .news-list {
  width: calc(100% - 14em);
  row-gap: 1em;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 840px) {
  #new-news .inner .news-list {
    width: 100%;
    padding-bottom: 1em;
    border-bottom: 1px solid #fff;
  }
}
#new-news .inner .news-list .new {
  background-color: #a62125;
  padding: 0.5em 0.5em;
  text-align: center;
  width: 8em;
  margin-right: 3em;
}
#new-news .inner .news-list .date {
  width: 6.4em;
  margin-right: 2em;
}
#new-news .inner .news-list .ttl {
  width: calc(100% - 19.4em);
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 520px) {
  #new-news .inner .news-list .ttl {
    width: 100%;
  }
}
#new-news .inner .view-more {
  width: 13em;
  padding: 1.6em 3em 1.6em 1em;
  text-align: center;
  background-color: #3d3d3d;
  position: relative;
}
@media screen and (max-width: 840px) {
  #new-news .inner .view-more {
    width: 100%;
    padding: 0.8em 3em 0.8em 1em;
  }
}
#new-news .inner .view-more:after {
  content: "";
  display: block;
  width: 2em;
  aspect-ratio: 3050/637;
  background: url(../img/common/news-arrow01.svg) no-repeat;
  background-size: cover;
  position: absolute;
  inset: 50% 1em auto auto;
  transform: translatey(-50%);
  transition: 0.3s;
}
#new-news .inner .view-more:hover {
  opacity: 1;
  background-color: #a62125;
}
#new-news .inner .view-more:hover:after {
  transform: translate(10%, -50%);
}

/* ----------------------------------------------------------------------
フッター
---------------------------------------------------------------------- */
#deli-map {
  margin-bottom: 15rem;
}
@media screen and (max-width: 520px) {
  #deli-map {
    margin-bottom: 9rem;
  }
}
#deli-map .inner {
  row-gap: 2em;
  font-size: 1.7rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 1024px) {
  #deli-map .inner {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #deli-map .inner {
    font-size: 1.4rem;
  }
}
#deli-map .inner .img-box {
  width: 45%;
}
@media screen and (max-width: 520px) {
  #deli-map .inner .img-box {
    width: 100%;
  }
}
#deli-map .inner .txt-box {
  width: 52%;
}
@media screen and (max-width: 520px) {
  #deli-map .inner .txt-box {
    width: 100%;
  }
}
#deli-map .inner .txt-box h3 {
  font-size: 150%;
  color: #a62125;
  margin-bottom: 1em;
  text-align: center;
}
#deli-map .inner .txt-box dt {
  background-color: #e1e1e1;
  border-left: 0.4em solid #a62125;
  margin-bottom: 1em;
  padding: 0.3em 1em;
}
#deli-map .inner .txt-box dt:first-of-type {
  border-color: #ff0000;
}
#deli-map .inner .txt-box dt:nth-of-type(2) {
  border-color: #f7931e;
}
#deli-map .inner .txt-box dt:nth-of-type(3) {
  border-color: #259dec;
}
#deli-map .inner .txt-box dt:nth-of-type(4) {
  border-color: #0da75f;
}
#deli-map .inner .txt-box dd {
  margin-bottom: 3em;
}
#deli-map .inner .txt-box dd:last-child {
  margin-bottom: 0;
}

#footer {
  padding: 16rem 0;
  background-color: #000;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.3333333333;
  letter-spacing: 0.1em;
  font-weight: 400;
}
@media screen and (max-width: 1024px) {
  #footer {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1024px) and (max-width: 520px) {
  #footer {
    font-size: 1.3rem;
    padding: 9rem 0 10rem;
  }
}
#footer .inner.first {
  margin-bottom: 3em;
  row-gap: 2em;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  align-content: stretch;
}
#footer .inner.first .txt-area {
  width: 50%;
}
@media screen and (max-width: 840px) {
  #footer .inner.first .txt-area {
    width: 100%;
  }
}
#footer .inner.first .txt-area > .img-box {
  display: block;
  width: 17em;
  margin-bottom: 2em;
}
@media screen and (max-width: 520px) {
  #footer .inner.first .txt-area > .img-box {
    margin: 0 auto 3em;
  }
}
#footer .inner.first .txt-area .txt-box > p {
  margin-bottom: 0.2em;
}
#footer .inner.first .txt-area .txt-box > p a {
  font-size: 150%;
}
#footer .inner.first .txt-area .txt-box > p:last-child {
  margin-bottom: 0;
}
#footer .inner.first .map-area {
  width: 45%;
}
@media screen and (max-width: 840px) {
  #footer .inner.first .map-area {
    width: 100%;
    height: 35rem;
  }
}
#footer .inner.second {
  gap: 2em 1%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  align-content: stretch;
}
@media screen and (max-width: 520px) {
  #footer .inner.second {
    font-size: 130%;
  }
}
#footer .inner.second li {
  min-width: 19%;
}
@media screen and (max-width: 840px) {
  #footer .inner.second li {
    min-width: 32%;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #footer .inner.second li {
    width: 100%;
  }
}
#footer .inner.second li a {
  display: block;
  width: 100%;
  padding: 1em 3em 1em 1em;
  text-align: center;
  border-bottom: 1px solid #fff;
  position: relative;
}
#footer .inner.second li a:after {
  content: "";
  display: block;
  width: 1.5em;
  aspect-ratio: 3050/637;
  background: url(../img/common/news-arrow01.svg) no-repeat;
  background-size: cover;
  position: absolute;
  inset: 50% 1em auto auto;
  transform: translatey(-50%);
  transition: 0.3s;
}
#footer .inner.second li a:hover {
  opacity: 1;
  color: #a62125;
}
#footer .inner.second li a:hover:after {
  transform: translate(10%, -50%);
}