@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

body {
  font-size: 16px;
  color: #333;
  font-family: "Cormorant Garamond", "Noto Serif JP", "Noto Sans JP", serif;
  line-height: 1.8;
  letter-spacing: 0.02 em;
  background-color: #fff;
}

@media screen and (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 1.5;
  }
}

img {
  width: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 600px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .is-sp {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 959px) {
  .container {
    padding: 0 30px;
  }
}

@media screen and (max-width: 600px) {
  .container {
    padding: 0 16px;
  }
}

.section-space {
  margin-top: 148px;
}

@media screen and (max-width: 600px) {
  .section-space {
    margin-top: 72px;
  }
}

.section-title {
  line-height: 1;
  margin-bottom: 80px;
  text-align: center;
  position: relative;
}

.section-title::after {
  content: "";
  width: 52px;
  height: 1px;
  background-color: #B69356;
  display: block;
  position: absolute;
  transform: translateX(-50%);
  left: 50%;
}

@media screen and (max-width: 600px) {
  .section-title {
    margin-bottom: 48px;
  }
}

.section-title .en {
  font-family: "Cormorant Garamond";
  color: #B69356;
  display: block;
  font-size: 28px;
  margin-bottom: 10px;
}

@media screen and (max-width: 600px) {
  .section-title .en {
    font-size: 24px;
    margin-bottom: 4px;
  }
}

.section-title .ja {
  font-family: "Noto Serif JP";
  display: block;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 600px) {
  .section-title .ja {
    font-size: 24px;
    margin-bottom: 16px;
  }
}

.headline-en {
  font-size: clamp(1.25rem, 0.25rem + 2.67vw, 1.75rem);
  font-family: "Cormorant Garamond", "Noto Serif JP";
  color: #B69356;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .headline-en {
    margin-bottom: 10px;
  }
}

.headline-ja {
  font-size: clamp(1.5rem, 0.5rem + 2.67vw, 2rem);
  font-family: "Noto Serif JP";
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 60px;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .headline-ja {
    margin-bottom: 32px;
  }
}

.util-button {
  position: relative;
  font-size: 18px;
  color: #B69356;
  border: solid 1px #B69356;
  font-family: "Noto Sans JP";
  background: #fff;
  display: inline-block;
  padding: 16px 80px;
  text-align: center;
  transition: background-color 0.4s, color 0.4s;
}

@media screen and (max-width: 600px) {
  .util-button {
    width: 100%;
    padding: 16px 40px;
  }
}

.util-button::after {
  content: "";
  position: absolute;
  background: url("../img/arrow-gold.svg") no-repeat;
  width: 30px;
  height: 10px;
  top: 40%;
  right: 4.5%;
}

.util-button:hover {
  background: #B69356;
  color: #fff;
}

.util-button:hover::after {
  background: url("../img/arrow-white.svg") no-repeat;
}

.attention {
  font-size: 12px;
  color: #E7728E;
  vertical-align: super;
  line-height: 1;
}

.contact {
  background: url(../img/contact.jpg) center center/cover;
  position: relative;
  padding: 120px 0;
}

@media screen and (max-width: 600px) {
  .contact {
    padding: 36px 0;
  }
}

.contact::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
}

.contact-wrapper {
  position: relative;
}

.contact-message {
  text-align: center;
  font-family: "Noto Sans JP";
  line-height: 2;
  letter-spacing: 0.05em;
}

.contact-button-inner {
  width: 90%;
  margin: 60px auto 0;
}

@media screen and (min-width: 960px) {
  .contact-button-inner {
    max-width: 1000px;
    display: flex;
    justify-content: space-between;
  }
}

.contact-button {
  width: 100%;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-family: "Noto Sans JP";
  background: #B69356;
  border: solid 1px #B69356;
  color: #fff;
  display: inline-block;
  padding: 16px 80px;
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.25);
  transition: background-color 0.4s, color 0.4s;
}

@media screen and (min-width: 960px) {
  .contact-button {
    width: 48.4%;
  }
}

@media screen and (max-width: 959px) {
  .contact-button+.contact-button {
    margin-top: 20px;
  }
}

.contact-button::after {
  content: "";
  position: absolute;
  background: url("../img/arrow-white.svg") no-repeat;
  width: 30px;
  height: 10px;
  top: 40%;
  right: 4.5%;
}

.contact-button:hover {
  background: #fff;
  color: #B69356;
}

.contact-button:hover::after {
  background: url("../img/arrow-gold.svg") no-repeat;
}

.footer {
  background-color: #FFF8F8;
}

@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer-wrapper {
  margin: 0 auto;
  padding: 60px 16px;
}

@media screen and (min-width: 960px) {
  .footer-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    align-items: center;
  }
}

@media screen and (max-width: 959px) {
  .footer-wrapper {
    text-align: center;
  }
}

.footer-logo {
  width: 155px;
}

.footer-shop-describe {
  margin: 8px;
  color: #B69356;
  line-height: 1.5;
  font-family: "Noto Serif JP";
}

.footer-nav-list {
  display: flex;
  align-items: center;
  height: 48px;
}

@media screen and (max-width: 959px) {
  .footer-nav-list {
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}

.footer-nav-item {
  color: #B69356;
}

.footer-nav-item+.footer-nav-item {
  margin-left: 30px;
}

.footer-link {
  position: relative;
  height: 48px;
  line-height: 48px;
  display: block;
}

.footer-link::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #B69356;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.footer-link:hover::after {
  transform: scale(1, 1);
}

.sns-link:hover {
  opacity: 0.6;
}

.sns-link:hover::after {
  transform: scale(0, 1);
}

.sns-icon {
  width: 30px;
  fill: #B69356;
}

.footer-copy-right {
  text-align: center;
  font-size: 12px;
  padding-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .footer-copy-right {
    margin-top: 60px;
    padding-bottom: 16px;
  }
}

.sp-reserve-nav {
  opacity: 0;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  z-index: 500;
  padding: 16px;
}

@media screen and (min-width: 960px) {
  .sp-reserve-nav {
    display: none;
  }
}

.sp-reserve-nav-wrapper {
  display: flex;
  justify-content: space-between;
}

.reserve-button {
  width: 48%;
}

.reserve-link {
  text-align: center;
  font-size: clamp(1rem, 0.167rem + 2.22vw, 1.5rem);
  padding: 10px 0;
  display: block;
  color: #fff;
  background-color: #B69356;
  transition: background-color 0.4s, color 0.4s;
}

.reserve-link:hover {
  background-color: #fff;
  color: #B69356;
  border: 1px solid #B69356;
}

.yukiritual-logo {
  position: absolute;
  top: 0;
  left: 1.4%;
  z-index: 10;
}

@media screen and (max-width: 600px) {
  .yukiritual-logo {
    top: 10px;
    left: 0.4%;
  }
}

.logo-link img {
  width: 180px;
}

@media screen and (max-width: 600px) {
  .logo-link img {
    width: 140px;
  }
}

.page-title-img {
  padding-top: 24%;
  border-radius: 30px 0 0 30px;
  opacity: 0.7;
  width: 90%;
  margin-left: auto;
}

@media screen and (max-width: 600px) {
  .page-title-img {
    padding-top: 50%;
  }
}

.page-title {
  position: relative;
  margin-top: 16px;
}

.en {
  display: block;
  font-family: "Cormorant Garamond";
  color: #B69356;
  font-size: clamp(2.5rem, 0.75rem + 4.67vw, 3.375rem);
  line-height: 1.2;
  letter-spacing: 0.02em;
}

.ja {
  display: block;
  font-family: "Noto Serif JP";
  font-size: clamp(0.875rem, 0.458rem + 1.11vw, 1.125rem);
  line-height: 1.5;
  letter-spacing: 0.02em;
  white-space: nowrap;
}

.page-title-area {
  position: relative;
}

.page-title-text {
  width: 90%;
  margin-left: auto;
  align-self: center;
  position: relative;
}

.sp-reserve-nav {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  box-sizing: border-box;
  z-index: 500;
  padding: 16px;
  padding-bottom: env(safe-area-inset-bottom);
}

@media screen and (min-width: 960px) {
  .sp-reserve-nav {
    display: none;
  }
}

.sp-reserve-nav-wrapper {
  display: flex;
  justify-content: space-between;
}

.reserve-button {
  width: 48%;
}

.reserve-link {
  text-align: center;
  font-size: clamp(1rem, 0.167rem + 2.22vw, 1.5rem);
  padding: 10px 0;
  display: block;
  color: #fff;
  background-color: #B69356;
  transition: background-color 0.4s, color 0.4s;
}

.reserve-link:hover {
  background-color: #fff;
  color: #B69356;
  border: 1px solid #B69356;
}

.fadeInTrigger,
.fadeInUpTrigger {
  opacity: 0;
}

.delay-time1 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay-time2 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay-time3 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay-time4 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

#pagetop {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 20px;
}

#pagetop span {
  position: relative;
  z-index: 500;
  color: #B69356;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  writing-mode: vertical-rl;
}

#pagetop::before {
  content: "";
  position: absolute;
  bottom: 95px;
  right: 6px;
  width: 1px;
  height: 14px;
  background: #B69356;
  transform: skewX(31deg);
}

#pagetop::after {
  content: "";
  position: absolute;
  bottom: 60px;
  right: 11px;
  width: 1px;
  height: 50px;
  background: #B69356;
}

/* Loading背景画面設定　*/
#splash {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2000;
  background: #FFF8F8;
  text-align: center;
  color: #fff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 200px;
}

.fadeUp {
  -webkit-animation-name: fadeUpAnime;
  animation-name: fadeUpAnime;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  opacity: 0;
}

@-webkit-keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

header {
  position: relative;
  background-color: #fff;
  height: 90px;
  top: 0;
  left: 0;
  padding: 0 8.333%;
}

.header-inner {
  height: inherit;
  display: flex;
  margin: 0 auto;
}

.yukiritual-top-logo {
  position: absolute;
  top: 0;
  left: 8.333%;
  z-index: 10;
}

@media screen and (max-width: 600px) {
  .yukiritual-top-logo {
    top: 10px;
    left: 4.333%;
  }
}

.logo-index img {
  width: clamp(12.5rem, 2.083rem + 27.78vw, 18.75rem);
}

.header-nav {
  display: none;
}

@media screen and (min-width: 960px) {
  .header-nav {
    display: block;
    margin-left: auto;
  }
}

.header-nav-list {
  display: flex;
}

.header-nav-item {
  color: #B69356;
  display: flex;
  align-items: center;
  height: 90px;
}

.header-nav-item+.header-nav-item {
  margin-left: 30px;
}

.sns-icon {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  fill: #B69356;
}

.nav-link {
  height: 90px;
  line-height: 90px;
  display: block;
  position: relative;
}

.nav-link::after {
  position: absolute;
  bottom: 30px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #B69356;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.nav-link:hover::after {
  transform: scale(1, 1);
}

.sns-link:hover {
  opacity: 0.6;
}

.sns-link:hover::after {
  transform: scale(0, 1);
}

.drawer-icon {
  position: fixed;
  top: 30px;
  right: 36px;
  z-index: 1500;
  transition: transform 0.5s ease 0s;
}

@media screen and (min-width: 960px) {
  .drawer-icon {
    display: none;
  }
}

.drawer-icon.is-active .drawer-icon-bar1 {
  transform: translate(-50%, 10px) rotate(45deg);
  transition: transform 0.3s;
}

.drawer-icon.is-active .drawer-icon-bar2 {
  opacity: 0;
  transition: opacity 0.3s;
}

.drawer-icon.is-active .drawer-icon-bar3 {
  transform: translate(-50%, -10px) rotate(-45deg);
  transition: transform 0.3s;
}

.drawer-icon-bars {
  width: 22px;
  height: 20px;
  display: block;
  position: relative;
}

.drawer-icon-bar1,
.drawer-icon-bar2,
.drawer-icon-bar3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 2px;
  border-radius: 10px;
  background: #B69356;
}

.drawer-icon-bar1 {
  top: 0;
}

.drawer-icon-bar2 {
  top: 10px;
}

.drawer-icon-bar3 {
  top: 20px;
}

.drawer-content {
  width: 300px;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #FFF8F8;
  transform: translateX(105%);
  z-index: 1000;
  transition: transform 0.5s ease 0s;
  overflow-y: scroll;
}

.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content-items {
  margin-top: 40px;
  padding: 40px;
  text-align: left;
}

.drawer-logo {
  margin-bottom: 24px;
}

.drawer-logo img {
  width: 120px;
}

.drawer-content-item {
  margin-bottom: 16px;
  height: 60px;
  font-size: 20px;
  color: #B69356;
}

.drawer-content-item:nth-child(7) {
  margin-bottom: 28px;
}

.drawer-sns {
  display: flex;
  align-items: center;
}

.line-icon {
  width: 26px;
  margin-left: 8px;
}

.drawer-itme-link {
  display: block;
}

.drawer-itme-link .en {
  display: block;
  font-family: "Cormorant Garamond";
  font-size: 24px;
}

.drawer-itme-link .jp {
  display: block;
  font-family: "Noto Sans JP";
  color: #797878;
  font-size: 12px;
}

.drawer-itme-link:hover {
  opacity: 0.6;
}

.drawer-background {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 900;
  display: none;
}

.drawer-background.is-active {
  display: block;
}

.main-visual {
  position: relative;
  overflow: hidden;
  z-index: 0;
}

.main-catch {
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  left: 8.333%;
  z-index: 10;
}

@media screen and (min-width: 960px) {
  .main-catch {
    top: 50%;
  }
}

.main-catch-text {
  font-weight: 600;
  font-size: clamp(1.5rem, -0.167rem + 4.44vw, 2.5rem);
  line-height: 1.8;
  letter-spacing: 0.05em;
  text-shadow: 0px 0px 20px rgb(255, 255, 255);
}

.main-visual-slide {
  width: 100%;
  height: 100%;
  margin-left: 20vw;
  margin-right: 0;
  position: relative;
  border-radius: 120px 0 0 0;
}

.swiper-wrapper {
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-left: 20vw;
  margin-right: 0;
  position: relative;
  border-radius: 120px 0 0 0;
}

@-webkit-keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }

  100% {
    transform: scale(1.15);
  }
}

.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 12s linear 0s 1 normal both;
  animation: zoomUp 12s linear 0s 1 normal both;
}

.slide-img {
  height: 80vh;
}

.slide-img img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.scrolldown {
  position: absolute;
  bottom: 100px;
  left: 98%;
  z-index: 100;
}

.scrolldown span {
  position: absolute;
  left: -10px;
  bottom: 60px;
  z-index: 100;
  color: #B69356;
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  font-weight: bold;
  writing-mode: vertical-rl;
}

.scrolldown::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -3.5px;
  z-index: 100;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #B69356;
  -webkit-animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
  animation: circlemove 1.6s ease-in-out infinite, cirlemovehide 1.6s ease-out infinite;
}

.scrolldown::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 50px;
  background: #B69356;
}

@-webkit-keyframes circlemove {
  0% {
    bottom: 45px;
  }

  100% {
    bottom: -5px;
  }
}

@keyframes circlemove {
  0% {
    bottom: 45px;
  }

  100% {
    bottom: -5px;
  }
}

@-webkit-keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

@keyframes cirlemovehide {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

.news-area {
  width: 100%;
  height: 75px;
  overflow: hidden;
  background-color: #fff;
  margin-top: 36px;
  display: flex;
  justify-content: flex-start;
}

@media screen and (min-width: 960px) {
  .news-area {
    max-width: 565px;
    position: absolute;
    padding: 22px 32px;
    box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
    border-radius: 10px 0 0 0;
    z-index: 10;
    right: 0;
    bottom: 0;
  }
}

.news-area-wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .news-area-wrapper {
    width: 90%;
    align-items: flex-start;
  }
}

.heading-news {
  color: #B69356;
  font-family: "Cormorant Garamond";
  font-size: 24px;
  margin: 0 30px;
}

.news-item-link {
  display: flex;
  align-items: center;
  font-family: "Noto Sans JP";
}

@media screen and (max-width: 600px) {
  .news-item-link {
    display: block;
    margin-left: 16px;
  }
}

time {
  color: #797878;
  margin-left: 16px;
  font-size: 14px;
}

.news-text {
  margin-left: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  white-space: wrap;
}

@media screen and (max-width: 600px) {
  .news-text {
    margin-left: 0;
  }
}

@media screen and (min-width: 960px) {
  .message-wrapper {
    position: relative;
    display: flex;
    margin-right: 15%;
  }
}

@media screen and (max-width: 959px) {
  .message-wrapper {
    padding: 0 5%;
  }
}

@media screen and (min-width: 960px) {
  .message-img-list {
    margin-right: 8%;
    width: 60%;
  }
}

.message-img2 {
  margin-top: 20px;
  margin-left: auto;
  width: 50%;
}

@media screen and (min-width: 960px) {
  .message-texts {
    flex: 0 1 45%;
    max-width: 500px;
  }
}

@media screen and (max-width: 959px) {
  .message-texts {
    width: 80%;
  }
}

@media screen and (max-width: 600px) {
  .message-texts {
    width: 100%;
  }
}

.message-body-text1,
.message-body-text2 {
  font-family: "Noto Sans JP";
  line-height: 2.2;
}

.message-body-text2 {
  margin: 20px 0 80px;
}

.menu {
  background: #FFF8F8;
  padding: 120px 0;
}

@media screen and (max-width: 600px) {
  .menu {
    padding: 80px 0;
  }
}

.menu-wrapper {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 959px) {
  .menu-wrapper {
    display: block;
  }
}

.menu-icon {
  flex: 0 0 48%;
}

@media screen and (max-width: 959px) {
  .menu-icon {
    width: 100%;
  }

  .menu-icon+.menu-icon {
    margin-top: 24px;
  }
}

.menu-item-link {
  display: block;
  background: #fff;
  box-shadow: 3px 3px 15px rgba(96, 96, 96, 0.16);
  border-radius: 10px;
  overflow: hidden;
}

.menu-item-link:hover {
  opacity: 0.7;
}

.menu-item-link:hover .menu-pict>img {
  transform: scale(1.08);
}

.menu-pict {
  overflow: hidden;
}

.menu-pict img {
  transition: transform 0.4s;
}

.menu-texts {
  padding: 20px 54px;
  text-align: center;
  white-space: nowrap;
  flex-grow: 1;
}

@media screen and (max-width: 600px) {
  .menu-texts {
    padding: 20px 25px;
  }
}

.menu-title .en {
  font-family: "Cormorant Garamond";
  color: #B69356;
  font-size: 36px;
  display: block;
}

.menu-title .ja {
  font-family: "Noto Serif JP";
  color: #333;
  font-size: 16px;
  display: block;
}

.menu-message {
  margin-top: 30px;
  line-height: 1.8;
  font-family: "Noto Sans JP";
  margin-bottom: 60px;
  position: relative;
}

.menu-message::after {
  content: "";
  position: absolute;
  bottom: -75%;
  right: 23px;
  background: url("../img/arrow-gold.svg") no-repeat;
  width: 30px;
  height: 10px;
}

.blog {
  padding: 0 5%;
}

@media screen and (min-width: 960px) {
  .blog-wrapper {
    display: flex;
    justify-content: space-between;
  }
}

.blog-heading {
  text-align: left;
  width: 30%;
}

.blog-heading::after {
  content: "";
  width: 52px;
  height: 1px;
  background-color: #B69356;
  display: block;
  position: absolute;
  left: 30px;
}

.blog-list {
  width: 100%;
  max-width: 800px;
}

.blog-item {
  border-bottom: 1px solid #B69356;
  font-family: "Noto Sans JP";
  position: relative;
}

.blog-item::after {
  content: "";
  position: absolute;
  top: 46%;
  right: 1.8%;
  background: url("../img/arrow-gold.svg") no-repeat;
  width: 30px;
  height: 10px;
}

.blog-item-link {
  display: flex;
  padding: 30px 0;
}

@media screen and (max-width: 600px) {
  .blog-item-link {
    display: block;
  }
}

.blog-item-link:hover {
  background: #F8F8F8;
}

@media screen and (max-width: 600px) {
  time {
    margin-left: 0;
  }
}

.blog-title {
  margin-left: 40px;
}

@media screen and (max-width: 600px) {
  .blog-title {
    margin-left: 0;
    margin-top: 8px;
  }
}

.more-button {
  width: 100%;
  max-width: 800px;
  margin-top: 20px;
}

@media screen and (min-width: 960px) {
  .more-button {
    text-align: left;
    margin-left: 70px;
  }
}

@media screen and (max-width: 959px) {
  .more-button {
    text-align: right;
  }
}

.more-button-link {
  display: inline-block;
  color: #B69356;
  font-family: "Noto Serif JP";
  border-bottom: 1px solid #B69356;
}

.more-button-link:hover {
  opacity: 0.7;
}

.mail-magazine-banner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  transition: background-color 0.4s, color 0.4s;
}

.mail-magazine-link:hover {
  opacity: 0.7;
}

.access {
  background-color: #FFF8F8;
  padding: 120px 0;
}

@media screen and (max-width: 600px) {
  .access {
    padding: 80px 0;
  }
}

@media screen and (max-width: 600px) {
  .access-heading {
    text-align: left;
    width: 100%;
  }

  .access-heading::after {
    content: "";
    width: 52px;
    height: 1px;
    background-color: #B69356;
    display: block;
    position: absolute;
    left: 30px;
  }
}

.access-wrapper {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 600px) {
  .access-wrapper {
    display: block;
  }
}

.access-info {
  font-family: "Noto Sans JP";
  flex: 0 0 45%;
}

@media screen and (max-width: 600px) {
  .access-info {
    width: 100%;
  }
}

.logo-img {
  width: 167px;
}

.shop-name {
  font-family: "Noto Serif JP";
  color: #B69356;
  font-size: 20px;
}

.shop-describe {
  line-height: 1.8;
  margin-bottom: 20px;
}

address {
  font-style: normal;
}

.shop-info {
  display: flex;
  flex-wrap: wrap;
}

.info-title {
  width: 20%;
  margin-top: 20px;
}

.info-content {
  width: 80%;
  margin-top: 20px;
}

.map-button {
  margin-top: 60px;
}

@media screen and (max-width: 600px) {
  .map-button {
    display: none;
  }
}

.access-map {
  flex: 0 0 50%;
  overflow: hidden;
}

@media screen and (max-width: 600px) {
  .access-map {
    margin-top: 32px;
  }
}

.iframe {
  border-radius: 10px;
}

.map-button-sp {
  display: none;
}

@media screen and (max-width: 600px) {
  .map-button-sp {
    display: block;
    margin-top: 24px;
    width: 100%;
  }
}

.root {
  margin-top: 100px;
  background: linear-gradient(180deg, #fff 0%, #fff 30%, #F8F8F8 30%, #F8F8F8 100%);
}

@media screen and (max-width: 600px) {
  .root {
    margin-top: 40px;
    background: #F8F8F8;
    padding: 32px 0;
  }
}

.headline-root {
  font-family: "Noto Serif JP";
  color: #B69356;
  display: inline-block;
  font-size: 24px;
  border-bottom: solid 1px #B69356;
  padding-bottom: 12px;
  margin-bottom: 40px;
}

.root-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-family: "Noto Sans JP";
  line-height: 1.5;
  list-style-type: none;
  counter-reset: number;
}

.root-item {
  position: relative;
}

@media screen and (min-width: 960px) {
  .root-item {
    width: calc(25% - 30px);
  }

  .root-item+.root-item {
    margin-left: 24px;
  }
}

@media screen and (max-width: 959px) {
  .root-item {
    width: calc(50% - 20px);
  }

  .root-item:nth-child(n+3) {
    margin-top: 48px;
  }
}

@media screen and (max-width: 600px) {
  .root-item {
    width: 100%;
  }

  .root-item+.root-item {
    margin-top: 48px;
  }
}

.root-item::before {
  content: counter(number);
  counter-increment: number;
  display: inline-block;
  font-size: 24px;
  color: #fff;
  font-family: "Noto Serif JP";
  position: absolute;
  background: #B69356;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  top: -5%;
  left: 5%;
}

.root-img {
  border-radius: 10px;
  overflow: hidden;
}

.root-text {
  margin-top: 10px;
}

.root-attention-message {
  margin-top: 60px;
  font-family: "Noto Sans JP";
  padding-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .root-attention-message {
    margin-top: 36px;
    padding-bottom: 0px;
  }
}

.attention {
  font-size: 12px;
  color: #E7728E;
  vertical-align: super;
  line-height: 1;
}

.footer {
  background-color: #FFF8F8;
}

@media screen and (max-width: 959px) {
  .footer {
    padding-bottom: 60px;
  }
}

.footer-wrapper {
  margin: 0 auto;
  padding: 60px 0;
}

@media screen and (min-width: 960px) {
  .footer-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
  }
}

@media screen and (max-width: 959px) {
  .footer-wrapper {
    text-align: center;
  }
}

.footer-logo {
  width: 155px;
}

.footer-shop-describe {
  margin: 8px;
  color: #B69356;
  line-height: 1.5;
  font-family: "Noto Serif JP";
}

.footer-nav-list {
  display: flex;
  align-items: center;
  height: 48px;
}

@media screen and (max-width: 959px) {
  .footer-nav-list {
    margin-top: 30px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
  }
}

.footer-nav-item {
  color: #B69356;
}

.footer-nav-item+.footer-nav-item {
  margin-left: 30px;
}

.footer-link {
  position: relative;
  height: 48px;
  line-height: 48px;
  display: block;
}

.footer-link::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: #B69356;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}

.footer-link:hover::after {
  transform: scale(1, 1);
}

.sns-link:hover {
  opacity: 0.6;
}

.sns-link:hover::after {
  transform: scale(0, 1);
}

.sns-icon {
  width: 30px;
  fill: #B69356;
}

.footer-copy-right {
  text-align: center;
  font-size: 12px;
  padding-bottom: 16px;
}

@media screen and (max-width: 959px) {
  .footer-copy-right {
    margin-top: 60px;
    padding-bottom: 16px;
  }
}