@charset "UTF-8";

/* CSS Document */
.contents * {
    font-family: "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    line-height: 1.3;
    color: #333;
    box-sizing: border-box;
}

.contents {
    width: 100%;
}

.inner {
    width: 1024px;
    margin: 0 auto;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.bg_deco {
    background: url(../images/common/national_park_background.png);
}

.deco_midashi {
    display: inline-block;
    position: relative;
}

.deco_midashi:before {
    position: absolute;
    top: 50%;
    left: -50px;
    display: inline-block;
    content: "";
    width: 24px;
    height: 30.5px;
    background: url(../images/icn_sbttl@2x.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: translateY(-50%);
}

.deco_midashi:after {
    position: absolute;
    top: 50%;
    right: -50px;
    display: inline-block;
    content: "";
    width: 24px;
    height: 30.5px;
    background: url(../images/icn_sbttl@2x.png) no-repeat;
    background-size: contain;
    vertical-align: middle;
    transform: translateY(-50%);
}

/*----------------------------------メインコンテンツ----------------------------------*/

img {
    margin: 0;
    padding: 0;
    font-size: 0;
}

/* タイトル */
.wrap_title {
    width: 100%;
    min-width: 960px;
    height: 560px;
    background: url(../images/common/national_park_background.png);
    position: relative;
}

.wrap_title::before {
    content: "";
    width: 80px;
    height: 146px;
    position: absolute;
    bottom: -100px;
    left: calc(100% / 2 + 480px);
    background: url(../images/common/il01.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 15;
}

.wrap_title::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/common/title_bg.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 1;
}

.title_inner {
    width: 960px;
    margin: 0 auto;
    position: relative;
    z-index: 10;
}

.title_inner p {
    position: absolute;
    top: 330px;
    left: 20px;
    font-size: 16px;
    line-height: 1;
    font-weight: normal;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #4C4C4C;
}

.title_img {
    position: absolute;
    top: 100px;
    left: 10px;
}

.block_title_photo {
    position: absolute;
    width: 50%;
    overflow: hidden;
    right: 0;
    top: 80px;
    z-index: 5;
}

.title_photo {
    overflow: hidden;
}

.title_photo span {
    display: block;
    font-size: 12px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #4C4C4C;
    margin-top: 10px;
    
}

/*.slick-slider{
  display: none;
}
.slick-slider.slick-initialized{
  display: block; 
}*/
.slick-slide{
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
.slick-initialized .slick-slide{
  display: block;
}

.inner_photo {
    width: 100%;
    min-width: 650px;
    max-height: 400px;
    overflow: hidden;
}

.title_photo .inner_photo img {
    width: 100%;
}

#thumbnail-list {
    width: 390px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: absolute;
    top: 362px;
    left: 10px;
}

.thumbnail-item {
    position: relative;
    box-sizing: border-box;
    width: calc(90% / 4);
    margin-bottom: 10px;
    cursor: pointer;
}

.thumbnail-item::after {
    content: '';
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s opacity linear;
}

.thumbnail-item.thumbnail-current::after {
    opacity: 0;
}

.thumbnail-item img {
    width: 100%;
    margin: 0 auto;
}

/* seo */
.wrap_park_txt {
    width: 800px;
    text-align: center;
    margin: 60px auto;
}

.park_txt {
    font-size: 18px;
    line-height: 1.7;
    color: #4C4C4C;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

/*アンカー*/
.wrap_anchor {
    background-color: #77A123;
    text-align: center;
    margin-bottom: 50px;
    padding: 10px 0;
}

.wrap_anchor ul li {
    width: calc(98% / 2);
    font-size: 16px;
    color: #77A123;
}

.anc_icon svg {
    fill: #77a123;
    margin-right: 10px;
    transition: .5s;
}

.wrap_anchor ul li a {
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #77A123;
    height: 100%;
    text-decoration: none;
    padding: 5px 0;
    transition: .5s;
}

.wrap_anchor ul li a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    border-style: solid;
    border-width: 8px 0 8px 10px;
    border-color: transparent transparent transparent #77A123;
    transform: translateY(-50%);
    transition: .5s;
}

.wrap_anchor ul li a:hover {
    background: rgba(255, 255, 255, 0.5);
    color: #fff;
}

.wrap_anchor ul li a:hover::after {
    border-color: transparent transparent transparent #fff;
}

.anc_icon a:hover svg {
    fill: #fff;
    margin-right: 10px;
}

/*SNS*/
.sns_list {
    display: flex;
    justify-content: center;
}

.sns_list li {
    margin: 0 5px;
}

.sns_list li img {
	width: 38px;
	height: 39px;
}

/* 国立公園 */
.wrap_aboutpark {
    background: url(../images/bg_aboutpark@2x.png) no-repeat center bottom;
    background-size: cover;
    height: 750px;
    padding-top: 130px;
    margin-top: -18px;
}

.wrap_aboutpark .inner {
    position: relative;
}

.block_about {
    position: relative;
    background-color: #fff;
    border: solid 1px #F0F3F5;
    border-radius: 10px;
    width: 560px;
    text-align: center;
    margin: 0 auto;
    padding: 60px 50px;
}

.block_about::before {
    content: "";
    width: 600px;
    height: 83px;
    position: absolute;
    top: -40px;
    left: 50%;
    background: url(../images/il_idx01@2x.png) no-repeat center bottom;
    background-size: 100%;
    transform: translateX(-50%);
    z-index: 15;
}

.about_p01,
.about_p02,
.about_p03,
.about_p04 {
    position: absolute;
}

.about_p01 img,
.about_p02 img,
.about_p03 img,
.about_p04 img {
    width: 100%;
    height: auto;
}

.about_p01 {
    top: 0;
    left: -80px;
    width: 310px;
    z-index: 11;
}

.about_p02 {
    bottom: 0;
    left: 30px;
    width: 200px;
    z-index: 12;
}

.about_p03 {
    width: 360px;
    top: 0;
    right: -120px;
    z-index: 13;
}

.about_p04 {
    bottom: -70px;
    right: 60px;
    width: 220px;
    z-index: 14;
}

.wrap_aboutpark h2 {
    position: relative;
    display: inline-block;
    background-color: #77A123;
    border-radius: 5px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
    padding: 10px 70px;
}

.wrap_aboutpark h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    display: inline-block;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #77A123 transparent transparent transparent;
    transform: translateX(-50%);
}

.block_about .text {
    width: 430px;
    font-size: 16px;
    line-height: 2;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    text-align: left;
    margin: 0 auto 20px;
}

.block_about .text span {
    font-size: 16px;
    line-height: 2;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    text-align: left;
    background: linear-gradient(transparent 40%, #feff70 0%);
    padding-bottom: 5px;
}

.link_about {
    display: block;
    font-size: 16px;
    color: #114F0F;
    margin: 0 auto 10px;
}

.link_text {
    font-size: 12px;
    color: #4C4C4C;
    text-align: center;
}

/*おすすめのツアー*/
.wrap_tour {
    position: relative;
    padding: 70px 0;
}

.wrap_tour::after {
    content: "";
    width: 122px;
    height: 106px;
    position: absolute;
    bottom: -50px;
    left: calc(100% / 2 - 480px - 61px);
    background: url(../images/common/il04.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 15;
}

.wrap_tour h2 {
    text-align: center;
    margin-bottom: 20px;
}

.wrap_tour h2 span {
    font-size: 26px;
    color: #246608;
    font-weight: 900;
    letter-spacing: 0.3em;
}

.hacchiSelect {
    display: table;
    border-radius: 10px;
    font-weight: 900;
    border: solid 1px #114F0F;
    background-color: #fff;
    width: 40%;
    margin: 0 auto 20px;
    padding: 10px;
}

.hacchi_on {
    display: table-cell;
    font-size: 16px;
    font-weight: 900;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    color: #114F0F;
    text-align: center;
    border-right: solid 1px #114F0F;
    margin-right: 10px;
    padding-right: 10px;
}

.hacchi_change {
    display: table-cell;
    text-align: center;
}

.hacchiSelectBtn {
    display: block;
    position: relative;
    font-size: 16px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    font-weight: 900;
    color: #114F0F;
    padding-left: 10px;
}

.hacchiSelectBtn:hover {
    text-decoration: none;
}

.hacchiSelectBtn::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgba(17, 79, 15, 1);
    border-right: 2px solid rgba(17, 79, 15, 1);
    transform: translateY(-50%) rotate(45deg);
}

.hacchiSelectBtn:hover::after {
    border-top: 2px solid rgba(255, 153, 51, 1);
    border-right: 2px solid rgba(255, 153, 51, 1);
}

.hacchiSelect.flex {
    align-items: center;
}

.block_tour h3 {
    width: 100%;
    border-bottom: solid 1px #114F0F;
    font-size: 16px;
    color: #114F0F;
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
}

/* .block_tour.flex::after {
    content: "";
    display: block;
    width: 300px;
} */

/* .block_tour a{
	margin-bottom:30px;
} */

/* .block_tour a:hover{
	text-decoration: none;
	opacity: 0.6;
	-webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
} */

.box_tour {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    border: solid 1px #707070;
    width: 100%;
    height: 100%;
    /* padding-bottom: 10px; */
}

.box_tour .photo {
    overflow: hidden;
    width: 100%;
    height: auto;
}

.box_tour .photo img {
    width: 100%;
    height: auto;
}

.box_tour .caption {
    font-size: 14px;
    line-height: 1.2;
    color: #246608;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    padding: 15px 15px 0;
}

.box_tour .title {
    font-size: 18px;
    line-height: 1.3;
    color: #4C4C4C;
    padding: 10px 10px 35px;
}

.box_tour .price {
    position: absolute;
    bottom: 10px;
    right: 10px;
    text-align: right;
    /*padding: 15px;*/
}

.box_tour .price span {
    font-size: 18px;
    color: #F00;
}

/*.dest .block_dest .block_tour .box_tour {
    margin-bottom: 30px;
}*/

/*エリアから探す*/
.wrap_area {
    background: url(../images/map_bg@2x.png) no-repeat center bottom;
    background-size: 100%;
    padding: 70px 0;
}

.wrap_area h2 {
    text-align: center;
    margin-bottom: 20px;
}

.wrap_area h2 span {
    font-size: 26px;
    color: #246608;
    font-weight: 900;
    letter-spacing: 0.3em;
}

.map_img {
    margin-bottom: 20px;
}

.area_outer {
    margin-bottom: 30px;
    padding-right: 12px;
}

.block_area {
    background-color: #fff;
    border: solid 1px #A3978C;
    width: calc(97.5% / 2);
    margin-bottom: 30px;
    padding: 20px;
}

.block_area:last-child {
    margin-bottom: 0;
}

.area_spk {
    -moz-box-shadow: 10px 10px 0px 2px rgba(0, 104, 182, 0.5);
    -webkit-box-shadow: 10px 10px 0px 2px rgba(0, 104, 182, 0.5);
    -ms-box-shadow: 10px 10px 0px 2px rgba(0, 104, 182, 0.5);
    box-shadow: 10px 10px 0px 2px rgba(0, 104, 182, 0.5);
}

.area_sdj {
    -moz-box-shadow: 10px 10px 0px 2px rgba(153, 50, 204, 0.5);
    -webkit-box-shadow: 10px 10px 0px 2px rgba(153, 50, 204, 0.5);
    -ms-box-shadow: 10px 10px 0px 2px rgba(153, 50, 204, 0.5);
    box-shadow: 10px 10px 0px 2px rgba(153, 50, 204, 0.5);
}

.area_tyo {
    -moz-box-shadow: 10px 10px 0px 2px rgba(0, 158, 65, 0.5);
    -webkit-box-shadow: 10px 10px 0px 2px rgba(0, 158, 65, 0.5);
    -ms-box-shadow: 10px 10px 0px 2px rgba(0, 158, 65, 0.5);
    box-shadow: 10px 10px 0px 2px rgba(0, 158, 65, 0.5);
}

.area_ngo {
    -moz-box-shadow: 10px 10px 0px 2px rgba(102, 209, 0, 0.5);
    -webkit-box-shadow: 10px 10px 0px 2px rgba(102, 209, 0, 0.5);
    -ms-box-shadow: 10px 10px 0px 2px rgba(102, 209, 0, 0.5);
    box-shadow: 10px 10px 0px 2px rgba(102, 209, 0, 0.5);
}

.area_osa {
    -moz-box-shadow: 10px 10px 0px 2px rgba(214, 186, 30, 0.5);
    -webkit-box-shadow: 10px 10px 0px 2px rgba(214, 186, 30, 0.5);
    -ms-box-shadow: 10px 10px 0px 2px rgba(214, 186, 30, 0.5);
    box-shadow: 10px 10px 0px 2px rgba(214, 186, 30, 0.5);
}

.area_chs {
    -moz-box-shadow: 10px 10px 0px 2px rgba(239, 130, 0, 0.5);
    -webkit-box-shadow: 10px 10px 0px 2px rgba(239, 130, 0, 0.5);
    -ms-box-shadow: 10px 10px 0px 2px rgba(239, 130, 0, 0.5);
    box-shadow: 10px 10px 0px 2px rgba(239, 130, 0, 0.5);
}

.area_fuk {
    -moz-box-shadow: 10px 10px 0px 2px rgba(231, 82, 151, 0.5);
    -webkit-box-shadow: 10px 10px 0px 2px rgba(231, 82, 151, 0.5);
    -ms-box-shadow: 10px 10px 0px 2px rgba(231, 82, 151, 0.5);
    box-shadow: 10px 10px 0px 2px rgba(231, 82, 151, 0.5);
}

.wrap_area h3 {
    border-bottom: solid 1px #A3978C;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
}

.area_inner {
    margin-bottom: 15px;
}

.area_inner photo {
    width: 190px;
}

.area_inner ol {
    width: calc(100% - 200px);
}

.wrap_area ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.wrap_area ol li {
    width: 100%;
    margin-bottom: 2px;
    align-items: center
}

.wrap_area ol li:last-child {
    margin-bottom: 0;
}

.wrap_area ol li span {
    display: inline-block;
    background: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: "Helvetica Neue";
    text-align: center;
    color: white;
}

.area_color01 {
    background-color: #0068B6 !important;
}

.area_color02 {
    background-color: #9932CC !important;
}

.area_color03 {
    background-color: #009E41 !important;
}

.area_color04 {
    background-color: #66D100 !important;
}

.area_color05 {
    background-color: #D6BA1E !important;
}

.area_color06 {
    background-color: #EF8200 !important;
}

.area_color07 {
    background-color: #E75297 !important;
}

.area_text01 {
    color: #0068B6 !important;
}

.area_text02 {
    color: #9932CC !important;
}

.area_text03 {
    color: #009E41 !important;
}

.area_text04 {
    color: #66D100 !important;
}

.area_text05 {
    color: #D6BA1E !important;
}

.area_text06 {
    color: #EF8200 !important;
}

.area_text07 {
    color: #E75297 !important;
}


.wrap_area ol li p {
    width: calc(100% - 25px);
    font-size: 16px;
    color: #4C4C4C;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.btn_area {
    position: relative;
    display: block;
    border: solid 1px #4C4C4C;
    border-radius: 10px;
    font-size: 16px;
    text-align: center;
    padding: 10px 0;
    transition: 0.5s;
}

.btn_area:hover {
    text-decoration: none;
}

.btn_area:visited {
    color: #4C4C4C;
}

.btn_area:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgba(0, 0, 0, 1);
    border-right: 2px solid rgba(0, 0, 0, 1);
    transform: translateY(-50%) rotate(45deg);
    transition: 0.5s;
}

.btn_spk {
    -moz-box-shadow: 5px 5px 0px 1px rgba(0, 104, 182, 0.5);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(0, 104, 182, 0.5);
    -ms-box-shadow: 5px 5px 0px 1px rgba(0, 104, 182, 0.5);
    box-shadow: 5px 5px 0px 1px rgba(0, 104, 182, 0.5);
}

.btn_sdj {
    -moz-box-shadow: 5px 5px 0px 1px rgba(153, 50, 204, 0.5);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(153, 50, 204, 0.5);
    -ms-box-shadow: 5px 5px 0px 1px rgba(153, 50, 204, 0.5);
    box-shadow: 5px 5px 0px 1px rgba(153, 50, 204, 0.5);
}

.btn_tyo {
    -moz-box-shadow: 5px 5px 0px 1px rgba(0, 158, 65, 0.5);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(0, 158, 65, 0.5);
    -ms-box-shadow: 5px 5px 0px 1px rgba(0, 158, 65, 0.5);
    box-shadow: 5px 5px 0px 1px rgba(0, 158, 65, 0.5);
}

.btn_ngo {
    -moz-box-shadow: 5px 5px 0px 1px rgba(102, 209, 0, 0.5);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(102, 209, 0, 0.5);
    -ms-box-shadow: 5px 5px 0px 1px rgba(102, 209, 0, 0.5);
    box-shadow: 5px 5px 0px 1px rgba(102, 209, 0, 0.5);
}

.btn_osa {
    -moz-box-shadow: 5px 5px 0px 1px rgba(214, 186, 30, 0.5);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(214, 186, 30, 0.5);
    -ms-box-shadow: 5px 5px 0px 1px rgba(214, 186, 30, 0.5);
    box-shadow: 5px 5px 0px 1px rgba(214, 186, 30, 0.5);
}

.btn_chs {
    -moz-box-shadow: 5px 5px 0px 1px rgba(239, 130, 0, 0.5);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(239, 130, 0, 0.5);
    -ms-box-shadow: 5px 5px 0px 1px rgba(239, 130, 0, 0.5);
    box-shadow: 5px 5px 0px 1px rgba(239, 130, 0, 0.5);
}

.btn_fuk {
    -moz-box-shadow: 5px 5px 0px 1px rgba(231, 82, 151, 0.5);
    -webkit-box-shadow: 5px 5px 0px 1px rgba(231, 82, 151, 0.5);
    -ms-box-shadow: 5px 5px 0px 1px rgba(231, 82, 151, 0.5);
    box-shadow: 5px 5px 0px 1px rgba(231, 82, 151, 0.5);
}

.btn_area.btn_spk:hover {
    background-color: #0068B6;
    color: #fff;
}

.btn_area.btn_sdj:hover {
    background-color: #9932CC;
    color: #fff;
}

.btn_area.btn_tyo:hover {
    background-color: #009E41;
    color: #fff;
}

.btn_area.btn_ngo:hover {
    background-color: #66D100;
    color: #fff;
}

.btn_area.btn_osa:hover {
    background-color: #D6BA1E;
    color: #fff;
}

.btn_area.btn_chs:hover {
    background-color: #EF8200;
    color: #fff;
}

.btn_area.btn_fuk:hover {
    background-color: #E75297;
    color: #fff;
}

.btn_area:hover:after {
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
}


/*よくある質問（FAQ）*/
.wrap_faq {
    position: relative;
    padding: 70px 0;
}

.wrap_faq::after {
    content: "";
    width: 80px;
    height: 66px;
    position: absolute;
    bottom: -40px;
    left: calc(100% / 2 - 480px - 40px);
    background: url(../images/common/il06.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 15;
}

.wrap_faq h2 {
    text-align: center;
    margin-bottom: 20px;
}

.wrap_faq h2 span {
    font-size: 26px;
    color: #246608;
    font-weight: 900;
    letter-spacing: 0.3em;
    font-feature-settings: "palt";
}

.wrap_faq_list {
    border: solid 1px #CDD6DD;
    background: #fff;
    margin-bottom: 20px;
}

.wrap_faq_list:last-of-type {
    margin-bottom: 0;
}

.faq_list dt {
    display: table;
    width: 100%;
    /*margin-bottom: 8px;*/
    position: relative;
    cursor: pointer;
    /*border: 1px solid #ba3249;*/
}

.faq_list dt:before,
.faq_list dt:after {
    content: "";
    width: 14px;
    height: 2px;
    display: block;
    background-color: rgba(153, 153, 153, 1);
    position: absolute;
    right: 17px;
    top: 50%;
    transform-origin: center center;
    z-index: 3;
    transition: transform .4s ease 0s;
}

.faq_list dt:after {
    transform: translateY(-50%);
}

.faq_list dt:before {
    transform: translateY(-50%) rotate(90deg);
}

.faq_list dt.faq_open:before {
    transform: translateY(-50%);
}

.faq_list dt div {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    padding: 15px 45px 15px 30px;
}

.faq_list dd {
    display: table;
    width: 100%;
    display: none;
    color: #0a2473;
    background: #fff;
    /*border: 1px solid #9f003c;*/
}

.faq_list dd .ddIn01 {
    width: 100%;
    vertical-align: middle;
    padding: 0 45px 15px 30px;
}

.ddInP01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.faq_list dt div .qIcon {
    width: 18px;
    font-size: 22px;
    font-weight: 900;
    color: #0B499D;
}

.faq_list dt div .qTxt {
    width: calc(100% - 30px);
    font-size: 18px;
    font-weight: 900;
    padding-left: 30px;
}

.faq_list dd .ddIn01 .aIcon {
    width: 18px;
    font-size: 22px;
    font-weight: 900;
    color: #B20000;
}

.faq_list dd .ddIn01 .aTxt {
    width: calc(100% - 30px);
    font-size: 16px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    padding-top: 3px;
    padding-left: 30px;
}

/*オフィシャルパートナー*/
.wrap_official {
    text-align: center;
    padding: 70px 0;
}

.wrap_official p {
    font-size: 24px;
    color: #4C4C4C;
}

/*現地情報ブログ*/
.wrap_blog {
    position: relative;
    padding: 70px 0;
}

.wrap_blog::before {
    content: "";
    width: 75px;
    height: 101.5px;
    position: absolute;
    top: -50px;
    left: calc(100% / 2 + 480px - 37.5px);
    background: url(../images/common/il07.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 15;
}

.wrap_blog::after {
    content: "";
    width: 89.5px;
    height: 100.5px;
    position: absolute;
    bottom: -50px;
    left: calc(100% / 2 - 480px - 37.5px);
    background: url(../images/common/il05.png) no-repeat center bottom;
    background-size: 100%;
    z-index: 15;
}

.wrap_blog h2 {
    text-align: center;
}

.wrap_blog h2 span {
    font-size: 26px;
    color: #246608;
    font-weight: 900;
    letter-spacing: 0.3em;
    margin-bottom: 10px;
}

.wrap_blog .blog_kome {
    font-size: 12px;
    font-weight: normal;
    color: #4C4C4C;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    text-align: center;
    margin-bottom: 10px;
}

.blog_box_parrent {
	position: relative;
    background-color: #fff;
    border: solid 1px #4C4C4C;
    width: calc(98% / 2);
    padding: 20px;
}

.blog_box_parrent a{
	position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog_box_parrent:hover{
	opacity:0.5;
	transition: all 0.3s;
}

.tabiBlog {
    margin-bottom: 40px;
}

.tabiBlogTmp {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.tabiBlogTmp .photo {
    overflow: hidden;
    width: 190px;
    height: 130px;
}

.tabiBlogTmp .text {
    position: relative;
    width: calc(100% - 205px);
}

.tabiBlogTmp .photo img {
    width: 100%;
}

.blog_flex {
    display: flex;
    flex-wrap: wrap;
}

.tabiBlogTmp .ttl,
.tabiBlogTmp .pref,
.tabiBlogTmp .day {
    width: 100%;
}

.tabiBlogTmp .ttl {
    font-size: 14px;
    font-weight: 900;
    line-height: 1.5;
    color: #114F0F;
    margin-bottom: 10px;
}

.tabiBlogTmp .pref {
    font-size: 14px;
    color: #77A123;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
    margin-bottom: 20px;
}

.tabiBlogTmp .day {
    position: absolute;
    bottom: 0;
    text-align: right;
    font-size: 12px;
    color: #000;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
}

.tabiBlog_btn {
    width: 425px;
    height: auto;
    margin: 0 auto;
}

.tabiBlog_btn a {
    position: relative;
    display: block;
    border-radius: 5px;
    background-color: #3B8716;
    font-size: 16px;
    color: #fff;
    text-align: center;
    padding: 10px 0;
}

.tabiBlog_btn a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 23px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    transform: translateY(-50%) rotate(45deg);
}

/*おすすめの旅行特集*/
.wrap_otherlink {
    padding: 70px 0;
}

.wrap_otherlink h2 {
    text-align: center;
}

.wrap_otherlink h2 span {
    font-size: 26px;
    color: #246608;
    font-weight: 900;
    letter-spacing: 0.3em;
    margin-bottom: 20px;
}

.wrap_otherlink ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto;
}

.wrap_otherlink ul li {
    width: 460px;
    height: 96px;
    margin-bottom: 25px;
}

.wrap_otherlink ul li:nth-last-child(-n+2) {
    margin-bottom: 0;
}

/* カルーセル */
.single-item {
    margin-bottom: 80px;
}

.slide-arrow {
    display: block;
    position: absolute;
    top: 50%;
    cursor: pointer;
}

.slide-arrow.slick-disabled {
    opacity: 0.3;
}

.slide-prev {
    left: -50px;
}

.slide-next {
    right: -50px;
}

.slide-prev::before,
.slide-next::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-top: 7px solid rgba(119, 161, 35, 1);
    border-right: 7px solid rgba(119, 161, 35, 1);
}

.slide-prev::before {
    transform: translateY(-50%) rotate(-135deg);
}

.slide-next::before {
    transform: translateY(-50%) rotate(45deg);
}

.slide-dots {
    position: absolute;
    bottom: -35px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slide-dots li {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.slide-dots li button {
    font-size: 0;
    line-height: 0;

    display: block;

    width: 15px;
    height: 15px;
    padding: 5px;

    cursor: pointer;

    border: 0;
    outline: none;
    background: #CDD6DD;
    border-radius: 50%;
}

.slide-dots li.slick-active button {
    background: #707070;
}

.slide-dots li button:hover,
.slide-dots li button:focus {
    outline: none;
}

.slide-dots li button:hover:before,
.slide-dots li button:focus:before {
    opacity: 1;
}

.pagetop {
    display: inline-block;
    position: fixed;
    bottom: 0;
    /* width: 960px;
    left: calc(50% - 480px); */
    right: 10px;
    z-index: 100;
    text-align: right;
}
.pagetop a {
    padding: 10px;
    display: inline-block;
    width: 90px;
}
.pagetop a img{
	margin: 0;
    padding: 0;
    font-size: 0;
    width: 100%;
    height: auto;
    image-rendering: -webkit-optimize-contrast;
}

/* 9拠点対応 */
.wrap_carousel.flex::before {
    content: "";
    display: block;
    width: calc(96% / 4);
    order: 1;
}

.wrap_carousel.flex::after {
    content: "";
    display: block;
    width: calc(96% / 4);
}

.bot .block_dest {
    display: flex;
    width: calc(96% / 4);
}

.bot .block_tour {
    width: 100%;
    height: 100%;
    align-content: flex-start;
}

.bot .block_tour .box_tour {
    padding-bottom: 5px;
}

.dest .block_dest::after {
    content: "";
    display: block;
    width: calc(96% / 4);
}

.block_dest.flex {
    justify-content: flex-start;
}

.dest .block_tour {
    width: calc(96% / 4);
    margin:0 5px 10px;
}

.dest .block_tour .box_tour {
    padding-bottom: 40px;
}

.label_block {
    width: 100%;
    padding: 10px 10px 0;
}

.label_wrap li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(96% / 2);
    height: auto;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 600;
    /* color: #fff; */
    text-align: center;
    padding: 5px 10px;
    box-sizing: border-box;
    word-break: break-all;
}

.label_dest {
    border: solid 1px #018aff;
    color: #018aff;
}

.label_conductor01 {
    border: solid 1px #7250bc;
    color: #7250bc;
}

.label_conductor02 {
    border: solid 1px #50bcbb;
    color: #50bcbb;
}

a.link_tour {
    display: block;
    height: 100%;
    text-decoration: none !important;
    transition: all 0.3s;
}

a.link_tour:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

.tour_link:hover {
    transition: all 0.3s;
    opacity: 0.5;
}

.bot_txt {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 60px;
    width: 975px;
}

.bot_txt li {
    width: calc(96% / 3);
}

.bot_txt li:not(:nth-last-of-type(-n+3)) {
    margin-bottom: 10px;
}


.bot_txt li a {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 19px;
    color: #fff;
    background-color: #77A123;
    text-align: center;
    text-decoration: none !important;
    border-radius: 5px;
    padding: 15px 0;
    transition: all 0.3s;
}

.bot_txt li a::before {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #fff;
    width: 0;
    height: 0;
    content: "";
    display: inline-block;
}

.bot_txt li a:hover {
    transition: all 0.3s;
    opacity: 0.5;
}


/*おすすめ特集*/
/*
.swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
}

.swiper-banner-parent {
	width: 1024px;
}

.common_recommend_wapper {
	margin: 50px 0;
}

#SlideBanner {
	width: calc(100% - 70px);
	margin-top: 30px;
}

.swiper-wrapper {
	margin-bottom: 25px;
}

.bannerCassette_content {
	width: 95%;
}

.bannerCassette_content p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.3;
*/
	/*border-bottom: solid 1px #009ad8;
	border-right: solid 1px #009ad8;
	border-left: solid 1px #009ad8;*/
}

/*
.swiper-slide:hover {
	opacity: 0.6;
}

.swiper-slide a:hover {
	text-decoration: none;
}

.bannerCassette_content img {
	width: 100%;
}

.swiper-banner-container {
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}
*/

/* 次ページボタンのスタイル */
/*
.swiper-button-next {
	background-image: url(/attending/kokunai/nationalpark/images/common/arrow.png) !important;
}
*/
/* 前ページボタンのスタイル */
/*
.swiper-button-prev {
	background-image: url(/attending/kokunai/nationalpark/images/common/arrow.png) !important;
	transform: scale(-1, 1);  左右反転 
}
*/

/*
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}*/

/*-----------------211118おすすめ特集-----------------*/
.swiper-container-horizontal > .swiper-scrollbar {
	left: 0 !important;
	width: 100% !important;
	height: 8px !important;
}

.common_recommend_wapper {
/*	margin-top: 50px;*/
}

#SlideBanner {
	width: 974px;
}

.swiper-wrapper {
	margin-bottom: 25px;
}

.bannerCassette_content {
	width: 100%;
}

.bannerCassette_content p {
	padding-top: 10px;
	font-size: 16px;
	line-height: 1.3;
}

.bannerCassette_content p.bannerImg {
	width: 219px;
	height: auto;
}

.bannerCassette_content img {
	width: 100%;
	height: auto;
	max-width:100%;
	max-height:100%; 
}

.swiper-banner-container {
	position: relative;
	width: 1024px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
}

.swiper-banner-container .swiper-slide a{
	display:block;
}

.swiper-banner-container .swiper-slide a:hover{
	opacity:0.7;
	transition-duration: 0.3s;
	text-decoration: underline;
	color:#4c4c4c;
}

.swiper-button-prev, .swiper-button-next {
    width: 44px !important;
    height: 44px !important;
    background-size: 44px 44px !important;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
	display: none;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url(/attending/kokunai/nationalpark/images/common/arrow.png) !important;
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url(/attending/kokunai/nationalpark/images/common/arrow.png) !important;
	transform: scale(-1, 1); /* 左右反転 */
}

#btnToTop {
	display: none !important;
}

.photo {
	width: 190px;
	height: 127px;
}

.wrap_official .inner img {
	width: 246px;
	height: 280px;
}