@charset "UTF-8";
/*-------------------------------------------------------------------------*/
/*	Variables */
/*-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*	Base Styles */
/*-------------------------------------------------------------------------*/
html {
  font-size: 16px;
}

* {
  transition: 0.4s;
}

body {
  font-family: "Zen Maru Gothic", sans-serif;
  /* font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
    font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif; */
  line-height: 1;
  margin: 0;
  padding: 0;
  color: #372805;
}

p {
  line-height: 1.6;
  margin: 0;
}

a {
  color: #372805;
  text-decoration: none;
  transition: 0.1s ease-in-out;
}
a:hover {
  opacity: 0.6;
}

ul {
  padding-left: 0;
}
ul li {
  list-style: none;
}

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

main {
  margin-top: 162px;
  margin-bottom: 80px;
}

section + section {
  margin-bottom: 64px;
}

section + section:last-of-type {
  margin-bottom: 0px;
}

.text-primary {
  color: #79b461 !important;
}

.bg-primary {
  background-color: #79b461 !important;
}

.site-width {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.company-name {
  color: #79b461;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
}
.company-name span {
  color: #fff;
  font-size: 0.8rem !important;
  font-weight: 500;
  padding: 2px 8px;
  background-color: #79b461;
  border-radius: 16px;
  position: relative;
  top: -6px;
}

@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.cta-container-menu {
  display: none;
}

/*-------------------------------------*/
/*	section h1
/*-------------------------------------*/
.page-title {
  background-color: #79b461;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  height: 240px;
}
.page-title h1,
.page-title p {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 0;
}

main h1 {
  font-size: 1.5rem;
  text-align: justify;
  line-height: 1.4;
  margin-bottom: 32px;
}

/*----------------------------------*/
/*	circle-arrow */
/*----------------------------------*/
.dli-caret-circle-fill-right {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.075em solid currentColor;
  background: currentColor;
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  right: 16px;
}
.dli-caret-circle-fill-right::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.3em 0.4em;
  border-left-color: #e6892b;
  border-right: 0;
  transform: translateX(15%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*----------------------------------*/
/* cta-box-header & burger-header 共通 */
/*----------------------------------*/
.tel-reservation {
  text-align: center;
  margin: 0 !important;
}
.tel-reservation h2 {
  background-color: #79b461;
  padding: 2px 8px;
  border-radius: 16px;
  margin-bottom: 4px;
}
.tel-reservation h2 a {
  display: block;
  font-size: 0.8rem;
  color: #fff;
}
.tel-reservation .tel-number {
  font-size: 2.4rem;
  line-height: 1;
  font-weight: bold;
}
.tel-reservation .tel-number i.fa-phone {
  color: #79b461;
  font-size: 1.6rem;
  margin-right: 8px;
  position: relative;
  top: -4px;
}
.tel-reservation .reception-hours a {
  font-size: 0.8rem;
  line-height: 1;
  margin-bottom: 0;
}

.web-reservation {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #e6892b;
  padding: 4px 48px;
  border-radius: 32px;
  margin: 0 !important;
  height: 64px;
  position: relative;
}
.web-reservation:hover {
  opacity: 0.8;
}
.web-reservation > p {
  margin-right: 16px !important;
  padding: 4px 8px;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 0;
}
.web-reservation > p a {
  font-size: 0.8rem;
  line-height: 1.4;
  display: block;
  color: #e6892b;
}
.web-reservation h2 {
  align-items: center;
  display: flex;
  margin-bottom: 0;
}
.web-reservation h2 a {
  font-size: 1.2rem;
  color: #fff;
}

/*----------------------------------*/
/* cta-box-header */
/*----------------------------------*/
.cta-box {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 16px;
}
.cta-box .tel-reservation {
  margin-right: 32px !important;
}

/*----------------------------------*/
/* cta-box-burger-header */
/*----------------------------------*/
.cta-box-burger-header {
  display: flex;
  justify-content: center;
  margin-right: 0 !important;
}
.cta-box-burger-header .tel-reservation {
  width: 320px;
  border-radius: 40px;
  background-color: #79b461;
  padding: 8px;
  height: 64px;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.cta-box-burger-header .tel-reservation:hover {
  opacity: 0.8;
}
.cta-box-burger-header .tel-reservation div {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.cta-box-burger-header .tel-reservation div h2 {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  line-height: 1;
  margin-bottom: 0;
}
.cta-box-burger-header .tel-reservation div h2 .tel-number {
  font-size: 1.6rem;
  line-height: 1;
}
.cta-box-burger-header .tel-reservation div h2 .tel-number .fa-phone {
  font-size: 1rem;
  color: #fff;
}
.cta-box-burger-header .tel-reservation div .reception-hours a {
  color: #fff !important;
  line-height: 1;
}
.cta-box-burger-header .tel-reservation .dli-caret-circle-fill-right {
  display: inline-block !important;
  position: absolute;
  right: 16px;
  box-sizing: content-box;
}
.cta-box-burger-header .tel-reservation .dli-caret-circle-fill-right::before {
  border-color: #fff;
  border-left-color: #79b461;
}
.cta-box-burger-header .web-reservation {
  width: 320px;
  border-radius: 40px !important;
  height: 64px;
}
.cta-box-burger-header .web-reservation .dli-caret-circle-fill-right {
  display: block !important;
}

/*----------------------------------*/
/*	timetable */
/*----------------------------------*/
.troika-box-timetable {
  display: none;
  background-color: #f9f9f9;
  border: 1px solid var(--border-color);
  border-radius: 8px;
  overflow: hidden;
  color: var(--text-color);
  width: 400px;
  margin: 40px auto 0;
}
.troika-box-timetable .label {
  background-color: #79b461;
  color: #fff;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-align: center;
  padding: 4px;
  font-size: 0.9rem;
  flex-shrink: 0;
  letter-spacing: 0.4em;
}
.troika-box-timetable .content {
  padding: 1rem 1.5rem;
  flex-grow: 1;
}
.troika-box-timetable .content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 16px;
}
.troika-box-timetable .content table th,
.troika-box-timetable .content table td {
  text-align: center;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px;
  padding: 4px;
}
.troika-box-timetable .content table .circle,
.troika-box-timetable .content table .star {
  color: #79b461;
}
.troika-box-timetable .content table tbody th {
  text-align: left !important;
  font-weight: normal;
}
.troika-box-timetable .content > div {
  margin-inline: auto;
}
.troika-box-timetable .content > div > span.time {
  margin-bottom: 8px;
  display: block;
}
.troika-box-timetable .content > div .text-item .badge {
  display: inline-block;
  border: 1px solid #79b461;
  color: #79b461;
  border-radius: 15px;
  font-size: 0.9rem;
  width: 49%;
  text-align: center;
}

.first-view-slide .troika-box-timetable {
  display: block;
}

#CTA .troika-box-timetable,
.map-info-box .troika-box-timetable {
  display: flex;
}

@media (max-width: 768px) {
  .troika-box-timetable {
    flex-direction: column;
  }
  .troika-box-timetable .label {
    -ms-writing-mode: lr-tb !important;
        writing-mode: horizontal-tb !important;
  }
}
@media (max-width: 421px) {
  #CTA .troika-box-timetable .content {
    padding: 1rem 0.5rem;
    flex-grow: 1;
  }
}
/*----------------------------------*/
/*	#troika-table */
/*----------------------------------*/
#troika-table {
  padding: 16px;
}
#troika-table .troika-table-back {
  padding: 24px;
}
#troika-table .list-unstyled li {
  font-size: 0.9rem;
  line-height: 1.6;
}
#troika-table #troika-map {
  margin-bottom: 24px;
  width: 48%;
}
#troika-table #troika-info {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
#troika-table #troika-info > div:first-of-type {
  width: 40%;
}
#troika-table #troika-info > div:last-of-type {
  width: 55%;
}
#troika-table .troika-box-timetable {
  background-color: #fff;
  margin: 0;
}
#troika-table .troika-box-timetable .content {
  padding: 1rem 0.5rem;
}
#troika-table .troika-box-timetable .content table thead th {
  font-size: 0.9rem;
}
#troika-table .troika-box-timetable .content table tbody th {
  font-size: 0.9rem;
}
#troika-table .troika-box-timetable .content .time {
  font-size: 0.9rem;
  margin-bottom: 8px;
}

@media (max-width: 1200px) {
  #troika-table #troika-info {
    flex-direction: column;
  }
  #troika-table #troika-info > div:first-of-type {
    width: 100%;
  }
  #troika-table #troika-info > div:last-of-type {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #troika-table .troika-table-back {
    padding: 16px;
  }
  #troika-table .list-unstyled li {
    font-size: 0.8rem;
  }
  #troika-table .troika-box-timetable .content table thead th {
    font-size: 0.8rem;
  }
  #troika-table .troika-box-timetable .content table tbody th {
    font-size: 0.7rem;
  }
  #troika-table .troika-box-timetable .content .time {
    font-size: 0.8rem;
  }
}
/*----------------------------------*/
/*	header */
/*----------------------------------*/
header {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  opacity: 0.95;
  padding: 16px 4%;
  z-index: 999;
}
header section .logo-area > p:first-of-type {
  font-size: 0.8rem;
  line-height: 1.6;
  color: #372805;
  margin-bottom: 4px;
}
header .company-point {
  width: 96px;
  height: 96px;
  background-color: #eaf3e4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 8px;
}
header .company-point p {
  line-height: 1;
}
header .company-point p strong {
  font-weight: normal;
}
header .menu-toggle {
  display: none;
}
header #global-nav .fa-house {
  color: #79b461 !important;
}
header #global-nav .dli-caret-circle-fill-right {
  display: none;
}
header .burger-menu {
  display: none;
}

/*-------------------------------------------------------------------------*/
/*	sidebar
/*-------------------------------------------------------------------------*/
.side-menu {
  /*----------------------------------*/
  /*	共通スタイル
  /*----------------------------------*/
  /*----------------------------------*/
  /*	column-list-link
  /*----------------------------------*/
  /*----------------------------------*/
  /*	タイトル
  /*----------------------------------*/
  /*----------  side-menu-title  ----------*/
  /*----------------------------------*/
  /*	お知らせ
  /*----------------------------------*/
  /*----------------------------------*/
  /*	人気のコラム記事,お役立ちコラム
  /*----------------------------------*/
  /*----------  column-lists  ----------*/
  /*----------------------------------*/
  /*	メニュー,当院について
  /*----------------------------------*/
  /*----------------------------------*/
  /*	月刊アーカイブ,お悩みで探す
  /*----------------------------------*/
  /*----------------------------------*/
  /*	院情報
  /*----------------------------------*/
}
.side-menu img {
  width: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  height: 96px;
}
.side-menu .news-list-link,
.side-menu .column-list-link {
  text-align: right;
  margin-top: 16px;
}
.side-menu .news-list-link a,
.side-menu .column-list-link a {
  color: #79b461;
  position: relative;
  padding-right: 24px;
  font-size: 0.9rem;
}
.side-menu .news-list-link a::before, .side-menu .news-list-link a::after,
.side-menu .column-list-link a::before,
.side-menu .column-list-link a::after {
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}
.side-menu .news-list-link a::before,
.side-menu .column-list-link a::before {
  width: 20px;
  height: 20px;
  right: 0;
  border-radius: 50%;
  background: #79b461;
}
.side-menu .news-list-link a::after,
.side-menu .column-list-link a::after {
  right: 0;
  box-sizing: border-box;
  width: 11px;
  height: 8px;
  border: 4px solid transparent;
  border-left: 4px solid #fff;
}
.side-menu .sidebar-title,
.side-menu .side-menu-title-text {
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 0;
}
.side-menu .side-menu-title {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 2px dashed #79b461;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.side-menu .side-menu-title .side-menu-icon {
  margin-right: 8px;
  color: #79b461;
  font-size: 1rem;
}
.side-menu .news-list article {
  margin: 15px 0px;
  padding: 0px 0px 22px 0px;
  border-bottom: 1px solid #eeeeee;
}
.side-menu .news-list article a {
  font-size: 0.9rem;
  line-height: 1.6;
  overflow-wrap: break-word;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.side-menu .news-list .troika-date {
  font-size: 0.9rem;
  margin-bottom: 4px;
}
.side-menu .column-lists .list-inner {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d9d9d9;
  margin-top: 16px;
  padding-bottom: 16px;
}
.side-menu .column-lists .list-inner .thumb {
  width: 48%;
}
.side-menu .column-lists .list-inner .sidebar-column-right {
  width: 48%;
  /*----------  troika-date  ----------*/
}
.side-menu .column-lists .list-inner .sidebar-column-right .troika-date {
  font-size: 0.9rem;
  margin-bottom: 4px;
}
.side-menu .column-lists .list-inner .sidebar-column-right .troika-date + div {
  font-size: 0.9rem;
  line-height: 1.6;
}
.side-menu #nav_menu-2 .sidebar-title {
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 16px;
  border-bottom: 2px dashed #79b461;
  margin-bottom: 16px;
}
.side-menu #nav_menu-2 .sidebar-title::before {
  content: "♥ ";
  color: #79b461;
}
.side-menu .menu-sidebar-menu-container .menu-sidebar-menu li a,
.side-menu .menu-sidebar-menu-container #menu-sidebar-menu li a {
  background-color: #79b461;
  padding: 12px 24px;
  margin-bottom: 8px;
  border-radius: 32px;
  cursor: pointer;
  position: relative;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #ffffff;
  display: block;
}
.side-menu .menu-sidebar-menu-container .menu-sidebar-menu li a::after,
.side-menu .menu-sidebar-menu-container #menu-sidebar-menu li a::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 15px;
  box-sizing: border-box;
  height: 0px;
  border: 8px solid transparent;
  border-left: 7px solid #fff;
}
.side-menu .column-archive-list {
  background-color: #eeeeee;
  border-radius: 8px;
  padding: 24px;
}
.side-menu .column-archive-list li {
  border-bottom: 1px solid #d9d9d9;
  padding: 16px 0px;
}
.side-menu .column-archive-list li a {
  display: block;
  font-size: 0.9rem;
}
.side-menu #block-11 .clinic-info-side img {
  height: auto;
}
.side-menu #block-11 .clinic-info p {
  font-size: 0.8rem;
  margin-bottom: 2px;
}
.side-menu #block-11 .clinic-info .clinic-name {
  font-size: 1.1rem;
  font-weight: 500;
  margin-top: 8px;
}
.side-menu #block-11 .clinic-info .access-container {
  background-color: #eaf3e4;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
}
.side-menu #block-11 .clinic-info .access-container p {
  font-size: 0.8rem;
}

/*-------------------------------------------------------------------------*/
/*	breadcrumbs
/*-------------------------------------------------------------------------*/
/*------------- arrow --------------*/
.arrow {
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  width: 8px;
  height: 8px;
  border: 0.1em solid #79b461;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  margin-left: 4px;
  position: relative;
}

/*------------- arrow-right --------------*/
.arrow.arrow-right {
  transform: translateY(0%) rotate(45deg);
  margin-right: 8px;
  position: relative;
  top: 8px;
}

.breadcrumb {
  max-width: 1200px;
  margin-inline: auto;
  font-size: 0.9rem;
  margin-bottom: 96px;
}
.breadcrumb ul {
  color: #372805;
  line-height: 1.6;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

/*----------------------------------*/
/*	Common-Frame */
/*----------------------------------*/
.two-column {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}
.two-column .side-menu {
  width: 288px;
  margin-right: 72px;
}
.two-column .contents {
  width: calc(100% - 360px);
}

/*------------- troika --------------*/
.troika-box {
  width: 48%;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 24px;
  transition: opacity 0.3s ease;
}

.troika-image {
  margin-bottom: 16px;
}
.troika-image img {
  border-radius: 8px;
}

.troika-meta {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  margin-bottom: 16px;
}

.troika-title {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 16px;
}

.troika-content {
  line-height: 1.6;
  word-wrap: break-word;
}

.troika-cat {
  color: #fff;
  background-color: #79b461;
  font-size: 0.8rem;
  padding: 8px;
  border-radius: 4px;
  margin-right: 8px;
}

.troika-date {
  color: #79b461;
  display: block;
}

.troika-box.hidden {
  display: none;
}

/*----------------------------------*/
/*	sorting-function */
/*----------------------------------*/
.category-filter {
  margin-bottom: 64px;
}

.category-tags {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px 11.5px;
}

.category-tag {
  width: 32%;
  padding: 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #79b461;
  border-radius: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  color: #79b461;
}
.category-tag:hover {
  opacity: 0.6;
}

.category-tag.active {
  background: #79b461;
  border-color: #79b461;
  color: #fff;
}

.category-tag .count {
  font-size: 0.8rem;
  opacity: 0.8;
}

/*----------------------------------*/
/*	archive */
/*----------------------------------*/
.active-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/*----------------------------------*/
/*	columns */
/*----------------------------------*/
.side-menu #block-16 .wp-block-search__label {
  display: none;
}
.side-menu #block-16 #wp-block-search__input-1 {
  border-radius: 8px 0 0 8px;
  border-color: #79b461;
}
.side-menu #block-16 .wp-block-search__button.wp-element-button {
  margin-left: 0;
  background-color: #79b461;
  border-radius: 0 8px 8px 0px;
}

/*----------------------------------*/
/*	search関連 */
/*----------------------------------*/
.search .search-none {
  display: none;
}

/*----------------------------------*/
/*	お知らせ: archive-news.php */
/*----------------------------------*/
.archive-news-item {
  padding-bottom: 24px;
  border-bottom: 1px solid #d9d9d9;
  margin-bottom: 24px;
}
.archive-news-item .archive-news-title {
  font-size: 1.1rem;
  text-align: justify;
  line-height: 1.6;
  margin-bottom: 0;
}

.archive-news-item:last-of-type {
  margin-bottom: 0;
}

/*----------------------------------*/
/*	お知らせ: single-news.php */
/*----------------------------------*/
#news p {
  margin-bottom: 64px;
}

#news .wp-block-group p,
#menu .wp-block-group p {
  margin-bottom: 64px;
}

#news #CTA .tel-reservation p.reception-hours,
#menu #CTA .tel-reservation p.reception-hours {
  margin-bottom: 0px !important;
}

#news .campaign-content-sp p.reception-hours,
#menu .campaign-content-sp p.reception-hours {
  margin-bottom: 0px !important;
}

/*-------------------------------------------------------------------------*/
/*	troika-pagination
/*-------------------------------------------------------------------------*/
.troika-pagination {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 80px auto 88px;
  text-align: center;
}
.troika-pagination a,
.troika-pagination span.current {
  display: inline-block;
  margin: 0 6px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border: 1px solid #79b461;
  border-radius: 50%;
  color: #79b461;
  text-decoration: none;
  font-weight: 500;
  transition: background-color 0.3s, color 0.3s, border-color 0.3s;
  box-sizing: border-box;
}
.troika-pagination span.current {
  background-color: #79b461;
  border-color: #79b461;
  color: #fff;
  font-weight: 700;
  cursor: default;
}
.troika-pagination .prev,
.troika-pagination .next {
  border: none;
  background: none;
  cursor: pointer;
}
.troika-pagination .prev:hover, .troika-pagination .prev:focus,
.troika-pagination .next:hover,
.troika-pagination .next:focus {
  color: #558841;
  background-color: rgba(121, 180, 97, 0.1);
  outline: none;
}
.troika-pagination .page-numbers.dots {
  color: #79b461;
}
.troika-pagination .arrow {
  width: 12px;
  height: 12px;
  border: 0.2em solid #79b461;
  top: 0;
}
.troika-pagination .arrow.arrow-left {
  transform: translateY(0) rotate(-45deg);
  margin-right: 8px;
  position: relative;
  border-right: 0;
  border-bottom: 0;
}
.troika-pagination .arrow.arrow-right {
  border-left: 0;
  border-bottom: 0;
}

/*-------------------------------------------------------------------------*/
/*	ページトップへ戻る
/*-------------------------------------------------------------------------*/
#page_top {
  position: fixed;
  right: 4%;
  bottom: -56px;
  opacity: 0.8;
  border-radius: 50%;
  border: 2px solid #79b461;
  z-index: 999;
  transition: 0.4s;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-decoration: none;
  background-color: #fff;
  text-align: center;
  color: #79b461;
  font-weight: 600;
}
#page_top a::before {
  content: "";
  display: block;
  color: #79b461;
  line-height: 1;
  box-sizing: border-box;
  position: relative;
  top: 12px;
  left: 19px;
  margin-bottom: 14px;
  background: #79b461;
  height: calc(tan(60deg) * 60px / 2);
  width: 60px;
  -webkit-clip-path: polygon(50% 0, 100% 100%, 0 100%);
          clip-path: polygon(50% 0, 100% 100%, 0 100%);
  width: 12px;
  height: 8px;
}
#page_top:hover {
  opacity: 1;
}
#page_top.is-visible {
  bottom: 74px !important;
}

#fixed_content {
  display: none;
  position: fixed;
  bottom: -100px;
  left: 0;
  z-index: 998;
  width: 100%;
  padding: 10px;
  background: rgba(255, 255, 255, 0.8);
}
#fixed_content.is-visible {
  bottom: 0 !important;
}
#fixed_content ul {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 0;
}
#fixed_content ul a {
  text-align: center;
}
#fixed_content ul a.tel-number {
  background-color: #79b461;
  position: relative;
  display: flex;
  align-items: center;
}

/*-------------------------------------------------------------------------*/
/*	footer
/*-------------------------------------------------------------------------*/
.common-footer {
  margin-top: 96px;
}

footer {
  padding-top: 64px;
  padding-bottom: 32px;
}
footer a {
  color: #fff;
}
footer .footer-container {
  border-bottom: 1px dashed #fff;
}
footer .footer-container .campaign-banners {
  display: flex;
  gap: 24px;
  justify-content: center;
  margin-bottom: 64px;
}
footer .footer-container nav {
  max-width: 1200px;
  margin-inline: auto;
}
footer .footer-container nav > div li {
  margin-bottom: 32px;
}
footer .footer-container nav > div p + ul li {
  font-size: 0.8rem;
  margin-bottom: 16px;
}
footer .company-name {
  margin-bottom: 32px;
}
footer .company-name span {
  color: #79b461;
  background-color: #fff;
}
footer small {
  font-size: 0.7rem !important;
}

/*-------------------------------------------------------------------------*/
/*	プライバシーポリシーページ: page-privacy-policy.php
/*-------------------------------------------------------------------------*/
#page-privacy-policy h2 {
  line-height: 1.6;
  margin-bottom: 24px;
  font-weight: 500 !important;
}
#page-privacy-policy p {
  line-height: 1.8;
}
#page-privacy-policy .contents > .wp-block-group + .wp-block-group {
  margin-top: 64px;
}
#page-privacy-policy .contents > .wp-block-group > div,
#page-privacy-policy .contents .wp-block-group > p {
  max-width: initial;
}

/*-------------------------------------------------------------------------*/
/*	サンクスページ: page-thanks.php
/*-------------------------------------------------------------------------*/
#page-thanks h2 {
  line-height: 1.6;
  margin-bottom: 64px;
}
#page-thanks h2 br {
  display: none;
}
#page-thanks p {
  line-height: 2;
}

/*-------------------------------------------------------------------------*/
/*	404.php
/*-------------------------------------------------------------------------*/
#page-404 h1 {
  font-size: 8rem;
}
#page-404 h1 span {
  display: block;
}
#page-404 p {
  line-height: 1.8;
}

/*-------------------------------------------------------------------------*/
/*	1632px
/*-------------------------------------------------------------------------*/
@media (max-width: 1632px) {
  header section {
    width: 40%;
  }
  header .nav-area .cta-box {
    margin-right: 96px;
    margin-bottom: 0;
  }
  header .nav-area .menu-container {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #79b461;
    color: #fff;
    width: 128px;
    height: 128px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  header .nav-area .menu-container .menu-toggle {
    display: block;
  }
  header .nav-area .menu-container .menu-toggle p {
    font-size: 0.8rem;
    line-height: 1;
    margin-top: 40px;
    text-align: center;
  }
  header .nav-area .menu-container .troika-box-timetable {
    display: flex;
  }
  main {
    margin-top: 128px;
  }
  /* ▼ ハンバーガー開閉トリガー */
  .d-none {
    display: none;
  }
  .menu-toggle {
    display: inline-block;
    width: 48px;
    height: 56px;
    position: relative;
    cursor: pointer;
    z-index: 1001;
  }
  .menu-toggle span {
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    position: absolute;
    left: 0;
    transition: all 0.3s ease;
  }
  .menu-toggle span:nth-child(1) {
    top: 10px;
  }
  .menu-toggle span:nth-child(2) {
    top: 25px;
  }
  /* チェック時のアニメーション（Xマーク） */
  #menu-toggle-checkbox:checked + .menu-toggle span:nth-child(1) {
    transform: rotate(45deg);
    top: 18px;
  }
  #menu-toggle-checkbox:checked + .menu-toggle span:nth-child(2) {
    transform: rotate(-45deg);
    top: 18px;
  }
  /* ▼ メニュー本体 */
  .menu-container #global-nav {
    position: absolute;
    top: 128px;
    right: 0;
    width: 100vw;
    background: #eaf3e4;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s ease;
    z-index: 1000;
    padding: 64px;
    box-sizing: border-box;
  }
  .menu-container #global-nav ul {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    margin-inline: auto;
    max-width: 1200px;
  }
  .menu-container #global-nav ul li {
    font-weight: bold;
    width: 28%;
    border-bottom: 2px dashed #79b461;
    padding: 0;
    border-radius: 0;
    transition: max-height 0.4s ease, opacity 0.4s ease, visibility 0.4s ease;
    padding-inline: 16px;
    padding-bottom: 16px;
  }
  .menu-container #global-nav ul li a {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .menu-container #global-nav ul li a .dli-caret-circle-fill-right {
    display: block;
    background: #79b461;
    border: 0.075em solid #79b461;
    position: relative;
    right: 0px;
  }
  .menu-container #global-nav ul li a .dli-caret-circle-fill-right::before {
    border-left-color: #fff;
  }
  .menu-container #global-nav ul #menu-item-74 {
    display: none;
  }
  .menu-container #global-nav .justify-content-end {
    justify-content: space-between !important;
  }
  .menu-container #global-nav .cta-container-menu {
    display: block;
    margin-top: 64px;
  }
  .menu-container #menu-toggle-checkbox:checked ~ #global-nav {
    max-height: 720px;
    opacity: 1;
    visibility: visible;
  }
}
/*-------------------------------------------------------------------------*/
/*	1328px
/*-------------------------------------------------------------------------*/
@media (max-width: 1328px) {
  header section {
    width: 100%;
  }
  header .cta-container {
    display: none;
  }
  header .menu-container #global-nav {
    padding: 64px 32px;
  }
  .site-width,
.breadcrumb {
    margin-inline: 4%;
  }
}
/*-------------------------------------------------------------------------*/
/*	1024px
/*-------------------------------------------------------------------------*/
@media (max-width: 1024px) {
  .two-column {
    flex-direction: column-reverse;
  }
  .two-column .contents {
    width: 100%;
    margin-bottom: 64px;
  }
  .two-column .side-menu {
    width: 100%;
    margin-right: 0px;
  }
  .side-menu .column-lists .list-inner .thumb {
    width: 24%;
  }
  .side-menu .column-lists .list-inner .sidebar-column-right {
    width: 74%;
  }
}
/*-------------------------------------------------------------------------*/
/*	768px
/*-------------------------------------------------------------------------*/
@media (max-width: 768px) {
  body {
    font-size: 15px;
  }
  header body.menu-open {
    overflow: hidden;
    height: 100%;
    position: fixed;
    width: 100%;
    padding-right: 17px;
  }
  .breadcrumb,
.site-width {
    margin-inline: 4%;
  }
  .breadcrumb {
    font-size: 0.8rem;
    margin-bottom: 64px;
  }
  .breadcrumb .arrow.arrow-right {
    right: 0px;
    top: 6px;
  }
  .page-title {
    padding-inline: 4%;
  }
  .page-title h1,
.page-title p {
    font-size: 1.5rem;
  }
  main {
    margin-top: 79px;
  }
  header {
    padding: 8px 2%;
  }
  header section .logo-area > p:first-of-type {
    font-size: 0.6rem;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  header .company-name {
    font-size: 1.5rem;
  }
  header .company-name span {
    font-size: 0.6rem !important;
    top: -5px;
  }
  header .company-point {
    width: 56px;
    height: 56px;
    margin-left: 4px;
  }
  header .company-point p {
    font-size: 0.6rem;
  }
  header .company-point p strong {
    font-weight: normal;
  }
  header .nav-area .menu-container {
    width: 72px;
    height: 72px;
  }
  header .nav-area .menu-container #global-nav {
    top: 72px;
    padding: 24px 32px;
  }
  header .nav-area .menu-container #global-nav ul {
    flex-direction: column;
    font-size: 0.9rem;
    gap: 1.5rem !important;
  }
  header .nav-area .menu-container #global-nav ul li {
    width: 100%;
    border-bottom: 2px dashed #79b461;
    padding-inline: 16px;
    padding-bottom: 16px;
  }
  header .nav-area .menu-container #global-nav .cta-container-menu {
    margin-top: 32px;
  }
  header .menu-toggle {
    width: 40px;
    height: 48px;
  }
  header .troika-box-timetable {
    width: 100%;
  }
  header .troika-box-timetable .content {
    padding: 1rem 1rem 1rem 0.5rem;
    font-size: 0.8rem;
  }
  header .troika-box-timetable .content > div .text-item .badge {
    font-size: 0.7rem;
  }
  .menu-container #menu-toggle-checkbox:checked ~ #global-nav {
    max-height: calc(100vh - 72px);
    overflow-y: auto;
  }
  .side-menu .column-lists .list-inner .thumb {
    width: 40%;
  }
  .side-menu .column-lists .list-inner .sidebar-column-right {
    width: 55%;
  }
  .cta-box-burger-header {
    flex-direction: column;
  }
  .cta-box-burger-header .tel-reservation,
.cta-box-burger-header .web-reservation {
    width: 100%;
    margin-right: 0px !important;
    padding: 4px 16px;
  }
  .cta-box-burger-header .tel-reservation {
    margin-bottom: 16px !important;
  }
  .category-filter {
    margin-bottom: 32px;
  }
  .category-filter .category-tag {
    width: 48%;
    font-size: 0.9rem;
    gap: 12px;
  }
  #fixed_content {
    display: block;
  }
  footer {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  footer .row-cols-1 > * {
    width: 50% !important;
    padding: 0;
  }
  footer .footer-container .campaign-banners {
    gap: 16px;
    justify-content: flex-start;
    margin: 0px;
    margin-bottom: 32px;
    flex-wrap: wrap;
  }
  footer .footer-container .campaign-banners .campaign-banner {
    max-width: initial;
    width: 47.5%;
  }
  #page-thanks .contents h2 {
    line-height: 1.6;
    margin-bottom: 64px;
  }
  #page-thanks .contents h2 br {
    display: block;
  }
  #page-thanks .contents > p {
    text-align: justify !important;
  }
}
/*----------------------------------*/
/*	アイキャッチ画像 */
/*----------------------------------*/
.article-img img {
  border-radius: 8px;
}

@media screen and (max-width: 748px) {
  .two-column {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    flex-direction: column-reverse;
  }
  .two-column .side-menu {
    width: 100%;
    margin-top: 80px;
    margin-right: 48px;
  }
  .two-column .contents {
    width: 100%;
  }
}
@media screen and (max-width: 748px) {
  .troika-box {
    width: 100%;
  }
}
/*----------------------------------*/
/*	toc */
/*----------------------------------*/
.toc-wrapper {
  background: #eaf3e4;
  padding: 20px 30px;
  margin-bottom: 2em;
  border-radius: 10px;
}

.toc-wrapper .toc-title {
  font-weight: bold;
  margin-bottom: 0.5em;
  text-align: center;
  color: #79b461;
  font-size: 22px;
}

#toc-list li.h2 {
  font-size: 18px;
  margin-left: 0;
}

#toc-list li.h3 {
  font-size: 15px;
  margin-left: 3px;
}

#toc-list li.h4 {
  font-size: 14px;
  margin-left: 5px;
}/*# sourceMappingURL=troika-theme.css.map */