html {
  font-size: 62.5%;
}

body {
  color: #432;
  font-family: "Yu Gothic Medium";
}

a {
  text-decoration: none;
  transition: 0.3s;
}

img {
  max-width: 100%;
}

li {
  list-style: none;
}

.maincontainer {
  width: 100%;
}

.container {
  max-width: 1100px;
  margin: 150px auto;
  padding: 0 4%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .swiper {
    display: none;
  }
}
.swiper-slide > img {
  object-fit: cover;
}

.heading {
  width: 300px;
  margin: auto;
  margin-bottom: 80px;
  padding: 0 2em 15px;
  background-image: repeating-linear-gradient(-45deg, #e5c046 0px, #e5c046 2px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  background-position: center bottom;
  background-size: 8px 8px;
  background-repeat: repeat-x;
  font-size: 2.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
}

.headingS {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
}

.header {
  z-index: 100;
  position: fixed;
  top: 0;
  width: 100%;
  padding: 0 4%;
  background-color: #e8b151;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.3);
}
.header__inner {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
}
.header__logo {
  width: 20%;
  min-width: 100px;
}

.gnav {
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 768px) {
  .gnav {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    transform: translateX(104%);
    background: #fff;
    transition: ease 0.4s;
  }
}
.gnav.active {
  transform: translateX(0);
}
.gnav__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 500px;
  padding: inherit;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .gnav__list {
    flex-direction: column;
    width: 100%;
    padding: 250px 0 200px 0;
  }
}
.gnav__link {
  position: relative;
  color: #332307;
}
@media screen and (max-width: 768px) {
  .gnav__link {
    display: block;
    width: 100%;
    margin-bottom: 24px;
    font-size: 2rem;
    text-align: center;
  }
  .gnav__linklast-child a {
    margin-bottom: 0px;
  }
}
.gnav__link::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background: #8d6113;
  content: "";
  opacity: 0;
}
.gnav__link:hover::after {
  opacity: 1;
  transition: 0.3s;
}
.gnav__hamburger {
  display: none;
  width: 48px;
  height: 100%;
}
@media screen and (max-width: 768px) {
  .gnav__hamburger {
    display: block;
  }
}
.gnav__hamburger span {
  display: block;
  position: relative;
  width: 100%;
  height: 2px;
  background: #8d6113;
  transition: ease 0.4s;
}
.gnav__hamburger span:nth-child(1) {
  top: 0;
}
.gnav__hamburger span:nth-child(2) {
  margin: 8px 0;
}
.gnav__hamburger span:nth-child(3) {
  top: 0;
}
.gnav__hamburger.active span:nth-child(1) {
  top: 10px;
  transform: rotate(45deg);
}
.gnav__hamburger.active span:nth-child(2) {
  opacity: 0;
}
.gnav__hamburger.active span:nth-child(3) {
  top: -10px;
  transform: rotate(-45deg);
}

.hamburger {
  z-index: 9999;
  border-color: transparent;
  background-color: transparent;
}

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

.section {
  font-size: 1.6rem;
  text-align: center;
}
.section + section {
  margin-top: 250px;
}

.newsList {
  width: 100%;
  padding: 0;
  font-size: 1.6rem;
}
.newsList li {
  display: flex;
  align-items: center;
}
.newsList li time {
  width: 28%;
  padding: 0 4%;
  border-bottom: solid 2px #db9904;
  background: #db9904;
}
.newsList li p {
  width: 72%;
  padding: 0 15% 0 2%;
  border-bottom: solid 2px #dd9b06;
}

.cardList {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  padding-bottom: 30px;
  overflow: hidden;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .cardList {
    padding: 0 10% 30px;
  }
}
.cardList__item {
  border-radius: 20px;
  background: #fdf8ef;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}
.cardList__img {
  position: relative;
  padding-top: 62.5%;
}
.cardList__img > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  object-fit: cover;
}

.obsession {
  display: flex;
  align-items: center;
}
.obsession__img {
  position: relative;
  width: 50%;
}
.obsession__img::before {
  z-index: 1px;
  position: absolute;
  right: -30px;
  bottom: -30px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-image: radial-gradient(#ed6447 20%, rgba(0, 0, 0, 0) 21%);
  background-position: right bottom;
  background-size: 10px 10px;
  content: "";
}
.obsession__img > img {
  z-index: 2;
  position: relative;
  max-height: 300px;
  border-radius: 50%;
}
.obsession__txt {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .obsession {
    flex-direction: column;
  }
  .obsession__img {
    width: auto;
  }
  .obsession__txt {
    width: auto;
  }
}

.access {
  display: flex;
  align-items: center;
}
.access__info {
  width: 40%;
  padding: 10px;
}
.access__map {
  position: relative;
  width: 60%;
  padding: 0 10px;
}
.access__map--inner {
  z-index: 2;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}
.access__map--inner > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access__map--inner::before {
  z-index: 1px;
  position: absolute;
  bottom: -30px;
  left: -30px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#ed6447 20%, rgba(0, 0, 0, 0) 21%);
  background-position: right bottom;
  background-size: 10px 10px;
  content: "";
}
@media screen and (max-width: 768px) {
  .access__map--inner::before {
    content: none;
  }
}
@media screen and (max-width: 768px) {
  .access {
    flex-direction: column-reverse;
  }
  .access__info {
    width: auto;
  }
  .access__map {
    width: 96%;
  }
}

.footer {
  height: 50px;
  padding: 0;
  background-color: #aa9988;
  font-size: 1.4rem;
  line-height: 50px;
  text-align: center;
}