@charset "utf-8";

#wrap {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
}
#wrap .nopc {
    display: none;
}
/*-----------------------------------------
共通
-----------------------------------------*/
#wrap .inner {
    width: 992px;
    margin: 0 auto;
}
#wrap img {
    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;
}

#mv .title {
    width: 300px;
    padding-top: 52px;
    margin: 0 auto;
}

/*-----------------------------------------
ページナビ
-----------------------------------------*/
#pageNavi {
	width: 100%;
	height: 64px;
	background-color: #f8e758;
	/*background-color: #eee7ad;*/
	display: flex;
}
#pageNavi .inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
#pageNavi .navi-list {
	width: 800px;
	height: 64px;
	display: flex;
    justify-content: space-between;
    padding: 10px 0;
}
#pageNavi .navi-list li {
	flex: 1 0 auto;
	height: 100%;
	text-align: center;
    border-left: solid 2px #FFF;
}
#pageNavi .navi-list li:last-of-type {
    border-right: solid 2px #FFF;
}
#pageNavi .navi-list li a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
	position: relative;
}
#pageNavi .navi-list li a:before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 5px;
    vertical-align: middle;
}
#pageNavi .navi-list li a:hover {
    opacity: .7;
}
#pageNavi li.about_nav a:before {background: url("../images/icon/info_icon.svg") center center / contain no-repeat;}
#pageNavi li.spot_nav a:before {background: url("../images/icon/spot_icon.svg") center center / contain no-repeat;}
#pageNavi li.gourmet_nav a:before {background: url("../images/icon/gourmet_icon.svg") center center / contain no-repeat;}
#pageNavi li.tour_nav a:before {background: url("../images/icon/tour_icon.svg") center center / contain no-repeat;}

#pageNavi.fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	box-shadow:0px 1px 2px 0px rgba(0,0,0,0.1);
}
#pageNavi.fixed li a:after {
	position: absolute;
	display: none;
	bottom: 0px;
	content: "";
	width: 80%;
	height: 2px;
	margin: 0 auto;
	background-color: #fc930a;
}
#pageNavi.fixed li a.active:after {
	display: block;
}
/*-----------------------------------------
導入
-----------------------------------------*/
#introWrap {
    text-align: center;
    padding: 65px 0 80px;
    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;
}
#introWrap:has(.cjulogo) {
	padding: 65px 0;
}
#introWrap .cjulogo {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
#introWrap .cjulogo img {
	width: auto;
	height: 60px;
	margin: 0 10px;
}
/*-----------------------------------------
スポット
-----------------------------------------*/
#spotWrap {
    background: url("../images/spot_bg.jpg");
}
#spotWrap .ttl_wrap, #gourmetWrap .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, #gourmetWrap h2 {
    width: 700px;
}
#spotWrap .inner {
    padding: 50px 0 80px;
}

/* //// ↓マップ↓ //// */
#map {
    width: 100%;
    background: url(../images/map/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: 0 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: 16px;
    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 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_spotE a::after {
    border-bottom: 10px solid #fff;
    border-top: none;
    top: -7px;
}
#map .map_btn_list .map_spotE.active a::after, #map .map_btn_list .btn.map_spotE a:hover::after {
    border-bottom: 10px solid #FFF10F!important;
    border-top: none;
}

/*ボタン位置*/
#map .map_btn_list .map_spotAll {top: 400px;  left: 790px;}
#map .map_btn_list .map_spotA {top: 210px;	left: 790px;}
#map .map_btn_list .map_spotB {top: 170px;	left: 660px;} #map .map_btn_list .map_spotB a::after {left: 40px; right:auto;}
#map .map_btn_list .map_spotC {top: 260px;	left: 20px;} #map .map_btn_list .map_spotC a::after {left: 110px; right:auto;}
#map .map_btn_list .map_spotD {top: 280px;	left: 230px;}
#map .map_btn_list .map_spotE {top: 210px;	left: 280px;} #map .map_btn_list .map_spotE a::after {left: 70px; right:auto;}
#map .map_btn_list .map_spotF {top: 340px;	left: 190px;}
#map .map_btn_list .map_spotG {top: 28px;	left: 628px;}
/*#map .map_btn_list .map_spotE {top: 245px;	left: 190px;} #map .map_btn_list .map_spotE a::after {left: 30px; right:auto;}
#map .map_btn_list .map_spotH {top: 300px;	left: 50px;} #map .map_btn_list .map_spotH a::after {left: 105px; right:auto;}
#map .map_btn_list .map_spotJ {top: 195px;	left: 140px;} #map .map_btn_list .map_spotJ a::after {left: 90px; right:auto;}
#map .map_btn_list .map_spotK {top: 135px;	left: 540px;}
#map .map_btn_list .map_spotL {top: 80px;	left: 640px;}*/

#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;
}

/* //// ↓詳細ボックス↓ //// */
.conts_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}
.conts_list>li {
    width: 310px;
    padding: 18px;
    margin: 10px 10px 30px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.conts_list .img img {
    height: 170px;
    object-fit: cover;
}
#wrap .conts_list .spotImg-slider img {
    width: auto;
}
.conts_list .text_box {
    padding: 20px 0 5px;
}
.conts_list .ttl {
    margin-bottom: 7px;
}
.conts_list .detail .note {
    font-size: 12px;
    display: block;
    line-height: 1.3em;
    margin-top: 5px;
    padding: 3px 5px;
    background: #eeeeee;
}

/*1colの時*/
.conts_list .pickup {
    width: 85%;
    display: flex;
    margin: 0 auto;
    padding: 30px;
}
.conts_list .pickup .img {
    width: 370px;
}
.conts_list .pickup .img img {
    height: 220px;
}
.conts_list .pickup .text_box {
    padding: 0 0 0 25px;
    width: 55%;
}
.conts_list .pickup .ttl {
    width: 300px;
}
.conts_list .pickup .detail {
    font-size: 16px;
    line-height: 1.6em;
}
/*スライダー*/
.spotImg-slider .slick-dots li button:before{
    font-size: 6px!important;
    transform: scale(0.8);
}
#spotWrap .slick-dots {
    bottom: -20px;
}
#spotWrap .slick-dots li {
    margin: 0;
}
#spotWrap .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#spotWrap .slick-prev, #spotWrap .slick-next {
    width: 27px;
    height: 27px;
}
#spotWrap .slick-prev:before, #spotWrap .slick-next:before {
    font-size: 27px;
    opacity: 1;
}
#spotWrap .slick-prev
{
    left: 5px;
    z-index: 1;
}
#spotWrap .slick-next
{
    right: 5px;
    z-index: 1;
}

/*-----------------------------------------
グルメ
-----------------------------------------*/
#gourmetWrap {
    background-color: #fc930a;
}
#gourmetWrap .ttl_wrap {
    background: url("../images/gourmet_ttl_bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
#gourmetWrap .inner {
    padding: 60px 0 100px;
    text-align: center;
}
#gourmetWrap .catch {
    font-size: 20px;
    margin-bottom: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 1.5em;
    display: inline-block;
    position: relative;
}
#gourmetWrap .catch::before, #gourmetWrap .catch::after {
    content: '';
    background-repeat: no-repeat;
    position: absolute;
    width: 30px;
    height: 70px;
    margin: 0 auto;
    bottom: 0;
    top: 0;
}
#gourmetWrap .catch::before {
    background: url(../images/line_left.png);
    background-size: 100%;
    left: -50px;
}
#gourmetWrap .catch::after {
    background: url("../images/line_right.png");
    background-size: 100%;
    right: -50px;
}
.gourmet_box_wrap {
    display: flex;
    justify-content: space-between;
}
.gourmet_box {
    width: 30%;
    margin: 0 -12px;
}
.gourmet_box .name, .gourmet_box .text {
    padding: 0 30px;
    line-height: 1.5em;
}
.gourmet_box .name {
    font-size: 20px;
    font-weight: bold;
    color: #fffd61;
    padding-top: 15px;
    padding-bottom: 5px;
}
.gourmet_box .text {
    text-align: left;
    color: #fff;
    font-size: 15px;
}

/*-----------------------------------------
おすすめツアー
-----------------------------------------*/
#tourWrap {
    padding: 40px 0 80px;
    background: #f8f6ed;   
}
#tourWrap h2 {
    margin: 0 auto 30px;
    width: 350px;
}
#tourWrap .tour_ttl_dep {
	font-size: 32px;
	line-height: 1.0em;
	color: #fc930a;
	font-weight: bold;
	text-align: center;
	margin-bottom: 40px;
}
#tourWrap .bnr {
    width: 960px;
    margin: 60px auto 0;
    background: #fff;
}
#tourWrap .bnr img:hover {
    opacity: .8;
    transition: .3s;
}
#tourWrap .btn-more {
	width: 600px;
	height: 50px;
	margin: 60px auto 20px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
}
#tourWrap .btn-more a {
	background-color: #ff6200;
	color: #fff;
	display: block;
	text-decoration: none;
	border-radius: 25px;
	position: relative;
}
#tourWrap .btn-more a:hover {
	background-color: #FCB718;
	transition: all 0.6s ease;
}
#tourWrap .btn-more a:after{
	font-family: FontAwesome;
	content: "\f054";
	position: absolute;
	right: 15px;
	top: 16px;
	line-height: 1.0em;
}
/*-----------------------------------------
FIT
-----------------------------------------*/
#fitWrap {
    padding: 0 0 80px;
    background: #f8f6ed;   
}
#fitWrap h2 {
	text-align: center;
	font-size: 32px;
	line-height: 1.0em;
	color: #fc930a;
	font-weight: bold;
    margin-bottom: 30px;
}
#fitWrap .btn-fit {
	width: 100%;
	display: flex;
	justify-content: center;
}
#fitWrap .btn-fit li {
	width: 320px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	margin: 0 10px;
}
#fitWrap .btn-fit li a {
	background-color: #ff6200;
	color: #fff;
	display: block;
	text-decoration: none;
	border-radius: 25px;
	position: relative;
}
#fitWrap .btn-fit li a:hover {
	background-color: #FCB718;
	transition: all 0.6s ease;
}
#fitWrap .btn-fit li a:after{
	font-family: FontAwesome;
	content: "\f054";
	position: absolute;
	right: 15px;
	top: 16px;
	line-height: 1.0em;
}

/*-----------------------------------------
検索ボックス調整
-----------------------------------------*/
#searchArea {
    padding: 50px 0;
}

/*-----------------------------------------
おすすめバナー
-----------------------------------------*/
#bnrArea {
	padding: 0 0 60px;
}
#bnrArea .reco-bnr {
	width: 992px;
	margin: 0 auto;
	padding: 30px;
	background-color: #fff;
	display: flex;
	justify-content: center;
}
#bnrArea .reco-bnr li {
	width: 196px;
	margin: 0 12px;
}
#bnrArea .reco-bnr li img {
	width: 100%;
}
#bnrArea .reco-bnr li a {
	display: block;
}
#bnrArea .reco-bnr li a:hover {
	opacity: 0.8;
	transition: all 0.6s ease;
}
/*-----------------------------------------
発地切り替えcookie
-----------------------------------------*/
#pageNavi .portal-navi {
    width: 160px;
	height: 44px;
	margin: 10px 0;
    background-color: #fff;
	text-align: center;
    position: relative;
}
#pageNavi .portal-navi .portal-navi__active {
	font-size: 16px;
	font-weight: bold;
	line-height: 44px;
	display: block;
	width: 100%;
}
/*他地区があったら*/
#pageNavi .portal-navi:has(.portal-navi__list) .portal-navi__active:after {
	position: absolute;
	top: 0;
	right: 15px;
	font-family: FontAwesome;
    content: "\f107";
	font-size: 1.3em;
}
#pageNavi .portal-navi:has(.portal-navi__list) .portal-navi__active:hover {
	cursor: pointer;
}
/*-----------*/
#pageNavi .portal-navi .portal-navi__list{
    display: none;
	width: 100%;
    position: absolute;
    left: 0;
	top: 44px;
    background: #fff;
	font-size: 16px;
	border: solid 1px #ccc;
	z-index: 100;
}
#pageNavi .portal-navi .portal-navi__list a {
	display: block;
	color: inherit;
	text-decoration: none;
    padding: 10px 0;
	position: relative;
}
#pageNavi .portal-navi .portal-navi__list a:hover {
    background-color: #ffef85;
}
/*#pageNavi .portal-navi .portal-navi__list a.select:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left: 25px;
	top: 10px;
}*/
/*発地切り替えドライブ管理後*/
#pageNavi .portal-navi .portal-navi__list .is-active a:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left: 25px;
	top: 10px;
}
