@charset "UTF-8";

/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1;
}

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, img, ins, kbd, q, samp, sub, sup, var, b, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, mark, audio, video, a {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  font: inherit;
}

span, small, em, time, i {
  font-style: normal;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

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

a:-webkit-any-link:focus-visible {
  outline-offset: 1px;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.7;
}

main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, select {
  vertical-align: middle;
}

abbr[title], dfn[title] {
  cursor: help;
}

del {
  text-decoration: line-through;
}

ins {
  font-style: oblique;
  text-decoration: none;
}

mark {
  background: transparent;
  font-style: normal;
}

img {
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

th {
  font-weight: normal;
  text-align: left;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  font-size: inherit;
}

/*-----------------------------------------------------------
Bace
-----------------------------------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

::selection {
  background: #d4dcd6;
}

img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #5C4334;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 110px;
}

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.7;
}

@media (max-width: 800px) {

  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}

th, dt {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-weight: 700;
}

a[href^=tel] {
  cursor: default;
}

.container, .breadcrumb ul, .pc-navi03, .pc-navi02, .pc-navi01 {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}

.container.wide, .breadcrumb ul.wide, .wide.pc-navi03, .wide.pc-navi02, .wide.pc-navi01 {
  max-width: 1200px;
}

.container.wide-more, .breadcrumb ul.wide-more, .wide-more.pc-navi03, .wide-more.pc-navi02, .wide-more.pc-navi01 {
  max-width: 1400px;
}

.container.narrow, .breadcrumb ul.narrow, .narrow.pc-navi03, .narrow.pc-navi02, .narrow.pc-navi01 {
  max-width: 800px;
}

@media (max-width: 800px) {
  body {
    font-size: 15px;
    line-height: 1.8;
  }

  h1, h2, h3, h4, h5, h6 {
    line-height: 1.4;
  }

  .container, .breadcrumb ul, .pc-navi03, .pc-navi02, .pc-navi01 {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}

/*------------
Header
--------------*/
.header {
  width: 100%;
  height: 110px;
  transition: 0.3s;
  position: fixed;
  z-index: 99;
}

.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 27px 30px 27px 30px;
  width: 100%;
  height: 110px;
  background-color: #FFF;
  position: relative;
}

.header .h-logo {
  width: 28%;
  max-width: 404px;
}

.header .h-logo a {
  display: block;
}

.header .h-logo img {
  width: 100%;
}

.header .h-logo:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.header .h-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 20px;
}

.header .h-right {
  display: flex;
  align-items: center;
}

.header .h-contact {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.header .h-contact-txt {
  background-color: #89BF4A;
  color: #fff;
  font-size: 12px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  padding: 2px 12px;
  border-radius: 30px;
  margin-right: 5px;
}

.header .h-tel {
  display: flex;
  align-items: center;
}

.header .h-tel-time {
  line-height: 1.4;
  margin-left: 10px;
}

.header .btn-icon img {
  width: fit-content;
  height: fit-content;
}

.header.is-fixed {
  background: rgba(255, 255, 255, 0.8);
}

.header .humberger {
  display: none;
}

@media (max-width: 800px) {
  .header {
    position: static;
  }

  .header-inr {
    height: auto;
    display: flex;
    padding: 0;
  }

  .header .h-logo {
    width: calc(100% - 100px);
    height: 38px;
    margin: 20px 0 20px 15px;
  }

  .header .h-right {
    display: none;
  }

  .humberger {
    display: block;
    width: 50px;
    height: 50px;
    background: #EBA83C;
    cursor: pointer;
    transition: 0.5s;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 9999;
    border-radius: 11px;
  }

  .humberger span {
    background: #FFF;
    position: absolute;
    width: 25px;
    height: 1px;
    transition: 0.4s;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
  }

  .humberger span:nth-of-type(1) {
    top: 35%;
  }

  .humberger span:nth-of-type(2) {
    top: 50%;
  }

  .humberger span:nth-of-type(3) {
    top: 65%;
  }

  .humberger.is-open span {
    background: #FFF;
  }

  .humberger.is-open span:nth-of-type(1) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }

  .humberger.is-open span:nth-of-type(2) {
    display: none;
  }

  .humberger.is-open span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

/*------------
G-navi
--------------*/
/*drawer*/
.gnavi-drawer {
  visibility: hidden;
  background: #F8F4EB;
  padding: 100px 60px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  transition: 0.3s;
  opacity: 0;
  z-index: 999;
  width: 500px;
}

.gnavi-drawer.is-open {
  visibility: visible;
  overflow-y: auto;
  opacity: 1;
}

.gnavi-drawer-list {
  display: grid;
  grid-gap: 30px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.gnavi-drawer-list .item {
  font-size: 16px;
}

.gnavi-drawer-list .item>a:not([href="#"]) {
  text-decoration: underline;
}

.gnavi-drawer-list .item>a:not([href="#"]):hover {
  text-decoration: none;
}

.gnavi-drawer-list .item>a[href="#"] {
  cursor: auto;
  pointer-events: none;
  text-decoration: underline;
}

.gnavi-drawer-list .child {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px 20px;
  margin-top: 15px;
  font-size: 14px;
}

.gnavi-drawer-list .child>li>a:hover {
  text-decoration: underline;
}

.pc-navi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.pc-navi .item {
  margin-right: 40px;
  text-align: center;
}

.pc-navi .item .jp {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-family: 16px;
  display: block;
  margin-bottom: 4px;
}

.pc-navi .item .en {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  color: #EBA83C;
  display: block;
  line-height: 1;
}

.pc-navi .item .item-link {
  display: block;
  transition: 0.3s;
}

.pc-navi .item .item-link:hover {
  color: #EBA83C;
}

.pc-dropdown {
  position: relative;
}

.pc-dropdown .pc-navi-child {
  background-color: #ECF5E1;
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 35px 24px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: fit-content;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
  border-radius: 10px;
}

.pc-dropdown .pc-navi-child li {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}

.pc-dropdown .pc-navi-child li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #EBA83C;
  border-radius: 50%;
}

.pc-dropdown .pc-navi-child li:not(:last-child) {
  margin-bottom: 10px;
}

.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}

.pc-dropdown:hover .item-link {
  color: #89BF4A;
}

.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
}

.pc-navi01 {
  margin-bottom: 60px;
}

.pc-navi01-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc-navi01 .item {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  text-align: center;
  line-height: 1.4;
  width: 16.6666666667%;
  padding-bottom: 20px;
}

.pc-navi01 .item .item-link {
  display: block;
  border-left: 1px solid #C7C7C7;
}

.pc-navi01 .item .item-link span {
  position: relative;
}

.pc-navi01 .item .item-link span:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #89BF4A;
  width: 100%;
  height: 1px;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform 0.3s;
}

.pc-navi01 .item .item-link:hover {
  transition: 0.5s;
}

.pc-navi01 .item .item-link:hover span:after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.pc-navi01 .item:last-child .item-link {
  border-right: 1px solid #C7C7C7;
}

.pc-dropdown01 {
  position: relative;
}

.pc-dropdown01 .pc-navi-child {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 40px 20px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: 260px;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}

.pc-dropdown01 .pc-navi-child li {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

.pc-dropdown01 .pc-navi-child li:not(:last-child) {
  margin-bottom: 10px;
}

.pc-dropdown01 .pc-navi-child li:hover {
  text-decoration: underline;
}

.pc-dropdown01:hover .pc-navi-child {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
}

.pc-navi02 {
  margin-bottom: 60px;
}

.pc-navi02-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc-navi02 .item {
  text-align: center;
  width: 16.6666666667%;
  line-height: 1.4;
  padding-bottom: 20px;
}

.pc-navi02 .item:not(:last-child) .item-link {
  display: block;
  position: relative;
}

.pc-navi02 .item .item-link .jp {
  font-size: 18px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  display: block;
  transition: 0.3s;
}

.pc-navi02 .item .item-link .en {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  color: #89BF4A;
  line-height: 1;
}

.pc-navi02 .item .item-link:hover .jp {
  color: #89BF4A;
}

.pc-dropdown02 {
  position: relative;
}

.pc-dropdown02 .pc-navi-child {
  background-color: #F8F4EB;
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 30px 20px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: 260px;
  transform: translate(-50%, -10px);
}

.pc-dropdown02 .pc-navi-child li {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

.pc-dropdown02 .pc-navi-child li:not(:last-child) {
  margin-bottom: 20px;
}

.pc-dropdown02 .pc-navi-child li:hover {
  text-decoration: underline;
}

.pc-dropdown02:hover .pc-navi-child {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
  transition: 0.4s ease-in-out;
}

.pc-navi03 {
  margin-bottom: 100px;
}

.pc-navi03-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pc-navi03 .item {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  text-align: center;
  line-height: 1.4;
  width: 16.6666666667%;
  padding-bottom: 20px;
}

.pc-navi03 .item .item-link {
  display: block;
  border-left: 1px solid #C7C7C7;
  transition: 0.3s;
}

.pc-navi03 .item .item-link:hover {
  color: #89BF4A;
}

.pc-navi03 .item:last-child .item-link {
  border-right: 1px solid #C7C7C7;
}

.pc-dropdown03 {
  position: relative;
}

.pc-dropdown03 .pc-navi-child {
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 40px 20px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: 260px;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}

.pc-dropdown03 .pc-navi-child li {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

.pc-dropdown03 .pc-navi-child li:not(:last-child) {
  margin-bottom: 10px;
}

.pc-dropdown03 .pc-navi-child li:hover {
  text-decoration: underline;
}

.pc-dropdown03:hover .pc-navi-child {
  pointer-events: auto;
  transform: translate(-50%, 0);
  opacity: 1;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .gnavi-drawer {
    display: none;
  }

  .pc-navi {
    display: none;
  }

  .pc-navi01,
  .pc-navi02,
  .pc-navi03 {
    display: none;
  }

  :root {
    --navi-background: #EBA83C;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "FOT-筑紫A丸ゴシック Std D", "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    --sp-btn-color: #E67A7A;
  }

  .sp-navi {
    display: block;
    /* ボタン類 */
    /* コンテンツ */
  }

  .sp-navi .sp-navi-btns {
    display: flex;
    background: var(--navi-background);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
    font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  }

  .sp-navi .sp-navi-btns>* {
    flex: 1;
    position: relative;
  }

  .sp-navi .sp-navi-btns .item {
    border-right: 1px solid var(--navi-border-color);
    font-size: 10px;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi .sp-navi-btns .item:last-child {
    border-right: none;
  }

  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 7px 0;
  }

  .sp-navi .sp-navi-btns .item .img {
    display: block;
  }

  .sp-navi .sp-navi-btns .item .img svg {
    object-fit: cover;
    height: 20px;
    margin-bottom: 5px;
    stroke: var(--svg-stroke);
  }

  .sp-navi .sp-navi-btns .item .ttl {
    display: block;
  }

  .sp-navi .sp-menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7px;
  }

  .sp-navi .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }

  .sp-navi .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 22px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }

  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 11px;
  }

  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 17px;
  }

  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 23px;
  }

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 6px) rotate(-45deg);
  }

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(3) {
    transform: translate(-50%, -6px) rotate(45deg);
  }

  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 100px 10%;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 99;
  }

  .sp-navi .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }

  .sp-navi .sp-navi-list {
    border-top: 1px solid #d6d6d6;
    margin: 0 0 30px;
  }

  .sp-navi .sp-navi-list>li {
    border-bottom: 1px solid #d6d6d6;
  }

  .sp-navi .sp-navi-list>li>a,
  .sp-navi .sp-navi-list>li span {
    display: block;
    font-size: 14px;
    font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

  .sp-navi .sp-navi-list>li.sp-dropdown {
    position: relative;
  }

  .sp-navi .sp-navi-list>li.sp-dropdown::before, .sp-navi .sp-navi-list>li.sp-dropdown::after {
    content: "";
    background-color: #EBA83C;
    position: absolute;
    transition: 0.5s;
  }

  .sp-navi .sp-navi-list>li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }

  .sp-navi .sp-navi-list>li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }

  .sp-navi .sp-navi-list>li.sp-dropdown.is-on::before {
    transform: rotate(90deg);
  }

  .sp-navi .sp-navi-list>li.sp-dropdown>a {
    padding: 15px 0;
    width: 85%;
  }

  .sp-navi .sp-navi-list .child {
    padding: 0 0 15px;
  }

  .sp-navi .sp-navi-list .child>ul>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  }

  .sp-navi .sp-navi-list .child>ul>li::before {
    content: "-";
    color: #EBA83C;
    position: absolute;
    left: 0;
    top: 0;
  }

  .sp-navi .sp-navi-list .child>ul>li>a {
    display: inline-block;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
  }

  .sp-navi .sp-navi-other .item+.item {
    margin: 15px 0 0;
  }

  .sp-navi .sp-navi-other .tel {
    text-align: center;
    color: #333;
    display: block;
    font-size: 23px;
    text-decoration: none;
    line-height: 1;
    margin: 0 0 10px;
  }

  .sp-navi .sp-navi-other .tel i {
    font-size: 15px;
  }

  .sp-navi .sp-navi-other .txt {
    text-align: center;
    font-size: 14px;
    line-height: 1;
  }

  .sp-navi .sp-btn {
    background: var(--sp-btn-color);
    border-radius: 5px;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    transition: 0.5s;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  display: flex;
  z-index: 1;
  margin-top: 110px;
  min-height: 820px;
  height: auto;
}

.hero .splide__slide {
  position: relative;
  z-index: 0;
  height: 100%;
}

.hero .splide__slide img {
  width: 100%;
  max-width: 1412px;
  min-height: 820px;
  object-fit: cover;
  border-radius: 0 30px 30px 0;
}

.hero .splide__pagination {
  justify-content: flex-end;
  right: 30px;
  bottom: 25px;
  position: absolute;
}

.hero-desc {
  width: 100%;
}

.hero-ttl {
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 25px;
  text-align: center;
  padding: 10px 20px;
  display: block;
  margin: auto;
  position: relative;
  z-index: 5;
}

.hero-ttl .txt-hero {
  border-right: dotted 1px #5C4334;
}

.hero-ttl .txt-hero.txt-c {
  margin-top: 75px;
}

.hero-ttl .tex-a {
  color: #EBA83C;
}

.hero-ttl .tex-b {
  color: #89BF4A;
}

.hero::before {
  content: "";
  position: absolute;
  display: block;
  width: 276px;
  height: 315px;
  background-image: url(../images/deco_animal01.png);
  background-repeat: no-repeat;
  bottom: -50px;
  right: 0;
  z-index: 3;
}

.hero-news {
  background: #fff;
  display: flex;
  align-items: center;
  padding: 42px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 700px;
  width: fit-content;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  border-radius: 0 20px 0 0;
}

.hero-news .ttl {
  display: block;
  border-right: solid 1px #E2D9D3;
}

.hero-news .ttl .l-ttl {
  font-family: "Outfit", sans-serif;
  font-size: 23px;
  line-height: 1;
  margin: 0 35px 7px 0;
  white-space: nowrap;
  color: #89BF4A;
}

.hero-news .ttl .btn-news {
  width: 120px;
  font-size: 16px;
  position: relative;
  padding-right: 20px;
}

.hero-news .ttl .btn-news:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #EBA83C;
  border-right: 2px solid #EBA83C;
}

.hero-news .ttl .btn-news::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #EBA83C;
}

.hero-news .ttl .btn-news:hover {
  opacity: 0.5;
}

.hero-news .ttl .btn-news:hover:before {
  transform: translate(5px, -50%) rotate(45deg);
}

.hero-news .ttl .btn-news:hover::after {
  transform: translate(5px, -50%);
}

.hero-news .list-top-news01 {
  margin: 0 40px 0 35px;
}

.hero-news .list-top-news01>li:not(:last-child) {
  margin-bottom: 20px;
}

.hero-news .list-top-news01 time {
  font-size: 14px;
  color: #EBA83C;
}

.hero-news .list-top-news01 time::after {
  display: none;
}

.hero-news::before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -19px;
  background: url(../images/news_deco.svg) center/contain no-repeat;
  width: 20px;
  height: 20px;
}

@media (max-width: 800px) {
  .hero {
    display: block;
    margin-top: 0;
    width: 100%;
    min-height: 740px;
    position: relative;
  }

  .hero .splide__slide img {
    width: 100%;
    min-height: 400px;
  }

  @supports (-webkit-touch-callout: none) {
    .hero .hero .splide__slide img {
      height: 400px;
    }
  }

  .hero .splide__pagination {
    right: 35%;
    transform: translateX(-50%);
    bottom: 15px;
  }

  .hero .splide__pagination__page {
    width: 10px;
    height: 10px;
  }

  .hero-desc {
    width: 100%;
    text-align: center;
  }

  .hero-ttl {
    font-size: 18px;
    display: inline-block;
    writing-mode: horizontal-tb;
    text-orientation: upright;
    text-align: left;
  }

  .hero-ttl .txt-hero {
    border-right: none;
    border-bottom: dotted 1px #5C4334;
  }

  .hero-ttl .txt-hero.txt-c {
    margin-top: 0;
    margin-left: 15px;
  }

  .hero::before {
    width: 141px;
    height: 218px;
    bottom: 25%;
    right: 0;
    transform: translateY(-50%);
    background-image: url(../images/deco_animal01_sp.png);
    z-index: 3;
  }

  .hero-news {
    display: block;
    padding: 30px 20px;
    max-width: initial;
    width: 100%;
    border-radius: 0;
  }

  .hero-news .ttl {
    margin-bottom: 30px;
    border-right: none;
  }

  .hero-news .ttl .l-ttl {
    margin: 0 0 7px 0;
  }

  .hero-news .list-top-news01 {
    margin: 0;
  }

  .hero-news::before {
    display: none;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  margin-bottom: 50px;
}

.t-ttl .en {
  font-family: "Outfit", sans-serif;
  font-size: 43px;
  font-weight: 400;
  color: #89BF4A;
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0.1;
}

.t-ttl .jp {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 19px;
  line-height: 1.7;
}

@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 30px;
  }

  .t-ttl .en {
    font-family: "Outfit", sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #89BF4A;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
    letter-spacing: 0.1;
  }

  .t-ttl .jp {
    font-size: 20px;
    line-height: 1.4;
  }
}

/*------------
Block
--------------*/
.sec01 {
  padding-top: 100px;
}

.sec01 .sec01-items {
  display: flex;
  gap: 32px;
}

.sec01 .sec01-items .txt-color-a {
  color: #E89715;
}

.sec01 .sec01-items .txt-color-c {
  color: #D1C7C0;
}

.sec01 .sec01-items .l-desc {
  flex: 1;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.sec01 .sec01-items .l-desc>p {
  font-size: 14px;
}

.sec01 .sec01-items .top-calendar {
  padding: 45px 53px;
  border-radius: 10px;
  border: solid 1px #A89285;
}

.sec01-box {
  border: 4px solid #F8F4EA;
  border-radius: 30px;
  margin-top: 80px;
  padding: 54px 60px 60px;
}

.sec01-box .box-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 22px;
  margin-bottom: 25px;
  text-align: center;
}

.sec01-box .l-btn {
  margin-top: 30px;
  text-align: center;
}

.sec01-box .l-btn .btn-more {
  margin: 0 auto;
}

.sec01-box.style01 {
  border-color: #ECF5E1;
}

.sec01-box.style01 .l-btn {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.sec01-box.style01 .l-btn .btn-more {
  background-color: #89BF4A;
  max-width: 270px;
  margin: 0;
  padding: 16px 25px;
}

.sec01 .sec01-img {
  position: relative;
}

.sec01 .sec01-mg {
  display: block;
  height: 130px;
  position: relative;
}

.sec01 .sec01-mg::after {
  content: "";
  position: absolute;
  display: block;
  width: 351px;
  height: 196px;
  background-image: url(../images/deco_animal02.png);
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: contain;
}

.sec02 {
  background-color: #F8F4EB;
  padding: 170px 0;
  position: relative;
  z-index: 3;
}

.sec02 .t-ttl {
  position: relative;
  z-index: 3;
}

.sec02 .t-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 311px;
  height: 249px;
  background-image: url(../images/deco_sec02_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  top: 20px;
  left: 35px;
  z-index: -1;
}

.sec02 .sec02-items {
  display: flex;
}

.sec02 .sec02-items .l-desc {
  flex: 1;
}

.sec02 .sec02-items .l-desc.sec02-img {
  width: 100%;
  height: auto;
  flex: 0.9;
  margin-left: 10px;
}

.sec02 .sec02-items .l-desc.sec02-img .l-img>img {
  border-radius: 20px;
}

.sec02 .sec02-items .l-desc.sec02-img .l-img.sec02-img-a {
  width: 75%;
  height: auto;
  object-fit: cover;
  z-index: 5;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 1;
}

.sec02 .sec02-items .l-desc.sec02-img .l-img.sec02-img-b {
  width: 55%;
  height: auto;
  object-fit: cover;
  margin: -35px 0 0 0;
  position: relative;
  z-index: 3;
}

.sec02 .sec02-items .l-desc.sec02-img .l-img.sec02-img-b::before {
  content: "";
  position: absolute;
  display: block;
  width: 127px;
  height: 114px;
  background-image: url(../images/deco_animal03.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 50%);
  bottom: 20px;
  left: 7px;
  z-index: 5;
}

.sec02::before {
  content: "";
  position: absolute;
  display: block;
  width: 262px;
  height: 178px;
  background-image: url(../images/deco_animal04.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, 0);
  bottom: 0;
  right: 72px;
  z-index: -1;
}

.sec02::after {
  content: "";
  position: absolute;
  display: block;
  width: 614px;
  height: 588px;
  background-image: url(../images/deco_sec02_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  top: 53%;
  right: 25%;
  z-index: -1;
}

.sec02 .btn-more {
  margin-top: 70px;
}

.sec03 {
  margin-top: 130px;
}

.sec03-card {
  display: grid;
  margin-bottom: 150px;
}

.sec03-card>li {
  text-align: center;
  position: relative;
}

.sec03-card>li>a {
  display: block;
  transition: 0.3s;
  border-radius: 15px;
  border: 1px solid #ECF5E1;
  background-color: #ECF5E1;
  padding: 47px;
}

.sec03-card>li>a:hover {
  background-color: #FFF;
  border: solid 1px #89BF4A;
  opacity: 0.5;
}

.sec03-card>li::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/icon-sec03-arrow.svg);
  background-size: contain;
  width: 55px;
  height: 55px;
  bottom: 7px;
  right: 40px;
  transform: translate(50%, 50%);
}

.sec03-card .card-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.sec03-card.col3 {
  grid-template-columns: repeat(3, 1fr);
  row-gap: 50px;
  column-gap: 35px;
}

.sec03 .sec03-slider {
  position: relative;
}

.sec03 .sec03-slider::before {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 182px;
  background-image: url(../images/deco_animal05.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -100%);
  top: 0;
  left: 0;
  z-index: 3;
}

.sec03 .sec03-slider::after {
  content: "";
  position: absolute;
  display: block;
  width: 243px;
  height: 229px;
  background-image: url(../images/deco_animal06.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -100%);
  top: 0;
  right: 0;
  z-index: 3;
}

.sec04-wrapper {
  height: 800vh;
  position: relative;
  background-color: #F8F4EB;
}

.sec04 {
  position: sticky;
  top: 0;
  padding: 130px 0;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: -webkit-sticky;
  /* iOS用 */
  position: sticky;
}

.sec04::before {
  content: "";
  position: absolute;
  display: block;
  width: 421px;
  height: 451px;
  background-image: url(../images/deco_sec04_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, 0);
  top: 0;
  left: 0;
  z-index: -1;
}

.sec04 .sec04-sticky {
  width: 100%;
  overflow: hidden;
}

.sec04 .sec04-scroll-slider {
  overflow: visible;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  overflow: hidden;
}

.sec04 .sec04-scroll-track {
  display: flex;
  gap: 30px;
  padding: 0 5%;
  transform: translateX(calc(100vw - 300px - 3vw));
  will-change: transform;
}

.sec04 .sec04-scroll-item {
  flex: 0 0 auto;
  width: 626px;
  position: relative;
  z-index: 3;
}

.sec04 .sec04-scroll-item .l-ttl {
  font-size: 30px;
  position: relative;
  width: fit-content;
  margin: 35px auto 0;
}

.sec04 .sec04-scroll-item .l-ttl>span {
  padding-right: 15px;
}

.sec04 .sec04-scroll-item .l-ttl::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../images/icon-sec04-arrow.svg);
  background-size: contain;
  width: 51px;
  height: 51px;
  bottom: 50%;
  right: -20px;
  transform: translate(50%, 50%);
}

.sec04 .sec04-scroll-item .sec04-a {
  display: block;
}

.sec04 .sec04-scroll-item .sec04-a:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.sec04 .sec04-scroll-item img {
  width: 100%;
  height: auto;
}

.sec04 .slide-01::before {
  content: "";
  position: absolute;
  display: block;
  width: 105px;
  height: 120px;
  background-image: url(../images/deco_animal07.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
  top: 0;
  left: 45px;
  z-index: 3;
}

.sec04 .slide-01::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/deco_sec04_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.sec04 .slide-02::before {
  content: "";
  position: absolute;
  display: block;
  width: 138px;
  height: 113px;
  background-image: url(../images/deco_animal08.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
  bottom: 15%;
  left: 45px;
  z-index: 3;
}

.sec04 .slide-02::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/deco_sec04_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.sec04 .slide-03::before {
  content: "";
  position: absolute;
  display: block;
  width: 144px;
  height: 79px;
  background-image: url(../images/deco_animal09.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, 0);
  top: 0;
  left: 45px;
  z-index: 3;
}

.sec04 .slide-03::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../images/deco_sec04_04.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  z-index: -1;
}

.sec04-bottom {
  padding: 80px 0 130px;
  background-color: #F8F4EB;
  position: relative;
  z-index: 3;
}

.sec04-bottom .sex04-box {
  border-radius: 30px;
  padding: 55px;
  background-color: #FFF;
  position: relative;
}

.sec04-bottom .sex04-box .l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

.sec04-bottom .sex04-box .l-imgL .l-img {
  width: 40%;
}

.sec04-bottom .sex04-box .l-imgL .l-img>img {
  border-radius: 20px;
}

.sec04-bottom .sex04-box .l-imgL .l-img.w30 {
  width: 30%;
}

.sec04-bottom .sex04-box .l-imgL .l-desc {
  flex: 1;
}

.sec04-bottom .sex04-box .l-imgL .l-desc .l-ttl {
  font-size: 30px;
  line-height: 1.5em;
  color: #EBA83C;
}

.sec04-bottom .sex04-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 258px;
  height: 130px;
  background-image: url(../images/deco_animal10.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, 0);
  bottom: 0;
  right: 4px;
  z-index: 3;
}

.sec05 {
  padding: 130px 0;
  z-index: 3;
  position: relative;
}

.sec05 .t-ttl.deco-sec05 {
  z-index: 3;
  position: relative;
}

.sec05 .t-ttl.deco-sec05::before {
  content: "";
  position: absolute;
  display: block;
  width: 200px;
  height: 203px;
  background-image: url(../images/deco_sec05_01.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  top: 20px;
  left: -5%;
  z-index: -1;
}

@media (max-width: 1600px) {
  .sec05 .t-ttl.deco-sec05::before {
    left: 0;
  }
}

.sec05 .t-ttl.deco-sec05::after {
  content: "";
  position: absolute;
  display: block;
  width: 111px;
  height: 103px;
  background-image: url(../images/deco_animal11.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(-50%, -50%);
  top: -40px;
  left: -11%;
  z-index: -1;
}

@media (max-width: 1600px) {
  .sec05 .t-ttl.deco-sec05::after {
    left: -1%;
  }
}

.sec05 .sec05-layout01 {
  margin-bottom: 130px;
  position: relative;
}

.sec05 .sec05-layout01 .l-imgR {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

.sec05 .sec05-layout01 .l-imgR .l-img {
  width: 40%;
  position: relative;
}

.sec05 .sec05-layout01 .l-imgR .l-img>img {
  border-radius: 20px;
}

.sec05 .sec05-layout01 .l-imgR .l-img.w30 {
  width: 30%;
}

.sec05 .sec05-layout01 .l-imgR .l-img::after {
  content: "";
  position: absolute;
  display: block;
  width: 130px;
  height: 148px;
  background-image: url(../images/deco_animal12.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(50%, 0);
  bottom: 0;
  right: 25px;
  z-index: 5;
}

.sec05 .sec05-layout01 .l-imgR .l-desc {
  flex: 1;
}

.sec05 .sec05-layout01 .l-imgR .l-desc .l-ttl {
  font-size: 30px;
  line-height: 1.5em;
  color: #EBA83C;
}

.sec05 .sec05-layout01 .l-imgR {
  flex-direction: row-reverse;
}

.sec05 .sec05-layout01::before {
  content: "";
  position: absolute;
  display: block;
  width: 422px;
  height: 430px;
  background-image: url(../images/deco_sec05_02.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, 50%);
  bottom: 27%;
  right: 5%;
  z-index: -1;
}

.sec05::before {
  content: "";
  position: absolute;
  display: block;
  width: 125px;
  height: 335px;
  background-image: url(../images/deco_sec05_03.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, -50%);
  top: 64%;
  left: 0;
  z-index: -1;
}

.sec05::after {
  content: "";
  position: absolute;
  display: block;
  width: 300px;
  height: 243px;
  background-image: url(../images/deco_animal13.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, 0);
  bottom: 0;
  right: 0;
  z-index: -1;
}

.sec06 {
  padding: 0 0 130px;
}

.sec06-box {
  text-align: center;
  background-image: url(../images/sec06_bg.jpg);
  border-radius: 30px;
  width: 100%;
  height: auto;
  background-size: cover;
  padding: 58px 7% 63px;
  color: #FFF;
  position: relative;
  z-index: 3;
}

.sec06-box .t-ttl {
  margin-bottom: 40px;
}

.sec06-box .t-ttl .en {
  color: #FFF;
}

.sec06-box .l-btn {
  margin: 30px 0 0;
}

.sec06-box .l-btn .btn-more {
  margin: 0 auto;
}

.sec06-box::before {
  content: "";
  position: absolute;
  display: block;
  width: 217px;
  height: 172px;
  background-image: url(../images/deco_animal14.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, 0);
  bottom: -15px;
  left: 3%;
  z-index: 5;
}

.sec06-box::after {
  content: "";
  position: absolute;
  display: block;
  width: 165px;
  height: 89px;
  background-image: url(../images/deco_animal15.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translate(0, 0);
  bottom: -15px;
  right: 3%;
  z-index: 5;
}

@media (max-width: 800px) {
  .sec01 {
    padding-top: 50px;
  }

  .sec01 .sec01-items {
    display: block;
  }

  .sec01 .sec01-items .txt-color-a {
    color: #EBA83C;
  }

  .sec01 .sec01-items .l-desc {
    flex: 1;
    font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
    margin-bottom: 30px;
  }

  .sec01 .sec01-items .top-calendar {
    padding: 30px 20px;
  }

  .sec01-box {
    margin-top: 30px;
    padding: 30px 7%;
  }

  .sec01-box .box-ttl {
    font-size: 20px;
  }

  .sec01-box .l-btn {
    margin-top: 20px;
  }

  .sec01 .sec01-mg {
    height: 70px;
    position: relative;
  }

  .sec01 .sec01-mg::after {
    content: "";
    position: absolute;
    display: block;
    width: 176px;
    height: 98px;
    background-image: url(../images/deco_animal02.png);
    bottom: 0;
    left: 0;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .sec02 {
    background-color: #F8F4EB;
    padding: 80px 0;
    position: relative;
    z-index: 3;
  }

  .sec02 .t-ttl {
    position: relative;
    z-index: 3;
  }

  .sec02 .t-ttl::before {
    content: "";
    position: absolute;
    display: block;
    width: 155px;
    height: 125px;
    background-image: url(../images/deco_sec02_01.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
    top: 0px;
    left: 10px;
    z-index: -1;
  }

  .sec02 .sec02-items {
    display: block;
  }

  .sec02 .sec02-items .l-desc.sec02-img {
    width: 100%;
    height: auto;
    flex: 0.9;
  }

  .sec02 .sec02-items .l-desc.sec02-img .l-img>img {
    border-radius: 20px;
  }

  .sec02 .sec02-items .l-desc.sec02-img .l-img.sec02-img-a {
    width: 75%;
    height: auto;
    object-fit: cover;
    z-index: 5;
    margin: 0 0 0 auto;
    position: relative;
  }

  .sec02 .sec02-items .l-desc.sec02-img .l-img.sec02-img-b {
    width: 55%;
    height: auto;
    object-fit: cover;
    margin: -15px 0 0 0;
    position: relative;
    z-index: 3;
  }

  .sec02 .sec02-items .l-desc.sec02-img .l-img.sec02-img-b::before {
    content: "";
    position: absolute;
    display: block;
    width: 56px;
    height: 50px;
    background-image: url(../images/deco_animal03.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0, 50%);
    bottom: 110%;
    left: 0;
    z-index: 5;
  }

  .sec02::before {
    content: "";
    position: absolute;
    display: block;
    width: 147px;
    height: 100px;
    background-image: url(../images/deco_animal04.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0, 0);
    bottom: 0;
    right: 0;
    z-index: -1;
  }

  .sec02::after {
    content: "";
    position: absolute;
    display: block;
    width: 307px;
    height: 294px;
    background-image: url(../images/deco_sec02_02.png);
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0, -50%);
    top: 53%;
    right: 5%;
    z-index: -1;
  }

  .sec02 .btn-more {
    margin-bottom: 30px;
  }

  .sec03-card>li {
    background-color: #ECF5E1;
    border-radius: 15px;
    text-align: center;
    transition: 0.3s;
    position: relative;
  }

  .sec03-card>li>a {
    padding: 20px 15px 25px;
  }

  .sec03-card>li:hover {
    background-color: #FFF;
    border: solid 1px #89BF4A;
    opacity: 0.5;
  }

  .sec03-card>li::after {
    content: "";
    position: absolute;
    display: block;
    background-image: url(../images/icon-sec03-arrow.svg);
    background-size: contain;
    width: 45px;
    height: 45px;
    bottom: 7px;
    right: 40px;
    transform: translate(50%, 50%);
  }

  .sec03-card .card-ttl {
    font-size: 15px;
  }

  .sec03-card.col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }

  .sec03 .sec03-slider::before {
    content: "";
    width: 150px;
    height: 90px;
    transform: translate(0, -100%);
    top: 0;
    left: 0;
    z-index: 3;
  }

  .sec03 .sec03-slider::after {
    content: "";
    width: 122px;
    height: 115px;
    transform: translate(0, -100%);
    top: 0;
    right: 0;
    z-index: 3;
  }

  .sec04-wrapper {
    height: 1000px;
    background: #F8F4EB;
  }

  .sec04 {
    padding: 50px 0;
  }

  .sec04 .sec04-scroll-track {
    gap: 15px;
    padding: 0 5%;
    transform: translateX(calc(100vw - 100px - 3vw));
  }

  .sec04 .sec04-scroll-item {
    width: 300px;
  }

  .sec04 .sec04-scroll-item .l-ttl {
    font-size: 17px;
    margin: auto;
    line-height: 2;
  }

  .sec04 .sec04-scroll-item .l-ttl>span {
    padding-right: 5px;
  }

  .sec04 .sec04-scroll-item .l-ttl::after {
    content: "";
    width: 30px;
    height: 30px;
    bottom: 50%;
    right: -20px;
    transform: translate(50%, 50%);
  }

  .sec04 .slide-01::before {
    content: "";
    width: 53px;
    height: 60px;
    transform: translate(-50%, 0);
    top: 0;
    left: 45px;
    z-index: 3;
  }

  .sec04 .slide-01::after {
    content: "";
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -1;
  }

  .sec04 .slide-02::before {
    content: "";
    width: 69px;
    height: 57px;
    transform: translate(-50%, 0);
    bottom: 15%;
    left: 25px;
    z-index: 3;
  }

  .sec04 .slide-02::after {
    content: "";
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -1;
  }

  .sec04 .slide-03::before {
    content: "";
    width: 72px;
    height: 40px;
    transform: translate(-50%, 0);
    top: 0;
    left: 25px;
    z-index: 3;
  }

  .sec04 .slide-03::after {
    content: "";
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    z-index: -1;
  }

  .sec04::before {
    content: "";
    width: 210px;
    height: 225px;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0, 0);
    top: 0;
    left: 0;
    z-index: -1;
  }

  .sec04-bottom {
    padding: 70px 0 70px;
    position: relative;
    z-index: 10;
    opacity: 1;
    transform: translateY(30px);
    transition: opacity 0.5s ease, transform 0.5s ease;
  }

  .sec04-bottom.is-visible {
    opacity: 1;
    transform: translateY(0);
  }

  .sec04-bottom .sex04-box {
    padding: 30px 20px;
  }

  .sec04-bottom .sex04-box .l-imgL {
    flex-direction: column;
    gap: 15px;
  }

  .sec04-bottom .sex04-box .l-imgL .l-img {
    text-align: center;
    width: 100%;
  }

  .sec04-bottom .sex04-box .l-imgL .l-img.w30 {
    width: 100%;
  }

  .sec04-bottom .sex04-box .l-imgL .l-desc .l-ttl {
    font-size: 20px;
  }

  .sec04-bottom .sex04-box::before {
    display: none;
  }

  .sec05 {
    padding: 95px 0 50px 0;
    z-index: 3;
    position: relative;
  }

  .sec05 .t-ttl.deco-sec05 {
    z-index: 3;
    position: relative;
  }

  .sec05 .t-ttl.deco-sec05::before {
    content: "";
    width: 100px;
    height: 102px;
    transform: translate(-50%, -50%);
    top: 20px;
    left: 35px;
    z-index: -1;
  }

  .sec05 .t-ttl.deco-sec05::after {
    content: "";
    width: 56px;
    height: 52px;
    transform: translate(-50%, -50%);
    top: -30px;
    left: 20px;
    z-index: 5;
  }

  .sec05 .sec05-layout01 {
    margin-bottom: 70px;
    position: relative;
  }

  .sec05 .sec05-layout01 .l-imgR {
    flex-direction: column;
    gap: 15px;
  }

  .sec05 .sec05-layout01 .l-imgR .l-img {
    text-align: center;
    width: 100%;
  }

  .sec05 .sec05-layout01 .l-imgR .l-img.w30 {
    width: 100%;
  }

  .sec05 .sec05-layout01 .l-imgR .l-img::after {
    width: 100px;
    height: 114px;
    transform: translate(0, 0);
    bottom: -20px;
    right: 0;
    z-index: 5;
  }

  .sec05 .sec05-layout01 .l-imgR .l-desc {
    flex: 1;
  }

  .sec05 .sec05-layout01 .l-imgR .l-desc .l-ttl {
    font-size: 20px;
    line-height: 1.5em;
    color: #EBA83C;
  }

  .sec05 .sec05-layout01::before {
    content: "";
    position: absolute;
    display: block;
    width: 211px;
    height: 215px;
    transform: translate(0, 50%);
    bottom: 27%;
    right: 5%;
    z-index: -1;
  }

  .sec05::before {
    content: "";
    width: 63px;
    height: 168px;
    transform: translate(0, -50%);
    top: 74%;
    left: 0;
    z-index: -1;
  }

  .sec05::after {
    width: 100px;
    height: 82px;
    transform: translate(0, 0);
    bottom: 0;
    right: 0;
    z-index: 5;
  }

  .sec06 {
    padding: 0 0 40px;
  }

  .sec06-box {
    text-align: left;
    width: 100%;
    height: auto;
    background-size: cover;
    padding: 40px 5% 80px;
    z-index: 3;
  }

  .sec06-box::before {
    width: 90px;
    height: auto;
    aspect-ratio: 412 / 334;
    transform: translate(0, 0);
    bottom: 0;
    left: 3%;
    z-index: 5;
  }

  .sec06-box::after {
    width: 82px;
    height: auto;
    aspect-ratio: 240 / 132;
    transform: translate(0, 0);
    bottom: 0;
    right: 3%;
    z-index: 5;
  }

  .sec06-box .t-ttl {
    margin-bottom: 30px;
  }
}

.map-layout01 {
  display: grid;
  grid-template-columns: 1fr 400px;
  background-color: #f5f5f5;
}

.map-layout01 iframe {
  vertical-align: bottom;
  height: 100%;
  width: 100%;
}

.map-layout01 .l-desc {
  padding: 10%;
  text-align: center;
}

.map-layout01 .l-logo {
  text-align: center;
  margin-bottom: 25px;
}

.map-layout01 .l-logo img {
  max-width: 200px;
}

.map-layout01 .l-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}

.map-layout01 .address {
  text-align: center;
  margin-bottom: 15px;
}

.map-layout01 .tel {
  border-bottom: 2px solid #333;
  display: inline-block;
  font-size: 22px;
  margin-bottom: 20px;
}

.map-layout01 .l-dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}

.map-layout02 {
  position: relative;
}

.map-layout02 iframe {
  vertical-align: bottom;
}

.map-layout02 .l-desc {
  background: #fff;
  padding: 50px;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 60px;
}

.map-layout02 .l-logo {
  text-align: center;
  margin-bottom: 25px;
}

.map-layout02 .l-logo img {
  max-width: 200px;
}

.map-layout02 .inner {
  display: table;
  margin: 0 auto;
}

.map-layout02 .address {
  margin-bottom: 15px;
}

.map-layout02 .tel {
  border-bottom: 2px solid #37414f;
  display: inline-block;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 15px;
}

.map-layout02 .l-dl {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 10px;
  font-size: 13px;
  line-height: 1.5;
  text-align: left;
  margin-bottom: 30px;
}

@media (max-width: 800px) {
  .map-layout01 {
    grid-template-columns: 1fr;
  }

  .map-layout01 iframe {
    height: 300px;
  }

  .map-layout01 .l-desc {
    padding: 10% 5%;
  }

  .map-layout02 iframe {
    vertical-align: bottom;
    height: 250px;
  }

  .map-layout02 .l-desc {
    padding: 50px 5vw;
    position: static;
    transform: translateY(0);
  }

  .map-layout02 .l-logo {
    align-items: flex-start;
    justify-content: center;
    margin-bottom: 25px;
  }

  .map-layout02 .l-logo .logo {
    width: 250px;
  }

  .map-layout02 .inner {
    text-align: center;
    width: 100%;
    margin: 0;
  }

  .map-layout02 .address {
    margin-bottom: 10px;
  }

  .map-layout02 .tel {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .map-layout02 .l-dl {
    text-align: left;
  }
}

/*------------

--------------*/
.parallax-bg {
  position: relative;
  height: 450px;
  z-index: 0;
}

.parallax-bg .inner {
  position: absolute;
  inset: 0;
  clip-path: inset(0);
}

.parallax-bg img {
  position: fixed;
  inset: 0;
  object-fit: cover;
  width: 100%;
  height: 100lvb;
  z-index: -1;
}

@media (max-width: 800px) {
  .parallax-bg {
    height: 250px;
  }
}

/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news01 {
  font-size: 14px;
}

.list-top-news01 li {
  display: flex;
  text-align: left;
}

.list-top-news01 time {
  display: inline-block;
  color: #888;
  width: 90px;
  margin-right: 40px;
}

.list-top-news01 time::after {
  content: "|";
  font-size: 12px;
  margin: 0 0 0 20px;
  vertical-align: 2px;
}

.list-top-news01 a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 300px;
}

.list-top-news01 a:hover {
  text-decoration: underline;
}

.list-top-news02 .list-item {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #EBA83C;
}

.list-top-news02 .list-item:first-child {
  border-top: 1px solid #EBA83C;
}

.list-top-news02 time {
  font-family: "Outfit", sans-serif;
  color: #EBA83C;
  margin-right: 30px;
}

.list-top-news02 .list-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.list-top-news02 a:hover {
  text-decoration: underline;
}

.list-top-news03 .list-item {
  padding: 0 20px 20px;
  border-bottom: 1px solid #C7C7C7;
}

.list-top-news03 .list-item:not(:last-child) {
  margin-bottom: 20px;
}

.list-top-news03 time {
  font-family: "Outfit", sans-serif;
  color: #EBA83C;
}

.list-top-news03 .list-txt dt {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.list-top-news03 .list-txt dd {
  font-size: 13px;
}

.list-top-news03 a {
  transition: 0.3s;
}

.list-top-news03 a:hover {
  opacity: 0.7;
}

/*ブログ*/
.list-top-blog01,
.list-top-blog02 {
  display: flex;
  margin-bottom: 40px;
}

.list-top-blog01 .list-item,
.list-top-blog02 .list-item {
  width: 25%;
}

.list-top-blog01 .list-item a,
.list-top-blog02 .list-item a {
  display: block;
}

.list-top-blog01 .list-item a:hover .list-img img,
.list-top-blog02 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-top-blog01 .list-item:not(:last-child),
.list-top-blog02 .list-item:not(:last-child) {
  margin-right: 20px;
}

.list-top-blog01 .list-img,
.list-top-blog02 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
  border: solid 1px #EBEBEB;
}

.list-top-blog01 .list-img img,
.list-top-blog02 .list-img img {
  width: 100%;
  height: 205px;
  object-fit: cover;
  transition: 0.5s;
  border-radius: 10px;
}

.list-top-blog01 .list-ttl,
.list-top-blog02 .list-ttl {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* 垂直方向に配置 */
  overflow: hidden;
  /* 溢れた部分を隠す */
  text-overflow: ellipsis;
  /* 溢れた部分に「...」を表示 */
  -webkit-line-clamp: 2;
  /* 最大行数を2行に設定 */
}

.list-top-blog01 .list-ttl:hover,
.list-top-blog02 .list-ttl:hover {
  opacity: 0.6;
  transition: 0.3s;
}

.list-top-blog01 time,
.list-top-blog02 time {
  display: block;
  color: #EBA83C;
  font-size: 14px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  line-height: 1;
  margin-bottom: 5px;
}

@media (max-width: 800px) {

  /*お知らせ*/
  .list-top-news01 {
    margin-top: 30px;
    font-size: 14px;
  }

  .list-top-news01 li {
    display: block;
  }

  .list-top-news01 time {
    width: auto;
    margin-right: 0;
    margin-bottom: 10px;
  }

  .list-top-news01 time::after {
    display: none;
  }

  .list-top-news02 .list-item {
    display: block;
  }

  .list-top-news02 time {
    margin-right: 0;
  }

  .list-top-news02 .list-txt {
    width: 100%;
  }

  .list-top-news03 .list-item {
    padding: 0 0 20px;
  }

  /*ブログ*/
  .list-top-blog01 {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  .list-top-blog01 .list-item {
    width: calc(50% - 10px);
  }

  .list-top-blog01 .list-item:not(:last-child) {
    margin-right: 0;
  }

  .list-top-blog01 .list-item:not(:nth-child(2n)) {
    margin-right: 20px;
  }

  .list-top-blog01 .list-item:nth-child(n+3) {
    margin-top: 20px;
  }

  .list-top-blog01 .list-img img {
    height: 120px;
  }

  .list-top-blog01 time {
    font-size: 13px;
  }

  .list-top-blog02 {
    display: flex;
    grid-gap: 0;
    flex-wrap: nowrap;
    margin: 0 -5vw 30px 0;
    -webkit-overflow-scrolling: touch;
    width: calc(100% + 5vw);
    overflow-x: auto;
  }

  .list-top-blog02 li {
    flex: 0 0 240px;
    margin: 0 5% 0 0;
    max-width: 100%;
  }
}

p+p {
  margin-top: 1em;
}

/*------------
下層ページタイトル
--------------*/
.page-ttl {
  margin-top: 110px;
  width: 100%;
  background: url(../images/under/u-top_bg.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 5%;
  height: 350px;
  min-height: 350px;
  position: relative;
}

.page-ttl::before {
  content: "";
  position: absolute;
  display: block;
  width: 287px;
  height: 270px;
  background-image: url(../images/under/deco_u_animal01.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(40%);
  left: 0;
  bottom: 0;
}

.page-ttl::after {
  content: "";
  position: absolute;
  display: block;
  width: 259px;
  height: 255px;
  background-image: url(../images/under/deco_u_animal02.png);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(42%);
  right: 0;
  bottom: 0;
}

.page-ttl-main {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 1.2;
  color: #FFF;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 0;
    padding: 30px 5%;
    height: 180px;
    min-height: 180px;
  }

  .page-ttl::before {
    width: 144px;
    height: 135px;
    transform: translateY(40%);
    left: 0;
    bottom: 0;
  }

  .page-ttl::after {
    width: 130px;
    height: 128px;
    transform: translateY(42%);
    right: 0;
    bottom: 0;
  }

  .page-ttl-main {
    font-size: 25px;
  }

  .page-ttl-sub {
    font-size: 15px;
  }
}

/*------------
下層ページ見出し
--------------*/
.u-h2, .post-category-ttl, .postdata h1 {
  font-size: 30px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.u-h2::before, .post-category-ttl::before, .postdata h1::before {
  content: "";
  width: 50px;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: dotted 3px #EBA83C;
}

.u-h3, .post-ttl, .postdata h2 {
  font-size: 25px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
  color: #EBA83C;
}

.u-h3::before, .post-ttl::before, .postdata h2::before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border: solid 4px #89BF4A;
  border-radius: 50%;
}

.u-h4, .postdata h3 {
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 15px;
  position: relative;
}

.u-h4::before, .postdata h3::before {
  content: "";
  background: #EBA83C;
  width: 10px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 15px;
  border-radius: 50%;
}

@media (max-width: 800px) {
  .u-h2, .post-category-ttl, .postdata h1 {
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

  .u-h3, .post-ttl, .postdata h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .u-h4, .postdata h3 {
    font-size: 18px;
    padding-left: 20px;
  }

  .u-h4::before, .postdata h3::before {
    top: 13px;
  }
}

.ttl-num {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}

.ttl-num .num {
  border-radius: 50px;
  background-color: #EBA83C;
  color: #fff;
  font-size: 15px;
  flex: 0 0 38px;
  line-height: 38px;
  margin-top: -2px;
  text-align: center;
}

/*------------
パンクズリスト
--------------*/
.breadcrumb {
  position: relative;
  z-index: 1;
  padding: 10px 0;
}

.breadcrumb ul {
  font-size: 14px;
}

.breadcrumb ul li {
  display: inline;
  word-break: break-all;
}

.breadcrumb ul li+li:before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  transform: rotate(45deg);
  margin: 0 12px 0 3px;
  vertical-align: 1px;
}

/*------------
pタグ同士の余白
--------------*/
.u-contents p+p {
  margin-top: 2em;
}

@media (max-width: 800px) {
  .u-contents p+p {
    margin-top: 1em;
  }
}

/*------------
下層ページレイアウト
--------------*/
.tall {
  padding: 70px 0;
}

.tall:last-child {
  padding: 70px 0 140px;
}

.tall.bg01 {
  background: #F8F4EB;
}

.short+.short {
  margin-top: 50px;
}

.short+.x-short {
  margin-top: 30px;
}

.x-short+.x-short {
  margin-top: 30px;
}

.x-short+.short {
  margin-top: 50px;
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .tall {
    padding: 40px 0;
  }

  .tall:last-child {
    padding: 40px 0 80px;
  }

  .short+.short {
    margin-top: 30px;
  }

  .x-short+.short {
    margin-top: 30px;
  }
}

/*------------
プライバシーポリシー
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #EBA83C;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.dl-privacy dd+dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}

.list-privacy li::before {
  background: #EBA83C;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  width: 5px;
  height: 5px;
}

.list-privacy li+li {
  margin-top: 3px;
}

.u-layout-a {
  display: block;
  position: relative;
  z-index: 5;
  padding-top: 287px;
}

.u-layout-a .top-img {
  position: absolute;
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
  top: 0;
  z-index: -1;
}

.u-layout-a .top-img>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
}

.u-layout-a .items {
  background-color: #F8F4EB;
  padding: 47px 50px;
  width: 80%;
  margin: 0 auto;
  border-radius: 20px;
}

.u-layout-a .items .u-h2-layout-a {
  font-size: 30px;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 40px;
  text-align: center;
}

.u-layout-a .items .u-h2-layout-a::before {
  content: "";
  width: 45px;
  height: 3px;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  border-bottom: dotted 3px #EBA83C;
}

.u-layout-a .items .item {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 30px;
  border-bottom: solid 1px #E2D9D3;
}

.u-layout-a .items .item:not(:last-child) {
  margin-bottom: 50px;
}

.u-layout-a .items .item .l-img {
  flex: 0.5;
  margin-left: 50px;
}

.u-layout-a .items .item .l-img>img {
  border-radius: 10px;
}

.u-layout-a .items .item .l-desc {
  flex: 1;
}

.u-layout-a .items .item .l-desc .num {
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  color: #89BF4A;
}

.u-layout-a .items .item .l-desc .num .num-l {
  font-size: 24px;
}

.u-layout-a .items .item .l-desc .u-h3-layout-a {
  font-size: 22px;
  margin-bottom: 22px;
}

@media (max-width: 800px) {
  .u-layout-a {
    display: block;
    position: relative;
    z-index: 5;
    padding-top: 170px;
  }

  .u-layout-a .top-img {
    position: absolute;
    display: block;
    width: 100%;
    height: 220px;
    object-fit: cover;
    top: 0;
    z-index: -1;
  }

  .u-layout-a .top-img>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .u-layout-a .items {
    padding: 30px 20px;
    width: 95%;
    margin: 0 auto;
  }

  .u-layout-a .items .u-h2-layout-a {
    font-size: 25px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 30px;
    text-align: center;
  }

  .u-layout-a .items .item {
    display: block;
  }

  .u-layout-a .items .item .l-img {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 0;
  }

  .u-layout-a .items .item .l-desc {
    flex: 1;
  }

  .u-layout-a .items .item .l-desc .num {
    font-family: "Outfit", sans-serif;
    font-size: 20px;
    color: #89BF4A;
  }

  .u-layout-a .items .item .l-desc .num .num-l {
    font-size: 20px;
  }

  .u-layout-a .items .item .l-desc .u-h3-layout-a {
    font-size: 20px;
    margin-bottom: 22px;
  }
}

.u-layout-b {
  display: block;
  flex-direction: column;
  background-color: #F8F4EB;
  padding: 80px 0;
}

.u-layout-b .items {
  background-color: #FFF;
  border-radius: 20px;
  padding: 58px 50px;
}

.u-layout-b .items .item {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 30px;
  margin-bottom: 50px;
}

.u-layout-b .items .item .l-img {
  flex: 1;
  margin-left: 50px;
  position: relative;
  z-index: 5;
  width: fit-content;
  height: fit-content;
}

.u-layout-b .items .item .l-img>img {
  border-radius: 20px;
}

.u-layout-b .items .item .l-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 261px;
  height: 266px;
  background-image: url(../images/under/deco_u_01.png);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 40px;
  left: -60px;
  transform: translate(0, 50%);
  z-index: -1;
}

.u-layout-b .items .item .l-img.small {
  flex: 0.5;
}

.u-layout-b .items .item .l-desc {
  flex: 1;
  position: relative;
}

.u-layout-b .items .item .l-desc .u-h2-layout-b {
  font-size: 25px;
}

.u-layout-b .items .item .l-desc .sub-ttl {
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 18px;
  color: #89BF4A;
  padding-left: 20px;
  position: relative;
}

.u-layout-b .items .item .l-desc .sub-ttl::before {
  content: "";
  background: #EBA83C;
  width: 10px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
}

.u-layout-b .items .item-txt .table-u-b {
  color: #FFF;
  display: grid;
  grid-gap: 15px;
}

.u-layout-b .items .item-txt .table-u-b .l-item {
  display: grid;
  grid-template-columns: 25% 75%;
  background-color: #89BF4A;
  border-radius: 20px;
  grid-gap: 10px 0;
  align-items: center;
}

.u-layout-b .items .item-txt .table-u-b dl {
  vertical-align: middle;
}

.u-layout-b .items .item-txt .table-u-b dt {
  text-align: left;
  font-family: "Outfit", sans-serif;
  font-size: 20px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.u-layout-b .items .item-txt .table-u-b dt .num-l {
  font-size: 26px;
}

.u-layout-b .items .item-txt .table-u-b dd {
  padding: 20px 25px;
  position: relative;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 21px;
}

.u-layout-b .items .item-txt .table-u-b dd::before {
  content: "";
  background-color: #FFF;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  width: 1px;
}

@media (max-width: 800px) {
  .u-layout-b {
    display: block;
    flex-direction: column;
    position: relative;
    z-index: 5;
    padding: 0 0;
  }

  .u-layout-b .top-img {
    position: absolute;
    display: block;
    width: fit-content;
    height: fit-content;
    top: 0;
    z-index: -1;
  }

  .u-layout-b .items {
    background-color: #F8F4EB;
    padding: 70px 0 50px;
    margin-top: 0;
  }

  .u-layout-b .items .item {
    display: block;
  }

  .u-layout-b .items .item .l-img {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 0;
  }

  .u-layout-b .items .item .l-img>img {
    border-radius: 20px;
  }

  .u-layout-b .items .item .l-img::before {
    width: 131px;
    height: 133px;
    bottom: 105%;
    left: 0;
    transform: translate(-50%, 50%);
    z-index: -1;
  }

  .u-layout-b .items .item .item-txt .table-u-b {
    display: flex;
    flex-direction: column;
  }

  .u-layout-b .items .item .item-txt .table-u-b .l-item {
    display: flex;
    flex-direction: column;
  }

  .u-layout-b .items .item .item-txt .table-u-b th {
    padding: 20px 15px;
    width: 120px;
  }

  .u-layout-b .items .item .item-txt .table-u-b td {
    padding: 20px 25px;
  }

  .u-layout-b .items .item .item-txt .table-u-b td::before {
    top: 12px;
    bottom: 12px;
  }

  .u-layout-b .items .item-txt .table-u-b {
    color: #FFF;
    display: grid;
    grid-gap: 15px;
  }

  .u-layout-b .items .item-txt .table-u-b .l-item {
    display: flex;
    background-color: #89BF4A;
    border-radius: 20px;
    grid-gap: 10px 0;
  }

  .u-layout-b .items .item-txt .table-u-b dl {
    vertical-align: middle;
  }

  .u-layout-b .items .item-txt .table-u-b dt {
    text-align: left;
    padding: 20px 15px;
    width: 150px;
    font-family: "Outfit", sans-serif;
    font-size: 20px;
  }

  .u-layout-b .items .item-txt .table-u-b dt .num-l {
    font-size: 26px;
  }

  .u-layout-b .items .item-txt .table-u-b dd {
    padding: 20px 25px;
    position: relative;
    font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
    font-size: 21px;
  }

  .u-layout-b .items .item-txt .table-u-b dd::before {
    content: "";
    background-color: #FFF;
    position: absolute;
    top: 15px;
    bottom: 15px;
    left: 0;
    width: 1px;
  }
}

.u-layout-c {
  display: block;
  flex-direction: column;
  position: relative;
  z-index: 5;
}

.u-layout-c .item {
  display: flex;
  flex-direction: row-reverse;
  padding-bottom: 30px;
}

.u-layout-c .item .l-img {
  flex: 0.5;
  margin-left: 40px;
  position: relative;
  z-index: 5;
}

.u-layout-c .item .l-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 107%;
  background-image: url(../images/under/deco_u_02.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: -2px;
  left: -2px;
  z-index: -1;
}

.u-layout-c .item .l-desc {
  flex: 1;
  padding: 43px 0 50px 50px;
  position: relative;
}

.u-layout-c .item .l-desc .en {
  position: absolute;
  font-family: "Outfit", sans-serif;
  color: #89BF4A;
  font-size: 34px;
  line-height: 1;
  top: 5%;
  transform: translateY(-50%);
}

.u-layout-c .item .l-desc .h2-u-layout-c {
  font-size: 25px;
  margin: 25px 0 20px 0;
}

.u-layout-c .item .l-desc .h3-u-layout-c {
  font-size: 18px;
  color: #EBA83C;
  padding-left: 20px;
  position: relative;
  margin-bottom: 30px;
}

.u-layout-c .item .l-desc .h3-u-layout-c::before {
  content: "";
  background: #89BF4A;
  width: 10px;
  height: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  border-radius: 50%;
}

.u-layout-c::before {
  content: "";
  display: block;
  position: absolute;
  width: 90%;
  height: 95%;
  background-color: #ECF5E1;
  border-radius: 20px;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 800px) {
  .u-layout-c {
    display: block;
    flex-direction: column;
    position: relative;
    z-index: 5;
  }

  .u-layout-c .item {
    display: block;
  }

  .u-layout-c .item .l-img {
    width: 95%;
    margin: 0 auto 45px auto;
  }

  .u-layout-c .item .l-desc {
    flex: 1;
    padding: 30px;
    position: relative;
  }

  .u-layout-c .item .l-desc .en {
    position: absolute;
    font-family: "Outfit", sans-serif;
    color: #89BF4A;
    font-size: 34px;
    line-height: 1;
    top: 5%;
    transform: translateY(-50%);
  }

  .u-layout-c::before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 95%;
    background-color: #ECF5E1;
    border-radius: 20px;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  .u-layout-c.type01 .item .l-img {
    margin: 0 auto 0 auto;
  }

  .u-layout-c.type01 .item .l-desc .h2-u-layout-c {
    margin-top: 0;
  }
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}

.l-imgR .l-img,
.l-imgL .l-img {
  width: 40%;
}

.l-imgR .l-img>img,
.l-imgL .l-img>img {
  border-radius: 20px;
}

.l-imgR .l-img.w30,
.l-imgL .l-img.w30 {
  width: 30%;
}

.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

.l-imgR .table-style03,
.l-imgL .table-style03 {
  width: 70%;
}

.l-imgR {
  flex-direction: row-reverse;
}

@media (max-width: 800px) {

  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 15px;
  }

  .l-imgR .l-img,
  .l-imgL .l-img {
    text-align: center;
    width: 100%;
  }

  .l-imgR .l-img.w30,
  .l-imgL .l-img.w30 {
    width: 100%;
  }

  .l-imgR .table-style03,
  .l-imgL .table-style03 {
    width: 100%;
  }
}

.table-style06 {
  border-top: 1px solid #999;
}

.table-style06 th,
.table-style06 td {
  border-bottom: 1px solid #999;
  vertical-align: middle;
}

.table-style06 th {
  text-align: left;
  padding: 20px 15px;
  width: 150px;
}

.table-style06 td {
  padding: 20px 25px;
  position: relative;
}

.table-style06 td::before {
  content: "";
  background-color: #999;
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 0;
  width: 1px;
}

@media (max-width: 800px) {
  .table-style06 th {
    padding: 20px 15px;
    width: 120px;
  }

  .table-style06 td {
    padding: 20px 25px;
  }

  .table-style06 td::before {
    top: 12px;
    bottom: 12px;
  }
}

.box-style01 {
  background: #F8F4EB;
  padding: 5%;
  border-radius: 20px;
}

.box-style01 .box-ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 20px;
    text-align: left;
  }

  .box-style01 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

/*------------------------------------
リスト：カードデザイン
-------------------------------------*/
.card-style01>li {
  background-color: #F8F4EB;
  padding: 25px;
  border-radius: 20px;
}

.card-style01 .card-img {
  margin-bottom: 25px;
}

.card-style01 .card-img>img {
  border-radius: 20px;
}

.card-style01 .card-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}

.card-style01 .card-ttl.row2 {
  height: 61px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-style01.img-w .card-img {
  width: 75%;
  margin: 0 auto;
}

.card-style02>li {
  border: 1px solid #ECF5E1;
  padding: 25px;
  border-radius: 20px;
}

.card-style02 .card-img {
  margin-bottom: 25px;
}

.card-style02 .card-ttl {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

.card-style01,
.card-style02 {
  display: grid;
}

.card-style01.col2,
.card-style02.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.card-style01.col2>li,
.card-style02.col2>li {
  padding: 30px;
}

.card-style01.col3,
.card-style02.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.card-style01.col4,
.card-style02.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card-style01.col4>li,
.card-style02.col4>li {
  padding: 20px;
}

@media (max-width: 800px) {

  .card-style01.col2,
  .card-style02.col2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col2>li,
  .card-style02.col2>li {
    padding: 25px;
  }

  .card-style01.col3,
  .card-style02.col3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col4,
  .card-style02.col4 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .card-style01.col4>li,
  .card-style02.col4>li {
    padding: 25px;
  }

  .card-style01.img-w .card-img {
    width: 80%;
  }
}

.card-style03 {
  display: grid;
}

.card-style03>li {
  background-color: #F8F4EB;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
}

.card-style03 .card-num {
  color: #EBA83C;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  font-family: "Outfit", sans-serif;
}

.card-style03 .card-num span {
  font-size: 18px;
  margin-left: 5px;
}

.card-style03 .card-ttl {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

.card-style03.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}

.card-style03.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.card-style03.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card-style03.col4>li {
  padding: 20px;
}

@media (max-width: 800px) {
  .card-style03>li {
    border-radius: 15px;
    padding: 15px;
  }

  .card-style03 .card-num {
    font-size: 10px;
  }

  .card-style03 .card-num span {
    font-size: 16px;
  }

  .card-style03 .card-ttl {
    font-size: 15px;
  }

  .card-style03.col2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .card-style03.col3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .card-style03.col4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }

  .card-style03.col4>li {
    padding: 15px;
  }
}

.box-style02 {
  border: 2px solid #eee;
  padding: 5%;
  border-radius: 20px;
}

.box-style02 .box-ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .box-style02 {
    padding: 20px;
  }

  .box-style02 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.box-style03 {
  border: solid 1px #EBA83C;
  padding: 40px;
  border-radius: 20px;
}

.box-style03 .box-ttl {
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .box-style03 {
    padding: 30px;
  }
}

.box-style04 {
  background: #EBA83C;
  color: #fff;
  padding: 40px;
  border-radius: 20px;
}

.box-style04 .box-ttl {
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.box-style04 .box-ttl img {
  filter: brightness(0) invert(1);
}

.box-style04 .list-disc li::before {
  background: #fff;
}

@media (max-width: 800px) {
  .box-style04 {
    padding: 30px;
  }
}

.dl-style01 {
  display: flex;
  flex-wrap: wrap;
}

.dl-style01 dt {
  background: #EBA83C;
  color: #fff;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  width: 25%;
}

.dl-style01 dt .num {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.dl-style01 dt:not(:first-child) {
  margin-top: 15px;
}

.dl-style01 dd {
  background: #F8F4EB;
  padding: 20px;
  width: 75%;
}

.dl-style01 dd:not(:nth-child(2)) {
  margin-top: 15px;
}

.dl-style02 {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
}

.dl-style02 dt {
  background: #EBA83C;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  text-align: center;
  margin-bottom: 10px;
  width: 100px;
}

.dl-style02 dd {
  width: calc(100% - 100px);
  padding-left: 30px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .dl-style01 {
    display: block;
  }

  .dl-style01 dt {
    padding: 15px;
    width: 100%;
  }

  .dl-style01 dd {
    padding: 15px;
    width: 100%;
  }

  .dl-style01 dd:not(:nth-child(2)) {
    margin-top: 0;
  }

  .dl-style02 dd {
    padding-left: 20px;
  }
}

.dl-style03 {
  display: grid;
  grid-gap: 15px;
}

.dl-style03 .item {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 10px 0;
}

.dl-style03 dt {
  background: #EBA83C;
  color: #fff;
  font-weight: bold;
  padding: 20px;
}

.dl-style03 dd {
  background: #F8F4EB;
  font-size: 15px;
  padding: 20px;
}

.table-style03 th,
.table-style03 td {
  padding: 10px;
  border: 1px solid #ddd;
  vertical-align: middle;
}

.table-style03 th {
  background: #EBA83C;
  color: #fff;
  text-align: center;
}

.table-style03 th.bg01 {
  background: #f1f1f1;
  color: #333;
}

@media (max-width: 800px) {
  .dl-style03 .item {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 0;
  }

  .table-style03.sp-block colgroup {
    display: none;
  }

  .table-style03.sp-block th,
  .table-style03.sp-block td {
    display: block;
  }

  .table-style03.sp-block th {
    border-bottom: none;
  }
}

.table-style05 {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.table-style05 th,
.table-style05 td {
  padding: 15px 30px;
  border: 1px solid #D6D6D6;
  border-width: 1px 0;
  vertical-align: middle;
}

.table-style05 th {
  background: #F8F4EB;
  font-weight: bold;
  text-align: left;
}

.table-style05.tac th {
  text-align: center;
}

@media (max-width: 800px) {
  .table-style05.sp-block {
    border-bottom: 1px solid #D6D6D6;
  }

  .table-style05.sp-block colgroup {
    display: none;
  }

  .table-style05.sp-block th,
  .table-style05.sp-block td {
    display: block;
  }

  .table-style05.sp-block td {
    border: none;
  }
}

.under-calendar {
  padding: 45px 63px;
  border-radius: 10px;
  border: solid 1px #A89285;
}

@media (max-width: 800px) {
  .under-calendar {
    padding: 30px 20px;
  }
}

.tel-layout04 {
  background: #F8F4EB;
  max-width: 900px;
  padding: 50px;
  margin: 0 auto;
  border-radius: 20px;
}

.tel-layout04 .l-ttl {
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 25px;
  width: fit-content;
}

.tel-layout04 .l-ttl .en {
  font-size: 15px;
  color: #89BF4A;
}

.tel-layout04 .l-ttl .jp {
  font-size: 30px;
}

.tel-layout04 .wrap {
  display: flex;
  justify-content: center;
  grid-gap: 120px;
}

.tel-layout04 .wrap .col+.col {
  position: relative;
}

.tel-layout04 .wrap .col+.col::before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #333 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 8px);
  background-repeat: repeat-y;
  background-size: 2px 9px;
  position: absolute;
  top: 0;
  left: -60px;
}

.tel-layout04 .col-ttl {
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.tel-layout04 .l-tel {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto;
}

.tel-layout04 .l-btn {
  border-radius: 45px;
  background: #EBA83C;
  color: #fff;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
  min-height: 70px;
  min-width: 300px;
  transition: all 0.3s ease-out;
}

.tel-layout04 .l-time {
  display: grid;
  grid-gap: 5px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: fit-content;
}

.tel-layout04 .l-time .item {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
}

.tel-layout04 .l-time dt {
  border: 1px solid #000;
  text-align: center;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 900px) {
  .tel-layout04 {
    padding: 35px 25px;
  }

  .tel-layout04 .l-ttl {
    margin: 0 auto 25px;
  }

  .tel-layout04 .l-ttl .en {
    font-size: 12px;
  }

  .tel-layout04 .l-ttl .jp {
    font-size: 25px;
  }

  .tel-layout04 .wrap {
    flex-direction: column;
    grid-gap: 60px;
  }

  .tel-layout04 .wrap .col+.col::before {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #333 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 8px);
    background-repeat: repeat-x;
    background-size: 10px 2px;
    top: -30px;
    left: 0;
  }

  .tel-layout04 .l-tel {
    font-size: 30px;
  }

  .tel-layout04 .l-tel img {
    width: 25px;
  }

  .tel-layout04 .l-btn {
    font-size: 18px;
    min-height: 60px;
    min-width: 0;
  }

  .tel-layout04 .l-btn img {
    width: 25px;
  }
}

.staff-layout01 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 8%;
}

.staff-layout01 .l-img {
  width: 32%;
}

.staff-layout01 .l-img>img {
  border-radius: 20px;
}

.staff-layout01 .l-img figcaption {
  color: #EBA83C;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.staff-layout01 .l-img .job {
  display: block;
  font-size: 14px;
}

.staff-layout01 .l-img .name {
  font-size: 20px;
}

.staff-layout01 .l-img .kana {
  font-size: 11px;
}

.staff-layout01 .l-desc {
  flex: 1;
}

.staff-layout01 .l-ttl {
  color: #EBA83C;
  border-bottom: 2px solid #EBA83C;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
  width: fit-content;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.staff-layout01 .l-message {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 30px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.staff-layout01 .l-txt {
  font-size: 15px;
}

.staff-layout01 .card-profile {
  margin-top: 30px;
  border: solid 1px #EBA83C;
  border-radius: 20px;
  background-color: #F8F4EB;
  padding: 20px 40px;
}

.staff-layout01 .card-profile .card-ttl {
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .staff-layout01 .wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .staff-layout01 .l-img {
    width: auto;
    max-width: 300px;
    margin: 0 auto;
  }

  .staff-layout01 .l-img figcaption {
    flex-direction: column;
    gap: 10px;
  }

  .staff-layout01 .l-ttl {
    font-size: 15px;
    margin-bottom: 20px;
  }

  .staff-layout01 .l-message {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .staff-layout01 .card-profile {
    margin-top: 30px;
  }
}

.u-stuff-img>img {
  border-radius: 30px;
}

.card-style04 {
  display: grid;
}

.card-style04>li {
  border: 3px solid #EBA83C;
  background-color: #fff;
  padding: 25px;
  border-radius: 20px;
}

.card-style04 .card-ttl {
  background-color: #EBA83C;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 10px;
  margin: -25px -25px 25px;
  border-radius: 16px 16px 0 0;
}

.card-style04 .card-img {
  margin-bottom: 30px;
  border-radius: 20px;
}

.card-style04 .card-img>img {
  border-radius: 20px;
}

.card-style04 .price {
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  line-height: 1;
}

.card-style04 .price em {
  background: linear-gradient(#fff 0%, #fff 50%, #fff980 50%, #fff980 100%);
}

.card-style04 .tax {
  font-size: 15px;
}

.card-style04.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.card-style04.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}

.card-style04.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.card-style04.col4>li {
  padding: 20px;
}

.card-style04.col4 .card-ttl {
  margin: -20px -20px 20px;
}

@media (max-width: 800px) {
  .card-style04.col2 {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .card-style04.col3 {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .card-style04.col4 {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .card-style04.col4>li {
    padding: 25px;
  }

  .card-style04.col4 .card-ttl {
    margin: -25px -25px 25px;
  }
}

.flow-style01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 30px;
  padding-top: 15px;
}

.flow-style01>li {
  background-color: #F8F4EB;
  padding: 25px;
  position: relative;
  border-radius: 20px;
}

.flow-style01>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  right: -21px;
  transform: translateY(-50%);
}

.flow-style01 .flow-num {
  font-size: 25px;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 30px;
  font-family: "Outfit", sans-serif;
  color: #EBA83C;
}

.flow-style01 .flow-img {
  margin-bottom: 15px;
}

.flow-style01 .flow-img>img {
  border-radius: 20px;
}

.flow-style01 .flow-ttl {
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 15px;
}

.flow-style01.col2 {
  grid-template-columns: repeat(2, 1fr);
}

.flow-style01.col3 {
  grid-template-columns: repeat(3, 1fr);
}

.flow-style01.col4 {
  grid-template-columns: repeat(4, 1fr);
}

.flow-style01.no-arrows>li:not(:last-child)::after {
  content: "";
  display: none;
}

@media (max-width: 800px) {
  .flow-style01 {
    grid-template-columns: 1fr;
    gap: 35px;
  }

  .flow-style01>li:not(:last-child)::after {
    top: auto;
    bottom: -28px;
    right: 50%;
    transform: translateX(-50%) rotate(90deg);
  }

  .flow-style01.col2 {
    grid-template-columns: 1fr;
  }

  .flow-style01.col3 {
    grid-template-columns: 1fr;
  }

  .flow-style01.col4 {
    grid-template-columns: 1fr;
  }
}

.flow-style04 li {
  background-color: #fff;
  border: 1px solid #000;
  padding: 20px 20px 20px 0;
  display: grid;
  align-items: center;
  grid-template-columns: 120px 1fr;
  position: relative;
  border-radius: 15px;
}

.flow-style04 li+li {
  margin-top: 40px;
}

.flow-style04 li+li::before {
  content: "";
  width: 14px;
  height: 50px;
  background: url(../images/share/flow_arrow.svg) no-repeat center/contain;
  position: absolute;
  left: 50%;
  top: -60px;
  transform: translateX(-50%);
}

.flow-style04 .num {
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0;
}

.flow-style04 .num::before {
  content: attr(data-en);
  display: block;
  font-size: 15px;
  margin-bottom: 3px;
}

.flow-style04 .flow-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 15px;
}

.flow-style04 .flow-desc {
  flex: 1;
  border-left: 1px solid #000;
  padding-left: 50px;
  line-height: 1.7;
}

.flow-style04 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 30px;
}

.flow-style04 .flow-img {
  width: 30%;
}

.flow-style04 .flow-img>img {
  border-radius: 20px;
}

.flow-style04 .flow-read {
  flex: 1;
}

.flow-style04 p+p {
  margin-top: 1em;
}

@media (max-width: 800px) {
  .flow-style04 li {
    padding: 20px 20px 20px 0;
    grid-template-columns: 50px 1fr;
  }

  .flow-style04 .num {
    font-size: 25px;
  }

  .flow-style04 .num::before {
    font-size: 12px;
  }

  .flow-style04 .flow-ttl {
    margin-bottom: 5px;
  }

  .flow-style04 .flow-desc {
    padding-left: 20px;
    line-height: 1.5;
  }

  .flow-style04 .wrapper {
    display: block;
  }

  .flow-style04 .flow-img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.merit-demerit01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4%;
}

.merit-demerit01 .item {
  background: #F8F4EB;
  border-top: 5px solid #EBA83C;
  padding: 35px;
  border-radius: 20px;
}

.merit-demerit01 .item:nth-of-type(2) {
  border-color: #89BF4A;
}

.merit-demerit01 .item:nth-of-type(2) .list-disc>li::before {
  background-color: #89BF4A;
}

.merit-demerit01 .item-ttl {
	
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
}

.merit-demerit01 .item-ttl::after {
  content: attr(data-en);
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-left: 15px;
}

@media (max-width: 800px) {
  .merit-demerit01 {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }

  .merit-demerit01 .item {
    padding: 35px 25px;
  }

  .merit-demerit01 .item-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .merit-demerit01 .item-ttl::after {
    font-size: 12px;
  }
}

.faq-style02 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-style02 .item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.faq-style02 dt {
  cursor: pointer;
  padding: 18px 50px;
  position: relative;
}

.faq-style02 dt .faq-icon {
  top: 20px;
  left: 0;
}

.faq-style02 dd {
  display: none;
  padding: 0 50px 30px;
  position: relative;
}

.faq-style02 dd .faq-icon {
  border: 1px solid #89BF4A;
  background-color: #89BF4A;
  color: #fff;
  top: 5px;
  left: 0;
}

.faq-style02 .faq-ttl {
  font-weight: bold;
}

.faq-style02 .faq-icon {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  color: #333;
  font-size: 0.94rem;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  transition: 0.3s;
}

.faq-style02 .faq-open-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 11px;
  transition: 0.3s;
}

.faq-style02 .faq-open-icon::before, .faq-style02 .faq-open-icon::after {
  content: "";
  display: block;
  background: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}

.faq-style02 .faq-open-icon::before {
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
}

.faq-style02 .faq-open-icon::after {
  width: 16px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}

.faq-style02 .item>dt:hover .faq-icon {
  background-color: #EBA83C;
  color: #fff;
}

.faq-style02 .faq-inner {
  padding-top: 5px;
}

.faq-style02 .is-open .faq-icon {
  background-color: #EBA83C;
  color: #fff;
}

.faq-style02 .is-open .faq-open-icon {
  transform: rotate(180deg);
}

.faq-style02 .is-open .faq-open-icon::after {
  opacity: 0;
}

@media (max-width: 800px) {
  .faq-style02 {
    line-height: 1.5;
  }

  .faq-style02 dt {
    padding: 18px 30px 18px 50px;
  }

  .faq-style02 dt .faq-icon {
    top: 12px;
  }

  .faq-style02 dd {
    padding: 0 50px 30px;
  }

  .faq-style02 .faq-open-icon {
    right: 0;
    top: 7px;
  }
}

.list-anchor-link01 {
  display: flex;
  flex-wrap: wrap;
}

.list-anchor-link01 li {
  position: relative;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.list-anchor-link01 li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.list-anchor-link01 a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-right: 25px;
}

.list-anchor-link01 a::before {
  content: "";
  background: url(../images/share/icon_anchor_link.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 3px;
}

.list-anchor-link01 a:hover {
  text-decoration: underline;
}

.u-flex {
  display: flex;
  gap: 32px;
}

.u-flex .l-desc {
  flex: 1;
}

.u-flex .l-desc .l-img>img {
  border-radius: 20px;
}

@media (max-width: 800px) {
  .u-flex {
    display: block;
    gap: 32px;
  }

  .u-flex .l-desc:first-child {
    margin-bottom: 30px;
  }
}

.u-txt-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-txt-center>p {
  text-align: center;
}

.u-btn-wrap {
  align-items: center;
  justify-content: center;
  display: flex;
}

.txt-color-a {
  color: #EBA83C;
}

.txt-color-c {
  color: #D1C7C0;
}

.txt-notice {
  margin-left: 15px;
  border: solid 2px #EBA83C;
  border-radius: 5px;
  padding: 3px 5px;
  background-color: #F8F4EB;
}

.txt-notice-b {
  margin-left: 15px;
  border: solid 2px #89BF4A;
  border-radius: 5px;
  padding: 3px 5px;
  background-color: #ECF5E1;
}

.underline-color {
  font-size: 25px;
  font-weight: bold;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  width: fit-content;
  text-decoration: underline;
  /* 下線 */
  text-decoration-thickness: 0.5em;
  /* 線の太さ */
  text-decoration-color: rgba(235, 168, 60, 0.4);
  /* 線の色 */
  text-underline-offset: -0.2em;
  /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none;
  /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
}

@media (max-width: 800px) {
  .underline-color {
    font-size: 18px;
  }

  .txt-notice, .txt-notice-b {
    display: inline-block;
    margin: 5px;
    font-size: 12px;
  }
}

.list-disc li {
  position: relative;
  padding-left: 15px;
}

.list-disc li:before {
  content: "";
  background: #EBA83C;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 5px;
  height: 5px;
}

.list-check li {
  position: relative;
  padding-left: 20px;
}

.list-check li+li {
  margin-top: 3px;
}

.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #EBA83C;
  border-bottom: 2px solid #EBA83C;
  transform: rotate(-45deg);
}

.list-num {
  counter-reset: number;
}

.list-num>li {
  padding-left: 30px;
  position: relative;
}

.list-num>li:before {
  background: #EBA83C;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 11px;
  position: absolute;
  top: 7px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
}

.list-num>li+li {
  margin-top: 5px;
}

.list-check02 li {
  position: relative;
  padding-left: 25px;
}

.list-check02 li+li {
  margin-top: 3px;
}

.list-check02 li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 8px;
  width: 17px;
  height: 15px;
  background: url(../../images/share/icon_check.svg) center/contain no-repeat;
}

@media (max-width: 800px) {
  .list-disc li:before {
    top: 11px;
  }

  .list-check li:before {
    top: 8px;
  }

  .list-num>li:before {
    top: 5px;
    padding-left: 1px;
  }

  .list-num>li+li {
    margin-top: 3px;
  }

  .list-check02 li:before {
    top: 6px;
  }
}

.list-disc.col2,
.list-check.col2,
.list-num.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}

.list-disc.col3,
.list-check.col3,
.list-num.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.list-disc.col4,
.list-check.col4,
.list-num.col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

@media (max-width: 800px) {

  .list-disc.col2, .list-disc.col3, .list-disc.col4,
  .list-check.col2,
  .list-check.col3,
  .list-check.col4,
  .list-num.col2,
  .list-num.col3,
  .list-num.col4 {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}

.gallery-slider01 {
  overflow: hidden;
}

.gallery-slider01 .splide {
  margin: 0 auto;
}

.gallery-slider01 .splide__track {
  overflow: visible;
}

.gallery-slider01 .splide__slide {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}

.gallery-slider01 .splide__slide .item-img>img {
  border-radius: 20px;
}

.gallery-slider01 .splide__slide.is-active {
  opacity: 1;
}

.gallery-slider01 .splide__arrow--prev {
  top: 190px;
  left: calc((100% - 872px) / 2);
}

.gallery-slider01 .splide__arrow--next {
  top: 190px;
  right: calc((100% - 872px) / 2);
}

.gallery-slider01 .item-desc {
  margin-top: 25px;
}

.gallery-slider01 .item-ttl {
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .gallery-slider01 .item-desc {
    margin-top: 15px;
  }

  .gallery-slider01 .item-ttl {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

/*------------
Footer
--------------*/
.footer {
  position: relative;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.footer::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/share/f-deco01.svg) center/contain no-repeat;
  width: 307px;
  height: 231px;
  z-index: 0;
}

.footer::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../images/share/f-deco02.svg) center/contain no-repeat;
  width: 252px;
  height: 174px;
  z-index: 0;
}

.footer-top {
  background-color: #F8F4EB;
  padding: 110px 0 0 0;
}

.footer-top .footer-inr {
  display: flex;
  padding-bottom: 70px;
  position: relative;
  z-index: 1;
}

.footer-top .f-left {
  flex: 1;
  margin-right: 50px;
}

.footer-top .f-left p {
  font-size: 14px;
}

.footer-top .f-right {
  flex: 1;
}

.footer .f-txt-map {
  margin-bottom: 70px;
}

.footer .txt-color-a {
  color: #EBA83C;
}

.footer .f-logo {
  display: block;
  max-width: 404px;
  margin-bottom: 20px;
}

.footer .f-logo:hover {
  opacity: 0.7;
  transition: 0.3s;
}

.footer .f-access {
  margin-bottom: 20px;
  font-size: 14px;
  justify-content: center;
}

.footer .f-access>span {
  padding-left: 25px;
  font-size: 19px;
  position: relative;
}

.footer .f-access>span::before {
  content: "";
  position: absolute;
  display: block;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: solid 3px #EBA83C;
  transform: translateY(-50%);
  top: 50%;
}

.footer .f-cta {
  display: flex;
  align-items: center;
}

.footer .f-cta a:nth-child(1) {
  margin-right: 20px;
}

.footer .f-bottom {
  background: #fff;
  padding: 50px 0;
}

.footer .f-navi {
  display: flex;
  justify-content: space-between;
}

.footer .f-navi-item {
  flex: 1;
}

.footer .f-navi-item:not(:last-child) {
  margin-right: 4%;
}

.footer .f-navi-item:nth-child(2) {
  flex: 0.8;
}

.footer .f-navi-ttl {
  font-size: 17px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  padding-bottom: 5px;
  margin-bottom: 10px;
  color: #EBA83C;
}

.footer .f-navi-list li {
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.footer .f-navi-list li a:hover {
  text-decoration: underline;
}

.footer .f-navi-list li.child {
  margin-left: 15px;
}

.footer .f-txt-map {
  font-size: 15px;
  line-height: 2em;
  text-align: center;
}

.footer .f-txt-map .txt-color-a {
  font-size: 17px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #EBA83C;
}

.footer .f-txt-map .num {
  font-size: 25px;
}

.footer .copyright {
  font-size: 13px;
  line-height: 1;
  color: #5C4334;
  text-align: center;
  padding: 38px;
  display: block;
}

.footer .copyright-wrap {
  border-top: solid 1px #E2D9D3;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.footer .pagetop {
  position: absolute;
  display: block;
  background-color: #FFF;
  border-radius: 24px;
  position: absolute;
  top: 30px;
  right: 75px;
  z-index: 2;
  transition: 0.3s;
  padding: 37px 8px 15px 8px;
  writing-mode: vertical-rl;
  font-family: "Outfit", sans-serif;
  color: #89BF4A;
}

.footer .pagetop:hover {
  transform: translateY(-10px);
}

.footer .pagetop::before {
  content: "";
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: 2px solid #89BF4A;
  border-right: 2px solid #89BF4A;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0) rotate(-45deg);
}

.footer .pagetop:after {
  content: "";
  width: 2px;
  height: 13px;
  border: 0px;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #89BF4A;
}

.fixed-menu-wrap {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 999;
}

.fixed-menu02 {
  border-radius: 4px 0 0 4px;
  background: #EBA83C;
  color: #fff;
  display: flex;
  right: 0;
  transition: transform 0.5s;
  z-index: 10;
  border-radius: 10px 0 0 10px;
  transition: 0.3s;
}

.fixed-menu02:hover {
  opacity: 0.5;
}

.fixed-menu02 .ttl {
  border-radius: 5px 0 0 5px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  line-height: 1;
  white-space: nowrap;
  font-feature-settings: normal;
  padding: 40px 0;
  width: 60px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.fixed-menu02 .ttl i {
  margin: 0 0 10px 5px;
}

.fixed-menu02 .inner {
  display: grid;
  place-items: center;
  padding: 15px;
  padding-left: 0;
  width: 400px;
}

.fixed-menu02 .txt {
  font-size: 13px;
  text-align: center;
}

.fixed-menu02 .wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  margin: 15px 0;
}

.fixed-menu02 .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 10px;
  min-width: 170px;
  min-height: 50px;
  width: 100%;
}

.fixed-menu02 .btn img {
  margin-right: 10px;
}

.fixed-menu02 .btn .small {
  display: block;
  font-size: 10px;
  margin-top: 5px;
}

.fixed-menu02.menu-b {
  background: #89BF4A;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .footer::before {
    bottom: 50px;
    width: 100px;
    height: 91px;
  }

  .footer::after {
    bottom: 50px;
    width: 100px;
    height: 76px;
  }

  .footer-top {
    padding: 40px 0;
  }

  .footer-top .footer-inr {
    display: block;
  }

  .footer-top .f-left {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer .f-txt-map {
    margin-bottom: 40px;
  }

  .footer .f-logo {
    margin: 0 auto 20px;
  }

  .footer .f-access>span {
    padding-left: 25px;
    font-size: 15px;
  }

  .footer .f-access>span::before {
    content: "";
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: solid 3px #EBA83C;
    transform: translateY(-50%);
    top: 50%;
  }

  .footer .f-cta {
    display: block;
  }

  .footer .f-cta a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer .f-bottom {
    padding: 40px 0;
  }

  .footer .f-navi {
    flex-wrap: wrap;
    justify-content: space-between;
    display: block;
  }

  .footer .f-navi-item {
    flex: none;
    <!-- width: 48%; -->
  }

  .footer .f-navi-item:not(:last-child) {
    margin-right: 0;
  }

  .footer .f-navi-item:nth-child(n+3) {
    margin-top: 20px;
  }

  .footer .f-navi-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer .f-navi .f-navi-list {
    margin-bottom: 20px;
  }

  .footer .copyright {
    font-size: 11px;
    padding: 15px 15px 65px;
  }

  .footer .pagetop {
    display: none;
  }

  .fixed-menu01,
  .fixed-menu02 {
    display: none;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 40px;
}

.list-post-type01 .list-item {
  border-bottom: 2px solid #ECF5E1;
  padding-bottom: 40px;
}

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid #EBA83C;
}

.list-post-type02 .list-item:not(:last-child) {
  margin-bottom: 50px;
}

.list-post-type02 .list-cont+.list-cont {
  margin-top: 35px;
}

.list-post-type02 .btn-more {
  display: block;
  margin: 45px auto 0;
}

.list-post-type02.single .list-item {
  padding: 0;
  border: none;
}

.list-post-type03 {
  display: flex;
  flex-wrap: wrap;
}

.list-post-type03 .list-item {
  width: 31.25%;
  transition: 0.4s ease-in-out;
}

.list-post-type03 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-post-type03 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.list-post-type03 .list-item:nth-child(n+4) {
  margin-top: 50px;
}

.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-post-type03 .list-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.5s;
}

.list-post-type03 .list-ttl {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}

.post-layout {
  display: flex;
}

.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
}

.post-layout .post-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post-layout .post-desc {
  flex: 2;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

.postdata h4 {
  font-size: 18px;
  color: #89BF4A;
}

.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: "-";
  color: #89BF4A;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 16px;
  color: #89BF4A;
}

.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.post-data time {
  font-size: 14px;
  color: #EBA83C;
  line-height: 1;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.post-data .post-category01, .post-data .post-category02 {
  margin-left: 15px;
}

.post-ttl {
  word-break: break-all;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  width: 100%;
  white-space: nowrap;
}

.post-category01 {
  border: 1px solid #EBA83C;
  color: #EBA83C;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}

.post-category01 span {
  font-size: 12px;
}

.post-category01 span:not(:first-child):before {
  content: " / ";
}

.post-category02 {
  line-height: 1;
  margin-left: -2px;
}

.post-category02 span {
  display: inline-block;
  background-color: #89BF4A;
  border-radius: 13px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 13px;
  color: #FFF;
  padding: 5px 10px;
  margin: 2px;
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  position: relative;
  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;
  width: 100%;
  margin: 0 auto;
}

.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #EBA83C;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #EBA83C;
  vertical-align: middle;
  height: 50px;
  padding: 5px 15px;
  border: none;
  width: 100%;
  cursor: pointer;
}

.select-area .select-category::-ms-expand {
  display: none;
}

/*一覧用ページャー*/
.post-number {
  margin-top: 100px;
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}

.post-number a:hover {
  color: #EBA83C;
}

.post-number .current {
  color: #EBA83C;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #EBA83C;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Outfit", sans-serif;
  font-weight: 500;
}

.post-number-single a {
  display: inline-block;
  color: #EBA83C;
}

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

  /*普通投稿*/
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }

  .list-post-type02 .list-item {
    padding: 25px 20px;
  }

  .list-post-type02 .list-item:not(:last-child) {
    margin-bottom: 20px;
  }

  .list-post-type02 .list-cont+.list-cont {
    margin-top: 20px;
  }

  .list-post-type02 .btn-more {
    display: block;
    margin: 30px auto 0;
  }

  .list-post-type03 {
    display: block;
  }

  .list-post-type03 .list-item {
    width: 100%;
  }

  .list-post-type03 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-post-type03 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .list-post-type03 .list-img {
    margin-bottom: 15px;
  }

  .list-post-type03 .list-img img {
    height: 60vw;
  }

  .list-post-type03 .list-ttl {
    font-size: 16px;
  }

  .post-layout {
    display: block;
  }

  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .post-layout .post-desc {
    width: 100%;
  }

  /*詳細ページ*/
  .post-single-img {
    margin-bottom: 30px;
  }

  .postdata h4 {
    font-size: 17px;
  }

  .postdata h5 {
    font-size: 16px;
  }

  .postdata h6 {
    font-size: 15px;
  }

  .post-data {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .post-data time {
    line-height: 2;
  }

  .post-data .post-category01 {
    margin-left: 15px;
  }

  .post-data .post-category02 {
    margin-left: 15px;
  }

  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}

.wp-block-button__link {
  background-color: #EBA83C !important;
  border: 1px solid #EBA83C;
}

.l-post-single {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.l-post-single .l-ttl {
  font-size: 26px;
  margin-bottom: 20px;
}

.post-eyecatch {
  margin: 0 auto 30px;
  text-align: center;
}

.list-txt {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-height: 1.4;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 70px;
  width: calc(100% - 220px);
  max-width: 1200px;
  margin: 0 auto;
}

.side-contents {
  padding: 0 40px;
  width: 220px;
}

.side-contents-wrapper {
  position: sticky;
  top: 110px;
}

.side-contents-ttl {
  border-bottom: 1px solid #e8ecf0;
  font-size: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.side-area-item+.side-area-item {
  margin-top: 30px;
}

.side-area-item-ttl {
  font-size: 13px;
  margin-bottom: 7px;
}

.side-area-links li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
}

.side-area-links li::before {
  content: "";
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 7px;
  left: 0;
}

.side-area-links li+li {
  margin-top: 5px;
}

.side-area-links a {
  display: inline-block;
}

.side-area-links a:hover {
  text-decoration: underline;
}

.side-area-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  text-overflow: "";
  background: #fff url(../images/share/icon_select_arrow.svg) no-repeat right 10px center/20px auto;
  border-radius: 0;
  border: none;
  border: 1px solid #e8ecf0;
  color: #333;
  vertical-align: middle;
  padding: 10px 20px 10px 15px;
  margin: 0;
  width: 100%;
  height: 50px;
}

@media (max-width: 800px) {
  .sidebar-layout {
    flex-direction: column-reverse;
    padding: 50px 5vw;
    width: 100%;
  }

  .sidebar-layout .tall+.tall {
    margin-top: 50px;
  }

  .sidebar-layout.sp-reverse {
    flex-direction: column;
  }

  .sidebar-layout.sp-reverse .side-contents {
    margin: 0 0 50px;
  }

  .main-contents {
    width: 100%;
    padding: 0;
  }

  .side-contents {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }

  .side-contents-wrapper {
    position: sticky;
    top: 20px;
  }

  .side-contents-ttl {
    font-size: 15px;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .side-area-item+.side-area-item {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------
ボタン
-----------------------------------------------------------*/
.btn-more {
  display: block;
  width: 100%;
  max-width: 291px;
  padding: 21px 25px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  background-color: #EBA83C;
  border-radius: 45px;
  transition: 0.3s;
  position: relative;
}

.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transition: 0.3s;
}

.btn-more::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 16px;
  height: 2px;
  background-color: #FFF;
  transition: 0.3s;
}

.btn-more:hover {
  opacity: 0.5;
}

.btn-more:hover:before {
  transform: translate(5px, -50%) rotate(45deg);
}

.btn-more:hover::after {
  transform: translate(5px, -50%);
}

.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-more.wide {
  max-width: 320px;
}

.btn-icon {
  background: #EBA83C;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  color: #fff;
  border-radius: 30px;
  padding: 18px 14px;
  transition: 0.3s;
  max-height: 60px;
}

.btn-icon.btn-heder {
  background: #89BF4A;
  max-width: 120px;
  max-height: 38px;
}

.btn-icon img {
  width: fit-content;
  height: fit-content;
  margin-right: 10px;
}

.btn-icon:hover {
  opacity: 0.7;
}

.btn-line {
  background: #4CC764;
  color: #fff;
  padding: 10px 25px;
}

.btn-line img {
  line-height: 1;
  margin: 0 10px 0 -20px;
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -8px;
}

.btn-wrap a {
  margin: 8px;
}

.btn-wrap.center {
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 800px) {
  .btn-more {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .btn-icon,
  .btn-line {
    width: 100%;
  }

  .btn-wrap {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    text-align: center;
  }

  .btn-wrap a {
    margin: 0;
  }

  .btn-wrap a:not(:last-child) {
    margin-bottom: 15px;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

hr {
  max-width: 1024px;
  margin: 50px auto;
}

.fade {
  transition: opacity 0.5s;
}

.fade:hover {
  opacity: 0.5;
}

.fs11 {
  font-size: 11px;
}

.txt-large {
  font-size: 20px;
}

.bold,
strong {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.marker span {
  background: linear-gradient(transparent 60%, #F8F4EB 60%);
  padding-bottom: 3px;
}

.marker .large {
  font-size: 30px;
}

.marker .small {
  font-size: 20px;
}

.link {
  text-decoration: underline;
  word-break: break-all;
  position: relative;
}

.link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}

.link:is(:hover, :focus) {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.notice {
  font-size: 0.8rem;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

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

.mb0 {
  margin-bottom: 0 !important;
}

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 90px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media (max-width: 800px) {
  .txt-large {
    font-size: 18px;
  }

  .marker .large {
    font-size: 24px;
  }

  .marker .small {
    font-size: 18px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

  .mbL {
    margin-bottom: 30px !important;
  }

  .mbXL {
    margin-bottom: 50px !important;
  }
}

/*診療カレンダー*/
:root {
  --event01: #5C4334;
  --event02: #89BF4A;
  --event03: #EBA83C;
  --event04: #B0D7D5;
}

.business-calendar-box-wrap {
  margin-bottom: 15px;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0 !important;
}

.business-calendar-box-wrap .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  border-bottom: solid 1px #E2D9D3;
  margin: 0 0 10px;
}

.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}

.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
}

.business-calendar-box-wrap .business-calendar-past a:before,
.business-calendar-box-wrap .business-calendar-future a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translateY(0) rotate(-135deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 1px solid #5C4334;
  border-right: 1px solid #5C4334;
}

.business-calendar-box-wrap .business-calendar-future a::before {
  transform: rotate(45deg);
  right: 0;
  left: 50%;
}

.business-calendar-box-wrap .business-calendar th {
  border: 0;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}

.business-calendar-box-wrap .business-calendar td {
  background: #FFFFFF;
  border: 0;
  position: relative;
  font-size: 13px;
  padding: 5px;
  z-index: 0;
}

.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar-box-wrap.large .business-calendar th,
.business-calendar-box-wrap.large .business-calendar td {
  padding: 10px;
  font-size: 15px;
}

.business-calendar-box-wrap.col2 {
  grid-template-columns: 1fr;
}

.business-calendar-box-wrap.col2 .business-calendar-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3%;
}

.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
  background: #FFF;
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0,
.business-calendar-box-wrap .business-calendar .attr1,
.business-calendar-box-wrap .business-calendar .attr3 {
  color: #fff;
}

.business-calendar-box-wrap .business-calendar .attr0::before,
.business-calendar-box-wrap .business-calendar .attr1::before,
.business-calendar-box-wrap .business-calendar .attr3::before {
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr2::before {
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0::before {
  background: var(--event01);
}

.business-calendar-box-wrap .business-calendar .attr1::before {
  background: var(--event02);
}

.business-calendar-box-wrap .business-calendar .attr2::before {
  border: 1px solid var(--event03);
  background: transparent;
}

.business-calendar-box-wrap .business-calendar .attr3::before {
  background: var(--event04);
}

.list-event {
  display: flex;
}

.list-event li {
  font-size: 15px;
  line-height: 1;
  margin: 0 20px 0 0;
}

.list-event i {
  margin: 0 5px 0 0;
}

.list-event .event01 {
  color: var(--event01);
}

.list-event .event02 {
  color: var(--event02);
}

.list-event .event03 {
  color: var(--event03);
}

.list-event .event04 {
  color: var(--event04);
}

@media (max-width: 800px) {
  .business-calendar-box-wrap.col2 .business-calendar-box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }

  .list-event {
    display: block;
  }

  .list-event li+li {
    margin-top: 5px;
  }
}

/*診療時間*/
.time-table {
  border: 1px solid #DFDFDF;
  background: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: 6px;
  border: solid 1px #DDDDDD;
  font-family: "FOT-筑紫A丸ゴシック Std D", sans-serif;
}

.time-table-head {
  background-color: #EBA83C;
  color: #fff;
}

.time-table-head .item {
  padding: 10px 0;
}

.time-table-body {
  border-top: 1px solid #DFDFDF;
}

.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.time-table-body .item:first-child {
  letter-spacing: 0;
}

.time-table-head, .time-table-body {
  display: grid;
  grid-template-columns: 150px repeat(6, 1fr) 60px;
}

.time-table.large .time-table-head, .time-table.large .time-table-body {
  grid-template-columns: 220px repeat(6, 1fr) 100px;
}

.time-table-txt {
  line-height: 1.5;
  margin-top: 10px;
}

@media (max-width: 800px) {
  .time-table-head {
    font-size: 12px;
  }

  .time-table-head .item {
    padding: 5px 0;
  }

  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }

  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }

  .time-table-head, .time-table-body {
    grid-template-columns: 70px repeat(6, 1fr) 50px !important;
  }

  .time-table-txt {
    font-size: 13px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 28px;
  font-family: "Outfit", sans-serif;
  line-height: 1;
  padding-left: 25px;
  transition: 0.3s;
  position: relative;
}

.tel:before {
  content: "";
  position: absolute;
  top: 63%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
}

.tel:hover {
  opacity: 0.5;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }

  .tel {
    font-size: 24px;
    padding-left: 25px;
  }

  .tel:before {
    width: 20px;
    height: 25px;
  }
}

/*------------
splide-core.min.css　※※※編集禁止※※※
-------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb>.splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*-----------------------------------------------------------
  splide
-----------------------------------------------------------*/
/* 各種色設定 */
:root {
  --splide-arrow-color: #EBA83C;
  /* 矢印 */
  --splide-focus-color: #EBA83C;
  /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #EBA83C;
  /* アクティブ時のページネーション */
  --splide-progress-color: #EBA83C;
  /* プログレスバー */
  --splide-toggle-color: #EBA83C;
  /* 再生ボタン */
  --splide-track-color: #EBA83C;
  /* サムネイルの枠 */
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide.is-focus-in .splide__arrow:focus,
.splide.is-focus-in .splide__pagination__page:focus,
.splide.is-focus-in .splide__slide:focus,
.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid var(--splide-focus-color);
  outline-offset: 3px;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
  backface-visibility: hidden;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

.splide__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  list-style: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress {
  background: #ddd;
  margin-top: 10px;
}

.splide__progress__bar {
  width: 0;
  background: var(--splide-progress-color);
  height: 3px;
}

.splide__slide {
  box-sizing: border-box;
  flex-shrink: 0;
  list-style: none !important;
  margin: 0;
  position: relative;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

.splide__arrow {
  background: none;
  border: none;
  cursor: pointer;
  width: 35px;
  height: 35px;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.2s;
}

.splide__arrow svg {
  width: 100%;
  height: 100%;
  fill: var(--splide-arrow-color);
}

.splide__arrow:hover:not(:disabled), .splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow--prev {
  left: 20px;
  transform: translateY(-50%) scaleX(-1);
}

.splide__arrow--next {
  right: 20px;
}

.splide__pagination__page {
  background: #FFF;
  border-radius: 50%;
  display: inline-block;
  height: 12px;
  margin: 5px;
  opacity: 1;
  width: 12px;
  transition: transform 0.2s linear;
  border: solid 1px #EBA83C;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  z-index: 1;
}

@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

@media (max-width: 800px) {
  .splide__arrow {
    width: 25px;
    height: 25px;
  }

  .splide__arrow--prev {
    left: 10px;
  }

  .splide__arrow--next {
    right: 10px;
  }
}

/*------------
アニメーション
--------------*/
.js-fadein {
  transition: opacity 1.2s, transform 1s;
  opacity: 0;
  transform: translateY(120px);
}

.js-fadein.is-show {
  opacity: 1;
  transform: translateY(0);
}

/*------------
Loading
-------------*/
#loading {
  width: 100vw;
  height: 100vh;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
}

#loading_barWrap {
  width: 30vw;
  height: calc(1rem + 5px);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

#loading_bar {
  width: 0;
  height: 5px;
  background: #fff;
  transition-duration: 1s;
}

.text {
  text-align: center;
  color: #fff;
}

.loadingNone {
  animation: loadingAnime 1s forwards;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }

  99% {
    opacity: 0;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
