@charset "utf-8";
@import url("/kaigai/area/css/early_style.css");

/*  MV
============================================================================= */
@media screen and (min-width: 769px) {
	.mv { height: 700px}
}

/*  見出し
============================================================================= */
.page-ttl.-line:after,
.page-ttltxt span:after{
	background: #ea8076;
}

/*  ルックJTBで行く/海外航空券・海外ホテル
============================================================================= */
.lookjtb{
	background: repeating-linear-gradient(-45deg, rgba(255, 241, 240, 30%), rgba(255, 241, 240, 30%) 2px, rgba(255, 241, 240, 100%) 2px, rgba(255, 241, 240, 100%) 4px);
}
.arrange{
	background: repeating-linear-gradient(-45deg, rgba(243, 251, 255, 30%), rgba(243, 251, 255, 30%) 2px, rgba(243, 251, 255, 100%) 2px, rgba(243, 251, 255, 100%) 4px);
}

/*  【他発地】エスコート非表示
============================================================================= */
#lookjtbtour .-escort{display:none;}
/* 人気エリア＆観光スポット
============================================================================= */
.trip-cas{
	margin-top: 20px;
	margin-bottom: 15px ;
}
.trip-cas_item{
	margin-top: 10px;
	padding-bottom: 15px ;
	background: #fff;
}
.trip-cas_box{
	display: flex;
	flex-direction: column;
}
@media screen and (max-width: 999px) {
	.trip-cas_item{
		background: #fff;
	    box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
	}
	.trip-cas_body{
		padding: 15px 15px 0;
	}

}

.trip-cas_photo{
	position: relative;
}
.trip-cas_photo figure{
    position: relative;
	overflow: hidden;
    width: 100%!important;
	height: 0;
    padding-top: calc(230 / 500 * 100%)!important;
}
.trip-cas_photo-img img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
	object-fit: cover;
	vertical-align: bottom;
}


.trip-cas_iconlist{
	position: absolute;
	top: 10px;
	display: flex;
	margin-left: -2px;
	padding: 0 10px;
}
.trip-cas_iconlist-item{
	margin-left: 2px;
	width: 60px;
	height: 60px;
	background-color: rgba(255, 255, 255, 0.85);
}

.trip-cas_name{
    line-height: 1.3;
     margin-bottom:5px;
}
.trip-cas_name span{
	position: relative;
	padding-left: 20px;
	font-size: 1.8rem;
    font-weight: bold;
   

}
.trip-cas_name span:before{
	position: absolute;
    left: 0;
    top: -2px;
	content: "\e0c8";
    font-size: 1.7rem;
    font-family: 'Material Icons Round';
}


.trip-cas_detail-box{
	padding-top: 15px;
}
.trip-cas_detail-body{
	padding: 0 15px;
}
.trip-cas_detail-info{
	margin-top: 15px;
}
.trip-cas_detail-info > section:not(:first-of-type){
	margin-top: 10px;
}
.trip-cas_detail-spotttl{
	font-weight: bold;
}
.trip-cas_detail-spotlist{
	display: flex;
	flex-wrap: wrap;
	margin: 5px 0 0 -5px;
}

.trip-cas_detail-spotlist_item{
	margin: 5px 0 0 5px;
}
.trip-cas_detail-spotlist_item a{
	display: flex;
	align-items: flex-start;
	padding: 8px 15px;
	font-size: 1.2rem;
	line-height: 1.3;
	border-radius: 50vw;
	border: solid 1px #003B82;
	background: #fff;
}
.trip-cas_detail-spotlist_item a:before{
	content: "#";
	margin-right: 5px;
}
.trip-cas_detail-bt{
	margin-top: 20px;
}

.trip-cas_detail-bt a{
	display: block;
	margin: 0 auto;
    padding: 10px 5px;
	max-width: 350px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    
    border: solid 1px #003B82;
    background: #003B82;
}
.trip-cas_detail-bt .m-ico{
	margin-right: 0;
}
@media screen and (min-width: 1000px) {
	.trip-cas{
		display: flex;
		flex-wrap: wrap;
		margin: 20px 0 50px -20px;
	}
	.trip-cas_item{
		margin: 20px 0 0 20px;
		padding-bottom: 0;
		width: calc(100% / 3 - 20px);
		height:auto;
	}
	.trip-cas_box{
		height: 100%;
		box-shadow: 0 0 0.5em rgb(0 0 0 / 20%);
		transition: opacity 0.3s;
	}
	.trip-cas_detail-spotlist_item:hover{
		opacity: .6;
	}
	.trip-cas_photo figure{
		padding-top: calc(375 / 500 * 100%)!important;
	}
	.trip-cas_iconlist{
		margin-left: -5px;
	}
	.trip-cas_iconlist-item{
		margin-left: 5px;
	}
	.trip-cas_detail-box{
		padding-top: 0px;
	}
	.trip-cas_body{
		flex: 1;
		display: flex;
		flex-direction: column;
		padding-bottom: 10px;
	}
	.trip-cas_name{
		margin-top: 20px;
		text-align: center;
		line-height: 1.3;
	}
	.trip-cas_name span{
		position: relative;
		padding-left: 20px;
		font-size: 1.8rem;
		font-weight: bold;
	}
	.trip-cas_name span:before{
		position: absolute;
		left: 0;
		top: 0px;
		content: "\e0c8";
		font-size: 1.7rem;
		font-family: 'Material Icons Round';
	}
	.trip-cas_txt{
		display: block;
		flex: 1;
		margin: 15px 20px 0;
	}
	
	.trip-cas_detail{
		display: none;
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
		max-width: 1236px;
		min-width: 970px;
		padding-bottom: 0;
		height: auto;
		background: #fff;
	}
	.trip-cas_a{
	  position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
		max-width: 1236px;
		min-width: 970px;
		padding-bottom: 0;
		height: auto;
		background: #fff;
	}
	.trip-cas_detailwrap{
		position: relative;
		display: flex;
		flex-direction: row-reverse;
		width: 100%;
		height: auto;
		min-height: 450px;
		background: #fff;	
	}
	.trip-cas_detail-body{
		display: flex;
		flex-direction: column;
		padding: 10px 20px;
		
	}
	.trip-cas_detail-name{
		font-size: 2.0rem;
		font-weight: bold;
	}
	.trip-cas_detail-box{
		flex: 1;
	}
	.trip-cas_detail-txt{
		display: block;
		flex: 1;
		margin: 15px 20px 0;
	}
	.trip-cas_detail-info{
		margin-top: 15px;
		padding: 15px;
		border-radius: 5px;
		background: #f5f5f5;
	}
	.trip-cas_detail-spotlist_item a{
		font-size: 1.4rem;
		cursor: pointer;
	}
	.trip-cas_detail-bt{
		display: flex;
		justify-content: center;
		margin: 20px 0 0 -10px;
	}
	.trip-cas_detail-btitem{
		margin-left: 10px;
		width: calc(100% / 2 - 10px);
	}
	.trip-cas_detail-photo{
		width: 50%;
	}
	.trip-cas_detail-photo-img{
		position: relative;
		overflow: hidden;
		height: 100%;
	}
	.trip-cas_detail-photo-img img{
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.trip-cas_detail-photo figcaption{
		position: absolute;
		right: 0;
		bottom: 5px;
		padding: 0 5px;
		color: #fff;
		font-size: 1.2rem;
		line-height: 1.3;
		text-shadow: 0 0 0.2em rgb(0 0 0 / 80%);
	}
	.trip-cas_detail-photo .trip-cas_iconlist-item{
		width: 70px;
		height: 70px;
	}
}
   .T-link {
	margin: 15px 0 0;
    padding: 5px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border: solid 1px #003B82;
    background: #003B82;    
    }



