@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&display=swap");
.lev {
  font-size: 16px;
  line-height: 25px;
  color: black;
  margin-bottom: 40px;
  padding: 0 50px;
}
.lev img {
  height: auto;
}
.lev .container {
  overflow: visible;
}
.lev h2.title {
  font-size: 42px;
  font-weight: 700;
  color: #2D2D2D;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
.lev h2.title span {
  font-weight: 700;
  display: inline-block;
  vertical-align: bottom;
  margin: auto 2px;
}
.lev h2.title small {
  font-family: "Abril Fatface", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  color: #B51428;
  display: block;
}
.lev h3.midashi {
  color: #B51428;
  font-size: 24px;
  font-weight: 700;
  border-bottom: solid 4px rgba(181, 20, 39, 0.4745098039);
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  line-height: 1.2;
}
.lev h3.midashi span {
  font-weight: 700;
  display: inline-block;
}
.lev p {
  line-height: 1.6;
}
.lev .lev-cont {
  margin-bottom: 60px;
}
.lev .mb-4 {
  margin-bottom: 10px;
}
.lev .mb-5 {
  margin-bottom: 30px;
}
.lev .kage {
  box-shadow: 0 0 8px gray;
}
.lev .type {
  margin-bottom: 30px;
  border-radius: 5px;
}
.lev .type .thum img {
  border-radius: 5px 5px 0 0;
  width: 100%;
}
.lev .type h4 {
  background-color: #B51428;
  color: white;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
  padding: 15px;
  text-align: center;
}
.lev .type h4.blue {
  background-color: #1C1C90;
}
.lev .type p {
  padding: 15px;
  word-break: break-all;
}

@media screen and (max-width: 991px) {
  .lev .type h4 {
    font-size: 18px;
    padding: 10px;
  }
  .lev .type p {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .lev h2.title {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .lev h2.title span {
    font-size: 40px;
  }
  .lev .lev-cont {
    margin-bottom: 40px;
  }
  .lev .type {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 575px) {
  .lev {
    padding: 0 30px;
  }
  .lev h2.title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .lev h2.title span {
    font-size: 32px;
  }
  .lev h2.title small {
    font-size: 18px;
  }
  .lev h3.midashi {
    font-size: 20px;
    padding-bottom: 8px;
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 499px) {
  .lev {
    padding: 0 25px;
  }
}
#lev-intro {
  margin-top: 160px;
  margin-bottom: 60px;
}

#lev-menu {
  position: fixed;
  top: 110px;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: white;
  text-align: center;
}
#lev-menu #lev-menu-inner {
  width: 100%;
  max-width: 1400px;
  display: flex;
  height: 50px;
  margin: auto;
}
#lev-menu .lev-menu-btn {
  flex: 1;
  text-align: center;
  padding-top: 2px;
}
#lev-menu .lev-menu-btn a {
  margin-top: 0;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}
#lev-menu .lev-menu-btn a span {
  display: inline-block;
  font-weight: 600;
}
#lev-menu .now a {
  pointer-events: none;
}
#lev-menu .now a::after {
  content: "▼";
  position: absolute;
  font-size: 14px;
  left: 0;
  bottom: -22px;
  width: 100%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  html {
    scroll-behavior: smooth;
    scroll-padding-top: 160px;
  }
}
@media screen and (max-width: 1399px) {
  #lev-menu .lev-menu-btn a {
    font-size: 1.1vw;
  }
  #lev-menu .now a {
    pointer-events: none;
  }
  #lev-menu .now a::after {
    font-size: 1vw;
    bottom: -1.6vw;
  }
}
@media screen and (max-width: 1199px) {
  #lev-menu #lev-menu-inner {
    height: 60px;
  }
  #lev-menu .lev-menu-btn {
    padding-top: 0;
  }
  #lev-menu .lev-menu-btn a {
    font-size: 1.3vw;
  }
  #lev-menu .lev-menu-btn a span {
    display: block;
  }
  #lev-menu .now a::after {
    font-size: 1.2vw;
    bottom: -1.6vw;
  }
}
@media screen and (max-width: 767px) {
  #lev-intro {
    margin-top: 68px;
    margin-bottom: 40px;
  }
  #lev-menu {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  #lev-menu #lev-menu-inner {
    display: flex;
    flex-wrap: wrap;
    height: auto;
  }
  #lev-menu .lev-menu-btn {
    flex: auto;
    width: 50%;
    padding: 1rem;
    border-bottom: solid 2px #ddd;
    display: grid;
    place-items: center;
  }
  #lev-menu .lev-menu-btn a {
    font-size: 16px;
    line-height: 1.3;
  }
  #lev-menu .now {
    pointer-events: all;
  }
  #lev-menu .now a::after {
    content: "";
  }
  #lev-menu {
    /**
    .now {
        border-bottom: solid 2px #1C1C90;

        a::after {
            font-size: 12px;
            bottom: -14px;
        }
    }
    **/
  }
  #lev-menu .full-width {
    width: 100%;
    padding: 1.5rem;
  }
}
@media screen and (max-width: 575px) {
  #lev-menu .lev-menu-btn {
    padding: 0.8rem;
  }
  #lev-menu .lev-menu-btn a {
    font-size: 15px;
  }
  #lev-menu .full-width {
    padding: 1.2rem;
  }
}
#lev01 {
  background-image: url(https://lesaffre.jp/assets/images/levain/intro_back.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
#lev01 #lev01-inner {
  aspect-ratio: 72/30;
  margin: auto;
  display: grid;
  place-items: center;
  position: relative;
  max-width: 1440px;
}
#lev01 #lev01-inner-txt {
  width: 100%;
  text-align: left;
  padding: 0 130px;
}
#lev01 #lev01-inner-txt img {
  width: 40.5vw;
  height: auto;
  max-width: 590px;
}
#lev01 #lev01-inner-btn {
  position: absolute;
  right: 160px;
  bottom: 68px;
  width: 20vw;
  max-width: 295px;
}
#lev01 #lev01-inner-btn a:hover img {
  opacity: 1;
}

@media screen and (max-width: 1399px) {
  #lev01 #lev01-inner-txt {
    padding: 0 9vw;
  }
  #lev01 #lev01-inner-btn {
    right: 11.1vw;
    bottom: 5vw;
  }
}
@media screen and (max-width: 767px) and (orientation: portrait) {
  #lev01 #lev01-inner {
    aspect-ratio: 1/1;
  }
  #lev01 #lev01-inner-txt {
    text-align: center;
    padding: 0 5vw 15vw 5vw;
  }
  #lev01 #lev01-inner-txt img {
    width: 80%;
    height: auto;
    max-width: 590px;
  }
  #lev01 #lev01-inner-btn {
    position: absolute;
    right: 0;
    bottom: 8vw;
    width: 100%;
    max-width: none;
  }
  #lev01 #lev01-inner-btn a img {
    width: 70%;
    max-width: 280px;
  }
}
#lev02 .img {
  margin-bottom: 60px;
}
#lev02 .img img {
  border-radius: 5px;
}

@media screen and (max-width: 575px) {
  #lev02 .img {
    margin-bottom: 40px;
  }
  #lev02 .type {
    max-width: 380px;
    margin-left: auto;
    margin-right: auto;
  }
}
#lev03 .type h4 {
  border-radius: 5px 5px 0 0;
}
#lev03 .gray {
  padding: 25px;
  background-color: #E4E4E4;
  border-radius: 5px;
}
#lev03 .gray h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
#lev03 .gray ol {
  position: relative;
  padding: 0;
}
#lev03 .gray ol li {
  list-style: none;
  list-style-position: outside;
  padding-left: 1.25em;
  line-height: 1.4;
  margin-top: 6px;
}
#lev03 .gray ol li strong {
  display: block;
}
#lev03 .gray ol li span {
  position: absolute;
  left: 0;
  margin: 0;
}
#lev03 .gray ul {
  padding: 0;
}
#lev03 .gray ul li {
  text-indent: -1em;
  padding-left: 1em;
  font-weight: 300;
}
#lev03 .gray ul li::before {
  content: "・";
}

#lev04 .lev-box {
  border-radius: 5px;
  padding: 40px;
  margin-top: 30px;
  text-align: center;
}
#lev04 .lev-box h4 {
  font-weight: 700;
  text-align: center;
  font-size: 26px;
  letter-spacing: 2px;
  margin-bottom: 25px;
}
#lev04 .lev-box h5 {
  font-size: 18px;
  font-weight: 700;
  color: #B51428;
  line-height: 1.2;
  margin: 12px auto 6px auto;
}
#lev04 .lev-box h5 span {
  display: inline-block;
  font-weight: 700;
}
#lev04 .lev-box p {
  line-height: 1.4;
  margin: auto;
}
#lev04 .lev-box .row {
  max-width: 860px;
  margin: auto;
}
#lev04 #lev04a a,
#lev04 #lev04b a,
#lev04 #lev04c a {
  color: black;
  text-decoration: none;
}
#lev04 #lev04c .img img {
  width: 100%;
  max-width: 280px;
}
#lev04 #lev04d .img img {
  width: 100%;
  max-width: 700px;
}

@media screen and (max-width: 767px) {
  #lev04 .lev-box {
    padding: 30px;
  }
  #lev04 .lev-box h4 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  #lev04 .lev-box h5 {
    font-size: 16px;
  }
  #lev04 .lev-box p {
    font-size: 14px;
  }
  #lev04 #lev04a h4,
  #lev04 #lev04b h4 {
    margin: auto;
  }
  #lev04 #lev04a .img img,
  #lev04 #lev04b .img img {
    width: 80%;
    max-width: 200px;
  }
  #lev04 #lev04d {
    padding: 0;
  }
  #lev04 #lev04d .img img {
    border-radius: 5px;
  }
}
#lev05 {
  text-align: center;
}
#lev05 table {
  margin: auto;
  text-align: left;
}
#lev05 table th {
  vertical-align: top;
  width: 55px;
}
#lev05 table td {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 20px;
  padding-left: 5px;
}
#lev05 table td h3 {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 5px;
}
#lev05 table td span {
  font-weight: 600;
  display: inline-block;
}
#lev05 #lev05b h3.midashi {
  text-align: left;
}
#lev05 #lev05b .row {
  max-width: 1080px;
  margin: auto;
}
#lev05 #lev05b .jirei {
  margin-top: 30px;
  border-radius: 5px;
}
#lev05 #lev05b .jirei img {
  height: auto;
  border-radius: 5px;
}
#lev05 #lev05c h4 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
#lev05 #lev05c a {
  display: block;
  max-width: 760px;
  margin: auto;
  text-decoration: none;
}
#lev05 #lev05c a:hover .post {
  background-color: #f0f0f0;
}
#lev05 #lev05c a:hover img {
  opacity: 1;
}
#lev05 #lev05c .post {
  border-radius: 5px;
  margin: auto;
  width: 100%;
  display: table;
  padding: 20px;
}
#lev05 #lev05c .post .post-right,
#lev05 #lev05c .post .post-left {
  display: table-cell;
  vertical-align: middle;
}
#lev05 #lev05c .post .post-left {
  width: 220px;
}
#lev05 #lev05c .post .post-right {
  text-align: left;
  padding-left: 20px;
  position: relative;
}
#lev05 #lev05c .post .post-right p {
  color: black;
  margin: auto;
  font-weight: 600;
  padding-right: 30px;
}
#lev05 #lev05c .post .post-right p span {
  display: inline-block;
  font-weight: 600;
}
#lev05 #lev05c .post .post-right::after {
  content: "";
  background-image: url(https://lesaffre.jp/assets/images/levain/arrow.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 15px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}

@media screen and (max-width: 991px) {
  #lev05 table {
    max-width: 640px;
  }
  #lev05 #lev05b h3.midashi {
    text-align: left;
  }
  #lev05 #lev05b .row {
    max-width: 1080px;
    margin: auto;
  }
  #lev05 #lev05b .jirei {
    margin-top: 30px;
    border-radius: 5px;
  }
  #lev05 #lev05b .jirei img {
    height: auto;
    border-radius: 5px;
  }
}
@media screen and (max-width: 767px) {
  #lev05 table th {
    width: 50px;
  }
  #lev05 table td {
    font-size: 16px;
  }
  #lev05 table td h3 {
    font-size: 26px;
  }
  #lev05 #lev05b {
    margin-bottom: 50px;
  }
  #lev05 #lev05b .jirei {
    margin-top: 25px;
  }
  #lev05 #lev05c .mb-5 {
    margin-bottom: 25px !important;
  }
}
@media screen and (max-width: 575px) {
  #lev05 #lev05a table {
    display: block;
    width: 100%;
    max-width: none;
  }
  #lev05 #lev05a table th,
  #lev05 #lev05a table td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  #lev05 #lev05b .row {
    max-width: 380px;
    margin: auto;
  }
  #lev05 #lev05c .post {
    display: block;
  }
  #lev05 #lev05c .post .post-right,
  #lev05 #lev05c .post .post-left {
    display: block;
    width: 100%;
  }
  #lev05 #lev05c .post .post-left img {
    width: 100%;
    margin-bottom: 18px;
    border-radius: 3px;
  }
  #lev05 #lev05c .post .post-right {
    padding-left: 0;
  }
}
#lev06 .kage {
  border-radius: 5px;
  background-color: #E0E0E0;
  padding: 40px 45px;
  margin-bottom: 30px;
}
#lev06 .faq {
  display: table;
}
#lev06 .faq .faq-left,
#lev06 .faq .faq-right {
  display: table-cell;
  vertical-align: middle;
}
#lev06 .faq .faq-left {
  width: 36px;
}
#lev06 .faq .faq-right {
  padding-left: 10px;
}
#lev06 .faq .faq-midashi {
  font-size: 26px;
  font-weight: 700;
  vertical-align: middle;
  line-height: 1.2;
}
#lev06 .faq .faq-midashi span {
  display: inline-block;
  font-weight: 700;
}
#lev06 .faq ul {
  padding: 0;
}
#lev06 .faq ul li {
  position: relative;
  text-indent: -1em;
  padding-left: 1em;
}
#lev06 .faq ul li::before {
  content: "・";
}
#lev06 .faq .strong {
  font-weight: 600;
}
#lev06 .awnser {
  margin-top: 10px;
}

@media screen and (max-width: 991px) {
  #lev06 .kage {
    border-radius: 5px;
    background-color: #E0E0E0;
    padding: 40px 45px;
    margin-bottom: 30px;
  }
  #lev06 .faq .faq-right {
    padding-left: 8px;
  }
  #lev06 .faq .faq-midashi {
    font-size: 22px;
  }
  #lev06 .faq .mb-4 {
    margin-bottom: 10px !important;
  }
  #lev06 .awnser .faq-left {
    vertical-align: top;
    padding-top: 3px;
  }
}
@media screen and (max-width: 575px) {
  #lev06 .kage {
    padding: 25px;
  }
  #lev06 .faq .faq-right {
    padding-left: 6px;
  }
  #lev06 .faq .faq-midashi {
    font-size: 20px;
  }
  #lev06 .awnser .faq-left {
    padding-top: 4px;
  }
}
#lev07 {
  margin-bottom: 100px;
  text-align: center;
}
#lev07 a img {
  width: 80%;
  max-width: 320px;
  margin: auto;
}/*# sourceMappingURL=levain.css.map */