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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.box_banner, .con_cuisine_bottom .btn_ghost, .con_sightseeing .box_top, .con_sightseeing .btn_ghost, .con_reco .st_high, .con_reco .wrp_plan, .con_reco .wrp_plan_sub, .con_reco .btn_green, .con_info, .pickup_slide {
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .box_banner, .con_cuisine_bottom .btn_ghost, .con_sightseeing .box_top, .con_sightseeing .btn_ghost, .con_reco .st_high, .con_reco .wrp_plan, .con_reco .wrp_plan_sub, .con_reco .btn_green, .con_info, .pickup_slide {
    width: 95%;
  }
}

.con_intro .box_detail .box_txt:after, .con_cuisine_bottom:after, .con_reco .wrp_plan:after, .con_reco .wrp_plan_sub:after, .con_reco .wrp_plan_sub .box_plan:after, .con_info:after, .con_info .box_news .wrp_title:after, .con_info .box_news .wrp_news ul li .box_content .wrp:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main {
  position: relative;
}
.con_main .box_slide {
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .con_main .box_slide {
    width: 100%;
  }
}
.con_main .box_slide .slide {
  height: 800px;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media only screen and (max-width: 1024px) {
  .con_main .box_slide .slide {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slide {
    height: auto;
  }
}
.con_main .box_slide .slide.slide01 {
  background-image: url(../images/home/img_sld_main01.jpg);
}
.con_main .box_slide .slide.slide02 {
  background-image: url(../images/home/img_sld_main02.jpg);
}
.con_main .box_slide .slide.slide03 {
  background-image: url(../images/home/img_sld_main03.jpg);
}
.con_main .box_slide .slide.slide04 {
  background-image: url(../images/home/img_sld_main04.jpg);
}
.con_main .box_slide .slide.slide05 {
  background-image: url(../images/home/img_sld_main05.jpg);
}
.con_main .slick-dots {
  text-align: center;
  padding-right: 1em;
}
.con_main .box_txt {
  display: table;
  position: absolute;
  left: 50%;
  top: 49%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  text-align: center;
  padding: 60px 50px 70px 50px;
  z-index: 10;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_txt {
    padding: 30px 30px 50px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_txt {
    padding: 30px 10px;
  }
}
@media only screen and (min-width: 1025px) {
  .con_main .box_txt {
    width: 568px;
  }
}
@media print {
  .con_main .box_txt {
    width: 568px;
  }
}
.ie8 .con_main .box_txt {
  width: 568px;
}
@media only screen and (max-width: 767px) {
  .con_main .box_txt {
    max-width: 80%;
    top: 52%;
  }
}
.con_main .box_txt > * {
  position: relative;
}
.con_main .box_txt h2 {
  margin: 0 auto 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_txt h2 img {
    max-width: 80%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_txt h2 img {
    max-width: 90%;
    margin: 0 auto 0px;
  }
}
.con_main .box_txt .catch01, .con_main .box_txt .catch02 {
  line-height: 1.1;
  font-weight: normal;
  color: #fff;
  text-shadow: 0 0 15px rgba(0, 0, 0, 0.75), 0 0 15px rgba(0, 0, 0, 0.75), 0 0 15px rgba(0, 0, 0, 0.75);
}
.con_main .box_txt .catch01 {
  font-size: 167%;
  text-decoration: underline;
  margin-bottom: 30px;
  font-family: "Sorts Mill Goudy", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_txt .catch01 {
    font-size: 160%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_txt .catch01 {
    font-size: 114%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_txt .catch01 {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_txt .catch01 {
    margin-bottom: 30px;
  }
}
.con_main .box_txt .catch01 .num {
  font-family: "Times New Roman", serif;
}
.con_main .box_txt .catch02 {
  font-size: 160%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_txt .catch02 {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_txt .catch02 {
    font-size: 107%;
  }
}
.con_main .btn_scroll {
  display: none;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  bottom: 55px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 767px) {
  .con_main .btn_scroll {
    bottom: 25px;
  }
}
.con_main .btn_scroll:before {
  display: block;
  content: '';
  position: absolute;
  left: 50%;
  top: 9px;
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: ani_btn_scroll 1.8s ease infinite;
  animation: ani_btn_scroll 1.8s ease infinite;
  margin-left: -3px;
}

@-webkit-keyframes ani_btn_scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 18px);
    -ms-transform: translate(0, 18px);
    transform: translate(0, 18px);
  }
}
@keyframes ani_btn_scroll {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(0, 18px);
    -ms-transform: translate(0, 18px);
    transform: translate(0, 18px);
  }
}
/* -----------------------------------------------------------
	.box_banner
----------------------------------------------------------- */
.box_banner {
  text-align: center;
  padding-top: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_banner {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .box_banner {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_banner {
    margin-bottom: 140px;
  }
}
@media only screen and (max-width: 767px) {
  .box_banner {
    margin-bottom: 5em;
  }
}
.box_banner .bn a {
  transition: .4s;
}
.box_banner .bn a img {
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.box_banner .bn a:hover {
  opacity: .8;
}

/* -----------------------------------------------------------
	.con_intro
----------------------------------------------------------- */
.con_intro {
  background: url(../images/home/bg_intro.jpg) bottom left no-repeat;
  padding-top: 0px;
  padding-bottom: 150px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-top: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding-bottom: 50px;
  }
}
.con_intro:after {
  position: absolute;
  content: "";
  background: url(../images/home/bg_leaf_top_r.png) bottom left no-repeat;
  bottom: -185px;
  right: 0;
  width: 721px;
  height: 185px;
}
@media only screen and (max-width: 1024px) {
  .con_intro:after {
    display: none;
  }
}
.con_intro .con_search {
  background: #fff;
  margin: 30px auto 170px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1024px) {
  .con_intro .con_search {
    display: none;
  }
}
.con_intro .box_detail {
  max-width: 1400px;
  margin: 0 auto;
  position: relative;
}
.con_intro .box_detail .box_txt {
  width: 52%;
  border: 1px solid #ccc691;
  margin: 0 auto;
  padding: 4% 4% 4% 6%;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_detail .box_txt {
    width: 95%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_detail .box_txt {
    padding: 4%;
  }
}
.con_intro .box_detail .box_txt .img {
  margin-top: -9em;
  float: left;
  width: 25%;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro .box_detail .box_txt .img {
    width: 18%;
    margin-top: -2.4em;
    margin-right: .5em;
  }
}
.con_intro .box_detail .box_txt .wrp {
  float: left;
  width: 74%;
  line-height: 1.9em;
  padding-left: 1%;
}
.con_intro .box_detail .box_txt .wrp .catch {
  margin-bottom: 1.5em;
}
.con_intro .box_detail .box_txt .wrp .catch span {
  border-bottom: 1px solid #554949;
  font-size: 114%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_detail .box_txt .wrp .catch span {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_detail .box_txt .wrp .catch span {
    font-size: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_detail .box_txt .wrp .catch {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_detail .box_txt .wrp .catch {
    margin-bottom: 1em;
  }
}
.con_intro .box_detail .box_txt .wrp .txt {
  margin-bottom: 3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .box_detail .box_txt .wrp .txt {
    margin-bottom: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .box_detail .box_txt .wrp .txt {
    margin-bottom: 1em;
  }
}
.con_intro .box_detail .img_l {
  position: absolute;
  left: 0;
  bottom: -40px;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_detail .img_l {
    display: none;
  }
}
.con_intro .box_detail .img_r {
  position: absolute;
  right: 0;
  top: -95px;
}
@media only screen and (max-width: 1024px) {
  .con_intro .box_detail .img_r {
    display: none;
  }
}

/* -----------------------------------------------------------
	.con_rooms
----------------------------------------------------------- */
.con_rooms {
  margin-top: 100px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 1024px) {
  .con_rooms {
    background: url(../images/common/bg_green.jpg) repeat;
    padding: 3em 0;
    margin: 0 auto 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms {
    padding: 80px 0;
  }
}
.con_rooms .wrp_rooms {
  display: flex;
  display: -webkit-flex;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .wrp_rooms {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .con_rooms .wrp_rooms {
    width: 95%;
    margin: auto;
  }
}
.con_rooms .wrp_rooms:after {
  position: absolute;
  content: "";
  background: url(../images/home/bg_leaf_top_l.png) bottom left no-repeat;
  bottom: -189px;
  left: 0;
  width: 709px;
  height: 189px;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .wrp_rooms:after {
    display: none;
  }
}
.con_rooms .wrp_rooms .rooms_slider {
  margin-bottom: 0;
  float: right;
  max-width: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .wrp_rooms .rooms_slider {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_rooms .rooms_slider {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_rooms .wrp_rooms .rooms_slider {
    width: 68% !important;
  }
}
@media print {
  .con_rooms .wrp_rooms .rooms_slider {
    width: 68% !important;
  }
}
.ie8 .con_rooms .wrp_rooms .rooms_slider {
  width: 68% !important;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .wrp_rooms .rooms_slider {
    float: none;
    max-width: 100%;
  }
}
.con_rooms .wrp_rooms .rooms_slider .slick-dots {
  text-align: right !important;
  padding-right: 1em;
}
.con_rooms .wrp_rooms .rooms_slider .slick-slide {
  position: relative;
}
.con_rooms .wrp_rooms .rooms_slider .slick-slide .caption {
  font-size: 94%;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 11em;
  padding: 0.6em;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .wrp_rooms .rooms_slider .slick-slide .caption {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_rooms .rooms_slider .slick-slide .caption {
    font-size: 80%;
  }
}
.con_rooms .wrp_rooms .box_txt {
  position: relative;
}
@media only screen and (min-width: 1025px) {
  .con_rooms .wrp_rooms .box_txt {
    top: 40px;
    left: -100px;
  }
}
@media print {
  .con_rooms .wrp_rooms .box_txt {
    top: 40px;
    left: -100px;
  }
}
.ie8 .con_rooms .wrp_rooms .box_txt {
  top: 40px;
  left: -100px;
}
@media only screen and (max-width: 1540px) {
  .con_rooms .wrp_rooms .box_txt {
    top: 0px;
  }
}
@media print {
  .con_rooms .wrp_rooms .box_txt {
    top: 0px;
  }
}
.ie8 .con_rooms .wrp_rooms .box_txt {
  top: 0px;
}
@media only screen and (max-width: 1300px) {
  .con_rooms .wrp_rooms .box_txt {
    left: -50px;
  }
}
@media print {
  .con_rooms .wrp_rooms .box_txt {
    left: -50px;
  }
}
.ie8 .con_rooms .wrp_rooms .box_txt {
  left: -50px;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .wrp_rooms .box_txt {
    left: 0px;
  }
}
.con_rooms .wrp_rooms .box_txt .wrp {
  background: url(../images/common/bg_green.jpg) repeat;
}
@media only screen and (min-width: 1025px) {
  .con_rooms .wrp_rooms .box_txt .wrp {
    padding: 65px;
  }
}
@media print {
  .con_rooms .wrp_rooms .box_txt .wrp {
    padding: 65px;
  }
}
.ie8 .con_rooms .wrp_rooms .box_txt .wrp {
  padding: 65px;
}
@media only screen and (max-width: 1650px) {
  .con_rooms .wrp_rooms .box_txt .wrp {
    padding: 35px 25px;
  }
}
@media print {
  .con_rooms .wrp_rooms .box_txt .wrp {
    padding: 35px 25px;
  }
}
.ie8 .con_rooms .wrp_rooms .box_txt .wrp {
  padding: 35px 25px;
}
@media only screen and (max-width: 1024px) {
  .con_rooms .wrp_rooms .box_txt .wrp {
    padding: 0;
  }
}
.con_rooms .wrp_rooms .box_txt .wrp .st_high {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .wrp_rooms .box_txt .wrp .st_high {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_rooms .box_txt .wrp .st_high {
    margin-bottom: 20px;
  }
}
.con_rooms .wrp_rooms .box_txt .wrp .txt_lg {
  font-size: 167%;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .wrp_rooms .box_txt .wrp .txt_lg {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_rooms .box_txt .wrp .txt_lg {
    font-size: 120%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .wrp_rooms .box_txt .wrp .txt_lg {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_rooms .box_txt .wrp .txt_lg {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_rooms .box_txt .wrp .txt_lg {
    line-height: 1.77778;
  }
}
.con_rooms .wrp_rooms .box_txt .wrp .txt {
  font-size: 100%;
  text-align: left;
  line-height: 2;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .wrp_rooms .box_txt .wrp .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_rooms .box_txt .wrp .txt {
    font-size: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .wrp_rooms .box_txt .wrp .txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_rooms .box_txt .wrp .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_rooms .wrp_rooms .box_txt .wrp .txt {
    text-align: left;
  }
}
.con_rooms .wrp_rooms .box_txt .wrp .btn_ghost {
  text-align: center;
}
.con_rooms .wrp_rooms .box_txt .box_thum {
  width: 75%;
  text-align: center;
  position: absolute;
}
@media only screen and (min-width: 1025px) {
  .con_rooms .wrp_rooms .box_txt .box_thum {
    right: 0;
  }
}
@media print {
  .con_rooms .wrp_rooms .box_txt .box_thum {
    right: 0;
  }
}
.ie8 .con_rooms .wrp_rooms .box_txt .box_thum {
  right: 0;
}
@media only screen and (max-width: 1300px) {
  .con_rooms .wrp_rooms .box_txt .box_thum {
    width: 90%;
  }
}
@media print {
  .con_rooms .wrp_rooms .box_txt .box_thum {
    width: 90%;
  }
}
.ie8 .con_rooms .wrp_rooms .box_txt .box_thum {
  width: 90%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .wrp_rooms .box_txt .box_thum {
    width: 100%;
  }
}
.con_rooms .wrp_rooms .box_txt .box_thum .slick-list {
  padding-top: 24px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .wrp_rooms .box_txt .box_thum .slick-list {
    padding-top: 0px;
  }
}
.con_rooms .wrp_rooms .box_txt .box_thum .slick-slide {
  margin: 2%;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #a09420;
  border-left: 1px solid #a09420;
  padding: 1em 1.5em;
}
@media only screen and (min-width: 1025px) {
  .con_rooms .wrp_rooms .box_txt .box_thum .slick-slide {
    width: 46% !important;
  }
}
@media print {
  .con_rooms .wrp_rooms .box_txt .box_thum .slick-slide {
    width: 46% !important;
  }
}
.ie8 .con_rooms .wrp_rooms .box_txt .box_thum .slick-slide {
  width: 46% !important;
}
@media only screen and (max-width: 1500px) {
  .con_rooms .wrp_rooms .box_txt .box_thum .slick-slide {
    padding: 0.5em;
    margin: 1%;
    width: 48% !important;
  }
}
@media print {
  .con_rooms .wrp_rooms .box_txt .box_thum .slick-slide {
    padding: 0.5em;
    margin: 1%;
    width: 48% !important;
  }
}
.ie8 .con_rooms .wrp_rooms .box_txt .box_thum .slick-slide {
  padding: 0.5em;
  margin: 1%;
  width: 48% !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_rooms .wrp_rooms .box_txt .box_thum .slick-slide {
    margin: 1%;
    width: 48% !important;
    padding: 1em;
  }
}
.con_rooms .wrp_rooms .box_txt .box_thum .slick-slide.slick-current:before, .con_rooms .wrp_rooms .box_txt .box_thum .slick-slide.slick-current:after {
  opacity: 1;
}
.con_rooms .wrp_rooms .box_txt .box_thum .slick-slide:active, .con_rooms .wrp_rooms .box_txt .box_thum .slick-slide:hover {
  background: #a09420;
  color: #fff;
}

@media only screen and (max-width: 1024px) {
  #move_element_rooms {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #move_element_rooms_02 {
    display: none;
  }
}

#move_element_cloned_rooms {
  margin: auto;
}
#move_element_cloned_rooms .st_high, #move_element_cloned_rooms .txt_lg {
  margin-bottom: 20px;
}
#move_element_cloned_rooms .txt_lg {
  font-size: 167%;
  line-height: 1.7em;
  text-align: center;
  line-height: 1.77778;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #move_element_cloned_rooms .txt_lg {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  #move_element_cloned_rooms .txt_lg {
    font-size: 120%;
  }
}
@media only screen and (min-width: 1025px) {
  #move_element_cloned_rooms {
    display: none;
  }
}
@media print {
  #move_element_cloned_rooms {
    display: none;
  }
}
.ie8 #move_element_cloned_rooms {
  display: none;
}

#move_element_cloned_rooms_02 {
  margin: 0 auto;
  padding-top: 22%;
}
#move_element_cloned_rooms_02 .txt {
  font-size: 100%;
  text-align: center;
  line-height: 2;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #move_element_cloned_rooms_02 .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #move_element_cloned_rooms_02 .txt {
    font-size: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #move_element_cloned_rooms_02 .txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #move_element_cloned_rooms_02 .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  #move_element_cloned_rooms_02 .txt {
    text-align: left;
  }
}
#move_element_cloned_rooms_02 .btn_ghost {
  text-align: center;
}
@media only screen and (min-width: 1025px) {
  #move_element_cloned_rooms_02 {
    display: none;
  }
}
@media print {
  #move_element_cloned_rooms_02 {
    display: none;
  }
}
.ie8 #move_element_cloned_rooms_02 {
  display: none;
}
@media only screen and (max-width: 767px) {
  #move_element_cloned_rooms_02 {
    display: none;
  }
}

/* -----------------------------------------------------------
	.con_faci
----------------------------------------------------------- */
.con_faci {
  margin-bottom: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faci {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci {
    margin-bottom: 4em;
  }
}
@media only screen and (max-width: 1024px) {
  .con_faci {
    background: url(../images/common/bg_yellow.jpg) repeat;
    padding: 3em 0;
    margin: 0 auto 40px;
    position: relative;
  }
  .con_faci:after {
    position: absolute;
    content: "";
    background: url(../images/home/bg_leaf_top_c.png) no-repeat;
    bottom: -172px;
    width: 542px;
    height: 172px;
    z-index: 99;
    width: 400px;
    background-size: 100% auto;
    right: 0%;
  }
}
.con_faci .wrp_faci {
  display: flex;
  display: -webkit-flex;
  position: relative;
}
@media only screen and (max-width: 1300px) {
  .con_faci .wrp_faci {
    margin-top: 150px;
  }
}
@media print {
  .con_faci .wrp_faci {
    margin-top: 150px;
  }
}
.ie8 .con_faci .wrp_faci {
  margin-top: 150px;
}
@media only screen and (max-width: 1024px) {
  .con_faci .wrp_faci {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .con_faci .wrp_faci {
    width: 95%;
    margin: 0 auto 0px;
  }
}
.con_faci .wrp_faci:after {
  position: absolute;
  content: "";
  background: url(../images/home/bg_leaf_top_c.png) no-repeat;
  bottom: -172px;
  right: 13%;
  width: 542px;
  height: 172px;
  z-index: 99;
}
@media only screen and (max-width: 1800px) {
  .con_faci .wrp_faci:after {
    right: 10%;
  }
}
@media print {
  .con_faci .wrp_faci:after {
    right: 10%;
  }
}
.ie8 .con_faci .wrp_faci:after {
  right: 10%;
}
@media only screen and (max-width: 1520px) {
  .con_faci .wrp_faci:after {
    right: 5%;
  }
}
@media print {
  .con_faci .wrp_faci:after {
    right: 5%;
  }
}
.ie8 .con_faci .wrp_faci:after {
  right: 5%;
}
@media only screen and (max-width: 1320px) {
  .con_faci .wrp_faci:after {
    right: 2%;
  }
}
@media print {
  .con_faci .wrp_faci:after {
    right: 2%;
  }
}
.ie8 .con_faci .wrp_faci:after {
  right: 2%;
}
@media only screen and (max-width: 1024px) {
  .con_faci .wrp_faci:after {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .con_faci .wrp_faci:after {
    width: 400px;
    background-size: 100% auto;
    right: 0%;
  }
}
.con_faci .wrp_faci .box_txt {
  position: relative;
}
.con_faci .wrp_faci .box_txt .wrp {
  background: url(../images/common/bg_yellow.jpg) repeat;
}
@media only screen and (min-width: 1025px) {
  .con_faci .wrp_faci .box_txt .wrp {
    padding: 10% 10% 10% 20%;
    min-width: 39%;
    margin-top: 20%;
  }
}
@media print {
  .con_faci .wrp_faci .box_txt .wrp {
    padding: 10% 10% 10% 20%;
    min-width: 39%;
    margin-top: 20%;
  }
}
.ie8 .con_faci .wrp_faci .box_txt .wrp {
  padding: 10% 10% 10% 20%;
  min-width: 39%;
  margin-top: 20%;
}
.con_faci .wrp_faci .box_txt .wrp .inner .st_high {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faci .wrp_faci .box_txt .wrp .inner .st_high {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci .wrp_faci .box_txt .wrp .inner .st_high {
    margin-bottom: 20px;
  }
}
.con_faci .wrp_faci .box_txt .wrp .inner .txt_lg {
  font-size: 167%;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faci .wrp_faci .box_txt .wrp .inner .txt_lg {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci .wrp_faci .box_txt .wrp .inner .txt_lg {
    font-size: 120%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faci .wrp_faci .box_txt .wrp .inner .txt_lg {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci .wrp_faci .box_txt .wrp .inner .txt_lg {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .con_faci .wrp_faci .box_txt .wrp .inner .txt_lg {
    line-height: 1.77778;
  }
}
.con_faci .wrp_faci .box_txt .wrp .inner .txt {
  font-size: 100%;
  text-align: left;
  line-height: 2;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faci .wrp_faci .box_txt .wrp .inner .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci .wrp_faci .box_txt .wrp .inner .txt {
    font-size: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faci .wrp_faci .box_txt .wrp .inner .txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci .wrp_faci .box_txt .wrp .inner .txt {
    margin-bottom: 20px;
  }
}
.con_faci .wrp_faci .box_txt .wrp .inner .btn_ghost {
  text-align: center;
}
.con_faci .wrp_faci .faci_slider {
  margin-bottom: 0;
  float: right;
  max-width: none;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_faci .wrp_faci .faci_slider {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_faci .wrp_faci .faci_slider {
    margin-bottom: 1em;
  }
}
@media only screen and (min-width: 1025px) {
  .con_faci .wrp_faci .faci_slider {
    width: 61% !important;
    background: url(../images/common/bg_yellow.jpg) repeat;
  }
}
@media print {
  .con_faci .wrp_faci .faci_slider {
    width: 61% !important;
    background: url(../images/common/bg_yellow.jpg) repeat;
  }
}
.ie8 .con_faci .wrp_faci .faci_slider {
  width: 61% !important;
  background: url(../images/common/bg_yellow.jpg) repeat;
}
@media only screen and (max-width: 1024px) {
  .con_faci .wrp_faci .faci_slider {
    float: none;
    max-width: 100%;
  }
}
.con_faci .wrp_faci .faci_slider .slick-dots {
  text-align: left !important;
  padding-left: 1em;
  bottom: 1em;
}

@media only screen and (max-width: 1024px) {
  #move_element_faci {
    display: none;
  }
}

#move_element_cloned_faci .txt {
  margin-bottom: 1em;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #move_element_cloned_faci .txt {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #move_element_cloned_faci .btn_ghost {
    text-align: center;
  }
}
@media only screen and (min-width: 1025px) {
  #move_element_cloned_faci {
    display: none;
  }
}
@media print {
  #move_element_cloned_faci {
    display: none;
  }
}
.ie8 #move_element_cloned_faci {
  display: none;
}

/* -----------------------------------------------------------
	.con_cuisine_top
----------------------------------------------------------- */
.con_cuisine_top {
  background: transparent url(../images/home/bg_cuisine.jpg) no-repeat top center;
  background-size: cover;
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_top {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_top {
    margin-bottom: 30px;
  }
}
.con_cuisine_top .wrp_cui {
  max-width: 1400px;
  position: relative;
  height: 680px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .con_cuisine_top .wrp_cui {
    height: auto;
  }
}
.con_cuisine_top .wrp_cui .box_info {
  position: absolute;
  right: 0px;
  background: #fff;
  top: 0;
  width: 40%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_top .wrp_cui .box_info {
    width: 52%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_top .wrp_cui .box_info {
    width: 100%;
    position: static;
  }
}
.con_cuisine_top .wrp_cui .box_info .detail {
  position: relative;
  padding: 7% 10%;
}
@media only screen and (max-width: 767px) {
  .con_cuisine_top .wrp_cui .box_info .detail {
    position: static;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    width: 95%;
    padding: 0;
    margin: auto;
  }
}
.con_cuisine_top .wrp_cui .box_info .detail .st_high {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_top .wrp_cui .box_info .detail .st_high {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_top .wrp_cui .box_info .detail .st_high {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_top .wrp_cui .box_info .detail .st_high {
    padding-top: 30px;
  }
}
.con_cuisine_top .wrp_cui .box_info .detail .txt_lg {
  font-size: 167%;
  line-height: 1.7em;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_top .wrp_cui .box_info .detail .txt_lg {
    font-size: 140%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_top .wrp_cui .box_info .detail .txt_lg {
    font-size: 120%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_top .wrp_cui .box_info .detail .txt_lg {
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_top .wrp_cui .box_info .detail .txt_lg {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_top .wrp_cui .box_info .detail .txt_lg {
    line-height: 1.77778;
  }
}
.con_cuisine_top .wrp_cui .box_info .detail .txt {
  font-size: 100%;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_top .wrp_cui .box_info .detail .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_top .wrp_cui .box_info .detail .txt {
    font-size: 94%;
  }
}

/* -----------------------------------------------------------
	.con_cuisine_bottom
----------------------------------------------------------- */
.con_cuisine_bottom {
  max-width: 1400px;
  margin: 0 auto;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_bottom {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_bottom {
    margin-bottom: 60px;
  }
}
.con_cuisine_bottom .box_detail {
  width: 45%;
  padding: 3.5%;
  margin: 0 2.5%;
  margin-bottom: 60px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_bottom .box_detail {
    width: 46%;
    margin: 0 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_bottom .box_detail {
    width: 95%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_bottom .box_detail {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_bottom .box_detail {
    margin-bottom: 30px;
  }
}
.con_cuisine_bottom .box_detail.dinner {
  background: url(../images/common/bg_green.jpg) repeat;
  float: left;
}
.con_cuisine_bottom .box_detail.breakfast {
  background: url(../images/common/bg_yellow.jpg) repeat;
  float: right;
}
.con_cuisine_bottom .box_detail:before {
  position: absolute;
  content: "";
  top: -1%;
  right: -1%;
  width: 0;
  height: 0;
  border-top: 80px solid #fff;
  border-left: 80px solid transparent;
}
@media only screen and (max-width: 767px) {
  .con_cuisine_bottom .box_detail:before {
    border-top: 50px solid #fff;
    border-left: 50px solid transparent;
  }
}
.con_cuisine_bottom .box_detail:hover {
  -webkit-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 5px rgba(0, 0, 0, 0.3);
}
.con_cuisine_bottom .box_detail .inner .st_mid_cir {
  text-align: center;
  font-weight: normal;
}
.con_cuisine_bottom .box_detail .inner .st_mid_cir span {
  font-size: 154%;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #564f4f;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_bottom .box_detail .inner .st_mid_cir span {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_bottom .box_detail .inner .st_mid_cir span {
    font-size: 134%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_bottom .box_detail .inner .st_mid_cir span {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_bottom .box_detail .inner .st_mid_cir span {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_bottom .box_detail .inner .st_mid_cir span {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_bottom .box_detail .inner .st_mid_cir span {
    padding-bottom: 10px;
  }
}
.con_cuisine_bottom .box_detail .inner .st_mid_cir span:before, .con_cuisine_bottom .box_detail .inner .st_mid_cir span:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #564f4f;
  position: absolute;
  bottom: -3px;
}
.con_cuisine_bottom .box_detail .inner .st_mid_cir span:before {
  left: -4px;
}
.con_cuisine_bottom .box_detail .inner .st_mid_cir span:after {
  right: -4px;
}
@media only screen and (max-width: 1024px) {
  .con_cuisine_bottom .box_detail .inner .img {
    margin-bottom: .5em;
  }
}
.con_cuisine_bottom .box_detail .inner .txt {
  font-size: 100%;
  line-height: 2;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_cuisine_bottom .box_detail .inner .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_cuisine_bottom .box_detail .inner .txt {
    font-size: 94%;
  }
}
.con_cuisine_bottom .btn_ghost {
  text-align: center;
}

/* -----------------------------------------------------------
	con_sightseeing
----------------------------------------------------------- */
.con_sightseeing {
  background: #f4f4ea url(../images/home/bg_sightseeing.png) no-repeat center top;
  background-size: 100% auto;
  padding: 80px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing {
    padding: 70px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
    padding: 13% 0;
  }
}
.con_sightseeing .box_top {
  text-align: center;
  padding-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_top {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_top {
    padding-bottom: 20px;
  }
}
.con_sightseeing .box_top .st_high {
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_top .st_high {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_top .st_high {
    margin-bottom: 20px;
  }
}
.con_sightseeing .box_top .txt_lg {
  font-size: 167%;
  line-height: 1.7em;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_top .txt_lg {
    font-size: 154%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_top .txt_lg {
    font-size: 120%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_top .txt_lg {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_top .txt_lg {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_top .txt_lg {
    line-height: 1.77778;
  }
}
.con_sightseeing .box_top .txt {
  font-size: 100%;
  line-height: 2;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_top .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_top .txt {
    font-size: 94%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_top .txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_top .txt {
    margin-bottom: 20px;
  }
}
.con_sightseeing .box_gallery {
  overflow: hidden;
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_gallery {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_gallery {
    margin-bottom: 30px;
  }
}
.con_sightseeing .box_gallery .simply-scroll {
  width: 100%;
  max-width: 1920px;
  height: auto;
  margin-bottom: 0;
}
.con_sightseeing .box_gallery .simply-scroll .simply-scroll-clip {
  width: 100%;
  max-width: 1920px;
  height: auto;
}
.con_sightseeing .box_gallery .simply-scroll .simply-scroll-list .item {
  width: 593px;
  height: auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_gallery .simply-scroll .simply-scroll-list .item {
    width: 450px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_gallery .simply-scroll .simply-scroll-list .item {
    width: 300px;
  }
}
.con_sightseeing .box_gallery .item_inner {
  display: block;
  position: relative;
}
.con_sightseeing .box_gallery .item_inner:hover .box_hover {
  opacity: 1;
}
.con_sightseeing .box_gallery .item_inner .img_thumb {
  width: 100%;
}
.con_sightseeing .box_gallery .item_inner .label {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 107%;
  color: #453939;
  background: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 20px 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_gallery .item_inner .label {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_gallery .item_inner .label {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_gallery .item_inner .label {
    padding: 15px;
  }
}
.con_sightseeing .box_gallery .item_inner .label em {
  font-size: 138%;
}
.con_sightseeing .box_gallery .item_inner .box_hover {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.con_sightseeing .box_gallery .item_inner .box_hover .hover_inner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
  padding: 0 8%;
}
.con_sightseeing .box_gallery .item_inner .box_hover .txt_title {
  font-size: 154%;
  color: #fff;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_gallery .item_inner .box_hover .txt_title {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_gallery .item_inner .box_hover .txt_title {
    font-size: 120%;
  }
}
.con_sightseeing .btn_ghost {
  text-align: center;
}

/* -----------------------------------------------------------
	con_reco
----------------------------------------------------------- */
.con_reco {
  background: url(../images/common/bg_green.jpg) repeat;
  border-top: 3px solid #ad9f97;
  padding: 100px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco {
    padding: 50px 0;
  }
}
.con_reco .st_high {
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .st_high {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .st_high {
    margin-bottom: 20px;
  }
}
.con_reco .wrp_plan {
  margin-top: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .wrp_plan {
    margin-top: 45px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .wrp_plan {
    margin-top: 45px;
  }
}
.con_reco .wrp_plan .box_plan {
  width: 31.333333333%;
  margin-left: 3%;
  float: left;
  background: #fff;
  padding: 2%;
  position: relative;
}
.con_reco .wrp_plan .box_plan:first-child {
  margin-left: 0%;
}
.con_reco .wrp_plan .box_plan:hover {
  box-shadow: 4px 4px 4px #ccc;
}
.con_reco .wrp_plan .box_plan:before {
  position: absolute;
  content: "";
  width: 96%;
  top: 2px;
  height: 2px;
  background: #3b7544;
  margin-left: -4%;
}
@media only screen and (max-width: 767px) {
  .con_reco .wrp_plan .box_plan:before {
    margin-left: -2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .wrp_plan .box_plan {
    float: none;
    width: 100%;
    padding: 4%;
    margin: 0 auto 30px;
  }
  .con_reco .wrp_plan .box_plan:last-child {
    margin-bottom: 0;
  }
}
.con_reco .wrp_plan .box_plan a {
  text-decoration: none;
  display: block;
  opacity: 1;
  -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_reco .wrp_plan .box_plan a:hover {
  opacity: 0.9;
}
.con_reco .wrp_plan .box_plan .img {
  margin-bottom: 20px;
  -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;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.con_reco .wrp_plan .box_plan .img > img {
  width: 100%;
}
.con_reco .wrp_plan .box_plan .title {
  font-size: 114%;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .wrp_plan .box_plan .title {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .wrp_plan .box_plan .title {
    font-size: 107%;
  }
}
.con_reco .wrp_plan .box_plan .tbl_primary_plan {
  margin-top: 15px;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
}
.con_reco .wrp_plan .box_plan .tbl_primary_plan em {
  font-size: 127%;
  color: #b4ab56;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .wrp_plan .box_plan .tbl_primary_plan em {
    font-size: 120%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .wrp_plan .box_plan .tbl_primary_plan em {
    font-size: 114%;
  }
}
.con_reco .wrp_plan .box_plan .tbl_primary_plan tr {
  border-top: 1px solid #c6c6c6;
}
.con_reco .wrp_plan .box_plan .tbl_primary_plan tr th, .con_reco .wrp_plan .box_plan .tbl_primary_plan tr td {
  font-weight: normal;
  padding: 1em 20px;
}
@media only screen and (max-width: 1024px) {
  .con_reco .wrp_plan .box_plan .tbl_primary_plan tr th, .con_reco .wrp_plan .box_plan .tbl_primary_plan tr td {
    padding: .7em;
  }
}
.con_reco .wrp_plan .box_plan .tbl_primary_plan tr th {
  border-right: 1px solid #c6c6c6;
}
.con_reco .st_mid_cir {
  margin-top: 60px;
  text-align: center;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .st_mid_cir {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .st_mid_cir {
    margin-top: 30px;
  }
}
.con_reco .st_mid_cir span {
  font-size: 154%;
  margin-bottom: 30px;
  padding-bottom: 15px;
  position: relative;
  display: inline-block;
  border-bottom: 1px solid #564f4f;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .st_mid_cir span {
    font-size: 147%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .st_mid_cir span {
    font-size: 134%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .st_mid_cir span {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .st_mid_cir span {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .st_mid_cir span {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .st_mid_cir span {
    padding-bottom: 10px;
  }
}
.con_reco .st_mid_cir span:before, .con_reco .st_mid_cir span:after {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #564f4f;
  position: absolute;
  bottom: -3px;
}
.con_reco .st_mid_cir span:before {
  left: -4px;
}
.con_reco .st_mid_cir span:after {
  right: -4px;
}
.con_reco .wrp_plan_sub {
  margin-bottom: 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .wrp_plan_sub {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .wrp_plan_sub {
    margin-bottom: 40px;
  }
}
.con_reco .wrp_plan_sub .box_plan {
  width: 23.4%;
  margin-left: 2.0%;
  float: left;
  background: #fff;
  padding: 2%;
  position: relative;
}
.con_reco .wrp_plan_sub .box_plan:first-child {
  margin-left: 0%;
}
.con_reco .wrp_plan_sub .box_plan:hover {
  box-shadow: 4px 4px 4px #ccc;
}
.con_reco .wrp_plan_sub .box_plan:before {
  position: absolute;
  content: "";
  width: 96%;
  top: 2px;
  height: 2px;
  background: #3b7544;
  margin-left: -6%;
}
@media only screen and (max-width: 767px) {
  .con_reco .wrp_plan_sub .box_plan:before {
    margin-left: -2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .wrp_plan_sub .box_plan {
    float: none;
    width: 100%;
    padding: 4%;
    margin: 0 auto 10px;
  }
  .con_reco .wrp_plan_sub .box_plan:last-child {
    margin-bottom: 0;
  }
}
.con_reco .wrp_plan_sub .box_plan a {
  text-decoration: none;
  display: block;
  opacity: 1;
  -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_reco .wrp_plan_sub .box_plan a:hover {
  opacity: 0.9;
  -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: 767px) {
  .con_reco .wrp_plan_sub .box_plan .box_txt {
    float: right;
    width: 60%;
  }
}
.con_reco .wrp_plan_sub .box_plan .box_txt .title {
  font-size: 114%;
  text-align: center;
  margin-bottom: .5em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .wrp_plan_sub .box_plan .box_txt .title {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .wrp_plan_sub .box_plan .box_txt .title {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .wrp_plan_sub .box_plan .box_txt .title {
    margin-bottom: .2em;
  }
}
.con_reco .wrp_plan_sub .box_plan .box_txt .catch {
  text-align: center;
  margin-bottom: .5em;
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_reco .wrp_plan_sub .box_plan .box_txt .catch {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_reco .wrp_plan_sub .box_plan .box_txt .catch {
    font-size: 74%;
  }
}
.con_reco .wrp_plan_sub .box_plan .img {
  -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;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (max-width: 767px) {
  .con_reco .wrp_plan_sub .box_plan .img {
    float: right;
    width: 40%;
  }
}
.con_reco .wrp_plan_sub .box_plan .img > img {
  width: 100%;
}
.con_reco .btn_green {
  text-align: center;
}

/* -----------------------------------------------------------
	con_access
----------------------------------------------------------- */
.con_access .box_title {
  position: relative;
  height: 302px;
  background: transparent url(../images/home/bg_title_access.jpg) no-repeat center center;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .con_access .box_title {
    height: 250px;
  }
}
.con_access .box_title .box_inner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
.con_access .box_title .box_inner .st_high_white .jp {
  color: #fff;
}
.con_access .box_map {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_map {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_map {
    margin-bottom: 40px;
  }
}
.con_access .box_map #map {
  height: 620px;
}
@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: 350px;
  }
}
.con_access .box_map .box_detail {
  position: absolute;
  left: 19.7%;
  top: 0;
  width: 100%;
  height: 100%;
  max-width: 445px;
  background: #fff;
  padding: 35px 30px;
}
@media only screen and (max-width: 1679px) {
  .con_access .box_map .box_detail {
    left: 11%;
  }
}
@media print {
  .con_access .box_map .box_detail {
    left: 11%;
  }
}
.ie8 .con_access .box_map .box_detail {
  left: 11%;
}
@media only screen and (max-width: 1439px) {
  .con_access .box_map .box_detail {
    left: 7%;
  }
}
@media print {
  .con_access .box_map .box_detail {
    left: 7%;
  }
}
.ie8 .con_access .box_map .box_detail {
  left: 7%;
}
@media only screen and (max-width: 1159px) {
  .con_access .box_map .box_detail {
    left: 0;
  }
}
@media print {
  .con_access .box_map .box_detail {
    left: 0;
  }
}
.ie8 .con_access .box_map .box_detail {
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_map .box_detail {
    max-width: 320px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_map .box_detail {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    padding: 20px 2.5%;
  }
}
.con_access .box_map .box_detail .txt_top {
  font-weight: normal;
  font-size: 154%;
  line-height: 1.21739;
  padding-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_map .box_detail .txt_top {
    font-size: 134%;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_map .box_detail .txt_top {
    font-size: 114%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_access .box_map .box_detail .txt_top {
    padding-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_access .box_map .box_detail .txt_top {
    margin-bottom: 10px;
    text-align: center;
  }
}
.con_access .box_map .box_detail .txt_top .num {
  font-size: 153%;
  color: #a09420;
}
@media only screen and (max-width: 767px) {
  .con_access .box_map .box_detail .img_map {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_map .box_detail .btn a {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_access .box_map .box_detail .btn a .ic_arrow {
    right: 30px;
  }
}

/* -----------------------------------------------------------
	con_info
----------------------------------------------------------- */
.con_info {
  margin-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info {
    margin-bottom: 60px;
  }
}
.con_info .box_news {
  width: 58.5%;
  margin-right: 7%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .box_news {
    width: 53.5%;
    margin-right: 4%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_news {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 3em;
  }
}
.con_info .box_news .wrp_title {
  margin-bottom: .5em;
}
.con_info .box_news .wrp_title .st_mid_left_normal {
  float: left;
}
.con_info .box_news .wrp_title .lnk_btn {
  float: right;
  margin-top: 10px;
}
.con_info .box_news .wrp_title .lnk_btn a {
  font-size: 107%;
}
.con_info .box_news .wrp_title .lnk_btn a:hover:after {
  right: -5px;
}
.con_info .box_news .wrp_title .lnk_btn a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 9px;
  background: url(../images/common/ic_arrow_r_min.png) 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
  -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_info .box_news .wrp_news {
  -ms-flex: 1;
  flex: 1;
  -webkit-flex: 1;
}
.con_info .box_news .wrp_news ul {
  border-bottom: 1px solid #786e6b;
}
.con_info .box_news .wrp_news ul li {
  border-top: 1px solid #786e6b;
}
.con_info .box_news .wrp_news ul li a {
  padding: 15px 20px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  /* Safari */
  align-items: 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;
  position: relative;
  padding-right: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .box_news .wrp_news ul li a {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_news .wrp_news ul li a {
    display: block;
    overflow: hidden;
    padding: 15px 0;
  }
}
.con_info .box_news .wrp_news ul li a:after {
  content: "\f3d1";
  font-family: "Ionicons";
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 18px;
  -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) {
  .con_info .box_news .wrp_news ul li a:after {
    right: 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_news .wrp_news ul li a:after {
    display: none;
  }
}
.con_info .box_news .wrp_news ul li a:hover {
  opacity: .8;
  color: #453939;
}
@media only screen and (max-width: 767px) {
  .con_info .box_news .wrp_news ul li a > * {
    width: 65%;
    float: right;
  }
}
.con_info .box_news .wrp_news ul li .img {
  min-width: 114px;
  height: 82px;
  position: relative;
  overflow: hidden;
}
.con_info .box_news .wrp_news ul li .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .con_info .box_news .wrp_news ul li .img {
    width: 35%;
    float: left;
    height: 0;
    padding-top: 25%;
  }
  .con_info .box_news .wrp_news ul li .img img {
    width: 100%;
  }
}
.con_info .box_news .wrp_news ul li .box_content {
  padding-left: .5em;
}
@media only screen and (min-width: 768px) {
  .con_info .box_news .wrp_news ul li .box_content {
    width: 80%;
  }
}
@media print {
  .con_info .box_news .wrp_news ul li .box_content {
    width: 80%;
  }
}
.ie8 .con_info .box_news .wrp_news ul li .box_content {
  width: 80%;
}
.con_info .box_news .wrp_news ul li .box_content .wrp {
  margin-bottom: .3em;
}
.con_info .box_news .wrp_news ul li .box_content .wrp .date {
  float: left;
  width: 7.5em;
  padding: 0 15px;
  font-size: 120%;
  font-family: "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .box_news .wrp_news ul li .box_content .wrp .date {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_news .wrp_news ul li .box_content .wrp .date {
    font-size: 114%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_news .wrp_news ul li .box_content .wrp .date {
    display: inline-block;
    vertical-align: middle;
    width: auto;
    padding: 0 10px 0 0;
  }
}
.con_info .box_news .wrp_news ul li .box_content .wrp .cate {
  float: left;
  width: 8em;
  font-size: 94%;
  padding-right: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .box_news .wrp_news ul li .box_content .wrp .cate {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_news .wrp_news ul li .box_content .wrp .cate {
    font-size: 87%;
  }
}
@media only screen and (min-width: 1025px) {
  .con_info .box_news .wrp_news ul li .box_content .wrp .cate {
    width: 17%;
  }
}
@media print {
  .con_info .box_news .wrp_news ul li .box_content .wrp .cate {
    width: 17%;
  }
}
.ie8 .con_info .box_news .wrp_news ul li .box_content .wrp .cate {
  width: 17%;
}
@media only screen and (max-width: 767px) {
  .con_info .box_news .wrp_news ul li .box_content .wrp .cate {
    padding-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
}
.con_info .box_news .wrp_news ul li .box_content .wrp .cate span {
  background: #b4ab56;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  min-width: 6em;
  padding: 0.2em 0.5em;
  text-align: center;
  margin-bottom: 0.1em;
}
.con_info .box_news .wrp_news ul li .box_content .title {
  font-size: 100%;
  margin-bottom: .3em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .box_news .wrp_news ul li .box_content .title {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_news .wrp_news ul li .box_content .title {
    font-size: 87%;
  }
}
.con_info .box_news .wrp_news ul li .box_content .txt {
  color: #a2a2a2;
  font-size: 94%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .box_news .wrp_news ul li .box_content .txt {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_news .wrp_news ul li .box_content .txt {
    font-size: 94%;
  }
}
@media only screen and (max-width: 1024px) {
  .con_info .box_news .wrp_news ul li .box_content .txt {
    display: none;
  }
}
.con_info .box_news .lnk_btn {
  float: right;
  margin-top: 10px;
}
.con_info .box_news .lnk_btn a {
  font-size: 107%;
}
.con_info .box_news .lnk_btn a:hover:after {
  right: -5px;
}
.con_info .box_news .lnk_btn a:after {
  content: "";
  display: inline-block;
  width: 25px;
  height: 9px;
  background: url(../images/common/ic_arrow_r_min.png) 0 0 no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
  -webkit-transform: translate(0, -4px);
  -moz-transform: translate(0, -4px);
  -ms-transform: translate(0, -4px);
  -o-transform: translate(0, -4px);
  transform: translate(0, -4px);
  -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_info .box_fb {
  float: left;
  width: 34.5%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .box_fb {
    width: 37.5%;
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .box_fb {
    width: 100%;
    text-align: center;
  }
}

/* -----------------------------------------------------------
	.pickup_slide
----------------------------------------------------------- */
.pickup_slide {
  margin-bottom: 110px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .pickup_slide {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .pickup_slide {
    margin-bottom: 60px;
  }
}
.pickup_slide .slick-slide {
  margin: 0 10px;
}
@media only screen and (max-width: 900px) {
  .pickup_slide .slick-slide {
    margin: 0 10px;
  }
}
.pickup_slide .slick-slide img {
  margin: 0 auto !important;
  width: 100%;
  padding-bottom: .1em;
}
.pickup_slide .slick-slide a {
  -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;
}
.pickup_slide .slick-slide a:hover {
  opacity: .8;
}
.pickup_slide .slick-slide a img {
  max-width: 274px;
  margin: 0 auto !important;
}
