@charset "utf-8";
/* ===================================================================
 File Name  : page.css
 Style Info : ページに関するスタイル指定
=================================================================== */

/*TOPのみ適応*/
.btn a {
  color: #000;
  background: #fff;
}

a:link {
  color: #000;
}
.btn a::after {
  position: absolute;
  right: 20px;
  top: calc(50% - 5px);
  background: url("../img/common/ico/icon_arrow02.svg") center center no-repeat;
  background-size: 6px 10px;
  width: 6px;
  height: 10px;
  content: "";
  transition: all 0.6s ease 0s;
}

.home #header {
  top: -60px;
  transition: all 0.8s ease 3s;
}
.home.frame_in #header {
  top: 0;
}
.home .side_search_wrap,
.home .side_plan {
  right: -110px;
  transition: all 0.8s ease 3s;
}
.home.frame_in .side_search_wrap,
.home.frame_in .side_plan {
  right: 0;
}
.side_plan a {
  color: #fff;
}

/*----------------------------------------------------
  トップページ index
--------------------------------------------------- */
.mv_logo {
  position: absolute;
  left: calc(50% - 115px);
  top: calc(50% - 40px);
  z-index: 10;
  transition: all 1s ease 2.8s;
}
.home.frame_in .mv_logo {
  opacity: 0;
}
#mainVisual {
  position: relative;
}
.main_slider {
  opacity: 0;
  transition: all 1s ease 0.3s;
}
.main_slider.slick-initialized {
  opacity: 1;
}
.main_slider .slick-dots {
  max-width: 1740px;
  left: calc(50% - 890px);
  padding: 0 15px;
}
@media screen and (max-width: 1800px) {
  .main_slider .slick-dots {
    max-width: 100%;
    left: 0;
  }
}
#mainVisual figure img {
  width: 100%;
  object-fit: cover;
}
.mv_copy {
  opacity: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 90px;
  z-index: 5;
  color: #fff;
  font-size: 2.4rem;
  letter-spacing: 0.4em;
  font-weight: 500;
  text-shadow: 0px 0px 9px rgba(94, 94, 94, 1), 0px 0px 9px rgba(94, 94, 94, 1);
  transition: all 1.5s ease 3.8s;
}
.home.frame_in .mv_copy {
  opacity: 1;
}
.mv_copy h2 {
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .mv_logo {
    left: calc(50% - 20vw);
    top: calc(50% - 7vw);
  }
  .mv_logo img {
    width: 40vw;
    height: auto;
  }
  .main_slider .slick-dots {
    padding: 0 4vw;
    bottom: 30vw;
    text-align: center;
  }
  .mv_copy {
    position: absolute;
    bottom: 53.33vw;
    font-size: 4.26vw;
    text-shadow: 0px 0px 12px rgba(94, 94, 94, 1), 0px 0px 12px rgba(94, 94, 94, 1), 0px 0px 12px rgba(94, 94, 94, 1);
    text-align: center;
  }
  .mv_copy h2 {
    line-height: 2.5;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}

.mv_scroll {
  display: inline-block;
  position: absolute;
  left: calc(50% - 10px);
  bottom: 0;
  z-index: 10;
  width: 20px;
  height: 60px;
  overflow: hidden;
  text-decoration: none;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  white-space: nowrap;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.mv_scroll::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #fff;
  animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}
@media screen and (max-width: 1024px) {
  .mv_scroll {
    left: calc(50% - 3vw);
    bottom: 12vw;
    width: 6vw;
    height: 13.33vw;
  }
}

@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}

/*トップ 共通*/
.index_explanation {
  text-align: center;
  padding-top: 45px;
}
.index_explanation p {
  line-height: 2.5;
  font-size: 1.5rem;
  margin-bottom: 40px;
}
@media screen and (max-width: 1024px) {
  .index_explanation {
    text-align: center;
    padding-top: 4.66vw;
  }
  .index_explanation p {
    line-height: 2;
    font-size: 3.73vw;
    margin-bottom: 5.33vw;
  }
}

.index_explanation_btn {
  display: flex;
  justify-content: center;
}
.index_explanation_btn .btn {
  margin: 0 15px;
}
@media screen and (max-width: 1024px) {
  .index_explanation_btn {
    display: block;
  }
  .index_explanation_btn .btn {
    margin: 0 0 5vw;
  }
}

.roop_slider {
  opacity: 0;
  transition: all 1s ease 0.3s;
}
.roop_slider.slick-initialized {
  opacity: 1;
}
.roop_slider figure {
  padding: 0 7px;
}
.roop_slider figure img {
  width: 100%;
  height: auto;
}
.slider_lead {
  position: relative;
  z-index: 5;
  max-width: 1780px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 1024px) {
  .roop_slider figure {
    padding: 0 1.33vw;
  }
  .roop_slider figure img {
    width: auto !important;
    height: 60vw;
  }
  .slider_lead {
    max-width: 100%;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
  }
}

.accordion_cont dd {
  display: none;
}

#index {
  padding-top: 50px;
}
@media screen and (max-width: 1024px) {
  #index {
    padding-top: 8vw;
  }
}

/*トップ リード文*/
#index_lead {
  text-align: center;
  margin-bottom: 135px;
}
#index_lead h2 {
  margin-bottom: 30px;
}
#index_lead h2 b {
  display: block;
  letter-spacing: 0.4em;
  font-weight: 600;
  font-size: 2.4rem;
  margin-bottom: 12px;
}
#index_lead h2 small {
  display: block;
  letter-spacing: 0.2em;
  font-size: 1.8rem;
}
#index_lead p {
  line-height: 3;
}
@media screen and (max-width: 1024px) {
  #index_lead {
    margin-bottom: 13.33vw;
  }
  #index_lead h2 {
    margin-bottom: 5vw;
  }
  #index_lead h2 b {
    display: block;
    font-weight: 500;
    letter-spacing: 0.106em;
    font-size: 4.8vw;
    margin-bottom: 1.33vw;
  }
  #index_lead h2 small {
    font-size: 4.26vw;
    font-weight: 500;
    letter-spacing: 0.096em;
  }
  #index_lead p {
    line-height: 2;
    text-align: left;
    padding: 0 2.66vw;
  }
}

/*トップ 客室*/
#index_room {
  margin-bottom: 110px;
}
#index_room .wrapper::before {
  position: absolute;
  right: 20px;
  top: -15px;
  content: "";
  background: url("../img/index/index_room_bg.webp") center center no-repeat;
  background-size: 134px auto;
  width: 134px;
  height: 99px;
}
.index_room_gallery {
  display: flex;
  justify-content: space-between;
}
.index_room_gallery img {
  width: 100%;
  object-fit: cover;
}
.index_room_gallery figure {
  width: 65.15%;
}
.index_room_gallery ul {
  width: calc(34.85% - 10px);
}
.index_room_gallery figure,
.index_room_gallery li {
  opacity: 0;
  position: relative;
}
.index_room01 {
  transition: all 1s ease 1s;
}
.index_room02 {
  transition: all 1s ease 1.5s;
  margin-bottom: 10px;
}
.index_room03 {
  transition: all 1s ease 2s;
}
.index_room_gallery.active figure,
.index_room_gallery.active li {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #index_room {
    margin-bottom: 14.66vw;
  }
  #index_room .wrapper::before {
    right: 5.33vw;
    top: 3vw;
    background-size: 27.2vw auto;
    width: 27.2vw;
    height: 20vw;
  }
  .index_room_gallery img {
    width: 100%;
    object-fit: cover;
  }
  .index_room_gallery figure {
    width: 100%;
    margin-bottom: 1.6vw;
  }
  .index_room_gallery ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .index_room_gallery li {
    width: calc(50% - 0.8vw);
  }
  .index_room_gallery figure,
  .index_room_gallery li {
    opacity: 1 !important;
  }
}

#index_room .index_explanation_btn {
  flex-wrap: wrap;
}
#index_room .index_explanation_btn .btn {
  margin: 0 15px 15px;
}
@media screen and (min-width: 1025px) {
  #index_room .index_explanation_btn .btn a {
    width: 280px;
  }
}

/*トップ 料理*/
#index_cuisine {
  margin-bottom: 180px;
}
#index_cuisine .slider_lead::before {
  position: absolute;
  left: 20px;
  top: -15px;
  content: "";
  background: url("../img/index/index_cuisine_bg.webp") center center no-repeat;
  background-size: 128px auto;
  width: 128px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  #index_cuisine {
    margin-bottom: 14.66vw;
  }
  #index_cuisine .slider_lead::before {
    left: 4.66vw;
    top: 6.66vw;
    background-size: 25.2vw auto;
    width: 25.2vw;
    height: 20vw;
  }
}

/*トップ 温泉*/
#index_spa {
  margin-bottom: 180px;
}
#index_spa .slider_lead::before {
  position: absolute;
  right: 20px;
  top: -15px;
  content: "";
  background: url("../img/index/index_spa_bg.webp") center center no-repeat;
  background-size: 258px auto;
  width: 258px;
  height: 100px;
}
@media screen and (max-width: 1024px) {
  #index_spa {
    margin-bottom: 14.66vw;
  }
  #index_spa .slider_lead::before {
    right: 5.33vw;
    top: 6.66vw;
    background-size: 54.13vw auto;
    width: 54.13vw;
    height: 20vw;
  }
}

/*トップ おもてなし*/
#index_hospitality {
  margin-bottom: 180px;
}
#index_hospitality .wrapper::before {
  position: absolute;
  left: 20px;
  top: -106px;
  content: "";
  background: url("../img/index/index_facility_bg.webp") center center no-repeat;
  background-size: 226px auto;
  width: 226px;
  height: 333px;
}
.index_hospitality_gallery {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.index_hospitality_gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.index_hospitality_gallery figure {
  width: 65.15%;
}
.index_hospitality_gallery ul {
  width: calc(34.85% - 10px);
  max-height: 587px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.index_hospitality_gallery figure,
.index_hospitality_gallery li {
  opacity: 0;
  position: relative;
}
.index_hospitality_gallery li {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: calc(50% - 5px);
}
.index_hospitality_gallery li span {
  width: calc(50% - 5px);
  height: 100%;
}
.index_hospitality02 {
  transition: all 1s ease 1s;
}
.index_hospitality03 {
  transition: all 1s ease 1.5s;
}
.index_hospitality01 {
  transition: all 1s ease 2s;
}
.index_hospitality_gallery.active figure,
.index_hospitality_gallery.active li {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #index_hospitality {
    margin-bottom: 14.66vw;
  }
  #index_hospitality .wrapper::before {
    left: 5.33vw;
    top: 0;
    background-size: 27.06vw auto;
    width: 27.06vw;
    height: 40vw;
  }
  .index_hospitality_gallery img {
    width: 100%;
    object-fit: cover;
  }
  .index_hospitality_gallery figure {
    width: 100%;
    margin-bottom: 1.6vw;
  }
  .index_hospitality_gallery ul {
    width: 100%;
    max-height: none;
    display: block;
  }
  .index_hospitality_gallery figure,
  .index_hospitality_gallery li {
    opacity: 1 !important;
  }
  .index_hospitality_gallery li {
    height: auto;
    margin-bottom: 1.6vw;
  }
  .index_hospitality_gallery li span {
    width: calc(50% - 0.8vw);
    height: 30vw;
  }
  .index_hospitality_gallery figure,
  .index_hospitality_gallery li {
    opacity: 1 !important;
  }
}

/*トップ 施設*/
#index_facility {
  margin-bottom: 180px;
}
#index_facility .wrapper::before {
  position: absolute;
  right: 20px;
  top: -106px;
  content: "";
  background: url("../img/index/index_facility_bg.webp") center center no-repeat;
  background-size: 226px auto;
  width: 226px;
  height: 333px;
}
#index_facility .index_explanation {
  padding-top: 35px;
}
.index_facility_gallery ul {
  display: flex;
  flex-wrap: wrap;
}
.index_facility_gallery li {
  opacity: 0;
  transition: all 1s ease-in-out 1s;
  width: calc(33.33% - 7px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.index_facility_gallery li:nth-child(3n) {
  margin-right: 0;
}
.index_facility_gallery li.active {
  opacity: 1;
}
.index_facility_gallery li img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1024px) {
  #index_facility {
    margin-bottom: 16vw;
  }
  #index_facility .wrapper::before {
    right: 5.33vw;
    top: 0;
    background-size: 27.06vw auto;
    width: 27.06vw;
    height: 40vw;
  }
  #index_facility .index_explanation {
    padding-top: 3.33vw;
  }
  .index_facility_gallery ul {
    justify-content: space-between;
  }
  .index_facility_gallery li {
    opacity: 1;
    width: calc(50% - 1.33vw);
    margin-right: 0;
    margin-bottom: 2.66vw;
  }
}

.index_facility_gallery li a {
  position: relative;
  display: block;
  overflow: hidden;
  text-decoration: none;
}
.index_facility_gallery li span {
  display: block;
  overflow: hidden;
}
.index_facility_gallery li img {
  width: 100%;
  height: auto;
  opacity: 1 !important;
  transition: 0.5s;
}
.index_facility_gallery li a:hover img {
  transform: scale(1.1);
}
.index_facility_gallery li p {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  z-index: 5;
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease 0s;
  min-height: 80px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.index_facility_gallery li a:hover p {
  bottom: 0;
}
@media screen and (max-width: 1024px) {
  .index_facility_gallery li p {
    position: static;
    color: #000;
    background: none;
    min-height: auto;
    padding: 3vw;
    line-height: 1.4;
    font-size: 3.46vw;
  }
}

/*トップ プラン*/
#index_plan {
  background: #e6dfcf;
  padding: 55px 0 75px;
}
#index_plan h2 {
  margin-bottom: 45px;
}
.index_plan_gallery {
  display: flex;
  flex-wrap: wrap;
}
.index_plan_box {
  display: block;
  opacity: 0;
  transition: all 1s ease-in-out 1s;
  width: calc(25% - 8px);
  margin-right: 10px;
  margin-bottom: 10px;
  background: #efefef;
  text-align: center;
  text-decoration: none;
}
.index_plan_box:nth-child(4n) {
  margin-right: 0;
}
.index_plan_box.active {
  opacity: 1;
}
.index_plan_box figure {
  overflow: hidden;
}
.index_plan_box figure img {
  width: 100%;
  height: auto;
  opacity: 1 !important;
  transition: 0.5s;
}
.index_plan_box:hover figure img {
  transform: scale(1.1);
}
.index_plan_box p {
  line-height: 1.5;
  padding: 8% 4.5%;
  transition: all 0.2s ease-in-out 0s;
}
.index_plan_box:hover p {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  #index_plan {
    padding: 13.33vw 0 12.66vw;
  }
  #index_plan h2 {
    margin-bottom: 5.33vw;
  }
  .index_plan_gallery {
    justify-content: space-between;
  }
  .index_plan_box {
    opacity: 1;
    width: calc(50% - 1.33vw);
    margin-right: 0;
    margin-bottom: 2.66vw;
  }
  .index_plan_box p {
    font-size: 3.46vw;
    padding: 1.2vw 3vw;
    min-height: 13vw;
    line-height: 1.4;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

/*トップ お知らせ*/
.index_info_wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
}
.index_info_wrap > div {
  width: 47.5%;
  max-width: 650px;
}
.index_info_wrap .sub_ttl02 {
  margin-bottom: 50px;
}
.index_info_wrap .btn {
  text-align: center;
}
#index_info {
  padding: 170px 0 180px;
}
.index_news_box {
  padding-bottom: 40px;
}
.index_news_box li {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.6s;
  line-height: 1.4;
  margin-bottom: 18px;
}
.index_news_box li.active {
  opacity: 1;
}
.index_news_box li a {
  text-decoration: none;
  display: block;
  padding-left: 32px;
  background: url("../img/common/ico/icon_info.png") 0 0 no-repeat;
  background-size: 22px auto;
}
.index_news_box li a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1024px) {
  .index_info_wrap {
    margin-bottom: 16vw;
  }
  .index_info_wrap > div {
    width: 100%;
    max-width: 100%;
  }
  .index_info_wrap .sub_ttl02 {
    margin-bottom: 5.33vw;
  }
  .index_info_wrap .sub_ttl02 small {
    font-size: 3.2vw;
  }
  #index_info {
    padding: 13.33vw 0 16vw;
  }
  #index_news {
    margin-bottom: 13.33vw;
  }
  .index_news_box {
    padding-bottom: 2.66vw;
  }
  .index_news_box li {
    opacity: 1;
    margin-bottom: 4vw;
  }
  .index_news_box li a {
    padding-left: 7.4vw;
    background-size: 5.33vw auto;
  }
}

/*トップ よくあるご質問*/
.index_faq_box {
  padding-bottom: 22px;
}
.index_faq_box dl {
  position: relative;
  opacity: 0;
  transition: all 1s ease-in-out 0.6s;
  border-bottom: solid 1px #d2ba75;
  margin-bottom: 35px;
  line-height: 1.4;
}
.index_faq_box dl.active {
  opacity: 1;
}
.index_faq_box dt {
  position: relative;
  cursor: pointer;
  padding-bottom: 18px;
  padding-left: 48px;
  transition: all 0.2s ease-in-out 0s;
}
.index_faq_box dt:hover {
  opacity: 0.7;
}
.index_faq_box dt::before {
  position: absolute;
  left: 12px;
  top: -2px;
  font-size: 2.2rem;
  line-height: 1;
  content: "Q";
  color: #b6901f;
}
.index_faq_box dt span {
  display: block;
  position: relative;
  padding-right: 40px;
}
.index_faq_box dt span::before {
  position: absolute;
  right: 20px;
  top: 11px;
  content: "";
  width: 13px;
  height: 1px;
  background: #b6901f;
}
.index_faq_box dt span::after {
  position: absolute;
  right: 26px;
  top: 5px;
  content: "";
  width: 1px;
  height: 13px;
  background: #b6901f;
  transition: all 0.2s ease-in-out 0s;
}
.index_faq_box dt.activ span::after {
  transform: rotate(90deg);
  opacity: 0;
}
.index_faq_box dd {
  border-top: 1px dashed #aaa;
  padding: 18px 0 18px 48px;
  line-height: 1.5;
  font-size: 1.5rem;
}
.index_faq_box dd a {
  color: #b6901f;
}
@media screen and (max-width: 1024px) {
  .index_faq_box {
    padding-bottom: 3.33vw;
  }
  .index_faq_box dl {
    opacity: 1;
    margin-bottom: 5vw;
  }
  .index_faq_box dt {
    padding-bottom: 2.66vw;
    padding-left: 9.33vw;
  }
  .index_faq_box dt::before {
    left: 2vw;
    top: -0.33vw;
    font-size: 4.8vw;
  }
  .index_faq_box dt span::before {
    right: 15px;
    top: 50%;
  }
  .index_faq_box dt span::after {
    right: 21px;
    top: calc(50% - 6px);
  }
  .index_faq_box dd {
    padding: 4vw 0 4vw 9.33vw;
    font-size: 3.46vw;
  }
}

/*トップ YouTUbe*/
#index_youtube {
  max-width: 1000px;
  margin: 0 auto;
}
.ytb_box {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.ytb_box iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/*トップ ピックアップ*/
#index_pickup {
  margin-bottom: 120px;
}
#index_pickup .sub_ttl02 {
  margin-bottom: 45px;
}
#index_pickup .sub_ttl02 span {
  letter-spacing: 0.072em;
}
.pickup_gallery {
  display: flex;
  justify-content: space-between;
}
.pickup_box {
  position: relative;
  width: calc(50% - 5px);
  display: block;
  text-align: center;
  color: #fff !important;
  text-decoration: none;
}
.pickup_box::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.pickup_box figure {
  overflow: hidden;
}
.pickup_box figure img {
  opacity: 1 !important;
  width: 100%;
  height: auto;
  transition: 0.5s;
}
.pickup_box:hover figure img {
  transform: scale(1.1);
}
.pickup_box dl {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
}
.pickup_box dt {
  font-size: 2.4rem;
  letter-spacing: 0.4em;
}
.pickup_box dd {
  letter-spacing: 0;
}
.pickup_box {
  opacity: 0;
  position: relative;
}
.pickup_box:nth-child(1) {
  transition: all 1s ease 1s;
}
.pickup_box:nth-child(2) {
  transition: all 1s ease 1.5s;
}
.pickup_gallery.active .pickup_box {
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  #index_pickup {
    margin-bottom: 0;
    padding-bottom: 10.66vw;
  }
  #index_pickup .sub_ttl02 {
    margin-bottom: 5.33vw;
  }
  #index_pickup .sub_ttl02 span {
    letter-spacing: 0.106em;
  }
  #index_pickup .sub_ttl02 small {
    font-size: 3.2vw;
  }
  .pickup_box {
    width: 100%;
    margin-bottom: 5.33vw;
  }
  .pickup_box dl {
    padding: 5.33vw;
  }
  .pickup_box dt {
    font-size: 4.8vw;
  }
  .pickup_box dd {
    font-size: 3.2vw;
  }
  .pickup_box {
    opacity: 1;
  }
}

/* トップ アクセス */
#index_map {
  background: url(../img/index/index_map.webp) 50% 50% / cover no-repeat;
  height: 41.3vw;
}

#index_map .sub_ttl02 {
  text-align: left;
  padding-top: 8vw;
}

#index_map .map_text {
  padding-top: 40px;
  padding-left: 1em;
  width: 40%;
  max-width: 400px;
}

#index_map p {
  line-height: 2.5;
  font-size: 1.5rem;
  margin-bottom: 40px;
}

#index_map .btn a {
  background: rgba(255, 255, 255, 0.25);
}

@media screen and (max-width: 1024px) {
  #index_map {
    background: url(../img/index/index_map_sp.webp) 50% 100% / 100% auto no-repeat;
    min-height: 180vw;
  }

  #index_map .sub_ttl02 {
    text-align: left;
    padding-top: 12vw;
  }

  #index_map .map_text {
    padding-top: 3vw;
    padding-left: 0;
    width: 100%;
    max-width: unset;
  }

  #index_map p {
    line-height: 2;
    font-size: 3.73vw;
    margin-bottom: 6vw;
  }

  #index_map .btn {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  #index_map {
    min-height: 180vw;
  }
}

/* トップ プランバナー */
.bnr_plan {
  margin-bottom: 32px;
}

.bnr_plan a:hover {
  opacity: .8;
}

@media screen and (max-width:800px) {
  .bnr_plan {
    margin: 1em;
  }

  .bnr_plan img {
    width: 100%;
  }

  .bnr_plan a span {
    display: block;
    font-size: 3.73vw;
    line-height: 1.6;
    width: 100%;
    padding: 0 0px;
  }
}

.bnr_top {
  margin-top: -100px;
  margin-bottom: 80px;
}

.bnr_top a {
  display: inline-block;
}

.bnr_top a:hover {
  opacity: .8;
}

@media screen and (max-width: 767px) {
  .bnr_top {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 5.33vw 8vw;
    position: relative;
  }

  .bnr_top img {
    width: 100%;
  }
}

.hotaru_link {
  width: 90%;
  max-width: 800px;
  margin: 10px auto 0;
  background-color: #222;
  padding: 6px 0;
}

.hotaru_link a {
  color: #fff;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hotaru_link a img {
  margin-left: 0.5em;
}

.hotaru_link a span {
  color: #9fff4e;
}

.bnr_top .hotaru_link a:hover {
  opacity: 1;
  color: #9fff4e;
}

@media screen and (max-width: 767px) {
  .hotaru_link {
    width: 100%;
    max-width: 800px;
    margin: 3.33vw auto 0;
    padding: 2.56vw 0;
    border-radius: 25px;
  }

  .hotaru_link a img {
    width: 5.33vw;
  }
}

#contents .hotaru_link a:hover img {
  opacity: 1;
}

#contents .bnr_plan a:hover img,
#contents .bnr_top a:hover img {
  opacity: 1;
}
