@charset "UTF-8";
html {
  font-family: "Noto Sans JP", "Quicksand", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #222;
}

body {
  width: 100%;
  overflow-x: hidden;
  font-family: "游明朝体", "Yu Mincho", "yumincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  background-color: #fcfaf3;
}
body.disabled-scroll {
  height: 100%;
  overflow: hidden;
}
.home .header-pc-nav{
  display: none;
}
main {
  min-height: 100vh;
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1120px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 559px) {
  .container {
    padding: 0 20px;
  }
}

section {
  position: relative;
  padding-bottom: 8rem;
}
@media screen and (max-width: 559px) {
  section {
    padding-bottom: 4rem;
  }
}

.txt {
  margin-top: 50px;
  font-family: "Noto Sans JP", "Quicksand", "Hiragino Kaku Gothic ProN", "Hiragino Sans", meiryo, sans-serif;
  font-size: 36px;
  line-height: 1.7;
}
@media screen and (max-width: 1199px) {
  .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 559px) {
  .txt {
    margin-top: 20px;
    font-size: 16px;
  }
}

a {
  cursor: #0f5387;
  -webkit-tap-highlight-color: transparent;
}

*:focus {
  outline: none;
}

.gtranslate_wrapper {
  position: absolute;
  inset: auto auto 25px 25px;
}
@media screen and (max-width: 768px) {
  .gtranslate_wrapper {
    inset: 25px 25px auto auto;
  }
}

header {
  position: absolute;
  top: 36px;
  /* inset: 0 0 auto; */
  z-index: 99;
  width: 100vw;
  height: 80px;
}
.header-pc-nav{
  float: right;
  padding-right: 50px;
}
.header-links{
  color: #CCAE7C;
  font-size: 20px;
  /* font-family: "Noto Serif JP", "MS P明朝", "MS PMincho", serif; */
}
.header-nav-container{
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .home .header-nav-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  header {
    position: fixed;
  }
}
.header-link-container:last-child{
  border: none;
  padding-right: 0px;
}
@media screen and (max-width: 1199px) {
  .home .header-link-container:last-child{
    padding-left: 0px;
    border-right: 1px solid #CCAE7C;
  }
}
@media screen and (max-width: 768px) {
  .header-pc-nav{
    display: none;
  }
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  padding: 0 15px;
}
@media screen and (min-width: 769px) {
  .header {
    display: none;
  }
}

footer {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: auto;
  padding: 100px 0 60px;
  background-color: #f9f3e3;
  border-top: 1px solid #d7d7d7;
}
@media screen and (max-width: 768px) {
  footer {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 40px 0 60px;
  }
}

footer .footer-wrapper {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 35px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100%;
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper {
    gap: 20px;
    width: 100%;
    margin-inline: 20px;
    margin-bottom: 0;
  }
}
footer .footer-wrapper .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper .footer-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
  }
}
footer .footer-wrapper .footer-menu .spacer {
  gap: 0 0;
  width: 100%;
}
footer .footer-wrapper .footer-menu .footer-menu-item.-icon {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
footer .footer-wrapper .footer-menu .footer-menu-item:not(.-icon) {
  margin-bottom: 20px;
  font-size: 20px;
  color: #707070;
  text-align: center;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper .footer-menu .footer-menu-item:not(.-icon) {
    font-size: 15px;
    text-align: left;
  }
}
footer .footer-wrapper .footer-menu .footer-menu-item:not(.-icon):hover {
  color: #ccae7c;
}
footer .footer-wrapper .copyright {
  font-size: 10px;
  color: #707070;
  /* font-family: "Noto Serif JP", "MS P明朝", "MS PMincho", serif; */
}
@media screen and (max-width: 768px) {
  footer .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 42px;
    width: auto;
  }
}

.burger-nav {
  position: relative;
  height: 100%;
  overflow: scroll;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.burger-nav .menu-burger-menu-container {
  padding: 0 60px;
}
@media screen and (max-width: 559px) {
  .burger-nav .menu-burger-menu-container {
    padding: 0 50px;
  }
}
.burger-nav .menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 100%;
  padding: 80px 0;
  margin: 0 30px;
}
.burger-nav .menu .menu-item {
  position: relative;
  width: 100%;
  padding-bottom: 12px;
}
@media screen and (max-width: 999px) {
  .burger-nav .menu .menu-item {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .burger-nav .menu .menu-item {
    font-size: 32px;
  }
}
.burger-nav .menu .menu-item a {
  display: block;
  width: 100%;
  font-family: "游明朝体", "Yu Mincho", "yumincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  font-size: 15px;
  color: #707070;
}
.burger-nav .menu .menu-item + .menu-item {
  padding-top: 12px;
  border-top: 1px solid #d7d7d7;
}

.burger.open .burger-nav {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.fv {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100svh;
  max-height: 65vw;
  color: #e4e4e4;
}
@media screen and (max-width: 1199px) {
  .fv {
    max-height: 100vh;
  }
}
@media screen and (max-width: 768px) {
  .fv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: 100svh;
  }
}
.fv .fv-ttl-wrapper {
  width: 300px;
  min-width: 300px;
}
@media screen and (max-width: 1200px) {
  
  .fv .fv-ttl-wrapper {
    width: 150px;
    min-width: 150px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-ttl-wrapper {
    width: 120px;
    min-width: 120px;
  }
}
.fv .fv-ttl-wrapper .fv-ttl-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.fv .fv-ttl-wrapper .fv-ttl-inner .fv-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-right: 40px;
}
@media screen and (max-width: 768px) {
  .fv .fv-ttl-wrapper .fv-ttl-inner .fv-ttl {
    margin-right: 0;
  }
}
.fv .fv-ttl-wrapper .fv-ttl-inner .fv-ttl__txt {
  z-index: 1;
  width: 50px;
  padding-top: 50px;
  font-family: "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  font-size: 50px;
  line-height: 1.5;
  color: #ccae7c;
  letter-spacing: 12px;
}
@media screen and (max-width: 1200px) {
  .fv .fv-ttl-wrapper .fv-ttl-inner .fv-ttl__txt {
    width: 30px;
    padding-top: 25px;
    font-size: 35px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-ttl-wrapper .fv-ttl-inner .fv-ttl__txt {
    width: 30px;
    padding-top: 25px;
    font-size: 25px;
    color: white;
    text-shadow: 2px 2px 10px rgba(66, 66, 66, 0.5019607843);
  }
}
.fv .fv-ttl-wrapper .fv-ttl-inner .fv-city-ttl-wrapper {
  position: relative;
  width: 40px;
}
.fv .fv-ttl-wrapper .fv-ttl-inner .fv-city-ttl {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.fv .fv-ttl-wrapper .fv-ttl-inner .fv-city-ttl.-hide {
  display: none;
}
.fv .fv-ttl-wrapper .fv-ttl-inner .fv-city-ttl__txt {
  position: absolute;
  top: 65px;
  right: 50px;
  width: 400px;
  font-size: 25px;
  color: #707070;
  text-align: right;
  letter-spacing: 1px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
@media screen and (max-width: 1199px) {
  .fv .fv-ttl-wrapper .fv-ttl-inner .fv-city-ttl__txt {
    right: 42px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-ttl-wrapper .fv-ttl-inner .fv-city-ttl__txt {
    color: white;
    text-shadow: 2px 2px 10px rgba(66, 66, 66, 0.5019607843);
  }
}
.fv .fv-ttl-wrapper .fv-ttl-inner .fv-city-ttl__line {
  position: absolute;
  top: 0;
  right: 25px;
  width: 1px;
  height: 50px;
  background-color: #707070;
}
@media screen and (max-width: 768px) {
  .fv .fv-ttl-wrapper .fv-ttl-inner .fv-city-ttl__line {
    background-color: white;
  }
}
.fv .fv-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  height: 100%;
}
.fv .fv-wrapper .fv-slider-wrapper {
  position: relative;
  width: 100%;
  height: calc(100% - 210px);
}
@media screen and (max-width: 768px) {
  .fv .fv-wrapper .fv-slider-wrapper {
    position: absolute;
    inset: 0;
    height: calc(100% - 120px);
  }
}
.fv .fv-wrapper .fv-slider-wrapper .fv-slider-txt {
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 1;
  color: black;

}
@media screen and (max-width: 768px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-slider-txt {
    display: none;
  }
}
.fv .fv-wrapper .fv-slider-wrapper .fv-slider-txt span {
  position: relative;
  display: inline-block;
  padding: 0 4px;
  margin-bottom: 20px;
  font-size: 30px;
  background-color: white;
  font-family: "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}
.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper {
  position: absolute;
  bottom: -75px;
  left: -95px;
}
@media screen and (max-width: 768px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper {
    bottom: -100px;
    left: 0;
  }
}
.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map {
  position: absolute;
  bottom: -60px;
  left: 0;
  z-index: 1;
  width: 300px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map {
    width: 200px;
  }
}
.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map.-hide {
  display: none;
}
.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-figure {
  position: absolute;
  bottom: 70px;
  left: 15px;
  z-index: 1;
}
@media screen and (max-width: 1199px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-figure {
    bottom: 150px;
    left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-figure {
    bottom: 150px;
    left: 15px;
  }
}

.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-figure .area .area-inner {
  fill: #b5b5b5;
  -webkit-transition: all 2s;
  transition: all 2s;
}
.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-figure .area.-highlight .area-inner {
  fill: #ccb97c;
}
.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-figure svg {
  width: 160px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-figure svg {
    width: 200px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-figure svg {
    width: 100px;
  }
}
.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper {
  position: absolute;
  right: -65px;
  bottom: 0;
  width: 240px;
  height: 240px;
  background-color: white;
  border: 4px solid #ccae7c;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper {
    right: -25px;
    width: 220px;
    height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper {
    right: -55px;
    bottom: 60px;
    width: 180px;
    height: 180px;
  }
}
.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper.-hide {
  display: none;
}
.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper .fv-map-txt {
  position: relative;
  left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  height: 100%;
  margin: auto;
}
@media screen and (max-width: 1599px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper .fv-map-txt {
    left: 0;
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper .fv-map-txt {
    width: 65%;
    margin-right: 20px;
  }
}
.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper .fv-map-txt__logo {
  width: 32px;
}
.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper .fv-map-txt__heading {
  width: 100%;
  font-size: 25px;
  color: #222;
  font-family: "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper .fv-map-txt__heading {
    font-size: 16px;
  }
}
.fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper .fv-map-txt__description {
  width: 100%;
  font-size: 13px;
  color: #222;
  font-family: "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1599px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper .fv-map-txt__description {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-map-wrapper .fv-map .fv-map-txt-wrapper .fv-map-txt__description {
    font-size: 10px;
  }
}
.fv .fv-wrapper .fv-slider-wrapper .fv-slider {
  position: relative;
  width: 100%;
  height: 100%;
}
.fv .fv-wrapper .fv-slider-wrapper .fv-slider .fv-img {
  position: absolute;
  top: 0;
  left: 0;
  display: inline;
  width: 100%;
  height: 100%;
}
.fv .fv-wrapper .fv-slider-wrapper .fv-slider .fv-img img {
  width: 100%;
  height: 100%;
  -o-object-position: top;
     object-position: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.fv .fv-wrapper .fv-slider-wrapper .fv-slider .fv-img.-hide {
  display: none;
}
.fv .fv-wrapper .fv-slider-wrapper .fv-slider .fv-bottom-txt {
  position: absolute;
  right: 12px;
  bottom: 8px;
  color: white;
  text-align: right;
  font-family: "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 768px) {
  .fv .fv-wrapper .fv-slider-wrapper .fv-slider .fv-bottom-txt {
    right: 4px;
    bottom: 4px;
    width: 95px;
    font-size: 10px;
    word-break: break-word;
  }
}
.fv .fv-wrapper .fv-slider-wrapper .fv-slider .fv-bottom-txt.-hide {
  display: none;
}
.fv .fv-wrapper .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .fv .fv-wrapper .menu {
    display: none;
  }
}
.fv .fv-wrapper .menu .menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  padding: 0 50px;
  font-size: 20px;
}
.fv .fv-wrapper .menu .menu-item + .menu-item {
  border-left: 1px solid #ccae7c;
}
.fv .fv-wrapper .menu a {
  color: #ccae7c;
}

.contact-form {
  width: 100%;
  max-width: 660px;
  padding-top: 140px;
  margin: auto;
}
@media screen and (max-width: 559px) {
  .contact-form {
    padding-top: 100px;
  }
}

.contact-wrapper {
  height: auto;
  padding-top: 40px;
  margin-top: 60px;
  border-top: 1px solid #d7d7d7;
  opacity: 1;
  -webkit-transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
  transition: 1s cubic-bezier(0.22, 1, 0.36, 1);
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.contact-wrapper.-hide {
  height: 0;
  opacity: 0;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
}

.form-item + .form-item {
  padding-top: 45px;
  margin-top: 60px;
  border-top: 1px solid #d7d7d7;
}

.form-item p label {
  display: block;
  margin-bottom: 45px;
  font-size: 20px;
  color: #707070;
}
@media screen and (max-width: 559px) {
  .form-item p label {
    margin-bottom: 30px;
    font-size: 16px;
  }
}
.form-item p span {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.form-item.-short {
  width: 200px;
}
.form-item.-arrow > p > span::before {
  position: absolute;
  top: 4px;
  right: 20px;
  width: 20px;
  height: 12px;
  pointer-events: none;
  content: "";
  background: url(../../assets/images/select_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.required {
  padding: 2px 6px;
  font-size: 1rem;
  color: #a11010;
}

.optional {
  padding: 2px 6px;
  font-size: 1rem;
  color: #707070;
}

.wpcf7 label {
  display: block;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 220%; /* 35.2px */
}
@media screen and (max-width: 559px) {
  .wpcf7 label {
    font-size: 16px;
    line-height: 160%; /* 24px */
  }
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
  border: 1px solid #707070;
  border-radius: 6px;
  width: 100%;
  padding: 12px 18px;
  font-size: 20px;
  color: #707070;
  background-color: white;
}
@media screen and (max-width: 559px) {
  .wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=tel] {
    font-size: 12px;
  }
}
.wpcf7 input[type=text]:focus::-webkit-input-placeholder, .wpcf7 input[type=email]:focus::-webkit-input-placeholder, .wpcf7 input[type=tel]:focus::-webkit-input-placeholder {
  color: transparent;
}
.wpcf7 input[type=text]:focus::-moz-placeholder, .wpcf7 input[type=email]:focus::-moz-placeholder, .wpcf7 input[type=tel]:focus::-moz-placeholder {
  color: transparent;
}
.wpcf7 input[type=text]:focus:-ms-input-placeholder, .wpcf7 input[type=email]:focus:-ms-input-placeholder, .wpcf7 input[type=tel]:focus:-ms-input-placeholder {
  color: transparent;
}
.wpcf7 input[type=text]:focus::-ms-input-placeholder, .wpcf7 input[type=email]:focus::-ms-input-placeholder, .wpcf7 input[type=tel]:focus::-ms-input-placeholder {
  color: transparent;
}
.wpcf7 input[type=text]:focus::placeholder,
.wpcf7 input[type=email]:focus::placeholder,
.wpcf7 input[type=tel]:focus::placeholder {
  color: transparent;
}
.wpcf7 textarea {
  height: 250px;
  line-height: 32px;
  resize: none;
  border: 1px solid #707070;
  border-radius: 6px;
  width: 100%;
  padding: 8px 16px;
  font-size: 20px;
  color: #707070;
  background-color: white;
}
@media screen and (max-width: 559px) {
  .wpcf7 textarea {
    font-size: 12px;
  }
}
.wpcf7 select {
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 0 4px 0 #ccae7c;
          box-shadow: 0 4px 0 #ccae7c;
  width: 100%;
  padding: 12px 18px;
  font-size: 20px;
  color: #707070;
  background-color: white;
}
@media screen and (max-width: 559px) {
  .wpcf7 select {
    font-size: 12px;
  }
}
.wpcf7 .wpcf7-form-control.wpcf7-radio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wpcf7 .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
  width: calc(50% - 1rem);
}
.wpcf7 .wpcf7-submit {
  width: 230px;
  height: 45px;
  margin-top: 80px;
  font-size: 20px;
  color: #e4e4e4;
  color: white;
  text-align: center;
  background-color: #ccae7c;
  border-radius: 25px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.wpcf7 .wpcf7-submit:hover {
  background-color: #be8e3e;
  border-color: transparent;
}
.wpcf7 .wpcf7-submit:disabled {
  color: #d7d7d7;
  background-color: transparent;
  border: 1px solid #d7d7d7;
}
.wpcf7 .wpcf7-form .contact-wrapper > p:last-of-type {
  text-align: center;
}
.wpcf7 .wpcf7-spinner {
  display: none;
  margin-top: 12px;
}
.wpcf7 span.wpcf7-not-valid-tip {
  font-size: 1rem;
}
.wpcf7 .wpcf7-response-output {
  padding: 12px;
  color: #a11010;
  background: #ffe0e5;
  border: none !important;
  border-radius: 4px;
}
.wpcf7 form.sent .wpcf7-response-output {
  color: #057254;
  background: #e0ffe9;
}
.wpcf7 form.faild .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output form.spam .wpcf7-response-output {
  color: #a11010;
  background: #ffe0e5;
}
.wpcf7 .wpcf7-validation-errors {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}
.wpcf7 .wpcf7-mail-sent-ok {
  color: #3a87ad;
  background-color: #d9edf7;
  border: 1px solid #bce8f1;
}

#page h1 {
  margin: 60px 0;
  font-size: 42px;
}
#page .content h3 {
  margin-top: 60px;
  font-size: 24px;
}
#page .content p {
  margin-top: 24px;
  font-size: 16px;
  line-height: 1.5;
}

.view-more-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 15px;
}
@media screen and (max-width: 559px) {
  .view-more-btn-wrapper {
    margin-top: 40px;
  }
}
.view-more-btn-wrapper .view-more-btn {
  height: 36px;
  width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #ccae7c;
  border-radius: 32px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
/* @media screen and (max-width: 559px) {
  .view-more-btn-wrapper .view-more-btn {
    width: 120px;
    border-radius: 16px;
  }
} */
.view-more-btn-wrapper .view-more-btn a {
  display: block;
  padding: 8px 10px;
  font-size: 16px;
  color: #ccae7c;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 559px) {
  .view-more-btn-wrapper .view-more-btn a {
    padding: 4px 10px;
    font-size: 10px;
  }
}
.view-more-btn-wrapper .view-more-btn:hover {
  background-color: #ccae7c;
}
.view-more-btn-wrapper .view-more-btn:hover a {
  color: #f9f3e3;
}
.header-link-container{
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right:50px;
  padding-left: 50px;
  border-right: 1px solid #CCAE7C;
}

.burger {
  position: relative;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .burger {
    width: 58px;
    height: 58px;
    pointer-events: auto;
  }
}

.burger-btn {
  position: absolute;
  z-index: 1000;
  width: 58px;
  height: 58px;
  cursor: pointer;
  background: white;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.burger-nav {
  position: fixed;
  inset: 0;
  width: 55%;
  height: 60%;
  pointer-events: none;
  cursor: default;
  background-color: white;
  /* border-radius: 120px; */
  border-radius: 5px;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translate(165px, 10px) scale(0);
          transform: translate(165px, 10px) scale(0);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}
.burger-nav .burger-bg {
  position: fixed;
  inset: 0;
  opacity: 0.25;
}

.burger-lines span {
  position: absolute;
  bottom: calc(50% - 1.5px);
  z-index: 1001;
  display: inline-block;
  width: 40%;
  height: 1px;
  pointer-events: none;
  background-color: #222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.burger-lines span::before, .burger-lines span::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #222;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.burger-lines span::before {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.burger-lines span::after {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
}

.burger-overlay {
  position: fixed;
  inset: 0;
  z-index: 985;
  pointer-events: none;
  background-color: black;
  opacity: 0;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.burger-overlay.open {
  pointer-events: auto;
  opacity: 0.4;
}

.burger.open {
  pointer-events: auto;
}
.burger.open .burger-nav {
  z-index: 990;
  display: block;
  width: 55%;
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate(100px, 110px) scale(1);
          transform: translate(100px, 110px) scale(1);
}
.burger.open .burger-btn {
  opacity: 0;
}
.burger.open .burger-lines span {
  background-color: transparent !important;
  opacity: 0;
}

.heading {
  position: relative;
  font-size: 40px;
  color: #ccae7c;
  text-align: center;
  letter-spacing: 2px;
  font-family: "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 559px) {
  .heading {
    font-size: 22px;
  }
}
.heading::before {
  position: absolute;
  right: 25%;
  bottom: -20px;
  left: 25%;
  width: 100px;
  height: 2px;
  margin: auto;
  content: "";
  background-color: #ccae7c;
}
@media screen and (max-width: 559px) {
  .heading::before {
    bottom: -15px;
    width: 45px;
  }
}

.txt-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  gap: 40px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .txt-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 50px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.txt-content.-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media screen and (max-width: 768px) {
  .txt-content.-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.txt-content__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.txt-content__txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.js-fadein {
  opacity: 0;
  /* stylelint-disable-next-line */
}
.js-fadein.js-animated {
  -webkit-animation-name: fade-in-botton;
          animation-name: fade-in-botton;
}
.js-fadein.-bottom.js-animated {
  -webkit-animation-name: fade-in-botton;
          animation-name: fade-in-botton;
}
.js-fadein.-right.js-animated {
  -webkit-animation-name: fade-in-right;
          animation-name: fade-in-right;
}
.js-fadein.-left.js-animated {
  -webkit-animation-name: fade-in-left;
          animation-name: fade-in-left;
}
.js-fadein.-top.js-animated {
  -webkit-animation-name: fadeInTop;
          animation-name: fadeInTop;
}
.js-fadein.js-animated {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes fade-in-botton {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes fade-in-botton {
  from {
    opacity: 0;
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fade-in-up {
  from {
    opacity: 0;
    -webkit-transform: translate(0, -100px);
            transform: translate(0, -100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fade-in-right {
  from {
    opacity: 0;
    -webkit-transform: translate(100px, 0);
            transform: translate(100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@-webkit-keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
@keyframes fade-in-left {
  from {
    opacity: 0;
    -webkit-transform: translate(-100px, 0);
            transform: translate(-100px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}
* > .char {
  display: inline-block;
  opacity: 0;
}
*.js-animated > .char {
  -webkit-animation-name: fade-in-char;
          animation-name: fade-in-char;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
          animation-timing-function: cubic-bezier(0.33, 1, 0.68, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
*.js-animated > .char:nth-of-type(0) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
*.js-animated > .char:nth-of-type(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
*.js-animated > .char:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
*.js-animated > .char:nth-of-type(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
*.js-animated > .char:nth-of-type(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
*.js-animated > .char:nth-of-type(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
*.js-animated > .char:nth-of-type(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
*.js-animated > .char:nth-of-type(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
*.js-animated > .char:nth-of-type(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
*.js-animated > .char:nth-of-type(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
*.js-animated > .char:nth-of-type(10) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
*.js-animated > .char:nth-of-type(11) {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
*.js-animated > .char:nth-of-type(12) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
*.js-animated > .char:nth-of-type(13) {
  -webkit-animation-delay: 0.65s;
          animation-delay: 0.65s;
}
*.js-animated > .char:nth-of-type(14) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
*.js-animated > .char:nth-of-type(15) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
*.js-animated > .char:nth-of-type(16) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
*.js-animated > .char:nth-of-type(17) {
  -webkit-animation-delay: 0.85s;
          animation-delay: 0.85s;
}
*.js-animated > .char:nth-of-type(18) {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
*.js-animated > .char:nth-of-type(19) {
  -webkit-animation-delay: 0.95s;
          animation-delay: 0.95s;
}
*.js-animated > .char:nth-of-type(20) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
*.js-animated > .char:nth-of-type(21) {
  -webkit-animation-delay: 1.05s;
          animation-delay: 1.05s;
}
*.js-animated > .char:nth-of-type(22) {
  -webkit-animation-delay: 1.1s;
          animation-delay: 1.1s;
}
*.js-animated > .char:nth-of-type(23) {
  -webkit-animation-delay: 1.15s;
          animation-delay: 1.15s;
}
*.js-animated > .char:nth-of-type(24) {
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
*.js-animated > .char:nth-of-type(25) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
*.js-animated > .char:nth-of-type(26) {
  -webkit-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
*.js-animated > .char:nth-of-type(27) {
  -webkit-animation-delay: 1.35s;
          animation-delay: 1.35s;
}
*.js-animated > .char:nth-of-type(28) {
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
}
*.js-animated > .char:nth-of-type(29) {
  -webkit-animation-delay: 1.45s;
          animation-delay: 1.45s;
}
*.js-animated > .char:nth-of-type(30) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes fade-in-char {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px) scale(2);
            transform: translateX(100px) scale(2);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}

@keyframes fade-in-char {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px) scale(2);
            transform: translateX(100px) scale(2);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
  }
}
.u-txt-primary {
  color: #0f5387;
}

.u-txt-secondary {
  color: #870e58;
}

.u-txt-error {
  color: #a11010;
}

br.u-xl {
  display: none;
}
@media screen and (max-width: 1199px) {
  br.u-xl {
    display: block;
  }
}
br.u-lg {
  display: none;
}
@media screen and (max-width: 999px) {
  br.u-lg {
    display: block;
  }
}
br.u-md {
  display: none;
}
@media screen and (max-width: 768px) {
  br.u-md {
    display: block;
  }
}
br.u-sm {
  display: none;
}
@media screen and (max-width: 559px) {
  br.u-sm {
    display: block;
  }
}
br.u-xs {
  display: none;
}
@media screen and (max-width: 399px) {
  br.u-xs {
    display: block;
  }
}

.u-anchor {
  display: block;
  padding-top: 6rem;
  margin-top: -6rem;
  pointer-events: none;
}

.u-rounded {
  border-radius: 25px;
}

.u-shadow {
  -webkit-box-shadow: 0 0 5px #a5a5a5;
          box-shadow: 0 0 5px #a5a5a5;
}

.u-youtube-wrap {
  width: 100%;
  max-width: 800px;
  padding: 80px 0;
  margin: auto;
}

.u-youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.u-youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

#instagram {
  padding-top: 58px;
  border-top: 1px solid #d7d7d7;
}
@media screen and (max-width: 768px) {
  #instagram {
    padding-top: 35px;
  }
}
#instagram .container {
  padding: 0 50px;
}
@media screen and (max-width: 768px) {
  #instagram .container {
    padding: 0 16px;
  }
}
#instagram .instagram-gallery-wrapper {
  position: relative;
  max-width: 100%;
  margin-top: 80px;
}
@media screen and (max-width: 768px) {
  #instagram .instagram-gallery-wrapper {
    /* padding: 0 25px;
    margin-top: 70px; */
    padding: 0px;
  }
}
#instagram .instagram-gallery-wrapper .instagram-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  /* display: flex; */
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  /* -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; */
  max-width: 800px;
  padding: 30px 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #instagram .instagram-gallery-wrapper .instagram-gallery {
    padding: 40px 0;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
}
#instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item {
  position: relative;
  gap: 5px;
  aspect-ratio: 1 / 1;
  /* width: 33%;
  height: 33%; */
  cursor: pointer;
  background: #f7f7f7;
  border: 1px solid #d7d7d7;
  /* border-radius: 5px; */
}
#instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item a {
  display: block;
  width: 100%;
  height: 100%;
}
/* @media screen and (max-width: 768px) {
  #instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item {
    width: 50%;
    height: 50%;
  }
} */
#instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item__hover {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.2509803922);
  opacity: 0;
}
#instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item__hover-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item__hover-inner {
    gap: 16px;
  }
}
#instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item__hover-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
#instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item__hover-icon svg {
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 768px) {
  #instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item__hover-icon svg {
    width: 12px;
    height: 12px;
  }
}
#instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item__hover-icon span {
  display: block;
  margin-left: 5px;
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item__hover-icon span {
    font-size: 12px;
  }
}
#instagram .instagram-gallery-wrapper .instagram-gallery .instagram-gallery-item:hover .instagram-gallery-item__hover {
  opacity: 1;
}
#instagram .instagram-gallery-frame {
  position: absolute;
  width: 130px;
  height: 60px;
  background: transparent;
}
@media screen and (max-width: 1199px) {
  #instagram .instagram-gallery-frame {
    /* width: 60px;
    height: 30px; */
    display: none;
  }
}
#instagram .instagram-gallery-frame::before, #instagram .instagram-gallery-frame::after {
  position: absolute;
  content: "";
}
#instagram .instagram-gallery-frame.-top-left {
  top: 0;
  left: 0;
}
#instagram .instagram-gallery-frame.-top-left::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -webkit-linear-gradient(12deg, #ff9700, #fc0);
  background: linear-gradient(78deg, #ff9700, #fc0);
  background-color: #ff9700;
}
@media screen and (max-width: 768px) {
  #instagram .instagram-gallery-frame.-top-left::before {
    height: 2px;
  }
}
#instagram .instagram-gallery-frame.-top-left::after {
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background: -webkit-linear-gradient(68deg, #f06, #ff9700);
  background: linear-gradient(22deg, #f06, #ff9700);
  background-color: #ff9700;
}
@media screen and (max-width: 768px) {
  #instagram .instagram-gallery-frame.-top-left::after {
    width: 2px;
  }
}
#instagram .instagram-gallery-frame.-bottom-right {
  right: 0;
  bottom: 0;
}
#instagram .instagram-gallery-frame.-bottom-right::before {
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: -webkit-linear-gradient(200deg, #ff9700, #fc0);
  background: linear-gradient(250deg, #ff9700, #fc0);
  background-color: #ff9700;
}
@media screen and (max-width: 768px) {
  #instagram .instagram-gallery-frame.-bottom-right::before {
    height: 2px;
  }
}
#instagram .instagram-gallery-frame.-bottom-right::after {
  right: 0;
  bottom: 0;
  width: 5px;
  height: 100%;
  background: -webkit-linear-gradient(254deg, #f06, #ff9700);
  background: linear-gradient(196deg, #f06, #ff9700);
  background-color: #ff9700;
}
@media screen and (max-width: 768px) {
  #instagram .instagram-gallery-frame.-bottom-right::after {
    width: 2px;
  }
}
#news {
  z-index: 10;
  padding-top: 40px;
}
#news .news-list-wrapper {
  padding-top: 100px;
  padding-bottom: 95px;
}
@media screen and (max-width: 768px) {
  #news .news-list-wrapper {
    padding-bottom: 20px;
  }
}
#news .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #news .news-list {
    grid-template-columns: 1fr;
    row-gap: 40px;
    /* -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 30px; */
  }
}
#news .news-list .news-item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news .news-list .news-item {
    width: 100%;
  }
}
#news .news-list .news-item a {
  display: block;
}
#news .news-list .news-item__thumb-box {
  aspect-ratio: 3/2;
  overflow: hidden;
}
#news .news-list .news-item__thumb {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .news-list .news-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  #news .news-list .news-item__body {
    padding: 8px 0;
  }
}
#news .news-list .news-item__date {
  font-family: "游明朝体", "Yu Mincho", "yumincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
}
#news .news-list .news-item__ttl {
  margin-top: 8px;
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #news .news-list .news-item__ttl {
    font-size: 12px;
  }
}




#news-page {
  z-index: 10;
  padding-top: 220px;
  color: #707070;
  padding-bottom: 0px;
}
@media screen and (max-width: 768px) {
  #news-page {
    z-index: 10;
    padding-top: 150px;
    color: #707070;
    padding-bottom: 0px;
  }
}
#news-page .news-list-wrapper {
  padding-top: 100px;
  padding-bottom: 275px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 180px;
}
@media screen and (max-width: 768px) {
  #news-page .news-list-wrapper {
    padding-bottom: 135px;
    gap: 24px;
  }
}
#news-page .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 30px;
  row-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  #news-page .news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0px;
    grid-template-columns: 1fr;
    column-gap: 0px;
    row-gap: 40px;
  }
}
#news-page .news-list .news-item {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #news-page .news-list .news-item {
    width: 100%;
  }
}
#news-page .news-list .news-item a {
  display: block;
}
#news-page .news-list .news-item__thumb-box {
  aspect-ratio: 3/2;
  overflow: hidden;
}
#news-page .news-list .news-item__thumb {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  will-change: transform;
  -o-object-fit: cover;
     object-fit: cover;
}
#news-page .news-list .news-item__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  #news-page .news-list .news-item__body {
    padding: 8px 0;
  }
}
#news-page .news-list .news-item__date {
  font-family: "游明朝体", "Yu Mincho", "yumincho", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
  font-size: 20px;
}
#news-page .news-list .news-item__ttl {
  margin-top: 8px;
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #news-page .news-list .news-item__ttl {
    font-size: 12px;
  }
}








.gizagiza-separator {
  position: absolute;
  width: 100%;
}
.gizagiza-separator.-top {
  /* top: -520px;
  height: 50vh; */
  top: 0px;
  height: 12vh;
  background: -webkit-gradient(linear, left bottom, left top, from(#f9f3e3), to(#fcfaf3));
  background: -webkit-linear-gradient(bottom, #f9f3e3, #fcfaf3);
  background: linear-gradient(0deg, #f9f3e3, #fcfaf3);
}
/* @media screen and (max-width: 768px) {
  .gizagiza-separator.-top {
    top: -150px;
  }
} */
.gizagiza-separator.-top::after {
  position: absolute;
  top: calc(100% - 50px);
  right: 0;
  left: -100%;
  display: block;
  height: 200px;
  content: "";
  background-image: -webkit-linear-gradient(315deg, #f9f3e3 25%, transparent 25%), -webkit-linear-gradient(225deg, #f9f3e3 25%, transparent 25%);
  background-image: linear-gradient(135deg, #f9f3e3 25%, transparent 25%), linear-gradient(225deg, #f9f3e3 25%, transparent 25%);
  background-position: 0 0;
  background-size: 200px 100%;
  -webkit-transform: scaleY(0.5);
          transform: scaleY(0.5);
}
@media screen and (max-width: 768px) {
  .gizagiza-separator.-top::after {
    top: calc(100% - 25px);
    height: 100px;
    background-size: 100px 100%;
  }
}
.gizagiza-separator.-bottom {
  height: 40px;
  background: #fcfaf3;
}
.gizagiza-separator.-bottom::after {
  position: absolute;
  top: -150px;
  right: 0;
  left: -100%;
  display: block;
  height: 200px;
  content: "";
  background-image: -webkit-linear-gradient(315deg, #fcfaf3 25%, transparent 25%), -webkit-linear-gradient(225deg, #fcfaf3 25%, transparent 25%);
  background-image: linear-gradient(135deg, #fcfaf3 25%, transparent 25%), linear-gradient(225deg, #fcfaf3 25%, transparent 25%);
  background-position: 0 0;
  background-size: 200px 100%;
  -webkit-transform: scaleY(-0.5);
          transform: scaleY(-0.5);
}
@media screen and (max-width: 768px) {
  .gizagiza-separator.-bottom::after {
    top: -75px;
    height: 100px;
    background-size: 100px 100%;
  }
}

#about {
  z-index: 5;
  padding-top: 40px;
  /* padding-bottom: 40px; */
  background-color: white;
}
#about .about-map {
  position: absolute;
  top: 55px;
  left: 35px;
  width: 250px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  #about .about-map {
    display: none;
  }
}
#about .about-map .map {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
#about .about-map .map .area {
  cursor: pointer;
}
#about .about-map .map .area .area-inner {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#about .about-map .map .area:hover .area-inner {
  fill: #cca37c;
}
#about .about-map__arrow {
  position: absolute;
  bottom: -170px;
  left: 130px;
}
@media screen and (max-width: 1199px) {
  #about .about-map__arrow {
    position: absolute;
    bottom: -170px;
    left: 80px;
  }
  #about .about-map__arrow svg {
    width: 75%;
  }
}
#about .about-map__arrow p {
  font-size: 20px;
  color: #222;
  text-wrap: nowrap;
  -webkit-transform: translate(95%, -15px);
          transform: translate(95%, -15px);
}
@media screen and (max-width: 1199px) {
  #about .about-map__arrow p {
    font-size: 15px;
    -webkit-transform: translate(80%, -15px);
    transform: translate(80%, -15px);
    position: relative;
    top: -20px;
  }
}
#about .about-map__click {
  position: absolute;
  bottom: -90px;
  left: 130px;
  width: 160px;
  cursor: pointer;
  display: none;
}
/* @media screen and (min-width: 1200px) {
  #about .about-map__click {
  display: block;
  }
} */
 .about-frame-left-container{
  height: 100%;
 }
 .about-frame-left-container img{
  height: 100%;
 }
 .about-frame-right-container{
  height: 100%;
 }
 .about-frame-right-container img{
  height: 100%;
 }
#about .about-map__click-tablet {
  position: absolute;
  bottom: -140px;
  left: 170px;
  width: 160px;
  cursor: pointer;
  display: block;
}
@media screen and (max-width: 1199px) {
  #about .about-map__click-tablet {
    position: absolute;
    bottom: -90px;
    left: 130px;
    width: 160px;
    cursor: pointer;
  }
}

#about .about-map-sp {
  /* position: absolute; */
  bottom: 0;
  left: 0;
  display: none;
}
@media screen and (max-width: 768px) {
  #about .about-map-sp {
    bottom: 170px;
    left: 20px;
    display: block;
  }
}
#about .about-map-sp .map {
  position: relative;
  top: 90px;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #about .about-map-sp .map {
    top: 90px;
  }
}
@media screen and (max-width: 540px) {
  #about .about-map-sp .map {
    top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  #about .about-map .map svg {
    width: 200px;
    height: auto;
  }
}
#about .about-map-sp .map svg {
  width: 120px;
  height: auto;
}
#about .about-map-sp .map .area {
  cursor: pointer;
}
#about .about-map-sp .map .area .area-inner {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#about .about-map-sp__arrow {
  position: relative;
  top: 90px;
}
@media screen and (max-width: 539px) {
  #about .about-map-sp__arrow {
    top: 0px;
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 10px;
  }
}
#about .about-map-sp__arrow p {
  font-size: 20px;
  color: #222;
  /* white-space: pre; */
  /* -webkit-transform: translate(95%, -15px);
          transform: translate(95%, -15px); */
}
@media screen and (max-width: 768px) {
  #about .about-map-sp__arrow p {
    font-size: 15px;
    /* -webkit-transform: translate(-15px, -130px);
            transform: translate(-15px, -130px); */
  }
}
#about .about-map-sp__click {
  position: absolute;
  bottom: -55px;
  left: 210px;
  width: 160px;
}
@media screen and (max-width: 768px) {
  #about .about-map-sp__click {
    bottom: 90px;
    left: 165px;
  }
}
#about:last-child{
  padding: 0px;
}
#about .about-frame-wrapper {
  padding-top: 230px;
  /* padding-bottom: 60px; */
}
@media screen and (max-width: 768px) {
  #about .about-frame-wrapper {
    padding-top: 120px;
    padding-bottom: 60px;
  }
}
#about .about-frame-wrapper .about-frame {
  position: relative;
  display: flex;
  gap: 0px;
  width: 100%;
  height: 425px;
  padding: 20px;
  margin: auto;
  /* background: url("../../assets/images/frame.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; */
}
.about-frame__content{
  width: 100%;
  border-top:1px solid #CCB97C;
  border-bottom:1px solid #CCB97C;
}
.about-frame-left{
  width: 100%;
  height: 100%;
}
.about-frame-right{
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #about .about-frame-wrapper .about-frame {
    width: 100%;
    height: 600px;
    padding: 20px;
    /* background: url("../../assets/images/frame_sp.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; */
  }
}
#about .about-frame-wrapper .about-frame__txt {
  position: relative;
  width: 680px;
  padding: 70px 0;
  margin-right: 30px;
  margin-left: auto;
  font-size: 25px;
  line-height: 1.8;
  color: #222;
  font-family: "Noto Serif JP", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 1199px) {
  #about .about-frame-wrapper .about-frame__txt {
    width: fit-content;
    padding: 20px 0;
    margin: 0;
    font-size: 20px;
    line-height: 2.7;
    float: right;
  }
}
@media screen and (max-width: 768px) {
  #about .about-frame-wrapper .about-frame__txt {
    width: 100%;
    padding: 20px 0;
    margin: 0;
    font-size: 15px;
    line-height: 2.7;
  }
}
@media screen and (max-width: 768px) {
  #about .about-frame-wrapper .about-frame__txt b {
    font-size: 20px;
  }
}
#about .about-frame-wrapper .about-frame__map {
  position: absolute;
  right: 40px;
  bottom: -50px;
  width: 200px;
}
#about .about-frame-wrapper .about-gallery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  #about .about-frame-wrapper .about-gallery-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12px;
    row-gap: 4px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 0;
  }
}
#about .about-frame-wrapper .about-gallery-list .gallery-image-box {
  position: relative;
  width: calc(25% - 32px);
  aspect-ratio: 3/2;
}
@media screen and (max-width: 768px) {
  #about .about-frame-wrapper .about-gallery-list .gallery-image-box {
    /* width: calc(25% - 4px); */
    width: 100%;
  }
}
#about .about-frame-wrapper .about-gallery-list .gallery-image-box .gallery-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#about .about-frame-wrapper .about-gallery-list .gallery-image-box .gallery-image.-hide {
  display: none;
}

#contact {
  padding-top: 110px;
  background-color: #fcfaf3;
}
@media screen and (max-width: 768px) {
  #contact {
    padding-top: 50px;
  }
}
#contact .container {
  padding: 0 35px;
}

/* ----------------------------------------------------
  Image
----------------------------------------------------- */
.wp-caption.aligncenter,
img.aligncenter {
  display: block;
  margin: 0 auto;
}

.wp-caption.alignright,
img.alignright {
  float: right;
}

.wp-caption.alignleft,
img.alignleft {
  float: left;
}

.wp-caption.alignright,
.wp-caption.alignleft,
img.alignright,
img.alignleft {
  margin: 8px;
}

img[class*=wp-image-],
img[class*=attachment-] {
  max-width: 100%;
  height: auto;
}

.clearfix {
  overflow: hidden;
  zoom: 1;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.wp-caption {
  max-width: 100%;
}

.wp-block-image {
  padding-bottom: 2.5rem;
}

/* ----------------------------------------------------
  Embed
----------------------------------------------------- */
.wp-block-embed {
  margin-bottom: 2rem;
}
.wp-block-embed.aligncenter {
  display: block;
  text-align: center;
}
.wp-block-embed.alignright {
  max-width: none;
  text-align: right;
}
.wp-block-embed.alignwide {
  max-width: none;
  text-align: center;
}
.wp-block-embed.alignwide iframe {
  width: 80%;
}
.wp-block-embed.alignfull {
  max-width: none;
}
.wp-block-embed.alignfull iframe {
  width: 100%;
}

.wp-block-embed-youtube.wp-embed-aspect-16-9 {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}
.wp-block-embed-youtube.wp-embed-aspect-16-9.alignright {
  margin-right: 0;
}
.wp-block-embed-youtube.wp-embed-aspect-16-9.alignleft {
  margin-left: 0;
}
.wp-block-embed-youtube.wp-embed-aspect-16-9.alignwide {
  max-width: min(800px, 80%);
}
@media screen and (max-width: 768px) {
  .wp-block-embed-youtube.wp-embed-aspect-16-9.alignwide {
    max-width: none;
  }
}
.wp-block-embed-youtube.wp-embed-aspect-16-9.alignfull {
  max-width: none;
}
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.wp-block-embed-youtube.wp-embed-aspect-16-9 .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* 西岡追加分 */
.news-container{
  display: flex;
  flex-direction: column;
  gap: 180px;
}
@media screen and (max-width: 768px) {
  .news-container {
    gap: 80px;
  }
}
.news-item-container{
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .news-item-container {
    gap:33px;
  }
}
.wp-news-container{
  max-width: 1120px;
  padding: 90px 40px 275px 40px;
  margin: 0 auto;
}
@media screen and (max-width: 559px) {
  .wp-news-container {
    padding: 100px 20px 120px 20px;
  }
}
.news-text-container{
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.news-img-conatiner{
  width: 100%;
  aspect-ratio: 679 / 486;
  overflow: hidden;
}
.news-img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.news-content-container{
  width: 679px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .news-content-container {
    width: auto;
    gap: 33px;
  }
}
#news .news-list-container{
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.news-list-item{
  width: 100%;
}

.news-title-container{
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 40px;
  border-bottom:5px solid #CCAE7C;
}
@media screen and (max-width: 768px) {
  .news-title-container {
    gap:10px;
    padding-bottom: 10px;
  }
}
.news-title{
  font-size: 50px;
  color:#707070;
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: medium;
}
@media screen and (max-width: 768px) {
  .news-title {
    font-size: 30px;
  }
}
.news-title-date{
  font-size: 30px;
  color:#707070;
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .news-title-date {
    font-size: 20px;
  }
}
.news-text-container p{
  font-size: 20px;
  color:#707070;
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .news-text-container p {
    font-size: 15px;
  }
}
.news-bg-container{
  width: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
  background: linear-gradient(0deg, #f9f3e3, #fcfaf3);
}
.news-bg-svg::before{
  content: "";
  display: block;
  width: 100%;
  height: 500px;

}
.news-bg{
  width: 100%;
background-color: #fff;
}
.news-gizagiza-separator{
  overflow: hidden;
  height: 400px;
  background-color: #fff;
}
.news-decolation-svg-bottom{
  float: left;
  z-index: -100;
  bottom: -50px;
  right: 300px;
  position: relative;
  
}
@media screen and (max-width: 768px) {
  .news-decolation-svg-bottom {
    right: 150px;
  }
}
@media screen and (max-width: 559px) {
  .news-decolation-svg-bottom {
    display: none;
  }
}

.news-gizagiza-separator::before{
  position: absolute;
  top: calc(100% - 50px);
  right: 0;
  left: -100%;
  display: block;
  height: 200px;
  content: "";
  background-image: -webkit-linear-gradient(315deg, #ffffff 25%, transparent 25%), -webkit-linear-gradient(225deg, #ffffff 25%, transparent 25%);
  background-image: linear-gradient(135deg, #ffffff 25%, transparent 25%), linear-gradient(225deg, #ffffff 25%, transparent 25%);
  background-position: 0 0;
  background-size: 200px 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.news-gizagiza-separator::after{
  z-index: -100;
  position: absolute;
  top: calc(100% - 250px);
  right: 0;
  left: -100%;
  display: block;
  height: 500px;
  content: "";
  background: linear-gradient(0deg, #fcfaf3,#f9f3e3);
  background-position: 0 0;
  background-size: 200px 100%;
  -webkit-transform: scaleY(0.5);
  transform: scaleY(0.5);
}
.news-decolation-svg-top{
  float: right;
  position: relative;
  top:30px;
  right: -100px;
}

@media screen and (max-width: 559px) {
  .news-decolation-svg-top {
    float: right;
    position: relative;
    top: -150px;
    right: -150px;
  }
}
.pagination{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.nav-links{
  display: flex;
  gap: 20px;
}
.page-numbers{
  padding: 14px;
  font-size: 15px;
  color: #CCB97C;
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #CCB97C;
  border-radius: 4px;
}
.nav-links .current{
  background-color: #CCB97C;
  color: #fff;
}
.news-list-bg-container{
  height: 100%;
  width: 100%;
  z-index: -1;
  overflow: hidden;
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media screen and (max-width: 768px) {
  .news-bg-appearance-bottom-container {
    display: none;
  }
}
.news-bg-appearance-top-container{
  float: left;
}
.news-bg-appearance-bottom-container{
  float: right;
}
.news-bg-appearance-bottom{
  position: absolute;
  bottom:-65px;
  right: -75px;
}
.news-bg-appearance-top{
  position: absolute;
  top:-65px;
  left: -75px;
}
@media screen and (max-width: 768px) {
  .news-bg-appearance-top{
    top: -100px;
    left: -150px;
  }
}
.contact-img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.contact-img-container{
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
}
.contact-content-links{
  width: 100%;
  display: block;
}
.contact-content-container{
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 20px;
}
@media screen and (max-width: 768px) {
  .contact-content-container {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 1px;
    row-gap: 1px;
  }
}
.contact-container{
  z-index: 10;
  padding-top: 220px;
  color: #707070;
  padding-bottom: 0px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .contact-container{

    padding-top: 150px;
    color: #707070;
    padding-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 100px;
  }
}
.contact-content-wrapper{
  width: 100%;
  padding-right: 56px;
  padding-left: 56px;
}
@media screen and (max-width: 768px) {
  .contact-content-wrapper {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.contact{
  height: 100%;
}
.contact-list-page{
  height: 100vh;
}
@media screen and (max-width: 768px) {
  .contact-list-page{
    height: auto;
  }
}
.topPage-bg-decoration-container{
  width: 100%;
}
.topPage-bg-decoration-container-about{
  z-index: -1;
  position: absolute;
  top: 350px;
  left: -100px;
  height: 100%;
  width: 100%;
}
.topPage-bg-decoration-container-news{
  z-index: -1;
  position: absolute;
  top: 70px;
  height: 100%;
  width: 100%;
  right: 50px;
}
@media screen and (max-width: 768px) {
  .topPage-bg-decoration-container-news{
    z-index: -1;
    position: absolute;
    top: 70px;
    height: 100%;
    width: 100%;
    right: 65px;
  }
}
@media screen and (max-width: 768px) {
  .topPage-bg-decoration-container-about{
    z-index: -1;
    position: absolute;
    top: 570px;
    left: -85px;
    height: 100%;
    width: 100%;
  }
  .topPage-bg-decoration-container-about svg{
    width: 200px;
  }
}