/* CSS Document */
#about {
  padding-top: 125px;
  padding-bottom: 140px; }
  #about .cflex {
    align-items: flex-start;
    margin: 0 auto 75px;
    gap: 2.5%; }
    #about .cflex .img {
      width: 614px; }
    #about .cflex .txt {
      flex: 1 0 auto;
      margin-right: -30px; }
      #about .cflex .txt h3 {
        color: #036C65;
        font-family: "Noto Serif JP", sans-serif;
        font-weight: 500;
        letter-spacing: 0.2em;
        font-size: 27px;
        line-height: 50px; }
      #about .cflex .txt p {
        letter-spacing: 0.1em;
        font-size: 18px;
        line-height: 40px; }
  #about .icon_l {
    display: flex;
    gap: 8px; }

#cp_banner .rtban_box {
  margin-bottom: 50px;
  text-align: center; }

.loopwrap {
  position: relative;
  margin-bottom: 80px; }
  .loopwrap .comment {
    background: #036C65;
    width: 460px;
    height: 320px;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    margin-left: -450px;
    padding: 50px 2.7em; }
    .loopwrap .comment h3 {
      font-family: 'Jost', serif;
      color: #fff;
      letter-spacing: 0.025em;
      margin-bottom: 15px;
      font-size: 30px; }
    .loopwrap .comment p {
      color: #fff;
      line-height: 30px;
      letter-spacing: 0.03em; }
  .loopwrap .loopslider {
    width: 100%;
    height: 320px;
    position: relative;
    overflow: hidden; }
  .loopwrap .loopslider ul {
    display: flex;
    float: left; }
  .loopwrap .loopslider li {
    width: 575px;
    height: 400px;
    position: relative; }
  .loopwrap .loopslider img {
    height: 100%; }

.infbtn-containts h4 {
  text-align: center;
  color: #036C65;
  font-size: 20px;
  letter-spacing: 4px;
  margin-bottom: 20px; }
.infbtn-containts a {
  width: 250px; }

.infbtn-containts .btn-containts {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 20px auto 0;
  gap: 40px; }

#banner {
  padding: 85px 0 120px; }

.bn_l {
  margin-bottom: 20px; }
  .bn_l img {
    width: 100%; }

.bn_m {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  flex-wrap: wrap; }
  .bn_m li {
    width: 447px;
    margin: 0 13px 10px; }
    .bn_m li:nth-child(odd) {
      margin-left: 0; }
    .bn_m li:nth-child(even) {
      margin-right: 0; }
    .bn_m li a img {
      width: 100%; }

.bn_s {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .bn_s li {
    width: 222px;
    margin: 0 5px 10px; }
    .bn_s li a img {
      width: 100%; }
    .bn_s li:nth-child(4n+1) {
      margin-left: 0; }
    .bn_s li:nth-child(4n) {
      margin-right: 0; }

#points {
  padding: 140px 0 140px;
  background: url("../images/index/bg_points.png") top 30px center no-repeat;
  background-size: 100% 100%; }
  #points h3 {
    background: url("../images/icon_pica.svg") top center no-repeat;
    background-size: 46px auto;
    font-family: "Jost", sans-serif;
    padding-top: 30px;
    margin-bottom: 25px; }
  #points .lead {
    text-align: center;
    font-size: 20px;
    letter-spacing: 0.2em;
    margin-bottom: 65px; }

.pointwrap {
  position: relative;
  align-items: flex-end;
  margin-bottom: 100px; }
  .pointwrap .img {
    position: relative;
    width: 70%;
    margin-right: 25px; }
    .pointwrap .img p.cc_point {
      color: #FFFFFF;
      position: absolute;
      text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.3), 1px 1px 15px rgba(0, 0, 0, 0.3), 1px 1px 20px rgba(0, 0, 0, 0.3), -1px 1px 10px rgba(0, 0, 0, 0.3), -1px 1px 15px rgba(0, 0, 0, 0.3), -1px 1px 20px rgba(0, 0, 0, 0.3), 1px -1px 10px rgba(0, 0, 0, 0.3), 1px -1px 15px rgba(0, 0, 0, 0.3), 1px -1px 20px rgba(0, 0, 0, 0.3), -1px -1px 10px rgba(0, 0, 0, 0.3), -1px -1px 15px rgba(0, 0, 0, 0.3), -1px -1px 20px rgba(0, 0, 0, 0.3);
      font-size: 22px;
      letter-spacing: 0.2em;
      top: 45px;
      text-align: left;
      left: 70px; }
    .pointwrap .img img {
      width: 100%;
      border-radius: 5px; }
  .pointwrap .txt {
    width: 230px; }
    .pointwrap .txt p {
      margin-bottom: 35px; }
    .pointwrap .txt a {
      width: 100%; }

#RthCustomizeW .pointwrap a.cbtn2:hover {
  color: #fff;
  opacity: 1; }

.pointwrap.rimg {
  flex-direction: row-reverse; }
  .pointwrap.rimg .img {
    margin-left: 25px;
    margin-right: 0; }
    .pointwrap.rimg .img p.cc_point {
      bottom: 30px;
      left: 30px; }

#sightseeing.pointwrap {
  margin-bottom: 0; }

#sightseeing.pointwrap p.cc_point {
  text-align: right;
  top: initial;
  left: initial;
  bottom: 45px;
  right: 60px; }

/* #plan
---------------------------------------------------------------------- */
#plan {
  position: relative;
  padding: 90px 0 140px; }
  #plan #ranking_489ban .PlanView .rank_no {
    text-indent: -100000px;
    overflow: hidden;
    position: absolute;
    z-index: 10;
    width: initial;
    right: -50px;
    top: -45px;
    width: 237px;
    height: 167px; }

#plan p.lead {
  font-size: 17px;
  letter-spacing: 0.2em; }

#plan #ranking_489ban {
  display: flex;
  flex-wrap: wrap; }

#plan #ranking_489ban .PlanView {
  width: 30.91%;
  margin-right: 3.63%;
  margin-bottom: 27px;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column; }

#plan #ranking_489ban .PlanView:nth-child(3n) {
  margin-right: 0; }

#plan #ranking_489ban .PlanView .main_picture {
  position: relative;
  max-height: 220px;
  border-radius: 5px;
  overflow: hidden; }

#plan #ranking_489ban .PlanView .main_picture img {
  width: 100%; }

#plan #ranking_489ban .PlanView.rank_1 .rank_no {
  background: url("../images/index/icon_emb01.png") center center no-repeat;
  background-size: contain; }

#plan #ranking_489ban .PlanView.rank_2 .rank_no {
  background: url("../images/index/icon_emb02.png") center center no-repeat;
  background-size: contain; }

#plan #ranking_489ban .PlanView.rank_3 .rank_no {
  background: url("../images/index/icon_emb03.png") center center no-repeat;
  background-size: contain; }

#plan #ranking_489ban .PlanView .explan {
  padding: 1em 0;
  display: flex;
  flex-direction: column;
  flex: 1; }

#plan #ranking_489ban .PlanView .explan p.plan {
  font-size: 18px;
  line-height: 1.5;
  color: #1C1C1C;
  margin-bottom: 20px;
  flex: 1; }

#plan #ranking_489ban .PlanView a .txt .planbtn {
  margin-top: auto; }

#plan #ranking_489ban .PlanView .explan .pblist li a {
  display: inline-block;
  width: auto;
  padding-bottom: 6px;
  padding-right: 2.2em;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #BEB1AA;
  background: url("../images/icon_arrow.svg") right 12px center no-repeat; }

#plan .cbtn {
  color: #fff;
  width: 450px;
  margin-right: auto;
  margin-left: auto; }

#plan .cbtn:hover {
  opacity: 1;
  border: #D6D6D6 1px solid;
  color: #1E1E1E;
  background: url(../images/icon_arrow.svg) right 8px center no-repeat #fff; }

.checkin {
  margin-bottom: -180px; }
  .checkin .cflex {
    flex-direction: column; }
    .checkin .cflex .img {
      width: 100%;
      padding-bottom: 10px; }
    .checkin .cflex .txt {
      flex: 1; }
      .checkin .cflex .txt h3 {
        color: #036C65;
        font-family: "Noto Serif JP", sans-serif;
        font-weight: 500;
        letter-spacing: 0.2em;
        font-size: 23px;
        line-height: 50px;
        margin-bottom: 10px; }
      .checkin .cflex .txt dl {
        font-size: 16px;
        line-height: 30px; }
      .checkin .cflex .txt dt {
        font-weight: bold; }
      .checkin .cflex .txt dd {
        margin-bottom: 1.5em; }
  .checkin .icon_l {
    display: flex;
    gap: 8px; }

/* mv
---------------------------------------------------------------------- */
#mv_i {
  width: 100%;
  max-width: 100%;
  position: relative;
  height: 700px;
  z-index: 30; }

#mv_i:before {
  content: "";
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  height: 205px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2; }

.swiper-container_fv {
  height: 100%;
  width: 100%;
  position: relative;
  transition: opacity 0.3s ease; }

.swiper-container_fv .swiper-wrapper {
  width: 100%;
  height: 100%; }

.swiper-container_fv .swiper-slide {
  width: 100%;
  height: 100%; }

.swiper-container_fv .swiper-slide .img {
  width: 100%;
  height: 100%;
  overflow: hidden; }

.swiper-container_fv .swiper-slide.mv01 {
  background: url(../images/index/mv01.jpg) center center no-repeat;
  background-size: cover; }

.swiper-container_fv .swiper-slide.mv02 {
  background: url(../images/index/mv02.jpg?v2) center center no-repeat;
  background-size: cover; }

.swiper-container_fv .swiper-slide.mv03 {
  background: url(../images/index/mv03.jpg?v2) center center no-repeat;
  background-size: cover; }

.swiper-container_fv .swiper-slide.mv04 {
  background: url(../images/index/mv04.jpg?v2) center center no-repeat;
  background-size: cover; }

.swiper-container_fv .swiper-slide.mv05 {
  background: url(../images/index/mv05.jpg?v2) center center no-repeat;
  background-size: cover; }

#mv_i .cc {
  position: absolute;
  max-width: 1040px;
  bottom: 110px;
  left: 50%;
  margin-left: -575px;
  z-index: 3; }

#mv_i .swiper-container-horizontal > .swiper-pagination-bullets,
#mv_i .swiper-pagination-custom,
.swiper-pagination-fraction {
  width: 200px;
  display: flex;
  z-index: 4;
  justify-content: flex-start;
  position: absolute;
  left: 50%;
  margin-left: 370px;
  bottom: 90px; }

#mv_i .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 0.5;
  background: #f8f8f2;
  margin: 0 10px;
  opacity: 1; }

#mv_i .swiper-pagination-bullet-active {
  opacity: 1;
  width: 15px;
  height: 15px;
  position: relative;
  bottom: 2px;
  background: #f8f8f2; }

/* map
---------------------------------------------------------------------- */
#map {
  padding: 250px 0 0;
  background: url("../images/index/bg_mapjapan.png") right -40px bottom no-repeat; }

/* access
---------------------------------------------------------------------- */
#access {
  padding: 120px 0 200px; }

#access .ch3_2 {
  margin-bottom: 60px; }

#access .accessmain {
  padding-left: 40px; }

#access p.how {
  font-size: 20px;
  line-height: 34px;
  color: #036C65;
  margin-bottom: 15px; }

#access p {
  margin-bottom: 35px; }

#access a {
  width: 250px; }

#access .cbtn2:hover {
  color: #fff;
  opacity: 1; }

/*# sourceMappingURL=index.css.map */
