* {
  box-sizing: border-box;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

body,
ul,
li,
dl,
dt,
dd,
p,
h1,
h2,
h3 {
  margin: 0;
  padding: 0;
  list-style: none;
  font: inherit;
}
a {
  display: block;
}
.wf_mincho {
  font-family: "Noto Sans JP";
}
h2 {
  font-family: "Noto Sans JP";
  text-align: center;
  margin-bottom: 30px;
  font-size: 3rem;
}
article img {
  width: 100%;
}
section {
  margin: 50px 0;
}
section p {
  font-size: 1.4rem;
  line-height: 2.3rem;
}
.tourPrice {
  color: #c00;
  font-weight: bold;
  font-size: 1.5em;
  margin: 12px 0;
}
.img_fit {
  position: relative;
  overflow: hidden;
}
.img_fit img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reserve {
  width: 60%;
  margin: 0 auto;
}
.reserve a {
  background: #f90;
  color: #fff;
  padding: 12px 50px;
  border-radius: 100px;
  text-align: center;
  font-size: 1.5rem;
}
.reserve.link_page a {
  background: #fff;
  color: #f90;
  border: 2px solid #f90;
}
.lead_text {
  width: 1120px;
  margin: 8px auto;
}
/*mainVisual*/

.mainVisual {
  width: 100%;
  height: 368px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin-top: 30px;
}
.mainVisual .mainImg {
  width: 100%;
  height: 368px;
  z-index: 10;
  position: absolute;
  left: 0;
  top: 0;
  background-size: 1120px auto;
}
.mainBg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.mainVisual .mainBg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 120%;
  height: 368px;
  z-index: 1;
  -webkit-filter: blur(10px);
  filter: blur(10px);
  margin: -5px -20px;
}
.mainInner {
  width: 1120px;
  margin: 0 auto;
  position: relative;
  padding: 30px;
}
.mainInner h1 {
  position: absolute;
  right: 3%;
  top: 30%;
  color: #fff;
  z-index: 100;
  font-size: 4.8rem;
  font-family: "Noto Sans JP";
  font-weight: bold;
  text-shadow: 0px 0px 8px #333;
}
.mainInner h1.font_small {
  font-size: 4em;
}
.searchPanel {
  position: absolute;
  background-color: rgba(249, 249, 249, 0.9);
  padding: 15px;
  z-index: 50;
  width: 380px;
  font-size: 1.4rem;
}
.searchPanel p {
  text-align: center;
  margin-bottom: 15px;
}
.searchTtl,
.searchOption {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 12px;
}
.searchTtl {
  margin-right: 15px;
}
.searchOption {
  width: 74%;
}

img.ui-datepicker-trigger {
  width: 20px;
  margin-left: 8px;
  float: right;
}
.searchBtn button {
  display: block;
  width: 245px;
  padding: 10px 0;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  margin: 0 auto;
}
.btn-primary {
  background: #fb9425;
  border: none;
  display: inline-block;
  box-sizing: border-box;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 3px solid #fb9425;
  color: #fff;
  box-sizing: border-box;
}
.searchInner .main-search-group {
  margin-left: 0 !important;
}
.searchInner .ftopic-cate {
  width: auto !important;
}
.searchInner .main-search-flex {
  display: block;
}
.mainContent {
  width: 1120px;
  margin: 30px auto;
  font-size: 15px;
}
.block {
  margin: 30px 0;
}
/*pageNavi*/
.pageNavi {
  background-color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, #eee),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, #eee),
    color-stop(0.75, #eee),
    color-stop(0.75, transparent),
    to(transparent)
  );
  -webkit-background-size: 14px 14px;
}
.pageNavi ul {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 15px 0;
  align-items: center;
}
.pageNavi ul li {
  padding: 15px 0;
  border-right: 1px solid #666;
  text-align: center;
  width: 100%;
  font-size: 90%;
}
.pageNavi ul li:last-child {
  border-right: none;
}
/*concept*/
.conceptInner {
  padding: 15px 0;
}
.conceptInner .conceptImg {
  width: 430px;
  float: left;
  margin-right: 15px;
  height: 300px;
  overflow: hidden;
}
.conceptInner .conceptText {
  width: 645px;
  float: left;
}
.conceptInner .conceptText h3 {
  margin-bottom: 12px;
  font-weight: bold;
  font-size: 1.2em;
}
.conceptText .reserve {
  margin-top: 15px;
  width: auto;
}
.icon_feature {
  display: flex;
  margin: 8px 0;
}
.icon_feature li {
  background: #999;
  color: #fff;
  margin-right: 8px;
  padding: 0 8px;
  font-size: 1.4rem;
}
.show_more {
  display: none;
}
.planBg {
  padding: 15px;
  background-color: #ffffff;
  background-image: -webkit-gradient(
    linear,
    0 0,
    100% 100%,
    color-stop(0.25, #fbffb3),
    color-stop(0.25, transparent),
    color-stop(0.5, transparent),
    color-stop(0.5, #fbffb3),
    color-stop(0.75, #fbffb3),
    color-stop(0.75, transparent),
    to(transparent)
  );
  -webkit-background-size: 14px 14px;
}

.recommend_cont {
  background: #fff;
  display: inline-block;
  vertical-align: top;
}
.recommend_cont h3 {
  font-weight: bold;
  margin-bottom: 8px;
}
.recommendPlan .recommend_cont {
  width: 31.5%;
  margin: 0 8px 20px;
}
.recommendPlan .recommend_img {
  width: 100%;
  height: 210px;
}
.recommendPlan .recommend_cont img {
  min-height: 210px;
}
.recommendPlan .recommend_text {
  padding: 12px;
}
.recommend_text ul {
  display: flex;
  flex-wrap: wrap;
}
.recommend_text li {
  font-size: 0.85em;
  margin: 0 8px 8px 0;
  background: #eee;
  padding: 3px 8px;
}

.recommend_text dl dt {
  font-weight: bold;
}
.recommend_text dl {
  background: #eee;
  line-height: 2rem;
  margin: 12px 0;
  padding: 8px;
}
.recommend_text dl dd {
  font-size: 12px;
}
.recommendPlan .recommend_cont h3 {
  position: relative;
}
.recommendPlan .recommend_cont h3:after {
  position: absolute;
  top: 0;
  right: -2px;
  margin: auto;
  content: "";
  vertical-align: middle;
  bottom: 0;
  z-index: 5;
  width: 8px;
  height: 8px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}

/**/

.recommendPlan2 .recommend_cont {
  margin: 0 10px 40px;
  border: 1px solid #c8c8c8;
  display: flex;
}

.recommendPlan2 .recommend_img {
  width: 40%;
}

.recommendPlan2 .recommend_img img {
  min-height: 305px;
}
.recommendPlan2 .recommend_text {
  width: 70%;
  padding: 10px 20px;
}

.recommendPlan2 .recommend_text h3 {
  font-family: "Sawarabi Mincho";
  margin-bottom: 15px;
  font-size: 1.35em;
}
.recommendPlan2 .recommend_text ul {
  margin: 15px 0;
}
.recommendPlan2 .recommend_text li {
  display: inline-block;
  background: #666;
  color: #fff;
  padding: 3px 8px;
  margin-right: 8px;
}
.recommendPlan2 .reserve {
  width: 100%;
}
.reserve p {
  float: left;
  font-size: 1.7em;
  padding-top: 12px;
}
.recommendPlan2 .reserve a {
  float: right;
}
.ttl_type {
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
  width: 1100px;
  margin: 0 auto;
  padding: 12px 0;
  background: #fff;
  border-bottom: 1px solid #666;
  border-top: 1px solid #666;
  margin-bottom: 15px;
}
/*category*/
.categoryList {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.categoryList .categoryCont {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px 10px 0;
}
.categoryCont a {
  display: block;
  position: relative;
}
.categoryCont a:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin: -2px 0 0;
  border-bottom: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
.category_img,
.category_text {
  display: table-cell;
}
.category_img {
  width: 190px;
  height: 120px;
  overflow: hidden;
}
.category_text {
  padding: 0 15px;
}
.category_text h3 {
  font-weight: bold;
}
/*point*/
.pointInner {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 15px 0;
}
.point .recommend_cont {
  margin: 0 24px 12px 0;
  display: table-cell;
}
.point .recommend_img {
  height: 170px;
}
.point .recommend_text {
  padding: 10px;
}

.point .recommend_cont:nth-child(4n),
.schedule .recommend_cont:nth-child(4n) {
  margin-right: 0;
}

/*schedule*/
.schedule .recommend_cont {
  width: 22.7%;
  position: relative;
  margin: 10px 28px 0 0;
}
.schedule .recommend_cont:nth-child(4n)::before,
.schedule .recommend_cont:nth-child(4n)::after,
.schedule .recommend_cont:last-child::before,
.schedule .recommend_cont:last-child::after {
  content: none;
}
.schedule .recommend_cont::before,
.schedule .recommend_cont::after {
  position: absolute;
  top: 120px;
  right: -24px;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.schedule .recommend_cont::before {
  width: 20px;
  height: 20px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #999;
}
.schedule .recommend_cont::after {
  top: 126px;
  right: -17px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 2px;
}
.schedule .recommend_cont h3 {
  height: 40px;
}
.schedule .recommend_img {
  height: 160px;
}
.schedule .recommend_text p {
  line-height: 2rem;
  margin-top: 8px;
}
.feature li {
  position: relative;
  margin: 0 15px;
  height: 240px;
}
.feature li p {
  position: absolute;
  background: rgba(249, 249, 249, 0.8);
  padding: 8px;
  bottom: 0;
  width: 100%;
  font-weight: bold;
}
.featureImg {
  height: 240px;
}
/*question*/
.question dl {
  width: 90%;
  margin: 0 auto;
}
.question dl dd,
.question dl dt {
  padding: 10px 0;
}
.question dl dt {
  cursor: pointer;
  position: relative;
}

.question dl dt::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0px, 0px) rotate(-45deg);
}
.question dl dt.active::after {
  border-right: 2px solid #666;
  border-top: 2px solid #666;
  border-bottom: none;
  border-left: none;
}
.question dl dt:before,
.question dl dd:before {
  margin-right: 15px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 35px;
}
.question dl dt:before {
  content: "Q";
  background: #eee;
}
.question dl dd:before {
  content: "A";
  background: #666;
  color: #fff;
}
.question dl dd {
  display: none;
}

/*引用*/
blockquote {
  position: relative;
  padding: 10px 15px 10px 60px;
  box-sizing: border-box;
  background: #efefef;
  color: #555;
  margin-bottom: 8px;
}
blockquote:before {
  display: inline-block;
  position: absolute;
  top: 18px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
}

blockquote p {
  margin: 10px 0 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}
.exp_table {
  border: 1px solid #666;
  margin-top: 12px;
  width: 100%;
}
.exp_table td,
.exp_table th {
  border: 1px solid #666;
  padding: 5px;
  font-size: 1.3rem;
}
.exp_table th {
  background: #eee;
  width: 20%;
}
.exp_table.table_1col th {
  width: 15%;
}
.exp_table td {
  width: 80%;
}
.exp_table.table_1col td {
  width: auto;
}
.text_center {
  text-align: center;
}
.point_square {
  width: 600px;
  margin: 0 auto;
  background: #fff;
  padding: 15px 30px;
  font-size: 1.4rem;
  border: 1px solid #ddd;
}

.point_square p {
  text-align: center;
  margin-bottom: 8px;
  position: relative;
  padding: 0 60px;
}
.point_square ul {
  font-weight: bold;
}
.point_square p:before,
.point_square p:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 2px;
  background-color: #999;
}
.point_square p:before {
  left: 0;
}
.point_square p:after {
  right: 0;
}
.only_sp {
  display: none;
}
.img_exp {
  width: 800px;
  margin: 0 auto;
}

.tourPrice_en {
  display: flex;
}
.tourPrice_en span {
  margin-left: 8px;
  font-weight: bold;
}

/*モデルコース*/
.model_course {
  width: 850px;
  margin: 15px auto;
  background: #fff;
  border: 3px solid #f19149;
  padding: 15px;
  font-size: 0.9em;
  position: relative;
}
.model_course h3 {
  text-align: center;
  font-weight: bold;
  font-size: 1.5rem;
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
.model_course_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0;
}
.model_course dl {
  margin: 0 20px;
}
.model_course dt {
  width: 45px;
  height: 45px;
  text-align: center;
  border-radius: 50%;
  background: #f19149;
  color: #fff;
  line-height: 45px;
  position: relative;
  margin-bottom: 8px;
}
.model_course dt:after {
  content: "";
  border-top: 3px solid #f19149;
  width: 170px;
  position: absolute;
  top: 45%;
  bottom: 0;
  margin: auto;
  left: 100%;
  right: 0;
}
.model_course dt.noline:after,
.model_course dt.noline_pc:after {
  content: none;
}
.model_bg {
  position: absolute;
  z-index: 0;
  right: 5px;
  bottom: 5px;
}
/*ここから追加*/
#special_new div#area_topimg {
  height: 500px;
  position: relative;
}
#special_new div#area_topimg img {
  position: relative;
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin: 0 auto 30px 0;
}
#special_new div#area_topimg video {
  position: relative;
  width: 100%;
  height: 500px;
  object-fit: cover;
  margin: 0 auto 30px 0;
}
#special_new div#area_topimg h1 {
  font-size: 50px;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 50px 100px;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
}
#special_new section#description {
  margin: 54px auto;
}
#special_new section#description p {
  font-size: 18px;
  padding: 0 30px;
  line-height: 1.3;
  text-align: center;
}
#special_new .s-contents-bottom {
  width: 1120px;
  margin: 64px auto;
  font-size: 22px;
}
#special_new li {
  list-style: none;
}
#special_new .s-contents-bottom ul {
  display: flex;
  flex-wrap: nowrap;
  padding: 0px;
}
#special_new .s-contents-bottom li {
  margin: auto;
  text-decoration-line: underline;
  text-underline-offset: 12px;
}
#special_new li.purple a,
li.green a,
li.brue a,
li.orange a {
  color: gray;
  text-decoration: none;
  padding-top: 26px;
}
#special_new li.purple a:hover {
  color: #ba70d3;
}
#special_new li.green a:hover {
  color: #52b999;
}
#special_new li.brue a:hover {
  color: #30b4d1;
}
#special_new li.orange a:hover {
  color: #ff914d;
}
#special_new li.purple {
  text-decoration-color: #ba70d3;
}
#special_new li.green {
  text-decoration-color: #52b999;
}
#special_new li.brue {
  text-decoration-color: #30b4d1;
}
#special_new li.orange {
  text-decoration-color: #ff914d;
}
#special_new .tour_top {
  display: flex;
  flex-wrap: nowrap;
}
#special_new .tour_top_bimg {
  display: flex;
  flex-wrap: nowrap;
}
#special_new img.rantan_img_smalll {
  padding-right: 7px;
}
#special_new img.rantan_img_smallr {
  margin-left: 7px;
}
#special_new .tour_l {
  width: 35%;
}
#special_new .slick-list.draggable {
  border-radius: 10px;
}
#special_new .tour_l .slider1 .slick-img {
  position: relative;
}
#special_new .tour_l .slider1 .slick-img img {
  width: 100%;
  height: 300px;
  margin-bottom: 5px;
  object-fit: cover;
  border-radius: 10px;
}
#special_new .tour_l .thumbnail .thumbnail-img img {
  width: 100%;
  height: 95px;
  object-fit: cover;
}
#special_new .tour_l .slider1 .slick-img .credit_txt {
  position: absolute;
  left: 0;
  bottom: 5%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
}
#special_new .tour_l .slider1 .slick-img .credit_txt p {
  color: #fff;
  font-size: 14px;
  margin: 0;
  padding: 5px 15px;
}
#special_new .thumbnail .slick-track {
  transform: unset !important;
}
#special_new .thumbnail-img {
  opacity: 0.5;
  transition: opacity 0.3s linear;
}
#special_new .thumbnail .slick-current {
  opacity: 1;
}
#special_new h2.tour_title {
  font-size: 23px;
  font-weight: 700;
  width: fit-content;
  margin: 5px 12px 28px 15px;
}
#special_new h2.tour_title span {
  font-size: 25px;
  line-height: 2.2px;
}
#special_new li.tour_detail_icon {
  display: flex;
}
#special_new li.tour_detail_icon img {
  width: 23px;
  height: 22.6px;
}
#special_new li.tour_detail_icon p {
  font-size: 14px;
  margin-top: 3px;
  margin-left: 10px;
}
#special_new li.departure_list {
  display: flex;
}
#special_new .departure p {
  font-size: 20px;
  font-weight: 550;
  margin-right: 43px;
}
#special_new .tour_price {
  color: #fb5757;
  font-size: 20px;
  font-weight: 700;
  margin: 0px auto;
}
#special_new .reservation a {
  background: #fb5757;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 16px auto;
  max-width: 240px;
  padding: 7px 25px;
  color: #fff !important;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden;
  text-decoration: none;
}
#special_new section#tour {
  margin-top: 55px;
}
#special_new ul.tour_border li {
  border-bottom: 2px solid #cccccc69;
  padding-left: 10px;
}
#special_new ul.tour_border {
  border-top: 2px solid #cccccc69;
  padding-left: 0px;
  margin-left: 40px;
}
#special_new h2.btitle {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 23px;
  margin-top: 50px;
  border-left: 5px solid #ff914d;
  padding-left: 8px;
}

/*タイムライン*/

#special_new .timeicon {
  font-size: 22px;
  font-weight: 500;
}
#special_new .time_line_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

#special_new .time_line {
  padding-left: 150px;
}

#special_new .time_line > li {
  list-style-type: none;
  position: relative;
  padding-left: 50px;
}

#special_new .time_line > li:not(:last-child) {
  padding-bottom: 38px;
}

#special_new .time_line > li .icon {
  margin-top: 7px;
  width: 0.8em;
  height: 0.8em;
  border-radius: 100vh;
  display: inline-block;
  background: #ff914d;
  position: absolute;
  left: 0;
}

#special_new .time_line > li:not(:last-child)::before {
  content: "";
  background: #ff914d80;
  width: 4px;
  height: 115%;
  position: absolute;
  top: calc(50% + 30px);
  left: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#special_new .time_line > li dl {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  column-gap: 33px;
}
#special_new .time_line > li dl p {
  margin: -11px auto -19px auto;
}

#special_new .time_line > li dl dt {
  color: #ffffff;
  background: #ff914d;
  padding: 8px 22px;
  font-size: 1em;
  font-weight: 600;
  border-radius: 50px;
  width: 118px;
  text-align: center;
}

#special_new .time_line > li dl dd {
  margin-left: 0;
}
#special_new ul.time_line li dl p {
  margin: -6px auto -52px auto;
}
#special_new .transport {
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  left: -170px;
  top: calc(50% - 10px);
  width: 150px;
  align-items: center;
}
#special_new .transport p {
  width: 40%;
}
#special_new .transport img {
  width: 60%;
  max-height: 50px;
  object-fit: contain;
}
#special_new .pc-only {
  display: block;
}
#special_new .sp-only {
  display: none;
}
#special_new .transport p {
  width: 40%;
  text-align: center;
}
#special_new .pc-only {
  display: block;
}

#special_new section#highlights h2 {
  text-align: center;
}
#special_new .hi_lite-wrap {
  display: flex;
  flex-wrap: wrap;
}
#special_new .hi_lite-wrap ul {
  display: flex;
  max-width: 1120px;
  flex-wrap: wrap;
}
#special_new ul.hi_lite-item li {
  width: 340px;
  margin: 8px;
  position: relative;
  border: 1px solid #cccccc78;
}
#special_new .hi_lite-img {
  position: relative;
}
#special_new img.hi_lite-icon {
  position: absolute;
  top: 85%;
  left: 77%;
  width: 47px;
}
#special_new .hi_lite-name-ja {
  display: flex;
}
#special_new .hi_lite-name-ja img {
  width: 16px;
  height: 21.2px;
  margin: 5px 5px 0px 5px;
}
#special_new p.ja {
  margin: 6px 0px 0px 5px;
}
#special_new .hi_lite-name {
  position: relative;
  margin-bottom: 33px;
  margin-left: 11px;
}
#special_new p.en {
  position: absolute;
  top: 11px;
  left: 13px;
}
#special_new p.point_description {
  width: 312px;
  margin: auto;
  border-top: 3px solid #cccccc61;
}
#special_new p.point_description {
  width: 312px;
  margin: auto;
  border-top: 2px solid #ccccccab;
  padding-top: 10px;
  padding-bottom: 10px;
}
#special_new .info_slider {
  display: flex;
  flex-wrap: nowrap;
}
#special_new .info_bottom {
  margin-top: 36px;
  display: flex;
  padding: 41px;
}
#special_new .info_txt {
  font-size: 16px;
  width: 498px;
}
#special_new .tainan_map img {
  width: 493px;
  margin: auto 0px auto 50px;
}
#special_new .info_slider img {
  width: 215px;
}

/*よくある質問*/
#special_new section#qa {
  width: 100%;
  max-width: 1120px;
  margin-top: 30px;
  margin-bottom: 96px;
}
#special_new h2.section-title.pc_only {
  font-size: 25px;
  font-weight: 700;
  width: fit-content;
  margin: 0 auto 30px auto;
  text-align: center;
}
#special_new h2.section-title.sp_only {
  display: none;
}
#special_new #qa dl {
  margin: 50px 0;
  width: 96%;
  margin-left: auto;
}
#special_new #qa dl:nth-child(n + 7) {
  display: none;
}
#special_new #qa dl:nth-child(n + 7).active {
  display: block;
}
#special_new #qa .more-btn {
  display: block;
  padding: 10px 30px;
  border-radius: 0;
  border: none;
  background-color: #737373;
  color: #fff;
  width: 300px;
  margin: 0 auto;
}
#special_new #qa .more-btn:hover {
  cursor: pointer;
  opacity: 0.7;
}
#special_new #qa .more-btn.active {
  display: none;
}
#special_new #qa .close-btn.active {
  display: block;
  padding: 10px 30px;
  border-radius: 0;
  border: none;
  background-color: #737373;
  color: #fff;
  width: 300px;
  margin: 0 auto;
}
#special_new #qa .close-btn.active:hover {
  cursor: pointer;
  opacity: 0.7;
}
#special_new dt.question {
  position: relative;
  font-weight: 600;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 20px;
}
#special_new dt.question::before {
  content: "Q";
  background-color: #b46bd1;
  padding: 4px 9px;
  position: absolute;
  left: -4%;
  top: -9%;
  border-radius: 50%;
  color: #fff;
}
#special_new dt.question::after {
  content: "";
  border-left: 3px dotted #ccc;
  height: 36px;
  position: absolute;
  left: -2.65%;
  top: 175%;
}
#special_new dd.answer {
  text-align: left;
  position: relative;
  background-color: #e5e5e5;
  padding: 20px;
  line-height: 1.5;
  margin-left: 30px;
}
#special_new dd.answer::before {
  content: "";
  border-bottom: 3px dotted #ccc;
  height: 31px;
  width: 45px;
  position: absolute;
  left: -4.5%;
  top: 0;
}
#special_new dd.answer::after {
  content: "";
  border-top: 3px solid #ccc;
  border-right: 3px solid #ccc;
  transform: rotate(45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  left: -16px;
  top: 26px;
}
#special_new button.more-btn {
  display: block;
  padding: 10px 30px;
  border-radius: 0;
  border: none;
  background-color: #737373;
  color: #fff;
  width: 300px;
  margin: 0 auto;
}
#special_new button.close-btn {
  display: none;
}
/*他のプラン*/
#special_new section#other_plan {
  display: flex;
}
#special_new .other_r ul {
  display: flex;
}
#special_new .other_l {
  width: 40%;
  margin-right: 60px;
}
#special_new .other_r ul {
  display: flex;
  background-color: #ff914d;
  font-size: 18px;
  font-weight: bold;
  color: white;
  width: 452.2px;
  position: absolute;
  left: 85px;
  top: 273px;
  padding: 0px;
}
#special_new .other_r li {
  margin: auto;
}
#special_new .other_r li {
  margin: auto;
  text-align: center;
}
#special_new .other_r {
  position: relative;
}
#special_new .other_l h2 {
  margin-top: 0px;
}
#special_new a.other-btn {
  background: #fdd437;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 25px;
  color: #fff !important;
  transition: 0.3s ease-in-out;
  font-weight: 600;
  border-radius: 5px;
  overflow: hidden;
  border: none;
  text-decoration: none;
  margin: 10px 0;
}
/*スライダー*/
#special_new .container {
  margin: 30px auto 0;
  max-width: 1120px;
  width: 100%;
}
#special_new .slick-img-credit {
  position: relative;
}
#special_new .slick-img p {
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding-left: 10px;
  position: absolute;
  bottom: 0;
}

#special_new .slider2 .slick-img img {
  max-width: 225px;
  width: 224px;
  height: 224px;
}

/* 中央以外のスライド */
#special_new .slider2 .slick-img img {
  height: auto;
  transform: scale(0.6);
  transition: opacity 0.5s, transform 0.5s;
  width: 224px;
  height: 224px;
}
#special_new .slider2 .slick-img .slick-img-credit p {
  height: auto;
  transform: scale(0.6);
  transition: opacity 0.5s, transform 0.5s;
  bottom: 30px;
  left: 10px;
}

/* 中央のスライド */
#special_new .slider2 .slick-center img {
  opacity: 1;
  transform: scale(1);
}
#special_new .slider2 .slick-center .slick-img-credit p {
  opacity: 1;
  transform: scale(1);
  bottom: -6px;
  left: 0;
}
/* 1つ右側のスライド */
#special_new .slider2 .slick-center + .slick-img img {
  transform: scale(0.8);
  margin-left: 1.5em;
}
#special_new .slider2 .slick-center + .slick-img .slick-img-credit p {
  transform: scale(0.8);
  margin-left: 1.5em;
  bottom: 10px;
  left: 6px;
}
/* 1つ左側のスライド */
#special_new .slick-img:has(+ .slick-center) img {
  transform: scale(0.8);
  margin-left: -1.5em;
}
#special_new .slick-img:has(+ .slick-center) .slick-img-credit p {
  transform: scale(0.8);
  margin-left: -1.5em;
  bottom: 10px;
  left: 6px;
}
#special_new .sp_only_nav {
  display: none;
}
