@charset "utf-8";
#contentsArea {
	width: 100%;
	max-width: 1024px;
	min-width: 320px;
	margin: 18px auto 20px;
	font-family: "メイリオ", Meiryo, "sans-serif";
	line-height: 1.2;
}

/* ++++++++++++++++++++++++++++++++++++++++++ mainVisual */
#contentsArea .mainVisual {
	position:relative;
	margin: 0;
}

#contentsArea .mainVisual .swiper-slide {
	margin-bottom: 10px;
}

#contentsArea .mainVisual img {
	max-width: 100%;
	height: auto;
	
}

#contentsArea .mainVisual h1 {
	position:absolute;
	width: auto;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	color:#FFF;
	z-index:1000;
	text-align: center;
	border: none;
	padding: 0;
	margin-top: -10px; /* 画像のテキスト部分を中央にするため、少し上に上げる */
}

#contentsArea .mainVisual h1 img {
	width: 142px;
}

#contentsArea .introduction {
	border: #1BA1DB 3px solid;
	padding: 10px;
	color: #1BA1DB;
	margin: 0 10px 30px;
}

#contentsArea .introduction p {
	text-align: left;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 0;
}


/* ++++++++++++++++++++++++++++++++++++++++++ section */
#contentsArea .section {
	margin: 0 0 40px;
}

#contentsArea .section h2 {
	background: url(/kaigai_opt/promotion/mybus/img/bg_h2.png) no-repeat center bottom;
	border: none;
	text-align: center;
	font-size: 28px;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif;
	font-feature-settings: "pwid";
	color: #C71427;
	margin: 0 0 20px;
	padding: 0 0 12px;
	
}

#contentsArea .section .article {
	position: relative;
	margin: 0 12px 40px;
}

#contentsArea .section .article::after {
	content: '';
	display: block;
	clear: both;
}

#contentsArea .section .article h3 {
	color: #C71427;
	background: none;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif;
	font-size: 20px;
	font-weight: bold;
	font-feature-settings: "pwid";
	padding: 0;
	margin: 0 0 15px;
	text-align: center;
}

#contentsArea .section .article .box {
	background: #F4F2EC;
	width: 100%;
	padding: 0 10px 15px 10px;
	float: left;
	text-align: left;
	border-radius: 15px;
}


#contentsArea .section .article .circle {
	width: 80px;
	height: 80px;
	line-height: 72px;
	border: #FFF 5px solid;
	border-radius: 100%;
	background: #C81528;
	color: #FFF;
	text-align: center;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif;
	font-size: 22px;
	font-feature-settings: "pwid";
	margin: 0 auto -15px;
	position: relative;
	top: -27px;
	left: -5px;
}

#contentsArea .section .article .circle em {
	font-size: 22px;
	font-style: normal;
}

#contentsArea .section .article p {
	font-size: 14px;
	line-height: 1.5;
}

#contentsArea .section .article .images01,
#contentsArea .section .article .images02,
#contentsArea .section .article .images03 {
	/*display: block;*/
	display: none;
	margin: 10px auto;
	max-width: 250px;
}
#contentsArea .section .article .images02 { max-width: 200px; }
#contentsArea .section .article .images03 { max-width: 230px; }


#contentsArea .section .column3box::after {
	content: '';
	display: block;
	clear: both;
}

#contentsArea .section .column3box {
	margin: 0 10px;
}

#contentsArea .section .column {
	display: block;
	float: right;
	width: 50%;
	/*height: 212px;*/
	padding: 50% 0 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center top;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif;
	font-size: 24px;
	line-height: 1.2;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	text-shadow:1px 1px 6px rgb(0,0,0);
	text-decoration: none;
	position: relative;
	
}

#contentsArea .section .column:nth-child(2n+1) {
	float: left;
	clear: both;
}

#contentsArea .section .column span {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	transform: translate(0, -50%);
	text-align: center;
	
}

#contentsArea .section .column i {
	font-size: 16px;
	font-weight: normal;
}

#contentsArea .section .column.hawaii {	background-image:url(/kaigai_opt/img/front/srh/topSpecial/popularspot_01HNL.jpg); }
#contentsArea .section .column.taipei {	background-image:url(/kaigai_opt/img/front/srh/topSpecial/popularspot_03TPE.jpg); }
#contentsArea .section .column.paris { background-image:url(/kaigai_opt/img/front/srh/topSpecial/popularspot_04PAR.jpg); }
#contentsArea .section .column.singapore { background-image:url(/kaigai_opt/img/front/srh/topSpecial/popularspot_01SIN.jpg); }
#contentsArea .section .column.bangkok { background-image:url(/kaigai_opt/img/front/srh/topSpecial/popularspot_01BKK.jpg); }
#contentsArea .section .column.ny {	background-image:url(/kaigai_opt/img/front/srh/topSpecial/popularspot_02AME.jpg); }


#contentsArea .section .btn {
	
	margin: 30px 0;
	
}

#contentsArea .section .btn a {
	display: block;
	width: 80%;
	padding: 5px 10px;
	color: #FFF;
	background: #C81528;
	font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "HGS明朝E", serif;
	font-feature-settings: "pwid";
	font-size: 24px;
	text-decoration: none;
	text-align: center;
	margin: auto;
}
#contentsArea .section .column:hover,
#contentsArea .section .btn a:hover {
	opacity: 0.7;
}

/******************************** liftup ********************************/

#liftup{
	clear:both;/*20090313*/
	margin:0 0 7px 10px;
	padding:19px 0 14px 0;
	width:963px;/*20081217*/
	background:url(/kaigai_fit/images/basic/bg-liftup-01.gif) repeat-x left bottom;
	text-align:right;
}

	#liftup p{
		margin:0 10px 0 0;
	}

		#liftup p img{
			margin:0 4px 0 0;
			vertical-align:middle;
		}


/*  パンくず
-----------------------------------------------------------*/
.breadcrumbs_wrapper{display:flex;align-items:center; max-width: 950px; margin: 0 auto; padding: 10px;}
.breadcrumbs_contents{display:block;width:100%;}
.breadcrumbs_item{display:inline-block;color:#6b6e71;font-size:12px;line-height:2}
.breadcrumbs_item.-home{flex-shrink:0;margin-right:2.6666666667vw}
.breadcrumbs_inner{margin-bottom:-10px;padding-bottom:10px;overflow-x:auto;white-space:nowrap;width:71vw}
.breadcrumbs_item{display:inline-block;color:#323743;line-height:2;margin-right:2.6666666667vw}
.breadcrumbs_item a{color:#c0c5cb}
.breadcrumbs_item:not(:last-child):after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);display:inline-block;transform:rotate(-45deg);border:1px solid #c0c5cb;border-top:none;border-left:none;vertical-align:middle;content:"";width:1.0666666667vw;height:1.0666666667vw;margin-top:-.7vw;margin-left:1.3333333333vw}
a.breadcrumbs_anchor{color:#3498db;font-weight:700}
@media screen and (min-width:769px){
.breadcrumbs_item.-home,.breadcrumbs_item{margin-right:10px}
.breadcrumbs_item:last-child{margin-right:0}
.breadcrumbs_inner{width:inherit}
.breadcrumbs_item:not(:last-child):after{width:4px;height:4px;margin-top:-3px;margin-left:4px}
.breadcrumbs_item a:hover{opacity:.6}}

.mv .breadcrumbs{position:absolute;left:0;top:0;padding-left:5px;width:100%;background-color:rgba(255,255,255,.5)}

@media screen and (min-width:769px){
.mv .breadcrumbs{left:10px;padding:2px 10px;width:auto;border-radius:0 0 5px 5px}
}
.mv .breadcrumbs_item a{color:#323743}
.mv .breadcrumbs_item:not(:last-child):after{border-color:#323743}
.f-breadcrumbs{margin-top:20px;padding:20px 0;border-bottom:solid 1px #BCBDC2;background:#f5f5f5}

/*20250509　調整*/
#contentsArea .section .column{
width: calc(100% / 2 - 2px);
    padding: 34% 0 0;
}

