﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400&display=swap');
h1, h2, h3, h4, h5, h6, input, button, textarea, select, p, blockquote, th, td, pre, address, li, dt, dd {
  font-size: 16px;
  -webkit-text-size-adjust: none;
}
header, section, footer, aside, nav, main, article, figure {
  display: block;
}
img {
  vertical-align: bottom;
}
a {
  color: #f79930;
}
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.3em;
}
#totop {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 10;
  margin-bottom: 0;
  width: 50px;
}
#totop a {
  display: block;
  transition: all 0.5s;
  -webkit-animation: slide-top 0.8s linear infinite alternate-reverse;
  animation: slide-top 0.8s linear infinite alternate-reverse;
}
#totop a:hover {
  opacity: 0.7;
}
@-webkit-keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
@keyframes slide-top {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
  outline: none;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  color: #333333;
    font-family: 'UTMAvo';
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
}
.container {
  width: 100%;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
h1 {
  display: none;
}
.h_top {
  background: #ebebeb;
  padding: 5px 0;
}
.h_top .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.h_info {
    display: flex;
}
.h_info li {
  font-size: 14px;
  position: relative;
  padding-left: 25px;
}
.h_info li:not(:last-child) {
  border-right: 1px solid #ddd;
  padding-right: 20px;
  margin-right: 20px;
}
.h_info li:before {
  content: '';
  position: absolute;
  background: url("../W_images/h_tel.png") no-repeat center center/100% auto;
  width: 17px;
  height: 16px;
  left: 0;
  top: 2px;
}
.h_info li a {
  display: inline-block;
  color: #333333;
  text-decoration: none;
}
.h_info li:nth-child(2):before {
  background-image: url("../W_images/h_mail.png");
  width: 22px;
}
.h_info li:nth-child(2) {
  padding-left: 30px;
}
.h_top_link {
  display: flex;
}
.h_top_link li a {
  display: inline-block;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s;
}
.h_top_link li a:hover {
  color: #f79930;
}
.h_top_link li:not(:last-child) {
  border-right: 1px solid #ddd;
  margin-right: 15px;
  padding-right: 15px;
}
.h_main {
  padding: 20px 0;
}
.h_main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0;
}
.h_form {
  display: flex;
  border: 1px solid #ff6a00;
  border-radius: 30px;
  width: 60%;
  overflow: hidden;
}
.h_form select {
  border: none;
  font-size: 15px;
  padding: 5px 20px;
  background: transparent;
  flex-shrink: 0;
}
.h_form button {
  background: #ff6a00;
  color: #fff;
  padding: 10px 30px;
  border: none;
  flex-shrink: 0;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s;
  text-decoration:none;
}
.h_form  input {
  width: 100%;
  padding: 10px 20px;
  font-size: 15px;
  font-style: italic;
  border: none;
  border-left: 1px solid #ccc;
  margin-left: 20px;
}
.h_form .button:hover {
  background: #ccc;
}
.h_cart {
  margin: 0;
}
.h_cart a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
}
.h_cart a:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../W_images/h_cart.png") no-repeat center center/100% auto;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}
.h_cart a span {
  width: 24px;
  height: 24px;
  background: #ff6a00;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-bottom: 2px;
  position: relative;
}
.h_cart a span:before {
  content: '';
  position: absolute;
  width: 0;
height: 0;
border-style: solid;
border-width: 4px 8px 4px 0;
border-color: transparent #ff6a00 transparent transparent;
  left: -6px;
  top: calc(50% - 4px);
}
#gnavi {
  background: #ff9d57;
  color: #fff;
}
#gnavi .container {
  display: flex;
  align-items: center;
}
.h_cate {
  width: 270px;
  position: relative;
  background: #f34431;
}
.h_cate_ttl {
  margin: 0;
  position: relative;
  font-weight: bold;
  text-transform: uppercase;
  padding: 16px 60px 16px 20px;
}
.h_cate_ttl .icon {
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  top: calc(50% - 1px);
  right: 27px;
}
.h_cate_ttl .icon:before, .h_cate_ttl .icon:after {
  width: 100%;
  height: 100%;
  content: '';
  position: absolute;
  left: 0;
  background: #fff;
}
.h_cate_ttl .icon:before {
  top: -7px;
}
.h_cate_ttl .icon:after {
  top: 7px;
}
.h_cate_link {
  position: absolute;
  width: 100%;
  display: none;
  z-index: 5;
}
.h_cate_link li a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #f34431;
  padding: 10px 20px;
  margin-top: 1px;
  transition: all 0.8s;
}
.h_cate_link li a:hover {
  background: #ff9d57;
}
.submenu {
    position: absolute;
    width: 100%;
    display: none;
    z-index: 5;
    opacity: 1;
    left: 101%;
	top:0;
}
.submenu li a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #f34431;
    padding: 10px 20px;
    margin-top: 1px;
    transition: all 0.8s;
}
.cate_link {
    position:relative;
}

.gnavi {
  display: flex;
}
.gnavi > li>a {
  text-decoration: none;
  color: #fff;
  padding: 0 30px;
  border-right: 1px solid #fff;
  transition: all 0.3s;
}
.gnavi > li>a:hover {
  color: #f34431;
}
.gnavi >li:last-child>a {
  border-right: none;
}
.main_slide p {
  margin: 0;
}
.main_slide img {
  width: 100%;
}
.main_slide .slick-arrow {
  width: 70px;
  height: 50px;
  background: url("../W_images/prev.png") no-repeat center center/100% auto;
  position: absolute;
  z-index: 5;
  top: calc(50% - 25px);
  left: 5%;
  cursor: pointer;
  border: none;
  text-indent: -500000px;
}
.main_slide .slick-next {
  background-image: url("../W_images/next.png");
  left: auto;
  right: 5%;
}
.box01 {
  background: #f7f7f7;
  padding: 70px 0;
  text-align: center;
  color: #f79930;
}
.b01_list {
  display: flex;
  justify-content: space-between;
}
.b01_item {
  width: 25%;
  padding: 0 30px;
  border-right: 1px solid #f79930;
}
.b01_item:last-child {
  border-right: none;
}
.b01_itm_ttl {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.5em;
}
.b01_itm_txt {
  margin: 0;
  font-size: 14px;
}
.b01_itm_img {
  margin-bottom: 10px;
}
.box02 {
  padding: 75px 0;
}
.b02_list {
    display: flex;
  border-top: 3px solid #f79930;
}
.b02_item {
    width: 20%;
  position: relative;
  overflow: hidden;
}
.b02_item:nth-child(1) {
  background: url("../W_images/b02_bg.png") no-repeat top right #f79930;
  color: #fff;
  padding: 40px 30px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.b02_ttl {
    font-size: 26px;
    text-transform: uppercase;
    line-height: 1.5em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}
.b02_link a{
    text-decoration: none;
    color: #fff;
    display: inline-block;
    font-size: 20px;
  font-family: 'Oswald', sans-serif;
  font-weight: 200;
  transition: all 0.3s;
}
.b02_link a:hover {
  color: #333;
}
.b02_link li {
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
}
.b02_link li:before {
  content: '';
  position: absolute;
  background: url("../W_images/idx_icon01.png") no-repeat center center/100% auto;
  left: 0;
  top: 5px;
  width: 24px;
  height: 10px;
}
.b02_itm_img {margin: 0;
}
.b02_itm_img {
  display: block;
  overflow: hidden;
  position: relative;
}
.b02_itm_img img {
  width: 100%;
  transition: all 0.7s;
}
.b02_item:hover .b02_itm_img img {
  transform: scale(1.1,1.1);
}
.b02_itm_main {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
  padding: 20px;
  display: flex;
    flex-direction: column;
    justify-content: space-between;
  height: 100%;
}
.b02_item:not(:nth-child(1)) .b02_itm_img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
  opacity: 0.5;
  top: calc(100% - 80px);
  left: 0;
  transition: all 0.3s;
}
.b02_item:hover .b02_itm_img:after {
  top: 0;
}
.b02_itm_ttl {
    display: block;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    line-height: 1.5em;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  text-align: center;
  transition: all 0.3s;
}
.b02_item:hover .b02_itm_ttl {
  color: #f79930;
}
.b02_itm_ttl {
  margin-bottom: 5px;
  margin-top: auto;
}
.b02_itm_star {
  margin: 0;
  text-align: center;
}
.b02_itm_link {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  opacity: 0;
  transition: all 0.3s;
}
.b02_itm_link li{
    width: 35px;
    height: 35px;
    display: flex;
    background: #f79930;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
  transition: all 0.3s;
}
.b02_itm_link img {
  flex-shrink: 0;
}
.b02_item:hover .b02_itm_link{opacity:1;}
.b02_itm_link li:not(:last-child) {
  margin-right: 10px;
}
.b02_itm_link a:hover {
  background: #f34431;
}
.b02_list:not(:last-child) {
  margin-bottom: 70px;
}
.b02_bnr {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}
.b02_bnr p {
    width: 33.33%;
    margin: 0;
}
.b02_bnr img {
  width: 100%;
}
.box03 {
    background: #f7f7f7;
    padding: 70px 0;
}
.idx_ttl {
    font-size: 40px;
    color: #f79930;
    line-height: 1.5em;
    margin-bottom: 30px;
  text-transform: uppercase;
}
.b03_list {
    display: flex;
  justify-content: space-between;
}
.b03_list >* {
    width: calc(50% - 15px);
}
.b03_item a {
    text-decoration: none;
    position: relative;
    display: block;
}
.b03_itm_img {
    margin: 0;
    overflow: hidden;
}
.b03_itm_img img {
    width: 100%;
    transition: all 0.7s;
}
.b03_item a:hover .b03_itm_img img {
  transform: scale(1.1,1.1);
}
.b03_itm_main {
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: url(../W_images/b06_icon02.png) no-repeat left center/auto 100%;
    padding: 11px 30px 12px 115px;
    width: 495px;
}
.b03_itm_ttl {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.5em;
    margin-bottom: 3px;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.b03_itm_txt {
    margin: 0;
    color: #fff;
}
.b03_col a {
    display: flex;
  background: #ebebeb;
}
.b03_col .b03_itm_img {
    width: 45%;
}
.b03_col .b03_item:not(:last-child) {
  margin-bottom: 30px;
}
.b03_col .b03_itm_main {
    background-image: url(../W_images/b06_icon03.png);
    width: 372px;
    left: 40%;
    /*top: 50%;
    transform: translateY(-50%);*/
}
.b03_col .b03_itm_ttl {
  color: #fff;
}
.box04 {
  padding: 70px 0;
}
.box05 {
  padding: 70px 0;
  background: url("../W_images/b08_bg.jpg") no-repeat center center/cover;
}
.box05 .idx_ttl {
  text-align: center;
}
.b05_list {
  display: flex;
}
.b05_item {
  width: calc(33.33% - 30px);
  margin: 0 45px 0 0;
}
.b05_item:last-child {
  margin-right: 0;
}
.b05_item a {
  text-decoration: none;
  background: #fff;
  display: block;
  color: #000;
}
.b05_itm_img {
    margin: 0;
  overflow: hidden;
}
.b05_itm_img img {
  width: 100%;
  transition: all 0.7s;
}
.b05_item a:hover .b05_itm_img img {
  transform: scale(1.1,1.1);
}
.b05_itm_main {
    padding: 20px 30px;
}
.b05_itm_ttl {
    color: #ff9d57;
    font-size: 24px;
    line-height: 1.5em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 8px;
  font-family: 'Oswald', sans-serif;
}
.b05_itm_date {
    font-size: 14px;
    margin: 0 0 10px;
  background: url("../W_images/b05_date.png") no-repeat left center;
  padding-left: 20px;
}
.b05_itm_txt {
    margin: 0;
    text-align: justify;
}
.box06 .idx_ttl {
  text-align: center;
}
.box06 {
  padding: 70px 0;
}
.b06_list.slick-initialized .slick-slide {
  margin: 0 15px;
  height: 80px;
  border: 1px solid #d7d7d7;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.b06_list img {
  flex-shrink: 0;
}
.footer01 {
  background: url("../W_images/f_bg.jpg?v=1.000") no-repeat center center/cover;
  padding: 100px 0;
  text-align: center;
  color: #fff;
}
.f01_ttl {
    font-size: 40px;
    text-transform: uppercase;
    margin: 0 0 20px;
  color: #fff;
}
.f01_txt01 {
    font-size: 18px;
}
.f01_form {
    width: 100%;
    max-width: 700px;
    margin: 0 auto 20px;
    position: relative;
}
.f01_form input {
    width: 100%;
    border: none;
    font-size: 18px;
    padding: 20px 40px;
    border-radius: 50px;
}
.f01_form button {
    background: #f79930;
    position: absolute;
    border: none;
    right: 0;
    color: #fff;
    padding: 20px 30px;
    font-size: 18px;
    border-radius: 50px;
    cursor: pointer;
  transition: all 0.3s;
}
.f01_form button:hover {
  background: #222;
}
.f01_txt02 {
    width: 100%;
    max-width: 460px;
    font-size: 14px;
    margin: 0 auto 20px;
    font-style: italic;
  line-height: 2.4em;
}
.f01_tel {
    margin: 0;
    font-size: 24px;
color: #fdfe00;
    font-weight: 600;
}
.footer02 {
  background: #f5f5f5;
  padding: 70px 0 50px;
  color: #898989;
}
.f_col {
    display: flex;
    justify-content: space-between;
}
.f_mod {
    width: 30%;
}
.f_txt {
    margin: 0;
    text-align: justify;
    line-height: 1.8em;
}
.f_ttl {
    font-size: 24px;
    color: #f79930;
    text-transform: uppercase;
    margin: 20px 0 40px;
}
.f_menu a {
    display: inline-block;
    color: #888888;
    text-decoration: none;
}
.f_menu li {
  background: url("../W_images/f_icon.png") no-repeat left center;
  padding-left: 25px;
  margin-bottom: 20px;
}
.f_menu {
  display: flex;   
  flex-flow:column wrap;
  height: 150px;
}
.f_add {
  background: url("../W_images/f_add.png") no-repeat left top 3px;
  padding-left: 25px;
}
.f_tel {
  background: url("../W_images/f_tel.png") no-repeat left center;
  padding-left: 25px;
}
.f_mail {
  background: url("../W_images/f_mail.png") no-repeat left center;
  padding-left: 25px;
}
.f_mail a {
  text-decoration: none;
  color: #888;
}
.f_social {
    border-top: 1px solid #ddd;
    text-align: center;
    margin: 50px 0 20px;
    padding-top: 50px;
}.f_social a {
  display: inline-block;
}
.f_social a:not(:last-child) {
  margin-right: 15px;
}
.f_copyright {
    margin: 0;
    text-align: center;
    font-size: 14px;
}
.f_copyright a {
  text-decoration: none;
  color: #fbb124;
}


/*
  font-family: 'Oswald', sans-serif;
*/
@media screen and (max-width: 1400px) {
  .container {
    padding: 0 3%;
  }
  .gnavi > li>a {
    padding: 0 20px;
}
}
@media screen and (max-width: 1366px) {
	.b02_item:nth-child(1) {
		padding: 20px 30px 30px;
	}
	.b02_ttl {
		font-size: 21px;
	}
	.b02_item:nth-child(1){
		font-size:15px;
	}
}
@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: 79px;
  }
  #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: #f79930;
    margin-left: 10px;
  }
  .menu-icon span {
    display: block;
    margin: 0 auto 15px;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-duration: 0;
    -moz-transition-duration: 0;
    -ms-transition-duration: 0;
    -o-transition-duration: 0;
    transition-duration: 0;
    -webkit-transition-delay: 0.2s;
    -moz-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    top: 12px;
    left: 0;
    position: relative;
  }
  .menu-icon span::after, .menu-icon span::before {
    display: block;
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background-color: #fff;
    -webkit-transition-property: margin, -webkit-transform;
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-transition-delay: 0.2s, 0;
    -moz-transition-delay: 0.2s, 0;
    -ms-transition-delay: 0.2s, 0;
    -o-transition-delay: 0.2s, 0;
    transition-delay: 0.2s, 0;
  }
  .menu-icon span::before {
    margin-top: -10px;
  }
  .menu-icon span::after {
    margin-top: 10px;
  }
  .menu-icon.active span {
    background-color: transparent;
  }
  .menu-icon.active span::before, .menu-icon.active span::after {
    margin-top: 0px;
    -webkit-transition-delay: 0, 0.2s;
    -moz-transition-delay: 0, 0.2s;
    -ms-transition-delay: 0, 0.2s;
    -o-transition-delay: 0, 0.2s;
    transition-delay: 0, 0.2s;
  }
  .menu-icon.active span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .menu-icon.active span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .gnv-ico {
    width: 50px;
    height: 48px;
    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;
  }
  .h_cate_link li {
    position: relative;
}
  .h_cate_link li.active > .gnv-ico:before {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
    .submenu {
        position: relative;
        left:0;
    }
    .submenu li a {
        font-size: 14px;
        padding: 10px 20px;
        text-align: center;
        margin: 0;
        border-bottom: 1px solid;
        background-color:#f34431!important;
    }
  #totop {
    width: 40px;
    right: 3%;
    bottom: 50px;
    line-height: 0;
  }
  .h_top, .h_form {
    display: none;
  }
#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: rgba(255,255,255,0.9);
}
  .h_cart {
    margin: 0 0 0 auto;
  }
.logo {
    width: 150px;
}
.h_main {
    padding: 10px 0;
}
#gnavi {
    position: fixed;
    top: 79px;
    left: 0;
    width: 100%;
    height: calc(100% - 79px);
    padding: 30px 0;
  overflow: auto;
  display: none;
}
#gnavi .container {
    flex-direction: column-reverse;
}
.gnavi {
    display: block;
  width: 100%;
}
.gnavi > li>a {
    display: block;
    padding: 15px 20px;
    text-align: center;
    border-bottom: 1px solid #fff;
    border-right: 0;
}
.h_cate_link {
    display: block!important;
    position: relative;
}
.h_cate {
    width: 100%;
}
  .h_cate_ttl {
    display: none;
  }
.h_cate_link li a {
    background: #ff9d57;
    margin: 0;
    text-align: center;
    padding: 15px 20px;
    border-bottom: 1px solid #fff;
}
.main_slide .slick-arrow {
    width: 50px;
    height: 30px;
    top: calc(50% - 15px);
    left: 3%;
}
.main_slide .slick-next {
    left: auto;
    right: 3%;
}
.box01 {
    padding: 40px 0 20px;
}
.b01_list {
    flex-wrap: wrap;
}
.b01_item {
    width: 50%;
    padding: 0 5%;
    margin-bottom: 20px;
}
  .b01_item:nth-child(2n) {
    border-right: none;
  }
.box02 {
    padding: 40px 0;
}
.b02_list {
    flex-wrap: wrap;
}
  .b02_list:not(:last-child) {
    margin-bottom: 40px;
  }
.b02_item:nth-child(1) {
    width: 100%;
    padding: 20px 5%;
}
.b02_ttl {
    font-size: 20px;
    margin: 0 0 10px;
}
.b02_link a {
    font-size: 16px;
}
.b02_link li:before {
    width: 20px;
    height: 8px;
}
.b02_link li {
    padding-left: 30px;
}
.b02_item {
    width: 50%;
}
.b02_bnr {
    display: block;
  margin-bottom: 40px;
}
.b02_bnr p {
    width: 100%;
    margin: 0 0 10px;
}
.box03 {
    padding: 40px 0 30px;
}
.idx_ttl {
    text-align: center;
    font-size: 26px;
    margin-bottom: 20px;
}
.b03_list {
    display: block;
}
.b03_list >* {
    width: 100%;
    margin-bottom: 20px;
}
.box04 {
    padding: 40px 0;
}
.b03_itm_ttl {
    font-size: 16px;
}
.b03_itm_txt {
    font-size: 12px;
}
.b03_itm_main {
    padding-left: 90px;
    width: calc(100% - 20px);
    max-width: 450px;
    left: 20px;
    bottom: 20px;
}
.b03_col a {
    display: block;
}
.b03_col .b03_itm_img {
    width: 100%;
}
.b03_col .b03_itm_main {
    left: 20px;
    bottom: 20px;
    transform: none;
    top: auto;
  background-image: url("../W_images/b06_icon02.png");
  width: calc(100% - 20px);
}
.box05 {
    padding: 40px 0 10px;
}
.b05_list {
    display: block;
}
.b05_item {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 30px;
}
.b05_itm_main {
    padding: 20px 5%;
}
.b05_itm_ttl {
    font-size: 20px;
}
.b05_item:last-child {
    margin-right: auto;
}
.box06 {
    padding: 40px 0;
}
  .b06_list.slick-initialized .slick-slide {
    margin: 0 5px;
  }
.footer01 {
    padding: 40px 0;
}
.f01_ttl {
    font-size: 26px;
}
.f01_txt01 {
    font-size: 14px;
}
.f01_form input {
    font-size: 14px;
    padding: 15px 20px;
}
.f01_form button {
    font-size: 14px;
    padding: 15px 20px;
}
.f01_txt02 {
    font-size: 12px;
    line-height: 2em;
}
.f01_tel {
    font-size: 20px;
}
.footer02 {
    padding: 40px 0 20px;
}
.f_col {
    display: block;
}
.f_mod {
    width: 100%;
}
.f_ttl {
    font-size: 18px;
    margin: 30px 0 15px;
}
.f_menu li {
    margin-bottom: 10px;
}
.f_menu {
    height: 90px;
}
.f_social a {
    width: 30px;
}
.f_social a:not(:last-child) {
    margin-right: 10px;
}
.f_social {
    margin-top: 30px;
    padding-top: 30px;
}
.f_copyright {
    font-size: 12px;
}
}
@media screen and (max-width: 480px) {
.b01_item {
    width: 48%;
    border-right: 0;
    border-bottom: 1px solid;
    padding: 0 0 20px;
}
  .b01_item:last-child {
    /*border-bottom: none;*/
    padding: 0;
  }
  .b02_itm_ttl{
	  white-space: unset;
    overflow: unset;
    text-overflow: unset;
  }
}
@media screen and (max-width: 320px) {
.b02_item {
    width: 100%;
}
}