@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-style: normal;
  background-color: #f7f3f0;
  color: #5d544c;
}

main {
  max-width: 100%;
}

#top {
  animation: fade-in 1.4s ease-in;
}

.top-parallax {
  display: flex;
  background: fixed center no-repeat;
  background-size: cover;
  background-image: url(../img/top.png);
  height: 120vh;
  width: 100%;
}

.catchy-phrase {
  color: #5d544c;
  background-color: #ffffff85;
  font-size: 16px;
  letter-spacing: 0.3rem;
  font-weight: normal;
  display: block;
  padding: 24px 10px;
  margin: 100px auto auto 30vh;
}

h2 {
  font-size: 10vw;
  font-weight: 200;
  color: #b0a69540;
  letter-spacing: 10px;
  margin: 5rem auto auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10vh;
}

.about-parallax {
  display: flex;
  justify-content: center;
  align-items: center;
  background: fixed center no-repeat;
  background-size: cover;
  background-image: linear-gradient(#5d544cb9), url(../img/shop.png);
  height: 160vh;
}

.about-contents p {
  display: flex;
  flex-direction: row-reverse;
  margin: 0 auto;
  color: #ffffff;
}

h3 {
  writing-mode: vertical-rl;
}

.catchy-phrase span {
  letter-spacing: 10px;
  font-size: 2rem;
  max-width: 100%;
}

.about-contents p {
  writing-mode: vertical-rl;
  text-indent: 1em;
  letter-spacing: 2px;
  font-size: 1.1rem;
  line-height: 2.5em;
}

#menu {
  margin: 40vh auto;
}

.menu-contents {
  display: flex;
  gap: 5vw;
}

.menu-left-contents img {
  width: 40vw;
  height: auto;
  margin-left: 2rem;
  border: solid #5d544c 1.2px;
  padding: 1rem;
}

.menu-right-contents {
  display: block;
  padding: 8vw;
  text-align: center;
}

#menu .heading-right h2 {
  display: block;
  text-align: right;
}

.menu-right-contents p {
  display: block;
  margin: 0;
  line-height: 1.8rem;
  text-align: left;
  font-size: 0.9rem;
  letter-spacing: 0.1em;
}

#menu .button {
  margin: 1.5rem auto;
  text-align: center;
  align-items: center;
}

.reading-parallax {
  display: flex;
  justify-content: center;
  align-items: center;
  background: fixed center no-repeat;
  background-size: cover;
  background-image: linear-gradient(#5d544c9b), url(../img/reading.png);
  height: 65vh;
}

#news {
  display: flex;
  margin: 30vh auto;
  gap: 2.4rem;
}

#news h2 {
  padding: 0;
}

#news h3 {
  margin: 2rem auto;
  font-size: xx-large;
  letter-spacing: 0.8rem;
}

.news-contents {
  margin-top: 6rem;
}

.news-item {
  margin: 2.5rem;
}

.news-item .date {
  font-size: small;
  margin-bottom: 0;
  letter-spacing: 0.1rem;
  border-bottom: solid 1.5px #c2b2a3;
}

.news-heading {
  margin: 0.5rem 0;
  font-size: large;
  font-weight: 600;
  letter-spacing: 0.1rem;
}

.news-item p {
  margin: 0;
}

.date {
  margin: 1rem 0;
}

#reservation {
  display: block;
}

#reservation .heading-right h2 {
  display: block;
  text-align: right;
}

.form {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
}

h4 {
  font-size: 1.2rem;
  letter-spacing: 0.2rem;
  color: #f7f3f0;
  font-weight: 100;
  padding: 0.4rem 6rem;
}

.form p {
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  line-height: 1.6rem;
}

.form-heading {
  background-color: #5d544c;
}

input[type="radio"] {
  accent-color: #5d544c;
  inline-size: 2rem;
  font-size: 0.2rem;
  margin: 0.4rem 0;
}

input,
textarea {
  background-color: #ffffff;
  border: none;
}

.form-radio-time label,
.form-radio-seat label {
  font-size: small;
}

label {
  letter-spacing: 1.4px;
}

input[type="text"],
input[type="email"],
textarea[name="message"] {
  margin: 1rem 0;
  height: 1.2rem;
}

input[type="email"],
textarea[name="message"] {
  width: 100%;
}

textarea[name="message"] {
  height: 5rem;
}

input {
  margin: 1.2rem 0.2rem;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="date"]:focus,
textarea:focus {
  outline: solid #c7b9ac 1.5px;
}

.form-item {
  margin: 1.4rem auto;
}

label[for="text"],
label[for="email"],
label[for="date"],
label[for="time"],
label[for="seat"],
label[for="message"] {
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  border-bottom: solid 1.2px #5d544c;
}

label {
  margin-right: 2rem;
}

input[name="time"],
input[name="seat"] {
  cursor: pointer
}

.button {
  display: inline-block;
  background-color: #f0e8e1;
  border: solid #5d544c 1px;
  font-size: 13px;
  padding: 10px 60px;
  text-align: center;
  color: #5d544c;
  letter-spacing: 2.5px;
  text-decoration: none;
  cursor: pointer;
  margin: 2rem;
  font-family: "Zen Old Mincho", serif;
  transition: ease-in 0.2s;
  box-shadow: #5d544c 1px 1px 0.5px;
}

.button:hover {
  color: #f7f3f0;
  background-color: #5d544c;
  box-shadow: 0 0 0;
}

.submit-button {
  display: flex;
  justify-content: center;
}

#access {
  margin-top: 7rem;
}

#access h2 {
  display: block;
  margin-top: 0;
  text-align: left;
}

.access-contents {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.access-items img {
  height: 50px;
  width: auto;
  padding-bottom: 4rem;
}

address {
  font-style: normal;
}

.map {
  display: block;
  margin-right: 2rem;
  border: solid #5d544c 1.2px;
  padding: 1rem;
}

.access-items {
  margin: 0 8vh 0 12vh;
  letter-spacing: 0.1em;
  line-height: 2rem;
  font-size: 0.9rem;
  display: flex;
  flex-direction: column;
}

.copyright {
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 1.5rem auto;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media(max-width:960px) {
  main {
    width: 100%;
  }

  .catchy-phrase {
    font-size: 15px;
    letter-spacing: 0.2rem;
    padding: 2rem 0.2rem;
    line-height: 8vh;
    margin-left: 15vh;
  }

  .about-contents p {
    font-size: 0.8rem;
  }

  .about-parallax {
    background-attachment: fixed;
  }

  #menu .heading-right h2,
  #reservation .heading-right h2 {
    display: flex;
  }

  .menu-contents {
    display: block;
  }

  .menu-left-contents {
    text-align: center;
  }

  .menu-left-contents img {
    width: 60vw;
    margin: 0;
  }

  .menu-right-contents {
    padding: 2rem;
  }

  .menu-right-contents p {
    display: block;
    text-align: center;
    line-height: 1.2rem;
    font-size: 12px;
  }

  #news {
    display: block;
  }

  .form {
    padding: 0 2rem;
    width: 80vw;
    margin: 0 auto;
  }

  h4 {
    font-size: 1rem;
    letter-spacing: 0.2rem;
    color: #f7f3f0;
    font-weight: 100;
    padding: 0.4rem 2rem;
  }

  .form p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }

  #access h2 {
    text-align: center;
  }

  .access-contents {
    display: block;
  }

  .access-items {
    padding: 10vw;
    padding-top: 2vw;
    margin: 0;
  }

  .access-items img {
    padding: 5vh 0;
  }

  .map {
    position: relative;
    padding-top: 75%;
    margin: 0 2rem;
    height: 0;
  }

  .map iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
}