@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 style info : トップページ
=================================================================== */

body {
  background: url(/kyoto/hanareya/img/common/main_bg.png);
}

/* =======================
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;
  }
}

/* =======================
.flexslider
========================== */
.flexslider.pc_on {
  position: relative;
}

.flexslider .slides > li:first-child {
  display: block;
  -webkit-backface-visibility: visible;
}

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}

.flexslider .slides > li:not(:first-child) {
  display: none;
}

@media screen and (min-width: 1024px) {
  .box_modal .wrp_gue .flexslider {
    width: 70%;
    margin: 0 auto;
  }

  .flexslider {
    margin-bottom: 2%;
  }

  .flex-control-nav {
    bottom: 10px;
  }
}

/* =======================
.pc_main_copy
========================== */
.main_copy {
  position: absolute;
  inset: 0 0 0 0;
  z-index: 2;
  height: fit-content;
  -moz-height: fit-content;
  margin: auto;
  width: 100%;
}

.main_copy img {
  max-width: 60%;
  height: auto;
  width: 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: 42px 0 0 0;
  }

  .main_copy img {
    display: block;
    max-width: 24%;
    margin: 0 auto;
  }
}

@media screen and (min-width: 1440px) {
  .main_copy {
    inset: 0 0 0 0;
  }
}

/*============
h1
========================== */
.main 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%;
  margin-top: 1.2em;
}
.sp_bestlate_bnr p + p {
  margin-top: 1px;
}
/* =======================
	　fv_bnr
========================== */
.flexslider .fv_bnr_box img {
  max-width: 100%;
  width: auto;
}
.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;
  }
}
@media screen and (min-width: 768px) {
  /*============
h1
========================== */
  .main h1 {
    top: 75%;
    font-size: clamp(1.4rem, 2vw, 2.8rem);
    letter-spacing: 0.03rem;
  }
}

@media screen and (min-width: 1024px) {
  /*============
h1
========================== */
  .main 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);
  }
}

/* =======================
	　.img_mtm
========================== */
.img_mtm {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 98%;
  bottom: 25px;
}

.img_mtm p:nth-child(3) {
  margin-right: 10px;
}

.img_mtm a:hover {
  opacity: 0.75;
}

.img_mtm .pc_pickup_area {
  display: flex;
}

.img_mtm .pc_pickup_area p {
  margin-right: 10px;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .img_mtm {
    width: 96vw;
    left: 2vw;
    z-index: 3;
  }

  .img_mtm .pc_pickup_area p {
    width: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .img_mtm {
    display: flex;
    position: absolute;
    width: 96vw;
    bottom: 25px;
    left: 2vw;
    z-index: 3;
  }

  .img_mtm .pc_pickup_area {
    width: auto;
  }

  .img_mtm .pc_pickup_area p {
    width: 110px;
  }
}

@media screen and (min-width: 1025px) {
  .img_mtm .pc_pickup_area p {
    width: 150px;
  }
}

@media screen and (min-width: 1024px) {
  .pc_bestlate_bnr {
    width: 240px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
}

/* =======================
	　emblem系
========================== */
.fv_emblem {
  position: absolute;
  bottom: 15px;
  z-index: 3;
  width: 85%;
  left: 50%;
  margin-left: -42%;
}

.fv_emblem a:hover {
  opacity: 0.8;
}

pc_emblem {
  display: block;
  width: 80px;
}

.gtt_emblem {
  display: block;
  width: 80px;
  margin-right: 10px;
}

.tb_emblem {
  width: 170px;
  position: absolute;
  bottom: 65px;
}

@media screen and (min-width: 1024px) {
  .on_fv .pc_emblem,
  .on_fv .gtt_emblem {
    width: 150px;
  }

  .on_fv .gtt_emblem {
    margin-right: 10px;
  }

  .fv_emblem {
    width: 1000px;
    position: absolute;
    bottom: 15px;
    z-index: 3;
    left: 0;
    right: 0;
    margin: 0 auto;
  }

  .emblem {
    width: 150px;
    margin: 0 5px;
  }

  .gtt_emblem {
    width: 150px;
    margin: 0 20px 0 5px;
  }
}

/* =======================
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;
  }
}

/* =======================
	　.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%;
  }
}

/* -----------------------------------------------------------
	パーツ
----------------------------------------------------------- */
.tmp_st1 {
  margin-bottom: 15px;
  font-size: 2.6rem;
  letter-spacing: 1px;
  text-align: center;
  line-height: 1.25;
}

@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_hotspring .box_tab ul,
.con_hotspring .obj_panel .panel .wrp_txt,
.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_hotspring .box_tab ul,
  .con_hotspring .obj_panel .panel .wrp_txt,
  .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;
}

/* =======================
	　info_popup
========================== */
.info_popup {
  margin: 0 auto 20px;
  line-height: 1.5;
}

@media screen and (min-width: 1024px) {
  .info_popup {
    margin: 20px auto;
  }
}

.info_popup p {
  border: 1px solid #cc3333;
  text-align: center;
  padding: 0.5em;
}

@media screen and (min-width: 1065px) {
  .info_popup p {
    margin: 0 auto;
  }
}

.info_popup a {
  color: #cc3333;
}

/* =======================
		Accordion details summary
========================== */
.accordion_js-summary {
  /* display: list-item;以外を指定してデフォルトの三角形アイコンを消します */
  display: block;
}

.accordion_js-summary::-webkit-details-marker {
  /* Safariで表示されるデフォルトの三角形アイコンを消します */
  display: none;
}

.accordion_js-summary_inner {
  cursor: pointer;
  display: grid;
  align-items: center;
  justify-items: center;
  text-align: center;
  padding-inline: 24px;
  position: relative;
}
.accordion_js-icon {
  display: block;
  position: absolute;
  width: 22px;
  flex-shrink: 0;
  transform-origin: center 43%;
  transition: transform 0.4s;
  right: 0;
}

/* is-openedクラスが付与されたときのスタイル */
.accordion_js-details.is-opened .accordion_js-icon {
  transform: rotate(180deg);
}

/* アイコンのバーのスタイル */
.accordion_js-icon::before,
.accordion_js-icon::after {
  content: "";
  position: absolute;
  display: block;
  width: 13px;
  height: 1px;
  background-color: #999;
}
.accordion_js-icon::before {
  left: 0;
  transform: rotate(45deg);
}
.accordion_js-icon::after {
  right: 0;
  transform: rotate(-45deg);
}

/* --------アコーディオンの中身のスタイル-------- */
.accordion_js-content {
  overflow: hidden;
}
.accordion_js-content_inner {
  padding: 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  text-align: left;
}
.list_news_item + .list_news_item {
  margin-top: 10px;
}
.list_news_item_text {
  border: 1px solid #999;
  display: block;
  padding-block: 10px;
  padding-inline: 1.2rem;
  text-decoration: none;
  height: 100%;
  text-align: center;
  box-sizing: border-box;
}
.list_news_item_text .accordion_js-summary_inner {
  padding-inline: 38px;
}
.list_news_item_text .accordion_js-content_inner {
  padding: 24px 1rem;
  gap: 8px;
  margin-top: 10px;
  border-top: 1px solid #999;
}
.list_news_item_text .accordion_js-icon {
  transform: unset;
  right: 10px;
}
@media (any-hover: hover) {
  .list_news_item_text.accordion_js-details .accordion_js-summary:hover .accordion_js-summary_inner {
    opacity: 0.7;
  }
}
/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_intro {
    padding-top: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .con_intro {
    padding-top: 20px;
  }
}

.con_intro .box_int {
  max-width: 1300px;
  width: 90%;
  margin: auto;
}

.con_intro .box_int .wrp_txt {
  display: flex;
  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%;
    margin: 50px auto 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 .sub-copy {
    margin-bottom: 50px;
  }

  .con_intro .box_int .wrp_txt .inner .txt {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .con_intro .box_int .wrp_txt .img {
    z-index: 1;
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  #contents .con_intro .box_int .wrp_txt .img {
  }
}

.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%;
  }
}

.con_information .notice {
  margin: 30px auto;
}

.con_information .notice {
  width: 100%;
  margin: 40px auto 0;
}

.con_notice .notice {
  width: 90%;
  max-width: 1000px;
  margin: 20px auto 0;
}

@media only screen and (min-width: 1100px) {
  .con_notice .notice {
    margin: 40px auto;
  }
}

.con_information .notice p,
.con_notice .notice p {
  display: block;
  padding: 10px 10px 10px 10px;
  border: #999 solid 1px;
  text-align: center;
  max-width: 1000px;
  margin: 10px auto 0;
}

.con_information .notice .coronavirus_note a,
.con_notice .notice .coronavirus_note a {
  font-weight: bold;
}

@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: 8% 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;
    width: 53%;
    max-width: 730px;
  }
}

@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) and (max-width: 1475px) {
  .con_information .box_inf .wrp_txt {
  }
}

@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;
}

/* -----------------------------------------------------------
	.con_hotspring
----------------------------------------------------------- */
.con_hotspring {
  padding-top: 100px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring {
    padding-top: 75px;
  }
}

@media only screen and (max-width: 767px) {
  .con_hotspring {
    padding-top: 2.5em;
  }
}

.con_hotspring h3 {
  margin-bottom: 50px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring h3 {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 767px) {
  .con_hotspring h3 {
    margin-bottom: 0.8em;
  }
}

@media only screen and (min-width: 768px) {
  .con_hotspring .box_tab {
    position: relative;
  }

  .con_hotspring .box_tab:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #f0f0f0;
    box-sizing: border-box;
  }
}

@media print {
  .con_hotspring .box_tab {
    position: relative;
  }

  .con_hotspring .box_tab:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: #f0f0f0;
    box-sizing: border-box;
  }
}

.ie8 .con_hotspring .box_tab {
  position: relative;
}

.ie8 .con_hotspring .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_hotspring .box_tab {
    width: 95%;
    margin: auto;
  }
}

@media only screen and (min-width: 768px) {
  .con_hotspring .box_tab ul {
    text-align: center;
  }

  .con_hotspring .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_hotspring .box_tab ul li {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring .box_tab ul li {
    width: 300px;
  }
}

@media only screen and (min-width: 768px) {
  .con_hotspring .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_hotspring .box_tab ul li > div {
    padding: 8px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_hotspring .box_tab ul li > div {
    padding: 0.5em;
  }
}

@media only screen and (min-width: 768px) {
  .con_hotspring .box_tab ul li > div > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }

  .con_hotspring .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_hotspring .box_tab ul li > div .txt {
    width: 58.82353%;
    margin-left: 5.88235%;
  }
}

@media only screen and (min-width: 768px) {
  .con_hotspring .box_tab ul li > div .txt span {
    display: block;
  }

  .con_hotspring .box_tab ul li:first-child {
    margin-left: 0;
  }

  .con_hotspring .box_tab ul li:before,
  .con_hotspring .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_hotspring .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_hotspring .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_hotspring .box_tab ul li:after {
    margin: 10px auto 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 767px) {
  .con_hotspring .box_tab ul li:after {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .con_hotspring .box_tab ul li:hover,
  .con_hotspring .box_tab ul li.active {
    cursor: pointer;
  }

  .con_hotspring .box_tab ul li:hover > div,
  .con_hotspring .box_tab ul li.active > div {
    background: #4b6fb9;
    color: #fff;
  }

  .con_hotspring .box_tab ul li:hover:before,
  .con_hotspring .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_hotspring .box_tab ul li:hover:after,
  .con_hotspring .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_hotspring .box_tab ul {
    text-align: center;
  }

  .con_hotspring .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_hotspring .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_hotspring .box_tab ul li > div > * {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }

  .con_hotspring .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_hotspring .box_tab ul li > div .txt {
    width: 58.82353%;
    margin-left: 5.88235%;
  }
}

@media print {
  .con_hotspring .box_tab ul li > div .txt span {
    display: block;
  }

  .con_hotspring .box_tab ul li:first-child {
    margin-left: 0;
  }

  .con_hotspring .box_tab ul li:before,
  .con_hotspring .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_hotspring .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_hotspring .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_hotspring .box_tab ul li:hover,
  .con_hotspring .box_tab ul li.active {
    cursor: pointer;
  }

  .con_hotspring .box_tab ul li:hover > div,
  .con_hotspring .box_tab ul li.active > div {
    background: #4b6fb9;
    color: #fff;
  }

  .con_hotspring .box_tab ul li:hover:before,
  .con_hotspring .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_hotspring .box_tab ul li:hover:after,
  .con_hotspring .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_hotspring .box_tab ul {
  text-align: center;
}

.ie8 .con_hotspring .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_hotspring .box_tab ul li {
    margin: 0;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .ie8 .con_hotspring .box_tab ul li {
    width: 300px;
  }
}

.ie8 .con_hotspring .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_hotspring .box_tab ul li > div {
    padding: 8px;
  }
}

@media only screen and (max-width: 767px) {
  .ie8 .con_hotspring .box_tab ul li > div {
    padding: 0.5em;
  }
}

.ie8 .con_hotspring .box_tab ul li > div > * {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}

.ie8 .con_hotspring .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_hotspring .box_tab ul li > div .txt {
  width: 58.82353%;
  margin-left: 5.88235%;
}

.ie8 .con_hotspring .box_tab ul li > div .txt span {
  display: block;
}

.ie8 .con_hotspring .box_tab ul li:first-child {
  margin-left: 0;
}

.ie8 .con_hotspring .box_tab ul li:before,
.ie8 .con_hotspring .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_hotspring .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_hotspring .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_hotspring .box_tab ul li:after {
    margin: 10px auto 0;
  }
}

@media only screen and (max-width: 767px) {
  .ie8 .con_hotspring .box_tab ul li:after {
    margin: 0;
  }
}

.ie8 .con_hotspring .box_tab ul li:hover,
.ie8 .con_hotspring .box_tab ul li.active {
  cursor: pointer;
}

.ie8 .con_hotspring .box_tab ul li:hover > div,
.ie8 .con_hotspring .box_tab ul li.active > div {
  background: #4b6fb9;
  color: #fff;
}

.ie8 .con_hotspring .box_tab ul li:hover:before,
.ie8 .con_hotspring .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_hotspring .box_tab ul li:hover:after,
.ie8 .con_hotspring .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_hotspring .obj_panel {
  position: relative;
  margin-top: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring .obj_panel {
    margin-top: 35px;
  }
}

@media only screen and (max-width: 767px) {
  .con_hotspring .obj_panel {
    margin-top: 2em;
  }
}

.con_hotspring .obj_panel .panel {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  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_hotspring .obj_panel .panel.active {
  position: relative;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.con_hotspring .obj_panel .panel h4 {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring .obj_panel .panel h4 {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 767px) {
  .con_hotspring .obj_panel .panel h4 {
    margin-bottom: 0.8em;
  }
}

.con_hotspring .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_hotspring .obj_panel .panel h4 span {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .con_hotspring .obj_panel .panel h4 span {
    margin-bottom: 0.5em;
  }
}

.con_hotspring .obj_panel .panel h4 span.c1 {
  background: #815e33;
}

.con_hotspring .obj_panel .panel h4 span.c2 {
  background: #4470c1;
}

.con_hotspring .obj_panel .panel h4 em {
  display: block;
}

.con_hotspring .slider_item .slick-slider {
  margin-bottom: 0 !important;
}

.con_hotspring .slider_item .slick-slider > div {
  display: none;
}

.con_hotspring .slider_item .slick-slider > div:first-child {
  display: block;
}

.con_hotspring .slider_item .slick-slider .slick-slide {
  overflow: hidden;
  -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 only screen and (min-width: 1101px) and (max-width: 1600px) {
  .con_hotspring .slider_item .slick-slider .slick-slide {
    overflow: hidden;
  }

  .con_hotspring .slider_item .slick-slider .slick-slide img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}

@media print {
  .con_hotspring .slider_item .slick-slider .slick-slide {
    overflow: hidden;
  }

  .con_hotspring .slider_item .slick-slider .slick-slide img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}

.ie8 .con_hotspring .slider_item .slick-slider .slick-slide {
  overflow: hidden;
}

.ie8 .con_hotspring .slider_item .slick-slider .slick-slide img {
  position: relative;
  width: 130%;
  max-width: none;
  margin-left: -15%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring .slider_item .slick-slider .slick-slide {
    overflow: hidden;
  }

  .con_hotspring .slider_item .slick-slider .slick-slide img {
    position: relative;
    width: 150%;
    max-width: none;
    margin-left: -25%;
  }
}

@media only screen and (max-width: 767px) {
  .con_hotspring .slider_item .slick-slider .slick-slide {
    overflow: hidden;
  }

  .con_hotspring .slider_item .slick-slider .slick-slide img {
    position: relative;
    width: 180%;
    max-width: none;
    margin-left: -40%;
  }
}

.con_hotspring .slider_item .slick-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) {
  .con_hotspring .slider_item .slick-slider .slick-slide span {
    padding: 0.3em 0.5em;
  }
}

.con_hotspring .slider_item .slick-slider .slick-dots {
  position: static;
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .con_hotspring .slider_item .slick-slider .slick-dots {
    margin-top: 0.5em;
  }
}

.con_hotspring .slider_item .slick-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_hotspring .slider_item .slick-slider .slick-dots li {
    margin: 0 0 0 1em;
  }
}

@media only screen and (max-width: 767px) {
  .con_hotspring .slider_item .slick-slider .slick-dots li {
    width: 0.7em;
    height: 0.7em;
  }
}

.con_hotspring .slider_item .slick-slider .slick-dots li:first-child {
  margin: 0;
}

.con_hotspring .slider_item .slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.con_hotspring .slider_item .slick-slider .slick-dots li button:before {
  content: none;
}

.con_hotspring .slider_item .slick-slider .slick-dots li:hover,
.con_hotspring .slider_item .slick-slider .slick-dots li.slick-active {
  background: #00afd5;
}

.con_hotspring .obj_panel .panel .wrp_txt {
  margin-top: 25px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring .obj_panel .panel .wrp_txt {
    margin-top: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .con_hotspring .obj_panel .panel .wrp_txt {
    margin-top: 1em;
  }
}

.con_hotspring .obj_panel .panel .wrp_txt .st {
  margin-bottom: 20px;
  text-align: center;
  color: #005b98;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_hotspring .obj_panel .panel .wrp_txt .st {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 767px) {
  .con_hotspring .obj_panel .panel .wrp_txt .st {
    margin-bottom: 0.8em;
  }
}

@media only screen and (min-width: 768px) {
  .con_hotspring .obj_panel .panel .wrp_txt .txt {
    text-align: center;
  }
}

@media print {
  .con_hotspring .obj_panel .panel .wrp_txt .txt {
    text-align: center;
  }
}

.ie8 .con_hotspring .obj_panel .panel .wrp_txt .txt {
  text-align: center;
}

.con_hotspring .obj_panel .panel .wrp_txt .tbl {
  margin-top: 15px;
}

@media only screen and (max-width: 767px) {
  .con_hotspring .obj_panel .panel .wrp_txt .tbl {
    margin-top: 1em;
  }
}

.con_hotspring .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_hotspring .obj_panel .panel .wrp_txt .tbl .inf_st {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .con_hotspring .obj_panel .panel .wrp_txt .tbl .inf_st {
    margin-bottom: 0.5em;
  }
}

.wrp_info .bana {
  margin: 20px 0 0 0;
}

.wrp_txt .tbl .notice {
  margin: 20px auto 30px;
}

.wrp_info .notice .rest_info {
  display: block;
  padding: 10px 10px 10px 10px;
  border: #999 solid 1px;
  text-align: center;
  max-width: 1000px;
  margin: 0 0 10px 0;
}

@media only screen and (max-width: 767px) {
  .con_hotspring .obj_panel .panel.tosui .wrp_txt .tbl table tr th,
  .con_hotspring .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_hotspring .obj_panel .panel.tosui .wrp_txt .tbl table tr th {
    width: 175px;
  }
}

@media print {
  .con_hotspring .obj_panel .panel.tosui .wrp_txt .tbl table tr th {
    width: 175px;
  }
}

.ie8 .con_hotspring .obj_panel .panel.tosui .wrp_txt .tbl table tr th {
  width: 175px;
}

@media only screen and (max-width: 767px) {
  .con_hotspring .obj_panel .panel.tosui .wrp_txt .tbl table tr th {
    width: 40%;
  }
}

@media only screen and (min-width: 1101px) {
  .con_hotspring .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    min-width: 300px;
  }
}

@media print {
  .con_hotspring .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    min-width: 300px;
  }
}

.ie8 .con_hotspring .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_hotspring .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    min-width: 260px;
  }
}

@media only screen and (max-width: 767px) {
  .con_hotspring .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    width: 60%;
  }
}

/* -----------------------------------------------------------
	.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;
  }
}

.con_Access .txt_read {
  padding: 10px 15px;
  border: 1px solid #cc3333;
  margin: 20px auto 30px;
  color: #cc3333;
  width: 86%;
  max-width: 1100px;
}

@media only screen and (min-width: 768px) {
  .con_guestrooms .txt_read,
  .con_restaurant .txt_read,
  .con_Access .txt_read {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .con_guestrooms .txt_read,
  .con_restaurant .txt_read {
    width: 90%;
    margin: auto;
  }

  .con_Access .txt_read {
    width: 90%;
    box-sizing: border-box;
    text-align: left;
  }
}

.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;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 767px) {
  .con_guestrooms .box_gue > ul > li .wrp_txt .inner > div .sst em {
    font-size: 1.6rem;
    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 .slick-slider {
  margin-bottom: 0 !important;
}

@media only screen and (min-width: 1101px) {
  .con_dining .box_din .slick-slider {
    width: 70%;
  }
}

@media print {
  .con_dining .box_din .slick-slider {
    width: 70%;
  }
}

.ie8 .con_dining .box_din .slick-slider {
  width: 70%;
}

@media only screen and (max-width: 1100px) {
  .con_dining .box_din .slick-slider {
    width: 95%;
    margin: auto;
  }
}

.con_dining .box_din .slick-slider > div {
  display: none;
}

.con_dining .box_din .slick-slider > div:first-child {
  display: block;
}

.con_dining .box_din .slick-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 .slick-slider .slick-slide {
    height: 640px;
  }
}

@media print {
  .con_dining .box_din .slick-slider .slick-slide {
    height: 640px;
  }
}

.ie8 .con_dining .box_din .slick-slider .slick-slide {
  height: 640px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_dining .box_din .slick-slider .slick-slide {
    overflow: hidden;
  }

  .con_dining .box_din .slick-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 .slick-slider .slick-slide {
    overflow: hidden;
  }

  .con_dining .box_din .slick-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 .slick-slider .slick-slide img {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1400px;
    margin-left: -700px;
  }
}

@media print {
  .con_dining .box_din .slick-slider .slick-slide img {
    max-width: none;
    position: absolute;
    left: 50%;
    top: 0;
    width: 1400px;
    margin-left: -700px;
  }
}

.ie8 .con_dining .box_din .slick-slider .slick-slide img {
  max-width: none;
  position: absolute;
  left: 50%;
  top: 0;
  width: 1400px;
  margin-left: -700px;
}

.con_dining .box_din .slick-slider .slick-dots {
  position: static;
  margin-top: 13px;
}

@media only screen and (max-width: 767px) {
  .con_dining .box_din .slick-slider .slick-dots {
    margin-top: 0.5em;
  }
}

@media only screen and (min-width: 1101px) {
  .con_dining .box_din .slick-slider .slick-dots {
    text-align: right;
  }
}

@media print {
  .con_dining .box_din .slick-slider .slick-dots {
    text-align: right;
  }
}

.ie8 .con_dining .box_din .slick-slider .slick-dots {
  text-align: right;
}

.con_dining .box_din .slick-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 .slick-slider .slick-dots li {
    margin: 0 0 0 1em;
  }
}

@media only screen and (max-width: 767px) {
  .con_dining .box_din .slick-slider .slick-dots li {
    width: 0.7em;
    height: 0.7em;
  }
}

.con_dining .box_din .slick-slider .slick-dots li:first-child {
  margin: 0;
}

.con_dining .box_din .slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.con_dining .box_din .slick-slider .slick-dots li button:before {
  content: none;
}

.con_dining .box_din .slick-slider .slick-dots li:hover,
.con_dining .box_din .slick-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 .slick-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 .slick-slider {
  margin: 0 0 0 auto;
}

@media only screen and (min-width: 1101px) {
  .con_dining .box_din.dining2 .slick-slider .slick-dots {
    text-align: left;
  }
}

@media print {
  .con_dining .box_din.dining2 .slick-slider .slick-dots {
    text-align: left;
  }
}

.ie8 .con_dining .box_din.dining2 .slick-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 .slick-slider {
  margin-bottom: 0 !important;
  margin-top: 20px;
}

.slider_item .slick-slider > div {
  display: none;
}

.slider_item .slick-slider > div:first-child {
  display: block;
}

.slider_item .slick-slider .slick-slide {
  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;
}

@media screen and (min-width: 0px) {
  .slider_item .slick-slider.pc_none {
    display: block;
  }

  .slider_item .slick-slider.sp_none {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  .slider_item .slick-slider.pc_none {
    display: none;
  }

  .slider_item .slick-slider.sp_none {
    display: block;
  }
}

@media only screen and (min-width: 1024px) {
  .slider_item .slick-slider .slick-slide {
    max-width: 1100px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .slider_item .slick-slider .slick-slide {
    max-width: 704px;
  }
}

@media only screen and (max-width: 767px) {
  .slider_item .slick-slider > div {
    padding: 0 6.5% !important;
  }
}

@media only screen and (min-width: 1101px) and (max-width: 1600px) {
  .slider_item .slick-slider .slick-slide {
    overflow: hidden;
    position: relative;
    margin: 0 20px;
  }

  .slider_item .slick-slider .slick-slide img {
    position: relative;
    width: 100%;
    max-width: none;
  }
}

.ie8 .slider_item .slick-slider .slick-slide {
  overflow: hidden;
}

.ie8 .slider_item .slick-slider .slick-slide img {
  position: relative;
  width: 130%;
  max-width: none;
  margin-left: -15%;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .slider_item .slick-slider .slick-slide {
    overflow: hidden;
  }

  .slider_item .slick-slider .slick-slide img {
    position: relative;
    width: 125%;
    max-width: none;
    margin-left: -10%;
  }
}

@media only screen and (max-width: 767px) {
  .slider_item .slick-slider .slick-slide {
    overflow: hidden;
    position: relative;
    margin: 0 30px 0 -20px;
  }

  .slider_item .slick-slider .slick-slide img {
    position: relative;
    width: 100%;
    max-width: none;
  }
}

.slider_item .slick-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 .slick-slider .slick-slide span {
    padding: 0.3em 0.5em;
  }
}

.slider_item .slick-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 .slick-slider .slick-dots li {
    margin: 0 0 0 1em;
  }
}

@media only screen and (max-width: 767px) {
  .slider_item .slick-slider .slick-dots li {
    width: 0.7em;
    height: 0.7em;
  }
}

.slider_item .slick-slider .slick-dots li:first-child {
  margin: 0;
}

.slider_item .slick-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}

.slider_item .slick-slider .slick-dots li button:before {
  content: none;
}

.slider_item .slick-slider .slick-dots li:hover,
.slider_item .slick-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 {
  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 .copy_txt2 {
  margin: 0 0 10px 0;
  text-align: center;
}

.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: 27%;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 1101px) {
  .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    min-width: 400px;
    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 {
    width: 500px;
  }
}

@media only screen and (max-width: 767px) {
  .con_restaurant .obj_panel .panel.tosui .wrp_txt .tbl table tr td {
    width: 73%;
    line-height: 1.8;
  }
}

.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 .slick-slider .slick-prev {
  left: 6%;
  top: 45%;
  height: 47px;
  width: 47px;
}

.slider_item .slick-slider .slick-next {
  right: 5%;
  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;
  }

  .slick-list {
    width: 100%;
  }

  .slider_item .slick-slider .slick-next {
    right: 4% !important;
    height: 20px;
    width: 20px;
  }

  .slider_item .slick-slider .slick-prev {
    left: 4% !important;
    height: 20px;
    width: 20px;
  }
}

/* -----------------------------------------------------------
	.con_facilities
----------------------------------------------------------- */
.con_facilities {
  overflow: hidden;
  padding-top: 70px;
  max-width: 2000px;
  margin-right: auto;
  margin-left: auto;
}

@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 {
    padding-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: 50%;
  }
}

@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 .slick-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;
}

@media only screen and (max-width: 1100px) {
  .con_facilities .box_fac .wrp_img .img,
  .con_facilities .box_fac .wrp_img .slick-slider {
    overflow: hidden;
    width: 98%;
  }

  .con_facilities .box_fac .wrp_img .img img,
  .con_facilities .box_fac .wrp_img .slick-slider img {
    position: relative;
    max-width: none;
  }
}

.con_facilities .box_fac .wrp_img .slick-slider {
  margin-bottom: 0 !important;
}

.con_facilities .box_fac .wrp_img .slick-slider > div {
  display: none;
}

.con_facilities .box_fac .wrp_img .slick-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 .slick-slider {
    margin: 0 0 0 auto;
  }
}

@media print {
  .con_facilities .box_fac + .fac2 .wrp_img .slick-slider {
    margin: 0 0 0 auto;
  }
}

.ie8 .con_facilities .box_fac + .fac2 .wrp_img .slick-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: 80px;
  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;
  }
}

/* @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;
  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: center;
  }
}

@media only screen and (min-width: 1025px) {
  .con_facilities .box_oth ul {
  }
}

.con_facilities .box_oth ul li {
  margin: 30px 0 0 2.8%;
}

@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: 48.6%;
    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 only screen and (min-width: 1025px) {
  .con_facilities .box_oth ul li {
    width: 31.5%;
    min-width: 441px;
  }
}

@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;
}

@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 (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;
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .con_facilities .box_oth ul li .inner .wrp_txt {
    margin-top: 20px;
    text-align: center;
  }
}

.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: 45px;
  }
}

@media only screen and (min-width: 1024px) {
  .con_facilities .box_oth ul li .inner .wrp_txt .txt {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
}

@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 .txt a {
  text-decoration: underline;
}

.con_facilities .box_oth ul li .inner .wrp_txt .txt a:hover {
  text-decoration: none;
}

.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 {
    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 td a {
  text-decoration: underline;
  color: #000;
}

table.tbl_basic tr td a:hover {
  text-decoration: none;
  color: #000;
}

table.tbl_basic tr th {
  text-align: left;
  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;
}

table.tbl_basic tr td dl {
  margin-bottom: 0;
}

table.tbl_basic tr td dl dt {
  float: left;
  width: 75px;
}

table.tbl_basic tr td dl dd {
  float: left;
}

.tbl .supplement {
  margin: 10px 0 0 0;
}

@media only screen and (min-width: 767px) {
  .con_facilities h4,
  .con_Access h4 {
    font-size: 4rem;
  }
}

/* -----------------------------------------------------------
	.con_facilities .sub_fac_box
----------------------------------------------------------- */
.box_fac_sub {
  width: 100%;
  margin-bottom: 50px;
}

.con_facilities .box_fac_sub .wrp_txt {
  position: relative;
  z-index: 1;
  padding: 25px 0 40px;
  margin: 0 auto 0;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  width: 90%;
}

.con_facilities .box_fac_sub .wrp_txt .inner .wrp_st .st {
  font-size: 2.6rem;
  margin-bottom: 20px;
}

.con_facilities .box_fac_sub .wrp_txt .inner .wrp_st .ic {
  background: #c33;
  font-weight: bold;
  font-size: 1.6rem;
  word-break: keep-all;
}

.con_facilities .box_fac_sub .slider_item .slick-slider .slick-dots {
  bottom: 15px;
}

.con_facilities .box_fac_sub .slider_item .slick-slider .slick-prev,
.con_facilities .box_fac_sub .slider_item .slick-slider .slick-next {
  top: 50%;
}

.con_facilities .box_fac_sub .text_link {
  text-decoration: underline;
  color: #000;
}

@media (any-hover: hover) {
  .con_facilities .box_fac_sub .text_link:hover {
    text-decoration: none;
    color: #000;
  }
}

.con_facilities .box_fac_sub .wrp_txt table {
  margin: 1em auto 0;
}

.con_facilities .box_fac_sub .wrp_txt table tr {
  display: grid;
  grid-template-columns: max(20%, 85px) 1fr;
  margin: 10px auto;
}

.con_facilities .box_fac_sub .wrp_txt table tr th,
.con_facilities .box_fac_sub .wrp_txt table tr td {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  vertical-align: top;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .box_fac_sub {
    width: 97%;
    display: flex;
    gap: 2.5%;
    justify-content: flex-start;
  }

  .box_fac_sub:nth-of-type(even) {
    flex-direction: row-reverse;
    margin-left: 3%;
  }

  .box_fac_sub .wrp_img {
    width: 58%;
    max-width: 1200px;
  }

  .con_facilities .box_fac_sub .slick-slider .slick-track {
    height: 420px;
  }

  .con_facilities .box_fac_sub .slider_item .slick-slider .slick-slide {
    margin: 0;
    max-width: unset;
  }

  .con_facilities .box_fac_sub .slider_item .slick-slider .slick-slide img {
    width: auto;
    margin-left: -30%;
    height: 100%;
    object-fit: cover;
  }

  .con_facilities .box_fac_sub .slider_item .slick-slider .slick-prev {
    left: 1%;
  }

  .con_facilities .box_fac_sub .slider_item .slick-slider .slick-next {
    right: 1%;
  }

  .con_facilities .box_fac_sub .wrp_txt {
    min-width: 303px;
    max-width: 470px;
    margin-right: 0;
    margin-left: 0;
    width: 32%;
  }

  .con_facilities .box_fac_sub .wrp_st {
    text-align: left;
    margin-right: 0;
    margin-left: 0;
  }

  .con_facilities .box_fac_sub .wrp_txt .inner .wrp_st .ic {
    padding: 0.2em 1em;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 1024px) {
  .box_fac_sub {
    width: 100%;
    gap: max(3%, 30px);
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }

  .box_fac_sub:nth-of-type(even) {
    margin-left: auto;
    margin-right: auto;
  }

  .con_facilities .box_fac_sub .wrp_txt {
    width: 38%;
  }

  .box_fac_sub .wrp_img {
    width: 55%;
  }

  .con_facilities .box_fac_sub .slick-slider .slick-track {
    height: auto;
  }

  .con_facilities .box_fac_sub .slider_item .slick-slider .slick-slide {
    margin: 0;
  }

  .con_facilities .box_fac_sub .slider_item .slick-slider > div {
    border-radius: 5px;
  }

  .con_facilities .box_fac_sub .slider_item .slick-slider .slick-slide img {
    width: 100%;
    margin-left: 0;
  }

  .con_facilities .box_fac_sub .wrp_txt {
    min-width: 415px;
  }
}

@media screen and (min-width: 1440px) {
  .box_fac_sub .wrp_img {
    width: 60%;
  }
}

@media screen and (min-width: 1440px) {
}

/* ==============================
   .menu_btn
============================== */
.wrp_txt .menu_btn {
  clear: both;
  padding: 20px 0 0 0;
}

@media screen and (min-width: 768px) {
  .wrp_txt .menu_btn ul {
    display: flex;
    justify-content: center;
  }
}

.wrp_txt .menu_btn ul li {
  text-align: center;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .wrp_txt .menu_btn ul li {
    margin-right: 20px;
    width: 35%;
  }
}

.wrp_txt .menu_btn ul li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .wrp_txt .menu_btn ul li:last-child {
    margin-right: 0;
  }
}

.wrp_txt .menu_btn ul li a {
  color: #fff;
  background-color: #8e6127;
  padding: 15px 0;
  display: block;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .wrp_txt .menu_btn ul li a {
    padding: 15px 20px;
  }
}

@media screen and (min-width: 1025px) {
  .wrp_txt .menu_btn ul li a {
    padding: 15px 5px;
  }
}

.wrp_txt .menu_btn ul li a:hover {
  opacity: 0.75;
}

/* -----------------------------------------------------------
	.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 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 (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;
    padding: 12px 0;
    border: 1px solid #c3d2e0;
    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) {
  .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 (min-width: 768px) {
  .con_faq .box_tab ul li span {
    display: block;
    padding: 12px 0.5em;
    border: 1px solid #c3d2e0;
    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 (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;
}

.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 dd span a {
  color: #000;
  text-decoration: underline;
}

.con_faq .box_panel .obj_panel .panel dl dd span a:hover {
  color: #000;
  text-decoration: none;
}

.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;
  background-color: #fff;
}

@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 .box_map {
  position: relative;
  margin-top: 20px;
}

.con_Access .box_map #map {
  position: relative;
  margin: 0 auto 10px;
  width: 90%;
  height: 350px;
}

@media only screen and (min-width: 768px) and (max-width: 1100px) {
  .con_Access .box_map #map {
  }
}

@media only screen and (max-width: 767px) {
  .con_Access .box_map #map {
  }
}

.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: 65px;
    bottom: 35px;
  }
}

@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: 65px;
  bottom: 35px;
}

.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 (max-width: 767px) {
  .con_Access .box_map .btn {
    margin: auto;
    width: 90% !important;
  }
}

@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;
}
@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 .acc_sub {
  font-size: 2.4rem;
}

@media only screen and (min-width: 768px) {
  .con_Access .box_acc .acc_sub {
    font-size: 3rem;
  }
}

.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;
}

.map_text {
  width: 90%;
  max-width: 1100px;
  margin: 20px auto;
  background-color: #fff;
}

.map_text li {
  margin: 0 0 5px 0;
  line-height: 1.7rem;
}

.map_text li:nth-child(2) {
  margin: 0 0 15px 0;
}
.taxi_map {
  margin-bottom: 50px;
}
.taxi_map p {
  margin: 0 auto 0;
}
.routes {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(290px, 1fr));
  gap: 40px 20px;
}
.routes .routes_img {
  width: 100%;
}
.routes_flex {
  margin-top: 15px;
  line-height: 1.7;
  text-align: left;
}
.routes_img .taxi_destination_a {
  color: #ff0000;
  line-height: 1.7;
  padding: 3px 0;
}
.routes .routes_img iframe {
  width: 100%;
  aspect-ratio: 67 / 43;
  vertical-align: bottom;
}
.routes_flex img {
  padding-bottom: 4px;
}
.routes_flex > img {
  padding-right: 2px;
}
.con_Access .box_acc .txt_read {
  width: 100%;
  box-sizing: border-box;
}
.map_text_box {
  text-align: left;
}
@media screen and (min-width: 0px) {
  .kyoto_link {
    background: #fff;
    padding: 30px 0;
    margin-top: 30px;
    border-top: 1px solid #c9c2c2;
  }

  h2 {
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    margin-bottom: 20px;
    line-height: 2.6rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .kyoto_link h2 span {
    font-size: 1.6rem;
  }

  .kyoto_link p {
    width: 90%;
    margin: 0 auto;
    max-width: 1000px;
  }

  .kyoto_link p a:hover {
    opacity: 0.75;
  }
}

@media screen and (min-width: 1024px) {
  .kyoto_link.sp_none p {
    margin: 40px auto 40px;
  }
}

/* -----------------------------------------------------------
	#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;
  display: table;
  height: 100%;
}

#obj_modal .con_modal .box_modal {
  display: table-cell;
  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 .artist_box,
.wrp_txt .wrp_info .artist_box {
  margin-top: 15px;
  padding: 15px 15px 20px 15px;
  background-color: #e3e3e3;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  #obj_modal .con_modal .box_modal .wrp_gue .artist_box {
    padding: 18px 18px 18px 20px;
    margin-bottom: 0;
    width: 51%;
    margin: 20px auto 0;
  }

  .wrp_txt .wrp_info .artist_box {
    padding: 18px 18px 18px 20px;
    margin-bottom: 0;
    width: 92%;
    margin: 20px auto 0;
  }
}

#obj_modal .con_modal .box_modal .wrp_gue .artist_box span,
.wrp_txt .wrp_info .artist_box span {
  margin-bottom: 15px;
  border-bottom: 1px solid #9a9a9a;
  display: block;
  width: 100%;
  padding-bottom: 5px;
  margin-left: -3px;
  padding-left: 4px;
  text-align: center;
  line-height: 1.2;
}

#obj_modal .con_modal .box_modal .wrp_gue .artist_box ul li,
.wrp_txt .wrp_info .artist_box ul li {
  display: flex;
  align-items: flex-start;
}

#obj_modal .con_modal .box_modal .wrp_gue .artist_box ul li:not(:first-child),
.wrp_txt .wrp_info .artist_box ul li:not(:first-child) {
  margin-top: 15px;
}

#obj_modal .con_modal .box_modal .wrp_gue .artist_box ul li img,
.wrp_txt .wrp_info .artist_box ul li img {
  object-fit: contain;
  width: 18%;
  max-width: 62px;
}

@media screen and (min-width: 769px) {
  #obj_modal .con_modal .box_modal .wrp_gue .artist_box ul li img,
  .wrp_txt .wrp_info .artist_box ul li img {
    width: 15%;
  }
}

#obj_modal .con_modal .box_modal .wrp_gue .artist_box ul li div,
.wrp_txt .wrp_info .artist_box ul li div {
  padding-left: 10px;
}

#obj_modal .con_modal .box_modal .wrp_gue .artist_box ul li p.artist_name,
.wrp_txt .wrp_info .artist_box ul li p.artist_name {
  font-weight: bold;
  margin-bottom: 3px;
  font-size: 1.4rem;
  text-align: left;
}

#obj_modal .con_modal .box_modal .wrp_gue .artist_box ul li p,
.wrp_txt .wrp_info .artist_box ul li p {
  font-size: 1.2rem;
  text-align: left;
}

#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;
  }
}

@media only screen and (min-width: 1025px) {
  .con_Access .box_map #map {
    width: 100%;
    height: 480px;
  }
}

.con_Access .main_annex_map {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.con_Access .box_acc_oth {
  padding-top: 70px;
  margin-top: -70px;
}

.con_Access .main_annex_map .map_text_box {
  text-align: left;
}

.con_Access .box_main_annex_map .map_text {
  padding-bottom: 0;
  margin-bottom: 15px;
  width: 100%;
}

.con_Access .box_main_annex_map .map_text p {
  margin-bottom: 5px;
}

.con_Access .box_main_annex_map .map_text .red {
  color: #cc3333;
}

.sp_none {
}

.con_Access .box_main_annex_map .map_text .text_link {
  text-decoration: underline;
  text-align: center;
  color: #333;
}

.con_Access .box_main_annex_map .map_text .text_link[target="_blank"]:after {
  content: url(/img/common/img_externalLink_b.svg);
  display: inline-block;
  width: 12px;
  height: auto;
  margin: 0 5px;
  vertical-align: middle;
}

@media (any-hover: hover) {
  .con_Access .box_main_annex_map .map_text .text_link:hover {
    opacity: 1;
    text-decoration: none;
  }
}

@media only screen and (min-width: 1024px) {
  .con_Access .box_main_annex_map {
    display: flex;
    gap: 2%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }

  .con_Access .main_annex_map {
    width: 100%;
    max-width: 600px;
    margin: 0;
  }

  .con_Access .box_main_annex_map .map_text_box {
  }

  .con_Access .box_main_annex_map .map_text {
    margin-left: 0;
    margin-right: 0;
  }
}
