@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 .slider_container .slider_item .slider_item_shopname{
  position: absolute;
  bottom: 25%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  letter-spacing: 3px;
}
#mainVisual .slider_scroll i {
  position: absolute;
  bottom: 18%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 20px;
  animation: updown 2s infinite ease-in-out;
  color: #fff;
}
@keyframes updown {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#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 img.cover_logo_img{
  display: inline-block;
  margin-bottom: 20px;
  width: 70%;
}
@media screen and (max-width: 896px) {
  #mainVisual{
    height:600px;
  }
  #mainVisual .slider_container .slider_item {
    height:600px;
  }
  #mainVisual .cover_logo{
    width: 50%;
  }
  #mainVisual .cover_logo img.cover_logo_img{
    width: 100%;
  }
}
/* ---------------------------------
 concept
--------------------------------- */
#concept{
  width: 100%;
  padding: 100px 0;
  background: linear-gradient(#fff, #D5F4FF, #fff);
}
#concept .concept_inner{
  width: 94%;
  max-width: 1400px;
  margin: 0 auto;
  text-align: center;
}
#concept .concept_inner h2.concept_h2{
  font-size: 2.0rem;
  letter-spacing: 3px;
  position: relative;
  padding-top: 140px;
  margin-bottom: 20px;
}
#concept .concept_inner h2.concept_h2::before{
  position: absolute;
  top:0;
  left: 50%;
  transform: translateX(-50%);
  content: '';
  display: block;
  width: 80px;
  height: 118px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('../img/top/biwako.svg');
}
@media screen and (max-width: 896px) {
  #concept{
    padding: 50px 0;
  }
  #concept .concept_inner h2.concept_h2{
    font-size: 1.5rem;
    padding-top: 140px;
    margin-bottom: 10px;
  }
}
/* top_shop_list */
.top_shop_list{
  width: 100%;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.top_shop_list .top_shop_box{
  width: 49%;
  aspect-ratio: 5 / 3;
  position: relative;
  margin-top: 30px;
}
.top_shop_list .top_shop_box a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top_shop_list .top_shop_box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
}
.top_shop_list .top_shop_box:hover img{
  opacity: 0.7;
}
.top_shop_list .top_shop_box .top_shop_name{
  width: 100%;
  position: absolute;
  bottom: 0;
  left:0;
  background: linear-gradient(rgba(23, 107, 139, 0),rgba(23, 107, 139,1));
}
.top_shop_list .top_shop_box .top_shop_name h3{
  padding: 20px 70px 20px 20px;
  letter-spacing: 3px;
  font-weight: normal;
  color: #fff;
  font-size: 2vw;
  line-height: 1.2;
}
.top_shop_list .top_shop_box .top_shop_name h3 .top_shop_name_small{
  font-size: 1vw;
}
.top_shop_list .top_shop_box .top_shop_more{
  position: absolute;
  bottom: 20px;
  right: 15px;
  width: 50px;
  height: 50px;
  background-color: rgba(255,255,255,0.5);
  border-radius: 50%;
  transition: 0.3s;
}
.top_shop_list .top_shop_box:hover .top_shop_more{
  background-color: rgba(255,255,255,0.7);
}
.top_shop_list .top_shop_box .top_shop_more img.top_shop_more_icon{
  width: 50%;
  height: auto;
  margin: 25% 0 0 25%;
}
@media screen and (max-width: 896px) {
  .top_shop_list{
    width: 94%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
  }
  .top_shop_list .top_shop_box{
    width: 49%;
    aspect-ratio: 3 / 4;
    margin-top: 15px;
  }
  .top_shop_list .top_shop_box .top_shop_name h3{
    padding: 10px 40px 10px 10px;
    letter-spacing: 3px;
    font-size: 16px;
    line-height: 1.2;
  }
  .top_shop_list .top_shop_box .top_shop_name h3 .top_shop_name_small{
    /* font-size: 12px; */
    display: none;
  }
  .top_shop_list .top_shop_box .top_shop_more{
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 30px;
    height: 30px;
  }
  .top_shop_list .top_shop_box .top_shop_more img.top_shop_more_icon{
    width: 50%;
    height: auto;
    margin: 0 0 0 25%;
  }
}

/* ---------------------------------
 top_meal
--------------------------------- */
#top_meal{
  width: 100%;
  padding: 100px 0;
}
#top_meal .top_meal_box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#top_meal .top_meal_box .top_meal_note{
  width: 40%;
  padding: 0 3% 0 5%;
}
#top_meal .top_meal_box .top_meal_note .top_meal_headline{
  padding: 5px 10px;
  display: inline-block;
}
#top_meal .top_meal_box .top_meal_note h3{
  font-size: 1.7rem;
  margin: 20px 0;
}
#top_meal .top_meal_box .top_meal_note h3 span{
  font-size: 1.3rem;
}
#top_meal .top_meal_box .top_meal_img{
  width: 60%;
  height: auto;
}
#top_meal .top_meal_more{
  width: 100%;
  margin-top: 30px;
}
#top_meal .top_meal_more a{
  width: 70%;
  max-width: 300px;
  padding: 15px 20px;
  text-align: left;
  display: block;
  border-radius: 99999px;
  color: #1F81A6;
  position: relative;
  border: 1px solid #1F81A6;
}
#top_meal .top_meal_more a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid #1F81A6;
    border-top: 2px solid #1F81A6;
    content: "";
}
#top_meal .top_meal_more a:hover {
  opacity: 1;
  background-color: #d1e7f0;
}

@media screen and (max-width: 896px) {
  #top_meal{
    padding: 50px 0 ;
  }
  #top_meal .top_meal_box{
    width: 100%;
  }
  #top_meal .top_meal_box .top_meal_note{
    width: 94%;
    padding: 0;
    margin: 0 auto 30px auto;
  }
  #top_meal .top_meal_box .top_meal_img{
    width: 100%;
    height: auto;
  }
}

/* ---------------------------------
 news
--------------------------------- */
#top_news{
  width:100%;
  padding: 100px 0;
}
#top_news .news_box{
  width:94%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#top_news .news_box .news_title{
  width:20%;
}
#top_news .news_box .news_title .news_title_box{
  width: 100%;
}
#top_news .news_box .news_title h3{
  font-size: 1.7rem;
  font-weight: bold;
  letter-spacing: 3px;
  padding-left: 10px;
}
#top_news .news_box .news_title .news_title_link{
  width: 100%;
}
#top_news .news_box .news_title a.more_news{
  padding: 3px 15px;
  background-color: #1F81A6;
  border: 1px solid #1F81A6;
  display: block;
  width: 100%;
  max-width: 150px;
  border-radius: 99999px;
  color: #fff;
  transition: 0.3s;
  position: relative;
}
#top_news .news_box .news_title a.more_news::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  transition: 0.3s;
}
#top_news .news_box .news_title a.more_news:hover {
  border: 1px solid #1F81A6;
  background-color: #fff;
  color: #1F81A6;
}
#top_news .news_box .news_title a.more_news:hover::after {
  border-right: 2px solid #1F81A6;
  border-top: 2px solid #1F81A6;
}
#top_news .news_box .news_item{
  width: 80%;
}
/* top_news_list */
#top_news .news_box .top_news_list{
  width:100%;
  margin: 0 auto;
}
#top_news .news_box .top_news_list .top_news_list_box{
  width:100%;
  padding: 15px 15px;
  border-bottom: 1px solid #BFBFBF;
}
#top_news .news_box .top_news_list .top_news_list_box:first-child{
  border-top: 1px solid #BFBFBF;
}
#top_news .news_box .top_news_list .top_news_list_box .news_day{
  margin-right: 10px;
  color: #6C6C6C;
}
#top_news .news_box .top_news_list .top_news_list_box .news_cat{
  padding: 2px 10px;
  font-size: 14px;
  color: #6C6C6C;
  border-radius: 99999px;
  border: 1px solid #6C6C6C;
  margin-right: 10px;
}
@media screen and (max-width: 896px) {
  #top_news{
    padding:50px 0;
  }
  #top_news .news_box .news_title{
    width:100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #top_news .news_box .news_title .news_title_box{
    width: 50%;
  }
  #top_news .news_box .news_title .news_title_link{
    width: 50%;
  }
  #top_news .news_box .news_title a.more_news{
    margin-right: 0;
    margin-left: auto;
  }
  #top_news .news_box .news_item{
    width: 100%;
  }
  #top_news .news_box .top_news_link{
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  #top_news .news_box .top_news_list .top_news_list_box:first-child{
    margin-top: 10px;
  }
}
/* news banner ------- */
#top_news .news_banner{
  width:94%;
  max-width: 1200px;
  margin: 20px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#top_news .news_banner .news_banner_box{
  width: 48%;
  margin: 10px 1%;
}
@media screen and (max-width: 896px) {
  #top_news .news_banner .news_banner_box{
    width: 100%;
    margin: 10px 0;
  }
}

/* ---------------------------------
 top_stay
--------------------------------- */
#top_stay{
  width: 100%;
  padding: 100px 0;
}
#top_stay .top_stay_title{
  width: 94%;
  margin: 0 auto 30px auto;
}
#top_stay .top_stay_area{
  width: 100%;
  overflow: hidden;
}
#top_stay .top_stay_area .top_stay_box{
  width: 100%;
  padding: 20px;
  background-color: #fff; 
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#top_stay .top_stay_area .top_stay_box .top_stay_box_img{
  width: 55%;
}
#top_stay .top_stay_area .top_stay_box .top_stay_box_note{
  width: 40%;
  margin-left: 5%;
}
#top_stay .top_stay_area .top_stay_box .top_stay_box_note h4{ 
  font-size: 1.5rem;
  letter-spacing: 2px;
}
#top_stay .top_stay_area .top_stay_box .top_stay_box_note .more_link{
  width: 100%;
  margin-top: 15px;
}
#top_stay .top_stay_area .top_stay_box .top_stay_box_note .more_link a.more_stay{
  padding: 3px 15px;
  background-color: #1F81A6;
  border: 1px solid #1F81A6;
  display: block;
  width: 100%;
  max-width: 100px;
  border-radius: 99999px;
  color: #fff;
  transition: 0.3s;
  position: relative;
}
#top_stay .top_stay_area .top_stay_box .top_stay_box_note .more_link a.more_stay::after {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0.5em;
  height: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
  content: "";
  transition: 0.3s;
}
#top_stay .top_stay_area .top_stay_box .top_stay_box_note .more_link a.more_stay:hover {
  border: 1px solid #1F81A6;
  background-color: #fff;
  color: #1F81A6;
}
#top_stay .top_stay_area .top_stay_box .top_stay_box_note .more_link a.more_stay:hover::after {
  border-right: 2px solid #1F81A6;
  border-top: 2px solid #1F81A6;
}
.top_stay_slider .slick-list {
  margin: 0 -15px;
}
.top_stay_slider .slick-track {
  display: flex;
}
.top_stay_slider .slick-slide {
  margin: 0 15px;
  height: auto !important;
}
.top_stay_slider .slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.top_stay_slider .prev-arrow {
  left: 10.5vw;
  z-index: 10;
  width: 50px;
  height: 50px;
}
.top_stay_slider .next-arrow {
  right: 10.5vw;
  width: 50px;
  height: 50px;
}
.top_stay_slider .slick-dots {
    position: relative !important;
    bottom: 0 !important;
    padding-top: 10px; /* スライドとの隙間 */
}
.slick-dots li button:before {
    color: #1F81A6;    /* ドットの色（未選択） */
    opacity: 0.25;  /* 薄さ */
}
.slick-dots li.slick-active button:before {
    color: #1F81A6;    /* アクティブ時の色 */
    opacity: 1;     /* 濃さ */
}
@media screen and (max-width: 896px) {
  #top_stay{
    padding: 50px 0;
  }
  #top_stay .top_stay_area .top_stay_box .top_stay_box_img{
    width: 100%;
  }
  #top_stay .top_stay_area .top_stay_box .top_stay_box_note{
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  #top_stay .top_stay_area .top_stay_box .top_stay_box_note h4{ 
    font-size: 1.2rem;
    letter-spacing: 0px;
  }
  .top_stay_slider .prev-arrow {
    left: 15px;
    z-index: 10;
    width: 30px;
    height: 30px;
  }
  .top_stay_slider .next-arrow {
    right: 15px;
    width: 30px;
    height: 30px;
  }
}


/* ---------------------------------
 top_reserve
 --------------------------------- */
.top_reserve{
  width: 100%;
  margin: 100px 0;
}
.top_reserve .top_reserve_box{
  width: 80%;
  height: 400px;
  background-color: #003350;
  margin: 0 auto;
  position: relative;
  border-radius: 30px;
  transition: 0.3s;
}
.top_reserve .top_reserve_box img.top_reserve_box_img{
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 30px;
  opacity: 0.3;
}
.top_reserve .top_reserve_box .top_reserve_title{
  width: 70%;
  position: absolute;
  top: 50%;
  left: 7%;
  transform: translateY(-50%);
  color: #fff;
}
.top_reserve .top_reserve_box .top_reserve_title h3{
  font-size: 45px;
  color: #abc8d8;
}
.top_reserve .top_reserve_box .top_reserve_title p{
  font-size: 20px;
  font-weight: bold;
}
.top_reserve .top_reserve_box .top_reserve_cursol{
  width: 20%;
  position: absolute;
  top: 50%;
  right: 7%;
  transform: translateY(-50%);
  text-align: right;
}
.top_reserve .top_reserve_box .top_reserve_cursol img{
  width: 100%;
  max-width: 80px;
  height: auto;
}
.top_reserve .top_reserve_box a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border-radius: 30px;
}
.top_reserve .top_reserve_box a:hover {
  opacity: 0.2;
  background-color: #003350;
}
@media screen and (max-width: 896px) {
  .top_reserve{
    margin: 50px 0;
  }
  .top_reserve .top_reserve_box{
    width: 94%;
    height: 250px;
    border-radius: 15px;
  }
  .top_reserve .top_reserve_box img.top_reserve_box_img{
    height: 250px;
    border-radius: 15px;
  }
  .top_reserve .top_reserve_box .top_reserve_title{
    width: 70%;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
  }
  .top_reserve .top_reserve_box .top_reserve_title h3{
    font-size: 30px;
    line-height: 1.3;
  }
  .top_reserve .top_reserve_box .top_reserve_title p{
    font-size: 16px;
    font-weight: bold;
  }
  .top_reserve .top_reserve_box .top_reserve_cursol img{
    max-width: 40px;
    height: auto;
  }
}

/* ---------------------------------
 access
--------------------------------- */
#access{
  width: 100%;
  padding: 100px 0;
}
#access .access_inner{
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
}
#access .access_map{
  width: 100%;
  margin: 30px 0;
}
#access .access_map iframe{
  width: 100%;
  height: 600px;
}
#access .access_box{
  width: 100%;
  margin-top: 30px;
}

#access .access_checkin_box{
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: row-reverse;
}
#access .access_checkin_box .access_checkin_img{
  width: 50%;
}
#access .access_checkin_box .access_checkin_note{
  width: 45%;
  margin-left: 5%;
}
#access h4.access_checkin_h4{
  margin-bottom: 20px;
}
#access h4.access_checkin_h4 span{
  padding: 5px 15px;
  color: #fff;
  display: inline-block;
}
#access a.access_checkin_link{
  padding: 10px 15px;
  border: 1px solid #1F81A6;
  color: #1F81A6;
  display: block;
  width: 95%;
  max-width: 350px;
  margin-bottom: 15px;
  position: relative;
}
#access a.access_checkin_link:hover{
  background-color: #EDF0F3;
}
#access a.access_checkin_link::before {
  background-image: url(../img/top/arrow_outward.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  height: 25px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 25px;
}
#access .access_box table.access_table{
  width: 100%;
  border-collapse: separate;
  border-spacing : 5px;
}
#access .access_box table.access_table th{
  width: 30%;
  background-color: #CFDEE4;
  padding: 20px;
  text-align: left;
}
#access .access_box table.access_table td{
  width: 70%;
  padding: 20px;
  border: 1px solid #CFDEE4;
}
@media screen and (max-width: 896px) {
  #access{
    padding: 50px 0;
  }
  #access .access_map iframe{
    height: 300px;
  }
  #access .access_checkin_box .access_checkin_img{
    width: 100%;
  }
  #access .access_checkin_box .access_checkin_note{
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #access a.access_checkin_link{
    text-align: left;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
  }

  #access .access_box table.access_table th{
    width: 100%;
    text-align: left;
    display: block;
  }
  #access .access_box table.access_table td{
    width: 100%;
    display: block;
  }
}
