@charset "UTF-8";
*:focus:not(:focus-visible),
*::before:focus:not(:focus-visible),
*::after:focus:not(:focus-visible) {
  outline: none;
}

/* https://medium.com/@matuzo/writing-css-with-accessibility-in-mind-8514a0007939 */
.visually-hidden {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  margin: -1px;
}

/* https://www.scottohara.me/blog/2019/01/12/lists-and-safari.html */
.plain-list {
  list-style: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'/%3E");
  padding-left: 0;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
html {
  -webkit-text-size-adjust: 100%;
}

body {
  word-wrap: break-word;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  border-radius: 0;
  color: inherit;
  background: none;
  margin: 0;
}

h5, h6 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

p {
  margin: 0 0 1em;
}
p:last-child {
  margin: 0;
}

img {
  height: auto;
  border: none;
  -o-object-fit: contain;
     object-fit: contain;
}

iframe {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --clr_txt: #1A1A1A;
  --rgb_txt: 26 26 26;
  --clr_green_dark: #00674E;
  --rgb_green_dark: 0 103 78;
  --clr_green_dark2: #437E70;
  --rgb_green_dark2: 67 126 112;
  --clr_green_dark3: #008D6B;
  --rgb_green_dark3: 0 141 107;
  --clr_green_dark4: #10AE75;
  --rgb_green_dark4: 16 174 117;
  --clr_green_dark5: #0EA788;
  --rgb_green_dark5: 14 167 136;
  --clr_green_dark6: #509B6C;
  --rgb_green_dark6: 80 155 108;
  --clr_green_dark7: #42AC4A;
  --rgb_green_dark7: 66 172 74;
  --clr_green_dark8: #43c850;
  --rgb_green_dark8: 67 200 80;
  --clr_green_dark9: #229577;
  --rgb_green_dark9: 34 149 119;
  --clr_green_dark10: #30AF6B;
  --rgb_green_dark10: 48 175 107;
  --clr_green: #349773;
  --rgb_green: 52 151 115;
  --clr_green_light: #36B772;
  --rgb_green_light: 54 183 114;
  --clr_green_light2: #44AF88;
  --rgb_green_light2: 68 175 136;
  --clr_green_light3: #62BE6C;
  --rgb_green_light3: 98 190 108;
  --clr_green_light4: #64AC8A;
  --rgb_green_light4: 100 172 138;
  --clr_green_light5: #70C77B;
  --rgb_green_light5: 112 199 123;
  --clr_green_light6: #C8E9D4;
  --rgb_green_light6: 200 233 212;
  --clr_green_light7: #92D1AC;
  --rgb_green_light7: 146 209 172;
  --clr_green_light8: #BCD9D2;
  --rgb_green_light8: 188 217 210;
  --clr_green_light9: #61ad90;
  --rgb_green_light9: 97 173 144;
  --clr_blue_dark: #005E8E;
  --rgb_blue_dark: 0 94 142;
  --clr_blue_dark2: #018AD1;
  --rgb_blue_dark2: 1 138 209;
  --clr_blue: #2979A2;
  --rgb_blue: 41 121 162;
  --clr_blue_light: #239CBC;
  --rgb_blue_light: 35 156 188;
  --clr_blue_light2: #289FCB;
  --rgb_blue_light2: 40 159 203;
  --clr_blue_light3: #A7DCEF;
  --rgb_blue_light3: 167 220 239;
  --clr_blue_light4: #B6DAE3;
  --rgb_blue_light4: 182 218 227;
  --clr_blue_light5: #79BADC;
  --rgb_blue_light5: 121 186 220;
  --clr_blue_light6: #4EA4D1;
  --rgb_blue_light6: 78 164 209;
  --clr_blue_light7: #38B6D6;
  --rgb_blue_light7: 56 182 214;
  --clr_brown_dark: #6E5000;
  --rgb_brown_dark: 110 80 0;
  --clr_brown: #8B6606;
  --rgb_brown: 139 102 6;
  --clr_brown_light: #DCB95F;
  --rgb_brown_light: 220 185 95;
  --clr_brown_light2: #D9BF7B;
  --rgb_brown_light2: 217 191 123;
  --clr_brown_light3: #D9D0B6;
  --rgb_brown_light3: 217 208 182;
  --clr_gray_dark: #676767;
  --rgb_gray_dark: 103 103 103;
  --clr_gray: #B7B7B7;
  --rgb_gray: 183 183 183;
  --clr_gray_light: #EBEBEB;
  --rgb_gray_light: 235 235 235;
  --clr_gray_light2: #F2F2F2;
  --rgb_gray_light2: 242 242 242;
  --clr_yellow: #FFFCB2;
  --rgb_yellow: 255 252 178;
  --clr_red: #a85147;
  --rgb_red: 168 81 71;
  --breakpoint: 576px;
}

:root {
  --padding100: calc((100% - 100rem) / 2);
}

:root {
  --padding110: calc((100% - 110rem) / 2);
}

:root {
  --padding120: calc((100% - 120rem) / 2);
}

@font-face {
  font-family: "fontello";
  src: url("fontello/font/fontello.woff2") format("woff2");
  font-display: fallback;
}
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.bold {
  font-weight: bold;
}

.txt_large {
  font-size: 120%;
}

.txt_small {
  font-size: 80%;
}

.txt_strong {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, var(--clr_txt)));
  background: linear-gradient(to bottom, transparent 60%, var(--clr_txt) 60%);
}

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

.txt_red {
  color: var(--clr_red) !important;
}

.h3 {
  color: var(--clr_green_dark3);
  font-size: 140%;
}

.img_c {
  margin: 1rem auto;
}

.img_l, .img_r {
  max-width: 80%;
  margin: 1rem auto 2rem;
}

img.tate {
  max-width: 60%;
}

.img_wrap img {
  width: auto;
  max-width: 90%;
  margin: auto;
}
.img_wrap img:not(:last-of-type) {
  margin: 0 auto 2rem;
}

@media screen and (min-width: 36em), print {
  .img_l {
    float: left;
    margin: 0 3rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem clamp(2rem, -1.6923rem + 6.41vw, 6rem);
  }
  img.tate {
    max-width: 25% !important;
  }
  .img_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 4rem 0;
  }
  .img_wrap img {
    margin: 0;
    max-width: 48%;
  }
  .img_wrap img:not(:last-of-type) {
    margin: 0;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 36em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt50 {
  margin-top: 5rem !important;
}

.mt40 {
  margin-top: 4rem !important;
}

.mt30 {
  margin-top: 3rem !important;
}

.mt20 {
  margin-top: 2rem !important;
}

.mt10 {
  margin-top: 1rem !important;
}

@media screen and (min-width: 36em), print {
  .mt50 {
    margin-top: 10rem !important;
  }
  .mt40 {
    margin-top: 8rem !important;
  }
  .mt30 {
    margin-top: 6rem !important;
  }
  .mt20 {
    margin-top: 4rem !important;
  }
  .mt10 {
    margin-top: 2rem !important;
  }
}
.tbl_basic {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid var(--clr_blue_light2);
  font-size: 1rem;
  margin: 1em 0;
}
.tbl_basic tr th {
  border: 1px solid var(--clr_blue_light2);
  padding: 0.8rem 0.4rem;
  text-align: left;
  vertical-align: top;
}
.tbl_basic tr th[scope=col] {
  background: var(--clr_blue_light3);
  color: var(--clr_blue_dark);
  border-bottom: 1px solid var(--clr_blue_light3);
}
.tbl_basic tr td {
  padding: 0.4rem;
  border: 1px solid var(--clr_blue_light2);
  vertical-align: top;
}
.tbl_basic.green {
  border: 1px solid var(--clr_green_dark3);
}
.tbl_basic.green tr th {
  border: 1px solid var(--clr_green_dark3);
}
.tbl_basic.green tr th[scope=col] {
  background: var(--clr_green_light6);
  color: var(--clr_green_dark);
  border-bottom: 1px solid var(--clr_green_light6);
}
.tbl_basic.green tr td {
  border: 1px solid var(--clr_green_dark3);
}

@media screen and (min-width: 36em), print {
  .tbl_basic {
    font-size: inherit;
  }
  .tbl_basic tr th {
    padding: 1.2rem clamp(1rem, 0.0769rem + 1.603vw, 2rem);
  }
  .tbl_basic tr td {
    padding: 1.2rem clamp(1rem, 0.0769rem + 1.603vw, 2rem);
  }
}
.gmap {
  width: 100%;
}

.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 0.5em;
}
.lst_ul > li::before {
  content: "";
  width: 0.4em;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--clr_brown_light);
  position: absolute;
  left: 0;
  top: 0.4em;
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}

.tel_style {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 0.1em;
  line-height: 1;
  color: var(--clr_green_dark3);
  font-family: "Bellefair", serif;
  font-weight: 400;
  letter-spacing: 0.05em;
}
.tel_style::before {
  font-family: "fontello";
  content: "\e807";
  font-size: 78%;
  padding: 0 0 0.1em;
}

html {
  font-size: 2.7777777778vw;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  color: var(--clr_txt);
  font-family: "Hiragino Sans", "Yu Gothic medium", "Yu Gothic", "游ゴシック Medium", Meiryo, sans-serif;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: rgb(var(--rgb_green_light6)/0.6);
  position: fixed;
  top: 0;
  z-index: 90;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  backdrop-filter: blur(0.6rem);
}
body.spnav_modal {
  overflow: hidden !important;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

a {
  color: inherit;
  text-decoration: none;
}

.main {
  font-size: 1.4rem;
  line-height: 1.8;
}
.main a:not([class*=btn], [href*="tel:"]) {
  text-decoration: underline;
}

@media screen and (min-width: 36em), print {
  html {
    font-size: 62.5%;
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    max-width: 1200px;
    margin: auto;
  }
  .main {
    font-size: clamp(1.3rem, 1.0231rem + 0.481vw, 1.6rem);
    line-height: 2;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
:target {
  scroll-margin-top: 1rem;
}
@media screen and (min-width: 36em), print {
  :target {
    scroll-margin-top: 10rem;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
.header > .wrap .logo {
  width: 100%;
  height: 6.6rem;
  padding: 1rem;
}
.header > .wrap .logo a {
  display: block;
  width: calc(100% - 5.6rem);
  height: 100%;
  background: url(../../images/logo.png) no-repeat left center/contain;
}
.header > .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
  color: transparent;
}
.header > .wrap .headR .tel_style {
  display: none;
}

@media screen and (min-width: 36em), print {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0 1rem;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .header.change_color {
    background: rgba(255, 255, 255, 0.9);
  }
  .header > .wrap {
    max-width: 118rem;
    padding: 1rem 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .header > .wrap .logo {
    max-width: 35.1rem;
    width: 30%;
    min-width: 25rem;
    height: auto;
    aspect-ratio: 351/77;
    padding: 0;
    position: relative;
    z-index: 101;
    background: none;
  }
  .header > .wrap .logo a {
    width: 100%;
  }
  .header > .wrap .headR {
    width: 70%;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: clamp(1rem, -0.3846rem + 2.404vw, 2.5rem);
  }
  .header > .wrap .headR .tel_style {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: clamp(2rem, 0.8923rem + 1.923vw, 3.2rem);
  }
  .header {
    container: tab/inline-size;
  }
  @container tab (width < 1100px) {
    .header .wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      gap: 0.5rem;
      padding: 0;
    }
    .header .wrap .headR {
      width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_green);
  padding: 0.5rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 101;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#nav #sp_menu::after {
  content: "MENU";
  font-size: 1rem;
  display: block;
  color: #fff;
  font-weight: bold;
  line-height: 1;
}
#nav #sp_menu span {
  width: 2.5rem;
  height: 2px;
  background: #fff;
  position: absolute;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#nav #sp_menu span:nth-of-type(1) {
  top: 20%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(2) {
  top: 35%;
  left: 50%;
}
#nav #sp_menu span:nth-of-type(3) {
  top: 50%;
  left: 50%;
}
#nav #sp_menu.close span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(30deg);
          transform: translate(-50%, -50%) rotate(30deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
#nav #sp_menu.close span:nth-of-type(2) {
  opacity: 0;
}
#nav #sp_menu.close span:nth-of-type(3) {
  -webkit-transform: translate(-50%, -50%) rotate(-30deg);
          transform: translate(-50%, -50%) rotate(-30deg);
  -webkit-transform-origin: left;
          transform-origin: left;
}
#nav .gnav_subnav {
  display: none;
  width: 100%;
  max-height: 100dvh;
  overflow-y: auto;
  background: #fff;
  padding: 7rem 1.6rem 1.6rem;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li > .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-weight: 400;
  letter-spacing: 0.01em;
  color: var(--clr_txt_base);
}
#nav .gnav_subnav .gnav > li > a::before, #nav .gnav_subnav .gnav > li > .sub::before {
  content: "▾";
  color: var(--clr_green_dark3);
}
#nav .gnav_subnav .gnav > li.support .subbox > .subnav li a, #nav .gnav_subnav .gnav > li .subbox > .subnav li .sub {
  background: -webkit-gradient(linear, left top, right top, color-stop(12%, var(--clr_green)), color-stop(88%, var(--clr_green_dark10)));
  background: linear-gradient(to right, var(--clr_green) 12%, var(--clr_green_dark10) 88%);
}
#nav .gnav_subnav .gnav > li.drip .subbox > .subnav li a, #nav .gnav_subnav .gnav > li .subbox > .subnav li .subbox .subnav li a {
  background: -webkit-gradient(linear, left top, right top, color-stop(12%, var(--clr_blue_light6)), color-stop(88%, var(--clr_blue_light7)));
  background: linear-gradient(to right, var(--clr_blue_light6) 12%, var(--clr_blue_light7) 88%);
}
#nav .gnav_subnav .gnav > li .subbox > .subnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a, #nav .gnav_subnav .gnav > li .subbox > .subnav li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.3em;
  padding: 1rem;
  font-size: 1.3rem;
  line-height: 1.4;
  color: #fff;
  height: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-align: left;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li a::before, #nav .gnav_subnav .gnav > li .subbox > .subnav li .sub::before {
  content: "▾";
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li .sub {
  margin-bottom: 1px;
  width: 100%;
}
#nav .gnav_subnav .gnav > li .subbox > .subnav li .subbox {
  margin-left: 2.3rem;
}
#nav .gnav_subnav #menu_close {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  color: var(--clr_txt);
  background: rgb(var(--rgb_green)/0.1);
  text-align: center;
  padding: 1rem 0;
  margin: 1rem 0 0;
}
#nav .gnav_subnav #menu_close::before {
  font-family: "fontello";
  content: "\cc02";
  margin: 0 0.6rem 0 0;
}

@media screen and (min-width: 36em), print {
  #nav {
    width: auto;
    position: relative;
    z-index: 100;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    max-height: calc(var(--vh, 1vh) * 100);
    overflow-y: visible;
    padding: 0;
    position: static;
    background: none;
  }
  #nav .gnav_subnav .gnav {
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: none;
    width: 100%;
  }
  #nav .gnav_subnav .gnav > li {
    width: auto;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li:not(:last-child) {
    border-bottom: none;
  }
  #nav .gnav_subnav .gnav > li > a, #nav .gnav_subnav .gnav > li > .sub {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
    width: 100%;
    font-size: clamp(1.3rem, 0.8385rem + 0.801vw, 1.8rem);
    margin: 0;
    padding: 0 1rem;
    cursor: pointer;
  }
  #nav .gnav_subnav .gnav > li > a:is(:hover, :focus-visible), #nav .gnav_subnav .gnav > li > .sub:is(:hover, :focus-visible) {
    color: var(--clr_green_dark);
    opacity: 1;
  }
  #nav .gnav_subnav .gnav > li .subbox {
    display: none;
    position: absolute;
    top: 3.9rem;
    left: -0.15rem;
    width: 27rem;
    margin: 0;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav {
    gap: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-top: 1px solid #fff;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li {
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a, #nav .gnav_subnav .gnav > li .subbox > .subnav li > .sub {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: clamp(1rem, 0.7231rem + 0.481vw, 1.3rem);
    font-size: clamp(1.2rem, 1.0154rem + 0.321vw, 1.4rem);
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: left;
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li a:is(:hover, :focus-visible), #nav .gnav_subnav .gnav > li .subbox > .subnav li > .sub:is(:hover, :focus-visible) {
    opacity: 1;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  #nav .gnav_subnav .gnav > li .subbox > .subnav li .subbox {
    top: -0.05rem;
    left: 26.94rem;
    margin: 0;
  }
  #nav .gnav_subnav #menu_close {
    display: none;
  }
}
.key_visual_low {
  background: url(../../images/key_visual_low.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 28vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 100px 0 0;
}
.key_visual_low h2 {
  font-size: 2rem;
  font-weight: normal;
  color: #804e21;
  padding: 0 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 36em), print {
  .key_visual_low {
    height: 138px;
    margin: 100px auto 0;
  }
  .key_visual_low h2 {
    font-size: 3.6rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
          box-shadow: 0 -0.2rem 0.2rem rgba(102, 102, 102, 0.2);
}
#tel_up ul {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
#tel_up ul li {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 100%;
  text-align: center;
}
#tel_up ul li.flex1 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: auto;
}
#tel_up ul li .btn_rsv {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.4em;
  background: -webkit-gradient(linear, left top, right top, color-stop(6%, var(--clr_green_light4)), color-stop(94%, var(--clr_blue_light2)));
  background: linear-gradient(to right, var(--clr_green_light4) 6%, var(--clr_blue_light2) 94%);
  color: #fff;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.04em;
}
#tel_up ul li .btn_rsv::before {
  font-family: "fontello";
  content: "\e80a";
  font-size: 110%;
}
#tel_up ul li .btn_rsv .txt_large {
  font-size: 107.7%;
}
#tel_up ul li #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem;
  line-height: 1;
  background: var(--clr_blue_light2);
  border-left: 1px solid #fff;
  color: #fff;
  overflow: hidden;
  position: relative;
  z-index: 101;
}
#tel_up ul li #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\e80b";
}
#tel_up ul li #pageup .clip {
  display: block;
  font-size: 1rem;
  clip-path: inset(50%);
  color: transparent;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  z-index: 0;
}

@media screen and (min-width: 36em), print {
  #tel_up {
    width: auto;
    height: clamp(4.6rem, 2.7538rem + 3.205vw, 6.6rem);
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #tel_up ul {
    gap: clamp(1rem, 0.0769rem + 1.603vw, 2rem);
  }
  #tel_up ul li {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    text-align: center;
  }
  #tel_up ul li.flex1 {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  #tel_up ul li .btn_rsv {
    background: url(../img/btn_rsv.svg) no-repeat center/auto 100%;
    aspect-ratio: 417/65;
    font-size: clamp(1.8rem, 1.0615rem + 1.282vw, 2.6rem);
    padding: 0 2em 0.2em;
  }
  #tel_up ul li .btn_rsv:is(:hover, :focus-visible) {
    opacity: 1;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
  #tel_up ul li #pageup {
    height: 100%;
    width: auto;
    aspect-ratio: 1/1;
    background: url(../img/btn_pageup.svg) no-repeat center/cover;
    padding: 0 0.15em 0.25em 0;
    font-size: clamp(2.4rem, 1.4769rem + 1.603vw, 3.4rem);
    border-radius: 50%;
  }
  #tel_up ul li #pageup:is(:hover, :focus-visible) {
    opacity: 1;
    -webkit-filter: brightness(110%);
            filter: brightness(110%);
  }
}
.footer {
  background: #fff;
  padding: 2rem 0 4rem;
}
.footer .logo_tel {
  margin: 0 1rem 2rem;
}
.footer .logo_tel img {
  max-width: 80%;
  margin: 0 0 1rem;
}
.footer .logo_tel .tel_style {
  font-size: 3rem;
}
.footer dl {
  margin: 0 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.07em;
}
.footer dl dt {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer dl dt::before {
  content: "【";
}
.footer dl dt::after {
  content: "】";
}
.footer dl dd {
  margin: 0 0 1rem;
}
.footer .copy {
  display: block;
  background: var(--clr_gray_light2);
  text-align: center;
  padding: 1.5rem;
  font-size: 1.4rem;
}
.footer .copy a {
  color: #1a1a1a;
}
.footer .copy a::after {
  display: none !important;
}

@media screen and (min-width: 36em), print {
  .footer {
    padding: 3rem 0 0;
  }
  .footer .logo_tel {
    width: min(120rem, 100% - 2rem);
    margin: 0 auto 5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 3.5rem;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .footer .logo_tel img {
    max-width: clamp(25rem, 15.7692rem + 16.026vw, 35rem);
    margin: 0;
  }
  .footer .logo_tel .tel_style {
    font-size: clamp(2.6rem, 2.0462rem + 0.962vw, 3.2rem);
  }
  .footer dl {
    width: min(120rem, 100% - 2rem);
    margin: auto;
    font-size: clamp(1.4rem, 1.2154rem + 0.321vw, 1.6rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer dl dt {
    width: clamp(17rem, 14.6923rem + 4.006vw, 19.5rem);
    min-width: 0;
  }
  .footer dl dd {
    width: calc(100% - clamp(17rem, 14.6923rem + 4.006vw, 19.5rem));
    margin: 0;
  }
  .footer .copy {
    margin: 6rem 0 0;
  }
}
@media print {
  body {
    width: 1300px !important;
    zoom: 0.8;
  }
}
/*# sourceMappingURL=style.css.map */