@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;
}

.page_title {
  text-align: center;
  margin-bottom: 60px;
}
.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;
}
@media screen and (max-width: 768px) {
  .content_title {
    margin-bottom: 30px;
  }
}
.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;
}

.greet {
  margin-bottom: 80px;
}
.greet .desc {
  text-align: center;
  font-size: 2.1rem;
  color: #121212;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .greet .desc {
    margin-bottom: 30px;
  }
}
.greet .greet_inner {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 25% 75%;
}
@media screen and (max-width: 768px) {
  .greet .greet_inner {
    width: 90%;
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .greet .greet_inner .pic {
    height: 180px;
    text-align: center;
    background: #607159;
  }
}
.greet .greet_inner .pic img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  .greet .greet_inner .pic img {
    width: auto;
    height: 100%;
  }
}
.greet .greet_inner .info {
  padding: 20px;
}
.greet .greet_inner .info p {
  font-size: 1.6rem;
  color: #121212;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .greet .greet_inner .info p {
    font-size: 1.4rem;
  }
}

.book {
  background: #607159;
  padding: 50px 0;
  margin-bottom: 50px;
}
.book .content_title {
  text-align: center;
  margin-bottom: 30px;
}
.book .content_title h2 {
  line-height: 1;
  color: #fff;
}
.book .book_inner .pic {
  text-align: center;
  margin-bottom: 24px;
}
.book .book_inner .pic img {
  width: auto;
  height: 140px;
  vertical-align: bottom;
}
.book .book_inner .info {
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  .book .book_inner .info {
    width: 95%;
    margin: 0 auto;
  }
  .book .book_inner .info br {
    display: none;
  }
}
.book .book_inner .info .info_inner {
  text-align: center;
}
.book .book_inner .info .info_inner h3 {
  text-align: center;
  font-size: 2.1rem;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 24px;
}
.book .book_inner .info .info_inner p {
  text-align: center;
  color: #fff;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 1.8;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .book .book_inner .info .info_inner p {
    font-size: 1.4rem;
  }
}
.book .book_inner .info .info_inner .amazon_link {
  margin-top: 20px;
  display: inline-block;
  padding: 9px 20px;
  border: 1px solid #fff;
  font-size: 1.6rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #fff;
}
.book .book_inner .info .info_inner .amazon_link:hover {
  transition: all 0.8s ease;
  background: rgba(0, 0, 0, 0.35);
}

.dashi {
  margin-bottom: 60px;
}
.dashi .dashi_wrap {
  width: 1000px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 55% 55%;
  overflow: hidden;
  padding-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .dashi .dashi_wrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .dashi .dashi_wrap {
    display: flex;
    flex-direction: column-reverse;
  }
}
.dashi .dashi_wrap .info {
  display: grid;
  place-items: center;
  position: relative;
  z-index: 10;
  top: 50px;
  background: #E0E0DC;
}
@media screen and (max-width: 768px) {
  .dashi .dashi_wrap .info {
    display: block;
    top: auto;
  }
}
.dashi .dashi_wrap .info .info_inner h3 {
  font-size: 2.1rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 16px;
}
@media screen and (max-width: 768px) {
  .dashi .dashi_wrap .info .info_inner h3 {
    font-size: 1.8rem;
  }
}
.dashi .dashi_wrap .info .info_inner p {
  font-size: 1.6rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #121212;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .dashi .dashi_wrap .info .info_inner p {
    font-size: 1.4rem;
  }
}
.dashi .dashi_wrap .pic {
  position: relative;
  z-index: 1;
  right: 10%;
}
@media screen and (max-width: 768px) {
  .dashi .dashi_wrap .pic {
    right: auto;
    margin-bottom: 16px;
  }
}
.dashi .dashi_wrap .pic img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
  object-fit: cover;
  object-position: 0 50%;
}

.goma {
  margin-bottom: 100px;
}
.goma .goma_inner h3 {
  text-align: center;
  font-size: 2.1rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  margin-bottom: 16px;
}
.goma .goma_inner .desc {
  text-align: center;
  font-size: 1.6rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  line-height: 2;
}
.goma .goma_inner .pic_area {
  display: grid;
  grid-template-columns: 30% 65%;
  column-gap: 5%;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .goma .goma_inner .pic_area {
    width: 90%;
  }
}
.goma .goma_inner .pic_area .pic_s img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  display: inline-block;
}
.goma .goma_inner .pic_area .pic_s .gomapic1 {
  margin-bottom: 24px;
}
.goma .goma_inner .pic_area .pic_l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: bottom;
  display: inline-block;
}

.yuzugama {
  background: url(../img/commit/yuzugama_bg.png) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 100px 0;
  min-height: 500px;
}
@media screen and (max-width: 768px) {
  .yuzugama {
    background-position: 25% 50%;
  }
}
@media screen and (max-width: 520px) {
  .yuzugama {
    background-position: 80% 50%;
  }
}
.yuzugama .yuzu_inner {
  width: 70%;
  margin-left: 17%;
}
@media screen and (max-width: 768px) {
  .yuzugama .yuzu_inner {
    margin-left: 7%;
  }
}
@media screen and (max-width: 520px) {
  .yuzugama .yuzu_inner {
    width: 90%;
    margin-left: 5%;
    padding: 10px;
    background: rgba(255, 255, 255, 0.65);
  }
}
.yuzugama .yuzu_inner .yuzugama_header {
  margin-bottom: 10px;
}
.yuzugama .yuzu_inner .yuzugama_header h2 {
  font-size: 2.7rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
.yuzugama .yuzu_inner .yuzugama_header h2 img {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.yuzugama .yuzu_inner .yuzugama_header h2 span {
  font-size: 1.8rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
.yuzugama .yuzu_inner .yuzugama_header p {
  font-size: 2.1rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
.yuzugama .yuzu_inner .txt_box p {
  line-height: 1.5;
  font-size: 1.45rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
}
.yuzugama .yuzu_inner .txt_box p span {
  font-size: 1.45rem;
  font-family: "a-otf-ryumin-pr6n", serif;
  font-weight: 300;
  font-style: normal;
  color: #9D2400;
  display: inline-block;
}

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