@charset "utf-8";

/* ============================= ‹¤’Ê =============================  */

* { 
	padding: 0px;
	margin: 0px;
	border: none;
}

li { list-style-type: none;}

p,li,ul,dl,dt,dd{
	margin:0;
	padding:0;
}
a { text-decoration:none; color: #333; overflow: hidden;}

a:hover {
	color:#F60;
}
.lead_text{
	margin:15px 0;
}
.ttl_sub{
	margin: 30px 0 15px;
	padding: 15px;
    background: #eee;
}
.ttl_cate {
    text-align: center;
    margin: 30px 0 15px;
    border-top: 3px solid #23321b;
    padding: 15px 0;
    border-bottom: 3px solid #23321b;
    color: #23321b;
}
.tourCont{
	margin: 20px auto;
    background: #fff;
    border-bottom: 1px dotted #333;
    padding-bottom: 20px;
}
.tourCont .tourContInner{
	display:flex;
}
.tourCont h3{
	border-left:6px solid #28361c;
	font-size:1.3em;
	color:#28361c;
	padding:5px 0 5px 8px;
	margin-bottom:8px;
}
.planImg{
	width:42%;
	flex:0 0 42%;
	margin-right:15px;
	overflow: hidden;
   /* height: 200px;*/
}
#mainPhoto img {
    width: 100%;
}
.tourCont .tourContInner .planImg img{
	width:100%;
	height:250px;
	object-fit: cover;
	object-position: center;
}
.tourDetail{
	font-size:1.1em;
	line-height:1.3em;
}
.planDetail dl{
	margin-bottom:8px;
	padding-bottom:5px;
	border-bottom: 1px dotted #3b2b28;
}
.tourCont .tourContInner .planDetail dt {
	float:left;
}
.tourDetail dt {
	font-weight:bold;
	font-size:1.2em;
	margin-bottom:5px;
	margin-top:5px;
	border-left:6px solid #5792d2;
	color:#5792d2;
	padding:5px 0px 5px 8px;
	line-height:1.3em;
}
.tourDetail dd {
	margin-bottom:8px;
}
.tourShop {
    color: #999;
}
.tourIcon span{
	padding:3px 5px;
	background:#3b2b28;
	color:#fff;
	margin-right:8px;
	font-size:0.9em;
}
.tourIcon i{
	margin-right:5px;
}
.tourPrice{
	color:#F00;
	font-weight:bold;
	font-size:1.6em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	padding:5px 8px;
	text-align: right;
}

.tourPrice span{
	font-weight:normal;
	color:#3b2b28;
	font-size:0.7em;
}
.tourLink{
	width:40%;
	margin:8px auto;
	float:right;
}
.tourLink{
	width:80%;
	margin:8px auto;
}
.tourLink a{
	background:#f90;
	border-radius:5px;
	color:#fff;
	text-align:center;
	padding:8px 5px;
	display:block;
	font-weight:bold;
	font-size:1.1em;
	border:#f90 2px solid;
}

.tourDetail a i{
	margin-left:5px;
}
.tourDetail a:hover{
	background:#fff;
	border:#f90 2px solid;
	color:#f90;
}
.spot_list ul{
	display: flex;
}

.spot_list li{
	padding:0 5px;
	flex:0 0 32%;
}
.spot_img{
	margin-bottom:8px;
	height: 150px;
    overflow: hidden;
}
.spot_img img{
	width:100%;
	min-height: 150px;
}
.spot_text h3{
	text-align: center;
	font-weight:bold;
}
.otherArea {
    max-width: 1024px;
    margin: 0 auto;
}
.otherArea ul{
	display: flex;
	flex-wrap:wrap;
}
.otherArea li{
	flex: 0 0 23.5%;
    padding: 5px;
}
.otherArea li img{
	width:100%;
	vertical-align: bottom;
    height: 120px;
}
.otherArea li a{
	display: block;
    position: relative;
}
.areaTtl {
    position: absolute;
    bottom: 0;
    background: rgba(253,253,253,0.8);
    text-align: center;
    width: 100%;
    font-weight: bold;
    padding: 3px 0;
}

@media only screen and (max-width: 768px){
	.tourCont .tourContInner{
		display:block;
	}
	.planImg{
		width:80%;
		margin:auto;
	}
	.tourDetail{
		font-size:1em;
		padding:8px;
	}
	.tourLink{
		float:none;
	}
	.spot_list ul{
		display:block;
	}
	.spot_list li{
		display:flex;
		margin-bottom: 15px;
	}
	.spot_text h3{
		text-align: left;
	}
	.spot_img{
		flex:0 0 30%;
		height: 80px;
		margin-right: 10px;
	}
	.spot_img img{
		min-height: 80px;
	}
	.otherArea li{
		flex: 0 0 47%;
	}

.tourContentInner .rankBox h3 {
    background: none;
    border: none;
    font-size: 1em;
    text-align: left;
    margin: 0;
    width: 100%;
    padding: 0;
    color: #000;
}
.ranking .ranking-review{
	display:none;
}
.rankBox{
	display:flex;
	padding: 8px;
    border-bottom: 1px dotted #999;
}
.ranking-img {
    position: relative;
    flex: 0 0 100px;
    margin-right: 8px;
}
.ranking-txt{
	margin:0;
	width: 100%;
}
.rankBox .price{
	text-align: right;
}
.rankBox .price span{
	font-size:110%;
	display:inline;
}

.rankBox img{
	width:100%;
	height:auto;
	vertical-align: bottom;
}
.rankBox .price{
	color:#c00;
	font-weight:bold;
	font-size:110%;
}
.ranking-mark{
	padding: 3px;
    top: 3px;
    left: 3px;
    width: 25px;
    height: 25px;
    position: absolute;
    background: #666;
    border-radius: 50%;
    color: #fff;
    text-align: center;
}
}
/*FAQ*/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
.cp_qa {
	overflow-x: hidden;
	margin: 0 auto;
	color: #333333;
}
.cp_qa .cp_actab {
	padding: 20px 0;
	border-bottom: 1px dotted #cccccc;
}
.cp_qa label {
	font-size: 1.2em;
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 10px 10px 0 48px;
	cursor: pointer;
}
.cp_qa .cp_actab-content {
	font-size: 1em;
	position: relative;
	overflow: hidden;
	height: 0;
	margin: 0 40px;
	padding: 0 14px;
	-webkit-transition: 0.4s ease;
	        transition: 0.4s ease;
	opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
	height: auto;
	padding: 14px;
	opacity: 1;
}
.cp_qa .cp_plus {
	font-size: 2.4em;
	line-height: 100%;
	position: absolute;
	z-index: 5;
	margin: 3px 0 0 10px;
	-webkit-transition: 0.2s ease;
	        transition: 0.2s ease;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
/*バナー*/
.mx-auto {
    margin-left: auto;
    margin-right: auto;
}