@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;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: inherit;
}

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

::-moz-selection {
  background: #d4dcd6;
}

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

body {
  font-family: "秀英丸ゴシック L", sans-serif, "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.05em;
  background-color: #F5F5F5;
}

html {
  scroll-behavior: smooth;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "秀英丸ゴシック L", sans-serif;
  line-height: 1.75;
}

@media (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}
th, dt {
  font-family: "秀英丸ゴシック L", sans-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%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  transition: 0.3s;
}
@media (min-width: 801px) {
  .header {
    height: 140px;
    padding-bottom: 16px;
    background-image: linear-gradient(0deg, rgba(245, 245, 245, 0), rgba(245, 245, 245, 0.55) 61%, whitesmoke);
  }
}
@media (max-width: 800px) {
  .header {
    height: 54px;
    background-color: #FFF;
  }
}
.header.is-fixed {
  background-color: #fff;
  background-image: none;
}
.header-inr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 801px) {
  .header-inr {
    padding: 0 35px;
    justify-content: space-between;
    gap: 30px;
  }
}
@media (max-width: 800px) {
  .header-inr {
    padding: 0 16px;
  }
}
@media (min-width: 801px) {
  .header .h-logo {
    max-width: 437px;
  }
}
@media (max-width: 800px) {
  .header .h-logo {
    max-height: 35px;
  }
}
.header .h-logo a {
  display: block;
}
@media (min-width: 801px) {
  .header .h-logo img {
    width: 100%;
  }
}
@media (max-width: 800px) {
  .header .h-logo img {
    width: auto;
    max-height: 35px;
  }
}
@media (min-width: 801px) {
  .header .h-right {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 30px;
  }
}
@media (min-width: 801px) {
  .header .h-info {
    display: flex;
    gap: 20px;
  }
}
@media (max-width: 800px) {
  .header .h-info {
    display: none;
  }
}
.header .h-tel {
  width: 210px;
  height: 50px;
  padding: 0 10px;
  color: #FFF;
  font-size: 15px;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.1em;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  background-color: #7D4B28;
  transition: 0.3s;
}
.header .h-tel:before {
  width: 13px;
  height: 16px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel.svg) 0 0/100% no-repeat;
}
.header .h-tel:hover {
  opacity: 0.8;
}
.header .h-btn {
  width: 155px;
  height: 50px;
  padding: 0 25px;
  color: #FFF;
  font-size: 15px;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.1em;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7D4B28;
  position: relative;
  transition: 0.3s;
}
.header .h-btn:after {
  width: 5px;
  height: 10px;
  content: "";
  display: block;
  background: url(../images/share/icon_btn_arrow.svg) 0 0/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.header .h-btn:hover {
  opacity: 0.8;
}

/*------------
G-navi
--------------*/
.pc-navi {
  min-width: 65.4444444444%;
  height: 100vh;
  overflow: scroll;
  padding: 106px 90px 80px 80px;
  background-color: #F5F0ED;
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.pc-navi.is-open {
  z-index: 10;
  opacity: 1;
  visibility: visible;
}
.pc-navi-logo {
  max-width: 437px;
  margin-bottom: 53px;
}
.pc-navi-layout {
  gap: 60px;
  margin-bottom: 40px;
}
@media (min-width: 1025px) {
  .pc-navi-layout {
    display: grid;
    grid-template-columns: 220px 350px 100px;
  }
}
@media (max-width: 1024px) {
  .pc-navi-layout {
    display: flex;
    flex-wrap: wrap;
  }
}
.pc-navi-ttl {
  padding-bottom: 10px;
  border-bottom: 1px solid #707070;
  font-size: 18px;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.pc-navi-list02 {
  -moz-column-count: 2;
       column-count: 2;
}
.pc-navi-item {
  font-size: 16px;
  letter-spacing: 0.05em;
  display: flex;
  align-items: center;
  gap: 10px;
}
.pc-navi-item:before {
  width: 10px;
  height: 1px;
  content: "";
  display: block;
  background-color: #707070;
}
.pc-navi-item > a:hover {
  text-decoration: underline;
}
.pc-navi-layout02 {
  display: grid;
  gap: 30px;
}
@media (min-width: 1025px) {
  .pc-navi-layout02 {
    grid-template-columns: 1fr 490px;
  }
}
@media (max-width: 1024px) {
  .pc-navi-layout02 {
    grid-template-columns: 1fr;
  }
}
.pc-navi-address .txt {
  text-align: center;
}
.pc-navi-address .btn-wrap {
  width: 210px;
  height: 50px;
  margin: 22px auto 26px;
}
.pc-navi-address .btn-contact {
  width: 100%;
  height: 100%;
  color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  background-color: #7D4B28;
  transition: 0.3s;
}
.pc-navi-address .btn-contact:before {
  width: 17px;
  height: 13px;
  content: "";
  display: block;
  background: url(../images/share/icon_mail.svg) 0 0/100% no-repeat;
}
.pc-navi-address .btn-contact:hover {
  opacity: 0.8;
}
.pc-navi-access {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.pc-navi-access .txt {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.pc-navi-access .btn-wrap {
  width: 120px;
  height: 40px;
  flex-shrink: 0;
}
.pc-navi-access .btn-more {
  height: 40px;
  font-size: 15px;
  letter-spacing: 0.08em;
}

.sp-navi {
  display: none;
}

.hamburger {
  z-index: 11;
}
@media (min-width: 801px) {
  .hamburger {
    width: 50px;
    height: 30px;
    position: relative;
  }
}
@media (max-width: 800px) {
  .hamburger {
    width: 53px;
    height: 54px;
    background-color: #7D4B28;
    position: absolute;
    top: 0;
    right: 0;
  }
}

.hamburger-bar01 {
  height: 1px;
  position: absolute;
  transition: 0.3s;
}
@media (min-width: 801px) {
  .hamburger-bar01 {
    width: 50px;
    background-color: #7D4B28;
    top: 0;
    left: 0;
  }
}
@media (max-width: 800px) {
  .hamburger-bar01 {
    width: 21px;
    background-color: #FFF;
    top: 36%;
    left: 16px;
  }
}
.hamburger-bar01.is-open {
  top: 50%;
  transform: rotate(-30deg);
}

.hamburger-bar02 {
  height: 1px;
  position: absolute;
  top: 50%;
  transition: 0.3s;
}
@media (min-width: 801px) {
  .hamburger-bar02 {
    width: 50px;
    background-color: #7D4B28;
    left: 0;
  }
}
@media (max-width: 800px) {
  .hamburger-bar02 {
    width: 21px;
    background-color: #FFF;
    left: 16px;
  }
}
.hamburger-bar02.is-open {
  opacity: 0;
}

.hamburger-bar03 {
  height: 1px;
  position: absolute;
  transition: 0.3s;
}
@media (min-width: 801px) {
  .hamburger-bar03 {
    width: 50px;
    background-color: #7D4B28;
    top: 100%;
    left: 0;
  }
}
@media (max-width: 800px) {
  .hamburger-bar03 {
    width: 21px;
    background-color: #FFF;
    top: 64%;
    left: 16px;
  }
}
.hamburger-bar03.is-open {
  top: 50%;
  transform: rotate(30deg);
}

@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: #7D4B28;
    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: "秀英丸ゴシック L", sans-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-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    top: 54px;
    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: "秀英丸ゴシック L", sans-serif;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown {
    position: relative;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::before, .sp-navi .sp-navi-list > li.sp-dropdown::after {
    content: "";
    background-color: #7D4B28;
    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 {
    -moz-column-count: 2;
         column-count: 2;
  }
  .sp-navi .sp-navi-list .child > ul > li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "秀英丸ゴシック L", sans-serif;
  }
  .sp-navi .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #7D4B28;
    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: 127px;
  }
}
@media (max-width: 800px) {
  .hero {
    margin-top: 54px;
  }
}
.hero-layout {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (min-width: 801px) {
  .hero-layout {
    aspect-ratio: 1800/800;
  }
}
@media (min-width: 801px) {
  .hero .splide {
    width: 78.4444444444%;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.hero-desc {
  background-color: #7D4B28;
}
@media (min-width: 801px) {
  .hero-desc {
    width: 47.2222222222%;
    padding: 42px 0;
    display: block;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
  }
}
@media (max-width: 800px) {
  .hero-desc {
    width: 90%;
    max-width: 350px;
    padding: 18px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
    transform: translateY(-60px);
  }
}
.hero-ttl {
  color: #FFF;
  line-height: 1.8125;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 801px) {
  .hero-ttl {
    font-size: clamp(20px, 2.5vw, 48px);
  }
}
@media (max-width: 800px) {
  .hero-ttl {
    width: 100%;
    font-size: 19px;
  }
}
.hero-app {
  background-color: #F5F0ED;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
@media (min-width: 801px) {
  .hero-app {
    width: 20.8333333333%;
    min-width: 375px;
    height: auto;
    padding: 30px;
    aspect-ratio: 375/216;
    position: absolute;
    bottom: -47px;
    right: 6.5%;
  }
}
@media (max-width: 800px) {
  .hero-app {
    width: 90%;
    max-width: 304px;
    padding: 24px;
    margin: 0 auto;
    transform: translateY(-40px);
  }
}
.hero-status {
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 801px) {
  .hero-status {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
@media (max-width: 800px) {
  .hero-status {
    font-size: 15px;
    margin-bottom: 20px;
  }
}
.hero-num {
  border-bottom: 1px solid #707070;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 801px) {
  .hero-num {
    padding: 0 30px 8px;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .hero-num {
    padding: 0 30px 5px;
    font-size: 12px;
    margin-bottom: 16px;
  }
}
.hero-dl {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 800px) {
  .hero-dl {
    gap: 12px;
  }
}
.hero-btn {
  color: #fff;
  line-height: 1.6363636364;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #7D4B28;
  transition: 0.3s;
}
@media (min-width: 801px) {
  .hero-btn {
    width: 150px;
    height: 48px;
    font-size: 11px;
  }
}
@media (max-width: 800px) {
  .hero-btn {
    width: 100%;
    height: 39px;
    font-size: 9px;
  }
}
.hero-btn:hover {
  opacity: 0.8;
}
@media (min-width: 801px) {
  .hero .store-name {
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .hero .store-name {
    font-size: 11px;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  text-align: center;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 801px) {
  .t-ttl {
    gap: 0px;
    margin-bottom: 60px;
  }
}
@media (max-width: 800px) {
  .t-ttl {
    margin-bottom: 20px;
  }
}
.t-ttl .en {
  color: #7D4B28;
  line-height: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 100;
  letter-spacing: 0.05em;
  letter-spacing: 0.08em;
}
@media (min-width: 801px) {
  .t-ttl .en {
    font-size: 80px;
    margin-bottom: 10px;
  }
}
@media (max-width: 800px) {
  .t-ttl .en {
    font-size: 40px;
  }
}
.t-ttl .jp {
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 801px) {
  .t-ttl .jp {
    line-height: 1.9090909091;
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .t-ttl .jp {
    line-height: 1.7777777778;
    font-size: 20px;
  }
}

/*------------
Block
--------------*/
.sec01 {
  background-color: #F5F0ED;
}
@media (min-width: 801px) {
  .sec01 {
    padding: 80px 0;
  }
}
@media (max-width: 800px) {
  .sec01 {
    padding: 50px 0;
  }
}
@media (min-width: 801px) {
  .sec01-layout {
    display: grid;
    grid-template-columns: 170px 1fr;
    gap: 92px;
    position: relative;
  }
}
@media (min-width: 801px) {
  .sec01 .t-ttl {
    text-align: left;
  }
}
@media (max-width: 800px) {
  .sec01 .t-ttl {
    margin-bottom: 20px;
  }
}
@media (min-width: 801px) {
  .sec01 .t-ttl .jp {
    font-size: 16px;
  }
}
@media (min-width: 801px) {
  .sec01 .t-ttl .en {
    font-size: 60px;
  }
}
@media (min-width: 801px) {
  .sec01 .btn-wrap {
    width: 170px;
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
@media (max-width: 800px) {
  .sec01 .btn-wrap {
    width: 210px;
    margin: 30px auto 0;
  }
}

.sec02 {
  position: relative;
}
@media (min-width: 801px) {
  .sec02 {
    padding: 101px 0 110px;
  }
}
@media (max-width: 800px) {
  .sec02 {
    padding: 50px 0;
  }
}
.sec02-layout {
  display: grid;
  gap: 42px;
}
@media (min-width: 801px) {
  .sec02-layout {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .sec02-layout {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 801px) {
  .sec02-table {
    margin-bottom: 40px;
  }
}
@media (max-width: 800px) {
  .sec02-table {
    margin-bottom: 20px;
  }
}
.sec02-table th {
  width: 102px;
  padding: 17px 0;
  border-bottom: 1px solid #E1CFC3;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0;
}
@media (min-width: 801px) {
  .sec02-table th {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .sec02-table th {
    font-size: 14px;
  }
}
.sec02-table td {
  padding: 17px 0;
  border-bottom: 1px solid #E1CFC3;
  line-height: 1.875;
  font-family: "秀英丸ゴシック L", sans-serif;
}
@media (min-width: 801px) {
  .sec02-table td {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .sec02-table td {
    font-size: 14px;
  }
}
.sec02 .btn-wrap {
  width: 210px;
  margin: 0 auto;
}

.sec03 {
  width: 100%;
}
@media (min-width: 801px) {
  .sec03 {
    height: auto;
    aspect-ratio: 1800/939;
    background: url(../images/sec03_bg.jpg) 0 0/contain no-repeat;
    padding-top: 20.3888888889%;
  }
}
.sec03-layout {
  background-color: #F5F0ED;
}
@media (min-width: 801px) {
  .sec03-layout {
    max-width: 1374px;
    width: 90%;
    padding: 80px 50px 80px 11vw;
  }
}
@media (max-width: 800px) {
  .sec03-layout {
    padding: 50px 5%;
  }
}
@media (min-width: 801px) {
  .sec03 .t-ttl {
    align-items: start;
    margin-bottom: 50px;
  }
  .sec03 .t-ttl .en {
    margin-left: -20px;
  }
}
.sec03 .ttl {
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
@media (min-width: 801px) {
  .sec03 .ttl {
    font-size: 35px;
  }
}
@media (max-width: 800px) {
  .sec03 .ttl {
    font-size: 20px;
    text-align: center;
  }
}
@media (min-width: 801px) {
  .sec03 .btn-wrap {
    margin-top: 60px;
  }
}
@media (max-width: 800px) {
  .sec03 .btn-wrap {
    margin: 30px auto 0;
  }
}
.sec03 .btn-more {
  width: 210px;
}

@media (min-width: 801px) {
  .sec04 {
    padding: 120px 0 110px;
  }
}
@media (max-width: 800px) {
  .sec04 {
    padding: 50px 0;
  }
}
@media (min-width: 801px) {
  .sec04 .t-ttl {
    margin-bottom: 70px;
  }
}
.sec04 .list {
  display: grid;
  gap: 35px;
}
@media (min-width: 801px) {
  .sec04 .list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 800px) {
  .sec04 .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.sec04 .item {
  width: 100%;
  height: auto;
  aspect-ratio: 443/430;
  line-height: 1.6;
  font-size: 25px;
  font-family: "秀英丸ゴシック L", sans-serif;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  position: relative;
}
.sec04 .item:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(222, 222, 222, 0.6);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec04 .item:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-position: 0 0;
  background-size: 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.sec04 .item:nth-child(1):after {
  background-image: url(../images/sec04_bg01.jpg);
}
.sec04 .item:nth-child(2):after {
  background-image: url(../images/sec04_bg02.jpg);
}
.sec04 .item:nth-child(3):after {
  background-image: url(../images/sec04_bg03.jpg);
}
.sec04 .btn-wrap {
  width: 210px;
}
@media (min-width: 801px) {
  .sec04 .btn-wrap {
    margin: 70px auto 0;
  }
}
@media (max-width: 800px) {
  .sec04 .btn-wrap {
    margin: 30px auto 0;
  }
}
.sec05 {
  background-color: #FBF9F3;
}
@media (min-width: 801px) {
  .sec05 {
    padding: 110px 0;
  }
}
@media (max-width: 800px) {
  .sec05 {
    padding: 50px 0;
  }
}
.sec05-layout {
  display: flex;
  flex-direction: column;
}
@media (min-width: 801px) {
  .sec05-layout {
    margin-bottom: 100px;
    gap: 60px;
  }
}
@media (max-width: 800px) {
  .sec05-layout {
    margin-bottom: 50px;
    gap: 25px;
  }
}
.sec05-layout .box {
  width: 100%;
  position: relative;
}
@media (min-width: 801px) {
  .sec05-layout .box {
    padding: 71px 88px 81px;
  }
}
@media (max-width: 800px) {
  .sec05-layout .box {
    padding: 30px 20px;
  }
}
.sec05-layout .box:before {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-color: rgba(75, 67, 60, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.sec05-layout .box:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}
.sec05-layout .box:nth-child(1):after {
  background-image: url(../images/sec05_bg01.jpg);
}
.sec05-layout .box:nth-child(2):after {
  background-image: url(../images/sec05_bg02.jpg);
}
.sec05-layout .box:nth-child(3):after {
  background-image: url(../images/sec05_bg03.jpg);
}
.sec05-layout .box:hover {
  opacity: 0.8;
}
.sec05-layout .ttl {
  color: #FFF;
  line-height: 1.6;
  font-size: 25px;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.08em;
  text-align: center;
}
@media (min-width: 801px) {
  .sec05-layout .ttl {
    margin-bottom: 51px;
  }
}
@media (max-width: 800px) {
  .sec05-layout .ttl {
    margin-bottom: 20px;
  }
}
.sec05-layout .txt {
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.08em;
}
@media (min-width: 801px) {
  .sec05-layout .txt {
    margin-bottom: 38px;
  }
}
@media (max-width: 800px) {
  .sec05-layout .txt {
    margin-bottom: 20px;
  }
}
.sec05-layout .more {
  min-width: 130px;
  padding-bottom: 5px;
  color: #FFF;
  font-size: 16px;
  font-family: "Sen", sans-serif;
  text-align: center;
  background: url(../images/share/viewmore.svg) 50% 100% no-repeat;
}
.sec05-layout .more:before {
  content: "View more";
}
.sec05-layout02 .list {
  display: flex;
}
@media (min-width: 801px) {
  .sec05-layout02 .list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 70px 39px;
  }
}
@media (max-width: 800px) {
  .sec05-layout02 .list {
    flex-direction: column;
    gap: 30px;
  }
}
.sec05-layout02 .item {
  height: auto;
  aspect-ratio: 315/378;
}
@media (min-width: 801px) {
  .sec05-layout02 .item {
    width: 30.76171875%;
  }
}
@media (max-width: 800px) {
  .sec05-layout02 .item {
    width: 100%;
  }
}
.sec05-layout02 .link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  transition: 0.3s;
}
.sec05-layout02 .link:hover {
  opacity: 0.7;
}
.sec05-layout02 .img {
  width: 93.6507936508%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec05-layout02 .txt {
  width: 202px;
  height: 65px;
  color: #1A1819;
  font-size: 18px;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFF url(../images/share/icon_arrow.svg) bottom 10px right 10px no-repeat;
  position: absolute;
  bottom: 0;
  right: 0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
}
.sec05 .btn-wrap {
  width: 210px;
  margin: 70px auto 0;
}

.sec06 {
  background-color: #F5F0ED;
  position: relative;
}
@media (min-width: 801px) {
  .sec06 {
    padding: 120px 0 80px;
  }
}
@media (max-width: 800px) {
  .sec06 {
    padding: 50px 0;
  }
}
.sec06:before {
  width: 100%;
  height: 300px;
  content: "";
  display: block;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.sec06-layout {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 1;
}
@media (max-width: 800px) {
  .sec06-layout {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 801px) {
  .sec06 .content {
    width: 41.5833333333%;
  }
}
@media (max-width: 800px) {
  .sec06 .content {
    display: contents;
  }
}
@media (min-width: 801px) {
  .sec06 .sec06-map {
    width: 53.4166666667%;
  }
}
@media (max-width: 800px) {
  .sec06 .sec06-map {
    margin-bottom: 20px;
    order: 2;
  }
}
.sec06 .sec06-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 641/643;
}
@media (min-width: 801px) {
  .sec06 .t-ttl {
    align-items: start;
    margin-bottom: 104px;
  }
  .sec06 .t-ttl .en {
    margin-left: -20px;
  }
}
@media (max-width: 800px) {
  .sec06 .t-ttl {
    order: 1;
  }
}
@media (max-width: 800px) {
  .sec06 .desc {
    order: 3;
  }
}
.sec06 .ttl {
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 801px) {
  .sec06 .ttl {
    margin-bottom: 15px;
    font-size: 25px;
  }
}
@media (max-width: 800px) {
  .sec06 .ttl {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.sec06 .txt {
  line-height: 1.9;
  font-size: 16px;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 801px) {
  .sec06 .txt {
    margin-bottom: 42px;
  }
}
@media (max-width: 800px) {
  .sec06 .txt {
    margin-bottom: 30px;
  }
}
.sec06 .list {
  line-height: 1.9;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 801px) {
  .sec06 .list {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .sec06 .list {
    font-size: 13px;
  }
}
.sec06 .btn-wrap {
  width: 210px;
}
@media (min-width: 801px) {
  .sec06 .btn-wrap {
    margin: 60px auto 0;
  }
}
@media (max-width: 800px) {
  .sec06 .btn-wrap {
    margin: 30px auto 0;
  }
}

.sec07 {
  width: 100%;
  background: url(../images/sec07_bg.jpg) 50% 50%/cover no-repeat;
}
@media (min-width: 801px) {
  .sec07 {
    height: auto;
    aspect-ratio: 1800/738;
    padding: 110px 0;
  }
}
@media (max-width: 800px) {
  .sec07 {
    padding: 50px 0px;
  }
}
.sec07 .ttl {
  line-height: 1.6;
  letter-spacing: 0.05em;
}
@media (min-width: 801px) {
  .sec07 .ttl {
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .sec07 .ttl {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.sec07 .txt {
  line-height: 1.9;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (min-width: 801px) {
  .sec07 .txt {
    text-align: center;
  }
}
.sec07 .btn-wrap {
  width: 210px;
}
@media (min-width: 801px) {
  .sec07 .btn-wrap {
    margin: 50px auto 0;
  }
}
@media (max-width: 800px) {
  .sec07 .btn-wrap {
    margin: 30px auto 0;
  }
}

.sec08 {
  background-color: #D5BE9A;
}
@media (min-width: 801px) {
  .sec08 {
    padding: 60px 0 80px;
  }
}
@media (max-width: 800px) {
  .sec08 {
    padding: 50px 0;
  }
}
@media (min-width: 801px) {
  .sec08 .t-ttl {
    align-items: start;
    margin-bottom: 40px;
  }
}
.sec08-body {
  display: flex;
}
@media (min-width: 801px) {
  .sec08-body {
    gap: 88px;
  }
}
@media (max-width: 800px) {
  .sec08-body {
    flex-direction: column;
    gap: 30px;
  }
}
@media (min-width: 801px) {
  .sec08 .content {
    width: 50%;
  }
}
.sec08 .txt {
  line-height: 1.9;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.sec08 .txt + .txt {
  margin-top: 20px;
}
.sec08 .btn-wrap {
  width: 300px;
  flex-direction: column;
}
@media (min-width: 801px) {
  .sec08 .btn-wrap {
    gap: 25px;
  }
}
@media (max-width: 800px) {
  .sec08 .btn-wrap {
    margin: 0 auto;
    gap: 0;
  }
}
.sec08 .btn-tel {
  width: 100%;
  height: 65px;
  color: #FFF;
  font-size: 22px;
  font-family: "Sen", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2px;
  background-color: #7D4B28;
  transition: 0.3s;
}
@media (max-width: 800px) {
  .sec08 .btn-tel {
    height: 50px;
    font-size: 18px;
  }
}
.sec08 .btn-tel:before {
  width: 16px;
  height: 20px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel.svg) 0 0/contain no-repeat;
}
@media (max-width: 800px) {
  .sec08 .btn-tel:before {
    width: 15px;
    height: 18px;
  }
}
.sec08 .btn-tel:hover {
  opacity: 0.8;
}
.sec08 .btn-more {
  height: 65px;
  font-size: 20px;
}
@media (max-width: 800px) {
  .sec08 .btn-more {
    height: 50px;
    font-size: 18px;
  }
}

/*------------
Post
--------------*/
.list-top-news02 {
  border-top: 1px solid #E1CFC3;
}
@media (min-width: 801px) {
  .list-top-news02 {
    margin-top: 90px;
  }
}
.list-top-news02 .list-item {
  border-bottom: 1px solid #E1CFC3;
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (min-width: 801px) {
  .list-top-news02 .list-item {
    min-height: 52px;
  }
}
@media (max-width: 800px) {
  .list-top-news02 .list-item {
    padding: 10px 0;
  }
}
.list-top-news02 time {
  color: #B38000;
  letter-spacing: 0.05em;
  font-family: "Sen", sans-serif;
}
@media (min-width: 801px) {
  .list-top-news02 time {
    font-size: 15px;
  }
}
@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: "秀英丸ゴシック L", sans-serif;
  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 {
  width: 764px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.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;
  border-radius: 20px;
}
@media (min-width: 801px) {
  .list-top-blog01 .list-img,
  .list-top-blog02 .list-img {
    margin-bottom: 20px;
  }
}
@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;
  -o-object-fit: cover;
     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: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 801px) {
  .list-top-blog01 .list-ttl,
  .list-top-blog02 .list-ttl {
    font-size: 15px;
    margin-bottom: 7px;
  }
}
@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: #7D4B28;
  font-weight: bold;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 801px) {
  .list-top-blog01 time,
  .list-top-blog02 time {
    font-size: 13px;
    margin-bottom: 5px;
  }
}
@media (max-width: 800px) {
  .list-top-blog01 time,
  .list-top-blog02 time {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.list-top-blog01 .category01,
.list-top-blog02 .category01 {
  display: flex;
  gap: 10px;
}
.list-top-blog01 .category01 span,
.list-top-blog02 .category01 span {
  padding: 0 8px;
  border-radius: 2px;
  color: #fff;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7D4B28;
}
@media (min-width: 801px) {
  .list-top-blog01 .category01 span,
  .list-top-blog02 .category01 span {
    height: 18px;
    font-size: 11px;
  }
}
@media (max-width: 800px) {
  .list-top-blog01 .category01 span,
  .list-top-blog02 .category01 span {
    height: 20px;
    font-size: 10px;
  }
}

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

.page-ttl-main {
  font-family: "秀英丸ゴシック B", sans-serif;
  font-size: 50px;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 54px;
    padding: 30px 5%;
    height: 180px;
    min-height: 180px;
  }
  .page-ttl-main {
    font-size: 25px;
  }
}
/*------------
下層ページ見出し
--------------*/
.u-h2, .post-category-ttl, .postdata h1 {
  position: relative;
  padding-top: 40px;
  margin-bottom: 50px;
  text-align: center;
  font-family: "秀英丸ゴシック B", sans-serif;
  font-size: 40px;
  letter-spacing: 0.05em;
}
.u-h2::before, .post-category-ttl::before, .postdata h1::before {
  content: "";
  width: 41px;
  height: 36px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/share/icon_ttl.svg) center/contain no-repeat;
}

.u-h3, .post-ttl, .postdata h2 {
  font-family: "秀英丸ゴシック B", sans-serif;
  border-bottom: 1px solid #D5D5D5;
  font-size: 26px;
  padding-bottom: 7px;
  margin-bottom: 30px;
  position: relative;
}
.u-h3::before, .post-ttl::before, .postdata h2::before {
  content: "";
  background: #7D4B28;
  width: 60px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -1px;
}

.u-h4, .postdata h3 {
  font-family: "秀英丸ゴシック B", sans-serif;
  font-size: 20px;
  margin-bottom: 15px;
  color: #7D4B28;
}

@media (max-width: 800px) {
  .u-h2, .post-category-ttl, .postdata h1 {
    padding-top: 30px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .u-h2::before, .post-category-ttl::before, .postdata h1::before {
    width: 28px;
    height: 25px;
  }
  .u-h3, .post-ttl, .postdata h2 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .u-h3::before, .post-ttl::before, .postdata h2::before {
    width: 60px;
  }
  .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 {
  width: 210px;
  line-height: 1.2;
}
.u-contents .btn-more.wide {
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 40px;
}
.u-contents .btn-more.center {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 800px) {
  .u-contents p + p {
    margin-top: 1em;
  }
  .u-contents .btn-more {
    width: 100%;
  }
  .u-contents .btn-more.wide {
    width: 100%;
    padding: 0 20px;
  }
}
/*------------
下層ページレイアウト
--------------*/
.tall {
  padding: 70px 0;
}
.tall:last-child {
  padding: 70px 0 140px;
}
.tall.bg01 {
  background: #E1CFC3;
}

.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 #7D4B28;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "秀英丸ゴシック B", sans-serif;
}
.dl-privacy dd + dt {
  margin-top: 30px;
}

/*------------
追加パーツ
--------------*/
.u-layout01 .l-img {
  width: 100%;
}
.u-layout01 .l-img img {
  width: 100%;
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 800px) {
  .u-layout01 .l-img img {
    height: 150px;
  }
}
.u-layout01 .l-desc {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  background: #F5F0ED;
  padding: 50px;
  position: relative;
  z-index: 2;
  margin-top: -210px;
}
@media (max-width: 800px) {
  .u-layout01 .l-desc {
    margin-top: -50px;
    padding: 25px 20px;
  }
}
.u-layout01 .l-list-ttl {
  font-family: "秀英丸ゴシック B", sans-serif;
  font-size: 26px;
  margin-bottom: 50px;
  padding-left: 53px;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .u-layout01 .l-list-ttl {
    font-size: 20px;
    margin-bottom: 20px;
    padding-left: 32px;
  }
}
.u-layout01 .l-list > li {
  position: relative;
}
.u-layout01 .l-list > li:not(:last-child) {
  padding-bottom: 40px;
  border-bottom: 1px solid #707070;
}
@media (max-width: 800px) {
  .u-layout01 .l-list > li:not(:last-child) {
    padding-bottom: 25px;
  }
}
.u-layout01 .l-list > li::before {
  content: "";
  position: absolute;
  z-index: -1;
}
.u-layout01 .l-list > li:nth-child(1) {
  padding-top: 80px;
}
@media (max-width: 800px) {
  .u-layout01 .l-list > li:nth-child(1) {
    padding-top: 15px;
  }
}
.u-layout01 .l-list > li:nth-child(1)::before {
  width: 91px;
  height: 141px;
  top: -10px;
  left: 3px;
  background: url(../images/under/u-num01.png) center/contain no-repeat;
}
@media (max-width: 800px) {
  .u-layout01 .l-list > li:nth-child(1)::before {
    width: 45px;
    height: 70px;
    top: 0;
    left: 0;
  }
}
.u-layout01 .l-list > li:nth-child(2) {
  padding-top: 130px;
}
@media (max-width: 800px) {
  .u-layout01 .l-list > li:nth-child(2) {
    padding-top: 40px;
  }
}
.u-layout01 .l-list > li:nth-child(2)::before {
  width: 112px;
  height: 141px;
  top: 40px;
  left: -18px;
  background: url(../images/under/u-num02.png) center/contain no-repeat;
}
@media (max-width: 800px) {
  .u-layout01 .l-list > li:nth-child(2)::before {
    width: 56px;
    height: 70px;
    top: 25px;
    left: -10px;
  }
}
.u-layout01 .l-list > li:nth-child(3) {
  padding-top: 130px;
}
@media (max-width: 800px) {
  .u-layout01 .l-list > li:nth-child(3) {
    padding-top: 40px;
  }
}
.u-layout01 .l-list > li:nth-child(3)::before {
  width: 99px;
  height: 141px;
  top: 40px;
  left: -5px;
  background: url(../images/under/u-num03.png) center/contain no-repeat;
}
@media (max-width: 800px) {
  .u-layout01 .l-list > li:nth-child(3)::before {
    width: 50px;
    height: 70px;
    top: 25px;
    left: -3px;
  }
}

.u-flow01 > li {
  display: flex;
  gap: 50px;
}
@media (max-width: 800px) {
  .u-flow01 > li {
    gap: 20px;
  }
}
.u-flow01 > li:not(:last-child) {
  margin-bottom: 20px;
}
.u-flow01 > li:not(:last-child) .flow-num::before {
  content: "";
  width: 2px;
  height: 22px;
  position: absolute;
  left: 40px;
  bottom: 0;
  transform: translateX(-50%);
  background: url(../images/under/u-dot01.svg) center/contain no-repeat;
}
@media (max-width: 800px) {
  .u-flow01 > li:not(:last-child) .flow-num::before {
    left: 30px;
  }
}
.u-flow01 .flow-num {
  width: 80px;
  padding-bottom: 37px;
  position: relative;
}
@media (max-width: 800px) {
  .u-flow01 .flow-num {
    width: 60px;
  }
}
.u-flow01 .flow-num img {
  width: 80px;
}
@media (max-width: 800px) {
  .u-flow01 .flow-num img {
    width: 60px;
  }
}
.u-flow01 .flow-num .txt {
  font-family: "Poppins", sans-serif;
  color: #7D4B28;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 800px) {
  .u-flow01 .flow-num .txt {
    font-size: 13px;
    margin-bottom: 3px;
  }
}
.u-flow01 .flow-desc {
  flex: 1;
}
.u-flow01 .flow-ttl {
  font-size: 20px;
  font-family: "秀英丸ゴシック B", sans-serif;
  margin-bottom: 10px;
  line-height: 1.4;
}
@media (max-width: 800px) {
  .u-flow01 .flow-ttl {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

.u-card01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
@media (max-width: 800px) {
  .u-card01 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.u-card01 > li > a {
  display: block;
  border: 1px solid #7D4B28;
  background: #fff;
  padding: 35px 35px 95px;
  position: relative;
  transition: 0.3s;
}
@media (max-width: 800px) {
  .u-card01 > li > a {
    padding: 25px 20px 50px;
  }
}
.u-card01 > li > a:hover {
  opacity: 0.6;
}
.u-card01 > li > a::before {
  content: "";
  width: 78px;
  height: 31px;
  position: absolute;
  right: 35px;
  bottom: 40px;
  background: url(../images/under/u-arrow01.svg) center/contain no-repeat;
}
@media (max-width: 800px) {
  .u-card01 > li > a::before {
    width: 60px;
    height: 24px;
    right: 20px;
    bottom: 15px;
  }
}
.u-card01 .card-ttl {
  text-align: center;
  font-size: 20px;
  color: #7D4B28;
  font-family: "秀英丸ゴシック B", sans-serif;
  margin-bottom: 20px;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .u-card01 .card-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.u-card02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 17px;
}
@media (max-width: 800px) {
  .u-card02 {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.u-card02 > li {
  border: 1px solid #CCCCCC;
  background: #fff;
  padding: 30px;
  min-height: 540px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 800px) {
  .u-card02 > li {
    padding: 25px 20px;
    min-height: auto;
  }
}
.u-card02 > li > p {
  flex: 1;
}
.u-card02 .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}
@media (max-width: 800px) {
  .u-card02 .card-top {
    margin-bottom: 20px;
  }
}
.u-card02 .card-top img {
  width: 80px;
}
@media (max-width: 800px) {
  .u-card02 .card-top img {
    width: 64px;
  }
}
.u-card02 .card-ttl {
  font-size: 20px;
  color: #7D4B28;
  font-family: "秀英丸ゴシック B", sans-serif;
  line-height: 1.5;
}
@media (max-width: 800px) {
  .u-card02 .card-ttl {
    font-size: 18px;
  }
}
.u-card02 .btn-more {
  margin: 25px auto 0;
}

.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}
.l-imgR .l-img,
.l-imgL .l-img {
  width: 40%;
}
.l-imgR .l-img.w30,
.l-imgL .l-img.w30 {
  width: 30%;
}
.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}
.l-imgR .l-ttl,
.l-imgL .l-ttl {
  font-size: 26px;
  margin-bottom: 20px;
  font-family: "秀英丸ゴシック B", sans-serif;
}
.l-imgR h2.l-ttl,
.l-imgL h2.l-ttl {
  font-size: 36px;
  margin-bottom: 30px;
}

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

@media (max-width: 800px) {
  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 20px;
  }
  .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%;
  }
  .l-imgR .l-ttl,
  .l-imgL .l-ttl {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .l-imgR h2.l-ttl,
  .l-imgL h2.l-ttl {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.tel-layout04 {
  background: #F5F0ED;
  max-width: 900px;
  padding: 50px;
  margin: 0 auto;
}
.tel-layout04 .l-ttl {
  line-height: 1.2;
  text-align: center;
  margin: 0 auto 25px;
  width: -moz-fit-content;
  width: fit-content;
}
.tel-layout04 .l-ttl .en {
  font-size: 15px;
}
.tel-layout04 .l-ttl .jp {
  font-size: 26px;
  font-family: "秀英丸ゴシック B", sans-serif;
}
.tel-layout04 .wrap {
  display: flex;
  justify-content: center;
  grid-gap: 120px;
}
.tel-layout04 .wrap .col + .col {
  position: relative;
}
.tel-layout04 .wrap .col + .col::before {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(to bottom, #7D4B28 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 8px);
  background-repeat: repeat-y;
  background-size: 2px 9px;
  position: absolute;
  top: 0;
  left: -60px;
}
.tel-layout04 .col-ttl {
  font-family: "秀英丸ゴシック B", sans-serif;
  text-align: center;
  margin-bottom: 10px;
}
.tel-layout04 .l-tel {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  line-height: 1;
  margin: 0 auto;
  color: #7D4B28;
}
.tel-layout04 .l-tel img {
  width: 20px;
}
.tel-layout04 .l-time {
  display: grid;
  grid-gap: 5px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}
.tel-layout04 .l-time .item {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
}
.tel-layout04 .l-time dt {
  border: 1px solid #7D4B28;
  color: #7D4B28;
  text-align: center;
  font-size: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 900px) {
  .tel-layout04 {
    padding: 35px 25px;
  }
  .tel-layout04 .l-ttl {
    margin: 0 auto 25px;
  }
  .tel-layout04 .l-ttl .en {
    font-size: 12px;
  }
  .tel-layout04 .l-ttl .jp {
    font-size: 20px;
  }
  .tel-layout04 .wrap {
    flex-direction: column;
    grid-gap: 60px;
  }
  .tel-layout04 .wrap .col + .col::before {
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #7D4B28 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 8px);
    background-repeat: repeat-x;
    background-size: 10px 2px;
    top: -30px;
    left: 0;
  }
  .tel-layout04 .l-tel {
    font-size: 30px;
  }
  .tel-layout04 .l-tel img {
    width: 20px;
  }
  .tel-layout04 .l-btn {
    font-size: 18px;
    min-height: 60px;
    min-width: 0;
  }
  .tel-layout04 .l-btn img {
    width: 25px;
  }
}
.card-style01 > li {
  background: #F5F0ED;
  padding: 25px;
}
.card-style01 .card-img {
  margin-bottom: 20px;
}

.card-style02 > li {
  border: 1px solid #D5D5D5;
  background: #fff;
  padding: 25px;
}
.card-style02 .card-img {
  margin-bottom: 20px;
}

.card-style01,
.card-style02 {
  display: grid;
}
.card-style01.col2,
.card-style02.col2 {
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.card-style01.col2 > li,
.card-style02.col2 > li {
  padding: 30px;
}
.card-style01.col3,
.card-style02.col3 {
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.card-style01.col4,
.card-style02.col4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.card-style01.col4 > li,
.card-style02.col4 > li {
  padding: 20px;
}
.card-style01 .card-ttl,
.card-style02 .card-ttl {
  font-size: 20px;
  font-family: "秀英丸ゴシック B", sans-serif;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .card-style01.col2,
  .card-style02.col2 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .card-style01.col2 > li,
  .card-style02.col2 > li {
    padding: 25px;
  }
  .card-style01.col3,
  .card-style02.col3 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .card-style01.col4,
  .card-style02.col4 {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .card-style01.col4 > li,
  .card-style02.col4 > li {
    padding: 25px;
  }
  .card-style01 .card-ttl,
  .card-style02 .card-ttl {
    font-size: 18px;
  }
}
.list-disc {
  display: grid;
  grid-gap: 5px;
}
.list-disc li {
  line-height: 1.5;
  position: relative;
  padding-left: 15px;
}
.list-disc li:before {
  content: "・";
  color: #7D4B28;
  display: block;
  position: absolute;
  left: 0;
}

.list-check > li {
  padding-left: 30px;
  position: relative;
}
.list-check > li:before {
  content: "";
  background: url(../images/share/icon_check01.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 5px;
  width: 18px;
  height: 18px;
}
.list-check.col3 {
  -moz-column-count: 3;
       column-count: 3;
}
@media (max-width: 800px) {
  .list-check.col3 {
    -moz-column-count: 1;
         column-count: 1;
  }
}
.list-check.white > li:before {
  background: url(../images/share/icon_check01_w.svg) no-repeat center/contain;
}

.table-style03 th,
.table-style03 td {
  padding: 10px 15px;
  border: 1px solid #D5D5D5;
  vertical-align: middle;
}
.table-style03 th {
  background: #7D4B28;
  color: #fff;
}
.table-style03 th.bg01 {
  background: #F5F0ED;
  color: #333;
}
.table-style03 td {
  background: #fff;
}

@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;
  }
}
.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;
  font-family: "秀英丸ゴシック B", sans-serif;
  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;
  }
}

.staff-layout01 .wrapper {
  display: flex;
  flex-direction: row-reverse;
  gap: 8%;
}
.staff-layout01 .l-img {
  width: 32%;
}
.staff-layout01 .l-img figcaption {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  line-height: 1;
}
.staff-layout01 .job {
  display: block;
  font-size: 14px;
  color: #7D4B28;
  font-family: "秀英丸ゴシック B", sans-serif;
}
.staff-layout01 .name {
  font-size: 20px;
  color: #7D4B28;
  font-family: "秀英丸ゴシック B", sans-serif;
}
.staff-layout01 .kana {
  font-size: 11px;
  color: #7D4B28;
  font-family: "秀英丸ゴシック B", sans-serif;
}
.staff-layout01 .l-name {
  margin-bottom: 20px;
}
.staff-layout01 .l-name-wrap {
  display: flex;
  align-items: baseline;
  gap: 15px;
}
.staff-layout01 .l-desc {
  flex: 1;
}
.staff-layout01 .l-ttl {
  color: #7D4B28;
  border-bottom: 2px solid #7D4B28;
  font-family: "秀英丸ゴシック B", sans-serif;
  font-size: 16px;
  padding-bottom: 5px;
  margin-bottom: 30px;
  width: -moz-fit-content;
  width: fit-content;
}
.staff-layout01 .l-message {
  font-size: 25px;
  font-family: "秀英丸ゴシック B", sans-serif;
  margin-bottom: 30px;
}
.staff-layout01 .card-profile {
  margin-top: 50px;
}

@media (max-width: 800px) {
  .staff-layout01 .wrapper {
    flex-direction: column;
    gap: 30px;
  }
  .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-color: #F5F0ED;
  border-radius: 5px;
  padding: 30px;
}
.card-profile .card-ttl {
  border-bottom: 1px dashed #D5D5D5;
  font-family: "秀英丸ゴシック B", sans-serif;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-size: 18px;
}

@media (max-width: 800px) {
  .card-profile {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  .card-profile .item {
    padding: 20px;
  }
  .card-profile .card-ttl {
    font-size: 16px;
  }
}
.dl-career {
  display: grid;
  grid-template-columns: 100px 1fr;
  grid-gap: 12px 0;
  line-height: 1.5;
}

.box-style01 {
  border: 2px solid #D5D5D5;
  background: #F5F0ED;
  padding: 5%;
}
.box-style01 .box-ttl {
  font-size: 22px;
  font-family: "秀英丸ゴシック B", sans-serif;
  text-align: center;
  margin-bottom: 25px;
}
.box-style01 .box-inr.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 800px) {
  .box-style01 {
    padding: 20px;
  }
  .box-style01 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .box-style01 .box-inr.col3 {
    grid-template-columns: 1fr;
  }
}
.box-style02 {
  border: 2px solid #D5D5D5;
  background: #fff;
  padding: 5%;
}
.box-style02 .box-ttl {
  font-size: 22px;
  font-family: "秀英丸ゴシック B", sans-serif;
  margin-bottom: 25px;
}

@media (max-width: 800px) {
  .box-style02 {
    padding: 20px;
  }
  .box-style02 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.box-style04 {
  background: #7D4B28;
  color: #fff;
  padding: 40px;
}
.box-style04 .box-ttl {
  display: flex;
  gap: 15px;
  font-size: 20px;
  font-family: "秀英丸ゴシック B", sans-serif;
  margin-bottom: 15px;
}
.box-style04 .box-ttl img {
  width: 25px;
}

@media (max-width: 800px) {
  .box-style04 {
    padding: 30px;
  }
}
.dl-style03 {
  display: grid;
  grid-gap: 15px;
}
.dl-style03 .item {
  display: grid;
  grid-template-columns: 25% 75%;
  grid-gap: 10px 0;
}
@media (max-width: 800px) {
  .dl-style03 .item {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}
.dl-style03 dt {
  background: #7D4B28;
  color: #fff;
  font-family: "秀英丸ゴシック B", sans-serif;
  padding: 20px;
}
@media (max-width: 800px) {
  .dl-style03 dt {
    padding: 15px;
  }
}
.dl-style03 dd {
  background: #F5F0ED;
  font-size: 15px;
  padding: 20px;
}
@media (max-width: 800px) {
  .dl-style03 dd {
    padding: 15px;
  }
}

.time-table02 {
  border-collapse: collapse;
  width: 100%;
}
.time-table02 tr {
  border-bottom: 1px solid #D5D5D5;
}
.time-table02 th,
.time-table02 td {
  text-align: center;
  padding: 10px;
}
@media (max-width: 800px) {
  .time-table02 th,
  .time-table02 td {
    font-size: 12px;
    line-height: 1.4;
  }
}
.time-table02 th {
  background-color: #7D4B28;
  color: #fff;
}
.time-table02 th:first-child {
  width: 30%;
}
@media (max-width: 800px) {
  .time-table02 th:first-child {
    width: 25%;
  }
}
.time-table02 td {
  background-color: #F5F0ED;
}

.gallery-slider02 .splide__slide {
  display: flex;
  align-content: center;
  text-align: center;
  justify-content: center;
}
.gallery-slider02 .splide__slide img {
  max-height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery-slider02 .thumb-wrapper {
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-gap: 8px;
  margin-top: 30px;
}
.gallery-slider02 .thumb-item {
  cursor: pointer;
  filter: grayscale(100%);
  transition: 0.3s;
}
.gallery-slider02 .thumb-item img {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.gallery-slider02 .thumb-item.is-active {
  filter: grayscale(0%);
  transform: scale(0.9);
}

@media (max-width: 800px) {
  .gallery-slider02 .splide__slide img {
    max-height: 300px;
  }
  .gallery-slider02 .thumb-wrapper {
    grid-template-columns: repeat(6, 1fr);
  }
  .gallery-slider02 .thumb-item {
    cursor: pointer;
    filter: grayscale(100%);
    transition: 0.3s;
  }
  .gallery-slider02 .thumb-item img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
       object-fit: cover;
    border-radius: 4px;
  }
  .gallery-slider02 .thumb-item.is-active {
    filter: grayscale(0%);
    transform: scale(0.9);
  }
}
.u-bnr {
  display: block;
  max-width: 380px;
  transition: 0.3s;
}
.u-bnr:hover {
  opacity: 0.6;
}

.merit-demerit01 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4%;
}
.merit-demerit01 .item {
  background: #F5F0ED;
  border-top: 5px solid #7D4B28;
  padding: 35px;
}
.merit-demerit01 .item:nth-of-type(2) {
  border-color: #907E70;
}
.merit-demerit01 .item:nth-of-type(2) .list-disc > li::before {
  color: #907E70;
}
.merit-demerit01 .item:nth-of-type(2) .item-ttl::after {
  color: #907E70;
}
.merit-demerit01 .item-ttl {
  font-family: "秀英丸ゴシック B", sans-serif;
  font-size: 22px;
  line-height: 1;
  margin-bottom: 25px;
}
.merit-demerit01 .item-ttl::after {
  color: #7D4B28;
  content: attr(data-en);
  font-size: 15px;
  letter-spacing: 0.05em;
  margin-left: 15px;
  font-family: "Poppins", sans-serif;
}

@media (max-width: 800px) {
  .merit-demerit01 {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  .merit-demerit01 .item {
    padding: 35px 25px;
  }
  .merit-demerit01 .item-ttl {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .merit-demerit01 .item-ttl::after {
    font-size: 12px;
  }
}
.list-anchor-link02 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 15px;
}
.list-anchor-link02 a {
  display: flex;
  align-items: center;
  background: #F5F0ED;
  font-family: "秀英丸ゴシック B", sans-serif;
  font-size: 14px;
  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 #7D4B28;
  border-bottom: 2px solid #7D4B28;
  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;
  }
}
/*------------
Footer
--------------*/
.footer {
  background-color: #F5F0ED;
  position: relative;
}
@media (min-width: 801px) {
  .footer {
    width: 100%;
    padding: 83px 0 0;
  }
}
@media (max-width: 800px) {
  .footer {
    padding: 50px 0;
  }
}
.footer .f-inr {
  display: flex;
}
@media (min-width: 801px) {
  .footer .f-inr {
    gap: 30px;
    padding-bottom: 62px;
  }
}
@media (max-width: 800px) {
  .footer .f-inr {
    flex-direction: column;
    padding-bottom: 30px;
    gap: 30px;
  }
}
@media (min-width: 801px) {
  .footer .f-info {
    flex: 1;
    padding-right: 10px;
  }
}
@media (min-width: 801px) {
  .footer .f-time {
    flex: 1.5;
    max-width: 490px;
  }
}
.footer .f-logo {
  display: block;
  margin-bottom: 20px;
}
@media (min-width: 801px) {
  .footer .f-logo {
    max-width: 437px;
  }
}
@media (max-width: 800px) {
  .footer .f-logo {
    max-width: 280px;
    margin: 0 auto 20px;
  }
}
.footer .f-sns {
  display: flex;
  gap: 13px;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .footer .f-sns {
    justify-content: center;
  }
}
.footer .f-address {
  line-height: 1.875;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 17px;
}
@media (min-width: 801px) {
  .footer .f-address {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .footer .f-address {
    font-size: 15px;
    text-align: center;
  }
}
.footer .f-access {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 800px) {
  .footer .f-access {
    flex-direction: column;
    gap: 20px;
  }
}
.footer .f-access .txt {
  line-height: 1.875;
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media (max-width: 800px) {
  .footer .f-access .txt {
    font-size: 15px;
    text-align: center;
  }
}
.footer .f-access .btn-wrap {
  width: 120px;
  height: 40px;
}
.footer .f-access .btn-more {
  height: 40px;
  font-size: 15px;
}
.footer .f-nav {
  border-top: 1px solid #707070;
}
@media (min-width: 801px) {
  .footer .f-nav {
    padding: 61px 0 66px;
  }
}
@media (max-width: 800px) {
  .footer .f-nav {
    padding: 30px 0 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }
}
.footer .f-nav-list {
  display: flex;
  justify-content: center;
}
@media (max-width: 800px) {
  .footer .f-nav-list {
    flex-direction: column;
    gap: 5px;
  }
}
@media (min-width: 801px) {
  .footer .f-nav-list li:not(:first-child):before {
    content: "　｜　";
  }
}
.footer .f-nav-list a:hover {
  text-decoration: underline;
}
.footer .f-footer {
  background-color: #7D4B28;
}
.footer .copyright {
  height: 30px;
  color: #FFF;
  font-size: 12px;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 801px) {
  .footer .pagetop {
    width: 75px;
    height: 66px;
    background: url(../images/share/pagetop.png) 0 0/100% no-repeat;
    position: absolute;
    right: 30px;
    bottom: 116px;
    z-index: 2;
    transition: 0.3s;
  }
}
@media (max-width: 800px) {
  .footer .pagetop {
    display: none;
  }
}
.footer .pagetop:hover {
  transform: translateY(-10px);
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 {
  padding-top: 30px;
}
.list-post-type01 .list-item {
  padding-bottom: 40px;
  border-bottom: 1px solid #D5D5D5;
}
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width: 800px) {
  .list-post-type01 {
    padding-top: 30px;
  }
  .list-post-type01 .list-item {
    padding-bottom: 30px;
  }
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.post-layout {
  display: flex;
  transition: 0.3s;
  padding-right: 40px;
  position: relative;
}
.post-layout::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  width: 12px;
  height: 12px;
  border: 0px;
  border-top: 2px solid #7D4B28;
  border-right: 2px solid #7D4B28;
  transition: 0.3s;
}
.post-layout:hover {
  opacity: 0.6;
}
.post-layout:hover::before {
  right: 0;
}
.post-layout .post-img {
  flex: 1;
  margin-right: 40px;
}
.post-layout .post-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-layout .post-desc {
  flex: 2;
}

@media (max-width: 800px) {
  .post-layout {
    padding-right: 30px;
  }
  .post-layout::before {
    right: 10px;
    width: 8px;
    height: 8px;
  }
  .post-layout .post-img {
    margin-right: 20px;
  }
  .post-layout .post-img img {
    height: 80px;
  }
  .post-layout .post-desc {
    flex: 2;
  }
  .post-layout .post-data {
    flex-direction: column;
  }
  .post-layout .post-data .post-category01 {
    margin-left: 0;
  }
}
/*詳細ページ*/
.post-single-img {
  text-align: center;
  margin-bottom: 40px;
}

/*投稿本文用CSS*/
.postdata {
  overflow-wrap: break-word;
}
.postdata h4 {
  font-size: 18px;
  color: #F5F0ED;
}
.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}
.postdata h5:after {
  content: "-";
  color: #F5F0ED;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.postdata h6 {
  font-size: 16px;
  color: #F5F0ED;
}
.postdata .screen-reader-text {
  border: 0;
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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;
  -webkit-clip-path: inset(50%);
          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;
  -webkit-clip-path: none;
          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: #7D4B28;
  border: 1px solid #7D4B28;
  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: #7D4B28;
}
.postdata pre {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.post-data time {
  font-size: 15px;
  color: #B38000;
  line-height: 1;
  font-family: "Sen", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 400;
}
.post-data .post-category01 {
  margin-left: 15px;
}

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

.post-category01 {
  background: #7D4B28;
  color: #fff;
  line-height: 1;
  padding: 2px 10px 5px;
  display: inline-block;
}
.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: flex;
  justify-content: space-between;
  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 #7D4B28;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  transform: translateY(-50%);
}
.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #7D4B28;
  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: "Poppins", sans-serif;
  font-weight: 500;
}
.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}
.post-number a:hover {
  color: #7D4B28;
}
.post-number .current {
  color: #7D4B28;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}
.post-number .current::after {
  content: "";
  border-bottom: 2px solid #7D4B28;
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 1px;
}

/*詳細用ページャー*/
.post-number-single {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  border-bottom: 1px solid #d3d3d3;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.post-number-single a {
  display: inline-block;
  color: #7D4B28;
}
.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) {
  /*詳細ページ*/
  .post-single-img {
    margin-bottom: 30px;
  }
  .postdata h4 {
    font-size: 17px;
  }
  .postdata h5 {
    font-size: 16px;
  }
  .postdata h6 {
    font-size: 15px;
  }
  .post-data {
    align-items: flex-start;
    margin-bottom: 10px;
  }
  .post-data time {
    line-height: 2;
  }
  .post-data .post-category01 {
    margin-left: 15px;
  }
  .post-data .post-category02 {
    margin-left: 15px;
  }
  /*詳細ページ*/
  /*セレクト式カテゴリー*/
  /*一覧用ページャー*/
  .post-number {
    margin-top: 60px;
  }
}
.column2 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
.column2-cont {
  flex: 1;
  width: auto;
}
.column2-navi {
  width: 240px;
  min-width: 240px;
  margin-right: 5%;
}
.column2-navi-inr {
  position: sticky;
  top: 150px;
}

.side-navi .ttl {
  font-size: 18px;
  font-family: "秀英丸ゴシック B", sans-serif;
  line-height: 1.5;
  padding-bottom: 10px;
  border-bottom: 1px solid #D5D5D5;
  margin-bottom: 20px;
}
.side-navi ul li {
  line-height: 1.7;
  padding-left: 15px;
  position: relative;
}
.side-navi ul li::before {
  content: "";
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #7D4B28;
  position: absolute;
  left: 0;
  top: 9px;
}
.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%;
  height: 50px;
  color: #fff;
  font-size: 16px;
  font-family: "秀英丸ゴシック L", sans-serif;
  text-align: center;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7D4B28;
  position: relative;
  transition: 0.3s;
}
.btn-more:after {
  width: 5px;
  height: 10px;
  content: "";
  display: block;
  background: url(../images/share/icon_btn_arrow.svg) 0 0/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}
.btn-more:hover {
  opacity: 0.8;
}

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

.txt-large {
  font-size: 20px;
}

.bold,
strong {
  font-family: "秀英丸ゴシック B", sans-serif;
}

.underline {
  text-decoration: underline;
}

.marker span {
  background: linear-gradient(transparent 60%, #E1CFC3 60%);
  padding-bottom: 3px;
}
.marker .large {
  font-size: 30px;
}
.marker .small {
  font-size: 20px;
}

span.marker {
  background: linear-gradient(transparent 60%, #E1CFC3 60%);
  padding-bottom: 3px;
}

.link {
  text-decoration: underline;
  word-break: break-all;
  position: relative;
}
.link[target=_blank]::after {
  content: "";
  display: inline-block;
  background: url(../images/share/icon_out.svg) no-repeat center/contain;
  width: 12px;
  height: 10px;
  margin-left: 5px;
}
.link:is(:hover, :focus) {
  text-decoration: none;
}

.no-link {
  pointer-events: none;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

.notice {
  font-size: 0.8rem;
  text-indent: -1.6em;
  padding-left: 1.6em;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mbXS {
  margin-bottom: 5px !important;
}

.mbS {
  margin-bottom: 15px !important;
}

.mbM {
  margin-bottom: 30px !important;
}

.mbL {
  margin-bottom: 60px !important;
}

.mbXL {
  margin-bottom: 90px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

@media (max-width: 800px) {
  .txt-large {
    font-size: 18px;
  }
  .marker .large {
    font-size: 24px;
  }
  .marker .small {
    font-size: 18px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
  .mbL {
    margin-bottom: 30px !important;
  }
  .mbXL {
    margin-bottom: 50px !important;
  }
}
/*診療カレンダー*/
:root {
  --event01: #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: "秀英丸ゴシック L", sans-serif;
  text-align: center;
  position: relative;
  border: none !important;
}
@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: "秀英丸ゴシック L", sans-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: "秀英丸ゴシック L", sans-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 td.today {
  opacity: 1;
  text-decoration: underline;
}
.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: "秀英丸ゴシック L", sans-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: "秀英丸ゴシック L", sans-serif;
  text-align: center;
  margin-bottom: 12px;
}
.time-table-head {
  color: #FFF;
  font-family: "秀英丸ゴシック L", sans-serif;
  background-color: #927E6F;
}
@media (min-width: 801px) {
  .time-table-head {
    font-size: 16px;
  }
}
@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 #E1CFC3;
  border-left: 1px solid #E1CFC3;
  border-right: 1px solid #E1CFC3;
  background-color: #FFF;
}
.time-table-body .item {
  line-height: 1.5;
  font-family: "秀英丸ゴシック L", sans-serif;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 801px) {
  .time-table-body .item {
    height: 55px;
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .time-table-body .item {
    padding: 8px 0;
    font-size: 13px;
  }
}
.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) 70px;
  }
}
@media (max-width: 800px) {
  .time-table-head, .time-table-body {
    grid-template-columns: 70px repeat(6, 1fr) 50px;
  }
}

.time-table-txt {
  line-height: 1.75;
  font-family: "秀英丸ゴシック L", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 801px) {
  .time-table-txt {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .time-table-txt {
    font-size: 12px;
  }
}

.color01 {
  color: #D2AE74;
}

.border {
  padding: 0 8px;
  border: 1px solid #4B4747;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
}

.map {
  position: relative;
  width: 100%;
  height: 500px;
}
@media (max-width: 800px) {
  .map {
    height: 300px;
  }
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*------------
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;
  -moz-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: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block;
}

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

.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;
  }
}/*# sourceMappingURL=style.css.map */


p {
  word-break: break-all;
}