@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%; /* iphoneで文字サイズが変わる対策 */
  -ms-text-size-adjust: 100%;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

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

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px; /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

/* ここからWordpress用初期設定 */
/* 本文中の画像 */
article img {
  border: none;
  max-width: 100%;
  height: auto;
}

/*-----------------------

         COMMON

-----------------------*/
/* リセット */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: scroll;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
}

p {
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
}

a:hover,
a:focus {
  opacity: 0.8;
  text-decoration: none;
}

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

input,
textarea,
select,
button {
  font-family: inherit;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.text-c {
  text-align: center;
}

.text-l {
  text-align: left;
}

.text-r {
  text-align: right;
}

.text-j {
  text-align: justify;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

input,
button,
textarea,
select,
.entry input[type=url],
input[type=email],
.entry input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}

:root {
  --colorW: #fff;
  --mainColor: #afdcde;
  --baseColor: #5c3723;
  --subColor: #f3f3f3;
  --red: #eb6d56;
  --green: #a8c47d;
  --yellow: #f7e26e;
}

html {
  font-size: 0.7320644217vw;
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: var(--baseColor);
  font-size: 1.8rem;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: "palt";
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 500;
  font-style: normal;
  background: url(../images/bg.webp) repeat-y center center/cover;
}

.holder {
  width: 110rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .holder {
    width: 100%;
  }
}

.pc {
  display: block;
}
@media only screen and (max-width: 559px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 559px) {
  .sp {
    display: block;
  }
}

.drawer-hamburger-icon:after {
  background-color: var(--colorW);
  width: 100%;
  width: 3.8rem;
  display: none;
}

.drawer-open .drawer-hamburger-icon:before {
  width: 100%;
  width: 3.8rem;
  display: none;
}

.drawer-hamburger-icon:after,
.drawer-hamburger-icon:before {
  width: 3.8rem;
  display: none;
}

.drawer-hamburger-icon:before {
  top: -15px;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon:before {
    top: -7px;
  }
}

.drawer-hamburger-icon:after {
  top: 15px;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon:after {
    top: 7px;
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  z-index: 9999;
}

.drawer-nav {
  right: -100%;
}

.drawer--right .drawer-nav {
  width: 100%;
  right: -100%;
  z-index: 1500;
  padding: 2.5rem 3.5rem 3vw;
  background-color: var(--colorW);
}
.drawer--right .drawer-nav::-webkit-scrollbar {
  display: none;
}
.drawer--right .drawer-nav .mypage {
  margin-right: 5vw;
}
.drawer--right .drawer-nav .mypage a {
  color: var(--baseColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.drawer--right .drawer-nav .mypage img:first-child {
  top: 0;
}
.drawer--right .drawer-nav .flex-c {
  gap: 6vw;
}
.drawer--right .drawer-nav .o-drawer-menu {
  flex-direction: column;
  margin-top: 0;
}
.drawer--right .drawer-nav .o-drawer-menu li.hover {
  /* padding: 2.5rem 0 1rem; */
  position: relative;
}
.drawer--right .drawer-nav .o-drawer-menu li.hover:hover ul {
  top: 4rem;
  visibility: visible;
  opacity: 0.9;
  z-index: 9999;
  display: block;
}
.drawer--right .drawer-nav .o-drawer-menu li.hover:hover ul li {
  font-size: 2rem;
  font-weight: 500;
  padding: 1.5rem 0 1rem;
}
.drawer--right .drawer-nav .o-drawer-menu li.hover:hover ul li a {
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  color: #fff;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.drawer--right .drawer-nav .o-drawer-menu a {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--baseColor);
  padding: 2.5rem 0 1rem;
  letter-spacing: 0.05em;
  line-height: 1;
}

.o-drawer__wrap {
  padding: 14.5rem 0 6rem;
  width: 1280px;
  margin: 0 auto;
  min-height: auto;
}
@media only screen and (max-width: 1440px) {
  .o-drawer__wrap {
    width: 100%;
    padding: 14.5rem 3rem 6rem;
  }
}
@media only screen and (max-width: 559px) {
  .o-drawer__wrap {
    padding: 0;
  }
}
.o-drawer__menu {
  display: flex;
  flex-direction: column;
  color: var(--baseColor);
}
.o-drawer__menu__item {
  font-size: clamp(1.6rem, calc(1.5514563107rem + 0.1294498382vw), 1.8rem);
  font-weight: 700;
  letter-spacing: 0.05em;
}
.o-drawer__menu__item:not(:last-child) {
  margin-bottom: 2rem;
}
.o-drawer__menu__item--second:not(:last-child) {
  margin-bottom: 1rem;
}
.o-drawer__menu__link {
  color: var(--baseColor);
}
.o-drawer__menu__link--second {
  padding: 0;
  font-size: 1.6rem;
  font-size: clamp(1.2rem, calc(1.1029126214rem + 0.2588996764vw), 1.6rem);
  color: var(--baseColor);
  font-weight: 700;
}

.drawer--right .drawer-nav .o-drawer-menu.hover a {
  font-size: 1.5rem;
  font-weight: 500;
}

.drawer--right .drawer-nav .o-drawer-menu.second li:not(:last-child) a {
  margin-bottom: 3rem;
}

.o-drawer__submenu {
  transition: display 0.3s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  padding: 1rem 2rem 2.5rem;
  background-color: rgba(62, 58, 57, 0.9);
  width: 200%;
  border-radius: 1.3rem;
}
.o-drawer__submenu__item {
  color: var(--colorW);
  font-size: 1.6rem;
  padding: 2rem 0 1rem;
  display: block;
  font-weight: 400;
  letter-spacing: 0.05em;
  text-align: center;
}
.o-drawer__submenu__item:not(:last-child) {
  border-bottom: 1px dashed var(--colorW);
}

.drawer--right .o-drawer__submenu {
  position: absolute;
  top: 2.9rem;
  left: 50%;
  transform: translateX(-50%);
}

.drawer-open .drawer-nav li a.on + .sub-menu {
  transition: 0.4s;
  visibility: visible;
  opacity: 1;
}
.drawer-open .drawer-nav li a.on + .sub-menu a {
  color: #fff;
  letter-spacing: 0.05em;
  font-size: 1.7rem;
  text-align: center;
  display: block;
}
.drawer-open .drawer-nav li a.on + .sub-menu li:not(:last-child) {
  border-bottom: dashed 1px #fff;
}

.o-drawer-menu-item:hover {
  text-decoration: none;
}

.drawer--right.drawer-open .drawer-nav {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  height: 100%;
}

.drawer-open .drawer-nav li a.on + .o-drawer__submenu__item {
  transition: 0.4s;
  visibility: visible;
  opacity: 0.9;
}

.o-drawer__submenu {
  display: none;
  transition: 0.5s;
}

.o-drawer__submenu.active {
  display: block;
  z-index: 600;
  visibility: visible;
  opacity: 1;
}

.o-drawer__menu__item {
  position: relative;
  color: var(--baseColor);
}

li.hover:hover .o-drawer__submenu {
  display: block;
  opacity: 1;
  visibility: visible;
  z-index: 99;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after,
.drawer--left.drawer-open .drawer-hamburger-icon {
  background-color: var(--colorW);
  height: 0.2rem;
  border-radius: 1rem;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after,
  .drawer--left.drawer-open .drawer-hamburger-icon {
    height: 0.175rem;
  }
}

.o-drawer__submenu__link {
  color: var(--colorW);
}

a.js-menu__item__link {
  color: var(--baseColor);
}

@media only screen and (max-width: 559px) {
  .drawer--right .drawer-nav .flex-c {
    flex-direction: column;
    gap: 2.2rem;
  }
  .drawer--right.drawer-open .drawer-nav {
    padding: 1.2rem 1rem 8rem;
  }
  .o-drawer__flex {
    display: flex;
    gap: 1.5rem;
    justify-content: center;
    padding-block: 2.5rem;
    padding-inline: 2rem;
  }
  .o-drawer__flex img {
    width: 100%;
  }
  .o-drawer__wrap {
    padding-inline: 2rem;
    padding-top: 6rem;
  }
  .o-drawer__menu__item {
    text-align: center;
  }
  .o-drawer__menu__link,
  .o-drawer .js-menu__item__link {
    font-size: 1.4rem;
  }
  .o-drawer .o-drawer__menu__item--second {
    line-height: 1;
    text-align: center;
  }
  .o-drawer__submenu__link {
    font-size: 1.4rem;
  }
  .o-drawer__menu--second {
    margin-top: 0;
  }
  .o-drawer__menu__item:not(:last-child) {
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }
  .o-drawer__menu__item--second:not(:last-child) {
    margin-bottom: 0.5rem;
  }
  .drawer--right .o-drawer__submenu {
    width: 80%;
    padding: 1rem 2rem 1.5rem;
  }
  .o-drawer__submenu__item {
    padding: 1.5rem 0 0.5rem;
  }
  .o-drawer__submenu__item:last-child {
    padding-bottom: 0;
  }
  .drawer--right .drawer-nav {
    padding: 1.5rem 1rem 3vw;
  }
  .l-hdr__login {
    padding-bottom: 2rem;
    border-bottom: 1px solid;
    margin-bottom: 4rem;
  }
}
.drawer-nav {
  width: 100%;
}

.btn__close {
  display: none;
}

.drawer-open .btn__close {
  display: block;
}
.drawer-open .btn__open {
  display: none;
}

.drawer-hamburger {
  width: 17.3rem;
  height: 17.3rem;
  right: 1.5rem;
  box-sizing: border-box;
  border-radius: 50%;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger {
    width: 6rem;
    height: 6rem;
  }
}

.drawer-hamburger img {
  width: 17.3rem;
  height: 17.3rem;
  box-sizing: border-box;
  border-radius: 50%;
}
@media only screen and (max-width: 559px) {
  .drawer-hamburger img {
    width: 6rem;
    height: 6rem;
  }
}

.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-hamburger {
  padding: 0;
  top: 1.5rem;
  right: 1.5rem;
}

@media only screen and (max-width: 559px) {
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    width: 6rem !important;
    height: 6rem;
  }
}

.drawer-nav {
  right: -100%;
}

.drawer--right .drawer-nav .mypage {
  margin-inline: auto;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid;
}
@media only screen and (max-width: 559px) {
  .drawer--right .drawer-nav .mypage {
    padding-bottom: 0.5rem;
    margin-bottom: 1.5rem;
  }
}

@media only screen and (max-width: 559px) {
  .o-drawer__logo img {
    width: 20rem;
    height: auto;
  }
}

@media only screen and (max-width: 559px) {
  .drawer--right.drawer-open .drawer-nav {
    padding: 1.5rem 1rem !important;
  }
}

@media only screen and (max-width: 559px) {
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-hamburger {
    top: 1rem !important;
    right: 1rem !important;
  }
}

@media only screen and (max-width: 559px) {
  header h1 img,
  header p.logo img {
    width: 20rem !important;
  }
}

.o-drawer__logo img {
  width: 52.8rem;
}
@media only screen and (max-width: 1369px) {
  .o-drawer__logo img {
    width: 35rem;
  }
}
@media only screen and (max-width: 559px) {
  .o-drawer__logo img {
    width: 20rem;
  }
}

.primary-ttl {
  font-size: 3.4rem;
  line-height: 1;
  color: var(--mainColor);
  font-weight: 700;
  text-align: center;
}
@media only screen and (max-width: 559px) {
  .primary-ttl {
    line-height: 1.4;
    font-size: 2.1rem;
  }
}

.o-card {
  display: grid;
  margin-bottom: 4rem;
}
@media only screen and (max-width: 559px) {
  .o-card {
    margin-bottom: 2.5rem;
  }
}
.o-card--2wrap {
  grid-template-columns: repeat(2, 1fr);
  gap: 6rem;
}
.o-card--3wrap {
  grid-template-columns: repeat(3, 1fr);
  gap: 4.5rem;
}
@media only screen and (max-width: 559px) {
  .o-card--3wrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
  }
}
.o-card--4wrap {
  grid-template-columns: repeat(4, 1fr);
  gap: 3.5rem 3rem;
}
@media only screen and (max-width: 559px) {
  .o-card--4wrap {
    grid-template-columns: calc((100% - 2rem) / 2) calc((100% - 2rem) / 2);
    gap: 2rem;
  }
}

.o-flex {
  display: flex;
  gap: 6rem;
}
.o-flex--c {
  justify-content: center;
}
.o-flex--b {
  justify-content: space-between;
}
.o-flex--e {
  justify-content: flex-end;
}
.o-flex__item {
  width: calc((100% - 6rem) / 2);
}
.o-flex__item--1 {
  width: calc((100% - 6rem) / 3);
}
.o-flex__item--2 {
  width: calc((100% - 6rem) / 3 * 2);
}

.l-hdr {
  position: absolute;
  top: 0rem;
  left: 0.5rem;
  z-index: 100;
}
.l-hdr__logo img {
  width: 15.8rem;
  height: auto;
}

.l-ftr {
  background: url(../images/ftr__img01.webp) no-repeat bottom center/contain;
  padding-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr {
    padding-inline: 2rem;
    background: url(../images/ftr__img01_sp.webp) no-repeat bottom center/contain;
    padding-bottom: 1rem;
  }
}
.l-ftr .summary__box {
  width: 48rem;
  height: 48rem;
  margin-bottom: 15.5rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr .summary__box {
    width: 100%;
    height: auto;
    margin-bottom: 15rem;
  }
}
.l-ftr .summary__dd {
  line-height: 1.25;
}
.l-ftr__sns {
  text-align: center;
}
.l-ftr__sns img {
  width: 5rem;
  height: 5rem;
}
@media only screen and (max-width: 559px) {
  .l-ftr__sns img {
    width: 3rem;
    height: 3rem;
  }
}
.l-ftr__copy {
  text-align: center;
  color: var(--colorW);
  font-size: 0.9rem;
}

.mv {
  position: relative;
}
.mv__cta {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
}
@media only screen and (max-width: 559px) {
  .mv__cta {
    position: relative;
    bottom: 0;
    right: 0;
  }
}
.mv__cta img {
  width: 21rem;
  height: auto;
}
@media only screen and (max-width: 559px) {
  .mv__cta img {
    width: 100%;
  }
}
.mv__img {
  width: 100%;
  height: auto;
}

.about {
  padding: 11rem 0 15.5rem;
}
@media only screen and (max-width: 559px) {
  .about {
    padding: 6rem 0 8rem;
  }
}
.about__inner {
  padding: 0 3rem;
}
.about__ttlarea {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .about__ttlarea {
    margin-bottom: 2rem;
  }
}
.about__textarea {
  text-align: center;
}
.about__text {
  font-size: 1.8rem;
  line-height: 2.3333333333;
}
@media only screen and (max-width: 559px) {
  .about__text {
    font-size: 1.4rem;
  }
}
.about__text:not(:last-child) {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .about__text:not(:last-child) {
    margin-bottom: 2rem;
  }
}

.visu__area {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.4rem;
}
@media only screen and (max-width: 559px) {
  .visu__area {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
  }
}
.visu__area img {
  width: 100%;
  height: auto;
}

.f-archive {
  padding: 13rem 0 5.5rem;
}
@media only screen and (max-width: 559px) {
  .f-archive {
    padding: 6rem 0 3rem;
  }
}
@media only screen and (max-width: 559px) {
  .f-archive__inner {
    padding: 0 2rem;
  }
}
.f-archive__ttlarea {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .f-archive__ttlarea {
    margin-bottom: 3rem;
  }
}
.f-archive__cont {
  background-color: var(--colorW);
  border-radius: 1.5rem;
  padding: 4rem 5rem;
}
@media only screen and (max-width: 559px) {
  .f-archive__cont {
    padding: 3rem 2rem;
  }
}
.f-archive__list {
  gap: 4.5rem 3.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 559px) {
  .f-archive__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 6rem;
  }
}
.f-archive__figure {
  margin-bottom: 1.5rem;
  position: relative;
  z-index: 0;
}
.f-archive__figure::after {
  content: "";
  position: absolute;
  top: -2rem;
  left: -2rem;
  width: 7.5rem;
  height: 7.5rem;
}
.f-archive__figure--30::after {
  background: url(../images/icon__30.webp) no-repeat center center/contain;
}
.f-archive__figure--31::after {
  background: url(../images/icon__31.webp) no-repeat center center/contain;
}
.f-archive__img {
  width: 100%;
  border-radius: 1.5rem;
}
.f-archive__subttl {
  margin-bottom: 1.2rem;
  color: var(--mainColor);
  font-weight: 700;
  font-size: 2.1rem;
  text-align: center;
}
.f-archive__textarea {
  background-color: var(--subColor);
  border-radius: 1rem;
  padding: 1.5rem;
  margin-bottom: 3rem;
}
.f-archive__text {
  font-size: 1.5rem;
  line-height: 1.5333333333;
}
.f-archive__btn {
  width: fit-content;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .f-archive__btn {
    width: 100%;
    text-align: center;
  }
}
.f-archive__btnlink {
  background-color: var(--baseColor);
  color: var(--colorW);
  border-radius: 0.5rem;
  width: 13rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  position: relative;
}
.f-archive__btnlink:hover {
  color: var(--colorW);
}
@media only screen and (max-width: 559px) {
  .f-archive__btnlink {
    width: 80%;
    margin-inline: auto;
    height: 5.5rem;
  }
}
.f-archive__btnlink::after {
  content: "▶";
  font-size: 0.8rem;
  padding-left: 1rem;
  position: relative;
  top: 0.05rem;
}

.access {
  padding: 5.5rem 0 4rem;
}
@media only screen and (max-width: 559px) {
  .access__inner {
    padding-inline: 2rem;
  }
}
.access__ttlarea {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 559px) {
  .access__ttlarea {
    margin-bottom: 3rem;
  }
}
.access__grid {
  display: grid;
  grid-template-columns: 49rem 61rem;
}
@media only screen and (max-width: 559px) {
  .access__grid {
    display: block;
  }
}
.access__map iframe {
  width: 100%;
  min-height: 30rem;
  border-radius: 1rem 0 0 1rem;
}
@media only screen and (max-width: 559px) {
  .access__map iframe {
    min-height: inherit;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 1.5rem 1.5rem 0 0;
  }
}
.access__cont {
  background-color: var(--colorW);
  border-radius: 0 1rem 1rem 0;
  padding: 3.5rem 4rem;
}
@media only screen and (max-width: 559px) {
  .access__cont {
    border-radius: 0 0 1.5rem 1.5rem;
    padding: 2rem 1.5rem;
  }
}
.access__cont-ttl {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .access__cont-ttl {
    font-size: 2.1rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }
}
.access__cont-address {
  font-size: 2rem;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 1px solid;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .access__cont-address {
    font-size: 1.4rem;
    gap: 0.5rem;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
}
.access__cont-address img {
  width: 1.6rem;
  height: 2.2rem;
}
@media only screen and (max-width: 559px) {
  .access__cont-address img {
    width: 1.3rem;
    height: auto;
  }
}
.access__cont-list {
  display: flex;
  flex-direction: column;
  gap: 2.3rem;
}
@media only screen and (max-width: 559px) {
  .access__cont-list {
    gap: 1.5rem;
  }
}
.access__cont-item {
  font-size: 2rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 559px) {
  .access__cont-item {
    font-size: 1.2rem;
    gap: 0;
  }
}
.access__cont-item--train::before {
  content: "";
  background: url(../images/icon__train.webp) no-repeat center center/contain;
  min-width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
}
@media only screen and (max-width: 559px) {
  .access__cont-item--train::before {
    min-width: 2rem;
    height: 2rem;
  }
}
.access__cont-item--car {
  align-items: flex-start;
}
.access__cont-item--car::before {
  content: "";
  background: url(../images/icon__car.webp) no-repeat center center/contain;
  min-width: 2.5rem;
  height: 1.9rem;
  display: inline-block;
}
@media only screen and (max-width: 559px) {
  .access__cont-item--car::before {
    min-width: 1.8rem;
    height: 1.3rem;
  }
}
.access__cont-item--area {
  display: flex;
}
@media only screen and (max-width: 559px) {
  .access__cont-item--area {
    flex-direction: column;
    gap: 0.5rem;
  }
}
@media only screen and (max-width: 559px) and (max-width: 559px) {
  .access__cont-item--area {
    flex-direction: row;
    gap: 0;
  }
}
.access__cont-item--area:not(:last-child) {
  margin-bottom: 1rem;
}
.access__cont-item--area span {
  width: 13rem;
}
@media only screen and (max-width: 559px) {
  .access__cont-item--area span {
    width: 8rem;
  }
}

.summary {
  padding: 4rem 0 0rem;
}
.summary__inner {
  width: fit-content;
  border-bottom: 7px dotted;
  padding-bottom: 10rem;
  margin-inline: auto;
}
@media only screen and (max-width: 559px) {
  .summary__inner {
    border-bottom: 3px solid dotted;
    padding-bottom: 5rem;
    padding-inline: 2rem;
    width: 100%;
  }
}
.summary__box {
  margin-inline: auto;
  width: 69rem;
  height: 69rem;
  border-radius: 50%;
  background-color: var(--baseColor);
  color: var(--colorW);
  position: relative;
}
@media only screen and (max-width: 559px) {
  .summary__box {
    width: 100%;
    height: auto;
    border-radius: 3rem;
    padding-block: 2rem;
  }
}
.summary__cont {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media only screen and (max-width: 559px) {
  .summary__cont {
    position: relative;
    top: inherit;
    left: inherit;
    transform: inherit;
  }
}
.summary__ttl {
  text-align: center;
  font-size: 3.4rem;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .summary__ttl {
    font-size: 2rem;
  }
}
.summary__figure {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 559px) {
  .summary__figure {
    margin-bottom: 1rem;
  }
}
.summary__img {
  width: 16rem;
  height: 22.6rem;
}
@media only screen and (max-width: 559px) {
  .summary__img {
    width: 10rem;
    height: auto;
  }
}
.summary__wrap {
  margin-bottom: 3.5rem;
}
@media only screen and (max-width: 559px) {
  .summary__wrap {
    margin-bottom: 2rem;
  }
}
.summary__dl {
  display: grid;
  grid-template-columns: 4.5rem auto;
  gap: 1.2rem;
  width: fit-content;
  margin-inline: auto;
  align-items: center;
}
.summary__dt {
  background-color: var(--colorW);
  color: var(--baseColor);
  border-radius: 0.3rem;
  width: 4.5rem;
  height: 2.3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.6rem;
}
@media only screen and (max-width: 559px) {
  .summary__dt {
    font-size: 1rem;
  }
}
.summary__dd {
  font-size: 2rem;
}
@media only screen and (max-width: 559px) {
  .summary__dd {
    font-size: 1.2rem;
  }
}
.summary__btn {
  width: fit-content;
  margin-inline: auto;
}
.summary__btnlink {
  font-size: 1.2rem;
  width: 13rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.5rem;
  background-color: var(--colorW);
  color: var(--baseColor);
}

.stamp {
  padding: 12rem 0 0;
}
@media only screen and (max-width: 559px) {
  .stamp {
    padding: 6rem 0 0;
  }
}
.stamp-head {
  padding-bottom: 10rem;
}
@media only screen and (max-width: 559px) {
  .stamp-head {
    padding-bottom: 5rem;
    padding-inline: 2rem;
  }
}
.stamp-head__catch {
  text-align: center;
  margin-bottom: 1rem;
}
.stamp-head__catch img {
  width: 54.6rem;
}
@media only screen and (max-width: 559px) {
  .stamp-head__catch img {
    width: 40rem;
  }
}
.stamp-head__ttl {
  text-align: center;
  margin-bottom: 6rem;
}
.stamp-head__ttl img {
  width: 110rem;
}
@media only screen and (max-width: 559px) {
  .stamp-head__ttl img {
    width: 100%;
  }
}
.stamp-head__date {
  margin-bottom: 2.5rem;
  font-size: 3.8rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  background-color: var(--baseColor);
  color: var(--colorW);
  width: fit-content;
  margin-inline: auto;
  border-radius: calc(infinity * 1px);
  padding: 0.5rem 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 559px) {
  .stamp-head__date {
    font-size: 2rem;
    margin-bottom: 2rem;
    padding: 0.5rem 2rem;
  }
}
.stamp-head__date .small {
  font-size: 80%;
}
.stamp-head__date .bg {
  font-size: 60%;
  background-color: var(--colorW);
  color: var(--baseColor);
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}
.stamp-head__text {
  text-align: center;
  font-size: 2rem;
  line-height: 1.5;
}
@media only screen and (max-width: 559px) {
  .stamp-head__text {
    font-size: 1.4rem;
  }
}
.stamp-main {
  padding: 10rem 0;
  background: url(../images/stamp__bg.webp) no-repeat center center/cover;
}
@media only screen and (max-width: 559px) {
  .stamp-main {
    padding: 5rem 2rem;
    background: url(../images/stamp__bg_sp.webp) no-repeat center center/cover;
  }
}
.stamp-main__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
  margin-bottom: 3rem;
}
@media only screen and (max-width: 559px) {
  .stamp-main__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 4rem;
  }
}
.stamp-main__item-img {
  width: 100%;
}
.stamp-main__subttl {
  margin-bottom: 3rem;
  border-radius: calc(infinity * 1px);
  text-align: center;
  color: var(--colorW);
  background: var(--red);
  font-size: 3rem;
  font-weight: 700;
  padding: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .stamp-main__subttl {
    font-size: 4rem;
  }
}
.stamp-main__cont {
  position: relative;
}
.stamp-main__cont::after {
  content: "";
  background: url(../images/stamp__img07.webp) no-repeat center center/contain;
  width: 12rem;
  height: 12rem;
  position: absolute;
  top: -1.5rem;
  right: -3rem;
}
@media only screen and (max-width: 559px) {
  .stamp-main__cont::after {
    top: inherit;
    bottom: 10rem;
    right: -1rem;
  }
}
.stamp-main__cont-img {
  width: 100%;
}
.stamp-ftr__map {
  margin-bottom: 7rem;
}
@media only screen and (max-width: 559px) {
  .stamp-ftr__map {
    margin-bottom: 4rem;
    padding-inline: 2rem;
  }
}
.stamp-ftr iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 110/55;
  border-radius: 1.5rem;
}
@media only screen and (max-width: 559px) {
  .stamp-ftr iframe {
    height: 30rem;
  }
}

.s-archive {
  padding-top: 10rem;
}
@media only screen and (max-width: 559px) {
  .s-archive {
    padding-top: 6rem;
  }
}
.s-archive__inner {
  padding-inline: 2rem;
}
.s-archive .f-archive__subttl {
  font-size: 2rem;
}
@media only screen and (max-width: 559px) {
  .s-archive .f-archive__subttl {
    line-height: 1.3;
  }
}
.s-archive .f-archive__textarea {
  min-height: 13rem;
}
@media only screen and (max-width: 559px) {
  .s-archive .f-archive__textarea {
    min-height: auto;
  }
}
.s-archive__ttl {
  color: var(--baseColor);
  margin-bottom: 5rem;
}
.s-archive__cont {
  margin-bottom: 5rem;
  border-radius: 0 0 1.5rem 1.5rem;
}
.s-archive__cont--01 .f-archive__subttl {
  color: var(--red);
}
.s-archive__cont--02 .f-archive__subttl {
  color: var(--mainColor);
}
.s-archive__cont--03 .f-archive__subttl {
  color: var(--green);
}
.s-archive__cont--04 .f-archive__subttl {
  color: var(--yellow);
}
.s-archive__subttl {
  color: var(--colorW);
  border-radius: 1.5rem 1.5rem 0 0;
  font-size: 2.5rem;
  padding: 2rem 3rem;
  font-weight: 700;
}
@media only screen and (max-width: 559px) {
  .s-archive__subttl {
    font-size: 2rem;
    padding: 1.5rem 2rem;
  }
}
.s-archive__subttl--01 {
  background: var(--red);
}
.s-archive__subttl--02 {
  background-color: var(--mainColor);
}
.s-archive__subttl--03 {
  background: var(--green);
}
.s-archive__subttl--04 {
  background: var(--yellow);
}
/*# sourceMappingURL=style.css.map */
