@import url(common.css);
/* Infomation
------------------------------------------------------------*/
.info {
  margin-bottom: 200px;
}
.info h3 {
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 20px;
  padding-top: 100px;
  margin-top: -100px;
}

.info__wrap {
  max-width: 1000px;
  margin: 20px auto;
}

.info__textWrap {
  flex-basis: 50%;
  margin-right: 25px;
}

.info__dl {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding: 20px 0;
  border-bottom: 1px solid #f5f5f5;
}

.info__dt {
  flex-basis: 20%;
  font-weight: normal;
}

.info__dd {
  flex-basis: 80%;
}

.info__map {
  flex-basis: 50%;
  height: 500px;
}

.info__map iframe {
  width: 100%;
  height: 100%;
}

.news-area {
  padding: 20px;
  border: 1px dotted #ccc;
  margin-bottom: 2em;
  text-decoration: underline;
}

.history-link {
  text-align: center;
  padding: 20px;
  font-size: 1.2em;
}
.history-link a {
  text-decoration: underline;
}

.pdf-area {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}
.pdf-area .pdf-btn {
  margin: 0 20px;
}
.pdf-area .pdf-btn a {
  display: block;
  padding: 20px 40px;
  border: 1px solid #000;
  font-size: 1.1em;
}
.pdf-area .pdf-btn a img {
  max-width: 45px;
  vertical-align: middle;
  margin-right: 10px;
}

.history .inner {
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.history .inner .txt {
  width: 50%;
}
.history .inner p.photo {
  width: 48%;
}
.history .inner h3 {
  font-size: 1.8em;
  margin-bottom: 20px;
}
.history .inner h3 span {
  display: block;
}
.history .inner h4 {
  font-size: 1.2em;
  margin-bottom: 15px;
  font-weight: bold;
}
.history .inner p em {
  font-weight: bold;
  font-size: 1.2em;
}
.history .last {
  display: block;
  width: 100%;
}

.multiple {
  margin-bottom: 100px;
  padding: 0;
}
.multiple .slick-slide {
  margin: 0 5px;
}
.multiple .slick-slide img {
  width: 100%;
  backface-visibility: hidden;
}

@media screen and (max-width: 768px) {
  .info {
    margin-bottom: 100px;
  }
  .info .photo {
    margin-bottom: 0px;
  }
  .info h3 {
    font-size: 2em;
  }

  .info__wrap {
    margin-top: 10px;
    max-width: 100%;
    flex-direction: column;
  }

  .info__textWrap {
    flex-basis: 100%;
    margin-right: 0;
  }

  .info__dl {
    display: block;
    padding: 0;
  }
  .info__dl .info__dt {
    background: #f5f5f5;
    padding: 5px 10px;
  }
  .info__dl .info__dd {
    padding: 10px;
  }

  .info__map {
    margin-top: 30px;
    flex-basis: 100%;
    height: 100%;
  }

  .info__map iframe {
    width: 100%;
    height: 80vw;
  }
}
.kippou h2 {
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 10px;
}
.kippou h2 span {
  display: block;
}
.kippou h3 {
  text-align: center;
  font-size: 1.4em;
  margin-bottom: 20px;
}
.kippou .read span {
  display: block;
}
.kippou .page-link {
  text-align: center;
  display: flex;
  justify-content: center;
}
.kippou .page-link li {
  margin: 20px;
}
.kippou .page-link li a {
  padding: 5px 30px 5px 20px;
  border: 1px solid #000;
  text-align: center;
  display: block;
  background: #000;
  color: #fff;
  position: relative;
}
.kippou .page-link li a::after {
  content: '';
  position: absolute;
  right: 15px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
}
.kippou .photo {
  text-align: center;
}
.kippou .read {
  text-align: center;
}
.kippou section {
  margin-bottom: 100px;
}

#tasting {
  padding: 100px 0;
}
#tasting h2 {
  text-align: center;
  font-size: 2.4em;
  margin-bottom: 10px;
}
#tasting h2 span {
  display: block;
}
#tasting dl {
  display: flex;
  flex-wrap: wrap;
  max-width: 860px;
  margin: 0 auto;
}
#tasting dl dt {
  width: 240px;
  padding: 30px 0 30px 60px;
  border-bottom: 1px solid #e8e8e8;
}
#tasting dl dd {
  width: calc(100% - 240px);
  padding: 30px 0 30px 20px;
  border-bottom: 1px solid #e8e8e8;
}
#tasting dl dd a {
  text-decoration: underline;
}

.btn {
  margin-top: 40px;
  text-align: center;
}
.btn a {
  width: 90%;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  display: block;
  color: #fff;
  background: #000;
}

/*===========================================================================*/
/*  media quary:1000px  */
/*===========================================================================*/
/*===========================================================================*/
/*  media quary:768px  */
/*===========================================================================*/
@media screen and (max-width: 768px) {
  .history .inner {
    margin-bottom: 60px;
    display: block;
  }
  .history .inner .txt {
    width: 100%;
  }
  .history .inner p.photo {
    width: 100%;
  }
  .history .inner h3 {
    font-size: 1.4em;
    margin-bottom: 10px;
  }
  .history .inner h3 span {
    display: inline;
  }
  .history .inner h4 {
    font-size: 1.2em;
    margin-bottom: 10px;
  }
  .history .inner p em {
    font-weight: bold;
    font-size: 1.1em;
  }
  .history .last {
    display: block;
    width: 100%;
  }

  .kippou .txt h2 {
    font-size: 1.6em;
  }
  .kippou .txt h2 span {
    display: inline;
  }
  .kippou .read {
    text-align: left;
  }
  .kippou .read span {
    display: inline;
  }

  #tasting h2 {
    font-size: 2em;
  }
  #tasting dl {
    display: block;
  }
  #tasting dl dt {
    width: 100%;
    padding: 5px 15px;
    background: #f5f5f5;
  }
  #tasting dl dd {
    width: 100%;
  }

  .pdf-area {
    display: block;
  }
  .pdf-area .pdf-btn {
    width: 80%;
    margin: 0 auto 20px;
  }
  .pdf-area .pdf-btn a {
    font-size: 1em;
    text-align: center;
  }
  .pdf-area .pdf-btn a img {
    max-width: 45px;
    vertical-align: middle;
    margin-right: 10px;
  }
}
/*===========================================================================*/
/*  media quary:479px  */
/*===========================================================================*/
@media screen and (max-width: 479px) {
  .kippou .page-link li {
    margin: 8px;
  }
}

/*# sourceMappingURL=shop.css.map */
