﻿@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: #000000;
}
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: 60px;
  right: 50px;
  z-index: 10;
  width: 40px;
  margin-bottom: 0;
}
#totop a {
  display: block;
  transition: all 0.5s ease;
}
#totop a:hover {
  opacity: 0.7;
}
#totop img{background: #6f421b;}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: 'UTMAvo';
  color: #666666;
}
#wrapper {
  min-width: 1170px;
  overflow: hidden;
  padding-top: 82px;
}
.container {
  /*width: 1170px;*/
  width:87%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
  /*background: #fff4cd;*/
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.h-top {
  padding: 5px 0;
}
.h-top .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
}
.logo {
  margin: 0;
  background: url("../W_images/h_logobg.png") no-repeat center bottom;
  position: absolute;
  top: 10px;
  left: 0;
  width: 175px;
  text-align: center;
  padding: 7px 5px;
}
.logo a {
  display: block;
  position: relative;
  z-index: 9999;
}
.logo:after {
  content: '';
  position: absolute;
  z-index: -1;
  background: url("../W_images/h_logobg01.png") no-repeat;
  width: 195px;
  height: 33px;
  background-size: 100% auto;
  bottom: 0;
  left: calc(50% - 97.5px);
}
.h-right {
  display: flex;
  justify-content: flex-end;
}
.h-lang {
  display: flex;
  margin-left: 40px;
}
.h-lang li:not(:first-child) {
  margin-left: 10px;
}
.h-lang li {
  line-height: 0;
}
.h-tel {
  margin: 0 50px 0 0;
  font-size: 15px;
  color: #ec2d23;
  font-family: 'UTMCaviar';
  display: flex;
  align-items: center;
}
.h-tel:before {
  content: '';
  position: relative;
  display: inline-block;
  margin-right: 5px;
  width: 26px;
  height: 26px;
  border: 1px solid #f5852a;
  border-radius: 50%;
  background: url("../W_images/h_tel.png") no-repeat center center;
}
.h-social {
  display: flex;
  align-items: center;
}
.h-social li a:before {
  content: '';
  position: relative;
  display: inline-block;
  width: 21px;
  height: 21px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  margin-right: 5px;
  top: 2px;
}
.h-social li a {
  text-decoration: none;
  display: flex;
  align-items: center;
}
.h-social li:nth-child(1) a:before {
  background-image: url("../W_images/h_social01.png");
}
.h-social li:nth-child(2) a:before {
  background-image: url("../W_images/h_social02.png");
}
.h-social li:nth-child(3) a:before {
  background-image: url("../W_images/h_social03.png");
}
.h-social li:not(:last-child) {
  margin-right: 40px;
  position: relative;
}
.h-social li:not(:last-child):after {
  content: '';
  position: absolute;
  width: 25px;
  height: 1px;
  background: #f5852a;
  left: calc(100% + 7px);
  top: 50%;
}

.h-cart{padding:0 40px;}

.h-cart a {
    text-decoration: none;
    color: #fff;
    background: url(../W_images/h_cart.png) no-repeat left center;
    background-size: 20px auto;
    width: 35px;
    height: 38px;
    display: block;
    position: relative;
}
.h-cart a span {
	position: absolute;
    display: inline-block;
    right: -9px;
    top: 7px;
    text-align: center;
    width: 24px;
    border-radius: 20px;
    line-height: 1.3em;
    padding-bottom: 1px;
    opacity: 0.8;
}
#gnavi {
  background: #ec2d23;
  font-family: 'UTMCaviar';
}
#gnavi .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnavi {
  display: flex;
}
.gnavi > li > a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  display: block;
    padding: 10px 30px;
    font-size: 14px;font-weight: 600;
  position: relative;
  z-index: 0;
}
.gnavi > li > a:before {
  content: '';
  position: absolute;
  width: 54px;
  height: 8px;
  background: url("../W_images/gnv_line.png") no-repeat;
  background-size: 100% auto;
  left: calc(50% - 33px);
  bottom: 8px;
  transition: all 0.5s ease;
  z-index: -1;
  opacity: 0;
}
.gnavi > li.active > a:before, .gnavi > li:hover > a:before {
  opacity: 1;
}
.gnavi > li {
  position: relative;
}
.submenu {
  position: absolute;
  min-width: 200px;
  display: none;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  background:#ec2d23d9;
  padding: 12px 15px;
  margin: 0 0 1px;
  white-space: nowrap;
  transition: all 0.5s ease;
  font-size: 16px;
}
.submenu a:hover {
  opacity: 0.8;
}
.h-search {
  position: relative;
  margin: 0 0 0 15px;
}
.h-search-ttl {
  margin: 0;
  width: 36px;
  height: 36px;
    display: flex;
display: none;
  border-radius: 50%;

  justify-content: center;
  align-items: center;
  text-align: center;
  cursor: pointer;
}
.h-search-ttl img {
  flex-shrink: 0;
}
.h-search .form {
 /* position: absolute; background: rgba(255, 255, 255, 0.9);*/
  right: 0;
  z-index: 10;
 
  padding: 5px;
  
}
.h-search input {
  width: 200px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 13px;
}
.h-search .button {
  background: #6f421b;
  border: none;
  position: absolute;
  width: 30px;
  height: 28px;
  right: 6px;
  top: 6px;
  text-decoration:none;text-align: center;
}
.main-slide .slick-slide {
  margin: 0;
  outline: none;
}
.main-slide .slick-slide img {
  max-width: none;
  width: 100%;
}
.box01 {
  
}

.box02{padding: 60px 0;}
  
.b01-list {
  display: flex;flex-wrap: wrap;
  justify-content: space-between;
}
.b01-item {
  width: calc(50% - 10px);
  border: 1px solid #ececec;
  display: flex;
  align-items: center;
  padding: 20px;margin-bottom: 20px;
}
.b01-itm-img {width: 110px;
  flex-shrink: 0;
  margin: 0 20px 0 0;
}
.b01-itm-ttl {
  font-weight: bold;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0;
}
.b01-itm-txt {
  margin: 0;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: -0.03em;
}
.b02-main {
  position: relative;
  margin: 0 0 30px;
}
.b02-ttl {
  background: #6f421b;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 20px;
  position: relative;
  overflow: hidden;
  z-index: 0;
  margin: 0 0 15px;line-height: 1.6;
}
.b02-ttl:after {
  content: '';
  position: absolute;
  background: url("../W_images/b02_ttl_bg.png") no-repeat left center;
  background-size: auto 100%;
  width: 277px;
  height: 40px;
  top: 0;
  left: 0;
  z-index: -1;
}
.b02-btn {
  position: absolute;
  margin: 0;
  right: 30px;
  top: 6px;
}
.b02-btn a {
  text-decoration: none;
  font-size: 16px;color: #fff;
  transition: all 0.5s ease;
}
.b02-btn a:after {
  content: '';
  position: relative;
  display: inline-block;
  margin-left: 7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 9px;
  border-color: transparent transparent transparent #fff;
  transition: all 0.5s ease;
}
.b02-btn a:hover {
  color: #fff;
}
.b02-btn a:hover:after {
  border-color: transparent transparent transparent #fff;
}
.b02-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b02-item {
  width: calc(25% - 23px);
  margin-bottom:30px;
}
.b02-item a {
  text-decoration: none;
  color: #666;
  display: block;
  height: 100%;
  border: 1px solid #ececec;
}
.b02-itm-img {
  margin: 0;
  
  background: #fafafa;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 3px 5px 2px rgba(0, 0, 0, 0.25);
}
.b02-itm-img img {
  flex-shrink: 0;
  transition: all 0.7s ease;
  width: 100%;
}
.b02-itm-main {
  background: #fff;
  padding: 15px;
  transition: all 0.5s ease;
  position: relative;
}
.b02-itm-ttl {
  color: #080e3f;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 5px;
}
.b02-itm-txt {
  font-size: 12px;
  line-height: 1.5em;
  margin: 0 0 5px;
}
.b02-itm-price {
  margin: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.b02-itm-price-old {
  text-decoration: line-through;
  color: #000;
}
.b02-itm-price-new {
  color: #ec2d23;font-weight: 600;
}
.b02-itm-price-new span {
  font-weight: bold;
  font-size: 175%;
  display: inline-block;
}
.b02-item a:hover img {
  transform: scale(1.1, 1.1);
}
.b02-item a:hover .b02-itm-main {
  background: rgba(245, 133, 42, 0.1);
}
.box03 {
  background: #f9f9f9;
  padding: 60px 0;
}
.b03-main {
  display: none;
}
.b03-main.current {
  display: inherit;
}
.idx-ttl {
  text-align: center;
  font-size: 30px;
  color: #6f421b;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 30px;
}
.b03-tab {
  display: flex;
  justify-content: center;
  margin: 0 0 40px;
}
.b03-tab li {
  color: #f5852a;
  font-size: 17px;
  margin: 0 5px;
  position: relative;
  background: #fff4cd;
  transition: all 0.5s ease;
  padding: 5px 20px;
  text-transform: uppercase;
  border-radius: 30px;
  cursor: pointer;
}
.b03-tab li:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #f5862a transparent transparent transparent;
  bottom: 0;
  transition: all 0.3s ease;
  left: calc(50% - 6px);
  opacity: 0;
}
.b03-tab li:hover, .b03-tab li.current {
  background: #f5852a;
  color: #fff;
}
.b03-tab li:hover:after, .b03-tab li.current:after {
  bottom: -5px;
  opacity: 1;
}
.b03-list {
  display: flex;
  margin: 0 0 30px;
}
.b03-item {
  width: calc(33.333% - 20px);
  margin: 0 30px 0 0;
}
.b03-item:last-child {
  margin-right: 0;
}
.b03-item a {
  text-decoration: none;
  color: #666;
  text-align: center;
  transition: all 0.5s ease;
  display: block;
}
.b03-itm-img {
  margin: 0 0 15px;
  overflow: hidden;
}
.b03-itm-img img {
  flex-shrink: 0;
  width: 100%;
  transition: all 0.7s ease;
}
.b03-item a:hover img {
  transform: scale(1.1, 1.1);
}
.b03-item a:hover {
  opacity: 0.7;
}
.b03-itm-ttl {
  font-size: 20px;
  color: #f5852a;
  margin: 0 0 10px;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b03-itm-txt {
  font-size: 16px;
  margin: 0;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.idx-btn {
  margin: 0;
  text-align: center;
}
.idx-btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background: #f5852a;
  padding: 3px 20px 5px;
  transition: all 0.5s ease;
}
.idx-btn a:hover {
  background: #7e4110;
}
.box04 {
  padding: 50px 0;
}
.b04-list {
  display: flex;
  justify-content: space-between;
}
.b04-item {
  width: calc(50% - 15px);
}
.b04-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: #666;
}
.b04-itm-img {
  margin: 0 -25px 0 0;
  width: calc(50% - 15px);
  flex-shrink: 0;
  position: relative;
  z-index: 4;
  overflow: hidden;
}
.b04-itm-img img {
  flex-shrink: 0;
  width: 100%;
  transition: all 0.7s ease;
}
.b04-item a:hover .b04-itm-img img {
  transform: scale(1.1, 1.1);
}
.b04-itm-main {
  width: calc(50% + 40px);
  margin: 0 0 0 -25px;
  background: rgba(245, 133, 42, 0.1);
  padding: 30px 30px 30px 50px;
  transition: all 0.5s ease;
}
.b04-itm-ttl {
  font-size: 17px;
  
  line-height: 1.5em;
  margin: 0 0 5px;
  transition: all 0.5s ease;
      white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.b04-itm-date {
  font-size: 13px;
  margin: 0 0 10px;
  color: #63676b;
  transition: all 0.5s ease;
}
.b04-itm-date span:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../W_images/b04_icon.png") no-repeat;
  width: 12px;
  height: 12px;
  margin: 0 5px 0 0;
  top: 1px;
  transition: all 0.5s ease;
}
.b04-itm-txt {
  font-size: 14px;
  margin: 0;
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b04-item a:hover .b04-itm-main {
  background: #ec2d23;
  color: #fff;
}
.b04-item a:hover .b04-itm-ttl, .b04-item a:hover .b04-itm-date {
  color: #fff;
}
.b04-item a:hover .b04-itm-date span:before {
  background-image: url("../W_images/b04_icon_hv.png");
}
.footer01 {
  background: url("../W_images/f01_bg.jpg") no-repeat center;
  background-size: cover;
  padding: 50px 0;
  text-align: center;
  color: #fff;
}
.footer01 .idx-ttl {
  color: #fff;
  margin: 0 0 20px;
  font-size: 40px;
  line-height: 1.5em;
}
.f01-txt {
  font-size: 18px;
  color: #666;
}
.f01-form {
  width: 600px;
  position: relative;
  margin: 0 auto;
}
.f01-form input {
  background: #ffe2b0;
  width: 100%;
  border: none;
  font-style: italic;
  padding: 25px 40px;
  border-radius: 50px;
  outline: none;
}
.f01-form .button {
  background: none;
  border: none;
  position: absolute;
  right: 30px;
  top: 18px;
  padding-left: 30px;
  border-left: 1px solid #fff;
  cursor: pointer;
  outline: none;
  text-decoration:none;
}
.footer02 {
  padding: 40px 0;
}
.footer02 .container {
  display: flex;
  justify-content: space-between;
}
.f02-mod01 {
  width: 40%;
}
.f02-mod03 {
  width: 30%;
}
.f02-ttl {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 15px;
  text-transform: uppercase;
}
.f02-info {
  font-size: 16px;
  line-height: 1.5em;
  margin: 0 0 8px;
  padding-left: 25px;
  position: relative;
}
.f02-info:before {
  content: '';
  position: absolute;
  background: url("../W_images/f_map.png") no-repeat;
  width: 11px;
  height: 15px;
  left: 0;
  top: 5px;
  background-size: 100% auto;
}
.f02-tel:before {
  background-image: url("../W_images/f_tel.png");
  width: 12px;
  height: 13px;
  top: 8px;
}
.f02-web:before {
  background-image: url("../W_images/f_web.png");
  width: 12px;
  height: 13px;
  top: 8px;
}
.f02-mail:before {
  background-image: url("../W_images/f_mail.png");
  width: 12px;
  height: 9px;
  top: 10px;
}
.f02-info a {
  text-decoration: none;
  color: #666;
}
.f02-link li {
  padding-left: 15px;
  position: relative;
  margin: 0 0 8px;
}
.f02-link li:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #ed4a41;
  left: 0;
  top: 10px;
}
.f02-link li a {
  text-decoration: none;
  color: #666;
  font-size: 15px;
  display: inline-block;
  transition: all 0.5s ease;
}
.f02-link li a:hover {
  color: #f5862a;
}
.f02-txt {
  margin: 0;
  font-size: 16px;
  line-height: 1.5em;
}
.f_info p{font-size:15px;margin-bottom: 10px;}
.f-bot {
  background: #ec2d23;
  padding: 10px 0;
  color: #fff;
}
.f-bot .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.copyright {
  margin: 0;
  letter-spacing: 0.05em;
}
.copyright a {
  color: #fff;
  text-decoration: none;
}
.f-bot .h-social a {
  color: #fff;
}
.f-bot .h-social li:not(:last-child)::after {
  background: #fff;
  top: 15px;
}
.topic-path-main{padding: 40px 0;position:relative;}
.topic-path-main:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 12px;
    top: 0px;
    left: 0px;
    background: url(../W_images/bg-rule.png) 0% 0% repeat-x;
}
.topic-path li {
	display: inline-block;
	
    font: 400 17px/20px 'HTVietNam', sans-serif;
}
.topic-path li a {
	text-decoration: none;
	
}
.topic-path li:after {
	content: '/';
	margin-right: 5px;
	padding-left: 10px;
}
.topic-path li:last-child:after{content:"";}
.topic-path li a:hover {
	text-decoration: underline;
}
#sidebar {
    width: 260px;
}
.under #content-right {
    width: 870px;
    order: 2;
}
.under #main {
    width: 87%;
    margin: 0 auto 60px;
    /*display: flex;
    justify-content: space-between;
    align-items: flex-start;width: 1170px;*/
}
.under-pro-ttl{
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #6a0b0c;
    font-size: 20px;
    line-height: 24px;
    font-weight: normal;
    font-family: 'UTM AVo Bold', sans-serif;
    text-transform: uppercase;
    color:#6a0b0c;
     font-weight:bold;
}
.side-cate-ttl{
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #6a0b0c;
    line-height: 24px;
    font-size: 18px;
    font-weight: normal;
    font-family: 'UTM AVo Bold', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 24px;
}
.side-cate-ttl span{
    color: #6a0b0c;
    font-weight:bold;
}
.side-sub li a {
    font: 400 14px/20px 'HTVietNam', sans-serif;
    font-weight: 600;
    font-size:16px;
    text-decoration:none;
    display: block;
    position: relative;
    padding: 10px 10px 10px 20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    background:url(../W_images/icon-side.png)no-repeat left center;
    background-size: 13px;
}
.side-sub li a:hover {
    margin-left: 10px;
    color: #f5852a;
}
.side-sub{margin-bottom:20px;}
 .prohi-ul{margin-bottom:40px;}
.prohi-itm{margin-bottom: 15px;}
.prohi-itm a{
    display: flex;text-decoration:none;align-items: center;
}
.prohi-img{
    margin-right: 15px;
	overflow: hidden;
    width: 50px;
    height: 50px;
    display: flex;border: 1px solid #ec2d23;}
.prohi-ttl{
    width:calc(100% - 65px);
    font: 400 14px/20px 'HTVietNam', sans-serif;
}
.prohi-img img {
   
}
.prohi-ttl-top{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 20px;
}
.prohi-ttl p{margin:0;color: #000;
    font-weight: 600;}
.prohi-ttl-bottom{
color: #9c9c9c;
    background: url(../W_images/h-clock.png)no-repeat left center;
    background-size: 17px;
    padding-left: 20px;
}
.prohi-img img{
    display: block;
    width: 100%;
    height: auto;
    object-fit: inherit;
	transform: scale(1.5);
}
.pager{
    margin: 45px 0;

}
.pager a{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #6f421b;
    color: #6a0b0c;
    transition: all 0.5s ease;font-size: 13px;
}
.pager a:hover{
    border: 1px solid #6f421b;
    color: #fff;
    background:#6f421b;
    box-shadow: 0px 0px 0px 1px #6f421b;
}
.pager strong{
    padding: 3px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #6f421b;
    color: #fff;
    background: #6f421b;
    box-shadow: 0px 0px 0px 1px #6f421b;font-size: 13px;
}
.pager a:first-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:first-child:hover{
    background: #6f421b;
    color: #fff;
    border-color: #6f421b;
    box-shadow: 0px 0px 0px 1px #6f421b;
}
.pager a:last-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:last-child:hover{
    background:#6f421b;
    color: #fff;
    border-color: #6f421b;
    box-shadow: 0px 0px 0px 1px #6f421b;
}
@media screen and (max-width: 768px) {
    .h-cart a {
    background: url(../W_images/h_cart_mb.png) no-repeat left center;
    background-size: 30px auto;
    width: 70px;
    height: 40px;

}
.h-cart a span{
	    width: 32px;    right: 10px;
    top: 0px;    font-size: 19px;opacity: 1;color: #f5852a;
}
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 78px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .under #main{
      display:block;
        padding: 0 3%;
    width: 100%;
  }
  .container {
    padding: 0 3%;
    width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .h-tel, #header .h-social {
    display: none;
  }
  .logo {
    top: 0;
    width: 80px;
    position: relative;
    background: none;
    padding: 0;
    margin: 0;
  }
  .logo::after {
    display: none;
  }
  .h-lang {
    align-items: center;
    margin: 0;
  }
  #header {
   
  }
  #gnavi {
    position: fixed;
    top: 78px;
    width: 100%;
    height: calc(100% - 78px);
    z-index: 99;
    padding: 40px 0;
    background: #6f421be0;
    overflow: auto;
    display: none;
  }
  .gnavi {
    display: block;
    width: 100%;
  }
  .h-top .container {
    justify-content: space-between;
  }
  #gnavi .container {
    flex-direction: column;
    padding: 0;
  }
  .h-search {
    order: -1;
    margin: 0 0 20px;
  }
  .h-search .form {
    position: relative;
    display: block;
  }
  .h-search-ttl {
    display: none;
  }
  .gnavi > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    padding: 15px 20px;
    background: rgba(255, 255, 255, 0.2);
  }
  .gnavi > li > a::before {
    display: none;
  }
  .submenu {
    position: relative;
  }
  .submenu a {
    padding: 15px 20px;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  .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 #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 {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  /* 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: #6f421b;
    margin-left: 15px;
  }
  .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: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  .box01 {
    padding: 40px 0;
  }
  .b01-item {
    width: calc(33.33% - 10px);
    padding: 10px;
  }
  .b01-itm-img {
    flex-shrink: 0;
    margin: 0 10px 0 0;
    width: 100px;
  }
  .b01-itm-ttl {
    font-size: 16px;
  }
  .b01-itm-txt {
    font-size: 14px;
  }
  .b02-item {
    width: calc(50% - 15px);
  }
  .b02-item:nth-child(2n) {
    margin-right: 0;
  }
  .b02-main:last-child {
    margin: 0;
  }
  .b02-item:nth-child(n+13) {
    display: none;
  }
  .box03, .footer01 {
    padding: 40px 0;
  }
  .idx-ttl {
    font-size: 22px;
  }
  .b03-tab li {
    font-size: 14px;
  }
  .b03-tab {
    margin: 0 0 25px;
  }
  .b03-list {
    flex-wrap: wrap;
    margin: 0;
  }
  .b03-item {
    width: calc(50% - 15px);
    margin: 0 30px 30px 0;
  }
  .b03-item:nth-child(2n) {
    margin-right: 0;
  }
  .b03-itm-ttl, .b04-itm-ttl {
    font-size: 17px;
  }
  .b03-itm-txt, .b04-itm-txt, .f01-txt, .f02-info, .f02-txt, .f02-link li a {
    font-size: 14px;
  }
  .b04-list {
    display: block;
  }
  .b04-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .b04-itm-date {
    font-size: 11px;
  }
  .box04 {
    padding: 40px 0 10px;
  }
  .footer01 .idx-ttl {
    font-size: 26px;
    margin: 0 0 10px;
  }
  .f01-form input {
    padding: 15px 30px;
  }
  .f01-form {
    width: 100%;
    max-width: 600px;
  }
  .f01-form .button {
    top: 15px;
    padding-left: 20px;
  }
  .f01-form .button img {
    width: 20px;
  }
  .footer02 .container {
    flex-wrap: wrap;
  }
  .f02-mod03 {
    width: 100%;order: 1;
  }
  .f-bot .container {
    flex-direction: column;
    align-items: center;
  }
  .copyright {
    font-size: 13px;
    margin: 0 0 10px;
    text-align: center;
  }
  

  
}
@media screen and (max-width: 640px) {
  .b01-list {
    display: block;
  }
  .b01-item {
    width: 100%;
    margin: 10px 0;
  }
  .box01 {
    padding: 20px 0;
	display:none;
  }
  
  
  .footer02 .container {
    justify-content: flex-start;
  }
  .f02-mod02 {
    margin-right: 0;margin-bottom: 30px;
  }
}
@media screen and (max-width: 480px) {
	.b01-itm-img {
    flex-shrink: 0;
    margin: 0px 25px 0 0;

}
.b01-itm-txt {
    font-size: 12px;
}
    .under #content-right {
    width: 100%;
    order: 2;
}
    #sidebar {
    width: 100%;margin-top: 30px;
}
  .b02-btn {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
  }
  .b02-main {
    margin: 0 0 50px;
  }
  .b02-list{justify-content:space-between;}
  .b02-item {
	width: calc(50% - 5px);
    width: 100%;
	
    margin: 0 0 20px;
  }
  .b03-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .b03-tab li {
    font-size: 12px;
    padding: 5px 10px;
    margin: 0 2px;
  }
  .f02-mod01 {
    width: 100%;
    margin: 0 0 20px;
  }
  .b04-itm-main {
    padding: 15px 15px 15px 40px;
  }
 
}
@media screen and (max-width: 375px) {
  .b04-itm-txt {
    display: none;
  }
}