@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lugrasimo&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
html {
  font-size: 100%;
}
@media (max-width: 1074px) {
  html {
    font-size: 1.4897579143vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  opacity: 0.7;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  border: none;
  padding: 0;
  background-color: transparent;
  background-color: initial;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  max-width: 1074px;
  padding-right: 1.5625rem;
  padding-left: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }
}

.js-fade {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px); /* 30px下に下げておく */
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out; /* 0.8秒かけて変化 */
}

.js-fade.is-show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.c-btn-wrapper {
  text-align: center;
  margin-top: 1.875rem;
}

.c-btn {
  display: inline-block;
  font-size: 1rem;
  background: #6E5839;
  color: #FEF5E8;
  min-width: 20.125rem;
  padding: 1.5625rem 0;
}
.c-btn-2 {
  color: #5D492C;
  background: #F5DFBF;
}
.c-btn-2:hover {
  background: #5D492C;
  color: #F5DFBF;
}
.c-btn:hover {
  background: #FEF5E8;
  color: #6E5839;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-sec2-contents {
  max-width: 50rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5rem 6.25rem;
  margin: 4.375rem auto 0;
}
@media screen and (max-width: 767px) {
  .p-sec2-contents {
    margin: 2.5rem auto 0;
  }
}
.p-sec2-contents li {
  width: 20.5625rem;
}

.c-info-table {
  background: #FEF5E8;
  border-collapse: collapse;
}
.c-info-table th {
  background: #E1D3B4;
  border-right: 1px solid #9B9A9A;
  padding: 1.5625rem;
  text-align: left;
}
.c-info-table tr {
  border-bottom: 1px solid #9B9A9A;
}

.c-main__bg {
  background-image: url(../images/map-bg.png);
  background-attachment: fixed;
  background-position: center;
  background-size: contain;
  background-repeat: repeat;
}

.c-section-title {
  color: #FEF5E8;
  position: relative;
}
.c-section-title::before {
  background: url(../images/asset1.png) no-repeat center center/cover;
  content: "";
  display: block;
  width: 2.4375rem;
  height: 2.4375rem;
  left: 50%;
  position: absolute;
  top: -1.25rem;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.c-section-title h2 {
  font-family: "Lugrasimo", cursive;
  font-size: 1.5625rem;
  text-align: center;
}
.c-section-title h2 span {
  font-size: 3.125rem;
}
.c-section-title p {
  font-size: 1.25rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}

.p-sec1 {
  background-color: #171004;
  color: #FEF5E8;
  font-size: 3.125rem;
  padding: 5rem 0;
}
@media screen and (max-width: 767px) {
  .p-sec1 {
    font-size: 1.5625rem;
  }
}

.p-sec1__inner {
  max-width: 38.125rem;
}

.p-sec1-day {
  text-align: center;
  margin-top: 4.375rem;
  width: 100%; /* 親は常に100% */
}

.p-sec1-day img {
  display: inline-block;
  /* width: 100%; は削除します */
  max-width: 100%;   /* 画面からはみ出さないようにする */
  height: auto;
}

.p-sec1__title {
  margin-top: 7.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec1__title {
    margin-top: 6.25rem;
  }
}

.p-sec1-message {
  margin-top: 4.375rem;
  text-align: center;
}
.p-sec1-message.--text1 {
  margin: 4.375rem auto 0;
  max-width: 25rem;
}
@media screen and (max-width: 767px) {
  .p-sec1-message {
    margin-top: 2.5rem;
  }
}
.p-sec1-message img {
  display: inline-block;
}

.p-sec1-letter {
  margin-top: 2.5rem;
  margin-top: 2.5rem;
}
.p-sec2 {
  padding: 7.5rem 0 13.5rem;
  background: url(../images/sec2-bg.jpg) no-repeat center center/cover;
}
@media screen and (max-width: 767px) {
  .p-sec2 {
    background: url(../images/sec2-bg-sp.jpg) no-repeat center center/cover;
    padding: 5rem 0;
  }
}

.p-sec3 {
  padding: 7.5rem 0;
  background-color: rgba(0, 0, 0, .9);
}
@media screen and (max-width: 767px) {
  .p-sec3 {
    padding: 6.25rem 1.25rem;
  }
}

.p-sec3__img-wrapper {
  overflow-x: hidden; /* 念のためはみ出しを隠す設定に（任意） */
  padding-top: 4.375rem;
}
@media screen and (max-width: 767px) {
  .p-sec3__img-wrapper {
    padding-top: 2.5rem;
  }
}

.p-sec3__img {
  margin: 0 auto;
  width: 100%; /* 固定幅をやめて100%にする */
  max-width: 62.0625rem; /* 元のサイズを最大幅にする */
}

.p-sec3__access {
  margin-top: 7.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-sec3__access {
    margin-top: 4.375rem;
  }
}

.p-sec3__access-title {
  font-size: 1.5625rem;
  color: #FEF5E8;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}

.p-sec3__access-text {
  font-size: 1rem;
  margin-top: 2.5rem;
  color: #FEF5E8;
}
@media screen and (max-width: 767px) {
  .p-sec3__access-text {
    margin-top: 1.875rem;
    font-size: 0.9375rem;
  }
}

.p-sec3__attention {
  margin-top: 7.5rem;
  background: #FFF2E9;
  color: #333;
  padding: 2.5rem 5rem;
  max-width: 62.3125rem;
  margin: 7.5rem auto 0;
  -webkit-box-shadow: 0px 1px 40px #FEF5E8;
          box-shadow: 0px 1px 40px #FEF5E8;
}
@media screen and (max-width: 767px) {
  .p-sec3__attention {
    margin-top: 6.25rem;
    padding: 1.25rem;
    -webkit-box-shadow: 0px 1px 20px #FEF5E8;
            box-shadow: 0px 1px 20px #FEF5E8;
  }
}

.p-sec3__attention-title {
  font-size: 1.5625rem;
  text-align: center;
  font-weight: 700;
}

.p-sec3__attention-textWrap {
  margin-top: 2.5rem;
}
@media screen and (max-width: 767px) {
  .p-sec3__attention-textWrap {
    margin-top: 1.25rem;
  }
}

.p-sec4 {
  padding: 7.5rem 0;
  background: url(../images/map01.jpg) no-repeat center center/cover;
  color: #FEF5E8;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  .p-sec4 {
    padding: 5rem 1.25rem;
  }
}

.p-sec4__text1 {
  margin-top: 2.5rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-sec4__text1 {
    font-size: 1rem;
  }
}

.p-sec4__company {
  margin-top: 1.875rem;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-sec4__company {
    font-size: 1rem;
  }
}

.p-sec4__info--list {
  max-width: 28.125rem;
  margin: 1.875rem auto 0;
}
.p-sec4__info--list li {
  font-size: 0.875rem;
  text-align: left;
}

.p-sec5 {
  padding: 5rem 0;
  background-color: rgba(0, 0, 0, .9);
  color: #FEF5E8;
}

.p-sec5__company-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.25rem;
  font-weight: 700;
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .p-sec5__company-name {
    display: block;
    text-align: center;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .p-sec5__company-name li:not(:first-child) {
    margin-top: 1rem;
  }
}

.p-sec5__btn {
  margin-top: 1.875rem;
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}
/*# sourceMappingURL=styles.css.map */
