@font-face {
  font-family: "MograEn";
  src: url("../font/Mogra-Regular.ttf?t=1655692005834") format("truetype");
}

@font-face {
  font-family: "NotoSansJP400";
  src: url("../font/NotoSansJP-Regular.ttf?t=1655692005834") format("truetype");
}
@font-face {
  font-family: "noto500";
  src: url("../font/NotoSansJP-Medium.ttf?t=1655692005834") format("truetype");
}
@font-face {
  font-family: "noto600";
  src: url("../font/NotoSansJP-SemiBold.ttf?t=1655692005834") format("truetype");
}
html,
body {
  position: relative;
  line-height: 1 !important;
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
}

body {
  font-family: "NotoSansJP400";
  color: #301A13;
  margin: 0;
  padding: 0;
}
.enLang {
  font-family: "MograEn" !important;
}
span {
  outline: none;
}

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

a:focus,
a:active {
  outline: none;
}

a,
a:focus,
a:hover {
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}

a {
  display: inline-block;
}

ul,
ul li,
p,
h1,
h2,
h3 {
  list-style: none;
  margin: 0;
  padding: 0;
}

div {
  box-sizing: border-box;
}

.w1200 {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.flexRowCenter {
  display: flex;
  align-items: center;
  justify-content: center;
}
.absCenter {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.pointer{
  cursor: pointer;
}
.ellipsis1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ellipsis2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

@keyframes scaleAnim {
  from {
    transform: scale(1);
  }

  to {
    transform: scale(1.05);
  }
}
@keyframes scaleAnim2 {
  from {
    transform: scale(1.05);
  }

  to {
    transform: scale(1);
  }
}

.hoverScale:hover {
  animation: scaleAnim 0.5s forwards ease-out;
}
.hoverScale:not(:hover) {
  animation: scaleAnim2 0.3s forwards ease-in;
}

.navMar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.nav {
  padding: 0 64px;
  width: 100%;
  height: 104px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.logo {
  width: 343px;
}

.navRight {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
.navItemImg {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.collapseMenu span {
  display: inline-block;
  width: 20px;
  height: 2px;
  font-size: 0;
  line-height: 0;
}

.collapseMenu {
  cursor: pointer;
  border: 1px solid #fff;
  display: block;
  padding: 19px 14.6px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-color: #301a13;
  position: relative;
  /* top: 28px; */
  /* right: 64px; */
  z-index: 999;
}

.collapseMenu span {
  background-color: #fff;
  position: absolute;
  top: 26.5px;
  left: 17px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 4px;
}

.collapseMenu span:nth-child(1) {
  top: 20px;
}

.collapseMenu span:nth-child(3) {
  top: auto;
  bottom: 20px;
}

.collapseMenu.open span:nth-child(2) {
  display: none;
}

.collapseMenu.open span:nth-child(3) {
  top: 50%;
  background-color: #fff;
  bottom: auto;
  transform: rotate(-315deg);
  -webkit-transform: rotate(-315deg);
}

.collapseMenu.open span:nth-child(1) {
  background-color: #fff;
  top: 50%;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.navRightItem {
  padding: 0;
  cursor: pointer;
  margin-left: 0;
  width: fit-content;
  width: 100%;
}

.navItem {
  border: 1px solid #eae8e7;
  padding: 16px 24px;
  font-size: 16px;
  font-family: "NotoSansJP500";
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 16px;
}
.bgwhite {
  border-radius: 30px;
  background: #ffffff;
}
.bgblack {
  background: #301a13;
  border-radius: 30px;
  color: #fff;
}
.header__navi {
  margin-right: auto;
  margin-left: auto;
}
.header__navi {
  background: rgba(0, 0, 0, 0.15);
  /* backdrop-filter: blur(30px); */
  position: absolute;
  top: 0;
  left: 0;
  right: -6000px;
  display: block;
  z-index: 666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-bottom: 100px;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100vh;
  margin-top: 0;
  padding: 44px 20px 100px;
  overflow-y: auto;
}

.header__navi.open {
  /* position: fixed; */
  display: block;
  right: 0px;
}
.show375{
  display: none !important;
}
.header__naviCon {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  padding: 176px 80px 32px;
  width: 580px;
  height: fit-content;
  min-height: 100vh;
  background-color: #eae8e7;
}

.navItemsMoveTop {
  font-family: "noto600";
  font-size: 20px;
  line-height: 100%;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.navItemsMoveTop a:nth-child(2) {
  width: 143px;
  text-align: left;
}
::-webkit-scrollbar {
  width: 7px;
  height: 8px;
  background-color: #c7c9cc;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
  height: 50px;
  border-radius: 5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

.color333 {
  color: #333 !important;
}
.mt80 {
  margin-top: 80px;
}
.naviButton {
  position: relative;
  margin-bottom: 16px;
  text-align: center;
  background-color: #301a13;
  padding: 20px 0;
  color: #fff;
  border-radius: 48px;
  width: 100%;
  font-size: 16px;
  font-family: "noto600";
  line-height: 100%;
}
.blackBtnBg:focus{
  color: #fff;
}
.blackBtnBg:hover{
  color: #fff;
}
.rightArrow{
  position: absolute;
  right: 22px;
  top: 22px;
  width: 12px;
}
.nav_bottom {
  margin-top: 110px;
}
.yysj {
  font-size: 16px;
  font-family: "noto600";
  line-height: 180%;
  padding: 8px 16px;
  border-radius: 4px;
  color: #301a13;
  background-color: #fff;
}
.yysjTime {
  font-family: "noto600";
  font-size: 24px;
  margin-left: 16px;
  line-height: 160%;
}
.nav_bottomItem {
  margin-bottom: 16px;
}
.nav_bottomItem2 {
  margin-bottom: 8px;
}
.navBottomtxt1 {
  margin-right: 24px;
}
.navBottomtxt {
  font-size: 16px;
  line-height: 180%;
}
.navCopy {
  margin-top: 40px;
  font-size: 12px;
  line-height: 180%;
}
.nav375 {
  display: none;
}
.prrebook{
  font-family: 'noto600';
font-size: 18px;
line-height: 130%;
  text-align: center;
  width: 56px;  
  letter-spacing: 3px;
border-top-width: 1px;
border-bottom-width: 1px;
border-left-width: 1px;

  z-index: 3;
  color:#fff;
border-top-left-radius: 24px;
border-bottom-left-radius: 24px;
padding-top: 24px;
padding-right: 16px;
padding-bottom: 24px;
padding-left: 16px;
border-style: solid;
border-color: var(--gray, #EAE8E7);
background: var(--black, #301A13);


  position: fixed;
  right:0 ;
  top: 50%;
  transform: translateY(-50%);
}

/* 5 */
.homePart5Bg{
  background: url("/static/img/hotelBg1920.png") no-repeat center;
  background-size: cover;
}
.homePart5 {
  width: 100%;
  position: relative;
  margin: 216px 0 432px;
  padding: 136px 0;
}
.homePart5ConT{
  font-family: 'noto600';
  font-size: 32px;
  line-height: 180%;
  margin-bottom: 40px;
color: #fff;
}
.homePart5ConC{
  font-family: 'noto600';
font-size: 16px;
line-height: 180%;
margin-bottom: 40px;
color: #fff;
}
.btnWhite{
  font-family: 'noto600';
  width: fit-content;
  padding: 16px 24px;
  background: #fff;
  border-radius: 48px;
  border: 1px solid #EAE8E7;
}
.leave3{
  position: absolute;
  left: 0;
  width: 548px;
  height: 349px;
  opacity: 0.6;
  bottom: -349px;
}
.shareImg{vertical-align: bottom;
  width: 18px;
  margin-right: 11px;
}
.shareImg2{
  display: none;
}
.bottomPart{
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-width: 1px;
  border: 1px solid var(--gray, #EAE8E7);
  position: relative;
  padding: 136px 0;
  background: url('/static/img/homePartbg.jpg') no-repeat center;
  background-size: cover;
}
.bottomNav{
  display: flex;
  justify-content: space-between;
}
.bottomNavItem{
  padding: 32px 24px 40px;
  width: calc(calc(100% - 96px) / 3);
  text-align: center;
  background: #fff;
border-radius: 24px;
border: 1px solid var(--gray, #EAE8E7)
}
.bottomDogImg{
  width: 100%;
  margin-bottom: 32px;
}
.bottomNavItemT{
  font-size: 32px;
  line-height: 100%;
  margin-bottom: 8px;
}
.bottomNavItemC{
font-family: 'noto600';
font-size: 24px;
line-height: 160%;
margin-bottom: 16px;

}
.bottomNavItemT.red{
color:#d52057;
}
.bottomNavItemT.blue{
  color:#5fa2dc;

}
.bottomNavItemT.green{
  color:#a2dc5f;

}
.bottomNavItemGo.red{
  background: #d52057;
}
.bottomNavItemGo.blue{
  background: #5fa2dc;
}
.bottomNavItemGo.green{
  background: #a2dc5f;
}
.bottomNavItemGo{
  margin: 0 auto;
  padding: 11px 0;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 40px;
}
.bottomNavItemGo img{
  width: 12px;
  height: 12px;
}
.bottom{
  padding: 136px 0 0;
  backdrop-filter: blur(24px);
  background: var(--light-gray-80, #F4F4F4CC);
}
.bottomContent{
  display: flex;
  margin-bottom: 120px;
}
.bottomLogo{
  width: 268px;
  margin-bottom: 56px;
}
.bottomLeft{
  min-width: 360px;
  margin-right: 10%;
}
.bottomLeft .flexRowCenter{
  justify-content:flex-start;
}
.bottomCenter{
  width: 150px;
}
.bottomCenter .navItemsMoveTop {
  flex-direction: column;font-size: 16px;
  line-height: 160%;
  margin-bottom:16px;
}
.bottomCenter .navItemsMoveTop a:not(:last-of-type){
  margin-bottom: 16px;
}
.bottomCenter .navItemsMoveTop:last-child{
  margin-bottom:0;

}
.bottomRight{
  margin-top: -74px;
  flex: 1;
text-align: right;
display: flex;
flex-direction: column;
align-items: flex-end;
}
.bottomDog{
  width: 187px;
height: 280px;
margin-bottom: 32px;

}
.bottomBtnIns{
  width: fit-content;
border-width: 1px;
border-radius: 24px;
padding: 16px 24px;
color: #fff;
background: var(--black, #301A13);
text-align: left;
}
.bottomIns{
font-size: 12px;
line-height: 180%;
margin-bottom: 8px;
}
.insName{
  font-family: 'noto600';
font-size: 16px;
line-height: 100%;
}
.insName img{
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
.botCopy{
  padding-bottom: 40px;
  display: flex;
  justify-content: space-between;
}
.botL{
font-size: 12px;
line-height: 180%;
}
.botL span:not(:last-child){
  /* margin-right: 32px;
border-bottom: 1px solid #000000; */
}
.shareBlackIcon{
  width: 12px;
  margin-left: 6px;
}
.botR{
font-size: 12px;
line-height: 180%;
}
/* common title   */

.access {
  padding: 48px;
  border-radius: 24px;
  border-width: 1px;
  border: 1px solid #eae8e780;
  backdrop-filter: blur(24px);
  position: absolute;
  bottom: -48px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
}
.otherNavs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-family: "noto600";
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 40px;
}
.otherNav1 {
  color: #301a13;
}
.otherNav2 {
  color: rgba(48, 26, 19, 0.5);
}
.rightArrowIcon {
  margin: 0 4px;
  width: 16px;
}
.access1 {
  margin-bottom: 8px;
  font-size: 64px;
  line-height: 100%;
text-transform: uppercase;

}
.access2 {
  font-family: "noto600";
  font-size: 24px;
  line-height: 160%;
}
.bgcommon {
  background: url("/static/img/leave4.png") no-repeat top left;
  background-size: 468px 364px;
}
.commonPageTopbg{
  height: 440px;
  position: relative;
}
/* modal */
.modal{top: 0;left: 0;
  display: none;
  position: fixed;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
}
.modal.open{
  display: block;
}
.modalContent{
width: 535px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
border-radius: 24px;
padding-bottom: 87px;
}
.closeModal{
  cursor: pointer;
  width: 32px;
  position: absolute;
  right: 0;
  top: -48px;
  z-index: 99999;
}
.modalContent1{
  text-align: center;
  position: absolute;
  left: 0;bottom: 0;
  width: 100%;backdrop-filter: blur(24px);
  padding: 32px 24px 24px;
  background: var(--light-gray-80, #F4F4F4CC);
box-shadow: 0px 4px 24px 0px rgba(0,0,0,0.15);
border-radius: 0px 0px 24px 24px;
border: 1px solid #EAE8E7;
}
.modalBgImg{
border-radius: 29px;
width: 100%;
}
.logoBlackModal{
  width: 98px;
  margin-bottom: 16px;
}
.prebookTxt{
font-family:'noto500';
font-size: 16px;
color: #301A13;
line-height: 26px;
}
.prebookPhone{
font-family:'noto500';
  font-size: 32px;
  color: #D52057;
  line-height: 51px;
}
.modalBottomImg{
  display: block;
  margin-right: auto;
  width: 137px;
  text-align: left;
}
.openTimeDia{
font-family:'noto500';
font-size: 16px;
color: #301A13;
line-height: 26px;
text-align: center;
}
.openTimeDiaMar{
  margin-right: 30px;
}
@media screen and (max-width: 1280px) {
  .w1200 {
    width: calc(100% - 160px);
  }
  .homePart5Bg{
  
    background: url("/static/img/hotelBg1280.png") no-repeat center;
    background-size: cover;
  }
}

@media screen and (max-width: 1200px) {
 
.w1200 {
  width: calc(100% - 40px);
}
}
@media screen and (max-width: 1024px) {
  .navItem {
    display: none;
  }
  .hoverScale:hover {
    animation: none;
  }
  .hoverScale:not(:hover) {
    animation: none;
  }

  .nav {
    height: 70px;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {

}

@media screen and (max-width: 650px) {
  .show375{
    display: block !important;
  }
  .nav375 {
    display: block;
    position: absolute;
    top: 16px;
    left: 16px;
  }
  .nav {
    padding: 0 16px;
    width: 100%;
    height: 56px;
  }
  .collapseMenu {
    cursor: pointer;
    border: 1px solid #fff;
    display: block;
    padding: 10px 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #301a13;
    position: relative;
    /* top: 28px; */
    /* right: 64px; */
    z-index: 999;
  }
  .collapseMenu span {
    top: 17.5px;
    left: 9px;
  }

  .collapseMenu span:nth-child(1) {
    top: 11px;
  }

  .collapseMenu span:nth-child(3) {
    top: auto;
    bottom: 12px;
  }
  .logo {
    width: 196px;
  }
  .header__naviCon {
    padding: 104px 20px 24px;
    width: 100%;
    height: fit-content;
    min-height: 100vh;
  }
  .navItemsMoveTop {
    flex-direction: column;
    margin-bottom: 0;
  }
  .navItemsMoveTop:first-of-type {
    margin-bottom: 32px;
  }
  .navItemsMoveTop a {
    margin-bottom: 32px;
    font-size: 18px;
    line-height: 160%;
  }
  .yysj {
    padding: 4px 12px;
    font-size: 14px;
    border: 1px solid var(--gray, #eae8e7);
  }
  .nav_bottom {
    margin-top: 64px;
  }
  .mt80 {
    margin-top: 64px;
  }
  .yysjTime {
    font-family: "noto600";
    font-size: 18px;
    margin-left: 12px;
    line-height: 160%;
  }
  .nav_bottomItem{
    margin-bottom: 24px;
  }
  .nav_bottomItem2{
    margin-bottom: 16px;
  }
  .navBottomtxt{
    font-size: 14px;
  }
  .navCopy{
    margin-top: 64px;
  }
  .hide375{
    display: none !important;
  }

  /* 5 */
  .homePart5Bg{
  
    background: url("/static/img/hotelBg375.png") no-repeat center;
    background-size: cover;
  }
  .homePart5 {
    margin: 88px 0 0;
    padding: 64px 0;
  }
  .homePart5ConT{
    font-size: 24px;
    line-height: 180%;
    margin-bottom: 24px;
  color: #fff;
  }
  .homePart5ConC{
    font-family: 'noto600';
  font-size: 16px;
  line-height: 180%;
  margin-bottom: 32px;
  color: #fff;
  }
  .btnWhite{
    text-align: center;
    width: 100%;
    padding: 20px 0;
    background: #fff;
    border-radius: 48px;
    border: 1px solid #EAE8E7;
  }
  .leave3{
    left: 0;
    width: 100%;
    height: 239px;
    bottom: -239px;
  }
  .shareImg{
    width: 18px;
    margin-right: 11px;
  }
  .shareImg2{
    display: inline-block;
    margin-left: 11px;
    margin-right: 0;
  }

  .bottomPart{
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 136px 0;
    margin-top: 239px;
padding: 64px 0px 80px;
  }
.bottomNav{
  display: flex;
  flex-direction: column;
}
.bottomNavItem{
  padding: 32px 20px;
  width:100%;
  text-align: center;
  background: #fff;
border-radius: 24px;
margin-bottom: 32px;
}
.bottomNavItem.mb0{
margin-bottom: 0px;
}
.bottomDogImg{
  width: 100%;
  margin-bottom: 32px;
}
.bottomNavItemT{
font-size: 24px;
}
.bottomNavItemC{
font-size: 18px;
}

.bottom{
  padding: 64px 0 0;
}
.bottomContent{
  display: flex;
  flex-direction: column;
  margin-bottom: 56px;
}
.bottomLeft{
  text-align: center;
  width: 100%;
  margin-right: 0;
}
.bottomLeft .flexRowCenter{
  justify-content:space-between;
}
.bottomCenter{
  width: 100%;
  margin-bottom: 56px;
}
.bottomCenter .navItemsMoveTop {
  flex-direction: row;
  margin-bottom:16px;
}
.bottomCenter .navItemsMoveTop a{
  margin-bottom: 16px;
}
.bottomCenter .navItemsMoveTop a:not(:last-of-type){
  margin-bottom: 16px;

}
.bottomCenter .navItemsMoveTop:last-child{
  margin-bottom:0;

}
.bottomDog2{
  width: 240px;
  margin-bottom: 56px;
}
.bottomRight{
  margin-bottom: 56px;
  margin-top: 0;
align-items: center;
}
.bottomBtnIns{
  width: 100%;
  text-align: center;
}
.botCopy{
  flex-direction: column;
}
.botL{
  justify-content: space-around;
margin-bottom: 32px;
display: flex;
}
.botR{
  text-align: center;
}

.access {
  padding: 32px;
  border-radius:16px;
  bottom: -32px;
  left: 50%;
  transform: translateX(-50%);
}
.otherNavs {
  margin-bottom: 24px;
}
.access1 {
  margin-bottom: 0px;
  font-size: 48px;
}
.access2 {
  font-size: 16px;
  line-height: 180%;
}
.bgcommon {
  background: url("/static/img/leave5.png") no-repeat top left;
  background-size: 245px 96px;
}
/* modal */

.modal{top: 0;left: 0;
  display: none;
  position: fixed;
  z-index: 999999;
  width: 100vw;
  height: 100vh;
  background: rgba(0,0,0,0.6);
}
.modal.open{
  display: block;
}
.modalContent{
width: calc(100% - 112px);
position: absolute;
top: 30%;
left: 50%;
transform: translateX(-50%);
border-radius: 16px;
padding-bottom: 112px;
}
.closeModal{
  cursor: pointer;
  width: 32px;
  position: absolute;
  right: 0;
  top: -48px;
  z-index: 99999;
}
.modalContent1{
  padding: 32px 22px 16px;
border-radius: 0px 0px 16px 16px;
}
.modalBgImg{
border-radius: 14px;
width: 100%;
}
.logoBlackModal{
  width: 86px;
  margin-bottom: 16px;
}
.prebookTxt{
font-size: 14px;
line-height: 22px;
}
.prebookPhone{
  font-size: 24px;
  line-height: 38px;
}
.modalBottomImg{
  width: 86px;
}
.openTimeDia{
font-size: 14px;
line-height: 22px;
}
.openTimeDiaMar{
  margin-right: 15px;
}
}
