*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

svg {
  fill: none;
}

*:focus-visible {
  outline: 4px solid #3db8c0;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #1e1e1e;
  line-height: 1.6875;
  background: rgba(61, 184, 192, 0.9);
  overflow: unset;
}

main {
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif;
}

p {
  line-height: 1.7;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 760px) {
  .sp-only {
    display: block;
  }
}

.pc-hidden {
  display: block;
}
@media screen and (max-width: 900px) {
  .pc-hidden {
    display: none;
  }
}

.btn {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 400px;
  padding-inline: 70px;
  height: 80px;
  background: #ffdd00;
  border-radius: 40px;
  border: 1.4px solid #1e1e1e;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-left: auto;
  margin-right: auto;
  transition: all 0.3s;
}
@media screen and (max-width: 760px) {
  .btn {
    font-size: 16px;
    height: 60px;
    min-width: 240px;
    padding-inline: 50px;
  }
}
.btn::after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  background: url(/images/tohoku-gourmet-tour/icon/icon-right.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  top: 20px;
}
@media screen and (max-width: 760px) {
  .btn::after {
    width: 30px;
    height: 30px;
    right: 15px;
    top: 15px;
  }
}
.btn:hover {
  background: #e1c300;
}

.fv {
  width: 100%;
  height: auto;
  aspect-ratio: 1440/830;
  background: url(/images/tohoku-gourmet-tour/kv-bg.jpg) no-repeat center/cover;
  position: relative;
}
@media screen and (max-width: 760px) {
  .fv {
    background: url(/images/tohoku-gourmet-tour/kv-bg-sp.jpg) no-repeat center/cover;
    aspect-ratio: 390/1060;
  }
}
@media screen and (max-width: 600px) {
  .fv {
    aspect-ratio: 390/1100;
  }
}
.fv__inner {
  padding-top: 7.6388888889%;
}
@media screen and (max-width: 760px) {
  .fv__inner {
    padding-top: 80px;
  }
}
.fv__img {
  width: 59.0277777778%;
  margin-left: 11.1111111111%;
}
@media screen and (max-width: 760px) {
  .fv__img {
    width: 94.8717948718%;
    margin-left: 0;
  }
}
.fv__sub-img {
  width: 37.1527777778%;
  position: absolute;
  top: 74.8221906117%;
  left: 0;
  z-index: 10;
}
@media screen and (max-width: 760px) {
  .fv__sub-img {
    width: 94.8717948718%;
    top: 67.9245283019%;
    left: auto;
    right: 0;
  }
}
.fv__title {
  width: 40.2777777778%;
  position: absolute;
  top: 18.4921763869%;
  left: 50.2083333333%;
}
@media screen and (max-width: 760px) {
  .fv__title {
    width: 90%;
    top: 42.4528301887%;
    left: 5%;
  }
}
.fv__subtitle {
  position: absolute;
  display: none;
}
@media screen and (max-width: 760px) {
  .fv__subtitle {
    display: block;
    width: 80%;
    top: 60px;
    left: 6.9230769231%;
  }
}

.language__list {
  max-width: 550px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}
@media screen and (max-width: 760px) {
  .language__list {
    margin-top: 20px;
    gap: 6px;
  }
}
.language__list__item {
  position: relative;
}
.language__list__item a {
  font-size: 18px;
  font-weight: 700;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  border: 1px solid #1e1e1e;
  border-radius: 100vh;
  background: #fff;
  position: relative;
  z-index: 20;
  padding-block: 12px 14px;
  padding-inline: 8px 16px;
  transition: all 0.3s;
}
@media screen and (max-width: 1200px) {
  .language__list__item a {
    font-size: 12px;
    padding-block: 6px 7px;
  }
}
.language__list__item a:hover {
  background: #ffdd00;
}
.language__list__item a img {
  height: 22px;
}
.language__list__item svg {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  z-index: 30;
}
@media screen and (max-width: 1200px) {
  .language__list__item svg {
    width: 13px;
    height: 13px;
    right: 7px;
  }
}
.language__list__item.is-active a {
  background: #ffdd00;
}

.concept {
  width: 100%;
  background: #3db8c0;
  padding-top: 4.0277777778%;
  padding-bottom: 5.9722222222%;
  position: relative;
}
@media screen and (max-width: 760px) {
  .concept {
    padding-top: 49px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 63px;
  }
}
.concept__title {
  width: 50.2777777778%;
  max-width: 724px;
  position: absolute;
  top: -17.1919770774%;
  left: 40.4861111111%;
}
@media screen and (max-width: 1200px) {
  .concept__title {
    width: 500px;
    top: -46px;
  }
}
@media screen and (max-width: 900px) {
  .concept__title {
    width: 420px;
    top: -38px;
  }
}
@media screen and (max-width: 760px) {
  .concept__title {
    width: calc(100% - 40px);
    left: 20px;
    top: -25vw;
  }
}
.concept__text {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-left: 40.4861111111%;
  padding-right: 16px;
}
@media screen and (max-width: 760px) {
  .concept__text {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}
.concept__text p + p {
  margin-top: 10px;
}

.experience {
  background: #d8f5f7;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 760px) {
  .experience {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.experience__inner {
  width: 100%;
  max-width: 1440px;
  padding-top: 8.6111111111%;
  padding-bottom: 7.2222222222%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
@media screen and (max-width: 760px) {
  .experience__inner {
    padding-top: 24.5714285714%;
    padding-bottom: 68px;
  }
}
.experience__title {
  width: 36.3194444444%;
  position: absolute;
  top: -2.0833333333%;
  left: 4.1666666667%;
}
@media screen and (max-width: 760px) {
  .experience__title {
    width: 100%;
    max-width: 520px;
    top: -22px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.experience__title img {
  height: 8vw;
  max-height: 130px;
  width: auto;
  max-width: unset;
}
@media screen and (max-width: 760px) {
  .experience__title img {
    height: auto;
    max-height: 100px;
    width: 100%;
  }
}
.experience__content {
  max-width: 1112px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 760px) {
  .experience__content {
    max-width: 520px;
  }
}
.experience__head {
  display: flex;
  align-items: center;
  gap: 6.4748201439%;
}
@media screen and (max-width: 760px) {
  .experience__head {
    flex-direction: column;
  }
}
.experience__head__img {
  width: 46.7625899281%;
  flex-shrink: 0;
}
@media screen and (max-width: 760px) {
  .experience__head__img {
    width: 100%;
  }
}
.experience__head__text {
  position: relative;
  width: 100%;
}
@media screen and (max-width: 760px) {
  .experience__head__text {
    margin-top: 20px;
  }
}
.experience__head__text__title {
  text-align: left;
}
.experience__head__text__title img {
  width: 100%;
}
.experience__head__text__desc {
  width: 60%;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  margin-top: 30px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .experience__head__text__desc {
    font-size: 14px;
    letter-spacing: 0;
    margin-top: 10px;
  }
}
.experience__head__text__deco {
  width: 33%;
  max-width: 170px;
  position: absolute;
  top: 50px;
  right: 0;
}
@media screen and (max-width: 760px) {
  .experience__head__text__deco {
    top: unset;
    bottom: 0;
    max-width: 120px;
  }
}
.experience__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  -moz-column-gap: 6.4748201439%;
       column-gap: 6.4748201439%;
  row-gap: 56px;
  margin-top: 90px;
}
@media screen and (max-width: 760px) {
  .experience__list {
    grid-template-columns: 1fr;
    row-gap: 40px;
    margin-top: 40px;
  }
}
.experience__list__item {
  width: 100%;
  max-width: 520px;
}
.experience__list__item__img {
  width: 100%;
}
.experience__list__item__text {
  margin-top: 15px;
}
.experience__list__item__text__desc {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.01em;
  margin-top: 8px;
}
@media screen and (max-width: 760px) {
  .experience__list__item__text__desc {
    font-size: 14px;
  }
}
.experience__btn {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 760px) {
  .experience__btn {
    margin-top: 50px;
  }
}

.tour {
  background: #d8f5f7;
}
.tour__img {
  background: #d8f5f7;
  width: 100%;
  position: sticky;
  top: 10%;
  left: 0;
}
.tour__caption {
  position: absolute;
  top: 100px;
  right: 3vw;
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  .tour__caption {
    top: 50px;
    right: 7vw;
    font-size: 18px;
  }
}
@media screen and (max-width: 760px) {
  .tour__caption {
    top: 40px;
    right: 5vw;
    font-size: 16px;
  }
}
.tour__caption span {
  background: #fff;
  background-size: 100%;
  padding: 0 5px;
  line-height: 1.8;
}
.tour__inner {
  position: relative;
  width: 100%;
  max-width: 1440px;
  padding-bottom: 186px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .tour__inner {
    padding-bottom: 78px;
  }
}
.tour__content {
  width: 100%;
  max-width: 1260px;
  padding-left: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -27.7777777778%;
}
@media screen and (max-width: 1200px) {
  .tour__content {
    margin-top: -31.25%;
  }
}
@media screen and (max-width: 900px) {
  .tour__content {
    margin-top: -38.1944444444%;
  }
}
@media screen and (max-width: 760px) {
  .tour__content {
    margin-top: -69.4444444444%;
  }
}
.tour__title {
  font-family: "Source Han Code JP", "Noto Sans JP", sans-serif;
  font-size: 76px;
  color: #fff;
  font-weight: bold;
  line-height: 1;
  letter-spacing: -0.05em;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 900px) {
  .tour__title {
    font-size: 7vw;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 760px) {
  .tour__title {
    font-size: 9vw;
  }
}
.tour__list {
  display: flex;
  flex-direction: column;
  gap: 44px;
}
@media screen and (max-width: 900px) {
  .tour__list {
    gap: 20px;
  }
}
.tour__list__item {
  display: flex;
}
.tour__btn {
  margin-top: 87px;
}
@media screen and (max-width: 900px) {
  .tour__btn {
    margin-top: 70px;
  }
}

.tour-day {
  width: 125px;
  background: #ffdd00;
  padding-top: 26px;
  position: relative;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .tour-day {
    width: 100px;
    padding-top: 14px;
    padding-left: 6px;
    margin-bottom: 24px;
  }
}
.tour-day::after {
  content: "";
  display: block;
  width: 100%;
  height: 24px;
  clip-path: polygon(50% 100%, 0 0, 100% 0);
  background: #ffdd00;
  position: absolute;
  bottom: -23px;
  left: 0;
}

.tour-card {
  width: 255px;
  height: auto;
  flex-shrink: 0;
  background: #3db8c0;
  border-radius: 10px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  position: relative;
  margin-top: 25px;
  margin-bottom: 20px;
}
.tour-card:not(:last-child)::after {
  content: "";
  display: block;
  width: 28px;
  height: 28px;
  background: url(/images/tohoku-gourmet-tour/icon/icon-polygon.svg) no-repeat center/contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -30px;
}
.tour-card__time {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  width: 180px;
  height: 40px;
  background: #fff;
  border-radius: 30px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -25px;
}
.tour-card__time.start {
  width: 210px;
}
.tour-card__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  color: #fff;
  text-align: center;
  height: 60px;
  display: flex;
  align-items: center;
}
.tour-card__title span {
  font-size: 16px;
}
.tour-card__img {
  padding-left: 22px;
  padding-right: 22px;
}
.tour-card__desc {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  padding-left: 22px;
  padding-right: 22px;
}
.tour-card__desc p {
  line-height: 1.7;
}
.tour-card__wrapper {
  display: flex;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: 45px;
}
@media screen and (max-width: 900px) {
  .tour-card__wrapper {
    flex-wrap: nowrap;
    padding-right: 24px;
    padding-left: 70px;
    padding-bottom: 8px;
    margin-left: -120px;
    margin-top: 90px;
    margin-bottom: 16px;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}
.tour-card__wrapper::-webkit-scrollbar {
  display: none;
}

.summary {
  background: rgba(61, 184, 192, 0.9);
  padding-top: 44px;
  padding-bottom: 128px;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}
@media screen and (max-width: 760px) {
  .summary {
    padding-top: 22px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 80px;
  }
}
.summary::before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1440/68;
  background: url(/images/tohoku-gourmet-tour/summary-bg.webp) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-99%);
}
.summary__inner {
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}
.summary__title {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 760px) {
  .summary__title {
    font-size: 27px;
  }
}
.summary__content {
  width: 100%;
  max-width: 1100px;
  background: #fff;
  padding: 70px 80px;
  border-radius: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 88px;
}
@media screen and (max-width: 760px) {
  .summary__content {
    padding: 30px 20px;
    margin-top: 40px;
  }
}
.summary__price {
  border-radius: 10px;
  background: #d8f5f7;
  padding: 30px 60px;
}
@media screen and (max-width: 760px) {
  .summary__price {
    padding: 20px;
  }
}
.summary__price__content {
  max-width: 775px;
  margin-left: auto;
  margin-right: auto;
}
.summary__price__title {
  font-family: "Source Han Code JP", "Noto Sans JP", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: #3db8c0;
  letter-spacing: 0.06em;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 15px;
}
@media screen and (max-width: 760px) {
  .summary__price__title {
    font-size: 26px;
    text-align: center;
  }
}
.summary__price__title span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}
@media screen and (max-width: 760px) {
  .summary__price__title span {
    font-size: 12px;
  }
}
.summary__price__list {
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0.03em;
  display: flex;
  gap: 30px;
  justify-content: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .summary__price__list {
    gap: 15px;
  }
}
@media screen and (max-width: 760px) {
  .summary__price__list {
    justify-content: center;
    flex-direction: column;
    font-size: 24px;
  }
}
.summary__price__list span {
  display: inline-block;
  font-size: 20px;
  gap: 24px;
}
.summary__price__list span:first-child::first-letter {
  font-size: 24px;
}
@media screen and (max-width: 760px) {
  .summary__price__list span {
    font-size: 16px;
    gap: 16px;
  }
  .summary__price__list span:first-child::first-letter {
    font-size: 20px;
  }
}
.summary__details {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .summary__details {
    flex-direction: column;
    margin-top: 10px;
  }
}
.summary__details a {
  text-decoration: underline;
}
.summary__details a:hover {
  text-decoration: none;
}
.summary__details-left {
  width: 45.7446808511%;
}
@media screen and (max-width: 900px) {
  .summary__details-left {
    width: 100%;
  }
}
.summary__details-right {
  width: 45.7446808511%;
}
@media screen and (max-width: 900px) {
  .summary__details-right {
    width: 100%;
  }
}
.summary__block {
  margin-top: 30px;
}
@media screen and (max-width: 760px) {
  .summary__block {
    margin-top: 25px;
  }
}
.summary__block dt {
  font-family: "Source Han Code JP", "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #3db8c0;
  line-height: 1.125;
  letter-spacing: 0;
}
@media screen and (max-width: 760px) {
  .summary__block dt {
    font-size: 15px;
  }
}
.summary__block dd {
  font-size: 13px;
  font-weight: 400;
  line-height: 1.6;
  margin-top: 8px;
}
.summary__block dd p {
  margin-bottom: 5px;
  text-align: left;
}
.summary__details-list {
  list-style: disc;
  margin-left: 1.2em;
}
.summary__details-list li {
  line-height: 1.3;
  margin-bottom: 6px;
}
.summary__btn {
  margin-top: 78px;
}
@media screen and (max-width: 760px) {
  .summary__btn {
    margin-top: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .tohoku-gourmet-tour-en .concept {
    padding-block: 6vw 8vw;
  }
}
@media screen and (max-width: 1200px) and (max-width: 760px) {
  .tohoku-gourmet-tour-en .concept {
    padding-block: 9vw 12vw;
  }
}
.tohoku-gourmet-tour-en .concept__title {
  top: -26%;
}
@media screen and (max-width: 1200px) {
  .tohoku-gourmet-tour-en .concept__title {
    width: 50%;
    top: -4.5vw;
  }
}
@media screen and (max-width: 760px) {
  .tohoku-gourmet-tour-en .concept__title {
    width: calc(100% - 40px);
    top: -27vw;
  }
}
.tohoku-gourmet-tour-en .tour-card__title {
  line-height: 1.3;
  height: 80px;
}
.tohoku-gourmet-tour-en .summary__price__title {
  letter-spacing: -0.02em;
}
.tohoku-gourmet-tour-en .summary__price__list {
  flex-direction: column;
  align-items: center;
}
.tohoku-gourmet-tour-en .summary__block dt {
  letter-spacing: -0.02em;
  line-height: 1.4;
}
.tohoku-gourmet-tour-en .experience__inner {
  padding-top: 12%;
}
@media screen and (max-width: 760px) {
  .tohoku-gourmet-tour-en .experience__inner {
    padding-top: 15vw;
  }
}
@media screen and (max-width: 760px) {
  .tohoku-gourmet-tour-en .experience__title {
    max-width: unset;
    top: -28px;
  }
}
.tohoku-gourmet-tour-en .experience__title img {
  height: 10vw;
}
@media screen and (max-width: 760px) {
  .tohoku-gourmet-tour-en .experience__title img {
    height: auto;
  }
}
@media screen and (max-width: 900px) {
  .tohoku-gourmet-tour-en .experience__head__text__desc {
    margin-top: 15px;
  }
}
.tohoku-gourmet-tour-en .experience__head__text__deco {
  top: 100px;
}
@media screen and (max-width: 900px) {
  .tohoku-gourmet-tour-en .experience__head__text__deco {
    top: unset;
    bottom: 0;
  }
}
@media screen and (max-width: 900px) {
  .tohoku-gourmet-tour-en .experience__list {
    margin-top: 60px;
  }
}

@media screen and (max-width: 760px) {
  .tohoku-gourmet-tour-tw .fv {
    aspect-ratio: 390/1000;
  }
}
@media screen and (max-width: 760px) {
  .tohoku-gourmet-tour-tw .fv__sub-img {
    top: 70%;
  }
}
@media screen and (max-width: 760px) {
  .tohoku-gourmet-tour-tw .fv__title {
    top: 45%;
  }
}
.tohoku-gourmet-tour-tw .concept__title {
  top: -32.9512893983%;
}
@media screen and (max-width: 1200px) {
  .tohoku-gourmet-tour-tw .concept__title {
    top: -22.9226361032%;
  }
}
@media screen and (max-width: 900px) {
  .tohoku-gourmet-tour-tw .concept__title {
    top: -18.6246418338%;
  }
}
@media screen and (max-width: 760px) {
  .tohoku-gourmet-tour-tw .concept__title {
    top: -13vw;
  }
}
.tohoku-gourmet-tour-tw .experience__head__text__title {
  width: 60%;
}
@media screen and (max-width: 760px) {
  .tohoku-gourmet-tour-tw .experience__head__text__title {
    width: 71.4285714286%;
  }
}
.tohoku-gourmet-tour-tw .experience__head__text__deco {
  top: 0;
}
@media screen and (max-width: 900px) {
  .tohoku-gourmet-tour-tw .experience__head__text__deco {
    top: 30px;
  }
}

.tohoku-gourmet-tour-cn main {
  font-family: "Zen Maru Gothic", sans-serif;
}
.tohoku-gourmet-tour-cn .concept__title {
  top: -24.3553008596%;
}
@media screen and (max-width: 1200px) {
  .tohoku-gourmet-tour-cn .concept__title {
    top: -18.6246418338%;
  }
}
@media screen and (max-width: 900px) {
  .tohoku-gourmet-tour-cn .concept__title {
    top: -17.1919770774%;
  }
}
@media screen and (max-width: 760px) {
  .tohoku-gourmet-tour-cn .concept__title {
    top: -25vw;
  }
}
.tohoku-gourmet-tour-cn .tour-card__time {
  font-family: "fot-tsukuardgothic-std", "Zen Maru Gothic", sans-serif;
}
.tohoku-gourmet-tour-cn .summary__price__list span {
  font-family: "Zen Maru Gothic", sans-serif;
}/*# sourceMappingURL=style.css.map */