@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: "Zen Kaku Gothic New", sans-serif;
  color: #48443D;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

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

@media (max-width: 800px) {
  :target {
    scroll-margin-top: 0;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: 1.7;
}

@media (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}
th, dt {
  font-weight: 700;
}

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

.container, .footer .f-navi, .footer-inr, .breadcrumb ul {
  margin: 0 auto;
  max-width: 1024px;
  width: 90%;
}
.container.wide, .footer .wide.f-navi, .wide.footer-inr, .breadcrumb ul.wide {
  max-width: 1200px;
}
.container.narrow, .footer .narrow.f-navi, .narrow.footer-inr, .breadcrumb ul.narrow {
  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, .footer .f-navi, .footer-inr, .breadcrumb ul {
    margin: 0 auto;
    max-width: 90%;
    width: 90%;
  }
}
/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
  background-color: #fff;
}
.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 48px 13px 40px;
  width: 100%;
  height: 80px;
}
.header .h-logo {
  width: 30%;
  max-width: 255px;
}
.header .h-logo a {
  display: block;
}
.header .h-logo img {
  width: 100%;
}
.header .h-right {
  display: flex;
  align-items: center;
}
.header .h-contact {
  display: flex;
  align-items: center;
  margin-left: 30px;
}
.header .h-tel {
  display: flex;
  align-items: center;
}
.header .h-tel{
  white-space: nowrap;
}
.header .btn-reservation{
	margin-left: 25px;
}

@media (max-width: 800px) {
  .header {
    position: static;
  }
  .header-inr {
    height: auto;
    display: block;
    padding: 12px 15px;
  }
  .header .h-logo {
    width: 168px;
    max-width: none;
  }
  .header .h-right {
    display: none;
  }
}
/*------------
G-navi
--------------*/
.pc-navi-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.pc-navi .item {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: 1.4;
}
.pc-navi .item .item-link {
  display: block;
  transition: 0.3s;
  font-size: 18px;
}
.pc-navi .item .item-link:hover {
  color: #D39839;
}
.pc-navi .item:not(:last-child) {
  margin-right: 30px;
}

.pc-dropdown {
  position: relative;
}
.pc-dropdown .pc-navi-child {
  background-color: #FAF5ED;
  border-radius: 5px;
  position: absolute;
  top: calc(100% + 0px);
  left: 50%;
  text-align: left;
  padding: 30px;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  width: fit-content;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}
.pc-dropdown .pc-navi-child li {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  line-height: 2.5;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}
.pc-dropdown .pc-navi-child li::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: 1px solid #D39839;
  border-right: 1px solid #D39839;
}
.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}
.pc-dropdown:hover .item-link {
  color: #D39839;
}
.pc-dropdown: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: #9D8969;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "Zen Kaku Gothic New","游ゴシック 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);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }
  .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,
  .sp-navi .sp-navi-btns .item .img img {
    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: 12px;
    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);
    font-weight: 700;
    padding: 50px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }
  .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: "Zen Old Mincho", serif;
    font-weight: 700;
    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: #9D8969;
    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: "Zen Old Mincho", serif;
  }
  .sp-navi .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #9D8969;
    position: absolute;
    left: 0;
    top: 0;
  }
  .sp-navi .sp-navi-list .child > ul > li > a {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
  }
  .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: calc(100% - 80px);
  margin: 80px auto 0;
  position: relative;
}
.hero .splide__slide img {
  width: 100%;
  height: 740px;
  object-fit: cover;
  border-radius: 20px;
}
.hero .splide__pagination {
  display: none;
}
.hero-desc {
  position: absolute;
  bottom: 25%;
  left: 5%;
}
@media (max-width: 1220px) {
  .hero-desc {
    bottom: 30%;
  }
}
.hero-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 46px;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
  line-height: 1.7;
}
.hero-ttl .color01 {
  color: #D39839;
}

.hero-time {
  background: #fff;
  border-radius: 10px 0 0 10px;
  padding: 20px;
  line-height: 1;
  position: absolute;
  bottom: 20px;
  right: 0;
  max-width: 520px;
  width: 100%;
}

@media (max-width: 800px) {
  .hero {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .hero .splide__slide img {
    height: 68vh;
    border-radius: 10px;
  }
  .hero-desc {
    position: absolute;
    bottom: 38%;
    left: 5%;
  }
  .hero-ttl {
    font-size: 23px;
    line-height: 1.5;
  }
  .hero-time {
    border-radius: 20px;
    padding: 20px;
    line-height: 1;
    position: static;
    bottom: 20px;
    right: 0;
    max-width: 520px;
    width: 100%;
  }
}
/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  text-align: center;
  margin-bottom: 50px;
}
.t-ttl .en {
  font-family: "Cardo", serif;
  font-size: 100px;
  font-weight: 400;
  color: #9D8969;
  display: block;
  line-height: 1;
  letter-spacing: 0.1em;
}
.t-ttl .en .color01 {
  color: #D39839;
}
.t-ttl .jp {
  font-family: "Zen Old Mincho", serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.7;
}

@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 30px;
  }
  .t-ttl .en {
    font-size: 40px;
  }
  .t-ttl .jp {
    font-size: 25px;
    line-height: 1.4;
  }
}
/*------------
Block
--------------*/
.sec01 {
  padding: 80px 0 130px;
}
.sec01 .container, .sec01 .footer .f-navi, .footer .sec01 .f-navi, .sec01 .footer-inr, .sec01 .breadcrumb ul, .breadcrumb .sec01 ul {
  display: flex;
  align-items: flex-end;
}
.sec01-wrap {
  display: flex;
  margin-right: 8%;
  flex: 1;
}
.sec01-ttl {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.sec01 .t-ttl {
  text-align: left;
  margin-bottom: 30px;
}
.sec01 .t-ttl .en {
  font-size: 20px;
  color: #D39839;
}
.sec01 .list-top-news02 {
  flex: 3;
}
.sec01 .btn-more {
  width: 140px;
}

.sec02 {
  padding: 40px 0 120px;
  position: relative;
}
.sec02-list-wrap {
  padding: 161px 0 10px;
  background-color: #FAF5ED;
}
.sec02 .t-ttl {
  position: absolute;
  top: -45px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
}
.sec02-list01, .sec02-list02 {
  display: grid;
}
.sec02-list01 .list-ttl, .sec02-list02 .list-ttl {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.sec02-list01 {
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
  margin-bottom: 15px;
}
.sec02-list01 > li {
  color: #fff;
  border-radius: 10px;
  position: relative;
  transition: 0.3s;
}
.sec02-list01 > li:first-child {
  background: url(../images/sec02_bg01.jpg) center/cover no-repeat;
}
.sec02-list01 > li:nth-child(2) {
  background: url(../images/sec02_bg02.jpg) center/cover no-repeat;
}
.sec02-list01 > li:nth-child(3) {
  background: url(../images/sec02_bg03.jpg) center/cover no-repeat;
}
.sec02-list01 > li::before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: url(../images/top_btn_arrow.svg) center/contain no-repeat;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
.sec02-list01 > li:hover {
  opacity: 0.5;
}
.sec02-list01 > li:hover::before {
  transform: translateX(5px);
}
.sec02-list01 .list-item {
  display: block;
  width: 100%;
  height: 100%;
  padding: 100px 30px;
}
.sec02-list01 .list-ttl {
  margin-bottom: 30px;
}
.sec02-list01 .txt {
  text-align: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sec02-list02 {
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 13px;
}
.sec02-list02 > li {
  position: relative;
  background-color: #9D8969;
  border-radius: 10px;
  color: #fff;
  transition: 0.3s;
}
.sec02-list02 > li::before {
  content: "";
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: url(../images/top_btn_arrow.svg) center/contain no-repeat;
  width: 30px;
  height: 30px;
  transition: 0.3s;
}
.sec02-list02 > li:hover {
  opacity: 0.5;
}
.sec02-list02 > li:hover::before {
  transform: translateX(5px);
}
.sec02-list02 .list-item {
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 20px 50px;
}
.sec02-list02 .list-ttl {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sec02-bnr {
  background: url(../images/sec02_bg04.jpg) center/cover no-repeat;
  border-radius: 10px;
  color: #fff;
  position: relative;
  transition: 0.3s;
}
.sec02-bnr-wrap {
  padding-top: 200px;
  position: relative;
}
.sec02-bnr-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/sec02_deco01.png) top center/cover no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 120px;
}
.sec02-bnr-wrap::after {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/sec02_deco02.svg) center/contain no-repeat;
  width: 40px;
  height: 90px;
}
.sec02-bnr > a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 60px 80px 64px;
}
.sec02-bnr .l-ttl {
  font-size: 30px;
  margin-bottom: 30px;
}
.sec02-bnr .txt {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.sec02-bnr::before {
  content: "";
  position: absolute;
  bottom: 15px;
  right: 15px;
  background: url(../images/top_btn_arrow.svg) center/contain no-repeat;
  width: 50px;
  height: 50px;
  transition: 0.3s;
}
.sec02-bnr:hover {
  opacity: 0.5;
}
.sec02-bnr:hover::before {
  transform: translateX(5px);
}

.list-top-disc > li {
  position: relative;
  padding-left: 13px;
}
.list-top-disc > li::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  background-color: #D39839;
  border-radius: 50%;
  width: 5px;
  height: 5px;
}
.list-top-disc.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5px;
}

.sec03-layout {
  margin-right: 17%;
  display: flex;
  align-items: center;
}
.sec03-layout .l-img {
  width: 69.5%;
  position: relative;
}
.sec03-layout .l-img::before {
  content: "";
  position: absolute;
  top: 0;
  right: -10px;
  width: 38.13%;
  height: 100%;
  pointer-events: none;
  z-index: 2;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.91));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.91));
}
@media screen and (max-width: 1200px) and (min-width: 801px) {
  .sec03-layout .l-img::before {
    width: 70%;
    background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.8), rgb(255, 255, 255));
  }
}
.sec03-layout .l-img img {
  min-height: 1200px;
  object-fit: cover;
  width: 100%;
  display: block;
}
.sec03-layout .l-desc {
  flex: 1;
  margin-left: -10%;
  position: relative;
  z-index: 2;
}
.sec03-layout .l-desc .t-ttl {
  text-align: left;
  margin-bottom: 60px;
}
.sec03-layout .num-list {
  display: grid;
  grid-gap: 40px;
}
.sec03-layout .num-list .num {
  font-size: 40px;
  font-family: "Cardo", serif;
  color: #fff;
  width: 80px;
  height: 80px;
  background-color: #D39839;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 80px;
  margin-right: 20px;
}
.sec03-layout .num-list .num .en {
  margin-top: 10px;
  display: block;
  font-size: 10px;
}
.sec03-layout .num-list li {
  display: flex;
}
.sec03-layout .num-list .list-desc {
  flex: 1;
}
.sec03-layout .num-list .list-desc .list-ttl {
  color: #9D8969;
  font-size: 26px;
  margin: 15px 0 20px;
}

.sec04 {
  padding: 120px 0;
}
.sec04-box {
  padding: 80px 20px 90px;
  background: url(../images/sec04_01.jpg) center/cover no-repeat;
  border-radius: 10px;
  text-align: center;
  color: #fff;
}
.sec04-box .t-ttl .en {
  color: #fff;
}
.sec04-box .btn-more {
  margin-top: 40px;
  text-align: left;
}

.sec05 {
  background: url(../images/sec05_bg.jpg) center/cover no-repeat;
  padding: 120px 0 80px;
}
.sec05-box {
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 161px 70px 60px;
  border-radius: 10px;
  display: flex;
}
.sec05-box .t-ttl {
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
}
.sec05-box .l-left {
  margin-right: 45px;
  flex: 1;
}
.sec05-box .l-left .l-ttl {
  color: #9D8969;
  font-size: 26px;
  margin-bottom: 20px;
}
.sec05-box .l-left .btn-more {
  margin-top: 40px;
}
.sec05-box .l-right {
  background-color: #F5EFE5;
  border-radius: 10px;
  padding: 30px 40px 40px;
  width: 36.5%;
}
.sec05-box .l-right .l-ttl {
  color: #D39839;
  font-size: 20px;
  margin-bottom: 20px;
}
.sec05-box .l-right .l-list li {
  border-bottom: 1px solid #D3C8B6;
  position: relative;
  transition: 0.3s;
}
.sec05-box .l-right .l-list li:first-child {
  border-top: 1px solid #D3C8B6;
}
.sec05-box .l-right .l-list li::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/btn_top_arrow02.svg) center/contain no-repeat;
  width: 24px;
  height: 24px;
  transition: 0.3s;
}
.sec05-box .l-right .l-list li a {
  display: block;
  padding: 13px 0;
}
.sec05-box .l-right .l-list li:hover {
  opacity: 0.5;
}
.sec05-box .l-right .l-list li:hover::before {
  transform: translate(10px, -50%);
}

.sec06 {
  padding: 100px 0;
}
.sec06 .container, .sec06 .footer .f-navi, .footer .sec06 .f-navi, .sec06 .footer-inr, .sec06 .breadcrumb ul, .breadcrumb .sec06 ul {
  display: flex;
}
.sec06-ttl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
.sec06 .t-ttl {
  text-align: left;
}
.sec06 .t-ttl .en {
  font-size: 20px;
  color: #D39839;
}
.sec06 .btn-more {
  width: 140px;
}
.sec06 .list-top-blog02 {
  flex: 3;
}

@media (max-width: 800px) {
  .sec01 {
    padding: 50px 0;
  }
  .sec01 .container, .sec01 .footer .f-navi, .footer .sec01 .f-navi, .sec01 .footer-inr, .sec01 .breadcrumb ul, .breadcrumb .sec01 ul {
    display: block;
  }
  .sec01-wrap {
    display: block;
    margin-right: 0;
  }
  .sec01 .list-top-news02 {
    margin-bottom: 30px;
  }
  .sec01 .btn-more {
    width: 100%;
  }
  .sec02 {
    padding: 60px 0;
  }
  .sec02-list-wrap {
    padding: 90px 0 10px;
  }
  .sec02 .t-ttl {
    top: -20px;
  }
  .sec02-list01 .list-ttl, .sec02-list02 .list-ttl {
    font-size: 22px;
  }
  .sec02-list01 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
    margin-bottom: 25px;
  }
  .sec02-list01 > li::before {
    width: 30px;
    height: 30px;
  }
  .sec02-list01 .list-item {
    padding: 40px 20px 50px;
  }
  .sec02-list02 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .sec02-list02 .list-item {
    padding: 20px 10px 50px;
  }
  .sec02-list02 .list-ttl {
    font-size: 18px;
  }
  .sec02-bnr-wrap {
    padding-top: 110px;
  }
  .sec02-bnr-wrap::before {
    height: 50px;
  }
  .sec02-bnr-wrap::after {
    top: 30px;
    left: 50%;
    width: 27px;
    height: 60px;
  }
  .sec02-bnr > a {
    padding: 40px 20px 40px;
  }
  .sec02-bnr .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .sec02-bnr::before {
    width: 30px;
    height: 30px;
  }
  .list-top-disc > li::before {
    top: 12px;
  }
  .list-top-disc.col2 {
    grid-template-columns: 1fr;
  }
  .sec03-layout {
    margin: 0 auto;
    width: 90%;
    display: block;
  }
  .sec03-layout .l-img {
    width: 100%;
  }
  .sec03-layout .l-img::before {
    top: auto;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgb(255, 255, 255) 80%, rgb(255, 255, 255) 100%);
    height: 20%;
    width: 100%;
  }
  .sec03-layout .l-img img {
    min-height: initial;
  }
  .sec03-layout .l-desc {
    margin-left: 0;
  }
  .sec03-layout .l-desc .t-ttl {
    margin: -20px 0 30px;
  }
  .sec03-layout .num-list {
    grid-gap: 30px;
  }
  .sec03-layout .num-list .num {
    font-size: 20px;
    width: 65px;
    height: 65px;
    margin-right: 10px;
  }
  .sec03-layout .num-list .list-desc .list-ttl {
    font-size: 20px;
  }
  .sec04 {
    padding: 50px 0;
  }
  .sec04-box {
    padding: 30px 20px;
    text-align: left;
  }
  .sec04-box .btn-more {
    margin-top: 30px;
  }
  .sec05 {
    padding: 50px 0;
  }
  .sec05-box {
    padding: 70px 15px 40px;
    display: block;
  }
  .sec05-box .t-ttl {
    top: -20px;
  }
  .sec05-box .l-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .sec05-box .l-left .l-ttl {
    font-size: 22px;
  }
  .sec05-box .l-left .btn-more {
    margin-top: 30px;
  }
  .sec05-box .l-right {
    padding: 20px;
    width: 100%;
  }
  .sec05-box .l-right .l-ttl {
    color: #D39839;
    font-size: 20px;
    margin-bottom: 20px;
  }
  .sec05-box .l-right .l-list li a {
    padding: 10px 0;
  }
  .sec06 {
    padding: 50px 0;
  }
  .sec06 .container, .sec06 .footer .f-navi, .footer .sec06 .f-navi, .sec06 .footer-inr, .sec06 .breadcrumb ul, .breadcrumb .sec06 ul {
    display: block;
  }
  .sec06 .btn-more {
    width: 100%;
  }
}
/*------------
Post
--------------*/
/*お知らせ*/
.list-top-news02 .list-item {
  display: flex;
  padding: 20px 0;
  border-bottom: 1px solid #E5DED2;
}
.list-top-news02 .list-item:first-child {
  border-top: 1px solid #E5DED2;
}
.list-top-news02 time {
  font-family: "Cardo", serif;
  color: #C6C0B8;
  margin-right: 30px;
  font-weight: 700;
}
.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;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}
.list-top-news02 a:hover {
  text-decoration: underline;
}

/*ブログ*/
.list-top-blog01,
.list-top-blog02 {
  display: flex;
}
.list-top-blog01 .list-item,
.list-top-blog02 .list-item {
  width: 33.3333333333%;
}
.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: 30px;
}
.list-top-blog01 .list-img,
.list-top-blog02 .list-img {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 10px;
}
.list-top-blog01 .list-img img,
.list-top-blog02 .list-img img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  transition: 0.5s;
  border-radius: 10px;
}
.list-top-blog01 .list-ttl,
.list-top-blog02 .list-ttl {
  margin-bottom: 8px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
}
.list-top-blog01 time,
.list-top-blog02 time {
  display: block;
  color: #C6C0B8;
  font-family: "Cardo", serif;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 2px;
}

@media (max-width: 800px) {
  .list-top-news02 .list-item {
    display: block;
    padding: 10px 0;
  }
  .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%;
  }
}
/*------------
下層ページタイトル
--------------*/
.page-ttl {
  margin-top: 120px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  padding-left: 80px;
  padding-bottom: 70px;
  height: 520px;
  min-height: 520px;
  position: relative;
}
.page-ttl::before {
  content: "";
  position: absolute;
  background: url(../images/under/u-top_bg.jpg) center/cover no-repeat;
  top: 0;
  right: 40px;
  max-width: 1400px;
  width: 80%;
  height: 380px;
  z-index: -1;
  border-radius: 20px;
}
.page-ttl::after {
  content: "";
  position: absolute;
  background: #FAF5ED;
  bottom: 0;
  left: 0;
  height: 340px;
  width: 100%;
  z-index: -2;
}

.page-ttl-sub {
  display: block;
  font-size: 100px;
  font-weight: 400;
  font-family: "Cardo", serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9D8969;
  line-height: 1;
  margin-bottom: 10px;
}

.page-ttl-main {
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  line-height: 1.2;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 0;
    padding-bottom: 30px;
    padding-left: 5%;
    height: 230px;
    min-height: 230px;
  }
  .page-ttl::before {
    right: 20px;
    height: 150px;
  }
  .page-ttl::after {
    height: 130px;
  }
  .page-ttl-sub {
    font-size: 32px;
  }
  .page-ttl-main {
    font-size: 20px;
  }
}
/*------------
下層ページ見出し
--------------*/
.u-h2, .post-category-ttl, .postdata h1 {
  font-size: 32px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center;
}
.u-h2::before, .post-category-ttl::before, .postdata h1::before {
  content: "";
  background: #D39839;
  width: 40px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.u-h3, .post-ttl, .postdata h2 {
  border-bottom: 1px solid #D3C8B6;
  font-size: 24px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 30px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}

.u-h4, .postdata h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #D39839;
}

.u-h2-02 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 40px;
}
.u-h2-02 .-jp {
  display: block;
  font-size: 32px;
  margin-bottom: 10px;
}
.u-h2-02 .-en {
  display: block;
  font-family: "Cardo", serif;
  color: #D39839;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

@media (max-width: 800px) {
  .u-h2, .post-category-ttl, .postdata h1 {
    font-size: 25px;
    margin-bottom: 30px;
  }
  .u-h3, .post-ttl, .postdata h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .u-h4, .postdata h3 {
    font-size: 18px;
  }
  .u-h2-02 {
    font-size: 25px;
  }
  .u-h2-02 .-jp {
    font-size: 25px;
  }
  .u-h2-02 .-en {
    font-size: 14px;
  }
}
/*------------
パンクズリスト
--------------*/
.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: #FAF5ED;
}

.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 #9D8969;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "Zen Old Mincho", serif;
}
.dl-privacy dd + dt {
  margin-top: 30px;
}

.list-privacy li {
  position: relative;
  padding: 0 0 0 15px;
}
.list-privacy li::before {
  background: #9D8969;
  border-radius: 50%;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
}
.list-privacy li + li {
  margin-top: 3px;
}

.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: 10px;
}
.l-imgR .l-img.w30,
.l-imgL .l-img.w30 {
  width: 30%;
}
.l-imgR .l-img.w50,
.l-imgL .l-img.w50 {
  width: 50%;
}
.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}
.l-imgR .l-ttl,
.l-imgL .l-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 25px;
}

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

@media (max-width: 800px) {
  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 30px;
  }
  .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 .l-img.w50,
  .l-imgL .l-img.w50 {
    width: 100%;
  }
  .l-imgR .l-desc,
  .l-imgL .l-desc {
    width: 100%;
  }
  .l-imgR .l-ttl,
  .l-imgL .l-ttl {
    font-size: 22px;
    margin-bottom: 15px;
  }
}
.list-col3 {
  display: flex;
  flex-wrap: wrap;
}
.list-col3 > .list-item {
  width: 31.25%;
  padding: 25px 20px;
  background: #FAF5ED;
  border-radius: 10px;
}
.list-col3 > .list-item .-ttl {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 10px;
}
.list-col3 > .list-item img {
  border-radius: 10px;
}
.list-col3 > .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}
.list-col3 > .list-item:nth-child(n+4) {
  margin-top: 30px;
}
.list-col3 > .list-item:last-child {
  margin-right: 0;
}
.list-col3 .list-img {
  margin-bottom: 20px;
}
.list-col3 .list-img img {
  border-radius: 10px;
}
.list-col3 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .list-col3 {
    display: block;
  }
  .list-col3 > .list-item {
    width: 100%;
  }
  .list-col3 > .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-col3 > .list-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .list-col3 .list-img {
    margin-bottom: 15px;
  }
  .list-col3 .list-img img {
    border-radius: 10px;
  }
  .list-col3 .list-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
}
.modal-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}
.modal-content {
  background: #fff;
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  position: absolute;
  /* top: calc(50% + 100px) ; */
  top: 100px;
  left: 50%;
  bottom: 30px;
  /* transform: translate(-50%, -50%); */
  transform: translateX(-50%);
  padding: 80px 65px 60px;
  border-radius: 10px;
  /* max-height: calc(90vh - 80px); */
  overflow-y: auto;
}
.modal-close {
  position: absolute;
  background: url(../images/under/icn_close.svg) center/contain no-repeat;
  top: 25px;
  right: 20px;
  width: 25px;
  height: 25px;
  color: #48443D;
}
.modal-close span {
  font-family: "Cardo", serif;
  font-size: 10px;
  display: block;
  font-weight: 400;
  line-height: 1;
  color: #48443D;
  margin-top: 35px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.modal-layout .l-img {
  margin-bottom: 25px;
}
.modal-layout .l-img img {
  border-radius: 10px;
}
.modal-layout .modal-ttl {
  margin-bottom: 45px;
}
@media (max-width: 800px) {
  .modal-layout .modal-ttl {
    margin-bottom: 25px;
  }
}
.modal-layout .modal-ttl .-jp {
  font-size: 18px;
  font-weight: 500;
}
.modal-layout .modal-ttl .-en {
  display: block;
  font-size: 12px;
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #D39839;
  line-height: 1;
}
.modal-layout .modal-desc {
  margin-bottom: 40px;
}
.modal-btn {
  display: flex;
  justify-content: space-between;
}
.modal-btn .btn-link {
  font-size: 16px;
  color: #9D8969;
  font-family: "Cardo", serif;
  font-weight: 400;
  line-height: 1;
  position: relative;
}
.modal-btn .-back {
  padding-left: 34px;
}
.modal-btn .-back::before {
  content: "";
  position: absolute;
  background: url(../images/under/icn_modal_arrow.svg) center/contain no-repeat;
  top: -4px;
  left: 0;
  height: 24px;
  width: 24px;
}
.modal-btn .-next {
  padding-right: 34px;
}
.modal-btn .-next::after {
  content: "";
  position: absolute;
  background: url(../images/under/icn_modal_arrow.svg) center/contain no-repeat;
  top: -4px;
  right: 0;
  height: 24px;
  width: 24px;
  transform: rotate(180deg);
}

@media (max-width: 800px) {
  .modal-content {
    top: 30px;
    bottom: 80px;
    padding: 80px 20px 30px;
  }
  .modal-content-inr {
    overflow: scroll;
    height: 100%;
  }
  .modal-close {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}
.u-list_card {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 17px;
}
.u-list_card_item {
  background: #FAF5ED;
  border-radius: 10px;
  padding: 25px;
  display: grid;
  grid-template-rows: auto 200px 1fr 1fr;
  row-gap: 15px;
}
.u-list_card .-ttl {
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
.u-list_card .-img {
  margin-bottom: 20px;
}
.u-list_card .-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.u-list_card .-sbttl {
  font-size: 16px;
  font-weight: 500;
  background: #9D8969;
  color: #fff;
  padding: 3px 10px;
  margin-bottom: 15px;
}
.u-list_card .list-disc li {
  font-size: 15px;
}
.u-list_card .list-disc li::before {
  top: 13px;
}
.u-list_card .demerit-wrap .-sbttl {
  background: #D39839;
}
.u-list_card .demerit-wrap .list-disc li::before {
  background: #D39839;
}

@media (max-width: 800px) {
  .u-list_card {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
  .u-list_card_item {
    padding: 25px 20px;
  }
}
.list-disc li {
  position: relative;
  padding-left: 12px;
}
.list-disc li:before {
  content: "";
  background: #9D8969;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 14px;
  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 #D39839;
  border-bottom: 2px solid #D39839;
  transform: rotate(-45deg);
}

.list-num {
  counter-reset: number;
}
.list-num > li {
  padding-left: 30px;
  position: relative;
}
.list-num > li:before {
  background: #9D8969;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 11px;
  position: absolute;
  top: 4px;
  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;
  }
}
.u-box01 {
  padding: 25px;
  background: #FAF5ED;
  border-radius: 10px;
}
.u-box01 .box-ttl {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.u-box01 .box-ttl .-ttl {
  flex: 1;
  display: block;
  font-size: 22px;
  font-weight: 500;
  padding: 5px 10px 5px 24px;
  background: #fff;
  margin-left: -25px;
}
.u-box01 .box-ttl .-num {
  font-size: 27px;
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #fff;
  width: 60px;
  height: 60px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.u-box01 .box-ttl .-num::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  height: 60px;
  width: 60px;
  background: #D39839;
  border-radius: 50%;
  z-index: -1;
}
.u-box01 .box-ttl02 {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
}

@media (max-width: 800px) {
  .u-box01 {
    padding: 20px;
  }
  .u-box01 .box-ttl .-num {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
  .u-box01 .box-ttl .-num::before {
    height: 40px;
    width: 40px;
  }
  .u-box01 .box-ttl .-ttl {
    font-size: 18px;
  }
}
.u-box02 {
  border: 1px solid #D39839;
  border-radius: 10px;
  padding: 35px 50px;
}
.u-box02 .box-ttl {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #D3C8B6;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.u-box02 .list-check.grid02 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 15px;
  column-gap: 18px;
}
.u-box02 .list-check.grid02 > li {
  padding: 5px 10px 5px 40px;
  background: #FAF5ED;
  border-radius: 10px;
}
.u-box02 .list-check.grid02 > li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 21px;
}
.u-box02 .box-lead {
  font-size: 26px;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
  margin-top: 20px;
  padding-top: 35px;
  position: relative;
  font-family: "Zen Old Mincho", serif;
}
.u-box02 .box-lead::before {
  content: "";
  position: absolute;
  background: url(../images/under/icn_box02_aroow.svg) center/contain no-repeat;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 20px;
  width: 40px;
}
.u-box02 .box-lead span {
  padding-bottom: 5px;
  border-bottom: 2px solid #D39839;
}

@media (max-width: 800px) {
  .u-box02 {
    padding: 25px 20px;
  }
  .u-box02 .box-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .u-box02 .list-check.grid02 {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
  .u-box02 .list-check.grid02 > li {
    padding: 5px 10px 5px 30px;
  }
  .u-box02 .list-check.grid02 > li::before {
    top: 14px;
    left: 10px;
  }
  .u-box02 .box-lead {
    font-size: 20px;
    padding-top: 25px;
  }
  .u-box02 .box-lead::before {
    height: 10px;
    width: 20px;
  }
}
.u-box03 {
  padding: 25px;
  background: #9D8969;
  color: #fff;
  border-radius: 10px;
}
.u-box03-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 24px;
}
.u-box03 .-sbttl {
  font-size: 12px;
  font-weight: 400;
  font-family: "Cardo", serif;
  line-height: 1;
  margin-bottom: 10px;
}
.u-box03 .-sbttl span {
  margin-left: 5px;
  font-size: 20px;
  letter-spacing: 0.1em;
}
.u-box03 .-ttl {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
  padding-left: 54px;
  position: relative;
}
.u-box03 .-ttl::before {
  content: "";
  position: absolute;
  background: url(../images/under/icn_box03_deco.svg) center/contain no-repeat;
  top: -6px;
  left: 0;
  height: 44px;
  width: 44px;
}
.u-box03 .-img {
  margin-bottom: 20px;
}
.u-box03 .-img img {
  border-radius: 10px;
}

@media (max-width: 800px) {
  .u-box03 {
    padding: 20px;
  }
  .u-box03-list {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }
}
.u-layout01 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 6%;
  flex-direction: row-reverse;
}
.u-layout01.-reverse {
  flex-direction: row;
}
.u-layout01.-reverse .l-img::before {
  left: auto;
  right: 20px;
}
.u-layout01 .l-img {
  width: 450px;
  position: relative;
}
.u-layout01 .l-img::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  height: 100%;
  width: 100%;
  background: #FAF5ED;
  border-radius: 10px;
  z-index: -1;
}
.u-layout01 .l-img img {
  border-radius: 10px;
}
.u-layout01 .l-desc {
  flex: 1;
  margin-top: 50px;
  position: relative;
}
.u-layout01 .l-ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}
.u-layout01 .-num {
  position: absolute;
  top: -37px;
  left: -25px;
  font-size: 80px;
  letter-spacing: 0.1em;
  color: rgba(211, 152, 57, 0.3);
  font-family: "Cardo", serif;
  font-weight: 400;
  line-height: 1;
  z-index: -1;
}

@media (max-width: 800px) {
  .u-layout01 {
    flex-direction: column;
    gap: 20px;
  }
  .u-layout01.-reverse {
    flex-direction: column;
  }
  .u-layout01.-reverse .l-img::before {
    left: 10px;
    right: auto;
  }
  .u-layout01 .l-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .u-layout01 .l-img::before {
    left: 10px;
    top: 10px;
  }
  .u-layout01 .l-desc {
    width: 100%;
    margin-top: 0;
  }
  .u-layout01 .l-desc .l-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .u-layout01 .l-desc .-num {
    font-size: 60px;
    top: -27px;
    left: -15px;
  }
}
.u-layout02 {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 6%;
  position: relative;
  padding-bottom: 80px;
}
.u-layout02::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: calc(100% - 160px);
  width: calc(100% - 150px);
  background: #FAF5ED;
  z-index: -1;
}
.u-layout02::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  height: calc(100% - 160px);
  width: 200%;
  background: #FAF5ED;
  z-index: -1;
}
.u-layout02 .l-img {
  width: 410px;
  margin-right: -90px;
}
@media (max-width: 1240px) {
  .u-layout02 .l-img {
    margin-right: -40px;
  }
}
.u-layout02 .l-img img {
  border-radius: 10px;
}
.u-layout02 .l-desc {
  flex: 1;
  margin-top: 25px;
  position: relative;
}
.u-layout02 .l-ttl {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .u-layout02 {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 30px;
  }
  .u-layout02::before {
    height: calc(100% - 100px);
    width: calc(100% - 50px);
  }
  .u-layout02::after {
    height: calc(100% - 100px);
  }
  .u-layout02 .l-img {
    width: 100%;
    margin-right: 0;
  }
  .u-layout02 .l-desc {
    margin-top: 0;
  }
  .u-layout02 .l-desc .l-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
.u-anchor-link {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.u-anchor-link > li {
  max-width: 270px;
  width: 50%;
  background: #9D8969;
  font-family: "Zen Old Mincho", serif;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  border-radius: 5px;
}
.u-anchor-link > li .-item {
  width: 100%;
  display: block;
  padding: 10px 10px 30px 15px;
  position: relative;
  transition: 0.3s;
}
.u-anchor-link > li .-item::before {
  content: "";
  position: absolute;
  background: url(../images/under/icn_anchor_arrow.svg) center/contain no-repeat;
  bottom: 15px;
  right: 20px;
  height: 9px;
  width: 51px;
}
.u-anchor-link > li .-item:hover {
  opacity: 0.7;
}

@media (max-width: 800px) {
  .u-anchor-link {
    flex-direction: column;
    gap: 10px;
  }
  .u-anchor-link > li {
    width: 100%;
    max-width: 100%;
  }
  .u-anchor-link > li .-item {
    padding: 10px 10px 20px 15px;
  }
}
.flow-style03 {
  display: grid;
  gap: 40px;
  padding: 50px;
  background: #FAF5ED;
  border-radius: 10px;
}
.flow-style03 > li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 150px;
}
.flow-style03 > li::before {
  content: "";
  background-color: #D39839;
  width: 1px;
  position: absolute;
  top: 70px;
  bottom: -40px;
  left: 33px;
}
.flow-style03 > li:last-child::before {
  bottom: 0;
}
.flow-style03 .flow-num {
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  line-height: 1.2;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #D39839;
  color: #fff;
}
.flow-style03 .flow-num.small {
  font-size: 13px;
}
.flow-style03 .wrap {
  display: flex;
  gap: 40px;
}
.flow-style03 .flow-img {
  width: 30%;
}
.flow-style03 .flow-img img {
  border-radius: 10px;
}
.flow-style03 .flow-desc {
  flex: 1;
  padding-top: 10px;
}
.flow-style03 .flow-ttl {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .flow-style03 {
    padding: 30px 20px;
    gap: 40px;
  }
  .flow-style03 > li {
    display: block;
  }
  .flow-style03 > li::before {
    display: none;
  }
  .flow-style03 .flow-num {
    position: absolute;
    left: 0;
  }
  .flow-style03 .flow-num::before {
    display: none;
  }
  .flow-style03 .wrap {
    width: 100%;
    flex-direction: column-reverse;
    gap: 15px;
  }
  .flow-style03 .flow-img {
    width: 100%;
    margin-bottom: 20px;
  }
  .flow-style03 .flow-ttl {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 35px;
    padding-left: 90px;
  }
  .flow-style03 .flow-desc {
    padding-top: 0;
  }
}
.staff-qa .-ttl {
  font-size: 20px;
  font-weight: 500;
  padding-left: 26px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #D3C8B6;
  margin-bottom: 35px;
}
.staff-qa .-ttl::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #D39839;
}
.staff-qa .qa-item dt {
  font-size: 24px;
  font-weight: 500;
  display: inline-block;
  border-bottom: 1px solid #9D8969;
  color: #9D8969;
  font-family: "Zen Old Mincho", serif;
  margin-bottom: 15px;
}
.staff-qa .qa-item dd + dt {
  margin-top: 30px;
}
.staff-qa .u-box04 {
  margin-top: 35px;
  background: #FAF5ED;
  border-radius: 10px;
  padding: 30px 50px;
}
.staff-qa .u-box04 .box-ttl {
  font-size: 20px;
  font-weight: 500;
  color: #D39839;
  padding-bottom: 5px;
  margin-bottom: 15px;
  border-bottom: 1px solid #D3C8B6;
}

@media (max-width: 800px) {
  .staff-qa .-ttl {
    font-size: 18px;
    margin-bottom: 25px;
    position: relative;
  }
  .staff-qa .-ttl::before {
    top: 5px;
  }
  .staff-qa .qa-item dt {
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 5px;
  }
  .staff-qa .u-box04 {
    padding: 25px 20px;
  }
  .staff-qa .u-box04 .box-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.layout-large {
  display: flex;
  gap: 7.5%;
  margin: 0 0 0 -10%;
}
.layout-large .l-img {
  width: 56.64%;
}
.layout-large .l-img img {
  border-radius: 10px;
}
.layout-large .l-desc {
  flex: 1;
}
.layout-large.reverse {
  flex-direction: row-reverse;
  margin: 0 -10% 0 0;
}
.layout-large .l-num {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}
.layout-large .l-ttl {
  font-weight: 500;
  font-size: 25px;
  margin-bottom: 30px;
}
.layout-large .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}
.layout-large .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #4a8eff;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .layout-large {
    flex-direction: column;
    gap: 35px;
    margin: 0 -5vw;
  }
  .layout-large .l-img {
    width: 100%;
  }
  .layout-large.reverse {
    flex-direction: column;
    margin: 0 -5vw;
  }
  .layout-large .l-desc {
    padding: 0 5vw;
  }
  .layout-large .l-num {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .layout-large .l-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .layout-large .l-sub-ttl {
    gap: 20px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}
.table-style03 th,
.table-style03 td {
  padding: 10px;
  border: 1px solid #D3C8B6;
  vertical-align: middle;
}
.table-style03 th {
  background: #9D8969;
  color: #fff;
  text-align: center;
}
.table-style03 th.bg01 {
  background: #D3C8B6;
  color: #333;
}

@media (max-width: 800px) {
  .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;
  }
}
.gallery-slider01 {
  overflow: hidden;
}
.gallery-slider01 .splide {
  margin: 0 auto;
}
.gallery-slider01 .splide img {
  border-radius: 10px;
}
.gallery-slider01 .splide__track {
  overflow: visible;
}
.gallery-slider01 .splide__slide {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}
.gallery-slider01 .splide__slide.is-active {
  opacity: 1;
}
.gallery-slider01 .splide__arrow--prev {
  top: 50%;
  left: calc((100% - 872px) / 2);
}
.gallery-slider01 .splide__arrow--next {
  top: 50%;
  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;
  }
}
.staff-layout {
  display: flex;
  flex-direction: row-reverse;
}
.staff-layout .l-img {
  flex: 1;
}
.staff-layout .l-img img {
  border-radius: 10px;
}
.staff-layout .l-desc {
  flex: 1.5;
  margin-right: 50px;
}
.staff-layout .job {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 5px;
}
.staff-layout .name {
  margin-bottom: 30px;
}
.staff-layout .jp {
  font-size: 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  margin-right: 25px;
}
.staff-layout .en {
  font-size: 18px;
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #9D8969;
}

.staff-career {
  font-size: 14px;
}
.staff-career li {
  border-bottom: 1px dotted #9D8969;
  padding: 10px 0;
  display: flex;
}
.staff-career .data {
  width: 15%;
}
.staff-career .txt {
  width: 85%;
}

@media (max-width: 800px) {
  .staff-layout {
    display: block;
  }
  .staff-layout .l-img {
    margin-bottom: 20px;
  }
  .staff-layout .l-desc {
    margin-right: 0;
  }
  .staff-layout .job {
    font-size: 16px;
  }
  .staff-layout .name {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .staff-layout .jp {
    font-size: 24px;
    margin-right: 20px;
  }
  .staff-layout .en {
    font-size: 16px;
  }
  .staff-career li {
    display: block;
  }
  .staff-career .data {
    width: auto;
    display: block;
    font-weight: bold;
  }
  .staff-career .txt {
    width: 100%;
  }
}
.list-card01 .list-item {
  background: #FAF5ED;
  border-radius: 10px;
}
.list-card01 .list-img {
  text-align: center;
  margin-bottom: 15px;
}
.list-card01 .num {
  display: block;
  color: #D39839;
  font-family: "Cardo", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}
.list-card01 .list-ttl {
  border-bottom: 1px solid #9D8969;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.list-card01 .list-disc {
  font-size: 15px;
}
.list-card01 .list-disc li::before {
  top: 12px;
}

.list-card02 .list-item {
  background: #FAF5ED;
  border: 1px solid #9D8969;
  border-radius: 10px;
}
.list-card02 .list-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  font-weight: 500;
}
.list-card02 .list-img {
  text-align: center;
  margin-bottom: 20px;
}
.list-card02 .list-img img {
  border-radius: 10px;
}

.list-card03 .list-item {
  background-color: #FAF5ED;
  border-radius: 10px;
}
.list-card03 .list-img {
  margin-bottom: 20px;
}
.list-card03 .list-img img {
  border-radius: 10px;
}
.list-card03 .list-ttl {
  font-weight: 500;
  font-size: 20px;
  margin-bottom: 15px;
}

.list-card01,
.list-card02,
.list-card03 {
  display: flex;
  flex-wrap: wrap;
}
.list-card01.col1 .list-item,
.list-card02.col1 .list-item,
.list-card03.col1 .list-item {
  width: 100%;
  padding: 35px 25px;
}
.list-card01.col2 .list-item,
.list-card02.col2 .list-item,
.list-card03.col2 .list-item {
  width: 48.5%;
  padding: 30px 25px;
}
.list-card01.col2 .list-item:nth-child(odd),
.list-card02.col2 .list-item:nth-child(odd),
.list-card03.col2 .list-item:nth-child(odd) {
  margin-right: 3%;
}
.list-card01.col2 .list-item:nth-child(n+3),
.list-card02.col2 .list-item:nth-child(n+3),
.list-card03.col2 .list-item:nth-child(n+3) {
  margin-top: 30px;
}
.list-card01.col2 .list-item:last-child,
.list-card02.col2 .list-item:last-child,
.list-card03.col2 .list-item:last-child {
  margin-right: 0;
}
.list-card01.col3 .list-item,
.list-card02.col3 .list-item,
.list-card03.col3 .list-item {
  padding: 25px;
  width: 31.25%;
}
.list-card01.col3 .list-item:not(:nth-child(3n)),
.list-card02.col3 .list-item:not(:nth-child(3n)),
.list-card03.col3 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}
.list-card01.col3 .list-item:nth-child(n+4),
.list-card02.col3 .list-item:nth-child(n+4),
.list-card03.col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}
.list-card01.col3 .list-item:last-child,
.list-card02.col3 .list-item:last-child,
.list-card03.col3 .list-item:last-child {
  margin-right: 0;
}
.list-card01.col4 .list-item,
.list-card02.col4 .list-item,
.list-card03.col4 .list-item {
  padding: 20px;
  width: 23.5%;
}
.list-card01.col4 .list-item:not(:nth-child(4n)),
.list-card02.col4 .list-item:not(:nth-child(4n)),
.list-card03.col4 .list-item:not(:nth-child(4n)) {
  margin-right: 2%;
}
.list-card01.col4 .list-item:nth-child(n+5),
.list-card02.col4 .list-item:nth-child(n+5),
.list-card03.col4 .list-item:nth-child(n+5) {
  margin-top: 20px;
}
.list-card01.col4 .list-item:last-child,
.list-card02.col4 .list-item:last-child,
.list-card03.col4 .list-item:last-child {
  margin-right: 0;
}
.list-card01.col5,
.list-card02.col5,
.list-card03.col5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 10px;
}
.list-card01.col5 .list-item,
.list-card02.col5 .list-item,
.list-card03.col5 .list-item {
  padding: 20px;
}
.list-card01.center,
.list-card02.center,
.list-card03.center {
  justify-content: center;
}

@media (max-width: 800px) {
  .list-card01 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .list-card02 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .list-card02 .list-img {
    margin-bottom: 15px;
  }
  .list-card03 .list-img {
    margin-bottom: 15px;
  }
  .list-card03 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .list-card01,
  .list-card02,
  .list-card03 {
    display: block;
  }
  .list-card01.col2 .list-item,
  .list-card02.col2 .list-item,
  .list-card03.col2 .list-item {
    width: 100%;
    padding: 25px 20px;
  }
  .list-card01.col2 .list-item:nth-child(odd),
  .list-card02.col2 .list-item:nth-child(odd),
  .list-card03.col2 .list-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-card01.col2 .list-item:nth-child(n+2),
  .list-card02.col2 .list-item:nth-child(n+2),
  .list-card03.col2 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .list-card01.col3 .list-item,
  .list-card02.col3 .list-item,
  .list-card03.col3 .list-item {
    width: 100%;
    padding: 25px 20px;
  }
  .list-card01.col3 .list-item:not(:nth-child(3n)),
  .list-card02.col3 .list-item:not(:nth-child(3n)),
  .list-card03.col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-card01.col3 .list-item:nth-child(n+2),
  .list-card02.col3 .list-item:nth-child(n+2),
  .list-card03.col3 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .list-card01.col4 .list-item,
  .list-card02.col4 .list-item,
  .list-card03.col4 .list-item {
    width: 100%;
    padding: 25px 20px;
  }
  .list-card01.col4 .list-item:not(:last-child),
  .list-card02.col4 .list-item:not(:last-child),
  .list-card03.col4 .list-item:not(:last-child) {
    margin-right: 0;
  }
  .list-card01.col4 .list-item:nth-child(n+2),
  .list-card02.col4 .list-item:nth-child(n+2),
  .list-card03.col4 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }
  .list-card01.col5,
  .list-card02.col5,
  .list-card03.col5 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
  .list-card01.col5 .list-item,
  .list-card02.col5 .list-item,
  .list-card03.col5 .list-item {
    width: 100%;
    padding: 20px 10px;
  }
}
.list-col2 {
  display: flex;
  flex-wrap: wrap;
}
.list-col2 > .-item {
  width: 48%;
}
.list-col2 > .-item:nth-child(odd) {
  margin-right: 4%;
}
.list-col2 > .-item:nth-child(n+3) {
  margin-top: 40px;
}
.list-col2 > .-item:last-child {
  margin-right: 0;
}
.list-col2 .list-img {
  margin-bottom: 20px;
}
.list-col2 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .list-col2 {
    display: block;
  }
  .list-col2 > .-item {
    width: 100%;
  }
  .list-col2 > .-item:nth-child(odd) {
    margin-right: 0;
  }
  .list-col2 > .-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .list-col2 .list-img {
    margin-bottom: 15px;
  }
}
.flow-type02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 5%;
  grid-row-gap: 50px;
  padding-top: 15px;
}
.flow-type02 .l-item {
  background: #FAF5ED;
  padding: 35px 30px 30px;
  position: relative;
  border-radius: 10px;
}
.flow-type02 .l-item:after {
  content: "";
  border-style: solid;
  border-width: 12px 0 12px 12px;
  border-color: transparent transparent transparent #9D8969;
  position: absolute;
  top: 50%;
  right: -32px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.flow-type02 .l-item:last-child::after {
  display: none;
}
.flow-type02 .l-num {
  color: #9D8969;
  font-family: "Cardo", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
  position: absolute;
  top: -15px;
  left: 30px;
}
.flow-type02 .l-ttl {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .flow-type02 {
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 40px;
  }
  .flow-type02 .l-item {
    padding: 35px 20px 30px;
    width: 100%;
  }
  .flow-type02 .l-item:after {
    top: inherit;
    bottom: -32px;
    right: 50%;
    transform: translateX(50%) rotate(90deg);
  }
  .flow-type02 .l-num {
    left: 20px;
  }
  .flow-type02 .l-ttl {
    font-size: 20px;
  }
}
.list-price {
  letter-spacing: 0;
}
.list-price > li + li {
  margin-top: 20px;
}
.list-price .list-intro {
  border-bottom: 1px solid #D3C8B6;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 20px;
  padding: 0 0 5px;
}
.list-price .list-desc {
  margin-top: 10px;
  color: #48443D;
  font-size: 14px;
}

@media (max-width: 800px) {
  .list-price .list-intro {
    font-size: 16px;
    line-height: 1.3;
    padding: 0 0 8px;
  }
  .list-price .list-desc {
    margin-top: 10px;
    line-height: 1.5;
  }
  .list-price .small {
    font-size: 12px;
  }
}
.merit-demerit {
  display: flex;
}
.merit-demerit .list-item {
  flex: 1;
  background-color: #FAF5ED;
  padding: 30px;
  border-top: 2px solid #9D8969;
  border-radius: 10px;
}
.merit-demerit .list-item:nth-child(even) {
  margin-left: 4%;
  border-top: 2px solid #D39839;
}
.merit-demerit .list-item:nth-child(even) .list-ttl .en {
  color: #D39839;
}
.merit-demerit .list-item:nth-child(even) .list-disc > li::before {
  background: #D39839;
}
.merit-demerit .list-ttl {
  margin-bottom: 20px;
  font-weight: 500;
}
.merit-demerit .list-ttl .en {
  font-size: 30px;
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #9D8969;
  margin-right: 15px;
  line-height: 1;
}
.merit-demerit .list-ttl .jp {
  font-size: 16px;
  font-family: "Zen Old Mincho", serif;
}

@media (max-width: 800px) {
  .merit-demerit {
    display: block;
  }
  .merit-demerit .list-item {
    padding: 30px 20px;
  }
  .merit-demerit .list-item:nth-child(even) {
    margin-left: 0;
  }
  .merit-demerit .list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .merit-demerit .list-ttl {
    margin-bottom: 10px;
  }
  .merit-demerit .list-ttl .en {
    font-size: 24px;
    margin-right: 10px;
  }
  .merit-demerit .list-ttl .jp {
    font-size: 14px;
  }
}
.table-style04 th,
.table-style04 td {
  padding: 15px;
  border-bottom: 2px solid #D3C8B6;
  vertical-align: middle;
}
.table-style04 th {
  padding: 15px 15px 15px 0;
  font-weight: 500;
  text-align: left;
  border-bottom: 2px solid #9D8969;
}

@media (max-width: 800px) {
  .table-style04.sp-block colgroup {
    display: none;
  }
  .table-style04.sp-block th,
  .table-style04.sp-block td {
    display: block;
    padding: 20px 0 10px;
  }
  .table-style04.sp-block th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .table-style04.sp-block td {
    padding-top: 0;
    position: relative;
  }
  .table-style04.sp-block td::before {
    content: "";
    background-color: #9D8969;
    width: 100px;
    height: 2px;
    position: absolute;
    bottom: -2px;
  }
}
.card-style02 > li {
  border: 1px solid #D3C8B6;
  padding: 25px;
  border-radius: 10px;
}
.card-style02 .card-img {
  margin-bottom: 25px;
}
.card-style02 .card-img img {
  border-radius: 10px;
}
.card-style02 .card-ttl {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
}

.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-style03 {
  display: grid;
}
.card-style03 > li {
  background-color: #FAF5ED;
  border-radius: 15px;
  padding: 25px;
  text-align: center;
}
.card-style03 .card-num {
  color: #9D8969;
  font-family: "Cardo", serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.card-style03 .card-num span {
  font-size: 18px;
  margin-left: 5px;
}
.card-style03 .card-ttl {
  font-size: 20px;
  font-weight: 500;
  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: 14px;
  }
  .card-style03 .card-num span {
    font-size: 18px;
  }
  .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-style03 {
  background: #FAF5ED;
  padding: 40px;
  border-radius: 10px;
}
.box-style03 .box-ttl {
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-weight: 500;
  color: #9D8969;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .box-style03 {
    padding: 30px;
  }
}
.box-type01 {
  background: #FAF5ED;
  padding: 40px;
  border-radius: 10px;
}
.box-type01 .box-ttl {
  font-size: 22px;
  margin-bottom: 20px;
  font-weight: 500;
}

@media (max-width: 800px) {
  .box-type01 {
    padding: 25px 20px;
  }
  .box-type01 .box-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.table-style01 {
  border: 1px solid #D3C8B6;
}
.table-style01 tr:not(:last-child) {
  border-bottom: 1px solid #D3C8B6;
}
.table-style01 th {
  background-color: #9D8969;
  font-weight: 500;
  color: #fff;
  padding: 15px;
  width: 30%;
}
.table-style01 td {
  padding: 10px 30px;
}

@media (max-width: 800px) {
  .table-style01 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }
  .table-style01 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }
}
.tel-box {
  background: #FAF5ED;
  max-width: 800px;
  padding: 40px;
  margin: 0 auto;
  border-radius: 10px;
}
.tel-box .l-ttl {
  border-bottom: 1px solid #9D8969;
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: fit-content;
}

@media (max-width: 800px) {
  .tel-box {
    padding: 25px 20px;
  }
  .tel-box .l-ttl {
    font-size: 16px;
  }
}
.faq-type02 dt {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.faq-type02 dt .txt {
  font-size: 22px;
  line-height: 1.7;
  font-family: "Zen Old Mincho", serif;
}
.faq-type02 dt .icon {
  background-color: #9D8969;
  color: #fff;
  border-radius: 50%;
}
.faq-type02 dd .wrapper {
  display: flex;
}
.faq-type02 dd .icon {
  background: #D39839;
  color: #fff;
  border-radius: 50%;
}
.faq-type02 .icon {
  font-size: 20px;
  font-family: "Cardo", serif;
  font-weight: 400;
  text-align: center;
  width: 40px;
  height: 40px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.faq-type02 .txt {
  flex: 1;
}
.faq-type02 dd:not(:last-child) {
  margin-bottom: 60px;
}

.faq-type03 dt {
  display: flex;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.faq-type03 dt .txt {
  font-size: 22px;
  line-height: 1.4;
  flex: 1;
  font-weight: 700;
  font-family: "Zen Old Mincho", serif;
  color: #9D8969;
}
.faq-type03 dt .icon {
  color: #9D8969;
}
.faq-type03 dd .wrapper {
  display: flex;
}
.faq-type03 dd .icon {
  color: #D39839;
}
.faq-type03 .icon {
  font-size: 26px;
  font-family: "Cardo", serif;
  font-weight: 500;
  margin-right: 15px;
  line-height: 1;
}
.faq-type03 .txt {
  flex: 1;
}
.faq-type03 dd:not(:last-child) {
  margin-bottom: 60px;
}

.faq-type04 dt {
  cursor: pointer;
  display: flex;
  border-bottom: 1px solid #ddd;
  padding: 0 30px 10px 0;
  margin: 0 0 15px;
  position: relative;
}
.faq-type04 dt .ico {
  background: #9D8969;
}
.faq-type04 dt .txt {
  font-family: "Cardo", serif;
  font-size: 20px;
  line-height: 1.7;
}
.faq-type04 dt::after {
  content: "";
  background: url("/images/share/ico_open.svg") no-repeat center/contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 5px;
  right: 0;
}
.faq-type04 dt:not(.is-open):hover {
  opacity: 0.5;
}
.faq-type04 dt.is-open::before {
  transform: translateY(-50%) rotate(0);
}
.faq-type04 dt.is-open::after {
  background: url("/images/share/ico_close.svg") no-repeat center/contain;
}
.faq-type04 dd {
  display: none;
}
.faq-type04 dd .wrapper {
  display: flex;
}
.faq-type04 dd + dt {
  margin-top: 30px;
}
.faq-type04 dd .ico {
  background: #D39839;
}
.faq-type04 .ico {
  border-radius: 100px;
  color: #fff;
  font-size: 20px;
  font-family: "Cardo", serif;
  text-align: center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  padding-left: 2px;
  margin: 0 15px 0 0;
}
.faq-type04 .txt {
  flex: 1;
}

@media (max-width: 800px) {
  .faq-type02 dt .txt {
    font-size: 16px;
  }
  .faq-type02 dd:not(:last-child) {
    margin-bottom: 30px;
  }
  .faq-type02 .icon {
    font-size: 15px;
    width: 30px;
    height: 30px;
    line-height: 26px;
    margin: 0 10px 0 0;
  }
}
.staff-layout01 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 8%;
}
.staff-layout01 .l-img {
  width: 32%;
}
.staff-layout01 .l-img figcaption {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  margin-top: 20px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
}
.staff-layout01 .l-img .job {
  display: block;
  font-size: 14px;
}
.staff-layout01 .l-img .name {
  font-size: 24px;
}
.staff-layout01 .l-img .kana {
  font-size: 11px;
}
.staff-layout01 .l-desc {
  flex: 1;
}
.staff-layout01 .l-ttl {
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  width: fit-content;
}
.staff-layout01 .l-message {
  font-size: 25px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  margin-bottom: 30px;
}
.staff-layout01 .card-profile {
  margin-top: 50px;
}

@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: 22px;
    margin-bottom: 20px;
  }
  .staff-layout01 .card-profile {
    margin-top: 30px;
  }
}
.u-box-btn {
  display: flex;
}
.u-box-btn > a {
  margin: auto 30px auto 0;
}

@media (max-width: 800px) {
  .u-box-btn {
    text-align: center;
    display: block;
  }
  .u-box-btn .btn-more {
    text-align: left;
  }
  .u-box-btn > a {
    margin: 20px 0 auto 0;
  }
  .u-box-btn .tel {
    display: inline-block;
    margin: 20px auto 0;
    text-align: center;
  }
}
.u-box-img {
  display: flex;
  width: 100%;
  height: 100px;
}
.u-box-img > img {
  width: auto;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 800px) {
  .u-box-img {
    display: block;
    width: 100%;
    height: auto;
  }
  .u-box-img > img {
    width: 100px;
    height: auto;
    object-fit: cover;
  }
}
.u-map > iframe {
  width: 100%;
}

.u-dl {
  display: grid;
  grid-template-columns: 90px 1fr;
  line-height: 1;
  align-items: center;
  grid-gap: 15px 10px;
}
.u-dl dt {
  background-color: #D39839;
  border-radius: 3px;
  text-align: center;
  color: #FFF;
  padding: 5px;
}

@media (max-width: 800px) {
  .u-dl {
    align-items: baseline;
  }
}
.btn-whitening {
  display: block;
  width: fit-content;
  max-width: 270px;
  padding: 0 20px;
  font-size: 16px;
  line-height: 1.5;
  background-color: #FFF;
  transition: 0.3s;
  position: relative;
  border-radius: 5px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  box-shadow: 0 0 5px #9D8969;
}
.btn-whitening:hover {
  opacity: 0.5;
}
.btn-whitening:hover:before {
  transform: translate(5px, -50%);
}
.btn-whitening.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-whitening.wide {
  max-width: 320px;
}
.btn-whitening.color01 {
  background-color: #fff;
  color: #9D8969;
}
.btn-whitening.color01::before {
  background: url(../images/share/btn_arrow02.svg);
}

@media (max-width: 800px) {
  .btn-whitening {
    width: 100%;
    min-width: auto;
    max-width: none;
  }
}
.u-img img {
  border-radius: 10px;
}

.before-after {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.before-after:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #9D8969;
}
.before-after .l-item {
  width: 45%;
}
.before-after .l-img {
  position: relative;
  margin-bottom: 10px;
  background-color: #FAF5ED;
}
.before-after .l-img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}
.before-after .l-txt {
  line-height: 1;
  text-align: center;
  font-family: "Cardo", serif;
  font-weight: 500;
  font-size: 18px;
}

@media (max-width: 800px) {
  .before-after {
    display: block;
    justify-content: space-between;
    position: relative;
  }
  .before-after:after {
    border-width: 16px 0 16px 16px;
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .before-after .l-item {
    width: 100%;
  }
  .before-after .l-item + .l-item {
    margin-top: 40px;
  }
  .before-after .l-img {
    position: relative;
    margin-bottom: 10px;
    background-color: #FAF5ED;
  }
  .before-after .l-img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
  }
  .before-after .l-txt {
    line-height: 1;
    text-align: center;
    font-family: "Cardo", serif;
    font-weight: 500;
    font-size: 18px;
  }
}
/*------------
Footer
--------------*/
.footer {
  position: relative;
}
.footer-top {
  background-color: #FAF5ED;
  padding: 100px 0;
}
.footer-top .footer-inr {
  display: flex;
}
.footer-top .f-left {
  flex: 1;
  margin-right: 50px;
}
.footer-top .f-right {
  width: 50%;
  height: 530px;
}
.footer-top .f-right iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.footer .f-logo {
  display: block;
  max-width: 255px;
  margin-bottom: 30px;
}
.footer .f-dl {
  display: grid;
  grid-template-columns: 90px 1fr;
  line-height: 1;
  align-items: center;
  grid-gap: 15px 10px;
}
.footer .f-dl dt {
  background-color: #fff;
  border-radius: 3px;
  text-align: center;
  color: #D39839;
  padding: 5px;
}
.footer .btn-reservation{
	margin-top: 30px;
}
.footer .time-table {
	margin-top: 30px;
}
.footer .f-bottom {
  background: #9D8969;
  color: #fff;
  padding: 60px 0 40px;
}
.footer .f-navi {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
}
.footer .f-navi-ttl {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #E5DED2;
}
.footer .f-navi-list {
  display: grid;
  grid-template-rows: repeat(5, auto);
  grid-auto-flow: column;
}
.footer .f-navi-list li {
  position: relative;
  padding-left: 15px;
  line-height: 2.5;
}
.footer .f-navi-list li::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
.footer .f-navi-list li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 40px;
  background: #9D8969;
}
.footer .pagetop {
  display: block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  transition: 0.3s;
  border: 1px solid #E5DED2;
}
.footer .pagetop:hover {
  transform: translateY(-10px);
}
.footer .pagetop:after {
  content: "";
  width: 14px;
  height: 14px;
  border: 0px;
  border-top: 2px solid #9D8969;
  border-right: 2px solid #9D8969;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 800px) {
  .footer-top {
    padding: 40px 0;
  }
  .footer-top .footer-inr {
    display: block;
  }
  .footer-top .f-left {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .footer-top .f-right {
    width: 100%;
    height: 300px;
  }
  .footer .f-dl {
    align-items: baseline;
  }
  .footer .f-bottom {
    padding: 40px 0;
  }
  .footer .f-navi {
    gap: 30px;
    grid-template-columns: 1fr;
  }
  .footer .f-navi-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer .f-navi-list {
    grid-auto-flow: row;
  }
  .footer .copyright {
    font-size: 11px;
    padding: 15px 15px 65px;
  }
  .footer .pagetop {
    display: none;
  }
}
/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid #9D8969;
}
.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;
  border-radius: 10px;
}
.post-layout .post-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}
.post-layout .post-desc {
  flex: 2;
}
.post-layout p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}

/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

/*投稿本文用CSS*/
.postdata {
  overflow-wrap: break-word;
}
.postdata h4 {
  font-size: 18px;
  color: #D39839;
}
.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}
.postdata h5:after {
  content: "-";
  color: #D39839;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.postdata h6 {
  font-size: 16px;
  color: #D39839;
}
.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.postdata iframe {
  max-width: 100%;
}
.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 15px;
}
.postdata a:not(.wp-block-button__link) {
  text-decoration: underline;
}
.postdata a:focus-visible {
  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;
}
.postdata sub {
  font-size: 11px;
  position: relative;
  bottom: -0.1em;
}
.postdata sup {
  font-size: 11px;
  position: relative;
  top: -0.1em;
}
.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.postdata iframe {
  max-width: 100%;
}
.postdata .wp-block-button__link {
  background-color: var(--color_primary);
  border: 1px solid var(--color_primary);
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s;
}
.postdata .wp-block-button__link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: border-color 0.3s;
}
.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: var(--color_primary);
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.post-data time {
  font-size: 16px;
  font-family: "Cardo", serif;
  font-weight: 700;
  color: #C6C0B8;
  line-height: 1;
}
.post-data .post-category01, .post-data .post-category02 {
  margin-left: 15px;
}

.post-ttl {
  word-break: break-all;
}

.post-category01 {
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
  font-size: 14px;
  background-color: #D39839;
  color: #fff;
  padding: 4px 10px;
  margin: 2px;
  border-radius: 3px;
}
.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;
  font-size: 14px;
  background-color: #D39839;
  color: #fff;
  padding: 4px 10px;
  margin: 2px;
  border-radius: 3px;
}

/*セレクト式カテゴリー*/
.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 #9D8969;
  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: #9D8969;
  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: "Cardo", serif;
  font-weight: 500;
}
.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}
.post-number a:hover {
  color: #9D8969;
}
.post-number .current {
  color: #9D8969;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}
.post-number .current::after {
  content: "";
  border-bottom: 2px solid #9D8969;
  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: "Cardo", serif;
  font-weight: 500;
}
.post-number-single a {
  display: inline-block;
  color: #9D8969;
}
.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;
  }
}
.l-post-single .l-ttl {
  font-size: 32px;
  margin-bottom: 25px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}

@media (max-width: 800px) {
  .l-ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
}
.postdata .wp-block-button__link {
  background-color: #9D8969;
  border: 1px solid #9D8969;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s;
}

.postdata .wp-block-button__link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid currentColor;
  border-right: 1px solid currentColor;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  right: 20px;
  transition: border-color 0.3s;
}

.postdata .wp-block-button__link:hover {
  opacity: 1;
  background-color: #fff;
  color: #9D8969;
}

/*------------
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: 270px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background-color: #9D8969;
  transition: 0.3s;
  position: relative;
  border-radius: 5px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}
.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background: url(../images/share/btn_arrow.svg);
  transition: 0.3s;
}
.btn-more:hover {
  opacity: 0.5;
}
.btn-more:hover:before {
  transform: translate(5px, -50%);
}
.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}
.btn-more.wide {
  max-width: 320px;
}
.btn-more.color01 {
  background-color: #fff;
  color: #9D8969;
}
.btn-more.color01::before {
  background: url(../images/share/btn_arrow02.svg);
}
.btn-reservation {
  display: block;
  width: 100%;
  max-width: 180px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background-color: #9D8969;
  transition: 0.3s;
  position: relative;
  border-radius: 5px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  text-align: center;
}
.btn-reservation:hover {
  opacity: 0.5;
}
.btn-icon {
  background: #9D8969;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  color: #fff;
}
.btn-icon img {
  width: 20px;
  margin-right: 10px;
}

.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-reservation {
	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%, #FAF5ED 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;
}

.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: #EF866B;
  --event02: #F7B46B;
  --event03: #A8DBA8;
  --event04: #B0D7D5;
}

.business-calendar-box-wrap {
  margin-bottom: 15px;
}
.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: 0;
  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 {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}
.business-calendar-box-wrap .business-calendar-future a::before {
  transform: rotate(180deg);
}
.business-calendar-box-wrap .business-calendar th {
  background: #f1f3f4;
  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 .attr2,
.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 .attr2::before,
.business-calendar-box-wrap .business-calendar .attr3::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 {
  background: var(--event03);
}
.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 #E5DED2;
  background: #fff;
  text-align: center;
  overflow: hidden;
  border-radius: 10px;
  overflow: hidden;
}
.time-table-head {
  background-color: #D39839;
  color: #fff;
}
.time-table-head .item {
  padding: 10px 0;
}
.time-table-body {
  border-top: 1px solid #E5DED2;
}
.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0;
  line-height: 1.5;
}
.time-table-body .item.color01 {
  color: #D39839;
  display: block;
}
.time-table-body .item .small {
  font-size: 12px;
  color: #48443D;
  display: block;
  line-height: 1.1;
}
.time-table-head, .time-table-body {
  display: grid;
  grid-template-columns: 120px repeat(6, 1fr) 80px;
}
.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: 10px 0;
}

@media (max-width: 800px) {
  .time-table-head {
    font-size: 12px;
  }
  .time-table-head .item {
    padding: 8px 0;
  }
  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }
  .time-table-body .item .small {
    font-size: 10px;
  }
  .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: 30px;
  font-family: "Cardo", serif;
  font-weight: 400;
  color: #D39839;
  line-height: 1;
  padding-left: 32px;
  position: relative;
}
.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 26px;
  height: 26px;
}

@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: #9D8969; /* 矢印 */
  --splide-focus-color: #9D8969; /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #9D8969; /* アクティブ時のページネーション */
  --splide-progress-color: #9D8969; /* プログレスバー */
  --splide-toggle-color: #9D8969; /* 再生ボタン */
  --splide-track-color: #9D8969; /* サムネイルの枠 */
}

.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: #ddd;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 5px;
  opacity: 1;
  width: 8px;
  transition: transform 0.2s linear;
}
.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}
.splide__pagination__page.is-active {
  background: var(--splide-pagination-color);
  transform: scale(1.4);
  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 */

.is-modal-open {
  overflow: hidden;
}