@charset "UTF-8";
body {
  min-width: 0;
}
.wrapper {
  width: auto;
  padding: 0 15px;
}
header {
  min-height: 0;
}
header::before {
  content: '';
  width: 26%;
  height: calc(100% - 100px);
}
header .flex {
  display: block;
  padding-bottom: 80px;
}
header .heading h1 span.t1 {
  font-size: 2rem;
}
header .heading h1 span.t2 {
  font-size: 3.4rem;
}
header .heading p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin: 18px 0 0;
}
header nav:not(#fixed) {
  margin-top: 30px;
}
header nav:not(#fixed) ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 15px 0;
}
header nav:not(#fixed) li {
  width: 50%;
  margin: 0;
}
header nav:not(#fixed) li a {
  font-size: 1.4rem;
}
header nav#fixed {
  min-width: 0;
  padding: 10px 15px;
  height: auto;
  transform: translateY(-100%);
}
header nav#fixed ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 8px 15px;
  margin: 0 auto;
}
header nav#fixed li {
  display: block;
  margin: 0;
  padding: 0;
}
header nav#fixed li a {
  font-size: 1.3rem;
}
header #mainSlide dl {
  margin-left: 0;
  width: auto;
  height: auto;
}
header #mainSlide dl dt {
  width: 100%;
  height: 100%;
  aspect-ratio: 880 / 495;
  overflow: hidden;
  position: relative;
}
@keyframes slideAnime {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% + 100dvw - 30px));
  }
}
header #mainSlide .spot {
  background: var(--color_spot);
  width: 120px;
  height: 120px;
  left: -10px;
  top: -50px;
}
header #mainSlide .spot .t1 {
  font-size: 1.3rem;
}
header #mainSlide .spot .t1 b {
  font-size: 2.2rem;
}
header #mainSlide .spot .t2 {
  font-size: 1.4rem;
  margin-bottom: 7px;
}
header #mainSlide .spot .t2 b {
  font-size: 2.8rem;
}
header #mainSlide .spot .t3 {
  font-size: 1.2rem;
}
main {
  display: block;
  background: var(--color_4);
  position: relative;
  padding-top: 150px;
  padding-bottom: 0;
  margin-top: -100px;
}
main::after {
  width: 100px;
  display: none;
  ;
}
section.line h2 {
  font-size: 1.8rem;
  position: relative;
  top: initial;
  left: initial;
  margin-top: 5px;
}
section.line .inner {
  padding: 20px 0;
}
section ul.news {
  margin-bottom: 30px;
}
section ul.news li {
  margin-bottom: 5px;
  background: none;
}
section ul.news li a {
  padding: 5px 10px;
}
section ul.news li a span {
  position: relative;
  left: initial;
  top: initial;
  display: block;
}
section ul.about > li {
  position: relative;
  padding-left: 0;
  margin-bottom: 20px;
}
section ul.about > li h4 {
  position: relative;
  left: 0;
  top: 0;
  font-size: 1.5rem;
  font-weight: bold;
}
section ul.list > li {
  margin-bottom: 5px;
}
section ul.list > li::before {
  content: '●';
  position: absolute;
  left: 0;
  top: 0;
  color: var(--color_1);
  transform: scale(0.6);
}
section ul.about > li a.commonBtn {
  margin: 30px auto 0;
}
section ul.download {
  margin-left: 0;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px 10px;
}
section ul.download li {
  display: block;
  width: calc((100% - 10px) / 2);
  margin-left: 0;
  font-size: 1.3rem;
  line-height: 1.5;
  padding: 0;
}
section ul.download li a {
  width: auto;
  height: 120px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section ul.download li a::before {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#sec_contact {
  padding-top: 50px;
}
#sec_contact ul.col2 > li {
  width: auto;
  background: #fff;
}
#sec_contact ul.col2 > li + li {
  margin-top: 50px;
}
#sec_contact ul.col2 > li:nth-child(odd) {
  float: none;
}
#sec_contact ul.col2 > li:nth-child(even) {
  float: none;
}
#sec_contact ul.col2 > li h2 {
  height: 60px;
  font-size: 1.8rem;
  line-height: 60px;
}
#sec_contact ul.col2 > li h2::before {
  width: 16%;
}
#sec_contact ul.col2 > li h2 span {
  position: relative;
  z-index: 2;
}
#sec_contact h3 {
  color: var(--color_1);
  font-family: "Lato", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 1.2rem;
  line-height: 1;
  margin-top: 12px;
  text-align: center;
}
#sec_contact .inner {
  padding: 30px 0 20px;
  text-align: center;
}
#sec_contact #contact .textWrap {
  display: block;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
  padding-left: 0;
  padding-top: 45px;
  padding-bottom: 25px;
  background: url("../images/icon_tel.svg") center top/24px auto no-repeat;
  white-space: nowrap;
}
#sec_contact #contact .textWrap p span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.5rem;
  line-height: 1;
  margin-right: 12px;
}
#sec_contact #contact .textWrap p b {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.6rem;
  line-height: 1;
}
#sec_contact #contact .textWrap p.time {
  background: var(--color_3);
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  margin-top: 5px;
  width: 266px;
  padding: 5px 0 3px;
}
#sec_contact #reservation .textWrap p {
  padding-top: 48px;
  padding-bottom: 10px;
  background: url("../images/icon_reservation.svg") center top/32px auto no-repeat;
}
#sec_contact .btnWrap {
  border-top: 1px solid #ccc;
  padding-top: 25px;
}
#sec_contact .btnWrap .wrap {
  display: inline-block;
}
#sec_contact #contact .btnWrap .wrap {
  max-width: none;
  margin: 0 auto;
  padding-left: 0;
  padding-top: 35px;
  background: url("../images/icon_mail.svg") center top/30px auto no-repeat;
}
#sec_contact .btnWrap .commonBtn {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: normal;
  margin: 0 auto;
}
footer {
  display: block;
  min-height: 260px;
  position: relative;
  padding: 40px 0 60px;
}
footer::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc((100% - 1020px) / 2 + 270px);
  height: 10px;
  background: var(--color_1);
  z-index: 2;
}
footer::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: var(--color_2);
  z-index: 1;
}
footer .colWrap_2 {
  display: block;
  width: auto;
  margin: 0 auto;
}
footer .colWrap_2 .col {
  display: block;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .colWrap_2 .col.link {
  font-size: 1.2rem;
  line-height: 2;
  color: #666;
  margin-top: 30px;
}
footer .colWrap_2 .col.link p {
  font-size: 1.2rem;
  line-height: 2;
  margin-top: 20px;
}
footer .colWrap_2 .col.link p:first-child {
  margin-top: 0;
}
footer .colWrap_2 .col.link p a[target="_blank"] {
  background: url("../images/icon_blank_gray.svg") right top 4px/13px 13px no-repeat;
  padding-right: 16px;
}
footer .colWrap_2 .col.link p a.pdf {
  background: url("../images/icon_pdf.svg") right center/17px 20px no-repeat;
  padding-right: 20px;
}
footer .colWrap_2 .col.link p a {
  color: #666;
  transition: opacity 0.2s;
  will-change: opacity;
}
footer a.btn {
  display: block;
  width: 225px;
  height: 100px;
  border: 1px solid var(--color_5);
  position: relative;
  margin: 0 auto;
  font-size: 3.2rem;
  line-height: 1;
  padding-top: 5px;
  text-align: center;
  color: #666;
  letter-spacing: 0.05em;
  transition: opacity 0.2s;
  will-change: transform;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer a.btn[target="_blank"] {
  background: url("../images/icon_blank_color.svg") right 12px top 12px/13px 13px no-repeat;
}
footer a.btn span {
  display: block;
  font-size: 1.2rem;
  line-height: 1;
  font-weight: 500;
  margin-top: 10px;
  color: var(--color_footerLink);
  letter-spacing: normal;
}
footer .btn::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  border: 3px solid var(--color_3);
  pointer-events: none;
}
footer .copyright {
  border-top: 1px solid #999;
  padding-top: 30px;
  margin-top: 30px;
  font-size: 1.2rem;
  color: #666;
  text-align: center;
}
#pageTopBtn {
  bottom: 20px;
  max-width: none;
  padding-right: 10px;
}
#pageTopBtn span {
  width: 30px;
  height: 30px;
  background: #fff url("../images/icon_pagetop.svg") center center/8px auto no-repeat;
}
#modal {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 200;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s;
  padding: 10px;
}
#modal::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: var(--color_1);
  opacity: 0.55;
  z-index: 1;
}
#modal .bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  cursor: pointer;
}
#modal .window {
  position: relative;
  z-index: 3;
  background: #fff;
  color: #523333;
  width: auto;
  border: none;
  transform: scale(0.8);
  transition: transform 0.2s;
  height: 100%;
  padding: 0 0 50px;
  height: fit-content;
  max-height: 100%;
}
#modal.open {
  opacity: 1;
  pointer-events: auto;
}
#modal.open .window {
  transform: scale(1);
}
#modal #modalClose {
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
}
#modal #modalClose span {
  color: var(--color_1);
  font-size: 1.3rem;
  line-height: 1;
  cursor: pointer;
  transition: opacity 0.2s;
}
#modal .page {
  display: none;
  padding: 40px 20px;
  max-height: calc(100dvh - 70px);
  overflow-y: auto;
}
#modal .page.current {
  display: block;
}
#modal .page .date {
  color: var(--color_1);
  font-size: 1.2rem;
  line-height: 1.8;
}
#modal .page h3 {
  font-size: 1.9rem;
  line-height: 1.8;
  margin-bottom: 25px;
  font-weight: bold;
}
#modal .page p {
  font-size: 1.55rem;
  line-height: 1.8;
  margin-bottom: 25px;
}
#modal .page p b {
  font-size: 1.2em;
}
#modal .page p:last-of-type {
  margin-bottom: 0;
}
#modal .page#info .contact {
  background: var(--color_4);
  padding: 15px 20px;
  border-radius: 10px;
  margin-top: 8px;
}
#modal .page#info .contact h4 {
  font-size: 1.9rem;
  line-height: 1.8;
  font-weight: bold;
}