@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: 50%;
  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%;
}
#mainVisual .cover_logo h2.cover_catchcopy{
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 3.0rem;
  text-shadow: 
    #003350 1px 1px 15px, #003350 -1px 1px 15px,
    #003350 1px -1px 15px, #003350 -1px -1px 15px;
}
@media screen and (max-width: 896px) {
  #mainVisual{
    height:600px;
  }
  #mainVisual .slider_container .slider_item {
    height:600px;
  }
  #mainVisual .cover_logo{
    width: 90%;
  }
  #mainVisual .cover_logo img.cover_logo_img{
    width: 90%;
  }
  #mainVisual .cover_logo h2.cover_catchcopy{
    font-size: 1.2rem;
    line-height: 2.0rem;
  }
}
/* ---------------------------------
 concept_harmony
--------------------------------- */
#concept_harmony{
  width: 100%;
  margin: 100px 0;
}
#concept_harmony .concept_harmony_inner{
  width: 80%;
  margin: 0 auto;
}
#concept_harmony .concept_harmony_box{
  width: 100%;
  height: auto;
  margin-bottom: 130px;
  position: relative;
}
#concept_harmony .concept_harmony_img{
  width: 100%;
  height: 600px;
  position: relative;
}
#concept_harmony .concept_harmony_img img{
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 40px;
}
#concept_harmony .concept_harmony_txt{
  position: absolute;
  bottom:-15%;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
}
#concept_harmony h3.concept_harmony_h3{
  text-align: center;
  font-size: 2.0rem;
  line-height: 1.7;
  margin-bottom: 30px;
}
#concept_harmony h3.concept_harmony_h3 span{
  text-align: center;
  display: block;
  font-size: 3.0rem;
}
#concept_harmony p.concept_harmony_p{
  text-align: center;
  line-height: 2.0;
  font-size: 1.1rem;
}
@media screen and (max-width: 896px) {
  #concept_harmony{
    margin: 30px 0 50px;
  }
  #concept_harmony .concept_harmony_inner{
    width: 94%;
  }
  #concept_harmony .concept_harmony_box{
    margin-bottom: 70px;
  }
  #concept_harmony .concept_harmony_img{
    height: 250px;
  }
  #concept_harmony .concept_harmony_img img{
    height: 250px;
    border-radius: 20px;
  }
  #concept_harmony .concept_harmony_txt{
    width: 90%;
  }
  #concept_harmony h3.concept_harmony_h3{
    font-size: 1.2rem;
    margin-bottom: 30px;
  }
  #concept_harmony h3.concept_harmony_h3 span{
    font-size: 1.7rem;
  }
  #concept_harmony p.concept_harmony_p{
    text-align: center;
    line-height: 2.0;
    font-size: 1.0rem;
  }
}

/* ---------------------------------
 concept_worldfirst
--------------------------------- */
#concept_worldfirst{
  width: 100%;
  margin: 100px 0;
}
#concept_worldfirst .concept_worldfirst_box{
  width: 100%;
  overflow: hidden;
}
#concept_worldfirst .concept_worldfirst_box .concept_worldfirst_img img{
  width: 100%;
  border-radius: 30px;
}

#concept_worldfirst .concept_worldfirst_note{
  width: 94%;
  margin: 50px auto 0 auto;
}
#concept_worldfirst h3.concept_worldfirst_h3{
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  font-size: 2.5rem;
  line-height: 1.7;
}
#concept_worldfirst h3.concept_worldfirst_h3 span{
  font-size: 2.0rem;
}
#concept_worldfirst p.concept_worldfirst_p{
  text-align: center;
  line-height: 2.0;
  font-size: 1.1rem;
}
#concept_worldfirst .concept_worldfirst_bnr{
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
#concept_worldfirst .concept_worldfirst_bnr img{
  width: 100%;
  max-width: 600px;
}
/* #concept_worldfirst slick css ------- */
#concept_worldfirst .concept_worldfirst_slider .slick-list {
  margin: 0 -10px;
}
#concept_worldfirst .concept_worldfirst_slider .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 896px) {
  #concept_worldfirst{
    margin: 50px 0;
  }
  #concept_worldfirst .concept_worldfirst_box .concept_worldfirst_img img{
    width: 100%;
    border-radius: 15px;
  }
  #concept_worldfirst .concept_worldfirst_note{
    margin: 25px auto 0 auto;
  }
  #concept_worldfirst h3.concept_worldfirst_h3{
    margin-bottom: 15px;
    font-size: 1.5rem;
  }
  #concept_worldfirst h3.concept_worldfirst_h3 span{
    font-size: 1.7rem;
  }
  #concept_worldfirst p.concept_worldfirst_p{
    font-size: 1.0rem;
  }
  #concept_worldfirst .concept_worldfirst_slider .slick-list {
    margin: 0 -5px;
  }
  #concept_worldfirst .concept_worldfirst_slider .slick-slide {
    margin: 0 5px;
  }
}

/* ---------------------------------
 news
--------------------------------- */
#top_news{
  width:100%;
  padding: 100px 0;
}
#top_news .news_box{
  width:90%;
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#top_news .news_box .news_title{
  width:15%;
}
#top_news .news_box .news_title .news_title_box{
  width: 100%;
  margin-bottom: 15px;
}
#top_news .news_box .news_title .news_title_en{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}
#top_news .news_box .news_title .news_title_en:after {
  border-top: 1px solid #003350;
  content: "";
  width: 50px;
}
#top_news .news_box .news_title .news_title_en:after {
  margin-left: 0.5rem;
}
#top_news .news_box .news_title h3{
  font-size: 20px;
  font-weight: bold;
}
#top_news .news_box .news_title .news_title_link{
  width: 100%;
}
#top_news .news_box .news_title a.more_news{
  padding: 8px 15px;
  background-color: #003350;
  border: 1px solid #003350;
  display: block;
  width: 70%;
  max-width: 120px;
  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 currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
#top_news .news_box .news_title a.more_news:hover {
    border: 1px solid #003350;
    background-color: #fff;
    color: #003350;
}
#top_news .news_box .news_item{
  width: 85%;
}
#top_news .news_box .top_news_list{
  width:100%;
  margin: 0 auto;
}
#top_news .news_box .top_news_list.mt40{
  margin: 40px auto 0 auto;
}
.top_news_slider{
  width:100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
#top_news .news_box .top_news_list .top_news_list_box{
  width:31%;
  margin: 0 1%;
}
#top_news .news_box .top_news_list .top_news_list_box .news_list_img{
  width:100%;
  height: 200px;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 10px;
}
#top_news .news_box .top_news_list .top_news_list_box .news_list_img a img{
  width: 100%;
  height: 200px;
  transition: transform .6s ease;
  object-fit: cover;
}
#top_news .news_box .top_news_list .top_news_list_box .news_list_img a:hover img{
  transform: scale(1.1);
}
#top_news .news_box .top_news_list .top_news_list_box .news_day{
  margin-right: 10px;
}

#top_news .news_box .top_news_list .top_news_list_box .news_cat{
  padding: 2px 10px;
  font-size: 14px;
  color: #fff;
  border-radius: 3px;
}
#top_news .news_box .top_news_list .top_news_list_box .news_cat.cat_bg_news,
#top_news .news_box .top_news_list .top_news_list_box .news_cat.cat_bg_event{
  background-color: #003350;
}
#top_news .news_box .top_news_list .top_news_list_box .news_cat.cat_bg_glamping{
  background-color: #346f26;
}
#top_news .news_box .top_news_list .top_news_list_box .news_cat.cat_bg_tobu{
  background-color: #DEB646;
}
#top_news .news_box .top_news_list .top_news_list_box h4{
  margin-top: 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_slider{
    display: block;
  }
}
/* news slick css ------- */
#top_news .top_news_slider .slick-list {
  margin: 0 -15px;
}
#top_news .top_news_slider .slick-slide {
  margin: 0 15px;
}

/* ---------------------------------
 top_room
--------------------------------- */
.top_room{
  width: 100%;
  padding: 100px 0;
}
.top_room .top_room_note{
  width: 80%;
  margin: 0 auto;
  padding: 100px 0 50px 0;
  background-image: url("../img/top/Room.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
.top_room .top_room_note p.room_title_en{
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
.top_room .top_room_note h3{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.top_room .top_room_linkbox{
  width: 100%;
  margin-top: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.top_room .top_room_linkbox .top_room_morelink{
  width: 49%;
}
.top_room .top_room_linkbox .top_room_morelink a{
  display: block;
  width: 100%;
  height: 600px;
  background-color: #ccc;
  position: relative;
  text-align: center;
  color: #fff;
}
.top_room .top_room_linkbox .top_room_morelink a.symphony_bg{
  background: linear-gradient(rgba(40, 76, 31, 0.7), rgba(40, 76, 31, 0.7)), url(../img/top/room_symphony_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top_room .top_room_linkbox .top_room_morelink a.adventure_bg{
  background: linear-gradient(rgba(201, 118, 45, 0.7), rgba(201, 118, 45, 0.7)), url(../img/top/room_adventure_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.top_room .top_room_linkbox .top_room_morelink a .room_name_box{
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.top_room .top_room_linkbox .top_room_morelink a .room_name_box .room_name_icon img{
  width: 25%;
}
.top_room .top_room_linkbox .top_room_morelink a .room_name_box h4{
  font-size: 3.0rem;
}
.top_room .top_room_linkbox .top_room_morelink a .room_name_box h5{
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.top_room .top_room_linkbox .top_room_morelink a .room_name_box span.room_name_morebtn{
  display: inline-block;
  text-align: center;
  padding: 10px 20px;
  border-radius: 99999px;
  border: 1px solid #fff;
  transition: 0.3s;
}
.top_room .top_room_linkbox .top_room_morelink a:hover .room_name_box span.room_name_morebtn{
  background-color: #fff;
  color: #003350;
}

@media screen and (max-width: 896px) {
  .top_room{
    padding: 50px 0 ;
  }
  .top_room .top_room_note{
    width: 94%;
    padding: 50px 0 25px 0;
  }
  .top_room .top_room_linkbox{
    width: 94%;
    margin: 25px auto 0 auto;
  }
  .top_room .top_room_linkbox .top_room_morelink{
    width: 100%;
  }
  .top_room .top_room_linkbox .top_room_morelink a{
    height: 300px;
  }
  .top_room .top_room_linkbox .top_room_morelink a .room_name_box .room_name_icon img{
    width: 20%;
  }
  .top_room .top_room_linkbox .top_room_morelink a .room_name_box h4{
    font-size: 2.0rem;
  }
  .top_room .top_room_linkbox .top_room_morelink a .room_name_box h5{
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}

/* ---------------------------------
 top_nightzoo
--------------------------------- */
.top_nightzoo{
  padding: 30px 0 100px 0;
  background-image: linear-gradient(0deg, #7f9ca9, #3c2f56);
}
.top_nightzoo .top_nightzoo_bg{
  padding-top: 100px;
  background-image: url("../img/top/NightZoo.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 70% auto;
}
.top_nightzoo .top_nightzoo_inner{
  width: 80%;
  margin: 0 auto;
  color: #fff;
}
.top_nightzoo .top_nightzoo_title{
  width: 100%;
  margin-bottom: 30px;
}
.top_nightzoo .top_nightzoo_title .nightzoo_title_en{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #FCFFAF;
}
.top_nightzoo .top_nightzoo_title .nightzoo_title_en:after {
  border-top: 1px solid #FCFFAF;
  content: "";
  width: 50px;
}
.top_nightzoo .top_nightzoo_title .nightzoo_title_en:after {
  margin-left: 0.5rem;
}
.top_nightzoo .top_nightzoo_title h3{
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}
.top_nightzoo .top_nightzoo_movie{
  width: 100%;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content:space-between;
}
.top_nightzoo .top_nightzoo_movie .top_nightzoo_movie_box{
  width: 49%;
}
.top_nightzoo .top_activity_list{
  width: 100%;
  margin-top: 50px;
  overflow: hidden;
}
.top_nightzoo .top_activity_list .top_activity_box{
  width: 100%;
  position: relative;
}
.top_nightzoo .top_activity_list .top_activity_box .top_activity_img{
  background-color: #0A0B33;
  height: 300px;
  border-radius: 30px;
  transition: 0.3s;
}
.top_nightzoo .top_activity_list .top_activity_box .top_activity_img img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
  opacity: 0.5;
}
.top_nightzoo .top_activity_list .top_activity_box .top_activity_title{
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
}
.top_nightzoo .top_activity_list .top_activity_box .top_activity_title h4{
  font-size: 35px;
}
.top_nightzoo .top_activity_list .top_activity_box .top_activity_title h5{
  font-size: 18px;
}
.top_nightzoo .top_activity_list .top_activity_box a{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s;
  border-radius: 30px;
}
.top_nightzoo .top_activity_list .top_activity_box a:hover{
  background-color: rgba(10, 11, 51, 0.3);
}

.top_nightzoo .top_activity_more{
  width: 100%;
  margin: 50px 0;
}
.top_nightzoo .top_activity_more a{
  width: 80%;
  max-width: 400px;
  padding: 15px;
  text-align: center;
  display: block;
  border-radius: 99999px;
  background-color: #3D3157;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.top_nightzoo .top_activity_more a::after {
    position: absolute;
    top: 50%;
    right: 1em;
    width: 0.5em;
    height: 0.5em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 2px solid currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.top_nightzoo .top_activity_more a:hover {
  opacity: 1;
  background-color: #1e103d;
}

/* news slick css ------- */
.top_nightzoo .top_activity_slider .slick-list {
  margin: 0 -15px;
}
.top_nightzoo .top_activity_slider .slick-slide {
  margin: 0 15px;
}

@media screen and (max-width: 896px) {
  .top_nightzoo{
    padding: 20px 0 50px 0;
  }
  .top_nightzoo .top_nightzoo_bg{
    padding-top: 50px;
    background-size: 80% auto;
  }
  .top_nightzoo .top_nightzoo_inner{
    width: 94%;
  }
  .top_nightzoo .top_nightzoo_title h3{
    font-size: 20px;
  }
  .top_nightzoo .top_nightzoo_movie .top_nightzoo_movie_box{
    width: 100%;
    margin-bottom: 15px;
  }
  .top_nightzoo .top_activity_list .top_activity_box .top_activity_img{
    height: 200px;
    border-radius: 15px;
  }
  .top_nightzoo .top_activity_list .top_activity_box .top_activity_img img{
    width: 100%;
    height: 200px;
    border-radius: 15px;
  }
  .top_nightzoo .top_activity_list .top_activity_box a{
    border-radius: 15px;
  }
  .top_nightzoo .top_activity_list .top_activity_box .top_activity_title h4{
    font-size: 24px;
  }
  .top_nightzoo .top_activity_list .top_activity_box .top_activity_title h5{
    font-size: 16px;
  }
  .top_nightzoo .top_activity_slider .slick-list {
    margin: 0 -10px;
  }
  .top_nightzoo .top_activity_slider .slick-slide {
    margin: 0 10px;
  }
}

/* ---------------------------------
 top_meal
--------------------------------- */
.top_meal{
  width: 100%;
  padding: 100px 0;
  background-color: #dddddb;
}
.top_meal .top_meal_note{
  width: 80%;
  margin: 0 auto;
  padding: 150px 0 50px 0;
  background-image: url("../img/top/Meal.svg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 60% auto;
}
.top_meal .top_meal_note p.meal_title_en{
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
.top_meal .top_meal_note h3{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.top_meal .top_meal_slider{
  width: 100%;
  overflow: hidden;
}
/* news slick css ------- */
.top_meal .top_meal_slider .slick-list {
  margin: 0 -15px;
}
.top_meal .top_meal_slider .slick-slide {
  margin: 0 15px;
}

.top_meal .top_meal_more{
  width: 100%;
  margin: 50px 0;
}
.top_meal .top_meal_more a{
  width: 80%;
  max-width: 400px;
  padding: 15px;
  text-align: center;
  display: block;
  border-radius: 99999px;
  background-color: #003350;
  color: #fff;
  margin: 0 auto;
  position: relative;
}
.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 currentColor;
    border-top: 2px solid currentColor;
    content: "";
}
.top_meal .top_meal_more a:hover {
  opacity: 1;
  background-color: #175d85;
}

@media screen and (max-width: 896px) {
  .top_meal{
    padding: 50px 0 ;
  }
  .top_meal .top_meal_note{
    width: 94%;
    padding: 50px 0 25px 0;
  }
  .top_meal .top_meal_slider .slick-list {
    margin: 0 -10px;
  }
  .top_meal .top_meal_slider .slick-slide {
    margin: 0 10px;
  }
}

/* ---------------------------------
 top_contents
--------------------------------- */
.top_contents{
  width: 100%;
  padding: 30px 0 100px 0;
}
.top_contents .top_contents_bg{
  padding-top: 100px;
  background-image: url("../img/top/Enjoy.svg");
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 40% auto;
}

.top_contents .top_contents_inner{
  width: 80%;
  margin: 0 auto;
}
.top_contents .top_contents_title{
  width: 100%;
  margin-bottom: 30px;
}
.top_contents .top_contents_title .contents_title_en{
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
  color: #003350;
}
.top_contents .top_contents_title .contents_title_en:after {
  border-top: 1px solid #003350;
  content: "";
  width: 50px;
}
.top_contents .top_contents_title .contents_title_en:after {
  margin-left: 0.5rem;
}
.top_contents .top_contents_title h3{
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
}
.top_contents .top_contents_area{
  width: 100%;
  margin-top: 30px;
  overflow: hidden;
}
.top_contents .top_contents_area .top_contents_box{
}
.top_contents .top_contents_area .top_contents_box .top_contents_img{
  width: 100%;
}
.top_contents .top_contents_area .top_contents_box .top_contents_img img{
  width: 100%;
  border-radius: 30px 30px 0 0;
}
.top_contents .top_contents_area .top_contents_box .top_contents_note_box{
  border-bottom: 1px solid #000;
  padding: 20px 0;
  min-height: 260px;
}
.top_contents .top_contents_area .top_contents_box h4.top_contents_h4{
  margin-bottom: 15px;
  font-size: 24px;
}
.top_contents .top_contents_area .top_contents_box .top_contents_more{
  width: 100%;
  margin-top: 15px;
  text-align: right;
}
.top_contents .top_contents_area .top_contents_box .top_contents_more a{
  display: inline-block;
  width: auto;
  text-align: right;
  padding-right: 40px;
  background-color: #fff;
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 16px 16px; 
  overflow-wrap: break-word;
  background-image: url("../img/common/arrow_circle_right_black.svg");
}

@media screen and (max-width: 896px) {
  .top_contents{
    padding: 20px 0 50px 0;
  }
  .top_contents .top_contents_bg{
    padding-top: 50px;
    background-size: 50% auto;
  }
}

/* slick css ------- */
.top_contents_slider .slick-list{
  overflow: visible;
  margin: 0 -15px;
  padding: 0 7%;
}
.top_contents_slider .slick-arrow {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  width: 20px;
  height: 38px;
  color: transparent;
  z-index: 1;
  transition: opacity 0.5s;
}
.top_contents_slider .slick-arrow:hover {
  opacity: 0.7;
}
.top_contents_slider .slick-next::before,
.top_contents_slider .slick-next::after,
.top_contents_slider .slick-prev::before,
.top_contents_slider .slick-prev::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.top_contents_slider .slick-next::after,
.top_contents_slider .slick-prev::after {
  width: 26px;
  height: 26px;
  border-top: 3px solid #000;
  border-right: 3px solid #000;
}
.top_contents_slider .slick-next {
  right: 26px;
}
.top_contents_slider .slick-next::after {
  right: -10px;
  transform: rotate(45deg);
}
.top_contents_slider .slick-prev {
  left: 26px;
}
.top_contents_slider .slick-prev::after {
  left: -10px;
  transform: rotate(-135deg);
}
.top_contents_slider .slick-track {
  display: flex;
}
.top_contents_slider .slick-slide {
  height: auto !important;
  margin: 0 15px;
}

@media screen and (max-width: 896px) {
  .top_contents_slider .slick-next::after,
  .top_contents_slider .slick-prev::after {
    width: 10px;
    height: 10px;
  }
  .top_contents_slider .slick-next {
    right: 8px;
  }
  .top_contents_slider .slick-prev {
    left: 15px;
  }
  .top_contents_slider .slick-next::after {
    right: 2px;
  }
  .top_contents_slider .slick-list{
    margin: 0 -10px;
    padding: 0 10%;
  }
  .top_contents_slider .slick-slide {
    margin: 0 10px;
  }
}

/* ---------------------------------
 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: 1400px;
  margin: 0 auto;
}
#access p.meal_access_en{
  text-align: center;
  font-size: 14px;
  margin-bottom: 15px;
}
#access h3{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#access .access_map{
  width: 100%;
  margin: 30px 0;
}
#access .access_map iframe{
  width: 100%;
  height: 500px;
}
#access .access_add{
  text-align: center;
}
#access .access_box{
  width: 100%;
  margin-top: 30px;
}
#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: #003350;
  color: #fff;
  padding: 20px;
  text-align: left;
}
#access .access_box table.access_table td{
  width: 70%;
  background-color: #fff;
  padding: 20px;
}
@media screen and (max-width: 896px) {
  #access{
    padding: 50px 0;
  }
  #access .access_map iframe{
    height: 300px;
  }
  #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;
  }
}
