html {
  scroll-behavior: smooth;
}

.common-width {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  display: block;
}

#wrap {
  overflow: hidden;
}

.common-ma {
  padding: 120px 0 0 0;
}

.page-header-left h2 {
  font-size: 5.2rem;
  font-weight: 500;
  line-height: 0.8;
  font-family: "Roboto", sans-serif;
}

.page-header-center h2 {
  font-size: 2.1rem;
  line-height: 1.4;
  text-align: center;
  font-weight: 400;
}
.page-header-center h2 span {
  font-size: 5.2rem;
  line-height: 0.8;
  text-align: center;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.pagetop {
  position: fixed;
  bottom: 24px;
  right: 2%;
  width: 52px;
  height: 52px;
  z-index: 2;
  transition: all ease 0.5s;
}
.pagetop img {
  width: 100%;
}
.pagetop:hover {
  opacity: 0.5;
}

.btn {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  text-align: center;
  text-decoration: underline !important;
  margin: 60px auto 0 auto;
  display: block;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  color: #5C1C23 !important;
}
.btn:hover::before, .btn:hover::after {
  right: -80px;
}
.btn::before {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: -70px;
  transform: translateY(calc(-50% - 2px)) rotate(45deg);
  width: 10px;
  height: 1px;
  background: #5C1C23;
  transition: all ease 0.5s;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
  width: 50px;
  height: 1px;
  background-color: #5C1C23;
  transition: all ease 0.5s;
}

.post {
  opacity: 0;
}

.fadein {
  opacity: 0;
  transition: all 1.3s;
  transform: translate(0, 45px);
}

.anchor {
  display: block;
  padding-top: 140px;
  margin-top: -140px !important;
}

#global-header {
  position: relative;
  z-index: 999;
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1240px) {
  #global-header {
    width: 95%;
  }
}
#global-header .logo {
  width: 350px;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1240px) {
  #global-header .logo {
    width: 21%;
  }
}
#global-header .logo:hover {
  opacity: 0.5;
}
#global-header .logo img {
  width: 100%;
}
#global-header #global-navi {
  box-sizing: border-box;
  margin: 0 0 0 auto;
}
#global-header #global-navi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#global-header #global-navi ul li {
  display: block;
  position: relative;
  text-align: center;
  box-sizing: border-box;
  transition: all ease 0.3s;
  height: -moz-fit-content;
  height: fit-content;
}
#global-header #global-navi ul li a {
  font-size: 1.5rem;
  color: #5C1C23;
  padding: 24px 10px;
  display: block;
  transition: all ease 0.5s;
}
#global-header #global-navi ul li a:hover {
  color: #C2A4A8;
}
@media screen and (max-width: 1240px) {
  #global-header #global-navi ul li a {
    font-size: 1.4rem;
    padding: 24px 12px;
  }
}

.g-menu__dropdown-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: -90px;
  width: 235%;
  flex-direction: column;
  justify-content: start;
  align-items: start;
}

.g-menu__dropdown-menu-item {
  margin-right: 0 !important;
  text-align: left !important;
  width: 100%;
}
.g-menu__dropdown-menu-item a {
  padding: 0 !important;
  text-align: left;
  position: relative;
}
.g-menu__dropdown-menu-item a img {
  display: block;
}

.g-menu__item:hover .g-menu__dropdown-menu {
  opacity: 1;
  pointer-events: auto;
  transition: 0.5s;
}

#sp-global-header {
  display: none;
}

.key-wrap #key-visual {
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  width: 100%;
  position: relative;
}
.key-wrap #key-visual h1 {
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.6;
  font-family: "Noto Serif", serif;
  letter-spacing: 1.4rem;
  margin: 32px 0 62px 0;
}
.key-wrap #key-visual .sec_inner .slide {
  margin: 0 16px;
}
.key-wrap #key-visual .sec_inner .slide img {
  width: 100%;
  height: calc(100vh - 292px);
  -o-object-fit: cover;
     object-fit: cover;
}

#subkey-visual {
  height: 265px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background: url(../images/subkey-bg.webp) no-repeat center;
  background-size: cover;
  position: relative;
}
#subkey-visual img {
  margin: 0 auto;
  width: 320px;
  height: 72px;
  -o-object-fit: contain;
     object-fit: contain;
}
#subkey-visual h1 {
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  letter-spacing: 1rem;
}
#subkey-visual .pankuzu {
  position: absolute;
  bottom: 16px;
  right: 48px;
  display: flex;
  align-items: center;
  z-index: 2;
}
#subkey-visual .pankuzu li {
  margin-right: 48px;
  position: relative;
}
#subkey-visual .pankuzu li:last-child {
  margin-right: 0;
}
#subkey-visual .pankuzu li:last-child::after {
  display: none;
}
#subkey-visual .pankuzu li::after {
  content: ">";
  font-size: 1.5rem;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  right: -28px;
}
#subkey-visual .pankuzu li a {
  font-size: 1.7rem;
  color: #5C1C23;
  transition: all ease 0.5s;
  font-weight: 500;
}
#subkey-visual .pankuzu li a:hover {
  opacity: 0.5;
}

#top-contents .news {
  margin-top: 40px;
}
#top-contents .news .news-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
#top-contents .news .news-list .news-box a {
  transition: all ease 0.5s;
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
#top-contents .news .news-list .news-box a:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
#top-contents .news .news-list .news-box a .news-img img {
  width: 100%;
  height: 16vw;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
#top-contents .news .news-list .news-box a .news-txt {
  padding: 16px;
}
#top-contents .news .news-list .news-box a .news-txt time {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
}
#top-contents .news .news-list .news-box a .news-txt h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 8px;
}
#top-contents .contents {
  width: 90%;
  margin: 200px auto;
  position: relative;
}
#top-contents .contents::before {
  content: "";
  background: url(../images/contents-icon-top.svg) no-repeat;
  background-size: contain;
  width: 200px;
  height: 188px;
  position: absolute;
  top: -140px;
  right: -80px;
}
#top-contents .contents::after {
  content: "";
  background: url(../images/contents-icon-bottom.svg) no-repeat;
  background-size: contain;
  width: 274px;
  height: 183px;
  position: absolute;
  bottom: -220px;
  left: -60px;
}
#top-contents .contents .menu-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  margin-top: 24px;
}
#top-contents .contents .menu-list .menu-box {
  overflow: hidden;
  position: relative;
}
#top-contents .contents .menu-list .menu-box::before {
  content: "";
  background: linear-gradient(rgba(92, 28, 35, 0.1) 85%, rgb(92, 28, 35) 99%);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
#top-contents .contents .menu-list .menu-box .menu-txt {
  position: absolute;
  left: 20px;
  bottom: 24px;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.6;
  z-index: 2;
}
#top-contents .contents .menu-list .menu-box .menu-txt span {
  font-size: 3.4rem;
  font-family: "Roboto", system-ui;
  color: #fff;
}
#top-contents .contents .menu-list .menu-box .menu-bg {
  display: block;
  height: 35vw;
  transition: all ease 0.9s;
}
#top-contents .contents .menu-list .menu-box .menu-bg:hover {
  transform: scale(1.15);
}
#top-contents .contents .menu-list .menu-box:nth-child(1) .menu-bg {
  background: url(../images/contents_bg01.webp) no-repeat center;
  background-size: cover;
}
#top-contents .contents .menu-list .menu-box:nth-child(2) {
  background: url(../images/contents_bg02.webp) no-repeat center;
  background-size: cover;
}
#top-contents .contents .menu-list .menu-box:nth-child(2) .menu-btn-list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#top-contents .contents .menu-list .menu-box:nth-child(2) .menu-btn-list li:first-child {
  margin-bottom: 16px;
}
#top-contents .contents .menu-list .menu-box:nth-child(2) .menu-btn-list li a {
  width: 100%;
  display: block;
  transition: all ease 0.5s;
}
#top-contents .contents .menu-list .menu-box:nth-child(2) .menu-btn-list li a:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
}
#top-contents .contents .menu-list .menu-box:nth-child(2) .menu-btn-list li a img {
  width: 100%;
  display: block;
}
#top-contents .contents .menu-list .menu-box:nth-child(3) .menu-bg {
  background: url(../images/contents_bg03.webp) no-repeat center;
  background-size: cover;
}
#top-contents .contents .menu-list .menu-box:nth-child(4) .menu-bg {
  background: url(../images/contents_bg04.webp) no-repeat center;
  background-size: cover;
}
#top-contents .banner {
  margin: 320px auto 240px auto;
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
}
#top-contents .banner li {
  position: relative;
  overflow: hidden;
}
#top-contents .banner li a {
  height: 12vw;
  display: block;
  transition: all ease 0.5s;
}
#top-contents .banner li a:hover {
  transform: scale(1.1);
}
#top-contents .banner li .banner-txt {
  background: #5C1C23;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
#top-contents .banner li .banner-txt h3 {
  font-size: 1.7rem;
  color: #fff;
  line-height: 2.6;
  text-align: center;
  position: absolute;
  top: 4vw;
  left: 0;
  right: 0;
  margin: auto;
}
#top-contents .banner li .banner-txt h3 span {
  font-size: 3rem;
  color: #fff;
  font-family: "Roboto", system-ui;
}
#top-contents .banner li:nth-child(1) a {
  background: url(../images/banner_bg01.webp) no-repeat center;
  background-size: cover;
}
#top-contents .banner li:nth-child(2) a {
  background: url(../images/banner_bg02.webp) no-repeat center;
  background-size: cover;
}
#top-contents .intro {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
#top-contents .intro .intro-mainimg {
  width: 34%;
}
#top-contents .intro .intro-mainimg img {
  width: 100%;
}
#top-contents .intro h3 {
  font-family: "Noto Serif", serif;
  line-height: 2;
  letter-spacing: 1rem;
  font-size: 2.8rem;
  writing-mode: vertical-rl;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#top-contents .intro h3::before {
  content: "";
  background: url(../images/intro-mark.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: -24px;
  right: -16px;
  width: 16px;
  height: 14px;
}
#top-contents .intro h3::after {
  content: "";
  background: url(../images/intro-mark.svg) no-repeat;
  background-size: contain;
  position: absolute;
  transform: rotate(180deg);
  bottom: -6px;
  left: -2px;
  width: 16px;
  height: 14px;
}
#top-contents .intro .intro-contents {
  width: 500px;
}
@media screen and (max-width: 1240px) {
  #top-contents .intro .intro-contents {
    width: 35%;
  }
}
#top-contents .intro .intro-contents .intro-img img {
  width: 100%;
}
#top-contents .intro .intro-contents p {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 16px;
}
@media screen and (max-width: 1240px) {
  #top-contents .intro .intro-contents p br {
    display: none;
  }
}
#top-contents .instagram {
  margin: 160px auto;
}
#top-contents .instagram .instagram-list {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 24px;
}
#top-contents .instagram .instagram-list li a {
  display: block;
  transition: all ease 0.5s;
}
#top-contents .instagram .instagram-list li a:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}
#top-contents .instagram .instagram-list li a img {
  width: 100%;
  display: block;
}

#about-contents .intro .inntro-inner {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#about-contents .intro .inntro-inner .intro-img {
  width: 30%;
}
#about-contents .intro .inntro-inner .intro-img img {
  width: 100%;
}
#about-contents .intro .inntro-inner .intro-contents {
  width: 50%;
}
#about-contents .intro .inntro-inner .intro-contents .contnets-img img {
  width: 100%;
}
#about-contents .intro .inntro-inner .intro-contents h3 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  margin: 24px 0;
  font-family: "Noto Serif", serif;
  letter-spacing: 1rem;
}
#about-contents .intro .inntro-inner .intro-contents p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.3rem;
}
#about-contents .coffee {
  display: flex;
  justify-content: space-between;
}
#about-contents .coffee .coffee-box {
  width: 48%;
}
#about-contents .coffee .coffee-box h3 {
  background: #5C1C23;
  text-align: center;
  padding: 8px;
  font-size: 2.4rem;
  font-weight: 100;
  font-family: "Noto Serif", serif;
  color: #fff;
}
#about-contents .coffee .coffee-box .coffee-img {
  width: 100%;
}
#about-contents .coffee .coffee-box .coffee-img img {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  display: block;
}
#about-contents .coffee .coffee-box p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.3rem;
  margin-top: 16px;
}
#about-contents .coffee .coffee-box .slider2 .slick-img img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#about-contents .coffee .coffee-box .thumbnail .thumbnail-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
  width: 33.3333333333% !important;
  overflow: hidden;
}
#about-contents .coffee .coffee-box .thumbnail .thumbnail-img img {
  height: 120px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#about-contents .coffee .coffee-box .thumbnail .slick-track {
  transform: unset !important;
}
#about-contents .coffee .coffee-box .thumbnail .slick-current {
  opacity: 1;
}
#about-contents .morning {
  margin-bottom: 200px;
}
#about-contents .morning h3 {
  background: #5C1C23;
  text-align: center;
  padding: 28px 0;
  font-size: 2.4rem;
  font-weight: 100;
  font-family: "Noto Serif", serif;
  color: #fff;
}
#about-contents .morning .morning-inner {
  display: flex;
  justify-content: space-between;
}
#about-contents .morning .morning-inner .morning-box {
  width: 48%;
}
#about-contents .morning .morning-inner .morning-box h4 {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 400;
  margin: 24px 0;
  font-family: "Noto Serif", serif;
  letter-spacing: 1rem;
}
#about-contents .morning .morning-inner .morning-box .slider3, #about-contents .morning .morning-inner .morning-box .slider4 {
  position: relative;
}
#about-contents .morning .morning-inner .morning-box .slider3::before, #about-contents .morning .morning-inner .morning-box .slider4::before {
  content: "";
  background: url(../images/about/drink-icon.svg) no-repeat;
  background-size: contain;
  width: 76px;
  height: 49px;
  position: absolute;
  top: 16px;
  left: 24px;
  z-index: 1;
}
#about-contents .morning .morning-inner .morning-box .slider3 .slick-img, #about-contents .morning .morning-inner .morning-box .slider4 .slick-img {
  position: relative;
}
#about-contents .morning .morning-inner .morning-box .slider3 .slick-img h5, #about-contents .morning .morning-inner .morning-box .slider4 .slick-img h5 {
  position: absolute;
  bottom: 8px;
  right: 16px;
  font-size: 1.7rem;
  z-index: 1;
}
#about-contents .morning .morning-inner .morning-box .slider3 .slick-img img, #about-contents .morning .morning-inner .morning-box .slider4 .slick-img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#about-contents .morning .morning-inner .morning-box .slider3 h5 {
  color: #fff;
}
#about-contents .morning .morning-inner .morning-box .slider3 img {
  height: 360px;
}
#about-contents .morning .morning-inner .morning-box .slider4 img {
  height: 480px;
}
#about-contents .morning .morning-inner .morning-box .thumbnail .thumbnail-img, #about-contents .morning .morning-inner .morning-box .thumbnail2 .thumbnail-img, #about-contents .morning .morning-inner .morning-box .thumbnail3 .thumbnail-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
  width: 33.3333333333% !important;
  overflow: hidden;
}
#about-contents .morning .morning-inner .morning-box .thumbnail .thumbnail-img img, #about-contents .morning .morning-inner .morning-box .thumbnail2 .thumbnail-img img, #about-contents .morning .morning-inner .morning-box .thumbnail3 .thumbnail-img img {
  height: 120px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
#about-contents .morning .morning-inner .morning-box .thumbnail .slick-track, #about-contents .morning .morning-inner .morning-box .thumbnail2 .slick-track, #about-contents .morning .morning-inner .morning-box .thumbnail3 .slick-track {
  transform: unset !important;
}
#about-contents .morning .morning-inner .morning-box .thumbnail .slick-current, #about-contents .morning .morning-inner .morning-box .thumbnail2 .slick-current, #about-contents .morning .morning-inner .morning-box .thumbnail3 .slick-current {
  opacity: 1;
}
#about-contents .morning p {
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.3rem;
  margin-top: 16px;
}

#sanbankan-contents {
  margin-bottom: 160px;
}
#sanbankan-contents .btn-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 32px;
  margin-bottom: 80px;
}
#sanbankan-contents .btn-list li a {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  padding: 16px 0;
  background: #8B5E63;
  border-radius: 50px;
  transition: all ease 0.5s;
}
#sanbankan-contents .btn-list li a:hover {
  background: #5C1C23;
}
#sanbankan-contents h2 {
  font-family: "Noto Serif", serif;
  background: #5C1C23;
  font-size: 2.6rem;
  padding: 20px 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 24px;
  letter-spacing: 0.6rem;
}
#sanbankan-contents h3 {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.6rem;
  line-height: 0.8;
}
#sanbankan-contents h3 span {
  font-size: 4.2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
#sanbankan-contents .menu-list {
  margin-top: 40px;
}
#sanbankan-contents .menu-list .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #C8C8C8;
}
#sanbankan-contents .menu-list .menu-item:last-child {
  border-bottom: 1px solid #C8C8C8;
}
#sanbankan-contents .menu-list .menu-item dt, #sanbankan-contents .menu-list .menu-item dd {
  font-size: 1.6rem;
  padding: 12px 24px;
  letter-spacing: 0.2rem;
}
#sanbankan-contents .menu-list .menu-item dd {
  text-align: right;
}
#sanbankan-contents .tyuui {
  font-size: 1.6rem;
  margin-top: 12px;
}
#sanbankan-contents .menu-imglist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 60px;
}
#sanbankan-contents .menu-imglist li figure img {
  width: 100%;
  display: block;
  height: 18vw;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
#sanbankan-contents .menu-imglist li figure figcaption {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 6px;
  font-feature-settings: "palt";
}
#sanbankan-contents #menu01 .menu01-post {
  display: flex;
  justify-content: center;
}
#sanbankan-contents #menu01 .menu01-post .post-box {
  width: 49%;
}
#sanbankan-contents #menu01 .menu01-post .post-box:nth-child(2) {
  margin-left: 2%;
}
#sanbankan-contents #menu01 .menu01-post .post-box p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 8px;
}
#sanbankan-contents #menu01 .menu01-post .post-box .post-img {
  display: block;
}
#sanbankan-contents #menu01 .menu01-post .post-box .post-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 62vw;
  max-height: 840px;
}
#sanbankan-contents #menu01 .media01-premium {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
}
#sanbankan-contents #menu01 .media01-premium figure img {
  width: 100%;
}
#sanbankan-contents #menu01 .menu01-list {
  margin-top: 32px;
}
#sanbankan-contents #menu01 .menu01-list .menu01-item {
  display: flex;
  align-items: center;
}
#sanbankan-contents #menu01 .menu01-list .menu01-item dt, #sanbankan-contents #menu01 .menu01-list .menu01-item dd {
  font-size: 2.2rem;
  font-weight: 400;
}
#sanbankan-contents #menu01 .menu01-list .menu01-item dt {
  width: 550px;
}
#sanbankan-contents #menu01 .menu01-list .menu01-item dd {
  width: calc(100% - 550px);
}
#sanbankan-contents #menu02 .coffee-wrap {
  margin-top: 40px;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-intro {
  background: url(../images/sanbankan/coffee-bg.webp) no-repeat left;
  background-size: cover;
  padding: 80px;
  margin-top: 24px;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-intro .intro-txt {
  width: 45%;
  max-width: 480px;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-intro .intro-txt h4 {
  font-size: 3.6rem;
  color: #fff;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.8rem;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-intro .intro-txt p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  margin-top: 24px;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-map {
  background: #ECE0D0;
  border: 3px solid #C9AEB1;
  padding: 60px 0 0 0;
  margin-top: 60px;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-map h4 {
  font-size: 1.7rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.6rem;
  line-height: 0.6;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-map h4 span {
  font-size: 3.2rem;
  font-weight: 500;
  font-family: "Noto Serif", serif;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-map p {
  text-align: center;
  padding: 12px 0;
  background: #F4ECE1;
  font-size: 1.6rem;
  margin: 24px 0;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-map p br {
  display: none;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-map picture {
  display: block;
  padding: 40px 80px;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-map picture img {
  width: 100%;
  display: block;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-reason h3 {
  background: url(../images/sanbankan/coffee-reason-bg.webp) no-repeat;
  background-size: cover;
  padding: 160px 0 80px 0;
  margin-top: 80px;
  font-size: 3.8rem;
  text-align: center;
  color: #fff;
  font-family: "Noto Serif", serif;
  position: relative;
  line-height: 1;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-reason h3::before {
  content: "";
  background: url(../images/sanbankan/sanbankan-icon.svg) no-repeat;
  background-size: contain;
  width: 74px;
  height: 74px;
  position: absolute;
  left: 0;
  right: 0;
  top: 62px;
  margin: auto;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-reason h3 span {
  font-size: 7.8rem;
  color: #fff;
  font-family: "Noto Serif", serif;
  line-height: 1;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-reason .reason-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  margin-top: 200px;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-reason .reason-list li:nth-child(1) h4::before {
  content: "";
  background: url(../images/sanbankan/coffee-icon01.svg) no-repeat;
  background-size: contain;
  width: 86px;
  height: 98px;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-reason .reason-list li:nth-child(2) h4::before {
  content: "";
  background: url(../images/sanbankan/coffee-icon02.svg) no-repeat;
  background-size: contain;
  width: 50px;
  height: 108px;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-reason .reason-list li:nth-child(3) h4::before {
  content: "";
  background: url(../images/sanbankan/coffee-icon03.svg) no-repeat;
  background-size: contain;
  width: 81px;
  height: 84px;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-reason .reason-list li h4 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  position: relative;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-reason .reason-list li h4::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -140px;
}
#sanbankan-contents #menu02 .coffee-wrap .coffee .coffee-reason .reason-list li p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 16px;
}
#sanbankan-contents #menu02 .coffee-wrap .arrange .arrange-intro {
  background: url(../images/sanbankan/arrange-bg.webp) no-repeat;
  background-size: cover;
  background-position: 60%;
  padding: 80px;
  margin-top: 24px;
}
#sanbankan-contents #menu02 .coffee-wrap .arrange .arrange-intro .intro-txt {
  width: 46%;
  max-width: 360px;
  margin: 0 0 0 auto;
}
#sanbankan-contents #menu02 .coffee-wrap .arrange .arrange-intro .intro-txt h4 {
  font-size: 3.6rem;
  color: #fff;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.8rem;
}
#sanbankan-contents #menu02 .coffee-wrap .arrange .arrange-intro .intro-txt p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  margin-top: 24px;
}
#sanbankan-contents #menu02 .coffee-wrap .tea .tea-intro {
  background: url(../images/sanbankan/tea-bg.webp) no-repeat;
  background-size: cover;
  background-position: 55%;
  padding: 80px;
  margin-top: 24px;
}
#sanbankan-contents #menu02 .coffee-wrap .tea .tea-intro .intro-txt {
  width: 45%;
  max-width: 480px;
}
#sanbankan-contents #menu02 .coffee-wrap .tea .tea-intro .intro-txt .tea-img img {
  width: 100%;
}
#sanbankan-contents #menu02 .coffee-wrap .tea .tea-intro .intro-txt p {
  font-size: 1.6rem;
  color: #333;
  font-weight: 400;
  line-height: 2;
  margin-top: 24px;
}
#sanbankan-contents #menu04 .food-intro {
  margin-top: 24px;
}
#sanbankan-contents #menu04 .food-intro .intro-txt h4 {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.3rem;
  font-feature-settings: "palt";
}
#sanbankan-contents #menu04 .food-intro .intro-txt h4 span {
  font-family: "Noto Serif", serif;
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.8rem;
}
#sanbankan-contents #menu04 .food-intro .intro-txt p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  margin-top: 24px;
}
#sanbankan-contents #menu04 .food01 {
  background: url(../images/sanbankan/food-bg01.webp) no-repeat;
  background-position: 80%;
  background-size: cover;
  padding: 60px 32px;
}
#sanbankan-contents #menu04 .food01 .intro-txt {
  width: 42%;
  max-width: 394px;
  margin: 0 0 0 auto;
}
#sanbankan-contents #menu04 .food02 {
  background: url(../images/sanbankan/food-bg02.webp) no-repeat;
  background-position: 30%;
  background-size: cover;
  padding: 40px 80px;
}
#sanbankan-contents #menu04 .food02 .intro-txt {
  width: 45%;
  max-width: 400px;
}
#sanbankan-contents #menu04 .other-menu {
  background: #ECE0D0;
  border: 3px solid #C9AEB1;
  padding: 32px 40px;
  margin-top: 40px;
}
#sanbankan-contents #menu04 .other-menu h4 {
  font-size: 2.8rem;
  text-align: center;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.8rem;
}
#sanbankan-contents #menu04 .other-menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 16px;
}
#sanbankan-contents #menu04 .other-menu ul li img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 13vw;
  max-height: 200px;
}
#sanbankan-contents #menu05 .sweets-intro {
  background: url(../images/sanbankan/sweets-bg.webp) no-repeat;
  background-position: 60%;
  background-size: cover;
  padding: 80px;
  margin-top: 24px;
}
#sanbankan-contents #menu05 .sweets-intro .intro-txt {
  width: 40%;
  max-width: 380px;
  margin: 0 0 0 auto;
}
#sanbankan-contents #menu05 .sweets-intro .intro-txt h4 {
  font-size: 3.6rem;
  color: #fff;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.8rem;
}
#sanbankan-contents #menu05 .sweets-intro .intro-txt p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  margin-top: 24px;
}

#good-contents {
  margin-bottom: 160px;
}
#good-contents .btn-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px 32px;
  margin-bottom: 80px;
}
#good-contents .btn-list li a {
  display: block;
  text-align: center;
  font-size: 1.7rem;
  color: #fff;
  padding: 16px 0;
  background: #D66A71;
  border-radius: 50px;
  transition: all ease 0.5s;
}
#good-contents .btn-list li a:hover {
  background: #E40211;
}
#good-contents h2 {
  font-family: "Noto Serif", serif;
  background: #E40211;
  font-size: 2.6rem;
  padding: 20px 24px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 24px;
  letter-spacing: 0.6rem;
}
#good-contents h3 {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.6rem;
  line-height: 0.8;
}
#good-contents h3 span {
  font-size: 4.2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
#good-contents .post-list {
  display: flex;
  justify-content: center;
}
#good-contents .post-list .post-box {
  width: 49%;
}
#good-contents .post-list .post-box:nth-child(2) {
  margin-left: 2%;
}
#good-contents .post-list .post-box p {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 8px;
}
#good-contents .post-list .post-box .post-img {
  display: block;
}
#good-contents .post-list .post-box .post-img img {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 62vw;
  max-height: 840px;
}
#good-contents .intro {
  margin-top: 24px;
}
#good-contents .intro img {
  width: 100%;
}
#good-contents .menu-list {
  margin-top: 40px;
}
#good-contents .menu-list .menu-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #C8C8C8;
}
#good-contents .menu-list .menu-item:last-child {
  border-bottom: 1px solid #C8C8C8;
}
#good-contents .menu-list .menu-item dt, #good-contents .menu-list .menu-item dd {
  font-size: 1.6rem;
  padding: 12px 24px;
  letter-spacing: 0.2rem;
}
#good-contents .menu-list .menu-item dd {
  text-align: right;
}
#good-contents .tyuui {
  font-size: 1.6rem;
  margin-top: 12px;
}
#good-contents .menu-imglist {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 60px;
}
#good-contents .menu-imglist li figure img {
  width: 100%;
  display: block;
  height: 18vw;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
#good-contents .menu-imglist li figure figcaption {
  display: block;
  font-size: 1.6rem;
  text-align: center;
  margin-top: 6px;
  font-feature-settings: "palt";
}
#good-contents #menu01 .media01-premium {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  margin-top: 32px;
}
#good-contents #menu01 .media01-premium figure img {
  width: 100%;
}
#good-contents #menu01 .menu01-list {
  margin-top: 32px;
}
#good-contents #menu01 .menu01-list .menu01-item {
  display: flex;
  align-items: center;
}
#good-contents #menu01 .menu01-list .menu01-item dt, #good-contents #menu01 .menu01-list .menu01-item dd {
  font-size: 2.2rem;
  font-weight: 400;
}
#good-contents #menu01 .menu01-list .menu01-item dt {
  width: 550px;
}
#good-contents #menu01 .menu01-list .menu01-item dd {
  width: calc(100% - 550px);
}
#good-contents #menu02 .coffee-wrap {
  margin-top: 40px;
}
#good-contents #menu04 .food-intro {
  margin-top: 24px;
}
#good-contents #menu04 .food-intro .intro-txt h4 {
  font-size: 1.8rem;
  color: #fff;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.3rem;
  font-feature-settings: "palt";
}
#good-contents #menu04 .food-intro .intro-txt h4 span {
  font-family: "Noto Serif", serif;
  font-size: 3.6rem;
  color: #fff;
  letter-spacing: 0.8rem;
}
#good-contents #menu04 .food-intro .intro-txt p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  margin-top: 24px;
}
#good-contents #menu04 .food01 {
  background: url(../images/sanbankan/food-bg01.webp) no-repeat;
  background-position: 80%;
  background-size: cover;
  padding: 60px 32px;
}
#good-contents #menu04 .food01 .intro-txt {
  width: 42%;
  max-width: 394px;
  margin: 0 0 0 auto;
}
#good-contents #menu04 .food02 {
  background: url(../images/sanbankan/food-bg02.webp) no-repeat;
  background-position: 30%;
  background-size: cover;
  padding: 40px 80px;
}
#good-contents #menu04 .food02 .intro-txt {
  width: 45%;
  max-width: 400px;
}
#good-contents #menu04 .other-menu {
  background: #ECE0D0;
  border: 3px solid #C9AEB1;
  padding: 32px 40px;
  margin-top: 40px;
}
#good-contents #menu04 .other-menu h4 {
  font-size: 2.8rem;
  text-align: center;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.8rem;
}
#good-contents #menu04 .other-menu ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 16px;
}
#good-contents #menu04 .other-menu ul li img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 13vw;
  max-height: 200px;
}
#good-contents #menu05 .sweets-intro {
  background: url(../images/sanbankan/sweets-bg.webp) no-repeat;
  background-position: 60%;
  background-size: cover;
  padding: 80px;
  margin-top: 24px;
}
#good-contents #menu05 .sweets-intro .intro-txt {
  width: 40%;
  max-width: 380px;
  margin: 0 0 0 auto;
}
#good-contents #menu05 .sweets-intro .intro-txt h4 {
  font-size: 3.6rem;
  color: #fff;
  font-family: "Noto Serif", serif;
  letter-spacing: 0.8rem;
}
#good-contents #menu05 .sweets-intro .intro-txt p {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 400;
  line-height: 2;
  margin-top: 24px;
}

#history-contents .intro {
  position: relative;
}
#history-contents .intro::before {
  content: "";
  background: url(../images/history/history-bg01.webp) no-repeat;
  background-size: contain;
  max-width: 836px;
  width: 47vw;
  height: 704px;
  position: absolute;
  top: 0;
  right: 0;
}
#history-contents .intro .intro-contents {
  width: 420px;
  margin: 0 auto 16vw 15vw;
}
#history-contents .intro .intro-contents figure {
  width: 20vw;
  max-width: 280px;
  margin: 0 auto;
  text-align: center;
}
#history-contents .intro .intro-contents figure img {
  width: 100%;
}
#history-contents .intro .intro-contents .intro-txt {
  margin-top: 12px;
  width: -moz-fit-content;
  width: fit-content;
}
#history-contents .intro .intro-contents .intro-txt h3 {
  font-family: "Noto Serif", serif;
  font-size: 3.2rem;
  letter-spacing: 0.6rem;
  text-align: center;
}
#history-contents .intro .intro-contents .intro-txt p {
  font-size: 1.6rem;
  text-align: center;
}
#history-contents h2 {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.6rem;
  line-height: 0.8;
}
#history-contents h2 span {
  font-size: 4.2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
#history-contents .history {
  position: relative;
}
#history-contents .history::before {
  content: "";
  background: url(../images/history/history-bg02.webp) no-repeat;
  background-size: contain;
  width: 532px;
  height: 878px;
  position: absolute;
  top: 20vw;
  left: -6vw;
  opacity: 0.13;
}
#history-contents .history::after {
  content: "";
  background: url(../images/history/history-bg03.webp) no-repeat;
  background-size: contain;
  width: 600px;
  height: 484px;
  position: absolute;
  bottom: 5vw;
  right: -7vw;
  opacity: 0.12;
}
#history-contents .history dl .history-item {
  display: flex;
  justify-content: space-between;
}
#history-contents .history dl .history-item dt, #history-contents .history dl .history-item dd {
  font-size: 1.5rem;
  padding: 18px 24px;
}
#history-contents .history dl .history-item dt {
  border-bottom: 1px solid #958082;
  width: 170px;
}
#history-contents .history dl .history-item dd {
  border-bottom: 1px solid #C8C8C8;
  width: calc(100% - 170px);
}

#shop-contents .shop-list-wrap .shop-list:last-child {
  margin-top: 60px;
}
#shop-contents .shop-list-wrap .shop-list .shop-title {
  background: #5C1C23;
  padding: 12px 16px;
  position: relative;
  display: flex;
  align-items: center;
}
#shop-contents .shop-list-wrap .shop-list .shop-title h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  margin-right: 24px;
}
#shop-contents .shop-list-wrap .shop-list .shop-title img {
  height: 36px;
  width: 168px;
  -o-object-fit: contain;
     object-fit: contain;
}
#shop-contents .shop-list-wrap .shop-list .shop-title P {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  position: absolute;
  line-height: 1;
  top: 0;
  bottom: 0;
  right: 16px;
  height: -moz-fit-content;
  height: fit-content;
  margin: auto;
}
#shop-contents .shop-list-wrap .shop-list ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}
#shop-contents .shop-list-wrap .shop-list ul li {
  margin-right: 2%;
  margin-top: 24px;
}
#shop-contents .shop-list-wrap .shop-list ul li:last-child {
  margin-right: 0;
}
#shop-contents .shop-list-wrap .shop-list ul li a {
  display: block;
  transition: all ease 0.5s;
}
#shop-contents .shop-list-wrap .shop-list ul li a:hover {
  opacity: 0.7;
}
#shop-contents .shop-list-wrap .shop-list ul li a figure img {
  width: 110px;
  height: 110px;
  display: block;
  -webkit-clip-path: circle(55px at 50% 50%);
          clip-path: circle(55px at 50% 50%);
  -o-object-fit: cover;
     object-fit: cover;
}
#shop-contents .shop-list-wrap .shop-list ul li a figure figcaption {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
  margin-top: 4px;
}
#shop-contents h2 {
  width: 280px;
  margin: 0 auto;
}
#shop-contents h2 img {
  width: 100%;
}
#shop-contents .shop-contents ul {
  margin-top: 24px;
}
#shop-contents .shop-contents ul li {
  display: flex;
  justify-content: space-between;
}
#shop-contents .shop-contents ul li:last-child .shop-img {
  border-bottom: 1px solid #958082;
}
#shop-contents .shop-contents ul li:last-child .shop-info-wrap {
  border-bottom: 1px solid #C8C8C8;
}
#shop-contents .shop-contents ul li .shop-img {
  border-top: 1px solid #958082;
  padding: 40px 0;
}
#shop-contents .shop-contents ul li .shop-img img {
  width: 25vw;
  height: 25vw;
  max-width: 300px;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#shop-contents .shop-contents ul li .shop-info-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-top: 1px solid #C8C8C8;
  padding: 40px 0 40px 40px;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-info p {
  font-size: 1.8rem;
  font-weight: 700;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-info .shop-name {
  display: flex;
  align-items: center;
  margin: 6px 0 12px 0;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-info .shop-name h3 {
  font-size: 2rem;
  background: #5C1C23;
  line-height: 1;
  padding: 6px 12px;
  font-weight: 700;
  color: #fff;
  margin-right: 16px;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-info .shop-name .tel {
  border: 1px solid #8B5E63;
  border-radius: 50px;
  padding: 8px 24px 8px 40px;
  font-size: 2rem;
  line-height: 1;
  color: #8B5E63;
  font-weight: 700;
  position: relative;
  pointer-events: none;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-info .shop-name .tel::before {
  content: "";
  background: url(../images/shop/tel.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 2px;
  bottom: 0;
  margin: auto;
  left: 20px;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-info dl .shop-item {
  margin-bottom: 16px;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-info dl .shop-item:last-child {
  margin-bottom: 0;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-info dl .shop-item dt {
  font-size: 1.6rem;
  font-weight: 700;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-info dl .shop-item dd {
  font-size: 1.5rem;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-info dl .shop-item dd a {
  text-decoration: underline;
  color: #5C1C23;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-info dl .shop-item dd .tyuui {
  margin-top: 8px;
  font-size: 1.5rem;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-time {
  width: 35%;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-time .baisen {
  background: #AA878B;
  padding: 12px;
  margin-top: 16px;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-time .baisen .baisen-name {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
}
#shop-contents .shop-contents ul li .shop-info-wrap .shop-time .baisen .baisen-txt {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 400;
  color: #fff;
}

#company-contents h2 {
  font-size: 2.1rem;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.6rem;
  line-height: 0.8;
}
#company-contents h2 span {
  font-size: 4.2rem;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
#company-contents dl {
  width: 80%;
  margin: 40px auto 0 auto;
}
#company-contents dl .company-item {
  display: flex;
  justify-content: space-between;
}
#company-contents dl .company-item:first-child dt {
  border-top: 1px solid #958082;
}
#company-contents dl .company-item:first-child dd {
  border-top: 1px solid #C8C8C8;
}
#company-contents dl .company-item dt, #company-contents dl .company-item dd {
  font-size: 1.5rem;
  padding: 20px 24px;
}
#company-contents dl .company-item dt {
  border-bottom: 1px solid #958082;
  width: 170px;
}
#company-contents dl .company-item dd {
  border-bottom: 1px solid #C8C8C8;
  width: calc(100% - 170px);
}
#company-contents dl .company-item dd a {
  color: #5C1C23;
}
#company-contents .access .access-map {
  width: 80%;
  margin: 40px auto 0 auto;
}
#company-contents .access .access-map h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  color: #fff;
  padding: 8px 0;
  background: #5C1C23;
}
#company-contents .access .access-map iframe {
  width: 100%;
  height: 400px;
}

#message-contents {
  position: relative;
}
#message-contents::before {
  content: "";
  background: url(../images/history/history-bg02.webp) no-repeat;
  background-size: contain;
  width: 30vw;
  height: 50vw;
  position: absolute;
  left: -2vw;
  top: 0;
}
#message-contents::after {
  content: "";
  background: url(../images/message/message-bg01.webp) no-repeat;
  background-size: contain;
  width: 60vw;
  height: 45vw;
  position: absolute;
  right: -13svw;
  top: 0;
}
#message-contents .message-inner {
  position: relative;
  margin-bottom: 240px;
  display: grid;
  place-items: center;
}
#message-contents .message-inner::before {
  content: "";
  background: url(../images/message/message-bg02.webp) no-repeat;
  background-size: contain;
  width: 20vw;
  height: 17vw;
  position: absolute;
  right: 10vw;
  top: 35vw;
  z-index: 1;
}
#message-contents .message-inner h2 {
  font-family: "Noto Serif", serif;
  line-height: 2;
  letter-spacing: 1rem;
  font-size: 2.8rem;
  writing-mode: vertical-rl;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 0 auto;
  padding-top: 10vw;
}
#message-contents .message-inner h2::before {
  content: "";
  background: #5C1C23;
  width: 1px;
  height: 5vw;
  position: absolute;
  left: 0;
  right: 0;
  top: 3vw;
  margin: auto;
}
#message-contents .message-inner p {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2;
  font-family: "Noto Serif", serif;
  margin-top: 40px;
  letter-spacing: 0.6rem;
}

#recruit-contents .bnr-area {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
}
#recruit-contents .bnr-area .bnr-box {
  overflow: hidden;
  position: relative;
}
#recruit-contents .bnr-area .bnr-box::before {
  content: "";
  background: linear-gradient(rgba(92, 28, 35, 0.1) 65%, rgb(92, 28, 35) 99%);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
#recruit-contents .bnr-area .bnr-box .bnr-txt {
  position: absolute;
  left: 20px;
  bottom: 24px;
  font-size: 2.8rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.6;
  z-index: 2;
}
#recruit-contents .bnr-area .bnr-box .bnr-bg {
  display: block;
  height: 9vw;
  min-height: 240px;
  transition: all ease 0.9s;
}
#recruit-contents .bnr-area .bnr-box .bnr-bg:hover {
  transform: scale(1.15);
}
#recruit-contents .bnr-area .bnr-box:nth-child(1) .bnr-bg {
  background: url(../images/recruit/bnr-img01.webp) no-repeat center;
  background-size: cover;
}
#recruit-contents .bnr-area .bnr-box:nth-child(2) .bnr-bg {
  background: url(../images/recruit/bnr-img02.webp) no-repeat center;
  background-size: cover;
}
#recruit-contents .comics {
  max-width: 1000px;
  width: 90%;
  margin: 200px auto 0 auto;
  background: #ECE0D0;
  border: 3px solid #C9AEB1;
  padding: 160px 0 40px 0;
  position: relative;
  display: block;
  transition: all ease 0.5s;
}
#recruit-contents .comics:hover {
  background: #C9AEB1;
}
#recruit-contents .comics:hover .comics-img {
  top: -150px;
  opacity: 0.9;
}
#recruit-contents .comics .comics-img {
  position: absolute;
  left: 0;
  right: 0;
  top: -140px;
  margin: auto;
  width: 200px;
  transition: all ease 0.5s;
}
#recruit-contents .comics .comics-img::after {
  content: "";
  background: url(../images/recruit/check-txt.svg) no-repeat;
  background-size: contain;
  width: 210px;
  height: 140px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -210px;
  margin: auto;
}
#recruit-contents .comics .comics-img img {
  width: 100%;
  display: block;
}
#recruit-contents .comics h3 {
  font-size: 2.8rem;
  font-weight: 400;
  font-family: "Noto Serif", serif;
  text-align: center;
}
#recruit-contents .sub-title {
  font-size: 2.8rem;
  letter-spacing: 0.8rem;
  font-family: "Noto Serif", serif;
  text-align: center;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
#recruit-contents .sub-title::before {
  content: "";
  background: #5C1C23;
  width: 60px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -86px;
  margin: auto;
}
#recruit-contents .sub-title::after {
  content: "";
  background: #5C1C23;
  width: 60px;
  height: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -72px;
  margin: auto;
}
#recruit-contents .recruit .intro {
  display: flex;
  justify-content: space-between;
}
#recruit-contents .recruit .intro .intro-txt {
  width: 45%;
}
#recruit-contents .recruit .intro .intro-txt h2 {
  background: #5C1C23;
  padding: 12px 16px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #fff;
}
#recruit-contents .recruit .intro .intro-txt p {
  font-size: 1.8rem;
  font-weight: 500;
  margin-top: 24px;
  line-height: 2;
}
#recruit-contents .recruit .intro figure {
  width: 50%;
}
#recruit-contents .recruit .intro figure img {
  width: 100%;
}
#recruit-contents .recruit .check .check-box {
  background: #ECE0D0;
  border: 3px solid #C9AEB1;
  padding: 40px 0;
  margin-top: 16px;
  display: grid;
  place-items: center;
}
#recruit-contents .recruit .check .check-box ul {
  width: -moz-fit-content;
  width: fit-content;
}
#recruit-contents .recruit .check .check-box ul li {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 12px 0;
  position: relative;
}
#recruit-contents .recruit .check .check-box ul li::before {
  content: "";
  background: url(../images/recruit/check-icon.svg) no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -40px;
  margin: auto;
}
#recruit-contents .recruit .slider5, #recruit-contents .recruit .slider6 {
  margin: 120px 0 0 0;
}
#recruit-contents .recruit .slider5 img, #recruit-contents .recruit .slider6 img {
  width: 22vw;
  height: 22vw;
  -o-object-fit: cover;
     object-fit: cover;
}
#recruit-contents .recruit .info dl {
  width: 80%;
  margin: 40px auto 0 auto;
}
#recruit-contents .recruit .info dl .info-item {
  display: flex;
  justify-content: space-between;
}
#recruit-contents .recruit .info dl .info-item:first-child dt {
  border-top: 1px solid #958082;
}
#recruit-contents .recruit .info dl .info-item:first-child dd {
  border-top: 1px solid #C8C8C8;
}
#recruit-contents .recruit .info dl .info-item dt, #recruit-contents .recruit .info dl .info-item dd {
  font-size: 1.5rem;
  padding: 20px 16px;
}
#recruit-contents .recruit .info dl .info-item dt {
  border-bottom: 1px solid #958082;
  width: 170px;
}
#recruit-contents .recruit .info dl .info-item dd {
  border-bottom: 1px solid #C8C8C8;
  width: calc(100% - 170px);
}
#recruit-contents .recruit .info dl .info-item dd a {
  color: #5C1C23;
  text-decoration: underline;
  pointer-events: none;
}
#recruit-contents .full .point ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  margin-top: 140px;
}
#recruit-contents .full .point ul li {
  position: relative;
}
#recruit-contents .full .point ul li::before {
  content: "";
  width: 50px;
  height: 55px;
  position: absolute;
  left: 0;
  right: 0;
  top: -80px;
  margin: auto;
}
#recruit-contents .full .point ul li:nth-child(1)::before {
  background: url(../images/recruit/count01.svg) no-repeat;
  background-size: contain;
}
#recruit-contents .full .point ul li:nth-child(2)::before {
  background: url(../images/recruit/count02.svg) no-repeat;
  background-size: contain;
}
#recruit-contents .full .point ul li:nth-child(3)::before {
  background: url(../images/recruit/count03.svg) no-repeat;
  background-size: contain;
}
#recruit-contents .full .point ul li h4 {
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
  border-bottom: 1px solid #5C1C23;
  padding-bottom: 8px;
  letter-spacing: 0.009rem;
}
#recruit-contents .full .point ul li p {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 16px;
  font-weight: 400;
  letter-spacing: 0.3rem;
}
#recruit-contents .full .flow ul {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 28px;
}
#recruit-contents .full .flow ul li {
  background: url(../images/recruit/flow-bg.svg) no-repeat center;
  background-size: contain;
  font-size: 1.7rem;
  text-align: center;
  padding: 80px 0;
  letter-spacing: 0.0001rem;
  position: relative;
}
#recruit-contents .full .flow ul li::after {
  content: "";
  background: url(../images/recruit/arrow.svg) no-repeat;
  background-size: contain;
  width: 9px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -18px;
  margin: auto;
}
#recruit-contents .full .flow ul li:last-child::after {
  display: none;
}

#contact-contents .contact-form {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto 120px auto;
}
#contact-contents .contact-form p {
  font-size: 1.8rem;
}
#contact-contents .contact-form form {
  margin-top: 24px;
  background: #ECE0D0;
  border: 3px solid #C9AEB1;
  padding: 60px;
}
#contact-contents .contact-form form dl div {
  padding: 12px 0;
  display: flex;
  align-items: center;
}
#contact-contents .contact-form form dl div dt {
  width: 240px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 4px;
}
#contact-contents .contact-form form dl div dt span.hissu {
  color: #fff;
  background: #5C1C23;
  line-height: 1;
  font-size: 1.2rem;
  padding: 1px 4px;
  margin-right: 6px;
}
#contact-contents .contact-form form dl div dt br {
  display: none;
}
#contact-contents .contact-form form dl div dd {
  width: calc(100% - 240px);
}
#contact-contents .contact-form form dl div dd input, #contact-contents .contact-form form dl div dd textarea {
  font-size: 1.5rem;
  padding: 16px 16px;
  background: #F8F8F6;
  border: 1px solid #D5D5D5;
  box-sizing: border-box;
  width: 100%;
  border-radius: 3px;
}
#contact-contents .contact-form form dl div .radio label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 1.5rem;
  margin: 6px 24px 6px 0;
  display: inline-block;
  width: auto;
}
#contact-contents .contact-form form dl div .radio input {
  border-radius: 50px;
  position: absolute;
  background-color: #fff;
  border: 1px solid #D4D0D0;
  width: 16px;
  height: 16px;
  font-size: 16px;
  top: 1px;
  left: 0;
  accent-color: #8B5E63;
}
#contact-contents .contact-form form dl div .radio .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
#contact-contents .contact-form form .btn-group {
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0 auto;
  position: relative;
}
#contact-contents .contact-form form .btn-group::before {
  content: "";
  background: url(../images/contact/arrow.svg) no-repeat;
  background-size: contain;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
  z-index: 1;
}
#contact-contents .contact-form form .btn-group input[type=submit] {
  border: none;
  font-size: 1.8rem;
  -webkit-appearance: none;
  cursor: pointer;
  transition: all ease 0.5s;
  padding: 16px 60px;
  background: #5C1C23;
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
}
#contact-contents .contact-form form .btn-group input[type=submit]:hover {
  background: #8B5E63;
}
#contact-contents .contact-form form .wpcf7-not-valid-tip {
  font-size: 1.3rem;
}
#contact-contents .contact-form form .wpcf7-response-output {
  font-size: 1.8rem;
  text-align: center;
  color: #dc3232;
  font-weight: bold;
}
#contact-contents .contact-form form .wpcf7-spinner {
  position: absolute !important;
}

#news-contents {
  margin-bottom: 160px;
}
#news-contents .news-list2 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-top: 24px;
}
#news-contents .news-list2 .news-box a {
  transition: all ease 0.5s;
  display: block;
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  height: 100%;
}
#news-contents .news-list2 .news-box a:hover {
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.15);
}
#news-contents .news-list2 .news-box a .news-img img {
  width: 100%;
  height: 16vw;
  max-height: 240px;
  -o-object-fit: cover;
     object-fit: cover;
}
#news-contents .news-list2 .news-box a .news-txt {
  padding: 16px;
}
#news-contents .news-list2 .news-box a .news-txt time {
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
}
#news-contents .news-list2 .news-box a .news-txt h3 {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 8px;
}
#news-contents .pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #EDE0D0;
  padding: 24px 40px;
  margin: 60px 0;
  position: relative;
}
#news-contents .pagenation ul li {
  margin-right: 2%;
}
#news-contents .pagenation ul li a {
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  height: 35px;
  font-size: 1.7rem;
  width: 35px;
  transition: all ease 0.3s;
  background: #5C1C23;
  border-radius: 50px;
}
#news-contents .pagenation ul .page-active {
  font-size: 1.7rem;
  font-family: "Roboto", sans-serif;
}
#news-contents .pagenation ul .next a, #news-contents .pagenation ul .prev a {
  color: #5C1C23;
  font-size: 1.7rem;
  background: none;
  width: auto;
  font-family: "Noto Sans JP", sans-serif;
}
#news-contents .pagenation ul .next {
  position: absolute;
  right: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#news-contents .pagenation ul .prev {
  position: absolute;
  left: 2%;
  top: 0;
  bottom: 0;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
#news-contents .news-detail .title time {
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
}
#news-contents .news-detail .title h2 {
  font-size: 1.8rem;
  font-weight: 500;
  color: #fff;
  background: #5C1C23;
  padding: 18px 24px;
  margin-top: 8px;
}
#news-contents .news-detail .news-contents {
  padding: 40px 0;
  border-bottom: 1px solid #DFDFDF;
}
#news-contents .news-detail .news-contents p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
}
#news-contents .news-detail .news-contents p img {
  width: 100%;
  display: block;
}
#news-contents .news-detail .news-contents p a {
  text-decoration: underline;
}
#news-contents .news-detail .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 0 auto;
}

#privacy-contents {
  margin-bottom: 120px;
}
#privacy-contents ul {
  display: grid;
  gap: 48px;
}
#privacy-contents ul li h2 {
  font-size: 1.8rem;
  color: #fff;
  padding: 12px 16px;
  background: #5C1C23;
}
#privacy-contents ul li p {
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 2;
  margin-top: 16px;
}
#privacy-contents .contact-area {
  background: #ECE0D0;
  padding: 40px 0;
  border: 3px solid #C9AEB1;
  margin-top: 80px;
}
#privacy-contents .contact-area h2 {
  font-size: 2.8rem;
  font-family: "Noto Serif", serif;
  text-align: center;
}
#privacy-contents .contact-area dl {
  width: 80%;
  margin: 24px auto 0 auto;
}
#privacy-contents .contact-area dl .contact-item {
  display: flex;
  justify-content: space-between;
}
#privacy-contents .contact-area dl .contact-item:first-child dt {
  border-top: 1px solid #958082;
}
#privacy-contents .contact-area dl .contact-item:first-child dd {
  border-top: 1px solid #C8C8C8;
}
#privacy-contents .contact-area dl .contact-item dt, #privacy-contents .contact-area dl .contact-item dd {
  font-size: 1.5rem;
  padding: 20px 24px;
}
#privacy-contents .contact-area dl .contact-item dt {
  border-bottom: 1px solid #958082;
  width: 170px;
}
#privacy-contents .contact-area dl .contact-item dd {
  border-bottom: 1px solid #C8C8C8;
  width: calc(100% - 170px);
}
#privacy-contents .contact-area dl .contact-item dd a {
  color: #5C1C23;
}
#privacy-contents .contact-area dl .contact-item dd .tel {
  pointer-events: none;
}

.bnr-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  margin: 120px auto;
  width: 90%;
}
.bnr-list .menu-box {
  overflow: hidden;
  position: relative;
}
.bnr-list .menu-box::before {
  content: "";
  background: linear-gradient(rgba(92, 28, 35, 0.1) 65%, rgb(92, 28, 35) 99%);
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  pointer-events: none;
  z-index: 1;
}
.bnr-list .menu-box .menu-txt {
  position: absolute;
  left: 20px;
  bottom: 24px;
  font-size: 1.7rem;
  font-weight: 400;
  color: #fff;
  line-height: 0.6;
  z-index: 2;
}
.bnr-list .menu-box .menu-txt span {
  font-size: 3.4rem;
  font-family: "Roboto", system-ui;
  color: #fff;
}
.bnr-list .menu-box .menu-bg {
  display: block;
  height: 10vw;
  min-height: 280px;
  transition: all ease 0.9s;
}
.bnr-list .menu-box .menu-bg:hover {
  transform: scale(1.15);
}
.bnr-list .menu-box:nth-child(1) .menu-bg {
  background: url(../images/contents_bg01.webp) no-repeat center;
  background-size: cover;
}
.bnr-list .menu-box:nth-child(2) {
  background: url(../images/contents_bg02.webp) no-repeat center;
  background-size: cover;
}
.bnr-list .menu-box:nth-child(2) .menu-btn-list {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.bnr-list .menu-box:nth-child(2) .menu-btn-list li:first-child {
  margin-bottom: 16px;
}
.bnr-list .menu-box:nth-child(2) .menu-btn-list li a {
  width: 100%;
  display: block;
  transition: all ease 0.5s;
}
.bnr-list .menu-box:nth-child(2) .menu-btn-list li a:hover {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.7);
}
.bnr-list .menu-box:nth-child(2) .menu-btn-list li a img {
  width: 100%;
  display: block;
}
.bnr-list .menu-box:nth-child(3) .menu-bg {
  background: url(../images/contents_bg03.webp) no-repeat center;
  background-size: cover;
}
.bnr-list .menu-box:nth-child(4) .menu-bg {
  background: url(../images/contents_bg04.webp) no-repeat center;
  background-size: cover;
}
.bnr-list .menu-box:nth-child(5) .menu-bg {
  background: url(../images/banner_bg01.webp) no-repeat center;
  background-size: cover;
}
.bnr-list .menu-box:nth-child(6) .menu-bg {
  background: url(../images/banner_bg02.webp) no-repeat center;
  background-size: cover;
}

#global-footer {
  position: relative;
  background: #5C1C23;
}
#global-footer .page-top {
  position: absolute;
  bottom: 80px;
  right: 32px;
  z-index: 999;
  width: 21px;
  height: 65px;
  display: block;
  transition: all ease 0.5s;
}
#global-footer .page-top:hover {
  opacity: 0.5;
}
#global-footer .page-top img {
  width: 100%;
}
#global-footer .footer-contents {
  padding: 80px 0 120px 0;
  position: relative;
  display: flex;
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
}
#global-footer .footer-contents .footer-logo {
  width: 120px;
}
#global-footer .footer-contents .footer-logo img {
  width: 100%;
}
#global-footer .footer-contents .footer-menu {
  margin-bottom: 40px;
  width: 82%;
}
#global-footer .footer-contents .footer-menu .footer-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
}
#global-footer .footer-contents .footer-menu .footer-list li {
  margin-left: 36px;
}
#global-footer .footer-contents .footer-menu .footer-list li:first-child {
  margin-left: none;
}
#global-footer .footer-contents .footer-menu .footer-list li:nth-last-child(-n+3) a {
  color: #C2A4A8;
}
#global-footer .footer-contents .footer-menu .footer-list li:nth-last-child(-n+3) a:hover {
  color: #8B5E63;
}
#global-footer .footer-contents .footer-menu .footer-list li a {
  font-size: 1.5rem;
  font-weight: 400;
  padding: 8px 0;
  display: block;
  transition: all ease 0.5s;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
}
#global-footer .footer-contents .footer-menu .footer-list li a:hover {
  color: #C2A4A8;
}
#global-footer .footer-contents p.copy_small {
  font-size: 1.2rem;
  text-align: center;
  color: #fff;
  position: absolute;
  bottom: 82px;
  right: 0;
}/*# sourceMappingURL=style.css.map */