@charset "utf-8";

body{
    animation: PageIn 1.3s ease 0s 1 normal;
  -webkit-animation: PageIn 1.3s ease 0s 1 normal;  
}
.sec .inner{
  width: 94%;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width : 767px){
  .sec .inner{
  }
}
@media screen and (max-width : 767px){
}

/* ===============================================
# sec_promo
=============================================== */
.sec_promo{
  position: relative;
  height: 100vh;
  background:url(../../img/img_main.jpg)no-repeat center center;
  background-size: cover;
  overflow: hidden;
}
.sec_promo #video{
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 0;
}
.sec_promo .logo{
  width: 18.2%;
  max-width: 350px;
  text-align: center;
  position: absolute;
  top:45%;
  left: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
}
.sec_promo .logo img{
  width: 100%;
}
.sec_promo .scroll{
  position: absolute;
  bottom: 14%;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  z-index: 1;
}
.sec_promo .scroll img{
  width: 100%;
}
@media screen and (max-width : 767px){
  .sec_promo{
    background-image: url(../../img/img_main_smp.jpg);
  }
  .sec_promo .logo{
    width: 53.3%;
  }
  .sec_promo .scroll{
    width: 25px;
  }
}

/*宿泊予約*/
.sec_promo .box_reseve{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height:10%;
  max-height: 90px;
  display: -ms-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #103a58;
  z-index: 1;
}
.sec_promo .box_reseve a{
  display: block;
  width: 82%;
  max-width: 400px;
  background-color: #fff;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 9px 0;
}
@media screen and (max-width : 767px){
  .sec_promo .box_reseve{
    height:11%;
    max-height: 60px;
  }
  .sec_promo .box_reseve a{
    font-size: 1.5rem;
  }
}

/* ===============================================
# sec_catch
=============================================== */
.sec_catch{
  padding-top: 100px;
  padding-bottom: 150px;
}
.sec_catch .inner{
  text-align: center;
}
.sec_catch .inner .box_title{
  font-size: 3em;
  letter-spacing: 0.1em;
  color: #103a58;
  padding-bottom: 40px;
  background: url(../img/ico_mark.png) no-repeat bottom center;
  background-size: 40px auto;
}
.sec_catch .inner .box_text{
  margin-top: 25px;
  letter-spacing: 0.1em;
  line-height: 2.314;
}

/*スライダー*/
.sec_catch #top_slick{
  margin-top: 72px;
}
.sec_catch #top_slick ul:not(.slick-dots){
  opacity: 0;
}
.sec_catch #top_slick li.item{
  float: left;
  width: 900px;
  max-width: 90%;
  margin: 0 7px;
}
.sec_catch #top_slick li.item img{
  width: 100%;
}
@media screen and (max-width : 767px){
  .sec_catch{
    padding-top: 45px;
    padding-bottom: 50px;
  }
  .sec_catch .inner .box_title{
    font-size: 2rem;
    padding-bottom: 22px;
    background-size: 30px auto;
  }
  .sec_catch .inner .box_text{
    margin-top: 28px;
    line-height: 2;
    text-align: left;
  }

  /*スライダー*/
  .sec_catch #top_slick{
    margin-top: 25px;
  }
  .sec_catch #top_slick li.item{
    width: 80%;
    max-width: 80%;
    margin: 0 8px;
  }  
  
}

/* ===============================================
# sec_menu
=============================================== */
.sec_menu ul{
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}
.sec_menu ul li{
  position: relative;
  width: 50%;
  overflow: hidden;
  background-color: #000;    
}
.sec_menu ul li img{
  opacity: 0.5;
  width: 100%;
}
.sec_menu ul li a{
  display: block;
  color: #fff;
}
.sec_menu ul li .text{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  z-index: 1;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.2em;
  text-align: center;
}
.sec_menu ul li .text span{
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
  padding-top: 10px;
}
@media screen and (min-width : 768px){
  .sec_menu ul li img{
    -webkit-transform: scale(1.005);
    transform: scale(1.005);
    -webkit-transition: transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
    transition: transform 1s 0s cubic-bezier(0.36, 0.01, 0.29, 0.99);
  }  
  .sec_menu ul li a:hover img{
    transform: scale(1.03);
    transition: all 0.5s ease;  
    opacity: 1;
  }
  
}
@media screen and (max-width : 767px){
  .sec_menu ul li{
    float: none;
    width: 100%;
  }
  .sec_menu ul li .text{
    font-size: 20px;
    font-size: 2rem;
  }
  .sec_menu ul li .text span{
    font-size: 10px;
    font-size: 1rem;
    padding-top: 7px;
  }
}

/* ===============================================
# sec_access
=============================================== */
.sec_access{
  padding-top: 60px;
  padding-bottom: 50px;
}
.sec_access h2{
  font-size: 30px;
  font-size: 3rem;
  text-align: center;
  letter-spacing: 0.2em;
}
.sec_access h2 span{
  font-size: 15px;
  font-size: 1.5rem;
  padding-top: 10px;
  display: block;
}

/*住所*/
.sec_access .box_adr{
  margin-top: 40px;
  text-align: center;
}
.sec_access .box_adr ul{
  display: table;
  width: 100%;
}
.sec_access .box_adr ul li{
  display: table-cell;
  vertical-align: top;
  width: 50%;
  text-align: left;
  line-height: 1.538;
  letter-spacing: 0.1em;
}
/*地図*/
.sec_access .box_map{
  margin-top: 25px;
  position: relative;
  padding-top: 44%;
}
.sec_access .box_map iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media print,screen and (min-width : 468px){
  .sec_access .box_adr ul li:nth-child(1) {
    padding-right: 4.5%;
  }
  .sec_access .box_adr ul li:nth-child(1) p{
    float: right;
  }
  .sec_access .box_adr ul li:nth-child(2){
    padding-left: 4.5%;
    border-left:solid 1px #000;
  }  
}
@media screen and (max-width : 767px){
  .sec_access{
    padding-top: 25 px;
    padding-bottom: 30px;
  }
  .sec_access h2{
    font-size: 20px;
    font-size: 2rem;
  }
  .sec_access h2 span{
    font-size: 10px;
    font-size: 1rem;
    padding-top: 7px;
  }

  /*住所*/
  .sec_access .box_adr{
    margin-top: 25px;
    text-align: left;
  }
  .sec_access .box_adr ul{
    display: block;
  }
  .sec_access .box_adr ul li{
    display: block;
    width: 100%;
    line-height: 1.364;
  }
  .sec_access .box_adr ul li:nth-child(2){
    margin-top: 25px;
  }
  /*地図*/
  .sec_access .box_map{
    margin-top: 18px;
  }
}
/*印刷陽*/
@media print{
  .sec_promo{
    height: 500px;
  }
}