@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border-radius: 0;
}

/* reset end */
a {
  color: #000;
}

.link_btn {
  margin: 0;
}

.link_btn a {
  position: relative;
  display: inline-block;
  background: #00335C;
  width: 160px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
}

.link_btn a i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  height: 14px;
  margin: auto;
}

.btn_beige a {
  background: #9F9691;
}

.btn_white a {
  background: #fff;
  color: #888888;
}

.btn_l {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .btn_l {
    margin: 20px;
  }
}

.btn_l a {
  width: 280px;
  height: 55px;
  line-height: 55px;
}

@media (max-width: 767px) {
  .btn_l a {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .btn_sp_full {
    margin-right: 20px;
    margin-left: 20px;
  }
  .btn_sp_full a {
    width: 100%;
  }
}

/* For modern browsers */
.cf:before,
.cf:after {
  content: "";
  display: table;
}

.cf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
  zoom: 1;
}

/* tab & slider 不具合解消 */
.disp_b {
  visibility: visible;
  height: auto;
}

.disp_n {
  visibility: hidden;
  height: 0;
}

.ml10 {
  margin-left: 10px;
}

.ml20 {
  margin-left: 20px;
}

/**/
.disp_b {
  visibility: visible !important;
  height: auto !important;
}

.disp_n {
  visibility: hidden !important;
  height: 0 !important;
}

body {
  width: 100%;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
  color: #444444;
  padding-top: 120px;
}

@media (max-width: 1024px) {
  body {
    padding-top: 50px;
  }
}

.wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

/* header */
header {
  width: 100%;
  background-color: #fff;
}

/* sp header */
.sp_nav {
  display: none;
}

@media (max-width: 1024px) {
  .sp_nav {
    display: block;
  }
}

.sp_header {
  position: fixed !important;
  top: 0;
  left: 0;
  z-index: 4;
  background-color: #fff;
  width: 100%;
  height: 50px;
  padding: 13px 0;
  text-align: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sp_header {
    display: block;
  }
}

@media (max-width: 767px) {
  .sp_header {
    display: block;
  }
}

body:not(.top) .sp_header {
  border-bottom: 1px solid #DDDDDD;
}

.sp_header h1.sp_logo {
  width: 145px;
  margin: 0 auto;
}

.sp_header h1.sp_logo a {
  display: block;
}

.sp_header h1.sp_logo img {
  width: 100%;
}

@media (min-width: 1025px) {
  .drawer-toggle {
    display: none !important;
  }
}

/* humb start */
.drawer-hamburger {
  z-index: 10;
  box-sizing: border-box;
  color: #fff;
  width: 50px;
  height: 50px;
  padding: 0;
}

.drawer-hamburger-icon {
  width: 20px;
  margin: 5px auto 5px;
}

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after {
  background-color: #333 !important;
  height: 1px !important;
}

.drawer-hamburger-icon:before {
  top: -7px;
}

.drawer-hamburger-icon:after {
  top: 7px;
}

.drawer-open .drawer-hamburger-icon {
  margin: 8px auto 9px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.drawer-open .drawer-hamburger-icon:before {
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.drawer-open .drawer-hamburger-icon:after {
  opacity: 0;
}

.drawer-overlay {
  z-index: 4;
}

.humb_menu {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #00335C;
  color: #fff;
  cursor: pointer;
}

.close {
  background-color: #9F9691;
  position: relative;
  text-align: center;
  font-weight: normal;
}

ul.drawer_menu {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 20px;
  padding-bottom: 50px;
}

ul.drawer_menu > li {
  border-top: 1px solid #DDDDDD;
  color: #444444;
  font-size: 0.95rem;
}

ul.drawer_menu > li a,
ul.drawer_menu > li .open_btn {
  display: block;
  padding: 15px 0;
  color: #111;
}

ul.drawer_menu > li .open_btn {
  position: relative;
}

ul.drawer_menu > li .open_btn::before, ul.drawer_menu > li .open_btn::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #00335C;
  width: 15px;
  height: 1px;
  margin: auto;
}

ul.drawer_menu > li .open_btn::after {
  right: 7px;
  width: 1px;
  height: 15px;
}

ul.drawer_menu > li .open_btn.open:after {
  opacity: 0;
}

ul.drawer_menu > li:first-child, ul.drawer_menu > li:nth-child(2), ul.drawer_menu > li:last-child, ul.drawer_menu > li:nth-last-child(2) {
  border-top: none;
}

ul.drawer_menu .tel_wrap {
  height: 60px;
  color: #356A87;
  font-size: 1.2rem;
  text-align: left;
  line-height: 60px;
}

ul.drawer_menu .tel_wrap a {
  border: none;
  display: inline-block;
  color: #356A87;
  padding: 0;
}

ul.drawer_menu .tel_wrap .tel_sub {
  font-size: 0.7rem;
  color: #444444;
}

ul.drawer_menu .rsv_btn {
  position: relative;
  width: 220px;
  height: 45px;
}

ul.drawer_menu .rsv_btn i {
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  height: 14px;
  margin: auto;
}

ul.drawer_menu .language {
  /*border-top: 1px solid #DDDDDD;*/
  float: none;
  width: auto;
  margin: 0 auto;
  padding: 13px;
}

ul.drawer_menu .language a {
  padding: 3px 10px;
  border: none;
}

ul.drawer_menu .language .dropdown {
  width: 120px;
  margin: 0 auto;
}

ul.drawer_menu .language .dropdown-menu {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1000;
  margin: -1px 0 15px;
}

ul.drawer_menu .language .btn {
  display: inline-block;
  padding: 2px 20px;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.2;
  border-radius: 0;
  background-color: #fff;
}

ul.drawer_menu .ecbtn {
  width : 100%;
	padding-top : 20px;
	margin : 0 0 20px;
}
ul.drawer_menu .ecbtn a {
  display : flex;
	justify-content: center;
	align-items: center;
	color : #fff;
}


ul.drawer_menu .weather {
  padding: 10px;
}

ul.drawer_menu .weather div {
  margin-bottom: 5px;
  text-align: center;
}

ul.drawer_menu .weather div img {
  vertical-align: middle;
  margin-left: -3px;
}

ul.drawer_menu .sns {
  display: flex;
  justify-content: center;
}

ul.drawer_menu .sns a {
  display: block;
  width: 25px;
  height: 25px;
  margin: 0 10px;
}

ul.drawer_menu .nest_nav {
  display: none;
  border-top: 1px solid #DDDDDD;
  padding: 10px 0;
  padding-left: 16px;
}

ul.drawer_menu .nest_nav a {
  padding: 10px 0;
  font-size: .85rem;
}

ul.drawer_menu .nest_nav a:before {
  content: '';
  display: inline-block;
  background: #dcdcdc;
  width: 12px;
  height: 2px;
  margin-right: 8px;
  vertical-align: middle;
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.drawer-open .drawer-nav {
  overflow-y: scroll;
  max-height: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 5;
  width: 290px;
  height: 100%;
}

/**/
#restaurantModal1 .modal-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
}

#restaurantModal1 .modal-content {
  position: relative;
  width: 80%;
  margin: 0 auto;
}

#restaurantModal1 .modal-body {
  border-radius: 5px;
  padding: 20px;
}

#restaurantModal1 button.close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 2;
  width: 40px;
  height: 40px;
}

#restaurantModal1 button.close img {
  max-width: 100%;
  margin-top: -10px;
}

.restaurant_menu {
  position: relative;
  background: #fff;
  margin: auto;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  text-align: center;
}

@media (min-width: 1025px) {
  .restaurant_menu {
    display: none;
  }
}

.restaurant_menu ul li:not(:last-child) {
  border-bottom: 1px solid #DDDDDD;
}

.restaurant_menu ul a {
  display: block;
  padding: 10px 0;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}

.menu-trigger {
  position: relative;
  width: 50px;
  height: 50px;
}

.menu-trigger span {
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 40%;
  height: 1px;
  background-color: #fff;
  border-radius: 0;
}

.menu-trigger p.humb_txt {
  position: absolute;
  color: #fff;
  top: 60%;
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 0.6rem;
  font-weight: normal;
}

.menu-trigger span:nth-of-type(1) {
  top: 40%;
}

.menu-trigger span:nth-of-type(2) {
  top: 50%;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(20px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-20px) rotate(45deg);
}

.header_fix {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}

/* /humberger menu */
.header_inner {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .header_inner {
    display: none;
  }
}

@media (max-width: 767px) {
  .header_inner {
    display: none;
  }
}

.top_area {
  width: 100%;
  max-width: 1280px;
  height: 80px;
  margin: 0 auto;
  position: relative;
}

ul.weather {
  display: flex;
  align-items: center;
  color: #777777;
  font-size: 0.9rem;
  position: absolute;
  top: 0;
  bottom: 0;
  height: .9rem;
  margin: auto;
  margin-left: 34px;
}

ul.weather li img {
  vertical-align: middle;
}

ul.weather li:nth-child(2) {
  margin-left: 20px;
}

h1.logo {
  width: 180px;
  height: 50px;
  margin: 0 auto;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
}

.rsv_btn {
  background-color: #00335C;
  display: block;
  border: none;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.87rem;
  color: #fff;
}

.rsv_btn a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.rsv_btn a i {
  position: absolute;
  left: 10px;
}

.sub_menu_wrap {
	width: 120px;
	position: absolute;
	right: -2px;
	bottom: 11px;
}

.sub_menu_wrap .rsv_btn {
  width: 240px;
  height: 40px;
  margin-left: -20px;
}

/* modal tab */
.modal-dialog {
  width: 950px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .modal-dialog {
    width: 95%;
    margin: 0 auto;
    padding-top: 70px;
  }
}

@media (max-width: 767px) {
  .modal-dialog {
    width: 95%;
    margin: 0 auto;
    padding-top: 70px;
  }
}

.modal-content {
  background-color: transparent;
  border: none;
}

.modal-header {
  padding: 0;
  border-bottom: 0;
}

.modal-body {
  padding: 35px;
  background-color: #fff;
  /*position: static;*/
  position: relative;
  height: 100%;
  overflow: scroll;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

@media (min-width: 1025px) {
  .modal-body {
    overflow: auto;
  }
}

@media (max-width: 767px) {
  .modal-body {
    padding: 40px 15px;
  }
}

.modal-header:before, .modal-header:after {
  display: none;
}

.modal-header .close {
  z-index: 9999;
}

.close {
  opacity: 1;
}

.close:hover {
  opacity: 1;
}

.modal-header .close {
  /*margin-top: -30px;
    margin-right: -30px;*/
  position: absolute;
  top: 10px;
  right: -15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .modal-header .close {
    margin-top: -105px;
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .modal-header .close {
    margin-top: -75px;
    margin-right: 0px;
  }
}

button.close img {
  width: 60px;
  height: 60px;
}

ul.tabs_modal, ul.tabs_modal_sp {
  max-width: 850px;
  margin: 0;
}

@media (max-width: 1024px) {
  ul.tabs_modal, ul.tabs_modal_sp {
    width: 100%;
  }
}

ul.tabs_modal li, ul.tabs_modal_sp li {
  background-color: #9F9691;
  text-align: center;
  border-right: 1px solid #7A706C;
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  ul.tabs_modal li, ul.tabs_modal_sp li {
    vertical-align: middle;
    font-size: 0.5rem;
  }
}

ul.tabs_modal li a, ul.tabs_modal_sp li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #fff;
}

ul.tabs_modal li:last-child, ul.tabs_modal_sp li:last-child {
  border-right: 0;
  border-top-right-radius: 5px;
}

ul.tabs_modal li:first-child, ul.tabs_modal_sp li:first-child {
  border-top-left-radius: 5px;
}

ul.tabs_modal li.active, ul.tabs_modal_sp li.active {
  background-color: #fff;
  color: #444444;
}

ul.tabs_modal li.active a, ul.tabs_modal_sp li.active a {
  color: #444444;
}

.modal_select {
  overflow: auto;
}

.mod_list {
  margin-bottom: 10px;
}

.mod_list_btn {
  margin: 10px 0;
}

.modal-body .info_wrap {
  padding: 35px;
}

@media (max-width: 767px) {
  .modal-body .info_wrap {
    padding: 0;
  }
}

.modal-body .info_wrap h3 {
  margin-bottom: 20px;
  color: #444444;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 24px;
}

.modal-body .info_wrap h4, .modal-body .info_wrap p {
  color: #444444;
  font-size: 0.9rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .modal-body .info_wrap h4, .modal-body .info_wrap p {
    margin: 10px 0;
  }
}

.modal-body .info_wrap p.tel {
  color: #356A87;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .modal-body .info_wrap p.tel {
    font-size: 1.7rem;
  }
}

.modal-body .info_wrap p.tel a {
  color: inherit;
}

.modal-body .info_wrap span.tel_sub {
  color: #444444;
  font-size: 13px;
}

.modal-body .info_wrap span.tel_sub2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}

.modal-body a[href^="tel:"] {
  pointer-events: none;
}

@media (max-width: 767px) {
  .modal-body a[href^="tel:"] {
    pointer-events: all;
  }
}

.shop_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

@media (max-width: 767px) {
  .shop_wrap {
    display: block;
    margin: -20px 0;
  }
}

.shop_wrap li {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
  width: 25%;
  margin-bottom: 10px;
  padding: 10px;
  color: #444444;
}

@media (min-width: 1025px) {
  .shop_wrap li:not(:nth-child(4n)) {
    border-right: 1px solid #DDDDDD;
  }
  .shop_wrap li:nth-last-child(-n+4) {
    margin-bottom: 0;
  }
  .shop_wrap li:nth-child(5) .shop_name, .shop_wrap li:nth-child(6) .shop_name, .shop_wrap li:nth-child(7) .shop_name, .shop_wrap li:nth-child(8) .shop_name {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 2.5rem;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .shop_wrap li {
    width: calc(100% / 3);
  }
  .shop_wrap li:not(:nth-child(3n)) {
    border-right: 1px solid #DDDDDD;
  }
}

@media (max-width: 767px) {
  .shop_wrap li,
  .top_shop_wrap li {
    width: auto;
    padding: 15px 0;
    margin-bottom: 0;
  }
  .shop_wrap li:not(:last-child),
  .top_shop_wrap li:not(:last-child) {
    border-bottom: 1px solid #DDDDDD;
  }
}

.shop_wrap li h3,
.shop_wrap li p,
.top_shop_wrap li h3,
.top_shop_wrap li p  {
  width: 100%;
  text-align: center;
}

.shop_wrap .shop_name,
.top_shop_wrap .shop_name {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 2px;
}

.shop_wrap .tel,
.top_shop_wrap .tel {
  color: #356A87;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 24px;
  margin: 5px 0 7px;
}

.shop_wrap .tel a,
.top_shop_wrap .tel a {
  color: inherit;
}

.shop_wrap .recep_time,
.top_shop_wrap .recep_time {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 12px;
}

.shop_wrap .recep_time + .recep_time,
.top_shop_wrap .recep_time + .recep_time {
  margin-top: 5px;
}

.shop_wrap .btn-online,
.top_shop_wrap .btn-online {
  align-self: flex-end;
  margin-top: 10px;
}

.shop_wrap .btn-online a,
.top_shop_wrap .btn-online a {
  display: block;
  border-radius: 30px;
  background-color: #00335C;
  padding: 7px 10px;
  color: #fff;
  font-size: 0.8rem;
}

.shop_wrap .btn-online a:hover,
.top_shop_wrap .shop_wrap .btn-online a:hover {
  text-decoration: none;
}

.modal-body .info_wrap h2 {
  font-size: 1.5rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #444444;
  margin-bottom: 20px;
  text-align: center;
}

.modal-body .info_wrap p.sub_cap {
  font-size: 1rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #444444;
  margin-bottom: 20px;
  text-align: center;
}

.modal-body .info_wrap .tel_wrap {
  width: 50%;
  margin: 30px auto;
  padding: 20px 0;
  border: 1px solid #AAAAAA;
  text-align: center;
}

@media (max-width: 767px) {
  .modal-body .info_wrap .tel_wrap {
    width: 100%;
    padding: 10px;
  }
}

.modal-body .info_wrap .rsv_btn2_wrap {
  display: flex;
  justify-content: center;
}

@media (max-width: 767px) {
  .modal-body .info_wrap .rsv_btn2_wrap {
    display: block;
    width: auto;
    margin: 0 20px;
  }
}

.modal-body .info_wrap .rsv_btn2_wrap .rsv_btn2 {
  width: 240px;
  text-align: center;
  margin: 0 5px;
}

@media (max-width: 767px) {
  .modal-body .info_wrap .rsv_btn2_wrap .rsv_btn2 {
    width: 100%;
    margin: 0;
  }
  .modal-body .info_wrap .rsv_btn2_wrap .rsv_btn2:not(:last-child) {
    margin-bottom: 8px;
  }
}

.modal-body .info_wrap .rsv_btn2_wrap .rsv_btn2 a {
  position: relative;
  display: block;
  height: 40px;
  background-color: #00335C;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
}

@media (max-width: 767px) {
  .modal-body .info_wrap .rsv_btn2_wrap .rsv_btn2 a {
    width: 100%;
  }
}

.modal-body .info_wrap .rsv_btn2_wrap .rsv_btn2 a i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  height: 14px;
  margin: auto;
}

.modal-body .info_wrap .rsv_btn2_wrap .rsv_btn2 a:hover {
  color: #fff;
}

.modal-body .info_wrap .btn_center {
  margin: 10px auto 20px;
}

.modal-body .info_wrap .mt20 {
  margin-top: 20px;
}

/**/
.sub_menu {
  width: 100%;
}

.sub_menu .access {
  width: 46%;
  margin-top: 10px;
  padding-left: 20px;
  color: #777;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 0.9rem;
  float: left;
  min-height: 15px;
}

.sub_menu .access a {
  color: #777 !important;
  text-decoration: underline;
}

.sub_menu #language {
  width: 100px;
  height: 25px;
  padding-top: 5px;
  float: right;
  color: #888888;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  text-align: center;
  border: 1px solid #AAAAAA;
  float: right;
}

.sub_menu #language i {
  margin-left: 5px;
}

.sub_menu #language a {
  color: #777 !important;
}

.sub_menu ul#language li li {
  line-height: 1.5rem;
}

.language {
  width: 100px;
  margin-top: 5px;
  float: left;
}

.language .btn-secondary {
  color: #888888;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.8rem;
  text-align: center;
  border: 1px solid #AAAAAA;
}

.language .btn {
  display: inline-block;
  padding: 2px 20px;
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.2;
  border-radius: 0;
  background-color: #fff;
}

.dropdown-item {
  font-size: 0.8rem;
}

.btn-secondary:focus, .btn-secondary.focus, .btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #373a3c;
  background-color: #fff;
  border-color: #adadad;
}

.dropdown-menu {
  position: absolute;
  top: 89%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}

.dropdown:hover .dropdown-menu2 {
  display: block;
}

nav#Gnav_wrap {
  position: relative;
  width: 100%;
  height: 40px;
  background-color: #9F9691;
  display: block;
}

@media (min-width: 768px) and (max-width: 1024px) {
  nav#Gnav_wrap {
    display: none;
  }
}

@media (max-width: 767px) {
  nav#Gnav_wrap {
    display: none;
  }
}

ul.Gnav {
  position: static;
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}

ul.Gnav li {
  /*width: 213px;*/
  width: 14.285%;
  /*width: 16.666%;*/
  height: 40px;
  padding: 0;
  text-align: center;
  color: #fff;
  display: table;
  box-sizing: border-box;
  border-left: 1px solid #938983;
}

ul.Gnav li a {
  height: 40px;
  color: #fff;
  font-size: 0.8rem;
  font-weight: bold;
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

ul.Gnav li a:hover {
  text-decoration: none;
  background-color: #B5AFAB;
}

ul.Gnav li a:hover :after {
  content: "";
  position: absolute;
  bottom: -23px;
  right: 45%;
  margin: 0 auto;
  border: 12px solid transparent;
  border-top: 12px solid #B5AFAB;
}

/**/
/* 吹き出し本体 */
ul.Gnav li.m_tri a {
  position: relative;
  z-index: 999;
}

/* アイコンを下に表示 */
ul.Gnav li.m_tri a:hover::after {
  content: '';
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  left: 0;
  right: 0;
  bottom: -10px;
  margin: 0 auto;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-top: 10px solid #B5AFAB;
}

ul.Gnav li.m_tri span.menu_list a:hover::after {
  display: none;
}

/**/
ul.Gnav li:last-child {
  border-right: 1px solid #938983;
}

/* mega menu start */
.smartmenu {
  background-color: #9F9691;
  color: #fff;
  font-size: 0.8rem;
  margin: 0;
  padding: 0;
}

.smartmenu a {
  color: #fff;
}

.smartmenu > li > a {
  line-height: 0.8rem;
  margin: 0;
  padding: 0;
}

.smartmenu > li.sm-content-full {
  position: relative;
}

.smartmenu.sm-js-0 > li > div {
  background-color: #8C8481;
  margin: 0;
  padding: 0;
}

.smartmenu.sm-js-0 > li > div::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -250px;
  left: 0;
  width: 100%;
  height: 250px;
}

.menu_list {
  position: relative;
  /*display: inline-block;*/
  display: block;
  margin: 0;
}

.mega_menu .menu_list:first-child {
  margin-top: 10px;
}

/*.menu_list:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  width: 1px;
  height: 20px;
  margin: auto;
}*/

.menu_list a {
  box-sizing: border-box;
  /*height: 45px !important;
  line-height: 45px !important;
  /*padding: 4px 25px;*/
  height: 30px !important;
  line-height: 30px !important;
  padding: 0px 10px;
}

.mega_menu .menu_list a {
  font-weight: inherit !important;
  font-size: 0.7rem;
}

.mega_menu .menu_list:first-child a {
  font-weight: bold !important;
}

/*restaurant-megamenu*/
.menu_list.menu_bf a {
  padding-left: 35px;
}
.mega_menu .menu_list.bf_4f a::before,
.mega_menu .menu_list.bf_2f a::before,
.mega_menu .menu_list.bf_1f a::before,
.mega_menu .menu_list.bf_B1f a::before {
  display: block;
  position: absolute;
  left: 10px;
  width: 1rem;
}

.mega_menu .menu_list.bf_4f a::before {
  content: '4F';
}
.mega_menu .menu_list.bf_2f a::before {
  content: '2F';
}
.mega_menu .menu_list.bf_1f a::before {
  content: '1F';
}
.mega_menu .menu_list.bf_B1f a::before {
  content: 'B1F';
}



.m_last {
  border-right: none;
}

.sm-row .menu_list a:hover {
  text-decoration: underline;
  background-color: transparent;
}

/* /mega menu end */
.main_visua_wrap {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
}

#main_visual {
  overflow: hidden;
  width: 100%;
  margin: 0;
  padding: 0;
}

#main_visual img {
  width: 100%;
}

#main_visual video {
  width: 100%;
  height: auto;
  border: none;
  margin: 0 auto;
}

#main_visual_slider {
  z-index: 0;
}

.main_visual_text {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
}

.main_visual_text.replay {
  background: #000;
  color: #fff;
  transition: background 0.3s ease;
}

@media (max-width: 767px) {
  .main_visual_text.replay {
    background: none;
  }
}

.main_visual_text.replay .logo,
.main_visual_text.replay .replay {
  visibility: visible;
  opacity: 1;
  transition: opacity 3.5s ease;
}

p.catch_txt_end.fade_in {
  visibility: visible;
  opacity: 1;
  transition: opacity 6s ease;
}

@media (max-width: 767px) {
  .main_visual_text.replay .logo, .main_visual_text.replay .replay {
    visibility: hidden;
    opacity: 0;
  }
}

@media (max-width: 767px) {
  .main_visual_text.replay .logo, .main_visual_text.replay .replay {
    visibility: hidden;
    opacity: 0;
  }
  .main_visual_text.replay p.catch_txt_end {
    visibility: hidden;
    opacity: 0;
  }
}

.main_visual_text .text_box {
  position: absolute;
  top: 35%;
  left: 0;
  right: 0;
}

@media (max-width: 767px) {
  .main_visual_text .text_box {
    top: 30px;
  }
}

.main_visual_text .replay {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 260px;
  width: 100%;
  max-width: 220px;
  margin: auto;
  padding: 11px 10px 8px 3px;
  background: none;
  border: 1px solid #fff;
  border-radius: 0;
  line-height: 1.0;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
}

.main_visual_text .replay::before {
  content: url("../img/top/icon_circ_arrow_r3.svg");
  display: inline-block;
  width: 1.3em;
  margin-right: 0.7em;
  vertical-align: middle;
}

p.catch_txt_end {
  visibility: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 180px;
  width: 200px;
  height: 33px;
  margin: auto;
  opacity: 0;
}

p.catch_txt_end img {
  vertical-align: top;
  margin: 0;
  padding: 0;
}

p.catch_txt {
  max-width: 100%;
  width: 600px;
  position: absolute;
  top: 35%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 767px) {
  p.catch_txt {
    width: auto;
    top: 0;
    left: 0;
  }
}

p.catch_txt img {
  width: 100%;
  position: relative;
  top: -6rem;
  animation: fadein 2s ease forwards;
  animation-delay: 1.5s;
  opacity: 0;
}

@keyframes fadein {
  0% {opacity: 0}
  100% {opacity: 1}
}

@media (max-width: 767px) {
  p.catch_txt img {
    width: 65%;
    max-width: 320px;
    margin-left: 0px;
    top: -1.6rem;
  }
}

.catch_area {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-wrap: wrap;
  margin: auto;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.8);
}

.catch_area .catch_title,
.catch_area .catch_text {
  width: 100%;
  color: #fff;
  text-align: center;
}

.catch_area .catch_title {
  margin-bottom: 25px;
  font-family: 'Cormorant Infant', serif;
  font-size: 54px;
  letter-spacing: 5px;
}

@media (max-width: 767px) {
  .catch_area .catch_title {
    font-size: 34px;
    letter-spacing: 3px;
  }
}

.catch_area .catch_text {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 100;
  font-size: 22px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .catch_area .catch_text {
    font-size: 16px;
    line-height: 1.8;
  }
}

.catch_area img {
  width: 100%;
}

.scroll {
  width: 58px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
  margin: auto;
}

@media (max-width: 767px) {
  .scroll {
    bottom: 0;
  }
}

.movie_btn a {
  display: block;
  background: #9F9691 url("../img/common/icon_btn_movie.svg") no-repeat 10% center;
  background-size: 20px auto;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-family: "Cormorant Infant", serif;
  font-size: 18px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
}

.movie_btn:focus {
  outline: none;
}

#movieModal1 {
  background: rgba(0, 0, 0, 0.6);
}

#movieModal1 .modal-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
}

#movieModal1 .modal-content {
  width: 100%;
}

#movieModal1 video {
  width: 100%;
  vertical-align: top;
}

#movieModal1 button.close {
  position: absolute;
  top: -70px;
  right: 0;
  z-index: 10;
}

#movieModal1 .modal-body {
  border-radius: 0;
  padding: 0;
}

.rsv_area_wrap {
  overflow: hidden;
  width: 100%;
  height: 224px;
  padding: 25px 0;
  background-color: #F5F5F5;
}

@media (max-width: 1024px) {
  .rsv_area_wrap {
    height: auto;
  }
}

.rsv_area {
  width: 990px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .rsv_area {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .rsv_area {
    width: 90%;
  }
}

.rsv_area ul.tabs_rsv {
  position: relative;
  z-index: 1;
}

ul.tabs_rsv, ul.tabs_rsv_sp {
  width: 400px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  ul.tabs_rsv, ul.tabs_rsv_sp {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 767px) {
  ul.tabs_rsv, ul.tabs_rsv_sp {
    width: 100%;
  }
}

ul.tabs_rsv select, ul.tabs_rsv_sp select {
  background-color: #fff;
}

ul.tabs_rsv li, ul.tabs_rsv_sp li {
  width: 200px;
  height: 40px;
  background-color: #DDDDDD;
  color: #777777;
  font-size: 14px;
  text-align: center;
  float: left;
}

@media (min-width: 768px) and (max-width: 1024px) {
  ul.tabs_rsv li, ul.tabs_rsv_sp li {
    width: 50%;
  }
}

@media (max-width: 767px) {
  ul.tabs_rsv li, ul.tabs_rsv_sp li {
    width: 50%;
  }
}

ul.tabs_rsv li a, ul.tabs_rsv_sp li a {
  width: 200px;
  height: 40px;
  color: #777777;
  display: table-cell;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  ul.tabs_rsv li a, ul.tabs_rsv_sp li a {
    width: 100%;
    text-align: center;
    display: block;
    vertical-align: middle;
    line-height: 40px;
  }
}

ul.tabs_rsv li.active, ul.tabs_rsv_sp li.active {
  background-color: #9F9691;
  color: #fff;
  position: relative;
}

ul.tabs_rsv li.active :before, ul.tabs_rsv_sp li.active :before {
  content: "";
  position: absolute;
  bottom: -23px;
  right: 45%;
  margin: 0 auto;
  border: 12px solid transparent;
  border-top: 12px solid #9F9691;
}

ul.tabs_rsv li.active a, ul.tabs_rsv_sp li.active a {
  color: #fff;
}

.tab_rsv_content,.modal_rsv_content {
  background-color: #fff;
  margin: 0;
  padding: 20px 10px;
}

@media (max-width: 767px) {
  .tab_rsv_content,.modal_rsv_content {
    width: 100%;
    padding: 70px 0 20px;
  }
}

.tab_rsv_content2 {
  background-color: #fff;
  margin: 0;
  padding: 20px 10px;
}

@media (max-width: 767px) {
  .tab_rsv_content2 {
    width: 100%;
    padding: 20px 0;
  }
}

ul.checked_stay {
  width: 115px;
  margin-right: 20px;
  float: left;
}

@media (max-width: 767px) {
  ul.checked_stay {
    width: 100%;
    margin: 0;
  }
}

ul.checked_stay li {
  line-height: 1.5rem;
  padding-left: 5px;
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  ul.checked_stay li {
    display: inline-block;
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}

ul.checked_stay input[type="radio"] {
  margin-right: 2px;
}

/* icon font */
@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon-6cxj6w.eot");
  src: url("../fonts/icomoon-6cxj6w.eot#iefix") format("embedded-opentype"), url("../fonts/icomoon-6cxj6w.ttf") format("truetype"), url("../fonts/icomoon-6cxj6w.woff") format("woff"), url("../fonts/icomoon-6cxj6w.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**/
/* radioボタン */
/*css radio01*/
.radio01-input {
  display: none;
}

.radio01-input + label {
  position: relative;
  padding-left: 20px;
  font-size: .8rem;
  margin-left: 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .radio01-input + label {
    font-size: .9rem;
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .radio01-input + label {
    font-size: .8rem;
    margin: 0 10px;
  }
}

.icon-icon_b, .icon-icon_ab {
  position: absolute;
  top: -60px;
  right: 0;
  left: 0;
  width: 100%;
  height: 50px;
  margin: auto;
  text-align: center;
}

@media (max-width: 1024px) {
  .icon-icon_b, .icon-icon_ab {
    top: -55px;
  }
}

.icon-icon_b {
  background: url("../img/common/icon_stay.svg") no-repeat center;
  background-size: 45px auto;
}

@media (max-width: 1024px) {
  .icon-icon_b {
    background-size: 40px auto;
  }
}

.icon-icon_ab {
  top: -62px;
  background: url("../img/common/icon_airline.svg") no-repeat left center;
  background-size: 90px auto;
}

@media (max-width: 1024px) {
  .icon-icon_ab {
    top: -58px;
    background-size: 82px auto;
  }
}

.radio01-input + label::before {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0px;
  width: 15px;
  height: 15px;
  margin: auto;
  border: 1px solid #999;
  border-radius: 50%;
}

.radio01-input:checked + label {
  color: #356A87;
}

.radio01-input:checked + label .icon-icon_b {
  background-image: url("../img/common/icon_stay_on.svg");
}

.radio01-input:checked + label .icon-icon_ab {
  background-image: url("../img/common/icon_airline_on.svg");
}

.radio01-input:checked + label::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  width: 11px;
  height: 11px;
  margin: auto;
  background: #356A87;
  border-radius: 50%;
}

@media (max-width: 767px) {
  input,
  select {
    font-size: 16px !important;
  }
}

/* radioボタンのタブ */
.radio_tab_contents > .tab_box > div.tb_cont {
  display: none;
  /* コンテンツを表示するdiv要素にのみに非表示を指定する */
}

#radio01-04:checked ~ .tab_box > #radio01-04-content,
#radio01-05:checked ~ .tab_box > #radio01-05-content {
  width: 720px;
  display: block;
  /* タブコンテンツ１を表示する */
  margin-left: 20px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #radio01-04:checked ~ .tab_box > #radio01-04-content,
  #radio01-05:checked ~ .tab_box > #radio01-05-content {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #radio01-04:checked ~ .tab_box > #radio01-04-content,
  #radio01-05:checked ~ .tab_box > #radio01-05-content {
    width: 100%;
    margin: 0 auto;
  }
}

.radio_tab_contents {
  vertical-align: top;
}

@media (max-width: 1024px) {
  .radio_tab_contents {
    margin-top: 50px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .radio_tab_contents {
    margin-top: 0;
  }
}

.form-inline .form-group {
  min-height: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .form-inline .form-group {
    text-align: left;
  }
}

.form-inline .form-group label {
  font-size: 0.8rem;
}

.tab_box {
  display: inline-block;
}

@media (max-width: 1024px) {
  .tab_box {
    display: block;
  }
}

@media (max-width: 767px) {
  .tab_box {
    margin-top: 20px;
    text-align: left;
  }
}

.plan_btn_wrap {
  width: 100px;
  margin-top: -90px;
  margin-left: 30px;
  display: inline-block;
  float: right;
}

@media (max-width: 1024px) {
  .plan_btn_wrap {
    width: 100%;
    margin-left: 0;
    display: block;
    float: none;
    margin-top: 20px;
  }
}

.plan_btn {
  border: 1px solid #AAAAAA;
  margin-bottom: 10px;
  padding: 7px 0;
  font-size: 0.8rem;
  position: relative;
  text-align: center;
  color: #777777;
}

.plan_btn:last-child {
  margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .plan_btn {
    width: 45%;
    margin: 0 10px;
    padding: 5px 0;
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .plan_btn {
    width: 100%;
    margin-bottom: 10px;
    padding: 10px 0;
  }
}

.plan_btn a {
  display: block;
  color: #777777;
  line-height: 1.4;
}

.plan_btn i {
  position: absolute;
  left: 5px;
  top: 30%;
}

.stay_select_wrap {
  display: inline-block;
}

.stay_cap_wrap {
  display: block;
  margin-top: 10px;
}

@media (max-width: 1024px) {
  .stay_cap_wrap {
    margin-left: 0;
  }
}

.stay_cap_wrap p.chk_in_out_txt {
  display: inline-block;
  font-size: 0.7rem;
  margin-right: 10px;
  color: #777777;
}

@media (max-width: 1024px) {
  .stay_cap_wrap p.chk_in_out_txt {
    display: block;
    margin-bottom: 10px;
  }
}

.stay_cap_wrap ul {
  display: inline-block;
}

.stay_cap_wrap ul li {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 10px;
  line-height: 1.6;
  color: #777777;
}

.stay_cap_wrap ul li a {
  text-decoration: underline;
  color: #777777;
}

.stay_cap_wrap ul li:last-child {
  margin-right: 0;
}

@media (min-width: 1025px) {
  .stay_radi_icon .form-group {
    margin-left: 0;
    margin-right: 15px;
  }
}

/**/
/* select */
.form-group label {
  margin-bottom: 5px;
}

.select_wrap,
.select_wrap2 {
  position: relative;
  z-index: 1;
  display: inline-block;
}

.select_wrap select.form-control,
.select_wrap2 select.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  padding: 0 5px;
  border: 1px solid #AAAAAA;
  background: transparent;
  line-height: 1;
  font-size: .9rem;
}

.select_wrap:before,
.select_wrap2:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 7px;
  z-index: -1;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 4px solid transparent;
  border-top: 6px solid #777777;
}

.select_wrap select.form-control {
  width: 110px;
  height: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .select_wrap select.form-control {
    width: 150px;
  }
}

.select_wrap select.sl_airport {
  width: 130px;
}

.select_wrap2 select.form-control {
  width: 60px;
  height: 40px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .select_wrap2 select.form-control {
    width: 80px;
  }
}

.person_group .select_wrap2 {
  margin-right: 5px;
}

::-ms-expand {
  display: none;
}

.rest_tim_group, .rest_p_group {
  display: inline-block;
}

/* datepicker */
#datepicker, #datepicker2, #datepicker3, #datepicker4, #datepicker5, #datepicker6, #datepicker7, #datepicker8, #date_val01, #date_val02 {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 8rem;
  height: 40px;
  font-size: 0.9rem;
  line-height: 40px;
  padding: 0 5px;
  border: 1px solid #AAAAAA;
  border-radius: 0;
  box-shadow: 0;
  vertical-align: middle;
}

@media (max-width: 1024px) {
  #datepicker, #datepicker2, #datepicker3, #datepicker4, #datepicker5, #datepicker6, #datepicker7, #datepicker8, #date_val01, #date_val02 {
    width: 10rem;
  }
}

#datepicker7 {
  width: 150px;
}

#date_val01 + .icon-cal, #date_val02 + .icon-cal {
  display: inline-block;
  width: 26px;
  height: 25px;
  margin-left: 5px;
  vertical-align: middle;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #date_val01 + .icon-cal, #date_val02 + .icon-cal {
    margin-right: 10px;
  }
}

div.ui-datepicker {
  font-size: 70%;
}

@media (max-width: 767px) {
  div.ui-datepicker {
    font-size: 1rem;
  }
}

.ui-datepicker-trigger {
  width: 26px !important;
  height: 25px;
  margin: 0 10px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .rsv_wrap {
    width: 90%;
    margin: 0 auto;
  }
}

.rsv_area #tab2 {
  padding: 25px 20px;
}

@media (max-width: 767px) {
  .rsv_area #tab2 {
    padding: 0;
  }
}

.rsv_area #tab2 .restaurant_name {
  width: 160px;
  margin-right: 10px;
}

.rsv_area #tab2 .tab_rsv_content .search_room_btn {
  vertical-align: bottom;
}

@media (max-width: 767px) {
  .rsv01 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}

.rsv01 label {
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .rsv01 label {
    width: 50%;
  }
}

.rsv01 .tc-body {
  padding: 0 !important;
}

#tc-widget[data-layout='horizontal'] {
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin-bottom: 20px;
}

#tc-widget[data-layout='horizontal'] .tc-wrap {
  float: none !important;
  width: auto !important;
  display: block !important;
}

#tc-widget[data-layout='horizontal'] .tc-wrap form {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

@media (max-width: 1024px) {
  #tc-widget[data-layout='horizontal'] .tc-wrap form {
    display: block;
  }
}

#tc-widget[data-layout='horizontal'] .tc-wrap .tc-icon {
  display: none;
}

#tc-widget[data-layout='horizontal'] .tc-body {
  height: auto !important;
}

#tc-widget[data-layout='horizontal'] .tc-content {
  display: block !important;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #tc-widget[data-layout='horizontal'] .tc-content {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  #tc-widget[data-layout='horizontal'] .tc-content {
    overflow: hidden;
  }
}

#tc-widget[data-layout='horizontal'] .tc-header,
#tc-widget[data-layout='horizontal'] .tc-h1 {
  display: none !important;
}

#tc-widget[data-layout='horizontal'] .tc-shop,
#tc-widget[data-layout='horizontal'] .tc-date,
#tc-widget[data-layout='horizontal'] .tc-time,
#tc-widget[data-layout='horizontal'] .tc-ppl {
  position: relative;
  z-index: 1;
  display: block;
  padding-top: 1rem;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  #tc-widget[data-layout='horizontal'] .tc-shop,
  #tc-widget[data-layout='horizontal'] .tc-date,
  #tc-widget[data-layout='horizontal'] .tc-time,
  #tc-widget[data-layout='horizontal'] .tc-ppl {
    width: auto;
    display: inline-block !important;
    margin-bottom: 20px;
  }
}

#tc-widget[data-layout='horizontal'] .tc-shop select,
#tc-widget[data-layout='horizontal'] .tc-date select,
#tc-widget[data-layout='horizontal'] .tc-time select,
#tc-widget[data-layout='horizontal'] .tc-ppl select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0 !important;
  padding: 0 5px;
  border: 1px solid #AAAAAA;
  background: transparent !important;
  line-height: 1;
  font-weight: normal;
  font-size: .9rem;
}

#tc-widget[data-layout='horizontal'] .tc-shop:before,
#tc-widget[data-layout='horizontal'] .tc-date:before,
#tc-widget[data-layout='horizontal'] .tc-time:before,
#tc-widget[data-layout='horizontal'] .tc-ppl:before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: .8rem;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

#tc-widget[data-layout='horizontal'] .tc-shop:after,
#tc-widget[data-layout='horizontal'] .tc-date:after,
#tc-widget[data-layout='horizontal'] .tc-time:after,
#tc-widget[data-layout='horizontal'] .tc-ppl:after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 12px;
  right: 7px;
  display: block;
  width: 0;
  height: 0;
  margin: -2px 0 0 0;
  border: 4px solid transparent;
  border-top: 6px solid #777777;
}

@media (max-width: 767px) {
  #tc-widget[data-layout='horizontal'] .tc-shop {
    width: auto;
  }
}

#tc-widget[data-layout='horizontal'] .tc-shop:before {
  content: 'レストラン';
}

@media (max-width: 767px) {
  #tc-widget[data-layout='horizontal'] .tc-date {
    width: 100%;
  }
}

#tc-widget[data-layout='horizontal'] .tc-date:before {
  content: '日付';
}

#tc-widget[data-layout='horizontal'] .tc-date input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: 0;
  font-weight: normal;
}

@media (max-width: 767px) {
  #tc-widget[data-layout='horizontal'] .tc-time {
    margin-right: 20px;
  }
}

#tc-widget[data-layout='horizontal'] .tc-time:before {
  content: '時間';
}

@media (max-width: 1024px) {
  #tc-widget[data-layout='horizontal'] .tc-ppl {
    margin-right: 0 !important;
  }
}

#tc-widget[data-layout='horizontal'] .tc-ppl:before {
  content: '人数';
}

#tc-widget[data-layout='horizontal'] .tc-date {
  padding-right: 40px;
  background: transparent url("../img/common/icon_cal.svg") right 22px no-repeat;
  background-size: 26px 25px;
}

@media (max-width: 767px) {
  #tc-widget[data-layout='horizontal'] .tc-date {
    background-position: 130px 20px;
  }
}

#tc-widget[data-layout='horizontal'] .tc-date:after {
  content: none;
}

#tc-widget[data-layout='horizontal'] .tc-wrap-input {
  padding-left: 0 !important;
}

@media (max-width: 767px) {
  #tc-widget[data-layout='horizontal'] .tc-wrap-input {
    display: inline;
  }
}

#tc-widget[data-layout='horizontal'] input,
#tc-widget[data-layout='horizontal'] select {
  height: 40px !important;
}

@media (max-width: 767px) {
  #tc-widget[data-layout='horizontal'] input,
  #tc-widget[data-layout='horizontal'] select {
    float: none !important;
  }
}

#tc-widget[data-layout='horizontal'] .tc-wrap-book {
  position: relative;
  margin: 0 !important;
}

@media (max-width: 1024px) {
  #tc-widget[data-layout='horizontal'] .tc-wrap-book {
    display: block !important;
    text-align: center !important;
  }
}

@media (max-width: 767px) {
  #tc-widget[data-layout='horizontal'] .tc-wrap-book {
    width: 100% !important;
    text-align: center !important;
    padding: 0;
  }
}

#tc-widget[data-layout='horizontal'] .tc-wrap-book input {
  border: none;
  background-color: #00335C;
  border-radius: 0;
  width: 135px;
  height: 40px;
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 15px;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  #tc-widget[data-layout='horizontal'] .tc-wrap-book input {
    width: 100%;
  }
}

#tc-widget[data-layout='horizontal'] .tc-wrap-book input:hover {
  background-color: #00335C;
}

#tc-widget[data-layout='horizontal'] .tc-wrap-book:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  border-left: 5px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  height: 6px;
  margin: auto;
}

@media (max-width: 1024px) {
  #tc-widget[data-layout='horizontal'] .tc-wrap-book:before {
    width: 10px;
    right: 110px;
  }
}

@media (max-width: 767px) {
  #tc-widget[data-layout='horizontal'] .tc-wrap-book:before {
    left: 20px;
    right: auto;
  }
}

@media all and (-ms-high-contrast: none) {
  #tc-widget[data-layout='horizontal'] .tc-date {
    background: transparent url("../img/common/icon_cal.svg") right -20px top 22px no-repeat;
    background-size: 70px 25px;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #tc-widget[data-layout='horizontal'] .tc-date {
    background: transparent url("../img/common/icon_cal.svg") right -20px top 22px no-repeat;
    background-size: 70px 25px;
  }
}

#reservation_start_date {
  border: 1px solid #AAAAAA !important;
  height: 40px;
  border-radius: 0 !important;
}

p.chk_in_out_txt {
  font-size: 0.8rem;
  text-align: center;
}

@media (max-width: 767px) {
  p.chk_in_out_txt {
    width: 100%;
    margin-bottom: 20px;
  }
}

.rsv02 p.chk_in_out_txt {
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .rsv02 p.chk_in_out_txt {
    width: 100%;
    margin-bottom: 20px;
    letter-spacing: 0.01rem;
  }
}

.rsv02 ul li {
  float: left;
  margin-left: 10px;
  color: #898989;
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .rsv02 ul li {
    float: none;
    line-height: 1.5rem;
  }
}

.rsv02 ul li i {
  margin-right: 5px;
}

.rsv02 ul li a {
  color: #898989;
  text-decoration: underline;
}

.rsv03 p.chk_in_out_txt {
  font-size: 0.8rem;
}

.rsv03 ul li {
  margin: 10px 0 10px 10px;
  color: #898989;
  font-size: 0.8rem;
}

.rsv03 ul li a {
  color: #898989;
  text-decoration: underline;
}

.rsv03 ul li a:hover {
  text-decoration: none;
}

/* search btn */
.search_room_btn {
  display: inline-block;
  text-align: center;
}

@media (max-width: 1024px) {
  .search_room_btn {
    display: block;
    margin-left: 0;
    text-align: center;
  }
}

.search_room_btn a {
  display: block;
  width: 150px;
  height: 40px;
  background-color: #00335C;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 40px;
  position: relative;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .search_room_btn a {
    display: inline-block;
    width: 160px;
  }
}

@media (max-width: 767px) {
  .search_room_btn a {
    width: 100%;
    margin: 10px 0;
  }
}

.search_room_btn a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  border-left: 5px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  height: 6px;
  margin: auto;
}

.rsv_area .search_room_btn {
  vertical-align: bottom;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .rsv_area .search_room_btn {
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .stay_radi_icon {
    width: 80%;
    margin: 20px auto;
  }
}

@media (max-width: 767px) {
  .stay_radi_icon {
    width: 90%;
    margin: 0 auto;
  }
  .stay_radi_icon .ml20 {
    margin-left: 0;
  }
}

.day_group, .person_group, .room_group {
  display: inline-block !important;
}

@media (max-width: 767px) {
  .room_group {
    display: none !important;
  }
}

/* contents */
.content {
  width: 100%;
  background-color: #fff;
}

/* special */
#special {
  overflow: hidden;
  margin: 0 auto 50px;
}

@media (max-width: 767px) {
  #special {
    margin-bottom: 20px;
  }
}

#special header {
  margin: 50px 0 30px;
  text-align: center;
}

@media (max-width: 767px) {
  #special header {
    margin-top: 30px;
  }
}

#special header h2 {
  margin-bottom: 10px;
  font-family: 'Cormorant Infant', serif;
  font-size: 30px;
  letter-spacing: 1px;
  color: #888;
}

#special p.sub_ttl {
  margin-bottom: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  color: #888888;
}

@media (max-width: 1024px) {
  #special .arrows {
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
}

@media (max-width: 1024px) {
  #special .arrows .slick-prev {
    left: 0;
  }
}

@media (max-width: 1024px) {
  #special .arrows .slick-next {
    right: 0;
  }
}

#special .slick_container {
  width: 1020px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  #special .slick_container {
    width: 90%;
  }
}

#special .tab_special_content {
  background-color: transparent;
}

.p_title {
  margin: 40px 0;
  text-align: center;
}

.p_title h2 {
  margin: 20px 0;
  font-family: 'Cormorant Infant', serif;
  font-size: 40px;
  color: #888888;
}

.p_title p.sub_ttl {
  margin-bottom: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  color: #888888;
}

ul.tabs_special {
  width: 100%;
  max-width: 800px;
  margin: 0 auto 20px;
}

@media (max-width: 1024px) {
  ul.tabs_special {
    flex-wrap: nowrap;
    width: 90%;
    max-width: 90%;
    margin-bottom: 5px;
  }
}

ul.tabs_special li {
  width: 200px;
}

@media (max-width: 1024px) {
  ul.tabs_special li {
    width: 25%;
  }
}

ul.tabs_special a {
  width: 100%;
}

.tab_special_content {
  display: block;
  background-color: #fff;
  margin: 0;
  padding: 20px 30px;
}

@media (max-width: 1024px) {
  .tab_special_content {
    padding: 20px 0;
  }
}

ul.special_slider,
ul.special_slider_1col {
  width: 1020px;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  ul.special_slider,
  ul.special_slider_1col {
    width: 100%;
    margin: 0 auto;
  }
}

ul.special_slider .slick-prev,
ul.special_slider_1col .slick-prev {
  background: url("../img/top/btn_prev.svg") no-repeat center;
  background-size: cover;
}

@media (max-width: 1024px) {
  ul.special_slider .slick-prev,
  ul.special_slider_1col .slick-prev {
    top: auto;
    bottom: -50px;
    left: 0;
    z-index: 1;
  }
}

ul.special_slider .slick-next,
 ul.special_slider_1col .slick-next{
  background: url("../img/top/btn_next.svg") no-repeat center;
  background-size: cover;
}

@media (max-width: 1024px) {
  ul.special_slider .slick-next,
  ul.special_slider_1col .slick-next {
    top: auto;
    bottom: -50px;
    right: 0;
    z-index: 1;
  }
}

ul.special_slider .slide_list,
ul.special_slider_1col .slide_list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  ul.special_slider .slide_list,
  ul.special_slider_1col .slide_list {
    margin: 0 -5px;
  }
}

@media (max-width: 767px) {
  ul.special_slider .slide_list,
  ul.special_slider_1col .slide_list {
    margin: 0;
  }
}

ul.special_slider .slide_list li,
ul.special_slider_1col .slide_list li {
  float: none;
  width: 320px;
  margin: 0 10px 20px;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  ul.special_slider .slide_list li,
  ul.special_slider_1col .slide_list li {
    width: 31%;
    margin: 0 7px 14px;
    padding: 0;
  }
  ul.special_slider .slide_list li:nth-child(3n + 1),
  ul.special_slider_1col .slide_list li:nth-child(3n + 1) {
    clear: both;
  }
}

@media (max-width: 767px) {
  ul.special_slider .slide_list li,
  ul.special_slider_1col .slide_list li {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
  }
}

@media (max-width: 767px) {
  ul.special_slider .slick-slide,
  ul.special_slider_1col .slick-slide {
    margin: 0 2px;
  }
}

ul.special_slider a,
ul.special_slider_1col a {
  display: block;
}

@media (max-width: 767px) {
  ul.special_slider a,
  ul.special_slider_1col a {
    display: flex;
  }
}

.spc_photo {
  max-width: 310px;
}

@media (min-width: 1025px) {
  .spc_photo {
    width: 310px;
  }
}

@media (max-width: 767px) {
  .spc_photo {
    width: 50%;
  }
}

@media (min-width: 1025px) {
  .spc_photo img {
    width: 320px;
  }
}

@media (max-width: 1024px) {
  .spc_photo img {
    width: 100%;
  }
}

a .spc_txt {
  text-decoration: none;
}

.spc_txt {
  width: 320px;
  margin: 0;
  padding: 10px 0;
  box-sizing: border-box;
  font-size: 0.8rem;
  line-height: 1.5;
  font-feature-settings: "palt";
}

@media (min-width: 768px) and (max-width: 1024px) {
  .spc_txt {
    width: auto;
    height: auto;
  }
}

@media (max-width: 767px) {
  .spc_txt {
    width: 50%;
    height: auto;
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding: 0 10px;
  }
}

.special_box {
  width: 100%;
}

@media (max-width: 767px) {
  .special_box {
    display: flex;
    align-items: center;
  }
}

.special_box:after {
  content: "";
  display: block;
  clear: both;
}

a .spc_txt {
  text-decoration: none;
}

/* slick　ボタン位置 */
.slick_container {
  width: 990px;
  /* 任意の値 */
  margin: 0 auto;
  /* 任意の値 */
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slick_container {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .slick_container {
    width: 100%;
  }
}

.slick-prev,
.slick-next {
  width: 40px;
  /* 画像幅 */
  height: 40px;
  /* 画像高さ */
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slick-prev,
  .slick-next {
    top: 105%;
  }
}

@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 101%;
  }
}

@media (max-width: 767px) {
  .slick-prev,
  .slick-next {
    width: 30px;
    height: 30px;
  }
}

.slick-prev:before, .slick-next:before {
  content: "";
}

button.slick-prev, button.slick-next {
  z-index: 222;
}

.slick-prev {
  left: -50px;
  /* 任意の値 */
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slick-prev {
    left: 0px;
  }
}

@media (max-width: 767px) {
  .slick-prev {
    left: 10px;
  }
}

.slick-next {
  right: -50px;
  /* 任意の値 */
}

@media (min-width: 768px) and (max-width: 1024px) {
  .slick-next {
    right: 0px;
  }
}

@media (max-width: 767px) {
  .slick-next {
    right: 10px;
  }
}

.slick-arrow {
  z-index: 2;
  /* 値は適当に */
}

/* information */
#information {
  width: 100%;
}

.info_inner {
  width: 990px;
  margin: 0 auto;
  padding: 40px 35px 20px;
  border: 1px solid #AAAAAA;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .info_inner {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .info_inner {
    position: relative;
    width: 90%;
    padding: 40px 0 20px;
  }
}

.info_inner header {
  text-align: center;
  position: relative;
}

@media (max-width: 767px) {
  .info_inner header {
    position: static;
  }
}

.info_inner header h2 {
  margin-bottom: 15px;
  font-family: 'Cormorant Infant', serif;
  font-size: 2rem;
  color: #888888;
}

@media (max-width: 767px) {
  .info_inner header h2 {
    font-size: 1.5rem;
  }
}

.info_inner p.sub_ttl {
  margin-bottom: 30px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  color: #888888;
}

.info_inner .info_list {
  position: absolute;
  top: 40px;
  right: 20px;
  color: #888888;
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .info_inner .info_list {
    top: auto;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
}

.info_inner .info_list a {
  color: #888888;
  text-decoration: underline;
}

.info_inner .info_list a:hover {
  color: 888888;
  text-decoration: none;
}

.info_inner .info_list :after {
  margin-left: 5px;
  vertical-align: top;
  content: url("../img/top/icon_circ_arrow_r2.svg");
  display: inline-block;
  width: 16px;
}

.info_inner .info_list2 {
  text-align: center;
  color: #888888;
  font-size: 0.9rem;
}

.info_inner .info_list2 a {
  color: #888888;
  text-decoration: underline;
  cursor: pointer;
}

.info_inner .info_list2 a:hover {
  color: 888888;
  text-decoration: none;
}

.info_inner .info_list2 :after {
  margin-left: 5px;
  vertical-align: top;
  content: url("../img/top/icon_circ_arrow_r2.svg");
  display: inline-block;
  width: 16px;
}

.news_tag {
  width: 140px;
  height: 20px;
  margin-right: 25px;
  margin-bottom: 10px;
  background-color: #969696;
  color: #fff;
  text-align: center;
  font-size: 0.8rem;
  line-height: 20px;
  display: inline-block;
}

@media (max-width: 767px) {
  .news_tag {
    display: block;
    margin: 10px auto 5px;
  }
}

ul.news li {
  position: relative;
  display: flex;
  padding-left: 60px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  ul.news li {
    display: block;
    padding-left: 0;
    margin-bottom: 25px;
  }
}

ul.news time {
  width: 90px;
  height: 20px;
  margin-right: 25px;
  font-size: 14px;
  line-height: 20px;
}

@media (max-width: 767px) {
  ul.news time {
    display: block;
    width: auto;
    margin: 0 0 4px;
    text-align: left;
    line-height: 1em;
  }
  ul.news time:empty {
    height: 0;
  }
}

ul.news .icon_new {
  position: absolute;
  top: 4px;
  left: 0;
  height: 1em;
  color: #b8912c;
}

@media (max-width: 767px) {
  ul.news .icon_new {
    top: 0;
    left: 85px;
    bottom: auto;
    margin: auto;
  }
}

ul.news .news_title {
  overflow: hidden;
  display: block;
  width: calc(100% - 90px);
  line-height: 1.4;
}

@media (max-width: 767px) {
  ul.news .news_title {
    width: 100%;
  }
}

ul.news li {
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  ul.info {
    width: 90%;
    margin: 0 auto;
  }
}

ul.info li {
  margin-bottom: 10px;
}

ul.info li a {
  display: block;
  background: url("../img/common/icon_circ_arrow_r2.svg") no-repeat left center;
  background-size: 16px auto;
  padding-left: 20px;
  min-height: 16px;
}

ul.info li a:link {
  color: #888888;
  font-size: 0.9rem;
}

ul.info li a:visited {
  color: #888888;
}

@media all and (-ms-high-contrast: none) {
  ul.info li a {
    background: url("../img/common/btn_next.png") no-repeat left center;
    background-size: 16px auto;
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, ul.info li a {
    background: url("../img/common/btn_next.png") no-repeat left center;
    background-size: 16px auto;
  }
}

#infoModal1 {
  overflow: visible;
}

#infoModal1 .modal-content {
  position: relative;
}

#infoModal1 .modal-content .close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}

@media (max-width: 767px) {
  #infoModal1 .modal-content .close {
    width: 40px;
    top: -50px;
    right: 0;
  }
}

#infoModal1 .modal-dialog {
  overflow: visible;
  max-width: 830px;
}

#infoModal1 .modal-body {
  border-radius: 5px;
  font-size: 14px;
  line-height: 1.7;
  padding: 60px 40px;
  text-align: center;
}

@media (max-width: 767px) {
  #infoModal1 .modal-body {
    padding: 30px 20px;
  }
}

#infoModal1 .modal-body h3 {
  margin-bottom: 20px;
  text-align: center;
  font-size: 22px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

#infoModal1 .modal-body p + p {
  margin-top: 1rem;
}

button.slick-prev.slick-arrow::before, button.slick-next.slick-arrow::before {
  background-color: black;
}

/* scroll_news */
.scroll_news {
  position: relative;
  background: white;
  width: 100%;
  margin: 10px auto;
  overflow: hidden;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .scroll_news {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 37px;
  }
}

@media (max-width: 767px) {
  .scroll_news {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 37px;
  }
}

.access_btn {
  text-align: center;
}

@media (min-width: 1025px) {
  .access_btn {
    margin: 50px 0;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .access_btn {
    margin: 50px 0;
  }
}

.access_btn a {
  height: 50px;
  line-height: 50px;
}

@media (min-width: 1025px) {
  .access_btn a {
    width: 280px;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .access_btn a {
    width: 280px;
  }
}

/* stay plan */
#stay_plan {
  display: none;
  width: 100%;
  padding: 75px 0 80px;
  background-color: #F5F5F5;
}

@media (max-width: 767px) {
  #stay_plan {
    padding: 40px 0 40px;
  }
}

#stay_plan h2 {
  margin-bottom: 35px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
  color: #222222;
  text-align: center;
}

@media (max-width: 767px) {
  #stay_plan h2 {
    width: 90%;
    margin: 0 auto 35px;
    font-size: 1.5rem;
  }
}

#stay_plan p.sub_ttl {
  margin-bottom: 55px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #444444;
  text-align: center;
}

@media (max-width: 767px) {
  #stay_plan p.sub_ttl {
    width: 90%;
    margin: 0 auto 40px;
  }
}

ul.plan_wrap {
  width: 1170px;
  margin: 0 auto;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  ul.plan_wrap {
    width: 90%;
  }
}

@media (max-width: 767px) {
  ul.plan_wrap {
    width: 90%;
  }
}

li.plan_box {
  width: 390px;
  height: 460px;
  margin-bottom: 25px;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1024px) {
  li.plan_box {
    width: 50%;
    max-height: 420px;
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  li.plan_box {
    width: 100%;
    max-height: 420px;
    margin-bottom: 65px;
  }
}

.plan_photo {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 767px) {
  .plan_photo {
    width: 100%;
  }
}

.plan_photo img {
  width: 100%;
}

.plan_conts_box {
  width: 350px;
  height: 240px;
  padding: 30px;
  position: absolute;
  right: 0;
  top: 220px;
  background-color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .plan_conts_box {
    right: 0;
  }
}

@media (max-width: 767px) {
  .plan_conts_box {
    width: 95%;
    height: 60%;
    top: 50%;
    right: 0;
    margin: 0 auto;
    padding: 20px 10px;
  }
}

h3.plan_title {
  font-size: 1.2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #222222;
  line-height: 2rem;
  margin-bottom: 30px;
  overflow: hidden;
  margin-left: -65px;
}

h3.plan_title span {
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left;
}

h3.plan_title span::before {
  position: absolute;
  top: 1rem;
  content: '';
  width: 20px;
  height: 1px;
  background-color: #AAAAAA;
}

@media (max-width: 767px) {
  h3.plan_title span::before {
    left: -1%;
  }
}

h3.plan_title span::before {
  right: 100%;
}

ul.plan_keywords {
  width: 100%;
  margin-bottom: 30px;
}

ul.plan_keywords li {
  float: left;
  font-size: 0.8rem;
}

ul.plan_keywords :after {
  content: "/";
}

ul.plan_keywords :last-child:after {
  content: "";
}

.plan_detail_btn01 a {
  position: relative;
  display: inline-block;
  width: 280px;
  height: 50px;
  background-color: #00335C;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 50px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 767px) {
  .plan_detail_btn01 a {
    width: 100%;
  }
}

.plan_detail_btn01 a:hover {
  background: #9F9691;
}

.plan_detail_btn01 a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  border-left: 5px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  height: 6px;
  margin: auto;
}

.plan_detail_btn02 a {
  position: relative;
  display: inline-block;
  width: 160px;
  height: 40px;
  background-color: #9F9691;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  text-align: center;
}

@media (max-width: 767px) {
  .plan_detail_btn02 a {
    width: 100%;
  }
}

.plan_detail_btn02 a:hover {
  background: #00335C;
}

.plan_detail_btn02 a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  border-left: 5px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  height: 6px;
  margin: auto;
}

.pd_btn_wrap {
  position: relative;
}

.pd_btn_wrap .plan_detail_btn {
  width: 160px;
  height: 40px;
  background-color: #00335C;
  display: block;
  border: none;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}

.pd_btn_wrap .plan_detail_btn a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.pd_btn_wrap .plan_detail_btn a i {
  position: absolute;
  left: 10px;
}

.pd_btn_wrap .plan_detail_btn2 {
  width: 160px;
  height: 40px;
  background-color: #9F9691;
  display: block;
  border: none;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}

.pd_btn_wrap .plan_detail_btn2 a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.pd_btn_wrap .plan_detail_btn2 a i {
  position: absolute;
  left: 10px;
}

.plan_detail_btn:hover {
  background-color: #9F9691;
}

.plan_detail_btn2:hover {
  background-color: #00335C;
}

.plan_more_btn_wrap {
  width: 280px;
  height: 50px;
  position: relative;
  right: 0;
  left: 0;
  margin: 50px auto 0;
}

@media (max-width: 767px) {
  .plan_more_btn_wrap {
    margin: 10px auto 0;
  }
}

.plan_more_btn_wrap .plan_more_btn {
  width: 280px;
  height: 50px;
  background-color: #9F9691;
  display: block;
  border: none;
  font-family: 'Cormorant Infant', serif;
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  text-align: center;
  line-height: 50px;
}

.plan_more_btn_wrap .plan_more_btn a {
  color: #fff;
  display: block;
  text-decoration: none;
}

.plan_more_btn_wrap .plan_more_btn a i {
  position: absolute;
  left: 10px;
  top: 40%;
  font-size: 0.9rem;
}

/* category link */
#category_link {
  width: 100%;
  max-width: 1280px;
  margin: 70px auto 80px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #category_link {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #category_link {
    margin: 0 auto;
  }
}

.category_link_list {
  text-align: center;
  color: #fff;
}

@media (min-width: 1025px) {
  .category_link_list {
    display: flex;
  }
}

@media (min-width: 1025px) {
  .category_link_list li {
    width: 20%;
  }
}

.category_link_list a {
  position: relative;
  z-index: 1;
  display: block;
  background: no-repeat center;
  background-size: cover;
  height: 450px;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .category_link_list a {
    height: 240px;
  }
}

@media (max-width: 767px) {
  .category_link_list a {
    height: 200px;
  }
}

.category_link_list a::before {
  /* 透過した黒を重ねる */
  background-color: rgba(0, 0, 0, 0.5);
  /* どの範囲に重ねるかを指定 */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: ' ';
}

.category_link_list a:hover::before {
  opacity: 0.4;
  transition: all 0.4s linear;
}

.category_link_list a::after {
  content: '';
  display: block;
  position: absolute;
  top: 250px;
  left: 0;
  right: 0;
  background: url("../img/top/icon_circ_arrow_r.svg") no-repeat center;
  width: 40px;
  height: 40px;
  margin: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .category_link_list a::after {
    top: 150px;
  }
}

@media (max-width: 767px) {
  .category_link_list a::after {
    top: 125px;
  }
}

.category_link_list .link_stay a {
  background-image: url("../img/top/cat_photo01.jpg");
}

@media (min-width: 768px) and (max-width: 1024px) {
  .category_link_list .link_stay a {
    background-image: url("../img/top/cat_photo01_tab.jpg");
  }
}

@media (max-width: 767px) {
  .category_link_list .link_stay a {
    background-image: url("../img/top/cat_photo01_sp.jpg");
  }
}

.category_link_list .link_restaurants a {
  background-image: url("../img/top/cat_photo02.jpg");
}

@media (min-width: 768px) and (max-width: 1024px) {
  .category_link_list .link_restaurants a {
    background-image: url("../img/top/cat_photo02_tab.jpg");
  }
}

@media (max-width: 767px) {
  .category_link_list .link_restaurants a {
    background-image: url("../img/top/cat_photo02_sp.jpg");
  }
}

.category_link_list .link_wedding a {
  background-image: url("../img/top/cat_photo03.jpg");
}

@media (min-width: 768px) and (max-width: 1024px) {
  .category_link_list .link_wedding a {
    background-image: url("../img/top/cat_photo03_tab.jpg");
    background-position: 0 0;
  }
}

@media (max-width: 767px) {
  .category_link_list .link_wedding a {
    background-image: url("../img/top/cat_photo03_sp.jpg");
  }
}

.category_link_list .link_banquets a {
  background-image: url("../img/top/cat_photo04.jpg");
}

@media (min-width: 768px) and (max-width: 1024px) {
  .category_link_list .link_banquets a {
    background-image: url("../img/top/cat_photo04_tab.jpg");
  }
}

@media (max-width: 767px) {
  .category_link_list .link_banquets a {
    background-image: url("../img/top/cat_photo04_sp.jpg");
  }
}

.category_link_list .link_fitness a {
  background-image: url("../img/top/cat_photo05.jpg");
}

@media (min-width: 768px) and (max-width: 1024px) {
  .category_link_list .link_fitness a {
    background-image: url("../img/top/cat_photo05_tab.jpg");
  }
}

@media (max-width: 767px) {
  .category_link_list .link_fitness a {
    background-image: url("../img/top/cat_photo05_sp.jpg");
  }
}

.category_title {
  font-family: 'Cormorant Infant', serif;
  font-weight: 500 !important;
  font-size: 29px;
  padding-top: 160px;
  line-height: 2rem;
  font-feature-settings: "palt";
}

@media (min-width: 768px) and (max-width: 1024px) {
  .category_title {
    padding-top: 60px;
  }
}

@media (max-width: 767px) {
  .category_title {
    padding-top: 50px;
  }
}

.category_title .sub_title {
  display: block;
  font-size: 14px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
}

/* hotel topics*/
#hotel_topics {
  width: 990px;
  margin: 55px auto 30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #hotel_topics {
    width: 100%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  #hotel_topics {
    width: 100%;
    margin: 40px 0 0;
  }
}

#hotel_topics > section {
  display: flex;
  align-items: flex-start;
}

@media (max-width: 1024px) {
  #hotel_topics > section {
    width: 90%;
    margin: 20px auto;
  }
}

@media (max-width: 767px) {
  #hotel_topics > section {
    flex-wrap: wrap;
  }
}

.topic_photo {
  width: 50%;
}

@media (max-width: 767px) {
  .topic_photo {
    width: 100%;
  }
}

.topic_photo img {
  width: 100%;
  vertical-align: middle;
}

.topic_wrap {
  padding: 40px;
  width: 50%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topic_wrap {
    margin: 0;
    padding: 30px;
  }
}

@media (max-width: 767px) {
  .topic_wrap {
    width: 100%;
    padding: 30px 15px;
  }
}

.topic_wrap p:not([class]) {
  margin-bottom: 30px;
  line-height: 1.6rem;
  font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topic_wrap p:not([class]) {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .topic_wrap p:not([class]) {
    margin-bottom: 10px;
  }
}

.topic_wrap .link_btn {
  margin: 0;
}

@media (max-width: 767px) {
  .topic_wrap .link_btn {
    margin-top: 20px;
    text-align: center;
  }
}

.topic3 .topic_wrap {
  padding: 40px;
  width: 90%;
  height: auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topic3 .topic_wrap {
    margin: 0;
    padding: 40px;
    width: 105%;
  }
}

@media (max-width: 767px) {
  .topic3 .topic_wrap {
    padding: 30px 15px;
    margin: 0 auto;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topic3 .topic_photo {
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  .topic3 .topic_photo img {
    width: 90%;
    margin: 0 auto 20px;
  }
}

h3.topic_title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 2rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  h3.topic_title {
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  h3.topic_title {
    margin-bottom: 10px;
  }
}

.topic1 {
  margin-bottom: 50px;
  background-color: #3c3c3c;
  color: #fff;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .topic1 {
    margin-top: 50px;
    margin-bottom: 30px;
  }
}
.topic1 .topic_photo img {
  object-fit: cover;
  height: 250px;
}
.topic1 .topic_title {
  margin-bottom: 16px;
}

.topic2 {
  border: 1px solid #AAAAAA;
  margin-bottom: 20px;
  color: #222222;
}

.topic2 h3.topic_title {
  font-size: 22px;
}

@media (min-width: 1025px) {
  .topic2 .topic_wrap {
    width: 63%;
  }
}

.topic2 .topic_photo {
  padding: 20px;
}

@media (min-width: 1025px) {
  .topic2 .topic_photo {
    width: 37%;
    padding: 30px;
  }
}

/*topic3*/
.topic3 .topic_photo {
  width: 123%;
}

.topic3 .topic_wrap {
  padding: 30px 28px;
}

@media (max-width: 767px) {
  .topic3 .topic_wrap {
    padding: 30px 0;
  }
}

.topic3 .topic_wrap p:not([class]) {
  margin-bottom: 20px;
  line-height: 1.6rem;
  font-size: 14px;
}

.topic3 h3.topic_title {
  margin-bottom: 20px;
}

.topic3 {
  border: 1px solid #AAAAAA;
  margin-bottom: 50px;
}

/* instagram */
.instagram {
  overflow: hidden;
  margin: 50px auto 30px;
}

@media (max-width: 1024px) {
  .instagram {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .instagram {
    margin-bottom: 20px;
  }
}

.instagram header {
  margin: 50px 0 30px;
  text-align: center;
}

@media (max-width: 767px) {
  .instagram header {
    margin-top: 0;
  }
}

.instagram header h2 {
  margin-bottom: 10px;
  font-family: 'Cormorant Infant', serif;
  font-size: 30px;
  letter-spacing: 1px;
  color: #888;
}

@media (max-width: 320px) {
  .instagram header h2 {
    line-height: 1.2;
  }
}

.instagram p.sub_ttl {
  margin-bottom: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  color: #888888;
}

.instagramListWrap {
  margin: 40px auto 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .instagramListWrap {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .instagramListWrap {
    width: 60%;
    margin: 20px auto 0;
  }
}

.instagramList {
  margin: 0 10px;
}

@media (max-width: 767px) {
  .instagramList {
    margin: 0;
  }
}

.instagramList .slick-list {
  overflow: visible !important;
  padding: 0 !important;
}

.instagramList .list_item {
  margin: 0 10px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .instagramList .list_item {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  .instagramList .list_item {
    margin: 0 5px;
  }
}

.instagramList .list_item a {
  display: block;
  transition: all .4s;
}

.instagramList .list_item a:hover {
  opacity: .8;
}

.instagramList .list_item img {
  width: 100%;
  margin: 0 auto;
}

.instagramList .slick-arrow {
  top: 20px;
  bottom: -20px;
  margin: auto;
}

@media (max-width: 1024px) {
  .instagramList .slick-arrow {
    bottom: -20px;
    z-index: 1;
  }
}

@media (max-width: 767px) {
  .instagramList .slick-arrow {
    top: 15px;
    bottom: -15px;
    width: 40px;
    height: 40px;
  }
}

.instagramList .slick-arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 10px;
  border-top: 3px solid;
  border-right: 3px solid;
  background: none !important;
  width: 30px;
  height: 30px;
  margin: auto;
  transform: rotate(45deg);
  opacity: 1;
}

.instagramList .slick-prev {
  left: 30px;
}

.instagramList .slick-prev::before {
  left: 10px;
  right: 0;
  transform: rotate(-135deg);
}

@media (min-width: 768px) and (max-width: 1024px) {
  .instagramList .slick-prev {
    left: 10px;
  }
}

@media (max-width: 767px) {
  .instagramList .slick-prev {
    left: -25%;
  }
}

.instagramList .slick-next {
  right: 30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .instagramList .slick-next {
    right: 10px;
  }
}

@media (max-width: 767px) {
  .instagramList .slick-next {
    right: -25%;
  }
}

.instagramList .slick-dots {
  position: static;
  margin: 30px 0 0;
}

.instagram .insta_btn {
  text-align: center;
}

@media (max-width: 767px) {
  .instagram .insta_btn {
    margin: 30px 5% 0;
  }
}

.instagram .insta_btn a {
  width: calc(20% - 22px);
}

@media (max-width: 1024px) {
  .instagram .insta_btn a {
    width: 160px;
    height: 40px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .instagram .insta_btn a {
    width: calc(100% - 120px);
  }
}

.instagramError {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 600px;
  min-height: 300px;
  padding: 0 0 20px 220px;
  margin: 20px auto 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .instagramError {
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  .instagramError {
    position: static;
    display: block;
    width: 90%;
    margin: 0 auto 30px;
    padding: 0;
  }
}

.instagramError .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 170px;
}

@media (max-width: 767px) {
  .instagramError .photo {
    width: 120px;
    margin: 0 10px 0 -10px;
  }
}

.instagramError .photo img {
  width: 100%;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .instagramError .text_wrap {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 210px;
    padding: 0 0 20px 120px;
  }
}

.instagramError header {
  margin: 0 0 5px;
  text-align: left;
}

@media (max-width: 767px) {
  .instagramError header {
    width: auto;
    text-align: center;
    line-height: 1.2;
  }
}

.instagramError h3 {
  /* margin-bottom: 25px; */
  color: #888;
  font-size: 15px;
  font-weight: 500;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.8;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .instagramError h3 {
    margin-bottom: 20px;
    line-height: 1.6;
  }
}

@media (max-width: 767px) {
  .instagramError h3 {
    margin-bottom: 10px;
  }
}

.instagramError .link_btn {
  margin: 0;
}

@media (max-width: 767px) {
  .instagramError .link_btn {
    margin-top: 10px;
    text-align: center;
  }
}

@media (max-width: 767px) {
  .instagramError .link_btn a {
    width: 100%;
  }
}

.specialmovie {
  margin-bottom: 50px;
  background-color: #3c3c3c;
  color: #fff;
  text-align: left !important;
}
.specialmovie .topic_wrap {
  padding: 30px 35px;
}

.specialmovie h2 {
  margin-bottom: 18px;
  font-family: 'Cormorant Infant', serif;
  font-size: 26px;
  font-weight: 100 !important;
  letter-spacing: 2px;
}

@media (max-width: 767px) {
  .specialmovie h2 {
    margin-bottom: 5px;
    font-size: 29px;
  }
}

.specialmovie .sub_ttl {
  margin-bottom: 18px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.2;
}


@media (max-width: 767px) {
  .specialmovie .sub_ttl {
    margin-bottom: 18px;
    font-size: 14px;
  }
}

.specialmovie .txt {
  line-height: 1.4rem;
  font-size: 14px;
}


.specialmovie .topic_photo {
  position: relative;
}
.specialmovie .topic_photo img {
  object-fit: cover;
  height: 250px;
}



.specialmovie .topic_photo .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 82px;
  height: 115px;
  padding: 0;
}

.specialmovie .topic_photo .btn img {
  width: 82px;
  height: auto;
}

.specialmovie .topic_photo .btn a {
  display: block;
}

/* prize_mark */
#prize_mark {
  width: 920px;
  margin: 0 auto;
}

@media (min-width: 768px) and (max-width: 1024px) {
  #prize_mark {
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  #prize_mark {
    width: 100%;
    margin: 0;
  }
}

.prz_left, .prz_right {
  margin-top: 60px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .prz_left, .prz_right {
    width: 90%;
    margin: 20px auto 40px;
    float: none;
  }
}

@media (max-width: 767px) {
  .prz_left, .prz_right {
    width: 90%;
    margin: 20px auto;
    float: none;
  }
}

.prz_left p, .prz_right p {
  line-height: 1.5rem;
  font-size: 13px;
}

.prize_img {
  margin-bottom: 20px;
}

footer {
  width: 100%;
  margin: 0;
  padding: 40px 0 0;
  background-color: #F5F5F5;
  text-align: center;
}

.page_top {
  overflow: visible;
  width: 45px;
  margin: -5px auto 50px;
}

.page_top img {
  width: 100%;
}

@media (max-width: 1024px) {
  .page_top {
    margin: -5px auto 20px;
  }
}

.page_top_sp {
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 4;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}

@media (min-width: 1025px) {
  .page_top_sp {
    display: none !important;
  }
}

.page_top_sp::after {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid;
  border-right: 1px solid;
  width: 11px;
  height: 11px;
  margin: auto;
  color: #878787;
  transform: rotate(-45deg);
}

address.round_wrap {
  text-align: center;
  margin: 0 auto 60px;
  padding: 10px 30px;
  background-color: #fff;
  color: #444444;
  display: inline-block;
  font-size: 13px;
  border-radius: 30px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  address.round_wrap {
    margin: 10px auto 40px;
    padding: 5px 30px;
    line-height: 1.5rem;
    font-size: 13px;
  }
}

@media (max-width: 767px) {
  address.round_wrap {
    width: 90%;
    margin: 10px auto;
    padding: 10px 0;
    font-size: 0.8rem;
    line-height: 1.5rem;
    border-radius: 5px;
  }
}

address.round_wrap a {
  color: inherit;
  pointer-events: none;
}

@media (max-width: 767px) {
  address.round_wrap a {
    pointer-events: all;
  }
}

ul.foot_nav {
  margin: 0 auto;
  margin-bottom: 30px;
  display: inline-block !important;
}

ul.foot_nav li {
  float: left;
  margin: 0;
  color: #444444;
  font-size: 14px;
}

ul.foot_nav li a {
  color: #444444;
}

ul.foot_nav li:after {
  content: "|";
  margin: 0 10px;
}

ul.foot_nav li:last-child:after {
  content: "";
}

.icon_info {
  margin-left: 5px;
}

.icon_info img {
  width: 16px;
}

.f_n_icon {
  width: 14px;
}

.tbl_f_nav_wrap {
  width: 90%;
  margin: 0 auto;
}

table.foot_nav {
  width: 100%;
  margin: 0 auto;
  color: #444444;
}

table.foot_nav td {
  width: 50%;
  border: 1px solid #BBBBBB;
  text-align: center;
  padding: 10px 0;
  color: #444444;
  font-size: 0.8rem;
}

ul.sns_list {
  margin-right: 25px;
  margin-bottom: 25px;
  text-align: right;
}

@media (max-width: 1024px) {
  ul.sns_list {
    width: 90%;
    margin: 25px auto;
    text-align: center;
  }
}

ul.sns_list li {
  display: inline-block;
  margin-left: 10px;
  height: 20px;
}

ul.sns_list li img {
  height: 100%;
}

ul.sns_list li:last-child {
  margin-left: 10px;
}

ul.sns_list li:first-child {
  margin-left: 0;
}

.bottom_nav {
  width: 100%;
  padding: 10px 0;
  background-color: #EEEEEE;
  text-align: center;
}

ul.foot_nav2 {
  margin: 0;
  padding: 0;
  display: inline-block;
  text-align: center;
  font-size: 0;
}

ul.foot_nav2 li {
  display: inline-block;
  margin-left: 20px;
  color: #777777;
  font-size: 13px;
  line-height: 1.4;
}

@media (max-width: 767px) {
  ul.foot_nav2 li {
    display: block;
    margin: 10px 0;
  }
}

ul.foot_nav2 li i {
  margin-right: 3px;
}

ul.foot_nav2 li:first-child {
  margin-left: 0;
}

ul.foot_nav2 a {
  color: #777777;
  text-decoration: underline;
}

ul.foot_nav2 a:hover {
  text-decoration: none;
}

.copyrights {
  width: 100%;
  padding: 25px 0;
  text-align: center;
  background-color: #BBBBBB;
  color: #fff;
  font-size: 0.8rem;
}

@media (max-width: 767px) {
  .copyrights {
    font-weight: normal;
    font-size: 0.7rem;
  }
}

.tsh_img {
  overflow: hidden;
}

@media (max-width: 767px) {
  .tsh_img {
    position: relative;
    height: 100px;
  }
}

.tsh_img img {
  width: 100%;
}

@media (max-width: 767px) {
  .tsh_img img {
    position: absolute;
    top: 0;
    left: 50%;
    right: 0;
    width: auto;
    max-width: none;
    height: 100px;
    margin-left: -302px;
  }
}

/* #info_box */
#info_box {
  width: 900px;
  margin: 70px auto;
  padding: 50px;
  border: 1px solid #AAAAAA;
  text-align: center;
}

@media (max-width: 1024px) {
  #info_box {
    width: 90%;
    margin: 40px auto;
    padding: 40px;
  }
}

@media (max-width: 767px) {
  #info_box {
    padding: 40px 15px;
  }
}

#info_box header {
  margin-bottom: 30px;
}

#info_box h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  color: #222222;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #info_box h3 {
    font-size: 1.4rem;
  }
}

#info_box p:not([class]) {
  margin-top: 15px;
  font-size: .85rem;
}

#info_box p.sub_ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #222222;
  font-size: 20px;
}

#info_box p.tel {
  color: #356A87;
  font-size: 36px;
}

@media (max-width: 767px) {
  #info_box p.tel {
    font-size: 24px;
  }
}

#info_box p.tel span.tel_title {
  font-size: 0.9rem;
  margin-right: 10px;
}

#info_box p.tel a {
  color: inherit;
  pointer-events: none;
}

@media (max-width: 767px) {
  #info_box p.tel a {
    pointer-events: all;
  }
}

#info_box .info {
  margin-top: 30px;
}

@media (max-width: 767px) {
  #info_box .info {
    width: auto;
    margin: 0;
    margin-top: 30px;
    font-size: .65rem;
  }
}

#info_box .info li {
  margin-bottom: 0;
}

#info_box .info a {
  display: inline-block;
  min-height: 16px;
  background: url("../img/top/icon_circ_arrow_r2.svg") no-repeat right 1px center/16px auto;
  padding-right: 24px;
  text-decoration: underline;
}

#info_box .info a:before {
  content: none;
}

#info_box .info a:hover {
  text-decoration: none;
}

.info_btn_wrap {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
  justify-content: center;
  margin: 30px auto 0;
}

@media (min-width: 1025px) {
  .info_btn_wrap li {
    margin: 0 7px;
  }
}

.info_btn_wrap li:not(:last-child) {
  margin-bottom: 10px;
}

@media (max-width: 1024px) {
  .info_btn_wrap .round_btn {
    width: 100%;
  }
}

.info_btn_wrap .round_btn a {
  position: relative;
  display: block;
  border-radius: 30px;
  background-color: #00335C;
  width: 230px;
  padding: 10px 0;
  color: #fff;
  font-size: 0.8rem;
}

.info_btn_wrap .round_btn a:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
  margin-right: 5px;
}

@media (max-width: 1024px) {
  .info_btn_wrap .round_btn a {
    margin: 0 auto;
  }
}

.info_btn_wrap .round_btn a:hover {
  text-decoration: none;
}

ul.bread {
  position: absolute;
  top: 10px;
  left: 10px;
}

ul.bread li {
  display: inline-block;
  color: #fff;
  font-size: 0.8rem;
}

ul.bread li a {
  color: #fff;
  text-decoration: underline;
}

ul.bread_2 {
  margin-top: 10px;
  margin-left: 10px;
}

ul.bread_2 li {
  display: inline-block;
  color: #888888;
  font-size: 0.8rem;
}

ul.bread_2 li a {
  color: #888888;
  text-decoration: underline;
}

.main_visual_wrap {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  background: no-repeat center;
  background-size: cover;
  height: 450px;
}

@media (max-width: 767px) {
  .main_visual_wrap {
    min-height: 340px;
    height: auto;
  }
}

.main_visual_wrap h2.main_logo {
  width: 100%;
  margin: 0 auto 40px;
  text-align: center;
}

.main_visual_wrap h2.main_logo img {
  height: 75px;
}

@media (max-width: 767px) {
  .main_visual_wrap h2.main_logo img {
    height: 50px;
  }
}

@media (max-width: 767px) {
  .main_visual_wrap h2.main_logo {
    margin-bottom: 20px;
    padding-top: 75px;
  }
}

.main_visual_wrap p.main_catch {
  width: 100%;
  color: #fff;
  font-size: 0.9rem;
  font-weight: 500;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  text-align: center;
  line-height: 2;
}

@media (max-width: 1024px) {
  .main_visual_wrap p.main_catch {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .main_visual_wrap p.main_catch {
    padding-bottom: 60px;
    font-size: .85rem;
  }
}

.col-xs-1-6, .col-sm-1-6, .col-md-1-6, .col-lg-1-6,
.col-xs-1-5, .col-sm-1-5, .col-md-1-5, .col-lg-1-5,
.col-xs-2-5, .col-sm-2-5, .col-md-2-5, .col-lg-2-5,
.col-xs-3-5, .col-sm-3-5, .col-md-3-5, .col-lg-3-5,
.col-xs-4-5, .col-sm-4-5, .col-md-4-5, .col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding: 0;
}

.col-xs-1-6 {
  width: calc(100% / 6);
  float: left;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-6 {
    width: calc(100% / 6);
    float: left;
  }
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }
  .col-sm-2-5 {
    width: 40%;
    float: left;
  }
  .col-sm-3-5 {
    width: 60%;
    float: left;
  }
  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-6 {
    width: calc(100% / 6);
    float: left;
  }
  .col-md-1-5 {
    width: 20%;
    float: left;
  }
  .col-md-2-5 {
    width: 40%;
    float: left;
  }
  .col-md-3-5 {
    width: 60%;
    float: left;
  }
  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-6 {
    width: calc(100% / 6);
    float: left;
  }
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }
  .col-lg-2-5 {
    width: 40%;
    float: left;
  }
  .col-lg-3-5 {
    width: 60%;
    float: left;
  }
  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

/* pc & sp */
@media (min-width: 1025px) {
  .pc {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .tab {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .tab {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .sp {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

/* 水平メニュー */
#scroll-menu {
  height: 42px;
  /*メニューの縦幅*/
  background-color: #8C8481;
  /*メニューの背景色*/
}

#scroll-menu .scroll-menu-inner {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: flex;
  list-style-type: none;
  height: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#scroll-menu li {
  height: 100%;
}

#scroll-menu a {
  position: relative;
  display: block;
  height: 100%;
  padding-right: 15px;
  padding-left: 30px;
  color: #fff;
  /*文字色*/
  font-size: .8rem;
  text-decoration: none;
  line-height: 42px;
  /*メニューの縦幅*/
}

#scroll-menu a:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  width: 4px;
  height: 4px;
  margin: auto;
  border: 3px solid transparent;
  border-left: 4px solid #fff;
}

#scroll-menu li:first-child a {
  font-weight: bold;
}

#scroll-menu a:active {
  background-color: #555;
  /*クリック時の背景色*/
}

#scroll-menu .current a {
  background: #756f6d;
}

#tab_modal_1 .flex_wrap {
  display: flex;
}

@media (max-width: 1024px) {
  #tab_modal_1 .flex_wrap {
    display: block !important;
  }
}

#tab_modal_1 .info_wrap {
  border: 1px solid #AAAAAA;
  width: 380px;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (max-width: 1024px) {
  #tab_modal_1 .info_wrap {
    width: auto;
    margin-top: 30px;
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 767px) {
  #tab_modal_1 .info_wrap {
    /* padding: 30px 20px; */
    border: none;
    margin-top: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  #tab_modal_1 .info_wrap p,
  #tab_modal_1 .info_wrap h4 {
    margin: 5px 0;
  }
}

#tab_modal_1 .info_wrap .info {
  margin-top: 20px;
}

#tab_modal_1 .info_wrap .tel {
  margin-top: 10px;
}

@media (max-width: 767px) {
  #tab_modal_1 .info_wrap .tel {
    line-height: 1;
    margin: 10px 0;
  }
}

#tab_modal_1 .info_wrap .tel .tel_pctab {
  display: inline-block;
}

@media (max-width: 767px) {
  #tab_modal_1 .info_wrap .tel .tel_pctab {
    display: none;
  }
}

@media (max-width: 767px) {
  #tab_modal_1 .info_wrap .tel a.is_sp {
    display: inline-block !important;
    color: #356A87;
  }
}

#tab_modal_1 .radio + .radio, #tab_modal_1 .checkbox + .checkbox {
  margin-top: 0;
}

.checked_stay_top {
  display: flex;
  align-items: center;
  margin: 20px 0 30px;
}

@media (max-width: 1024px) {
  .checked_stay_top {
    justify-content: center;
    margin-top: 0;
  }
}

.checked_stay_top li {
  padding-left: 60px;
  margin-right: 40px;
  margin-bottom: 0;
}

@media (max-width: 1024px) {
  .checked_stay_top li {
    padding: 50px 0 0;
    margin: 0 10px;
  }
}

.checked_stay_top li + li {
  padding-left: 80px;
}

@media (max-width: 1024px) {
  .checked_stay_top li + li {
    padding-left: 0;
  }
}

.checked_stay_top label {
  margin: 0;
}

.checked_stay_top .icon-icon_b,
.checked_stay_top .icon-icon_ab {
  top: -10px;
  bottom: 0;
  left: -80px;
  right: auto;
}

@media (max-width: 1024px) {
  .checked_stay_top .icon-icon_b,
  .checked_stay_top .icon-icon_ab {
    top: -80px;
    left: 0;
    right: 0;
  }
}

.checked_stay_top .icon-icon_ab {
  left: -100px;
}

@media (max-width: 1024px) {
  .checked_stay_top .icon-icon_ab {
    top: -90px;
    left: 0;
    right: 0;
  }
}

@media (min-width: 1025px) {
  .form_area {
    overflow: hidden;
  }
}

.form_area .search_room_btn {
  margin: 20px 0;
}

.form_area .search_room_btn a {
  width: 200px;
}

@media (max-width: 767px) {
  .form_area .search_room_btn a {
    width: 100%;
  }
}

.form_area .select_person {
  margin-right: 5px;
}

.form_parts {
  display: flex;
  width: 455px;
}

@media (max-width: 1024px) {
  .form_parts {
    justify-content: center;
    width: auto;
  }
}

@media (max-width: 767px) {
  .form_parts {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

.form_parts li {
  margin-right: 20px;
}

@media (max-width: 767px) {
  .form_parts li:first-child {
    width: 100%;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .form_parts .room_group {
    display: none;
  }
}

.form_parts label {
  display: block;
  margin-bottom: 5px;
  line-height: 1rem;
  font-size: .8rem;
}

.form_parts .ui-datepicker-trigger {
  margin-right: 0;
}

.form_parts2 {
  flex-wrap: wrap;
}

@media (max-width: 1024px) {
  .form_parts2 {
    margin-bottom: -15px;
  }
}

.form_parts2 li:first-child {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}

@media (max-width: 1024px) {
  .form_parts2 li:first-child {
    width: auto;
    margin-right: 20px;
  }
}

.form_parts2 li:first-child span.select_wrap {
  display: block;
}

@media (max-width: 1024px) {
  .form_parts2 li:first-child span.select_wrap {
    width: 130px;
  }
}

.form_parts2 li:first-child select.form-control {
  width: 100%;
}

@media (max-width: 767px) {
  .form_parts2 li {
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .form_parts2 li:nth-child(2) {
    width: 100%;
  }
}

.link_members {
  color: #898989;
  font-size: 0.8rem;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .link_members {
    text-align: center;
  }
}

.link_members li {
  display: inline-block;
  margin-right: 15px;
}

@media (max-width: 767px) {
  .link_members li:not(:last-child) {
    margin-bottom: 7px;
  }
}

.link_members i {
  margin-right: 5px;
}

.link_members a {
  color: #898989;
  text-decoration: underline;
}

.link_members a:hover {
  text-decoration: none;
}

.plan_btn_link {
  margin-top: 20px;
}

@media (max-width: 1024px) {
  .plan_btn_link {
    text-align: center;
  }
}

.plan_btn_link li {
  position: relative;
  display: inline-block;
  border: 1px solid #AAAAAA;
  padding-left: 15px;
  color: #777777;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .plan_btn_link li {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .plan_btn_link li {
    display: block;
  }
  .plan_btn_link li:not(:last-child) {
    margin-bottom: 7px;
  }
}

.plan_btn_link a {
  display: block;
  padding: 5px;
  color: #777777;
  line-height: 1.4;
  font-size: .8rem;
}

.plan_btn_link i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  height: 17px;
  margin: auto;
}

.info_access_btn {
  margin-top: 30px;
}

.info_access_btn a {
  position: relative;
  width: 280px;
  height: 50px;
  background-color: #9F9691;
  display: block;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  line-height: 50px;
  letter-spacing: 0.1rem;
  text-decoration: none;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .info_access_btn a {
    margin-right: auto;
    margin-left: auto;
  }
}

@media (max-width: 767px) {
  .info_access_btn a {
    width: 100%;
    margin: 20px 0 0;
  }
}

.info_access_btn a i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  height: 14px;
  margin: auto;
}

#tab_modal_5 .tel_wrap {
  padding: 40px 0;
}

#tab_modal_5 .tel_wrap .rsv_btn2_wrap {
  margin-top: 25px;
}

button:focus {
  outline: 0;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button:before {
  opacity: 1;
  color: #DDDDDD;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #9F9691;
}

.tab_nav {
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1170px;
  margin: 30px auto 60px;
}

@media (max-width: 1024px) {
  .tab_nav {
    flex-wrap: wrap;
    width: 90%;
    margin: 20px auto 40px;
  }
}

@media (max-width: 767px) {
  .tab_nav {
    margin: 25px auto;
  }
}

.tab_nav li {
  float: none;
  height: 40px;
  border-left: 1px solid #fff;
  color: #777777;
  font-size: 0.9rem;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .tab_nav li {
    width: 20%;
  }
}

@media (max-width: 767px) {
  .tab_nav li {
    width: 20%;
    height: auto;
    font-size: 0.8rem;
  }
}

.tab_nav li:first-child {
  border-left: none;
}

.tab_nav li a {
  display: block;
  background-color: #DDDDDD;
  height: 40px;
  color: #777777;
  line-height: 40px;
  vertical-align: middle;
}

@media (max-width: 767px) {
  .tab_nav li a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    line-height: 1.2;
  }
}

.tab_nav li a:visited {
  color: #777777;
}

.tab_nav li.active {
  color: #fff;
  position: relative;
}

.tab_nav li.active a {
  background-color: #9F9691;
  color: #fff;
}

.tab_nav li.active a:visited {
  color: #fff;
}

.tab_nav li.active:before {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 0;
  right: 0;
  margin: auto;
  border: 12px solid transparent;
  border-top: 12px solid #9F9691;
  width: 24px;
}

.cleanmovie {
  max-width: 1000px;
  padding-top: 50px;
  margin: 0 auto 40px;
  text-align: center;
}

@media (max-width: 1024px) {
  .cleanmovie {
    width: 90%;
  }
}

@media (max-width: 767px) {
  .cleanmovie {
    padding-top: 30px;
    margin-bottom: 20px;
  }
}

.cleanmovie header {
  margin-bottom: 30px;
}

.cleanmovie header h2 {
  margin-bottom: 10px;
  font-family: 'Cormorant Infant', serif;
  font-size: 30px;
  letter-spacing: 1px;
  color: #888;
}

.cleanmovie header p.sub_ttl {
  margin-bottom: 20px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 14px;
  color: #888888;
}

.cleanmovie .movie {
  position: relative;
  color: #fff;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .cleanmovie .movie {
    width: 100%;
    margin-bottom: 20px;
  }
}

.cleanmovie .movie .photo {
  max-width: 100%;
}

.cleanmovie .movie .btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 82px;
  height: 115px;
  border: none;
  padding: 0;
  margin: auto;
}

.cleanmovie .movie .btn a {
  display: block;
}

.cleanmovie .movie .btn a img {
  display: block;
  width: 100%;
}

.cleanmovie .inner p {
  font-size: 17px;
}

@media (max-width: 767px) {
  .cleanmovie .inner p {
    font-size: 12px;
  }
}

.cleanmovie .inner p:first-child {
  line-height: 1.7;
  font-size: 14px;
}

.cleanmovie .inner .info_list a {
  display: inline-block;
  background: url("../img/top/icon_circ_arrow_r2.svg") no-repeat left center;
  background-size: 16px auto;
  min-height: 16px;
  padding-left: 24px;
  color: #888888;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .cleanmovie .inner .info_list a {
    background-position: left 3px;
    text-align: left;
  }
}

.cleanmovie .inner .info_list a:hover {
  text-decoration: none;
}

/**/
#link_box_2 .info_btn_wrap2 {
  margin: 60px 0 40px;
  text-align: center;
}

#link_box_2 .info_btn_wrap2 li {
  display: inline-block;
  margin: 0 10px;
}

#link_box_2 .info_btn_wrap2 a {
  position: relative;
  display: inline-block;
  background: #00335C url("../img/common/icon_arrow_right_01.svg") no-repeat 20px center/5px auto;
  width: 280px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
}

#link_box_2 .info_btn_wrap2 .top_link a {
  background: #9F9691 url("../img/common/icon_arrow_top_01.svg") no-repeat 20px center/10px auto;
}

@media (max-width: 1024px) and (min-width: 768px) {
  #link_box_2 .info_btn_wrap2 {
    margin-left: 40px;
    margin-right: 40px;
  }
  #link_box_2 .info_btn_wrap2 li {
    width: 30%;
  }
  #link_box_2 .info_btn_wrap2 a {
    width: 100%;
  }
}

@media (max-width: 767px) {
  #link_box_2 .info_btn_wrap2 {
    margin: 40px 20px 30px;
  }
  #link_box_2 .info_btn_wrap2 li {
    display: block;
    margin: 20px 0 0;
  }
  #link_box_2 .info_btn_wrap2 a {
    width: 100%;
    height: 40px;
    line-height: 40px;
  }
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: .85 !important;
}

.checkinModal .modal-dialog {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 300px;
  margin: auto;
  padding: 0;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .checkinModal .modal-dialog {
    max-width: 600px;
  }
}

@media (max-width: 767px) {
  .checkinModal .modal-dialog {
    max-width: 320px;
  }
}

.checkinModal .modal-content {
  width: 100%;
  height: 100%;
}

.checkinModal button.close {
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 10;
}

@media (max-width: 1024px) {
  .checkinModal button.close {
    top: -70px;
    right: 0;
  }
}

.checkinModal .modal-body {
  display: flex;
  border-radius: 5px;
  align-items: center;
  padding: 0 100px;
}

@media (max-width: 1024px) {
  .checkinModal .modal-body {
    padding: 20px;
  }
}

.checkinModal .datepicker {
  width: 100%;
}

.checkinModal .ui-datepicker {
  border: none;
  width: 100% !important;
}

.checkinModal .ui-datepicker-prev, .checkinModal .ui-datepicker-next {
  top: 80px;
  width: 40px;
  height: 40px;
}

@media (max-width: 1024px) {
  .checkinModal .ui-datepicker-prev, .checkinModal .ui-datepicker-next {
    top: 0;
  }
}

@media (max-width: 767px) {
  .checkinModal .ui-datepicker-prev, .checkinModal .ui-datepicker-next {
    width: 30px;
    height: 30px;
  }
}

.checkinModal .ui-datepicker-prev .ui-icon, .checkinModal .ui-datepicker-next .ui-icon {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.checkinModal .ui-datepicker-prev {
  left: -60px;
}

@media (max-width: 1024px) {
  .checkinModal .ui-datepicker-prev {
    left: 0;
  }
}

.checkinModal .ui-datepicker-prev .ui-icon {
  background: url("../img/common/btn_prev.svg") center/cover;
}

.checkinModal .ui-datepicker-next {
  right: -60px;
}

@media (max-width: 1024px) {
  .checkinModal .ui-datepicker-next {
    right: 0;
  }
}

.checkinModal .ui-datepicker-next .ui-icon {
  background: url("../img/common/btn_next.svg") center/cover;
}

.checkinModal .ui-datepicker-header {
  background: none;
  border: none;
  margin-bottom: 10px;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 14px;
  color: #00335C;
  letter-spacing: .1em;
}

.checkinModal .ui-datepicker-month i {
  font-size: 21px;
}

.checkinModal .ui-datepicker th,
.checkinModal .ui-datepicker .ui-state-default {
  border: none;
  background: none;
  padding: 6px;
  font-size: 14px;
  text-align: center;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
}

.checkinModal .ui-datepicker th {
  border-bottom: 1px solid #aaa !important;
  padding-bottom: 10px;
  font-size: 13px;
  font-weight: normal;
}

.checkinModal .ui-datepicker .ui-state-default {
  position: relative;
}

.checkinModal .ui-datepicker .ui-state-default.ui-state-active, .checkinModal .ui-datepicker .ui-state-default:hover {
  background: #00335C;
  border-radius: 4px;
  color: #fff !important;
}

.checkinModal .ui-datepicker .ui-state-default.ui-state-active:after, .checkinModal .ui-datepicker .ui-state-default:hover:after {
  content: '';
  position: absolute;
  top: 1px;
  left: 1px;
  border: 1px solid #fff;
  border-radius: 3px;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
}

@media (max-width: 767px) {
  .checkinModal .ui-datepicker .ui-state-default.ui-state-active:after, .checkinModal .ui-datepicker .ui-state-default:hover:after {
    width: calc(100% - 3px);
  }
}

.checkinModal .ui-datepicker-week-end:last-child .ui-state-default {
  color: #00335C;
}

.checkinModal .ui-datepicker-week-end .ui-state-default,
.checkinModal .ui-datepicker .holiday .ui-state-default {
  color: #bc3b3b;
}

.checkinModal .ui-datepicker tbody tr:first-child td {
  padding-top: 7px;
}

.noticeModal .modal-dialog {
  transform: translate(0, 0) !important;
}

@media (min-width: 1025px) {
  .noticeModal .modal-dialog {
    margin: 70px auto;
  }
}

@media (max-width: 1024px) {
  .noticeModal .modal-dialog {
    width: 90%;
  }
}

.noticeModal .modal-content {
  width: 100%;
  height: 100%;
}

.noticeModal button.close {
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 10;
}

@media (max-width: 767px) {
  .noticeModal button.close {
    top: -50px;
    right: 0;
  }
  .noticeModal button.close img {
    width: 40px;
    height: 40px;
  }
}

.noticeModal .modal-body {
  border-radius: 5px;
  padding: 35px 40px 40px;
}

@media (max-width: 767px) {
  .noticeModal .modal-body {
    padding: 30px 20px;
  }
}

.noticeModal .modal-body h3 {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  font-size: 24px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

.noticeModal .modal-body .textArea {
  overflow-y: scroll;
  max-height: 380px;
  padding-right: 20px;
  line-height: 1.7;
  font-size: 15px;
  /*バーの背景色*/
  /*バーの色*/
}

@media (min-width: 768px) and (max-width: 1024px) {
  .noticeModal .modal-body .textArea {
    max-height: 500px;
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .noticeModal .modal-body .textArea {
    max-height: 280px;
    padding-right: 5px;
    font-size: 14px;
  }
}

.noticeModal .modal-body .textArea::-webkit-scrollbar {
  width: 10px;
}

@media (max-width: 1024px) {
  .noticeModal .modal-body .textArea::-webkit-scrollbar {
    width: 5px;
  }
}

.noticeModal .modal-body .textArea::-webkit-scrollbar-track {
  background: #eee;
}

.noticeModal .modal-body .textArea::-webkit-scrollbar-thumb {
  background: #9F9691;
}

/*# sourceMappingURL=map/style.css.map */


/* 220415 約款 */
.tbr {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	color: #4D4D4D;
}
.tbr,.tbr tr,.tbr th,.tbr td {
	border: 1px solid #ccc;
}
.tbr th,.tbr td {
	padding: 22px 28px;
}
.tbr th {
	background: #E8E8E8;
}
.tbr .pdftxt {
	color: #4D4D4D;
}

.txtlink_list li {
	display: inline-block;
	margin: 0 22px 0 0;
}
.txtlink_list li:last-child {
	margin: 0;
}

.pdftxt img,.pdftxt span {
	vertical-align: middle;
}
.pdftxt span {
	margin-right: 10px;
}

ul.foot_nav_sp {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	border-top: 1px solid #BBBBBB;
	border-left: 1px solid #BBBBBB;
}
ul.foot_nav_sp li {
	width: 50%;
	border-bottom: 1px solid #BBBBBB;
	border-right: 1px solid #BBBBBB;
}
ul.foot_nav_sp li.max {
	width: 100%;
}
ul.foot_nav_sp li a {
	display: block;
	text-align: center;
	padding: 10px 0;
	color: #444444;
	font-size: 0.8rem;
}

#registration {
	padding-top:50px;
	padding-bottom: 90px;
}
#registration .tbr {
	max-width: 760px;
	margin: 0 auto;
}
#registration .tbr th {
	width: 321px;
}
@media (max-width: 767px) {
	#registration .tbr th {
		width: 156px;
	}
}





/*topページ改修*/

.top_accordion_area {
  width: 100%;
  padding: 25px 0;
  background-color: #F5F5F5;
}
.rsv_clmbtn_wrap {
  display: flex;
  justify-content: space-between;
  padding: 0 10%;
}
.rsv_clmbtn_wrap.center {
  justify-content: center;
}
.rsv_clmbtn_wrap .search_room_btn {
  margin: 0 20px;
}
.top_rsv_btn {
  width: 280px;
  height: 50px;
  line-height: 50px;
  position: relative;
  border: none;
  display: inline-block;
  background: #00335C;
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  text-decoration: none;
  text-align: center;
}
.top_rsv_btn .fa {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  height: 14.5px;
  margin: auto;
}

.accordion_wrap,.smartmenu2 {
  width: fit-content;
  margin: 20px auto 0;
  text-align: center;
}
.accordion,a.smartmenu2_link {
  position: relative;
  color: #888888;
  text-decoration: underline;
}
.accordion::after ,.smartmenu2_link::after {
  content: "";
  margin-left: 5px;
  vertical-align: top;
  content: url(../img/top/icon_circ_arrow_r2.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}
.accordion {
  cursor: pointer;
}
.accordion.open::after {
  transform: rotate(-90deg);
} 

.smartmenu2 {
  background-color: inherit;
  font-size: 1rem;
  padding: 0;
  display: block;
}
.smartmenu2 > li {
    position: relative;
}
.smartmenu2 a.smartmenu2_link {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .smartmenu.smartmenu2.sm-response-switch:before {
    content: none;
  }
  .smartmenu.sm-response-switch > li {
    display: block;
  }
  div.top_access_content ul#tabs_access {
    width: 90%;
  }
  div.top_shop_wrap {
    width: 96%;
    margin: 20px auto;
  }
  div.top_shop_wrap > ul > li {
    width: 48%;
  }
  div.top_info_wrap {
    width: 95%;
  }
  div.top_info_wrap .tel_wrap {
    width: auto;
  }
  div.top_info_wrap .rsv_btn2_wrap .rsv_btn2 {
    margin: 5px;
  }
  #information {
    margin-bottom: 30px;
  }
  .top_rsv_btn {
    margin: 0 5px;
  }
}




/*topアクセス情報*/
.top_access_content {
  text-align: initial;
  padding: 0 10px 30px;
  background-color: #f5f5f5;
}
.top_access_content .content {
  margin-top: 2rem;
  padding-top: 2rem;
}
.top_access_content .access_content_wrap {
  padding-bottom: 20px;
}

.top_access_content ul.tabs_access {
  width: 500px;
  margin-bottom: 0;
}
.top_access_content ul.tabs_access li:not(:last-child) {
  border-color: #f5f5f5;
}
.top_access_content ul.tabs_access li {
  width: 33%;
  font-size: 0.8rem;
}
.top_access_content .access_section {
  max-width: 890px;
  margin: 0 auto;
  padding: 40px 50px 30px;
  background-color: #fff;
}
.top_access_content .access_section .entrance .entrance_image {
  margin-bottom: 40px;
  text-align: center;
}
.top_access_content .access_section .entrance .entrance_image img {
  margin: 0 auto;
}
.top_access_content .access_section img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.top_access_content .access_section .entrance .entrance_box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: top;
}
.top_access_content .access_section .entrance .entrance_box {
  width: 22.5%;
  margin-bottom: 30px;
}
.top_access_content .access_section .entrance .entrance_box .photo {
  line-height: 1;
}
.top_access_content .access_section .entrance .entrance_box .photo img {
  width: 100%;
  height: auto;
}
.top_access_content .access_section img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
.top_access_content .access_section .entrance .entrance_box .text {
  margin-top: 15px;
  font-size: .713em;
  line-height: 1.7;
  text-align: center;
}
.top_access_content #tab1 .map .access_title {
  margin-top: 40px;
}
.top_access_content .access_section .access_title {
  margin: 70px 0 30px;
  text-align: center;
  font-size: 22px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.6;
}
.top_access_content #tab1 .map .map_image {
  margin-bottom: 50px;
}
.top_access_content .access_section .map .map_image {
  text-align: center;
}
.top_access_content .access_section #gmap1, .top_access_content .access_section #gmap2, .access_section #gmap3 {
  width: 100%;
  height: 400px;
}
.top_access_content .access_section #gmap1 iframe, .top_access_content .access_section #gmap2 iframe, .top_access_content .access_section #gmap3 iframe {
  width: 100%;
  height: 100%;
}
.top_access_content .access_section .map .map_link {
  margin-top: 20px;
  text-align: right;
}
.top_access_content .access_section .map .map_link a {
  color: #888888;
  font-size: .775em;
  text-decoration: underline;
}
.top_access_content .access_section .map .map_link a:before {
  content: url(../../img/top/icon_circ_arrow_r2.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.top_access_content #tab1 .map .address_box {
  margin-top: 40px;
}
.top_access_content .access_section .address_box {
  border: 1px solid #aaa;
  padding: 25px 30px;
}
.top_access_content .access_section .address_box .access_box_title {
  margin-bottom: 10px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.15em;
  line-height: 1.4;
}
.top_access_content .access_section .address_box .access_box_text {
  font-size: .838em;
  line-height: 1.7;
}
.top_access_content #tab2 .guide {
  margin-bottom: 50px;
}
.top_access_content #tab2 .guide .access_title {
  margin-top: 0;
}

.top_access_content .access_section .access_title {
  margin: 50px 0 10px;
  text-align: center;
  font-size: 22px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1.2;
}
.top_access_content #tab2 .guide .guide_list {
  font-size: .838em;
  line-height: 1.7;
}
.top_access_content #tab2 .guide .guide_list dt {
  font-weight: bold;
}
.top_access_content #tab2 .guide .guide_list dd {
  margin-bottom: 1.4em;
}
.top_access_content #tab2 .guide .address_box {
  margin-top: 50px;
}
.top_access_content #tab2 .parking .parking_image {
  margin-top: 60px;
  text-align: center;
}
.top_access_content #tab2 .parking .parking_image img {
  border: 1px solid #ccc;
}
.top_access_content #tab2 .parking .parking_link {
  margin-top: 20px;
}
.top_access_content #tab2 .parking .parking_link a {
  position: relative;
  color: #888888;
  font-size: .775em;
  line-height: 1.4;
  padding-left: 20px;
  text-decoration: underline;
}
.top_access_content #tab2 .parking .parking_link a:before {
  position: absolute;
  left: 0;
  content: url(../../img/top/icon_circ_arrow_r2.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
.top_access_content .access_table {
  width: 100%;
  font-size: 0.838em;
}
.top_access_content .access_table th {
  width: 28%;
  padding: 20px;
  background: #e8e8e8;
  border: 1px solid;
  border-color: #ccc;
  font-weight: bold;
  line-height: 1.7;
  vertical-align: middle;
  white-space: nowrap;
}
.top_access_content .access_table td {
  padding: 20px 20px;
  border: 1px solid;
  border-color: #ccc;
  line-height: 1.7;
}
.top_access_content #tab3 .service {
  margin-top: 50px;
  padding: 50px 50px 60px;
  border: 1px solid #aaa;
  font-size: .838em;
  line-height: 1.7;
}
.top_access_content #tab3 .service .access_title {
  margin-top: 0;
}
.top_access_content #tab3 .service .service_tel {
  margin: 20px 0;
  padding: 20px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: #ddd;
  color: #356a87;
}
.top_access_content #tab3 .service .service_text {
  font-size: 11px;
}
.top_access_content #tab3 .service .service_box {
  margin-top: 20px;
  padding: 25px 25px;
  background: #eee;
}
.top_access_content #tab3 .map {
  margin-top: 30px;
}
.top_access_content .guide_btn {
  margin: 10px 0 60px;
}

.top_access_content .access_section.tab_hide {
  height: 0 !important;
  padding: 0 !important;
  opacity: 0 !important;
  visibility: hidden;
}
.top_access_close {
  text-align: center;
  margin-bottom: 1rem;
}
.top_access_close > a {
  border: solid 1px #888888;
  position: relative;
}
.top_access_close > a::before, .top_access_close > a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 1px;
  height: 15px;
  background: #888888;
}
.top_access_close > a::before {
  transform: translateY(-50%) rotate(45deg);
}
.top_access_close > a::after {
  transform: translateY(-50%) rotate(-45deg);
}


.inquiry_list {
  background-color: #8C8481;
  padding: 0;
  max-width: 200px;
  text-align: left;
  margin: 0 auto!important;
  display: none;
  z-index: 15;
}
#top_gnav_lnk {
    cursor: pointer;
}
#top_gnav_list {
    position: absolute;
    -webkit-animation: navtop .3s linear forwards;
    animation: navtop .3s linear forwards;
    top: 18px;
    width: 100%;
}
#top_gnav_list.fade-in {
    display: block;
    z-index: 20;
}
@-webkit-keyframes navtop {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes navtop {
  0% {
    opacity: 0;
  }

  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.inquiry_list a {
  color: #FFF;
  font-size: 0.8rem;
}

.category_link_list a {
  height: 250px;
}
.category_title {
  padding-top: 65px;
}
.category_link_list a::after {
  top: 150px;
}
.top_accordion_slct {
  margin-top: 2rem;
}
.top_accordion_slct > li {
  padding: 1rem 20%;
  text-align: left;
  cursor: pointer;
}
.rsv_wrap {
  padding: 25px 20px;
  background-color: #fff;
  margin: 0;
}
.rsv_button_area_wrap {
  overflow: hidden;
  width: 100%;
  padding: 25px 0;
  background-color: #F5F5F5;
}
.rsv_button_area_wrap.top {
  height: auto;
}

.rsv_button_area {
  width: 990px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .rsv_button_area {
    width: 100%;
  }
}


.top_restaurant_rsv .modal-header .close {
  top: -15px;
}
.top_restaurant_rsv .modal-body {
  padding: 15px;
}

.tel_form {
  background-color: #8C8481;
  color: #fff;
  font-size: 0.8rem;
}

.top_info_wrap {
  width: 900px;
  margin: 40px auto;
  padding: 50px;
  border: 1px solid #AAAAAA;
  text-align: center;
  background-color: #fff;
}
.top_info_wrap header {
  margin-bottom: 30px;
}
.top_info_wrap h3 {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 28px;
  color: #222222;
  margin-bottom: 10px;
}
.top_info_wrap p.sub_ttl {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #222222;
  font-size: 20px;
}
.top_info_wrap p.tel {
  color: #356A87;
  font-size: 36px;
}
.top_info_wrap p.tel span.tel_title {
  font-size: 0.9rem;
  margin-right: 10px;
}
.top_info_wrap p.tel a {
  color: inherit;
  pointer-events: none;
}
.top_info_wrap .info {
  margin-top: 30px;
}
.top_info_wrap .info li {
  margin-bottom: 0;
}
.top_info_wrap .info a {
  display: inline-block;
  min-height: 16px;
  background: url(../img/top/icon_circ_arrow_r2.svg) no-repeat right 1px center/16px auto;
  padding-right: 24px;
  text-decoration: underline;
}


.top_info_wrap h2 {
  font-size: 1.5rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #444444;
  margin-bottom: 20px;
  text-align: center;
}
.top_info_wrap p.sub_cap {
  font-size: 1rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #444444;
  margin-bottom: 20px;
  text-align: center;
}
.top_info_wrap .tel_wrap {
  width: 50%;
  margin: 30px auto;
  padding: 20px 0;
  border: 1px solid #AAAAAA;
  text-align: center;
}
.top_info_wrap p.tel {
  color: #356A87;
  font-size: 30px;
  line-height: 1;
  margin-bottom: 10px;
}
.top_info_wrap span.tel_sub {
  color: #444444;
  font-size: 13px;
}
.top_info_wrap p.tel a {
  color: inherit;
}
.top_info_wrap span.tel_sub2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
}
.top_info_wrap p {
  color: #444444;
  font-size: 0.9rem;
  line-height: 1.6;
}
.top_info_wrap .rsv_btn2_wrap {
  display: -ms-flexbox;
  display: flex;
  flex-wrap: -ms-wrap;
  flex-wrap: wrap;
  justify-content: center;
}
.top_info_wrap .rsv_btn2_wrap .rsv_btn2 {
  width: 240px;
  text-align: center;
  margin: 0 5px;
}
.top_info_wrap .rsv_btn2_wrap .rsv_btn2 a {
  position: relative;
  display: block;
  height: 40px;
  background-color: #00335C;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 0.9rem;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
}
.top_info_wrap .rsv_btn2_wrap .rsv_btn2 a i {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  height: 14px;
  margin: auto;
}
.top_shop_wrap {
    width: 900px;
    margin: 40px auto;
    text-align: center;
}
.top_shop_wrap > ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#top_info_spa .top_shop_wrap > ul {
  justify-content: space-around;
}


.top_shop_wrap > ul > li {
  background-color: #fff;
  border: 1px solid #AAAAAA;
  width: 290px;
  margin-bottom: 15px;
  color: #444444;
  padding: 1rem;
}
#top_info_stay,
#top_info_shop,
#top_info_meet,
#top_info_wedding,
#top_info_spa,
#top_info_other {
  display: none;
}
.rsv_button_area_wrap.top {
  overflow: unset;
}
.v2-close {
  top: -25px!important;
  right: -25px!important;
}
.top_shop_wrap .shop_anoc {
  padding-left: 4.5rem;
}
.mt-20 {
  margin-top: 20px;
}


/*stay*/
#pleasure li.panel_box {
  width: 390px;
  height: 460px;
  margin-bottom: 25px;
  position: relative;
}

#pleasure .panel_photo {
  position: inherit;
}
#pleasure .panel_photo img {
  max-width: 100%;
}
#pleasure .panel_conts_box {
  width: 363px;
  height: 240px;
  padding: 20px 0 0;
  position: initial;
  background-color: none;
}
#pleasure h3.panel_title {
  margin-bottom: 20px;
  margin-left: 0px;
  font-size: 1.2rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  color: #222222;
  line-height: 2rem;
}
#pleasure .panel_keywords {
  line-height: 1.5;
  font-size: 90.8%;
}
#pleasure .info_list {
  margin-top: 30px;
}
#pleasure .info_list {
  margin-top: 30px;
}
#pleasure .info_list a {
  color: #888888;
  text-decoration: underline;
}
#pleasure .info_list :before {
  margin-left: 5px;
  vertical-align: top;
  content: url(../../../../img/top/icon_circ_arrow_r2.svg);
  display: inline-block;
  width: 16px;
}
.mt-60 {
  margin-top: 60px;
}

/*top_instagram_slider*/
.instagramError.top_instagram {
  padding: 0;
  width: 90%;
  max-width: 1280px;
}
.instagramError.top_instagram .link_btn {
  text-align: center;
}
.instagram .top_instagram header {
  /* margin-bottom: 1rem; */
}
.instagram .top_instagram header,
.instagram .top_instagram h3 {
  text-align: center;
}

#top_swiper.swiper {
  padding-bottom: 30px;
  width: 100%;
  height: 430px;
  max-width: 1280px;
  margin: 0px auto 40px;
}
#top_swiper.swiper .swiper-button-next {
  content: url("../img/top/btn_next.svg");
  right: 33%;
}
#top_swiper.swiper .swiper-button-prev {
  content: url("../img/top/btn_prev.svg");
  left: 33%;
}
#top_swiper.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#top_swiper.swiper .swiper-slide img {
  transition: transform .5s;
  transform: scale(.7)!important;
}
#top_swiper.swiper .swiper-slide.swiper-slide-next {
  transform: translateX(28%);
}
#top_swiper.swiper .swiper-slide.swiper-slide-prev {
  transform: translateX(-28%);
}

#top_swiper.swiper .swiper-slide-active {
  width: 450px;
  transform: scale(1.5)!important;
}
#top_swiper.swiper .swiper-slide-active img {
  transform: scale(1)!important;
}

#top_swiper.swiper img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

#top_swiper.swiper .swiper-pagination-bullet{
  background-color: #9F9691;
}
@media (max-width: 767px) {
  #top_swiper.swiper {
    height: 200px;
  }
  .instagramError .text_wrap {
    position: relative;
    display: block;
    height: auto;
    padding: 0;
  }
  #top_swiper.swiper .swiper-slide.swiper-slide-next {
    transform: translateX(10%);
  }
  #top_swiper.swiper .swiper-slide.swiper-slide-prev {
    transform: translateX(-10%);
  }
  #top_swiper.swiper .swiper-button-prev {
    left: 23%;
    transform: translateY(-25%);
  }
  #top_swiper.swiper .swiper-button-next {
    right: 23%;
    transform: translateY(-25%);
  }
}
#stay_res_modal {
    width: 1050px;
}
@media (max-width: 767px){
    #stay_res_modal {
        width: 90%;
    }
    #stay_res_modal .radio_tab_contents {
        padding-top: 50px;
    }
    #stay_res_modal .modal-header .close,#exampleModal3 .modal-header .close {
        margin-top: 0;
    }
    #stay_res_modal .v2-close {
        right: -20px!important;
    }
    #exampleModal3 .rsv_wrap {
        width: 100%;
    }
}
.va-bottom {
    vertical-align: bottom;
}
