@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 style info : トップページ
=================================================================== */
/* =======================
header logo
========================== */
@media only screen and (max-width: 767px) {
  #top-head ul.top_header_box li#logo p {
    opacity: 0;
    transition: all 0.3s ease-in;
  }
  #top-head.black-bg ul.top_header_box li#logo p,
  #top-head.open ul.top_header_box li#logo p {
    opacity: 1;
    transition: all 0.3s ease-in;
  }
}
/* =======================
	　.top_main_visual
========================== */
.top_main_visual {
  position: relative;
}
.main_copy {
  position: absolute;
  inset: 5% 0 0 0;
  z-index: 2;
  height: fit-content;
  -moz-height: fit-content;
  margin: auto;
  font-style: normal;
  color: #fff;
  font-feature-settings: "palt";
  text-align: center;
  text-shadow: 0px 0px 7px rgba(36, 36, 34, 1);
  font-weight: 200;
  letter-spacing: 0rem;
  font-size: clamp(2.3rem, 7.7vw, 7rem);
  line-height: 1.45;
  max-width: fit-content;
}
.main_copy span {
  font-size: clamp(1.2rem, 3.8vw, 3.2rem);
  display: block;
  margin-top: 1em;
}
.fv_bnr_box img {
  max-width: 100%;
  width: auto;
}
.fv_bnr_box.on_box.pc_none p {
  position: absolute;
  z-index: 3;
  width: 30%;
  max-width: 110px;
  left: 10px;
  bottom: 10px;
}
.fv_bnr_box.under_box p {
  margin-bottom: 1px;
}
.fv_bnr_box.under_box p:last-child {
  margin-bottom: 0;
}
/*swiper arrow 共通*/
.swiper-button-prev:after {
  background-image: url(/kyoto/img/171024/left.png);
}
.swiper-button-next:after {
  background-image: url(/kyoto/img/171024/right.png);
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: "";
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.swiper-button-next,
.swiper-button-prev {
  opacity: 0.7;
  width: fit-content;
  height: auto;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}
/*top_main-swiper  共通*/
.top_main-swiper {
  background-color: #eee;
  aspect-ratio: 640 / 851;
}
.swiper:not(.swiper-initialized) .swiper-slide:not(:first-child) {
  display: none;
}
.top_main_visual .top_main-swiper-button-next,
.top_main_visual .top_main-swiper-button-prev {
  display: none;
}
@media screen and (min-width: 768px) {
  .top_main-swiper {
    aspect-ratio: 1920 / 919;
  }
  .fv_bnr_box > p a:hover {
    opacity: 0.7;
  }
  .top_main-swiper .top_main-swiper-button-next,
  .top_main-swiper .top_main-swiper-button-prev {
    display: block;
  }
  .top_main-swiper .top_main-swiper-button-next {
    translate: 100px;
    transition: all 0.3s ease;
  }
  .top_main-swiper .top_main-swiper-button-prev {
    translate: -100px;
    transition: all 0.3s ease;
  }
  .top_main-swiper .top_main-swiper-button-prev:after,
  .top_main-swiper .top_main-swiper-button-next:after {
    height: 30px;
    width: 15px;
  }
  .top_main_visual:hover .top_main-swiper .top_main-swiper-button-next,
  .top_main_visual:hover .top_main-swiper .top_main-swiper-button-prev {
    translate: 0;
    transition: all 0.3s ease;
  }
}
@media screen and (min-width: 1024px) {
  .top_main-swiper .top_main-swiper-button-prev:after,
  .top_main-swiper .top_main-swiper-button-next:after {
    height: 60px;
    width: 30px;
  }
}
/* =======================
.main_copy
========================== */
.main_copy {
  position: absolute;
  inset: 0 0 0 0;
  z-index: 2;
  height: fit-content;
  -moz-height: fit-content;
  margin: auto;
  width: 90%;
}
.main_copy img {
  height: auto;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  .main_copy {
    position: absolute;
    z-index: 2;
    height: fit-content;
    margin: auto;
    inset: 0 0 0 0;
    width: 42%;
    max-width: 620px;
  }
  .main_copy img {
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1024px) {
  .main_copy {
    inset: -60px 0 0 0;
  }
}
/*============
h1
========================== */
.main_copy h1 {
  font-family: "Noto Serif", serif;
  font-weight: 400;
  font-style: normal;
  color: #fff;
  font-size: clamp(1.6rem, 2.4vw, 2.8rem);
  letter-spacing: 0.02rem;
  line-height: 1.5;
  text-align: center;
  text-shadow: 0px 0px 7px rgba(36, 36, 34, 1);
  width: 100%;
}
@media screen and (min-width: 768px) {
  /*============
h1
========================== */
  .main_copy h1 {
    top: 75%;
    font-size: clamp(1.4rem, 2vw, 2.8rem);
    letter-spacing: 0.03rem;
  }
}
@media screen and (min-width: 1024px) {
  /*============
h1
========================== */
  .main_copy h1 {
    font-weight: 300;
    font-style: normal;
    color: #fff;
    font-feature-settings: "palt";
    letter-spacing: 0.05rem;
    line-height: 1.4;
    text-align: center;
    text-shadow: 0px 0px 7px rgba(36, 36, 34, 1);
    width: 100%;
    font-size: clamp(1.5rem, 2vw, 3rem);
  }
}
/* =======================
	　fv_bnr
========================== */
.fv_bnr_box.on_box.sp_on p {
  position: absolute;
  z-index: 2;
  width: 30%;
  max-width: 110px;
  left: 10px;
  bottom: 10px;
}
.fv_bnr_box.under_box p {
  margin-bottom: 1px;
}
.fv_bnr_box.under_box p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .fv_bnr_box > p a:hover {
    opacity: 0.7;
  }
  .fv_bnr_wrapper {
    position: absolute;
    width: 100%;
    padding: 0 1.5%;
    box-sizing: border-box;
    bottom: 3%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    z-index: 3;
  }
  .fv_bnr_wrapper.pc_on .fv_bnr_box.left_box {
    display: flex;
    width: 50%;
    justify-content: flex-start;
  }
  .fv_bnr_wrapper.pc_on .fv_bnr_box.left_box p {
    margin-right: 2%;
    max-width: 20%;
    width: 150px;
  }
  .fv_bnr_wrapper.pc_on .fv_bnr_box.right_box {
    width: 50%;
    text-align: left;
    display: flex;
    justify-content: flex-end;
  }
  .fv_bnr_wrapper.pc_on .fv_bnr_box.right_box p {
    text-align: right;
    max-width: 40%;
    margin-left: 2%;
  }
  .fv_bnr_wrapper.pc_on .fv_bnr_box.right_box p:first-child {
    margin-left: 0;
  }
}
/* =======================
bnr
========================== */
@media screen and (min-width: 1024px) {
  #right_bottom_bnr {
    position: absolute;
    top: -130px;
    transform: translate(0%, -50%);
    width: 480px;
    z-index: 2;
    display: flex;
  }
  .fv_bnr_wrapper.pc_on .fv_bnr_box.left_box p {
    margin-right: 2%;
    max-width: 26%;
    width: 175px;
  }
}
/* =======================
	　.on_fv
========================== */
.on_fv {
  width: 94%;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
@media screen and (min-width: 1024px) {
  .on_fv {
    width: 1000px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
  }
  .on_fv div {
    width: 100%;
  }
}
/* ---------------------
	.notice
------------------------ */
.notice {
  max-width: 1000px;
  width: 90%;
  margin: auto;
}
@media only screen and (min-width: 1100px) {
  .notice {
    margin: 20px auto 40px;
  }
}
.notice p {
  display: block;
  padding: 10px 10px 10px 10px;
  border: #999 solid 1px;
  text-align: center;
  max-width: 1000px;
  margin: 10px auto 0;
}
.notice .coronavirus_note a {
  font-weight: bold;
  color: #242424;
}
.notice .coronavirus_note a:hover,
.notice .coronavirus_note a:visited {
  color: #242424;
}
/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
.tmp_st1 {
  margin-bottom: 15px;
  font-size: 2.6rem;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .tmp_st1 {
    font-size: 308%;
  }
}
@media screen and (min-width: 1024px) {
  .tmp_st1 {
    margin-bottom: 15px;
    font-size: 4.2rem;
    letter-spacing: 1px;
  }
}
/* -----------------------------------------------------------
	#obj_mainSlider
----------------------------------------------------------- */
#obj_mainSlider {
  margin-bottom: 0 !important;
}
#obj_mainSlider > div {
  display: none;
}
#obj_mainSlider > div:first-child {
  display: block;
}
#obj_mainSlider [class^="slide"] {
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
#obj_mainSlider [class^="slide"]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 130px;
  background: url(../img/common/dec_main.png) no-repeat center bottom;
}
@media only screen and (max-width: 767px) {
  #obj_mainSlider [class^="slide"]:before {
    padding-bottom: 21.05263%;
  }
}
#obj_mainSlider [class^="slide"]:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  padding-bottom: 235px;
}
@media only screen and (max-width: 767px) {
  #obj_mainSlider [class^="slide"]:after {
    padding-bottom: 23.68421%;
  }
}
#obj_mainSlider [class^="slide"] p {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 10;
  margin: auto;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#obj_mainSlider [class^="slide"] p img {
  display: inline;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_mainSlider [class^="slide"] p img {
    max-width: 650px;
  }
}
@media only screen and (max-width: 767px) {
  #obj_mainSlider [class^="slide"] p img {
    max-width: 95%;
  }
}
#obj_mainSlider .slide1 {
  background: url(../img/common/mainimg1.jpg) no-repeat center center;
}
#obj_mainSlider .slide1:after {
  background: -svg-linear-gradient(top, rgba(124, 145, 163, 0.8) 0%, transparent 100%);
  background: -owg-linear-gradient(top, rgba(124, 145, 163, 0.8) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(124, 145, 163, 0.8) 0%, transparent 100%);
  background: -moz-linear-gradient(top, rgba(124, 145, 163, 0.8) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(124, 145, 163, 0.8) 0%, transparent 100%);
  background: linear-gradient(top, rgba(124, 145, 163, 0.8) 0%, transparent 100%);
}
@media only screen and (max-width: 767px) {
  #obj_mainSlider .slide1:after {
    background: -svg-linear-gradient(top, rgba(124, 145, 163, 0.4) 0%, transparent 100%);
    background: -owg-linear-gradient(top, rgba(124, 145, 163, 0.4) 0%, transparent 100%);
    background: -webkit-linear-gradient(top, rgba(124, 145, 163, 0.4) 0%, transparent 100%);
    background: -moz-linear-gradient(top, rgba(124, 145, 163, 0.4) 0%, transparent 100%);
    background: -o-linear-gradient(top, rgba(124, 145, 163, 0.4) 0%, transparent 100%);
    background: linear-gradient(top, rgba(124, 145, 163, 0.4) 0%, transparent 100%);
  }
}
#obj_mainSlider .slide2 {
  background: url(../img/common/mainimg2.jpg) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  #obj_mainSlider .slide2 {
    background-position: center right;
  }
}
#obj_mainSlider .slide2:before,
#obj_mainSlider .slide2:after {
  content: none;
}
#obj_mainSlider .slide3:after,
#obj_mainSlider .slide4:after,
#obj_mainSlider .slide5:after {
  background: -svg-linear-gradient(top, rgba(5, 5, 5, 0.6) 0%, transparent 100%);
  background: -owg-linear-gradient(top, rgba(5, 5, 5, 0.6) 0%, transparent 100%);
  background: -webkit-linear-gradient(top, rgba(5, 5, 5, 0.6) 0%, transparent 100%);
  background: -moz-linear-gradient(top, rgba(5, 5, 5, 0.6) 0%, transparent 100%);
  background: -o-linear-gradient(top, rgba(5, 5, 5, 0.6) 0%, transparent 100%);
  background: linear-gradient(top, rgba(5, 5, 5, 0.6) 0%, transparent 100%);
}
#obj_mainSlider .slide3 {
  overflow: hidden;
  background: url(../img/common/mainimg3.jpg) no-repeat center center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_mainSlider .slide3 p {
    overflow: hidden;
  }
  #obj_mainSlider .slide3 p img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (max-width: 767px) {
  #obj_mainSlider .slide3 p {
    overflow: hidden;
  }
  #obj_mainSlider .slide3 p img {
    position: relative;
    width: 135%;
    max-width: none;
    margin-left: -17.5%;
  }
}
#obj_mainSlider .slide4 {
  background: url(../img/common/mainimg4.jpg) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  #obj_mainSlider .slide4 {
    background-position: center right;
  }
}
#obj_mainSlider .slide5 {
  background: url(../img/common/mainimg5.jpg) no-repeat center center;
}
@media only screen and (max-width: 767px) {
  #obj_mainSlider .slide5 {
    background-position: center right;
  }
}
@media screen and (max-width: 675px) {
  .box_modal .wrp_gue .flex-direction-nav {
    display: block;
  }
}
.con_guestrooms .box_ame,
.con_faq .txt_read,
.con_faq .box_tab ul,
.con_faq .box_panel .obj_panel,
.con_Access .box_map .btn,
.con_Access .box_acc,
.con_Access .box_btn,
#obj_modal .con_modal {
  max-width: 1100px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .con_guestrooms .box_ame,
  .con_faq .txt_read,
  .con_faq .box_tab ul,
  .con_faq .box_panel .obj_panel,
  .con_Access .box_map .btn,
  .con_Access .box_acc,
  .con_Access .box_btn,
  #obj_modal .con_modal {
    width: 90%;
  }
}
.con_information .box_inf:after,
.con_Access .box_acc.air .wrp_acc ul li:after {
  content: "";
  display: table;
  clear: both;
}
/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_intro {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-top: 40px;
  }
}
.con_intro .box_int {
  max-width: 1350px;
  width: 90%;
  margin: auto;
}
.con_intro .box_int .wrp_txt {
  position: relative;
  margin: 0 0 48px;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt {
    padding-top: 0;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1101px) {
  .con_intro .box_int .wrp_txt .inner {
    width: 50%;
    float: left;
    margin: 50px 0 45px;
  }
}
@media print {
  .con_intro .box_int .wrp_txt .inner {
    width: 50%;
  }
}
.ie8 .con_intro .box_int .wrp_txt .inner {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_intro .box_int .wrp_txt .inner {
    width: 50%;
    float: left;
  }
}
.con_intro .box_int .wrp_txt .inner h2 {
  text-align: left;
  margin-bottom: 10px;
  font-size: 3.6rem;
  line-height: 1.2;
}
.con_intro .box_int .wrp_txt .inner .sub-copy {
  font-size: 1.3rem;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_intro .box_int .wrp_txt .inner h2 {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_txt .inner h2 {
    font-size: 2.6rem;
    margin-bottom: 5px;
    line-height: 1.2;
    letter-spacing: 0.8px;
  }
  .con_intro .box_int .wrp_txt .inner .sub-copy {
    font-size: 1.2rem;
  }
  .con_intro .box_int .wrp_txt .inner .txt {
    margin: 20px 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_txt .inner .txt {
    margin-top: 30px;
  }
}
@media screen and (min-width: 1024px) {
  #contents .con_intro .box_int .wrp_txt .img {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_txt .img {
    z-index: 1;
    width: 48%;
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
  }
}
.con_intro .box_int .wrp_img {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_intro .box_int .wrp_img {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_img {
  }
}
.wrp_img .txt {
  color: #9ba6c7;
  font-size: 3.6rem;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_intro .box_int .wrp_img .txt {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_intro .box_int .wrp_img .txt {
    font-size: 3rem;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_img .txt {
    font-size: 1.8rem;
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_intro .box_int .wrp_img .img {
    overflow: hidden;
  }
  .con_intro .box_int .wrp_img .img img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_int .wrp_img .img {
    overflow: hidden;
  }
  .con_intro .box_int .wrp_img .img img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -30%;
  }
}
/* -----------------------------------------------------------
	.con_information
----------------------------------------------------------- */
.con_information {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  padding-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_information {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information h3 {
    margin-bottom: 30px;
  }
}
.con_information .box_inf .wrp_img {
  position: relative;
  z-index: 1;
  margin-left: -300px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information h3 {
    font-size: 4.2rem;
    margin-bottom: 20px;
  }
  .con_information .box_inf .wrp_img {
    margin-left: -2.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_inf .wrp_img {
    margin-left: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_information .box_inf .wrp_img {
    float: left;
    width: 71.42857%;
  }
}
@media print {
  .con_information .box_inf .wrp_img {
    float: left;
    width: 71.42857%;
  }
}
.ie8 .con_information .box_inf .wrp_img {
  float: left;
  width: 71.42857%;
}
@media only screen and (min-width: 1101px) and (max-width: 1475px) {
  .con_information .box_inf .wrp_img {
    margin-left: -21.35593%;
  }
}
@media print {
  .con_information .box_inf .wrp_img {
    margin-left: -21.35593%;
  }
}
.ie8 .con_information .box_inf .wrp_img {
  margin-left: -21.35593%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information .box_inf .wrp_img {
    width: 55%;
    overflow: hidden;
  }
  .con_information .box_inf .wrp_img img {
    position: relative;
    width: 150%;
    max-width: none;
    margin-left: -50%;
  }
}
.con_information .box_inf .wrp_txt {
  padding: 5% 10.71429% 6.07143% 9.64286%;
  margin: 7.14286% 0 0 -3.92857%;
  background: #ededfb;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information .box_inf .wrp_txt {
    padding: 3.63636% 3.63636% 4.54545% 5.45455%;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_inf .wrp_txt {
    padding: 25px;
    width: 100%;
    margin: -5px auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information .box_inf .wrp_txt {
    margin: 4.54545% 0 0 -5%;
  }
}
@media only screen and (min-width: 768px) {
  .con_information .box_inf .wrp_txt {
    float: right;
    max-width: 750px;
  }
}
@media print {
  .con_information .box_inf .wrp_txt {
    float: right;
    width: 750px;
  }
}
.ie8 .con_information .box_inf .wrp_txt {
  float: right;
  width: 750px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information .box_inf .wrp_txt {
    width: 50%;
  }
}
@media only screen and (min-width: 1101px) {
  .con_information .box_inf .wrp_txt {
    width: 53.57143%;
  }
}
@media print {
  .con_information .box_inf .wrp_txt {
    width: 53.57143%;
  }
}
.ie8 .con_information .box_inf .wrp_txt {
  width: 53.57143%;
}
.con_information .box_inf .wrp_txt .st {
  font-size: 2.4rem;
}
.con_information .box_inf .wrp_txt address {
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .con_information .box_inf .wrp_txt .st {
    font-size: 2rem;
    text-align: left;
    margin-bottom: 10px;
  }
}
.con_information .box_inf .wrp_txt table {
  margin-top: 35px;
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information .box_inf .wrp_txt table {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_inf .wrp_txt table {
    margin-top: 1em;
  }
}
.con_information .box_inf .wrp_txt table tr {
  border-top: 1px solid #bfcbda;
}
.con_information .box_inf .wrp_txt table tr th,
.con_information .box_inf .wrp_txt table tr td {
  padding: 10px 0.3em;
  border-bottom: 1px solid #bfcbda;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_information .box_inf .wrp_txt table tr th,
  .con_information .box_inf .wrp_txt table tr td {
    padding: 8px 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_information .box_inf .wrp_txt table tr th,
  .con_information .box_inf .wrp_txt table tr td {
    padding: 0.5em 0.8em;
  }
}
.con_information .box_inf .wrp_txt table tr th {
  white-space: nowrap;
}
.con_information .box_inf .wrp_txt table tr td div {
  margin: -8px 0 0 -8px;
}
.con_information .box_inf .wrp_txt table tr td div span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin: 8px 0 0 5px;
}
/* =======================
	　pickup
========================== */
.pickup {
  margin: 50px 0 0;
  padding: 50px 0 70px;
  background-color: #f0f0f0;
  overflow: hidden;
  position: relative;
}

#slider_pickup .slider_inner {
  margin: 0 min(2vw, 10px);
}

#slider_pickup.slick-slider {
  max-width: 1032px;
  margin: auto;
}

#slider_pickup .slider_inner .wrp_st {
  margin: 10px 3px;
  text-align: left;
}

#slider_pickup .slider_inner .wrp_st .ic {
  display: inline-block;
  padding: 5px 16px;
  margin: 5px 0 10px;
  font-size: 1rem;
  line-height: 1;
  color: #8e6127;
  border: solid 1px #8e6127;
  border-radius: 3px;
  background-color: initial;
}

#slider_pickup .external_link::after {
  width: 1.1rem;
  vertical-align: baseline;
  content: url(/osaka/image/common/img_externalLink_b.svg);
  display: inline-block;
}

#slider_pickup .slick-dots {
  bottom: -35px;
}

#slider_pickup a:hover {
  text-decoration: none;
}

#slider_pickup .slick-dots li button:before {
  font-size: 10.5px;
  color: #c2cbea;
  opacity: 1;
}

#slider_pickup .slick-dots li.slick-active button:before {
  color: #5b647d;
  opacity: 1;
}

#slider_pickup .slick-dots li button:hover:before,
#slider_pickup .slick-dots li button:focus:before {
  color: #5b647d;
  opacity: 1;
}

#slider_pickup .slick-slide {
  opacity: 0.5;
  transition-duration: 0.3s;
}

#slider_pickup .slick-slide.slick-active,
#slider_pickup .slick-slide.slick-center {
  opacity: 1;
}
#slider_pickup img {
  width: 100%;
}
@media (any-hover: hover) {
  #slider_pickup .slick-slide a:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 768px) {
  .pickup {
    padding: 50px 0;
  }
  #slider_pickup .slick-slide {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_pickup h3 {
    font-size: 4.2rem;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1024px) {
  #slider_pickup .slick-prev {
    background: url(/osaka/image/common/img_arrowBack.svg);
    background-repeat: no-repeat;
  }

  #slider_pickup .slick-next {
    background: url(/osaka/image/common/img_arrowForward.svg);
    background-repeat: no-repeat;
  }

  #slider_pickup .slick-prev,
  #slider_pickup .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    z-index: 5;
    display: block;
    width: 60px;
    height: 60px;
    padding: 0;
    -webkit-transition: opacity 200ms ease-in;
    -moz-transition: opacity 200ms ease-in;
    -o-transition: opacity 200ms ease-in;
    transition: opacity 200ms ease-in;
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    transform: translateY(-80%);
    opacity: 0.3;
  }

  #slider_pickup .slick-prev:before,
  #slider_pickup .slick-next:before {
    display: none;
  }

  #slider_pickup .slick-prev:hover,
  #slider_pickup .slick-next:hover {
    outline: none;
    opacity: 1;
  }

  #slider_pickup .slick-prev {
    left: -5%;
  }

  #slider_pickup .slick-next {
    right: -5%;
  }

  #slider_pickup .slick-slide {
    opacity: 1;
    transition-duration: unset;
  }
}
/* -----------------------------------------------------------
	.con_guestrooms
----------------------------------------------------------- */
.con_guestrooms {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms h3 {
    margin-bottom: 20px;
  }
  .con_guestrooms h3 {
    font-size: 4.2rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms h3 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_guestrooms .txt_read,
  .con_restaurant .txt_read,
  .con_bar .txt_read {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .txt_read,
  .con_restaurant .txt_read,
  .con_bar .txt_read {
    width: 90%;
    margin: auto;
  }
}
.con_guestrooms .box_gue {
  margin-top: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms .box_gue {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue {
    margin-top: 1.5em;
  }
}
.con_guestrooms .box_gue + .box_gue {
  margin: 0 auto;
  width: 75%;
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue + .box_gue {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms .box_gue + .box_gue {
    width: 100%;
  }
}
.con_guestrooms .box_gue + .box_gue .st span {
  border-top: 1px solid #005b98;
  border-bottom: 1px solid #005b98;
}
.con_guestrooms .box_gue + .box_gue > ul > li a .wrp_txt .inner div .info {
  background: rgba(75, 111, 185, 0.9);
}
.con_guestrooms .box_gue .st {
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue .st {
    margin-bottom: 1em;
  }
}
.con_guestrooms .box_gue .st:after {
  content: "";
  display: block;
  width: 30px;
  height: 19px;
  margin: 10px auto 0;
  background: url(../images/common/ic_st1.png) no-repeat left top;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue .st:after {
    margin: 0.5em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue .st:after {
    width: 1.5em;
    height: 0.95em;
  }
}
.con_guestrooms .box_gue .st span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 8px 13px;
  border-top: 1px solid #815e33;
  border-bottom: 1px solid #815e33;
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue .st span {
    padding: 0.2em 1em;
  }
}
.con_guestrooms .box_gue .txt {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue .txt {
    width: 95%;
    margin: auto;
  }
}
.con_guestrooms .box_gue > ul {
  overflow: hidden;
  margin: 35px auto 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue > ul {
    margin: 1.5em auto 0;
    width: 100%;
  }
  .con_guestrooms .box_gue + .box_gue > ul {
    margin-top: 0;
  }
  .con_guestrooms .box_gue > ul:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1025px) {
  .con_guestrooms .box_gue > ul:nth-child(2) {
    display: flex;
    justify-content: center;
  }
  .con_guestrooms .box_gue > ul:nth-child(2) li {
    margin-right: 10px;
  }
  .con_guestrooms .box_gue > ul:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1351px) {
  .con_guestrooms .box_gue > ul {
    min-width: 1100px;
  }
}
@media only screen and (min-width: 1100px) and (max-width: 1350px) {
  .con_guestrooms .box_gue > ul {
    width: 1100px;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms .box_gue > ul {
    margin: 30px auto 0;
    width: 100%;
  }
  .con_guestrooms .box_gue > ul:nth-child(2) {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms .box_gue > ul {
    max-width: 1000px;
  }
}
.con_guestrooms .box_gue > ul > li {
  position: relative;
  overflow: hidden;
  width: calc((100% - 30px) / 4);
  margin-bottom: 10px;
}
.con_guestrooms .box_gue + .box_gue > ul > li {
  width: 32.8%;
}
@media only screen and (max-width: 1100px) {
  .con_guestrooms .box_gue > ul > li {
    width: 49.8%;
    margin-bottom: 1px;
  }
  .con_guestrooms .box_gue + .box_gue > ul > li {
    width: 50%;
  }
}
.con_guestrooms .box_gue > ul > li .wrp_caution {
  position: absolute;
  left: 0;
  top: 10%;
  z-index: 1;
}
.con_guestrooms .box_gue > ul > li .wrp_caution p {
  color: red;
  background-color: rgb(255, 255, 255, 0.7);
  display: block;
  padding: 16px;
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue > ul > li .wrp_caution p {
    width: 65%;
    padding: 10px 10px 10px 25px;
    text-indent: -15px;
    font-size: 1.3rem;
    line-height: 1.3;
  }
}
.con_guestrooms .box_gue > ul > li .wrp_txt {
  position: absolute;
  z-index: 1;
  bottom: 5%;
  left: 5%;
}
.con_guestrooms .box_gue > ul > li .wrp_txt .inner {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
}
@media print {
  .con_guestrooms .box_gue > ul > li .wrp_txt .inner {
    width: 200px;
    height: 180px;
  }
}
.ie8 .con_guestrooms .box_gue > ul > li .wrp_txt .inner {
  width: 200px;
  height: 180px;
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms .box_gue > ul > li .wrp_txt {
    bottom: 3.5%;
    left: 5%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms .box_gue > ul > li .wrp_txt .inner {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue > ul > li .wrp_txt .inner {
    padding: 0;
    margin: 0;
  }
}
.con_guestrooms .box_gue > ul > li .wrp_txt .inner > div {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
  box-sizing: border-box;
}
.con_guestrooms .box_gue > ul > li .wrp_txt .inner > div .sst > * {
  display: block;
}
.con_guestrooms .box_gue > ul > li .wrp_txt .inner > div .sst em {
  font-size: 2.4rem;
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue > ul > li .wrp_txt .inner > div .sst em {
    font-size: 2rem;
    line-height: 1.2;
  }
}
.con_guestrooms .box_gue > ul > li .wrp_txt .inner > div .info {
  margin-top: 20px;
  text-align: center;
  padding: 5px 10px;
  background: #815e33;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms .box_gue > ul > li .wrp_txt .inner > div .info {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue > ul > li .wrp_txt .inner > div .info {
    margin-top: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue > ul > li .wrp_txt .inner > div .info {
    padding: 0.2em 0.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue > ul > li .wrp_txt .inner > div .info {
    width: 80%;
    margin: 0.8em auto 0;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1350px) {
  .con_guestrooms .box_gue > ul > li .wrp_img {
    overflow: hidden;
  }
  .con_guestrooms .box_gue > ul > li .wrp_img img {
    position: relative;
    width: 110%;
    max-width: none;
    margin-left: -5%;
  }
}
@media print {
  .con_guestrooms .box_gue > ul > li .wrp_img {
    overflow: hidden;
  }
  .con_guestrooms .box_gue > ul > li .wrp_img img {
    position: relative;
    width: 110%;
    max-width: none;
    margin-left: -5%;
  }
}
.ie8 .con_guestrooms .box_gue > ul > li .wrp_img {
  overflow: hidden;
}
.ie8 .con_guestrooms .box_gue > ul > li .wrp_img img {
  position: relative;
  width: 110%;
  max-width: none;
  margin-left: -5%;
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue > ul > li .wrp_img {
    overflow: hidden;
  }
  .con_guestrooms .box_gue > ul > li .wrp_img img {
    position: relative;
    width: 110%;
    max-width: none;
    margin-left: -5%;
  }
}
.con_guestrooms .box_gue > ul > li .wrp_img img {
  -webkit-transition: -webkit-transform 1000ms ease-out;
  -moz-transition: -moz-transform 1000ms ease-out;
  -o-transition: -o-transform 1000ms ease-out;
  transition: transform 1000ms ease-out;
}
.con_guestrooms .box_gue > ul > li:hover {
  cursor: pointer;
}
.con_guestrooms .box_gue > ul > li:hover .wrp_img img {
  -webkit-transform: scale(1.15, 1.15);
  -moz-transform: scale(1.15, 1.15);
  -ms-transform: scale(1.15, 1.15);
  -o-transform: scale(1.15, 1.15);
  transform: scale(1.15, 1.15);
}
.con_guestrooms .box_ame {
  padding: 50px 50px 60px;
  margin-top: 30px;
  background: #ededfb;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.con_guestrooms .box_gue > ul > li .wrp_img {
  display: flex;
}
.con_guestrooms .box_gue > ul > li .wrp_img .shadow {
  margin-left: -100%;
}
@media only screen and (min-width: 1101px) and (max-width: 1350px) {
  .con_guestrooms .box_gue > ul > li .wrp_img .shadow {
    margin-left: -105%;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue > ul > li .wrp_img .shadow {
    margin-left: -105%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms .box_ame {
    padding: 40px 30px 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_ame {
    padding: 1.5em 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms .box_ame {
    margin-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_ame {
    margin-top: 1.5em;
  }
}
.con_guestrooms .box_ame .st {
  margin: 40px 0 10px;
  text-align: center;
  border-bottom: #c7cfec solid 1px;
  font-size: 2.4rem;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .con_guestrooms .box_ame {
    padding: 0;
  }
  .con_guestrooms .box_ame dl {
    display: table;
    padding: 0 50px 15px 30px;
  }
  .con_guestrooms .box_ame dl:first-child {
    padding: 50px 50px 15px 30px;
  }
  .con_guestrooms .box_ame dl:last-child {
    padding: 15px 50px 50px 30px;
  }
  .con_guestrooms .box_ame dt.st {
    display: table-cell;
    vertical-align: middle;
    min-width: 190px;
    border-right: #c7cfec solid 1px;
    border-bottom: none;
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 0 20px 0 0;
  }
  .con_guestrooms .box_ame dt.st p {
    text-align: center;
  }
  .con_guestrooms .box_ame dd {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    width: 800px;
    padding-left: 50px;
  }
}
.con_guestrooms .box_ame .st:first-child {
  margin-top: 0;
}
.con_guestrooms .box_ame .st > span {
  display: block;
  font-size: 1.3rem;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms .box_ame .st {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_ame .st {
    margin-bottom: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_ame .st {
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
.con_guestrooms .box_ame .wrp_ame {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .con_guestrooms .box_ame .wrp_ame {
    max-width: 500px;
    margin: auto;
  }
}
@media print {
  .con_guestrooms .box_ame .wrp_ame {
    max-width: 500px;
    margin: auto;
  }
}
.ie8 .con_guestrooms .box_ame .wrp_ame {
  max-width: 500px;
  margin: auto;
}
.con_guestrooms .box_ame .wrp_ame ul {
  float: left;
}
@media only screen and (min-width: 768px) {
  .con_guestrooms .box_ame .wrp_ame ul {
    width: 240px;
  }
}
@media print {
  .con_guestrooms .box_ame .wrp_ame ul {
    width: 240px;
  }
}
.ie8 .con_guestrooms .box_ame .wrp_ame ul {
  width: 240px;
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_ame .wrp_ame ul {
    width: 49%;
  }
}
.con_guestrooms .box_ame .wrp_ame ul + ul {
  margin-left: 10px;
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_ame .wrp_ame ul + ul {
    margin-left: 2%;
  }
}
.con_guestrooms .box_ame .wrp_ame ul li {
  position: relative;
  padding-left: 1em;
  box-sizing: border-box;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_guestrooms .box_ame .wrp_ame ul li {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_ame .wrp_ame ul li {
    margin-top: 0.5em;
  }
}
.con_guestrooms .box_ame .wrp_ame ul li:first-child {
  margin-top: 0;
}
.con_guestrooms .box_ame .wrp_ame ul li:before {
  content: "";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 5px;
  height: 5px;
  background: #005b98;
}
@media only screen and (max-width: 767px) {
  .con_guestrooms .box_ame .wrp_ame ul li:before {
    width: 0.3em;
    height: 0.3em;
  }
}
/* -----------------------------------------------------------
	.con_dining
----------------------------------------------------------- */
.con_dining {
  padding-top: 115px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining {
    padding-top: 2.5em;
  }
}
.con_dining h3 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining h3 {
    margin-bottom: 0.8em;
  }
}
@media only screen and (min-width: 768px) {
  .con_dining .txt_read {
    text-align: center;
  }
}
@media print {
  .con_dining .txt_read {
    text-align: center;
  }
}
.ie8 .con_dining .txt_read {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_dining .txt_read {
    width: 95%;
    margin: auto;
  }
}
.con_dining .box_din {
  position: relative;
  z-index: 1;
  overflow: hidden;
  max-width: 2000px;
  padding-bottom: 60px;
  margin: 45px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining .box_din {
    padding-bottom: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din {
    padding-bottom: 1.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining .box_din {
    margin: 35px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din {
    margin: 1.5em auto 0;
  }
}
.con_dining .box_din:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin-top: 300px;
  z-index: -1;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining .box_din:after {
    margin-top: 27.27273%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din:after {
    margin-top: 26.31579%;
  }
}
.con_dining .box_din + .box_din {
  margin-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining .box_din + .box_din {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din + .box_din {
    margin-top: 2.5em;
  }
}
.con_dining .box_din .main_slider {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1101px) {
  .con_dining .box_din .main_slider {
    width: 70%;
  }
}
@media print {
  .con_dining .box_din .main_slider {
    width: 70%;
  }
}
.ie8 .con_dining .box_din .main_slider {
  width: 70%;
}
@media only screen and (max-width: 1100px) {
  .con_dining .box_din .main_slider {
    width: 95%;
    margin: auto;
  }
}
.con_dining .box_din .main_slider > div {
  display: none;
}
.con_dining .box_din .main_slider > div:first-child {
  display: block;
}
.con_dining .box_din .main_slider .slick-slide {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (min-width: 1101px) {
  .con_dining .box_din .main_slider .slick-slide {
    height: 640px;
  }
}
@media print {
  .con_dining .box_din .main_slider .slick-slide {
    height: 640px;
  }
}
.ie8 .con_dining .box_din .main_slider .slick-slide {
  height: 640px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining .box_din .main_slider .slick-slide {
    overflow: hidden;
  }
  .con_dining .box_din .main_slider .slick-slide img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din .main_slider .slick-slide {
    overflow: hidden;
  }
  .con_dining .box_din .main_slider .slick-slide img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
@media only screen and (min-width: 1101px) {
  .con_dining .box_din .main_slider .slick-slide img {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1400px;
    margin-left: -700px;
  }
}
@media print {
  .con_dining .box_din .main_slider .slick-slide img {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1400px;
    margin-left: -700px;
  }
}
.ie8 .con_dining .box_din .main_slider .slick-slide img {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1400px;
  margin-left: -700px;
}
.con_dining .box_din .main_slider .slick-dots {
  position: static;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din .main_slider .slick-dots {
    margin-top: 0.5em;
  }
}
@media only screen and (min-width: 1101px) {
  .con_dining .box_din .main_slider .slick-dots {
    text-align: right;
  }
}
@media print {
  .con_dining .box_din .main_slider .slick-dots {
    text-align: right;
  }
}
.ie8 .con_dining .box_din .main_slider .slick-dots {
  text-align: right;
}
.con_dining .box_din .main_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 0 0 15px;
  background: #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din .main_slider .slick-dots li {
    margin: 0 0 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din .main_slider .slick-dots li {
    width: 0.7em;
    height: 0.7em;
  }
}
.con_dining .box_din .main_slider .slick-dots li:first-child {
  margin: 0;
}
.con_dining .box_din .main_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.con_dining .box_din .main_slider .slick-dots li button:before {
  content: none;
}
.con_dining .box_din .main_slider .slick-dots li:hover,
.con_dining .box_din .main_slider .slick-dots li.slick-active {
  background: #00afd5 !important;
}
.con_dining .box_din .wrp_txt {
  max-width: 1600px;
  width: 95%;
  margin: auto;
  margin: 1.5% auto 0;
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din .wrp_txt {
    margin: 1em auto 0;
  }
}
@media only screen and (min-width: 1101px) {
  .con_dining .box_din .wrp_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
@media print {
  .con_dining .box_din .wrp_txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}
.ie8 .con_dining .box_din .wrp_txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.con_dining .box_din .wrp_txt .inner {
  padding: 45px 35px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining .box_din .wrp_txt .inner {
    padding: 2.72727% 4.54545%;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din .wrp_txt .inner {
    padding: 1em;
  }
}
@media only screen and (min-width: 1101px) {
  .con_dining .box_din .wrp_txt .inner {
    width: 570px;
    margin: 0 0 0 auto;
  }
}
@media print {
  .con_dining .box_din .wrp_txt .inner {
    width: 570px;
    margin: 0 0 0 auto;
  }
}
.ie8 .con_dining .box_din .wrp_txt .inner {
  width: 570px;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 1101px) and (max-width: 1600px) {
  .con_dining .box_din .wrp_txt .inner {
    width: 450px;
  }
}
@media print {
  .con_dining .box_din .wrp_txt .inner {
    width: 450px;
  }
}
.ie8 .con_dining .box_din .wrp_txt .inner {
  width: 450px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining .box_din .wrp_txt .inner {
    max-width: 800px;
    margin: auto;
  }
}
.con_dining .box_din .wrp_txt .inner [class^="ic"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0.2em 1.5em;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din .wrp_txt .inner [class^="ic"] {
    padding: 0.2em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din .wrp_txt .inner [class^="ic"] {
    margin-bottom: 0.5em;
  }
}
.con_dining .box_din .wrp_txt .inner .ic1 {
  background: #815e33;
}
.con_dining .box_din .wrp_txt .inner .ic2 {
  background: #4b6fb9;
}
.con_dining .box_din .wrp_txt .inner h4 {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining .box_din .wrp_txt .inner h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din .wrp_txt .inner h4 {
    margin-bottom: 0.8em;
  }
}
.con_dining .box_din .wrp_txt .inner .st {
  margin-bottom: 15px;
  color: #005b98;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining .box_din .wrp_txt .inner .st {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din .wrp_txt .inner .st {
    margin-bottom: 0.5em;
  }
}
.con_dining .box_din .wrp_txt .inner .tbl {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining .box_din .wrp_txt .inner .tbl {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din .wrp_txt .inner .tbl {
    margin-top: 1em;
  }
}
.con_dining .box_din .wrp_txt .inner .tbl .inf_st {
  margin-bottom: 15px;
  color: #005b98;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining .box_din .wrp_txt .inner .tbl .inf_st {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_dining .box_din .wrp_txt .inner .tbl .inf_st {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_dining .box_din .wrp_txt .inner .tbl table tr th {
    width: 180px;
  }
}
@media print {
  .con_dining .box_din .wrp_txt .inner .tbl table tr th {
    width: 180px;
  }
}
.ie8 .con_dining .box_din .wrp_txt .inner .tbl table tr th {
  width: 180px;
}
.con_dining .box_din .wrp_txt .inner .att {
  margin-top: 0.5em;
}
.con_dining .box_din.dining1 .main_slider .slick-dots li {
  background: #fff;
}
.con_dining .box_din.dining1:after {
  background: #ededfb;
}
.con_dining .box_din.dining2:after {
  background: #0b4871;
}
.con_dining .box_din.dining2 .main_slider {
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 1101px) {
  .con_dining .box_din.dining2 .main_slider .slick-dots {
    text-align: left;
  }
}
@media print {
  .con_dining .box_din.dining2 .main_slider .slick-dots {
    text-align: left;
  }
}
.ie8 .con_dining .box_din.dining2 .main_slider .slick-dots {
  text-align: left;
}
@media only screen and (min-width: 1101px) {
  .con_dining .box_din.dining2 .wrp_txt .inner {
    margin: 0 auto 0 0;
  }
}
@media print {
  .con_dining .box_din.dining2 .wrp_txt .inner {
    margin: 0 auto 0 0;
  }
}
.ie8 .con_dining .box_din.dining2 .wrp_txt .inner {
  margin: 0 auto 0 0;
}
.con_dining .box_din.dining3:after {
  background: #1e1a18;
}
/* -----------------------------------------------------------
	.con_restaurant
----------------------------------------------------------- */
.con_restaurant {
  padding-top: 70px;
}
.con_restaurant .obj_panel .panel .obj_slider_fade .slick-dots li {
  background: #c2cbea;
}
.con_restaurant .obj_panel .panel .obj_slider_fade .slick-dots li:hover,
.con_restaurant .obj_panel .panel .obj_slider_fade .slick-dots li.slick-active {
  background: #5b647d;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant {
    padding-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant h3 {
    margin-bottom: 20px;
  }
  .con_restaurant h3 {
    font-size: 4.2rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant h3 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_restaurant .box_tab {
    position: relative;
  }
  .con_restaurant .box_tab:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #f0f0f0;
    box-sizing: border-box;
  }
}
@media print {
  .con_restaurant .box_tab {
    position: relative;
  }
  .con_restaurant .box_tab:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #f0f0f0;
    box-sizing: border-box;
  }
}
.ie8 .con_restaurant .box_tab {
  position: relative;
}
.ie8 .con_restaurant .box_tab:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #f0f0f0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_tab {
    width: 95%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .con_restaurant .box_tab ul {
    text-align: center;
  }
  .con_restaurant .box_tab ul li {
    position: relative;
    z-index: 1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 0 0 1.81818%;
    width: 340px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_restaurant .box_tab ul li {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .box_tab ul li {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .con_restaurant .box_tab ul li > div {
    padding: 10px;
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    -webkit-transition: background 500ms ease, color 500ms ease;
    -moz-transition: background 500ms ease, color 500ms ease;
    -o-transition: background 500ms ease, color 500ms ease;
    transition: background 500ms ease, color 500ms ease;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .box_tab ul li > div {
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_restaurant .box_tab ul li > div {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_restaurant .box_tab ul li > div > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  .con_restaurant .box_tab ul li > div .img {
    overflow: hidden;
    width: 35.29412%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .con_restaurant .box_tab ul li > div .txt {
    width: 58.82353%;
    margin-left: 5.88235%;
  }
}
@media only screen and (min-width: 768px) {
  .con_restaurant .box_tab ul li > div .txt span {
    display: block;
  }
  .con_restaurant .box_tab ul li:first-child {
    margin-left: 0;
  }
  .con_restaurant .box_tab ul li:before,
  .con_restaurant .box_tab ul li:after {
    content: "";
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
    -o-transition: -o-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
  }
  .con_restaurant .box_tab ul li:before {
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-width: 8px 4px 0;
    border-style: solid;
    border-color: #00afd5 transparent transparent transparent;
    margin-left: -4px;
    -webkit-transform: translateY(-0.3em);
    -moz-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    -o-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .con_restaurant .box_tab ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin: 15px auto 0;
    background: #00afd5;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .box_tab ul li:after {
    margin: 10px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_restaurant .box_tab ul li:after {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_restaurant .box_tab ul li:hover,
  .con_restaurant .box_tab ul li.active {
    cursor: pointer;
  }
  .con_restaurant .box_tab ul li:hover > div,
  .con_restaurant .box_tab ul li.active > div {
    background: #4b6fb9;
    color: #fff;
  }
  .con_restaurant .box_tab ul li:hover:before,
  .con_restaurant .box_tab ul li.active:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .con_restaurant .box_tab ul li:hover:after,
  .con_restaurant .box_tab ul li.active:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@media print {
  .con_restaurant .box_tab ul {
    text-align: center;
  }
  .con_restaurant .box_tab ul li {
    position: relative;
    z-index: 1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 0 0 1.81818%;
    width: 340px;
    box-sizing: border-box;
  }
  .con_restaurant .box_tab ul li > div {
    padding: 10px;
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    -webkit-transition: background 500ms ease, color 500ms ease;
    -moz-transition: background 500ms ease, color 500ms ease;
    -o-transition: background 500ms ease, color 500ms ease;
    transition: background 500ms ease, color 500ms ease;
  }
  .con_restaurant .box_tab ul li > div > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  .con_restaurant .box_tab ul li > div .img {
    overflow: hidden;
    width: 35.29412%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .con_restaurant .box_tab ul li > div .txt {
    width: 58.82353%;
    margin-left: 5.88235%;
  }
}
@media print {
  .con_restaurant .box_tab ul li > div .txt span {
    display: block;
  }
  .con_restaurant .box_tab ul li:first-child {
    margin-left: 0;
  }
  .con_restaurant .box_tab ul li:before,
  .con_restaurant .box_tab ul li:after {
    content: "";
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
    -o-transition: -o-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
  }
  .con_restaurant .box_tab ul li:before {
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-width: 8px 4px 0;
    border-style: solid;
    border-color: #00afd5 transparent transparent transparent;
    margin-left: -4px;
    -webkit-transform: translateY(-0.3em);
    -moz-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    -o-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .con_restaurant .box_tab ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin: 15px auto 0;
    background: #00afd5;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .con_restaurant .box_tab ul li:hover,
  .con_restaurant .box_tab ul li.active {
    cursor: pointer;
  }
  .con_restaurant .box_tab ul li:hover > div,
  .con_restaurant .box_tab ul li.active > div {
    background: #4b6fb9;
    color: #fff;
  }
  .con_restaurant .box_tab ul li:hover:before,
  .con_restaurant .box_tab ul li.active:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .con_restaurant .box_tab ul li:hover:after,
  .con_restaurant .box_tab ul li.active:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
.ie8 .con_restaurant .box_tab ul {
  text-align: center;
}
.ie8 .con_restaurant .box_tab ul li {
  position: relative;
  z-index: 1;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 0 0 1.81818%;
  width: 340px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .ie8 .con_restaurant .box_tab ul li {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_restaurant .box_tab ul li {
    width: 300px;
  }
}
.ie8 .con_restaurant .box_tab ul li > div {
  padding: 10px;
  background: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-transition: background 500ms ease, color 500ms ease;
  -moz-transition: background 500ms ease, color 500ms ease;
  -o-transition: background 500ms ease, color 500ms ease;
  transition: background 500ms ease, color 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_restaurant .box_tab ul li > div {
    padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_restaurant .box_tab ul li > div {
    padding: 0.5em;
  }
}
.ie8 .con_restaurant .box_tab ul li > div > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.ie8 .con_restaurant .box_tab ul li > div .img {
  overflow: hidden;
  width: 35.29412%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.ie8 .con_restaurant .box_tab ul li > div .txt {
  width: 58.82353%;
  margin-left: 5.88235%;
}
.ie8 .con_restaurant .box_tab ul li > div .txt span {
  display: block;
}
.ie8 .con_restaurant .box_tab ul li:first-child {
  margin-left: 0;
}
.ie8 .con_restaurant .box_tab ul li:before,
.ie8 .con_restaurant .box_tab ul li:after {
  content: "";
  -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
  -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
  -o-transition: -o-transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
}
.ie8 .con_restaurant .box_tab ul li:before {
  position: absolute;
  left: 50%;
  bottom: -8px;
  border-width: 8px 4px 0;
  border-style: solid;
  border-color: #00afd5 transparent transparent transparent;
  margin-left: -4px;
  -webkit-transform: translateY(-0.3em);
  -moz-transform: translateY(-0.3em);
  -ms-transform: translateY(-0.3em);
  -o-transform: translateY(-0.3em);
  transform: translateY(-0.3em);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.ie8 .con_restaurant .box_tab ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 15px auto 0;
  background: #00afd5;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_restaurant .box_tab ul li:after {
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_restaurant .box_tab ul li:after {
    margin: 0;
  }
}
.ie8 .con_restaurant .box_tab ul li:hover,
.ie8 .con_restaurant .box_tab ul li.active {
  cursor: pointer;
}
.ie8 .con_restaurant .box_tab ul li:hover > div,
.ie8 .con_restaurant .box_tab ul li.active > div {
  background: #4b6fb9;
  color: #fff;
}
.ie8 .con_restaurant .box_tab ul li:hover:before,
.ie8 .con_restaurant .box_tab ul li.active:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.ie8 .con_restaurant .box_tab ul li:hover:after,
.ie8 .con_restaurant .box_tab ul li.active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_restaurant .obj_panel {
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .obj_panel {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .obj_panel {
    margin-top: 0.5em;
  }
}
.con_restaurant .obj_panel .panel {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  padding-bottom: 50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.con_restaurant .obj_panel .panel.active {
  position: relative;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_restaurant .obj_panel .panel h4 {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .obj_panel .panel h4 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .obj_panel .panel h4 {
    margin-bottom: 0.8em;
  }
}
.con_restaurant .obj_panel .panel h4 span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0.3em 0.8em;
  margin-bottom: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .obj_panel .panel h4 span {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .obj_panel .panel h4 span {
    margin-bottom: 0.5em;
  }
}
.con_restaurant .obj_panel .panel h4 span.c1 {
  background: #815e33;
}
.con_restaurant .obj_panel .panel h4 span.c2 {
  background: #4470c1;
}
.con_restaurant .obj_panel .panel h4 em {
  display: block;
}
.slider_item .main_slider {
  margin-bottom: 0 !important;
  margin-top: 20px;
  height: 500.5px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .slider_item .main_slider {
    overflow: hidden;
    width: 98%;
    margin: 20px auto 0;
    height: 406px;
  }
}
.slider_item .main_slider > div {
  display: none;
}
.slider_item .main_slider > div:first-child {
  display: block;
}
.slider_item .main_slider .slick-slide {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0 20px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.slider_item .slide-elm img,
.slider_item .slide-elm span {
  opacity: 0;
}
.slider_item .slick-slide img,
.slider_item .slick-slide span {
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.slider_item .slick-current img,
.slider_item .slick-current span {
  opacity: 1;
}
@media screen and (min-width: 0px) {
  .slider_item .main_slider.pc_none {
    display: block;
  }
  .slider_item .main_slider.sp_none {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .slider_item .main_slider.pc_none {
    display: none;
  }
  .slider_item .main_slider.sp_none {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .slider_item .main_slider .slick-slide {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .slider_item .main_slider .slick-slide {
    max-width: 704px;
  }
}
@media only screen and (min-width: 1101px) and (max-width: 1600px) {
  .slider_item .main_slider .slick-slide {
    overflow: hidden;
    position: relative;
    margin: 0 20px;
  }
  .slider_item .main_slider .slick-slide img {
    position: relative;
    width: 100%;
    max-width: none;
  }
}
.ie8 .slider_item .main_slider .slick-slide {
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .slider_item .main_slider .slick-slide {
    overflow: hidden;
    max-width: 704px;
  }
  .slider_item .main_slider .slick-slide img {
    width: 100%;
    height: 378px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 767px) {
  .slider_item .main_slider {
    height: 263px;
  }
  .slider_item .main_slider > div {
    padding: 0 6.5% !important;
  }
  .slider_item .main_slider .slick-slide {
    overflow: hidden;
    margin: 0 30px 0 -20px;
  }
  .slider_item .main_slider .slick-slide img {
    width: 100%;
    height: 240px;
    object-fit: cover;
  }
}
.slider_item .main_slider .slick-slide span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  text-align: center;
  padding: 5px 1em;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .slider_item .main_slider .slick-slide span {
    padding: 0.3em 0.5em;
  }
}
.slider_item .main_slider .slick-dots {
  position: static;
  margin-top: 13px;
}
@media only screen and (max-width: 767px) {
  .slider_item .main_slider .slick-dots {
    margin-top: 8px;
  }
}
.slider_item .main_slider .slick-dots li {
  width: 10px;
  height: 10px;
  margin: 0 0 0 15px;
  background: #c2cbea;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}
@media only screen and (max-width: 767px) {
  .slider_item .main_slider .slick-dots li {
    margin: 0 0 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .slider_item .main_slider .slick-dots li {
    width: 0.7em;
    height: 0.7em;
  }
}
.slider_item .main_slider .slick-dots li:first-child {
  margin: 0;
}
.slider_item .main_slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.slider_item .main_slider .slick-dots li button:before {
  content: none;
}
.slider_item .main_slider .slick-dots li:hover,
.slider_item .main_slider .slick-dots li.slick-active {
  background: #5b647d;
}
.con_restaurant .obj_panel .panel .wrp_txt {
  margin: 25px auto 0;
  max-width: 1100px;
  width: 90%;
  padding: 25px 20px 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .obj_panel .panel .wrp_txt {
    width: 94%;
  }
}
.con_restaurant .obj_panel .panel .wrp_info {
  width: 48%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .obj_panel .panel .wrp_info {
    width: 100%;
    float: none;
    text-align: center;
  }
  .con_restaurant .obj_panel .panel .txt {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .obj_panel .panel .wrp_txt {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .obj_panel .panel .wrp_txt {
    margin-top: 1em;
    width: 94%;
  }
}
.con_restaurant .obj_panel .panel .wrp_txt .st {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .obj_panel .panel .wrp_txt .st {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_txt .st {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .con_restaurant .obj_panel .panel .wrp_txt {
    padding: 25px 50px 40px;
  }
}
.con_restaurant .obj_panel .panel .wrp_txt .tbl {
  margin-top: 95px;
  float: right;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .obj_panel .panel .wrp_txt .tbl {
    margin-top: 1em;
    float: none;
    width: 100%;
  }
}
.con_restaurant .obj_panel .panel .wrp_txt .tbl .inf_st {
  margin-bottom: 15px;
  color: #005b98;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .obj_panel .panel .wrp_txt .tbl .inf_st {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .obj_panel .panel .wrp_txt .tbl .inf_st {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr th,
  .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr th {
    width: 175px;
  }
}
@media print {
  .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr th {
    width: 175px;
  }
}
.ie8 .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr th {
  width: 175px;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr th {
    width: 23%;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1101px) {
  .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    min-width: 370px;
    line-height: 1.7;
    font-size: 1.5rem;
  }
}
@media print {
  .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    min-width: 300px;
  }
}
.ie8 .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
  min-width: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    min-width: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    width: 77%;
    line-height: 1.8;
  }
}
.con_restaurant .obj_panel .panel .wrp_txt .menu_btn ul {
  width: 100%;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: max(2%, 10px);
}
.con_restaurant .obj_panel .panel .wrp_txt .menu_btn ul li {
  display: flex;
}
.wrp_txt .menu_btn ul li a {
  color: #fff;
  background-color: #8e6127;
  padding: 15px 0;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .con_restaurant .obj_panel .panel .wrp_txt .menu_btn ul {
    width: 100%;
    margin: 30px auto 0;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(145px, 1fr));
    gap: max(2%, 10px);
  }
  .wrp_txt .menu_btn ul li a:hover {
    opacity: 0.75;
  }
}
.con_restaurant .panel:after {
  content: "";
  position: absolute;
  left: -20%;
  bottom: 0;
  z-index: -1;
  width: 2000px;
  height: 35%;
  padding-bottom: 530px;
  background: #ededfb;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_restaurant .panel:after {
    padding-bottom: 40%;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .panel:after {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .panel:after {
    margin-left: -52.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac:after {
    width: 52.5%;
    height: 85%;
  }
}
.slick-list {
  margin: 0 auto !important;
}
.slider_item .main_slider .slick-prev {
  left: 6% !important;
  top: 45%;
  height: 47px;
  width: 47px;
}
.slider_item .main_slider .slick-next {
  right: 5% !important;
  top: 45%;
  height: 47px;
  width: 47px;
}
.slick-prev:before,
.slick-next:before {
  color: #b3dff9 !important;
  font-size: 47px !important;
}
@media only screen and (max-width: 767px) {
  .slick-prev,
  .slick-next {
    top: 47%;
  }
  .slick-prev:before,
  .slick-next:before {
    color: #b3dff9 !important;
    font-size: 20px !important;
  }
  .main_slider .slick-list {
    width: 100%;
  }
  .slider_item .main_slider .slick-next {
    right: 4% !important;
    height: 20px;
    width: 20px;
  }
  .slider_item .main_slider .slick-prev {
    left: 4% !important;
    height: 20px;
    width: 20px;
  }
}
/* -----------------------------------------------------------
	.con_bar
----------------------------------------------------------- */
.con_bar {
  padding-top: 70px;
}
.con_bar .obj_panel .panel .obj_slider_fade .slick-dots li {
  background: #c2cbea;
}
.con_bar .obj_panel .panel .obj_slider_fade .slick-dots li:hover,
.con_bar .obj_panel .panel .obj_slider_fade .slick-dots li.slick-active {
  background: #5b647d;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bar {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bar {
    padding-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bar h3 {
    margin-bottom: 20px;
  }
  .con_bar h3 {
    font-size: 4.2rem;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bar h3 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_bar .box_tab {
    position: relative;
  }
  .con_bar .box_tab:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #f0f0f0;
    box-sizing: border-box;
  }
}
@media print {
  .con_bar .box_tab {
    position: relative;
  }
  .con_bar .box_tab:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #f0f0f0;
    box-sizing: border-box;
  }
}
.ie8 .con_bar .box_tab {
  position: relative;
}
.ie8 .con_bar .box_tab:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #f0f0f0;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_bar .box_tab {
    width: 95%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) {
  .con_bar .box_tab ul {
    text-align: center;
  }
  .con_bar .box_tab ul li {
    position: relative;
    z-index: 1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 0 0 1.81818%;
    width: 340px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_bar .box_tab ul li {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_bar .box_tab ul li {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .con_bar .box_tab ul li > div {
    padding: 10px;
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    -webkit-transition: background 500ms ease, color 500ms ease;
    -moz-transition: background 500ms ease, color 500ms ease;
    -o-transition: background 500ms ease, color 500ms ease;
    transition: background 500ms ease, color 500ms ease;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_bar .box_tab ul li > div {
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_bar .box_tab ul li > div {
    padding: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_bar .box_tab ul li > div > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  .con_bar .box_tab ul li > div .img {
    overflow: hidden;
    width: 35.29412%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .con_bar .box_tab ul li > div .txt {
    width: 58.82353%;
    margin-left: 5.88235%;
  }
}
@media only screen and (min-width: 768px) {
  .con_bar .box_tab ul li > div .txt span {
    display: block;
  }
  .con_bar .box_tab ul li:first-child {
    margin-left: 0;
  }
  .con_bar .box_tab ul li:before,
  .con_bar .box_tab ul li:after {
    content: "";
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
    -o-transition: -o-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
  }
  .con_bar .box_tab ul li:before {
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-width: 8px 4px 0;
    border-style: solid;
    border-color: #00afd5 transparent transparent transparent;
    margin-left: -4px;
    -webkit-transform: translateY(-0.3em);
    -moz-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    -o-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .con_bar .box_tab ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin: 15px auto 0;
    background: #00afd5;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_bar .box_tab ul li:after {
    margin: 10px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_bar .box_tab ul li:after {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_bar .box_tab ul li:hover,
  .con_bar .box_tab ul li.active {
    cursor: pointer;
  }
  .con_bar .box_tab ul li:hover > div,
  .con_bar .box_tab ul li.active > div {
    background: #4b6fb9;
    color: #fff;
  }
  .con_bar .box_tab ul li:hover:before,
  .con_bar .box_tab ul li.active:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .con_bar .box_tab ul li:hover:after,
  .con_bar .box_tab ul li.active:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
@media print {
  .con_bar .box_tab ul {
    text-align: center;
  }
  .con_bar .box_tab ul li {
    position: relative;
    z-index: 1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 0 0 1.81818%;
    width: 340px;
    box-sizing: border-box;
  }
  .con_bar .box_tab ul li > div {
    padding: 10px;
    background: #f0f0f0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    text-align: left;
    -webkit-transition: background 500ms ease, color 500ms ease;
    -moz-transition: background 500ms ease, color 500ms ease;
    -o-transition: background 500ms ease, color 500ms ease;
    transition: background 500ms ease, color 500ms ease;
  }
  .con_bar .box_tab ul li > div > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }
  .con_bar .box_tab ul li > div .img {
    overflow: hidden;
    width: 35.29412%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
  }
  .con_bar .box_tab ul li > div .txt {
    width: 58.82353%;
    margin-left: 5.88235%;
  }
}
@media print {
  .con_bar .box_tab ul li > div .txt span {
    display: block;
  }
  .con_bar .box_tab ul li:first-child {
    margin-left: 0;
  }
  .con_bar .box_tab ul li:before,
  .con_bar .box_tab ul li:after {
    content: "";
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
    -o-transition: -o-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
  }
  .con_bar .box_tab ul li:before {
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-width: 8px 4px 0;
    border-style: solid;
    border-color: #00afd5 transparent transparent transparent;
    margin-left: -4px;
    -webkit-transform: translateY(-0.3em);
    -moz-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    -o-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .con_bar .box_tab ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin: 15px auto 0;
    background: #00afd5;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .con_bar .box_tab ul li:hover,
  .con_bar .box_tab ul li.active {
    cursor: pointer;
  }
  .con_bar .box_tab ul li:hover > div,
  .con_bar .box_tab ul li.active > div {
    background: #4b6fb9;
    color: #fff;
  }
  .con_bar .box_tab ul li:hover:before,
  .con_bar .box_tab ul li.active:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .con_bar .box_tab ul li:hover:after,
  .con_bar .box_tab ul li.active:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
}
.ie8 .con_bar .box_tab ul {
  text-align: center;
}
.ie8 .con_bar .box_tab ul li {
  position: relative;
  z-index: 1;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 0 0 1.81818%;
  width: 340px;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .ie8 .con_bar .box_tab ul li {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_bar .box_tab ul li {
    width: 300px;
  }
}
.ie8 .con_bar .box_tab ul li > div {
  padding: 10px;
  background: #f0f0f0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  -webkit-transition: background 500ms ease, color 500ms ease;
  -moz-transition: background 500ms ease, color 500ms ease;
  -o-transition: background 500ms ease, color 500ms ease;
  transition: background 500ms ease, color 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_bar .box_tab ul li > div {
    padding: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_bar .box_tab ul li > div {
    padding: 0.5em;
  }
}
.ie8 .con_bar .box_tab ul li > div > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
.ie8 .con_bar .box_tab ul li > div .img {
  overflow: hidden;
  width: 35.29412%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.ie8 .con_bar .box_tab ul li > div .txt {
  width: 58.82353%;
  margin-left: 5.88235%;
}
.ie8 .con_bar .box_tab ul li > div .txt span {
  display: block;
}
.ie8 .con_bar .box_tab ul li:first-child {
  margin-left: 0;
}
.ie8 .con_bar .box_tab ul li:before,
.ie8 .con_bar .box_tab ul li:after {
  content: "";
  -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
  -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
  -o-transition: -o-transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
}
.ie8 .con_bar .box_tab ul li:before {
  position: absolute;
  left: 50%;
  bottom: -8px;
  border-width: 8px 4px 0;
  border-style: solid;
  border-color: #00afd5 transparent transparent transparent;
  margin-left: -4px;
  -webkit-transform: translateY(-0.3em);
  -moz-transform: translateY(-0.3em);
  -ms-transform: translateY(-0.3em);
  -o-transform: translateY(-0.3em);
  transform: translateY(-0.3em);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.ie8 .con_bar .box_tab ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 15px auto 0;
  background: #00afd5;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_bar .box_tab ul li:after {
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_bar .box_tab ul li:after {
    margin: 0;
  }
}
.ie8 .con_bar .box_tab ul li:hover,
.ie8 .con_bar .box_tab ul li.active {
  cursor: pointer;
}
.ie8 .con_bar .box_tab ul li:hover > div,
.ie8 .con_bar .box_tab ul li.active > div {
  background: #4b6fb9;
  color: #fff;
}
.ie8 .con_bar .box_tab ul li:hover:before,
.ie8 .con_bar .box_tab ul li.active:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.ie8 .con_bar .box_tab ul li:hover:after,
.ie8 .con_bar .box_tab ul li.active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_bar .obj_panel {
  position: relative;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bar .obj_panel {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bar .obj_panel {
    margin-top: 0.5em;
  }
}
.con_bar .obj_panel .panel {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  padding-bottom: 50px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 500ms ease;
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  transition: opacity 500ms ease;
}
.con_bar .obj_panel .panel.active {
  position: relative;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.con_bar .obj_panel .panel h4 {
  margin-bottom: 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bar .obj_panel .panel h4 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bar .obj_panel .panel h4 {
    margin-bottom: 0.8em;
  }
}
.con_bar .obj_panel .panel h4 span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0.3em 0.8em;
  margin-bottom: 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bar .obj_panel .panel h4 span {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bar .obj_panel .panel h4 span {
    margin-bottom: 0.5em;
  }
}
.con_bar .obj_panel .panel h4 span.c1 {
  background: #815e33;
}
.con_bar .obj_panel .panel h4 span.c2 {
  background: #4470c1;
}
.con_bar .obj_panel .panel h4 em {
  display: block;
}
.con_bar .obj_panel .panel .wrp_txt {
  margin: 25px auto 0;
  max-width: 1100px;
  width: 90%;
  padding: 25px 20px 40px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bar .obj_panel .panel .wrp_txt {
    width: 94%;
  }
}
.con_bar .obj_panel .panel .wrp_info {
  width: 48%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_bar .obj_panel .panel .wrp_info {
    width: 100%;
    float: none;
    text-align: center;
  }
  .con_bar .obj_panel .panel .txt {
    text-align: left;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bar .obj_panel .panel .wrp_txt {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bar .obj_panel .panel .wrp_txt {
    margin-top: 1em;
    width: 94%;
  }
}
.con_bar .obj_panel .panel .wrp_txt .st {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bar .obj_panel .panel .wrp_txt .st {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .wrp_txt .st {
    font-size: 2.2rem;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .con_bar .obj_panel .panel .wrp_txt {
    padding: 25px 50px 40px;
  }
}
.con_bar .obj_panel .panel .wrp_txt .tbl {
  margin-top: 95px;
  float: right;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_bar .obj_panel .panel .wrp_txt .tbl {
    margin-top: 1em;
    float: none;
    width: 100%;
  }
}
.con_bar .obj_panel .panel .wrp_txt .tbl .inf_st {
  margin-bottom: 15px;
  color: #005b98;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bar .obj_panel .panel .wrp_txt .tbl .inf_st {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bar .obj_panel .panel .wrp_txt .tbl .inf_st {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_bar .obj_panel .panel.tosui .wrp_txt .tbl table tr th,
  .con_bar .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  .con_bar .obj_panel .panel.tosui .wrp_txt .tbl table tr th {
    width: 175px;
  }
}
@media print {
  .con_bar .obj_panel .panel.tosui .wrp_txt .tbl table tr th {
    width: 175px;
  }
}
.ie8 .con_bar .obj_panel .panel.tosui .wrp_txt .tbl table tr th {
  width: 175px;
}
@media only screen and (max-width: 767px) {
  .con_bar .obj_panel .panel.tosui .wrp_txt .tbl table tr th {
    width: 23%;
    padding-top: 10px;
  }
}
@media only screen and (min-width: 1101px) {
  .con_bar .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    min-width: 300px;
    line-height: 1.7;
    font-size: 1.5rem;
  }
}
@media print {
  .con_bar .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    min-width: 300px;
  }
}
.ie8 .con_bar .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
  min-width: 300px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_bar .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    min-width: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .con_bar .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    width: 77%;
    line-height: 1.8;
  }
}
.con_bar .obj_panel .panel .wrp_txt .menu_btn ul {
  width: 100%;
  margin: 30px auto 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: max(2%, 10px);
}
.con_bar .obj_panel .panel .wrp_txt .menu_btn ul li {
  display: flex;
}
.wrp_txt .menu_btn ul li a {
  color: #fff;
  background-color: #8e6127;
  padding: 15px 0;
  display: flex;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .wrp_txt .menu_btn ul li a:hover {
    opacity: 0.75;
  }
}
.con_bar .panel:after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 0;
  z-index: -1;
  width: 1000px;
  padding-bottom: 590px;
  background: #ededfb;
  margin-right: -1000px;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}

@media only screen and (max-width: 767px) {
  .con_bar .panel:after {
    width: 52.5%;
    height: 25%;
    margin-right: -52.5%;
  }
}

/* -----------------------------------------------------------
	.con_facilities
----------------------------------------------------------- */
.con_facilities {
  overflow: hidden;
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities {
    padding-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities h3 {
    margin-bottom: 0.5em;
  }
}
.con_facilities .box_fac {
  margin: auto;
  position: relative;
  z-index: 1;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_fac {
    padding-bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac {
    margin-bottom: 1.5em;
  }
}
.con_facilities .box_fac:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: -1;
  width: 1000px;
  padding-bottom: 530px;
  background: #ededfb;
  margin-left: -1000px;
  -webkit-border-radius: 0 0 5px 0;
  -moz-border-radius: 0 0 5px 0;
  -ms-border-radius: 0 0 5px 0;
  -o-border-radius: 0 0 5px 0;
  border-radius: 0 0 5px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_fac:after {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac:after {
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac:after {
    margin-left: -52.5%;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac:after {
    width: 52.5%;
    height: 85%;
  }
}
.con_facilities .box_fac .wrp_img {
  position: relative;
}
.con_facilities .box_fac .wrp_img .img,
.con_facilities .box_fac .wrp_img .main_slider {
  overflow: hidden;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0 auto;
}
.con_facilities .box_fac .wrp_img .main_slider {
  margin-bottom: 0 !important;
}
.con_facilities .box_fac .wrp_img .main_slider > div {
  display: none;
}
.con_facilities .box_fac .wrp_img .main_slider > div:first-child {
  display: block;
}
.con_facilities .box_fac .wrp_img .en {
  color: #a4a4a4;
}
@media only screen and (min-width: 768px) {
  .con_facilities .box_fac .wrp_img .en {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
@media print {
  .con_facilities .box_fac .wrp_img .en {
    position: absolute;
    right: 0;
    top: 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.ie8 .con_facilities .box_fac .wrp_img .en {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_fac .wrp_img .en {
    right: -20px;
  }
}
.con_facilities .box_fac .wrp_txt {
  position: relative;
  z-index: 1;
  padding: 25px 2.27273% 40px 3.63636%;
  margin: 40px auto 0;
  box-sizing: border-box;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .wrp_txt {
    padding: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .wrp_txt {
    margin: 0.8em auto 0;
    width: 98%;
  }
}
@media only screen and (min-width: 768px) {
  .con_facilities .box_fac .wrp_txt {
    max-width: 1100px;
    width: 96%;
  }
}
@media print {
  .con_facilities .box_fac .wrp_txt {
    max-width: 1100px;
    width: 90%;
  }
}
.ie8 .con_facilities .box_fac .wrp_txt {
  max-width: 1100px;
  width: 90%;
}
.con_facilities .box_fac .wrp_txt .inner {
  overflow: hidden;
  float: left;
  width: 48.63636%;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .wrp_txt .inner {
    overflow: hidden;
    float: none;
    width: 100%;
  }
  .con_facilities .box_fac .wrp_txt .inner .wrp_st {
    margin-bottom: 0.5em;
  }
}
.ic {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0.2em 1.5em;
  margin-bottom: 5px;
  background: #815e33;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .ic {
    padding: 0.2em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .ic {
    margin-bottom: 15px;
  }
}
.wrp_st {
  text-align: center;
}
.con_facilities .box_fac .wrp_txt .inner .wrp_st .st {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.con_facilities .box_fac .wrp_txt .inner .wrp_st .st span {
  display: block;
  color: #b66c78;
}
@media print {
  .con_facilities .box_fac .wrp_txt .inner .txt {
    float: right;
    width: 48.63636%;
  }
}
.ie8 .con_facilities .box_fac .wrp_txt .inner .txt {
  float: right;
  width: 48.63636%;
}
.con_facilities .box_fac .wrp_txt table {
  margin: 85px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_fac .wrp_txt table {
    margin: 80px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .wrp_txt table {
    margin: 1em auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_fac .wrp_txt table {
    max-width: 335px;
  }
}
@media only screen and (min-width: 1101px) {
  .con_facilities .box_fac .wrp_txt table {
    max-width: 450px;
  }
}
@media print {
  .con_facilities .box_fac .wrp_txt table {
    max-width: 370px;
  }
}
.ie8 .con_facilities .box_fac .wrp_txt table {
  max-width: 370px;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .wrp_txt table tr th,
  .con_facilities .box_fac .wrp_txt table tr td {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }
}
@media only screen and (min-width: 768px) {
  .con_facilities .box_fac .wrp_txt table tr th {
    max-width: 170px;
  }
}
@media print {
  .con_facilities .box_fac .wrp_txt table tr th {
    max-width: 170px;
  }
}
.ie8 .con_facilities .box_fac .wrp_txt table tr th {
  max-width: 170px;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .wrp_txt table tr th {
    width: 23%;
  }
}
.con_facilities .box_fac + .fac2 {
  margin-top: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_fac + .fac2 {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac + .fac2 {
    margin-top: 2.5em;
  }
}
.con_facilities .box_fac + .fac2:after {
  background: #f4e5e5;
  left: auto;
  right: 50%;
  margin: 0 -1000px 0 0;
  -webkit-border-radius: 0 0 0 5px;
  -moz-border-radius: 0 0 0 5px;
  -ms-border-radius: 0 0 0 5px;
  -o-border-radius: 0 0 0 5px;
  border-radius: 0 0 0 5px;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac + .fac2:after {
    margin: 0 -52.5% 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_facilities .box_fac + .fac2 .wrp_img .main_slider {
    margin: 0 0 0 auto;
  }
}
@media print {
  .con_facilities .box_fac + .fac2 .wrp_img .main_slider {
    margin: 0 0 0 auto;
  }
}
.ie8 .con_facilities .box_fac + .fac2 .wrp_img .main_slider {
  margin: 0 0 0 auto;
}
.con_facilities .box_fac + .fac2 .wrp_img .en {
  right: auto;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .con_facilities .box_fac + .fac2 .wrp_txt table {
    max-width: 790px;
  }
}
@media print {
  .con_facilities .box_fac + .fac2 .wrp_txt table {
    max-width: 790px;
  }
}
.ie8 .con_facilities .box_fac + .fac2 .wrp_txt table {
  max-width: 790px;
}
.con_facilities .box_fac + .fac2 .wrp_txt table tr th span {
  background: #b66c78;
}
.con_facilities .box_oth {
  max-width: 1400px;
  width: 90%;
  margin: auto;
  margin-top: 45px;
  padding-bottom: 1px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_oth {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth {
    margin-top: 20px;
    min-height: 376px;
  }
}
.con_facilities .box_oth h4 {
  margin-bottom: 25px;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_oth h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth h4 {
    margin-bottom: 0.8em;
  }
}
.con_facilities .box_oth h4:after {
  content: "";
  display: block;
  width: 30px;
  height: 19px;
  margin: 10px auto 0;
  background: url(../images/common/ic_st1.png) no-repeat left top;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth h4:after {
    margin: 0.5em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth h4:after {
    width: 1.1em;
    height: 0.69em;
  }
}
@media only screen and (min-width: 768px) {
  .con_facilities .box_oth ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
.con_facilities .box_oth ul li {
  margin: 30px 0 0 2.71429%;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth ul li {
    margin: 0.5em 0 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_facilities .box_oth ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 31.5%;
    display: flex;
  }
  .con_facilities .box_oth ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .con_facilities .box_oth ul li:nth-child(-n + 3) {
    margin-top: 0;
  }
}
@media print {
  .con_facilities .box_oth ul li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    width: 31.5%;
  }
  .con_facilities .box_oth ul li:nth-child(3n + 1) {
    margin-left: 0;
  }
  .con_facilities .box_oth ul li:nth-child(-n + 3) {
    margin-top: 0;
  }
}
.ie8 .con_facilities .box_oth ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  width: 31.5%;
}
.ie8 .con_facilities .box_oth ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.ie8 .con_facilities .box_oth ul li:nth-child(-n + 3) {
  margin-top: 0;
}
.con_facilities .box_oth ul li:first-child {
  margin-top: 0;
}
.con_facilities .box_oth ul li .st {
  margin-bottom: 5px;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.con_facilities .box_oth ul li:nth-child(2) .st {
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_oth ul li .st {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth ul li .st {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_oth ul li .st {
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth ul li .st {
    position: relative;
    padding: 0.5em 1.5em 0.5em 1em;
    border: 1px solid #c3d2e0;
    font-size: 1.8rem;
  }
  .con_facilities .box_oth ul li .st:before,
  .con_facilities .box_oth ul li .st:after {
    font-family: FontAwesome;
    vertical-align: middle;
  }
  .con_facilities .box_oth ul li .st:after {
    content: "";
    margin-left: 0.5em;
    position: absolute;
    top: 50%;
    right: 0.8em;
    margin-top: -0.5em;
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
  }
  .con_facilities .box_oth ul li .st.active:after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}
@media only screen and (min-width: 768px) {
  .con_facilities .box_oth ul li .inner {
    display: block !important;
    position: relative;
    margin: 0 auto 40px;
  }
}
@media print {
  .con_facilities .box_oth ul li .inner {
    display: block !important;
  }
}
.ie8 .con_facilities .box_oth ul li .inner {
  display: block !important;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth ul li .inner {
    display: none;
    padding-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth ul li .inner .wrp_img {
    margin: auto;
    max-width: 441px;
  }
}
.con_facilities .box_oth ul li .inner .wrp_txt {
  margin-top: 20px;
  text-align: center;
  padding-bottom: 19%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_oth ul li .inner .wrp_txt {
    margin-top: 20px;
    text-align: center;
    padding-bottom: 32%;
  }
}
.con_facilities .box_oth ul li:nth-of-type(n + 5) .inner .wrp_txt {
  padding-bottom: 19%;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_oth ul li:nth-of-type(n + 5) .inner .wrp_txt {
    padding-bottom: 35%;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth ul li:nth-of-type(n + 5) .inner .wrp_txt {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_oth ul li .inner .wrp_txt {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth ul li .inner .wrp_txt {
    margin-top: 0.8em;
    padding-bottom: 0;
  }
}
.con_facilities .box_oth ul li .inner .wrp_txt [class^="ic"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0.2em 1.5em;
  margin-bottom: 10px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth ul li .inner .wrp_txt [class^="ic"] {
    padding: 0.2em 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth ul li .inner .wrp_txt [class^="ic"] {
    margin-bottom: 0.5em;
  }
}
.con_facilities .box_oth ul li .inner .wrp_txt .ic1,
.con_facilities .box_oth ul li .inner .wrp_txt .ic1_2 {
  background: #815e33;
}
@media only screen and (min-width: 768px) {
  .con_facilities .box_oth ul li .inner .wrp_txt .txt {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth ul li .inner .wrp_txt .txt {
    text-align: left;
  }
}
.con_facilities .box_oth ul li .inner .wrp_txt table {
  margin: 20px auto 0;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .con_facilities .box_oth ul li .inner .wrp_txt table {
    position: absolute;
    bottom: 0;
    height: 4.3em;
  }
}
table.tbl_basic tr th span {
  background: none;
  color: #000;
  font-size: 1.5rem;
}
table.tbl_basic tr td {
  font-size: 1.5rem;
  line-height: 1.5;
  vertical-align: middle;
}
table.tbl_basic tr th {
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_facilities .box_oth ul li .inner .wrp_txt table {
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_oth ul li .inner .wrp_txt table {
    margin: 1em auto 0;
  }
}
table.tbl_basic {
  width: 100%;
  border-top: 1px #9aa7c1 dotted;
  border-bottom: 1px #9aa7c1 dotted;
}
/* -----------------------------------------------------------
	.con_faq
----------------------------------------------------------- */
.con_faq {
  padding-top: 65px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_faq {
    padding-top: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq {
    padding-top: 2.5em;
  }
}
.con_faq h3 {
  margin-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .con_faq h3 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_faq .txt_read {
    text-align: center;
  }
}
@media print {
  .con_faq .txt_read {
    text-align: center;
  }
}
.ie8 .con_faq .txt_read {
  text-align: center;
}
.con_faq .box_tab {
  margin: 20px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_faq .box_tab {
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_tab {
    width: 90%;
    margin: 1em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_faq .box_tab {
    position: relative;
  }
  .con_faq .box_tab:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #f0f0f0;
    box-sizing: border-box;
  }
}
@media print {
  .con_faq .box_tab {
    position: relative;
  }
  .con_faq .box_tab:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #f0f0f0;
    box-sizing: border-box;
  }
}
.ie8 .con_faq .box_tab {
  position: relative;
}
.ie8 .con_faq .box_tab:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background: #f0f0f0;
  box-sizing: border-box;
}
/* @media only screen and (max-width: 767px) {
  .con_faq .box_tab {
    width: 95%;
  }
} */
@media only screen and (max-width: 767px) {
  .con_faq .box_tab ul {
    width: 100%;
    display: grid;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 auto;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .con_faq .box_tab ul {
    text-align: center;
  }
  .con_faq .box_tab ul li {
    position: relative;
    z-index: 1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 0 0 0.90909%;
    width: 19.27273%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_faq .box_tab ul li {
    margin: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_tab ul li {
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_tab ul li span {
    display: block;
    background: #f0f0f0;
    padding: 12px 0;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: color 500ms ease, background 500ms ease;
    -moz-transition: color 500ms ease, background 500ms ease;
    -o-transition: color 500ms ease, background 500ms ease;
    transition: color 500ms ease, background 500ms ease;
  }
}
@media only screen and (min-width: 768px) {
  .con_faq .box_tab ul li span {
    display: block;
    background: #f0f0f0;
    padding: 12px 0.5em;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: color 500ms ease, background 500ms ease;
    -moz-transition: color 500ms ease, background 500ms ease;
    -o-transition: color 500ms ease, background 500ms ease;
    transition: color 500ms ease, background 500ms ease;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_tab ul li.active span {
    background: #4b6fb9;
    color: #fff;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_faq .box_tab ul li span {
    padding: 8px 0.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_faq .box_tab ul li span {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_faq .box_tab ul li:first-child {
    margin-left: 0;
  }
  .con_faq .box_tab ul li:before,
  .con_faq .box_tab ul li:after {
    content: "";
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
    -o-transition: -o-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
  }
  .con_faq .box_tab ul li:before {
    position: absolute;
    left: 50%;
    bottom: -8px;
    border-width: 8px 4px 0;
    border-style: solid;
    border-color: #00afd5 transparent transparent transparent;
    margin-left: -4px;
    -webkit-transform: translateY(-0.3em);
    -moz-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    -o-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .con_faq .box_tab ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin: 15px auto 0;
    background: #00afd5;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_faq .box_tab ul li:after {
    margin: 10px auto 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_faq .box_tab ul li:after {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_faq .box_tab ul li:hover,
  .con_faq .box_tab ul li.active {
    cursor: pointer;
  }
  .con_faq .box_tab ul li:hover:before,
  .con_faq .box_tab ul li.active:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .con_faq .box_tab ul li:hover:after,
  .con_faq .box_tab ul li.active:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .con_faq .box_tab ul li:hover span,
  .con_faq .box_tab ul li.active span {
    background: #4b6fb9;
    color: #fff;
  }
}
@media print {
  .con_faq .box_tab ul {
    text-align: center;
  }
  .con_faq .box_tab ul li {
    position: relative;
    z-index: 1;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    margin: 0 0 0 0.90909%;
    width: 19.27273%;
  }
  .con_faq .box_tab ul li span {
    display: block;
    background: #f0f0f0;
    padding: 12px 0.5em;
    box-sizing: border-box;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: color 500ms ease, background 500ms ease;
    -moz-transition: color 500ms ease, background 500ms ease;
    -o-transition: color 500ms ease, background 500ms ease;
    transition: color 500ms ease, background 500ms ease;
  }
  .con_faq .box_tab ul li:first-child {
    margin-left: 0;
  }
  .con_faq .box_tab ul li:before,
  .con_faq .box_tab ul li:after {
    content: "";
    -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
    -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
    -o-transition: -o-transform 500ms ease, opacity 500ms ease;
    transition: transform 500ms ease, opacity 500ms ease;
  }
  .con_faq .box_tab ul li:before {
    position: absolute;
    left: 50%;
    bottom: -8px;

    border-width: 8px 4px 0;
    border-style: solid;
    border-color: #00afd5 transparent transparent transparent;
    margin-left: -4px;
    -webkit-transform: translateY(-0.3em);
    -moz-transform: translateY(-0.3em);
    -ms-transform: translateY(-0.3em);
    -o-transform: translateY(-0.3em);
    transform: translateY(-0.3em);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .con_faq .box_tab ul li:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    margin: 15px auto 0;
    background: #00afd5;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
  .con_faq .box_tab ul li:hover,
  .con_faq .box_tab ul li.active {
    cursor: pointer;
  }
  .con_faq .box_tab ul li:hover:before,
  .con_faq .box_tab ul li.active:before {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .con_faq .box_tab ul li:hover:after,
  .con_faq .box_tab ul li.active:after {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
  }
  .con_faq .box_tab ul li:hover span,
  .con_faq .box_tab ul li.active span {
    background: #4b6fb9;
    color: #fff;
  }
}
.ie8 .con_faq .box_tab ul {
  text-align: center;
}
.ie8 .con_faq .box_tab ul li {
  position: relative;
  z-index: 1;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
  margin: 0 0 0 0.90909%;
  width: 19.27273%;
}
@media only screen and (max-width: 767px) {
  .ie8 .con_faq .box_tab ul li {
    margin: 0;
  }
}
.ie8 .con_faq .box_tab ul li span {
  display: block;
  background: #f0f0f0;
  padding: 12px 0.5em;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-transition: color 500ms ease, background 500ms ease;
  -moz-transition: color 500ms ease, background 500ms ease;
  -o-transition: color 500ms ease, background 500ms ease;
  transition: color 500ms ease, background 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_faq .box_tab ul li span {
    padding: 8px 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_faq .box_tab ul li span {
    padding: 0;
  }
}
.ie8 .con_faq .box_tab ul li:first-child {
  margin-left: 0;
}
.ie8 .con_faq .box_tab ul li:before,
.ie8 .con_faq .box_tab ul li:after {
  content: "";
  -webkit-transition: -webkit-transform 500ms ease, opacity 500ms ease;
  -moz-transition: -moz-transform 500ms ease, opacity 500ms ease;
  -o-transition: -o-transform 500ms ease, opacity 500ms ease;
  transition: transform 500ms ease, opacity 500ms ease;
}
.ie8 .con_faq .box_tab ul li:before {
  position: absolute;
  left: 50%;
  bottom: -8px;
  border-width: 8px 4px 0;
  border-style: solid;
  border-color: #00afd5 transparent transparent transparent;
  margin-left: -4px;
  -webkit-transform: translateY(-0.3em);
  -moz-transform: translateY(-0.3em);
  -ms-transform: translateY(-0.3em);
  -o-transform: translateY(-0.3em);
  transform: translateY(-0.3em);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.ie8 .con_faq .box_tab ul li:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  margin: 15px auto 0;
  background: #00afd5;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_faq .box_tab ul li:after {
    margin: 10px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_faq .box_tab ul li:after {
    margin: 0;
  }
}
.ie8 .con_faq .box_tab ul li:hover,
.ie8 .con_faq .box_tab ul li.active {
  cursor: pointer;
}
.ie8 .con_faq .box_tab ul li:hover:before,
.ie8 .con_faq .box_tab ul li.active:before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.ie8 .con_faq .box_tab ul li:hover:after,
.ie8 .con_faq .box_tab ul li.active:after {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
.ie8 .con_faq .box_tab ul li:hover span,
.ie8 .con_faq .box_tab ul li.active span {
  background: #4b6fb9;
  color: #fff;
}
/* @media only screen and (max-width: 767px) {
    .con_faq .box_tab .obj_tab-sp {
      width: 100%;
      height: 2.5em;
      padding: 0 .8em;
      box-sizing: border-box;
    }
  } */
.con_faq .box_panel {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_faq .box_panel {
    margin-top: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_panel {
    margin-top: 1.5em;
  }
}
.con_faq .box_panel .obj_panel .panel {
  display: none;
}
.con_faq .box_panel .obj_panel .panel.active {
  display: block;
}
.con_faq .box_panel .obj_panel .panel h4 {
  margin-bottom: 25px;
  text-align: center;
  color: #005b98;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_faq .box_panel .obj_panel .panel h4 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_panel .obj_panel .panel h4 {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_panel .obj_panel .panel h4:after {
    margin: 0.5em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_faq .box_panel .obj_panel .panel h4:after {
    width: 1.1em;
    height: 0.69em;
  }
}
.con_faq .box_panel .obj_panel .panel h4 + dl {
  border-top: dotted 1px #000000;
}
.con_faq .box_panel .obj_panel .panel dl {
  border-bottom: dotted 1px #000000;
}
.con_faq .box_panel .obj_panel .panel dl dt,
.con_faq .box_panel .obj_panel .panel dl dd {
  position: relative;
}
.con_faq .box_panel .obj_panel .panel dl dt:before,
.con_faq .box_panel .obj_panel .panel dl dd:before {
  display: block;
  margin-right: 0.3em;
  position: absolute;
  top: 17px;
  margin-top: -2px;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_panel .obj_panel .panel dl dt:before,
  .con_faq .box_panel .obj_panel .panel dl dd:before {
    top: 0.5em;
  }
}
.con_faq .box_panel .obj_panel .panel dl dt {
  padding: 20px 50px 20px 5em;
  cursor: pointer;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_panel .obj_panel .panel dl dt {
    padding: 0.8em 2em 0.8em 2.5em;
  }
}
.con_faq .box_panel .obj_panel .panel dl dt:before {
  content: "Q.";
  color: #815e33;
  left: 35px;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_panel .obj_panel .panel dl dt:before {
    left: 0.2em;
  }
}
.con_faq .box_panel .obj_panel .panel dl dt:before,
.con_faq .box_panel .obj_panel .panel dl dt:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_faq .box_panel .obj_panel .panel dl dt:after {
  content: "";
  margin-left: 0.5em;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -0.5em;
  color: #9aa7c1;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_panel .obj_panel .panel dl dt:after {
    right: 0.5em;
  }
}
.con_faq .box_panel .obj_panel .panel dl dt.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.con_faq .box_panel .obj_panel .panel dl dd {
  display: none;
  margin: 0 30px 10px 30px;
  background: #ededfb;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_panel .obj_panel .panel dl dd {
    margin: 0 0 0.5em 0;
  }
}
.con_faq .box_panel .obj_panel .panel dl dd:before {
  content: "A.";
  left: 30px;
  color: #3f7cc5;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_panel .obj_panel .panel dl dd:before {
    left: 0.4em;
  }
}
.con_faq .box_panel .obj_panel .panel dl dd > span {
  display: block;
  padding: 20px 1em 20px 4.5em;
  background: url(../images/common/bg2.png) repeat;
}
@media only screen and (max-width: 767px) {
  .con_faq .box_panel .obj_panel .panel dl dd > span {
    padding: 0.8em 1em 0.8em 3em;
  }
}
/* -----------------------------------------------------------
	.con_Access
----------------------------------------------------------- */
.con_Access {
  padding-top: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access {
    padding-top: 75px;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access {
    padding-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access h3 {
    margin-bottom: 20px;
  }
  .con_Access h3 {
    font-size: 4.2rem;
    margin-bottom: 25px;
  }
}
.con_Access .g_map_wrp {
  position: relative;
}
.con_Access .box_map #map {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-bottom: 580px;
  margin-bottom: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_map #map {
    padding-bottom: 52.72727%;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_map #map {
    padding-bottom: 0;
    margin-bottom: 0;
  }
}
.con_Access .box_map #map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .con_Access .box_map .btn {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_Access .box_map .btn {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .con_Access .box_map .btn a,
  .con_Access .box_map .btn > span {
    position: relative;
    display: block;
    padding: 17px 1em;
    border: 1px solid #005b98;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    color: #005b98;
    -webkit-transition: color 500ms ease, background 500ms ease;
    -moz-transition: color 500ms ease, background 500ms ease;
    -o-transition: color 500ms ease, background 500ms ease;
    transition: color 500ms ease, background 500ms ease;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_Access .box_map .btn a,
  .con_Access .box_map .btn > span {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (min-width: 768px) {
  .con_Access .box_map .btn a i,
  .con_Access .box_map .btn > span i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 10px;
    height: 1px;
    margin-left: 15px;
    background: #005b98;
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    -moz-transition: background 500ms ease, -moz-transform 500ms ease;
    -o-transition: background 500ms ease, -o-transform 500ms ease;
    transition: background 500ms ease, transform 500ms ease;
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_map .btn a i,
  .con_Access .box_map .btn > span i {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_Access .box_map .btn a i,
  .con_Access .box_map .btn > span i {
    margin-left: 0.8em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_Access .box_map .btn a i,
  .con_Access .box_map .btn > span i {
    width: 0.8em;
  }
}
@media only screen and (min-width: 768px) {
  .con_Access .box_map .btn a i:before,
  .con_Access .box_map .btn > span i:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #005b98;
    border-right: 1px solid #005b98;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_Access .box_map .btn a i:before,
  .con_Access .box_map .btn > span i:before {
    margin-top: -0.2em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_Access .box_map .btn a i:before,
  .con_Access .box_map .btn > span i:before {
    width: 0.4em;
    height: 0.4em;
  }
}
@media only screen and (min-width: 768px) {
  .con_Access .box_map .btn a:hover,
  .con_Access .box_map .btn > span:hover {
    background: #ebebeb;
    background: rgba(0, 91, 152, 0.1);
  }
  .con_Access .box_map .btn a:hover i,
  .con_Access .box_map .btn > span:hover i {
    -webkit-transform: translateX(0.3em);
    -moz-transform: translateX(0.3em);
    -ms-transform: translateX(0.3em);
    -o-transform: translateX(0.3em);
    transform: translateX(0.3em);
  }
}
@media print {
  .con_Access .box_map .btn {
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 35px;
  }
  .con_Access .box_map .btn a,
  .con_Access .box_map .btn > span {
    position: relative;
    display: block;
    padding: 17px 1em;
    border: 1px solid #005b98;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    color: #005b98;
    -webkit-transition: color 500ms ease, background 500ms ease;
    -moz-transition: color 500ms ease, background 500ms ease;
    -o-transition: color 500ms ease, background 500ms ease;
    transition: color 500ms ease, background 500ms ease;
  }
  .con_Access .box_map .btn a i,
  .con_Access .box_map .btn > span i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 10px;
    height: 1px;
    margin-left: 15px;
    background: #005b98;
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    -moz-transition: background 500ms ease, -moz-transform 500ms ease;
    -o-transition: background 500ms ease, -o-transform 500ms ease;
    transition: background 500ms ease, transform 500ms ease;
  }
  .con_Access .box_map .btn a i:before,
  .con_Access .box_map .btn > span i:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #005b98;
    border-right: 1px solid #005b98;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .con_Access .box_map .btn a:hover,
  .con_Access .box_map .btn > span:hover {
    background: #ebebeb;
    background: rgba(0, 91, 152, 0.1);
  }
  .con_Access .box_map .btn a:hover i,
  .con_Access .box_map .btn > span:hover i {
    -webkit-transform: translateX(0.3em);
    -moz-transform: translateX(0.3em);
    -ms-transform: translateX(0.3em);
    -o-transform: translateX(0.3em);
    transform: translateX(0.3em);
  }
}
.ie8 .con_Access .box_map .btn {
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}
@media only screen and (max-width: 767px) {
  .ie8 .con_Access .box_map .btn {
    width: 100%;
  }
}
.ie8 .con_Access .box_map .btn a,
.ie8 .con_Access .box_map .btn > span {
  position: relative;
  display: block;
  padding: 17px 1em;
  border: 1px solid #005b98;
  background: #fff;
  box-sizing: border-box;
  text-decoration: none;
  text-align: center;
  color: #005b98;
  -webkit-transition: color 500ms ease, background 500ms ease;
  -moz-transition: color 500ms ease, background 500ms ease;
  -o-transition: color 500ms ease, background 500ms ease;
  transition: color 500ms ease, background 500ms ease;
}
@media only screen and (max-width: 767px) {
  .ie8 .con_Access .box_map .btn a,
  .ie8 .con_Access .box_map .btn > span {
    padding: 0.8em 0.5em;
  }
}
.ie8 .con_Access .box_map .btn a i,
.ie8 .con_Access .box_map .btn > span i {
  position: relative;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 10px;
  height: 1px;
  margin-left: 15px;
  background: #005b98;
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  -moz-transition: background 500ms ease, -moz-transform 500ms ease;
  -o-transition: background 500ms ease, -o-transform 500ms ease;
  transition: background 500ms ease, transform 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_Access .box_map .btn a i,
  .ie8 .con_Access .box_map .btn > span i {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_Access .box_map .btn a i,
  .ie8 .con_Access .box_map .btn > span i {
    margin-left: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_Access .box_map .btn a i,
  .ie8 .con_Access .box_map .btn > span i {
    width: 0.8em;
  }
}
.ie8 .con_Access .box_map .btn a i:before,
.ie8 .con_Access .box_map .btn > span i:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #005b98;
  border-right: 1px solid #005b98;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .ie8 .con_Access .box_map .btn a i:before,
  .ie8 .con_Access .box_map .btn > span i:before {
    margin-top: -0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .ie8 .con_Access .box_map .btn a i:before,
  .ie8 .con_Access .box_map .btn > span i:before {
    width: 0.4em;
    height: 0.4em;
  }
}
.ie8 .con_Access .box_map .btn a:hover,
.ie8 .con_Access .box_map .btn > span:hover {
  background: #ebebeb;
  background: rgba(0, 91, 152, 0.1);
}
.ie8 .con_Access .box_map .btn a:hover i,
.ie8 .con_Access .box_map .btn > span:hover i {
  -webkit-transform: translateX(0.3em);
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -o-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
@media only screen and (min-width: 1101px) {
  .con_Access .box_map .btn {
    width: 100%;
  }
}
@media print {
  .con_Access .box_map .btn {
    width: 100%;
  }
}
.ie8 .con_Access .box_map .btn {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_Access .box_map .btn {
    margin: auto;
    width: 90.5%;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_Access .box_map .btn {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_map .btn a,
  .con_Access .box_map .btn > span {
    position: relative;
    display: block;
    padding: 17px 1em;
    border: 1px solid #005b98;
    background: #fff;
    box-sizing: border-box;
    text-decoration: none;
    text-align: center;
    color: #005b98;
    -webkit-transition: color 500ms ease, background 500ms ease;
    -moz-transition: color 500ms ease, background 500ms ease;
    -o-transition: color 500ms ease, background 500ms ease;
    transition: color 500ms ease, background 500ms ease;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_Access .box_map .btn a,
  .con_Access .box_map .btn > span {
    padding: 0.8em 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_map .btn a i,
  .con_Access .box_map .btn > span i {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 10px;
    height: 1px;
    margin-left: 15px;
    background: #005b98;
    -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
    -moz-transition: background 500ms ease, -moz-transform 500ms ease;
    -o-transition: background 500ms ease, -o-transform 500ms ease;
    transition: background 500ms ease, transform 500ms ease;
  }
}
@media only screen and (max-width: 767px) and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_map .btn a i,
  .con_Access .box_map .btn > span i {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_Access .box_map .btn a i,
  .con_Access .box_map .btn > span i {
    margin-left: 0.8em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_Access .box_map .btn a i,
  .con_Access .box_map .btn > span i {
    width: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_map .btn a i:before,
  .con_Access .box_map .btn > span i:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 5px;
    height: 5px;
    margin-top: -3px;
    border-top: 1px solid #005b98;
    border-right: 1px solid #005b98;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_Access .box_map .btn a i:before,
  .con_Access .box_map .btn > span i:before {
    margin-top: -0.2em;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .con_Access .box_map .btn a i:before,
  .con_Access .box_map .btn > span i:before {
    width: 0.4em;
    height: 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_map .btn a:hover,
  .con_Access .box_map .btn > span:hover {
    background: #ebebeb;
  }
  .con_Access .box_map .btn a:hover i,
  .con_Access .box_map .btn > span:hover i {
    -webkit-transform: translateX(0.3em);
    -moz-transform: translateX(0.3em);
    -ms-transform: translateX(0.3em);
    -o-transform: translateX(0.3em);
    transform: translateX(0.3em);
  }
}
@media only screen and (min-width: 768px) {
  .con_Access .box_map .btn a {
    width: 240px;
    padding: 10px 0.5em;
    margin: 0 0 0 auto;
  }
}
@media print {
  .con_Access .box_map .btn a {
    width: 240px;
    padding: 10px 0.5em;
    margin: 0 0 0 auto;
  }
}
.ie8 .con_Access .box_map .btn a {
  width: 240px;
  padding: 10px 0.5em;
  margin: 0 0 0 auto;
}
.con_Access .box_acc {
  padding: 40px 0 80px;
  text-align: center;
}
.con_Access .txt_map {
  width: 90%;
  max-width: 1000px;
  margin: auto;
}
.con_Access .txt_map p {
  margin-bottom: 8px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_acc {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc {
    padding-top: 1.5em;
  }
}
.con_Access .box_acc + .box_acc {
  padding-top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_acc + .box_acc {
    padding-top: 65px;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc + .box_acc {
    padding-top: 2.5em;
  }
}
.con_Access .box_acc h3 {
  margin-bottom: 25px;
  text-align: center;
  color: #005b98;
  font-size: 3.2rem;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_acc h3 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc h3 {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc h3 {
    font-size: 2.4rem;
  }
}
.con_Access .box_acc h3:before {
  content: "";
  display: block;
  margin: 0 auto 13px;
  width: 29px;
  height: 29px;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc h3:before {
    margin: 0 auto 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc h3:before {
    width: 1.3em;
    height: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc h3:after {
    margin: 0.5em auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc h3:after {
    width: 1em;
    height: 0.63em;
  }
}
.con_Access .box_acc .wrp_acc .sst {
  position: relative;
  padding: 0.5em;
  margin-top: 0.8em;
  background: #815e33;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
}
.con_Access .box_acc .wrp_acc .sst:before,
.con_Access .box_acc .wrp_acc .sst:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_Access .box_acc .wrp_acc .sst:after {
  content: "";
  margin-left: 0.5em;
  position: absolute;
  right: 0.8em;
  top: 50%;
  margin-top: -0.5em;
  color: #fff;
  -webkit-transition: -webkit-transform 500ms ease;
  -moz-transition: -moz-transform 500ms ease;
  -o-transition: -o-transform 500ms ease;
  transition: transform 500ms ease;
}
.con_Access .box_acc .wrp_acc .sst.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.con_Access .box_acc.air .wrp_acc ul {
  display: none;
  padding-bottom: 1.5em;
}
.con_Access .box_acc.air .wrp_acc ul li {
  position: relative;
  padding: 0.5em;
  padding: 0.8em 0.5em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.con_Access .box_acc.air .wrp_acc ul li:nth-child(odd) {
  padding-left: 2em;
}
.con_Access .box_acc.air .wrp_acc ul li:nth-child(odd) em {
  float: left;
}
.con_Access .box_acc.air .wrp_acc ul li:nth-child(odd) span {
  float: right;
}
.con_Access .box_acc.air .wrp_acc ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  left: 1em;
  top: 0;
  height: 100%;
  width: 2px;
  background: #dddbce;
}
.con_Access .box_acc.air .wrp_acc ul li:nth-child(even) {
  border: 1px solid #815e33;
  color: #815e33;
  text-align: center;
}
.con_Access .box_acc.air .wrp_acc ul li:last-child {
  background: #005b98;
  text-align: center;
  border-color: #005b98;
  color: #fff;
}
.con_Access .box_acc.air .wrp_acc ul li:last-child:before {
  content: none;
}
.con_Access .box_acc.bus .wrp_bus {
  text-align: center;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_acc.bus .wrp_bus {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc.bus .wrp_bus {
    margin-bottom: 1em;
  }
}
.con_Access .box_acc.bus .wrp_bus .st {
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbd;
  padding: 15px 0;
  color: #4f8bd3;
  max-width: 890px;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_acc.bus .wrp_bus .st {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc.bus .wrp_bus .st {
    padding: 0.8em 0;
  }
}
.con_Access .box_acc.bus .wrp_bus .st em {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0.2em 1em;
  background: #4b6fb9;
  margin: 0 0.8em 0 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc.bus .wrp_bus .st em {
    margin: 0 0 0.5em;
  }
}
.con_Access .box_acc.bus .wrp_bus .txt {
  margin-top: 23px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_acc.bus .wrp_bus .txt {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc.bus .wrp_bus .txt {
    margin-top: 0.8em;
  }
}
.con_Access .box_acc.bus .wrp_bus .txt i {
  color: #aea152;
  margin: 0 0.5em;
}
.con_Access .box_acc.bus .wrp_acc .sst i {
  color: #e0cdb0;
}
.con_Access .box_acc.bus .wrp_acc ul {
  display: none;
  padding-bottom: 1.5em;
}
.con_Access .box_acc.bus .wrp_acc ul li {
  position: relative;
  margin-top: 1.2em;
  padding: 0.8em 0.5em;
  box-sizing: border-box;
  text-align: center;
  color: #815e33;
  border: 2px solid #815e33;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.con_Access .box_acc.bus .wrp_acc ul li:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -1.3em;
  height: 1.2em;
  border-left: 2px solid #aea152;
}
.con_Access .box_acc.bus .wrp_acc ul li:first-child {
  color: #815e33;
}
.con_Access .box_acc.bus .wrp_acc ul li:first-child .att {
  display: block;
  margin-top: 0.5em;
  color: #b54747;
  text-align: left;
}
.con_Access .box_acc.bus .wrp_acc ul li.hotel {
  background: #005b98;
  border-color: #005b98;
  color: #fff;
}
.con_Access .box_acc.bus .wrp_att {
  margin-top: 45px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_acc.bus .wrp_att {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_acc.bus .wrp_att {
    margin-top: 0.8em;
  }
}
.con_Access .box_acc.bus h4:before {
  background: url(../img/common/ic_bus.png) no-repeat left top;
}
.con_Access .box_acc.air h3:before {
  background: url(../img/common/ic_air.png) no-repeat left top;
}
.con_Access .box_btn {
  margin: 55px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_btn {
    margin: 40px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_btn {
    margin: 1em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .con_Access .box_btn {
    text-align: center;
  }
}
@media print {
  .con_Access .box_btn {
    text-align: center;
  }
}
.ie8 .con_Access .box_btn {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_Access .box_btn li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 430px;
  }
}
@media print {
  .con_Access .box_btn li {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    width: 430px;
  }
}
.ie8 .con_Access .box_btn li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  width: 430px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_btn li {
    width: 330px;
  }
}
.con_Access .box_btn li a {
  position: relative;
  display: block;
  padding: 25px 5px;
  text-decoration: none;
  box-sizing: border-box;
  text-align: center;
  color: #fff;
  -webkit-transition: background 500ms ease;
  -moz-transition: background 500ms ease;
  -o-transition: background 500ms ease;
  transition: background 500ms ease;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_btn li a {
    padding: 15px 0.4em;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_btn li a {
    padding: 0.8em 0.3em;
  }
}
.con_Access .box_btn li a span {
  display: inline-block;
  position: relative;
  padding: 0 1.3em;
}
.con_Access .box_btn li a span:before {
  position: absolute;
  left: 0;
  top: 50%;
  vertical-align: baseline;
  margin: -0.5em 0.5em 0 0;
  font-family: FontAwesome;
}
.con_Access .box_btn li a span i {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 1px;
  background: #005b98;
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  -moz-transition: background 500ms ease, -moz-transform 500ms ease;
  -o-transition: background 500ms ease, -o-transform 500ms ease;
  transition: background 500ms ease, transform 500ms ease;
}
@media only screen and (max-width: 767px) {
  .con_Access .box_btn li a span i {
    width: 0.8em;
  }
}
.con_Access .box_btn li a span i:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 5px;
  height: 5px;
  margin-top: -3px;
  border-top: 1px solid #005b98;
  border-right: 1px solid #005b98;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: border 500ms ease;
  -moz-transition: border 500ms ease;
  -o-transition: border 500ms ease;
  transition: border 500ms ease;
}
@media only screen and (max-width: 767px) {
  .con_Access .box_btn li a span i:before {
    margin-top: -0.2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_btn li a span i:before {
    width: 0.4em;
    height: 0.4em;
  }
}
.con_Access .box_btn li a:hover i {
  -webkit-transform: translateX(0.3em);
  -moz-transform: translateX(0.3em);
  -ms-transform: translateX(0.3em);
  -o-transform: translateX(0.3em);
  transform: translateX(0.3em);
}
.con_Access .box_btn li.btn1 a {
  border: 1px solid #005b98;
  color: #005b98;
}
.con_Access .box_btn li.btn1 a span:before {
  content: "\f1c1";
}
.con_Access .box_btn li.btn1 a:hover {
  background: #005b98;
  color: #fff;
}
.con_Access .box_btn li.btn1 a:hover i {
  background: #fff;
}
.con_Access .box_btn li.btn1 a:hover i:before {
  border-color: #fff;
}
.con_Access .box_btn li.btn2 {
  margin: 0 0 0 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_btn li.btn2 {
    margin: 0 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_Access .box_btn li.btn2 {
    margin: 0.5em 0 0;
  }
}
.con_Access .box_btn li.btn2 a {
  border: 1px solid #005b98;
  background: #005b98;
}
.con_Access .box_btn li.btn2 a span:before {
  content: "\f0e0";
}
.con_Access .box_btn li.btn2 a i {
  background: #fff;
}
.con_Access .box_btn li.btn2 a i:before {
  border-color: #fff;
}
.con_Access .box_btn li.btn2 a:hover {
  background: #fff;
  color: #005b98;
}
.con_Access .box_btn li.btn2 a:hover i {
  background: #005b98;
}
.con_Access .box_btn li.btn2 a:hover i:before {
  border-color: #005b98;
}
/* -----------------------------------------------------------
	#reservation_01.lower
----------------------------------------------------------- */
#reservation_01.lower {
  display: none;
}
/* -----------------------------------------------------------
	#obj_modal
----------------------------------------------------------- */
#obj_modal {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.95);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: none;
}
#obj_modal .bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#obj_modal .obj_close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  #obj_modal .obj_close {
    top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .obj_close {
    right: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .obj_close {
    width: 2em;
    height: 2em;
  }
}
#obj_modal .obj_close:hover {
  cursor: pointer;
}
#obj_modal .con_modal {
  position: relative;
  z-index: 1;
  height: 100%;
}
#obj_modal .con_modal .box_modal {
  text-align: center;
  vertical-align: top;
  padding: 50px 0;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_modal .con_modal .box_modal {
    padding: 40px 0;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal {
    padding: 2em 0;
  }
}
#obj_modal .con_modal .box_modal .wrp_gue [class^="ic"] {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0.2em 1.5em;
  margin-bottom: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue [class^="ic"] {
    padding: 0.2em 1em;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue [class^="ic"] {
    margin-bottom: 0.5em;
  }
}
#obj_modal .con_modal .box_modal .wrp_gue .ic1 {
  background: #815e33;
}
#obj_modal .con_modal .box_modal .wrp_gue .ic2 {
  background: #4b6fb9;
}
#obj_modal .con_modal .box_modal .wrp_gue .st {
  margin-bottom: 15px;
  text-align: center;
  font-size: 3.6rem;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_modal .con_modal .box_modal .wrp_gue .st {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue .st {
    font-size: 2.2rem;
    margin-bottom: 10px;
  }
}
#obj_modal .con_modal .box_modal .wrp_gue .img {
  position: relative;
}
#obj_modal .con_modal .box_modal .wrp_gue .img span {
  position: absolute;
  top: -0.8em;
  right: 5.90909%;
  padding: 0.3em 1.5em;
  background: rgba(0, 91, 152, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue .img span {
    right: 1em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_modal .con_modal .box_modal .wrp_gue .img span {
    padding: 0.3em 1em;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue .img span {
    padding: 0.3em 0.5em;
  }
}
#obj_modal .con_modal .box_modal .wrp_gue .img span:before {
  content: "\f1e5 ";
  font-family: FontAwesome;
  margin-right: 0.5em;
}
#obj_modal .con_modal .box_modal .wrp_gue .txt {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_modal .con_modal .box_modal .wrp_gue .txt {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue .txt {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue .txt {
    text-align: left;
  }
}
#obj_modal .con_modal .box_modal .wrp_gue table {
  text-align: left;
  margin: 20px auto 0;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_modal .con_modal .box_modal .wrp_gue table {
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue table {
    margin: 1em auto 0;
  }
}
@media only screen and (min-width: 768px) {
  #obj_modal .con_modal .box_modal .wrp_gue table {
    width: auto;
  }
}
@media print {
  #obj_modal .con_modal .box_modal .wrp_gue table {
    width: auto;
  }
}
.ie8 #obj_modal .con_modal .box_modal .wrp_gue table {
  width: auto;
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue table tr th,
  #obj_modal .con_modal .box_modal .wrp_gue table tr td {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
    vertical-align: top;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue table tr th {
    width: 35%;
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue table tr td {
    width: 60%;
    padding: 10px 0 0 0px;
  }
}
#obj_modal .con_modal .box_modal .wrp_gue .att {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1100px) {
  #obj_modal .con_modal .box_modal .wrp_gue .att {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue .att {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  #obj_modal .con_modal .box_modal .wrp_gue .att {
    text-align: left;
  }
}
.room-swiper {
  background-color: #eee;
  aspect-ratio: 1100 / 641;
}
.room-swiper-button-prev:after,
.room-swiper-button-next:after {
  height: 30px;
  width: 15px;
}
.room-swiper-button-prev,
.room-swiper-button-next {
  top: 50%;
  margin-top: inherit;
  translate: 0 -50%;
}
@media screen and (min-width: 1024px) {
  .room-swiper-button-prev:after,
  .room-swiper-button-next:after {
    height: 60px;
    width: 30px;
  }
  .room-swiper-button-prev {
    translate: -100px -50%;
    transition: all 0.3s ease;
  }
  .room-swiper-button-next {
    translate: 100px -50%;
    transition: all 0.3s ease;
  }
  .room-swiper:hover .room-swiper-button-prev,
  .room-swiper:hover .room-swiper-button-next {
    translate: 0 -50%;
  }
  .room-swiper {
    width: 70%;
    margin: 0 auto;
  }
}
/* ========================
	event_bnr
========================== */
.event_bnr {
  width: 90%;
  margin: 0 auto 20px;
  text-align: center;
}
.event_bnr ul li:nth-child(n + 2) {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .event_bnr {
    width: 95%;
    margin: 40px auto 20px;
  }
}
@media screen and (min-width: 1024px) {
  .event_bnr {
    width: 1000px;
    margin: 0 auto 30px;
  }
}
/* ========================
	alpha
========================== */
@media screen and (min-width: 768px) {
  .alpha a:hover {
    opacity: 0.7;
    filter: alpha(opacity = 70);
    -ms-filter: "alpha(opacity=70)";
  }
}
