@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #333333;
  font-size: 1.4rem;
  font-family: "Helvetica Neue", Arial, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  letter-spacing: 0.05rem;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  position: relative;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
}

p {
  line-height: 1.4;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.left {
  text-align: left;
}

.right {
  text-align: right;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
section {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  section {
    margin-bottom: 100px;
  }
}

/*===============
mv
===============*/
.mv {
  display: grid;
  width: 100%;
  height: 100vh;
  background: url(../../common/img2/mainvisual.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  place-items: center;
}
@media screen and (max-width: 767px) {
  .mv {
    background-position: 58%;
    background-attachment: fixed;
    background: url(../../common/img2/mainvisual_sp.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

.mv_img {
  max-width: 37vw;
  -webkit-filter: drop-shadow(3px 3px 5px rgb(69, 69, 69));
          filter: drop-shadow(3px 3px 5px rgb(69, 69, 69));
}
@media screen and (max-width: 767px) {
  .mv_img {
    max-width: 80vw;
  }
}

/*===============
header
===============*/
.header {
  position: fixed;
  top: 0;
  right: 0;
  padding: 2rem 3rem;
}

.nav {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  color: #ffffff;
  font-size: 1.6rem;
  text-shadow: 3px 2px 6px rgb(69, 69, 69);
  gap: 2rem;
}

/*===============
sec_title
===============*/
.sec_title {
  display: grid;
  height: 300px;
  color: #ffffff;
  font-size: 7.2rem;
  text-shadow: 3px 2px 6px rgb(69, 69, 69);
  place-items: center;
}
@media screen and (max-width: 767px) {
  .sec_title {
    height: 94px;
    font-size: 3.2rem;
  }
}

.menu .sec_title {
  background: url(../../common/img2/menu.jpg);
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .menu .sec_title {
    background-attachment: scroll;
  }
}

.about .sec_title {
  background: url(../../common/img2/about.jpg);
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .about .sec_title {
    background-attachment: scroll;
  }
}

.location .sec_title {
  background: url(../../common/img2/location.jpg);
  background-position: center bottom;
  background-size: cover;
  background-attachment: fixed;
}
@media screen and (max-width: 767px) {
  .location .sec_title {
    background-attachment: scroll;
  }
}

/*===============
menu
===============*/
.sec_item_right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 50%;
  padding: 40px;
  border-right: solid 1px #333333;
}

.sec_item_left {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
      -ms-flex-flow: column;
          flex-flow: column;
  width: 50%;
  padding: 40px;
}

.menu_list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 26px;
}
.menu_list_item:first-of-type {
  padding-top: 70px;
}
.menu_list_item dt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-bottom: 0.8rem;
  border-bottom: dotted 1px #333333;
}

.title_wrap {
  text-align: center;
}

/*===============
共通レイアウト
===============*/
.menu_list_title {
  display: inline-block;
  border-bottom: solid 6px #e03131;
  font-weight: bold;
  font-size: 4rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .menu_list_title {
    font-size: 2rem;
  }
}

.sec_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 90px 16px 0;
}

/*===============
about
===============*/
.about_item {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 80px;
}
.about_item .item_text {
  width: calc(50% - 25px);
  margin-bottom: 40px;
  text-align: justify;
}
.about_item .item_text:last-of-type {
  -moz-text-align-last: right;
       text-align-last: right;
}

.btn a {
  display: block;
  position: relative;
  width: 160px;
  height: 50px;
  margin: 0 auto;
  line-height: 50px;
  text-align: center;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.btn a::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 32px;
  height: 25px;
  border-top: solid 1px #e03131;
  border-left: solid 1px #e03131;
}
.btn a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 32px;
  height: 25px;
  border-right: solid 1px #e03131;
  border-bottom: solid 1px #e03131;
}
.btn a:hover::before, .btn a:hover::after {
  -webkit-animation: btn_anime 0.6s ease forwards;
          animation: btn_anime 0.6s ease forwards;
}

@-webkit-keyframes btn_anime {
  0% {
    width: 32px;
    height: 25px;
  }
  100% {
    width: 160px;
    height: 50px;
  }
}

@keyframes btn_anime {
  0% {
    width: 32px;
    height: 25px;
  }
  100% {
    width: 160px;
    height: 50px;
  }
}
/*===============
our Store
===============*/
.map_wrap {
  margin: 72px auto 20px;
}
.map_wrap iframe {
  max-width: 100%;
  height: 400px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
@media screen and (max-width: 767px) {
  .map_wrap iframe {
    width: 100%;
  }
}

/*===============
===============*/
.footer {
  display: grid;
  padding-bottom: 10px;
  place-items: center;
}

/*===============
SP_menu
===============*/
@media screen and (max-width: 767px) {
  .header {
    padding: 0;
    z-index: 10;
  }
  .header_inner {
    padding: 2rem;
    background-color: rgba(51, 51, 51, 0.7803921569);
    display: none;
    width: 100vw;
    height: 40vh;
  }
  .fade {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-attachment: fixed;
  }
  .nav_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 20;
    width: 30px;
    height: auto;
    color: #ffffff;
  }
  .nav_btn span {
    display: block;
    position: absolute;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
  }
  .nav_btn span::before, .nav_btn span::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .nav_btn span::after {
    bottom: -16px;
  }
  .is-active span {
    background-color: transparent;
  }
  .is-active span::before {
    -webkit-transform: rotate(-315deg);
            transform: rotate(-315deg);
  }
  .is-active span::after {
    -webkit-transform: translateY(-8px) rotate(315deg);
            transform: translateY(-8px) rotate(315deg);
  }
  .nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10vh;
    gap: 60px;
  }
  .sec_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 0 16px;
  }
  .sec_item_right,
  .sec_item_left {
    width: 100%;
    padding: 0;
    border-right: none;
  }
  .title_wrap {
    padding-top: 40px;
  }
  .about_item .item_text {
    width: 100%;
  }
}