@charset "UTF-8";

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

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

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

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

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

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

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
select {
  vertical-align: middle;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

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

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

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

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0;
  background-color: #FFF;
}

html {
  scroll-behavior: smooth;
}

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

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Zen Old Mincho", serif;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

@media (max-width: 800px) {

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

th,
dt {
  font-family: "Zen Old Mincho", serif;
}

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

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

.container.wide,
.breadcrumb ul.wide {
  max-width: 1200px;
}

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

.container.wide-most,
.breadcrumb ul.wide-most {
  max-width: 1600px;
}

.container.narrow,
.breadcrumb ul.narrow {
  max-width: 800px;
}

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

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

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

/*------------
Header
--------------*/
.header {
  width: 100%;
  margin: 0 auto;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  transition: 0.3s;
}

@media (min-width: 801px) {
  .header {
    height: 150px;
  }
}

@media (max-width: 800px) {
  .header {
    height: 82px;
    background-color: #FFF;
  }
}

.header.is-fixed {
  background-color: #FFF;
}

.header-inr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

@media (min-width: 801px) {
  .header-inr {
    padding: 0 40px;
    justify-content: space-between;
    gap: 30px;
  }
}

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

.header .h-logo {
  width: 100%;
  max-width: 485px;
  max-height: 65px;
  transition: 0.3s;
}

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

@media (max-width: 1280px) {
  .header .h-logo {
    max-width: 350px;
  }
}

@media (max-width: 800px) {
  .header .h-logo {
    max-width: 280px;
  }

  .header .h-logo img {
    width: auto;
    max-height: 39px;
  }
}


@media (min-width: 801px) {
  .header .h-logo.is-fixed {
    width: 100%;
    max-width: 410px;
    max-height: 83px;
  }
}

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

@media (max-width: 800px) {
  .header .h-logo .h-logo01 {
    display: none;
  }
}

@media (min-width: 801px) {
  .header .h-logo .h-logo02 {
    display: none;
  }
}

@media (min-width: 801px) {
  .header .h-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: end;
    gap: 25px;
  }
}

@media (min-width: 801px) {
  .header .h-info {
    display: flex;
    align-items: center;
  }
}

.header .h-tel {
  font-size: 23px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin-right: 20px;
  white-space: nowrap;
}

.header .h-tel:before {
  width: 17px;
  height: 21px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel_b.svg) 0 0/100% no-repeat;
}

.header .h-time {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  margin-right: 20px;
  white-space: nowrap;
}

.header .h-time.is-fixed {
  display: none;
}

.header .h-time li {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 10px;
  margin: 4px 0;
}

.header .h-time span {
  width: 84px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ECE4DB;
}

.header .h-btn {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-right: 21px;
}

@media (max-width: 800px) {
  .header .h-btn {
    display: none;
  }
}

.header .h-web {
  width: 197px;
  height: 46px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
  background-color: #714110;
}

.header .h-web:before {
  width: 24px;
  height: 18px;
  content: "";
  display: block;
  background: url(../images/share/icon_mail.svg) 0 0/100% no-repeat;
}

.header .h-web:hover {
  opacity: 0.8;
}

.header .h-line {
  width: 197px;
  height: 46px;
  color: #FFF;
  font-size: 15px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  background-color: #2C3E50;
}

.header .h-line:before {
  width: 27px;
  height: 26px;
  content: "";
  display: block;
  background: url(../images/share/icon_line.svg) 0 0/100% no-repeat;
}

.header .h-line:hover {
  opacity: 0.8;
}

@media (max-width: 800px) {

  .header .h-tel,
  .header .h-time,
  .header .h-btn {
    display: none;
  }
}

/*------------
G-navi
--------------*/
.pc-navi {
  display: none;
}

@media (min-width: 801px) {
  .pc-navi.is-open {
    width: 100%;
    height: 100%;
    overflow: scroll;
    padding: 130px 0 0;
    display: block;
    background: url(../images/share/nav_bg.jpg) 100% 50%/cover no-repeat;
    position: fixed;
    top: 0;
    left: 0;
  }
}

@media (max-width: 800px) {
  .pc-navi.is-open {
    display: none;
  }
}

.pc-navi-inr {
  display: flex;
  justify-content: space-between;
}

.pc-navi-info {
  width: 47.8515625%;
}

.pc-navi-logo {
  width: 334px;
  margin-bottom: 31px;
}

.pc-navi-address {
  line-height: 1.8;
  font-size: 15px;
  margin-bottom: 15px;
}

.pc-navi-tel {
  font-size: 26px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 10px;
}

.pc-navi-tel:before {
  width: 20px;
  height: 25px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel_b.svg) 0 0/100% no-repeat;
}

.pc-navi-cta {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 30px;
}

.pc-navi-web {
  width: 141px;
  height: 33px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  background-color: #714110;
  transition: 0.3s;
}

.pc-navi-web:before {
  width: 17px;
  height: 13px;
  content: "";
  display: block;
  background: url(../images/share/icon_mail.svg) 0 0/100% no-repeat;
}

.pc-navi-web:hover {
  opacity: 0.8;
}

.pc-navi-line {
  width: 141px;
  height: 33px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  background-color: #2C3E50;
  transition: 0.3s;
}

.pc-navi-line:before {
  width: 19px;
  height: 19px;
  content: "";
  display: block;
  background: url(../images/share/icon_line.svg) 0 0/100% no-repeat;
}

.pc-navi-line:hover {
  opacity: 0.8;
}

.pc-navi-nav {
  width: 41.015625%;
}

.pc-navi-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 50px 0px;
}

.pc-navi-list a:hover {
  text-decoration: underline;
}

.pc-navi .item01 {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
}

.pc-navi .item02 {
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pc-navi .item02:before {
  width: 6px;
  height: 1px;
  content: "";
  display: block;
  background-color: #ED5876;
}

.pc-navi-copyright {
  width: 100%;
  padding: 53px 0 10px;
  color: #A58F79;
  font-size: 12px;
  letter-spacing: 0.05em;
  text-align: center;
}

.pc-dropdown {
  position: relative;
}

.pc-dropdown::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 40px;
}

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

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

.pc-dropdown .pc-navi-child:before {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 15px solid #FFF;
  border-top: 0;
  content: "";
  display: block;
  margin: 0 auto;
  position: absolute;
  top: -15px;
  left: 0;
  right: 0;
}

.pc-dropdown .pc-navi-child li {
  width: 100%;
  color: #424242;
  font-size: 15px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  white-space: nowrap;
  line-height: 2.5;
  display: flex;
  align-items: center;
  gap: 8px;
}

.pc-dropdown .pc-navi-child li::before {
  width: 6px;
  height: 1px;
  content: "";
  display: block;
  background-color: #424242;
}

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

.sp-navi {
  display: none;
}

.hamburger {
  background-color: #A58F79;
}

@media (min-width: 801px) {
  .hamburger {
    width: 98px;
    height: 98px;
    position: relative;
    z-index: 100;
  }
}

@media (max-width: 800px) {
  .hamburger {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 16px;
    right: 16px;
  }
}

.hamburger-bar01 {
  height: 1px;
  background-color: #FFF;
  position: absolute;
  transition: 0.3s;
}

@media (min-width: 801px) {
  .hamburger-bar01 {
    width: 56px;
    top: 30px;
    left: 21px;
  }
}

@media (max-width: 800px) {
  .hamburger-bar01 {
    width: 20px;
    top: 17px;
    left: 15px;
  }
}

.hamburger-bar01.is-open {
  transform: rotate(-30deg);
}

@media (min-width: 801px) {
  .hamburger-bar01.is-open {
    top: 38px;
  }
}

@media (max-width: 800px) {
  .hamburger-bar01.is-open {
    top: 25px;
  }
}

.hamburger-bar02 {
  height: 1px;
  background-color: #FFF;
  position: absolute;
  transition: 0.3s;
}

@media (min-width: 801px) {
  .hamburger-bar02 {
    width: 56px;
    top: 38px;
    left: 21px;
  }
}

@media (max-width: 800px) {
  .hamburger-bar02 {
    width: 20px;
    top: 25px;
    left: 15px;
  }
}

.hamburger-bar02.is-open {
  opacity: 0;
}

.hamburger-bar03 {
  height: 1px;
  background-color: #FFF;
  position: absolute;
  transition: 0.3s;
}

@media (min-width: 801px) {
  .hamburger-bar03 {
    width: 56px;
    top: 46px;
    left: 21px;
  }
}

@media (max-width: 800px) {
  .hamburger-bar03 {
    width: 20px;
    top: 32px;
    left: 15px;
  }
}

.hamburger-bar03.is-open {
  transform: rotate(30deg);
}

@media (min-width: 801px) {
  .hamburger-bar03.is-open {
    top: 38px;
  }
}

@media (max-width: 800px) {
  .hamburger-bar03.is-open {
    top: 25px;
  }
}

@media (min-width: 801px) {
  .hamburger-menu {
    color: #FFF;
    font-size: 17px;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.05em;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
  }
}

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

.hamburger-menu:before {
  content: "MENU";
}

.hamburger-menu.is-open:before {
  content: "CLOSE";
}

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

  :root {
    --navi-background: #6ABA63;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: '秀英角ゴシック銀 B', "游ゴシック Medium", "Yu Gothic Medium", YuGothic, 'Yu Gothic', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'メイリオ', Meiryo, sans-serif;
    --sp-btn-color: #E67A7A;
  }

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

  .sp-navi .sp-navi-btns {
    width: 100%;
    height: 50px;
    display: flex;
    background-color: #A58F79;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10000;
  }

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

  .sp-navi .sp-navi-btns .item {
    border-right: 1px solid #fff;
    line-height: 1.1;
    font-size: 10px;
    font-family: "Zen Old Mincho", serif;
    letter-spacing: 0.05em;
    text-align: center;
    white-space: nowrap;
  }

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

  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #fff;
    text-decoration: none;
    height: 100%;
  }

  .sp-navi .sp-navi-btns .item .img {
    height: 20px;
    display: flex;
    align-items: center;
  }

  .sp-navi .sp-navi-btns .item .ttl {
    min-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

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

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

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

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

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

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

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 4px) 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%, -4px) rotate(45deg);
  }

  .sp-navi {
    /* コンテンツ */
  }

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

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

  .sp-navi .sp-navi-list {
    margin: 0 0 30px;
  }

  .sp-navi .sp-navi-list>li>a,
  .sp-navi .sp-navi-list>li span {
    display: block;
    font-size: 15px;
    font-family: "Zen Old Mincho", serif;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }

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

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

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

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

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

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

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

  .sp-navi .sp-navi-list .child .column-2 {
    column-count: 2;
  }

  .sp-navi .sp-navi-list .child>ul>li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "Zen Old Mincho", serif;
  }

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

  .sp-navi .sp-navi-list .child>ul>li.child-li {
    margin-left: 15px;
    color: #888888;
    padding-left: 0;
  }

  .sp-navi .sp-navi-list .child>ul>li.child-li::before {
    display: none;
  }

  .sp-navi .sp-navi-list .child>ul>li.child-li>a {
    font-size: 13px;
  }

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

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

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
}

@media (min-width: 801px) {
  .hero {
    margin-bottom: 90px;
  }
}

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

.hero-layout {
  height: 100%;
  position: relative;
}

@media (min-width: 801px) {
  .hero-layout {
    aspect-ratio: 1800/800;
  }
}

.hero-img {
  width: 100%;
}

.hero .splide__control {
  position: absolute;
}

@media (min-width: 801px) {
  .hero .splide__control {
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width: 800px) {
  .hero .splide__control {
    bottom: 80px;
    right: 16px;
  }
}

.hero .splide__pagination__page {
  background-color: #B6B6B6;
}

@media (min-width: 801px) {
  .hero .splide__pagination__page {
    width: 8px;
    height: 8px;
  }
}

@media (max-width: 800px) {
  .hero .splide__pagination__page {
    width: 7px;
    height: 7px;
  }
}

.hero .splide__pagination__page.is-active {
  background-color: #A58F79;
  transform: scale(1);
}

.hero-desc {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

@media (min-width: 801px) {
  .hero-desc {
    top: 37.5%;
  }
}

@media (max-width: 800px) {
  .hero-desc {
    top: 33.164556962%;
  }
}

.hero-ttl {
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  letter-spacing: 0.055em;
  text-shadow: 0 0 10px #000, 0 0 10px #000;
}

@media (min-width: 801px) {
  .hero-ttl {
    line-height: 1.4545454545;
    font-size: clamp(20px, 3.056vw, 55px);
  }
}

@media (max-width: 800px) {
  .hero-ttl {
    width: 100%;
    line-height: 1.4482758621;
    font-size: clamp(19px, 7.25vw, 29px);
  }
}

.hero-fig {
  position: absolute;
}

@media (min-width: 801px) {
  .hero-fig {
    width: 26.8333333333%;
    bottom: 8%;
    left: 3.9444444444%;
  }
}

@media (max-width: 800px) {
  .hero-fig {
    width: 60.5%;
    bottom: -51px;
    left: 4%;
    z-index: 1;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}

@media (min-width: 801px) {
  .t-ttl {
    padding-bottom: 22px;
    gap: 0px;
    margin-bottom: 50px;
  }
}

@media (max-width: 800px) {
  .t-ttl {
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}

.t-ttl .en {
  color: #EDE4DB;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  letter-spacing: 0;
}

@media (min-width: 801px) {
  .t-ttl .en {
    font-size: 150px;
  }
}

@media (max-width: 800px) {
  .t-ttl .en {
    font-size: 60px;
  }
}

.t-ttl .jp {
  font-weight: 500;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
}

@media (min-width: 801px) {
  .t-ttl .jp {
    padding: 0 7px;
    line-height: 1.5;
    font-size: 33px;
    position: absolute;
    bottom: 0px;
    left: 0;
  }
}

@media (max-width: 800px) {
  .t-ttl .jp {
    line-height: 1.5;
    font-size: 20px;
    margin: -20px auto 0;
  }
}

/*------------
Block
--------------*/
.sec01 {
  position: relative;
}

@media (min-width: 801px) {
  .sec01 {
    padding-bottom: 167px;
  }
}

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

@media (min-width: 801px) {
  .sec01-layout {
    display: flex;
    justify-content: space-between;
    align-items: start;
    gap: 93px;
    position: relative;
  }
}

@media (min-width: 801px) {
  .sec01 .t-ttl {
    padding-bottom: 16px;
  }
}

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

@media (min-width: 801px) {
  .sec01 .t-ttl .en {
    font-size: 90px;
  }
}

@media (min-width: 801px) {
  .sec01 .t-ttl .jp {
    font-size: 22px;
  }
}

@media (min-width: 1025px) {
  .sec01-body {
    width: 690px;
    padding-top: 27px;
  }
}

@media (min-width: 801px) {
  .sec01 .btn-wrap {
    width: 180px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 800px) {
  .sec01 .btn-wrap {
    width: 140px;
    margin: 30px auto 0;
  }
}

.sec02 {
  position: relative;
}

@media (max-width: 1200px) {
  .sec02 {
    padding: 50px 0;
  }
}

.sec02-deco01 {
  width: 27.9444444444%;
  height: auto;
  aspect-ratio: 503/563;
  background: url(../images/sec02_deco01.png) 0 0/100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}


.sec02-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "body img";
  align-items: center;
}

.sec02-layout .l-img {
  grid-area: img;
  position: relative;
}

.sec02-layout .l-img::before {
  width: 20%;
  content: "";
  display: block;
  background-image: linear-gradient(to right, #FFF 10%, transparent 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.sec02-layout .l-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec02-layout .l-body {
  grid-area: body;
  padding: 0 10%;
}


@media (max-width: 801px) {
  .sec02-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "body";
  }

  .sec02-layout .l-img::before {
    display: none;
  }

  .sec02-layout .l-body {
    padding: 0 5%;
  }
}


.sec02 .img {
  width: 100%;
}

.sec03 {
  position: relative;
  z-index: 0;
}

@media (min-width: 1201px) {
  .sec03 {
    padding: 100px 0;
  }
}

@media (max-width: 1200px) {
  .sec03 {
    padding: 50px 0;
  }
}

.sec03:after {
  content: "";
  display: block;
  background-color: #ECE4DB;
  width: 100%;
  height: 600px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

@media (max-width: 801px) {
  .sec03:after {
    height: auto;
    top: 350px;
    bottom: 0;
  }
}

.sec03 .t-ttl {
  text-align: center;
  margin-bottom: 92px;
}

.sec03 .t-ttl .jp {
  margin: 0 auto;
  left: 0;
  right: 0;
}

.sec03 .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 27px;
}


@media (max-width: 801px) {
  .sec03 .list {
    grid-template-columns: 1fr;
  }
}

.sec03 .head {
  position: relative;
  margin-bottom: 88px;
}

@media (max-width: 1200px) {
  .sec03 .head {
    margin-bottom: 65px;
  }
}

.sec03 .num {
  height: 100%;
  width: 58px;
  font-size: 41px;
  color: #A58F79;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  writing-mode: vertical-rl;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 801px) {
  .sec03 .num {
    width: 25px;
    font-size: 20px;
  }
}

.sec03 .num:after {
  width: 1px;
  height: 100%;
  content: "";
  display: block;
  background-color: #A58F79;
}

.sec03 .ttl {
  font-family: "Zen Old Mincho", serif;
  background-color: #FFF;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 1;
  padding: 25px;
  font-size: 17px;
}

@media (max-width: 801px) {
  .sec03 .ttl {
    padding: 15px;
    font-size: 15px;
  }
}

.sec03 .img {
  width: 100%;
}

@media (min-width: 1201px) {
  .sec03 .img {
    padding-left: 58px;
    padding-right: 30px;
  }
}

@media (max-width: 1200px) {
  .sec03 .img {
    padding-left: 32px;
  }
}

.sec03 .txt {
  line-height: 2;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
}

@media (min-width: 1201px) {
  .sec03 .btn-wrap {
    width: 200px;
    margin: 53px auto 0;
  }
}

@media (max-width: 1200px) {
  .sec03 .btn-wrap {
    width: 180px;
    margin: 30px auto 0;
  }
}

.sec04 {
  position: relative;
}

@media (max-width: 1200px) {
  .sec04 {
    padding: 50px 0;
  }
}

.sec04-deco01 {
  width: 27.9444444444%;
  height: auto;
  aspect-ratio: 503/563;
  background: url(../images/sec04_deco01.png) 0 0/100% no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.sec04-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "img body";
  overflow: hidden;
}

.sec04-layout .l-img {
  grid-area: img;
  position: relative;
}

.sec04-layout .l-img img {
  object-fit: cover;
  height: 100%;
}

.sec04-layout .l-img::before {
  width: 20%;
  content: "";
  display: block;
  background-image: linear-gradient(to left, #FFF 10%, transparent 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
}

.sec04-layout .l-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec04-layout .l-body {
  grid-area: body;
  padding: 140px 10%;
  inline-size
}

.sec04-layout .t-ttl .en {
  font-size: min(150px, 8cqi);
}

.sec04-layout .btn-wrap {
  margin: 60px 0px 0px;
  width: 200px;
}

@media (max-width: 801px) {
  .sec04-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "body";
  }

  .sec04-layout .l-img {
    margin-bottom: 30px;
  }

  .sec04-layout .l-img::before {
    display: none;
  }

  .sec04-layout .l-body {
    padding: 0 5%;
  }

  .sec04-layout .t-ttl .en {
    font-size: 60px;
  }
}

@media (min-width: 801px) {
  .sec05 {
    padding: 91px 0 100px;
    background: url(../images/sec05_bg01.jpg) 0 50%/cover no-repeat;
  }
}

@media (max-width: 800px) {
  .sec05 {
    padding: 50px 0;
    background-color: #ECE4DB;
  }
}

.sec05 .t-ttl {
  text-align: center;
  margin-bottom: 52px;
}

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

.sec05 .t-ttl .jp {
  margin: 0 auto;
  right: 0;
}

.sec05 .t-ttl .dot {
  font-feature-settings: "palt";
}

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

.sec05-layout {
  display: flex;
  gap: 40px;
  flex-direction: column;
}

@media (max-width: 800px) {
  .sec05-layout {
    gap: 30px;
  }
}

.sec05 .box {
  display: flex;
  background-color: #FFF;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.09);
}

@media (min-width: 1001px) {
  .sec05 .box {
    padding: 60px 120px 60px 80px;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
  }
}

@media (max-width: 1000px) {
  .sec05 .box {
    padding: 40px 30px 30px 20px;
    flex-direction: column;
    gap: 28px;
  }
}

.sec05 .ttl {
  line-height: 1.45;
  font-size: 20px;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.sec05 .list {
  line-height: 2;
  font-size: 15px;
  letter-spacing: 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.sec05 .item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.sec05 .item:before {
  width: 17px;
  height: 17px;
  content: "";
  display: block;
  background: url(../images/sec05_bg02.png) 0 0/100% no-repeat;
}

.sec05 .btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

@media (min-width: 801px) {
  .sec05 .btn {
    width: 452px;
  }
}

.sec05 .btn .en {
  color: #FFF;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0;
}

@media (min-width: 801px) {
  .sec05 .btn .en {
    font-size: 52px;
  }
}

@media (max-width: 800px) {
  .sec05 .btn .en {
    font-size: 35px;
  }
}

.sec05 .btn .jp {
  color: #FFF;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
}

@media (min-width: 801px) {
  .sec05 .btn .jp {
    font-size: 14px;
  }
}

@media (max-width: 800px) {
  .sec05 .btn .jp {
    font-size: 11px;
  }
}

.sec05 .btn01 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #A58F79;
  background-image: url(../images/sec05_bg04.png), url(../images/sec05_bg03.png);
  background-repeat: no-repeat, no-repeat;
}

@media (min-width: 801px) {
  .sec05 .btn01 {
    height: 110px;
    padding: 0 0 0 107px;
    background-position: 20px 50%, right 11px bottom 11px;
    background-size: 70px 70px, 75px 6px;
  }
}

@media (max-width: 800px) {
  .sec05 .btn01 {
    height: 90px;
    padding: 0 0 0 81px;
    background-position: 11px 50%, right 6px bottom 8px;
    background-size: 60px 60px, 50px 6px;
  }
}

.sec05 .btn01:hover {
  opacity: 0.8;
}

.sec05 .btn02 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #A58F79;
  background-image: url(../images/sec05_bg05.png), url(../images/sec05_bg03.png);
  background-repeat: no-repeat, no-repeat;
}

@media (min-width: 801px) {
  .sec05 .btn02 {
    height: 110px;
    padding: 0 0 0 107px;
    background-position: 20px 50%, right 11px bottom 11px;
    background-size: 70px 70px, 75px 6px;
  }
}

@media (max-width: 800px) {
  .sec05 .btn02 {
    height: 90px;
    padding: 0 0 0 81px;
    background-position: 11px 50%, right 6px bottom 8px;
    background-size: 60px 60px, 50px 6px;
  }
}

.sec05 .btn02:hover {
  opacity: 0.8;
}

.sec05 .btn03 {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #A58F79;
  background-image: url(../images/sec05_bg06.png), url(../images/sec05_bg03.png);
  background-repeat: no-repeat, no-repeat;
}

@media (min-width: 801px) {
  .sec05 .btn03 {
    height: 110px;
    padding: 0 0 0 107px;
    background-position: 20px 50%, right 11px bottom 11px;
    background-size: 70px 70px, 75px 6px;
  }
}

@media (max-width: 800px) {
  .sec05 .btn03 {
    height: 90px;
    padding: 0 0 0 81px;
    background-position: 11px 50%, right 6px bottom 8px;
    background-size: 60px 60px, 50px 6px;
  }
}

.sec05 .btn03:hover {
  opacity: 0.8;
}

@media (min-width: 1201px) {
  .sec06 {
    padding: 100px 0 47px;
  }
}

@media (max-width: 1200px) {
  .sec06 {
    padding: 50px 0;
  }
}

.sec06 .t-ttl {
  text-align: center;
  margin-bottom: 60px;
}

.sec06 .t-ttl .jp {
  margin: 0 auto;
  right: 0;
}

.sec06-layout {
  display: grid;
  grid-template-columns: 1fr 56.67%;
  grid-template-areas: "body img";
  align-items: end;
  padding-left: 5%;
}

.sec06-layout+.sec06-layout {
  margin-top: 90px;
}

.sec06-layout .l-img {
  grid-area: img;
}

.sec06-layout .l-img img {
  width: 100%;
  min-height: 580px;
  object-fit: cover;
  box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
}

.sec06-layout .l-body {
  grid-area: body;
  padding: 10%;
  color: #FFF;
  margin-top: 80px;
  background-color: rgba(165, 143, 121, 0.9);
  margin-right: -120px;
  position: relative;
}

.sec06-layout .ttl {
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  font-size: 37px;
  margin-bottom: 40px;
}

.sec06-layout .btn-wrap {
  width: 200px;
  margin: 50px 0 0;
  height: 60px;
  background-color: #FFF;
}

.sec06 .btn-more {
  height: 100%;
  line-height: 1;
}

.sec06-layout.reverse {
  grid-template-columns: 56.67% 1fr;
  grid-template-areas: "img body";
  padding-left: 0;
  padding-right: 5%;
}

.sec06-layout.reverse .l-body {
  margin-top: 80px;
  margin-right: 0;
  margin-left: -120px;
}

@media (max-width: 800px) {
  .sec06-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "body";
    padding-left: 0;
  }

  .sec06-layout+.sec06-layout {
    margin-top: 50px;
  }

  .sec06-layout .l-img {}

  .sec06-layout .l-img img {
    min-height: 0;
  }

  .sec06-layout .l-body {
    padding: 35px 25px;
    margin: 0;
  }

  .sec06-layout .ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sec06-layout .btn-wrap {
    width: 180px;
    margin: 30px auto 0;
  }

  .sec06-layout.reverse {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "body";
    padding: 0;
  }

  .sec06-layout.reverse .l-body {
    margin: 0;
  }
}


.sec06-layout02 {
  display: flex;
  margin-top: 100px;
}

@media (min-width: 801px) {
  .sec06-layout02 {
    flex-wrap: wrap;
    gap: 50px 0;
    justify-content: space-between;
  }
}

@media (max-width: 800px) {
  .sec06-layout02 {
    width: 90%;
    flex-direction: column;
    gap: 20px;
    margin: 50px auto 0;
  }
}

.sec06-layout02 .en {
  color: #A58F79;
  line-height: 1;
  font-family: "Cormorant Garamond", serif;
}

@media (min-width: 801px) {
  .sec06-layout02 .en {
    font-size: 110px;
  }
}

@media (max-width: 800px) {
  .sec06-layout02 .en {
    font-size: 50px;
  }
}

.sec06-layout02 .jp {
  color: #A58F79;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
}

@media (min-width: 801px) {
  .sec06-layout02 .jp {
    font-size: 28px;
  }
}

@media (max-width: 800px) {
  .sec06-layout02 .jp {
    font-size: 20px;
  }
}

.sec06 .item01 {
  height: auto;
  aspect-ratio: 579/407;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/sec06_bg01.jpg) 0 0/cover no-repeat;
  position: relative;
  z-index: 0;
}

@media (min-width: 801px) {
  .sec06 .item01 {
    width: 48.25%;
  }
}

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

.sec06 .item01:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec06 .item01:after {
  width: 99px;
  height: 8px;
  content: "";
  display: block;
  background: url(../images/share/arrow.png) 0 0/100% no-repeat;
}

@media (min-width: 801px) {
  .sec06 .item01:after {
    margin-top: 25px;
  }
}

@media (max-width: 800px) {
  .sec06 .item01:after {
    margin-top: 20px;
  }
}

.sec06 .item01:hover {
  opacity: 0.5;
}

.sec06 .item02 {
  height: auto;
  aspect-ratio: 579/407;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: url(../images/sec06_bg02.jpg) 0 0/cover no-repeat;
  position: relative;
  z-index: 0;
}

@media (min-width: 801px) {
  .sec06 .item02 {
    width: 48.25%;
  }
}

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

.sec06 .item02:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec06 .item02:after {
  width: 99px;
  height: 8px;
  content: "";
  display: block;
  margin-top: 25px;
  background: url(../images/share/arrow.png) 0 0/100% no-repeat;
}

.sec06 .item02:hover {
  opacity: 0.5;
}

.sec06 .item03 {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../images/sec06_bg03.jpg) 0 0/cover no-repeat;
  position: relative;
  z-index: 0;
}

@media (min-width: 801px) {
  .sec06 .item03 {
    aspect-ratio: 1200/407;
    padding: 70px;
    align-items: start;
  }
}

@media (max-width: 800px) {
  .sec06 .item03 {
    aspect-ratio: 579/407;
    align-items: center;
  }
}

.sec06 .item03:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.78);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.sec06 .item03:after {
  width: 99px;
  height: 8px;
  content: "";
  display: block;
  margin-top: 25px;
  background: url(../images/share/arrow.png) 0 0/100% no-repeat;
}

.sec06 .item03:hover {
  opacity: 0.5;
}

.sec07 {
  position: relative;
}

@media (max-width: 1200px) {
  .sec07 {
    padding: 50px 0;
  }
}

.sec07-deco01 {
  width: 31.7777777778%;
  height: auto;
  aspect-ratio: 572/640;
  background: url(../images/sec07_deco01.png) 0 0/100% no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.sec07-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-areas: "body img";
  align-items: center;
}

.sec07-layout .l-img {
  grid-area: img;
  position: relative;
}

.sec07-layout .l-img::before {
  width: 20%;
  content: "";
  display: block;
  background-image: linear-gradient(to right, #FFF 10%, transparent 100%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.sec07-layout .l-img img {
  width: 100%;
  height: 100%;
  min-height: 640px;
  object-fit: cover;
}

.sec07-layout .l-body {
  grid-area: body;
  padding: 0 10%;
  position: relative;
}

.sec07-layout .btn-wrap {
  width: 200px;
  margin: 50px 0 0;
}

@media (max-width: 801px) {
  .sec07-layout {
    grid-template-columns: 1fr;
    grid-template-areas: "img" "body";
  }

  .sec07-layout .l-img img {
    min-height: 0;
  }

  .sec07-layout .l-img::before {
    display: none;
  }

  .sec07-layout .l-body {
    padding: 0 5%;
  }

  .sec07-layout .btn-wrap {
    margin: 50px auto 0;
  }
}


@media (min-width: 801px) {
  .sec08 {
    padding: 145px 0 90px;
  }
}

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

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

@media (min-width: 801px) {
  .sec08 .t-ttl .en {
    font-size: 90px;
  }
}

@media (min-width: 801px) {
  .sec08 .t-ttl .jp {
    font-size: 22px;
  }
}

@media (max-width: 800px) {
  .sec08-body {
    overflow: scroll;
  }
}

@media (min-width: 801px) {
  .sec08 .btn-wrap {
    width: 200px;
    margin: 60px auto 0;
  }
}

@media (max-width: 800px) {
  .sec08 .btn-wrap {
    width: 180px;
    margin: 30px auto 0;
  }
}

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

@media (min-width: 801px) {
  .sec09-layout {
    width: 100%;
    height: 466px;
    position: relative;
  }
}

@media (max-width: 800px) {
  .sec09-layout {
    width: 90%;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
}

@media (min-width: 801px) {
  .sec09 .content {
    width: 440px;
    padding: 50px 20px 70px;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    right: 40px;
    z-index: 1;
    transform: translateY(-50%);
  }
}

@media (max-width: 800px) {
  .sec09 .content {
    display: contents;
  }
}

.sec09 .t-ttl {
  text-align: center;
  margin-bottom: 26px;
}

@media (max-width: 800px) {
  .sec09 .t-ttl {
    order: 1;
  }
}

@media (min-width: 801px) {
  .sec09 .t-ttl .en {
    font-size: 90px;
  }
}

.sec09 .t-ttl .jp {
  margin: 0 auto;
  right: 0;
}

@media (min-width: 801px) {
  .sec09 .t-ttl .jp {
    font-size: 22px;
  }
}

.sec09 .txt {
  line-height: 1.8666666667;
  font-size: 15px;
  letter-spacing: 0.05em;
  text-align: center;
}

@media (max-width: 800px) {
  .sec09 .txt {
    order: 3;
  }
}

@media (min-width: 801px) {
  .sec09 .btn-wrap {
    width: 200px;
    margin: 40px auto 0;
  }
}

@media (max-width: 800px) {
  .sec09 .btn-wrap {
    width: 180px;
    margin: 30px auto 0;
    order: 4;
  }
}

@media (max-width: 800px) {
  .sec09 .map {
    order: 2;
  }
}

.sec09 .map iframe {
  width: 100%;
  height: auto;
}

@media (min-width: 801px) {
  .sec09 .map iframe {
    min-height: 466px;
    aspect-ratio: 1800/466;
  }
}

@media (max-width: 800px) {
  .sec09 .map iframe {
    aspect-ratio: 1/1;
  }
}

/*------------
Post
--------------*/
.list-top-news02 {
  border-top: 1px solid #DFDFDF;
}

.list-top-news02 .list-item {
  border-bottom: 1px solid #DFDFDF;
  display: flex;
  align-items: center;
  gap: 19px;
}

@media (min-width: 801px) {
  .list-top-news02 .list-item {
    min-height: 82px;
  }
}

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

.list-top-news02 time {
  color: #AAA;
  letter-spacing: 0.05em;
  font-family: "Cormorant Garamond", serif;
}

@media (min-width: 801px) {
  .list-top-news02 time {
    font-size: 19px;
  }
}

@media (max-width: 800px) {
  .list-top-news02 time {
    font-size: 12px;
  }
}

.list-top-news02 .list-txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .list-top-news02 .list-txt {
    font-size: 15px;
  }
}

@media (max-width: 800px) {
  .list-top-news02 .list-txt {
    font-size: 14px;
  }
}

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

/*ブログ*/
.list-top-blog01,
.list-top-blog02 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

@media (min-width: 801px) {

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

@media (max-width: 800px) {

  .list-top-blog01,
  .list-top-blog02 {
    width: 1024px;
  }
}

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

.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-img,
.list-top-blog02 .list-img {
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.05);
}

@media (min-width: 801px) {

  .list-top-blog01 .list-img,
  .list-top-blog02 .list-img {
    margin-bottom: 8px;
  }
}

@media (max-width: 800px) {

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

.list-top-blog01 .list-img img,
.list-top-blog02 .list-img img {
  width: 100%;
  height: auto;
  aspect-ratio: 241/164;
  object-fit: cover;
  transition: 0.5s;
}

.list-top-blog01 .list-ttl,
.list-top-blog02 .list-ttl {
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {

  .list-top-blog01 .list-ttl,
  .list-top-blog02 .list-ttl {
    font-size: 14px;
    margin-bottom: 12px;
  }
}

@media (max-width: 800px) {

  .list-top-blog01 .list-ttl,
  .list-top-blog02 .list-ttl {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.list-top-blog01 time,
.list-top-blog02 time {
  display: block;
  color: #AAA;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  line-height: 1;
}

@media (min-width: 801px) {

  .list-top-blog01 time,
  .list-top-blog02 time {
    font-size: 19px;
    margin-bottom: 7px;
  }
}

@media (max-width: 800px) {

  .list-top-blog01 time,
  .list-top-blog02 time {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

.list-top-blog01 .category,
.list-top-blog02 .category {
  display: flex;
  gap: 10px;
}

.list-top-blog01 .category span,
.list-top-blog02 .category span {
  padding: 0 10px;
  border-radius: 2px;
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #E4798D;
}

@media (min-width: 801px) {

  .list-top-blog01 .category span,
  .list-top-blog02 .category span {
    height: 18px;
    font-size: 11px;
  }
}

@media (max-width: 800px) {

  .list-top-blog01 .category span,
  .list-top-blog02 .category span {
    height: 20px;
    font-size: 10px;
  }
}

/*------------
下層ページタイトル
--------------*/
.page-ttl {
  margin-top: 150px;
  width: 100%;
  background: #ECE4DB;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 5%;
  height: 320px;
  min-height: 320px;
}

.page-ttl-main {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 50px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

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

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

/*------------
下層ページ見出し
--------------*/
.u-h2,
.post-category-ttl,
.postdata h1 {
  font-size: 40px;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.05em;
}

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

.u-h3,
.post-ttl,
.postdata h2 {
  border-bottom: 1px solid #D5D5D5;
  font-size: 26px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.05em;
}

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

.u-h4,
.postdata h3 {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 700;
  color: #A58F79;
  letter-spacing: 0.05em;
}

@media (max-width: 800px) {

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

  .u-h2::before,
  .post-category-ttl::before,
  .postdata h1::before {
    width: 30px;
  }

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

  .u-h3::before,
  .post-ttl::before,
  .postdata h2::before {
    width: 50px;
  }

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

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

.u-contents .btn-more {
  line-height: 1.2;
  width: 200px;
}

.u-contents .btn-more.wide {
  width: fit-content;
  padding: 0 40px;
}

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

  .u-contents .btn-more {
    line-height: 1.2;
    width: 100%;
  }

  .u-contents .btn-more.wide {
    width: 100%;
    padding: 0;
  }
}

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

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

.tall.bg01 {
  background: #EFF0E8;
}

.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 #D5D5D5;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "Zen Old Mincho", serif;
}

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

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

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

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

/*------------
追加パーツ
--------------*/
.u-box01 {
  background: #A58F79;
  padding: 30px 60px 50px 60px;
  color: #fff;
  position: relative;
}

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

.u-box01::before {
  content: "";
  width: 340px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/under/u-box01_deco.svg) right center/cover no-repeat;
}

@media (max-width: 800px) {
  .u-box01::before {
    width: 70%;
  }
}

.u-box01 .box-num {
  display: block;
  width: fit-content;
  font-family: "Cormorant Garamond", serif;
  font-size: 34px;
  line-height: 1;
  letter-spacing: 0;
  position: relative;
  padding-right: 90px;
  margin-left: -30px;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .u-box01 .box-num {
    font-size: 30px;
    padding-right: 65px;
    margin-left: 0;
    margin-bottom: 15px;
  }
}

.u-box01 .box-num::before {
  content: "";
  width: 70px;
  height: 1px;
  position: absolute;
  top: 24px;
  right: 0;
  background: #fff;
}

@media (max-width: 800px) {
  .u-box01 .box-num::before {
    width: 50px;
    top: 18px;
  }
}

.u-box01 .box-layout {
  display: flex;
  gap: 40px;
  flex-direction: row-reverse;
}

@media (max-width: 800px) {
  .u-box01 .box-layout {
    gap: 20px;
    flex-direction: column;
  }
}

.u-box01 .box-layout .l-img {
  flex: 1;
}

.u-box01 .box-layout .l-desc {
  flex: 2;
}

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

@media (max-width: 800px) {
  .u-box01 .box-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

.u-box02 {
  border: 1px solid #A58F79;
  padding: 50px;
  background: #fff;
}

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

.u-box02 .box-ttl {
  font-size: 20px;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .u-box02 .box-ttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.u-box03 {
  background: #F4EFEA;
  padding: 50px 50px 55px 115px;
  position: relative;
}

@media (max-width: 800px) {
  .u-box03 {
    padding: 25px 25px 25px 45px;
  }
}

.u-box03 .box-ttl {
  font-size: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #A58F79;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .u-box03 .box-ttl {
    font-size: 18px;
    margin-left: 45px;
    margin-bottom: 15px;
  }
}

.u-box03 .box-en {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 30px;
  padding: 15px 0 0 10px;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.25;
  width: 160px;
  height: 180px;
  background: url(../images/under/u-num_bg02.svg) left top/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media (max-width: 800px) {
  .u-box03 .box-en {
    font-size: 24px;
    width: 110px;
    height: 123px;
    padding: 10px 0 0 10px;
    line-height: 1;
  }
}

.u-list01 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 16px;
}

@media (max-width: 800px) {
  .u-list01 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 12px;
  }
}

.u-list01>li {
  background: #ECE4DB;
  line-height: 1.5;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  padding: 10px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.05em;
}

@media (max-width: 800px) {
  .u-list01>li {
    min-height: 55px;
    font-size: 14px;
  }
}

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

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

.u-list02>li {
  background: #F4EFEA;
  padding: 30px;
  position: relative;
}

@media (max-width: 800px) {
  .u-list02>li {
    padding: 30px 25px 25px;
  }
}

.u-list02 .list-num {
  font-family: "Cormorant Garamond", serif;
  font-weight: 400;
  font-size: 30px;
  padding: 4px 0 0 10px;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  width: 70px;
  height: 78px;
  background: url(../images/under/u-num_bg01.svg) left top/contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.u-list02 .list-ttl {
  text-align: center;
  font-size: 17px;
  padding-bottom: 10px;
  border-bottom: 1px solid #A58F79;
  margin-bottom: 15px;
}

.u-list03 {
  display: flex;
  gap: 14px;
  justify-content: center;
}

@media (max-width: 800px) {
  .u-list03 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 14px;
  }
}

.u-list03>li {
  max-width: 160px;
}

@media (max-width: 800px) {
  .u-list03>li {
    width: auto;
  }
}

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

.list-anchor-link01 {
  display: flex;
  flex-wrap: wrap;
}

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

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

.list-anchor-link01 a {
  display: inline-block;
  position: relative;
  padding-right: 25px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
}

.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 #D5D5D5;
  vertical-align: middle;
}

.table-style03 th {
  background: #A58F79;
  color: #fff;
}

.table-style03 th.bg01 {
  background: #F4EFEA;
  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;
  }

  .table-style03.sp-sticky th:first-child {
    position: sticky;
    top: 0;
    left: 0;
  }

  .table-style03.sp-sticky td:first-child {
    position: sticky;
    top: 0;
    left: 0;
  }
}

.box-style01 {
  border: 1px solid #D5D5D5;
  background: #F4EFEA;
  padding: 5%;
}

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

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

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

.box-style02 {
  border: 1px solid #D5D5D5;
  background: #fff;
  padding: 5%;
}

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

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

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

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

.list-disc li:before {
  content: "・";
  color: #A58F79;
  display: block;
  position: absolute;
  left: 0;
}

.list-check>li {
  padding-left: 30px;
  position: relative;
}

.list-check>li:before {
  content: "";
  background: url(../images/sec05_bg02.png) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 7px;
  width: 18px;
  height: 18px;
}

.list-check.col2 {
  column-count: 2;
}

@media (max-width: 800px) {
  .list-check.col2 {
    column-count: 1;
  }
}

.ttl-bg {
  font-weight: bold;
  background: #A58F79;
  color: #fff;
  font-size: 23px;
  padding: 5px 15px;
  margin-bottom: 25px;
}

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

.card-style01>li {
  background: #F4EFEA;
}

.card-style02>li {
  border: 1px solid #D5D5D5;
}

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

.card-style01>li,
.card-style02>li {
  padding: 25px;
  display: flex;
  flex-direction: column;
}

.card-style01>li p,
.card-style02>li p {
  flex: 1;
}

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

.card-style01 .card-ttl,
.card-style02 .card-ttl {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px;
}

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

.card-style01 .btn-more:before,
.card-style02 .btn-more:before {
  width: 46px;
  right: -20px;
  background: url(../images/share/arrow.png) 0 50%/46px 5px no-repeat;
}

@media (max-width: 800px) {

  .card-style01>li,
  .card-style02>li {
    display: block;
  }

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

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

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

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

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

  .card-style01 .card-ttl,
  .card-style02 .card-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .card-style01 .card-img,
  .card-style02 .card-img {
    margin-bottom: 20px;
  }
}

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

.staff-layout01 .wrapper.reverse {
  flex-direction: row;
}

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

.staff-layout01 .l-img figcaption {
  font-family: "Zen Old Mincho", serif;
  color: #A58F79;
  font-weight: bold;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
}

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

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

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

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

.staff-layout01 .l-ttl {
  border-bottom: 1px solid #D5D5D5;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  width: fit-content;
}

.staff-layout01 .l-message {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
}

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

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

  .staff-layout01 .wrapper.reverse {
    flex-direction: column;
  }

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

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

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

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

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

.card-profile {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 5%;
  font-size: 14px;
}

.card-profile .item {
  background: #F4EFEA;
  padding: 30px;
}

.card-profile .card-ttl {
  border-bottom: 1px dashed #D5D5D5;
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.card-profile.col1 {
  grid-template-columns: 1fr;
}

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

  .card-profile .item {
    padding: 20px;
  }
}

.dl-career {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 12px 0;
  line-height: 1.5;
}

.list-anchor-link02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}

.list-anchor-link02 a {
  display: flex;
  align-items: center;
  background: #F4EFEA;
  font-family: "Zen Old Mincho", serif;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  padding: 0 35px 0 15px;
  min-height: 60px;
  transition: opacity 0.3s;
}

.list-anchor-link02 a::after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #A58F79;
  border-bottom: 2px solid #A58F79;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
}

.list-anchor-link02 a:hover {
  opacity: 0.7;
}

@media (max-width: 800px) {
  .list-anchor-link02 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .list-anchor-link02 a {
    font-size: 13px;
    justify-content: center;
    text-align: center;
    padding: 8px 8px 20px;
    min-height: 0;
    height: 100%;
  }

  .list-anchor-link02 a::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    transform: translateX(50%) rotate(45deg);
  }

  .list-anchor-link02 a:hover {
    opacity: 0.7;
  }
}

.box-style03 {
  background: #F4EFEA;
  padding: 40px;
}

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

.box-style03 .box-ttl img {
  width: 27px;
}

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

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

  .box-style03 .box-ttl img {
    width: 25px;
  }
}

.u-btn-wrap {
  display: flex;
  gap: 30px;
  padding-right: 20px;
}

@media (max-width: 800px) {
  .u-btn-wrap {
    flex-direction: column;
    gap: 15px;
    padding-right: 0;
  }
}

.u-btn-wrap .btn-more:before {
  width: 46px;
  right: -20px;
  background: url(../images/share/arrow.png) 0 50%/46px 5px no-repeat;
}

.flow-style03 {
  display: grid;
  gap: 40px;
}

.flow-style03>li {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 50px;
  position: relative;
  min-height: 150px;
}

.flow-style03>li:not(:last-child)::before {
  content: "";
  background-color: #A58F79;
  width: 1px;
  position: absolute;
  top: 70px;
  bottom: 0;
  left: 33px;
}

.flow-style03>li:not(:last-child)::after {
  content: "";
  border-style: solid;
  border-width: 10px 5px 0 5px;
  border-color: #A58F79 transparent transparent transparent;
  position: absolute;
  bottom: -1px;
  left: 28px;
}

.flow-style03 .flow-num {
  font-size: 35px;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  color: #A58F79;
  text-align: center;
  line-height: 1;
  letter-spacing: 0;
}

.flow-style03 .flow-num::before {
  content: attr(data-en);
  display: block;
  font-size: 15px;
  letter-spacing: 0;
}

.flow-style03 .wrap {
  display: flex;
  flex-direction: row-reverse;
  gap: 50px;
}

.flow-style03 .flow-img {
  width: 35%;
}

.flow-style03 .flow-desc {
  flex: 1;
  padding-top: 10px;
}

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

@media (max-width: 800px) {
  .flow-style03 {
    gap: 40px;
  }

  .flow-style03>li {
    grid-template-columns: 50px 1fr;
    grid-gap: 15px;
  }

  .flow-style03>li:not(:last-child)::before {
    top: 55px;
    left: 24px;
  }

  .flow-style03>li:not(:last-child)::after {
    left: 20px;
  }

  .flow-style03 .flow-num {
    font-size: 32px;
  }

  .flow-style03 .flow-num::before {
    font-size: 14px;
  }

  .flow-style03 .wrap {
    flex-direction: column;
    gap: 15px;
  }

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

  .flow-style03 .flow-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .flow-style03 .flow-desc {
    padding-top: 0;
  }
}

.card-style03 {
  display: grid;
}

.card-style03>li {
  background: #F4EFEA;
  padding: 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}

.card-style03 .card-num {
  color: #A58F79;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-scroll-txt {
  display: none;
}

@media (max-width: 800px) {
  .table-scroll-txt {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }

  .table-scroll-txt::before {
    content: "";
    display: block;
    background: url(../images/share/icon_scroll.svg) no-repeat center/contain;
    width: 30px;
    height: 24.5px;
    margin-right: 10px;
  }

  .table-scroll {
    overflow-x: scroll;
    overflow-scrolling: touch;
    -webkit-overflow-scrolling: touch;
  }

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

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

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

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

  .table-scroll .table-style03.sp-wide {
    width: 250%;
  }

  .table-scroll .table-style03 th,
  .table-scroll .table-style03 td {
    padding: 12px 10px;
  }
}

.layout-large {
  display: flex;
  gap: 4.5%;
  margin: 0 0 0 -10%;
}

.layout-large .l-img {
  width: 55%;
}

.layout-large .l-desc {
  flex: 1;
}

.layout-large.reverse {
  flex-direction: row-reverse;
  margin: 0 -10% 0 0;
}

.layout-large .l-num {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
}

.layout-large .l-ttl {
  font-weight: bold;
  letter-spacing: 0;
  font-size: 26px;
  margin-bottom: 30px;
}

.layout-large .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.layout-large .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #4a8eff;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .layout-large {
    flex-direction: column;
    gap: 35px;
    margin: 0 -5vw;
  }

  .layout-large .l-img {
    width: 100%;
  }

  .layout-large.reverse {
    flex-direction: column;
    margin: 0 -5vw;
  }

  .layout-large .l-desc {
    padding: 0 5vw;
  }

  .layout-large .l-num {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .layout-large .l-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .layout-large .l-sub-ttl {
    gap: 20px;
    font-size: 18px;
    margin-bottom: 25px;
  }
}

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

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

.list-col2 .list-ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 800px) {
  .list-col2 .list-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

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

@media (max-width: 800px) {
  .list-col2 .list-img {
    margin-bottom: 15px;
  }
}

.list-col2 .list-map iframe {
  vertical-align: bottom;
  width: 100%;
  height: 408px;
}

@media (max-width: 800px) {
  .list-col2 .list-map iframe {
    height: 75vw;
  }
}

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

.flow-style01>li {
  background: #F4EFEA;
  padding: 25px;
  position: relative;
}

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

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

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

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

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

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

.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: 190px;
  left: calc((100% - 872px) / 2);
}

.gallery-slider01 .splide__arrow--next {
  top: 190px;
  right: calc((100% - 872px) / 2);
}

.gallery-slider01 .item-desc {
  margin-top: 25px;
}

.gallery-slider01 .item-ttl {
  font-size: 1.1875rem;
  font-weight: bold;
  line-height: 1.7;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .gallery-slider01 .item-desc {
    margin-top: 15px;
  }

  .gallery-slider01 .item-ttl {
    font-size: 1.125rem;
    line-height: 1.4;
  }
}

.faq-style02 {
  border-bottom: 1px solid #CCCCCC;
}

.faq-style02 .item {
  border-top: 1px solid #CCCCCC;
}

.faq-style02 dt {
  cursor: pointer;
  padding: 18px 50px;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

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

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

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

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

.faq-style02 .faq-icon {
  border: 1px solid #CCCCCC;
  border-radius: 50px;
  color: #333;
  font-weight: 700;
  font-size: 0.94rem;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  transition: 0.3s;
}

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

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

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

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

.faq-style02 .item>dt:hover .faq-icon {
  border: 1px solid #A58F79;
  background-color: #A58F79;
  color: #fff;
}

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

.faq-style02 .is-open .faq-icon {
  border: 1px solid #A58F79;
  background-color: #A58F79;
  color: #fff;
}

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

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

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

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

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

  .faq-style02 dd {
    padding: 0 50px 30px;
  }

  .faq-style02 .faq-open-icon {
    right: 0;
    top: 7px;
  }
}

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

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

.tel-layout01 .l-tel {
  display: flex;
  align-items: center;
  justify-content: center;
}

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

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

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

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

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

  .tel-layout01 .l-tel img {
    width: 22px;
  }
}

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

@media (max-width: 800px) {
  .u-map {
    height: 60vw;
  }
}

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

/*------------
Footer
--------------*/
.footer {
  background: url(../images/share/footer_bg.jpg) 100% 50%/cover no-repeat;
  position: relative;
}

@media (min-width: 801px) {
  .footer {
    width: 100%;
  }
}

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

@media (min-width: 801px) {
  .footer .f-inr {
    padding: 80px 0;
    display: flex;
    justify-content: space-between;
  }
}

@media (max-width: 800px) {
  .footer .f-inr {
    padding-bottom: 30px;
  }
}

@media (min-width: 801px) {
  .footer .f-info {
    width: 46.875%;
  }
}

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

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

@media (min-width: 801px) {
  .footer .f-logo {
    max-width: 334px;
    margin-bottom: 31px;
  }
}

@media (max-width: 800px) {
  .footer .f-logo {
    max-width: 280px;
    margin-bottom: 20px;
  }
}

.footer .f-logo img {
  width: 100%;
}

.footer .f-address {
  line-height: 1.8;
  font-size: 15px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}

.footer .f-tel {
  font-size: 26px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.1em;
  display: flex;
  align-items: center;
  gap: 7px;
}

@media (min-width: 801px) {
  .footer .f-tel {
    margin-bottom: 10px;
  }
}

@media (max-width: 800px) {
  .footer .f-tel {
    justify-content: center;
    margin-bottom: 20px;
  }
}

.footer .f-tel:before {
  width: 20px;
  height: 25px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel_b.svg) 0 0/100% no-repeat;
}

.footer .f-cta {
  display: flex;
  gap: 4px;
  margin-bottom: 31px;
}

@media (min-width: 801px) {
  .footer .f-cta {
    flex-direction: column;
  }
}

@media (max-width: 800px) {
  .footer .f-cta {
    justify-content: center;
  }
}

.footer .f-web {
  width: 141px;
  height: 33px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  background-color: #714110;
}

.footer .f-web:before {
  width: 17px;
  height: 13px;
  content: "";
  display: block;
  background: url(../images/share/icon_mail.svg) 0 0/100% no-repeat;
}

.footer .f-web:hover {
  opacity: 0.8;
}

.footer .f-line {
  width: 141px;
  height: 33px;
  color: #FFF;
  font-size: 12px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 11px;
  background-color: #2C3E50;
}

.footer .f-line:before {
  width: 19px;
  height: 19px;
  content: "";
  display: block;
  background: url(../images/share/icon_line.svg) 0 0/100% no-repeat;
}

.footer .f-line:hover {
  opacity: 0.8;
}

.footer .f-bnr {
  display: flex;
  flex-wrap: wrap;
  gap: 11px;
}

@media (max-width: 800px) {
  .footer .f-bnr {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.footer .f-bnr a:hover {
  opacity: 0.8;
}

@media (min-width: 801px) {
  .footer .f-bnr img {
    height: 75px;
  }
}

@media (max-width: 800px) {
  .footer .f-bnr img {
    max-width: 200px;
  }
}

.footer .f-nav {
  display: flex;
}

@media (min-width: 801px) {
  .footer .f-nav {
    width: 41.015625%;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px 0px;
  }
}

@media (max-width: 800px) {
  .footer .f-nav {
    flex-direction: column;
    gap: 20px;
  }
}

@media (max-width: 800px) {
  .footer .f-nav-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}

.footer .f-nav-list .item01 {
  white-space: nowrap;
}

.footer .f-nav-list .item02 {
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer .f-nav-list .item02:before {
  width: 6px;
  height: 1px;
  content: "";
  display: block;
  background-color: #ED5876;
}

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

.footer .f-footer {
  background-color: #A58F79;
}

.footer .copyright {
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 801px) {
  .footer .pagetop {
    color: #A58F79;
    font-size: 25px;
    font-weight: 500;
    font-family: "Cormorant Garamond", serif;
    writing-mode: vertical-rl;
    display: flex;
    align-items: center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 2;
  }
}

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

.footer .pagetop:before {
  width: 6px;
  height: 75px;
  content: "";
  display: block;
  background: url(../images/share/pagetop_bg.png) 0 0/100% no-repeat;
}

.footer .pagetop:hover {
  opacity: 0.8;
}

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

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

.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 {
  margin: 45px auto 0;
}

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

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

/*投稿本文用CSS*/
.postdata {
  overflow-wrap: break-word;
}

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

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

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

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

.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.postdata iframe {
  max-width: 100%;
}

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

.postdata a:not(.wp-block-button__link) {
  text-decoration: underline;
}

.postdata a:focus-visible {
  text-decoration: none;
}

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

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

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

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

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

.postdata sub {
  font-size: 11px;
  position: relative;
  bottom: -0.1em;
}

.postdata sup {
  font-size: 11px;
  position: relative;
  top: -0.1em;
}

.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.postdata iframe {
  max-width: 100%;
}

.postdata .wp-block-button__link {
  background-color: #A58F79;
  border: 1px solid #A58F79;
  border-radius: 2px;
  color: #fff;
  font-size: 15px;
  padding: 5px 35px;
  min-width: 200px;
  position: relative;
  text-decoration: none;
  transition: background-color 0.3s;
}

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

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

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

.post-data time {
  color: #AAA;
  font-weight: bold;
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.05em;
  line-height: 1;
  font-size: 17px;
}

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

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

.post-category01 {
  line-height: 1;
  padding: 1px 10px 4px;
  display: inline-block;
  background: #E4798D;
  color: #fff;
  border-radius: 2px;
  font-family: "Zen Old Mincho", serif;
}

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

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

/*セレクト式カテゴリー*/
.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 #A58F79;
  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: #F4EFEA;
  font-family: "Zen Old Mincho", serif;
  color: #A58F79;
  font-size: 16px;
  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;
  font-size: 22px;
}

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

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

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

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

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

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

.post-number-single a.next {
  margin-top: 0;
}

.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a.prev {
  margin-top: 0;
}

.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}

.post-number-single a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 800px) and (min-width: 0px) {

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

  .list-post-type02 .list-item {
    padding: 25px 20px;
  }

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

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

  .list-post-type02 .btn-more {
    margin: 30px auto 0;
  }

  .post-layout {
    display: block;
  }

  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }

  .post-layout .post-desc {
    width: 100%;
  }

  /*詳細ページ*/
  .post-single-img {
    margin-bottom: 30px;
  }

  .postdata h4 {
    font-size: 17px;
  }

  .postdata h5 {
    font-size: 16px;
  }

  .postdata h6 {
    font-size: 15px;
  }

  .post-data {
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .post-data time {
    line-height: 2;
  }

  .post-data .post-category01 {
    margin-top: 6px;
    margin-left: 15px;
  }

  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}

.before-after {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.before-after:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 20px;
  border-color: transparent transparent transparent #E4798D;
}

.before-after .l-item {
  width: 45%;
}

.before-after .l-img {
  position: relative;
  margin-bottom: 10px;
  background-color: #EFF0E8;
}

.before-after .l-img img {
  width: 100%;
  height: 300px;
  object-fit: contain;
}

.before-after .l-txt {
  line-height: 1;
  text-align: center;
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  font-size: 18px;
  color: #A58F79;
}

@media (max-width: 800px) {
  .before-after {
    display: block;
    justify-content: space-between;
    position: relative;
  }

  .before-after:after {
    border-width: 16px 0 16px 16px;
    transform: translate(-50%, -50%) rotate(90deg);
  }

  .before-after .l-item {
    width: 100%;
  }

  .before-after .l-item+.l-item {
    margin-top: 40px;
  }

  .before-after .l-img {
    position: relative;
    margin-bottom: 10px;
    background-color: #EFF0E8;
  }

  .before-after .l-img img {
    width: 100%;
    height: 200px;
    object-fit: contain;
  }
}

.column2 {
  display: flex;
  justify-content: space-between;
  gap: 5%;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}

.column2-cont {
  flex: 1;
  width: auto;
}

.column2-navi {
  width: 240px;
  min-width: 240px;
}

.column2-navi-inr {
  position: sticky;
  top: 150px;
}

.side-navi {
  border: 1px solid #A58F79;
}

.side-navi .ttl {
  font-size: 18px;
  font-family: "Zen Old Mincho", serif;
  background: #A58F79;
  color: #fff;
  text-align: center;
  line-height: 1.7;
  padding: 15px 20px;
  border-bottom: 1px solid #A58F79;
}

.side-navi ul {
  font-size: 15px;
  padding: 20px;
}

.side-navi ul li {
  line-height: 1.7;
  padding-left: 15px;
  position: relative;
}

.side-navi ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 10px;
  background: url(../images/share/arrow_btn.svg) center/contain no-repeat;
}

.side-navi ul li+li {
  margin-top: 7px;
}

.side-navi a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .column2 {
    flex-direction: column;
    gap: 50px;
  }

  .column2-cont {
    width: 100%;
    order: 1;
  }

  .column2-navi {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    order: 2;
  }

  .column2-navi-inr {
    position: static;
  }
}

/*------------
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 {
  width: 100%;
  border: 1px solid #A58F79;
  color: #A58F79;
  font-size: 16px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF;
  position: relative;
  transition: 0.3s;
  height: 50px;
}

.btn-more:before {
  width: 75px;
  height: 100%;
  content: "";
  display: block;
  background: url(../images/share/arrow.png) 0 50%/75px 6px no-repeat;
  position: absolute;
  top: 0;
  right: -44px;
}

@media (max-width: 800px) {
  .btn-more:before {
    width: 46px;
    right: -15px;
    background: url(../images/share/arrow.png) 0 50%/46px 5px no-repeat;
  }
}

.btn-more:hover {
  border: 1px solid #2C3E50;
  color: #FFF;
  background-color: #2C3E50;
}

.btn-more:hover:before {
  background-image: url(../images/share/arrow_hover.png);
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.btn-wrap.center {
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 800px) {

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

.red {
  color: #DB2348;
}

.txt-large {
  font-size: 20px;
}

.bold,
strong {
  font-weight: bold;
}

.underline {
  text-decoration: underline;
}

.marker span {
  background: linear-gradient(transparent 60%, #EFF0E8 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: 120px !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: #7D4B28;
  --event02: #B38000;
  --event03: #D2AE74;
}

.business-calendar-hidden {
  display: none;
}

.business-calendar-box-wrap {
  margin-bottom: 12px;
}

.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  border: 0 !important;
}

.business-calendar-box-wrap .business-calendar caption {
  width: 100%;
  font-weight: normal;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  position: relative;
}

@media (min-width: 801px) {
  .business-calendar-box-wrap .business-calendar caption {
    height: 36px;
    padding-top: 10px;
    font-size: 16px;
    margin-bottom: 18px;
  }
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar caption {
    padding: 5px 0;
    font-size: 15px;
  }
}

.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  width: 25px;
  height: 100%;
  overflow: hidden;
  text-indent: -9999px;
  background: url(../images/share/icon_prev.svg) 50% 50% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}

.business-calendar-box-wrap .business-calendar-future a {
  transform: scale(-1, 1);
  left: auto;
  right: 0;
}

.business-calendar-box-wrap .business-calendar th {
  border: 1px solid #DFDFDF;
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  background-color: #927E6F;
}

@media (min-width: 801px) {
  .business-calendar-box-wrap .business-calendar th {
    height: 45px;
    font-size: 16px;
    margin-bottom: 18px;
  }
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar th {
    height: 30px;
    font-size: 11px;
  }
}

.business-calendar-box-wrap .business-calendar td {
  border: 1px solid #DFDFDF;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  background: #FFFFFF;
  position: relative;
  z-index: 0;
}

@media (min-width: 801px) {
  .business-calendar-box-wrap .business-calendar td {
    height: 40px;
    font-size: 13px;
  }
}

@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar td {
    height: 40px;
    font-size: 11px;
  }
}

.business-calendar-box-wrap .business-calendar td::before {
  width: 25px;
  height: 25px;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.business-calendar-box-wrap .business-calendar .attr0 {
  color: #fff;
}

.business-calendar-box-wrap .business-calendar .attr0:before {
  background-color: var(--event01);
}

.business-calendar-box-wrap .business-calendar .attr1 {
  color: #fff;
}

.business-calendar-box-wrap .business-calendar .attr1:before {
  background-color: var(--event02);
}

.business-calendar-box-wrap .business-calendar .attr2 {
  color: #fff;
}

.business-calendar-box-wrap .business-calendar .attr2:before {
  background-color: var(--event03);
}

.list-event {
  display: flex;
  gap: 18px;
}

.list-event li {
  line-height: 1;
  font-size: 13px;
  font-family: "Zen Old Mincho", serif;
  margin-top: 12px;
}

.list-event .link {
  text-decoration: underline;
}

.list-event i {
  margin: 0 5px 0 0;
}

.list-event .event01 {
  font-size: 13px;
  display: flex;
  gap: 7px;
}

.list-event .event01:before {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  content: "";
  display: block;
  background-color: var(--event01);
}

.list-event .event02 {
  font-size: 13px;
  display: flex;
  gap: 7px;
}

.list-event .event02:before {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  content: "";
  display: block;
  background-color: var(--event02);
}

.list-event .event03 {
  font-size: 13px;
  display: flex;
  gap: 7px;
}

.list-event .event03:before {
  width: 12px;
  height: 12px;
  border-radius: 100px;
  content: "";
  display: block;
  background-color: var(--event03);
}

@media (max-width: 800px) {
  .business-calendar-box-wrap.col2 .business-calendar-box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}

/*診療時間*/
.time-table {
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  margin-bottom: 10px;
}

.time-table-head {
  border: 1px solid #D5D5D5;
  color: #FFF;
  font-family: "Zen Old Mincho", serif;
  background-color: #A58F79;
}

@media (min-width: 801px) {
  .time-table-head {
    font-size: 16px;
    letter-spacing: 0.05em;
  }
}

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

.time-table-head .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (min-width: 801px) {
  .time-table-head .item {
    height: 45px;
  }
}

@media (max-width: 800px) {
  .time-table-head .item {
    padding: 5px 0;
  }
}

.time-table-body {
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #DFDFDF;
  border-right: 1px solid #DFDFDF;
  background-color: #FFF;
}

.time-table-body .item {
  line-height: 1.5;
  font-family: "Zen Old Mincho", serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media (min-width: 801px) {
  .time-table-body .item {
    min-height: 55px;
    padding: 11px 0;
    font-size: 16px;
  }
}

@media (max-width: 800px) {
  .time-table-body .item {
    padding: 8px 0;
    font-size: 11px;
  }
}

.time-table-body .item:nth-child(1) {
  border-right: 1px solid #DFDFDF;
  background-color: #F4EFEA;
}

.time-table-head,
.time-table-body {
  display: grid;
}

@media (min-width: 801px) {

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

@media (max-width: 800px) {

  .time-table-head,
  .time-table-body {
    grid-template-columns: 90px repeat(7, 1fr);
  }
}

@media (min-width: 801px) {

  .time-table.wide .time-table-head,
  .time-table.wide .time-table-body {
    grid-template-columns: 180px repeat(7, 1fr);
  }
}

@media (max-width: 800px) {

  .time-table.wide .time-table-head,
  .time-table.wide .time-table-body {
    grid-template-columns: 85px repeat(6, 1fr) 45px;
  }
}

.time-table-txt {
  line-height: 1.8666666667;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}

@media (min-width: 801px) {
  .time-table-txt {
    font-size: 15px;
  }
}

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

.color02 {
  color: #A58F79;
}

.border {
  padding: 0 8px;
  border: 1px solid #4B4747;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.tel {
  display: inline-block;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  font-size: 23px;
  font-weight: bold;
  font-family: "Zen Old Mincho", serif;
  letter-spacing: 0.05em;
}

.tel:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel_b.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 25px;
}

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

.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: transparent;
  border: 1px solid #fff;
  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;
  }
}
