@charset "utf-8";

input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type='checkbox'],
input[type='radio'] {
  display: none;
}

input[type='submit'],
input[type='button'],
label,
button,
select {
  cursor: pointer;
}

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

html {
  font-size: 62.5%;
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  font-size: 1.6rem;
	font-family: "Noto Serif JP","游明朝",Yu Mincho,YuMincho,serif;
  font-weight: 500;
  color: #251d16;
  /* -webkit-font-feature-settings: 'palt' 1;
  font-feature-settings: 'palt' 1;
  -webkit-text-size-adjust: 100%; */
  height: 100%;
  line-height: 1;
  letter-spacing: 0.05em;
}

b, strong {
	font-family: "Noto Serif JP","游明朝",Yu Mincho,YuMincho,serif;
}

a {
  display: inline-block;
  text-decoration: none;
  color: #251d16;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

button {
	font-family: "Noto Serif JP","游明朝",Yu Mincho,YuMincho,serif;
  background: transparent;
  border: none;
  border-radius: 0;
  cursor: pointer;
  outline: none;
  padding: 0;
}

.grecaptcha-badge { visibility: hidden; }

body::before {
  content: "";
  width: 100vw;
  height: 100svh;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(226,200,160,0.5) ;
  /* background-image: url(../images/body_bk.png);
  background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(226,200,160,1) 49%, rgba(223,181,129,1) 100%); */
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.p-header__logo {
  position: absolute;
  top: 50px;
  left: 40px;
  z-index: 100;
}

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

.p-globalNav {
  position: absolute;
  /* right: 360px; */
  left: 50%;
  top: 55px;
  z-index: 100;
  transform: translateX(-50%);
}

.p-globalNav__list {
  display: flex;
  align-items: center;
}

.p-globalNav__item:not(:last-child) {
  margin-right: 30px;
}

.p-globalNav__link {
  font-size: 1.7rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.p-header__info {
  position: absolute;
  top: 50px;
  right: 130px;
  z-index: 101;
}

.c-tel__num {
  position: relative;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.c-tel__num::before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 0;
  left: -36px;
  width: 28px;
  height: 28px;
  background-image: url(../images/icon_tel.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
}

.c-tel__hour {
  margin-top: 5px;
  font-size: 1.4rem;
  color: #fff;
}

@media screen and (max-width:1359px) {
  .p-globalNav__item:not(:last-child) {
    margin-right: 20px;
  }
}

@media screen and (max-width:1279px) {
  .p-globalNav {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .p-header__info {
    top: 20px;
    right: 90px;
  }

  .c-tel__num {
    font-size: 2rem;
  }

  .c-tel__num::before {
    top: -3px;
  }
}

.p-mv {
  position: relative;
  width: 100%;
  height: 100svh;
  height: 100vh;
  overflow: hidden;
}

.p-mv__bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 320px;
  width: 100%;
  background: linear-gradient(rgba(0, 36, 63, 0.3) 0,rgba(0, 36, 63, 0) 100%)
}

.p-mv__img {
  width: 100%;
  height: 100svh;
  height: 100vh;
  /* transform: scale(1.05); */
}

.p-mv__logo {
  position: absolute;
  width: 16%;
  min-width: 240px;
  max-width: 280px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 101;
}

.p-mv__logoImg {
  width: 100%;
}

.p-sticky {
  position: fixed;
  right: 40px;
  bottom: 0;
  z-index: 101;
}

.p-sticky__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 240px;
  max-width: 100%;
  height: 60px;
  background-color: #16120e;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  text-decoration: none;
  transition: .25s;
}

@media screen and (max-width:767px) {
  .p-mv__logo {
    width: 30%;
    min-width: 160px;
  }

  .p-mv {
    height: calc(100svh - 60px);
    height: calc(100vh - 60px);
  }
  
  .p-mv__bg {
    position: absolute;
    left: 0;
    top: 0;
    height: 320px;
    width: 100%;
    background: linear-gradient(rgba(0, 36, 63, 0.3) 0,rgba(0, 36, 63, 0) 100%)
  }
  
  .p-mv__img {
    height: calc(100svh - 60px);
    height: calc(100vh - 60px);
  }
  

  .p-sticky {
    width: 100%;
    right: 0;
  }

  .p-sticky__btn {
    width: 100%;
  }
}


.c-menuBtn {
  display: block;
  position: fixed;
  right: 40px;
  top: 40px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  z-index: 1103;
}

.c-menuBtn__trigger,
.c-menuBtn__trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.c-menuBtn__trigger {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #16120e;
}

.c-menuBtn__trigger span {
  position: absolute;
  left: 13px;
  width: 34px;
  height: 1px;
  background-color: #fff;
}

.c-menuBtn__trigger span:nth-of-type(1) {
  top: 24px;
}

.c-menuBtn__trigger span:nth-of-type(2) {
  top: 34px;
}

.open .c-menuBtn__trigger span:nth-of-type(1) {
  transform: translateY(5px) rotate(-30deg);
}

.open .c-menuBtn__trigger span:nth-of-type(2) {
  transform: translateY(-5px) rotate(30deg);
}

@media screen and (max-width:767px) {
  .c-menuBtn {
    right: 15px;
    top: 15px;
    width: 48px;
    height: 48px;
  }
  
  .c-menuBtn__trigger {
    width: 48px;
    height: 48px;
  }

  .c-menuBtn__trigger span {
    left: 12px;
    width: 24px;
  }

  .c-menuBtn__trigger span:nth-of-type(1) {
    top: 20px;
  }

  .c-menuBtn__trigger span:nth-of-type(2) {
    top: 28px;
  }

  .open .c-menuBtn__trigger span:nth-of-type(1) {
    transform: translateY(4px) rotate(-30deg);
  }
  
  .open .c-menuBtn__trigger span:nth-of-type(2) {
    transform: translateY(-4px) rotate(30deg);
  }
}


.p-menu {
  display: none;
  position: fixed;
  background-image: url(../images/menu_bg.jpg);
  background-color: #251d16;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 140px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 1010;
  -webkit-overflow-scrolling: touch;
  filter: brightness(0.75);
}

.p-menu__list {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 60px;
}

.p-menu__item {

}

.p-menu__item:not(:first-child) {
  margin-top: 30px;
}

.p-menu__link {
  display: block;
  width: 100%;
  position: relative;
  transition: .25s;
  line-height: 1.5;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}

.p-menu__btnList {
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.open .p-menu {

}

@media screen and (max-width: 959px) {
  .p-menu__cta {
    display: grid;
    place-items: center;
  }
}

@media screen and (max-width: 767px) {
  .p-btnList {
    justify-content: center;
  }

  .p-menu__cta {
    padding-right: 5px;
    padding-left: 5px;
  }
  
  .p-menu__textLinks {
    padding-right: 40px;
    padding-left: 40px;
  }

  .p-menu__link {
    font-size: 1.8rem;
  }

  .p-menu__item:not(:first-child) {
    margin-top: 20px;
  }
}

.p-header__lang {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 68px;
  top: 60px;
  left: 160px;
  z-index: 1;
  color: #fff;
  font-size: 1.4rem;
}

.p-header__langLink {
  color: #fff;
  width: 24px;
  text-align: center;
}

.p-header__langLink.-selected {
  position: relative;
}

.p-header__langLink.-selected::after {
  position: absolute;
  content: '';
  display: inline-block;
  left: -4px;
  top: -7px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .p-header__lang {
    top: auto;
    left: auto;
    right: 20px;
    bottom: 80px;
  }
}

#booking {
   max-width: 780px;
   margin: 80px auto 0;
   padding-right: 40px;
   padding-left: 40px;
}

@media screen and (max-width: 767px) {
  #booking {
    margin: 50px auto 0;
    padding-right:0;
    padding-left:0;
 } 
}

.p-about {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.p-aboutMedia {
  margin-top: 100px;
  display: flex;
}

.p-aboutMedia__imgWrapper {
  width: 56.94444444%;
  margin-right: 5.555555555%;
  flex-shrink: 0;
}

.p-aboutMedia__img {
  width: 100%;
}

.p-aboutMedia__kourin {
  margin-top: 90px;
  text-align: center;
}

.p-aboutMedia__kourinImg {
  width: 66.46341463%;
}

.p-aboutMedia__body {
  margin-block-start: 230px;
  padding-right: 40px;
}

.p-aboutMedia__heading {
  font-size: 3.6rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

.p-about__history {
  margin-top: 80px;
  padding-right: 40px;
  padding-left: 40px;
}

.p-aboutMedia__detail {
  margin-top: 70px;
}

.p-aboutMedia__text {
  font-size: 1.8rem;
  line-height: 2;
}

.p-historyCard {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
  margin-bottom: -30px;
}

.p-historyCard__item {
  width: 32.3529411%;
  max-width: 440px;
  margin-right: 1.4705882%;
  margin-bottom: 30px;
}

.p-historyCard__item:nth-of-type(3n) {
  margin-right: 0;
}

.p-historyCard__item:nth-of-type(2)  {
  margin-block-start: 140px;
}

.p-historyCard__item:nth-of-type(1) {
  margin-block-start: 280px;
}

.p-historyCard__body {
  margin-top: 15px;
}

.p-historyCard__text {
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  text-align: center;
}

@media screen and (max-width:1320px) {
  .p-aboutMedia__heading {
    font-size: 2.6vw;
  }
}

@media screen and (max-width:1079px) {
  .p-aboutMedia {
    margin-top: 100px;
    flex-direction: column-reverse;
  }
  
  .p-aboutMedia__imgWrapper {
    margin-top: 50px;
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin-right: 0;
  }
  
  .p-aboutMedia__myoko,
  .p-aboutMedia__kourin {
    width: 50%;
  }

  .p-aboutMedia__kourin {
    margin-bottom: -80px;
  }
  
  .p-aboutMedia__kourinImg {
    width: 80%;
  }
  
  .p-aboutMedia__body {
    margin-block-start: 0;
    padding-left: 40px;
  }

  .p-aboutMedia__detail {
    margin-top: 70px;
  }

  .p-aboutMedia__heading {
    font-size: 3.6rem;
  }
  
  .p-aboutMedia__text {
    font-size: 1.8rem;
    line-height: 2;
  }

  .p-about__history {
    margin-top: 160px;
  }

  .p-historyCard__item:nth-of-type(2)  {
    margin-block-start: 80px;
  }

  .p-historyCard__item:nth-of-type(1) {
    margin-block-start: 160px;
  }

}

@media screen and (max-width:767px) {
  .p-aboutMedia {
    margin-top: 50px;
  }

  .p-aboutMedia__kourin {
    margin-bottom: -50px;
  }

  .p-aboutMedia__body {
    padding-right: 30px;
    padding-left: 30px;
  }

  .p-aboutMedia__detail {
    margin-top: 30px;
  }

  .p-aboutMedia__heading {
    font-size: 2.2rem;
  }
  
  .p-aboutMedia__text {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .p-about__history {
    margin-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .p-historyCard {
    font-size: 1.3rem;
    margin-bottom: -20px;
  }

  .p-historyCard__item {
    width: calc(100% / 2 - 5px);
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .p-historyCard__item:nth-of-type(3n) {
    margin-right: 10px;
  }
  
  .p-historyCard__item:nth-of-type(2) {
    margin-block-start: 0;
    margin-right: 0;
  }

   
  .p-historyCard__item:last-child {
    margin-right: 0;
  }
 
  .p-historyCard__item:nth-of-type(1) {
    margin-block-start: 0;
  }
}

@media screen and (max-width:479px) {
  .p-about__history {
    margin-top: 100px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .p-historyCard {
    font-size: 1.3rem;
    margin-bottom: 0;
  }

  .p-historyCard__item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 0;
  }

  .p-historyCard__item:not(:first-child) {
    margin-top: 20px;
  }

  .p-historyCard__body {
    margin-top: 5px;
  }
}

.p-winter {
  position: relative;
  margin-top: 120px;
  height: 480px;
}

.p-winter__img {
  width: 100%;
  height: 480px;
}

.p-winter__text {
  position: absolute;
  right: 40px;
  bottom: 15px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

@media screen and (max-width:767px) {
  .p-winter {
    margin-top: 60px;
    height: 280px;
  }
  
  .p-winter__img {
    height: 280px;
  }

  .p-winter__text {
    right: 20px;
  }
}

.p-facility {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.p-facility_sec01 {
  margin-top: 130px;
  padding-right: 40px;
  padding-left: 40px;
}

.p-facility__title {
  max-width: 580px;
  width: 42.64705882%;
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
}

.p-facility__text {
  max-width: 580px;
  width: 42.64705882%;
  margin-top: 50px;
  font-size: 1.8rem;
  line-height: 2;
}

.p-facility__map {
  position: relative;
  padding-right: 0;
  padding-left: 40px;
  max-width: 1080px;
  margin-top: -20%;
  margin-right: auto;
  margin-left: auto;
}

.p-facility__mapWrapper {
  margin-right: auto;
  margin-left: auto;
}

.p-facility__mapImg {
  width: 100%;
}

.p-facility__map01 {
  width: 40%;
  position: absolute;
  transform: translateY(-80%);
  top: 0;
  right: 0;
}

.p-facility__map02 {
  width: 25%;
  margin-top: -12%;
}

.p-facility_sec02 {
  margin-top: 100px;
}

.p-facilityMedia {
  display: flex;
}

.p-facilityMedia:not(:first-child) {
  margin-top: 70px;
}

.p-facilityMedia__imgWrapper {
  width: 56.94444444%;
  margin-right: 5.555555555%;
  flex-shrink: 0;
}

.p-facilityMedia__img {
  width: 100%;
  aspect-ratio: 10 / 7;
}

.p-facilityMedia__body {
  padding-right: 40px;
}

.p-facilityMedia__heading {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

.p-facilityMedia__detail {
  margin-top: 70px;
}

.p-facilityMedia__text {
  margin-top: 30px;
  font-size: 1.8rem;
  line-height: 2;
}

.p-facilityMedia.-reverse {
  flex-direction: row-reverse;
}

.p-facilityMedia.-reverse  .p-facilityMedia__body {
  padding-right: 0;
  padding-left: 40px;
}

.p-facilityMedia.-reverse  .p-facilityMedia__imgWrapper {
  margin-right: 0;
  margin-left: 5.555555555%;
}

@media screen and (max-width:1079px) {
  .p-facility__map {
    margin-top: 50px;
  }

  .p-facility__title,
  .p-facility__text {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (max-width:959px) {
  .p-facilityMedia {
    display: block;
    
    padding-right: 120px;
    padding-left: 120px;
  }
  
  .p-facilityMedia__imgWrapper {
    width: 100%;
    margin-right: auto;
    padding-right: 0;
  }
  
  .p-facilityMedia__body {
    margin-top: 20px;
    padding-right: 0;
  }
  
  .p-facilityMedia__heading {
    font-size: 3.2rem;
    font-family: "Noto Serif JP", serif;
    line-height: 1.5;
  }
  
  .p-facilityMedia__detail {
    margin-top: 70px;
  }
  
  .p-facilityMedia__text {
    margin-top: 5px;
  }
  
  .p-facilityMedia.-reverse {
    flex-direction: row-reverse;
  }
  
  .p-facilityMedia.-reverse  .p-facilityMedia__body {
    padding-right: 0;
    padding-left: 0;
  }
  
  .p-facilityMedia.-reverse  .p-facilityMedia__imgWrapper {
    margin-right: auto;
    margin-left: auto;
  }
}


@media screen and (max-width:767px) {
  .p-facility_sec01 {
    margin-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-facility__title {
    font-size: 2.8rem;
  }
  
  .p-facility__text {
    margin-top: 30px;
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .p-facility__map {
    padding-left: 0;
  }

  .p-facilityMedia {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-facilityMedia__body {
    margin-top: 15px;
  }

  .p-facilityMedia__heading {
    font-size: 2.4rem;
  }

  .p-facilityMedia__text {
    font-size: 1.4rem;
    line-height: 1.7;
  }

  .p-facilityMedia:not(:first-child) {
    margin-top: 40px;
  }
}

.p-facility__sec03 {
  margin-top: 120px;
  padding-right: 40px;
  padding-left: 40px;
}

.p-facilityCard {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-evenly;
}

.p-facilityCard__item {
  width: 47.0588235%;
  max-width: 640px;
  margin-right: 5.8823529%;
}

.p-facilityCard__item:nth-of-type(2n) {
  margin-right: 0;
}

.p-facilityCard__body {
  margin-top: 20px;
}

.p-facilityCard__title {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

.p-facilityCard__text {
  margin-top: 5px;
  font-size: 1.8rem;
  line-height: 2;
}

.p-facilityCard__text a {
  text-decoration: underline;
}

.p-facility__notice {
  margin-top: 90px;
  display: grid;
  place-items: center;
}

.p-facility__noticeInner {
  display: inline-block;
  padding: 10px 20px;
  font-size: 2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  background-color: rgb(209 167 50 / 25%);
  border-radius: 4px;
  text-align: center;
}

@media screen and (max-width:959px) {
  .p-facilityCard__text {
    line-height: 1.7;
  }
}

@media screen and (max-width:767px) {
  .p-facility__sec03 {
    margin-top: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-facilityCard {
    display: block;
  }

  .p-facilityCard__item {
    width: 100%;
    max-width: 100%;
    margin-right: auto;
  }

  .p-facilityCard__item:not(:first-child) {
    margin-top: 40px;
  }

  .p-facilityCard__body {
    margin-top: 15px;
}

  .p-facilityCard__title {
    font-size: 2.4rem;
  }

  .p-facilityCard__text {
    margin-top: 5px;
    font-size: 1.4rem;
  }

  .p-facility__noticeInner {
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
  }
}

.p-facility__scene {
  margin-top: 120px;
  margin-inline: auto;
}

.p-sceneMedia {
  display: flex;
  align-items: center;
  margin-top: 90px;
  padding-left: 120px;
}

.p-sceneMedia__imgWrapper {
  width: 50%;
  margin-right: 6.25%;
  flex-shrink: 0;
}

.p-sceneMedia__img {
  width: 100%;
}

.p-sceneMedia__heading {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
}

.p-sceneMedia__text {
  margin-top: 40px;
  font-size: 1.8rem;
  line-height: 2;
}

.p-sceneImgCard {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}

.p-sceneImgCard__img {
  width: 100%;
}

.p-sceneImgCard__item {
  width: calc(100% / 2 - 10px / 2);
  margin-right: 10px;
}

.p-sceneImgCard__item:last-child {
  margin-right: 0;
}

.p-facility__scene {
  padding-right: 60px;
  padding-left: 60px;
}

@media screen and (max-width:959px) {
  .p-facility__scene {
    margin-top: 120px;
    padding-right: 60px;
    padding-left: 60px;
  }
  
  .p-sceneMedia {
    flex-direction: column-reverse;

    padding-left: 40px;
  }
  
  .p-sceneMedia__imgWrapper {
    margin-top: 10px;
    width: 100%;

    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
  }

  .p-sceneMedia__heading {
    text-align: center;
  }

  .p-sceneImgCard {
    margin-right: auto;
    margin-left: auto;
    max-width: 480px;
  }
}

@media screen and (max-width:767px) {
  .p-sceneMedia {
    padding-left: 30px;
    padding-right: 30px;
  }

  .p-sceneMedia__heading {
    font-size: 2.8rem;
  }

  .p-sceneMedia__text {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .p-sceneImgCard {
    margin-top: 20px;
  }

  .p-facility__scene {
    margin-top: 80px;
    padding-right: 40px;
    padding-left: 40px;
  }
}

.p-sceneCard {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: -30px;
}

.p-sceneCard__item {
  position: relative;
  width: calc(100% / 3 - 120px / 3);
  margin-right: 60px;
  margin-bottom: 30px;
}

.p-sceneCard__item:nth-of-type(3n) {
  margin-right: 0;
}

.p-sceneCard__body {
  margin-top: 15px;
}

.p-sceneCard__text {
  line-height: 1.5;
}

.p-sceneCard__badge::after {
  content: '';
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  transform: rotate(45deg);
  overflow: hidden;
  background:  linear-gradient(70deg,#E4C563, #F1DAB6);
  border: 1px solid #251d16;
}

.p-sceneCard__num {
  position: absolute;
  left: 14px;
  top: 5px;
  z-index: 2;
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
}

@media screen and (max-width:1079px) {
  .p-sceneCard {
    justify-content: center;
  }

  .p-sceneCard__item {
    width: calc(100% / 2 - 60px / 2);
  }
  
  .p-sceneCard__item:nth-of-type(3n) {
    margin-right: 60px;
  }

  .p-sceneCard__item:nth-of-type(2n),
  .p-sceneCard__item:last-child {
    margin-right: 0;
  }
}

@media screen and (max-width:767px) {
  .p-sceneCard {
    display: block;
  }

  .p-sceneCard__item {
    width: 100%;
    margin-right: 0;
  }

  .p-sceneCard__item:nth-of-type(3n) {
    margin-right: 0;
  }

  .p-sceneCard__text {
    font-size: 1.4rem;
  }

  .p-sceneCard {
    margin-bottom: -40px;
  }
  
  .p-sceneCard__item {
    margin-bottom: 40px;
  }
}

.p-facility__table {
  padding-right: 40px;
  padding-left: 40px;
}

.p-facilityTable {
  max-width: 760px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding: 60px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, .5);
}

.p-facilityTable dl {
  display: flex;
}

.p-facilityTable dt,
.p-facilityTable dd {
  line-height: 1.8;
}

.p-facilityTable dt {
  min-width: 150px;
  padding-right: 30px;
  flex-shrink: 0;
}

.p-facilityTable__note {
  font-size: 1.4rem;
}

.p-facilityTable dl + dl {
  margin-top: 40px;
}

.p-facilityTable li {
  position: relative;
  padding-left: 1em;
}

.p-facilityTable li::before {
  position: absolute;
  content: '';
  top: 12px;
  left: 0;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: rgb(22 18 14 / 30%);
  border-radius: 50%;
}

.p-facilityTable p {
  margin-top: 2em;
}

.p-facilityTable__title {
  position: relative;
  padding-left: 1em;
  font-weight: bold;
}

.p-facilityTable__title::before {
  position: absolute;
  content: '';
  top: 14px;
  left: -5px;
  display: inline-block;
  width: 15px;
  height: 1px;
  background-color: rgb(22 18 14 / 50%);
}

@media screen and (max-width:767px) {
  .p-facility__table {
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-facilityTable {
    margin-top: 80px;
    padding: 30px;
  }
  
  .p-facilityTable dl {
    display: block;
  }

  .p-facilityTable dt {
    padding-right: 0;
    font-size: 1.8rem;
  }

  .p-facilityTable dd {
    font-size: 1.4rem;
  }

  .p-facilityTable li::before {
    width: 3px;
    height: 3px;
    top: 12px;
    left: 3px;
  }
  
  .p-facilityTable__title::before {
    width: 10px;
    top: 12px;
    left: 0;
  }
}

.p-access {
  max-width: 960px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-access__heading {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.3;
}

.p-access__map {
  margin-top: 30px;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;    /*16:9の比率にしたい場合、9/16=56.25%*/
}

.p-access__map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.p-access__info {
  margin-top: 20px;
}

.p-access__address {
  line-height: 1.3;
}

.p-access__dl {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
  line-height: 1.3;
}

.p-access__dl dt {
  display: inline-block;
  margin-right: 1em;
}

.p-route {
  margin-top: 50px;
}

.p-route__heading {
  width: 100%;
  padding: 10px 20px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.5;
  background-color: rgb(209 167 50 / 25%);
  border-radius: 4px;
  text-align: center;
}

.p-routeCard {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -30px;
}

.p-routeCard__item {
  width: calc(100% / 2 - 100px / 2);
  margin-right: 100px;
}

.p-routeCard__imgWrapper {
  position: relative;
}

.p-routeCard__item:first-child .p-routeCard__imgWrapper::after {
  position: absolute;
  content: '';
  display: inline-block;
  right: -55px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 16px;
  background-image: url(../images/route_arrow.svg);
  background-repeat: no-repeat;
  background-size: 12px 16px;
}

.p-routeCard__item:last-child {
  margin-right: 0;
}

.p-routeCard__text {
  margin-top: 25px;
  line-height: 1.5;
}

@media screen and (max-width:767px) {
  .p-access {
    margin-top: 80px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .p-access__heading {
    font-size: 2.8rem;
  }

  .p-sceneMedia__text {
    margin-top: 20px;
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .p-routeCard {
    margin-top: 20px;
    display: block;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  
  .p-routeCard__item {
    position: relative;
    width: 100%;
    margin-right: 0;
    margin-bottom: 80px;
  }
  
  .p-routeCard__item:last-child {
    margin-bottom: 0;
  }
  
  .p-routeCard__text {
    margin-top: 25px;
    line-height: 1.5;
  }

  .p-routeCard__item:first-child .p-routeCard__imgWrapper::after {
    content: none;
  }

  .p-routeCard__item:first-child::after {
    position: absolute;
    content: '';
    display: inline-block;
    left: 50%;
    bottom: -45px;
    transform: translateX(-50%) rotate(90deg);
    width: 12px;
    height: 16px;
    background-image: url(../images/route_arrow.svg);
    background-repeat: no-repeat;
    background-size: 12px 16px;
  }
}

.p-guide {
  margin-top: 150px;
}

.p-guide__header {
  position: relative;
  height: 400px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-guide__imgWrapper {
  position: absolute;
  left: 0;
  top: 0;
  height: 400px;
  width: 100%;
  filter: brightness(0.75);
}

.p-guide__img {
  height: 400px;
  width: 100%;
}

.p-guide__headerInner {
  position: relative;
  padding-right: 20px;
  padding-left: 20px;
}

.p-guide__heading {
  font-size: 4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.3;
  color: #fff;
}

.p-guide__lead {
  margin-top: 10px;
  font-size: 2rem;
  line-height: 2;
  color: #fff;
  text-align: center;
  padding-right: 40px;  
  padding-left: 40px;
  max-width: 1440px;
}

.p-guide__body {

  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.p-guide__text {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  font-size: 1.8rem;
  line-height: 2;
  text-align: center;
}

.p-guide__btn {
  margin-top: 10px;
  text-align: center;
}

.p-guide__btnLink {
  margin-top: 10px;
  width: 100%;
  max-width: 400px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  display: flex;
  width: 100%;
  height: 68px;
  justify-content: center;
  align-items: center;
  padding: 15px;
  line-height: 1.3;
  background-color: #9d823f;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.p-guideCard {
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 40px; /* カード間の隙間 */
}

.p-guideCard__item {
  display: grid;
  grid-template-rows: subgrid; /* ここでSubgridを使用 */
  grid-row: span 4; /* 4行分のスペースを占めるように調整 */
  gap: 20px; /* カード間の隙間も親要素を継承しているので上書き */
}

.p-guideCard__body {
  display: grid;
  grid-template-rows: subgrid; /* ここでSubgridを使用 */
  grid-row: span 3; /* 4行分のスペースを占めるように調整 */
  gap: 10px; /* カード間の隙間も親要素を継承しているので上書き */
}

.p-guideCard__site {
  text-align: center;
}

.p-guideCard__link {
  display: flex;
  width: 100%;
  height: 60px;
  border: 1px solid;
  justify-content: center;
  align-items: center;
  padding: 15px;
  line-height: 1.3;
}

.p-guideCard__imgWrapper {
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 12 / 9;
}

.p-guideCard__img {
  width: 100%;
}

.p-guideCard__title {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  text-align: center;
}

.p-guideCard__text {
  font-size: 1.5rem;
  line-height: 1.75;
  flex: 1;
}

.p-guideCard__text.-center {
  text-align: center;
}


/* .p-guideCard__item:nth-of-type(4n) {
  margin-right: 0;
}

.p-guideCard__link {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.p-guideCard__imgWrapper {
  border-radius: 15px;
  overflow: hidden;
}

.p-guideCard__img {
  width: 100%;
}

.p-guideCard__body {
  margin-top: 20px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.p-guideCard__title {
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  text-align: center;
}

.p-guideCard__text {
  margin-top: 5px;
  font-size: 1.5rem;
  line-height: 1.75;
  flex: 1;
}

.p-guideCard__text.-center {
  text-align: center;
}

.p-guideCard__site {
  margin-top: 10px;
  text-align: center;
  padding: 15px;
  border: 1px solid #000;
  border-radius: 100vh;
  background-color: #fff;
} */

.p-ski {
  margin-top: 70px;
  line-height: 1.5;
  font-size: 1.5rem;
}

@media screen and (max-width:1279px) {
  /* .p-guideCard__item {
    width:  48%;
    margin-right: 4%;
  }
  
  .p-guideCard__item:nth-of-type(2n) {
    margin-right: 0;
  }

  .p-ski {
    width:  48%;
  } */

  .p-guideCard {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (max-width:767px) {
  .p-guide {
    margin-top: 100px;
  }

  .p-guide__heading {
    font-size: 2.8rem;
  }

  .p-guide__lead {
    font-size: 1.6rem;
    line-height: 1.7;
    padding-right: 20px;
    padding-left: 20px;
  }

  .p-guide__body {
    padding-right: 30px;
    padding-left: 30px;
  }

  .p-guide__text {
    font-size: 1.5rem;
    line-height: 1.7;
  }

  .p-guideCard {
    grid-template-columns: repeat(1, 1fr);
    gap: 40px; /* カード間の隙間 */
  }

  /* .p-guideCard__item {
    width:  100%;
    margin-right: 0;
  }

  .p-ski {
    width:  100%;
  } */
}

.p-contact {
  margin-top: 140px;
  background-color: rgb(209 167 50 / 15%);
}

.p-contact__inner {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 40px;
}

.p-contact__heading {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .p-contact__heading {
    font-size: 2.8rem;
  }
}
.p-contact__contents {

}

.p-contact__tel {
  margin-top: 30px;
  text-align: center;
}

.p-contact__telNum {
  margin-top: 5px;
  position: relative;
  display: inline-block;
  font-size: 2.8rem;
  font-family: "Noto Serif JP", serif;
}

.p-contact__telNum::before {
  position: absolute;
  display: inline-block;
  content: '';
  top: 1px;
  left: -36px;
  width: 28px;
  height: 28px;
  background-repeat: no-repeat;
  background-size: 28px 28px;
  fill: #251d16;
  background-color: #251d16;
  mask: url('../images/icon_tel.svg') no-repeat center center;
}

.p-contact__hour {
  margin-top: 5px;
  line-height: 1.5;
}

.p-contact__text {
  margin-top: 5px;
  line-height: 1.5;
}

.p-contact__note {
  margin-top: 20px;
  font-size: 1.4rem;
  text-align: right;
}

.p-contact__recaptcha {
  font-size: 1.4rem;
  line-height: 1.75;
}

.c-input__field {
  display: block;
  width: 100%;
  height: 48px;
  padding: 15px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #9B9595;
}

.c-input__field:focus {
  border: 1px solid #251d16;
} 

.c-input__fieldDouble {
  margin-right: 10px;
}

.c-input__submit {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 280px;
  width: 100%;
  padding: 15px 15px 17px;
  background-color: #232F36;
  color: #fff;
  font-weight: bold;
  letter-spacing: .1em;
}

.c-input__submit:hover {

}

.c-input__notice {
  line-height: 1.75;
}

.c-input__double {
  display: flex;
}

.wpcf7 .wpcf7-submit {
  display: block;
}

.wpcf7 .wpcf7-submit:disabled {
  opacity: 0.6;
}

.wpcf7-form-control-wrap {
  display: block;
}

.wpcf7-form-control.wpcf7-checkbox {
  display: flex;
  flex-wrap: wrap;
}

span.wpcf7-list-item {
  position: relative;
  /*項目ごとの余白を調整*/
  line-height: 1.3;
}

.wpcf7-list-item-label {
  /*項目の色や文字サイズ*/
  cursor: pointer;
}

input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  /*既存のチェックボックスを見えなくする*/
}

.wpcf7-list-item-label:before {
  /*チェックボックスの枠*/
  content: '';
  border: 1px solid #251d16;
  display: inline-block;
  height: 20px;
  width: 20px;
  position: relative;
  top: -2px;
  margin-right: 5px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
}

input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  /*チェックアイコン*/
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 6px;
  width: 7px;
  height: 15px;
  background-size: contain;
  border-right: 4px solid #251d16;
  border-bottom: 4px solid #251d16;
  transform: rotate(45deg);
}

.c-select {
  display: inline-block;
  position: relative;
}

.c-select__field {
  position: relative;
  width: 100%;
  display: block;
  padding: 15px 80px 15px 15px;
  line-height: 1;
  background-color: #fff;
  height: 48px;
  background-image: url('../images/select_arrow.png');
  background-size: 48px 53px;
  background-repeat: no-repeat;
  background-position: top 50% right 0;
  border-radius: 4px;
}

::placeholder {
  color: #D2DCDC;
}
/* 旧Edge対応 */
::-ms-input-placeholder {
  color: #D2DCDC;
}
/* IE対応 */
:-ms-input-placeholder {
  color: #D2DCDC;
}

@media screen and (max-width: 767px) {
  input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    top: 1px;
  }

  .c-select__field {
    font-size: 1.6rem;
  }
}

.c-textarea__field {
  display: block;
  width: 100%;
  padding: 15px;
  line-height: 1;
  background-color: #fff;
  border: 1px solid #9B9595;
}

.c-textarea__field:focus {
  border: 1px solid #251d16;
} 


@media screen and (max-width: 479px) {
  .c-textarea__field {
    padding: 10px;
  }
}

.p-contact__body.-radio  {
  margin-top: 22px;
}

.p-contact__body.-radio .wpcf7-form-control-wrap {
  display: block;
}

.p-contact__body.-radio .wpcf7-form-control.wpcf7-radio {
  display: flex;
}

.p-contact__body.-radio span.wpcf7-list-item {
  margin-right: 20px;
  position: relative;
}

.p-contact__body.-radio span.wpcf7-list-item.first {
  margin: 0 20px 0 0 !important;
}

.p-contact__body.-radio .wpcf7-list-item-label {
  cursor: pointer;
}

.p-contact__body.-radio input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.p-contact__body.-radio .wpcf7-list-item-label:before {
  content: '';
  background: #fff;
  border-radius: 100%;
  border: 1px solid #888888;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  position: relative;
  top: -0.2em;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.p-contact__body.-radio input[type="radio"]:checked + .wpcf7-list-item-label:before {
  background-color: #004D9E;
  box-shadow: inset 0 0 0 4px #fff;
}

.wpcf7-not-valid-tip {
  margin-top: 3px;
}

.p-contact__item {
  padding-top: 20px;
}

.p-contact__header {
  position: relative;
  align-items: center;
  padding-bottom: 5px;
  line-height: 1.5;
}

.u-attention {
  display: inline-block;
  font-size: 2rem;
  color: #D23E3E;
}

.p-contact__body {
  flex-grow: 1;
}

.p-contact__body.-name {
  display: flex;
}

.p-contact__body.-name .c-input {
  display: flex;
  align-items: center;
}

.c-input__heading {
  margin: 0 5px;
  font-size: 2rem;
  font-weight: bold;
}

.p-contact__checkbox {
  margin-top: 20px;
  text-align: center;
}

.p-contact__submit {
  margin-top: 40px;
  text-align: center;
}

.p-contact__privacy {
  width: 100%;
  max-height: 200px;
  padding: 20px;
  overflow-y: auto;
  border: 1px solid #9B9595;
  background-color: #fff;
  line-height: 1.5;
  font-size: 1.3rem;
}

.p-contact__privacy dl {
  margin-top: 1em;
}
.p-contact__privacy h4 {
  margin-top: 1em;
}

@media screen and (max-width: 959px) {
  .p-contact__item {
    flex-direction: column;
  }

  .p-contact__header {
    flex-basis: auto;
    margin-right: 0;
    padding-top: 0;
    text-align: left;
  }

  .p-contact__text {
    margin-bottom: 5px;
  }

  .p-contact__body.-radio {
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-contact__inner {
    padding: 100px 30px;
  }
  

  .p-contact__item {
    padding-top: 20px;
  }

  .p-contact__privacy {
    font-size: 1.4rem;
    text-align: left;
  }

  .p-contact__checkbox {
    font-size: 1.6rem;
    text-align: left;
  }

  .p-contact__privacyHeading {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 1.6rem;
    line-height: 1.3;
  }

  .c-input__heading {
    font-size: 1.6rem;
  }

  .p-contact__body.-radio .wpcf7-form-control.wpcf7-radio {
    display: block;
  }

  .p-contact__body.-radio .wpcf7-form-control.wpcf7-radio .wpcf7-list-item {
    margin: 5px 0 0;
  }
}

.p-footer {
  background-color: rgb(209 167 50 / 15%);
  padding: 50px 40px 0;
}

.p-footer__inner {
  border-top: 1px solid #251d16;
}

.p-footer__logo {
  max-width: 180px;
  margin-right: auto;
  margin-left: auto;
  filter: brightness(0) invert(0);
}

.p-footer__logoImg {
  width: 100%;
}

.p-footer__insta {
  margin-top: 40px;
  text-align: center;
}

.p-footer__instaLink {
  display: inline-flex;
  align-items: center;
}

.p-footer__instaLinkInsta {
  margin-right: 10px;
  filter: brightness(0) invert(0);
}

.p-footer__instaLink span {
  position: relative;
  display: inline-block;
}

.p-footer__instaLink span::after {
  position: absolute;
  content: '';
  background-color: #251d16;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 1px;
}

.p-footer__copyright {
  margin-top: 100px;
  font-size: 1.2rem;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 10px;
}

@media screen and (max-width:767px) {
  .p-footer {
    padding: 50px 20px 0;
  }
}

.u-sp {
  display: none;
}

.u-pc {
  display: block;
}

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

.u-textLink {
  text-decoration: underline;
}


/*==================================================
ふわっ
===================================*/

/* fadeUp */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: .8s;
  animation-fill-mode: forwards;
  opacity: 0;
  filter: blur(5px);
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(20px);
    filter: blur(5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定 */
.fadeUpTrigger {
  opacity: 0;
}

.swiper-slide {
  text-align: center;
}

.p-recruitSlide .swiper-wrapper {
  transition-timing-function: linear;
}

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.bn_link {
  text-align: center;
  margin-top: 40px;
}
.pc_no{
    display: none;
  }
  .sp_no{
    display: block;
  }
@media screen and (max-width:767px) {
  .pc_no{
    display: block;
  }
.sp_no{
    display: none;
  }
}

.insta_wrap{margin: 2rem 0; padding:0 1rem; text-align: center;}
.insta_wrap_footer{margin: 6rem 0 2rem 0; padding:0 1rem; text-align: center;}
.insta_banner{padding:1rem 2rem 1rem 2rem; max-width:400px; margin: 0 auto; font-size: 18px; background:linear-gradient(to left, rgb(244, 178, 99) 0%,rgb(217, 71, 92) 50%, rgb(217, 71, 92),rgb(112, 64, 149) 100%); border-radius: 5px; display: block;}
.insta_banner img{width:200px; height: auto;}

.insta_banner_footer{text-align: center;}
.insta_banner_footer img{width:50px; height: auto;}

.table_box{margin:6rem auto 6rem auto; padding:0 40px; max-width:1000px; }
.table_box h4{font-size:24px; margin: 0 0 2rem 0;}
.table_box table{ border-left:#000 1px solid; border-top:#000 1px solid; padding:0px; margin:0 0 0 0; border-collapse: collapse; border-spacing: 0;}
.table_box table th{width:30%; border-bottom:#000 1px solid; border-right:#000 1px solid; padding:10px; text-align:center; vertical-align: middle; background: rgb(209 167 50 / 25%);}
.table_box table td{ border-bottom:#000 1px solid; border-right:#000 1px solid; padding:10px; text-align:left; line-height: 1.6em; background: rgba(255, 255, 255, .5);}

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

.table_box table th{display: block; width: 100%;}
.table_box table td{display: block; width: 100%;}

}

.acc_section{margin: 0 0 2rem 0; width:460px; display: block;}

.accordion {
  width: 100%;
  margin: 0 auto;
  border-radius: 5px;
}

.accordion-header,
.accordion-body {
  background: white;
}

.accordion-header {
  padding: 1em 1.5em;
  background: #fbecc1;
  text-transform: uppercase;
  cursor: pointer;
  letter-spacing: .1em;
  transition: all .3s;
}

.accordion-header:hover {
  position: relative;
  z-index: 5;
}

.accordion-body {
  display: none;
}

.accordion-body__contents {
  padding: 1.5em 1.5em; box-sizing: border-box;  word-break: break-all;
}

.accordion__item.active:last-child .accordion-header {
  border-radius: none;
}

.accordion:first-child > .accordion__item > .accordion-header {
  border-bottom: 1px solid transparent;
}

.accordion__item {position: relative;}

.accordion__item > .accordion-header:after {
    content: '';
    background: url(../images/accordion_icon.svg) center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: .3s all;
    transform: rotate(0deg);
    width: 15px;
    height: 15px;
    vertical-align: middle;
    position: absolute;
    z-index: 1000;
    top:23px;
    right:16px;
}

.accordion__item.active > .accordion-header:after {
  transform: rotate(-180deg);
}

.accordion__item.active .accordion-header {
}

.accordion__item .accordion__item .accordion-header {
  background: #f1f1f1;
  color: black;
}

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

.acc_section{width:auto;}
.acc_section.sp_box{margin-top: 1.2rem;}

}


.sightseeing_category_title{ margin: 4rem 0 0 0; font-size: 3.2rem; font-family: "Noto Serif JP", serif; text-align: center; line-height: 1.3;} 

.sightseeing_top{margin:6rem auto 6rem auto; padding:0 40px; max-width:1000px; display:flex; flex-wrap: wrap; justify-content:space-between;}
.sightseeing_top .box{max-width: 48%; }
.sightseeing_top .box h4{margin-bottom: 1rem; font-size: 2.2rem; font-family: "Noto Serif JP", serif; line-height: 1.3; text-align: center;}
.sightseeing_top .img_box{margin-bottom: 2rem; border-radius: 15px; overflow: hidden;}
.sightseeing_top .text_box{margin-bottom: 2rem;}
.sightseeing_top .text_box p{line-height: 1.5; font-size: 1.5rem;}
.sightseeing_top .text_box .time{text-align: center; color:#6a572a; margin-bottom: 0.5em;}

.sightseeing_spot_list{margin:6rem auto 6rem auto; padding:0 40px; max-width:1800px; display:flex; flex-wrap: wrap; justify-content:space-between;}
.sightseeing_spot_list .box{max-width: 24%; margin-bottom:4rem; }
.sightseeing_spot_list .box h4{margin-bottom: 1rem; font-size: 2.2rem; font-family: "Noto Serif JP", serif; line-height: 1.3; text-align: center;}
.sightseeing_spot_list .img_box{margin-bottom: 2rem; border-radius: 15px; overflow: hidden;}
.sightseeing_spot_list .text_box{margin-bottom: 2rem; min-height: 200px;}
.sightseeing_spot_list .text_box p{line-height: 1.5; font-size: 1.5rem;}
.sightseeing_spot_list .text_box .time{text-align: center; color:#9d823f; margin-bottom: 0.5em;}

.link_title{ margin: 4rem 0 4rem 0; font-size: 3.2rem; font-family: "Noto Serif JP", serif; text-align: center; line-height: 1.3;} 

.link_banner{max-width: 1000px; margin: 0 auto;  display:flex; flex-wrap: wrap; justify-content:space-between; }
.link_banner a{ width: 24%; height: 100px; background: #6a572a; padding: 1rem 2rem; color:#fff; box-sizing: border-box; display:flex; flex-wrap: wrap; justify-content:center; align-items: center; text-align: center; line-height: 1.5em; }

@media screen and (max-width:959px) {
.sightseeing_top{display: block;}
.sightseeing_top .box{max-width: 80%; margin: 0 auto 4rem auto; }
.sightseeing_spot_list .box{max-width: 48%; margin-bottom:4rem; }
.link_banner a{ width: 48%; margin-bottom: 2rem;  }
}

@media screen and (max-width:767px) {
.sightseeing_spot_list{display: block;}
.sightseeing_top .box{max-width: 100%; margin: 0 auto 4rem auto; }
.sightseeing_spot_list .box{max-width: 100%; margin-bottom:4rem; }
.link_banner{display:block; }
.link_banner a{ width: 80%; margin: 0 auto 2rem auto;}
}

.facility_scene_title{margin-bottom: 2rem; text-align: right; font-size: 2rem; }