<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_about, .con_cuisine, .con_acc, .con_acc .box_overview {
  max-width: 1720px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_about, .con_cuisine, .con_acc, .con_acc .box_overview {
    width: 95%;
  }
}

.con_tabs, .con_res, .con_maps, .con_ref {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_tabs, .con_res, .con_maps, .con_ref {
    width: 95%;
  }
}

.con_intro:after, .con_intro .box_slides:after, .con_intro .box_slides .box_sub_slide .slick-slide a .txt:after, .con_about:after, .con_about .box_slides:after, .con_acc .box_acc:after, .con_acc .box_bath:after, .con_acc .box_bath .box_slides:after, .con_acc .box_overview:after, .con_res:after, .con_res .box_res .box_item:after, .con_res .box_res .box_item &gt; li .lst_lang:after, .con_ref ul:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
  overflow: hidden;
}

/* -----------------------------------------------------------
	animation
----------------------------------------------------------- */
@-webkit-keyframes fadeInUpShortHome {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpShortHome {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    -ms-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeInDownShortHome {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownShortHome {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    -ms-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInUpShortHome {
  animation-name: fadeInUpShortHome;
}

.fadeInDownShortHome {
  animation-name: fadeInDownShortHome;
}

[data-animate="fadeInUpShortHome"] {
  opacity: 0;
}

[data-animate="fadeInDownShortHome"] {
  opacity: 0;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header {
  overflow: hidden;
  height: 1048px;
}
#header .box_catch {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  #header .box_catch {
    padding: 0 1em;
  }
}
#header .box_catch h1 {
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_catch h1 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_catch h1 {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_catch h1 img {
    max-width: 80px;
  }
}
#header .box_catch h2 {
  font-weight: normal;
  font-size: 350%;
  line-height: 1;
  letter-spacing: .25em;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_catch h2 {
    font-size: 250%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_catch h2 {
    font-size: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_catch h2 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_catch h2 {
    margin-bottom: 20px;
  }
}
#header .box_catch .txt {
  font-size: 100%;
  letter-spacing: .15em;
  max-width: 700px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_catch .txt {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_catch .txt {
    font-size: 90%;
  }
}
@media only screen and (max-width: 1023px) {
  #header .box_catch .txt {
    max-width: 400px;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_catch .txt {
    max-width: 100%;
  }
}
#header .box_catch .box_btn {
  text-align: center;
  max-width: 400px;
  margin: 30px auto 0;
}
@media only screen and (max-width: 767px) {
  #header .box_catch .box_btn {
    margin-top: 20px;
  }
}
#header .box_catch .box_btn li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_catch .box_btn li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_catch .box_btn li {
    margin-bottom: 5px;
  }
}
#header .box_catch .box_btn li .btn_movie {
  border-bottom: 1px solid #fff;
}
#header .box_catch .box_btn li .btn_movie a {
  display: inline-block;
  padding: 1em 0;
  padding-right: 40px;
  color: #fff;
  font-size: 85%;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_catch .box_btn li .btn_movie a {
    padding: 0.8em 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_catch .box_btn li .btn_movie a {
    padding: 0.6em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_catch .box_btn li .btn_movie a {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_catch .box_btn li .btn_movie a {
    padding-right: 15px;
  }
}
#header .box_catch .box_btn li .btn_movie a span {
  position: relative;
  padding: 0 1.8em 0 0.8em;
  font-size: 112%;
  font-family: "Crimson Text", serif;
}
#header .box_catch .box_btn li .btn_movie a span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.2em;
  width: 16px;
  height: 16px;
  background: url(../images/home/ic_play.png) center center no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header .box_catch .box_btn li .btn_movie a:hover span::after {
  right: 0;
}
#header .box_catch .box_btn li .tel, #header .box_catch .box_btn li a {
  display: block;
  text-decoration: none;
  padding: 0 .5em;
  padding-right: 40px;
  color: #fff;
  font-size: 120%;
  font-family: "Crimson Text", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .box_catch .box_btn li .tel, #header .box_catch .box_btn li a {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .box_catch .box_btn li .tel, #header .box_catch .box_btn li a {
    padding-right: 15px;
  }
}
#header .box_catch .box_btn li .tel span, #header .box_catch .box_btn li a span {
  font-size: 134%;
}
#header .box_catch .box_btn li:last-child {
  margin-bottom: 0;
}
#header .con_slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}
#header .con_slide .slick-dots {
  text-align: center;
}
#header .con_nav {
  position: absolute;
  right: 0;
  bottom: 40px;
  left: 0;
  width: 1260px;
  margin: 0 auto;
  z-index: 5;
}
@media only screen and (max-width: 1260px) {
  #header .con_nav {
    display: none;
  }
}
@media print {
  #header .con_nav {
    display: none;
  }
}
.ie8 #header .con_nav {
  display: none;
}
#header .con_nav .list_nav {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  text-align: center;
}
@media only screen and (max-width: 1770px) {
  #header .con_nav .list_nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
@media print {
  #header .con_nav .list_nav {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
  }
}
.ie8 #header .con_nav .list_nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
}
@media only screen and (max-width: 1770px) {
  #header .con_nav .list_nav li {
    width: 20%;
    margin: 0 5px;
  }
}
@media print {
  #header .con_nav .list_nav li {
    width: 20%;
    margin: 0 5px;
  }
}
.ie8 #header .con_nav .list_nav li {
  width: 20%;
  margin: 0 5px;
}
@media only screen and (max-width: 1550px) {
  #header .con_nav .list_nav li {
    width: 15%;
    margin-bottom: 5px;
  }
}
@media print {
  #header .con_nav .list_nav li {
    width: 15%;
    margin-bottom: 5px;
  }
}
.ie8 #header .con_nav .list_nav li {
  width: 15%;
  margin-bottom: 5px;
}
#header .con_nav .list_nav li a {
  display: block;
  background: #fff;
  text-decoration: none;
}
#header .con_nav .list_nav li a .img {
  overflow: hidden;
  position: relative;
}
#header .con_nav .list_nav li a .img::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(13, 13, 13, 0.5);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .con_nav .list_nav li a .img img {
  width: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .con_nav .list_nav li a .txt {
  padding: 0.5em;
}
#header .con_nav .list_nav li a .txt .st_nav {
  font-size: 100%;
}
@media only screen and (max-width: 1550px) {
  #header .con_nav .list_nav li a .txt .st_nav {
    font-size: 80%;
  }
}
@media print {
  #header .con_nav .list_nav li a .txt .st_nav {
    font-size: 80%;
  }
}
.ie8 #header .con_nav .list_nav li a .txt .st_nav {
  font-size: 80%;
}
@media only screen and (max-width: 1770px) {
  #header .con_nav .list_nav li a .txt .txt_sen {
    display: none;
  }
}
@media print {
  #header .con_nav .list_nav li a .txt .txt_sen {
    display: none;
  }
}
.ie8 #header .con_nav .list_nav li a .txt .txt_sen {
  display: none;
}
#header .con_nav .list_nav li a:hover .img::after {
  opacity: 1;
}
#header .con_nav .list_nav li a:hover .img img {
  transform: scale(1.1);
}
#header .con_otherlinks {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
  line-height: 1;
  text-align: center;
  z-index: 15;
}
@media only screen and (max-width: 1024px) {
  #header .con_otherlinks {
    display: none;
  }
}
#header .con_otherlinks .list_otherlinks {
  padding-right: 40px;
  text-align: right;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_otherlinks .list_otherlinks {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_otherlinks .list_otherlinks {
    padding-right: 15px;
  }
}
#header .con_otherlinks .list_otherlinks li {
  line-height: 2.5;
}
#header .con_otherlinks .list_otherlinks li a {
  display: block;
  font-family: "Crimson Text", serif;
  text-decoration: none;
  font-size: 100%;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_otherlinks .list_otherlinks li a {
    font-size: 95%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_otherlinks .list_otherlinks li a {
    font-size: 90%;
  }
}
#header .con_otherlinks .list_otherlinks li a:hover {
  opacity: 0.85;
}
#header .con_otherlinks .list_otherlinks li.social a {
  display: inline-block;
  margin: 0 .4em;
}
#header .con_otherlinks .list_language {
  margin-bottom: 30px;
  padding-right: 40px;
  text-align: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_otherlinks .list_language {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_otherlinks .list_language {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_otherlinks .list_language {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_otherlinks .list_language {
    padding-right: 15px;
  }
}
#header .con_otherlinks .list_language &gt; li {
  position: relative;
  line-height: 1.5;
  text-align: right;
  margin: 0 0 15px;
}
#header .con_otherlinks .list_language &gt; li #btn_language {
  position: relative;
}
#header .con_otherlinks .list_language &gt; li .jp {
  display: inline-block;
  font-family: "Crimson Text", serif;
  text-decoration: none;
  font-size: 80%;
  border: 1px solid #fff;
  text-align: center;
  color: #fff;
  line-height: 1.8;
  width: 120px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_otherlinks .list_language &gt; li .jp {
    font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_otherlinks .list_language &gt; li .jp {
    font-size: 70%;
  }
}
#header .con_otherlinks .list_language &gt; li .jp:hover {
  background: rgba(255, 255, 255, 0.7);
}
#header .con_otherlinks .list_language &gt; li #language {
  position: absolute;
  left: 0;
  bottom: -1px;
  margin-top: 1px;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#header .con_otherlinks .list_language &gt; li #language ul li {
  margin: 0 0 1px;
}
#header .con_otherlinks .list_language &gt; li #language ul li a {
  display: table;
  width: 60px;
  height: 60px;
  padding: 0.5em;
  background: #fff;
  font-size: 20px;
  font-family: "Crimson Text", serif;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 90%;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_otherlinks .list_language &gt; li #language ul li a {
    font-size: 85%;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_otherlinks .list_language &gt; li #language ul li a {
    font-size: 80%;
  }
}
#header .con_otherlinks .list_language &gt; li #language ul li a span {
  display: table-cell;
  vertical-align: middle;
}
#header .con_otherlinks .list_language &gt; li #language ul li a:hover {
  background: rgba(255, 255, 255, 0.7);
}
#header .con_otherlinks .list_language &gt; li #language.active {
  left: -70px;
  opacity: 1;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  #header .con_otherlinks .list_language &gt; li #language.active {
    left: -52px;
  }
}
#header .con_otherlinks .list_language &gt; li #language:after {
  content: "";
  position: absolute;
  right: -5px;
  bottom: 25px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #fff;
}
@media only screen and (max-width: 767px) {
  #header .con_otherlinks .list_language &gt; li #language:after {
    bottom: 16px;
  }
}
#header .con_otherlinks .list_language &gt; li:last-child {
  margin-bottom: 0;
  display: inline-block;
}
#header .con_otherlinks .box_btn {
  text-align: right;
}
#header .con_otherlinks .box_btn li {
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_otherlinks .box_btn li {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_otherlinks .box_btn li {
    margin-bottom: 5px;
  }
}
#header .con_otherlinks .box_btn li .btn_movie {
  border-bottom: 1px solid #fff;
}
#header .con_otherlinks .box_btn li .btn_movie a {
  display: inline-block;
  padding: 1em 0;
  padding-right: 40px;
  color: #fff;
  font-size: 85%;
  text-decoration: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_otherlinks .box_btn li .btn_movie a {
    padding: 0.8em 0;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_otherlinks .box_btn li .btn_movie a {
    padding: 0.6em 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_otherlinks .box_btn li .btn_movie a {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_otherlinks .box_btn li .btn_movie a {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1550px) {
  #header .con_otherlinks .box_btn li .btn_movie a {
    font-size: 75%;
  }
}
@media print {
  #header .con_otherlinks .box_btn li .btn_movie a {
    font-size: 75%;
  }
}
.ie8 #header .con_otherlinks .box_btn li .btn_movie a {
  font-size: 75%;
}
#header .con_otherlinks .box_btn li .btn_movie a span {
  position: relative;
  padding: 0 1.8em 0 0.8em;
  font-size: 112%;
  font-family: "Crimson Text", serif;
}
#header .con_otherlinks .box_btn li .btn_movie a span::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 0.2em;
  width: 16px;
  height: 16px;
  background: url(../images/home/ic_play.png) center center no-repeat;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#header .con_otherlinks .box_btn li .btn_movie a:hover span::after {
  right: 0;
}
#header .con_otherlinks .box_btn li .txt_tel {
  padding: 0 .5em;
  padding-right: 40px;
  color: #fff;
  font-size: 120%;
  font-family: "Crimson Text", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #header .con_otherlinks .box_btn li .txt_tel {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #header .con_otherlinks .box_btn li .txt_tel {
    padding-right: 15px;
  }
}
@media only screen and (max-width: 1550px) {
  #header .con_otherlinks .box_btn li .txt_tel {
    font-size: 100%;
  }
}
@media print {
  #header .con_otherlinks .box_btn li .txt_tel {
    font-size: 100%;
  }
}
.ie8 #header .con_otherlinks .box_btn li .txt_tel {
  font-size: 100%;
}
#header .con_otherlinks .box_btn li .txt_tel span {
  font-size: 134%;
}
#header .con_otherlinks .box_btn li:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  margin: 70px auto 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    margin: 50px auto 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    margin: 25px auto 40px;
  }
}
.con_intro .box_info {
  float: left;
  width: 28.64583%;
  padding: 0 10px;
  margin-top: 70px;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_info {
    width: 100%;
    margin: 25px 0;
  }
}
.con_intro .box_info .info {
  max-width: 360px;
  margin: 0 auto;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_info .info {
    max-width: 95%;
  }
}
.con_intro .box_info .info h3 {
  font-weight: normal;
  letter-spacing: .2em;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_info .info h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_info .info h3 {
    margin-bottom: 20px;
  }
}
.con_intro .box_info .info h3 span {
  display: inline-block;
}
.con_intro .box_info .info h3 span em {
  color: #c93a1c;
}
.con_intro .box_info .info h3 span.sub {
  font-size: 115%;
  margin: 0 0 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_info .info h3 span.sub {
    font-size: 105%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_info .info h3 span.sub {
    font-size: 90%;
  }
}
.con_intro .box_info .info h3 span.main {
  font-size: 200%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_info .info h3 span.main {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_info .info h3 span.main {
    font-size: 125%;
  }
}
.con_intro .box_info .info .txt {
  font-size: 100%;
  line-height: 2;
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_info .info .txt {
    font-size: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_info .info .txt {
    font-size: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_info .info .txt {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_info .info .txt {
    margin-bottom: 30px;
  }
}
.con_intro .box_info .info .pic img {
  width: 100%;
  max-width: none;
}
.con_intro .box_slides {
  float: right;
  width: 70.83333%;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_slides {
    width: 100%;
  }
}
.con_intro .box_slides .box_main_slide {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_slides .box_main_slide {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slides .box_main_slide {
    margin-bottom: 15px;
  }
}
.con_intro .box_slides .box_sub_slide {
  float: left;
  max-width: 1260px;
  width: 100%;
}
.con_intro .box_slides .box_sub_slide .slick-slide {
  margin-right: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_slides .box_sub_slide .slick-slide {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slides .box_sub_slide .slick-slide {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slides .box_sub_slide .slick-slide {
    margin: 0 5px;
  }
}
.con_intro .box_slides .box_sub_slide .slick-slide a {
  display: block;
  text-decoration: none;
  position: relative;
}
.con_intro .box_slides .box_sub_slide .slick-slide a .txt {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: table;
  padding: .5em  1em;
}
@media only screen and (max-width: 1260px) {
  .con_intro .box_slides .box_sub_slide .slick-slide a .txt {
    padding: .5em;
  }
}
@media print {
  .con_intro .box_slides .box_sub_slide .slick-slide a .txt {
    padding: .5em;
  }
}
.ie8 .con_intro .box_slides .box_sub_slide .slick-slide a .txt {
  padding: .5em;
}
@media only screen and (max-width: 1023px) {
  .con_intro .box_slides .box_sub_slide .slick-slide a .txt {
    padding: .25em .5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slides .box_sub_slide .slick-slide a .txt {
    padding: .5em;
  }
}
.con_intro .box_slides .box_sub_slide .slick-slide a .txt span {
  text-align: left;
  display: table-cell;
  font-size: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 1260px) {
  .con_intro .box_slides .box_sub_slide .slick-slide a .txt span {
    font-size: 80%;
  }
}
@media print {
  .con_intro .box_slides .box_sub_slide .slick-slide a .txt span {
    font-size: 80%;
  }
}
.ie8 .con_intro .box_slides .box_sub_slide .slick-slide a .txt span {
  font-size: 80%;
}
.con_intro .box_slides .box_sub_slide .slick-slide a .txt em {
  text-align: right;
  display: table-cell;
  font-size: 65%;
  font-family: "Crimson Text", serif;
  vertical-align: middle;
}
@media only screen and (max-width: 1023px) {
  .con_intro .box_slides .box_sub_slide .slick-slide a .txt em {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slides .box_sub_slide .slick-slide a .txt em {
    display: table-cell;
  }
}
.con_intro .box_slides .box_sub_slide .slick-dots {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_slides .box_sub_slide .slick-dots {
    display: block;
    bottom: 20%;
  }
}

/* -----------------------------------------------------------
	.con_about
----------------------------------------------------------- */
.con_about {
  background: #e7e7e7;
  padding: 70px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about {
    padding: 50px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_about {
    padding: 30px 0;
  }
}
.con_about .box_info {
  float: left;
  width: 44.47674%;
  padding: 0 10px;
}
@media only screen and (max-width: 1024px) {
  .con_about .box_info {
    width: 100%;
  }
}
.con_about .box_info .info {
  max-width: 610px;
  margin: 0 auto;
}
.con_about .box_info .info h3 {
  font-weight: normal;
  font-size: 200%;
  font-family: "Crimson Text", serif;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_info .info h3 {
    font-size: 175%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_info .info h3 {
    font-size: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_info .info h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_info .info h3 {
    margin-bottom: 20px;
  }
}
.con_about .box_info .info h3 em {
  color: #c93a1c;
}
.con_about .box_info .info h4 {
  font-weight: normal;
  font-size: 130%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_info .info h4 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_info .info h4 {
    font-size: 110%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_info .info h4 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_info .info h4 {
    margin-bottom: 20px;
  }
}
.con_about .box_info .info .txt {
  font-size: 100%;
  line-height: 2;
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_info .info .txt {
    font-size: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_info .info .txt {
    font-size: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_about .box_info .info .txt {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_about .box_info .info .txt {
    margin-bottom: 30px;
  }
}
.con_about .box_slides {
  float: right;
  width: 55.52326%;
}
@media only screen and (max-width: 1024px) {
  .con_about .box_slides {
    width: 100%;
    margin: 0 0 25px;
  }
}
.con_about .box_slides .box_slide {
  float: left;
  width: 1055px;
}
@media only screen and (max-width: 1720px) {
  .con_about .box_slides .box_slide {
    width: 100%;
  }
}
@media print {
  .con_about .box_slides .box_slide {
    width: 100%;
  }
}
.ie8 .con_about .box_slides .box_slide {
  width: 100%;
}

/* -----------------------------------------------------------
	.con_cuisine
----------------------------------------------------------- */
.con_cuisine {
  padding: 100px 0 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine {
    padding: 50px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine {
    padding: 40px 0 25px;
  }
}
.con_cuisine .box_st {
  max-width: 1230px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_st {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_st {
    margin-bottom: 20px;
  }
}
.con_cuisine .box_st .st_m_cen {
  text-align: left;
}
@media only screen and (max-width: 1024px) {
  .con_cuisine .box_st .st_m_cen {
    text-align: center;
  }
}
.con_cuisine .box_slide {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_slide {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_slide {
    margin-bottom: 20px;
  }
}
.con_cuisine .box_slide .slick-prev {
  display: inline-block !important;
}
.con_cuisine .box_slide .slick-dots {
  text-align: center;
}
.con_cuisine .box_info {
  max-width: 1230px;
  margin: 0 auto;
}
.con_cuisine .box_info h4 {
  font-weight: normal;
  font-size: 130%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_info h4 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_info h4 {
    font-size: 110%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_info h4 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_info h4 {
    margin-bottom: 20px;
  }
}
.con_cuisine .box_info .txt {
  font-size: 100%;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine .box_info .txt {
    font-size: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine .box_info .txt {
    font-size: 80%;
  }
}

/* -----------------------------------------------------------
	.con_acc
----------------------------------------------------------- */
.con_acc {
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 1719px) {
  .con_acc {
    width: 95%;
  }
}
@media print {
  .con_acc {
    width: 95%;
  }
}
.ie8 .con_acc {
  width: 95%;
}
.con_acc .st_m_cen {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .st_m_cen {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .st_m_cen {
    margin-bottom: 20px;
  }
}
.con_acc .box_acc {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_acc {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc {
    margin-bottom: 30px;
  }
}
.con_acc .box_acc &gt; li {
  float: left;
  width: 48.54651%;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc &gt; li {
    width: 100%;
    margin: 0 0 25px;
  }
}
.con_acc .box_acc &gt; li .box_slide .slick-dots {
  text-align: center;
}
.con_acc .box_acc &gt; li .box_slide .slick-arrow {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc &gt; li .box_slide .slick-arrow {
    display: inline-block !important;
  }
}
.con_acc .box_acc &gt; li h4 {
  text-align: center;
  font-size: 150%;
  font-weight: normal;
  padding: 1em .25em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_acc &gt; li h4 {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc &gt; li h4 {
    font-size: 110%;
  }
}
.con_acc .box_acc &gt; li table tr th {
  padding-right: .5em;
}
@media only screen and (max-width: 1259px) {
  .con_acc .box_acc &gt; li table tr th {
    width: 140px;
  }
}
@media print {
  .con_acc .box_acc &gt; li table tr th {
    width: 140px;
  }
}
.ie8 .con_acc .box_acc &gt; li table tr th {
  width: 140px;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_acc &gt; li table tr th {
    width: 100%;
  }
}
.con_acc .box_acc &gt; li table tr td em {
  color: #c8391c;
}
.con_acc .box_acc &gt; li:last-child {
  float: right;
  margin-bottom: 0;
}
.con_acc .box_bath {
  position: relative;
  background: #c93a1c;
  padding: 80px 0;
  margin-bottom: 120px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_bath {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_bath {
    padding: 30px 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_bath {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_bath {
    margin-bottom: 35px;
  }
}
.con_acc .box_bath .box_info {
  width: 32.55814%;
  padding: 0  10px;
}
@media only screen and (max-width: 1259px) {
  .con_acc .box_bath .box_info {
    width: 50%;
  }
}
@media print {
  .con_acc .box_bath .box_info {
    width: 50%;
  }
}
.ie8 .con_acc .box_bath .box_info {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_bath .box_info {
    width: 100%;
  }
}
.con_acc .box_bath .box_info .info {
  max-width: 400px;
  margin: 0 auto;
  color: #fff;
}
.con_acc .box_bath .box_info .info .st_s_bor_hor {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_bath .box_info .info .st_s_bor_hor {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_bath .box_info .info .st_s_bor_hor {
    margin-bottom: 20px;
  }
}
.con_acc .box_bath .box_info .info .st_s_bor_hor span:before {
  background: #fff;
}
.con_acc .box_bath .box_info .info table:after {
  background: #fff;
}
.con_acc .box_bath .box_info .info table tr:first-child th, .con_acc .box_bath .box_info .info table tr:first-child td {
  border-top: 1px solid #fff;
}
.con_acc .box_bath .box_info .info table tr:last-child th, .con_acc .box_bath .box_info .info table tr:last-child td {
  border-bottom: 1px solid #fff;
}
.con_acc .box_bath .box_info .info table tr th, .con_acc .box_bath .box_info .info table tr td {
  padding: 1em;
}
.con_acc .box_bath .box_info .info table tr th {
  width: 120px;
  padding-right: .5em;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_bath .box_info .info table tr th {
    width: 100%;
  }
}
.con_acc .box_bath .box_info .info table tr th span:before {
  background: #fff;
}
.con_acc .box_bath .box_slides {
  position: absolute;
  width: 64.24419%;
  left: 35.75581%;
  top: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_bath .box_slides {
    top: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_bath .box_slides {
    top: 20px;
  }
}
@media only screen and (max-width: 1259px) {
  .con_acc .box_bath .box_slides {
    width: 50%;
    left: auto;
    right: 0;
  }
}
@media print {
  .con_acc .box_bath .box_slides {
    width: 50%;
    left: auto;
    right: 0;
  }
}
.ie8 .con_acc .box_bath .box_slides {
  width: 50%;
  left: auto;
  right: 0;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_bath .box_slides {
    width: 100%;
    position: static;
    margin-top: 25px;
  }
}
.con_acc .box_bath .box_slides .box_slide {
  float: left;
  width: 1390px;
}
@media only screen and (max-width: 1259px) {
  .con_acc .box_bath .box_slides .box_slide {
    width: 900px;
  }
}
@media print {
  .con_acc .box_bath .box_slides .box_slide {
    width: 900px;
  }
}
.ie8 .con_acc .box_bath .box_slides .box_slide {
  width: 900px;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_bath .box_slides .box_slide {
    width: 100%;
  }
}
.con_acc .box_bath .box_slides .box_slide .slick-slide {
  margin: 0 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_bath .box_slides .box_slide .slick-slide {
    margin: 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_bath .box_slides .box_slide .slick-slide {
    margin: 0 5px;
  }
}
.con_acc .box_bath .box_slides .box_slide .slick-arrow.slick-prev {
  display: inline-block !important;
  left: -50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_bath .box_slides .box_slide .slick-arrow.slick-prev {
    left: -30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_bath .box_slides .box_slide .slick-arrow.slick-prev {
    left: 10px;
  }
}
.con_acc .box_bath .box_slides .box_slide .slick-arrow.slick-next {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .con_acc .box_bath .box_slides .box_slide .slick-arrow.slick-next {
    display: inline-block !important;
  }
}
.con_acc .box_overview {
  max-width: 1360px;
}
@media only screen and (max-width: 1359px) {
  .con_acc .box_overview {
    width: 95%;
  }
}
@media print {
  .con_acc .box_overview {
    width: 95%;
  }
}
.ie8 .con_acc .box_overview {
  width: 95%;
}
.con_acc .box_overview .st_s_bor_hor {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_acc .box_overview .st_s_bor_hor {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_overview .st_s_bor_hor {
    margin-bottom: 25px;
  }
}
.con_acc .box_overview .box_table {
  float: left;
  width: 65.44118%;
}
@media only screen and (max-width: 1024px) {
  .con_acc .box_overview .box_table {
    width: 100%;
  }
}
.con_acc .box_overview .box_table table tr th, .con_acc .box_overview .box_table table tr td {
  padding: 1em .5em;
}
.con_acc .box_overview .box_table table tr th {
  width: 250px;
}
@media only screen and (max-width: 1023px) {
  .con_acc .box_overview .box_table table tr th {
    width: 150px;
  }
}
@media only screen and (max-width: 767px) {
  .con_acc .box_overview .box_table table tr th {
    width: 100%;
  }
}
.con_acc .box_overview .box_photo {
  float: right;
  width: 33.82353%;
  text-align: center;
}
.con_acc .box_overview .box_photo li {
  display: inline-block;
  margin: 0 0 5px;
}
.con_acc .box_overview .box_photo li:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------
	.con_access
----------------------------------------------------------- */
.con_access {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
    margin-bottom: 30px;
  }
}
.con_access .st_m_cen {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .st_m_cen {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .st_m_cen {
    margin-bottom: 20px;
  }
}
.con_access #gmap {
  height: 550px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access #gmap {
    height: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access #gmap {
    height: 400px;
  }
}

/* -----------------------------------------------------------
	.con_tab
----------------------------------------------------------- */
.con_tab {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tab {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tab {
    margin-bottom: 30px;
  }
}

/* -----------------------------------------------------------
	.con_tabs
----------------------------------------------------------- */
.con_tabs {
  margin-bottom: 150px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tabs {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tabs {
    margin-bottom: 40px;
  }
}
.con_tabs &gt; li {
  display: none;
}
.con_tabs &gt; li h4 {
  text-align: center;
  font-weight: normal;
  font-size: 150%;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tabs &gt; li h4 {
    font-size: 125%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li h4 {
    font-size: 110%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tabs &gt; li h4 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li h4 {
    margin-bottom: 20px;
  }
}
.con_tabs &gt; li .box_plane {
  overflow: hidden;
}
.con_tabs &gt; li .box_plane .st_ss_jp {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tabs &gt; li .box_plane .st_ss_jp {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li .box_plane .st_ss_jp {
    margin-bottom: 15px;
  }
}
.con_tabs &gt; li .box_plane .box_left {
  float: left;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li .box_plane .box_left {
    width: 100%;
  }
}
.con_tabs &gt; li .box_plane .box_right {
  float: right;
  width: 58%;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li .box_plane .box_right {
    width: 100%;
  }
}
.con_tabs &gt; li .box_plane .box_right th {
  width: 40%;
}
.con_tabs &gt; li .box_plane .box_right .mb {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tabs &gt; li .box_plane .box_right .mb {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li .box_plane .box_right .mb {
    margin-bottom: 15px;
  }
}
.con_tabs &gt; li .box_plane .box_right .txt {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tabs &gt; li .box_plane .box_right .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li .box_plane .box_right .txt {
    margin-bottom: 10px;
  }
}
.con_tabs &gt; li .box_plane .box_right .txt_lnk {
  overflow: hidden;
}
.con_tabs &gt; li .box_plane .box_right .txt_lnk li {
  float: left;
  padding-right: 30px;
}
.con_tabs &gt; li &gt; ul {
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul {
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.con_tabs &gt; li &gt; ul li {
  padding: 0 10px;
  float: left;
  background: url(../images/home/bg_line_access.png) center 0 repeat-y;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li {
    width: 100%;
    float: none;
    margin-top: 5px;
    margin-left: 0;
  }
}
.con_tabs &gt; li &gt; ul li dl dt {
  display: table;
  width: 100%;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dt {
    cursor: pointer !important;
  }
}
.con_tabs &gt; li &gt; ul li dl dt span {
  padding: 0.2em 0;
  height: 3.2em;
  background: #0d0d0d;
  text-align: center;
  display: table-cell;
  line-height: 1.3;
  vertical-align: middle;
  font-size: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tabs &gt; li &gt; ul li dl dt span {
    font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dt span {
    font-size: 70%;
  }
}
@media only screen and (min-width: 768px) {
  .con_tabs &gt; li &gt; ul li dl dt span i {
    display: none;
  }
}
@media print {
  .con_tabs &gt; li &gt; ul li dl dt span i {
    display: none;
  }
}
.ie8 .con_tabs &gt; li &gt; ul li dl dt span i {
  display: none;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dd {
    display: none;
    margin-bottom: 30px;
  }
}
.con_tabs &gt; li &gt; ul li dl dd .time {
  display: table;
  width: 100%;
  margin: 1.5em 0;
}
.con_tabs &gt; li &gt; ul li dl dd .time span {
  font-size: 90%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  height: 3em;
  color: #0d0d0d;
  text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_tabs &gt; li &gt; ul li dl dd .time span {
    font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dd .time span {
    font-size: 70%;
  }
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dd .time {
    margin: 1em 0;
  }
}
.con_tabs &gt; li &gt; ul li dl dd .bg {
  display: table;
  width: 100%;
  color: #0d0d0d;
}
.con_tabs &gt; li &gt; ul li dl dd .bg span {
  padding: 0.5em 0;
  height: 3.2em;
  background: #e7e7e7;
  text-align: center;
  display: table-cell;
  line-height: 1.3;
  vertical-align: middle;
}
.con_tabs &gt; li &gt; ul li dl dd .goal {
  display: table;
  width: 100%;
}
.con_tabs &gt; li &gt; ul li dl dd .goal span {
  height: 86px;
  background: #fff;
  text-align: center;
  display: table-cell;
  line-height: 1.3;
  vertical-align: middle;
  border: 3px solid #c8391c;
}
.con_tabs &gt; li &gt; ul li dl dd .goal span img {
  max-width: 90%;
}
.con_tabs &gt; li &gt; ul li dl dd .adjust-padd01 {
  padding-top: 2em;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dd .adjust-padd01 {
    padding-top: 2em;
  }
}
.con_tabs &gt; li &gt; ul li dl dd .adjust-padd02 {
  padding-top: 6em;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dd .adjust-padd02 {
    padding-top: 2em;
  }
}
.con_tabs &gt; li &gt; ul li dl dd .adjust-padd03 {
  margin: 0;
}
.con_tabs &gt; li &gt; ul li dl dd .adjust-padd04 {
  padding-top: 1.5em;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dd .adjust-padd04 {
    padding-top: 1.5em;
  }
}
.con_tabs &gt; li &gt; ul li dl dd .adjust-padd05 {
  padding: 1.5em 0;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dd .adjust-padd05 {
    padding: 0;
  }
}
.con_tabs &gt; li &gt; ul li dl dd .adjust-padd06 {
  padding: 12.2em 0;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dd .adjust-padd06 {
    padding: 0;
  }
}
.con_tabs &gt; li &gt; ul li dl dd .adjust-padd07 {
  padding: 3em 0;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dd .adjust-padd07 {
    padding: 0;
  }
}
.con_tabs &gt; li &gt; ul li dl dd .adjust-padd08 {
  padding: 2.5em 0;
  padding-bottom: 1.7em;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dd .adjust-padd08 {
    padding: 0;
  }
}
.con_tabs &gt; li &gt; ul li dl dd .adjust-padd09 {
  padding: 1.5em 0;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dd .adjust-padd09 {
    padding: 0;
  }
}
.con_tabs &gt; li &gt; ul li dl dd .adjust-padd10 {
  padding-top: 1.8em;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul li dl dd .adjust-padd10 {
    padding-top: 0em;
  }
}
.con_tabs &gt; li &gt; ul.train li {
  width: 33.33333%;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul.train li {
    width: 100%;
  }
}
.con_tabs &gt; li &gt; ul.car li {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .con_tabs &gt; li &gt; ul.car li {
    width: 100%;
  }
}
.con_tabs &gt; li.active {
  display: block;
}

/* -----------------------------------------------------------
	.con_res
----------------------------------------------------------- */
.con_res {
  padding-bottom: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res {
    padding-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res {
    padding-bottom: 40px;
  }
}
.con_res .box_res {
  float: left;
  width: 71.03175%;
  padding: 40px 0 30px;
  background: #e7e7e7;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_res {
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res {
    padding: 20px 10px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res {
    width: 100%;
    margin: 0 0 25px;
  }
}
.con_res .box_res:before {
  content: '';
  position: absolute;
  left: -1000px;
  width: 1000px;
  top: 0;
  height: 100%;
  background: #e7e7e7;
}
@media only screen and (max-width: 767px) {
  .con_res .box_res:before {
    display: none;
  }
}
.con_res .box_res h3 {
  font-weight: normal;
  font-family: "Crimson Text", serif;
  font-size: 250%;
  margin-bottom: 40px;
  line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_res h3 {
    font-size: 225%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res h3 {
    font-size: 200%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_res h3 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res h3 {
    margin-bottom: 20px;
  }
}
.con_res .box_res .box_item &gt; li {
  float: left;
  width: 46.36872%;
  margin-right: 3.35196%;
  background: #fff;
  padding: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_res .box_item &gt; li {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_item &gt; li {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_item &gt; li {
    width: 100%;
    margin: 0 0 20px;
  }
}
.con_res .box_res .box_item &gt; li .cap {
  margin: 0 0 10px;
  font-size: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_res .box_item &gt; li .cap {
    font-size: 85%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_item &gt; li .cap {
    font-size: 80%;
  }
}
.con_res .box_res .box_item &gt; li .btn {
  margin: 0 0 10px;
}
.con_res .box_res .box_item &gt; li .btn a {
  display: block;
  padding: 0.5em 2em;
  border: 1px solid rgba(255, 255, 255, 0.23);
  background: #c8391c;
  color: #fff;
  font-size: 90%;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (max-width: 1550px) {
  .con_res .box_res .box_item &gt; li .btn a {
    padding: 0.5em 1.3em;
  }
}
@media print {
  .con_res .box_res .box_item &gt; li .btn a {
    padding: 0.5em 1.3em;
  }
}
.ie8 .con_res .box_res .box_item &gt; li .btn a {
  padding: 0.5em 1.3em;
}
.con_res .box_res .box_item &gt; li .btn a .txt {
  display: inline-block;
}
.con_res .box_res .box_item &gt; li .btn a .txt &gt; span {
  display: inline-block;
  vertical-align: middle;
}
.con_res .box_res .box_item &gt; li .btn a .ion-ios-circle-outline {
  position: relative;
  padding-left: 0.5em;
  font-size: 40px;
}
.con_res .box_res .box_item &gt; li .btn a .ion-ios-circle-outline::after {
  content: "→";
  position: absolute;
  top: 50%;
  right: 0.5em;
  margin-top: -0.5em;
  line-height: 1;
  font-size: 30px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.con_res .box_res .box_item &gt; li .btn a:hover {
  background: #0d0d0d;
}
.con_res .box_res .box_item &gt; li .btn a:hover .ion-ios-circle-outline::after {
  right: 0.2em;
}
.con_res .box_res .box_item &gt; li .btn_link a {
  display: inline-block;
  text-decoration: none !important;
  font-size: 70%;
  font-family: "Crimson Text", serif;
  margin-right: 15px;
}
.mouse .con_res .box_res .box_item &gt; li .btn_link a:hover, .touch .con_res .box_res .box_item &gt; li .btn_link a.touchstart {
  text-decoration: underline !important;
}
.touch .con_res .box_res .box_item &gt; li .btn_link a {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_res .box_res .box_item &gt; li .btn_link a.touchend {
  -webkit-transition-delay: 200ms;
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_res .box_item &gt; li .btn_link a {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_res .box_item &gt; li .btn_link a {
    margin-right: 5px;
  }
}
.con_res .box_res .box_item &gt; li .btn_link a:last-child {
  margin-right: 0;
}
.con_res .box_res .box_item &gt; li .lst_lang li {
  float: left;
  margin-bottom: 5px;
  width: 49%;
}
@media only screen and (max-width: 1023px) {
  .con_res .box_res .box_item &gt; li .lst_lang li {
    width: 100%;
  }
}
.con_res .box_res .box_item &gt; li .lst_lang li a {
  display: block;
  text-decoration: none;
  border: 1px solid #878787;
  padding: .7em .5em;
  position: relative;
  font-size: 75%;
}
.con_res .box_res .box_item &gt; li .lst_lang li a:after {
  content: '→';
  position: absolute;
  top: 50%;
  right: .5em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_res .box_res .box_item &gt; li .lst_lang li a:hover {
  background: rgba(0, 0, 0, 0.05);
}
.con_res .box_res .box_item &gt; li .lst_lang li:nth-child(even) {
  float: right;
}
.con_res .box_res .box_item &gt; li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}
.con_res .box_trip {
  float: right;
  width: 25.39683%;
}
@media only screen and (max-width: 1024px) {
  .con_res .box_trip {
    width: 27%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_trip {
    width: 100%;
  }
}
.con_res .box_trip h3 {
  font-weight: normal;
  font-family: "Crimson Text", serif;
  font-size: 125%;
  color: #fff;
  background: #00a680;
  border-top: 7px solid #0b8166;
  padding: .35em 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_trip h3 {
    font-size: 105%;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_trip h3 {
    font-size: 90%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_res .box_trip h3 {
    border-top: 5px solid #0b8166;
  }
}
@media only screen and (max-width: 767px) {
  .con_res .box_trip h3 {
    border-top: 3px solid #0b8166;
  }
}
.con_res .box_trip * {
  max-width: 100%;
}
.con_res .box_trip .TA_selfserveprop {
  border: 1px solid #00a680;
}
.con_res .box_trip .TA_selfserveprop .widSSPData {
  border: 0 !important;
}

/* -----------------------------------------------------------
	.con_maps
----------------------------------------------------------- */
.con_maps {
  position: relative;
  padding-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_maps {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_maps {
    padding-bottom: 0;
  }
}
.con_maps .info {
  width: 74.60317%;
  margin-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_maps .info {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_maps .info {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_maps .info {
    width: 100%;
  }
}
.con_maps .info .st_s_bor_hor {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_maps .info .st_s_bor_hor {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_maps .info .st_s_bor_hor {
    margin-bottom: 20px;
  }
}
.con_maps .info .txt {
  font-size: 100%;
  line-height: 2;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_maps .info .txt {
    font-size: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .con_maps .info .txt {
    font-size: 80%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_maps .info .txt {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_maps .info .txt {
    margin-bottom: 20px;
  }
}
.con_maps .info .btn a {
  font-size: 90%;
  color: #616161;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_maps .info .btn a {
    font-size: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_maps .info .btn a {
    font-size: 75%;
  }
}
.con_maps .info .photo {
  position: absolute;
  right: 1.5873%;
  bottom: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_maps .info .photo {
    position: static;
    width: 100%;
    margin: 30px 0 0;
  }
}
.con_maps .info .photo img {
  max-width: none;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .con_maps .info .photo img {
    max-width: 100%;
    width: auto;
  }
}

/* -----------------------------------------------------------
	.con_ref
----------------------------------------------------------- */
.con_ref {
  margin-bottom: 120px;
  padding: 30px;
  background: #e7e7e7;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ref {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ref {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ref {
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ref {
    padding: 20px 10px;
  }
}
.con_ref h3 {
  text-align: center;
  font-weight: normal;
  font-size: 125%;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ref h3 {
    font-size: 110%;
  }
}
@media only screen and (max-width: 767px) {
  .con_ref h3 {
    font-size: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ref h3 {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ref h3 {
    margin-bottom: 20px;
  }
}
.con_ref ul li {
  float: left;
  width: 23.16667%;
  margin-right: 2.33333%;
}
@media only screen and (max-width: 767px) {
  .con_ref ul li {
    width: 48%;
    margin: 0 1% 15px;
  }
}
.con_ref ul li a {
  display: block;
  text-decoration: none;
}
.con_ref ul li a .logo img {
  max-width: none;
  width: 100%;
}
.con_ref ul li a .box_txt {
  background: #fff;
  padding: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_ref ul li a .box_txt {
    padding: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .con_ref ul li a .box_txt {
    padding: 5px;
  }
}
.con_ref ul li a .box_txt .txt {
  text-align: center;
  font-size: 80%;
  background: #e7e7e7;
  padding: 3px 10px;
  position: relative;
}
.con_ref ul li a .box_txt .txt:after {
  content: '\f08e';
  font-family: Fontawesome;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.con_ref ul li:last-child {
  margin-right: 0;
}
</pre></body></html>