*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
}

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

ol,
ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

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

button {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  cursor: pointer;
  font: inherit;
}

input,
select,
textarea {
  font: inherit;
  color: inherit;
  vertical-align: top;
}

body {
  font-size: 16px;
  line-height: 1.7;
  color: #2b090c;
  font-family: "Noto Sans JP", serif;
  background: #d4cab9;
}

@media screen and (min-width: 768px) {
  .header__inner {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.header {
  position: fixed;
  margin-top: 0;
  left: 0;
  border-bottom: 1px solid #3e244b;
  width: 100%;
  text-align: center;
  z-index: 99;
}

.header__logo a img {
  width: 70px;
  height: 70px;
}

.header__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 70px;
}
@media screen and (min-width: 768px) {
  .header__nav {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.header__link {
  color: white;
}
@media screen and (min-width: 768px) {
  .header__link {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .header__link:hover {
    opacity: 0.7;
  }
}

.fv {
  position: relative;
}

.fv__contents {
  position: absolute;
  bottom: 10px;
  left: 25px;
  width: 50px;
  height: 25px;
}

.section {
  margin-top: 80px;
}

.section__inner {
  padding: 0 15px;
}

.section__head {
  margin-bottom: 15px;
}

.section__head-main {
  display: block;
  font-size: 36px;
}

.section__head-sub {
  display: block;
  font-size: 11px;
}

@media screen and (min-width: 768px) {
  .about__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (min-width: 768px) {
  .about__item {
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

.door-wrap {
  position: relative;
  width: 125px;
  height: 300px;
}

.door, .door-back, .bk-img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 400px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.door {
  z-index: 10;
  -webkit-transition: 3s;
  transition: 3s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.door-back {
  z-index: 5;
}

.bk-img {
  z-index: 6;
  width: 335px;
}

.about__name {
  margin: 30px 0;
  font-size: 20px;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .about__name {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    margin: 0 30px;
  }
}

.about__text {
  font-size: 15px;
}
@media screen and (min-width: 768px) {
  .about__text {
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    -webkit-box-flex: 1;
        -ms-flex: auto;
            flex: auto;
  }
}

@media screen and (min-width: 768px) {
  .location__contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.location__info {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .location__info {
    width: 22%;
  }
}

.access__text {
  margin-top: 10px;
}
.access__text a {
  color: #0e6227;
}

.access__name {
  font-size: 24px;
  font-weight: 700;
}

.location__map {
  margin-top: 30px;
}
.location__map iframe {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .location__map {
    width: 74%;
  }
}

@media screen and (min-width: 768px) {
  .menu__grid {
    display: grid;
    gap: 26px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 6%;
    margin-bottom: 50px;
  }
}

.menu__item {
  margin-top: 20px;
}

.menu__text {
  text-align: center;
}

.sns__nav-item {
  text-align: center;
  margin-bottom: 20px;
}

.sns__nav-link img {
  width: 200px;
  height: 200px;
}

.footer {
  text-align: center;
  padding: 10px;
  background-color: #f4e462;
}