@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700&display=swap");
/*--共通クラス--*/
* {
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  font-family: "Shippori Mincho", serif;
  list-style: none;
  letter-spacing: 0.08em;
}

header, footer, nav, section, article, aside, figure, figcaption {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
  list-style-type: none;
}

.container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 15px;
}
@media (max-width: 767px) {
  .container {
    padding: 20px;
  }
}
@media (max-width: 1029px) {
  .container {
    padding: 20px;
  }
}

.clear::after {
  content: "";
  clear: both;
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.p-inner {
  padding: 20px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .p-inner {
    padding: 0 20px;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .p-inner {
    padding: 0 40px;
  }
}

header {
  height: 80px;
  background-color: #292929;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 90px;
}
@media (max-width: 767px) {
  header {
    padding: 0 20px;
  }
}

.p-nav__logo {
  font-size: 40px;
}
@media (max-width: 767px) {
  .p-nav__logo {
    font-size: 36px;
  }
}

.p-nav__menu {
  display: flex;
}
@media (max-width: 767px) {
  .p-nav__menu {
    display: none;
  }
}

.menu-list {
  margin-right: 50px;
}
.menu-list:last-child {
  margin-right: 0px;
}
.menu-list a:hover {
  color: #A80000;
  transition: all 0.3s ease;
}

.drawer-icon {
  position: fixed;
  top: 33px;
  right: 21px;
  z-index: 300;
  display: none;
  transition: transform 0.5s ease 0s;
}
@media (max-width: 767px) {
  .drawer-icon {
    display: block;
  }
}
.drawer-icon.is-active {
  transform: translateX(-200px);
}
.drawer-icon.is-active .drawer-icon__bar1 {
  transform: rotate(-45deg);
  top: 8px;
}
.drawer-icon.is-active .drawer-icon__bar2 {
  display: none;
}
.drawer-icon.is-active .drawer-icon__bar3 {
  transform: rotate(45deg);
  top: 8px;
}

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

.drawer-icon__bar1, .drawer-icon__bar2, .drawer-icon__bar3 {
  position: absolute;
  width: 22px;
  height: 2px;
  background: #fff;
  top: 0;
  left: 0;
}

.drawer-icon__bar1 {
  top: 0;
}

.drawer-icon__bar2 {
  top: 8px;
}

.drawer-icon__bar3 {
  top: 16px;
}

.drawer-content {
  width: 200px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.16);
  z-index: 299;
  transform: translateX(105%);
  transition: transform 0.5s ease 0s;
}
.drawer-content.is-active {
  transform: translateX(0);
}

.drawer-content__item {
  border-bottom: 1px dotted #707070;
}
.drawer-content__item a {
  display: block;
  color: #707070;
  text-decoration: none;
  padding: 18px 20px;
  position: relative;
}
.drawer-content__item a::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 11px;
}

.drawer-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 298;
  display: none;
}
.drawer-background.is-active {
  display: block;
}

.main {
  background: url(/img/main-visual.png) transparent no-repeat center center/cover;
  height: 100vh;
}
@media (max-width: 767px) {
  .main h1 {
    width: 350px;
    margin: 0 auto;
  }
}
.main h1 {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  letter-spacing: 0.08em;
  text-shadow: 8px 5px 9px rgba(0, 0, 0, 0.5);
}

.main-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.main-title01 {
  font-size: 30px;
}
@media (max-width: 767px) {
  .main-title01 {
    font-size: 18px;
  }
}

.main-title02 {
  font-size: 40px;
}
@media (max-width: 767px) {
  .main-title02 {
    font-size: 28px;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .main-title02 {
    max-width: 600px;
    margin: 0 auto;
  }
}

.establishment {
  background-color: #292929;
  height: 300px;
  position: relative;
}
@media (max-width: 767px) {
  .establishment {
    height: 250px;
  }
}

.establishment-title {
  color: #fff;
  font-size: 35px;
  font-weight: 600;
  line-height: 1.4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 767px) {
  .establishment-title {
    margin: 0 auto;
    font-size: 2em;
  }
}

.about {
  height: auto;
  z-index: 1;
  position: -webkit-sticky;
  position: sticky;
  overflow: hidden;
  background: transparent url(/img/newshanhaiken-bg.png) no-repeat center center/cover;
}
@media (max-width: 767px) {
  .about {
    background: transparent url("/img/history-maru-sp.png") no-repeat center center/contain;
    background-color: #292929;
  }
}

.about-wrapper {
  display: flex;
  align-items: center;
  padding: 15% 0;
}
@media (max-width: 767px) {
  .about-wrapper {
    display: block;
  }
}

.about-left {
  max-width: 800px;
  width: 100%;
  margin: auto;
}

.about-text {
  color: #fff;
  line-height: 2;
  font-weight: bold;
}
@media (max-width: 767px) {
  .about-text {
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
  }
}

.owner {
  transform: translate(80%, 0%);
}

.detailed {
  background-color: #292929;
  padding-top: 50px;
  overflow: hidden;
}

.section-title {
  color: #fff;
  text-align: center;
  font-size: 60px;
  position: relative;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 767px) {
  .section-title {
    font-size: 30px;
  }
}
.section-title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15%;
  border: 1px solid #fff;
  width: 50px;
}
@media (max-width: 767px) {
  .section-title::after {
    left: 0%;
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .section-title::after {
    left: 10%;
  }
}
.section-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15%;
  border: 1px solid #fff;
  width: 50px;
}
@media (max-width: 767px) {
  .section-title::before {
    right: 0%;
    width: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .section-title::before {
    right: 10%;
  }
}

.detailed-wrapper {
  padding-top: 50px;
  position: relative;
}
@media (max-width: 767px) {
  .detailed-wrapper {
    padding: 50px 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .detailed-wrapper {
    padding: 50px 20px 0;
  }
}
.detailed-wrapper::after {
  position: absolute;
  content: url(/img/fude.png);
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .detailed-wrapper::after {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .detailed-wrapper::after {
    left: 35%;
  }
}

.detailed-body {
  position: relative;
  height: 470px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
@media (max-width: 767px) {
  .detailed-body {
    height: 100%;
  }
}
.detailed-body::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.detailed-body01 {
  background: transparent url(/img/soup01.png) no-repeat top center/cover;
}

.detailed-body02 {
  background: transparent url(/img/yugiri.png) no-repeat top center/cover;
}

.detailed-body03 {
  background: transparent url(/img/noodle1.png) no-repeat bottom 9% center/cover;
}

.detailed-items {
  position: inherit;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 767px) {
  .detailed-items {
    flex-direction: column;
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .detailed-noodle__flex {
    display: flex;
    flex-direction: column-reverse;
  }
}

.detailed-img {
  margin-top: 20px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .detailed-img {
    margin-top: 0px;
    margin-right: 0px;
    margin: 0 auto;
  }
  .detailed-img img {
    width: 100%;
  }
}
.detailed-img span {
  color: #fff;
  font-size: 40px;
  position: absolute;
  content: "";
}
@media (max-width: 767px) {
  .detailed-img span {
    font-size: 30px;
  }
}

.detailed-soup-img span, .detailed-material-img span {
  top: -20px;
  left: -37px;
}
@media (max-width: 767px) {
  .detailed-soup-img span, .detailed-material-img span {
    left: 7px;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .detailed-soup-img span, .detailed-material-img span {
    left: 0px;
  }
}
.detailed-soup-img::before, .detailed-material-img::before {
  position: absolute;
  content: "";
  top: -45px;
  left: -45px;
  background: transparent url(/img/icon-maru.png) no-repeat center center/cover;
  width: 108px;
  height: 106px;
}
@media (max-width: 767px) {
  .detailed-soup-img::before, .detailed-material-img::before {
    width: 93px;
    height: 91px;
    left: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .detailed-soup-img::before, .detailed-material-img::before {
    left: -10px;
  }
}

.detailed-noodle-img span {
  top: -20px;
  right: -10px;
}
@media (max-width: 767px) {
  .detailed-noodle-img span {
    top: -12px;
    right: 37px;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .detailed-noodle-img span {
    right: 27px;
  }
}
.detailed-noodle-img::before {
  position: absolute;
  content: "";
  top: -45px;
  right: -45px;
  background: transparent url(/img/icon-maru.png) no-repeat center center/cover;
  width: 108px;
  height: 106px;
}
@media (max-width: 767px) {
  .detailed-noodle-img::before {
    right: 0px;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .detailed-noodle-img::before {
    right: -5px;
  }
}

.shadow-img {
  position: absolute;
  content: "";
  top: 20px;
  left: -35px;
  width: 100%;
  height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .shadow-img {
    display: none;
  }
}

.detailed-text {
  color: #fff;
  max-width: 490px;
  line-height: 2;
  z-index: 1;
}
@media (max-width: 767px) {
  .detailed-text {
    padding: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .detailed-text {
    z-index: 3;
    padding: 20px;
  }
}

.gallery {
  background-color: #292929;
  padding: 80px 0;
  overflow: hidden;
}

.gallery-wrapper {
  display: flex;
  justify-content: center;
}
.gallery-wrapper img {
  overflow: hidden;
}
@media (max-width: 767px) {
  .gallery-wrapper {
    flex-wrap: wrap;
  }
  .gallery-wrapper img {
    width: 50%;
  }
}

.information {
  background-color: #292929;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 100px;
}

.info-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .info-wrapper {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .info-wrapper {
    flex-direction: column;
  }
}

.info-title {
  font-size: 36px;
  color: #fff;
  text-align: center;
}

.info-text {
  margin-right: 80px;
}
@media (max-width: 767px) {
  .info-text {
    margin: 0 auto;
  }
}

.info-date {
  padding: 50px 20px;
  letter-spacing: 0.08em;
}
@media (max-width: 767px) {
  .info-date {
    padding-top: 40px;
  }
}
.info-date li {
  color: #fff;
  line-height: 1.9;
}

.info-item {
  display: flex;
  align-items: center;
}
.info-item svg {
  fill: #fff;
  width: 40px;
  height: 40px;
  margin-right: 20px;
}
.info-item svg:hover {
  fill: #A80000;
  transition: all 0.3s ease;
}

.info-map {
  position: relative;
}
@media (max-width: 767px) {
  .info-map {
    padding-top: 20%;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1029px) {
  .info-map {
    margin-top: 50px;
  }
}
.info-map::before {
  position: absolute;
  content: "";
  top: -80px;
  left: 80px;
  width: 560px;
  height: 450px;
  background-color: #A80000;
}
@media (max-width: 767px) {
  .info-map::before {
    top: 36px;
    left: 0;
  }
}
.info-map iframe {
  z-index: 100;
  position: inherit;
}
@media (max-width: 767px) {
  .info-map iframe {
    width: 100%;
  }
}

.movie {
  height: 100%;
  width: 100%; /*背景色を横幅いっぱいに広げる*/
  text-align: center;
  margin: auto;
  background-color: #292929;
}

#video {
  width: 100%;
  max-width: 2000px; /*PC版での最大幅*/
}

footer {
  background-color: #A80000;
  color: #fff;
  text-align: center;
  height: 70px;
  padding: 30px;
}