@import url("https://fonts.googleapis.com/css2?family=Bodoni+Moda:ital,opsz,wght@0,6..96,400..900;1,6..96,400..900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .vpc {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .vpc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .vsp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .vsp {
    display: block;
  }
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.8;
}
a:link {
  text-decoration: none;
}

body {
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  width: auto;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

li {
  list-style: none;
}

.menu-column {
  position: relative;
  margin-top: 0;
  padding-top: 100px;
}

.pageGuide {
  z-index: 1;
}

@media screen and (max-width: 767px) {
  #headerBody.HeaderBody {
    position: relative;
  }
}

.nowrap {
  text-wrap: nowrap;
}

.inner02 {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 767px) and (max-width: 1250px) {
  .inner02 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .inner02 {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/**/
.container {
  font-family: "Noto Sans JP", sans-serif;
  color: #1A1311;
  padding-bottom: 0px;
  position: relative;
  font-size: 1.4rem;
  font-weight: normal;
}

.common-ttl {
  color: var(--clr-text);
  display: flex;
  flex-direction: column;
}
.common-ttl .span-ja {
  font-weight: bold;
  font-size: 46px;
  font-family: "Noto Serif JP", serif;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .common-ttl .span-ja {
    font-size: 29px;
  }
}
.common-ttl .span-ja strong {
  font-size: 75px;
}
@media screen and (max-width: 767px) {
  .common-ttl .span-ja strong {
    font-size: 48px;
  }
}
.common-ttl .span-ja i {
  font-style: normal;
}
@media screen and (max-width: 767px) {
  .common-ttl .span-ja i {
    transform: translateX(100px);
    display: inline-block;
  }
}
.common-ttl .span-en {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  letter-spacing: 0.3em;
  position: relative;
}
@media screen and (max-width: 767px) {
  .common-ttl .span-en {
    font-size: 19px;
  }
}
.common-ttl .span-en::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 118px;
  width: 800px;
  height: 2px;
  background-color: var(--clr-text);
  transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .common-ttl .span-en::after {
    width: 212px;
    left: 90px;
  }
}

.common-flr {
  color: var(--clr-text);
  font-family: "Roboto", sans-serif;
  font-weight: 100;
}
.common-flr .flr-01 {
  font-size: 177px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .common-flr .flr-01 {
    font-size: 110px;
  }
}
.common-flr .flr-02 {
  font-size: 137px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .common-flr .flr-02 {
    font-size: 85px;
  }
}
.common-flr .flr-03 {
  font-size: 135px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .common-flr .flr-03 {
    font-size: 110px;
  }
}

.common-address {
  display: flex;
  gap: 43px;
}
@media screen and (max-width: 767px) {
  .common-address {
    gap: 15px;
    justify-content: center;
  }
}

#header .header-fix-wrap {
  position: relative;
}

/**/
#main {
  overflow: clip;
}
#main .contents {
  overflow-x: initial;
}
#main .contents .swiper {
  width: 500px;
}
@media screen and (max-width: 767px) {
  #main .contents .swiper {
    width: 305px;
  }
}
#main .contents .swiper-wrapper {
  width: 100%;
  height: 385px;
}
@media screen and (max-width: 767px) {
  #main .contents .swiper-wrapper {
    height: 246px;
  }
}
#main .contents .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 0;
}
#main .contents .swiper-button-next {
  top: 47%;
}
#main .contents .swiper-button-next::after {
  content: "";
  background: url(../img/icon-right.png) no-repeat center center;
  background-size: 100%;
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  #main .contents .swiper-button-next::after {
    width: 38px;
    height: 38px;
  }
}
#main .contents .swiper-button-prev {
  top: 47%;
}
#main .contents .swiper-button-prev::after {
  content: "";
  background: url(../img/icon-left.png) no-repeat center center;
  background-size: 100%;
  width: 21px;
  height: 21px;
}
@media screen and (max-width: 767px) {
  #main .contents .swiper-button-prev::after {
    width: 38px;
    height: 38px;
  }
}
#main .contents .swiper-pagination-bullet {
  background-color: #7F8C8E;
}
#main .contents .overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #1D4B4E;
  z-index: 100;
}
#main .contents .mv {
  position: relative;
}
#main .contents .mv-copy {
  position: absolute;
  top: 6vw;
  left: 50vw;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  #main .contents .mv-copy {
    top: 106vw;
    left: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#main .contents .mv-ttl {
  text-align: center;
}
#main .contents .mv-ttl01 {
  width: clamp(300px, 45vw, 648px);
  opacity: 0;
  filter: blur(10px);
}
@media only screen and (min-width: 1500px) {
  #main .contents .mv-ttl01 {
    width: 40vw;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .mv-ttl01 {
    width: 100%;
  }
}
#main .contents .mv-ttl02 {
  width: clamp(200px, 40vw, 361px);
  opacity: 0;
  filter: blur(10px);
}
@media only screen and (min-width: 1500px) {
  #main .contents .mv-ttl02 {
    width: 35vw;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .mv-ttl02 {
    width: 90%;
    margin-top: 8px;
  }
}
#main .contents .mv-content {
  padding-top: 4vw;
  padding-left: clamp(35px, 10vw, 80px);
  opacity: 0;
  transform: translateY(40px);
}
@media only screen and (min-width: 1500px) {
  #main .contents .mv-content {
    padding-top: 5vw;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .mv-content {
    padding-left: 0;
  }
}
#main .contents .mv-content-ttl {
  font-size: clamp(20px, 1.94vw, 28px);
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
  color: #28395B;
}
@media only screen and (min-width: 1500px) {
  #main .contents .mv-content-ttl {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .mv-content-ttl {
    font-size: 25px;
    text-wrap: nowrap;
    margin-bottom: 8px;
  }
}
#main .contents .mv-content-text01 {
  font-size: clamp(14px, 1.25vw, 18px);
  line-height: 1.7222222222;
}
@media only screen and (min-width: 1500px) {
  #main .contents .mv-content-text01 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .mv-content-text01 {
    font-size: 16px;
  }
}
#main .contents .mv-content-sub {
  margin-top: clamp(24px, 3.1vw, 45px);
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: bold;
  color: white;
}
@media only screen and (min-width: 1500px) {
  #main .contents .mv-content-sub {
    font-size: 1.3vw;
    margin-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .mv-content-sub {
    font-size: 16px;
  }
}
#main .contents .mv-content-text02 {
  font-size: clamp(14px, 1.1vw, 16px);
  line-height: 1.625;
  color: white;
}
@media only screen and (min-width: 1500px) {
  #main .contents .mv-content-text02 {
    font-size: 1.1vw;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .mv-content-text02 {
    font-size: 14px;
  }
}
#main .contents .intro {
  background: #092E31;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 65px;
  padding: 65px 0 68px;
}
@media screen and (max-width: 767px) {
  #main .contents .intro {
    flex-direction: column-reverse;
    gap: 20px;
    padding: 75px 0 90px;
  }
}
#main .contents .intro::before {
  position: absolute;
  content: "";
  width: 459px;
  height: 187px;
  background: url(../img/icon-01.png) no-repeat center center;
  background-size: 100%;
  top: 35px;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}
@media screen and (max-width: 767px) {
  #main .contents .intro::before {
    background: url(../img/icon-01-sp.png) no-repeat center center;
    background-size: 100%;
    width: 202px;
    height: 107px;
    top: 650px;
  }
}
#main .contents .intro::after {
  position: absolute;
  content: "";
  width: 392px;
  height: 167px;
  background: url(../img/icon-02.png) no-repeat center center;
  background-size: 100%;
  bottom: 50px;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 767px) {
  #main .contents .intro::after {
    background: url(../img/icon-02-sp.png) no-repeat center center;
    background-size: 100%;
    width: 178px;
    height: 119px;
    bottom: initial;
    top: 350px;
  }
}
#main .contents .intro-left {
  position: relative;
  z-index: 1;
  color: white;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  #main .contents .intro-left {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
#main .contents .intro-text01 {
  font-size: 22px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  letter-spacing: 0.25em;
}
@media screen and (max-width: 767px) {
  #main .contents .intro-text01 {
    font-size: 18px;
  }
}
#main .contents .intro-text02 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #main .contents .intro-text02 {
    align-items: end;
  }
}
#main .contents .intro-text02 p:first-child {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.56em;
  width: max-content;
}
@media screen and (max-width: 767px) {
  #main .contents .intro-text02 p:first-child {
    font-size: 14px;
    transform: translateY(-10px);
  }
}
#main .contents .intro-text02 p:last-child {
  font-size: 39px;
  font-weight: bold;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.26em;
  width: max-content;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main .contents .intro-text02 p:last-child {
    font-size: 30px;
  }
}
#main .contents .intro-text03 {
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.18em;
  margin-right: 32px;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 767px) {
  #main .contents .intro-text03 {
    margin-right: 0;
    font-size: 16px;
  }
}
#main .contents .intro-right {
  width: 319px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .contents .intro-right {
    width: 260px;
    align-self: center;
  }
}
#main .contents .links {
  padding-top: 45px;
  padding-bottom: 50px;
}
#main .contents .links-list {
  display: flex;
  gap: 60px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #main .contents .links-list {
    flex-direction: column;
    max-width: 284px;
    margin-left: auto;
    margin-right: auto;
    gap: 20px;
  }
}
#main .contents .links-item:last-child .links-tag {
  transform: translateY(5px);
}
@media screen and (max-width: 767px) {
  #main .contents .links-item:last-child .links-tag {
    align-items: center;
    padding-left: 0;
  }
  #main .contents .links-item:last-child .links-tag .span-en {
    transform: translateX(0);
  }
}
#main .contents .links-item:last-child .links-tag::before {
  top: 0;
}
#main .contents .links-tag {
  color: #28395B;
  display: flex;
  flex-direction: column;
  padding-left: 30px;
  position: relative;
}
#main .contents .links-tag::before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: 5px;
  left: 0;
  background: url(../img/icon-03.png) no-repeat center center;
  background-size: 100%;
}
#main .contents .links-tag .span-ja {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}
#main .contents .links-tag .span-ja strong {
  font-size: 28px;
}
#main .contents .links-tag .span-en {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  letter-spacing: 0.3em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main .contents .links-tag .span-en {
    transform: translateX(-13px);
  }
}
#main .contents .chapter {
  position: sticky;
  top: 100px;
  margin-left: auto;
  right: 0px;
  opacity: 0.78;
  z-index: 0;
  mix-blend-mode: overlay;
}
#main .contents .chapter.chapter-event {
  width: 246px;
  height: 241px;
  opacity: 0.27;
}
@media screen and (max-width: 767px) {
  #main .contents .chapter.chapter-event {
    width: 121px;
    height: 118px;
  }
}
#main .contents .chapter.chapter-goods {
  width: 250px;
  height: 236px;
}
@media screen and (max-width: 767px) {
  #main .contents .chapter.chapter-goods {
    width: 122px;
    height: 116px;
  }
}
#main .contents .chapter.chapter-foods {
  width: 248px;
  height: 240px;
}
@media screen and (max-width: 767px) {
  #main .contents .chapter.chapter-foods {
    width: 122px;
    height: 117px;
  }
}
#main .contents .event {
  --clr-text: white;
  background: linear-gradient(to top, #126465, #136768, #24c7ca);
  padding: 100px 0 60px;
  color: var(--clr-text);
  border-radius: 50px 50px 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .contents .event {
    padding-top: 60px;
    padding-bottom: 30px;
  }
}
#main .contents .event-box {
  position: relative;
  z-index: 1;
  transform: translateY(-60px);
}
@media screen and (max-width: 767px) {
  #main .contents .event-box {
    transform: translateY(0);
    margin-top: 80px;
  }
}
#main .contents .event .common-ttl {
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 767px) {
  #main .contents .event .common-ttl {
    top: 46px;
    left: 35px;
  }
}
#main .contents .event .inner02 {
  position: relative;
}
#main .contents .event-common-ttl {
  font-size: 28px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .contents .event-common-ttl {
    font-size: 23.5px;
    text-align: left;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .event-common-ttl.editPl {
    padding-left: 0px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .event-common-ttl.spfont {
    font-size: 24px;
    padding-left: 0;
    text-align: center;
  }
}
#main .contents .event-common-times {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  #main .contents .event-common-times {
    text-align: left;
    font-size: 17px;
    padding-left: 15px;
  }
}
#main .contents .event-common-times span {
  font-size: 14px;
}
#main .contents .event-common-text {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .contents .event-common-text {
    text-align: left;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 10px;
  }
}
#main .contents .event-common-text span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #main .contents .event-common-text span {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .event-common-note {
    padding-left: 20px;
    text-align: left;
  }
}
#main .contents .event-common-note span {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #main .contents .event-common-note span {
    font-size: 14px;
  }
}
#main .contents .event-one {
  text-align: center;
}
#main .contents .event-one-img {
  width: 996px;
  height: 560px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  #main .contents .event-one-img {
    width: 304px;
    height: 171px;
  }
}
#main .contents .event-one-img iframe {
  width: 100%;
  height: 100%;
}
#main .contents .event-one .event-common-ttl {
  margin-top: 20px;
}
#main .contents .event-two {
  margin-top: 124px;
  display: flex;
  gap: 55px;
  align-items: end;
}
@media screen and (max-width: 767px) {
  #main .contents .event-two {
    flex-direction: column;
    margin-top: 100px;
    align-items: center;
    gap: 15px;
  }
}
#main .contents .event-two-img {
  display: flex;
  gap: 34px;
}
@media screen and (max-width: 767px) {
  #main .contents .event-two-img {
    gap: 15px;
  }
}
#main .contents .event-two-img-01, #main .contents .event-two-img-02 {
  width: 317px;
}
@media screen and (max-width: 767px) {
  #main .contents .event-two-img-01, #main .contents .event-two-img-02 {
    width: 146px;
  }
}
#main .contents .event-two-img-02 {
  margin-top: 65px;
}
#main .contents .event-two-content {
  max-width: 365px;
}
#main .contents .event-three {
  display: flex;
  gap: 44px;
  margin-top: 198px;
}
@media screen and (max-width: 767px) {
  #main .contents .event-three {
    margin-top: 60px;
    flex-direction: column;
    align-items: center;
  }
}
#main .contents .event-three-item {
  width: 378px;
}
@media screen and (max-width: 767px) {
  #main .contents .event-three-item {
    width: 100%;
    text-align: center;
  }
}
#main .contents .event-three-item.w385 {
  width: 385px;
}
@media screen and (max-width: 767px) {
  #main .contents .event-three-item.w385 {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .event-three-item img {
    width: 305px;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .event-three-item.text-left .event-common-ttl {
    text-align: left;
    padding-left: 10px;
    padding-right: 10px;
  }
}
#main .contents .event-three .event-common-ttl {
  margin-top: 20px;
}
#main .contents .event-three .event-common-text span {
  font-size: 16px;
  line-height: 1.5;
}
#main .contents .event-three .event-common-text span strong {
  color: white;
  font-weight: bold;
  border: 1px solid white;
  display: inline-block;
  font-size: 14px;
}
#main .contents .event-three .event-common-text span a {
  color: white;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 3px 6px;
}
#main .contents .event-four {
  margin-top: 70px;
}
#main .contents .event-four-01 {
  max-width: 1130px;
  height: 370px;
  border-radius: 50px;
  border: 1px solid white;
  padding: 31px 0px 37px 114px;
  display: flex;
  align-items: center;
  gap: 36px;
  background-color: #126465;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  #main .contents .event-four-01 {
    max-width: 100%;
    height: auto;
    padding: 20px 0;
    flex-direction: column-reverse;
  }
}
#main .contents .event-four-left {
  width: 300px;
  height: 301px;
}
@media screen and (max-width: 767px) {
  #main .contents .event-four-left {
    width: 200px;
    height: 200px;
  }
}
#main .contents .event-four-right h4 {
  font-family: "Bodoni Moda", serif;
  color: #FFFF00;
  letter-spacing: 0.3em;
  font-size: 38px;
}
@media screen and (max-width: 767px) {
  #main .contents .event-four-right h4 {
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .event-four .event-common-ttl {
    font-size: 22px;
    padding-left: 15px;
  }
}
#main .contents .event-four .event-common-text span {
  font-size: 16px;
  line-height: 1.5;
}
#main .contents .event-four .event-common-text span strong {
  color: white;
  font-weight: bold;
  border: 1px solid white;
  display: inline-block;
}
#main .contents .event-four .event-common-text span a {
  color: white;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 3px 6px;
}
@media screen and (max-width: 767px) {
  #main .contents .event-four .event-common-text span a {
    font-size: 14px;
  }
}
#main .contents .event-four-02 {
  max-width: 710px;
  margin-left: auto;
  margin-right: 0;
  border-radius: 50px;
  border: 1px solid white;
  padding: 60px 30px 27px 40px;
  display: flex;
  gap: 28px;
  align-items: center;
  transform: translateY(-45px);
  background-color: #126465;
}
@media screen and (max-width: 767px) {
  #main .contents .event-four-02 {
    max-width: 100%;
    flex-direction: column-reverse;
    padding: 60px 0 30px 0;
  }
}
#main .contents .event-four-02 .event-four-left {
  width: 107px;
  height: 109px;
}
#main .contents .sec-goods {
  background-color: #126465;
  position: relative;
}
#main .contents .sec-goods::before {
  content: "";
  position: absolute;
  background-color: #126465;
  top: -5px;
  left: 0;
  width: 100%;
  height: 10px;
}
#main .contents .sec-goods .common-ttl {
  position: absolute;
  top: 0px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .common-ttl {
    top: 50px;
  }
}
#main .contents .sec-goods .goods {
  --clr-text: #28395B;
  background: #EAEED2;
  border-radius: 50px 50px 0 0;
  padding: 100px 0 100px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods {
    padding: 85px 0 60px;
  }
}
#main .contents .sec-goods .goods .inner02 {
  position: relative;
}
#main .contents .sec-goods .goods-box {
  position: relative;
  z-index: 1;
  transform: translateY(-80px);
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-box {
    transform: translateY(0);
    margin-top: 70px;
  }
}
#main .contents .sec-goods .goods-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  color: var(--clr-text);
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-ttl {
    font-size: 24px;
    line-height: 1.6;
  }
}
#main .contents .sec-goods .goods-times {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-times {
    margin-left: 50px;
    font-size: 17px;
  }
}
#main .contents .sec-goods .goods-times strong {
  color: #1A1311;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #1A1311;
  display: inline-block;
}
#main .contents .sec-goods .goods-times a {
  color: #1A1311;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 3px 6px;
}
#main .contents .sec-goods .goods-group {
  margin-top: 18px;
}
#main .contents .sec-goods .goods-flex {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-flex {
    flex-direction: column;
    max-width: 312px;
    gap: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .contents .sec-goods .goods-flex span {
  font-size: 16px;
  color: #28395B;
  background-color: #D3DDDF;
  border-radius: 20px;
  height: max-content;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-flex span {
    max-width: max-content;
    font-size: 14px;
  }
}
#main .contents .sec-goods .goods-flex span a {
  color: #28395B;
  padding: 2px 12px;
  display: block;
}
#main .contents .sec-goods .goods-flex p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-flex p {
    font-size: 14px;
  }
}
#main .contents .sec-goods .goods-flex p strong {
  color: #1A1311;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #1A1311;
  display: inline-block;
}
#main .contents .sec-goods .goods-flex p a {
  color: #1A1311;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 3px 6px;
}
#main .contents .sec-goods .goods-one {
  display: flex;
  max-width: 1156px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-one {
    flex-direction: column;
  }
}
#main .contents .sec-goods .goods-one-left {
  width: 686px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-one-left {
    max-width: 100%;
    padding-left: 20px;
  }
}
#main .contents .sec-goods .goods-one-right {
  padding-left: 29px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-one-right {
    padding-left: 12px;
    margin-top: 8px;
  }
}
#main .contents .sec-goods .goods-one-text01 {
  font-size: 18px;
  font-weight: 500;
  width: 365px;
  margin-bottom: 16px;
  line-height: 1.7222222222;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-one-text01 {
    width: 327px;
    font-size: 16px;
  }
}
#main .contents .sec-goods .goods-one-text02 {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-one-text02 {
    font-size: 16px;
  }
}
#main .contents .sec-goods .goods-one-text03 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}
#main .contents .sec-goods .goods-one-text03 .span-online {
  font-size: 14px;
  color: #28395B;
  background-color: #D3DDDF;
  border-radius: 20px;
  display: inline-block;
  line-height: 1.5;
}
#main .contents .sec-goods .goods-one-text03 .span-online a:link {
  color: #28395B;
  padding: 0px 10px;
}
#main .contents .sec-goods .goods-one-text03 .span-online a:visited {
  color: #28395B;
}
#main .contents .sec-goods .goods-one-text03 .span-note {
  font-size: 14px;
}
#main .contents .sec-goods .goods-one-abs {
  width: 463px;
  margin-top: 30px;
  transform: translateX(-60px);
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-one-abs {
    display: none;
  }
}
#main .contents .sec-goods .goods-one.rev {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-one.rev {
    flex-direction: column;
  }
}
#main .contents .sec-goods .goods-one.goods-two {
  justify-content: end;
  max-width: 100%;
  margin-top: 90px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-one.goods-two {
    margin-top: 60px;
  }
}
#main .contents .sec-goods .goods-one.goods-two .goods-one-left {
  max-width: 613px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-one.goods-two .goods-one-left {
    max-width: 100%;
  }
}
#main .contents .sec-goods .goods-one.goods-two .goods-one-right {
  padding-left: 0;
  padding-right: 29px;
  padding-top: 34px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-one.goods-two .goods-one-right {
    padding-right: 0;
    padding-top: 8px;
    padding-left: 12px;
  }
}
#main .contents .sec-goods .goods-one.goods-two .goods-one-abs {
  width: 384px;
  margin-left: auto;
  transform: translateX(60px);
  margin-top: 60px;
}
#main .contents .sec-goods .goods-one.goods-two .goods-one-text01 {
  width: 438px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-one.goods-two .goods-one-text01 {
    width: 100%;
  }
}
#main .contents .sec-goods .goods-one.goods-two .goods-two-only {
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-one.goods-two .goods-two-only {
    margin-right: 0;
  }
}
#main .contents .sec-goods .goods-three {
  display: flex;
  justify-content: center;
  gap: 126px;
  margin-top: 145px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-three {
    gap: 30px;
    flex-direction: column;
    margin-top: 60px;
  }
}
#main .contents .sec-goods .goods-three-item {
  width: 437px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-three-item {
    width: 100%;
  }
}
#main .contents .sec-goods .goods-three-item figure img {
  width: 390px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-three-item figure img {
    width: 305px;
  }
}
#main .contents .sec-goods .goods-three-item figure figcaption {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7222222222;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-three-item figure figcaption {
    font-size: 16px;
  }
}
#main .contents .sec-goods .goods-three-item figure figcaption strong {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-three-item figure figcaption strong {
    font-size: 16px;
  }
}
#main .contents .sec-goods .goods-three-item figure figcaption .span-detail {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-three-item figure figcaption .span-detail {
    font-size: 16px;
  }
}
#main .contents .sec-goods .goods-three-item figure figcaption .span-note {
  font-size: 14px;
}
#main .contents .sec-goods .goods-three.goods-four {
  gap: 47px;
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-three.goods-four {
    margin-top: 60px;
  }
}
#main .contents .sec-goods .goods-three.goods-four .goods-three-item {
  width: 517px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-three.goods-four .goods-three-item {
    width: 100%;
  }
}
#main .contents .sec-goods .goods-three.goods-four .goods-three-item figure img {
  width: 517px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-three.goods-four .goods-three-item figure img {
    width: 305px;
  }
}
#main .contents .sec-goods .goods-three.goods-four .goods-three-item figure figcaption {
  max-width: 437px;
}
#main .contents .sec-goods .goods-three.goods-four .goods-three-item figure figcaption .span-online {
  font-size: 14px;
  color: #28395B;
  background-color: #D3DDDF;
  border-radius: 20px;
  display: inline-block;
}
#main .contents .sec-goods .goods-three.goods-four .goods-three-item figure figcaption .span-online a:link {
  color: #28395B;
  padding: 0px 10px;
}
#main .contents .sec-goods .goods-three.goods-four .goods-three-item figure figcaption .span-online a:visited {
  color: #28395B;
}
#main .contents .sec-goods .goods-three.goods-five {
  gap: 46px;
  margin-top: 95px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-three.goods-five {
    margin-top: 60px;
  }
}
#main .contents .sec-goods .goods-three.goods-five .goods-three-item {
  width: 378px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-three.goods-five .goods-three-item {
    width: 100%;
  }
}
#main .contents .sec-goods .goods-three.goods-five .goods-three-item figure img {
  width: 517px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-three.goods-five .goods-three-item figure img {
    width: 305px;
  }
}
#main .contents .sec-goods .goods-three.goods-five .goods-three-item figure figcaption {
  max-width: 437px;
}
#main .contents .sec-goods .goods-three.goods-five .goods-three-item figure figcaption .span-online {
  font-size: 14px;
  color: #28395B;
  background-color: #D3DDDF;
  border-radius: 20px;
  display: inline-block;
}
#main .contents .sec-goods .goods-three.goods-five .goods-three-item figure figcaption .span-online a:link {
  color: #28395B;
  padding: 0px 10px;
}
#main .contents .sec-goods .goods-three.goods-five .goods-three-item figure figcaption .span-online a:visited {
  color: #28395B;
}
#main .contents .sec-goods .goods-3f {
  --clr-text: #BC69B9;
  background-color: #FFF0F8;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-3f {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
#main .contents .sec-goods .goods-3f .goods-group {
  margin-top: 38px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-3f .goods-group {
    margin-top: 15px;
  }
}
#main .contents .sec-goods .goods-3f-flex {
  display: flex;
  gap: 30px;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-3f-flex {
    flex-direction: column;
    margin-top: 30px;
  }
}
#main .contents .sec-goods .goods-3f-text01 {
  font-size: 18px;
  font-weight: 500;
  width: 378px;
  margin-bottom: 16px;
  line-height: 1.7222222222;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-3f-text01 {
    font-size: 16px;
    width: 100%;
  }
}
#main .contents .sec-goods .goods-3f-right {
  padding-top: 20px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-3f-right {
    padding-top: 0;
    max-width: 327px;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .contents .sec-goods .goods-3f-text02 {
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-goods .goods-3f-text02 {
    font-size: 16px;
  }
}
#main .contents .sec-goods .goods-3f-text03 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.625;
}
#main .contents .sec-goods .goods-3f-text03 .span-online {
  font-size: 14px;
  color: #28395B;
  background-color: #D3DDDF;
  border-radius: 20px;
  padding: 0 10px;
  display: inline-block;
}
#main .contents .sec-goods .goods-3f-text03 .span-note {
  font-size: 14px;
}
#main .contents .sec-goods .goods-3f.goods-6f {
  --clr-text: #28395B;
  background: #D3DDDF;
}
#main .contents .sec-foods {
  background: #D3DDDF;
}
#main .contents .foods {
  --clr-text: #28395B;
  background-color: #EAEED2;
  border-radius: 50px 50px 0 0;
  padding: 100px 0 100px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods {
    padding: 60px 0 60px;
  }
}
#main .contents .foods .inner02 {
  position: relative;
}
#main .contents .foods .common-ttl {
  position: absolute;
  top: 0px;
}
#main .contents .foods-box {
  position: relative;
  z-index: 1;
  transform: translateY(-80px);
}
@media screen and (max-width: 767px) {
  #main .contents .foods-box {
    transform: translateY(0);
    padding-top: 10px;
  }
}
#main .contents .foods-ttl {
  font-family: "Noto Serif JP", serif;
  font-size: 40px;
  font-weight: 500;
  color: var(--clr-text);
}
@media screen and (max-width: 767px) {
  #main .contents .foods-ttl {
    font-size: 24px;
  }
}
#main .contents .foods-times {
  font-size: 18px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .contents .foods-times {
    font-size: 17px;
    margin-left: 12px;
  }
}
#main .contents .foods-times strong {
  color: #126465;
  font-weight: bold;
}
#main .contents .foods-times a {
  color: #126465;
  font-weight: bold;
}
#main .contents .foods-times a:link {
  text-decoration: underline;
}
#main .contents .foods-group {
  margin-top: 12px;
}
#main .contents .foods-flex {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods-flex {
    flex-direction: column;
    gap: 0;
    margin-left: 12px;
  }
}
#main .contents .foods-flex span {
  font-size: 16px;
  color: #28395B;
  background-color: #D3DDDF;
  border-radius: 20px;
  height: max-content;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .contents .foods-flex span {
    width: max-content;
    font-size: 14px;
  }
}
#main .contents .foods-flex span a {
  color: #28395B;
  padding: 2px 12px;
  display: block;
}
#main .contents .foods-flex p {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .contents .foods-flex p {
    font-size: 14px;
  }
}
#main .contents .foods-flex p strong {
  color: #1A1311;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #1A1311;
  display: inline-block;
}
#main .contents .foods-flex p a {
  color: #1A1311;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 3px 6px;
}
#main .contents .foods-one {
  display: flex;
  justify-content: center;
  gap: 48px;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods-one {
    margin-top: 30px;
    flex-direction: column;
    gap: 30px;
  }
}
#main .contents .foods-one-item {
  width: 378px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods-one-item {
    width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .contents .foods-one-item figure img {
  width: 378px;
  margin: 0 auto;
  display: block;
}
@media screen and (max-width: 767px) {
  #main .contents .foods-one-item figure img {
    width: 283px;
  }
}
#main .contents .foods-one-item figure figcaption {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7222222222;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods-one-item figure figcaption {
    font-size: 16px;
  }
}
#main .contents .foods-one-item figure figcaption strong {
  font-size: 20px;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods-one-item figure figcaption strong {
    font-size: 16px;
  }
}
#main .contents .foods-one-item figure figcaption .span-detail {
  font-size: 16px;
  line-height: 1.625;
}
#main .contents .foods-one-item figure figcaption .span-note {
  font-size: 14px;
}
#main .contents .foods-one-item figure figcaption .span-online {
  font-size: 14px;
  color: #28395B;
  background-color: #D3DDDF;
  border-radius: 20px;
  display: inline-block;
}
#main .contents .foods-one-item figure figcaption .span-online a:link {
  color: #28395B;
  padding: 0px 10px;
}
#main .contents .foods-one-item figure figcaption .span-online a:visited {
  color: #28395B;
}
#main .contents .foods-one-item.item-center {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods-one-item.item-center {
    padding-top: 0;
  }
}
#main .contents .foods.foods02 {
  background-color: white;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .common-address {
    gap: 9px;
  }
}
#main .contents .foods.foods02 .booking {
  max-width: 1000px;
  border: 1px solid #28395B;
  border-radius: 30px;
  padding: 43px 0;
  margin-left: auto;
  margin-right: 0;
  margin-top: 60px;
  gap: 10px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking {
    max-width: 100%;
    flex-direction: column;
    padding: 20px;
    border-radius: 20px;
  }
}
#main .contents .foods.foods02 .booking-left {
  max-width: 410px;
}
#main .contents .foods.foods02 .booking-left h5 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4285714286;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking-left h5 {
    font-size: 22px;
  }
}
#main .contents .foods.foods02 .booking-left p {
  font-size: 18px;
  line-height: 1.5555555556;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking-left p {
    font-size: 16px;
  }
}
#main .contents .foods.foods02 .booking-left p .booking-edit {
  margin-top: 5px;
  display: block;
}
#main .contents .foods.foods02 .booking-left p .booking-note {
  font-size: 16px;
  line-height: 1.625;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking-left p .booking-note {
    font-size: 14px;
  }
}
#main .contents .foods.foods02 .booking-left p .booking-note strong {
  color: #1A1311;
  font-weight: bold;
  font-size: 14px;
  border: 1px solid #1A1311;
  display: inline-block;
}
#main .contents .foods.foods02 .booking-left p .booking-note a {
  color: #1A1311;
  font-weight: bold;
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 3px 6px;
}
#main .contents .foods.foods02 .booking-right {
  width: 306px;
}
#main .contents .foods.foods02 .booking02 {
  width: 1000px;
  height: 199px;
  border-radius: 30px;
  border: 1px solid #28395B;
  padding: 25px 85px;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking02 {
    width: 100%;
    height: auto;
    padding: 20px;
    margin-top: 60px;
    border-radius: 20px;
  }
}
#main .contents .foods.foods02 .booking02 h5 {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking02 h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }
}
#main .contents .foods.foods02 .booking02 h5 strong {
  font-size: 28px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking02 h5 strong {
    font-size: 20px;
  }
}
#main .contents .foods.foods02 .booking02-flex {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 5px 15px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking02-flex {
    display: block;
  }
}
#main .contents .foods.foods02 .booking02 .p01 {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking02 .p01 {
    font-size: 14px;
  }
}
#main .contents .foods.foods02 .booking02 .p01 .span01 {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking02 .p01 .span01 {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking02 .p01.mt12 {
    margin-top: 12px;
  }
}
#main .contents .foods.foods02 .booking02 .p02 {
  font-weight: 500;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking02 .p02 {
    font-size: 16px;
  }
}
#main .contents .foods.foods02 .booking02 .p02 .span02 {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking02 .p02 .span02 {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .foods.foods02 .booking02 .p02.lineEdit {
    line-height: 1.4;
  }
}
#main .contents .foods03 {
  --clr-text: #28395B;
  background-color: #EAEED2;
  border-radius: 50px 50px 0 0;
  padding: 100px 0 150px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03 {
    padding: 70px 0 20px;
  }
}
#main .contents .foods03 .foods-group {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03 .foods-group {
    margin-top: 15px;
  }
}
#main .contents .foods03-grid {
  display: grid;
  grid-template-columns: repeat(2, 589px);
  column-gap: 50px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03-grid {
    display: block;
    margin-top: 35px;
  }
}
#main .contents .foods03-item {
  position: relative;
}
#main .contents .foods03-item.firstEdit {
  margin-bottom: 232px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03-item.firstEdit {
    margin-bottom: 50px;
  }
}
#main .contents .foods03-item.threeEdit {
  margin-bottom: 195px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03-item.threeEdit {
    margin-bottom: 50px;
  }
}
#main .contents .foods03-item.threeEdit .foods03-content {
  height: 302px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03-item.threeEdit .foods03-content {
    height: auto;
  }
}
#main .contents .foods03-item.fourEdit {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03-item.fourEdit {
    margin-bottom: 50px;
  }
}
#main .contents .foods03-item.fourEdit .foods03-content {
  height: 331px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03-item.fourEdit .foods03-content {
    height: auto;
  }
}
#main .contents .foods03-img {
  width: 378px;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03-img {
    width: 283px;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .contents .foods03-content {
  width: 439px;
  height: 341px;
  background-color: white;
  position: absolute;
  padding: 20px;
  left: 150px;
  top: 200px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03-content {
    width: 324px;
    position: initial;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    transform: translateY(-20px);
    padding-top: 35px;
  }
}
#main .contents .foods03-content-text01 {
  padding-left: 228px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7222222222;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03-content-text01 {
    padding-left: 0;
    font-size: 16px;
  }
}
#main .contents .foods03-content-text02 {
  position: absolute;
  top: 185px;
  left: 20px;
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03-content-text02 {
    position: initial;
  }
}
#main .contents .foods03-content-text02 strong {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  #main .contents .foods03-content-text02 strong {
    font-size: 16px;
  }
}
#main .contents .foods04 {
  --clr-text: #28395B;
  background: rgba(234, 238, 210, 0.4);
  padding: 60px 0 80px;
}
#main .contents .foods04 .foods-group {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods04 .foods-group {
    margin-top: 15px;
  }
}
#main .contents .foods04 .foods-text {
  font-size: 18px;
  line-height: 1.7222222222;
  font-weight: 500;
  margin-top: 15px;
  max-width: 810px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods04 .foods-text {
    font-size: 16px;
    max-width: 285px;
    margin-left: auto;
    margin-right: auto;
  }
}
#main .contents .foods04 .foods-text span {
  font-size: 14px;
}
#main .contents .foods04-flex {
  display: flex;
  justify-content: center;
  gap: 37px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods04-flex {
    display: none;
  }
}
#main .contents .foods04-item {
  width: 291px;
}
#main .contents .foods04-item.item-center {
  padding-top: 80px;
}
@media screen and (max-width: 767px) {
  #main .contents .foods04 .swiper {
    width: 291px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #main .contents .foods04 .swiper-wrapper {
    height: 315px;
  }
}
#main .contents .sec-store {
  padding: 65px 0 95px;
  background: linear-gradient(to top, #126465, #24C7CA);
}
#main .contents .sec-store .store h4 {
  font-size: 45px;
  font-weight: 100;
  font-family: "Roboto", sans-serif;
  margin-bottom: 15px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-store .store h4 {
    font-size: 42px;
  }
}
#main .contents .sec-store .store-banner {
  width: 659px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-store .store-banner {
    width: 305px;
    margin-bottom: 36px;
  }
}
#main .contents .sec-store .store-banner02 {
  display: flex;
  justify-content: center;
  gap: 83px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-store .store-banner02 {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
}
#main .contents .sec-store .store-banner02 a {
  width: 380px;
}
@media screen and (max-width: 767px) {
  #main .contents .sec-store .store-banner02 a {
    width: 269px;
  }
}
#main .contents .ft-logo {
  margin: 60px auto;
  max-width: 622px;
}
@media screen and (max-width: 767px) {
  #main .contents .ft-logo {
    margin: 30px auto;
    max-width: 273px;
  }
}/*# sourceMappingURL=style.css.map */