@charset "utf-8";
/****************************************
		0. 全体の設定
*****************************************/
.hidden{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.pc-none{
	display: none;
}
/****************************************
		1.メインビジュアル 
*****************************************/
#mainVisual {
    background-image: url(../img/main_image.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	text-align:center;
	padding:57px 0;
}
/****************************************
		2.コンテンツ共通設定 
*****************************************/
#contents {
    background-image: url(../img/intro_bg.jpg);
    background-repeat: repeat;
}
#contents .cont-innner{
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
#contents .tab-contents.hide {
	display: none;
}
/****************************************
			3.導入
*****************************************/
#intro {
	margin-bottom: 20px;
}
#intro .cont-innner{
	text-align: center;
	padding: 20px 0 15px;
}
#intro .intro-text01{
	font-weight: bold;
	font-size: 30px;
	line-height: 1.3;
}
#intro .intro-text01 span{
	font-size: 16px;
}
#intro .intro-text02{
	font-weight: bold;
	font-size:26px;
}
#intro .intro-text02 span{
	margin-right: 10px;
	background-color: #2F1C00;
	color: #fff;
	font-size:24px;
	padding: 2px 7px 0;
}
#intro .intro-text03{
	color: #D81F3A;
	font-weight: bold;
	font-size: 72px;
	line-height: 1.3;
}
#intro .intro-text04 {
	font-weight: bold;
	margin-bottom: 15px;
}
#intro .intro-text05{
	font-size:12px;
}
#intro .intro-text05 .note {
	font-weight: bold;
	color: #D9203C;
}
#intro .exception{
    margin: 4px 0 0;
	color: #D9203C;
	font-weight: bold;
}
#intro .end-text {
	line-height: 1.4;
	font-weight: bold;
}
#intro .end-text span.big {
	font-size:30px;
	display: block;
	margin-bottom: 10px;
}
/****************************************
			3.商品一覧
*****************************************/
#itemList h3 {
	width: 100%;
	padding: 0 0;
	background-color: #C09030;
	text-align: center;
	color:#fff;
	font-size: 30px;
	font-weight: bold;
	text-shadow: 2px 2px 1px #999999;
}
#itemWrap {
	padding: 50px 0 55px;
}
.item-box{
	width: 31.8%;
	margin: 15px 7px;
	float: left;
	border: 1px solid #eee;
	box-shadow: 2px 2px 2px #eee;
	-moz-box-shadow: 2px 2px 2px #eee;
	-webkit-box-shadow: 2px 2px 2px #eee;
	background-color: #fff;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	position: relative;
}
.item-box:hover {
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transform: scale(1.03);
}
.item-box-top{
	position: relative;
}
.item-box-top .item-area {
	width: 33%;
	padding: 3px 0 2px 8px;
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	background-color: #2E1B00;
	color: #fff;
	font-size: 13px;
}
.item-box-top .item-area:before {
	content: "";
	width:15%;
	height:25px;
	margin:0 2%;
	position: absolute;
	top: 0;
	left: 90%;
	display:inline-block;
	background:#2E1B00;
	transform:skewX(-30deg);
}
.item-box-top .item-pic {
	width: 100%;
	height: 170px;
	overflow: hidden;
}
.item-box-top .item-pic img {
	width: 100%;
	margin-top: -30px;
}
.item-box-left {
	padding: 8px 8px 5px;
}
.item-box-icon {
	border-top: 1px solid #1C1000;
	overflow: hidden;
}
.item-box-icon li{
    margin-right: 8px;
	display: block;
	float: left;
}
.item-box-icon01{
    padding: 3px 10px;
	background-color: #fff;
	border: 1px solid #1C1000;
	border-top: 0;
	font-size: 14px;
}
.item-box-icon02{
	margin-top: 3px;
	padding: 2px 10px;
	background-color: #6A357D;
	color:#fff;
	font-size: 12px;
}
.item-box h4{
	margin: 10px 0 5px;
	color:#1C1000;
	font-size:18px;
	font-weight: bold;
	line-height: 1.2;
}
.item-box-info {
	padding: 0 8px;
}
.item-box-price{
    font-weight: bold;
    font-size: 17px;
    color: #D9203C;
	text-align: right;
}
.item-box-text {
	font-size: 11px;
	text-align: right;
}
.item-box-note {
	padding: 0 8px;
	font-size: 11px;
	line-height: 1.2;
}
.item-box-note:empty {
	opacity: 0;
}
.item-box-right{
	width:65%;
	padding: 0 0 0 20px;
}
.item-box-point {
	padding: 0 8px 8px;
	position: relative;
}
.item-box-point h5 {
	display: inline-block;
	color: #C09030;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
	border-bottom: 1px solid #C09030;
	transform: rotate(-10deg);
}
.item-box-point:before {
	content: "";
	display: block;
	position: absolute;
	top: 17px;
	right: 8px;
	width: 74%;
	height: 1px;
	background-color: #C09030;
}
.item-box-point li {
	padding: 5px 5px 5px 20px;
	font-size: 13px;
	font-weight: bold;
	line-height: 1.35;
	border-bottom: 1px dotted #897e6d;
	position: relative;
}
.item-box-point li:empty {
	opacity: 0;
}
.item-box-point li:before {
	content: "▶";
	width: 4px;
	height: 8px;
	position: absolute;
	top: 30%;
	left: 4px;
	display: block;
	color: #C09030;
	font-size: 4px;
}
.item-box-btn{
	padding: 8px;
	margin: 8px auto 12px;
	text-align: center;
	width: 80%;
	background-color: #C09030;
	color: #FFF;
}
.item-box-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	text-decoration: none;
}

/****************************************
			4.おすすめ特集・発着地
*****************************************/
#recommend{
	background-image:url(../img/bg02.jpg);
	background-repeat: repeat;
	background-color: #fff;
	padding: 40px 0;
}
#recommend h2 ,#region h2{
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
}
#recommend h2 span{
  position: relative;
  	padding: 0.3em;
  }
#recommend h2 span:after {
content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(-45deg, #BCBCBC, #BCBCBC 2px, white 3px, white 6px);
}
#recommend li{
	display: inline-block;
}
#recommend li img{
	width: 100%;
}
#recommend li a:hover{
	opacity: 0.7;
}
#region{
	padding: 40px 0;
}
#region .cont-innner {
	width: 750px;
}
#region h2 span{
  position: relative;
  	padding: 0.3em;
  }
#region h2 span:after {
	content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 100%;
    height: 5px;
    background: repeating-linear-gradient(-45deg, #BCBCBC, #BCBCBC 2px, white 3px, white 6px);
}
#region li {
	display: inline-block;
	width: 120px;
	margin: 0 12px 20px 12px;
	/*padding: 13px 0 12px 0;*/
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background: #EEEEEE;
	box-shadow: 0 3px 0 0 rgba(207,207,207,1);
	text-align: center;
	font-weight: bold;
	cursor: pointer;
}
#region li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 13px 0 12px;
	color: #221814;
	text-decoration: none;
}
#region li.nav-on,#region li:hover{
	background: #FFCB2F;
	box-shadow: 0 3px 0 0 rgba(160,160,160,1);
	color: #ffffff;
}
/****************************************
			5.TEL BOX
*****************************************/
#pagetop{
	display: none;
    position: fixed;
    right: 25px;
    bottom: 35px;
    width: 80px;
    height: 80px;
    opacity:0.8;
    z-index: 1500;
}
#pagetop a {
	display: block;
	width: 100%;
	height: 100%;
}
#pagetop img {
	width: 100%;
	height: 100%;
}
#pagetop:hover{
    opacity:0.5;
}
/****************************************
			6.ヘッダー・フッター
*****************************************/
@media screen and (-webkit-min-device-pixel-ratio: 0){
	#header #header_Right #accountMenu03 {
		top: 0;
	}
}
#footer .footer01 .body {
	width: 920px;
}

/*ipad*************************/
/*@media screen and (min-width: 768px) and (max-width: 960px){
	body {
		width: 980px;
	}
	#utilityNav {
		width: 960px;
	}
	.l-pan-list {
		width: 960px;
	}
	#mainVisual {
		width: 960px;
	}
}*/
/*ie11用*************************/
.is-ie11 #header #header_Right #accountMenu{
	height: 27px;
}