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

 file name  : homepage.css
 author     : Ability Consultant
 style info : トップページ
=================================================================== */
.con_weather dl, .con_topics .box_topics, .con_packages .txt, .con_packages .box_category, .con_packages .box_packages .box_inner, .con_packages .box_bn_plan, .con_points .box_point_pc, .con_points .box_point_sp, .con_sightseeing .box_season .wrp_season, .con_info, .con_banner {
  max-width: 1160px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_weather dl, .con_topics .box_topics, .con_packages .txt, .con_packages .box_category, .con_packages .box_packages .box_inner, .con_packages .box_bn_plan, .con_points .box_point_pc, .con_points .box_point_sp, .con_sightseeing .box_season .wrp_season, .con_info, .con_banner {
    width: 95%;
  }
}

.con_weather dl:after, .con_topics .box_topics:after, .con_packages .box_category:after, .con_packages .box_category ul:after, .con_packages .box_packages .box_inner:after, .con_points .box_point_pc:after, .con_points .box_point_pc .box:after, .con_sightseeing .box_season .wrp_season .wrp_sig:after, .con_info:after, .con_banner:after {
  content: "";
  display: table;
  clear: both;
}

/* Hover animation */
/* -----------------------------------------------------------
	.con_main
----------------------------------------------------------- */
.con_main .box_slide {
  position: relative;
  overflow: hidden;
}
.con_main .box_slide .slide {
  position: relative;
  overflow: hidden;
  display: none;
}
.con_main .box_slide .slide.slick-initialized {
  display: block;
}
.con_main .box_slide .slide div img {
  width: 100%;
}
.con_main .box_slide .slide div .box_catch {
  position: absolute;
  z-index: 2;
  top: 50%;
  margin-top: -6%;
  width: 100%;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  color: #fff;
  font-weight: normal;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_slide .slide div .box_catch {
    margin-top: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slide div .box_catch {
    display: none;
  }
}
.con_main .box_slide .slide div .box_catch .txt {
  font-size: 175%;
  line-height: 1.8;
  font-weight: normal;
  text-shadow: 2px 2px 13px #333,0px 0px 6px #333;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_slide .slide div .box_catch .txt {
    font-size: 138%;
  }
}
.con_main .box_slide .slide div .box_catch .txt_catch {
  font-size: 282%;
  font-weight: normal;
  line-height: 1.8;
  text-shadow: 2px 2px 13px #333,0px 0px 6px #333;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_slide .slide div .box_catch .txt_catch {
    font-size: 207%;
  }
}
.con_main .box_slide .slide .slick-prev, .con_main .box_slide .slide .slick-next {
  width: 34px;
  height: 53px;
  margin-top: -26px;
  z-index: 100;
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slide .slick-prev, .con_main .box_slide .slide .slick-next {
    width: 20px;
    height: 31px;
    margin-top: 0px;
    display: none !important;
  }
}
.con_main .box_slide .slide .slick-prev {
  left: 25px;
  background: url(../images/common/ic_arrow_w_prev.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slide .slick-prev {
    left: 10px;
  }
}
.con_main .box_slide .slide .slick-prev:before {
  background: url(../images/common/ic_arrow_w_prev.png) no-repeat;
}
.con_main .box_slide .slide .slick-next {
  right: 25px;
  background: url(../images/common/ic_arrow_w_next.png) no-repeat;
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slide .slick-next {
    right: 10px;
  }
}
.con_main .box_slide .slide .slick-next:before {
  background: url(../images/common/ic_arrow_w_next.png) no-repeat;
}
.con_main .box_slide .slick-dots {
  z-index: 10;
  bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_main .box_slide .slick-dots {
    bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_main .box_slide .slick-dots {
    bottom: 0;
  }
}

/* -----------------------------------------------------------
	.con_weather
----------------------------------------------------------- */
.con_weather {
  position: relative;
}
.con_weather:before {
  content: '';
  position: absolute;
  width: 23%;
  left: 0;
  top: 0;
  height: 100%;
  background: #00664d;
  z-index: -100;
}
@media only screen and (max-width: 1380px) {
  .con_weather:before {
    width: 19%;
  }
}
@media print {
  .con_weather:before {
    width: 19%;
  }
}
.ie8 .con_weather:before {
  width: 19%;
}
.con_weather dl dt {
  padding: 10px 0;
  min-height: 50px;
  float: left;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 113%;
  color: #fff;
  position: relative;
  z-index: 10;
  display: block;
  width: 17%;
  background: #00664d;
}
@media only screen and (max-width: 1200px) {
  .con_weather dl dt {
    width: 20%;
  }
}
@media print {
  .con_weather dl dt {
    width: 20%;
  }
}
.ie8 .con_weather dl dt {
  width: 20%;
}
@media only screen and (max-width: 970px) {
  .con_weather dl dt {
    width: 30%;
  }
}
@media only screen and (max-width: 600px) {
  .con_weather dl dt {
    width: 40%;
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_weather dl dt {
    padding: 7px 10px;
  }
}
.con_weather dl dt i {
  color: #e1b60c;
}
.con_weather dl dt:after {
  content: '';
  position: absolute;
  right: -20px;
  top: 12.5px;
  margin-top: -12.5px;
  box-sizing: border-box;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #00664d;
}
@media only screen and (max-width: 1410px) {
  .con_weather dl dt:after {
    display: none;
  }
}
@media print {
  .con_weather dl dt:after {
    display: none;
  }
}
.ie8 .con_weather dl dt:after {
  display: none;
}
.con_weather dl dd {
  padding: 10px 0 10px 30px;
  min-height: 50px;
  float: left;
  width: 83%;
  text-align: left;
}
@media only screen and (max-width: 1200px) {
  .con_weather dl dd {
    width: 80%;
  }
}
@media print {
  .con_weather dl dd {
    width: 80%;
  }
}
.ie8 .con_weather dl dd {
  width: 80%;
}
@media only screen and (max-width: 970px) {
  .con_weather dl dd {
    width: 70%;
  }
}
@media only screen and (max-width: 600px) {
  .con_weather dl dd {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .con_weather dl dd {
    padding: 7px 0 7px 20px;
  }
}

/* -----------------------------------------------------------
	.greetingArea
----------------------------------------------------------- */
/*-----マーサ挨拶エリア-----*/


.greetingArea{
	overflow: hidden;
	background:url(../images/home/greeting_bg.jpg) no-repeat center top;
	background-attachment: fixed;
	background-size: cover;
	height: 280px;
}
@media only screen and (max-width: 767px) {
.greetingArea{
	display: none;
}
}

.greeting{
	max-width: 1100px;
	min-width: 768px;
	margin: 0 auto;
	padding: 20px 20px 0 20px;
}
.greeting dl{
	float: left;
	margin-top: 20px;
	width: 70%;
	color: #fff;
	text-shadow:1px 1px 3px #050505;
}
.greeting dt{
  font-size: 34px;
	line-height: 1.4;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
	margin-bottom: 10px;
}
@media only screen and ( max-width : 970px ) {/*スマホ用*/
.greeting dt{
    font-size: 28px;
  }
}
.greeting .maasa{
	float: right;
	width: 30%;
}
@media only screen and (min-width: 768px) {
.maasa_sm{
	display: none;
}
}

/* -----------------------------------------------------------
	.con_topics
----------------------------------------------------------- */
.con_topics {
  margin-bottom: 80px;
  background: url(../images/common/bg_beige.jpg) repeat;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #edf2f1;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topics {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics {
    margin-bottom: 50px;
  }
}
.con_topics .box_topics {
  padding: 60px 0 40px;
}
.con_topics .box_topics .title_page_top {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  font-weight: normal;
  line-height: 1.6em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topics .box_topics .title_page_top {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .box_topics .title_page_top {
    padding-bottom: 5px;
  }
}
.con_topics .box_topics .title_page_top span.jp {
  font-size: 250%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_topics .box_topics .title_page_top span.jp {
    font-size: 219%;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .box_topics .title_page_top span.jp {
    font-size: 169%;
  }
}
.con_topics .box_topics .title_page_top span.jp:before {
  content: "";
  position: absolute;
  height: 17px;
  width: 37px;
  top: -17px;
  right: 50%;
  margin-right: -18.5px;
  background: url(../images/common/ic_triangle.png) 0 center no-repeat;
}
.con_topics .box_topics .title_page_top span.en {
  color: #8ca49f;
  font-size: 88%;
  font-family: "Playfair Display", serif;
  position: relative;
}
.con_topics .box_topics .title_page_top span.en:after, .con_topics .box_topics .title_page_top span.en:before {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom: 1px solid #006953;
  border-top: 1px solid #002a21;
  top: 8px;
  width: 25px;
}
.con_topics .box_topics .title_page_top span.en:before {
  left: 0%;
  margin-left: -32px;
}
.con_topics .box_topics .title_page_top span.en:after {
  right: 0%;
  margin-right: -32px;
}
.con_topics .box_topics .topics_slide {
  padding: 0 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .con_topics .box_topics .topics_slide {
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_topics .box_topics .topics_slide {
    padding: 0;
  }
}
.con_topics .box_topics .topics_slide .slick-slide {
  margin: 0 20px;
}
@media only screen and (max-width: 900px) {
  .con_topics .box_topics .topics_slide .slick-slide {
    margin: 0 10px;
  }
}
.con_topics .box_topics .topics_slide .slick-slide img {
  margin: 0 auto !important;
  width: 100%;
}
.con_topics .box_topics .topics_slide .slick-slide a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.con_topics .box_topics .topics_slide .slick-slide a:hover {
  opacity: .8;
}
.con_topics .box_topics .topics_slide .slick-slide a img {
  max-width: 300px;
  margin: 0 auto !important;
}
.con_topics .box_topics .topics_slide .slick-arrow {
  width: 52px;
  height: 52px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  border: none;
  padding-top: 52px;
  z-index: 3;
}
.con_topics .box_topics .topics_slide .slick-arrow.slick-prev {
  left: 0px;
  background: url(../images/common/btn_left.jpg) 0 0 no-repeat;
  cursor: pointer;
}
.con_topics .box_topics .topics_slide .slick-arrow.slick-prev:hover {
  opacity: 1;
}
@media only screen and (max-width: 1370px) {
  .con_topics .box_topics .topics_slide .slick-arrow.slick-prev {
    left: 20px;
  }
}
@media print {
  .con_topics .box_topics .topics_slide .slick-arrow.slick-prev {
    left: 20px;
  }
}
.ie8 .con_topics .box_topics .topics_slide .slick-arrow.slick-prev {
  left: 20px;
}
@media only screen and (max-width: 480px) {
  .con_topics .box_topics .topics_slide .slick-arrow.slick-prev {
    left: -8px;
  }
}
.con_topics .box_topics .topics_slide .slick-arrow.slick-next {
  right: 0px;
  background: url(../images/common/btn_right.jpg) 0 0 no-repeat;
  cursor: pointer;
}
.con_topics .box_topics .topics_slide .slick-arrow.slick-next:hover {
  opacity: 1;
}
@media only screen and (max-width: 1370px) {
  .con_topics .box_topics .topics_slide .slick-arrow.slick-next {
    right: 20px;
  }
}
@media print {
  .con_topics .box_topics .topics_slide .slick-arrow.slick-next {
    right: 20px;
  }
}
.ie8 .con_topics .box_topics .topics_slide .slick-arrow.slick-next {
  right: 20px;
}
@media only screen and (max-width: 480px) {
  .con_topics .box_topics .topics_slide .slick-arrow.slick-next {
    right: -8px;
  }
}

/* -----------------------------------------------------------
	.con_packages
----------------------------------------------------------- */
.con_packages {
  margin-bottom: 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages {
    margin-bottom: 40px;
  }
}
.con_packages .title_page_top {
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  font-weight: normal;
  line-height: 1.6em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .title_page_top {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .title_page_top {
    padding-bottom: 5px;
  }
}
.con_packages .title_page_top span.jp {
  font-size: 250%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .title_page_top span.jp {
    font-size: 219%;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .title_page_top span.jp {
    font-size: 169%;
  }
}
.con_packages .title_page_top span.jp:before {
  content: "";
  position: absolute;
  height: 17px;
  width: 37px;
  top: -17px;
  right: 50%;
  margin-right: -18.5px;
  background: url(../images/common/ic_triangle.png) 0 center no-repeat;
}
.con_packages .title_page_top span.en {
  color: #8ca49f;
  font-size: 88%;
  font-family: "Playfair Display", serif;
  position: relative;
}
.con_packages .title_page_top span.en:after, .con_packages .title_page_top span.en:before {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom: 1px solid #006953;
  border-top: 1px solid #002a21;
  top: 8px;
  width: 25px;
}
.con_packages .title_page_top span.en:before {
  left: 0%;
  margin-left: -32px;
}
.con_packages .title_page_top span.en:after {
  right: 0%;
  margin-right: -32px;
}
.con_packages .txt {
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-size: 113%;
  margin-bottom: 50px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .txt {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .txt {
    font-size: 100%;
  }
}
.con_packages .box_category {
  position: relative;
  z-index: 2;
}
.con_packages .box_category ul {
  position: relative;
  z-index: 2;
}
.con_packages .box_category ul li {
  float: left;
  width: 25%;
  background: #fff;
  border-top: 1px solid #cfcbc8;
  border-right: 1px solid #cfcbc8;
}
.con_packages .box_category ul li:first-child {
  border-left: 1px solid #cfcbc8;
}
@media only screen and (max-width: 1024px) {
  .con_packages .box_category ul li {
    width: 50%;
    border-bottom: 1px solid #fff;
  }
  .con_packages .box_category ul li:nth-child(odd) {
    border-left: 1px solid #cfcbc8;
  }
}
.con_packages .box_category ul li.active, .con_packages .box_category ul li:hover {
  border-top: none;
}
.con_packages .box_category ul li.active a, .con_packages .box_category ul li:hover a {
  background: -webkit-linear-gradient(#d2e5e1 0%, rgba(249, 251, 251, 0) 86%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(#d2e5e1 0%, rgba(249, 251, 251, 0) 86%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(#d2e5e1 0%, rgba(249, 251, 251, 0) 86%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2e5e1', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  border-bottom: 1px solid #fff;
  border-top: solid 5px #004a39;
  padding: 22px 10px;
  margin-top: -17px;
  position: relative;
  bottom: -1px;
}
@media only screen and (max-width: 1024px) {
  .con_packages .box_category ul li.active a, .con_packages .box_category ul li:hover a {
    padding: 13px 10px;
    margin-top: 0;
    bottom: 0;
    border-bottom: 1px solid #cfcbc8;
  }
}
.con_packages .box_category ul li.active a:after, .con_packages .box_category ul li:hover a:after {
  content: '▼';
  position: absolute;
  left: 50%;
  margin-left: -0.5em;
  bottom: 3px;
  color: #004a39;
  font-size: 9px;
}
.con_packages .box_category ul li a {
  border-top: 5px solid #e5f1ee;
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 157%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  padding: 13.5px 10px;
  position: relative;
}
@media only screen and (max-width: 1260px) {
  .con_packages .box_category ul li a {
    font-size: 100%;
  }
}
@media print {
  .con_packages .box_category ul li a {
    font-size: 100%;
  }
}
.ie8 .con_packages .box_category ul li a {
  font-size: 100%;
}
@media only screen and (max-width: 1024px) {
  .con_packages .box_category ul li a {
    padding: 13px 10px;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .box_category ul li a {
    font-size: 75%;
  }
}
.con_packages .box_packages {
  border-top: 1px solid #cfcbc8;
  padding: 40px 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .box_packages {
    padding: 30px 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .box_packages {
    padding: 20px 0 0;
  }
}
.con_packages .box_packages .box_inner .wrp_plan {
  padding-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .con_packages .box_packages .box_inner .wrp_plan {
    padding-bottom: 0px;
  }
}
.con_packages .box_packages .box_inner .wrp_plan .wrp {
  overflow: hidden;
}
.con_packages .box_packages .box_inner .wrp_plan .wrp a {
  text-decoration: none;
}
.con_packages .box_packages .box_inner .wrp_plan .wrp a h3:hover {
  text-decoration: underline;
}
.con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan {
  width: 30.2%;
  float: left;
  margin-right: 4.7%;
}
.con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan:last-child {
  margin-right: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan {
    width: 32%;
    margin-right: 2%;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan {
    float: none;
    width: 100%;
    margin-right: 0;
    overflow: hidden;
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .img img {
    width: 100%;
  }
}
.con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .reco01, .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .reco02, .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .reco03 {
  position: relative;
}
.con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .reco01:before, .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .reco02:before, .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .reco03:before {
  position: absolute;
  content: '';
  width: 84px;
  height: 84px;
  top: 0;
  left: 0;
}
.con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .reco01:before {
  background: url(../images/home/ic_reco01.png) no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .reco01:before {
    background-size: 80%;
  }
}
.con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .reco02:before {
  background: url(../images/home/ic_reco02.png) no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .reco02:before {
    background-size: 80%;
  }
}
.con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .reco03:before {
  background: url(../images/home/ic_reco03.png) no-repeat;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .reco03:before {
    background-size: 80%;
  }
}
.con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan h3 {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-weight: normal;
  margin: 15px 0;
  font-size: 100%;
}
@media only screen and (max-width: 767px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan h3 {
    margin: 10px 0;
    font-size: 88%;
  }
}
.con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .price {
  text-align: center;
  border-top: 1px solid #cfcbc8;
  border-bottom: 1px solid #cfcbc8;
  font-size: 100%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .price {
    font-size: 88%;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .price {
    font-size: 88%;
  }
}
.con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .price .tax {
  font-size: 82%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .price .tax {
    font-size: 93%;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .price .tax {
    font-size: 86%;
  }
}
.con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .price .num {
  color: #b90000;
}
.con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .price .num em {
  font-size: 175%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .price .num em {
    font-size: 150%;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .box_packages .box_inner .wrp_plan .wrp .box_plan .price .num em {
    font-size: 129%;
  }
}
.con_packages .btn_rsv {
  text-align: center;
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .btn_rsv {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .btn_rsv {
    margin-bottom: 40px;
  }
}
.con_packages .btn_rsv a {
  max-width: 300px;
  border: solid 1px #cccccc;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  background: #006953;
  color: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  padding: 20px 40px;
  font-size: 113%;
}
.con_packages .btn_rsv a:hover {
  background-color: #006953;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF006953', endColorstr='#FF002A21');
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwNjk1MyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwMmEyMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #006953), color-stop(100%, #002a21));
  background-image: -moz-linear-gradient(top, #006953 0%, #002a21 100%);
  background-image: -webkit-linear-gradient(top, #006953 0%, #002a21 100%);
  background-image: linear-gradient(to bottom, #006953 0%, #002a21 100%);
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_packages .btn_rsv a {
    max-width: none;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_packages .btn_rsv a {
    font-size: 113%;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .btn_rsv a {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .btn_rsv a {
    padding: 15px 40px;
  }
}
.con_packages .box_bn_plan {
  font-size: 0%;
}
.con_packages .box_bn_plan li {
  display: inline-block;
  width: 48.2%;
}
.con_packages .box_bn_plan li:first-child {
  margin-right: 3.6%;
}
@media only screen and (max-width: 767px) {
  .con_packages .box_bn_plan li:first-child {
    margin: 0 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_packages .box_bn_plan li {
    width: 100%;
  }
}

/* -----------------------------------------------------------
	.con_points
----------------------------------------------------------- */
.con_points {
  margin-bottom: 100px;
  padding-top: 70px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points {
    padding-top: 40px;
  }
}
.con_points:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #d7e9e5;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#d7e9e5', endColorstr='#fff');
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(60%, #d7e9e5), color-stop(100%, #fff));
  background-image: -moz-linear-gradient(top, #d7e9e5 60%, #fff 100%);
  background-image: -webkit-linear-gradient(top, #d7e9e5 60%, #fff 100%);
  background-image: linear-gradient(to bottom, #d7e9e5 60%, #ffffff 100%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -10;
}
.con_points:after {
  content: " ";
  position: absolute;
  width: 404px;
  height: 365px;
  background: url(../images/home/bg_leaf_point01.png) no-repeat;
  top: 0px;
  left: -15px;
  z-index: 50;
  mix-blend-mode: multiply;
}
@media only screen and (max-width: 767px) {
  .con_points:after {
    background-size: 70%;
    left: 0px;
    width: 300px;
  }
}
.con_points .title_top {
  text-align: center;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: normal;
  line-height: 1.6em;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .title_top {
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .title_top {
    padding-bottom: 5px;
  }
}
.con_points .title_top span.jp {
  font-size: 250%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .title_top span.jp {
    font-size: 219%;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .title_top span.jp {
    font-size: 169%;
  }
}
.con_points .title_top span.jp em {
  color: #006953;
}
.con_points .title_top span.en {
  color: #8ca49f;
  font-size: 88%;
  font-family: "Playfair Display", serif;
  position: relative;
}
.con_points .title_top span.en:after, .con_points .title_top span.en:before {
  content: "";
  position: absolute;
  height: 2px;
  border-bottom: 1px solid #006953;
  border-top: 1px solid #002a21;
  top: 8px;
  width: 25px;
}
.con_points .title_top span.en:before {
  left: 0%;
  margin-left: -32px;
}
.con_points .title_top span.en:after {
  right: 0%;
  margin-right: -32px;
}
@media only screen and (max-width: 767px) {
  .con_points .box_point_pc {
    display: none;
  }
}
.con_points .box_point_pc .box.fitted {
  cursor: pointer;
}
.con_points .box_point_pc .box_p1 {
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p1 {
    margin-bottom: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .box_point_pc .box_p1 {
    margin-bottom: 30px;
  }
}
.con_points .box_point_pc .box_p1 .box_txt {
  float: left;
  width: 17.24138%;
  margin-right: 3.18966%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p1 .box_txt {
    width: 21.55172%;
    margin-right: 1.72414%;
  }
}
.con_points .box_point_pc .box_p1 .box_txt h3 {
  text-align: center;
  margin-bottom: 25px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p1 .box_txt h3 img {
    width: 60%;
  }
}
.con_points .box_point_pc .box_p1 .box_txt .btn_black {
  text-align: center;
}
.con_points .box_point_pc .box_p1 .box_txt .btn_black a {
  max-width: 300px;
  border: solid 1px #cccccc;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  background: #313131;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  padding: 10px 30px;
}
.con_points .box_point_pc .box_p1 .box_txt .btn_black a:hover {
  opacity: .9;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_points .box_point_pc .box_p1 .box_txt .btn_black a {
    max-width: none;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p1 .box_txt .btn_black a {
    padding: 10px 10px;
  }
}
.con_points .box_point_pc .box_p1 .box_img {
  float: left;
  width: 79.56897%;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p1 .box_img {
    width: 75.25862%;
  }
}
.con_points .box_point_pc .box_p1 .box_img:before {
  position: absolute;
  content: '';
  width: 388px;
  height: 215px;
  background: url(../images/home/img_type.png) no-repeat;
  bottom: -30px;
  right: -15px;
  z-index: 5;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p1 .box_img:before {
    width: 230px;
    right: 0px;
    bottom: -110px;
    background: url(../images/home/img_type_tab.png) no-repeat;
  }
}
.con_points .box_point_pc .box_p2 {
  position: relative;
}
.con_points .box_point_pc .box_p2 .st_img {
  position: absolute;
  content: '';
  top: -35px;
  left: 30px;
  z-index: 50;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p2 .st_img {
    left: 0;
  }
}
.con_points .box_point_pc .box_p2 .img {
  position: relative;
}
.con_points .box_point_pc .box_p2 .img:after {
  position: absolute;
  content: '';
  width: 111px;
  height: 147px;
  background: url(../images/home/ic_leaf_p2.png) no-repeat;
  bottom: -80px;
  left: -111px;
  mix-blend-mode: multiply;
  z-index: -10;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p2 .img:after {
    bottom: -100px;
    left: -80px;
  }
}
.con_points .box_point_pc .box_p2 .btn_black {
  text-align: center;
  position: absolute;
  content: '';
  bottom: -10px;
  right: 10px;
}
.con_points .box_point_pc .box_p2 .btn_black a {
  max-width: 200px;
  border: solid 1px #cccccc;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  background: #313131;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  padding: 10px 30px;
  border: none;
}
.con_points .box_point_pc .box_p2 .btn_black a:hover {
  opacity: .9;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_points .box_point_pc .box_p2 .btn_black a {
    max-width: none;
    width: 90%;
    margin: auto;
  }
}
.con_points .box_point_pc .box_p3 {
  position: relative;
}
.con_points .box_point_pc .box_p3 .st_img {
  position: absolute;
  content: '';
  top: -35px;
  right: 0px;
  z-index: 50;
}
.con_points .box_point_pc .box_p3 .img {
  position: relative;
}
.con_points .box_point_pc .box_p3 .img:after {
  position: absolute;
  content: '';
  width: 223px;
  height: 190px;
  background: url(../images/home/ic_leaf_p3.png) no-repeat;
  top: -60px;
  right: -100px;
  mix-blend-mode: multiply;
  z-index: 20;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p3 .img:after {
    top: -110px;
    right: -80px;
    overflow: hidden;
  }
}
.con_points .box_point_pc .box_p3 .btn_black {
  text-align: center;
  position: absolute;
  content: '';
  bottom: -10px;
  right: 10px;
}
.con_points .box_point_pc .box_p3 .btn_black a {
  max-width: 200px;
  border: solid 1px #cccccc;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  background: #313131;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  padding: 10px 20px;
  border: none;
}
.con_points .box_point_pc .box_p3 .btn_black a:hover {
  opacity: .9;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_points .box_point_pc .box_p3 .btn_black a {
    max-width: none;
    width: 90%;
    margin: auto;
  }
}
.con_points .box_point_pc .box_p2,
.con_points .box_point_pc .box_p3 {
  margin-bottom: 170px;
  width: 47.41379%;
  margin-right: 2.58621%;
  float: left;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p2,
  .con_points .box_point_pc .box_p3 {
    margin-bottom: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .con_points .box_point_pc .box_p2,
  .con_points .box_point_pc .box_p3 {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p3 {
    margin-right: 0;
  }
}
.con_points .box_point_pc .box_p4 {
  position: relative;
}
.con_points .box_point_pc .box_p4 .st_img {
  position: absolute;
  content: '';
  top: -60%;
  right: 50%;
  margin-right: -120px;
  width: 240px;
  height: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p4 .st_img {
    margin-right: -150px;
  }
}
.con_points .box_point_pc .box_p5 {
  position: relative;
}
.con_points .box_point_pc .box_p5 .st_img {
  position: absolute;
  content: '';
  top: -60%;
  right: 50%;
  margin-right: -156.5px;
  width: 313px;
  height: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p5 .st_img {
    margin-right: -205px;
  }
}
.con_points .box_point_pc .box_p6 {
  position: relative;
}
.con_points .box_point_pc .box_p6 .st_img {
  position: absolute;
  content: '';
  top: -60%;
  right: 50%;
  margin-right: -130.5px;
  width: 261px;
  height: 130px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p6 .st_img {
    margin-right: -170px;
  }
}
.con_points .box_point_pc .box_p4,
.con_points .box_point_pc .box_p5,
.con_points .box_point_pc .box_p6 {
  width: 31.03448%;
  float: left;
}
.con_points .box_point_pc .box_p4 .btn_black,
.con_points .box_point_pc .box_p5 .btn_black,
.con_points .box_point_pc .box_p6 .btn_black {
  text-align: center;
  position: absolute;
  content: '';
  bottom: -15px;
  right: 50%;
  margin-right: -100px;
}
.con_points .box_point_pc .box_p4 .btn_black a,
.con_points .box_point_pc .box_p5 .btn_black a,
.con_points .box_point_pc .box_p6 .btn_black a {
  width: 200px !important;
  border: solid 1px #cccccc;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  background: #313131;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  padding: 10px 20px;
  border: none;
}
.con_points .box_point_pc .box_p4 .btn_black a:hover,
.con_points .box_point_pc .box_p5 .btn_black a:hover,
.con_points .box_point_pc .box_p6 .btn_black a:hover {
  opacity: .9;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_points .box_point_pc .box_p4 .btn_black a,
  .con_points .box_point_pc .box_p5 .btn_black a,
  .con_points .box_point_pc .box_p6 .btn_black a {
    max-width: none;
    width: 90%;
    margin: auto;
  }
}
.con_points .box_point_pc .box_p4,
.con_points .box_point_pc .box_p5 {
  margin-right: 2.2931%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_points .box_point_pc .box_p4 .st_img img,
  .con_points .box_point_pc .box_p5 .st_img img,
  .con_points .box_point_pc .box_p6 .st_img img {
    width: 70%;
  }
}
.con_points .box_point_sp .box_sp {
  margin-bottom: 30px;
}
.con_points .box_point_sp .box_sp .box_title {
  margin-bottom: 8px;
  text-align: center;
}
.con_points .box_point_sp .box_sp .box_title .num {
  margin-bottom: 10px;
  color: #006953;
  font-family: "Times New Roman", serif;
  font-size: 119%;
  position: relative;
}
.con_points .box_point_sp .box_sp .box_title .num:after {
  position: absolute;
  content: '';
  width: 30px;
  height: 1px;
  background: #006953;
  bottom: 0;
  left: 50%;
  margin-left: -15px;
}
.con_points .box_point_sp .box_sp .box_title .num span {
  font-size: 137%;
}
.con_points .box_point_sp .box_sp .box_title .st {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-weight: normal;
  line-height: 1.5em;
  font-size: 88%;
}
.con_points .box_point_sp .box_sp .box_title .st span {
  font-size: 136%;
}
.con_points .box_point_sp .box_sp .img {
  margin-bottom: 10px;
}
.con_points .box_point_sp .box_sp .btn_black {
  text-align: center;
}
.con_points .box_point_sp .box_sp .btn_black a {
  max-width: 300px;
  border: solid 1px #cccccc;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  background: #313131;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
}
.con_points .box_point_sp .box_sp .btn_black a:hover {
  opacity: .9;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_points .box_point_sp .box_sp .btn_black a {
    max-width: none;
    width: 90%;
    margin: auto;
  }
}

/* -----------------------------------------------------------
	.con_sightseeing
----------------------------------------------------------- */
.con_sightseeing {
  margin-bottom: 75px;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
    padding-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing {
    padding-bottom: 20px;
  }
}
.con_sightseeing .box_season .wrp_season {
  padding-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_season .wrp_season {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_season .wrp_season {
    padding-bottom: 30px;
  }
}
.con_sightseeing .box_season .wrp_season .st {
  margin-bottom: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_season .wrp_season .st {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_season .wrp_season .st {
    margin-bottom: 30px;
  }
}
.con_sightseeing .box_season .wrp_season .st img {
  margin: 0 auto;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_season .wrp_season .st img {
    width: 50%;
  }
}
.con_sightseeing .box_season .wrp_season .wrp_sig {
  margin-bottom: 40px;
  padding: 0 75px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_season .wrp_season .wrp_sig {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_season .wrp_season .wrp_sig {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_season .wrp_season .wrp_sig {
    padding: 0 55px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_season .wrp_season .wrp_sig {
    padding: 0;
  }
}
.con_sightseeing .box_season .wrp_season .wrp_sig .box_sig, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_2, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_3 {
  float: left;
  min-width: 305px;
  margin: 0 15px;
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_2, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_3 {
    min-width: 100px;
    width: 31.5%;
    margin: 0 0.91%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_2, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_3 {
    float: none;
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig .img, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_2 .img, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_3 .img {
    width: 305px;
    margin: 0 auto;
  }
}
.con_sightseeing .box_season .wrp_season .wrp_sig .box_sig .box_txt, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_2 .box_txt, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_3 .box_txt {
  position: absolute;
  width: 100%;
  content: '';
  bottom: 0;
  left: 0%;
  color: #fff;
  padding: 5px;
  text-align: center;
}
.con_sightseeing .box_season .wrp_season .wrp_sig .box_sig .box_txt .spot, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_2 .box_txt .spot, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_3 .box_txt .spot {
  font-weight: normal;
  font-size: 107%;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  line-height: 2.0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig .box_txt .spot, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_2 .box_txt .spot, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_3 .box_txt .spot {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig .box_txt .spot, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_2 .box_txt .spot, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_3 .box_txt .spot {
    font-size: 88%;
  }
}
.con_sightseeing .box_season .wrp_season .wrp_sig .box_sig .box_txt .period, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_2 .box_txt .period, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_3 .box_txt .period {
  font-size: 75%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig .box_txt .period, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_2 .box_txt .period, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_3 .box_txt .period {
    font-size: 75%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig .box_txt .period, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_2 .box_txt .period, .con_sightseeing .box_season .wrp_season .wrp_sig .box_sig_3 .box_txt .period {
    font-size: 69%;
  }
}
.con_sightseeing .box_season .wrp_season .txt {
  text-align: center;
  margin-bottom: 20px;
  font-size: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_season .wrp_season .txt {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_season .wrp_season .txt {
    margin-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_season .wrp_season .txt {
    font-size: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_season .wrp_season .txt {
    font-size: 88%;
  }
}
.con_sightseeing .box_season .wrp_season .btn_black {
  text-align: center;
}
.con_sightseeing .box_season .wrp_season .btn_black a {
  max-width: 300px;
  border: solid 1px #cccccc;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  background: #313131;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  padding: 16px 40px;
  font-size: 113%;
}
.con_sightseeing .box_season .wrp_season .btn_black a:hover {
  opacity: .9;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_season .wrp_season .btn_black a {
    max-width: none;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeing .box_season .wrp_season .btn_black a {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeing .box_season .wrp_season .btn_black a {
    font-size: 100%;
  }
}
.con_sightseeing .box_season#spring {
  background: url(../images/home/bg_sig_spring.jpg) center top no-repeat;
}
.con_sightseeing .box_season#spring .box_txt {
  background-color: rgba(233, 109, 109, 0.8);
}
.con_sightseeing .box_season#summer {
  background: url(../images/home/bg_sig_summer.jpg) center top no-repeat;
}
.con_sightseeing .box_season#summer .box_txt {
  background-color: rgba(0, 141, 96, 0.8);
}
.con_sightseeing .box_season#autumn {
  background: url(../images/home/bg_sig_autumn.jpg) center top no-repeat;
}
.con_sightseeing .box_season#autumn .box_txt {
  background-color: rgba(232, 121, 40, 0.8);
}
.con_sightseeing .box_season#winter {
  background: url(../images/home/bg_sig_winter.jpg) center top no-repeat;
}
.con_sightseeing .box_season#winter .box_txt {
  background-color: rgba(93, 179, 215, 0.8);
}

.sig_slide {
  position: relative;
}
.sig_slide .slick-arrow {
  width: 52px;
  height: 52px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -26px;
  border: none;
  padding-top: 52px;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .sig_slide .slick-arrow {
    top: 38%;
  }
}
.sig_slide .slick-arrow.slick-prev {
  left: 10%;
  background: url(../images/common/btn_left.jpg) 0 0 no-repeat;
  cursor: pointer;
}
.sig_slide .slick-arrow.slick-prev:hover {
  opacity: 1;
}
@media only screen and (max-width: 1370px) {
  .sig_slide .slick-arrow.slick-prev {
    left: 20px;
  }
}
@media print {
  .sig_slide .slick-arrow.slick-prev {
    left: 20px;
  }
}
.ie8 .sig_slide .slick-arrow.slick-prev {
  left: 20px;
}
@media only screen and (max-width: 480px) {
  .sig_slide .slick-arrow.slick-prev {
    left: -8px;
  }
}
.sig_slide .slick-arrow.slick-next {
  right: 10%;
  background: url(../images/common/btn_right.jpg) 0 0 no-repeat;
  cursor: pointer;
}
.sig_slide .slick-arrow.slick-next:hover {
  opacity: 1;
}
@media only screen and (max-width: 1370px) {
  .sig_slide .slick-arrow.slick-next {
    right: 20px;
  }
}
@media print {
  .sig_slide .slick-arrow.slick-next {
    right: 20px;
  }
}
.ie8 .sig_slide .slick-arrow.slick-next {
  right: 20px;
}
@media only screen and (max-width: 480px) {
  .sig_slide .slick-arrow.slick-next {
    right: -8px;
  }
}

/*----------------------------------------------
	.con_info
----------------------------------------------*/
.con_info {
  position: relative;
  margin-bottom: 90px;
}
@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: 50px;
  }
}
.con_info .con_news {
  width: 50.86207%;
  float: left;
  margin-right: 6.03448%;
}
.con_info .con_news:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .con_news {
    width: 38%;
  }
}
@media only screen and (max-width: 900px) {
  .con_info .con_news {
    width: 48%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .con_news {
    width: 100%;
    float: none;
    margin: 0 0 50px 0;
  }
}
.con_info .con_news .st_md_ic {
  background: url(../images/common/ic_leaf.png) 0 center no-repeat;
  font-size: 188%;
  padding-left: 40px;
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-weight: normal;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .con_news .st_md_ic {
    font-size: 175%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .st_md_ic {
    font-size: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .con_news .st_md_ic {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .st_md_ic {
    margin-bottom: 0px;
  }
}
.con_info .con_news .box_news {
  border-bottom: dotted 1px #1f1f1f;
  padding: 0 0 15px 0;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .con_info .con_news .box_news {
    padding: 0 0 10px 0;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .box_news {
    padding: 30px 0 15px 0;
    margin-bottom: 0;
  }
  .con_info .con_news .box_news:first-child {
    padding: 0 0 15px 0;
  }
}
.con_info .con_news .box_news.fitted {
  cursor: pointer;
}
.con_info .con_news .box_news.fitted.hovered {
  background: #ededed;
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .box_news.fitted.hovered {
    background: none;
  }
}
.con_info .con_news .box_news.fitted.hovered h4 a {
  text-decoration: none;
}
.con_info .con_news .box_news .img {
  width: 100px;
  max-height: 66px;
  overflow: hidden;
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .box_news .img {
    width: 100%;
    max-height: 212px;
    float: none;
    margin: 0 0 5px 0;
  }
  .con_info .con_news .box_news .img img {
    width: 100%;
  }
}
@media only screen and (min-width: 361px) and (max-width: 767px) {
  .con_info .con_news .box_news .img {
    width: 85%;
    max-height: none;
    overflow: hidden;
    float: none;
    margin: 0 auto 10px auto;
  }
}
.con_info .con_news .box_news .box_info {
  overflow: hidden;
  margin-bottom: 10px;
}
.con_info .con_news .box_news .box_info p {
  display: inline-block;
  vertical-align: middle;
}
.con_info .con_news .box_news .box_info .date {
  color: #333;
  margin-right: 10px;
  font-size: 82%;
}
.con_info .con_news .box_news .box_info .cate {
  color: #fff;
  background: #313131;
  padding: 2px 10px;
  min-width: 90px;
  text-align: center;
  font-weight: normal;
  font-size: 75%;
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .box_news .box_info .cate {
    margin: 5px 0;
  }
}
.con_info .con_news .box_news h4 {
  overflow: hidden;
  margin: 0.5em 0;
  font-weight: normal;
  line-height: 1.5;
  color: #111111;
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .box_news h4 {
    margin: 0 0 0.5em 0;
    font-size: 88%;
    width: 100%;
  }
}
.con_info .con_news .btn_black {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .btn_black {
    margin-top: 20px;
  }
}
.con_info .con_news .btn_black a {
  max-width: 300px;
  border: solid 1px #cccccc;
  position: relative;
  display: inline-block;
  padding: 10px 40px;
  width: 100%;
  text-decoration: none;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  background: #313131;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  color: #fff;
  padding: 16px 40px;
  font-size: 113%;
}
.con_info .con_news .btn_black a:hover {
  opacity: .9;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .btn_black a {
    max-width: none;
    width: 90%;
    margin: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .con_news .btn_black a {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .con_news .btn_black a {
    font-size: 100%;
  }
}
.con_info .con_fb {
  width: 43.10345%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .con_info .con_fb {
    text-align: center;
    width: 100%;
  }
  .con_info .con_fb .fb-page {
    width: 100%;
    max-width: 400px;
    display: inline-block;
  }
}
.con_info .con_fb .st_md_ic {
  background: url(../images/common/ic_leaf.png) 0 center no-repeat;
  font-size: 188%;
  padding-left: 40px;
  margin-bottom: 20px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Times New Roman", serif;
  font-weight: normal;
  margin-bottom: 30px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .con_fb .st_md_ic {
    font-size: 175%;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .con_fb .st_md_ic {
    font-size: 150%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_info .con_fb .st_md_ic {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .con_info .con_fb .st_md_ic {
    margin-bottom: 10px;
  }
}

/*----------------------------------------------
	.con_banner
----------------------------------------------*/
.con_banner {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_banner {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .con_banner {
    margin-bottom: 50px;
  }
}
.con_banner .banner_slide {
  padding: 0 60px;
  margin-bottom: 0;
}
@media only screen and (max-width: 900px) {
  .con_banner .banner_slide {
    padding: 0 40px;
  }
}
.con_banner .banner_slide .slick-slide {
  margin: 0 10px;
}
@media only screen and (max-width: 900px) {
  .con_banner .banner_slide .slick-slide {
    margin: 0 10px;
  }
}
.con_banner .banner_slide .slick-slide img {
  margin: 0 auto !important;
  width: 100%;
}
.con_banner .banner_slide .slick-slide a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}
.con_banner .banner_slide .slick-slide a:hover {
  opacity: .8;
}
.con_banner .banner_slide .slick-slide a img {
  margin: 0 auto !important;
}
.con_banner .banner_slide .slick-arrow {
  width: 35px;
  height: 35px;
  overflow: hidden;
  position: absolute;
  top: 50%;
  margin-top: -17.5px;
  border: none;
  z-index: 3;
  padding-top: 50px;
}
.con_banner .banner_slide .slick-arrow.slick-prev {
  left: 0px;
  background: url(../images/common/ic_arrow_b_prev.jpg) 0 0 no-repeat;
  cursor: pointer;
}
.con_banner .banner_slide .slick-arrow.slick-prev:hover {
  opacity: 1;
}
@media only screen and (max-width: 1370px) {
  .con_banner .banner_slide .slick-arrow.slick-prev {
    left: 5px;
  }
}
@media print {
  .con_banner .banner_slide .slick-arrow.slick-prev {
    left: 5px;
  }
}
.ie8 .con_banner .banner_slide .slick-arrow.slick-prev {
  left: 5px;
}
@media only screen and (max-width: 480px) {
  .con_banner .banner_slide .slick-arrow.slick-prev {
    left: 0px;
  }
}
.con_banner .banner_slide .slick-arrow.slick-next {
  right: 0px;
  background: url(../images/common/ic_arrow_b_next.jpg) 0 0 no-repeat;
  cursor: pointer;
}
.con_banner .banner_slide .slick-arrow.slick-next:hover {
  opacity: 1;
}
@media only screen and (max-width: 1370px) {
  .con_banner .banner_slide .slick-arrow.slick-next {
    right: 5px;
  }
}
@media print {
  .con_banner .banner_slide .slick-arrow.slick-next {
    right: 5px;
  }
}
.ie8 .con_banner .banner_slide .slick-arrow.slick-next {
  right: 5px;
}
@media only screen and (max-width: 480px) {
  .con_banner .banner_slide .slick-arrow.slick-next {
    right: 0px;
  }
}
