@charset "UTF-8";
/* base */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Open+Sans&display=swap");
/* reset */
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-size: 100%;
  vertical-align: baseline;
}

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

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;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "YuGothic_Family", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
  color: #000;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4 {
  font-feature-settings: "palt";
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (min-width: 769px) {
  h1,
  h2,
  h3,
  h4 {
    font-size: 16px;
  }
}

table {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}

p,
li {
  color: #000;
  font-size: 14px;
  line-height: 1.6;
}
@media screen and (min-width: 769px) {
  p,
  li {
    font-size: 16px;
  }
}

a {
  color: #000000;
}

em {
  font-weight: 700;
}

@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
    color: #2a2a2a;
    text-decoration: none;
  }
}
small {
  font-size: 0.8em;
}

img,
svg {
  vertical-align: bottom;
  max-width: 100%;
}

input,
button,
textarea {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
}

input[type=text],
input[type=email],
input[type=password] {
  border: none;
  padding: 0 16px;
  height: 3em;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

textarea {
  border: none;
  padding: 16px;
  font-size: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #e2e2e2;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=checkbox] {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

hr {
  margin: 0;
  border: none;
  background-color: #5a533e;
  height: 1px;
}
@media screen and (min-width: 769px) {
  hr {
    height: 2px;
  }
}

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

/* utils */
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
.mt-0 {
  margin-top: 0px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-44 {
  margin-top: 44px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mt-52 {
  margin-top: 52px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-64 {
  margin-top: 64px !important;
}

.mt-68 {
  margin-top: 68px !important;
}

.mt-72 {
  margin-top: 72px !important;
}

.mt-76 {
  margin-top: 76px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mt-88 {
  margin-top: 88px !important;
}

.mt-92 {
  margin-top: 92px !important;
}

.mt-96 {
  margin-top: 96px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-104 {
  margin-top: 104px !important;
}

.mt-108 {
  margin-top: 108px !important;
}

.mt-112 {
  margin-top: 112px !important;
}

.mt-116 {
  margin-top: 116px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-124 {
  margin-top: 124px !important;
}

.mt-128 {
  margin-top: 128px !important;
}

.mt-132 {
  margin-top: 132px !important;
}

.mt-136 {
  margin-top: 136px !important;
}

.mt-140 {
  margin-top: 140px !important;
}

.mt-144 {
  margin-top: 144px !important;
}

.mt-148 {
  margin-top: 148px !important;
}

.mt-152 {
  margin-top: 152px !important;
}

.mt-156 {
  margin-top: 156px !important;
}

.mt-160 {
  margin-top: 160px !important;
}

@media screen and (min-width: 769px) {
  .mt-0-pc {
    margin-top: 0px !important;
  }
  .mt-4-pc {
    margin-top: 4px !important;
  }
  .mt-8-pc {
    margin-top: 8px !important;
  }
  .mt-12-pc {
    margin-top: 12px !important;
  }
  .mt-16-pc {
    margin-top: 16px !important;
  }
  .mt-20-pc {
    margin-top: 20px !important;
  }
  .mt-24-pc {
    margin-top: 24px !important;
  }
  .mt-28-pc {
    margin-top: 28px !important;
  }
  .mt-32-pc {
    margin-top: 32px !important;
  }
  .mt-36-pc {
    margin-top: 36px !important;
  }
  .mt-40-pc {
    margin-top: 40px !important;
  }
  .mt-44-pc {
    margin-top: 44px !important;
  }
  .mt-48-pc {
    margin-top: 48px !important;
  }
  .mt-52-pc {
    margin-top: 52px !important;
  }
  .mt-56-pc {
    margin-top: 56px !important;
  }
  .mt-60-pc {
    margin-top: 60px !important;
  }
  .mt-64-pc {
    margin-top: 64px !important;
  }
  .mt-68-pc {
    margin-top: 68px !important;
  }
  .mt-72-pc {
    margin-top: 72px !important;
  }
  .mt-76-pc {
    margin-top: 76px !important;
  }
  .mt-80-pc {
    margin-top: 80px !important;
  }
  .mt-84-pc {
    margin-top: 84px !important;
  }
  .mt-88-pc {
    margin-top: 88px !important;
  }
  .mt-92-pc {
    margin-top: 92px !important;
  }
  .mt-96-pc {
    margin-top: 96px !important;
  }
  .mt-100-pc {
    margin-top: 100px !important;
  }
  .mt-104-pc {
    margin-top: 104px !important;
  }
  .mt-108-pc {
    margin-top: 108px !important;
  }
  .mt-112-pc {
    margin-top: 112px !important;
  }
  .mt-116-pc {
    margin-top: 116px !important;
  }
  .mt-120-pc {
    margin-top: 120px !important;
  }
  .mt-124-pc {
    margin-top: 124px !important;
  }
  .mt-128-pc {
    margin-top: 128px !important;
  }
  .mt-132-pc {
    margin-top: 132px !important;
  }
  .mt-136-pc {
    margin-top: 136px !important;
  }
  .mt-140-pc {
    margin-top: 140px !important;
  }
  .mt-144-pc {
    margin-top: 144px !important;
  }
  .mt-148-pc {
    margin-top: 148px !important;
  }
  .mt-152-pc {
    margin-top: 152px !important;
  }
  .mt-156-pc {
    margin-top: 156px !important;
  }
  .mt-160-pc {
    margin-top: 160px !important;
  }
}
.align-center {
  text-align: center !important;
}

.relative {
  position: relative !important;
}

.color-orange {
  color: #ff5a10 !important;
}

body {
  background-color: #ECEBE6;
}

@media screen and (min-width: 769px) {
  .wrapper {
    margin-inline: auto;
    width: 1200px;
    box-sizing: border-box;
    padding: 0 20px;
  }
}

.sectionTitle {
  font-family: "Open Sans", sans-serif;
  font-size: 36px;
  color: #66564C;
}
@media screen and (min-width: 769px) {
  .sectionTitle {
    font-size: 60px;
  }
}

.js-scrollAnimation {
  opacity: 0;
  transform: translateY(32px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}
.js-scrollAnimation.-show {
  opacity: 1;
  transform: translateY(0px);
}

.mv {
  height: 100svh;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 32px 0 32px;
  box-sizing: border-box;
  background-color: #000;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .mv {
    padding: 100px 0 40px;
  }
}
.mv h1 {
  text-align: center;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.mv h1 img {
  width: 910px;
  max-width: inherit;
}
@media screen and (max-width: 768px) {
  .mv h1 img {
    width: 240px;
  }
}

.mv-scroll {
  position: absolute;
  left: 50%;
  bottom: 32px;
  transform: translateX(-50%);
  z-index: 1;
  text-align: center;
  margin-top: 28px;
}
@media screen and (min-width: 769px) {
  .mv-scroll {
    display: none;
  }
}
.mv-scroll img {
  width: 80px;
}

.mv-note {
  position: absolute;
  right: 4px;
  bottom: -24px;
  font-size: 12px;
  color: #2F241D;
}
@media screen and (min-width: 769px) {
  .mv-note {
    font-size: 14px;
    right: 12px;
    bottom: -32px;
  }
}

.mv-photos {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  opacity: 0.7;
}
.mv-photos img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transform: scale(1);
  transition: opacity 1.5s linear, transform 6s linear;
  z-index: 0;
}
.mv-photos img.active {
  opacity: 1;
  transform: scale(1.05);
  z-index: 1;
}

.about {
  background-color: #D7CFC5;
  padding: 48px 20px;
}
@media screen and (min-width: 769px) {
  .about {
    padding: 100px 0;
  }
}

.about-inner {
  display: flex;
}
@media screen and (max-width: 768px) {
  .about-inner {
    gap: 20px;
    flex-direction: column;
  }
}
@media screen and (min-width: 769px) {
  .about-inner {
    align-items: center;
  }
}
@media screen and (min-width: 769px) {
  .about-inner .sectionTitle {
    width: 330px;
  }
}
.about-inner p {
  color: #2F241D;
  line-height: 1.7;
  font-size: 16px;
}
@media screen and (min-width: 769px) {
  .about-inner p {
    line-height: 2;
    font-size: 20px;
    flex: 1;
  }
}

.topics {
  background-color: #ECEBE6;
  padding: 48px 20px;
}
@media screen and (min-width: 769px) {
  .topics {
    padding: 100px 0;
  }
}

.topicsList {
  margin-top: 8px;
}
@media screen and (min-width: 769px) {
  .topicsList {
    margin-top: 20px;
  }
}

.topicsList-item {
  border-bottom: 1px dashed rgba(102, 86, 76, 0.5);
}
@media screen and (min-width: 769px) {
  .topicsList-item p:nth-child(1) {
    width: 240px;
  }
}
@media screen and (min-width: 769px) {
  .topicsList-item p:nth-child(2) {
    flex: 1;
  }
}
.topicsList-item a, .topicsList-item span {
  display: flex;
  text-decoration: none;
  padding: 40px 0;
  font-size: 18px;
  color: #2F241D;
}
@media screen and (max-width: 768px) {
  .topicsList-item a, .topicsList-item span {
    padding: 20px 0;
    flex-direction: column;
    gap: 4px;
  }
}
.topicsList-item a {
  transition: opacity 0.3s ease;
}
@media (any-hover: hover) {
  .topicsList-item a:hover {
    opacity: 0.7;
  }
}

.information {
  background-color: #fff;
  padding: 48px 20px;
}
@media screen and (min-width: 769px) {
  .information {
    padding: 100px 0;
  }
}

.information-item {
  margin-top: 32px;
}
@media screen and (min-width: 769px) {
  .information-item {
    margin-top: 80px;
  }
}
.information-item:not(:first-of-type)::before {
  content: "";
  display: block;
  width: 60px;
  height: 1px;
  background-color: #2F241D;
  margin: 40px auto;
}
@media screen and (min-width: 769px) {
  .information-item:not(:first-of-type)::before {
    width: 94px;
    margin: 80px auto;
  }
}

.information-item-title {
  font-family: "Open Sans", "Noto Sans JP", "游ゴシック体", "YuGothic_Family", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ W3", "メイリオ", sans-serif;
  color: #66564C;
  font-size: 18px;
}
@media screen and (min-width: 769px) {
  .information-item-title {
    font-size: 32px;
  }
}

.information-table {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .information-table {
    margin-top: 20px;
  }
}
.information-table th, .information-table td {
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px dashed rgba(102, 86, 76, 0.2);
  color: #2F241D;
}
@media screen and (min-width: 769px) {
  .information-table th, .information-table td {
    font-size: 18px;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768px) {
  .information-table th, .information-table td {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .information-table th {
    padding-bottom: 0;
    border-bottom: 0;
    padding-top: 20px;
  }
}
@media screen and (min-width: 769px) {
  .information-table th {
    width: 240px;
  }
}
@media screen and (max-width: 768px) {
  .information-table td {
    padding-bottom: 20px;
  }
}
.information-table iframe {
  width: 100%;
  height: 240px;
  margin-top: 20px;
}
@media screen and (min-width: 769px) {
  .information-table iframe {
    height: 300px;
  }
}

.footer {
  text-align: center;
  background-color: #fff;
  padding-bottom: 60px;
}
@media screen and (min-width: 769px) {
  .footer {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.footer img {
  width: 120px;
}
.footer p {
  font-size: 12px;
  margin-top: 12px;
}
@media screen and (min-width: 769px) {
  .footer p {
    margin-top: 32px;
  }
}
