@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Source+Serif+Pro:wght@300;400;600&display=swap");
@-webkit-keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: translate(-50%, -50%) scale(0);
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.delay-02 {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}

.delay-04 {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

.delay-05 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-06 {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.delay-08 {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.delay-10 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-15 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.delay-20 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

.delay-25 {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

.delay-30 {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}

.delay-40 {
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}

.delay-50 {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.delay-60 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}

@-webkit-keyframes fadeInLeft100_op {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft100_op {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft100_op {
  -webkit-animation-name: fadeInLeft100_op;
          animation-name: fadeInLeft100_op;
}

@-webkit-keyframes fadeInRight100_op {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight100_op {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight100_op {
  -webkit-animation-name: fadeInRight100_op;
          animation-name: fadeInRight100_op;
}

@-webkit-keyframes fadeInLeft100 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes fadeInLeft100 {
  0% {
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.fadeInLeft100 {
  -webkit-animation-name: fadeInLeft100;
          animation-name: fadeInLeft100;
}

@-webkit-keyframes fadeInRight100 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}

@keyframes fadeInRight100 {
  0% {
    transform: translate3d(100%, 0, 0);
  }
  100% {
    transform: translateZ(0);
  }
}
.fadeInRight100 {
  -webkit-animation-name: fadeInRight100;
          animation-name: fadeInRight100;
}

@-webkit-keyframes fadeInUp100_op {
  0% {
    opacity: 0;
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp100_op {
  0% {
    opacity: 0;
    transform: translateY(1000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp100_op {
  -webkit-animation-name: fadeInUp100_op;
          animation-name: fadeInUp100_op;
}

/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
/* RESET */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html {
  color: #000;
  background: #fff;
  word-break: break-all;
}

body {
  background: #fff;
  overflow-x: hidden;
}

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

p {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

main {
  display: block;
}

@media only screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    transition: 0.3s ease-in-out;
  }
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
  body {
    position: relative;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  .pc {
    display: none !important;
  }
}
html {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-size: 10px;
}
@media only screen and (min-width: 768px) {
  html {
    font-size: 0.8333333333vw;
  }
}
@media (min-width: 1200px) {
  html {
    font-size: 10px;
  }
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #4a4242;
  box-sizing: border-box;
  letter-spacing: 0;
  position: relative;
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  body {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 1.4rem;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 767px) {
  html.is-fixed body {
    height: 100%;
    overflow: hidden;
  }
}
.all-mask.active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 100;
}

.all_svg {
  display: none;
}

.ib-span {
  display: inline-block;
}

.sp-br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .sp-br {
    display: block;
  }
}

.pc-br {
  display: block;
}
@media only screen and (max-width: 767px) {
  .pc-br {
    display: none;
  }
}

.common-section-title h2 {
  font-size: 4rem;
  font-family: "Source Serif Pro", serif;
  margin-bottom: 1rem;
  font-weight: 400;
}
.top-sec01__title .common-section-title h2 {
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .common-section-title h2 {
    font-size: 3rem;
    margin-bottom: 0.5rem;
  }
}
.common-section-title p {
  font-size: 2rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .common-section-title p {
    font-size: 1.6rem;
  }
}

.menu-page-title {
  width: 100%;
  height: 200px;
  background: #EAE5E2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 400;
  margin-bottom: 3.4rem;
}
@media only screen and (max-width: 767px) {
  .menu-page-title {
    height: 125px;
  }
}
.menu-page-title__num {
  font-size: 2rem;
  font-family: "Roboto", sans-serif;
  margin-bottom: 1rem;
}
.menu-page-title h1 {
  font-size: 3.6rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .menu-page-title h1 {
    font-size: 2.6rem;
  }
}

.menu-sec-title {
  text-align: center;
}
.menu-sec-title h2 {
  font-size: 4rem;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .menu-sec-title h2 {
    font-size: 2.2rem;
  }
}

.common-button01 a {
  width: 41.6rem;
  height: 7rem;
  background: #cfbdbb;
  border-radius: 3.5rem;
  border: 1px solid #cfbdbb;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  text-align: center;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .common-button01 a {
    width: auto;
    height: 6rem;
    border-radius: 3rem;
  }
}
.common-button01 a span {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .common-button01 a span {
    font-size: 1.6rem;
  }
}
.common-button01 a:hover {
  background: #fafafa;
  color: #cfbdbb;
}

.top-sec03-item {
  border-bottom: 1px solid #4a4242;
}
.top-sec03-item:first-of-type {
  border-top: 1px solid #4a4242;
}

.top-sec03-item-content {
  background: #fafafa;
}
.top-sec03-item-content .wrap {
  display: flex;
  align-items: center;
  -moz-column-gap: 4.5rem;
       column-gap: 4.5rem;
  padding: 1rem 3rem;
  position: relative;
  padding-right: 9rem;
}
@media only screen and (max-width: 767px) {
  .top-sec03-item-content .wrap {
    padding: 1rem 0;
    padding-right: 5rem;
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
}
.top-sec03-item-content__image {
  width: 6rem;
  height: 6rem;
  background: #cfbdbb;
  font-size: 2.5rem;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .top-sec03-item-content__image {
    width: 4rem;
    height: 4rem;
    font-size: 1.8rem;
  }
}
.top-sec03-item-content__text {
  flex: 1;
}
.top-sec03-item-content__text p {
  font-size: 1.8rem;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .top-sec03-item-content__text p {
    font-size: 1.4rem;
  }
}
.top-sec03-item-content__button {
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  background: #cfbdbb;
  border-radius: 50%;
}
@media only screen and (max-width: 767px) {
  .top-sec03-item-content__button {
    right: 0;
  }
}
.top-sec03-item-content__button span {
  width: 2rem;
  height: 0.2rem;
  background: #4a4242;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .top-sec03-item-content__button span {
    width: 1.6rem;
    height: 0.1rem;
  }
}
.top-sec03-item-content__button span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(450deg);
}
.top-sec03-item-content__button.active span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(180deg);
}

.top-sec03-item-content.answer {
  border-top: 1px solid #4a4242;
  display: none;
  background: #fff;
}
.top-sec03-item-content.answer .top-sec03-item-content__image {
  background: #fff;
  border: 1px solid #cfbdbb;
  color: #cfbdbb;
}

.top-sec04 {
  margin-bottom: 7.1rem;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .top-sec04 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
.top-sec04__title {
  margin-bottom: 6.6rem;
}
@media only screen and (max-width: 767px) {
  .top-sec04__title {
    margin-bottom: 1.5rem;
  }
}
.top-sec04 .top-sec04-contents__posts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 44.5rem;
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
  row-gap: 3.5rem;
  margin-bottom: 6.6rem;
}
@media only screen and (max-width: 767px) {
  .top-sec04 .top-sec04-contents__posts {
    display: block;
    margin-bottom: 4rem;
  }
}
.top-sec04 .top-sec04-item {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: block;
  transition: all 0.4s ease;
}
@media only screen and (max-width: 767px) {
  .top-sec04 .top-sec04-item {
    margin-bottom: 3rem;
  }
}
.top-sec04 .top-sec04-item__image {
  width: 100%;
  height: 26.5rem;
  position: relative;
  overflow: hidden;
}
.top-sec04 .top-sec04-item__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.4s ease;
}
.top-sec04 .top-sec04-item__category {
  width: 14.5rem;
  height: 6rem;
  font-size: 2.6rem;
  background: #EAE5E2;
  border-radius: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
  margin-left: 1.5rem;
  margin-top: -3rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .top-sec04 .top-sec04-item__category {
    width: 12rem;
    height: 5rem;
    margin-top: -2.5rem;
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
}
.top-sec04 .top-sec04-item__title {
  padding: 0 1.5rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .top-sec04 .top-sec04-item__title {
    margin-bottom: 1rem;
  }
}
.top-sec04 .top-sec04-item__title h3 {
  font-size: 1.8rem;
  line-height: 1.33;
}
@media only screen and (max-width: 767px) {
  .top-sec04 .top-sec04-item__title h3 {
    font-size: 1.4rem;
  }
}
.top-sec04 .top-sec04-item__date {
  font-size: 1.5rem;
  padding: 0 1.5rem;
}
@media only screen and (max-width: 767px) {
  .top-sec04 .top-sec04-item__date {
    font-size: 1.2rem;
    padding-bottom: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .top-sec04 .top-sec04-item:nth-of-type(4), .top-sec04 .top-sec04-item:nth-of-type(5), .top-sec04 .top-sec04-item:nth-of-type(6) {
    display: none;
  }
}
.top-sec04 .top-sec04-item:hover {
  opacity: 0.8;
}
.top-sec04 .top-sec04-item:hover .top-sec04-item__image img {
  transform: scale(1.15, 1.15);
}

.page-numbers {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .page-numbers {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }
}
.page-numbers li {
  width: 3.5rem;
  height: 3.5rem;
  border: 1px solid #4a4242;
}
.page-numbers li a, .page-numbers li span {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4a4242;
}

.menu-sec11-contents-item {
  margin-bottom: 12rem;
}
@media only screen and (max-width: 767px) {
  .menu-sec11-contents-item {
    margin-bottom: 3rem;
  }
}
.menu-sec11-contents-item__images {
  display: flex;
  margin-bottom: 6rem;
}
@media only screen and (max-width: 767px) {
  .menu-sec11-contents-item__images {
    margin-bottom: 1.5rem;
  }
}
.menu-sec11-contents-item .menu-sec11-item-image {
  width: 50%;
}
.menu-sec11-contents-item .menu-sec11-item-image__text {
  width: 100%;
  height: 8.3rem;
  font-size: 2rem;
  color: #fff;
  background: #4a4242;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .menu-sec11-contents-item .menu-sec11-item-image__text {
    height: 4rem;
  }
}
.menu-sec11-contents-item .menu-sec11-item-image__image {
  width: 100%;
  height: 43.7rem;
  background: #f5f5f5;
}
@media only screen and (max-width: 767px) {
  .menu-sec11-contents-item .menu-sec11-item-image__image {
    height: 33.5vw;
  }
}
.menu-sec11-contents-item .menu-sec11-item-image__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.menu-sec11-contents-item .menu-sec11-item-image:nth-of-type(2) .menu-sec11-item-image__text {
  background: #cfbdbb;
  color: #4a4242;
}
.menu-sec11-contents-item__content, .menu-sec11-contents-item__price {
  margin-bottom: 5rem;
}
@media only screen and (max-width: 767px) {
  .menu-sec11-contents-item__content, .menu-sec11-contents-item__price {
    margin-bottom: 2rem;
  }
}
.menu-sec11-contents-item__content dl, .menu-sec11-contents-item__price dl {
  display: flex;
  -moz-column-gap: 2.8rem;
       column-gap: 2.8rem;
}
@media only screen and (max-width: 767px) {
  .menu-sec11-contents-item__content dl, .menu-sec11-contents-item__price dl {
    display: block;
  }
}
.menu-sec11-contents-item__content dl dt, .menu-sec11-contents-item__price dl dt {
  width: 27.6rem;
  background: #cfbdbb;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.5rem;
  line-height: 1.35;
  padding: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .menu-sec11-contents-item__content dl dt, .menu-sec11-contents-item__price dl dt {
    font-size: 1.8rem;
    width: 100%;
    padding: 0.5rem;
  }
}
.menu-sec11-contents-item__content dl dd, .menu-sec11-contents-item__price dl dd {
  flex: 1;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #cfbdbb;
  line-height: 1.35;
  font-size: 2rem;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .menu-sec11-contents-item__content dl dd, .menu-sec11-contents-item__price dl dd {
    font-size: 1.4rem;
    width: 100%;
    border-bottom: none;
    padding: 1rem 0;
  }
}
.menu-sec11-contents-item__price {
  margin-bottom: 0;
}

.search-result-head {
  margin-bottom: 3rem;
}
.search-result-head__title {
  font-size: 2rem;
  font-weight: 400;
  margin-bottom: 1rem;
}
.search-result-head__total {
  font-size: 2rem;
  font-weight: 400;
}

.header {
  height: 80px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: rgba(234, 229, 226, 0.8);
}
.header__inner {
  max-width: 1420px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  padding-inline: 9.24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 60px;
    padding: 0;
  }
  .header .header-right__nav .header-nav-items.pc,
  .header .header-right__sns.pc,
  .header .header-right__contact.pc,
  .header-contact.pc {
    display: none !important;
  }
  .header .header-right__sp-nav.sp,
  .header .header-right__hb-btn.sp {
    display: flex !important;
  }
}
.header__logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  text-decoration: none;
}
.header__logo-mark {
  height: 6rem;
  width: auto;
  display: block;
}
.header__logo-text {
  height: 4rem;
  width: auto;
  display: block;
}
@media only screen and (max-width: 767px) {
  .header__logo {
    gap: 0;
    margin-right: 0;
  }
  .header__logo-mark {
    height: 4rem;
  }
  .header__logo-text {
    display: none;
  }
}
.header__right {
  display: flex;
  align-items: center;
}
.header .header-right__sp-nav ul {
  display: flex;
}
.header .header-right__sp-nav ul li a {
  display: block;
  width: 7.5rem;
  height: 6rem;
  background: #cfbdbb;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.header .header-right__sp-nav ul li a span {
  display: block;
}
.header .header-right__sp-nav ul li a span:first-of-type {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}
.header .header-right__sp-nav ul li:nth-of-type(2) a {
  background: #06c755;
  width: 8rem;
}
.header .header-right__sp-nav ul li:nth-of-type(3) a {
  background: #4a4242;
  width: 8rem;
}
.header .header-right__hb-btn {
  align-items: center;
  display: block;
}
.header .header-right__nav {
  margin-right: 18px;
}
@media only screen and (max-width: 767px) {
  .header .header-right__nav {
    position: fixed;
    width: 32rem;
    height: calc(100vh - 60px);
    background: #EAE5E2;
    top: 60px;
    left: 0;
    z-index: 80;
    transform: translateX(-100%);
    transition: all 0.4s ease;
    background: #cfbdbb;
    overflow-y: scroll;
  }
}
.header .header-right__nav .header-nav-items {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .header .header-right__nav .header-nav-items {
    display: block;
    margin-bottom: 2rem;
  }
}
.header .header-right__nav .header-nav-items .header-nav-item-wrap {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .header .header-right__nav .header-nav-items .header-nav-item-wrap {
    border-bottom: 1px solid #fff;
  }
  .header .header-right__nav .header-nav-items .header-nav-item-wrap:first-of-type {
    border-top: 1px solid #fff;
  }
}
.header .header-right__nav .header-nav-items .header-nav-item-wrap .header-nav-item {
  display: inline-block;
  padding: 1rem 1.9rem;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .header .header-right__nav .header-nav-items .header-nav-item-wrap .header-nav-item {
    height: 4.5rem;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .header .header-right__nav .header-nav-items .header-nav-item-wrap .header-nav-item span {
    display: inline-block;
  }
  .header .header-right__nav .header-nav-items .header-nav-item-wrap .header-nav-item span:first-of-type {
    margin-right: 2rem;
    width: 8rem;
  }
  .header .header-right__nav .header-nav-items .header-nav-item-wrap .header-nav-item span.arrow {
    margin-left: 3rem;
  }
}
.header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav {
  width: 100vw;
  position: absolute;
  height: 16.5rem;
  top: 2.8rem;
  padding: 3rem 0;
  display: none;
}
@media only screen and (max-width: 767px) {
  .header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav {
    position: relative;
    width: 100%;
    top: 0;
    height: initial;
    padding: 0;
  }
}
.header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav__wrap {
  height: 100%;
  display: flex;
  background: #fafafa;
}
@media only screen and (max-width: 767px) {
  .header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav__wrap {
    display: block;
  }
}
.header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav .header-subnav-items-head {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav .header-subnav-items-head {
    height: initial;
  }
}
.header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav .header-subnav-items-head a {
  width: 23.4rem;
  height: 100%;
  background: #cfbdbb;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav .header-subnav-items-head a {
    width: 100%;
    padding: 1rem 2rem;
    background: #4a4242;
    justify-content: flex-start;
  }
}
.header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav .header-subnav-items-head a:hover {
  background: #4a4242;
}
.header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav .header-subnav-items {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav .header-subnav-items {
    display: block;
  }
}
.header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav .header-subnav-items li a {
  display: inline-block;
  padding: 1rem 2rem;
}
.header .header-right__nav .header-nav-items .header-nav-item-wrap .header-subnav .header-subnav-items li a:hover {
  background: #cfbdbb;
  color: #fafafa;
}
.header .header-right__nav .header-nav-items.pc .header-nav-item {
  transition: all 0.5s ease;
  font-size: 1.8rem;
  font-weight: 400;
  color: #4a4242;
}
@media only screen and (min-width: 768px) and (max-width: 1420px) {
  .header .header-right__nav .header-nav-items .header-nav-item-wrap .header-nav-item {
    padding: 1rem 0.8rem;
  }
  .header .header-right__nav .header-nav-items.pc .header-nav-item {
    font-size: 1.4rem;
  }
  .header .header-right__nav {
    margin-right: 8px;
  }
  .header .header-right__sns {
    margin-right: 8px;
  }
}
.header .header-right__nav .header-nav-items.pc .header-nav-item::before {
  content: "";
  width: 100%;
  height: 0.3rem;
  border-radius: 0.15rem;
  background: #cfbdbb;
  position: absolute;
  bottom: 0;
  left: 5%;
  transform: scaleX(0);
  transform-origin: left center;
  transition: all 0.5s ease;
}
.header .header-right__nav .header-nav-items.pc .header-nav-item:hover {
  color: #cfbdbb;
}
.header .header-right__nav .header-nav-items.pc .header-nav-item:hover::before {
  transform: scaleX(90%);
}
.header .header-right__nav .header-nav-items.pc .header-nav-item.current::before {
  transform: scaleX(90%);
}
.header .header-right__nav .header-nav-items.pc .header-nav-item.current.hide::before {
  transform: scaleX(0);
}
.header .header-right__nav .header-right-sp-nav-bottom__counseling {
  margin-bottom: 3rem;
}
.header .header-right__nav .header-right-sp-nav-bottom__counseling a {
  display: block;
  width: 27rem;
  padding: 1rem 2rem;
  background: #fff;
  margin: 0 auto;
}
.header .header-right__nav .header-right-sp-nav-bottom__counseling a:first-of-type {
  margin-bottom: 1.5rem;
}
.header .header-right__nav .header-right-sp-nav-bottom ul {
  display: flex;
  padding: 0 1rem;
}
.header .header-right__nav .header-right-sp-nav-bottom ul li a {
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .header .header-right__nav.active {
    transform: translateX(0);
  }
}
.header .header-right__sns {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-right: 16px;
}
.header .header-right__sns-icon {
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
}
.header .header-right__sns-icon:hover {
  opacity: 0.7;
}
.header-contact__tel {
  position: relative;
  display: inline-block;
  padding: 1.5rem 0.9rem 0.7rem 1.6rem;
  background-color: #cebdbb;
  border-radius: 0.5rem;
  text-decoration: none;
  min-width: 16rem;
  letter-spacing: 0.08em;
}
.header-contact__tel:hover {
  opacity: 0.85;
}
.header-contact__label {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0.3rem 1.7rem;
  background-color: #4A4242;
  color: #CEBDBB;
  font-size: 0.874rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border-radius: 2rem;
  white-space: nowrap;
}
.header-contact__label::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -0.2rem;
    transform: translateX(-50%);
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #4a4242;
}
.header-contact__body {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.header-contact__icon {
  display: flex;
  width: 1.2rem;
  height: 1.2rem;
}
.header-contact__icon .icon-phone {
  width: 100%;
  height: 100%;
}
.header-contact__number {
  white-space: nowrap;
  font-size: 1.6rem;
  color: #4a4242;
  font-family: "Palatino Linotype", "Palatino", serif;
}
.header-right__sns-icon .icon-sns {
  width: 2.8rem;
  height: 2.8rem;
}
.footer__tel .icon-phone {
  width: 24px;
  height: 24px;
}
.footer__sns-icon .icon-instagram,
.footer__sns-icon .icon-line {
  width: 4.2rem;
  height: 4.2rem;
}

.hamburger-btn {
  display: none;
}
@media (max-width: 900px) {
  .hamburger-btn {
    display: block;
  }
}
.hamburger-btn__inner {
  position: relative;
  cursor: pointer;
  width: 60px;
  height: 50px;
  border-radius: 5px;
  transition: all 0.4s ease;
}
.hamburger-btn__inner span {
  display: inline-block;
  transition: all 0.4s ease;
  position: absolute;
  left: 12px;
  height: 3px;
  border-radius: 2px;
  background: #4a4242;
  width: 36px;
}
.hamburger-btn__inner span:nth-of-type(1) {
  top: 14px;
}
.hamburger-btn__inner span:nth-of-type(2) {
  top: 24px;
}
.hamburger-btn__inner span:nth-of-type(3) {
  top: 34px;
}
.hamburger-btn__inner.active {
  transform: rotateY(-360deg);
}
.hamburger-btn__inner.active span:nth-of-type(1) {
  top: 18px;
  left: 10px;
  transform: translateY(6px) rotate(-135deg);
  width: 40px;
}
.hamburger-btn__inner.active span:nth-of-type(2) {
  opacity: 0;
}
.hamburger-btn__inner.active span:nth-of-type(3) {
  top: 30px;
  left: 10px;
  transform: translateY(-6px) rotate(135deg);
  width: 40px;
}

/* 診療時間テーブル */
.medical-hours__table {
  width: 100%;
  max-width: 70rem;
  margin-inline: auto;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  border: 1px solid #8d8585;
}
.medical-hours__table .medical-hours__cell {
  border-left-color: #8d8585;
  border-right-color: #8d8585;
}
.medical-hours__heading {
  width: 20%;
  padding: 1rem 0.5rem;
  border: 1px solid #8d8585;
  white-space: nowrap;
  background-color: #fff;
  color: #4a4242;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
}
.medical-hours__heading--dark {
  background-color: #4a4242;
  color: #fff;
  padding: 1rem 0.5rem;
}
.medical-hours__day {
  width: calc(80% / 7);
  padding: 1.55rem 0.4rem;
  border: 1px solid #8d8585;
  border-left-color: #fff;
  border-right-color: #fff;
  background-color: #4a4242;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: center;
  vertical-align: middle;
}
.medical-hours__day--dark {
  background-color: #4a4242;
  color: #fff;
}
.medical-hours__time {
  padding: 1rem 0.4rem;
  border: 1px solid #8d8585;
  border-left-color: #fff;
  border-right-color: #fff;
  background-color: #fff;
  color: #4a4242;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.medical-hours__cell {
  padding: 1.55rem 0.2rem;
  border: 1px solid #8d8585;
  border-left-color: #fff;
  border-right-color: #fff;
  background-color: #fff;
  color: #4a4242;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}
.medical-hours__accent {
  color: #c53a32;
}
@media only screen and (min-width: 768px) {
  .medical-hours__heading {
    padding: 4.1rem 3.8rem;
    font-size: 1.6rem;
  }
  .medical-hours__day {
    padding: 1.55rem 0.8rem;
    font-size: 1.6rem;
  }
  .medical-hours__time {
    padding: 1.4rem 0.8rem;
    font-size: 1.6rem;
  }
  .medical-hours__cell {
    padding: 1.55rem 0.6rem;
    font-size: 1.6rem;
  }
  .medical-hours__heading--dark {
    padding: 1.55rem 3.8rem;
  }
}

.footer {
  background: #4a4242;
  padding: 9.03rem 3rem 0;
}
.footer__top {
  display: flex;
  align-items: flex-start;
  gap: 45px;
  max-width: 1140px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.footer__logo {
  flex-shrink: 0;
  width: 32.5rem;
  margin-top: 9px;
  margin-left: 72px;
}
.footer__logo img {
  width: 100%;
}
.footer__nav-area {
  flex: 1;
  max-width: 632px;
}
.footer__nav-heading {
  color: #fff;
  font-size: 2.5rem;
  font-family: "Palatino Linotype", "Palatino", serif;
  letter-spacing: 0.06em;
  margin-bottom: 19px;
  display: flex;
  align-items: center;
  gap: 2rem;
}
.footer__nav-heading::after {
  content: "";
  flex: 1;
  height: 1px;
  background: rgba(255, 255, 255, 0.25);
  transform: translateY(-5px);
}
.footer__nav-cols {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.footer__nav-cols ul {
  flex: 1;
}
.footer__nav-cols ul li {
  margin-bottom: 12px;
}
.footer__nav-cols ul li a {
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.78;
  letter-spacing: 0.05em;
  text-decoration: none;
  opacity: 0.9;
  white-space: nowrap;
}
.footer__nav-cols ul li a:hover {
  opacity: 0.6;
}
.footer__info-bar {
  max-width: 108.9rem;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.7);
  padding: 3.1rem 6.6rem 3.4rem 6.6rem;
  display: flex;
  align-items: center;
}
.footer__tel {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 2.8rem;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-weight: bold;
  letter-spacing: 0.09em;
  white-space: nowrap;
  margin-top: 8px;
}
.footer__tel i {
  font-size: 1.6rem;
}
.footer__hours {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.7;
  max-width: 40rem;
  margin-left: 4.7rem;
}
.footer__hours span {
  display: block;
  word-spacing: 4px;
  white-space: nowrap;
}
.footer__hours span:last-child {
  margin-left: -13px;
}

.footer__reserve {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-left: 5.7rem;
  padding: 1.3rem 3.1rem 1.2rem 3.2rem;
  background: #4A4242;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.486rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
}
.footer__reserve:hover {
  opacity: 0.8;
}
.footer__sns {
  display: flex;
  gap: 1.1rem;
  margin-left: 2.4rem;
}
.footer__sns-icon {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.footer__sns-icon:hover {
  opacity: 0.7;
}
.footer__privacy {
  text-align: center;
  padding-bottom: 1rem;
}
.footer__privacy a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.2rem;
  text-decoration: none;
}
.footer__privacy a:hover {
  opacity: 0.6;
}
.footer__copy {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 8.2rem 8rem;
}
@media only screen and (max-width: 767px) {
  .footer {
    padding: 4rem 2rem 0;
  }
  .footer__top {
    flex-direction: column;
    gap: 3rem;
    padding-bottom: 3rem;
  }
  .footer__logo {
    width: 18rem;
    margin: 0 auto;
  }
  .footer__nav-area {
    width: 100%;
  }
  .footer__nav-heading {
    font-size: 1.8rem;
  }
  .footer__nav-cols {
    flex-wrap: wrap;
    gap: 0;
  }
  .footer__nav-cols ul {
    width: 50%;
  }
  .footer__nav-cols ul li a {
    font-size: 1.3rem;
    line-height: 2.4;
  }
  .footer__info-bar {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    padding: 2rem;
    margin-bottom: 2.5rem;
  }
  .footer__tel {
    font-size: 2.4rem;
    margin-top: 0;
  }
  .footer__hours {
    font-size: 1.2rem;
    text-align: center;
    margin-left: 0;
    max-width: none;
  }
  .footer__hours span:last-child {
    margin-left: 0;
  }
  .footer__reserve {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .footer__sns {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .footer__copy {
    font-size: 1.1rem;
  }
}

/* top-problem.css */
.top-problem__container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.top-problem__inner {
  padding: 0 20px;
  box-sizing: border-box;
}

.top-problem__text-wrap {
  max-width: 1140px;
  margin-inline: auto;
  position: relative;
  z-index: 3;
}

.top-problem__text {
  padding: 25px 0 24px;
  margin-left: 0;
}

.top-problem__heading {
  margin-bottom: 12px;
  color: #4a4242;
  font-family: "Palatino Linotype", "Palatino", serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 1.1;
  letter-spacing: 0.05em;
}

.top-problem__sub,
.top-problem__desc {
  margin-left: 0;
  color: #4a4242;
  font-family: "Noto Sans JP", sans-serif;
}

.top-problem__sub {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.top-problem__desc {
  font-size: 14px;
  font-weight: 500;
}

@media only screen and (min-width: 768px) {
  .top-problem__inner {
    max-width: 1440px;
    margin-inline: auto;
    padding: 0 68px;
  }

  .top-problem__text {
    padding: 87px 0 40px;
    margin-left: -24px;
  }

  .top-problem__heading {
    margin-bottom: 20px;
    font-size: 100px;
  }

  .top-problem__sub,
  .top-problem__desc {
    margin-left: 24px;
  }

  .top-problem__sub {
    margin-bottom: 17px;
  }

  .top-problem__desc {
    font-size: 16px;
  }
}

.top-problem__body {
  min-height: 379px;
}

.top-problem__figure {
  position: relative;
  min-height: 379px;
}

.top-problem__visual {
  position: absolute;
  top: 37%;
  left: 50%;
  right: auto;
  bottom: auto;
  width: 109%;
  height: 494px;
  transform: translate(-50%, -50%);
}

.top-problem__visual picture {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.top-problem__face {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform: none;
  object-fit: contain;
  object-position: center;
}

/* ボタン全体の基準箱 */
.top-problem__button-area {
  position: absolute;
  inset: 0;
  z-index: 3;
  max-width: 400px;
  margin-inline: auto;
}

/* ボタングループ共通 */
.top-problem__btn-group {
  position: absolute;
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 120px;
}

/* 左グループ：SP基準 */
.top-problem__btn-group--left {
  top: 36px;
  left: -11px;
}

/* 右グループ：SP基準 */
.top-problem__btn-group--right {
  top: 130px;
  right: -10px;
}

/* ボタン本体 */
.top-problem__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 35px;
  padding: 12px 17px 12px 16px;
  border-radius: 999px;
  background: #4a4242;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  transition: background 0.2s, color 0.2s;
}

/* 矢印 */
.top-problem__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background: url(../img/common/arrow_02.svg) center center / contain no-repeat;
  transition: 0.2s;
}

/* hover */
.top-problem__btn:hover {
  background: #fff;
  color: #3a3535;
  opacity: 1;
}

.top-problem__btn:hover::after {
  filter: invert(1) sepia(1) saturate(0) brightness(0.29);
}

/* SP / PC 出し分け */
.top-problem__btn--pc-only {
  display: none;
}

.top-problem__btn--sp-only {
  display: flex;
}

/* PC */
@media only screen and (min-width: 768px) {
  .top-problem__body {
    max-width: 1140px;
    min-height: 0;
    margin-inline: auto;
  }

  .top-problem__figure {
    min-height: 564px;
  }

  .top-problem__visual {
    top: -231px;
    left: auto;
    right: -148px;
    width: 1168px;
    height: 801px;
    transform: none;
  }

  .top-problem__face {
    object-position: center;
  }

  .top-problem__button-area {
    max-width: none;
    margin-inline: 0;
  }

  .top-problem__btn-group {
    gap: 24px;
    width: 196px;
  }

  .top-problem__btn-group--left {
    top: 53px;
    left: 13.95%;
  }

  .top-problem__btn-group--right {
    top: -48px;
    right: -5.4%;
  }

  .top-problem__btn {
    min-height: 58px;
    padding: 18px 40px 18px 24px;
    font-size: 16px;
  }

  .top-problem__btn::after {
    right: 16px;
    width: 8px;
    height: 14px;
  }

  .top-problem__btn--pc-only {
    display: flex;
  }

  .top-problem__btn--sp-only {
    display: none;
  }
}

/* 中間幅 */
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  .top-problem__visual {
    left: 50%;
    right: auto;
    width: 100%;
    transform: translateX(-50%);
  }

  .top-problem__face {
    top: 50%;
    left: 50%;
    width: 106%;
    height: auto;
    transform: translate(-50%, -50%);
  }

  .top-problem__btn-group--left {
    left: -4%;
  }

  .top-problem__btn-group--right {
    top: -24px;
  }

  .top-problem__button-area {
    max-width: 760px;
    margin-inline: auto;
  }
}

.top-sec05 {
  margin-bottom: 10rem;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .top-sec05 {
    padding: 0 20px;
    margin-bottom: 5rem;
  }
}
.top-sec05__title {
  margin-bottom: 6.6rem;
}
@media only screen and (max-width: 767px) {
  .top-sec05__title {
    margin-bottom: 1.5rem;
  }
}
.top-sec05__contents {
  padding: 2rem 20px 4.4rem;
  background: #EAE5E2;
}
@media only screen and (max-width: 767px) {
  .top-sec05__contents {
    padding: 2rem 15px 4rem;
  }
}
.top-sec05 .top-sec05-contents__please {
  margin-bottom: 3.5rem;
  font-size: 2rem;
  text-align: center;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .top-sec05 .top-sec05-contents__please {
    font-size: 1.6rem;
  }
}
.top-sec05 .top-sec05-contents__tel {
  margin-bottom: 5.5rem;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-sec05 .top-sec05-contents__button .common-button01 a span i {
  font-size: 3rem;
}
.top-sec05 .top-sec05-contents__button .common-button01 a span:nth-of-type(2) {
  margin-left: 1rem;
}
.top-sec05 .top-sec05-contents__button .common-button01:first-of-type {
  margin-bottom: 2rem;
}
.top-sec05 .top-sec05-contents-tel__icon {
  width: 9rem;
  height: 9rem;
  border-radius: 50%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .top-sec05 .top-sec05-contents-tel__icon {
    width: 7rem;
    height: 7rem;
  }
}
.top-sec05 .top-sec05-contents-tel__icon img {
  width: 5rem;
}
@media only screen and (max-width: 767px) {
  .top-sec05 .top-sec05-contents-tel__icon img {
    width: 4rem;
  }
}
.top-sec05 .top-sec05-contents-tel__text {
  width: 35rem;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .top-sec05 .top-sec05-contents-tel__text {
    width: initial;
  }
}
.top-sec05 .top-sec05-contents-tel__text--tel {
  font-size: 4rem;
  margin-bottom: 1rem;
  font-family: "Noto Serif JP", serif;
}
@media only screen and (max-width: 767px) {
  .top-sec05 .top-sec05-contents-tel__text--tel {
    font-size: 3rem;
  }
}
.top-sec05 .top-sec05-contents-tel__text--time {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .top-sec05 .top-sec05-contents-tel__text--time {
    font-size: 1.4rem;
  }
}

.top-sec06 {
  padding: 5rem 30px;
  background: #EAE5E2;
}
@media only screen and (max-width: 767px) {
  .top-sec06 {
    padding: 4rem 20px;
  }
}
.top-sec06__title {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 767px) {
  .top-sec06__title {
    margin-bottom: 1.5rem;
  }
}
.top-sec06__contents {
  display: flex;
  flex-direction: row-reverse;
  gap: 3rem;
}
@media only screen and (max-width: 767px) {
  .top-sec06__contents {
    display: block;
  }
}
.top-sec06 .top-sec06-contents__info {
  width: 70.1rem;
}
@media only screen and (max-width: 767px) {
  .top-sec06 .top-sec06-contents__info {
    width: 100%;
  }
}
.top-sec06 .top-sec06-contents__map {
  flex: 1;
  height: 37.7rem;
}
@media only screen and (max-width: 767px) {
  .top-sec06 .top-sec06-contents__map {
    width: 100%;
    margin-bottom: 1.5rem;
    height: 67vw;
  }
}
.top-sec06 .top-sec06-contents__map iframe {
  width: 100%;
  height: 100%;
  max-width: none;
}
.top-sec06 .top-sec06-contents-info__address {
  margin-bottom: 4rem;
}
@media only screen and (max-width: 767px) {
  .top-sec06 .top-sec06-contents-info__address {
    margin-bottom: 2rem;
  }
}
.top-sec06 .top-sec06-contents-info__address p {
  margin-bottom: 9px;
  text-decoration: none;
}
.top-sec06 .top-sec06-contents-info__address p:last-of-type {
  margin-bottom: 0;
}
.top-sec06 .top-sec06-contents-info__table {
  margin-bottom: 17px;
}
/* 共通テーブルスタイル */
.top-sec06 .top-sec06-contents-info__table table {
  width: 100%;
  border-collapse: collapse;
}
.top-sec06 .top-sec06-contents-info__table table tr {
  text-align: center;
}
.top-sec06 .top-sec06-contents-info__table table tr th,
.top-sec06 .top-sec06-contents-info__table table tr td {
  vertical-align: middle;
  line-height: 1.3;
}
.top-sec06 .top-sec06-contents-info__table table tr td {
  width: 5.1rem;
  height: 5.1rem;
  background: #fff;
}
@media only screen and (max-width: 767px) {
  .top-sec06 .top-sec06-contents-info__table table tr td {
    width: 4.5rem;
    height: 4.8rem;
  }
}

/* Table 1: 詳細時間テーブル */
.top-sec06 .table-detail {
  margin-bottom: 1.5rem;
}
.top-sec06 .top-sec06-contents-info__table .table-detail thead tr:first-child th,
.top-sec06 .top-sec06-contents-info__table .table-detail thead tr:first-child td {
  background: #4a4242;
  color: #fff;
  height: 5.1rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .top-sec06 .top-sec06-contents-info__table .table-detail thead tr:first-child th,
  .top-sec06 .top-sec06-contents-info__table .table-detail thead tr:first-child td {
    height: 4rem;
    font-size: 1.2rem;
  }
}
.top-sec06 .top-sec06-contents-info__table .table-detail thead .table-detail__label {
  background: #fff;
  color: #4a4242;
  width: 13.5rem;
}
.top-sec06 .top-sec06-contents-info__table .table-detail tbody th.table-detail__label {
  background: #fff;
  color: #4a4242;
  width: 13.5rem;
  height: 6rem;
  font-size: 1.3rem;
  line-height: 1.5;
}
.top-sec06 .top-sec06-contents-info__table .table-detail tbody th.table-detail__label span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .top-sec06 .top-sec06-contents-info__table .table-detail tbody th.table-detail__label {
    font-size: 1.1rem;
    height: 5rem;
  }
}
.top-sec06 .top-sec06-contents-info__table .table-detail td.table-detail__red {
  color: #e05555;
  font-weight: 400;
}

/* Table 2: ○/ー形式テーブル */
.top-sec06 .top-sec06-contents-info__table .table-schedule thead th,
.top-sec06 .top-sec06-contents-info__table .table-schedule thead td {
  background: #4a4242;
  color: #fff;
  height: 5.1rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .top-sec06 .top-sec06-contents-info__table .table-schedule thead th,
  .top-sec06 .top-sec06-contents-info__table .table-schedule thead td {
    height: 4rem;
    font-size: 1.2rem;
  }
}
.top-sec06 .top-sec06-contents-info__table .table-schedule tbody th {
  background: #4a4242;
  color: #fff;
  width: 13.5rem;
  height: 5.1rem;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .top-sec06 .top-sec06-contents-info__table .table-schedule tbody th {
    width: 13.5rem;
    height: 4.8rem;
    font-size: 1.2rem;
  }
}
.top-sec06 .top-sec06-contents-info__anno p {
  line-height: 1.35;
  margin-bottom: 1rem;
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- *//* LINEフローティングボタン */
.line-float-wrap {
  position: fixed;
  bottom: 30px;
  right: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s, visibility 0.3s;
  z-index: 9999;
}
.line-float-wrap.is-show {
  opacity: 1;
  visibility: visible;
}
.line-float__close {
  position: absolute;
  top: 0;
  right: 0;
  width: 22px;
  height: 22px;
  background: transparent;
  border: none;
  color: #4A4242;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  padding: 0;
}
.line-float {
  position: relative;
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding-bottom: 12px;
  text-decoration: none;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
}
.line-float .fab.fa-line {
  font-size: 24px;
  color: #06C755;
  line-height: 1;
}
.line-float__text {
  font-size: 10px;
  color: #333;
  text-align: center;
  line-height: 1.4;
}
.line-float__arrow {
  position: absolute;
  bottom: 7px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 1.2rem;
  height: 0.8rem;
  font-size: 0;
  color: transparent;
}
.line-float__arrow::before,
.line-float__arrow::after {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 1px;
  background-color: #4a4242;
}
.line-float__arrow::before {
  left: 1.5px;
  transform: rotate(35deg);
  transform-origin: left top;
}
.line-float__arrow::after {
  right: 1.5px;
  transform: rotate(-35deg);
  transform-origin: right top;
}
@media only screen and (max-width: 767px) {
  .line-float-wrap {
    bottom: 20px;
    right: 15px;
  }
  .line-float {
    width: 85px;
    height: 85px;
  }
  .line-float .fab.fa-line {
    font-size: 30px;
  }
  .line-float__text {
    font-size: 9px;
  }
}

#wpadminbar .screen-reader-shortcut {
  position: absolute !important;
  left: -9999px !important;
}

/*# sourceMappingURL=common.css.map */