@charset "UTF-8";
/* CSS Document */
@font-face {
  font-family: 'Noto Sans CJK JP Medium';
  src: url("font/NotoSerifJP-Medium.otf")format("opentype");
  font-weight: 500;
  font-style: Medium;
}
@font-face {
  font-family: 'NotoSerifJP-Regular';
  src: url("font/NotoSerifJP-Regular.otf")format("opentype");
  font-weight: 400;
  font-style: Regular;
}
.body {
  background-color: #f3f3f3;
}
.main {
  background-color: #888e7e;
}
.sectoin_header {
  background-color: #fff;
  height: 125px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 3vw;
}
h1 {
  font-family: 'Noto Sans CJK JP Medium';
  font-weight: 500;
  font-size: 4rem;
}
.sectoin_header ul {
  display: flex;
  justify-content: center;
  list-style: none;
  font-size: 2rem
}
.sectoin_header li {
  font-family: 'NotoSerifJP-Regular';
  font-weight: 400;
  margin-right: 3vw;
}
.sectoin_header li:last-child {
  margin-right: 0;
}
.sectoin_header a {
  text-decoration: none;
  color: #333;
}
#menu-btn-check {
  display: none;
}
@media(max-width:746px) {
  .sectoin_header {
    height: 60px;
  }
  h1 {
    font-size: 2rem;
  }
  .sectoin_header ul {
    font-size: 1.3rem;
    display: block;
  }
  .menu-btn {
    position: fixed;
    top: 1px;
    right: 5px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    background-color: #253744;
    border-radius: 50px;
  }
  .menu-btn span, .menu-btn span:before, .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    position: absolute;
  }
  .menu-btn span:before {
    bottom: 8px;
  }
  .menu-btn span:after {
    top: 8px;
  }
  #menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);
  }
  #menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  #menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 80;
    background-color: #3584bb;
  }
  .menu-content ul {
    padding: 70px 10px 0;
  }
  .menu-content ul li {
    border-bottom: solid 1px #ffffff;
    list-style: none;
    width: 100%;
  }
  .menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    color: #ffffff;
    text-decoration: none;
    padding: 9px 15px 10px 0;
    position: relative;
  }
  .menu-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: 16px;
  }
  .menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    z-index: 80;
    background-color: #686c6f;
    transition: all 0.5s;
  }
  #menu-btn-check:checked ~ .menu-content {
    left: 0;
  }
}
.mv_img {
  height: 700px;
  background-image:
    url("../img/mv_img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section_mv h2 {
  font-family: 'Noto Sans CJK JP Medium';
  font-weight: 500;
  position: absolute;
  top: 50%;
  left: 30%;
  transform: translate(-50%, -50%);
  color: #FFF;
  letter-spacing: 2rem;
  line-height: 6rem;
  font-size: 4rem;
}
.section_mv h2 span {
  font-size: 2rem;
  text-shadow: 3px 4px 3px rgb(61 70 70);
}
@media(max-width:746px) {
  .mv_img {
    height: 500px;
  }
  .section_mv h2 {
    letter-spacing: 2rem;
    line-height: 4rem;
    font-size: 2.5rem;
    text-shadow: 3px 4px 3px rgb(61 70 70);
    margin: 0 2vw;
    white-space: nowrap;
  }
  .section_mv h2 span {
    font-size: 1.6rem;
  }
}
.section_info_img {
  height: 550px;
  background-image:
    url("../img/info.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.section_info p {
  font-family: 'NotoSerifJP-Regular';
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  line-height: 5rem;
  font-size: 2rem;
  text-shadow: 3px 4px 3px rgb(61 70 70);
}
@media(max-width:746px) {
  .section_info p {
    font-size: 1.6rem;
    width: 90%;
    line-height: 3.5rem;
  }
}
.section_about_us {
  display: flex;
}
.about_us_img {
  height: 450px;
  background-image:
    url("../img/about_us.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 50%;
}
.about_us_img h2 {
  font-family: 'Noto Sans CJK JP Medium';
  font-weight: 500;
  color: #fff;
  letter-spacing: 1rem;
  font-size: 2.8rem;
  white-space: nowrap;
  margin-bottom: 15%;
  text-shadow: 1px 1px 2px #333;
}
.detail {
  background-color: #FFF;
  padding: 0.5vw 1vw;
  width: 70%;
  margin: 2vw auto 0;
  box-shadow: 5px 5px 5px #333;
  color: #333;
  font-size: 1.5rem;
}
.about_us_items a, .section_about_tea_items a {
  text-decoration: none;
}
.detail span {
  display: inline-block;
  margin: 0 1vw;
}
.about_us_items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.about_us_content {
  position: relative;
  width: 50%;
  background-color: #c2d1d5;
}
.about_us_content p {
  font-family: 'NotoSerifJP-Regular';
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  line-height: 5rem;
  font-size: 2rem;
  width: 80%;
  text-align: left;
}
@media (max-width:746px) {
  .section_about_us {
    display: block;
  }
  .about_us_img {
    width: 100%;
    height: 360px;
  }
  .about_us_img h2 {
    font-size: 2.3rem;
  }
  .detail {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
  }
  .about_us_content {
    width: auto;
    padding: 180px 25px;
  }
  .about_us_content p {
    line-height: 3.5rem;
    width: 80%;
    font-size: 1.6rem;
  }
}
.section_about_tea {
  display: flex;
}
.section_about_tea_img {
  height: 450px;
  background-image:
    url("../img/about_tea.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 50%;
}
.section_about_tea_img h2 {
  font-family: 'Noto Sans CJK JP Medium';
  font-weight: 500;
  color: #fff;
  letter-spacing: 1rem;
  font-size: 2.8rem;
  white-space: nowrap;
  margin-bottom: 15%;
  text-shadow: 1px 1px 2px #333;
}
.section_about_tea_items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section_about_tea_content {
  position: relative;
  width: 50%;
   background-color: #c2d1d5;
}
.section_about_tea_content p {
  font-family: 'NotoSerifJP-Regular';
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #333;
  line-height: 5rem;
  font-size: 2rem;
  width: 80%;
  text-align: left;
}
@media (max-width:746px) {
  .section_about_tea {
    display: flex;
    flex-direction: column;
  }
  .section_about_tea_img {
    height: 356px;
    width: 100%;
  }
  .section_about_tea_img h2 {
    font-size: 2.3rem;
  }
  .section_about_tea_items {
    order: 1 !important;
  }
  .section_about_tea_content {
    width: auto;
    padding: 180px 25px;
    order: 2 !important;
  }
  .section_about_tea_content p {
    line-height: 3.5rem;
    width: 80%;
    font-size: 1.6rem;
  }
}
.sction_guidance_img {
  height: 500px;
  background-image:
    url("../img/about_img.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  width: 100%;
}
.sction_guidance_img h2 {
  font-family: 'Noto Sans CJK JP Medium';
  font-weight: 500;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 4rem;
  letter-spacing: 1.4rem;
  width: 90%;
  line-height: 5rem;
  text-shadow: 1px 1px 2px #333;
  margin-top: 5vw;
  margin-bottom: 2vw;
}
.section_guidance_detail {
  display: flex;
  justify-content: space-around;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
}
.section_guidance_detail a {
  text-decoration: none;
}
.buy, .eat {
  font-family: 'Noto Sans CJK JP Medium';
  font-weight: 500;
  font-size: 3rem;
  text-shadow: 1px 1px 2px #333;
}
.detail_1, .detail_2 {
  background-color: #FFF;
  padding: 0.5vw 3vw;
  width: 150px;
  margin: 30px auto 0;
  box-shadow: 5px 5px 5px #333;
  color: #333;
  font-size: 1.5rem;
  white-space: nowrap;
}
.detail_1 a, .detail_2 a {
  text-decoration: none;
}
.detail_1 span {
  display: inline-block;
  margin: 0 1vw;
}
.detail_2 span {
  display: inline-block;
  margin: 0 1vw;
}
@media(max-width:700px) {
  .sction_guidance_img h2 {
    font-size: 2.8rem;
    margin-top: 10vw;
  }
  .section_guidance_detail {
    display: block;
    margin-top: 10px;
  }
  .detail_1, .detail_2 {
    width: 150px;
  }
  .buy, .eat {
    font-size: 2.5rem;
    margin-bottom: 2vw;
  }
  .buy_items {
    margin: 10px 0 40px;
  }
}
.section_news {
  background-color: #888e7e;
  padding: 5vw;
  margin-bottom: 2vw;
}
.section_news h2 {
  font-family: 'Noto Sans CJK JP Medium';
  font-weight: 500;
  color: #fff;
  margin-bottom: 5vw;
  font-size: 4rem;
  letter-spacing: 1.4rem;
  text-shadow: 1px 1px 2px #333;
}
.section_news ul {
  list-style: none;
  color: #fff;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  align-items: center;
  max-width: 900px;
}
.section_news_list {
  text-align: center;
}
.section_news li {
  font-family: 'NotoSerifJP-Regular';
  font-weight: 400;
  display: block;
  width: 33%;
  margin-right: 2vw;
}
.section_news li:last-child {
  margin-right: 0;
}
.section_news_text {
  font-size: 1.4rem;
  background-color: #333;
}
.section_news span {
  padding-bottom: 10px;
}
.date {
  font-size: 1.2rem;
  padding: 10px;
  height: 80px;
}
.section_news a {
  text-decoration: none;
  color: #fff;
  font-size: 1.5rem;
}
.notice_img {
  width: 100%;
}
.notice_img img {
  width: 100%;
  display: block;
}
.date {
  font-size: 1.2rem;
  text-align: left;
}
.more {
  font-family: 'NotoSerifJP-Regular';
  font-weight: 400;
  display: block;
  background-color: #FFF;
  max-width: 250px;
  padding: 10px 5px 5px 5px;
  margin: 5vw auto;
  font-size: 1.5rem;
  box-shadow: 5px 5px 5px #575757;
  color: #333;
}
.more a {
  text-decoration: none;
}
.more span {
  display: inline-block;
  margin: 0 1vw;
}
@media(max-width:700px) {
  .section_news {
  background-color: #888e7e;
  padding: 10vw 5vw;
  margin-bottom: 2vw;
}
  .section_news h2 {
    font-size: 2.8rem;
    margin-bottom: 10vw;
  }
  .section_news ul {
    display: block;
    max-width: inherit;
  }
  .section_news li {
    display: flex;
    margin-bottom: 5vw;
    margin-right: 0;
    justify-content: center;
    width: inherit;
  }
  .notice {
    height: auto;
    padding: 10px 0;
  }
  .notice_img img {
    display: list-item;
  }
  .notice_img {
    width: 40%;
  }
  .section_news_text {
    width: 45%;
  }
  .section_news a {
    font-size: 1.4rem;
  }
  .date {
    font-size: 1rem;
  }
  .more {
    font-size: 1.4rem;
    width: 60%;
    margin: 10vw auto 5vw;
  }
}
.footer {
  background-color: #f3f3f3;
  padding: 5vw 5vw 0vw;
  margin: 2vw;
}
.footer ul {
  list-style: none;
  font-size: 2rem;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 8vw;
}
.footer ul li {
  list-style: none;
  font-family: 'NotoSerifJP-Regular';
  font-weight: 400;
}
.footer a {
  text-decoration: none;
  color: #333;
}
.footer__copyright {
  color: #333;
  font-family: 'NotoSerifJP-Regular';
  font-weight: 400;
}
@media(max-width:700px) {
  .footer a {
    font-size: 1.2rem;
  }
  .footer__copyright {
    font-size: 1rem;
  }
}