/* BASELINE*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body {
  margin: 0;
  font-family: serif;
}

html {
  font-size: 100px;
}

body {
  /* font family Noto Serif JP */ 
  font-family: 'Noto Serif JP', serif;
  font-size: 0.14rem;
  line-height: 1.7142857142857142;
  font-weight: 600;
  letter-spacing: 0.02em;
  -webkit-tap-highlight-color: transparent;
  color: #2b3d33;
  background-color: #f4f0eb;
}


h1, h2, h3, h4, h5, h6, figure {
  margin: 0;
  font-weight: 600;
}
p {
  margin: 0;
}

button {
  padding: 0;
  margin: 0;
  background: none;
  border: none;
}

figure img {
  width: 100%;
  max-width: 100%;
}

iframe, img {
  vertical-align: top;
  max-width: 100%;
}

ul, ol {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
}

body.s-scroll-disabled {
  width: 100%;
  position: fixed;
  overflow: hidden;
}
@media screen and (max-width: 779px) {
  html {
    /* font-size: 12.82051282051282vw; */
    font-size: 25.64102564102564vw;
    
  }
}

@media screen and (min-width: 780px) {
  body {
    font-size: 0.16rem;
    line-height: 2;
    letter-spacing: normal;
  }
}
/* END BASELINE*/
/* common */
.c-sectionTitle {
  font-size: 0.2rem;
  letter-spacing: 0.04em;
  line-height: 2;
}
.c-sectionInner {
  border-top: 1px solid #2B3D33;
  padding-top: 0.41rem;
}
@media screen and (min-width: 780px) {
  .c-app {
    padding-top: 0.79rem;
  }
  .c-sectionTitle {
    font-size: 0.28rem;
    line-height: 1.7142857142857142;
  }
}
/* end common */

/* header */
.c-header {
  position: sticky;
  top: 0;
  background-color: #f4f0eb;
  z-index: 4;
}
.c-header__inner {
  border-bottom: 1px solid #2b3d33;
}
.c-header__main {
  padding-top: 0.21rem;
  padding-bottom: 0.18rem;
}
.c-headerLogo {
  width: 1.88rem;
  height: 0.24rem;
  padding-top: 0.02rem;
}
.c-headerLogo img {
  width: 100%;
}
.c-headerReserveBtn {
  width: 0.8rem;
  height: 0.3rem;
  border-radius: 0.02rem;
  font-size: 0.12rem;
  line-height: 0.3rem;
  margin-right: 0.2rem;

  background-color: #2b3d33;
  color: #f4f0eb;
}
.c-burgerBtn {
  width: 0.3rem;
  height: 0.3rem;
  top: -0.02rem;
  cursor: pointer;
}
.c-burgerBtn__bar {
  width: 100%;
  height: 1px;
  background-color: #2b3d33;
  top: 0;
  bottom: 0;
  margin: auto;
  transform-origin: center center;
}
.c-burgerBtn__bar:nth-child(1) {
  transform: translateY(-0.08rem);
}
.c-burgerBtn__bar:nth-child(3) {
  transform: translateY(0.08rem);
}
.c-header.s-active .c-burgerBtn__bar:nth-child(1) {
  transform: translateY(0) rotate(45deg);
}
.c-header.s-active .c-burgerBtn__bar:nth-child(2) {
  display: none;
}
.c-header.s-active .c-burgerBtn__bar:nth-child(3) {
  transform: translateY(0) rotate(-45deg);
}
.c-header__nav {
  display: none;
}
.c-header__nav ul {
  padding-top: 0.23rem;
  padding-bottom: 0.37rem;
}
.c-header__navLink {
  padding: 0.06rem 0.2rem;
  line-height: 2;
  color: #2b3d33;
}
@media screen and (min-width: 780px) {
  .c-headerLogo {
    width: 3.45rem;
    height: 0.44rem;
  }
  .c-header__main {
    /* padding-top: 0.97rem; */
    padding-top: 0.18rem;
  }
  .c-headerReserveBtn {
    width: 1.6rem;
    height: 0.4rem;
    line-height: 0.4rem;
    margin-top: 0.03rem;
    margin-right: 0.6rem;
  }
  .c-burgerBtn {
    width: 0.4rem;
    height: 0.4rem;
    top: 0.02rem;
    left: -0.1rem;
  }
  .c-burgerBtn__bar:nth-child(1) {
    transform: translateY(-0.11rem);
  }
  .c-burgerBtn__bar:nth-child(3) {
    transform: translateY(0.11rem);
  }
  .c-header__navLink {
    font-size: 0.14rem;
  }
  .c-header__nav ul {
    padding-top: 0.15rem;
    padding-bottom: 0.25rem;
    padding-right: 0.09rem;
    justify-content: flex-end;
  }
  .c-header__nav ul >li+li {
    margin-left: 0.29rem;
  }
  .c-header__navLink {
    padding: 0.06rem 0;
  }
}
/* end header */

/* footer */
.c-footer {
  background-color: #404040;
}
.c-footer__upper {
  padding-top: 0.7rem;
  padding-bottom: 0.39rem;
  border-bottom: 1px solid rgba(160, 160, 160, 0.5);
}
.c-footerLogo {
  width: 1.88rem;
  height: 0.24rem;
}
.c-footerLogo img {
  width: 100%;
}

.c-footerNav__link {
  font-size: 0.12rem;
  line-height: 1.6666666666666667;
  color: #d9d9d9;
  padding: 0.05rem 0;
}
.c-footerReserveBtn {
  color: #ffffff;
  font-size: 0.12rem;
  width: 1.66rem;
  height: 0.4rem;
  line-height: 0.39rem;
  border: 1px solid rgba(160, 160, 160, 0.5);
  letter-spacing: 0.04em;
  
}
.c-footer__mid {
  padding-top: 0.4rem;
  padding-bottom: 0.39rem;
  border-bottom: 1px solid rgba(160, 160, 160, 0.5);
}
.c-galleryLinks {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0.18rem;
  width: 100%;
}
.c-galleryLinks >li img {
  width: 100%;
}
.c-footer__lower {
  padding-top: 0.56rem;
  padding-bottom: 0.83rem;
}
.c-footerWebsiteLogo {
  width: 0.86rem;
}
.c-footerWebsite,
.c-copyright {
  font-size: 0.12rem;
  line-height: 1.4166666666666667;
  font-family: 'Shippori Mincho';
  color: #d9d9d9;
  letter-spacing: 0.04em;
}
.c-footerWebsite {
  margin-top: 0.1rem;
}
.c-copyright {
  margin-top: 0.29rem;
}
@media screen and (max-width: 779px) {
  .c-footerNav {
    margin-top: 0.21rem;
  }
  .c-footerReserveBtn {
    margin-top: 0.25rem;
  }
}
@media screen and (min-width: 780px) {
  .c-footer__upper {
    padding-top: 0.73rem;
    padding-bottom: 0.65rem;
    justify-content: space-between;
  }
  .c-footerLogo {
    width: 2.36rem;
    height: 0.3rem;
    margin-top: 0.02rem;
  }
  .c-footerNav {
    margin-left: -0.53rem;
  }
  .c-footerNav >li+li {
    margin-left: 0.3rem;
  }
  .c-footerNav__link {
    font-size: 0.14rem;
    line-height: 2;
    letter-spacing: 0.06em;
  }
  .c-footerReserveBtn {
    width: 1.8rem;
    font-size: 0.14rem;
  }
  .c-footer__mid {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
  .c-galleryLinks {
    width: 5.6rem;
    max-width: 100%;
    margin: 0 auto;
    column-gap: 0.4rem;
  }
  .c-footer__lower {
    padding-top: 0.59rem;
  }
  .c-footerWebsite {
    margin-top: 0.03rem;
  }
}
/* end footer */


/* c-heroSection */
.c-heroSection {
  padding-top: 0.5rem;
  padding-bottom: 0.65rem;
}
.c-heroFigure {
  padding-left: 0.2rem;
  padding-right: 0.2rem;
  margin-bottom: 0.6rem;
}
.c-heroParagraphs {
  letter-spacing: 0.02em;
  line-height: 2;
  text-align: justify;
}
.c-heroParagraphs p + p {
  margin-top: 2em;
}
@media screen and (min-width: 780px) {
  .c-heroSection {
    padding-top: 0.6rem;
    padding-bottom: 1.22rem;
  }
  .c-heroFigure {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
    margin-bottom: 0.82rem;
  }
  .c-heroParagraphs {
    letter-spacing: normal;
  }
}
@media screen and (min-width: 780px) and (max-width: 1240px) {
  .c-heroFigure {
    width: 12rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
/* end c-heroSection */

/* intro */
.c-section--intro {
  padding-bottom: 0.83rem;
}
.c-introSection__body {
  
  text-align: justify;
}
.c-introSection__imgs {
  margin-top: 0.31rem;
  row-gap: 0.1rem;
}
.c-introSection__imgs >li img {
  width: 100%;
}
@media screen and (max-width: 779px) {
  .c-introSection__body {
    margin-top: 0.29rem;
  }
}

@media screen and (min-width: 780px) {
  .c-introSection {
    /* grid-template-columns: 1fr 8rem; */
    grid-template-columns: 31.03448275862069% 1fr;
  }
  .c-section--intro {
    padding-bottom: 0.99rem;
  }
  .c-introSection__body {
    padding-left: 0.4rem;
    border-left: 1px solid #2B3D33;
  }
  .c-introSection__imgs {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 0.4rem;
  }
}
/* end intro */

/* tourmap */
.c-section--tourmap {
  padding-bottom: 0.97rem;
}
.c-tourmapIntro {
  margin-top: 0.29rem;
}
.c-tourmapMap {
  
  margin-top: 0.3rem;
  overflow: auto;
}

.c-tourmapArrows {
  margin-top: 0.24rem;
  margin-bottom: 0.57rem;
}
.c-tourmapArrow {
  height: 0.17rem;
  width: 0.13rem;
  background-image: url('../images/map-arrows.png');
  background-size: 200% 100%;
  margin: 0 0.24rem;
  cursor: pointer;
}
.c-tourmapArrow.c-tourmapArrow--right {
  background-position: 100% 0;
}
.c-tourBlock {
  padding-top: 0.3rem;
  padding-bottom: 0.4rem;
}
.c-tourBlock__name {
  margin-bottom: 0.32rem;
}
.c-tourBlock__nameNumber {
  font-size: 0.32rem;
  line-height: 1;
  width: 0.4rem;
  font-family: 'Manrope', serif;
  text-align: center;
}
.c-tourBlock__nameText {
  font-size: 0.18rem;
  line-height: 1.5555555555555556;
  padding-left: 0.1rem;
}
.c-tourBlock__thumb {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
  margin-bottom: 0.34rem;
}
.c-tourBlock p {
  text-align: justify;
}
@media screen and (max-width: 779px) {
  .c-tourmapMap {
    height: 3.36rem;
    padding-left: 0.2rem;
  }
  .c-tourmapMap img {
    height: 100%;
    width: auto;
    max-width: none;
  }
  .c-tourBlock {
    border-top: 1px solid #2B3D33;
  }
}
@media screen and (min-width: 780px) {
  .c-section--tourmap {
    padding-bottom: 0.59rem;
  }
  .c-tourmapIntro {
    width: 7.6rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.2rem;
  }
  .c-tourmapMap {
    width: 9.6rem;
    max-width: 100%;
    margin-top: 0.59rem;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }
  .c-tourmapMap img {
    width: 100%;
  }
  .c-tourmapList {
    border-top: 1px solid #2B3D33;
    grid-template-columns: repeat(3, 1fr);
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
    column-gap: 0.4rem;
  }
  .c-tourmapList >li + li {
    /* border-left: 1px solid #2B3D33; */
    position: relative;
  }
  .c-tourmapList >li + li:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #2B3D33;
    left: -0.21rem;
  }
  .c-tourBlock {
    padding-top: 0;
    padding-bottom: 0.27rem;
  }
  .c-tourBlock__name {
    margin-bottom: 0.4rem;
  }
  .c-tourBlock__nameNumber {
    font-size: 0.4rem;
    width: 0.6rem;
  }
  .c-tourBlock__nameText {
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .c-tourBlock__thumb {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
    margin-bottom: 0.21rem;
  }
  .c-tourBlock p {
    line-height: 1.75;
  }
}
/* end tourmap */

/* details */
.c-section--details {
  padding-bottom: 1.19rem;
}
.c-detailsInfo {
  line-height: 1.7142857142857142;
  text-align: justify;
  margin-top: 0.3rem;
  margin-bottom: 0.53rem;
}
.c-detailsList {
  line-height: 1.7142857142857142;
  letter-spacing: normal;
}
.c-detailsList >li + li {
  margin-top: 0.35rem;
}
.c-detailsList a {
  color: #c86428;
  text-decoration: underline;
}
.c-details__label {
  width: 0.8rem;
}
.c-detailsBtn {
  margin-top: 0.46rem;
  margin-bottom: 0.72rem;
}
.c-ctaBtn {
  width: 2.6rem;
  height: 0.5rem;
  font-size: 0.14rem;
  line-height: 0.5rem;
  border-radius: 0.02rem;
  color: #f4f0eb;
  background-color: #2B3D33;
}
.c-detailNotes + .c-detailNotes {
  margin-top: 0.52rem;
}
.c-detailsNotes__title {
  font-size: 0.16rem;
  margin-bottom: 0.2rem;
}
.c-detailNotes p {
  font-size: 0.12rem;
  line-height: 1.6666666666666667;
}
.c-detailNotes p + p {
  margin-top: 0.1rem;
}
@media screen and (min-width: 780px) {
  .c-section--details {
    padding-bottom: 1.15rem;
  }
  .c-detailsInfo {
    margin-top: 0.73rem;
    margin-bottom: 0.24rem;
  }
  .c-detailsList {
    line-height: 1.75;
  }
  .c-detailsList >li + li {
    margin-top: 0.22rem;
  }
  .c-details__label {
    width: 2rem;
  }
  .c-detailsBtn {
    margin-top: 0.62rem;
    margin-bottom: 0.62rem;
  }
  .c-detailNotes + .c-detailNotes {
    margin-top: 0.57rem;
  }
  .c-detailsNotes__title {
    font-size: 0.2rem;
    letter-spacing: 0.04em;
    margin-bottom: 0.23rem;
    line-height: 1.8;
  }
  .c-detailNotes p {
    font-size: 0.14rem;
    line-height: 1.7142857142857142;
  }
}
/* end details */

/* inquiry */
.c-section--inquiry {
  padding-bottom: 1.17rem;
}
@media screen and (max-width: 779px) {
  .c-detailsInfo.c-detailsInfo--inquiry {
    margin-top: 0.38rem;
    margin-bottom: 0.39rem;
  }
}
@media screen and (min-width: 780px) {
  .c-section--inquiry {
    padding-bottom: 2.59rem;
  }
}
/* end inquiry */