/*
 all
 */
body {
  font-family: "Noto Sans JP", sans-serif;
}
main {
  padding: 30px;
}
p {
  line-height: 2rem;
}
/* layout */
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
.disFlex {
  display: flex;
}
/* font */
.fs08 {
  font-size: 0.8rem;
}
.note {
  font-size: 0.69rem;
  color: red;
}
/* header*/
.logoarea {
  background-color: #224163;
  height: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.logoarea img {
  width: auto;
  height: 25px;
  margin-left: 25px;
}

/* footer */
footer {
  height: 100%;
  background-color: #224163;
  color: #fff;
  padding: 20px;
}
footer .footerArea {
  max-width: 650px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  list-style: none;
}
footer ul {
  padding-left: 0;
}
footer ul li {
  list-style: none;
}
footer ul li:first-child {
  margin-right: 25px;
}

/* 
top page
 */
.main.top {
  padding: 0;
}
.mainImg {
  color: #fff;
  position: relative;
  background-image: url(http://tsutaya-honeycoffee.com/wp-content/uploads/topImg_02.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 90vh;
  background-attachment: fixed;
}
.mainImgColor {
  height: 90vh;
  background-color: rgba(74, 57, 6, 0.27);
}
.mainImg h1 {
  position: absolute;
  right: 10%;
  top: calc(50% - 25px);
  color: #fff;
  filter: drop-shadow(3px 3px 4px rgba(90, 90, 90, 0.8));
  font-size: 50px;
  line-height: 50px;
  letter-spacing: 0.05em;
  font-family: "Red Hat Text", sans-serif;
}

/* main */
section {
  max-width: 1080px;
  margin: 90px auto;
}
section h2 {
  text-align: center;
}
section figure {
  text-align: center;
  margin-top: 70px;
}
section p.leadTxt {
  width: 75%;
  margin: 35px auto;
  text-align: center;
}
.shopBtn {
  width: 60%;
  margin: 80px auto;
}

/* shoplists */
.headerImg {
  color: #fff;
  position: relative;
  background-image: url(../images/honey_top.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 350px;
  background-attachment: fixed;
}
.headerImg h1 {
  position: absolute;
  width: 100%;
  left: 0;
  top: calc(50% - 20px);
  text-align: center;
  color: #000;
  font-size: 40px;
  line-height: 50px;
}
ul.shopList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul li.card {
  margin-bottom: 40px;
}
ul.list-unstyled.shopList::after {
  content: "";
  display: block;
  width: 30%;
}
.card-img-top {
  height: 250px;
  object-fit: cover;
}

/*
lower page
*/
iframe {
  display: block;
  margin: 0 auto;
  border: none;
}
.menuBlock {
  max-width: 750px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.menuBlock2 {
  max-width: 650px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.wp-block-button {
  width: 250px;
  margin: 0 auto;
}

/*************** sp ***************/
@media (max-width: 1024px) {
  ul.shopList {
    width: 800px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  ul.shopList {
    width: 700px;
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  /* all */
  main {
    padding: 15px;
  }
  section p.leadTxt {
    width: 90%;
    margin: 30px auto;
    text-align: left;
  }
  ul.shopList {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: center;
  }
  /* layout */
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  /* font */
  h2 {
    font-size: 1.5rem;
  }
  /* footer */
  footer .footerArea {
    flex-direction: column;
    align-items: center;
  }
  /* top page */
  .mainImg {
    background-attachment: unset;
    height: 40vh;
    width: 100vw;
  }
  .mainImgColor {
    height: 40vh;
    background-color: rgba(74, 57, 6, 0.27);
  }
  .mainImg h1 {
    font-size: 1.8rem;
    line-height: 2rem;
    text-align: center;
  }

  /* lower page */
  iframe {
    width: 100%;
  }
  .menuBlock,
  .menuBlock2 {
    flex-direction: column;
    align-items: left;
  }
}
