*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem !important;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #525252;
  margin: 0;
  padding: 0;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: scroll;
}

ul {
  list-style-type: none;
  list-style-position: inside;
}

h1,
h2,
h3,
p,
ul,
li,
dl,
dt,
dd,
a {
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  letter-spacing: 0.1em;
}

p {
  color: #525252;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

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

a {
  text-decoration: none;
  color: #525252;
}

a:hover {
  color: #525252;
}

a:visited {
  color: #525252;
}

@media screen and (min-width: 1025px) {
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .pt {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .pt {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .pt {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .tab {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .tab {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .tab {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 600px) {
  .sp {
    display: block !important;
  }
}

.fade-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 1;
  transition: opacity 1s ease-in-out;
  z-index: 9999;
  pointer-events: none;
}

.fade-overlay.hide {
  opacity: 0;
}

.menu-toggle {
    position: fixed;
    top: 110px;
    right: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
    z-index: 1000;
}

@media (max-width: 599px) {
    .menu-toggle {
        top: 45px;
        width: 40px;
        height: 40px;
    }
}

.menu-toggle.active {
    background-color: rgba(0, 0, 0, 0);
}

.menu-toggle.active .bar:nth-child(1) {
    transform: rotate(45deg);
}

.menu-toggle.active .bar:nth-child(2) {
    transform: rotate(-45deg);
}

.menu-toggle:hover {
    background-color: rgba(0, 0, 0, 0.6);
}

.menu-toggle .bar {
    position: absolute;
    width: 40px;
    height: 2px;
    background-color: #fff;
    transition: transform 0.3s, opacity 0.3s;
}

@media (max-width: 599px) {
    .menu-toggle .bar {
        width: 20px;
    }
}

.menu-toggle .bar:nth-child(1) {
    transform: translateY(-4px);
}

.menu-toggle .bar:nth-child(2) {
    transform: translateY(4px);
}

.drawerNavi {
    position: fixed;
    top: 0;
    right: -420px;
    width: 420px;
    height: 100%;
    background-color: rgba(149, 134, 54, 0.8);
    padding: 250px 40px 20px;
    box-sizing: border-box;
    z-index: 999;
    text-align: right;
}

.drawerNavi {
    -webkit-transition: right 0.5s ease-in-out;
}

.drawerNavi {
    -moz-transition: right 0.5s ease-in-out;
}

.drawerNavi {
    -ms-transition: right 0.5s ease-in-out;
}

.drawerNavi {
    transition: right 0.5s ease-in-out;
}

@media (max-width: 599px) {
    .drawerNavi {
        width: 260px;
        padding-top: 170px;
    }
}

.drawerNavi.open {
    right: 0;
}

.drawerNavi__menuList {
    list-style: none;
    padding: 0;
    margin: 0;
}

.drawerNavi__menuList__item a {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 3rem;
    overflow: hidden;
}

.drawerNavi__menuList__item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: white;
    transform: scaleX(0);
    transform-origin: left;
}

.drawerNavi__menuList__item a::after {
    -webkit-transition: transform 0.8s ease;
}

.drawerNavi__menuList__item a::after {
    -moz-transition: transform 0.8s ease;
}

.drawerNavi__menuList__item a::after {
    -ms-transition: transform 0.8s ease;
}

.drawerNavi__menuList__item a::after {
    transition: transform 0.8s ease;
}

.drawerNavi__menuList__item a:hover::after {
    transform: scaleX(1);
}

.drawerNavi__langSwither {
    margin-top: 35px;
    display: flex;
    gap: 10px;
    justify-content: end;
}

.drawerNavi__langSwither__item {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
}

.drawerNavi__langSwither__item a {
    border: 1px solid #a99d5c;
    border-radius: 100%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.drawerNavi__langSwither__item a:hover, .drawerNavi__langSwither__item a.active {
    border: 1px solid #fff;
}

.drawerNavi__langSwither {
  margin-top: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.drawerNavi__langSwither__item {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}

.drawerNavi__langSwither__item a {
  border: 1px solid #a99d5c;
  border-radius: 100%;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.drawerNavi__langSwither__item a:hover,
.drawerNavi__langSwither__item a.active {
  border: 1px solid #fff;
}

.outer-wrapper main section header.sectionHeader {
  text-align: center;
  position: relative;
  z-index: 1;
  transition: all 0.2s cubic-bezier(0.44, 0.07, 0.23, 1.11);
}

.outer-wrapper main section header.sectionHeader .sectionHeader__inner {
  position: relative;
}

.outer-wrapper main section header.sectionHeader .sectionHeader__inner .headerSection {
  height: 80px;
  width: 100%;
  margin: auto;
  padding: 0 30px;
  position: absolute;
  background-color: #ffffffa6;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section header.sectionHeader .sectionHeader__inner .headerSection {
    padding: 0 15px;
  }
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section header.sectionHeader .sectionHeader__inner .headerSection {
    height: 50px;
  }
}

.outer-wrapper main section header.sectionHeader .sectionHeader__inner .headerSection .headerSection__inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.outer-wrapper main section header.sectionHeader .sectionHeader__inner .headerSection .headerSection__inner .headerSection__logo__resort {
  width: 212px;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section header.sectionHeader .sectionHeader__inner .headerSection .headerSection__inner .headerSection__logo__resort {
    width: 140px;
  }
}

.outer-wrapper main section header.sectionHeader .sectionHeader__inner .headerSection .headerSection__inner .heroSection__logo {
  display: block;
  width: 227px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section header.sectionHeader .sectionHeader__inner .headerSection .headerSection__inner .heroSection__logo {
    display: block;
    width: 140px;
  }
}

.outer-wrapper main section .sectionInner {
  max-width: 62.5%;
  margin: 0 auto;
  padding: 0 0 130px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner {
    max-width: calc(100% - 130px);
  }
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section .sectionInner {
    max-width: none;
    padding: 0 10px 70px;
  }
}

.outer-wrapper main section .sectionInner #information {
  /*background-image: linear-gradient(0deg, rgba(198, 189, 143, 1), rgba(157, 144, 76, 1));*/
  padding: 0 0 95px;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section .sectionInner #information {
    padding: 0 0 80px;
  }
}

.outer-wrapper main section .sectionInner #information .wrap {
  text-align: center;
  margin: 0 auto;
  line-height: 1.6;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section .sectionInner #information .wrap {
    padding: 0;
  }
}

.outer-wrapper main section .sectionInner #information .wrap dl dt {
  font-weight: 500;
  font-size: 1.5em;
  letter-spacing: 0.04em;
  margin: 0 0 50px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner #information .wrap dl dt {
    margin: 0 0 20px;
  }
}

.outer-wrapper main section .sectionInner #information .wrap dl dt span {
  display: block;
  margin: 10px 0 0;
  font-size: 0.75em;
}

.outer-wrapper main section .sectionInner #information .wrap dl dd {
  font-size: 0.875em;
}

.outer-wrapper main section .sectionInner #information .wrap dl dd.btn {
  max-width: 400px;
  margin: 50px auto 0;
  text-align: center;
  font-size: 1em;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner #information .wrap dl dd.btn {
    margin: 30px auto 0;
  }
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section .sectionInner #information .wrap dl dd.btn {
    max-width: 80%;
  }
}

.outer-wrapper main section .sectionInner #information .wrap dl dd.btn a {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background-color: #958636;
  border: solid 1px #958636;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 50px;
  color: #fff;
  transition: all 0.5s;
}

.outer-wrapper main section .sectionInner #information .wrap dl dd.btn a::after {
  display: inline-block;
  content: '';
  height: calc(12px / 2);
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform-origin: 50% 66.6%;
  transform: rotate(90deg);
  background-color: #fff;
  transition: all 0.5s;
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main section .sectionInner #information .wrap dl dd.btn a:hover {
    background-color: transparent;
    color: #958636;
  }
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main section .sectionInner #information .wrap dl dd.btn a:hover::after {
    background-color: #958636;
  }
}

.outer-wrapper main section .sectionInner #information .wrap dl dd.holiday {
  font-size: 1em;
}

.outer-wrapper main section .sectionInner #information .wrap dl dd.holiday dl {
  padding: 25px 0 0;
}

.outer-wrapper main section .sectionInner #information .wrap dl dd.holiday dl dt {
  font-size: 1em;
  margin: 0 0 5px;
}

.outer-wrapper main section .sectionInner #information .union_wrap {
  background-color: #E3E3E3;
  padding: 70px 0;
  margin: 0 0 120px;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section .sectionInner #information .union_wrap {
    padding: 40px 10px;
    margin: 0 0 60px;
  }
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .add {
  margin: 0 auto 20px;
  text-align: center;
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .add img {
  max-width: 480px;
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .title {
  text-align: center;
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .title dl {
  text-align: center;
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .title dl dt {
  font-family: "Noto Serif JP", serif;
  font-size: 2.25em;
  color: #745610;
  letter-spacing: 0.3em;
  margin: 0 0 30px;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section .sectionInner #information .union_wrap .unionInner .title dl dt {
    font-size: 1.375em;
  }
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .title dl dd {
  font-weight: 600;
  font-size: 1.6875em;
  color: #000;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section .sectionInner #information .union_wrap .unionInner .title dl dd {
    font-size: 1.375em;
  }
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .title dl dd span {
  display: block;
  font-size: 0.67em;
  letter-spacing: 0.15em;
  margin: 5px 0 0;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section .sectionInner #information .union_wrap .unionInner .title dl dd span {
    font-size: 0.81em;
  }
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .title p {
  font-size: 2.1875em;
  color: #000;
  letter-spacing: 0.05em;
  line-height: 1.6;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section .sectionInner #information .union_wrap .unionInner .title p {
    font-size: 1.25em;
    font-weight: bold;
  }
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .title p span {
  display: block;
  font-size: 0.8285em;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main section .sectionInner #information .union_wrap .unionInner .title p span {
    font-size: 0.9em;
  }
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .icoBlock {
  display: grid;
  grid-template-columns: auto auto auto;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  margin: 55px 0 0;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner #information .union_wrap .unionInner .icoBlock {
    display: none;
  }
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .icoBlock span {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0 28px;
  line-height: 35px;
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .pc_detail {
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  gap: 0 100px;
  margin: 55px 0 0;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper main section .sectionInner #information .union_wrap .unionInner .pc_detail {
    display: none;
  }
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .pc_detail .wrap {
  display: block;
  margin: 0;
  max-width: none;
  line-height: normal;
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .pc_detail .wrap::before,
.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .pc_detail .wrap::after {
  display: none;
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .pc_detail .wrap dl {
  padding: 0;
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .pc_detail .wrap dl dt {
  font-size: 1.25em;
  font-weight: 600;
  color: #000;
  text-align: center;
  border-bottom: solid 1px #000;
  padding: 0 0 15px;
  margin: 0 0 20px;
  letter-spacing: 0.15em;
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .pc_detail .wrap dl dd {
  font-size: 1.1875em;
  padding: 0 10px;
  text-align: center;
  letter-spacing: 0.15em;
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .pc_detail .wrap dl dd.btn {
  max-width: none;
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .pc_detail .wrap dl dd.btn a {
  display: block;
  width: 100%;
  line-height: 52px;
  /*max-width: 400px;
                  line-height: 65px;*/
  letter-spacing: 0.15em;
  background-color: #745610;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  border: solid 1px #745610;
  margin: 40px 0 0;
  padding: 0;
  transition: all .5s;
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main section .sectionInner #information .union_wrap .unionInner .pc_detail .wrap dl dd.btn a:hover {
    background-color: #fff;
    color: #9A833B;
  }
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .pc_detail .wrap dl dd .indent {
  display: block;
  text-indent: -5.4em;
  padding-left: 5.4em;
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .tab_detail {
  display: block;
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main section .sectionInner #information .union_wrap .unionInner .tab_detail {
    display: none;
  }
}

.outer-wrapper main section .sectionInner #information .union_wrap .unionInner .tab_detail .btn a {
  display: block;
  width: 100%;
  max-width: 400px;
  line-height: 65px;
  background-color: #745610;
  font-size: 1.125em;
  font-weight: 600;
  letter-spacing: 0.15em;
  color: #fff;
  text-align: center;
  margin: 40px auto 0;
}

.outer-wrapper main #gmap_pc {
  width: 100%;
  height: 450px;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main #gmap_pc {
    display: none;
  }
}

.outer-wrapper main #gmap_sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main #gmap_sp {
    display: block;
    width: 100%;
    height: 450px;
  }
}

.outer-wrapper main #fixBtn .inquiry {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: -100px;
  top: 50%;
  transform: translateY(calc(-50% - 122px));
  transition: all 0.5s;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main #fixBtn .inquiry {
    display: none;
  }
}

.outer-wrapper main #fixBtn .inquiry.fixed {
  right: 0;
}

.outer-wrapper main #fixBtn .inquiry a {
  width: 65px;
  height: 205px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #9a833b;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  font-size: 1.0625em;
  letter-spacing: 0.07em;
  transition: all .5s;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main #fixBtn .inquiry a {
    writing-mode: horizontal-tb;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    font-size: 1em;
  }
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main #fixBtn .inquiry a:hover {
    background-color: #77674C;
  }
}

.outer-wrapper main #fixBtn .outline {
  margin: 20px 0 0;
  position: fixed;
  right: -100px;
  top: 50%;
  transform: translateY(calc(-50% + 122px));
  transition: all 0.5s;
  z-index: 1;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main #fixBtn .outline {
    width: 100%;
    transform: translateY(0);
    top: auto;
    right: auto;
    bottom: -60px;
    left: auto;
  }
}

.outer-wrapper main #fixBtn .outline.fixed {
  right: 0;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main #fixBtn .outline.fixed {
    bottom: 0;
  }
}

.outer-wrapper main #fixBtn .outline a {
  width: 65px;
  height: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7E7E7E;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  font-size: 1.0625em;
  letter-spacing: 0.07em;
  transition: all .5s;
}

@media screen and (max-width: 600px) {
  .outer-wrapper main #fixBtn .outline a {
    writing-mode: horizontal-tb;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    font-size: 1em;
  }
}

@media screen and (min-width: 1025px) {
  .outer-wrapper main #fixBtn .outline a:hover {
    background-color: #5A5A5A;
  }
}

.outer-wrapper #action {
  text-align: center;
  line-height: 2;
  padding: 76px 0;
  background-color: #000;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .outer-wrapper #action {
    padding: 72px 20px;
  }
}

.outer-wrapper #action .wrap {
  display: flex;
  width: 100%;
  max-width: 1160px;
  justify-content: center;
  align-items: center;
  gap: 0 100px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper #action .wrap {
    display: block;
  }
}

.outer-wrapper #action .wrap .logo {
  max-width: 385px;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper #action .wrap .logo {
    margin: 0 auto 50px;
    max-width: 340px;
  }
}

@media screen and (max-width: 600px) {
  .outer-wrapper #action .wrap .logo {
    max-width: 295px;
  }
}

.outer-wrapper #action .wrap .logo .device,
.outer-wrapper #action .wrap .logo .cursive {
  max-width: none;
  text-align: center;
  font-size: 2.125em;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
}

@media screen and (max-width: 600px) {

  .outer-wrapper #action .wrap .logo .device,
  .outer-wrapper #action .wrap .logo .cursive {
    width: 100%;
    font-size: 1.9375em;
  }
}

.outer-wrapper #action .wrap .logo .cursive {
  font-family: "Pinyon Script", cursive;
  font-size: 2.5em;
}

@media screen and (max-width: 600px) {
  .outer-wrapper #action .wrap .logo .cursive {
    font-size: 2.2em;
    line-height: 1.6;
  }
}

.outer-wrapper #action .wrap #action_detail dl {
  text-align: left;
}

@media screen and (max-width: 1024px) {
  .outer-wrapper #action .wrap #action_detail dl {
    text-align: center;
  }
}

.outer-wrapper #action .wrap #action_detail dl dt {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6;
  color: #C6B976;
  margin: 0 0 20px;
}

.outer-wrapper #action .wrap #action_detail dl dt span {
  display: block;
  font-size: 0.75em;
  margin: 10px 0 0;
  color: #fff;
}

.outer-wrapper #action .wrap #action_detail dl dd {
  font-size: 0.875em;
}

.outer-wrapper #action .wrap #action_detail .btn {
  width: 100%;
  max-width: 320px;
  margin: 35px auto 0;
}

.outer-wrapper #action .wrap #action_detail .btn a {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  background-color: #958636;
  border: solid 1px #958636;
  font-size: 1.125em;
  line-height: 50px;
  color: #fff;
  transition: all 0.5s;
}

.outer-wrapper #action .wrap #action_detail .btn a::after {
  display: inline-block;
  content: '';
  height: calc(12px / 2);
  width: 12px;
  clip-path: polygon(50% 0, 100% 100%, 0 100%);
  transform-origin: 50% 66.6%;
  transform: rotate(90deg);
  background-color: #fff;
  transition: all 0.5s;
}

@media screen and (min-width: 1025px) {
  .outer-wrapper #action .wrap #action_detail .btn a:hover {
    background-color: transparent;
    color: #958636;
  }
}

@media screen and (min-width: 1025px) {
  .outer-wrapper #action .wrap #action_detail .btn a:hover::after {
    background-color: #958636;
  }
}

.outer-wrapper #action .holiday dl {
  margin: 0 0 40px;
}

.outer-wrapper #action .holiday dl dt {
  max-width: none;
  font-size: 1em;
  margin: 0;
  padding: 0;
  border: none;
}

.outer-wrapper #action .holiday dl dd {
  font-size: 0.875em;
}

.outer-wrapper #action .infor dl dd.tel {
  display: grid;
  grid-template-columns: 25px auto;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}

.outer-wrapper #action .infor dl dd.tel a {
  pointer-events: none;
  color: #fff;
}

@media screen and (max-width: 600px) {
  .outer-wrapper #action .infor dl dd.tel a {
    pointer-events: auto;
  }
}

.footerSection .footerContents {
    min-height: 210px;
    background-color: #fff;
    font-size: 1.2rem;
    padding: 40px 80px 75px;
    /*padding: 40px $contents_padding 75px;*/
}

@media (max-width: 990px) {
    .footerSection .footerContents {
        padding: 40px 20px 75px;
        padding-bottom: 40px;
    }
}

.footerSection .footerContents__inner {
    /*margin: 0 auto;
    max-width: 860px;*/
}

@media (max-width: 990px) {
    .footerSection .footerContents__inner {
        padding: 0;
    }
}

.footerSection .footerContents__inner .footerContents__warpper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 40px;
    padding-bottom: 40px;
}

@media (max-width: 990px) {
    .footerSection .footerContents__inner .footerContents__warpper {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px 0;
    }
}

.footerSection .footerContents__inner .footerContents__warpper .footerContents__logo {
    color: #666666;
    flex-shrink: 0;
    /*display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding-bottom: 40px;*/
}

@media (max-width: 990px) {
    .footerSection .footerContents__inner .footerContents__warpper .footerContents__logo {
        /*flex-direction: column;
        align-items: start;
        gap: 15px;*/
    }
}

.footerSection .footerContents__inner .footerContents__warpper .footerContents__logo img {
    width: 250px;
}

.footerSection .footerContents__inner .footerContents__warpper ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

@media (max-width: 990px) {
    .footerSection .footerContents__inner .footerContents__warpper ul {
        flex-direction: column;
        width: 100%;
    }
}

.footerSection .footerContents__inner .footerContents__warpper ul li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 245px;
    padding: 10px 20px;
    border: solid 1px #b2b2b2;
    background-color: transparent;
    letter-spacing: normal;
    transition: all 0.5s;
}

@media (max-width: 990px) {
    .footerSection .footerContents__inner .footerContents__warpper ul li a {
        width: 100%;
        max-width: 350px;
    }
}

.footerSection .footerContents__inner .footerContents__warpper ul li a::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 9px;
    background: url(/assets/img/common/icon-blank.svg) no-repeat left center;
    background-size: cover;
    padding-left: 10px;
    transition: filter 1s ease;
    filter: brightness(1);
}

.footerSection .footerContents__inner .footerContents__warpper ul li a:hover {
    background-color: #2c2b24;
    color: #ffffff;
}

.footerSection .footerContents__inner .footerContents__warpper ul li a:hover::after {
    filter: brightness(5);
}

.footerSection .footerContents__inner .footerContents__linkList {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-bottom: 20px;
}

@media (max-width: 990px) {
    .footerSection .footerContents__inner .footerContents__linkList {
        flex-direction: column;
        gap: 15px;
        padding-bottom: 40px;
    }
}

.footerSection .footerContents__inner .footerContents__copyright {
    text-align: center;
    color: #666666;
}

@media (max-width: 990px) {
    .footerSection .footerContents__inner .footerContents__copyright {
        text-align: left;
    }
}

a.icon-blank {
    position: relative;
    display: inline-block;
    padding-right: 15px;
}

a.icon-blank::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 9px;
    /* アイコンの高さ */
    background-image: url("/assets/img/common/icon-blank.svg");
    /* 外部画像のURL */
    background-size: cover;
    /* 画像を要素に合わせてカバー */
    background-repeat: no-repeat;
    transform: translateY(-50%);
    /* 垂直方向に中央揃え */
}

@media screen and (max-width: 1024px) {
  #action_detail dl {
    text-align: center;
  }
}


/* 20250310追加 */
#action_detail .action_detail__list {
  text-align: left;
}


#action_detail .action_detail__list__title {
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.6;
  color: #C6B976;
  margin: 0 0 15px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #969696;
}

#action_detail .action_detail__list__title span {
  display: block;
  font-size: 0.75em;
  margin: 10px 0 0;
  color: #fff;
}

#action_detail .action_detail__list__item__place,
#action_detail .action_detail__list__item__date {
  font-size: 0.875em;
}

#action_detail .action_detail__list__item {
  padding: 0 0 15px;
  margin-bottom: 14px;
  border-bottom: 1px dashed #969696;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media screen and (max-width: 1024px) {
  #action_detail .action_detail__list__item {
    display: block;
  }
}

#action_detail .action_detail__list__item__info {
  flex-shrink: 0;
}


#action_detail .exday {
  font-size: 1.2rem;
}

#action_detail .btn_common {
  margin: 25px auto 0;
}

#action_detail .action_detail__list__item .action_detail__list__item__link .btn_common {
  margin-top: 0;
}

@media screen and (max-width: 1024px) {
  #action_detail .action_detail__list {
    text-align: center;
  }

  #action_detail .action_detail__list {
    width: 90%;
    margin: 0 auto;
  }

  #action_detail .action_detail__list__item .action_detail__list__item__link .btn_common {
    margin-top: 25px;
  }
}


#information {
  /*background-image: linear-gradient(0deg, rgba(198, 189, 143, 1), rgba(157, 144, 76, 1));*/
  padding: 0 0 95px;
}

@media screen and (max-width: 600px) {
  #information {
    padding: 0 0 80px;
  }
}

#information .information_detail__list__title {
  font-weight: 500;
  font-size: 1.5em;
  letter-spacing: 0.04em;
  margin: 0 0 50px;
}

#information .information_detail__list__inner {
  display: flex;
  justify-content: center;
  gap: 120px;
}

#information .information_detail__list__title span {
  display: block;
  margin: 10px 0 0;
  font-size: 0.75em;
}

#information .information_detail__list__item__place,
#information .information_detail__list__item__date {
  font-size: 0.875em;
}

#information .btn_common {
  max-width: 320px;
  margin: 50px auto 0;
  text-align: center;
  font-size: 1.8rem;
}

@media screen and (max-width: 1024px) {
  #information .information_detail__list {
    width: 90%;
    margin: auto;

  }

  #information .information_detail__list__title {
    margin: 0 0 20px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #969696;
  }

  #information .information_detail__list__inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
  }

  #information .information_detail__list__item {
    border-bottom: 1px dashed #969696;
    padding-bottom: 15px;
  }

  #information .btn_common {
    margin: 25px auto 0;
  }
}

.btn_common {
  width: 320px;
  height: 50px;
  color: #fff !important;
  line-height: 50px;
  cursor: pointer;
  font-size: 1.8rem;
  position: relative;
  background-color: #958636;
  border: 1px solid #958636;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: color 1s;
  overflow: hidden;
  will-change: transform;
  margin: 20px auto 0;
}


.btn_common::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  z-index: -1;
}

.btn_common::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 8px solid #fff;
  margin-left: 10px;
  -webkit-transition: border-color 1s;
  transition: border-color 1s;
}

.btn_common:hover {
  color: #958636 !important;
  border: 1px solid #d6d0b2;
}

.btn_common:hover::before {
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.btn_common:hover::after {
  border-left: 8px solid #958636;
}

.btn_common.btn_plan {
  width: 100%;
  max-width: 320px;
}

@media screen and (max-width: 1024px) {
  .btn_common.btn_plan {
    width: 90%;
  }
}

.btn_common.-orange {
  background-color: #D67441;
  border: 1px solid #D67441;
}

.btn_common.-orange:hover {
  color: #D67441 !important;
  border: 1px solid #D67441;
}

.btn_common.-orange:hover::after {
  border-left: 8px solid #D67441;
}

@media (max-width: 599px) {
  .btn_common {
    width: 90%;
    max-width: 320px;
    padding: 0 30px;
  }

  .btn_common.btn_plan {
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    font-size: 1em;
  }
}

html[lang=en] footer .footerSection .footerContents__inner .footerContents__warpper .footerContents__relatedLinks li a {
  min-height: 58px;
}