/** Shopify CDN: Minification failed

Line 9:0 Unexpected ".30_body"

**/
@charset "utf-8";
/* CSS Document */

.30_body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style-type: none;
  font-family: "Zen Maru Gothic", serif;
  font-size: 62.5%;
  color: #333;
}

img {
  width: 100%;
}

.fade-in {
  opacity: 0;
  animation: fadeIn 1.5s ease-in-out forwards;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

.fade {
  opacity: 0;
  visibility: hidden;
  transform: translateY(40px);
  transition: all 1s ease;
}

.fade.scroll {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.header_link_img,
.header_sns_img {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.header_link_img {
  margin-bottom: 20px;
}

.header_link_img div {
  width: 23%;
  margin: 20px auto 0;
}

.header_sns_img {
  justify-content: center;
  margin-bottom: 40px;
}

.header_sns_img div {
  width: 95%;
  margin: 0 auto 20px;
}

.days_text {
  width: 90%;
  margin: 80px auto 0;
  max-width: 1200px;
}

.days_text h2 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 40px;
}

.days_text p {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 80px;
}

#days_wrap {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto 120px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: center;
}

.days_box {
  width: 100%;
  margin: 20px auto;
  padding: 16px;
}

.days_box_border {
  border: 2px solid #bbb;
}

.days_date,
.days_img,
.days_item_img,
.days_price {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
}

.days_date{
  border-bottom: 1px dashed #aaa;
  margin-bottom: 10px;
  padding: 10px;
}

.days_img {
  padding: 10px;
}

.days_date {
  align-items: center;
}

.date {
width: 100%;
text-align: center;
  background-color: #8198b8;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 1.8rem;
  margin-right: 10px;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  letter-spacing: 1px;
  margin-bottom: 0px;
}

.days_main_img {
  width: 100%;
}

.days_item_img {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  border-bottom: 1px dashed #aaa;
  padding: 10px;
}

.days_item_img:after {
  content: "";
  display: block;
  width: 30%;
  text-align: center;
}

.days_item_list {
  width: 30%;
  text-align: center;
  margin-bottom: 10px;
}

.days_item_list p {
  display: block;
  font-size: 1.2rem;
  line-height: 20px;
  letter-spacing: -0.5px;
}

.days_item_list p span {
  margin-right: 4px;
  font-size: 2.4rem;
}

.days_price {
  align-items: baseline;
  padding: 10px;
}

.days_price p {
  font-size: 1.6rem;
  margin-right: 10px;
}

.days_price p span {
  margin: 0 8px;
  font-size: 3.6rem;
  font-weight: bold;
  letter-spacing: -0.5px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .days_box {
    width: 45%;
  }
}

@media (min-width: 1024px) {
  .header_link_img,
  .header_sns_img {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .header_link_img {
    justify-content: center;
  }

  .header_link_img div {
    width: 20%;
    margin: 40px 20px;
  }

  .header_sns_img {
    margin: 0 auto 80px;
  }

  .header_sns_img div {
    width: 45%;
    margin: 0 20px;
  }

  .days_box {
    width: 32%;
  }

  .days_price {
    padding-bottom: 20px;
  }

  .days_item_list p {
    font-size: 12px;
  }

  .days_item_list p span {
    font-size: 24px;
  }

  .days_price p span {
    font-size: 36px;
  }
}
