@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700&display=swap");
/*** The new CSS Reset - version 1.0.0 (last updated 8.7.2021) ***/
/* ブラウザのUAスタイルシートのすべてのスタイルを削除します、displayは除く */
*:where(:not(iframe, canvas, img, svg, video):not(svg *)) {
  all: unset;
  display: revert;
}

/* box-sizingの優先値 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* リストのスタイル（箇条書き・番号）を削除します */
ol, ul {
  list-style: none;
}

/* 画像がコンテナを超えないようにするため */
img {
  max-width: 100%;
}

/* テーブルのセル間のスペースを削除します */
table {
  border-collapse: collapse;
}

@font-face {
  font-family: "Logotype";
  src: url(../fonts/Logotype.woff2) format("woff2");
}
html {
  min-width: 320px;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
a {
  cursor: pointer;
}

p {
  font-feature-settings: "palt";
}

body {
  position: relative;
  background-image: url("../images/background-image_2.png");
  background-repeat: round;
  height: 100vh;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  color: #352112;
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  opacity: 0;
  overflow-y: scroll;
}

.sma_357 {
  display: none;
}

@media screen and (max-width: 538px) {
  .sma_357 {
    display: block;
  }
}
.c-content,
.editor-styles-wrapper {
  margin-top: 20px;
  line-height: 1.7;
  text-align: justify;
}
.c-content p,
.editor-styles-wrapper p {
  margin-bottom: 20px;
  font-size: 17px;
}
.c-content strong,
.editor-styles-wrapper strong {
  font-weight: 500;
}
.c-content,
.editor-styles-wrapper {
  /* =============================
     画像
  ============================= */
}
.c-content .wp-block-image + p,
.c-content .wp-block-post-featured-image + p,
.editor-styles-wrapper .wp-block-image + p,
.editor-styles-wrapper .wp-block-post-featured-image + p {
  margin-top: 15px;
}
.c-content,
.editor-styles-wrapper {
  /* =============================
     h2タグ 見出し
  ============================= */
}
.c-content h2.wp-block-heading[class*=is-style-music-],
.editor-styles-wrapper h2.wp-block-heading[class*=is-style-music-] {
  font-size: 23px;
  font-weight: 500;
  margin-top: 35px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 15px;
}
.c-content h2.wp-block-heading[class*=is-style-music-]::before,
.editor-styles-wrapper h2.wp-block-heading[class*=is-style-music-]::before {
  content: "♪";
  margin-right: 8px;
}
.c-content h2.wp-block-heading[class*=is-style-music-]::after,
.editor-styles-wrapper h2.wp-block-heading[class*=is-style-music-]::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 7px;
}
.c-content h2.wp-block-heading.is-style-music-pink::after,
.editor-styles-wrapper h2.wp-block-heading.is-style-music-pink::after {
  background: repeating-linear-gradient(-45deg, var(--wp--preset--color--pink), var(--wp--preset--color--pink) 2px, #fff 2px, #fff 4px);
}
.c-content h2.wp-block-heading.is-style-music-yellow::after,
.editor-styles-wrapper h2.wp-block-heading.is-style-music-yellow::after {
  background: repeating-linear-gradient(-45deg, var(--wp--preset--color--yellow), var(--wp--preset--color--yellow) 2px, #fff 2px, #fff 4px);
}
.c-content h2.wp-block-heading.is-style-music-green::after,
.editor-styles-wrapper h2.wp-block-heading.is-style-music-green::after {
  background: repeating-linear-gradient(-45deg, var(--wp--preset--color--green), var(--wp--preset--color--green) 2px, #fff 2px, #fff 4px);
}
.c-content h2.wp-block-heading.is-style-music-blue::after,
.editor-styles-wrapper h2.wp-block-heading.is-style-music-blue::after {
  background: repeating-linear-gradient(-45deg, var(--wp--preset--color--blue), var(--wp--preset--color--blue) 2px, #fff 2px, #fff 4px);
}
.c-content h2.wp-block-heading.is-style-music-purple::after,
.editor-styles-wrapper h2.wp-block-heading.is-style-music-purple::after {
  background: repeating-linear-gradient(-45deg, var(--wp--preset--color--purple), var(--wp--preset--color--purple) 2px, #fff 2px, #fff 4px);
}
.c-content,
.editor-styles-wrapper {
  /* =============================
     番号付きリスト (ol) にスタイルが適用された場合
  ============================= */
}
.c-content ol.is-style-circle-number,
.editor-styles-wrapper ol.is-style-circle-number {
  counter-reset: my-counter;
  list-style: none;
  padding-left: 0;
}
.c-content ol.is-style-circle-number li,
.editor-styles-wrapper ol.is-style-circle-number li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
  counter-increment: my-counter;
  font-size: 17px;
}
.c-content ol.is-style-circle-number li::before,
.editor-styles-wrapper ol.is-style-circle-number li::before {
  content: counter(my-counter);
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background: #351112; /* 指定の濃い茶色 */
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px; /* 数字のサイズ */
  font-weight: bold;
}

/* =============================
   太い下線
============================= */
.u-underline {
  background: linear-gradient(transparent 75%, color-mix(in srgb, var(--underline-color, #ff6) 50%, transparent) 75%);
}

/*--------------------------------------*
 * Layout
 *--------------------------------------*/
#header {
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  background: url("../images/header.svg");
  z-index: 10;
}

.h_flex {
  display: flex;
  max-width: 1120px;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
}

.h_logo {
  display: block !important;
}

.h_logo_sp {
  display: none !important;
}

@media (min-width: 768px) {
  .h_flex {
    height: 140px;
  }
  .h_flex label {
    display: none;
  }
  .l-header__logo--a {
    width: 40%;
    max-width: 350px;
    min-width: 200px;
    margin: clamp(1rem, 3vw, 3rem) 3rem;
  }
  .h_menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: clamp(300px, 45vw, 380px);
    height: clamp(72px, 7.5vw, 76px);
    margin: 0 3rem auto 0;
  }
  .h_menu li {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: 1fr;
    width: 100%;
    height: 100%;
  }
  .h_menu li a {
    display: grid;
    grid-template-columns: 1fr;
    text-align: center;
    row-gap: 0.2rem;
    text-decoration: none;
    color: #352112;
    font-size: 1.4rem;
    font-weight: 500;
  }
  .h_menu li a:hover {
    transform: scale(1.15, 1.15);
    transition: transform ease-out 0.1s;
  }
  .h_menu .h_menu_contact a {
    align-content: center;
    height: 100%;
    color: #fff;
    background-color: #e56399;
    opacity: 0.8;
    border-radius: 0 0 10px 10px;
  }
  .h_menu .h_menu_contact a:hover {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .h_flex {
    height: 13vh;
    max-height: 110px;
    min-height: 75px;
  }
  .h_flex input {
    display: none;
  }
  .l-header__logo--a {
    width: clamp(140px, 47%, 180px);
    margin: clamp(5px, 2vh, 15px) 0;
    padding-left: 2vw;
  }
  .h_logo {
    display: none !important;
  }
  .h_logo_sp {
    display: block !important;
    width: 100%;
    height: 100%;
  }
  label.l-header__menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    min-width: 125px;
    height: 43px;
    margin-right: 2vw;
    border-radius: 0 0 10px 10px;
    z-index: 100;
    background: rgba(255, 199, 87, 0.8);
  }
  label.l-header__menu .text__menu {
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.2rem;
    text-align: center;
    font-size: 1.6rem;
    font-weight: 500;
  }
  label.l-header__menu .l-header__line--wrap {
    cursor: pointer;
    width: 23%;
    height: 80%;
    border-radius: 5px;
    -webkit-tap-highlight-color: transparent;
  }
  label.l-header__menu .l-header__line {
    display: grid;
    align-content: space-evenly;
    transition: all 0.4s;
    height: 100%;
    border-radius: 2px;
    width: 100%;
  }
  label.l-header__menu .line--1,
  label.l-header__menu .line--2,
  label.l-header__menu .line--3 {
    background-color: #352112;
    height: 2px;
    transition: 0.3s;
  }
  nav.h_nav {
    position: absolute;
    margin-right: 2vw;
    padding-top: 43px;
    right: 0;
    z-index: 99;
    width: 125px;
    border-radius: 0 0 10px 10px;
    background-color: rgba(255, 199, 87, 0.8);
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s;
  }
  nav.h_nav a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.7rem;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 500;
    height: 4.5rem;
  }
  #check:checked ~ label.l-header__menu {
    border-radius: 0;
    transition: all 0.1s;
    max-height: 500px;
  }
  #check:checked ~ nav {
    max-height: 500px;
    transition: all 1.2s;
  }
  #check:checked ~ label .l-header__line--wrap .line--1 {
    transform: translate(15%, 0) rotate(45deg);
    transform-origin: 0%;
  }
  #check:checked ~ label .l-header__line--wrap .line--2 {
    opacity: 0;
  }
  #check:checked ~ label .l-header__line--wrap .line--3 {
    transform: translate(15%, 50%) rotate(-45deg);
    transform-origin: 0%;
  }
}
footer {
  position: sticky;
  top: 100vh;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  padding-top: 0.8rem;
  background: url("../images/background-image.jpg");
  font-weight: 400;
}

.l_ft__flex {
  display: flex;
  width: auto;
  max-width: 930px;
  height: 50px;
  margin: 0 auto;
  justify-content: space-around;
  padding: 0 2vw;
}
.l_ft__flex img {
  height: 50px;
  padding: 5px 0;
}
.l_ft__flex .l_ft__nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.l_ft__flex .l_ft__nav li {
  width: 33.3333333333%;
  text-align: center;
}
.l_ft__flex .l_ft__nav li a {
  text-decoration: none;
  line-height: 25px;
  color: #352112;
  font-size: 1.4rem;
}
.l_ft__flex .l_ft__nav li a:hover {
  color: #7ecace;
}
.l_ft__flex .c__contactButton {
  margin: 8px 0;
}

.l_ft__copyright {
  max-width: 890px;
  margin: 0 auto;
  padding-bottom: 1rem;
}
.l_ft__copyright .l_ft__copyright--text {
  text-align: right;
  font-size: 1rem;
}

@media only screen and (max-width: 480px) {
  .l_ft__nav {
    display: none !important;
  }
}
main {
  max-width: 920px;
  width: 93%;
  margin: 3rem auto 5rem;
}
@media screen and (max-width: 767px) {
  main {
    margin: 1.5rem auto 3rem;
  }
}

.l-sidebar--blog .c-widget {
  padding: 0 1rem 1rem;
  margin-bottom: 1.5rem;
  border-radius: 8px;
}

.c-widget i {
  margin-right: 0.7rem;
}

.c-widget__title {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid rgba(53, 33, 18, 0.1921568627);
}

.c-widget__list {
  list-style: none;
  padding-left: 0;
}

.c-widget__list li {
  margin-bottom: 0.5rem;
}

.c-widget__list a {
  text-decoration: none;
  color: inherit;
  -webkit-tap-highlight-color: transparent;
  transition: color 0.2s ease;
}

/* マウス（PC） */
@media (hover: hover) {
  .c-widget__list a:hover {
    color: #7ecace;
  }
}
/* タッチ（スマホ） */
@media (hover: none) {
  .c-widget__list a:active {
    color: #7ecace;
  }
}
/* キーボード操作 */
.c-widget__list a:focus-visible {
  color: #7ecace;
}

/*--------------------------------------*
 * Object
 *--------------------------------------*/
#scroll-to-top-btn {
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  right: 10px;
  height: 50px;
  width: 50px;
  font-size: 2.5rem;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: rgba(78, 78, 78, 0.25);
  border: none;
  border-radius: 50%;
  outline: none;
  opacity: 0;
  pointer-events: none;
  /* トランジションで滑らかにフェード */
  transition: opacity 0.5s ease, bottom 0.3s ease;
}

/* 表示時 */
#scroll-to-top-btn.show {
  opacity: 1;
  pointer-events: auto;
}

/* スマホ・タブレット対応 */
@media screen and (max-width: 768px) {
  #scroll-to-top-btn {
    height: 40px;
    width: 40px;
    font-size: 2rem;
    line-height: 40px;
    right: 5px;
    bottom: 5px;
  }
}
.c__contactButton {
  width: 150px;
  background-color: #e56399;
  opacity: 0.8;
  border: none;
  border-radius: 9999px;
  text-align: center;
}
.c__contactButton a {
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
}
.c__contactButton:hover {
  opacity: 1;
}

.c-button__top {
  width: 120px;
  height: 3rem;
  background-color: rgba(255, 199, 87, 0.8);
  border: none;
  border-radius: 9999px;
  text-align: center;
}
.c-button__top a {
  margin: 0 auto;
  color: #fff;
  text-decoration: none;
}
.c-button__top:hover {
  background-color: rgb(255, 199, 87);
}

.c-button__cv,
input[type=submit] {
  transition: all 0.2s;
}

.c-button__cv:hover,
input[type=submit]:hover {
  transform: translate3d(0, 3px, 0);
}

@media screen and (max-width: 572px) {
  .c-button__cv:active,
  input[type=submit]:active {
    transform: translate3d(0, 3px, 0);
  }
}
.p-news__more {
  text-align: right;
}

.p-news__more a {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.8rem;
  font-size: 1.4rem;
  font-weight: 500;
  color: #352112;
  transition: all 0.3s ease;
}

.p-news__more a:hover {
  transform: translateY(3px);
}

.p-news__more a::after {
  content: "→";
  transition: transform 0.3s ease;
}

.p-news__more a:hover::after {
  transform: translateX(4px);
}

@media screen and (max-width: 572px) {
  .p-news__more a:active {
    transition: transform 0.3s ease;
  }
}
.c-btn--recruitment {
  background-color: #ffcc66;
  border-radius: 30px;
}
.c-btn--recruitment div {
  font-size: 1.4rem;
}

.c-btn--insta {
  position: relative;
  border-radius: 30px;
  color: #fff;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  overflow: hidden; /*はみ出た部分を隠す*/
  text-decoration: none; /*下線は消す*/
}
.c-btn--insta::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /*全体を覆う*/
  height: 100%; /*全体を覆う*/
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}
.c-btn--insta div {
  position: relative;
  font-size: 1.4rem;
}

.c-heading__title {
  font-family: "Logotype";
  color: #352112;
  font-weight: 300;
}
.c-heading__title--En {
  font-size: 3.2rem;
}
.c-heading__title--Ja {
  margin-left: 2rem;
  font-size: 2rem;
}

.c-heading__line {
  background-color: #352112;
  height: 1px;
  width: 100%;
  margin: 1rem auto;
}

.c-heading__subtitle {
  margin-top: 4rem;
  text-align: center;
  font-family: "Logotype";
  font-weight: 300;
  font-size: 2rem;
}

.c-heading__subtitle-top {
  padding-bottom: 0.5rem;
  font-family: "Zen Maru Gothic", serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  text-align: center;
}

.c-heading__subtitle--profile {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 2rem;
}

.c-heading__subtitle--access {
  font-family: "Logotype";
  font-weight: 300;
  font-size: 2rem;
}

.c-heading__teiki {
  font-family: "Logotype";
  font-size: 1.8rem;
}
.c-heading__teiki::before {
  background: rgba(177, 224, 101, 0.5);
}

.c-heading__onelesson {
  font-family: "Logotype";
  font-size: 1.8rem;
}
.c-heading__onelesson::before {
  background: rgba(126, 202, 206, 0.5);
}

.c-heading__online {
  font-family: "Logotype";
  font-size: 1.8rem;
}
.c-heading__online::before {
  background: rgba(133, 126, 206, 0.5);
}

.c-heading__course {
  margin-bottom: 0.5rem;
  font-family: "Logotype";
  font-size: 1.8rem;
}
.c-heading__course::before {
  content: "- ";
}
.c-heading__course::after {
  content: " -";
}

#c-map {
  width: 100%;
  max-width: 500px;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

#c-map iframe {
  width: 100%;
  height: 700px;
  margin-top: -130px;
}

.c-tab-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  row-gap: 1rem;
  margin-top: 2rem;
  -webkit-tap-highlight-color: transparent;
}

.tab-label {
  border: 2px solid #b1e065;
  border-radius: 20px;
  padding: 0.7rem 1.5rem;
  order: -1;
  font-family: "Logotype";
  font-size: 1.6rem;
  cursor: pointer;
}

.tab-label:hover {
  background: rgba(177, 224, 101, 0.2);
}

.tab-content {
  width: 100%;
  display: none;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: rgba(177, 224, 101, 0.5);
}

.tab-switch:checked + .tab-label + .tab-content {
  display: block;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.c-tab__anime--side {
  animation-name: AnimeSide;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes AnimeSide {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.p-form__wrap {
  max-width: 800px;
  margin: 3rem auto 0;
  padding: 5rem 0;
  background-color: rgba(247, 246, 242, 0.5);
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}
.p-form__wrap h3 {
  text-align: center;
  font-size: 2.5rem;
  font-weight: 500;
}
.p-form__wrap form {
  padding: 0 2rem;
}

.formTable,
.confirm_table {
  width: 90%;
  table-layout: fixed;
  margin: 2rem auto 0;
  border-collapse: collapse;
  font-size: 1.6rem;
}
.formTable caption,
.confirm_table caption {
  margin: 0 1rem 1rem;
}
.formTable tr,
.confirm_table tr {
  margin: 0 1rem;
  padding: 1rem;
  border-top: 1px solid #ccc;
}
.formTable tr:last-of-type,
.confirm_table tr:last-of-type {
  border-bottom: 1px solid #ccc;
}
.formTable th,
.confirm_table th {
  width: 245px;
  padding: 20px;
  padding-right: 10px;
  vertical-align: top;
  white-space: nowrap;
  font-weight: 500;
}
.formTable th::after,
.confirm_table th::after {
  content: "必須";
  margin-left: 0.5rem;
  padding: 0 0.5rem 0.03rem;
  border: 1.5px solid #e48d8d;
  border-radius: 20px;
  color: #e48d8d;
  background-color: #ffffff;
  font-size: 1.4rem;
}
.formTable td,
.confirm_table td {
  max-width: 70%;
  margin: 0 auto;
  padding: 20px;
  padding-left: 10px;
}
.formTable input,
.formTable select,
.formTable textarea,
.confirm_table input,
.confirm_table select,
.confirm_table textarea {
  max-width: 100%;
  display: initial;
  box-sizing: border-box;
}
.formTable textarea,
.confirm_table textarea {
  resize: vertical;
}
.formTable input[type=text],
.formTable input[type=tel],
.formTable input[type=email],
.formTable textarea,
.formTable select,
.confirm_table input[type=text],
.confirm_table input[type=tel],
.confirm_table input[type=email],
.confirm_table textarea,
.confirm_table select {
  padding: 0.2rem 0.8rem;
  border: 1.75px solid #352112;
  border-radius: 5px;
  background-color: rgb(255, 254, 252);
}
.formTable input[type=text]::-moz-placeholder, .formTable input[type=tel]::-moz-placeholder, .formTable input[type=email]::-moz-placeholder, .formTable textarea::-moz-placeholder, .formTable select::-moz-placeholder, .confirm_table input[type=text]::-moz-placeholder, .confirm_table input[type=tel]::-moz-placeholder, .confirm_table input[type=email]::-moz-placeholder, .confirm_table textarea::-moz-placeholder, .confirm_table select::-moz-placeholder {
  color: #cccccc;
}
.formTable input[type=text]::placeholder,
.formTable input[type=tel]::placeholder,
.formTable input[type=email]::placeholder,
.formTable textarea::placeholder,
.formTable select::placeholder,
.confirm_table input[type=text]::placeholder,
.confirm_table input[type=tel]::placeholder,
.confirm_table input[type=email]::placeholder,
.confirm_table textarea::placeholder,
.confirm_table select::placeholder {
  color: #cccccc;
}
.formTable select,
.confirm_table select {
  width: clamp(160px, 65%, 225px);
}
.formTable input[type=text],
.confirm_table input[type=text] {
  width: clamp(220px, 80%, 300px);
}

.c-form__button--wrap {
  display: flex;
  justify-content: center;
  max-width: 800px;
  height: -moz-fit-content;
  height: fit-content;
  gap: 3rem;
  margin: 2rem auto 0;
}
.c-form__button--wrap button[type=button],
.c-form__button--wrap input[type=reset],
.c-form__button--wrap input[type=submit],
.c-form__button--wrap .back_button,
.c-form__button--wrap .c-button__thanks {
  width: 165px;
  height: 40px;
  border: none;
  border-radius: 9999px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
}
.c-form__button--wrap .c-form__button {
  opacity: 0.8;
}
.c-form__button--wrap .c-form__button:hover {
  opacity: 1;
}
.c-form__button--wrap button[type=button] {
  background-color: rgb(255, 199, 87);
}
.c-form__button--wrap input[type=reset],
.c-form__button--wrap .back_button {
  background-color: rgb(212, 212, 212);
}
.c-form__button--wrap input[type=submit] {
  background-color: #7ecace;
}
.c-form__button--wrap .c-button__thanks {
  height: 40px;
  line-height: 40px;
  background-color: rgb(255, 199, 87);
}

/* 送信ローダーの位置調整 */
.wpcf7 .wpcf7-spinner {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.wpcf7-submit-block {
  position: relative;
}

/* 送信ローダークリック時 */
.wpcf7-submit.wpcf7-active {
  pointer-events: none;
  opacity: 0.5;
}

/*確認画面と完了画面を非表示*/
.confirm_area,
.confirm_table,
.confirm_area__button {
  display: none;
}

.wpcf7-turnstile.cf-turnstile div {
  display: grid;
  place-items: center;
  margin-top: 1.5rem;
}

/*デフォルトのサンクスメッセージを非表示*/
.wpcf7-response-output {
  display: none;
}

@media screen and (max-width: 768px) {
  .p-form__wrap {
    padding: 3vh 0;
  }
  .p-form__wrap form {
    padding: 0 2vw;
  }
  .formTable tr,
  .confirm_table tr {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    text-align: center;
  }
  .formTable th,
  .formTable td,
  .confirm_table th,
  .confirm_table td {
    max-width: 100%;
    display: block;
  }
  .formTable th,
  .confirm_table th {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 1.5rem 2vw 0;
  }
  .formTable td,
  .confirm_table td {
    padding: 1rem 2vw 2rem;
  }
  .formTable select,
  .confirm_table select {
    width: 100%;
    max-width: 225px;
  }
  .formTable input[type=text],
  .confirm_table input[type=text] {
    width: 100%;
    max-width: 300px;
  }
  .formTable textarea,
  .confirm_table textarea {
    text-align: left;
  }
  .c-form__button--wrap {
    flex-wrap: wrap;
    gap: 1.5rem;
  }
}
/* =============================
   Blog Card
============================= */
.c-card--blog {
  position: relative;
  background-color: rgba(255, 255, 255, 0.662745098);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
}
.c-card--blog:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* =============================
   Card Link（カード全体リンク）
============================= */
.c-card__link {
  position: absolute;
  inset: 0;
  z-index: 5;
}

/* =============================
   Card Contents
   ※ カードリンクを優先するため
   ※ 基本はクリック無効
============================= */
.c-card__thumb,
.c-card__body {
  pointer-events: none;
}

/* サムネイル */
.c-card__thumb img {
  width: 100%;
  height: auto;
  aspect-ratio: 1.618/1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 本文 */
.c-card__body {
  color: #352112;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

/* タイトル */
.c-card__title {
  font-size: 1.7rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
.c-card__title a {
  text-decoration: none;
}
.c-card__title a:hover {
  color: #7ecace;
}

/* =============================
   Meta（投稿日・カテゴリ）
============================= */
.c-card__meta {
  text-align: right;
  font-size: 1.3rem;
  color: rgba(53, 33, 18, 0.7019607843);
  margin-bottom: 0.5rem;
}
.c-card__meta .c-card__date,
.c-card__meta .c-card__update {
  margin-right: 0.5rem;
}
.c-card__meta i {
  font-size: 1.2rem;
  margin-right: 0.3rem;
}

/* =============================
   Category（例外的にクリック可）
============================= */
.c-card__category,
.c-card__category a {
  pointer-events: auto;
  position: relative;
  z-index: 6;
  text-decoration: none;
}

.c-card__category a:hover {
  color: #7ecace;
  text-decoration-color: #7ecace;
}

/* =============================
   Excerpt
============================= */
.c-card__excerpt {
  flex: 1;
  font-size: 0.95rem;
  color: rgba(53, 33, 18, 0.8);
}

/* =============================
   No Posts Message
============================= */
.c-message--no-posts {
  text-align: center;
  padding: 2rem;
  background-color: #f9f9f9;
  border-radius: 8px;
}

.c-pagination {
  margin-top: 2rem;
  text-align: center;
}

.c-pagination a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 0.8rem;
  margin: 0 0.2rem;
  background-color: #f0f0f0;
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  -webkit-tap-highlight-color: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
}

/* マウス（PC） */
@media (hover: hover) {
  .c-pagination a:hover {
    background-color: #7ecace;
    color: #fff;
  }
}
/* タッチ（スマホ） */
@media (hover: none) {
  .c-pagination a:active {
    background-color: #7ecace;
    color: #fff;
  }
}
/* キーボード操作（アクセシビリティ） */
.c-pagination a:focus-visible {
  background-color: #7ecace;
  color: #fff;
}

.c-breadcrumb i {
  margin-right: 0.3rem;
}
.c-breadcrumb a {
  text-decoration: none;
}

/* マウス（PC） */
@media (hover: hover) {
  .c-breadcrumb a:hover {
    color: #7ecace;
  }
}
/* タッチ（スマホ） */
@media (hover: none) {
  .c-breadcrumb a:active {
    color: #7ecace;
  }
}
/* キーボード操作 */
.c-breadcrumb a:focus-visible {
  color: #7ecace;
}

#p-top__img {
  position: relative;
  text-align: center;
  margin: -10vmax auto 0;
  z-index: 1;
  line-height: 0;
}

#p-top__img img {
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  display: block;
  border-radius: 0 0 50px 50px;
  height: clamp(600px, 65vh, 750px);
  /* 画像の切り抜き設定 */
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom; /* 下側を基準に切り抜く */
}

/* SEO & アクセシビリティ用 */
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

.p-top__main--wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  width: 100%;
  justify-content: center;
}
.p-top__main--wrap article {
  padding: 3rem;
  backdrop-filter: blur(15px);
  background-color: rgba(177, 177, 177, 0.1);
  border-radius: 10px;
}
.p-top__main--wrap article h2 {
  font-family: "Logotype";
}
.p-top__main--wrap article:first-child {
  grid-area: 1/1/2/3;
  width: 100%;
}
.p-top__main--wrap article:nth-child(2) {
  grid-area: 2/1/3/2;
}
.p-top__main--wrap article:nth-child(3) {
  grid-area: 2/2/3/3;
}
.p-top__main--wrap article:last-child {
  grid-area: 3/1/4/3;
}
.p-top__main--wrap #news {
  display: block;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .p-top__main--wrap {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .p-top__main--wrap article {
    padding: 2.5rem;
  }
  .p-top__main--wrap article:first-child,
  .p-top__main--wrap article:nth-child(2),
  .p-top__main--wrap article:nth-child(3),
  .p-top__main--wrap article:last-child {
    grid-area: auto;
  }
}
@media (max-width: 768px) {
  .p-top__main--wrap {
    gap: 2rem;
  }
  .p-top__main--wrap article {
    padding: 2rem;
    border-radius: 8px;
  }
  #news .p-news__item {
    padding: 1.5rem 0;
  }
  #news .p-news__title {
    font-size: 1.6rem;
  }
  #news .news-content {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .p-top__main--wrap {
    gap: 1.5rem;
  }
  .p-top__main--wrap article {
    padding: 2rem;
  }
  .p-top__info p,
  .p-top__features p {
    font-size: 1.6rem;
    line-height: 1.7;
  }
}
.p-top__info {
  max-width: 500px;
  margin: auto;
}
.p-top__info p {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.8;
}

.p-top__recruitment {
  max-width: 500px;
  margin: 0 auto;
}
.p-top__recruitment section {
  margin: 1.5rem 0;
}
.p-top__recruitment section p {
  margin: 0.5rem 0;
}
.p-top__recruitment h3 {
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
.p-top__recruitment p {
  margin-top: 1.5rem;
}
.p-top__recruitment p .p-top__recruitment-dec {
  font-weight: 550;
  text-decoration: underline;
  text-decoration-thickness: 0.4em;
  text-decoration-color: #ffcc66;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
.p-top__recruitment p .p-top__recruitment-right {
  display: block;
  text-align: right;
}
.p-top__recruitment a {
  color: #e56399;
  -webkit-text-decoration: underline solid #e56399;
          text-decoration: underline solid #e56399;
}

.p-top__features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  max-width: 700px;
  gap: 3rem;
  margin: 2rem auto 0;
}
.p-top__features section {
  border-radius: 50%;
  aspect-ratio: 1/1;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.p-top__features section:nth-of-type(1) {
  background-color: rgba(255, 204, 102, 0.3);
  box-shadow: 0px 0px 8px 8px rgba(255, 204, 102, 0.3);
}
.p-top__features section:nth-of-type(1) h3::after {
  background-color: #ffcc66;
}
.p-top__features section:nth-of-type(2) {
  background-color: rgba(177, 224, 101, 0.3);
  box-shadow: 0px 0px 8px 8px rgba(177, 224, 101, 0.3);
}
.p-top__features section:nth-of-type(2) h3::after {
  background-color: #b1e065;
}
.p-top__features section:nth-of-type(3) {
  background-color: rgba(126, 202, 206, 0.3);
  box-shadow: 0px 0px 8px 8px rgba(126, 202, 206, 0.3);
}
.p-top__features section:nth-of-type(3) h3::after {
  background-color: #7ecace;
}
.p-top__features section:nth-of-type(4) {
  background-color: rgba(133, 126, 206, 0.3);
  box-shadow: 0px 0px 8px 8px rgba(133, 126, 206, 0.3);
}
.p-top__features section:nth-of-type(4) h3::after {
  background-color: #857ece;
}
.p-top__features h3 {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  text-align: center;
  position: relative;
}
.p-top__features h3::before {
  font-family: "FontAwesome";
  content: "\f001";
  margin-right: 0.5rem;
}
.p-top__features h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 2px;
  margin: 0.8rem auto 0;
  border-radius: 2px;
}
.p-top__features p {
  margin-top: 0.2rem;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .p-top__features {
    grid-template-columns: 1fr;
  }
  .p-top__features section {
    aspect-ratio: auto;
    border-radius: 16px;
    max-width: 100%;
    padding: 2rem;
  }
  .p-top__features h3 {
    font-size: 1.6rem;
  }
  .p-top__features p {
    font-size: 1.6rem;
  }
}
.p-lesson__location {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  justify-content: center;
  width: 100%;
  gap: 3rem;
  margin: 3rem 0 auto;
  -webkit-tap-highlight-color: transparent;
}
.p-lesson__location--item {
  width: 100%;
  padding: 1.5rem 2rem;
  border-radius: 10px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.25);
  text-decoration: none;
  font-size: 1.4rem;
}
.p-lesson__location--item h3 {
  display: inline-block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0.5rem;
}
.p-lesson__location--item h3::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  bottom: -0.1rem;
  width: calc(100% + 1rem);
  height: 0.6rem;
  left: -0.5rem;
  z-index: -1;
}
.p-lesson__location--item p {
  margin: 1rem 0;
  line-height: 2rem;
}
.p-lesson__location--item.teiki:hover {
  background: rgba(177, 224, 101, 0.55);
}
.p-lesson__location--item.onelesson:hover {
  background: rgba(126, 202, 206, 0.55);
}
.p-lesson__location--item.online:hover {
  background: rgba(133, 126, 206, 0.55);
}

.teiki {
  background: rgba(177, 224, 101, 0.3);
}

.onelesson {
  background: rgba(126, 202, 206, 0.3);
}

.online {
  background: rgba(133, 126, 206, 0.3);
}

.p-lesson__course--wrap {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 5rem;
  margin: 3rem 0 0;
}

.p-lesson__course {
  border-radius: 10px;
  width: 100%;
}
.p-lesson__course#teiki {
  border: 2.5px solid #b1e065;
  background: rgba(177, 224, 101, 0.05);
}
.p-lesson__course#onelesson {
  border: 2.5px solid #7ecace;
  background: rgba(126, 202, 206, 0.05);
}
.p-lesson__course#online {
  border: 2.5px solid #857ece;
  background: rgba(133, 126, 206, 0.05);
}
.p-lesson__course--upper {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  text-align: center;
  padding: 1.5rem;
  border-radius: 10px 10px 0 0;
}
.p-lesson__course--upper h3 {
  display: inline-block;
  position: relative;
  margin-bottom: 1rem;
}
.p-lesson__course--upper h3::before {
  content: "";
  position: absolute;
  border-radius: 5px;
  bottom: -0.1rem;
  width: calc(100% + 1rem);
  height: 0.6rem;
  left: -0.5rem;
  z-index: -1;
}

.p-lesson__course--item {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
  width: 100%;
  gap: 2.5rem;
  padding: 2.5rem;
  justify-content: space-around;
}
.p-lesson__course--item .p-lesson__course--card {
  overflow: hidden;
  border-radius: 10px;
  text-align: center;
  width: 100%;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.25);
  background: rgb(255, 255, 255);
}
.p-lesson__course--item .p-lesson__course--card--upper {
  padding: 1.5rem;
}
.p-lesson__course--item .p-lesson__course--card--upper .p-lesson__course--fee--wrap {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-size: 1.4rem;
  font-weight: 500;
}
.p-lesson__course--item .p-lesson__course--card--upper .p-lesson__course--fee--wrap .p-lesson__course--time {
  display: flex;
  align-items: center;
}
.p-lesson__course--item .p-lesson__course--card--upper .p-lesson__course--fee--wrap .p-lesson__course--fee {
  text-align: right;
}
.p-lesson__course--item .p-lesson__course--card--upper p:not([class]) {
  font-size: 1.4rem;
  font-weight: 500;
}
.p-lesson__course--item .p-lesson__course--card--main {
  padding: 1rem 1.5rem 1.5rem;
  border-radius: 0 0 10px 10px;
  font-size: 1.4rem;
  text-align: left;
}
.p-lesson__course--item .p-lesson__course--card--main .p-lesson__book {
  margin-bottom: 0.8rem;
  text-align: center;
}

.p-lesson__bold {
  font-weight: 500;
}

.p-profile__wrap {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
  gap: 3rem;
  margin: 0 auto;
  max-width: 700px;
}
.p-profile__wrap img {
  margin: calc(3rem + 1.5vmin) auto 0;
  max-width: 180px;
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.p-profile__wrap .p-profile__text {
  margin-top: 1rem;
  font-size: 1.6rem;
  font-weight: 400;
}

.p-access__wrap {
  max-width: 800px;
  margin: 2.5rem auto;
}

.p-access__location {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin: 0;
}
.p-access__location .p-access__text p {
  margin-top: 1rem;
}
.p-access__location .p-access__map iframe {
  width: 100%;
  height: 450px;
  border: 0;
}

.p-q_a__wrap {
  max-width: 700px;
  margin: 0 auto;
}
.p-q_a__wrap h2 {
  margin-top: 2.5rem;
  font-size: 2rem;
  font-weight: 500;
}
.p-q_a__wrap details {
  width: 100%;
  margin-top: 2rem;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-tap-highlight-color: transparent;
}
.p-q_a__wrap details summary {
  display: grid;
  grid-template-columns: 30px 1fr 2rem;
  gap: 1rem;
  justify-content: start;
  align-items: center;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  padding: 1rem;
  background-color: rgba(177, 177, 177, 0.1);
  border-radius: 10px;
  list-style: none;
  cursor: pointer;
  font-size: 1.6rem;
  font-weight: 500;
}
.p-q_a__wrap details summary::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: "Q";
  font-size: 1.8rem;
  color: #fff;
  background-color: rgba(255, 199, 87, 0.8);
  text-align: center;
}
.p-q_a__wrap details summary::after {
  display: inline-block;
  font-family: "fontawesome";
  content: "\f107";
  text-align: center;
}
.p-q_a__wrap details summary:hover {
  background-color: rgba(177, 177, 177, 0.2);
}
.p-q_a__wrap details .content {
  overflow: hidden;
}
.p-q_a__wrap details .p-q_a__details_content {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 1rem;
  padding: 2rem 2.5rem;
}
.p-q_a__wrap details .p-q_a__details_content::before {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  content: "A";
  font-size: 1.8rem;
  color: #fff;
  background-color: rgba(229, 99, 153, 0.6);
  text-align: center;
}

#trial a {
  color: #e56399;
  -webkit-text-decoration: underline solid #e56399;
          text-decoration: underline solid #e56399;
}
#trial p {
  margin-top: 0.5rem;
}

.p-news__wrap {
  background-image: none;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.p-news__wrap h3 {
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
}
.p-news__wrap main {
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
}
.p-news__wrap .p-news__item {
  padding: 0 0 1.5rem;
  border-bottom: 1px solid #ddd;
}
.p-news__wrap .p-news__item:last-child {
  border-bottom: none;
}
.p-news__wrap section {
  margin: 1.5rem 0;
}
.p-news__wrap section p {
  margin-top: 0.5rem;
  font-size: 1.6rem;
  font-family: "Zen Maru Gothic", serif;
  font-weight: 400;
  line-height: 1.8;
}
.p-news__wrap section span {
  display: block;
  text-align: right;
}
.p-news__wrap section a {
  color: #e56399;
  -webkit-text-decoration: underline solid #e56399;
          text-decoration: underline solid #e56399;
}
.p-news__wrap .p-news__more {
  text-align: right;
}
.p-news__wrap .p-news__more a {
  text-decoration: none;
}

.p-news-archive__wrapper {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: 3fr 1fr; /* メイン3:サイド1 */
  gap: 2rem;
}

@media (max-width: 480px) {
  .p-news-archive__wrapper {
    grid-template-columns: 1fr;
  }
}
.p-news-archive {
  max-width: 700px;
}

.p-news-archive__item:first-child {
  padding: 0 0 2.5rem;
}

.p-news-archive__item + .p-news-archive__item {
  border-top: 1px solid #ddd;
  padding: 2.5rem 0;
}

.p-news__head,
.p-news-archive__head {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
}

.p-news__title,
.p-news-archive__title {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
}
.p-news__title .p-news__new,
.p-news__title .p-news-archive__new,
.p-news-archive__title .p-news__new,
.p-news-archive__title .p-news-archive__new {
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.8rem;
  padding: 0.2rem 0.6rem;
  font-size: 1.1rem;
  font-weight: 600;
  line-height: 1;
  color: #e56399;
  border: 1px solid #e56399;
  border-radius: 999px;
  opacity: 0.7;
}

.p-news-archive__date {
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  opacity: 0.7;
}

.p-news-archive__content {
  margin-top: 1.5rem;
  padding: 0 1rem;
  line-height: 1.9;
}

.p-news-archive__pagination {
  margin-top: 4rem;
  text-align: center;
}

.p-form__thanks {
  display: block;
  width: 90%;
  margin: 2rem auto 0;
}
.p-form__thanks p {
  margin-top: 1rem;
}

.p-law_table {
  width: 90%;
  table-layout: fixed;
  margin: 2rem auto 0;
  border-collapse: collapse;
  font-size: 1.6rem;
}
.p-law_table tr {
  margin: 0 1rem;
  padding: 1rem;
  border-top: 1px solid #ccc;
}
.p-law_table tr:last-of-type {
  border-bottom: 1px solid #ccc;
}
.p-law_table th {
  width: 245px;
  padding: 20px;
  padding-right: 10px;
  vertical-align: top;
  white-space: nowrap;
  font-weight: 500;
}
.p-law_table td {
  max-width: 70%;
  margin: 0 auto;
  padding: 20px;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .p-law_table tr {
    width: 100%;
    box-sizing: border-box;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
    text-align: center;
  }
  .p-law_table th,
  .p-law_table td {
    max-width: 100%;
    display: block;
  }
  .p-law_table th {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    padding: 1.5rem 2vw 0;
  }
  .p-law_table td {
    padding: 1rem 2vw 2rem;
  }
}
/* メイン + サイドバーの2カラム */
.p-blog__wrapper {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: 3fr 1fr; /* メイン3:サイド1 */
  gap: 2rem;
}

.p-blog__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 2rem;
}

@media (max-width: 650px) {
  .p-blog__wrapper {
    grid-template-columns: 1fr;
  }
}
body.page-maintenance {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

main.p-maintenance {
  margin: 0;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.p-maintenance__wrap {
  width: min(700px, 90vw);
  height: 300px;
  padding: 3rem;
  backdrop-filter: blur(15px);
  background-color: rgba(177, 177, 177, 0.1);
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.p-maintenance__wrap h1 {
  text-align: center;
  font-size: 2rem;
}
.p-maintenance__wrap p {
  margin-top: 1rem;
  text-align: center;
}

.p-single__wrapper {
  display: grid;
  margin-top: 3rem;
  grid-template-columns: 3fr 1fr; /* メイン3:サイド1 */
  gap: 2rem;
}
.p-single__wrapper section {
  max-width: 800px;
  padding: 3rem 3.5rem;
  background-color: rgba(247, 246, 242, 0.5);
  box-shadow: 0 2.5px 5px 0 rgba(0, 0, 0, 0.25);
  border-radius: 30px;
}

@media (max-width: 650px) {
  .p-single__wrapper {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 480px) {
  .p-single__wrapper section {
    padding: 2.5rem 1.5rem;
  }
}
h1.p-single__title {
  font-family: "Zen Maru Gothic", serif;
  font-weight: 500;
  font-size: 2.5rem;
}

.p-single__meta {
  margin-top: 1rem;
}
.p-single__meta .p-single__date {
  margin: auto;
}
.p-single__meta .p-single__update {
  margin-left: 1rem;
}

.p-single__thumbnail {
  margin-top: 1.5rem;
}
.p-single__thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.p-single__footer {
  margin-top: 2rem;
}
.p-single__footer .p-single__footer-line {
  border: none;
  border-top: 1.8px dashed rgba(53, 33, 18, 0.1921568627);
  margin-bottom: 20px;
}
.p-single__footer .p-single__cta {
  margin-top: 1rem;
  display: flex;
  gap: 10px;
  flex-wrap: wrap; /* スマホで溢れたら改行するように */
  align-items: stretch;
}
.p-single__footer .p-single__cta a {
  display: inline-block;
  padding: 0.5rem 1.2rem;
  text-decoration: none;
}
.p-single__footer .p-single__footer-line {
  border: none;
  border-top: 1.8px dashed rgba(53, 33, 18, 0.1921568627);
  margin-bottom: 20px;
}

.p-single__address {
  font-size: 1.4rem;
  font-style: normal;
  line-height: 1.5;
}
.p-single__address .p-single__logofont {
  display: flex;
  align-items: center;
  font-family: "Logotype";
  font-weight: 300;
}
.p-single__address .p-single__logofont::after {
  content: url("../images/key.svg");
  height: 3rem;
  width: 5rem;
  display: inline-block;
}

.p-single__post-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
  border-top: 1.8px dashed rgba(53, 33, 18, 0.1921568627);
  padding-top: 2rem;
}

.p-single__post-nav a {
  display: block;
  width: 48%; /* 2カラム */
  text-decoration: none;
  color: #352112;
}

.p-single__next-link {
  margin-left: auto;
}

.p-single__nav-content img {
  width: 80px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px 0 0 10px;
}

.p-single__nav-label {
  display: block;
  font-size: 1.4rem;
  color: rgba(53, 33, 18, 0.6509803922);
  margin-bottom: 0.5rem;
}

.p-single__next-link .p-single__nav-label {
  text-align: right;
}

.p-single__nav-content {
  display: flex;
  align-items: center;
  gap: 1rem;
  background-color: rgba(255, 255, 255, 0.662745098);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  transition: all 0.3s ease;
}
.p-single__nav-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
}

/* スマホでは縦並びに */
@media (max-width: 600px) {
  .p-single__post-nav {
    flex-direction: column;
    gap: 20px;
  }
  .p-single__post-nav a {
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */