﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
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: #4b3b25;
}
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: 110px;
    right: 30px;
    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 {
  font-family: 'UTMAvo';
  color: #666666;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
  padding-top: 101px;
}
.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
  display: none;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  width: 100%;
}
.h-top {
  padding: 10px 0;
}
.h-top .container {
  display: flex;
  justify-content: flex-end;
  position: relative;
  align-items: center;
}
.logo {
  margin: -43px auto 0 0;
  position: relative;
  padding: 0 5px;
  z-index: 10;
}
.logo:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 70px;
  background: #8dc63f;
  z-index: -1;
  bottom: 0;
  left: 0;
}
.logo a {
  display: block;
  text-align: center;
  width: 180px;
  padding: 5px;
  background: #fff;
}
.h-name {
  font-size: 18px;
  color: #8dc63f;
  margin: 0 120px 0 0;
  font-family: 'UTMAtlas';
}
.h-tel {
  margin: 0 120px 0 0;
  font-size: 20px;
  color: #8dc63f;
  font-weight: bold;
  background: url("/W_images/h_tel.png") no-repeat left center;
  padding-left: 40px;
}
.h-mail {
  margin: 0;
  background: url("/W_images/h_mail.png") no-repeat left center;
  padding-left: 30px;
}
.h-mail a {
  display: block;
  text-decoration: none;
  color: #8dc63f;
  font-size: 16px;
}
.h-main {
  background: #fff;
}
.h-main .container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.h-search {
  order: 1;
  position: relative;
  border-left: 1px solid #8dc63f;
  padding-left: 30px;
  margin-left: 30px;
}
.h-search-ttl {
  margin: 0;
}
.h-search-form {
  position: absolute;
  right: 0;
  width: 230px;
  background: rgba(255, 255, 255, 0.9);
  padding: 5px;
  display: none;
  margin-top: 10px;
}
.h-search-form input {
  width: 100%;
  border: none;
  font-size: 12px;
  padding: 8px 15px;
  background: #e4e6e0;
  font-style: italic;
}
.h-search-form .button {
  position: absolute;
  right: 5px;
  top: 5px;
  border: none;
  color: #fff;
  background: #8dc63f;
  font-size: 12px;
  padding: 8px;
  cursor: pointer;text-decoration:none;
}
.gnavi {
  display: flex;
}
.gnavi li {
  position: relative;
}
.gnavi > li > a {
	font-family: Montserrat, sans-serif;
	text-transform: uppercase;
    display: block;
    text-decoration: none;
    color: rgba(67,67,67,1);
    font-size: 15px;
    padding: 10px 15px;
    font-weight: 600;

}
.gnavi > li.active > a, .gnavi > li:hover > a {
  background: url("/W_images/gnv_bg.png") no-repeat center center;
}
.submenu {
  position: absolute;
  display: none;
  /*transform: translateX(-50%);*/
  min-width: 200px;
  left: calc(50% - 100px);
}
.submenu a {
  display: block;
  background: rgba(78, 119, 22, 0.95);
  text-decoration: none;
  color: #fff;
  padding: 10px 20px;
  white-space: nowrap;
  margin-top: 1px;
  transition: all 0.5s;
}
.submenu a:hover {
  opacity: 0.9;
}
.subsubmenu {
    position: absolute;
    left: 100%;
    top: 0;
    min-width: 200px;
    display: none;
}
.main-slide .slick-slide {
  margin: 0;
}
.main-slide img {
  width: 100%;
  max-width: none;
}
.main-slide .slick-dots {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.main-slide .slick-dots li {
  margin: 0 5px;
}
.main-slide .slick-dots li button {
  width: 30px;
  height: 30px;
  border: 1px solid transparent;
  border-radius: 50%;
  position: relative;
  text-indent: -50000px;
  cursor: pointer;
  transition: all 0.5s;
  background: transparent;
}
.main-slide .slick-dots li button:before {
  content: '';
  position: absolute;
  width: 14px;
  height: 14px;
  background: #8dc63f;
  border-radius: 50%;
  top: calc(50% - 7px);
  left: calc(50% - 7px);
}
.main-slide .slick-dots li.slick-active button {
  border-color: #8dc63f;
}
.box01 {
  padding: 50px 0;
}
.b01-list {
  display: flex;
  justify-content: space-between;
}
.b01-item {
  width: calc(33.33% - 20px);
}
.b01-item a {
  text-decoration: none;
  display: block;
  text-align: center;
  padding: 30px;
  color: #fff;
  background: #8dc63f;
  height: 100%;
  transition: all 0.5s;
}
.b01-item a:hover {
  background: #679a22;
}
.b01-itm-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5em;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.b01-itm-txt {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.box02 {
  background: #f2fae6;
  padding: 50px 0;
}
.idx-ttl {
  text-align: center;
  color: #8dc63f;
  font-size: 32px;
  line-height: 1.5em;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.b02-list {
  display: flex;
  flex-wrap: wrap;
}
.b02-item {
  width: calc(33.33% - 20px);
  margin: 0 30px 30px 0;
}
.b02-item:nth-child(3n) {
  margin-right: 0;
}
.b02-item a {
  text-decoration: none;
  background: #fff;
  display: block;
  height: 100%;
  border: 1px solid #ebebeb;
  transition: all 0.5s;
  position: relative;
}
.b02-itm-new {
  margin: 0;
  position: absolute;
  background: #8dc63f;
  right: 0;
  top: 15px;
  color: #fff;
  font-size: 18px;
  padding: 3px 10px 0 0;
  font-family: 'iCielPanton';
  font-weight: 300;
  z-index: 2;
}
.b02-itm-new:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 35px 15px;
  border-color: transparent transparent #8ec63f transparent;
  left: -15px;
  top: 0;
}
.b02-itm-img {
  overflow: hidden;
  margin: 0;
}
.b02-itm-img img {
  width: 100%;
  transition: all 0.7s;
}
.b02-itm-main {
  padding: 20px 30px;
  position: relative;
}
.b02-itm-main:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background: #8dc63f;
  right: 30px;
  top: 30px;
}
.b02-itm-main:after {
  content: '';
  position: absolute;
  height: 16px;
  width: 2px;
  background: #8dc63f;
  right: 37px;
  top: 23px;
}
.b02-itm-price:before {
  content: '';
  position: absolute;
  background: #8dc63f;
  width: 50px;
  height: 1px;
  top: 30px;
  right: 57px;
}
.b02-itm-price {
  font-size: 15px;
  margin: 0 0 10px;
}
.b02-itm-price-txt {
  text-decoration: underline;
}
.b02-itm-price-num {
  color: #ffa800;
  font-weight: bold;
}
.b02-itm-price-num span {
  font-size: 160%;
}
.b02-itm-ttl {
  font-size: 22px;
  color: #8dc63f;
  line-height: 1.5em;
  margin: 0;
  font-family: 'iCielPanton';
  font-weight: 300;
}
.b02-itm-txt {
  margin: 0;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b02-item a:hover {
  opacity: 0.8;
  transform: translateY(-10px);
}
.idx-btn {
  margin: 0;
  text-align: center;
}
.idx-btn a {
  text-decoration: none;
  background: #8dc63f;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 12px 30px;
  transition: all 0.5s;
}
.idx-btn a:hover {
  background: #ffa800;
}
.box03 {
  padding: 50px 0;
  background: url("/W_images/b03_bg.jpg") no-repeat center center/cover;
}
.b03-list {
  display: flex;
  margin-bottom: 30px;
}
.b03-item {
  width: calc(33.33% - 20px);
  margin: 0 30px 0 0;
}
.b03-item:last-child {
  margin-right: 0;
}
.b03-item a {
  text-decoration: none;
  background: #fff;
  display: block;
  height: 100%;
  padding: 5px;
  color: #666;
  transition: all 0.5s;
}
.b03-item a:hover {
  transform: translateY(-10px);
}
.b03-itm-img {
  margin: 0;
}
.b03-itm-img img {
  width: 100%;
}
.b03-itm-main {
  padding: 15px 10px 10px;
}
.b03-itm-ttl {
  color: #8dc63f;
  font-size: 20px;
  line-height: 1.5em;
  margin: 0;
  font-family: 'iCielPanton';
  font-weight: 300;
}
.b03-itm-info {
  margin: 0;
  position: relative;
  padding-left: 15px;
}
.b03-itm-info:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  background: #8dc63f;
  border-radius: 50%;
  left: 0;
  top: 11px;
}
.box04 {
  padding: 50px 0;
}
.b04-thumb .slick-slide {
  width: auto !important;
  cursor: pointer;
  margin: 0 13px;
}
.b04-thumb.slick-slider .slick-track {
  display: flex;
  justify-content: center;
}
.b04-thumb img {
  border-radius: 20px;
  opacity: 0.2;
  transition: all 0.5s;
}
.b04-thumb .slick-slide.slick-current img {
  opacity: 1;
}
.b04-thumb {
  margin-bottom: 20px;
}
.b04-itm-txt {
  max-width: 915px;
  margin: 0 auto 15px;
  font-size: 16px;
  text-align: center;
}
.b04-itm-ttl {
  text-align: center;
  margin: 0;
  font-size: 18px;
  color: #8dc63f;
  font-family: 'iCielPanton';
  font-weight: 900;
}
.b04-itm-ttl > span {
  font-family: 'UTMAvo';
  font-size: 16px;
  color: #7c6669;
  font-style: italic;
}
.box05 {
  background: #8dc63f;
  color: #fff;
  padding: 60px 0;
}
.box05 .idx-ttl {
  text-align: left;
  color: #fff;
  margin-bottom: 10px;
  line-height: 1.3em;
}
.box05 .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.b05-main {
  width: calc(25% - 15px);
}
.b05-list {
  display: flex;
  justify-content: space-between;
  width: calc(75% - 15px);
}
.idx-ttl span {
  font-size: 75%;
  font-weight: 900;
  display: block;
  font-family: 'iCielPanton';
}
.b05-main-txt {
  font-size: 16px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b05-item {
  width: calc(33.33% - 20px);
  background: #fff;
  color: #666666;
  text-align: center;
  padding: 20px;
  border-radius: 20px;
}
.b05-itm-img {
  margin: 0 0 10px;
}
.b05-itm-ttl {
  font-size: 18px;
  color: #8dc63f;
  line-height: 1.5em;
  margin: 0;
  font-weight: 900;
  font-family: 'iCielPanton';
}
.b05-itm-txt {
  margin: 0;
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.6em;
}
.box06 {
  padding: 50px 0;
  color: #fff;
  background: url("/W_images/b06_bg.jpg") no-repeat center center/cover;
}
.box06 .idx-ttl {
  color: #fff;
}
.box06 .container {
  padding: 0 15%;
}
.b06-txt {
  text-align: center;
  font-size: 16px;
  font-style: italic;
}
.b06-form-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.b06-form-row input {
  border: none;
  font-size: 12px;
  font-style: italic;
  line-height: 1.5em;
  padding: 14px 30px;
  border-radius: 12px;
  width: 25%;
}
.b06-form-row input:nth-child(1) {
  width: 42%;
}
.b06-form-row input:nth-child(2) {
  width: 31%;
}
.b06-form-row {
  display: flex;
  justify-content: space-between;
}
.b06-form-row button {
  background: #8dc63f;
  width: 115px;
  border: none;
  border-radius: 15px;
}
.b06-form-row textarea {
  width: calc(100% - 125px);
  line-height: 1.5em;
  padding: 14px 30px;
  border-radius: 12px;
  border: none;
  font-size: 12px;
  font-style: italic;
  height: 90px;
}
.footer-main {
  padding: 50px 0 30px;
}
.footer-main .container {
  display: flex;
  justify-content: space-between;
}
.f-mod {
  width: calc(33.33% - 20px);
}
.f-ttl {
  font-size: 20px;
  color: #8dc63f;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.f-txt {
  font-size: 16px;
}
.f-txt a {
  color: #8dc63f;
  font-size: 13px;
  display: inline-block;
  margin-left: 10px;
  text-decoration: none;
}
.f-social a {
  display: inline-block;
  margin-right: 10px;
}
.f-img {
  margin: 0;
}
.f-info {
  font-size: 16px;
  line-height: 1.6em;
  margin: 0 0 20px;
  position: relative;
  padding-left: 50px;
}
.f-info:before {
  content: '';
  position: absolute;
  background: url("/W_images/f_add.png") no-repeat;
  background-size: 100% auto;
  width: 35px;
  height: 34px;
  left: 2px;
  top: 5px;
}
.f-mail:before {
  background-image: url("/W_images/f_mail.png");
  width: 38px;
  height: 23px;
  left: 0;
  top: 5px;
}
.f-tel:before {
  background-image: url("/W_images/f_tel.png");
  width: 36px;
  height: 31px;
  left: 0;
  top: 2px;
}
.f-time:before {
  background-image: url("/W_images/f_time.png");
  width: 34px;
  height: 34px;
  left: 0;
  top: 2px;
}
.f-info a {
  text-decoration: none;
  color: #666;
}
.f-tel {
  font-size: 24px;
  color: #8dc63f;
  font-weight: 900;
  font-family: 'iCielPanton';
}
.f-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.f-list li {
  width: calc(33.33% - 30px);
  margin-bottom: 20px;
}
.f-list li img {
  width: 100%;
}
.copyright {
  margin: 0;
  text-align: center;
  background: #8dc63f;
  color: #000;
  padding: 15px 0;
}
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 3%;
  }
}
@media screen and (max-width: 1024px) {
	.gnavi > li > a{padding: 10px ;}
}
@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 67px;
  }
  #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: #305005;
    border-radius: 5px;
  }
  .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 {
    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);
  }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 105px;
    line-height: 0;
  }
  .h-top {
    display: none;
  }
  #gnavi {
    position: fixed;
    top: 67px;
    left: 0;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: calc(100% - 67px);
    padding: 40px 3%;
    overflow: auto;
    display: none;
  }
  .logo a {
    width: 120px;
    padding: 5px 15px;
  }
  .logo {
    margin: 0 auto 0 0;
    padding: 0;
  }
  .h-search {
    order: 0;
    border: none;
    padding: 0;
    margin: 0 10px 0 0;
  }
  .h-search-ttl {
    width: 50px;
    border: 1px solid #fff;
    text-align: center;
    height: 43px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
  }
  .gnavi {
    display: block;
  }
  .gnavi > li > a {
    text-align: center;
    background: #8dc63f;
    color: #fff;
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .gnavi > li.active > a, .gnavi > li:hover > a {
    background: #8dc63f;
  }
  .submenu, .subsubmenu {
    position: relative;left:0;
  }
  .submenu a {
    padding: 15px 20px;
    text-align: center;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
  .subsubmenu a{background: rgb(62 86 29 / 95%);}
  .main-slide .slick-dots li button {
    width: 20px;
    height: 20px;
  }
  .main-slide .slick-dots li button:before {
    width: 10px;
    height: 10px;
    top: calc(50% - 5px);
    left: calc(50% - 5px);
  }
  .box01 {
    padding: 40px 0;
  }
  .b01-item {
    width: 32%;
  }
  .b01-item a {
    padding: 20px 10px;
  }
  .b01-itm-img img {
    width: 50px;
  }
  .b01-itm-img {
    margin: 0 0 10px;
  }
  .b01-itm-ttl {
    font-size: 15px;
  }
  .box02 {
    padding: 40px 0;
  }
  .idx-ttl {
    font-size: 22px;
  }
  .b02-item {
    width: 48%;
    margin: 0 4% 30px 0;
  }
  .b02-item:nth-child(3n) {
    margin-right: 4%;
  }
  .b02-item:nth-child(2n) {
    margin-right: 0;
  }
  .b02-itm-new {
    font-size: 14px;
  }
  .b02-itm-new:before {
    border-width: 0 0 28px 10px;
    left: -10px;
  }
  .b02-itm-main {
    padding: 20px 15px;
  }
  .b02-itm-price {
    font-size: 14px;
  }
  .b02-itm-main:before {
    right: 15px;
    top: 15px;
  }
  .b02-itm-main:after {
    right: 22px;
    top: 8px;
  }
  .b02-itm-price:before {
    top: 15px;
    right: 40px;
  }
  .b02-itm-ttl {
    font-size: 18px;
  }
  .b02-itm-txt {
    font-size: 14px;
    line-height: 1.5em;
  }
  .box03 {
    padding: 40px 0;
  }
  .b03-list {
    display: block;
    margin: 0 0 10px;
  }
  .b03-item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto 20px;
  }
  .b03-itm-ttl {
    font-size: 18px;
  }
  .b03-item:last-child {
    margin-right: auto;
  }
  .box04 {
    padding: 40px 0;
  }
  .b04-itm-txt {
    font-size: 14px;
  }
  .box05 {
    padding: 40px 0;
  }
  .box05 .container {
    display: block;
  }
  .b05-main {
    width: 100%;
    text-align: center;
    margin: 0 0 30px;
  }
  .box05 .idx-ttl {
    text-align: center;
    line-height: 1.5em;
  }
  .b05-main-txt {
    font-size: 14px;
  }
  .b05-list {
    width: 100%;
  }
  .b05-item {
    width: 32%;
    padding: 20px 10px;
    border-radius: 10px;
  }
  .b05-itm-img img {
    width: 45px;
  }
  .b05-itm-txt {
    font-size: 14px;
  }
  .box06 {
    padding: 40px 0;
  }
  .box06 .container {
    padding: 0 3%;
  }
  .b06-txt {
    font-size: 14px;
  }
  .b06-form-row {
    display: block;
    margin: 0;
  }
  .b06-form-row input {
    width: 100% !important;
    margin: 0 0 10px;
  }
  .b06-form-row textarea {
    width: 100%;
    margin: 0 0 20px;
  }
  .b06-form-row button {
    padding: 15px 10px;
    margin: 0 auto;
    display: block;
  }
  .footer-main {
    padding: 30px 0 0;
  }
  .footer-main .container {
    display: block;
  }
  .f-mod {
    width: 100%;
    margin: 0 0 30px;
  }
  .f-ttl {
    text-align: center;
    font-size: 16px;
    margin: 0 0 5px;
  }
  .f-txt {
    font-size: 14px;
  }
  .f-info {
    font-size: 14px;
    margin: 0 0 10px;
    padding-left: 35px;
  }
  .f-info:before {
    width: 26px;
    height: 26px;
    background-position: center center;
    top: 0;
  }
  .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 480px) {
  .b01-list, .b05-list {
    display: block;
  }
  .b01-item, .b05-item {
    width: 100%;
    margin: 0 0 15px;
  }
  .b01-item:last-child, .b05-item:last-child {
    margin: 0;
  }
  .b02-item {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 400px;
  }
  .b02-item:nth-child(2n), .b02-item:nth-child(3n) {
    margin-right: auto;
  }
  .f-list li {
    width: calc(33.33% - 5px);
    margin-bottom: 10px;
  }
  .b04-thumb .slick-slide {
    margin: 0 5px;
  }
  .main-slide img {
    height: 175px;
    width: auto;
  }
  .main-slide .slick-slide {
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
}