@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 .kodawari {
  width: 100%;
  height: 480px;
  background-image: url(../img/top/bg_kodawari.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
}
#container .kodawari .content_box {
  width: 1100px;
  margin: auto;
  text-align: center;
}
#container .kodawari .content_box img {
  width: 30px;
  margin-bottom: 20px;
}
#container .kodawari .content_box .txt {
  font-size: 16px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2.5;
  color: #121212;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #container .kodawari .content_box .txt {
    font-size: 14px;
  }
}
#container .kodawari .content_box .btn {
  width: 200px;
  font-size: 16px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  border: 0.8px solid #121212;
  padding: 9px 30px;
}
@media screen and (max-width: 768px) {
  #container .kodawari .content_box .btn {
    font-size: 14px;
  }
}
#container .dashi {
  width: 100%;
  height: 570px;
  background-image: url(../img/top/bg_dashi.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
}
#container .dashi .content_box {
  width: 1100px;
  margin: auto;
  text-align: center;
  justify-content: center;
}
@media screen and (max-width: 1100px) {
  #container .dashi .content_box {
    width: 90%;
  }
}
#container .dashi .content_box .title {
  margin-bottom: 30px;
}
#container .dashi .content_box .title img {
  width: 30px;
  margin-bottom: 10px;
}
#container .dashi .content_box .title h2 {
  font-size: 27px;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #container .dashi .content_box .title h2 {
    font-size: 20px;
  }
}
#container .dashi .content_box .dashi_box {
  display: grid;
  grid-template-columns: 48% 52%;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #container .dashi .content_box .dashi_box {
    display: block;
  }
}
#container .dashi .content_box .dashi_box img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
  #container .dashi .content_box .dashi_box img {
    width: 70%;
    height: 200px;
    display: block;
    margin: 0 auto;
  }
}
#container .dashi .content_box .dashi_box .txt_box {
  width: 100%;
  height: 100%;
  background-color: #121212;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  /* 要素を縦に配置 */
  justify-content: center;
  /* 上下中央に配置 */
}
@media screen and (max-width: 768px) {
  #container .dashi .content_box .dashi_box .txt_box {
    width: 70%;
    height: auto;
    display: block;
    margin: 0 auto;
    padding-left: 0;
    padding-bottom: 20px;
  }
}
#container .dashi .content_box .dashi_box .txt_box p {
  text-align: left;
  font-size: 16px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  line-height: 2;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #container .dashi .content_box .dashi_box .txt_box p {
    text-align: center;
    font-size: 14px;
  }
}
#container .dashi .content_box .dashi_box .txt_box .link {
  background-color: #E0E0DC;
  width: 200px;
  padding: 10px;
}
@media screen and (max-width: 768px) {
  #container .dashi .content_box .dashi_box .txt_box .link {
    margin: 0 auto;
  }
}
#container .dashi .content_box .dashi_box .txt_box .link a {
  font-size: 16px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
}
#container .course {
  width: 100%;
  padding: 0 0 0 80px;
  overflow: hidden;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #container .course {
    padding: 0;
  }
}
#container .course .content_box {
  width: 100%;
  display: grid;
  grid-template-columns: 25% 70%;
  column-gap: 5%;
}
@media screen and (max-width: 768px) {
  #container .course .content_box {
    font-size: 14px;
    display: block;
    text-align: center;
  }
}
#container .course .content_box .txt_area {
  width: 100%;
  display: flex;
  flex-direction: column;
  /* 要素を縦に配置 */
  justify-content: center;
  /* 上下中央に配置 */
}
@media screen and (max-width: 768px) {
  #container .course .content_box .txt_area {
    text-align: center;
  }
}
#container .course .content_box .txt_area img {
  width: 30px;
  padding-left: 7px;
  margin-bottom: 8px;
}
@media screen and (max-width: 768px) {
  #container .course .content_box .txt_area img {
    margin: 0 auto 8px;
  }
}
#container .course .content_box .txt_area h2 {
  color: #121212;
  font-size: 27px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #container .course .content_box .txt_area h2 {
    font-size: 20px;
  }
}
#container .course .content_box .txt_area .txt {
  color: #121212;
  font-size: 16px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 30px;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #container .course .content_box .txt_area .txt {
    font-size: 14px;
  }
}
#container .course .content_box .txt_area .link {
  width: 200px;
  padding: 10px;
  font-size: 16px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
  border: 0.8px solid #121212;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #container .course .content_box .txt_area .link {
    font-size: 14px;
    margin: 0 auto 30px;
  }
}
#container .course .menu_box {
  width: 100%;
  display: grid;
  grid-template-columns: 30% 30% 30% 30% 30%;
  column-gap: 2%;
  overflow-x: scroll;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  #container .course .menu_box {
    grid-template-columns: 50% 50% 50% 50% 50%;
  }
}
#container .course .menu_box li {
  width: 100%;
}
#container .course .menu_box li img {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 20;
  display: block;
}
#container .course .menu_box li .name {
  width: 100%;
  display: block;
  position: relative;
  z-index: 10;
  font-size: 24px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
  padding: 20px;
  background-color: #172B05;
}
@media screen and (max-width: 1100px) {
  #container .course .menu_box li .name {
    font-size: 18px;
  }
}
@media screen and (max-width: 520px) {
  #container .course .menu_box li .name {
    padding: 10px;
  }
}
#container .news {
  width: 100%;
  margin-bottom: 80px;
}
#container .news .title {
  text-align: center;
  margin-bottom: 30px;
}
#container .news .title img {
  width: 30px;
  margin-bottom: 10px;
}
#container .news .title h2 {
  font-size: 27px;
  color: #000;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #container .news .title h2 {
    font-size: 20px;
  }
}
#container .news .news_list {
  width: 1100px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 1100px) {
  #container .news .news_list {
    width: 90%;
  }
}
#container .news .news_list li {
  display: flex;
  padding: 7px 15px;
  margin-bottom: 7px;
  border-bottom: 1px solid #C7C7C7;
  align-items: center;
}
#container .news .news_list li:last-child {
  border-bottom: none;
}
#container .news .news_list li .time {
  display: block;
  margin-right: 40px;
  font-size: 14px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
}
@media screen and (max-width: 768px) {
  #container .news .news_list li .time {
    font-size: 12px;
  }
}
#container .news .news_list li .txt {
  display: block;
  font-size: 14px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
}
@media screen and (max-width: 768px) {
  #container .news .news_list li .txt {
    font-size: 12px;
  }
}
#container .news .link {
  display: block;
  width: 200px;
  margin: 0 auto;
  padding: 10px;
  font-size: 16px;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
  border: 0.8px solid #121212;
  text-align: center;
}

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