@charset "UTF-8";
/* default
----------------------------------------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;500;700&display=swap");
body {
  overflow-x: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
  color: #808080;
  font-size: 16px;
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  line-height: 1.6;
}

* {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

header,
footer,
section,
article,
aside,
nav,
figure,
figcaption,
main {
  display: block;
}

ul,
ol,
dl,
li,
dt,
dd {
  list-style: none;
}

img {
  display: block;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  border: none;
}

:focus {
  outline: none;
}

a,
a:visited,
.hover {
  color: #808080;
  text-decoration: none;
  transition: opacity 0.4s;
  cursor: pointer;
}
a:hover,
a:visited:hover,
.hover:hover {
  opacity: 0.5;
}

a {
  color: #808080;
}

* {
  letter-spacing: 0.1em;
}

.inner {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  padding: 0 40px;
}
.inner.xl {
  max-width: 1400px;
}
.inner.xl > .inner.lg {
  padding: 0;
}
.inner.xl > .inner.lg.left {
  margin: 0 auto 0 0;
}
.inner.xl > .inner.lg.right {
  margin: 0 0 0 auto;
}
.inner.lg {
  max-width: 1200px;
}
.inner.sm {
  max-width: 960px;
}
.inner.xs {
  max-width: 767px;
}
@media screen and (max-width: 960px) {
  .inner {
    padding-left: 5.3333333333%;
    padding-right: 5.3333333333%;
  }
  .inner.spSm {
    padding-left: 10.6666666667%;
    padding-right: 10.6666666667%;
  }
}

.btn01 > a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 162px;
  height: 54px;
  padding: 0 27px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  background-color: #b7ab84;
  border-radius: 27px;
  background-image: url("./img/arrow01.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center right 27px;
}
@media screen and (max-width: 960px) {
  .btn01 > a {
    width: 123px;
    height: 34px;
    padding: 0 20px;
    font-size: 12px;
    background-size: 8px auto;
    background-position: center right 17px;
  }
}

.btn02 > a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 90px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #b7ab84;
  border-radius: 45px;
  background-image: url("./img/arrow01.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center right 45px;
}
@media screen and (max-width: 960px) {
  .btn02 > a {
    width: 295px;
    height: 70px;
    font-size: 16px;
  }
}

.img.rounded {
  overflow: hidden;
  border-radius: 40px;
}
@media screen and (max-width: 960px) {
  .img.rounded {
    border-radius: 20px;
  }
}

.mainNav {
  background-color: #686868;
}
.mainNav *,
.mainNav a {
  color: #ffffff;
}
.mainNav .inner {
  padding: 150px 0;
}
@media screen and (max-width: 960px) {
  .mainNav .inner {
    padding: 80px 0 120px;
  }
}
.mainNav .logo {
  width: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .mainNav .logo {
    width: 70px;
  }
}
.mainNav .langSwitch {
  display: flex;
  justify-content: center;
  gap: 16px;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .mainNav .langSwitch {
    margin-top: 45px;
  }
}
.mainNav .langSwitch li a,
.mainNav .langSwitch li span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}
@media screen and (max-width: 960px) {
  .mainNav .langSwitch li a,
  .mainNav .langSwitch li span {
    font-size: 14px;
  }
}
.mainNav .langSwitch li a {
  pointer-events: none;
  color: #969696;
  transition: ease 0.4s;
}
.mainNav .langSwitch li a:hover {
  opacity: 1;
  color: #ffffff;
}
.mainNav .langSwitch li span {
  border-bottom: solid 1px #ffffff;
}
.mainNav .langSwitch li + * {
  display: flex;
  align-items: center;
  gap: 16px;
}
.mainNav .langSwitch li + *::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #969696;
  transform: rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .mainNav .langSwitch li + *::before {
    width: 8px;
  }
}
.mainNav .btn02 {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .mainNav .btn02 {
    margin-top: 45px;
  }
}
.mainNav .btn02 a {
  margin: 0 auto;
}
.mainNav .navList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-size: 18px;
  line-height: 1;
  max-width: 770px;
  margin: 60px auto 0;
}
@media screen and (max-width: 960px) {
  .mainNav .navList {
    max-width: 375px;
    gap: 16px;
    padding: 0 1em;
    margin-top: 45px;
    font-size: 14px;
  }
}
.mainNav .navList li + * {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  .mainNav .navList li + * {
    gap: 16px;
  }
}
.mainNav .navList li + *::before {
  content: "";
  display: block;
  width: 14px;
  height: 1px;
  background-color: #969696;
  transform: translateY(2px) rotate(-45deg);
}
@media screen and (max-width: 960px) {
  .mainNav .navList li + *::before {
    width: 8px;
    transform: translateY(0) rotate(-45deg);
  }
}
.mainNav .navList li:nth-of-type(5)::before {
  display: none;
}
@media screen and (max-width: 960px) {
  .mainNav .navList li:nth-of-type(5)::before {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  .mainNav .navList li:nth-of-type(4)::before, .mainNav .navList li:nth-of-type(6)::before {
    display: none;
  }
}
.mainNav .navList li a {
  display: block;
}
.mainNav .subList {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
  font-size: 14px;
}
@media screen and (max-width: 960px) {
  .mainNav .subList {
    gap: 20px;
    margin-top: 45px;
    font-size: 12px;
  }
}
.mainNav .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  .mainNav .sns {
    margin-top: 45px;
  }
}
.mainNav .sns li a {
  display: block;
}
.mainNav .sns li a img {
  width: auto;
  height: 24px;
}
@media screen and (max-width: 960px) {
  .mainNav .sns li a img {
    height: 20px;
  }
}
.mainNav .copy {
  margin-top: 60px;
  text-align: center;
  font-size: 10px;
}
@media screen and (max-width: 960px) {
  .mainNav .copy {
    margin-top: 45px;
    font-size: 8px;
  }
}

.content .secHeader .inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  .content .secHeader .inner {
    flex-direction: column;
  }
}
.content .secHeader .inner > * {
  width: 50%;
}
@media screen and (max-width: 960px) {
  .content .secHeader .inner > * {
    width: 100%;
  }
}
.content .secHeader .inner .secTitle span {
  font-weight: 500;
  display: block;
  line-height: 1.1111111111;
}
.content .secHeader .inner .secTitle span:nth-of-type(1) {
  font-size: 72px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  .content .secHeader .inner .secTitle span:nth-of-type(1) {
    font-size: 42px;
  }
}
.content .secHeader .inner .secTitle span:nth-of-type(2) {
  margin-top: 1em;
  font-size: 18px;
}
@media screen and (max-width: 960px) {
  .content .secHeader .inner .secTitle span:nth-of-type(2) {
    font-size: 16px;
  }
}
.content .secHeader .inner .intro {
  padding-top: 2em;
  margin-top: 1em;
  text-align: justify;
  line-height: 2;
  border-top: dotted 2px #dedede;
}
@media screen and (max-width: 960px) {
  .content .secHeader .inner .intro {
    padding-top: 1.6em;
    margin-top: 2.8em;
    font-size: 14px;
  }
}

.imgSlider {
  padding-bottom: 22px;
  margin-bottom: 0;
}
.imgSlider .slideItem {
  position: relative;
  padding: 0 10px;
}
@media screen and (max-width: 960px) {
  .imgSlider .slideItem {
    padding: 0 5px;
  }
}
.imgSlider .slideItem .imgWrap img {
  width: auto;
  height: 600px;
  border-radius: 40px;
}
@media screen and (max-width: 960px) {
  .imgSlider .slideItem .imgWrap img {
    height: 223px;
    border-radius: 20px;
  }
}
.imgSlider .slideItem figcaption {
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  font-size: 14px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .imgSlider .slideItem figcaption {
    font-size: 12px;
    text-align: justify;
    line-height: 1.6666666667;
  }
}
.imgSlider .slick-dots {
  display: flex !important;
  justify-content: center;
  align-items: center;
  gap: 4px;
  bottom: 0;
}
.imgSlider .slick-dots li {
  width: 4px;
  height: 4px;
  margin: 0;
}
.imgSlider .slick-dots li button {
  padding: 0;
  width: 4px;
  height: 4px;
  background-color: #bebebe;
  border-radius: 100%;
}
.imgSlider .slick-dots li button::before {
  display: none;
}
.imgSlider .slick-dots li.slick-active button {
  background-color: #4f4f4f;
}
.imgSlider .slick-arrow {
  position: absolute;
  top: 300px;
  z-index: 100;
  width: 54px;
  height: 54px;
  background-color: #b7ab84;
  background-image: url("./img/arrow02.png");
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center;
  border-radius: 100%;
  transform: translateY(-50%) rotate(90deg);
  transition: opacity 0.4s;
}
@media screen and (max-width: 960px) {
  .imgSlider .slick-arrow {
    display: none !important;
  }
}
.imgSlider .slick-arrow:hover {
  cursor: pointer;
  opacity: 0.5;
}
.imgSlider .slick-arrow.prev {
  left: 40px;
  transform: translateY(-50%) rotate(-90deg);
}
.imgSlider .slick-arrow.next {
  right: 40px;
}

.titleList > div {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  padding-top: 36px;
  border-top: dotted 2px #dedede;
}
@media screen and (max-width: 960px) {
  .titleList > div {
    flex-direction: column;
    gap: 0.6em;
    padding-top: 26px;
  }
}
.titleList > div + * {
  margin-top: 36px;
}
@media screen and (max-width: 960px) {
  .titleList > div + * {
    margin-top: 26px;
  }
}
.titleList > div dt,
.titleList > div dd {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  .titleList > div dt,
  .titleList > div dd {
    font-size: 14px;
    line-height: 1.7142857143;
  }
}
.titleList > div dt {
  width: calc((100% - 80px) / 3);
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  .titleList > div dt {
    width: 100%;
  }
}
.titleList > div dd {
  width: calc((100% - 80px) / 3 * 2 + 40px);
}
@media screen and (max-width: 960px) {
  .titleList > div dd {
    width: 100%;
  }
}

dl.roundList dt {
  position: relative;
  padding-left: 1em;
  margin-bottom: 0.6em;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  dl.roundList dt {
    font-size: 16px;
  }
}
dl.roundList dt::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #b7ab84;
}
dl.roundList dt span {
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  dl.roundList dt span {
    font-size: 12px;
  }
}
dl.roundList dt a {
  font-weight: bold;
  text-decoration: underline;
}
dl.roundList dd {
  padding-left: 1.2857142857em;
  font-size: 14px;
  line-height: 1.7142857143;
  text-align: justify;
}
@media screen and (max-width: 960px) {
  dl.roundList dd {
    font-size: 12px;
  }
}

ul.roundList li {
  position: relative;
  padding-left: 1em;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 960px) {
  ul.roundList li {
    font-size: 14px;
  }
}
ul.roundList li::before {
  content: "●";
  position: absolute;
  top: 0;
  left: 0;
  color: #b7ab84;
}
ul.roundList li a {
  text-decoration: underline;
}

.loading {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #686868;
  transition: ease 1s;
}
.loading::before {
  content: "";
  display: block;
  width: 50px;
  height: 60px;
  background-image: url("./img/logo05.png");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
  animation-delay: 0.4s;
}
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.loading.done {
  opacity: 0;
  pointer-events: none;
}

.btnTop {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9990;
  width: 54px;
  height: 54px;
  background-color: #b7ab84;
  border-radius: 100%;
  border: none;
  background-image: url("./img/arrow02.png");
  background-repeat: no-repeat;
  background-size: 8px auto;
  background-position: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.4s;
}
@media screen and (max-width: 960px) {
  .btnTop {
    bottom: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
    background-size: 6px auto;
  }
}
.btnTop:hover {
  opacity: 0.5;
  cursor: pointer;
}
.btnTop.on {
  opacity: 1;
  pointer-events: auto;
}

#bodyHeader {
  width: 100%;
}
#bodyHeader .reserveBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: 36px;
  right: 114px;
  z-index: 9000;
}
@media screen and (max-width: 960px) {
  #bodyHeader .reserveBtn {
    top: 20px;
    right: 67px;
  }
}
#bodyHeader .navBtn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: fixed;
  top: 36px;
  right: 40px;
  z-index: 9990;
  width: 54px;
  height: 54px;
  background-color: #b7ab84;
  border-radius: 100%;
  border: none;
  transition: opacity 0.4s;
}
@media screen and (max-width: 960px) {
  #bodyHeader .navBtn {
    top: 20px;
    right: 20px;
    width: 34px;
    height: 34px;
  }
}
#bodyHeader .navBtn:hover {
  opacity: 0.5;
  cursor: pointer;
}
#bodyHeader .navBtn::before, #bodyHeader .navBtn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 16px;
  height: 1px;
  background-color: #ffffff;
  border-radius: 1px;
  transition: ease 0.4s;
}
@media screen and (max-width: 960px) {
  #bodyHeader .navBtn::before, #bodyHeader .navBtn::after {
    width: 10px;
  }
}
#bodyHeader .navBtn::before {
  transform: translate(-50%, -3px);
}
@media screen and (max-width: 960px) {
  #bodyHeader .navBtn::before {
    transform: translate(-50%, -2px);
  }
}
#bodyHeader .navBtn::after {
  transform: translate(-50%, 3px);
}
@media screen and (max-width: 960px) {
  #bodyHeader .navBtn::after {
    transform: translate(-50%, 2px);
  }
}
#bodyHeader .navBtn.open::before {
  transform: translate(-50%, -50%) rotate(18deg);
}
#bodyHeader .navBtn.open::after {
  transform: translate(-50%, -50%) rotate(-18deg);
}
#bodyHeader #gnav {
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9500;
  width: 100%;
  height: 100%;
  transition: opacity ease 0.4s;
  opacity: 0;
  pointer-events: none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#bodyHeader #gnav::-webkit-scrollbar {
  display: none;
}
#bodyHeader #gnav.open {
  opacity: 1;
  pointer-events: auto;
}

#key {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: row-reverse;
  align-items: stretch;
  padding-top: 36px;
}
@media screen and (max-width: 960px) {
  #key {
    position: relative;
    padding-top: 0;
  }
}
#key .logoWrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35.1428571429%;
  padding: 54px 0 80px;
}
@media screen and (max-width: 960px) {
  #key .logoWrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
#key .logoWrap .logo {
  width: 100px;
}
@media screen and (max-width: 960px) {
  #key .logoWrap .logo {
    width: 18.6666666667%;
  }
}
#key .keySlider {
  width: 64.8571428571%;
}
@media screen and (max-width: 960px) {
  #key .keySlider {
    width: 100%;
  }
}
#key .keySlider .keyItem .img {
  overflow: hidden;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
@media screen and (max-width: 960px) {
  #key .keySlider .keyItem .img {
    border-radius: 0;
  }
}

#secLead {
  position: relative;
  z-index: 90;
  margin-top: -80px;
  background-color: #f8f7f3;
}
@media screen and (max-width: 960px) {
  #secLead {
    margin-top: 0;
  }
}
#secLead .inner.xl {
  padding-top: 230px;
  background-image: url("./img/logo04.png");
  background-repeat: no-repeat;
  background-position: top 110px center;
  background-size: 60% auto;
}
@media screen and (max-width: 960px) {
  #secLead .inner.xl {
    padding-top: 75px;
    background-position: top 40px center;
    background-size: 420px auto;
  }
}
#secLead .wrap01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 960px) {
  #secLead .wrap01 {
    display: block;
  }
}
#secLead .wrap01 .box {
  width: 505px;
}
@media screen and (max-width: 960px) {
  #secLead .wrap01 .box {
    width: 100%;
    padding-left: 5.9701492537%;
    padding-right: 5.9701492537%;
  }
}
#secLead .wrap01 .box .secTitle {
  font-size: 36px;
  line-height: 1.6666666667;
}
@media screen and (max-width: 960px) {
  #secLead .wrap01 .box .secTitle {
    font-size: 20px;
    line-height: 1.8;
  }
}
#secLead .wrap01 .box .txt {
  margin-top: 50px;
  text-align: justify;
  line-height: 2;
}
@media screen and (max-width: 960px) {
  #secLead .wrap01 .box .txt {
    margin-top: 36px;
    font-size: 14px;
  }
}
#secLead .wrap01 .img {
  width: calc(100% - 505px - 80px);
}
@media screen and (max-width: 960px) {
  #secLead .wrap01 .img {
    width: 100%;
    margin-top: 36px;
  }
}
#secLead .wrap02 {
  position: relative;
  margin-top: 10%;
}
@media screen and (max-width: 960px) {
  #secLead .wrap02 {
    margin-top: 20px;
  }
}
#secLead .wrap02::after {
  content: "";
  display: block;
  width: 100%;
  aspect-ratio: 1200/350;
}
@media screen and (max-width: 960px) {
  #secLead .wrap02::after {
    display: none;
  }
}
#secLead .images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #secLead .images {
    display: block;
    position: static;
    width: 63.6363636364%;
    margin: 0 auto;
    transform: translateY(5.7142857143%);
  }
  #secLead .images::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: both;
  }
}
#secLead .images li {
  width: calc((100% - 60px) / 4);
}
@media screen and (max-width: 960px) {
  #secLead .images li {
    width: calc((100% - 10px) / 2);
    float: left;
  }
}
#secLead .images li:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  #secLead .images li:nth-of-type(2) {
    float: right;
  }
}
#secLead .images li:nth-of-type(3) {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #secLead .images li:nth-of-type(3) {
    margin-top: 10px;
  }
}
#secLead .images li:nth-of-type(4) {
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  #secLead .images li:nth-of-type(4) {
    float: right;
    margin-top: 10px;
  }
}

#secRoom::before {
  content: "";
  display: block;
  width: 100%;
  max-width: 1200px;
  aspect-ratio: 1200/360;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #secRoom::before {
    aspect-ratio: 375/95;
  }
}
#secRoom .secHeader .inner .intro {
  text-indent: -0.5em;
}
#secRoom .roomSlider {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #secRoom .roomSlider {
    margin-top: 36px;
  }
}
#secRoom .secContent {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #secRoom .secContent {
    margin-top: 40px;
  }
}
#secRoom .secContent .floor {
  max-width: 750px;
  margin: 0 auto;
}
#secRoom .secContent .wrap01 {
  padding-top: 160px;
}
@media screen and (max-width: 960px) {
  #secRoom .secContent .wrap01 {
    padding-top: 80px;
  }
}
#secRoom .secContent .wrap01 .images {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #secRoom .secContent .wrap01 .images {
    gap: 10px;
  }
}
#secRoom .secContent .wrap01 .images li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 960px) {
  #secRoom .secContent .wrap01 .images li {
    width: calc((100% - 20px) / 3);
  }
  #secRoom .secContent .wrap01 .images li .rounded {
    border-radius: 10px;
  }
}
#secRoom .secContent .wrap01 .images li:nth-of-type(1) {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #secRoom .secContent .wrap01 .images li:nth-of-type(1) {
    margin-top: 40px;
  }
}
#secRoom .secContent .wrap01 .images li:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  #secRoom .secContent .wrap01 .images li:nth-of-type(2) {
    margin-top: 20px;
  }
}

#secFacility {
  padding: 340px 0 250px;
  margin-top: -170px;
  background-color: #f8f7f3;
}
@media screen and (max-width: 960px) {
  #secFacility {
    padding: 120px 0;
    margin-top: -60px;
  }
}
#secFacility .facilitySlider {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #secFacility .facilitySlider {
    margin-top: 36px;
  }
}
@media screen and (max-width: 960px) {
  #secFacility .facilitySlider.imgSlider .slideItem .imgWrap img {
    height: 300px;
  }
}
#secFacility .secContent {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  #secFacility .secContent {
    margin-top: 40px;
  }
}

#secTour {
  padding-bottom: 240px;
  margin-top: -100px;
}
@media screen and (max-width: 960px) {
  #secTour {
    padding-bottom: 120px;
    margin-top: -40px;
  }
}
#secTour .secImg {
  margin-bottom: 160px;
}
@media screen and (max-width: 960px) {
  #secTour .secImg {
    margin-bottom: 60px;
  }
}
#secTour .secHeader .intro {
  letter-spacing: 0.09em;
}
#secTour .secHeader .intro .btn01 {
  display: block;
  margin-top: 36px;
}
@media screen and (max-width: 960px) {
  #secTour .secHeader .intro .btn01 {
    margin-top: 26px;
  }
}
#secTour .secHeader .intro .btn01 a {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 60px;
}
@media screen and (max-width: 960px) {
  #secTour .secHeader .intro .btn01 a {
    padding-right: 36px;
    font-weight: 400;
  }
}

#secSpot {
  padding-bottom: 240px;
  background-color: #f8f7f3;
}
@media screen and (max-width: 960px) {
  #secSpot {
    padding-bottom: 160px;
  }
}
#secSpot .secImg {
  margin-bottom: 80px;
  transform: translateY(-80px);
}
@media screen and (max-width: 960px) {
  #secSpot .secImg {
    margin-bottom: 20px;
    transform: translateY(-40px);
  }
}
#secSpot .secContent {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #secSpot .secContent {
    margin-top: 40px;
  }
}
#secSpot .spotCont {
  padding-top: 40px;
  border-top: dotted 2px #dedede;
}
@media screen and (max-width: 960px) {
  #secSpot .spotCont {
    padding-top: 26px;
  }
}
#secSpot .spotCont + * {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  #secSpot .spotCont + * {
    margin-top: 26px;
  }
}
#secSpot .spotCont .heading {
  margin-bottom: 32px;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 960px) {
  #secSpot .spotCont .heading {
    margin-bottom: 24px;
    font-size: 20px;
  }
}
#secSpot .spotCont .roundList {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 40px;
}
@media screen and (max-width: 960px) {
  #secSpot .spotCont .roundList {
    flex-direction: column;
    gap: 28px;
  }
}
#secSpot .spotCont .roundList > div {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 960px) {
  #secSpot .spotCont .roundList > div {
    width: 100%;
  }
}

#secGuide {
  margin-top: -120px;
  padding-bottom: 300px;
}
@media screen and (max-width: 960px) {
  #secGuide {
    margin-top: -80px;
    padding-bottom: 120px;
  }
}
#secGuide .secImg .right {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #secGuide .secImg .right {
    gap: 10px;
  }
}
#secGuide .secImg .right .img {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 960px) {
  #secGuide .secImg .right .img {
    width: calc((100% - 10px) / 2);
  }
}
#secGuide .secImg .right .img:nth-of-type(2) {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  #secGuide .secImg .right .img:nth-of-type(2) {
    margin-top: 20px;
  }
}
#secGuide .secHeader {
  margin-top: 120px;
}
@media screen and (max-width: 960px) {
  #secGuide .secHeader {
    margin-top: 60px;
  }
}
#secGuide .secContent {
  margin-top: 60px;
}
@media screen and (max-width: 960px) {
  #secGuide .secContent {
    margin-top: 40px;
  }
}

#secAccess {
  padding-bottom: 120px;
  background-color: #f8f7f3;
}
@media screen and (max-width: 960px) {
  #secAccess {
    padding-bottom: 80px;
  }
}
#secAccess .secImg {
  transform: translateY(-120px);
}
@media screen and (max-width: 960px) {
  #secAccess .secImg {
    margin-bottom: 20px;
    transform: translateY(-40px);
  }
}
@media screen and (max-width: 960px) and (max-width: 960px) {
  #secAccess .secImg {
    margin-bottom: 0;
    transform: translateY(-60px);
  }
}
#secAccess .secImg .left {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  #secAccess .secImg .left {
    gap: 10px;
  }
}
#secAccess .secImg .left .img {
  width: calc((100% - 20px) / 2);
}
@media screen and (max-width: 960px) {
  #secAccess .secImg .left .img {
    width: calc((100% - 10px) / 2);
  }
}
#secAccess .secImg .left .img:nth-of-type(1) {
  margin-top: 40px;
}
#secAccess .secContent {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #secAccess .secContent {
    margin-top: 40px;
  }
}
#secAccess .secContent .mapWrap {
  overflow: hidden;
  width: 100%;
  height: 450px;
  margin-bottom: 80px;
  border-radius: 40px;
}
@media screen and (max-width: 960px) {
  #secAccess .secContent .mapWrap {
    height: 335px;
    margin-bottom: 40px;
    border-radius: 20px;
  }
}
#secAccess .secContent .mapWrap iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
}
#secAccess .secContent .titleList > div:nth-of-type(3) .roundList li + li {
  margin-top: 1.5em;
}
#secAccess .secContent .titleList > div dd a {
  text-decoration: underline;
}
#secAccess .secContent .titleList > div dd a .spbr {
  display: none;
}
@media screen and (max-width: 960px) {
  #secAccess .secContent .titleList > div dd a .spbr {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  #secAccess .secContent .titleList > div dd a .sp {
    display: none;
  }
}
#secAccess .secContent .titleList .notes {
  position: relative;
  padding-left: 1em;
}
#secAccess .secContent .titleList .notes::before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

#secContact {
  padding: 160px 0;
}
@media screen and (max-width: 960px) {
  #secContact {
    padding: 80px 0;
  }
}
#secContact .secContent {
  margin-top: 80px;
}
@media screen and (max-width: 960px) {
  #secContact .secContent {
    margin-top: 40px;
  }
}
#secContact .secContent.form input,
#secContact .secContent.form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
  font-size: 16px;
  color: #808080;
  border: solid 1px #c7c7c7;
}
@media screen and (max-width: 960px) {
  #secContact .secContent.form input,
  #secContact .secContent.form textarea {
    font-size: 14px;
  }
}
#secContact .secContent.form input::-moz-placeholder, #secContact .secContent.form textarea::-moz-placeholder {
  font-weight: 400;
  color: #d8d8d8;
  opacity: 1;
}
#secContact .secContent.form input::placeholder,
#secContact .secContent.form textarea::placeholder {
  font-weight: 400;
  color: #d8d8d8;
  opacity: 1;
}
#secContact .secContent.form input[type=text],
#secContact .secContent.form input[type=email],
#secContact .secContent.form input[type=tel] {
  width: 100%;
  height: 56px;
  padding-top: 0.1em;
  padding-left: 20px;
}
@media screen and (max-width: 960px) {
  #secContact .secContent.form input[type=text],
  #secContact .secContent.form input[type=email],
  #secContact .secContent.form input[type=tel] {
    height: 43px;
  }
}
#secContact .secContent.form textarea {
  width: 100%;
  height: 250px;
  padding: 20px;
  resize: none;
}
@media screen and (max-width: 960px) {
  #secContact .secContent.form textarea {
    height: 150px;
  }
}
#secContact .secContent.form input[type=checkbox] {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ffffff;
  background-image: url("./img/icon_check01.png");
  background-repeat: no-repeat;
  background-size: 13px auto;
  background-position: center;
  transition: ease 0.2s;
}
@media screen and (max-width: 960px) {
  #secContact .secContent.form input[type=checkbox] {
    width: 20px;
    height: 20px;
    background-size: 10px;
  }
}
#secContact .secContent.form input[type=checkbox]:checked {
  background-color: #c7c7c7;
}
#secContact .secContent.form label:has(input[type=checkbox]) {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1em;
  transition: ease opacity 0.4s;
}
@media screen and (max-width: 960px) {
  #secContact .secContent.form label:has(input[type=checkbox]) {
    margin-top: 0.5em;
  }
}
#secContact .secContent.form label:has(input[type=checkbox]):hover {
  opacity: 0.5;
  cursor: pointer;
}
#secContact .secContent.form .titleList dt .required {
  color: #ff0000;
}
#secContact .secContent.form .titleList dt a {
  font-weight: bold;
  text-decoration: underline;
}
#secContact .secContent.form .btnSubmit {
  margin-top: 40px;
}
#secContact .secContent.form .btnSubmit input[type=submit] {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 320px;
  height: 90px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  background-color: #b7ab84;
  border-radius: 45px;
  background-image: url("./img/arrow01.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center right 45px;
  transition: ease opacity 0.4s;
}
@media screen and (max-width: 960px) {
  #secContact .secContent.form .btnSubmit input[type=submit] {
    width: 295px;
    height: 70px;
    font-size: 16px;
  }
}
#secContact .secContent.form .btnSubmit input[type=submit]:hover {
  opacity: 0.5;
  cursor: pointer;
}
#secContact .secContent.form .wpcf7-turnstile {
  text-align: center;
}

#secReserve {
  padding: 160px 0;
  background-color: #f8f7f3;
}
@media screen and (max-width: 960px) {
  #secReserve {
    padding: 80px 0;
  }
}
#secReserve .intro .btn02 {
  margin-top: 40px;
}
@media screen and (max-width: 960px) {
  #secReserve .intro .btn02 {
    margin-top: 30px;
  }
}
#secReserve .intro .btn02 + * {
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  #secReserve .intro .btn02 + * {
    margin-top: 10px;
  }
}
#secReserve .intro .btn02 a {
  width: 100%;
}

/* 
--------------------------------------------------------*//*# sourceMappingURL=style.css.map */