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

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
/* Font-family - Japanese */
#header .con_inner .wrp, .con_title, .con_topicpath, #footer .con_footer .box_bn, #footer .con_footer #copyright, html.lower #contents .box_title_st_l, html.lower #contents .box_title_st_m, .box_title_st_ml, .box_title_st_mm, .box_title_st_ms, #search_module_wrp #search_module_open, #search_module_wrp .box_sub, #search_module_wrp .box_sub ul {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1280px) {
  #header .con_inner .wrp, .con_title, .con_topicpath, #footer .con_footer .box_bn, #footer .con_footer #copyright, html.lower #contents .box_title_st_l, html.lower #contents .box_title_st_m, .box_title_st_ml, .box_title_st_mm, .box_title_st_ms, #search_module_wrp #search_module_open, #search_module_wrp .box_sub, #search_module_wrp .box_sub ul {
    width: 95%;
  }
}
@media print {
  #header .con_inner .wrp, .con_title, .con_topicpath, #footer .con_footer .box_bn, #footer .con_footer #copyright, html.lower #contents .box_title_st_l, html.lower #contents .box_title_st_m, .box_title_st_ml, .box_title_st_mm, .box_title_st_ms, #search_module_wrp #search_module_open, #search_module_wrp .box_sub, #search_module_wrp .box_sub ul {
    width: 95%;
  }
}
.ie8 #header .con_inner .wrp, #header .con_inner .ie8 .wrp, .ie8 .con_title, .ie8 .con_topicpath, .ie8 #footer .con_footer .box_bn, #footer .con_footer .ie8 .box_bn, .ie8 #footer .con_footer #copyright, #footer .con_footer .ie8 #copyright, .ie8 html.lower #contents .box_title_st_l, html.lower #contents .ie8 .box_title_st_l, .ie8 html.lower #contents .box_title_st_m, html.lower #contents .ie8 .box_title_st_m, .ie8 .box_title_st_ml, .ie8 .box_title_st_mm, .ie8 .box_title_st_ms, .ie8 #search_module_wrp #search_module_open, #search_module_wrp .ie8 #search_module_open, .ie8 #search_module_wrp .box_sub, #search_module_wrp .ie8 .box_sub, .ie8 #search_module_wrp .box_sub ul, #search_module_wrp .box_sub .ie8 ul {
  width: 95%;
}

#header .con_inner .wrp:after, .con_title:after, .con_topicpath:after, .con_search:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	マップ用css_終わったら消す
----------------------------------------------------------- */
.i_map1 {
  width: 100%;
  height: 600px;
  margin-bottom: 60px;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .i_map1 {
    height: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .i_map1 {
    height: 300px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .i_map1 {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .i_map1 {
    margin-bottom: 30px;
  }
}

.i_map2 {
  width: 100%;
  height: 518px;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .i_map2 {
    height: 400px;
  }
}
@media only screen and (max-width: 767px) {
  .i_map2 {
    height: 320px;
  }
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
}

body {
  color: #fff;
  background: #000;
  -webkit-text-size-adjust: none;
  font-size: 116%;
}
.ie body {
  font-size: 112%;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 100%;
  }
}
body a {
  color: white;
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: white;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body,
pre,
input,
textarea,
select {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input,
select,
textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1260px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1025px) {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp,
  body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp,
.ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  body .view_pc-tab,
  body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#ui-datepicker-div {
  z-index: 999 !important;
}

.hovered {
  cursor: pointer;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 center;
  min-height: 180px;
}
@media only screen and (max-width: 767px) {
  #header {
    min-height: 140px;
  }
}
#header .con_inner {
  width: 100%;
  padding: 15px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_inner {
    padding: 15px 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_inner {
    padding: 0;
  }
}
#header .con_inner .wrp {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#header .box_left {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_left {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_left {
    width: 40%;
  }
}
@media only screen and (max-width: 320px) {
  #header .box_left {
    width: 88%;
  }
}
#header .box_left a {
  width: 26.98413%;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_left a {
    width: 26.98413%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_left a {
    width: 80%;
  }
}
#header .box_left a > * {
  display: inline-block;
  vertical-align: middle;
}
#header .box_left a svg {
  width: 100%;
  height: 42px;
}
@media only screen and (max-width: 320px) {
  #header .box_left a {
    width: 22%;
  }
}
#header .box_left h1 {
  width: 68.25397%;
  font-weight: normal;
  margin-left: 4.7619%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_left h1 {
    width: 68.25397%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_left h1 {
    width: 65%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_left h1 {
    margin-left: 4.7619%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_left h1 {
    margin-left: 5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_left h1 {
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_left h1 {
    display: none;
  }
}
#header .box_left h1 .txt {
  color: #fff;
  font-size: 94%;
  display: block;
}
@media only screen and (max-width: 767px) {
  #header .box_left h1 .txt {
    font-size: 67%;
  }
}
@media only screen and (max-width: 320px) {
  #header .box_left h1 .txt {
    font-size: 54%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_left h1 img {
    width: 50px;
  }
}
#header .box_right {
  position: absolute;
  right: 100px;
}
@media only screen and (max-width: 1024px) {
  #header .box_right {
    position: static;
    margin-left: 20px;
    display: inline-block;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_right {
    margin-top: 0;
    margin-left: 0;
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  #header .box_right .txt_tel {
    display: inline-block;
    vertical-align: middle;
  }
}
#header .box_right .txt_tel > * {
  color: #fff;
  font-family: "Times New Roman", serif;
  font-size: 160%;
}
@media only screen and (max-width: 767px) {
  #header .box_right .txt_tel > * {
    font-size: 134%;
  }
}
#header .box_right .txt_tel a {
  text-decoration: none;
  color: #fff;
}
#header .box_right .txt_open {
  margin-top: -2.5em;
  display: none;
}
#header .box_right .txt_open span {
  display: block;
  text-align: center;
}
#header .box_right .txt_open span.date {
  position: relative;
}
#header .box_right .txt_open span.date:after {
  content: " ";
  display: block;
  height: 5.5em;
  width: 1px;
  background: #fff;
  -moz-transform: rotate(33deg);
  -webkit-transform: rotate(33deg);
  -o-transform: rotate(33deg);
  -ms-transform: rotate(33deg);
  position: absolute;
  left: 4.3em;
  bottom: 0;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #header .box_right .txt_open span.date:after {
    height: 50%;
    left: 37%;
  }
}
#header .box_right .txt_open span.date em {
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 667%;
}
#header .box_right .txt_open span.date em:nth-child(2) {
  position: relative;
  top: 0.3em;
}
#header .box_right .txt_open span.open {
  font-family: "Times New Roman", serif;
  font-size: 187%;
  margin-top: 0.5em;
}

/* -----------------------------------------------------------
	.fixbtns
----------------------------------------------------------- */
.fixbtns {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 99;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns {
    position: absolute;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns {
    position: absolute;
  }
}
.fixbtns ul {
  width: 75px;
}
@media only screen and (max-width: 767px) {
  .fixbtns ul {
    width: 55px;
  }
}
@media only screen and (max-width: 320px) {
  .fixbtns ul {
    width: 40px;
  }
}
.fixbtns ul .btn_menu,
.fixbtns ul .btn_search,
.fixbtns ul .btn_lang,
.fixbtns ul .btn_instagram,
.fixbtns ul .btn_facebook {
  position: relative;
  z-index: 99;
}
.fixbtns ul .btn_menu > a,
.fixbtns ul .btn_menu img,
.fixbtns ul .btn_search > a,
.fixbtns ul .btn_search img,
.fixbtns ul .btn_lang > a,
.fixbtns ul .btn_lang img,
.fixbtns ul .btn_instagram > a,
.fixbtns ul .btn_instagram img,
.fixbtns ul .btn_facebook > a,
.fixbtns ul .btn_facebook img {
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  width: 75px;
  height: 75px;
  color: #fff;
  text-align: center;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_menu > a,
  .fixbtns ul .btn_menu img,
  .fixbtns ul .btn_search > a,
  .fixbtns ul .btn_search img,
  .fixbtns ul .btn_lang > a,
  .fixbtns ul .btn_lang img,
  .fixbtns ul .btn_instagram > a,
  .fixbtns ul .btn_instagram img,
  .fixbtns ul .btn_facebook > a,
  .fixbtns ul .btn_facebook img {
    width: 55px;
    height: 55px;
  }
}
@media only screen and (max-width: 320px) {
  .fixbtns ul .btn_menu > a,
  .fixbtns ul .btn_menu img,
  .fixbtns ul .btn_search > a,
  .fixbtns ul .btn_search img,
  .fixbtns ul .btn_lang > a,
  .fixbtns ul .btn_lang img,
  .fixbtns ul .btn_instagram > a,
  .fixbtns ul .btn_instagram img,
  .fixbtns ul .btn_facebook > a,
  .fixbtns ul .btn_facebook img {
    width: 40px;
    height: 40px;
  }
}
.fixbtns ul .btn_menu > a i,
.fixbtns ul .btn_menu img i,
.fixbtns ul .btn_search > a i,
.fixbtns ul .btn_search img i,
.fixbtns ul .btn_lang > a i,
.fixbtns ul .btn_lang img i,
.fixbtns ul .btn_instagram > a i,
.fixbtns ul .btn_instagram img i,
.fixbtns ul .btn_facebook > a i,
.fixbtns ul .btn_facebook img i {
  color: #fff;
  font-size: 200%;
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_menu > a i,
  .fixbtns ul .btn_menu img i,
  .fixbtns ul .btn_search > a i,
  .fixbtns ul .btn_search img i,
  .fixbtns ul .btn_lang > a i,
  .fixbtns ul .btn_lang img i,
  .fixbtns ul .btn_instagram > a i,
  .fixbtns ul .btn_instagram img i,
  .fixbtns ul .btn_facebook > a i,
  .fixbtns ul .btn_facebook img i {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_menu {
    display: none;
  }
  .fixbtns ul .btn_menu.is-active {
    display: list-item;
  }
}
.fixbtns ul .btn_menu > a {
  background: rgba(7, 7, 7, 0.9);
}
.fixbtns ul .btn_menu > a .ic {
  width: 30px;
  height: 22px;
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_menu > a .ic {
    width: 100%;
    height: 11px;
  }
}
.fixbtns ul .btn_menu > a .ic > span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 1px;
  width: 30px;
  background: #fff;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_menu > a .ic > span {
    width: 20px;
  }
}
.fixbtns ul .btn_menu > a .ic > span:nth-of-type(1) {
  top: 0;
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_menu > a .ic > span:nth-of-type(1) {
    top: 15px;
    left: 50%;
  }
}
.fixbtns ul .btn_menu > a .ic > span:nth-of-type(2) {
  top: 11px;
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_menu > a .ic > span:nth-of-type(2) {
    top: 5px;
  }
}
.fixbtns ul .btn_menu > a .ic > span:nth-of-type(3) {
  bottom: 0;
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_menu > a .ic > span:nth-of-type(3) {
    bottom: -15px;
    left: 50%;
  }
}
.fixbtns ul .btn_menu > a .txt {
  font-size: 80%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_menu > a .txt {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_menu > a .txt {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_menu > a .txt {
    margin-top: 25px;
  }
}
.fixbtns ul .btn_search > img {
  cursor: pointer;
}
.fixbtns ul .btn_search > a {
  background: rgba(180, 151, 85, 0.8);
}
.fixbtns ul .btn_search > a span {
  font-size: 80%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_search > a span {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_search > a span {
    font-size: 67%;
  }
}
.fixbtns ul .btn_lang {
  position: relative;
  overflow: hidden;
}
.fixbtns ul .btn_lang.is-active {
  overflow: visible;
}
.fixbtns ul .btn_lang > a {
  font-family: "EB Garamond", serif;
  background: rgba(141, 141, 141, 0.8);
  font-size: 134%;
}
.fixbtns ul .btn_lang > a span {
  font-size: 67%;
  display: block;
  letter-spacing: 0.1em;
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang > a span {
    letter-spacing: -0.5px;
  }
}
.fixbtns ul .btn_lang .box_lang_inside {
  width: 550px;
  opacity: 0;
  position: absolute;
  top: 0;
  right: -1000%;
  height: 75px;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_lang .box_lang_inside {
    width: 440px;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang .box_lang_inside {
    width: 180px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_lang .box_lang_inside {
    height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang .box_lang_inside {
    height: 200%;
  }
}
@media only screen and (max-width: 320px) {
  .fixbtns ul .btn_lang .box_lang_inside {
    height: 180%;
  }
}
.fixbtns ul .btn_lang .box_lang_inside .lang_close {
  cursor: pointer;
  position: absolute;
  top: -5px;
  left: -5px;
  color: #000;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_lang .box_lang_inside .lang_close {
    top: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang .box_lang_inside .lang_close {
    top: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_lang .box_lang_inside .lang_close {
    left: -5px;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang .box_lang_inside .lang_close {
    left: -10px;
  }
}
.fixbtns ul .btn_lang .box_lang_inside ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-left: 2em;
  background: rgba(255, 255, 255, 0.8);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_lang .box_lang_inside ul {
    padding-left: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang .box_lang_inside ul {
    padding-left: 1.5em;
  }
}
.fixbtns ul .btn_lang .box_lang_inside ul li {
  margin-right: 30px;
  color: #000;
  line-height: 75px;
  font-size: 120%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_lang .box_lang_inside ul li {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang .box_lang_inside ul li {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_lang .box_lang_inside ul li {
    line-height: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang .box_lang_inside ul li {
    line-height: 2.4;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_lang .box_lang_inside ul li {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang .box_lang_inside ul li {
    font-size: 94%;
  }
}
.fixbtns ul .btn_lang .box_lang_inside ul li a {
  color: #000;
  position: relative;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixbtns ul .btn_lang .box_lang_inside ul li a:before {
  content: "";
  width: 0;
  position: absolute;
  left: 0;
  bottom: 25px;
  height: 1px;
  background: #2d2b28;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fixbtns ul .btn_lang .box_lang_inside ul li a:after {
  position: absolute;
  content: "/";
  top: 49%;
  right: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_lang .box_lang_inside ul li a:after {
    right: -15px;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang .box_lang_inside ul li a:after {
    right: -10px;
  }
}
.fixbtns ul .btn_lang .box_lang_inside ul li:first-child {
  font-weight: bold;
  margin-right: 75px;
  font-family: "EB Garamond", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_lang .box_lang_inside ul li:first-child {
    margin-right: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang .box_lang_inside ul li:first-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang .box_lang_inside ul li:first-child {
    width: 100%;
    display: block;
  }
}
.fixbtns ul .btn_lang .box_lang_inside ul li:last-child {
  /* style */
}
.fixbtns ul .btn_lang .box_lang_inside ul li:last-child a:after {
  display: none;
}
@media only screen and (min-width: 1025px) {
  .fixbtns ul .btn_lang .box_lang_inside ul li:hover a {
    opacity: 0.8;
  }
  .fixbtns ul .btn_lang .box_lang_inside ul li:hover a:before {
    width: 100%;
  }
}
@media print {
  .fixbtns ul .btn_lang .box_lang_inside ul li:hover a {
    opacity: 0.8;
  }
  .fixbtns ul .btn_lang .box_lang_inside ul li:hover a:before {
    width: 100%;
  }
}
.ie8 .fixbtns ul .btn_lang .box_lang_inside ul li:hover a {
  opacity: 0.8;
}
.ie8 .fixbtns ul .btn_lang .box_lang_inside ul li:hover a:before {
  width: 100%;
}
.fixbtns ul .btn_lang .box_lang_inside.is-active {
  opacity: 1;
  right: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .fixbtns ul .btn_lang .box_lang_inside.is-active {
    right: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns ul .btn_lang .box_lang_inside.is-active {
    right: 55px;
  }
}
@media only screen and (max-width: 320px) {
  .fixbtns ul .btn_lang .box_lang_inside.is-active {
    right: 40px;
  }
}
.fixbtns ul .btn_instagram > a {
  background: rgba(141, 141, 141, 0.6);
}
.fixbtns ul .btn_facebook > a {
  background: rgba(141, 141, 141, 0.4);
}

.fix-active {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.fix-active .fixbtns {
  z-index: 10002;
}
.fix-active .fixbtns ul li.btn_menu a {
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .fix-active .fixbtns ul li.btn_menu a .ic {
    width: 50spx;
  }
}
@media only screen and (max-width: 767px) {
  .fix-active .fixbtns ul li.btn_menu a .ic > span {
    width: 50px;
  }
}
.fix-active .fixbtns ul li.btn_menu a .ic > span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
@media only screen and (max-width: 767px) {
  .fix-active .fixbtns ul li.btn_menu a .ic > span:nth-of-type(1) {
    -webkit-transform: translateY(5px) translateX(-50%) rotate(-45deg);
    transform: translateY(5px) translateX(-50%) rotate(-45deg);
  }
}
.fix-active .fixbtns ul li.btn_menu a .ic > span:nth-of-type(2) {
  opacity: 0;
}
.fix-active .fixbtns ul li.btn_menu a .ic > span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .fix-active .fixbtns ul li.btn_menu a .ic > span:nth-of-type(3) {
    -webkit-transform: translateY(-5px) translateX(-50%) rotate(45deg);
    transform: translateY(-5px) translateX(-50%) rotate(45deg);
  }
}
.fix-active .fixbtns ul li.btn_search, .fix-active .fixbtns ul li.btn_lang, .fix-active .fixbtns ul li.btn_instagram, .fix-active .fixbtns ul li.btn_facebook {
  display: none !important;
}

@media only screen and (min-width: 768px) {
  .fixbtns_sp {
    display: none;
  }
}
@media print {
  .fixbtns_sp {
    display: none;
  }
}
.ie8 .fixbtns_sp {
  display: none;
}
@media only screen and (max-width: 767px) {
  .fixbtns_sp {
    position: fixed;
    width: 100%;
    height: 60px;
    z-index: 99;
    background: #2d2b28;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    bottom: 0;
  }
  .fixbtns_sp ul {
    width: 100%;
    height: 60px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .fixbtns_sp ul li {
    height: 60px;
    line-height: 1;
    border-right: 1px solid #fff;
    padding-top: 1em;
  }
  .fixbtns_sp ul li:last-child {
    border-right: none;
  }
  .fixbtns_sp ul li a {
    text-decoration: none;
    font-size: 80%;
  }
  .fixbtns_sp ul li a span,
  .fixbtns_sp ul li a i {
    display: block;
  }
  .fixbtns_sp ul li a i {
    font-size: 147%;
  }
  .fixbtns_sp ul li a span.ic_ai {
    width: 50%;
    margin: 0 25%;
    background: #fff;
    border-radius: 2px;
    color: #2d2b28;
    font-weight: bold;
    padding: 0.25em 0;
  }
  .fixbtns_sp ul li a span.txt {
    margin-top: 0.5em;
  }
  .fixbtns_sp ul li.btn_acc {
    width: 25%;
    position: relative;
    padding-top: 0;
  }
  .fixbtns_sp ul li.btn_acc a {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 67%;
    font-feature-settings: "palt";
  }
  .fixbtns_sp ul li.btn_search {
    width: 50%;
    background: #c3ac77;
    padding-top: 0;
  }
  .fixbtns_sp ul li.btn_search a {
    display: block;
    font-size: 94%;
    height: 100%;
  }
  .fixbtns_sp ul li.btn_search a span,
  .fixbtns_sp ul li.btn_search a i {
    display: inline-block;
  }
  .fixbtns_sp ul li.btn_menu {
    width: 25%;
    padding-top: 1.2em;
    position: relative;
  }
  .fixbtns_sp ul li.btn_menu a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fixbtns_sp ul li.btn_menu a span:not(.txt).ic {
    width: 30px;
    height: 22px;
    position: relative;
    display: inline-block;
    margin-bottom: 2px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fixbtns_sp ul li.btn_menu a span:not(.txt).ic {
    width: 20px;
    height: 11px;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns_sp ul li.btn_menu a span:not(.txt).ic > span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    height: 1px;
    width: 30px;
    background: #fff;
    left: 0;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fixbtns_sp ul li.btn_menu a span:not(.txt).ic > span {
    width: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns_sp ul li.btn_menu a span:not(.txt).ic > span:nth-of-type(1) {
    top: 0;
  }
  .fixbtns_sp ul li.btn_menu a span:not(.txt).ic > span:nth-of-type(2) {
    top: 11px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .fixbtns_sp ul li.btn_menu a span:not(.txt).ic > span:nth-of-type(2) {
    top: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .fixbtns_sp ul li.btn_menu a span:not(.txt).ic > span:nth-of-type(3) {
    bottom: 0;
  }
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  position: relative;
  z-index: 2;
}
.con_title h2 {
  font-weight: normal;
  color: #fff;
  font-family: "EB Garamond", serif;
  font-size: 534%;
  margin-top: -0.8em;
}
@media only screen and (max-width: 767px) {
  .con_title h2 {
    font-size: 320%;
    line-height: 1;
  }
}

/* -----------------------------------------------------------
	.con_topicpath
----------------------------------------------------------- */
.con_topicpath {
  margin-bottom: 60px;
}
.con_topicpath ul {
  overflow: hidden;
}
.con_topicpath ul li {
  float: left;
  color: #fff;
  font-size: 87%;
}
.con_topicpath ul li a {
  color: #fff !important;
}
.con_topicpath ul li i {
  margin: 0 5px 0 7px;
}

/* -----------------------------------------------------------
	.con_search
----------------------------------------------------------- */
.con_search h3 {
  text-align: center;
  margin-bottom: 20px;
  color: #fff;
}
.con_search h3 i {
  font-size: 134%;
}
.con_search h3 span {
  display: block;
}
.con_search h3 span.en {
  font-family: "EB Garamond", serif;
  font-weight: normal;
  font-size: 267%;
}
@media only screen and (max-width: 767px) {
  .con_search h3 span.en {
    font-size: 214%;
    line-height: 1.2;
  }
}
.con_search .wrp_form {
  text-align: center;
  position: relative;
  z-index: 3;
}
.con_search .wrp_form > * {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form > * {
    margin-left: 15px;
  }
}
.con_search .wrp_form .box_day {
  margin-left: 0;
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form .box_day {
    display: block;
    margin-bottom: 20px;
  }
}
.con_search .wrp_form .box_und {
  display: inline-block;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form .box_sta {
    margin-left: 0;
  }
}
.con_search .wrp_form .box_per {
  position: relative;
}
.con_search .wrp_form .box_per .per_caption {
  width: 100%;
  position: absolute;
  bottom: -25px;
  font-size: 80%;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .con_search .wrp_form .box_per .per_caption {
    bottom: -20px;
  }
}
.con_search .wrp_form input[type="text"] {
  padding: 0 12px;
  background-image: url(../images/common/ic_cal.png);
  background-position: right center;
  background-repeat: no-repeat;
}
.con_search .wrp_form input[type="text"],
.con_search .wrp_form .cs {
  background-color: #fff;
  border: 1px solid #c6c5c5;
  line-height: 40px;
  height: 42px;
  color: #232323;
  margin-right: 5px;
}
.con_search .cs {
  text-align: center;
  width: 40px;
}
.con_search .btn_submit,
.con_search .box_menu {
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.con_search .btn_submit {
  background: url(../images/common/bg_line_gold.png) 0 bottom repeat-x;
  padding-top: 50px;
  margin-top: 30px;
  padding-bottom: 25px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_search .btn_submit {
    padding-top: 2.5em;
  }
}
.con_search .btn_submit:after {
  display: block;
  text-align: center;
  font-family: "Ionicons";
  content: "\f3d0";
  position: absolute;
  color: #fff;
  font-size: 667%;
  z-index: 1;
  top: 0;
  left: 50%;
  line-height: 0.4;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media only screen and (max-width: 767px) {
  .con_search .btn_submit:after {
    font-size: 400%;
  }
}
.con_search .btn_submit p {
  cursor: pointer;
  position: relative;
  z-index: 2;
  padding: 20px 0;
  background: #b49755;
  color: #fff !important;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.con_search .btn_submit p span {
  position: relative;
  z-index: 2;
}
.con_search .btn_submit p:after {
  content: " ";
  display: block;
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background: #000;
  opacity: 0.2;
}
.con_search .btn_submit p:hover:after {
  width: 100%;
}
.con_search .box_menu {
  margin-top: 18px;
}
.con_search .box_menu .btn_plan a {
  display: inline-block;
  width: 100%;
  border: 3px solid #b49755;
  text-decoration: none;
  color: #fff !important;
  padding: 17px 0;
  text-align: center;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.con_search .box_menu .btn_plan a:hover {
  background: rgba(180, 151, 85, 0.6);
}
.con_search .box_menu ul {
  text-align: center;
  margin-top: 15px;
}
.con_search .box_menu ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.con_search .box_menu ul li a {
  color: #fff;
}
.con_search .box_menu ul li a i {
  margin-right: 5px;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
  margin-top: 120px;
}
@media only screen and (max-width: 767px) {
  #footer {
    margin-top: 0;
    padding-bottom: 80px;
  }
}
#footer .con_search {
  width: 56.65%;
  float: left;
  padding: 30px 0 50px 0;
  background: url(../images/common/bg_wood.jpg);
}
@media only screen and (max-width: 1200px) {
  #footer .con_search {
    width: 100%;
    float: none;
    padding-left: 2.5%;
    padding-right: 2.5%;
    height: auto !important;
  }
}
@media print {
  #footer .con_search {
    width: 100%;
    float: none;
    padding-left: 2.5%;
    padding-right: 2.5%;
    height: auto !important;
  }
}
.ie8 #footer .con_search {
  width: 100%;
  float: none;
  padding-left: 2.5%;
  padding-right: 2.5%;
  height: auto !important;
}
@media only screen and (max-width: 767px) {
  #footer .con_search {
    background-size: 1000px auto;
  }
}
#footer .con_search .con_inner {
  max-width: 760px;
  width: 100%;
  float: right;
  padding-right: 4%;
}
@media only screen and (max-width: 1280px) {
  #footer .con_search .con_inner {
    padding-right: 0;
  }
}
@media print {
  #footer .con_search .con_inner {
    padding-right: 0;
  }
}
.ie8 #footer .con_search .con_inner {
  padding-right: 0;
}
@media only screen and (max-width: 1200px) {
  #footer .con_search .con_inner {
    max-width: 100%;
    float: none;
    padding-right: 0;
  }
}
@media print {
  #footer .con_search .con_inner {
    max-width: 100%;
    float: none;
    padding-right: 0;
  }
}
.ie8 #footer .con_search .con_inner {
  max-width: 100%;
  float: none;
  padding-right: 0;
}
#footer .con_access {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
@media only screen and (max-width: 1200px) {
  #footer .con_access {
    width: 100%;
    float: none;
    height: 400px !important;
  }
}
@media print {
  #footer .con_access {
    width: 100%;
    float: none;
    height: 400px !important;
  }
}
.ie8 #footer .con_access {
  width: 100%;
  float: none;
  height: 400px !important;
}
@media only screen and (max-width: 767px) {
  #footer .con_access {
    height: 440px !important;
  }
}
#footer .con_access .box_title_st_l {
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  #footer .con_access .box_title_st_l {
    margin-bottom: 35px;
    width: 100%;
    text-align: center;
  }
}
#footer .con_access .box_title_st_l .st_l {
  position: relative;
}
#footer .con_access .box_title_st_l .st_l .en {
  font-family: "EB Garamond", serif;
  font-size: 3.3em;
  font-weight: normal;
  padding-left: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_access .box_title_st_l .st_l .en {
    font-size: 3em;
    padding-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_access .box_title_st_l .st_l .en {
    font-size: 2.2em;
    padding-left: 0;
  }
}
#footer .con_access .box_title_st_l .st_l .jp {
  font-weight: normal;
  font-size: 1.2em;
}
#footer .con_access #gmap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#footer .con_footer {
  width: 100%;
  float: left;
  padding: 40px 0 20px 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer {
    width: 95%;
    margin: 0 2.5%;
    padding: 40px 0 85px 0;
  }
}
#footer .con_footer .logo {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
#footer .con_footer .logo:after {
  content: " ";
  display: block;
  width: 140px;
  height: 5px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -70px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .logo:after {
    height: 4px;
  }
}
#footer .con_footer .logo a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}


/* スマホ（幅767px以下）のときだけ適用 */
@media only screen and (max-width: 767px) {

  /* フッターロゴ：縦横比を保ったまま縮小 */
  #footer .con_footer .logo a img {
    width: 75px;
    height: auto;
  }

  /* グランボヌールバナー：常に元画像の比率を維持 */
  #footer .con_footer .box_bn_l img {
    width: 100%;
    height: auto;
    max-width: 555px;
  }
}




#footer .con_footer .logo a span {
  display: block;
}
#footer .con_footer .logo a span.en {
  font-family: "EB Garamond", serif;
  font-size: 200%;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .logo a span.en {
    font-size: 174%;
    margin-top: 15px;
  }
}
#footer .con_footer .logo a span.jp {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 107%;
}
#footer .con_footer address {
  color: #fff;
  display: block;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer address {
    font-size: 87%;
  }
}
#footer .con_footer address a {
  color: #fff;
  text-decoration: none;
}
#footer .con_footer .box_contact {
  text-align: center;
  margin-top: 15px;
}
#footer .con_footer .box_contact dt,
#footer .con_footer .box_contact dd {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_contact dt,
  #footer .con_footer .box_contact dd {
    display: block;
  }
}
#footer .con_footer .box_contact dt {
  font-size: 107%;
}
#footer .con_footer .box_contact dd {
  font-family: "Times New Roman", serif;
  font-size: 160%;
  margin-left: 5px;
  color: #fff;
}
#footer .con_footer .box_contact dd a {
  text-decoration: none;
  color: #fff;
}
#footer .con_footer .box_contact dd em {
  font-size: 125%;
}
#footer .con_footer .box_trip,
#footer .con_footer .box_bn_l {
  margin: 20px auto 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_trip,
  #footer .con_footer .box_bn_l {
    margin: 15px auto 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_trip,
  #footer .con_footer .box_bn_l {
    margin: 10px auto 15px;
  }
}
#footer .con_footer .box_bn {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_bn {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_bn {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_bn {
    margin-top: 10px;
  }
}
#footer .con_footer .box_bn .bn {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_bn .bn {
    margin-left: 10px;
  }
}
@media print {
  #footer .con_footer .box_bn .bn {
    margin-left: 10px;
  }
}
.ie8 #footer .con_footer .box_bn .bn {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_bn .bn {
    margin-bottom: 10px;
  }
  #footer .con_footer .box_bn .bn:last-child {
    /* style */
    margin-bottom: 0;
  }
}
#footer .con_footer .box_bn .bd {
  border: 1px solid #fff;
}
#footer .con_footer .box_sns {
  width: 100%;
  border: 1px solid #fff;
  padding: 0.5em;
  box-sizing: border-box;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 120%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_sns {
    width: 40%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_sns {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_sns {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_sns {
    font-size: 94%;
  }
}
@media only screen and (min-width: 768px) {
  #footer .con_footer .box_sns {
    max-width: 160px;
  }
}
@media print {
  #footer .con_footer .box_sns {
    max-width: 160px;
  }
}
.ie8 #footer .con_footer .box_sns {
  max-width: 160px;
}
#footer .con_footer .box_sns p {
  margin-right: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_sns p {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_sns p {
    margin-right: 1em;
  }
}
#footer .con_footer .box_sns ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 160%;
}
#footer .con_footer .box_sns ul li {
  margin-right: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #footer .con_footer .box_sns ul li {
    margin-right: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  #footer .con_footer .box_sns ul li {
    margin-right: 1em;
  }
}
#footer .con_footer .box_sns ul li:last-child {
  margin-right: 0;
}
#footer .con_footer #copyright {
  color: #e6e6e6; /* a11y: contrast */
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 0.8em;
}



/* -----------------------------------------------------------
	#fixmenu
----------------------------------------------------------- */
#fixmenu {
  position: fixed;
  z-index: 10001;
  background: rgba(180, 151, 85, 0.9);
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  padding: 100px 50px 50px 50px;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  #fixmenu {
    padding: 70px 20px 50px 20px;
    z-index: 10001;
  }
}
#fixmenu ul li {
  text-align: right;
  margin-top: 15px;
}
#fixmenu ul li:first-child {
  margin-top: 0;
}
#fixmenu ul li:nth-last-child(3) {
  margin-top: 30px;
}
#fixmenu ul li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-family: "EB Garamond", serif;
  font-size: 334%;
  line-height: 0.8;
  position: relative;
}
@media only screen and (max-width: 767px) {
  #fixmenu ul li a {
    font-size: 240%;
  }
}
#fixmenu ul li a:after {
  content: " ";
  display: block;
  width: 0;
  height: 1px;
  background: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;
}
#fixmenu ul li a:hover:after {
  width: 100%;
}
#fixmenu ul li a small {
  font-size: 40%;
  vertical-align: middle;
  margin-right: 0.5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #fixmenu ul li.txt_small a {
    font-size: 267%;
  }
}
@media only screen and (max-width: 767px) {
  #fixmenu ul li.txt_small a {
    font-size: 160%;
  }
}
@media only screen and (max-width: 320px) {
  #fixmenu ul li.txt_small a {
    font-size: 160%;
  }
}

/* -----------------------------------------------------------
	#fixsearch
----------------------------------------------------------- */
#fixsearch {
  position: fixed;
  z-index: 10001;
  background: url(../images/common/bg_wood.jpg);
  width: 100%;
  height: 100%;
  display: none;
  top: 0;
  left: 0;
  padding: 0 20px;
  overflow: auto;
}
@media only screen and (max-width: 767px) {
  #fixsearch {
    background-size: 1000px auto;
    z-index: 10001;
  }
}
#fixsearch .con_search {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  #fixsearch .con_search {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
#fixsearch .con_search .con_inner {
  padding: 40px 2.5%;
}
#fixsearch .con_search .con_inner #search_module_open .search-widget-search-container-bf1818 {
  background: none;
}
#fixsearch .con_search .con_inner #search_module_open .search-widget-search-container-bf1818 label {
  color: #fff;
}
#fixsearch .con_search .con_inner .box_sub {
  background: none;
}
@media only screen and (max-width: 767px) {
  #fixsearch .con_search .con_inner .box_sub {
    margin-bottom: 1em;
    text-align: center;
  }
}
#fixsearch .con_search .con_inner .box_sub a {
  color: #fff;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
html.lower #contents .box_title_st_l {
  margin-top: 100px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .box_title_st_l {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_title_st_l {
    margin-bottom: 35px;
    margin-top: 60px;
    width: 100%;
  }
}
html.lower #contents .box_title_st_l .st_l {
  position: relative;
}
html.lower #contents .box_title_st_l .st_l .en {
  font-family: "EB Garamond", serif;
  font-size: 3.3em;
  font-weight: normal;
  padding-left: 3%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .box_title_st_l .st_l .en {
    font-size: 3em;
    padding-left: 3%;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_title_st_l .st_l .en {
    font-size: 2.2em;
    padding-left: 4%;
  }
}
html.lower #contents .box_title_st_l .st_l .jp {
  font-weight: normal;
  font-size: 1.2em;
}
html.lower #contents .box_title_st_m {
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_title_st_m {
    margin-bottom: 10px;
  }
}
html.lower #contents .box_title_st_m .st_m {
  border-top: none;
  line-height: 1.4;
  background-color: none;
  position: relative;
}
html.lower #contents .box_title_st_m .st_m .en {
  font-family: "EB Garamond", serif;
  font-size: 2.4em;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  html.lower #contents .box_title_st_m .st_m .en {
    font-size: 2.2em;
  }
}
@media only screen and (max-width: 767px) {
  html.lower #contents .box_title_st_m .st_m .en {
    font-size: 2em;
  }
}

/* -----------------------------------------------------------
	見出し(CMS用)
----------------------------------------------------------- */
.box_title_st_ml {
  margin-top: 50px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .box_title_st_ml {
    width: 100%;
  }
}
.box_title_st_ml .st_ml {
  border-top: 3px solid #b49755;
  background-color: #2d2b28;
  line-height: 1.3;
  position: relative;
  padding: 10px 20px;
}
@media only screen and (max-width: 767px) {
  .box_title_st_ml .st_ml {
    width: 100%;
  }
}
.box_title_st_ml .st_ml .jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 2em;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_title_st_ml .st_ml .jp {
    font-size: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_title_st_ml .st_ml .jp {
    font-size: 1.5em;
  }
}

.box_title_st_mm {
  margin-bottom: 30px;
  padding-left: 40px;
  border-bottom: 2px solid #b49755;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_title_st_mm {
    padding-left: 33px;
  }
}
@media only screen and (max-width: 767px) {
  .box_title_st_mm {
    padding-left: 0;
    margin-bottom: 10px;
  }
}
.box_title_st_mm .st_mm {
  line-height: 1.5;
}
.box_title_st_mm .st_mm .jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 1.8em;
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_title_st_mm .st_mm .jp {
    font-size: 1.3em;
  }
}
.box_title_st_mm .st_mm .jp:before {
  content: "";
  position: absolute;
  top: 9px;
  left: -28px;
  width: 15px;
  height: 15px;
  background: #b49755;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_title_st_mm .st_mm .jp:before {
    top: 10px;
    left: -20px;
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .box_title_st_mm .st_mm .jp:before {
    display: none;
  }
}

.box_title_st_ms {
  margin-bottom: 30px;
  margin-left: 35px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_title_st_ms {
    margin-left: 52px;
  }
}
@media only screen and (max-width: 767px) {
  .box_title_st_ms {
    margin-left: 0;
  }
}
.box_title_st_ms .st_ms .jp {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
  font-size: 1.2em;
  font-weight: normal;
  position: relative;
}
.box_title_st_ms .st_ms .jp:before {
  content: "";
  position: absolute;
  top: 6px;
  left: -22px;
  width: 12px;
  height: 12px;
  background: #b49755;
}
@media only screen and (max-width: 767px) {
  .box_title_st_ms .st_ms .jp:before {
    display: none;
  }
}

/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
table.tbl_basic {
  width: 100%;
  border-top: 1px solid #aaa;
}
table.tbl_basic th {
  background: #2d2b28;
  font-weight: normal;
  width: 22%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl_basic th {
    width: 28%;
  }
}
table.tbl_basic td {
  width: 78%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  table.tbl_basic td {
    width: 82%;
  }
}
table.tbl_basic th,
table.tbl_basic td {
  padding: 14px 25px;
  border-bottom: 1px solid #aaa;
}
@media only screen and (max-width: 767px) {
  table.tbl_basic th,
  table.tbl_basic td {
    display: block;
    width: 100%;
  }
}

/* -----------------------------------------------------------
	slide
----------------------------------------------------------- */
.slick-arrow {
  position: absolute;
  width: 27px;
  height: 51px;
  z-index: 10;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.slick-arrow::before {
  display: none;
}
.slick-arrow.slick-prev {
  left: 45px;
  top: 50%;
  background: url(../breakfast/images/slide_prev.png) 0 0 no-repeat;
  border: none;
  cursor: pointer;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .slick-arrow.slick-prev {
    top: 38%;
    left: 10px;
  }
}
.slick-arrow.slick-prev::before {
  display: none;
}
.slick-arrow.slick-prev:hover {
  left: 35px;
}
@media only screen and (max-width: 1024px) {
  .slick-arrow.slick-prev:hover {
    left: 5px;
  }
}
.slick-arrow.slick-next {
  right: 45px;
  top: 50%;
  cursor: pointer;
  background: url(../breakfast/images/slide_next.png) 0 0 no-repeat;
  border: none;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .slick-arrow.slick-next {
    top: 38%;
    right: 10px;
  }
}
.slick-arrow.slick-next:hover {
  right: 35px;
}
@media only screen and (max-width: 1024px) {
  .slick-arrow.slick-next:hover {
    right: 5px;
  }
}

.slick-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  z-index: 5;
  line-height: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    bottom: 10px;
  }
}
.slick-dots li {
  margin-left: -1px;
  display: inline-block;
  vertical-align: top;
  height: 5px;
  cursor: pointer;
  margin-left: 10px;
  background: #fff;
  width: 15px;
  height: 15px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li:first-child {
  margin-left: 0;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border-radius: 5.5px;
  text-indent: -9999px;
  background: none;
  border: none;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 8px;
    height: 8px;
  }
}
.slick-dots li.slick-active {
  background: #838383;
}

/* -----------------------------------------------------------
	svg
----------------------------------------------------------- */
#main_logo .st0 {
  fill: #fff;
}

/* -----------------------------------------------------------
	trip_ai_concierge
----------------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #trip_ai_container {
    width: 75px !important;
    height: 75px !important;
    position: absolute !important;
    border: none !important;
    z-index: 10000 !important;
    bottom: auto !important;
    right: 0 !important;
    top: calc(15em - 1px) !important;
  }
}
@media only screen and (max-width: 767px) {
  #trip_ai_container {
    width: 55px !important;
    height: 55px !important;
    position: absolute !important;
    border: none !important;
    z-index: 10000 !important;
    bottom: auto !important;
    right: 0 !important;
    top: 4.2em !important;
  }
  #trip_ai_container::before {
    content: "";
    position: absolute;
    background: #4e4e4e;
    width: 55px;
    height: 55px;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
@media only screen and (max-width: 320px) {
  #trip_ai_container {
    width: 40px !important;
    height: 40px !important;
    position: absolute !important;
    border: none !important;
    z-index: 10000 !important;
    bottom: auto !important;
    right: 0 !important;
    top: 9.5em !important;
  }
}

#search_module_wrp #search_module_open {
  color: #000;
}
#search_module_wrp #search_module_open .search-widget-search-container-bf1818 {
  border-radius: 0;
}
@media only screen and (min-width: 1025px) {
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
@media print {
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
}
.ie8 #search_module_wrp #search_module_open .search-widget-search-container-bf1818 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 {
    width: 100% !important;
    padding: 15px 10px 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf {
    display: flex !important;
    justify-content: center;
  }
}
@media only screen and (max-width: 1024px) {
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 {
    display: flex;
    justify-content: center;
  }
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
    margin-bottom: 20px;
  }
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af .input-container-title-db81ec {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 {
    width: 48%;
  }
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af {
    width: 100%;
  }
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af .input-container-title-db81ec {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af {
    width: 100%;
  }
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 .search-widget-input-wrapper-eaf5bf .search-widget-two-picker-wrapper-4ca735 .input-container-input-container-da40af .input-container-slot-239963 .dropdown-selector-container-ed6e73 .dropdown-dropdown-1449fa {
    right: 0;
  }
}
@media only screen and (max-width: 1024px) {
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 .search-widget-button-wrapper-d2b715 {
    display: block;
  }
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 .search-widget-button-wrapper-d2b715 .button-btn-f51c1a {
    width: 40%;
    margin-right: 30%;
    margin-left: 30%;
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  #search_module_wrp #search_module_open .search-widget-search-container-bf1818 .search-widget-button-wrapper-d2b715 .button-btn-f51c1a {
    width: 60%;
    margin-right: 20%;
    margin-left: 20%;
    margin-bottom: 0;
  }
}
#search_module_wrp .box_sub {
  max-width: 1260px;
  background: rgba(255, 255, 255, 0.9);
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #search_module_wrp .box_sub {
    width: 81% !important;
  }
}
#search_module_wrp .box_sub ul {
  max-width: 680px;
  display: flex;
  flex-wrap: wrap;
}
#search_module_wrp .box_sub ul li {
  width: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #search_module_wrp .box_sub ul li {
    width: auto;
  }
}
@media only screen and (max-width: 767px) {
  #search_module_wrp .box_sub ul li {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  #search_module_wrp .box_sub ul li {
    margin-right: 2em;
  }
}
@media print {
  #search_module_wrp .box_sub ul li {
    margin-right: 2em;
  }
}
.ie8 #search_module_wrp .box_sub ul li {
  margin-right: 2em;
}
@media only screen and (max-width: 767px) {
  #search_module_wrp .box_sub ul li {
    margin-bottom: 2em;
  }
}
#search_module_wrp .box_sub ul li a {
  color: #000;
  text-decoration: none;
  font-size: 120%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #search_module_wrp .box_sub ul li a {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  #search_module_wrp .box_sub ul li a {
    font-size: 94%;
  }
}

.flatpickr-calendar {
  color: #000;
}





