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

body,
button,
input,
select,
textarea {
  font-family: "Noto Serif JP", serif; }

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary,
div,
span,
p,
ul,
ol,
li,
dl,
dt,
dd,
table,
tr,
th,
td,
a,
img,
label,
form,
input,
textarea {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none; }

img {
  border: 0;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  max-width: 100%; }

a {
  background: transparent;
  cursor: pointer;
  outline: 0 none; }

html {
  display: flex;
  flex-direction: column;
  font-size: 62.5%; }

body {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 1.6rem;
  min-height: 100vh;
  line-height: 1.8; }

main {
  flex: 1 1 auto; }

.mg_tp5 {
  margin-top: 5px; }

.mg_bt5 {
  margin-bottom: 5px; }

.mg_tp10 {
  margin-top: 10px; }

.mg_bt10 {
  margin-bottom: 10px; }

.mg_tp15 {
  margin-top: 15px; }

.mg_bt15 {
  margin-bottom: 15px; }

.mg_tp20 {
  margin-top: 20px; }

.mg_bt20 {
  margin-bottom: 20px; }

.mg_tp25 {
  margin-top: 25px; }

.mg_bt25 {
  margin-bottom: 25px; }

.mg_tp30 {
  margin-top: 30px; }

.mg_bt30 {
  margin-bottom: 30px; }

.mg_tp35 {
  margin-top: 35px; }

.mg_bt35 {
  margin-bottom: 35px; }

.mg_tp40 {
  margin-top: 40px; }

.mg_bt40 {
  margin-bottom: 40px; }

.mg_tp45 {
  margin-top: 45px; }

.mg_bt45 {
  margin-bottom: 45px; }

.mg_tp50 {
  margin-top: 50px; }

.mg_bt50 {
  margin-bottom: 50px; }

html, body {
  overflow-x: hidden; }

body {
  background: #000; }
  @media (max-width: 767px) {
    body {
      font-size: 1.4rem; } }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a {
  color: #fff;
  text-decoration: none; }
  @media (min-width: 768px), print {
    a[href^="tel:"] {
      pointer-events: none; } }

img {
  vertical-align: middle; }

header {
  background: #000;
  padding: 0 15px;
  width: 100%;
  z-index: 1; }
  @media (max-width: 767px) {
    header {
      height: 120px; } }

.hd_logo {
  padding: 20px 0;
  text-align: center; }
  .hd_logo a {
    display: inline-block; }
    .hd_logo a:hover {
      opacity: .7; }
  @media (min-width: 768px), print {
    .hd_logo img {
      max-height: 120px; } }
  @media (max-width: 767px) {
    .hd_logo img {
      max-height: 80px; } }

main section {
  position: relative; }
  @media (min-width: 768px), print {
    main section {
      padding: 80px 15px; } }
  @media (max-width: 767px) {
    main section {
      padding: 40px 20px; } }
  @media (min-width: 768px), print {
    main section.sect_access {
      padding: 75px 0 0 0; } }
  @media (max-width: 767px) {
    main section.sect_access {
      padding: 45px 0 0 0; } }

.main_slide {
  background: url(../image/slide01.jpg) center center/cover no-repeat;
  height: calc(100vh - 160px); }
  @media (max-width: 767px) {
    .main_slide {
      height: calc(100vh - 120px); } }

.wrap {
  margin: 0 auto;
  max-width: 660px;
  position: relative;
  width: 100%;
  z-index: 3; }

.cmn_ttl {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  color: #d1af94;
  text-align: center; }
  @media (min-width: 768px), print {
    .cmn_ttl {
      font-size: 4rem;
      padding-bottom: 25px; } }
  @media (max-width: 767px) {
    .cmn_ttl {
      font-size: 2.6rem;
      padding-bottom: 15px; } }

.sect_shop {
  background: url(../image/bg-pattern.png) center center repeat; }
  @media (min-width: 768px), print {
    .sect_shop {
      background-size: 150px auto; } }
  @media (max-width: 767px) {
    .sect_shop {
      background-size: 100px auto; } }

.shop_infor_box, .boxlist_between {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px), print {
    .shop_infor_box dt, .shop_infor_box dd, .boxlist_between dt, .boxlist_between dd {
      margin-bottom: 22px; } }
  @media (max-width: 767px) {
    .shop_infor_box dt, .shop_infor_box dd, .boxlist_between dt, .boxlist_between dd {
      margin-bottom: 10px; } }

.shop_infor_box dt {
  position: relative; }
  @media (min-width: 768px), print {
    .shop_infor_box dt {
      width: 145px; } }
  @media (max-width: 767px) {
    .shop_infor_box dt {
      width: 120px; } }
  .shop_infor_box dt::after {
    border-top: 1px solid #d1af94;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 14px; }
    @media (min-width: 768px), print {
      .shop_infor_box dt::after {
        width: 50px; } }
    @media (max-width: 767px) {
      .shop_infor_box dt::after {
        width: 35px; } }
@media (min-width: 768px), print {
  .shop_infor_box dd {
    padding-left: 30px;
    width: calc(100% - 145px); } }
@media (max-width: 767px) {
  .shop_infor_box dd {
    padding-left: 15px;
    width: calc(100% - 120px); } }

.boxlist_between {
  justify-content: space-between; }
  .boxlist_between dt {
    width: calc(100% - 80px); }
  .boxlist_between dd {
    text-align: right;
    width: 75px; }

.sect_menu {
  background: url(../image/bg-menu.jpg) bottom center/cover no-repeat;
  position: relative; }
  @media (max-width: 767px) {
    .sect_menu {
      background-position: 68% center; } }
  .sect_menu::before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }

@media (min-width: 1042px) {
  .sect_menu {
    background-attachment: fixed; } }
.menu_ttl {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  margin-top: 40px;
  padding-bottom: 25px;
  position: relative; }
  @media (min-width: 768px), print {
    .menu_ttl {
      font-size: 2rem; } }
  @media (max-width: 767px) {
    .menu_ttl {
      font-size: 1.8rem; } }
  .menu_ttl::after {
    border-top: 1px solid #d1af94;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    width: calc(100% - 160px); }
    @media (min-width: 768px), print {
      .menu_ttl::after {
        top: 18px; } }
    @media (max-width: 767px) {
      .menu_ttl::after {
        top: 16px; } }

.menu_frst_ttl {
  margin: 0; }

.acces_subtxt {
  padding-bottom: 58px;
  text-align: center; }

footer {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 1.2rem;
  text-align: center; }
  @media (min-width: 768px), print {
    footer {
      padding: 50px 0; } }
  @media (max-width: 767px) {
    footer {
      padding: 20px 0; } }

.access_map {
  position: relative;
  height: 500px; }

.hd_menu_open {
  cursor: pointer;
  display: block;
  height: 50px;
  position: fixed;
  text-align: center;
  width: 40px;
  z-index: 999; }
  .hd_menu_open:hover {
    opacity: .7; }
  @media (min-width: 768px), print {
    .hd_menu_open {
      right: 50px;
      top: 55px; } }
  @media (max-width: 767px) {
    .hd_menu_open {
      right: 15px;
      top: 15px; } }
  .hd_menu_open::before, .hd_menu_open span::before, .hd_menu_open span::after {
    border-top: 1px solid #d1af94;
    content: "";
    display: block;
    height: 2px;
    right: 0;
    position: absolute;
    transition: all 0.4s;
    transform: translateY(-50%); }
    @media (min-width: 768px), print {
      .hd_menu_open::before, .hd_menu_open span::before, .hd_menu_open span::after {
        width: 40px; } }
    @media (max-width: 767px) {
      .hd_menu_open::before, .hd_menu_open span::before, .hd_menu_open span::after {
        width: 30px; } }
  .hd_menu_open::before {
    top: 50%; }
  .hd_menu_open span::before {
    top: calc(50% + 12px); }
  .hd_menu_open span::after {
    top: calc(50% - 12px); }
  .hd_menu_open.hd_menu_close::before {
    display: none; }
  .hd_menu_open.hd_menu_close span::before {
    top: 50%;
    transform: translateY(-50%) rotate(45deg); }
  .hd_menu_open.hd_menu_close span::after {
    top: 50%;
    transform: translateY(-50%) rotate(-45deg); }

.hd_link {
  display: none;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: 99; }

.hd_link_inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  text-align: center; }
  @media (min-width: 768px), print {
    .hd_link_inner .hd_logo {
      padding: 40px 0; } }
  @media (min-width: 768px), print {
    .hd_link_inner .menu_list li {
      padding: 18px 0; } }
  @media (max-width: 767px) {
    .hd_link_inner .menu_list li {
      padding: 10px 0; } }
  .hd_link_inner .menu_list li a {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #d1af94;
    display: block;
    font-weight: normal; }
    .hd_link_inner .menu_list li a.active, .hd_link_inner .menu_list li a:hover {
      color: #fff; }
    @media (min-width: 768px), print {
      .hd_link_inner .menu_list li a {
        font-size: 2.4rem; } }
    @media (max-width: 767px) {
      .hd_link_inner .menu_list li a {
        font-size: 1.8rem; } }
  .hd_link_inner .menu_list li.menu_list_insta {
    padding-top: 28px; }
    .hd_link_inner .menu_list li.menu_list_insta a:hover {
      opacity: .5; }
    .hd_link_inner .menu_list li.menu_list_insta img {
      height: 40px;
      width: 40px; }

.modal-overlay {
  background: #000;
  border-radius: 100%;
  animation: scale-in-tr 0.5s ease-out;
  position: fixed;
  top: -50vh;
  right: -50vw;
  height: 200vh;
  width: 200vw;
  z-index: 9; }

@keyframes scale-in-tr {
  0% {
    background: #d1af94;
    transform: scale(0);
    transform-origin: 100% 0%;
    opacity: 1; }
  100% {
    background: #000;
    transform: scale(1);
    transform-origin: 100% 0%;
    opacity: 1; } }
.loader {
  background: #000;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999; }

.loader2 {
  box-sizing: border-box;
  height: 100px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100px; }

.container-B {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.spinner1, .spinner2, .spinner3 {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0; }

.spinner1 {
  animation: rotation0 6s infinite linear, resize1 6s infinite linear; }

.hex0, .hex120, .hex240 {
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 57.74%;
  left: 0;
  top: 21.13%;
  border-left: 1px solid #d1af94;
  border-right: 1px solid #d1af94; }

.hex0 {
  animation: rotation0 6s infinite linear; }

.hex120 {
  transform: rotate(120deg);
  animation: rotation120 6s infinite linear; }

.hex240 {
  transform: rotate(240deg);
  animation: rotation240 6s infinite linear; }

@keyframes rotation0 {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
@keyframes rotation120 {
  0% {
    transform: rotate(120deg); }
  100% {
    transform: rotate(480deg); } }
@keyframes rotation240 {
  0% {
    transform: rotate(240deg); }
  100% {
    transform: rotate(600deg); } }
@keyframes resize1 {
  0%,50%,100% {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%; }
  25%,75% {
    width: 120%;
    height: 120%;
    left: -10%;
    top: -10%; }
  12.5%,37.5%,62.5%,87.5% {
    width: 70%;
    height: 70%;
    left: 15%;
    top: 15%; } }
@keyframes resize2 {
  0%,33.33%,66.66%,100% {
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%; }
  16.66%,49.99%, 83.333% {
    width: 70%;
    height: 70%;
    left: 15%;
    top: 15%; } }
@keyframes resize3 {
  0%,16.66%,33.33%,50%,66.66%,83.33%,100% {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  2.77%,19.44%,36.11%,52.77%,69.44%,86.11% {
    width: 93.5%;
    height: 93.5%;
    top: 3.25%;
    left: 3.25%; }
  5.55%,22.22%,38.88%,55.55%,72.22%,88.88% {
    width: 84.4%;
    height: 84.4%;
    top: 7.8%;
    left: 7.8%; }
  8.33%,25%,41.66%,58.33%,75%,91.66% {
    width: 73.2%;
    height: 73.2%;
    top: 13.4%;
    left: 13.4%; }
  11.11%,27.77%,44.44%,61.11%,77.77%,94.44% {
    width: 84.4%;
    height: 84.4%;
    top: 7.8%;
    left: 7.8%; }
  13.88%,30.55%,47.22%,63.88%,80.55%,97.22% {
    width: 93.5%;
    height: 93.5%;
    top: 3.25%;
    left: 3.25%; } }
