@charset "UTF-8";
/* -------- foundation -------- */
/* --------blake point-------- */
/* --------font-------- */
/* --------font size-------- */
/* --------line hight-------- */
/* --------  -------- */
/* --------colors-------- */
/* --------base-------- */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul li,
ol li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
  color: #511E0A;
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body {
  font-family: "Zen Maru Gothic", "sans-serif";
  color: #511E0A;
  font-size: 1.8em;
  line-height: 2;
  letter-spacing: 0.2rem;
  background-color: #FFF8E9;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.2rem;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

h1 h2 h3 h4 h5 h6 {
  font-size: 100%;
  color: #511E0A;
  font-family: "Zen Maru Gothic", "sans-serif";
  font-weight: 500;
}

h1 {
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  line-height: 2;
  color: #511E0A;
  font-family: "Zen Maru Gothic", "sans-serif";
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}
h2 {
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  line-height: 2;
  color: #511E0A;
  font-family: "Zen Maru Gothic", "sans-serif";
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}
h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  border-bottom: 3px solid #C7CDD8;
  padding: 0px 10px 10px;
  font-family: "Zen Maru Gothic", "sans-serif";
  margin-bottom: 20px;
}

h3::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #FF9700;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}
h4 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  line-height: 1.5;
  color: #511E0A;
  font-family: "Zen Maru Gothic", "sans-serif";
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
/* -------- layout -------- */
.l-header {
  width: 100%;
  color: #EF6A30;
}

.l-header__frills {
  background-image: url(./images/top/top-frills.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  width: 100%;
  aspect-ratio: 1440/45;
}

.l-header__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 30px;
}

.l-header__wrapper h1 {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #aaa;
  text-align: left;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .l-header__wrapper h1 {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1320px) {
  .l-header__wrapper {
    padding: 5px 30px 0px 30px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__wrapper {
    padding: 5px 70px 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    padding: 10px 80px 10px 15px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
.l-header__wrapper-top {
  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;
}

@media screen and (max-width: 768px) {
  .l-header__wrapper-top {
    display: block;
  }
}
.l-header__logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__logo-img {
  max-width: 340px;
}

@media screen and (max-width: 768px) {
  .l-header__logo-img {
    max-width: 240px;
  }
}
.l-header__logo:hover {
  opacity: 0.5;
}

.l-header__reserveBtn {
  padding: 2px 20px;
  -webkit-box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  background-color: #511E0A;
  border-radius: 10vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0067DB;
}

.l-header__reserveBtn:hover {
  background-color: #EF6A30;
  color: #511E0A;
}

.l-header__pc-navArea {
  color: #511E0A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .l-header__pc-navArea {
    display: none;
  }
}
.l-header__pc-navArea-address {
  font-weight: 500;
  line-height: 1.6;
}

.l-header__g-navArea {
  margin-bottom: 10px;
}

.l-header__g-navArea .menu-g-nav-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  text-align: left;
  color: #511E0A;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:not(:first-child) {
  padding-left: 20px;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:not(:first-child):after {
  content: "";
  position: absolute;
  left: 0px;
  width: 0;
  height: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid #aaa;
  font-weight: 100;
  color: #aaa;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 10;
  display: none;
  width: auto;
  height: 0;
  white-space: nowrap;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item .sub-menu li:not(:first-child):after {
  display: none;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:hover .sub-menu {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:hover .sub-menu li {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 5px 0px;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:hover .sub-menu a {
  padding: 10px;
  text-align: left;
}

.l-header__g-navArea .menu-g-nav-container .menu a {
  text-align: center;
  font-weight: 500;
  color: #511E0A;
  padding-top: 35px;
  position: relative;
}

.l-header__g-navArea .menu-g-nav-container .menu a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 33px;
  height: 32px;
  background: no-repeat center;
  background-size: contain;
}

.l-header__g-navArea .menu-g-nav-container .menu a:after {
  content: "";
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #EF6A30;
  display: block;
}

.l-header__g-navArea .menu-g-nav-container .menu a:hover {
  color: #EF6A30;
}

.l-header__g-navArea .menu-g-nav-container .menu a:hover:after {
  width: 100%;
  border-bottom: 2px solid #EF6A30;
}

.l-header__g-navArea .menu-g-nav-container .menu a > .icon {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #EF6A30;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:nth-child(1) a::before {
  background-image: url(./images/top/navi_ico01.webp);
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:nth-child(2) a::before {
  background-image: url(./images/top/navi_ico02.webp);
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:nth-child(3) a::before {
  background-image: url(./images/top/navi_ico03.webp);
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:nth-child(4) a::before {
  background-image: url(./images/top/navi_ico04.webp);
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:nth-child(5) a::before {
  background-image: url(./images/top/navi_ico05.webp);
}

.l-header__sp-hum {
  right: 15px;
}

.l-header__sp-menu {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  color: #0067DB;
  background-color: #F6E9C0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow-y: scroll;
  text-align: left;
}

.l-header__sp-menu-cover {
  position: fixed;
  /* ブラウザの定位置に固定 */
  background: rgba(0, 0, 0, 0.5);
  /* 背景色を半透明の黒色に */
  width: 100%;
  /* 要素の横幅を画面全体に */
  height: 100%;
  /* 要素の高さを画面全体に */
  top: 0;
  /* 要素の固定位置をブラウザ最上部に合わせる */
  left: 0;
  /* 要素の固定位置をブラウザ左側に合わせる */
  z-index: 10;
  /* 要素をコンテンツより前面に（要調整） */
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.l-header__sp-menu-cover.active {
  opacity: 100;
  display: block;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  width: 100%;
}

.l-header__sp-menu.active {
  opacity: 100;
  display: block;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  width: 80%;
  right: 0;
  left: auto;
}

.l-header__sp-menu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.l-header__sp-menu ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.l-header__sp-menu ul li .sub-menu {
  background-color: #F6E9C0;
}

.l-header__sp-menu ul li:last-child {
  padding-bottom: 0;
}

.l-header__sp-menu ul li:hover {
  background-color: #EF6A30;
}

.l-header__sp-menu ul li a {
  display: block;
  color: #EF6A30;
  padding: 1em 0;
  text-decoration: none;
  border-bottom: 1px solid #EF6A30;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 30px;
}

.l-header__sp-menu ul li a:hover {
  background-color: #FFFFFF;
}

.l-header__sp-menu ul .oya a {
  position: relative;
  background-color: #EF6A30;
}

.l-header__sp-menu ul .oya a::before {
  position: absolute;
  right: 10px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #EF6A30;
  width: 30px;
}

.l-header__sp-menu ul .oya .ko a {
  font-size: 1.4rem;
  letter-spacing: 0.14;
}

.l-header__sp-menu ul .oya .ko a::before {
  display: none;
}

.l-header__sp-menu .sub-menu {
  display: none;
}

.l-header__sp-menu-banner {
  margin: 10px;
}

.l-header__sp-menu-banner p {
  background-color: #FF9700;
  padding: 16px 10px;
  border: 2px solid #FF9700;
  border-radius: 5px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}

.l-header__sp-menu-banner p:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FFFFFF;
  color: #FF9700;
}

.l-header__fix-pcBtn {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 30%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 10px 1fr 10px 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
}

.l-header__fix-nav {
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header__fix-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.l-header__fix-nav-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  padding: 12px 0 10px;
  background-color: #FF9700;
}

.l-header__fix-nav-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F1B640;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
}

.l-footer {
  background-color: #FFF8EA;
}

.l-footer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .l-footer__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 30px 30px;
    gap: 20px;
  }
}
.l-footer__content {
  font-family: "Sigmar One", "sans-serif";
}

.l-footer__content-logo {
  max-width: 370px;
}

@media screen and (max-width: 768px) {
  .l-footer__content-logo {
    max-width: 300px;
  }
}
.l-footer__content-hours th,
.l-footer__content-hours td {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.l-footer__content-hours td {
  padding-left: 10px;
}

.l-footer__map {
  width: 100%;
  height: 100%;
}

.l-footer__map iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.l-footer__banner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .l-footer__banner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.l-footer__banner-btn p {
  background-color: #FF9700;
  padding: 16px 10px;
  border: 2px solid #FF9700;
  border-radius: 5px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}

.l-footer__banner-btn p:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FFFFFF;
  color: #FF9700;
}

.l-footer__copylite {
  font-size: 1.4rem;
  text-align: center;
  background-color: #F1B640;
  color: #FFFFFF;
}

/* -------- object -------- */
/* -------- component -------- */
.c-grid-column {
  display: -ms-grid;
  display: grid;
}

.c-grid-column__1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .c-grid-column__1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

@media screen and (max-width: 768px) {
  .c-grid-column__1-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}

@media screen and (max-width: 768px) {
  .c-grid-column__1-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
}

@media screen and (max-width: 768px) {
  .c-grid-column__1-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__4-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 3fr;
  grid-template-columns: 4fr 3fr;
}

@media screen and (max-width: 768px) {
  .c-grid-column__4-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-grid-column__1-1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-1-1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .c-grid-column__1-1-1-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-grid-column__1-1-1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.c-grid-row {
  display: -ms-grid;
  display: grid;
}

.c-grid-row__1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.c-grid-cc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-grid-flexStart {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-grid-spaceBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-grid-alignItems {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-grid {
  display: -ms-grid;
  display: grid;
}

.c-grid-gap__10 {
  gap: 10px;
}

.c-grid-gap__15 {
  gap: 15px;
}

.c-grid-gap__20 {
  gap: 20px;
}

.c-grid-gap__30 {
  gap: 30px;
}

.c-grid-gap__40 {
  gap: 40px;
}

.c-grid-gap__60 {
  gap: 60px;
}

.c-grid-gap__100 {
  gap: 100px;
}

.c-grid-gap__20-10 {
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__20-10 {
    gap: 10px;
  }
}
.c-grid-gap__40-20 {
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__40-20 {
    gap: 20px;
  }
}
.c-grid-gap__60-20 {
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__60-20 {
    gap: 20px;
  }
}
.c-grid-gap__60-40 {
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__60-40 {
    gap: 40px;
  }
}
.c-grid-gap__70-40-30 {
  gap: 70px;
}

@media screen and (max-width: 1320px) {
  .c-grid-gap__70-40-30 {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid-gap__70-40-30 {
    gap: 30px;
  }
}
.c-grid-gap__80-20 {
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__80-20 {
    gap: 20px;
  }
}
.c-grid-gap__80-40 {
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__80-40 {
    gap: 40px;
  }
}
.c-grid-gap__100-20 {
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__100-20 {
    gap: 20px;
  }
}
.c-grid-gap__100-40 {
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__100-40 {
    gap: 40px;
  }
}
.c-grid-gap__100-60 {
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__100-60 {
    gap: 60px;
  }
}
.c-gird-reverse__ab {
      grid-template-areas: "a b";
}

@media screen and (max-width: 768px) {
  .c-gird-reverse__ab {
        grid-template-areas: "b" "a";
  }
}
.c-grid-area__a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}

.c-grid-area__b {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
}

@media screen and (max-width: 768px) {
  .c-grid-area__a {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-area__b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.c-grid-area__c {
  grid-area: c;
}

.c-inner__main {
  padding: 120px 15px;
}

@media screen and (max-width: 768px) {
  .c-inner__main {
    padding: 60px 15px;
  }
}
.c-inner__sub {
  padding: 60px 15px;
}

@media screen and (max-width: 768px) {
  .c-inner__sub {
    padding: 40px 30px;
  }
}
.c-inner__subpage-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .c-inner__subpage-wrapper {
    gap: 60px;
  }
}
.c-inner__subpage-content {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .c-inner__subpage-content {
    gap: 40px;
  }
}
.c-inner__cw {
  max-width: 1120px;
}

.c-inner__cw-1330 {
  max-width: 1330px;
}

.c-inner__margin-rl-60-30-0 {
  margin-right: 60px;
  margin-left: 60px;
}

@media screen and (max-width: 1080px) {
  .c-inner__margin-rl-60-30-0 {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-inner__margin-rl-60-30-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.c-inner__main-topOnly {
  padding: 100px 15px 0px;
}

@media screen and (max-width: 768px) {
  .c-inner__main-topOnly {
    padding: 60px 30px 0px;
  }
}
.c-margin__0a {
  margin: 0 auto;
}

.c-margin__0a00 {
  margin: 0 auto 0 0;
}

.c-margin-r__10 {
  margin-right: 10px;
}

.c-margin-l__30-0 {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .c-margin-l__30-0 {
    margin-left: 0px;
  }
}
.c-margin-l__40-0 {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .c-margin-l__40-0 {
    margin-left: 0px;
  }
}
.c-margin-t__30-20 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-margin-t__30-20 {
    margin-top: 20px;
  }
}
.c-margin-t__120-60 {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .c-margin-t__120-60 {
    margin-top: 60px;
  }
}
.c-margin-t__-30px {
  margin-top: -30px;
}

.c-margin-b__10 {
  margin-bottom: 10px;
}

.c-margin-b__15 {
  margin-bottom: 15px;
}

.c-margin-b__20 {
  margin-bottom: 20px;
}

.c-margin-b__40 {
  margin-bottom: 40px;
}

.c-margin-b__20-15 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__20-15 {
    margin-bottom: 15px;
  }
}
.c-margin-b__30-20 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__30-20 {
    margin-bottom: 20px;
  }
}
.c-margin-b__30-0 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__30-0 {
    margin-bottom: 0px;
  }
}
.c-margin-b__60-40 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__60-40 {
    margin-bottom: 40px;
  }
}
.c-margin-b__60-30 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__60-30 {
    margin-bottom: 30px;
  }
}
.c-margin-b__40-20 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__40-20 {
    margin-bottom: 20px;
  }
}
.c-margin-b__40-30 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__40-30 {
    margin-bottom: 30px;
  }
}
.c-margin-b__100-60 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__100-60 {
    margin-bottom: 60px;
  }
}
.c-cw__pc {
  max-width: 1120px;
  margin: 0 auto;
}

.c-txt-bold {
  font-weight: bold;
}

.c-txt-lineHight__09 {
  line-height: 0.9;
}

.c-txt-lineHight__1 {
  line-height: 1;
}

.c-txt-lineHight__15 {
  line-height: 1.5;
}

.c-txt-size__9 {
  font-size: 0.9rem;
}

.c-txt-size__12 {
  font-size: 1.2rem;
}

.c-txt-size__18 {
  font-size: 1.8rem;
}

.c-txt-size__16 {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
}

.c-txt-size__14 {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
}

.c-txt-size__14-12 {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
}

@media screen and (max-width: 768px) {
  .c-txt-size__14-12 {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}
.c-txt-size__15 {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}

.c-txt-size__16-14 {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
}

@media screen and (max-width: 768px) {
  .c-txt-size__16-14 {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.c-txt-size__16-11 {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
}

@media screen and (max-width: 768px) {
  .c-txt-size__16-11 {
    font-size: 1.1rem;
    letter-spacing: 0.11rem;
  }
}
.c-txt-size__20 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.c-txt-size__22 {
  font-size: 2.2rem !important;
  letter-spacing: 0.22rem;
}

.c-txt-size__24 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}

.c-txt-size__28-18 {
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
}

@media screen and (max-width: 768px) {
  .c-txt-size__28-18 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.c-txt-size__32 {
  font-size: 3.2rem;
}

.c-txt-f__sub {
  font-family: "Sigmar One", "sans-serif";
}

.c-txt-f__en {
  font-family: "Montserrat", "sans-serif";
}

.c-txt-shadow {
  text-shadow: 0px 0px 10px rgba(94, 94, 94, 0.6235294118);
}

.c-txt-center {
  text-align: center;
}

.c-txt-left {
  text-align: left;
}

.c-txt-vertical {
  text-orientation: upright;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.c-txt-ls__005 {
  letter-spacing: 0.05rem;
}

.c-deco-card__hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  overflow: hidden;
}

.c-deco-card__hover:hover {
  -webkit-box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  opacity: 0.8;
}

.c-deco-card__hover:hover img {
  border-radius: 10px 10px 0 0;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.c-deco-link {
  display: inline-block;
  border-bottom: 1px solid #EF6A30;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #EF6A30;
}

.c-deco-link:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
}

.c-deco-link:hover {
  opacity: 0.5;
}

.c-deco-link-white {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
}

.c-deco-link-white:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
}

.c-deco-link-white:hover {
  opacity: 0.5;
}

.c-deco-nomalLink {
  display: inline-block;
  border-bottom: 1px solid #EF6A30;
  padding-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #EF6A30;
}

.c-deco-nomalLink:hover {
  opacity: 0.5;
}

.c-deco-nomalLink-white {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
}

.c-deco-nomalLink-white:hover {
  opacity: 0.5;
}

.c-btn__fix-pcBtn {
  display: inline-block;
  text-align: center;
  background-color: #EF6A30;
  color: #FFFFFF;
  padding: 30px 16px 30px 16px;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  z-index: 100;
}

.c-btn__fix-pcBtn:hover {
  background-color: #FFFFFF;
  color: #FF9700;
}

.c-btn__fix-pcBtn-img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .c-btn__fix-pcBtn {
    display: none;
  }
}
.c-btn__line {
  background: #FF9700;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn__line:hover {
  background: transparent linear-gradient(306deg, #0FD6CE 0%, #14E092 73%, #39DD6B 100%) 0% 0% no-repeat padding-box;
}

.c-btn__yoyaku {
  background-color: #F1B640;
  color: #FFFFFF;
}

.c-btn__yoyaku:hover {
  background-color: #F6E9C0;
  color: #F1B640;
}

.c-btn__main {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 14px 60px;
  border: 2px solid #F1B640;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 500;
  color: #FFFFFF;
  background-color: #F1B640;
  border-radius: 100vh;
}

@media screen and (max-width: 480px) {
  .c-btn__main {
    width: 100%;
    padding: 16px 20px;
  }
}
.c-btn__main:hover {
  color: #F1B640;
  background-color: #FFFFFF;
}

.c-btn__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-btn__circle-c {
  background-color: #EF6A30;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 10vh;
  -ms-flex-line-pack: center;
  align-content: center;
}

.c-btn__circle span {
  border-bottom: 1px solid #511E0A;
}

.c-btn__circle:hover div {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(110%);
  transform: scale(110%);
}

.c-btn__circle:hover span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #EF6A30;
  border-bottom: 1px solid #EF6A30;
}

.c-btn__sub {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 10px 15px;
  background-color: #F1B640;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 5px;
  border: 2px solid transparent;
}

@media screen and (max-width: 480px) {
  .c-btn__sub {
    width: 100%;
    padding: 10px 20px;
  }
}
.c-btn__sub:hover {
  color: #F1B640;
  border-color: #F1B640;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn__small {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 50%;
  padding: 8px 30px 8px 20px;
  color: #EF6A30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #FFFFFF;
  font-family: "Sigmar One", "sans-serif";
}

@media screen and (max-width: 480px) {
  .c-btn__small {
    width: 100%;
    padding: 8px 30px 8px 20px;
  }
}
.c-btn__small:hover {
  color: #FFFFFF;
  background-color: #EF6A30;
}

.c-btn__width-300px {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .c-btn__width-300px {
    width: 100%;
  }
}
.c-btn__add-arrow-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn__add-arrow-right::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5%;
  font-size: 1.4rem;
  font-weight: 900;
}

.c-btn__add-arrow-right:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 3%;
}

.c-btn__add-arrow-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn__add-arrow-left::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 8%;
  font-size: 1.4rem;
}

.c-btn__add-arrow-left:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 10%;
}

.c-btn__add-arrow-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn__add-arrow-bottom::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  font-size: 1.4rem;
}

.c-parts__hum-1 {
  display: none;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

@media screen and (max-width: 1080px) {
  .c-parts__hum-1 {
    display: block;
  }
}
.c-parts__hum-1 > span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #EF6A30;
  width: 45%;
}

.c-parts__hum-1 > span:nth-of-type(1) {
  top: 15px;
}

.c-parts__hum-1 > span:nth-of-type(2) {
  top: 23px;
}

.c-parts__hum-1 > span:nth-of-type(3) {
  top: 31px;
}

.c-parts__hum-1__active > span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.c-parts__hum-1__active > span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.c-parts__hum-1__active > span:nth-of-type(3) {
  top: 30px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.c-parts__hum-2 {
  display: none;
  position: absolute;
  position: fixed;
  z-index: 100;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #EF6A30;
}

@media screen and (max-width: 1080px) {
  .c-parts__hum-2 {
    display: block;
  }
}
.c-parts__hum-2 > span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #FFFFFF;
  width: 45%;
}

.c-parts__hum-2 > span:nth-of-type(1) {
  top: 12px;
}

.c-parts__hum-2 > span:nth-of-type(2) {
  top: 20px;
}

.c-parts__hum-2 > span:nth-of-type(3) {
  top: 28px;
}

.c-parts__hum-2__menu {
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  top: 33px;
  color: #FFFFFF;
  line-height: 1;
  font-family: "Montserrat", "sans-serif";
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  left: 5px;
}

.c-parts__hum-2__active > span:nth-of-type(1) {
  top: 16px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.c-parts__hum-2__active > span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.c-parts__hum-2__active > span:nth-of-type(3) {
  top: 28px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.c-parts__tel {
  font-size: 2.8rem;
  font-family: "Montserrat", "sans-serif";
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  color: #EF6A30;
}

.c-parts__tel:hover {
  opacity: 0.5;
}

.c-parts__verticalLine {
  width: 1px;
  height: 85px;
  background-color: #FFFFFF;
}

.c-subpage__bg-sub {
  background-color: #F6E9C0;
}

.c-subpage__countlist {
  line-height: 2;
  counter-reset: listnum;
  /* カウンターをリセット */
  list-style: none;
  /* 標準のスタイルは消す */
}

.c-subpage__countlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-subpage__countlist li::before {
  counter-increment: listnum;
  /* counter-resetと同じ文字列 */
  content: counter(listnum) ".";
  /* カウントした数に応じて番号を表示 */
  font-weight: bold;
  color: #CADC7F;
  margin-right: 10px;
}

.c-subpage__checklist {
  line-height: 2;
  counter-reset: listnum;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-subpage__checklist::before {
  content: " \f058";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  color: #EF6A30;
  margin-right: 10px;
}

.c-bg__color-main {
  background-color: #EF6A30;
}

.c-bg__color-sub {
  background-color: #F6E9C0;
}

.c-bg__color-third {
  background-color: rgb(228, 255, 241);
}

.c-bg__color-fourth {
  background-color: #F6E9C0;
}

.c-bg__color-fifth {
  background-color: #249FED;
}

.c-bg__color-white {
  background-color: #FFFFFF;
}

.c-bg__color-fourth-bg {
  background-color: #FFF8EA;
}

.c-bg__main {
  background-image: url(./images/main-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

.c-bg__blur {
  background-color: rgba(255, 255, 255, 0.379);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.c-bg__feature {
  position: relative;
  background-image: url(./images/top/feature-pattern.webp);
  background-size: contain;
  background-repeat: repeat;
  background-position: top center;
  margin-top: 54px;
}

.c-bg__feature::before {
  position: absolute;
  top: -53px;
  background: url(./images/top/feature-wave.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 54px;
  content: "";
}

.c-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-flex-row__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media screen and (max-width: 480px) {
  .c-flex-row__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.c-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.c-flex-cc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-flex-lc {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-flex-cl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-flex-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.c-flex-spaceBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.c-flex-gap__20 {
  gap: 20px;
}

.c-flex-gap__30 {
  gap: 30px;
}

.c-flex-gap__40 {
  gap: 40px;
}

.c-flex-gap__100 {
  gap: 100px;
}

.c-flex-gap__20-10 {
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .c-flex-gap__20-10 {
    gap: 10px;
  }
}
.c-flex-gap__20-15 {
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .c-flex-gap__20-15 {
    gap: 15px;
  }
}
.c-flex-gap__30-20 {
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .c-flex-gap__30-20 {
    gap: 20px;
  }
}
.c-flex-gap__40-20 {
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .c-flex-gap__40-20 {
    gap: 20px;
  }
}
.c-flex-gap__60-30 {
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .c-flex-gap__60-30 {
    gap: 30px;
  }
}
.c-flex-gap__60-40 {
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .c-flex-gap__60-40 {
    gap: 40px;
  }
}
.c-front-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.c-front-ttl__main {
  color: #511E0A;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-front-ttl__main {
    margin-top: 10px;
  }
}
.c-front-ttl__sub {
  color: #EF6A30;
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  line-height: 1.5;
  font-family: "Sigmar One", "sans-serif";
}

@media screen and (max-width: 768px) {
  .c-front-ttl__sub {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1;
  }
}
.c-front-ttl-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.c-front-ttl-white__main {
  color: #511E0A;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-front-ttl-white__main {
    margin-top: 10px;
  }
}
.c-front-ttl-white__sub {
  color: #FFFFFF;
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  line-height: 1.5;
  font-family: "Sigmar One", "sans-serif";
}

@media screen and (max-width: 768px) {
  .c-front-ttl-white__sub {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1;
  }
}
.c-front-ttl__h3-red {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #EF6A30;
  border-bottom: 3px solid #249FED;
  padding: 0px 10px 10px;
  font-family: "Zen Maru Gothic", "sans-serif";
  margin-bottom: 20px;
}

.c-front-ttl__h3-red::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #EF6A30;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}

@media screen and (max-width: 768px) {
  .c-front-ttl__h3-red {
    font-size: 1.8rem;
  }
}
.c-front-ttl__h3-yellow {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #FF9700;
  border-bottom: 3px solid #249FED;
  padding: 0px 10px 10px;
  font-family: "Zen Maru Gothic", "sans-serif";
  margin-bottom: 20px;
}

.c-front-ttl__h3-yellow::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #FF9700;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}

@media screen and (max-width: 768px) {
  .c-front-ttl__h3-yellow {
    font-size: 1.8rem;
  }
}
.c-front-ttl__h3-green {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #F6E9C0;
  border-bottom: 3px solid #249FED;
  padding: 0px 10px 10px;
  font-family: "Zen Maru Gothic", "sans-serif";
  margin-bottom: 20px;
}

.c-front-ttl__h3-green::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #F6E9C0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}

@media screen and (max-width: 768px) {
  .c-front-ttl__h3-green {
    font-size: 1.8rem;
  }
}
.c-table-description {
  width: 100%;
}

.c-table-description__row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  border-bottom: 3px solid #FF9700;
}

.c-table-description__head {
  font-weight: bold;
}

.c-table-description__head::before {
  position: absolute;
  background-color: #F1B640;
  border-radius: 5px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
}

.c-color__main {
  color: #EF6A30;
}

.c-color__sub {
  color: #F1B640;
}

.c-color__third {
  color: #FF9700;
}

.c-color__white {
  color: #FFFFFF;
}

.c-color__black {
  color: #2f2f2f;
}

.c-color__main-hover {
  color: #511E0A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-color__main-hover:hover {
  color: #EF6A30;
}

.c-color__white-hover {
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-color__white-hover:hover {
  opacity: 0.8;
}

.c-border-b__main {
  border-bottom: 1px solid #B4B4B4;
  padding-bottom: 15px;
}

.c-border-b__sub {
  border-bottom: 1px solid #F1B640;
  padding-bottom: 10px;
}

.c-border-radius__10vh {
  border-radius: 10vh;
}

.c-border-radius__100vh {
  border-radius: 100vh;
}

.c-border-radius__5 {
  border-radius: 5px;
}

.c-border-radius__10 {
  border-radius: 10px;
}

.c-border-radius__10-0 {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .c-border-radius__10-0 {
    border-radius: 0px;
  }
}
.c-width__100par {
  width: 100%;
}

.c-price-table table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.c-price-table table tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}

.c-price-table table tr:nth-child(even) {
  background-color: #FFFAF3;
}

.c-price-table table th,
.c-price-table table td {
  padding: 0.35em 1em;
}

.c-price-table table thead th {
  padding: 1em;
}

.c-price-table table thead tr {
  background-color: #E50061;
  color: #fff;
}

.c-price-table table tbody th {
  text-align: left;
}

.c-price-table .txt {
  text-align: left;
}

.c-price-table .day {
  text-align: center;
}

.c-price-table .price {
  text-align: center;
  color: #E50061;
}

.c-price-table .pink {
  color: #E50061;
}

.c-price-table .center {
  text-align: center;
}

.c-price-table .center-right {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-price-table .center-right {
    text-align: right;
  }
}
.c-price-table .width30par {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .c-price-table .width30par {
    width: 100%;
  }
}
.c-price-table .letterSpacing-01 {
  letter-spacing: 0.01rem;
}

@media screen and (max-width: 768px) {
  .c-price-table table {
    border: 0;
    width: 100%;
  }
  .c-price-table table th {
    background-color: #E50061;
    display: block;
    border-right: none;
  }
  .c-price-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .c-price-table table tr {
    display: block;
    margin-bottom: 0.625em;
    border: 1px solid #E50061;
  }
  .c-price-table table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: 1em 1em 1em 8em;
    border-right: none;
  }
  .c-price-table table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    color: #000;
  }
  .c-price-table table td:last-child {
    border-bottom: 0;
  }
  .c-price-table table tbody th {
    color: #fff;
    padding: 1em;
  }
  .c-price-table table tr:nth-child(even) {
    background-color: #fff;
  }
}
/* -------- project -------- */
.p-subpage-fv {
  position: relative;
  height: 330px;
}

@media screen and (max-width: 768px) {
  .p-subpage-fv {
    height: 200px;
  }
}
.p-subpage-fv::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}

.p-subpage-fv__img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 330px;
}

@media screen and (max-width: 768px) {
  .p-subpage-fv__img {
    height: 200px;
  }
}
.p-subpage-fv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 8;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-subpage-fv__ttl-main {
  color: #511E0A;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-subpage-fv__ttl-main {
    line-height: 2;
  }
}
.p-subpage-fv__ttl-sub {
  color: #EF6A30;
  font-family: "Sigmar One", "sans-serif";
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-subpage-fv__ttl-sub {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1;
  }
}
.p-subpage-breadcrumb #breadcrumbs {
  padding: 2px 15px;
}

.p-subpage-breadcrumb #breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-subpage-breadcrumb #breadcrumbs span {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}
.p-subpage-main {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}

.p-subpage-main h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #EF6A30;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  font-family: "Zen Maru Gothic", "sans-serif";
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-subpage-main h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
.p-subpage-main h2::before {
  content: "";
  display: block;
  width: 3px;
  height: 45px;
  background-color: #EF6A30;
}

.p-subpage-main h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #EF6A30;
  border-bottom: 3px solid #C7CDD8;
  padding: 0px 10px 10px;
  font-family: "Zen Maru Gothic", "sans-serif";
  margin-bottom: 20px;
}

.p-subpage-main h3::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #EF6A30;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}

@media screen and (max-width: 768px) {
  .p-subpage-main h3 {
    font-size: 1.8rem;
  }
}
.p-subpage-main h3-waku {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .p-subpage-main h3-waku {
    padding: 30px;
  }
}
.p-subpage-main h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", "sans-serif";
  color: #EF6A30;
}

@media screen and (max-width: 768px) {
  .p-subpage-main h4 {
    font-size: 1.6rem;
  }
}
.p-subpage-main img {
  border-radius: 5px;
}

.p-subpage-main p {
  margin-bottom: 10px;
}

.p-subpage-main ul {
  list-style: decimal;
}

.p-subpage-main dl {
  margin-left: 24px;
  margin-bottom: 10px;
}

.p-subpage-main dl > dt {
  display: list-item;
}

.p-subpage-main ol {
  margin-bottom: 10px;
  margin-left: 24px;
}

.p-subpage-main ol > li {
  list-style-type: decimal;
  margin-left: 10px;
}

.p-subpage-main ul > li {
  list-style-type: disc;
  margin-left: 24px;
  margin-bottom: 10px;
}

.p-subpage-main .link {
  border-bottom: 1px solid #511E0A;
  display: inline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-subpage-main .link:hover {
  color: #0067DB;
  border-bottom: 1px solid #0067DB;
}

.p-subpage-main .grid-gap__60-40 .wp-block-group__inner-container {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .p-subpage-main .grid-gap__60-40 .wp-block-group__inner-container {
    gap: 40px;
  }
}
.p-subpage-main .accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.p-subpage-main .accordion-area li {
  margin: 10px 0;
  list-style: none;
}

.p-subpage-main .accordion-area section {
  border: 1px solid #EF6A30;
}

.p-subpage-main .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: none;
  color: #EF6A30;
  margin-bottom: 0px;
}

.p-subpage-main .title::before,
.p-subpage-main .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #EF6A30;
}

.p-subpage-main .title::before {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-subpage-main .title::after {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-subpage-main .title.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-subpage-main .title.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-subpage-main .box {
  display: none;
  /*はじめは非表示*/
  padding: 0 3% 3% 3%;
}

.p-subpage-main .box p {
  border-top: 1px dotted #EF6A30;
  padding-top: 3%;
  margin-bottom: 0;
}

.p-subpage-main__content {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-subpage-main__content {
    gap: 60px;
  }
}
.p-subpage-main__no-list-style ul > li {
  list-style-type: none !important;
}

@media screen and (max-width: 768px) {
  .p-subpage-main__no-list-style ul > li {
    margin-bottom: 30px;
  }
  .p-subpage-main__no-list-style ul > li:last-child {
    margin-bottom: 0;
  }
}
.p-subpage-404 {
  text-align: center;
}

.p-subpage-404__txt {
  margin-bottom: 40px;
}

.p-subpage-404__btn {
  max-width: 400px;
  margin: 0 auto;
}

/* --------fv-------- */
.p-front-fv__swiper {
  position: relative;
  height: 70vh;
}

@media screen and (max-width: 768px) {
  .p-front-fv__swiper {
    height: 230px;
  }
}
.p-front-fv__under {
  max-width: 1440px;
  margin: 0 auto;
}

.p-front-fv__copy {
  position: absolute;
  top: 40%;
  left: 20%;
  font-size: 4rem;
  letter-spacing: 0.4rem;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6235294118);
  z-index: 2;
}

@media screen and (max-width: 1320px) {
  .p-front-fv__copy {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
    top: 50%;
    left: 8%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-front-fv__copy {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding-left: 30px;
    left: 0;
  }
}
.p-front-fv__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 30px !important;
  z-index: 2;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto !important;
}

.p-front-fv__animals-wrapper-pc {
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: 2;
}

.p-front-fv__animals-img {
  max-width: 330px;
}

.p-front-fv__yoyaku {
  background-color: #FFFFFF;
  max-width: 500px;
  text-align: center;
  border-radius: 10px;
}

@media screen and (max-width: 1080px) {
  .p-front-fv__yoyaku {
    width: 100%;
  }
}
.p-front-fv__yoyaku-wrapper-pc {
  position: absolute;
  bottom: 80px;
  right: 80px;
  z-index: 2;
}

.p-front-fv__yoyaku-wrapper-sp {
  position: relative;
  margin-top: -30px;
  z-index: 2;
  margin-right: 15px;
  margin-left: 15px;
  display: none;
}

@media screen and (max-width: 1080px) {
  .p-front-fv__yoyaku-wrapper-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-front-fv__yoyaku h2 {
  color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  margin-bottom: 0;
  padding: 5px;
  font-size: 1.8rem;
}

.p-front-fv__yoyaku h2::before {
  display: none;
}

.p-front-fv__yoyaku-content-blue {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .p-front-fv__yoyaku-content-blue {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-front-fv__yoyaku-content-blue p {
    line-height: 1.5;
    padding-top: 8px;
  }
}
.p-front-fv__yoyaku-content-green {
  border: 1px solid #F6E9C0;
  padding: 10px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 768px) {
  .p-front-fv__yoyaku-content-green {
    padding: 10px;
  }
}
/* --------お知らせ-------- */
.p-front-news__wrapper {
  padding: 60px 15px;
}

@media screen and (max-width: 768px) {
  .p-front-news__wrapper {
    padding: 40px 30px 60px;
  }
}
.p-front-news__content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 3fr;
  grid-template-columns: 1fr 3fr;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-front-news__content-wrapper {
    display: block;
  }
}
.p-front-news__content-ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media screen and (max-width: 1080px) {
  .p-front-news__content-ttl {
    text-align: center;
    gap: 20px;
  }
}
.p-front-news__content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-front-news__content {
    margin-bottom: 30px;
  }
}
.p-front-news__content-li {
  border-bottom: 1px solid #EEEEEE;
  display: block;
}

.p-front-news__content-li-category {
  font-size: 1.6rem;
  padding: 2px 20px;
  border-radius: 10vh;
  background-color: #FFFFFF;
  border: 1px solid #F1B640;
  color: #EF6A30;
  margin-right: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-front-news__content-li-category {
    font-size: 1.4rem;
  }
}
.p-front-news__content-li-category.close {
  background-color: #FFE3E3;
  color: #DB0000;
  border: 1px solid #DB0000;
}

.p-front-news__content-li-new {
  font-family: "Montserrat", "sans-serif";
  color: #E52020;
  font-weight: bold;
}

.p-front-news__content-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}

.p-front-news__content-a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

@media screen and (max-width: 768px) {
  .p-front-news__content-a {
    display: block;
  }
}
/* --------当院について-------- */
.p-front-about {
  position: relative;
}

.p-front-about::before {
  content: "";
  position: absolute;
  top: 15%;
  left: 60px;
  width: 200px;
  height: 200px;
  background: url(./images/top/about-illust.webp) no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-front-about::before {
    top: 3%;
    left: 20px;
    width: 100px;
    height: 100px;
  }
}
.p-front-about__wrapper {
  padding: 100px 15px;
  position: relative;
  z-index: 2;
}

/* --------当院の特徴-------- */
.p-front-feature__card {
  text-align: center;
}

.p-front-feature__card-img {
  background-color: #FFFFFF;
  padding: 20px;
  border-radius: 100vh;
  width: 224px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-front-feature__card-img {
    width: 190px;
    padding: 10px;
  }
}
.p-front-feature__big {
  font-size: 48px;
}

.p-front-feature__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -31px 50px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .p-front-feature__wrapper {
    margin: 0;
  }
}
.p-front-feature__wrapper-card {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  margin: 0 31px 33px;
  height: 295px;
  width: 300px;
  z-index: 2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.p-front-feature__wrapper-card__waku {
  display: block;
  background: url(./images/top/feature-card01.webp) no-repeat left top/contain;
  padding: 40px 50px;
  height: 295px;
  width: 300px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #FFFFFF;
  font-weight: 500;
}

.p-front-feature__wrapper-card__02 {
  background: url(./images/top/feature-card02.webp) no-repeat left top/contain !important;
}

.p-front-feature__wrapper-card__03 {
  background: url(./images/top/feature-card03.webp) no-repeat left top/contain !important;
}

.p-front-feature__wrapper-card__04 {
  background: url(./images/top/feature-card04.webp) no-repeat left top/contain !important;
}

.p-front-feature__wrapper-card__05 {
  background: url(./images/top/feature-card05.webp) no-repeat left top/contain !important;
}

.p-front-feature__wrapper-card__num {
  background: url(./images/top/nami_ttl.webp) no-repeat center bottom/154px auto;
  color: #fff;
  font-family: "Caveat";
  font-size: 40px;
  line-height: 1;
  margin-bottom: 20px;
  padding: 0 0 22px;
  text-align: center;
  font-weight: bold;
}

/* --------診療案内-------- */
.p-front-service {
  background-image: url(./images/top/service-bg.webp);
  background-size: cover;
  background-position: center;
}

.p-front-service__content {
  display: -ms-grid;
  display: grid;
  gap: 70px;
}

@media screen and (max-width: 1320px) {
  .p-front-service__content {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-front-service__content {
    gap: 30px;
  }
}
.p-front-service__card-h3 {
  position: relative;
  border-bottom: none;
  padding: 0 10px 0 35px;
  margin: 0 auto 0;
}

.p-front-service__card-h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  /* お好みのアイコンサイズ */
  height: 24px;
  background: url(./images/top/icon-service.png) no-repeat center/contain;
}

/* --------各種検査-------- */
.p-front-reservation {
  background-color: #F6E9C0;
}

/* --------診療案内-------- */
.p-front-screening {
  background-color: #EF6A30;
}

.p-front-screening__btnArea {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .p-front-screening__btnArea {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}
/* --------ご来院の皆さま（初診の方へ）-------- */
.p-front-access__content-point {
  font-family: "Sigmar One", "sans-serif";
  font-weight: bold;
}

.p-front-access__content-point::before {
  content: "\f3c5";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding: 10px;
  background-color: #F6E9C0;
  border-radius: 10vh;
}

.p-front-access__content-train {
  font-family: "Sigmar One", "sans-serif";
  font-weight: bold;
}

.p-front-access__content-train::before {
  content: "\f239";
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  padding: 10px;
  background-color: #F6E9C0;
  border-radius: 10vh;
}

.p-front-access__map {
  width: 100%;
  height: 100%;
}

.p-front-access__map > iframe {
  border-radius: 3rem;
}

.fv-slide {
  width: 70%;
  margin: 0 auto;
  max-width: 1080px;
}

.fv-slide__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.p-about-dr {
  background-image: url(./images/top/main-bg.webp);
  background-size: cover;
  background-position: center;
}

.p-about-dr__name {
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
  line-height: 1.5;
}

.p-about-dr__furigana {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1;
}

.p-about-facility {
  /*各スライドのスタイル*/
  /*アクティブなときのスタイル*/
  /*矢印ボタンの色を変更*/
}

.p-about-facility__slider-wrapper {
  max-width: 780px;
  margin: 0 auto;
}

.p-about-facility .swiper-wrapper {
  position: relative;
}

.p-about-facility .swiper-container {
  width: 100%;
  height: 450px;
  margin: 0.5rem auto;
  overflow: hidden;
  position: relative;
}

.p-about-facility .swiper-container img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-about-facility .swiper-container {
    height: 300px;
  }
}
.p-about-facility .swiper-thumbnail {
  width: 100%;
  height: 160px;
  margin: 0.5rem auto;
  overflow: hidden;
}

.p-about-facility .swiper-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-about-facility .swiper-thumbnail {
    height: 100px;
  }
}
.p-about-facility .swiper-slide {
  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;
  /*テキストの色と太さを指定*/
  color: #212121;
  font-weight: bold;
  font-size: max(0.5rem, 1.5vw);
}

.p-about-facility .swiper-thumbnail .swiper-slide {
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-about-facility .swiper-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.p-about-facility .swiper-button-next,
.p-about-facility .swiper-button-prev {
  color: #212121;
  z-index: 9;
}

.p-archive-list__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 100px 1fr;
  grid-template-columns: 3fr 1fr;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-archive-list__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-archive-content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.p-archive-content__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-archive-content__wrapper {
    gap: 60px;
  }
}
.p-archive-content__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-archive-content__category-category {
  font-size: 1.6rem;
  border-radius: 3px;
  background-color: #EF6A30;
  color: #FFFFFF;
  text-align: center;
  padding: 1px 10px;
}

@media screen and (max-width: 768px) {
  .p-archive-content__category-category {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.p-archive-content__category-category.close {
  background-color: #DB0000;
}

.p-archive-content__btn {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .p-archive-content__btn {
    width: 100%;
  }
}
.p-archive-content h2 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  line-height: 1.5;
}

.p-archive-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 60px;
}

.p-archive-sidebar h2 {
  font-size: 1.8rem;
  text-align: left;
  color: #511E0A;
  padding-left: 20px;
  border-left: 2px solid #EF6A30;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}

.p-archive-sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ACACAC;
}

.p-archive-sidebar ul li:hover a {
  color: #EF6A30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-archive-sidebar ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0067DB;
  margin-right: 20px;
}

.p-archive-sidebar select {
  width: 100%;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "sans-serif";
  border: 0px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-archive-sidebar select {
    font-size: 1.4rem;
  }
}
.p-single-list__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 100px 1fr;
  grid-template-columns: 3fr 1fr;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-single-list__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-single-content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.p-single-content__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-single-content__wrapper {
    gap: 60px;
  }
}
.p-single-content__category {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.p-single-content__category-category {
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 3px;
  background-color: #EF6A30;
  color: #FFFFFF;
  text-align: center;
  padding: 1px 10px;
}

.p-single-content__category-category.close {
  background-color: #DB0000;
}

.p-single-content__btn {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .p-single-content__btn {
    width: 100%;
  }
}
.p-single-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 60px;
}

.p-single-sidebar h2 {
  font-size: 1.8rem;
  text-align: left;
  color: #511E0A;
  padding-left: 20px;
  border-left: 2px solid #B8D200;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}

.p-single-sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ACACAC;
}

.p-single-sidebar ul li:hover a {
  color: #EF6A30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single-sidebar ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0067DB;
  margin-right: 20px;
}

.p-single-content__pagebtn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  height: 60px;
}

.p-single-content__pagebtn-previous a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 15px 60px;
  border: 2px solid #EF6A30;
  border-radius: 100vh;
  color: #EF6A30;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #FFFFFF;
  width: 300px;
}

.p-single-content__pagebtn-previous a::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 28%;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-previous a::before {
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-previous a {
    width: 95%;
    padding: 15px 20px;
  }
}
.p-single-content__pagebtn-previous a:hover {
  color: #fff;
  background-color: #EF6A30;
}

.p-single-content__pagebtn-previous a:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.p-single-content__pagebtn-next a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 15px 60px;
  border: 2px solid #EF6A30;
  color: #EF6A30;
  border-radius: 10vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #FFFFFF;
  width: 300px;
}

.p-single-content__pagebtn-next a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 28%;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-next a::before {
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-next a {
    width: 95%;
    padding: 15px 20px;
  }
}
.p-single-content__pagebtn-next a:hover {
  color: #fff;
  background-color: #EF6A30;
}

.p-single-content__pagebtn-next a:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .nav-links > span {
  background-color: #EF6A30;
  color: #FFFFFF;
  padding: 10px 16px;
  border-radius: 1px;
  border: 2px solid #EF6A30;
}

.pagination .nav-links > a {
  color: #0067DB;
  padding: 10px 16px;
  border: 2px solid #EF6A30;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination .nav-links > a:hover {
  background-color: #EF6A30;
  color: #FFFFFF;
}

.p-access-hour > div > div > table {
  width: 100%;
  border: 2px solid #EF6A30;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-access-hour > div > div > table {
    font-size: 1.6rem;
  }
}
.p-access-hour > div > div > table .c-bg__color-blue {
  padding: 10px;
  color: #FFFFFF;
  background-color: #EF6A30;
}

.p-access-hour > div > div > table th,
.p-access-hour > div > div > table td {
  padding: 10px 10px;
}

@media screen and (max-width: 768px) {
  .p-access-hour > div > div > table th,
  .p-access-hour > div > div > table td {
    padding: 5px;
  }
}
@media screen and (max-width: 480px) {
  .p-access-hour > div > div > table th,
  .p-access-hour > div > div > table td {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.p-access-hour > div > div > table td {
  padding-left: 15px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .p-access-hour > div > div > table td {
    padding-left: 3px;
  }
}
.p-access-access__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .p-access-access__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-access-access__img {
  border-radius: 5px;
}

.p-access-map__mapArea {
  height: 400px;
}

@media screen and (max-width: 768px) {
  .p-access-map__mapArea {
    height: 300px;
  }
}
.p-access-map__mapArea > iframe {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.p-hourAccess {
  background-color: #FFFFFF;
}

.p-hourAccess__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.1fr 0.1fr 1fr;
  grid-template-columns: 1fr 0.1fr 0.1fr 1fr;
  margin-bottom: 60px;
}

@media screen and (max-width: 1080px) {
  .p-hourAccess__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0.8fr 0.1fr 0.05fr 1fr;
    grid-template-rows: 0.8fr 0.1fr 0.05fr 1fr;
    margin-bottom: 0px;
  }
  .p-hourAccess__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-hourAccess__wrapper > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-hourAccess__wrapper > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-hourAccess__wrapper > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
.p-hourAccess__hours {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-hourAccess__hours {
    gap: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .p-hourAccess__hours {
    margin-bottom: 30px;
  }
}
.p-hourAccess__hours-table {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.p-hourAccess__hours-table th {
  width: 37%;
  height: 46px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  background: #F1B640;
  color: #fff;
  font-weight: 500;
  padding: 0 5px;
  border-bottom: 1px solid #e5e5e5;
}

.p-hourAccess__hours-table td {
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 480px) {
  .p-hourAccess__hours-table td {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.p-hourAccess__hours-table td {
  padding-left: 10px;
}

@media screen and (max-width: 480px) {
  .p-hourAccess__hours-table td {
    padding-left: 5px;
  }
}
.p-hourAccess__memo {
  padding: 10px 15px;
  background-color: #FFFFFF;
  color: #511E0A;
  border-radius: 10px;
  border: 1px solid #511E0A;
}

@media screen and (max-width: 480px) {
  .p-hourAccess__memo {
    padding: 1px 10px;
  }
}
.p-hourAccess__tag {
  padding: 4px 15px;
  background-color: #F6E9C0;
  color: #EF6A30;
  border-radius: 100vh;
  border: 1px solid #F1B640;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .p-hourAccess__tag {
    padding: 1px 10px;
  }
}
.p-hourAccess__tel {
  border-bottom: 1px solid #511E0A;
  padding-bottom: 5px;
  display: inline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-hourAccess__tel:hover {
  opacity: 0.5;
}

.p-hourAccess__line-right {
  border: 1px dashed var(--unnamed-color-38c6b8);
  border-right: 1px dashed #511E0A;
}

.p-hourAccess__line-bottom {
  border: 1px dashed var(--unnamed-color-38c6b8);
  border-bottom: 1px dashed #F1B640;
}

.p-hourAccess__access {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1080px) {
  .p-hourAccess__access {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-hourAccess__access {
    gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .p-hourAccess__access {
    margin-bottom: 0;
  }
}
.p-hourAccess__access dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 3fr;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 480px) {
  .p-hourAccess__access dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-hourAccess__map {
  height: 360px;
}

.p-hourAccess__map > iframe {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-hourAccess__map {
    height: 300px;
  }
}
/* -------- utility -------- */
.u-white-space__nowrap {
  white-space: nowrap;
}

.u-disp-none {
  display: none;
}

.u-disp-none__pc-up {
  display: none;
}

@media screen and (max-width: 1080px) {
  .u-disp-none__pc-up {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .u-disp-none__pc-down {
    display: none;
  }
}
@media screen and (max-width: 1320px) {
  .u-disp-none__s-pc-down {
    display: none;
  }
}
.u-disp-none__tab-up {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-disp-none__tab-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .u-disp-none__tab-down {
    display: none;
  }
}
.u-disp-block {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-disp-block__tab {
    display: block;
  }
}
.u-disp-inlineBlock {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .u-disp-inlineBlock__tab {
    display: inline-block;
  }
}
.u-disp-inline {
  display: inline;
}

@media screen and (max-width: 768px) {
  .u-disp-inline__tab {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .u-br__pc-spnone {
    display: none;
  }
}
/* -------- foundation -------- */
/* --------blake point-------- */
/* --------font-------- */
/* --------font size-------- */
/* --------line hight-------- */
/* --------  -------- */
/* --------colors-------- */
/* --------base-------- */
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul li,
ol li {
  list-style: none;
}

a {
  text-decoration: none;
  display: block;
  color: #511E0A;
}

html {
  -webkit-font-smoothing: antialiased;
  font-size: 62.5%;
  font-weight: normal;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

body {
  font-family: "Zen Maru Gothic", "sans-serif";
  color: #511E0A;
  font-size: 1.8em;
  line-height: 2;
  letter-spacing: 0.2rem;
  background-color: #FFF8EA;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 2;
    letter-spacing: 0.2rem;
  }
}
img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 5px;
}

table {
  border-collapse: collapse;
}

address {
  font-style: normal;
}

h1 h2 h3 h4 h5 h6 {
  font-size: 100%;
  color: #511E0A;
  font-family: "Zen Maru Gothic", "sans-serif";
  font-weight: 500;
}

h1 {
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  line-height: 2;
  color: #511E0A;
  font-family: "Zen Maru Gothic", "sans-serif";
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}
h2 {
  font-size: 3.2rem;
  letter-spacing: 0.32rem;
  line-height: 2;
  color: #511E0A;
  font-family: "Zen Maru Gothic", "sans-serif";
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  h2 {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
  }
}
h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  border-bottom: 3px solid #C7CDD8;
  padding: 0px 10px 10px;
  font-family: "Zen Maru Gothic", "sans-serif";
  margin-bottom: 20px;
}

h3::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #FF9700;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}

@media screen and (max-width: 768px) {
  h3 {
    font-size: 1.8rem;
  }
}
h4 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  line-height: 1.5;
  color: #511E0A;
  font-family: "Zen Maru Gothic", "sans-serif";
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  h4 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
/* -------- layout -------- */
.l-header {
  width: 100%;
  color: #EF6A30;
}

.l-header__frills {
  width: 100%;
  aspect-ratio: 1440/45;
  background: url(./images/top/top-frills.webp) no-repeat center/contain;
  -webkit-transform: scaleY(0.8);
  transform: scaleY(0.8);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.l-header__wrapper {
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0px 30px;
}

.l-header__wrapper h1 {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  color: #aaa;
  text-align: left;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .l-header__wrapper h1 {
    font-size: 1rem;
    letter-spacing: 0.05rem;
    line-height: 1;
  }
}
@media screen and (max-width: 1320px) {
  .l-header__wrapper {
    padding: 0px 30px 0px 30px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header__wrapper {
    padding: 0px 70px 15px 30px;
  }
}
@media screen and (max-width: 768px) {
  .l-header__wrapper {
    padding: 10px 80px 10px 15px;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
.l-header__wrapper-top {
  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;
}

@media screen and (max-width: 768px) {
  .l-header__wrapper-top {
    display: block;
  }
}
.l-header__logo {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.l-header__logo-img {
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .l-header__logo-img {
    max-width: 240px;
  }
}
.l-header__logo:hover {
  opacity: 0.5;
}

.l-header__reserveBtn {
  padding: 2px 20px;
  -webkit-box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  background-color: #511E0A;
  border-radius: 10vh;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #0067DB;
}

.l-header__reserveBtn:hover {
  background-color: #EF6A30;
  color: #511E0A;
}

.l-header__pc-navArea {
  color: #511E0A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .l-header__pc-navArea {
    display: none;
  }
}
.l-header__pc-navArea-address {
  font-weight: 500;
  line-height: 1.6;
}

.l-header__g-navArea {
  margin-bottom: 10px;
}

.l-header__g-navArea .menu-g-nav-container .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  text-align: left;
  color: #511E0A;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:not(:first-child) {
  padding-left: 20px;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:not(:first-child):after {
  content: "";
  position: absolute;
  left: 0px;
  width: 0;
  height: 22px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-right: 1px solid #aaa;
  font-weight: 100;
  color: #aaa;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: -10px;
  z-index: 10;
  display: none;
  width: auto;
  height: 0;
  white-space: nowrap;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item .sub-menu li:not(:first-child):after {
  display: none;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:hover .sub-menu {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:hover .sub-menu li {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 5px 5px 0px;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:hover .sub-menu a {
  padding: 10px;
  text-align: left;
}

.l-header__g-navArea .menu-g-nav-container .menu a {
  text-align: center;
  font-weight: 600;
  color: #511E0A;
  padding-top: 35px;
  position: relative;
}

.l-header__g-navArea .menu-g-nav-container .menu a::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  width: 33px;
  height: 32px;
  background: no-repeat center;
  background-size: contain;
}

.l-header__g-navArea .menu-g-nav-container .menu a:after {
  content: "";
  width: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 2px solid #EF6A30;
  display: block;
}

.l-header__g-navArea .menu-g-nav-container .menu a:hover {
  color: #EF6A30;
}

.l-header__g-navArea .menu-g-nav-container .menu a:hover:after {
  width: 100%;
  border-bottom: 2px solid #EF6A30;
}

.l-header__g-navArea .menu-g-nav-container .menu a > .icon {
  font-size: 2.4rem;
  line-height: 1.5;
  color: #EF6A30;
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:nth-child(1) a::before {
  background-image: url(./images/top/navi_ico01.webp);
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:nth-child(2) a::before {
  background-image: url(./images/top/navi_ico02.webp);
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:nth-child(3) a::before {
  background-image: url(./images/top/navi_ico03.webp);
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:nth-child(4) a::before {
  background-image: url(./images/top/navi_ico04.webp);
}

.l-header__g-navArea .menu-g-nav-container .menu .menu-item:nth-child(5) a::before {
  background-image: url(./images/top/navi_ico05.webp);
}

.l-header__sp-hum {
  right: 15px;
}

.l-header__sp-menu {
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
  color: #0067DB;
  background-color: #F6E9C0;
  width: 100%;
  height: 100vh;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  overflow-y: scroll;
  text-align: left;
}

.l-header__sp-menu-cover {
  position: fixed;
  /* ブラウザの定位置に固定 */
  background: rgba(0, 0, 0, 0.5);
  /* 背景色を半透明の黒色に */
  width: 100%;
  /* 要素の横幅を画面全体に */
  height: 100%;
  /* 要素の高さを画面全体に */
  top: 0;
  /* 要素の固定位置をブラウザ最上部に合わせる */
  left: 0;
  /* 要素の固定位置をブラウザ左側に合わせる */
  z-index: 10;
  /* 要素をコンテンツより前面に（要調整） */
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.l-header__sp-menu-cover.active {
  opacity: 100;
  display: block;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  width: 100%;
}

.l-header__sp-menu.active {
  opacity: 100;
  display: block;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  width: 80%;
  right: 0;
  left: auto;
}

.l-header__sp-menu ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.l-header__sp-menu ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  -webkit-transition: 0.4s all;
  transition: 0.4s all;
}

.l-header__sp-menu ul li .sub-menu {
  background-color: #F6E9C0;
}

.l-header__sp-menu ul li:last-child {
  padding-bottom: 0;
}

.l-header__sp-menu ul li:hover {
  background-color: #EF6A30;
}

.l-header__sp-menu ul li a {
  display: block;
  color: #EF6A30;
  padding: 1em 0;
  text-decoration: none;
  border-bottom: 1px solid #EF6A30;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding-left: 30px;
}

.l-header__sp-menu ul li a:hover {
  background-color: #FFFFFF;
}

.l-header__sp-menu ul .oya a {
  position: relative;
  background-color: #EF6A30;
}

.l-header__sp-menu ul .oya a::before {
  position: absolute;
  right: 10px;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #EF6A30;
  width: 30px;
}

.l-header__sp-menu ul .oya .ko a {
  font-size: 1.4rem;
  letter-spacing: 0.14;
}

.l-header__sp-menu ul .oya .ko a::before {
  display: none;
}

.l-header__sp-menu .sub-menu {
  display: none;
}

.l-header__sp-menu-banner {
  margin: 10px;
}

.l-header__sp-menu-banner p {
  background-color: #FF9700;
  padding: 16px 10px;
  border: 2px solid #FF9700;
  border-radius: 5px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}

.l-header__sp-menu-banner p:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FFFFFF;
  color: #FF9700;
}

.l-header__fix-pcBtn {
  position: fixed;
  z-index: 10;
  right: 0;
  top: 30%;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr 10px 1fr 10px 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 10px;
}

.l-header__fix-nav {
  position: fixed;
  z-index: 10;
  bottom: 0;
  width: 100%;
  display: none;
}

@media screen and (max-width: 768px) {
  .l-header__fix-nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
.l-header__fix-nav-web {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  padding: 12px 0 10px;
  background-color: #FF9700;
}

.l-header__fix-nav-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #F1B640;
  color: #FFFFFF;
  text-align: center;
  line-height: 1.5;
  padding: 10px 0;
}

.l-footer__waku {
  background-color: #FFF8EA;
}

.l-footer__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 40px 30px;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .l-footer__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 30px 30px;
    gap: 20px;
  }
}
.l-footer__content {
  font-family: "Sigmar One", "sans-serif";
}

.l-footer__content-logo {
  max-width: 300px;
}

@media screen and (max-width: 768px) {
  .l-footer__content-logo {
    max-width: 300px;
  }
}
.l-footer__content-hours th,
.l-footer__content-hours td {
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: left;
}

.l-footer__content-hours td {
  padding-left: 10px;
}

.l-footer__map {
  width: 100%;
  height: 100%;
}

.l-footer__map iframe {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.l-footer__banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .l-footer__banner {
    margin: 0 auto;
    gap: 15px;
  }
}
.l-footer__banner-rabbit {
  max-width: 80px;
}

.l-footer__banner-btn {
  max-width: 280px;
}

.l-footer__banner-btn p {
  background-color: #FF9700;
  padding: 16px 10px;
  border: 2px solid #FF9700;
  border-radius: 5px;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
}

.l-footer__banner-btn p:hover {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: #FFFFFF;
  color: #FF9700;
}

.l-footer__copylite {
  font-size: 1.4rem;
  text-align: center;
  background-color: #F1B640;
  color: #FFFFFF;
}

/* -------- object -------- */
/* -------- component -------- */
.c-grid-column {
  display: -ms-grid;
  display: grid;
}

.c-grid-column__1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 768px) {
  .c-grid-column__1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-2 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
}

@media screen and (max-width: 768px) {
  .c-grid-column__1-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
}

@media screen and (max-width: 768px) {
  .c-grid-column__1-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-4 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 4fr;
  grid-template-columns: 1fr 4fr;
}

@media screen and (max-width: 768px) {
  .c-grid-column__1-4 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__4-3 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 4fr 3fr;
  grid-template-columns: 4fr 3fr;
}

@media screen and (max-width: 768px) {
  .c-grid-column__4-3 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .c-grid-column__1-1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-grid-column__1-1-1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin: 0 auto;
}

@media screen and (max-width: 1080px) {
  .c-grid-column__1-1-1-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 768px) {
  .c-grid-column__1-1-1-1 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }
}
@media screen and (max-width: 480px) {
  .c-grid-column__1-1-1-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 1fr;
    grid-template-rows: 1fr;
  }
  .c-grid-column__1-1-1-1 > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.c-grid-row {
  display: -ms-grid;
  display: grid;
}

.c-grid-row__1-1 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.c-grid-cc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-grid-flexStart {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-grid-spaceBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-grid-alignItems {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-grid {
  display: -ms-grid;
  display: grid;
}

.c-grid-gap__10 {
  gap: 10px;
}

.c-grid-gap__15 {
  gap: 15px;
}

.c-grid-gap__20 {
  gap: 20px;
}

.c-grid-gap__30 {
  gap: 30px;
}

.c-grid-gap__40 {
  gap: 40px;
}

.c-grid-gap__60 {
  gap: 60px;
}

.c-grid-gap__100 {
  gap: 100px;
}

.c-grid-gap__20-10 {
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__20-10 {
    gap: 10px;
  }
}
.c-grid-gap__40-20 {
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__40-20 {
    gap: 20px;
  }
}
.c-grid-gap__60-20 {
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__60-20 {
    gap: 20px;
  }
}
.c-grid-gap__60-40 {
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__60-40 {
    gap: 40px;
  }
}
.c-grid-gap__70-40-30 {
  gap: 70px;
}

@media screen and (max-width: 1320px) {
  .c-grid-gap__70-40-30 {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-grid-gap__70-40-30 {
    gap: 30px;
  }
}
.c-grid-gap__80-20 {
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__80-20 {
    gap: 20px;
  }
}
.c-grid-gap__80-40 {
  gap: 80px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__80-40 {
    gap: 40px;
  }
}
.c-grid-gap__100-20 {
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__100-20 {
    gap: 20px;
  }
}
.c-grid-gap__100-40 {
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__100-40 {
    gap: 40px;
  }
}
.c-grid-gap__100-60 {
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .c-grid-gap__100-60 {
    gap: 60px;
  }
}
.is-two-center {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  width: calc((100% - 120px) / 3 * 2 + 60px);
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .is-two-center {
    width: 100%;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.c-gird-reverse__ab {
      grid-template-areas: "a b";
}

@media screen and (max-width: 768px) {
  .c-gird-reverse__ab {
        grid-template-areas: "b" "a";
  }
  .c-grid-area__a {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-area__b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.c-grid-area__a {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: a;
}

.c-grid-area__b {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: b;
}

@media screen and (max-width: 768px) {
  .c-grid-area__a {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .c-grid-area__b {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.c-grid-area__c {
  grid-area: c;
}

.c-inner__main {
  padding: 120px 15px;
}

@media screen and (max-width: 768px) {
  .c-inner__main {
    padding: 60px 15px;
  }
}
.c-inner__feature {
  padding: 80px 15px 100px;
}

@media screen and (max-width: 768px) {
  .c-inner__feature {
    padding: 40px 15px;
  }
}
.c-inner__sub {
  padding: 60px 15px;
}

@media screen and (max-width: 768px) {
  .c-inner__sub {
    padding: 40px 30px;
  }
}
.c-inner__footer {
  padding: 60px 15px 20px;
}

@media screen and (max-width: 768px) {
  .c-inner__footer {
    padding: 40px 15px;
  }
}
.c-inner__subpage-wrapper {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .c-inner__subpage-wrapper {
    gap: 60px;
  }
}
.c-inner__subpage-content {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .c-inner__subpage-content {
    gap: 40px;
  }
}
.c-inner__cw {
  max-width: 1120px;
}

.c-inner__cw-1330 {
  max-width: 1330px;
}

.c-inner__margin-rl-60-30-0 {
  margin-right: 60px;
  margin-left: 60px;
}

@media screen and (max-width: 1080px) {
  .c-inner__margin-rl-60-30-0 {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .c-inner__margin-rl-60-30-0 {
    margin-right: 0px;
    margin-left: 0px;
  }
}
.c-inner__main-topOnly {
  padding: 100px 15px 0px;
}

@media screen and (max-width: 768px) {
  .c-inner__main-topOnly {
    padding: 60px 30px 0px;
  }
}
.c-margin__0a {
  margin: 0 auto;
}

.c-margin__0a00 {
  margin: 0 auto 0 0;
}

.c-margin-r__10 {
  margin-right: 10px;
}

.c-margin-l__30-0 {
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .c-margin-l__30-0 {
    margin-left: 0px;
  }
}
.c-margin-l__40-0 {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .c-margin-l__40-0 {
    margin-left: 0px;
  }
}
.c-margin-t__30-20 {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .c-margin-t__30-20 {
    margin-top: 20px;
  }
}
.c-margin-t__120-60 {
  margin-top: 120px;
}

@media screen and (max-width: 768px) {
  .c-margin-t__120-60 {
    margin-top: 60px;
  }
}
.c-margin-t__-30px {
  margin-top: -30px;
}

.c-margin-b__10 {
  margin-bottom: 10px;
}

.c-margin-b__15 {
  margin-bottom: 15px;
}

.c-margin-b__20 {
  margin-bottom: 20px;
}

.c-margin-b__40 {
  margin-bottom: 40px;
}

.c-margin-b__20-15 {
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__20-15 {
    margin-bottom: 15px;
  }
}
.c-margin-b__30-20 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__30-20 {
    margin-bottom: 20px;
  }
}
.c-margin-b__30-0 {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__30-0 {
    margin-bottom: 0px;
  }
}
.c-margin-b__60-40 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__60-40 {
    margin-bottom: 40px;
  }
}
.c-margin-b__60-30 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__60-30 {
    margin-bottom: 30px;
  }
}
.c-margin-b__40-20 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__40-20 {
    margin-bottom: 20px;
  }
}
.c-margin-b__40-30 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__40-30 {
    margin-bottom: 30px;
  }
}
.c-margin-b__100-60 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .c-margin-b__100-60 {
    margin-bottom: 60px;
  }
}
.c-cw__pc {
  max-width: 1120px;
  margin: 0 auto;
}

.c-txt-bold {
  font-weight: bold;
}

.c-txt-lineHight__09 {
  line-height: 0.9;
}

.c-txt-lineHight__1 {
  line-height: 1;
}

.c-txt-lineHight__15 {
  line-height: 1.5;
}

.c-txt-size__9 {
  font-size: 0.9rem;
}

.c-txt-size__12 {
  font-size: 1.2rem;
}

.c-txt-size__18 {
  font-size: 1.8rem;
}

.c-txt-size__16 {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
}

.c-txt-size__14 {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
}

.c-txt-size__14-12 {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
}

@media screen and (max-width: 768px) {
  .c-txt-size__14-12 {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}
.c-txt-size__15 {
  font-size: 1.5rem;
  letter-spacing: 0.15rem;
}

.c-txt-size__16-14 {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
}

@media screen and (max-width: 768px) {
  .c-txt-size__16-14 {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.c-txt-size__16-11 {
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
}

@media screen and (max-width: 768px) {
  .c-txt-size__16-11 {
    font-size: 1.1rem;
    letter-spacing: 0.11rem;
  }
}
.c-txt-size__20 {
  font-size: 2rem;
  letter-spacing: 0.2rem;
}

.c-txt-size__22 {
  font-size: 2.2rem !important;
  letter-spacing: 0.22rem;
}

.c-txt-size__24 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
}

.c-txt-size__28-18 {
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
}

@media screen and (max-width: 768px) {
  .c-txt-size__28-18 {
    font-size: 1.8rem;
    letter-spacing: 0.18rem;
  }
}
.c-txt-size__32 {
  font-size: 3.2rem;
}

.c-txt-f__sub {
  font-family: "Sigmar One", "sans-serif";
}

.c-txt-f__en {
  font-family: "Montserrat", "sans-serif";
}

.c-txt-shadow {
  text-shadow: 0px 0px 10px rgba(94, 94, 94, 0.6235294118);
}

.c-txt-center {
  text-align: center;
}

.c-txt-left {
  text-align: left;
}

.c-txt-vertical {
  text-orientation: upright;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
}

.c-txt-ls__005 {
  letter-spacing: 0.05rem;
}

.c-deco-card__hover {
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-radius: 10px;
  overflow: hidden;
}

.c-deco-card__hover:hover {
  -webkit-box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  box-shadow: 0 0px 20px 0 rgba(111, 111, 111, 0.25);
  opacity: 0.8;
}

.c-deco-card__hover:hover img {
  border-radius: 10px 10px 0 0;
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.c-deco-link {
  display: inline-block;
  border-bottom: 1px solid #EF6A30;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #EF6A30;
}

.c-deco-link:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
}

.c-deco-link:hover {
  opacity: 0.5;
}

.c-deco-link-white {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
}

.c-deco-link-white:after {
  content: "\f08e";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-left: 5px;
}

.c-deco-link-white:hover {
  opacity: 0.5;
}

.c-deco-nomalLink {
  display: inline-block;
  border-bottom: 1px solid #EF6A30;
  padding-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #EF6A30;
}

.c-deco-nomalLink:hover {
  opacity: 0.5;
}

.c-deco-nomalLink-white {
  display: inline-block;
  border-bottom: 1px solid #FFFFFF;
  padding-bottom: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #FFFFFF;
}

.c-deco-nomalLink-white:hover {
  opacity: 0.5;
}

.c-btn__fix-pcBtn {
  display: inline-block;
  text-align: center;
  background-color: #EF6A30;
  color: #FFFFFF;
  padding: 30px 16px 30px 16px;
  border-radius: 10px 0 0 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1607843137);
  z-index: 100;
}

.c-btn__fix-pcBtn:hover {
  background-color: #FFFFFF;
  color: #FF9700;
}

.c-btn__fix-pcBtn-img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .c-btn__fix-pcBtn {
    display: none;
  }
}
.c-btn__fix-pcBtn__img {
  width: 27px;
  margin-bottom: 10px;
}

.c-btn__line {
  background: #FF9700;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn__line:hover {
  background: transparent linear-gradient(306deg, #0FD6CE 0%, #14E092 73%, #39DD6B 100%) 0% 0% no-repeat padding-box;
}

.c-btn__yoyaku {
  background-color: #F1B640;
  color: #FFFFFF;
}

.c-btn__yoyaku:hover {
  background-color: #F6E9C0;
  color: #F1B640;
}

.c-btn__main {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 14px 60px;
  border: 2px solid #F1B640;
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #F1B640;
  border-radius: 100vh;
}

@media screen and (max-width: 480px) {
  .c-btn__main {
    width: 100%;
    padding: 16px 20px;
  }
}
.c-btn__main:hover {
  color: #F1B640;
  background-color: #FFFFFF;
}

.c-btn__circle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-btn__circle-c {
  background-color: #EF6A30;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  border-radius: 10vh;
  -ms-flex-line-pack: center;
  align-content: center;
}

.c-btn__circle span {
  border-bottom: 1px solid #511E0A;
}

.c-btn__circle:hover div {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(110%);
  transform: scale(110%);
}

.c-btn__circle:hover span {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  color: #EF6A30;
  border-bottom: 1px solid #EF6A30;
}

.c-btn__sub {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 10px 15px;
  background-color: #F1B640;
  color: #FFFFFF;
  font-weight: 600;
  border-radius: 5px;
  border: 2px solid transparent;
}

@media screen and (max-width: 480px) {
  .c-btn__sub {
    width: 100%;
    padding: 10px 20px;
  }
}
.c-btn__sub:hover {
  color: #F1B640;
  border-color: #F1B640;
  background-color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-btn__small {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 50%;
  padding: 8px 30px 8px 20px;
  color: #EF6A30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #FFFFFF;
  font-family: "Sigmar One", "sans-serif";
}

@media screen and (max-width: 480px) {
  .c-btn__small {
    width: 100%;
    padding: 8px 30px 8px 20px;
  }
}
.c-btn__small:hover {
  color: #FFFFFF;
  background-color: #EF6A30;
}

.c-btn__width-300px {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .c-btn__width-300px {
    width: 100%;
  }
}
.c-btn__add-arrow-right {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn__add-arrow-right::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 5%;
  font-size: 1.4rem;
  font-weight: 900;
}

.c-btn__add-arrow-right:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  right: 3%;
}

.c-btn__add-arrow-left {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn__add-arrow-left::after {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 8%;
  font-size: 1.4rem;
}

.c-btn__add-arrow-left:hover::after {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  left: 10%;
}

.c-btn__add-arrow-bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-btn__add-arrow-bottom::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  font-size: 1.4rem;
}

.c-parts__hum-1 {
  display: none;
  position: absolute;
  z-index: 100;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
}

@media screen and (max-width: 1080px) {
  .c-parts__hum-1 {
    display: block;
  }
}
.c-parts__hum-1 > span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #EF6A30;
  width: 45%;
}

.c-parts__hum-1 > span:nth-of-type(1) {
  top: 15px;
}

.c-parts__hum-1 > span:nth-of-type(2) {
  top: 23px;
}

.c-parts__hum-1 > span:nth-of-type(3) {
  top: 31px;
}

.c-parts__hum-1__active > span:nth-of-type(1) {
  top: 18px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.c-parts__hum-1__active > span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.c-parts__hum-1__active > span:nth-of-type(3) {
  top: 30px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.c-parts__hum-2 {
  display: none;
  position: absolute;
  position: fixed;
  z-index: 100;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background-color: #EF6A30;
}

@media screen and (max-width: 1080px) {
  .c-parts__hum-2 {
    display: block;
  }
}
.c-parts__hum-2 > span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #FFFFFF;
  width: 45%;
}

.c-parts__hum-2 > span:nth-of-type(1) {
  top: 12px;
}

.c-parts__hum-2 > span:nth-of-type(2) {
  top: 20px;
}

.c-parts__hum-2 > span:nth-of-type(3) {
  top: 28px;
}

.c-parts__hum-2__menu {
  position: absolute;
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  /*アニメーションの設定*/
  top: 33px;
  color: #FFFFFF;
  line-height: 1;
  font-family: "Montserrat", "sans-serif";
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
  font-weight: bold;
  left: 5px;
}

.c-parts__hum-2__active > span:nth-of-type(1) {
  top: 16px;
  -webkit-transform: translateY(6px) rotate(-45deg);
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.c-parts__hum-2__active > span:nth-of-type(2) {
  opacity: 0;
  /*真ん中の線は透過*/
}

.c-parts__hum-2__active > span:nth-of-type(3) {
  top: 28px;
  -webkit-transform: translateY(-6px) rotate(45deg);
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.c-parts__tel {
  font-size: 2.8rem;
  font-family: "Montserrat", "sans-serif";
  font-weight: 500;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.5;
  color: #EF6A30;
}

.c-parts__tel:hover {
  opacity: 0.5;
}

.c-parts__verticalLine {
  width: 1px;
  height: 85px;
  background-color: #FFFFFF;
}

.c-subpage__bg-sub {
  background-color: #F6E9C0;
}

.c-subpage__countlist {
  line-height: 2;
  counter-reset: listnum;
  /* カウンターをリセット */
  list-style: none;
  /* 標準のスタイルは消す */
}

.c-subpage__countlist li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-subpage__countlist li::before {
  counter-increment: listnum;
  /* counter-resetと同じ文字列 */
  content: counter(listnum) ".";
  /* カウントした数に応じて番号を表示 */
  font-weight: bold;
  color: #CADC7F;
  margin-right: 10px;
}

.c-subpage__checklist {
  line-height: 2;
  counter-reset: listnum;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-subpage__checklist::before {
  content: " \f058";
  font-weight: 400;
  font-family: "Font Awesome 5 Free";
  color: #EF6A30;
  margin-right: 10px;
}

.c-bg__color-main {
  background-color: #EF6A30;
}

.c-bg__color-sub {
  background-color: #F6E9C0;
}

.c-bg__color-third {
  background-color: rgb(228, 255, 241);
}

.c-bg__color-fourth {
  background-color: #F6E9C0;
}

.c-bg__color-fifth {
  background-color: #249FED;
}

.c-bg__color-white {
  background-color: #FFFFFF;
}

.c-bg__color-fourth-bg {
  background-color: #FFF8EA;
}

.c-bg__main {
  background-image: url(./images/main-bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: repeat;
}

.c-bg__blur {
  background-color: rgba(255, 255, 255, 0.379);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}

.c-bg__feature {
  position: relative;
  background-image: url(./images/top/feature-pattern.webp);
  background-size: contain;
  background-repeat: repeat;
  background-position: top center;
  margin-top: 54px;
}

.c-bg__feature::before {
  position: absolute;
  top: -53px;
  background: url(./images/top/feature-wave.webp) no-repeat;
  background-size: cover;
  width: 100%;
  height: 54px;
  content: "";
}

.c-flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .c-flex-row__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
@media screen and (max-width: 480px) {
  .c-flex-row__sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
  }
}
.c-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.c-flex-cc {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-flex-lc {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-flex-cl {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-flex-baseline {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.c-flex-spaceBetween {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flex-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}

.c-flex-gap__20 {
  gap: 20px;
}

.c-flex-gap__30 {
  gap: 30px;
}

.c-flex-gap__40 {
  gap: 40px;
}

.c-flex-gap__100 {
  gap: 100px;
}

.c-flex-gap__20-10 {
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .c-flex-gap__20-10 {
    gap: 10px;
  }
}
.c-flex-gap__20-15 {
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .c-flex-gap__20-15 {
    gap: 15px;
  }
}
.c-flex-gap__30-20 {
  gap: 30px;
}

@media screen and (max-width: 768px) {
  .c-flex-gap__30-20 {
    gap: 20px;
  }
}
.c-flex-gap__40-20 {
  gap: 40px;
}

@media screen and (max-width: 768px) {
  .c-flex-gap__40-20 {
    gap: 20px;
  }
}
.c-flex-gap__60-30 {
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .c-flex-gap__60-30 {
    gap: 30px;
  }
}
.c-flex-gap__60-40 {
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .c-flex-gap__60-40 {
    gap: 40px;
  }
}
.c-front-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.c-front-ttl__main {
  color: #511E0A;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-front-ttl__main {
    margin-top: 10px;
  }
}
.c-front-ttl__sub {
  color: #EF6A30;
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  line-height: 1.5;
  font-family: "Sigmar One", "sans-serif";
}

@media screen and (max-width: 768px) {
  .c-front-ttl__sub {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1;
  }
}
.c-front-ttl-white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.c-front-ttl-white__main {
  color: #511E0A;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .c-front-ttl-white__main {
    margin-top: 10px;
  }
}
.c-front-ttl-white__sub {
  color: #FFFFFF;
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  line-height: 1.5;
  font-family: "Sigmar One", "sans-serif";
}

@media screen and (max-width: 768px) {
  .c-front-ttl-white__sub {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 1;
  }
}
.c-front-ttl__h3-red {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #EF6A30;
  border-bottom: 3px solid #249FED;
  padding: 0px 10px 10px;
  font-family: "Zen Maru Gothic", "sans-serif";
  margin-bottom: 20px;
}

.c-front-ttl__h3-red::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #EF6A30;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}

@media screen and (max-width: 768px) {
  .c-front-ttl__h3-red {
    font-size: 1.8rem;
  }
}
.c-front-ttl__h3-yellow {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #FF9700;
  border-bottom: 3px solid #249FED;
  padding: 0px 10px 10px;
  font-family: "Zen Maru Gothic", "sans-serif";
  margin-bottom: 20px;
}

.c-front-ttl__h3-yellow::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #FF9700;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}

@media screen and (max-width: 768px) {
  .c-front-ttl__h3-yellow {
    font-size: 1.8rem;
  }
}
.c-front-ttl__h3-green {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #F6E9C0;
  border-bottom: 3px solid #249FED;
  padding: 0px 10px 10px;
  font-family: "Zen Maru Gothic", "sans-serif";
  margin-bottom: 20px;
}

.c-front-ttl__h3-green::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #F6E9C0;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}

@media screen and (max-width: 768px) {
  .c-front-ttl__h3-green {
    font-size: 1.8rem;
  }
}
.c-table-description {
  width: 100%;
}

.c-table-description__row {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 2fr;
  grid-template-columns: 1fr 2fr;
  border-bottom: 3px solid #FF9700;
}

.c-table-description__head {
  font-weight: bold;
}

.c-table-description__head::before {
  position: absolute;
  background-color: #F1B640;
  border-radius: 5px;
  content: "";
  display: block;
  height: 3px;
  margin-top: 10px;
}

.c-color__main {
  color: #EF6A30;
}

.c-color__sub {
  color: #F1B640;
}

.c-color__third {
  color: #FF9700;
}

.c-color__white {
  color: #FFFFFF;
}

.c-color__black {
  color: #2f2f2f;
}

.c-color__main-hover {
  color: #511E0A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-color__main-hover:hover {
  color: #EF6A30;
}

.c-color__white-hover {
  color: #FFFFFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.c-color__white-hover:hover {
  opacity: 0.8;
}

.c-border-b__main {
  border-bottom: 1px solid #EF6A30;
  padding-bottom: 15px;
}

.c-border-b__sub {
  border-bottom: 1px solid #F1B640;
  padding-bottom: 10px;
}

.c-border-b__top-reserve {
  text-decoration: underline;
  text-decoration-color: #EF6A30;
  text-decoration-thickness: 1px;
  text-underline-offset: 6px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media screen and (max-width: 480px) {
  .c-border-b__top-reserve {
    display: block;
  }
}
.c-border-radius__10vh {
  border-radius: 10vh;
}

.c-border-radius__100vh {
  border-radius: 100vh;
}

.c-border-radius__5 {
  border-radius: 5px;
}

.c-border-radius__10 {
  border-radius: 10px;
}

.c-border-radius__10-0 {
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .c-border-radius__10-0 {
    border-radius: 0px;
  }
}
.c-width__100par {
  width: 100%;
}

.c-price-table table {
  border-collapse: collapse;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.c-price-table table tr {
  background-color: #fff;
  border-bottom: 2px solid #fff;
}

.c-price-table table tr:nth-child(even) {
  background-color: #FFFAF3;
}

.c-price-table table th,
.c-price-table table td {
  padding: 0.35em 1em;
}

.c-price-table table thead th {
  padding: 1em;
}

.c-price-table table thead tr {
  background-color: #E50061;
  color: #fff;
}

.c-price-table table tbody th {
  text-align: left;
}

.c-price-table .txt {
  text-align: left;
}

.c-price-table .day {
  text-align: center;
}

.c-price-table .price {
  text-align: center;
  color: #E50061;
}

.c-price-table .pink {
  color: #E50061;
}

.c-price-table .center {
  text-align: center;
}

.c-price-table .center-right {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .c-price-table .center-right {
    text-align: right;
  }
}
.c-price-table .width30par {
  width: 30%;
}

@media screen and (max-width: 768px) {
  .c-price-table .width30par {
    width: 100%;
  }
}
.c-price-table .letterSpacing-01 {
  letter-spacing: 0.01rem;
}

@media screen and (max-width: 768px) {
  .c-price-table table {
    border: 0;
    width: 100%;
  }
  .c-price-table table th {
    background-color: #E50061;
    display: block;
    border-right: none;
  }
  .c-price-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .c-price-table table tr {
    display: block;
    margin-bottom: 0.625em;
    border: 1px solid #E50061;
  }
  .c-price-table table td {
    border-bottom: 1px dotted #bbb;
    display: block;
    text-align: right;
    position: relative;
    padding: 1em 1em 1em 8em;
    border-right: none;
  }
  .c-price-table table td::before {
    content: attr(data-label);
    position: absolute;
    left: 10px;
    color: #000;
  }
  .c-price-table table td:last-child {
    border-bottom: 0;
  }
  .c-price-table table tbody th {
    color: #fff;
    padding: 1em;
  }
  .c-price-table table tr:nth-child(even) {
    background-color: #fff;
  }
}
/* -------- project -------- */
.p-subpage-fv {
  position: relative;
  height: 280px;
}

@media screen and (max-width: 768px) {
  .p-subpage-fv {
    height: 200px;
  }
}
.p-subpage-fv::after {
  content: "";
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
}

.p-subpage-fv__img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  height: 280px;
}

@media screen and (max-width: 768px) {
  .p-subpage-fv__img {
    height: 200px;
  }
}
.p-subpage-fv__ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 8;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.p-subpage-fv__ttl-main {
  color: #511E0A;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-subpage-fv__ttl-main {
    line-height: 2;
  }
}
.p-subpage-fv__ttl-sub {
  color: #EF6A30;
  font-family: "Sigmar One", "sans-serif";
  font-size: 1.6rem;
  letter-spacing: 0.16rem;
  line-height: 1.5;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-subpage-fv__ttl-sub {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
    line-height: 1;
  }
}
.p-subpage-breadcrumb #breadcrumbs {
  padding: 2px 15px;
}

.p-subpage-breadcrumb #breadcrumbs span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-subpage-breadcrumb #breadcrumbs span {
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
  }
}
.p-subpage-main {
  /*アコーディオン全体*/
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}

.p-subpage-main h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #EF6A30;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.8rem;
  letter-spacing: 0.2rem;
  font-family: "Zen Maru Gothic", "sans-serif";
  margin-bottom: 40px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .p-subpage-main h2 {
    margin-bottom: 20px;
    font-size: 2rem;
    letter-spacing: 0.2rem;
  }
}
.p-subpage-main h2::before {
  content: "";
  display: block;
  width: 3px;
  height: 45px;
  background-color: #EF6A30;
}

.p-subpage-main h3 {
  position: relative;
  font-size: 2.4rem;
  line-height: 1.5;
  color: #EF6A30;
  border-bottom: 3px solid #C7CDD8;
  padding: 0px 10px 10px;
  font-family: "Zen Maru Gothic", "sans-serif";
  margin-bottom: 20px;
}

.p-subpage-main h3::before {
  content: "";
  width: 20%;
  height: 3px;
  background-color: #EF6A30;
  display: block;
  position: absolute;
  left: 0;
  bottom: -3px;
  border-radius: 10vh;
}

@media screen and (max-width: 768px) {
  .p-subpage-main h3 {
    font-size: 1.8rem;
  }
}
.p-subpage-main h3-waku {
  background-color: #FFFFFF;
  padding: 40px;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .p-subpage-main h3-waku {
    padding: 30px;
  }
}
.p-subpage-main h4 {
  font-size: 1.8rem;
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", "sans-serif";
  color: #EF6A30;
}

@media screen and (max-width: 768px) {
  .p-subpage-main h4 {
    font-size: 1.6rem;
  }
}
.p-subpage-main img {
  border-radius: 5px;
}

.p-subpage-main p {
  margin-bottom: 10px;
}

.p-subpage-main ul {
  list-style: decimal;
}

.p-subpage-main dl {
  margin-left: 24px;
  margin-bottom: 10px;
}

.p-subpage-main dl > dt {
  display: list-item;
}

.p-subpage-main ol {
  margin-bottom: 10px;
  margin-left: 24px;
}

.p-subpage-main ol > li {
  list-style-type: decimal;
  margin-left: 10px;
}

.p-subpage-main ul > li {
  list-style-type: disc;
  margin-left: 24px;
  margin-bottom: 10px;
}

.p-subpage-main .link {
  border-bottom: 1px solid #511E0A;
  display: inline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-subpage-main .link:hover {
  color: #0067DB;
  border-bottom: 1px solid #0067DB;
}

.p-subpage-main .grid-gap__60-40 .wp-block-group__inner-container {
  display: -ms-grid;
  display: grid;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .p-subpage-main .grid-gap__60-40 .wp-block-group__inner-container {
    gap: 40px;
  }
}
.p-subpage-main .accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto;
}

.p-subpage-main .accordion-area li {
  margin: 10px 0;
  list-style: none;
}

.p-subpage-main .accordion-area section {
  border: 1px solid #EF6A30;
}

.p-subpage-main .title {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-weight: normal;
  padding: 3% 3% 3% 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-bottom: none;
  color: #EF6A30;
  margin-bottom: 0px;
}

.p-subpage-main .title::before,
.p-subpage-main .title::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #EF6A30;
}

.p-subpage-main .title::before {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.p-subpage-main .title::after {
  top: 48%;
  left: 15px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.p-subpage-main .title.close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.p-subpage-main .title.close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.p-subpage-main .box {
  display: none;
  /*はじめは非表示*/
  padding: 0 3% 3% 3%;
}

.p-subpage-main .box p {
  border-top: 1px dotted #EF6A30;
  padding-top: 3%;
  margin-bottom: 0;
}

.p-subpage-main__content {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-subpage-main__content {
    gap: 60px;
  }
}
.p-subpage-main__no-list-style ul > li {
  list-style-type: none !important;
}

@media screen and (max-width: 768px) {
  .p-subpage-main__no-list-style ul > li {
    margin-bottom: 30px;
  }
  .p-subpage-main__no-list-style ul > li:last-child {
    margin-bottom: 0;
  }
}
.p-subpage-404 {
  text-align: center;
}

.p-subpage-404__txt {
  margin-bottom: 40px;
}

.p-subpage-404__btn {
  max-width: 400px;
  margin: 0 auto;
}

/* --------fv-------- */
.p-front-fv__swiper {
  position: relative;
  height: 70vh;
}

@media screen and (max-width: 1320px) {
  .p-front-fv__swiper {
    height: 60vh;
  }
}
@media screen and (max-width: 1080px) {
  .p-front-fv__swiper {
    height: 40vh;
  }
}
@media screen and (max-width: 768px) {
  .p-front-fv__swiper {
    height: 230px;
  }
}
.p-front-fv__under {
  max-width: 1440px;
  margin: 0 auto;
}

.p-front-fv__copy {
  position: absolute;
  top: 40%;
  left: 20%;
  font-size: 4rem;
  letter-spacing: 0.4rem;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.6235294118);
  z-index: 2;
}

@media screen and (max-width: 1320px) {
  .p-front-fv__copy {
    font-size: 2.4rem;
    letter-spacing: 0.24rem;
    top: 50%;
    left: 8%;
    padding-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-front-fv__copy {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    padding-left: 30px;
    left: 0;
  }
}
.p-front-fv__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  position: absolute;
  bottom: 30px !important;
  z-index: 2;
  left: 50% !important;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: auto !important;
}

.p-front-fv__animals-wrapper-pc {
  position: absolute;
  bottom: 80px;
  left: 80px;
  z-index: 2;
}

.p-front-fv__animals-img {
  max-width: 330px;
}

.p-front-fv__yoyaku {
  background-color: #FFFFFF;
  width: 500px;
  text-align: center;
  border-radius: 10px;
}

@media screen and (max-width: 1080px) {
  .p-front-fv__yoyaku {
    max-width: 450px;
  }
}
@media screen and (max-width: 768px) {
  .p-front-fv__yoyaku {
    max-width: 400px;
  }
}
@media screen and (max-width: 480px) {
  .p-front-fv__yoyaku {
    max-width: 350px;
  }
}
.p-front-fv__yoyaku-wrapper-pc {
  position: absolute;
  bottom: 0px;
  right: 0px;
  z-index: 2;
}

.p-front-fv__yoyaku-wrapper-sp {
  position: relative;
  margin-top: -30px;
  z-index: 2;
  margin-right: 15px;
  margin-left: 15px;
  display: none;
}

@media screen and (max-width: 1080px) {
  .p-front-fv__yoyaku-wrapper-sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-front-fv__yoyaku h2 {
  color: #FFFFFF;
  border-radius: 10px 10px 0 0;
  border-bottom: none;
  margin-bottom: 0;
  padding: 5px;
  font-size: 1.8rem;
}

.p-front-fv__yoyaku h2::before {
  display: none;
}

.p-front-fv__yoyaku-content-blue {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 10px;
}

@media screen and (max-width: 768px) {
  .p-front-fv__yoyaku-content-blue {
    padding: 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-front-fv__yoyaku-content-blue p {
    line-height: 1.5;
    padding-top: 8px;
  }
}
.p-front-fv__yoyaku-content-green {
  border: 1px solid #F6E9C0;
  padding: 10px 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 768px) {
  .p-front-fv__yoyaku-content-green {
    padding: 10px;
  }
}
/* --------お知らせ-------- */
.p-front-news__wrapper {
  padding: 60px 15px;
}

@media screen and (max-width: 768px) {
  .p-front-news__wrapper {
    padding: 40px 30px 60px;
  }
}
.p-front-news__content-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 100px 3fr;
  grid-template-columns: 1fr 3fr;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-front-news__content-wrapper {
    display: block;
  }
}
.p-front-news__content-ttl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 40px;
}

@media screen and (max-width: 1080px) {
  .p-front-news__content-ttl {
    text-align: center;
    gap: 20px;
  }
}
.p-front-news__content {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-front-news__content {
    margin-bottom: 30px;
  }
}
.p-front-news__content-li {
  border-bottom: 1px solid #EEEEEE;
  display: block;
}

.p-front-news__content-li-category {
  font-size: 1.6rem;
  padding: 2px 20px;
  border-radius: 10vh;
  background-color: #FFFFFF;
  border: 1px solid #F1B640;
  color: #EF6A30;
  margin-right: 15px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .p-front-news__content-li-category {
    font-size: 1.4rem;
  }
}
.p-front-news__content-li-category.close {
  background-color: #FFE3E3;
  color: #DB0000;
  border: 1px solid #DB0000;
}

.p-front-news__content-li-new {
  font-family: "Montserrat", "sans-serif";
  color: #E52020;
  font-weight: bold;
}

.p-front-news__content-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 10px;
}

.p-front-news__content-a:hover {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

@media screen and (max-width: 768px) {
  .p-front-news__content-a {
    display: block;
  }
}
/* --------当院について-------- */
.p-front-about {
  position: relative;
}

.p-front-about::before {
  content: "";
  position: absolute;
  top: 35%;
  left: 60px;
  width: 200px;
  height: 200px;
  background: url(./images/top/about-illust.webp) no-repeat center;
  background-size: contain;
  pointer-events: none;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .p-front-about::before {
    top: 3%;
    left: 20px;
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width: 480px) {
  .p-front-about::before {
    top: 44%;
  }
}
.p-front-about__reserve {
  max-width: 760px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-front-about__reserve {
    max-width: 720px;
    margin: 0 20px;
  }
}
.p-front-about__reserve h2 {
  color: #EF6A30;
  font-size: 2.6rem;
}

.p-front-about__reserve-txt a {
  color: #EF6A30;
}

.p-front-about__reserve-txt a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 480px) {
  .p-front-about__reserve-txt a {
    display: contents;
  }
}
.p-front-about__wrapper {
  padding: 100px 15px;
  position: relative;
  z-index: 2;
}

.p-front-about__list li {
  list-style-type: disc;
  list-style-position: inside;
}

.p-front-about__list li::marker {
  color: #F1B640;
}

/* --------当院の特徴-------- */
/* --------診療案内-------- */
.p-front-service {
  background-image: url(./images/top/service-bg.webp);
  background-size: cover;
  background-position: center;
}

.p-front-service__content {
  display: -ms-grid;
  display: grid;
  gap: 70px;
}

@media screen and (max-width: 1320px) {
  .p-front-service__content {
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-front-service__content {
    gap: 30px;
  }
}
.p-front-service__img:hover {
  -webkit-filter: brightness(0.85);
  filter: brightness(0.85);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

@media screen and (max-width: 768px) {
  .p-front-service__img img {
    width: 80%;
    margin: 0 auto;
  }
}
.p-front-service__card-h3 {
  position: relative;
  border-bottom: none;
  padding: 0 10px 0 35px;
  margin: 0 auto 0;
}

.p-front-service__card-h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  /* お好みのアイコンサイズ */
  height: 24px;
  background: url(./images/top/icon-service.png) no-repeat center/contain;
}

/* --------院内写真-------- */
.p-front-image__wrapper {
  padding: 0px 15px 20px;
}

@media screen and (max-width: 768px) {
  .p-front-image__wrapper {
    padding: 0px 10px 30px;
  }
}
.p-front-image__slide-container {
  width: 100%;
  margin: 80px auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  gap: 10px;
}

@media screen and (max-width: 768px) {
  .p-front-image__slide-container {
    margin: 40px auto 0px;
  }
}
.p-front-image__slide-container__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: slide-flow 40s infinite linear 3s both;
  animation: slide-flow 40s infinite linear 3s both;
  gap: 10px;
}

.p-front-image__slide-container__wrapper-slide {
  width: 380px;
  height: 220px;
  -o-object-fit: cover;
  object-fit: cover;
  border: 1px solid #ddd;
}

@media screen and (max-width: 768px) {
  .p-front-image__slide-container__wrapper-slide {
    width: 170px;
    height: 120px;
  }
}
@-webkit-keyframes slide-flow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slide-flow {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.fv-slide {
  width: 70%;
  margin: 0 auto;
  max-width: 1080px;
}

@media screen and (max-width: 1320px) {
  .fv-slide {
    width: 60%;
  }
}
.fv-slide__img {
  width: 100%;
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.p-about-dr {
  background-image: url(./images/top/main-bg.webp);
  background-size: cover;
  background-position: center;
}

.p-about-dr__name {
  font-size: 2.8rem;
  letter-spacing: 0.28rem;
  line-height: 1.5;
}

.p-about-dr__furigana {
  font-size: 1.4rem;
  letter-spacing: 0.14rem;
  line-height: 1;
}

.p-about-facility {
  /*各スライドのスタイル*/
  /*アクティブなときのスタイル*/
  /*矢印ボタンの色を変更*/
}

.p-about-facility__slider-wrapper {
  max-width: 780px;
  margin: 0 auto;
}

.p-about-facility .swiper-wrapper {
  position: relative;
}

.p-about-facility .swiper-container {
  width: 100%;
  height: 450px;
  margin: 0.5rem auto;
  overflow: hidden;
  position: relative;
}

.p-about-facility .swiper-container img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-about-facility .swiper-container {
    height: 300px;
  }
}
.p-about-facility .swiper-thumbnail {
  width: 100%;
  height: 160px;
  margin: 0.5rem auto;
  overflow: hidden;
}

.p-about-facility .swiper-thumbnail img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media screen and (max-width: 768px) {
  .p-about-facility .swiper-thumbnail {
    height: 100px;
  }
}
.p-about-facility .swiper-slide {
  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;
  /*テキストの色と太さを指定*/
  color: #212121;
  font-weight: bold;
  font-size: max(0.5rem, 1.5vw);
}

.p-about-facility .swiper-thumbnail .swiper-slide {
  opacity: 0.2;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.p-about-facility .swiper-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.p-about-facility .swiper-button-next,
.p-about-facility .swiper-button-prev {
  color: #212121;
  z-index: 9;
}

.p-about-introduction ul li {
  list-style-type: disc !important;
}

.p-about-introduction ul li a {
  display: inline-block;
  border-bottom: 1px solid #F1B640;
}

.p-about-guidance ul li {
  list-style-type: disc !important;
}

.p-about-guidance h3 {
  padding: 30px 10px 10px;
}

.p-about-guidance h3:first-of-type {
  padding: 0 10px 10px;
}

.p-archive-list__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 100px 1fr;
  grid-template-columns: 3fr 1fr;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-archive-list__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-archive-content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.p-archive-content__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-archive-content__wrapper {
    gap: 60px;
  }
}
.p-archive-content__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

.p-archive-content__category-category {
  font-size: 1.6rem;
  border-radius: 3px;
  background-color: #EF6A30;
  color: #FFFFFF;
  text-align: center;
  padding: 1px 10px;
}

@media screen and (max-width: 768px) {
  .p-archive-content__category-category {
    font-size: 1.4rem;
    letter-spacing: 0.14rem;
  }
}
.p-archive-content__category-category.close {
  background-color: #DB0000;
}

.p-archive-content__btn {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .p-archive-content__btn {
    width: 100%;
  }
}
.p-archive-content h2 {
  font-size: 2.4rem;
  letter-spacing: 0.24rem;
  line-height: 1.5;
}

.p-archive-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 60px;
}

.p-archive-sidebar h2 {
  font-size: 1.8rem;
  text-align: left;
  color: #511E0A;
  padding-left: 20px;
  border-left: 2px solid #EF6A30;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}

.p-archive-sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ACACAC;
}

.p-archive-sidebar ul li:hover a {
  color: #EF6A30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-archive-sidebar ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #EF6A30;
  margin-right: 20px;
}

.p-archive-sidebar select {
  width: 100%;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", "sans-serif";
  border: 0px;
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .p-archive-sidebar select {
    font-size: 1.4rem;
  }
}
.p-single-list__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr 100px 1fr;
  grid-template-columns: 3fr 1fr;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-single-list__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.p-single-content {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.p-single-content__wrapper {
  display: -ms-grid;
  display: grid;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .p-single-content__wrapper {
    gap: 60px;
  }
}
.p-single-content__category {
  display: -ms-grid;
  display: grid;
  gap: 20px;
}

.p-single-content__category-category {
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 3px;
  background-color: #EF6A30;
  color: #FFFFFF;
  text-align: center;
  padding: 1px 10px;
}

.p-single-content__category-category.close {
  background-color: #DB0000;
}

.p-single-content__btn {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .p-single-content__btn {
    width: 100%;
  }
}
.p-single-sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  gap: 60px;
}

.p-single-sidebar h2 {
  font-size: 1.8rem;
  text-align: left;
  color: #511E0A;
  padding-left: 20px;
  border-left: 2px solid #B8D200;
  font-weight: bold;
  width: 100%;
  margin-bottom: 10px;
}

.p-single-sidebar ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom: 1px dotted #ACACAC;
}

.p-single-sidebar ul li:hover a {
  color: #EF6A30;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-single-sidebar ul li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #0067DB;
  margin-right: 20px;
}

.p-single-content__pagebtn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  height: 60px;
}

.p-single-content__pagebtn-previous a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 15px 60px;
  border: 2px solid #EF6A30;
  border-radius: 100vh;
  color: #EF6A30;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #FFFFFF;
  width: 300px;
}

.p-single-content__pagebtn-previous a::before {
  content: "\f053";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 28%;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-previous a::before {
    left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-previous a {
    width: 95%;
    padding: 15px 20px;
  }
}
.p-single-content__pagebtn-previous a:hover {
  color: #fff;
  background-color: #EF6A30;
}

.p-single-content__pagebtn-previous a:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.p-single-content__pagebtn-next a {
  position: relative;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 15px 60px;
  border: 2px solid #EF6A30;
  color: #EF6A30;
  border-radius: 10vh;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: #FFFFFF;
  width: 300px;
}

.p-single-content__pagebtn-next a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 20px;
  top: 28%;
  font-size: 1.4rem;
}

@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-next a::before {
    right: 10px;
  }
}
@media screen and (max-width: 480px) {
  .p-single-content__pagebtn-next a {
    width: 95%;
    padding: 15px 20px;
  }
}
.p-single-content__pagebtn-next a:hover {
  color: #fff;
  background-color: #EF6A30;
}

.p-single-content__pagebtn-next a:hover a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.pagination .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  font-weight: bold;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.pagination .nav-links > span {
  background-color: #EF6A30;
  color: #FFFFFF;
  padding: 10px 16px;
  border-radius: 1px;
  border: 2px solid #EF6A30;
}

.pagination .nav-links > a {
  color: #0067DB;
  padding: 10px 16px;
  border: 2px solid #EF6A30;
  border-radius: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.pagination .nav-links > a:hover {
  background-color: #EF6A30;
  color: #FFFFFF;
}

.p-access-hour > div > div > table {
  width: 100%;
  font-size: 2rem;
}

@media screen and (max-width: 768px) {
  .p-access-hour > div > div > table {
    font-size: 1.6rem;
  }
}
.p-access-hour > div > div > table .c-bg__color-blue {
  padding: 10px;
  color: #FFFFFF;
  background-color: #EF6A30;
}

.p-access-hour > div > div > table th,
.p-access-hour > div > div > table td {
  padding: 10px 10px;
}

@media screen and (max-width: 768px) {
  .p-access-hour > div > div > table th,
  .p-access-hour > div > div > table td {
    padding: 5px;
  }
}
@media screen and (max-width: 480px) {
  .p-access-hour > div > div > table th,
  .p-access-hour > div > div > table td {
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.p-access-hour > div > div > table td {
  padding-left: 15px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .p-access-hour > div > div > table td {
    padding-left: 3px;
  }
}
.p-access-access__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 60px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

@media screen and (max-width: 768px) {
  .p-access-access__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-access-access__img {
  border-radius: 5px;
}

.p-access-map__mapArea {
  height: 400px;
}

@media screen and (max-width: 768px) {
  .p-access-map__mapArea {
    height: 300px;
  }
}
.p-access-map__mapArea > iframe {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.p-hourAccess {
  background-color: #FFFFFF;
}

.p-hourAccess__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0.1fr 0.1fr 1fr;
  grid-template-columns: 1fr 0.1fr 0.1fr 1fr;
  margin-bottom: 60px;
}

@media screen and (max-width: 1080px) {
  .p-hourAccess__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 0.8fr 0.1fr 0.05fr 1fr;
    grid-template-rows: 0.8fr 0.1fr 0.05fr 1fr;
    margin-bottom: 0px;
  }
  .p-hourAccess__wrapper > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .p-hourAccess__wrapper > *:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }
  .p-hourAccess__wrapper > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .p-hourAccess__wrapper > *:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
  }
}
.p-hourAccess__hours {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-hourAccess__hours {
    gap: 15px;
  }
}
@media screen and (max-width: 1080px) {
  .p-hourAccess__hours {
    margin-bottom: 30px;
  }
}
.p-hourAccess__hours-table {
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.p-hourAccess__hours-table th {
  width: 37%;
  height: 46px;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  background: #F1B640;
  color: #fff;
  font-weight: 600;
  padding: 0 5px;
  border-bottom: 1px solid #e5e5e5;
}

.p-hourAccess__hours-table td {
  padding-bottom: 5px;
  text-align: left;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 480px) {
  .p-hourAccess__hours-table td {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.p-hourAccess__hours-table td {
  padding-left: 10px;
}

@media screen and (max-width: 480px) {
  .p-hourAccess__hours-table td {
    padding-left: 5px;
  }
}
.p-hourAccess__memo {
  padding: 10px 15px;
  background-color: #FFFFFF;
  color: #511E0A;
  border-radius: 10px;
  border: 1px solid #511E0A;
}

@media screen and (max-width: 480px) {
  .p-hourAccess__memo {
    padding: 10px 15px;
  }
}
.p-hourAccess__tag {
  padding: 4px 15px;
  background-color: #F6E9C0;
  color: #EF6A30;
  border-radius: 100vh;
  border: 1px solid #F1B640;
  font-weight: 500;
}

@media screen and (max-width: 480px) {
  .p-hourAccess__tag {
    padding: 1px 10px;
  }
}
.p-hourAccess__bottom-line {
  border-bottom: 1px solid #511E0A;
  padding-bottom: 5px;
  display: inline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-hourAccess__bottom-line:hover {
  opacity: 0.5;
}

.p-hourAccess__line-right {
  border: 1px dashed var(--unnamed-color-38c6b8);
  border-right: 1px dashed #511E0A;
}

.p-hourAccess__line-bottom {
  border: 1px dashed var(--unnamed-color-38c6b8);
  border-bottom: 1px dashed #F1B640;
}

.p-hourAccess__access {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 1080px) {
  .p-hourAccess__access {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .p-hourAccess__access {
    gap: 15px;
  }
}
@media screen and (max-width: 480px) {
  .p-hourAccess__access {
    margin-bottom: 0;
  }
}
.p-hourAccess__access dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 3fr;
  grid-template-columns: 1fr 3fr;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 480px) {
  .p-hourAccess__access dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 10px;
  }
}
.p-hourAccess__map {
  height: 300px;
  width: 100%;
}

.p-hourAccess__map > iframe {
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .p-hourAccess__map {
    height: 300px;
  }
}
/* -------- utility -------- */
.u-white-space__nowrap {
  white-space: nowrap;
}

.u-disp-none {
  display: none;
}

.u-disp-none__pc-up {
  display: none;
}

@media screen and (max-width: 1080px) {
  .u-disp-none__pc-up {
    display: block;
  }
}
@media screen and (max-width: 1080px) {
  .u-disp-none__pc-down {
    display: none;
  }
}
@media screen and (max-width: 1320px) {
  .u-disp-none__s-pc-down {
    display: none;
  }
}
.u-disp-none__tab-up {
  display: none;
}

@media screen and (max-width: 768px) {
  .u-disp-none__tab-up {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 768px) {
  .u-disp-none__tab-down {
    display: none;
  }
}
.u-disp-block {
  display: block;
}

@media screen and (max-width: 768px) {
  .u-disp-block__tab {
    display: block;
  }
}
.u-disp-inlineBlock {
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .u-disp-inlineBlock__tab {
    display: inline-block;
  }
}
.u-disp-inline {
  display: inline;
}

@media screen and (max-width: 768px) {
  .u-disp-inline__tab {
    display: inline;
  }
}
@media screen and (max-width: 768px) {
  .u-br__pc-spnone {
    display: none;
  }
}