@charset "UTF-8";
/* ===================================================================
CSS information

 file name  :sp_menu.css
 author     :Ability Consultant
style info  :タイトル
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
/*----------------------------------------------*/
/*共通*/
/*----------------------------------------------*/
.nav_fixed a {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.popup_menu a {
  font-family: 'Noto Sans JP', sans-serif !important;
}

#search_popup {
  font-family: 'Noto Sans JP', sans-serif !important;
}

.view_sp {
  display: none;
}

@media only screen and (max-width: 640px) {
  .view_pc {
    display: none;
  }

  .view_sp {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  #search_popup .con_search .form_hotel .con_btm .txt_tel a {
    display: block;
    z-index: 10000;
  }
}

@media only screen and (min-width: 768px) {
  .nav_fixed {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .nav_fixed {
    bottom: 0;
    left: 0;
    background: #fff;
    width: 100%;
    z-index: 12;
    display: flex;
    position: fixed;
  }
}

@media only screen and (max-width: 767px) {
  .btn_ptop {
    display: none;
  }
}

.nav_fixed p {
  text-align: center;
  padding: 1em .5em .7em;
  font-size: 79%;
}

.nav_fixed p em {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: .5em;
  color: #fff;
}

.nav_fixed .phone {
  width: 24%;
}

.nav_fixed .phone img {
  height: 2em;
}

.nav_fixed .phone em {
  color: #2f3439;
  margin-top: .15em;
}

.nav_fixed .hotel_rsv {
  width: 24%;
  background: #692626;
  color: #fff;
}

.nav_fixed .hotel_rsv img {
  height: 1.4em;
}

.nav_fixed .res_rsv {
  width: 38.5%;
  background: #bcb457;
  color: #fff;
}

.nav_fixed .res_rsv img {
  height: 1.4em;
}

.nav_fixed .btn_menu {
  width: 16.5%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav_fixed .btn_menu img {
  height: 1em;
}

/*----------------------------------------------*/
/*メニュー*/
/*----------------------------------------------*/
.txt_catch {
  font-weight: 500;
  font-family: 'Noto Serif JP', serif;
  font-size: 186%;
  letter-spacing: 0.15em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .txt_catch {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .txt_catch {
    font-size: 129%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .txt_catch {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .txt_catch {
    letter-spacing: 0.1em;
  }
}
.nav_fixed .txt {
  font-weight: 300;
  line-height: 1.875;
  font-size: 115%;
  letter-spacing: 0.15em;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .txt {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .txt {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .txt {
    letter-spacing: 0.1em;
  }
}
@media only screen and (max-width: 767px) {
  .txt {
    letter-spacing: 0.1em;
  }
}
.tl_large {
  letter-spacing: .1em;
  font-family: 'Cormorant Garamond', serif;
  font-size: 372%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .tl_large {
    font-size: 272%;
  }
}
@media only screen and (max-width: 767px) {
  .tl_large {
    font-size: 215%;
  }
}
.btn_more a {
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 500;
  letter-spacing: .2em;
  transition: all .5s;
  text-decoration: none;
  padding: 17px 5px;
  width: 230px;
  font-size: 115%;
  font-family: 'Hind Guntur', sans-serif;
}

@media only screen and (max-width: 767px) {
  .btn_more a {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .btn_more a {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .btn_more a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_more a {
    font-size: 100%;
  }
}
.btn_more a::after {
  content: "→";
  transition: all .5s;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .btn_more a::after {
    margin-left: 0.5em;
  }
}
.btn_more a::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #2f3439;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all .5s;
  z-index: -1;
}

.btn_more a:hover {
  color: #fff;
}

.btn_more a:hover::before {
  height: 100%;
}

.btn_plan a {
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 300;
  letter-spacing: .2em;
  transition: all .5s;
  text-decoration: none;
  background: #662929;
  border: 1px solid #662929;
  color: #fff;
  padding: 17px 5px;
  width: 230px;
  font-size: 115%;
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (max-width: 767px) {
  .btn_plan a {
    padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .btn_plan a {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .btn_plan a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_plan a {
    font-size: 100%;
  }
}
.mouse .btn_plan a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse .btn_plan a:hover, .touch .btn_plan a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch .btn_plan a {
  -webkit-tap-highlight-color: transparent;
}

.touch .btn_plan a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.btn_basic a {
  display: inline-block;
  text-align: center;
  position: relative;
  font-weight: 300;
  letter-spacing: .2em;
  transition: all .5s;
  text-decoration: none;
  border: 1px solid #2f3439;
  color: #2f3439;
  padding: 17px 5px;
  width: 230px;
  font-size: 115%;
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (max-width: 767px) {
  .btn_basic a {
    padding: 1em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic a {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .btn_basic a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .btn_basic a {
    font-size: 100%;
  }
}
.mouse .btn_basic a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse .btn_basic a:hover, .touch .btn_basic a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch .btn_basic a {
  -webkit-tap-highlight-color: transparent;
}

.touch .btn_basic a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

@font-face {
  font-family: 'FontAwesome5Brand';
  font-style: normal;
  font-weight: 400;
  src: local("Font Awesome 5 Brands-Regular-400"), local("Font Awesome 5 Brands-Regular-400"), url("../fonts/Font Awesome 5 Brands-Regular-400.woff2") format("woff2"), url("../fonts/Font Awesome 5 Brands-Regular-400.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: 'FontAwesome5FreeSolid';
  font-style: normal;
  font-weight: 400;
  src: local("Font Awesome 5 Free-Solid-900"), local("Font Awesome 5 Free-Solid-900"), url("../fonts/Font Awesome 5 Free-Solid-900.woff2") format("woff2"), url("../fonts/Font Awesome 5 Free-Solid-900.woff") format("woff");
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@media only screen and (max-width: 767px) {
  #header {
    bottom: 0;
    background: none;
  }
}
#header .con_header {
  width: 91.92708%;
}

@media only screen and (max-width: 767px) {
  #header .con_header {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header {
    width: 100%;
    padding-left: 0;
  }
}
#header .con_header .box_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#header .con_header .box_header h1 {
  width: 300px;
}

@media only screen and (max-width: 767px) {
  #header .con_header .box_header h1 {
    width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1015px) {
  #header .con_header .box_header h1 {
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header h1 {
    text-align: center;
    margin: 0 auto;
  }
}
#header .con_header .box_header .box_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(95% - 300px);
}

@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_nav {
    width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1015px) {
  #header .con_header .box_header .box_nav {
    width: calc(97% - 170px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .box_nav {
    flex-wrap: wrap;
  }
}
#header .con_header .box_header .box_nav .nav_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .box_nav .nav_menu {
    width: 100%;
    order: 3;
    margin-top: 20px;
  }
}
#header .con_header .box_header .box_nav .nav_menu li {
  display: inline-block;
}

#header .con_header .box_header .box_nav .nav_menu li:not(:last-child) {
  margin-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .box_nav .nav_menu li:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_nav .nav_menu li:not(:last-child) {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 1376px) and (max-width: 1565px) {
  #header .con_header .box_header .box_nav .nav_menu li:not(:last-child) {
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1375px) {
  #header .con_header .box_header .box_nav .nav_menu li:not(:last-child) {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 780px) {
  #header .con_header .box_header .box_nav .nav_menu li:not(:last-child) {
    margin-right: 17px;
  }
}
#header .con_header .box_header .box_nav .nav_menu li a {
  color: #fff;
  text-decoration: none;
  letter-spacing: .2em;
  font-size: 115%;
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .box_nav .nav_menu li a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_nav .nav_menu li a {
    font-size: 100%;
  }
}
.mouse #header .con_header .box_header .box_nav .nav_menu li a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse #header .con_header .box_header .box_nav .nav_menu li a:hover, .touch #header .con_header .box_header .box_nav .nav_menu li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch #header .con_header .box_header .box_nav .nav_menu li a {
  -webkit-tap-highlight-color: transparent;
}

.touch #header .con_header .box_header .box_nav .nav_menu li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

@media only screen and (min-width: 768px) and (max-width: 881px) {
  #header .con_header .box_header .box_nav .nav_menu li a {
    font-size: 93%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1375px) {
  #header .con_header .box_header .box_nav .nav_menu li a {
    font-size: 100%;
  }
}
#header .con_header .box_header .box_nav .box_lang {
  width: 125px;
  position: relative;
  margin-left: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .box_nav .box_lang {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_nav .box_lang {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  #header .con_header .box_header .box_nav .box_lang {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1375px) {
  #header .con_header .box_header .box_nav .box_lang {
    margin-left: 50px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_nav .box_lang {
    width: 3.5em;
    text-align: center;
    padding: 1.3em 0;
    background: #ccc;
  }
}
#header .con_header .box_header .box_nav .box_lang p {
  color: #fff;
  letter-spacing: .1em;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  font-size: 115%;
  font-family: 'Hind Guntur', sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .box_nav .box_lang p {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_nav .box_lang p {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 881px) {
  #header .con_header .box_header .box_nav .box_lang p {
    font-size: 93%;
  }
}
#header .con_header .box_header .box_nav .box_lang p::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -25px;
  transform: translateY(-50%);
  font-family: Ionicons;
  font-size: 138%;
}

#header .con_header .box_header .box_nav .box_lang .nav_lang {
  display: none;
  position: absolute;
  background: #e0e0e0;
  width: 100%;
  padding: .7em .5em;
  left: -18%;
}

@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_nav .box_lang .nav_lang {
    width: 8em;
    right: 0;
    top: 3.5em;
    left: auto;
    z-index: 1;
  }
}
#header .con_header .box_header .box_nav .box_lang .nav_lang li {
  text-align: center;
}

#header .con_header .box_header .box_nav .box_lang .nav_lang li:not(:last-child) {
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #2f3439;
}

#header .con_header .box_header .box_nav .box_lang .nav_lang li a {
  color: #2f3439;
  letter-spacing: .1em;
  text-decoration: none;
  font-size: 115%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .box_nav .box_lang .nav_lang li a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_nav .box_lang .nav_lang li a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  #header .con_header .box_header .box_nav .box_lang .nav_lang li a {
    font-size: 93%;
  }
}
#header .con_header .box_header .box_nav .btn_menu {
  cursor: pointer;
  margin-left: 40px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header .con_header .box_header .box_nav .btn_menu {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_header .box_header .box_nav .btn_menu {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 815px) {
  #header .con_header .box_header .box_nav .btn_menu {
    margin-left: 0;
  }
}
#header_fixed {
  width: 100%;
  max-width: 1920px;
  position: fixed;
  top: -100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: #fff;
  opacity: 0;
  transition: all 1s;
  padding: 10px 0;
}

#header_fixed.active {
  top: 0;
  opacity: 1;
  z-index: 3;
}

#header_fixed .box_header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 96.35417%;
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header {
    padding-left: 20px;
  }
}
#header_fixed .box_header .logo {
  text-align: center;
  width: 330px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .logo {
    width: 170px;
  }
}
@media only screen and (max-width: 767px) {
  #header_fixed .box_header .logo {
    width: 100%;
  }
}
@media only screen and (min-width: 1476px) and (max-width: 1765px) {
  #header_fixed .box_header .logo {
    width: 270px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1475px) {
  #header_fixed .box_header .logo {
    width: 170px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .logo {
    margin-top: -40px;
  }
}
#header_fixed .box_header .box_nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: calc(100% - 330px);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .box_nav {
    width: calc(97% - 170px);
  }
}
@media only screen and (max-width: 767px) {
  #header_fixed .box_header .box_nav {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1475px) {
  #header_fixed .box_header .box_nav {
    width: calc(100% - 200px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .box_nav {
    flex-wrap: wrap;
  }
}
#header_fixed .box_header .box_nav .nav_menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .box_nav .nav_menu {
    width: 100%;
    order: 3;
    padding-right: 20px;
    margin-top: 20px;
  }
}
#header_fixed .box_header .box_nav .nav_menu li {
  display: inline-block;
}

#header_fixed .box_header .box_nav .nav_menu li:not(:last-child) {
  margin-right: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .box_nav .nav_menu li:not(:last-child) {
    margin-right: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #header_fixed .box_header .box_nav .nav_menu li:not(:last-child) {
    margin-right: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 780px) {
  #header_fixed .box_header .box_nav .nav_menu li:not(:last-child) {
    margin-right: 17px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1765px) {
  #header_fixed .box_header .box_nav .nav_menu li:not(:last-child) {
    margin-right: 20px;
  }
}
#header_fixed .box_header .box_nav .nav_menu li a {
  color: #2f3439;
  text-decoration: none;
  letter-spacing: .2em;
  font-size: 115%;
  font-family: 'Noto Sans JP', sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .box_nav .nav_menu li a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #header_fixed .box_header .box_nav .nav_menu li a {
    font-size: 100%;
  }
}
.mouse #header_fixed .box_header .box_nav .nav_menu li a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse #header_fixed .box_header .box_nav .nav_menu li a:hover, .touch #header_fixed .box_header .box_nav .nav_menu li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch #header_fixed .box_header .box_nav .nav_menu li a {
  -webkit-tap-highlight-color: transparent;
}

.touch #header_fixed .box_header .box_nav .nav_menu li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

@media only screen and (min-width: 768px) and (max-width: 881px) {
  #header_fixed .box_header .box_nav .nav_menu li a {
    font-size: 93%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1563px) {
  #header_fixed .box_header .box_nav .nav_menu li a {
    font-size: 93%;
  }
}
#header_fixed .box_header .box_nav .box_lang {
  width: 125px;
  position: relative;
  margin-left: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .box_nav .box_lang {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  #header_fixed .box_header .box_nav .box_lang {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  #header_fixed .box_header .box_nav .box_lang {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1765px) {
  #header_fixed .box_header .box_nav .box_lang {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1279px) {
  #header_fixed .box_header .box_nav .box_lang {
    margin-left: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #header_fixed .box_header .box_nav .box_lang {
    width: 3.5em;
    text-align: center;
    padding: 1.3em 0;
    background: #ccc;
  }
}
#header_fixed .box_header .box_nav .box_lang p {
  color: #2f3439;
  letter-spacing: .1em;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  font-size: 115%;
  font-family: 'Hind Guntur', sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .box_nav .box_lang p {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #header_fixed .box_header .box_nav .box_lang p {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 881px) {
  #header_fixed .box_header .box_nav .box_lang p {
    font-size: 93%;
  }
}
#header_fixed .box_header .box_nav .box_lang p::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -25px;
  transform: translateY(-50%);
  font-family: Ionicons;
  font-size: 138%;
}

#header_fixed .box_header .box_nav .box_lang .nav_lang {
  display: none;
  position: absolute;
  background: #e0e0e0;
  width: 100%;
  padding: .7em .5em;
  left: -18%;
}

@media only screen and (max-width: 767px) {
  #header_fixed .box_header .box_nav .box_lang .nav_lang {
    width: 8em;
    right: 0;
    top: 3.5em;
    left: auto;
    z-index: 1;
  }
}
#header_fixed .box_header .box_nav .box_lang .nav_lang li {
  text-align: center;
}

#header_fixed .box_header .box_nav .box_lang .nav_lang li:not(:last-child) {
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #2f3439;
}

#header_fixed .box_header .box_nav .box_lang .nav_lang li a {
  color: #2f3439;
  letter-spacing: .1em;
  text-decoration: none;
  font-size: 115%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .box_nav .box_lang .nav_lang li a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #header_fixed .box_header .box_nav .box_lang .nav_lang li a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  #header_fixed .box_header .box_nav .box_lang .nav_lang li a {
    font-size: 93%;
  }
}
#header_fixed .box_header .box_nav .box_btn {
  display: flex;
}

#header_fixed .box_header .box_nav .box_btn li {
  cursor: pointer;
  height: 50px;
}

@media only screen and (max-width: 767px) {
  #header_fixed .box_header .box_nav .box_btn li {
    height: 0;
  }
}
.mouse #header_fixed .box_header .box_nav .box_btn li {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse #header_fixed .box_header .box_nav .box_btn li:hover, .touch #header_fixed .box_header .box_nav .box_btn li.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch #header_fixed .box_header .box_nav .box_btn li {
  -webkit-tap-highlight-color: transparent;
}

.touch #header_fixed .box_header .box_nav .box_btn li.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

#header_fixed .box_header .box_nav .box_btn li:nth-child(1) {
  width: 170px;
  background: #662929;
  margin-right: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .box_nav .box_btn li:nth-child(1) {
    width: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1475px) {
  #header_fixed .box_header .box_nav .box_btn li:nth-child(1) {
    width: 115px;
  }
}
#header_fixed .box_header .box_nav .box_btn li:nth-child(2) {
  width: 170px;
  background: #b7b05c;
  position: relative;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .box_nav .box_btn li:nth-child(2) {
    width: 130px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1475px) {
  #header_fixed .box_header .box_nav .box_btn li:nth-child(2) {
    width: 115px;
  }
}
#header_fixed .box_header .box_nav .box_btn li:nth-child(2) div {
  position: absolute;
  left: 0;
  display: none;
  background: #b7b05c;
  width: 100%;
}

#header_fixed .box_header .box_nav .box_btn li:nth-child(2) div p {
  width: 80%;
  margin: 0 auto;
  border-top: 1px solid #fff;
}

#header_fixed .box_header .box_nav .box_btn li:nth-child(2) div p a {
  padding: 10px;
}

@media only screen and (max-width: 767px) {
  #header_fixed .box_header .box_nav .box_btn li:nth-child(2) div p a {
    padding: 0.5em;
  }
}
#header_fixed .box_header .box_nav .box_btn li:nth-child(2) div a {
  color: #fff;
  text-decoration: none;
}

#header_fixed .box_header .box_nav .box_btn li.btn_menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .box_nav .box_btn li.btn_menu {
    width: 65px;
  }
}
@media only screen and (max-width: 767px) {
  #header_fixed .box_header .box_nav .box_btn li.btn_menu {
    width: 0;
  }
}
#header_fixed .box_header .box_nav .box_btn li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  height: 100%;
  font-weight: 300;
  letter-spacing: .2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 115%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #header_fixed .box_header .box_nav .box_btn li a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #header_fixed .box_header .box_nav .box_btn li a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 891px) and (max-width: 1015px) {
  #header_fixed .box_header .box_nav .box_btn li a {
    font-size: 93%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1475px) {
  #header_fixed .box_header .box_nav .box_btn li a {
    font-size: 93%;
  }
}
.popup_menu {
  width: 100%;
  background: #fff;
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  overflow: auto;
  height: 100vh;
  transition: all 1s ease-out;
}

.popup_menu.active {
  opacity: 1;
  z-index: 10000;
}

.popup_menu .inner {
  max-width: 1920px;
  margin: 0 auto;
  position: relative;
  background: #fff;
  display: flex;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner {
    padding-bottom: 3em;
  }
}
.popup_menu .inner .box_left {
  position: relative;
  width: 26.04167%;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_left {
    width: 100%;
  }
}
.popup_menu .inner .box_left .logo {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  text-align: center;
}

.popup_menu .inner .box_right {
  width: 73.95833%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right {
    width: 100%;
  }
}
.popup_menu .inner .box_right .box_btn {
  width: 92.25352%;
  margin: 40px auto 0;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

.popup_menu .inner .box_right .box_btn .box_lang {
  width: 125px;
  position: relative;
  margin-left: 90px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_btn .box_lang {
    margin-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_btn .box_lang {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .popup_menu .inner .box_right .box_btn .box_lang {
    margin-left: 20px;
  }
}
.popup_menu .inner .box_right .box_btn .box_lang p {
  color: #2f3439;
  letter-spacing: .1em;
  cursor: pointer;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  position: relative;
  font-size: 115%;
  font-family: 'Hind Guntur', sans-serif;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_btn .box_lang p {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_btn .box_lang p {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 881px) {
  .popup_menu .inner .box_right .box_btn .box_lang p {
    font-size: 93%;
  }
}
.popup_menu .inner .box_right .box_btn .box_lang p::before {
  content: "";
  position: absolute;
  top: 40%;
  left: -25px;
  transform: translateY(-50%);
  font-family: Ionicons;
  font-size: 138%;
}

.popup_menu .inner .box_right .box_btn .box_lang .nav_lang {
  display: none;
  position: absolute;
  background: #e0e0e0;
  width: 100%;
  padding: .7em .5em;
  left: -18%;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_btn .box_lang .nav_lang {
    width: 8em;
    right: 1.5em;
    top: 1.5em;
    left: auto;
    z-index: 1;
  }
}
.popup_menu .inner .box_right .box_btn .box_lang .nav_lang li {
  text-align: center;
}

.popup_menu .inner .box_right .box_btn .box_lang .nav_lang li:not(:last-child) {
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #2f3439;
}

.popup_menu .inner .box_right .box_btn .box_lang .nav_lang li a {
  color: #2f3439;
  letter-spacing: .1em;
  text-decoration: none;
  font-size: 115%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_btn .box_lang .nav_lang li a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_btn .box_lang .nav_lang li a {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 850px) {
  .popup_menu .inner .box_right .box_btn .box_lang .nav_lang li a {
    font-size: 93%;
  }
}
.popup_menu .inner .box_right .box_btn .btn_close {
  margin-left: 100px;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_btn .btn_close {
    width: 1.5em;
    margin-left: 1em;
  }
}
.popup_menu .inner .box_right .box_menu {
  width: 90%;
  max-width: 1055px;
  margin: 80px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu {
    width: 85%;
    margin: 2em auto 5em;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_main {
  width: 42.74882%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main {
    width: 47.5%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1435px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main {
    width: 47%;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_main ul {
  width: 100%;
}

.popup_menu .inner .box_right .box_menu .box_menu_main ul > li {
  width: 100%;
}

.popup_menu .inner .box_right .box_menu .box_menu_main ul > li:not(:last-child) {
  margin-bottom: 13px;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li:not(:last-child) {
    margin-bottom: 1em;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_main ul > li.coming_soon > a {
  position: relative;
}

.popup_menu .inner .box_right .box_menu .box_menu_main ul > li.coming_soon > a em {
  position: absolute;
  color: #2f3439;
  top: 50%;
  font-weight: bold;
  letter-spacing: .1em;
  transform: translateY(-50%);
  left: 20px;
  font-family: 'Cormorant Garamond', serif;
  font-size: 158%;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li.coming_soon > a em {
    left: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li.coming_soon > a em {
    font-size: 158%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li.coming_soon > a em {
    font-size: 129%;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_main ul > li.coming_soon > a span {
  color: #ccc;
}

.popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a {
  display: block;
}

.mouse .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a:hover, .touch .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a {
  -webkit-tap-highlight-color: transparent;
}

.touch .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a.accordion {
  position: relative;
}

.popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a.accordion::before {
  content: "\f489";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all .5s;
  font-family: Ionicons;
  font-size: 215%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a.accordion::before {
    font-size: 186%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a.accordion::before {
    font-size: 143%;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a.accordion.active::before {
  content: "\f462";
}

.popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a span {
  display: inline-block;
}

.popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a span.en {
  letter-spacing: .1em;
  font-weight: bold;
  font-size: 258%;
  font-family: 'Cormorant Garamond', serif;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a span.en {
    font-size: 200%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a span.en {
    font-size: 172%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1300px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a span.en {
    font-size: 229%;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a span.jp {
  letter-spacing: .2em;
  font-size: 115%;
  margin-left: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a span.jp {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a span.jp {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a span.jp {
    margin-left: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li > a span.jp {
    margin-left: 0.5em;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_main ul > li div {
  display: none;
}

.popup_menu .inner .box_right .box_menu .box_menu_main ul > li div p {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li div p {
    margin-top: 0.5em;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_main ul > li div a {
  text-decoration: none;
  letter-spacing: .1em;
  font-size: 115%;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li div a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li div a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li div a {
    padding-left: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_main ul > li div a {
    font-size: 89%;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub {
  width: 45.49763%;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub {
    width: 100%;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub .nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .nav {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .nav {
    margin-top: 2em;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1435px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .nav {
    margin-top: 50px;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub .nav li {
  width: 50%;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .nav li:nth-child(1) {
    width: 43%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .nav li:nth-child(2) {
    width: 57%;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub .nav li p:not(:last-child) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .nav li p:not(:last-child) {
    margin-bottom: 0.7em;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub .nav li p a {
  letter-spacing: .1em;
  text-decoration: none;
  font-size: 115%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .nav li p a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .nav li p a {
    font-size: 93%;
  }
}
.mouse .popup_menu .inner .box_right .box_menu .box_menu_sub .nav li p a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse .popup_menu .inner .box_right .box_menu .box_menu_sub .nav li p a:hover, .touch .popup_menu .inner .box_right .box_menu .box_menu_sub .nav li p a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch .popup_menu .inner .box_right .box_menu .box_menu_sub .nav li p a {
  -webkit-tap-highlight-color: transparent;
}

.touch .popup_menu .inner .box_right .box_menu .box_menu_sub .nav li p a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .nav li p a {
    font-size: 85%;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub .sns {
  margin-top: 70px;
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .sns {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .sns {
    margin-top: 3em;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub .sns span {
  letter-spacing: .1em;
  font-family: 'Hind Guntur', sans-serif;
  font-size: 100%;
  margin-right: 25px;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .sns span {
    margin-right: 1em;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub .sns a {
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #5c5c5c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 129%;
  width: 35px;
  height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .sns a {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .sns a {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .sns a {
    width: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .sns a {
    height: 1.8em;
  }
}
.mouse .popup_menu .inner .box_right .box_menu .box_menu_sub .sns a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse .popup_menu .inner .box_right .box_menu .box_menu_sub .sns a:hover, .touch .popup_menu .inner .box_right .box_menu .box_menu_sub .sns a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch .popup_menu .inner .box_right .box_menu .box_menu_sub .sns a {
  -webkit-tap-highlight-color: transparent;
}

.touch .popup_menu .inner .box_right .box_menu .box_menu_sub .sns a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.popup_menu .inner .box_right .box_menu .box_menu_sub .sns a:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .sns a:not(:last-child) {
    margin-right: 1em;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub .btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .btns {
    margin-top: 2.5em;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .btns {
    justify-content: center;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub .btns li {
  width: 47.91667%;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .btns li {
    width: 100%;
    max-width: 100% !important;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub .btns li.btn_red a {
  background: #662929 !important;
  box-shadow: none;
}

.popup_menu .inner .box_right .box_menu .box_menu_sub .btns li.btn_green {
  background: #b7b05c;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .btns li.btn_green {
    margin-top: .5em;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub .btns li.btn_green div {
  display: none;
}

.popup_menu .inner .box_right .box_menu .box_menu_sub .btns li.btn_green div .btn {
  border-top: 1px solid #fff;
  width: 80%;
  margin: 0 auto;
}

.popup_menu .inner .box_right .box_menu .box_menu_sub .btns li.btn_green div .btn a {
  padding: 15px;
}

@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .btns li.btn_green div .btn a {
    padding: 0.6em 0.5em;
  }
}
.popup_menu .inner .box_right .box_menu .box_menu_sub .btns li a {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  height: 100%;
  font-weight: 300;
  letter-spacing: .2em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 115%;
  padding: 20px 5px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .btns li a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .btns li a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .popup_menu .inner .box_right .box_menu .box_menu_sub .btns li a {
    padding: 1em 0.5em;
  }
}
.mouse .popup_menu .inner .box_right .box_menu .box_menu_sub .btns li a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse .popup_menu .inner .box_right .box_menu .box_menu_sub .btns li a:hover, .touch .popup_menu .inner .box_right .box_menu .box_menu_sub .btns li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch .popup_menu .inner .box_right .box_menu .box_menu_sub .btns li a {
  -webkit-tap-highlight-color: transparent;
}

.touch .popup_menu .inner .box_right .box_menu .box_menu_sub .btns li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

@media only screen and (max-width: 767px) {
  #footer {
    margin-bottom: 6em;
  }
}
#footer .con_footer {
  width: 90%;
  max-width: 1500px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 825px) {
  #footer .con_footer {
    width: 95%;
  }
}
#footer .con_footer .box_footer_top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer .con_footer .box_footer_left {
  width: 400px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer_left {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left {
    width: 100%;
  }
}
@media only screen and (max-width: 1199px) {
  #footer .con_footer .box_footer_left {
    text-align: center;
  }
}
#footer .con_footer .box_footer_left .logo {
  width: 310px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer_left .logo {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left .logo {
    width: 100%;
  }
}
@media only screen and (min-width: 836px) and (max-width: 990px) {
  #footer .con_footer .box_footer_left .logo {
    width: 250px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left .logo img {
    width: 70%;
  }
}
#footer .con_footer .box_footer_left h4 {
  letter-spacing: .1em;
  font-size: 115%;
  margin-top: 30px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer_left h4 {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left h4 {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left h4 {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left h4 {
    font-weight: 300;
  }
}
#footer .con_footer .box_footer_left .txt {
  margin-top: 10px;
}

@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left .txt {
    margin-top: 0.5em;
  }
}
#footer .con_footer .box_footer_left .txt a {
  text-decoration: none;
}

#footer .con_footer .box_footer_left .phone_fax {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left .phone_fax em {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left .phone_fax a, #footer .con_footer .box_footer_left .phone_fax .fax {
    width: 100%;
    display: inline-block;
    text-align: center;
  }
}
#footer .con_footer .box_footer_left .sns {
  display: flex;
  margin-top: 20px;
}

@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left .sns {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 1199px) {
  #footer .con_footer .box_footer_left .sns {
    justify-content: center;
  }
}
#footer .con_footer .box_footer_left .sns a {
  text-decoration: none;
  border-radius: 50%;
  border: 1px solid #5c5c5c;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 129%;
  width: 35px;
  height: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer_left .sns a {
    font-size: 122%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left .sns a {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left .sns a {
    width: 1.8em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left .sns a {
    height: 1.8em;
  }
}
.mouse #footer .con_footer .box_footer_left .sns a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse #footer .con_footer .box_footer_left .sns a:hover, .touch #footer .con_footer .box_footer_left .sns a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch #footer .con_footer .box_footer_left .sns a {
  -webkit-tap-highlight-color: transparent;
}

.touch #footer .con_footer .box_footer_left .sns a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

#footer .con_footer .box_footer_left .sns a:not(:last-child) {
  margin-right: 15px;
}

@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_left .sns a:not(:last-child) {
    margin-right: 1em;
  }
}
#footer .con_footer .box_footer_left .sns a::before {
  color: #5c5c5c;
  font-family: 'FontAwesome5Brand';
}

#footer .con_footer .box_footer_left .sns a.ic_fb::before {
  content: "";
}

#footer .con_footer .box_footer_left .sns a.ic_instagram::before {
  content: "";
}

#footer .con_footer .box_footer_left .sns a.ic_twitter::before {
  content: "";
}

#footer .con_footer .box_footer_right {
  width: calc(95% - 400px);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer_right {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_right {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1280px) {
  #footer .con_footer .box_footer_right {
    width: calc(99% - 400px);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer_right {
    margin-top: 30px;
  }
}
#footer .con_footer .box_footer_right ul {
  display: flex;
  justify-content: flex-end;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer_right ul {
    justify-content: center;
  }
}
#footer .con_footer .box_footer_right ul li {
  display: inline-block;
}

@media only screen and (min-width: 1561px) {
  #footer .con_footer .box_footer_right ul li:not(:last-child) {
    margin-right: 80px;
  }
}
@media print {
  #footer .con_footer .box_footer_right ul li:not(:last-child) {
    margin-right: 80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  #footer .con_footer .box_footer_right ul li:not(:last-child) {
    margin-right: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer_right ul li:not(:last-child) {
    margin-right: 30px;
  }
}
#footer .con_footer .box_footer_right ul li .txt {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_right ul li .txt {
    margin-bottom: 0.5em;
  }
}
#footer .con_footer .box_footer_right ul li a {
  text-decoration: none;
}

.mouse #footer .con_footer .box_footer_right ul li a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse #footer .con_footer .box_footer_right ul li a:hover, .touch #footer .con_footer .box_footer_right ul li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch #footer .con_footer .box_footer_right ul li a {
  -webkit-tap-highlight-color: transparent;
}

.touch #footer .con_footer .box_footer_right ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

#footer .con_footer .box_footer_bottom {
  border-top: 1px solid #ccc;
  padding-top: 100px;
  margin-top: 70px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer_bottom {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_bottom {
    padding-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_bottom {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_bottom {
    border-top: 0;
  }
}
#footer .con_footer .box_footer_bottom .box_gr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#footer .con_footer .box_footer_bottom .box_gr .box_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 460px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer_bottom .box_gr .box_img {
    width: 160px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_bottom .box_gr .box_img {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  #footer .con_footer .box_footer_bottom .box_gr .box_img {
    width: 385px;
  }

  #footer .con_footer .box_footer_bottom .box_gr .box_img .img2 {
    width: 200px;
  }
}
#footer .con_footer .box_footer_bottom .box_gr ul {
  max-width: 845px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: calc(100% - 480px);
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #footer .con_footer .box_footer_bottom .box_gr ul {
    width: calc(100% - 200px);
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_bottom .box_gr ul {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1560px) {
  #footer .con_footer .box_footer_bottom .box_gr ul {
    width: calc(100% - 430px);
  }
}
#footer .con_footer .box_footer_bottom .box_gr ul li {
  margin-right: 20px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  #footer .con_footer .box_footer_bottom .box_gr ul li {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1133px) {
  #footer .con_footer .box_footer_bottom .box_gr ul li {
    width: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .con_footer .box_footer_bottom .box_gr ul li:nth-child(n+6) {
    margin-bottom: 0;
  }
}
@media print {
  #footer .con_footer .box_footer_bottom .box_gr ul li:nth-child(n+6) {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #footer .con_footer .box_footer_bottom .box_gr ul li:nth-child(5) {
    margin-right: 0;
  }
}
@media print {
  #footer .con_footer .box_footer_bottom .box_gr ul li:nth-child(5) {
    margin-right: 0;
  }
}
#footer .con_footer .box_footer_bottom .box_gr ul li:last-child {
  margin-right: 0;
}

.mouse #footer .con_footer .box_footer_bottom .box_gr ul li a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse #footer .con_footer .box_footer_bottom .box_gr ul li a:hover, .touch #footer .con_footer .box_footer_bottom .box_gr ul li a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch #footer .con_footer .box_footer_bottom .box_gr ul li a {
  -webkit-tap-highlight-color: transparent;
}

.touch #footer .con_footer .box_footer_bottom .box_gr ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

#footer .con_footer .box_footer_bottom .con_gr_sel {
  position: relative;
}

#footer .con_footer .box_footer_bottom .con_gr_sel::before {
  content: url(../../files/images/footer/ic_arrow_down.png);
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}

#footer .con_footer .box_footer_bottom .con_gr_sel select {
  height: 3em;
  border: 1px solid #ccc;
  border-radius: .5em;
  background: transparent;
  letter-spacing: .1em;
  width: 100%;
  padding-left: 1em;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

#copyright {
  letter-spacing: .1em;
  font-family: 'Hind Guntur', sans-serif;
  font-size: 93%;
  margin-top: 75px;
  text-align: right;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #copyright {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  #copyright {
    font-size: 72%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #copyright {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  #copyright {
    margin-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  #copyright {
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  #copyright {
    font-size: 71%;
  }
}
/* -----------------------------------------------------------
    .con_search
    空室検索
----------------------------------------------------------- */
.con_search h3 {
  text-align: center;
  margin-bottom: 20px;
}

.con_search .wrp_form {
  float: left;
  width: 80%;
  *zoom: 1;
}

.con_search .wrp_form:after {
  content: "";
  display: table;
  clear: both;
}

.con_search .con_form {
  float: left;
  width: 30%;
  position: relative;
  *zoom: 1;
}

.con_search .con_form:after {
  content: "";
  display: table;
  clear: both;
}

.con_search .con_form .box_cell {
  background: #fff;
  width: 32%;
  float: left;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.con_search .con_form .box_cell:first-child {
  margin-left: 0;
}

.con_search .con_form .box_cell .st {
  text-align: center;
  background: #dfd1aa;
  line-height: 1;
  padding: 5px 0;
  position: relative;
}

.con_search .con_form .box_cell .st:after {
  content: "▼";
  color: #dfd1aa;
  position: absolute;
  z-index: 1000;
  bottom: -.7em;
  left: 50%;
  margin-left: -.5em;
}

.con_search .con_form .box_cell label {
  display: block;
  padding: 0;
  height: 90px;
  cursor: pointer;
  background: white url(../images/side/rsv_arrow.png) right bottom no-repeat;
  -webkit-background-size: 10px, 10px;
  -moz-background-size: 10px, 10px;
  -o-background-size: 10px, 10px;
  background-size: 10px, 10px;
}

.con_search .con_form .box_cell label:hover {
  background-color: #eee8e8;
}

.con_search .con_form .box_cell label .name {
  text-align: center;
  font-size: .9em;
}

.con_search .con_form .box_cell label .name p {
  display: inline-block;
}

.con_search .con_form .box_cell label .number_d {
  text-align: center;
}

.con_search .con_form .box_cell label .number_d p {
  display: inline-block;
  font-size: 2em;
}

.con_search .con_form .box_cell label .number_s {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 5px;
  letter-spacing: -3px;
  text-align: left;
}

.con_search .con_form .box_cell label .number_s .num {
  display: inline-block;
  letter-spacing: -1px;
}

.con_search .con_form .box_cell label .number_s span {
  font-size: .3em;
}

.con_search .con_form .box_cell.box_date {
  position: relative;
}

.con_search .con_form .box_cell.box_date .ui-datepicker-trigger {
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  width: 60px;
  height: 60px;
}

.con_search .con_form .box_cell #boxCal {
  display: none;
}

.con_search .con_form .box_cell.box_suu label, .con_search .con_form .box_cell.box_nin label, .con_search .con_form .box_cell.box_roo label {
  padding: 25px 0 15px;
}

.con_search .con_form .box_cell.box_suu label .nam_box, .con_search .con_form .box_cell.box_nin label .nam_box, .con_search .con_form .box_cell.box_roo label .nam_box {
  display: none;
  position: absolute;
  z-index: 500;
  top: 120px;
  left: 10%;
  background: #fff;
  border: 1px solid #eee8e8;
  width: 80%;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.con_search .con_form .box_cell.box_suu label .nam_box .txt, .con_search .con_form .box_cell.box_nin label .nam_box .txt, .con_search .con_form .box_cell.box_roo label .nam_box .txt {
  font-weight: bold;
  background: #dfd1aa;
  padding: 7px;
  line-height: 1;
}

.con_search .con_form .box_cell.box_suu label .nam_box ul, .con_search .con_form .box_cell.box_nin label .nam_box ul, .con_search .con_form .box_cell.box_roo label .nam_box ul {
  overflow: hidden;
  padding: 5px;
}

.con_search .con_form .box_cell.box_suu label .nam_box ul li, .con_search .con_form .box_cell.box_nin label .nam_box ul li, .con_search .con_form .box_cell.box_roo label .nam_box li {
  width: 20%;
  float: left;
  line-height: 40px;
  border: 1px solid #eee8e8;
  text-align: center;
  font-weight: bold;
}

.con_search .con_form .box_cell.box_suu label .nam_box ul li:hover, .con_search .con_form .box_cell.box_suu label .nam_box ul li.active {
  color: #961a1a;
  background: #eee8e8;
}

.con_search .con_form .box_cell.box_nin label .nam_box ul li:hover, .con_search .con_form .box_cell.box_nin label .nam_box ul li.active {
  color: #961a1a;
  background: #eee8e8;
}

.con_search .con_form .box_cell.box_roo label .nam_box ul li:hover, .con_search .con_form .box_cell.box_roo label .nam_box ul li.active {
  color: #961a1a;
  background: #eee8e8;
}

.con_search .con_form .con_oldsys {
  clear: both;
  text-align: center;
  padding-top: 10px;
}

.con_search .con_form .con_oldsys:before {
  color: #fff;
  content: "\f06a";
  font-family: 'FontAwesome';
}

.con_search .con_form .con_oldsys a {
  color: #fff;
  line-height: 1.2;
}

.con_search .con_form .con_oldsys a br {
  display: none;
}

.con_search .con_btn {
  float: left;
  width: 25%;
  padding-top: 10px;
  margin-right: 40px;
  margin-bottom: 20px;
}

.con_search .con_btn .btn_search {
  text-align: center;
  margin-bottom: 10px;
}

.con_search .con_btn .btn_search button {
  width: 100%;
  max-width: 300px;
  padding: 20px 0;
  letter-spacing: .1em;
  font-size: 1.2em;
}

.con_search .con_btn .btn_search button i {
  margin-right: 5px;
}

.con_search .con_btn .nav_rsv {
  text-align: center;
  margin-bottom: 15px;
  margin-bottom: 10px;
  overflow: hidden;
}

.con_search .con_btn .nav_rsv li {
  float: left;
  margin-left: 4.5%;
}

.con_search .con_btn .nav_rsv li:first-child {
  margin-left: 0;
}

.con_search .con_btn .nav_rsv li:before {
  margin-right: 3px;
  color: #fff;
  content: "\f0da";
  font-family: 'FontAwesome';
}

.con_search .con_btn .nav_rsv li a {
  color: #fff;
  font-size: .9em;
}

.con_search .con_tel {
  float: left;
  padding-top: 20px;
  width: 25%;
}

.con_search .con_tel .txt {
  font-size: 1.1em;
}

.con_search .con_tel .imgtel {
  width: auto;
  max-width: 300px;
}

.con_search .con_cal {
  float: right;
  text-align: center;
}

.con_search .con_cal a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  padding: 10px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #620909;
  background-color: #220f0a;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF220F0A', endColorstr='#FF000000');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMyMjBmMGEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(55%, #220f0a), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(top, #220f0a 55%, #000000 100%);
  background-image: -moz-linear-gradient(top, #220f0a 55%, #000000 100%);
  background-image: -o-linear-gradient(top, #220f0a 55%, #000000 100%);
  background-image: linear-gradient(to bottom, #220f0a 55%, #000000 100%);
  background-image: -ms-linear-gradient(top, #220f0a 55%, black 100%);
}

.con_search .con_cal a:hover {
  background-color: #3f241d;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF3F241D', endColorstr='#FF000000');
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMzZjI0MWQiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(55%, #3f241d), color-stop(100%, #000000));
  background-image: -webkit-linear-gradient(top, #3f241d 55%, #000000 100%);
  background-image: -moz-linear-gradient(top, #3f241d 55%, #000000 100%);
  background-image: -o-linear-gradient(top, #3f241d 55%, #000000 100%);
  background-image: linear-gradient(to bottom, #3f241d 55%, #000000 100%);
  background-image: -ms-linear-gradient(top, #3f241d 55%, black 100%);
}

.con_search .con_cal a .txt {
  margin-bottom: 5px;
  line-height: 1;
}

.con_search .con_cal a .btn {
  width: 50px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 640px) {
  .con_search h3 img {
    height: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .wrp_form {
    border-bottom: 1px solid #7c0409;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .con_form {
    width: 60%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_form {
    float: none;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_form .con_oldsys a br {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .con_btn {
    width: 40%;
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_btn {
    width: 100%;
    float: none;
    padding: 0 10px;
    border-bottom: 1px solid #7c0409;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_btn .btn_search button {
    max-width: 80%;
    padding: 7px 0;
  }
}
@media only screen and (max-width: 1280px) {
  .con_search .con_btn .nav_rsv li {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .con_btn .nav_rsv li {
    display: inline-block;
    float: unset;
  }
}
@media only screen and (max-width: 480px) {
  .con_search .con_btn .nav_rsv li {
    width: 45%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .con_tel {
    width: 60%;
    text-align: center;
    padding-top: 0;
  }

  .con_search .con_tel .txt, .con_search .con_tel .imgtel {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }

  .con_search .con_tel .txt {
    padding-top: 10px;
    font-size: .9em;
  }

  .con_search .con_tel .imgtel {
    max-width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_tel {
    padding-top: 7px;
    width: 50%;
  }

  .con_search .con_tel .txt, .con_search .con_tel .imgtel {
    display: block;
  }

  .con_search .con_tel .txt {
    padding-top: 0;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 480px) {
  .con_search .con_tel {
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .con_cal {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_cal {
    width: 50%;
    float: left;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 480px) {
  .con_search .con_cal {
    width: 35%;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_cal a:hover {
    background-color: #220f0a;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF220F0A', endColorstr='#FF000000');
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiMyMjBmMGEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=");
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(55%, #220f0a), color-stop(100%, #000000));
    background-image: -webkit-linear-gradient(top, #220f0a 55%, #000000 100%);
    background-image: -moz-linear-gradient(top, #220f0a 55%, #000000 100%);
    background-image: -o-linear-gradient(top, #220f0a 55%, #000000 100%);
    background-image: linear-gradient(to bottom, #220f0a 55%, #000000 100%);
    background-image: -ms-linear-gradient(top, #220f0a 55%, black 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .con_cal a {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    display: block;
  }

  .con_search .con_cal a .txt, .con_search .con_cal a .btn {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }

  .con_search .con_cal a .txt {
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: .9em;
  }

  .con_search .con_cal a .btn {
    width: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_cal a {
    padding: 10px 5px;
  }

  .con_search .con_cal a .txt, .con_search .con_cal a .btn {
    display: block;
  }

  .con_search .con_cal a .txt {
    letter-spacing: -.5px;
    line-height: 1.2;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .con_search .con_cal a .btn {
    width: 25px;
  }
}
#ui-datepicker-div {
  z-index: 3000 !important;
}

/*----------------------------------------------------
    .con_search（トップページ用）
----------------------------------------------------*/
.con_search .con_form {
  float: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .con_search .con_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.con_search .con_btn {
  width: 100%;
  float: none;
  padding: 0 10px;
  border-bottom: 1px solid #7c0409;
}

.con_search .con_btn .btn_search button {
  padding: 7px 0;
}

.con_search .con_tel {
  display: none;
  padding-top: 5px;
  width: 65%;
  float: left;
}

.con_search .con_tel .txt {
  font-size: .9em;
}

.con_search .con_tel .imgtel {
  max-width: 200px;
}

.con_search .con_cal {
  display: none;
  float: right;
  width: 35%;
  text-align: center;
}

.con_search .con_cal a {
  padding: 10px 7px;
  font-size: .9em;
}

.con_search .con_cal a .txt, .con_search .con_cal a .btn {
  display: block;
}

.con_search .con_cal a .txt {
  line-height: 1.2;
  margin-right: 0;
  margin-bottom: 5px;
}

.con_search .con_cal a .btn {
  width: 25px;
}

@media only screen and (max-width: 640px) {
  .con_search .con_form {
    float: none;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .con_btn {
    float: left;
    width: 40%;
    padding: 10px 0 0;
    border-bottom: none;
  }

  .con_search .con_btn .btn_search button {
    max-width: auto;
    padding: 20px 0;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_btn {
    float: none;
    width: 100%;
    padding: 0;
    border-bottom: 1px solid #7c0409;
  }

  .con_search .con_btn .btn_search button {
    padding: 7px 0;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .con_tel {
    width: 60%;
    text-align: center;
    padding-top: 0;
  }

  .con_search .con_tel .txt, .con_search .con_tel .imgtel {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }

  .con_search .con_tel .txt {
    padding-top: 10px;
    font-size: .9em;
  }

  .con_search .con_tel .imgtel {
    max-width: 200px;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_tel {
    padding-top: 7px;
    width: 50%;
  }

  .con_search .con_tel .txt, .con_search .con_tel .imgtel {
    display: block;
  }

  .con_search .con_tel .txt {
    padding-top: 0;
    letter-spacing: -1px;
  }
}
@media only screen and (max-width: 480px) {
  .con_search .con_tel {
    display: block;
    width: 65%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .con_cal {
    width: 40%;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_cal {
    width: 50%;
  }
}
@media only screen and (max-width: 480px) {
  .con_search .con_cal {
    display: block;
    width: 35%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_search .con_cal a {
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
    padding: 5px;
    display: block;
  }

  .con_search .con_cal a .txt, .con_search .con_cal a .btn {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }

  .con_search .con_cal a .txt {
    line-height: 30px;
    margin-right: 10px;
    margin-bottom: 0;
    font-size: .9em;
  }

  .con_search .con_cal a .btn {
    width: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .con_search .con_cal a {
    padding: 10px 5px;
  }

  .con_search .con_cal a .txt, .con_search .con_cal a .btn {
    display: block;
  }

  .con_search .con_cal a .txt {
    letter-spacing: -1px;
    line-height: 1.2;
    margin-right: 0;
    margin-bottom: 5px;
  }

  .con_search .con_cal a .btn {
    width: 25px;
  }
}
/*----------------------------------------------------
.con_search
----------------------------------------------------*/
.con_search {
  background: none;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 1500px;
  width: 90%;
  z-index: 2;
  margin: auto;
  opacity: 1;
  margin-top: 0;
}

@media only screen and (max-width: 1199px) {
  .con_search {
    position: relative;
    left: auto;
    bottom: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search {
    margin-top: 1em;
  }
}
.con_search .con_form .box_cell {
  width: auto;
  background: none;
  box-shadow: none;
}

.con_search .con_form .box_cell.box_date {
  width: 220px;
  border-right: 1px solid #ccc;
}

.con_search .con_form .box_cell.box_date .ui-datepicker-trigger {
  width: 100%;
  height: 100%;
  cursor: pointer;
}

@media only screen and (min-width: 1200px) {
  .con_search .con_form .box_cell.box_res {
    width: 365px !important;
  }
}
@media print {
  .con_search .con_form .box_cell.box_res {
    width: 365px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .con_form .box_cell.box_res {
    width: 310px !important;
  }
}
@media screen and (max-width: 500px) {
  .con_search .con_form .box_cell.box_res {
    width: 67%;
  }
}
@media screen and (max-width: 414px) {
  .con_search .con_form .box_cell.box_res {
    width: 82%;
  }
}
.con_search .con_form .box_cell.box_suu {
  width: 105px;
  border-right: 1px solid #ccc;
}

.con_search .con_form .box_cell.box_suu .tp_suu label, .con_search .con_form .box_cell.box_nin .tp_nin label {
  padding: 0;
}

.con_search .con_form .box_cell.box_suu .tp_suu label .number_s, .con_search .con_form .box_cell.box_nin .tp_nin label .number_s {
  padding-left: 0;
  padding-right: 0;
  padding-top: .3em;
  font-size: 186%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .con_form .box_cell.box_suu .tp_suu label .number_s, .con_search .con_form .box_cell.box_nin .tp_nin label .number_s {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .con_form .box_cell.box_suu .tp_suu label .number_s, .con_search .con_form .box_cell.box_nin .tp_nin label .number_s {
    font-size: 115%;
  }
}
.con_search .con_form .box_cell.box_suu .tp_suu label .number_s::after, .con_search .con_form .box_cell.box_nin .tp_nin label .number_s::after {
  content: "";
  margin-left: 10px;
  margin-top: 3px;
  font-family: Ionicons;
  font-size: 77%;
}

.con_search .con_form .box_cell.box_suu .tp_suu label .number_s .num, .con_search .con_form .box_cell.box_nin .tp_nin label .number_s .num {
  font-family: 'Noto Serif JP', serif;
}

.con_search .con_form .box_cell.box_suu .tp_suu label .number_s span, .con_search .con_form .box_cell.box_nin .tp_nin label .number_s span {
  margin-left: 15px;
  font-size: 54%;
}

@media only screen and (max-width: 767px) {
  .con_search .con_form .box_cell.box_suu .tp_suu label .number_s span, .con_search .con_form .box_cell.box_nin .tp_nin label .number_s span {
    margin-left: 0.5em;
  }
}
.con_search .con_form .box_cell.box_suu .tp_suu label .nam_box, .con_search .con_form .box_cell.box_nin .tp_nin label .nam_box {
  top: 66px;
  left: 0;
  width: 100%;
  overflow: auto !important;
  height: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .con_form .box_cell.box_suu .tp_suu label .nam_box, .con_search .con_form .box_cell.box_nin .tp_nin label .nam_box {
    top: 40px;
  }
}
.con_search .con_form .box_cell.box_suu .tp_suu label .nam_box ul, .con_search .con_form .box_cell.box_nin .tp_nin label .nam_box ul {
  padding: 0;
}

.con_search .con_form .box_cell.box_suu .tp_suu label .nam_box ul li, .con_search .con_form .box_cell.box_nin .tp_nin label .nam_box ul li {
  width: 100%;
  line-height: 2;
  font-size: 116%;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .con_search .con_form .box_cell.box_suu .tp_suu label .nam_box ul li, .con_search .con_form .box_cell.box_nin .tp_nin label .nam_box ul li {
    font-size: 108%;
  }
}
@media screen and (max-width: 991px) {
  .con_search .con_form .box_cell.box_time .tp_suu label .nam_box {
    height: 150px;
  }
}
.con_search .con_form .box_cell.box_time .tp_suu label .nam_box ul li {
  width: 100%;
}

.con_search .con_form .box_cell.box_suu .tp_res label {
  padding: 0;
  width: 100%;
}

.con_search .con_form .box_cell.box_suu .tp_res label .number_s {
  position: relative;
  font-size: 143%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .con_form .box_cell.box_suu .tp_res label .number_s {
    font-size: 129%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .con_form .box_cell.box_suu .tp_res label .number_s {
    font-size: 115%;
  }
}
.con_search .con_form .box_cell.box_suu .tp_res label .number_s::after {
  position: absolute;
  bottom: 5px;
  right: 1em;
  content: "";
  font-family: Ionicons;
  font-size: 77%;
}

.con_search .con_form .box_cell.box_suu .tp_res label .number_s .num {
  font-family: 'Noto Sans JP', sans-serif;
  margin-top: 12px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .con_form .box_cell.box_suu .tp_res label .number_s .num {
    margin-top: 6px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .con_form .box_cell.box_suu .tp_res label .number_s .num {
    margin-top: 0;
  }
}
.con_search .con_form .box_cell.box_suu .tp_res label .res_box {
  top: 39px;
  left: 0;
  width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .con_form .box_cell.box_suu .tp_res label .res_box {
    top: 40px;
  }
}
.con_search .con_form .box_cell.box_suu .tp_res label .res_box ul {
  padding: 0;
}

.con_search .con_form .box_cell.box_suu .tp_res label .res_box ul li {
  width: 100%;
  line-height: 2;
  font-size: 116%;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  .con_search .con_form .box_cell.box_suu .tp_res label .res_box ul li {
    font-size: 100%;
  }
}
.con_search .con_form .box_cell label {
  background: none;
  height: 40px;
  position: relative;
  cursor: auto;
}

.con_search .con_form .box_cell label .date {
  cursor: pointer;
}

.con_search .con_form .box_cell label .number_s {
  cursor: pointer;
}

.con_search .con_form .box_cell label .number_s span {
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  .con_search .con_form .box_cell label .number_s span {
    font-size: 15px;
  }
}
.con_search .con_form .box_cell label:hover {
  background: none;
}

.con_search .con_form .box_cell .st {
  background: none;
  text-align: left;
  letter-spacing: .1em;
  font-size: 100%;
}

.con_search .con_form .box_cell .st::after {
  display: none;
}

.con_search .con_form .box_cell .date {
  display: flex;
  letter-spacing: .1em;
  font-weight: 300;
  font-family: 'Noto Serif JP', serif;
  font-size: 186%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .con_form .box_cell .date {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .con_form .box_cell .date {
    font-size: 115%;
  }
}
.con_search .con_form .box_cell .date::after {
  content: "";
  margin-left: .5em;
  margin-top: .4em;
  font-family: Ionicons;
  font-size: 77%;
}

.con_search form {
  padding: 2em 6.5em 2em 12em;
}

@media screen and (max-width: 1385px) {
  .con_search form {
    padding: 1.5em 3em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search form {
    padding: 1.5em 1em 1.5em 3em;
  }
}
.con_search .form_hotel {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.con_search .form_hotel .con_form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  width: 74.38017%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .form_hotel .con_form {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .form_hotel .con_form {
    width: 100%;
  }
}
.con_search .form_hotel .con_btm {
  width: 22.72727%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .form_hotel .con_btm {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .form_hotel .con_btm {
    width: 100%;
  }
}
.con_search form[name="restaurant"] {
  display: none;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search form[name="restaurant"] {
    height: 158px;
  }
}
.con_search form[name="restaurant"] .con_form {
  display: flex;
  justify-content: space-between;
  max-width: 1055px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search form[name="restaurant"] .con_form {
    max-width: 900px;
  }
}
.con_search form[name="restaurant"] .con_form .box_btn {
  width: auto;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search form[name="restaurant"] .con_form .box_res {
    width: 40% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search form[name="restaurant"] .con_form .box_date {
    width: 26% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search form[name="restaurant"] .con_form .box_time,
  .con_search form[name="restaurant"] .con_form .box_nin {
    width: 13% !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search form[name="restaurant"] .con_form .box_date,
  .con_search form[name="restaurant"] .con_form .box_time,
  .con_search form[name="restaurant"] .con_form .box_nin {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search form[name="restaurant"] .con_form .box_btn {
    width: 21%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search form[name="restaurant"] .con_form .box_btn button {
    margin-right: 0;
    width: 100%;
  }
}
.con_search form[name="restaurant"].meitetsushiki .nin_box {
  height: auto;
}

.con_search form[name="restaurant"].meitetsushiki .nin_box li:nth-child(n + 8) {
  display: none;
}

.con_search .tab {
  display: flex;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .con_search .tab {
    display: none;
  }
}

.con_search .tab li {
  display: inline;
  padding: .8em 3em;
  height: 52px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 29.33333%;
  letter-spacing: .2em;
  position: relative;
  font-size: 115%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .tab li {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .tab li {
    font-size: 100%;
  }
}
.con_search .tab li::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  opacity: 0;
  transition: all .5s;
  width: 15px;
  height: 15px;
  bottom: -8px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .tab li::before {
    width: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .tab li::before {
    width: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .tab li::before {
    height: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .tab li::before {
    height: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .tab li::before {
    bottom: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .tab li::before {
    bottom: -0.25em;
  }
}
.con_search .tab li.active {
  pointer-events: none;
}

.con_search .tab li.active::before {
  opacity: 1;
}

.con_search .tab li[data-target='hotel'] {
  background: #e0e0e0;
  color: #000;
}

.con_search .tab li[data-target='hotel']::before {
  background: #e0e0e0;
}

.con_search .tab li[data-target='restaurant'] {
  background: #b7b05c;
  color: #fff;
}

.con_search .tab li[data-target='restaurant']::before {
  background: #b7b05c;
}

.con_search .panel_search {
  background: #fff;
}

.con_search .box_btn {
  display: flex;
  width: 38%;
}

@media screen and (max-width: 767px) {
  .con_search .box_btn {
    width: 100%;
    flex-wrap: wrap;
    padding-top: 1em;
    padding-left: 0;
  }
}
.con_search .box_btn a {
  width: 230px;
  height: 65px;
  border-radius: 0;
  color: #fff;
  background: #662929;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 115%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .box_btn a {
    font-size: 108%;
  }
}
@media only screen and (max-width: 767px) {
  .con_search .box_btn a {
    font-size: 100%;
  }
}
.mouse .con_search .box_btn a {
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.mouse .con_search .box_btn a:hover, .touch .con_search .box_btn a.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.touch .con_search .box_btn a {
  -webkit-tap-highlight-color: transparent;
}

.touch .con_search .box_btn a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.con_search .box_btn button {
  width: 145px;
  height: 65px;
  background: #fff;
  margin-right: .65em;
  border-width: 1px;
  cursor: pointer;
  border: 1px solid #000;
  color: #2f3439;
}

.con_search .box_btn .bn_goto {
  background: none;
  margin-left: 10px;
}

@media screen and (max-width: 767px) {
  .con_search .box_btn .bn_goto {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-top: .3em;
  }
}
.con_search .box_btn .bn_goto img {
  width: 230px;
}

@media screen and (max-width: 767px) {
  .con_search .box_btn .bn_goto img {
    width: 100%;
  }
}
.con_search .box_btn i {
  margin-right: .5em;
}

.con_search .con_btm {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.con_search .con_btm .txt_tel {
  font-size: 15px;
  color: #340909;
}

@media screen and (max-width: 767px) {
  .con_search .con_btm .txt_tel {
    order: 2;
    width: 100%;
    text-align: center;
    margin-top: .8em;
  }
}
.con_search .con_btm .txt_tel .tel {
  font-size: 25px;
}

@media screen and (max-width: 991px) {
  .con_search .con_btm .txt_tel .tel {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .con_search .con_btm .txt_tel .tel {
    text-decoration: none;
  }
}
.con_search .con_btm .nav_rsv {
  margin: 6px 0 0;
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .con_btm .nav_rsv {
    margin-top: 30px;
  }
}
.con_search .con_btm .nav_rsv li {
  width: 50%;
  margin-left: 0;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .con_search .con_btm .nav_rsv li {
    width: auto;
  }

  .con_search .con_btm .nav_rsv li:not(:last-child) {
    margin-right: 30px;
  }
}
.con_search .con_btm .nav_rsv li a {
  text-decoration: none;
  letter-spacing: .3em;
  font-size: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}

.con_search .con_btm .nav_rsv li a::before {
  content: '';
  font-family: Ionicons;
  margin-right: .25em;
  color: #340909;
}

@media only screen and (max-width: 767px) {
  .panel_search {
    width: 90%;
    margin: 3em auto 0;
  }

  .panel_search .accordion {
    text-align: center;
    padding: 1em;
    letter-spacing: .1em;
    background: #e0e0e0;
    position: relative;
    color: #2f3439;
    font-size: 100%;
  }

  .panel_search .accordion.active {
    color: #2f3439;
    background: #e0e0e0;
  }

  .panel_search .accordion.active:before {
    content: "\f462";
  }

  .panel_search .accordion:before {
    content: "\f489";
    position: absolute;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    font-family: Ionicons;
    font-size: 129%;
  }

  .panel_search .form_hotel {
    padding: 0 !important;
  }

  .panel_search .form_hotel .box_cell {
    padding: 1em;
    display: flex;
    align-items: flex-end;
  }

  .panel_search .form_hotel .box_cell .st {
    padding: 0 !important;
  }

  .panel_search .form_hotel .box_cell label {
    height: auto !important;
  }

  .panel_search .form_hotel .box_date {
    width: 100% !important;
    border-right: 0 !important;
    border-bottom: 1px solid #ccc;
  }

  .panel_search .form_hotel .box_date .st {
    width: 40%;
    margin-bottom: .3em;
  }

  .panel_search .form_hotel .box_date label {
    width: 60%;
    font-size: 140%;
  }

  .panel_search .form_hotel .box_suu,
  .panel_search .form_hotel .box_nin {
    width: 49% !important;
    border-right: 0 !important;
    border-bottom: 1px solid #ccc;
  }

  .panel_search .form_hotel .box_suu .st,
  .panel_search .form_hotel .box_nin .st {
    width: 60%;
    margin-bottom: .6em;
  }

  .panel_search .form_hotel .box_suu .gtp,
  .panel_search .form_hotel .box_nin .gtp {
    width: 40%;
  }

  .panel_search .form_hotel .box_suu .gtp .num,
  .panel_search .form_hotel .box_nin .gtp .num {
    font-size: 140%;
  }

  .panel_search .form_hotel .box_suu .gtp span,
  .panel_search .form_hotel .box_nin .gtp span {
    font-size: 100% !important;
  }

  .panel_search .form_hotel .box_suu .nam_box,
  .panel_search .form_hotel .box_nin .nam_box {
    top: 3em !important;
  }

  .panel_search .form_hotel .box_btn {
    padding-top: 2em !important;
  }

  .panel_search .form_hotel .box_btn button {
    width: 90% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: .8em 1em;
    font-size: 100%;
    color: #2f3439;
    border: 1px solid #000;
  }

  .panel_search .form_hotel .box_btn a {
    width: 90% !important;
    height: auto !important;
    margin: 0.5em auto 0 !important;
    padding: 1em;
  }

  .panel_search .form_hotel .con_btm {
    width: 95% !important;
    margin: 1em auto 0;
  }

  .panel_search .form_hotel .con_btm li {
    margin-bottom: 1em;
  }

  .panel_search .form_hotel .con_btm li:nth-child(1), .panel_search .form_hotel .con_btm li:nth-child(3) {
    width: 60% !important;
  }

  .panel_search .form_hotel .con_btm li:nth-child(2), .panel_search .form_hotel .con_btm li:nth-child(4) {
    width: 40% !important;
  }

  .panel_search .restaurant_accordion {
    margin-top: 2em;
    background: #bcb457;
    color: #fff;
  }

  .panel_search .restaurant_accordion.active {
    color: #fff;
    background: #bcb457;
  }

  .panel_search .restaurant_accordion.active:before {
    content: "\f462";
  }

  .panel_search form[name="restaurant"] {
    padding: 0 !important;
  }

  .panel_search form[name="restaurant"] .box_cell {
    padding: 1em;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }

  .panel_search form[name="restaurant"] .box_cell .st {
    padding: 0 !important;
  }

  .panel_search form[name="restaurant"] .box_cell label {
    height: auto !important;
  }

  .panel_search form[name="restaurant"] .box_res {
    padding: 1.5em 1em !important;
    width: 100% !important;
    border-right: 0 !important;
    border-bottom: 1px solid #ccc;
  }

  .panel_search form[name="restaurant"] .box_res .st {
    width: 25% !important;
    margin-bottom: 0 !important;
    font-size: 85%;
  }

  .panel_search form[name="restaurant"] .box_res .gtp {
    width: 75% !important;
  }

  .panel_search form[name="restaurant"] .box_res .gtp .number_s {
    margin-bottom: 0 !important;
  }

  .panel_search form[name="restaurant"] .box_res .gtp .number_s::after {
    bottom: 0 !important;
  }

  .panel_search form[name="restaurant"] .box_res .gtp .num {
    font-size: 100% !important;
  }

  .panel_search form[name="restaurant"] .box_date {
    width: 100% !important;
    border-right: 0 !important;
    border-bottom: 1px solid #ccc;
  }

  .panel_search form[name="restaurant"] .box_date .st {
    width: 40%;
    margin-bottom: .6em;
  }

  .panel_search form[name="restaurant"] .box_date label {
    width: 60%;
    font-size: 140%;
  }

  .panel_search form[name="restaurant"] .box_time,
  .panel_search form[name="restaurant"] .box_nin {
    width: 49% !important;
    border-right: 0 !important;
    border-bottom: 1px solid #ccc;
  }

  .panel_search form[name="restaurant"] .box_time .st,
  .panel_search form[name="restaurant"] .box_nin .st {
    width: 40%;
    margin-bottom: .6em;
  }

  .panel_search form[name="restaurant"] .box_time .gtp,
  .panel_search form[name="restaurant"] .box_nin .gtp {
    width: 55%;
  }

  .panel_search form[name="restaurant"] .box_time .gtp .num,
  .panel_search form[name="restaurant"] .box_nin .gtp .num {
    font-size: 140%;
  }

  .panel_search form[name="restaurant"] .box_time .gtp span,
  .panel_search form[name="restaurant"] .box_nin .gtp span {
    font-size: 100% !important;
  }

  .panel_search form[name="restaurant"] .box_time .nam_box,
  .panel_search form[name="restaurant"] .box_nin .nam_box {
    top: 3em !important;
  }

  .panel_search form[name="restaurant"] .box_btn {
    padding-top: 2em !important;
    width: 100% !important;
  }

  .panel_search form[name="restaurant"] .box_btn button {
    width: 90% !important;
    height: auto !important;
    margin: 0 auto !important;
    padding: .8em 1em;
    font-size: 100%;
  }
}
#search_popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  overflow: auto;
  height: 100vh;
  transition: all 1s ease-out;
  max-width: 100%;
  opacity: 0;
  z-index: -1;
  padding-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #search_popup {
    padding-bottom: 4em;
  }
}
#search_popup.active {
  opacity: 1;
  z-index: 20;
}

#search_popup .btn_close {
  text-align: right;
  margin-top: 45px;
  padding-right: 50px;
}

@media only screen and (max-width: 767px) {
  #search_popup .btn_close {
    margin-top: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  #search_popup .btn_close {
    padding-right: 1em;
  }
}
#search_popup .btn_close img {
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  #search_popup .btn_close img {
    width: 1.5em;
  }
}
#search_popup .box_st {
  text-align: center;
  position: relative;
  margin-top: 130px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #search_popup .box_st {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 767px) {
  #search_popup .box_st {
    margin-top: 4em;
  }
}
#search_popup .box_st .ic {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  #search_popup .box_st .ic {
    width: 8em;
  }
}
#search_popup .con_search {
  position: relative;
  left: auto;
  bottom: auto;
  width: 90%;
  max-width: 1280px;
  margin: 60px auto 0;
}

@media only screen and (max-width: 767px) {
  #search_popup .con_search {
    margin: 2em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #search_popup .con_search {
    width: 100%;
  }
}
#search_popup .con_search .tab {
  justify-content: center;
}

@media only screen and (min-width: 768px) {
  #search_popup .con_search .tab li {
    width: 33.33333%;
  }
}
#search_popup .con_search form {
  padding: 0;
}

@media only screen and (min-width: 768px) {
  #search_popup .con_search form .con_form {
    width: 100%;
    border: 1px solid #ccc;
    padding: 40px;
    max-width: 100%;
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #search_popup .con_search form .con_form {
    padding: 40px 10px;
    justify-content: center;
  }
}
#search_popup .con_search form .con_form .box_roo {
  width: 105px;
}

#search_popup .con_search form .con_form .box_roo .tp_roo label {
  padding: 0;
}

#search_popup .con_search form .con_form .box_roo .tp_roo label .number_s {
  padding-left: 0;
  padding-right: 0;
  padding-top: .3em;
  font-size: 186%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #search_popup .con_search form .con_form .box_roo .tp_roo label .number_s {
    font-size: 143%;
  }
}
@media only screen and (max-width: 767px) {
  #search_popup .con_search form .con_form .box_roo .tp_roo label .number_s {
    font-size: 115%;
  }
}
#search_popup .con_search form .con_form .box_roo .tp_roo label .number_s::after {
  content: "";
  margin-left: 10px;
  margin-top: 3px;
  font-family: Ionicons;
  font-size: 77%;
}

#search_popup .con_search form .con_form .box_roo .tp_roo label .number_s .num {
  font-family: 'Noto Serif JP', serif;
}

#search_popup .con_search form .con_form .box_roo .tp_roo label .number_s span {
  margin-left: 15px;
  font-size: 54%;
}

@media only screen and (max-width: 767px) {
  #search_popup .con_search form .con_form .box_roo .tp_roo label .number_s span {
    margin-left: 0.5em;
  }
}
#search_popup .con_search form .con_form .box_roo .tp_roo label .nam_box {
  top: 66px;
  left: 0;
  width: 100%;
  overflow: auto !important;
  height: 160px;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #search_popup .con_search form .con_form .box_roo .tp_roo label .nam_box {
    top: 40px;
  }
}
#search_popup .con_search form .con_form .box_roo .tp_roo label .nam_box ul {
  padding: 0;
}

#search_popup .con_search form .con_form .box_roo .tp_roo label .nam_box ul li {
  width: 100%;
  line-height: 2;
  font-size: 116%;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
  #search_popup .con_search form .con_form .box_roo .tp_roo label .nam_box ul li {
    font-size: 108%;
  }
}
@media only screen and (min-width: 768px) {
  #search_popup .con_search .form_hotel .box_date, #search_popup .con_search .form_hotel .box_suu, #search_popup .con_search .form_hotel .box_nin {
    margin-right: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #search_popup .con_search .form_hotel .box_date {
    width: 153px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #search_popup .con_search .form_hotel .box_suu, #search_popup .con_search .form_hotel .box_roo {
    width: 80px !important;
  }
}
@media only screen and (min-width: 1200px) {
  #search_popup .con_search .form_hotel .box_nin {
    width: 105px;
    border-right: 1px solid #ccc;
  }
}
@media print {
  #search_popup .con_search .form_hotel .box_nin {
    width: 105px;
    border-right: 1px solid #ccc;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #search_popup .con_search .form_hotel .box_nin {
    width: 80px;
    border-right: 1px solid #ccc;
  }
}
@media only screen and (max-width: 767px) {
  #search_popup .con_search .form_hotel .box_roo {
    width: 49% !important;
    border-right: 0 !important;
    border-bottom: 1px solid #ccc;
  }

  #search_popup .con_search .form_hotel .box_roo .st {
    width: 60%;
    margin-bottom: .6em;
  }

  #search_popup .con_search .form_hotel .box_roo .gtp {
    width: 40%;
  }

  #search_popup .con_search .form_hotel .box_roo .gtp .num {
    font-size: 140%;
  }

  #search_popup .con_search .form_hotel .box_roo .gtp span {
    font-size: 100% !important;
  }

  #search_popup .con_search .form_hotel .box_roo .nam_box {
    top: 3em !important;
  }
}
@media only screen and (min-width: 768px) {
  #search_popup .con_search .form_hotel .box_btn {
    width: 32%;
  }
}
@media only screen and (min-width: 768px) {
  #search_popup .con_search .form_hotel .con_btm {
    width: 100%;
    margin-top: 35px;
  }
}
@media only screen and (min-width: 768px) {
  #search_popup .con_search .form_hotel .con_btm .nav_rsv {
    width: 100%;
    justify-content: center;
  }

  #search_popup .con_search .form_hotel .con_btm .nav_rsv li {
    width: auto;
    display: inline-block;
  }

  #search_popup .con_search .form_hotel .con_btm .nav_rsv li:not(:last-child) {
    margin-right: 30px;
  }
}
#search_popup .con_search .form_hotel .con_btm .txt_tel {
  width: 100%;
  color: #662929;
  letter-spacing: .2em;
  text-align: center;
  margin-top: 40px;
  font-size: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  #search_popup .con_search .form_hotel .con_btm .txt_tel {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #search_popup .con_search .form_hotel .con_btm .txt_tel {
    margin-top: 1.5em;
  }
}
#search_popup .con_search .form_hotel .con_btm .txt_tel a, #search_popup .con_search .form_hotel .con_btm .txt_tel .tel {
  color: #662929;
  font-size: 215%;
  font-family: 'Noto Serif JP', serif;
  margin-left: 30px;
}

#search_popup .con_search .form_hotel .con_btm .txt_tel a, #search_popup .con_search .form_hotel .con_btm .txt_tel .tel a {
  text-decoration: none !important;
}

@media only screen and (max-width: 767px) {
  #search_popup .con_search .form_hotel .con_btm .txt_tel a, #search_popup .con_search .form_hotel .con_btm .txt_tel .tel {
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#search_popup .con_search .form_hotel .con_btm .txt_tel a::before, #search_popup .con_search .form_hotel .con_btm .txt_tel .tel img {
  margin-right: .2em;
}

@media only screen and (min-width: 768px) {
  #search_popup .con_search form[name="restaurant"] .box_res,
  #search_popup .con_search form[name="restaurant"] .box_date,
  #search_popup .con_search form[name="restaurant"] .box_time {
    margin-right: 3%;
    padding-left: 0;
  }
}
@media only screen and (min-width: 1200px) {
  #search_popup .con_search form[name="restaurant"] .box_nin {
    width: 70px !important;
    margin-right: 3%;
    padding-left: 0;
  }
}
@media print {
  #search_popup .con_search form[name="restaurant"] .box_nin {
    width: 70px !important;
    margin-right: 3%;
    padding-left: 0;
  }
}
.ie .con_search .box_btn button {
  border: 1px solid #2f3439;
}

.iphone #search_popup {
  padding-bottom: 10em;
}
