@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: 20px;
  text-align: center;
  color: #fff;
  font-weight: normal;
}

@media screen and (max-width: 896px) {
  #mainVisual{
    height:600px;
  }
  #mainVisual .slider_container .slider_item {
    height:600px;
  }
  #mainVisual .cover_logo{
    width: 70%;
  }
  #mainVisual .cover_logo .cover_logo_img{
    width: 40%;
    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: #10164C;
  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: 25%;
  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: 75%;
}
#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;
}
#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;
  }
  #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{
  width: 80%;
  margin: 0 auto;
}
.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: 48%;
}
.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{
    width: 94%;
  }
  .top_room .top_room_box{
    width: 100%;
  }
  .top_room .top_room_box .top_room_img_box{
    width: 100%;
  }
}

/* ---------------------------------
 top_dog
--------------------------------- */
.top_dog{
  width: 100%;
  padding: 100px 0 100px 0;
}
.top_dog .top_dog_inner{
  width: 80%;
  margin: 0 auto;
}
.top_dog .top_dog_photo{
  width: 80%;
  margin: 30px auto;
}
.top_dog .top_dog_box{
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:space-between;
}
.top_dog .top_dog_box .top_dog_box_img01{
  width: 27%;
  order: 1;
}
.top_dog .top_dog_box .top_dog_box_img02{
  width: 27%;
  order: 2;
}
.top_dog .top_dog_box .top_dog_box_txt{
  width: 40%;
  order: 3;
}
.top_dog .top_dog_link{
  width: 100%;
  margin-top: 30px;
}
.top_dog .top_dog_link a{
  display: block;
  width: 80%;
  max-width: 300px;
  padding: 15px;
  color: #10164C;
  background-color: #fff;
  position: relative;
}
.top_dog .top_dog_link a::after{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 0.5em;   /* arrow size */
  height: 0.5em;  /* arrow size */
  border-top: 1px solid #10164C;  /* thickness, color */
  border-right: 1px solid #10164C;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.top_dog .top_dog_link a:hover{
  color: #fff;
  background-color: #10164C;
}
.top_dog .top_dog_link a:hover::after{
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.top_dog .top_dog_link.disp_pc{
  display: block;
}
.top_dog .top_dog_link.disp_sp{
  display: none;
}
@media screen and (max-width: 896px) {
  .top_dog{
    padding: 50px 0 50px 0;
  }
  .top_dog .top_dog_inner{
    width: 94%;
  }
  .top_dog .top_dog_photo{
    width: 100%;
    margin: 30px auto;
  }
  .top_dog .top_dog_photo{
    width: 100%;
    height: 250px;
  }
  .top_dog .top_dog_photo img{
    width: 100%;
    height: 250px;
    object-fit: cover;
  }
  .top_dog .top_dog_box .top_dog_box_img01{
    width: 48%;
    order: 2;
  }
  .top_dog .top_dog_box .top_dog_box_img02{
    width: 48%;
    order: 3;
  }
  .top_dog .top_dog_box .top_dog_box_txt{
    width: 100%;
    order: 1;
    margin-bottom: 20px;
  }
  .top_dog .top_dog_link.disp_pc{
    display: none;
  }
  .top_dog .top_dog_link.disp_sp{
    display: block;
  }
  .top_dog .top_dog_link a{
    margin: 0 auto;
    text-align: center;
  }
}

/* ---------------------------------
 top_contents_box #SPAと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{
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-direction: row-reverse;
}
#access .access_box .access_box_img{
  width: 50%;
}
#access .access_box .access_box_txt{
  width: 45%;
  margin-left: 5%;
}
#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 .access_box_img{
    width: 100%;
  }
  #access .access_box .access_box_txt{
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}