@charset "UTF-8";
/* CSS Document */



/* --------------------------------------------------
ttl-page
-------------------------------------------------- */
/* ttl-page */
.ttl-page{
	background: url("../img/bg-ttl-baggages.jpg") center no-repeat;
	background-size: cover;
}

/* baggages-ttl */
.baggages-ttl{
	font-size: 3.6rem;
	font-weight: bold;
	position: relative;
	padding-bottom: .4em;
	margin-bottom: 1em;
}
.baggages-ttl:after{
	content: "";
	display: block;
	position: absolute;
	width: 215px;
	height: 5px;
	margin: auto;
	top: auto;
	bottom: 0;
	right: auto;
	left: 0;
	z-index: 0;
	background: #B9464A;
}

.baggages-ttl a{
	text-decoration: underline;
	color: #D33845;
	font-weight: bold;
}

/* baggages-sttl */
.baggages-sttl{
	font-size: 2.4rem;
	font-weight: bold;
	padding-left: .5em;
	border-left: 6px solid #B9464A;
	margin-bottom: 1em;
}
.baggages-sttl a{
	text-decoration: underline;
	color: #D33845;
	font-weight: bold;
}

/* baggages-ssttl */
.baggages-ssttl{
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: 1em;
}

@media screen and (max-width: 800px) {
	/* baggages-ttl */
	.baggages-ttl{
		font-size: 2.2rem;
	}

	/* baggages-sttl */
	.baggages-sttl{
		font-size: 1.8rem;
	}
	/* baggages-ssttl */
	.baggages-ssttl{
		font-size: 1.5rem;
	}
}



/* sub-title */
.sub-title {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 5%;
}

.sub-title h3,
.sub-title p{
	display: table-cell;
	vertical-align: middle;
}

.sub-title h3 {
	font-size: 7.2rem;
	padding: 40px;
	font-weight: bold;
}

.sub-title h3 .title {
	position: relative;
	display: block;
	padding: 0;
	line-height: 1.1;
}

.sub-title h3 .txt {
	display: block;
	font-size: 1.6rem;
	line-height: 2.5;
	margin: 40px auto;
	max-width: 730px;
}

.sub-title p {
	width: 613px;
}

@media screen and (max-width: 800px) {
	.sub-title{
		display: block;
	}
	.sub-title h3 {
		display: block;
		font-size: 2.4rem;
		padding: 1em 1%;
	}
	.sub-title h3 .title {
		margin-bottom: 1em;
	}
	.sub-title h3 .txt {
		max-width: none;
		margin: 0;
		line-height: 1.8;
	}
	.sub-title p {
		display: block;
		width: 100%;
	}
}


/* --------------------------------------------------
baggages-block
-------------------------------------------------- */
.baggages-block{
	margin-bottom: 5%;
	position: relative;
	z-index: 0;
	padding: 2em 0;
	overflow: hidden;
}
.baggages-block:after{
	content: '';
	position: absolute;
	display: block;
	width: 80%;
	height: 70%;
	margin: auto;
	top: 0;
	bottom: auto;
	right: 80%;
	left: 0;
	background: #F3F3F3;
	z-index: -1;
}
.baggages-block .baggages-ttl{
	margin-left: 4rem;
}
.baggages-block .inner-wrap{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 3%;
}
.baggages-block .inner-wrap.reverse{
	flex-direction: row-reverse;
}
.baggages-block .inner-wrap .txt{
	width: 48%;
	padding: 5%;
	margin-bottom: 4%;
}
.baggages-block .inner-wrap .pht{
	width: 48%;
	margin: 0 auto 1em;
	display: flex;
	justify-content: space-between;
}
.baggages-block .wide-wrap .pht img{
	width: 48%;
}

@media screen and (max-width: 800px) {
	.baggages-block .baggages-ttl{
		margin-left: 1rem;
	}
	.baggages-block .inner-wrap .txt{
		width: 100%;
		margin-bottom: 4%;
	}
	.baggages-block .inner-wrap .pht{
		width: 100%;
	}
	.baggages-block .inner-wrap .txt p{
		font-size: 1.4rem;
	}
	
}

/* col3 */
.baggages-block .inner-wrap.col3 >div{
	width: 32%;
}
.baggages-block .inner-wrap.col3 >div .pht{
	width: 100%;
	display: block;
}
.baggages-block .inner-wrap.col3 >div .txt{
	width: 100%;
}

@media screen and (max-width: 800px) {
	.baggages-block .inner-wrap.col3 >div{
		width: 100%;
	}
}

/* info-txt */
.info-txt{
	border-left: 2px solid #707070;
	padding: .4em 0 .4em 1.5em;
	font-size: 1.3rem;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 3em 0;
	width: 100%;
}
.info-txt dt,
.info-txt dd{
	margin-bottom: 1em;
	line-height: 2;
}
.info-txt dt{
	min-width: 10rem;
	font-weight: bold;
}
.info-txt dd{
	width: calc(100% - 10rem);
}

@media screen and (max-width: 800px) {
	.info-txt {
		margin: 1em 0;
	}
	.info-txt dt{
		min-width: 8rem;
	}
	.info-txt dd{
		width: calc(100% - 8rem);
	}
}