@charset "UTF-8";
@media (min-width: 800px) {
  .pc_none {
    display: none;
  }
}
.kani-yamajiro, .kani-kaneyama, .kani-kukuri, .kani-fukigahora, .kani-ima, .kani-oomori, .kani-akechi, .kani-dota, .kani-hazaki, .kani-syuga, .kani-murohara,
.kani-toyozo, .kani-hanafesta, .kani-kaguya, .kani-kanigawa, .kani-hatobukiyama, .kani-museum, .kani-gojoin-dl {
  position: relative;
}
.kani-yamajiro::after, .kani-kaneyama::after, .kani-kukuri::after, .kani-fukigahora::after, .kani-ima::after, .kani-oomori::after, .kani-akechi::after, .kani-dota::after, .kani-hazaki::after, .kani-syuga::after, .kani-murohara::after,
.kani-toyozo::after, .kani-hanafesta::after, .kani-kaguya::after, .kani-kanigawa::after, .kani-hatobukiyama::after, .kani-museum::after, .kani-gojoin-dl::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../images/background02.webp);
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.yamajiro-body, .gojoin-body {
  position: relative;
}
.yamajiro-body::after, .gojoin-body::after {
  content: "";
  width: 100vw;
  height: 100vh;
  background-image: url(../images/background.webp);
  background-size: cover;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.fixed_btn {
  width: min(200px, 30%);
  position: fixed;
  bottom: 2%;
  right: 5rem;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  z-index: 50;
}
@media (max-width: 1200px) {
  .fixed_btn {
    right: 2rem;
  }
}
@media (max-width: 670px) {
  .fixed_btn {
    right: 1rem;
  }
}

.fixed_btn-gojoin {
  width: min(200px, 30%);
  position: fixed;
  top: 100px;
  right: 2rem;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
  z-index: 50;
}
@media (max-width: 670px) {
  .fixed_btn-gojoin {
    top: 70px;
    right: 1rem;
  }
}

.top_container {
  width: 100%;
  position: relative;
}

.main_image_box {
  position: relative;
  width: 100%;
}

.top_image {
  width: 100%;
}

.yamajiro_logo {
  width: min(500px, 50%);
  display: block;
  position: absolute;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yamajiro_logo img {
  width: 100%;
}

.navi_icon_box {
  position: relative;
  top: -50px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  padding: 1rem;
}
@media (max-width: 500px) {
  .navi_icon_box {
    gap: 0.5rem;
  }
}

.sub_title_box {
  max-width: 760px;
  margin: 0 auto;
  padding: 0 1rem;
}

.yamajiro-contents_wrap {
  margin: 0 auto;
  text-align: center;
  padding: 3rem 0;
}

.title_small_box .title_small {
  margin: 0 auto;
  max-width: 290px;
}
.title_small_box .sub_title_text {
  font-size: 24px;
  font-weight: 600;
  margin-top: 1rem;
  line-height: 32px;
  letter-spacing: 0.02rem;
}

.movie_container {
  max-width: 850px;
  margin: 0 auto;
  padding: 1rem;
  margin-top: 1rem;
}
.movie_container .midashi_box {
  max-width: 450px;
  margin: 2rem auto;
}
.movie_container .movie_box {
  text-align: center;
  max-width: 900px;
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 3rem;
  gap: 1rem;
}
@media (max-width: 800px) {
  .movie_container .movie_box {
    flex-direction: column;
  }
}
.movie_container .movie_box .movie_thumb_box {
  display: block;
  max-width: 450px;
  margin: 0 auto;
}
.movie_container .movie_box .movie_thumb_box .movie_thumb {
  border-radius: 15px;
}
.movie_container .movie_box .movie_coment {
  text-align: center;
  max-width: 450px;
  margin: 0 auto;
}
.movie_container .movie_box .movie_coment .movie_text {
  text-align: justify;
  display: inline-block;
  line-height: 1.5rem;
  padding: 1rem;
}
.movie_container .movie_box .movie_coment .movie_button {
  display: block;
  height: 40px;
  max-width: 364px;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 14pt;
  text-align: center;
  cursor: pointer;
  background: #ffffff;
  color: #222222;
  line-height: 2em;
  transition: 0.5s;
  border: 2px solid #000066;
  text-decoration: none;
  border: none;
  font-weight: 700;
}
.movie_container .movie_box .movie_coment .movie_button:hover {
  box-shadow: none;
  background: #e8e8e8;
}

.yamajiro_thumb_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 2rem auto;
  text-align: center;
  gap: 1.5rem;
  padding: 2rem;
}
.yamajiro_thumb_container::before {
  content: "";
  display: block;
  width: 17%;
  order: 1;
}
@media (max-width: 700px) {
  .yamajiro_thumb_container::before {
    width: 20%;
  }
}
@media (max-width: 550px) {
  .yamajiro_thumb_container::before {
    width: 40%;
  }
}
.yamajiro_thumb_container::after {
  content: "";
  display: block;
  width: 17%;
}
@media (max-width: 700px) {
  .yamajiro_thumb_container::after {
    width: 20%;
  }
}
@media (max-width: 550px) {
  .yamajiro_thumb_container::after {
    width: 40%;
  }
}
.yamajiro_thumb_container .yamajiro_thumb_box {
  width: 17%;
}
.yamajiro_thumb_container .yamajiro_thumb_box:hover {
  opacity: 0.6;
}
@media (max-width: 700px) {
  .yamajiro_thumb_container .yamajiro_thumb_box {
    width: 20%;
  }
}
@media (max-width: 550px) {
  .yamajiro_thumb_container .yamajiro_thumb_box {
    width: 40%;
  }
}
.yamajiro_thumb_container .yamajiro_thumb_box .yamajiro_thumb {
  position: relative;
}
.yamajiro_thumb_container .yamajiro_thumb_box .yamajiro_thumb .yamajiro_number {
  width: 60px;
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 5;
}
.yamajiro_thumb_container .yamajiro_thumb_box .yamajiro_name {
  text-align: center;
  margin-top: 0.5rem;
}

.gojoin-container-sp, .eyecatch_box_mb, .image_box_mb {
  display: none;
}

.gojoin-container {
  margin: 0 1rem 3rem 1rem;
}
.gojoin-container .gojoin-box {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
}
.gojoin-container .gojoin-btn {
  max-width: 600px;
  margin: 1rem auto;
}
.gojoin-container .gojoin-subtitle {
  margin-bottom: 20px;
}
.gojoin-container .gojoin-text {
  font-size: 1.1em;
  font-weight: 700;
  color: #000;
  text-align: left;
  line-height: 1.8em;
}
.gojoin-container .gojoin-description {
  margin-top: 25px;
}

.googlemap_kaniyamajiro_box {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}
@media (min-width: 600px) {
  .googlemap_kaniyamajiro_box {
    padding-top: 50%;
  }
}
@media (min-width: 1000px) {
  .googlemap_kaniyamajiro_box {
    padding-top: 40%;
  }
}
@media (min-width: 1400px) {
  .googlemap_kaniyamajiro_box {
    padding-top: 30%;
  }
}
.googlemap_kaniyamajiro_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 0 1rem;
}
@media (min-width: 600px) {
  .googlemap_kaniyamajiro_box iframe {
    padding: 0 3rem;
  }
}
@media (min-width: 800px) {
  .googlemap_kaniyamajiro_box iframe {
    padding: 0 5rem;
  }
}
@media (min-width: 1000px) {
  .googlemap_kaniyamajiro_box iframe {
    padding: 0 7rem;
  }
}
@media (min-width: 1200px) {
  .googlemap_kaniyamajiro_box iframe {
    padding: 0 9rem;
  }
}
@media (min-width: 1400px) {
  .googlemap_kaniyamajiro_box iframe {
    padding: 0 11rem;
  }
}
@media (min-width: 1600px) {
  .googlemap_kaniyamajiro_box iframe {
    padding: 0 13rem;
  }
}
@media (min-width: 1800px) {
  .googlemap_kaniyamajiro_box iframe {
    padding: 0 15rem;
  }
}

.midashi02 {
  display: none;
}

/* 楽しむコンテナ　*/
.tanoshimu_container {
  margin: 0 auto;
  background-color: #9292ff;
}
.tanoshimu_container .tanoshimu_container .title_small {
  margin-top: 60px;
  background-color: #ff9fda;
}

.spot_container {
  max-width: 1200px;
  margin: 2rem auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
}
.spot_container .kaniyamajiro-syuhen-spot_box {
  width: 30%;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 700px) {
  .spot_container .kaniyamajiro-syuhen-spot_box {
    width: 45%;
  }
}
@media (max-width: 450px) {
  .spot_container .kaniyamajiro-syuhen-spot_box {
    width: 80%;
  }
}
.spot_container .kaniyamajiro-syuhen-spot_box .syuhen-spot_box__line {
  width: 100%;
  height: 10px;
  background-image: url(../images/toppage_img/spot_ground.webp);
  background-size: cover;
}
.spot_container .kaniyamajiro-syuhen-spot_box .syuhen-spot_box__line._bottom {
  position: absolute;
  bottom: 0;
}
.spot_container .kaniyamajiro-syuhen-spot_box .spot_name {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 600;
  color: #779652;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.spot_container .kaniyamajiro-syuhen-spot_box .spot_thumb {
  width: 90%;
  margin: 0 auto;
}
.spot_container .kaniyamajiro-syuhen-spot_box .spot_coment {
  text-align: justify;
  display: inline-block;
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1rem 1.5rem;
  letter-spacing: -0.03rem;
}
.spot_container .kaniyamajiro-syuhen-spot_box .btn_m-t {
  height: 60px;
  width: 60px;
}
.spot_container .kaniyamajiro-syuhen-spot_box .spot_button {
  width: 85%;
  display: block;
  margin: 0 auto;
  margin-bottom: 1.5rem;
  border-radius: 20px;
  font-size: 1rem;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
  background: #779652;
  color: #ffffff;
  transition: 0.5s;
  text-decoration: none;
  font-weight: 700;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 25px;
}
.spot_container .kaniyamajiro-syuhen-spot_box .spot_button:hover {
  box-shadow: none;
  background: #5e7641;
}

.shiru_container {
  max-width: 1280px;
  margin: 0 auto;
}

.kaniyamajiro-book-swiper_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  position: relative;
  padding: 3rem;
  margin-bottom: 2rem;
}

.swiper {
  max-width: 800px;
}

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

/* 前への矢印 */
.swiper-button-prev.kaniyamajiro-prev {
  position: absolute;
  left: 40px !important;
}

/* 次への矢印 */
.swiper-button-next.kaniyamajiro-next {
  right: 40px !important;
}

/* 幅・高さを指定 */
.swiper-button-prev.kaniyamajiro-prev,
.swiper-button-next.kaniyamajiro-next {
  height: 50px !important;
  width: 50px !important;
}

/* 矢印を消す、画像に変更 */
.swiper-button-prev.swiper-button-prev:after,
.swiper-button-next.swiper-button-next:after {
  content: "" !important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 50px !important;
  width: 50px !important;
  margin: auto;
}

/* 前に戻る画像パス */
.swiper-button-prev.kaniyamajiro-prev:after {
  background: url(../images/top_slider_arrow.svg);
  transform: scale(-1, 1);
  background-repeat: no-repeat;
}

/* 次に進む画像パス */
.swiper-button-next.kaniyamajiro-next:after {
  background: url(../images/top_slider_arrow.svg);
  background-repeat: no-repeat;
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px;
}

.kaniyamajiro-book-slide {
  padding: 0 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(61, 144, 97);
}

.last_container {
  text-align: center;
  width: 100%;
  padding-bottom: 20px;
  margin: 0 auto;
  background-image: url(../images/toppage_img/second_image.png);
  background-size: cover;
}

.yamajiro_logo_last {
  display: block;
  margin: 0 auto;
  max-width: 350px;
  margin-bottom: 24px;
  width: 80%;
  padding-top: clamp(32px, 8vw, 80px);
}

.banner_container {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.banner_container::after {
  content: "";
  display: block;
  width: 250px;
}
.banner_container a {
  width: 250px;
}

.banner {
  width: 250px;
}

.banner:hover {
  opacity: 0.5;
  transition: 1s;
}

.yamajiro-body.yamajiro-spot-body {
  padding: 0 0 3rem 0;
}

.eachspot_title_box {
  margin: 0 auto;
  padding: 2rem;
}
.eachspot_title_box img {
  width: 100%;
}
@media (max-width: 400px) {
  .eachspot_title_box {
    padding: 1rem;
  }
}

.each_title_number {
  display: block;
  margin: 0 auto;
  max-width: 695px;
}

.eachspot_subtitle {
  display: block;
  max-width: 695px;
  margin: 0 auto;
  text-align: left;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 1000;
  margin-top: 1rem;
  color: #779652;
  font-family: "Times New Roman", Times, serif;
  line-height: clamp(26px, 3vw, 34px);
}
@media (mix-width: 600px) {
  .eachspot_subtitle .sp_br {
    display: none;
  }
}

.eachspot_subtitle_k {
  display: block;
  max-width: 695px;
  margin: 0 auto;
  text-align: left;
  font-size: clamp(20px, 2.4vw, 28px);
  font-weight: 1000;
  margin-top: 1rem;
  font-family: "Times New Roman", Times, serif;
  line-height: clamp(26px, 3vw, 34px);
  color: #C24556;
}
@media (mix-width: 600px) {
  .eachspot_subtitle_k .sp_br {
    display: none;
  }
}

.kaniyamajiro-spot-swiper_wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
  position: relative;
  padding: 0 3rem 2rem 3rem;
  margin-bottom: 2rem;
}
@media (max-width: 600px) {
  .kaniyamajiro-spot-swiper_wrap {
    padding: 0 2rem 2rem 2rem;
  }
}

.swiper {
  max-width: 800px;
}

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

/* 前への矢印 */
.swiper-button-prev.kaniyamajiro-spot-prev {
  position: absolute;
  left: 40px !important;
  top: 40%;
}
@media (max-width: 600px) {
  .swiper-button-prev.kaniyamajiro-spot-prev {
    left: 20px !important;
  }
}

/* 次への矢印 */
.swiper-button-next.kaniyamajiro-spot-next {
  right: 40px !important;
  top: 40%;
}
@media (max-width: 600px) {
  .swiper-button-next.kaniyamajiro-spot-next {
    right: 20px !important;
  }
}

/* 幅・高さを指定 */
.swiper-button-prev.kaniyamajiro-spot-prev,
.swiper-button-next.kaniyamajiro-spot-next {
  height: 60px !important;
  width: 100px !important;
}

/* 矢印を消す、画像に変更 */
.swiper-button-prev.kaniyamajiro-spot-prev:after,
.swiper-button-next.kaniyamajiro-spot-next:after {
  content: "" !important;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60px !important;
  width: 100px !important;
  margin: auto;
}

/* 前に戻る画像パス */
.kaniyamajiro-spot-prev:after {
  background: url(../images/toppage_img/eachspot_img/kaneyama/leftbutton_purple.png);
  background-repeat: no-repeat;
}

/* 次に進む画像パス */
.kaniyamajiro-spot-next:after {
  background: url(../images/toppage_img/eachspot_img/kaneyama/leftbutton_purple.png);
  transform: scale(-1, 1);
  background-repeat: no-repeat;
}

/* ページネーション */
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: -25px;
}

.kaniyamajiro-spot-slide {
  padding: 0 1rem;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.sub-swiper .swiper-slide img {
  opacity: 0.4;
}

.sub-swiper .swiper-slide img:hover {
  cursor: pointer;
  opacity: 1;
  transition: 0.4s;
}

/* ページネーションのサイズと色 */
.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: rgb(61, 144, 97);
}

.eachspot_coment {
  text-align: left;
  width: -moz-fit-content;
  width: fit-content;
  margin: 2rem auto;
}
.eachspot_coment h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.eachspot_coment h3::before {
  content: "◆";
  color: #779652;
  margin-right: 0.3rem;
}
.eachspot_coment .eachspot_coment_inner {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1000px) {
  .eachspot_coment .eachspot_coment_inner {
    flex-direction: column;
  }
}
.eachspot_coment .eachspot_coment:nth-child(1) {
  width: 320px;
}
.eachspot_coment .eachspot_coment:nth-child(2) {
  width: 600px;
}
@media (max-width: 1000px) {
  .eachspot_coment .eachspot_coment:nth-child(1) {
    width: 90%;
    margin: 0 auto;
  }
  .eachspot_coment .eachspot_coment:nth-child(2) {
    width: 90%;
    margin: 0 auto;
  }
}
.eachspot_coment .eachspot_coment p {
  padding-left: 1.2rem;
  text-indent: -1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0.3rem;
}
.eachspot_coment .eachspot_coment p::before {
  content: "●";
  color: #af94c0;
  padding-right: 0.3rem;
}
.eachspot_coment .eachspot_coment .eachspot_coment_red {
  color: #c50606;
  font-weight: 600;
}
.eachspot_coment .eachspot_coment .no-indent {
  padding-right: 0;
  padding-left: 0;
  text-indent: 0;
  text-align: justify;
  line-height: 1.6rem;
}
.eachspot_coment .eachspot_coment .no-indent::before {
  content: "";
  color: #000;
}

.eachspot_coment-noyamajiro {
  text-align: left;
  margin: 2rem auto;
}
.eachspot_coment-noyamajiro h3 {
  font-size: 1.3rem;
  font-weight: 800;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
.eachspot_coment-noyamajiro h3::before {
  content: "◆";
  color: #779652;
  margin-right: 0.3rem;
}
.eachspot_coment-noyamajiro .eachspot_coment_inner-noyamajiro {
  margin: 0 auto;
  max-width: 600px;
  padding: 1rem 2rem 1rem 1rem;
}
.eachspot_coment-noyamajiro .eachspot_coment_inner-noyamajiro .eachspot_coment-noyamajiro p {
  padding-left: 2.2rem;
  text-indent: -1.2rem;
  line-height: 1.5rem;
  margin-bottom: 0.3rem;
}
.eachspot_coment-noyamajiro .eachspot_coment_inner-noyamajiro .eachspot_coment-noyamajiro p::before {
  content: "●";
  color: #af94c0;
  padding-right: 0.3rem;
}
.eachspot_coment-noyamajiro .eachspot_coment_inner-noyamajiro .eachspot_coment-noyamajiro .eachspot_coment_red {
  color: #c50606;
  font-weight: 600;
}
.eachspot_coment-noyamajiro .eachspot_coment_inner-noyamajiro .eachspot_coment-noyamajiro .no-indent {
  padding-right: 0;
  padding-left: 1rem;
  text-indent: 0;
  text-align: justify;
  line-height: 1.6rem;
}
.eachspot_coment-noyamajiro .eachspot_coment_inner-noyamajiro .eachspot_coment-noyamajiro .no-indent::before {
  content: "";
  color: #000;
}
.eachspot_coment-noyamajiro .eachspot_coment_inner-noyamajiro .eachspot_coment-noyamajiro .linktext {
  text-decoration: underline;
}
.eachspot_coment-noyamajiro .spot-go_btn {
  display: block;
  background-color: #72519f;
  color: #fff;
  padding: 0.5rem 1rem;
  font-weight: 600;
  border-radius: 20px;
  margin-left: 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
}
.eachspot_coment-noyamajiro .spot-go_btn span {
  font-size: 0.8rem;
}

.link_btn-white {
  width: 16px;
  height: 16px;
  margin-left: 0.5rem;
  margin-top: 0.1rem;
}
.link_btn-white img {
  width: 100%;
}

.navi_icon {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

.navi_icon img {
  width: 100%;
  height: 100%;
}

.eyecatch_box {
  max-width: 914px;
  margin: 0 auto;
}

.description_box {
  max-width: 534px;
  margin: 0 auto;
}

.gojoin_image_box {
  max-width: 680px;
  margin: 0 auto;
}

.dl_btn_box {
  max-width: 600px;
  margin: 0 auto;
  padding: 1rem;
}

.yamajiro-sub {
  text-align: center;
}

.gojoin-body {
  overflow: hidden;
}

.gojoin-body .eyecatch_box {
  margin-left: auto;
  margin-right: auto;
}

.eyecatch_box .subtitle_box {
  margin: 0 auto;
  padding: 2rem;
}

.eyecatch_box .description_box {
  margin: 0 auto;
  padding: 1rem;
}

.gojoin-body .image_box {
  margin-left: auto;
  margin-right: auto;
}

.gojoin_image_box {
  margin: 0 auto;
  padding: 2rem;
}

.more_description_box {
  max-width: 950px;
  margin: 0 auto;
  padding: 1rem;
}

.more_description_box img {
  width: 100%;
}

.tokusetsu_banner-container {
  max-width: 600px;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 62px;
  border: 1px solid #afafaf;
  cursor: pointer;
}/*# sourceMappingURL=kani-yamajiro.css.map */