@charset "UTF-8";
body{
  width: 100%;
  height: 100%;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝","Sawarabi Mincho", serif!important; 
  position: relative;
  left: 0;
  color: #4d4d4d;
  top: 0;
}
body#index{
  overflow: hidden;
}
a:hover{
  opacity: 0.8;
  transition: all 0.3s;
  cursor: pointer;
}
p{
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
}
.layer{
  display: none;
  position: fixed;
  z-index: 0;
  height: 100vh;
  width: 100vw;
  background: rgba(255,255,255,0.5);
  transition: all 0.3s;
  opacity: 0;
}
.layer.active{
  display: block;
  z-index: 2;
  opacity: 1;
}
@media screen and (min-width: 768px){
  .container,.h_container{
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
  }
  .h_container{
    height: 60px;
  }
}

/* 共通 */
.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}
.mb30{
  margin-bottom: 30px!important;
}
.mb40{
  margin-bottom: 40px;
}
.mb50{
  margin-bottom: 50px;
}
.mb60{
  margin-bottom: 60px;
}
.mb80{
  margin-bottom: 80px;
}
.mt80{
  margin-top: 80px;
}
.mt120{
  margin-top: 120px;
}
.mt150{
  margin-top: 150px;
}
.red{
  color: #dc143c!important;
}
.center{
  text-align: center;
}
.gray{
  color: #b3ada0 !important;
}
.d_gray{
  color: #808080;
}
.attention{
  display: block;
  margin-top: 20px;
}
.a_link{
  display: inline-block;
  border-bottom: 1px dotted #dc143c!important;
}

/* sp menuボタンのアニメーション */
#menu_btn {
    display: block;
    width: 60px;
    height:60px;
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 4;
    background: #e7e7e7;
    opacity: 1;
    padding-bottom: 5px;
    transition: all 0.5s;
}
#menu_btn span.bar{
    display: block;
    background: #333;
    width: 42px;
    height: 2px;
    position: absolute;
    left: 9px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}
#menu_btn span.bar:first-child {
    top: 15px;
}
#menu_btn span.bar:nth-child(2) {
    top: 25px;
}
#menu_btn span.bar:nth-child(3) {
    top: 35px;
}
#menu_btn.active span.bar:first-child {
    -webkit-transform: translateY(10px) rotate(390deg);
    -moz-transform: translateY(10px) rotate(390deg);
    -ms-transform: translateY(10px) rotate(390deg);
    transform: translateY(10px) rotate(390deg);
}
#menu_btn.active span.bar:nth-child(2) {
    opacity: 0;
    -webkit-transform: translateY(10px) rotate(360deg);
    -moz-transform: translateY(10px) rotate(360deg);
    -ms-transform: translateY(10px) rotate(360deg);
    transform: translateY(10px) rotate(360deg);
}
#menu_btn.active span.bar:nth-child(3) {
    -webkit-transform: translateY(-10px) rotate(330deg);
    -moz-transform: translateY(-10px) rotate(330deg);
    -ms-transform: translateY(-10px) rotate(330deg);
    transform: translateY(-10px) rotate(330deg);
}
#menu_btn p.btn_menu,#menu_btn p.btn_close{
  color: #333;
  font-size: 10px;
  text-align: center;
  bottom: 5px;
  position: absolute;
  width: 100%;
}
#menu_btn p.btn_menu{
  display: block;
}
#menu_btn p.btn_close{
  display: none;
}
#menu_btn.active p.btn_menu{
  display: none;
}
#menu_btn.active p.btn_close{
  display: block;
}
#menu_btn.active{
  right: 250px;
} 
.reserve_btn{
  display: table;
  position: fixed;
  top: 0;
  right: 60px;
}
.reserve_btn a{
  display: table-cell;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  background: #4D4D4D;
  line-height: 1.2em;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.reserve_btn a:hover,.girls_btn a:hover{
  border-radius: 20px;
}
.girls_btn{
  display: table;
  position: fixed;
  top: 0;
  right: 120px;
}
.girls_btn a{
  display: table-cell;
  width: 60px;
  height: 60px;
  vertical-align: middle;
  text-align: center;
  color: #4D4D4D;
  background: #EFD5DD;
  line-height: 1.2em;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
/* ナビゲーション */
header{
  position: absolute;
  width: 100%;
  height: 60px;
  z-index: 1000;
  display: inline-block;
}
.header_logo{
  display: inline-block;
  padding: 12px 18px;
  width: 145px;
  vertical-align: middle;
}
.menu_logo{
  display: block;
  width: 150px;
  margin: 20px auto;
  vertical-align: middle;
}
.slide_menu{
  position: fixed;
  width: 250px;
  height: 100%;
  background: #e7e7e7;
  z-index: 3;
  overflow-y: scroll;
  right: -250px;
  top: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.slide_menu .wrap{
  padding: 5px 15px;
}
.menu_title{
  padding: 20px 0;
}
.hotel_name{
  font-size: 22px;
  font-weight: normal;
  text-align: center;
}
.slide_menu h1{
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
}
.slide_menu h1 span,.hotel_name span{
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
}
.f_phone_btn a{
  display: block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #fff;
  background: #fff;
  color: #333;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto 15px;
}
.f_reservation_btn a{
  display: block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #fff;
  background: #ec6d71;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto 15px;
}
.f_h_reservation_btn a{
  display: block;
  width: 100%;
  max-width: 300px;
  border: 1px solid #fff;
  background: #005c7e;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto 15px;
}
.slide_menu.active{
  right: 0px;
}
.navigation li{
  margin-bottom: 15px;
}
.navigation li a{
  color: #333;
  display: block;
  padding: 8px 0;
  border: 1px solid #333;
  font-size: 16px;
}
.navigation li span{
  display: block;
  text-align: center;
}
@media screen and (min-width: 480px){
  .header_logo{
    padding: 10px;
    width: 160px;
  }
}
@media screen and (min-width: 768px){
  .header_logo{
    padding: 10px;
  }
}
@media screen and (min-width: 1140px){
  header{
    background: rgba(231,231,231,0.9);
  }
  .reserve_btn{
    position: absolute;
    right: 0;
  }
  .girls_btn{
    position: absolute;
    right: 60px;
    z-index: 999;
  }
  #page .header_logo{
    display: block;
  }
}

/* index */
#mv{
  width: 100%;
  height: 600px;
  position: relative;
  overflow: visible !important;
}
#mv::after{
  display: block;
  position: absolute;
  z-index: 2;
}
#mv .logo_area{
  position: absolute;
  width: 300px;
  top: calc(50% - 47px);
  left: calc(50% - 150px);
  text-align: center;
  z-index: 3;
}
#mv .logo_area ul{
  text-align: center;
}
#mv .logo_area li{
  display: inline-block;
  width: 100%;
  text-align: left;
  font-size: 11px;
  padding: 10px;
  vertical-align: top;
}
.main_catch{
  position: absolute;
  left: -100%;
  height: 2px;
  width: 100%;
  top: 50%;
  transition: 1.5s all;
  -webkit-transition: 1s all;
  background: rgba(0,0,0,1);
}
.main_catch.slide{
  left: 0;
}
.main_catch.slide.open{
  top: calc(50% - 62px);
  background: rgba(255,255,255,0.6);
  width: 100%;
  height: 125px;
  padding: 15px 0;
}
.main_catch p,.main_catch h1{
  text-align: center;
  color: #333;
  transition: 1.5s all;
  -webkit-transition: 1s all;
  width: 100%;
}
.main_catch p.hidden,.main_catch h1.hidden{
  opacity: 0;
}
.main_catch p.hidden.appear,.main_catch h1.hidden.appear{
  opacity: 1;
}
.main_catch h1 span{
  display: block;
  font-size: 10px;
  margin-bottom: -8px;
  letter-spacing: 0.2em;
}
h1.catch_02{
  font-size: 30px;
  font-weight: normal;
}
p.catch_03{
  font-size: 16px;
}
.mini_link{
  display: inline-block;
  width: auto;
  color: #fff!important;
  margin-bottom: 20px;
  font-size: 12px;
  padding: 3px 3px 3px 20px;
  border-bottom: 1px dotted #fff;
  position: relative;
  margin-right: 5px;
}
.mini_link:before{
  position: absolute;
  color: #fff;
  font-size: 12px;
  left: 0;
  content: "▶";
}
#r18{
  width: 220px;
}
#index #access img{
  width: 25px;
  display: inline;
  margin-right: 5px;
}
@media screen and (min-width: 768px){
  #mv{
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #index header{
    position: absolute;
  }
  .navigation{
    padding: 0;
    text-align: center;
  }
  #index .navigation{
    padding: 40px 20px 0;
  }
  #index header{
    position: fixed;
  }
  
  #index #mv{
    width: auto;
    background-position: left;
  }
  #mv .logo_area{
    width: 350px;
    top: calc(50% - 85px);
    left: calc(50% - 175px);
  }
  .main_catch.slide.open{
    top: calc(50% - 90px);
    width: 100%;
    height: 180px;
    padding: 20px 0;
  }
  .main_catch p,.main_catch h1{
    text-align: center;
    transition: 1.5s all;
    -webkit-transition: 1s all;
    width: 100%;
  }
  .main_catch h1 span{
    display: block;
    font-size: 16px;
    margin-bottom: -8px;
    letter-spacing: 0.2em;
  }
  h1.catch_02{
    font-size: 36px;
    font-weight: normal;
  }
  p.catch_01,p.catch_03{
    font-size: 22px;
  }
  .pop_list li{
    width: 20%;
    display: block;
    padding: 16px;
  }
}
@media screen and (min-width: 1140px){
  #mv{
    height: calc(100vh - 150px);
  }
  .slide_menu{
    display: block !important;
    height: 60px;
    width: calc(100% - 180px);
    text-align: center;
    background: none;
    position: absolute;
    left: 120px;
    overflow-y: inherit;
  }
  #index .slide_menu{
    top: 0;
  }
  #index .follow .navigation{
    padding: 0;
    transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
  }
  #menu_btn{
    display: none;
  }
  .slide_menu li{
    display: inline-block;
    padding: 13px 0;
    margin: 0;
  }
  .navigation li a{
    color: #333;
    display: block;
    position: relative;
    padding: 0 15px;
    border: none;
    border-right: 1px solid #333;
    text-align: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    margin-left: -5px;
  }
  .navigation li a:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: #fff;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    z-index: -1;
  }
  .navigation li a:hover{
    color: #333;
  }
  .navigation li a:hover:before{
    width: 100%;
  }
  .navigation li:last-child a{
    border: none;
  }
  .slide_menu{
    overflow-y: inherit;
  }
  .pc_hidden{
    display: none;
  }
}


/*breadcrumbs*/
#breadcrumbs{
  top: 60px;
  background: #d8d8d8;
  height: 33px;
  position: relative;
  z-index: 4;
  overflow: hidden;
}
#breadcrumbs ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 8px 0;
}
#breadcrumbs li{
  font-size: 12px;
  padding: 0 10px 0 20px;
  position: relative;
}
#breadcrumbs li:before{
  position: absolute;
  content: "＞";
  left: 0;
}
#breadcrumbs li:first-child{
  font-size: 12px;
  padding-left: 10px;
}
#breadcrumbs li:first-child:before{
  content: "";
}
/* breadcrumbs 終わり */



/* フッター */
footer{
  background: #A8896A;
  padding-bottom: 60px;
}
.f_contents{
  padding: 30px 0;
}
footer .name{
  color: #fff;
  font-size: 22px;
  text-align: center;
  letter-spacing: -0.1em;
}
footer .name_sub{
  color: #fff;
  font-size: 12px;
  text-align: center;
  line-height: 1.5em;
  margin-bottom: 20px;
}
footer address{
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}

footer h2{
  margin-bottom: 20px;
}
.f_logo a{
  display: block;
  max-width: 150px;
  margin: 40px auto ;
}
.f_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.f_list li{
  display: block;
  width: 49%;
}
.f_list li a{
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #fff;
  color: #fff;
  transition: all 0.3s; 
  -webkit-transition: all 0.3s; 
}
.f_list li a:hover{
  color: #333;
}
.f_list li a:before{
  content: "";
  background: #fff;
  position: absolute;
  z-index: 0;
  top: -60px;
  left: -90px;
  width: 60px;
  height: 200px;
  transform: rotate(45deg);
  transition: all 0.3s; 
  -webkit-transition: all 0.3s; 
}
.f_list li a:hover:before{
  content: "";
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: rotate(0);
  transition: all 0.3s; 
  -webkit-transition: all 0.3s; 
}
footer a.a_phone{
  display: block;
  margin: 0 auto 15px;
  width: 250px!important;
  max-width: 100%;
  background: #fff;
  color: #333;
  text-align: center;
  padding: 10px;
}
footer a.show_plan{
  display: block;
  max-width: 250px;
  background: #005c7e;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px!important;
}
footer a.girls_plan{
  display: block;
  max-width: 250px;
  background: #EFD5DD;
  color: #4D4D4D;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px!important;
}
footer a.reserve_plan{
  display: block;
  max-width: 250px;
  background: #4D4D4D;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 15px!important;
}
#copyright{
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding-bottom: 20px;
}
@media screen and (min-width: 768px){
  footer{
    padding-top: 30px;
    padding-bottom: 0;
  }
  .f_contents{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .f_logo,.f_menu{
    max-width: 50%;
  }
  .f_logo a{
    display: block;
    max-width: 150px;
    margin: 0 0 20px;
  }
  .f_menu{
    width: 60%;
  }
  footer .name,footer .name_sub,footer address{
    text-align: left;
  }
  footer .name{
    font-size: 26px;
  }
  .color{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
  }
  footer a.a_phone{
    display: block;
    margin: 0;
    margin-right: 15px;
    width: 250px;
    margin-bottom: 15px;
  }
  footer a.show_plan,footer a.girls_plan,footer a.reserve_plan{
    display: block;
    max-width: 250px;
    margin: 5px auto;
  }
  .f_list{
    justify-content: flex-end;
  }
  .f_list li{
    display: block;
    width: 33%;
  }
  .f_list li a{
    display: block;
    text-align: center;
    padding: 10px 3px;
    margin-bottom: 10px;
    margin-left: 15px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;
  }
}


/* TOP MV */
.mv_slider{
  position: relative;
  transition: all 1s;
  -webkit-transition: all 1s;
  transition-timing-function: ease-in-out;
  overflow: hidden;
}
.mv_slider.round{
  padding: 0 30px;
}
.mv_slider li.slider_li{
  height: 600px;
}
.mv_slider li.slider_li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
@media screen and (min-width: 1140px){
  .mv_slider li.slider_li{
    height: calc(100vh - 150px);
  }
}

/* 下にくっついてるメニュー */
.sp_menu{
  position: fixed;
  bottom: 0;
  height: 60px;
  width: 100%;
  text-align: center;
  background: #1f1f1f;
  padding: 5px;
  z-index: 10;
}
.sp_menu li{
  display: inline-block;
  width: 23%;
  vertical-align: middle;
}
.sp_menu li img{
  display: block;
  width: 35px;
  margin: 0 auto;
}
.sp_menu li span{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 10px;
}
@media screen and (min-width: 768px){
  .sp_menu{
    display: none;
  }
}


/* TOP */
#page main{
  margin-top: 60px;
}
.title_shadow{
  display: block;
  width: 100%;
  padding: 50px 0;
  color: #333;
  text-align: center;
  font-size: 40px;
  margin-bottom: -40px;
  font-weight: normal;
  position: relative;
}
.title_shadow span{
  display: block;
  font-size: 50px;
  color: rgba(0,0,0,0.08);
  position: relative;
  top: -40px;
  line-height: 1em;
  white-space: nowrap;
}
.txt_area .title_shadow{
  font-size: 30px;
  padding: 50px 0;
}
.txt_area .title_shadow span{
  font-size: 30px;
  top: -20px;
}
#intro,#room,#service,#access{
  padding: 40px 0;
}
.txt_area p{
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.8em;
}
a.show_plan{
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto 30px;
  border: 1px solid #333;
  color: #333;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 10px 0;
  font-size: 14px;
  text-align: center;
}
a.girls_plan,a.reserve_plan{
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto 30px;
  color: #333;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 10px 0;
  text-align: center;
}
a.show_plan:before{
  content: "＞";
  color: #333;
  right: 10px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
}
a.show_plan:hover:before{
  right: 5px;
  color: #fff;
}
a.show_site{
  display: block;
  width: 300px;
  margin: 0 auto 15px;
  border: 1px solid #333;
  color: #333;
  position: relative;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  padding: 10px 0;
  text-align: center;
  max-width: 100%;
}
a.show_site:before{
  content: "＞";
  color: #333;
  right: 30px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  position: absolute;
}
a.show_site.main_color,
a.show_site.miyabi_color,
a.show_site.candy_color{
  border: none;
}
a.show_site.main_color:before,
a.show_site.miyabi_color:before,
a.show_site.candy_color:before{
  color: #fff;
}
a.show_site:after,a.show_plan:after{
  content: "";
  background: #333;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 0;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a.show_site:hover,a.show_plan:hover{
  color: #fff;
}
a.show_site:hover:before{
  right: 15px;
  color: #fff;
}
a.show_site:hover:after,a.show_plan:hover:after{
  content: "";
  background: #333;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
a.a_phone{
  display: block;
  margin: 0 auto 20px;
  width: 300px;
  background: #333;
  color: #fff;
  text-align: center;
  padding: 10px;
}
.access_link{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.access_ad{
  text-align: center;
  margin-bottom: 20px;
}
iframe.map{
  width: 100%;
  max-width: 800px;
  margin: 0 auto 30px;
  height: 300px;
}
#access{
  border-bottom: 1px solid #333;
}
#catch .flex-box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
 /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#cfae8f+0,473326+100 */
  background: #cfae8f; /* Old browsers */
  background: -moz-linear-gradient(top,  #d8bb9e 0%, #473326 65%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top,  #d8bb9e 0%,#473326 65%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom,  #d8bb9e 0%,#473326 65%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfae8f', endColorstr='#473326',GradientType=0 ); /* IE6-9 */
}
.txt_area{
  padding: 30px;
}
.img_area{
  border-radius: 16px;
}
#catch .txt_area{
  width: 100%;
  padding: 50px 30px 30px;
  color: #fff;
}
#catch .txt_area h3{
  font-weight: normal;
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
#catch .txt_area p{
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.8em;
}
#catch .img_area{
  max-width: 400px;
  margin: 0 auto;
}
.main_color{
  color: #fff !important;
  background: #D1C1AA;
}
.miyabi_color{
  color: #fff !important;
  background: #A3B7B8;
}
.candy_color{
  color: #fff !important;
  background: #C9B3B3;
}
.price_table th a{
  color: #fff;
}
.sub_title{
  font-size: 20px;
  line-height: 1.6em;
  margin-bottom: 24px;
  font-weight: normal;
}

@media screen and (min-width: 768px){
  main h2{
    font-size: 50px;
  }
  #intro,#toom,#service,#access{
    padding: 80px 0;
  }
  .txt_area{
    width: 40%;
  }
  .img_area{
    height: 500px;
    overflow: hidden;
    width: 60%;
    position: relative;
  }
  .img_area img{
    object-fit: cover;
    object-position: 50% 50%;
    position: relative;
    width: 100%;
    height: 100%;
  }

  #room .flex-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #payment .flex-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #intro,#service .flex-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .access_link a{
    margin: 0 10px 20px;
  }
  iframe.map {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 30px;
    height: 400px;
  }
  #sub iframe.map{
    height: 300px;
  }
  #catch .txt_area{
    max-width: 700px;
    padding: 30px;
  }
  #catch .img_area{
    height: auto;
    margin: 0 30px;
    border-radius: 0;
  }
  #catch .img_area img{
    width: 100%;
    height: auto;
  }
}

/* 下層ページ */
#page header{
  background: rgba(255,255,255,0.9);
  position: fixed;
}
#page .page_title h1{
  font-weight: normal;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
  letter-spacing: -0.1em;
}
#page .page_title h1 span{
  display: block;
  font-size: 10px;
  letter-spacing: 0.1em;
}
#page .page_title p{
  font-size: 12px;
}
#page #mv{
  height: auto;
  margin-bottom: 10px;
  position: relative;
  margin-top: 60px;
  overflow: hidden!important;
}
#page #mv img{
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: relative;
}
.page_title{
  display: block;
  padding: 5px 0 5px 10px;
}
.page_container{
  width: 100%;
}
.page_wrap{
  width: 90%;
  margin: 0 auto;
}
.page_wrap_sub{
  width: 95%;
  margin: 0 auto;
}
.content_box{
  margin-bottom: 60px;
}
.rank_list{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.rank_list li{
  display: table;
  width: calc(33% - 10px);
  height: 100px;
  margin: 0 5px 5px;
}
.rank_list li a{
  width: 100%;
  display: table-cell;
  padding: 5px;
  border: 1px solid #333;
  position: relative;
  font-size: 14px;
  height: 100%;
  vertical-align: middle;
  text-align: center;
  line-height: 1.2em;
  padding: 20px 0 30px;
}
.rank_list li a:before{
  position: absolute;
  bottom: 10px;
  content: "▽";
  left: calc(50% - 8px);
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.rank_list li a:hover:before{
  bottom: 5px;
  content: "▼";
}
.rank_list li a span{
  display: block;
}
#page h3{
  position: relative;
  font-weight: normal;
  padding: 15px 10px 10px;
  color: #fff;
  background: #333;
  margin-bottom: 20px;
  font-size: 16px;
  letter-spacing: -0.05em;
}
#page h3:before{
  position: absolute;
  width: 100%;
  height: 10px;
  background: #000;
  content: "";
  top: 0;
  left: 0;
}
#page h3 span{
  position: absolute;
  display: inline-block;
  right: 10px;
  font-size: 12px;
  letter-spacing: 0em;
  top: calc(50% - 6px);
}
.img_box{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.main_img{
  display: block;
  margin-bottom: 15px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main_img img{
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.scale_img{
  display: block;
  width: 100%;
}
.mini_img{
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.mini_img li{
  display: inline-block;
  width: 49%;
}
.scale_img{
  width: calc(50% - 15px);
  max-width: 300px;
  height: 250px;
  padding: 20px;
  margin-bottom: 15px;
  display: block;
  border: 3px solid #c0c0c0;
  margin-right: 15px;
  position: relative;
}
.scale_img:before{
  position: absolute;
  content: "見取り図";
  top: 5px;
  left: 5px;
  font-size: 12px;
}
.scale_img img{
  display: block;
  width: 100%;
  height: 100%;
}
.sub_banner{
  display: block;
  margin:0 auto 15px;
  max-width: 300px;
}
@media screen and (min-width: 768px){
  .page_wrap_sub{
    height: 700px;
    position: sticky;
    position: -webkit-sticky;
    top: 80px;
    bottom: 80px;
  }
  .page_container{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1024px;
    margin: 0 auto;
  }
  #page main h2{
    margin-bottom: 30px;
  }
  .img_box{
    padding: 0 10px;
  }
  .table_box{
    padding: 0 10px;
  }
  .detail_box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .main_img img,.mini_img li{
    width: 100%;
    margin-bottom: 10px;
  }
  .scale_img{
    height: 300px;
  }
  #page #main{
    width: 575px;
    margin-right: 25px;
  }
  #page #sub{
    width: calc(100% - 600px);
    display: block;
    position: relative;
  }
  .rank_list li{
    display: table;
    width: calc(33% - 10px);
    height: 100px;
    margin: 5px;
  }
}
@media screen and (min-width: 1140px){
  #page #mv{
    margin-top: 0;
    margin-bottom: 60px;
  }
  #page #main{
    width: 725px;
    margin-right: 25px;
  }
  #page #sub{
    width: calc(100% - 750px);
    display: block;
    position: relative;
  }
  #page header{
    background: rgba(231,231,231,0.9);
  }
  #page .page_title{
    display: none;
  }
  #page a .header_logo{
    display: inline-block;
  }
  #page #breadcrumbs ul{
    position: relative;
    left: 130px;
  }
  .main_img img{
    object-position: 0 -100px;
  }
}


/* アクセス */
#page h3.catch_txt{
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 2em;
  margin-bottom: 30px;
  background: none;
  color: #333;
}
#page h3.catch_txt:before{
  background: none;
}
.route_li li{
  display: block;
  width: 100%;
  padding: 0 15px 0;
  margin-bottom: 40px;
  position: relative;
}
.route_li li img{
  margin-bottom: 10px;
}
.route_li li p{
  font-size: 16px;
  line-height: 1em;
}
.route_li li:before{
  content: "";
  text-align: center;
  color: #333;
  background: #fff;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  left: 25px;
  top: 10px;
  position: absolute;
  box-shadow: 3px 3px 3px #333;
}
.route_li li.r_01:before{
  content: "1";
}
.route_li li.r_02:before{
  content: "2";
}
.route_li li.r_03:before{
  content: "3";
}
.route_li li.r_04:before{
  content: "4";
}
.route_li li.r_05:before{
  content: "5";
}
.route_li li.r_06:before{
  content: "6";
}
.root_img{
  display: block;
  max-width: 600px;
  margin: 0 auto 20px;
  width: 100%;
}
#page h4{
  font-weight: normal;
  margin-bottom: 5px;
  border: 1px solid #333;
  padding: 3px 0 3px 15px;
  position: relative;
}
#page h4 span{
  font-weight: bold;
}
#page h4:before{
  content: "";
  height: 30px;
  width: 10px;
  background: #333;
  position: absolute;
  left: 0;
  top: 0;
}
.parking_box{
  border: 1px solid #333;
  background: #E9E7E4;
  padding: 15px 10px;
  text-align: center;
}
#page .parking_box h4{
  display: inline-block;
  text-align: center;
  padding: 5px 15px;
  border: none;
  border-bottom: 1px solid #333;
  margin: 0 auto 15px;

}
#page .parking_box h4:before{
  background: none;
}
.parking_box h5{
  text-align: left;
  color: #fff;
  background: #333;
  padding: 5px 0px 5px 10px;
  font-weight: normal;
  margin-bottom: 15px;
}
.parking_box p{
  text-align: left;
  margin-bottom: 15px;
}
.p_info{
  display: block;
  width: 100%;
}
@media screen and (min-width: 768px){
  .p_info{
    display: block;
    width: 50%;
    padding: 10px;
  }
  .route_li li{
    display: block;
    width: 50%;
    padding: 0 15px 0;
    margin-bottom: 40px;
    position: relative;
  }
  .route_li li img{
    margin-bottom: 10px;
  }
  .route_li li p{
    font-size: 16px;
    line-height: 1em;
  }
  .route_li li:before{
    content: "";
    text-align: center;
    color: #333;
    background: #fff;
    border-radius: 50px;
    width: 25px;
    height: 25px;
    left: 10px;
    top: 10px;
    position: absolute;
    box-shadow: 3px 3px 3px #333;
  }
  .route_li li:nth-child(even):before{
    left: 25px;
  }
  .route_li li:nth-child(odd):after{
    content: url('https://the-grandeur.jp/images/next_01.svg');
    width: 20px;
    height: 20px;
    right: -7px;
    top: calc(40% - 10px);
    position: absolute;
  }
  .route_li li:nth-child(even):after{
    content: url('https://the-grandeur.jp/images/next_02.svg');
    width: 100%;
    height: 30px;
    right: 50%;
    bottom: -35px;
    position: absolute;
  }
  .route_li li:last-child:after{
    content: "";
  }
  .route_li li:nth-child(odd){
    padding-left: 0;
  }
  .route_li li:nth-child(even){
    padding-right: 0;
  }
}


/* 問い合わせ */
.contactEx{
  margin: 0 auto 30px;
  width: 90%;
}
.wpcf7-form{
  background: #E9E7E4;
  padding: 15px 10px;
  margin-bottom: 60px;
  border: 1px solid #333;
}
#page .contactForm h4{
  display: block;
  text-align: center;
  padding: 5px 15px;
  border: none;
  width: 200px;
  border-bottom: 1px solid #333;
  margin: 0 auto 15px;
}
#page .contactForm h4:before{
  background: none;
}
.contactForm input,.contactForm textarea,.contactForm select{
  background: #fff;
  max-width: 100%;
  padding: 5px 10px;
  margin-bottom: 15px;
  width: 100%;
}
span.mini{
  font-size: 14px;
}
input.show_plan,input[type="submit"]{
  display: block;
  max-width: 250px;
  background: #005c7e;
  width: 100%;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto 15px;
}
.done_box{
  padding: 60px 0;
  max-width: 600px;
  margin: 0 auto;
}
#page .done_box h3{
  font-weight: bold;
  font-size: 26px;
}
.done_box p{
  font-size: 16px;
  line-height: 1.8em;
}
.g-recaptcha {
  display: block;
  margin: 10px auto 12px;
}
.g-recaptcha *{
  display: block;
  margin: 0 auto;
}

@media screen and (min-width: 768px){
  .contactForm{
    padding: 20px;
  }
}
/* service */
.service_box{
  width: calc(50% - 10px);
  margin: 0 5px 15px;
  border: 1px solid #333;
  border-radius: 3px;
  background: #E9E7E4;
  padding: 10px;
}
.morning_box{
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #333;
  border-radius: 3px;
  background: #E9E7E4;
  padding: 20px 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.morning_box img{
  display: block;
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
}
.morning_box .morning_t_area{
  width: 100%;
}
.morning_txt{
  font-size: 18px;
  text-align: center;
  margin-bottom: 10px;
}
.morning_txt span{
  font-size: 19px;
}
.morning_sub{
  line-height: 1.5em;
  margin-bottom: 10px;
}
#corridor .service_box{
  width: 100%;
}
.service_box img{
  display: block;
  margin-bottom: 5px;
}
p.service_txt{
  text-align: center;
  padding: 8px 0;
  font-size: 16px;
}
.morning_box span.small,.service_box span{
  display: block;
  text-align: right;
  font-size: 12px;
}
.price_box{
  border-radius: 8px;
  padding: 8px 0;
  margin-bottom: 8px;
}
#main_ss .price_box,
#main_s .price_box,
#main_a .price_box,
#main_b .price_box,
#main_c .price_box{
  border: 1px solid #D1C1AA;
  background: #d1c1aa52;
}
#miyabi .price_box{
  border: 1px solid #A3B7B8;
  background: #A3B7B852;
}
#candy .price_box{
  border: 1px solid #C9B3B3;
  background: #C9B3B352;
}
.room_price{
  text-align: center;
}
#room_facility #room_common{
  padding: 20px 0;
  line-height: 2.5em;
}
#room_facility #room_common li img{
  width: 30px;
  display: inline;
}
#room_facility #room_special .txt{
  text-align: center;
  padding: 15px;
  background:#ddd;
}
#room_facility #room_special .rank_link{
  display: inline-block;
  margin: 15px 0 0;
  padding: 12px 4px;
  text-align: center;
  width:48%;
  font-size: 0.85rem;
  border: 1px dashed #888;
}
#room_facility #facility_info li{
  width: 50%;
  padding: 5px;
}
@media screen and (min-width: 768px){
  .service_box{
    width: calc(33% - 10px);
    margin: 0 5px 15px;
  }
  #corridor .service_box{
    width: calc(50% - 10px);
    margin: 0 5px 15px;
  }
  .morning_box img{
    display: block;
    width: calc(50% - 20px);
    margin-right: 10px;
    background: #fff;
    padding: 5px;
  }
  .morning_box .morning_t_area{
    width: 50%;
  }
  #room_facility #room_special li{
    width: 50%;
    padding: 10px 10px 0;
  }
  #room_facility #room_special .rank_link{
    position: relative;
    transition-duration: 0.3s;
  }
  #room_facility #room_special .rank_link:hover{
    color: #fff;
    background: #888;
    transition: 0.3s;
  }
  #room_facility #facility_info li{
    width: 33%;
    padding: 10px;
  }
  #food ul li{
    width: 25%;
    padding: 10px;
  }
}

/* group */
.group_reservation{
  position: absolute;
  padding: 10px 10px 5px;
  background: #E9E7E4;
  border: 1px solid #333;
  border-radius: 5px;
  bottom: 10px;
  right: 10px;
  width: calc(100% - 20px);
  box-shadow: 3px 3px 3px #333;
  opacity: 0;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}
.group_reservation.appear{
  opacity: 1;
  bottom: -130px;
}
#page .group_reservation.appear{
  opacity: 1;
  bottom: -0px;
}
.group_reservation p{
  margin-bottom: 5px;
  text-align: center;
}
.group_reservation p{
  margin-bottom: 5px;
  padding-left: 30px;
  text-align: center;
  background: url(https://the-grandeur.jp/images/icon_group.svg)no-repeat;
  background-position: 10px 0;
}
.group_reservation p span{
  font-size: 18px;
  font-weight: bold;
}
@media screen and (min-width: 768px){
  .group_reservation{
    bottom: 20px;
    width: 350px;
  }
  .group_reservation.appear{
    bottom: 30px;
  }
}

/* 決済系 */
#payment{
  padding: 40px 0;
}
.method{
  text-align: center;
  margin: 0 auto 16px;
}
.method span{
  display: inline-block;
  text-align: center;
  padding: 8px 0;
  width: 200px;
  border-top: 1px solid #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
}
.payment_box{
  width: 100%;
}
#payment h4.payment_title{
  text-align: center;
  font-size: 16px;
  font-weight: normal;
  width: 200px;
  margin: 0 auto 20px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  border-left: 0px;
  border-right: 0px;
  padding: 10px;
}
#payment h4.payment_title:before{
  display: none;
}
.payment_box{
  margin-bottom: 30px;
}
#payment h3{
  background: none;
  text-align: center;
  color: #333;
  font-size: 22px;
  position: relative;
}
#payment h3:before{
  display: none;
}
@media screen and (min-width: 768px){
  #payment{
    padding: 80px 0;
  }
  .payment_box{
    width: 30%;
  }
  h4.payment_title{
    font-size: 18px;
    font-weight: normal;
  }
}
.slick-dots li button::before{
  font-size: 17px;
}
/*各タイプへのリンク*/
.room_ranks{
  padding: 10px;
}
.room_ranks li{
  padding: 5px 10px;
}
.room_ranks_title{
  display: block;
  padding: 7px;
  position: relative;
  background: #eee;
}
.room_ranks_title:before{
  content: "";
  border-left: 5px solid #D1C1AA;
  margin: 0 5px;
}
.room_ranks li:first-child .room_ranks_title:before{
  border-left: 5px solid #a0a0a0;
}
.room_ranks li:nth-child(2) .room_ranks_title:before{
  border-left: 5px solid #A3B7B8;
}
.room_ranks li:last-child .room_ranks_title:before{
  border-left: 5px solid #C9B3B3;
}
.room_ranks_title span{
  position: absolute;
  right: 10px;
  line-height: 1em;
  font-size: 0.85rem;
}
/* 客室詳細 */
.room_wrap .box1,.room_wrap .box{
  width: 100%;
}
.room_wrap .box1 a{
  display: block;
  width: 100%;
  padding: 10px;
}
.room_wrap .box a{
  width: 50%;
  display: block;
  padding: 10px;
}
#price_list .price_table_wrap .box{
  margin-bottom: 15px;
  vertical-align: middle;
}
#price_list .price_table_wrap .box h5{
  border-bottom: 1px dotted #FAFAFA;
  padding: 5px;
  margin-bottom: 5px;
}
#price_list .price_table_wrap .box .fr{
  font-weight: bold;
}
.price_wrap .box{
  max-width: 450px;
  margin: 0 auto 15px;
  border-bottom: 1px dotted #4d4d4d;
  padding-bottom: 5px;
}
.price_wrap h5{
  padding: 5px;
  margin-bottom: 5px;
}
#rank_tab > li{
  display: inline-block;
  font-size: 15px;
  border-bottom: 1px dotted #9e9e9e;
  margin: 0 5px 10px;
  padding: 4px 10px;
  position: relative;
  border-radius: 3px;
}
#rank_tab > li.active{
  background: #9e9e9e;
}
#rank_tab > li.active a{
  color: #fff;
}

@media screen and (min-width: 768px){
  /* .room_wrap .box1{
    width: 66%;
  } */
  .room_wrap .box1{
    width: 100%;
  }
  .room_wrap .box1 a,.room_wrap .box a{
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .room_wrap .box{
    width: 100%;
    overflow: hidden;
  }
  .room_wrap .box a{
    width: 33%;
    overflow: hidden;
  }
  .room_gallery .box img:hover,.room_gallery .box1 img:hover,.room_gallery .box2 img:hover,.room_gallery .box3 img:hover{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 0.5s;
  }
}
.banner_box{
  padding: 20px 0 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner_box .banner{
  max-width: 100%;
  width: 400px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px){
  .banner_box .banner{
    margin: 0 10px 10px;
  }
}
/*ホテリブバナー*/
#banner_area{
  width: 300px;
  margin: 40px auto;
}
#banner_area a:first-child img{
  margin-bottom: 40px;
}
@media screen and (min-width: 768px){
  #banner_area{
    width: 700px;
    margin: 40px auto 60px;
  }
}
/* 客室リンク */
.type_btn{
  position: relative;
}
.type_open{
  position: absolute;
  color: #333;
  width: 25px;
  height: 25px;
  display: block;
  right: 10px;
  background: #fff;
  font-size: 14px;
  border-radius: 5px;
  top: 7px;
  padding: 3px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.type_open.active{
  transform: rotate(180deg);
}
.type_nav{
  display: none;
  width: calc(100% + 30px);
  left: -15px;
  position: relative;
  background: #fafafa;
  padding: 15px 0 10px;
  margin-top: 15px;
}
.type_nav li{
  width: calc(100% - 30px);
  left: 15px;
  position: relative;
}
.type_nav.active{
  display: block;
  position: relative;
  height: auto;
}
@media screen and (min-width: 1140px){
  .type_open{
    display: none!important;
  }
  .type_btn:hover .type_nav{
    display: block;
    position: absolute;
    width: 150px;
    left: calc(50% - 80px);
    top: 40px;
    padding: 10px;
    border: 1px solid #333;
  }
  .type_btn:hover .type_nav:before{
    content: "";
    width: 20px;
    height: 20px;
    background: #fafafa;
    transform: rotate(45deg);
    left: calc(50% - 10px);
    top: -10px;
    position: absolute;
  }
  .type_btn:hover .type_nav:after{
    content: "";
    width: 22px;
    height: 22px;
    background: #333;
    transform: rotate(45deg);
    left: calc(50% - 11px);
    top: -11px;
    position: absolute;
    z-index: -1;
  }
  .type_nav li{
    width: 100%;
    position: relative;
    padding: 0;
    left: 0;
  }
  .type_nav li a{
    width: 100%;
    border: none;
    padding: 5px 0;
    border-bottom: 1px solid #333;
    margin: 0 auto;
  }
}
/* キャンペーン */
.campaign{
  font-weight: bold;
  color: #dc143c;
  width: 100%;
}
.fr{
  text-align: right;
}
.campaign_box{
  padding: 10px;
  background: #dc143c;
  margin-bottom: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
/*駐車場*/
p.parking {
    width: 350px;
    max-width: 100%;
    padding: 10px 10px 10px 30px;
    color: #fff;
    text-align: center;
    margin: 0 auto 30px;
    background: #669db2;
    position: relative;
    font-size: 14px;
}

p.parking:before {
    content: "";
    position: absolute;
    left: 10px;
    top: calc(50% - 10px);
    background: url(../images/icon_parking.png) no-repeat;
    background-size: 20px 20px;
    width: 25px;
    height: 25px;
}
/*フッターグループページへのリンク*/
.g_top_box{
  text-align: center;
  padding: 10px 0 20px;
}
.g_top{
  display: inline-block;
  border-bottom: 1px dotted #ccc;
  color: #fff!important;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
}
/*サイドバーのバナー*/
.sub_banner{
  display: block;
  margin-bottom: 20px;
}

/*credit card*/
#credit{
  text-align: center;
  margin-top: 20px;
}
#credit .col_2_1{
  padding: 0 10px;
}
#credit h2{
  font-size: 95%;
  padding: 10px;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  margin-bottom: 20px;
}
#credit ul{
  margin-bottom: 10px;
}
#credit ul li{
  width: 45px;
  padding: 3px;
  display: inline-block;
}

.top_link{
  text-align: center;
  text-decoration: underline;
  font-size: 0.85rem;
  display: inherit;
}