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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_restaurant .box_res_list, .con_access .box_access_info, .box_tab_access {
  max-width: 1200px;
  margin: auto;
}
@media only screen and (min-width: 1024px) and (max-width: 1199px) {
  .con_restaurant .box_res_list, .con_access .box_access_info, .box_tab_access {
    width: 95%;
  }
}
@media print {
  .con_restaurant .box_res_list, .con_access .box_access_info, .box_tab_access {
    width: 95%;
  }
}
.ie8 .con_restaurant .box_res_list, .con_restaurant .ie8 .box_res_list, .ie8 .con_access .box_access_info, .con_access .ie8 .box_access_info, .ie8 .box_tab_access {
  width: 95%;
}
@media only screen and (max-width: 1024px) {
  .con_restaurant .box_res_list, .con_access .box_access_info, .box_tab_access {
    width: 95%;
  }
}

.con_slider_home:after, .con_intro .container:after, .con_room .box_room_inner .tabs_rooms ul:after, .box_tab_access .tab_access:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	SLICK SLIDER
----------------------------------------------------------- */
.container.view_sp {
  padding: 3% 0;
}

.con_slider_home {
  position: relative;
  /* -----------------------------------------------------------
  	#mainslider
  ----------------------------------------------------------- */
}
.con_slider_home h2 {
  position: absolute;
  z-index: 9;
  color: white;
  font-weight: normal;
  left: 10%;
  top: 50%;
  font-size: 308%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-shadow: -4px -4px 10px rgba(0, 0, 0, 0.2), 4px 4px 10px rgba(0, 0, 0, 0.2), -4px 4px 10px rgba(0, 0, 0, 0.2), 4px -4px 10px rgba(0, 0, 0, 0.2);
  -moz-transform: translate(-10%, -50%);
  -ms-transform: translate(-10%, -50%);
  -webkit-transform: translate(-10%, -50%);
  transform: translate(-10%, -50%);
  letter-spacing: .1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_slider_home h2 {
    font-size: 231%;
  }
}
@media only screen and (max-width: 767px) {
  .con_slider_home h2 {
    width: 100%;
    text-align: center;
    left: 0;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 154%;
  }
}
.con_slider_home #mainslider {
  position: relative;
  width: 100%;
  height: 100%;
}
.con_slider_home #mainslider .slide {
  height: 100%;
  width: 100%;
  outline: none;
}
.con_slider_home #mainslider .slide.img_main01 {
  background: url("../images/home/img_main01.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .slide.img_main01 {
    background: url("../images/home/img_main01-sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.con_slider_home #mainslider .slide.img_main02 {
  background: url("../images/home/img_main02.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .slide.img_main02 {
    background: url("../images/home/img_main02-sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.con_slider_home #mainslider .slide.img_main03 {
  background: url("../images/home/img_main03.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .slide.img_main03 {
    background: url("../images/home/img_main03-sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.con_slider_home #mainslider .slide.img_main04 {
  background: url("../images/home/img_main04.jpg") no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .slide.img_main04 {
    background: url("../images/home/img_main04-sp.jpg") no-repeat center center;
    background-size: cover;
  }
}
.con_slider_home #mainslider .slick-dots {
  text-align: right;
  bottom: 4.5%;
  z-index: 1;
  width: auto;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1024px) {
  .con_slider_home #mainslider .slick-dots {
    bottom: 8%;
  }
}
.con_slider_home #mainslider .slick-dots li {
  position: relative;
  width: 12px;
  height: 0;
  padding-top: 12px;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  background: white;
}
.con_slider_home #mainslider .slick-dots li:not(.slick-active) button {
  cursor: pointer;
}
.mouse .con_slider_home #mainslider .slick-dots li:not(.slick-active):hover, .touch .con_slider_home #mainslider .slick-dots li:not(.slick-active).touchstart {
  background: #e9cf88;
}
.touch .con_slider_home #mainslider .slick-dots li:not(.slick-active) {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_slider_home #mainslider .slick-dots li:not(.slick-active).touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_slider_home #mainslider .slick-dots li:not(:first-child) {
  margin-left: 1.7em;
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .slick-dots li:not(:first-child) {
    margin-left: 1.7em;
  }
}
.con_slider_home #mainslider .slick-dots li.slick-active {
  background-color: #d4a012;
}
@media only screen and (max-width: 767px) {
  .con_slider_home #mainslider .slick-dots li {
    width: 1em;
    padding-top: 1em;
  }
}
.con_slider_home #mainslider .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro {
  overflow: hidden;
  *zoom: 1;
  background: #f2f2f2;
  position: relative;
  z-index: 0;
}
.con_intro:before {
  position: absolute;
  content: url(../images/home/bg_shadow.png);
  top: 0;
  max-width: 1200px;
  left: 50%;
  z-index: 1;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.con_intro .container {
  position: relative;
}
.con_intro .container:before {
  content: url(../images/home/bg_intro_left.png);
  position: absolute;
  right: 103%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
}
.con_intro .container:after {
  content: url(../images/home/bg_intro_right.png);
  position: absolute;
  left: 103%;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.con_intro .container .box_inner {
  overflow: hidden;
  *zoom: 1;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .con_intro .container .box_inner {
    padding: 1em 0;
  }
  .con_intro .container .box_inner .img_wifi {
    width: 50%;
  }
}
@media print {
  .con_intro .container .box_inner {
    padding: 1em 0;
  }
  .con_intro .container .box_inner .img_wifi {
    width: 50%;
  }
}
.ie8 .con_intro .container .box_inner {
  padding: 1em 0;
}
.ie8 .con_intro .container .box_inner .img_wifi {
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .container .box_inner {
    padding: 3em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .container .box_inner {
    display: block;
    padding: 2em 0;
  }
}
.con_intro h3 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 262%;
  font-weight: normal;
  margin-bottom: .3em;
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .con_intro h3 {
    font-size: 216%;
  }
}
@media print {
  .con_intro h3 {
    font-size: 216%;
  }
}
.ie8 .con_intro h3 {
  font-size: 216%;
}
@media only screen and (max-width: 767px) {
  .con_intro h3 {
    font-size: 170%;
    text-align: center;
    line-height: 1.4;
  }
}
.con_intro .box_txt {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt {
    display: block;
    float: none;
    width: 100%;
  }
  .con_intro .box_txt .img_wifi {
    text-align: center;
  }
  .con_intro .box_txt .img_wifi img {
    width: 60%;
  }
}
.con_intro .box_txt .txt {
  font-size: 108%;
  line-height: 1.8;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_txt .txt {
    font-size: 100%;
    line-height: 1.6;
  }
}
.con_intro .img {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_intro .img {
    display: block;
    width: 100%;
    float: none;
  }
}

/* -----------------------------------------------------------
	con_room
----------------------------------------------------------- */
.con_room {
  overflow: hidden;
  *zoom: 1;
  padding: 50px 0 30px;
  /* -----------------------------------------------------------
  	box_room
  ----------------------------------------------------------- */
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room {
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room {
    padding: 2em 0 1em;
  }
}
.con_room .box_room_inner .tabs_rooms ul {
  padding: 0 2em;
  margin-bottom: 1.5em;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_room_inner .tabs_rooms ul {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room_inner .tabs_rooms ul {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room_inner .tabs_rooms ul {
    text-align: center;
  }
}
.con_room .box_room_inner .tabs_rooms ul li {
  display: inline-block;
  width: 18.75%;
  margin-right: 0.44643%;
  margin-bottom: 0.89286%;
  font-size: 124%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-weight: 500;
  color: #555555;
  background: #d8d8d8;
  text-align: center;
  cursor: pointer;
  padding: .8em .5em;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0.5em;
  -webkit-border-radius: 0.5em;
  border-radius: 0.5em;
}
@media only screen and (min-width: 1025px) and (max-width: 1279px) {
  .con_room .box_room_inner .tabs_rooms ul li {
    font-size: 105%;
  }
}
@media print {
  .con_room .box_room_inner .tabs_rooms ul li {
    font-size: 105%;
  }
}
.ie8 .con_room .box_room_inner .tabs_rooms ul li {
  font-size: 105%;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room_inner .tabs_rooms ul li {
    width: 32%;
    margin-right: 2%;
    font-size: 90%;
    margin-bottom: 2%;
    padding: .3em .1em;
    float: left;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .con_room .box_room_inner .tabs_rooms ul li:nth-child(3n) {
    margin-right: 0;
  }
}
.con_room .box_room_inner .tabs_rooms ul li:last-child {
  margin-right: 0;
}
.con_room .box_room_inner .tabs_rooms ul li:before {
  display: none;
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  -moz-transform: translate(-50%, 100%);
  -ms-transform: translate(-50%, 100%);
  -webkit-transform: translate(-50%, 100%);
  transform: translate(-50%, 100%);
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #bd9038;
  color: #bd9038;
  text-align: center;
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room_inner .tabs_rooms ul li:before {
    border-width: 6px 6px 0 6px;
  }
}
.con_room .box_room_inner .tabs_rooms ul li:not(.active):hover {
  opacity: 0.7;
}
.con_room .box_room_inner .tabs_rooms ul li.active {
  position: relative;
  cursor: default;
  color: #fff;
  background: #bd9038;
}
.con_room .box_room_inner .tabs_rooms ul li.active:before {
  display: block;
}
.medium .con_room .box_room_inner .tabs_rooms ul li {
  padding: .8em 0;
}
.con_room .box_room_inner .panels .panel {
  display: none;
  width: 100%;
  margin: 0 auto;
}
.con_room .box_room_inner .panels .panel.active {
  display: block;
}
.con_room .box_room_inner .btn {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_room_inner .btn {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room_inner .btn {
    margin-top: 0.5em;
  }
}
.con_room .box_room_inner .btn a {
  max-width: 345px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_room_inner .btn a {
    max-width: 345px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room_inner .btn a {
    max-width: 100%;
  }
}
.con_room .box_room {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_room {
    padding-bottom: 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room {
    padding-bottom: 2em;
  }
}
.con_room .box_room h4 {
  text-align: center;
  margin-bottom: .5em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #555555;
  text-transform: uppercase;
  font-size: 247%;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room h4 {
    font-size: 185%;
  }
}
.con_room .box_room .box_img {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_img {
    margin-bottom: 1em;
  }
}
.con_room .box_room .box_img img {
  width: 100%;
}
.con_room .box_room .box_infor {
  width: 60.41667%;
  float: left;
  font-size: 108%;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_infor {
    width: 100%;
  }
}
.con_room .box_room .box_room_map {
  width: 36.25%;
  float: right;
  padding-left: 1.66667%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_room_map {
    width: 100%;
    padding-left: 0;
  }
  .con_room .box_room .box_room_map img {
    text-align: center;
    width: 100%;
  }
}
.con_room .box_room .box_room_map:before {
  content: "";
  height: 80%;
  width: 1px;
  background: #e6e6e6;
  position: absolute;
  left: 0;
  top: 0;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .box_room_map:before {
    display: none;
  }
}
.con_room .box_room .box_room_map .caption_img {
  font-size: 108%;
  margin-top: .5em;
  line-height: 1.8;
}
.con_room .box_room .tbl_basic {
  margin: 1.5em 0;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .tbl_basic {
    margin: 1em 0;
  }
}
.con_room .box_room .tbl_basic th {
  width: 25%;
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .tbl_basic th {
    display: table-cell;
    width: 35%;
    padding: 0.5em 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .tbl_basic td {
    display: table-cell;
    padding: 1em;
  }
}
.con_room .box_room .btn {
  margin-top: 1.5em;
}
.con_room .box_room .btn a {
  width: 215px;
  padding: .5em 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_room .box_room .btn a {
    width: 215px;
  }
}
@media only screen and (max-width: 767px) {
  .con_room .box_room .btn a {
    width: 100%;
  }
}

.txt {
  font-size: 108%;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .txt {
    font-size: 100%;
    line-height: 1.6;
  }
}

/* -----------------------------------------------------------
	con_restaurant
----------------------------------------------------------- */
.con_restaurant {
  overflow: hidden;
  *zoom: 1;
  background: #f1f1f1;
  padding: 47px 0 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_restaurant {
    padding: 47px 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant {
    padding: 2em 0 4em;
  }
}
.con_restaurant .container {
  position: relative;
  min-height: 524px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_restaurant .container {
    min-height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .container {
    min-height: inherit;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_restaurant .container {
    padding-bottom: 1em;
    overflow: hidden;
    *zoom: 1;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .container {
    overflow: hidden;
    *zoom: 1;
  }
}
.con_restaurant .container:after {
  content: url(../images/home/img_res_right.jpg);
  position: absolute;
  left: 106.41667%;
  top: 0;
}
@media only screen and (min-width: 1025px) {
  .con_restaurant .container .box_img {
    right: 31.66667%;
    position: absolute;
    width: 101.41667%;
  }
}
@media print {
  .con_restaurant .container .box_img {
    right: 31.66667%;
    position: absolute;
    width: 101.41667%;
  }
}
.ie8 .con_restaurant .container .box_img {
  right: 31.66667%;
  position: absolute;
  width: 101.41667%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_restaurant .container .box_img {
    right: 50%;
    position: absolute;
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .container .box_img {
    width: 100%;
    margin-bottom: 1em;
  }
  .con_restaurant .container .box_img img {
    width: 100%;
  }
}
.con_restaurant .container .box_txt {
  width: 26.25%;
  float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_restaurant .container .box_txt {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .container .box_txt {
    width: 100%;
  }
}
.con_restaurant .container .box_txt h4 {
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 200%;
  color: #7d7d7d;
  font-weight: normal;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .container .box_txt h4 {
    text-align: center;
    font-size: 170%;
  }
}
.con_restaurant .box_res_list {
  overflow: hidden;
  *zoom: 1;
  background: white;
  margin-top: 33px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_restaurant .box_res_list {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_res_list {
    margin-top: 0;
  }
}
.con_restaurant .box_res_list .box_res {
  padding: 2.58333%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_res_list .box_res {
    padding: 1em 2.58333% 2.58333% 2.58333%;
  }
}
.con_restaurant .box_res_list .sst_res {
  text-align: center;
  margin-bottom: 0.8em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-transform: uppercase;
  letter-spacing: .1em;
  font-size: 170%;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_res_list .sst_res {
    margin-bottom: 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_res_list .sst_res {
    font-size: 154%;
  }
}
.con_restaurant .box_res_list .list_rec {
  overflow: hidden;
  *zoom: 1;
}
.con_restaurant .box_res_list .list_rec li {
  width: 32.13345%;
  margin-bottom: 1.75593%;
  float: left;
}
@media only screen and (min-width: 768px) {
  .con_restaurant .box_res_list .list_rec li {
    margin-right: 1.75593%;
  }
  .con_restaurant .box_res_list .list_rec li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print {
  .con_restaurant .box_res_list .list_rec li {
    margin-right: 1.75593%;
  }
  .con_restaurant .box_res_list .list_rec li:nth-child(3n) {
    margin-right: 0;
  }
}
.ie8 .con_restaurant .box_res_list .list_rec li {
  margin-right: 1.75593%;
}
.ie8 .con_restaurant .box_res_list .list_rec li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_res_list .list_rec li {
    width: 49%;
    margin-right: 2%;
  }
  .con_restaurant .box_res_list .list_rec li:nth-child(2n) {
    margin-right: 0;
  }
}
.con_restaurant .box_res_list .list_rec li h4 {
  text-align: center;
  margin: .5em 0;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: .1em;
  font-size: 170%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_restaurant .box_res_list .list_rec li h4 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_restaurant .box_res_list .list_rec li h4 {
    font-size: 124%;
  }
}

/* -----------------------------------------------------------
	con_facilities
----------------------------------------------------------- */
.con_facilities {
  overflow: hidden;
  *zoom: 1;
  background: url(../images/home/bg_fac.jpg) no-repeat center center;
  background-size: cover;
  padding: 85px 0 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities {
    padding: 60px 0 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities {
    padding: 2em 0 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities {
    background: url(../images/home/bg_fac_sp.jpg) no-repeat top center #422210;
    background-size: auto 40%;
  }
}
.con_facilities .box_fac {
  float: right;
  width: 37.33333%;
}
@media only screen and (max-width: 1024px) {
  .con_facilities .box_fac {
    width: 100%;
    margin-bottom: 3%;
  }
}
.con_facilities .box_fac .txt {
  color: white;
  margin-bottom: 1em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities .box_fac .txt {
    text-align: center;
  }
}
.con_facilities .box_fac .st_tmp02 {
  text-align: left;
  color: white;
}
@media only screen and (max-width: 1024px) {
  .con_facilities .box_fac .st_tmp02 {
    text-align: center;
  }
}
.con_facilities .box_fac .sst_fac {
  margin-bottom: .5em;
  font-weight: 500;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  text-transform: uppercase;
  font-size: 200%;
  color: white;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities .box_fac .sst_fac {
    text-align: center;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .box_fac .sst_fac {
    font-size: 154%;
    text-align: center;
    font-weight: normal;
  }
}
.con_facilities .box_fac .img_fac_floor {
  text-align: center;
}
.con_facilities .list_fac {
  overflow: hidden;
  *zoom: 1;
  float: left;
  width: 59.16667%;
}
@media only screen and (max-width: 1024px) {
  .con_facilities .list_fac {
    width: 100%;
    margin-bottom: 3%;
  }
}
.con_facilities .list_fac li {
  width: 31.97183%;
  margin-bottom: 1.97183%;
  float: left;
  background: white;
  padding-bottom: 1em;
}
@media only screen and (min-width: 768px) {
  .con_facilities .list_fac li {
    margin-right: 1.97183%;
  }
  .con_facilities .list_fac li:nth-child(3n) {
    margin-right: 0;
  }
}
@media print {
  .con_facilities .list_fac li {
    margin-right: 1.97183%;
  }
  .con_facilities .list_fac li:nth-child(3n) {
    margin-right: 0;
  }
}
.ie8 .con_facilities .list_fac li {
  margin-right: 1.97183%;
}
.ie8 .con_facilities .list_fac li:nth-child(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .con_facilities .list_fac li {
    width: 49%;
    margin-right: 2%;
  }
  .con_facilities .list_fac li:nth-child(2n) {
    margin-right: 0;
  }
}
.con_facilities .list_fac li .img img {
  width: 100%;
}
.con_facilities .list_fac li h4 {
  text-align: center;
  margin: .5em 5% .3em;
  font-weight: bold;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  letter-spacing: .1em;
  font-size: 139%;
}
.con_facilities .list_fac li h4 span {
  font-size: 84%;
  display: block;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_facilities .list_fac li h4 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_facilities .list_fac li h4 {
    font-size: 124%;
  }
}
.con_facilities .list_fac li .txt {
  padding: 0 5%;
}

/* -----------------------------------------------------------
	con_access
----------------------------------------------------------- */
.con_access {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  padding-top: 4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access {
    padding-top: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
    padding-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access {
    width: 100%;
    display: block;
  }
}
.con_access .box_map {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
@media only screen and (max-width: 767px) {
  .con_access .box_map {
    width: 100%;
    display: block;
  }
}
.con_access .box_map #map {
  width: 100%;
  height: 645px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_map #map {
    height: 550px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_map #map {
    height: 250px;
  }
}
.con_access .box_access_info {
  overflow: hidden;
  *zoom: 1;
  padding: 2em 0;
}
.con_access .box_access_info h3 {
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_access_info h3 {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_access_info h3 {
    margin-bottom: 1em;
  }
}
.con_access .box_access_info .add_ic {
  font-size: 124%;
  margin-left: 1em;
  text-indent: -1em;
  font-weight: 500;
  margin-bottom: .5em;
}
.con_access .box_access_info .add_ic:before, .con_access .box_access_info .add_ic:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_access .box_access_info .add_ic > * {
  vertical-align: middle;
  display: inline;
}
.con_access .box_access_info .add_ic:before {
  content: "\f041";
  margin-right: .5em;
  font-size: 139%;
  color: #000;
}
@media only screen and (max-width: 767px) {
  .con_access .box_access_info .add_ic {
    font-size: 108%;
  }
}
.con_access .box_access_info .box_btn {
  margin-top: 1em;
}
.con_access .box_access_info .box_btn a {
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .con_access .box_access_info .box_btn a {
    width: 100%;
    margin-bottom: 3%;
    max-width: 100%;
  }
}
.con_access .box_access_info .box_info {
  float: left;
  width: 49.16667%;
}
@media only screen and (max-width: 767px) {
  .con_access .box_access_info .box_info {
    width: 100%;
    margin-bottom: 3%;
  }
}
.con_access .box_access_info .box_info .box_img {
  float: left;
  width: 43.72881%;
  margin-right: 2%;
}
@media only screen and (max-width: 767px) {
  .con_access .box_access_info .box_info .box_img {
    display: none;
  }
}
.con_access .box_access_info .box_info .add_ic, .con_access .box_access_info .box_info .txt, .con_access .box_access_info .box_info .box_btn {
  padding-left: 47.45763%;
}
@media only screen and (max-width: 767px) {
  .con_access .box_access_info .box_info .add_ic, .con_access .box_access_info .box_info .txt, .con_access .box_access_info .box_info .box_btn {
    padding-left: 0;
  }
}
.con_access .box_access_info .box_station {
  float: right;
  width: 50%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_access_info .box_station {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_access_info .box_station {
    width: 100%;
  }
}
.con_access .box_access_info .box_station h4 {
  font-size: 124%;
  font-weight: 500;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .con_access .box_access_info .box_station h4 {
    font-size: 108%;
  }
  .con_access .box_access_info .box_station h4 img {
    margin-right: 0.5em;
  }
}
.con_access .box_access_info .box_station .list_item {
  margin: .5em 0;
}
.con_access .box_access_info .box_station .list_item li {
  font-size: 108%;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .con_access .box_access_info .box_station .list_item li {
    font-size: 100%;
    line-height: 1.6;
  }
}

/* -----------------------------------------------------------
	box_tab_access
----------------------------------------------------------- */
.box_tab_access {
  overflow: hidden;
  *zoom: 1;
  padding-bottom: 4em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab_access {
    padding-bottom: 4em;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_access {
    padding-bottom: 2em;
  }
}
.box_tab_access .tab_access ul {
  text-align: center;
}
.box_tab_access .tab_access ul li {
  cursor: pointer;
  float: left;
  width: 49.5%;
  margin-right: 1%;
  text-align: center;
  padding: 0.8em 0;
  background: #d8d8d8;
  font-size: 124%;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  -moz-border-radius: 0.3em;
  -webkit-border-radius: 0.3em;
  border-radius: 0.3em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .tab_access ul li {
    padding: 0.5em 0;
  }
}
.box_tab_access .tab_access ul li:nth-child(2n) {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .tab_access ul li {
    font-size: 139%;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    width: 100%;
    margin-right: 0;
    background: white;
  }
}
.box_tab_access .tab_access ul li a {
  text-decoration: none;
}
.box_tab_access .tab_access ul li.active {
  cursor: default;
  background: #bd9038;
  color: white;
}
.box_tab_access .tab_access ul li.active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 6px 0 6px;
  border-color: #bd9038 transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .tab_access ul li.active:before {
    display: none;
  }
}
.box_tab_access #panel .tab_content {
  padding-top: 2em;
}
@media only screen and (max-width: 767px) {
  .box_tab_access #panel .tab_content {
    padding-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .box_tab_access #panel .tab_content {
    display: none;
  }
  .box_tab_access #panel .tab_content:first-child {
    display: block;
  }
}
@media print {
  .box_tab_access #panel .tab_content {
    display: none;
  }
  .box_tab_access #panel .tab_content:first-child {
    display: block;
  }
}
.ie8 .box_tab_access #panel .tab_content {
  display: none;
}
.ie8 .box_tab_access #panel .tab_content:first-child {
  display: block;
}
@media only screen and (max-width: 767px) {
  .box_tab_access #panel #panel01 {
    border-bottom: 3px solid #ababab;
    margin-bottom: 2em;
  }
}
.box_tab_access .box_map_access {
  overflow: hidden;
  *zoom: 1;
  max-width: 88.16667%;
  margin: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab_access .box_map_access {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_access .box_map_access {
    max-width: 100%;
  }
}
.box_tab_access .box_map_access .box_minu {
  width: 36.38941%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .box_map_access .box_minu {
    width: 100%;
  }
}
.box_tab_access .box_map_access .box_minu h4 {
  font-size: 170%;
  margin-bottom: .5em;
  font-weight: normal;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .box_map_access .box_minu h4 {
    font-size: 124%;
  }
}
.box_tab_access .box_map_access .box_minu h4:before {
  content: "";
  width: 8px;
  height: 8px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin-right: .3em;
}
.box_tab_access .box_map_access .box_minu h4.st01:before {
  background: #72a900;
}
.box_tab_access .box_map_access .box_minu h4.st02:before {
  background: #c28c00;
}
.box_tab_access .box_map_access .box_minu h4.st03:before {
  background: #004783;
}
.box_tab_access .box_map_access .box_minu .tbl_access {
  width: 100%;
  margin-bottom: 2em;
}
.box_tab_access .box_map_access .box_minu .tbl_access th, .box_tab_access .box_map_access .box_minu .tbl_access td {
  padding: .5em;
  font-size: 108%;
  border: 1px solid #dddddd;
}
.box_tab_access .box_map_access .box_minu .tbl_access th {
  background: #dff6b6;
  text-align: center;
  font-weight: normal;
  width: 20%;
}
.box_tab_access .box_map_access .box_img_access {
  width: 59.64083%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .box_map_access .box_img_access {
    width: 100%;
    margin-bottom: 3%;
    padding: 3%;
    border: 1px solid #e0e0e0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.box_tab_access .box_station {
  overflow: hidden;
  *zoom: 1;
  background: #f8f8f8;
  padding: 2em 5.83333%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab_access .box_station {
    padding: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_access .box_station {
    padding: 3%;
  }
}
.box_tab_access .box_station h4 {
  font-size: 170%;
  font-weight: normal;
  margin-bottom: .8em;
}
.box_tab_access .box_station h4 img {
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .box_station h4 img {
    width: 0.7em;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab_access .box_station h4 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_access .box_station h4 {
    font-size: 131%;
  }
}
.box_tab_access .list_station {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab_access .list_station {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_access .list_station {
    margin-bottom: 0;
  }
}
.box_tab_access .list_station li {
  float: left;
  width: 19.90566%;
  margin-right: 6.69811%;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .list_station li {
    width: 46%;
    margin-right: 8%;
    margin-bottom: 8%;
  }
  .box_tab_access .list_station li:nth-child(2n) {
    margin-right: 0;
  }
}
.box_tab_access .list_station li .img {
  border: 4px solid #000000;
  margin-bottom: .5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .list_station li .img img {
    width: 100%;
  }
}
.box_tab_access .list_station li .img:after {
  content: "";
  background: url(../images/home/ic_arrow.jpg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 110%;
  top: 50%;
  width: 35px;
  height: 62px;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_tab_access .list_station li .img:after {
    width: 2em;
    height: 3em;
  }
}
@media only screen and (max-width: 767px) {
  .box_tab_access .list_station li .img:after {
    content: "\f105";
    font-family: FontAwesome;
    background: none;
    width: auto;
    height: auto;
    left: auto;
    right: -0.6em;
    font-size: 3em;
  }
}
.box_tab_access .list_station li:last-child {
  margin-right: 0;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .list_station li:last-child {
    margin-bottom: 0;
  }
}
.box_tab_access .list_station li .title_station {
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .list_station li .title_station {
    font-size: 100%;
  }
}
.box_tab_access .img_access_car {
  overflow: hidden;
  *zoom: 1;
}
.box_tab_access .img_access_car .img {
  text-align: center;
  margin-bottom: 1em;
}
.box_tab_access .img_access_car .txt {
  font-size: 124%;
  line-height: 1.8;
  text-align: center;
}
.box_tab_access .box_access {
  overflow: hidden;
  *zoom: 1;
  margin-bottom: 2em;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .box_access {
    border-top: 1px solid #d5d5d5;
    padding-top: 1em;
    margin-bottom: 1em;
  }
  .box_tab_access .box_access:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.box_tab_access .box_access h4 {
  font-size: 200%;
  font-weight: 500;
  text-align: center;
  margin-bottom: .5em;
  font-family: "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  color: #7d7d7d;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .box_access h4 {
    font-size: 131%;
  }
}
.box_tab_access .box_access .txt_note {
  margin-top: 1em;
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .box_access .txt_note {
    font-size: 100%;
  }
}
.mouse .box_tab_access .box_access .txt_note:hover a, .touch .box_tab_access .box_access .txt_note.touchstart a {
  text-decoration: none;
}
.touch .box_tab_access .box_access .txt_note {
  -webkit-tap-highlight-color: transparent;
}
.touch .box_tab_access .box_access .txt_note.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.box_tab_access .box_access_sp {
  width: 100%;
}
.box_tab_access .box_access_sp .box_acc {
  display: none;
}
.box_tab_access .box_access_sp .st_access {
  border: 2px solid #ababab;
  text-align: center;
  padding: .3em 1em;
  font-size: 139%;
  font-weight: 400;
  margin-bottom: .5em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .box_tab_access .box_access_sp .st_access {
    font-size: 100%;
  }
}
.box_tab_access .box_access_sp .st_access:before, .box_tab_access .box_access_sp .st_access:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.box_tab_access .box_access_sp .st_access > * {
  vertical-align: middle;
  display: inline;
}
.box_tab_access .box_access_sp .st_access:after {
  content: "\f067";
  margin-left: .5em;
  position: absolute;
  right: .7em;
  top: 50%;
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.box_tab_access .box_access_sp .st_access.active:before, .box_tab_access .box_access_sp .st_access.active:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.box_tab_access .box_access_sp .st_access.active > * {
  vertical-align: middle;
  display: inline;
}
.box_tab_access .box_access_sp .st_access.active:after {
  content: "\f068";
  margin-left: .5em;
}
.box_tab_access .box_access_sp .tbl_access {
  width: 100%;
  margin-bottom: 2em;
}
.box_tab_access .box_access_sp .tbl_access th, .box_tab_access .box_access_sp .tbl_access td {
  padding: .5em;
  text-align: center;
  font-size: 108%;
}
.box_tab_access .box_access_sp .tbl_access th, .box_tab_access .box_access_sp .tbl_access td.point {
  background: #dadada;
}
.box_tab_access .box_access_sp .tbl_access .end {
  background: #2f1805;
  color: white;
}
.box_tab_access .box_access_sp .tbl_access .way {
  padding: 2em 0;
  background: transparent url("../images/home/line_way.png") 10% top repeat-y;
  text-align: left;
}
.box_tab_access .box_access_sp .tbl_access .way span {
  max-width: 80%;
  margin-left: 15%;
  display: inline-block;
}
.box_tab_access .box_access_sp .tbl_access .way span i {
  font-size: 154%;
}

/* -----------------------------------------------------------
	con_sightseeing
----------------------------------------------------------- */
.con_sightseeing {
  overflow: hidden;
  *zoom: 1;
  padding: 50px 0 30px;
  border-top: 1px solid #e6e6e6;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing {
    padding: 30px 0 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
    padding: 2em 0;
  }
}
.con_sightseeing .box_sightseeing {
  position: relative;
  min-height: 432px;
}
.con_sightseeing .box_sightseeing .box_img {
  width: 1000px;
}
@media only screen and (min-width: 768px) {
  .con_sightseeing .box_sightseeing .box_img {
    position: absolute;
    right: 50%;
    top: 0;
  }
}
@media print {
  .con_sightseeing .box_sightseeing .box_img {
    position: absolute;
    right: 50%;
    top: 0;
  }
}
.ie8 .con_sightseeing .box_sightseeing .box_img {
  position: absolute;
  right: 50%;
  top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_sightseeing .box_img {
    width: 1000px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_sightseeing .box_img {
    width: 100%;
  }
}
.con_sightseeing .box_sightseeing .box_txt {
  width: 46.66667%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_sightseeing .box_txt {
    width: 100%;
  }
}
.con_sightseeing .box_sightseeing .box_txt h4 {
  font-size: 200%;
  font-weight: 500;
  margin-bottom: .3em;
}
.con_sightseeing .box_sightseeing .box_txt .txt_sm {
  line-height: 1.8;
  margin-bottom: 2em;
  color: #7d7d7d;
}
.con_sightseeing .box_sightseeing .box_txt .st_garden {
  font-size: 108%;
  line-height: 1.8;
  position: relative;
}
.con_sightseeing .box_sightseeing .box_txt .st_garden:before {
  height: 1em;
  width: 1em;
  background: #535353;
  content: "";
  vertical-align: middle;
  display: inline-block;
  margin-right: .5em;
}
.con_sightseeing .box_sightseeing .box_txt .box_btn {
  margin-top: 1.5em;
}
.con_sightseeing .box_sightseeing .box_txt .box_btn a {
  background: none;
  padding: .3em;
}
.con_sightseeing .box_sightseeing .box_txt p {
  font-size: 108%;
  line-height: 1.8;
  margin-bottom: 1em;
}
.con_sightseeing .box_slider_sigh {
  overflow: hidden;
  *zoom: 1;
  padding: 3em 1em 0;
}
.con_sightseeing .box_slider_sigh h4 {
  font-size: 170%;
  text-align: center;
  line-height: 1.2;
  margin: .5em 5%;
}
.con_sightseeing .box_slider_sigh h4 span {
  display: block;
  font-size: 60%;
}
.con_sightseeing .box_slider_sigh #slider_sigh {
  padding-bottom: 4em;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_slider_sigh #slider_sigh {
    padding: 0 3% 3em;
  }
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-dots {
  text-align: right;
  bottom: 4.5%;
  z-index: 1;
  width: auto;
  position: absolute;
  left: 50%;
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1024px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-dots {
    bottom: 8%;
  }
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-dots li {
  position: relative;
  width: 12px;
  height: 0;
  padding-top: 12px;
  margin: 0;
  display: inline-block;
  overflow: hidden;
  -moz-transition: background 300ms;
  -o-transition: background 300ms;
  -webkit-transition: background 300ms;
  transition: background 300ms;
  background: #dbd4db;
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-dots li:not(.slick-active) button {
  cursor: pointer;
}
.mouse .con_sightseeing .box_slider_sigh #slider_sigh .slick-dots li:not(.slick-active):hover, .touch .con_sightseeing .box_slider_sigh #slider_sigh .slick-dots li:not(.slick-active).touchstart {
  background: #ccb289;
}
.touch .con_sightseeing .box_slider_sigh #slider_sigh .slick-dots li:not(.slick-active) {
  -webkit-tap-highlight-color: transparent;
}
.touch .con_sightseeing .box_slider_sigh #slider_sigh .slick-dots li:not(.slick-active).touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-dots li:not(:first-child) {
  margin-left: 1.7em;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-dots li:not(:first-child) {
    margin-left: 1.7em;
  }
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-dots li.slick-active {
  background-color: #be9038;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-dots li {
    width: 1em;
    padding-top: 1em;
  }
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-dots li button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-dots {
    bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-dots {
    width: 100%;
    text-align: center;
    bottom: 0;
  }
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow {
  position: absolute;
  font-size: 200%;
  z-index: 9;
}
@media only screen and (min-width: 1025px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 3%;
    font-size: 185%;
  }
}
@media print {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow {
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 3%;
    font-size: 185%;
  }
}
.ie8 .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow {
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 3%;
  font-size: 185%;
}
@media only screen and (max-width: 1024px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow {
    top: 40%;
    font-size: 300%;
  }
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-next {
  right: 40%;
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-next:before, .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-next:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-next > * {
  vertical-align: middle;
  display: inline;
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-next:after {
  content: "\f105";
  margin-left: .5em;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-next {
    right: 35%;
  }
}
@media print {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-next {
    right: 35%;
  }
}
.ie8 .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-next {
  right: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-next {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-next {
    right: -3%;
  }
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-prev {
  left: 40%;
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-prev:before, .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-prev:after {
  font-family: FontAwesome;
  vertical-align: middle;
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-prev > * {
  vertical-align: middle;
  display: inline;
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-prev:before {
  content: "\f104";
  margin-right: .5em;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-prev {
    left: 35%;
  }
}
@media print {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-prev {
    left: 35%;
  }
}
.ie8 .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-prev {
  left: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-prev {
    left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow.slick-prev {
    left: -3%;
  }
}
.con_sightseeing .box_slider_sigh #slider_sigh .slick-arrow:hover {
  cursor: pointer;
}
.con_sightseeing .box_slider_sigh .txt {
  padding: 0 5%;
}
.con_sightseeing .box_slider_sigh .slide {
  background: #eeeeee;
  margin: 0 6px;
  padding-bottom: 2em;
  float: left;
  max-width: 386px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_slider_sigh .slide {
    max-width: 386px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_slider_sigh .slide {
    max-width: 100%;
  }
}
.con_sightseeing .box_slider_sigh .slide .img img {
  width: 100%;
}
.con_sightseeing .box_slider_sigh .box_btn {
  padding: 1em 5% 0;
  overflow: hidden;
  *zoom: 1;
}
.con_sightseeing .box_slider_sigh .box_btn a {
  float: left;
  width: 49%;
  margin-right: 2%;
  background: white;
  padding: .3em;
}
@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  .con_sightseeing .box_slider_sigh .box_btn a {
    width: 100%;
    margin-right: 0;
    margin-bottom: .5em;
  }
}
@media print {
  .con_sightseeing .box_slider_sigh .box_btn a {
    width: 100%;
    margin-right: 0;
    margin-bottom: .5em;
  }
}
.ie8 .con_sightseeing .box_slider_sigh .box_btn a {
  width: 100%;
  margin-right: 0;
  margin-bottom: .5em;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_slider_sigh .box_btn a {
    width: 100%;
    margin-right: 0;
    margin-bottom: .5em;
  }
}
.con_sightseeing .box_slider_sigh .box_btn a:last-child {
  margin-right: 0;
}

/* -----------------------------------------------------------
	con_information
----------------------------------------------------------- */
.con_information {
  border-top: 1px solid #d4d4d4;
  overflow: hidden;
  *zoom: 1;
  padding: 30px 0 50px;
  background: #f1f1f1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_information {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_information {
    padding: 2em 0;
  }
}
.con_information h3.st_tmp02.jp {
  font-size: 339%;
}
.con_information .tbl_basic th, .con_information .tbl_basic td {
  font-size: 108%;
}
@media only screen and (max-width: 767px) {
  .con_information .tbl_basic th, .con_information .tbl_basic td {
    padding: 0.5em 1em;
    display: block;
    width: 100%;
    font-size: 100%;
  }
}
.con_information .tbl_basic th {
  background: #E7E3E4;
}
.pswp__img--placeholder {
  display: none;
}
.map_btn{
    width: 40%;
    margin: 2% auto 5%;
}
.map_btn a{
    background-color: #bd9038 !important;
}
@media only screen and (max-width: 767px) {
  .map_btn {
    width: 90%;
    margin: 2% auto 5%;
  }
  .map_btn a{
    background-color: #bd9038 !important;
  }
}