html {
  margin: 0 !important;
  scroll-behavior: smooth;
}

.body {
  position: relative;
  margin: 0;
  font-family: "Zen Maru Gothic", "RocknRoll One", "M PLUS Rounded 1c",
    sans-serif;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.heading {
  position: relative;
  width: 100%;
  max-width: 1200px;
  padding: 80px min(15%, 180px);
  box-sizing: border-box;
}

.heading._other {
  padding: 15px min(15%, 180px);
}

a {
  display: inline-block;
}

a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

main {
  padding: 130px 0 0 0;
}

address {
  font-style: normal;
}

@media screen and (max-width: 960px) {
  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }

  .heading {
    max-width: 480px;
    padding: 70px min(5.333%, 20px);
  }

  .heading._other {
    padding: 20px min(5.333%, 20px);
  }

  main {
    padding: 50px 0 0 0;
  }
}
/* header */
.header01 {
  position: fixed;
  width: 100%;
  z-index: 999;
  box-sizing: border-box;
}

.nav01 {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  height: 100px;
  padding: 30px 0 0 0;
  background: #fff5f5 0% 0% no-repeat padding-box;
}

.header-logo {
  width: min(24.89vw, 340px);
  margin: 0 0 0 min(2.083vw, 25px);
}

.header-left,
.header-right {
  display: flex;
  align-items: center;
  height: 100px;
}

.header-cta {
  position: absolute;
  top: 0;
  right: 30px;
  display: flex;
  align-items: start;
  gap: 5px;
}

.hreader-cta-link1 {
  width: 168px;
}

.hreader-cta-link2 {
  width: 128px;
}

.header-ul {
  display: flex;
  align-items: center;
  line-height: 1;
}

.header-li {
  padding: 0 min(2.196vw, 30px) 10px min(2.196vw, 30px);
  border-right: 1px solid #c7b299;
  box-sizing: border-box;
}

.header-li:last-child {
  border-right: none;
}

.header-text1 {
  text-align: center;
  font-family: "M PLUS Rounded 1c";
  text-decoration: none;
  font-weight: 700;
  color: #44392c;
}

.header-text1:hover {
  text-decoration: none;
  color: #b2e69b;
}

.header-icon2 {
  width: 60px;
  margin: 0 auto 10px auto;
}

@media screen and (max-width: 960px) {
  .header01 {
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    top: 0;
  }

  .nav01 {
    height: 50px;
    padding: 0;
  }

  .header-left {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 50px;
    padding: 0 10px;
    box-sizing: border-box;
  }

  .header-logo {
    width: 185px;
    margin: 0;
    position: relative;
    z-index: 1001;
    transition: opacity 0.2s ease-in-out;
    /* display: none;
        opacity: 0; */
  }

  .header-logo.visible {
    display: block;
    opacity: 1;
  }

  /* ハンバーガーモーダル */
  .header-text1 {
    font-size: 16px;
    /* padding: 0 20px; */
    margin: 0;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    color: #44392c;
  }

  .header-icon1 {
    width: 10px;
    margin: 0 5px 0 0;
  }

  .header-modal {
    position: fixed;
    top: 50px;
    right: -100%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: right 0.3s ease-in-out;
    z-index: 1000;
    overflow-y: auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    padding: 15px 20px;
    box-sizing: border-box;
    /* box-shadow: 0px 1px 6px #00000029; */
  }

  .header-modal.is-active {
    right: 0;
    display: flex;
  }

  .header-ul {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .header-img1 {
    margin: 0 15px 0 0;
    padding: 20px 0 0 0;
  }

  .header-li {
    width: 100%;
    border-bottom: 1px solid #c7b299;
    padding: 20px 0;
    margin: 0;
    border-right: none;
  }
  /* ハンバーガーボタン */
  .ham-btn {
    width: 50px;
    height: 50px;
    border: none;
    background: #ff7bac 0% 0% no-repeat padding-box;
    position: relative;
    cursor: pointer;
    z-index: 1001;
    margin: 0;
  }
  .ham-btn span {
    position: absolute;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: all 0.3s ease;
  }

  .ham-btn span:nth-of-type(1) {
    width: 30px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
  }

  .ham-btn span:nth-of-type(2) {
    width: 30px;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
  }

  .ham-btn.is-active span:nth-of-type(1),
  .ham-btn.is-active span:nth-of-type(2) {
    width: 30px;
    left: 10px;
    top: 25px;
    transform: rotate(45deg);
    transform-origin: center;
  }

  .ham-btn.is-active span:nth-of-type(2) {
    transform: rotate(-45deg);
  }

  body.no-scroll {
    overflow: hidden;
  }
}
/* 共通 スクロール位置 見出し */
#message,
#information,
#medical,
#message,
#features,
#news,
#access {
  scroll-margin-top: 130px;
}

.common-h2 {
  font-family: "RocknRoll One";
  text-align: center;
  font-size: 32px;
  color: #44392c;
  margin: 0 0 10px 0;
  text-decoration: none;
  position: relative;
  line-height: 1;
}

.common-h2-en {
  font-family: "RocknRoll One";
  text-align: center;
  font-size: 16px;
  margin: 0 0 40px 0;
  color: #ff7bac;
  text-decoration: none;
  position: relative;
}

.common-h3 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #ff7bac;
  text-decoration: none;
}

.common-text1 {
  text-decoration: none;
  font-size: 16px;
  color: #44392c;
  margin: 0 0 20px 0;
}

.common-text1._center {
  text-align: center;
}

.common-text1._bold {
  font-weight: 700;
}

.common-text1._last {
  margin: 0;
}

@media screen and (max-width: 960px) {
  #message,
  #information,
  ##medical,
  #message,
  #features,
  #news,
  #access {
    scroll-margin-top: 50px;
  }

  .common-h2 {
    font-size: 28px;
  }
}

/* 共通 ボタン */
.btn-wrapper1 {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0 0 0;
}

.btn-more1 {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: none;
  border: none;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  background: #ff7bac 0% 0% no-repeat padding-box;
  border-radius: 30px;
  max-width: 210px;
  width: 100%;
  padding: 13px 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.btn-more1:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0.9;
  color: #fff;
}

.btn-icon1 {
  width: 9px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

@media screen and (max-width: 960px) {
  .btn-wrapper1 {
    margin: 20px 0 0 0;
  }

  .btn-more1 {
    font-size: min(4.267vw, 16px);
  }
}
/* 共通 index single archive 404 */
._minheight {
  min-height: 50vh;
}

.non-text {
  text-align: center;
  font-size: 16px;
  margin: 0;
}

/* 共通 カテゴリー */
.cat-ul,
.tag-cat-ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin: 0 0 5px 0;
}

.tag-cat-ul {
  margin: 0 0 20px 0;
  gap: 0.5rem;
}

.cat-li {
  width: fit-content;
}

.cat-link {
  font-weight: 700;
  font-size: 16px;
  color: #ff7bac !important;
  text-decoration: none;
}

.tag-cat-link {
  font-size: 18px;
  text-decoration: none;
  font-weight: 700;
  padding: 4px 12px;
  box-sizing: border-box;
  background: #ff7bac 0% 0% no-repeat padding-box;
  border-radius: 5px;
  color: #fff;
}

@media screen and (max-width: 960px) {
  .cat-link {
  }

  .tag-cat-link {
    font-size: 12px;
  }
}

/* fv */
.fv {
  position: relative;
  background: #fff5f5 0% 0% no-repeat padding-box;
}

@media screen and (max-width: 960px) {
}

/* news */
.news {
  content: "";
  background-image: url("../img/news-bg-pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 54.167vw;
  position: relative;
}
.news-h2 {
  font-family: "RocknRoll One";
  text-align: center;
  font-size: min(2.667vw, 48px);
  color: #44392c;
  margin: 0 0 0.417vw 0;
}

.news-h2-en {
  font-family: "RocknRoll One";
  text-align: center;
  font-size: min(1.333vw, 18px);
  color: #ff7bac;
  margin: 0;
}
.news-board {
  width: 55vw;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 14.583vw;
}

.news-block {
  align-items: center;
  display: flex;
  border-bottom: 1px solid #c7b299;
  padding: 0.833vw 0;
}

.news-text1 {
  width: 15.4%;
  text-decoration: none;
  font-size: 1.5vw;
  color: #44392c;
  margin: 0;
}

.news-text2 {
  width: 84.6%;
  text-decoration: none;
  font-weight: 700;
  font-size: 1.5vw;
  color: #44392c;
  margin: 0;
}

.news-text1._page02,
.news-text2._page02 {
  font-size: 18px;
}

.news-link-wrapper1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.news-link1 {
  text-decoration: none;
  font-weight: 700;
  font-size: 1.333vw;
  color: #ff7bac;
  margin: 0.833vw 0 0 0;
}

@media screen and (max-width: 960px) {
  .news {
    background-image: url("../img/news-bg-sp.png");
    min-height: 200.8vw;
  }
  .news-h2 {
    font-size: min(7.467vw, 28px);
    margin: 0 0 2.667vw 0;
  }
  .news-h2-en {
    font-size: min(4.267vw, 16px);
  }
  .news-board {
    width: 69.333vw;
    top: 40vw;
  }

  .news-block {
    flex-wrap: wrap;
    padding: 2.133vw 0;
  }

  .news-text1,
  .news-text2 {
    width: 100%;
    font-size: 4.267vw;
  }
  .news-link1 {
    font-size: 4.267vw;
    margin: 2.667vw 0 0 0;
  }
}

/* information */
.information {
  margin: -1px 0 0 0;
  background: #b2e69b 0% 0% no-repeat padding-box;
}

.information-area {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: min(1.667vw, 20px);
  box-sizing: border-box;
}

.information-block {
  display: flex;
  align-items: center;
  border-top: 1px solid #f8c8d4;
  padding: 20px 0;
}

.information-block:nth-child(1) {
  border-top: none;
}

.information-img1 {
  width: 20px;
  margin: 0 5px 0 0;
}

.information-text1 {
  font-size: 18px;
  font-weight: 700;
  color: #44392c;
  text-decoration: none;
}

@media screen and (max-width: 960px) {
}

/* medical */
.medical {
  background: #fff5f5 0% 0% no-repeat padding-box;
  position: relative;
}

.medical-area {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2rem;
  margin: 0 0 50px 0;
}

.medical-block {
  text-decoration: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: min(1.25vw, 15px) min(2vw, 24px) min(4.167vw, 50px) min(2vw, 24px);
  box-sizing: border-box;
  aspect-ratio: 1/1;
  z-index: 1;
}

.medical-img1 {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.medical-text1 {
  position: relative;
  margin: 0;
  text-align: center;
  font-weight: 700;
  font-size: min(1.5vw, 22px);
  color: #44392c;
  z-index: 1;
}

@media screen and (max-width: 960px) {
  .medical-area {
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
  }

  .medical-block {
    padding: min(4vw, 15px) min(4vw, 15px) min(12vw, 45px) min(4vw, 15px);
  }

  .medical-text1 {
    font-size: min(4.8vw, 18px);
  }
}

/* features */
.features {
  content: "";
  background-image: url("../img/features-bg-pc.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.features-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin: 0 0 50px 0;
}

.features-h3 {
  margin: 0;
}

.features-icon1 {
  width: 60px;
}

@media screen and (max-width: 960px) {
  .features {
    background-image: url("../img/features-bg-sp.png");
  }

  .features-block {
    grid-template-columns: 1fr;
  }
}

/* message */
.message {
  content: "";
  background-image: url("../img/message-bg-pc.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  min-height: 60vw;
}

.heading._message {
  padding-top: 0;
}

.message-block {
  position: relative;
  margin: 0 0 4.167vw 0;
}

.message-content {
  width: min(33.33vw, 400px);
  position: absolute;
  top: min(13.167vw, 158px);
  left: min(7.167vw, 86px);
}

.message-h3 {
  text-align: center;
  font-weight: 700;
  font-size: min(2.5vw, 30px);
  margin: 0 0 min(0.833vw, 10px) 0;
  color: #ff7bac;
}

.message-text1 {
  font-size: min(1.333vw, 16px);
  margin: 0;
}

.btn-wrapper1._message {
  margin-top: min(0.833vw, 10px);
}

@media screen and (max-width: 960px) {
  .message {
    background-image: url("../img/message-bg-sp.png");
  }
  .message-content {
    width: min(69.792vw, 335px);
    position: absolute;
    top: min(65.625vw, 315px);
    left: 50%;
    transform: translateX(-50%);
  }

  .message-h3 {
    font-size: min(5.833vw, 28px);
    margin: 0 0 min(2.083vw, 10px) 0;
  }

  .message-text1 {
    font-size: min(4.167vw, 20px);
  }

  .btn-wrapper1._message {
    margin-top: min(2.5vw, 12px);
  }
}

/* youtube */
.youtube-wrapper {
  width: 89%;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 10px;
}

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

.youtube-block {
  width: 89%;
  margin: 0 auto;
}

@media screen and (max-width: 960px) {
}

/* access */
.access {
  margin: -1px 0 0 0;
  background: #b2e69b 0% 0% no-repeat padding-box;
}

.access-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.access-img1 {
  width: 63px;
  margin: 0 auto 5px auto;
}

.access-h3 {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  color: #44392c;
  margin: 0 0 10px 0;
}

.access-h3 ._pink {
  color: #ff7bac;
}

.access-wrapper {
  background: #ffffff 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: min(0.833vw, 10px);
  box-sizing: border-box;
  margin: 0 0 20px 0;
}

.access-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #98836a;
}

.access-table th,
.access-table td {
  border: 1px solid #98836a;
  height: 33.33px;
}

.access-table thead th {
  background: #c7b299 0% 0% no-repeat padding-box;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
}

.access-table tbody th {
  width: 12.5%;
  background: #f9f6f4 0% 0% no-repeat padding-box;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #65535e;
  line-height: 1;
}

.access-table tbody td {
  width: 12.5%;
  background: #f9f6f4 0% 0% no-repeat padding-box;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  color: #ff7bac;
}

.access-table tbody td._holiday {
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #c7b299;
}

.access-table tbody td._square {
  font-size: 20px;
  color: #98836a;
}

.access-text-wrapper {
  display: flex;
  margin: 8px 0 0 0;
}

.access-text1 {
  display: flex;
  align-items: start;
  font-size: 14px;
  font-weight: 700;
  margin: 0;
  color: #98836a;
}

.access-text1 ._holiday {
  font-size: 16px;
  color: #c7b299;
}

.access-right {
}

.access-h4 {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #44392c;
}

.access-text2 {
  font-size: 18px;
  margin: 0 0 20px 0;
  line-height: 1.5;
  color: #44392c;
}

.access-text2._last {
  margin: 0;
}

.access-text2 ._bold {
  font-weight: 700;
  color: #44392c;
}

.access-img2 {
  margin: 0 0 20px 0;
}

@media screen and (max-width: 960px) {
  .access-area {
    grid-template-columns: 1fr;
  }

  .access-table thead th._holiday {
    font-size: 8px;
  }

  .access-table tbody th {
    font-size: 10px;
  }

  .access-wrapper {
    padding: min(2.667vw, 10px);
  }

  .access-text2 {
    display: inline;
  }
}

/* footer */
.footer {
  margin: -1px 0 0 0;
  background: #b2e69b 0% 0% no-repeat padding-box;
}
.footer-text1 {
  text-align: center;
  font-size: 14px;
  margin: 0;
  color: #44392c;
}

.arrow-fixed {
  position: fixed;
  height: auto;
  right: 10px;
  bottom: 10px;
  z-index: 13;
}

.arrow-link {
  width: 103px;
  height: auto;
}

@media screen and (max-width: 960px) {
  .footer-heading {
    padding: 20px min(5.333vw, 20px);
    display: block;
  }
  .footer-cta {
    position: fixed;
    bottom: 0;
    display: flex !important;
    width: 100%;
    height: 50px;
  }

  .footer-text1 {
    font-size: 12px;
  }

  .arrow-fixed {
    bottom: 90px;
  }

  .cta-fixed {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 80px;
    z-index: 999;
  }

  .cta-fixed-btn1 {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ff7bac 0% 0% no-repeat padding-box;
  }

  .cta-fixed-under {
    display: flex;
  }

  .cta-fixed-btn2 {
    width: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #98836a 0% 0% no-repeat padding-box;
  }

  .cta-fixed-btn3 {
    width: 50%;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #c7b299 0% 0% no-repeat padding-box;
  }

  .cta-fixed-img1 {
    max-width: 180px;
    width: 50%;
  }
  .cta-fixed-img2 {
    max-width: 120px;
    width: 50%;
  }
}

/* page02 common */
.page02 {
  background: #ffffff 0% 0% no-repeat padding-box;
}

.fv2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  content: "";
  background-image: url("../img/fv2-bg-pc.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  height: min(16.667vw, 300px);
}

.fv2-h1 {
  font-family: "RocknRoll One";
  text-align: center;
  font-size: 30px;
  letter-spacing: 3.6px;
  color: #44392c;
  margin: 0;
}

.archive-common-block {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}

.archive-common-text1 {
  text-decoration: none;
  font-size: 16px;
  color: #333;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.archive-common-text1._date {
  width: 100%;
  margin: 0 0 5px 0;
}

/* page02 page03 パンくずリスト */
#crumbs {
  position: relative;
}

.crumbs {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.crumbs::-webkit-scrollbar {
  display: none;
}

.crumbs-link {
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
  color: #ff7bac;
}

.crumbs-separator {
  margin: 0 8px;
  color: #44392c;
}

.crumbs-current {
  font-size: 16px;
  color: #44392c;
}

@media screen and (max-width: 960px) {
}

/* page02 ページネーション */
.pagenum-area {
  display: flex;
  justify-content: center;
  margin: 30px 0 0 0;
}
.pagenum {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 1rem;
}
.pagenum li {
  padding: 0;
  margin: 0;
}
.pagenum li a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff5f5 0% 0% no-repeat padding-box;
  text-align: center;
  border-radius: 50%;
  text-decoration: none;
  color: #ff7bac;
  font-size: 16px;
  width: 45px;
  height: 45px;
}

.pagenum li a:hover,
.pagenum li a.current,
.pagenum li a.active {
  background: #ff7bac 0% 0% no-repeat padding-box;
  color: #fff;
}

.pagenum li a.current,
.pagenum li a.active {
  cursor: default;
}

@media screen and (max-width: 960px) {
  .pagenum li a {
    width: 40px;
    height: 40px;
  }
}

/* page03 common */
.detail {
  color: #333333;
  font-size: 16px;
}

.single-thumbnail {
  width: 80%;
  margin: 0 auto 20px auto;
}

.detail-text1 {
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #44392c;
}

.detail-img1 {
  width: 80%;
  margin: 0 auto 40px auto;
}
.single-h1 {
  display: flex;
  align-items: center;
}

.detail h1 {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 2.88px;
  color: #65535e;
  padding: 0 0 30px 0;
  margin: 0 0 80px 0;
  border-bottom: 2px solid #f9aadc;
}

.detail-common-area h2,
.common-archive-h2 {
  font-family: "RocknRoll One";
  font-size: 30px;
  text-align: center;
  letter-spacing: 4.5px;
  color: #44392c;
  padding: 0 0 20px 0;
  margin: 0 0 40px 0;
  position: relative;
}

.detail-common-area h2::before,
.common-archive-h2::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  background-image: url("../img/greeting-section.png");
  width: 56px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.detail-common-area img {
  margin: 0 0 20px 0;
}
.detail-common-area h3 {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.48px;
  color: #44392c;
  padding: 0 0 0 20px;
  margin: 0 0 40px 0;
}

.detail-common-area h3::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 3px solid #ff7bac;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 10px;
}

.detail-common-area h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 40px 0;
  color: #ff7bac;
  border: 1px solid #ff7bac;
  border-radius: 5px;
  padding: 10px;
  box-sizing: border-box;
}
.detail-common-area p {
  font-size: 16px;
  margin: 0 0 40px 0;
  color: #333;
}
.detail-common-area a {
  font-size: 16px;
  color: #ff7bac;
  margin: 0 0 40px 0;
}

.detail-common-area ul {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0;
}
.detail-common-area ul li {
  font-size: 16px;
  color: #333;
  margin: 0 0 10px 0;
  position: relative;
  padding: 0 0 0 18px;
  line-height: 24px;
}
.detail-common-area ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  display: inline-block;
  background-color: #ff7bac;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
}

@media screen and (max-width: 960px) {
  .fv3 {
    height: 100px;
  }

  .single-cta {
    padding: 30px min(5.333vw, 20px);
    box-sizing: border-box;
  }

  .single-cta-text1 {
    font-size: 16px;
  }
}

/* 下層ボタン */
.wp-block-buttons .wp-block-button__link {
  color: #fff;
  background-color: #98836a;
}
/* フッター文頭 */
.label-start {
  display: inline-block;
  width: 5em; 
}
.footer-tel-text {
    font-size: 18px;
    color: #44392c;
    margin-top: 0;
}
.mb-0 {
    margin-bottom: 0;
}

/* フッター調整 */
.footer-link-text {
  font-family: "M PLUS Rounded 1c";
  font-weight: 700;
  color: #44392c;
}