﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
:root {
    --txt: #000;
    --mcolor: #07376c;
    --scolor: #4bb7ff;
    --white: #fff;
}
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 18px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
    color: var(--txt);
    text-decoration: none;
}
a:hover, a:active {
  text-decoration: none;
}
a:visited {}
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: 50px;
  margin-bottom: 0;
}
#totop a {
  display: block;
  transition: all 0.5s;
}
#totop a:hover {
  opacity: 0.7;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.df{
    display:flex;
}
.jw-sw{
    justify-content:space-between;
}
.ai-c {
    align-items: center;
    flex-wrap: wrap;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: #666666;
  font-family: 'UTMAvo';
}
#wrapper {
    min-width: 1200px;
    overflow: hidden;
    padding-top: 140px;
}
.container, .under #content {
  width: 100%;
  min-width: 1200px;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}

#header {
  position: fixed;
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
}
.h-top {
    background: var(--mcolor);
    color: #fff;
    padding: 5px 0;
}
.h-top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h-top .container > p {
  margin: 0;
  font-size: 12px;
}
.h-tel {
    color: #fc0101;
    background: url("../W_images/h_tel.png") no-repeat left center;
    padding-left: 35px;
    font-size: 14px !important;
    filter: brightness(0) invert(100%);
}
.h-add {
  background: url("../W_images/h_add.png") no-repeat left center;
  padding-left: 25px;
}
.h-mail {
  background: url("../W_images/h_mail.png") no-repeat left center;
  padding-left: 45px;
}
.h-mail a {
  text-decoration: none;
  color: #fff;
}
.h-time {
  background: url("../W_images/h_time.png") no-repeat left center;
  padding-left: 35px;
}
.h-main {
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.9);
}
.h-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
	width: 180px;
  margin: 0;
}
.gnavi {
  display: flex;
}
.gnavi li {
  position: relative;
}
.gnavi > li > a {
  text-decoration: none;
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: var(--scolor);
  text-transform: uppercase;
  text-align: center;
  padding: 10px 20px;
  transition: all 0.5s;
}
.gnavi > li:first-child > a {
  text-indent: -50000000px;
  position: relative;
  padding: 10px 30px;
}
    .gnavi > li:first-child > a:before {
        content: '';
        position: absolute;
        background: url(../W_images/h_home.png) no-repeat;
        width: 20px;
        height: 17px;
        background-size: 100% auto;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: all 0.5s;
    }

.gnavi > li:hover > a, .gnavi > li.active > a {
  color: var(--mcolor);
}
    .gnavi > li:first-child:hover > a:before, .gnavi > li:first-child.active > a:before {
        background-image: url("../W_images/h_home_hv.png");
        filter: none;
    }
.submenu {
  position: absolute;
  z-index: 99;
  display: none;
}
.submenu a {
  text-decoration: none;
  color: #fff;
  background: var(--scolor);
  display: block;
  padding: 10px 20px;
  margin-top: 1px;
  font-size: 14px;
  white-space: nowrap;
  transition: all 0.5s;
}

.submenu a:hover {
  background: var(--mcolor);
}
.subsubmenu{
  position: absolute;
  min-width: 200px;
    left: calc(100% + 2px);
    top: 0;
  display: none;
}
.h-btn {
  display: flex;
}
.h-search {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0;
}
    .h-search .form {
        background: rgba(255, 255, 255, 0.9);
        padding: 5px;
        position: absolute;
        width: 250px;
        right: 0;
        z-index: 10;
        display: none;
        margin-top: 47px;
        line-height: 0;
        bottom: -40px;
    }
.h-search input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  outline: none;
  width: 100%;
  font-size: 12px;
  background: rgba(1, 103, 100, 0.3);
}
.h-search .button {
  border: none;
  position: absolute;
  right: 5px;
  top: 5px;
  outline: none;
  cursor: pointer;
  font-size: 14px;
  background: var(--scolor);
  color: #fff;
  text-decoration:none;
  padding: 14px 10px;
}
.h-search-ttl {
  margin: 0;
}
.h-cart {
  margin: 0 0 0 10px;
}
.h-cart a {
  display: block;
  text-decoration: none;
  position: relative;
  padding-right: 20px;
}
.h-cart span {
  position: absolute;
  background: var(--scolor);
  color: #fff;
  line-height: 1.3em;
  font-size: 14px;
  width: 28px;
  text-align: center;
  padding: 0 0 1px;
  border-radius: 10px;
  z-index: 5;
  right: 0;
  top: 0;
}
.h-cart span:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 4px 0 4px;
  border-color: #266999 transparent transparent transparent;
  bottom: -8px;
  left: 8px;
  transform: rotate(30deg);
  z-index: -10;
}
.main-slide p {
  margin: 0
}
.main-slide p.slick-slide {
  outline: none;
}
.main-slide p.slick-slide img {
  max-width: none;
  width: 100%;
}
.slideCount {
  position: absolute;
  z-index: 5;
  right: 5%;
  bottom: 30px;
  color: var(--mcolor);
  font-size: 20px;
  letter-spacing: -0.1em;
}
.slideCountItem {
  color: #fff;
  font-size: 48px;
}
.slideCountAll {
  letter-spacing: 0;
}
.box01 {
  padding: 60px 0;
}
.idx-ttl {
  color: var(--mcolor);
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 0 0 20px;
  text-align: center;
}
.b01-tab {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.b01-tab-link {
  margin: 0 3px;
  background: #ebebeb;
  padding: 13px 30px 15px;
  color: var(--mcolor);
  text-align: center;
  border-radius: 30px;
  position: relative;
  transition: all 0.5s;
  cursor: pointer;
}
.b01-tab-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #fe0000 transparent transparent transparent;
  left: calc(50% - 5px);
  bottom: -9px;
  opacity: 0;
  transition: all 0.5s;
}
.b01-tab-link.current, .b01-tab-link:hover {
  background: #fe0000;
  color: #fff;
}
.b01-tab-link.current:after {
  opacity: 1;
}
.b01-main {
  display: none;
}
.b01-main.current {
  display: inherit;
}
.b01-list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.b01-item {
  margin: 0 30px 30px 0;
  width: calc(25% - 22.5px);
  background: #e9f0f5;
}
.b01-item:nth-child(4n) {
  margin-right: 0;
}
.b01-itm-img {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.b01-itm-img a {
  display: block;
  position: relative;
}
.b01-itm-img a:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 5;
}
.b01-itm-img img {
  width: 100%;
  transition: all 0.8s;
}
.b01-itm-main {
  position: relative;
}
.b01-itm-btn {
  margin: 0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translatey(-50%) scale(0, 0);
  opacity: 0;
  transition: all 0.5s;
  z-index: 6;
}
.b01-itm-btn a {
  background: var(--mcolor);
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s;
}
.b01-itm-btn a:last-child {
  background: var(--scolor);
}
.b01-itm-btn a:hover {
  opacity: 0.8;
}
.b01-item:hover .b01-itm-btn {
  transform: translatey(-50%) scale(1, 1);
  opacity: 1;
}
.b01-item:hover .b01-itm-img a:before {
  opacity: 1;
}
.b01-item:hover .b01-itm-img img {
  transform: scale(1.1, 1.1);
}
.b01-itm-info {
  padding: 15px;
  text-align: center;
}
.b01-itm-ttl {
  margin-bottom: 5px;
}
.b01-itm-ttl a {
  display: block;
  text-decoration: none;
  font-size: 15px;
  color: var(--mcolor);
  line-height: 1.5em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;min-height: 44px;
}
.b01-itm-price {
  margin: 0;
  color: var(--mcolor);
  font-size: 16px;
}
.b01-itm-price span {
  font-size: 24px;
  font-weight: bold;
}
.idx-btn {
  text-align: center;
  margin: 0;
}
.idx-btn a {
  display: inline-block;
  color: #fff;
  background: var(--mcolor);
  text-decoration: none;
  padding: 8px 30px 10px;
  font-size: 18px;
  transition: all 0.5s;
  text-align: center;
}
.idx-btn a:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #fff;
  margin-left: 15px;
  top: -2px;
}
.idx-btn a:hover {
  background: var(--scolor);
}
.box02 {
  background: #ebebeb;
  padding: 50px 0;
}
.box03 {
  padding: 50px 0;
}
.b03-main {
  width: 40%;
  position: relative;
}
.box03 .idx-ttl {
    text-align: left;
    font-size: 48px;
}
.idx-ttl > span {
    display: block;
    color: var(--scolor);
    font-size: 50%;
    text-transform: uppercase;
    line-height: 1em;
}
.b03-txt {
  margin-bottom: 40px;
}
.b03-txt p {
  line-height: 1.5em;
}
.b03-video {
  position: absolute;
  left: calc(100% + 45px);
  top: 0;
  display: flex;
  align-items: center;
  height: 100%;
  /*padding-left: 160px;
  background: url("../W_images/b03_video.png") no-repeat left center/auto 100%;
  */
  width: 50vw;
}
.b03-video iframe {
  border: 10px solid var(--mcolor);
  width: 100%;
  height: 310px;
}
.box03 .idx-btn {
  text-align: left;
}
.box04 {
    background: url(../W_images/b04_bg.jpg) no-repeat;
    padding: 30px 0;
    color: #fff;
    position: relative;
}
.fill {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    right: 0;
    bottom: 0;
    padding: 0 !important;
    margin: 0 !important;
}

.fill {
    background-color: rgb(7 55 108 / 60%);
}
    .box04 .idx-ttl {
  color: #fff;
}
.b04-list {
  display: flex;
  margin-bottom: 30px;
}
.b04-item {
  width: calc(33.333% - 20px);
  margin: 0 30px 0 0;
}
.b04-item a {
  text-decoration: none;
  background: #ffffff;
  display: block;
}
.b04-itm-img {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.b04-itm-img:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  left: 0;
  top: 0;
  opacity: 0;
  transition: all 0.5s;
  z-index: 5;
}
.b04-itm-img img {
  width: 100%;
  transition: all 0.8s;
}
.b04-item a:hover .b04-itm-img img {
  transform: scale(1.1, 1.1);
}
.b04-itm-main {
  padding: 25px 30px 30px;
}
.b04-itm-date {
  background: #b8cedd;
  border-radius: 20px;
  padding: 3px 20px 5px;
  font-size: 14px;
  margin-right: 20px;
}
.b04-itm-author {
  color: #666666;
  font-size: 18px;
}
.b04-itm-author span {
  color: var(--mcolor);
}
.b04-itm-info {
  margin: 0 0 10px;
}
.b04-itm-ttl {
  font-size: 18px;
  line-height: 1.3em;
}
.box04 .idx-btn a {
  background: var(--mcolor);
}
.box04 .idx-btn a:hover {
  background: var(--scolor);
}
.box05 {
  padding: 60px 0;
}
.b05-list {
  display: flex;
}
.b05-item {
  width: calc(33.3333% - 20px);
  margin: 0 30px 0 0;
  display: flex;
  align-items: center;
  border: 1px solid #666666;
  padding: 15px;
}
.b05-itm-img {
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
.b05-itm-ttl {
  line-height: 1.3em;
  color: var(--scolor);
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.b05-itm-txt {
  margin: 0;
  line-height: 1.3em;
}
.box06 {
  background: #eeeeee;
  padding: 60px 0;
  position: relative;
  z-index: 0;
}
.box06:before {
  content: '';
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  background: url("../W_images/b06_bg.jpg") no-repeat center center/cover;
}
.box06 .container {
  display: flex;
}
.b06-left, .b06-right {
  width: 50%;
  display: flex;
  align-items: center;
}
.b06-left .idx-ttl {
  color: #fff;
  background: url("../W_images/b06_icon.png") no-repeat top center;
  padding-top: 70px;
  width: 100%;
  margin: 0;
}
.b06-right {
  padding-left: 30px;
}
.b06-list.slick-initialized .b06-item.slick-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  outline: none;
}
.b06-list.slick-slider .slick-track {
  display: flex;
}
.b06-list {
  width: 100%;
}
.b06-itm-img img {
  margin: 0 auto;
  border-radius: 50%;
}
.b06-itm-txt {
  line-height: 1.5em;
  margin-bottom: auto;
}
.b06-itm-ttl {
  margin: 30px auto 0;
  font-size: 22px;
  color: var(--scolor);
  font-weight: bold;
  line-height: 1.3em;
  max-width: 230px;
}
.b06-itm-ttl span {
  font-size: 18px;
  display: block;
  color: var(--scolor);
  font-weight: normal;
}
.b06-list .slick-arrow {
  position: absolute;
  z-index: 5;
  bottom: 0;
  background-color: #d7d7d7;
  width: 80px;
  height: 45px;
  cursor: pointer;
  outline: none;
  border: none;
  text-indent: -5000000px;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.5s;
}
.b06-list .slick-next {
  left: calc(50% + 115px);
  background-image: url("../W_images/b06_next.png");
}
.b06-list .slick-prev {
  right: calc(50% + 115px);
  background-image: url("../W_images/b06_prev.png");
}
.b06-list .slick-arrow:hover {
  background-color: var(--scolor);
}
.b06-list .slick-next:hover {
  background-image: url("../W_images/b06_next_hv.png");
}
.b06-list .slick-prev:hover {
  background-image: url("../W_images/b06_prev_hv.png");
}
.box07 {
  padding: 60px 0;
}
.b07-list.slick-initialized .slick-slide {
  margin: 0 15px;
  display: flex;
  width: 170px;
  border: 1px solid #ccc;
  height: 75px;
  justify-content: center;
  align-items: center;
  outline: none;
  text-align: center;
}
.b07-list .slick-slide img {
  flex-shrink: 0;
  max-height: 100%;
}
.box08 {
    background: url(../W_images/b04_bg.jpg) no-repeat bottom center #164f51;
    padding: 50px 0;
    color: #fff;
    position:relative;
}
.box08_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 40px 0 30px;
    background: #fff;
}
    .box08_list .box08_itm {
        width: calc(100% / 3);
        text-align: center;
        padding: 20px 10px;
        transition: all 0.3s ease;
    }
    .box08_list .box08_img {
        margin-bottom: 33px;
    }
    .box08_list .box08_ttl {
        font-size: 18px;
        color: var(--mcolor);
        font-weight: 600;
        text-transform: uppercase;
        margin-bottom: 10px;
        line-height: 1.5;
    }
    .box08_list a {
        padding: 30px 10px;
        transition: all 0.3s ease;
        display: block;
    }
.box08_txt {
    font-size: 16px;
    /* max-width: 282px; */
    margin: 0 auto;
    line-height: 1.5;
}
.box08_list a:hover {
    background: rgba(29, 132, 187, .3);
}
.box08 .idx-ttl {
    color: #fff;
}
    #footer {
        background: #ebebeb;
        padding: 60px 0 0;
    }
.f-main {
  display: flex;
  justify-content: space-between;
}
.f-mod {
  width: 31.5%;
}
.f-info {
  line-height: 1.5em;
  margin: 0 0 20px;
  font-size: 16px;
  color:var(--txt);
}
    .f-info span {
        color: var(--scolor);
        font-size: 24px;
        display: block;
        padding-left: 40px;
        line-height: 1.5em;
    }
.f-tel span {
  background: url("../W_images/f_tel.png") no-repeat left center;
}
.f-add span {
  background: url("../W_images/f_add.png") no-repeat left center;
}
.f-mail span {
  background: url("../W_images/f_mail.png") no-repeat left center;
}
.f-info a {
  text-decoration: none;
  color: var(--txt);
}
.f-ttl {
    text-align: center;
    color: var(--scolor);
    margin: 0 0 15px;
    font-size: 24px;
}
.f-txt {
    font-size: 16px;
    text-align: center;
    color: var(--txt);
}
.f-form{text-align:center;}
    .f-form input {
        display: block;
        width: 100%;
        background: #fff;
        border: 1px solid #d7d7d7;
        text-align: center;
        font-size: 16px;
        padding: 15px 20px;
        margin: 0 0 20px;
        color: var(--txt);
        outline: none;
    }
.f-form input::-webkit-input-placeholder {
  color: #bebebe;
}
.f-form input::-moz-placeholder {
  color: #bebebe;
}
.f-form input:-ms-input-placeholder {
  color: #bebebe;
}
.f-form input:-moz-placeholder {
  color: #bebebe;
}
    .f-form .button {
        margin: 0 auto;
        display: inline-block;
        background: var(--mcolor);
        border: none;
        font-size: 14px;
        padding: 10px 20px 12px;
        outline: none;
        cursor: pointer;
        color: #fff;
        transition: all 0.5s;
        text-decoration: none;
    }
.f-form .button:hover {
  background: var(--scolor);
}
.f-mod:last-child p.f-ttl {
  text-align: left;
}
.f-map {
  border: 7px solid #fff;
}
.f-map iframe {
  width: 100%;
  height: 220px;
}
.f_menu li {
    position: relative;
    padding-left: 18px;
    margin: 0 0 5px;
    font-weight: 300;
}
    .f_menu li:before {
        content: '';
        position: absolute;
        width: 5px;
        height: 5px;
        background: #000;
        border-radius: 50%;
        left: 0;
        top: 15px;
    }
.f_menu a {
    display: inline-block;
    text-decoration: none;
    font-weight: 300;
}
.f_menu li:hover a{
	color: var(--scolor);
}
.f_menu li:hover::before {
	background: var(--scolor);
}
.copyright {
  margin: 30px 0 0;
  border-top: 1px solid #d7d7d7;
  font-size: 14px;
  text-align: center;
  padding: 30px 0;
}
.copyright a {
  text-decoration: none;
  color: #666;
}
.under-main {
    margin: 0;
}
.under-main img {
    width: 100%;
    max-width: none;
}
.under #content {
    padding-bottom: 80px;
}
.topic-path {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.topic-path li {
  font-size: 16px;
  font-style: italic;
  color: #565656;
}
.topic-path a {
  text-decoration: none;
  color: #565656;
}
.topic-path li:not(:last-child):after {
  content: '/';
  display: inline-block;
  position: relative;
  margin: 0 10px;
}
.topic-path a:hover {
  color: var(--mcolor);
}
.pager{
    margin: 45px 0;
    text-align: center;
}
.pager a{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid var(--scolor);
    color: #333;
    transition: all 0.5s ease;
}
.pager a:hover{
    border: 1px solid #fff;
    color: #fff;
    background:var(--scolor);
    box-shadow: 0px 0px 0px 1px var(--scolor);
}
.pager strong{
    padding: 4px 11px;
    text-align: center;
    text-decoration: none;
    border: 1px solid #fff;
    color: #fff;
    background: var(--scolor);
    box-shadow: 0px 0px 0px 1px var(--scolor);
}
.pager a:first-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:first-child:hover{
    background: var(--scolor);
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px var(--scolor);
}
.pager a:last-child{
    padding: 4px 11px;
    background:#fff;
}
.pager a:last-child:hover{
    background:var(--scolor);
    color: #fff;
    border-color: #fff;
    box-shadow: 0px 0px 0px 1px var(--scolor);
}
@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: 80px;
    }

    #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: var(--scolor);
        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: 40px;
        right: 3%;
        bottom: 50px;
        line-height: 0;
    }

    .h-top {
        display: none;
    }

    .h-main {
        padding: 10px 0;
    }
.logo{width: 145px;}
    #gnavi {
        position: fixed;
        width: 100%;
        top: 80px;
        left: 0;
        background: rgba(255, 255, 255, 0.9);
        height: calc(100% - 73px);
        overflow: auto;
        display: none;
    }

    .h-btn {
        margin-left: auto;
    }

    .h-search form {
        left: 50%;
        transform: translateX(-50%);
        margin-top: 56px;
    }

    .h-cart span {
        font-size: 12px;
    }

    .gnavi {
        display: block;
    }

        .gnavi > li:first-child > a:before {
            display: none;
        }

        .gnavi > li:first-child > a {
            text-indent: 0;
            padding: 15px 20px;
        }

        .gnavi > li > a {
            background: var(--scolor);
            color: #fff;
            font-weight: normal;
            padding: 15px 20px;
            font-size: 14px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
        }

        .gnavi > li:hover > a, .gnavi > li.active > a {
            background: #ff0001;
            color: #fff;
        }

    .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);
    }

    .submenu, .subsubmenu {
        position: relative;
        left: 0;
    }

        .submenu a {
            text-align: center;
            font-size: 14px;
            margin: 0;
            padding: 15px 20px;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            background: #47960bc4;
        }

    .slideCountItem {
        font-size: 34px;
    }

    .slideCount {
        bottom: 5%;
        right: 3%;
    }

    .box01, .box02, .box03, .box04, .box05 {
        padding: 40px 0;
    }

    .idx-ttl {
        font-size: 26px;
        margin-bottom: 30px;
    }

    .b01-item {
        width: calc(50% - 15px);
    }

        .b01-item:nth-child(2n) {
            margin-right: 0;
        }

    .b01-list {
        margin: 0;
    }

    .idx-btn a {
        font-size: 14px;
    }

    .b03-main {
        width: 100%;
    }

    .box03 .idx-ttl {
        font-size: 28px;
    }

    .idx-ttl span {
        font-size: 20px;
    }

    .b03-txt {
        margin-bottom: 20px;
    }

    .b03-video {
        position: relative;
        width: 100%;
        left: 0;
        height: auto;
        padding:0;
        margin: 0 0 20px;
    }

    .box03 .idx-btn {
        text-align: center;
    }

    .b04-list {
        display: block;
        margin: 0;
    }

    .b04-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 30px;
    }

    .b04-itm-main {
        padding: 15px 20px 20px;
    }

    .b04-itm-date {
        font-size: 12px;
        margin-right: 15px;
    }

    .b04-itm-author {
        font-size: 14px;
    }

    .b04-itm-ttl {
        font-size: 14px;
        line-height: 1.5em;
    }

    .b05-list {
        display: block;
    }

    .b05-item {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
    }

        .b05-item:last-child {
            margin-bottom: 0;
        }

    .b05-itm-img {
        width: 80px;
        text-align: center;
    }

    .box06 .container {
        display: block;
        padding: 0;
    }

    .box06:before {
        display: none;
    }

    .box06 {
        padding: 0;
    }

    .b06-left {
        width: 100%;
        padding: 30px 0;
        background: url("../W_images/b06_bg.jpg") no-repeat center center/cover;
    }

        .b06-left .idx-ttl {
            background-size: 50px auto;
            padding-top: 40px;
            margin: 0;
        }

    .b06-right {
        width: 100%;
        padding: 30px 3%;
    }

    .b06-itm-ttl {
        font-size: 18px;
    }

        .b06-itm-ttl span {
            font-size: 14px;
        }

    .box07 {
        padding: 30px 0;
    }

    .box08_list .box08_itm {
        width: 50%;
        padding: 20px 0;
    }

    .box08_list .box08_ttl, .box08_txt {
        font-size: 13px;
    }
    .box08_list a {
        padding: 10px 0;
    }
        #footer {
    padding: 30px 0 0;
  }
  .f-main {
    display: block;
  }
  .f-mod {
    width: 100%;
    margin: 0 0 30px;
  }
  .f-info {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .f-info span {
    font-size: 18px;
    background-size: 21px auto;
    padding-left: 35px;
  }
  .f-mail span {
    background-size: 25px auto;
  }
  .f-ttl {
    text-align: left;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: 1.5em;
  }
  .f-txt {
    font-size: 14px;
    text-align: left;
  }
  .f-map {
    border: 5px solid #fff;
  }
  .copyright {
    padding: 15px 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
.h-cart span{right: 2px;top: -8px;}
.h-search-ttl img, .h-cart img{width:32px;}
  .b01-tab-link {
    padding: 10px 10px 12px;
    line-height: 1.3em;
    font-size: 12px;
  }
  .b01-list{justify-content:space-between}
  .b01-item {
    width: 49%;
    margin: 0 0 30px;
  }
  .b03-video iframe {
    border-width: 5px;
    height: 45vw;
  }
  .b06-itm-ttl {
    max-width: 160px;
  }
  .b06-list .slick-prev {
    right: calc(50% + 80px);
  }
  .b06-list .slick-next {
    left: calc(50% + 80px);
  }
.main-slide p.slick-slide img {
    height: 40vw;
    width: auto;
    margin: 0 auto;
}
.main-slide p.slick-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.slideCount {
    font-size: 14px;
}
.slideCountItem {
    font-size: 24px;
}
}