@charset "UTF-8";

/* ---------------------------------
 mainVisual
--------------------------------- */
#mainVisual {
  width: 100%;
  position: relative;
  overflow: hidden;
}

#mainVisual .slider_container {
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#mainVisual .slider_container .slider_item {
  width: 100%;
  position: relative;
}

#mainVisual .slick-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#mainVisual .cover_logo {
  width: 30%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  z-index: 2;
  text-align: center;
}

#mainVisual .cover_logo .cover_logo_img {
  width: 100%;
  margin: 0 auto;
  max-width: 200px;
  text-align: center;
}

#mainVisual .cover_logo h2 {
  margin-top: 5px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 896px) {
  #mainVisual {
    height: 600px;
  }

  #mainVisual .slider_container {
    height: 555px;
  }

  #mainVisual .slider_container .slider_item {
    height: 600px;
  }

  #mainVisual .cover_logo {
    width: 70%;
  }

  #mainVisual .cover_logo .cover_logo_img {
    width: 50%;
    max-width: 200px;
  }

  #mainVisual .cover_logo h2 {
    font-size: 18px;
  }
}

/* ---------------------------------
 news
--------------------------------- */
#news {
  width: 100%;
  padding: 100px 0;
}

#news .news_box {
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#news .news_box .news_title {
  width: 100px;
}

#news .news_box .news_title h3 {
  font-size: 16px;
}

#news .news_box .news_title h3 span {
  font-size: 1.5rem;
}

#news .news_box .news_item {
  flex: 1;
  padding-left: 3%;
}

#news .news_box ul.top_news_list {
  width: 100%;
  list-style: none;
  padding-inline-start: 0;
  margin: 0 auto;
}

#news .news_box ul.top_news_list li {
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #D9D9D9;
}

#news .news_box ul.top_news_list li:first-child {
  border-top: 1px solid #D9D9D9;
}

#news .news_box ul.top_news_list li .news_day {
  margin-right: 15px;
}

#news .news_box ul.top_news_list li .news_cat {
  margin-right: 15px;
  padding: 2px 10px;
  background-color: #1E748F;
  ;
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 896px) {
  #news {
    padding: 50px 0;
  }

  #news .news_box .news_title {
    width: 100%;
  }

  #news .news_box .news_title h3 span {
    display: inline-block;
    margin-right: 15px;
    font-size: 1.5rem;
  }

  #news .news_box .news_item {
    flex: none;
    width: 100%;
    padding-left: 0;
  }

  #news .news_box ul.top_news_list li .news_day {
    display: inline-block;
  }

  #news .news_box ul.top_news_list li .news_cat {
    margin-right: 0;
    display: inline-block;
  }
}

/* ---------------------------------
 about
--------------------------------- */
#about {
  width: 100%;
  background: linear-gradient(180deg, transparent 0%, transparent 90%, #EFF0F3 90%, #EFF0F3 100%);
}

#about .about_box_top {
  width: 100%;
  /* background-image: url('../img/common/deco_nami.png');
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 50%; */
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

#about .about_box_top .about_catchcopy {
  width: 30%;
  text-align: center;
}

#about .about_box_top .about_catchcopy h3.h3_about {
  /* writing-mode: vertical-rl; */
  display: inline-block;
  text-align: left;
  font-size: 2.5rem;
}

#about .about_box_top .about_box_top_img {
  width: 70%;
}

#about .about_box_middle {
  width: 100%;
}

#about .about_box_middle .about_box_middle_inner {
  width: 90%;
  margin: 50px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}

#about .about_box_middle .about_box_middle_inner .about_box_middle_img {
  width: 60%;
  margin-top: -100px;
}

#about .about_box_middle .about_box_middle_inner .about_box_middle_txt {
  width: 40%;
  padding-left: 5%;
}

#about .about_box_middle .about_box_middle_inner .about_box_middle_txt p {
  line-height: 2.0;
  font-size: 18px;
}

.br_pc_about {
  display: block;
}

.br_sp_about {
  display: none;
}

#about .about_box_bottom {
  width: 90%;
  margin: 50px 0 0 10%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#about .about_box_bottom .about_box_bottom_img01 {
  width: 39%;
}

#about .about_box_bottom .about_box_bottom_img02 {
  width: 58.5%;
}

/* レスポンシブ微調整用 */
@media screen and (max-width: 1500px) {
  #about .about_box_middle .about_box_middle_inner .about_box_middle_img {
    width: 55%;
    margin-top: -100px;
  }

  #about .about_box_middle .about_box_middle_inner .about_box_middle_txt {
    width: 45%;
    padding-left: 5%;
  }

  #about .about_box_top .about_catchcopy h3.h3_about {
    font-size: 2.0rem;
  }
}

@media screen and (max-width: 1024px) {
  #about .about_box_middle .about_box_middle_inner {
    width: 94%;
    margin: 20px auto;
  }

  #about .about_box_middle .about_box_middle_inner .about_box_middle_img {
    width: 100%;
    margin-top: 20px;
  }

  #about .about_box_middle .about_box_middle_inner .about_box_middle_txt {
    width: 100%;
    padding-left: 0;
  }

  #about .about_box_middle .about_box_middle_inner .about_box_middle_txt p {
    line-height: 1.7;
    font-size: 16px;
  }

  .br_pc_about {
    display: none;
  }

  .br_sp_about {
    display: block;
  }

  #about .about_box_bottom {
    width: 94%;
    margin: 20px auto 0 auto;
  }
}

@media screen and (max-width: 896px) {
  #about {
    margin-top: 50px;
    background: linear-gradient(180deg, transparent 0%, transparent 95%, #EFEFF3 95%, #EFEFF3 100%);
  }

  #about .about_box_top {
    background-image: none;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  #about .about_box_top .about_catchcopy {
    width: 100%;
    text-align: center;
    /* background-image: url('../img/common/deco_nami.png');
    background-repeat: repeat-x;
    background-position: bottom;
    background-size: auto 60%; */
  }

  #about .about_box_top .about_catchcopy h3.h3_about {
    /* writing-mode: vertical-rl; */
    display: inline-block;
    text-align: left;
    font-size: 1.5rem;
    padding-bottom: 30px;
  }

  #about .about_box_top .about_box_top_img {
    width: 100%;
    height: 250px;
  }

  #about .about_box_top .about_box_top_img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
}

/* ---------------------------------
 top_room
--------------------------------- */
.top_room {
  width: 100%;
  padding: 200px 0 100px 0;
}

.top_room .top_room_inner,
.top_room .top_room_inner2 {
  width: 80%;
  margin: 0 auto;
}

.top_room .top_room_inner2 {
  text-align: center;
}

.top_room .top_room_box {
  width: 80%;
  margin: 30px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: space-between;
}

.top_room .top_room_box .top_room_img_box {
  width: 24%;
}

.top_room .top_room_linkbtn {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 896px) {
  .top_room {
    padding: 100px 0 50px 0;
  }

  .top_room .top_room_inner,
  .top_room .top_room_inner2 {
    width: 94%;
  }

  .top_room .top_room_inner2 {
    text-align: left
  }

  .top_room .top_room_box {
    width: 100%;
  }

  .top_room .top_room_box .top_room_img_box {
    width: 48%;
    margin: 1%;
  }
}

/* ---------------------------------
 top_contents_box SAUNA、MEAL用
--------------------------------- */
.top_contents_box {
  width: 100%;
  padding-top: 100px;
}

.top_contents_box.top_con_bottom {
  padding-bottom: 100px;
}

.top_contents_box .top_contents_box_inner {
  width: 80%;
  margin: 0 auto;
}

.top_contents_box .top_con_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.top_contents_box .top_con_box .top_con_box_img {
  width: 60%;
}

.top_contents_box .top_con_box .top_con_box_txt {
  width: 35%;
  margin-left: 5%;
}

.top_contents_box .top_con_box h4 {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

.top_contents_box .top_con_link {
  width: 100%;
  margin-top: 30px;
}

@media screen and (max-width: 896px) {
  .top_contents_box {
    padding-top: 50px;
  }

  .top_contents_box.top_con_bottom {
    padding-bottom: 50px;
  }

  .top_contents_box .top_contents_box_inner {
    width: 94%;
  }

  .top_contents_box .top_con_box .top_con_box_img {
    width: 100%;
  }

  .top_contents_box .top_con_box .top_con_box_txt {
    width: 100%;
    margin-left: 0;
    margin: 20px 0;
  }

  .top_contents_box .top_con_box h4 {
    margin-bottom: 10px;
  }

  .top_contents_box .top_con_link {
    margin-top: 15px;
  }
}

/* ---------------------------------
 top_sightseeing
--------------------------------- */
.top_sightseeing {
  width: 100%;
  padding: 100px 0;
}

.top_sightseeing .top_sightseeing_box {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}

.top_sightseeing .top_sightseeing_box .top_sightseeing_txt {
  width: 30%;
  padding-left: 5%;
  padding-right: 5%;
  background-image: url('../img/common/deco_nami.png');
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: auto 60%;
}

.top_sightseeing .top_sightseeing_box .top_sightseeing_img {
  width: 70%;
}

.top_sightseeing h3 {
  font-size: 2.0rem;
  margin-bottom: 20px;
}

.top_sightseeing .top_sightseeing_link {
  margin-top: 20px;
}

@media screen and (max-width: 896px) {
  .top_sightseeing {
    padding: 50px 0;
  }

  .top_sightseeing .top_sightseeing_box .top_sightseeing_txt {
    width: 100%;
    background-size: auto 100%;
    padding-bottom: 30px;
    padding-left: 3%;
    padding-right: 3%;
  }

  .top_sightseeing .top_sightseeing_box .top_sightseeing_img {
    width: 100%;
  }
}

/* ---------------------------------
 access
--------------------------------- */
#access {
  width: 100%;
  padding: 100px 0;
}

#access .access_inner {
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
}

#access .access_map {
  width: 100%;
  margin: 30px 0;
}

#access .access_map iframe {
  width: 100%;
  height: 500px;
}


#access .access_box_txt {
  margin-left: 40%;
}

#access .access_link_box {
  width: 100%;
  text-align: center;
}

#access .access_link_box img {
  width: 100%;
  max-width: 400px;
}

@media screen and (max-width: 896px) {
  #access {
    padding: 50px 0;
  }

  #access .access_map iframe {
    height: 300px;
  }

  #access .access_box_txt {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

/* === 閉じるバナー === */
.callout-container {
  position: fixed;
  z-index: 99;
  bottom: 185px;
  right: 1px;
  width: 200px;
  max-width: 380px;
  padding: 2px;
}

.callout-container img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  display: block;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
}

/* 閉じるボタン */
.bnr_close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: #888;
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  padding: 4px 10px;
}

.bnr_close:hover {
  color: #ccc;
}

/* SP */
@media screen and (max-width: 896px) {
  .callout-container {
    width: 100%;
    max-width: 100%;
    left: 0;
    bottom: 70px;
  }
}

/* === END === */
.banner-section {
  margin: 80px auto;
  width: 90%;
}

.banner-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.banner-item {
  width: 30%;
  max-width: 700px;
}

.banner-item img {
  width: 100%;
  height: auto;
  display: block;
  box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.25);
}

/* タブレット・スマホ */
@media screen and (max-width: 896px) {
  .banner-section {
    margin: 40px auto;
    width: 94%;
  }

  .banner-item {
    width: 100%;
  }
}

.inuyado {
  width: 96%;
  max-width: 600px;
  margin: 50px auto 20px;
}