/* LESS Document */
/*+++++++++++++++++++++++++++++++++++++++++++
    coffeeAreaTop
+++++++++++++++++++++++++++++++++++++++++++ */
.coffeeAreaTop {
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .coffeeAreaTop {
    width: auto;
    padding: 0 10px;
  }
}
/*+++++++++++++++++++++++++++++++++++++++++++
    coffeeArea
+++++++++++++++++++++++++++++++++++++++++++ */
.coffeeArea {
  margin-top: 90px;
  padding-bottom: 150px;
}
.coffeeArea section {
  margin-bottom: 90px;
}
@media screen and (max-width: 767px) {
  .coffeeArea section {
    margin-bottom: 60px;
  }
}
.coffeeArea section h2 {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: max-content;
  margin: 0 auto 15px;
  line-height: 1.2;
  font-size: 3.2rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
@media screen and (max-width: 767px) {
  .coffeeArea section h2 {
    gap: 3%;
    justify-content: center;
    max-width: none;
    font-size: 6.4vw;
  }
}
.coffeeArea section h2::after,
.coffeeArea section h2::before {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  background: #C5A154;
  clip-path: polygon(2px 0, 12px 0, 14px 2px, 14px 12px, 12px 14px, 2px 14px, 0 12px, 0 2px);
  transform: rotate(45deg);
}
.coffeeArea section h3 {
  font-size: 2.4rem;
  border-bottom: 1px solid #000000;
  margin: 50px 0 20px;
}
@media screen and (max-width: 767px) {
  .coffeeArea section h3 {
    font-size: 4.8vw;
    margin: 25px 0 20px;
  }
}
.coffeeArea section p {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .coffeeArea section p {
    text-align: left;
  }
}
.coffeeArea section ul {
  margin: 0 auto;
  max-width: max-content;
}
@media screen and (max-width: 767px) {
  .coffeeArea section ul {
    padding-left: 0;
  }
}
.coffeeArea section ul li {
  list-style-type: disc;
}
.coffeeArea section .souvenir-delivery {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px 20px 20px 70px;
  border: 5px solid #E97132;
  border-radius: 40px;
}
@media screen and (max-width: 767px) {
  .coffeeArea section .souvenir-delivery {
    max-width: none;
    padding: 15px;
  }
}
.coffeeArea section .souvenir-delivery p {
  text-align: left;
}
.coffeeArea section .souvenir-delivery p span {
  border-bottom: 1px solid #D90000;
}
.coffeeArea section .souvenir-delivery ul {
  margin-left: 25px;
  max-width: none;
}
.coffeeArea section .souvenir-delivery ul li.list {
  list-style-type: none;
  text-indent: 5em;
}
@media screen and (max-width: 767px) {
  .coffeeArea section .souvenir-delivery ul li.list {
    text-indent: 0;
  }
}
.coffeeArea section .souvenir-delivery ul li.list a {
  color: #005ECC;
}
@media screen and (max-width: 767px) {
  .coffeeArea section .flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .coffeeArea section .flexImg {
    width: 50%;
    margin: 0 auto;
  }
}
.coffeeArea section .flexText p {
  text-align: left;
}
.coffeeArea section .wavy_line {
  border-bottom: 1px solid #000;
}
.coffeeArea section.store .columnBox {
  gap: 20px 0;
}
.coffeeArea section.store .columnBox .columnItem {
  text-align: center;
  padding: 20px 15px 20px;
  border: #7e5506 2px solid;
  border-radius: 10px;
  line-height: 1.5;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .coffeeArea section.store .columnBox .columnItem {
    padding: 10px 10px 60px;
  }
}
.coffeeArea section.store .columnBox .columnItem a {
  font-size: 1.8rem;
  color: #7e5506;
}
@media screen and (max-width: 767px) {
  .coffeeArea section.store .columnBox .columnItem a {
    font-size: 3.9vw;
  }
}
.coffeeArea section.store .columnBox .columnItem p {
  margin-top: 15px;
}
.coffeeArea section.store .columnBox .columnItem figure {
  margin: 0 0 10px;
}
.coffeeArea section.store .columnBox .columnItem figure img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  object-position: center center;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .coffeeArea section.store .columnBox .columnItem figure img {
    height: 30vw;
  }
}
.coffeeArea section.store .columnBox .columnItem i {
  color: #7e5506 !important;
}
