#kv {
  background: url("../img/en/kv.jpg") no-repeat center/cover;
}
body {
  font-size: 14px;
  letter-spacing: 0px;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 15px;
    line-height: 36px;
  }
  header .gnav {
    padding-left: 130px;
  }
  header .gnav > ul {
    justify-content: center;
    align-items: center;
  }
  header .gnav > ul > li {
    display: flex;
    align-items: center;
  }
  header .gnav > ul > li:not(:first-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 21px;
    background-color: #c2bcb2;
    margin: 0 44px;
  }
  header .gnav a {
    font-size: 24px;
    color: #e3dfd8;
  }
  header .gnav .gnav_ul1 {
    padding-left: 0;
    margin: 0 0 0 169px;
  }
  header .gnav .gnav_ul1:before {
    display: none !important;
  }
  header .gnav .gnav_ul1 li:before {
    display: none;
  }
  header .gnav .gnav_ul1 .parent {
    margin-right: 15px;
  }
  header .gnav .gnav_ul2 {
    margin: 0;
    padding: 0;
  }
  header .gnav .gnav_ul2:before {
    margin: 0 24px 0 12px !important;
  }
  header .gnav .gnav_ul2:after {
    display: none !important;
  }
  header .gnav .gnav_ul2 .parent {
    margin-right: 15px;
  }
  header .gnav ul ul li {
    margin: 4px 15px 0 15px;
  }
  header .gnav ul ul li.df {
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  header .logo {
    left: calc(50% - 150px);
  }
  header .gnav {
    padding-left: 0;
  }
  header .gnav > ul > li:not(:first-child):before {
    margin: 0 30px;
  }
  header .gnav .gnav_ul1 {
    margin-left: 120px;
  }
}

@media only screen and (min-width: 768px) {
  .nav-fixed .gnav {
    padding-left: 130px;
    padding-bottom: 35px;
  }
  .nav-fixed .gnav > ul {
    justify-content: center;
    align-items: center;
  }
  .nav-fixed .gnav > ul > li {
    display: flex;
    align-items: center;
  }
  .nav-fixed .gnav > ul > li:not(:first-child):before {
    content: "";
    display: block;
    width: 1px;
    height: 21px;
    background-color: #252320;
    margin: 0 44px;
  }
  .nav-fixed .gnav a {
    font-size: 24px;
    color: #514f4d;
  }
  .nav-fixed .gnav .row .row2 {
    color: #252320;
  }
  .nav-fixed .gnav .gnav_ul1 {
    padding-left: 0;
    margin: 0 0 0 169px;
  }
  .nav-fixed .gnav .gnav_ul1:before {
    display: none !important;
  }
  .nav-fixed .gnav .gnav_ul1 li:before {
    display: none;
  }
  .nav-fixed .gnav .gnav_ul1 .parent {
    margin-right: 15px;
  }
  .nav-fixed .gnav .gnav_ul2 {
    margin: 0;
    padding: 0;
  }
  .nav-fixed .gnav .gnav_ul2:before {
    margin: 0 24px 0 12px !important;
  }
  .nav-fixed .gnav .gnav_ul2:after {
    display: none !important;
  }
  .nav-fixed .gnav .gnav_ul2 .parent {
    margin-right: 15px;
  }
  .nav-fixed .gnav ul ul li {
    margin: 0px 15px 0 15px;
  }
  .nav-fixed .gnav ul ul li.df {
    margin: 0;
  }
  .nav-fixed .gnav ul ul li a {
    font-size: 18px;
  }
  .nav-fixed .gnav ul ul li a.parent {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .nav-fixed .gnav {
    padding-left: 0;
  }
  .nav-fixed .gnav > ul > li:not(:first-child):before {
    margin: 0 30px;
  }
  .nav-fixed .gnav .gnav_ul1 {
    margin-left: 120px;
  }
  .nav-fixed .fix_logo{
    left: calc(50% - 136px);
  }
}

.rev_open .btn_reserve {
  width: 250px;
}

#lead {
  margin-top: 10vw;
  margin-bottom: 20vw;
}
#lead .lead-img1 {
  margin: 0 0 10vw -5%;
}
#lead .lead-img2 {
  margin-bottom: 8vw;
}
#lead .lead-en {
  position: relative;
}
#lead .lead-en span {
  display: inline-block;
  background: url("../img/shared/bg.jpg") repeat center;
  position: relative;
  z-index: 1;
  padding-right: 2vw;
  font-size: 5vw;
  line-height: 1.2;
}
#lead .lead-en:before {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #695c51;
}
#lead h2 {
  font-size:6vw;
  line-height: 160%;
  margin: 4vw 0 5vw;
}
@media only screen and (min-width: 768px) {
  #lead {
    margin-top: 97px;
    margin-bottom: 180px;
    padding: 0 30px;
  }
  #lead .wrap {
    max-width: 1238px;
  }
  #lead .lead-img1 {
    margin: 0 0 91px -131px;
    height: 630px;
  }
  #lead .lead-img1 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #lead .lead-row {
    align-items: flex-start;
  }
  #lead .lead-img2 {
    margin-bottom: 0;
    margin-right: -6.1%;
    order: 2;
    width: 54.2%;
    height: 502px;
  }
  #lead .lead-img2 img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #lead .lead-info {
    width: 45%;
    margin-top: 26px;
  }
  #lead .lead-info > div {
    width: 437px;
  }
  #lead .lead-en {
    line-height: 1;
    margin-left: -8px;
    margin-top: 4px;
  }
  #lead .lead-en span {
    padding: 0 0 10px;
    font-size: 20px;
    line-height: 1;
  }
  #lead .lead-en:before {
    top: 0;
    left: calc(50% - 2px);
    width: 1px;
    height: 100%;
  }
  #lead h2 {
    font-size: 30px;
    margin: 0 0 50px;
  }
  #lead .lead-txt {
    font-size: 15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #lead .lead-img2 {
    width: 49%;
  }
  #lead .lead-info {
    width: 53%;
  }
}

.set-style-1 dl {
  margin-top: 10vw;
}
.set-style-1 dl dt {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #6e642b;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.set-style-1 dl dt::after {
  content: "";
  flex: 0 1 100%;
  max-width: 30vw;
  display: block;
  border-top: 1px solid;
}
.set-style-1 dl dt > span {
  display: block;
  font-style: italic;
  white-space: nowrap;
}
.set-style-1 dl dd {
  margin-top: 5vw;
}
@media only screen and (min-width: 768px) {
  .set-style-1 {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin: 0 -21px 0 -20px;
  }
  .set-style-1 dl {
    margin-top: 45px;
  }
  .set-style-1 dl:first-child {
    margin-top: 0;
  }
  .set-style-1 dl dt {
    font-size: 24px;
  }
  .set-style-1 dl dt::after {
    max-width: 206px;
  }
  .set-style-1 dl dd {
    margin-top: 25px;
  }
  .set-style-1 .gr1 {
    width: 600px;
  }
  .set-style-1 .gr1 dl:nth-child(1) {
    margin-left: 40px;
  }
  .set-style-1 .gr2 {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 1300px) {
  .set-style-1 {
    margin-left: -34px;
  }
  .set-style-1 .gr1 dl:nth-child(1) {
    margin-left: 80px;
  }
}

.set-style-2 .ttl {
  font-size: 6vw;
  letter-spacing: 0.1em;
}
.set-style-2 .ttl .en {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #6e642b;
  font-style: italic;
  font-size: 4vw;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
.set-style-2 .ttl .en::after {
  content: "";
  flex: 0 1 100%;
  max-width: 30vw;
  display: block;
  border-top: 1px solid;
}
.set-style-2 .ttl .en > span {
  display: block;
  font-style: italic;
  white-space: nowrap;
}
.set-style-2 .ttl .jp {
  display: block;
  margin-top: 10vw;
}
.set-style-2 .txtbox {
  margin-top: 10vw;
}
.set-style-2 .txtbox .txt {
  margin-top: 10vw;
}
@media only screen and (min-width: 768px) {
  .set-style-2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .set-style-2 .ttl {
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 0.1em;
  }
  .set-style-2 .ttl .en {
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 24px;
    letter-spacing: 0.01em;
  }
  .set-style-2 .ttl .en::after {
    max-width: 276px;
  }
  .set-style-2 .ttl .jp {
    margin-top: 46px;
  }
  .set-style-2 .txtbox {
    width: 385px;
  }
  .set-style-2 .txtbox .txt {
    margin-top: 47px;
    font-size: 15px;
    line-height: 36px;
    letter-spacing: 0.1em;
  }
  .set-style-2 .imgbox {
    width: calc(100% - 420px);
    max-width: 730px;
  }
  .set-style-2 .imgbox .img {
    width: -moz-max-content;
    width: max-content;
    float: right;
  }
  .set-style-2.reverse {
    flex-direction: row-reverse;
  }
  .set-style-2.reverse .txtbox {
    width: 365px;
  }
  .set-style-2.reverse .imgbox {
    width: calc(100% - 395px);
  }
  .set-style-2.reverse .imgbox .img {
    width: -moz-max-content;
    width: max-content;
    float: left;
  }
}

#course {
  margin-bottom: 10vw;
  position: relative;
}
#course:before {
  content: "";
  display: block;
  width: 1px;
  height: 20vw;
  margin: 0 auto;
  background-color: #000;
}
#course h2 {
  margin-bottom: 10vw;
  text-align: center;
  line-height: 1.2;
}
#course h2 p {
  text-transform: uppercase;
  font-size: 10.4vw;
  letter-spacing: 0;
  margin: 6vw 0 4vw;
}
#course h2 small {
  font-size: 5vw;
  display: inline-block;
  border-left: 1px solid #000;
  padding: 0 2vw 0 3vw;
  line-height: 1;
}
#course h2 small:last-child {
  padding-right: 3vw;
  border-right: 1px solid #000;
}
#course .course-txt1 {
  text-align: center;
  margin-bottom: 10vw;
}
#course .course-txt2 {
  text-align: center;
  font-size: 7vw;
  position: relative;
  padding-top: 2vw;
}
#course .course-txt2:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 10vw);
  width: 20vw;
  height: 1px;
  background-color: #000;
}
#course .course-txt2 span {
  font-size: 150%;
}
#course .course-price {
  text-align: center;
  font-weight: 500;
  font-size: 4.5vw;
  margin: -1vw 0 4vw;
  letter-spacing: 0.5px;
}
#course .course-price span{
  font-size:70%
}

#course .menu__desc {
  margin-top: 7vw;
  text-align: center;
  font-size:4vw;
}
#course .course-txt3 {
  text-align: center;
  font-size: 9px;
  letter-spacing: 0.2em;
}
#course .set2 {
  margin-top: 5vw;
}
#course .set2 h3 span.jp {
  margin-bottom: 10vw;
  letter-spacing: 0;
  line-height:160%;
}
#course .set3 {
  margin-top: 10vw;
}
#course .set3 h3 span.jp {
  margin-bottom: 10vw;
  letter-spacing: 0;
  line-height:160%;
}
#course .set4 {
  margin-top: 10vw;
  margin-bottom:10vw;
}
#course .set4 .ttl {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  color: #6e642b;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}
#course .set4 .ttl::after {
  content: "";
  flex: 0 1 100%;
  max-width: 30vw;
  display: block;
  border-top: 1px solid;
}
#course .set4 .ttl > span {
  display: block;
  font-style: italic;
  white-space: nowrap;
}
#course .set4 .imgbox {
  margin-top: 10vw;
}
#course .set4 .imgbox .img2 {
  margin-top: 5vw;
}
.bnr-style-2{
  margin-bottom: 20vw;
}
@media only screen and (min-width: 768px) {
  #course {
    padding: 0 30px;
  }
  #course:before {
    height: 172px;
    margin-bottom: 59px;
  }
  #course .wrap {
    max-width: 1200px;
  }
  #course h2 {
    margin-bottom: 44px;
    line-height: 1;
    position: relative;
  }
  #course h2 p {
    font-size: 60px;
    letter-spacing: 0;
    margin: 51px 0 0;
  }
  #course h2 small {
    font-size: 20px;
    letter-spacing: 0;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    padding: 0 13px !important;
    position: absolute;
    bottom: 17px;
  }
  #course h2 small:nth-child(2) {
    left: calc(50% - 306px);
  }
  #course h2 small:nth-child(3) {
    left: calc(50% + 231px);
  }
  #course .course-txt1 {
    margin-bottom: 67px;
    font-size: 14px;
    line-height: 30px;
    letter-spacing: 0;
  }
  #course .course-txt2 {
    font-size: 40px;
    padding-top: 44px;
  }
  #course .course-txt2:before {
    left: calc(50% - 36px);
    width: 73px;
  }
  #course .course-txt2 span {
    font-size: 58px;
  }
  #course .course-price {
    font-size: 20px;
    margin: 30px 0 20px;
  }
  #course .menu__desc {
    margin-top: 40px;
    margin-bottom:100px;
    font-size:16px;
  }
  #course .course-txt3 {
    font-size: 14px;
    letter-spacing: 0px;
    margin-bottom: 89px;
  }
  #course .set-style-1 .gr1 dl + dl {
    margin-top: 91px;
  }
  #course .set-style-1 .gr2 {
    margin-top: 75px;
  }
  #course .set-style-1 .gr2 dl dd {
    margin-top: 41px;
  }
  #course .set2 {
    margin-top: 106px;
  }
  #course .set2 h3 span.jp {
    margin-bottom: 50px;
    margin-top: 40px;
  }
  #course .set2 .txtbox {
    margin-top: -13px;
  }
  #course .set3 {
    margin-top: 107px;
  }
  #course .set3 h3 span.jp {
    margin-bottom: 50px;
    margin-top: 40px;
  }
  #course .set3 .txtbox {
    margin-top: -13px;
  }
  #course .set4 {
    margin: 90px 0 100px 5px;
  }
  #course .set4 .ttl {
    -moz-column-gap: 20px;
         column-gap: 20px;
    font-size: 24px;
  }
  #course .set4 .ttl::after {
    max-width: 276px;
  }
  #course .set4 .imgbox {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
    margin-top: 41px;
  }
  #course .set4 .imgbox .img2 {
    margin-top: 97px;
  }
  
  #course .bnr a {
    background: #381b19;   
  }
  #course .bnr .bnr__ttl {
       font-size:26px;
  }
  .bnr-style-2{
    margin-bottom:180px;
  }
}

#reserve h2 .shippori-mincho-regular {
  font-size: 4vw;
  margin-left: -1vw;
}
#reserve .set2 {
  text-align: center;
}
#reserve .set2 .img {
  margin-bottom: 7vw;
}
@media only screen and (max-width: 767px) {
  #reserve .rev-col + .rev-col {
    margin-top: 15vw;
  }
  #reserve .brand{
    margin: 0 auto;
    width: 220px;
  }
  #reserve .brand img{
    width: 41vw;
  }
  #reserve .btn-link{
    width: 220px;
    min-height: 50px;
  }
}
@media only screen and (min-width: 768px) {
  #reserve {
    padding-bottom: 34px;
  }
  #reserve h2 .shippori-mincho-regular {
    font-size: 18px;
    margin-left: 5px;
    color: #fff;
  }
  #reserve .set2 {
    width: 862px;
    margin: 69px 45px 0 auto;
  }
  #reserve .set2 .df-pc {
    width: 100%;
  }
  #reserve .set2 .rev-col {
    width: 340px;
  }
  #reserve .set2 .img {
    margin-bottom: 27px;
  }
  #reserve .set2 .btn-reserve {
    margin-top: 47px;
  }
 #reserve .set1 .txtbox {
   line-height:180%
  }
}

.en-shop {
  margin-top: 20vw;
}
.en-shop .shop-ttl {
  position: relative;
}
.en-shop .shop-ttl:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 100%;
  background: url("../img/en/shop_shadow.png") repeat-y center/100% auto;
  z-index: 1;
}
.en-shop .shop-ttl .bg_parallax {
  height: 100vw;
}
.en-shop .shop-logo {
  position: absolute;
  width: 31%;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.en-shop .shop-txt {
  margin-top: 8vw;
}
@media only screen and (min-width: 768px) {
  .en-shop {
    margin-top: 210px;
  }
  .en-shop .shop-ttl:before {
    width: 50%;
    max-width: 645px;
  }
  .en-shop .shop-ttl .bg_parallax {
    height: 700px;
  }
  .en-shop .shop-logo {
    width: 210px;
    right: 85px;
  }
  .en-shop .shop-txt {
    margin-top: 69px;
    text-align: center;
    font-size: 15px;
  }
}

.section-shopinfo .wrap {
  border-top: 1px solid #bbbbba;
  padding-top: 20vw;
}
@media only screen and (max-width: 767px) {
  .section-shopinfo {
    margin-top: 20vw;
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .section-shopinfo {
    padding-top: 77px;
  }
  .section-shopinfo .wrap {
    padding-top: 102px;
  }
}

.section-map {
  padding-bottom: 0;
}
.section-map .set1 .txtbox {
  line-height:160%;
    letter-spacing: 0px;
}
#ginza_map {
  margin-bottom: 20vw;
}

@media only screen and (min-width: 768px) {
  #ginza_map {
    margin-bottom: 160px;
  }
}

footer .footer2 {
  margin-top: 0;
  padding-top: 10vw;
}
@media only screen and (min-width: 768px) {
  footer {
    padding-top: 0;
  }
  footer .footer2 {
    padding-top: 40px;
  }
}/*# sourceMappingURL=en.css.map */