
/*-----------------------------------------------------
  clearfix　
-----------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#underSection {
	padding-bottom: 80px;
}

@media only screen and (max-width: 40em) {
	#underSection{
	}
}

#logo {
	width: 982px;
	margin: 0 auto;
}

#logo img {
	margin-right: 90px;
}

h3 {
	background-image: url(../images/back.png);
	background-repeat: no-repeat;
}

h3 img {
	width: 695px!important;
	padding-top: 20px;
	padding-right: 70px;
}

@media only screen and (max-width: 40em) {
	#logo{
		width: 320px;
		margin-top: -150px;
	}
}

@media only screen and (max-width: 40em) {
	#logo img{
		}
}

@media only screen and (max-width: 40em) {
	h3{
		background-image: none;
	}
}

@media only screen and (max-width: 40em) {
	h3 img {
		width: 100%;
		margin-left: 30px;
	}
}

#bigBox {
	width: 970px;
	margin: 0 auto;
}

#bigBox a {
	color: #000;
}

#bigBox a:hover {
	color: #333;
}

@media only screen and (max-width: 40em) {
	#bigBox{
		width: 300px;
		margin-top: -100px;
		margin-bottom: 10px;
	}
}

.box {
	width: 474px;
	height: 491px;
	margin-bottom: 30px;
	position: relative;
	background-image: url(../images/box.png);
	background-repeat: no-repeat;
}

@media only screen and (max-width: 40em) {
	.box{
		width: 100%;
		height: 350px;
		background-size: 100%;
		background-repeat: no-repeat;
		padding-bottom: 80px;
		margin: 0 auto;
		position: relative;
	}
}

.box:nth-of-type(odd) {
	float: left;
}

.box:nth-of-type(even) {
	float: right;
}

@media only screen and (max-width: 40em) {
	.leftBox{
		float: none;
	}
}

@media only screen and (max-width: 40em) {
	.rightBox{
		float: none;
	}
}

.data {
	font-size: 18px;
	font-weight: bold;
	padding: 10px 0 0 80px;
}

.picto {
	text-align: center;
	padding-top: 25px;
}

.icon {
	position: absolute;
	top: 177px;
	right: 23px;
}

.title {
	font-size: 28px;
	font-weight: bold;
	padding-left: 20px;
}

@media only screen and (max-width: 40em) {
	.data{
		font-size: 13px;
		padding: 5px 0 0 50px;
	}
}

@media only screen and (max-width: 40em) {
	.picto{
		width: 100%;
		padding: 10px;
		margin-top: 5px;
	}
}

@media only screen and (max-width: 40em) {
	.icon{
		width: 100%;
		position: absolute;
		top: 132px;
		left: 220px;
	}
}

@media only screen and (max-width: 40em) {
	.icon img {
		width: 22%;
	}
}

@media only screen and (max-width: 40em) {
	.title{
		font-size: 18px;
		line-height: 20px;
		padding-right: 5px;
	}
}

@media only screen and (max-width: 40em) {
	#underSection{
		background: #fff!important;
	}
}

#underSection section .section_tit:before,
#underSection section .section_tit:after{
	content: none;
}

h2.section_tit{
		width: 982px;
		height: 350px;
		padding: 0;
		overflow: hidden;
		text-indent: 982px;
		background: url(../images/tit_gourmet.png) no-repeat bottom;
	}


@media only screen and (max-width: 40em) {
	h2.section_tit{
		width: auto;
		height: auto;
		padding: 7% 8% 0 8%;
		text-indent: 0;
		background: none;
	}
}

