@charset "UTF-8";
/* コンテンツ最大幅 */
/* color */
/* ============================================ */
/* font */
/* ============================================ */
/* top */
/* ============================================ */
/*メインビジュアル*/
.top-top-mainvisual {
  background-attachment: #053779;
  line-height: 0;
  margin: 0 auto;
}
/*目玉商品*/
.top-item {
  padding: 100px 0 10% 0;
  color: #222;
  background-color: #d6f3f9;
  background-image: url(../images/top/bg_item.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media all and (max-width: 896px) {
  .top-item {
    background-image: url(../images/top/bg_item_sp.jpg);
  }
}
.top-item__ttl {
  text-align: center;
  color: #222;
  font-size: 1.3em;
  margin-bottom: 96px;
}
@media all and (max-width: 896px) {
  .top-item__ttl {
    font-size: 1em;
    margin-bottom: 30px;
  }
}
.top-item__ttl span {
  font-size: 140%;
  margin: 0.25em;
  line-height: 1;
  padding: 0.15em 50px;
  color: #D82B0C;
  background-color: #FFE100;
  display: inline-block;
  font-weight: 800;
  font-style: normal;
}
.top-item__ttlimg {
  margin: 0 auto 1.5em auto;
  width: 300px;
  max-width: 40%;
  text-align: center;
}
.top-item__list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
@media all and (max-width: 896px) {
  .top-item__list {
    gap: 1em;
  }
}
.top-item__item {
  width: calc(25% - 1.2em);
  border-radius: 1.5em;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0.2em 0.2em #053779;
}
@media all and (max-width: 896px) {
  .top-item__item {
    width: calc(50% - 0.5em);
  }
}
.top-item__img {
  position: relative;
}
.top-item__img .tag {
  display: inline-block;
  position: absolute;
  right: 0.5em;
  top: 0.5em;
  line-height: 1;
}
@media all and (max-width: 896px) {
  .top-item__img .tag {
    top: 0.75em;
    right: 0.5em;
  }
}
.top-item__img .tag span {
  font-size: 0.7em;
  margin-left: 0.2em;
  padding: 0.1em 0.5em;
  color: #fff;
  background-color: #2D64A2;
}
@media all and (max-width: 896px) {
  .top-item__img .tag span {
    font-size: 0.85em;
  }
}
.top-item__img .tag span.gold {
  background-color: #D6B14A;
}
.top-item__img .tag span.red {
  background-color: #EC3C3C;
}
.top-item__img img {
  aspect-ratio: 10/8.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-item__txt {
  padding: 1em;
}
.top-item__txt .area {
  font-weight: normal;
  font-size: 70%;
}
.top-item__txt .area .small {
  font-size: 60%;
}
.top-item__txt .name .small {
  font-size: 80%;
}
.top-item__txt .price {
  color: #053779;
  font-size: 130%;
  line-height: 1.05;
}
.top-item__txt .price .en {
  font-size: 70%;
}
.top-item__txt .price .small {
  font-size: 50%;
}
.top-item__txt .price .middle {
  font-size: 70%;
}
.top-item__txt p.small {
  font-size: 60%;
}

/*チラシ*/
.top-flyer {
  margin-bottom: -10%;
  padding: 17em 0;
  position: relative;
  background-color: #d6f3f9;
  background-image: url(../images/top/bg_item.jpg);
  background-size: contain;
  background-repeat: repeat;
}
@media all and (max-width: 896px) {
  .top-flyer {
    margin-bottom: 0;
    padding: 2em 0 0;
    background-image: url(../images/top/bg_item_sp.jpg);
  }
}
.top-flyer__container {
  max-width: 100%;
  width: 1200px;
  background-color: #053779;
  padding: 3em 2em;
  border-radius: 3em;
  text-align: center;
  position: absolute;
  z-index: 10;
  top: -1em;
  left: 0;
  right: 0;
}
@media all and (max-width: 896px) {
  .top-flyer__container {
    max-width: 94%;
    border-radius: 2em;
    position: static;
    top: 0;
    left: auto;
    right: auto;
  }
}
.top-flyer__ttl {
  width: 100%;
  color: #fff;
  line-height: 3.2;
}
@media all and (max-width: 896px) {
  .top-flyer__ttl {
    line-height: 2.6;
  }
}
.top-flyer__ttl span {
  font-size: 200%;
  line-height: 1;
  padding: 0.15em;
  margin: 0 0.1em;
  color: #053779;
  background-color: #fff;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .top-flyer__ttl span {
    font-size: 160%;
  }
}
.top-flyer__img {
  display: flex;
  gap: 1em;
  margin: 2em auto;
}
@media all and (max-width: 896px) {
  .top-flyer__img {
    flex-wrap: wrap;
  }
}
.top-flyer__btn a {
  position: relative;
  display: inline-block;
  padding: 1.2em 3em;
  margin: auto;
  line-height: 1;
  background-color: #fff;
  color: #053779;
  border-radius: 100px;
}
.top-flyer__btn a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  vertical-align: middle;
  background-image: url(../images/common/icon_pdf.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/*イベント*/
.top-event {
  padding: 16em 0 4% 0;
  background-color: #fffbdd;
  background-image: url(../images/top/bg_event2.png), url(../images/top/bg_event3.png), url(../images/top/bg_event.jpg);
  background-repeat: no-repeat;
  background-size: contain, 20%, cover;
  background-position: center top 12%, bottom 3% right, center top;
  position: relative;
  text-align: center;
}
@media all and (max-width: 1025px) {
  .top-event {
    background-position: center top 9%, bottom 3% right, center top;
  }
}
@media all and (max-width: 896px) {
  .top-event {
    padding: 8em 0 4% 0;
    background-image: url(../images/top/bg_event2_sp.png), url(../images/top/bg_event_sp.jpg);
    background-repeat: no-repeat;
    background-size: contain, cover;
    background-position: center top 0, center bottom;
  }
}
.top-event__container {
  margin: auto;
}
.top-event__ttl {
  margin: auto auto 20px;
  width: 638px;
  max-width: 84%;
}
.top-event__day {
  font-size: 170%;
  line-height: 1.3;
  padding: 0.2em;
  margin: 0 0.1em;
  color: #fff;
  background-color: #053779;
  display: inline-block;
}
@media all and (max-width: 896px) {
  .top-event__day {
    font-size: 150%;
  }
}
.top-event__txt {
  margin: 30px auto;
  font-size: 1.3em;
}
@media all and (max-width: 896px) {
  .top-event__txt {
    font-size: 1em;
  }
}
.top-event__list {
  margin: 4em auto;
}
@media all and (max-width: 896px) {
  .top-event__list {
    margin: 2.4em auto 18em;
  }
}

/*行き方*/
.top-access {
  padding: 10% 0;
  background-color: #fff;
  background-image: url(../images/top/bg_access.png), url(../images/top/bg_nami.png);
  background-size: 60%, 50%;
  background-repeat: no-repeat, repeat-x;
  background-position: left top 4%, bottom center;
}
.top-access__ttl {
  width: 656px;
  max-width: 80%;
  margin: auto;
}
.top-access__wrap {
  display: flex;
  margin-top: 3em;
}
@media all and (max-width: 896px) {
  .top-access__wrap {
    display: block;
    margin-top: 2em;
  }
}
.top-access__wrap .iframe {
  position: relative;
  width: 50%;
  height: 0;
  padding-top: 40%;
}
@media all and (max-width: 896px) {
  .top-access__wrap .iframe {
    width: 100%;
    padding-top: 70%;
    margin-bottom: 1em;
  }
}
.top-access__wrap .iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.top-access__wrap .info {
  padding: 3em 3em 0 3em;
  width: 50%;
}
@media all and (max-width: 896px) {
  .top-access__wrap .info {
    width: 100%;
    padding: 0;
  }
}
.top-access__wrap .info table {
  width: 100%;
  margin-bottom: 2em;
  font-size: 1.6rem;
}
.top-access__wrap .info table tr {
  border-bottom: 2px dashed #D9BF00;
}
.top-access__wrap .info table th {
  padding: 1em;
  white-space: nowrap;
}
@media all and (max-width: 896px) {
  .top-access__wrap .info table th {
    padding-bottom: 0;
    width: 100%;
    display: block;
  }
}
.top-access__wrap .info table td {
  padding: 1em;
}
@media all and (max-width: 896px) {
  .top-access__wrap .info table td {
    padding-top: 0;
    width: 100%;
    display: block;
  }
}
.top-access__btn {
  text-align: center;
}
.top-access__btn a {
  position: relative;
  display: inline-block;
  padding: 1.2em 3em;
  margin: auto;
  line-height: 1;
  background-color: #D9BF00;
  color: #fff;
  border-radius: 100px;
}
.top-access__btn a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.5em;
  vertical-align: middle;
  background-image: url(../images/common/icon_link_white.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.bg-b {
  background-color: #F9F8F8;
}

/*とれとれパークについて*/
.top-about {
  padding: 10% 0;
}
.top-about__ttl {
  width: 658px;
  max-width: 80%;
  margin: auto;
}
.top-about__txt {
  text-align: center;
  margin: 2em auto;
}

.top-gourmet__ttl {
  margin: 4em auto 2em auto;
  text-align: center;
}
.top-gourmet__ttl img {
  width: auto;
  height: 3.6em;
}
@media all and (max-width: 896px) {
  .top-gourmet__ttl img {
    height: 3em;
  }
}
.top-gourmet__container {
  position: relative;
}
@media all and (max-width: 896px) {
  .top-gourmet__container {
    display: flex;
    flex-wrap: wrap;
  }
}
.top-gourmet__img {
  margin: 0 calc(50% - 50vw);
}
@media all and (max-width: 896px) {
  .top-gourmet__img {
    order: 2;
  }
}
.top-gourmet__txt {
  position: absolute;
  top: 11%;
  left: 50%;
}
@media all and (max-width: 1367px) {
  .top-gourmet__txt {
    top: 9%;
  }
}
@media all and (max-width: 896px) {
  .top-gourmet__txt {
    position: initial;
    margin: 0 0 1em 0;
    order: 1;
  }
}
.top-gourmet__txt p {
  margin-bottom: 1em;
}
@media all and (max-width: 896px) {
  .top-gourmet__store {
    order: 3;
  }
}
.top-gourmet__store_ttl {
  text-align: center;
  font-size: 150%;
  margin: 4em auto 3em auto;
  color: #053779;
}
@media all and (max-width: 896px) {
  .top-gourmet__store_ttl {
    margin: 3em auto 3em auto;
  }
}
.top-gourmet__store_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5em;
}
@media all and (max-width: 896px) {
  .top-gourmet__store_list {
    gap: 1em;
  }
}
.top-gourmet__store_item {
  width: calc(25% - 1.2em);
  border-radius: 1.5em;
  background-color: #fff;
  overflow: hidden;
  box-shadow: 0.2em 0.2em #053779;
}
@media all and (max-width: 896px) {
  .top-gourmet__store_item {
    width: calc(50% - 0.5em);
  }
}
.top-gourmet__store_img img {
  aspect-ratio: 10/8.7;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-gourmet__store_txt {
  padding: 1em;
}
.top-gourmet__store_txt .name {
  color: #053779;
  font-size: 120%;
  margin-bottom: 0.3em;
}
.top-gourmet__store_txt .text {
  font-weight: 500;
}
.top-gourmet__store_btn {
  text-align: center;
  margin-top: 3em;
}
.top-gourmet__store_btn a {
  font-size: 120%;
  position: relative;
  display: block;
  padding: 1.3em;
  margin: auto;
  line-height: 1;
  background-color: #053779;
  color: #fff;
  border-radius: 100px;
  max-width: 500px;
  width: 80%;
}

.top-play__ttl {
  margin: 4em auto 2em auto;
  text-align: center;
  width: 100%;
}
.top-play__ttl img {
  width: auto;
  height: 4em;
}
@media all and (max-width: 896px) {
  .top-play__ttl img {
    height: 3em;
  }
}
.top-play__container {
  position: relative;
  margin-top: 10%;
}
@media all and (max-width: 896px) {
  .top-play__container {
    display: flex;
    flex-wrap: wrap;
  }
}
.top-play__img {
  margin: 0 calc(50% - 50vw);
}
@media all and (max-width: 896px) {
  .top-play__img {
    order: 2;
  }
}
.top-play__txt {
  position: absolute;
  top: 15%;
  left: 0;
}
@media all and (max-width: 896px) {
  .top-play__txt {
    position: initial;
    margin: 0 0 1em 0;
    order: 1;
  }
}
.top-play__txt p {
  margin-bottom: 1em;
}
.top-play__btn {
  text-align: center;
  margin-top: 4em;
  width: 100%;
}
@media all and (max-width: 896px) {
  .top-play__btn {
    order: 3;
  }
}
.top-play__btn .inner {
  position: relative;
  display: inline-block;
  margin: auto;
}
.top-play__btn .inner::before, .top-play__btn .inner::after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  height: 120%;
  background-size: contain;
  background-repeat: no-repeat;
}
.top-play__btn .inner::before {
  width: 40%;
  right: 105%;
  background-image: url(../images/top/img_about_play_btn_left.svg);
  background-position: left bottom;
}
@media all and (max-width: 896px) {
  .top-play__btn .inner::before {
    width: 30%;
    right: 90%;
  }
}
.top-play__btn .inner::after {
  width: 35%;
  left: 110%;
  background-image: url(../images/top/img_about_play_btn_right.svg);
  background-position: right top;
}
@media all and (max-width: 896px) {
  .top-play__btn .inner::after {
    width: 20%;
    left: 103%;
    top: -15%;
  }
}
.top-play__btn a {
  font-size: 120%;
  position: relative;
  display: block;
  padding: 1.3em 3.5em;
  margin: auto;
  margin-top: 2em;
  line-height: 1;
  background-color: #053779;
  color: #fff;
  border-radius: 100px;
  width: 500px;
}
@media all and (max-width: 896px) {
  .top-play__btn a {
    width: auto;
    padding: 1.3em 2.5em;
    margin-top: 1em;
  }
}
/*# sourceMappingURL=top.css.map */