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

pre {
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*-----------------------------------------------------------
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: "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #3C352C;
  font-weight: 500;
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0.05em;
}

html {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2;
}

@media (max-width: 800px) {

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

th,
dt {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
}

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

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

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

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

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

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

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

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

/*------------
Header
--------------*/
.header {
  position: fixed;
  z-index: 9999;
  width: 100%;
  transition: 0.3s;
  background: #FFF;
}

.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90px;
  position: relative;
}

.header .h-logo {
  position: absolute;
  top: 0;
  width: 390px;
  height: 125px;
  background-color: #FFF;
  justify-content: center;
  align-items: center;
  display: flex;
  transition: 0.5s;
}

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

.header .h-logo img {
  width: 264px;
  height: 69px;
}

.header .h-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 0 0 0 auto;
}

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

.header .h-contact-txt {
  background-color: #725A3E;
  color: #fff;
  font-size: 12px;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  padding: 2px 12px;
  border-radius: 30px;
  margin-right: 5px;
}

.header .h-tel {
  display: flex;
  align-items: center;
  margin-left: 53px;
}

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

.header .btn-icon {
  margin-left: 30px;
}

.humberger {
  display: block;
  width: 50px;
  height: 50px;
  background: #BAA185;
  cursor: pointer;
  transition: 0.5s;
  position: relative;
  top: 0;
  right: 0;
  z-index: 10000;
  margin: 0 0 0 auto;
}

.humberger span {
  background: #fff;
  position: absolute;
  width: 20px;
  height: 1px;
  transition: 0.4s;
  left: 50%;
  transform: translate(-50%, -50%);
}

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

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

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

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

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

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

@media (max-width: 800px) {
  .header-inr {
    height: auto;
    height: 82px;
    padding: 0 16px 0 20px;
  }

  .header .h-logo {
    justify-content: flex-start;
    width: 100%;
    height: 82px;
  }

  .header .h-logo img {
    width: 203px;
  }

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

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

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

.gnavi-drawer-list {
  display: grid;
  grid-gap: 30px;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
}

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

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

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

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

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

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

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

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

.pc-navi .item {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  line-height: 1.4;
  transition: 0.3s;
}

.pc-navi .item .item-link {
  display: block;
  transition: 0.3s;
  font-size: 18px;
}

.pc-navi .item .item-link:hover {
  opacity: 0.7;
}

.pc-navi .item:not(:last-child) {
  margin-right: 30px;
}

.pc-dropdown {
  position: relative;
}

.pc-dropdown::before {
  content: "";
  display: block;
  position: absolute;
  bottom: -20px;
  left: 0;
  height: 20px;
  width: 100%;
  border-top: #3C352C;
}

.pc-dropdown::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 1px;
  width: 100%;
  background: #3C352C;
  opacity: 0;
}

.pc-dropdown:hover::after {
  transition: 0.8s;
  opacity: 1;
}

.pc-dropdown .pc-navi-child {
  background-color: #F2EEEA;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  text-align: left;
  padding: 20px 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.col2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 40px;
}

.pc-dropdown .pc-navi-child li {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}

.pc-dropdown .pc-navi-child li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: 1px solid #BAA185;
  border-right: 1px solid #BAA185;
}

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

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

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

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

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

.pc-navi01 .item {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  text-align: center;
  line-height: 1.4;
  width: 16.6666666667%;
  padding-bottom: 20px;
}

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

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

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

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

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

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

.pc-dropdown01 {
  position: relative;
}

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

.pc-dropdown01 .pc-navi-child li {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

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

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

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

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

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

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

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

.pc-navi02 .item .item-link .jp {
  font-size: 18px;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  display: block;
  transition: 0.3s;
}

.pc-navi02 .item .item-link .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 10px;
  color: #725A3E;
  line-height: 1;
}

.pc-navi02 .item .item-link:hover .jp {
  color: #725A3E;
}

.pc-dropdown02 {
  position: relative;
}

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

.pc-dropdown02 .pc-navi-child li {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

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

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

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

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

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

.pc-navi03 .item {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  text-align: center;
  line-height: 1.4;
  width: 16.6666666667%;
  padding-bottom: 20px;
}

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

.pc-navi03 .item .item-link:hover {
  color: #725A3E;
}

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

.pc-dropdown03 {
  position: relative;
}

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

.pc-dropdown03 .pc-navi-child li {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  width: 100%;
}

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

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

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

.sp-navi {
  display: none;
}

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

  .pc-navi {
    display: none;
  }

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

  :root {
    --navi-background: #f5f5f5;
    --navi-border-color: #333;
    --navi-text-color: #333;
    --svg-stroke: #333;
    --menu-btn: #333;
    --navi-font: "Cormorant Garamond", serif, "游ゴシック Medium", "Yu Gothic Medium", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
    --sp-btn-color: #E67A7A;
  }

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

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

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

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

  .sp-navi-list>li>a,
  .sp-navi-list>li span {
    display: block;
    font-size: 14px;
    font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

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

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

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

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

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

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

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

  .sp-navi-list .child>ul>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  }

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

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

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

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

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

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

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

  .sp-navi .sp-navi-btns {
    display: flex;
    background: #BAA185;
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    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 #FFFFFF;
    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 a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 6px 0;
  }

  .sp-navi .sp-navi-btns .item .img {
    display: block;
    object-fit: cover;
    width: auto;
    height: 16px;
    margin: 8px;
    stroke: var(--svg-stroke);
  }

  .sp-navi .sp-navi-btns .item .ttl {
    font-weight: 700;
    display: block;
    color: #FFFFFF;
  }

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

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

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

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

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

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

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

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

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

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

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  margin-top: 90px;
}

.hero .splide {
  margin: 0 40px;
}

.hero .splide .splide__slide {
  margin: 0 40px;
}

.hero .splide .splide__slide img {
  width: 100%;
  height: 678px;
  object-fit: cover;
}

.hero .splide .splide__pagination {
  display: none;
}

.hero-desc {
  position: absolute;
  top: 50%;
  left: 0;
}

.hero-ttl {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-size: 40px;
  text-align: left;
  padding: 32px 132px 35px 60px;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 1.5;
}

@media (max-width: 800px) {
  .hero {
    margin: 82px 0 0 0;
  }

  .hero .splide {
    margin: 0 15px;
  }

  .hero .splide .splide__slide img {
    height: 440px;
  }

  .hero .splide .splide__pagination {
    display: none;
  }

  .hero-desc {
    width: 100%;
    top: auto;
    bottom: 20px;
  }

  .hero-ttl {
    font-size: 22px;
    text-align: left;
    padding: 9px 50px 9px 20px;
    line-height: 1.5;
    display: block;
    width: fit-content;
  }
}

@media (max-width: 800px) and (max-width: 400px) {
  .hero-ttl {
    font-size: 18px;
  }
}

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

.t-ttl .en {
  font-family: "Cormorant Garamond", serif;
  font-size: 100px;
  color: #BAA185;
  display: block;
  line-height: 0.85;
}

.t-ttl .jp {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-size: 30px;
  line-height: 3;
}

.h3-top1 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 45px;
}

.h3-top1::before {
  content: "";
  display: block;
  width: 50px;
  height: 2px;
  background-color: #BAA185;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateY(-50%) translateX(-50%);
}

.h3-top {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 42px;
  font-size: 26px;
}

.h3-top::before {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: #BAA185;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

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

  .t-ttl .en {
    font-size: 50px;
    line-height: 0.85;
  }
}

/*------------
Block
--------------*/
.sec01 {
  position: relative;
  padding: 100px 0;
}

.sec01 .list-top-news02 {
  flex: 3;
}

.sec01 .scroll {
  flex: 3;
  height: 200px;
  overflow: auto;
  padding-right: 20px;
  /*スクロールバーの横幅指定*/
  /*スクロールバーの背景色・角丸指定*/
  /*スクロールバーの色・角丸指定*/
}

.sec01 .scroll::-webkit-scrollbar {
  width: 10px;
}

.sec01 .scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.sec01 .scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #BAA185;
}

.sec01::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 170%;
  background-image: url(../images/sec01_01.jpg);
  z-index: -1;
  bottom: 0;
}

.sec02 {
  padding: 100px 0;
  position: relative;
}

.sec02-layout {
  display: flex;
  gap: 44px;
  align-items: flex-end;
}

.sec02-layout .t-ttl {
  text-align: left;
  margin-bottom: 20px;
}

.sec02-layout .l-item {
  flex: 1;
}

.sec02-layout .l-item .top-calendar {
  background-color: #FFFFFF;
  padding: 28px 40px;
  border: solid 1px #E0DEDC;
}

.sec02::before {
  content: "";
  display: block;
  background-color: #F2EEEA;
  width: 24%;
  height: 120%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

.sec03 {
  padding: 0 0 100px 0;
  position: relative;
}

.sec03 .t-ttl {
  opacity: 0.5;
}

.sec03 .t-ttl .en {
  font-size: 180px;
}

.sec03 .h3-top {
  font-size: 30px;
  padding-bottom: 10px;
  margin-bottom: 45px;
}

.sec03 .h3-top::before {
  width: 50px;
  height: 2px;
  left: 50%;
  bottom: 0;
  transform: translateY(-50%) translateX(-50%);
}

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

.sec03 .l-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
}

.sec03 .l-btn .btn-more {
  display: block;
}

.sec03::before {
  content: "";
  display: block;
  position: absolute;
  width: 95%;
  height: 88%;
  bottom: 0;
  background-image: url(../images/sec03_01.jpg);
  background-size: cover;
  transform: translateX(-50%);
  left: 50%;
  z-index: -1;
}

@media (max-width: 800px) {
  .sec03::before {
    width: 100%;
  }
}

.sec04 {
  padding: 100px 0 120px 0;
  position: relative;
}

.sec04 .btn-more {
  margin: 0 auto;
}

.sec04::before {
  content: "";
  display: block;
  position: absolute;
  width: 500px;
  height: 420px;
  border: solid 40px #F2EEEA;
  top: -150px;
  left: -50px;
  z-index: -2;
}

.sec04::after {
  content: "";
  display: block;
  position: absolute;
  width: 500px;
  height: 420px;
  background-color: #F2EEEA;
  bottom: 0;
  right: 0;
  z-index: -2;
}

.sec05 {
  padding: 100px 0 120px 0;
  background-image: url(../images/sec05_bg.jpg);
  background-repeat: repeat;
}

.sec05 .l-style03.sec05-01 .l-img {
  position: relative;
}

.sec05 .l-style03.sec05-01 .l-img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #BAA185;
  width: 340px;
  height: 440px;
  bottom: -20px;
  right: -20px;
  z-index: -1;
}

.sec05 .l-style03.sec05-01 .l-desc::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #EADDD1;
  width: 300px;
  height: 220px;
  top: -20px;
  left: -20px;
  z-index: -1;
}

.sec05 .l-style03.sec05-02 .l-img {
  position: relative;
}

.sec05 .l-style03.sec05-02 .l-img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #BAA185;
  width: 340px;
  height: 600px;
  top: -20px;
  left: -20px;
  z-index: -1;
}

.sec05 .l-style03.sec05-02 .l-desc::before {
  content: "";
  display: block;
  position: absolute;
  border: solid 20px #EADDD1;
  width: 270px;
  height: 240px;
  bottom: -50px;
  right: -50px;
  z-index: -1;
}

.sec05 .l-style03.sec05-03 .l-img {
  position: relative;
}

.sec05 .l-style03.sec05-03 .l-img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #BAA185;
  width: 340px;
  height: 200px;
  top: -20px;
  right: -20px;
  z-index: -1;
}

.sec05 .l-style03.sec05-03 .l-desc::before {
  content: "";
  display: block;
  position: absolute;
  border: solid 20px #EADDD1;
  width: 270px;
  height: 200px;
  bottom: -50px;
  left: -50px;
  z-index: -1;
}

.sec05 .l-style03.sec05-04 .l-img {
  position: relative;
}

.sec05 .l-style03.sec05-04 .l-img::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #BAA185;
  width: 340px;
  height: 130px;
  bottom: -20px;
  left: -20px;
  z-index: -1;
}

.sec05 .l-style03.sec05-04 .l-desc::before {
  content: "";
  display: block;
  position: absolute;
  background-color: #EADDD1;
  width: 300px;
  height: 340px;
  top: -20px;
  right: -20px;
  z-index: -1;
}

.sec06 {
  padding: 80px 0;
  background-color: #BAA185;
}

.sec06 .sec06-layout {
  background-color: #FFFFFF;
  padding: 10px;
  display: flex;
}

.sec06 .sec06-layout .l-desc {
  flex: 1;
  display: flex;
}

.sec06 .sec06-layout .l-desc .desc-inr {
  width: fit-content;
  height: fit-content;
  margin: auto 30px auto 30px;
}

.sec06 .sec06-layout .l-desc .desc-inr>h2 {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-size: 42px;
  line-height: 1.6;
  margin-bottom: 25px;
}

.sec06 .sec06-layout .l-desc .desc-inr>h2>span {
  border-bottom: solid 2px #725A3E;
}

.sec06 .sec06-layout .l-desc .desc-inr>p {
  margin-bottom: 25px;
}

.sec06 .sec06-layout .sec06-img {
  flex: 1;
  position: relative;
}

.sec06 .sec06-layout .sec06-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF, transparent 20%);
}

.sec07 {
  padding: 120px 0 140px;
}

.sec07 .btn-more {
  margin-bottom: 5px;
}

.sec07 .list-top-blog02 {
  flex: 3;
}

.sec08 {
  padding-bottom: 100px;
  position: relative;
}

.sec08 .sec08-layout {
  display: flex;
  position: relative;
  flex-direction: row-reverse;
}

.sec08 .sec08-layout .l-img {
  flex: 1;
  position: relative;
  z-index: 3;
}

.sec08 .sec08-layout .l-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 390px;
  height: 320px;
  background-color: #BAA185;
  top: -20px;
  right: -20px;
  z-index: -1;
}

.sec08 .sec08-layout .l-desc {
  flex: 1;
  display: flex;
}

.sec08 .sec08-layout .l-desc .desc-inr {
  padding: 0 70px 0 0;
  margin: auto 0;
}

.sec08 .sec08-layout .l-desc .desc-inr .t-ttl {
  text-align: left;
  margin-bottom: 15px;
}

.sec08 .sec08-layout .l-desc .desc-inr .t-ttl .jp {
  line-height: 2.2;
}

.sec08 .sec08-layout .l-desc .desc-inr>p {
  margin-bottom: 50px;
}

.sec08 .sec08-layout .l-desc .desc-inr .l-btn {
  display: flex;
  gap: 20px;
}

.sec08::before {
  content: "";
  display: block;
  position: absolute;
  background-image: url(../images/sec08_bg.jpg);
  width: 97%;
  height: 80%;
  bottom: 0;
}

.sec09 {
  padding: 100px 0 140px;
}

.top-flex-layout {
  display: flex;
}

.top-flex-layout .flex-layout-txt {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.top-flex-layout .flex-layout-txt .t-ttl {
  text-align: left;
  margin-bottom: 30px;
}

.top-flex-layout .flex-layout-txt .t-ttl .en {
  font-size: 24px;
  display: block;
}

.top-flex-layout .flex-layout-txt .t-ttl .jp {
  font-size: 30px;
  line-height: 1.4;
}

@media (max-width: 800px) {
  .top-flex-layout .flex-layout-txt .t-ttl .jp {
    font-size: 24px;
  }
}

.top-flex-layout .flex-layout-txt .btn-more {
  width: 150px;
}

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

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

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

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

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

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

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

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

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

.map-layout02 {
  position: relative;
}

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

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

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

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

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

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

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

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

.map-layout-sec09 {
  position: relative;
}

.map-layout-sec09 .l-map iframe {
  vertical-align: bottom;
  width: 79%;
  height: 400px;
}

@media (max-width: 800px) {
  .map-layout-sec09 .l-map iframe {
    height: 300px;
  }
}

.map-layout-sec09 .l-desc {
  position: absolute;
  bottom: -40px;
  right: 0;
}

.map-layout-sec09 .l-desc .l-ttl {
  margin-bottom: 0;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  color: #BAA185;
  font-size: 100px;
  margin-bottom: -20px;
  margin-right: -5px;
  text-align: right;
}

@media (max-width: 800px) {
  .map-layout-sec09 .l-desc .l-ttl {
    font-size: 65px;
    margin-bottom: -12px;
  }
}

.map-layout-sec09 .l-desc .sec09-box {
  padding: 55px 80px 50px 50px;
  background-color: #BAA185;
  color: #FFFFFF;
}

.map-layout-sec09 .l-desc .sec09-box>h3 {
  font-size: 30px;
  padding-bottom: 10px;
}

.map-layout-sec09 .l-desc .sec09-box>p {
  margin-bottom: 28px;
}

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

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

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

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

.l-style03 {
  display: flex;
  margin-bottom: 100px;
  position: relative;
  z-index: 5;
}

.l-style03 .l-img {
  width: 780px;
  height: auto;
}

.l-style03 .l-desc {
  max-width: 600px;
  position: absolute;
  right: 6%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 7;
}

.l-style03 .l-desc .l-desc-inr {
  padding: 60px 60px 75px 60px;
  background: rgba(255, 255, 255, 0.9);
}

.l-style03 .l-desc .l-desc-inr .h3-top {
  font-size: 26px;
  margin-bottom: 15px;
}

.l-style03 .l-desc .l-desc-inr>p {
  margin-bottom: 45px;
}

.l-style03 .l-desc .l-desc-inr .sec05-txt-bg {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-size: 20px;
  font-weight: 400;
  background-color: #EADDD1;
  padding-left: 10px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .l-style03 .l-desc .l-desc-inr .sec05-txt-bg {
    font-size: 16px;
    line-height: 1.5;
  }
}

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

.l-style03.reverse .l-desc {
  left: 6%;
}

.list-card-sec04 {
  margin-bottom: 50px;
}

.list-card-sec04 .list-item {
  position: relative;
  width: 23.5%;
}

.list-card-sec04 .list-item:not(:nth-child(4n)) {
  margin-right: 2%;
}

.list-card-sec04 .list-item:nth-child(n+5) {
  margin-top: 20px;
}

.list-card-sec04 .list-item:last-child {
  margin-right: 0;
}

.list-card-sec04 .list-item .num {
  position: absolute;
  font-family: "Cormorant Garamond", serif;
  font-size: 50px;
  line-height: 1;
  color: #FFFFFF;
  margin-left: 10px;
  text-shadow: 0px 0px 5px #3C352C;
}

.list-card-sec04 .list-item>h3 {
  position: absolute;
  bottom: 15px;
  color: #FFFFFF;
  font-size: 24px;
  line-height: 1.6;
  z-index: 1;
}

@media (max-width: 1350px) {
  .list-card-sec04 .list-item>h3 {
    font-size: 20px;
  }
}

.list-card-sec04 .list-item>h3>span {
  padding: 0 20px 0 10px;
  background-color: #725A3E;
}

@media (max-width: 1350px) {
  .list-card-sec04 .list-item>h3>span {
    padding: 0 10px 0 5px;
  }
}

.list-card-sec05 .list-item {
  background-color: #FFFFFF;
  max-width: 310px;
  position: relative;
  box-shadow: 10px 10px rgba(186, 161, 133, 0.3);
}

@media (max-width: 800px) {
  .list-card-sec05 .list-item {
    max-width: 100%;
  }
}

.list-card-sec05 .list-item::before {
  content: "";
  display: block;
  position: absolute;
  border: solid 1px #BAA185;
  width: 96%;
  height: 96%;
  top: 2%;
  left: 2%;
}

.list-card-sec05 .list-item .h3-top {
  padding-bottom: 14px;
  margin-bottom: 17px;
  font-size: 26px;
}

.list-card-sec05 .list-item .h3-top::before {
  left: 50%;
  bottom: 0;
  transform: translateY(-50%) translateX(-50%);
}

.list-card-sec05 .list-item>a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

.list-card-sec05 .list-item>a .list-img>img {
  width: 100px;
  height: 100px;
  margin: 40px auto 20px auto;
}

.list-card-sec05 .list-item>a .h3-top {
  line-height: 1;
}

.list-card-sec05 .list-item>a>ul {
  margin-bottom: 38px;
}

.list-card-sec05 .list-item>a:before {
  content: "";
  position: absolute;
  transform: translateY(-100%) rotate(45deg);
  width: 8px;
  height: 8px;
  bottom: 3%;
  right: 6%;
  border: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 3;
}

.list-card-sec05 .list-item>a::after {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  bottom: 2%;
  right: 2%;
  background-color: #BAA185;
  z-index: 1;
}

.list-card-sec05 .list-item:hover {
  background-color: #F2EEEA;
  box-shadow: 10px 10px rgba(114, 90, 62, 0.3);
  transition: 0.3s;
}

.list-card01,
.list-card02,
.list-card-sec04,
.list-card-sec05 {
  display: flex;
  flex-wrap: wrap;
}

.list-card01.col2 .list-item,
.list-card02.col2 .list-item,
.list-card-sec04.col2 .list-item,
.list-card-sec05.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-card-sec04.col2 .list-item:nth-child(odd),
.list-card-sec05.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-card-sec04.col2 .list-item:nth-child(n+3),
.list-card-sec05.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-card-sec04.col2 .list-item:last-child,
.list-card-sec05.col2 .list-item:last-child {
  margin-right: 0;
}

.list-card01.col3 .list-item,
.list-card02.col3 .list-item,
.list-card-sec04.col3 .list-item,
.list-card-sec05.col3 .list-item {
  width: 31.25%;
}

.list-card01.col3 .list-item:not(:nth-child(3n)),
.list-card02.col3 .list-item:not(:nth-child(3n)),
.list-card-sec04.col3 .list-item:not(:nth-child(3n)),
.list-card-sec05.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-card-sec04.col3 .list-item:nth-child(n+4),
.list-card-sec05.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-card-sec04.col3 .list-item:last-child,
.list-card-sec05.col3 .list-item:last-child {
  margin-right: 0;
}

.list-card01.col4 .list-item,
.list-card02.col4 .list-item,
.list-card-sec04.col4 .list-item,
.list-card-sec05.col4 .list-item {
  width: 23.5%;
}

.list-card01.col4 .list-item:not(:nth-child(4n)),
.list-card02.col4 .list-item:not(:nth-child(4n)),
.list-card-sec04.col4 .list-item:not(:nth-child(4n)),
.list-card-sec05.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-card-sec04.col4 .list-item:nth-child(n+5),
.list-card-sec05.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-card-sec04.col4 .list-item:last-child,
.list-card-sec05.col4 .list-item:last-child {
  margin-right: 0;
}

.list-card01.center,
.list-card02.center,
.list-card-sec04.center,
.list-card-sec05.center {
  justify-content: center;
}

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

  .sec01 .container,
  .sec01 .footer-inr,
  .sec01 .breadcrumb ul,
  .breadcrumb .sec01 ul,
  .sec01 .pc-navi01,
  .sec01 .pc-navi02,
  .sec01 .pc-navi03 {
    display: block;
  }

  .sec01 .t-ttl {
    margin-bottom: 20px;
  }

  .sec01 .list-top-news02 {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec01 .scroll {
    width: 100%;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .sec01 .btn-more {
    width: 100%;
  }

  .sec01::before {
    height: 120%;
    bottom: 0;
  }

  .sec02 {
    padding: 30px 0 0 0;
  }

  .sec02-layout {
    display: block;
  }

  .sec02-layout .l-item {
    margin-bottom: 30px;
  }

  .sec02 .l-item .top-calendar {
    padding: 20px 15px;
  }

  .sec03 {
    padding: 20px 0 30px;
  }

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

  .sec03 .t-ttl {
    text-align: left;
  }

  .sec03 .t-ttl .en {
    font-size: 70px;
  }

  .sec03 .h3-top {
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-size: 20px;
  }

  .sec03 .h3-top::before {
    width: 50px;
    height: 2px;
    left: 0;
    bottom: 0;
    transform: translateY(0) translateX(0);
  }

  .sec03 .l-btn {
    flex-direction: column;
    gap: 15px;
  }

  .sec03 .l-btn .btn-more {
    min-width: 200px;
  }

  .sec04 {
    padding: 40px 0 20px 0;
  }

  .sec04::before {
    width: 200px;
    height: 100px;
    border: solid 10px #F2EEEA;
    top: 100px;
    left: -50px;
    right: auto;
    z-index: -2;
  }

  .sec04::after {
    width: 180px;
    height: 120px;
    background-color: #F2EEEA;
    bottom: 0;
    right: 0;
    z-index: -2;
  }

  .sec05 {
    padding: 30px 0 40px;
  }

  .sec05 .l-style03.sec05-01 .l-img::before {
    width: 26%;
    height: 48%;
    bottom: -10px;
    right: -10px;
  }

  .sec05 .l-style03.sec05-01 .l-desc::before {
    width: 40%;
    height: 42%;
    top: -10px;
    left: -10px;
  }

  .sec05 .l-style03.sec05-02 .l-img::before {
    width: 40%;
    height: 105%;
    transform: translateY(-50%);
    top: 50%;
    left: -10px;
  }

  .sec05 .l-style03.sec05-02 .l-desc::before {
    width: 40%;
    height: 40%;
    border: solid 10px #EADDD1;
    bottom: -20px;
    right: -20px;
  }

  .sec05 .l-style03.sec05-03 .l-img::before {
    width: 58%;
    height: 40%;
    top: -10px;
    right: -10px;
  }

  .sec05 .l-style03.sec05-03 .l-desc::before {
    border: solid 10px #EADDD1;
    width: 30%;
    height: 67%;
    bottom: -20px;
    left: -20px;
  }

  .sec05 .l-style03.sec05-04 .l-img::before {
    width: 50%;
    height: 40%;
    bottom: -10px;
    left: -10px;
  }

  .sec05 .l-style03.sec05-04 .l-desc::before {
    width: 30%;
    height: 73%;
    top: -10px;
    right: -10px;
  }

  .sec06 {
    padding: 30px 0;
  }

  .sec06 .sec06-layout {
    padding: 10px;
    display: flex;
    flex-direction: column-reverse;
  }

  .sec06 .sec06-layout .l-desc {
    flex: 1;
    display: flex;
  }

  .sec06 .sec06-layout .l-desc .desc-inr {
    margin: 15px 15px 20px 15px;
  }

  .sec06 .sec06-layout .l-desc .desc-inr>h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .sec06 .sec06-layout .l-desc .desc-inr>p {
    margin-bottom: 15px;
  }

  .sec06 .sec06-layout .sec06-img::before {
    background: linear-gradient(0deg, #FFFFFF, transparent 20%);
  }

  .sec07 {
    padding: 30px 0;
  }

  .sec08 {
    padding: 30px 0;
  }

  .sec08 .sec08-layout {
    display: block;
  }

  .sec08 .sec08-layout .l-img::before {
    width: 50%;
    height: 50%;
    top: -10px;
    right: -10px;
  }

  .sec08 .sec08-layout .l-desc .desc-inr {
    padding: 30px 0;
    margin: auto 0;
  }

  .sec08 .sec08-layout .l-desc .desc-inr .t-ttl {
    margin-bottom: 10px;
  }

  .sec08 .sec08-layout .l-desc .desc-inr .t-ttl .jp {
    line-height: 2.2;
  }

  .sec08 .sec08-layout .l-desc .desc-inr>p {
    margin-bottom: 20px;
  }

  .sec08 .sec08-layout .l-desc .desc-inr .l-btn {
    display: grid;
    gap: 20px;
  }

  .sec08 .sec08-layout .l-desc .desc-inr .l-btn .btn-more {
    min-width: 200px;
  }

  .sec09 {
    padding: 50px 0 50px 0;
  }

  .top-flex-layout {
    display: block;
  }

  .map-layout01 {
    grid-template-columns: 1fr;
  }

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

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

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

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

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

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

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

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

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

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

  .map-layout-sec09 {
    position: relative;
    display: block;
  }

  .map-layout-sec09 .l-map iframe {
    width: 100%;
  }

  .map-layout-sec09 .l-desc {
    position: relative;
    bottom: 0;
    right: 0;
  }

  .map-layout-sec09 .l-desc .sec09-box {
    padding: 25px 20px 30px 20px;
  }

  .map-layout-sec09 .l-desc .sec09-box>h3 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .map-layout-sec09 .l-desc .sec09-box>p {
    margin-bottom: 15px;
  }

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

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

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

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

  .l-style03 {
    display: block;
    margin-bottom: 20px;
  }

  .l-style03 .l-img {
    width: 100%;
  }

  .l-style03 .l-desc {
    width: 95%;
    position: relative;
    top: -30px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    transform: translateY(0);
  }

  .l-style03 .l-desc .l-desc-inr {
    padding: 20px;
  }

  .l-style03 .l-desc .l-desc-inr .h3-top {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .l-style03 .l-desc .l-desc-inr>p {
    margin-bottom: 25px;
    font-size: 14px;
  }

  .l-style03 .l-desc .l-desc-inr .sec05-txt-bg {
    padding: 3px 3px 3px 10px;
    margin-bottom: 10px;
  }

  .l-style03.reverse .l-desc {
    left: 0;
  }

  .list-card-sec05 .list-img {
    margin-bottom: 0;
  }

  .list-card-sec05 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .list-card01.col2 .list-item,
  .list-card02.col2 .list-item,
  .list-card-sec04.col2 .list-item,
  .list-card-sec05.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-card-sec04.col2 .list-item:nth-child(odd),
  .list-card-sec05.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-card-sec04.col2 .list-item:nth-child(n+2),
  .list-card-sec05.col2 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .list-card01.col3 .list-item,
  .list-card02.col3 .list-item,
  .list-card-sec04.col3 .list-item,
  .list-card-sec05.col3 .list-item {
    width: 100%;
  }

  .list-card01.col3 .list-item:not(:nth-child(3n)),
  .list-card02.col3 .list-item:not(:nth-child(3n)),
  .list-card-sec04.col3 .list-item:not(:nth-child(3n)),
  .list-card-sec05.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-card-sec04.col3 .list-item:nth-child(n+2),
  .list-card-sec05.col3 .list-item:nth-child(n+2) {
    margin-top: 20px;
  }

  .list-card01.col4,
  .list-card02.col4,
  .list-card-sec04.col4,
  .list-card-sec05.col4 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin: 0 0 30px 0;
  }

  .list-card01.col4 .list-item,
  .list-card02.col4 .list-item,
  .list-card-sec04.col4 .list-item,
  .list-card-sec05.col4 .list-item {
    width: 100%;
  }

  .list-card01.col4 .list-item:not(:nth-child(4n)),
  .list-card02.col4 .list-item:not(:nth-child(4n)),
  .list-card-sec04.col4 .list-item:not(:nth-child(4n)),
  .list-card-sec05.col4 .list-item:not(:nth-child(4n)) {
    margin-right: 0;
  }

  .list-card01.col4 .list-item:nth-child(n+5),
  .list-card02.col4 .list-item:nth-child(n+5),
  .list-card-sec04.col4 .list-item:nth-child(n+5),
  .list-card-sec05.col4 .list-item:nth-child(n+5) {
    margin-top: 0;
  }

  .list-card01.col4 .list-item:last-child,
  .list-card02.col4 .list-item:last-child,
  .list-card-sec04.col4 .list-item:last-child,
  .list-card-sec05.col4 .list-item:last-child {
    margin-right: 0;
  }

  .list-card01.col4 .list-item .num,
  .list-card02.col4 .list-item .num,
  .list-card-sec04.col4 .list-item .num,
  .list-card-sec05.col4 .list-item .num {
    font-size: 30px;
  }

  .list-card01.col4 .list-item>h3,
  .list-card02.col4 .list-item>h3,
  .list-card-sec04.col4 .list-item>h3,
  .list-card-sec05.col4 .list-item>h3 {
    position: absolute;
    bottom: 15px;
    font-size: 13px;
    line-height: 1.6;
  }

  .list-card01.col4 .list-item span,
  .list-card02.col4 .list-item span,
  .list-card-sec04.col4 .list-item span,
  .list-card-sec05.col4 .list-item span {
    padding: 0 5px;
  }
}

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

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

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

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

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

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

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

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

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

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

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

.list-top-news02 .list-item {
  display: flex;
  align-items: center;
  padding: 22px 0;
  border-bottom: 1px solid #E0DEDC;
}

@media (max-width: 800px) {
  .list-top-news02 .list-item {
    padding: 15px 0;
  }
}

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

.list-top-news02 time {
  font-family: "Cormorant Garamond", serif;
  color: #BAA185;
  margin-right: 30px;
  font-size: 20px;
}

.list-top-news02 .list-txt {
  width: 100%;
  line-height: 1.2;
  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-news03 .list-item {
  padding: 0 20px 20px;
  border-bottom: 1px solid #C7C7C7;
}

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

.list-top-news03 time {
  font-family: "Cormorant Garamond", serif;
  color: #BAA185;
}

.list-top-news03 .list-txt dt {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
}

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

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

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

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

.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 .list-desc>time,
.list-top-blog02 .list-item a .list-desc>time {
  font-size: 20px;
}

.list-top-blog01 .list-item a .list-desc .list-ttl,
.list-top-blog02 .list-item a .list-desc .list-ttl {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic;
  line-height: 1.5;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  overflow-wrap: anywhere;
  word-break: break-all;
}

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

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

.list-top-blog01 .list-img,
.list-top-blog02 .list-img {
  overflow: hidden;
  margin-bottom: 10px;
}

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

.list-top-blog01 time,
.list-top-blog02 time {
  display: block;
  color: #BAA185;
  font-size: 14px;
  font-family: "Cormorant Garamond", serif;
  line-height: 1;
  margin-bottom: 10px;
}

.list-top-blog01 .no-post,
.list-top-blog02 .no-post {
  white-space: nowrap;
}

@media (max-width: 800px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.txt-color01 {
  color: #BAA185;
}

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

.page-top-desc {
  position: absolute;
  bottom: -120px;
  left: 0;
  background: #F2EEEA;
  width: fit-content;
  min-width: 720px;
  max-width: 90%;
  padding: 35px 80px;
}

.page-ttl-sub {
  text-align: left;
  display: block;
  font-size: 100px;
  font-family: "Cormorant Garamond", serif;
  color: #BAA185;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.3;
  margin-bottom: 20px;
}

.page-ttl-main {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
}

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

  .page-top-desc {
    min-width: 90%;
    max-width: 90%;
    padding: 20px 20px;
    bottom: -80px;
  }

  .page-ttl-sub {
    font-size: 48px;
    margin-bottom: 10px;
    line-height: 1;
  }

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

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

.u-h2::before,
.post-category-ttl::before,
.postdata h1::before {
  content: "";
  background: #BAA185;
  width: 50px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

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

.u-h3 .-num,
.post-ttl .-num,
.postdata h2 .-num {
  font-size: 58px;
  font-family: "Cormorant Garamond", serif;
  color: #BAA185;
  font-weight: 400;
  display: inline-block;
  margin-right: 15px;
  line-height: 1;
}

.u-h3::before,
.post-ttl::before,
.postdata h2::before {
  content: "";
  background: #BAA185;
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

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

.u-h4::before,
.postdata h3::before {
  content: "";
  background: #BAA185;
  width: 14px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 19px;
}

@media (max-width: 800px) {

  .u-h2,
  .post-category-ttl,
  .postdata h1 {
    font-size: 25px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }

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

  .u-h3 .-num,
  .post-ttl .-num,
  .postdata h2 .-num {
    margin-right: 10px;
    font-size: 40px;
  }

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

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

/*------------
パンクズリスト
--------------*/
.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: #3C352C;
}

.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 #BAA185;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
}

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

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

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

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

.flow-style01 {
  display: grid;
  padding-top: 15px;
}

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

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

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

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

.flow-style01.col4 .flow-ttl {
  font-size: 17px;
}

.flow-style01.col4 .flow-ttl.line2 {
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .flow-style01.col4 .flow-ttl.line2 {
    height: auto;
  }
}

.flow-style01>li {
  border: 1px solid #E0DEDC;
  padding: 30px 25px;
  position: relative;
}

.flow-style01 .flow-num {
  font-size: 24px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: -20px;
  left: 25px;
  color: #BAA185;
}

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

.flow-style01 .flow-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}

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

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

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

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

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

  .flow-style01>li {
    padding: 20px;
  }
}

.u-box01 {
  padding: 50px 40px;
  background: #F2EEEA;
  border: 1px solid #E0DEDC;
}

.u-box01-ttl {
  font-size: 32px;
  text-align: center;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .u-box01-ttl {
    line-height: 1.5;
  }
}

.u-box01-sbttl {
  display: block;
  text-align: center;
  font-size: 20px;
  color: #BAA185;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-weight: 400;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.u-box01-sbttl::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 50px;
  background: #BAA185;
}

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

  .u-box01-ttl {
    font-size: 24px;
    line-height: 1.4;
  }

  .u-box01-sbttl {
    font-size: 18px;
    padding-bottom: 15px;
    margin-bottom: 20px;
  }
}

.u-box02 {
  padding: 40px 50px;
  background: #F2EEEA;
  border: 1px solid #E0DEDC;
}

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

.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.w30,
.l-imgL .l-img.w30 {
  width: 30%;
}

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

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

@media (max-width: 800px) {

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

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

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

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

.u-layout01 {
  padding-bottom: 100px;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 50px;
  position: relative;
}

.u-layout01::before {
  content: "";
  position: absolute;
  background: #F2EEEA;
  bottom: 0;
  right: 0;
  height: 314px;
  width: calc(100% - 210px);
  z-index: -1;
}

.u-layout01::after {
  content: "";
  position: absolute;
  background: #F2EEEA;
  bottom: 0;
  right: 0;
  transform: translateX(100%);
  height: 314px;
  width: 100%;
  z-index: -1;
}

.u-layout01 .l-img {
  width: 57%;
  margin-right: -80px;
}

.u-layout01 .l-img img {
  width: 100%;
  height: 430px;
  object-fit: cover;
}

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

@media (max-width: 800px) {
  .u-layout01 {
    padding-bottom: 30px;
    flex-direction: column;
    gap: 30px;
  }

  .u-layout01::before {
    height: calc(100% - 350px);
    width: calc(100% - 40px);
  }

  .u-layout01::after {
    height: calc(100% - 350px);
  }

  .u-layout01 .l-img {
    width: 100%;
    margin-right: 0;
  }

  .u-layout01 .l-img img {
    height: 240px;
  }

  .u-layout01 .l-desc {
    width: 100%;
  }
}

.u-card01 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.u-card01 .l-img {
  position: relative;
}

.u-card01 .card-ttl {
  display: block;
  margin: -17px auto 0;
  width: 80%;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  background: #725A3E;
  color: #fff;
  line-height: 1;
  position: relative;
  padding: 5px 10px;
  z-index: 1;
}

@media (max-width: 800px) {
  .u-card01 {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .u-card01 .card-ttl {
    font-size: 20px;
    margin: -10px auto 0;
  }
}

.list-col2 {
  display: flex;
  flex-wrap: wrap;
}

.list-col2>.list-item {
  width: 48%;
}

.list-col2>.list-item:nth-child(odd) {
  margin-right: 4%;
}

.list-col2>.list-item:nth-child(n+3) {
  margin-top: 40px;
}

.list-col2>.list-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>.list-item {
    width: 100%;
  }

  .list-col2>.list-item:nth-child(odd) {
    margin-right: 0;
  }

  .list-col2>.list-item:nth-child(n+2) {
    margin-top: 30px;
  }

  .list-col2 .list-img {
    margin-bottom: 15px;
  }
}

.faq-style04 .item+.item {
  border-top: 1px dashed #ccc;
  margin-top: 30px;
  padding-top: 30px;
}

.faq-style04 dt {
  font-weight: bold;
  font-size: 20px;
  padding-left: 60px;
  margin-bottom: 15px;
  position: relative;
}

.faq-style04 dd {
  position: relative;
  padding-left: 60px;
}

.faq-style04 dd .faq-icon {
  background-color: #725A3E;
}

.faq-style04 .faq-icon {
  color: #fff;
  display: grid;
  place-items: center;
  background-color: #BAA185;
  border-radius: 3px;
  width: 35px;
  height: 35px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 800px) {
  .faq-style04 .item+.item {
    margin-top: 15px;
    padding-top: 15px;
  }

  .faq-style04 dt {
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.tel-layout02 {
  background: #F2EEEA;
  max-width: 800px;
  padding: 5%;
  margin: 0 auto;
}

.tel-layout02 .l-ttl {
  border-bottom: 1px solid #BAA185;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 25px;
  width: fit-content;
}

.tel-layout02 .wrapper {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}

.tel-layout02 .l-tel {
  display: flex;
  gap: 5px;
  align-items: flex-end;
  justify-content: center;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  color: #BAA185;
  font-size: 35px;
  line-height: 1;
}

.tel-layout02 .l-tel img {
  margin-bottom: 4px;
}

.tel-layout02 .l-time {
  display: grid;
  grid-gap: 10px;
  line-height: 1.5;
}

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

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

@media (max-width: 800px) {
  .tel-layout02 .l-ttl {
    font-size: 13px;
    margin: 0 auto 25px;
  }

  .tel-layout02 .wrapper {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
  }

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

  .tel-layout02 .l-time dd {
    font-size: 12px;
  }
}

.staff-layout {
  display: flex;
  flex-direction: row-reverse;
}

.staff-layout .l-img {
  flex: 1;
}

.staff-layout .l-desc {
  flex: 1.5;
  margin-right: 50px;
}

.staff-layout .job {
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-size: 18px;
  margin-bottom: 5px;
}

.staff-layout .name {
  margin-bottom: 30px;
}

.staff-layout .jp {
  font-size: 30px;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  margin-right: 25px;
}

.staff-layout .en {
  font-size: 18px;
  font-family: "Cormorant Garamond", serif;
  color: #BAA185;
}

.staff-career {
  font-size: 14px;
}

.staff-career li {
  padding: 5px 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: #F2EEEA;
}

.list-card01 .list-img {
  text-align: center;
  margin-bottom: 15px;
}

.list-card01 .num {
  display: block;
  color: #725A3E;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

.list-card01 .list-ttl {
  border-bottom: 1px solid #BAA185;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-size: 20px;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.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: 30px 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.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-anchor-link01 {
  display: flex;
  flex-wrap: wrap;
}

.list-anchor-link01 li {
  position: relative;
}

.list-anchor-link01 li::after {
  content: "";
  display: inline-block;
  background: #e0e0e0;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}

.list-anchor-link01 a {
  display: inline-block;
  position: relative;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  padding-right: 25px;
}

.list-anchor-link01 a::before {
  content: "";
  background: url(../images/share/icon_anchor_link.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 3px;
}

.list-anchor-link01 a:hover {
  text-decoration: underline;
}

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

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

.table-style03 th.bg01 {
  background: #F2EEEA;
  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__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: 290px;
  left: calc((100% - 872px) / 2);
}

.gallery-slider01 .splide__arrow--next {
  top: 290px;
  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;
  }
}

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

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

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

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

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

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

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

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

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

@media (max-width: 800px) {

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

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

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

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

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

.flow-style06 {
  border: 2px solid #F2EEEA;
  background: #fff;
  padding: 5%;
}

.flow-style06>li+li {
  border-top: 1px solid #E0DEDC;
  padding-top: 70px;
  margin-top: 70px;
  position: relative;
}

.flow-style06>li+li::before {
  content: "";
  background: url(../images/share/flow_arrow02.svg) no-repeat center/contain;
  width: 45px;
  height: 45px;
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
}

.flow-style06 .flow-ttl {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  border-bottom: 1px solid #E0DEDC;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

.flow-style06 .flow-ttl .num {
  background: #BAA185;
  display: inline-block;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  padding: 0 10px;
  margin-top: 3px;
}

.flow-style06 .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 5%;
}

.flow-style06 .flow-img {
  width: 40%;
}

.flow-style06 .flow-desc {
  flex: 1;
}

@media (max-width: 800px) {
  .flow-style06 {
    padding: 25px;
  }

  .flow-style06>li+li {
    padding-top: 50px;
    margin-top: 50px;
  }

  .flow-style06 .flow-ttl {
    flex-direction: column;
    gap: 10px;
    font-size: 20px;
    line-height: 1.5;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }

  .flow-style06 .flow-ttl .num {
    margin: 0;
  }

  .flow-style06 .wrap {
    flex-direction: column;
    gap: 30px;
  }

  .flow-style06 .flow-img {
    width: 100%;
  }
}

.box-type01 {
  background: #F2EEEA;
  border: 1px solid #E0DEDC;
  padding: 40px;
}

.box-type01 .box-ttl {
  font-size: 22px;
  margin-bottom: 20px;
}

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

  .box-type01 .box-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.merit-demerit {
  display: flex;
}

.merit-demerit .list-item {
  flex: 1;
  background-color: #F2EEEA;
  padding: 30px;
  border-top: 2px solid #BAA185;
}

.merit-demerit .list-item:nth-child(even) {
  margin-left: 4%;
  border-top: 2px solid #725A3E;
}

.merit-demerit .list-item:nth-child(even) .list-ttl .en {
  color: #725A3E;
}

.merit-demerit .list-item:nth-child(even) .list-disc>li::before {
  background: #725A3E;
}

.merit-demerit .list-ttl {
  margin-bottom: 20px;
}

.merit-demerit .list-ttl .en {
  font-size: 30px;
  font-family: "Cormorant Garamond", serif;
  color: #BAA185;
  margin-right: 15px;
  line-height: 1;
}

.merit-demerit .list-ttl .jp {
  font-size: 16px;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-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;
  }
}

.list-disc li {
  position: relative;
  padding-left: 15px;
}

.list-disc li:before {
  content: "";
  background: #BAA185;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: 0;
  top: 13px;
  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 #BAA185;
  border-bottom: 2px solid #BAA185;
  transform: rotate(-45deg);
}

@media (max-width: 800px) {
  .list-disc li:before {
    top: 11px;
  }

  .list-check li:before {
    top: 8px;
  }
}

.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;
  }
}

.table-style02 {
  background-color: #fff;
  border: 1px solid #e1e1e1;
}

.table-style02 th,
.table-style02 td {
  border: 1px solid #e1e1e1;
  line-height: 1.7;
  padding: 15px;
}

.table-style02 th {
  background-color: #BAA185;
  font-weight: bold;
  color: #fff;
  vertical-align: middle;
  width: 30%;
}

.table-style02 th.bg01 {
  background-color: #F2EEEA;
  color: #3C352C;
}

.table-style02 .table-img {
  text-align: center;
}

@media (max-width: 800px) {
  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

  .table-scroll::before {
    content: "※横にスクロールできます。";
  }

  .table-scroll::-webkit-scrollbar {
    height: 5px;
  }

  .table-scroll::-webkit-scrollbar-track {
    border-radius: 5px;
    background: #F2EEEA;
  }

  .table-scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #BAA185;
  }

  .table-scroll table {
    margin-bottom: 10px;
    width: 200%;
  }
}

.box-type03 {
  background: #BAA185;
  color: #fff;
  padding: 40px;
}

.box-type03.-color01 {
  background: #725A3E;
}

.box-type03 .box-ttl {
  display: flex;
  align-items: flex-start;
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.7;
}

.box-type03 .box-ttl img {
  width: 25px;
  margin: 5px 15px 0 0;
}

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

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

  .box-type03 .box-ttl {
    font-size: 18px;
  }

  .box-type03 .box-ttl img {
    width: 25px;
    margin: 4px 10px 0 0;
  }
}

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

.dl-style01 dt {
  background: #BAA185;
  color: #fff;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  font-size: 17px;
  line-height: 1.5;
  padding: 20px;
  width: 25%;
}

.dl-style01 dt .num {
  display: block;
  font-family: "Cormorant Garamond", serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

.u-box-btn .btn-more {
  max-width: 300px;
  margin: auto;
}

@media (max-width: 800px) {
  .u-box-btn .btn-more {
    width: 100%;
    min-width: auto;
    max-width: none;
    text-align: left;
  }
}

.u-map {
  width: 100%;
}

/*------------
Footer
--------------*/
.footer {
  position: relative;
  color: #FFFFFF;
  background-color: #725A3E;
  padding: 80px 0 0 0;
}

.footer-top .footer-inr {
  display: flex;
}

.footer-top .f-left {
  flex: 1;
  margin-right: 50px;
}

.footer-top .f-right {
  flex: 1;
}

.footer .f-logo {
  display: block;
  max-width: 200px;
  margin-bottom: 20px;
}

.footer .f-access {
  margin-bottom: 10px;
}

.footer .f-cta {
  display: flex;
  align-items: center;
}

.footer .f-cta a:nth-child(1) {
  margin-right: 20px;
}

.footer .f-bottom {
  background: #fff;
  padding: 50px 0;
}

.footer .time-table-dl {
  margin-top: 17px;
}

.footer .time-table-dl dt {
  padding: 0 17px;
  border: solid 1px #A29688;
}

.footer .time-table-dl dd {
  padding: 0 17px;
}

.footer .f-navi {
  display: flex;
  justify-content: flex-end;
  gap: 50px;
  font-size: 15px;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
}

.footer .f-navi-item {
  width: fit-content;
}

.footer .f-navi-ttl {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #A29688;
}

.footer .f-navi-list li {
  position: relative;
  padding-left: 15px;
  line-height: 2.4;
}

.footer .f-navi-list li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  border: 0px;
  border-top: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}

.footer .f-navi-list li a:hover {
  text-decoration: underline;
}

.footer .f-navi-list li.child {
  margin-left: 15px;
}

.footer .f-navi-list li.child::before {
  top: 12px;
  transform: none;
  width: 6px;
  height: 1px;
  border: none;
  background: #725A3E;
}

.footer .copyright {
  font-size: 12px;
  line-height: 1;
  color: #fff;
  text-align: center;
  padding: 15px;
  background: #725A3E;
}

.footer .pagetop {
  display: block;
  background-color: #FFFFFF;
  width: 50px;
  height: 50px;
  position: absolute;
  border: solid 1px #BAA185;
  bottom: 30px;
  right: 30px;
  z-index: 2;
  transition: 0.3s;
}

.footer .pagetop:hover {
  transform: translateY(-10px);
}

.footer .pagetop:after {
  content: "";
  width: 11px;
  height: 11px;
  border: 0px;
  border-top: 1px solid #BAA185;
  border-right: 1px solid #BAA185;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

  .footer-top .footer-inr {
    display: block;
  }

  .footer-top .f-left {
    margin-right: 0;
    margin-bottom: 30px;
  }

  .footer .f-logo {
    margin: 0 auto 20px;
  }

  .footer .f-cta {
    display: block;
  }

  .footer .f-cta a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer .f-bottom {
    padding: 40px 0;
  }

  .footer .f-navi {
    display: block;
    justify-content: space-between;
  }

  .footer .f-navi-item {
    width: 100%;
  }

  .footer .f-navi-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer .f-navi-ttl {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .footer .copyright {
    font-size: 11px;
    padding: 15px 15px 65px;
  }

  .footer .pagetop {
    display: none;
  }

  .fixed-menu01,
  .fixed-menu02 {
    display: none;
  }
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid #BAA185;
}

.list-post-type02 .list-item:not(:last-child) {
  margin-bottom: 50px;
}

.list-post-type02 .list-cont+.list-cont {
  margin-top: 35px;
}

.list-post-type02 .btn-more {
  display: block;
  margin: 45px auto 0;
}

.list-post-type02.single .list-item {
  padding: 0;
  border: none;
}

.list-post-type03 {
  display: flex;
  flex-wrap: wrap;
}

.list-post-type03 .list-item {
  width: 31.25%;
  transition: 0.4s ease-in-out;
}

.list-post-type03 .list-item a:hover .list-img img {
  transform: scale(1.1);
}

.list-post-type03 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}

.list-post-type03 .list-item:nth-child(n+4) {
  margin-top: 50px;
}

.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}

.list-post-type03 .list-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.5s;
}

.list-post-type03 .list-ttl {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}

.post-layout {
  display: flex;
}

.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
}

.post-layout .post-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.post-layout .post-desc {
  flex: 2;
}

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

.postdata h4 {
  font-size: 18px;
  color: #725A3E;
}

.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}

.postdata h5:after {
  content: "-";
  color: #725A3E;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}

.postdata h6 {
  font-size: 16px;
  color: #725A3E;
}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 15px;
}

.postdata a {
  text-decoration: underline;
}

.postdata a:hover {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

.postdata ul li {
  list-style: inside disc;
}

.postdata ul li>ul {
  margin: 0 0 0 15px;
}

.postdata ol li {
  list-style: inside decimal;
}

.postdata ol li>ol {
  margin: 0 0 0 15px;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.post-data time {
  font-size: 20px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #BAA185;
  line-height: 1;
}

.post-data .post-category01,
.post-data .post-category02 {
  margin-left: 15px;
}

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

.post-category01 {
  border: 1px solid #BAA185;
  color: #BAA185;
  line-height: 1;
  padding: 5px 10px;
  display: inline-block;
}

.post-category01 span {
  font-size: 12px;
}

.post-category01 span:not(:first-child):before {
  content: " / ";
}

.post-category02 {
  line-height: 1;
  margin-left: -2px;
}

.post-category02 span {
  display: inline-block;
  font-size: 12px;
  border: 1px solid #BAA185;
  color: #BAA185;
  padding: 5px 10px;
  margin: 2px;
}

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}

.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}

.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #BAA185;
  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: #BAA185;
  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: "Cormorant Garamond", serif;
  font-weight: 500;
}

.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
  font-size: 28px;
}

.post-number a:hover {
  color: #BAA185;
}

.post-number .current {
  color: #BAA185;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
  font-size: 28px;
}

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #BAA185;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 28px;
}

.post-number-single a {
  display: block;
  color: #BAA185;
}

.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: 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: 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: center;
    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;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
}

@media (max-width: 800px) {
  .l-ttl {
    font-size: 26px;
    margin-bottom: 20px;
  }
}

/*------------
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: 220px;
  padding: 13px 25px;
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  color: #3C352C;
  border: 1px solid #3C352C;
  transition: 0.3s;
  position: relative;
  z-index: 5;
  letter-spacing: 0.05em;
}

.btn-more:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  z-index: 3;
}

.btn-more::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  background-color: #BAA185;
  z-index: 1;
}

.btn-more:hover {
  background-color: #EADDD1;
  border: 1px solid #BAA185;
}

.btn-more.center {
  margin-left: auto;
  margin-right: auto;
}

.btn-more.wide {
  max-width: 320px;
}

.btn-more.btn-white {
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}

.btn-more.btn-white:before {
  content: "";
  border-top: 1px solid #3C352C;
  border-right: 1px solid #3C352C;
}

.btn-more.btn-white::after {
  background-color: #FFFFFF;
}

.btn-more.btn-white:hover {
  background-color: #EADDD1;
  border: 1px solid #BAA185;
  color: #3C352C;
}

.btn-icon {
  background: #BAA185;
  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;
    text-align: left;
  }

  .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%, #3C352C 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: #E0DEDC;
  --event02: #BAA185;
  --event03: #3C352C;
  --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;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
}

.business-calendar-box-wrap .business-calendar caption {
  font-size: 15px;
  text-align: center;
  margin: 0 0 5px;
  padding-bottom: 5px;
  border-bottom: solid 1px #E0DEDC;
}

.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: 35px;
  height: 25px;
}

.business-calendar-box-wrap .business-calendar-past a:before,
.business-calendar-box-wrap .business-calendar-future a:before {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 10px;
  transform: translateY(-50%) rotate(225deg);
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: 1px solid #BAA185;
  border-right: 1px solid #BAA185;
  z-index: 3;
}

.business-calendar-box-wrap .business-calendar-future a::before {
  transform: rotate(45deg);
  bottom: 2px;
  right: 12px;
}

.business-calendar-box-wrap .business-calendar th {
  border: 0;
  text-align: center;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}

.business-calendar-box-wrap .business-calendar td {
  background: #FFFFFF;
  border: 0;
  position: relative;
  font-size: 15px;
  padding: 5px;
  z-index: 0;
}

.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  background: #ccc;
  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 .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 {
  text-align: center;
  overflow: hidden;
}

.time-table-head .item {
  padding: 10px 0;
}

.time-table-head {
  border-bottom: 1px solid #E0DEDC;
}

.time-table-body {
  border-bottom: 1px solid #E0DEDC;
}

.time-table-body .item {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
}

.time-table-body .item:first-child {
  letter-spacing: 0;
}

.time-table-head,
.time-table-body {
  display: grid;
  grid-template-columns: 120px repeat(6, 1fr) 60px;
}

.time-table.large .time-table-head,
.time-table.large .time-table-body {
  grid-template-columns: 220px repeat(6, 1fr) 100px;
}

.time-table-txt {
  line-height: 1.5;
  margin-top: 10px;
}

.time-table-dl {
  display: flex;
  font-weight: 400;
  margin-top: 17px;
}

.time-table-dl dt {
  padding: 0 17px;
  border: solid 1px #BAA185;
}

.time-table-dl dd {
  padding: 0 17px;
}

@media (max-width: 800px) {
  .time-table-head {
    font-size: 12px;
  }

  .time-table-head .item {
    padding: 5px 0;
  }

  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }

  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }

  .time-table-head,
  .time-table-body {
    grid-template-columns: 70px repeat(6, 1fr) 50px !important;
  }

  .time-table-txt {
    font-size: 13px;
  }
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 26px;
  font-family: "FP-ヒラギノ明朝 StdN W4", sans-serif;
  color: #BAA185;
  line-height: 1;
  position: relative;
}

.tel .tel-txt-s {
  font-size: 20px;
}

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

.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 */
