@charset "UTF-8";

.preparation {
  font-size: max(20px, 3.2rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  text-align: center;
}

/*============================
	hero
============================*/
.hero {
  background: url("../img/mv_1.jpg") no-repeat center / cover;
  width: 100%;
  height: 40rem;
  display: grid;
  place-content: center;
  padding-top: 10rem;
  position: relative;
}

.hero::before {
  content: "";
  background-color: var(--black);
  background-color: #fff;
  opacity: 0.8;
  position: absolute;
  inset: 0;
}

@media (max-width: 767px) {
  .hero {
    height: max(300px, 44rem);
  }
}

.hero__ttl {
  /* font-family: var(--font-ttl); */
  font-size: max(24px, 4.8rem);
  font-weight: 700;
  line-height: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.hero__ttl span {
  /* font-family: var(--font-en); */
  font-size: max(12px, 1.6rem);
  font-weight: 700;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}

/*-------------------------
  lower_sec
---------------------------*/
.lower_sec {
  padding: 12rem 0 15rem;
}

.lower_sec-inner {
  width: 80%;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .lower_sec-inner {
    width: 90%;
  }
}

/*-------------------------
  policy
---------------------------*/
.policy__contents:not(:last-of-type) {
  margin-bottom: 8rem;
}

.policy__ttl {
  border-bottom: solid 1px rgba(0, 0, 0, 0.4);
  font-size: max(18px, 2.9rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 1rem 0 1.5rem 0;
  margin-bottom: 3rem;
  position: relative;
}

.policy__ttl::before {
  content: "";
  width: 20%;
  border-bottom: solid 3px var(--brown);
  position: absolute;
  bottom: -3px;
}

.policy__wrapper {
  display: flex;
  gap: 2rem 5%;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .policy__wrapper {
    flex-direction: column;
  }
}

.policy__img {
  width: 35%;
  height: 100%;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .policy__img {
    width: 100%;
  }
}

.policy__txt {
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 2;
    font-size: max(13px, 2.13rem);
}

/*-------------------------
  menu
---------------------------*/
.menu__btn-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-bottom: 4rem;
}

.menu__btn {
  width: 100%;
  height: max(50px, 7rem);
  border: solid 1px var(--brown);
  font-size: max(12px, 2rem);
  letter-spacing: 0.3em;
  display: grid;
  place-content: center;
}

@media (max-width: 767px) {
  .menu__btn {
    height: max(40px, 7rem);
  }
}

.current .menu__btn {
  background-color: var(--brown);
  color: var(--white);
}

/*-------------------------
  news
---------------------------*/
/* .CMS-NEWS-INDEX {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6rem 3rem;
  padding-bottom: 15rem;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .CMS-NEWS-INDEX {
    grid-template-columns: 1fr;
  }
}

.CMS-NEWS-THUMBNAIL {
  width: 100%;
  height: 24rem;
  margin-bottom: 3rem;
}

@media (max-width: 767px) {
  .CMS-NEWS-THUMBNAIL {
    width: 100%;
    height: 40rem;
  }
}

.CMS-NEWS-LINK {
  font-size: max(14px, 1.8rem);
  font-weight: 500;
  letter-spacing: 0.04em;
  line-height: 1.44;
  margin-bottom: 2rem;
}

.CMS-NEWS-TIME {
  font-size: max(12px, 1.4rem);
  letter-spacing: 0.08em;
}

.CMS-NEWS-MORE-READ {
  background-color: var(--brown);
  width: 38rem;
  height: 7rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: var(--white);
  display: grid;
  place-content: center;
  position: absolute;
  transform: translateX(-50%);
  bottom: 0;
  left: 50%;
  transition: 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .CMS-NEWS-MORE-READ:hover {
    opacity: 0.6;
  }
}

@media (max-width: 767px) {
  .CMS-NEWS-MORE-READ {
    width: 100%;
    height: 8rem;
  }
}

.CMS-NEWS-DETAIL {
  width: 100%;
  height: auto;
  color: var(--white);
  margin: 0 auto;
}

.CMS-NEWS-TITLE {
  font-size: max(16px, 2.4rem);
  font-weight: 700;
  letter-spacing: 0.04em;
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  padding: 1rem 0 1.2rem 0;
  margin-bottom: 3rem;
  position: relative;
}

.CMS-NEWS-TITLE:after {
  content: "";
  display: block;
  width: 25%;
  border-bottom: solid 3px var(--brown);
  position: absolute;
  bottom: -3px;
}

.CMS-NEWS-CONTENT img {
  display: block;
  width: 80%;
  height: auto;
  margin: 0 auto 2rem auto;
} */

/*-------------------------
  gallery
---------------------------*/
.gallery__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

.gallery__list li {
  margin: 0 1rem 2rem;
}

.gallery__list a {
  display: block;
  width: 14vw;
  height: 14vw;
  border-radius: 50%;
  overflow: hidden;
}

@media (max-width: 767px) {
  .gallery__list a {
    width: 19vw;
    height: 19vw;
  }
}

#swipebox-close {
  right: auto;
  left: 0;
}

@media (min-width: 800px) {
  #swipebox-close {
    right: auto;
    left: 10px;
  }
}

/*-------------------------
  shop
---------------------------*/
.map {
  margin: 0 auto 4rem;
}

.shop__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.shop__list dt,
.shop__list dd {
  border-bottom: solid 1px #000;
  letter-spacing: 0.08em;
  line-height: 2;
  padding: 2rem;
    letter-spacing: 0rem;
    line-height: 1.78;
    font-size: max(13px, 2.13rem);
}

.shop__list dt {
  width: 30%;
  font-weight: 700;
  white-space: nowrap;
}

.shop__list dd {
  width: 70%;
}

@media (max-width: 767px) {
  .shop__list dt,
  .shop__list dd {
    width: 100%;
  }

  .shop__list dt {
    border-bottom: none;
    padding: 2rem 2rem 0;
  }

  .shop__list dd {
    padding: 0 2rem 2rem;
  }
}

.shop__underline {
  text-decoration: underline;
}



.course-detail-container {
  max-width: 980px;
  margin: 0 auto;
}

.course-item {
  width: 100%;
  margin-bottom: 50px;
}

.course-item:last-child {
  margin-bottom: 0;
}

.course-item .course-item-head {
  border-bottom: solid 1px rgba(0, 0, 0, .35);
  margin-bottom: 30px;
  padding: 10px 0 13px 0;
  position: relative;
}

.course-item .course-item-head::after {
  border-bottom: solid 5px #c06e00;
  bottom: -5px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

.course-item .course-item-head p {
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
}

.course-item .course-item-body {
  display: flex;
}

.course-item-body .course-item-img {
  width: 35%;
  margin-right: 35px;
}

.course-item-body .course-item-img img {
  width: 100%;
  height: auto;
}

.course-item-body .course-item-content {
  width: calc(65% - 35px);
}

.course-item-content > dl {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(0,0,0,.2);
  padding-bottom: 20px;
  margin-bottom: 25px;
}

.course-item-content > dl > .course-item-right {
  max-width: 120px;
  width: 100%;
  padding-right: 15px;
}

.course-item-content > dl > .course-item-left {
  width: calc(100% - 120px);
}

.course-item-content > dl > .price {
  margin-top: 5px;
}

.course-item-left span:first-of-type {
  color: #c06e00;
  font-size: 20px;
  font-weight: bold;
}

.course-item-left span:last-of-type {
  color: #c06e00;
}

.course-item-list {
  padding: 15px 20px;
  margin-bottom: 20px;
  background-color: #eaeaea;
  color: #000;
}


/* 以下スマホ表示 */
@media screen and (max-width: 767px) {

  .course-item .course-item-head {
    margin-bottom: 20px;
  }

  .course-item .course-item-head p {
    font-size: 16px;
  }

  .course-item .course-item-body {
    flex-direction: column;
  }

  .course-item-body .course-item-img {
    width: 100%;
    margin-bottom: 20px;
  }

  .course-item-body .course-item-content {
    width: 100%;
  }

  .course-item-list {
    padding: 10px 15px;
    margin-bottom: 10px;
  }

}


/* 共通・PC用 */
table.menulist {
  width: 98%;
  border-spacing: 0;
  margin: 0px auto 50px;
}
table.menulist th {
  border-bottom: 1px dotted #d2d2d2;
  padding: 30px 10px 10px 0;
  text-align: left;
  font-weight: bold;
  font-size: 3rem;
}
table.menulist td {
  border-bottom: 1px dotted #d2d2d2;
  padding: 30px 0 10px;
  text-align: right;
  width: 24%;
  font-weight: bold;
  font-size: 3rem;
}
table.menulist th span {
  font-size: 2rem;
  display: block;
  font-weight: normal;
  padding-top: 2rem;
}
table.menulist td span {
  font-size: 70%;
}
table.menulist figure {
  text-align: left;
}

/* 小見出し */
.menu_ttl {
  border-bottom: solid 1px rgba(0,0,0,0.35);
  font-size: 22px;
  line-height: 1.4;
  margin-bottom: 30px;
  padding: 10px 0 13px 0;
  position: relative;
}
.menu_ttl:after {
  border-bottom: solid 5px var(--primary);
  bottom: -5px;
  content: " ";
  display: block;
  position: absolute;
  width: 25%;
}

/* PC用 */
@media screen and (min-width: 768px) {
table.menulist tr {
  position:relative;
}
table.menulist figure {
  display: inline-block;
  padding: 0 2rem 1rem 0;
  vertical-align: middle;
}
table.menulist figure img {
  width: 150px;
}
}
/* スマホ用 */

  table.menulist {
    width: 100%;
  }
  table.menulist th {
    display: block;
    width: 100%;
    padding: 10px 10px 0 0;
    border-bottom: none;  
  }
  table.menulist th.botborder {
    border-bottom: solid 1px #ddd;
    margin: 10px 0 10px;
    padding: 5px 0 15px;
  }
  table.menulist td {
    display: block;
    width: 100%;
    padding: 0 10px 10px 0;
  }
}