@charset "UTF-8";
/*-----------------------------------------------------------
Reset
-----------------------------------------------------------*/
html {
  font-size: 100%;
}

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

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

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

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

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

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

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input, select {
  vertical-align: middle;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

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

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

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

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

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

html {
  scroll-behavior: smooth;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  line-height: 1.75;
}

@media (max-width: 800px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    line-height: 1.4;
  }
}
th, dt {
  font-family: "FOT-筑紫明朝 Pr6N M", 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-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
--------------*/
.fixed-cta {
  width: 58px;
  height: 210px;
  border-radius: 5px 0 0 5px;
  color: #FFF;
  font-size: 16px;
  letter-spacing: 0.05em;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  display: flex;
  justify-content: center;
  gap: 14px;
  align-items: center;
  writing-mode: vertical-lr;
  text-orientation: upright;
  background-image: linear-gradient(0deg, #BA3C4A, #8D1D3F);
  position: fixed;
  top: 54%;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
}
.fixed-cta:before {
  width: 20px;
  height: 23px;
  content: "";
  display: block;
  background: url(../images/share/icon_calendar.svg) 0 0/100% no-repeat;
}
.fixed-cta:hover {
  opacity: 0.8;
}
@media (max-width: 800px) {
  .fixed-cta {
    display: none;
  }
}

.header {
  width: 100%;
  background-color: #FFF;
  transition: 0.3s;
}
@media (min-width: 801px) {
  .header {
    height: 120px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
@media (max-width: 800px) {
  .header {
    height: 73px;
  }
}
@media (min-width: 801px) {
  .header.is-fixed {
    height: 100px;
  }
}
.header-inr {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media (min-width: 801px) {
  .header-inr {
    padding: 0 40px 0 30px;
    justify-content: space-between;
  }
}
@media (max-width: 800px) {
  .header-inr {
    padding: 0 11px;
  }
}
@media (min-width: 801px) {
  .header .h-logo {
    height: 92px;
    transition: 0.3s;
  }
}
@media (max-width: 800px) {
  .header .h-logo {
    max-height: 61px;
  }
}
@media (min-width: 801px) {
  .header .h-logo.is-fixed {
    width: 280px;
    height: 62px;
  }
}
.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: 61px;
  }
}
@media (min-width: 801px) {
  .header .h-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    align-items: end;
    gap: 8px;
  }
}
@media (max-width: 800px) {
  .header .h-right {
    display: none;
  }
}
.header .h-info {
  color: #4B4747;
  line-height: 1;
  font-size: 28px;
  font-family: "Bellefair", serif;
  letter-spacing: 0.05em;
  display: flex;
  gap: 14px;
  transition: 0.3s;
}
.header .h-info:hover {
  opacity: 0.5;
}
@media (min-width: 801px) {
  .header .h-info.is-fixed {
    display: none;
  }
}
.header .h-tel {
  font-size: 18px;
}
/*------------
G-navi
--------------*/
.pc-navi-list {
  display: flex;
  gap: 72px;
}
.pc-navi.is-fixed .item > a, .pc-navi.is-fixed .item .item-link {
  padding-bottom: 20px;
}
.pc-navi .item > a, .pc-navi .item .item-link {
  padding-bottom: 14px;
  border-bottom: 2px solid transparent;
  color: #4B4747;
  letter-spacing: 0.05em;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
}
.pc-navi .item > a:hover, .pc-navi .item .item-link:hover {
  border-bottom: 2px solid #B42E3E;
}
.pc-navi .item .en {
  line-height: 1;
  font-size: 22px;
  font-family: "Bellefair", serif;
}
.pc-navi .item .jp {
  line-height: 1;
  font-size: 13px;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
}
.pc-navi .item .tri {
  display: flex;
  align-items: center;
  gap: 6px;
}
.pc-navi .item .tri::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  border-top: 7px solid #B42E3E;
  border-bottom: 0;
  content: "";
}

.pc-dropdown {
  position: relative;
}
.pc-dropdown::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 40px;
}
.pc-dropdown:hover .pc-navi-child {
  pointer-events: auto;
  opacity: 1;
}
.pc-dropdown .pc-navi-child {
  width: fit-content;
  padding: 30px;
  background-color: #F7F2F2;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  z-index: 999;
  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -10px);
  transition: 0.4s ease-in-out;
}
.pc-dropdown .pc-navi-child:nth-child(2) {
  left: -25%;
}
.pc-dropdown .pc-navi-child li {
  width: 100%;
  white-space: nowrap;
  line-height: 2.5;
  align-self: start;
}
.pc-dropdown .pc-navi-child li:hover {
  text-decoration: underline;
}

.sp-navi {
  display: none;
}

@media (max-width: 800px) {
  .gnavi-drawer {
    display: none;
  }
  .pc-navi {
    display: none;
  }
  :root {
    --navi-background: #6ABA63;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "FOT-筑紫明朝 Pr6N M",'秀英角ゴシック銀 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: #B42E3E;
    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;
    font-size: 10px;
    line-height: 1.1;
    font-family: "FOT-筑紫明朝 Pr6N M", serif;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }
  .sp-navi .sp-navi-btns .item:last-child {
    border-right: none;
  }
  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: #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 .img img {
    height: 100%;
    object-fit: contain;
  }
  .sp-navi .sp-navi-btns .item .ttl {
    min-height: 23px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp-navi .sp-menu-btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 7px;
  }
  .sp-navi .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 10px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
  }
  .sp-navi .sp-menu-btn span:not(.ttl) {
    background: var(--menu-btn);
    position: absolute;
    left: 50%;
    width: 12px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(1) {
    top: 11px;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(2) {
    top: 15px;
  }
  .sp-navi .sp-menu-btn span:not(.ttl):nth-of-type(3) {
    top: 19px;
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(1) {
    transform: translate(-50%, 4px) rotate(-45deg);
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-navi .sp-menu-btn.is-open span:nth-of-type(3) {
    transform: translate(-50%, -4px) rotate(45deg);
  }
  .sp-navi {
    /* コンテンツ */
  }
  .sp-navi .sp-navi-contents {
    pointer-events: none;
    visibility: hidden;
    background: #fff;
    font-family: var(--navi-font);
    padding: 50px 10% 100px;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }
  .sp-navi .sp-navi-contents.is-open {
    pointer-events: auto;
    visibility: visible;
    overflow-y: auto;
    opacity: 1;
  }
  .sp-navi .sp-navi-list {
    border-top: 1px solid #ddd;
  }
  .sp-navi .sp-navi-list > li {
    border-bottom: 1px solid #ddd;
  }
  .sp-navi .sp-navi-list > li > a, .sp-navi .sp-navi-list > li span {
    display: block;
    font-size: 18px;
    font-family: "FOT-筑紫明朝 Pr6N M", 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: #B42E3E;
    position: absolute;
    transition: 0.5s;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::before {
    width: 1px;
    height: 11px;
    top: 17px;
    right: 20px;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown::after {
    width: 11px;
    height: 1px;
    top: 22px;
    right: 15px;
  }
  .sp-navi .sp-navi-list > li.sp-dropdown.is-on::before {
    transform: rotate(90deg);
  }
  .sp-navi .sp-navi-list > li.sp-dropdown > a {
    padding: 15px 0;
    width: 85%;
  }
  .sp-navi .sp-navi-list .child {
    padding: 0 0 15px;
  }
  .sp-navi .sp-navi-list .child > ul > li {
    position: relative;
    padding-left: 15px;
    margin-bottom: 5px;
    font-family: "FOT-筑紫明朝 Pr6N M", serif;
  }
  .sp-navi .sp-navi-list .child > ul > li::before {
    content: "-";
    color: #B42E3E;
    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: 16px;
  }
  .sp-navi .sp-navi-list .child > ul > li > a {
    display: inline-block;
    font-size: 16px;
    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%;
}
@media (min-width: 801px) {
  .hero {
    margin-top: 120px;
  }
}
@media (max-width: 800px) {
  .hero {
    padding-bottom: 50px;
    margin: 0 auto;
  }
}
.hero-layout {
  width: 100%;
  height: 100%;
}
@media (min-width: 801px) {
  .hero-layout {
    aspect-ratio: 1800/860;
    position: relative;
  }
}
.hero-img {
  width: 100%;
  height: 100%;
}
@media (max-width: 800px) {
  .hero-img {
    margin-bottom: 32px;
  }
}
.hero-desc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
}
@media (min-width: 801px) {
  .hero-desc {
    width: 37.7777777778%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.4);
    backdrop-filter: blur(8px);
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 801px) {
  .hero-logo {
    margin-bottom: 24px;
  }
}
@media (max-width: 800px) {
  .hero-logo {
    width: 40px;
    margin-bottom: 7px;
  }
}
.hero-ttl {
  color: #B2D235;
  line-height: 1;
  font-family: "Pinyon Script", cursive;
  letter-spacing: 0.05em;
}
@media (min-width: 801px) {
  .hero-ttl {
    font-size: 56px;
    margin-bottom: 58px;
  }
}
@media (max-width: 800px) {
  .hero-ttl {
    font-size: 29px;
    margin-bottom: 20px;
  }
}
.hero-txt {
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  letter-spacing: 0.05em;
  text-align: center;
}
@media (min-width: 801px) {
  .hero-txt {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .hero-txt {
    line-height: 2.1875;
    font-size: 16px;
  }
}

/*-----------------------------------------------------------
Top
-----------------------------------------------------------*/
.t-ttl {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 801px) {
  .t-ttl {
    gap: 17px;
  }
}
@media (max-width: 800px) {
  .t-ttl {
    gap: 10px;
  }
}
.t-ttl:before {
  content: "";
  display: block;
  background: url(../images/share/ttl.svg) 0 0/100% no-repeat;
  position: absolute;
}
@media (min-width: 801px) {
  .t-ttl:before {
    width: 84px;
    height: 18px;
    top: -32px;
    left: -12px;
  }
}
@media (max-width: 800px) {
  .t-ttl:before {
    width: 57px;
    height: 13px;
    top: -20px;
    left: -5px;
  }
}
.t-ttl .en {
  line-height: 1;
  font-family: "Pinyon Script", cursive;
}
@media (min-width: 801px) {
  .t-ttl .en {
    font-size: 60px;
  }
}
@media (max-width: 800px) {
  .t-ttl .en {
    font-size: 40px;
  }
}
.t-ttl .jp {
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
}
@media (min-width: 801px) {
  .t-ttl .jp {
    line-height: 1;
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .t-ttl .jp {
    line-height: 1.7777777778;
    font-size: 18px;
  }
}

/*------------
Block
--------------*/
.sec01 {
  background-color: #F8F3E5;
  position: relative;
}
@media (min-width: 801px) {
  .sec01 {
    padding: 121px 0 81px;
  }
}
@media (max-width: 800px) {
  .sec01 {
    padding: 50px 0;
  }
}
@media (min-width: 801px) {
  .sec01 .t-ttl {
    margin-bottom: 46px;
  }
}
@media (max-width: 800px) {
  .sec01 .t-ttl {
    gap: 10px;
    margin-bottom: 20px;
  }
}
.sec01 .t-ttl:before {
  display: none;
}
@media (min-width: 801px) {
  .sec01 .t-ttl .en {
    font-size: 34px;
  }
}
@media (max-width: 800px) {
  .sec01 .t-ttl .en {
    font-size: 20px;
  }
}
@media (min-width: 801px) {
  .sec01 .t-ttl .jp {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .sec01 .t-ttl .jp {
    font-size: 16px;
  }
}
.sec01-layout {
  display: grid;
  gap: 56px;
}
@media (min-width: 801px) {
  .sec01-layout {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 800px) {
  .sec01-layout {
    grid-template-columns: 1fr;
  }
}
@media (min-width: 801px) {
  .sec01 .btn-wrap {
    width: 280px;
    height: 68px;
    margin-top: 30px;
  }
}
@media (max-width: 800px) {
  .sec01 .btn-wrap {
    width: 220px;
    margin: 20px auto 0;
  }
}
@media (min-width: 801px) {
  .sec01 .btn-more {
    text-align: left;
  }
}
@media (max-width: 800px) {
  .sec01 .btn-more {
    justify-content: center;
  }
}

.sec02 {
  position: relative;
}
@media (min-width: 801px) {
  .sec02 {
    padding: 111px 0 120px;
    margin-bottom: 180px;
  }
}
@media (max-width: 800px) {
  .sec02 {
    padding: 50px 0;
  }
}
.sec02:before {
  width: 100%;
  max-width: 1600px;
  height: 100%;
  content: "";
  background-color: #F7F2F2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1650px) {
  .sec02:before {
    width: 98%;
  }
}
@media (max-width: 800px) {
  .sec02:before {
    width: 100%;
  }
}
@media (min-width: 801px) {
  .sec02 .t-ttl {
    margin-bottom: 76px;
  }
}
@media (max-width: 800px) {
  .sec02 .t-ttl {
    margin-bottom: 40px;
  }
}
.sec02-list {
  display: flex;
}
@media (min-width: 801px) {
  .sec02-list {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 100px 0;
  }
}
@media (max-width: 800px) {
  .sec02-list {
    flex-direction: column;
    gap: 40px;
  }
}
.sec02 .item {
  position: relative;
}
@media (min-width: 801px) {
  .sec02 .item {
    width: 29.6666666667%;
  }
}
@media (min-width: 801px) {
  .sec02 .item:nth-child(3n+2) {
    transform: translatey(40px);
  }
}
@media (min-width: 801px) {
  .sec02 .item:nth-child(3n) {
    transform: translatey(80px);
  }
}
.sec02 .num {
  color: #FFF;
  line-height: 1;
  font-family: "Anaheim", sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 1;
}
@media (min-width: 801px) {
  .sec02 .num {
    width: 100px;
    height: 88px;
    font-size: 60px;
    top: -20px;
    left: -20px;
  }
}
@media (max-width: 800px) {
  .sec02 .num {
    width: 60px;
    height: 53px;
    font-size: 24px;
    top: -10px;
    left: -10px;
  }
  .sec02 .num img {
    width: 40px;
  }
}
.sec02 .num:before {
  width: 100%;
  height: 100%;
  border: 1px solid #908888;
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: -1;
}
.sec02 .num:after {
  width: 100%;
  height: 100%;
  border: 1px solid #908888;
  content: "";
  display: block;
  background-image: linear-gradient(0deg, #AC9292, #6F5353);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (min-width: 801px) {
  .sec02 .img {
    margin-bottom: 25px;
  }
}
@media (max-width: 800px) {
  .sec02 .img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.sec02 .txt {
  line-height: 1.7619047619;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  text-align: center;
}
@media (min-width: 801px) {
  .sec02 .txt {
    font-size: 21px;
  }
}
@media (max-width: 800px) {
  .sec02 .txt {
    font-size: 16px;
  }
}
@media (min-width: 801px) {
  .sec02 .btn-wrap {
    width: 280px;
    margin: 177px auto 0;
  }
}
@media (max-width: 800px) {
  .sec02 .btn-wrap {
    width: 220px;
    margin: 30px auto 0;
  }
}

.sec03 {
  position: relative;
}
@media (min-width: 801px) {
  .sec03 {
    padding: 111px 0 172px;
    margin-bottom: 180px;
  }
}
@media (max-width: 800px) {
  .sec03 {
    padding: 50px 0;
  }
}
.sec03:before {
  width: 100%;
  max-width: 1600px;
  height: 100%;
  content: "";
  display: block;
  background-image: linear-gradient(90deg, #C34250, #88213F);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 1650px) {
  .sec03:before {
    width: 98%;
  }
}
@media (max-width: 800px) {
  .sec03:before {
    width: 100%;
  }
}
.sec03 .t-ttl {
  color: #FFF;
}
@media (min-width: 801px) {
  .sec03 .t-ttl {
    margin-bottom: 56px;
  }
}
@media (max-width: 800px) {
  .sec03 .t-ttl {
    margin-bottom: 30px;
  }
}
.sec03-layout {
  display: flex;
  flex-direction: column;
  margin-bottom: 90px;
}
@media (min-width: 801px) {
  .sec03-layout {
    gap: 90px;
  }
}
@media (max-width: 800px) {
  .sec03-layout {
    gap: 50px;
  }
}
.sec03-box {
  display: flex;
}
@media (min-width: 801px) {
  .sec03-box {
    flex-direction: row-reverse;
    justify-content: space-between;
  }
}
@media (max-width: 800px) {
  .sec03-box {
    flex-direction: column;
  }
}
@media (min-width: 801px) {
  .sec03-box:nth-child(even) {
    flex-direction: row;
  }
}
@media (min-width: 801px) {
  .sec03-box .content {
    width: 44%;
  }
}
@media (max-width: 800px) {
  .sec03-box .content {
    display: contents;
  }
}
@media (min-width: 801px) {
  .sec03-box .fig {
    width: 50%;
  }
}
@media (max-width: 800px) {
  .sec03-box .fig {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    order: 2;
  }
}
.sec03-box .head {
  position: relative;
}
@media (min-width: 801px) {
  .sec03-box .head {
    padding: 11px 0 31px;
    margin-bottom: 45px;
  }
}
@media (max-width: 800px) {
  .sec03-box .head {
    padding: 0 0 10px;
    margin-bottom: 20px;
    order: 1;
  }
}
.sec03-box .head:before {
  width: 40px;
  height: 1px;
  content: "";
  display: block;
  background-color: #C6737D;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sec03-box .ttl {
  color: #FFF;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  letter-spacing: 0.05em;
}
@media (min-width: 800px) {
  .sec03-box .ttl {
    font-size: 32px;
  }
}
@media (max-width: 800px) {
  .sec03-box .ttl {
    font-size: 24px;
  }
}
.sec03-box .txt01 {
  color: #FFF;
  line-height: 1.5909090909;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  letter-spacing: 0.05em;
}
@media (min-width: 800px) {
  .sec03-box .txt01 {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .sec03-box .txt01 {
    font-size: 16px;
  }
}
.sec03-box .txt02 {
  color: #FFF;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
}
@media (min-width: 800px) {
  .sec03-box .txt02 {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .sec03-box .txt02 {
    font-size: 12px;
    order: 3;
  }
}
@media (min-width: 800px) {
  .sec03-box .btn-wrap {
    width: 280px;
    margin-top: 45px;
  }
}
@media (max-width: 800px) {
  .sec03-box .btn-wrap {
    width: 220px;
    margin: 20px auto 0;
    order: 4;
  }
}
.sec03-box .btn-more {
  color: #4B4747;
  background-color: #FFF;
  background-image: none;
}
.sec03-box .btn-more:after {
  background-image: url(../images/share/icon_btn_arrow_r.svg);
}
.sec03-layout02 {
  display: grid;
}
@media (min-width: 800px) {
  .sec03-layout02 {
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }
}
@media (max-width: 800px) {
  .sec03-layout02 {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
.sec03-layout02 .fig {
  position: relative;
}
@media (min-width: 800px) {
  .sec03-layout02 .fig {
    margin-bottom: 64px;
  }
}
@media (max-width: 800px) {
  .sec03-layout02 .fig {
    margin-bottom: 40px;
  }
}
.sec03-layout02 .ttl {
  width: 282px;
  padding: 0 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(8px);
  position: absolute;
  bottom: -24px;
  left: 0;
}
@media (min-width: 800px) {
  .sec03-layout02 .ttl {
    height: 100px;
  }
}
@media (max-width: 800px) {
  .sec03-layout02 .ttl {
    height: 80px;
  }
}
.sec03-layout02 .ttl:before {
  width: 31px;
  height: 7px;
  content: "";
  display: block;
  background: url(../images/share/icon_btn_arrow_g.svg) 0 0/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
.sec03-layout02 .ttl:hover {
  opacity: 0.8;
}
.sec03-layout02 .jp {
  color: #4B4747;
  line-height: 1;
  font-size: 20px;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
}
.sec03-layout02 .en {
  color: #908888;
  line-height: 1;
  font-size: 16px;
  font-family: "Bellefair", serif;
}
.sec03-layout02 .txt {
  color: #FFF;
  line-height: 2;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 800px) {
  .sec03-layout02 .txt {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .sec03-layout02 .txt {
    font-size: 12px;
  }
}

.sec04 {
  position: relative;
}
@media (min-width: 800px) {
  .sec04 {
    padding: 111px 0 196px;
  }
}
@media (max-width: 800px) {
  .sec04 {
    padding: 50px 0 80px;
  }
}
.sec04:before {
  width: 1600px;
  height: 100%;
  content: "";
  background-color: #F7F2F2;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media (max-width: 1650px) {
  .sec04:before {
    width: 98%;
  }
}
@media (max-width: 800px) {
  .sec04:before {
    width: 100%;
  }
}
.sec04-layout {
  display: flex;
}
@media (min-width: 1025px) {
  .sec04-layout {
    justify-content: space-between;
  }
}
@media (max-width: 1024px) {
  .sec04-layout {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .sec04-layout .t-ttl {
    margin-bottom: 30px;
  }
}
.sec04-layout .body {
  display: grid;
}
@media (min-width: 1025px) {
  .sec04-layout .body {
    width: 65.5%;
    grid-template-columns: repeat(2, 1fr);
    gap: 42px;
  }
}
@media (max-width: 1024px) {
  .sec04-layout .body {
    grid-template-columns: 1fr;
    gap: 60px;
  }
}
.sec04-layout .item {
  position: relative;
}
@media (min-width: 1025px) {
  .sec04-layout .item:nth-child(2n) {
    transform: translateY(40px);
  }
}
.sec04-layout .img {
  width: 100%;
}
.sec04-layout .ttl {
  width: 298px;
  padding: 0 22px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 9px;
  background-image: linear-gradient(90deg, #BA3C4A, #8D1D3F);
  position: absolute;
  bottom: -36px;
  left: 0;
}
@media (min-width: 1025px) {
  .sec04-layout .ttl {
    height: 100px;
  }
}
@media (max-width: 1024px) {
  .sec04-layout .ttl {
    height: 80px;
  }
}
.sec04-layout .ttl:before {
  width: 31px;
  height: 7px;
  content: "";
  display: block;
  background: url(../images/share/icon_btn_arrow.svg) 0 0/100% no-repeat;
  position: absolute;
  top: 50%;
  right: 23px;
  transform: translateY(-50%);
}
.sec04-layout .ttl:hover {
  opacity: 0.8;
}
.sec04-layout .ttl .jp {
  color: #FFF;
  line-height: 1;
  font-size: 22px;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
}
.sec04-layout .ttl .en {
  color: rgba(255, 255, 255, 0.6);
  line-height: 1;
  font-size: 17px;
  font-family: "Bellefair", serif;
}
.sec05 {
  max-width: 100vw;
  overflow: hidden;
}
.sec05 .loop-slider {
  display: flex;
}
.sec05 .loop-slider-wrapper {
  display: flex;
}
.sec05 .loop-slider-wrapper:first-of-type {
  animation: reverse-loop 120s -60s linear infinite;
}
.sec05 .loop-slider-wrapper:last-of-type {
  animation: reverse-loop2 120s linear infinite;
}
.sec05 .loop-slider-wrapper .item {
  margin-left: 10px;
}
@media (min-width: 801px) {
  .sec05 .loop-slider-wrapper .item {
    width: 364px;
  }
}
@media (max-width: 800px) {
  .sec05 .loop-slider-wrapper .item {
    width: 200px;
  }
}
.sec05 img {
  max-width: 100%;
}
@keyframes reverse-loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes reverse-loop2 {
  0% {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-200%);
  }
}

@media (min-width: 1025px) {
  .sec06 {
    padding: 180px 0;
  }
}
@media (max-width: 1024px) {
  .sec06 {
    padding: 50px 0;
  }
}
.sec06-layout {
  display: flex;
}
@media (min-width: 1025px) {
  .sec06-layout {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1024px) {
  .sec06-layout {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1025px) {
  .sec06-layout .content {
    width: 30.625%;
    padding: 37px 20px 60px;
    background-color: #F7F2F2;
  }
}
@media (min-width: 1025px) {
  .sec06-layout .map {
    width: 69.375%;
  }
}
@media (max-width: 1024px) {
  .sec06-layout .map {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .sec06-layout .map iframe {
    width: 100%;
    height: 100%;
  }
}
.sec06-layout .ttl {
  line-height: 1;
  font-family: "Pinyon Script", cursive;
  text-align: center;
}
@media (min-width: 1025px) {
  .sec06-layout .ttl {
    font-size: 60px;
    margin-bottom: 32px;
  }
}
@media (max-width: 1024px) {
  .sec06-layout .ttl {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
.sec06-layout .address {
  text-align: center;
}
.sec06-layout .txt01 {
  line-height: 1.875;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 1025px) {
  .sec06-layout .txt01 {
    margin-bottom: 26px;
  }
}
@media (max-width: 1024px) {
  .sec06-layout .txt01 {
    margin-bottom: 10px;
  }
}
.sec06-layout .txt02 {
  border-bottom: 2px solid #B42E3E;
  color: #B42E3E;
  font-size: 20px;
  display: inline;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
}
@media (min-width: 1025px) {
  .sec06-layout .btn-wrap {
    width: 280px;
    margin: 40px auto 0;
  }
}
@media (max-width: 1024px) {
  .sec06-layout .btn-wrap {
    width: 220px;
    margin: 30px auto 0;
    order: 4;
  }
}

/*------------
Post
--------------*/
.list-top-news02 .list-item {
  border-bottom: 1px solid #E0E0E0;
  display: flex;
  align-items: center;
  gap: 33px;
}
@media (min-width: 801px) {
  .list-top-news02 .list-item {
    min-height: 76px;
  }
}
@media (max-width: 800px) {
  .list-top-news02 .list-item {
    padding: 10px 0;
  }
}
.list-top-news02 time {
  color: #B42E3E;
  letter-spacing: 0.05em;
  font-family: "Bellefair", serif;
  line-height: 1;
}
@media (min-width: 801px) {
  .list-top-news02 time {
    font-size: 14px;
  }
}
@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: "FOT-筑紫明朝 Pr6N M", serif;
  word-break: break-all;
  letter-spacing: 0.05em;
}
@media (min-width: 801px) {
  .list-top-news02 .list-txt {
    font-size: 16px;
  }
}
@media (max-width: 800px) {
  .list-top-news02 .list-txt {
    font-size: 14px;
  }
}
.list-top-news02 .list-txt:hover {
  text-decoration: underline;
}
/*ブログ*/
@media (min-width: 801px) {
  .list-top-blog01,
  .list-top-blog02 {
    width: 890px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
  }
}
@media (max-width: 800px) {
  .list-top-blog01,
  .list-top-blog02 {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 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: 182px;
  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;
  letter-spacing: 0.05em;
}
@media (min-width: 801px) {
  .list-top-blog01 .list-ttl,
  .list-top-blog02 .list-ttl {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
@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: #B42E3E;
  font-weight: bold;
  font-family: "Pinyon Script", cursive;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media (min-width: 801px) {
  .list-top-blog01 time,
  .list-top-blog02 time {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media (max-width: 800px) {
  .list-top-blog01 time,
  .list-top-blog02 time {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.list-top-blog01 .category,
.list-top-blog02 .category {
  display: flex;
  gap: 10px;
}
.list-top-blog01 .category span,
.list-top-blog02 .category span {
  padding: 0 8px;
  border-radius: 3px;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  letter-spacing: 0.05em;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #5A564E;
}
@media (min-width: 801px) {
  .list-top-blog01 .category span,
  .list-top-blog02 .category span {
    height: 25px;
    font-size: 12px;
  }
}
@media (max-width: 800px) {
  .list-top-blog01 .category span,
  .list-top-blog02 .category span {
    height: 20px;
    font-size: 10px;
  }
}

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

.page-ttl-main {
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  font-size: 32px;
  line-height: 1.4;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
  padding: 15px 35px;
  display: inline-block;
  color: #4B4747;
}

@media (max-width: 800px) {
  .page-ttl {
    margin-top: 0;
    padding: 30px 5% 10px;
    height: 180px;
    min-height: 180px;
  }
  .page-ttl-main {
    font-size: 25px;
    padding: 5px 15px;
  }
}
/*------------
下層ページ見出し
--------------*/
.u-h2, .post-category-ttl, .postdata h1 {
  font-size: 32px;
  position: relative;
  padding-top: 40px;
  margin: 0 auto 50px;
  width: fit-content;
  text-align: center;
  line-height: 1.5;
  color: #4B4747;
}
.u-h2::before, .post-category-ttl::before, .postdata h1::before {
  content: "";
  width: 84px;
  height: 18px;
  position: absolute;
  top: 0;
  left: -12px;
  background: url(../images/under/ttl_deco01.svg) center/contain no-repeat;
}

.u-h3, .post-ttl, .postdata h2 {
  border-bottom: 1px solid #908888;
  font-size: 22px;
  padding-bottom: 15px;
  margin-bottom: 30px;
}

.u-h4, .postdata h3 {
  font-size: 18px;
  margin-bottom: 15px;
  color: #922140;
}

@media (max-width: 800px) {
  .u-h2, .post-category-ttl, .postdata h1 {
    font-size: 25px;
    margin-bottom: 30px;
    padding-top: 20px;
  }
  .u-h2::before, .post-category-ttl::before, .postdata h1::before {
    width: 70px;
    height: 15px;
    left: -12px;
  }
  .u-h3, .post-ttl, .postdata h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .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: 280px;
  display: flex;
  align-items: center;
}
.u-contents .btn-more.sp-only {
  display: none;
}
.u-contents .btn-more.wide {
  width: 380px;
}

@media (max-width: 800px) {
  .u-contents p + p {
    margin-top: 1em;
  }
  .u-contents .btn-more {
    width: 100%;
  }
  .u-contents .btn-more.sp-only {
    display: flex;
  }
  .u-contents .btn-more.pc-only {
    display: none;
  }
  .u-contents .btn-more.wide {
    width: 100%;
  }
}
/*------------
下層ページレイアウト
--------------*/
.tall {
  padding: 70px 0;
}
.tall:last-child {
  padding: 70px 0 140px;
}
.tall.bg01 {
  background: #C6737D;
}
.tall.bg02 {
  position: relative;
}
.tall.bg02::before {
  content: "";
  width: 90%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #F7F2F2;
  z-index: -1;
}
@media (max-width: 800px) {
  .tall.bg02::before {
    width: 100%;
  }
}

.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 #B42E3E;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
}
.dl-privacy dd + dt {
  margin-top: 30px;
}

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

/*------------
追加パーツ
--------------*/
.u-layout01 {
  display: flex;
  gap: 70px;
}
.u-layout01 .l-img {
  width: 36%;
}
.u-layout01 .l-img.small {
  width: 25%;
}
.u-layout01 .l-desc {
  padding-top: 15px;
  flex: 1;
}
.u-layout01 .clinic {
  display: block;
  font-size: 20px;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  line-height: 1.7;
  margin-bottom: 15px;
}
.u-layout01 .l-ttl {
  display: flex;
  align-items: baseline;
  padding-bottom: 25px;
  position: relative;
  margin-bottom: 30px;
}
.u-layout01 .l-ttl::before {
  content: "";
  width: 40px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #C6737D;
}
.u-layout01 .l-ttl .job {
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  font-size: 20px;
  margin-right: 15px;
}
.u-layout01 .l-ttl .name {
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  font-size: 32px;
  margin-right: 20px;
}
.u-layout01 .l-ttl .en {
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: 24px;
  color: #908888;
}

@media (max-width: 800px) {
  .u-layout01 {
    flex-direction: column;
    gap: 25px;
  }
  .u-layout01 .l-img {
    width: 70%;
    margin: 0 auto;
  }
  .u-layout01 .l-img.small {
    width: 40%;
  }
  .u-layout01 .l-desc {
    padding-top: 0;
  }
  .u-layout01 .clinic {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .u-layout01 .l-ttl {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .u-layout01 .l-ttl .job {
    font-size: 15px;
    margin-right: 10px;
  }
  .u-layout01 .l-ttl .name {
    font-size: 24px;
    margin-right: 15px;
  }
  .u-layout01 .l-ttl .en {
    font-size: 18px;
  }
}
.u-catch {
  font-size: 22px;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  width: fit-content;
  margin: 0 auto;
  color: #B42E3E;
  border-bottom: 2px solid #B42E3E;
  line-height: 1.3;
}

@media (max-width: 800px) {
  .u-catch {
    font-size: 18px;
  }
}
.l-imgR,
.l-imgL {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5%;
}
.l-imgR .l-img,
.l-imgL .l-img {
  width: 40%;
}
.l-imgR .l-img.w30,
.l-imgL .l-img.w30 {
  width: 30%;
}
.l-imgR .l-desc,
.l-imgL .l-desc {
  flex: 1;
}

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

@media (max-width: 800px) {
  .l-imgR,
  .l-imgL {
    flex-direction: column;
    gap: 15px;
  }
  .l-imgR .l-img,
  .l-imgL .l-img {
    text-align: center;
    width: 100%;
  }
  .l-imgR .l-img.w30,
  .l-imgL .l-img.w30 {
    width: 100%;
  }
  .l-imgR .l-desc,
  .l-imgL .l-desc {
    width: 100%;
  }
}
.table-style03 {
  background: #fff;
}
.table-style03 th,
.table-style03 td {
  padding: 10px 20px;
  border: 1px solid #ccc;
  vertical-align: middle;
}
.table-style03 th {
  background: #B42E3E;
  color: #fff;
}
.table-style03 th.bg01 {
  color: #333;
  background-color: #C6737D;
}
.table-style03 th.tal {
  text-align: left;
}

@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: 50px;
}
.list-col2 .list-desc {
  margin-top: 20px;
}
.list-col2 .list-desc .list-ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 15px;
}

@media (max-width: 800px) {
  .list-col2 {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
  .list-col2 .list-desc {
    margin-top: 15px;
  }
  .list-col2 .list-desc .list-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.list-col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px;
}

@media (max-width: 800px) {
  .list-col3 {
    grid-template-columns: 1fr;
    grid-gap: 25px;
  }
}
.list-anchor-link01 {
  display: flex;
  flex-wrap: wrap;
  background-color: #F8F3E5;
  padding: 30px 20px;
}
.list-anchor-link01 li {
  position: relative;
}
.list-anchor-link01 li::after {
  content: "";
  display: inline-block;
  background: #ccc;
  width: 2px;
  height: 15px;
  margin: 0 20px;
  vertical-align: -1px;
}
.list-anchor-link01 a {
  display: inline-block;
  position: relative;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  padding-right: 25px;
}
.list-anchor-link01 a::before {
  content: "";
  background: url(../images/share/icon_anchor_link.svg) no-repeat 0 0/contain;
  width: 22px;
  height: 22px;
  position: absolute;
  right: -3px;
  top: 7px;
}
.list-anchor-link01 a:hover {
  text-decoration: underline;
}

@media (max-width: 800px) {
  .list-anchor-link01 {
    gap: 5px 0;
  }
  .list-anchor-link01 li {
    position: relative;
    line-height: 1.4;
  }
  .list-anchor-link01 li::after {
    height: calc(100% - 6px);
    vertical-align: -2px;
    margin: 0 15px;
  }
  .list-anchor-link01 a::before {
    top: 50%;
    transform: translateY(-50%);
    right: -5px;
  }
}
.gallery-slider01 {
  overflow: hidden;
}
.gallery-slider01 .splide {
  margin: 0 auto;
}
.gallery-slider01 .splide__track {
  overflow: visible;
}
.gallery-slider01 .splide__slide {
  opacity: 0.2;
  transition: opacity 0.5s ease-in-out;
}
.gallery-slider01 .splide__slide.is-active {
  opacity: 1;
}
.gallery-slider01 .splide__arrow--prev {
  top: 190px;
  left: calc((100% - 872px) / 2);
}
.gallery-slider01 .splide__arrow--next {
  top: 190px;
  right: calc((100% - 872px) / 2);
}
.gallery-slider01 .item-desc {
  margin-top: 25px;
}
.gallery-slider01 .item-ttl {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 5px;
}

@media (max-width: 800px) {
  .gallery-slider01 .item-desc {
    margin-top: 15px;
  }
  .gallery-slider01 .item-ttl {
    font-size: 18px;
    line-height: 1.4;
  }
}
.time-table02 {
  border-collapse: collapse;
  width: 100%;
}
.time-table02 tr {
  border-bottom: 1px solid #ccc;
}
.time-table02 th,
.time-table02 td {
  text-align: center;
  padding: 10px;
}
.time-table02 th {
  background: #B42E3E;
  color: #fff;
}
.time-table02 th:first-child {
  width: 30%;
}
.time-table02 td {
  background-color: #F7F2F2;
}
.time-table02 td span {
  color: #B42E3E;
}

@media (max-width: 800px) {
  .time-table02 th,
  .time-table02 td {
    padding: 10px 0;
    font-size: 12px;
  }
}
.box-style02 {
  border: 1px solid #ccc;
  padding: 5%;
  background: #fff;
}
.box-style02 .box-ttl {
  font-size: 22px;
  text-align: center;
  margin-bottom: 25px;
}
.box-style02 .box-ttl-wrap {
  display: flex;
  justify-content: space-between;
}
.box-style02 .box-ttl-wrap .ttl {
  font-size: 22px;
}

@media (max-width: 800px) {
  .box-style02 {
    padding: 25px;
  }
  .box-style02 .box-ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .box-style02 .box-ttl-wrap {
    display: block;
    margin-bottom: 15px;
  }
  .box-style02 .box-ttl-wrap .ttl {
    font-size: 18px;
  }
  .box-style02 .list-top-news02 {
    margin-bottom: 20px;
  }
}
.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: #B42E3E;
  display: block;
  position: absolute;
  left: 0;
}

.ttl-num {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.ttl-num .num {
  font-family: "Bellefair", serif;
  font-weight: 700;
  border-radius: 50px;
  background: #B42E3E;
  color: #fff;
  font-size: 18px;
  flex: 0 0 36px;
  line-height: 36px;
  margin-top: -3px;
  text-align: center;
}
.ttl-num.small {
  font-size: 17px;
  gap: 10px;
}
.ttl-num.small .num {
  font-size: 16px;
  line-height: 28px;
  flex: 0 0 28px;
  margin-top: 1px;
}

@media (max-width: 800px) {
  .ttl-num {
    gap: 10px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .ttl-num .num {
    font-size: 16px;
    flex: 0 0 30px;
    line-height: 30px;
    margin-top: -1px;
  }
}
.layout-bg {
  display: flex;
}
.layout-bg .l-img {
  position: relative;
  width: 45%;
  z-index: 1;
}
.layout-bg .l-desc {
  background: #F7F2F2;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  flex: 1;
}
.layout-bg.reverse {
  flex-direction: row-reverse;
}
.layout-bg.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}
.layout-bg .l-num {
  display: inline-block;
  font-family: "Bellefair", serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  margin-bottom: 15px;
  color: #B42E3E;
}
.layout-bg .l-ttl {
  letter-spacing: 0.1em;
  font-size: 24px;
  margin-bottom: 15px;
}
.layout-bg .l-sub-ttl {
  display: flex;
  gap: 25px;
  align-items: center;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  font-size: 18px;
  margin-bottom: 20px;
}
.layout-bg .l-sub-ttl::before {
  content: "";
  flex: 0 0 30px;
  background: #B42E3E;
  width: 30px;
  height: 2px;
}

@media (max-width: 800px) {
  .layout-bg {
    flex-direction: column;
  }
  .layout-bg .l-img {
    width: 100%;
  }
  .layout-bg .l-desc {
    padding: 110px 5vw 30px;
    margin: -80px -5vw 0;
  }
  .layout-bg.reverse {
    flex-direction: column;
  }
  .layout-bg.reverse .l-desc {
    padding: 120px 5vw 30px;
    margin: -80px -5vw 0;
  }
  .layout-bg .l-num {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .layout-bg .l-ttl {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .layout-bg .l-sub-ttl {
    gap: 15px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .layout-bg .l-sub-ttl::before {
    flex: 0 0 20px;
    width: 20px;
  }
}
.faq-style02 {
  border-bottom: 1px solid #908888;
}
.faq-style02 .item {
  border-top: 1px solid #908888;
}
.faq-style02 dt {
  cursor: pointer;
  padding: 18px 50px;
  position: relative;
}
.faq-style02 dt .faq-icon {
  top: 20px;
  left: 0;
}
.faq-style02 dd {
  display: none;
  padding: 0 50px 30px;
  position: relative;
}
.faq-style02 dd .faq-icon {
  border: 1px solid #908888;
  background-color: #908888;
  color: #fff;
  top: 5px;
  left: 0;
}
.faq-style02 .faq-ttl {
  font-weight: bold;
}
.faq-style02 .faq-icon {
  font-family: "Bellefair", serif;
  font-weight: 400;
  border: 1px solid #908888;
  border-radius: 50px;
  color: #333;
  font-size: 0.94rem;
  width: 35px;
  height: 35px;
  line-height: 32px;
  text-align: center;
  position: absolute;
  transition: 0.3s;
}
.faq-style02 .faq-open-icon {
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 15px;
  top: 14px;
  transition: 0.3s;
}
.faq-style02 .faq-open-icon::before, .faq-style02 .faq-open-icon::after {
  content: "";
  display: block;
  background: #B42E3E;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: 0.3s;
}
.faq-style02 .faq-open-icon::before {
  width: 16px;
  height: 2px;
  transform: translateX(-50%);
}
.faq-style02 .faq-open-icon::after {
  width: 16px;
  height: 2px;
  transform: rotate(90deg) translateX(-50%);
  transform-origin: left;
  transition: transform 0.5s;
}
.faq-style02 .item > dt:hover .faq-icon {
  background: #B42E3E;
  border: 1px solid #B42E3E;
  color: #fff;
}
.faq-style02 .faq-inner {
  padding-top: 5px;
}
.faq-style02 .is-open .faq-icon {
  background: #B42E3E;
  border: 1px solid #B42E3E;
  color: #fff;
}
.faq-style02 .is-open .faq-open-icon {
  transform: rotate(180deg);
}
.faq-style02 .is-open .faq-open-icon::after {
  opacity: 0;
}

@media (max-width: 800px) {
  .faq-style02 {
    line-height: 1.5;
  }
  .faq-style02 dt {
    padding: 18px 30px 18px 50px;
  }
  .faq-style02 dt .faq-icon {
    top: 12px;
  }
  .faq-style02 dd {
    padding: 0 50px 30px;
  }
  .faq-style02 .faq-open-icon {
    right: 0;
    top: 7px;
  }
}
/*ブログ*/
.list-under-blog {
  display: flex;
  margin-bottom: 40px;
}
.list-under-blog .list-item {
  width: 25%;
}
.list-under-blog .list-item a {
  display: block;
}
.list-under-blog .list-item a:hover .list-img img {
  transform: scale(1.1);
}
.list-under-blog .list-item:not(:last-child) {
  margin-right: 20px;
}
.list-under-blog .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.list-under-blog .list-img img {
  width: 100%;
  height: 170px;
  object-fit: cover;
  transition: 0.5s;
}
.list-under-blog .list-ttl {
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.list-under-blog time {
  display: block;
  color: #B42E3E;
  line-height: 1;
  margin-bottom: 5px;
  font-family: "Bellefair", serif;
  font-weight: 400;
}

@media (max-width: 800px) {
  /*ブログ*/
  .list-under-blog {
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .list-under-blog .list-item {
    width: calc(50% - 10px);
  }
  .list-under-blog .list-item:not(:last-child) {
    margin-right: 0;
  }
  .list-under-blog .list-item:not(:nth-child(2n)) {
    margin-right: 20px;
  }
  .list-under-blog .list-item:nth-child(n+3) {
    margin-top: 20px;
  }
  .list-under-blog .list-img img {
    height: 120px;
  }
  .list-under-blog time {
    font-size: 13px;
  }
}
.u-bnr {
  display: block;
  width: 50%;
  transition: 0.3s;
}
.u-bnr:hover {
  opacity: 0.5;
}
@media (max-width: 800px) {
  .u-bnr {
    width: 80%;
    margin: 0 auto;
  }
}

.img-full {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 800px) {
  .img-full {
    width: 100%;
  }
}

.color-red {
  color: #B42E3E;
}

/*------------
Footer
--------------*/
.footer .f-top {
  background: url(../images/sec07_bg.jpg) 0 0/cover no-repeat;
}
@media (min-width: 801px) {
  .footer .f-top {
    padding: 90px 0 94px;
  }
}
@media (max-width: 800px) {
  .footer .f-top {
    padding: 50px 0;
  }
}
.footer .f-top-layout {
  display: flex;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(8px);
}
@media (min-width: 801px) {
  .footer .f-top-layout {
    padding: 75px 88px 50px;
    justify-content: space-between;
  }
}
@media (max-width: 800px) {
  .footer .f-top-layout {
    padding: 40px 20px 30px;
    flex-direction: column;
  }
}
@media (max-width: 800px) {
  .footer .f-top .head {
    display: contents;
  }
}
@media (min-width: 801px) {
  .footer .f-top .body {
    width: 47.6666666667%;
    padding-top: 5px;
  }
}
@media (max-width: 800px) {
  .footer .f-top .body {
    order: 2;
  }
}
@media (min-width: 801px) {
  .footer .f-top .t-ttl {
    margin-bottom: 36px;
  }
}
@media (max-width: 800px) {
  .footer .f-top .t-ttl {
    margin-bottom: 20px;
    order: 1;
  }
}
@media (min-width: 801px) {
  .footer .f-top .btn-wrap {
    width: 280px;
    margin-top: 36px;
  }
}
@media (max-width: 800px) {
  .footer .f-top .btn-wrap {
    width: 220px;
    margin: 30px auto 0;
    order: 3;
  }
}
.footer .f-top .btn-tel {
  color: #4B4747;
  font-family: "Bellefair", serif;
}
@media (min-width: 801px) {
  .footer .f-top .btn-tel {
    font-size: 37px;
  }
}
@media (max-width: 800px) {
  .footer .f-top .btn-tel {
    font-size: 26px;
  }
}
.footer .f-top .btn-tel .tel {
  color: #4B4747;
  font-family: "Bellefair", serif;
}
@media (min-width: 801px) {
  .footer .f-top .btn-tel .tel {
    padding-left: 0;
    font-size: 24px;
  }
}
@media (max-width: 800px) {
  .footer .f-top .btn-tel .tel {
    padding: 0;
    font-size: 16px;
  }
}
.footer .f-top .btn-more {
  gap: 40px;
}
.footer .f-top .btn-more:before {
  width: 20px;
  height: 23px;
  content: "";
  display: block;
  background: url(../images/share/icon_calendar.svg) 0 0/100% no-repeat;
}
.footer .f-top .btn-more:after {
  display: none;
}
.footer-wrap {
  background-image: linear-gradient(90deg, #C34250, #801434);
  position: relative;
}
@media (min-width: 801px) {
  .footer-wrap {
    width: 100%;
    padding: 77px 0 80px;
  }
}
@media (max-width: 800px) {
  .footer-wrap {
    padding: 50px 0 80px;
  }
}
.footer .f-inr {
  padding-bottom: 40px;
  display: grid;
}
@media (min-width: 1025px) {
  .footer .f-inr {
    grid-template-columns: 1fr 1fr;
    gap: 114px;
  }
}
@media (max-width: 1024px) {
  .footer .f-inr {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer .f-logo {
  display: block;
}
@media (min-width: 801px) {
  .footer .f-logo {
    max-width: 423px;
  }
}
@media (max-width: 800px) {
  .footer .f-logo {
    max-width: 280px;
    margin: 0 auto;
  }
}
.footer .f-navi-layout {
  display: grid;
}
@media (min-width: 801px) {
  .footer .f-navi-layout {
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
  }
}
@media (max-width: 800px) {
  .footer .f-navi-layout {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer .f-navi-ttl {
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  letter-spacing: 0.05em;
}
@media (min-width: 801px) {
  .footer .f-navi-ttl {
    font-size: 16px;
    margin-bottom: 25px;
  }
}
@media (max-width: 800px) {
  .footer .f-navi-ttl {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.footer .f-navi-list {
  padding-left: 20px;
  border-left: 1px solid #C6737D;
}
@media (max-width: 800px) {
  .footer .f-navi-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
.footer .f-navi-item {
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
  transition: 0.3s;
}
.footer .f-navi-item:hover {
  text-decoration: underline;
}
.footer .f-footer-navi {
  color: #fff;
  font-size: 14px;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.05em;
  display: flex;
  margin-bottom: 27px;
}
@media (max-width: 800px) {
  .footer .f-footer-navi {
    justify-content: center;
  }
}
.footer .f-footer-navi a {
  transition: 0.3s;
}
.footer .f-footer-navi a:hover {
  opacity: 0.5;
}
.footer .f-footer-navi li:not(:first-child):before {
  content: "|";
  display: inline-block;
  margin: 0 10px;
}
.footer .copyright {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Bellefair", serif;
  letter-spacing: 0.05em;
}
@media (max-width: 800px) {
  .footer .copyright {
    text-align: center;
  }
}
.footer .pagetop {
  color: #908888;
  font-family: "Bellefair", serif;
  writing-mode: vertical-lr;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (min-width: 801px) {
  .footer .pagetop {
    position: absolute;
    right: 30px;
    bottom: 526px;
    z-index: 2;
  }
}
@media (max-width: 800px) {
  .footer .pagetop {
    display: none;
  }
}
.footer .pagetop:before {
  width: 8px;
  height: 56px;
  content: "";
  display: block;
  background: url(../images/share/pagetop.svg) 0 0/100% no-repeat;
}

/*-----------------------------------------------------------
投稿
-----------------------------------------------------------*/
/*普通投稿*/
.list-post-type01 .list-item:not(:last-child) {
  margin-bottom: 80px;
}
.list-post-type01 .list-item .list-txt {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.list-post-type02 .list-item {
  padding: 50px;
  border: 1px solid #B42E3E;
}
.list-post-type02 .list-item:not(:last-child) {
  margin-bottom: 50px;
}
.list-post-type02 .list-cont + .list-cont {
  margin-top: 35px;
}
.list-post-type02 .btn-more {
  display: block;
  margin: 45px auto 0;
}
.list-post-type02.single .list-item {
  padding: 0;
  border: none;
}

.list-post-type03 {
  display: flex;
  flex-wrap: wrap;
}
.list-post-type03 .list-item {
  width: 31.25%;
  transition: 0.4s ease-in-out;
}
.list-post-type03 .list-item a:hover .list-img img {
  transform: scale(1.1);
}
.list-post-type03 .list-item:not(:nth-child(3n)) {
  margin-right: 3.125%;
}
.list-post-type03 .list-item:nth-child(n+4) {
  margin-top: 50px;
}
.list-post-type03 .list-img {
  overflow: hidden;
  margin-bottom: 20px;
}
.list-post-type03 .list-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: 0.5s;
}
.list-post-type03 .list-ttl {
  font-size: 18px;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  word-break: break-word;
}

.post-layout {
  display: flex;
}
.post-layout .post-img {
  flex: 1;
  margin-right: 50px;
}
.post-layout .post-img img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border: 1px solid #efe0e0;
}
.post-layout .post-desc {
  flex: 2;
}

/*詳細ページ*/
.l-post-single-img {
  text-align: center;
  margin-bottom: 40px;
}
.l-post-single .l-ttl {
  word-break: break-all;
  font-size: 28px;
  margin-bottom: 30px;
}

/*投稿本文用CSS*/
.postdata {
  overflow-wrap: break-word;
}
.postdata h4 {
  font-size: 18px;
  color: #908888;
}
.postdata h5 {
  font-size: 17px;
  padding-left: 10px;
  position: relative;
}
.postdata h5:after {
  content: "-";
  color: #908888;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.postdata h6 {
  font-size: 16px;
  color: #908888;
}
.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.postdata iframe {
  max-width: 100%;
}
.postdata p, .postdata ul, .postdata ol {
  margin-bottom: 15px;
}
.postdata a:not(.wp-block-button__link) {
  text-decoration: underline;
}
.postdata a:focus-visible {
  text-decoration: none;
}
.postdata strong {
  font-weight: bold;
}
.postdata em {
  font-style: italic;
}
.postdata ul li {
  list-style: inside disc;
}
.postdata ul li > ul {
  margin: 0 0 0 15px;
}
.postdata ol li {
  list-style: inside decimal;
}
.postdata ol li > ol {
  margin: 0 0 0 15px;
}
.postdata sub {
  font-size: 11px;
  position: relative;
  bottom: -0.1em;
}
.postdata sup {
  font-size: 11px;
  position: relative;
  top: -0.1em;
}
.postdata .screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.postdata .screen-reader-text:focus {
  background-color: #eee;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.postdata iframe {
  max-width: 100%;
}
.postdata .wp-block-button__link {
  background-color: #B42E3E;
  border: 1px solid #B42E3E;
  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: #B42E3E;
}

.post-data {
  line-height: 1;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.post-data time {
  color: #B42E3E;
  line-height: 1;
  font-family: "Bellefair", serif;
  font-weight: 400;
  margin-bottom: 10px;
}
.post-data .post-category01, .post-data .post-category02 {
  margin-left: 15px;
}

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

.post-category01 {
  border: 1px solid #B42E3E;
  color: #B42E3E;
  line-height: 1;
  padding: 2px 10px 5px;
  display: inline-block;
}
.post-category01 span {
  font-size: 12px;
}
.post-category01 span:not(:first-child):before {
  content: " / ";
}

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

/*セレクト式カテゴリー*/
.select-area {
  margin-bottom: 50px;
}
.select-area .select-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin: 0 auto;
}
.select-area .select-box:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 8px solid #B42E3E;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.select-area .select-category {
  -webkit-appearance: none;
  outline: none;
  text-indent: 0.01px;
  text-overflow: "";
  border-radius: 0;
  background: #F6F6F6;
  font-size: 16px;
  color: #B42E3E;
  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: "Bellefair", serif;
  font-weight: 500;
}
.post-number a {
  color: #a5a5a5;
  display: inline-block;
  padding: 0 10px 15px;
}
.post-number a:hover {
  color: #B42E3E;
}
.post-number .current {
  color: #B42E3E;
  display: inline-block;
  padding: 0 10px 15px;
  position: relative;
}
.post-number .current::after {
  content: "";
  border-bottom: 2px solid #B42E3E;
  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: "Bellefair", serif;
  font-weight: 500;
}
.post-number-single a {
  display: inline-block;
  color: #B42E3E;
}
.post-number-single a.next {
  margin-top: 0;
}
.post-number-single a.next::before {
  content: "";
  background: url(../images/share/icon_arrow_post_left.svg) no-repeat center/contain;
  display: inline-block;
  margin-right: 15px;
  width: 30px;
  height: 30px;
}
.post-number-single a.prev {
  margin-top: 0;
}
.post-number-single a.prev::after {
  content: "";
  background: url(../images/share/icon_arrow_post_right.svg) no-repeat center/contain;
  display: inline-block;
  margin-left: 15px;
  width: 30px;
  height: 30px;
}
.post-number-single a:hover {
  opacity: 0.5;
}

@media screen and (max-width: 800px) and (min-width: 0px) {
  /*普通投稿*/
  .list-post-type01 .list-item:not(:last-child) {
    margin-bottom: 60px;
  }
  .list-post-type02 .list-item {
    padding: 25px 20px;
  }
  .list-post-type02 .list-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .list-post-type02 .list-cont + .list-cont {
    margin-top: 20px;
  }
  .list-post-type02 .btn-more {
    display: block;
    margin: 30px auto 0;
  }
  .list-post-type03 {
    display: block;
  }
  .list-post-type03 .list-item {
    width: 100%;
  }
  .list-post-type03 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }
  .list-post-type03 .list-item:nth-child(n+2) {
    margin-top: 30px;
  }
  .list-post-type03 .list-img {
    margin-bottom: 15px;
  }
  .list-post-type03 .list-img img {
    height: 60vw;
  }
  .list-post-type03 .list-ttl {
    font-size: 16px;
  }
  .post-layout {
    display: block;
  }
  .post-layout .post-img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .post-layout .post-desc {
    width: 100%;
  }
  /*詳細ページ*/
  .l-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;
  }
}
/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 40px;
  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 #B42E3E;
  position: absolute;
  top: 12px;
  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;
    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%;
  padding-right: 58px;
  color: #fff;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, #BA3C4A, #8D1D3F);
  position: relative;
  transition: 0.3s;
}
@media (min-width: 801px) {
  .btn-more {
    height: 68px;
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .btn-more {
    height: 50px;
    font-size: 14px;
  }
}
.btn-more:after {
  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%);
}
@media (min-width: 801px) {
  .btn-more:after {
    width: 31px;
    height: 7px;
  }
}
@media (max-width: 800px) {
  .btn-more:after {
    width: 16px;
    height: 4px;
  }
}
.btn-more:hover {
  opacity: 0.8;
}
.btn-more.center {
  margin: 0 auto;
}

.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-weight: bold;
}

.underline {
  text-decoration: underline;
}

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

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

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

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

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

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

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

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

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

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

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

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

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

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

@media (max-width: 800px) {
  .txt-large {
    font-size: 18px;
  }
  .marker .large {
    font-size: 24px;
  }
  .marker .small {
    font-size: 18px;
  }
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .sp-tac {
    text-align: center !important;
  }
  .sp-tar {
    text-align: right !important;
  }
  .sp-tal {
    text-align: left !important;
  }
  .mbL {
    margin-bottom: 30px !important;
  }
  .mbXL {
    margin-bottom: 50px !important;
  }
}
/*診療カレンダー*/
:root {
  --event01: #F3976F;
  --event02: #5389CE;
  --event03: #FEEA90;
}

.business-calendar-hidden {
  display: none;
}

.business-calendar-box-wrap {
  margin-bottom: 11px;
}
.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%;
  border-radius: 8px 8px 0 0;
  color: #fff;
  font-weight: normal;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  text-align: center;
  background-color: #B42E3E;
  position: relative;
}
@media (min-width: 800px) {
  .business-calendar-box-wrap .business-calendar caption {
    height: 59px;
    padding: 10px 0;
    font-size: 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%/4px 7px no-repeat;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.business-calendar-box-wrap .business-calendar-future a {
  transform: translateY(-50%) rotate(180deg);
  left: auto;
  right: 0;
}
.business-calendar-box-wrap .business-calendar th {
  font-family: "Bellefair", serif;
  letter-spacing: 0.05em;
  text-align: center;
  vertical-align: middle;
  background-color: #fff;
}
@media (min-width: 800px) {
  .business-calendar-box-wrap .business-calendar th {
    height: 42px;
    font-size: 13px;
  }
}
@media (max-width: 800px) {
  .business-calendar-box-wrap .business-calendar th {
    height: 30px;
    font-size: 11px;
  }
}
.business-calendar-box-wrap .business-calendar td {
  font-family: "Bellefair", serif;
  text-align: center;
  vertical-align: middle;
  background: #FFFFFF;
  position: relative;
  z-index: 0;
}
@media (min-width: 800px) {
  .business-calendar-box-wrap .business-calendar td {
    height: 49px;
    font-size: 12px;
  }
}
@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: 30px;
  height: 30px;
  border-radius: 50px;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
}
.business-calendar-box-wrap .business-calendar .attr0 {
  color: #fff;
}
.business-calendar-box-wrap .business-calendar .attr0:before {
  background-color: var(--event01);
}
.business-calendar-box-wrap .business-calendar .attr1 {
  color: #fff;
}
.business-calendar-box-wrap .business-calendar .attr1:before {
  background-color: var(--event02);
}
.business-calendar-box-wrap .business-calendar .attr2:before {
  background-color: var(--event03);
}

.list-event {
  display: flex;
  gap: 10px;
}
.list-event li {
  line-height: 1;
}
@media (min-width: 800px) {
  .list-event li {
    font-size: 13px;
    margin-top: 11px;
  }
}
@media (max-width: 800px) {
  .list-event li {
    width: 48%;
    font-size: 12px;
  }
}
.list-event i {
  margin: 0 5px 0 0;
}
.list-event .event01 {
  color: var(--event01);
}
.list-event .event02 {
  color: var(--event02);
}
.list-event .event03 {
  color: var(--event03);
}
.list-event .event04 {
  color: var(--event04);
}

@media (max-width: 800px) {
  .business-calendar-box-wrap.col2 .business-calendar-box {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
}
/*診療時間*/
.time-table {
  overflow: hidden;
  font-family: "FOT-筑紫明朝 Pr6N M", serif;
  text-align: center;
  margin-bottom: 17px;
}
.time-table-head {
  border-top: 1px solid #4B4747;
  border-bottom: 1px solid #4B4747;
  background-color: #F7F2F2;
}
@media (min-width: 800px) {
  .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: 800px) {
  .time-table-head .item {
    height: 55px;
  }
}
@media (max-width: 800px) {
  .time-table-head .item {
    padding: 5px 0;
  }
}
.time-table-head .item:first-child {
  border-right: 1px solid #4B4747;
}
.time-table-body {
  border-bottom: 1px solid #4B4747;
}
.time-table-body .item {
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 800px) {
  .time-table-body .item {
    height: 55px;
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .time-table-body .item {
    padding: 5px 0;
    font-size: 13px;
  }
}
.time-table-body .item:first-child {
  border-right: 1px solid #4B4747;
}
@media (max-width: 800px) {
  .time-table-body .item:first-child {
    line-height: 1.3;
    font-size: 10px;
  }
}
.time-table-head, .time-table-body {
  display: grid;
}
@media (min-width: 800px) {
  .time-table-head, .time-table-body {
    grid-template-columns: 125px repeat(7, 1fr);
  }
}
@media (max-width: 800px) {
  .time-table-head, .time-table-body {
    grid-template-columns: 70px repeat(7, 1fr);
  }
}

.time-table-txt {
  line-height: 1.8666666667;
  letter-spacing: 0.05em;
}
@media (min-width: 800px) {
  .time-table-txt {
    font-size: 15px;
  }
}
@media (max-width: 800px) {
  .time-table-txt {
    font-size: 12px;
  }
}

.color01 {
  color: #B42E3E;
}

.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;
}
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tel {
  display: inline-block;
  font-size: 28px;
  color: #B42E3E;
  line-height: 1;
  padding-left: 25px;
  position: relative;
  color: #4B4747;
  font-family: "Bellefair", serif;
  transition: 0.3s;
}
.tel:hover {
  opacity: 0.5;
}
.tel.-under:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/share/icon_tel.svg) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

@media (max-width: 800px) {
  .map {
    height: 300px;
  }
  .tel {
    font-size: 26px;
    padding-left: 25px;
  }
  .tel.-under:before {
    width: 20px;
    height: 25px;
  }
}
.cta {
  border-radius: 30px;
  margin: 0 auto;
  background-color: #FFF7FA;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media (min-width: 800px) {
  .cta {
    width: 1200px;
    padding: 36px 88px 40px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 800px) {
  .cta {
    width: 90%;
    padding: 20px;
  }
}
@media (min-width: 800px) {
  .cta-ttl {
    width: 420px;
  }
}
@media (max-width: 800px) {
  .cta-ttl {
    margin-bottom: 20px;
    text-align: center;
  }
}
.cta-ttl .en {
  color: #B42E3E;
  font-weight: 500;
  font-family: "Pinyon Script", cursive;
  letter-spacing: 0.1em;
  display: block;
}
@media (min-width: 800px) {
  .cta-ttl .en {
    font-size: 60px;
  }
}
@media (max-width: 800px) {
  .cta-ttl .en {
    font-size: 22px;
  }
}
.cta-ttl .jp {
  letter-spacing: 0.05em;
  display: block;
}
@media (min-width: 800px) {
  .cta-ttl .jp {
    font-size: 18px;
  }
}
@media (max-width: 800px) {
  .cta-ttl .jp {
    font-size: 12px;
  }
}
.cta-body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 800px) {
  .cta-body {
    flex: 1;
  }
}
.cta-ttl02 {
  padding: 0 8px;
  letter-spacing: 0.1em;
  text-align: center;
  display: inline-block;
  margin: 0 auto 20px;
  background: linear-gradient(transparent 60%, #C6737D 60%);
}
@media (min-width: 800px) {
  .cta-ttl02 {
    font-size: 20px;
  }
}
@media (max-width: 800px) {
  .cta-ttl02 {
    font-size: 14px;
    text-align: center;
  }
}
.cta-layout {
  display: flex;
}
@media (min-width: 800px) {
  .cta-layout {
    justify-content: center;
    gap: 50px;
  }
}
@media (max-width: 800px) {
  .cta-layout {
    width: 100%;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 10px;
  }
}
.cta-btn {
  border-radius: 10px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #B42E3E;
}
@media (min-width: 800px) {
  .cta-btn {
    width: 251px;
    height: 89px;
    margin-bottom: 20px;
  }
}
@media (max-width: 800px) {
  .cta-btn {
    width: 100%;
    height: 70px;
  }
}
.cta-btn-title {
  min-height: 21px;
  line-height: 1;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: block;
  margin-bottom: 3px;
}
.cta-btn-num {
  min-height: 31px;
  line-height: 1;
  font-size: 23px;
  display: flex;
  align-items: center;
  gap: 18px;
}
.cta-btn-num:before {
  width: 17px;
  height: 22px;
  content: "";
  display: block;
  background: url(../images/share/icon_tel_w.svg) 0 0/100% no-repeat;
}
.cta-time {
  letter-spacing: 0.05em;
}
@media (min-width: 800px) {
  .cta-time {
    font-size: 16px;
    text-align: center;
  }
}
@media (max-width: 800px) {
  .cta-time {
    font-size: 14px;
    text-align: center;
  }
}

/*------------
splide-core.min.css　※※※編集禁止※※※
-------------*/
@keyframes splide-loading {
  0% {
    transform: rotate(0);
  }
  to {
    transform: rotate(1turn);
  }
}
.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0;
}

.splide__track--fade > .splide__list > .splide__slide.is-active {
  opacity: 1;
  z-index: 1;
}

.splide--rtl {
  direction: rtl;
}

.splide__track--ttb > .splide__list {
  display: block;
}

.splide__container {
  box-sizing: border-box;
  position: relative;
}

.splide__list {
  backface-visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

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

.splide__pagination {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  pointer-events: none;
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto;
}

.splide:not(.is-overflow) .splide__pagination {
  display: none;
}

.splide__progress__bar {
  width: 0;
}

.splide {
  position: relative;
  visibility: hidden;
}

.splide.is-initialized, .splide.is-rendered {
  visibility: visible;
}

.splide__slide {
  backface-visibility: hidden;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}

.splide__slide img {
  vertical-align: bottom;
}

.splide__spinner {
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
  display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline;
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
}

/*-----------------------------------------------------------
  splide
-----------------------------------------------------------*/
/* 各種色設定 */
:root {
  --splide-arrow-color: #B42E3E; /* 矢印 */
  --splide-focus-color: #B42E3E; /* タブ移動によるフォーカス時のアウトライン */
  --splide-pagination-color: #B42E3E; /* アクティブ時のページネーション */
  --splide-progress-color: #B42E3E; /* プログレスバー */
  --splide-toggle-color: #B42E3E; /* 再生ボタン */
  --splide-track-color: #B42E3E; /* サムネイルの枠 */
}

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