﻿@charset "UTF-8";
@import "base.css";
@import "font-family.css";
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400&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: #3b3b3b;
}
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;
  margin-bottom: 0;
  width: 60px;
}
#totop a:last-child {
  display: block;
  transition: all 0.5s;
  border: 1px solid #ccc;
}
#totop a:hover {
  opacity: 0.7;
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
*, *:before, *:after {
  box-sizing: border-box;
}
/*==========================================================================*/
/*                            Container                                     */
/*==========================================================================*/
body {
  font-family: 'Roboto', sans-serif;
  color: #3b3b3b;
}
#wrapper {
  min-width: 1200px;
  overflow: hidden;
  padding-top: 171px;
}
.container,.under #content {
  width: 100%;
  min-width: 1200px;
  padding: 0 5%;
  margin: 0 auto;
  position: relative;
}
img {
  max-width: 100%;
}
.sp {
  display: none;
}
#header {
    border-top: 5px solid #3b3b3b;
    padding: 20px 0 0;
    color: #000;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: rgba(255, 255, 255, 0.9);
    left: 0;
    top: 0;
}
#header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo {
  margin: 0 auto 0 0;
  width: 141px;
}
.h-tel {
  margin: 0 3% 0 0;
  background: #3b3b3b;
  color: #fff;
  font-size: 18px;
  text-align: center;
  padding: 10px 20px;
}
.h-tel:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../W_images/h_tel.png") no-repeat;
  background-size: 100% auto;
  width: 17px;
  height: 22px;
  margin-right: 8px;
  top: 5px;
}
.h-mail {
  margin: 0 3% 0 0;
  line-height: 1.5em;
  font-size: 15px;
}
.h-mail:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../W_images/h_email.png") no-repeat;
  background-size: 100% auto;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  top: 0;
}
.h-mail a {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
.h-add {
  margin: 0 3% 0 0;
  line-height: 1.5em;
  font-size: 15px;
}
.h-add:before {
  content: '';
  position: relative;
  display: inline-block;
  background: url("../W_images/h_add.png") no-repeat;
  background-size: 100% auto;
  width: 21px;
  height: 20px;
  margin-right: 8px;
  top: 0;
}
.h-add span {
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}
.h-social {
  margin: 0;
}
.h-social a {
  display: inline-block;
  margin-left: 10px;
}
#gnavi {
  background: #3b3b3b;
  margin-top: 20px;
}
.gnavi {
  display: flex;
  justify-content: center;
}
.gnavi li {
  position: relative;
}
.gnavi > li > a {
  display: block;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  padding: 13px 3.5vw;
  white-space: nowrap;
  transition: all 0.5s;
}
.gnavi > li.active > a, .gnavi > li:hover > a{
  background: #626262;
}
.submenu {
  position: absolute;
  z-index: 999;
  width: 100%;
  display: none;
}
.submenu a {
  display: block;
  text-decoration: none;
  color: #fff;
  background: #3b3b3b;
  padding: 8px 15px;
  margin-top: 1px;
  font-size: 16px;
  transition: all 0.5s;
}
.submenu a:hover {
  opacity: 0.7;
}
.subsubmenu{
  position: absolute;
  min-width: 200px;
    left: calc(100% + 2px);
    top: 0;
  display: none;
}
.main-slide .main-itm-img {
  margin: 0;
}
.main-slide .main-itm-img img {
  max-width: none;
  width: 100%;
}
.main-itm-cnt {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
}
.main-itm-cnt:before {
  content: '';
  position: absolute;
  width: 38%;
  height: 100%;
  z-index: -1;
  background: #000;
  opacity: 0.85;
  top: 0;
  right: 0;
}
.main-itm-txt {
    width: 34%;
    float: right;
  background: url("../W_images/main_icon.png") no-repeat top left;
  padding-top: 55px;
  font-size: 23px;
  text-transform: uppercase;
}
.main-itm-txt > span {
  font-size: 32px;
  font-weight: bold;
  display: block;
}
.main-itm-txt > span >span {
  font-family: 'UTMMicra';
  font-size: 36px;
  display: block;
  font-weight: normal;
  margin: 10px 0 20px;
}
.main-slide .slick-dots {
  position: absolute;
  left: 5%;
  bottom: 30px;
  display: flex;
}
.main-slide .slick-dots button {
  background: rgba(59,59,59,0.5);
  border: none;
  width: 34px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 18px;
  margin-right: 10px;
}
.main-slide .slick-dots .slick-active button {
  background: #3b3b3b;
}
.box01 {
  padding: 60px 0;
}
.b01-main {
  width: 50%;
  position: relative;
}
.b01-ttl {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  line-height: 1.5em;
  margin: 0 0 25px;
}
.b01-img {
    width: calc(100% - 55px);
    position: absolute;
    top: 0;
    left: calc(100% + 55px);
  height: 100%;
  margin: 0;
  background: url("../W_images/b01_img01.jpg") no-repeat center center/cover;
}
.b01-img img {
  display: none;
}
.b01-txt .b01-txt-note {
  font-size: 20px;
  font-family: 'SFUAriston';
  margin: 0 0 15px;
}
.b01-txt p {
  color: #000;
  font-size: 18px;
  line-height: normal;
  margin: 0 0 15px;
}
.b01-txt {
  margin: 0 0 30px;
}
.idx-btn {
  margin: 0;
}
.idx-btn a {
  text-decoration: none;
  background: #3b3b3b;
  color: #fff;
  display: inline-block;
  text-align: center;
  padding: 8px 20px;
  transition: all 0.5s;
}
.idx-btn a:hover {
  background: #000;
}
.idx-btn a:after {
  content: '';
  position: relative;
  display: inline-block;
  width: 0;
height: 0;
border-style: solid;
border-width: 5px 0 5px 9px;
border-color: transparent transparent transparent #ffffff;
  margin-left: 10px;
}
.box02 {
  background: url("../W_images/b02_bg.jpg") no-repeat center center/cover;
  padding: 60px 0;
}
.idx-ttl {
  text-align: center;
  color: #3b3b3b;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.5em;
  margin: 0 0 25px;
}
.b02-list {
  display: flex;
}
.b02-item {
  width: calc(33.33% - 20px);
  margin: 0 30px 0 0;
}
.b02-item:last-child {
  margin: 0;
}
.b02-item a {
  display: block;
  height: 100%;
  background: rgba(255,255,255,0.43);
  text-decoration: none;
  color: #3b3b3b;
  transition: all 0.5s;
}
.b02-item a:hover {
  background: rgba(255,255,255,1);
}
.b02-itm-img {
  margin: 0;
  overflow: hidden;
}
.b02-itm-img img {
  transition: all 0.7s;
  width: 100%;
}
.b02-item a:hover .b02-itm-img img {
  transform: scale(1.1,1.1);
}
.b02-itm-main {
  padding: 25px 30px;
  text-align: center;
}
.b02-itm-ttl {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.b02-itm-txt {
    font-size: 17px;
    color: #8a8a8a;
    font-weight: 700;
    line-height: 1.4em;
    margin: 0 0 15px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.b02-itm-price {
    margin: 0;
    font-weight: 700;
    font-size: 20px;
}
.b02-itm-price span {
  font-size: 18px;
  font-weight: 500;
  text-decoration: underline;
}
.box03 {
  padding: 60px 0;
}
.box03 .b02-item a {
  background: rgba(235,235,235,0.43);
}
.box03 .b02-item a:hover {
  background: rgba(235,235,235,1);
}
.box04 {
  background: #f2f2f2;
  padding: 60px 0 0;
}
.b04-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.b04-item {
  width: calc(33.33% - 20px);
  margin-bottom: 30px;
  color: #3b3b3b;
}
.box04 .idx-ttl {
  text-align: left;
}
.b04-txt {
    margin: 0;
    font-size: 18px;
    line-height: 1.3em;
    text-align: justify;
}
.b04-item a {
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(225,225,225,0.22);
  padding: 30px;
  text-align: center;
  cursor: pointer;
  transition: all 0.5s;
  display: block;
  height: 100%;
  text-decoration: none;
  color: #3b3b3b;
}
.b04-item a:hover {
  background: rgba(255,255,255,0.7);
  border: 1px solid rgba(225,225,225,0.7);
}
.b04-itm-ttl {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px;
}
.b04-itm-txt {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3em;
    margin: 0;
}
.b04-itm-img img {
  transition: all 0.7s;
}
.b04-item:hover .b04-itm-img img {
  transform: rotateY(360deg);
}
.b04-bnr {
  margin: 60px 0 0;
}
.b04-bnr img {
  width: 100%;
}
.box05 {
  padding: 60px 0;
}
.b05-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;
}
.b05-list .slick-slide img {
  flex-shrink: 0;
  max-height: 100%;
}
.f-map iframe {
  width: 100%;
  height: 400px;
}
.footer01 {
  background: #3a3a3a;
  padding: 60px 0 0;
  color: #666666;
}
.footer01 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.f-mod {
  width: 31.5%;
}
.f-txt {
    font-style: italic;
    line-height: 1.5em;
    margin: 0 0 10px;
}
.f-social {
  margin: 0;
}
.f-social a {
  display: inline-block;
  margin-right: 30px;
}
.f-ttl {
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  margin: 0 0 10px;
}
.f-info {
  padding-left: 36px;
  line-height: 1.3em;
  margin: 0 0 10px;
}
.f-add {
  background: url("../W_images/f_add.png") no-repeat left center;
}
.f-mail {
  background: url("../W_images/f_mail.png") no-repeat left center;
}
.f-tel {
  font-size: 18px;
  background: url("../W_images/f_tel.png") no-repeat left center;
}
.f-info a {
  text-decoration: none;
  color: #666;
}
.f-form-txt {
  font-size: 18px;
  line-height: 1.3em;
  margin: 0 0 10px;
}
.f-form input {
  width: 100%;
  outline: none;
  border: none;
  background: #fff;
  border-radius: 40px;
  padding: 20px 30px;
  font-style: italic;
}
.f-form {
  position: relative;
}
.f-form .button {
    position: absolute;
    border: none;
    background: none;
    cursor: pointer;
    outline: none;
    right: 20px;
    top: 12px;
    border-left: 1px solid #f1f1f1;
    padding-left: 25px;
}
.copyright {
  margin: 0;
  text-align: center;
  padding: 30px 0;
  width: 100%;
  border-top: 1px solid #666;
  margin-top: 50px;
}
.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: #ffcc00;
}
.under-main-ttl{
    position:relative;
        font-size: 34px;
    font-weight: bold;
    color: #484848;
    text-align: center;
}
.under-main-ttl:before {
    content: '';
    position: absolute;
    width: 315px;
    height: 12px;
    background: url(../W_images/under-line.png) no-repeat;
    bottom: -18px;
    left: calc(50% - 160px);
}






@media screen and (max-width: 768px) {
  #wrapper {
    min-width: 100%;
    margin: 0;
    padding-top: 75px;
  }
  #main, #footer {
    min-width: 100%;
  }
  .container, .under #content {
    padding: 0 3%;
    min-width: 100%;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .h-tel, .h-mail, .h-add, .h-social {
    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: #3b3b3b;
  }
  .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;
  }
  .logo {
    width: 100px;
}
#header {
    border-top-width: 2px;
    padding: 10px 0;
}
#gnavi {
    position: fixed;
    top: 75px;
    margin: 0;
  width: 100%;
    height: calc(100% - 75px);
    background: rgba(59, 59, 59, 0.9);
  padding: 50px 0;
  overflow: auto;
  display: none;
}
.gnavi {
    display: block;
  width: 100%;
}
.gnavi > li > a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: transparent!important;
    text-align: center;
  padding: 15px 20px;
}
  .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;
}
.submenu a {
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 20px;
    text-align: center;
}
.subsubmenu{
    left:0;
}
.main-itm-cnt:before {
    width: 50%;
}
.main-itm-txt {
    width: 47%;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 4vw;
    background-size: 10% auto;
    font-size: 2.5vw;
}
.main-itm-txt > span {
    font-size: 3.5vw;
}
.main-itm-txt > span >span {
    font-size: 4vw;
    margin: 1vw 0 2vw;
}
.box01 {
    padding: 40px 0;
}
.b01-main {
    width: 100%;
}
.b01-img {
    position: relative;
    width: 100%;
    height: auto;
    left: 0;
    background: none;
  text-align: center;
  margin: 0 0 20px;
}
  .b01-img img {
    display: block;
    margin: 0 auto;
  }
.b01-ttl, .idx-ttl {
    text-align: center;
    font-size: 26px;
    margin: 0 0 20px;
}
.b01-txt .b01-txt-note {
    font-size: 16px;
}
.b01-txt p {
    font-size: 14px;
}
.idx-btn {
    text-align: center;
}
.box02, .box03 {
    padding: 40px 0;
}
.b02-list {
    display: block;
}
.b02-item {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 400px;
}
.b02-itm-main {
    padding: 20px;
}
.b02-itm-ttl {
    font-size: 16px;
}
.b02-itm-txt {
    font-size: 14px;
    margin: 0 0 10px;
}
.b02-itm-price {
    font-size: 16px;
}
.b02-itm-price span {
    font-size: 14px;
}
.b02-item:last-child {
    margin: 0 auto;
}
.b04-item {
    width: calc(50% - 10px);
  margin-bottom: 20px;
}
.b04-txt {
    font-size: 14px;
}
.b04-itm-img img {
    width: 60px;
}
.b04-item a {
    padding: 20px;
}
.b04-itm-img {
    margin: 0 0 10px;
}
.b04-itm-ttl {
    font-size: 18px;
}
.b04-itm-txt {
    font-size: 14px;
}
.box04 {
    padding: 40px 0 0;
}
.b04-bnr {
    margin: 20px 0 0;
}
  .b05-list.slick-initialized .slick-slide {
    margin: 0 6px;
  }
.box05 {
    padding: 30px 0;
}
.f-map iframe {
    height: 250px;
}
.footer01 {
    padding: 30px 0 0;
}
.footer01 .container {
    display: block;
}
.f-mod {
    width: 100%;
    margin: 0 0 20px;
}
.f-logo {
    text-align: center;
}
.f-ttl {
    font-size: 16px;
}
.f-form-txt {
    font-size: 14px;
}
.copyright {
    font-size: 12px;
    padding: 15px 0;
    margin-top: 30px;
}
  #totop a:first-child {
    background: #3b3b3b;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 10px;
    border: 1px solid #fff;
  }
}
@media screen and (max-width: 480px) {
.main-slide .main-itm-img img {
    height: 200px;
    width: auto;
    margin: 0 auto;
}
}
@media screen and (max-width: 425px) {
.b04-item {
    width: 100%;
    margin-bottom: 20px;
}
  }