@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_03 a {
  transition: 0.4s;
}
nav ul.link_03 a:hover {
  color: var(--light-grey);
}

.link_03 li {
  display: inline;
}
.link_03 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_03 {
  margin-left: 770px;
  margin-top: 100px;
}

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

.logo_02 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: 50px;
}

div.text p {
  font-size: 1.3em;
  text-align: center;
}

p.copy {
  font-size: 13px;
  position: absolute;
  margin-left: 200px;
  margin-bottom: 50px;
}

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

.pic_02 img {
  width: 45%;
  margin-top: -21%;
  margin-left: 28%;
}

.menu_list {
  max-width: 700px;
  margin-left: 30%;
  margin-top: 0;
  font-size: 1.2em;
}

.menu_list dl {
  display: table;
  width: 100%;
}

.menu_list dt {
  display: table-cell;
  padding: 0.8rem;
  width: 100%;
  padding-left: 5em;
  text-align: left;
  border-bottom: 1px dotted #a5a4a4;
}

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

.menu_list dd:after {
  display: inline-block;
  content: "";
  width: 1em;
  font-size: 0.7em;
}

.menu_list dd.from:after {
  content: "〜";
}

p.price {
  text-align: center;
}

p.check {
  text-align: center;
}

h2.order {
  left: -100px;
}

.pic_back_02 img {
  position: absolute;
  opacity: 30%;
  width: 85%;
  height: auto;
  top: 100%;
  left: 140px;
}

.pic_back img {
  position: absolute;
  opacity: 30%;
  width: 85%;
  height: auto;
  top: 257%;
  left: 140px;
}

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_03 {
    margin-left: 0;
    margin-top: 6px;
  }
  .logo_02 img {
    width: 35%;
    margin-top: 0;
    margin-left: 0;
  }
  .pic_02 img {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }
  nav {
    position: absolute;
    top: 0;
    right: 3%;
    z-index: 100;
  }
  nav ul.link_03 {
    display: flex;
    flex-direction: column;
    gap: 11px;
  }
  nav ul.link_03 li {
    font-size: 20px;
  }
  nav ul.link_03 li a {
    margin: 0;
  }
  h2 {
    margin-top: 13%;
    margin-left: 33%;
    position: static;
  }
  .menu_list {
    width: 100%;
    margin: 0;
    font-size: 1.2em;
    padding: 0;
  }
  .menu_list dl {
    margin-left: 0px;
    width: 100%;
  }
  .menu_list dd {
    right: 20%;
    margin-right: 4%;
    font-size: 19px;
    box-sizing: border-box;
    width: 30%;
    padding-right: 2em;
  }
  .menu_list dt {
    margin-left: 100px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: left;
    width: 400px;
    padding: 1.8rem;
    padding-left: 5em;
    text-align: left;
  }
  .menu_list h2.order {
    left: 0;
    font-size: 26px;
    position: static;
  }
  .menu_list dd:after {
    display: inline-block;
    font-size: 0.7em;
    padding-right: 1em;
  }
  .pic_back_02 img {
    width: 100%;
    bottom: 558%;
    top: 169%;
    left: 0;
  }
  .pic_back img {
    width: 100%;
    top: 262%;
    left: 0;
  }
  footer p.page_top_txt {
    margin: -10px;
    font-size: 12px;
  }
  footer a.page_top i {
    font-size: 100%;
  }
  p.copy {
    margin-left: 4%;
  }
  footer a.page_top {
    right: 4%;
  }
}