@charset "UTF-8";
/* ===================================================================

 file name  :quality > index.css

=================================================================== */
/* =============================

	overwrite

=============================== */
section p {
  line-height: 1.5;
}

/* =================================== */

@media screen and (min-width: 768px) {
  section p {
    font-size: 1.4rem;
  }
}

/*
.sec
---------------------------*/
.sec {
  padding: 40px 0;
}
@media screen and (min-width: 768px) {
  .sec {
    padding: 70px 0;
  }
}
/*
.ttl-common02
---------------------------*/
.ttl-common02 {
  margin: 0 0 30px;
  color: #323232;
  font-size: 1.7rem;
  line-height: 1.5;
}
.ttl-common02 .en {
  display: block;
  margin: 0 0 5px;
  color: #ba9c52;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .ttl-common02 {
    margin: 0 0 50px;
    font-size: 2.4rem;
  }
  .ttl-common02 .en {
    margin: 0 0 19px;
    font-size: 2rem;
  }
}
/*
.f-block
---------------------------*/
.f-block--sp {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .f-block--pc {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
/*
.list
---------------------------*/
.list-mv {
  margin: 0 0 30px;
}
.list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list li {
  width: 49%;
  margin: 0 0 30px;
}
.list li figure {
  margin: 0 0 10px;
  position: relative;
}
.list li figure figcaption {
  position: absolute;
  right: 0.5em;
  bottom: 0.2em;
  font-size: 1rem;
  letter-spacing: -0.05em;
}
.list li h3 {
  margin: 0 0 8px;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.05em;
}
.list li p span {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .list-wrap {
    position: relative;
  }
  .list-mv {
    margin: 0;
    position: absolute;
    top: 0;
  }
  .list-mv--r {
    right: 0;
  }
  .list--l {
    width: 580px;
    margin: 0 auto 0 0;
  }
  .list--r {
    width: 580px;
    margin: 0 0 0 auto;
  }
  .list::after {
    content: '';
    width: 270px;
  }
  .list li {
    width: 270px;
    margin: 0 0 40px;
  }
  .list li figure {
    margin: 0 0 14px;
  }
  .list li figure figcaption {
    font-size: 1.2rem;
  }
  .list li h3 {
    font-size: 1.8rem;
  }
  .list li p span {
    font-size: 1.2rem;
  }
}
/*
.sec-kitchen
---------------------------*/
.sec-kitchen .sec-mv {
  margin: 0 0 30px;
}

@media screen and (min-width: 768px) {
  .sec-kitchen .sec-mv {
    margin: 0 0 50px;
  }
}

/*
.other__block
---------------------------*/
.other__block {
  padding: 20px 15px;
  border: solid 1px #ccc;
}
.other__block h3 {
  margin: 0 0 10px;
  font-size: 1.6rem;
  line-height: 1.3;
}

@media screen and (min-width: 768px) {
  .other__block {
    padding: 36px 38px;
  }
  .other__block h3 {
    margin: 0 0 16px;
    font-size: 1.8rem;
  }
}
/*
.other__block01
---------------------------*/
.other__block01 {
  margin: 40px 0 0;
}
.other__block01__inner-txt {
  margin: 0 0 20px;
}
.other__block01__inner-txt p {
  width: 50%;
  margin: 5% 0 0;
}
.other__block01__inner-txt figure {
  width: 40%;
}
.other__block01__inner-txt figure figcaption {
  font-size: 1rem;
  text-align: right;
}
.other__block01__fig figcaption {
  font-size: 1rem;
  text-align: right;
}
@media screen and (min-width: 768px) {
  .other__block01 {
    margin: 80px 0 0;
  }
  .other__block01__inner {
    width: 526px;
  }
  .other__block01__inner-txt {
    margin: 0;
  }
  .other__block01__inner-txt p {
    width: 324px;
    margin: 0;
  }
  .other__block01__inner-txt figure {
    width: 153px;
  }
  .other__block01__inner-txt figure figcaption {
    margin: -1em -2em 0 0;
    font-size: 1.2rem;
  }
  .other__block01__fig {
    width: 570px;
  }
  .other__block01__fig figcaption {
    margin: -1em 0 0;
    font-size: 1.2rem;
  }
}
/*
.other__block02
---------------------------*/
.other__block02 {
  margin: 30px 0 0;
}
.other__block__ttl {
  margin: 0 0 10px;
}
.other__block__ttl img {
  width: auto;
  height: 30px;
}
.other__catch {
  margin: 0 0 0.5em;
  font-size: 1.5rem;
  line-height: 1.3;
}
.other__note {
  margin: 1em 0 0;
  font-size: 1rem;
}
.other__block02__inblock-txt {
  margin: 0 0 40px;
}
.other__books {
  padding: 20px;
  border: solid 1px #ccc;
}
.other__books__fig {
  margin: 20px 0 0;
  position: relative;
}
.other__books__fig figcaption {
  position: absolute;
  right: 0.5em;
  bottom: 0.2em;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .other__block02 {
    margin: 40px 0 0;
  }
  .other__block__ttl {
    margin: 0 0 16px;
  }
  .other__block__ttl img {
    height: 40px;
  }
  .other__catch {
    margin: 0 0 0.5em;
    font-size: 1.8rem;
    line-height: 1.5;
    letter-spacing: -0.05em;
  }
  .other__note {
    font-size: 1.2rem;
  }
  .other__block02__inblock-txt {
    width: 540px;
    margin: 0;
  }
  .other__books {
    margin: 40px 0 0;
    padding: 40px;
  }
  .other__books-tblock {
    width: 666px;
  }
  .other__books__txt {
    font-size: 1.6rem;
  }
  .other__books__fig {
    width: 320px;
    margin: 0;
  }
  .other__books__fig figcaption {
    font-size: 1.2rem;
  }
}
