@charset "UTF-8";
:root {
  --light-black: #242121;
  --white: #fcfcfc;
  --beige: #efebd6;
  --light-grey: #929191;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "constantia", "Georgia", "sans-serif";
  margin: 0;
  padding: 0;
  background-color: var(--beige);
}

img {
  width: 100%;
}

.fade_in {
  opacity: 0;
}

nav ul.link_05 a {
  transition: 0.4s;
}
nav ul.link_05 a:hover {
  color: var(--light-grey);
}

.link_05 li {
  display: inline;
}
.link_05 li a {
  text-decoration: none;
  color: var(--light-black);
  font-style: oblique;
  font-weight: 400;
  font-size: 1.3em;
  margin: 0 0 50px 75px;
}

.link_05 {
  margin-left: 770px;
  margin-top: 100px;
}

.logo_04 img {
  transition: all 0.5s ease;
}

.logo_04 img:hover {
  filter: invert(70%);
}

.c02 {
  background-image: linear-gradient(to bottom, rgba(51, 51, 51, 0) 0%, #333333 50%);
  background-size: 100% 200%;
  background-position: 0% -100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.c02.active {
  -webkit-animation-name: kf_c02;
          animation-name: kf_c02;
  -webkit-animation-duration: 8s;
          animation-duration: 8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes kf_c02 {
  100% {
    background-position: 0% 100%;
  }
}

@keyframes kf_c02 {
  100% {
    background-position: 0% 100%;
  }
}
.c02 h1 {
  font-size: 2.5em;
  text-align: center;
  margin-top: -45%;
}

.logo_04 img {
  width: 25%;
  margin-top: -200px;
  margin-left: 60px;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9のアスペクト比 */
  height: 0;
}

.map iframe {
  position: absolute;
  top: -36%;
  left: 31%;
  width: 40%;
  height: 50%;
}

.access {
  margin-top: -800px;
}

.access_list {
  position: relative;
  max-width: 700px;
  margin: 0 auto;
  font-size: 1.2em;
  padding: 25px 0;
}

.access_list dt {
  display: table-cell;
  padding: 0.8rem;
  text-align: center;
  border-bottom: 1px dotted #a5a4a4;
}

.access_list dd {
  text-align: right;
  display: table-cell;
  padding: 0.8rem;
  border-bottom: 1px dotted #a5a4a4;
}

div.access_list dl {
  display: table;
  width: 80%;
  text-align: center;
  padding-left: 10%;
}
div.access_list dt {
  font-size: 1.5em;
  display: table-cell;
  padding: 0.8rem;
  right: -600px;
  text-align: left;
  border-bottom: 1px dotted #a5a4a4;
}
div.access_list dd {
  text-align: center;
  display: table-cell;
  padding: 0.8rem;
  border-bottom: 1px dotted #a5a4a4;
}

.insta_logo img {
  transition: all 0.5s ease;
}

.insta_logo img:hover {
  filter: invert(70%);
}

.insta_logo {
  width: 3%;
  margin-left: 800px;
}

.insta_click {
  font-size: 1.7em;
  margin-left: 920px;
  margin-bottom: 30px;
  margin-top: -50px;
}

div.thanks {
  position: absolute;
  font-size: 2em;
  left: 35%;
  margin: 200px;
}

.slider {
  padding: 0;
}

.slick-slide {
  padding: 0.4em;
}

@-webkit-keyframes marquee-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}

@keyframes marquee-right {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(-50%);
  }
}
p.copy {
  font-size: 13px;
  position: absolute;
  margin-left: 200px;
  margin-bottom: 50px;
}

footer {
  padding: 0 3%;
  display: flex;
  justify-content: flex-end;
  position: relative;
  z-index: 9000;
}
footer a.page_top {
  text-decoration: none;
  color: var(--light-black);
  display: block;
  position: absolute;
  top: 0px;
  right: 220px;
  font-size: 30px;
}
footer a.page_top i {
  font-size: 150%;
}
footer p.page_top_txt {
  margin: -9px;
  font-size: 16px;
  translate: -2px -2px;
}

div.smooth a.page_top {
  transition: 0.4s;
}
div.smooth a.page_top:hover {
  color: var(--light-grey);
}
div.smooth p.page_top_txt {
  transition: 0.4s;
}
div.smooth p.page_top_txt:hover {
  color: var(--light-grey);
}

p.page_top_txt {
  padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .link_05 {
    margin-left: 0;
    margin-top: 6px;
  }
  nav {
    position: absolute;
    top: 0;
    right: 3%;
    z-index: 100;
  }
  nav ul.link_05 {
    display: flex;
    flex-direction: column;
    gap: 11px;
    z-index: 100;
  }
  nav ul.link_05 li {
    font-size: 20px;
  }
  nav ul.link_05 li a {
    margin: 0;
  }
  .logo_04 img {
    width: 35%;
    margin-top: 0;
    margin-left: 0;
  }
  .map iframe {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 120%;
    bottom: 50px;
  }
  .access {
    margin-top: 100px;
  }
  .c02 h1 {
    margin-top: 20%;
  }
  .access_list {
    padding: 0;
  }
  div.access_list dt {
    font-size: 1.2em;
    width: 117px;
    text-align: left;
  }
  .insta_logo {
    width: 12%;
    margin-left: 0;
    padding-top: 20px;
    padding-left: 50px;
    position: relative;
  }
  .insta_click {
    margin: -51px;
    padding-left: 168px;
    position: absolute;
    font-size: 1.5em;
  }
  dd.open {
    padding-left: 10px;
  }
  footer p.page_top_txt {
    margin: -10px;
    font-size: 12px;
  }
  footer a.page_top i {
    font-size: 100%;
    padding-left: 0;
  }
  p.copy {
    margin-left: 4%;
  }
  footer a.page_top {
    right: 4%;
  }
}