@charset "utf-8";
/* CSS Document */
@media (max-width: 786px) {
  nav {
    margin: 0 0 0 auto;
  }
}

html {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

body {
  color: #0C2359;
  background-color: #EBF1F7;
  font-family: "Noto Sans JP", serif;
}

.insta_icon img {
  height: 32px;
  width: auto;
  margin-top: 15px;
}

.reserve_button_2 {
  padding: 30px;
  overflow: hidden;
  background-color: #A68D4E;
  width: 15%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 100px;
}

.reserve_button_2 span {
  color: #ffffff;
  margin: 0 auto;
  font-size: 16px;
}

@media (max-width: 790px) {
  .reserve_button_2 {
    width: 27%;
  }

  .reserve_button_2 span {
    font-size: 14px;
  }
}

@media (max-width: 500px) {
  .reserve_button_2 {
    width: 40%;
    margin-bottom: 50px;
  }
}

.width80 {
  width: 80%;
  margin: 0 auto;
}

.sh_on_top {
  display: none;
}

.sh_on_navi {
  display: none;
}

.globalnavi {
  padding-top: 20px;
  display: flex;
  transform: translateY(50%);
  list-style: none;
  justify-content: flex-end;
  align-items: center;
  margin-right: 30px;
}

.globalnavi.GnaviScroll {
  transition: 0.4s;
  transform: none;
  padding-top: 20px;
  z-index: 999999;
  position: fixed;
  top: 0;
  right: 0;
}

.logo {
  width: 80px;
  position: absolute;
  top: 40px;
  left: 40px;
}

.logo.LogoScroll {
  position: fixed;
  top: 25px;
  width: 60px;
}

.logo a {
  /* display: block; */
  width: 100%;
  height: 100%;
}

.globalnavi li {
  padding: 0 2vw;
  font-family: "Aboreto", serif;
  letter-spacing: 5px;
  font-size: 16px;
  font-weight: 800;
}

.globalnavi li a {
  color: #ffffff;
  letter-spacing: 5px;
  text-decoration: none;
}

.globalnavi li a p {
  letter-spacing: 0.3vw;
  font-size: 1.3vw;
  font-weight: 800;
  text-align: center;
}

.globalnavi li a p span {
  letter-spacing: 0.4vw;
  font-size: 0.8vw;
  font-weight: 500;
}

.globalnavi.GnaviScroll li a {
  color: #0C2359;
}

.globalnavi li a:hover {
  text-decoration: underline;
  color: #5aaacc;
}

/*-------drawerメニュー---------*/
.wrapper {
  height: 100%;
  overflow-x: hidden;
  position: relative;
}

.menu-trigger {
  display: inline-block;
  width: 32px;
  height: 26px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 100;
}

.menu-trigger.MenuTriggerScroll {}

.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
  transition: all .5s
}

.menu-trigger.MenuTriggerScroll span {
  background-color: #0C2359;
}

.menu-trigger.active span {
  background-color: #ffffff;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(12px) rotate(-45deg);
}

.menu-trigger span:nth-of-type(2) {
  top: 12px;
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-12px) rotate(45deg);
}

nav {
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0C2359;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transform: translate(-1024px);
  transition: all .5s;
}

nav.open {
  transform: translateZ(0);
}

.logo_menu {
  width: 80px;
  margin: 0 auto;
  margin-top: 80px;
}

nav ul li {
  height: 70px;
  background-color: #0C2359;
  color: #ffffff;
  text-align: center;
  padding: 0;
  letter-spacing: 0.05em;
}

nav ul li a p {
  letter-spacing: 0.5vw;
  font-size: 2.3vw;
  font-weight: 800;
  text-align: center;
}

nav ul li a p span {
  letter-spacing: 0.6vw;
  font-size: 1.6vw;
  font-weight: 500;
}

nav ul li:first-child {
  margin-bottom: 50px;
  line-height: 100px;
}

nav ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  font-family: "Aboreto", serif;
  color: #ffffff;
  letter-spacing: 5px;
}

@media screen and (min-width: 1440px) {
  .globalnavi li a p {
    letter-spacing: 3px;
    font-size: 18px;
  }

  .globalnavi li a p span {
    letter-spacing: 6px;
    font-size: 12px;
  }
}

/*=====================
メディアクエリ
=====================*/
/* タブレット */
@media screen and (max-width: 768px) {
  header h1 {
    line-height: 1;
    margin-top: -20px;
    font-size: 36px;
    color: #9fb2c9;
  }

  .globalnavi {
    margin-top: 10px;
  }

  .inner {
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    text-align: justify;
  }

  .globalnavi ul li {
    float: left;
    margin-right: 10px;
    width: 31%;
    height: 30%;
    background: none;
  }

  .globalnavi .mgi_aki0 {
    margin-right: 0;
  }

  .globalnavi ul li img {
    width: 100%;
  }

  .sh_on_navi {
    display: block;
  }

  .sh_non_navi {
    display: none;
  }

  .logo {
    top: 20px;
    left: 20px;
    width: 60px
  }

  .logo.LogoScroll {
    top: 15px;
    left: 15px;
    width: 50px;
  }

  nav ul li a p {
    letter-spacing: 0.3vw;
    font-size: 2.3vw;
  }

  nav ul li a p span {
    letter-spacing: 0.4vw;
    font-size: 1.6vw;
  }

  .logo_menu {
    width: 70px;
  }
}

@media screen and (max-width: 500px) {
  .sh_non_top {
    display: none;
  }

  .sh_on_top {
    display: block;
  }

  nav ul li {
    height: 55px;
  }

  nav ul li a p {
    letter-spacing: 0.5vw;
    font-size: 3.4vw;
  }

  nav ul li a p span {
    letter-spacing: 0.9vw;
    font-size: 2.2vw;
  }

  .logo_menu {
    width: 60px;
  }
}

/* 予約ボタンcss */
.fixed_button {
  display: none;
}

.fixed_button.FixedButtonScroll {
  display: block;
  padding: 20px 30px;
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 2;
  width: 13vw;
  height: 6vw;
  background-image: url("../asset/reserve2.png");
  background-size: cover;
  border-radius: 5px;
  margin: 0 auto;
  transition: .3s;
}

.fixed_button.FixedButtonScroll a {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;

}

.fixed_button.FixedButtonScroll p {
  font-family: "Aboreto", serif;
  color: #ffffff;
  letter-spacing: 0.3vw;
  font-size: 1.5vw;
  font-weight: 800;
  text-align: center;
}

.fixed_button.FixedButtonScroll p span {
  font-family: "Aboreto", serif;
  color: #ffffff;
  letter-spacing: 0.3vw;
  font-size: 0.7vw;
  font-weight: 500;
}



.access_button {
  display: none;
}

.access_button.AccessButtonScroll {
  display: none;
}

@media (max-width: 790px) {
  .fixed_button.FixedButtonScroll p {
    letter-spacing: 0.7vw;
    font-size: 1.9vw;
  }

  .fixed_button.FixedButtonScroll p span {
    letter-spacing: 0.7vw;
    font-size: 1.2vw;
  }
}

@media (max-width: 500px) {
  .fixed_button_flex {
    display: flex;
    justify-content: space-between;
  }

  .fixed_button.FixedButtonScroll {
    padding: 35px 0;
    position: fixed;
    right: 0;
    height: 10vw;
    width: 50%;
    border-radius: 0px;
  }

  .fixed_button.FixedButtonScroll p {
    letter-spacing: 1.3vw;
    font-size: 3.8vw;
  }

  .fixed_button.FixedButtonScroll p span {
    letter-spacing: 0.5vw;
    font-size: 2.1vw;
  }

  .access_button.AccessButtonScroll {
    display: block;
    padding: 35px 0;
    position: fixed;
    bottom: 0;
    z-index: 2;
    height: 10vw;
    width: 50%;
    background-image: url("../asset/access3.png");
    background-size: cover;
    border-radius: 0px;
    margin: 0 auto;
    transition: .3s;
  }

  .access_button.AccessButtonScroll p {
    font-family: "Aboreto", serif;
    color: #ffffff;
    letter-spacing: 1.3vw;
    font-size: 3.5vw;
    font-weight: 800;
    text-align: center;
  }

  .access_button.AccessButtonScroll p span {
    font-family: "Aboreto", serif;
    color: #ffffff;
    letter-spacing: 0.8vw;
    font-size: 2vw;
    font-weight: 500;
  }
}

/* 予約ボタンcss ここまで */
.section_cancel_policy {
  padding: 0.5em 1em;
  font-weight: bold;
  border: solid 1px #0C2359;
}

.section_cancel_policy_text {
  padding-top: 40px;
  padding-bottom: 40px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 300;
  width: 80%;
}

.section_cancel_policy h2 {
  font-size: 24px;
  padding-bottom: 40px;
  text-align: center;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 3px;
  font-weight: 500;
  margin: 0 auto;
}

.section_cancel_policy_text p {
  font-size: 16px;
  padding-bottom: 30px;
  line-height: 30px;
  text-align: center;
}

.cancel_list_wrap {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.cancel_date ol,
.cancel_rate ol {
  list-style: none;
  padding-bottom: 40px;
  padding: 0 20px 20px 20px;
}

.cancel_date ol li,
.cancel_rate ol li {
  line-height: 35px;
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 790px) {
  .section_cancel_policy h2 {
    font-size: 20px;
    padding-bottom: 20px;
  }

  .section_cancel_policy_text p {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 25px;
  }

  .cancel_list_wrap {
    margin-top: 20px;
  }

  .cancel_date ol li,
  .cancel_rate ol li {
    font-size: 14px;
    padding-bottom: 10px;
    line-height: 25px;
  }
}

@media (max-width: 500px) {
  .section_cancel_policy h2 {
    font-size: 18px;
    padding-bottom: 30px;
  }

  .section_cancel_policy_text p {
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 25px;
    text-align: left;
  }

  .cancel_date {
    padding-right: 10px;
  }

  .cancel_date ol,
  .cancel_rate ol {
    padding: 0;
  }

  .cancel_date ol li,
  .cancel_rate ol li {
    font-size: 12px;
    padding-bottom: 10px;
    line-height: 25px;
  }
}

footer {
  width: 100%;
  background-color: #0C2359;
  padding-top: 80px;
  position: relative;
  color: #ffffff;
  font-family: "Aboreto", serif;
  z-index: 3;
}

footer::before {
  content: '';
  background-image: url("../asset/navy_city.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
  display: block;
  height: 28vw;
  width: 100%;
  position: absolute;
  top: -24vw;
  left: 0;
  z-index: -2;
}

.footer_shop_name {
  font-size: 5vw;
  letter-spacing: 2vw;
  margin-bottom: 50px;
  margin-left: 100px;
}

.footer_container {
  font-size: 1.6vw;
  letter-spacing: 5px;
}

.footer_container ul {
  margin-left: 100px;
  list-style: none;
}

.footer_container ul li {
  margin-bottom: 20px;
  font-size: 16px;
}

.insta_icon {
  margin-top: 40px 0 60px 0;
}

.copylight {
  font-size: 0.8vw;
  text-align: center;
  margin-top: 80px;
  padding-bottom: 30px;
  letter-spacing: 0.3vw;
}

@media (max-width: 790px) {
  .footer_shop_name {
    margin-bottom: 50px;
    margin-left: 45px;
  }

  .footer_container ul {
    margin-left: 50px;
  }
}

@media (max-width: 500px) {
  .footer_shop_name {
    font-size: 6vw;
    letter-spacing: 3vw;
    margin-bottom: 30px;
    margin-left: 30px;
  }

  .footer_container {
    letter-spacing: 5px;
  }

  .footer_container ul {
    margin-left: 30px;
  }

  .footer_container ul li {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .insta_icon {
    margin-top: 40px 0 60px 0;
  }

  .copylight {
    font-size: 11px;
  }
}