﻿#top .main_visual {
  width: 100%;
  padding-top: 103px;
  position: relative;
  display: none;
}
#top .main_visual .top_catch_copy_img {
  width: 614px;
  position: absolute;
  top: 53%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#top .main_visual .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-image: url(../images/dots_off.png);
  background-repeat: no-repeat;
  -webkit-background-size: 10px 9px;
  background-size: 10px 9px;
  background-position: center center;
}
#top .main_visual .slick-dots {
  z-index: 9998;
}
#top .main_visual .slick-dots li button:hover, #top .main_visual .slick-dots li button:focus {
  outline: none;
  background-image: url(../images/dots_on.png);
  background-repeat: no-repeat;
  -webkit-background-size: 10px 9px;
  background-size: 10px 9px;
  background-position: center center;
}
#top .main_visual .slick-dots li button:before {
  font-size: 20px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  -webkit-background-size: 10px 9px;
  background-size: 10px 9px;
  background-position: center center;
  text-align: center;
  opacity: .25;
  filter: alpha(opacity=25);
  color: black;
  content: '';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#top .main_visual .slick-dots li.slick-active button {
  opacity: 1;
  filter: alpha(opacity=100);
  color: black;
  background-image: url(../images/dots_on.png);
  background-repeat: no-repeat;
  -webkit-background-size: 10px 9px;
  background-size: 10px 9px;
  background-position: center center;
}
#top .main_visual .slick-dots {
  bottom: 10px;
}
#top .main_visual .slick-prev {
  width: 24px;
  height: 44px;
  background-image: url(../images/top_arrow_left.png);
  background-repeat: no-repeat;
  -webkit-background-size: 24px 44px;
  background-size: 24px 44px;
  left: 20px;
}
#top .main_visual .slick-next {
  width: 24px;
  height: 44px;
  background-image: url(../images/top_arrow_right.png);
  background-repeat: no-repeat;
  -webkit-background-size: 24px 44px;
  background-size: 24px 44px;
  right: 20px;
}
#top .main_visual .slick-dotted.slick-slider {
  margin-bottom: 0;
}
#top .notice_area {
  width: 836px;
  margin: 30px auto 0;
  border: 2px solid #f10000;
  border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-border-radius: 6px;
}
#top .notice_area .notice {
  display: table;
  font-size: 16px;
}
#top .notice_area .notice .notice_left {
  display: table-cell;
  vertical-align: middle;
  background-color: #f10000;
  color: #fff;
  padding: 10px 23px;
}
#top .notice_area .notice .notice_right {
  display: block;
  vertical-align: middle;
  padding: 10px 30px 10px 23px;
}
#top .notice_area .notice .notice_right a {
  text-decoration: underline;
  letter-spacing: -1px;
}
#top .notice_area_limonbus {
  width: 836px;
  margin: 30px auto 0;
  /*border: 2px solid #ffe300;*/
  border: 2px solid #7CCAF1;
  border-radius: 6px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -moz-border-radius: 6px;
}
#top .notice_area_limonbus .notice {
  display: table;
  font-size: 16px;
  width: 100%;
}
#top .notice_area_limonbus .notice .notice_left {
  display: table-cell;
  vertical-align: middle;
  /*background-color: #ffe300;*/
  background-color: #7CCAF1;
  color: #fff;
  padding: 10px 23px;
  width: 20%;
  text-align: center;
}
#top .notice_area_limonbus .notice .notice_right {
  display: block;
  vertical-align: middle;
  padding: 10px 30px 10px 23px;
}
#top .notice_area_limonbus .notice .notice_right a {
  text-decoration: underline;
  letter-spacing: -1px;
}
#top .trip_title {
  margin-top: 60px;
}
#top .trip_title h2 {
  width: 416px;
  margin: 0 auto;
}
#top .contents {
  width: 960px;
  margin: 60px auto 0;
  font-weight: bold;
}
#top .contents .menu_area {
  float: left;
  width: 700px;
  margin-left: 40px;
}
#top .contents .menu_area ul.pc_menu li {
  width: 220px;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}
#top .contents .menu_area ul.pc_menu li:nth-child(3n) {
  margin-right: 0;
}
#top .contents .menu_area ul.pc_menu li .menu_detail {
  border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #ffe300;
  display: table;
}
#top .contents .menu_area ul.pc_menu li .menu_detail img {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
#top .contents .menu_area ul.pc_menu li .menu_detail.Preparation-gray {
  background-color: #ddd;
}
#top .contents .menu_area ul.pc_menu li .menu_detail.Preparation-gray img {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
#top .contents .menu_area ul.pc_menu li .menu_detail .menu_bottom {
  text-align: center;
  padding: 5px 10px 10px;
  display: table-cell;
  vertical-align: middle;
}
#top .contents .menu_area ul.pc_menu li .menu_detail .menu_bottom p {
  width: 200px;
  word-wrap: break-word;
}
#top .contents .menu_area ul.pc_menu li .menu_detail .menu_bottom .d_number01 {
  font-weight: normal;
  font-size: 10px;
  text-align: right;
  letter-spacing: -0.7px;
}
#top .contents .menu_area ul.pc_menu li .menu_detail .border_top {
  border-top: 2px solid #fff;
}
#top .contents .menu_area ul.pc_menu li .coming_soon {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  background-color: #dcdcdc;
}
#top .contents .menu_area ul.pc_menu li .coming_soon a {
  cursor: default;
}
#top .contents .menu_area ul.pc_menu li .coming_soon a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
}
#top .keyword_area {
  width: 100%;
  background-color: #dcdcdc;
  margin-top: 60px;
  padding: 60px 0;
}
#top .keyword_area .keyword_input {
  width: 650px;
  margin: 0 auto;
}
#top .keyword_area .keyword_input .keyword_title {
  background-color: #444;
  padding: 20px 0;
  color: #fff;
  text-align: center;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  -webkit-border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-radius-topleft: 15px;
  -moz-border-radius-topright: 15px;
}
#top .keyword_area .keyword_input form {
  background-color: #fff;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  -webkit-border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-bottomleft: 15px;
  -moz-border-radius-bottomright: 15px;
}
#top .keyword_area .keyword_input form input[type="search"] {
  width: 580px;
  padding: 21.5px 0 21.5px 10px;
}
#top .keyword_area .keyword_input form #search_btn {
  border: 0px;
  width: 60px;
  height: 60px;
  background: url(../images/top_search.png) right top no-repeat;
  border-radius: 0 0 12px;
  float: right;
}
#top .tour_bus_area {
  width: 100%;
}
#top .tour_bus_area .tour_bus_visual {
  position: relative;
}
#top .tour_bus_area .tour_bus_visual img {
  width: 100%;
}
#top .tour_bus_area .tour_bus_visual .thumbnail_title {
  position: absolute;
  top: 39%;
  left: 44%;
  font-size: 42px;
  font-weight: bold;
  text-align: center;
  color: #fff;
}
#top .tour_bus_area .tour_bus_visual .thumbnail_title p {
  line-height: 1em;
}
#top .tour_bus_area .tour_bus_visual .thumbnail_title p span {
  font-size: 20px;
}
#top .tour_bus_area .tour_menu {
  width: 960px;
  margin: 60px auto;
}
.pc_tour_menu {
    display: flex;
    flex-wrap: wrap;
}
#top .tour_bus_area .tour_menu ul.pc_tour_menu li {
  width: 300px;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
#top .tour_bus_area .tour_menu ul.pc_tour_menu li:nth-child(3n) {
  margin-right: 0;
}
#top .tour_bus_area .tour_menu ul.pc_tour_menu li .tour_menu_detail {
  border: 2px solid #dcdcdc;
  border-radius: 12px;
  border-radius: 12px;
  -webkit-border-radius: 12px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -moz-border-radius: 12px;
}
#top .tour_bus_area .tour_menu ul.pc_tour_menu li .tour_menu_detail .tour_bottom {
  font-size: 16px;
  font-weight: bold;
  padding: 20px 20px;
  text-align: left;
  width: 256px;
  word-wrap: break-word;
}
#top .tour_bus_area .tour_menu ul.pc_tour_menu li .tour_menu_detail .tour_bottom p {
  letter-spacing: 1px;
}
/* 追記　191002 */
#top .tour_bus_area .tour_menu ul.pc_tour_menu li .tour_menu_detail img {
  border-radius: 10px 10px 0 0 !important;
}
#top .feature_area {
  margin-top: 60px;
  background-color: #ffe500;
  padding: 60px 0;
}
#top .feature_area .title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
#top .feature_area .feature_banner {
  width: 960px;
  margin: 60px auto 0;
}
#top .feature_area .feature_banner ul li {
  float: left;
  width: 465px;
  margin-right: 30px;
  margin-bottom: 30px;
}
#top .feature_area .feature_banner ul li:nth-child(2n) {
  margin-right: 0;
}
#top .information_area {
  width: 100%;
  background-color: #dcdcdc;
  padding: 60px 0;
}
#top .information_area .title {
  text-align: center;
  font-size: 42px;
  font-weight: bold;
}
#top .information_area .information_detail {
  width: 960px;
  margin: 60px auto 0;
  border-radius: 15px;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -moz-border-radius: 15px;
  background-color: #fff;
}
#top .information_area .information_detail dl {
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
}
#top .information_area .information_detail dl dt {
  width: 15%;
  float: left;
  color: #999;
  padding-left: 5%;
}
#top .information_area .information_detail dl dd {
  width: 75%;
  float: left;
  font-size: 14px;
}
#top .information_area .information_detail dl.border_none {
  border-bottom: none;
}
#top .information_area .information_detail .list {
  text-align: right;
  padding: 0 30px 30px 0;
}
#top .information_area .information_detail .list a {
  text-decoration: underline;
}
#top .sns_area {
  width: 100%;
  padding: 35px 0;
}
#top .sns_area .sns_wrap {
  width: 960px;
  margin: 0 auto;
}
#top .sns_area .sns_wrap .sns_share {
  float: right;
}
#top .sns_area .sns_wrap .sns_share ul li {
  float: left;
  margin-left: 15px;
}
@media screen and (max-width: 640px) {
  #top .main_visual {
    width: 100%;
    padding-top: 0;
  }
  #top .main_visual .slick-prev {
    display: none !important;
  }
  #top .main_visual .slick-next {
    display: none !important;
  }
  #top .main_visual .top_catch_copy_img {
    width: 80%;
    position: absolute;
    top: 40%;
  }
  #top .notice_area {
    width: 90%;
    margin: 30px auto 0;
    border: 2px solid #f10000;
    border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  #top .notice_area .notice {
    font-size: 3vw;
  }
  #top .notice_area .notice .notice_left {
    padding: 10px 2%;
  }
  #top .notice_area .notice .notice_right {
    padding: 10px 2%;
  }
  #top .notice_area_limonbus {
    width: 90%;
    margin: 30px auto 0;
    /*border: 2px solid #ffe400;*/
    border: 2px solid #7CCAF1;
    border-radius: 6px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -moz-border-radius: 6px;
  }
  #top .notice_area_limonbus .notice {
    font-size: 3vw;
    width: 100%;
  }
  #top .notice_area_limonbus .notice .notice_left {
    padding: 10px 2%;
    width: 20%;
    text-align: center;
  }
  #top .notice_area_limonbus .notice .notice_right {
    padding: 10px 2%;
  }
  #top .trip_title {
    margin-top: 60px;
  }
  #top .trip_title h2 {
    width: 90%;
  }
  #top .contents {
    width: 90%;
    margin: 30px auto 0;
  }
  #top .contents .menu_area {
    float: none;
    width: 100%;
    margin-left: 0;
  }
  #top .contents .menu_area ul.sp_menu li {
    position: relative;
    float: left;
    width: 30%;
    margin-right: 5%;
    margin-bottom: 20px;
    font-size: 3.7vw;
  }
  #top .contents .menu_area ul.sp_menu li:nth-child(2) {
    margin-right: 0;
  }
  #top .contents .menu_area ul.sp_menu li:nth-child(5) {
    margin-right: 0;
  }
  #top .contents .menu_area ul.sp_menu li:nth-child(8) {
    margin-right: 0;
  }
  #top .contents .menu_area ul.sp_menu li:nth-child(11) {
    margin-right: 0;
  }
  #top .contents .menu_area ul.sp_menu li:nth-child(14) {
    margin-right: 0;
  }
  #top .contents .menu_area ul.sp_menu li .title {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
  }
  #top .contents .menu_area ul.sp_menu li .title p {
    text-align: center;
  }
  #top .contents .menu_area ul.sp_menu li:first-child {
    width: 65%;
  }
  #top .contents .menu_area ul.sp_menu li:first-child .title {
    left: 60%;
    bottom: 10px;
  }
  #top .contents .menu_area ul.sp_menu li:first-child .title p {
    text-align: left;
  }
  #top .contents .menu_area ul.sp_menu li.coming_soon {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    background-color: #fff;
  }
  #top .keyword_area {
    margin-top: 30px;
    padding: 30px 0;
  }
  #top .keyword_area .keyword_input {
    width: 90%;
  }
  #top .keyword_area .keyword_input form input[type="search"] {
    width: 73.7%;
    padding: 0 0 0 2%;
    height: 60px;
  }
  #top .keyword_area .keyword_input form #search_btn {
    border: 0px;
    width: 22%;
    height: 60px;
    background-position: right -4px top;
  }
  #top .tour_bus_area {
    width: 100%;
  }
  #top .tour_bus_area .tour_bus_visual .thumbnail_title {
    font-size: 21px;
    left: 36%;
  }
  #top .tour_bus_area .tour_bus_visual .thumbnail_title p span {
    font-size: 12px;
  }
  #top .tour_bus_area .tour_menu {
    width: 90%;
    margin: 30px auto 20px;
  }
  #top .tour_bus_area .tour_menu ul.sp_tour_menu li {
    position: relative;
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-bottom: 10px;
  }
  #top .tour_bus_area .tour_menu ul.sp_tour_menu li:nth-child(2n) {
    margin-right: 0;
  }
  #top .tour_bus_area .tour_menu ul.sp_tour_menu li .title {
    position: absolute;
    top: 8%;
    left: 5%;
    word-wrap: break-word;
    color: #fff;
    width: 90%;
    margin: 0 auto;
  }
  #top .tour_bus_area .tour_menu ul.sp_tour_menu li .title p {
    text-align: left;
    font-size: 3.7vw;
    letter-spacing: -0.1px;
    line-height: 1.3;
    text-shadow: 1px 1px black;
  }
  #top .tour_bus_area .tour_menu ul.sp_tour_menu li .tour_manu_detail img {
    border-radius: 11px;
  }
  #top .feature_area {
    margin-top: 30px;
    padding: 30px 0;
  }
  #top .feature_area .title {
    font-size: 21px;
  }
  #top .feature_area .feature_banner {
    width: 90%;
    margin: 30px auto 0;
  }
  #top .feature_area .feature_banner ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
  #top .information_area {
    width: 100%;
    padding: 30px 0;
  }
  #top .information_area .title {
    font-size: 21px;
  }
  #top .information_area .information_detail {
    width: 90%;
    margin: 30px auto 0;
  }
  #top .information_area .information_detail .list {
    padding: 0 15px 15px 0;
  }
  #top .information_area .information_detail dl {
    padding: 15px 0;
  }
  #top .information_area .information_detail dl dt {
    width: 95%;
    float: none;
    padding-left: 5%;
  }
  #top .information_area .information_detail dl dd {
    width: 90%;
    float: none;
    padding-left: 5%;
    padding-right: 5%;
  }
  #top .sns_area {
    width: 100%;
    /* padding: 30px 0 100px; */
    margin: 0 auto;
    padding: 30px 0 165px;
  }
  #top .sns_area .sns_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  #top .sns_area .sns_wrap .sns_share {
    float: none;
  }
  #top .sns_area .sns_wrap .sns_share ul {
    position: relative;
    left: 50%;
    float: left;
  }
  #top .sns_area .sns_wrap .sns_share ul li {
    position: relative;
    left: -50%;
    float: left;
  }
  #top .sns_area .sns_wrap .sns_share ul li:first-child {
    margin-left: 0;
  }
  #top .tel_area {
    position: fixed;
    bottom: 0;
    left: 0;
    color: #fff;
    z-index: 9999;
    display: none;
  }
  #top .tel_area .tel {
    position: absolute;
    top: 20%;
    left: 20%;
    font-size: 6vw;
  }
  #top .tel_area .tel a {
    color: #fff;
  }
  #top .tel_area .time {
    position: absolute;
    top: 20%;
    right: 5%;
    font-size: 3vw;
  }
}