@charset "UTF-8";

/* ==========================================================================

  lower CSS

========================================================================== */
.footer__navi > div{
  position: relative;
  background: #000;
  overflow: hidden;
  z-index: 1;
}
.footer__navi a::before{
  position: absolute;
  content: "";
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 300px;
  z-index: -1;
  top: 0;
  left: 0;
}
.footer__navi .ren a::before{
  background-image: url("../../common/img/footer_ren.jpg");
}
.footer__navi .room_r a::before{
  background-image: url("../../common/img/footer_room_r.jpg");
}
.footer__navi a{
  width: 100%;
  display: block;
}

@media screen and (max-width: 979px) {
  .header{
    position: fixed;
    display: flex;
    align-items: center;
    z-index: 999;
    width: 100%;
    justify-content: space-between;
    height: 70px;
    background: #fff;
    padding: 0 5%;
  }
  .room_r .header{
    background: #EFEFEF;
  }
  .header .logo{
    width: 40px;
    transition: opacity .5s;
  }
  .header .sns__navi{
    display: flex;
  }
  .header .sns__navi li{
    width: 28px;
    height: 28px;
  }
  .header .sns__navi li a{
    display: block;
    background: #000;
    border-radius: 100vh;
  }
  .header .sns__navi li+li{
    margin-left: 5px;
  }
  .header .navigation{
    display: flex;
  }
  .header .reservation{
    height: 28px;
    margin-left: 5px;
  }
  .header .reservation a{
    display: block;
    background: #000;
    border-radius: 100vh;
  }
  .header .reservation img{
    height: 28px;
  }
  .ren_guest_house .sns__navi li a{
    background: #C7000B;
  }
  
  /*menu-btn*/
  .header .menu_btn{
    cursor:pointer;
    position: relative;
    width: 28px;
    height: 28px;
    margin-left: 20px;
  }
  .header .menu_btn_icon{
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 1px;
    margin: 0 0 0 -14px;
    background: #000;
    transition-duration: .2s;
    transition-property: transform;
  }
  .header .menu_btn_icon:before,
  .header .menu_btn_icon:after{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 28px;
    height: 1px;
    background: #000;
    transition-duration: .2s;
    transition-property: transform;
  }
  .header .menu_btn_icon:before{
    margin-top: -8px;
  }
  .header .menu_btn_icon:after{
    margin-top: 8px;
  }
  .header .menu_btn .active{
    background: transparent;
  }
  .header .menu_btn .active:before,
  .header .menu_btn .active:after{
    margin-top: 0;
    width: 28px;
    background: #000;
  }
  .header .menu_btn .active:before{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .header .menu_btn .active:after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  
  .header .global_navi{
    position: absolute;
    display: none;
    top: 70px;
    left: 0;
    width: 100%;
  }
  .header .global_navi_list{
    background: #fff;
    font-size: 16px;
    text-align: center;
    width: 100%;
  }
  .header .global_navi_list li{
    border-top: solid 1px #ccc;
  }
  .header .global_navi_list li:last-child{
    border-bottom: solid 1px #ccc;
  }
  .header .global_navi_list li a{
    display: block;
    padding: 20px 0;
  }
  .room_r .global_navi_list{
    background: #EFEFEF;
  }
  
  .lang__navi{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
  }
  .lang__navi a{
    cursor: pointer;
    opacity: 1;
  }
  .lang__navi .current{
    opacity: .4;
  }
  .lang__navi span{
    padding: 0 5px;
  }
  
  
  .footer__navi{
  }
  .footer{
    width: 100%;
    margin-top: 140px;
  }
  .footer__navi {
    width: 100%;
  }
  .footer__navi > div{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 220px;
    text-align: center;
    overflow: hidden;
  }
  .footer__navi a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 14px;
  }
  .footer__navi .logo img{
    width: 70px;
    margin: 0 auto;
  }
  .footer__navi p{
    margin-top: 18px;
  }
  .copyright{
    text-align: center;
    padding: 50px 0;
    font-size: 13px;
  }
}
@media screen and (min-width: 980px){
  .header{
    position: fixed;
    display: flex;
    z-index: 999;
    width: 100%;
    justify-content: space-between;
    padding: 20px 20px 0 30px;
  }
  .header .logo{
    width: 50px;
    opacity: 0;
    transition: opacity .5s;
  }
  .header.scroll .logo{
    opacity: 1;
  }
  .header .sns__navi{
    display: flex;
  }
  .header .sns__navi li{
    width: 42px;
    height: 42px;
  }
  .header .sns__navi li a{
    display: block;
    background: #000;
    border-radius: 100vh;
  }
  .header .sns__navi li+li{
    margin-left: 10px;
  }
  .header .navigation{
    display: flex;
  }
  .header .reservation{
    height: 42px;
    margin-left: 10px;
  }
  .header .reservation a{
    display: block;
    background: #000;
    border-radius: 100vh;
  }
  .header .reservation img{
    height: 42px;
  }
  
  .header .navigation__wrap{
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
  }
  .header .global_navi{
    display: block!important;
    margin-right: 30px;
  }
  .header .global_navi_list{
    display: flex;
    align-items: center;
    font-size:16px;
    line-height: 1;
  }
  .header .global_navi_list li+li{
    margin-left: 20px;
  }
  .ren_guest_house .sns__navi li a{
    background: #C7000B;
  }
  
  .lang__navi{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 1;
  }
  .lang__navi a{
    cursor: pointer;
    opacity: 1;
  }
  .lang__navi .current{
    opacity: .4;
  }
  .lang__navi a+a{
    margin-left: 5px;
  }
  .lang__navi span{
    padding: 0 5px;
  }
  
  .footer__navi{
    display: flex;
  }
  .footer{
    width: 100%;
    margin-top: 140px;
  }
  .footer__navi {
    width: 100%;
    display: flex;
  }
  .footer__navi > div{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 300px;
    text-align: center;
    overflow: hidden;
  }
  .footer__navi a{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .footer__navi .logo img{
    width: 100px;
    margin: 0 auto;
  }
  .footer__navi p{
    margin-top: 20px;
  }
  .copyright{
    text-align: center;
    padding: 60px 0;
    font-size: 13px;
  }
}


@media (hover: hover) and (pointer: fine) {
  .header .sns__navi li a,
  .header .reservation a{
    transition: background .2s;
  }
  .header .sns__navi li a:hover,
  .header .reservation a:hover{
    background: #fff;
  }
  .ren_guest_house .sns__navi li a:hover{
    background: #000;
  }
  
  .header .global_navi_list li a:hover{
    opacity: .6;
    color: #000;
  }
  
  .lang__navi a:hover{
    opacity: .6;
    color: #000;
  }
  
  .footer__navi a::before{
    transition: transform .4s;
  }
  .footer__navi a:hover::before{
    transform: scale(1.1);
  }
}

