@charset "utf-8";
/****************************************
		0. 全体の設定
*****************************************/
body {
	min-width: 320px;
}
.hidden{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
}
.sp-none{
	display: none;
}
.pc-none{
	display: block;
}

#wrap {
	padding: 45px 0 5px;
}
img:not([width]), input[type=image]:not([width]){
	zoom:0;
}
/****************************************
		1.メインビジュアル 
*****************************************/
#mainVisual{
    background-image: none;
	padding:0 0;
}
#mainVisual img{
	width: 100%;
}
/****************************************
		2.コンテンツ共通設定 
*****************************************/
#contents {
	padding-bottom:30px;
}

#contents .cont-innner{
	width: 100%;
	margin: 0 auto;
}
/****************************************
			3.導入
*****************************************/
#intro .cont-innner{
	text-align: center;
	padding: 5%;
}
#intro .intro-text01{
	color: #289BF9;
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 2%;
}
#intro .intro-text01 span{
	font-size: 0.6em;
}
#intro .intro-text02{
	font-weight: bold;
	font-size:1em;
	padding-bottom: 2%;
}
#intro .intro-text02 span{
	display: block;
	width: 60%;
	background-color: #2F1C00;
	color: #fff;
	font-size:1em;
	padding: 2.5% 0 2%;
	margin: 0 auto 3%;
}
#intro .intro-text03{
	color: #D81F3A;
	font-weight: bold;
	font-size: 2.9em;
}
#intro .intro-text04 {
	font-size: 0.81em;
	line-height: 1.4;
}
#intro .intro-text05{
	font-size:0.75em;
	line-height: 1.4;
	text-align: left;
}
#intro .exception{
	font-size:.8em;
}
#intro .end-text {
	line-height: 1.4;
	font-weight: bold;
}
#intro .end-text span.big {
	font-size:1.3em;
	display: block;
	margin-bottom: 10px;
}
@media screen and (max-width: 500px) {
#intro .end-text span.br {
	display: block;
}
}

/****************************************
			3.商品一覧
*****************************************/
#itemList h3 {
	padding: 2% 0 1.5%;
	font-size: 1.3em;
}
#itemWrap {
	padding: 5% 2% 3%;
}
.item-box{
	width: 100%;
	margin: 0 auto 5%;
	background-image: none;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	border: 3px solid #EBECE1;
	padding: 0 0 4%;
	position: relative;
}
.item-box:after {
	position: absolute;
	display: block;
	bottom: 0%;
	right: 0%;
	content: "\25E2";
	color: #C09030;
	font-size: 10px;
}
.item-box:hover {
	transform: scale(1);
}
.item-box-inner{
	display: block;
	padding: 0 1%;
	overflow: visible;
}
.item-box-top{
	width: 33%;
	padding: 3% 0 0;
	float: right;
	position: relative;
}
.item-box-top .item-pic {
	height: auto;
}
.item-box-top .item-pic img {
	margin-top: 0;
}
.item-box-top .item-area {
	width: auto;
	padding: 3% 5% 2%;
	position: absolute;
	top: -1%;
	right: -7%;
	left: auto;
	font-size: 0.9em;
}
.item-box-top .item-area:before {
	display: none;
}
.item-box h4{
	padding: 2% 0 2% 1%;
	color:#211813;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.2;
	margin: 2% 0 0;
}
.item-box-left{
	width:68%;
	padding: 0 2% 2% 0;
}
.item-box-icon {
	margin-top: 4%;
	padding: 0;
	background-color: #fff;
	border-radius: unset;
	-webkit-border-radius: unset;
	-moz-border-radius: unset;
}
.item-box-icon li{
	display: inline-block;
	font-size: 12px;
    margin: 0 3% 0 0;
    padding: 3% 2%;
	background-color: #fff;
	border-top: 0;
	font-weight: bold;
}
li.item-box-icon02{
	padding: 2% 1%;
	margin-top: 1%;
	background-color: #6A357D;
}
.item-box-info {
	padding: 2% 0 2% 2%;
	clear: both;
}
.item-box-info li{
	display: block;
}
.item-box-price{
    font-weight: bold;
    font-size: 0.98em;
	color: #D9203C;
	text-align: left;
}
.item-box-text{
	padding: 2% 0;
	font-size: 0.75em;
	line-height: 1.2;
	text-align: left;
}
.item-box-point {
	padding: 0 1%;
}
.item-box-point li{
	font-size: 0.78em;
	line-height: 1.2;
}
.item-box-btn{
	display: none;
	margin: 5% auto 4%;
	padding: 5% 0;
	box-shadow: 0px 1px 1px #ccc;
	-moz-box-shadow: 0px 1px 1px #ccc;
	-webkit-box-shadow: 0px 1px 1px #ccc;
	text-align: center;
	background-color: #C09030;
	color: #FFF;
}

/****************************************
			4.おすすめ特集・発着地
*****************************************/
#recommend{
	background-image:url(../img/bg02.jpg);
	background-repeat: repeat;
	background-color: #fff;
	padding: 5%;
}
#recommend h2 ,#region h2{
	text-align: center;
	font-weight: bold;
	padding-bottom: 20px;
	border-left:none;
	font-size:1.1em;
	color:#333333;
}
#recommend h2 span{
  position: relative;
  	padding: 0.8em;
  }
#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-wrap{
	overflow-x: scroll;
}
#recommend ul{
	width: 200vw;
	display: flex;
}
#recommend li{
	display: block;
	width: 30%;
	padding-right: 2%;
}
#recommend li img{
	width: 100%;
}
#recommend li a:hover{
	opacity: 0.7;
}

#region{
	padding: 40px 0;
}
#region .cont-innner {
	padding-bottom: 5%;
}
#region h2 span{
  position: relative;
  	padding: 0.8em;
  }
#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 ul{
	padding: 0 5%;
	overflow: hidden;
}
#region li {
	display: inline-block;
	min-width: 31.85185185185185%;/*215*/
	margin: 0 .7407407407407407% 1.925925925925926% ;/*5 13*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #EEEEEE;
	box-shadow: 0 3px 0 0 rgba(207,207,207,1);
	text-align: center;
	font-weight: bold;
	cursor: pointer;
	float: left;
}
#region li a{
	color: #221814;
	text-decoration: none;
	display: block;
	padding: 9.8765432098765435% 0;/*20px*/
}
#region li.nav-on,#region li:hover{
	background: #FFCB2F;
	box-shadow: 0 3px 0 0 rgba(160,160,160,1);
	color: #ffffff;
}
@media screen and (max-width: 460px) {
#region li {
	min-width: 47.58454106280193%;/*197*/
	margin: 0 1.207729468599034% 3.140096618357488%;/*5 13*/
}
}

/****************************************
			5.TEL BOX
*****************************************/


/****************************************
			6.ヘッダー・フッター
*****************************************/
#menuNav {
	display: none;
}
/*パンくず*/
.pan-box {
	width: 100%;
	height: auto;
}
.pan-box ul {
	display: flex;
	flex-wrap: wrap;
	padding: 1%;
	font-size: 13px;
	line-height: 1.4;
}
.pan-box ul li {
	margin: 0 2px;
}
.nav_top img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.nav_top .nav_title {
	margin: 0;
	padding: 0;
}
.sns-wrap-wide h2 {
	font-weight: bold;
}
.tel-box-wrap h2,
.tel-box-wrap .section-ttl {
	display: none;
}
.tel-box {
	display: none;
}
#footerMenuWrap h2 {
	font-weight: bold;
}
#pagetop {
	right: 14px;
	bottom: 14px;
	width: 50px;
	height: 50px;
}
#pagetop a {
	display: inline-block;
	width: 100%;
	height: 100%;
}
#pagetop a img {
	width: 100%;
	height: 100%;
}

#footerArea {
   	margin:0;
}
.linkArea.list.top {
    margin:0;
}
footer .reserveArea {
    margin:0;
}