.main{
  position: relative;
}
.premience-open-menu{
  background-color: #DA9A41;
  width: 220px;
  line-height: 46px;
  height: 46px;
  color: #ffffff;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  box-shadow: rgba(0, 0, 0, 0.2) 3px 3px 7px 0px;
  border: none;
  text-indent: 0.4em;
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.8s ease;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 250px;
  right: 30px;
}
a.premience-common_item-link:hover{
  color: #DA9A41;
}
.premience-open-menu-icon{
    width: 40px;
    display: inline-block;
}
.premience-open-menu-icon::before,
.premience-open-menu-icon::after{
    content:"";
    width: 25px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 60%;
    transition: transform 1s ease, top 1s ease;
}
.premience-open-menu-icon::after{
    top: 40%;
}
.premience-common_menu {
    background: rgba(255, 255, 255);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.15);
    border-radius: 4px 0px 0px 4px;
    padding: 0 20px;
    margin-right: -51px;
    width: 600px;
    margin-left: auto;
    position: fixed;
    right: 80px; 
    bottom: 0;
    z-index: 99;
    transition: 'background' 0.5s ease;
    padding-top: 25px;
    padding-bottom: 45px;
    display: none;
    overflow-y: scroll;
    width: 300px;
    max-height: 400px;
    font-size: 16px;
    background: #fff;
    top: 225px;
}
.rrg_navi_eng-item{
    background-color:#F5F5F5;
    width:100px;
    position: absolute;
    right: 20px;
    top: 90px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #333;
}
.rrg_navi_eng-item a{
    width: 100px;
    display: block;
    color: #333 !important;
}
.premience-common_menu-title{
    text-align: center;
}
.close-modal-button{
    right:10px;
    top:10px;
    position: absolute;
    width:40px;
    height:40px;
    border-radius: 20px;
    border: none;
    font-size: 30px;
    cursor: pointer;
    background: transparent;
}
.english-premience-main-body-btn{
    background-color: #DA9A41;
    color: #fff !important;
    text-decoration: none !important;
    max-width: 208px;
    width: 100%;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 18px 0;
    margin-top: 20px;
    font-family: "Zen Kaku Gothic Antique", serif;
    font-weight: 500;
    letter-spacing: 0.05rem;
    box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, color 0.3s ease, opacity 0.8s ease;
    letter-spacing: 0.2em;
    margin-left:50px;
    margin-right: auto;
}
.premience-common_item{
  text-align: left;
  margin-top: 10px;
}
a.premience-common_item-link{
  justify-content: left;
}
.premience-main-body-btn-open {
  background-color: #966737 !important;
  color: #fff !important;
  text-decoration: none !important;
  max-width: 220px;
  width: 100%;
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 0 0 0 auto;
  padding: 18px 0;
  font-family: "Zen Kaku Gothic Antique", serif;
  font-weight: 500;
  letter-spacing: 0.05rem;
  box-shadow: 3px 3px 7px 0px rgba(0, 0, 0, 0.2);
  transition: background-color 0.3s ease, color 0.3s ease, opacity 0.8s ease;
  position: fixed !important;
  top: 310px;
  right: 30px;
  font-size: 18px;
}

.premience-main-body-btn-open:hover {
  color: #9a7d3b;
  opacity: .7;
}
.premience-travel-lineup{
  position: relative;
  z-index: 2;
}
.premience-banner ,
.premience-banner-lead{
  max-width: 820px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.premience-banner{
  margin-top: 50px;
}
.premience-banner-lead{
  margin-top: 5px;
  font-size: 16px;
  font-family: "Zen Kaku Gothic Antique", serif;
}
@media (max-width:768px) {
  .premience-travel-lineup{
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .premience-travel-lineup.is-show{
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease, visibility 0.5s ease;
  }
  .english-premience-main-body-btn{
    margin: 10px auto 0;
  }
  .premience-open-menu ,
  .premience-main-body-btn-open{
    right: 0px;
  }
  .premience-open-menu{
    bottom: 130px;
    top: auto;
    width:180px;
    font-size: 14px;
  }
  .premience-main-body-btn-open{
    bottom: 60px;
    top: auto;
    width:180px;
    font-size: 14px;
  }
  .premience-open-menu-icon::before, .premience-open-menu-icon::after{
    width: 18px;
    right: 15px;
  }
  .premience-banner ,
  .premience-banner-lead{
    padding-left: 58px;
    padding-right: 58px;
  }
  .premience-banner{
    margin-top: 25px;
  }
  .premience-banner-lead{
    font-size: 14px;
  }
}
@media (min-width: 769px){
  .premience-open-menu{
    &:hover{
      opacity: .8;
    }
  }
  .premience-common_menu-title{
    font-size: 24px;
    margin-bottom: 30px;
  }
}
@media (max-width: 768px){
  .premience-contact_headtitle{
    margin-top: 16px;
  }
  .premience-open-menu{
    button.close-modal-button{
        top: 30px;
        left:20px;
        right: auto;
        color: #000;
    }
  }
  .close-modal-button{
    top:50px;
  }
  .premience-common_menu {
    background-color: rgba(255, 255, 255, 0.85);
    display: none;
    height: 100vh;
    box-sizing: border-box;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 100;
    padding: 49px 24px 93px 24px;
    max-height: 100vh;
    overflow-y: auto;
    width:100vw;
    margin: 0;
    padding-top: 60px;
    font-size: 26px;
  }
}
