﻿@charset "UTF-8";
@import "base.css";
/*@import "font-family.css";*/
/*@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&family=Nunito:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Oswald:wght@300&display=swap');*/
:root {
    --txt: #666666;
    --redcolor: red;
    --mcolor: #ee5850;
    --scolor: #63b987;
    --tcolor: #252525;
    --fontAwesome: 'Font Awesome 5 Pro';
}


h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
    
}
a:hover, a:active {
  text-decoration: none;
}
table {
  width: 100%
}
p {
  margin: 0 0 1.5em;
}
.section {
  padding: 0 0 30px;
}
p, dd, td, th, li {
  line-height: 1.5em;
}
.uppercase{text-transform:uppercase;}
#totop {
position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10;
    margin-bottom: 0;
    width: 40px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
    color: #000000;
	font-family: "Source Sans 3", Arial, Helvetica, sans-serif;
   /* font-family: "Open Sans", sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;*/
}
#wrapper {
  
  overflow: hidden;
}
.container {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
  display: none;
}
#header {
  /*border-top: 5px solid #ebebeb;*/
  padding: 0 0 5px;
  background: #fff;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  width: 25%;
    margin: 0;
    text-align: center;
}
.logo img{
	max-width: 400px;
}
.fixed .logo img {
    max-width: 300px;
}
#header.fixed .primary_menu,
.home_banner.page .primary_menu, .home_banner.page .main_slide_1{display:none;}
.h-top {
    background: #e0e0e0;
    text-align: center;
    font-weight: 600;
}
.primary_menu .menu_item:last-child .sub_menu_wrap{
	width: 480px;
}
.primary_menu .menu_item:last-child .sub_menu_wrap .primary_menusub{
	display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.primary_menu .menu_item:last-child .sub_menu_wrap .primary_menusub .menu_itemSub{
	width: 50%;
    padding-right: 18px;
}
    .h-top p {margin-bottom:0;}
.h_tel {
  display: flex;
  position: relative;
  z-index: 2;
  padding: 10px 0 10px 25px;
}
.h_tel {
    justify-content: center;
}
/*.h_tel:before {
  content: '';
  position: absolute;
  background: url("/W_images/icon_tel.png") no-repeat center center/100% auto;
  width: 13px;
  height: 18px;
  left: 0;
  top: 10px;filter: brightness(11);
}*/
.h_tel li {
  font-size: 14px;
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
  color: #fff;
}
.h_tel li span a{
  font-weight: 700;
  color: #fff;
  text-decoration: none;
}
.h_tel li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}
/*.h_tel:after {
  content: '';
  position: absolute;
  width: 100vw;
  height: 100%;
  background: var(--mcolor);
  left: -30px;
  top: 0;
  z-index: -3;
  transform: skewX(40deg);
}*/
.h_main {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.h_lang {
  color: #000000;
  font-weight: 700;
  border: none;
  margin: 0 0 0 15px;
}
.h_lang a{text-decoration:none;}
.h_search {
    position: relative;
    padding-right: 10px;
    margin-right: 10px;
}
.h_search_form{width: 570px;}
.h_search_main {
	position: relative;
    border: 1px solid #ccc;
    background: #ebebeb;
    
    display: flex;
    justify-content: space-between;
}
    .h_search_main select {
        width: 30%;
        font-size: 14px;
        border:none;
        border-right: 1px solid #cccc;
    }
.h_search_main input {
    border:none;
  width: calc(100% - 105px);
  padding: 7px 10px;
  font-size: 14px;
  font-style: italic;
}
    .h_search_main button {
		transition: all 0.5s;
		width:105px;
        font-size: 14px;
        background: var(--scolor);
        color: #fff;
        border: none;
        padding: 7px 10px;
        cursor: pointer;
    }
	 .h_search_main button svg{margin-right:5px;}

.h_search_ttl {
    margin: 0;
    cursor: pointer;
    font-size: 16px;
}
.h_cart a {
    text-decoration: none;
    color: #000;
}
.h_cart svg {
    font-size: 17px;
}

.h_cart span {/*vertical-align: super;*/}

#gnavi {
	display: none;
    margin-right: 30px;
}
.gnavi {
  display: flex;
}
.gnavi li {
  position: relative;
}
.gnavi > li {

  margin: 0 8px;
}

.gnavi > li > a {
  display: inline-block;
  text-decoration: none;
  color: #000;
  padding: 5px 3px;
  position: relative;
  font-weight: 600;
  transition: all 0.3s;text-transform: uppercase;font-size: 15px;
}
.gnavi > li.active > a, .gnavi > li:hover > a {
  color: var(--mcolor);
}
.gnavi > li > a:after {
  content: '';
  position: absolute;
  width: 60px;
  height: 1px;
  background: #000;
  bottom: 0;
  left: calc(50% - 30px);
  transform: scale(0, 1);
  transition: all 0.3s;
}
.gnavi > li.active > a:after, .gnavi > li:hover > a:after {
  transform: scale(1, 1);
  background:var(--mcolor);
}
.submenu {
  position: absolute;
  z-index: 10;
  min-width: 220px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}
.submenu a {
  background: var(--mcolor);
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 8px 15px;
  margin-top: 1px;
  font-size: 14px;
  /*white-space: nowrap;*/
  transition: all 0.3s;
}
.submenu a:hover {
  opacity: 0.8;
}

.sublist {
    width: 830px;
    padding: 20px;
    background: var(--mcolor);
}
.sublist > ul{display:flex;}

.sublist_title{font-weight: 600;padding: 8px 15px;text-transform:uppercase;  color: #fff;}
.sublist_itm{min-width:200px;}
.sublist_itm .subsubmenu a {
    background: none;
    color: #fff;
}
    .sublist_itm:nth-child(2) .subsubmenu {
        flex-direction: column;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 25px;
        -moz-column-gap: 25px;
        column-gap: 25px;
    }
.subsubmenu {
    position: absolute;
    top: 0;
    left: calc(100% + 1px);
    width: 250px;
    display: none;
    background: var(--mcolor);
   
}	
.gnavi > li.san-pham .submenu{min-width: 380px;}
#header {
    -webkit-animation: remove-fixed 0.3s linear;
    -moz-animation: remove-fixed 0.3s linear;
    -ms-animation: remove-fixed 0.3s linear;
    animation: remove-fixed 0.3s linear;
}
#header.fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  background: #fff;
  -webkit-animation: header-fixed 0.6s;
  -moz-animation: header-fixed 0.6s;
  -ms-animation: header-fixed 0.6s;
  animation: header-fixed 0.6s;
}
#header.fixed .h_tel {
  display:none;
}
#header.fixed .logo {
/*width:110px;*/
}
@keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-webkit-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@-moz-keyframes remove-fixed {
  0% {
    opacity: 0.9;
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%)
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes header-fixed {
  0% {
    opacity: 0.5;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.main_slide p {
  margin: 0;
}
.main_slide p img, .main_slide img, .main-slide p img, .main-slide img {
  width: 100%;
}
.main-slide .slick-arrow {
    position: absolute;
    z-index: 10;
    width: 30px;
    height: 30px;
    border: none;
    text-indent: -5000000px;
    transition: all 0.5s ease;
    outline: none;
    cursor: pointer;
    top: calc(50% - 25px);
    opacity: .6;
    border-radius: 50%;
}
.main-slide .slick-prev {
    background: url(/W_images/arr_prev.png) no-repeat 9px center #000000a6;
    background-size:30% auto;
    left: 25px;
}
.main-slide .slick-next {
    background: url(/W_images/arr_next.png) no-repeat 12px center #000000a6;
    background-size: 30% auto;
    right: 25px;
}
.main-slide .slick-prev:hover,.main-slide .slick-next:hover{opacity:1;}
.main-slide .slick-dots {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}
    .main-slide .slick-dots li {
        margin: 0 8px;
        line-height: 0;
    }
        .main-slide .slick-dots li button {
            width: 14px;
            height: 14px;
            background: #ff0100;
            border-radius: 50%;
            border: none;
            cursor: pointer;
            transition: all 0.3s;
            text-indent: -5000000px;
        }
.main-slide li.slick-active button, .main-slide li:hover button {
    background: #e32120;
}
.home-product{
    padding:60px 0;
}
.home_product_itm a{text-decoration:none;}
.home_product_img{padding:20px;margin-bottom: 0;}
.home_product_ttl {
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
    transition: all 0.5s;
    color: #000;
}
.home_product_itm:hover .home_product_ttl {
    color: #d90a09;
}
.home-product-list .slick-arrow, .b05_slide .slick-arrow {
    position: absolute;
    z-index: 3;
    border: 1px solid #DDDDDD;
    width: 30px;
    height: 30px;
    top: calc(50% - 30px);
    right: -20px;
    cursor: pointer;
    background-color: #fff;
    color: #fcb01c;
    font-size: 28px;
    line-height: 0;
    text-indent: -500000px;
    border-radius: 5px;
    transition: all 0.5s;
}
    .home-product-list .slick-arrow:before, .b05_slide .slick-arrow:before {
        position: absolute;
        content: "";
        top: 36%;
        left: calc(50% - 7px);
        border: 2px solid transparent;
        border-top: 2px solid #000;
        border-right: 2px solid #000;
        padding: 3px;
        transform: rotate(45deg);
    }
.home-product-list .slick-prev:before, .b05_slide .slick-prev:before {
    content: "";
    transform: rotate(225deg);
    left: unset;
    right: calc(50% - 7px);
}
.home-product-list .slick-prev, .b05_slide .slick-prev {
    left: -20px;
}
.home_banner_menu_2 ul li .active{
	color:#d2f3c7;
}
.custom01 {
    padding: 60px 0;
    background: #f7f7f7;
}
.cust01_list {
    display: flex;
    justify-content: space-between;
    text-align: center;
}
.cust01_itm {
    cursor: pointer;
    width: 25%;
    cursor: pointer;
    padding: 0 20px;
}
.cust01_itm .img {
    width: 85px;
    margin: 0 auto 15px;
    border-radius: 50%;
    padding: 5px;
    transition: all 0.5s;
}
.cust01_itm .img img{}
    .cust01_itm .ttl {
        font-size: 20px;
        font-weight: 500;
        text-transform: uppercase;
        margin-bottom: 5px;
    }
    .cust01_itm .des {
		font-size:14px;
        color: #545454;
        font-weight: 500;
        margin-bottom: 5px;
    }
/*.cust01_itm:hover .img {
    background: #f00;
}
.cust01_itm:hover img {
    filter: invert(1);

}*/
.box01 {
    background: #eeeef0;
    padding: 80px 0;
}
.box01 .container {
  display: flex;
  justify-content: space-between;
}
.b01_main {
  width: 55%;
  position: relative;
}
.idx_h2 {
  text-align: center;
  font-size: 36px;
     color: var(--mcolor);
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.box01 .idx_h2 {
  text-align: left;   color: var(--mcolor);
}
.b01_img {
  width: calc(45% - 60px);
  margin: 0;
}
.b01_img iframe{
	width: 100%;
    height: 100%;
}
.b01_img img {
  width: 100%;
}
.b01_txt p:first-child {
 
  color: #000;
}

 .b01_list{display: flex; flex-wrap: wrap; justify-content: space-between;}
.b01_item {
	position: relative;
	margin-bottom: 60px;
	padding-left: 90px;
	width:46%;
}

	.b01_item:before {
		content: '';
		position: absolute;
		background:var(--mcolor) url("/W_images/icon/icon_01.png") no-repeat center center/80% 80%;
		width: 70px;
		height: 70px;
		left: 0;
		top: 7px;
		border-radius: 5px;
	}

	.b01_item:nth-child(2):before {
		background:var(--mcolor) url("/W_images/icon/icon_02.png") no-repeat center center/80% 80%;
	}

	.b01_item:nth-child(3):before {
		background:var(--mcolor) url("/W_images/icon/icon_03.png") no-repeat center center/80% 80%;
	}
	.b01_item:nth-child(4):before {
		background:var(--mcolor) url("/W_images/icon/icon_04.png") no-repeat center center/80% 80%;
	}

.b01_itm_ttl {
	font-size: 22px;
	font-weight: bold;
	color: var(--mcolor);
	line-height: 1.3em;
	margin-bottom: 10px;
}

.b01_itm_txt {
	margin: 0;
}

.b01_item:last-child {
	margin-bottom: 0;
}

						
.idx_btn {
  margin: 0;
}
.idx_btn a, .idx_btn button {
  display: inline-block;
  background: url("/W_images/idx_btn.png") no-repeat center center/100% auto;
  text-align: center;
  color: #fff;
  text-decoration: none;
 width: 120px;
    padding: 5px;
    transition: all 0.3s;
    font-size: 14px;
}
}
.idx_btn a:hover {
  opacity: 0.7;
}
.box02 {
  padding: 65px 0;
  background: #f6f6f6;
}
.b02_not_slide{
    display:flex;justify-content:center;
}
    .b02_not_slide p {
        margin: 0 30px;
        padding: 10px;
    }
.b02_list.slick-initialized .slick-slide {
    margin: 0 15px;
    border: 1px solid #dbdbdb;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 20px;
    padding: 10px;
}
.b02_list.slick-initialized .slick-slide img {
  max-height: 100%;
}
.b02_list .slick-arrow {
  position: absolute;
  background: url("/W_images/b02_next.png") no-repeat center center;
  width: 50px;
  height: 50px;
  top: calc(50% - 25px);
  z-index: 5;
  cursor: pointer;
  border: none;
  transition: all 0.3s;
  text-indent: -50000px;
  right: 15px;
}
.b02_list .slick-prev {
  background-image: url("/W_images/b02_prev.png");
  left: 15px;
  right: auto;
}
.b02_list .slick-arrow:hover {
  background-color: #fff;
}
.box03 {
  padding: 60px 0;
}
.b03_main_ttl {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #000;
    line-height: 1.5em;
    margin-bottom: 0;
    font-weight: 700;
    position: relative;
    padding: 10px 25px;
    background: var(--mcolor);
    color: #fff;
}
.b03_main_ttl:after {
  content: '';
  position: absolute;
  width: calc(100% - 30px);
  bottom: 0;
  left: 30px;
  height: 1px;
  background: var(--mcolor);
}
.b03_main_ttl .ico img{width:35px;}
.b03_main {
  position: relative;
}
.b03_main_more {
  margin: 0;
  position: absolute;
  right: 0;
  top: 15px;
}
.b03_main_more a {
  display: inline-block;
/*color: #3f87c1;*/
    font-weight: 600;
  text-decoration: none;
  transition: all 0.3s;
}
.b03_main_more a:hoverc {
  color: #000;
}
.b03_list {
  display: flex;
  flex-wrap: wrap;
}
.b03_item {
    flex-shrink: 0;
    width: calc(100%/5 - 20px);
    margin-right: 25px;
    margin-bottom: 30px;
    padding: 10px;
    border: 2px solid #f1f1f1;
}

.b03_item:nth-child(5n) {
    margin-right: 0px;
}


.b03_item a {
  text-decoration: none;
  display: block;
  color: #353535;
  text-align: center;
  transition: all 0.3s;
}
.b03_item a:hover {
  opacity: 0.7;
}
.b03_itm_img {
	position:relative;
 height: 205px;
  /*border: 1px solid #ebebeb;*/
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.b03_itm_img .discount{
position: absolute;
    background: #ff1717;
    color: #fff;
    left: 15px;
    top: 0;
    width: 41px;
    z-index: 3;
    padding: 0px 2px;
    font-size: 14px;
    border-radius: 5px;
}
.b03_itm_img img {
  flex-shrink: 0;
  max-height: 100%;
}
.b03_itm_ttl {
margin-bottom: 10px;
    line-height: 1.3em;
    font-size: 15px;
    font-weight: 600;
   
    overflow: hidden;
}
.b03_main_ttl span{display:inline-block;}
.b03_main:not(:last-child) {
    margin-bottom: 40px;
}
.h_cate {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f7f7f7;
    text-transform: uppercase;
    margin-bottom: 15px;
	border-top: 3px solid var(--scolor);
}

.h_cate .list li{display:inline-block;}
    .h_cate .list li a {
        text-decoration: none;
        padding: 15px;
        font-weight: 600;
        font-size: 15px;
        color: #000;
    }
.h_cate_banner{
	margin-bottom: 15px;
}	
.b03_itm_bottom {
    display: flex;
    justify-content:center;
    align-items: center;margin-bottom:0;
}
    .b03_itm_bottom .price {
   
        color: #ed3900;
        padding: 5px 20px;
        border-radius: 5px;
        font-weight: bold;
    }
	 .b03_itm_bottom .price .old{
		 
		 text-decoration: line-through;
    color: #959595;
    font-weight: 500;
    font-size: 14px;
    margin-left: 15px;
	 } 
	.b03_itm_bottom .cart img{width:35px;}
.box04 {
    background: #fff;
    padding: 60px 0;
}
.b04_list {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;
}
.b04_item {
	text-decoration:none;
  width: calc(100%/3 - 0px);
  padding-left: 30px;text-align: center;margin-bottom: 40px;
  /*display: flex;
  align-items: center;*/
}
.b04_item:not(:last-child) {

  padding: 0 30px;
}
.b04_itm_img {
  flex-shrink: 0;
	
}
.b04_itm_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 15px;
}
.b04_item button{border:none;cursor:pointer;}
.box05 {
  padding: 65px 0;
}
.b05_list {
  display: flex;
}
.b05_item_slide {
    margin: 0 10px;
}
.b05_item_slide a {
    text-decoration: none;
}
.b05_item {
    width: calc(25% - 25px);
    margin: 0 35px 0 0;
}
.b05_item:last-child {
  margin-right: 0;
}
.b05_item a {
  display: block;
  text-decoration: none;
  color: #353535;
  transition: all 0.3s;
}
.b05_itm_img img {
  width: 100%;
  transition: all 0.7s;
}
.b05_item a:hover .b05_itm_img img {
  transform: scale(1.1, 1.1);
}
.b05_itm_ttl {
    color: #000;font-size: 15px;
    text-transform: uppercase;
    line-height: 1.3;
    font-weight: 600;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b05_itm_img {
  margin-bottom: 15px;
  overflow: hidden;
}
.b05_itm_date {
  font-size: 13px;
  position: relative;
  margin-bottom: 10px;
  padding-left: 30px;
}
.b05_itm_date:before {
  content: '';
  position: absolute;
  background: url("/W_images/b05_icon02.png") no-repeat center center/100% auto;
  width: 20px;
  height: 21px;
  left: 0;
  top: -2px;opacity: 0.5;
}
.b05_itm_txt {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #000;
    font-size: 14px;
}
.b05_itm_more{
	display:none;
    text-align:center;
}
    .b05_itm_more span {
        background: #fd0101;
        color: #fff;
        padding: 5px 20px;
        font-weight: 500;
    }
    .b05_item a:hover {
        opacity: 0.7;
    }

.box06 {
  background: #f7f7f7;
  padding: 65px 0;
}
.box06 .idx_h2 {
  color: var(--mcolor);

}
.boxnewspapers {
    background: #f7f7f7 ;padding: 0 0 60px
}
#footer {
    background: var(--mcolor);
    
    color: #fff;
    font-family: 'Nunito', sans-serif;
}
.f_main {
  display: flex;
  justify-content: space-between;margin-bottom: 30px;
}
.f_mod {
  width: calc(20% - 15px);
}
    .f_mod.info {
        width: 40%;
        padding-right:10px;
    }
    .f_mod li a {
        color: #fff;
        text-decoration: none;
        display: inline-block;
        margin-bottom: 5px;
    }
    .f_mod li a:hover{
        color: var(--scolor);
    }
.f_mod iframe{width:100%;height:100%;}
.f_info_txt p{margin-bottom:10px;}
.f_social a {
    display: flex;
    width: 30px;
    height: 30px;
    border: 2px solid;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    margin-right: 10px;
    transition: all 0.3s;
    color: #fff;
}
.f_social a:hover {
  opacity: 0.7;
}
.f_social {
  display: flex;
 margin: 19px 0 0;
}
.f_ttl {
    font-size: 20px;
    margin: 0 0 15px;
    font-weight: 600;
}
.f_note {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  text-decoration: underline;
  margin-bottom: 5px;
}
.f_info {
  position: relative;
  margin-bottom: 7px;
  padding-left: 25px;font-size: 17px;
}
.f_info:before {
  content: '';
  position: absolute;
  background: url("/W_images/f_add.png") no-repeat center center/100% auto;
  width: 15px;
  height: 15px;
  left: 0;
  top: 5px;filter: invert(1);
}
.f_tel:before {
  background-image: url("/W_images/f_tel.png");
}
.f_mail:before {
  background-image: url("/W_images/f_mail.png");
}
.f_info a {
  text-decoration: none;color: #fff;
}
.f_tel span {
  text-decoration: underline;
}
.f_form_txt {
  font-style: italic;
  margin-bottom: 10px;
}
.f_form input {
  width: 100%;
  background: #fff;
  border: none;
  color: #000;
  padding: 7px 15px;
  margin-bottom: 10px;
}
.f_form input::-webkit-input-placeholder {
  color: #000;
}
.f_form input::-moz-placeholder {
  color: #000;
}
.f_form input:-ms-input-placeholder {
  color: #000;
}
.f_form input:-moz-placeholder {
  color: #000;
}
.f_form button {
  background: #fff;
  border: none;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
}
.f_form button img{filter: brightness(0);}
.f_slogan {
  font-family: 'iCielRukola';
  text-align: center;
  font-size: 30px;
  margin: 20px 0;
}
.f_name{font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;}
.copyright {
  font-size: 15px;
  text-align: center;
  margin: 0;
  padding: 20px 0;

}
.copyright a {
  text-decoration: none;color: #fff;
}
/*
  font-family: 'Montserrat', sans-serif;
  font-family: 'Nunito', sans-serif;
  font-family: 'Oswald', sans-serif;
*/
.customerstar {
    padding: 60px 0;
    background: #f7f7f7;}
.customerstar_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.customerstar_itm {
    width: 33.33%;
    padding: 30px 15px;
}
.customerstar_ttl {
    font-size: 24px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 15px;
}
.customerstar_img {
    text-align: center;
    padding: 0 30px;
}
    .customerstar_img img {
		max-width: 150px;
        border-radius: 50%;
    }
@media screen and (min-width: 1600px) {
    h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 20px;
  }
  .h_tel li {
    font-size: 18px;
  }
  .idx_h2 {
    font-size: 40px;
  }
  .idx_btn a {
    width: 160px;
  }
  .b03_main_ttl {
    font-size: 20px;
  }
  .h_cate .list li a{font-size: 14px;}
  .b04_itm_ttl {
    font-size: 35px;
  }
  .b05_itm_date {
    font-size: 17px;
  }
  .b05_itm_date:before {
    top: 0;
  }
  .f_note {
    font-size: 18px;
  }
  .f_ttl, .f_slogan {
    font-size: 24px;
  }
  .f_info_txt p {font-size: 15px;}
  .f_mod li a{font-size: 14px;line-height: 1.2}
}
@media screen and (max-width: 1400px) {
  .container {
  }
}
@media screen and (max-width: 768px) {
  h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
    font-size: 14px;
  }
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top:65px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  /* MENU-ICON */
  .menu-icon {
    width: 50px;
    height: 43px;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
    line-height: 1em;
    cursor: pointer;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
    z-index: 99999;
    background: var(--mcolor);
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico, .gnvsub-ico {
    width: 50px;
    height: 51px;
    position: absolute;
    background: var(--scolor);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before, .gnvsub-ico:before {
    content: '';
    position: absolute;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: calc(50% - 3px);
    top: calc(50% - 3px);
    transition: all 0.5s ease;
  }
  .gnavi li.active > .gnv-ico:before,
  .sublist_itm.active > .gnvsub-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  
  #totop {
    width: 40px;
    right: 3%;
    bottom: 100px;
    line-height: 0;
  }
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    border: none;
    padding: 5px 0;
	background: var(--scolor);
  }
  .h_tel {
    display: none;
  }
  .logo img {
    max-width: 190px;
  }
  .h-top{display:none;}
	
  #gnavi {
    position: fixed;
    margin: 0;
    top: 125px;
    left: 0;
    background: var(--mcolor);
    height: calc(100% - 60px);
    width: 100%;
    padding: 30px 4%;
    overflow: auto;
    display: none;
	
  }
  .submenu a{background: var(--scolor);}
  .gnavi {
    display: block;
  }
  .gnavi > li {
    margin: 0;
  }
  .gnavi > li > a {
    display: block;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
    text-align: center;
	color:#fff;
  }
  .gnavi > li > a:after {
    display: none;
  }
  .submenu {
    position: relative;
  }
  .submenu a {
    text-align: center;
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  .sublist{ width: 100%;padding: 0;}
  .sublist > ul{display:block;}
  .sublist_title{display: block;text-align: center;padding:15px;}
  .sublist_itm {position: relative;}
  .sublist_itm:nth-child(2) .subsubmenu {
    flex-direction: unset;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}
.subsubmenu a{background: #f3994c;}
.subsubmenu{display:none;position:relative;top: 0;
    left: 0;
    width: 100%;}
.gnavi > li.active > a, .gnavi > li:hover > a{color: #fff;}
.h_search_ttl{margin-bottom:0;}
.h_search_form {
        position: fixed;
        left: 0;
        top: 65px;
        width: 100%;
        background: #f7f7f7;
        padding: 15px 5px;
    }
	
  .box01 {
    padding: 40px 0;
  }
  .b01_main {
    width: 100%;
  }
  .b01_list{display:block; margin-bottom: 30px;}
  .b01_item{width:100%; margin-bottom: 30px;}
  
  .box01 .idx_h2 {
    text-align: center;
  }
  .idx_h2 {
    font-size: 24px;
    margin: 0 0 20px;
  }
  .b01_img {
    width: 80%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .idx_btn {
    text-align: center;
  }
  .box02 {
    padding: 40px 0;
  }
  .b02_list.slick-initialized .slick-slide {
    margin: 0 5px;
    height: 100px;
    padding: 15px;
  }
  .b02_list .slick-arrow {
    width: 40px;
    height: 40px;
    background-size: 8px auto;
    top: calc(50% - 20px);
  }
  .box03 {

  }
  .b03_main_ttl {
	  padding: 5px 10px;
    font-size: 15px;
  }
  .b03_list {
    flex-wrap: wrap;justify-content: space-between;
  }
  .b03_item {
    width: calc(33.33% - 10px);
    margin-bottom: 20px;
    min-width: auto;
    margin-right: 15px;
  }
  .b03_item:nth-child(2n) {
    margin-right: 0;
  }
  
  .b03_item:last-child {}

  
  .b03_itm_img {
    margin-bottom: 10px;height: 160px;
  }
  .b03_itm_bottom .price{font-size: 11px;padding: 2px 10px;}
  .b03_itm_bottom .cart img{    width: 25px;}
  .box04 {
    padding: 40px 0;
  }
  .b04_list {
    display: block;
  }
  .b04_item {
    width: 100%;
    padding: 0;
  }
  .b04_item:not(:last-child) {
    border-right: 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .b04_itm_ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .box04 .idx_btn {
    
  }
  .b04_itm_txt {
    margin-bottom: 10px;
  }
  .box05 {
    padding: 40px 0 10px;
  }
  .b05_list {
    display: flex;
    justify-content:space-between;
    flex-wrap:wrap;
  }
.b05_item {
	width: 48%;
	margin: 0 !important;
    }
  .b05_item:last-child {

  }
  .box06 {
    padding: 40px 0;
  }
  #footer {
    padding: 30px 0 0;
  }
  .f_main {
    flex-wrap: wrap;margin-bottom:0;
  }
    .f_mod, .f_mod.contact, .f_mod.info {
        width: 100%;
        margin: 0 0 20px;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 20px;
    }
  .f_mod:last-child{border:none;}
  .f_logo {text-align:center;
    width: 100%;
    margin: 0 auto 15px;
  }
  .f_slogan {
    margin: 0 0 10px;
    font-size: 22px;
  }
  .copyright {
    font-size: 12px;
  }
  .f_ttl {
    font-size: 22px;
  }
}

@media screen and (max-width: 480px) {
	#gnavi{
		top: 70px;
		
	}
	.main-slide .slick-dots{bottom: 10px;}
	.logo img {
        max-width: 100px;
    }
    .b02_not_slide {
        flex-wrap: wrap;
    }
        .b02_not_slide p {
            width: 50%;
            margin: 0 0 25px;
        }
    .customerstar_itm {
        width: 100%;
    }
    .custom01 {
        padding: 30px 0;
    }
    .cust01_list{flex-wrap:wrap;}
    .cust01_itm {
        width: 50%;
        margin-bottom: 35px;
    }
        .cust01_itm .ttl {
            font-size: 12px;
        }
        .cust01_itm .des {
            font-size: 10px;
        }
        .b01_img {
            width: 100%;
        }	
		.b05_itm_ttl{font-size: 14px;}
.b01_img iframe{width:100%;height:300px;}	
  .b03_item {
    width: 49%;
    margin: 0 2% 20px 0;
  }
  .b03_item:nth-child(3n) {
    margin-right: 2%;
  }
  .b03_item:nth-child(2n) {
    margin-right: 0;
  }
  .b04_itm_img {
   
    margin-right: 0;
  }
  .b03_itm_bottom .price .old{font-size:10px;}
  .idx_btn a {
    font-size: 12px;
    padding: 5px;
    width: 120px;
  }
    .h_cate{}
	.h_cate .list li:not(:last-child){display:none;}
	
        .h_cate .list li a {
            display: block;
			font-size: 11px;
			padding: 5px 3px;
        }
        
            .b03_main_ttl {
                font-size: 13px;
            }
  
  .b03_main_ttl .ico {
   margin-right:5px;
  }
  .b03_main_more {
    font-size: 12px;
    top: 10px;
  }
    .b03_item{width:49%;}
    .b03_itm_img {
    }
}
@media screen and (max-width: 390px) {
	.b03_itm_bottom .price{font-size: 14px;padding: 3px 10px;}
	.b03_itm_bottom .cart img {width: 28px;}
	 .b03_main_ttl span {}
	
}