@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

*: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%;
}

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

h5, h6 {
  margin: 0;
}

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

p {
  margin: 1em 0;
}

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

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

:where(i) {
  font-style: normal;
}

:where(em) {
  font-style: normal;
}

:root {
  --clr_rgb_white: 255, 255, 255;
  --clr_rgb_black: 0, 0, 0;
  --clr_rgb_main: 42, 49, 76;
  --clr_rgb_sub01: 146, 146, 35;
  --clr_rgb_sub02: 249, 249, 234;
  --clr_white: #fff;
  --clr_txt: #333;
  --clr_main: #2a314c;
  --clr_sub01: #929223;
  --clr_sub02: #f9f9ea;
  --clr_sub03: #fcfcf5;
  --clr_sub04: #f1f1e3;
  --clr_sub05: #e66363;
  --clr_sub06: #bfbf5d;
  --clr_sub07: #eeee95;
  --clr_sub08: #ebe6d0;
  --clr_sub09: #697ba2;
  --clr_sub10: #385295;
  --clr_sub11: #eff3fe;
  --clr_sub12: #495678;
  --clr_sub13: #f5c72d;
  --clr_gray01: #dedede;
  --clr_gray02: #888888;
  --clr_gray03: #f7f7f7;
}

@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%;
}

.att {
  color: var(--clr_sub05);
}

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

.img_flex li:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  .img_l {
    float: left;
    margin: 0 2rem 2rem 0;
  }
  .img_r {
    float: right;
    margin: 0 0 2rem 2rem;
  }
  .tate {
    max-width: 25% !important;
  }
  .img_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 1rem;
  }
  .img_flex li:not(:last-child) {
    margin-bottom: 0;
  }
}
.sp_n {
  display: none;
}

@media screen and (min-width: 48em), print {
  .sp_n {
    display: block;
  }
  .pc_n {
    display: none;
  }
}
.mt40 {
  margin-top: 4rem;
}

.mt30 {
  margin-top: 3rem;
}

.mt20 {
  margin-top: 2rem;
}

.mt10 {
  margin-top: 1rem;
}

.main > section ~ section, .flex2 > section ~ section {
  margin-top: 4rem;
}

.main > section section ~ section, .flex2 > section section ~ section {
  margin-top: 3rem;
}

.main > section > section section ~ section, .flex2 > section > section section ~ section {
  margin-top: 2rem;
}

.main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
  margin-top: 2rem;
}

@media screen and (min-width: 48em), print {
  .mt40 {
    margin-top: 8rem;
  }
  .mt30 {
    margin-top: 6rem;
  }
  .mt20 {
    margin-top: 4rem;
  }
  .mt10 {
    margin-top: 2rem;
  }
  .main > section ~ section, .flex2 > section ~ section {
    margin-top: 8rem;
  }
  .main > section section ~ section, .flex2 > section section ~ section {
    margin-top: 6rem;
  }
  .main > section > section section ~ section, .flex2 > section > section section ~ section {
    margin-top: 4rem;
  }
  .main > section > section > section section ~ section, .flex2 > section > section > section section ~ section {
    margin-top: 2rem;
  }
}
@media screen and (min-width: 48em), print {
  .wd_57 {
    width: 57%;
  }
}
.tbl_time {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  font-size: 1.4rem;
}
.tbl_time caption {
  font-size: 85%;
  caption-side: bottom;
  text-align: left;
  margin-top: 0.4rem;
}
.tbl_time tr th {
  font-weight: normal;
}
.tbl_time tr th[scope=col] {
  padding: 0.4rem 0;
  font-size: 90%;
  text-align: center;
}
.tbl_time tr th[scope=col]:first-child {
  width: 35%;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #b5b5b5;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #b5b5b5;
  line-height: 1;
  font-size: 80%;
}
@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr th[scope=col]:first-child {
    width: 30%;
  }
  .tbl_time tr td {
    padding: 1rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  background: url(../img/tit_01.jpg) no-repeat center center/auto 100%;
  font-size: 2.2rem;
  padding: 3rem 1rem;
  text-align: center;
  font-weight: 500;
  margin: 6rem 0 1rem;
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  font-weight: 500;
  text-align: center;
  background: url(../img/a_h2_bg.svg) no-repeat center center/auto 100%;
  padding: 2rem 0;
}

.tit_03 {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.13rem;
  padding: 0.5rem 1rem;
  margin: 0 0 1rem;
  background-color: var(--clr_main);
  color: var(--clr_white);
}

.tit_04 {
  font-size: 1.6rem;
  line-height: 1.2;
  margin: 0 0 1rem;
}

@media screen and (min-width: 48em), print {
  .tit_01 {
    background: url(../img/tit_01.jpg) no-repeat center center/auto;
    font-size: 3.6rem;
    padding: 3.3rem 0;
    margin: 0 0 11rem;
  }
  .tit_02 {
    background: url(../img/a_h2_bg.svg) no-repeat center center/14.3rem 14.3rem;
    font-size: 4rem;
    padding: 5rem 0;
    margin: 0 0 3rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 2rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
}
.lst_ul {
  line-height: 1.4;
  margin: 1rem 0;
}
.lst_ul > li {
  padding: 0 0 0 1.2em;
  position: relative;
}
.lst_ul > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul > li::before {
  content: "●";
  color: var(--clr_main);
  position: absolute;
  left: 0;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.lst_ul.kome > li::before {
  content: "※";
  color: var(--clr_txt);
}
.lst_ul.fill li {
  display: inline-block;
  margin-right: 1rem;
}
.lst_ul.col02 {
  display: grid;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
  grid-template-columns: repeat(2, auto);
}
.lst_ul.col03 {
  -webkit-column-count: 3;
     -moz-column-count: 3;
          column-count: 3;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}
.lst_ul.col04 {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-column-gap: 2em;
     -moz-column-gap: 2em;
          column-gap: 2em;
}

.lst_ul_disc {
  margin: 0 0 0 2rem;
}
.lst_ul_disc li {
  list-style: disc;
}
.lst_ul_disc li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ul_disc li::marker {
  color: var(--clr_txt);
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  counter-increment: number 1;
  padding: 0 0 0 0.7em;
  position: relative;
}
.lst_ol > li:not(:last-child) {
  margin: 0 0 1rem;
}
.lst_ol > li::marker {
  color: #f00;
}
.lst_ol > li::before {
  display: inline-block;
  content: counter(number);
  color: var(--clr_sub01);
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_anc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem;
}
.lst_anc li {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
.lst_anc li a {
  display: block;
  width: 100%;
  text-decoration: none !important;
  background-color: var(--clr_main);
  color: var(--clr_white);
  text-align: center;
  padding: 0.8rem 0.5rem;
}
.lst_anc li a:after {
  display: inline-block;
  font-family: "fontello";
  content: "\f004";
  font-weight: normal;
  line-height: 1;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  margin-left: 0.5rem;
}

.lst_dl01 dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: var(--clr_sub01);
  text-align: left;
  padding: 1rem;
  border-bottom: 0.1rem solid var(--clr_txt);
}
.lst_dl01 dd {
  text-align: right;
  padding: 1rem;
}

.lst_dl02 dt img {
  border: 0.1rem solid var(--clr_main);
  margin: 0 auto 1rem;
}
.lst_dl02 span {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border: 0.1rem solid var(--clr_gray01);
  background-color: var(--clr_sub01);
  color: var(--clr_white);
  padding: 0.2rem 0.5rem;
  margin: 0 0.5rem 0.5rem 0;
}
.lst_dl02 i {
  display: inline-block;
  background-color: var(--clr_sub01);
  color: var(--clr_white);
  font-size: 85%;
  padding: 0 0.5rem;
  margin-right: 0.5rem;
}
.lst_dl02 .star {
  background-color: unset;
  border: none;
  color: var(--clr_txt);
}
.lst_dl02 .star:before {
  content: "★";
  display: inline-block;
  color: var(--clr_sub05);
  margin-right: 0.5rem;
}
.lst_dl02.bdr {
  border-top: 0.1rem solid var(--clr_main);
  padding-top: 2rem;
}
.lst_dl02:has(table) table tr th {
  text-align: left;
  vertical-align: top;
  display: block;
}
.lst_dl02:has(table) table tr td {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 48em), print {
  .lst_ul.fill li {
    margin-right: 3rem;
  }
  .lst_ol > li {
    padding: 0 0 0 1.5em;
  }
  .lst_anc {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .lst_anc li a {
    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;
    height: 100%;
    padding: 0.7rem 1rem;
  }
  .lst_anc li a:after {
    margin-left: 0.5rem;
  }
  .lst_anc li a:hover {
    opacity: 0.8 !important;
  }
  .lst_dl01 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .lst_dl01 dt {
    width: 50%;
    padding: 1rem;
  }
  .lst_dl01 dd {
    width: 50%;
    padding: 1rem;
  }
  .lst_dl02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0 5rem;
  }
  .lst_dl02 p {
    margin: 0 0 1em;
  }
  .lst_dl02 dt img {
    margin: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .lst_dl02 span {
    padding: 0.3rem 0.5rem;
    margin-right: 1rem;
  }
  .lst_dl02 i {
    font-size: 85%;
    padding: 0 1rem;
    margin-right: 1rem;
  }
}
.tbl_01 {
  width: 100%;
  table-layout: auto;
  margin: 2rem 0;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 0.1rem solid var(--clr_gray02);
  border-left: 0.1rem solid var(--clr_gray02);
  font-size: 1.15rem;
  line-height: 1.3;
}
.tbl_01 tr th {
  background-color: var(--clr_gray03);
  text-align: center;
  font-weight: 500;
  border-right: 0.1rem solid var(--clr_gray02);
  border-bottom: 0.1rem solid var(--clr_gray02);
  padding: 0.7rem 0.3rem;
}
.tbl_01 tr td {
  text-align: left;
  border-right: 0.1rem solid var(--clr_gray02);
  border-bottom: 0.1rem solid var(--clr_gray02);
  padding: 0.7rem 0.3rem;
}
.tbl_01 .item {
  background-color: var(--clr_sub12);
  color: var(--clr_white);
  text-align: center;
}

@media screen and (min-width: 48em), print {
  .tbl_01 {
    font-size: inherit;
    line-height: 1.4;
  }
  .tbl_01 tr th {
    padding: 1rem;
  }
  .tbl_01 tr td {
    padding: 1rem;
  }
}
.flex3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex3 > li {
  width: 46%;
}

@media screen and (min-width: 48em), print {
  .flex2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .flex2 > section, .flex2 > li {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex3 {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .flex3 li {
    width: 31%;
  }
  .flex3 li:not(:nth-child(3n)) {
    margin: 0 2rem 0 0;
  }
}
.tel {
  font-size: 120%;
  font-weight: 500;
}
.tel a:before {
  font-family: "fontello";
  content: "\e801";
  font-weight: normal;
  line-height: 1;
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5rem;
}

@media screen and (min-width: 48em), print {
  .tel {
    font-size: 150%;
  }
  .tel:before {
    font-family: "fontello";
    content: "\e801";
    font-weight: normal;
    line-height: 1;
    font-weight: normal;
    line-height: 1;
    margin-right: 0.5rem;
  }
  .tel a:before {
    display: none;
  }
}
.box_01 {
  padding: 1rem;
  background-color: var(--clr_sub01);
}
@media screen and (min-width: 48em), print {
  .box_01 {
    padding: 2rem;
  }
}

.btn_detail {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.4rem 4rem 0.4rem 1rem;
  background: var(--clr_main);
  color: var(--clr_white);
  text-decoration: none !important;
  position: relative;
}
.btn_detail:after {
  content: "";
  display: block;
  width: 2rem;
  height: 7.9rem;
  background-image: url("../img/btn_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 1rem;
  top: 1.3rem;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 0.4rem 9rem 0.4rem 2.5rem;
  }
  .btn_detail:after {
    width: 4.2rem;
    height: 7.9rem;
    right: 2.5rem;
    top: 1.3rem;
  }
  .btn_detail:hover {
    background: var(--clr_sub09);
  }
  .btn_detail:hover:after {
    right: 0;
  }
}

.linkout {
  display: inline-block;
  color: var(--clr_txt);
  text-decoration: none !important;
  margin: 0 0.2em;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-weight: normal;
  line-height: 1;
  font-size: 0.8em;
  margin-left: 0.4rem;
}

.linktxt {
  display: inline-block;
  text-underline-offset: 2px;
  color: var(--clr_main);
  margin: 0 0.2em;
}
@media screen and (min-width: 48em), print {
  .linktxt:hover {
    color: var(--clr_sub13);
  }
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 9rem;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  line-height: 0;
  font-size: 0;
  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;
  border-radius: 50%;
  color: var(--clr_white);
  background: var(--clr_main);
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\f007";
  font-weight: normal;
  line-height: 1;
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\f006";
  font-weight: normal;
  line-height: 1;
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
    top: 26rem;
  }
  .slick-arrow::before {
    font-size: 2.4rem;
  }
  .slick-arrow.slick-prev {
    left: -6rem;
  }
  .slick-arrow.slick-next {
    right: -6rem;
  }
}
.slick-dots {
  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;
  list-style: none;
  margin: 1rem auto;
}
.slick-dots li {
  width: 0.8rem;
  height: 0.8rem;
  margin: 0 0.2rem;
}
.slick-dots li button {
  padding: 50%;
  display: block;
  font-size: 0;
  cursor: pointer;
  opacity: 0.25;
  border-radius: 50%;
  background: var(--clr_main);
}
.slick-dots li button:hover, .slick-dots li button:focus {
  opacity: 0.8;
}
.slick-dots li.slick-active button {
  opacity: 0.75;
}

@media screen and (min-width: 48em), print {
  .slick-dots {
    margin: 1.6rem auto;
  }
  .slick-dots li {
    width: 1.4rem;
    height: 1.4rem;
    margin: 0 0.6rem;
  }
}
.scr {
  display: block;
}

html {
  font-size: 3.125vw;
  scroll-padding-top: 8rem;
}

body {
  background: var(--clr_white);
  color: var(--clr_txt);
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-style: normal;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100vw;
  height: 100vh;
  content: "";
  background: url("../img/a_greeting_bg.svg") no-repeat left bottom/contain rgb(var(--clr_rgb_sub01), 0.9);
  position: fixed;
  top: 0;
  z-index: 2;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out 0s;
  transition: all 0.2s ease-in-out 0s;
}
body.spnav_modal {
  height: 100%;
  overflow: hidden;
}
body.spnav_modal::after {
  visibility: visible;
  opacity: 1;
}

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

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

@media screen and (min-width: 48em), print {
  html {
    font-size: 62.5%;
    scroll-padding-top: 19rem;
  }
  body {
    min-width: calc(1200px + 40px);
  }
  body::after {
    display: none;
  }
  a, button {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  a:hover, button:hover {
    opacity: 0.8;
  }
  .wrap {
    width: 1200px;
    margin: auto;
  }
  .main {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  position: fixed;
  inset: 0 0 auto;
  padding: 1rem;
  z-index: 3;
  background: rgb(var(--clr_rgb_white), 1);
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 4.5rem;
}
.header .wrap .logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/logo.svg) no-repeat left center/contain;
}
.header .wrap .logo a .clip {
  display: block;
  height: 100%;
  overflow: hidden;
  clip-path: inset(50%);
}
.header .wrap .headR .tel {
  display: none;
}
.header.fixed {
  background: rgb(var(--clr_rgb_white), 0.8);
  -webkit-box-shadow: 0 0.2rem 0.5rem rgba(var(--clr_rgb_black), 0.1);
          box-shadow: 0 0.2rem 0.5rem rgba(var(--clr_rgb_black), 0.1);
}

@media screen and (min-width: 48em), print {
  .header {
    position: absolute;
    inset: 0 0 auto;
    background: unset;
    padding: 0;
  }
  .header .wrap {
    width: 100%;
    background: rgb(var(--clr_rgb_white), 1);
    position: fixed;
    padding: 1.9rem 2rem 2rem 8rem;
    z-index: 3;
    margin: 0 auto;
    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;
  }
  .header .wrap .logo {
    width: 25.6rem;
    min-width: 20%;
    height: 6.1rem;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  .header .wrap .headR {
    min-width: 80%;
    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;
  }
  .header .wrap .headR .tel {
    display: block;
    width: 28rem;
    background-color: var(--clr_sub01);
    color: var(--clr_white);
    text-align: center;
    padding: 1rem;
    line-height: 1;
    font-size: clamp(14px, 2vw, 28px); /* 最小14px、最大24px、ビューポート幅に応じて変動 */
    margin-left: 2rem;
    white-space: nowrap;
  }
  .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 0;
  }
  .header.fixed .wrap {
    background: rgb(var(--clr_rgb_white), 0.8);
    -webkit-box-shadow: 0 0.2rem 0.5rem rgba(var(--clr_rgb_black), 0.1);
            box-shadow: 0 0.2rem 0.5rem rgba(var(--clr_rgb_black), 0.1);
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  background: var(--clr_sub01);
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e802";
  font-weight: normal;
  line-height: 1;
  font-size: 3rem;
  color: var(--clr_white);
  margin: -0.6rem 0 -0.2rem;
}
#nav #sp_menu::after {
  content: "MENU";
  color: var(--clr_white);
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
  font-weight: normal;
  line-height: 1;
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 94vw;
  max-height: 75vh;
  overflow-y: auto;
  background: var(--clr_white);
  padding: 1.6rem;
  position: absolute;
  top: 8rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid var(--clr_txt);
  border-bottom: 1px solid var(--clr_txt);
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted var(--clr_txt);
}
#nav .gnav_subnav .gnav > li a, #nav .gnav_subnav .gnav > li .sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  color: var(--clr_main);
}
#nav .gnav_subnav .gnav > li .sub::after {
  content: "▼";
  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;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  content: "▲";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: var(--clr_txt);
}

@media screen and (min-width: 48em), print {
  #nav {
    width: 84.2rem;
    position: relative;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block !important;
    width: 100%;
    overflow-y: visible;
    padding: 0;
    position: static;
    background: unset;
  }
  #nav .gnav_subnav .gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
    gap: 1rem 2rem;
  }
  #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: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    padding: 0;
    cursor: pointer;
    position: relative;
  }
  #nav .gnav_subnav .gnav li a:after, #nav .gnav_subnav .gnav li .sub:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: -4px;
    left: 0;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transform-origin: center top;
            transform-origin: center top;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background: var(--clr_sub01);
  }
  #nav .gnav_subnav .gnav li a:hover, #nav .gnav_subnav .gnav li a.current, #nav .gnav_subnav .gnav li .sub:hover, #nav .gnav_subnav .gnav li .sub.current {
    color: var(--clr_sub01);
  }
  #nav .gnav_subnav .gnav li a:hover:after, #nav .gnav_subnav .gnav li a.current:after, #nav .gnav_subnav .gnav li .sub:hover:after, #nav .gnav_subnav .gnav li .sub.current:after {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: auto;
    position: absolute;
    z-index: 100;
  }
  #nav .gnav_subnav .gnav li .subbox > .subnav li a {
    padding: 1.6rem 0;
  }
}
.overview {
  padding: 4rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
  background: url("../img/overview_bg.jpg") no-repeat left top/cover;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 50%;
  margin: auto;
}
.overview > .wrap .gaiyo {
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-weight: 700;
}
.overview > .wrap .gaiyo dt {
  width: 100%;
  padding: 0.4rem;
  color: var(--clr_sub01);
}
.overview > .wrap .gaiyo dt:before {
  font-family: "fontello";
  content: "\32";
  font-weight: normal;
  line-height: 1;
  margin-right: 0.3rem;
}
.overview > .wrap .gaiyo dd {
  width: 100%;
  padding: 0.4rem;
}
.overview > .wrap .overviewL {
  background-color: rgb(var(--clr_rgb_white), 0.8);
  padding: 2rem 1rem;
  margin-bottom: 1rem;
}
.overview > .wrap .overviewL p {
  width: 28rem;
  margin: 3rem auto;
  background-color: var(--clr_sub01);
  padding: 0.5rem 1rem;
  margin: 3rem auto;
}
.overview > .wrap .overviewL p .tel {
  font-size: 120%;
  color: var(--clr_white);
  line-height: 1;
}

.gmap {
  height: 100vw;
}

@media screen and (min-width: 48em), print {
  .overview {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    padding: 0;
    font-size: 1.6rem;
    overflow: hidden;
    background-position: left top;
    background-size: 50% 100%;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    width: 25.6rem;
  }
  .overview > .wrap {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .overview > .wrap .gaiyo dt {
    width: 20%;
    padding: 1rem 0;
  }
  .overview > .wrap .gaiyo dd {
    width: 80%;
    padding: 1rem 0;
  }
  .overview > .wrap .overviewL {
    width: 52rem;
    padding: 3.5rem 4rem 5.3rem;
    margin: 0 3.8rem 0 0;
  }
  .overview > .wrap .overviewL P .tel {
    font-size: 2.8rem;
  }
  .overview .gmap {
    width: 50%;
    height: 72.3rem;
    margin-left: auto;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: var(--clr_sub01);
  visibility: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  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;
}
#tel_up ul {
  width: calc(100% - 4rem);
  height: 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 {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  height: 100%;
  text-align: center;
}
#tel_up ul li a {
  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;
  width: 100%;
  height: 100%;
}
#tel_up ul li .tel {
  height: 100%;
  font-size: 1.8rem;
  color: var(--clr_white);
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: var(--clr_white);
  border: 0.3rem solid var(--clr_sub01);
}
#tel_up #pageup::before {
  display: block;
  font-family: "fontello";
  content: "\f005";
  font-weight: normal;
  line-height: 1;
  position: relative;
  margin: 1rem 0 0;
  color: var(--clr_sub01);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
#tel_up #pageup .clip {
  clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 5rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 5rem;
    font-size: 3rem;
    border-radius: 50%;
    background: var(--clr_sub01);
    border: none;
  }
  #tel_up #pageup:before {
    margin: 1rem 0 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    color: var(--clr_white);
  }
  #tel_up #pageup:hover:before {
    margin: 0.3rem 0 0;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
  background-color: var(--clr_main);
}
.footer .copy {
  display: block;
  background: #000;
  color: var(--clr_white);
  padding: 0.6rem 1rem;
  font-size: 1.2rem;
}
.footer ul {
  display: none;
}

@media screen and (min-width: 48em), print {
  .footer {
    padding: 5rem 0 0;
  }
  .footer .copy {
    margin: 5rem 0 0;
  }
  .footer ul {
    width: 92.7rem;
    margin: auto;
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    color: var(--clr_white);
    font-weight: 700;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:after {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li a {
    opacity: 1;
  }
  .footer ul li a span {
    display: none;
  }
  .footer ul li a:hover {
    text-decoration: underline;
  }
  .footer ul li.treatment {
    display: none;
  }
  .footer ul li:first-child:before {
    content: "|";
    margin: 0 1rem;
  }
  .footer ul li:nth-child(8)::before {
    content: "|";
    margin: 0 1rem;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  margin-top: 7rem;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 26rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list {
  display: none;
}
.keyvsl #keyvsl .slick-list div img {
  height: 26rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.keyvsl #keyvsl .slick-dots {
  position: relative;
  z-index: 2;
}
.keyvsl #keyvsl .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 0.6rem;
}
.keyvsl .catch {
  width: 100%;
  background: rgb(var(--clr_rgb_main), 0.7);
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.keyvsl .catch p {
  text-align: center;
  color: var(--clr_white);
  font-size: 1.6rem;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin: 0;
  }
  .keyvsl #keyvsl {
    height: 100rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 100%;
    height: 100rem !important;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch p {
    font-size: 2.6rem;
    margin: 3rem 0;
  }
}
.info {
  background: url("../img/info_bg.jpg") no-repeat top 0rem right -5rem/auto 12% #fff;
  padding: 4rem 0 0;
}
.info .wrap {
  padding: 0 1rem;
}
.info .wrap .tit_02 span .f_s {
  font-size: 65%;
}
.info .wrap .tit_02 span .name {
  margin: 1rem 0;
  font-size: 125%;
}
.info .wrap .tit_02 span .f_m {
  display: block;
}
.info .wrap .tit_02 span em {
  line-height: 1;
  font-size: 135%;
  color: var(--clr_sub01);
}
.info .wrap dl {
  max-height: 30rem;
  overflow-y: auto;
  line-height: 1.4;
  padding: 0 1rem 0 0;
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.6rem;
  font-weight: 700;
  color: var(--clr_sub01);
  cursor: pointer;
}
.info .wrap dl dt::before {
  content: "▼";
  margin-right: 0.6rem;
  color: var(--clr_sub01);
}
.info .wrap dl dt.close::before {
  content: "▲";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1.6rem 0 0.6rem;
  padding: 1.6rem 0 0;
  border-top: 1px solid var(--clr_sub01);
}
.info .wrap dl dd {
  margin: 0 0 1.6rem;
  word-wrap: break-word;
  font-weight: 700;
}
.info .wrap dl dd:not(:nth-of-type(-n + 2)) {
  display: none;
}
.info .wrap.g_cal {
  margin: 3rem 0 2rem;
  height: 30rem;
}

@media screen and (min-width: 48em), print {
  .info {
    background-position: left bottom;
    background-size: auto 63rem;
    overflow: hidden;
    padding: 0 0 8rem;
  }
  .info .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
  }
  .info .wrap .tit_02 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 24.6rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 3.2rem;
    background-size: contain;
  }
  .info .wrap .tit_02 span {
    display: block;
  }
  .info .wrap .tit_02 span .f_s {
    font-size: 2.4rem;
  }
  .info .wrap .tit_02 span .name {
    margin: 1rem 0;
    font-size: 5.6rem;
  }
  .info .wrap .tit_02 span .f_m {
    display: inline-block;
    font-size: 5rem;
  }
  .info .wrap .tit_02 span em {
    line-height: 1;
    font-size: 12rem;
    color: var(--clr_sub01);
  }
  .info .wrap .tit_02 span.left {
    margin-top: 11rem;
  }
  .info .wrap dl {
    width: 86rem;
  }
  .info .wrap dl dt {
    font-size: 2rem;
    margin: 0 0 1rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.8rem 0 0.6rem;
    padding: 1.8rem 0 0;
  }
  .info .wrap dl dd {
    margin: 0 0 1.8rem 3rem;
  }
  .info .wrap dl::-webkit-scrollbar {
    width: 1rem;
  }
  .info .wrap dl::-webkit-scrollbar-track {
    background-color: var(--clr_sub02);
    border-radius: 1rem;
  }
  .info .wrap dl::-webkit-scrollbar-thumb {
    background-color: var(--clr_sub01);
    border-radius: 1rem;
  }
  .info .wrap.g_cal {
    margin: 0 auto;
    height: 60rem;
  }
}
.top_fugu {
  background: url("../img/fugu_ilst.svg") no-repeat right top/auto 13.4rem var(--clr_main);
  padding: 3rem 0 21rem;
  position: relative;
}
.top_fugu::after {
  content: "";
  display: block;
  width: 100%;
  height: 18rem;
  background-image: url("../img/fugu_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.top_fugu .wrap .read {
  padding: 0 1rem;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--clr_white);
  font-size: 1.6rem;
  position: relative;
}
.top_fugu .wrap .read p {
  margin: 0;
}
.top_fugu .wrap .read .emp {
  font-size: 3rem;
  line-height: 1;
  margin: 1rem 0 1.5rem;
}
.top_fugu .wrap .read .text {
  font-size: 1.4rem;
}

@media screen and (min-width: 48em), print {
  .top_fugu {
    background-position: center top;
    background-size: auto 26.8rem;
    padding: 3rem 0;
  }
  .top_fugu::after {
    width: 43%;
    height: 100%;
    top: 0;
    bottom: auto;
    right: 0;
    left: auto;
  }
  .top_fugu .wrap .read {
    padding: 0 0 0 4rem;
    font-family: "Yuji Syuku", serif;
    font-weight: 400;
    font-style: normal;
    color: var(--clr_white);
    font-size: 2.8rem;
    position: relative;
  }
  .top_fugu .wrap .read p {
    z-index: 1;
    margin: 0;
  }
  .top_fugu .wrap .read .emp {
    font-size: 6rem;
    line-height: 1;
    margin: 1rem 0 1.5rem;
  }
  .top_fugu .wrap .read .text {
    font-size: 2rem;
  }
}
.top_bnr {
  margin: 5rem 1rem 3rem;
}
.top_bnr ul li {
  background-color: var(--clr_sub01);
  position: relative;
}
.top_bnr ul li a {
  display: block;
  width: 100%;
  padding: 1.5rem;
  color: var(--clr_white);
  text-align: center;
  line-height: 1.3;
  text-decoration: none !important;
  font-weight: 700;
}
.top_bnr ul li a span {
  display: block;
}
.top_bnr ul li a .tit {
  line-height: 1;
  font-size: 130%;
  margin: 0 0 1.5rem;
}
.top_bnr ul li:not(:last-child) {
  margin-bottom: 2.5rem;
}
.top_bnr ul li:before {
  content: "";
  display: block;
  width: 2rem;
  height: 5rem;
  background-image: url("../img/a_icon_bnr_hook.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -2rem;
  left: 0;
}
.top_bnr ul li:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 2rem solid transparent;
  border-bottom: 2rem solid var(--clr_white);
  position: absolute;
  right: 0.5rem;
  bottom: 0.5rem;
}
.top_bnr ul li.bg_g {
  background-color: var(--clr_gray01);
}

@media screen and (min-width: 48em), print {
  .top_bnr {
    margin: 4.8rem auto;
  }
  .top_bnr ul {
    width: calc(1200px - 37rem);
    margin: auto;
  }
  .top_bnr ul li a {
    padding: 2.1rem 1rem;
  }
  .top_bnr ul li a span {
    font-size: 2rem;
  }
  .top_bnr ul li a .tit {
    font-size: 3.6rem;
    margin: 0 0 2rem;
  }
  .top_bnr ul li:not(:last-child) {
    margin-bottom: 4.8rem;
  }
  .top_bnr ul li:before {
    width: 5.5rem;
    height: 12.9rem;
    top: -2.8rem;
    left: 3.5rem;
  }
  .top_bnr ul li:after {
    border-left: 3rem solid transparent;
    border-bottom: 3rem solid var(--clr_white);
    right: 1rem;
    bottom: 1rem;
  }
  .top_bnr ul li:hover {
    opacity: 0.8;
  }
  .top_bnr ul li:hover a {
    opacity: 1;
  }
}
.feed {
  position: relative;
}
.feed .wrap {
  background-color: var(--clr_sub03);
  padding: 12rem 0 2rem;
}
.feed .wrap .tit_02 {
  width: 55%;
  background: unset;
  position: absolute;
  top: -6rem;
  left: 1rem;
}
.feed .wrap .flex {
  padding: 5rem 1rem 0;
}
.feed .wrap .flex .feed_lst {
  max-height: 30rem;
  overflow: auto;
}
.feed .wrap .flex .feed_lst li .feed_item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  border-bottom: 0.1rem dashed var(--clr_sub06);
  padding: 1rem 0;
  text-decoration: none !important;
  font-weight: 600;
}
.feed .wrap .flex .feed_lst li .feed_item_inner .img {
  width: 4.5rem;
  height: 4.5rem;
  margin-right: 1.6rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.feed .wrap .flex .feed_lst li .feed_item_inner .img img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.feed .wrap .flex .feed_lst li .feed_item_inner .text {
  font-size: 1.4rem;
  padding: 0 1rem 0 0;
}
.feed .wrap .flex .feed_lst li .feed_item_inner .text .day {
  display: block;
  color: var(--clr_sub05);
  font-size: 80%;
}
.feed .wrap .flex .feed_lst li .feed_item_inner .text .tit {
  display: block;
  color: var(--clr_sub01);
  line-height: 1.3;
}
.feed .wrap .flex .feed_lst li .feed_item_inner .text .cat {
  display: block;
  font-size: 80%;
  margin: 1rem 0 0;
}
.feed .wrap .flex .feed_lst li .feed_item_inner .text .full_content {
  font-size: 80%;
}
.feed .wrap .flex .feed_lst li .feed_item_inner .text .full_content pre {
  word-break: break-all; /* 元記事と同じ */
  overflow-wrap: break-word; /* 〃 */
  word-wrap: break-word; /* 〃 */
  line-break: anywhere; /* 見慣れない。 */
  white-space: pre-wrap; /* 任意。詳細は後述 */
  white-space: break-spaces; /* 見慣れない。但し、これも任意 */
}
.feed .wrap .flex .feed_lst li .feed_item_inner:hover {
  background-color: rgb(var(--clr_rgb_white), 0.7);
}

@media screen and (min-width: 48em), print {
  .feed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 32.5rem 0 11rem;
  }
  .feed .wrap {
    width: calc(50% + 49rem);
    margin-left: calc(50% - 49rem);
    position: relative;
    padding: 7rem 8.3rem 5rem;
  }
  .feed .wrap .tit_02 {
    width: auto;
    top: -30rem;
    left: -11rem;
    padding: 0;
  }
  .feed .wrap .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
  }
  .feed .wrap .flex .read {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
  }
  .feed .wrap .flex .read p {
    margin: 0 1rem;
    letter-spacing: 0.2rem;
  }
  .feed .wrap .flex .feed_lst {
    width: 78rem;
    min-height: 80rem;
    max-height: 90rem;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-left: 11.3rem;
    font-size: 600;
  }
  .feed .wrap .flex .feed_lst li .feed_item_inner {
    padding: 1rem 0;
  }
  .feed .wrap .flex .feed_lst li .feed_item_inner .img {
    width: 9rem;
    height: 9rem;
    margin-right: 2rem;
  }
  .feed .wrap .flex .feed_lst li .feed_item_inner .text {
    font-size: 1.8rem;
    padding: 0 1rem 0 0;
  }
  .feed .wrap .flex .feed_lst li .feed_item_inner .text .day {
    font-size: 1.6rem;
  }
  .feed .wrap .flex .feed_lst li .feed_item_inner .text .cat {
    font-size: 100%;
  }
  .feed .wrap .flex .feed_lst li .feed_item_inner:hover {
    background-color: rgb(var(--clr_rgb_white), 0.7);
  }
  .feed:before {
    content: "";
    display: block;
    width: 100%;
    height: 20rem;
    background: -webkit-gradient(linear, left top, left bottom, from(var(--clr_white)), to(var(--clr_sub04)));
    background: linear-gradient(var(--clr_white) 0%, var(--clr_sub04) 100%);
    position: absolute;
    top: 42rem;
    left: 0;
  }
}
.challenge {
  background: url("../img/challenge_bg.jpg") no-repeat bottom center/auto 25rem var(--clr_white);
  margin: 3rem 0;
}
.challenge .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 0 17rem;
  position: relative;
}
.challenge .wrap .read p {
  width: 100%;
  background: rgb(var(--clr_rgb_main), 0.75);
  color: var(--clr_white);
  padding: 1.5rem 2rem;
  position: relative;
  margin: 0;
}
.challenge .wrap .read p span {
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  display: block;
  font-size: 1.6rem;
  line-height: 1.3;
}
.challenge .wrap .read p span i {
  color: var(--clr_sub07);
  font-size: 140%;
}
.challenge .wrap .read p:before, .challenge .wrap .read p:after {
  content: "";
  position: absolute;
  top: 1rem;
  bottom: 0;
  width: 1px;
  height: 83%;
  background-color: var(--clr_white);
}
.challenge .wrap .read p:before {
  left: 0.5rem;
}
.challenge .wrap .read p:after {
  right: 0.5rem;
}
.challenge .wrap a {
  position: absolute;
  right: 1rem;
  bottom: -4rem;
  display: block;
  width: 35%;
  margin: 4rem 0 0 auto;
}
.challenge .wrap a:hover {
  opacity: 0.8;
}

@media screen and (min-width: 48em), print {
  .challenge {
    background-position: center center;
    background-size: 100% 46.6rem;
    margin: 0;
  }
  .challenge .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0;
  }
  .challenge .wrap .read p {
    width: auto;
    height: 65rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    padding: 1.5rem 2rem;
    margin: 0 0 0 4rem;
  }
  .challenge .wrap .read p span {
    font-size: 3.4rem;
    line-height: 1.2;
  }
  .challenge .wrap .read p span i {
    font-size: 5.6rem;
    margin: 3rem 0 0;
  }
  .challenge .wrap .read p span.txt_b {
    margin-top: auto;
  }
  .challenge .wrap .read p:before, .challenge .wrap .read p:after {
    content: "";
    position: absolute;
    top: 1rem;
    bottom: 0;
    width: 1px;
    height: 63rem;
    background-color: var(--clr_white);
  }
  .challenge .wrap .read p:before {
    left: 0.5rem;
  }
  .challenge .wrap .read p:after {
    right: 0.5rem;
  }
  .challenge .wrap a {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto 4rem 0 0;
  }
  .challenge .wrap a:hover {
    opacity: 0.8;
  }
}
.season {
  margin: 10rem 1rem 4rem;
}
.season .wrap .season_l {
  background: url(../img/season_bg.jpg) no-repeat left top/100% auto;
  height: 18rem;
  position: relative;
}
.season .wrap .season_l a {
  width: 35%;
  position: absolute;
  top: -4rem;
}
.season .wrap .season_r ul li {
  width: 100%;
}
.season .wrap .season_r ul li a {
  display: block;
  width: 100%;
  background-color: var(--clr_sub08);
  padding: 0.5rem 1rem 0.5rem 2rem;
  position: relative;
  font-family: "Yuji Syuku", serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none !important;
}
.season .wrap .season_r ul li a:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 3.5rem;
  background-image: url("../img/a_icon_bnr_hook.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -1rem;
  left: -0.5rem;
}
.season .wrap .season_r ul li:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (min-width: 48em), print {
  .season {
    margin: 17rem 0 10rem;
  }
  .season .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: calc(1200px - 10rem);
  }
  .season .wrap .season_l {
    width: 78rem;
    height: 41.4rem;
  }
  .season .wrap .season_l a {
    top: -8rem;
    left: -6rem;
  }
  .season .wrap .season_l a:hover {
    opacity: 0.8;
  }
  .season .wrap .season_r {
    margin-top: auto;
    margin-bottom: 2.3rem;
  }
  .season .wrap .season_r ul {
    width: 26rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0 2rem;
  }
  .season .wrap .season_r ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    width: 5rem;
  }
  .season .wrap .season_r ul li a {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 2rem;
    padding: 2.5rem 1rem;
  }
  .season .wrap .season_r ul li a:before {
    width: 2.8rem;
    height: 6.5rem;
    top: -4.8rem;
    right: 0;
    left: 0;
    margin: auto;
  }
  .season .wrap .season_r ul li a:hover {
    opacity: 0.8;
  }
  .season .wrap .season_r ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
.top_aobeka {
  background: url(../img/aobeka_bg.jpg) no-repeat left top/cover;
}
.top_aobeka .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: var(--clr_white);
}
.top_aobeka .wrap .tit_02 {
  color: var(--clr_white);
}
.top_aobeka .wrap .img {
  height: 35rem;
  background: url(../img/aobeka_img.jpg) no-repeat center top 3rem/auto 100%;
  position: relative;
}
.top_aobeka .wrap .img p {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: left;
  line-height: 1.3;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 1rem;
  margin: auto;
}
.top_aobeka .wrap .read {
  padding: 5rem 1rem 4rem;
}
.top_aobeka .wrap .read .btn_detail {
  margin: 3rem auto 0;
  border: 0.1rem solid var(--clr_white);
}

@media screen and (min-width: 48em), print {
  .top_aobeka .wrap {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .top_aobeka .wrap .tit_02 {
    margin: 0 0 3.7rem;
  }
  .top_aobeka .wrap .img {
    width: 35.3rem;
    height: 54rem;
    background-position: left top;
    background-size: auto 54rem;
  }
  .top_aobeka .wrap .img p {
    bottom: 2rem;
  }
  .top_aobeka .wrap .read {
    width: 60rem;
    padding: 5rem 0 0;
  }
  .top_aobeka .wrap .read p {
    font-size: 1.8rem;
  }
  .top_aobeka .wrap .read .btn_detail {
    margin: 3rem 0 0 auto;
  }
}
.greeting {
  background: url("../img/a_greeting_bg.svg") no-repeat top center/contain #fff;
  padding: 4rem 1rem 0;
  margin-top: 0 !important;
}
.greeting .wrap .tit_02 i {
  font-size: 140%;
}
@media screen and (min-width: 48em), print {
  .greeting {
    padding: 6.8rem 0 14.7rem;
  }
  .greeting .wrap {
    width: calc(1200px - 2rem);
    margin: auto;
  }
  .greeting .wrap .tit_02 {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    text-orientation: upright;
    font-size: 4rem;
    margin: 0 auto 2.75rem;
    padding: 0 2rem;
  }
  .greeting .wrap .tit_02 i {
    font-size: 6rem;
  }
  .greeting .wrap .tit_02 span {
    display: block;
    margin-top: 5rem;
  }
  .greeting .wrap .read {
    width: 65.8rem;
    font-size: 1.8rem;
    margin: auto;
  }
}
.links {
  background: url("../img/links_bg.jpg") no-repeat left top/cover;
  padding: 4rem 1rem;
}
.links .wrap ul li a {
  text-decoration: none !important;
  color: var(--clr_sub10);
}
.links .wrap ul li a:before {
  font-family: "fontello";
  content: "\f08e";
  font-weight: normal;
  line-height: 1;
  margin-right: 0.5rem;
}
.links .wrap ul li span {
  display: block;
  color: var(--clr_txt);
  font-size: 85%;
  padding-left: 1.7em;
}
.links .wrap ul li span:before {
  content: "…";
  display: inline-block;
  font-family: "メイリオ", "Meiryo";
  margin-right: 0.3rem;
  vertical-align: baseline;
}
.links .wrap ul li:not(:last-child) {
  margin-bottom: 1rem;
}

@media screen and (min-width: 48em), print {
  .links {
    padding: 7rem 0 8.5rem;
  }
  .links .wrap {
    width: calc(1200px - 28rem);
    margin: auto;
  }
  .links .wrap .tit_02 {
    margin: 0 0 5rem;
  }
  .links .wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1rem 0;
  }
  .links .wrap ul li {
    width: 50%;
  }
  .links .wrap ul li a {
    font-size: 2.2rem;
  }
  .links .wrap ul li a:before {
    font-size: 110%;
    vertical-align: middle;
    margin-right: 1.5rem;
  }
  .links .wrap ul li a:hover {
    color: var(--clr_sub01);
  }
  .links .wrap ul li span {
    padding-left: 2.2em;
    font-size: 1.8rem;
  }
  .links .wrap ul li span:before {
    margin-right: 0.8rem;
  }
  .links .wrap ul li:not(:last-child) {
    margin-bottom: 0;
  }
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
body:not(.index) .main .tit_02 {
  letter-spacing: 0.15rem;
}
body:not(.index) .main .tit_03 {
  letter-spacing: 0.15rem;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .header {
    position: relative;
  }
  body:not(.index) .header .wrap {
    position: relative;
  }
  body:not(.index) .header.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  body:not(.index) .main {
    margin: 0 0 8rem;
    font-weight: 500;
  }
  body:not(.index) .main .tit_02 {
    letter-spacing: 0.5rem;
    margin: 0 0 3.8rem;
  }
  body:not(.index) .main .tit_03 {
    letter-spacing: 0.25rem;
    padding: 1rem 2rem;
  }
  body:not(.index) .cf .img_l,
  body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.2rem;
  margin: 0 1rem 4rem;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  content: ">";
  font-size: 70%;
  margin: 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.6rem;
    margin: 0;
  }
  .breadcrumb li:not(:last-child)::after {
    margin: 0 0.8rem;
  }
}
.gallery {
  width: 85%;
  margin: auto;
}
.gallery .gallery_slider {
  visibility: hidden;
}
.gallery .gallery_slider div .cap {
  margin: 0.2rem 0 0;
  text-align: center;
  color: var(--clr_white);
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: var(--clr_main);
}
.gallery .gallery_slider div .slick-current .cap {
  opacity: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}
.gallery .gallery_slider div:first-child .cap {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.gallery .gallery_thum div img {
  cursor: pointer;
  border: 4px solid transparent;
}
.gallery .gallery_thum .slick-current div img {
  border: 4px solid var(--clr_main);
}
@media screen and (min-width: 48em), print {
  .gallery {
    width: 75rem;
    margin: auto;
  }
  .gallery .gallery_slider {
    font-size: 1.6em;
  }
  .gallery .gallery_thum {
    width: calc(100% + 0.6rem);
  }
}
.device li {
  margin: 0 0 2rem;
  text-align: center;
}
.device li img {
  margin: 0 auto 0.6rem;
  max-width: 80%;
}

@media screen and (min-width: 48em), print {
  .device {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .device li {
    width: 32%;
    margin: 0 0 2rem;
  }
  .device li:not(:nth-child(3n)) {
    margin: 0 2.4rem 2rem 0;
  }
  .device li img {
    margin: 0 auto 1rem;
    max-width: 100%;
  }
}
.flow {
  counter-reset: number 0;
}
.flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.flow li .num {
  width: 20%;
  padding: 0 1rem 0 0;
  border-right: 0.1rem solid var(--clr_txt);
}
.flow li .num span {
  display: block;
  text-align: center;
}
.flow li .num span:before {
  display: block;
  margin: auto;
  font-family: "fontello";
  content: "\e80e";
  font-weight: normal;
  line-height: 1;
  color: var(--clr_sub06);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
.flow li .num span:after {
  display: block;
  margin: auto;
  content: "0" counter(number) "";
  counter-increment: number 1;
  font-size: 2rem;
  line-height: 1;
}
.flow li .cont {
  width: 80%;
  padding: 0 0 4rem 1rem;
}
.flow li .cont p {
  margin: 0;
}
.flow li .cont .tit {
  font-size: 120%;
  font-weight: 700;
  margin: 0 0 0.5rem;
}
.flow li:not(:last-child) {
  margin-bottom: 6rem;
}
.flow li:not(:last-child):after {
  content: "";
  display: block;
  width: 19.3rem;
  height: 6.5rem;
  background-image: url("../img/flow_arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: -5rem;
}

@media screen and (min-width: 48em), print {
  .flow li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .flow li .num {
    width: 15.8rem;
  }
  .flow li .num span {
    font-size: 2.1rem;
  }
  .flow li .num span:after {
    display: block;
    margin: auto;
    font-size: 5.1rem;
  }
  .flow li .cont {
    width: 87.3rem;
    padding: 1rem 3rem;
  }
  .flow li .cont .tit {
    font-size: 2.2rem;
    margin: 0 0 2rem;
  }
  .flow li:not(:last-child) {
    margin-bottom: 13rem;
  }
  .flow li:not(:last-child):after {
    width: 41.2rem;
    height: 12.3rem;
    left: 0;
    bottom: -10rem;
  }
}
.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
}

.yoshinoya4_4 .lst_ol li {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0 0 0 1.8em;
}
.yoshinoya4_4 .lst_ol li:before {
  background-color: var(--clr_sub01);
  color: var(--clr_white);
  line-height: 1;
  padding: 0.15rem 0.5rem 0.3rem;
}

@media screen and (min-width: 48em), print {
  .yoshinoya4_4 .lst_ol li:before {
    padding: 0.2rem 0.7rem 0.4rem;
  }
}
.yoshinoya4 .fune_img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2rem 1rem;
}
.yoshinoya4 .fune_img li {
  width: 100%;
  padding: 1.5rem;
  background-color: var(--clr_sub08);
}
.yoshinoya4 .fune_img li figure img {
  margin: auto;
}
.yoshinoya4 .fune_img li figcaption {
  text-align: center;
  margin: 1rem 0;
}
.yoshinoya4 .fune_img li.bgc_n {
  background-color: unset;
  padding: 0;
}
.yoshinoya4 .fune_img li.bgc_n p {
  margin: 0;
  text-align: center;
}
.yoshinoya4 .flex2 {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 0 3rem;
}

@media screen and (min-width: 48em), print {
  .yoshinoya4 .fune_img {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 1.5rem;
  }
  .yoshinoya4 .fune_img li {
    width: 33%;
    padding: 2rem;
  }
  .yoshinoya4 .flex2 {
    width: 100%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 0 3rem;
  }
}
.fee .tbl_01 {
  table-layout: fixed;
}
.fee .tbl_01 tr th,
.fee .tbl_01 tr td {
  font-size: 85%;
}
.fee .tbl_01 tr .other {
  width: 23%;
}
.fee .tbl_01 tr .prc {
  text-align: right;
}
.fee .tbl_01 tr:nth-child(odd) td {
  background-color: var(--clr_gray01);
}

@media screen and (min-width: 48em), print {
  .fee .tbl_01 tr th,
  .fee .tbl_01 tr td {
    font-size: 100%;
  }
}
.introduction .tbl_01 tr td {
  width: 50%;
}/*# sourceMappingURL=style.css.map */