@charset "UTF-8";

/*==================================
レスポンシブ設定 マップ型変数breakpointsを定義
=================================*/
/*==================================
# 色、フォントファミリー
=================================*/
/*==================================
common(一般) - 全体に共通するスタイル
=================================*/
body {
  color: #644123;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 768px) {

  .navbar>.container,
  .navbar>.container-fluid {
    display: block;
  }

  .navbar-light .navbar-nav .active>.nav-link {
    color: #000;
  }

  .navbar-light .navbar-nav .active>.nav-link:hover {
    opacity: .6;
    color: #644123 !important;
  }

  .nav2 .navbar-nav .active>.nav-link {
    color: #ffe56a;
  }

  .nav2 .navbar-nav .active>.nav-link:hover {
    opacity: .6;
    color: #fff !important;
  }

  .navbar-light .navbar-nav .nav-link {
    font-size: 14px !important;
    padding: 0 15px !important;
    color: #644123;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .navbar-light .navbar-nav .nav-link:hover {
    opacity: .6;
    color: #644123 !important;
  }

  .nav2 .navbar-nav .nav-link {
    font-size: 14px !important;
    padding: 0 15px !important;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s;
  }

  .nav2 .navbar-nav .nav-link:hover {
    opacity: .6;
    color: #fff !important;
  }

  .navbar {
    z-index: 11;
  }
}

.footer-sns a {
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar-brand {
  margin: 0;
  padding: 0;
  width: 80px;
  margin-bottom: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.navbar-brand:hover {
  opacity: .6;
}

.navbar-expand-md .navbar-nav {
  margin: auto;
}

#wrapper-navbar-pc {
  background-color: #4E1E1B;
  padding: 1em;
}

@media screen and (max-width: 767px) {
  #wrapper-navbar-pc {
    display: none;
  }
}

.barnd {
  text-align: center;
}

.headerClass::after {
  content: initial;
}

.header-sns {
  margin-bottom: 3px;
}

@media screen and (max-width: 900px) and (min-width: 767px) {
  .navbar-light .navbar-nav .nav-link {
    font-size: 11px !important;
    padding: 0 15px !important;
  }
}

.top {
  position: relative;
  /* height: 70vh; */
  /*
  &::before {
    content: "";
    background: url(../img/top-border.png) no-repeat center bottom / cover;
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;

    @include mq(pc-big) {
      height: 100px;
    }
  }

  &::after {
    content: "";
    background: url(../img/bottom-border.png) no-repeat center top / cover;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 100%;
    height: 80px;
    z-index: 10;

    @include mq(pc-big) {
      height: 100px;
    }
  }
*/
}

.under-top {
  position: relative;
}

@media screen and (max-width: 767px) {
  .under-top {
    display: none;
  }
}

.top-inner,
.swiper-container {
  height: 100%;
}

.top-inner img,
.swiper-container img {
  /* height: auto;
  width: 100%; */
  /* height: 100%;
  width: auto; */
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.slide p {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
  color: #000;
  line-height: 2;
  letter-spacing: 1.8px;
  font-size: 18px;
  width: 100%;
  max-width: 1100px;
  padding-left: 40px;
}

.slide .brand-pc {
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translateX(-50%);
  max-width: 1100px;
  width: 100%;
  padding-left: 40px;
}

.slide .brand-pc .navbar-brand {
  width: 120px;
}

.slide .brand-pc .und-logo {
  width: 80px;
}

.top-img {
  width: 60%;
}

.menu-img {
  width: 40%;
}

.teach-img {
  width: 80%;
}

.topNews {
  background: #FFFBEF;
  padding: 0;
}

.topNews-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topNews .bQvmTT  {
  padding:10px!important;
}

@media screen and (max-width: 767px) {
  .topNews-inner {
    display: block;
  }
}

.topNews-lists {
  border-radius: 0;
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* min-width: 70em; */
  padding: 20px 30px;
  background: none;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .topNews-lists {
    min-width: auto !important;
    height: 143px;
    bottom: -30%;
    display: block;
  }
}

.top-service-title {
  margin: 0 1em 0 0;
  font-size: 18px !important;
}

.topNews-list {
  border-bottom: none;
}

.topNews-list time {
  min-width: 14em;
}

@media screen and (min-width: 768px) {

  #front-page-wrapper,
  .front-child-wrapper {
    padding: 70px 0 80px !important;
  }
}

@media screen and (max-width: 767px) {

  #front-page-wrapper,
  .front-child-wrapper {
    padding: 40px 0 !important;
  }

  time {
    margin-bottom: 0;
  }

  .top-img,
  .menu-img {
    width: 100% !important;
  }
}

#front-page-wrapper,
.front-child-wrapper {
  background: url(../img/bg2.jpg) no-repeat center center/cover !important;
}

.section-top-title::after {
  content: initial;
}

.top-message-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  text-align: center;
}

.section-top-title {
  line-height: 1.5;
}

.section-top-title.last {
  margin-bottom: 0 !important;
}

.top-message-text {
  margin-bottom: 50px !important;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .top-message-text {
    margin-bottom: 25px !important;
    font-size: 0.9em;
  }
}

.about2-title {
  max-width: 500px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .about2-title {
    margin: 0 auto 25px;
    max-width: 250px;
  }
}

@media screen and (max-width: 767px) {
  .top::before {
    top: -2px;
    height: 33px;
  }

  .top::after {
    height: 30px;
  }

  .top {
    display: none;
  }
}

.under-swipe {
  /* max-height: 200px !important; */
  height: auto;
}

.about2-wrap {
  max-width: 900px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .about2-wrap {
    margin: 0 auto 25px;
  }
}

@media screen and (min-width: 768px) {
  .about2-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 768px) {
  .about2-wrap .img {
    width: 250px;
  }
}

.about2-wrap .contents {
  padding: 0 3% 0;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .about2-wrap .contents {
    font-size: 13px;
    width: calc(100% - 250px);
  }
}

@media screen and (max-width: 767px) {
  .about2-wrap .contents {
    font-size: 12px;
  }
}

.about2-wrap .contents .list {
  border-bottom: 3px dotted #707070;
  padding: 31px 0;
}

.about2-wrap .contents .list.last {
  border-bottom: none;
}

.section-btn {
  text-align: center;
}

.section-btn a {
  font-size: 16px;
  padding: 20px 60px;
  text-align: center;
  background: #6C1E19;
  color: #fff;
  display: inline-block;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .section-btn a {
    padding: 10px;
    font-size: 10px;
  }
}

.section-btn a:hover {
  text-decoration: none;
  opacity: .6;
}

.about2-sub-title {
  font-size: 24px;
  text-align: center;
  margin: 50px 0 20px;
}

@media screen and (max-width: 767px) {
  .about2-sub-title {
    font-size: 18px;
    margin: 40px 0 25px;
  }
}

.about2-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about2-flex .contents {
  padding: 40px 20px 0px;
  background: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about2-flex .contents {
    padding: 20px 10px 40px;
  }
}

.about2-flex .title {
  font-size: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .about2-flex .title {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

.about2-flex .text {
  font-size: 14px;
  margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .about2-flex .text {
    font-size: 12px;
  }
}

.about2-flex .left {
  width: 45%;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .about2-flex .left {
    width: 48%;
  }
}

.about2-flex .right {
  width: 45%;
}

@media screen and (max-width: 767px) {
  .about2-flex .right {
    margin-bottom: 80px;
    width: 48%;
  }
}

@media screen and (max-width: 767px) {

  .navbar-light .navbar-nav .active>.nav-link,
  .navbar-light .navbar-nav .nav-link.active,
  .navbar-light .navbar-nav .nav-link.show,
  .navbar-light .navbar-nav .show>.nav-link {
    text-align: center;
  }

  .navbar-light .navbar-nav .nav-link {
    text-align: center;
  }

  .header-sns {
    text-align: center;
  }

  .header-sns a img {
    width: 40px;
    height: 40px;
  }
}

.about3-title-wrap {
  text-align: center;
}

.about3-title {
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 50px;
  font-weight: 600;
  display: inline-block;
  padding: 15px 80px;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .about3-title {
    font-size: 18px;
    padding: 10px 30px;
    margin-bottom: 25px;
  }
}

.about3 .row {
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 767px) {
  .about3 .row {
    display: block;
    margin-bottom: 20px;
  }
}

.about3 .row.last {
  margin-bottom: 0;
}

.about3 .row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about3 .row.reverse .contents {
  margin-left: initial !important;
  margin-right: auto;
}

.about3 .img {
  width: 35%;
}

@media screen and (max-width: 767px) {
  .about3 .img {
    width: 100%;
  }
}

.about3 .contents {
  width: 60%;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .about3 .contents {
    width: 100%;
  }
}

.about3 .title {
  font-size: 20px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .about3 .title {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 10px;
  }
}

.about3 .text {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .about3 .text {
    font-size: 13px;
  }
}

.lesson {
  max-width: 1200px;
  margin: 180px auto;
  padding: 0 40px;
}

@media screen and (max-width: 767px) {
  .lesson {
    margin: 40px auto;
    padding: 0 16px;
  }
}

.lesson .lesson-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lesson .img {
  width: 31.5%;
}

.lesson-message {
  text-align: center;
}

.lesson-message .title {
  font-size: 28px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .lesson-message .title {
    font-size: 16px;
  }
}

.about4-img {
  margin-bottom: 80px;
}

@media screen and (max-width: 767px) {
  .about4-img {
    margin-bottom: 30px;
  }
}

.about4-title {
  font-size: 28px;
  margin-bottom: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about4-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.about4-title span {
  font-size: 19px;
}

@media screen and (max-width: 767px) {
  .about4-title span {
    font-size: 15px;
  }
}

.about4 {
  padding: 0px 0 200px !important;
}

@media screen and (max-width: 767px) {
  .about4 {
    padding: 0px 0 60px !important;
  }
}

.about4 ul {
  max-width: 430px;
  margin: 0 auto;
  padding-left: 0;
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .about4 ul {
    max-width: 300px;
    margin-bottom: 25px;
  }
}

.about4 ul li {
  font-size: 18px;
  border-bottom: 4px solid #7A6924;
  padding-bottom: 5px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .about4 ul li {
    font-size: 13px;
    border-bottom: 2px solid #7A6924;
  }
}

.und-about5 {
  padding: 100px 0 !important;
}

.und-voice {
  background: url(../img/bg2.jpg) no-repeat center center/cover !important;
  padding: 20px 0 200px !important;
}

.about5 {
  background: url(../img/teather-bg.jpg) no-repeat center center/cover;
  padding: 100px 0;
  margin-top: 100px;
}

@media screen and (max-width: 767px) {
  .about5 {
    padding: 0;
    margin-top: 0;
  }
}

.about5 .img {
  width: 30%;
  margin-right: auto;
}

.about5 p {
  font-size: 1.2em;
  padding-top: 0.4em;
}

.about5 .content {
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about5 .content .title {
  font-size: 24px;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .about5 .content .title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.about5 .content .text {
  font-size: 14px;
  line-height: 2;
  width: 66%;
}

@media screen and (max-width: 767px) {
  .about5 .content .text {
    font-size: 13px;
  }
}

.about5 .content .text .text-col-ora {
  color: #FF4E00;
}

.about5 .content .und-voice-text {
  width: 100% !important;
}

.about5 .content .und-voice-img {
  width: 40% !important;
}

.about5-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .about5-flex {
    width: 100%;
    margin: auto;
  }
}

.about5-title {
  max-width: 485px;
  margin: 20px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .about5-title {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.wrap-flex-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 4em auto;
  width: 80%;
}

@media screen and (max-width: 767px) {
  .wrap-flex-menu {
    display: block !important;
    margin: 0 auto 25px;
  }
}

.wrap-flex-menu .menubox {
  width: 30%;
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  .wrap-flex-menu .menubox {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.wrap-flex-menu .menubox .menu-tit {
  text-align: center;
  padding: 1em 0;
}

@media screen and (max-width: 767px) {
  .wrap-flex-menu .menubox .menu-tit {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.wrap-flex-menu .menubox .menu-list {
  color: #FF4E00;
}

@media screen and (max-width: 767px) {
  .wrap-flex-menu .menubox .menu-list {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.wrap-flex-menu .menubox .menu-det {
  text-align: left;
  letter-spacing: 0.2em;
  line-height: 1.6em;
}

@media screen and (max-width: 767px) {
  .wrap-flex-menu .menubox .menu-det {
    width: 100%;
    margin: 0 auto 25px;
  }
}

.wrap-flex-menu .menubox .menu-det span {
  font-size: 0.8em;
  line-height: 0.8em;
}

.course-tit {
  font-size: 0.8em;
}

.container2 {
  max-width: 1100px !important;
  background-color: rgba(255, 255, 255, 0.8);
  padding-top: 10px;
}

.insta {
  background: #FFFBEF;
}

@media screen and (max-width: 767px) {
  .about5-flex {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .about5 .img {
    width: 60%;
    margin: 0 auto 10px;
  }

  .about5 .content {
    width: 100%;
    display: block;
    text-align: center;
  }

  .about5 .content .text {
    width: 90%;
    margin: auto;
    text-align: left !important;
  }
}

.company {
  padding: 70px 0 80px;
}

@media screen and (max-width: 767px) {
  .company {
    padding: 40px 0;
  }
}

.company-wrap {
  margin-top: -180px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .company-wrap {
    margin-top: -70px;
  }
}

.company-title {
  font-size: 28px;
  width: 200px;
  height: 200px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  position: relative;
  top: -180px;
  margin: 0 auto;
  padding-top: 65px;
}

@media screen and (max-width: 767px) {
  .company-title {
    font-size: 18px;
    width: 100px;
    height: 100px;
    top: -90px;
    padding-top: 30px;
  }
}

.company-row {
  padding: 20px;
  border-bottom: 1px solid #707070;
}

.company-row .dt {
  width: 100px;
  font-size: 14px;
}

.company-row .dd {
  width: calc(100% - 100px);
}

.contact {
  background: url(../img/inq-bg.jpg) no-repeat center center/cover;
  padding: 120px 0;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 40px 16px;
  }
}

.contact h2 {
  margin-bottom: 1em;
}

.contact-inner {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  .contact-inner {
    padding: 20px;
  }
}

.contact-box {
  background: initial;
  margin: 0;
}

.contact-row-dt span::after {
  content: initial;
}

.btn,
.wpcf7 input[type=submit] {
  color: #fff !important;
  background-color: #6C1E19 !important;
  border-radius: 0 !important;
  width: 20em !important;
  text-align: center;
}

@media screen and (max-width: 767px) {

  .btn,
  .wpcf7 input[type=submit] {
    width: auto !important;
  }
}

.wrap-pp-bg {
  background: url(../img/bg2.jpg) repeat center center/cover;
}

.wrap-pp {
  text-align: left !important;
}

.wrap-pp h5 {
  margin-top: 1.6em;
}

.form_req {
  background-color: #920000;
  color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 0.2em;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .footer-inner {
    display: block;
  }
}

.footer {
  background: #291200;
  padding: 40px 16px;
}

.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media screen and (max-width: 767px) {
  .footer ul {
    margin-right: 0;
  }
}

.footer ul li {
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .footer ul li {
    text-align: center;
  }
}

.footer ul li a {
  color: #fff;
  font-size: 12px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer ul li a:hover {
  text-decoration: none;
  opacity: .6;
}

.footer p {
  color: #fff;
  text-align: center;
  font-size: 14px;
}

.site-info {
  background: #B7A57E !important;
  color: #644123 !important;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .site-info {
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  .footer ul {
    display: block !important;
    padding-left: 0 !important;
  }
}

.topNews-lists-link {
  display: flex;
  color: #000;
}

.topNews-lists-link:hover {
  opacity: .6;
  color: #000 !important;
  text-decoration: none !important;
}

.top-service-title2 {
  margin-bottom: 1em;
  text-align: center;
  font-size: 18px;
}

.topNews-lists-wrap {
  min-width: initial;
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 1rem;
}

.topNews-lists-wrap time {
  margin-bottom: 0;
  margin-right: 4%;
  width: 91px;
  min-width: 91px;
}

.topNews-lists-wrap a {
  padding: 20px 10px;
  border-bottom: 1px solid;
}

.single-title {
  font-size: 20px;
  margin-bottom: 20px;
}

.single-inner {
  padding: 40px;
}

.topNews-lists3 {
  padding: 20px 30px 20px;
}

.top-service-title,
.topNews-lists-link2 time {
  white-space: nowrap;
}

.about2-flex {
  margin-bottom: 50px;
}

.about2-flex .center {
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .topNews-lists-wrap {
    min-width: initial;

    padding: 40px 1rem;
  }

  .topNews-lists-wrap time {
    margin-bottom: 0;
    margin-right: 4%;
    font-size: 13px;
    width: 74px;
    min-width: 74px;

  }

  .topNews-lists-wrap .title {
    font-size: 13px;
    /* width: calc(100% - 87px); */
  }

  .single-title {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .single-inner {
    padding: 40px 16px;
  }

  .topNews-lists-link {
    display: block;
  }

  .about2-flex {
    margin-bottom: 0px;
  }

  .about2-flex .right {
    margin-bottom: 0px;
    width: 48%;
  }

  .about2-flex .title {
    font-size: 13px;
    margin-bottom: 15px;
  }

  .about2-flex .contents {
    padding-bottom: 0;
  }

}

.top-inner img,
.slide {
  width: 100%;
  height: auto;
  max-height: 500px;
}

.under-top .top-inner img {
  height: initial;
}

.about5 {
  margin-top: 0;
}

.top-inner img,
.slide {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 1500px) {
  .slide .brand-pc .und-logo {
    width: 100px;
  }
}

@media screen and (min-width: 1600px) {
  .slide .brand-pc .und-logo {
    width: 120px;
  }
}

@media screen and (min-width: 1900px) {
  .slide .brand-pc .und-logo {
    width: 140px;
  }
}

@media screen and (max-width: 940px) and (min-width: 767px) {
  .slide .brand-pc .und-logo {
    width: 60px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 767px) {
  .slide p {
    top: 60%;
    font-size: 16px;
  }

  .slide .brand-pc .navbar-brand {
    width: 60px;
  }

  .top-logo {
    width: 80px !important;

  }
}

html {
  scroll-behavior: smooth;
}

.taiken {
  max-width: 800px;
  margin: 50px auto;
}

.taiken a {
  transition: .3s;

}

.taiken a:hover {
  opacity: .6;

}

.section-title .wrap {
  display: inline-block;
  position: relative;
}

.leaf-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -70px;
  width: 65px;
}

.leaf-right {
  position: absolute;
  top: 20%;
  transform: translateY(-50%);
  right: -68px;
  width: 75px;
}
.container2 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .taiken {
    max-width: 800px;
    margin: 20px auto;
  }
  
  .leaf-left {
    left: -50px;
    width: 45px;
  }
  .leaf-right  {
    right: -48px;
    width: 55px;

  }
  .section-title .wrap {
    font-size: 20px;
  }
  .container2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

}

.button-wrapper {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.milk-button {
  background-color: #8b5e3c;
  color: #ffffff;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.milk-button:hover {
  background-color: #d8c3a5;
  color: #ffffff;
}

.text {
  text-align: center; /* テキスト部分を中央寄せ */
}

.text .img {
  display: inline-block;
  margin: 10px;
}

.text .img img {
  width: 100%;
  max-width: 300px;
  height: auto;
  display: block;
}

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