@charset "UTF-8";
#container {
  width: 100%;
}

body {
  position: relative;
  background-color: #E0E0DC;
}

.header_top .key-visual {
  position: relative;
}
.header_top .key-visual img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 60px;
}
.header_top .key-visual .navi {
  width: 80%;
  margin-left: auto;
  margin-right: 30px;
  display: flex;
  align-items: center;
  padding-top: 20px;
}
@media screen and (max-width: 1440px) {
  .header_top .key-visual .navi {
    width: 92%;
  }
}
@media screen and (max-width: 1100px) {
  .header_top .key-visual .navi {
    display: none;
  }
}
.header_top .key-visual .navi li {
  width: 100%;
  margin: 0;
  text-align: center;
}
.header_top .key-visual .navi li a {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 1.5rem;
}
@media screen and (max-width: 1360px) {
  .header_top .key-visual .navi li a {
    font-size: 1.35rem;
  }
}
.header_top .key-visual .navi .recruit {
  width: 90%;
  border: 0.8px solid #fff;
  padding: 5px 10px;
  text-align: center;
}
.header_top .key-visual .navi .recruit a {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 16px;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1440px) {
  .header_top .key-visual .navi .recruit a {
    font-size: 1.4rem;
  }
}
.header_top .key-visual .navi .recruit a::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: url(../img/recruit_mark.svg);
}
.header_top .key-visual .txt {
  position: absolute;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 30px;
  bottom: 100px;
  right: 100px;
  line-height: 2;
  letter-spacing: 0.3em;
}
@media screen and (max-width: 520px) {
  .header_top .key-visual .txt {
    font-size: 2rem;
    right: 20px;
  }
}
.header_top .key-visual .btn {
  width: 160px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  padding: 8px 10px;
  text-align: center;
  background-color: #121212;
}
@media screen and (max-width: 768px) {
  .header_top .key-visual .btn {
    bottom: 30px;
  }
}
.header_top .key-visual .btn a {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  font-size: 18px;
  position: relative;
}
.header_top .key-visual .btn a::before {
  content: url(../img/top/cooking_tohu.svg);
  position: absolute;
  top: 0px;
  left: -26px;
}

.header_sub, .header_rec {
  position: relative;
}
.header_sub .logo, .header_rec .logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 20px;
  background-color: #121212;
}
@media screen and (max-width: 768px) {
  .header_sub .logo, .header_rec .logo {
    padding: 10px;
  }
}
.header_sub .logo img, .header_rec .logo img {
  width: 100%;
}
.header_sub .navi, .header_rec .navi {
  width: 90%;
  margin-left: 10%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  padding: 20px 0;
}
@media screen and (max-width: 1300px) {
  .header_sub .navi, .header_rec .navi {
    width: 95%;
    margin-left: auto;
  }
}
@media screen and (max-width: 1100px) {
  .header_sub .navi, .header_rec .navi {
    display: none;
  }
}
.header_sub .navi li, .header_rec .navi li {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.header_sub .navi li a, .header_rec .navi li a {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
  font-size: 1.6rem;
}
@media screen and (max-width: 1366px) {
  .header_sub .navi li a, .header_rec .navi li a {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1280px) {
  .header_sub .navi li a, .header_rec .navi li a {
    font-size: 1.4rem;
  }
}
.header_sub .navi .recruit, .header_rec .navi .recruit {
  width: 70%;
  border: 0.8px solid #121212;
  padding: 5px 10px;
  text-align: center;
}
.header_sub .navi .recruit a, .header_rec .navi .recruit a {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
  font-size: 1.6rem;
  position: relative;
  padding-left: 30px;
}
@media screen and (max-width: 1280px) {
  .header_sub .navi .recruit a, .header_rec .navi .recruit a {
    font-size: 1.4rem;
  }
}
.header_sub .navi .recruit a::before, .header_rec .navi .recruit a::before {
  position: absolute;
  left: 0;
  top: 1px;
  content: url(../img/news/recruit_mark_b.svg);
}

.pankuzu {
  width: 100%;
  height: 30px;
  text-align: right;
  padding: 10px 20px;
  margin-bottom: 64px;
}
.pankuzu p {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
  font-size: 12px;
}
.pankuzu p a {
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
  font-size: 12px;
}

.header_top {
  width: 100%;
  height: 100vh;
}
.header_top .key-visual {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header_top .top-key {
  background-image: url(../img/top/bg_img.png);
}

.header_sub {
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.header_sub .key-visual {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.header_sub .news-key {
  background-image: url(../img/news/key_news.png);
}
.header_sub .store-key {
  background-image: url(../img/store/key_store.png);
}
.header_sub .menu-key {
  background-image: url(../img/menu/key_course.png);
}
.header_sub .commit-key {
  background-image: url(../img/commit/key_commit.png);
}
.header_sub .gallery-key {
  background-image: url(../img/gallery/key_gallery.png);
}
.header_sub .single-key {
  background-image: url(../img/news/key_single.png);
}

.header_rec {
  width: 100%;
  height: 90vh;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .header_rec {
    height: 60vh;
  }
}
.header_rec .key-visual {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.header_rec .key-visual.rec-key {
  background-image: url(../img/recruit/key_recruit.png);
}
.header_rec .key-visual .key_rec_inner {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(200, 200, 165, 0.65);
  display: grid;
  place-items: center;
}

#footer {
  width: 100%;
  height: 500px;
  background-image: url(../img/footer_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1100px) {
  #footer {
    height: 400px;
  }
}
#footer .footer_inner {
  width: 1100px;
  margin: 0 auto 80px;
  display: flex;
  flex-direction: column;
  /* 要素を縦に配置 */
  justify-content: center;
  /* 上下中央に配置 */
  align-items: center;
  padding-top: 80px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner {
    width: 90%;
    margin-bottom: 58px;
  }
}
@media screen and (max-width: 768px) {
  #footer .footer_inner {
    padding-top: 50px;
  }
}
#footer .footer_inner .logo {
  width: 50px;
  margin-bottom: 50px;
}
#footer .footer_inner .navi {
  width: 100%;
  display: grid;
  grid-template-columns: 15% 15% 15% 15% 15% 15%;
  column-gap: 2%;
  margin-bottom: 50px;
}
@media screen and (max-width: 1100px) {
  #footer .footer_inner .navi {
    display: none;
  }
}
#footer .footer_inner .navi li {
  width: 100%;
  text-align: center;
}
#footer .footer_inner .navi li a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
#footer .footer_inner .recruit_box {
  display: flex;
  flex-direction: column;
  /* 要素を縦に配置 */
  justify-content: center;
  /* 上下中央に配置 */
  align-items: center;
  border: 1px solid #fff;
  border-radius: 5px;
  padding: 10px;
}
#footer .footer_inner .recruit_box img {
  width: 25px;
  margin-bottom: 10px;
}
#footer .footer_inner .recruit_box p {
  font-size: 14px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
#footer .copy {
  display: block;
  text-align: center;
}
#footer .copy small {
  font-size: 10px;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

#container {
  margin-bottom: 80px;
}
@media screen and (max-width: 520px) {
  #container {
    margin-bottom: 20px;
  }
}
#container .content_inner {
  width: 90%;
  margin: 0 auto;
}

.page_title {
  text-align: center;
}
.page_title h2 {
  line-height: 1;
  font-size: 2.7rem;
  color: #121212;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

.content_title {
  text-align: center;
  margin-bottom: 60px;
}
.content_title h2 {
  line-height: 1;
  font-size: 2.7rem;
  color: #121212;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}

.menu_desc_wrap {
  display: grid;
  grid-template-columns: 55% 55%;
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 120px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .menu_desc_wrap {
    grid-template-columns: 48% 55%;
  }
}
@media screen and (max-width: 1100px) {
  .menu_desc_wrap {
    grid-template-columns: 50% 65%;
  }
}
@media screen and (max-width: 768px) {
  .menu_desc_wrap {
    display: block;
    padding: 20px 0 50px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 520px) {
  .menu_desc_wrap {
    margin-bottom: 0;
  }
}
.menu_desc_wrap .desc_pic {
  width: 100%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1100px) {
  .menu_desc_wrap .desc_pic {
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .menu_desc_wrap .desc_pic {
    height: 250px;
  }
}
@media screen and (max-width: 520px) {
  .menu_desc_wrap .desc_pic {
    height: 210px;
  }
}
.menu_desc_wrap .desc_pic > img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .menu_desc_wrap .desc_pic > img {
    height: 100%;
    object-fit: cover;
  }
}
.menu_desc_wrap .desc_pic .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
}
.menu_desc_wrap .desc_info {
  width: 100%;
  background: #607159;
  position: relative;
  right: 10%;
  top: 0;
  display: grid;
  place-items: center;
  z-index: 1;
  opacity: 0;
}
.menu_desc_wrap .desc_info.viewon {
  transition: all 0.8s ease-in-out 1.8s;
  top: 80px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .menu_desc_wrap .desc_info.viewon {
    top: 0;
  }
}
@media screen and (max-width: 1440px) {
  .menu_desc_wrap .desc_info {
    right: 3%;
  }
}
@media screen and (max-width: 1100px) {
  .menu_desc_wrap .desc_info {
    z-index: 10;
    padding: 20px;
    right: 12%;
    place-items: center start;
  }
}
@media screen and (max-width: 768px) {
  .menu_desc_wrap .desc_info {
    top: 60px;
    right: auto;
  }
}
.menu_desc_wrap .desc_info .desc_info_inner h3 {
  color: #CDE0E3;
  line-height: 1.5;
  font-size: 2.1rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 30px;
}
@media screen and (max-width: 1100px) {
  .menu_desc_wrap .desc_info .desc_info_inner h3 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 768px) {
  .menu_desc_wrap .desc_info .desc_info_inner h3 {
    margin-bottom: 14px;
  }
}
.menu_desc_wrap .desc_info .desc_info_inner p {
  color: #D4E3CD;
  font-size: 1.4rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2;
}
.menu_desc_wrap .desc_info .desc_info_inner p br {
  display: block;
}
@media screen and (max-width: 1100px) {
  .menu_desc_wrap .desc_info .desc_info_inner p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 520px) {
  .menu_desc_wrap .desc_info .desc_info_inner p br {
    display: none;
  }
}
.menu_desc_wrap .content_overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background: #607159;
  display: grid;
  place-items: center;
  opacity: 1;
}
.menu_desc_wrap .content_overlay.viewon {
  transition: all 0.7s ease 0.8s;
  opacity: 0;
}
.menu_desc_wrap .content_overlay.viewon img {
  transition: all 0.8s ease-in-out;
  transform: rotateZ(360deg);
}
.menu_desc_wrap .content_overlay img {
  width: 50px;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}
.menu_desc_wrap .ghostbox {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.course_wrap .course_normal {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  column-gap: 2%;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .course_wrap .course_normal {
    grid-template-columns: 49% 49%;
    column-gap: 2%;
    row-gap: 20px;
  }
}
@media screen and (max-width: 520px) {
  .course_wrap .course_normal {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
.course_wrap .course_normal .course_box {
  background: #607159;
}
@media screen and (max-width: 520px) {
  .course_wrap .course_normal .course_box {
    margin-bottom: 20px;
  }
  .course_wrap .course_normal .course_box:last-child {
    margin-bottom: 0;
  }
}
.course_wrap .course_normal .course_box .pic {
  position: relative;
  left: 40px;
  filter: blur(100px);
  opacity: 0;
}
@media screen and (max-width: 520px) {
  .course_wrap .course_normal .course_box .pic {
    overflow: hidden;
  }
}
.course_wrap .course_normal .course_box .pic.viewon {
  transition: all 0.8s ease-in-out;
  left: 0;
  filter: blur(0);
  opacity: 1;
}
.course_wrap .course_normal .course_box .pic.viewon .lay img {
  transition: all 0.8s ease-in-out 0.6s;
  filter: blur(0);
}
.course_wrap .course_normal .course_box .pic .thumb {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.course_wrap .course_normal .course_box .pic .lay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
}
.course_wrap .course_normal .course_box .pic .lay img {
  position: relative;
  filter: blur(50px);
}
.course_wrap .course_normal .course_box .info {
  padding: 30px;
}
@media screen and (max-width: 768px) {
  .course_wrap .course_normal .course_box .info {
    padding: 30px 12px;
  }
}
.course_wrap .course_normal .course_box .info .price {
  font-size: 2.1rem;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
}
.course_wrap .course_normal .course_box .info .course_title {
  font-size: 1.6rem;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin-bottom: 10px;
}
.course_wrap .course_normal .course_box .info ul {
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 31% 31% 31%;
  column-gap: 3.5%;
  row-gap: 14px;
}
@media screen and (max-width: 1366px) {
  .course_wrap .course_normal .course_box .info ul {
    width: 95%;
  }
}
@media screen and (max-width: 1280px) {
  .course_wrap .course_normal .course_box .info ul {
    grid-template-columns: 33% 33% 33%;
    column-gap: 0.5%;
  }
}
.course_wrap .course_normal .course_box .info ul li {
  font-size: 1.45rem;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}
.course_wrap .course_main .course_box {
  display: grid;
  grid-template-columns: 50% 50%;
  background: #223619;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .course_wrap .course_main .course_box {
    display: block;
    width: 100%;
    overflow: hidden;
  }
}
@media screen and (max-width: 520px) {
  .course_wrap .course_main .course_box {
    margin-bottom: 20px;
  }
}
.course_wrap .course_main .course_box:nth-child(even) .pic {
  order: 2;
}
.course_wrap .course_main .course_box:nth-child(even) .info {
  order: 1;
}
.course_wrap .course_main .course_box .pic {
  position: relative;
  left: 40px;
  filter: blur(100px);
  opacity: 0;
}
.course_wrap .course_main .course_box .pic.viewon {
  transition: all 0.8s ease-in-out;
  left: 0;
  filter: blur(0);
  opacity: 1;
}
.course_wrap .course_main .course_box .pic.viewon .lay img {
  transition: all 0.8s ease-in-out 0.6s;
  filter: blur(0);
}
@media screen and (max-width: 768px) {
  .course_wrap .course_main .course_box .pic {
    height: 300px;
  }
}
.course_wrap .course_main .course_box .pic .thumb {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .course_wrap .course_main .course_box .pic .thumb {
    height: 100%;
    object-fit: cover;
  }
}
.course_wrap .course_main .course_box .pic .lay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: grid;
  place-items: center;
}
.course_wrap .course_main .course_box .info {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .course_wrap .course_main .course_box .info {
    padding: 30px;
  }
}
.course_wrap .course_main .course_box .info .price {
  font-size: 2.1rem;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  padding: 0 70px;
}
.course_wrap .course_main .course_box .info .course_title {
  font-size: 1.6rem;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
  margin-bottom: 10px;
}
.course_wrap .course_main .course_box .info ul {
  display: grid;
  grid-template-columns: 30% 30% 30%;
  column-gap: 5%;
  row-gap: 14px;
}
.course_wrap .course_main .course_box .info ul li {
  font-size: 1.6rem;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  text-align: center;
}

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