	/*
Theme Name:Base Theme
Theme URI: http://www.www.www/
Description:BASE THEME.
*/


@import url(./common.css);
@import url(./margin.css);
@import url(./link.css);


/* トップページ
-----------------------------------------------*/
/* pc-header */
.pc-nav {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(255,255,255,0.8);
	position: fixed;
	z-index: 999;
}
.pc-nav > li {
	margin:0 1.3%;
}
.pc-nav > li:nth-child(1) {
	width: 15%;
	margin-right: 3%;
}
.pc-nav > li:nth-child(8) {
	color: #fff;
	text-align: center;
	position: relative;
	top:0;
	padding: 15px;
	display: block;
}
.en-link-btn {
	width: 90px;
	border: 1px solid #a80000;
	padding: 7px 10px;
	box-sizing: border-box;
}
.h1-nav {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 3px 0;
}
.top-tal {
	font-size: 28px;
	font-weight: bold;
	font-family: 'Josefin Sans', sans-serif;
	letter-spacing: 2px;
}
.fa-envelope{
	font-size: 24px;
	color: #fff;
}
.top-sp-logo {
	display: none;
}

	@media screen and (min-width: 1920px){
	.pc-nav > li:nth-child(1) {
		width: 13%;
	}
	}
	@media screen and (max-width: 1000px){
	.pc-nav {
		display: none;
	}
	.top-sp-logo {
		display: block;
		top: 3%;
		left: 3%;
		width: 30%;
		position: fixed;
		z-index: 104;
	}
	}
	@media screen and (max-width: 500px){
	.top-sp-logo {
		width: 40%;
		top: 2%;
		left: 3%;
	}
	}

/* ドロップダウン */
ul.menu__second-level {
	visibility: hidden;
	opacity: 0;
	z-index: 1;
}
ul.menu__third-level {
	visibility: hidden;
	opacity: 0;
}
ul.menu__fourth-level {
	visibility: hidden;
	opacity: 0;
}
.init-bottom:after { /* 下矢印 */
	content: '';
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 0 3px 7px;
	border-right: 1px solid #999999;
	border-bottom: 1px solid #999999;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.pc-nav:before,
.pc-nav:after { /* floatクリア */
	content: " ";
	display: table;
}
.pc-nav:after {
	clear: both;
}
.pc-nav {
	*zoom: 1;
}
.pc-nav > li.menu__single {
	position: relative;
}
li.menu__single ul.menu__second-level {
	position: absolute;
	top: 20px;
	width: 180px;
	background: #fff;
	box-shadow: 0 0 20px rgba(0,0,0,0.1);
	padding: 10px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li.menu__single ul.menu__second-level li {
	padding: 5%;
}
li.menu__single:hover ul.menu__second-level {
	top: 30px;
	visibility: visible;
	opacity: 1;
}

/* slide */
.main-slide-copy {
	width: 100%;
	color: #fff !important;
	text-align: center;
	position: absolute;
  top: 45%;
  margin: auto;
	z-index: 100;
}
.main-slide-copy01 {
	font-size: 2.8vw;
	margin: 0 0 4% 0;
	text-shadow: black 0 0 10px;
}
.main-slide-copy02 {
	font-size: 2.5vw;
	text-shadow: black 0 0 10px;
}

	@media screen and (max-width : 500px){
	.main-slide-copy {
		top: 40%;
	}
	.main-slide-copy01 {
		font-size: 5.5vw;
		line-height: 35px;
		margin-bottom: 20px
	}
	.main-slide-copy02 {
		font-size: 4vw;
		line-height: 30px;
	}
	}

.main_imgBox {
	height: 100vh;
	overflow: hidden;
	position: relative;
}
.main_img {
	opacity: 0;
	width: 100%;
	height: 100vh;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: anime 18s 0s infinite;
	animation: anime 18s 0s infinite;
}
.main_img:nth-of-type(2) {
	-webkit-animation-delay: 6s;
	animation-delay: 6s;
}
.main_img:nth-of-type(3) {
	-webkit-animation-delay: 12s;
	animation-delay: 12s;
}

	@keyframes anime {
		0% {opacity: 0;}
		17% {opacity: 1;}
		33% {opacity: 1;}
		50% {opacity: 0;transform: scale(1.2);z-index:9;}
		100% { opacity: 0 }
	}
	@-webkit-keyframes anime {
		0% {opacity: 0;}
		17% {opacity: 1;}
		33% {opacity: 1;}
		50% {opacity: 0;transform: scale(1.2);z-index:9;}
		100% { opacity: 0 }
	}

/* topコンテンツ */
.top-ct01 {
	max-width: 700px;
	width: 100%;
	padding: 20px 20px 10px 20px;
	margin: 0 auto;
	box-shadow: 0 0 34px rgba(0,0,0,0.1);
	position: relative;
	top: -50px;
	z-index: 10;
}
.top-ct01 > .top-ct01-ttl {
	text-align: center;
	color: #fff !important;
	border-bottom: 1px #fff solid;
	padding: 0 0 10px 0;
	letter-spacing: 1px;
}
.blog-ct2{
	margin: 10px 0;
	 box-sizing: border-box;
}

	@media screen and (max-width: 768px) {
	.top-ct01 {
		width: 90%;
	}
	}

#aboutus {
	background-image: url(../images/top_ct01.jpg);
	width: 100%;
	height: 100%;
	margin: 70px 0 0 0;
	padding: 60px 60px 60px 0;
	box-sizing: border-box;;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.top-ct02 {
	background-color: rgba(255,255,255,0.9);
	padding: 6%;
	position: relative;
	margin-left: 50%;
	box-shadow: 0 0 30px rgba(14,22,104,.1);
}
.top-ct02-ttl-ja {
	margin: 5px 0;
}
#wholesale {
	background-image: url(../images/top_ct02.jpg);
	width: 100%;
	height: 100%;
	margin: 70px 0 0 0;
	padding: 60px 0 60px 60px;
	box-sizing: border-box;;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.top-ct03 {
	background-color: rgba(255,255,255,0.9);
	padding: 6%;
	position: relative;
	margin-right: 50%;
	box-shadow: 0 0 30px rgba(14,22,104,.1);
}

	@media screen and (max-width: 960px) {
	#aboutus {
		height: 400px;
		padding: 0;
	}
	.top-ct02 {
		top: 60%;
		margin: 0 5%;
	}
	#wholesale {
		height: 400px;
		padding: 0;
		margin: 30em 0 0 0;
	}
	.top-ct03 {
		top: 60%;
		margin: 0 5%;
	}
	}

	@media screen and (max-width: 500px) {
	#aboutus {
		height: 300px;
	}
	.top-ct02-txt {
		font-size: 12px;
	}
	#wholesale {
		height: 300px;
	}
	.top-ct02,
	.top-ct03 {
		top: 50%;	}
	}

#biwako-bnr {
	margin: 0 0 10em 0;
}
#top-jukusei {
	width:60%;
	margin: 0 auto 7em auto;
}
ul.top-bnr01-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
}
ul.top-bnr01-wrap > li {
	width: 48%;
	position: relative;
	box-sizing: border-box;	background-color: #fff;
	margin: 11% 0 0 0;
}
ul.top-bnr01-wrap > li:nth-child(1),
ul.top-bnr01-wrap > li:nth-child(3) {
	margin: 11% 4% 0 0;
}
.top-bnr01-bg {
	margin: 0 4%;
	padding: 3%;
	box-shadow: 0 0 30px rgba(14,22,104,.1);
	position: absolute;
	top: 70%;
}
.top-bnr01-ttl-ja {
	border-bottom: 1px #fff solid;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}

	@media screen and (max-width: 1140px) {
	ul.top-bnr01-wrap > li {
		margin: 14% 0 0 0;
	}
	ul.top-bnr01-wrap > li:nth-child(1),
	ul.top-bnr01-wrap > li:nth-child(3) {
		margin: 14% 4% 0 0;
	}
	}

	@media screen and (max-width: 960px) {
	#biwako-bnr {
		margin: 15em 0 10em 0;
	}
	#top-jukusei {
		width:100%;
		margin: 0 auto 3em auto;
	}
	ul.top-bnr01-wrap > li,
	ul.top-bnr01-wrap > li:nth-child(1),
	ul.top-bnr01-wrap > li:nth-child(3) {
		width: 100%;
		margin: 10em auto 0 auto;
	}
	}
	@media screen and (max-width: 500px) {
	ul.top-bnr01-wrap > li,
	ul.top-bnr01-wrap > li:nth-child(1),
	ul.top-bnr01-wrap > li:nth-child(3) {
		margin: 13em auto 0 auto;
	}
	.top-bnr01-txt {
		font-size: 12px;
	}
	}
	@media screen and (max-width: 340px) {
	#biwako-bnr {
		margin: 17em 0 12em 0;
	}
	ul.top-bnr01-wrap > li,
	ul.top-bnr01-wrap > li:nth-child(1),
	ul.top-bnr01-wrap > li:nth-child(3) {
		margin: 15em auto 0 auto;
	}
	}

#manyo-bnr {
	padding: 3% 0;
	background-color: #f3f4f0;
}
ul.top-bnr02-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
ul.top-bnr02-wrap > li {
	width: 23%;
	position: relative;
}
ul.top-bnr02-wrap > li  {
	margin: 0 1% ;
}

	@media screen and (max-width: 500px) {
	#manyo-bnr {
		padding: 7% 0;
	}
	ul.top-bnr02-wrap > li {
		width: 100%;
		margin: 10px 0 ;
	}
	}

#top-insta {
	margin: 0 0 50px 0;
}
.sns-widget-wrap {
    width: 60%;
    margin: 20px auto;
}

	@media screen and (max-width: 768px){
	.sns-widget-wrap {
	    width: 100%;
	}
	.top-insta-ttl {
		font-size: 18px;
	}
	}

#contact {
	background: url(../images/top_info_bg.jpg) center center/cover no-repeat transparent;
	padding: 70px 0;
}
.contact-ttl {
	text-align: center;
	padding: 0 0 40px 0;
}
.contact-txt01 {
	text-align: center;
}
.contact-txt02 {
	padding: 0 0 5px 0;
	margin: 0 0 40px 0;
	border-bottom: 1px solid #fff;
	display: inline-block;
}
.contact-wrap {
	width: 80%;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	margin: 0 auto;
}
.contact-wrap > li{
	width: 50%;
	position: relative;
	box-sizing: border-box;
	text-align: center;
	margin: 20px 0 0 0;
}
.contact-tel-ttl01 {
	display: inline-block;
}
.contact-tel-ttl02 {
	border: 1px solid #fff;
	padding: 15px;
}
.contact-tel-number-wrap {
	margin: 40px 0 10px 0;
}
.contact-tel-number {
	font-size: 36px;
	color: #fff !important;
}
.fa-phone {
	font-size: 31px;
}

	@media screen and (max-width: 768px){
	#contact {
		padding: 50px 0;
	}
	.contact-wrap {
		width: 100%;
	}
	.contact-wrap > li{
		width: 100%;
		margin: 20px 0;
	}
	}

	@media screen and (max-width : 500px){
	.contact-tel-number {
		font-size: 30px;
	}
	.fa-phone {
		font-size: 24px;
	}
	}

.footer-wrap {
	padding: 70px;
	display:flex;
	justify-content:space-between;
 }
.footer-logo {
	max-width: 270px;
	width: 100%;
	margin: 0 0 15px 0;
}
.footer-ct02 {
	margin: 25px 0 0 0;
}
ul.foot-link01 {
    float: left;
		width: 310px;
		margin: 0 40px 0 0;
}
.foot-link-ttl {
	border-bottom: 1px #000 solid;
	padding: 0 0 5px 0;
	margin: 0 0 10px 0;
}
ul.foot-link01-a {
    float: left;
		margin: 0 40px 0 0;
}
ul.foot-link01-b {
    float: left;
}
ul.foot-link01 > li {

}
ul.foot-link01 > li:nth-child(1) {

}
ul.foot-link02 {
    float: left;
		width: 110px;
}
.copy-right {
	text-align: center;
	background-image: linear-gradient(to right, #a80000 0%, #c70000 51%, #a80000 100%);
  color: #fff !important;
	padding: 15px;
}
.pagetop {
	max-width:50px;
	width:100%;
	display: none;
	position: fixed;
	bottom: 5em;
	right: 10px;
	z-index:2;
}
.sp-tel,.sp-mail{
	display: none;
}

	@media screen and (max-width: 1000px){
	.footer-wrap {
		display:block;
	}
	.footer-ct01 {
		text-align: center;
		margin: 0 0 40px 0;
	}
	.footer-ct02 {
		width: 460px;
		margin: 0 auto;
	}
	.footer-logo {
		width: 80%;
		margin: 0 auto 15px auto;
	}
	}

	@media screen and (max-width: 768px){
	.footer-wrap {
		width: 90%;
		margin: 0 auto;
		padding: 30px 0;
	}
	.footer-ct01 {
	   width: 100%;
	   margin: 30px auto;
	}
	.foot-ttl {
		display: none;
	}
	.footer-ct02 {
	   width: 100%;
	   margin: 0 auto;
	}
	ul.foot-link01 {
    float: none;
    width: 100%;
    margin: 0 0 30px 0;
	}
	ul.foot-link02 {
    float: none;
    width: 100%;
    margin: 0;
	}
	ul.foot-link01-a {
		width: 50%;
		margin: 0;
	}
	ul.foot-link01-b {
		width: 50%;
	}
	.pagetop{
		width:10%;
		bottom: 4em;
	}
	}

	@media screen and (max-width : 500px){
	.footer-wrap {
		padding: 30px 0 60px 0;
	}
	.footer-logo {
		width: 220px;
	}
	.foot-link-ttl {
		font-size: 12px;
	}
	.copy-right {
		display: none;
	}
	.sp-mail {
		padding: 7px;
		text-align: center;
		display: block;
		margin: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 100;
		color: #fff !important;
		width: 50%;
	}
	.sp-tel {
		padding: 7px;
		text-align: center;
		display: block;
		margin: 0;
		position: fixed;
		bottom: 0;
		right: 0;
		z-index: 100;
		color: #fff !important;
		width: 50%;
	}
	.sp-tel,.sp-mail {
		display: block;
	}
	}


/* びわこフードとは
-----------------------------------------------*/
.sub-main01 {
	background:url(../images/sub_main01.jpg) no-repeat center center;
	background-size: 100%;
	background-position: top;
}
.sub-main-ttl01 {
	color:#fff;
	font-size:28px;
	text-align:center;
	padding:10% 0;
}
.sub-main-ttl01 > span {
	display:block;
	font-size:16px;
	padding: 0.5em 0 0 0;
}
#three-business {
	margin: 0 0 30px 0;
}
.h2-ttl01 {
	text-align: center;
}
.h2-ttl01 > h2 {
	display: inline-block;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	border-bottom: 2px #a80000 solid;
	margin: 1.5em 0 1em 0;
}
.sub01-ct01 > p > img{
	width: 65%;
	margin: 0 auto 4em auto;
}
ul.sub01-ct01 > p > img{
	width: 65%;
	margin: 0 auto 4em auto;
}
ul.sub01-ct02 {
	display: flex;
	flex-wrap: wrap;
}
ul.sub01-ct02 > li:nth-child(1) {
	width: 43%;
}
ul.sub01-ct02 > li:nth-child(2) {
	width: 57%;
}
#philosophy{}
ul.sub-cont-ct1,
ul.sub-cont-ct2 {
  width: 100%;
	margin-top: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
ul.sub-cont-ct1 > li:nth-child(1) {
  width: 55%;
  padding: 0 5% 0 0;
  box-sizing: border-box;
}
ul.sub-cont-ct1 > li:nth-child(1)  > img {
  width: 100%;
}
ul.sub-cont-ct1 > li:nth-child(2) {
  width: 45%;
	padding: 0 5% 0 0;
}
ul.sub-cont-ct1 > li > h3,
ul.sub-cont-ct2 > li > h3 {
  font-size: 24px;
  padding-top: 2%;
	color: #a80000;
}
ul.sub-cont-ct1 > li > p,
ul.sub-cont-ct2 > li> p {
  margin-top: 10px;
}
ul.sub-cont-ct2 > li:nth-child(1) {
  width: 55%;
  padding: 0 0 0 5%;
  box-sizing: border-box;
  order: 2;
}
ul.sub-cont-ct2 > li:nth-child(1)  > img {
  width: 100%;
}
ul.sub-cont-ct2 > li:nth-child(2) {
  width: 45%;
  order: 1;
	padding: 0 0 0 5%;
}
.img-animation {
	animation: img-opacity 2s cubic-bezier(.4, 0, .2, 1);
	overflow: hidden;
	position: relative;
}
.img-animation:before {
	animation: img-animation 2s cubic-bezier(.4, 0, .2, 1) forwards;
	background: #fff;
	bottom: 0;
	content: '';
	left: 0;
	pointer-events: none;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}
	@keyframes img-opacity {
	  0% {
	    opacity: 0;
	  }
	}
	@keyframes img-animation {
	  100% {
	    transform: translateX(100%);
	  }
	}

	@media screen and (max-width: 960px) {
	ul.sub01-ct01 > p > img{
		width: 80%;
	}
	ul.sub-cont-ct1,
	ul.sub-cont-ct2 {
		display: block;
		margin: 7% 0 5% 0;
	}
	ul.sub-cont-ct1 > li:nth-child(1),
	ul.sub-cont-ct2 > li:nth-child(1) {
		width: 100%;
		margin: 0 auto 5% auto;
	}
	ul.sub-cont-ct1 > li:nth-child(2),
	ul.sub-cont-ct2 > li:nth-child(2) {
		width: 90%;
		margin:0 auto;
		padding: 0;
	}
	}

	@media screen and (max-width: 768px){
	.sub-main-ttl01 {
		font-size:18px;
	}
	.sub-main-ttl01 > span {
		font-size:13px;
	}
	.h2-ttl01 > h2 {
		font-size: 18px;
	}
	.sub01-ct01 > p > img{
		width: 90%;
	}
	ul.sub-cont-ct1 > li > h3,
	ul.sub-cont-ct2 > li > h3 {
	  font-size: 18px;
		padding: 0;
	}
	}

	@media screen and (max-width: 500px){
	.sub-main01 {
		background-size: 150%;
	}
	.sub-main-ttl01 > span {
		padding: 0.1em 0 0 0;
	}
	.sub01-ct01 > p > img{
		width: 100%;
		margin: 0 auto 2em auto;
	}
	ul.sub01-ct02 > li:nth-child(1)  {
		width: 65%;
		margin: 0 auto;
	}
	ul.sub01-ct02 > li:nth-child(2)  {
		width: 80%;
		margin: 0 auto;
	}
	ul.sub-cont-ct1 > li > .big-ttl01,
	ul.sub-cont-ct2 > li > .big-ttl01 {
		font-size: 20px;
		line-height: 29px;
		margin-bottom: 10px;
	}
	}

#enkaku {
	margin: 0 0 70px 0;
}
.cp_timeline04 {
	position: relative;
	margin: 5em auto 0 auto !important;
}
.cp_timeline04:before {
	position: absolute;
	top: 0px;
	left: 45px;
	width: 3px;
	height: 100%;
	content: '';
	background: #e91e63;
}
.timeline_item {
	border-bottom: 1px solid #880e4f;
	padding: 0 0 30px 0;
}
.cp_timeline04 .timeline_item {
	margin:0px 40px 7em 80px;
}
.cp_timeline04 .timeline_item .time_date .time {
	font-family: serif;
	font-size: 6em;
	font-weight: bold;
	position: relative;
	margin: 0;
	letter-spacing: 3px;
	color: rgba(233,30,99,0.1);
}
.cp_timeline04 .timeline_item .time_date .time:before {
	position: absolute;
	top: 50%;
	left: -42px;
	width: 10px;
	height: 10px;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 3px solid #e91e63;
	background: #fff;
}
.cp_timeline04 .timeline_item .time_date .flag {
	font-size: 1.5em;
	font-weight: bold;
	margin: 0;
	margin-top: -60px;
	color: #880e4f;
}
.cp_timeline04 .timeline_item .desc {
	font-size: 0.8em;
	line-height: 20px;
	margin-top: 10px;
	padding-left: 20px;
	border-left: 1px solid #880e4f;
}
.desc > p {
	font-size: 16px;
}

	@media screen and (max-width: 500px){
	.cp_timeline04:before {
		left: 10px;
	}
	.cp_timeline04 .timeline_item {
    margin: 0px 10px 6em 35px;
		padding: 0 0 20px 0;
	}
	.cp_timeline04 .timeline_item .time_date .flag {
		font-size: 16px;
	}
	.cp_timeline04 .timeline_item .desc {
		padding-left: 10px;
	}
	.cp_timeline04 .timeline_item .desc  p {
		font-size: 14px;
	}
	}


	/* 食肉卸事業について
	-----------------------------------------------*/
.sub-main02 {
	background:url(../images/sub_main02.jpg) no-repeat center center;
	background-size: 100%;
	background-position: top;
}
#champion {
 background: url(../images/sub02_ct03_bg.jpg) center center/cover no-repeat transparent;
 padding: 5% 0;
 margin: 5% 0;
}
.champion-img {
	width: 80%;
	margin: 0 auto 10px auto;
}
.cont-inner01 > h3 {
  font-size: 24px;
  padding-top: 2%;
	color: #a80000;
}
.mekiki-img {
	width: 80%;
	margin: 0 auto 3% auto;
}
ul.flow-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 4em 0;
}
ul.flow-wrap > li {
	width: 22%;
	position: relative;
	background-color: #fff;
	margin: 1.5%;
}
ul.flow-wrap > li > p > .flow-ttl01 {
	font-size: 30px;
	color: #ffc9c9;
	font-style: oblique;
}
ul.flow-wrap > li > p > .flow-ttl02 {
	font-size: 30px;
	font-style: oblique;
	float: right;
}

	@media screen and (max-width: 768px){
	.cont-inner01 > h3 {
		font-size: 18px;
	}
	.mekiki-img {
		width: 100%;
		margin: 0 auto 3% auto;
	}
	ul.flow-wrap > li {
		width: 45%;
		margin: 2.5%;
	}
	ul.flow-wrap > li > p > .flow-ttl01,
	ul.flow-wrap > li > p > .flow-ttl02 {
		font-size: 18px;
		font-weight: bold;
		margin: 5px 0 0 0;
	}
	.flow-txt {
		margin: 5px 0 0 0;
	}
	}

	@media screen and (max-width: 500px) {
	.sub-main02 {
		background-size: 150%;
	}
	#champion {
		padding: 7% 0;
		margin: 7% 0;
	}
	.flow-txt {
	    font-size: 12px;
	}
	}


/* 近江牛の魅力
-----------------------------------------------*/
.sub-main03 {
	background:url(../images/sub_main03.jpg) no-repeat center center;
	background-size: 100%;
	background-position: top;
}
#history {
 background: url(../images/sub03_ct03_bg.jpg) center center/cover no-repeat transparent;
 padding: 5% 0;
 margin: 5% 0;
}
.history-img {
	width: 70%;
	margin: 0 auto 15px auto;
}

	@media screen and (max-width: 768px){
	.history-img {
		width: 90%;
	}
	}

	@media screen and (max-width: 500px) {
	.sub-main03 {
		background-size: 150%;
	}
	#history {
		padding: 7% 0;
		margin: 7% 0;
	}
	.flow-txt {
		font-size: 12px;
	}
	}


/* 取扱商品
	-----------------------------------------------*/
.sub-main04 {
	background:url(../images/sub_main04.jpg) no-repeat center center;
	background-size: 100%;
	background-position: top;
}
#product-txt {
	margin-bottom: 5%;
}
.jukusei-logo img {
    width: 350px;
    margin: 30px auto;
}
.jukusei-logo-txt {
	font-size:20px;
	text-align:center;
}
ul.product-wrap {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 4em 0;
}
ul.product-wrap > li {
	width: 17%;
	position: relative;
	margin: 1.5%;
}
ul.product-wrap > li > .product-ttl01-wrap > .product-ttl01 {
	font-size: 12px;
  color: #000;
  padding: 0 5px;
  position: absolute;
  top: -3%;
	left: -3%;
  color: #fff;
}
ul.product-wrap > li > .product-ttl01-wrap {
	text-align: center;
}
ul.product-wrap > li > .product-ttl02 {
	font-style: oblique;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(to right, #a80000 0%, #c70000 51%, #a80000 100%);
  padding: 5px;
  border: 1.3px solid #fff;
  -webkit-box-shadow: 0 0 0 2px #a80000;
  -moz-box-shadow: 0 0 0 2px #a80000;
  box-shadow: 0 0 0 2px #a80000;
  box-sizing: border-box;
  margin: 10px 0;
	font-weight: bold;
}

	@media screen and (max-width: 1140px){
	ul.product-wrap > li {
		width: 22%;
		margin: 1.5%;
	}
	}

	@media screen and (max-width: 768px){
	ul.product-wrap > li {
		width: 45%;
		margin: 2.5%;
	}
	}

	@media screen and (max-width: 500px) {
	.sub-main04 {
		background-size: 150%;
	}
	.jukusei-logo img {
		width: 230px;
	}
	.jukusei-logo-txt {
		font-size:15px;
	}
	ul.product-wrap > li > .product-ttl01-wrap > .product-ttl01 {
		font-size: 11px;
	}
	ul.product-wrap > li > .product-ttl02 {
		font-size: 12px;
	}
	}


	/* 新規お取り引き業者様へ
	-----------------------------------------------*/
	.sub-main05 {
		background:url(../images/sub_main05.jpg) no-repeat center center;
		background-size: 100%;
		background-position: top;
	}
	#faq {
		margin: 0 0 5em 0;
	}
	.cp_qa *, .cp_qa *:after, .cp_qa *:before {
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	.cp_qa {
		overflow-x: hidden;
		margin: 0 auto　50px auto !important;
		color: #333333;
	}
	.cp_qa .cp_actab {
		padding: 20px 0;
		border-bottom: 1px dotted #cccccc;
		}
	.cp_qa label {
		font-size: 1.1em;
		position: relative;
		display: block;
		width: 100%;
		margin: 0;
		padding: 10px 10px 0 48px;
		cursor: pointer;
	}
	.cp_qa .cp_actab-content {
		position: relative;
		overflow: hidden;
		height: 0;
		margin: 0 0 0 40px;
		padding: 0 14px;
		-webkit-transition: 0.4s ease;
		transition: 0.4s ease;
		opacity: 0;
	}
	.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
		height: auto;
		padding: 14px;
		opacity: 1;
		background-color: #f7f7f7;
		border-radius: 10px;
		margin-top: 10px;
	}
	.cp_qa .cp_plus {
		font-size: 2.4em;
		line-height: 100%;
		position: absolute;
		margin: 3px 0 0 10px;
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}
	.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_plus {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		}
	.cp_qa .cp_actab input[type=checkbox] {
		display: none;
	}

		@media screen and (max-width: 500px){
		.sub-main05 {
			background-size: 150%;
		}
		}


/* 会社概要
-----------------------------------------------*/
.sub-main06 {
	background:url(../images/sub_main06.jpg) no-repeat center center;
	background-size: 100%;
	background-position: top;
}
#tbl01 {
	width: 100%;
	margin:0 auto 1em auto;
	border-collapse: collapse;
}
#tbl01 th,#tbl01 td{
	padding: 13px;
	border: 1px solid #ddd;
}
#tbl01 th{
	background: #f4f4f4;
	width: 23%;
	text-align: left;
}
#ggmap {
	position: relative;
	padding-bottom: 60%;
	padding-top: 30px;
	margin: 0 auto 3em auto;
	height: 0;
	overflow: hidden;
	 border: #ddd double 4px;
}
#ggmap iframe,
#ggmapr object,
#ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

	@media screen and (max-width: 768px){
	#tbl01 th,#tbl01 td{
	  width: 90%;
	  display: block;
	  border-bottom: none;
		margin:0 auto;
	}
	.last{
		border-bottom: 1px solid #ddd !important;
	}
	}

	@media screen and (max-width : 500px){
	 .sub-main06 {
		background-size: 150%;
	}
	}


/* お問い合わせ
	-----------------------------------------------*/
.form-width {
	max-width: 100%;
}
.wpcf7 {
	max-width:700px;
	width:100%;
	margin:30px auto !important;
}
.wpcf7 p {
  padding: 15px 0;
}
.wpcf7-list-item{
	  display: block;
	  padding: 5px 0;
}
input[type=submit] {
  padding: 10px 20px;
}
input, textarea {
  background-color: #f4f4f4;
  border: 1px solid #eaeaea;
}
.wpcf7 input[name="your-name"],
.wpcf7 input[name="your-email"],
.wpcf7 input[name="tel-434"],
.wpcf7 input[name="text-353"] {
	width:100%;
	height: 40px !important;
} 
.wpcf7 textarea[name="your-message"] {
	width:100%;
	height: 250px !important;
}
.wpcf7-submit{
	background-image: linear-gradient(to right, #a80000 0%, #c70000 100%);
	color: #fff !important;
	font-weight: bold;
}

	/* 768px以下 タブレット*/
	@media screen and (max-width : 768px){
	.tentext,
	.wpcf7 {
		width:90%;
	}
	}


/* ブログ
-----------------------------------------------*/
.center{
	max-width:960px;
	width:100%;
	margin:30px auto;
}
.value_left{
	max-width:770px;
	width:100%;
	float:left;
	margin:0 0 40px 0;
}
.value_left p img {
  	height: auto;
}
.value_left p a{
	color:#a80000 !important;
	text-decoration:underline;
}
.value_left p a:link,
.value_left p a:visited,
.value_left p a:active {
	color:#a80000 !important;
}
.value_left p a:hover {
	color:#000 !important;
}
.value_left h1 {
	margin: 0 0 1em 0 !important;
	font-size:22px;
	line-height: 31px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.value_left h2 {
	margin: 2em 0 !important;
	padding: 1em !important;
	border-bottom: double 3px #a80000 !important;
	border-top: double 3px #a80000 !important;
	font-size:18px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.value_left h3 {
	margin: 2em 0 !important;
	padding: 1em !important;
   border: 1px solid #e3dbd2;
	font-size:16px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.value_left strong {
	font-weight:bold;
}
.value_left em {
	border-bottom: 2px #a80000 solid;
	padding-bottom: 3px;
	font-weight:bold;
}
.value_right{
	width:150px;
	float:right;
	font-size:12px;
}
.value_right h3{
	margin:0 0 10px 0;
	padding:10px;
   background-image: linear-gradient(to right, #c70000 0%,  #a80000 100%);
	color:#fff;
	font-weight:bold;
}
.value_right ul{
	margin:0 0 20px 0;
}
.value_right ul li{
	font-size:13px;
	list-style:none;
}
.value_right ul li a{
	color:#000 !important;
}
.value_right ul li a:link,
.value_right ul li a:visited,
.value_right ul li a:active {
	color:#000 !important;
}
.value_right ul li a:hover {
	color:#a80000 !important;
}
.blog_text{
	max-width:490px;
	width:100%;
	margin:0 30px 0 0;
	float:left;
}
.blogdetail{
	margin:10px auto;
}
.blog_tmp{
	max-width:770px;
	width:100%;
	margin:0 30px 40px 0;
  overflow:hidden;
}
.h1blog{
	font-size:15px;
	font-weight:bold;
	margin:0 0 10px 0;
}
.bdtc{
	margin:0 0 20px 0;
}
.h3blog{
	font-size:15px;
	font-weight:bold;
	text-align:left;
	margin:0 0 10px 0;
}
.blog_img{
	max-width:250px !important;
	width:100% !important;
	height: 180px !important;
	float:left !important;
}
.alignnone rectimg{
	max-width:100%\9;
	max-height:100%\9;
}
.alignnone rectimg:not(:target) {
	max-width:100%\9;
	max-height:100%\9;
}

	@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.alignnone{
		max-width:100% !important;
		max-height:100% !important;
	}
	}

	body:first-of-type .alignnone{
		max-width:100% !important;
		/* max-height:100% !important; */
	}
	}

	@media not screen and (1){
	.alignnone{
		max-width:100%;
		max-height:100%;
	}
	}

	@media (min-resolution: .001dpcm) { /* opera12 */
	 _:-o-prefocus,.alignnone{
		max-width:100%;
		max-height:100%;
	}
	}

	/* 768px以下 タブレット*/
	@media screen and (max-width : 768px){
	.center{
		width:90%;
	}
	.value_left{
		float:none;
	}
	.blog_text{
		width:90%;
		margin:0 auto;
		float:none;
	}
	.blog_img{
		width:90% !important;
		float:none !important;
		margin:10px auto 0 auto !important;
	}
	.value_right{
		float:none;
	}
	}


/* sp-nav
-----------------------------------------------*/
#nav-toggle,#sidebar,#global-nav {
	display: none;
}
#sidebar {
	padding: 10% 0;
	width: 100%;
	height: 100%;
	position: fixed;
	color: #fff;
	background: rgba(177,31,35,0.92);
}
#global-nav ul {
	list-style: none;
	margin-left: 0;
}
#global-nav > ul > li {
	position: relative;
	border-bottom: #dd4f4f solid 1px;
	margin: 0 15%;
}
#global-nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 15px;
	-moz-transition: color .3s linear;
	-webkit-transition: color .3s linear;
	transition: color .3s linear;
}
#global-nav .sub-menu.is-active > a,
#global-nav a:hover {
	color: #fff;
}
/* sub-menu icon */
#global-nav .sub-menu-head {
	position: relative;
}
#global-nav .sub-menu-head:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
#global-nav .sub-menu.is-active > a:after,
#global-nav .sub-menu-head:hover:after {
	border-color: #fff;
}
#global-nav .is-active .sub-menu-head:after {
	-moz-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
/* sub-menu */
#global-nav .sub-menu-nav {
	display: none;
	padding: 0 0 10px 20px;
}
#global-nav .sub-menu-nav a {
	color: #fff;
	padding: 8px 15px;
}
#global-nav .sub-menu-nav a:hover {
	color: #fff;
}
/* nav-toggle */
#nav-toggle {
	position: fixed;
	top: 0;
	right: 0;
	height: 32px;
	background-color: #b11f23;
	padding: 10px 10px 5px 10px;
}
#nav-toggle > div {
	position: relative;
	width: 32px;
}
#nav-toggle span {
	width: 100%;
	height: 2px;
	left: 0;
	display: block;
	background: #fff;
	position: absolute;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
/* #nav-toggle close */
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}
/* ×にする動作 */
#nav-toggle.active span:nth-of-type(1) {
 -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
}
#nav-toggle.active span:nth-of-type(2) {
  opacity: 0;
}
#nav-toggle.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg);
}
/* z-index */
#nav-toggle {
	z-index: 1000;
}
/* close */
.close #container {
	margin-left: 0;
}
.close #nav-toggle span {
	background: #fff;
}

	@media screen and (max-width: 1000px){
	#nav-toggle,#sidebar,#global-nav {
		display: block;
	}
	#nav-toggle span {
		background: #fff;
	}
	.close #nav-toggle span {
		background: #fff;
	}
	#sidebar {
		right: -100%;
		z-index: 910;
		-webkit-transition: .35s ease-in-out;
		-moz-transition: .35s ease-in-out;
		transition: .35s ease-in-out;
		display: block;
	}
	.close #sidebar {
		right: 0;
	}
	}

	@media screen and (max-width: 500px){
	#global-nav > ul > li {
		margin: 0 5%;
	}
	}
