@charset "UTF-8";
/*
:root {
  --text: #333333;
  --primary: #24A0B5;
  --primary_light: #E9F5F8;
  --primary_dark: #14637D;
//  --accent: #ca0505;
  --wh: #ffffff;
  --wh2: #F5F5F5;
  --bk: #333333;
  --red: #f00;
//  --gray: #999;
}
*/
/*
$breakpoint_cnts0: 1782px;
$breakpoint_cnts1: 1540px; //1460+80
$breakpoint_cnts2: 1160px;
$breakpoint_cnts3: 1210px;
$breakpoint_cnts: 1460px;
$breakpoint_cnts_less: 1459px;
$breakpoint_w1330: 1330px;
$breakpoint_w1329: 1329px;
$breakpoint_tablet: 1280px;
$breakpoint_tablet2: 1024px;
$breakpoint_tablet2_less: 1023px;
//$breakpoint_tablet3: 840px;
$breakpoint_tablet3: 860px;
$breakpoint_tablet3_less: 839px;
$breakpoint_tablet_mini: 768px;
$breakpoint_sp: 767px;
$breakpoint_sp_mini: 541px;
$breakpoint_sp2: 540px;
*/
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

a:visited,
a:active {
  color: #333333;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

button, input, select, textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

input[type=radio]::-ms-check,
input[type=checkbox]::-ms-check {
  display: none;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*
@mixin l-pc {
  @media screen and (min-width: map-get($breakpoints, 'device_laptop')) {
    @content;
  }
}
@mixin pc {
  @media screen and (max-width: 1024px) {
    @content;
  }
}
*/
/* base settings */
/* -------------------------------------------------------- */
html {
  box-sizing: border-box;
  position: relative;
  margin: auto;
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

*,
:after,
:before {
  box-sizing: inherit;
}

button {
  border: none;
}

body {
  position: relative;
  margin: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt" 1;
  width: 100%;
  height: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.4;
  overflow-x: hidden;
}

a {
  color: #24A0B5;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}
a img {
  transition: all 0.5s;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

/*reCAPTCHA v3 バッジ非表示*/
/* common setting
-------------------------------------------------- */
body img {
  width: 100%;
  height: auto;
  font-size: 0;
}

img {
  image-rendering: -webkit-optimize-contrast;
}

/*
.main_width {
  margin: 0 auto;
//  width: calc(100% - 160px);
//  width: calc(100% - 140px);
//  width: calc(100% - 80px);
  max-width: $breakpoint_cnts;
  width: calc(100% - 160px);
//  @media only screen and (max-width: $breakpoint_cnts) {
//  @include breakpoint__max (device_tablet) {
  @media only screen and (max-width: $breakpoint_w1330) {
      width: calc(100% - 140px);
  }
  @media only screen and (max-width: $breakpoint_tablet_mini) {
    width: calc(100% - 80px);
  }
  @include sp {
//    width: calc(100% - 30px);
    width: calc(100% - 40px);
  }
//  @media only screen and (max-width: $breakpoint_sp) and (orientation: portrait) {
  @media only screen and (max-width:$breakpoint_tablet2_less) and (orientation: landscape) {
    width: calc(100% - 80px);
  }
}
*/
.main_width {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1200px;
}

.main_width1500 {
  margin: 0 auto;
  width: calc(100% - 40px);
  max-width: 1500px;
}

/*
.tb {
  display: none !important;
}
*/
.sp {
  display: none !important;
}

.pc {
  display: block !important;
}

/*
@include breakpoint__max (device_tablet) {
  .pc {
    display: none !important;
  }
  .sp {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}
*/
@media screen and (max-width: 834px) {
  .pc {
    display: none !important;
  }
  /*
    .tb {
      display: none !important;
    }
  */
  .sp {
    display: block !important;
  }
}
.cen {
  text-align: center;
}

.en {
  font-family: "Libertinus Sans", sans-serif;
}

.mincho {
  font-family: "Shippori Mincho", serif;
}

.btn a {
  position: relative;
  padding: 22px 20px;
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.4rem, 1.7vw, 1.8rem);
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1;
  background: #14637D;
  border: 1px solid #14637D;
  display: inline-block;
}
.btn a:hover {
  background: var(--wh2);
  opacity: 1;
  /*
        &::after {
          right: 21px;
          @media only screen and (max-width: $breakpoint_w1329) {
            right: 17px;
          }
        }
  */
}
.btn.icn a {
  padding: 26px 30px 26px 76px;
  min-width: 260px;
  line-height: 1.5;
}
@media screen and (max-width: 834px) {
  .btn.icn a {
    min-width: 180px;
  }
}
.btn.icn a::before {
  position: absolute;
  content: "";
  width: 32px;
  height: 32px;
  top: calc(50% - 16px);
  left: 26px;
  transition: 0.5s;
  background: url(../img/common/icn-mail-w.svg) no-repeat 0 0/contain;
}
@media screen and (max-width: 834px) {
  .btn.icn a::before {
    width: 25px;
    height: 25px;
    top: calc(50% - 12px);
    left: 18px;
  }
}
.btn.icn a:hover {
  color: #14637D;
  background: #FFF;
}
.btn.icn a:hover::before {
  background: url(../img/common/icn-mail-pd.svg) no-repeat 0 0/contain;
}
.btn.icn a.cart::before {
  background: url(../img/common/icn-cart-w.svg) no-repeat 0 0/contain;
}
.btn.icn a.cart:hover::before {
  background: url(../img/common/icn-cart-pd.svg) no-repeat 0 0/contain;
}

.btn_more {
  width: 320px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Libertinus Sans", sans-serif;
  color: #24A0B5;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #FFF;
  border: 1px solid #24A0B5;
  cursor: pointer;
}
@media screen and (max-width: 480px) {
  .btn_more {
    width: 280px;
    height: 54px;
    font-size: 1.6rem;
  }
}
.btn_more:hover {
  color: #FFF;
  background: #24A0B5;
  opacity: 1;
}
.btn_more.dark {
  color: #14637D;
  border: 1px solid #14637D;
}
.btn_more.dark:hover {
  color: #FFF;
  background: #14637D;
}

.external {
  width: -moz-fit-content;
  width: fit-content;
  display: block;
}
.external span {
  position: relative;
  padding-right: 35px;
  color: #14637D;
  font-family: "Libertinus Sans", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.external span::after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/icn-external.svg) no-repeat 0 0;
  top: calc(50% - 10px);
  right: 0;
}

.txt_base p {
  color: #333333;
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  font-weight: 400;
  letter-spacing: 0.025em;
  line-height: 2;
}

/*
  .f_sns {
    @include flex_tb_center;
    gap: 0 20px;
    @include sp {
      margin: 40px auto 50px;
      width: fit-content;
    }
    li {
      a {
        img {
          width: auto;
          height: 26px;
        }
        &:hover {
          img {
            opacity: .5;
          }
        }
      }
    }
  }
  */
/* wp editor */
/* -------------------------------------------------- */
/*
.post_content {
  overflow: hidden;
  a {
    color: #006699;
    word-break: break-all;
    &:hover {
      text-decoration: underline;
    }
  }
}

.wp-block-image img {
  width: initial;
  width: auto;
}

.post_content ul {
  margin-left: 1.5em;
  list-style-type: inherit;
}

.post_content ol {
  margin-left: 1.5em;
  list-style-type: decimal;
}

.wp-block-image figcaption {
  margin-bottom: 1em;
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.8;
  @include sp {
    font-size: 1.6rem;
  }
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.wp-block-embed-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
*/
/* parts */
/* -------------------------------------------------------- */
#pagetop {
  font-size: 1px;
  line-height: 0;
  overflow: hidden;
  float: right;
}
#pagetop a {
  text-decoration: none;
}
#pagetop img {
  width: 50px;
  height: 50px;
  vertical-align: bottom;
}
@media screen and (max-width: 834px) {
  #pagetop img {
    width: 40px;
    height: 40px;
  }
}

#pagetop.f_fixed {
  position: fixed;
  bottom: 60px;
  right: 50px;
  z-index: 99;
}
@media screen and (max-width: 834px) {
  #pagetop.f_fixed {
    bottom: 15px;
    right: 15px;
  }
}

/*
.fancybox-nav span,
.fancybox-nav:hover span {
  @include breakpoint__max (device_tablet) and (any-hover:none) {
    display: none !important;
  }
}
.fancybox-close {
  @include breakpoint__max (device_tablet) and (any-hover:none) {
    display: none !important;
  }
}
*/
.animate.ver_down_top {
  opacity: 0;
  transform: translateY(100px);
  transition: all 1s;
}

.animate.ver_down_top.scrollin {
  opacity: 1;
  transform: translateY(0px);
}

.animate.ver_left_right {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 1s;
}

.animate.ver_left_right.scrollin {
  opacity: 1;
  transform: translateX(0px);
}

.animate.ver_right_left {
  opacity: 0;
  transform: translateX(100px);
  transition: all 1s;
}

.animate.ver_right_left.scrollin {
  opacity: 1;
  transform: translateX(0px);
}

/* marque */
/* ------------------------------------ */
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.marque {
  overflow: hidden;
  /*
    @media only screen and (max-width: $breakpoint_cnts) {
      padding: 90px 0 70px;
    }
    @include sp {
      padding: 80px 0 70px;
    }
    @media only screen and (max-width: $breakpoint_sp) and (orientation: landscape){
      padding: 100px 0 70px;
    }
  */
}
.marque .marque_inner {
  margin-bottom: 60px;
}
@media screen and (max-width: 834px) {
  .marque .marque_inner {
    margin-bottom: 34px;
  }
}
.marque .marque_inner .marque_parent {
  margin-bottom: 40px;
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .marque .marque_inner .marque_parent {
    margin-bottom: 20px;
  }
}

/* bread_crumb */
/* ------------------------------------ */
.crumb {
  margin: 22px auto;
  padding: 0 70px;
  width: 100%;
  color: #333333;
  font-size: 1.4rem;
  font-weight: 500;
  /*
    @media only screen and (max-width: $breakpoint_cnts1) {
      padding: 0 25px;
    }
    @media only screen and (max-width: $breakpoint_w1329) {
      padding: 0 40px;
    }
  */
  /*
    @media only screen and (max-width: $breakpoint_sp) and (orientation: portrait){
  //    margin: 0 auto 15px;
      padding: 15px 15px 0;
    }
    @media only screen and (max-width: $breakpoint_sp) and (orientation: landscape){
  //    margin: 0 auto 15px;
      padding: 15px 3.906vw 0;
    }
  */
}
@media screen and (max-width: 834px) {
  .crumb {
    margin: 30px auto 28px;
    padding: 0 15px;
  }
}

.crumb span {
  margin: 0 5px;
}
.crumb span:first-of-type {
  margin: 0 5px 0 0;
}
.crumb span a {
  color: #666;
  text-decoration: none;
  transition: none;
}
.crumb span a:hover {
  text-decoration: underline;
}

/* page-numbers */
/* ------------------------------------ */
.page-numbers_wrap {
  margin: 70px auto 0;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .page-numbers_wrap {
    margin: 50px auto 0;
  }
}
.page-numbers_wrap .prev_next {
  width: 18%;
  max-width: 170px;
  /*
      @include breakpoint__max (device_tablet) {
        width: 18%;
        max-width: 25px;
      }
  */
}
.page-numbers_wrap ul.pagination {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 2;
  justify-content: center;
}
.page-numbers_wrap ul.pagination li {
  margin: 5px 3px;
}

.pagination li a,
.pagination li .current {
  padding: 0;
  width: 25px;
  height: 25px;
  line-height: 1.5;
  font-size: 1.4rem;
  background: #fff;
  border: 1px solid #000;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
}

.pagination li a {
  color: #999;
  border: 1px solid #999;
}

.pagination li a:hover,
.pagination li .current {
  color: #000;
  border: 1px solid #000;
}

.page-numbers_wrap .prev a,
.page-numbers_wrap .next a {
  position: relative;
  font-size: 1em;
  color: #000;
  background: #fff;
  border: 1px solid #000;
  display: inline-block;
}
@media screen and (max-width: 834px) {
  .page-numbers_wrap .prev a,
  .page-numbers_wrap .next a {
    padding: inherit;
    width: 2.2em;
    height: 2.2em;
  }
}
.page-numbers_wrap .prev a::after,
.page-numbers_wrap .next a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/common/btn_arrow.png) no-repeat 0 0/contain;
  top: calc(50% - 6.5px);
}
@media screen and (max-width: 834px) {
  .page-numbers_wrap .prev a::after,
  .page-numbers_wrap .next a::after {
    top: 5px;
  }
}
.page-numbers_wrap .prev a span,
.page-numbers_wrap .next a span {
  white-space: nowrap;
}
.page-numbers_wrap .prev a:hover,
.page-numbers_wrap .next a:hover {
  color: #000;
  border: 1px solid #000;
}
.page-numbers_wrap .prev.sp a, .page-numbers_wrap .prev.tb a,
.page-numbers_wrap .next.sp a,
.page-numbers_wrap .next.tb a {
  padding: 5px 6px 6px 5px;
  width: 25px;
  height: 25px;
  line-height: 1;
  background: url(../img/common/btn_arrow_s.png) no-repeat center center/contain;
  border: 1px solid #000;
  transition: all 0.3s ease;
  display: flex;
  justify-content: center;
}
.page-numbers_wrap .prev.sp a::after, .page-numbers_wrap .prev.tb a::after,
.page-numbers_wrap .next.sp a::after,
.page-numbers_wrap .next.tb a::after {
  content: none;
}
.page-numbers_wrap .prev.sp a span, .page-numbers_wrap .prev.tb a span,
.page-numbers_wrap .next.sp a span,
.page-numbers_wrap .next.tb a span {
  display: flex;
  align-items: center;
}

.page-numbers_wrap .prev a {
  padding: 14px 40px 14px 50px;
}
.page-numbers_wrap .prev a::after {
  left: 20px;
  transform: rotate(180deg);
}
.page-numbers_wrap .prev.sp a, .page-numbers_wrap .prev.tb a {
  background: url(../img/common/btn_arrow_s_left.png) no-repeat center center/contain;
}

.page-numbers_wrap .next a {
  padding: 14px 50px 14px 40px;
}
.page-numbers_wrap .next a::after {
  right: 20px;
}

/* youtube */
/* modal */
.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6666;
  display: none;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.6);
}

.modal_box {
  position: fixed;
  margin: 0;
  z-index: 7777;
  display: none;
  width: 80%;
  max-width: 1200px;
  max-height: 80vh;
  background: var(--wh);
  overflow-y: auto;
  overflow-x: hidden;
  /*
    @media only screen and (max-width: $breakpoint_sp2) {
      max-height: 70vh;
    }
  */
}
.modal_box .modal_head {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 2;
}
.modal_box .modal_head .modal_close {
  position: absolute;
  content: "";
  width: 20px;
  height: 21px;
  background: url(../img/common/modal_close.png) no-repeat 0 0/contain;
  top: 30px;
  right: 25px;
  display: block;
}
@media screen and (max-width: 834px) {
  .modal_box .modal_head .modal_close {
    width: 10px;
    height: 11px;
    top: 14px;
    right: 12px;
  }
}
.modal_box .modal_head .modal_ttl {
  padding: 18px 0;
  width: 101%;
  color: var(--wh);
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  background: var(--primary);
  top: 0;
}
@media screen and (max-width: 834px) {
  .modal_box .modal_head .modal_ttl {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.modal_box .modal_cont {
  margin: 0 auto;
  padding: 80px 0 30px;
  width: 86%;
  max-width: 640px;
  height: 100%;
}
@media screen and (max-width: 834px) {
  .modal_box .modal_cont {
    padding: 40px 0 30px;
  }
}
.modal_box .modal_cont figure,
.modal_box .modal_cont .gmap {
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .modal_box .modal_cont figure,
  .modal_box .modal_cont .gmap {
    margin-bottom: 30px;
  }
}
.modal_box .modal_cont figure.capimg,
.modal_box .modal_cont .gmap.capimg {
  margin-bottom: 10px;
}
.modal_box .modal_cont p {
  margin-bottom: 30px;
  font-size: 1.4rem;
  letter-spacing: 0.025em;
  line-height: 1.8;
}
.modal_box .modal_cont .cap {
  margin-bottom: 50px;
  letter-spacing: 0.025em;
}
.modal_box .modal_cont .cap a {
  cursor: pointer;
}

/* header */
/* -------------------------------------------------------- */
#header {
  position: relative;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all 0.5s;
}
#header #h_logo {
  display: none;
}
#header .head_wrapper {
  width: 100%;
  height: 100%;
}
#header .head_wrapper a {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.4rem, 1vw, 1.8rem);
}
#header .head_wrapper .head_right {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  gap: 0 40px;
}
@media screen and (max-width: 1370px) {
  #header .head_wrapper .head_right {
    gap: 0 20px;
  }
}
#header .head_wrapper #gnav_wrapper ul {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0 40px;
}
@media screen and (max-width: 1370px) {
  #header .head_wrapper #gnav_wrapper ul {
    gap: 0 20px;
  }
}
#header .head_wrapper #gnav_wrapper ul li {
  position: relative;
}
#header .head_wrapper #gnav_wrapper ul li a {
  letter-spacing: 0.05em;
  display: block;
  text-shadow: 0px 0px 10px rgba(17, 84, 95, 0.35);
}
#header .head_wrapper #gnav_wrapper ul li a:hover {
  color: #24A0B5;
}
#header .head_wrapper #gnav_wrapper ul li .child {
  position: absolute;
  padding-top: 20px;
  top: 20px;
  left: 0;
  width: 100%;
  display: none;
  opacity: 0;
}
#header .head_wrapper #gnav_wrapper ul li .child.active {
  display: block;
  opacity: 1;
}
#header .head_wrapper #gnav_wrapper ul li .child ul {
  padding: 10px 20px;
  height: 100%;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  box-shadow: 0px 0px 10px rgba(17, 84, 95, 0.35);
}
#header .head_wrapper #gnav_wrapper ul li .child ul li {
  width: 100%;
}
#header .head_wrapper #gnav_wrapper ul li .child ul li a {
  padding: 10px 0;
  width: 100%;
  border-top: 1px solid #24A0B5;
  display: block;
  color: #333333;
}
#header .head_wrapper #gnav_wrapper ul li .child ul li a:hover {
  color: #24A0B5;
}
#header .head_wrapper #gnav_wrapper ul li .child ul li:first-of-type a {
  border-top: none;
}
#header .head_wrapper #gnav_btn ul {
  height: 100%;
  display: flex;
}
#header .head_wrapper #gnav_btn ul li {
  width: 240px;
  height: 100%;
  background: #FFF;
}
@media screen and (max-width: 1370px) {
  #header .head_wrapper #gnav_btn ul li {
    width: 180px;
  }
}
@media screen and (max-width: 1150px) {
  #header .head_wrapper #gnav_btn ul li {
    width: 150px;
  }
}
#header .head_wrapper #gnav_btn ul li a {
  padding: 14px 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 10px;
  background: #24A0B5;
}
@media screen and (max-width: 1370px) {
  #header .head_wrapper #gnav_btn ul li a {
    gap: 0 5px;
  }
}
#header .head_wrapper #gnav_btn ul li a span {
  width: 32px;
  height: 32px;
  background: url(../img/common/icn-mail-w.svg) no-repeat 0 0/contain;
  display: block;
}
@media screen and (max-width: 1370px) {
  #header .head_wrapper #gnav_btn ul li a span {
    width: 20px;
    height: 20px;
  }
}
#header .head_wrapper #gnav_btn ul li a:hover {
  opacity: 0.6;
}
#header .head_wrapper #gnav_btn ul li:nth-of-type(2) a {
  background: #14637D;
}
#header .head_wrapper #gnav_btn ul li:nth-of-type(2) a span {
  background: url(../img/common/icn-cart-w.svg) no-repeat 0 0/contain;
}
#header .head_wrapper .h_right {
  height: 100%;
  display: flex;
  align-items: center;
}
#header .head_wrapper .h_right .gnav {
  padding: 0;
  display: flex;
  align-items: center;
  transition: all ease 1s;
  /*
          @media only screen and (max-width: $breakpoint_w1329) {
            display: none;
          }
  */
}
#header .head_wrapper .h_right .gnav ul {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transform: translateY(0);
}
#header .head_wrapper .h_right .gnav ul li {
  position: relative;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), opacity 0.4s cubic-bezier(0.26, 0.16, 0.1, 1);
  margin-left: 3.23vw;
  height: 100%;
  /*
              @media only screen and (max-width: $breakpoint_cnts0) {
                margin-left: 2vw;
              }
  */
}
#header .head_wrapper .h_right .gnav ul li:first-of-type {
  transition-delay: 0ms;
}
#header .head_wrapper .h_right .gnav ul li:nth-of-type(2) {
  transition-delay: 50ms;
}
#header .head_wrapper .h_right .gnav ul li:nth-of-type(3) {
  transition-delay: 0.1s;
}
#header .head_wrapper .h_right .gnav ul li:nth-of-type(4) {
  transition-delay: 0.15s;
}
#header .head_wrapper .h_right .gnav ul li:nth-of-type(5) {
  transition-delay: 0.2s;
}
#header .head_wrapper .h_right .gnav ul li a {
  font-size: 1.7rem;
  letter-spacing: 0.05em;
  height: 100%;
  display: flex;
  align-items: center;
  /*
                @media only screen and (max-width: 1400px) {
                  font-size: 1.5rem;
                }
  */
}
#header .head_wrapper .h_right .gnav ul li a span::after {
  position: relative;
  content: "";
  width: 100%;
  height: 4px;
  background: var(--blue2);
  display: block;
  top: 0.3em;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 1s cubic-bezier(0.43, 0.05, 0.17, 1);
}
#header .head_wrapper .h_right .gnav ul li a:hover span::after {
  transform: scaleX(1);
  transform-origin: left;
  transition-duration: 0.1s;
}
#header .head_wrapper .h_right .gnav ul li .child {
  position: absolute;
  padding-top: 59px;
  top: 20px;
  left: 0;
  transition: all 0.5s;
  width: 760px;
  overflow: hidden;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  display: none;
  /*
                @media only screen and (max-width: 1400px) {
                  padding-top: 57px;
                }
  */
}
#header .head_wrapper .h_right .gnav ul li .child.active {
  opacity: 1;
  display: block;
}
#header .head_wrapper .h_right .gnav ul li .child ul {
  padding: 25px;
  background: var(--blue2);
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px 50px;
}
#header .head_wrapper .h_right .gnav ul li .child ul li {
  margin-left: 0;
  height: auto;
  width: 28%;
}
#header .head_wrapper .h_right .gnav ul li .child ul li a {
  position: relative;
  width: 100%;
  color: var(--wh);
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  display: block;
}
#header .head_wrapper .h_right .gnav ul li .child ul li a::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 14px;
  background: url(../img/common/btn_arrow_w.png) no-repeat 0 0/contain;
  top: calc(50% - 7px);
  right: 0;
  transition: 0.5s;
}
#header .head_wrapper .h_right .gnav ul li .child ul li a:hover {
  opacity: 0.7;
}
#header .head_wrapper .h_right .h_sns {
  margin-left: 53px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  gap: 0 28px;
  /*
          @media only screen and (max-width: $breakpoint_w1329) {
            display: none;
          }
  */
}
#header .head_wrapper .h_right .h_sns li a img {
  width: auto;
  height: 26px;
}
#header .head_wrapper .h_right .h_sns li a:hover img {
  opacity: 0.5;
}
#header.h_fixed {
  position: fixed;
  height: 120px;
  background: #FFF;
}
@media screen and (max-width: 1370px) {
  #header.h_fixed {
    height: 100px;
  }
}
@media screen and (max-width: 834px) {
  #header.h_fixed {
    background: none;
  }
}
#header.h_fixed .head_wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 834px) {
  #header.h_fixed .head_wrapper {
    display: none;
  }
}
#header.h_fixed #h_logo {
  padding: 20px 25px;
  width: 280px;
  display: block;
}
@media screen and (max-width: 1370px) {
  #header.h_fixed #h_logo {
    padding: 10px;
    width: 200px;
  }
}
@media screen and (max-width: 1370px) {
  #header.h_fixed #gnav_wrapper ul {
    gap: 0 10px;
  }
}
#header.h_fixed #gnav_wrapper ul li {
  height: 100%;
  display: flex;
  align-items: center;
}
#header.h_fixed #gnav_wrapper ul li a {
  color: #333333;
  text-shadow: none;
}
#header.h_fixed #gnav_wrapper ul li .child {
  top: 100px;
}
@media screen and (max-width: 834px) {
  #header #h_logo,
  #header .head_wrapper {
    display: none;
  }
}
#header .ham_menu_trigger {
  display: none;
}
@media screen and (max-width: 834px) {
  #header .ham_menu_trigger {
    position: fixed;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 15px;
    width: 60px;
    height: 60px;
    background: #24A0B5;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 99999;
  }
  #header .ham_menu_trigger::after {
    position: absolute;
    content: "MENU";
    color: #FFF;
    font-family: "Shippori Mincho", serif;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.1em;
    bottom: 14px;
    left: 50%;
    transform: translateX(-50%);
  }
}
#header .ham_menu_trigger span {
  display: block;
  width: 30px;
  height: 1px;
  background: #FFF;
}
#header .ham_menu_trigger span + span {
  margin-top: 6px;
}
#header .ham_menu_trigger.active::after {
  content: "CLOSE";
}
#header .ham_menu_trigger.active span:nth-of-type(1) {
  transform: rotate(-15deg);
  position: relative;
  top: 1px;
}
#header .ham_menu_trigger.active span:nth-of-type(2) {
  transform: rotate(15deg);
}
#header .ham_menu_trigger.active span + span {
  margin-top: 0;
}

.ham_nav_wrapper {
  position: absolute;
  top: 100vh;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #FFF;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  z-index: 20;
  transition: all ease 1s;
}
.ham_nav_wrapper a:hover {
  opacity: 0.7;
}
.ham_nav_wrapper #ham_main_nav {
  height: 100vh;
  background: #FFF;
  padding: 100px 40px 0;
}
.ham_nav_wrapper #ham_main_nav ul {
  display: flex;
  flex-direction: column;
  gap: 30px 0;
  opacity: 0;
  transition: all ease 0.5s 1s;
}
.ham_nav_wrapper #ham_main_nav ul li {
  width: 100%;
}
.ham_nav_wrapper #ham_main_nav ul li a {
  color: #24A0B5;
  font-family: "Shippori Mincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
  display: block;
}
.ham_nav_wrapper.open {
  top: 0;
  opacity: 1;
}
.ham_nav_wrapper.open #ham_main_nav ul {
  opacity: 1;
}

/* footer */
/* -------------------------------------------------------- */
#footer .f_contact {
  position: relative;
  overflow-x: hidden;
}
#footer .f_contact::before {
  position: absolute;
  content: "";
  width: 335px;
  height: 421px;
  background: url(../img/top/contact-illust01.svg) no-repeat 0 0/contain;
  bottom: 0;
  left: 0;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  #footer .f_contact::before {
    content: none;
  }
}
#footer .f_contact::after {
  position: absolute;
  content: "";
  width: 322px;
  height: 429px;
  background: url(../img/top/contact-illust02.svg) no-repeat 0 0/contain;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 834px) {
  #footer .f_contact::after {
    transform: scale(0.68);
    transform-origin: bottom right;
    right: -10%;
  }
}
@media screen and (max-width: 480px) {
  #footer .f_contact::after {
    right: -22%;
  }
}
#footer .f_contact .main_width {
  margin: 0 auto;
  padding: 200px 0;
  display: flex;
  gap: 0 120px;
}
@media screen and (max-width: 834px) {
  #footer .f_contact .main_width {
    padding: 80px 0;
    flex-direction: column;
    gap: 40px 0;
  }
}
#footer .f_contact .f_contact_left {
  width: 50%;
  max-width: 600px;
}
@media screen and (max-width: 834px) {
  #footer .f_contact .f_contact_left {
    width: 100%;
  }
}
#footer .f_contact .f_contact_left h2 {
  color: #24A0B5;
  font-size: clamp(4rem, 5vw, 7rem);
  letter-spacing: 0.05em;
  line-height: 1.2;
}
#footer .f_contact .f_contact_left .ttl {
  margin-bottom: 50px;
  font-family: "Shippori Mincho", serif;
  font-size: clamp(1.6rem, 2vw, 2.5rem);
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.5;
}
#footer .f_contact .f_contact_left p {
  font-size: clamp(1.4rem, 1.6vw, 1.8rem);
  letter-spacing: 0.1em;
  line-height: 2;
}
#footer .f_contact .f_contact_right {
  width: 40%;
  max-width: 477px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 30px 0;
}
@media screen and (max-width: 834px) {
  #footer .f_contact .f_contact_right {
    width: 100%;
    align-items: flex-start;
  }
}
#footer .f_contact .f_contact_right .telbox {
  text-align: center;
}
@media screen and (max-width: 834px) {
  #footer .f_contact .f_contact_right .telbox {
    text-align: left;
  }
}
#footer .f_contact .f_contact_right .telbox a {
  color: #333333;
  font-size: 3rem;
}
@media screen and (max-width: 834px) {
  #footer .f_contact .f_contact_right .telbox a {
    font-size: 1.6rem;
  }
}
#footer .f_contact .f_contact_right .telbox a span {
  margin-left: 7px;
  font-size: 6rem;
}
@media screen and (max-width: 834px) {
  #footer .f_contact .f_contact_right .telbox a span {
    font-size: 4rem;
  }
}
#footer .f_contact .f_contact_right .telbox .sub_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-size: clamp(1.4rem, 2vw, 1.8rem);
  line-height: 1;
  letter-spacing: 0.1em;
}
#footer .f_contact .f_contact_right .btn a {
  padding: 33px 50px 33px 90px;
}
@media screen and (max-width: 834px) {
  #footer .f_contact .f_contact_right .btn a {
    padding: 20px 18px 20px 52px;
  }
}
#footer .f_contact .f_contact_right .btn a::before {
  left: 50px;
}
@media screen and (max-width: 834px) {
  #footer .f_contact .f_contact_right .btn a::before {
    left: 18px;
  }
}
#footer .footer_wrapper {
  padding: 60px 0 40px;
  background: #14637D;
}
@media screen and (max-width: 834px) {
  #footer .footer_wrapper {
    padding: 40px 0 100px;
  }
}
#footer .footer_wrapper .main_width {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #footer .footer_wrapper .main_width {
    flex-direction: column;
    gap: 40px 0;
  }
}
#footer .footer_wrapper .main_width .f_left {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 480px) {
  #footer .footer_wrapper .main_width .f_left {
    gap: 30px 0;
  }
}
#footer .footer_wrapper .main_width .f_left .f_logo {
  margin-bottom: 40px;
  max-width: 280px;
}
#footer .footer_wrapper .main_width .f_left .btn a {
  width: 260px;
}
@media screen and (max-width: 480px) {
  #footer .footer_wrapper .main_width .f_left .btn a {
    padding: 20px 20px 20px 50px;
    width: 200px;
  }
}
#footer .footer_wrapper .main_width .f_left .btn a.cart {
  border: 1px solid #FFF;
}
#footer .footer_wrapper .main_width .f_nav {
  display: flex;
  gap: 0 70px;
}
@media screen and (max-width: 480px) {
  #footer .footer_wrapper .main_width .f_nav {
    flex-direction: column;
    gap: 0;
  }
}
#footer .footer_wrapper .main_width .f_nav ul {
  padding-left: 25px;
  border-left: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  gap: 20px 0;
}
#footer .footer_wrapper .main_width .f_nav ul + ul {
  padding-top: 20px;
}
#footer .footer_wrapper .main_width .f_nav ul li a {
  color: #FFF;
  font-family: "Shippori Mincho", serif;
  font-weight: 600;
  letter-spacing: 0.1em;
  display: block;
}
#footer .copyright {
  margin-top: 24px;
}
@media screen and (max-width: 834px) {
  #footer .copyright {
    margin-top: 40px;
  }
}
#footer .copyright small {
  color: #FFF;
  font-family: "Libertinus Sans", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}

/* CTA */
/* -------------------------------------------------------- */
#cta {
  display: none;
}
@media screen and (max-width: 834px) {
  #cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 999;
  }
  #cta ul {
    height: 100%;
    display: flex;
  }
  #cta ul li {
    width: 50%;
    height: 58px;
    background: #24A0B5;
  }
  #cta ul li a {
    padding: 18px 0;
    width: 100%;
    height: 100%;
    color: #FFF;
    font-family: "Shippori Mincho", serif;
    font-size: 1.4rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0 10px;
  }
  #cta ul li a span {
    width: 21px;
    height: 21px;
    background: url(../img/common/icn-mail-w.svg) no-repeat 0 0/contain;
    display: block;
  }
  #cta ul li a:hover {
    opacity: 0.7;
  }
  #cta ul li:nth-of-type(2) {
    background: #14637D;
  }
  #cta ul li:nth-of-type(2) a span {
    background: url(../img/common/icn-cart-w.svg) no-repeat 0 0/contain;
  }
}

/* news_list */
/* -------------------------------------------------------- */
.news_list dl {
  position: relative;
  padding: 46px 0;
  border-bottom: 1px solid #999;
  line-height: 1.75;
  display: flex;
  gap: 0 20px;
}
@media (max-width: 1024px) {
  .news_list dl {
    gap: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  .news_list dl {
    padding: 30px 0 20px;
    display: block;
  }
}
.news_list dl:first-of-type {
  border-top: 1px solid #999;
}
.news_list dl::after {
  position: absolute;
  content: "→";
  width: 27px;
  height: 28px;
  top: calc(50% - 14px);
  right: 25px;
  transition: 0.5s;
}
@media screen and (max-width: 834px) {
  .news_list dl::after {
    width: 21px;
    top: calc(50% - 15px);
    right: 5px;
  }
}
.news_list dl.nolink::after {
  content: none;
}
.news_list dl dt {
  position: relative;
  padding-right: 120px;
  width: calc(100% - 182px);
  letter-spacing: 0.05em;
}
@media screen and (max-width: 834px) {
  .news_list dl dt {
    padding-right: 50px;
    padding-bottom: 10px;
    width: 100%;
  }
}
.news_list dl dt a {
  color: #333333;
}
.news_list dl dt a:hover {
  text-decoration: underline;
}
.news_list dl dd.date {
  width: 128px;
  color: var(--gray);
  white-space: nowrap;
}
@media (max-width: 1024px) {
  .news_list dl dd.date {
    width: 148px;
  }
}
.news_list dl dd.cat {
  margin-right: 24px;
  width: 82px;
}
.news_list dl dd.cat span {
  padding: 2px 2px 3px;
  width: 82px;
  color: var(--wh);
  font-size: 1.4rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(5px);
}
@media screen and (max-width: 834px) {
  .news_list dl dd.cat span {
    margin-bottom: 8px;
  }
}
.news_list dl dd.cat span.park {
  background: var(--park);
}
.news_list dl dd.cat span.event {
  background: var(--event);
}
.news_list dl dd.cat span.corporation {
  background: var(--corporation);
}
.news_list dl dd.cat span.greening {
  background: var(--greening);
}
.news_list dl dd.cat span.others {
  background: var(--others);
}

/* sec_enq */
/* ------------------------------------ */
/*
.sec_enq {
  padding: 90px 0 120px;
  background: #eef9fa;
  @include breakpoint__max (device_tablet) {
    padding: 60px 0 70px;
  }
  @include sp {
    padding: 60px 0 70px;
  }
  .main_width {
    display: flex;
    align-items: center;
    justify-content: center;
    gap:0 70px;
    @include breakpoint__max (device_tablet) {
      display: block;
    }
    @include sp {
      display: block;
    }
    figure {
      width: 32%;
      max-width: 403px;
      @include breakpoint__max (device_tablet) {
        margin: 0 auto 30px;
      }
      @include sp {
        margin: 0 auto 30px;
        width: 40%;
      }
      @media only screen and (max-width: $breakpoint_sp2) {
        margin: 0 auto 30px;
        width: 65%;
      }
    }
    .txt {
      h2 {
        margin-bottom: 36px;
        color: var(--red2);
        font-size: 4.4rem;
        font-weight: 700;
        line-height: 1.36;
        @include breakpoint__max (device_tablet) {
          font-size: 3rem;
          text-align: center;
        }
        @include sp {
          font-size: 2.2rem;
          text-align: center;
        }
      }
      p {
        margin-bottom: 50px;
        font-size: 1.8rem;
        font-weight: 500;
        letter-spacing: 0.025em;
        line-height: 2;
        @include breakpoint__max (device_tablet) {
          margin-bottom: 30px;
          padding-left: 140px;
          padding-right: 140px;
          font-size: 1.6rem;
        }
        @include sp {
          margin-bottom: 30px;
          padding-left: 140px;
          padding-right: 140px;
          font-size: 1.6rem;
        }
        @media only screen and (max-width: $breakpoint_sp2) {
          padding-left: 30px;
          padding-right: 30px;
        }
      }
      .btn {
        a {
          @include breakpoint__max (device_tablet) {
            margin: 0 auto;
          }
          @include sp {
            margin: 0 auto;
          }
        }
      }
    }
  }
}
*/
/* sec_contact */
/* ------------------------------------ */
.sec_contact {
  /*
    width: 100%;
    display: flex;
    border-top: 1px solid var(--gray);
    border-bottom: 1px solid var(--gray);
    @include sp {
      display: block;
    }
    .box_wrap {
      width: 50%;
      height: 542px;
      display: flex;
      align-items: center;
      justify-content: center;
      @media only screen and (max-width: $breakpoint_w1329) {
        padding-top: 10px;
        padding-bottom: 10px;
        height: auto;
      }
      @media only screen and (max-width: $breakpoint_tablet2) {
        padding-top: 0;
        padding-bottom: 0;
      }
      @include sp {
        width: 100%;
        height: auto;
      }
      &:last-of-type {
        border-top: none;
        border-left: 1px solid var(--gray);
        @include sp {
          border-left: none;
          border-top: 1px solid var(--gray);
        }
      }
      .box {
  //      padding-top: 86px;
  //      padding-bottom: 120px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 0 20px;
        @media only screen and (min-width: 1920px) {
          align-items: flex-end;
          gap: 0 64px;
        }
        @include breakpoint__max (device_tablet) {
          padding: 60px 15px 70px;
          width: 100%;
          flex-direction: column;
        }
        @include sp {
          padding: 70px 50px;
        }
        @media only screen and (max-width:$breakpoint_tablet2_less) and (orientation: landscape) {
          flex-direction: row;
          gap: 0 64px;
        }
        figure {
          width: 48%;
          max-width: 320px;
          @include breakpoint__max (device_tablet) {
            margin-bottom: 20px;
            width: 50%;
            max-width: initial;
          }
          @media only screen and (max-width: $breakpoint_sp2) {
            margin-bottom: 32px;
            width: 72%;
          }
          @media only screen and (max-width:$breakpoint_tablet2_less) and (orientation: landscape) {
            width: 48%;
            max-width: 352px;
          }
        }
        .txt {
          width: 60%;
          @include breakpoint__max (device_tablet) {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
          }
          @include sp {
            width: 100%;
          }
          @media only screen and (max-width:$breakpoint_tablet2_less) and (orientation: landscape) {
            width: 60%;
          }
          h2 {
            margin-bottom: 21px;
            font-size: clamp(2.6rem, 2.4vw, 3.5rem);
            font-weight: 550;
            line-height: 1.4;
            text-align: left;
            white-space: nowrap;
            @media only screen and (max-width: 1360px) {
    //          font-size: 3rem;
            }
            @include breakpoint__max (device_tablet) {
              text-align: center;
            }
            @include sp {
              margin-bottom: 26px;
    //          font-size: 2.6rem;
            }
            @media only screen and (max-width:$breakpoint_tablet2_less) and (orientation: landscape) {
              font-size: 2.8rem;
              text-align: left;
            }
          }
          p {
            margin-bottom: 26px;
            color: $txt_base;
            font-size: 1.8rem;
            letter-spacing: 0.025em;
            line-height: 2;
            flex: 1;
            min-height: 62px;
            @include breakpoint__max (device_tablet) {
              margin-bottom: 30px;
              padding-left: 40px;
              padding-right: 40px;
              min-height: inherit;
            }
            @include sp {
              margin-bottom: 30px;
              padding-left: 160px;
              padding-right: 160px;
              font-size: 1.6rem;
              min-height: inherit;
            }
            @media only screen and (max-width: $breakpoint_sp2) {
              margin-bottom: 35px;
              padding-left: 0px;
              padding-right: 0px;
              text-align: justify;
            }
            @media only screen and (max-width:$breakpoint_tablet2_less) and (orientation: landscape) {
              margin-bottom: 12px;
              padding-left: 0px;
              padding-right: 30px;
              text-align: justify;
            }
          }
          .btn {
            a {
              margin: 36px 0 0;
              padding: 0;
              width: 290px;
              height: 72px;
              display: flex;
              align-items: center;
              justify-content: center;
              @media only screen and (max-width: $breakpoint_w1329) {
                width: 278px;
                height: 69px;
              }
              @include breakpoint__max (device_tablet) {
                margin: 0 auto;
              }
              @include sp {
                width: 244px;
                height: 65px;
              }
              @media only screen and (max-width:$breakpoint_tablet2_less) and (orientation: landscape) {
                margin: 20px 0 0;
              }
            }
          }
        }

        &.trial {
  //        position: relative;
  //        &::before {
  //          position: absolute;
  //          content: '';
  //          width: 1px;
  //          height: 100%;
  //          top: 0;
  //          right: -60px;
  //          background: var(--gray);
  //        @include sp {
  //            content: none;
  //        }
          h2 {
            color: var(--accent);
          }
        }
        &.faq {
  //        @include sp {
  //          border-top: 1px solid var(--gray);
  //        }
          h2 {
            color: var(--primary);
          }
        }
      }
    }
      */
}/*# sourceMappingURL=style.css.map */