﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 14px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #E29494;
}
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.8em;
}
#totop {
  position: fixed;
    bottom: 140px;
    right: 25px;
  z-index: 10;
  margin-bottom: 0;
  width: 55px;
}
#totop a {
  display: block;
  position: relative;
  transition: all 0.5s;
}
#totop a:hover {
  opacity: 0.8;
  transform: translateY(-10px);
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: 'UTMAvo';
  color: #333333;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
  padding-top: 207px;
}
.container, .under #content {
  width: 100%;
  min-width: 1200px;
  padding: 0 5%;
  margin: 0 auto;
}
.under #content{padding-bottom:5%;}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
  position: relative;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 999;
}
#header.fixed .h-note, #header.fixed .h-top {
  display: none;
}
h1 {
  display: none;
}
.h-note {
  background: #E29494;
  margin: 0;
  text-align: center;
  color: #fff;
  padding: 5px 0;
}
.h-top {
  border-bottom: 1px solid #ebebeb;
  padding: 30px 0;
}
.h-top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.h-tel {
  margin: 0 auto 0 0;
  color: #e29494;
  font-size: 20px;
  font-family: 'UTMBienvenue';
  background: url("../W_images/h_tel.png") no-repeat left center;
  padding-left: 30px;
  background-size: 24px;
}
.h-cart {
  margin: 0 40px 0 auto;
}
.h-cart a {
  text-decoration: none;
  color: #E29494;
  background: url("../W_images/h_cart.png") no-repeat left center;
  padding: 5px 0 5px 40px;background-size: 26px;
}
.h-lang {
  display: flex;
  align-items: center;
  background: #f9f9f9;
  justify-content: center;
  border: 1px solid #ebebeb;
  width: 100px;
  border-radius: 30px;
  padding: 5px 10px;
}
.h-lang a {
  text-decoration: none;
  color: #E29494;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 8px;
}
.h-lang li:not(:last-child) {
  border-right: 1px solid #E29494;
}
.h-lang li {
  line-height: 0.9em;
}
.h-main {
  padding: 15px 0;
}
.h-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  position: absolute;
  margin: 0;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 10px 10px 10px 10px;
  /*  transition: all 0.5s;*/
  width: 290px;
  border-radius: 60%;
  text-align: center;
}
#header.fixed .logo {
  top: 0;
  transform: translate(-50%, 0);
  width: 130px;
}
#gnavi {
  width: calc(100% - 150px);
  padding-right: 1vw;
}
.gnavi {
  display: flex;
  justify-content: center;
}
.gnavi > li > a {
  text-decoration: none;
  color: #E29494;
  font-size: 20px;
  display: block;
  font-family: 'iCielPacifico';
  padding: 10px;
  transition: all 0.5s;
}
.gnavi > li:not(:last-child) {
  margin-right: 30px;
}
.gnavi > li:nth-child(3) {
  margin-right: 350px;
}
.gnavi > li.active > a, .gnavi > li:hover > a {
  color: #E29494;
}
.gnavi li {
  position: relative;
}
.submenu {
  position: absolute;
  display: none;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
  min-width: 200px;
}
.subsubmenu{
	  display: none;
	position: absolute;
    top: 0px;left: calc(100% + 2px);
}
.submenu a {
  display: block;
  text-decoration: none;
  background: #E29494d9;
  color: #fff;
  padding: 10px 20px;
  margin-top: 1px;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  transition: all 0.5s;
}
.submenu a:hover {
  opacity: 0.8;
}
.h-search {
  width: 150px;
  position: relative;
}
.h-search input {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  outline: none;
  width: 100%;
  padding: 5px 10px;
  border-radius: 30px;
}
.h-search .button {
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 5px;
  text-decoration:none;
}
.main-slide p {
  margin: 0;
}
.main-slide p img {
  max-width: none;
  width: 100%;
}
.box01 {
  padding: 60px 0;
}
.idx-ttl {
  color: #E29494;
  font-size: 48px;
  font-family: 'iCielPacifico';
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 30px;
}
.idx-ttl span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
/*.idx-ttl span:after {
  content: '';
  position: absolute;
  background: url("../W_images/idx_icon.png") no-repeat;
  background-size: 100% auto;
  width: 62px;
  height: 48px;
  top: 0;
  right: -32px;
  z-index: -1;
}*/
.idx-ttl span:before {
  width: 65px;
  height: 3px;
  content: '';
  position: absolute;
  background: #E29494;
  right: calc(100% + 20px);
  bottom: 20%;
}
.b01-main {
  width: calc(50% - 15px);
  position: relative;
}
.box01 .container {
  display: flex;
  justify-content: flex-end;
}
.b01-img {
  margin: 0;
  position: absolute;
  right: calc(100% + 40px);
  top: 0;
  width: 560px;
}
.b01-txt {
  margin-bottom: 30px;
}
.b01-txt p {

  font-size: 18px;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.b01-txt p:first-child {
  font-family: 'iCielPacifico';
  font-size: 20px;
}
.b01-main .idx-ttl {
  text-align: left;
  padding-left: 85px;
}
.idx-btn {
  margin: 0;
  border-left: 3px solid #333333;
  padding-left: 32px;
}
.idx-btn a {
  text-decoration: none;
  color: #fff;
  background: #E29494;
  text-align: center;
  display: inline-block;
  width: 130px;
  padding: 9px;
  line-height: 1.6em;
  transition: all 0.5s;
}
.idx-btn a:after {
  content: '';
  position: relative;
  width: 0;
  height: 0;
  border-style: solid;
  display: inline-block;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
  margin-left: 10px;
}
.idx-btn a:hover {
  background: #b1544d;
}
.box02 {
  background: url("../W_images/b02_bg.png") no-repeat bottom center/ 100% auto #eaeaea;
  padding: 60px 0;
}
.b02-list {
  display: flex;
  justify-content: space-between;
}
.b02-item {
  width: 23%;
  text-align: center;
}
.b02-itm-ttl {
  font-size: 16px;
  font-weight: bold;
  color: #E29494;
  text-transform: uppercase;
  line-height: 1.5em;
  margin: 0 0 15px;
}
.b02-itm-txt {
  font-size: 16px;
  margin: 0;
  line-height: 1.5em;
}
.b02-itm-img img {
  transition: all 0.5s;
}
.b02-item:hover .b02-itm-img img {
  transform: rotateY(360deg);
}
.box03 {
  padding: 60px 0;
}
.b03-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  align-items: flex-start;
}
.b03-main {
  display: none;
}
.b03-main.current {
  display: inherit;
}
.tab-link {
  color: #fff;
  background: #E29494;
  font-size: 16px;
  text-transform: uppercase;
  width: 210px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 10px;
  padding: 10px;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
}
.tab-link.current, .tab-link:hover {
  background: #E29494;
}
.tab-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #E29494 transparent transparent transparent;
  left: calc(50% - 4px);
  bottom: 0;
  transition: all 0.5s;
  opacity: 0;
}
.tab-link.current:after {
  bottom: -7px;
  opacity: 1;
}
.b03-list {
  display: flex;flex-wrap: wrap;
}
.b03-item {
  width: calc(25% - 22.5px);
  margin: 0 30px 30px 0;
}
.b03-item:last-child, .b03-item:nth-child(4n) {
  margin-right: 0;
}
.b03-itm-main {
  background: #f6f6f6;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 30px 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.b03-itm-img {
  margin: 0;
}
.b03-itm-img img {
  width: 100%;
  max-width: none;
  max-height: 100%;
  transition: all 0.7s;
}
.b03-itm-btn {
  margin: 0;
  position: absolute;
  bottom: -50px;
  left: 0;
  width: 100%;
  display: flex;
  transition: all 0.3s;
  z-index: 5;
}
.b03-itm-btn a {
  display: flex;
  width: 50%;
  background: #9dcf85;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 10px;
  transition: all 0.5s;
}
.b03-itm-btn a:first-child {
  background: #E29494;
}
.b03-itm-btn a:hover {
  background: #b1544d;
}
.b03-itm-ttl {
  text-align: center;
  line-height: 1.5em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  color: #E29494;
  display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b03-item:hover .b03-itm-btn {
  bottom: 0;
}
.b03-itm-img a {
  display: block;
  /*position: relative;*/
}
.b03-item:hover .b03-itm-img img {
  transform: scale(1.1, 1.1);
  opacity: 0.8;
}
.b03-itm-ttl a {
  text-decoration: none;
}
.box04 {
  background: url("/userfile/config/Banner-Home.jpg") no-repeat center center/cover;
  padding: 60px 0;
}
.box04 .idx-ttl {
  color: #fff;
}
.box04 .idx-ttl span:before {
  background: #fff;
}
.b04-itm-img {
  width: 180px;
  height: 180px;
  margin: 0 auto 40px;
  border-radius: 50%;
  border: 1px solid #E29494;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  padding: 15px;
}
.b04-itm-img img {
  border-radius: 50%;
  border: 5px solid #E29494;
}
.b04-itm-main {
  background: #fff;
  position: relative;
  padding: 50px 80px;
}
.b04-itm-main:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 40px;
  background: #E29494;
  top: -20px;
  left: calc(50% - 1px);
}
.b04-itm-line {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
}
.b04-itm-line:before, .b04-itm-line:after {
  content: '';
  position: absolute;
  background: #E29494;
}
.b04-itm-line:nth-child(1) {
  left: 15px;
  top: 20px;
}
.b04-itm-line:nth-child(1):before {
  top: 10px;
  left: 0;
  width: 100%;
  height: 2px;
}
.b04-itm-line:nth-child(1):after {
  left: 10px;
  top: 0;
  height: 100%;
  width: 2px;
}
.b04-itm-line:nth-child(2) {
  left: 15px;
  bottom: 20px;
}
.b04-itm-line:nth-child(2):before {
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 2px;
}
.b04-itm-line:nth-child(2):after {
  left: 10px;
  bottom: 0;
  height: 100%;
  width: 2px;
}
.b04-itm-line:nth-child(3) {
  right: 15px;
  top: 20px;
}
.b04-itm-line:nth-child(3):before {
  top: 10px;
  right: 0;
  width: 100%;
  height: 2px;
}
.b04-itm-line:nth-child(3):after {
  right: 10px;
  top: 0;
  height: 100%;
  width: 2px;
}
.b04-itm-line:nth-child(4) {
  right: 15px;
  bottom: 20px;
}
.b04-itm-line:nth-child(4):before {
  bottom: 10px;
  right: 0;
  width: 100%;
  height: 2px;
}
.b04-itm-line:nth-child(4):after {
  right: 10px;
  bottom: 0;
  height: 100%;
  width: 2px;
}
.b04-itm-txt {
  font-size: 18px;
  text-align: center;
  line-height: 1.5em;
  margin: 0 0 40px;
}
.b04-itm-txt img{margin: 0 auto;}
.b04-itm-ttl {
  text-align: center;
  max-width: 220px;
  margin: 0 auto;
  color: #E29494;
  font-size: 18px;
}
.b04-itm-name {
  display: block;
  font-size: 24px;
  color: #E29494;
}
.b04-itm-name span {
  font-weight: bold;
}
.b04-list .slick-arrow {
  position: absolute;
  z-index: 5;
  width: 58px;
  height: 44px;
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  cursor: pointer;
  outline: none;
  bottom: 50px;
  border-radius: 10px;
  text-indent: -5000000px;
  transition: all 0.5s;
}
.b04-list .slick-arrow:after {
  content: '';
  position: absolute;
  border: solid #666666;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 2px;
  top: 46%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.b04-list .slick-next {
  left: calc(50% + 125px);
}
.b04-list .slick-prev {
  right: calc(50% + 125px);
}
.b04-list .slick-next:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 46%;
}
.b04-list .slick-prev:after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.b04-list .slick-arrow:hover {
  background: #E29494;
}
.b04-list .slick-arrow:hover:after {
  border-color: #fff;
}
.box05 {
  padding: 60px 0;
  background: url("../W_images/b05_bg.png") no-repeat top right 50%;
}
.b05-txt {
  text-align: center;
  font-size: 16px;
}
.b05-form {
  max-width: 520px;
  margin: 0 auto;
  position: relative;
}
.b05-form input {
  width: 100%;
  background: #ebebeb;
  border: 3px solid #d7d7d7;
  outline: none;
  padding: 25px 30px;
  border-radius: 60px;
}
.b05-form .button {
  position: absolute;
  border: none;
  background: none;
  right: 20px;
  top: 20px;
  border-left: 3px solid #d7d7d7;
  padding-left: 25px;
  cursor: pointer;
}
#footer {
  background: #E29494;
  padding: 40px 0 0;
  color: #fff;
}
.f-main {
  display: flex;
  justify-content: space-between;
}
.f-mod {
  width: 31%;
  text-align: center;
}
.f-mod:nth-child(2) {
  order: -1;
}
.f-logo img {
  width: 146px;
}
.f-info {
  line-height: 1.3em;
  margin: 0 0 10px;
  font-size: 16px;
}
.f-info:before {
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 5px;
}
.f-add:before {
  background: url("../W_images/f_add.png") no-repeat;
  background-size: 100% auto;
  width: 14px;
  height: 14px;
}
.f-tel:before {
  background: url("../W_images/h_tel.png") no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 17px;
  top: 2px;
}
.f-mail:before {
  background: url("../W_images/f_mail.png") no-repeat;
  background-size: 100% auto;
  width: 19px;
  height: 17px;
  top: 2px;
}
.f-mail a {
  text-decoration: none;color:#fff;
}
.f-social {
  margin: 20px 0 0;
}
.f-social a {
  display: inline-block;
  margin: 0 5px;
}
.f-ttl {
  color: #fff;
  font-size: 32px;
  font-family: 'iCielPacifico';
  text-align: center;
  line-height: 1.5em;
  margin: 9px 0 40px;
}
.f-ttl span {
  display: inline-block;
  position: relative;
  z-index: 0;
}
/*.f-ttl span:after {
  content: '';
  position: absolute;
  background: url("../W_images/idx_icon.png") no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 35px;
  top: 0;
  right: -20px;
  z-index: -1;
}*/
.f-ttl span:before {
  width: 28px;
  height: 2px;
  content: '';
  position: absolute;
  background: #E29494;
  right: calc(100% + 10px);
  bottom: 20%;
}
.f-list a {
  text-decoration: none;
  font-size: 18px;
  display: block;
   color: #fff;
}
.f-list a span {
  color: #fff;
  font-weight: bold;
  display: block;font-size: 14px;
}
.f-list li:not(:last-child) {
  margin-bottom: 10px;
}
.f-menu a {
  text-decoration: none;
  font-size: 16px; color: #fff;
  display: inline-block;
}
.f-menu li:not(:last-child) {
  margin-bottom: 10px;
}
.copyright {
margin: 30px 0 0;
    padding: 20px 0;
    text-align: center;
    border-top: 1px solid #f3b5b5;
    color: #fff;
    letter-spacing: 0.1em;

}
.topic-path {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.topic-path li {
  font-size: 16px;
  font-style: italic;
  color: #565656;
}
.topic-path a {
  text-decoration: none;
  color: #E29494;
}
.topic-path li:not(:last-child):after {
  content: '/';
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.topic-path a:hover {
  color: #E29494;
}
.pager{
    margin: 45px 0;
    text-align: center;
}
.pager a{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #E29494;
    color: #333;
    transition: all 0.5s ease;
}
.pager a:hover{
    border: 1px solid #fff;
    color: #fff;
    background:#E29494;
    box-shadow: 0px 0px 0px 1px #E29494;
}
.pager strong{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    background: #E29494;
    box-shadow: 0px 0px 0px 1px #E29494;
}
.pager a:first-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:first-child:hover{
    background: #E29494;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #E29494;
}
.pager a:last-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:last-child:hover{
    background:#E29494;
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px #E29494;
}
.idx-itm-price {
  text-align: center;
  margin: 0 0 5px;
  font-size: 15px;font-weight: 700;
}
.idx-itm-price-new {
  color: #b1544d;
  margin-right: 15px;
  display: inline-block;
}
.idx-itm-price-new span {
  font-size: 20px;
  font-weight: bold;
}
.idx-itm-price-old {
  text-decoration: line-through;font-weight: normal;
}
.idx-itm-sale {
  position: absolute;
  color: #fff;
  top: 15px;
  right: 15px;
  background: url("../W_images/sale_bg.png") no-repeat;
  background-size: 100% auto;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 5;
}
.act-social{
	position: fixed;
    left: 0;
    top: 40%;
   z-index: 999;
    padding: 5px;width: 50px;
}
.act-social-itm{
	display: flex;
    align-items: center;text-decoration: none;
}
.act-social-itm img, .act-social img{width: 50px;box-shadow: 0px 1px 3px 2px #ccc;border-radius: 10px;    margin-bottom: 10px;}
.act-social-itm span{
	display:none;
	transition: all 0.5s ease;
	margin-left: 5px;
	background: #fff;
    padding: 5px;margin-bottom: 10px;
}
.act-social-itm:hover span{display:block;}

@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 75px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container, .under #content {
    padding: 0 3%;
    width: 100%;
    min-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: #E29494;
    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);
  }
  #totop {
    width: 60px;
    right: 4%;
    bottom: 95px;
    line-height: 0;
	display:none !important;
  }
  .h-note {
    display: none;
  }
  #gnavi {
    position: fixed;
    width: 100%;
    z-index: 999;
    top: 80px;
    height: calc(100% - 80px);
    background: #fff;
    left: 0;
    padding: 40px 3%;
    overflow: auto;
    display: none;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li:not(:last-child) {
    margin-right: 0;
  }
  .gnavi > li:nth-child(3) {
    margin-right: 0;
  }
  .gnavi > li > a {
    background: #fbfbfb;
    padding: 15px 30px;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid rgba(111, 66, 27, 0.5);
  }
  .gnv-ico {
    width: 50px;
    height: 56px;
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    right: 0;
    top: 0 !important;
    transform: none !important;
    border: none !important;
  }
  .gnv-ico:before {
    content: '';
    position: absolute;
    border: solid #E29494;
    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 {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .submenu {
    position: relative;
  }
  .submenu a {
    margin: 0;
    padding: 15px 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .subsubmenu{position: relative;left: 0;}
  .logo {
    position: relative;
    top: -10px;
    left: -10px;
    transform: none;
    padding: 0;
    background: none;
    width: 180px;
    margin: 0;
    height: 55px;
  }
  .h-tel, .h-search {
    display: none;
  }
  .h-main {
    width: 100%;
    position: absolute;
    top: -100%;
  }
  .h-lang {
    width: 80px;
    padding: 5px;
  }
  #header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 3%;
    background: rgba(255, 255, 255, 0.9);
  }
  .h-top {
    padding: 0;
    border: none;
  }
  .h-top .container {
    padding: 0;
    justify-content: flex-end;
  }
  .h-cart a {
    text-indent: -500000px;
    display: none;
  }
  .h-cart {
    margin: 0;
  }
  .box01 {
    padding: 40px 0;
  }
  .b01-main {
    width: 100%;
  }
  .b01-main .idx-ttl {
    text-align: center;
    padding: 0;
  }
  .idx-ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .idx-ttl span:after {
    width: 40px;
    height: 32px;
    right: -17px;
  }
  .idx-ttl span:before {
    width: 40px;
    height: 2px;
    right: calc(100% + 10px);
  }
  .b01-txt p {
    font-size: 14px;
  }
  .b01-txt p:first-child {
    font-size: 16px;
  }
  .box02, .box03 {
    padding: 40px 0 20px;
  }
  .b02-list, .b03-list {
    flex-wrap: wrap;justify-content: space-between;
  }
  .b02-item {
    width: 48%;
    margin-bottom: 30px;
  }
  .b02-itm-img img {
    width: 130px;
  }
  .b02-itm-txt {
    font-size: 14px;
  }
  .b02-itm-ttl {
    margin: 0 0 10px;
  }
  .tab-link {
    font-size: 14px;
    width: 100px;
    margin: 0 5px;
  }
  .b03-item {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
  }
  .b03-item:nth-child(2n) {
    margin-right: 0;
  }
  .b03-itm-ttl {
    font-size: 14px;
  }
  .box04 {
    padding: 40px 0;
  }
  .b04-itm-img {
    width: 150px;
    height: 150px;
    padding: 10px;
    margin-bottom: 20px;
  }
  .b04-itm-main {
    padding: 25px 40px;
  }
  .b04-itm-line {
    width: 30px;
    height: 30px;
  }
  .b04-itm-line:nth-child(1) {
    left: 5px;
    top: 10px;
  }
  .b04-itm-line:nth-child(1):before {
    top: 5px;
  }
  .b04-itm-line:nth-child(1):after {
    left: 5px;
  }
  .b04-itm-line:nth-child(2) {
    left: 5px;
    bottom: 10px;
  }
  .b04-itm-line:nth-child(2):before {
    bottom: 5px;
  }
  .b04-itm-line:nth-child(2):after {
    left: 5px;
  }
  .b04-itm-line:nth-child(3) {
    right: 5px;
    top: 10px;
  }
  .b04-itm-line:nth-child(3):before {
    top: 5px;
  }
  .b04-itm-line:nth-child(3):after {
    right: 5px;
  }
  .b04-itm-line:nth-child(4) {
    right: 5px;
    bottom: 10px;
  }
  .b04-itm-line:nth-child(4):before {
    bottom: 5px;
  }
  .b04-itm-line:nth-child(4):after {
    right: 5px;
  }
  .b04-itm-txt {
    font-size: 14px;
    margin-bottom: 25px;
  }
  .b04-itm-name {
    font-size: 18px;
  }
  .b04-itm-ttl {
    font-size: 14px;
    max-width: 170px;
  }
  .b04-list .slick-arrow {
    width: 46px;
    height: 40px;
    bottom: 30px;
  }
  .b04-list .slick-next {
    left: calc(50% + 85px);
  }
  .b04-list .slick-prev {
    right: calc(50% + 85px);
  }
  .b04-itm-main:before {
    height: 30px;
    top: -15px;
  }
  .box05 {
    padding: 40px 0;
  }
  .box05 {
    background: url(../W_images/b05_bg.png) no-repeat top left 30%;
    padding: 40px 0;
  }
  .b05-txt {
    font-size: 14px;
  }
  .b05-form input {
    padding: 15px 20px;
    border-width: 2px;
  }
  .b05-form button {
    top: 11px;
    padding-left: 15px;
    border-width: 2px;
  }
  .f-main {
    display: block;
  }
  .f-mod {
    width: 100%;
    margin: 0 0 30px;
  }
  .f-info, .f-list a, .f-menu a {
    font-size: 14px;
  }
  .f-ttl {
    margin: 0 0 20px;
    font-size: 24px;
  }
  .f-ttl span:after {
    width: 30px;
    height: 25px;
    right: -16px;
  }
  .copyright {
    margin: 20px 0 0;
    padding: 15px 0;
    font-size: 11px;
    letter-spacing: 0.05em;
  }
}
@media screen and (max-width: 530px) {
  /*.main-slide p img {
    height: 200px;
    width: auto;
  }*/
}
@media screen and (max-width: 425px) {
  .b02-item {
    width: 50%;
  }
  .b03-item {
    width: 48%;
    margin: 0 0 30px;
  }
  .b03-itm-main{padding: 15px 5px;}
  .b03-tab{flex-wrap: wrap;justify-content: space-between;}
  .tab-link {
    font-size: 12px;
    width: 31%;
    margin: 0 0 10px;
    padding: 10px 5px;
  }
}
@media screen and (max-width: 360px) {
	.pro-itm-btn a img{width: 15px;}
	.pro-itm-btn a{padding: 5px 10px;}
	.idx-itm-price-new {display: block;margin: 0;}
	
}