@charset "utf-8";

/* -------------------------------------------------- */
/* file   : base.css                                  */
/* update : 2019                                      */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */
/* body */
/* -------------------------------------------------- */
body {
  color: #333;
  -webkit-text-size-adjust: 100%;
}
img{
  width:100%;
}

/* link */
/* -------------------------------------------------- */
a:link {
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;

}

/* パンくず */
/* -------------------------------------------------- */
#breadCrumb {
  margin-top: 123px;
}

#breadCrumb ul {
  display: flex;
  align-items: center;
}

#breadCrumb li {
  font-size: 11px;
}

/* header */
/* -------------------------------------------------- */
header {
  width: 100%;
  background-color: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  width: 100%;
}
.header_inner{
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 30px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  height: 113px;
}
.g_menu{
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  margin-left: auto;
  width: 100%;
  max-width: 750px;
  transition: 0.5s;
}
.g_menu ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.g_menu ul li{
  list-style: none;
}
.g_menu ul li.contact{
  margin-right: 0;
}
.g_menu ul li.btn_eng{
  margin-right: -10px;
}
.g_menu a {
  color: #fff;
}
.g_menu ul li.contact a,
.g_menu ul li.btn_eng a{
  display: block;
  border: 2px solid #fff;
  box-sizing: border-box;
  padding: 19px 50px;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 4px;
}
.g_menu ul li.btn_eng a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: #fff;
  font-size: 15px;
  color: #333;
  padding: 0;
  letter-spacing: 1px;
}
.g_menu ul li.contact a:hover{
  background-color: #a18a4c;
  opacity: 1;
}
.g_menu ul li.btn_eng a:hover{
  background-color: transparent;
  color: #fff;
}
.header_inner .sp_btn01{
	display: none;
}
.drawer-nav{
	display: none;
}

.sp_header_r{
  display: none;
}
/* h */
/* -------------------------------------------------- */
h1 img{
  width: 100%;
}

/* footer */
/* -------------------------------------------------- */
footer {
  position: relative;
  background: #fff;
  text-align: center;
  padding: 40px 0 65px;
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
footer p img{
  width: 248px;
}
footer .text_box{
margin-top: 15px;
letter-spacing: 1px;
}
footer .text_box .tel{
  font-size: 20px;
  line-height: 2.4;
  margin-top: 5px;
}
footer .text_box .tel a{
  color: #333;
}
footer .text_box .address{
  line-height: 1.6;
}
footer .text_box .address_text{
  font-size: 14px;
}
footer .copy{
  font-size: 12px;
  color: #a8a8a8;
  position: absolute;
  bottom: 65px;
  right: 40px;
}

#scrollUp {
	bottom: 30px;
	right: 30px;
	background: url(../../img/scroll_top.svg) no-repeat center top /50px auto;
	height: 50px;
  width: 50px;
  position: fixed;
  transition: 0;
}
#scrollUp.bottom {
	bottom: 200px;
}
#scrollUp:hover {
	opacity: 0.7;
}

/* frame */
/* -------------------------------------------------- */
#container {
  position: relative;
}

/* layout */
/* -------------------------------------------------- */
body{
  background: url(../../img/bg_img01.jpg) repeat;
}

.center {
  text-align:center;
  }
  .pc {
    display: block;
  }
  .sp {
    display: none;
  }



  .mv{
    background: url(../../img/bg_mv.jpg) no-repeat center center / cover;
    height: calc(100vh - 113px);
    position: relative;
    margin-top: 113px;
  }
  .mv .text_wrap{
    position: absolute;
    bottom: 10%;
    left: 12%;
  }
  .mv .text_wrap .text01{
    font-family: 'Cinzel', serif;
    font-size: 60px;
    line-height: 1.4;
    margin-bottom: 10px;
    letter-spacing: 3px;
  }
  .mv .text_wrap .text02{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 19px;
    line-height: 2;
    letter-spacing: 1px;
    font-weight: bold;
  }

  section.sec_01{
    padding: 120px 0 140px;
    
  }
  section.sec_01 .inner_box01{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1600px;
    margin: -200px auto 0;
    padding: 200px 50px 0;
    box-sizing: border-box;
    background: url(../../img/bg_about_img.png) no-repeat 95% bottom / 363px;
  }
  section.sec_01 .inner_box01 .content_l{
    max-width: 800px;
    width: 53.3%;
    margin-right: 6%;
  }
  section.sec_01 .inner_box01 .content_r{
    max-width: 410px;
    width: 40%;
  }
  section.sec_01 .inner_box02{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1600px;
    margin: 90px auto 0;
    padding: 0 50px;
    box-sizing: border-box;
  }
  section.sec_01 .inner_box02 .content_l{
    max-width: 400px;
    width: 40%;
    padding-left: 12.5%;
    padding-right: 6%;
  }
  section.sec_01 .inner_box02 .content_r{
    max-width: 800px;
    width: 53.4%;
  }
  
  h2{
    font-size: 40px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.6;
    margin-bottom: 40px;
    letter-spacing: 2px;
  }
  h2 span{
    display: block;
    color: #a18a4c;
    font-size: 16px;
  }
  h2 p{
    font-size: 18px;
  }
  section.sec_01 .inner_box01 .content_r .about_title{
    font-size: 20px;
    font-weight: bold;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  section.sec_01 h2{
    margin-bottom: 30px;
  }
  section.sec_02 h2{
    padding-top: 170px; 
    margin: -170px auto 0;
    text-align: center;
  }
  section.sec_02 .room_slider{
    margin: 40px 0 90px;
  }
/*  .slider {
   overflow:hidden; 
   width:100%;　　　
　　height: 460px; 	  
  }
/*  .slide {
   overflow:visible!important; 
   width: 715px;  
   height: 460px;            
   margin: 0 auto;             
  }*/

  .slide {
   overflow:hidden; 
   width:100%;
   height: 460px;
  }

  .slide .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important; 
  height: 460px !important;
}


  .bxslider li {
    padding: 0 5px;
   }

  .content_inner{
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .room_content .content_l{
    position: relative;
  }
  .room_content .content_l #bx-pager{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .room_content .content_l ul{
    position: relative;
  }
  .room_content .content_l li {
    position: absolute;
  }
  .room_content .content_l li.li01 {
    width: 10.4%;
    top: 36.3%;
    left: 53.3%;
  }
  .room_content .content_l .li01 img{
    max-width: 115px;
    width: 100%;
    
  }
  .room_content .content_r{
    display: flex;
    justify-content: flex-end;
    
  }
  .room_content .room_box{
    display: flex;
    justify-content: flex-start;
    width: 100%;
    border-top: 1px dotted #222;
    border-bottom: 1px dotted #222;
    padding: 30px 0;
    margin-top: 60px;
  }
  .room_content .room_box p{
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 24px;
    margin-right: 60px;
  }
  .room_content .room_box ul li{
    padding-left: 40px;
    background: no-repeat top left / auto;
    margin-bottom: 15px;
    line-height: 1.4;
  }
  .room_content .room_box ul li:last-of-type{
    margin-bottom: 0;
  }
  .room_content .room_box ul li.li_01{
    background-image: url(../../img/icon01.svg);
  }
  .room_content .room_box ul li.li_02{
    background-image: url(../../img/icon02.svg) ;
  }
  .room_content .room_box ul li.li_03{
    background-image: url(../../img/icon03.svg);
  }
  .room_content .room_box ul li.li_04{
    background-image: url(../../img/icon04.svg);
  }
  .room_content .floor_img{
    position: relative;
  }
  .room_content .floor_img p{
    max-width: 34px;
    width: 3.1%;
    position: absolute;
  }
  .room_content .floor_img .pin01{
    top: 55%;
    left: 60%;
  }
  .room_content .floor_img .pin02{
    top: 38%;
    left: 83.7%;
  }
  .room_content .floor_img .pin03{
    top: 81%;
    left: 54%;
  }
  .room_content .floor_img .pin04{
    top: 62%;
    left: 51%;
  }
  .room_content .floor_img .pin05{
    top: 29.5%;
    left: 36%;
  }
  .room_content .floor_img .pin06{
    top: 75%;
    left: 50%;
  }
  .room_content .floor_img .pin07{
    top: 49%;
    left: 96.6%;
  }
  .room_content .floor_img .pin08{
    top: 64%;
    left: 81.5%;
  }
  .room_content .floor_img .pin09{
    top: 9%;
    left: 19.5%;
  }
  .room_content .floor_img .pin10{
    top: 18%;
    left: 30%;
  }
  .room_content .floor_img .pin11{
    top: 45%;
    left: 35.3%;
  }
  .room_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin: 90px 0 30px;
  }
  .room_list li{
    max-width: 255px;
    width: 23.1%;
    margin-bottom: 20px;
  }
  .room_list li figcaption{
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.8;
  }
  .room_list li figcaption span{
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
  }
 .facility_content{
    background-color: #fff;
    width: 100%;
    padding: 60px;
    margin-bottom: 50px;
    max-width: 1100px;
    box-sizing: border-box;
  }
  .facility_content .title{
    font-size: 24px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 35px;
    line-height: 1.2;
  }
  .facility_content .facility_box{
    display: flex;
    justify-content: space-between;
  }
  .facility_content .facility_box dl{
    max-width: 470px;
    width: 48%;
    font-size: 14px;
  }
  .facility_content .facility_box dt{
    color: #a18a4c;
    line-height: 1.8;
  }
  .facility_content .facility_box dd{
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #c9c9c9;
  }
  .facility_content .facility_box dd:last-of-type{
    margin-bottom: 0;
  }
  .attention{
    border: 1px solid #a18a4c;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 100px;
  }
  .attention .l_box{
    background-color: #a18a4c;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
  }
  .attention .l_box p{
    color: #fff;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 20px;
  }
  .attention .r_box{
    padding: 15px 45px;
    width: 88%;
    font-size: 14px;
  }
  .sec_03{
    text-align: center;
    background: url(../../img/bg_reservation.jpg) no-repeat center / cover;
    padding: 90px 0 100px;
    margin-bottom: 100px;
  }
  .sec_03 h2{
    color: #fff;
    padding-top: 170px;
    margin-top: -170px;
  }
  .sec_03 .btn{
    text-align: center;
    width: 500px;
    margin: 0 auto;
  }
  .sec_03 .btn a{
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 26px;
    border: 1px solid #fff;
    color: #fff;
    background: rgba(0,0,0,0.8) url(../../img/btn_arrow.png) no-repeat 94% center / 73px;
    padding: 25px 0;
  }
  .sec_03 .btn a:hover{
    background-color: #a18a4c;
    opacity: 1;
    cursor: pointer;
  }

  .sec_04{
    padding-top: 170px;
    margin-top: -170px;
  }
  .sec_04 h2{
    text-align: center;
    margin-bottom: 40px;
  }
  .sec_04 .content_inner{
    margin-bottom: 100px;
  }
  .sec_04 .map{
    border-top: 1px solid #c9c9c9;
  }
  .sec_04 .tablet{
    display: none;
  }
  .reservation_btn a{
    display: block;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 26px;
    border: 1px solid #fff;
    color: #fff;
    background: #111 url(../../img/btn_arrow.png) no-repeat 68% center / 73px;
    padding: 50px 0;
    text-align: center;
  }
  .reservation_btn a:hover{
    background-color: #a18a4c;
    cursor: pointer;
    opacity: 1;
  }


/* ---------------全デバイス共通(PC)-end--------------------- */

@media screen and (max-width:1080px) {
  .g_menu{
    width: 700px;
  }
  .g_menu li a{
    font-size: 14px;
  }
}

@media screen and (max-width:1040px){

  header .header_inner{
    padding: 0;
    height: 80px;
  }
  header .header_inner .sp_header_r{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
  }
  header .header_inner .sp_btn01{
    display: flex;
	justify-content: flex-start;
  width: 65px;
  height: 65px;
  }
  .nav {
    display: none;
  }
  .g_menu{
    display: none;
  }
  header .header_inner .sp_reservation {
    display: block;
    /* margin-top: 12px; */
    color: #fff;
    border: #fff 1px solid;
    padding: 5px 14px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 2px;
  }
  
  .sp_header_r .btn_eng a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #fff;
    font-size: 14px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
    padding: 15px 8px;
    box-sizing: border-box;
    margin-right: 2px;
  }
  
  header .header_inner .sp_reservation:hover{
    background-color: #a18a4c;
    opacity: 1;
  }

  .drawer-nav {
    display: block;
  }
  
  /* h */
  /* -------------------------------------------------- */
  h1 {
    width: 30%;
    padding-left: 20px;
  }
  h1 img{
    width: 150px;
  }

  .mv{
    margin-top: 80px;
  }
  .mv .text_wrap{
    left: 3%;
  }
  

  .reservation_btn a{
    background-position: 80% center;
  }
  .reservation_btn a:hover{
    background-position: 80% center;
  }

  /*------------------------PC ~1090px END------------------------ */}

/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width:959px){/* tablet */


  /* header */
  /* -------------------------------------------------- */


 .drawer-open .drawer-nav{
   display: block;
 }
  .g_menu {
    display: none;
  }
  .g_menu li {
    list-style: none;
  }

  #scrollUp.bottom{
    bottom: 215px;
  }


  /* layout */
  /* -------------------------------------------------- */
  .mv{
    background: url(../../img/bg_mv.jpg) no-repeat center / cover;
    margin-top: 80px;
  }
  .mv .text_wrap{
    left: 3%;
  }

  section.sec_01{
    padding: 0;
    background: url(../../img/bg_about_img.png) no-repeat 94% 75px / 40%;
  }
  section.sec_01 .inner_box01{
    margin: -70px auto 0;
    padding: 120px 20px 0;
    flex-direction: column-reverse;
    background: inherit;
  }
  section.sec_01 .inner_box01 .content_r{
    width: 100%;
    max-width: inherit;
  }
  section.sec_01 h2{
    text-align: center;
    margin-bottom: 20px;
  }
  section.sec_01 .inner_box01 .content_r .about_title{
    font-size: 17px;
  }
  section.sec_01 .inner_box01 .content_l{
    width: 100%;
    max-width: inherit;
    margin: 30px 0 50px;
  }
  section.sec_01 .inner_box02{
     display: block;
     max-width: inherit;
     margin: 20px 0 auto;
     padding: 0 20px;
  }
  section.sec_01 .inner_box02 .content_r{
    width: 100%;
    max-width: inherit;
    padding: 0;
    margin-bottom: 80px;
  }
  section.sec_01 .inner_box02 .content_l{
    width: 100%;
    max-width: inherit;
    margin: 0 0 30px;
    padding: 0;
  }
  section.sec_02 h2{
    margin: -120px auto 0;
    padding-top: 120px;
  }
  .slide {
    overflow:hidden; 
    width:100%;
    height: 185px; 	  
   }
   .slide .bx-viewport {
   background: transparent !important;
   border: 0;
   overflow: visible !important; 
   height: 185px !important;

 }
 
 
   .bxslider li {
     padding: 0 5px;
    }	
  .room_content .content_l{
    width: 100%;
  }
  .room_content .content_r{
    display: block;
  }
  .room_content .content_r .room_box{
    width: 100%;
    max-width: inherit;
    margin: 50px auto 0;
  }
  .room_content .content_r .room_box .sp{
    display: block;
  }
  
  .sec_03 h2{
    padding-top: 120px;
    margin-top: -120px;
  }
  .sec_04{
    padding-top: 120px;
    margin-top: -120px;
  }
  .sec_04 .pc{
    display: none;
  }
  .sec_04 .sp{
    display: none;
  }
  .sec_04 .tablet{
    display: block;
  }

  footer{
    padding-bottom: 25px
  }
  footer .copy{
    position: inherit;
    bottom: inherit;
    right: inherit;
    font-size: 12px;
    margin-top: 30px;
  }

  /* -------------------tablet END------------------------- */}

/*----------------------------------------------------------*/
/* SP用のCSS */
/*----------------------------------------------------------*/
@media screen and (max-width: 559px){/* SP */

/* パンくず */
/* -------------------------------------------------- */
  #breadCrumb {
    margin-top: 70px;
  }
  
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  #scrollUp {
    height: 40px;
    width: 40px;
    right: 10px;
    bottom: 20px;
    background-size: 40px auto;
  }
  #scrollUp.bottom{
    bottom: 150px;
  }

  h1{
    padding-left: 15px;
  }
  h1 img{
    width: 100px;
  }
  h2{
    font-size: 22px;
    margin: 0 auto;
    text-align: center;
  }
  h2 span{
    font-size: 12px;
    margin-bottom: 20px;
  }
  h2 p{
    font-size: 12px;
  }

  header .header_inner{
    padding: 0;
    height: 60px;
    position: relative;
    justify-content: flex-start;
  }
  
  .nav {
    display: none;
  }
  header .header_inner .sp_header_r{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    margin-left: auto;
  }
  header .header_inner .sp_btn01{
    display: flex;
	justify-content: flex-start;
  width: 60px;
  height: 60px;
  }

  .sp_header_r .btn_eng a{
    display: flex;
    width: 34px;
    height: 34px;
    background: #fff;
    font-size: 12px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    line-height: 1;
    /* padding: 11px 3px; */
    box-sizing: border-box;
    margin-right: 2px;
  }
    
  header .header_inner .sp_reservation {
    display: block;
    /* margin-top: 12px; */
    font-size: 12px;
    color: #fff;
    border: #fff 1px solid;
    padding: 5px 10px;
    font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    letter-spacing: 2px;
  }

 .drawer-open .drawer-nav{
   display: block;
 }


  .mv{
    background: url(../../img/bg_mv_sp.jpg) no-repeat center bottom / 100%;
    height: 480px;
    margin-top: 40px;
  }
  .mv .text_wrap{
    text-align: center;
    margin: 0 auto;
    padding-top: 90px;
    position: inherit;
    top: 0;
    left: 0;
  }
  .mv .text_wrap .text01{
    font-family: 'Cinzel', serif;
    font-size: 32px;
    margin-bottom: 10px;
    line-height: 1.2;
  }
  .mv .text_wrap .text02{
    font-size: 14px;
    line-height: 1.6;
  }

  section.sec_01{
    padding: 0;
    background: url(../../img/bg_about_img.png) no-repeat 94% 75px / 50%;
  }
  section.sec_01 .inner_box01{
    margin: -40px auto 0;
    padding: 90px 15px 0;
    flex-direction: column-reverse;
  }
  section.sec_01 .inner_box01 .content_r{
    width: 100%;
    max-width: inherit;
  }
  section.sec_01 .inner_box01 .content_l{
    width: 100%;
    max-width: inherit;
    margin: 25px 0 0 0;
  }
  section.sec_01 .inner_box02{
    margin-top: 30px;
  }
  section.sec_02 h2 {
    padding-top: 90px;
    margin-top: -90px
  }
  section.sec_01 .inner_box02 .content_r{
    margin-bottom: 50px;
  }
  section.sec_02 .room_slider{
    margin: 25px 0;
  }
/*  .slider {
    height: 185px;
}*/
	
  .slide {
   overflow:hidden; 
   width:100%;
   height: 185px;
  }
  .slide .bx-viewport {
  background: transparent !important;
  border: 0;
  overflow: visible !important; 
  height: 185px !important;

}


  .bxslider li {
    padding: 0 5px;
   }	
	
	
.content_inner{
  max-width: inherit;
  padding: 0;
}
.room_content{
flex-direction: column-reverse;
padding: 0 15px;
}
.room_content .content_l{
  width: 100%;
  margin: 25px auto 0;
}
.room_content .content_r{
  width: 100%;
}
.room_content .content_r p{
  line-height: 2;
}
.room_content .room_box{
  /* margin-top: 25px; */
  padding: 20px 0;
  display: block;

}
.room_content .room_box p{
  font-size: 18px;
  margin-right: 24px;
  display: block;
  margin-bottom: 10px;
}
.room_content .room_box ul li{
  padding-left: 30px;
}
.room_content .content_r  .room_box li .sp{
  display: none;
}
.room_content .floor_img p{
  width: 6.5%;
}
.room_content .floor_img .pin01{
  top: 43%;
  left: 90%;
}
.room_content .floor_img .pin02{
  top: 75%;
  left: 65.7%;
}
.room_content .floor_img .pin03{
  top: 60%;
  left: 76%;
}
.room_content .floor_img .pin04{
  top: 46%;
  left: 68.5%;
}
.room_content .floor_img .pin05{
  top: 28.5%;
  left: 36%;
}
.room_content .floor_img .pin06{
  top: 55.5%;
  left: 67%;
}
.room_content .floor_img .pin07{
  top: 80.8%;
  left: 92.6%;
}
.room_content .floor_img .pin08{
  top: 89%;
  left: 60.5%;
}
.room_content .floor_img .pin09{
  top: 16%;
  left: 2.5%;
}
.room_content .floor_img .pin10{
  top: 21%;
  left: 24%;
}
.room_content .floor_img .pin11{
  top: 38%;
  left: 35.8%;
}
.room_list{
  display: block;
  margin: 40px 0 30px;
  padding: 0 15px;
  box-sizing: border-box;
}
.room_list li{
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 25px;
  max-width: inherit;
} 
.room_list li img{
  width: 50%;
  height: 50%;
  margin-top: 5px;
}
.room_list li figcaption{
  width: 45%;
  margin-top: 0;
  line-height: 1.4;
  font-size: 12px;
}

.facility_content{
  width: 100%;
  padding: 30px 15px 40px;
  -webkit-box-sizing: border-box;
}
.facility_content .title{
  font-size: 18px;
}
.facility_content .facility_box{
  display: block;
}
.facility_content .facility_box dl{
  width: 100%;
  max-width: inherit;
}
.facility_content .facility_box .box_l{
margin-bottom: 15px;
}

.attention{
  display: block;
  padding: 0 15px;
  border: none;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.attention .l_box{
  width: 100%;
  font-size: 14px;
}
.attention .r_box{
  width: 100%;
  font-size: 14px;
  padding: 0;
  margin: 15px 0 0 0;
}
.attention .r_box p{
  padding-left: 20px;
}
.attention .r_box p span{
  margin-left: -20px;
}
.sec_03{
  padding: 40px 0 50px;
  background-position: 55% center;
  margin-bottom: 50px;
}
.sec_03 h2{
  padding-top: 90px;
    margin-top: -90px;
}
.sec_03 .btn{
  padding: 0 20px;
  width: 100%;
  box-sizing: border-box;
}
.sec_03 .btn a{
  font-size: 18px;
  padding: 20px 10px 20px 0;
  background-size: 15%;
}
.sec_03 .btn a:hover{
  font-size: 18px;
  padding: 20px 10px 20px 0;
  background-size: 15%;
}
.sec_03 .ui-tabs-panel .text{
  margin-bottom: 10px;
  font-size: 13px;
  line-height: 1.6;
}
.sec_04 {
  padding-top: 90px;
  margin-top: -90px;
}
.sec_04 h2{
  margin-bottom: 20px;
}
.sec_04 .sp{
  display: block;
}
.ui-tabs-panel section{
  padding: 0 15px;
}
.ui-tabs-panel .text{
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 1.6;
}

.sec_04 .map iframe{
  height: 275px;
}
.sec_04 .content_inner{
  margin-bottom: 40px;
}
.sec_04 .sp{
  display: block;
}
.sec_04 .tablet{
  display: none;
}
.reservation_btn a{
  padding: 30px;
  font-size: 18px;
  background-size: 15%;
  background-position: 92% center;
}
.reservation_btn a:hover{
  background-size: 15%;
  background-position: 92% center;
}
footer{
  padding: 20px 0 15px; 
}
footer p img{
  width: 43%;
}
footer .text_box{
  margin-top: 15px;
}
footer .text_box .tel{
  font-size: 15px;
  line-height: 1.8;
}
footer .copy{
  position: inherit;
  bottom: inherit;
  right: inherit;
  font-size: 10px;
  margin-top: 15px;
}
  
/* ---------------------SP END----------------------------- */}






