@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	ツアー情報 - 詳細

//////////////////////////////////////////////////////////////////////////////*/


/*------------------------------------------------------------------------------

	contents

------------------------------------------------------------------------------*/

main .contents .post .content > footer .place,
main .contents .post .content > footer .place dl,
main .contents .post .content > footer .info {
	display: flex;
}


/* 本文
------------------------------------------------------------------------------*/

main .contents .post .content .column figure {
	margin: 0;
}

main .contents .post .content > footer {
	margin-top: 4.5em;
}

main .contents .post .content > footer .place {
	justify-content: center;
}

main .contents .post .content > footer .place dl {
	flex-wrap: wrap;
	padding: .5em 1.25em;
	border-left: 1px solid rgba(47,60,69,1);
	font-weight: bold;
	line-height: 1;
}

main .contents .post .content > footer .place dl:last-child {
	border-right: 1px solid rgba(47,60,69,1);
}

main .contents .post .content > footer .place dt {
	font-size: .875em;
}

main .contents .post .content > footer .place dt span {
	position: relative;
	display: inline;
	padding-left: 1.85em;
	vertical-align: middle;
}

main .contents .post .content > footer .place dt span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1.5em;
	height: 1.5em;
}

main .contents .post .content > footer .place dl:first-child dt span::before {
	transform: translateY(-50%) rotate(-45deg);
	background-image: url(../../../common/img/icon_airplane_b.svg);
}

main .contents .post .content > footer .place dl:last-child dt span::before {
	transform: translateY(-50%);
	background-image: url(../../../common/img/icon_calendar_b.svg);
}

main .contents .post .content > footer .place dt span::after {
	content: "：";
}

main .contents .post .content > footer .place dd {
	font-size: 1.125em;
}

main .contents .post .content > footer .price {
	margin-top: 1.25em;
	text-align: center;
	font-size: 1.25em;
}

main .contents .post .content > footer .price::before {
	content: "旅行代金";
	padding-right: .25em;
	font-size: .65em;
}

main .contents .post .content > footer .info {
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 3em;
}

main .contents .post .content > footer .info table {
	width: 48%;
}

main .contents .post .content > footer .info table th,
main .contents .post .content > footer .info table td {
	padding: .75em 1em;
	border-bottom: 2px solid #FFF;
	font-size: .875em;
}

main .contents .post .content > footer .info table th {
	width: 30%;
	background-color: rgba(47,60,69,.65);
	border-right: 3px solid #FFF;
	color: #FFF;
}

main .contents .post .content > footer .info table td {
	background-color: rgba(47,60,69,.05);
}


@media screen and (max-width: 1024px){

main .contents .post .content > footer .info table th {
	width: 40%;
}

}


@media screen and (max-width: 767px){

main .contents .post .content > footer {
	margin-top: 2.5em;
}

main .contents .post .content > footer .price,
main .contents .post .content > footer .info {
	margin-top: 1em;
}

main .contents .post .content > footer .place dl {
	flex-direction: column;
	text-align: center;
}

main .contents .post .content > footer .place dt {
	margin-bottom: .75em;
}

main .contents .post .content > footer .place dt span::after {
	display: none;
}

main .contents .post .content > footer .info table {
	width: 100%;
}

}











