@charset "utf-8";

/*-----------------------------------------
共通
-----------------------------------------*/
*,*::before,*::after{box-sizing:border-box}
#pageNavi ul, #introWrap .inner, #oshiWrap .inner,#spotWrap .inner,#flowerWrap .inner, #tourWrap .inner,#spotWrap .tour {
    width: 992px;
    margin: 0 auto;
}
img {
    max-width: 100%;
}

/*-----------------------------------------
メインビジュアル
-----------------------------------------*/
#mv {
    width: 100%;
    height: 400px;
    background-image: url("../images/main_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    text-align: center;
    font-family: "HG明朝E","ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    position: relative;
}

#mv .title {
    width: 600px;
    padding-top: 52px;
    margin: 0 auto;
}

/*-----------------------------------------
ページナビ
-----------------------------------------*/
#pageNavi {
	width: 100%;
	height: 64px;
	background-color: #49b2b3;
}
#pageNavi ul {
	height: 64px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
#pageNavi li {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
    letter-spacing: 1px;
	text-align: center;
    border-left: solid 3px #FFFFFF;  
    cursor: pointer;
}
#pageNavi ul li:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
#pageNavi ul li a {
    color: inherit;
    text-decoration: inherit;
}
#pageNavi ul li a:hover {
    opacity: .7;
}
#pageNavi li:last-of-type {
    border-right: solid 3px #FFFFFF;
}
#pageNavi li.map:before {background: url("../images/icon/spot_icon.svg") center center / contain no-repeat;}
#pageNavi li.tour:before {background: url("../images/icon/tour_icon.svg") center center / contain no-repeat;}
#pageNavi li.flower:before {background: url("../images/icon/flower_icon.svg") center center / contain no-repeat;}

#pageNavi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.1);
}

/*-----------------------------------------
導入
-----------------------------------------*/
#introWrap {
    text-align: center;
    padding: 65px 0 50px;
    position: relative;
    background: url("../images/intro_photo.png");
    background-repeat: no-repeat;
    background-position: top center;
}
#introWrap p {
    line-height: 2.2em;   
}
#introWrap .text01 {
    width: 360px;
    margin: 0 auto 12px;
}
#introWrap .text02 {
    font-weight: bold;
    font-size: 16px;
}
#introWrap .text03 {
    font-size: 15px;
}

.logo {
    text-align: center;
}
#mv .logo {
    background: #fff;
    position: absolute;
    padding: 0 10px;
    bottom: 0;
    left: calc(50% - 205px);
}

/*-----------------------------------------
フライトスケジュール
-----------------------------------------*/
#flight {}
#flight .ttl_wrap h2 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #328223;
    text-align: center;
    margin-bottom: 2em;
}
#flight dl {
    display: flex;
    align-items: center;
    margin: 0 auto 3em;
    max-width: 992px;
    border: 3px solid #328223;
    background: #328223;
    font-size: 1.2em;
    font-weight: bold;
}
#flight dt {
    color: #fff;
    padding: 1em 2em;
    margin: 0;
    text-align: center;
    width: 25%;
}
#flight dd {
    background: #fff;
    padding: 1em;
    margin: 0;
    text-align: center;
}
.is-inline-block {
    display: inline-block;
}

/*-----------------------------------------
スポット
-----------------------------------------*/
#spotWrap {
    background: url("../images/spot_bg.jpg");
}
#spotWrap .ttl_wrap, #flowerWrap .ttl_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#spotWrap .ttl_wrap{
    background: url("../images/spot_ttl_bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
#spotWrap h2, #flowerWrap h2 {
    width: 700px;
}
#spotWrap .tour {
    padding: 50px 0 10px;
}
#spotWrap .inner {
    padding: 50px 0 10px;
}

/* //// ↓マップ↓ //// */
#map {
    width: 100%;
    background: url(../images/map/rishiri_map.png) no-repeat center center;
}
#map .map_btn_list {
    position: relative;
    height: 515px;
}
#map .map_btn_list .btn {
    position: absolute;
}
#map .map_btn_list .btn a {
    position: relative;
    background: #fff;
    padding: 5px 13px 4.5px;
    border-radius: 20px;
    display: block;
    filter: drop-shadow(4px 4px 1.8px rgba(88, 38, 18, 0.3));
}


#map .map_btn_list .btn div {
    position: relative;
    background: #fff;
    padding: 5px 13px 4.5px;
    border-radius: 20px;
    display: block;
    filter: drop-shadow(4px 4px 1.8px rgba(88, 38, 18, 0.3));
}

#wrap #map .map_btn_list .btn img {
    position: relative;
    height: 25px;
    width: auto;
}
/*下向き矢印*/
#map .map_btn_list .btn a::after {
    content: '';
    position: absolute;
    margin: 0 auto;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;    
}

#map .map_btn_list .btn div::after {
    content: '';
    position: absolute;
    margin: 0 auto;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;    
}

#map .map_btn_list .btn a {
	cursor: pointer;
}
#map .map_btn_list .btn.active a, #map .map_btn_list .btn a:hover {
	background: #FFF10F;
}
#map .map_btn_list .btn.active a::after, #map .map_btn_list .btn a:hover::after {
    border-top: 10px solid #FFF10F; 
}
/*上向き矢印*/
 /*#map .map_btn_list .btn.map_spotD a::after {
    border-bottom: 10px solid #fff;
    border-top: none;
    top: -7px;
}
#map .map_btn_list .map_spotD.active a::after, #map .map_btn_list .btn.map_spotD a:hover::after {
    border-bottom: 10px solid #FFF10F!important;
} */

/*ボタン位置*/
#map .map_btn_list .map_spotAll {top: 400px;    left: 790px;}
#map .map_btn_list .map_spotA {top: 250px;	left: 200px;}
#map .map_btn_list .map_spotB {top: 430px;	left: 330px;} #map .map_btn_list .map_spotB a::after {left: 150px; right:auto;}
#map .map_btn_list .map_spotC {top: 55px;	left: 490px;} #map .map_btn_list .map_spotC a::after {left: 30px; right:auto;}
#map .map_btn_list .map_spotD {top: 170px;	left: 180px;} 
#map .map_btn_list .map_spotE {top: 120px;	left: 200px;} 
#map .map_btn_list .map_spotF {top: 180px;	left: 450px;} 
#map .map_btn_list .map_spotG {top: 10px;	left: 400px;} 
#map .map_btn_list .map_spotAll a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #000;
    line-height: 1.2em;
    position: relative;
}
#map .map_btn_list .map_spotAll::after {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    color: #000;
    left: 0;
    right: 0;
    bottom: 8px;
    display: flex;
    justify-content: center;
}
#map .map_spotAll a::after {
    border-top: none!important;
}




/* //// ↓礼文マップ↓ //// */
#rebun_map {
    width: 100%;
    background: url(../images/map/rebun_map.png) no-repeat center center;
}
#rebun_map .map_btn_list {
    position: relative;
    height: 650px;
}
#rebun_map .map_btn_list .btn {
    position: absolute;
}
#rebun_map .map_btn_list .btn a {
    position: relative;
    background: #fff;
    padding: 5px 13px 4.5px;
    border-radius: 20px;
    display: block;
    filter: drop-shadow(4px 4px 1.8px rgba(88, 38, 18, 0.3));
}


#rebun_map .map_btn_list .btn div {
    position: relative;
    background: #fff;
    padding: 5px 13px 4.5px;
    border-radius: 20px;
    display: block;
    filter: drop-shadow(4px 4px 1.8px rgba(88, 38, 18, 0.3));
}

#wrap #rebun_map .map_btn_list .btn img {
    position: relative;
    height: 25px;
    width: auto;
}
/*下向き矢印*/
#rebun_map .map_btn_list .btn a::after {
    content: '';
    position: absolute;
    margin: 0 auto;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;    
}

#rebun_map .map_btn_list .btn div::after {
    content: '';
    position: absolute;
    margin: 0 auto;
    bottom: -7px;
    left: 0;
    right: 0;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #fff;    
}

#rebun_map .map_btn_list .btn a {
	cursor: pointer;
}
#rebun_map .map_btn_list .btn.active a, #rebun_map .map_btn_list .btn a:hover {
	background: #FFF10F;
}
#rebun_map .map_btn_list .btn.active a::after, #rebun_map .map_btn_list .btn a:hover::after {
    border-top: 10px solid #FFF10F; 
}
/*上向き矢印*/
 #rebun_map .map_btn_list .btn.rebun_map_spotB a::after {
    border-bottom: 10px solid #fff;
    border-top: none;
    top: -7px;
}
 #rebun_map .map_btn_list .btn.rebun_map_spotC a::after {
    border-bottom: 10px solid #fff;
    border-top: none;
    top: -7px;
}
/*#rebun_map .map_btn_list .rebun_map_spotD.active a::after, #rebun_map .map_btn_list .btn.map_spotD a:hover::after {
    border-bottom: 10px solid #FFF10F!important;
} */

/*ボタン位置*/
#rebun_map .map_btn_list .rebun_map_spotAll {top: 500px;    left: 790px;}
#rebun_map .map_btn_list .rebun_map_spotA {top: 530px;	left: 370px;} #rebun_map .map_btn_list .rebun_map_spotA a::after {left: 130px; right:auto;}
#rebun_map .map_btn_list .rebun_map_spotB {top: 590px;	left: 390px;} #rebun_map .map_btn_list .rebun_map_spotB a::after {left: 125px; right:auto;}
#rebun_map .map_btn_list .rebun_map_spotC {top: 50px;	left: 330px;} #rebun_map .map_btn_list .rebun_map_spotC a::after {left: 30px; right:auto;}
#rebun_map .map_btn_list .rebun_map_spotD {top: 600px;	left: 550px;} #rebun_map .map_btn_list .rebun_map_spotD a::after {left: 5px; right:auto;}
#rebun_map .map_btn_list .rebun_map_spotE {top: 550px;	left: 520px;} 
#rebun_map .map_btn_list .rebun_map_spotF {top: 490px;	left: 500px;} 
#rebun_map .map_btn_list .rebun_map_spotG {top: 230px;	left: 455px;} 
#rebun_map .map_btn_list .rebun_map_spotAll a {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    text-decoration: none;
    text-align: center;
    font-weight: bold;
    color: #000;
    line-height: 1.2em;
    position: relative;
}
#rebun_map .map_btn_list .map_spotAll::after {
    font-family: FontAwesome;
    content: "\f0d7";
    position: absolute;
    color: #000;
    left: 0;
    right: 0;
    bottom: 8px;
    display: flex;
    justify-content: center;
}
#rebun_map .map_spotAll a::after {
    border-top: none!important;
}


/* //// ↓詳細ボックス↓ //// */
#spotWrap .conts_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
	margin-bottom: 100px;
}
#spotWrap .conts_list>li {
    width: 310px;
    padding: 18px;
    margin: 10px 10px 30px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
#spotWrap .conts_list .img img {
    height: 170px;
    object-fit: cover;
}
#spotWrap .conts_list .spotImg-slider img {
    width: auto;
}
#spotWrap .conts_list .text_box {
    padding: 20px 0 5px;
}
#spotWrap .conts_list .ttl {
    margin-bottom: 7px;
}
#spotWrap .conts_list .detail .note {
    font-size: 12px;
    display: block;
    line-height: 1.3em;
    margin-top: 5px;
    padding: 3px 5px;
    background: #eeeeee;
}

/*1colの時*/
#spotWrap .conts_list .pickup1 {
    width: 85%;
    display: flex;
    margin: 0 auto;
    padding: 30px;
}
#spotWrap .conts_list .pickup1 .img {
    width: 370px;
}
#spotWrap .conts_list .pickup1 .img img {
    height: 220px;
}
#spotWrap .conts_list .pickup1 .text_box {
    padding: 0 0 0 25px;
    width: 55%;
}
#spotWrap .conts_list .pickup1 .ttl {
    width: 300px;
}
#spotWrap .conts_list .pickup1 .detail {
    font-size: 16px;
    line-height: 1.6em;
}

/*1colの時*/
#spotWrap .conts_list .pickup2 {
    width: 85%;
    display: flex;
    margin: 0 auto;
    padding: 30px;
}
#spotWrap .conts_list .pickup2 .img {
    width: 370px;
}
#spotWrap .conts_list .pickup2 .img img {
    height: 220px;
}
#spotWrap .conts_list .pickup2 .text_box {
    padding: 0 0 0 25px;
    width: 55%;
}
#spotWrap .conts_list .pickup2 .ttl {
    width: 300px;
}
#spotWrap .conts_list .pickup2 .detail {
    font-size: 16px;
    line-height: 1.6em;
}
/*スライダー*/
.spotImg-slider .slick-dots li button:before{
    font-size: 6px!important;
    transform: scale(0.8);
}
.slick-dots {
    bottom: -20px;
}
.slick-dots li {
    margin: 0;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.slick-prev, .slick-next {
    width: 27px;
    height: 27px;
}
.slick-prev:before, .slick-next:before {
    font-size: 27px;
    opacity: 1;
}
.slick-prev
{
    left: 5px;
    z-index: 1;
}
.slick-next
{
    right: 5px;
    z-index: 1;
}

/*-----------------------------------------
グルメ
-----------------------------------------*/
#flowerWrap {
    background: #f5edbd;
    /* background-color: #71c7b9; */
}
#flowerWrap .ttl_wrap {
    background: url("../images/flower_ttl_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#flowerWrap .inner {
    padding: 60px 0 100px;
    text-align: center;
}
#flowerWrap .catch {
    font-size: 20px;
    margin-bottom: 60px;
    color: #000;
    font-weight: bold;
    line-height: 1.5em;
    display: inline-block;
    position: relative;
}
#flowerWrap .catch::before, #flowerWrap .catch::after {
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 70px;
    margin: 0 auto;
    bottom: 0;
    top: 0;
}
#flowerWrap .catch::before {
    background: url(../images/line_left.png);
    background-size: 120%;
    left: -50px;
}
#flowerWrap .catch::after {
    background: url("../images/line_right.png");
    background-size: 120%;
    right: -50px;
}
.flower_box_wrap {
    display: flex;
    justify-content: space-between;
}
.flower_box {
    width: 30%;
    margin: 0 -12px;
}
.flower_box .name, .flower_box .text {
    padding: 0 30px;
    line-height: 1.5em;
}
.flower_box .name {
    font-size: 20px;
    font-weight: bold;
    color: #ff6000;
    padding-top: 15px;
    padding-bottom: 5px;
}
.flower_box .text {
    text-align: left;
    color: #000;
    font-size: 15px;
}

/*-----------------------------------------
おすすめツアー
-----------------------------------------*/
#tourWrap {
    padding: 40px 0 80px;
    background: #b1e7de;
    /* background: #f8f6ed;    */
}
#tourWrap h2,
#spotWrap h2.tour_ss {
	font-size: 32px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
    width: auto;
}
#spotWrap h2.tour_ss p,#tourWrap h2.tour_ss p{ font-weight: bold;}
#spotWrap h2.tour_ss p.sub-title,#tourWrap h2.tour_ss p.sub-title { font-size: 1.5rem; margin-bottom: -1rem;}

#tourWrap h3 {
    font-size: 18px;
    line-height: 1.3em;
    font-weight: bold;
    color: #fff;
	text-align: center;
}
#tourWrap h3.sg {
    background-color: #3ba53d;
    padding: 10px 0;
}
.tour-box {
    margin: 40px 0 30px;
}

#tourWrap .bnr {
    width: 960px;
    margin: 60px auto;
    background: #fff;
    display: flex;
    border: solid 1px #fff;
}
#tourWrap .bnr img:hover {
    opacity: .8;
    transition: .3s;
}

/*-----------------------------------------
検索ボックス調整
-----------------------------------------*/
#searchArea {
    padding: 50px 0 0;
}

/*-----------------------------------------
コンテンツタブ
-----------------------------------------*/
#tab-top {
	padding-top: 70px;
}
.tab {
}
.tab  img {
    width: initial!important;
}
.tab.btm {
    background-color: #f8f6ed;
    padding: 0 0 50px;
}
.switch-tub {
    width: 992px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.switch-tub li {
    width: 49%;
    display: block;
    cursor: pointer;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    padding: 10px 0;
	text-align:center;
    z-index: 100;
}
.switch-tub.btm li {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.switch-tub li:nth-child(1) {
    background-color: #e94709;
}
.switch-tub li:nth-child(2) {
    background-color: #3ba53d;
}
.switch-tub li img {
}
.switch-tub li.select {
    margin: -10px 0 -4px 0;
}
.switch-tub.btm li.select {
    margin: -4px 0 -10px 0;
}
/*コンテンツ*/
.switch-tub-conts.disnon {
	display: none;
}
#sg {
    border-top: solid 5px #328223;
    border-bottom: solid 5px #328223;
}
/*おすすめ特集*/
.tokushu_bnr {
    background: #e7f3e4;
    max-width: 992px;
    margin: 2em auto 0;
}

.tokushu_bnr p {
    text-align: center;
    font-size: 1.9rem;
    font-weight: 900;
    background: #328223;
    color: #fff;
}

.tokushu_bnr ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 1%;
}

.tokushu_bnr ul li {
    padding: 1%;
}

.tokushu_bnr .footbtn {
    text-align: center;
    padding: 2%;
}

.tokushu_bnr .footbtn a {
    background: #ffffff;
    padding: 1em 2em;
    color: #001866;
    border: #001866 solid 2px;
    border-radius: 7px;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    margin-bottom: 2%;
}

.tokushu_bnr .footbtn a:hover {
    background: #001866;
    color: #fff;
}

/*フリー*/
#freeWrap {
    background-color: #C7D5D3;
}
#freeWrap .ttl_wrap, #flowerWrap .ttl_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#freeWrap h2, #flowerWrap h2 {
    width: 700px;
}
#freeWrap .tour {
    padding: 50px 0 10px;
}
#freeWrap .inner {
    padding: 50px 0 10px;
}

/* //// ↓詳細ボックス↓ //// */
#freeWrap .conts_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
	margin-bottom: 100px;
}
#freeWrap .conts_list>li {
    width: 310px;
    padding: 18px;
    margin: 10px 10px 30px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
#freeWrap .conts_list .img img {
    height: 170px;
    object-fit: cover;
}
#freeWrap .conts_list .spotImg-slider img {
    width: auto;
}
#freeWrap .conts_list .text_box {
    padding: 20px 0 5px;
}
#freeWrap .conts_list .ttl {
    margin-bottom: 7px;
}
#freeWrap .conts_list .detail .note {
    font-size: 12px;
    display: block;
    line-height: 1.3em;
    margin-top: 5px;
    padding: 3px 5px;
    background: #eeeeee;
}

#freeWrap h2.tour_ss {
	font-size: 32px;
	line-height: 1.5em;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
    width: auto;
}
#freeWrap h2.tour_ss p,#tourWrap h2.tour_ss p{ font-weight: bold;}
#freeWrap h2.tour_ss p.sub-title,#tourWrap h2.tour_ss p.sub-title { font-size: 1.5rem; margin-bottom: -1rem;}
