@charset "utf-8";

/* Reset */

/*----------------------base--------------------------*/

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	font-weight: normal;
	border: none;
	border-radius: 0px;
	background-color: hsla(0,0%,0%,0.00);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

h5, h6, pre, table, code, kbd, samp, acronym, input, textarea {
	font-size: 100%;
}

header, main, article, section, footer, address small{
	display: block;

}

a, ins {
	text-decoration: none;
	color: #333;
}

address, em, cite, dfn, var {
	font-style: normal;
}

input, textarea {
	font-family: sans-serif;
	font-weight: normal;
}

img {
	vertical-align: bottom;
}

a img {
	border: none;
}
a img:hover {
	opacity: 0.8;
	transition-duration: 0.3s;
}


address, em, cite, dfn, var {
	font-style: normal;
}

input, textarea {
	font-weight: normal;
}
ul li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.clear {
	clear: both;
	float: none;
}

/*----------------------nav--------------------------*/

nav {
	position: fixed;
	z-index: 990;
	top: 0px;
	left: auto;
	width: 1201px;
	height: 48px;
	margin-left: 210px;
	padding-top: 15px;
	font-family: kozuka-gothic-pro, sans-serif;
	background-color: hsla(0,0%,0%,0.38);
}
#main_ul  {
	text-align: right;
	white-space: nowrap;
	width: 540px;
	display: block;
	margin-right: auto;
	margin-left: auto;
	min-width: 100%;
	padding-right: 30px;
	
	
}
#main_ul li  {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	margin-left: 35px;
	font-size: 13px;
}
#main_ul li a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: hsla(0,0%,100%,1.00);
}
#main_ul li a:hover{
	color: #AF0000;
}
#main_ul li img {
	width: 21px;
	height: 20px;
	margin-right: 5px;
}
.footer_nav {
	margin-bottom: 30px;
	padding-left: 31px;
	width: 950px;
}
.footer_nav li {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 5px;
	display: inline-block;
	margin-right: 20px;
	font-size: 14px;
}
.footer_nav li a {
	color: #FFFFFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
   font-weight: bold;
}
.footer_nav li a:hover {
	color: #AF0000;
}
#footer_nav2 {
	position: absolute;
	right: 0px;
	text-align: right;
	font-size: 15px;
	bottom: 90px;
}
#footer_nav2 li {
	margin-bottom: 10px;
}
#footer_nav2 li a {
	color: #FFFFFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#footer_nav2 li a:hover {
	color: #AF0000;
}





@media (max-width: 540px){
#menuButton {
	display: block;
	width: 55px;
	height: 55px;
	position: fixed;
	top: 4px;
	right: 17px;
	z-index: 3;
	border-radius: 5px;
	border: 1px solid #000000;
	cursor: pointer;
}
#menuButton span {
	display: block;
	background: #000;
	width: 35px;
	height: 2px;
	position: absolute;
	left: 9px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
}
#menuButton span:first-child {
	top: 15px;
}
#menuButton span:nth-child(2) {
	margin-top: -1px;
	top: 50%;
}
#menuButton span:last-child {
	bottom: 15px;
}
#menuButton.active span:first-child {
	-webkit-transform: translateY(10px) rotate(45deg);
	-moz-transform: translateY(10px) rotate(45deg);
	-ms-transform: translateY(10px) rotate(45deg);
	transform: translateY(10px) rotate(45deg);
}
#menuButton.active span:nth-child(2) {
	opacity: 0;
}
#menuButton.active span:last-child {
	-webkit-transform: translateY(-10px) rotate(-45deg);
	-moz-transform: translateY(-10px) rotate(-45deg);
	-ms-transform: translateY(-10px) rotate(-45deg);
	transform: translateY(-10px) rotate(-45deg);
	border-radius: 10px;
	border: 1px solid hsla(0,0%,0%,1.00);
}
#nav_button{
	position: absolute;
	right: 30px;
}
nav {
	position: fixed;
	left: 0px;
	z-index: 200;
	top: 70px;
	margin-left: 0px;
	padding: 0px;
	width: 100%;
	height: 0px;
}
#main_ul  {
	text-align: center;
	padding: 20px 0px 30px;
	width: 540px;
	display: none;
	background-color: hsla(0,0%,0%,0.80);
	white-space: normal;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
	height: 150px;
	min-width: 540px;
}
#main_ul li  {
	display: inline-block;
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
	border: 1px solid hsla(0,0%,56%,1.00);
	text-align: center;
	margin: auto 10px 20px;
	padding: auto;
	width: 25%;
	height: auto;
	color: hsla(0,0%,0%,1.00);
	vertical-align: middle;
}
#main_ul li a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	height: 100%;
	display: inline-block;
	background-color: hsla(0,0%,0%,0.34);
	padding: 10px;
	border-radius: 5px;
}
#main_ul li a:hover{
	color: #fff;
	background-color: #B3272D;
}
#main_ul li:hover{
	color: #fff;
}


.footer_nav {
	margin-bottom: 30px;
	padding-left: 0px;
	width: 100%;
	font-size: 14px;
	margin-left: 0px;
}
.footer_nav li {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	position: relative;
	list-style-position: outside;
	list-style-type: disc;
	margin-bottom: 20px;
	display: inline-block;
	margin-right: 20px;
}
.footer_nav li:before{
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-right: 3px;
	border-radius: 10px;
}
.footer_nav li a {
	color: #FFFFFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.footer_nav li a:hover {
	color: #14A1AD;
}
#footer_nav2 {
	position: relative;
	top: auto;
	right: auto;
	text-align: left;
	font-size: 14px;
	width: 100%;
	margin-bottom: 20px;
	padding-left: 20px;
	margin-left: 0px;
}
#footer_nav2 li {
	margin-bottom: 20px;
	width: 45%;
	display: inline-block;
}
#footer_nav2 li:before{
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-right: 3px;
}
#footer_nav2 li a {
	color: #FFFFFF;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#footer_nav2 li a:hover {
	color: #14A1AD;
}

}

/*----------------------common--------------------------*/

html, body {
	font-family: kozuka-gothic-pro, sans-serif;
	text-align: center;
	background-color: #FFF;
	font-size: 16px;
	color: #676565;
	line-height: 1.3;
	-webkit-text-size-adjust: 100%;
	overflow-wrap: break-word;
	word-wrap: break-word;
	position: relative;
}
.mo{
	display: none;
}
.red {
	color: #FF0004;
}

.t2 {
	letter-spacing: 1em;
	margin-right: -1em;
}
.color1 {
	background-color: #9067A2;
}
.color2 {
	background-color: #73B97F;
}
.color3 {
	background-color: #FFBD43;
}
.color4 {
	background-color: #87C8C7;
}
.h2_icon {
	width: 53px;
	height: 18px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.sankaku {
	display: inline-block;
	transform: rotate(-90deg);
	vertical-align: middle;
	margin-bottom: 4px;
}


#wrapper {
	position: relative;
	width: 1410px;
}

header {
	width: 210px;
	float: left;
	position: relative;
	padding-top: 20px;
}
#head_daiich {
	width: 163px;
	height: 41px;
	margin-top: 10px;
	margin-bottom: 30px;
}


#header_logo {
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: auto;
	display: block;
}
#header_logo2 {
	display: none;
}
#head_list_title {
	font-size: 14px;
	padding-right: 37px;
	text-align: center;
	padding-left: 10px;
	margin-left: 5px;
	text-shadow: 0px 0px;
	color: #1499A5;
	margin-bottom: 5px;
}
#head_list_title span {
	width: 8px;
	height: 24px;
	display: inline-block;
	background-color: #2ECAFF;
	margin-right: 10px;
	margin-bottom: -4px;
}



#head_list {
	width: 100%;
	max-width: 210px;
	padding-bottom: 20px;
}

.head_ul_title {
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	font-size: 14px;
	padding-bottom: 7px;
	margin-bottom: 10px;
	white-space: nowrap;
	padding-top: 7px;
	width: 170px;
	border-top: 1px dotted #868686;
	border-bottom: 1px dotted #868686;
	color: #1499A5;
}
.head_ul_title a {
	color: #1499A5;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}

.head_ul_title a:hover  {
	color: #B3272D;
}
.head_ul_title img  {
	width: 35px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
}
.head_ul_title div  {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
  width: 130px;
}


.head_ul {
	width: 140px;
	margin-bottom: 30px;
	text-align: left;
	margin-left: 55px;
}
.head_ul li {
	font-size: 14px;
	margin-bottom: 5px;
	list-style-position: outside;
	list-style-type: disc;
	vertical-align: top;
}
.head_ul li a {
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.head_ul li a:hover  {
	color: #B3272D;
}
.no_item {
	margin-bottom: 50px;
	padding-left: 5px;
	font-size: 14px;
}





#head_tel {
	position: absolute;
	top: 14px;
	font-size: 19px;
	right: 40px;
	color: #14A1AD;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#head_tel:hover {
	color: #CB0C0C;
}

#head_tel img {
	width: 20px;
	height: 20px;
	margin-bottom: 4px;
	margin-right: 5px;
}
#side_link {
	position: fixed;
	right: 0px;
	top: 308px;
	z-index: 100;
}
#side_link li {
	background-color: #007FAB;
	margin-bottom: 2px;
	width: 73px;
	height: 80px;
	overflow-x: hidden;
	overflow-y: hidden;
}
#side_link li:nth-child(1) {
	background-color: #FFFFFF;
	height: 73px;
}
#side_link li:nth-child(2) {
	border-top-left-radius: 5px;
}
#side_link li:nth-child(3) {
	height: 76px;
	padding-top: 7px;
}
#side_link li:nth-child(4) {
	padding-top: 10px;
}
#side_link li:nth-child(5) {
}
#side_link li:nth-child(6) {
	border-bottom-left-radius: 5px;
}
#side_link li a {
	padding-right: 5px;
	padding-left: 10px;
	display: inline-block;
	padding-top: 6px;
	width: 100%;
	height: 100%;
}
#side_link li:nth-child(1) a{
	padding-right: 0px !important;
	padding-left: 0px !important;
	padding-top: 0px !important;
}
.side_link_icon {
	width: 40px;
	height: 40px;
}
#side_link li a div {
	color: #FFFFFF;
	font-size: 12px;
}




#contents {
	width: 1200px;
	float: right;
	position: relative;
	border-left: 1px solid #D1D1D1;
	padding-bottom: 250px;
}
#index_contents {
	width: 1200px;
	float: right;
	position: relative;
	border-left: 1px solid #D1D1D1;
	padding-bottom: 100px;
}


section {
	position: relative;
	width: 100%;
}
.slide1 {
	width: 1200px;
	height: 600px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 5px;
}
.slide1 .swiper-slide {
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	color: #ffffff;
	width: 100%;
	height: 100%;
	text-align: center;
	line-height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.swiper-slide a {
	width: 100%;
	height: 100%;
	display: inline-block;
}


.slide2 {
	box-sizing: border-box;
	padding: 10px 0;
	text-align: left;
	margin-bottom: 50px;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	height: 120px;
}

.slide2 .swiper-slide {
	opacity: 0.4;
	line-height: 80px;
}
.slide2 .swiper-slide img {
	width: 100%;
}

.slide2 .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-button-prev:after,
.swiper-button-next:after {
 display: none;
}
.swiper-button-prev ,.swiper-button-next {
	width: 40px !important;
	height: 40px !important;
	background-size: 40px 40px !important;
	cursor: pointer;
	background-position: center center;
	background-repeat: no-repeat;
}
.swiper-button-prev:hover {
	opacity: 0.7;
}
.swiper-button-next:hover {
	opacity: 0.7;
}

/* 次ページボタンのスタイル */
.swiper-button-next {
	background-image: url('https://file003.shop-pro.jp/PA01472/756/images/slide_button.svg');
}
/* 前ページボタンのスタイル */
.swiper-button-prev {
	background-image: url('https://file003.shop-pro.jp/PA01472/756/images/slide_button.svg');
	/*transform: translateY(-50%) scale(-1, 1); /* 左右反転 */
	transform: rotate(180deg);
}

#slider li .cap {
	width: 130px;
	height: 130px;
	background-color: #E3E3E3;
	position: absolute;
	right: 0px;
	top: 141px;
	color: #595757;
	font-size: 35px;
	line-height: 1.1;
	white-space: nowrap;
	text-align: right;
	font-family: logotype;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

#cap1 {
	padding-top: 45px;
	padding-right: 10px;
}
#cap2 {
	padding-top: 28px;
	padding-right: 10px;
}




.box {
	margin-bottom: 50px;
}
#search_area {
	padding-top: 30px;
	padding-bottom: 30px;
}
#search_text1 {
	font-size: 19px;
	display: inline-block !important;
	padding-bottom: 20px;
	color: #1499A5;
	line-height: 1.5;
}
#open_button {
	background-color: #B6272D;
	border-radius: 10px;
	width: 360px;
	height: 32px;
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 6px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#open_button:hover {
	background-color: #DC9622;
}

#search_box {


}
.search_title {
	color: #FFFFFF;
	background-color: #B3272D;
	height: 43px;
	font-size: 20px;
	padding-top: 9px;
	margin-bottom: 5px;
	margin-top: 50px;
}
#search_text2 {
	font-size: 15px;
	margin-bottom: 20px;
}
#search_inner {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: left;
	padding-left: 73px;
	margin-bottom: -100px;
}

.search_category_box1 {
	width: 160px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 100px;
}
.search_category_box2 {
	width: 320px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
}
.search_category {
	font-size: 19px;
	border-bottom: 1px dotted #979797;
	margin-bottom: 5px;
	padding-left: 10px;
}
.search_line {
	height: 1px;
	width: 100%;
}
.search_checkbox {
	display: inline-block;
	margin-left: 10px;
	width: 140px;
	white-space: nowrap;
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 18px;
}
#input {
	position: relative;
	width: 360px;
	margin-right: auto;
	margin-left: auto;
	height: 32px;
	overflow-x: hidden;
	overflow-y: hidden;
	text-align: left;
	border-radius: 5px;
}

#input_serach {
	font-size: 16px;
	border: 1px solid #BCBCBC;
	width: 320px;
	border-bottom-left-radius: 5px;
	border-top-left-radius: 5px;
	padding-left: 20px;
	padding-right: 70px;
	height: 32px;
	position: relative;
	z-index: 2;
	display: inline-block;
	background-color: #F5F5F5;
	padding-top: 1px;
}
#button_search {
	position: absolute;
	right: 0px;
	top: 0px;
	border-style: none;
	background-color: #8E8E8E;
	cursor: pointer;
	height: 37px;
	width: 40px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	z-index: 1;
}
#button_search img  {
	width: 15px;
	height: 15px;
	position: absolute;
	left: 12px;
	top: 8px;
}


.list_area {
	padding-top: 50px;
	padding-bottom: 30px;
}
.list_area:nth-of-type(odd) {
	background-color: #F1F7F6;
}
.list_area:nth-of-type(even) {
	background-color: #FFFFFF;
}

.list_top {
	position: relative;
	padding-left: 30px;
	margin-bottom: 5px;
}

.list_title {
	font-size: 22px;
	text-align: left;
	color: #1499A5;
}
.list_num {
	margin-left: 20px;
	display: inline-block;
	font-size: 16px;
}


.list_title_ribbon {
	width: 14px;
	height: 29px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -6px;
}
.list_link {
	position: absolute;
	right: 90px;
	bottom: 0px;
	font-size: 16px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	color: #1499A5;
}
.list_link:hover {
	color: #DC9D55;
}

.list_ul {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	text-align: center;
	position: relative;
	padding-left: 50px;
}
.list1_back {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#91bad9+0,d5e9f5+60,accadf+100 */
background: #91bad9; /* Old browsers */
background: -moz-linear-gradient(left,  #91bad9 0%, #d5e9f5 60%, #accadf 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #91bad9 0%,#d5e9f5 60%,#accadf 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #91bad9 0%,#d5e9f5 60%,#accadf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91bad9', endColorstr='#accadf',GradientType=1 ); /* IE6-9 */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
}
.list2_back {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#deeaf4+0,f2f8fc+60,eaf2f7+100 */
background: #deeaf4; /* Old browsers */
background: -moz-linear-gradient(left,  #deeaf4 0%, #f2f8fc 60%, #eaf2f7 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #deeaf4 0%,#f2f8fc 60%,#eaf2f7 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #deeaf4 0%,#f2f8fc 60%,#eaf2f7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#deeaf4', endColorstr='#eaf2f7',GradientType=1 ); /* IE6-9 */
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 200px;
}

.list_ul li {
	vertical-align: top;
	text-align: center;
	margin-bottom: 30px;
	list-style-type: none;
	padding-top: 10px;
	width: 270px;
	float: left;
	margin-left: 0px;
	margin-right: 0px;
}
.list_ul li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.list_ul li a:hover{
	color:#DC9D55;
}
.list_ul li:nth-child(5n) {
	margin-right: 0px !important;
}

.list_img {
	position: relative;
	z-index: 1;
	margin-bottom: 15px;
	height: 220px;
	overflow-x: hidden;
	border-radius: 5px;
	overflow-y: hidden;
	width: 220px;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
.list_img img {
	height: 100%;
}
.categories_list_img {
	position: relative;
	z-index: 1;
	margin-bottom: 5px;
	height: 180px;
	background-color: #FFFFFF;
	max-width: 205px;
	overflow-x: hidden;
	border-radius: 5px;
	min-width: 200px;
}
.categories_list_img img {
	height: 100%;
}

.list_name {
	margin-bottom: 5px;
	font-size: 15px;
	height: 2.3em;
	z-index: 10;
	position: relative;
	overflow-y: hidden;
	overflow-x: hidden;
}
.list_price {
	font-size: 23px;
	font-weight: bold;
	color: #686868;
}
.list_price span {
	font-size: 12px;
	margin-left: 5px;
	color: #535353;
	font-weight: normal;
}
.soldout {
	font-size: 18px;
	font-weight: bold;
}

#conpany_list_ul {
	margin-bottom: 50px;
	margin-top: 20px;
}
#conpany_list_ul li {
	width: 220px;
	display: inline-block;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
}
#conpany_list_ul li a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#conpany_list_ul li a:hover {
	color:#DC9D55;
}


.company_list_img {
	max-width: 45px;
	max-height: 45px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;

}
.company_list_img img  {
	width: 100%;
	margin-right: 5px;


}

.company_list_name {
	vertical-align: middle;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.company_list_text {
	margin-top: 5px;
}





#under_tel {
	width: 331px;
	font-size: 36px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	margin: 50px auto;
	display: block;
}
#under_tel:hover {
	color:#DC9D55;
}
#under_tel img {
	width: 36px;
	height: 36px;
	margin-right: 5px;
	margin-bottom: 7px;
}
.h2_title {
	font-size: 25px;
	border-bottom: 1px solid #6F6F6F;
	margin-bottom: 20px;
	padding-bottom: 5px;
}






footer {
	width: 1410px;
	margin-right: auto;
	margin-left: auto;
	min-width: 100%;
	padding-bottom: 20px;
	padding-top: 30px;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(https://file003.shop-pro.jp/PA01472/756/images/footer_back2.png);
	background-size: cover;
}
#footer_back2 {
	position: absolute;
	top: -291px;
	width: 234px;
	z-index: 0;
	height: 356px;
	right: 20px;
}
#footer_back3 {
	position: absolute;
	left: 50px;
	width: 220px;
	z-index: 2;
	bottom: 20px;
	height: 276px;
}

.footer_contents {
	width: 1410px;
	text-align: left;
	position: relative;
	color: #FFFFFF;
	min-height: 400px;
	padding-left: 210px;
	z-index: 5;
	margin-top: 52px;
	padding-right: 10px;
}
.footer_nav_box {
	margin-right: 50px;
	vertical-align: top;
}
.footer_nav_box_title {
	margin-bottom: 20px;
	padding-left: 5px;
}
.footer_nav_category {
	margin-bottom: 5px;
	border-bottom: 1px dotted #FFFFFF;
	width: 110px;
	margin-left: 5px;
	padding-left: 5px;
}
.fotter_no_item {
	margin-bottom: 50px;
	margin-left: 10px;
	font-size: 14px;
}

#footer_logo {
	width: 68px;
	height: 98px;
	right: 0px;
	position: absolute;
	bottom: -10px;
}
#footer_card {
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.footer_card {
	width: 80px;
	height: 50px;
}



small {
	text-align: center;
	color: hsla(0,0%,100%,1.00);
	display: block;
	position: relative;
	z-index: 5;
}
.sns {
	margin-bottom: 50px;
}
.sns li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.sns a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.sns a:hover{
	color: #EB4043;
	
}

.sns img {
	width: 45px;
	height: 45px;
	margin-bottom: 3px;
}
.sns div {
	font-size: 12px;
}
.head_link{
	display:inline-block;
	margin-bottom:10px;
}
#sort_area {
	margin-bottom: 20px;
}
.sort_button {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
	padding: 5px 5px 2px;
	border: 1px solid hsla(0,0%,58%,1.00);
	background-color: hsla(0,0%,100%,1.00);
	border-radius: 5px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.sort_button:hover {
	text-decoration: none;
	color: hsla(0,0%,91%,1.00);
	background-color: hsla(0,0%,61%,1.00);
}
.now_sort {
	margin-left: 15px;
	margin-right: 15px;
	display: inline-block;
	padding: 5px 5px 2px;
	color: hsla(0,0%,91%,1.00);
	border: 1px solid hsla(0,0%,58%,1.00);
	background-color: hsla(0,0%,61%,1.00);
	border-radius: 5px;
}


#pager_guide {
	margin-bottom: 10px;
}


.list_pager {
	text-align: center;
	margin-bottom: 0px;
}
.list_pager li {
	display: inline-block;
	font-size: 18px;
	text-align: center;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid hsla(0,0%,48%,1.00);
	line-height: 1;
	border-radius: 5px;
	margin-bottom: 10px;
}
.list_pager li a {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 5px 7px 3px;
	line-height: 1;
	background-color: hsla(0,0%,100%,1.00);
	text-decoration: none;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	border-radius: 5px;
}
.list_pager li a:hover {
	background-color: #1499A5;
	color: hsla(0,0%,100%,1.00);
	
}
.list_pager li span {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 5px 7px 3px;
	line-height: 1;
	background-color: hsla(0,0%,67%,1.00);
	color: hsla(0,0%,100%,1.00);

}


@media (max-width:540px){
.pc{
	display: none;
}
.mo{
	display: inline;
}

#wrapper {
	position: relative;
	width: 540px;
	margin-right: auto;
	margin-left: auto;
}

header {
	width: 100%;
	float: left;
	position: fixed;
	height: 70px;
	top: 0px;
	left: 0px;
	background-color: #FFFFFF;
	z-index: 100;
	text-align: left;
}
#head_daiich {
	width: 102px;
	height: 31px;
	margin: -17px 112px auto 10px;
	display: inline-block;
	vertical-align: middle;
}
#header_logo {
	display: none;
}
#wrapper header h1 {
	display: inline-block;
	vertical-align: middle;
	margin-top: -18px;
}

#header_logo2 {
	display: inline-block;
	height: 60px;
	width: 94px;
	margin-top: 5px;
}
#head_list_title {
	display: none;
}

#head_list {
	width: 100%;
	position: absolute;
	top: 220px;
	left: 0px;
	padding-top: 20px;
	background-color: hsla(0,0%,0%,0.79);
	padding-bottom: 20px;
	display: none;
	max-width: 540px;
	min-width: 540px;
	height: 640px;
	overflow-y: scroll;
}

.head_ul_title {
	width: 450px;
	margin-right: auto;
	margin-left: 44px;
	text-align: left;
	font-size: 14px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	white-space: nowrap;
	background-color: hsla(0,0%,0%,0.00);
	color: hsla(0,0%,100%,1.00);
}
.head_ul_title a {
	color: hsla(0,0%,100%,1.00);
}



.head_ul_color {
	width: 8px;
	height: 24px;
	display: inline-block;
	margin-bottom: -6px;
	margin-right: 5px;
}
.head_ul {
	width: auto;
	margin-bottom: 50px;
	margin-right: 20px;
	margin-left: 20px;
	text-align: left;
	padding-left: 26px;
}
.head_ul li {
	font-size: 14px;
	margin-bottom: 20px;
	list-style-position: outside;
	list-style-type: disc;
	white-space: normal;
	display: inline-block;
	margin-right: 20px;
	color: #FFFFFF;
}
.head_ul li:before{
	content: "";
	width: 5px;
	height: 5px;
	display: inline-block;
	background-color: #FFFFFF;
	margin-right: 3px;
	border-radius: 10px;
}
.sankaku {
	display: inline-block;
	vertical-align: middle;
	width: 15px;
	height: 15px;
	margin-right: 5px;
	margin-bottom: 3px;

}
.head_ul li a {
	display: inline-block;
	vertical-align: middle;
	color: #FFFFFF;
}
.head_ul li a:hover  {
	color: #EF6066;
}
.no_item {
	margin-bottom: 50px;
	padding-left: 43px;
	font-size: 14px;
	text-align: left;
	color: #FFFFFF;
}





#head_tel {
	position: absolute;
	top: 14px;
	font-size: 19px;
	right: 40px;
	color: #14A1AD;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#head_tel:hover {
	color: #CB0C0C;
}

#head_tel img {
	width: 20px;
	height: 20px;
	margin-bottom: 4px;
	margin-right: 5px;
}
#side_link {
	display: none;
}
.head_link {
	width: 100px;
	display: inline-block;
	margin-left: 41px;

}
.head_link img  {
	width: 100%;
}



#contents {
	width: 100%;
	float: right;
	position: relative;
	border-left: 1px solid #D1D1D1;
}


section {
	position: relative;
	width: 100%;
}
.slide1 {
	width: 100%;
	height: 300px;
	overflow-x: hidden;
	overflow-y: hidden;
	margin-bottom: 5px;
	margin-top: 70px;
}
.slide2 {
	box-sizing: border-box;
	padding: 10px 0;
	text-align: left;
	margin-bottom: 50px;
	width: 100%;
	overflow-y: hidden;
	overflow-x: hidden;
	height: 61px;
}
#slider {
	width: 100%;
	height: auto;
	position: relative;
	margin-top: 70px;
}
#slider li img {
	width: 100%;
}

#slider li .cap {
	width: 100px;
	height: 100px;
	background-color: #E3E3E3;
	position: absolute;
	right: 0px;
	top: 141px;
	color: #595757;
	font-size: 20px;
	line-height: 1.1;
	white-space: nowrap;
	text-align: right;
	font-family: logotype;
}

#cap1 {
	padding-top: 43px;
	padding-right: 25px;
}
#cap2 {
	padding-top: 31px;
	padding-right: 25px;
}



.box {
	margin-bottom: 50px;
}
#search_area {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #EBEBEB;
}
#search_text1 {
	font-size: 20px;
	margin-bottom: 10px;
}
#open_button {
	background-color: #B6272D;
	border-radius: 10px;
	width: 360px;
	height: 32px;
	color: #FFFFFF;
	font-size: 20px;
	padding-top: 6px;
	margin-right: auto;
	margin-left: auto;
	cursor: pointer;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#open_button:hover {
	background-color: #DC9622;
}

#search_box {
	display: none;

}
.search_title {
	color: #FFFFFF;
	background-color: #B3272D;
	height: 43px;
	font-size: 20px;
	padding-top: 9px;
	margin-bottom: 5px;
	margin-top: 50px;
}
#search_text2 {
	font-size: 15px;
	margin-bottom: 20px;
}
#search_inner {
	margin-right: auto;
	margin-left: auto;
	width: 900px;
	text-align: left;
	padding-left: 73px;
	margin-bottom: -100px;
}

.search_category_box1 {
	width: 160px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 100px;
}
.search_category_box2 {
	width: 320px;
	text-align: left;
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 50px;
}
.search_category {
	font-size: 19px;
	border-bottom: 1px dotted #979797;
	margin-bottom: 5px;
	padding-left: 10px;
}
.search_line {
	height: 1px;
	width: 100%;
}
.search_checkbox {
	display: inline-block;
	margin-left: 10px;
	width: 140px;
	white-space: nowrap;
	cursor: pointer;
	margin-bottom: 5px;
	font-size: 18px;
}


.list_area {
	padding-top: 50px;
	padding-bottom: 30px;
}
.list_area:nth-of-type(odd) {
	background-color: #F1F7F6;
}
.list_area:nth-of-type(even) {
	background-color: #FFFFFF;
}

.list_top {
	position: relative;
	padding-left: 10px;
	margin-bottom: 5px;
}

.list_title {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
}

.list_title_ribbon {
	width: 14px;
	height: 29px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: -6px;
}
.list_link {
	position: absolute;
	right: 10px;
	bottom: 0px;
	font-size: 17px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.list_link:hover {
	color: #DC9D55;
}

.list_ul {
	margin-right: 10px;
	margin-left: auto;
	width: 100%;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
}
.list_ul li {
	width: 240px;
	vertical-align: top;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 30px;
	list-style-type: none;
	margin-left: 5px;
}
.list_ul li a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.list_ul li a:hover{
	color:#DC9D55;
}
.list_ul li:nth-child(5n) {
	margin-right: 0px !important;
}
.list_img {
	position: relative;
	z-index: 1;
	width: 220px;
	height: 220px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}
.list_img img {

}

.list_name {
	font-size: 15px;
}
.list_price {
	font-size: 23px;
	font-weight: bold;
}
.list_price span {
	font-size: 15px;
	margin-left: 5px;
}
#conpany_list_ul {
	margin-bottom: 50px;
	margin-top: 20px;
}
#conpany_list_ul li {
	width: 220px;
	display: inline-block;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 30px;
}
#conpany_list_ul li a {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
#conpany_list_ul li a:hover {
	color:#DC9D55;
}


.company_list_img {
	max-width: 45px;
	max-height: 45px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 5px;

}
.company_list_img img  {
	width: 100%;
	margin-right: 5px;


}

.company_list_name {
	vertical-align: middle;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}
.company_list_text {
	margin-top: 5px;
}





#under_tel {
	width: 331px;
	font-size: 36px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
	margin: 50px auto;
	display: block;
}
#under_tel:hover {
	color:#DC9D55;
}
#under_tel img {
	width: 36px;
	height: 36px;
	margin-right: 5px;
	margin-bottom: 7px;
}
.h2_title {
	font-size: 25px;
	border-bottom: 2px solid #6F6F6F;
	margin-bottom: 20px;
	padding-bottom: 5px;
}






footer {
	width: 540px;
	margin-right: auto;
	margin-left: auto;
	min-width: 540px;
	padding-bottom: 30px;
	padding-top: 30px;
	margin-top: 50px;
}
.footer_contents {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	position: relative;
	padding-left: 0px;
	color: #FFFFFF;
	min-height: auto;
	margin-top: 129px;
}
.footer_nav_box {
	margin-right: 0px;
	vertical-align: top;
	width: auto;
	padding-left: 10px;
	padding-right: 10px;
}
.footer_nav_box_title {
	margin-bottom: 20px;
	padding-left: 5px;
	border-bottom: 1px dotted #FFFFFF;
}
.footer_nav_category {
	margin-bottom: 5px;
	border-bottom: 1px dotted #FFFFFF;
	width: 110px;
	margin-left: 5px;
	padding-left: 5px;
}
#footer_card {
	font-size: 18px;
	color: #FFFFFF;
	position: relative;
	right: auto;
	bottom: auto;
	text-align: center;
}
#footer_logo {
	width: 265px;
	height: 84px;
	right: auto;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
	display: block;
	top: auto;
}

small {
	text-align: center;
	color: hsla(0,0%,100%,1.00);
	display: block;
}
.sns {
	margin-bottom: 50px;
}
.sns li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;
}

.sns a{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	transition: 0.5s;
}
.sns a:hover{
	color: #EB4043;
	
}

.sns img {
	width: 45px;
	height: 45px;
	margin-bottom: 3px;
}
.sns div {
	font-size: 12px;
}
}

