body {
  line-height: 1.5;
  letter-spacing: .05em;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 15px;
}

main {
  margin-left: auto;
  width: calc(100vw - 130px);
}

.main {
  width: 100%;
}

h2 {
  font-family: 'Josefin Sans', sans-serif;
}

h2::first-letter {
  font-family: 'Nunito Sans', sans-serif;
}

@font-face {
  font-family: 'Connoisseurs';
  src: url(../Connoisseurs.ttf);
}

.header {
  width: 130px;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 50px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10000;
}

.header__logo {
  position: absolute;
  top: 35px;
  left: 25px;
  width: 132px;
  z-index: 100000;
  display: none;
}

.header__logo a {
  display: block;
}

.header__logo a img {
  width: 100%;
  height: auto;
}

.header__hamburger {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 38px;
  z-index: 10000;
  cursor: pointer;
}

.header__hamburger span {
  width: 100%;
  height: 2px;
  background: #000;
  display: block;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__hamburger span:nth-of-type(1) {
  margin-bottom: 6px;
}

.header__hamburger span.change:nth-of-type(1) {
  -webkit-transform: translateY(4px) rotate(30deg);
          transform: translateY(4px) rotate(30deg);
}

.header__hamburger span:nth-of-type(2) {
  margin-top: 6px;
}

.header__hamburger span.change:nth-of-type(2) {
  -webkit-transform: translateY(-4px) rotate(-30deg);
          transform: translateY(-4px) rotate(-30deg);
}

.header__sns {
  position: relative;
}

.header__sns a {
  display: block;
  font-size: 26px;
  text-decoration: none;
  margin-top: 25px;
  color: #000;
}

.top {
  height: 100vh;
  position: relative;
  opacity: 0;
  overflow: hidden;
  width: 0;
}

.top.show {
  -webkit-animation-name: recruitShow;
          animation-name: recruitShow;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.top__img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  bottom: 0;
  left: 0;
  top: 0;
}

.top__img picture {
  height: 100%;
}

.top__img picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: calc(100vw - 130px);
}

@-webkit-keyframes recruitShow {
  0% {
    width: 0;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

.sidebar {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 479px;
  padding-left: 210px;
  padding-top: 120%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  z-index: 100;
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  -webkit-transition: .3s;
  transition: .3s;
}

.sidebar.show {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.sidebar__menu ul li a {
  text-decoration: none;
  color: #000;
  display: inline-block;
  margin-bottom: 20px;
}

.sidebar__menu__reserve {
  color: #fff;
  background: #073E75;
  padding: 3px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  display: inline-block;
}

.sidebar__menu__sns {
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sidebar__menu__sns a {
  font-size: 26px;
  margin-right: 30px;
  color: #000;
  text-decoration: none;
}

.back {
  background: rgba(0, 0, 0, 0.2);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
}

.video {
  padding: 80px 0;
  width: 85%;
  max-width: 1000px;
  margin: 0 auto;
  display: block;
}

.video__box {
  width: 100%;
  position: relative;
  height: 0;
  padding-top: 56.25%;
}

.video__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.info {
  padding: 80px 0;
}

.info__title {
  text-align: center;
  margin-bottom: 30px;
}

.info__title h2 {
  font-size: 80px;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #44B6EB;
}

.info__title h2::before {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background: #073E75;
  position: absolute;
  bottom: 0;
  left: -4px;
}

.info__boxss {
  height: 320px;
  width: 85%;
  max-width: 500px;
  margin: 0 auto;
  border-top: 1px dotted #BEBEBE;
  border-bottom: 1px dotted #BEBEBE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px;
}

.info__boxs {
  width: 100%;
  height: 100%;
  overflow: scroll;
}

.info__box {
  position: relative;
}

.info__box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 56px;
  left: 0;
  top: 0;
  right: 0;
  display: block;
  background: #fff;
}

.info__box::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 46.8px;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  background: #fff;
}

.concept {
  padding: 100px 0 80px 0;
  position: relative;
  overflow: hidden;
}

.concept img {
  position: absolute;
  top: -30%;
  left: -30%;
  width: 160%;
  height: 160%;
}

.concept__box {
  width: 85%;
  max-width: 680px;
  margin: 0 auto;
  padding: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 10px solid rgba(167, 200, 214, 0.3);
  position: relative;
  z-index: 10;
  background: #fff;
}

.concept__box::before {
  content: '';
  position: absolute;
  top: -55px;
  right: -55px;
  width: 130px;
  height: 130px;
  display: inline-block;
  background-image: url(../img/hairdryer.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.concept__box::after {
  content: '';
  position: absolute;
  -webkit-transform: rotate(125deg);
          transform: rotate(125deg);
  bottom: -70px;
  left: -70px;
  width: 130px;
  height: 130px;
  display: inline-block;
  background-image: url(../img/scissors.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.concept__box__title {
  text-align: center;
  margin-bottom: 30px;
}

.concept__box__title h2 {
  font-size: 80px;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #44B6EB;
}

.concept__box__title h2::before {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background: #073E75;
  position: absolute;
  bottom: 0;
  left: 14px;
}

.images {
  padding-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.images__img {
  width: calc(100% / 4);
  height: 14.5vw;
}

.images__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.stylist {
  padding: 80px 0;
}

.stylist__title {
  text-align: center;
  margin-bottom: 80px;
}

.stylist__title h2 {
  font-size: 80px;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #44B6EB;
}

.stylist__title h2::before {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background: #073E75;
  position: absolute;
  bottom: 0;
  left: 10px;
}

.stylist__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 85%;
  max-width: 680px;
  margin: 0 auto;
}

.stylist__flex__img {
  width: 40%;
  position: relative;
}

.stylist__flex__img::before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../img/outer_top.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.stylist__flex__img::after {
  content: '';
  position: absolute;
  left: -8px;
  bottom: -8px;
  width: 40px;
  height: 40px;
  display: inline-block;
  background-image: url(../img/outer_bottom.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.stylist__flex__img img {
  width: 100%;
  height: auto;
}

.stylist__flex__img p {
  position: absolute;
  top: -20%;
  left: -40%;
  font-size: 45px;
  font-family: 'Connoisseurs';
  line-height: .8;
  -webkit-transform: rotate(-5deg);
          transform: rotate(-5deg);
}

.stylist__flex__img p .big {
  font-size: 90px;
}

.stylist__flex__text {
  width: 60%;
  padding-left: 35px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.stylist__flex__text p:last-of-type {
  margin-top: 13px;
}

.stylist__flex__text > span {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
}

.menu {
  padding: 80px 0;
  overflow: hidden;
}

.menu__title {
  text-align: center;
  margin-bottom: 30px;
}

.menu__title__text {
  display: inline-block;
  position: relative;
}

.menu__title__text::before {
  content: '';
  position: absolute;
  top: 30%;
  left: -90px;
  -webkit-transform: translate(0%, -50%) rotate(-50deg);
          transform: translate(0%, -50%) rotate(-50deg);
  width: 95px;
  height: 95px;
  display: inline-block;
  background-image: url(../img/brush.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.menu__title__text::after {
  content: '';
  position: absolute;
  top: 65%;
  right: -130px;
  -webkit-transform: translate(0%, -50%) rotate(20deg);
          transform: translate(0%, -50%) rotate(20deg);
  width: 80px;
  height: 80px;
  display: inline-block;
  background-image: url(../img/spray.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.menu__title__text h2 {
  font-size: 80px;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #44B6EB;
}

.menu__title__text h2::before {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background: #073E75;
  position: absolute;
  bottom: 0;
  left: 20px;
}

.menu__box {
  width: 85%;
  max-width: 550px;
  border: 1px solid #BEBEBE;
  margin: 0 auto;
  padding: 30px 30px 20px 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  font-size: 14px;
}

.menu__box::after {
  content: '';
  position: absolute;
  right: -30px;
  bottom: -30px;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
  width: 60px;
  height: 60px;
  display: inline-block;
  background-image: url(../img/pin.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 5;
}

.menu__box dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  margin-bottom: 23px;
}

.menu__box dl dt {
  margin: 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: left;
  font-family: 'Kosugi Maru', sans-serif;
}

.menu__box dl dd {
  margin: 0;
  background-color: #ffffff;
  z-index: 2;
  text-align: right;
  font-family: 'Kosugi Maru', sans-serif;
}

.menu__box p {
  font-size: 11px;
  padding-top: 10px;
}

.gallery {
  padding: 80px 0;
}

.gallery__title {
  text-align: center;
  margin-bottom: 30px;
}

.gallery__title h2 {
  font-size: 80px;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #44B6EB;
}

.gallery__title h2::before {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background: #073E75;
  position: absolute;
  bottom: 0;
  left: 16px;
}

.gallery__box {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
}

.gallery__box iframe {
  width: 100% !important;
}

.access {
  padding: 80px 0;
}

.access__title {
  text-align: center;
  margin-bottom: 30px;
}

.access__title h2 {
  font-size: 80px;
  text-align: center;
  position: relative;
  display: inline-block;
  line-height: 1;
  color: #44B6EB;
}

.access__title h2::before {
  content: '';
  display: block;
  width: 30px;
  height: 6px;
  background: #073E75;
  position: absolute;
  bottom: 0;
  left: 14px;
}

.access__flex {
  width: 85%;
  margin: 0 auto;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.access__flex__map {
  width: 50%;
  margin-right: 10px;
}

.access__flex__map__box {
  width: 100%;
  height: auto;
  position: relative;
  padding-top: 56.25%;
}

.access__flex__map__box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.access__flex__address {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-left: 10px;
}

.access__flex__address__span {
  display: block;
  font-size: .85em;
  padding-top: .3em;
}

.access__flex__address dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.access__flex__address dl dt {
  width: 25%;
  padding: 10px;
}

.access__flex__address dl dd {
  width: 75%;
  padding: 10px;
}

.access__flex__address dl:not(:last-of-type) {
  border-bottom: 1px solid #BEBEBE;
}

.footer {
  padding-top: 50px;
  text-align: center;
  background: #073E75;
  position: relative;
}

.footer__title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.footer__address {
  color: #fff;
  margin-top: 25px;
}

.footer__address p:not(:first-child) {
  margin-top: 5px;
}

.footer__sns {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__sns a {
  display: block;
  font-size: 26px;
  text-decoration: none;
  margin: 0 10px;
  color: #fff;
}

.footer small {
  font-size: 10px;
  color: #fff;
  line-height: 30px;
}

.footer__top {
  position: absolute;
  right: 3%;
  top: -4%;
  width: 60px;
  height: 60px;
  background: #073E75;
  border-radius: 50%;
  cursor: pointer;
}

.footer__top::before {
  content: '\f077';
  font-weight: 900;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.br__span {
  display: inline-block;
}

.sp_hide {
  display: block;
}

.sp_hide_text {
  display: inline-block;
}

.pc_hide {
  display: none;
}

.fadein {
  opacity: 0;
  transform: translate(0, 120px);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 120px);
  -moz-transform: translate(0, 120px);
  -ms-transform: translate(0, 120px);
  -o-transform: translate(0, 120px);
}

.go {
  opacity: 0;
  transform: translate(0, 120px);
  -webkit-transition: all 1s;
  transition: all 1s;
  -webkit-transform: translate(0, 120px);
  -moz-transform: translate(0, 120px);
  -ms-transform: translate(0, 120px);
  -o-transform: translate(0, 120px);
}

.fadein.scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.go.scrollIn {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (max-width: 1100px) {
  .stylist__flex__img p {
    left: -15%;
    top: -15%;
    font-size: 40px;
  }
  .stylist__flex__img p .big {
    font-size: 80px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    width: 100%;
    height: 65px;
    padding: 0;
  }
  .header__sns {
    display: none;
  }
  .header__hamburger {
    right: 20px;
    left: auto;
  }
  .header__logo {
    top: 15px;
    left: 10px;
    width: 110px;
  }
  .top {
    height: calc(100vh - 65px);
  }
  .top__img picture img {
    width: 100vw;
  }
  main {
    width: 100%;
    margin-top: 65px;
  }
  .video {
    padding: 60px 0;
  }
  .info {
    padding: 60px 0;
  }
  .info__title h2 {
    font-size: 70px;
  }
  .info__title h2::before {
    left: -6px;
  }
  .concept {
    padding: 80px 0 60px 0;
  }
  .concept__box {
    padding: 25px;
  }
  .concept__box__title h2 {
    font-size: 70px;
  }
  .concept__box__title h2::before {
    left: 10px;
  }
  .images {
    padding-top: 60px;
  }
  .images__img {
    width: 50%;
    height: 34vw;
  }
  .stylist {
    padding: 60px 0;
  }
  .stylist__title h2 {
    font-size: 70px;
  }
  .stylist__title h2::before {
    left: 6px;
  }
  .stylist__flex {
    display: block;
    width: 75%;
  }
  .stylist__flex__img {
    width: 89%;
    max-width: 325px;
    margin: 0 auto;
  }
  .stylist__flex__img::before {
    width: 55px;
    height: 55px;
    top: -12px;
    right: -12px;
  }
  .stylist__flex__img::after {
    width: 55px;
    height: 55px;
    bottom: -12px;
    left: -12px;
  }
  .stylist__flex__img p {
    left: -15%;
    top: -10%;
    font-size: 40px;
  }
  .stylist__flex__img p .big {
    font-size: 80px;
  }
  .stylist__flex__text {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
    margin-top: 50px;
    padding: 0;
  }
  .stylist__flex__text p:last-of-type {
    margin-top: 10px;
  }
  .stylist__flex__text > span {
    margin-bottom: 15px;
  }
  .menu {
    padding: 60px 0;
  }
  .menu__title h2 {
    font-size: 70px;
  }
  .menu__title h2::before {
    left: 15px;
  }
  .menu__box {
    padding: 20px 20px 15px 20px;
  }
  .gallery {
    padding: 60px 0;
  }
  .gallery__title h2 {
    font-size: 70px;
  }
  .gallery__title h2::before {
    left: 12px;
  }
  .access {
    padding: 60px 0;
  }
  .access__title h2 {
    font-size: 70px;
  }
  .access__title h2::before {
    left: 10px;
  }
  .access__flex {
    display: block;
  }
  .access__flex__map {
    width: 100%;
  }
  .access__flex__address {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
  .sp_hide {
    display: none;
  }
  .sp_hide_text {
    display: none;
  }
  .pc_hide {
    display: block;
  }
  .sidebar {
    width: 100vw;
    height: 100vh;
    -webkit-transform: translate(0%, -100%);
            transform: translate(0%, -100%);
    padding-left: 30%;
    padding-top: 30%;
  }
  .sidebar.show {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@media screen and (max-width: 505px) {
  .info__box::before {
    height: 44px;
  }
}

@media screen and (max-width: 450px) {
  body {
    font-size: 3.6vw;
  }
  .header__logo {
    width: 100px;
    top: 10px;
    left: 5px;
  }
  .header__hamburger {
    width: 36px;
    right: 4vw;
  }
  .video {
    padding: 12vw 0;
  }
  .info {
    padding: 12vw 0;
  }
  .info__title {
    margin-bottom: 6.5vw;
  }
  .info__title h2 {
    font-size: 16vw;
  }
  .info__title h2::before {
    height: 1.2vw;
    width: 6.5vw;
    left: -1.1vw;
  }
  .info__boxss {
    width: 80%;
  }
  .concept {
    padding: 14vw 0 12vw 0;
  }
  .concept__box {
    padding: 6vw 4vw;
    width: 85%;
  }
  .concept__box::before {
    top: -12vw;
    right: -12vw;
    width: 27vw;
    height: 27vw;
  }
  .concept__box::after {
    bottom: -16vw;
    left: -14vw;
    width: 27vw;
    height: 27vw;
  }
  .concept__box__title {
    margin-bottom: 6.5vw;
  }
  .concept__box__title h2 {
    font-size: 16vw;
  }
  .concept__box__title h2::before {
    height: 1.2vw;
    width: 6.5vw;
    left: 2.5vw;
  }
  .concept__box p {
    font-size: 3.6vw;
  }
  .images {
    padding-top: 12vw;
  }
  .stylist {
    padding: 12vw 0;
  }
  .stylist__title {
    margin-bottom: 15vw;
  }
  .stylist__title h2 {
    font-size: 16vw;
  }
  .stylist__title h2::before {
    height: 1.2vw;
    width: 6.5vw;
    left: 1.6vw;
  }
  .stylist__flex {
    width: 78%;
  }
  .stylist__flex__img::before {
    width: 12vw;
    height: 12vw;
  }
  .stylist__flex__img::after {
    width: 12vw;
    height: 12vw;
  }
  .stylist__flex__img p {
    left: -10%;
    top: -11%;
    font-size: 9vw;
  }
  .stylist__flex__img p .big {
    font-size: 18vw;
  }
  .stylist__flex__text {
    margin-top: 10vw;
  }
  .stylist__flex__text p {
    font-size: 3.6vw;
  }
  .stylist__flex__text p:last-of-type {
    margin-top: 2vw;
  }
  .stylist__flex__text > span {
    margin-bottom: 3vw;
    font-size: 4.8vw;
  }
  .menu {
    padding: 12vw 0;
  }
  .menu__title {
    margin-bottom: 6.5vw;
  }
  .menu__title__text::before {
    left: -19vw;
    width: 20vw;
    height: 20vw;
  }
  .menu__title__text::after {
    right: -25vw;
    width: 17vw;
    height: 17vw;
  }
  .menu__title__text h2 {
    font-size: 16vw;
  }
  .menu__title__text h2::before {
    height: 1.2vw;
    width: 6.5vw;
    left: 3.6vw;
  }
  .menu__box {
    width: 85%;
    padding: 5vw 5vw 3.6vw 5vw;
  }
  .menu__box::after {
    width: 12vw;
    height: 12vw;
    right: -5vw;
    bottom: -5vw;
  }
  .menu__box dl {
    margin-bottom: 5vw;
  }
  .menu__box dl dt {
    font-size: 3.4vw;
  }
  .menu__box dl dd {
    font-size: 3.4vw;
  }
  .menu__box p {
    padding-top: 2.2vw;
    font-size: 2.7vw;
  }
  .gallery {
    padding: 12vw 0;
  }
  .gallery__title {
    margin-bottom: 6.5vw;
  }
  .gallery__title h2 {
    font-size: 16vw;
  }
  .gallery__title h2::before {
    height: 1.2vw;
    width: 6.5vw;
    left: 2.7vw;
  }
  .access {
    padding: 12vw 0;
  }
  .access__title {
    margin-bottom: 6.5vw;
  }
  .access__title h2 {
    font-size: 16vw;
  }
  .access__title h2::before {
    height: 1.2vw;
    width: 6.5vw;
    left: 2.4vw;
  }
  .access__flex {
    width: 85%;
  }
  .access__flex__address {
    margin-top: 2.5vw;
  }
  .access__flex__address dl dt {
    padding: 3vw;
    font-size: 3.6vw;
  }
  .access__flex__address dl dd {
    padding: 3vw;
    font-size: 3.6vw;
  }
  .footer {
    padding-top: 12vw;
  }
  .footer__title {
    font-size: 5.5vw;
  }
  .footer__address {
    margin-top: 5.5vw;
  }
  .footer__address p {
    font-size: 3.6vw;
  }
  .footer__sns {
    margin: 12vw auto;
  }
  .footer__top {
    height: 14vw;
    width: 14vw;
  }
  .footer__top::before {
    font-size: 4vw;
  }
  .sidebar {
    padding-top: 45%;
  }
  .sidebar__menu ul li a {
    font-size: 4vw;
  }
  .sidebar__menu__reserve {
    font-size: 4vw;
  }
}

.topp {
  width: 100%;
  position: relative;
}

.topp img {
  width: 100%;
  height: auto;
}

.topp__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 25%;
}

@media screen and (max-width: 768px) {
  .topp__logo {
    width: 50%;
  }
}
/*# sourceMappingURL=style.css.map */