/*560px未満*/ @media screen and (max-width: 559px) {
}

/*960px未満*/ @media screen and (max-width: 959px) {
}

/*1200px未満*/ @media screen and (max-width: 1200px) {
}
/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼
共通
▼▼▼▼▼▼▼▼▼▼▼▼▼▼*/
html {
	font-size: 62.5%;
}
body {
	font-size: 1.4rem;/* 16px*/
	line-height: 1.8;
	font-family: 'Noto Sans JP', sans-serif;
	background-image: url(img/base.jpg);
}
img {
	width: 100%;
}
h3 img {
	height: 100%;
	width: auto;
}
a {
	text-decoration: none;
	color: currentColor;
	transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.wrap {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.backphoto {
	background-size: cover;
	background-position: center center;
}
.bgcolor {
	background-color: #f7f6ea;
	width: 100%;
}
.maxwidth {
	width: 90%;
	max-width: 1080px;
	margin: auto;
}
div#headerphoto {
	height: 600px;
	width: 100%;
	position: relative;
}
#headerphoto h1 {
	position: absolute;
	width: 26%;
	left: 7%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	top: 50%;
}
.culturebox {
	padding: 3% 0;
}
.culturebox .left {
	width: 65%;
	margin: -7% 0 0 0;
	z-index: 30;
}
h3 {
	height: 24px;
	line-height: 1;
	margin: 0 0 10px 0;
}
.culturebox h3 {
	height: 28px;
	margin: 0 0 0px 0;
}
.culturebox .right {
	width: 32%;
	margin: 0 0 0 3%;
}
.swiper-wrapper {
	/* wrapperのサイズを調整 */
	width: 100%;
	height: 600px;
}
.swiper-slide {
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 300px;
}
.foodculture {
	padding: 50px 0;
}
.foodculture .left {
	width: 45%;
	min-height: 400px;
}
.foodculture .right {
	width: 50%;
	margin: 0 0 0 5%;
}
.foodculture .right div {
	margin: auto;
}
.foodculture .right h3 {
	height: 27px;
}
.foodculture p {
	text-align: justify;
}
.tableware {
	padding: 50px 0;
}
img#warephoto {
	margin: 15px 0;
}
ul.item li {
	width: 19%;
	margin: 0.5% 0.5% 3%;
}
.item h4 {
	line-height: 1.5;
}
article#log {
	padding: 50px 0;
}
#log h3 {
	text-align: center;
}
.coutry li:first-child {
	border: solid 1px #c4c4c4;
	width: calc(10% - 2px);
}
.coutry li {
	border: solid 1px #c4c4c4;
	border-left: none;
	width: calc(10% - 2px);
}
.coutry img {
	display: block;
}
footer {
	background-color: #2c2a29;
	padding: 20px 0;
}
footer a {
    display: block;
    margin: auto;
    width: 60%;
    max-width: 450px;
}

/*960px未満*/ @media screen and (max-width: 959px) {
div#headerphoto {
	height: 50vw;
	width: 100%;
	position: relative;
}
.swiper-wrapper {
	width: 100%;
	height: 70vw;
}
ul.item li {
	width: 24%;
	margin: 0.5% 0.5% 3%;
}
.coutry li:first-child {
	border: solid 1px #c4c4c4;
	width: calc(20% - 2px);
}
.coutry li {
	border: solid 1px #c4c4c4;
	border-left: none;
	width: calc(20% - 2px);
}
}

/*687px未満*/ @media screen and (max-width: 687px) {
#headerphoto h1 {
	position: absolute;
	width: 40%;
	left: 7%;
	transform: translate(0%, -50%);
	-webkit-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	top: 50%;
}
.culturebox .left {
	width: 100%;
	margin: -7% 0 0 0;
	z-index: 30;
}
.culturebox .right {
	width: 100%;
	margin: 2% auto 0;
	max-width: 300px;
}
.foodculture .left {
	width: 100%;
	min-height: 300px;
}
.foodculture .right {
	width: 100%;
	margin: 5% auto 0;
}
ul.item li {
	width: 32.33333%;
	margin: 0.5% 0.5% 3%;
}
.coutry li:first-child {
	border: solid 1px #c4c4c4;
	width: calc(20% - 2px);
}
.coutry li {
	border: solid 1px #c4c4c4;
	border-left: none;
	width: calc(20% - 2px);
}
}