/*intro
=======================================================*/
.intro{
  background: #FFFAF0;
}
.intro-txt{
  margin-top: 50px;
  font-size: 17px;
}

@media screen and (max-width: 768px){
  .intro-txt{
    font-size: 13px;
    margin-top: 30px;
  }
}

/*トリプルウィンの仕入れ triplewin
=======================================================*/
.triplewin-ttl{
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.triplewin-ttl .triplewin-ttl-txt{
  font-size: 25px;
}
.triplewin-ttl span{
  font-size: 23px;
  display: block;
}
.triplewin-ttl::before{
  content: "";
  width: 48px;
  height: 1px;
  background: #000;
  margin-right: 20px;
}
.triplewin-ttl::after{
  content: "";
  width: 48px;
  height: 1px;
  background: #000;
  margin-left: 20px;
}
.triplewin-wrap{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.triplewin-txt{
  width: 60%;
  line-height: 2.2;
  font-size: 16px;
}
.triplewin-img{
  width: 35%;
  object-fit: contain;
}

@media screen and (max-width: 768px){
  .triplewin-ttl .triplewin-ttl-txt{
    font-size: 17px;
  }
  .triplewin-ttl span{
    font-size: 15px;
  }
  .triplewin-ttl::before,
  .triplewin-ttl::after{
    width: 30px;
  }
  .triplewin-wrap{
    flex-wrap: wrap;
  }
  .triplewin-txt{
    width: 100%;
    order: 2;
    font-size: 13px;
  }
  .triplewin-img{
    order: 1;
    width: 60%;
    margin: 0 auto 20px;
  }
}

/*スペシャリティコーヒー specialtycoffee
=======================================================*/
.specialtycoffee-wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.specialtycoffee .common{
  padding: 0 0 100px;
}
.specialtycoffee-img{
  object-fit: contain;
  width: 47%;
  position: relative;
}
.specialtycoffee-img::before{
  content: "";
  width: 120px;
  height: 140px;
  background: #FFECC8;
  position: absolute;
}
.specialtycoffee-box{
  width: 50%;
}
.specialtycoffee-txt{
  margin-top: 30px;
  margin-top: 30px;
  font-size: 17px;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px){
  .specialtycoffee .common{
    padding: 0 0 50px;
  }
  .specialtycoffee-wrap{
    flex-wrap: wrap;
  }
  .specialtycoffee-img{
    width: 100%;
    margin-bottom: 30px;
  }
  .specialtycoffee-box{
    width: 100%;
  }
  .specialtycoffee-txt{
    font-size: 13px;
  }
}

/*ROASTING
=======================================================*/
.roasting{
  background: url(/wp-content/themes/tadaimacoffee/img/roasting.jpg?=1);
  background-position: center top;
  background-size: cover;
  height: 70vh;
  position: relative;
}
.roasting .common{
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.roasting-txt{
  color: #fff;
  font-size: 80px;
  letter-spacing: 6px;
  line-height: 1;
}
.roasting-txt::first-letter{
  font-size: 100px;
}

@media screen and (max-width: 768px){
  .roasting{
    height: 40vh;
  }
  .roasting-txt{
    font-size: 60px;
  }
  .roasting-txt::first-letter{
    font-size: 80px;
  }
}

/*焙煎へのこだわり commitment
=======================================================*/
.commitment-ttl{
  font-size: 28px;
  text-align: center;
}
.commitment-ttl span{
  display: block;
  font-size: 20px;
}
.commitment-ttl::after{
  content: "";
  display: block;
  width: 1px;
  height: 50px;
  background: #000;
  margin: 50px auto;
}
.commitment-txt{
  width: 70%;
  margin: 50px auto;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 2;
}
.commitment-txt:last-of-type{
  margin: 50px auto 0;
}

@media screen and (max-width: 1024px){
  .commitment-txt{
    width: 75vh;
  }
}
@media screen and (max-width: 768px){
  .commitment-ttl{
    font-size: 20px;
  }
  .commitment-ttl span{
    font-size: 15px;
  }
  .commitment-txt{
    width: 90%;
    font-size: 13px;
  }
}

/*受賞歴実績 AWARD
=======================================================*/
.award{
  background: #F8F8F8;
}
.award-wrap{
  display: flex;
  justify-content: space-between;
}
.award-box{
  width: 60%;
}
.award-box h2{
  margin-bottom: 50px;
}
.award-box dl{
  display: flex;
  margin-bottom: 30px;
}
.award-box dl:last-child{
  margin-bottom: 0;
}
.award-box dl dt{
  font-family: "MYRIADPRO B";
  font-weight: bold;
  margin-right: 30px;
  width: 15%;
  font-size: 16px;
}
.award-box dl dd{
  font-size: 17px;
}
.award-img{
  width: 35%;
  object-fit: contain;
  margin-top: -130px;
}

@media screen and (max-width: 1000px){
  .award-box dl dt{
    width: 25%;
  }
  .award-box dl dd{
    font-size: 13px;
  }
}
@media screen and (max-width: 768px){
  .award-wrap{
    flex-wrap: wrap;
  }
  .award-box{
    width: 100%;
  }
  .award-img{
    width: 100%;
    margin-top: 30px;
    height: 200px;
    object-fit: cover;
  }
  .award-box dl dt{
    width: 30%;
    font-size: 13px;
  }
}

/*店舗運営 STORE
=======================================================*/
.store h2{
  margin-bottom: 100px;
}
.store-wrap{
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
.store-wrap:last-child{
  margin-bottom: 0;
}
.store-box{
  width: 50%;
  margin: 0 auto;
}
.store-ttl{
  text-align: center;
  font-size: 20px;
  margin-bottom: 10px;
}
.store-tag{
  border: 1px #9B6B12 solid;
  border-radius: 50px;
  width: fit-content;
  padding: 3px 15px;
  margin: 0 auto;
}
.store-txt{
  margin-top: 50px;
  line-height: 2.3;
  font-size: 16px;
}
.store-img{
  width: 45%;
  object-fit: contain;
}

@media screen and (max-width: 1000px){
  .store-txt{
    font-size: 14px;
  }
}
@media screen and (max-width: 768px){
  .store h2{
    margin-bottom: 50px;
  }
  .store-wrap{
    flex-wrap: wrap;
    margin-bottom: 50px;
  }
  .store-box{
    width: 100%;
    order: 2;
    margin-top: 30px;
  }
  .store-img{
    width: 100%;
    order: 1;
  }
  .store-txt{
    font-size: 13px;
    margin-top: 30px;
  }
  .store-tag{
    font-size: 12px;
  }
}

/*セミナー&企業研修 SEMINAR
=======================================================*/
.seminar{
  background: #F8F8F8;
}
.seminar-sub-ttl{
  margin: 50px auto;
  text-align: center;
  font-size: 20px;
}
.seminar-img-wrap{
  display: flex;
  justify-content: space-between;
}
.seminar-img-wrap img{
  object-fit: contain;
  height: fit-content;
}
.seminar-img-wrap img.seminar01-img{
  width: 47%;
  margin-top: 150px;
}
.seminar-img-wrap img.seminar02-img{
  width: 50%;
}
.seminar-txt{
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px){
  .seminar-sub-ttl{
    margin: 30px auto;
    font-size: 17px;
  }
  .seminar-img-wrap{
    flex-wrap: wrap;
  }
  .seminar-img-wrap img.seminar01-img {
    width: 100%;
    margin-top: 0;
  }
  .seminar-img-wrap img.seminar02-img {
    width: 100%;
    margin-top: 20px;
  }
  .seminar-txt{
    font-size: 13px;
  }
}

/*おろし販売 WHOLE SALE
=======================================================*/
.whole-sale-sub-ttl{
  margin: 50px auto;
  text-align: center;
  font-size: 20px;
}
.whole-sale-img{
  object-fit: contain;
  width: 100%;
}
.whole-sale-txt{
  margin-bottom: 50px;
  margin-top: 50px;
  font-size: 17px;
  line-height: 2;
  letter-spacing: 1px;
}

@media screen and (max-width: 768px){
  .whole-sale-sub-ttl{
    margin: 30px auto;
    font-size: 17px;
  }
  .whole-sale-txt{
    font-size: 13px;
  }
}