﻿/*===== layout =====*/
/* html{
  scroll-behavior: smooth;
} */
#wrapper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  text-align: left;
}
.section-inner {
  width: 100%;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}
.display-pc {
  display: block !important;
}
.display-sp {
  display: none !important;
}
.none {
  display: none !important;
}
#main {
  width: 100%;
  position: relative;
}
.font-en {
  font-family: 'EB Garamond', serif;
}
.font-min {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
/* .font-roboto_con {
  font-family: 'Roboto Condensed', sans-serif;
}*/
.sp-none {
  display: none;
}
/*===== header =====*/
header {
  width: 100%;
  background: rgba(255,255,255,1);
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10;
  padding-top: 25px;
  margin-bottom: 35px;
}
header > div h1 {
  width: 195px;
  margin: 0 auto;
  padding-top: 1.25em;
}
header > div h1 img {
  width: 100%;
}
header > div p {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
  position: absolute;
  top: 0;
  right: 15px;
}
header > div p a {
  font-size: 20px;
  margin-left: .75em;
}
header > div p a i {
  font-size: 15px;
  transform: scale(-1, 1);
  margin-right: .25em;
}
header > div ul {
  display: none;
}
nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
nav > ul {
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}
nav > ul > li {
  cursor: pointer;
  position: relative;
}
nav > ul > li:not(:last-child) {
  margin-right: 35px;
}
nav > ul > li > a {
  display: block;
  position: relative;
  font-size: 15px;
  font-weight: 700;
  padding-bottom: 30px;
  transition: color .2s linear;
}
/*nav > ul > li > a::before {
  content: "";
  transition: .3s linear;
  opacity: 0;
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 25px;
  background: #c7b370;
}
nav > ul > li > a:hover::before {
  opacity: 1;
}*/
nav > ul > li > a:hover,
nav > ul > li.current > a {
  color: #000;
}
nav > ul > li.current > a::before {
  content: "";
  transition: .3s linear;
  opacity: 1;
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  bottom: 20px;
  background: #000;
}
nav > ul > li > a i {
  font-size: 13px;
  margin-left: .35em;
}
nav > ul > li#sns-icon {
  width: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  top: -.5em;
}
nav > ul > li#sns-icon > a {
  padding-bottom: 0;
  top: -.1em;
  font-weight: 700;
}
nav > ul > li#sns-icon > a:first-child {
  margin-right: .5em;
}
nav > ul > li#sns-icon > a i {
  font-size: 30px;
}
nav .english-btn {
  position: absolute;
  right: 15px;
  width: 90px;
  height: 24px;
  top: 0;
  margin-top: -.5em;
}
nav .english-btn a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  background: #c7b370;
  color: #fff !important;
  font-size: 13px;
  padding: 6px 10px;
  letter-spacing: .025em;
}
.body-en nav > ul > li {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.body-en nav > ul > li a{
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif !important;
}
.menu {
  display: none;
  position: absolute;
  left: -50%;
  top: 44px;
  width: 200%;
  background: #c7b370;
  padding: 20px 15px;
  z-index: 1000;
}
.menu-room {
  left: -150%;
  width: 380%;
}
.menu::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 6px 10px 6px;
  border-color: transparent transparent #c7b370 transparent;
  top: 0;
  left: 50%;
  margin-top: -10px;
  margin-left: -6px;
}
.menu li:not(:last-child) {
  margin-bottom: 1.2em;
}
.menu li a {
  display: block;
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  word-break: break-all;
}
.menu li a.link-arrow::before {
  border-color: transparent transparent transparent #fff;
}
/*===== parts =====*/
.ttl-h2 {
  position: relative;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 75px;
  letter-spacing: .15em;
}
.ttl-h2 span {
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-top: .75em;
  letter-spacing: 1px;
}
.ttl-h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 1px;
  background: #000;
  left: 50%;
  margin-left: -20px;
  margin-top: 30px;
}
.more {
  width: 240px;
  margin: 0 auto;
}
.btn-more {
  width: 100%;
  display: block;
  background: #fff;
  position: relative;
  letter-spacing: .15em;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
  border: 1px solid #000;
  padding: 12px 10px;
  transition: .6s ease;
}
.btn-more:hover {
  background: #000;
  color: #fff;
}
.link-arrow {
  display: inline-block;
  position: relative;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 1px;
}
.link-arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #cab879;
  display:  inline-block;
  vertical-align:  middle;
  position:  relative;
  top: -1px;
  margin-right: 5px;
}
.link-arrow:hover {
  text-decoration: underline;
}
.coming-soon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40vh;
  padding-bottom: 100px;
}
.coming-soon p {
  text-align: center;
  font-size: 30px;
  letter-spacing: .1em;
}
.coming-soon p span {
  font-size: 15px;
  display: block;
  margin-top: .5em;
}
.body-en .ttl-h2 span {
  font-size: 13px;
}
/*===== footer =====*/
#reservation-bnr {
  display: none; /* ←非表示 */
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 1000;
  width: 50px;
  height: 300px;
  margin-top: -150px;
}
#reservation-bnr a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  color: #fff;
  background: #c7b370;
  font-size: 18px;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-writing-mode:vertical-rl;
  letter-spacing: .5em;
  justify-content: center;
  align-items: center;
  transition: .3s linear;
}
.body-en #reservation-bnr a {
  letter-spacing: .2em;
}
#reservation-bnr a span {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  margin-top: 2em;
  letter-spacing: .15em;
}
@media all and (-ms-high-contrast:none) {
#reservation-bnr a {
  padding-right: 5px;
}
#reservation-bnr a span {
  left: 3px;
}
}
#reservation-bnr a:hover {
  background: #d6c27f;
}
footer {
  background: url("../img/common/bg_footer.jpg");
  padding: 60px 0 0;
}
footer h2 {
  width: 195px;
  margin: 0 auto 40px;
}
footer h2 img {
  width: 100%;
}
#footer-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  padding: 0 15px;
}
#footer-menu li a {
  border-right: 1px solid #4c4c4c;
  padding: 0 1em;
  font-size: 12px;
  display: block;
  text-align: center;
  color: #fff !important;
}
#footer-menu li:last-child a {
  border-right: none;
}
#footer-menu li a:hover {
  text-decoration: underline;
}
footer .info-txt {
  text-align: center;
  font-size: 12px;
  line-height: 1.3;
  color: #fff;
  letter-spacing: .15em;
  margin-bottom: 60px;
}
footer .info-txt span {
  display: block;
  margin-top: 1em;
}
footer .info-txt a {
  color: #fff !important;
  margin-right: 1em;
}
#copy {
  background: #fff;
  padding: 30px 15px;
  text-align: center;
  font-size: 12px;
  letter-spacing: .15em;
  color: #000;
}
#sns-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
#sns-menu li:not(:last-child) {
  margin-right: 1.5em;
}
#sns-menu li a {
  color: #fff;
  display: block;
  font-size: 32px;
}
/*===== slider =====*/
.dots {
  position: relative;
  width: 28%;
  margin: 40px 50px 80px 0;
  margin-left: auto;
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 12px;
  margin-top: -6px;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  z-index: 10;
  transition: .6s ease;
}
.slick-prev {
  background: url("../img/top/arrow.png") no-repeat left top /contain;
  background-size: 45px 12px;
  transform: scale(-1, -1);
  margin-top: -3px;
}
.slick-next {
  background: url("../img/top/arrow.png") no-repeat left top /contain;
  background-size: 45px 12px;
}
.slick-prev:hover,.slick-next:hover {
  opacity: .7;
}
.slick-prev:hover {
  left: -10px;
}
.slick-next:hover {
  right: -10px;
}
.slick-prev:focus,
.slick-next:focus {
  outline: none;
}
.slick-prev:before,
.slick-next:before {
  display: none;
}
/* dots */
.slick-dots {
  position: relative;
  bottom: 0;
  width: 100%;
  text-align: inherit;
  display: flex;
  justify-content: center;
}
.slick-dots li {
  position: relative;
  display: block;
  height: 6px;
  width: 6px;
  margin: 0;
  margin-right: 18px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li button {
  position: relative;
  display: block;
  height: 6px;
  width: 6px;
  padding: 0;
  margin: 0;
}
.slick-dots li button:before{content:'';position:absolute;top:0;left:0;width:6px;height:6px;display:block;border-radius:50%;background:#959595;opacity:1;}
.slick-dots li.slick-active button:before{content:'';background:#000;}
.slick-dots li button:hover,
.slick-dots li button:focus{outline:none;}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before{opacity:1;}
@media screen and (min-width: 769px) {
nav > ul {
  display: flex !important;
}
}
/*===== form =====*/
input, button,textarea,select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
}
::-webkit-input-placeholder {
  color: #bbb;
  font-size: 15px;
}
::-moz-placeholder {
  color: #bbb;
  opacity: 1;
  font-size: 15px;
}
:-ms-input-placeholder {
  color: #bbb;
  font-size: 15px;
}
input[type="text"],input[type="email"] {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid #ddd;
  background: #f4f4f4;
  -webkit-transition: .4s;
  transition: .4s;
}
input[type="text"]:hover,input[type="email"]:hover,textarea:hover,input[type="text"]:focus,input[type="email"]:focus,textarea:focus {
  background-color: #f4f4f4;
  outline: none;
}
label {
  cursor: pointer;
}
textarea {
  background: #f4f4f4;
  border: 1px solid #ddd;
  padding: 10px;
  width: 100%;
  height: 200px !important;
}
input[type="submit"] {
  width: 100%;
  cursor: pointer;
  outline: none;
  color: #fff;
  background: #c7b370;
  font-size: 17px;
  padding: 20px 10px;
  transition: opacity .3s linear;
  letter-spacing: 1px;
}
input[type="submit"]:hover {
  opacity: .7;
}
input[type="button"] {
  width: 100%;
  cursor: pointer;
  outline: none;
  color: #fff;
  background: #c7b370;
  font-size: 17px;
  padding: 20px 10px;
  transition: opacity .3s linear;
  letter-spacing: 1px;
}
input[type="button"]:hover {
  opacity: .7;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  outline: none;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
  width: 1.6em;
  height: 1.6em;
  top: -2px;
}
.input-wh200 {
  width: 35% !important;
}
.form-attention-txt {
  font-size: 13px;
  margin-top: 10px;
}
label {
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
}
.valign {
  vertical-align: top !important;
  padding-top: 30px !important;
  line-height: 1.4;
}
.select-box {
  position: relative;
  overflow: hidden;
  border: 1px solid #bbb;
  background: #f4f4f4;
  padding: 3px 5px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.select-box.select-year {
  width: 65px;
}
.select-box select {
  width: 100%;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 0;
}
.select-box select::-ms-expand {
  display: none;
}
.select-box::before {
    position: absolute;
    top: .9em;
    right: .5em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #333;
    pointer-events: none;
}
@media all and (-ms-high-contrast:none) {
.select-box {
  padding: 3px 5px 0;
}
}
@media screen and (max-width:768px) {
/*===== layout =====*/
#wrapper {
  overflow: hidden;
}
.display-pc {
  display: none !important;
}
.display-sp {
  display: block !important;
}
.section-inner {
  padding: 0 5%;
}
/*===== header =====*/
header {
  padding: 2% 0;
  margin-bottom: 0;
  z-index: 110;
}
header > div {
  display: flex;
  justify-content: space-between;
}
header > div h1 {
  width: 32.5%;
  margin: 0;
  padding-top: 0;
}
header > div ul {
  display: flex;
  justify-content: space-between;
  width: 16%;
  align-items: center;
}
header > div ul li {
  width: 47.5%;
  margin-right: 5%;
}
header > div ul li:first-child a {
  font-size: 6vw;
}
header > div ul li:last-child {
  margin-right: 0;
}
nav {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: 109;
  transition: .3s cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transform: translate(0, 0);
  padding: 5%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
  flex-direction: column;
  justify-content: flex-start;
  background: rgba(0,0,0,1);
}
nav.show {
  opacity: 1;
  position: absolute;
  width: 100%;
  height: auto;
  transition: .6s cubic-bezier(0.075, 0.82, 0.165, 1);
  transform: translate(0, 0);
  background: rgba(0,0,0,0);
}
nav > ul {
  width: 100%;
  display: block;
  margin-top: 18%;
}
nav > ul > li {
  border-bottom: 1px solid #666;
}
nav > ul > li:not(:last-child) {
  margin-right: 0;
}
nav > ul > li > a {
  font-size: 3vw;
  padding: 4%;
  transition: none;
  color: #fff !important;
}
nav > ul > li > a:hover {
  color: #fff;
}
nav > ul > li.current > a::before {
  position: absolute;
  opacity: 0;
}
nav > ul > li > a i {
  font-size: 4vw;
  margin-left: 0;
}
nav > ul > li#sns-icon {
  justify-content: center;
  top: inherit;
}
nav > ul > li#sns-icon > a {
  top: 0;
  padding-bottom: 4%;
}
nav > ul > li#sns-icon > a:first-child {
  margin-right: 1em;
}
nav > ul > li#sns-icon > a i {
  font-size: 5vw;
}
nav .english-btn {
  position: relative;
  right: inherit;
  width: 100%;
  height: auto;
  top: inherit;
  margin-top: 8%;
}
nav .english-btn a {
  font-size: 3vw;
  padding: 4%;
}
.menu {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  background-color: transparent;
  padding: 4%;
  padding-top: 0;
}
.menu::before {
  display: none;
}
.menu li:not(:last-child) {
  margin-bottom: 1.2em;
}
.menu li a {
  font-size: 3vw;
}
nav > ul > li.menu-hover > a::before {
  font-family: "Font Awesome 5 Free";
  content: '\f067';
  position: absolute;
  right: 2%;
  font-weight: 900;
}
nav > ul > li.menu-hover > a.active::before {
  font-family: "Font Awesome 5 Free";
  content: '\f068';
}
.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
}
.menu-trigger {
  position: relative;
  z-index: 110;
  width: 6.5vw;
  height: 4.5vw;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1vw;
  background-color: #000;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  margin-top: 1.75vw;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.menu-trigger span:nth-of-type(2)::after {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  display: inline-block;
  width: 100%;
  height: 1vw;
  background-color: #000;
  transition: all .4s;
}
.menu-trigger.active span:nth-of-type(1) {
  transform: translateY(2vw) scale(0);
}
.menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
}
.menu-trigger.active span:nth-of-type(2)::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-2vw) scale(0);
}
body.open::after {
  content: "";
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 100;
  transition: all .3s ease;
  background: rgba(0,0,0,.85);
}
/*===== parts =====*/
.ttl-h2 {
  font-size: 4vw;
  margin-bottom: 10%;
}
.ttl-h2 span {
  font-size: 2.5vw;
}
.ttl-h2::after {
  width: 5vw;
  margin-left: -2.5vw;
  margin-top: 4%;
}
.more {
  width: 65%;
}
.btn-more {
  font-size: 2.5vw;
  padding: 2vw 1vw;
  transition: none;
}
.link-arrow {
  font-size: 2vw;
}
.link-arrow::before {
  margin-right: 1vw;
}
.coming-soon {
  height: 40vh;
  padding-bottom: 10%;
}
.coming-soon p {
  font-size: 3.75vw;
}
.coming-soon p span {
  font-size: 2.25vw;
}
/*===== footer =====*/
#reservation-bnr {
  position: relative;
  right: 0;
  top: 0;
  width: 100%;
  height: auto;
  margin-top: 0;
  z-index: 10;
}
#reservation-bnr a {
  font-size: 3.25vw;
  -ms-writing-mode: lr-tb;
  writing-mode: lr-tb;
  -webkit-writing-mode:lr-tb;
  transition: none;
  padding: 4%;
}
#reservation-bnr a span {
  font-size: 2.25vw;
  margin-top: 0;
  letter-spacing: .15em;
  margin-left: 1em;
}
footer {
  padding: 8% 0 12.5vw;
}
footer h2 {
  width: 25%;
  margin: 0 auto 5%;
}
#footer-menu {
  flex-wrap: wrap;
  margin-bottom: 4%;
  padding: 0 5%;
}
#footer-menu li {
  width: 50%;
  border-bottom: 1px solid #4c4c4c;
}
#footer-menu li a {
  border-right: none;
  padding: 6.66% 2%;
  font-size: 2.25vw;
}
footer .info-txt {
  font-size: 2.25vw;
  margin-bottom: 8%;
}
#copy {
  padding: 4% 1vw;
  font-size: 2vw;
}
#sns-menu {
  margin-bottom: 6.66%;
}
#sns-menu li:not(:last-child) {
  margin-right: 2em;
}
#sns-menu li a {
  font-size: 4.5vw;
}
/*===== slider =====*/
.dots {
  width: 60%;
  margin: 4% 0 10% 0;
  margin-left: auto;
}
.slick-dots li {
  height: 10px;
  width: 10px;
  margin-right: 2vw;
}
.slick-dots li button {
  height: 10px;
  width: 10px;
}
.slick-dots li button:before{width:10px;height:10px;}
/*===== form =====*/
input, button,textarea,select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 2.25vw;
}
::-webkit-input-placeholder {
  font-size: 2.25vw;
}
::-moz-placeholder {
  font-size: 2.25vw;
}
:-ms-input-placeholder {
  font-size: 2.25vw;
}
input[type="text"],input[type="email"] {
  height: 7.5vw;
  padding: 1vw;
  -webkit-transition: none;
  transition: none;
}
textarea {
  padding: 1vw;
  height: 25vw !important;
}
input[type="submit"] {
  font-size: 2.75vw;
  padding: 4% 1vw;
  transition: none;
}
input[type="submit"]:hover {
  opacity: 1;
}
input[type="radio"],
input[type="checkbox"] {
  position: relative;
  border: 1px solid #c9c9c9;
  outline: none;
  margin-right: 1vw;
  vertical-align: middle;
  cursor: pointer;
  background: #fff;
  padding: 1.2vw;
  border-radius: 50%;
  top: -2px;
}
input[type="checkbox"] {
  border-radius: 0;
}
input[type="radio"]:checked,
input[type="checkbox"]:checked{
  background: #fff;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before{
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  margin: -.6vw 0 0 -.6vw;
  content: "";
  border-radius: 50%;
  width: 1.2vw;
  height: 1.2vw;
  background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(#000),
        to(#000)
    );
}
.input-wh200 {
  width: 45% !important;
}
.form-attention-txt {
  font-size: 2.25vw;
  margin-top: 1.5vw;
}
label {
  margin-right: 4%;
}
.valign {
  padding-top: 4% !important;
}
.select-box {
  padding: .5vw 1vw;
  width: 8vw;
}
.select-box.select-year {
  width: 10vw;
}
/*===== fixed bnr =====*/
#fixed-bnr {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 90;
}
#fixed-bnr ul {
  display: flex;
  width: 100%;
}
#fixed-bnr ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 12.5vw;
}
#fixed-bnr ul li:nth-child(1) {
  width: 75%;
  background: #c7b370;
}
#fixed-bnr ul li:nth-child(2) {
  width: 12.5%;
  background: #777;
}
#fixed-bnr ul li:nth-child(3) {
  width: 12.5%;
  background: #000;
}
#fixed-bnr ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  text-align: center;
  padding: 2.5% 1vw;
  font-size: 3.75vw;
}
#fixed-bnr ul li:nth-child(2) a {
  transform: scale(-1, 1);
}
#fixed-bnr ul li:nth-child(2) a,
#fixed-bnr ul li:nth-child(3) a {
  font-size: 6vw;
}  
}
@media screen and (max-width:425px) {
.sp-none {
  display: block;
}
/*===== header =====*/
header > div h1 {
  width: 35%;
}
header > div ul {
  width: 18%;
}
header > div ul li {
  width: 49%;
  margin-right: 2%;
}
header > div ul li:last-child {
  margin-right: 0;
}
nav > ul > li > a {
  font-size: 4vw;
}
nav > ul > li > a i {
  font-size: 5vw;
}
nav > ul > li#sns-icon > a i {
  font-size: 6vw;
}
nav .english-btn a {
  font-size: 4vw;
}
.menu li a {
  font-size: 3.75vw;
}
/*===== parts =====*/
.ttl-h2 {
  font-size: 5vw;
}
.ttl-h2 span {
  font-size: 3.5vw;
}
.ttl-h2::after {
  width: 8vw;
  margin-left: -4vw;
}
.more {
  width: 100%;
}
.btn-more {
  font-size: 3.5vw;
  padding: 2.5vw 1vw;
}
.link-arrow {
  font-size: 3vw;
}
.coming-soon {
  height: 45vh;
}
.coming-soon p {
  font-size: 4.5vw;
}
.coming-soon p span {
  font-size: 3.5vw;
}
/*===== footer =====*/
#reservation-bnr a {
  font-size: 4.25vw;
}
#reservation-bnr a span {
  font-size: 3.25vw;
}
footer h2 {
  width: 35%;
}
#footer-menu li a {
  font-size: 3.5vw;
}
footer .info-txt {
  font-size: 3.25vw;
}
#copy {
  font-size: 3vw;
}
#sns-menu li a {
  font-size: 6vw;
}
/*===== slider =====*/
.dots {
  width: 90%;
  margin: 4% auto 10%;
}
/*===== form =====*/
input, button,textarea,select {
  font-size: 3.5vw;
}
::-webkit-input-placeholder {
  font-size: 3.5vw;
}
::-moz-placeholder {
  font-size: 3.5vw;
}
:-ms-input-placeholder {
  font-size: 3.5vw;
}
input[type="text"],input[type="email"] {
  height: 9vw;
}
input[type="submit"] {
  font-size: 4vw;
}
input[type="radio"],
input[type="checkbox"] {
  padding: 1.8vw;
}
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before{
  margin: -.9vw 0 0 -.9vw;
  width: 1.8vw;
  height: 1.8vw;
}
.input-wh200 {
  width: 65% !important;
}
.form-attention-txt {
  font-size: 3.25vw;
}
.select-box {
  padding: .5vw 1vw;
  width: 12vw;
}
.select-box.select-year {
  width: 18vw;
}
.select-box::before {
    top: .8em;
  right: .4em;
}
/*===== fixed bnr =====*/
#fixed-bnr ul li a {
  font-size: 4.25vw;
}
}