#oozekichika {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #333;
  line-height: 1.8;
  background: #fff;
  overflow-x: hidden;
}
#oozekichika p {
  font-family: "Noto Sans JP", sans-serif;
}
#oozekichika img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

#oozekichika a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s ease;
}
#oozekichika a:hover {
  opacity: 0.7;
}

#oozekichika ul {
  list-style: none;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#mv {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 61.33%;
}
@media screen and (max-width: 768px) {
  #mv {
    padding-top: 61.33%;
  }
}
#mv .mv-slider {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#mv .mv-slider .mv-slide {
  height: 100%;
}
#mv .mv-slider .mv-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#mv .mv-slider .slick-dots {
  bottom: 5% !important;
}
#mv .mv-slider .slick-prev,
#mv .mv-slider .slick-next {
  display: none !important;
}
#mv .mv-foreground {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}
#mv .mv-foreground img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

#index {
  background: #fff;
  padding: 80px 0;
  position: static;
  border: none;
}
#index .index-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}
#index .index-inner .index-title {
  font-family: "Noto Sans JP", sans-serif;
  color: #17B5C1;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 40px;
  text-transform: lowercase;
  text-align: center;
}
#index .index-inner ul {
  max-width: 600px;
  margin: 0 auto;
  border-top: 2px dotted #17B5C1;
}
#index .index-inner ul li {
  border-bottom: 2px dotted #17B5C1;
  text-align: center;
}
#index .index-inner ul li a {
  display: block;
  padding: 18px 0;
  color: #17B5C1;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
  background: url(../img/icon-arrow.svg) no-repeat 98% center;
}
#index .index-inner ul li a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  #index {
    padding: 60px 0;
  }
  #index .index-inner .index-title {
    font-size: 32px;
    margin-bottom: 30px;
  }
  #index .index-inner ul {
    max-width: 90%;
  }
  #index .index-inner ul li a {
    padding: 15px 0;
    font-size: 16px;
    background-size: 20px auto;
  }
}

#intro {
  background: #EDEAE1;
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #intro {
    padding: 60px 0;
  }
}
#intro .inner {
  text-align: center;
  max-width: 800px;
}
#intro .intro-image {
  margin-bottom: 40px;
}
#intro .intro-image img {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #intro .intro-image img {
    max-width: 90%;
  }
}
#intro .intro-text p {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
#intro .intro-text p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  #intro .intro-text p {
    font-size: 14px;
  }
}

#about {
  background: #FCDFDA;
  padding: 120px 0 calc(100px + 18.2vw);
  position: relative;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 60px 0 calc(40px + 18.2vw);
  }
}
#about .inner {
  max-width: 1200px;
}
#about .about-lead-top {
  text-align: center;
  margin-bottom: 60px;
}
#about .about-lead-top img {
  max-width: 800px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #about .about-lead-top img {
    max-width: 100%;
  }
}
#about .about-main-title {
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: -50px;
}
@media screen and (max-width: 768px) {
  #about .about-main-title {
    margin-bottom: -30px;
  }
}
#about .about-main-title img {
  max-width: 500px;
  width: 100%;
}
#about .about-content-white {
  background: #fff;
  padding: 100px 60px 80px;
  border-radius: 0;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.08);
}
@media screen and (max-width: 768px) {
  #about .about-content-white {
    padding: 80px 20px 40px;
  }
}
#about .about-content .about-section {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #about .about-content .about-section {
    flex-direction: column;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 40px;
  }
}
#about .about-content .about-section .section-photo {
  flex: 1;
}
#about .about-content .about-section .section-photo img {
  width: 100%;
  border-radius: 0;
}
#about .about-content .about-section .section-photo .photo-caption {
  font-size: 11px;
  color: #666;
  margin-top: 10px;
  text-align: left;
}
#about .about-content .about-section .section-text {
  flex: 1;
}
#about .about-content .about-section .section-text p {
  font-size: 16px;
  line-height: 2;
  text-align: justify;
  color: #333;
}
@media screen and (max-width: 768px) {
  #about .about-content .about-section .section-text p {
    font-size: 14px;
  }
}
#about .about-content .section-life .section-photo {
  flex: 1.3;
}
#about .about-content .section-life .section-text {
  flex: 1;
}
#about .about-content .section-achievements .section-photo {
  flex: 1;
}
#about .about-content .section-achievements .section-photo img {
  width: 100%;
}
#about .about-content .about-numbered-items {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 60px;
}
@media screen and (max-width: 768px) {
  #about .about-content .about-numbered-items {
    margin-top: 40px;
    gap: 40px;
  }
}
#about .about-content .about-numbered-items .item .item-head {
  margin-bottom: 20px;
}
#about .about-content .about-numbered-items .item .item-head img {
  height: auto;
}
#about .about-content .about-numbered-items .item .item-body p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #about .about-content .about-numbered-items .item .item-body p {
    font-size: 14px;
  }
}

#timeline {
  background: #D0DFC1;
  position: relative;
  overflow: visible;
}
#timeline .bg-cloud-top,
#timeline .bg-cloud-bottom {
  position: absolute;
  left: 0;
  width: 100%;
  line-height: 0;
  pointer-events: none;
  z-index: 10;
}
#timeline .bg-cloud-top img,
#timeline .bg-cloud-bottom img {
  width: 100%;
  display: block;
}
#timeline .bg-cloud-top {
  top: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  #timeline .bg-cloud-top {
    transform: translateY(-50%);
  }
}
#timeline .bg-cloud-bottom {
  bottom: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  #timeline .bg-cloud-bottom {
    transform: translateY(50%);
  }
}
#timeline .timeline-inner {
  padding: 18.2vw 0 18.2vw;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-inner {
    padding: 18.2vw 0 18.2vw;
  }
}
#timeline .timeline-label-wrap {
  text-align: center;
  position: relative;
  z-index: 10;
  margin-bottom: -50px;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-label-wrap {
    margin-bottom: -30px;
  }
}
#timeline .timeline-label-wrap .timeline-label img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
#timeline .timeline-white-box {
  background: #fff;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 60px 80px;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 1;
}
#timeline .timeline-white-box .timeline-note {
  font-size: 14px;
  color: #333;
  position: absolute;
  top: 30px;
  right: 60px;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-white-box .timeline-note {
    position: static;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  #timeline .timeline-white-box {
    padding: 60px 20px 40px;
  }
}
#timeline .timeline-list {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
}
#timeline .timeline-list::before {
  content: "";
  position: absolute;
  top: 66px;
  bottom: 0;
  left: 50%;
  width: 30px;
  transform: translateX(-50%);
  background: #d6e4c5;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list::before {
    left: 30px;
    top: 50px;
    width: 15px;
  }
}
#timeline .timeline-list .timeline-item {
  position: relative;
  width: 50%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list .timeline-item {
    width: 100%;
    padding-left: 70px;
    padding-right: 20px;
    margin-bottom: 30px;
  }
}
#timeline .timeline-list .timeline-item:last-child::after {
  content: "";
  position: absolute;
  width: 32px;
  background: #fff;
  z-index: 5;
  top: 46px;
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list .timeline-item:last-child::after {
    top: 30px;
    bottom: -50px;
    left: 30px !important;
    right: auto !important;
    transform: translateX(-50%) !important;
    width: 17px;
  }
}
#timeline .timeline-list .timeline-item.right:last-child::after {
  left: 0;
  transform: translateX(-50%);
}
#timeline .timeline-list .timeline-item.left:last-child::after {
  right: 0;
  transform: translateX(50%);
}
#timeline .timeline-list .timeline-item .age-circle {
  position: absolute;
  top: 0;
  width: 132px;
  height: 132px;
  background: #996c1b;
  border: none;
  border-radius: 50%;
  color: #fff;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  z-index: 20;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}
#timeline .timeline-list .timeline-item .age-circle span {
  font-size: 20px;
  margin-left: 2px;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list .timeline-item .age-circle {
    left: 0 !important;
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
  #timeline .timeline-list .timeline-item .age-circle span {
    font-size: 12px;
  }
}
#timeline .timeline-list .timeline-item.first .age-circle {
  background: #61A265;
}
#timeline .timeline-list .timeline-item .timeline-box {
  position: relative;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list .timeline-item .timeline-box {
    padding-top: 0;
  }
}
#timeline .timeline-list .timeline-item .timeline-box .box-head {
  display: inline-flex;
  align-items: baseline;
  gap: 15px;
  margin-bottom: 20px;
  position: relative;
  border-bottom: 2px solid #996c1b;
  padding-bottom: 5px;
}
#timeline .timeline-list .timeline-item .timeline-box .box-head::before {
  content: "";
  position: absolute;
  bottom: -2px;
  width: 120px;
  height: 2px;
  background: #996c1b;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list .timeline-item .timeline-box .box-head::before {
    display: block;
    width: 40px;
    left: -40px !important;
    right: auto !important;
  }
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list .timeline-item .timeline-box .box-head {
    margin-top: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
  }
}
#timeline .timeline-list .timeline-item .timeline-box .box-head .era {
  color: #996c1b;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list .timeline-item .timeline-box .box-head .era {
    font-size: 20px;
  }
}
#timeline .timeline-list .timeline-item .timeline-box .box-head .year {
  color: #678D68;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list .timeline-item .timeline-box .box-head .year {
    font-size: 16px;
  }
}
#timeline .timeline-list .timeline-item .timeline-box .box-body p {
  font-size: 16px;
  line-height: 2;
  color: #333;
  text-align: justify;
}
#timeline .timeline-list .timeline-item.right {
  left: 50%;
  padding-left: 120px;
}
#timeline .timeline-list .timeline-item.right .age-circle {
  left: -66px;
  top: -20px;
}
#timeline .timeline-list .timeline-item.right .box-head::before {
  left: -120px;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list .timeline-item.right {
    left: 0;
    padding-left: 70px;
  }
  #timeline .timeline-list .timeline-item.right .age-circle {
    left: 0;
    top: 0;
  }
}
#timeline .timeline-list .timeline-item.left {
  left: 0;
  padding-right: 120px;
}
#timeline .timeline-list .timeline-item.left .age-circle {
  right: -66px;
  top: -20px;
}
#timeline .timeline-list .timeline-item.left .timeline-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#timeline .timeline-list .timeline-item.left .timeline-box .box-head::before {
  right: -120px;
}
#timeline .timeline-list .timeline-item.left .box-body p {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list .timeline-item.left .box-body p {
    text-align: justify;
  }
}
@media screen and (max-width: 768px) {
  #timeline .timeline-list .timeline-item.left {
    padding-right: 20px;
    padding-left: 70px;
    text-align: left;
  }
  #timeline .timeline-list .timeline-item.left .age-circle {
    left: 0;
    top: 0;
    right: auto;
  }
  #timeline .timeline-list .timeline-item.left .timeline-box {
    align-items: flex-start;
  }
  #timeline .timeline-list .timeline-item.left .box-head::before {
    right: auto;
    left: -40px;
  }
  #timeline .timeline-list .timeline-item.left .box-body p {
    text-align: justify;
  }
}

#spot #map {
  background: #E1EDED;
  padding: calc(60px + 18.2vw) 0 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #spot #map {
    padding: calc(40px + 18.2vw) 0 0;
  }
}
#spot #map .map-title {
  margin-bottom: 40px;
}
#spot #map .map-title img {
  max-width: 400px;
}
@media screen and (max-width: 768px) {
  #spot #map .map-title img {
    max-width: 60%;
  }
}
#spot #map .map-image img {
  max-width: 1000px;
  width: 100%;
  border-radius: 8px;
}
#spot .area-nav {
  max-width: 660px;
  margin: 0 auto;
}
#spot .area-nav .inner {
  background: #fff;
}
#spot .area-nav ul {
  display: flex;
  justify-content: center;
  gap: 0;
}
#spot .area-nav ul li {
  flex: 1;
  text-align: center;
  border-right: 1px solid #ddd;
}
#spot .area-nav ul li:last-child {
  border-right: none;
}
#spot .area-nav ul li a {
  display: block;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  transition: opacity 0.3s;
}
@media screen and (max-width: 768px) {
  #spot .area-nav ul li a {
    font-size: 14px;
    padding: 8px 10px;
  }
}
#spot .area-nav ul li a:hover {
  opacity: 0.6;
}
#spot .area-nav ul li a.area-nav-ohtawara {
  color: #229751;
}
#spot .area-nav ul li a.area-nav-nasushiobara {
  color: #227BBC;
}
#spot .area-nav ul li a.area-nav-nasu {
  color: #CC7A3A;
}
#spot .area-section {
  position: relative;
  overflow: hidden;
  padding: 60px 0 0;
}
@media screen and (max-width: 768px) {
  #spot .area-section {
    padding: 40px 0 0;
  }
}
#spot .area-section .area-title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #spot .area-section .area-title {
    margin-bottom: 30px;
  }
}
#spot .area-section .area-title img {
  max-width: 600px;
  width: 90%;
}
#spot .area-section .area-spots {
  padding-bottom: 60px;
}
@media screen and (max-width: 768px) {
  #spot .area-section .area-spots {
    padding-bottom: 40px;
  }
}
#spot .area-section .area-spots ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
}
@media screen and (max-width: 768px) {
  #spot .area-section .area-spots ul {
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
#spot .area-section .area-spots ul li {
  display: flex;
  flex-direction: column;
}
#spot .area-section .area-spots ul li.spot-single {
  grid-column: 1/-1;
  max-width: calc(50% - 30px);
  margin: 0;
}
@media screen and (max-width: 768px) {
  #spot .area-section .area-spots ul li.spot-single {
    max-width: 100%;
  }
}
#spot .area-section .area-spots ul li .spot-img {
  line-height: 0;
  text-align: center;
}
#spot .area-section .area-spots ul li .spot-img img {
  max-width: 100%;
  height: auto;
}
#spot .area-section .area-spots ul li .spot-body {
  padding: 20px 0 0;
}
#spot .area-section .area-spots ul li .spot-body .spot-name {
  margin-bottom: 14px;
  text-align: center;
}
#spot .area-section .area-spots ul li .spot-body .spot-name img {
  max-width: 100%;
  height: auto;
  max-height: 60px;
}
#spot .area-section .area-spots ul li .spot-body .spot-text {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
  margin-bottom: 12px;
}
#spot .area-section .area-spots ul li .spot-body .spot-tel,
#spot .area-section .area-spots ul li .spot-body .spot-address {
  font-size: 14px;
  line-height: 1.8;
}
#spot .area-section .area-spots ul li .spot-body .spot-link {
  display: inline-block;
  margin-top: 14px;
  padding: 8px 24px;
  border-radius: 18px;
  font-size: 16px;
  color: #333;
  background: #fff;
  transition: all 0.3s;
}
#spot .area-section .area-spots ul li .spot-body .spot-link:hover {
  opacity: 1;
  background: #333;
  color: #fff;
}
#spot .area-section .area-spots ul li .spot-body .spot-link span {
  margin-left: 4px;
}
#spot #ohtawara .spot-tel,
#spot #ohtawara .spot-address {
  color: #229751;
}
#spot #ohtawara {
  background-color: #B3D9BA;
  background-image: url("../img/area-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
#spot #nasushiobara .spot-tel,
#spot #nasushiobara .spot-address {
  color: #227BBC;
}
#spot #nasushiobara {
  background-color: #BAD2DD;
  background-image: url("../img/area-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
#spot #nasu .spot-tel,
#spot #nasu .spot-address {
  color: #CC7A3A;
}
#spot #nasu {
  background-color: #E4D2BF;
  background-image: url("../img/area-bg.png");
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

#modelcourse {
  padding: 80px 0;
  background: #fff;
  position: relative;
}
#modelcourse .bg-cloud-top,
#modelcourse .bg-cloud-bottom {
  width: 100%;
  overflow: hidden;
  line-height: 0;
}
#modelcourse .bg-cloud-top img,
#modelcourse .bg-cloud-bottom img {
  width: 100%;
}
#modelcourse .bg-cloud-top {
  background: #E4D2BF;
}
#modelcourse .bg-cloud-bottom {
  background: transparent;
  position: relative;
  z-index: 10;
  margin-bottom: -100px;
  pointer-events: none;
}
#modelcourse .bg-cloud-bottom img {
  transform: rotate(180deg);
}
#modelcourse .modelcourse-wrap {
  background: #fff;
  padding: 60px 0 0;
}
#modelcourse .modelcourse-title {
  text-align: center;
  padding: 60px 20px 40px;
  background: #fff;
}
#modelcourse .modelcourse-title img {
  max-width: 800px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  #modelcourse .modelcourse-title img {
    max-width: 90%;
  }
}
#modelcourse .modelcourse-cols {
  display: flex;
  align-items: stretch;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #modelcourse .modelcourse-cols {
    flex-direction: column;
  }
}
#modelcourse .mc-col {
  flex: 1;
  min-width: 0;
  padding: 0 5px;
}
#modelcourse .mc-col img {
  width: 100%;
  display: block;
}
#modelcourse .mc-col a:hover {
  opacity: 1;
}

#gourmet {
  background-image: url("../img/gourmet-bg.png");
  background-repeat: repeat;
  background-size: 400px;
  background-color: #E1EDED;
  padding-top: 140px;
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  #gourmet {
    background-size: 200px;
    padding-top: 80px;
  }
}
#gourmet .gourmet-title {
  text-align: center;
  margin-bottom: -70px;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  #gourmet .gourmet-title {
    margin-bottom: -40px;
  }
}
#gourmet .gourmet-title img {
  max-width: 600px;
}
@media screen and (max-width: 768px) {
  #gourmet .gourmet-title img {
    max-width: 85%;
  }
}
#gourmet .gourmet-lead {
  background: #EDEAE1;
  max-width: 1000px;
  margin: 0 auto 60px;
  padding: 100px 0 50px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#gourmet .gourmet-lead p {
  max-width: 800px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
  color: #333;
  text-align: justify;
}
@media screen and (max-width: 768px) {
  #gourmet .gourmet-lead {
    padding: 60px 0 30px;
    margin-bottom: 40px;
  }
  #gourmet .gourmet-lead p {
    width: 90%;
  }
}
#gourmet .gourmet-content {
  padding: 0 0 100px;
}
@media screen and (max-width: 768px) {
  #gourmet .gourmet-content {
    padding: 0 0 60px;
  }
}
#gourmet .gourmet-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px 40px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #gourmet .gourmet-content ul {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
#gourmet .gourmet-content ul li {
  width: 100%;
}
#gourmet .gourmet-content ul li.menu-single {
  grid-column: 1/2;
  margin: 0;
}
@media screen and (max-width: 768px) {
  #gourmet .gourmet-content ul li.menu-single {
    grid-column: 1/-1;
  }
}
#gourmet .gourmet-content ul li .menu-card {
  max-width: 453px;
  height: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.05));
}
#gourmet .gourmet-content ul li .menu-card .menu-head {
  margin-bottom: 0;
  text-align: center;
  line-height: 0;
  position: relative;
  z-index: 2;
}
#gourmet .gourmet-content ul li .menu-card .menu-head img {
  max-width: 100%;
  height: auto;
}
#gourmet .gourmet-content ul li .menu-card .menu-body {
  background: #fff;
  padding: 30px 40px 40px;
  border-radius: 0;
  flex: 1;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 768px) {
  #gourmet .gourmet-content ul li .menu-card .menu-body {
    padding: 20px 20px 30px;
  }
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-text p {
  font-size: 16px;
  line-height: 2;
  color: #586E57;
  text-align: justify;
  margin-bottom: 20px;
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-line {
  border-top: 1px dashed #BE8F3E;
  margin: 0 0 20px;
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-link-wrap {
  text-align: center;
  margin-top: auto;
  padding-top: 30px;
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-link {
  display: inline-block;
  padding: 8px 24px;
  border-radius: 18px;
  border: 1px solid #000;
  font-size: 16px;
  color: #333;
  background: #fff;
  transition: all 0.3s;
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-link:hover {
  opacity: 1;
  background: #333;
  color: #fff;
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-link span {
  margin-left: 4px;
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-info {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
@media screen and (max-width: 768px) {
  #gourmet .gourmet-content ul li .menu-card .menu-body .menu-info {
    gap: 10px;
  }
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-info .info-thumb {
  flex: 0 0 120px;
  line-height: 0;
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-info .info-thumb img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 768px) {
  #gourmet .gourmet-content ul li .menu-card .menu-body .menu-info .info-thumb {
    flex: 0 0 80px;
  }
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-info .info-detail {
  flex: 1;
  padding-top: 2px;
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-info .info-detail p {
  font-size: 14px;
  line-height: 24px;
  color: #A18948;
  margin: 0;
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-info .info-detail p.info-name {
  color: #A18948;
  font-weight: bold;
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-info .info-detail p.info-menu {
  color: #A18948;
  font-weight: bold;
}
#gourmet .gourmet-content ul li .menu-card .menu-body .menu-info .info-detail p.info-desc {
  color: #A18948;
  font-weight: bold;
}

#dl {
  padding: 80px 0;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #dl {
    padding: 50px 0;
  }
}
#dl .dl-content img {
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  #dl .dl-content img {
    max-width: 90%;
  }
}

.pagetop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 10px;
  right: 10px;
  padding: 4px 0 0;
  color: #fff;
  line-height: 1;
  text-align: center;
  border-radius: 50%;
  background: #17B5C1;
  z-index: 100;
  display: none;
}
.pagetop svg {
  width: 30px;
}