﻿@charset "utf-8";
/* CSS Document */
* { 
	padding: 0px;
	margin: 0px;
	border: none;
	font-family:"Noto Sans Japanese", "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
ul,li,dl,dt,dd,p{margin:0;padding:0;line-height:1.5em}
.slick-slider {
	opacity:0.8;
}
#mainPhoto{
	display:none;
	position:relative;
}
#mainPhoto h2 img{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
	z-index:1;
	width: 330px;
    height: auto;
}
#mainPhoto ul li{
	width:100%;
}
#mainPhoto ul li img{
	width:100%;
	height:400px;
}


.tourContentInner{

}
.tourContentInner h3,.tourContentInner h3 {
	text-align:center;
	font-size:1.3em;
	padding:10px 0;
	color:#5792d2;
	margin:0px auto 10px;
	
　}
.category_select{
	display: flex;
    margin: 0 20px 0 8px;
}
.category_select li {
    flex: 0 0 33%;
    position: relative;
    margin: 0 3px;
}
.category_select .categoryImg {
    height: 120px;
    overflow: hidden;
}
.category_select .categoryImg img {
    width: 100%;
    min-height: 120px;
}
.category_select .categoryArea {
    position: absolute;
    bottom: 0;
    background: rgba(240, 240, 240, 0.9);
    display: block;
    width: 100%;
    text-align: center;
    color: #000;
    padding: 5px 0;
    font-weight:bold;
}
.tourContentInner #planList h3{
	background:#fff;
	color:#EF6081;
	font-weight:normal;
	border:none;
	margin:0px auto;
}
.tourContentInner #planList h3 span{
	font-weight:bold;
}
.tourContentInner #planList h3 i{
	margin-right:8px;
}

.tourContentInner #arrival{
	padding-top:5px;
}

.active{
	display:block;
}


#planList{
	overflow:hidden;
}

.sakuraOtherPlan {
    display: block;
    font-size: 12px;
    border: #603117 1px solid;
    padding: 8px;
    width: 70%;
    text-align: center;
    margin: 8px auto;
    text-decoration: none;
}

/*見どころスポットから探すPC*/
.spot {
    display: flex;
    flex-wrap: wrap;
}
.spot dl{
	width:30%;
	vertical-align: top;
    margin: 5px;
    padding: 5px;
    border: #5f5f5f 1px solid !important;
}

.spot dl dt{
	text-align:center;
	font-weight: bold;
	color: #5f5f5f;
}
.spot dl dd{
	margin: 5px;
	font-size: 0.9em;
}
.spot .spot_txt{
	margin: 0 5px !important;
	text-align:left!important;
}
.spot .btn{
	display:block;
	clear:both;
	position: relative;
	background:none;
}
.spot .btn a{
	background:#EF6081;
	display:block;
	border-radius:5px;
	padding:10px 0;
	font-weight:bold;
	text-decoration:none;
	width:90%;
	margin:5px auto;
	text-align:center;
	color:#FFF!important;
	position: relative;
}
#content .spot .btn a:hover{
	background:#FCC;
}
.width50 dl{
	width:45.8%!important;
}

.navi{
	margin:10px 0;
}
.navi ul{
	display: flex;
}
.navi ul li{
	padding:5px;
	width: 50%;
	text-align:center;
	border-right:1px dotted #666;
}
.navi ul li:last-child{
	border-right:none;
}
.navi ul li i{
	margin-left:5px;
}

/*ページ内リンク*/
.pageNav ul{
	width:100%;
	display:table;
	margin:8px 0;
	font-size:0.9em;
}
.pageNav ul li{
	display:table-cell;
	border-right:1px solid #666;
	text-align:center;
	padding:8px 0;
	font-size:1.1em;
}
.pageNav ul li a{
	text-decoration:underline;
}
.pageNav ul li:last-child{
	border-right:none;
}
.pageNav ul li i{
	margin-left:3px;}

.bnArea li{
	margin-bottom:8px;
	width: 100%;
	text-align: center;
}

/*その他の地域*/
.otherArea {
    margin: 8px 0 15px;
}
.otherArea .otherTtl,h2.ttl_c{
	font-family: "Sawarabi Mincho";
    color: #EF6081;
    font-size: 1.5em;
    font-weight: normal;
    margin: 15px 5px 10px 5px;
    position: relative;
    padding: 5px 0px 5px 5px;
}
.otherArea .otherTtl:after,h2.ttl_c:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    height: 5px;
	border-bottom:#EF6081 solid 2px;
}
.otherArea li{
	float:left;
	width:32.6%;
	margin-right:5px;
	margin-bottom:5px;
	position:relative;
	text-align: center;
	box-sizing: border-box;
	background: #f2dbbd;
    border-radius: 5px;
}
.otherArea li img{
	width:100%;
	height:122px;
	border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}
.otherArea li:hover{
	opacity:0.8;
}
.otherArea li .areaName{
	font-family: 'Satisfy', cursive;
	font-size:2.6em;
	color:#fff;
	top: 46%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	position:absolute;
	-webkit-text-shadow: 0px 0px 8px #333;
  	-moz-text-shadow: 0px 0px 8px #333;
  	text-shadow: 0px 0px 8px #333;
}
.otherArea li .areaTtl{
	font-size:1.1em;
	padding: 12px 0;
    font-weight: bold;
    color: #EF6081;
}

.planListBtn {
    margin: 8px auto;
    width: 80%;
    text-align: center;
    color: #fff!important;
	background:#f90;
    padding: 8px 0;
    border-radius: 50px;
}
.category_info {
    display: flex;
    padding: 8px;
}

.info_img{
    flex: 0 0 20%;
    margin-right: 8px;
    overflow: hidden;
}
.info_img img,.tour_img img {
    width: 100%;
    min-height: 140px;
    object-fit: cover;
}

.category_tour_list {
    margin:50px 0;
}
.category_tour_list h3 {
    text-align: center;
    color: #5792d2;
    font-size: 1.5em;
    margin: 15px 0 8px;
    border-top: 2px solid #5792d2;
    padding: 12px 0;
    border-bottom: 2px solid #5792d2;
    border-left:none;
    background: #f6fdf8;
    width:100%;
}
.category_tour_list h4.cate_ttl {
    background: #666;
    display: block;
    position: relative;
    color: #fff;
    padding: 3px 8px;
    width: 300px;
    margin: 0 auto 12px;
    text-align: center;
}
.category_tour_list h4.cate_ttl:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 5px solid transparent;
    border-top: 5px solid #666;
}

.tour_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tour_list>li,.spot_list>li {
    border: 1px solid #d2d2d2;
    box-shadow: rgba(139, 132, 105, 0.1) 4px 4px 1px 0px;
    border-radius: 5px;
    margin:15px 0;
    flex: 0 0 48.5%;
}
.tour_list>li:hover,.spot_list>li:hover{
	opacity: 0.8;
}
.spot_list>li a{
	display:flex;
	align-items: center;
	position:relative;
	color:inherit;
}
.spot_list>li a:after{
	position: absolute;
	content:'\f054';
	font-family: "fontAwesome";
	right:5px;
}
.spot_list .tour_img{
	flex:0 0 30%;
	margin-right: 8px;
	height: 140px;
    overflow: hidden;
}
.category_tour_list li a {
    color: #000;
    position: relative;
}
.tour_list .tour_img{
	height: 180px;
    overflow: hidden;
}
.tour_list .tour_img img{
	min-height:180px;
}
.tour_text {
    padding: 15px;
}

.tour_text h5 {
    line-height: 1.4em;
    margin-bottom:8px;
}
.tour_text p {
    font-size: 0.9em;
}
.feature {
    display: flex;
    margin: 8px 0;
    flex-wrap: wrap;
}

.feature li {
    background: #eee;
    padding: 3px 5px;
    font-size: 0.9em;
    margin: 0 5px 5px 0;
}
.shop-name {
    text-align: right;
}
.tour_link {
    margin: 15px auto 0;
    width: 80%;
    text-align: center;
    padding: 8px 0;
    background: #f90;
    color: #fff;
    border-radius: 50px;
    font-weight: bold;
}
.tour_price {
    color: #c00;
    font-weight: bold;
    font-size: 1.2em;
    text-align: right;
}
.other_tour_link {
    margin: 15px auto;
    display: flex;
    justify-content: center;
}

.other_tour_link a{
    padding: 10px 30px 10px 30px;
    display: block;
    border-radius: 50px;
    position: relative;
    text-align: center;
    font-weight: bold;
    background: #fff;
    margin: 0 15px;
    border: 2px solid #f90;
    color: #000!important;
    font-size: 1em;
}
.other_tour_link a:after{
	position: absolute;
	content:'\f054';
	font-family: "fontAwesome";
	right:5px;
}
