@charset "UTF-8";

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

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

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

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

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

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

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

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

legend {
  color: #000;
}

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

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

li {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

input,
select {
  vertical-align: middle;
}

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

del {
  text-decoration: line-through;
}

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

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

img {
  vertical-align: top;
}

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

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

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

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

::selection {
  background: #d4dcd6;
}

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

body,
html {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  font-family: "FP-ヒラギノ角ゴ ProN W3", "游ゴシック体", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, sans-serif;
  color: #3D3732;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.05em;
  background: #FBFAF6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

:target {
  scroll-margin-top: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  letter-spacing: 0.1em;
}

th,
dt {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

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

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

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

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

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

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

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

/*------------
Header
--------------*/
.header {
  position: relative;
  width: 100%;
  transition: 0.3s ease;
  background: #fff;
}

.header-inr {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px 35px 0 50px;
  width: 100%;
  height: 160px;
}

.header .h-logo {
  width: 16.5vw;
  max-width: 300px;
}

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

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

.header .h-top {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 25px;
}

.header .h-tel {
  display: flex;
  align-items: center;
}

.header .h-tel-time {
  line-height: 1.4;
  font-size: 16px;
  margin-left: 20px;
}

.header .h-right {
  margin-top: 15px;
}

.header.is-fixed {
  background: rgba(255, 255, 255, 0.8);
}

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

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

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

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

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

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

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

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

@media (max-width: 800px) {
  .header-inr {
    height: auto;
    display: block;
    padding: 0 15px;
  }

  .header .h-logo {
    width: 210px;
  }

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

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

.pc-navi .item {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  transition: 0.3s ease;
  white-space: nowrap;
}

.pc-navi .item:hover {
  color: #FF9C9C;
}

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

.pc-navi .item:not(:last-child)::before {
  content: "";
  position: absolute;
  background: #CACACA;
  height: 10px;
  width: 1px;
  right: 0;
  top: 6px;
}

.pc-dropdown {
  position: relative;
}

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

.pc-dropdown .pc-navi-child li {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  white-space: nowrap;
  position: relative;
  padding-left: 15px;
}

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

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

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

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

.sp-navi {
  display: none;
}

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

  :root {
    --navi-background: #FF9C9C;
    --navi-border-color: #fff;
    --navi-text-color: #fff;
    --svg-stroke: #fff;
    --menu-btn: #fff;
    --navi-font: "FOT-筑紫A丸ゴシック Std 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 {
    display: flex;
    background: var(--navi-background);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.15);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 10000;
  }

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

  .sp-navi .sp-navi-btns .item {
    font-size: 12px;
    font-family: var(--navi-font);
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    white-space: nowrap;
  }

  .sp-navi .sp-navi-btns .item:not(:last-child) {
    border-right: 1px solid var(--navi-border-color);
  }

  .sp-navi .sp-navi-btns .item:nth-child(1) a::before {
    width: 18px;
    height: 16px;
    top: 8px;
    background-image: url(../images/share/sp-navi-home.svg);
  }

  .sp-navi .sp-navi-btns .item:nth-child(2) a::before {
    width: 19.5px;
    height: 14.5px;
    top: 9px;
    background-image: url(../images/share/sp-navi-tel.svg);
  }

  .sp-navi .sp-navi-btns .item:nth-child(3) a::before {
    width: 20px;
    height: 11.4px;
    top: 11px;
    background-image: url(../images/share/sp-navi-top.svg);
  }

  .sp-navi .sp-navi-btns .item a {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    color: var(--navi-text-color);
    text-decoration: none;
    height: 100%;
    padding: 8px 0;
    position: relative;
  }

  .sp-navi .sp-navi-btns .item a::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    left: 50%;
    transform: translateX(-50%);
  }

  .sp-navi .sp-navi-btns .item .ttl {
    display: block;
  }

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

  .sp-navi .sp-menu-btn .ttl {
    display: block;
    color: var(--navi-text-color);
    font-family: var(--navi-font);
    font-size: 12px;
    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: 20px;
    height: 1px;
    transform: translateX(-50%);
    transition: 0.4s ease;
  }

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

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

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

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

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

  .sp-navi .sp-menu-btn.is-open span:nth-of-type(3) {
    transform: translate(-50%, -6.5px) 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: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: 0.5s;
    opacity: 0;
    z-index: 9999;
  }

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

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

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

  .sp-navi .sp-navi-list>li>a {
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    text-decoration: none;
    padding: 15px 0;
  }
}

/*-----------------------------------------------------------
Hero
-----------------------------------------------------------*/
.hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  min-height: 780px;
}

.hero__img {
  height: 100%;
}

.hero__img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.hero__ttl {
  position: absolute;
  width: min(897px, 49.83vw);
  left: 4.35vw;
  top: 103px;
}

.hero__ttl img {
  object-fit: contain;
}

.hero__desc {
  position: absolute;
}

.hero__desc--01 {
  top: 402px;
  left: 2.36vw;
  width: min(576.2px, 32vw);
}

.hero__desc--02 {
  top: 410px;
  left: 34.67vw;
  width: min(658.6px, 36.59vw);
}

.hero__desc img {
  object-fit: contain;
}

@media (max-width: 800px) {
  .hero {
    padding-bottom: 50px;
    min-height: 350px;
  }

  .hero__ttl {
    width: 240px;
    left: -3vw;
    top: 10px;
  }

  .hero__desc--01 {
    top: initial;
    bottom: 0;
    left: -7vw;
    width: 109%;
  }
}

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

.t-ttl .en {
  display: block;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  font-size: 17px;
  color: #FAB53E;
  line-height: 1;
  margin-bottom: 5px;
}

.t-ttl .jp {
  font-family: "FOT-筑紫A丸ゴシック Std B";
  font-size: 39px;
  display: inline-block;
  line-height: 1.7;
  position: relative;
  padding: 0 60px;
}

.t-ttl .jp::before,
.t-ttl .jp::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 40px;
  height: 40px;
  bottom: 10px;
}

.t-ttl .jp::before {
  left: 0;
  background-image: url(../images/t-ttl_deco-l.svg);
}

.t-ttl .jp::after {
  right: 0;
  background-image: url(../images/t-ttl_deco-r.svg);
}

.t-ttl--footer {
  margin-bottom: -32px;
  z-index: 3;
}

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

  .t-ttl .jp {
    font-size: 24px;
    line-height: 1.4;
    padding: 0 30px;
  }

  .t-ttl .jp::before,
  .t-ttl .jp::after {
    width: 28px;
    height: 28px;
    bottom: 5px;
  }

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

/*------------
Block
--------------*/
.sec01 {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: url(../images/sec01_bg.png) no-repeat center/cover;
}

.sec01__list {
  min-width: 942px;
  width: 100%;
  margin: 0 auto 90px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sec01__list>li {
  position: relative;
  width: 254px;
  padding-bottom: 90px;
  text-align: center;
}

.sec01__list>li:nth-child(1),
.sec01__list>li:nth-child(2),
.sec01__list>li:nth-child(4) {
  margin-right: 90px;
}

.sec01__list>li:nth-child(n+4) {
  margin-top: 60px;
}

.sec01__listImg {
  height: 254px;
  position: relative;
}

.sec01__listImg__deco {
  position: absolute;
  width: 60px;
  height: 60px;
  right: 29px;
  top: -16px;
  z-index: 1;
}

.sec01__listImg img {
  object-fit: contain;
}

.sec01__listTtl {
  position: absolute;
  font-size: 25px;
  white-space: nowrap;
  line-height: 1.3;
  letter-spacing: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.sec01__layout {
  position: relative;
  display: flex;
  margin-left: calc((100vw - 1476px) / 2);
}

.sec01__layout::before {
  content: "";
  position: absolute;
  background: url(../images/top_deco01.png) no-repeat center/contain;
  width: 311px;
  height: 311px;
  right: 0;
  top: -160px;
  z-index: 1;
}

@media screen and (max-width: 1225px) and (min-width: 801px) {
  .sec01__layout::before {
    width: 231px;
    height: 231px;
    top: -100px;
  }
}

.sec01__layout::after {
  content: "";
  position: absolute;
  background: url(../images/sec01_layout_bg.png) no-repeat center/contain;
  right: 0;
  bottom: 0;
  width: 755px;
  height: 781px;
  z-index: -1;
}

.sec01__layout__img {
  position: relative;
  max-width: 717px;
  width: 100%;
  z-index: 2;
}

.sec01__layout__desc {
  position: relative;
  z-index: 3;
  flex: 1;
  margin-left: 62px;
  padding-top: 140px;
  padding-right: calc((100vw - 1200px) / 2);
}

@media screen and (max-width: 1225px) and (min-width: 801px) {
  .sec01__layout__desc {
    margin-left: 30px;
    padding-right: calc((100vw - 1160px) / 2);
  }
}

.sec01__btn {
  margin-top: 45px;
}

.sec01__btn.btn-more {
  background-color: #FF9C9C;
}

.sec02 {
  position: relative;
  background: #FFF7E7;
  padding: 100px 0 120px;
}

.sec02::before {
  content: "";
  position: absolute;
  width: 368px;
  height: 248.2px;
  left: 9.64vw;
  bottom: -74px;
  background: url(../images/top_deco02.png) no-repeat center/contain;
}

.sec02__list {
  position: relative;
  max-width: 1002px;
  margin: 0 auto 20px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px 78px;
}

.sec02__list>li {
  position: relative;
  padding-bottom: 90px;
}

.sec02__listIcon {
  width: 192px;
  height: 192px;
  position: relative;
  background: #F9E8D2;
  border-radius: 100px;
}

.sec02__listIcon img {
  object-fit: contain;
}

.sec02__listImg {
  position: absolute;
}

.sec02__listImg--01 {
  width: 137px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.sec02__listImg--02 {
  width: 183px;
  left: 16px;
  bottom: 11px;
}

.sec02__listImg--03 {
  width: 138px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 24px;
}

.sec02__listImg--04 {
  width: 201px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
}

.sec02__listImg--05 {
  width: 182px;
  left: -10px;
  bottom: 11px;
}

.sec02__listImg--06 {
  width: 183px;
  left: 10px;
  bottom: 18px;
}

.sec02__listImg--07 {
  width: 158px;
  left: 50%;
  transform: translateX(-50%);
  bottom: 14px;
}

.sec02__listImg--08 {
  width: 174px;
  left: 10px;
  bottom: 0;
}

.sec02__listTtl {
  position: absolute;
  text-align: center;
  white-space: nowrap;
  min-height: 68px;
  font-size: 20px;
  line-height: 1.7;
  letter-spacing: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.sec02__btn {
  margin: 60px auto 0;
}

.sec02__btn.btn-more {
  background-color: #FFC664;
}

.sec03 {
  position: relative;
  padding: 90px 0 70px;
  background: url(../images/sec03_bg.png) no-repeat center/cover;
}

.sec03__layout {
  position: relative;
  display: flex;
  flex-direction: row-reverse;
  margin-right: calc((100vw - 1476px) / 2);
}

.sec03__layout__img {
  position: relative;
  max-width: 717px;
  width: 54.44%;
  z-index: 2;
}

.sec03__layout__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sec03__layout__desc {
  position: relative;
  z-index: 3;
  flex: 1;
  margin-right: 62px;
  padding-top: 46px;
  padding-left: calc((100vw - 1200px) / 2);
}

@media screen and (max-width: 1225px) and (min-width: 801px) {
  .sec03__layout__desc {
    margin-right: 30px;
    padding-left: calc((100vw - 1160px) / 2);
  }
}

.sec03__layout__ttl {
  font-size: 39px;
  margin-bottom: 45px;
  letter-spacing: 0;
}

.sec03__layout__icon {
  display: inline-block;
  width: 88px;
  margin-bottom: 25px;
}

.sec03__layout__icon img {
  object-fit: contain;
}

.sec03__btn {
  margin-top: 50px;
}

.sec04 {
  position: relative;
}

.sec04__bg {
  height: 533px;
  width: 100%;
}

.sec04__bg img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.map-layout02 {
  position: relative;
}

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

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

.map-layout02 .l-map-icon {
  width: 72px;
  margin: 0 auto 10px;
}

.map-layout02 .l-marker-txt {
  font-size: 20px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  line-height: 1.7;
}

.map-layout02 .l-marker-txt span {
  background: linear-gradient(transparent 60%, #FFDA9A 60%);
  padding-bottom: 2px;
}

.map-layout02 .l-map-btn {
  margin-top: 30px;
}

.map-layout02 .l-map-btn.btn-more {
  background: #FF9C9C;
}

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

  .sec01__list {
    min-width: auto;
    margin: 0 auto 40px;
    justify-content: space-between;
  }

  .sec01__list>li {
    width: 49%;
    padding-bottom: 50px;
  }

  .sec01__list>li:nth-child(1),
  .sec01__list>li:nth-child(2),
  .sec01__list>li:nth-child(4) {
    margin-right: 0;
  }

  .sec01__list>li:nth-child(n+4) {
    margin-top: 30px;
  }

  .sec01__list>li:nth-child(n+3) {
    margin-top: 30px;
  }

  .sec01__list>li:nth-child(2) {
    padding-bottom: 75px;
  }

  .sec01__listImg {
    height: auto;
  }

  .sec01__listImg__deco {
    width: 40px;
    height: 40px;
    right: 5px;
    top: -5px;
  }

  .sec01__listTtl {
    font-size: 17px;
  }

  .sec01__layout {
    display: block;
    margin-left: 0;
    padding-top: 80px;
  }

  .sec01__layout::before {
    right: 20px;
    width: 110px;
    height: 110px;
    top: 0;
  }

  .sec01__layout::after {
    right: 0;
    bottom: 0;
    width: 90%;
    height: 340px;
  }

  .sec01__layout__img {
    width: 90%;
    margin: 0 auto;
  }

  .sec01__layout__desc {
    margin-left: 0;
    padding: 30px 20px 0;
  }

  .sec01__btn {
    margin-top: 30px;
  }

  .sec02 {
    padding: 50px 0;
  }

  .sec02::before {
    width: 155px;
    height: 98.2px;
    left: 14px;
    bottom: -54px;
  }

  .sec02__list {
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 14px;
  }

  .sec02__list>li {
    padding-bottom: 60px;
  }

  .sec02__listIcon {
    margin: 0 auto;
    width: 120px;
    height: 120px;
  }

  .sec02__listImg--01 {
    width: 95px;
  }

  .sec02__listImg--02 {
    width: 120px;
    left: 6px;
  }

  .sec02__listImg--03 {
    width: 98px;
    bottom: 7px;
  }

  .sec02__listImg--04 {
    width: 201px;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
  }

  .sec02__listImg--05 {
    width: 112px;
    left: -2px;
    bottom: 9px;
  }

  .sec02__listImg--06 {
    width: 113px;
    left: 6px;
    bottom: 13px;
  }

  .sec02__listImg--07 {
    width: 96px;
    bottom: 9px;
  }

  .sec02__listImg--08 {
    width: 114px;
    left: 5px;
    bottom: 1px;
  }

  .sec02__listTtl {
    min-height: 58px;
    font-size: 17px;
  }

  .sec02__btn {
    margin: 30px auto 0;
  }

  .sec03 {
    padding: 40px 0;
  }

  .sec03__layout {
    display: block;
    margin-right: 0;
  }

  .sec03__layout__img {
    width: 90%;
    margin: 0 auto;
  }

  .sec03__layout__desc {
    margin-right: 0;
    padding-top: 0;
    padding: 30px 20px 0;
  }

  .sec03__layout__ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }

  .sec03__layout__icon {
    width: 50px;
    margin-bottom: 15px;
  }

  .sec03__btn {
    margin-top: 30px;
  }

  .sec04__bg {
    height: 220px;
  }

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

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

/*------------
下層レイアウト
--------------*/
.page-ttl {
  width: 100%;
  background: url(../images/under/u-top_bg.jpg) center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 50px 5%;
  height: 295px;
  min-height: 295px;
  position: relative;
}

.page-ttl::before {
  content: "";
  width: 370px;
  height: 295px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/under/u-top_deco01.png) center/cover no-repeat;
  z-index: 5;
}

.page-ttl::after {
  content: "";
  width: 623px;
  height: 295px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/under/u-top_deco02.png) center/cover no-repeat;
  z-index: 5;
}

.page-ttl-main {
  font-size: 55px;
  line-height: 1.2;
  margin-bottom: 10px;
  position: relative;
  z-index: 10;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

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

.u-contents p+p {
  margin-top: 16px;
}

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

  .page-ttl::before {
    width: 140px;
    height: 180px;
  }

  .page-ttl::after {
    width: 200px;
    height: 180px;
  }

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

  .page-ttl-sub {
    font-size: 15px;
  }

  .u-contents p+p {
    margin-top: 1em;
  }
}

.u-h2,
.post-category-ttl,
.postdata h1 {
  font-size: 36px;
  padding-left: 110px;
  padding: 20px 15px 20px 110px;
  margin-bottom: 50px;
  background-color: #F6F2EB;
  align-items: center;
  border-radius: 10px;
  position: relative;
}

.u-h2::before,
.post-category-ttl::before,
.postdata h1::before {
  content: "";
  background: url(../images/under/h2_ttl_deco.svg) no-repeat center/cover;
  width: 82px;
  height: 72px;
  position: absolute;
  top: 15px;
  left: 20px;
}

.u-h3,
.post-ttl,
.postdata h2 {
  font-size: 30px;
  padding-bottom: 21px;
  padding-left: 50px;
  margin-bottom: 30px;
  position: relative;
  background-size: 12px 2px;
  background-image: linear-gradient(to right, #F7AD74 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left bottom;
  border-radius: 10px;
}

.u-h3::before,
.post-ttl::before,
.postdata h2::before {
  content: "";
  background: url(../images/under/h3_ttl_deco.svg) no-repeat center/cover;
  width: 43px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

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

.u-h4::before,
.postdata h3::before {
  content: "";
  background: #FFC664;
  width: 6px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.u-l-ttl {
  font-size: 39px;
  color: #FAB53E;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 0;
  width: fit-content;
  margin: 0 auto 40px;
  position: relative;
  padding: 0 70px;
}

.u-l-ttl::before {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background: url(../images/under/u-l-ttl_deco01.svg) center/cover no-repeat;
  z-index: 5;
}

.u-l-ttl::after {
  content: "";
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background: url(../images/under/u-l-ttl_deco02.svg) center/cover no-repeat;
  z-index: 5;
}

.num-ttl {
  font-size: 25px;
  margin-bottom: 15px;
}

.num-ttl .num {
  background: #FF9C9C;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 16px;
  margin-right: 10px;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
  font-weight: 600;
  padding-left: 4px;
  vertical-align: 3px;
}

@media (max-width: 800px) {

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

  .u-h2::before,
  .post-category-ttl::before,
  .postdata h1::before {
    width: 42px;
    height: 37px;
    top: 7px;
    left: 10px;
  }

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

  .u-h3::before,
  .post-ttl::before,
  .postdata h2::before {
    content: "";
    background: url(../images/under/h3_ttl_deco.svg) no-repeat center/cover;
    width: 38px;
    height: 35px;
    position: absolute;
    top: 0;
    left: 0;
  }

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

  .u-h4::before,
  .postdata h3::before {
    height: 100%;
    top: 0%;
  }

  .num-ttl {
    font-size: 20px;
  }

  .num-ttl .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    padding-left: 3px;
  }

  .u-l-ttl {
    font-size: 23px;
    margin: 0 auto 25px;
    padding: 0 45px;
  }

  .u-l-ttl::before {
    width: 30px;
    height: 30px;
  }

  .u-l-ttl::after {
    width: 30px;
    height: 30px;
  }
}

.x-short+.x-short {
  margin-top: 30px;
}

.x-short+.short {
  margin-top: 50px;
}

.short+.short {
  margin-top: 50px;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}

.short+.x-short {
  margin-top: 30px;
}

.tall {
  padding: 70px 0;
}

.tall.bg01 {
  background: #FFF7E7;
  padding: 100px 0 85px;
  margin-top: 70px;
}

.tall.bg01 .container,
.tall.bg01 .footer__navi,
.tall.bg01 .modal-content,
.tall.bg01 .breadcrumb ul,
.breadcrumb .tall.bg01 ul {
  position: relative;
}

.tall.bg01 .container::before,
.tall.bg01 .footer__navi::before,
.tall.bg01 .modal-content::before,
.tall.bg01 .breadcrumb ul::before,
.breadcrumb .tall.bg01 ul::before {
  content: "";
  background: url(../images/under/u-deco01.svg) no-repeat center/contain;
  width: 243px;
  height: 161px;
  position: absolute;
  top: 0;
  left: -88px;
  transform: translateY(-100%);
}

.hidden {
  overflow: hidden;
}

@media (max-width: 800px) {
  .x-short+.short {
    margin-top: 30px;
  }

  .short+.short {
    margin-top: 30px;
  }

  .tall {
    padding: 40px 0;
  }

  .tall.bg01 {
    padding: 40px 0 60px;
    margin-top: 40px;
  }

  .tall.bg01 .container::before,
  .tall.bg01 .footer__navi::before,
  .tall.bg01 .modal-content::before,
  .tall.bg01 .breadcrumb ul::before,
  .breadcrumb .tall.bg01 ul::before {
    width: 153px;
    height: 88px;
    left: -15px;
  }
}

.column2 {
  display: flex;
  justify-content: space-between;
  padding: 70px 0 140px;
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.column2-left {
  width: 740px;
}

.column2-right {
  width: 240px;
  margin-left: 44px;
}

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

.side-navi {
  border: 1px solid #665C54;
  border-radius: 10px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.side-navi .ttl {
  font-size: 18px;
  text-align: center;
  line-height: 1.7;
  padding: 15px 20px;
  border-bottom: 1px solid #665C54;
}

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

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

.side-navi ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #FF9C9C;
}

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

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

@media (max-width: 800px) {
  .column2 {
    display: block;
    padding: 40px 0 80px;
  }

  .column2-left {
    width: 100%;
    margin-bottom: 70px;
  }

  .column2-right {
    width: 100%;
    margin-left: 0;
  }

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

.l-style01 {
  display: flex;
}

.l-style01 .l-img {
  flex: 1;
  margin-right: 40px;
}

.l-style01 .l-img img {
  border-radius: 10px;
}

.l-style01 .l-img.small {
  flex: 0.5;
}

.l-style01 .l-img.large {
  margin: 0 7.5% 0 -10%;
  position: relative;
}

.l-style01 .u-slider02 {
  width: 45%;
  padding: 0;
}

.l-style01 .l-desc {
  flex: 1.4;
}

.l-style03 {
  display: flex;
}

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

.l-style03 .l-img img {
  border-radius: 10px;
}

.l-style03 .l-desc {
  background: #FFFFFF;
  padding: 55px 55px 55px 150px;
  margin: 50px 0 0 -100px;
  flex: 1;
  border-radius: 10px;
}

.l-style03 .num {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  margin-bottom: 15px;
  color: #FAB53E;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.l-style03 .l-ttl {
  font-size: 25px;
  margin-bottom: 7px;
}

.l-style03 .l-sub_ttl {
  font-size: 20px;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  letter-spacing: 2.7px;
}

.l-style03 .l-sub_ttl::before {
  content: "";
  background: #665C54;
  width: 26px;
  height: 2px;
  margin-right: 25px;
  position: absolute;
  left: 0;
  bottom: 50%;
}

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

.l-style03.reverse .l-desc {
  padding: 55px 150px 55px 55px;
  margin: 50px -100px 0 0;
}

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

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

  .l-style01 .l-img.large {
    margin: 0 auto 20px;
    position: relative;
  }

  .l-style01 .l-desc {
    width: 100%;
  }

  .l-style03 {
    display: block;
  }

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

  .l-style03 .l-desc {
    background: #FFF;
    padding: 20px 0 30px;
    margin: 0;
    position: relative;
  }

  .l-style03 .l-desc::after {
    content: "";
    width: 100vw;
    height: calc(100% + 40px);
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    background: #FFF;
    z-index: -1;
    border-radius: 10px;
  }

  .l-style03 .l-ttl {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .l-style03 .l-sub_ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .l-style03 .l-sub_ttl::before {
    width: 20px;
    padding-left: 30px;
  }

  .l-style03.reverse .l-desc {
    padding: 20px 0 30px;
    margin: 0;
  }
}

.list-col1 .item:not(:last-child) {
  margin-bottom: 100px;
}

.list-col1 .item--s:not(:last-child) {
  margin-bottom: 60px;
}

.list-col3 {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.list-col3 .list-item {
  width: calc(33.3333333333% - 20px);
}

.list-col3 .list-item:not(:nth-child(3n)) {
  margin-right: 30px;
}

.list-col3 .list-item:nth-child(n+4) {
  margin-top: 30px;
}

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

.list-col3 .list-ttl {
  font-size: 22px;
  margin-bottom: 10px;
}

@media (max-width: 800px) {
  .list-col1 .item:not(:last-child) {
    margin-bottom: 60px;
  }

  .list-col1 .item--s:not(:last-child) {
    margin-bottom: 40px;
  }

  .list-col3 {
    display: block;
  }

  .list-col3 .list-item {
    width: 100%;
  }

  .list-col3 .list-item:not(:nth-child(3n)) {
    margin-right: 0;
  }

  .list-col3 .list-item:nth-child(n+4) {
    margin-top: 0;
  }

  .list-col3 .list-item:nth-child(n+2) {
    margin-top: 40px;
  }

  .list-col3 .list-ttl {
    font-size: 20px;
  }

  .list-col3.sp-col2 {
    display: flex;
    justify-content: space-between;
  }

  .list-col3.sp-col2 .list-item {
    width: 48.5%;
  }

  .list-col3.sp-col2 .list-item:nth-child(n+2) {
    margin-top: 0;
  }

  .list-col3.sp-col2 .list-item:nth-child(n+3) {
    margin-top: 15px;
  }
}

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

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

.list-check li {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  white-space: nowrap;
}

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

.list-check li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 11px;
  width: 12px;
  height: 7px;
  border-left: 2px solid #665C54;
  border-bottom: 2px solid #665C54;
  transform: rotate(-45deg);
}

.list-num {
  counter-reset: number;
}

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

.list-num>li:before {
  background: #F6F2EB;
  border-radius: 15px;
  color: #fff;
  counter-increment: number;
  content: counter(number);
  font-size: 11px;
  position: absolute;
  top: 4px;
  left: 0;
  line-height: 20px;
  text-align: center;
  padding-left: 2px;
  width: 20px;
  height: 20px;
}

.list-num>li+li {
  margin-top: 5px;
}

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

.list-disc.col3,
.list-check.col3,
.list-num.col3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px;
}

.list-disc.col4,
.list-check.col4,
.list-num.col4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 10px;
}

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

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

  .list-disc.col2,
  .list-disc.col3,
  .list-disc.col4,
  .list-check.col2,
  .list-check.col3,
  .list-check.col4,
  .list-num.col2,
  .list-num.col3,
  .list-num.col4 {
    grid-template-columns: 1fr;
    grid-gap: 5px;
  }
}

.list-anchor-link {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
}

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

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

.list-anchor-link a {
  display: inline-block;
  position: relative;
  font-weight: bold;
  padding-right: 25px;
}

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

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

@media (max-width: 800px) {
  .list-anchor-link {
    display: block;
  }

  .list-anchor-link li::after {
    display: none;
  }

  .list-anchor-link a {
    padding: 0 0 0 30px;
  }

  .list-anchor-link a::before {
    right: inherit;
    left: 0;
    top: 2px;
  }
}

.table-style01 {
  border: 1px solid #F6F2EB;
  background: #fff;
}

.table-style01 tr:not(:last-child) {
  border-bottom: 1px solid #F6F2EB;
}

.table-style01 th {
  background-color: #665C54;
  font-weight: bold;
  color: #F6F2EB;
  padding: 15px;
  width: 30%;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.table-style01 td {
  padding: 10px 30px;
  font-family: "FP-ヒラギノ角ゴ ProN W3";
}

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

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

.table-style02 th {
  background-color: #665C54;
  vertical-align: middle;
  color: #F6F2EB;
}

.table-style02 th.bg01 {
  background-color: #FBF9F7;
  color: #3D3732;
}

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

@media (max-width: 800px) {
  .table-style01 th {
    width: 100%;
    display: block;
    padding: 10px 15px;
    text-align: left;
  }

  .table-style01 td {
    width: 100%;
    display: block;
    padding: 10px 15px;
  }

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

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

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

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

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

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

.tel-layout {
  background: #fff;
  max-width: 578px;
  padding: 5%;
  margin: 10% auto 0;
  border-radius: 50px;
  position: relative;
  text-align: center;
}

.tel-layout::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  width: 113px;
  height: 79px;
  background: url(../images/under/tel-layout_deco.svg) no-repeat center/contain;
}

.tel-layout .l-ttl {
  margin-bottom: 30px;
  font-size: 25px;
  text-align: center;
  padding-bottom: 10px;
  margin: 0 auto 27px;
  position: relative;
  background-size: 12px 2px;
  background-image: linear-gradient(to right, #F7AD74 6px, transparent 6px);
  background-repeat: repeat-x;
  background-position: left bottom;
  display: inline-block;
}

.tel-layout .l-tel {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
  margin: 0 auto;
  white-space: nowrap;
}

.tel-layout .l-tel img {
  margin-right: 10px;
}

.tel-layout .tel-small {
  font-size: 16px;
  color: #FF9C9C;
  font-weight: bold;
}

.tel-layout .l-time {
  display: grid;
  grid-template-columns: 70px 1fr;
  grid-gap: 10px;
  line-height: 1.5;
  margin: 20px auto 0;
  width: fit-content;
}

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

@media (max-width: 800px) {
  .tel-layout {
    margin-top: 70px;
  }

  .tel-layout::before {
    content: "";
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 83px;
    height: 80px;
    background: url(../images/under/tel-layout_deco.svg) no-repeat center/contain;
  }

  .tel-layout .l-ttl {
    font-size: 15px;
    margin: 10px auto 15px;
  }

  .tel-layout .l-tel {
    font-size: 25px;
  }

  .tel-layout .l-tel img {
    width: 15px;
  }
}

/*------------
モーダル
-------------*/
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100vh;
}

.modal-bg {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
}

.modal-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background-color: #F6F2EB;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 800px) {
  .modal-content {
    padding: 30px 20px;
    height: 80%;
  }

  .modal-content-inr {
    overflow: scroll;
    height: 100%;
  }

  .modal-close {
    width: 30px;
    height: 30px;
    font-size: 24px;
  }
}

/*------------
モーダル:ライトボックス
-------------*/
.lb-data .lb-close {
  background: none;
  text-align: center;
  background-color: #F6F2EB;
  position: relative;
}

.lb-data .lb-close::before {
  content: "×";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}

/*------------
個人情報保護方針
--------------*/
.dl-privacy dt {
  border-bottom: 1px solid #665C54;
  font-size: 18px;
  padding: 0 0 5px;
  margin: 0 0 15px;
}

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

.btn-tel {
  width: 385px;
  padding-top: 20px;
}

.btn-tel>a {
  display: block;
  padding: 20px 5px;
  font-size: 32px;
  text-align: center;
  color: #FF9C9C;
  border: 1px solid #FF9C9C;
  transition: 0.3s;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  border-radius: 10px;
  background: #FFF;
  line-height: 0.9;
  transition: 0.3s;
  position: relative;
}

.btn-tel>a:hover {
  opacity: 0.6;
}

.btn-tel>a::before {
  content: "";
  position: absolute;
  background: url(../images/under/tel_btn_deco.svg) no-repeat center/contain;
  width: 43px;
  height: 43px;
  left: 12px;
  top: -20px;
  z-index: 5;
}

.btn-tel .small {
  font-size: 16px;
}

@media (max-width: 800px) {
  .btn-tel {
    width: 100%;
    padding-top: 10px;
  }

  .btn-tel>a {
    padding: 15px 5px;
    font-size: 24px;
    border-radius: 10px;
  }

  .btn-tel>a::before {
    width: 30px;
    height: 30px;
    left: 10px;
    top: -15px;
  }
}

/*------------
Footer
--------------*/
.footer {
  position: relative;
  background: #DBD4CA;
}

.footer__top {
  padding: 100px 0;
  position: relative;
  background: #F0FEFF;
}

.footer__top::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 652px;
  left: 0;
  top: 0;
  background: url(../images/footer_bg.png) no-repeat center/cover;
}

.footer__top .container,
.footer__top .footer__navi,
.footer__top .breadcrumb ul,
.breadcrumb .footer__top ul,
.footer__top .modal-content {
  max-width: 1200px;
  position: relative;
  z-index: 2;
}

.footer__topBox {
  position: relative;
  background: #fff;
  border-radius: 50px;
  padding: 55px 20px 65px;
}

.footer__topBox::before {
  content: "";
  position: absolute;
  background: url(../images/share/footer_deco.png) no-repeat center/contain;
  width: 140px;
  height: 97px;
  right: 33px;
  bottom: -48.6px;
}

.footer__topBoxList {
  margin: 0 auto;
  display: grid;
  justify-content: space-between;
  max-width: 810px;
  width: 100%;
  grid-template-columns: 1fr 1fr;
}

.footer__topBoxIcon {
  width: 176.5px;
  margin: 0 auto 28px;
}

.footer__topBoxTtl {
  text-align: center;
  position: relative;
  font-size: 21px;
  max-width: 314px;
  margin: 0 auto 20px;
}

.footer__topBoxTtl::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #3D3732;
  left: 0;
  top: 50%;
  transform: translateY(-1px);
}

.footer__topBoxTtl span {
  position: relative;
  display: inline-block;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  background: #fff;
  padding: 0 15.5px;
  z-index: 1;
}

.footer__topBoxInner {
  max-width: 314px;
  margin: 0 auto;
}

.footer__btn {
  margin: 0 auto;
}

.footer__btn.btn-more {
  background-color: #FFC664;
}

.footer__btm {
  position: relative;
  padding: 60px 0;
}

.footer__logoArea {
  max-width: 376px;
  margin: 0 auto 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logoArea>a {
  display: block;
  transition: 0.3s ease;
}

.footer__logoArea>a:hover {
  opacity: 0.5;
}

.footer__logoArea>a img {
  object-fit: contain;
}

.footer__logo {
  width: 310px;
}

.footer__insta {
  width: 32px;
}

.footer__naviList {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px 25px;
}

.footer__naviList>li {
  font-size: 15px;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  letter-spacing: 0;
  text-wrap: nowrap !important;
}

.footer__naviList>li a {
  display: block;
  position: relative;
  padding-left: 28px;
}

.footer__naviList>li a:hover {
  text-decoration: underline;
}

.footer__naviList>li a::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 5px;
  background: url(../images/share/f-navi_arrow.svg) no-repeat center/contain;
}

.footer .copyright {
  font-size: 16px;
  padding: 5px;
}

.footer .copyright small {
  font-size: 16px;
}

.footer .copyright .container,
.footer .copyright .breadcrumb ul,
.breadcrumb .footer .copyright ul,
.footer .copyright .modal-content,
.footer .copyright .footer__navi {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .copyright-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer .copyright-links li+li::before {
  content: "|";
  margin: 0 15px;
}

.footer .copyright-links a {
  line-height: 1.5;
}

.footer .copyright-links a:hover {
  text-decoration: underline;
}

.pagetop {
  position: fixed;
  display: block;
  width: 65px;
  height: 57px;
  bottom: 30px;
  right: 30px;
  z-index: 99;
  transition: 0.3s ease;
}

.pagetop:hover {
  opacity: 0.7;
}

.pagetop img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

  .footer__top::before {
    height: 230px;
  }

  .footer__topBox {
    border-radius: 20px;
    padding: 50px 20px 40px;
  }

  .footer__topBox::before {
    width: 90px;
    height: 63px;
    right: 3px;
    bottom: -32px;
  }

  .footer__topBoxList {
    display: block;
  }

  .footer__topBoxList>li:first-child {
    margin-bottom: 30px;
  }

  .footer__topBoxIcon {
    width: 140px;
    margin: 0 auto 20px;
  }

  .footer__topBoxTtl {
    font-size: 18px;
  }

  .footer__topBoxTtl span {
    padding: 0 12px;
  }

  .footer__btm {
    padding: 30px 0;
  }

  .footer__logoArea {
    margin: 0 auto 20px;
    width: 80%;
  }

  .footer__logo {
    width: 220px;
  }

  .footer__naviList {
    display: block;
  }

  .footer__naviList>li:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .footer .copyright {
    padding: 25px 0 60px;
    text-align: center;
  }

  .footer .copyright .container,
  .footer .copyright .breadcrumb ul,
  .breadcrumb .footer .copyright ul,
  .footer .copyright .modal-content,
  .footer .copyright .footer__navi {
    display: block;
    justify-content: space-between;
    align-items: center;
  }

  .footer .copyright small {
    font-size: 11px;
  }

  .footer .copyright-links {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .pagetop {
    display: none;
  }
}

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

.post-layout {
  display: flex;
}

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

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

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

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

.postdata h4 {
  font-size: 20px;
  color: #F7AD74;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.postdata h5 {
  font-size: 18px;
  color: #F6F2EB;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  padding-left: 10px;
  position: relative;
}

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

.postdata h6 {
  font-size: 18px;
  color: #F7AD74;
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

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

.postdata a {
  text-decoration: underline;
}

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

.postdata strong {
  font-weight: bold;
}

.postdata em {
  font-style: italic;
}

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

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

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

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

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

.post-data time {
  font-size: 14px;
  color: #665C54;
  line-height: 1;
}

.post-ttl {
  word-break: break-all;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

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

/*セレクト式カテゴリー*/
.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 #F6F2EB;
  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: #F6F2EB;
  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: "FOT-筑紫A丸ゴシック Std B";
}

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

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

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

.post-number .current::after {
  content: "";
  border-bottom: 2px solid #665C54;
  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: "FP-ヒラギノ角ゴ ProN W3";
}

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

.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: 3px 15px 0 0;
  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: 3px 0 0 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;
  }

  .post-layout {
    display: block;
  }

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

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

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

/*------------
sidebar-layout
--------------*/
.sidebar-layout {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  align-items: flex-start;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1400px;
}

.main-contents {
  padding: 0 50px;
  width: calc(100% - 280px);
  margin: 0 auto;
}

.side-contents {
  padding: 0 40px;
  width: 280px;
  position: sticky;
  top: 100px;
}

.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 {
  line-height: 1.5;
  display: block;
  width: fit-content;
  padding: 17px 90px;
  font-size: 20px;
  text-align: center;
  color: #fff;
  background-color: #665C54;
  transition: 0.3s;
  font-family: "FOT-筑紫A丸ゴシック Std B";
  position: relative;
  border-radius: 10px;
}

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

.btn-more:hover {
  opacity: 0.7;
}

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

.btn-icon {
  background: #F6F2EB;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 50px;
  color: #fff;
}

.btn-icon img {
  width: 20px;
  margin-right: 10px;
}

.btn-line {
  background: #4CC764;
  color: #fff;
  padding: 10px 25px;
}

.btn-line img {
  line-height: 1;
  margin: 0 10px 0 -20px;
}

.btn-wrap {
  display: flex;
  align-items: center;
  margin-left: -8px;
}

.btn-wrap>* {
  margin: 8px;
}

.btn-wrap.center {
  justify-content: center;
  margin-left: 0;
}

@media (max-width: 800px) {
  .btn-more {
    width: 100%;
    width: 100%;
    padding: 10px 25px;
    font-size: 18px;
  }

  .btn-more:before {
    right: 15px;
  }

  .btn-tel,
  .btn-icon,
  .btn-line {
    width: 100%;
    font-size: 16px;
    position: relative;
    border-radius: 10px;
  }

  .btn-wrap {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    text-align: center;
  }

  .btn-wrap>* {
    margin: 0;
  }

  .btn-wrap>*:not(:last-child) {
    margin-bottom: 15px;
  }
}

/*-----------------------------------------------------------
Common
-----------------------------------------------------------*/
.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-style01 {
  font-family: "FOT-筑紫A丸ゴシック Std B";
}

.bold,
strong {
  font-family: "FP-ヒラギノ角ゴ ProN W6";
}

.underline {
  text-decoration: underline;
}

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

.marker .large {
  font-size: 30px;
}

.marker .small {
  font-size: 20px;
}

.link {
  text-decoration: underline;
  color: #FF9C9C;
}

.link:hover {
  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) {
  .marker .large {
    font-size: 24px;
  }

  .marker .small {
    font-size: 18px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .sp-tac {
    text-align: center !important;
  }

  .sp-tar {
    text-align: right !important;
  }

  .sp-tal {
    text-align: left !important;
  }

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

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

/*診療カレンダー*/
:root {
  --event01: #EF866B;
  --event02: #F7B46B;
  --event03: #A8DBA8;
  --event04: #B0D7D5;
}

.business-calendar-box-wrap {
  margin-bottom: 15px;
}

.business-calendar-box-wrap .business-calendar {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.business-calendar-box-wrap .business-calendar caption {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}

.business-calendar-box-wrap .business-calendar caption span {
  line-height: 1;
  font-size: 25px;
  vertical-align: -1px;
}

.business-calendar-box-wrap .business-calendar-past a,
.business-calendar-box-wrap .business-calendar-future a {
  display: inline-block;
  cursor: pointer;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  width: 25px;
  height: 25px;
}

.business-calendar-box-wrap .business-calendar-past a::before,
.business-calendar-box-wrap .business-calendar-future a::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-width: 7px 6px 7px 0;
  border-color: transparent #333 transparent transparent;
  position: absolute;
  top: 10px;
  left: 10px;
}

.business-calendar-box-wrap .business-calendar-future a::before {
  transform: rotate(180deg);
}

.business-calendar-box-wrap .business-calendar th {
  background: #f1f3f4;
  border: 1px solid #dfdfdf;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  padding: 5px;
  width: 14%;
}

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

.business-calendar-box-wrap .business-calendar td::before {
  content: "";
  background: #ccc;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  opacity: 0;
}

.business-calendar-box-wrap.large .business-calendar th,
.business-calendar-box-wrap.large .business-calendar td {
  padding: 10px;
  font-size: 15px;
}

.business-calendar-box-wrap.col2 {
  grid-template-columns: 1fr;
}

.business-calendar-box-wrap.col2 .business-calendar-box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 3%;
}

.business-calendar-box-wrap .business-calendar .today {
  text-decoration: underline;
}

.business-calendar-box-wrap .business-calendar .attr0,
.business-calendar-box-wrap .business-calendar .attr1,
.business-calendar-box-wrap .business-calendar .attr2,
.business-calendar-box-wrap .business-calendar .attr3 {
  color: #fff;
}

.business-calendar-box-wrap .business-calendar .attr0::before,
.business-calendar-box-wrap .business-calendar .attr1::before,
.business-calendar-box-wrap .business-calendar .attr2::before,
.business-calendar-box-wrap .business-calendar .attr3::before {
  opacity: 1;
}

.business-calendar-box-wrap .business-calendar .attr0::before {
  background: var(--event01);
}

.business-calendar-box-wrap .business-calendar .attr1::before {
  background: var(--event02);
}

.business-calendar-box-wrap .business-calendar .attr2::before {
  background: var(--event03);
}

.business-calendar-box-wrap .business-calendar .attr3::before {
  background: var(--event04);
}

.list-event {
  display: flex;
}

.list-event li {
  font-size: 15px;
  line-height: 1;
  margin: 0 20px 0 0;
}

.list-event i {
  margin: 0 5px 0 0;
}

.list-event .event01 {
  color: var(--event01);
}

.list-event .event02 {
  color: var(--event02);
}

.list-event .event03 {
  color: var(--event03);
}

.list-event .event04 {
  color: var(--event04);
}

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

  .list-event {
    display: block;
  }

  .list-event li+li {
    margin-top: 5px;
  }
}

/*診療時間*/
.time-table {
  border: 1px solid #DFDFDF;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

.time-table-head {
  background-color: #F6F2EB;
  color: #fff;
}

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

.time-table-body {
  border-top: 1px solid #DFDFDF;
}

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

.time-table-body .item:first-child {
  background-color: #F6F2EB;
  color: #fff;
  letter-spacing: 0;
}

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

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

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

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

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

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

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

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

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

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

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

.tel {
  display: inline-block;
  white-space: nowrap;
  font-size: 32px;
  font-family: "FP-ヒラギノ角ゴ ProN W6";
  color: #FF9C9C;
  line-height: 1;
  letter-spacing: 1.5px;
}

.tel span {
  font-size: 16px;
}

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

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

/*------------
splide
-------------*/
.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 {
  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 2px;
  pointer-events: auto;
}

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

@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 {
  display: block;
}

.splide__track--fade>.splide__list>.splide__slide {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  z-index: 0;
}

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

.splide--rtl {
  direction: rtl;
}

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

.splide__arrow {
  -ms-flex-align: center;
  align-items: center;
  background: #e9e9e9;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  height: 64px;
  width: 64px;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.splide__arrow--prev::after,
.splide__arrow--next::after {
  content: "";
  width: 1rem;
  height: 1rem;
  border: solid #000;
  border-width: 1px 1px 0 0;
}

.splide__arrow--prev::after {
  margin-left: 0.4rem;
  transform: rotate(-135deg);
}

.splide__arrow--next::after {
  margin-right: 0.4rem;
  transform: rotate(45deg);
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em;
}

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__arrow--prev {
  left: calc((100% - 1080px) / 2);
}

.splide__arrow--prev svg {
  transform: scaleX(-1);
}

.splide__arrow--next {
  right: calc((100% - 1080px) / 2);
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 1em;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  padding: 0;
  position: relative;
  transition: transform 0.2s linear;
  width: 8px;
}

.splide__pagination__page.is-active {
  background: #333;
  z-index: 1;
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.9;
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__progress__bar {
  background: #ccc;
  height: 3px;
}

.splide__slide {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}

@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}

@media screen and (-ms-high-contrast: none) {
  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf;
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf;
  }
}

.splide__toggle {
  cursor: pointer;
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer;
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000;
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em;
}

.splide__arrows--rtl .splide__arrow--prev svg {
  transform: scaleX(1);
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto;
}

.splide__arrows--rtl .splide__arrow--next svg {
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em;
}

.splide__arrows--ttb .splide__arrow--prev svg {
  transform: rotate(-90deg);
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto;
}

.splide__arrows--ttb .splide__arrow--next svg {
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

@media (max-width: 800px) {
  .splide__arrow {
    height: 40px;
    width: 40px;
  }

  .splide__arrow--prev::after,
  .splide__arrow--next::after {
    width: 12px;
    height: 12px;
  }
}
