.tup2-tour-container{
	margin-top: 40px;
}
.tup2-tour-list{
	display: grid;
}
.tup2-tour-contents{
	padding: 20px;
	flex: 1;
}
.tup2-tour-item{
	background-color: #faf8f7;
}
.bg-brown-light .tup2-tour-item{
	background-color: #ffffff;
}
.tup2-tour-link{
	display: flex;
	flex-direction: column;
	height: 100%;	
}
.tup2-tour-tag {
	background-color: #877a67;
	color: #fff;
	font-size: 16px;
	border-radius: 3px;
	padding: 0 10px;
	width: fit-content;
}
.tup2-tour-img-wrap{
	position: relative;
	width: 100%;
	/* aspect-ratio: 403 / 268;
	max-height: 230px; */
	overflow: hidden;
}
#contentsArea .tup2-tour-img{
	max-width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
#contentsArea .tup2-tour-title-img {
	display: inline-block;
	margin-top: 10px;
	color: #333333;
	line-height: 1;
}
#contentsArea .tup2-tour-title-img img {
	height: 20px;
	object-fit: contain;
}
.tup2-tour-img-container{
	position: relative;
}
.tup2-tour-img-capt-crdt{
	position: absolute;
  right: 5px;
	font-size: 1.4rem;
}
a .tup2-tour-img-capt-crdt{
	color: #333333;
}

.tup2-tour-title {
	display: inline;
	font-weight: bold;
	color: #333333;
}
.tup2-tour-lead {
	margin-top: 1em;
	line-height: 1.5;
	font-size: 16px;
	color: #333333;
}
.tup2-tour-price-all {
	display: flex;
	color: #ab3549;
	align-items: baseline;
	font-weight: bold;
	justify-content: center;
	line-height: 1;
	margin: 20px 0 5px;
}
.tup2-tour-bg{
	background-color:#b08f64;
	color: #fff;
	height: 60px;
	display:flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	transition: .3s ease-out;
}
.tup2-tour-bg::after{
	content:"";
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	display: block;
	width:9px;
	height:9px;
	margin-left: 5px;
}
.tup2-tour-price-note{
	font-size: 14px;
	color: #333333;
}
.tup2-tour-price-range.-none, .tup2-tour-price-to.-none, .tup2-tour-price-to-yen.-none {
	display: none;
}
.tup2-tour-date-all{
	font-size: 16px;
	margin: 10px 0;
	display: flex;
	align-items: center;
	line-height: 1;
	color: #333333;
}
.tup2-tour-date-all::before{
	content:"";
	background: url(/honeymoon/area/images/europe/date-logo.png) no-repeat;
	width:17px;
	height:17px;
	display: block;
	background-size: contain;
	margin-right:5px;
}
.tup2-tour-oil-airport {
	font-size: 14px;
	text-align: center;
	color: #bbbaba;
}
.tup2-tour-room-note {
	font-size: 14px;
	text-align: center;
	color: #bbbaba;
}

a.button.other-excursion-link{
	margin-top: 45px;
	background-color: #fff;
	border:3px solid #b89770;
	color: #b89770;
	flex-direction: column;
	border-radius: 50px;
    /* margin-bottom: 90px; */
		font-weight: bold;
}
.other-excursion-link-sub {
	font-size: 16px;
}
a.button.other-excursion-link::after{
	content:"";
	width:15px;
	height:15px;
	display: block;
	top:45%;
	border-top: 3px solid #b89770;
	border-right:3px solid #b89770;
}
@media (min-width: 1151px){
	.tup2-tour-bg{
		br{
			display: none;
		}
	}
}
@media (min-width: 769px) {
	.tup2-tour-list{
		grid-template-columns: repeat(3, 1fr);
		gap: 40px;
	}
	a.button.other-excursion-link:hover{
		background-color:#b89770;
		color: #fff;
		border-radius: 50px;
	}
	a.button.other-excursion-link:hover::after{
		border-top-color: #fff;
		border-right-color:#fff;
	}
	.tup2-tour-item{
		&:hover{
			.tup2-tour-bg{
				background-color: var(--color-red);
			}
		}
	}
	.tup2-tour-img-wrap {
		padding-bottom: calc( 230 / 345 * 100%);
	}
	.tup2-tour-price{
		font-size: 24px;
	}
}
@media (min-width: 769px) and (max-width: 1150px){
	.tup2-tour-bg{
		&::after{
			margin-left: 15px;
		}
	}
}
@media (min-width: 769px) and (max-width: 1023px){
	.tup2-tour-list{
		grid-template-columns: repeat(2, 1fr);
		gap: 30px;
	}
	.tup2-tour-bg{
		br{
			display: none;
		}
	}
}
@media (max-width:768px) {
	.tup2-tour-list{
		gap: 20px;
	}
	.tup2-tour-headline{
		display: flex;
		gap: 10px;
		padding: 20px 20px 0;
	}
	.tup2-tour-img-container{
		width: 35%;
	}
	.tup2-tour-img-capt-crdt{
		font-size: 1.2rem;
	}
	.tup2-tour-title-wrap{
		flex: 1;
		font-size:calc( 36 / 750 * 100vw );
		line-height: 1.4;
	}
	#contentsArea .tup2-tour-title-img {
    margin-top: 0;
	}
	.tup2-tour-lead {
    margin-top: 10px;
		font-size:calc( 32 / 750 * 100vw );
	}
	.tup2-tour-price-all{
		font-size:calc( 36 / 750 * 100vw );
	}
	.tup2-tour-price{
		font-size:calc( 44 / 750 * 100vw );
	}
	.tup2-tour-date-all{
		font-size:calc( 28 / 750 * 100vw );
	}
	.tup2-tour-price-note{
		font-size:calc( 28 / 750 * 100vw );
	}
	.other-excursion-link-main ,
	.other-excursion-link-sub{
		font-size:calc( 26 / 750 * 100vw );
	}
	.other-excursion-link-main{
		font-size:calc( 30 / 750 * 100vw );
	}
	.button.-lg-fs-md.other-excursion-link {
		height: calc(190 / 750* 100vw);
		/* margin-bottom: calc(200 / 750* 100vw); */
		margin-top:30px;
	}
	.other-excursion-link-main{
		line-height: 1.2;
        text-align: center;
	}
	a.button.other-excursion-link::after{
		width:12px;
		height:12px;
		border-top-width: 2px;
		border-right-width:2px;
	}
	.tup2-tour-bg{
		br{
			display: none;
		}
	}
	.tup2-tour-img-wrap {
		padding-top: 21vw;
	}
}


.tup2-tour-container.-item-border{
	.tup2-tour-bg{
		border-top: 1px solid #b89770;
	}
}