@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Hannari";
  src: url("../fonts/Hannari.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Hannari";
  src: url("../fonts/Hannari.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.otf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSerifCJKjp-Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.otf");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -90px auto 0;
  padding-top: 90px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 35px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 110px 0 130px;
  }
}

/* スライダー（フェード）  PC
------------------------------------ */
.slider-animation-fade {
  position: relative;
}
@media screen and (min-width: 768px) {
  .slider-animation-fade {
    width: 640px;
    height: 440px;
  }
}
.slider-animation-fade li {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  animation: fadeSlide 16s infinite;
}
.slider-animation-fade li:nth-child(1) {
  animation-delay: 0s;
  z-index: 3;
}
.slider-animation-fade li:nth-child(2) {
  animation-delay: 4s;
  z-index: 2;
}
.slider-animation-fade li:nth-child(3) {
  animation-delay: 8s;
  z-index: 1;
}
.slider-animation-fade li:nth-child(4) {
  animation-delay: 12s;
  z-index: 0;
}
.slider-animation-fade.con3 li {
  animation: fadeSlide_con3 12s infinite;
}
.slider-animation-fade.con3 li:nth-child(1) {
  animation-delay: 0s;
  z-index: 3;
}
.slider-animation-fade.con3 li:nth-child(2) {
  animation-delay: 4s;
  z-index: 2;
}
.slider-animation-fade.con3 li:nth-child(3) {
  animation-delay: 8s;
  z-index: 1;
}
.slider-animation-fade.con3 li:nth-child(4) {
  animation-delay: 12s;
  z-index: 0;
}
.slider-animation-fade-slide {
  overflow: hidden;
}
.slider-animation-fade-slide li {
  transform: translateY(0);
  opacity: 1;
  animation: paraSlide 16s infinite;
}

@keyframes fadeSlide {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeSlide_con3 {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  35% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes paraSlide {
  0% {
    transform: translateY(0);
  }
  5% {
    transform: translateY(-100%);
  }
  25% {
    transform: translateY(-100%);
  }
  30% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
/*  共通パーツ
------------------------------------ */
.com-bg01 {
  background: url(../img/top/seen-l.png) no-repeat calc(50% - 720px) top, url(../img/top/seen-r.png) no-repeat calc(50% + 720px) bottom, url(../img/top/seen-ttl-bg.png) no-repeat center/cover;
  text-align: center;
}
@media screen and (min-width: 1921px) {
  .com-bg01 {
    background-position: left top, right bottom, center;
  }
}
.com-bg02 {
  background: url(../img/top/map-bg-lt.png) no-repeat left top, url(../img/features/menu-kinpaku.png) no-repeat calc(50% + 300px) 58px, url(../img/features/menu-kinpaku-sm.png) no-repeat calc(50% - 240px) 58px, url(../img/top/map-bg-rb.png) no-repeat right bottom, url(../img/features/menu-lb.png) no-repeat calc(50% - 500px) calc(100% - 18px), url(../img/bgbody.jpg);
}
.com-bg03 {
  background: url(../img/features/facility-kinpakku.png) no-repeat calc(50% + 350px) 14px, url(../img/features/facility-ico.png) no-repeat calc(50% - 433px) 380px, url(../img/bgbody.jpg);
}
.com-bg04 {
  background: url(../img/top/map-bg-lt.png) no-repeat left top, url(../img/top/map-bg-rb.png) no-repeat right bottom, url(../img/bgbody.jpg);
}
.com-bg05 {
  background: url(../img/family_trip/spot-lt.png) no-repeat calc(50% - 420px) 48px, url(../img/family_trip/spot-rt.png) no-repeat calc(50% + 470px) 34px, url(../img/family_trip/spot-rb.png) no-repeat calc(50% + 400px) 811px, url(../img/bgbody_gray.jpg);
}
.com-bg06 {
  background: url(../img/access/access-r.png) no-repeat calc(50% + 350px) 34px, url(../img/features/facility-ico.png) no-repeat calc(50% - 395px) 320px, url(../img/access/access-rb.png) no-repeat calc(50% + 510px) 100%, url(../img/bgbody.jpg);
}
.com-bg07 {
  background: url(../img/access/hotel-rt.png) no-repeat calc(50% + 350px) 34px, url(../img/features/facility-ico.png) no-repeat calc(50% - 395px) 145px, url(../img/access/hotel-lb.png) no-repeat calc(50% - 560px) calc(100% - 17px), url(../img/access/hotel-rb.png) no-repeat calc(50% + 650px) calc(100% - 177px), url(../img/bgbody_gray.jpg);
}
.com-bg08 {
  background: url(../img/bgbody.jpg);
}

.para {
  background-attachment: fixed;
  background-image: url(../img/top/para01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
}
.para02 {
  background-image: url(../img/top/para02.jpg);
}
.para img {
  position: fixed;
  top: 0;
  left: 0;
}

.com-mail {
  display: flex;
  min-width: 170px;
  max-width: 250px;
  height: 50px;
  padding: 0 30px;
  background: #bfa14d;
  letter-spacing: 0.16em;
  text-align: center;
  color: #fff;
  justify-content: center;
  align-items: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .com-mail:hover {
    background-color: #c1a250;
    opacity: 1;
  }
}
.com-mail::before {
  content: "";
  width: 25px;
  height: 17px;
  margin-right: 8px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
}

.com-tel {
  padding-left: 30px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.5rem;
  }
}

.news-post {
  width: 100%;
  max-width: 740px;
}
.news-post-item {
  width: 100%;
}
.news-post-item:nth-of-type(1) a {
  padding-top: 0;
}
.news-post-item:nth-of-type(n+2) {
  border-top: 1px solid #b3b3b3;
}
.news-post-link {
  display: block;
  padding: 25px 0 20px;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
  }
  .news-post-link:hover .news-post-time, .news-post-link:hover .news-post-ttl {
    color: #c1a250;
  }
}
.news-post-time {
  font-family: "NotoSerifCJKjp-Medium", serif;
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  line-height: 1.1;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 20px;
  flex-wrap: wrap;
}
.news-post-tag li {
  font-size: 1.8rem;
  letter-spacing: 0.04em;
  color: #bfa14d;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .news-post-tag li {
    font-size: 1.5rem;
  }
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: ", ";
}
.news-post-ttl {
  margin-top: 10px;
  font-size: 1.8rem;
  letter-spacing: 0.16em;
  line-height: 1.7;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  max-width: 990px;
  margin: 0 auto 0;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 300px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 38px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 40px;
  }
}

/* =========================================

  main layout  all

========================================= */
/* top-greeting  PC
------------------------------------ */
#top-greeting .greeting-bg {
  background: url(../img/top/about-kinpaku.png) no-repeat calc(50% - 0px) 35px, url(../img/top/about-bg.jpg) no-repeat center bottom/cover;
}
@media screen and (min-width: 768px) {
  #top-greeting .greeting-tate {
    writing-mode: vertical-rl;
  }
}
@media screen and (min-width: 768px) {
  #top-greeting .greeting-tate {
    min-height: 583px;
  }
}
#top-greeting .greeting-ttl {
  font-size: 6rem;
  letter-spacing: 0.16em;
  color: #fff;
  line-height: 1.56;
  text-shadow: 0px 0px 47px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  #top-greeting .greeting-ttl {
    font-size: 3rem;
  }
}
#top-greeting .greeting-txt-box {
  margin-right: 90px;
}
#top-greeting .greeting-txt-box p {
  color: #fff;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 2.2;
  text-shadow: 0px 0px 47px rgb(0, 0, 0);
}
@media screen and (max-width: 768px) {
  #top-greeting .greeting-txt-box p {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #top-greeting .greeting-txt-box p:nth-of-type(n+2) {
    margin-right: 48px;
  }
}

/* top-about  PC
------------------------------------ */
#top-about .about-bg {
  background: url(../img/top/abotu-sp-kinpaku.png) no-repeat calc(50% + 34px) 28px, url(../img/top/sec02-bg.png) no-repeat center bottom, url(../img/top/about-bgall.png) no-repeat center/cover;
  position: relative;
}
@media screen and (min-width: 1921px) {
  #top-about .about-bg {
    background-position: calc(50% + 34px) 28px, left bottom, center;
  }
}
#top-about .about-bg02 {
  background: url(../img/top/abotu-sp-kinpaku.png) no-repeat calc(50% - 124px) -13px, url(../img/top/about02-bg02.png) no-repeat calc(50% - 196px) calc(100% - 45px), url(../img/top/about-img05-deco.png) no-repeat calc(50% + 10px) calc(100% - 81px), url(../img/top/about-bgall.png) no-repeat center/cover;
}
#top-about .about-img {
  position: absolute;
}
#top-about .about-img01 {
  width: 29.6%;
  height: 570px;
  top: 91px;
  right: 0;
}
@media screen and (min-width: 768px) and (max-width: 1706px) {
  #top-about .about-img01 {
    width: 26%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1482px) {
  #top-about .about-img01 {
    width: 23% !important;
  }
}
@media screen and (min-width: 768px) {
  #top-about .about-img01_2 {
    width: 550px;
    height: 500px;
    top: 117px;
    right: calc(50% - 830px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1727px) {
  #top-about .about-img01_2 {
    width: 30%;
    right: 15px;
  }
}
#top-about .about-img02 {
  top: 160px;
  left: calc(50% - 750px);
}
@media screen and (min-width: 768px) {
  #top-about .about-img02_2 {
    top: 42px;
    left: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1815px) {
  #top-about .about-img02_2 {
    width: 27%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1657px) {
  #top-about .about-img02_2 {
    width: 21% !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1327px) {
  #top-about .about-img02_2 {
    width: 17% !important;
  }
}
#top-about .about-img03 {
  bottom: 115px;
  left: calc(50% - 712px);
}
@media screen and (min-width: 768px) {
  #top-about .about-img03_2 {
    left: calc(50% - 808px);
    bottom: 167px;
  }
}
#top-about .about-img04 {
  bottom: 42px;
  right: 0;
}
@media screen and (min-width: 768px) {
  #top-about .about-img04_2 {
    bottom: 160px;
  }
}
@media screen and (min-width: 768px) {
  #top-about .about-img05 {
    bottom: 63px;
    right: calc(50% - 360px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1495px) {
  #top-about .about-img05 {
    width: 300px;
    right: calc(50% - 174px);
  }
}
#top-about .about-ttl {
  font-size: 4.8rem;
  letter-spacing: 0.16em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl {
    font-size: 2.4rem;
  }
}
#top-about .about-ttl-sm {
  font-size: 4rem;
  letter-spacing: 0.16em;
}
@media screen and (max-width: 768px) {
  #top-about .about-ttl-sm {
    font-size: 2rem;
  }
}
#top-about .about-txt {
  margin-top: 32px;
  font-size: 1.8rem;
  line-height: 2.2;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  #top-about .about-txt {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1498px) {
  #top-about .about-inner {
    padding-left: 262px !important;
  }
  #top-about .about-img01 {
    width: 26.6%;
    height: 410px;
  }
  #top-about .about-img02 {
    width: 24.6%;
    left: 2px;
  }
}

/* top-map  PC
------------------------------------ */
#top-map .map-bg {
  background: url(../img/top/map-bg-lt.png) no-repeat left top, url(../img/top/map-kinpaku.png) no-repeat calc(50% - 305px) 40px, url(../img/top/map-bg-cr.png) no-repeat calc(50% + 542px) 550px, url(../img/top/map-bg-rb.png) no-repeat right bottom, url(../img/top/map-bg-lb.png) no-repeat 50px bottom, url(../img/top/map-bg.png) no-repeat center/cover;
}
#top-map .map-ttl {
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  #top-map .map-ttl {
    font-size: 2.3rem;
  }
}
#top-map .map-con-ttl {
  font-size: 4.6rem;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-map .map-con-ttl {
    font-size: 2.3rem;
  }
}
#top-map .map-1f-list-item a, #top-map .map-2f-list-item a {
  position: absolute;
}
#top-map .map-1f-list-item a::before, #top-map .map-2f-list-item a::before {
  content: "";
  width: 2px;
  height: 25px;
  background: #bfa14d;
  position: absolute;
  z-index: 1;
}
#top-map .map-1f {
  margin: 30px auto 0;
  position: relative;
}
#top-map .map-1f-left {
  text-align: center;
  position: absolute;
  left: -314px;
  bottom: 30px;
}
#top-map .map-1f-right {
  text-align: center;
  position: absolute;
  right: -231px;
  bottom: 20px;
}
#top-map .map-1f-ttl {
  margin: 12px auto 0;
  font-size: 2.5rem;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-map .map-1f-ttl {
    font-size: 1.5rem;
  }
}
#top-map .map-1f-list {
  width: 100%;
  height: 0;
  padding-top: 87.7%;
  background: url(../img/top/1f.png) no-repeat center top/contain;
  position: relative;
}
#top-map .map-1f-link01 {
  left: 8.9%;
  top: 24.7%;
}
#top-map .map-1f-link01::before {
  left: 34px;
  bottom: -20px;
}
#top-map .map-1f-link02 {
  left: -10.2%;
  bottom: 34.5%;
}
#top-map .map-1f-link02::before {
  left: 15px;
  bottom: -17px;
  transform: rotate(25deg);
}
#top-map .map-1f-link03 {
  right: 30.2%;
  bottom: 4.5%;
}
#top-map .map-1f-link03::before {
  height: 32px !important;
  left: 34px;
  top: -25px;
}
#top-map .map-1f-link04 {
  right: 11.2%;
  top: 12.6%;
}
#top-map .map-1f-link04::before {
  height: 34px !important;
  left: 34px;
  bottom: -34px;
}
#top-map .map-1f-link05 {
  right: 12%;
  bottom: 23.4%;
}
#top-map .map-1f-link05::before {
  height: 34px !important;
  left: 31px;
  top: -26px;
}
#top-map .map-1f-link06 {
  top: 41.9%;
  right: 65.1%;
}
#top-map .map-1f-link06::before {
  height: 34px !important;
  right: -5px;
  bottom: -17px;
  transform: rotate(-60deg);
}
#top-map .map-1f-link07 {
  right: 56.1%;
  top: 40.2%;
}
#top-map .map-1f-link07::before {
  height: 34px !important;
  left: 33px;
  bottom: -24px;
}
#top-map .map-1f-link08 {
  right: 40.8%;
  top: 46.7%;
}
#top-map .map-1f-link08::before {
  height: 20px !important;
  transform: rotate(90deg);
  top: 24px;
  left: -12px;
}
#top-map .map-1f-link09 {
  right: 36.5%;
  top: 36.7%;
}
#top-map .map-1f-link09::before {
  height: 25px !important;
  transform: rotate(90deg);
  top: 24px;
  left: -15px;
}
#top-map .map-1f-link10 {
  right: -6.8%;
  bottom: 28.8%;
}
#top-map .map-1f-link10::before {
  bottom: -28px;
  left: 34px;
}
#top-map .map-1f-link11 {
  left: 22.2%;
  bottom: -5.3%;
}
#top-map .map-1f-link11::before {
  top: -26px;
  left: 33px;
}
#top-map .map-1f-link12 {
  right: 9.7%;
  top: 28.5%;
}
#top-map .map-1f-link12::before {
  height: 34px !important;
  top: -24px;
  left: 33px;
}
#top-map .map-1f-link13 {
  left: 35.1%;
  top: -3.6%;
}
#top-map .map-1f-link13::before {
  bottom: -20px;
  left: 33px;
}
#top-map .map-1f-link14 {
  right: 9.7%;
  bottom: -3.6%;
}
#top-map .map-1f-link14::before {
  top: -26px;
  left: 33px;
}
#top-map .map-1f-link15 {
  left: 10.4%;
  top: -3.6%;
}
#top-map .map-1f-link15::before {
  bottom: -20px;
  left: 33px;
}
#top-map .map-2f {
  margin: 30px auto 0;
  position: relative;
}
#top-map .map-2f-list {
  width: 100%;
  height: 0;
  padding-top: 76.2%;
  background: url(../img/top/2f.png) no-repeat center top/contain;
  position: relative;
}

/* モーダルウインドウ  PC
------------------------------------ */
#cboxOverlay {
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.82);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}

#colorbox {
  z-index: 1000;
}

#cboxClose {
  display: none;
  width: 50px;
  height: 50px;
  background: none;
  color: transparent;
  position: relative;
}
#cboxClose::before, #cboxClose::after {
  content: "";
  width: 2px;
  height: 40px;
  margin: auto;
  border-left: 2px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#cboxClose::before {
  transform: rotate(45deg);
}
#cboxClose::after {
  transform: rotate(-45deg);
}

.map-modal-frame {
  max-width: 980px;
  padding: 60px 60px 65px;
  background-color: #000;
  margin: auto;
}
.map-modal-ttl {
  padding: 13px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-size: 3.2rem;
  letter-spacing: 0.16em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .map-modal-ttl {
    font-size: 1.6rem;
  }
}
.map-modal-img {
  margin: 26px auto 0;
}
.map-modal-txt {
  margin: 22px auto 0;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  color: #fff;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .map-modal-txt {
    font-size: 1.5rem;
  }
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
  z-index: 9999 !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important;
  z-index: 9999 !important;
}

/* top-features  PC
------------------------------------ */
#top-features {
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-features .bx-wrapper {
    width: 54.6%;
    max-width: 1050px;
    position: absolute;
    left: 6.7%;
    top: 118px;
    z-index: 50;
  }
}
#top-features .features-bg {
  background: url(../img/top/features-wave.png) no-repeat calc(100% + 10px) 118px, url(../img/top/features-bg.png) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  #top-features .features-img li {
    width: 100%;
    height: 0;
    padding-top: 430px;
  }
  #top-features .features-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}
#top-features .features-contents {
  padding-bottom: 53px;
  position: relative;
  z-index: 1;
}
#top-features .features-contents::before {
  content: "";
  width: 1050px;
  height: 90%;
  background: rgba(0, 0, 0, 0.09);
  position: absolute;
  bottom: 0;
  right: -190px;
  z-index: -1;
}
#top-features .features-contents::after {
  content: "";
  width: 508px;
  height: 403px;
  background: url(../img/top/features-ico.png) no-repeat center/contain;
  position: absolute;
  top: -52px;
  right: -144px;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #top-features .features-tate {
    writing-mode: vertical-rl;
  }
}
#top-features .features-ttl {
  font-size: 4.6rem;
  letter-spacing: 0.16em;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #top-features .features-ttl {
    font-size: 2.3rem;
  }
}
#top-features .features-txt {
  margin-top: 91px;
  margin-right: 55px;
  font-size: 1.8rem;
  line-height: 2.22;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  #top-features .features-txt {
    font-size: 1.5rem;
  }
}
#top-features .features-btn {
  margin-top: 40px;
  margin-left: auto;
}

/* top-seen  PC
------------------------------------ */
#top-seen .seen-ttl {
  font-size: 4.6rem;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #top-seen .seen-ttl {
    font-size: 2.3rem;
  }
}
#top-seen .seen-ttl-wrap {
  padding: 90px 0;
}
#top-seen .seen-list-item {
  width: 33.3%;
}
#top-seen .seen-list-item-lg {
  width: 50%;
}
#top-seen .seen-list-link {
  display: block;
  height: 100%;
  padding: 21.1% 0 24.1%;
}
#top-seen .seen-list-link01 {
  background: url(../img/top/bnr01.jpg) no-repeat center/cover;
}
#top-seen .seen-list-link02 {
  background: url(../img/top/bnr02.jpg) no-repeat center/cover;
}
#top-seen .seen-list-link03 {
  background: url(../img/top/bnr03.jpg) no-repeat center/cover;
}
#top-seen .seen-list-link04, #top-seen .seen-list-link05 {
  padding: 11.9% 0 13.4%;
}
#top-seen .seen-list-link04 {
  background: url(../img/top/bnr04.jpg) no-repeat center/cover;
}
#top-seen .seen-list-link05 {
  background: url(../img/top/bnr05.jpg) no-repeat center/cover;
}
#top-seen .seen-list-ttl {
  text-align: center;
}
#top-seen .seen-list-ttl-en, #top-seen .seen-list-ttl-ja {
  color: #fff;
  letter-spacing: 0.16em;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
}
#top-seen .seen-list-ttl-en {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #top-seen .seen-list-ttl-en {
    font-size: 1.5rem;
  }
}
#top-seen .seen-list-ttl-ja {
  margin-top: 24px;
  font-size: clamp(2.3rem, 2.4vw, 4.6rem);
  line-height: 1.3;
}

/* top-news  PC
------------------------------------ */
#top-news .news-bg {
  background: url(../img/top/news-deco.png) no-repeat calc(50% - 0px) top, url(../img/bgbody.jpg);
}
#top-news .news-btn {
  margin-top: 60px;
}
#top-news .news-ttl-ja {
  margin-top: 10px;
}

/* =========================================

  sub layout  all

========================================= */
/* features  PC
------------------------------------ */
#features .about {
  background: url(../img/features/about-bg.jpg) no-repeat center top/cover;
  position: relative;
}
@media screen and (min-width: 768px) {
  #features .about-img {
    position: absolute;
  }
  #features .about-img-l {
    top: 116px;
    left: calc(50% - 796px);
  }
  #features .about-img-r {
    width: 31.7%;
    top: 75px;
    right: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1610px) {
  #features .about-img-r {
    width: 26%;
  }
}
@media screen and (min-width: 768px) {
  #features .about-img-rb {
    bottom: 150px;
    right: calc(50% - 308px);
  }
}
#features .about-txt {
  margin: 34px auto 0;
  text-align: center;
  line-height: 2.2;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  #features .about-txt {
    font-size: 1.5rem;
  }
}
#features .com-read {
  background: url(../img/features/megumi-kinpaku.png) no-repeat calc(50% + 684px) 36px, url(../img/features/megumi-deco.png) no-repeat calc(50% + 430px) calc(100% - 46px), url(../img/bgbody_gray.jpg);
}
#features .com-read .read-inner {
  width: 100%;
  max-width: 1280px;
  padding: 114px 0 106px;
}
#features .com-read .read-contents {
  margin-right: 45px;
  padding-top: 47px;
}
#features .com-read .read-ttl {
  text-align: left;
  position: relative;
}
#features .com-read .read-ttl::after {
  position: absolute;
  top: -38px;
  left: -31px;
}
#features .com-read .read-txt {
  margin-top: 35px;
  line-height: 2.22;
}
#features .history {
  background: url(../img/features/history.jpg) no-repeat center top/cover;
}
#features .history-ttl {
  text-align: left;
  position: relative;
}
#features .history-ttl::after {
  margin: 0;
  position: absolute;
  left: -25px;
  top: -25px;
}
#features .history-txt {
  font-size: 1.8rem;
  line-height: 2.1;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  #features .history-txt {
    font-size: 1.5rem;
  }
}
#features .history-txt-box {
  max-width: 680px;
  margin-top: 38px;
}
#features .para01 {
  background-image: url(../img/features/para01.jpg);
}
#features .para02 {
  background-image: url(../img/features/para02.jpg);
}
#features .para03 {
  background-image: url(../img/features/para03.jpg);
}
@media screen and (min-width: 768px) {
  #features .enjoy.com-bg02 {
    background: url(../img/top/map-bg-lt.png) no-repeat left top, url(../img/features/menu-kinpaku.png) no-repeat calc(50% + 386px) 8px, url(../img/features/menu-kinpaku-sm.png) no-repeat calc(50% - 629px) 38px, url(../img/top/map-bg-rb.png) no-repeat right bottom, url(../img/features/menu-lb.png) no-repeat calc(50% - 500px) calc(100% - 18px), url(../img/bgbody.jpg);
  }
}
#features .enjoy.western {
  background: url(../img/features/deco.png) no-repeat calc(50% + 386px) 8px, url(../img/features/menu-kinpaku-sm.png) no-repeat calc(50% - 629px) 38px, url(../img/features/menu-lb.png) no-repeat calc(50% - 500px) calc(100% - 18px), url(../img/bgbody.jpg);
}
#features .enjoy.add {
  background: url(../img/features/washitsu-l.png) no-repeat calc(50% - 208px) 165px, url(../img/features/washitsu-r.png) no-repeat calc(50% + 693px) 50px, url(../img/bgbody_gray.jpg);
}
@media screen and (min-width: 768px) {
  #features .enjoy.add .enjoy-contents {
    margin: 0 70px 0 0;
  }
}
@media screen and (min-width: 768px) {
  #features .enjoy-contents {
    max-width: 480px;
    padding-top: 45px;
    margin-left: 60px;
  }
}
#features .enjoy-ttl {
  text-align: left;
  position: relative;
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  #features .enjoy-ttl {
    font-size: 2.3rem;
  }
}
#features .enjoy-ttl::after {
  position: absolute;
  left: -25px;
  top: -39px;
}
#features .enjoy-txt {
  margin-top: 30px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 2.22;
}
@media screen and (max-width: 768px) {
  #features .enjoy-txt {
    font-size: 1.5rem;
  }
}
#features .hos {
  background: url(../img/features/hospitality-bg.png) no-repeat center top, url(../img/bgbody.jpg);
}
#features .hos .com-ttl01-ac {
  font-size: 4.8rem;
}
@media screen and (max-width: 768px) {
  #features .hos .com-ttl01-ac {
    font-size: 2.4rem;
  }
}
#features .hos-list {
  margin: 68px auto 0;
}
#features .hos-list-item {
  display: flex;
}
@media screen and (min-width: 768px) {
  #features .hos-list-item:nth-of-type(2n-1) .hos-list-img {
    margin-right: 50px;
  }
  #features .hos-list-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #features .hos-list-item:nth-of-type(2n) .hos-list-img {
    margin-left: 50px;
  }
  #features .hos-list-item:nth-of-type(n+2) {
    margin: 75px auto 0;
  }
}
#features .hos-list-ttl-num {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 4.6rem;
  letter-spacing: 0.04em;
  color: #c1a250;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #features .hos-list-ttl-num {
    font-size: 2.3rem;
  }
}
#features .hos-list-ttl-ja {
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 3rem;
  letter-spacing: 0.14em;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #features .hos-list-ttl-ja {
    font-size: 1.5rem;
  }
}
#features .hos-list-txt {
  margin-top: 30px;
  font-size: 1.7rem;
  letter-spacing: 0.14em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #features .hos-list-txt {
    font-size: 1.5rem;
  }
}
#features .menu .com-ttl01 {
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  #features .menu .com-ttl01 {
    font-size: 2.3rem;
  }
}
#features .menu-txt {
  margin: 40px auto 0;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  #features .menu-txt {
    font-size: 1.5rem;
  }
}
#features .menu-list {
  margin: 40px auto 0;
}
@media screen and (min-width: 768px) {
  #features .menu-list-item:nth-of-type(n+6) {
    margin-top: 12px;
  }
  #features .menu-list-item:nth-of-type(1), #features .menu-list-item:nth-of-type(7) {
    margin-top: 18px;
  }
  #features .menu-list-item:nth-of-type(2), #features .menu-list-item:nth-of-type(5) {
    margin-top: 60px;
  }
  #features .menu-list-item:nth-of-type(4), #features .menu-list-item:nth-of-type(8) {
    margin-top: 90px;
  }
  #features .menu-list-item:nth-of-type(7) {
    margin-top: 50px;
  }
}
#features .menu-list-ttl {
  margin: 10px auto 0;
  padding-left: 11px;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 1.77;
  position: relative;
}
@media screen and (max-width: 768px) {
  #features .menu-list-ttl {
    font-size: 1.5rem;
  }
}
#features .menu-list-ttl::before {
  content: "";
  width: 1px;
  height: 30px;
  background: #c1a250;
  position: absolute;
  left: 0;
  top: 0;
}
#features .menu-list-note {
  display: inline-block;
  margin-top: 10px;
  padding: 5px 13px;
  border: 1px solid #c1a250;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  color: #c1a250;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #features .menu-list-note {
    font-size: 1.5rem;
  }
}
#features .room {
  background: url(../img/features/room-bg.jpg) no-repeat center top/cover;
}
#features .room .com-ttl01 {
  font-size: 4.6rem;
}
@media screen and (max-width: 768px) {
  #features .room .com-ttl01 {
    font-size: 2.3rem;
  }
}
#features .room-list {
  margin: 60px auto 0;
}
#features .room-list-item {
  display: flex;
}
#features .room-list-item:nth-of-type(n+2) {
  margin-top: 90px;
}
#features .room-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
#features .room-list-img-l {
  box-shadow: -30px 30px rgba(0, 0, 0, 0.09);
}
@media screen and (min-width: 768px) {
  #features .room-list-img-l {
    margin-right: 50px;
  }
}
#features .room-list-img-r {
  box-shadow: 30px 30px rgba(0, 0, 0, 0.09);
}
@media screen and (min-width: 768px) {
  #features .room-list-img-r {
    margin-left: 40px;
  }
}
#features .room-list-txt-box {
  margin-top: 34px;
}
#features .room-list-txt-box p:nth-of-type(n+2) {
  margin-top: 27px;
}
#features .facility-list {
  margin: 60px auto 0;
}
#features .facility-list-item {
  display: flex;
}
@media screen and (min-width: 768px) {
  #features .facility-list-item:nth-of-type(n+2) {
    margin-top: 80px;
  }
  #features .facility-list-item:nth-of-type(2n) {
    flex-direction: row-reverse;
  }
  #features .facility-list-item:nth-of-type(3) {
    margin-top: -184px;
  }
}
@media screen and (min-width: 768px) {
  #features .facility-list-img-l {
    margin-right: 59px;
  }
  #features .facility-list-img-r {
    margin-left: 69px;
  }
}
#features .facility-list-contents {
  max-width: 440px;
}
#features .facility-list-contents-sm {
  max-width: 420px;
}
#features .facility-list-txt-box {
  margin-top: 33px;
}
#features .service {
  background: url(../img/bgbody.jpg);
}
#features .service-box {
  background: url(../img/bgbody_gray.jpg);
}
#features .service-ttl {
  font-size: 3.8rem;
}
@media screen and (max-width: 768px) {
  #features .service-ttl {
    font-size: 1.9rem;
  }
}
#features .service-list {
  margin: 49px auto 0;
  justify-content: space-between;
}
#features .service-list-item {
  max-width: 340px;
}
#features .service-list-ttl {
  margin: 20px auto 0;
  padding-left: 10px;
  border-left: 1px solid #c1a250;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #features .service-list-ttl {
    font-size: 1.5rem;
  }
}
#features .service-list-txt {
  font-size: 1.6rem;
  line-height: 1.75;
}
@media screen and (max-width: 768px) {
  #features .service-list-txt {
    font-size: 1.5rem;
  }
}
#features .service-list-txt-box {
  margin: 10px auto 0;
}
#features .service-list-txt-box p:nth-of-type(n+2) {
  margin-top: 10px;
}
#features .read-flx02 {
  margin-top: 100px;
}
@media screen and (min-width: 768px) {
  #features .read-contents02 {
    margin-left: 69px;
  }
}

/* family_trip  PC
------------------------------------ */
.com-greeting {
  background: url(../img/family_trip/greeting-bng.jpg) no-repeat center/cover;
}
.com-greeting .greeting-txt {
  margin: 54px auto 0;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  line-height: 2.1;
}
@media screen and (max-width: 768px) {
  .com-greeting .greeting-txt {
    font-size: 1.5rem;
  }
}

.com-plan {
  background: url(../img/top/map-bg-lt.png) no-repeat left top, url(../img/top/map-bg-rb.png) no-repeat right bottom, url(../img/bgbody.jpg);
  overflow: hidden;
}
.com-plan .plan-list {
  margin: 50px auto 0;
}
@media screen and (min-width: 768px) {
  .com-plan .plan-list-item:nth-of-type(n+2) {
    margin: 130px auto 0;
  }
  .com-plan .plan-list-item:nth-of-type(n+3) {
    margin-top: 80px;
  }
  .com-plan .plan-list-item:nth-of-type(2n) .plan-list-img {
    right: -240px;
  }
  .com-plan .plan-list-item:nth-of-type(2n-1) .plan-list-contents {
    margin-left: auto;
  }
  .com-plan .plan-list-item:nth-of-type(2n-1) .plan-list-img {
    left: -200px;
  }
}
.com-plan .plan-list-flx {
  display: block;
  margin: 30px auto 0;
  position: relative;
}
@media screen and (min-width: 768px) {
  .com-plan .plan-list-flx {
    min-height: 490px;
  }
}
.com-plan .plan-list-ttl {
  text-align: left;
  letter-spacing: 0.1em;
}
.com-plan .plan-list-img {
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .com-plan .plan-list-img {
    position: absolute;
    top: 0;
  }
}
.com-plan .plan-list-img img:nth-of-type(n+2) {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .com-plan .plan-list-contents {
    width: 100%;
    max-width: 510px;
  }
}
.com-plan .plan-list-txt-box {
  margin-top: 20px;
}
.com-plan .plan-list-point {
  margin-top: 45px;
}
.com-plan .plan-list-point li:nth-of-type(n+2) {
  margin-top: 40px;
}
.com-plan .plan-list-point-ttl {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-plan .plan-list-point-ttl {
    font-size: 1.5rem;
  }
}
.com-plan .plan-list-point-txt {
  margin: 15px auto 0;
}
.com-plan .plan-list-btn {
  margin: 40px auto 0;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .com-plan .plan-list-btn {
    font-size: 1.5rem;
  }
}
.com-plan .plan-reco {
  margin: 90px auto 0;
  padding: 51px 0 105px;
  background: url(../img/family_trip/reco-kumo.png) no-repeat left 65px;
  position: relative;
  z-index: 1;
}
.com-plan .plan-reco::before {
  content: "";
  width: 356px;
  height: 391px;
  background: url(../img/family_trip/reco-kin.png) no-repeat right top/contain;
  position: absolute;
  top: -130px;
  right: 135px;
  z-index: -1;
}
.com-plan .plan-reco-img {
  position: absolute;
}
.com-plan .plan-reco-img-l {
  left: calc(50% - 960px);
  top: 81px;
}
.com-plan .plan-reco-img-r {
  right: calc(50% - 960px);
  top: 0;
}
@media screen and (min-width: 768px) and (max-width: 1626px) {
  .com-plan .plan-reco-img-l {
    width: 414px;
    left: calc(50% - 705px);
  }
  .com-plan .plan-reco-img-r {
    width: 420px;
    right: calc(50% - 662px);
    top: 166px;
  }
}
.com-plan .plan-reco-ttl {
  border: none;
}
.com-plan .plan-reco-txt {
  max-width: 560px;
  margin: 45px auto 0;
}
@media screen and (min-width: 768px) {
  .com-plan .plan-reco-txt {
    text-align: center;
  }
}
.com-plan .plan-point {
  margin: 100px auto 0;
}
.com-plan .plan-point .com-ttl04 {
  border: none;
  font-size: 3.6rem;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  .com-plan .plan-point .com-ttl04 {
    font-size: 1.8rem;
  }
}
.com-plan .plan-point-list {
  margin: 50px auto 0;
}
.com-plan .plan-point-list li {
  display: flex;
  position: relative;
  z-index: 1;
}
.com-plan .plan-point-list li::before {
  content: "";
  width: 732px;
  height: 598px;
  background: url(../img/family_trip/point-r.png) no-repeat center/contain;
  position: absolute;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .com-plan .plan-point-list li {
    min-height: 425px;
  }
  .com-plan .plan-point-list li:nth-of-type(n+2) {
    margin-top: 70px;
  }
  .com-plan .plan-point-list li:nth-of-type(2n-1)::before {
    right: -255px;
    top: -100px;
  }
  .com-plan .plan-point-list li:nth-of-type(2n-1) .plan-point-list-img {
    left: -100px;
  }
  .com-plan .plan-point-list li:nth-of-type(2n-1) .plan-point-list-con, .com-plan .plan-point-list li:nth-of-type(2n-1) .plan-point-list-ttl {
    margin-left: auto;
  }
  .com-plan .plan-point-list li:nth-of-type(2n)::before {
    width: 843px;
    height: 592px;
    background-image: url(../img/family_trip/point-l.png);
    top: -75px;
    left: -250px;
  }
  .com-plan .plan-point-list li:nth-of-type(2n) .plan-point-list-img {
    right: -100px;
  }
  .com-plan .plan-point-list li:nth-of-type(2n) .plan-point-con, .com-plan .plan-point-list li:nth-of-type(2n) .plan-point-ttl {
    margin-left: 0;
    margin-right: auto;
  }
}
.com-plan .plan-point-list-con {
  width: 100%;
  max-width: 445px;
  margin-top: 50px;
}
.com-plan .plan-point-list-ttl {
  width: 100%;
  max-width: 420px;
  margin-top: 50px;
}
.com-plan .plan-point-list-txt {
  margin-top: 20px;
  letter-spacing: 0.14em;
}
@media screen and (min-width: 768px) {
  .com-plan .plan-point-list-img {
    position: absolute;
    top: 0;
  }
}

.com-spot .spot-list {
  margin: 60px auto 0;
}
.com-spot .spot-list-item:nth-of-type(n+2) {
  margin-top: 45px;
}
.com-spot .spot-list-ttl {
  display: flex;
  font-size: 3rem;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .com-spot .spot-list-ttl {
    font-size: 1.5rem;
  }
}
.com-spot .spot-list-ttl-left {
  text-align: left;
}
.com-spot .spot-list-ttl-right {
  text-align: right;
  margin-left: auto;
  font-size: 2rem;
  letter-spacing: 0.14em;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .com-spot .spot-list-ttl-right {
    font-size: 1.5rem;
  }
}
.com-spot .spot-list-txt {
  margin: 20px auto 0;
}
.com-spot .spot-list-img {
  width: 100%;
  height: 0;
  margin: 25px auto 0;
  padding-top: 47.2%;
}

#family_trip .para01 {
  background-image: url(../img/family_trip/para01.jpg);
}
#family_trip .para02 {
  background-image: url(../img/family_trip/para02.jpg);
}

/* womens_trip  PC
------------------------------------ */
#womens_trip .com-greeting {
  background-image: url(../img/womens_trip/greeting-bg.jpg);
}
@media screen and (min-width: 768px) {
  #womens_trip .plan-list-item:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
#womens_trip .para01 {
  background-image: url(../img/womens_trip/para01.jpg);
}
#womens_trip .para02 {
  background-image: url(../img/womens_trip/para02.jpg);
}

/* couple_trip  PC
------------------------------------ */
#couple_trip .com-greeting {
  background-image: url(../img/couple_trip/greeting-bg.jpg);
}
#couple_trip .plan-inner {
  max-width: 1720px;
}
#couple_trip .plan-list {
  width: 100%;
  max-width: 1080px;
}
@media screen and (min-width: 768px) {
  #couple_trip .plan-list-item:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
#couple_trip .senior {
  margin: 150px auto 0;
  background: url(../img/bgbody_gray.jpg);
}
#couple_trip .senior-box {
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 60px 0 178px;
  position: relative;
  z-index: 1;
}
#couple_trip .senior-box::before {
  content: "";
  width: 868px;
  height: 592px;
  background: url(../img/couple_trip/senior-deco.png) no-repeat center/contain;
  position: absolute;
  left: -220px;
  top: -36px;
  z-index: -1;
}
#couple_trip .senior-box-img {
  position: absolute;
  right: -200px;
  top: -50px;
}
#couple_trip .senior-box-contents {
  width: 100%;
  max-width: 480px;
}
#couple_trip .senior-box-ttl {
  padding-bottom: 14px;
  border-bottom: 1px solid #b3b3b3;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 3rem;
  letter-spacing: 0.14em;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  #couple_trip .senior-box-ttl {
    font-size: 1.5rem;
  }
}
#couple_trip .senior-box-txt {
  margin-top: 17px;
}
@media screen and (min-width: 768px) {
  #couple_trip .senior-box-txt {
    padding-right: 10px;
  }
}
#couple_trip .plan-point {
  width: 100%;
  max-width: 1080px;
}
#couple_trip .para01 {
  background-image: url(../img/couple_trip/para01.jpg);
}
#couple_trip .para02 {
  background-image: url(../img/couple_trip/para02.jpg);
}
#couple_trip .com-bg03 {
  background: url(../img/couple_trip/bg.jpg) no-repeat center top/cover;
}
#couple_trip .com-bg05 {
  background: url(../img/couple_trip/bg02.jpg) no-repeat center top/cover;
}

/* access  PC
------------------------------------ */
#access .info {
  background: url(../img/bgbody.jpg);
}
#access .info-list {
  margin: 40px auto 0;
}
#access .info-list-item:nth-of-type(n+2) {
  margin-top: 135px;
}
#access .info-list-item a {
  width: 45px;
  position: absolute;
}
#access .info-list-txt {
  margin-top: 20px;
}
#access .info-map01 {
  width: 100%;
  height: 0;
  margin: 23px 0 0;
  padding-top: 72.5%;
  background: url(../img/access/map01.png) no-repeat center/cover;
  position: relative;
}
#access .info-map01-link01 {
  left: 14.7%;
  top: 34%;
}
#access .info-map01-link02 {
  left: 11%;
  top: 58%;
}
#access .info-map01-link03 {
  left: 7%;
  top: 41%;
}
#access .info-map01-link04 {
  left: 37%;
  top: 33%;
}
#access .info-map01-link05 {
  right: 14%;
  bottom: 29%;
}
#access .info-map01-link06 {
  right: 35%;
  top: 15%;
}
#access .info-map02 {
  width: 100%;
  height: 0;
  margin: 23px 0 0;
  padding-top: 130%;
  background: url(../img/access/map02.png) no-repeat center/cover;
  position: relative;
}
#access .info-map02-link01 {
  left: 46%;
  top: 5%;
}
#access .info-map02-link02 {
  left: 61%;
  top: 17.6%;
}
#access .info-map02-link03 {
  right: 16%;
  top: 15%;
}
#access .info-map02-link04 {
  left: 55%;
  top: 30%;
}
#access .info-map02-link05 {
  right: 35%;
  top: 26%;
}
#access .info-map02-link06 {
  top: 30.5%;
  right: 46.3%;
}
#access .info-map02-link07 {
  top: 34%;
  right: 23%;
}
#access .info-map02-link08 {
  top: 36%;
  right: 30%;
}
#access .info-map02-link09 {
  top: 43%;
  left: 45%;
}
#access .info-map02-link10 {
  top: 39%;
  right: 24%;
}
#access .info-map02-link11 {
  top: 46%;
  left: 49%;
}
#access .info-map02-link12 {
  bottom: 29%;
  right: 22%;
}
#access .info-map02-link13 {
  left: 22%;
  bottom: 19%;
}
#access .info-map02-link14 {
  right: 33%;
  bottom: 6%;
}
@media screen and (min-width: 768px) {
  #access .contact {
    background: url(../img/top/seen-l.png) no-repeat calc(50% - 720px) top, url(../img/top/seen-r.png) no-repeat calc(50% + 720px) bottom, url(../img/access/contact.png) no-repeat center/cover;
    text-align: center;
  }
}
@media screen and (min-width: 768px) and (min-width: 1921px) {
  #access .contact {
    background-position: left top, right bottom, center;
  }
}
#access .contact-ttl {
  color: #fff;
}
#access .contact-table {
  margin: 32px auto 0;
}
#access .contact-table th, #access .contact-table td {
  color: #fff;
}
#access .contact-btn {
  margin: 50px auto 0;
  border-color: #fff;
  color: #fff;
  background-image: url(../img/family_trip/arrow-white.png);
}
@media screen and (min-width: 768px) {
  #access .contact-btn:hover {
    background-color: #c1a250;
    border-color: #c1a250;
  }
}
#access .access-list {
  margin: 50px auto 0;
}
#access .access-list-item:nth-of-type(n+2) {
  margin-top: 67px;
}
#access .access-list-scroll {
  margin: 30px auto 0;
}
#access .access-list .com-ttl04 {
  font-size: 3.2rem;
}
@media screen and (max-width: 768px) {
  #access .access-list .com-ttl04 {
    font-size: 1.6rem;
  }
}
#access .access-list-tate {
  writing-mode: vertical-rl;
}
#access .access-list-left, #access .access-list-right {
  display: flex;
  width: 35px;
  min-height: 130px;
  letter-spacing: 0.08em;
  align-items: center;
  justify-content: center;
}
#access .access-list-left {
  background-color: #ded8d0;
}
#access .access-list-right {
  background-color: #000000;
  color: #fff;
}
#access .access-list-contents {
  margin-left: 30px;
}
#access .access-list-contents .item {
  position: relative;
}
#access .access-list-contents .item:nth-of-type(n+2) {
  margin-top: 30px;
}
#access .access-list-contents .item:nth-of-type(n+2) li {
  width: 320px;
  padding: 17px 0px;
  font-size: 1.6rem;
}
#access .access-list-contents .item:nth-of-type(n+2) li:nth-of-type(1) {
  margin-right: 310px;
}
#access .access-list-contents .item:nth-of-type(n+2) li:nth-of-type(1)::before {
  content: "";
  width: 270px;
  height: 1px;
  margin: auto;
  background: #000000;
  position: absolute;
  top: 0;
  right: -282px;
  bottom: 0;
}
#access .access-list-contents .item:nth-of-type(n+2) li:nth-of-type(1)::after {
  right: -300px;
}
#access .access-list-contents h4 {
  display: flex;
  padding-left: 33px;
  font-size: 2rem;
  letter-spacing: 0.08em;
  line-height: 1.5;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #access .access-list-contents h4 {
    font-size: 1.5rem;
  }
}
#access .access-list-car {
  background: url(../img/access/car.png) no-repeat left center;
}
#access .access-list-train {
  background: url(../img/access/train.png) no-repeat left center;
}
#access .access-list-note {
  height: 25px;
  margin-left: 14px;
  padding: 0 12px;
  border-radius: 999px;
  background: #c1a250;
  text-align: center;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 25px;
}
#access .access-list-flow {
  display: flex;
  margin-top: 16px;
  position: relative;
}
#access .access-list-flow-name {
  display: block;
  width: calc(100% - 30px);
  margin: auto;
  text-align: center;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 1.6rem;
  letter-spacing: 0.08em;
  line-height: 1;
  position: absolute;
  left: 0;
  top: 46px;
}
@media screen and (max-width: 768px) {
  #access .access-list-flow-name {
    font-size: 1.5rem;
  }
}
#access .access-list-flow-name01 {
  width: 565px;
}
#access .access-list-flow-name02 {
  width: 565px;
  left: 386px;
}
#access .access-list-flow li {
  width: 110px;
  min-height: 60px;
  margin-right: 30px;
  padding: 8px 0px;
  text-align: center;
  border: 1px solid #b3b3b3;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.5;
  position: relative;
}
#access .access-list-flow li::after {
  content: "";
  width: 21px;
  height: 17px;
  margin: auto;
  background: url(../img/access/arw.png) no-repeat center/contain;
  position: absolute;
  right: -26px;
  top: 0;
  bottom: 0;
}
#access .access-list-flow-nagoya li {
  width: 132px;
}
#access .access-list-flow-md li {
  width: 216px;
}
#access .access-list-flow-lg li {
  width: 320px;
  margin-right: 660px;
  padding: 17px 0px;
}
#access .access-list-flow-lg li::before {
  content: "";
  width: 626px;
  height: 1px;
  margin: auto;
  background: #000000;
  position: absolute;
  top: 0;
  right: -635px;
  bottom: 0;
}
#access .access-list-flow-lg li::after {
  right: -655px;
}
#access .access-list-flow-double li {
  width: 180px !important;
  margin-right: 202px !important;
  padding: 17px 0px;
}
#access .access-list-flow-double li::before {
  content: "";
  width: 172px !important;
  height: 1px;
  margin: auto;
  background: #000000;
  position: absolute;
  top: 0;
  right: -181px !important;
  bottom: 0;
}
#access .access-list-flow-double li::after {
  right: -199px !important;
}
#access .access-list-flow-double li:last-child {
  margin-right: 0 !important;
}
#access .access-list-flow-double li:last-child::before {
  content: none !important;
}
#access .access-list-flow-double li:last-child::after {
  right: -25px !important;
}
#access .hotel-table {
  margin: 45px auto 0;
}
#access .faq-list {
  margin: 60px auto 0;
}
#access .faq-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
#access .faq-list-ttl {
  padding-left: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
  padding-right: 25px;
  background: url(../img/faq-arw.png) no-repeat 100% 35%;
}
@media screen and (max-width: 768px) {
  #access .faq-list-ttl {
    font-size: 1.5rem;
  }
}
#access .faq-list-ttl.current {
  background-image: url(../img/faq-arw-current.png);
}
#access .faq-list-ttl::before {
  content: "Q";
  font-size: 2rem;
  line-height: 1;
  color: #c1a250;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 768px) {
  #access .faq-list-ttl::before {
    font-size: 1.5rem;
  }
}
#access .faq-list-txt {
  margin: 22px auto 0;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #access .faq-list-txt {
    font-size: 1.5rem;
  }
}
#access .para01 {
  background-image: url(../img/access/para01.jpg);
}
#access .para02 {
  background-image: url(../img/access/para02.jpg);
}

/* news  PC
------------------------------------ */
#news .com-ttl04 {
  padding-bottom: 9px;
  text-align: left;
  font-size: 2.4rem;
  line-height: 2;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  #news .com-ttl04 {
    font-size: 1.5rem;
  }
}
#news .com-news-item:nth-of-type(n+2) {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #b3b3b3;
}
#news .com-news-txt, #news .com-news-time, #news .com-news-tag-txt {
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #news .com-news-link:hover {
    opacity: 1;
  }
  #news .com-news-link:hover .com-ttl04 {
    color: #c1a250;
  }
  #news .com-news-link:hover .com-news-txt, #news .com-news-link:hover .com-news-time, #news .com-news-link:hover .com-news-tag-txt {
    color: #c1a250;
  }
}
/* ========================
  breakpoint  PC  
======================== */
@media screen and (min-width: 768px) and (max-width: 1593px) {
  #top-map .map-con:nth-of-type(n+2) {
    margin-top: 100px;
  }
  #top-map .map-1f-left {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    left: -163px;
  }
  #top-map .map-1f-left img {
    width: 148px;
  }
  #top-map .map-1f-right {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
    right: -111px;
    bottom: -46px;
  }
  #top-map .map-1f-right img {
    width: 200px;
  }
  #top-map .map-1f-link02 {
    left: -5.2%;
    bottom: 22.5%;
  }
  #top-map .map-1f-link10 {
    right: -1.8%;
    bottom: 12.8%;
  }
}
/* site  PC
------------------------------------ */
#site .dropdown-menu {
  padding-right: 0;
  background-image: none;
}
#site .dropdown-menu__list {
  margin-left: 30px;
  padding-bottom: 15px;
}
#site .dropdown-menu__link {
  color: #000000;
}
@media screen and (min-width: 768px) {
  #top-about .about-contents {
    max-width: 540px;
  }
  #top-about .about-contents02 {
    max-width: 555px;
  }
  #features .about-ttl {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
  }
  #features .menu-list-item {
    max-width: 340px;
  }
  #features .room-list-item {
    align-items: flex-start;
  }
  #features .room-list-contents {
    max-width: 430px;
  }
}
/* com-faq  PC
------------------------------------ */
.com-faq .faq-list {
  margin: 60px auto 0;
}
.com-faq .faq-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
.com-faq .faq-list-ttl {
  padding-left: 24px;
  padding-bottom: 10px;
  border-bottom: 1px solid #b3b3b3;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2rem;
  letter-spacing: 0.14em;
  line-height: 1.6;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  padding-right: 25px;
  background: url(../img/faq-arw.png) no-repeat 100% 35%;
}
@media screen and (max-width: 768px) {
  .com-faq .faq-list-ttl {
    font-size: 1.5rem;
  }
}
.com-faq .faq-list-ttl:hover {
  opacity: 0.7;
}
.com-faq .faq-list-ttl.current {
  background-image: url(../img/faq-arw-current.png);
}
.com-faq .faq-list-ttl::before {
  content: "Q";
  font-size: 2rem;
  line-height: 1;
  color: #c1a250;
  letter-spacing: 0;
  position: absolute;
  left: 0;
  top: 3px;
}
@media screen and (max-width: 768px) {
  .com-faq .faq-list-ttl::before {
    font-size: 1.5rem;
  }
}
.com-faq .faq-list-txt {
  margin: 22px auto 0;
  font-size: 1.7rem;
  line-height: 1.8;
  letter-spacing: 0.08em;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  .com-faq .faq-list-txt {
    font-size: 1.5rem;
  }
}

/* com-model  PC
------------------------------------ */
.com-model {
  background: url(../img/family_trip/model-deco-all.png) no-repeat center 380px;
}
.com-model .model-list {
  margin: 83px auto 0;
}
.com-model .model-list-item:nth-of-type(n+2) {
  margin: 60px auto 0;
}
.com-model .model-list-box {
  display: flex;
  padding: 40px;
  background: #eee6d6;
  align-items: flex-start;
  justify-content: space-between;
}
.com-model .model-list-con {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-model .model-list-con {
    max-width: 453px;
  }
}
.com-model .model-list-ttl {
  padding-left: 15px;
  border-bottom: 1px solid #b3b3b3;
}
.com-model .model-list-ttl02 {
  margin-bottom: 53px;
  padding-bottom: 19px;
  border-bottom: 1px solid #b3b3b3;
  text-align: center;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 3.2rem;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .com-model .model-list-ttl02 {
    font-size: 1.6rem;
  }
}
.com-model .model-list-ttl .time {
  padding: 6px 20px;
  border-left: 1px solid #c1a250;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2.2rem;
  line-height: 1;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 768px) {
  .com-model .model-list-ttl .time {
    font-size: 1.5rem;
  }
}
.com-model .model-list-ttl .txt {
  margin-top: 10px;
  padding-bottom: 20px;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 3rem;
  letter-spacing: 0.12em;
  line-height: 1.66;
}
@media screen and (max-width: 768px) {
  .com-model .model-list-ttl .txt {
    font-size: 1.5rem;
  }
}
.com-model .model-list-ttl .sm {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .com-model .model-list-ttl .sm {
    font-size: 1.5rem;
  }
}
.com-model .model-list-txt {
  margin-top: 30px;
}
.com-model .model-list-txt-sm {
  font-size: 1.4rem;
}
.com-model .model-list-time {
  display: block;
  margin-top: 23px;
  padding-left: 29px;
  background: url(../img/womens_trip/time-icon.png) no-repeat left center;
  font-family: "NotoSerifCJKjp-Medium", serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .com-model .model-list-time {
    font-size: 1.5rem;
  }
}
.com-model .model-course li:nth-of-type(n+2) {
  position: relative;
}
.com-model .model-course li:nth-of-type(n+2)::before {
  content: "";
  display: block;
  width: 4px;
  height: 83px;
  margin-left: 47px;
  background: #c1a250;
}
.com-model .model-course-point {
  display: flex;
  font-family: "NotoSerifCJKjp-SemiBold", serif;
  font-size: 2.2rem;
  letter-spacing: 0.08em;
  color: #c1a250;
  align-items: center;
  position: absolute;
  top: 20px;
  left: 80px;
}
@media screen and (max-width: 768px) {
  .com-model .model-course-point {
    font-size: 1.5rem;
  }
}
.com-model .model-course-point::before {
  content: "";
}
.com-model .model-course-point.car::before {
  width: 36px;
  height: 28px;
  margin-right: 17px;
  background: url(../img/family_trip/model-car.png) no-repeat center/contain;
}
.com-model .model-course-point.person::before {
  width: 27px;
  height: 41px;
  margin-right: 17px;
  background: url(../img/family_trip/model-person.png) no-repeat center/contain;
}/*# sourceMappingURL=all.css.map */