/* TOPページ */
/* ==========================
  ローディング画面
========================== */
.bl_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #474a4d;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  z-index: 3333;
}
.bl_loadingimg {
  width: 45%;
}
.bl_loadingimg img {
  width: 100%;
}
.bl_loading.loaded {
  opacity: 0;
  visibility: hidden;
}
@keyframes loading {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bl_loadingCircle {
  animation: 3s linear loading infinite;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-top: 1px solid #aaa;
  border-radius: 50%;
  content: "";
  margin-bottom: 10px;
}
/* ==========================
  コンテンツの中身
========================== */
.ly_inner {
  width: 100%;
  max-width: 1080px;
  margin: 100px auto;
  padding: 20px;
  background-color: #ccc;
}
.ly_inner h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
}
.md_textblock > * + * {
  margin-top: 10px;
}
.fade {
  opacity: 0;
  transition: opacity 2s;
}
.fade.view {
  opacity: 1;
}
.top_slid {
  width: 100%;
  height: 100vh;
  position: relative;
}
.top_slid .top_slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
}
.top_slid .top_slider::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.top_slid .swiper-slide {
  width: 100%;
  height: 100%;
}
.top_slid .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.top_slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  animation: smoothZoom 20s linear infinite;
  /* 長時間でゆっくり拡大 */
}
@keyframes smoothZoom {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.2);
  }
  /* 最大1.2倍まで拡大 */
}
#catch {
  opacity: 0;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
#catch span {
  font-size: 2.5rem;
}
@media screen and (max-width: 896px) {
  #catch span {
    font-size: 1.7rem;
  }
}
#catch.active {
  animation: cathAnim forwards 0.6s;
}
@keyframes cathAnim {
  0% {
    opacity: 0;
    transform: translateY(-60%, -50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 896px) {
  .top_slid {
    height: 60vh;
  }
  .top_slid .top_slider {
    position: static;
    margin-top: 60px;
  }
  .top_slid h2 {
    top: 60%;
    font-size: 22px;
  }
  .top_slid img.mvlogo {
    width: 130px;
  }
  #catch {
    font-size: 18px;
    z-index: 3;
    width: 100%;
  }
}
.special-time {
  position: relative;
  height: 800px;
  background: #474a4d;
}
.special-time img {
  width: 100%;
}
.special-time img.sec1-img0 {
  width: 120px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}
.special-time h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 70px;
}
.top-sec2-flex.top_black {
  background-image: url("../img/tactile_noise.webp");
}
.top-sec2-flex.top_black h2,
.top-sec2-flex.top_black p {
  color: #fff;
}
.zoom-1 img {
  width: 100%;
  height: auto;
  animation: animationZoom1 15s ease-in-out forwards;
}
.zoom {
  overflow: hidden;
}
@keyframes animationZoom1 {
  100% {
    transform: scale(1.1);
  }
}
@keyframes animationZoom2 {
  50% {
    transform: scale(1.1);
  }
}
/*------------------------------------------

こだわり

------------------------------------------*/
.kodawari-box {
  background: #f0fff0;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 100px;
}
.kodawari-box .inr {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}
.kodawari-box .inr h2 {
  text-shadow: 1px 1px 15px #fff;
}
.kodawari-box .inr p {
  color: #333;
  text-shadow: 1px 1px 15px #fff;
}
.kodawari-box .inr .logo {
  width: 15%;
  margin: 40px auto;
}
.kodawari-box .inr .logotop {
  width: 100%;
}
.kodawari-box .case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kodawari-box .case-list li {
  width: 16.5%;
  height: auto;
}
.kodawari-box .case-list li img {
  border-radius: 142px;
}
.kodawari-box .kodawari-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.kodawari-box .kodawari-list li {
  width: 32.5%;
  max-width: 500px;
  height: 600px;
  position: relative;
}
.kodawari-box .kodawari-list li p {
  font-size: 42px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 14px;
}
.kodawari-box .kodawari-list li img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}
/*PC*/
@media screen and (min-width: 768px) {
}
/*END*/
/*Smartphone*/
@media screen and (max-width: 1200px) {
  .kodawari-box {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .kodawari-box .inr p {
    font-weight: 300;
  }
  .kodawari-box .inr .logo {
    width: 65%;
    margin: 40px auto;
  }
  .kodawari-box .case-list {
    justify-content: space-around;
  }
  .kodawari-box .case-list li {
    width: 48%;
    height: auto;
  }
  .kodawari-box .kodawari-list {
    justify-content: space-evenly;
  }
  .kodawari-box .kodawari-list li {
    width: 100%;
    height: auto;
    margin-bottom: 2%;
  }
  .kodawari-box .kodawari-list li p {
    font-size: 40px;
    left: 25px;
  }
  .kodawari-box .kodawari-list li img {
    width: 100%;
    height: auto;
    object-fit: cover;
  }
}
/*END*/
/*------------------------------------------

ROOM

------------------------------------------*/
.room-box {
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
}
.room-box .room-head .inr {
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}
.room-box .room-nav {
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.room-box .tit-box {
  width: 20%;
  max-width: 240px;
}
.room-box .txt-box {
  width: calc(75% - 127px);
  max-width: 865px;
}
.room-box .link-box {
  width: 127px;
  margin-left: auto;
}
.room-box .room-nav li.lg {
  width: calc(33.333333% - 1.5px);
  position: relative;
  margin: 5px;
}
.room-box .room-nav li.min {
  width: calc(25% - 1.5px);
}
.room-box .room-nav li img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.textbox {
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f2f2;
  height: 100%;
  width: 90px;
}
.textbox p {
  font-size: 14px;
  /*color: #fff;*/
  padding: 18px;
}
.textbox p span.vertical__part {
  font-size: 18px;
  /*color: #fff;*/
}
.vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: inline-block;
}
.vertical__part {
  text-orientation: upright;
}
/*PC*/
@media screen and (min-width: 768px) {
}
/*END*/
/*Smartphone*/
@media screen and (max-width: 896px) {
  .room-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .room-box .room-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .room-box .room-head .inr {
    max-width: 96%;
  }
  .room-box .room-nav {
    padding-bottom: 30px;
  }
  .room-box .tit-box {
    width: 100%;
    max-width: none;
  }
  .room-box .txt-box {
    width: 100%;
    max-width: none;
  }
  .room-box .link-box {
    width: 100%;
    max-width: none;
  }
  .room-box .room-nav li.lg {
    width: 100%;
    margin-bottom: 2px;
  }
  .room-box .room-nav li.min {
    width: calc(50% - 1px);
    margin-bottom: 2px;
  }
  .textbox p {
    padding: 10px;
  }
  .textbox p span.vertical__part {
    font-size: 15px;
  }
}
/*END*/
/*ピックアップ*/
.top_pickup_bk {
  padding: 80px 0;
  background-image: url(../img/top/white-waves.png);
  /* Background pattern from Toptal Subtle Patterns */
}
.top_pickup_bk h2 {
  margin-bottom: 30px;
}
.top_pickup_bk p.pickup-title {
  color: #484d48;
}
.top_pickup ul {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  max-width: 1400px;
  margin: 0 auto;
}
.top_pickup ul li {
  width: 48%;
  margin: 10px;
  display: flex;
}
.top_pickup ul li .act_img {
  width: 35%;
}
.top_pickup ul li .act_img img {
  width: 100%;
  max-width: 220px;
  height: 220px;
  object-fit: cover;
}
.top_pickup ul li .pickup-ttl {
  background: #fff;
  width: 65%;
}
.top_pickup ul li a:hover {
  opacity: 1;
}
.top_pickup ul li h3.pickup-title {
  font-size: 18px;
  text-align: left;
  margin: 30px 0;
  font-weight: 500;
  padding: 0 10px;
}
.top_pickup ul li p.pickup-title {
  font-size: 15px;
  text-align: left;
  margin: 30px 0;
  padding: 0 10px;
}
.top_pickup ul li p.period {
  font-size: 14px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-bottom: 0;
  padding: 0 32px 20px;
}
.top_pickup ul li a {
  color: #333;
}
@media screen and (max-width: 896px) {
  .top_pickup ul li {
    width: 100%;
    display: flex;
  }
  .top_pickup ul li h3.pickup-title {
    margin: 10px 0 0;
  }
  .top_pickup ul li .act_img img {
    max-width: 100px;
    height: 100px;
    object-fit: cover;
  }
}
/*周辺観光*/
.top_area {
  padding: 80px 0;
  background: #f6f6f6;
}
.top_area.v2 {
  padding: 0;
  background: transparent;
}
@media screen and (max-width: 896px) {
  .top_area {
    padding: 10% 0;
  }
}
.top_area h2 {
  margin-bottom: 30px;
}
.top_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}
.top_area ul li {
  width: 32%;
  margin-bottom: 20px;
  background: #fff;
}
.top_area ul li img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .top_area ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
  }
  .top_area ul li {
    margin-bottom: 60px;
    width: 46%;
    margin: 5px;
  }
  .top_area ul li img {
    height: 120px;
  }
}
.top_area h3 {
  font-size: 22px;
}
.top_area ul li h4 {
  padding: 18px 14px 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 20px;
  border-bottom: 1px dotted #ccd9cc;
}
@media screen and (max-width: 1500px) {
  .top_area h3 {
    font-size: 20px;
  }
  .top_area ul li h4 {
    padding: 10px 10px 6px;
    font-size: 18px;
  }
}
.top_area ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
  font-size: 16px;
  line-height: 1.8;
}
.faq-wrap {
  color: #fff;
  background:
    linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 100%),
    url(https://www.tochigi-nikko-dogresort.com/wp-content/themes/nikko-dog/img/top/top-qa.jpg);
  background-size: cover;
  background-position: center;
  padding: 130px 0;
  text-align: center;
}
.faq-wrap p {
  color: #fff;
  text-align: center;
}
.faq-wrap .link a {
  border: #fff 1px solid;
}
@media screen and (max-width: 896px) {
  .faq-wrap {
    padding: 90px 0;
  }
  .top_area ul li {
    width: 47%;
    margin: 5px;
    margin-bottom: 30px;
  }
  .top_area ul li h3 {
    font-size: 1.125rem;
  }
  .top_area ul li p {
    font-size: 14px;
  }
}
.access-box {
  display: flex;
  flex-wrap: wrap;
  width: 860px;
  margin: 0 auto;
}
.access-box .txt-box {
  width: 100%;
  margin: 60px auto;
}
.access-box .img-box {
  width: 100%;
  padding-top: calc(1 / 3 * 100%);
  position: relative;
}
.access-box .img-box iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 896px) {
  .access-box {
    flex-wrap: wrap;
    width: 90%;
  }
  .access-box .txt-box {
    background-color: #fff;
    padding-top: 20px;
    padding-right: 2%;
    padding-bottom: 10px;
    padding-left: 2%;
    margin: 30px auto;
  }
  .access-box .img-box {
    width: 100%;
  }
  /*アクセスマップ*/
  .mobile-scroll {
    width: 100%;
    overflow-x: scroll;
    scrollbar-color: #b1d8b1;
  }
  .mobile-scroll::-webkit-scrollbar {
    height: 8px;
  }
  .mobile-scroll::-webkit-scrollbar-track {
    background-color: #d4d8d4;
  }
  .mobile-scroll::-webkit-scrollbar-thumb {
    background-color: #b1d8b1;
    border-radius: 4px;
  }
  .mobile-scroll img {
    width: 800px;
    max-width: 800px;
    margin-bottom: 20px;
  }
}
.way_bold {
  font-weight: bold;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.way_bold::before,
.way_bold::after {
  content: "";
  flex-grow: 0.05;
  height: 1px;
  background: #333;
}
.way_bold::before {
  margin-right: 20px;
}
.way_bold::after {
  margin-left: 20px;
}
.way_p {
  padding: 5px;
}
.way_title {
  font-size: 20px;
  margin: 20px 0 13px;
}
@media screen and (max-width: 896px) {
  .way_bold {
    justify-content: center;
  }
  .way_title {
    font-size: 18px;
  }
}
.content_box {
  padding: 100px 0;
  background: #f0f0f3;
}
.group_area {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}
.group_area .group-box {
  height: auto;
  display: flex;
}
.group_area .group-box .thum {
  width: 40%;
  height: auto;
}
.group_area .group-box .thum img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
.group_area .group-box .text-wrap {
  margin-left: 16px;
  width: 60%;
  margin-bottom: 40px;
}
.gdlink {
  text-align: center;
}
@media screen and (max-width: 896px) {
  .group_area .group-box .thum {
    width: 100%;
    height: auto;
  }
  .group_area .group-box {
    width: 100%;
    flex-direction: column;
  }
  .group_area .group-box .text-wrap {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}
/*ボタン*/
.link a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 12px 15px;
  background: #848c84;
}
.link2 a {
  font-size: 14px;
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  margin-top: 10px;
  color: #333;
  width: 300px;
  text-align: center;
}
.res_btn .link a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 12px 15px;
  background: #545a54;
}
/*top 周辺観光*/
.top_gf {
  padding: 80px 0;
  background-color: #ccd9cc;
}
@media screen and (max-width: 896px) {
  .top_gf {
    padding: 10% 0;
  }
}
.top_gf h2 {
  margin-bottom: 30px;
}
.top_gf .cate {
  text-align: center;
}
.top_gf .cate p {
  position: relative;
  text-align: center;
  font-size: 2rem;
  margin: 0 auto 25px;
  display: inline-block;
  padding: 0 30px;
}
.top_gf .cate p span {
  background: #f9fcfe;
  padding: 0 30px;
  z-index: 20;
  position: relative;
}
.top_gf .cate p:before {
  content: "";
  height: 1px;
  background: #ccc;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.top_gf ul li {
  width: 32%;
  height: auto;
  margin: 30px 10px;
  background: #fff;
  padding-bottom: 30px;
}
.top_gf ul li img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .top_gf ul {
    justify-content: space-around;
    margin-bottom: 20px;
  }
  .top_gf ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 60px;
  }
}
.top_gf ul li h3 {
  padding: 18px 0 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 20px;
  font-weight: 500;
}
.top_gf ul li h3.spot {
  border-bottom: 1px dotted #788073;
  width: 80%;
  margin: 0 auto;
}
.top_gf ul li h3.shop {
  background: #bbe0ef;
}
.top_gf ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
}
.top_access {
  padding: 80px 0;
  background: #fff;
}
.slick-arrow {
  display: none !important;
}
.flow_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.flow_list::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}
.flow_list li {
  flex: 1;
  position: relative;
  text-align: center;
}
.flow_list li .flow_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #484d48;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}
.flow_list li .flow_circle.last {
  background: #af1f24;
}
.flow_list li dd {
  padding: 30px 0;
}
.flow_list img {
  height: 30px;
  margin: auto;
}
.flow_list li .flow_sub {
  font-size: 12px;
  transform: translateY(-30px);
}
.gallery_wrap {
  width: 100%;
  padding: 80px 0;
  text-align: center;
}
.gallery_wrap h2 {
  margin-bottom: 30px;
}
.gallery_list li {
  width: 400px;
  height: 300px;
}
.gallery_list li a {
  display: block;
  width: 100%;
  height: 100%;
}
.gallery_list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 896px) {
  .gallery_wrap {
    padding: 40px 0;
  }
  .gallery_list li {
    width: 200px;
    height: 160px;
  }
  .top_gf ul li h3.spot {
    width: calc(100% - 20px);
    font-size: 1.125rem;
    padding: 10px 0;
  }
}
/* 20250701 add 魅力用スライダーCSS start */
.swiper_container {
  width: 100%;
}
.swiper_container .swiper {
  width: 100%;
}
.swiper_container .swiper-slide img {
  height: auto;
  width: 100%;
}
.swiper_container .swiper-slide-thumb-active {
  opacity: 0.6;
}
.swiper_container .swiper-button-next,
.swiper_container .swiper-button-prev {
  color: #fff;
  --swiper-navigation-size: 22px;
}
.swiper_container > .slider-thumbnail .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper_container > .slider-thumbnail .swiper-slide img {
  margin-bottom: 1rem;
  padding: 1rem;
  aspect-ratio: 3 / 2;
}
@media screen and (max-width: 896px) {
  .swiper_container > .slider-thumbnail .swiper-slide {
    display: flex;
    justify-content: center;
    margin: unset;
  }
  .swiper_container > .slider-thumbnail .swiper-slide img {
    height: 80px;
    padding: 10px;
  }
}
/* 20250701 add 魅力用スライダーCSS end */
/* フォトギャラリー */
.top-gallery {
  position: relative;
}
.top-gallery .gallery-slick .item {
  width: 25vw;
  height: 25vw;
}
.top-gallery .gallery-slick .item > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .top-gallery .gallery-slick .item {
    width: 55vw;
    height: 55vw;
  }
}
.top-gallery .txt-box {
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10%;
  background: #5a7b67;
  width: 250px;
  padding: 10px 30px;
  color: #fff;
}
.top-gallery .txt-box p {
  margin-bottom: 10px;
}
.top-gallery .txt-box h4 {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
}
.button01 {
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  width: 100%;
  max-width: 250px;
  padding: 8px 20px;
  border: 1px solid #fff;
  transition: 0.3s;
}
.button01:hover {
  color: #424851;
  background: #fff;
}
@media only screen and (max-width: 768px) {
  .top-gallery .txt-box {
    width: 170px;
    left: 20px;
    padding: 10px;
  }
  .top-gallery .txt-box h4 {
    font-size: 1.6rem;
  }
  .button01 {
    padding: 8px 5px;
    font-size: 15px;
  }
}
.gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none;
}
.gallery-modal > .bg-box {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}
.gallery-modal > .content-box {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  width: 90%;
  max-height: 90svh;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  max-width: 1400px;
  padding: 20px 0 20px 20px;
}
.gallery-modal > .content-box > .close-btn {
  text-align: center;
  line-height: 38px;
  width: 40px;
  height: 40px;
  background: #424851;
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
  z-index: 2;
}
.gallery-modal > .content-box > .close-btn:before {
  content: "\f00d";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #fff;
}
.gallery-modal > .content-box > .close-btn:hover {
  opacity: 1;
}
.gallery-modal > .content-box > .modal-slick-box {
  width: 60%;
}
.gallery-modal > .content-box > .modal-slick-box .item .img-box {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
}
.gallery-modal > .content-box > .modal-slick-box .item .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.gallery-modal > .content-box > .modal-slick-box .slide-arrow {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s;
}
.gallery-modal > .content-box > .modal-slick-box .slide-arrow:before {
  font-size: 4rem;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  color: #fff;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.gallery-modal > .content-box > .modal-slick-box .slide-arrow.prev-arrow {
  left: 0;
}
.gallery-modal
  > .content-box
  > .modal-slick-box
  .slide-arrow.prev-arrow:before {
  content: "\f104";
  left: 20px;
}
.gallery-modal > .content-box > .modal-slick-box .slide-arrow.next-arrow {
  right: 0;
}
.gallery-modal
  > .content-box
  > .modal-slick-box
  .slide-arrow.next-arrow:before {
  content: "\f105";
  right: 20px;
}
.gallery-modal > .content-box > .modal-slick-box .slide-arrow:hover {
  opacity: 1;
}
.gallery-modal > .content-box > .modal-slick-nav {
  width: 40%;
  max-height: calc(90svh - 40px);
  overflow: auto;
  padding: 20px;
}
.gallery-modal > .content-box > .modal-slick-nav:after {
  content: "";
  clear: both;
}
.gallery-modal > .content-box > .modal-slick-nav > .item {
  width: 33.33%;
  padding-bottom: 22%;
  float: left;
  position: relative;
  cursor: pointer;
  transition: 0.3s;
}
.gallery-modal > .content-box > .modal-slick-nav > .item:hover {
  opacity: 0.7;
}
.gallery-modal > .content-box > .modal-slick-nav > .item > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
@media only screen and (max-width: 768px) {
  .gallery-modal > .content-box {
    padding: 10px;
  }
  .gallery-modal > .content-box .close-btn {
    z-index: 3;
    top: 5px;
    right: 5px;
  }
  .gallery-modal > .content-box .modal-slick-box {
    width: 100%;
  }
  .gallery-modal > .content-box .modal-slick-nav {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    padding: 0;
    overflow: auto;
  }
  .gallery-modal > .content-box .modal-slick-nav > .item {
    width: 22%;
    flex-shrink: 0;
  }
}
/* トップページ */
.point-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 3.5%;
  padding: 120px 0 60px;
}
.point-list > li {
  width: 31%;
  position: relative;
  transition: 0.3s;
}
.point-list > li > a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 7;
}
.point-list > li .img-box {
  width: 100%;
  padding-bottom: 70%;
  position: relative;
  overflow: hidden;
}
.point-list > li .img-box > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  transition: transform 0.5s ease;
}
.point-list > li:hover .img-box > img {
  transform: scale(1.05);
}
.point-list > li .txt-box {
  position: absolute;
  left: 0;
  top: 10px;
  padding: 8px 15px;
  background: rgba(57, 95, 57, 0.8);
  border-radius: 0 50px 50px 0;
  max-width: 90%;
  box-sizing: border-box;
}
.point-list > li .txt-box > p {
  font-size: 20px;
  color: #fff;
}
.point-list > li:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .point-list {
    padding: 60px 0 10px;
  }
  .point-list > li {
    width: 100%;
  }
  .point-list > li .img-box {
    padding-bottom: 60%;
  }
  .point-list > li .txt-box {
    padding: 8px 15px;
  }
  .point-list > li .txt-box > p {
    font-size: 18px;
  }
}
.dog-item-gallery-wrapper h2 {
  font-size: 1.7rem;
  margin-bottom: 15px;
}
.dog-item-gallery-wrapper {
  position: relative;
  padding: 80px 0;
}
.dog-item-gallery .dog-item-slide {
  position: relative;
  margin: 0 10px;
  box-sizing: border-box;
}
.dog-item-slide img {
  width: 100%;
  display: block;
}
.dog-txt-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  background: rgba(57, 95, 57, 0.8);
  color: #fff;
  font-weight: bold;
  padding: 6px 0;
}
/* 丸い矢印ボタン */
.dog-slick-prev,
.dog-slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(57, 95, 57, 0.8);
  color: #fff;
  font-size: 28px;
  text-align: center;
  line-height: 50px;
  border: none;
  cursor: pointer;
  z-index: 10;
  display: inline-block !important;
}
.dog-slick-prev {
  left: -25px;
}
.dog-slick-next {
  right: -25px;
}
@media only screen and (max-width: 768px) {
  .dog-item-gallery-wrapper h2 {
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .dog-slick-prev,
  .dog-slick-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: rgba(57, 95, 57, 0.8);
    color: #fff;
    font-size: 20px;
    text-align: center;
    line-height: 1px;
  }
  .dog-slick-prev {
    left: 0px;
  }
  .dog-slick-next {
    right: 0px;
  }
}
#dog-item {
  scroll-margin-top: 80px;
  /* 上に80px分ずらす */
}
/*202510追加プランページ*/
.plan-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  padding: 5px;
  width: 96%;
  margin: 0 auto;
}
.plan-item {
  border: 2px solid #eee;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.plan-item a {
  text-decoration: none;
  color: inherit;
  display: block;
  text-align: center;
}
.plan-item:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}
.plan-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}
.plan-item:hover img {
  transform: scale(1.05);
}
.plan-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  .plan-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    padding: 10px;
  }
  .plan-item a {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px;
    text-align: left;
  }
  .plan-item img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    flex-shrink: 0;
  }
  .plan-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex: 1;
    padding: 0;
  }
  .plan-name {
    font-size: 13px;
    flex-grow: 1;
    line-height: 1.5;
  }
  .plan-info i {
    font-size: 12px;
    color: #666;
  }
}
.plan-section {
  padding: 60px 20px;
  background: #f6f9fb;
}
.plan-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
}
.plan-inner.reverse {
  flex-direction: row-reverse;
}
.plan-img img {
  width: 100%;
  max-width: 500px;
  height: auto;
  border-radius: 16px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.plan-content {
  flex: 1;
  color: #333;
}
.plan-title {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 1.4;
  font-weight: bold;
}
.plan-heading {
  display: inline-block;
  padding-bottom: 6px;
  border-bottom: 3px solid #b4daef;
}
.plan-number {
  font-size: 0.8rem;
  color: #4b81ac;
  font-weight: 700;
  margin-right: 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  vertical-align: middle;
  opacity: 0.7;
}
.plan-text {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 30px;
}
.plan-text span {
  color: #4b81ac;
  font-weight: bold;
}
.plan-text span.spe {
  background-color: #4b81ac;
  padding: 2px 10px;
  color: #fff;
  border-radius: 50px;
}
.plan-btn {
  display: inline-block;
  background-color: #266a7b;
  color: #fff;
  padding: 1em 2em;
  font-weight: bold;
  border-radius: 50px;
  text-decoration: none;
  transition: background 0.3s ease;
  font-size: 16px;
}
.plan-btn:hover {
  background-color: #1f5563;
  transform: translateY(-2px);
}
.btn-wrapper {
  margin-top: 1.5em;
  text-align: center;
}
.styled-heading {
  position: relative;
  font-size: 1.5rem;
  font-weight: 700;
  color: #333;
  padding: 0.5em 1em;
  background: #fff;
  margin-bottom: 1em;
  border-left: 6px solid #4b81ac;
  display: flex;
  align-items: center;
  gap: 12px;
}
.plan-number {
  font-size: 1rem;
  font-weight: 700;
  color: #4b81ac;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  user-select: none;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .plan-inner,
  .plan-inner.reverse {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
  .plan-img img {
    max-width: 100%;
  }
  .plan-title {
    font-size: 20px;
  }
  .plan-text {
    font-size: 14px;
    text-align: left;
  }
  .plan-btn {
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    font-size: 14px;
  }
}
/*202510追加プランページEND*/
.top-movie {
  padding: 50px 0;
}
/* インスタグラム */
/* スライド内のiframeがクリックに反応するようにする */
#lnk_instagram .top_insta_ul .slick-slide iframe {
  position: relative;
  z-index: 10;
  pointer-events: auto !important;
}
/* Slickのリスト部分がイベントをブロックしないように確認 */
#lnk_instagram .top_insta_ul .slick-slide .slick-list {
  pointer-events: auto;
}
.sp_only_bnr {
  display: none;
}
.sp_only_bnr img {
  width: 100%;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  .sp_only_bnr {
    margin-top: 60px;
    display: block;
    position: fixed;
    z-index: 10;
  }
}
/* 口コミバナー */
.review_box {
  background-color: #e6ede6;
  padding: 20px 50px;
}

.review_box div a img {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
.review_box div a img {
  max-width: 390px;
}
}
