@charset "UTF-8";
/* 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 {
  margin: 0;
}

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

/* 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]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

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

/*add reset styles*/
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

img {
  max-width: 100%;
}

/*Break Point
------------------------------*/
/*font
---------------------------------*/
/*color
---------------------------------*/
@font-face {
  font-family: "Ozwald";
  font-weight: 500;
  font-style: normal;
  src: url("../fonts/Oswald-Medium.ttf") format("truetype"); /* フォントファイルへのパスを指定 */
}
body {
  color: #40220f;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  font-weight: normal;
  line-height: 1.5;
  overflow-x: clip;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  position: relative;
}
body.-fixed {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

/* WebKitブラウザ (Chrome, Safari, Edge) */
/* Firefox */
@media print, screen and (max-width: 1023.9px) {
  .child-mv {
    min-height: 100dvh;
  }
}

.child-mv__video-wrap:before {
  content: none;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.section-heading {
  background-color: #cfbfab;
  padding: 10px;
  font-size: 18px;
  text-align: center;
  color: #3d4144;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, sans-serif;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin-top: 100px;
}
@media print, screen and (max-width: 1023.9px) {
  .section-heading {
    margin-top: 40px;
  }
}

.g__heading {
  width: 450px;
  margin: 0 auto 40px;
}
@media print, screen and (max-width: 1023.9px) {
  .g__heading {
    width: 61vw;
    margin-bottom: 20px;
  }
}

.map-area {
  margin-top: 0px;
  background-color: #cfbfab;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 20px;
  padding-left: 20px;
  background: url(../img/location/lbg.webp);
  background-attachment: scroll;
  background-size: auto;
  background-size: cover;
  background-attachment: fixed;
}
@media print, screen and (max-width: 1023.9px) {
  .map-area {
    padding-top: 40px;
    margin-top: 0px;
    padding-bottom: 40px;
  }
}

.bx-wrapper {
  border: none;
  margin-bottom: 20px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: none;
}

.slide {
  margin-bottom: 20px;
  max-width: 1200px;
  margin: 0 auto 20px;
}
.slide figcaption {
  text-align: center;
  padding: 5px 0px 0px;
  display: block;
  letter-spacing: 2px;
  font-weight: bold;
  font-size: 20px;
}
@media only screen and (max-width: 800px) {
  .slide figcaption {
    font-size: 14px;
  }
}
@media all and (-ms-high-contrast: none) {
  .slide figcaption {
    padding: 5px 6px 1px;
  }
}
.slide figcaption.bgL {
  left: 0;
  right: auto;
}
@media all and (-ms-high-contrast: none) {
  .slide figcaption.bgL {
    padding: 5px 6px 1px;
  }
}
.slide figcaption.out {
  bottom: -20px;
  background: none;
  color: #000;
}

.slider01 figure {
  margin-bottom: -1px;
}
.bx-wrapper {
  border: none;
  margin-bottom: 8px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.bx-viewport {
  overflow: visible !important;
}

.custom-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1200px;
  margin: 15px auto;
}

.custom-thumb a {
  width: 12%;
  display: block;
  margin-bottom: 20px;
}
.custom-thumb a img {
  border: 1px solid #bbb;
}
.custom-thumb a p {
  font-size: 13px;
  text-align: center;
  margin-top: 3px;
}
@media only screen and (max-width: 767px) {
  .custom-thumb a p {
    font-size: 2.6vw;
    margin-top: 2px;
  }
}

.custom-thumb.n7 a {
  width: 13.5%;
  display: block;
  margin-bottom: 4px;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.custom-thumb a:hover {
  opacity: 0.6;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.custom-thumb a img {
  max-width: 100%;
}

.custom-thumb a.active, .custom-thumb a:hover {
  opacity: 0.4;
}

.child-main-copy {
  padding-bottom: 50px;
  line-height: 1.6;
}

.capArea {
  background: none;
}
.capArea.contents-width {
  max-width: 1200px;
}
@media only screen and (max-width: 767px) {
  .capArea {
    padding: 30px 0;
  }
}

.capArea p {
  letter-spacing: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-size: 10.8px;
}

@media only screen and (max-width: 767px) {
  .slide {
    margin-bottom: 10px;
  }
  .custom-thumb {
    margin: 10px auto;
  }
  .custom-thumb a {
    width: 24%;
    margin-bottom: 5px;
  }
  .custom-thumb.n7 a {
    width: 24%;
  }
  .child-main-copy {
    padding-bottom: 25px;
    letter-spacing: 0;
  }
}
.conMv {
  margin-top: 60px;
}
@media print, screen and (max-width: 1023.9px) {
  .conMv {
    margin-top: 30px;
  }
}
.conMv h4 {
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
}
@media print, screen and (max-width: 1023.9px) {
  .conMv h4 {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media print, screen and (max-width: 1023.9px) {
  .conMv iframe {
    width: 100%;
    height: 250px;
  }
}