@charset "UTF-8";
/*---------------------------------------------
reset
--------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, div
pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q,
s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
figure, header, nav, section, article, aside, footer, figcaption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.clearfix {
  display: inline-block; }

html[xmlns] .clearfix {
  display: block; }

* html .clearfix {
  height: 1%; }

ul, li {
  padding: 0;
  margin: 0;
  list-style: none; }

header, nav, section, article, aside, footer, hgroup {
  display: block; }

* {
  box-sizing: border-box; }

html, body {
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  '游ゴシック', YuGothic, メイリオ, Meiryo, 'ＭＳ Ｐゴシック',  'Helvetica neue', Helvetica, sans-serif;
  font-weight: 400;
  background-color: #fff;
  font-size: 16px;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt" 1;
  color: #515151; }

a {
  text-decoration: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 1.8em;
  color: #515151; }

ul {
  margin-bottom: 0px; }

p {
  font-size: 17px;
  line-height: 1.8em;
  color: #515151; }

html,
body {
  background: #fff;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro',  '游ゴシック', YuGothic, メイリオ, Meiryo, 'ＭＳ Ｐゴシック',  'Helvetica neue', Helvetica, sans-serif; }

::selection {
  background: #af944f;
  color: #fff; }

::-moz-selection {
  background: #af944f;
  color: #fff; }

.sp-only {
  display: inline; }

.main-button a {
  display: inline-block;
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  padding: 18px 30px;
  background-color: #ba901c;
  color: #fff;
  text-align: center;
  font-weight: 600;
  transition: all .3s;
  border-radius: 10px; }

.main-button a:hover {
  opacity: 0.8; }

.img-fluid {
  display: block;
  margin: 0 auto; }

.navbar {
  background-color: rgba(255, 255, 255, 0.8); }
  .navbar h1 {
    font-size: 22px;
    color: #ba901c; }
    .navbar h1 img {
      display: inline-block;
      margin-top: -10px;
      padding-right: 10px;
      width: 80px; }

.navbar .navbar-nav .nav-link {
  padding: 35px 15px;
  outline: none; }

.navbar-dark .navbar-nav .nav-link {
  color: #515151; }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:active {
    color: #ba901c; }

.navbar.fixed-top {
  transition: .5s; }

.navbar.fixed-top.bg-white {
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.3); }
  .navbar.fixed-top.bg-white .navbar-nav .nav-link {
    color: #373737; }
    .navbar.fixed-top.bg-white .navbar-nav .nav-link:hover, .navbar.fixed-top.bg-white .navbar-nav .nav-link:active {
      color: #ba901c; }

.fa-solid {
  line-height: 1.5em; }

#features, #lesson, #voice, #teacher, #contact {
  padding-top: 150px;
  margin-top: -150px; }

.heading-h2 {
  font-size: 32px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600;
  color: #ba901c;
  text-align: center;
  position: relative; }
  .heading-h2::before {
    background-color: #ba901c;
    bottom: 10px;
    content: "";
    height: 5px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 100px; }

.paragraph {
  font-size: 22px;
  line-height: 1.8em; }

.main-banner {
  position: relative; }

.mv {
  background: url("../images/mv_cooking.jpg") 50% 0 no-repeat;
  height: 700px;
  overflow: hidden; }

.main-banner .caption {
  text-align: center;
  position: absolute;
  width: 80%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

.main-banner .caption h2 {
  margin-top: 30px;
  margin-bottom: 40px;
  font-size: 32px;
  color: #fff;
  letter-spacing: 2px;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  line-height: 1.8em;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 600; }

.top-lead {
  padding-top: 50px;
  margin-bottom: 80px; }
  .top-lead p {
    font-size: 22px; }

.features-wrapper {
  margin-bottom: 80px; }
  .features-wrapper h3 {
    font-size: 24px;
    background-color: #ba901c;
    color: #fff;
    text-align: center;
    display: inline-block;
    padding: 8px 30px;
    margin-bottom: 50px; }
  .features-wrapper .feature-content h4 {
    font-size: 26px;
    color: #ba901c;
    border-bottom: 1px solid #ba901c;
    padding-bottom: 10px;
    margin-bottom: 20px; }
  .features-wrapper .feature-content p {
    font-size: 22px; }

.lessons-wrapper {
  padding-bottom: 80px; }

.lesson-header {
  position: relative;
  padding-bottom: 50px; }
  .lesson-header h3 {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 45%;
    background-color: rgba(255, 255, 255, 0.9);
    text-align: center;
    color: #ba901c;
    font-weight: 600;
    font-size: 28px;
    line-height: 0.8em;
    padding: 15px 20px; }
    .lesson-header h3 hr {
      opacity: 1.0; }
    .lesson-header h3 span {
      font-size: 24px; }

.lesson-content-wrapper {
  margin-bottom: 30px; }
  .lesson-content-wrapper .lesson-detail {
    font-size: 20px;
    padding-bottom: 20px; }
  .lesson-content-wrapper h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ba901c;
    border-bottom: 1px solid #ba901c;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .lesson-content-wrapper .content {
    padding-bottom: 20px; }

.menu-content-wrapper {
  margin-bottom: 30px; }
  .menu-content-wrapper h4 {
    font-size: 22px;
    font-weight: 600;
    color: #ba901c;
    border-bottom: 1px solid #ba901c;
    padding-bottom: 5px;
    margin-bottom: 10px; }
  .menu-content-wrapper .menu-img {
    padding-top: 20px; }
  .menu-content-wrapper .img-fluid {
    width: 120px;
    height: auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px; }
  .menu-content-wrapper p {
    padding-top: 20px;
    margin-bottom: 20px; }

.lesson-h3 {
  color: #ba901c; }

.schedule-wrapper {
  padding: 30px;
  border: 3px solid #ba901c;
  border-radius: 30px;
  margin-bottom: 30px; }
  .schedule-wrapper ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ba901c;
    padding: 20px 30px;
    text-align: left; }
    .schedule-wrapper ul li:first-child {
      color: #ba901c;
      font-size: 20px;
      font-weight: 600;
      width: 40%;
      text-align: center; }
    .schedule-wrapper ul li:last-child {
      font-size: 18px;
      width: 40%; }
    .schedule-wrapper ul:last-of-type {
      border-bottom: none; }
  .schedule-wrapper p {
    font-size: 19px; }

.voice-wrapper {
  padding-bottom: 50px; }
  .voice-wrapper .img-fluid {
    width: 300px;
    height: 300px;
    display: block;
    margin: 0 auto 20px; }
  .voice-wrapper aside {
    font-size: 20px;
    text-align: center; }
  .voice-wrapper h4 {
    font-size: 22px;
    text-align: left;
    color: #ba901c;
    border-bottom: 1px solid #ba901c;
    padding-bottom: 15px;
    margin-bottom: 25px; }
  .voice-wrapper p {
    font-size: 18px; }

#voice .button-wrapper {
  margin-bottom: 80px; }

.teacher-wrapper h4 {
  font-size: 22px;
  padding-bottom: 20px; }
.teacher-wrapper h5 {
  font-size: 20px; }
.teacher-wrapper ul {
  list-style: disc;
  padding: 0 0 30px 18px; }
  .teacher-wrapper ul li {
    list-style: disc;
    font-size: 18px;
    line-height: 2em; }

.teacher-detail {
  font-size: 18px; }

.teacher-message p {
  font-size: 20px;
  padding-bottom: 80px;
  padding-top: 40px; }

.contact-form-wrapper {
  padding-bottom: 50px; }
  .contact-form-wrapper h3 {
    font-size: 22px;
    padding-bottom: 15px; }

#contact-form {
  padding-top: 180px;
  width: 80%;
  margin: -180px auto 30px; }
  #contact-form .control-group, #contact-form .form-group {
    width: 100%;
    margin-bottom: 20px; }
  #contact-form .control-group .controls {
    width: 100%; }
  #contact-form label {
    display: inline-block;
    width: 40%;
    text-align: center;
    background-color: #ba901c;
    padding: 12px 20px;
    border-radius: 5px;
    color: #fff; }
  #contact-form input, #contact-form textarea {
    display: inline-block;
    width: 53%; }
  #contact-form textarea {
    vertical-align: top; }
  #contact-form .form-group select {
    display: inline-block;
    width: 50%;
    color: #515151; }
  #contact-form .btn-send {
    padding: 30px 0;
    text-align: center; }
  #contact-form .message-btn {
    color: #fff;
    background-color: #ba901c;
    padding: 12px 30px;
    font-size: 18px;
    border-radius: 4px;
    border: none; }
  #contact-form .message-btn:hover {
    opacity: 0.8; }

#privacy {
  width: 80%;
  margin: 0 auto; }

#privacy {
  border: solid 1px #ccc;
  max-height: 220px;
  overflow-y: scroll;
  padding: 10px; }

#privacy h4, #privacy h5, #privacy p {
  color: #373737; }

#privacy h4 {
  font-size: 14px; }

#privacy h5 {
  font-size: 13px; }

#privacy p {
  font-size: 12px;
  text-align: left; }

.insta-wrapper h3 .img-fluid {
  display: block;
  margin: 0 auto 30px; }
.insta-wrapper .insta-contents {
  padding-bottom: 30px; }
  .insta-wrapper .insta-contents .img-fluid {
    margin-bottom: 20px; }

.footer-wrapper {
  padding-bottom: 80px; }
  .footer-wrapper .img-fluid {
    padding-bottom: 50px; }
  .footer-wrapper .footer-content {
    padding-bottom: 50px; }
    .footer-wrapper .footer-content h3 {
      font-size: 26px;
      line-height: 1.5em;
      padding-bottom: 10px; }
      .footer-wrapper .footer-content h3 span {
        font-size: 20px; }
    .footer-wrapper .footer-content ul {
      padding-bottom: 20px; }
      .footer-wrapper .footer-content ul li:first-child {
        font-size: 18px; }
      .footer-wrapper .footer-content ul li:nth-child(2) {
        font-size: 24px; }
      .footer-wrapper .footer-content ul li:nth-child(3) {
        font-size: 34px; }
      .footer-wrapper .footer-content ul li:last-child {
        font-size: 18px; }
    .footer-wrapper .footer-content .button-wrapper .main-button a {
      display: block;
      width: 80%; }
  .footer-wrapper .map {
    width: 100%; }

footer {
  padding: 30px 0; }
  footer .footer-copy {
    text-align: center; }
