@charset "utf-8";
/* CSS Document */
body {
	overflow: hidden
}
img {
	max-width: 100%;
	height: auto
}
.mv_contents a {
	text-decoration: none;
	color: #000
}

h2 img {
	margin: 0
}

#main_title h1 {
	max-width: 95%;
	font-size: 16px;
	margin-left: 10px;
	padding-left: 10px;
	border-left: 5px solid #bd0001;
	color: #000
}
#main_title {
	margin: 20px 0;
	padding: 0;
}

.max_image {
	width: 100%;
}
.middle_image {
	width: 60%;
}
.txt_center {
	margin: auto 10px;
	padding-bottom: 20px;
	text-align: center;
	font-size: 14px;
	line-height: 1.8em
}
.inner_center {
	text-align: center;
}
a img:hover {
	opacity: 0.7;
	-ms-filter: "alpha(opacity=70)";
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
}
#main_wrap {
	width: 100%;
	max-width: 970px;
	margin-left: 10px;
	margin-right: 10px;
}
#main_wrap img {
	max-width: 100%;
	height: auto
}
.product_area {
	max-width: 100%;
	text-align: center
}
.product_item {
	width: 98%;
	padding: 10px 5px;
	margin: 20px auto;
	border: 1px solid #d8d8d8;
	text-align: center
}
.product_item a {
	text-decoration: none !important;
}
.product_item p {
	font-size: 16px;
	margin: 10px 0;
	text-decoration: none
}
.product_item p span {
	font-weight: bold;
	font-size: 18px;
	display: inline-block;
	margin: 5px 0
}
.banner {
	width: 100%;
	margin: 50px 0;
	text-align: center
}
.banner_area {
	margin: 30px 0
}
/* スライダー */
 
.bx-prev, .bx-next {
	position: absolute;
	font-size: 36px;
	text-decoration: none !important;
	color: #ffffff !important;
	text-shadow: 1px 1px 2px #333333;
}
.bx-prev {
	left: 10px;
	top: 40%;
}
.bx-next {
	right: 10px;
	top: 40%;
}
.bx-pager a.thumb {
	border: none;
	padding: 0;
	background-color: none;
	line-height: 0;
	overflow: hidden;
	display: inline-block;
}
.bx-pager a img {
	border: 1px solid #dddddd;
	padding: 0;
	text-decoration: none;
}
.bx-pager a.pager-active img {
	color: #ffffff;
	border: 1px solid #f00;
}
li.swiper-slide a {
	display: block;
	padding: 1em;
	border: 1px solid #dcdcdc;
}
li.swiper-slide img {
	display: block;
	margin: 0 0 .2em;
	width: 100%;
	height: auto;
}
li.swiper-slide p {
	font-size: 1.2rem;
	text-align: center;
}
.mod-bxslider-01 {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.cover {
	position: absolute;
	left: 25px;
	top: 25px;
	width: 70%;
	height: auto;
	z-index: 300;
}

/* 768px以上の記述(tablet) */
@media screen and (min-width: 768px) {
.tab {
	display: none
}
}

/* 320px以下の記述(iPhone SE) */
@media screen and (max-width: 320px) {
#main_title h1 {
	font-size: 14px;
}
.txt_center {
	font-size: 12px;
	line-height: 1.6em
}
}
