@charset "UTF-8";

@media screen and (max-width: 1099px){
img{
	max-width: 100%;
	height: auto;
	width /***/:auto;
}

.br-sp{display:none;}
.pc{display:none !important;}
.sp{display:block !important;}



/****************************************

	header

*****************************************/
header {}
#header {
	border-top: 5px solid #9BC712;
	background: #F8F8ED;
	width: 100%;
}


#header-logo {}
#header-logo h1 {
	margin: 0 0 0 20px;
	padding: 25px 0 25px 0;
}
#header-logo h1 img {
	height: 25px;
}


#header-contents {
	display: none;
}


#sp_menu {}
/*ヘッダー(SP)メニュー部分*/
nav#sp_gnavi {
	display: none;
	position: absolute;
	top: 71px;
	width: 100%;
	left: 0;
	z-index: 100;
}
#sp_gnavi_box {
	display: block;
	margin: 0 15px;
	border: 2px solid #9BC712;
	background: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

nav#sp_gnavi ul#sp_gnavi_menu {}
nav#sp_gnavi ul#sp_gnavi_menu li {
	border-bottom: 1px solid #9BC712;
	font-size: 14px;
	margin: 0 15px;
	position: relative;
}
nav#sp_gnavi ul#sp_gnavi_menu li a {
	display: block;
	color: #272727;
	text-decoration: none;
	padding: 10px 0;
	font-weight: 500;
}
nav#sp_gnavi ul#sp_gnavi_menu li a:hover {
	color: #9BC712;
}
nav#sp_gnavi ul#sp_gnavi_menu li a:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 9px;
	background-image: url("images/common/prt-arrow-02.png");
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 17px;
}

nav#sp_gnavi ul#sp_gnavi_btn {
	font-size: 0;
	margin: 15px;
}
nav#sp_gnavi ul#sp_gnavi_btn li {
	display: inline-block;
}
nav#sp_gnavi ul#sp_gnavi_btn li:nth-of-type(1) {
	margin: 0 4% 0 0;
	width: 54%;
}
nav#sp_gnavi ul#sp_gnavi_btn li:nth-of-type(2) {
	width: 42%;
}
nav#sp_gnavi ul#sp_gnavi_btn li:nth-of-type(1) a {
	text-align: center;
	background: #FD772E;
	padding: 10px 5px 10px 5px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
nav#sp_gnavi ul#sp_gnavi_btn li:nth-of-type(1) a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("images/common/prt-mail.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
nav#sp_gnavi ul#sp_gnavi_btn li:nth-of-type(1) a:hover {
	text-decoration: none;
}
nav#sp_gnavi ul#sp_gnavi_btn li:nth-of-type(2) a {
	text-align: center;
	background: #9BC712;
	padding: 10px 5px 10px 5px;
	display: block;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
nav#sp_gnavi ul#sp_gnavi_btn li:nth-of-type(2) a:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	background-image: url("images/common/prt-cart.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
nav#sp_gnavi ul#sp_gnavi_btn li:nth-of-type(2) a:hover {
	text-decoration: none;
}


/*ヘッダー(SP)開閉ボタン*/
#nav_toggle {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 30px;
	right: 20px;
	z-index: 100;
	float: right;
}
#nav_toggle div {
	position: relative;
}
#nav_toggle span {
	display: block;
	height: 3px;
	background: #9BC712;
	position: absolute;
	width: 100%;
	left: 0;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#nav_toggle span:nth-child(1) {
	top: 0px;
}
#nav_toggle span:nth-child(2) {
	top: 12px;
}
#nav_toggle span:nth-child(3) {
	top: 24px;
}

/*ヘッダー(SP)開閉ボタンopen時*/
.open #nav_toggle span:nth-child(1) {
	top: 12px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	transform: rotate(135deg);
}
.open #nav_toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav_toggle span:nth-child(3) {
	top: 12px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	transform: rotate(-135deg);
}


#sub-visual {
	background-image: url("images/common/subvisual-bg.jpg");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	margin: 0 0 25px 0;
}
#sub-visual h2 {
	text-align: center;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	padding: 60px 15px;
	text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.3);
}



/****************************************

	共通

*****************************************/
#contents {
	margin: 0 15px;
}

#main-contents {}

#side-contents {}


#side-contact {
	margin: 0 0 40px 0;
}
#side-contact h2 {
	text-align: center;
	background: #9BC712;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0.02em;
	padding: 20px 0;
}

#side-contact-mail {
	text-align: center;
	background: #F8F8ED;
	border-bottom: 1px solid #EEE;
}
#side-contact-mail a {
	display: block;
	padding: 20px 0;
}
#side-contact-mail a:hover {
	text-decoration: none;
}
#side-contact-mail:hover {
	background: rgba(155, 199, 18, 0.03);
}
#side-contact-mail h3 {
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
#side-contact-mail p {
	color: #FD772E;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
#side-contact-mail p:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("images/common/prt-mail02.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 12px 0 0;
}

#side-sample-mail {
	text-align: center;
	background: #F8F8ED;
	border-bottom: 1px solid #EEE;
}
#side-sample-mail a {
	display: block;
	padding: 20px 0;
}
#side-sample-mail a:hover {
	text-decoration: none;
}
#side-sample-mail:hover {
	background: rgba(155, 199, 18, 0.03);
}
#side-sample-mail h3 {
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
#side-sample-mail p {
	color: #FD772E;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
}
#side-sample-mail p:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("images/common/prt-mail02.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 12px 0 0;
}

#side-contact-tel {
	text-align: center;
	background: #F8F8ED;
	border-bottom: 1px solid #EEE;
}
#side-contact-tel a {
	display: block;
	padding: 20px 0;
}
#side-contact-tel a:hover {
	text-decoration: none;
}
#side-contact-tel:hover {
	background: rgba(155, 199, 18, 0.03);
}
#side-contact-tel h3 {
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
#side-contact-tel p {
	color: #9BC712;
	font-size: 26px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
#side-contact-tel p:before {
	content: '';
	display: inline-block;
	width: 23px;
	height: 23px;
	background-image: url("images/common/prt-tel.png");
	background-size: contain;
	vertical-align: middle;
	margin: -6px 12px 0 0;
}


#side-recruit {
	margin: 0 0 50px 0;
}
#side-recruit a:hover {
	text-decoration: none;
}
#side-recruit div.image {
	text-align: center;
}
#side-recruit div.image img {
	width: 100%;
}
#side-recruit-box {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #eee;
	border-top: none;
	padding: 30px;
}
#side-recruit a:hover #side-recruit-box {
	background: rgba(155, 199, 18, 0.05);
}
#side-recruit-box h3 {
	color: #272727;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 10px 0;
}
#side-recruit-box h3:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("images/common/prt-arrow-01.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#side-recruit-box p {
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}



#post-contents {
	margin: 0 0 50px 0;
}

#post-contents > h2 {
	border-bottom: solid 3px #EEEEEE;
	color: #272727;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	position: relative;
}
#post-contents > h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #9BC712;
	bottom: -3px;
	width: 25%;
}

#post-contents > h3 {
	border-left: solid 10px #9BC712;
	background: -webkit-linear-gradient(135deg, transparent 25%, rgba(5, 70, 95, 0.05 ) 25%, rgba(5, 70, 95, 0.05 ) 50%, transparent 50%, transparent 75%, rgba(5, 70, 95, 0.05 ) 75%, rgba(5, 70, 95, 0.05 ));
	background: linear-gradient(135deg, transparent 25%, rgba(5, 70, 95, 0.05 ) 25%, rgba(5, 70, 95, 0.05 ) 50%, transparent 50%, transparent 75%, rgba(5, 70, 95, 0.05 ) 75%, rgba(5, 70, 95, 0.05 ));
	background-size: auto;
	background-size: 4px 4px;
	padding: 15px 20px 15px 20px;
	color: #272727;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.4;
	margin: 50px 0 30px 0;
}

#post-contents > h4 {
	border-bottom: solid 1px #666;
	color: #272727;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
	padding: 0 10px 12px 10px;
	margin: 40px 0 20px 0;
}

#post-contents > p {
	color: #272727;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 30px 0;
}


#post-contents > table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #ccc;
	margin: 40px 0 30px 0;
}
#post-contents > table th {
	background-color: #eee;
	padding: 10px 15px;
	border:1px solid #ccc;
	color: #272727;
	font-size: 16px;
	text-align: left;
	font-weight: normal;
}
#post-contents > table td {
	background-color: #fff;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #272727;
	font-size: 16px;
}


#post-contents > ul {
	margin: 0 0 30px 20px;
}
#post-contents > ul li {
	list-style-type: disc;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}
#post-contents > ul li ul {
	padding: 0;
	margin: 0 0 0 20px;
}
#post-contents > ul li ul li {
	list-style-type: disc;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}

#post-contents > table ul {
	margin: 0 0 0 20px;
}
#post-contents > table ul li {
	list-style-type: disc;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}
#post-contents > table ul li ul {
	padding: 0;
	margin: 0 0 0 20px;
}
#post-contents > table ul li ul li {
	list-style-type: disc;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}


#post-contents > ol {
	margin: 0 0 30px 20px;
}
#post-contents > ol li {
	list-style-type: decimal;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}
#post-contents > ol li ol {
	padding: 0;
	margin: 0 0 0 20px;
}
#post-contents > ol li ol li {
	list-style-type: decimal;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}

#post-contents > table ol {
	margin: 0 0 0 20px;
}
#post-contents > table ol li {
	list-style-type: decimal;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}
#post-contents > table ol li ol {
	padding: 0;
	margin: 0 0 0 20px;
}
#post-contents > table ol li ol li {
	list-style-type: decimal;
	padding: 5px 0 0 0;
	color: #272727;
	font-size: 16px;
}



#cta-contents {
	display: none;
}



#notfound {}
#notfound > h2 {
	border-bottom: solid 3px #EEEEEE;
	color: #272727;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	position: relative;
}
#notfound > h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #9BC712;
	bottom: -3px;
	width: 25%;
}

#notfound p.txt {
	color: #272727;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 30px 0;
}
#notfound p.txt:last-child {
	margin: 0;
}
#notfound p.btn a {
	color: #9BC712;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #fff;
	width: 240px;
	margin: 0 auto;
	border: 1px solid #9BC712;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	display: block;
	position: relative;
}
#notfound p.btn a:hover {
	color: #fff;
	text-decoration: none;
	background: #9BC712;
}



.image-2box {
	margin: 0 0 20px 0;
}
.image-2box-list {
	width: 48%;
	float: left;
	margin: 0 4% 20px 0;
}
.image-2box-list:nth-of-type(2n) {
	width: 48%;
	float: left;
	margin: 0 0 20px 0;
}
.image-2box-list img {
	width: 100%;
}


.image-3box {
	margin: 0 0 10px 0;
}
.image-3box-list {
	width: 48%;
	float: left;
	margin: 0 4% 40px 0;
	border: solid 1px #EEEEEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
.image-3box-list:nth-of-type(2n) {
	width: 48%;
	float: left;
	margin: 0 0 20px 0;
}
.image-3box-list img {
	width: 100%;
}
.image-3box-list p.image {}
.image-3box-list p.txt {
	margin: 5px 0 0 0;
	color: #272727;
	font-size: 12px;
	line-height: 1.4;
}


.image-3box-list p.item-code {
	background: #F2F6F7;
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 5px;
	margin: 0 0 10px 0;
	text-align: center;
}
.image-3box-list .txt-box {
	margin: 10px 0 0 0;
	background: #F2F6F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	color: #272727;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}


.image-circle {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}


.image-shadow {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}



/****************************************

	wordpress側用設定

*****************************************/
.breadcrumbs {
	color: #707070;
	font-size: 12px;
	padding: 0 15px 25px 15px;
}
.breadcrumbs a {
	text-decoration: none;
	color: #3B4043;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}
.breadcrumbs-icon {
	color: #6E8795;
}


.news-date {
	text-align: right;
	margin: -10px 0 15px 0 !important;
	color: #999 !important;
	font-size: 14px !important;
	line-height: 1.2 !important;
}

.news-btn a {
	color: #9BC712;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	background: #fff;
	width: 240px;
	margin: 0 auto;
	border: 1px solid #9BC712;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	display: block;
	position: relative;
}
.news-btn a:hover {
	color: #fff;
	text-decoration: none;
	background: #9BC712;
}


.alignright {
	clear: both;
	display: block;
	margin: 0 auto 30px auto;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto 30px auto;
}
.alignleft {
	clear: both;
	display: block;
	margin: 0 auto 30px auto;
}


.wp-pagenavi {
	text-align: center;
	margin: 30px 0 0 0;
	font-size: 12px;
}



/****************************************

	footer

*****************************************/
#pagetop{
	position: fixed;
	bottom: 30px;
	right: 30px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("images/common/pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	display: block;
	width: 30px;
	height: 30px;
}


footer {}
#footer {
	border-top: 5px solid #9BC712;
	background: #F8F8ED;
}


ul#footer-navi {
	display: none;
}


#footer-box {
	margin: 0 15px;
}

#footer-logo {}
#footer-logo p {
	text-align: center;
	padding: 35px 0 35px 0;
}
#footer-contents01 {
	border: 1px solid #E1E1D9;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-ms-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#footer-contents01 p {
	color: #272727;
	padding: 20px;
}
#footer-contents02 {
	border: 1px solid #E1E1D9;
	border-top: none;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
	-ms-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
}
#footer-contents02 a:hover {
	text-decoration: none;
}
#footer-contents02:hover {
	background: rgba(255, 255, 255, 0.5);
}
#footer-contents02 p {
	color: #272727;
	padding: 20px;
}


#footer-copyright {
	padding: 30px 0;
}
#footer-copyright p {
	text-align: center;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: 0.1em;
}



/****************************************

	home

*****************************************/
#top-visual {
	margin: 0 0 40px 0;
}
#top-visual p {}
#top-visual p img {
	height: auto;
	width: 100%;
}

.metaslider .caption-wrap {
	position: absolute;
	bottom: auto !important;
	top: 50% !important;
	left: 0 !important;
	-webkit-transform:translateY(-50%) !important;
	transform:translateY(-50%) !important;
	background: none !important;
	opacity: 1 !important;
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: 1.4em !important;
	letter-spacing: 0.02em !important;
	text-shadow: 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.metaslider .caption {
	padding: 0 0 0 8% !important;
}


#top-dp {
	margin: 0 0 40px 0;
}
#top-dp h2 {
	color: #333;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.05em;
	margin: 0 0 15px 0;
}
#top-dp h2:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("images/top/prt-dp.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 12px 0 0;
}

#top-dp-box {}

#top-dp-01 {
	margin: 0 0 30px 0;
}
#top-dp-01 a:hover {
	text-decoration: none;
}
#top-dp-01 div.image {
	text-align: center;
}
#top-dp-01 div.image img {
	width: 100%;
}
#top-dp-01-box {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #eee;
	border-top: none;
	padding: 25px;
}
#top-dp-01 a:hover #top-dp-01-box {
	background: rgba(155, 199, 18, 0.05);
}
#top-dp-01-box h3 {
	color: #272727;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
#top-dp-01-box h3:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("images/common/prt-arrow-01.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#top-dp-01-box p {
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

#top-dp-02 {}
#top-dp-02 a:hover {
	text-decoration: none;
}
#top-dp-02 div.image {
	text-align: center;
}
#top-dp-02 div.image img {
	width: 100%;
}
#top-dp-02-box {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #eee;
	border-top: none;
	padding: 25px;
}
#top-dp-02 a:hover #top-dp-02-box {
	background: rgba(155, 199, 18, 0.05);
}
#top-dp-02-box h3 {
	color: #272727;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
#top-dp-02-box h3:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("images/common/prt-arrow-01.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#top-dp-02-box p {
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}


#top-noshi {
	margin: 0 0 40px 0;
}
#top-noshi h2 {
	color: #333;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin: 0 0 15px 0;
}
#top-noshi h2:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("images/top/prt-noshi.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 12px 0 0;
}

#top-noshi-01 {}
#top-noshi-01 a:hover {
	text-decoration: none;
}
#top-noshi-01 div.image {
	text-align: center;
}
#top-noshi-01 div.image img {
	width: 100%;
}
#top-noshi-01-box {
	-moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	-ms-border-radius: 0px 0px 10px 10px;
	border-radius: 0px 0px 10px 10px;
	border: 1px solid #eee;
	border-top: none;
	padding: 25px;
}
#top-noshi-01 a:hover #top-noshi-01-box {
	background: rgba(155, 199, 18, 0.05);
}
#top-noshi-01-box h3 {
	color: #272727;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0 0 15px 0;
}
#top-noshi-01-box h3:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background-image: url("images/common/prt-arrow-01.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 10px 0 0;
}
#top-noshi-01-box p {
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}

#top-noshi-02 {
	text-align: center;
}
#top-noshi-02 p {
	margin-top: 20px;
}
#top-noshi-02 img {
	width: 100%;
}


#top-news {
	margin: 0 0 50px 0;
}
#top-news h2 {
	color: #333;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.05em;
	margin: 0 0 10px 0;
}
#top-news h2:before {
	content: '';
	display: inline-block;
	width: 25px;
	height: 25px;
	background-image: url("images/top/prt-news.png");
	background-size: contain;
	vertical-align: middle;
	margin: -4px 12px 0 0;
}

#top-news a:hover {
	text-decoration: none;
}
#top-news a dl {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #EEE;
}
#top-news a:hover dl {
	background: rgba(155, 199, 18, 0.05);
}
#top-news a dl dt {
	text-align: center;
	width: 100px;
	background: #9BC712;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	padding: 3px 5px;
	margin: 0 0 8px 0;
}
#top-news a dl dd {
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}



/****************************************

	news

*****************************************/
#news-archive {
	margin: 0 0 50px 0;
}
#news-archive h2 {
	border-bottom: solid 3px #EEEEEE;
	color: #272727;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding: 0 0 15px 0;
	margin: 0 0 10px 0;
	position: relative;
}
#news-archive h2::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #9BC712;
	bottom: -3px;
	width: 25%;
}

#news-archive a:hover {
	text-decoration: none;
}
#news-archive a dl {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #EEE;
}
#news-archive a:hover dl {
	background: rgba(155, 199, 18, 0.05);
}
#news-archive a dl dt {
	text-align: center;
	width: 100px;
	background: #9BC712;
	color: #fff;
	font-size: 14px;
	line-height: 1.2;
	font-weight: 400;
	padding: 3px 5px;
	margin: 0 0 8px 0;
}
#news-archive a dl dd {
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}



/****************************************

	company

*****************************************/
#company-overview dl {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #EEE;
}
#company-overview dl dt {
	color: #272727;
	font-size: 16px;
	line-height: 1.2;
	font-weight: 700;
	padding: 0 0 5px 0;
}
#company-overview dl dd {
	color: #272727;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
}


/* 計算方法　長方形動画（4:3）の場合100÷750×400=53.33333333333333% に設定 */
.company-map {text-align: center; padding: 0 0 53.33333333333333% 0; position: relative; width: 100%; margin: 0 0 20px 0;}
.company-map iframe{position: absolute; top: 0; right: 0; width: 100% !important; height: 100% !important;}



/****************************************

	contact

*****************************************/
#contact-area {}

#contact-area .contact-item {
	margin: 0 0 20px 0;
}
#contact-area .contact-item-ttl {
	width: 100%;
	float: left;
	padding: 0;
	color: #272727;
	font-size: 16px;
	font-weight: 500;
	margin: 0 0 8px 0;
}
#contact-area .contact-item-ttl span.item-required {
	background: #F03748;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	float: right;
	margin: 2px 0 0 0;
}
#contact-area .contact-item-ttl span.item-any {
	background: #6199CA;
	border-radius: 3px;
	padding: 5px 10px;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	color: #fff;
	float: right;
	margin: 2px 0 0 0;
}

#contact-area .contact-item-contents {
	width: 100%;
}

.wpcf7-not-valid-tip {
	color: #F03748 !important;
	font-size: 14px !important;
}
.wpcf7-not-valid {
	border: 1px solid #F03748 !important;
}

#contact-area .contact-item-contents .wpcf7-list-item {
	padding: 10px 0;
	font-size: 16px;
}
#contact-area .contact-item-contents .first {
	margin: 0;
}

#contact-area .contact-item-contents input[name="tel-21"],
#contact-area .contact-item-contents input[name="your-email"],
#contact-area .contact-item-contents input[name="addr"],
#contact-area .contact-item-contents input[name="zip"],
#contact-area .contact-item-contents input[name="your-company"],
#contact-area .contact-item-contents input[name="your-ruby"],
#contact-area .contact-item-contents input[name="your-name"] {
	width: 100%;
	padding: 16px 20px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#contact-area .contact-item-contents input[name="tel-21"]:focus,
#contact-area .contact-item-contents input[name="your-email"]:focus,
#contact-area .contact-item-contents input[name="addr"]:focus,
#contact-area .contact-item-contents input[name="zip"]:focus,
#contact-area .contact-item-contents input[name="your-company"]:focus,
#contact-area .contact-item-contents input[name="your-ruby"]:focus,
#contact-area .contact-item-contents input[name="your-name"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#contact-area .contact-item-contents textarea[name="your-message"] {
	width: 100%;
	padding: 16px 20px;
	height: 160px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#contact-area .contact-item-contents textarea[name="your-message"]:focus {
	border: 1px solid #272727;
	outline: 0;
}


#contact-area .contact-item-contents .wpcf7-list-item {
	display: block;
	margin: 0;
	padding: 0 0 5px 0;
}


#contact-area .contact-item-btn {
	width: 220px;
	margin: 60px auto 0 auto;
	position: relative;
}
#contact-area .contact-item-btn input[type="submit"] {
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0 auto;
	transition: 0.3s;
	color: #FD772E;
	font-size: 16px;
	font-weight: 700;
	line-height: 48px;
	text-align: center;
	border: 1px solid #FD772E;
	background: #fff;
	width: 220px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#contact-area .contact-item-btn input[type="submit"]:hover {
	background: #FD772E;
	color: #fff;
}



/****************************************

	shop

*****************************************/
.shop-list {
	margin: 0 0 10px 0;
}
.shop-list-item {
	width: 48%;
	float: left;
	margin: 0 4% 30px 0;
	border: solid 1px #EEEEEE;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
}
@media screen and (max-width: 480px){
	.shop-list-item {
		width: 100%;
		float: left;
		margin: 0 0 30px 0;
		border: solid 1px #EEEEEE;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		-ms-border-radius: 5px;
		border-radius: 5px;
		padding: 10px;
	}
}
.shop-list-item:nth-of-type(2n) {
	margin: 0 0 30px 0;
}
.shop-list-item img {
	width: 100%;
	height: auto;
}
.shop-list-item p.image {}
.shop-list-item p.txt {
	margin: 5px 0 0 0;
	color: #272727;
	font-size: 14px;
	line-height: 1.4;
}


.shop-list-item p.item-code {
	background: #F2F6F7;
	color: #272727;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	padding: 5px;
	margin: 0 0 10px 0;
	text-align: center;
}
.shop-list-item .txt-box {
	margin: 10px 0 0 0;
	background: #F2F6F7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	padding: 15px;
	color: #272727;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.6;
	text-align: center;
}

.shop-list-item .txt-box .item-price {
	padding: 15px 0;
	color: #272727;
	font-size: 16px;
}
.shop-list-item .txt-box .item-price em {
	font-size: 12px;
}

.shop-list-item .txt-box .item-cart {}
.shop-list-item .txt-box .item-cart .item-cart-case {
	padding: 0 0 10px 0;
}
.shop-list-item .txt-box .item-cart .item-cart-case input {
	width: 60px;
	padding: 5px 10px;
	margin: 0 10px;
	border: 1px solid #C7C7C7;
}

.shop-list-item .txt-box .item-cart .item-cart-btn {}
.shop-list-item .txt-box .item-cart .item-cart-btn input[type="submit"] {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0 auto 10px auto;
	transition: 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 5px;
	text-align: center;
	background: #9BC712;
	width: 150px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
.shop-list-item .txt-box .item-cart .item-cart-btn input[type="submit"]:hover {
	background: #BFDB67;
	color: #fff;
}



/****************************************

	カート（Welcartへの設定上書き）

*****************************************/
#primary {
	margin: 0 15px 60px 15px;
}

#primary h1 {
	border-bottom: solid 3px #EEEEEE;
	color: #272727;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	letter-spacing: 0.02em;
	padding: 0 0 15px 0;
	margin: 0 0 30px 0;
	position: relative;
}
#primary h1::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px #9BC712;
	bottom: -3px;
	width: 25%;
}


#primary .cart_navi ul li {
	width: 25%;
	padding: 5px;
	font-size: 10px;
	line-height: 1.6;
}
#primary .cart_navi ul li:nth-of-type(1) {
	width: 20%;
}
#primary .cart_navi ul li:nth-of-type(3) {
	width: 30%;
}
#primary .cart_navi ul li:before {
	display: none;
}
#primary .cart_navi ul li:after {
	display: none;
}


#primary #cart input[name="upButton"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
}


#primary #cart table#cart_table {
	font-size: 12px;
}
#primary #cart table#cart_table input.delButton {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	color: #000;
	font-size: 12px;
	font-weight: 400;
	padding: 3px;
	text-align: center;
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary #cart table#cart_table input.delButton:hover {
	background: #F6F6F6;
	color: #000;
}


#primary .send input[name="previous"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="previous"]:hover {
	background: #F6F6F6;
	color: #000;
}


#primary .send input[name="customerinfo"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0;
	transition: 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #FE8B00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="customerinfo"]:hover {
	background: #FEAE4C;
	color: #fff;
}


#primary .send input[name="customerlogin"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0;
	transition: 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #FE8B00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="customerlogin"]:hover {
	background: #FEAE4C;
	color: #fff;
}


#primary .send input[name="backCart"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="backCart"]:hover {
	background: #F6F6F6;
	color: #000;
}


#primary .send input[name="deliveryinfo"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #FE8B00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="deliveryinfo"]:hover {
	background: #FEAE4C;
	color: #fff;
}


#primary .send input[name="reganddeliveryinfo"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	margin: 0;
	transition: 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #FE8B00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="reganddeliveryinfo"]:hover {
	background: #FEAE4C;
	color: #fff;
}


#primary table.customer_form {
	border-collapse: collapse;
}
#primary table.customer_form th {
	text-align: left;
}
#primary table.customer_form td input {
	padding: 10px 10px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
}
#primary table.customer_form td input:focus {
	border: 1px solid #272727;
	outline: 0;
}
#primary table.customer_form td textarea {
	padding: 10px 10px;
	border: 1px solid #C7C7C7;
	font-size: 16px;
	width: 80%;
}
#primary table.customer_form td textarea:focus {
	border: 1px solid #272727;
	outline: 0;
}


#primary .send input[name="backCustomer"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	color: #000;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #eee;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="backCustomer"]:hover {
	background: #F6F6F6;
	color: #000;
}


#primary .send input[name="confirm"] {
	-webkit-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	border: none;
	transition: 0.3s;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 8px 15px;
	text-align: center;
	background: #FE8B00;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}
#primary .send input[name="confirm"]:hover {
	background: #FEAE4C;
	color: #fff;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
