@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP&family=Zen+Old+Mincho&display=swap");
.for_sp {
  display: none;
}

.for_pc {
  display: block;
}

.gothic {
  font-family: "Noto Sans JP", sans-serif;
}

.zen {
  font-family: "Zen Old Mincho", serif;
}

@media screen and (max-width: 1000px) {
  .for_sp {
    display: inline-block;
  }
  .for_pc {
    display: none;
  }
}
#RthCustomizeW {
  width: 950px !important;
}

#RthCustomizeW {
  position: relative;
  background-color: #fff;
  color: #343434;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", "Noto Serif JP", serif, sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

#RthCustomizeW img {
  vertical-align: bottom;
  max-width: 100%;
}

#RthCustomizeW .ta_r {
  text-align: right;
}

#RthCustomizeW .ta_c {
  text-align: center;
}

#RthCustomizeW a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a:active,
#RthCustomizeW a:hover,
#RthCustomizeW a:hover img {
  opacity: 0.5;
}

#RthCustomizeW li {
  list-style: none;
}

#RthCustomizeW img {
  vertical-align: bottom;
  max-width: 100%;
}

#RthCustomizeW a {
  color: unset;
  cursor: pointer;
  text-decoration: none;
}

#RthCustomizeW a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a:active,
#RthCustomizeW a:hover,
input[type=submit]:hover {
  opacity: 0.7;
}

div#htlMainContent #RthCustomizeW h1#pageTitle {
  text-align: center;
  padding-right: 0;
}

#htlMainContent input[type=submit] {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}

#rt_top {
  position: relative;
}

/***************************************************** pc */
#RthCustomizeW a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW img {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#RthCustomizeW a:active,
#RthCustomizeW a:hover,
#RthCustomizeW a:hover img {
  opacity: 0.5;
}

.showup {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateY(20px);
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -ms-transform: translateY(20px);
  -o-transform: translateY(20px);
}

.upview {
  -moz-animation: showup 0.6s linear 0s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0s 1 normal forwards;
  -o-animation: showup 0.6s linear 0s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0s 1 normal forwards;
}

.upview.uv2 {
  -moz-animation: showup 0.6s linear 0.3s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0.3s 1 normal forwards;
  -o-animation: showup 0.6s linear 0.3s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0.3s 1 normal forwards;
}

.upview.uv3 {
  -moz-animation: showup 0.6s linear 0.6s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0.6s 1 normal forwards;
  -o-animation: showup 0.6s linear 0.6s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0.6s 1 normal forwards;
}

.upview.uv4 {
  -moz-animation: showup 0.6s linear 0.9s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 0.9s 1 normal forwards;
  -o-animation: showup 0.6s linear 0.9s 1 normal forwards;
  -ms-animation: showup 0.6s linear 0.9s 1 normal forwards;
}

.upview.uv5 {
  -moz-animation: showup 0.6s linear 1.2s 1 normal forwards;
  -webkit-animation: showup 0.6s linear 1.2s 1 normal forwards;
  -o-animation: showup 0.6s linear 1.2s 1 normal forwards;
  -ms-animation: showup 0.6s linear 1.2s 1 normal forwards;
}

.showdown {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateY(-20px);
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
}

.downview {
  -moz-animation: showdown 0.6s linear 0s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0s 1 normal forwards;
}

.downview.dv2 {
  -moz-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0.3s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0.3s 1 normal forwards;
}

.downview.dv3 {
  -moz-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0.6s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0.6s 1 normal forwards;
}

.downview.dv4 {
  -moz-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  -webkit-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  -o-animation: showdown 0.6s linear 0.9s 1 normal forwards;
  -ms-animation: showdown 0.6s linear 0.9s 1 normal forwards;
}

.showleft {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateX(-20px);
  -webkit-transform: translateX(-20px);
  -moz-transform: translateX(-20px);
  -ms-transform: translateX(-20px);
  -o-transform: translateX(-20px);
}

.leftview {
  -moz-animation: showleft 1s linear 0s 1 normal forwards;
  -webkit-animation: showleft 1s linear 0s 1 normal forwards;
  -o-animation: showleft 1s linear 0s 1 normal forwards;
  -ms-animation: showleft 1s linear 0s 1 normal forwards;
}

.showright {
  opacity: 0;
  -webkit-transition: 1s;
  transition: 1s;
  transform: translateX(20px);
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
}

.rightview {
  -moz-animation: showright 1s linear 0s 1 normal forwards;
  -webkit-animation: showright 1s linear 0s 1 normal forwards;
  -o-animation: showright 1s linear 0s 1 normal forwards;
  -ms-animation: showright 1s linear 0s 1 normal forwards;
}

.wrap,
#page {
  width: 100%;
  position: relative;
}

/* common
---------------------------------------------------------------------- */
.mainw,
.mainw_pc {
  width: 950px;
}

.img100 {
  width: 100%;
}

.img100 img {
  width: 100%;
}

/* keyframe
---------------------------------------------------------------------- */
@-webkit-keyframes imgfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes showup {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes showdown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes showleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes showright {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
            transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
/* Anime
---------------------------------------------------------------------- */
.feadAnime {
  position: relative;
}

.feadAnime > * {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  z-index: 1;
  opacity: 0;
  height: 100%;
  width: 100%;
}

.feadAnime > *:nth-child(1) {
  position: relative;
}

.feadAnime > *:nth-child(2) {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.feadAnime > *:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  3% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  35% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  85% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/*---------point*/
.point {
  margin-top: 110px;
}
.point h2 {
  text-align: center;
  font-size: 28px;
}
.point h2 span {
  display: inline-block;
  padding: 8px 40px;
  background-image: url("../img/dots_l.svg"), url("../img/dots_r.svg");
  background-repeat: no-repeat;
  background-position: left center, right center;
}
.point .point_img {
  text-align: center;
  margin-top: 36px;
}
.point .point_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 16px;
}
.point li {
  width: calc(33.333% - 8px);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.16);
}
.point .no {
  padding: 24px 22px;
  display: block;
}
.point h3 {
  font-size: 22px;
  color: #c54309;
  padding-bottom: 17px;
  padding-left: 22px;
}
.point .point_contents {
  background-color: rgba(209, 193, 176, 0.44);
  padding: 30px 35px 30px 50px;
  line-height: 1.75;
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*---------kamata*/
.kamata {
  margin-top: 64px;
}
.kamata h2 {
  text-align: center;
  font-size: 28px;
}
.kamata .kamata_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.kamata .kamata_list p {
  line-height: 1.625;
}
.kamata .kamata_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.kamata .kamata_list dl {
  margin-top: auto;
  margin-bottom: 0;
}
.kamata .kamata_list dt {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-align: center;
}
.kamata .kamata_list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kamata .kamata_list dd a {
  width: 168px;
  text-align: center;
  padding: 8px 0;
  display: inline-block;
  border-radius: 6px;
  background-color: #182A3B;
  color: #fff;
  border: 1px solid #182A3B;
}
.kamata .kamata_list dd a:nth-child(2) {
  margin-left: 6px;
}
.kamata .list01 {
  margin-top: 34px;
  gap: 0 40px;
}
.kamata .list01 h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 16px;
}
.kamata .list01 p {
  margin-top: 8px;
  padding-bottom: 6px;
}
.kamata .list01 li {
  width: calc(50% - 20px);
}
.kamata .list01 dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kamata .list01 dt {
  width: 168px;
}
.kamata .list02 {
  margin-top: 60px;
  gap: 0 34px;
}
.kamata .list02 h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 14px;
}
.kamata .list02 p {
  margin-top: 10px;
}
.kamata .list02 li {
  width: calc(33% - 20px);
}
.kamata .list02 dd {
  margin-top: 16px;
}

/*---------kinrin*/
.kinrin {
  margin-top: 92px;
}/*# sourceMappingURL=sightseeing.css.map */