@charset "utf-8";

/*  見出し
============================================================================= */
.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);
}


/*  海外ホテル_海外DPへのリンク非表示
============================================================================= */
.-ovshtl ul.arrange-cas_link li:first-child{display:none;}


/*  海外DP非表示
============================================================================= */
.-ovsdp{display:none;}

/*  JTB特典/画像なしへレイアウト変更/注意文言追加
============================================================================= */
.page-subttltxt2{
text-align:center;
font-weight:bold;
color:#CC0D21;}



/*  OP
============================================================================= */
.oppage-subttlbox{
	display: flex;
	flex-direction: column;
	flex-direction: column-reverse;
	margin-left: auto;
	width: auto;
	margin-top:60px;

}

.op-subttl{font-size: 3.0rem;
font-weight: bold;
text-align:center;
margin-bottom:-20px;
}


.oppage-subttl{
	text-align: center;
	font-size: 2.0rem;
	font-weight: bold;
}
.oppage-subttltxt{
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.oppage-subttltxt:before, .oppage-subttltxt:after{
	content: "－";
}
.oppage-subttltxt:before{
	margin-right: 5px;
}
.oppage-subttltxt:after{
	margin-left: 5px;
}

@media screen and (max-width: 759px){
.oppage-subttlbox{
	display: flex;
	flex-direction: column;
	flex-direction: column-reverse;
	margin-left: auto;
	width: auto;
	margin-top:40px;
}
.op-subttl{font-size: 2.0rem;
font-weight: bold;
text-align:center;
margin-bottom:-10px;
}
.oppage-subttltxt{
		font-size: 1.4rem;
		letter-spacing: .1em;
	
}

