/* Theme Name: mizunoue.info */

@charset "UTF-8";

* {
	min-width: 0;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html {
	overflow-x: hidden;
}
body{
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #333333;
	overflow-x: hidden;
	word-wrap: break-word;
	overflow-wrap: break-word;
}
img{
	vertical-align: top;
	max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
    height: auto;
}
iframe{
	vertical-align: top;
	max-width: 100%;
}
a {
	color: inherit;
	display: block;
	text-decoration: none;
	text-underline-position: under;
	transition: all 0.2s;
}
ul,
ol {
  list-style-type: none;
}
header{
	width: 100%;
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999;
}
.hover {
	transition: all 0.2s;
}
#drawer-navigation{
	display:none;
}
/*-----------------------------
header
-----------------------------*/
.header{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	box-sizing: border-box;
}
.header #logo img {
	height: 60px;
}
#menu button{
	display: none;
}
#menu ul{
	display: flex;
	align-items: center;
}
#menu li{
	display: block;
	margin: 0 0 0 40px;
	font-size: 18px;
	line-height: 26px;
}
#menu a{
	display: block;
	text-decoration: none;
	color: #333333;
}
#menu a:hover {
	text-decoration: underline;
	color: #36C200;
}
/*-----------------------------
main
-----------------------------*/
.breadcrumb {
  width: 1100px;
  margin-right: auto;
  margin-left: auto;
  align-items: flex-start;
  padding: 20px 0;
  display: flex;
}
.breadcrumb > li:not(:last-of-type)::after {
  margin: 0 10px;
  content: "/";
}
.breadcrumb > li a {
  display: inline-block;
  text-decoration: underline;
}
#breadcrumb{
	font-size: 16px;
	line-height: 23px;
	background: #333333;
	color: #fff;
}
#breadcrumb a{
	color: #fff;
	text-decoration: none;
}
.item-post .breadcrumb li:nth-of-type(2) {
	display: none;
}
#cartbtn{
	position: fixed;
    top: 140px;
    right: 0;
    z-index: 999;
    width: 160px;
}
main{
	padding-top: 90px;
}
#slider{
	position: relative;
}
.slider-logo{
	position: absolute;
	top: 50%;
	left: 15%;
	z-index: 2;
	transform: translate(0,-50%);
}
.slider-logo img{
	width: 90%;
}
.slick-dots{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
}
.slick-dots li{
	display: block;
	margin: 0 10px;
}
.slick-dots button{
	cursor: pointer;
	display: block;
	width: 14px;
	height: 14px;
	border: 1px solid #333333;
	box-sizing: border-box;
	font-size: 0;
	border-radius: 100%;
	background: none;
	outline: none;
	box-shadow: none;
}
.slick-dots li.slick-active button{
	background: #333333;
}
section:after{
	content: "";
	display: table;
	visibility: hidden;
	clear: both;
}
section .inner{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}
#homenew{
	background: #fff;
	padding: 100px 0;
}
.title01 h3{
	margin: 0 0 10px 0;
	font-weight: bold;
	font-size: 42px;
	line-height: 58px;
	color: #333333;
}
.title01 p{
	font-weight: bold;
	font-size: 20px;
	line-height: 32px;
	color: #333333;
}
.title01 .btn-red{
	margin-top: 30px;
}
.btn-red a{
	display: block;
	text-align: center;
	max-width: 245px;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	padding: 10px 0;
	box-sizing: border-box;
	background: #333333;
	text-decoration: none;
}
.btn-red a:hover{
	background: #36C200;
}
p{
	margin: 0 0 15px 0;
}
p:last-of-type{margin-bottom:0;}

.top1{
	display: flex;
	justify-content: space-between;
}
.top1 .title01{
	flex-basis: 22.5%;
}
.loop{
	flex-basis: 69.1%;
}
.loop article {
	display: flex;
	padding: 15px 0;
	border-bottom: 1px solid #333333;
}
.loop article:first-child {
	border-top: 1px solid #333333;
}
.loop article .date{
	font-size: 14px;
	line-height: 28px;
	margin: 0 25px 0 0;
}
.loop article h3{
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	display: block;
	margin: 0;
}
.news-post {
	margin-top: 80px;
}
#homegreeting{
	background: url(../images/img3.png);
	background-size: cover;
	padding: 65px 0;
}
figure{
	margin: 0;
}
.top2{
	display: flex;
}
.top2 figure{
	margin: 0 50px 0 0;
	min-width: 380px;
}
.top2 .content h4{
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin: 30px 0;
}
.top2 .btn-red{
	margin-top: 40px;
}
.top2.second{
	margin-top: 30px;
	margin-bottom: 130px;
	flex-direction: row-reverse;
}
.top2.second figure{
	margin: 0 0 0 50px;
	min-width: 530px;
}
.title01-center{
	text-align: center;
}
.top3{
	text-align: center;
	font-size: 24px;
	font-weight: 600;
	margin: 30px 0 50px 0;
}
.product-loop{
	display: flex;
    flex-wrap: wrap;
}
.product{
	flex-grow: 1;
	margin-bottom: 60px;
	margin-right: 5%;
    width: 30%;
}
.col2 .product:nth-child(3n) {
	margin-right: 0;
}
.product-img{
	overflow: hidden;
	position: relative;
}
.product-img img {
	height: auto;
}
.product-img .hover{
	position: absolute;
    width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(159, 172, 173, 0.5);
	z-index: 2;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.product-img .hover p{
	padding: 10px;
	display: block;
	width: 150px;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
	background: #36C200;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
}
.product-cat a,
.post-categories li a {
	font-size: 16px;
	line-height: 16px;
	background: #36C200;
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
    list-style: none;
}
.product-cat a:hover,
.post-categories li a:hover {
    background: #333333;
}
.product-cat {
	margin: 20px 0 !important;
}
.product h3{
	margin: 0 0 20px 0;
	font-weight: 600;
	font-size: 22px;
	line-height: 36px;
}
.product-price{
	font-size: 24px;
	line-height: 36px;
}
.product-price span{
	font-size: 36px;
}
.product:hover{
	color: #36C200;
}
.product:hover img{
	transform: scale(1.3);
	transition: all 0.2s;
}
.product:hover .hover{
	opacity: 1;
}
.product-loop + .telbox{
	margin-top: 40px;
}
.telbox{
	max-width: 720px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	border: 1px solid #333333;
	box-sizing: border-box;
	padding: 45px 30px;
}
.telbox.fadein {
    margin: 80px auto 0;
}
.telbox h3{
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	margin: 0 0 30px 0;
	display: block;
}
.telbox h4{
	font-size: 64px;
	line-height: 1;
	padding-left: 60px;
	margin: 0 0 30px 0;
	display: inline-block;
	background: url(../images/img5.png) bottom 3px left no-repeat;
}
.telbox p{
	display: block;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
}
#homevoice{
	padding: 120px 0;
}
.voice-loop{
	display: flex;
	flex-wrap: wrap;
}
.voice{
	margin-left: 40px;
	flex-basis: calc( 50% - 20px );
	margin-bottom: 50px;
}
.voice-loop .voice:nth-child(2n+1){
	margin-left: 0;
}
.voice h3{
	display: block;
	clear: both;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	background: #9FACAD;
	color: #fff;
	margin: 0 0 30px 0;
	padding: 10px 20px;
}
.voice-img{
	float: left;
	width: 36%;
	margin: 0 30px 20px 0;
}
.voice-content{
	overflow: hidden;
	margin-bottom: 20px;
}
.voice-name{
	display: flex;
	justify-content: space-between;
	line-height: 1;
	align-items: flex-end;
	padding-bottom: 14px;
	border-bottom: 1px solid #333333;
	margin-bottom: 10px;
}
.voice-name h4{
	font-size: 24px;
	margin: 0;
}
.voice-name p{
	font-size: 12px;
}
.voice-tag{
	clear: both;
	border: 1px solid #333333;
	padding: 20px;
	font-size: 16px;
	line-height: 36px;
}
.btn-red-center a{
	margin-left: auto;
	margin-right: auto;
}
#homeblog{
	background: url(../images/img4.png);
	background-size: cover;
	padding: 120px 0;
}
.blog{
	border-bottom: 1px solid #333333;
	position: relative;
}
.blog:first-child{
	border-top: 1px solid #333333;
}
.blog .blog-link{
	color: #333333;
	text-decoration: none;
	display: flex;
	background: url(../images/img9.png) right 45px center no-repeat;
}
.blog-img{
	position: relative;
}
.blog-img img{
	object-fit: cover;
	width: 410px;
  height: 273px;
}
.blog-img .hover{
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(159,172,173,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
}
.blog-img .hover span{
	display: block;
	background: #36C200;
	color: #fff;
	font-size: 16px;
	line-height: 36px;
	padding: 10px 28px;
}
.blog .blog-link:hover .hover{
	opacity: 1;
}
.blog-content{
	padding: 50px 0 0 40px;
	max-width: 430px;
	width: 100%;
}
.blog-date{
	font-size: 14px;
	line-height: 28px;
}
.blog h3{
	font-weight: normal;
	font-size: 18px;
	line-height: 28px;
	margin: 10px 0 20px 0;
	max-width: 430px;
	width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.blog p{
	display: inline-block;
	padding: 5px 10px;
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	line-height: 23px;
	background: #36C200;
}
.blog .post-categories {
	position: absolute;
    bottom: 50px;
    left: 450px;
    z-index: 2;
}
.left .blog .post-categories {
    left: 424px;
}
.blog-loop .btn-red{
	margin-top: 40px;
}

#contact{
	text-align: center;
	color: #fff;
}
#contact{
	background: url(../images/img11.png) top right no-repeat;
	background-size: cover;
	padding: 120px 0;
}
#contact .telbox{
	border-color: #fff;
	margin: 80px auto 40px auto;
}
#contact .telbox h4{
	background-image: url(../images/img12.png);
}
.top4{
	margin-bottom: 80px;
}
.top4 h3{
	font-weight: bold;
	font-size: 24px;
	line-height: 32px;
	text-align: center;
	color: #fff;
	margin: 0 0 20px 0;
}

.copyright{
	font-size: 14px;
	line-height: 20px;
	margin-top: 50px;
}
.copyright a {
	display: inline-block;
}
.rtt{
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 99;
	cursor: pointer;
}
.top1 .loop + .btn-red{
	display: none;
}
#cartbtn-mobile{
	display: none;
}
.slider-wrap.mobile{
	display: none;
}
#submain{
	position: relative;
	text-align: center;
	color: #fff;
	padding: 70px 0 80px 0;
}
#submain .inner{
	position: relative;
	z-index: 2;
}
#submain .bg{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: center;
}
#submain h2{
	font-weight: bold;
	font-size: 48px;
	line-height: 64px;
	margin: 0 0 20px 0;
}
#submain p{
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
}
.tab ul,
.about1 ul,
.item-cat ul{
	display: flex;
	margin: 0;
	padding: 0;
	border-top: 2px solid #333333;
	background: #333333;
    flex-wrap: wrap;
}
.tab li,
.about1 li,
.item-cat li{
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	width: 25%;
	color: #fff;
	text-align: center;
	font-weight: 600;
	box-sizing: border-box;
}
.tab li,
.about1 li {
	padding: 15px 5px;
}
.tab .current{
	background: #fff;
	color: #333333;
	transition: all 0.2s;
}
.item-cat li.current {
	color: #333333;
	background: #fff;
	transition: all 0.2s;
}
.item-cat li a{
	color: #fff;
	text-decoration: none;
    width: 100%;
	height: auto;
    padding: 15px 5px;
}
.item-cat li:hover {
	color: #333333;
	background: #fff;
	transition: all 0.2s;
}
.item-cat li:hover a {
	color: #333333;
}
.about1 li:hover {
	background: #fff;
	transition: all 0.2s;
}
.about1 li a{
	color: #fff;
	text-decoration: none;
    width: 100%;
	height: auto;
}
.about1 li:hover a {
	color: #333333;
}
#about_row1{
	padding: 80px 0 70px 0;
}
.w_910 .inner{
	max-width: 910px;
}
.about2{
	margin: 70px 0 120px 0;
}
.about2 h4{
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 30px 0;
	text-align: center;
}
.about3{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px 0;
}
.about3 .item{
	margin-bottom: 80px;
	width: calc(50% - 20px);
}
.about3 h6{
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #333333;
}
.about3 figure{
	text-align: center;
	margin: 0 0 20px 0
}
.about3 p{
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 15px;
}
.about4{
	margin-top: 40px;
	margin-bottom: 80px;
}
.about4 .item{
	margin-bottom: 40px;
}
.about4 h6{
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;
	padding-bottom: 20px;
	border-bottom: 1px solid #333333;
	margin: 0;
}
.about4 p{
	margin: 20px 0 0 0;
	font-size: 20px;
	line-height: 30px;
}
.about4 iframe{
	margin-top: 20px;
}
.about5{
	background: #333333;
	padding: 80px 100px;
	margin-bottom: 120px;
}
.about5 .title01{
	margin-bottom: 40px;
}
.about5 .item{
	position: relative;
	padding: 0 0 80px 55px;
}
.about5 .item:last-child{
	padding-bottom: 0;
}
.about5 .item:before{
	content: "";
	display: block;
	width: 30px;
	height: 30px;
	background: #333333;
	border-radius: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.about5 .item:after{
	content: "";
	display: block;
	width: 2px;
	background: #333333;
	height: 100%;
	position: absolute;
	top: 3px;
	left: 14px;
	bottom: 0;
}
.about5 h6{
	font-size: 20px;
	line-height: 24px;
	margin: 0 0 23px 0;
}
.about5 h6 span{
	font-size: 24px;
	display: inline-block;
	margin: 0 14px 0 0;
}
.about5 strong{
	font-size: 18px;
	line-height: 18px;
}
.about3 .btn-red a{
	display: block !important;
	text-align: center;
	max-width: 245px;
	color: #fff !important;
	font-size: 16px;
	line-height: 36px;
	padding: 10px 0;
	box-sizing: border-box;
	background: #333333;
	text-decoration: none !important;
}
.about3 .btn-red a:hover{
	background: #36C200;
}
#productlist{
	margin-bottom: 120px;
}
#productlist .product-loop{
	flex-wrap: wrap;
    justify-content: flex-start;
}
#productlist .product{
	flex-grow: initial;
	width: calc( ( 100% - 80px ) / 3);
	margin-left: 0!important;
	margin-bottom: 80px;
    margin-right: 40px!important;
}
#productlist .product:nth-child(3n) {
	margin-right: 0!important;
}
#productdetail{
	padding: 80px 0 0 0;
}
.productdetail .gallery{
	float: left;
	width: 48%;
	margin-bottom: 40px;
}
.productdetail .gallery .big{
	width: 100%;
	height: 350px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.productdetail .gallery .small{
	display: flex;
	flex-wrap: wrap;
}
.productdetail .gallery .small .item{
	width: calc( ( 100% - 30px ) /4 );
	height: 83px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	margin: 10px 0 0 10px;
	box-sizing: border-box;
}
.productdetail .gallery .small .item:nth-child(4n+1){
	margin-left: 0;
}
.productdetail .gallery .small .item.current{
	border: 1px solid #333333;
}
.productdetail .content{
	float: right;
	width: 48%;
	margin-bottom: 30px;
}
.productdetail .content .product-cat{
	margin: 0;
}
.productdetail .content h3{
	font-weight: normal;
	font-size: 24px;
	line-height: 40px;
	margin: 25px 0 40px 0;
}
.productdetail a.addtocart{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #36C200;
	color: #fff;
	font-size: 16px;
	line-height: 1;
	text-decoration: none;
	height: 60px;
	margin-top: 80px;
}
.productdetail a.addtocart img{
	margin-right: 10px;
}
.productdetail .description{
	clear: both;
	width: 48%;
	margin-bottom: 30px;
}
.productdetail .recommend{
	padding: 80px 0 120px 0;
}
.productdetail .recommend h4{
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #333;
	margin-bottom: 40px;
}
.productdetail .recommend .btn-red{
	padding-top: 80px;
}
.productdetail .question{
	margin: 40px 0 0 0;
}
.productdetail h2 {
	font-size: 1.35rem;
}
.productdetail .description h1,
.productdetail .description h2,
.productdetail .description h3 {
	margin-bottom: 20px;
}
.navigation .nav-links{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 40px 0 0 0;
}
.navigation .screen-reader-text {
	display: none;
}
.navigation a,
.navigation .current{
	display: block;
	box-sizing: border-box;
	border: 1px solid #333333;
	line-height: 1;
	line-height: 50px;
	min-width: 50px;
	white-space: nowrap;
	text-align: center;
	text-decoration: none;
	color: #333333;
}
.navigation a + a{
	border-left: 0;
}
.navigation .current{
	background: #333333;
	color: #fff;
	pointer-events: none;
}
.navigation a.prev,
.navigation a.next{
	width: 50ßpx;
}
.staff1{
	text-align: center;
	margin: 35px 0;
}
#staff_row1 .left{
	float: left;
	width: 74%;
	margin-bottom: 120px;
}
#staff_row1 .right{
	float: right;
	width: 22.3%;
	margin-bottom: 120px;
}
#staff_row1 .blog .blog-link{
	background: none;
}
#sidebar h3{
	background: #333333;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 20px 0;
	line-height: 1;
	font-size: 18px;
	padding: 16px 20px;
	color: #fff;
}
#sidebar h3 span{
	font-size: 13px;
	font-weight: 400;
	color: #fff;
}
.rank{
	margin-bottom: 40px;
}
.rank .item{
	padding: 10px 0;
	overflow: hidden;
	border-bottom: 1px solid #333333;
}
.rank .item:first-child{
	border-top: 1px solid #333333;
}
.rank a{
	text-decoration: none;
	color: #333333;
}
.rank figure{
	float: left;
	width: 95px;
	margin-right: 10px;
}
.rank .content{
	overflow: hidden;
}
.rank .date{
	font-size: 12px;
	line-height: 1;
	margin: 0 0 10px 0;
}
.rank h4{
	font-size: 13px;
	line-height: 21px;
	font-weight: 400;
	margin: 0;
}
.catlist,
.wp-block-categories-list{
	display: block;
	margin: 0;
	padding: 0;
}
.catlist li,
.wp-block-categories-list li{
	display: block;
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 28px;
}
.catlist li a,
.wp-block-categories-list li a{
	color: #333333;
	display: block;
	padding: 15px 5px;
	border: 1px solid #333333;
	box-sizing: border-box;
	text-align: center;
	text-decoration: none;
}
.catlist li a:hover,
.wp-block-categories-list li a:hover{
	color: #fff;
	background: #333333;
}
#about_row1.staffpage{
	padding-bottom: 5px;
}
#staff_row1 .blog-loop{
	padding-bottom: 10px;
}
#voice_row1 .voice{
	margin-bottom: 80px;
}
#voice_row1 .pagenav{
	padding: 0 0 120px 0;
}
.single{
	margin-top: 80px;
}
.single .date{
	font-size: 16px;
	line-height: 16px;
}
.single h2{
	font-weight: 600;
	font-size: 24px;
	line-height: 36px;
	margin: 20px 0;
}
.single .product-cat{
	margin: 0;
}
.single .line{
	height: 1px;
	background: #333333;
	margin: 25px 0 40px 0;
}
.single .entry-content{
	max-width: 705px;
	margin: 0 auto;
}
.single .entry-content h4{
	font-size: 24px;
	line-height: 36px;
	margin: 0 0 10px 0;
	font-weight: 600;
}
.single .entry-content p + figure{
	margin-top: 30px;
}
.single .entry-content figure + p{
	margin-top: 30px;
}
.backbtn.btn-red a{
	background: none;
	border: 1px solid #333333;
	color: #333333;
}
.singlepagenav{
	max-width: 705px;
	margin: 80px auto;
	display: flex;
	justify-content: space-between;
}
.singlepagenav a{
	background: #333333;
	color: #fff;
	display: block;
	width: 46%;
	box-sizing: border-box;
	padding: 20px;
	text-decoration: none;
}
.singlepagenav a h6{
	display: block;
	line-height: 1;
	font-size: 24px;
	padding-bottom: 20px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #fff;
}
.singlepagenav a p{
	font-size: 18px;
	line-height: 28px;
}
.singlepagenav a.prev::before {
	background: url(../images/single2.png) left 20px center no-repeat #36C200;
	padding-left: 55px;
}
.singlepagenav a.next::before {
	background: url(../images/single3.png) right 20px center no-repeat #36C200;
	padding-right: 55px;
}
.style{
	display: flex;
	flex-wrap: wrap;
}
.style .style-cnt {
	position: relative;
    width: calc( 100% / 4 - 1px);
    margin-left: 1px;
    margin-top: 1px;
}
.style .product-cat {
	margin: 0 !important;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.style .style-title {
	position: absolute;
	z-index: 2;
	width: 100%;
	text-align: center;
	padding: 5px 0;
	background: rgba(159,172,173,.8);
	color: #fff;
	bottom: 0;
	left: 0;
}
.style-in {
	margin-bottom: 120px;
}
/*.style figure{
	width: calc( 100% / 4 - 1px);
	margin-left: 1px;
	margin-top: 1px;
}*/
.style1{
	margin-bottom: 120px;
}
.style1 a{
	max-width: 340px;
}
.qa{
	padding: 80px 0;
}
.qa .item{
	padding-left: 70px;
	padding-bottom: 20px;
}
.qa h3{
	display: block;
	position: relative;
	border: 1px solid #9FACAD;
	box-sizing: border-box;
	border-radius: 5px;
	font-size: 18px;
	line-height: 34px;
	padding: 10px 50px 10px 20px;
	font-weight: normal;
	cursor: pointer;
	background: url(../images/qa2.png) right 20px center no-repeat;
	margin: 0 0 20px 0;
}
.qa h3:before{
	content: "Q";
	font-size: 28px;
	line-height: 55px;
	width: 55px;
	background: #9FACAD;
	display: block;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: -70px;
}
.qa .content{
	padding: 20px;
	position: relative;
	background: #E6EDEE;
	border: 1px solid #9FACAD;
	box-sizing: border-box;
	border-radius: 5px;
	display: none;
	min-height: 118px;
	margin-bottom: 20px;
}
.qa .content:before{
	content: "A";
	font-size: 28px;
	line-height: 55px;
	width: 55px;
	background: #36C200;
	display: block;
	border-radius: 100%;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	left: -70px;
}
.qa .item.active h3{
	background-image: url(images/qa3.png);
}
.qa .item.active .content{
	display: block;
}
#submain.submain_contact{
	padding: 55px 0 65px 0;
}
.w_990 .inner{
	max-width: 990px;
}
.contactbox{
	margin: 70px 0 120px 0;
	padding: 70px 40px;
	border: 1px solid #9FACAD;
	box-sizing: border-box;
	border-radius: 10px;
}
.contactbox .frow{
	display: flex;
	margin-bottom: 40px;
}
.contactbox .frow>p {
	flex-grow: 1;
}
.contactbox .frow h3{
	width: 285px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	margin: 0;
	display: block;
	padding: 11px 0;
}
.contactbox .frow h3 span{
	background: #36C200;
	font-size: 14px;
	line-height: 20px;
	color: #fff;
	display: inline-block;
	width: 55px;
	text-align: center;
	margin-right: 20px;
}
.contactbox .frow h3 span.norequire{
	background: #9FACAD;
}
.contactbox input,
.contactbox textarea{
	display: block;
	background: #FFFFFF;
	border: 1px solid #9FACAD;
	box-sizing: border-box;
	border-radius: 5px;
	outline: none;
	box-shadow: none;
	min-height: 44px;
	width: 80%;
	padding: 10px;
}
.contactbox textarea{
	max-width: 100%;
	width: 100%;
	min-height: 160px;
}
.contactbox .frow.submit{
	padding-top: 30px;
	padding-left: 285px;
	margin-bottom: 0;
}
.contactbox input[type=submit]{
	background: #333333;
	font-size: 16px;
	padding: 0;
	border: 0;
	line-height: 56px;
	text-align: center;
	max-width: 340px;
	color: #fff;
	border-radius: 0;
	width: 100%;
	cursor: pointer;
}
.contactbox input[type=submit]:hover {
	background: #36C200;
	transition: all 0.2s;
}
.wpcf7-response-output {
	color: #36C200;
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
}
.wpcf7-not-valid-tip {
	color: #36C200;
}
.screen-reader-response {
	display: none;
}
#relatedpost{
	margin-bottom: 120px;
}
#relatedpost .title01{
	margin-bottom: 40px;
}
.w_910 .item a,
.question a {
	display: inline-block;
	color: #3786ef;
	text-decoration: underline;
}
.w_910 .item a:hover,
.question a:hover {
	color: #333333;
}
.item-note {
	margin-top: 20px;
	color: #36C200;
}
.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.0s;
}
.fadein-left{
  transform: translate(-100px,0);
}
.fadein-right{
  transform: translate(100px,0);
}
.fadein-up{
  transform: translate(0,-50px);
}
.fadein-bottom{
  transform: translate(0,50px);
}
.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}


.cm {
	padding-top: 50px;
	
}
.cm img:first-child{
	padding-right: 20px;
}
#categories-2,
#wpp-2{
	padding-bottom: 15px;
}
li.cat-item {

}
li.cat-item a {
		display: inline-flex;
		padding: 0.5rem 0;
}
li.cat-item a:hover {
		color: #36C200;
		transition: all 0.2s;
}
li.cat-item ul.children {
		text-indent:  1em;
}
li.cat-item ul.children ul.children {
		text-indent:  2em;
}
article h3 a {
	display: contents;
}

article h3　a:hover{
	color: #36C200;
	transition: all 0.2s;
}

.loop article h3 a:hover{
	color: #36C200;
	transition: all 0.2s;
}
.footer-tel-number.text--color-sgreen .text-inner {
	background: url(../images/green-tel-icon.png) no-repeat left bottom 5px;
}
.text-inner p {
	text-align: center;

}







@media screen and (max-width: 1680px){
	.slider-logo img{
		width: 80%;
	}
}
@media screen and (max-width: 1200px){
	.slider-logo img{
		width: 60%;
	}
}
@media screen and (max-width: 1100px){
	section .inner{
		padding-left: 3%;
		padding-right: 3%;
	}
	.header{
		padding-left: 3%;
		padding-right: 3%;
	}
	.twitter-img{
		flex-wrap: wrap;
		justify-content: center;
	}
	.twitter-img img{
		width: 100px;
	}
	.twitter-img img + img{
		margin-left: 20px;
	}
	#staff_row1 .left{
		float: none;
		width: 100%;
		margin-bottom: 80px;
	}
	#staff_row1 .right{
		float: none;
		width: 100%;
		margin-bottom: 120px;
	}
	.left .blog .post-categories {
		left: 450px;
	}
}
@media screen and (max-width: 1000px){
	.header{
		padding: 10px 15px;
	}
	.header #logo img{
		height: 50px;
	}
	#menu button{
		display: block;
		border: 0;
		border-radius: 0;
		width: 40px;
		height: 50px;
		background: url(../images/img14.png) center no-repeat;
		outline: none;
	}
	header.menu-active #menu button{
		background-image: url(../images/img15.png);
	}
	#menu ul{
		position: fixed;
		top: 70px;
		left: 100%;
		right: -100%;
		bottom: 0;
		margin: 0;
		display: block;
		padding: 0;
		transition: 0.3s ease all;
		background: #333333;
	}
	header.menu-active #menu ul{
		left: 100px;
		right: 0;
	}
	#menu li{
		margin: 0;
		border-bottom: 1px solid #fff;
	}
	#menu a{
		color: #fff;
		padding: 17px 15px;
		background: url(../images/img16.png) right 15px center no-repeat;
	}
	main{
		padding-top: 70px;
	}
	#contact{
		background: url(../images/img11_sp.png) top right no-repeat;
		background-size: cover;
		padding: 120px 0;
}
	
}
@media screen and (max-width: 900px){
	.blog{
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.blog:first-child{
		border-top: 0;
	}
	.blog .blog-link{
		display: block;
		background: none;
	}
	.blog-img{
		text-align: center;
		margin: 0 0 20px 0;
	}
	.blog-img img {
		margin: 0 auto;
	}
	.blog-img .hover{
		display: none;
	}
	.blog-content{
		padding: 0 0 30px 0;
		margin: 0;
		max-width: 100%;
	}
	.blog .post-categories {
		position: absolute;
		bottom: 20px;
		left: 0;
		z-index: 2;
	}
	.left .blog .post-categories {
		left: 0;
		bottom: 20px;
	}
}
@media screen and (max-width: 768px){
	body{
		font-size: 14px;
	}
	#cartbtn{
		display: none;
	}
	.slider-logo img{
		width: 100%;
	}
	.slick-dots{
		bottom: 10px;
	}
	.title01{
		text-align: center;
	}
	.title01 h3{
		font-size: 36px;
		line-height: 36px;
		margin-bottom: 10px;
	}
	.title01 p{
		font-size: 14px;
		line-height: 14px;
	}
	.top1{
		display: block;
	}
	.top1 .title01{
		margin-bottom: 40px;
	}
	.top1 .title01 .btn-red{
		display: none;
	}
	.top1 article{
		display: block;
		padding: 20px 0;
	}
	.top1 article .date{
		margin: 0 0 10px 0;
		line-height: 1;
	}
	.top1 article h3{
		font-size: 16px;
	}
	.top1 .loop + .btn-red{
		display: block;
		margin-top: 40px;
	}
	.top2{
		display: block;
	}
	.top2 figure,
	.top2.second figure{
		margin: 0 0 35px 0;
		text-align: center;
		min-width: 1px;
	}
	.top2 .title01{
		text-align: left;
	}
	.btn-red a {
		margin-left: auto;
		margin-right: auto;
	}
	.voice-img{
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
		text-align: center;
	}
	.rtt{
		width: 50px;
		height: 50px;
		right: 15px;
		bottom: 90px;
	}
	#cartbtn-mobile{
		display: block;
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 999;
	}
	#cartbtn-mobile a{
		display: block;
		background: url(../images/img17.png) left 30px center no-repeat #36C200;
		text-align: center;
		color: #fff;
		line-height: 1;
		font-size: 16px;
		font-weight: 700;
		line-height: 60px;
		text-decoration: none;
	}
	.product-loop{
		display: block;
	}
	.product{
		width: 100%;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.telbox h3{
		font-size: 16px;
		line-height: 24px;
	}
	.telbox h4{
		font-size: 36px;
		background-size: 30px;
		padding-left: 40px;
	}
	.slider-logo{
		width: 150px;
	}
	.about3 .item{
		width: 100%;
	}
	.about5 h6 span{
		display: block;
		margin-bottom: 13px;
	}
	#productlist .product{
		width: 100%;
	}
	.productdetail .gallery,
	.productdetail .content,
	.productdetail .description{
		float: none;
		width: 100%;
	}
	#staff_row1 .left,
	#staff_row1 .right{
		float: none;
		width: 100%;
	}
	#contact{
		background-position: top right -0px;
	}
	.blog:first-child{
		padding-top: 20px;
	}
}

@media screen and (max-width: 680px){
	#breadcrumb{
		font-size: 14px;
		line-height: 20px;
	}
	.breadcrumb {
		width: 100%;
		padding: 10px 15px;
	}
	.product-cat{
		font-size: 14px;
	}
	.product h3{
		font-size: 18px;
		line-height: 30px;
	}
	.product-price{
		font-size: 18px;
		line-height: 28px;
	}
	.product-price span{
		font-size: 28px;
	}
	.telbox{
		padding: 30px 10px;
	}
	#homenew,
	#homegreeting,
	#homevoice,
	#homeblog,
	#contact{
		padding: 60px 0;
	}
	.top2.second{
		margin-bottom: 60px;
	}
	.voice-loop{
		display: block;
	}
	.voice{
		margin-left: 0;
	}
	.voice h3{
		font-size: 16px;
	}
	.top4{
		margin-bottom: 40px;
	}
	.top4 h3{
		font-size: 18px;
	}
	#contact .telbox{
		margin-top: 50px;
	}
	.slider-wrap{
		display: none !important;
	}
	.slider-wrap.mobile{
		display: block !important;
	}
	.slider-logo{
		left: 20px;
		width: 220px;
		top: 40px;
		transform: none;
	}
	.slick-dots{
		bottom: 30px;
	}
	.slick-dots li{
		margin: 0 7px;
	}
	.slick-dots button{
		padding: 0;
		width: 10px;
		height: 10px;
	}
	.top3{
		font-size: 18px;
	}
	#submain{
		padding: 40px 0;
	}
	#submain h2{
		font-size: 36px;
		line-height: 36px;
	}
	#submain p{
		font-size: 14px;
		line-height: 24px;
	}
	#about_row1{
		padding: 60px 0;
	}
	.about2{
		margin: 40px 0 80px 0;
	}
	.about2 h4{
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 30px;
	}
	.about3 .item{
		margin-bottom: 40px;
	}
	.about4 .item{
		margin-bottom: 30px;
	}
	.about4 h6{
		font-size: 18px;
		line-height: 27px;
	}
	.about4 p{
		font-size: 16px;
		line-height: 28px;
	}
	.about5{
		padding: 70px 15px;
	}
	.about5 .item{
		padding-bottom: 40px;
	}
	.about5 h6{
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}
	#productlist{
		margin-bottom: 80px;
	}
	#productlist .product{
		margin-bottom: 30px;
	}
	#productlist .pagenav{
		padding: 10px 0 0 0;
	}
	.productdetail .content h3{
		font-size: 18px;
		line-height: 30px;
	}
	.productdetail a.addtocart{
		margin-top: 30px;
	}
	.productdetail .recommend{
		padding: 50px 0 80px 0;
	}
	.productdetail .question{
		text-align: center;
	}
	.productdetail .recommend .btn-red{
		padding-top: 20px;
	}
	.productdetail .gallery .small .item{
		height: 60px;
	}
	#staff_row1 .left, #staff_row1 .right{
		margin-bottom: 80px;
	}
	#staff_row1 .blog-loop{
		padding-bottom: 0;
	}
	#voice_row1 .voice{
		margin-bottom: 40px;
	}
	#voice_row1 .pagenav{
		padding: 20px 0 80px 0;
	}
	.single{
		margin-top: 40px;
	}
	.single h2,
	.single .entry-content h4{
		font-size: 20px;
		line-height: 30px;
	}
	.single .line{
		margin-bottom: 20px;
	}
	.singlepagenav{
		margin: 80px 0 40px 0;
		flex-direction: column-reverse;
	}
	.singlepagenav a{
		width: 100%;
	}
	.singlepagenav a.prev{
		margin-top: 20px;
	}
	.style{
	}
	.style .style-cnt{
		width: calc( 100% / 2 - 1px);
	}
	.style1{
		margin-bottom: 80px;
	}
	.style1 a{
		max-width: 225px;
	}
	.qa{
		padding: 40px 0 50px 0;
	}
	.qa .item{
		padding-left: 40px;
		padding-bottom: 10px;
	}
	.qa h3,
	.qa .content{
		font-size: 14px;
		line-height: 24px;
		padding: 10px;
	}
	.qa h3{
		background-position: right 10px center;
		padding-right: 35px;
	}
	.qa h3:before,
	.qa .content:before{
		font-size: 16px;
		width: 30px;
		line-height: 30px;
		left: -40px;
	}
	.contactbox{
		padding: 40px 15px;
		margin: 40px 0 80px 0;
	}
	.contactbox .frow{
		display: block;
		margin-bottom: 30px;
	}
	.contactbox .frow h3{
		width: 100%;
		max-width: 100%;
		padding: 0 0 20px 0;
	}
	.contactbox input, .contactbox textarea{
		width: 100%;
		max-width: 100%;
	}
	.contactbox textarea{
		min-height: 180px;
	}
	.contactbox .frow.submit{
		padding: 10px 0;
	}
	.contactbox input[type=submit]{
		max-width: 225px;
		margin: 0 auto;
		display: block;
	}
	#submain.submain_contact{
		padding: 40px 0;
	}
	#relatedpost{
		margin-bottom: 80px;
	}
	.blog:first-child{
		padding-top: 0;
	}
	.news-post article {
		display: block;
	}
	.w_910 .inner {
		max-width: 100%;
		width: 100%;
	}
}
