@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,
font,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  border: 0;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
  font-family: "Overpass", "Sawarabi Mincho", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Helvetica", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", sans-serif;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  box-sizing: border-box;
  font-size: 62.5%;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.75;
  background: #FFF;
  letter-spacing: 0.08em;
  color: #2D2D2E;
  overflow: hidden;
  height: 100%;
  -webkit-font-smoothing: antialiased;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

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

ol,
ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

a {
  text-decoration: none;
  color: #2D2D2E;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

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

html {
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 10px !important;
  letter-spacing: 0.08em;
  line-height: 1.85;
}

body {
  color: #493E44;
  font-size: 1.3rem;
}

#allContent {
  width: 100vw;
  max-width: 2300px;
  margin: 0 auto;
  position: relative;
}

#wrapper {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

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

.navi-only {
  display: none;
}
@media screen and (max-width: 1050px) {
  .navi-only {
    display: inline-block;
  }
}

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

.no-indent {
  text-indent: 0 !important;
}

.pad {
  padding: 0 max(5.2%, 32px);
}

.wrap {
  margin: 0 auto;
  padding: 0px;
}

.wrap500 {
  max-width: 500px;
}

.wrap700 {
  max-width: 700px;
}

.wrap800 {
  max-width: 800px;
}

.wrap900 {
  max-width: 900px;
}

.wrap1000 {
  max-width: 1000px;
}

.wrap1100 {
  max-width: 1100px;
}

.wrap1200 {
  max-width: 1200px;
}

.wrap1300 {
  max-width: 1300px;
}

.wrap1400 {
  max-width: 1400px;
}

.wrap1500 {
  max-width: 1500px;
}

.wrap1600 {
  max-width: 1600px;
}

.box {
  position: relative;
  width: 100%;
}
.box::before {
  content: "";
  display: block;
}
.box__content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.box__66::before {
  padding-top: 66%;
}

.basicBtn a {
  display: inline-block;
  font-size: clamp(1.5rem, 1.405rem + 0.26vw, 1.8rem);
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?so8gzv");
  src: url("../fonts/icomoon.eot?so8gzv#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?so8gzv") format("truetype"), url("../fonts/icomoon.woff?so8gzv") format("woff"), url("../fonts/icomoon.svg?so8gzv#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-double:before {
  content: "\e900";
}

.icon-file-pdf:before {
  content: "\e901";
}

.icon-file-zip:before {
  content: "\e902";
}

.icon-arrow-single:before {
  content: "\e903";
}

@keyframes FadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes FadeDownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media print {
  a {
    text-decoration: none !important;
  }
  a[href]:after {
    content: "" !important;
  }
  abbr[title]:after {
    content: "" !important;
  }
}
body.nav-open {
  width: 100%;
  height: 100%;
  position: fixed;
}

#header {
  position: fixed;
  z-index: 100;
  width: 100%;
  max-width: 2300px;
  transition: 0.3s;
}
@media print {
  #header {
    position: static;
  }
}

.header {
  width: 100%;
}
.header .hc__inner {
  padding: 32px 24px 0;
  transition: 0.25s ease-in-out;
  width: 100%;
}
@media screen and (max-width: 1050px) {
  .header .hc__inner {
    padding: 10px 8px 0;
  }
  body.nav-open .header .hc__inner {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: #ccc;
  }
}
#header.h-scroll .header .hc__inner {
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px;
  padding-top: 10px !important;
}
.header .hc__inner__flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.header .hc__inner__logo {
  z-index: 101;
}
.header .hc__inner__navi {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi {
    position: fixed;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 100vw;
    height: 100svh;
    transition: all 0.55s ease-in-out;
    z-index: 100;
  }
  body.nav-open .header .hc__inner__navi {
    visibility: visible !important;
    opacity: 1 !important;
  }
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi__scroll {
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi__scroll__sp {
    padding: max(64px, 10vh) 24px 80px;
  }
}
.header .hc__inner__navi ul {
  display: flex;
  gap: min(2vw, 4em);
  /*ここを％にすると親要素をはみ出す*/
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi ul {
    display: block;
  }
}
.header .hc__inner__navi ul li {
  font-size: clamp(1.6rem, 1.537rem + 0.18vw, 1.8rem);
}
.header .hc__inner__navi ul li > a {
  display: inline-block;
}
@media screen and (max-width: 1050px) {
  .header .hc__inner__navi ul li > a {
    width: 100%;
    font-size: 1.8rem;
    padding: 16px 8px 16px 0;
  }
}
.header .hc__inner__navi ul li > a:hover {
  opacity: 0.75;
}
.header .hc__inner__navi ul li.has-child {
  position: relative;
}
@media screen and (max-width: 768px) {
  .header .hc__inner__navi ul li.has-child > a {
    pointer-events: none;
  }
}
.header .hc__inner__navi ul li.has-child.acco-open span::before {
  rotate: -45deg;
}
.header .hc__inner__navi ul li.has-child.acco-open span::after {
  rotate: 45deg;
}
.header .hc__inner__navi ul li.has-child span {
  display: inline-block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .header .hc__inner__navi ul li.has-child span {
    position: relative;
  }
  .header .hc__inner__navi ul li.has-child span:before, .header .hc__inner__navi ul li.has-child span::after {
    display: inline-block;
    content: "";
    background: #000;
    transition: 0.2s;
    position: absolute;
    top: 50%;
    right: 0;
    transform-origin: center;
    width: 12px;
    height: 1px;
  }
  .header .hc__inner__navi ul li.has-child span::after {
    rotate: 90deg;
  }
}
.header .hc__inner__navi ul li.has-child:hover .childNaviBox {
  visibility: visible;
  opacity: 1;
}
.header .hc__inner__navi ul li.has-child.acco-open .childNaviBox {
  display: block;
}
.header .hc__inner__navi ul li.has-child .childNaviBox {
  position: fixed;
  left: 0;
  top: 65px;
  width: 100%;
  background: #eaeaea;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .header .hc__inner__navi ul li.has-child .childNaviBox {
    position: static;
    visibility: visible;
    opacity: 1;
    background: none;
    max-height: 0;
    overflow: hidden;
  }
}
.header .hc__inner__navi ul li.has-child .childNaviBox ul {
  justify-content: flex-start;
}
.header .hc__inner__navi ul li.has-child .childNaviBox ul li {
  margin: 0;
}
.header .hc__inner__navi ul li.has-child .childNaviBox ul li a {
  display: inline-block;
  width: 100%;
  padding: 1em;
  transition: 0.3s;
}
.header .hc__inner__navi ul li.has-child .childNaviBox ul li a:hover {
  background: tomato;
}

.burger-btn {
  display: none;
}
@media screen and (max-width: 1050px) {
  .burger-btn {
    display: block;
    cursor: pointer;
    width: 32px;
    height: 32px;
  }
  .burger-btn__inner {
    position: relative;
    width: 100%;
    height: 100%;
  }
  .burger-btn__inner .bar {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #493E44;
    transition: all 0.3s;
  }
  .burger-btn__inner .bar-top {
    top: 10%;
  }
  body.nav-open .burger-btn__inner .bar-top {
    transform: rotate(45deg);
    top: calc(50% - 1px);
  }
  .burger-btn__inner .bar-mid {
    top: calc(50% - 1px);
    transform-origin: center;
  }
  body.nav-open .burger-btn__inner .bar-mid {
    width: 0;
  }
  .burger-btn__inner .bar-bottom {
    bottom: 10%;
  }
  body.nav-open .burger-btn__inner .bar-bottom {
    transform: rotate(-45deg);
    bottom: calc(50% - 1px);
  }
}

.footer .footerLogo {
  margin-top: max(8%, 100px);
}
.footer .footerLogo .symbol img {
  width: 100%;
  max-width: 70px;
  margin: 0 auto;
}
.footer .footerLogo .logotype {
  margin-top: 24px;
}
.footer .footerLogo .logotype img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.footer .copyright {
  margin-top: max(6%, 80px);
  margin-bottom: 8px;
}
.footer .copyright p {
  text-align: center;
}

.teaser-top {
  text-align: center;
  margin-top: max(4%, 72px);
}
.teaser-top .symbol {
  text-align: center;
}
.teaser-top .symbol img {
  width: 100%;
  max-width: 82px;
  margin: 0 auto;
}
.teaser-top .logotype {
  margin-top: 32px;
}
.teaser-top .logotype img {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
}

.teaser-about {
  margin-top: max(5%, 64px);
}
.teaser-about p {
  text-align: center;
  font-size: clamp(1.8rem, 1.737rem + 0.18vw, 2rem);
  letter-spacing: 0.1em;
}

.teaser-open {
  text-align: center;
  margin-top: max(6%, 72px);
}
.teaser-open img {
  width: 100%;
  max-width: 216px;
  margin: 0 auto;
}

.teaser-scroll {
  margin-top: max(8%, 80px);
}
.teaser-scroll img {
  width: 100%;
  max-width: 65px;
  margin: 0 auto 16px;
}
.teaser-scroll__arrow {
  width: 1px;
  height: 160px;
  background: #707070;
  margin: 0 auto;
  position: relative;
}
.teaser-scroll__arrow::after {
  display: inline-block;
  content: "";
  width: 1px;
  height: 20px;
  background: #707070;
  rotate: -45deg;
  position: absolute;
  bottom: 0;
  left: 50%;
  translate: 0 0;
  transform-origin: center bottom;
}
.teaser-scroll-2 {
  margin-top: 48px;
}

.teaser-preview {
  margin-top: 72px;
}
.teaser-preview__tit img {
  width: 1000%;
  max-width: 134px;
  margin: 0 auto;
}
.teaser-preview__date {
  margin-top: 40px;
}
.teaser-preview__date img {
  width: 100%;
  max-width: 284px;
  margin: 0 auto;
}
.teaser-preview p {
  font-size: clamp(1.5rem, 1.468rem + 0.09vw, 1.6rem);
  line-height: 2;
  letter-spacing: 0.1em;
  text-align: center;
  margin-top: 2.5em;
}
.teaser-preview p.reserve {
  font-size: 1.2rem;
  color: #FF9300;
}
.teaser-preview-2 {
  margin-top: 32px;
}

.teaser-info {
  margin-top: 72px;
}
.teaser-info__tit img {
  width: 100%;
  max-width: 248px;
  margin: 0 auto;
}
.teaser-info__map {
  margin-top: 48px;
}
.teaser-info__map iframe {
  width: 100%;
  aspect-ratio: 1.8/1;
}
.teaser-info__map p {
  font-size: clamp(1.6rem, 1.537rem + 0.18vw, 1.8rem);
  margin-top: 1em;
  text-align: center;
}

.teaser-instagram {
  margin-top: max(17%, 120px);
}
.teaser-instagram__icon {
  text-align: center;
}
.teaser-instagram__icon a {
  display: inline-block;
  width: 40px;
  margin: 0 auto;
}
.teaser-instagram__icon a:hover {
  opacity: 0.6;
}/*# sourceMappingURL=style.css.map */