.eyecatch h1, h1.heading__underpage {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 10em;
  border-bottom: #000 3px solid;
  font-size: 32px;
  font-weight: 500;
  text-shadow: 0px 4px 5px rgba(0, 0, 0, 0.5);
  text-align: center;
  transform: translate(-50%, -50%);
}

html {
  font-family: "Shippori Mincho B1", serif;
  background-color: #ffffee;
}

section {
  margin-bottom: 100px;
}

.sp {
  display: none;
}

.logo {
  width: 150px;
}

.global_wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.wrapper--middle {
  width: 560px;
  margin: 0 auto 100px;
}

h1.heading__underpage {
  position: static;
  margin: 100px auto 0;
  transform: none;
}

h2 {
  margin-bottom: 20px;
}

h2::before {
  content: url(../images/img_marker_h2.png);
  margin-right: 8px;
}

h3::before {
  content: url(../images/img_marker_h3.png);
  margin-right: 4px;
}

a {
  text-decoration: none;
}

a.link_text {
  border-bottom: #00507d 1px solid;
  text-decoration: none;
  color: #00507d;
}

a:active {
  border: none;
}

a:visited {
  color: purple;
}

li {
  list-style: none;
}

img.icon_ig {
  width: 50px;
  height: auto;
  vertical-align: top;
}

.btn__wrapper_submit {
  text-align: center;
}
.btn--primary {
  width: 200px;
  height: 40px;
  margin: 0 auto;
  border-radius: 2px;
  background-color: #ffe1df;
}

.break_sp {
  display: none;
}
.break_tablet {
  display: none;
}
.break_pc {
  display: block;
}

.map--pc {
  display: block;
}
.map--tablet {
  display: none;
}
.map--sp {
  display: none;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  padding: 20px 0;
  background-color: #ffffee;
  border-bottom: 1px #585858 solid;
}
header .logo {
  width: 100px;
}

.header__wrapper {
  width: 80%;
  margin: 0 auto;
}
.header__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}
.header__contents__btn {
  display: none;
  z-index: 3;
  height: 40px;
}
.header__contents__btn--2 {
  margin: 14px 0;
}
.header__contents__btn__lines {
  width: 40px;
  height: 2px;
  background-color: #000;
}
.header__contents__global_nav ul {
  display: flex;
  justify-content: space-between;
  width: 610px;
}
.header__contents__bread_nav ul {
  display: flex;
  flex-wrap: wrap;
}
.header__contents__bread_nav ul li:not(:first-child)::before {
  content: ">";
  margin: 0 10px;
}

#btn_header {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30px;
}

@keyframes GlobalNavSlideIn {
  0% {
    left: 100%;
  }
  100% {
    left: 0%;
  }
}
@keyframes GlobalNavSlideOut {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}
.eyecatch {
  position: relative;
  height: 800px;
  background: url(../images/pic_kv.jpg) center/cover no-repeat;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
}
.eyecatch p {
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  transform: translateY(-50%);
}
.eyecatch span {
  color: #e70000;
}
.eyecatch--under_page {
  font-size: medium;
}
.eyecatch--products {
  background-image: url(../images/pic_products_bg.jpg);
}
.eyecatch--products--itemlist {
  margin-bottom: 50px;
}
.eyecatch--products--regular {
  background-image: url(../images/pic_item_sakuramochi.jpg);
}
.eyecatch--products--tea-snacks {
  background-image: url(../images/pic_item_ochagashi.jpeg);
}
.eyecatch--products--gift {
  background-image: url(../images/pic_item_gift.jpg);
}
.eyecatch--products--corporation {
  background-image: url(../images/pic_item_corporation.jpeg);
}

.eyecatch::after {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}

.guide {
  display: flex;
  justify-content: space-between;
  width: 90%;
}
.guide ul {
  display: flex;
  justify-content: space-between;
  width: 577px;
}
.guide li {
  margin: 0 10px;
}
.guide__items {
  position: relative;
  width: 265px;
  height: 265px;
  border-radius: 5px;
  background-color: #ffe1df;
}
.guide__items img {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 60%;
  transform: translate(-50%, -50%);
}
.guide__items p {
  position: absolute;
  top: 50%;
  width: 100%;
  color: #000;
  font-size: 24px;
  text-align: center;
  line-height: 1em;
  transform: translateY(-50%);
}
.guide__items a {
  display: block;
  width: 100%;
  height: 100%;
}
.guide__items:first-child img {
  width: 80%;
  height: auto;
}

footer {
  width: 1000px;
  margin: 100px auto 50px;
}

.footer__items {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.footer__logo {
  width: -moz-max-content;
  width: max-content;
}
.footer__contents {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  text-align: center;
  width: 80%;
}
.footer__contents__shop_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 50%;
}
.footer__contents__other_info {
  display: flex;
  justify-content: space-between;
  width: 40%;
}
.footer__contents__payment p {
  text-align: center;
}
.footer__contents__payment__icons {
  display: flex;
  justify-content: space-between;
  width: 240px;
}
.footer__contents__payment__icons__icon_items {
  width: 40px;
  height: 40px;
  background-color: #ddd;
}
.footer__copy {
  margin-top: 40px;
  text-align: center;
}

.top__newslist {
  margin: 32px auto 100px;
}
.top__newslist a {
  display: flex;
  justify-content: space-between;
}
.top__newslist a:visited {
  border-color: purple;
}
.top__newslist__articles article {
  width: 100%;
  margin: 18px 0;
}
.top__newslist__articles > a {
  display: initial;
}
.top__appeal__inner {
  display: flex;
}
.top__appeal__items {
  position: relative;
  width: 400px;
  height: 400px;
}
.top__appeal__items__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  width: 283px;
  transform: translate(-50%, -50%);
}
.top__appeal__items__inner h3 {
  margin-bottom: 15px;
  font-weight: 100;
}
.top__appeal__items__inner p {
  font-weight: normal;
}
.top__appeal__items::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
}
.top__appeal--water {
  background: center/cover no-repeat url(../images/pic_appeal0.jpg);
}
.top__appeal--sugar {
  background: center/cover no-repeat url(../images/pic_appeal1.jpg);
}
.top__appeal--fruits {
  background: center/cover no-repeat url(../images/pic_appeal2.jpg);
}
.top__access__items__guide {
  display: flex;
  justify-content: space-between;
}
.top__access__items__guide div {
  width: 250px;
}
.top__access__items__map__info {
  display: flex;
  justify-content: space-between;
  margin: 30px auto 10px;
}

.guide__products .guide__items a {
  position: relative;
}
.guide__products .guide__items a p {
  z-index: 1;
}
.guide__products .guide__items a::after {
  content: "";
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
.guide__products div:first-child .guide__items:first-child {
  background: url(../images/pic_item_sakuramochi.jpg) -55px 0/cover no-repeat;
}
.guide__products div:first-child .guide__items:last-child {
  background: url(../images/pic_item_ochagashi.jpeg) -30px 0/cover no-repeat;
}
.guide__products div:last-child .guide__items:first-child {
  background: url(../images/pic_item_gift.jpg) -55px 0/cover no-repeat;
}
.guide__products div:last-child .guide__items:last-child {
  background: url(../images/pic_item_corporation.jpeg) -70px 0/cover no-repeat;
}

.products_itemlist__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.products_itemlist__list__item {
  font-size: 13px;
}
.products_itemlist__list__item__image {
  width: 170px;
  height: 170px;
  overflow: hidden;
}
.products_itemlist__list__item__image img {
  height: 100%;
}
.products_itemlist__list__item__name {
  font-size: 1.23em;
}
.products_itemlist__list__item__price {
  margin-bottom: 10px;
}

.news article {
  width: 100%;
  margin: 30px 0;
}
.news article a {
  display: flex;
  justify-content: space-between;
}
.news article:last-child {
  margin-bottom: 0;
}

.news_article__postdate {
  margin: 40px auto 20px;
}
.news_article p:not(.news_article__postdate) {
  margin: 10px 0;
}
.news_article figure {
  margin: 20px 0;
}
.news_article figure img {
  width: 100%;
}
.news_article figure p {
  margin: 0 !important;
  color: #585858;
  text-align: center;
}

.contact__mark_require {
  color: #e70000;
}
.contact__info {
  margin-bottom: 20px;
}
.contact__form__item {
  margin-bottom: 20px;
}
.contact__form__item input {
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.25) inset;
  background-color: #fff;
  height: 40px;
  width: 100%;
  margin: 10px 0;
  padding: 5px;
}
.contact__form__item textarea {
  width: 100%;
  margin: 10px 0;
  padding: 5px;
  box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.25) inset;
  background-color: #fff;
}
.contact__form__item__errortext {
  visibility: hidden;
  color: #e70000;
  font-size: 12px;
}
.contact__form__item__errortext--submit {
  text-align: center;
}
.contact__form__item__btn--calendar {
  width: 40px;
  height: 40px;
  padding: 7px;
  background-color: #ffe1df;
  border-radius: 2px;
}
.contact__form__usage_date {
  margin-bottom: 20px;
}
.contact__form__usage_date__input {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}
.contact__form__usage_date__input .contact__form__item {
  display: flex;
  align-items: center;
  margin: 0;
}
.contact__form__usage_date__input .contact__form__item input {
  width: 100px;
  margin: 0 5px 0 0;
}
.contact__form__usage_date__input__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 70%;
}
.contact__form__calendar {
  width: 100%;
  height: 100%;
  border: 1px solid #585858;
  border-radius: 2px;
  border-top-width: 5px;
}
.contact__form__calendar p {
  color: #585858;
  font-size: 10px;
  line-height: 1.8em;
  font-family: sans-serif;
  text-align: center;
}

.contact-submit-check__form__item {
  margin: 40px 0;
}
.contact-submit-check__form__item__inputtext {
  margin: 10px 0;
  font-size: 1.5em;
  line-height: 1em;
}
.contact-submit-check__form__item__inputtext--usage_date span:nth-child(2) {
  margin: 0 10px;
}
.contact-submit-check__form__item__btn_fix {
  color: #00507d;
  -webkit-text-decoration: underline #00507d;
          text-decoration: underline #00507d;
}

.contact_submit_complete {
  margin-top: 100px;
  text-align: center;
}
.contact_submit_complete__contact_number {
  margin: 100px 0 50px;
}
.contact_submit_complete__contact_number button {
  display: block;
  margin: 20px auto 0;
  color: #00507d;
  font-size: 2em;
  text-decoration: underline;
}
.contact_submit_complete__back_to_top a {
  display: block;
  width: 100%;
  height: 100%;
  color: #000;
  line-height: 40px;
}

@media screen and (max-width: 999px) and (min-width: 700px) {
  .global_wrapper--products_itemlist {
    max-width: 600px;
  }
  .sp {
    display: block;
  }
  .break_pc {
    display: none;
  }
  .break_sp {
    display: none;
  }
  .break_tablet {
    display: block;
    margin: 0 auto;
  }
  .map--pc {
    display: none;
  }
  .map--tablet {
    display: block;
  }
  .map--sp {
    display: none;
  }
  .header__contents__btn {
    display: block;
  }
  .header__contents__global_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 100px;
    left: 100%;
    z-index: 2;
    width: 100%;
    height: 90vh;
    background-color: #ffffee;
  }
  .header__contents__global_nav ul {
    flex-direction: column;
    width: 100%;
    height: 500px;
    font-size: 2em;
    text-align: center;
  }
  .header__contents__global_nav ul a {
    border: none;
  }
  .header__contents__global_nav--active {
    animation: GlobalNavSlideIn ease 0.3s forwards;
  }
  .header__contents__global_nav--passive {
    animation: GlobalNavSlideOut ease 0.3s forwards;
  }
  .header__contents__global_nav a {
    width: -moz-max-content;
    width: max-content;
    margin: 100px auto 0;
  }
  .eyecatch {
    height: 400px;
  }
  .guide {
    display: flex;
    justify-content: space-between;
    width: 350px;
    margin: 0 auto;
  }
  .guide ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    height: 350px;
  }
  .guide li {
    margin: 0;
  }
  .guide__items {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 5px;
    background-color: #ffe1df;
  }
  .guide__items img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60%;
    transform: translate(-50%, -50%);
  }
  .guide__items p {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 1em;
    transform: translateY(-50%);
  }
  .guide__items a {
    display: block;
    width: 100%;
    height: 100%;
  }
  footer {
    width: auto;
  }
  .footer__items {
    flex-direction: column;
    align-items: center;
    height: 330px;
  }
  .footer__logo {
    width: -moz-max-content;
    width: max-content;
  }
  .footer__contents {
    flex-direction: column;
    text-align: center;
    width: auto;
    height: 250px;
  }
  .footer__contents__shop_info {
    flex-direction: column;
    width: auto;
  }
  .footer__contents__other_info {
    flex-direction: column;
    width: auto;
    height: 140px;
  }
  .top__appeal__items {
    height: 300px;
  }
  .top__appeal__items__inner {
    width: 80%;
  }
  .top__appeal__items__inner p {
    margin: 0 auto;
  }
  .products_itemlist__list {
    justify-content: flex-start;
  }
  .products_itemlist__list__item {
    margin: 0 10px 30px;
  }
}
@media screen and (max-width: 699px) {
  .wrapper--middle {
    width: auto;
  }
  h1.heading__underpage {
    border-width: 2px;
    font-size: x-large;
  }
  .sp {
    display: block;
  }
  .break_pc {
    display: none;
  }
  .break_tablet {
    display: none;
  }
  .break_sp {
    display: block;
  }
  .map--pc {
    display: none;
  }
  .map--tablet {
    display: none;
  }
  .map--sp {
    display: block;
  }
  header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    background-color: #ffffee;
  }
  .header__contents__btn {
    display: block;
  }
  .header__contents__global_nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 100px;
    left: 100%;
    z-index: 2;
    width: 100%;
    height: 90vh;
    background-color: #ffffee;
  }
  .header__contents__global_nav ul {
    flex-direction: column;
    width: 100%;
    height: 280px;
    text-align: center;
  }
  .header__contents__global_nav ul a {
    border: none;
  }
  .header__contents__global_nav--active {
    animation: GlobalNavSlideIn ease 0.3s forwards;
  }
  .header__contents__global_nav--passive {
    animation: GlobalNavSlideOut ease 0.3s forwards;
  }
  .header__contents__global_nav a {
    width: -moz-max-content;
    width: max-content;
    margin: 40px auto 0;
  }
  .eyecatch {
    height: 222px;
  }
  .eyecatch h1 {
    border-width: 2px;
    font-size: x-large;
  }
  .eyecatch p {
    font-size: 70%;
  }
  .guide {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .guide ul {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: auto;
    height: 350px;
  }
  .guide li {
    margin: 0;
  }
  .guide__items {
    position: relative;
    width: 170px;
    height: 170px;
    border-radius: 5px;
    background-color: #ffe1df;
  }
  .guide__items img {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 60%;
    transform: translate(-50%, -50%);
  }
  .guide__items p {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #000;
    font-size: 24px;
    text-align: center;
    line-height: 1em;
    transform: translateY(-50%);
  }
  .guide__items a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .global_wrapper {
    width: 350px;
  }
  footer {
    width: auto;
    text-align: center;
  }
  .footer__items {
    flex-direction: column;
    align-items: center;
    height: 330px;
  }
  .footer__logo {
    width: -moz-max-content;
    width: max-content;
  }
  .footer__contents {
    flex-direction: column;
    text-align: center;
    width: auto;
    height: 250px;
  }
  .footer__contents__shop_info {
    flex-direction: column;
    width: auto;
  }
  .footer__contents__other_info {
    flex-direction: column;
    width: auto;
  }
  .footer__contents__other_info__payment {
    margin-bottom: 30px;
  }
  .top__appeal__inner {
    flex-direction: column;
  }
  .top__appeal__items {
    width: auto;
    height: 164px;
  }
  .top__access__items__map__info {
    width: auto;
  }
  .products_itemlist {
    margin-bottom: 50px;
  }
  .products_itemlist h2 {
    margin-bottom: 10px;
  }
  .products_itemlist__list__item {
    margin-bottom: 30px;
  }
  .contact__form__usage_date__input {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact__form__usage_date__input__inner {
    width: 100%;
    margin-top: 10px;
  }
}/*# sourceMappingURL=style.css.map */