@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

body,
h1, h2, h3, h4,
p, figure, blockquote, dl, dd {
  margin: 0;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

body {
  min-height: 100vh;
  line-height: 1.5;
}

h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

h1, h2, h3, h4 {
  text-wrap: balance;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
  color: currentColor;
}

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

input,
button,
textarea,
select {
  font: inherit;
}

textarea:not([rows]) {
  min-height: 10em;
}

:target {
  scroll-margin-block: 5ex;
}

body {
  color: #333;
  background-color: #f8f9fc;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.5;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.9;
}

h1, h2, h3, h4, h5 {
  color: #1f1f1f;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: normal;
  text-wrap: wrap;
}

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

input[type=text],
input[type=email],
input[type=number],
input[type=tel],
textarea,
select {
  border: 1px solid #d2ccc9;
  padding: 10px;
  background: #fff;
}

.site-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100dvh;
}

.site-main {
  flex: 1 0 auto;
  width: 100%;
  line-height: 2em;
}

.site-header {
  display: flex;
  color: #2a323a;
  align-items: center;
  z-index: 999;
  transition: background-color 0.3s;
  position: sticky;
  top: 0;
  overflow: hidden;
  padding: 0 20px;
  justify-content: space-between;
  background-color: rgba(245, 246, 250, 0.85);
  height: 60px;
}
.admin-bar .site-header {
  top: 46px;
}
@media (min-width: 783px) {
  .admin-bar .site-header {
    top: 32px;
  }
}
.site-header .logo {
  width: 50%;
  max-width: 36vw;
}
.site-header .logo a {
  display: inline-flex;
  align-items: center;
}
.site-header > .trigger .menu-trigger {
  position: relative;
  width: 30px;
  height: 19px;
  cursor: pointer;
}
.site-header > .trigger .menu-trigger span {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #2a323a;
  transition: opacity 0.2s, transform 0.4s, top 0.4s;
}
.site-header > .trigger .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.site-header > .trigger .menu-trigger span:nth-of-type(2) {
  top: 7px;
}
.site-header > .trigger .menu-trigger span:nth-of-type(3) {
  top: 14px;
  width: 70%;
}
.site-header .menu.open ~ .trigger .menu-trigger span:nth-of-type(1) {
  top: 9px;
  transform: rotate(-45deg);
}
.site-header .menu.open ~ .trigger .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.site-header .menu.open ~ .trigger .menu-trigger span:nth-of-type(3) {
  top: 9px;
  transform: rotate(45deg);
  width: 100%;
}
.site-header.scroll {
  background-color: rgba(245, 246, 250, 0.85);
  border-color: #d2ccc9;
}
.site-header.scroll .hnav {
  border-color: #d2ccc9;
}
.site-header .menu {
  overflow-y: scroll;
  transform: translate(100%, 0);
  position: fixed;
  z-index: 11;
  right: 0;
  top: 60px;
  padding: 30px 30px 50px 50px;
  height: 100%;
  width: 400px;
  max-width: 90vw;
  max-height: calc(100vh - 60px);
  color: #2a323a;
  background: rgba(244, 245, 251, 0.95);
  transition: all 0.4s ease;
}
.admin-bar .site-header .menu {
  top: 106px;
  max-height: calc(100vh - 60px - 46px);
}
@media (min-width: 783px) {
  .admin-bar .site-header .menu {
    top: 92px;
    max-height: calc(100vh - 60px - 32px);
  }
}
.site-header .menu.open {
  transform: translate(0, 0);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.24);
  overflow-x: scroll;
}
.site-header .menu .menu-logo {
  margin-bottom: 30px;
}
.site-header .menu .trigger {
  position: absolute;
  top: 20px;
  right: 40px;
}
.site-header .hnav {
  font-size: 20px;
}
.site-header .hnav ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.site-header .hnav ul li a {
  display: block;
  padding: 10px 0;
  color: inherit;
}
.site-header .hnav ul li.hnav__reserve {
  margin-bottom: 15px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e2e7;
}
.site-header .hnav ul li.hnav__reserve a {
  background-color: #63c643;
  background-image: linear-gradient(0deg, #49b93b, transparent);
  color: #fff;
  text-align: center;
  text-shadow: 0 0 1px #587d23;
  box-shadow: 0 2px #587d23;
  letter-spacing: 2px;
  font-weight: 600;
  padding: 10px;
  border-radius: 3px;
}
.site-header .social {
  display: flex;
  align-items: center;
  gap: 0 9px;
  border-top: 1px solid #e1e2e7;
  margin-top: 10px;
  padding-top: 20px;
}
.site-header .social a {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #2a323a;
  border-radius: 500px;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  color: inherit;
}
.site-header .social a span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-header .social a:hover {
  background-color: #2a323a;
  color: #fff;
}
@media (min-width: 1025px) {
  .site-header {
    padding: 0 40px;
    border-bottom: 1px solid #59454E;
    overflow: visible;
    background-color: transparent;
    height: auto;
    justify-content: flex-start;
    transition: all 1s;
  }
  .site-header .btn-studiolist,
  .site-header > .trigger {
    display: none;
  }
  .site-header .logo {
    width: 140px;
    max-width: none;
  }
  .site-header .menu {
    display: flex;
    flex: 1;
    overflow: visible;
    transform: none;
    position: static;
    z-index: auto;
    right: auto;
    top: auto;
    padding: 0;
    height: auto;
    width: auto;
    max-width: none;
    max-height: none;
    color: inherit;
    background: transparent;
    transition: none;
    box-shadow: none;
  }
  .site-header .menu .menu-logo {
    display: none;
  }
  .site-header .hnav {
    flex: 1;
    margin: 0 40px;
    padding: 37px 40px;
    border-right: 1px solid #59454E;
    border-left: 1px solid #59454E;
    font-size: clamp(12px, 1.2vw, 17px);
    transition: all 1s;
  }
  .site-header .hnav ul {
    display: flex;
    justify-content: space-between;
    max-width: 630px;
    gap: 0 30px;
  }
  .site-header .hnav ul .is-only-drawer {
    display: none;
  }
  .site-header .hnav ul li {
    flex-shrink: 0;
  }
  .site-header .hnav ul li a {
    padding: 0;
    color: #59454E;
  }
  .site-header .social {
    border-top: 0;
    margin-top: 0;
    padding-top: 0;
  }
  .site-header .social a {
    border-color: #59454E;
  }
  .site-header.scroll {
    border-color: #d2ccc9;
  }
}

.btn-studiolist {
  width: 100%;
  max-width: clamp(100px, 100vw - 250px, 200px);
  text-align: center;
}
.btn-studiolist a {
  display: block;
  background-color: #59454E;
  border-radius: 2px;
  color: #fff;
  font-size: clamp(14px, 3.5vw, 18px);
  letter-spacing: 0.05em;
  padding: 10px 15px 10px 10px;
  position: relative;
}
.btn-studiolist a::after {
  position: absolute;
  content: "";
  right: 5%;
  top: calc(50% - 8px);
  width: 11px;
  height: 15px;
  background-image: url("../images/arrow2.svg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.my-menu-cover {
  z-index: -1;
  opacity: 0;
}
.my-menu-cover.open {
  z-index: 9;
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
  opacity: 1;
  transition: all 0.4s ease;
}

.site-footer {
  margin-top: 50px;
  background: #7f8489;
  color: #fff;
}
.site-footer .fsection {
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  padding-right: 30px;
  padding-left: 30px;
}
@media (min-width: 1025px) {
  .site-footer .fsection {
    max-width: 780px;
    margin: 0 auto;
    padding-right: 40px;
    padding-left: 40px;
  }
}
.site-footer .fnav {
  font-size: clamp(14px, 1.6vw, 16px);
}
.site-footer .fnav ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 25px auto;
  flex-wrap: wrap;
  gap: 12px 24px;
}
.site-footer .fnav a {
  color: inherit;
}
.site-footer .copyright {
  padding: 20px 0;
  font-size: clamp(11px, 3vw, 14px);
  text-align: center;
  display: block;
}
@media (min-width: 1025px) {
  .site-footer .copyright {
    padding: 34px 0;
    font-size: 14px;
  }
}
.site-footer .social {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 30px;
  padding: 10px 0;
}
.site-footer .social a {
  position: relative;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  color: inherit;
}
.site-footer .social a span {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.site-footer .social a i {
  font-size: 1.5em;
}
@media (min-width: 1025px) {
  .site-footer .social {
    display: none;
  }
}

body.comingsoon .site-footer {
  margin-top: 0;
}

.social-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 16px;
}
.social-links li {
  display: inline-flex;
}
.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 18px;
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.social-links a:hover {
  opacity: 0.7;
  transform: translateY(-1px);
}
.social-links .fa-brands {
  display: inline-block;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 24px;
  border: 1px solid #2a323a;
  border-radius: 2px;
  background: transparent;
  color: #2a323a;
  font-size: clamp(14px, 1.6vw, 16px);
  font-weight: normal;
  letter-spacing: 0.05em;
  line-height: 1.4;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.5s ease;
}
.button:hover {
  opacity: 0.9;
}

.button--primary {
  background: #59454E;
  color: #fff;
  border-color: #2a323a;
}

.button--ghost {
  background: transparent;
  color: #2a323a;
  border-color: #2a323a;
}

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.search-form {
  display: flex;
  width: 100%;
  max-width: 480px;
  border: 1px solid #d2ccc9;
  border-radius: 4px;
  overflow: hidden;
  background: #f8f9fc;
}
.search-form:focus-within {
  border-color: #333;
}

.search-form__input {
  flex: 1 1 auto;
  min-width: 0;
  padding: 8px 16px;
  border: 0;
  background: transparent;
  font-size: 14px;
  line-height: 1.4;
  color: #333;
}
.search-form__input::placeholder {
  color: #6d7370;
}
.search-form__input:focus {
  outline: none;
}

.search-form__submit {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #333;
  color: #f8f9fc;
  transition: opacity 0.2s ease;
}
.search-form__submit:hover {
  opacity: 0.85;
}
.search-form__submit svg {
  display: block;
}

.breadcrumb {
  width: 100%;
  overflow-x: auto;
  padding: 2px 16px;
  border-bottom: 1px solid #d2ccc9;
  color: #333;
  font-size: 11px;
  line-height: 32px;
}
.breadcrumb ul {
  display: flex;
  flex-wrap: nowrap;
  white-space: nowrap;
  gap: 0;
}
.breadcrumb li {
  display: inline-flex;
  align-items: center;
}
.breadcrumb li + li::before {
  content: "＞";
  display: inline-block;
  margin: 0 4px;
  cursor: default;
}
.breadcrumb a {
  color: inherit;
  text-decoration: none;
}
.breadcrumb a:hover, .breadcrumb a:focus-visible {
  text-decoration: underline;
}
@media (min-width: 1025px) {
  .breadcrumb {
    padding: 2px 40px;
  }
  .breadcrumb ul {
    max-width: 1200px;
    margin: 0 auto;
  }
}

/* -------------------------------------------------------------------------
 * .hero
 * ------------------------------------------------------------------------- */
.hero {
  position: relative;
  display: block;
}
.hero__media {
  display: block;
  width: 100%;
}
.hero__image {
  width: 100%;
  height: auto;
  object-fit: cover;
  display: block;
}
.hero__body {
  padding: 24px 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .hero__body {
    padding: 32px 24px;
  }
}
.hero__catch-main {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 16px;
}
@media (min-width: 768px) {
  .hero__catch-main {
    font-size: 32px;
  }
}
.hero__catch-sub {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 24px;
}
.hero__cta {
  margin: 0;
}

/* -------------------------------------------------------------------------
 * .shortcode-news
 * ------------------------------------------------------------------------- */
.shortcode-news {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .shortcode-news {
    padding: 0 24px;
  }
}
.shortcode-news__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.shortcode-news__item {
  border-bottom: 1px solid #e5e5e5;
}
.shortcode-news__link {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 16px 0;
  text-decoration: none;
  color: inherit;
}
@media (min-width: 768px) {
  .shortcode-news__link {
    flex-direction: row;
    gap: 24px;
    align-items: baseline;
  }
}
.shortcode-news__date {
  font-size: 14px;
  color: #888;
  flex-shrink: 0;
}
.shortcode-news__title {
  font-size: 16px;
  line-height: 1.6;
}

/* -------------------------------------------------------------------------
 * .shortcode-pricing
 * ------------------------------------------------------------------------- */
.shortcode-pricing {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .shortcode-pricing {
    padding: 0 24px;
  }
}
.shortcode-pricing__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .shortcode-pricing__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
@media (min-width: 1025px) {
  .shortcode-pricing__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.shortcode-pricing__plan {
  padding: 24px 16px;
  text-align: center;
  background: #fff;
  border: 1px solid #e5e5e5;
}
.shortcode-pricing__label {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 16px;
}
.shortcode-pricing__image {
  margin: 0 0 12px;
}
.shortcode-pricing__image img {
  max-width: 100%;
  height: auto;
}
.shortcode-pricing__note {
  font-size: 14px;
  color: #555;
  margin: 0;
}
.shortcode-pricing__tax {
  text-align: right;
  font-size: 12px;
  color: #888;
  margin: 16px 0 0;
}

/* -------------------------------------------------------------------------
 * .voice-section
 *
 * [brest_voice] shortcode の出力アイテム。urban 平坦命名 (urban-copy 原則)。
 * 呼び出し側で <section class="sec-voice"><article class="page-voice">...</article></section>
 * 等のコンテキスト wrapper を用意する想定。
 * ------------------------------------------------------------------------- */
.voice-section {
  box-sizing: border-box;
  max-width: 740px;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) {
  .voice-section {
    padding: 0 50px;
  }
}
.voice-section .pic {
  position: relative;
  text-align: center;
}
.voice-section .pic img {
  width: 150px;
  height: auto;
  margin: 0 auto;
}
.voice-section .pic::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 30px;
  background: linear-gradient(transparent, #f8f9fc);
}
.voice-section h3,
.voice-section .voice-section-title {
  margin: 0 0 15px;
  color: #949366;
  font-size: clamp(14px, 4vw, 22px);
  font-weight: normal;
  text-align: center;
}
.voice-section .content {
  margin-bottom: 15px;
  color: #787e7b;
  font-size: 16px;
  font-style: italic;
  line-height: 1.5;
}
.voice-section .profile {
  color: #787e7b;
  font-size: 14px;
  text-align: center;
}

.voice-section + .voice-section {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #d2ccc9;
}

@media (min-width: 1025px) {
  .sec-voice .page-voice {
    display: flex;
    flex-wrap: wrap;
    max-width: 1120px;
    margin: 0 auto;
  }
  .sec-voice .page-voice > .voice-section {
    width: 50%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  .sec-voice .page-voice > .voice-section + .voice-section {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}

/* -------------------------------------------------------------------------
 * .shortcode-faq — アーバン踏襲(.index-faq)
 *
 * dl/dt/dd 構造、dt クリックで .is-open トグル(JS)、
 * dt::before / ::after で +/- マーク(アニメで × に変形)、
 * dd は max-height 0 / 展開時に max-height で開く
 * ------------------------------------------------------------------------- */
.shortcode-faq {
  max-width: 1280px;
  margin: 0 auto 40px;
  padding: 30px 20px 0;
}
@media (min-width: 768px) {
  .shortcode-faq {
    padding: 50px 50px 0;
  }
}
.shortcode-faq__title {
  margin: 0 0 60px;
  font-size: clamp(20px, 4.4vw, 36px);
  font-weight: normal;
  text-align: center;
}
.shortcode-faq__item {
  max-width: 600px;
  margin: 0 auto;
  padding: 15px 0;
  border-bottom: 1px solid #d2ccc9;
}
.shortcode-faq__question {
  cursor: pointer;
  position: relative;
  padding: 3px 0 0 3em;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
  user-select: none;
}
.shortcode-faq__question::before, .shortcode-faq__question::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 50%;
  width: 13px;
  height: 1px;
  background-color: #333;
  transition: transform 0.3s ease-in-out;
}
.shortcode-faq__question::before {
  transform: translateY(-50%);
}
.shortcode-faq__question::after {
  transform: translateY(-50%) rotate(90deg);
}
.shortcode-faq__question:focus-visible {
  outline: 2px solid #aaa;
  outline-offset: 2px;
}
.shortcode-faq__answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  padding: 0 0 0 2em;
  line-height: 1.6;
  font-size: 13px;
  margin: 0;
}
.shortcode-faq__inner {
  padding: 2em 6px 0 16px;
}
.shortcode-faq__item.is-open .shortcode-faq__question::before {
  transform: translateY(-50%) rotate(45deg);
}
.shortcode-faq__item.is-open .shortcode-faq__question::after {
  transform: translateY(-50%) rotate(-45deg);
}
.shortcode-faq__item.is-open .shortcode-faq__answer {
  max-height: 500px;
}

/* -------------------------------------------------------------------------
 * .shortcode-column
 * ------------------------------------------------------------------------- */
.shortcode-column {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .shortcode-column {
    padding: 0 24px;
  }
}
.shortcode-column__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}
@media (min-width: 768px) {
  .shortcode-column__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1025px) {
  .shortcode-column__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.shortcode-column__link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.shortcode-column__thumb {
  margin: 0 0 12px;
}
.shortcode-column__thumb img {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
}
.shortcode-column__title {
  font-size: 16px;
  line-height: 1.5;
  margin: 0 0 8px;
}
.shortcode-column__excerpt {
  font-size: 14px;
  line-height: 1.6;
  color: #555;
  margin: 0;
}

/* -------------------------------------------------------------------------
 * .shortcode-studios
 * ------------------------------------------------------------------------- */
.shortcode-studios {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 1025px) {
  .shortcode-studios {
    padding: 0 24px;
  }
}
.shortcode-studios__group {
  margin: 0 0 32px;
}
.shortcode-studios__group:last-child {
  margin-bottom: 0;
}
.shortcode-studios__area {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 12px;
  padding: 0 0 8px;
  border-bottom: 2px solid currentColor;
}
.shortcode-studios__area a {
  text-decoration: none;
  color: inherit;
}
.shortcode-studios__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 16px;
}
@media (min-width: 768px) {
  .shortcode-studios__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1025px) {
  .shortcode-studios__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
.shortcode-studios__link {
  display: block;
  padding: 8px 0;
  text-decoration: none;
  color: inherit;
}

.sec-voice {
  padding: 50px 20px;
  border-bottom: 1px solid #d2ccc9;
}
.sec-voice .sec-voice-title {
  margin-bottom: 1.5em;
  font-size: clamp(14px, 5vw, 27px);
  line-height: 1;
  text-align: center;
  font-weight: normal;
}

.index-price {
  max-width: 700px;
  margin: 0 auto 50px;
  padding: 50px 20px;
  align-items: center;
}
.index-price > div + div {
  margin-top: 30px;
}
.index-price h2 {
  font-size: clamp(20px, 4.4vw, 36px);
  font-weight: normal;
  text-align: center;
}
.index-price .price-plans {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
}
.index-price .price-plan {
  text-align: center;
}
.index-price .price-plan h3 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: normal;
}
.index-price .price-plan__image img {
  width: 100%;
  height: auto;
  border: 1px solid #d2ccc9;
}
.index-price .price-plan__note {
  margin-top: 8px;
  font-size: 12px;
  color: #6d7370;
  line-height: 1.6;
  text-align: left;
}
.index-price .price-tax {
  margin-top: 16px;
  font-size: 11px;
  color: #787e7b;
  text-align: right;
}
.index-price .notice {
  margin: 1rem 0 2rem;
  font-size: 10px;
  color: #787e7b;
  line-height: 1.5;
}
.index-price .notice + .notice {
  margin-top: -1.5rem;
}
.index-price .price-table {
  max-width: 700px;
}
.index-price .price-table table {
  table-layout: fixed;
  border-collapse: separate;
  width: 100%;
  margin: 0 auto 10px;
}
.index-price .price-table table th {
  padding: 5px 0;
  text-align: center;
  font-size: min(3.3vw, 21px);
  line-height: 1;
  font-weight: bold;
  color: #fff;
  background-color: #59454E;
}
.index-price .price-table table th:nth-of-type(1) {
  width: 22%;
}
.index-price .price-table table th:nth-of-type(2) {
  width: 44%;
}
.index-price .price-table table th:nth-of-type(3) {
  width: 32%;
}
.index-price .price-table table td {
  padding: 0;
  background-color: #fff;
  color: #333;
  font-size: min(3vw, 19px);
  line-height: 1.2;
  font-weight: bold;
}
.index-price .price-table table td img {
  border: none;
}
.index-price .price-table table td small {
  display: block;
  transform: scale(0.8);
}
.index-price .price-table table td:nth-of-type(1) {
  position: relative;
  padding-left: 0.5em;
  background-color: #ddd;
}
.index-price .price-table table td:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 12%;
  height: 100%;
  left: 100%;
  top: 0;
  background-image: url("../images/top/price/price-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.index-price .price-table table td:nth-of-type(2) {
  border: solid 1px #aaa;
}
.index-price .price-table table td:nth-of-type(3) {
  text-align: center;
  font-weight: normal;
  border: solid 1px #aaa;
}
.index-price .price-table table + table {
  margin-top: 15px;
}
.index-price .price-table table.price2 {
  display: block;
  width: 100%;
}
.index-price .price-table table.price2 tr {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.index-price .price-table table.price2 tr + tr {
  margin-top: 1%;
}
.index-price .price-table table.price2 tr.recommended {
  position: relative;
}
.index-price .price-table table.price2 tr.recommended::after {
  position: absolute;
  content: "";
  width: calc(100% + 7px);
  height: calc(100% + 10px);
  left: -2px;
  top: -5px;
  border: solid 3px #f6638a;
  box-sizing: border-box;
}
.index-price .price-table table.price2 tr.recommended th {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 2px;
  box-sizing: border-box;
  background-color: #f6638a;
  writing-mode: vertical-rl;
}
.index-price .price-table table.price2 tr.recommended th::before, .index-price .price-table table.price2 tr.recommended th::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  left: 0;
  background-color: #f6638a;
}
.index-price .price-table table.price2 tr.recommended th::before {
  top: -3px;
}
.index-price .price-table table.price2 tr.recommended th::after {
  bottom: -3px;
}
.index-price .price-table table.price2 th {
  display: block;
  font-size: min(3vw, 19px);
}
.index-price .price-table table.price2 th:nth-of-type(1) {
  width: 4%;
  margin-right: 1%;
  background-color: transparent;
}
.index-price .price-table table.price2 th:nth-of-type(2) {
  width: 17%;
}
.index-price .price-table table.price2 th:nth-of-type(3) {
  width: 46%;
  margin: 0 1%;
}
.index-price .price-table table.price2 th:nth-of-type(4) {
  width: 30%;
}
.index-price .price-table table.price2 td {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: min(3vw, 19px);
}
.index-price .price-table table.price2 td small {
  margin-top: 0.3em;
  transform: none;
  font-size: min(2.6vw, 16px);
}
.index-price .price-table table.price2 td:nth-of-type(1) {
  position: relative;
  align-items: flex-start;
  width: 17%;
  padding-left: 0.5em;
  background-color: #ddd;
  border: none;
}
.index-price .price-table table.price2 td:nth-of-type(1)::after {
  position: absolute;
  content: "";
  width: 12%;
  height: 100%;
  left: 100%;
  top: 0;
  background-image: url("../images/top/price/price-arrow.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.index-price .price-table table.price2 td:nth-of-type(2) {
  align-items: center;
  width: 46%;
  margin-left: 1%;
  margin-right: 1%;
  box-sizing: border-box;
  border: solid 1px #aaa;
}
.index-price .price-table table.price2 td:nth-of-type(3) {
  align-items: center;
  width: 30%;
  padding: 0.5em 0;
  box-sizing: border-box;
  border: solid 1px #aaa;
}
@media (min-width: 1025px) {
  .index-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 40px;
    max-width: 1200px;
    gap: 40px;
  }
  .index-price > div + div {
    margin-top: 0;
  }
  .index-price .price-plans {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

.pagination {
  margin: 50px 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.pagination a,
.pagination span {
  display: block;
  border-radius: 500px;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.pagination span {
  cursor: default;
  background: #c6c7ca;
  border-color: #c6c7ca;
  color: #fff;
}
.pagination a:hover {
  background-color: #2a323a;
  color: #fff;
}

.single-related {
  border-top: 1px solid #d2ccc9;
  padding: 50px 16px;
}
.single-related__title {
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: normal;
  text-align: center;
  color: #1f1f1f;
}
.single-related__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}
.single-related__item {
  display: flex;
  flex-direction: column;
}
.single-related__link {
  display: flex;
  flex-direction: column;
  gap: 8px;
  color: inherit;
  text-decoration: none;
}
.single-related__link:hover .single-related__heading, .single-related__link:focus-visible .single-related__heading {
  text-decoration: underline;
}
.single-related__pic {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #f8f9fc;
}
.single-related__pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single-related__meta {
  display: flex;
  gap: 8px;
  color: #6d7370;
  font-size: 12px;
  line-height: 1.5;
}
.single-related__heading {
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
  color: #1f1f1f;
}
@media (min-width: 768px) {
  .single-related {
    padding: 50px 24px;
  }
  .single-related__title {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .single-related__list {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }
  .single-related__heading {
    font-size: 15px;
  }
}
@media (min-width: 1025px) {
  .single-related {
    padding: 60px 40px;
  }
  .single-related__title {
    margin-bottom: 50px;
    font-size: 42px;
  }
  .single-related__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  .single-related__heading {
    font-size: 16px;
  }
}

.post-nav {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  gap: 16px;
  max-width: 1200px;
  margin: 40px auto;
  padding: 0 16px;
}
.post-nav__prev, .post-nav__next {
  flex: 1 1 0;
  min-width: 0;
}
.post-nav__prev a, .post-nav__next a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 16px;
  border: 1px solid #d2ccc9;
  border-radius: 4px;
  color: #333;
  text-decoration: none;
  line-height: 1.4;
  transition: background-color 0.15s ease, border-color 0.15s ease;
}
.post-nav__prev a:hover, .post-nav__prev a:focus-visible, .post-nav__next a:hover, .post-nav__next a:focus-visible {
  background-color: #f8f9fc;
  border-color: #2a323a;
}
.post-nav__prev a {
  justify-content: flex-start;
}
.post-nav__next {
  margin-left: auto;
}
.post-nav__next a {
  justify-content: flex-end;
  text-align: right;
}
.post-nav__arrow {
  flex-shrink: 0;
  color: #6d7370;
  font-size: 14px;
}
.post-nav__label {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .post-nav {
    margin: 60px auto;
    padding: 0 40px;
    gap: 24px;
  }
  .post-nav__label {
    font-size: 14px;
  }
}

.link-button a,
.link-button input[type=submit],
.link-button button {
  display: inline-block;
  border: 1px solid #949366;
  padding: 10px 52px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  background: #59454E;
  text-decoration: none;
  transition: all 0.5s ease;
  cursor: pointer;
}
.link-button a:hover, .link-button a:focus-visible,
.link-button input[type=submit]:hover,
.link-button input[type=submit]:focus-visible,
.link-button button:hover,
.link-button button:focus-visible {
  background: #fff;
  border-color: #2a323a;
  color: #2a323a;
}

.btn-reserve {
  position: fixed;
  right: 1%;
  bottom: 210px;
  z-index: 2;
  width: 120px;
  height: 120px;
  text-align: center;
}
.btn-reserve a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding: 0.8rem;
  border: 2px solid #fff;
  border-radius: 50%;
  background-color: #59454E;
  color: #fff;
  font-size: min(1.8rem, 18px);
  line-height: 1.1;
  letter-spacing: 0.05em;
}
.btn-reserve a svg {
  width: 40px;
  height: 50px;
  fill: #59454E;
}
@media (min-width: 1025px) {
  .btn-reserve {
    bottom: 180px;
  }
}

.main-title {
  border-bottom: 1px solid #d2ccc9;
}
.main-title h1 {
  padding: 20px;
  width: 100%;
  font-size: clamp(20px, 4.6vw, 40px);
  font-weight: normal;
  display: flex;
  box-sizing: border-box;
  min-height: 150px;
  align-items: center;
  color: #1f1f1f;
}
.main-title.aligncenter h1, .main-title.aligncenter .news-heading {
  text-align: center;
  justify-content: center;
}
.main-title .sub {
  margin: 20px 0 0;
  font-size: clamp(12px, 4.5vw, 22px);
  color: #aaa;
  text-align: center;
}
.main-title .news-heading {
  display: block;
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0 30px;
  width: 100%;
  font-size: clamp(16px, 5.8vw, 32px);
  color: #1f1f1f;
  line-height: 1;
  min-height: auto;
}

@media (min-width: 1025px) {
  .main-title h1 {
    padding: 40px;
    min-height: 223px;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
  }
  .main-title .news-heading {
    display: flex;
    align-items: center;
  }
  .main-title .sub {
    margin: 32px 0 0;
  }
}
.text-list {
  margin: 0 auto;
  max-width: 600px;
}
.text-list .text-item {
  padding: 12px 5px;
  border-bottom: 1px solid #d2ccc9;
}
.text-list .text-item .news-date {
  color: #aaa;
  margin-bottom: 8px;
  font-size: 11px;
  line-height: 1;
  color: #666;
}
.text-list .text-item .news-title {
  font-size: 17px;
  line-height: 1.75em;
}
.text-list .text-item .news-title a {
  display: block;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
  color: #1f1f1f;
}

.align_center {
  text-align: center;
}

.index-columns {
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 2;
}
.index-columns .row {
  border-bottom: 1px solid #d2ccc9;
}
.index-columns .row .column .problem_img {
  max-width: 510px;
  margin: 0 auto;
}
.index-columns .row .column:last-child {
  text-align: center;
}
.index-columns .row .column-content {
  padding: 20px;
}
.index-columns .row:first-child {
  background-color: #e9edf3;
  padding: 20px 0 0;
}
.index-columns .row:first-child .row-content .column {
  background-color: #e9edf3;
  padding: 20px 20px 0;
  border: none;
}
.index-columns .row:first-child .row-content .column:nth-of-type(even) .column-content {
  padding: 0;
}
.index-columns .row_noborder {
  border-bottom: none;
}
.index-columns .row-content {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.index-columns .row:nth-child(even) .row-content {
  flex-direction: column-reverse;
}
.index-columns h2 {
  margin-bottom: 34px;
  font-size: min(5.2vw, 20px);
  color: #8c8c8c;
  font-weight: normal;
  text-align: center;
}
.index-columns h2::after {
  content: "";
  display: block;
  margin: 0 auto 20px;
  border-bottom: 2px solid #aaa;
  padding-bottom: 20px;
  width: 28px;
}
.index-columns ul {
  font-size: min(4.2vw, 17px);
  max-width: 350px;
  margin: 0 auto;
  text-align: left;
}
.index-columns p {
  font-size: 14px;
  color: #787e7b;
  text-align: left;
}
.index-columns .link-button {
  margin-top: 30px;
  text-align: center;
}
@media (min-width: 1025px) {
  .index-columns {
    font-size: 16px;
  }
  .index-columns .row .column {
    width: 50%;
  }
  .index-columns .row .column:nth-of-type(even) {
    border: none;
  }
  .index-columns .row .column:nth-of-type(even) .column-content {
    padding: 11.75% 3% 11.75% 11.75%;
  }
  .index-columns .row .column:nth-of-type(odd) {
    border: none;
  }
  .index-columns .row .column:nth-of-type(odd) .column-content {
    padding: 11.75% 11.75% 11.75% 3%;
  }
  .index-columns .row .column:last-child {
    text-align: left;
  }
  .index-columns .row:first-child {
    padding: 0 20px;
    border-bottom: none;
  }
  .index-columns .row:first-child .row-content .column {
    padding: 0;
  }
  .index-columns .row:first-child .row-content .column:nth-of-type(odd) .column-content,
  .index-columns .row:first-child .row-content .column:nth-of-type(even) .column-content {
    padding: 0;
  }
  .index-columns .row-content {
    max-width: 1120px;
    margin: 0 auto;
    align-items: center;
    flex-wrap: nowrap;
    text-align: left;
  }
  .index-columns .row:nth-child(even) .row-content {
    flex-direction: row;
  }
  .index-columns h2 {
    text-align: left;
  }
  .index-columns h2::after {
    margin: 0 0 20px;
  }
  .index-columns ul {
    max-width: none;
  }
  .index-columns p {
    font-size: 17px;
  }
  .index-columns .link-button {
    text-align: left;
  }
}

.page-pilates-effect .efficacyBox {
  padding: 30px 0 20px;
  background-image: url("../images/top/efficacy_bg2.svg");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: left top;
}
.page-pilates-effect .efficacyBox h2 {
  margin: 0 0 30px 5%;
  font-size: min(4.5vw, 29px);
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.page-pilates-effect .efficacyBox p {
  width: 90%;
  margin: 0 auto 1em;
}

.pilates-studio-effect {
  max-width: 740px;
  margin: 0 auto 60px;
  padding: 0 20px;
  font-size: 17px;
}
.pilates-studio-effect .efficacyBox {
  margin-top: 1.5em;
  padding: 20px 0;
}
.pilates-studio-effect .efficacyBox h2 {
  width: fit-content;
  max-width: 640px;
  margin: 0;
  padding: 10px 30px;
  background: none;
  color: #29323a;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: normal;
  clip-path: polygon(0 0, 100% 0, calc(100% - 20px) 100%, 0% 100%);
}
.pilates-studio-effect .efficacyBox h2::after {
  display: none;
}
.pilates-studio-effect .efficacyBox p {
  margin: 10px 0 0 30px;
  color: #6d7370;
  font-size: min(4.2vw, 14px);
  line-height: 1.75;
}
@media (min-width: 1025px) {
  .pilates-studio-effect {
    display: flex;
    max-width: 1120px;
    padding: 0 20px;
  }
  .pilates-studio-effect .efficacyBox {
    margin: 20px;
  }
}

.row.row-about {
  padding: 4.5% 0;
}
.row.row-about .about-content {
  max-width: 1120px;
  margin: 0 auto;
}
.row.row-about .about-section {
  display: flex;
  flex-direction: row-reverse;
  position: relative;
  margin-top: 50px;
  padding: 360px 20px 20px;
  background-repeat: no-repeat;
}
.row.row-about .about-section .content {
  box-sizing: border-box;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 20px;
  font-size: 14px;
  line-height: 2;
}
.row.row-about .about-section .content p {
  color: #6d7370;
  font-size: min(4.2vw, 14px);
}
.row.row-about .about-section .content p + p {
  margin-top: 1.5em;
}
.row.row-about .about-section-title {
  display: flex;
  align-content: center;
  position: absolute;
  top: -36px;
  left: 0;
  box-sizing: border-box;
  width: 90%;
  max-width: 640px;
  padding: 7px 0 15px 30px;
  background: #f8f9fc;
  border-radius: 0 0 500px 0;
  color: #1f1f1f;
  font-size: clamp(12px, 4vw, 24px);
}
.row.row-about .about-section-title img {
  display: block;
  width: 50px;
  margin-right: 17px;
}
.row.row-about .about-section-title span {
  align-self: center;
}
@media (min-width: 1025px) {
  .row.row-about .lead {
    margin-bottom: 109px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 2;
  }
  .row.row-about .about-section {
    padding: 100px 50px 50px;
  }
  .row.row-about .about-section .content {
    width: 50%;
    padding: 42px 42px 42px 66px;
  }
  .row.row-about .about-section-title {
    top: -50px;
  }
  .row.row-about .about-section-title img {
    width: auto;
    margin-right: 33px;
  }
  .row.row-about .about-section + .about-section {
    margin-top: 90px;
  }
}

body.home .row.row-about .about-1,
body.page-about .row.row-about .about-1,
body.single-studio .row.row-about .about-1 {
  background-image: url("../images/top/about/about_img_1_sp.jpg");
}
body.home .row.row-about .about-2,
body.page-about .row.row-about .about-2,
body.single-studio .row.row-about .about-2 {
  background-image: url("../images/top/about/about_img_2_sp.jpg");
}
body.home .row.row-about .about-3,
body.page-about .row.row-about .about-3,
body.single-studio .row.row-about .about-3 {
  background-image: url("../images/top/about/about_img_3_sp.jpg");
}
body.home .row.row-about .about-section,
body.page-about .row.row-about .about-section,
body.single-studio .row.row-about .about-section {
  padding: 400px 20px 20px;
  background-position: 50% top;
  background-size: contain;
}
body.home .row.row-about .about-section-title span,
body.page-about .row.row-about .about-section-title span,
body.single-studio .row.row-about .about-section-title span {
  line-height: 1.5;
}
body.home .row.row-about .about-section-title::after,
body.page-about .row.row-about .about-section-title::after,
body.single-studio .row.row-about .about-section-title::after {
  display: none;
}
@media (min-width: 1025px) {
  body.home .row.row-about .about-1,
  body.page-about .row.row-about .about-1,
  body.single-studio .row.row-about .about-1 {
    background-image: url("../images/top/about/about_img_1_new.jpg");
  }
  body.home .row.row-about .about-2,
  body.page-about .row.row-about .about-2,
  body.single-studio .row.row-about .about-2 {
    background-image: url("../images/top/about/about_img_2_new.jpg");
  }
  body.home .row.row-about .about-3,
  body.page-about .row.row-about .about-3,
  body.single-studio .row.row-about .about-3 {
    background-image: url("../images/top/about/about_img_3_new.jpg");
  }
  body.home .row.row-about .about-section,
  body.page-about .row.row-about .about-section,
  body.single-studio .row.row-about .about-section {
    padding: 100px 50px 50px;
    background-size: 70%;
    background-position: center left;
    border-radius: 0 0 0 40px;
  }
}

.entrybody {
  color: #6d7370;
  margin: 0 auto;
  max-width: 740px;
  font-size: 16px;
  line-height: 2;
  padding: 0 24px;
}
.entrybody::after {
  content: "";
  display: block;
  clear: both;
}
.entrybody > * + * {
  margin-top: 1.5em;
}
.entrybody .aligncenter {
  text-align: center;
}
.entrybody .alignleft {
  float: left;
  margin: 1.5em;
  margin-right: 0;
}
.entrybody .alignright {
  float: right;
  margin: 1.5em;
  margin-left: 0;
}
.entrybody .column_heading {
  font-size: 1.17em;
  color: #1f1f1f;
  font-weight: normal;
}
.entrybody h2,
.entrybody h3,
.entrybody h4 {
  line-height: 1.5;
  font-weight: normal;
}
.entrybody table {
  border-collapse: collapse;
  display: block;
}
.entrybody table tr {
  display: block;
  border-bottom: 1px solid #d2ccc9;
  padding: 24px;
}
.entrybody table th,
.entrybody table td {
  display: block;
  text-align: left;
}
.entrybody .small_txt {
  font-size: 10px;
}
.entrybody a {
  text-decoration: underline;
  overflow-wrap: break-word;
  color: inherit;
}
.entrybody a:hover, .entrybody a:focus-visible {
  text-decoration: none;
}
.entrybody img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 1025px) {
  .entrybody {
    font-size: 17px;
    line-height: 1.8823529412;
    padding: 0 40px;
  }
}

.main-content {
  padding: 20px;
}
@media (min-width: 1025px) {
  .main-content {
    padding: 40px;
  }
}

.column-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1280px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .column-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1025px) {
  .column-list {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    box-sizing: border-box;
  }
}

.column-item .pic {
  margin-bottom: 15px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.column-item .pic a {
  display: block;
  width: 100%;
  height: 100%;
}
.column-item .pic img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.column-item .title {
  margin: 15px 0 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.25em;
  color: #1f1f1f;
}
.column-item .title::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin: 0 0 20px;
  border-bottom: 2px solid #aaa;
}
.column-item .date {
  font-size: 13px;
  color: #908c8c;
  line-height: 1.5;
}
.column-item .excerpt {
  margin-top: 8px;
  font-size: 14px;
  color: #908c8c;
  line-height: 1.5;
}
.column-item .excerpt p {
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .column-item .excerpt {
    font-size: 12px;
  }
}

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