body {
	background: #E6E8E0;
}

#mainimage {
	position: relative;
	height: 570px;
	margin: 0 0 40px 0;
}

#slide {
	width: 100%;
	overflow: hidden;
	height: 570px;
}

#slide li {
	height: 570px;
}

.bx-wrapper,
.bx-viewport {
	height: 570px !important;
}

#mainimage #slide img {
	top: -30%;
	display: block;
	position: absolute;
}

#mainimage h2 {
	width: 940px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit- transform: translateY(-50%) translateX(-50%);
}

#main {
	padding: 0 0 35px 0;
	width: 100% !important;
}

#main th {
	text-align: left;
}

#main section {
	width: 1100px;
	margin: 0 auto 100px;
	font-family: "a-otf-ryumin-pr6n", serif;
}

#main section article {
	padding: 0 0 0 80px;
	line-height: 1.8em;
}



#main section article h3 {
	font-size: 18px;
	letter-spacing: 0.2em;
	height: 32px;
	margin: 0 0 134px 0;
	/* background:url('../images/common/bg_h3_la.png') no-repeat bottom left; */
	color: #5F8811;
}

#main section article h4 {
	font-size: 20px;
	font-weight: normal;
	border-bottom: 1px solid #999;
	width: 340px;
	padding: 0 0 5px 0;
	margin: 0 0 20px 0;
	letter-spacing: 0.1em;
}

#main section article .float_l {
	width: 380px;
	float: right;
}

#main section article .float_l p {
	padding: 0 0 0 40px;
}

#main section article .float_r {
	width: 550px;
	float: left;
}

#menu_l {
	width: 380px;
	float: left;
}

#menu_r {
	width: 550px;
	float: right;
}

#menu_r img {
	display: block;
}

#menu_l table,
#item57 table,
#item58 table{
	width: 100%;
	margin: 0 0 40px 0;
}

#menu_l th,
#menu_l td,
#item57 th,
#item57 td,
#item58 th,
#item58 td {
	padding: 5px 0;
	font-weight: normal;
}

#menu_l th,
#item57 th,
#item58 th {
	text-align: left;
}

#menu_l td,
#item57 td,
#item58 td {
	text-align: right;
	white-space: nowrap;
}

#item35 {
	width: 100% !important;
	background: url('../images/lataverna/bg1.png') no-repeat top left;
}

#item35 article {
	width: 1100px;
	box-sizing: border-box;
	margin: 0 auto;
}

.ipad #item35 .float_r{
	overflow: hidden;
}


#item35 h3,
#item158 h3 {
	margin-bottom: 42px !important;
}

#gallery {
	width: 100% !important;
}

#gallery article {
	padding: 0 !important;
}

#gallery h3 {
	font-size: 18px;
	letter-spacing: 0.2em;
	height: 32px;
	width: 960px;
	margin: 0 auto 100px;
	/* background: url('../images/common/bg_h3.png') no-repeat bottom left; */
	color: #5F8811;
}

.slick-dots {
	list-style: none;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 15px 0;
}

#gallery article li {
	width: calc(100% / 5 - 20px);
	margin: 0 10px 20px;
}

#gallery article li img {
	width: 100%;
	height: auto;
}

.slick-dots li {
	width: 12px !important;
	height: 12px !important;
	border-radius: 50%;
	overflow: hidden;
}

.slick-dots li button {
	background: transparent;
	border: 0;
	color: #a4a4a4;
	width: 12px;
	height: 12px;
}

.slick-dots li {
	margin: 0 5px;
	background: #a4a4a4;
}

.slick-active {
	background: #000000 !important;
}

.slick-active button {
	color: #000000 !important;
}

#menu {
	width: 100%;
	background: #444;
}

#menu article {
	width: 1100px;
	margin: 0 auto;
	padding: 40px 0 40px 80px !important;
}

#menu article h3,
#menu article h4,
#menu article p,
#menu article th,
#menu article td {
	color: #fff;
}

#item35 ul{
	margin: 0 0 2em 5em;
	list-style: none;
}

#item35 ul li:first-letter{
	margin-left: -2.5em;
}

#shop_contact {
	/* position: relative; */
	margin: 0 auto 40px auto;
}

#shop_contact p{
	/* margin: 40px 0 0 0; */
	/* text-align: right; */
	/* line-height: 1.8; */
}

#kyukan{
	font-size: 123.1%;
	border: 1px solid #666;
	border-radius: 6px;
	padding: 5px 20px ;
	letter-spacing: 1px;
	margin: 20px 0 0 30px;
}

#kyukan p{
	text-align: center;
}

#kyukan ul{
	display: -webkit-box; /* before Android4.3 iOS6:Safari */
	display: -ms-flexbox; /* IE10 */
	display: -webkit-flex; /* Pc-safari */
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-flex-flow: row wrap; /* IE10 */
	-webkit-flex-flow: row wrap; /* Pc-safari */
	flex-flow: row wrap;
	justify-content: center;
	/* align-items: center; */
	margin: 10px 0 0 0;
}

#kyukan ul li{
	float: none;
}