@charset "shift_jis";

/* --------------------------------------------------------
Global CSS
-------------------------------------------------------- */
/* clearfix */
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}

body, input, select, textarea, table, th, td, li, a {
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
img { vertical-align:top;-webkit-backface-visibility: hidden;}
#subnavi #subnaviLinks {line-height: 0;}
#headerSP {display: none;}
#header ul {display: none;}

/* common class */
.center {text-align: center;}
.mb7 {margin-bottom: 7px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb9 {margin-bottom: 9px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb12 {margin-bottom: 12px !important;}
.m45 {margin-bottom: 45px !important;}
.m47 {margin-bottom: 47px !important;}
.m55 {margin-bottom: 55px !important;}
.m70 {margin-bottom: 70px !important;}
.m102 {margin-bottom: 102px !important;}
.m120 {margin-bottom: 120px !important;}
.mediaSp{
	display:none;
}
/* 共通footerカスタム */
.footerCustum {
	margin: 0 auto;
	width: 960px;
}
.footerCustum-cautionList {
	font-size: 12px;
	/*text-align: right;*/
}

/* --------------------------------------------------------
コンテンツ CSS
-------------------------------------------------------- */
#scret_main {
	width:100%;
	min-width: 950px;
	background: url(/theme/secret_sale/images/pc_bg.jpg) repeat top left;
	/*padding-bottom: 35px;*/
	margin-bottom: 20px;
}
/* MV Area
-------------------*/

.mvArea {
	padding: 30px 0 0;
	background: url(/theme/secret_sale/feature/images/bg_l.png) repeat-x center top;

	text-align: center;
}
.mvArea .mvTxt {
	color: #fff;
	line-height: 1.8;
	padding:15px 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,1b1707+100&0+54,1+100 */
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(15,12,4,0) 54%, rgba(27,23,7,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(15,12,4,0) 54%,rgba(27,23,7,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(15,12,4,0) 54%,rgba(27,23,7,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#1b1707',GradientType=0 ); /* IE6-9 */
}
.mvArea dl {
	width: 950px;
	margin: 35px auto;
	overflow: hidden;
}
.mvArea dl dt {
	width: 360px;
	float: left;
}
.mvArea dl dd {
	line-height: 2;
	font-size: 14px;
	text-align: left;
	color: #fff;
	width: 567px;
	float: right;
}
.mvArea dl dd p {
	margin: 40px 0 20px 0;
}
.mvArea .mvNote {
	color: #fff;
	text-align: right;
	font-size: 12px;
	width: 950px;
	margin: 0 auto 0;
	padding-bottom:20px;
}
.mvArea .mvPlan {
	background: url(/theme/secret_sale/feature/images/plan_here_bg.png) repeat-x
}
.cassetteArea{
	padding-top:1px;
		background: url(/theme/secret_sale/feature/images/c_bg.png)
	}
/* Banner Area
-------------------*/
.bannerArea {
	position: relative;
}

.bannerBlockOut {
	position: relative;
}
.bannerBlockBg{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: url(/theme/secret_sale/images/bg_l.png) repeat top center;
	z-index: 0;
	height: 468px;
}
*:first-child+html .bannerBlockBg{
	/*height: 627px;*/
}
.bannerBlock {
	position: relative;
	width: 950px;
	/*height: 477px;*/
	margin: 0 auto;
	z-index: 1;
	color:#ffffff;
	text-align: center;
	padding-bottom:20px;
}
.bannerBlock-deadline{
	margin-bottom: 10px;
	font-size: 18px;
}
.bannerBlock-deadline span{
	display: block;
	font-size: 22px;
}
.bannerBlock-cautionList{
	font-size: 12px;
}
.bannerBlock-region .mvpc_img {
	width: 300px;
}
.mvsp_img {
	display: none;
}
.mvsp_img span{padding:0 10px;}
.bannerBlock-coupon{
	position: relative;
	width:700px;
	margin:20px auto 0;
}
.bannerBlock-coupon-text{
	position: absolute;
	left: 95px;
	bottom: 20px;
	font-size: 11px;

}
.bannerBlock-coupon ul{
	display:table;
	table-layout: fixed;
}
.bannerBlock-coupon ul li:first-child{
	padding-right: 20px;
	padding-left: 0;

	}
.bannerBlock-coupon ul li{
	padding-left: 20px;
		display:table-cell;

	}

/* Navigation Area
-------------------*/
.navArea,
.navBlock {
	width: 100%;
	height: 183px;
}

/* Slider CSS
-------------------*/
.bx-wrapper {
	max-width: 100% !important;
	position: relative;
	margin: 0 auto ;
	padding: 0;
	overflow: hidden;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}
.bx-wrapper .bx-viewport {
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
	-ms-transform: translatez(0);
	-o-transform: translatez(0);
	transform: translatez(0);
}

.navArea{
	width: 100%;
	opacity: 0;
	overflow: hidden;
}
.ticker {
	width: 120%;
	height: 183px;
}

.ticker a{
	display: block;
}
.ticker li {
	position: relative;
	background: #000;
	float: left;
}
.ticker figure {
	min-height: 80px;
	max-height: 180px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.ticker li img {
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
.ticker li:hover img,
.ticker li.is_active img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}
.ticker .thumbPhoto_yadname {
	white-space: nowrap;
	text-align: center;
	font-size: 11px;
	font-size: 1.1rem;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);

	transform: translate(-50%, -50%);
}


/* Section Area
-------------------*/
.sectionArea,
.sectionBlockWhite {
	width: 100%;
	height: auto;
}

.sectionBlock{
	width: 950px;
	margin: 0 auto;
}

.headingTitle {
	margin-bottom: 38px;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 3px;
}
.headingSubTitle{
	color: #8c7529;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
}
.headingSubTitle img {
	position: relative;
	left: -2px;
}
.details {
	width: 475px;
	height: auto;
}

.placeContent {
	margin-bottom: 2.5%;
}
.place {
	float: left;
	margin-left: 7px;
	padding: 6px 9px 5px 11px;
	border-radius: 3px;
	background-color: #8c7529;
	color: #fff;
	letter-spacing: 1.5px;
	font-size: 90%;
}
.hotelName {
	margin-bottom: 5px;
	padding-left: 6px;
	font-size: 200%;
	font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝","MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif !important;
}
.hotelName a,
.hotelName a:link,
.hotelName a:visited {
	text-decoration: none !important;
	color:#333 !important;
	font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝","MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif !important;
}
.hotelName a:hover,
a.itineraryCaption:hover {
	color:#B5962F !important;
}
.hotelNameContent {
	padding-left: 5px;
}
.sectionBlockWhite .hotelNameContent {
	padding-left:0;
	padding-right: 5px;
}
.hotelNameContent img {
	vertical-align: sub;
}
.contentText01 {
	margin-bottom: 26px;
}
.score {
	margin-right: 12px;
	/* color: #981111; */
	font-size:16px;
	/* border: 1px solid #981111; */
    padding: 5px;
     color: #241f0d;
     vertical-align: sub;
}
.rate {
	margin-right: 8px;
	/* color: #981111; */
	color: #8C7529;
	font-size: 170%;
	vertical-align:middle;
}
.contentText02 {
	margin-bottom: 75px;
	color: #241f0d;
	font-size: 90%;
	line-height: 1.6;
	letter-spacing: .1px;
}
.limitedItinerary {
	padding-top: 50px;
	background-image: url(/theme/secret_sale/images/pc_limited_bg.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	border-radius: 3px;
	width:470px;
	position:relative;
}
.couponContent:before{
	display: inline-block;
	content:"";
	background-image: url(/theme/secret_sale/images/pc_coupon_bg_ribbon_left.png);
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	background-size:64px 64px;
	position: absolute;
	bottom: -4px;
	left: -4px;
	}
.couponContent{
	font-size: 12px;
	border: 4px solid #8c7529;
	background: #484848;
	color:#fff;
	width: 470px;
	height: auto;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-bottom: 20px;
	padding:12px 60px;
	display:block;
	text-decoration:none !important;
}
.couponContent:link,
.couponContent:visited{
	color:#fff;
	text-decoration: none !important;
}
.couponContent:hover{
	filter: alpha(opacity=80);
	-moz-opacity: .80;
	opacity: .80;
}
.couponContent:after{
	display: inline-block;
	content:"";
	background-image: url(/theme/secret_sale/images/pc_coupon_bg_ribbon_right.png);
	background-repeat: no-repeat;
	width: 64px;
	height: 64px;
	background-size:64px 64px;
	position: absolute;
	top: -4px;
	right: -4px;
	}
.couponContent i{
	border: solid #ddd;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 7px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -3px;
}
.couponContent p{
	border-bottom: 1px dotted #fff;
	padding-bottom: 2px;
	margin-bottom: 5px;
}
.couponContent .reservationsNum{
	font-size: 14px;
	padding-right: 15px;
}
.couponContent .reservationsNum b{
	font-size: 20px;
	font-weight: bold;
}
.couponContent .couponPrice{
	font-size: 16px;
}
.couponContent .couponPrice b{
	font-size: 26px;
	font-weight: bold;
}
*:first-child+html .limitedItinerary{
	width:442px;
}
.limitedItineraryHead {
	position:absolute;
	top:0;
	left:0;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	}
.limitedItineraryHeadLeft{display: none;}
.limitedItineraryHeadRight{
	font-weight:Medium;
    padding-left: 165px;
    line-height: 50px;
    color: #fff;
	font-size:19px;
		}
.itineararyInner > a {
  display: block;
  padding: 10px 16px 14px 18px;
  background: #fff;
  color: #241f0d;
  text-decoration: none !important;
}
.itineararyInner > a:hover {
  background: rgba(255, 255, 255, 0.6);
  background: transparent\9;
  filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
}
.itineararyInner.itineararyBtnNone > a {
  border-radius: 0 0 3px 3px;
}
.itineararyPlanName {
	margin-bottom: 10px;
	font-size: 18px;
	color: #8c7529;
	font-weight: bold;
	letter-spacing: .1px;
}
.itineararyInfo {
	position: relative;
	overflow: hidden;
}
.itineararyTagPlanMeal {
	display: inline-block;
	position:absolute;
	padding: 2px 7px 3px;
	background: #666;
	border: 1px solid #666;
	font-size: 12px;
	color: #fff;
}
.itineararyTagPlanMeal.noMeal {
	background: #fff;
	color: #666;
}
.itineararyTagPlanMeal span {
	display: inline-block;
	height: 16px;
	margin: -4px 4px 0 0;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 0 0;
	line-height: 1;
}
.itineararyTagPlanMeal .icon-sun {
	width: 16px;
	background-image: url("/theme/secret_sale/images/icon_sun_pc.png");
}
.itineararyTagPlanMeal .icon-moon {
	width: 13px;
	background-image: url("/theme/secret_sale/images/icon_moon_pc.png");
}
.discountRate{vertical-align: text-top;border-radius:4px;background:#e9dfbf;font-size:14px;padding:3px 10px;    margin-top: -4px;    display: inline-block;}
.itineararyPriceNormal {margin-bottom:5px;
	font-size: 12px;
	text-align: right;
}
.itineararyPriceNormalText {
	font-size: 16px;
	text-decoration: line-through;
}
.itineararyPrice {
	font-size: 16px;
	color: #241f0d;
	text-align: right;
}
.itineararyPriceText {
	font-size: 24px;
	font-weight: bold;
}
.itineararyBtnGroup {
	padding: 10px 20px;
  border-top: 1px solid #eee;
  border-radius: 0 0 3px 3px;
  background-color: #fff;
	overflow: hidden;
}
.itineararyBtnNone .itineararyBtnGroup { display: none; }
.itineararyBtnGroup li {
	float: left;
	margin-left: 20px;
}
.itineararyBtnGroup li:first-child {
	margin-left: 0;
}
.itineararyBtnGroup li a {
	display: block;
	width: 130px;
	height: 63px;
	background-repeat: no-repeat;
	background-position: 0 0;
	text-indent: -9999px;
}
.itineararyBtnGroup li a:hover {
	opacity: 0.7;
  filter: alpha(opacity=70);
}
.itineararyBtnSearchPlanJal { background-image: url("/theme/secret_sale/images/btn_searchPlan_jal_pc.png"); }
.itineararyBtnSearchPlanAna { background-image: url("/theme/secret_sale/images/btn_searchPlan_ana_pc.png"); }
.itineararyBtnSearchPlanJr { background-image: url("/theme/secret_sale/images/btn_searchPlan_jr_pc.png"); }
.item{
	padding-bottom:60px;
}
.item .imgsBox{
	float:left;
}
.item .details{
	float:right;
}
.sectionBlockWhite {
	padding-bottom: 60px;
	background: url(/theme/secret_sale/images/pc_bg_02.jpg) repeat top left;
}
.sectionBlockWhite .imgsBox{
	float:right;
}
.sectionBlockWhite .details{
	float:left;
}
.headingTitle, .headingSubTitle{
	text-align: left;
	font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝","MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif !important;
}
.sectionBlockWhite .headingTitle, .sectionBlockWhite .headingSubTitle{
	text-align:right;
}
.sectionBlockWhite .headingSubTitle img {
    position: relative;
    left: -2px;
}


/* --------------------------------------------------------------------------------- */


/* 8/18 配信分 */

/* right　背景
------------------------------------------ */
.block302008Heading {background:url(/theme/secret_sale/images/302008/section_bg_right.png) no-repeat;}
.block303873Heading {background:url(/theme/secret_sale/images/303873/section_bg_right.png) no-repeat;}
.block310035Heading {background:url(/theme/secret_sale/images/310035/section_bg_right.png) no-repeat;}
.block312812Heading {background:url(/theme/secret_sale/images/312812/section_bg_right.png) no-repeat;}
.block326072Heading {background:url(/theme/secret_sale/images/326072/section_bg_right.png) no-repeat;}
.block330143Heading {background:url(/theme/secret_sale/images/330143/section_bg_right.png) no-repeat;}
.block330762Heading {background:url(/theme/secret_sale/images/330762/section_bg_right.png) no-repeat;}
.block333205Heading {background:url(/theme/secret_sale/images/333205/section_bg_right.png) no-repeat;}
.block333756Heading {background:url(/theme/secret_sale/images/333756/section_bg_right.png) no-repeat;}
.block335522Heading {background:url(/theme/secret_sale/images/335522/section_bg_right.png) no-repeat;}
.block335911Heading {background:url(/theme/secret_sale/images/335911/section_bg_right.png) no-repeat;}
.block336174Heading {background:url(/theme/secret_sale/images/336174/section_bg_right.png) no-repeat;}
.block342175Heading {background:url(/theme/secret_sale/images/342175/section_bg_right.png) no-repeat;}
.block351645Heading {background:url(/theme/secret_sale/images/351645/section_bg_right.png) no-repeat;}
.block353604Heading {background:url(/theme/secret_sale/images/353604/section_bg_right.png) no-repeat;}
.block368261Heading {background:url(/theme/secret_sale/images/368261/section_bg_right.png) no-repeat;}
.block376058Heading {background:url(/theme/secret_sale/images/376058/section_bg_right.png) no-repeat;}
.block380035Heading {background:url(/theme/secret_sale/images/380035/section_bg_right.png) no-repeat;}
.block397480Heading {background:url(/theme/secret_sale/images/397480/section_bg_right.png) no-repeat;}
.block399184Heading {background:url(/theme/secret_sale/images/399184/section_bg_right.png) no-repeat;}




/* left　背景
------------------------------------------ */
.sectionBlockWhite .block302008Heading {background:url(/theme/secret_sale/images/302008/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block303873Heading {background:url(/theme/secret_sale/images/303873/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block310035Heading {background:url(/theme/secret_sale/images/310035/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block312812Heading {background:url(/theme/secret_sale/images/312812/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block326072Heading {background:url(/theme/secret_sale/images/326072/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block330143Heading {background:url(/theme/secret_sale/images/330143/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block330762Heading {background:url(/theme/secret_sale/images/330762/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block333205Heading {background:url(/theme/secret_sale/images/333205/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block333756Heading {background:url(/theme/secret_sale/images/333756/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block335522Heading {background:url(/theme/secret_sale/images/335522/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block335911Heading {background:url(/theme/secret_sale/images/335911/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block336174Heading {background:url(/theme/secret_sale/images/336174/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block342175Heading {background:url(/theme/secret_sale/images/342175/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block351645Heading {background:url(/theme/secret_sale/images/351645/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block353604Heading {background:url(/theme/secret_sale/images/353604/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block368261Heading {background:url(/theme/secret_sale/images/368261/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block376058Heading {background:url(/theme/secret_sale/images/376058/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block380035Heading {background:url(/theme/secret_sale/images/380035/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block397480Heading {background:url(/theme/secret_sale/images/397480/section_bg_left.png) no-repeat;}
.sectionBlockWhite .block399184Heading {background:url(/theme/secret_sale/images/399184/section_bg_left.png) no-repeat;}




/* --------------------------------------------------------------------------------- */




/* right　テキスト
------------------------------------------ */
.headingSubTitleLeft{
	display:none;
}
.item .headingSubTitleLeft {
	display:block;
}

/* left　テキスト
------------------------------------------ */
.headingSubTitleRight{
	display:none;
}
.sectionBlockWhite .headingSubTitleRight {
	display:block;
}
.sectionBlockWhite .headingSubTitleLeft {
	display:none;
}


/* PC　テキスト2行時調整
------------------------------------------ */
@media only screen and (min-width:668px){
	.item .headingSubTitleLeft {
		width:65%;
	}
	.sectionBlockWhite .headingSubTitleRight {
		text-indent:35%;
	}
}



/* Section Area ※共通化できる
-------------------*/
.blockHeading{
	margin-bottom: 19px;
	padding: 20px 0 17.3px;
	background-repeat: no-repeat;
	background-size: contain;
	min-height: 150px;
}



/* スマホ設定 ----------------------------------------------------------------------------------- */
@media only screen and (max-width:667px){
/************************************************************
 * 初期化 -by common.css-
 ************************************************************/
body, form, img, div, p, ul, ol, li, dl, dt, dd, h1, h2, h3 ,h4 , h5, h6, table, th ,td ,select {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust:none;
}
body{
	overflow: visible;
}
img {
	border:0;
	box-shadow: none !important;
	text-decoration: none;
	max-width: 100%;
	height: auto;
	vertical-align:top;
}
.mediaSp{
	display:block;
}
/************************************************************
 * スプライト画像 - 共通（c.png）
 ************************************************************/
.cS { background-image: url(/assets/img/common/sitetitle.png); background-repeat: no-repeat; }
.logoL { background-position: 0 0; display: block; width: 90px; height: 35px; text-indent: -9999px; background-size: 214px auto; }
.copyright { background-position: 0 -46px; display: block; width: 132px; height: 12px; text-indent: -9999px; }

/************************************************************
 * 共通ヘッダー・フッター
 ************************************************************/
#wrap {
	width:100%;
}


/* 共通header */
#header_dms_ovr {
	display: none;
}
#header990 {
	width: 100%;
}
#headerSP {
	border-bottom: 1px solid #D2D2D2;
	padding: 5px 5px 1px 10px;
	position: relative;
	margin-bottom: 5px;
	display: block;
}
.headerIcons li a {
	display: block;
	width: 40px;
	height: 34px;
}
.header_icon_help {
	overflow: hidden;
	background: transparent url("/assets/img/pages/smart/2x/btn_helpinfo_l.png") no-repeat scroll 0px 0px / 40px 34px;
	text-indent: 100%;
	white-space: nowrap;
}
#header {
	height: 39px;
	padding: 5px;
	margin-bottom: 5px;
}
#header li:last-child.mt0 { margin-top: 0; }
.globalNav { margin-top: -2px; }
.globalNav li {
	display: inline;
}

#welcometop, .catch, #campaign{
	display:none;
}

/* パンくず */
#header990 #pankuzu  {
	padding: 5px 10px !important;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	width: 100%;
	font-size: 9px !important;
}
#pankuzu li {
	font-size: 10px;
}

/* h1と掲載期間 */
#info {
	width: 100%;
}
#page_info {
	float:none;
	width: 100%;
}
.index_h1 {
	width:100%;
	color: #999999;
	font-size: 9px;
	font-weight: 100;
	margin: 0 0px 5px;
	text-align: right;
}
.tarm_cam {
	width: 100%;
	font-size: 10px;
}


/* 共通footer */
.footerCustum {
	width: 100%;
}
.to_pagetop {
	width: 100%;
	padding-right: 5px;
}
#ft_ul {
	display: none;
}
#ft_logo {
	padding-left: 5px;
	margin-top: 20px;
	width: 100%;
}
#ft_logo img {
	width: 263px;
}

/* --------------------------------------------------------
コンテンツ CSS
-------------------------------------------------------- */
#scret_main {
	width:100%;
	min-width: 100%;
}
.scret_main_cls img {
	width:100%;
}
section div.clearfix div {
	width: 100%;
	height: auto;
}
/* MV Area
-------------------*/

.mvArea {
	padding: 30px 0 0;
	background: url("/theme/secret_sale/images/secret_mvBk_sp.png") center 240px;
	background-size: 100%;
	text-align: center;
    box-shadow: 0px -200px 80px 10px rgba(36,31,13,1) inset;
    -moz-box-shadow: 0px -2000px 80px 10px rgba(36,31,13,1) inset;
    -webkit-box-shadow: 0px -200px 80px 10px rgba(36,31,13,1) inset;
    -o-box-shadow:  0px -200px 80px 10px rgba(36,31,13,1) inset;
    -ms-box-shadow: 0px -200px 80px 10px rgba(36,31,13,1) inset;
	text-align: left;
}
.bannerArea {
	padding: 0 0 0;
	background: url("/theme/secret_sale/images/secret_mvBk_sp.png") center 240px;
	background-size: 100%;
	text-align: center;
    box-shadow: 0px -200px 80px 10px rgba(36,31,13,1) inset;
    -moz-box-shadow: 0px -2000px 80px 10px rgba(36,31,13,1) inset;
    -webkit-box-shadow: 0px -200px 80px 10px rgba(36,31,13,1) inset;
    -o-box-shadow:  0px -200px 80px 10px rgba(36,31,13,1) inset;
    -ms-box-shadow: 0px -200px 80px 10px rgba(36,31,13,1) inset;
	text-align: left;
}
.mvArea .mvTxt {
	color: #fff;
	line-height: 1.8;
	padding: 20px 10px;
}
.mvArea dl {
	width: auto;
	margin: 40px auto 0;
	overflow: hidden;
}
.mvArea dl dt {
	width: auto;
	text-align: center;
	float: none;
	padding:0 10px;
}
.mvArea dl dd {
	padding: 10px;
	line-height: 2;
	font-size: 14px;
	text-align: left;
	color: #fff;
	width: auto;
	float: none;
}
.mvArea dl dd p {
	margin: 0 0 0 -10px;
}
.mvArea dl dd p img {
	margin-bottom: 20px;
}
.mvArea .mvNote {
	color: #fff;
	text-align: left;
	font-size: 12px;
	width: auto;
	margin: 0 auto 0;
	padding: 10px;
}
.mvArea .mvPlan {
	background: none;
}

/* Banner Area
-------------------*/
.bannerBlockOut {
	display: none;
}
.bannerBlockBg{
}
.bannerBlock {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding-bottom: 20px;
	z-index: 1;
	background:#2A251A url("/theme/secret_sale/images/bg_s.png");
	background-size: 100%;
	text-align: center;
/*     box-shadow: 0px -200px 80px 10px rgba(36,31,13,.1) inset;
    -moz-box-shadow: 0px -200px 80px 10px rgba(36,31,13,.1) inset;
    -webkit-box-shadow: 0px -200px 80px 10px rgba(36,31,13,.1) inset;
    -o-box-shadow:  0px -200px 80px 10px rgba(36,31,13,.1) inset;
    -ms-box-shadow: 0px -200px 80px 10px rgba(36,31,13,.1) inset; */
}
.bannerBlock-deadline {
    font-size: 16px;
}
.bannerBlock-deadline span{
    font-size: 16px;
}
.mvpc_img {display: none;}
.mvsp_img {display: block;}
.mvsp_img span{
	padding: 0 10px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    text-align: center;
	}
.bannerBlock-coupon{
	position: relative;
	width:auto;
	margin: 0 auto;
	max-width: 230px;
}

.bannerBlock-coupon ul{
	display:block;

}
.bannerBlock-coupon ul li:first-child{
	padding-right: 0;
	padding-left: 0;
	margin-top: 15px;
	}
.bannerBlock-coupon ul li{
	padding-right: 0;
	padding-left: 0;
	display: block;
	margin-top: 15px;
	}

.bannerBlock-coupon-text{
	text-align: left;
    display: block;
    position: absolute;
    left: 0;
    top: 112px;
    padding: 10px 20px;
    font-size: 10px;
}
/* Navigation Area
-------------------*/
.ticker li img {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
}

/* Section Area
-------------------*/
.headingSubTitle img {
	left:0;
	width: auto;
}
.item .headingSubTitleLeft {
	margin-right: auto;
}
.sectionBlockWhite .headingSubTitleRight {
	margin-left: auto;
}
.photo{
	display:none;
}
.photo li {
	width: 50%;
	height: auto;
}
.details {
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.place {
	margin-left: 0;
}
.hotelName {
	height: auto;
	padding-left: 0;
	font-size: 150%;
	margin: 15px 0 12px;
	line-height: 1.3;
}
.score{
	font-size: 12px;
	margin-right: 10px;
	padding:5px 5px;
	vertical-align: middle;
}
.rate{
	font-size: 18px;
}
.hotelNameContent img{
	vertical-align:baseline}
.contentText01 {
	margin-bottom: 15px;
}

.contentText01 img {
	width: 82px;
	height:13px;
}
.contentText02 {
	margin-bottom: 25px !important;
}
.hotelNameContent {
	padding-left: 0;
}
.sectionBlockWhite .hotelNameContent {
	padding-right: 0;
	padding-left: 0;
}
.couponContent:before{
	display: inline-block;
	content:"";
	background-image: url(/theme/secret_sale/images/sp_coupon_bg_ribbon_left.png);
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
	background-size:38px 38px;
	position: absolute;
	bottom: -3px;
	left: -3px;
	}
.couponContent{
	border: 3px solid #8c7529;
	background: #484848;
	width:100%;
	height: auto;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding:8px 22px 10px 30px;
	position: relative;
}
.couponContent:after{
	display: inline-block;
	content:"";
	background-image: url(/theme/secret_sale/images/sp_coupon_bg_ribbon_right.png);
	background-repeat: no-repeat;
	width: 38px;
	height: 38px;
	background-size:38px 38px;
	position: absolute;
	top: -3px;
	right: -3px;
	}
.couponContent p{
	font-size: 11px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #fff;
	margin-bottom: 5px;
	position: relative;
	z-index: 1;
}
.couponContent i{
    border: solid #ddd;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
    position: absolute;
    right: 8px;
    top: 50%;
    margin-top: -2px;
}
.couponContent .reservationsNum{
	font-size: 12px;
	padding-right: 10px;
}
.couponContent .reservationsNum b{
	font-size: 20px;
	font-weight: bold;
}
.couponContent .couponPrice{
	font-size: 12px;
}
.couponContent .couponPrice b{
	font-size: 20px;
	font-weight: bold;
}

.limitedItinerary {
	width:100%;
	padding-top: 0;
	background-image: none !important;
	background: #fff;
	border-radius: 3px;
}
.limitedItineraryHead {
	display: table;
	width: 100%;
	color: #fff;
	background: #241f0d;
  	font-family: "游明朝", YuMincho, "ＭＳ Ｐ明朝","MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	background: #241f0d url(/theme/secret_sale/images/limitedItineraryHead_bg.png) no-repeat top left;
	position:static;
	background-size: auto 100%;
}
.limitedItineraryHead .limitedItineraryHeadLeft {
	display: table-cell;
	vertical-align: middle;
	border-top-left-radius: 3px;
	font-size: 12px;
	line-height: 14px;
	padding: 0 0 0 7px;
	width: 69px;
	height: 45px;
}
.limitedItineraryHead .limitedItineraryHeadLeft span {
	display: block;
	margin-left: 9px;
	margin-top: 2px;
}
.limitedItineraryHead .limitedItineraryHeadRight {
	font-size: 105%;
	letter-spacing: 0;
	line-height: 20px;
	padding: 0 0 0 0;
	height: 45px;
	line-height: 45px;
	display: table-cell;
	vertical-align: middle;
	text-align: left;
}
.sectionBlock{
	width: 100%;
	margin: 0 auto;
}
.item .blockHeading,
.sectionBlockWhite .blockHeading{
	background-size:100%;
}
.headingTitle {
	width: 60%;
	height: auto;
	display:none;

}
.itineararyInner > a {
  padding: 10px 5%;
}
.itineararyPlanName {
	margin: 0 0 10px;
}
.itineararyInfo {
}
.itineararyTagPlanMeal{
	position:static;margin-bottom:5px;}
.itineararyTagPlanMeal span {
  height: 15px;
	margin-top: -2px;
}
.itineararyTagPlanMeal .icon-sun {
	width: 15px;
	background-image: url("/theme/secret_sale/images/icon_sun_sp.png");
  background-size: 100%;
}
.itineararyTagPlanMeal .icon-moon {
	width: 12px;
	background-image: url("/theme/secret_sale/images/icon_moon_sp.png");
  background-size: 100%;
}
.itineararyPrice{
	text-align:left;}
.itineararyPriceText {
  font-size: 22px;
  display: inline-block;
  margin-left: 20px;
}
.itineararyBtnGroup {
	padding: 10px;
	border-top: 1px solid #eee;
	text-align: center;
	overflow: hidden;
}
.itineararyBtnGroup li {
	float: none;
	display: inline-block;
	margin-left: 5px;
}
.itineararyBtnGroup li a {
	width: 86px;
	height: 42px;
	background-size: 100% 100%;
}
.itineararyBtnGroup li a:hover {
	opacity: 1;
}
.itineararyBtnSearchPlanJal { background-image: url("/theme/secret_sale/images/btn_searchPlan_jal_sp.png"); }
.itineararyBtnSearchPlanAna { background-image: url("/theme/secret_sale/images/btn_searchPlan_ana_sp.png"); }
.itineararyBtnSearchPlanJr { background-image: url("/theme/secret_sale/images/btn_searchPlan_jr_sp.png"); }
.item{
	padding:0 10px 4%;
}

.sectionBlockWhite .headingTitle, .sectionBlockWhite .headingSubTitle{
    margin: 0 0 0 auto;
}

.item .headingTitle, .item .headingSubTitle{
	float:none;
}
.blockHeading{
	height: auto;
	margin-bottom:0;
	padding: 17% 0 17.3px;
	min-height: 0;
}
.headingTitle {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.3;
}
.headingSubTitle {
	font-size: 14px;
	line-height:1.3;
}
.sectionBlockWhite {
	padding-bottom: 4%;
}
.item .imgsBox{
	float: none;
}
.itineararyPriceNormal{
	text-align:left;margin-bottom:5px;}
.discountRate{margin-top: -6px;}

}

@media only screen and (max-width:327px){
	.block04Heading .headingSubTitle img,
	.block05Heading .headingSubTitle img,
	.block06Heading .headingSubTitle img,
	.block08Heading .headingSubTitle img {
		width: 295px;
	}
	.limitedItineraryHead .limitedItineraryHeadRight {
    font-size: 90%;
}
}