@charset "utf-8";
#cont-mv {
  background: url(../images/slurp/mv_pc.jpg) no-repeat center top;
}
@media screen and (max-width: 767px) {
  #cont-mv {
    background: url(../images/slurp/mv_sp.jpg) no-repeat center top;
  }
}
.about-slurp .img-wrap {
  width: 38%;
}
@media screen and (max-width: 767px) {
  .about-slurp .img-wrap {
    width: 67%;
  }
}
.collaboration-head {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .collaboration-head {
    margin-bottom: 30px;
  }
}
.collaboration-ttl {
  font-size: 2rem;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .collaboration-ttl {
    font-size: 1.4rem;
  }
}
.collaboration-logo {
  max-width: 590px;
  width: 53.6%;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .collaboration-logo {
    max-width: 97%;
    width: 97%;
  }
}
.slurp-collaboration .img-wrap {
  width: 52.7%;
}
@media screen and (max-width: 767px) {
  .slurp-collaboration .img-wrap {
    width: 92%;
  }
}
.charm {
  display: flex;
  margin-top: 20px;
}
.charm dt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7D4A31;
  color: #fff;
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1;
  overflow: hidden;
}
.charm dt span {
  margin-right: 0.2em;
}
.charm dd {
  margin-top: 0.5em;
  flex: 1;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .charm dt {
    width: 30px;
    height: 30px;
  }
  .charm dd {
    margin-top: 0;
  }
}
.coffee-list .monthly-ttl {
  margin-bottom: 60px;
  font-size: 2.2rem;
  font-weight: 500;
  text-align: center;
}
.coffee-list li {
  width: 100%;
  margin-top: 60px;
  padding: 80px 0;
  position: relative;
}
.coffee-list li:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: #F0ECE9;
  z-index: -1;
}
.coffee-list li:nth-child(odd):before {
  left: 8%;
}
.coffee-list li:nth-child(even):before {
  right: 8%;
}
.coffee-list .detail {
  display: flex;
}
.coffee-list .detail .roaster-wrap {
  width: 44%;
}
.coffee-list .detail .roaster-wrap dl dd {
  margin: -60px auto 0;
  width: 92%;
  padding: 50px 40px;
  background: #fff;
  z-index: 1;
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.coffee-list .detail .coffee-wrap {
  flex: 1;
  margin-left: 5.4%;
}
.coffee-list .detail .coffee-wrap dl {
  display: flex;
}
.coffee-list .detail .coffee-wrap dl dt {
  width: 45%;
}
.coffee-list .detail .coffee-wrap dl dd {
  flex: 1;
  margin-left: 5%;
}
.coffee-list .flag {
  width: 54px;
  position: absolute;
  top: 20px;
  right: 20px;
}
.coffee-list .shop-logo img {
  display: block;
  width: auto;
  height: 120px;
  margin: 0 auto;
}
.coffee-list .shop-name {
  margin-top: 30px;
  font-size: 2.8rem;
  font-weight: 400;
  color: #7D4A31;
  line-height: 1.3;
  text-align: center;
}
.coffee-list .roaster-name {
  margin-top: 10px;
  font-size: 2.4rem;
  line-height: 1;
  text-align: center;
}
.coffee-list .roaster-name-en {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 500;
  color: #7D4A31;
  line-height: 1;
  text-align: center;
}
.coffee-list .comment-txt {
  margin-top: 1.5em;
  font-size: 1.3rem;
}
.coffee-list .comment-txt span {
  display: block;
  margin-bottom: 1em;
  font-weight: 700;
}
.coffee-list .item-ttl {
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #7D4A31;
  line-height: 1;
  text-align: left;
}
.coffee-list .item-ttl:first-of-type {
  margin-top: 20px;
}
.coffee-list .item-ttl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 22px;
  margin-right: 0.5em;
  background: url(../images/slurp/icon_coffee_bean.png) no-repeat;
  background-size: contain;
}
.coffee-list .coffee-name {
  font-size: 4.8rem;
  font-weight: bold;
  color: #7D4A31;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .coffee-list .monthly-ttl {
    margin-bottom: 20px;
    font-size: 1.5rem;
  }
  .coffee-list li {
    margin-top: 30px;
    padding: 30px 0;
  }
  .coffee-list li:before {
    top: 0;
    left: 0!important;
    right: 0!important;
  }
  .coffee-list .detail {
    display: block;
  }
  .coffee-list .detail .roaster-wrap {
    width: 100%;
  }
  .coffee-list .detail .roaster-wrap dl dd {
    margin: -30px auto 0;
    width: 93%;
    padding: 25px;
  }
  .coffee-list .detail .coffee-wrap {
    margin-top: 30px;
    margin-left: 0;
  }
  .coffee-list .detail .coffee-wrap dl {
    display: block;
  }
  .coffee-list .detail .coffee-wrap dl dt {
    width: 100%;
  }
  .coffee-list .detail .coffee-wrap dl dd {
    width: 63.8%;
    margin: 15px auto 0 auto;
  }
  .coffee-list .flag {
    width: 36px;
    top: 15px;
    right: 15px;
  }
  .coffee-list .shop-logo {
    text-align: center;
  }
  .coffee-list .shop-logo img {
    width: auto;
    height: 70px;
    display: inline-block;
  }
  .coffee-list .shop-name {
    margin-top: 10px;
    font-size: 2rem;
  }
  .coffee-list .roaster-name {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 700;
  }
  .coffee-list .roaster-name-en {
    margin-top: 10px;
    font-size: 1.1rem;
  }
  .coffee-list .comment-txt {
    font-size: 1.2rem;
  }
  .coffee-list .item-ttl {
    margin-top: 20px;
    font-size: 1.3rem;
  }
  .coffee-list .item-ttl:before {
    width: 14px;
    height: 16px;
  }
  .coffee-list .coffee-name {
    font-size: 3.3rem;
    text-align: center;
  }
}

/* ============================================================
マージン調整
============================================================ */
.maT10 {
  margin-top: 10px;
}


/* ============================================================
 pagetop
============================================================ */
.float-bnr {
  z-index: 100;
  position: fixed;
  right: 20px;
  display: none;
}
.float-bnr a {
  width: 160px;
  height: 160px;
  display: block;
  text-indent: 101%;
  white-space: nowrap;
  font-size: 0;
  background: url(../images/slurp/float_bnr.png) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .float-bnr {
    right: 10px;
  }
  .float-bnr a {
    width: 100px;
    height: 100px;
  }
}
