@charset "UTF-8";
body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-text-size-adjust: 100%;
}

p {
  color: #333;
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.pcOnly {
  display: none;
}
@media (min-width: 768px) {
  .pcOnly {
    display: block;
  }
}

.spOnly {
  display: block;
}
@media (min-width: 768px) {
  .spOnly {
    display: none;
  }
}

.underTopWrap {
  position: relative;
  z-index: 0;
}
.underTopWrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 15%;
  background: #F2ECE7;
  bottom: 0;
  left: 0;
}

/*=================================================*/
/*共通
/*=================================================*/
.flex {
  width: 90%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
  gap: 40px;
  margin: auto;
}
@media (min-width: 768px) {
  .flex {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .flex {
    width: 95%;
    flex-flow: initial;
    gap: 3%;
  }
}
@media (min-width: 1200px) {
  .flex {
    width: 100%;
  }
}

.imgRadius {
  border-radius: 20px;
}

/*=================================================*/
/*コース一覧
/*=================================================*/
.courseMainSection {
  position: relative;
}
.courseMainSection .sectionTitleBox {
  margin-bottom: 60px;
}
@media (min-width: 1024px) {
  .courseMainSection .sectionTitleBox {
    margin-bottom: 89px;
  }
}
.courseMainSection .imgDecoBox {
  display: none;
  position: absolute;
  z-index: 3;
}
@media (min-width: 1200px) {
  .courseMainSection .imgDecoBox {
    display: block;
  }
}
.courseMainSection .bglineBox {
  display: none;
  position: absolute;
  width: 50%;
  max-width: 659.341px;
  top: 15%;
  left: 56%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  z-index: 1;
}
@media (min-width: 1200px) {
  .courseMainSection .bglineBox {
    display: block;
  }
}
.courseMainSection .courseSectionTopBg .courseSectionTop .sectionTitleBox {
  text-align: center;
}
.courseMainSection .flex {
  position: relative;
  z-index: 5;
}
@media (min-width: 1024px) {
  .courseMainSection .flex {
    justify-content: flex-start;
  }
}
@media (min-width: 1200px) {
  .courseMainSection .flex {
    padding-left: 3%;
  }
}
@media (min-width: 1024px) {
  .courseMainSection .flex .imgBox {
    width: 374px;
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .courseMainSection .flex .imgBox {
    width: 424px;
    height: 260px;
  }
}
@media (min-width: 1300px) {
  .courseMainSection .flex .imgBox {
    width: 624px;
    height: 350px;
  }
}
.courseMainSection .flex .imgBox .img {
  aspect-ratio: 2/1;
}
.courseMainSection .flex .imgBox .textBoxBotoomContentText {
  margin-top: 10px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: 1.28px;
}
@media (min-width: 1024px) {
  .courseMainSection .flex .textBox {
    width: 565px;
  }
}
.courseMainSection .flex .textBox .menuTitleFlex {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 5px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .courseMainSection .flex .textBox .menuTitleFlex {
    flex-flow: initial;
  }
}
.courseMainSection .flex .textBox .menuTitleFlex .menuImgBox {
  width: 80px;
  height: 80px;
}
@media (min-width: 1024px) {
  .courseMainSection .flex .textBox .menuTitleFlex .menuImgBox {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1024px) {
  .courseMainSection .flex .textBox .menuTitleFlex .menuImgBox .img {
    object-fit: contain;
  }
}
.courseMainSection .flex .textBox .menuTitleFlex .menuTitleBox {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .courseMainSection .flex .textBox .menuTitleFlex .menuTitleBox {
    align-items: end;
    flex-flow: initial;
  }
}
.courseMainSection .flex .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .menuTitle {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.4px;
}
.courseMainSection .flex .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .menuTitle::after {
  position: absolute;
  content: "";
  width: 22.361px;
  height: 1px;
  background: #000;
  left: -10px;
  top: 50%;
  transform: rotate(68deg);
}
.courseMainSection .flex .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .menuTitle::before {
  position: absolute;
  content: "";
  width: 22.361px;
  height: 1px;
  background: #000;
  right: -10px;
  top: 50%;
  transform: rotate(-68deg);
}
.courseMainSection .flex .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .h3 {
  position: relative;
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.6px;
}
.courseMainSection .flex .textBox .menuTitleFlex .menuTitleBox .menuPriceBox {
  display: flex;
  align-items: end;
}
.courseMainSection .flex .textBox .menuTitleFlex .menuTitleBox .menuPriceBox .price {
  color: #F1751B;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.courseMainSection .flex .textBox .menuTitleFlex .menuTitleBox .menuPriceBox .priceJa {
  color: #F1751B;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 33px;
  letter-spacing: -0.65px;
}
.courseMainSection .flex .textBox .p {
  position: relative;
  padding-left: 20px;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 1.28px;
}
@media (min-width: 1024px) {
  .courseMainSection .flex .textBox .p {
    font-size: 16px;
    line-height: 28px;
  }
}
.courseMainSection .flex .textBox .p::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #AC886D;
  border-radius: 30px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.courseMainSection .flex .textBox .p.pTop::before {
  top: 24%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (min-width: 768px) {
  .courseMainSection .flex .textBox .p.pTop::before {
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.courseMainSection .flex .textBox .detailFlex {
  display: flex;
  gap: 7%;
  margin-top: 20px;
}
.courseMainSection .flex .textBox .detailFlex .detailBox {
  display: flex;
  align-items: center;
  gap: 20px;
}
.courseMainSection .flex .textBox .detailFlex .detailBox .detailTitle {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #AC886D;
  background: #FFF;
  padding: 0px 10px 2px;
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.96px;
}
.courseMainSection .flex .textBox .detailFlex .detailBox .detailContent {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.28px;
}
.courseMainSection .flex .textBox .courseContentBox {
  margin-top: 21px;
  padding: 25px 25px 10px 25px;
  border-radius: 20px;
  background: #FFF;
}
@media (min-width: 1024px) {
  .courseMainSection .flex .textBox .courseContentBox {
    padding: 25px 12px 2px 39px;
  }
}
.courseMainSection .flex .textBox .courseContentBox .courseContentTitle {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  padding-left: 30px;
  border-radius: 100px;
  background: #AC886D;
  width: 100%;
}
@media (min-width: 1024px) {
  .courseMainSection .flex .textBox .courseContentBox .courseContentTitle {
    max-width: 453px;
  }
}
.courseMainSection .flex .textBox .courseContentBox .courseContentUl {
  display: flex;
  flex-flow: column;
  margin-top: 10px;
  gap: 5%;
}
@media (min-width: 1024px) {
  .courseMainSection .flex .textBox .courseContentBox .courseContentUl {
    flex-flow: initial;
  }
}
.courseMainSection .flex .textBox .courseContentBox .courseContentUl .courseContentLi .courseText {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: 1.28px;
}
.courseMainSection .flex .textBox .courseContentBox .courseBottomText {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.12px;
  text-align: end;
}
.courseMainSection .flex .textBox .textBoxBotoomContentText {
  margin-top: 10px;
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 1.12px;
}
@media (min-width: 1500px) {
  .courseMainSection .courseSectionTop,
  .courseMainSection .courseSectionSecond,
  .courseMainSection .courseSectionBottom {
    max-width: 1500px;
    margin: auto;
  }
}
.courseMainSection .courseSectionTopBg {
  position: relative;
  padding: 80px 0 82px;
}
.courseMainSection .courseSectionTopBg .bgColorImgBox {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 58px;
}
@media (min-width: 1500px) {
  .courseMainSection .courseSectionTopBg .bgColorImgBox {
    aspect-ratio: 1440/94;
    min-height: 90px;
  }
}
@media (min-width: 1024px) {
  .courseMainSection .courseSectionTopBg .imgDecoBox {
    width: 83px;
    height: 55px;
    left: 41%;
    bottom: 7%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 6;
  }
}
.courseMainSection .courseSectionTopBg .courseSectionTop .flex .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .h3::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  background-size: 7px 2px;
  background-image: linear-gradient(to right, #AC886D 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  right: 32px;
  bottom: 18px;
}
.courseMainSection .courseSectionSecondBg {
  padding: 80px 0 0;
}
@media (min-width: 1024px) {
  .courseMainSection .courseSectionSecondBg .imgDecoBox {
    width: 122px;
    height: 79px;
    left: 59%;
    bottom: 49%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 6;
  }
}
@media (min-width: 1024px) {
  .courseMainSection .courseSectionSecondBg .flex {
    flex-flow: row-reverse;
    padding-left: initial;
  }
}
@media (min-width: 1200px) {
  .courseMainSection .courseSectionSecondBg .flex {
    padding-right: 3%;
  }
}
.courseMainSection .courseSectionSecondBg .flex .textBox .courseContentBox .courseContentUl .courseContentLi .courseText {
  letter-spacing: -0.48px;
}
.courseMainSection .courseSectionSecondBg .flex .textBox .p {
  letter-spacing: -0.16px;
}
.courseMainSection .courseSectionSecondBg .flex .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .h3 {
  padding-right: 14px;
}
.courseMainSection .courseSectionSecondBg .flex .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .h3::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  background-size: 7px 2px;
  background-image: linear-gradient(to right, #AC886D 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  right: 7px;
  bottom: 18px;
}
.courseMainSection .courseSectionBottomBg {
  position: relative;
  padding: 100px 0 70px;
  background: #D5C9BF;
}
@media (min-width: 1024px) {
  .courseMainSection .courseSectionBottomBg {
    padding: 170px 0 70px;
  }
}
@media (min-width: 1024px) {
  .courseMainSection .courseSectionBottomBg .imgDecoBox {
    width: 84px;
    height: 67px;
    left: 38%;
    bottom: 4%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 6;
  }
}
.courseMainSection .courseSectionBottomBg .bgColorImgBox {
  top: 0;
  bottom: initial;
  height: 94px;
}
@media (min-width: 1500px) {
  .courseMainSection .courseSectionBottomBg .bgColorImgBox {
    aspect-ratio: 1440/94;
    min-height: 90px;
  }
}
.courseMainSection .courseSectionWhite {
  width: 90%;
  max-width: 1100px;
  margin: 80px auto 0;
}
@media (min-width: 768px) {
  .courseMainSection .courseSectionWhite {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .courseMainSection .courseSectionWhite {
    width: 80%;
  }
}
@media (min-width: 1100px) {
  .courseMainSection .courseSectionWhite {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .courseMainSection .courseSectionWhite {
    width: 100%;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
@media (min-width: 1100px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi {
    flex-flow: initial;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi:last-of-type {
  margin-top: 40px;
}
@media (min-width: 1100px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textBox {
    width: 552px;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 5px;
  margin-bottom: 14px;
}
@media (min-width: 768px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex {
    flex-flow: initial;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuImgBox {
  width: 80px;
  height: 80px;
}
@media (min-width: 1100px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuImgBox {
    width: 100px;
    height: 100px;
  }
}
@media (min-width: 1100px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuImgBox .img {
    object-fit: contain;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuTitleBox {
  display: flex;
  flex-flow: column;
}
@media (min-width: 768px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuTitleBox {
    align-items: end;
    flex-flow: initial;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .menuTitle {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1.4px;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .menuTitle::after {
  position: absolute;
  content: "";
  width: 22.361px;
  height: 1px;
  background: #000;
  left: -10px;
  top: 50%;
  transform: rotate(68deg);
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .menuTitle::before {
  position: absolute;
  content: "";
  width: 22.361px;
  height: 1px;
  background: #000;
  right: -10px;
  top: 50%;
  transform: rotate(-68deg);
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .h3 {
  position: relative;
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: -2.24px;
  padding-right: 62px;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .h3::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  background-size: 7px 2px;
  background-image: linear-gradient(to right, #AC886D 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  right: 16px;
  bottom: 18px;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuTitleBox .menuPriceBox {
  display: flex;
  align-items: end;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuTitleBox .menuPriceBox .price {
  color: #F1751B;
  font-family: "Montserrat", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .menuTitleFlex .menuTitleBox .menuPriceBox .priceJa {
  color: #F1751B;
  font-family: "Montserrat", sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.65px;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .p {
  position: relative;
  padding-left: 20px;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0.1px;
}
@media (min-width: 1024px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .p {
    letter-spacing: -1.9px;
    font-size: 16px;
    line-height: 28px;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .p::before {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  background: #AC886D;
  border-radius: 30px;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .p.pTop::before {
  top: 30%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
@media (min-width: 768px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .p.pTop::before {
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .detailFlex {
  display: flex;
  gap: 7%;
  margin-top: 20px;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .detailFlex .detailBox {
  display: flex;
  align-items: center;
  gap: 20px;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .detailFlex .detailBox .detailTitle {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  border: 1px solid #AC886D;
  background: #FFF;
  padding: 0px 10px 2px;
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.96px;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .detailFlex .detailBox .detailContent {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 1.28px;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .courseContentBox {
  margin-top: 21px;
  padding: 25px 25px 10px 25px;
  border-radius: 20px;
  background: #FFF;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .courseContentBox .courseContentTitle {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  padding-left: 30px;
  border-radius: 100px;
  background: #AC886D;
  width: 100%;
}
@media (min-width: 1024px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .courseContentBox .courseContentTitle {
    max-width: 453px;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .courseContentBox .courseContentUl {
  display: flex;
  flex-flow: column;
  margin-top: 10px;
  gap: 5%;
}
@media (min-width: 1024px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .courseContentBox .courseContentUl {
    flex-flow: initial;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .courseContentBox .courseContentUl .courseContentLi .courseText {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: 1.28px;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .courseContentBox .courseBottomText {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.12px;
  text-align: end;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textBox .textBoxBotoomContentText {
  margin-top: 10px;
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 1.12px;
}
@media (min-width: 1100px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textRight {
    width: 510px;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textRight .courseContentBox {
  margin-top: 21px;
  padding: 25px 25px 10px 25px;
  border-radius: 20px;
  background: linear-gradient(180deg, #F2ECE7 0%, #F2ECE7 100%);
}
@media (min-width: 1024px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textRight .courseContentBox {
    padding: 25px 11px 2px 28px;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textRight .courseContentBox .courseContentTitle {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  color: #FFF;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  padding-left: 30px;
  border-radius: 100px;
  background: #AC886D;
  width: 100%;
}
@media (min-width: 1024px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textRight .courseContentBox .courseContentTitle {
    max-width: 453px;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textRight .courseContentBox .courseContentUl {
  display: flex;
  flex-flow: column;
  margin-top: 10px;
  gap: 10px;
}
@media (min-width: 1024px) {
  .courseMainSection .courseSectionWhite .flexUl .flexLi .textRight .courseContentBox .courseContentUl {
    flex-flow: initial;
  }
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textRight .courseContentBox .courseContentUl .courseContentLi .courseText {
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: 1.2px;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textRight .courseContentBox .courseContentUl .courseContentLi .courseText.courseTextSmall {
  color: #333;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 28.8px;
  letter-spacing: -0.75px;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textRight .courseContentBox .courseContentUl.courseContentUlTop {
  gap: 15%;
}
.courseMainSection .courseSectionWhite .flexUl .flexLi .textRight .courseContentBox .courseBottomText {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 1.12px;
  text-align: end;
}
.courseMainSection .courseSectionWhite .bottomTextBgBox {
  margin-top: 54px;
  padding: 13px 20px;
  border-radius: 10px;
  background: #F6EFEA;
}
.courseMainSection .courseSectionWhite .bottomTextBgBox .bottomTextBgBoxFlex {
  display: flex;
  flex-flow: wrap;
}
.courseMainSection .courseSectionWhite .bottomTextBgBox .bottomTextBgBoxFlex .bottomTextBox {
  display: flex;
}
.courseMainSection .courseSectionWhite .bottomTextBgBox .bottomTextBgBoxFlex .title {
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -0.24px;
}
@media (min-width: 768px) {
  .courseMainSection .courseSectionWhite .bottomTextBgBox .bottomTextBgBoxFlex .title {
    font-size: 24px;
  }
}
.courseMainSection .courseSectionWhite .bottomTextBgBox .bottomTextBgBoxFlex .dot {
  position: relative;
  width: 19px;
  height: 40px;
  margin: 0 8px 0 12px;
}
@media (min-width: 768px) {
  .courseMainSection .courseSectionWhite .bottomTextBgBox .bottomTextBgBoxFlex .dot {
    margin: 0 18px 0 20px;
  }
}
.courseMainSection .courseSectionWhite .bottomTextBgBox .bottomTextBgBoxFlex .dot::before {
  position: absolute;
  content: "•••";
  top: 80%;
  left: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 19px;
  height: 100%;
  color: #AC886D;
}
.courseMainSection .courseSectionWhite .bottomTextBgBox .bottomTextBgBoxFlex .p {
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 1.1px;
}
@media (min-width: 768px) {
  .courseMainSection .courseSectionWhite .bottomTextBgBox .bottomTextBgBoxFlex .p {
    font-size: 22px;
  }
}
.courseMainSection .courseSectionWhite .bottomTextBgBox .bottomTextBgBoxFlex .smallText {
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0.8px;
}
@media (min-width: 768px) {
  .courseMainSection .courseSectionWhite .bottomTextBgBox .bottomTextBgBoxFlex .smallText {
    font-size: 16px;
    line-height: 44px;
  }
}

.courseSectionBottom .flex .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .h3 {
  padding-right: 46px;
}
.courseSectionBottom .flex .textBox .menuTitleFlex .menuTitleBox .menuTitleTopBox .h3::before {
  position: absolute;
  content: "";
  width: 29px;
  height: 2px;
  background-size: 7px 2px;
  background-image: linear-gradient(to right, #AC886D 2px, transparent 2px);
  background-repeat: repeat-x;
  background-position: left bottom;
  right: 7px;
  bottom: 18px;
}

.menuSectionBg {
  margin-top: 80px;
  padding: 80px 0;
  position: relative;
}
.menuSectionBg .backBgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.menuSectionBg .backBgc .backImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  border-radius: 8px;
  transition: all 0.4s ease-in-out;
}
.menuSectionBg .menuSection {
  width: 90%;
  position: relative;
  max-width: 1102px;
  margin: auto;
  padding: 45px 24px 45px;
  background: #FFF;
  border-radius: 20px;
  z-index: 3;
}
@media (min-width: 768px) {
  .menuSectionBg .menuSection {
    width: 700px;
    padding: 51px 51px 60px;
  }
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection {
    width: 90%;
  }
}
@media (min-width: 1200px) {
  .menuSectionBg .menuSection {
    width: 100%;
  }
}
.menuSectionBg .menuSection .sectionTitleBox {
  text-align: center;
  margin-bottom: 40px;
}
.menuSectionBg .menuSection .imgDecoBox {
  position: absolute;
  width: 52.299px;
  height: 68.044px;
  top: 48px;
  right: 0%;
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection .imgDecoBox {
    top: 48px;
    right: 15%;
    width: 102.299px;
    height: 88.044px;
  }
}
@media (min-width: 1200px) {
  .menuSectionBg .menuSection .imgDecoBox {
    top: 48px;
    right: 20%;
  }
}
@media (min-width: 1400px) {
  .menuSectionBg .menuSection .imgDecoBox {
    top: 48px;
    right: 29%;
  }
}
.menuSectionBg .menuSection .menuListBox .flexUl:last-of-type {
  margin-top: 30px;
}
.menuSectionBg .menuSection .menuListBox .flexUl .menuTitle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 231px;
  height: 40px;
  border-radius: 100px;
  border: 1px solid #AC886D;
  color: #AC886D;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: -1px;
  margin-bottom: 20px;
  margin: 0 auto 20px auto;
}
@media (min-width: 768px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .menuTitle {
    margin: 0 0 20px 0;
  }
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-flow: column;
  padding: 10px 0;
  border-bottom: 1px solid #ECDCD0;
}
@media (min-width: 1100px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .flexLi {
    flex-flow: initial;
  }
}
@media (min-width: 1024px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .flexLi .titleBox {
    width: 110px;
  }
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi .titleBox .title {
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.8px;
}
@media (min-width: 1100px) {
  .menuSectionBg .menuSection .menuListBox .flexUl .flexLi .contentBox {
    width: 86%;
  }
}
.menuSectionBg .menuSection .menuListBox .flexUl .flexLi .contentBox .content {
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.64px;
  letter-spacing: -0.32px;
}

/*=================================================*/
/*ランチメニュー
/*=================================================*/
.lunchSectionBg {
  padding: 65px 0;
  margin-bottom: 80px;
}
@media (min-width: 1024px) {
  .lunchSectionBg {
    padding: 100px 0;
  }
}
.lunchSectionBg .lunchSection {
  width: 90%;
  max-width: 1100px;
  margin: auto;
}
@media (min-width: 768px) {
  .lunchSectionBg .lunchSection {
    width: 700px;
  }
}
@media (min-width: 1024px) {
  .lunchSectionBg .lunchSection {
    width: 95%;
  }
}
@media (min-width: 1200px) {
  .lunchSectionBg .lunchSection {
    width: 100%;
  }
}
.lunchSectionBg .lunchSection .sectionTitleBox {
  text-align: center;
}
.lunchSectionBg .lunchSection .flexUl {
  margin-top: 40px;
}
.lunchSectionBg .lunchSection .flexUl:first-of-type {
  margin-top: 0px;
}
.lunchSectionBg .lunchSection .flexUl .flexLi {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #FFF;
  border-radius: 4px;
  padding: 6px 15px;
  border-left: 8px solid #AC886D;
}
@media (min-width: 768px) {
  .lunchSectionBg .lunchSection .flexUl .flexLi {
    padding: 6px 38px;
  }
}
.lunchSectionBg .lunchSection .flexUl .flexLi .titleBox .title {
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.32px;
}
@media (min-width: 768px) {
  .lunchSectionBg .lunchSection .flexUl .flexLi .titleBox .title {
    font-size: 22px;
  }
}
.lunchSectionBg .lunchSection .flexUl .flexLi .priceBox {
  display: flex;
  align-items: baseline;
}
.lunchSectionBg .lunchSection .flexUl .flexLi .priceBox .priceText {
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1.32px;
}
@media (min-width: 768px) {
  .lunchSectionBg .lunchSection .flexUl .flexLi .priceBox .priceText {
    font-size: 22px;
  }
}
.lunchSectionBg .lunchSection .flexUl .flexLi .priceBox .priceTextSmall {
  color: #AC886D;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.84px;
}
@media (min-width: 768px) {
  .lunchSectionBg .lunchSection .flexUl .flexLi .priceBox .priceTextSmall {
    font-size: 14px;
  }
}
.lunchSectionBg .lunchSection .flexUl .content {
  margin-top: 10px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.96px;
}
@media (min-width: 768px) {
  .lunchSectionBg .lunchSection .flexUl .content {
    margin-top: 20px;
    font-size: 16px;
  }
}/*# sourceMappingURL=course.css.map */