@charset "utf-8";
/* ===================================================================
CSS information

 file name  :award.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */





/* タイトル画像指定
----------------------------------------------------------- */
#award #pagetitle {
	margin:0 auto;
	background:url(../award/images/bg_title.jpg) center top no-repeat;
	height:265px;
}


/* -----------------------------------------------------------
#award
----------------------------------------------------------- */

#award .contents_inner .con_award .box_intro img{
	width: 100%;
}

#award .contents_inner .con_award .st_m{
	padding-top: 4em;
	text-align: center;
	position: relative;
}

#award .contents_inner .con_award .st_m:after{
	content: '';
	position: absolute;
	z-index: -1;
	display: block;
	height: 142px;
	width: 224px;
	background:url(../award/images/bg_intro_st.png) center top no-repeat;
	top: -50px;
	right: 0;
}

#award .contents_inner .con_award .st_m h3{
	font-size: 1.8em;
	font-weight: lighter;
	color: #341402;
	font-family: "ヒラギノ明朝 Pro", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	position: relative;
	display: inline-block;
	margin-bottom: 1em;
}

#award .contents_inner .con_award .st_m h3:before{
	content: '';
	position: absolute;
	top: -14px;
	display: inline-block;
	width: 130px;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #a88348;
}
/*アワードリスト　楽天トラベル
=======================================*/
#award .contents_inner .con_award .box_list{
	margin-top: 5em;
}
#award .contents_inner .con_award .box_list h2{
	margin: .5em 0 1em;
	color: #eae4ce;
	font-family: "ヒラギノ明朝 Pro", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-size: 2.5em;
	font-weight: lighter;
	text-align: right;
	position: relative;
}
#award .contents_inner .con_award .box_list h2:after{
	content: '';
	position: absolute;
	bottom: 11px;
	display: inline-block;
	width: 100%;
	height: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: #eae4ce;
}

#award .contents_inner .con_award .box_list .box{
	margin-bottom: 3.7rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#award .contents_inner .con_award .box_list .box:nth-child(even){
	flex-direction: row-reverse;
}
#award .contents_inner .con_award .box_list .box:nth-child(even) .img ul{
	flex-direction: column;
}
#award .contents_inner .con_award .box_list .box .img{
	margin-left: 3%;
}

#award .contents_inner .con_award .box_list .box .txt{
	width: 65%;
}
#award .contents_inner .con_award .box_list .box .txt .red{
	color: #da0000;
}
#award .contents_inner .con_award .box_list .box .txt h4{
	font-family: "ヒラギノ明朝 Pro", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	letter-spacing: 1.5px;
	font-size: 1.4em;
	font-weight: lighter;
	padding-bottom: 1.4em;
}
#award .contents_inner .con_award .box_list .box .txt p{
	line-height: 2.2;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

