@charset "UTF-8";
/* 初期化 */
html, body, div, pre, p, blockquote,
form, fieldset, input, textarea, select, option,
dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6,
table, th, td, embed, object {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* フォントスタイル初期設定 */
html {
  font-size: 62.5%; /*標準サイズ*/
}

body {
  font-family: "Noto Sans JP", "Roboto", sans-serif;
  line-height: 1.7;
  word-wrap: break-word;
  color: #333;
  letter-spacing: 0.08em;
  font-size: 1.6rem;
}

.serif {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
}

img {
  border: 0;
  vertical-align: bottom;
}

img[src$=".png"],
img[src$=".jpg"] {
  max-width: 100%;
  height: auto;
}

ul, ol {
  list-style: none;
}

a:hover img.alpha {
  filter: alpha(opacity=70);
  opacity: 0.8;
  -moz-opacity: 0.8;
}

.btnflash a:hover {
  opacity: 0.7;
  animation: flash 1s;
}

.inner {
  margin: 0 auto;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

address {
  font-style: normal;
}

.mt0 {
  margin-top: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.pb0 {
  padding-bottom: 0px;
}
@keyframes flash {
  0% {
    opacity: 0.4;
  }
  100% {
    opacity: 1;
  }
}
.animation-delay1 {
  animation-delay: 1s;
}

.animation-delay2 {
  animation-delay: 2s;
}

.blue {
  color: #0071BC;
}

.red {
  color: #E84834;
}

.flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-between {
  justify-content: space-between;
}

.flex-a-center {
  align-items: center;
}

.row-reverse {
  flex-direction: row-reverse;
}

.flex-c-center {
  justify-content: center;
}

.flex-c-end {
  justify-content: flex-end;
}

.flex-a-end {
  align-items: flex-end;
}

input[type=button], input[type=text], input[type=submit], input[type=image], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

a {
  color: #4241E7;
}

@media print, screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px 15px;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  article {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (max-width: 999px) {
  .pcOnly {
    display: none;
  }
  .sp-center {
    text-align: center;
  }
}
@media print, screen and (min-width: 1000px) {
  .pcFlex {
    display: flex;
  }
  .spOnly {
    display: none;
  }
  .pcCenter {
    text-align: center;
  }
  .sp {
    display: none;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
  }
  .pc-inner {
    width: 1000px;
    margin: auto;
  }
}
button {
  font-weight: 500;
}

:root {
  --fixed-header-height: 210px;
}
@media screen and (max-width: 1000px) {
  :root {
    --fixed-header-height: 65px;
  }
}

/* ---------------------------------------------
*   l-home-wrapper
--------------------------------------------- */
.l-home-wrapper {
  padding-top: var(--fixed-header-height);
}

/* ---------------------------------------------
*   html
--------------------------------------------- */
@media screen and (max-width: 1000px) {
  html.is-noscroll {
    min-height: 100%;
    min-height: 100dvh;
  }
}

/* ---------------------------------------------
*   body
--------------------------------------------- */
@media screen and (max-width: 1000px) {
  .is-noscroll body {
    position: fixed;
    width: 100%;
    height: 100%;
    height: 100dvh;
    box-sizing: border-box;
  }
}

/* ---------------------------------------------
*   header
--------------------------------------------- */
/*  l-header
--------------------------------------------- */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  height: var(--fixed-header-height);
  background-color: #fff;
  box-sizing: border-box;
}

/*  l-header-container
--------------------------------------------- */
@media print, screen and (max-width: 999px) {
  .l-header-container {
    padding-inline: 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .l-header-container {
    display: flex;
    align-items: center;
    height: 100%;
  }
}

/*  l-header-contact
--------------------------------------------- */
.l-header-contact {
  padding-top: 15px;
}
.l-header-contact-tel {
  padding-right: 20px;
}

/*  l-header-logo
--------------------------------------------- */
.l-header-logo {
  text-align: center;
}
.l-header-logo__link {
  display: block;
}
@media (hover: hover) and (pointer: fine) {
  .l-header-logo__link {
    transition: opacity 0.3s;
  }
  .l-header-logo__link:hover {
    opacity: 0.8;
  }
}
@media print, screen and (max-width: 767px) {
  .l-header-logo {
    text-align: left;
    max-width: 200px;
    margin-right: auto;
    padding-bottom: 10px;
  }
}

/*  l-header-menu
--------------------------------------------- */
@media screen and (min-width: 1001px) {
  .l-header-menu {
    display: block !important;
  }
}
@media screen and (max-width: 1000px) {
  .l-header-menu {
    position: fixed;
    top: var(--fixed-header-height);
    left: 0;
    right: 0;
    width: 100%;
    height: calc(100% - var(--fixed-header-height));
    overflow-y: auto;
    display: none;
    background-color: rgba(50, 50, 50, 0.9);
  }
}
@media screen and (max-width: 1000px) {
  .l-header-menu__container {
    padding: 50px 20px 100px;
  }
}

/*  l-header-nav
--------------------------------------------- */
.l-header-nav__list {
  align-items: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  .l-header-nav__list {
    display: block;
  }
}
.l-header-nav__item a {
  color: #333;
  text-decoration: none;
  padding: 15px;
}
@media screen and (max-width: 1000px) {
  .l-header-nav__item a {
    color: #fff;
  }
}
@media screen and (max-width: 1000px) {
  .l-header-nav__item {
    border-bottom: 1px solid #fff;
  }
  .l-header-nav__item:first-of-type {
    border-top: 1px solid #fff;
  }
}
@media screen and (max-width: 1000px) {
  .l-header-nav__link {
    display: block;
    padding: 35px;
    color: #fff;
  }
}
.l-header-nav li:not(:last-child)::after {
  content: "/";
}
@media screen and (max-width: 1000px) {
  .l-header-nav li:not(:last-child)::after {
    content: "";
    display: none;
  }
}

/*  l-header-menu-button
--------------------------------------------- */
.l-header-menu-mail {
  display: none;
  position: fixed;
  top: 10px;
  right: 60px;
  border: 0;
  background: none;
  margin: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  touch-action: manipulation;
  cursor: pointer;
}
@media screen and (max-width: 1000px) {
  .l-header-menu-mail {
    display: block;
  }
}

.l-header-menu-button {
  display: none;
  position: fixed;
  top: 10px;
  right: 10px;
  margin: 0;
  padding: 16px 12px;
  outline: none;
  border: 0;
  border-radius: 50%;
  background-color: #333;
  box-shadow: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 1000px) {
  .l-header-menu-button {
    display: block;
  }
}
.l-header-menu-button .l-header-menu-button__lines {
  position: relative;
  display: block;
  width: 20px;
  height: 12px;
}
.l-header-menu-button .l-header-menu-button__line {
  position: absolute;
  left: 0;
  display: block;
  padding-top: 2px;
  width: 100%;
  height: 0;
  background-color: #fff;
  transition: 0.3s;
}
.l-header-menu-button .l-header-menu-button__line--top {
  top: 0;
}
.is-menu-opened .l-header-menu-button .l-header-menu-button__line--top {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

.l-header-menu-button .l-header-menu-button__line--center {
  top: 50%;
  margin-top: -1px;
}
.is-menu-opened .l-header-menu-button .l-header-menu-button__line--center {
  background-color: rgba(0, 0, 0, 0);
}

.l-header-menu-button .l-header-menu-button__line--bottom {
  bottom: 0;
}
.is-menu-opened .l-header-menu-button .l-header-menu-button__line--bottom {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}

@media print, screen and (min-width: 1000px) {
  .inner {
    width: 1000px;
    margin: auto;
  }
}
@media print, screen and (max-width: 999px) {
  .inner {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.wpcf7cp-btns button,
input[type=submit],
input[type=button] {
  text-decoration: none;
  color: #333;
  font-size: 1.6rem;
  border: 2px solid #287056;
  padding: 15px;
  border-radius: 50px;
  text-align: center;
  display: block;
  background-color: #fff;
  font-weight: 700;
}
.wpcf7cp-btns button:hover,
input[type=submit]:hover,
input[type=button]:hover {
  background-color: #f2f2f2;
}

.link-button {
  margin-top: 1.5em;
}
.link-button a {
  background: #39b54a;
  border-radius: 9999px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 200px;
  padding: 10px 25px;
  color: #fff;
  line-height: 1.8;
  text-decoration: none;
  transition: 0.3s ease-in-out;
  font-weight: 500;
}
.link-button a:hover {
  background: #060;
  color: #FFF;
}
.link-button a:hover::after {
  border-color: #FFF;
}
.link-button a::after {
  content: "";
  width: 5px;
  height: 5px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  border-radius: 1px;
  transition: 0.3s ease-in-out;
}

.link-button-long a {
  max-width: 270px;
}

.l-contact {
  background-color: #fff;
  padding: 30px;
  margin: 50px auto 0 auto;
}
@media print, screen and (min-width: 1000px) {
  .l-contact {
    margin: 100px auto 50px auto;
  }
}
.l-contact h3 {
  margin: 20px auto;
  border-bottom: 1px solid #39b54a;
  margin-bottom: 1em;
  padding-bottom: 0.5rem;
}
@media print, screen and (min-width: 1000px) {
  .l-contact h3 {
    width: 650px;
    margin: 20px auto;
    font-size: 2.4rem;
  }
}
.l-contact h3 span {
  font-size: 1.4rem;
  display: block;
  font-weight: 400;
  margin-bottom: 1em;
}
.l-contact-mail {
  padding-left: 10px;
}
@media print, screen and (min-width: 1000px) {
  .l-contact-mail {
    padding-left: 50px;
  }
}
.l-contact address p {
  padding: 20px 15px 0 15px;
}

footer {
  width: 100%;
  padding: 50px 15px;
  box-sizing: border-box;
}
footer address {
  font-size: 1.4rem;
}
footer address p {
  padding: 15px 0 10px;
}
footer address nav {
  width: 120px;
}
@media print, screen and (max-width: 767px) {
  footer address nav {
    text-align: center;
    margin: auto;
    width: 40%;
  }
}
footer address nav li {
  width: 30px;
  margin-right: 10px;
}
@media print, screen and (max-width: 767px) {
  footer address nav li {
    width: 45%;
    padding: 10px;
    margin: auto;
  }
  footer address nav li img {
    width: 100%;
  }
}
footer a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease-in-out;
}
footer a:hover {
  color: #999;
}
footer .l-footer-menu {
  list-style: none;
  margin-top: 40px;
}
@media print, screen and (min-width: 1000px) {
  footer .l-footer-menu {
    width: 170px;
  }
}
footer .l-footer-menu li {
  margin-bottom: 1rem;
}
footer .l-footer-contact {
  margin-top: 20px;
}
footer .l-footer-contact p {
  border-bottom: 1px solid #808080;
  margin-bottom: 15px;
  padding: 10px;
}
footer .l-footer-contact p:last-child {
  border: none;
}

p.copyright {
  padding: 10px;
}

@media print, screen and (max-width: 767px) {
  .gmap {
    position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
  }
  .gmap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
.bg {
  background-color: #f2f2f2;
}/*# sourceMappingURL=style.css.map */