@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;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  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);
  -webkit-clip-path: inset(50%);
          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;
}

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

.img_c {
  margin: 1rem auto;
}

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

.tate {
  max-width: 60%;
}

@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;
  }
}
.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;
  }
}
.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;
  text-align: center;
  background-color: #e1fff3;
  border-top: 0.1rem solid #00FA9A;
  border-bottom: 0.1rem solid #00FA9A;
}
.tbl_time tr th[scope=col]:first-child {
  width: 30%;
  border-left: 0.1rem solid #00FA9A;
}
.tbl_time tr th[scope=col]:last-child {
  border-right: 0.1rem solid #00FA9A;
}
.tbl_time tr th.time {
  border-bottom: 1px solid #00FA9A;
}
.tbl_time tr td {
  text-align: center;
  padding: 1rem 0.4rem;
  border-bottom: 1px solid #00FA9A;
  line-height: 1;
  color: #FABE00;
}
.tbl_time tr td.close {
  color: #333;
}

@media screen and (min-width: 48em), print {
  .tbl_time {
    table-layout: fixed;
    font-size: 1.8rem;
  }
  .tbl_time caption {
    font-size: 100%;
    margin: 1rem 0 0 3rem;
  }
  .tbl_time tr th[scope=col] {
    padding: 0.6rem 0;
  }
  .tbl_time tr td {
    padding: 3rem 0;
  }
}
.gmap {
  width: 100%;
}

.tit_01 {
  font-size: 2.2rem;
  padding: 3rem 1rem;
  text-align: left;
  margin: 7rem 0 1rem;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "MS P明朝", "MS PMincho", "MS 明朝", "serif";
}

.tit_02 {
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 2rem;
  text-align: center;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "MS P明朝", "MS PMincho", "MS 明朝", "serif";
  position: relative;
}
.tit_02 span {
  font-family: "游ゴシック", "Yu Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
  font-weight: 500;
  font-size: 1.8rem;
  color: #717071;
  display: block;
  margin: auto;
  letter-spacing: 0.1rem;
}

.tit_03 {
  font-size: 1.8rem;
  line-height: 1.2;
  margin: 0 0 2rem;
}

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

@media screen and (min-width: 48em), print {
  .tit_01 {
    font-size: 3.6rem;
    padding: 8rem 0;
    margin: 3rem 0 2.5rem;
  }
  .tit_02 {
    font-size: 3.2rem;
    margin: 0 0 3rem;
  }
  .tit_02 span {
    font-size: 2rem;
  }
  .tit_03 {
    font-size: 2.4rem;
    margin: 0 0 3rem;
  }
  .tit_04 {
    font-size: 2.2rem;
    margin: 0 0 3rem;
  }
}
.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 1rem;
}
.lst_ul > li::before {
  font-family: "fontello";
  content: "\e801";
  color: #00fa9a;
  position: absolute;
  top: 0.3rem;
  left: 0;
  font-size: 1rem;
}
.lst_ul.kome > li::before {
  content: "※";
  color: #333;
}

.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: #333;
}

.lst_ol {
  line-height: 1.4;
  counter-reset: number 0;
  margin: 1rem 0;
}
.lst_ol > li {
  counter-increment: number 1;
  padding: 0 0 0 1.8em;
  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, decimal-leading-zero) ".";
  color: #333;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_num li {
  position: relative;
  padding: 0 0 0 1.5em;
  margin: 0 0 1rem;
}
.lst_num li span {
  color: #00FA9A;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.lst_dl01 dt {
  font-weight: bold;
  background-color: #e1fff3;
  padding: 1rem;
  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: 0.1rem solid #00FA9A;
  border-right: none;
}
.lst_dl01 dd {
  border: 0.1rem solid #00FA9A;
  border-bottom: none;
  padding: 1rem;
}
.lst_dl01 dd:last-child {
  border-bottom: 0.1rem solid #00FA9A;
}

@media screen and (min-width: 48em), print {
  .lst_ul > li::before {
    font-size: 1.3rem;
  }
  .lst_ol > li {
    padding: 0 0 0 3.6rem;
  }
  .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: 20%;
  }
  .lst_dl01 dd {
    width: 80%;
  }
}
.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 {
    width: 48%;
    margin-top: 0 !important;
  }
  .flex2 > div {
    width: 48%;
  }
  .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 {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  font-size: 1.8rem;
  background-color: #e1fff3;
  border-radius: 2.4rem;
  border: 0.1rem solid #00fa9a;
  padding: 0 1.5rem;
}
.tel:before {
  font-family: "fontello";
  content: "\e802";
  margin-right: 0.3rem;
}

@media screen and (min-width: 48em), print {
  .tel {
    font-size: 2.6rem;
    margin: 0;
  }
  .tel:before {
    font-size: 2.2rem;
  }
}
.rsv {
  background-color: #FABE00;
  border-radius: 2.4rem;
}
.rsv a {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  margin: auto;
  padding: 1rem;
  color: #fff;
  text-align: center;
  text-decoration: none !important;
}
@media screen and (min-width: 48em), print {
  .rsv a {
    font-size: 1.8rem;
    padding: 1.1rem 2.8rem;
  }
}

.box_ {
  padding: 1rem;
}
@media screen and (min-width: 48em), print {
  .box_ {
    padding: 2rem;
  }
}

.btn_detail {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
  margin: 2rem auto;
  padding: 0.4rem 2rem;
  background-color: #e1fff3;
  text-decoration: none !important;
  border: 0.1rem solid #00fa9a;
}
.btn_detail:before {
  font-family: "fontello";
  content: "\e805";
  margin-right: 0.3rem;
}
@media screen and (min-width: 48em), print {
  .btn_detail {
    padding: 1rem 4rem;
    margin: 5rem auto;
  }
  .btn_detail:hover {
    background-color: #fabe00;
    border: 0.1rem solid #fabe00;
    color: #fff;
  }
}

.linkout {
  display: inline-block;
  color: #333;
  text-decoration: none !important;
  margin: 0 0.2em;
}
.linkout::after {
  font-family: "fontello";
  content: "\f08e";
  font-size: 0.8em;
  margin-left: 0.4rem;
}

.slick-arrow {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  -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: #fff;
  background: #FABE00;
}
.slick-arrow::before {
  font-size: 1.2rem;
}
.slick-arrow.slick-prev {
  left: -2.6rem;
}
.slick-arrow.slick-prev::before {
  font-family: "fontello";
  content: "\e805";
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.slick-arrow.slick-next {
  right: -2.6rem;
}
.slick-arrow.slick-next::before {
  font-family: "fontello";
  content: "\e805";
}

@media screen and (min-width: 48em), print {
  .slick-arrow {
    width: 5rem;
    height: 5rem;
  }
  .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: #000;
}
.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;
}

body {
  background: #fff;
  color: #333;
  font-family: "游ゴシック", "Yu Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
  font-weight: 500;
  word-wrap: break-word;
}
body::after {
  visibility: hidden;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(51, 51, 51, 0.6);
  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%;
  }
  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.8rem;
    line-height: 1.8;
  }
  .main a:not([class*=btn]):hover {
    opacity: 1;
    text-decoration: none;
  }
}
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: #fff;
}
.header .wrap {
  margin: 1rem;
}
.header .wrap .logo {
  width: calc(100% - 5rem);
  height: 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;
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}
.header .wrap .headR {
  display: none;
}
.header .wrap .headR ul {
  display: none;
}
.header .wrap .headR div {
  width: 100%;
  margin: 1rem 0;
}
.header .wrap .headR p {
  font-size: 1.6rem;
  margin: 0;
  text-align: center;
}
.header .wrap .headR .acs:before {
  font-family: "fontello";
  content: "\f238";
  margin-right: 0.5rem;
}
.header .wrap .headR .acs span {
  color: #FABE00;
}

@media screen and (min-width: 48em), print {
  .header {
    height: 16rem;
    position: relative;
  }
  .header .wrap {
    margin: 1rem auto 0;
    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: 40%;
    height: 15.4rem;
  }
  .header .wrap .headR {
    width: 60%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .header .wrap .headR ul {
    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 ul li.rsv {
    margin: 0 1.5rem;
  }
  .header .wrap .headR div {
    width: auto;
    margin: 0;
  }
  .header .wrap .headR p {
    font-size: 1.8rem;
    text-align: right;
  }
  .header .wrap .headR .acs span {
    color: #FABE00;
  }
}
#nav {
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
#nav #sp_menu {
  width: 4.6rem;
  height: 4.6rem;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  padding: 0;
  position: absolute;
  top: 1.5rem;
  right: 1rem;
  z-index: 10;
  color: #717071;
}
#nav #sp_menu::before {
  display: block;
  font-family: "fontello";
  content: "\e808";
  font-size: 3.6rem;
  margin: -0.6rem 0 -0.2rem;
}
#nav #sp_menu::after {
  content: "MENU";
}
#nav #sp_menu.close::before {
  font-family: "fontello";
  content: "\e806";
}
#nav #sp_menu.close::after {
  content: "CLOSE";
}
#nav #sp_menu span {
  display: none;
}
#nav .gnav_subnav {
  display: none;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
  background: #fff;
  padding: 1.6rem 1.6rem 10rem;
  position: absolute;
  top: 7rem;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  overflow-x: scroll;
}
#nav .gnav_subnav .gnav {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
#nav .gnav_subnav .gnav > li:not(:last-child) {
  border-bottom: 1px dotted #333;
}
#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;
}
#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;
  font-size: 1.3rem;
  color: #00fa9a;
}
#nav .gnav_subnav .gnav > li .sub.close::after {
  content: "▲";
}
#nav .gnav_subnav .gnav > li .subbox {
  display: none;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(250, 190, 0, 0.6)), to(rgba(0, 250, 154, 0.6)));
  background: linear-gradient(to top, rgba(250, 190, 0, 0.6), rgba(0, 250, 154, 0.6));
  padding: 1rem;
}
#nav .gnav_subnav .gnav > li .subbox .subnav:not(:last-child) {
  margin-bottom: 0.3rem;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li:not(:last-child) {
  margin-bottom: 0.3rem;
}
#nav .gnav_subnav .gnav > li .subbox .subnav li a {
  display: block;
  padding: 1rem;
  color: #333;
  background-color: rgba(255, 255, 255, 0.8);
}
#nav .gnav_subnav .gnav .home {
  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;
  position: relative;
  padding-left: 2rem;
}
#nav .gnav_subnav .gnav .home:before {
  font-family: "fontello";
  content: "\e800";
  color: #00fa9a;
  position: absolute;
  left: 0;
  bottom: 0.7rem;
  font-size: 2rem;
}

@media screen and (min-width: 48em), print {
  #nav {
    width: auto;
    position: relative;
  }
  #nav #sp_menu {
    display: none;
  }
  #nav .gnav_subnav {
    display: block;
    width: 1200px;
    height: auto;
    overflow: unset;
    padding: 0;
    position: static;
  }
  #nav .gnav_subnav .gnav {
    margin: 0 0 0 auto;
    width: 82rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border: none;
  }
  #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:not(:last-child) a, #nav .gnav_subnav .gnav li:not(:last-child) .sub {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: 0.1rem solid #333;
  }
  #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;
    margin: 0;
    cursor: pointer;
    padding: 0 0.8rem;
    line-height: 1;
  }
  #nav .gnav_subnav .gnav li a::after, #nav .gnav_subnav .gnav li .sub::after {
    margin: 0 0 0 1rem;
  }
  #nav .gnav_subnav .gnav li .subbox {
    width: auto;
    position: absolute;
    z-index: 100;
    width: 45rem;
    padding: 0;
  }
  #nav .gnav_subnav .gnav li .subbox .subnav_wrap {
    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: 1.7rem;
  }
  #nav .gnav_subnav .gnav li .subbox .subnav {
    width: 49%;
  }
  #nav .gnav_subnav .gnav li .subbox .subnav li {
    border-right: none;
    margin-bottom: 0.3rem;
  }
  #nav .gnav_subnav .gnav li .subbox .subnav li a {
    height: 100%;
    text-align: left;
    background-color: rgb(255, 255, 255);
    border-right: none;
  }
  #nav .gnav_subnav .gnav li .subbox .subnav .hearing_aid {
    padding-bottom: 2.8rem;
  }
  #nav .gnav_subnav .gnav .home {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0;
  }
  #nav .gnav_subnav .gnav .home:before {
    font-size: 2.3rem;
    left: -2.5rem;
    bottom: 0;
  }
}
.overview {
  padding: 2rem 1rem;
  font-size: 1.4rem;
  line-height: 1.6;
}
.overview .clinic_name {
  text-align: center;
  margin: 0 0 2rem;
}
.overview .clinic_name img {
  max-width: 80%;
  margin: auto;
}
.overview > .wrap {
  margin-bottom: 2rem;
}
.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;
}
.overview > .wrap .gaiyo dt {
  width: 100%;
  padding: 0.4rem;
  color: #933f00;
  font-weight: bold;
  border-bottom: 0.1rem solid #717071;
  position: relative;
}
.overview > .wrap .gaiyo dt:before {
  display: block;
  content: "";
  background-color: #fabe00;
  width: 30%;
  height: 0.3rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
.overview > .wrap .gaiyo dd {
  width: 100%;
  padding: 0.4rem;
  text-align: right;
}
.overview > .wrap .gaiyo dd .tel {
  font-size: 120%;
}
.overview > .wrap .overviewL {
  margin-bottom: 2rem;
}
.overview > .wrap .overviewL .tbl_time {
  margin: 2rem 0;
}
.overview .flex2 {
  margin-bottom: 2rem;
}
.overview .flex2 p {
  text-align: center;
}
.overview .flex2 .tel {
  display: inline-block;
  font-size: 1.8rem;
  background-color: #e1fff3;
  border-radius: 2.4rem;
  border: 0.1rem solid #00fa9a;
  padding: 0 1.5rem;
}
.overview .gmap {
  height: 20rem;
}
.overview .bnr {
  margin: 2rem auto;
}
.overview .bnr a {
  display: block;
  margin: auto;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
}
.overview .bnr img {
  margin: auto;
}

@media screen and (min-width: 48em), print {
  .overview {
    padding: 8rem 0 0;
    font-size: 1.8rem;
  }
  .overview .clinic_name {
    margin: 0 0 4rem;
  }
  .overview .clinic_name img {
    max-width: 35rem;
  }
  .overview > .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 4.5rem;
  }
  .overview > .wrap .gaiyo dt {
    padding: 0 0 0.5rem;
    font-size: 2.2rem;
  }
  .overview > .wrap .gaiyo dd {
    padding: 1rem 0;
  }
  .overview > .wrap .overviewL, .overview > .wrap .overviewR {
    width: 48%;
  }
  .overview > .wrap .overviewR {
    margin: 0;
  }
  .overview > .wrap .overviewL {
    margin-bottom: 0;
  }
  .overview .flex2 {
    width: 1200px;
    margin: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 4rem;
  }
  .overview .flex2 p {
    text-align: right;
  }
  .overview .flex2 .tel {
    font-size: 2.6rem;
    padding: 0 1.5rem;
    margin-right: 3rem;
  }
  .overview .tbl_time caption {
    margin: 2rem 0 0 3rem;
  }
  .overview .gmap {
    height: 50rem;
  }
  .overview .bnr {
    margin: 2rem auto 5rem;
  }
}
#tel_up {
  width: 100%;
  height: 4rem;
  background: #fff;
  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 {
  width: 50%;
  height: 100%;
  text-align: center;
  background-color: #fbe4e6;
}
#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%;
  font-weight: bold;
}
#tel_up ul li .btn_rsv {
  background-color: #FABE00;
  color: #fff;
}
#tel_up ul .f_tel a {
  position: relative;
  color: #933f00;
  background-color: unset;
  border-radius: 0;
  border: none;
  padding: 0 0 0 1rem;
  position: relative;
}
#tel_up ul .f_tel a:before {
  font-family: "fontello";
  content: "\e802";
  margin-right: 0.5rem;
  position: absolute;
  top: 1.4rem;
  left: 3.2rem;
}
#tel_up #pageup {
  display: block;
  width: 4rem;
  height: 100%;
  font-size: 1.6rem;
  text-align: center;
  padding: 0 0.4rem;
  line-height: 1;
  background: #e1fff3;
  border: 0.1rem solid #00fa9a;
}
#tel_up #pageup::before {
  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%;
  font-family: "fontello";
  content: "\e801";
  color: #00fa9a;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#tel_up #pageup .clip {
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
}

@media screen and (min-width: 48em), print {
  #tel_up {
    width: 6.4rem;
    bottom: 4rem;
    right: 4rem;
    left: auto;
    background: none;
    padding: 0;
    visibility: hidden;
  }
  #tel_up ul {
    display: none;
  }
  #tel_up #pageup {
    width: 100%;
    height: 6.4rem;
    font-size: 2.8rem;
  }
}
.footer {
  text-align: center;
  padding: 0 0 4rem;
}
.footer .copy {
  display: block;
  background: #e1fff3;
  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;
    font-size: 1.6rem;
    padding: 1rem 0;
  }
  .footer ul {
    display: block;
    text-align: center;
  }
  .footer ul li {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0 0 1rem;
    -webkit-text-size-adjust: none;
  }
  .footer ul li:not(:last-child)::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;
  }
}
.keyvsl {
  width: 100%;
  position: relative;
  margin-top: 7rem;
}
.keyvsl #keyvsl {
  max-width: 100%;
  height: 29rem;
  overflow: hidden;
  visibility: hidden;
}
.keyvsl #keyvsl .slick-list div img {
  height: 29rem !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: 95%;
  margin: auto;
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  z-index: 1;
}
.keyvsl .catch .catch_con {
  margin: 0;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
}
.keyvsl .catch .catch_con p {
  margin: 0;
  font-size: 1.6rem;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "MS P明朝", "MS PMincho", "MS 明朝", "serif";
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.keyvsl .catch .catch_con .day {
  font-family: "游ゴシック", "Yu Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
  font-weight: 500;
  text-shadow: none;
  background-color: #FABE00;
  text-align: center;
  padding: 1rem;
  letter-spacing: 0.2rem;
  margin: 13rem 0 0;
}
.keyvsl .catch .catch_con .open {
  font-family: "游ゴシック", "Yu Mincho", "メイリオ", "Meiryo", "ヒラギノ角ゴシック", "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "sans-serif";
  font-weight: 500;
  text-align: center;
  text-shadow: none;
  padding: 1rem;
  background-color: rgba(224, 255, 243, 0.9);
  color: #933f00;
}

@media screen and (min-width: 48em), print {
  .keyvsl {
    margin: 3rem 0 0;
  }
  .keyvsl #keyvsl {
    height: 60rem;
  }
  .keyvsl #keyvsl .slick-list div img {
    width: 100%;
    height: 60rem !important;
  }
  .keyvsl #keyvsl .slick-dots li {
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 1.2rem;
  }
  .keyvsl .catch {
    width: 1200px;
  }
  .keyvsl .catch .catch_con {
    top: 23rem;
    left: auto;
  }
  .keyvsl .catch .catch_con p {
    font-size: 3.2rem;
  }
  .keyvsl .catch .catch_con .day {
    margin: 8rem 0 0;
  }
  .keyvsl .catch .catch_con .open {
    font-size: 3rem;
  }
}
.time {
  margin: 2rem 1rem;
}
.time .gmap {
  margin: 1rem 0;
  height: 31.9rem;
}

@media screen and (min-width: 48em), print {
  .time {
    margin: 7.8rem 0 0;
  }
  .time .gmap {
    margin: 0;
    height: 31.9rem;
  }
}
.bnr_recruit {
  width: 95%;
  margin: 2rem auto 0;
  text-align: center;
}
.bnr_recruit a {
  display: block;
  margin-right: auto;
  margin-left: auto;
  max-width: 100%;
  width: 250px;
  height: auto;
  border: 1px solid #FABE00;
  text-decoration: none !important;
  font-size: 1.6rem;
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "MS P明朝", "MS PMincho", "MS 明朝", "serif";
}
.bnr_recruit a::before {
  display: block;
  content: "";
  width: 100%;
  height: 8rem;
  background: url("../img/bnr_recruit.jpg") no-repeat top center/cover;
  margin-bottom: 0.5rem;
}
.bnr_recruit a .btn {
  display: block;
  color: #fff;
  padding: 0.2rem 1.5rem;
  background: #FABE00;
  font-size: 1.2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0.5rem;
}

@media screen and (min-width: 48em), print {
  .bnr_recruit {
    margin-top: 8rem;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .bnr_recruit a {
    width: 560px;
    font-size: 2.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .bnr_recruit a::before {
    width: 26rem;
    height: auto;
    margin-bottom: 0;
  }
  .bnr_recruit a span {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 1.5rem;
  }
  .bnr_recruit a span .btn {
    padding: 0.2rem 2rem;
    font-size: 1.8rem;
    margin: 0 auto 1rem;
  }
  .bnr_recruit:hover {
    opacity: 0.7;
  }
}
.bnr_df {
  width: 95%;
  margin: 2rem auto 0;
  text-align: center;
}
.bnr_df a {
  display: block;
  margin: 1rem auto 0;
}
.bnr_df a img {
  max-width: 100%;
  width: 250px;
  height: auto;
  display: inline-block;
}

@media screen and (min-width: 48em), print {
  .bnr_df {
    width: 1200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bnr_df a {
    margin: 4rem 3rem 0;
  }
  .bnr_df a img {
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .bnr_df a img:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
.bnr_Ubie {
  width: 95%;
  margin: auto;
}
.bnr_Ubie a {
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
}
.bnr_Ubie img {
  height: auto;
}

@media screen and (min-width: 48em), print {
  .bnr_Ubie {
    width: 50%;
    margin: 5rem auto;
  }
}
.info {
  margin: 4rem 0;
  border-bottom: 0.1rem solid #f2a6ab;
}
.info .tit_02:before {
  content: "";
  display: block;
  width: 30%;
  height: 0.1rem;
  background-color: #f2a6ab;
  position: absolute;
  top: 2rem;
  left: 0;
}
.info .tit_02:after {
  content: "";
  display: block;
  width: 30%;
  height: 0.1rem;
  background-color: #f2a6ab;
  position: absolute;
  top: 2rem;
  right: 0;
}
.info .wrap {
  margin: 0 1rem;
}
.info .wrap dl {
  line-height: 1.4;
  margin-bottom: 3rem;
  position: relative;
}
.info .wrap dl:after {
  content: "";
  display: block;
  width: 8rem;
  height: 9rem;
  background-image: url("../img/info_bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  bottom: -3rem;
  z-index: -1;
}
.info .wrap dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0.6rem;
  font-weight: bold;
  color: #933f00;
  cursor: pointer;
}
.info .wrap dl dt::before {
  font-family: "fontello";
  content: "\e80b";
  margin-right: 0.6rem;
  color: #00FA9A;
}
.info .wrap dl dt.close::before {
  font-family: "fontello";
  content: "\e80a";
}
.info .wrap dl dt:not(:first-of-type) {
  margin: 1rem 0 0.6rem;
  padding: 0.5rem 0 0;
}
.info .wrap dl dd {
  margin: 0 0 1rem;
  word-wrap: break-word;
}
.info .wrap dl dd:not(:nth-of-type(-n+3)) {
  display: none;
}

@media screen and (min-width: 48em), print {
  .info {
    margin: 8rem 0;
  }
  .info .tit_02:before {
    width: 42%;
  }
  .info .tit_02:after {
    width: 42%;
    right: 0;
  }
  .info .wrap {
    padding: 0 9rem;
    margin: 0 auto;
  }
  .info .wrap dl {
    font-size: 1.8rem;
    margin-bottom: 5rem;
  }
  .info .wrap dl:after {
    width: 12.4rem;
    height: 15rem;
    right: -6rem;
    bottom: -5rem;
  }
  .info .wrap dl dt {
    margin: 0 0 1rem;
  }
  .info .wrap dl dt::before {
    margin-right: 1rem;
  }
  .info .wrap dl dt:not(:first-of-type) {
    margin: 1.6rem 0 0.6rem;
    padding: 1.6rem 0 0;
  }
  .info .wrap dl dd {
    margin: 0 0 3rem 3rem;
  }
}
.medical {
  margin: 4rem 0;
  padding: 3rem 1rem;
  background-color: #e1fff3;
}
.medical .sidebar ul {
  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;
}
.medical .sidebar ul li {
  width: 50%;
  margin-bottom: 2rem;
}
.medical .sidebar ul li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
}
.medical .sidebar ul li a:before {
  content: "";
  display: block;
  width: 13rem;
  height: 13rem;
  background-image: url("../img/icon_ear.svg");
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto 1rem;
}
.medical .sidebar ul li .nose:before {
  background-image: url("../img/icon_nose.svg");
}
.medical .sidebar ul li .throat:before {
  background-image: url("../img/icon_throat.svg");
}
.medical .sidebar ul li .eat:before {
  background-image: url("../img/icon_eat.svg");
}
.medical .sidebar ul li .pediatric:before {
  background-image: url("../img/icon_pediatric.svg");
}
.medical .sidebar ul li .sas:before {
  background-image: url("../img/icon_sas.svg");
}
.medical .sidebar ul li .others:before {
  background-image: url("../img/icon_others.svg");
}
.medical .sidebar ul li .slit:before {
  background-image: url("../img/icon_slit.svg");
}
.medical .sidebar ul li .hearing_aid:before {
  background-image: url("../img/icon_hearing_aid.svg");
}
.medical .sidebar ul li .pediatric:before {
  background-image: url("../img/icon_pediatric.svg");
}
.medical .sidebar ul li .vaccination:before {
  background-image: url("../img/icon_vaccination.svg");
}

@media screen and (min-width: 48em), print {
  .medical {
    padding: 8rem 0;
    margin: 0 auto;
  }
  .medical .sidebar ul {
    gap: 7rem;
  }
  .medical .sidebar ul li {
    width: 18rem;
    margin-bottom: 0;
  }
  .medical .sidebar ul li a {
    font-size: 1.8rem;
  }
  .medical .sidebar ul li a:before {
    width: 15rem;
    height: 15rem;
  }
  .medical .sidebar ul li a:hover {
    opacity: 0.7;
  }
}
.feature .tit_02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -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;
  height: 14rem;
  background: url("../img/features_tit_02_bg.svg") no-repeat center center/contain;
  margin-bottom: 2rem;
}
.feature .tit_02 span {
  margin: 0;
}
.feature ul {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  counter-reset: number 0;
  margin: 0 1rem;
}
.feature ul li {
  width: 35.2rem;
  height: auto;
  position: relative;
}
.feature ul li .tit_03 {
  font-size: 2.3rem;
}
.feature ul li:not(:first-child) {
  background: url("../img/features_bg.jpg") no-repeat left top/cover;
  margin-bottom: 5rem;
}
.feature ul li:not(:first-child):before {
  counter-increment: number 1;
  content: counter(number) "";
  font-family: "游明朝体", "Yu Mincho", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "MS P明朝", "MS PMincho", "MS 明朝", "serif";
  font-style: italic;
  font-size: 8.6rem;
  color: rgba(113, 112, 113, 0.6);
  position: absolute;
  right: 2rem;
  bottom: -7rem;
}
.feature ul li .box {
  padding: 2rem 1rem;
}
.feature ul li .box p {
  margin: 0;
}
.feature ul li .box .tit {
  font-size: 2rem;
  font-weight: 600;
  color: #933f00;
  line-height: 1.5;
}
.feature ul li .box .tit span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, rgba(250, 190, 0, 0.2)));
  background: linear-gradient(transparent 60%, rgba(250, 190, 0, 0.2) 60%);
}
.feature ul li .box .disc {
  margin: 2rem 0;
}
.feature ul li .btn_detail {
  font-size: 1.8rem;
  margin: 0 auto 2rem;
}

@media screen and (min-width: 48em), print {
  .feature .tit_02 {
    height: 44.1rem;
    background: url("../img/features_tit_02_bg.svg") no-repeat center center/22.3rem 27rem;
    margin-bottom: 0;
  }
  .feature ul {
    margin: 0;
  }
  .feature ul li {
    margin-bottom: 6rem;
  }
  .feature ul li .tit_03 {
    font-size: 2.4rem;
  }
  .feature ul li:nth-child(4) .tit, .feature ul li:nth-child(5) .tit, .feature ul li:nth-child(6) .tit {
    height: 10rem;
  }
  .feature ul li:nth-child(n+5) .tit {
    height: 7rem;
  }
  .feature ul li:nth-child(n+5) .box {
    height: 38rem;
  }
  .feature ul li .box {
    padding: 2rem 1rem;
  }
  .feature ul li .box p {
    font-size: 1.8rem;
  }
  .feature ul li .box .tit {
    font-size: 2.4rem;
  }
  .feature ul li .box .disc {
    margin: 3rem 0;
  }
  .feature ul li .btn_detail {
    font-size: 1.8rem;
    margin: 0 auto 2rem;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .feature ul::after {
    content: "";
    width: 352px;
    display: block;
  }
}
.greeting {
  background: url("../img/greeting_bg.jpg") no-repeat left top/cover;
  padding: 3rem 0;
}
.greeting .wrap {
  background-color: #fff;
  padding: 3rem 1.5rem;
  margin: 0 1rem;
}
.greeting .wrap .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (min-width: 48em), print {
  .greeting {
    padding: 5rem 0;
  }
  .greeting .wrap {
    padding: 5rem 4rem;
    margin: 0 auto;
  }
  .greeting .wrap .flex {
    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;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .greeting .wrap .flex > div {
    width: 35%;
  }
  .greeting .wrap .flex > div img {
    margin-left: auto;
  }
  .greeting .wrap .flex > .flex_l {
    width: 65%;
  }
  .greeting .wrap .btn_detail {
    padding: 1.1rem 8rem;
    margin: 5rem auto 0;
  }
}
body:not(.index) .tit_01_wrap {
  width: 100%;
  background: url(../img/tit_01.jpg) no-repeat center center/cover;
}
body:not(.index) .tit_02 {
  margin: 0 auto 3rem;
  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;
}
body:not(.index) .tit_02:before {
  content: "";
  display: inline-block;
  width: 10%;
  height: 0.1rem;
  background-color: #f2a6ab;
  margin-right: 1rem;
}
body:not(.index) .tit_02:after {
  content: "";
  display: inline-block;
  width: 10%;
  height: 0.1rem;
  background-color: #f2a6ab;
  margin-left: 1rem;
}
body:not(.index) .tit_03 {
  color: #933f00;
  padding: 0 0 0.7rem 1rem;
  border-bottom: 0.1rem solid #717071;
  position: relative;
}
body:not(.index) .tit_03:before {
  display: block;
  content: "";
  background-color: #fabe00;
  width: 30%;
  height: 0.3rem;
  position: absolute;
  bottom: -0.12rem;
  left: 0;
}
body:not(.index) .tit_04 {
  background-color: #e1fff3;
  border-bottom: 0.1rem solid #00fa9a;
  padding: 1rem;
  color: #595757;
}
body:not(.index) .tit_05 {
  border-bottom: 0.1rem solid #f1a6ab;
  padding: 1rem;
}
body:not(.index) .main {
  margin: 0 1rem 6rem;
}
body:not(.index) .box1 {
  background-color: #fbe4e6;
  padding: 2rem;
}
body:not(.index) .att {
  color: red;
}
body:not(.index) .txt_link {
  text-decoration: none;
  border-bottom: 0.1rem solid #00FA9A;
}
body:not(.index) .txt_link:after {
  font-family: "fontello";
  content: "\e805";
  display: inline-block;
  margin: 0 0.5rem;
  color: #00FA9A;
}
@media screen and (min-width: 48em), print {
  body:not(.index) .tit_02 {
    margin: 0 auto 5rem;
  }
  body:not(.index) .tit_02:before {
    margin-right: 3rem;
  }
  body:not(.index) .tit_02:after {
    margin-left: 3rem;
  }
  body:not(.index) .tit_03 {
    font-size: 2.6rem;
  }
  body:not(.index) .tit_05 {
    font-size: 2.2rem;
  }
  body:not(.index) .main {
    margin: 0 0 8rem;
  }
  body:not(.index) .cf .img_l, body:not(.index) .cf .img_r {
    max-width: 40%;
    height: auto;
  }
  body:not(.index) .txt_link:hover {
    color: #fabe00;
  }
}

.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 0 4rem;
}
.breadcrumb li:not(:last-child)::after {
  display: inline-block;
  font-family: "fontello";
  content: "\e801";
  color: #FABE00;
  font-size: 70%;
  margin: 0 0.4rem;
}

@media screen and (min-width: 48em), print {
  .breadcrumb {
    font-size: 1.4rem;
    margin: 0 0 8rem;
  }
  .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: #333;
  padding: 0.4rem;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  background: #e1fff3;
}
.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 #000;
}
@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%;
  }
}
.first .flex2 li .tel {
  margin: 0 auto 2rem;
  display: block;
  width: -moz-fit-content; /* Firefox */
  width: -webkit-fit-content;
  width: fit-content; /* other browsers */
}
@media screen and (min-width: 48em), print {
  .first .flex2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .first .flex2 li {
    margin: 2rem;
  }
  .first .flex2 li .tel {
    margin: auto;
  }
  .first .flex2 .rsv a:hover {
    opacity: 0.8;
  }
}

.flow dd {
  margin: 0;
  position: relative;
}
.flow dd:not(:last-child) {
  margin: 0 0 6rem;
}
@media screen and (min-width: 48em), print {
  .flow dd:not(:last-child) {
    margin: 0 0 10rem;
  }
}
.flow dd:not(:last-child)::after {
  display: block;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
  border-top: 2rem solid #00FA9A;
  border-right: 3rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 3rem solid transparent;
  margin: auto;
}

.access .main .gmap {
  height: 30rem;
  margin: 2rem 0;
}
.access .main .lst_dl01 {
  margin: 3rem 0 0;
}
.access .main .tel {
  margin: auto;
}
@media screen and (min-width: 48em), print {
  .access .main .tbl_time {
    font-size: 2rem;
  }
  .access .main .gmap {
    margin: 4rem 0 0;
    height: 50rem;
  }
  .access .main .lst_dl01 {
    margin: 5rem 0 0;
  }
  .access .main .tel {
    margin: 0;
  }
  .access .gallery .gallery_thum .slick-track {
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
            transform: translate3d(0px, 0px, 0px) !important;
  }
}

.eat .lst_ul li {
  margin-bottom: 2rem;
}
@media screen and (min-width: 48em), print {
  .eat .btn_detail {
    margin: 5rem 0;
  }
}