/* ーーーーーーーーーーー

    メイン画像スライド

ーーーーーーーーーーーー*/
.main_visual {
    position: relative;
    table-layout: fixed;
  }
  .main_visual_slick {
    padding-top: 117.1875% !important;
    position: relative;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    height: 100% !important;
  }
  .main_visual .slick-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    display: block;
    overflow: hidden;
    padding: 0;
  }
  .main_visual .slick-track {
    position: relative;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0;
    list-style: none;
    height: 100% !important;
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }
  .slick-track:after {
    clear: both;
  }
  /* ーーーーーーーーーーー
          リスト画像
      ーーーーーーーーーーーー*/
  .main_visual_slick li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    max-height: 850px;
  }
  .main_visual_slick li img {
    display: block;
    top: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  /* ーーーーーーーーーーー
        main_visualタイトル
    ーーーーーーーーーーーー*/
  .main_visual .main_visual_title {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0;
    list-style: none;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
  }
  .main_visual .main_visual_title li {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .main_visual .main_visual_title li .logo {
    visibility: visible;
    animation-name: fadeIn;
    width: 85.625%;
    position: absolute;
    right: 0;
    left: 0;
    top: auto;
    bottom: 40%;
    margin: 0 auto;
    text-align: center;
  }
  
  .main_visual .main_visual_title li .logo .wel {
    font-size: 30px;
    line-height: 1;
    font-style: italic;
  }
  .main_visual .main_visual_title li .logo .rats {
    font-size: 70px;
    line-height: 1;
    font-style: italic;
  }
  
  /* ーーーーーーーーーーー
    
          NEWS
    
  ーーーーーーーーーーーー*/
  #NEWS {
    margin: 80px 0;
  }
  #NEWS .container {
    margin: 0 auto;
  }
  #NEWS p {
    line-height: 1.71429;
  }
  h3 {
    margin: 0 0 20px;
    padding-left: 11px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position: relative;
  }

  .news_content dl {
    margin: 0;
    overflow-y: auto;
    max-height: 300px;
  }
  .news_content dl dt:first-of-type {
    border-top: 1px solid #cdc8c1;
  }
  .news_content dl dt {
    color: #c78d0f;
    margin: 0.5em 0 0;
    padding: 0 1em;
    font-weight: normal;
  }
  .news_content dl dd {
    border-color: #cdc8c1;
    margin: 0.5em 0;
    padding: 0 1em 0.5em;
    border-bottom: 1px solid #ccc;
  }
  .news_content dl dd a:hover {
    text-decoration: underline;
  }
  .news_content .more{
    margin-top: 35px;
    display: block;
    overflow: hidden;
  }
  
  /* ーーーーーーーーーーー
    
        ABOUT
    
  ーーーーーーーーーーーー*/
/* 

ここから変更

*/



#sec1 .sec1-img-prl img {  
  transition: 1s all ease-in-out;
  width: 100%;
  max-width: 100%;
  height: auto;
}
/* 
右の写真
*/
#sec1 .sec1-img2 {
  width: 34.5%;
  margin: -30vw 0 0 auto;
}
#sec1 .sec1-img2 img {
  transform: translate3d(0px, -33px, 0px);
}

/* 
左の写真
*/
#sec1 .sec1-img3 {
  width: 46.5%;
  margin-left: -5%;
}
#sec1 .sec1-img3 img {
  transform: translate3d(0px, -41px, 0px);
}


#sec1 .wrap h2 {
  text-align: center;
}
.ttl-en {
  font-size: 3.5vw;
  line-height: 1.5;
  color: #b2a392;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: "Playfair Display";
}

#sec1 h2 .ttl-jp {
  margin: 2vw 0 5vw;
}
/* fixed*/
.ttl-jp {
  font-size: 5.2vw;
  line-height: 2;
  letter-spacing: 0.15em;
}





/* 文字のcss*/
.pc {
  display: none;
}


/* 文字の下の写真*/

.wrap .sec1-img4 {
  margin: 18vw -5% 12vw auto;
  width: 68.3%;
}

/* ボタンcss*/
  .more a {
    display: block;
    border: 1px solid #c78d0f;
    color: #fff;
    background: #c78d0f;
    padding: 0.62em 0.6em;
    margin: 0 auto 1px;
    max-width: 300px;
    width: 100%;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    transition: 0.3s;
    font-size: 16px;
  }
  .more a:hover {
    border: 1px solid #c78d0f;
    color: #c78d0f;
    background: #fff;
  }
 
  /* ーーーーーーーーーーー
    
        Menu 変更点
    
    ーーーーーーーーーーーー*/


  #sec5 {
      margin-bottom: 23vw;
  }
  #sec5 .sec5-1 {
    background: #090606;
    position: relative;
    padding-bottom: 20vw;
}

/* fixed*/
.bg_parallax {
  position: relative;
}
:before, :after {
  pointer-events: none;
}

#sec5 .sec5-1 .bg_parallax {
  height: 84vw;
}



#sec5 .sec5-1 .bg_parallax:before {
  content: "";
  position: absolute;
  z-index: 1;
  background: linear-gradient(180deg, rgba(51, 51, 51, 0) 0%, #090606 68%);
  bottom: 0;
  left: 0;
  width: 100%;
  height: 15vw;
}

.img_parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.img_parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translateZ(0) !important;
  transform: translateZ(0) !important;
}

/* ここから文字 */
#sec5 .sec5-1 .wrap {
  display: flex;
  margin-top: -15vw;
  z-index: 10;
}

/* fixed */
h2{
  transform: translate(0px, 0px);
    opacity: 1;
    visibility: visible;
    animation-name: fadeInUp;
}
.ttl-en2 {
  font-size: 10.4vw;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.fnt-playfair {
  font-family: "Playfair Display";
}

#sec5 .sec5-1 .ttl-jp {
  margin: 2vw 0 4vw;
}



  /* ーーーーーーーーーーー
    
            ROOM
    
    ーーーーーーーーーーーー*/
  #ROOM {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  
  #ROOM .gutters {
    padding: 0;
    max-width: none;
  }
  .room_img /* room img要素の囲い　*/ {
    display: block;
    width: 100%;
    position: relative;
  }
  .room_img::after {
    content: "";
    display: table;
    clear: both;
  }
  .room_img figure {
    display: block;
    margin: 0;
    text-align: center;
    padding-top: 50%;
  }
  .room_img figure img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
  }
  .room_wrraper /* Poker room要素の囲い　*/ {
    padding: 70px 14px 80px;
  }
  .room_wrraper .ttl {
    line-height: 1;
    margin-bottom: 0;
    text-align: center;
  }
  .room_wrraper .ttl span {
    display: block;
    margin-left: 0;
    margin-top: 20px;
    font-size: 18px;
  }
  .room_wrraper .more {
    margin-top: 32px;
  }
  
  /* ーーーーーーーーーーー
    
            CONTACT
    
    ーーーーーーーーーーーー*/
  #CONTACT {
    margin-bottom: 0;
    padding: 66px 10px 80px;
  }
   
  /* ーーーーーーーーーーー
    
            
    
  
  #CONTACT .row {
    padding-bottom: 0;
  }
  #CONTACT .contact_wrraper {
    text-align: center;
    display: block;
    width: 100%;
  }
  #CONTACT .ttl {
    margin-bottom: 20px;
    text-align: center;
  }
  
  #CONTACT .title {
    display: flex;
    height: 40px;
    justify-content: center;
  }
  #CONTACT .title img {
    height: 100%;
  }
  
  #CONTACT .title p {
    margin: auto 0;
    font-size: 22px;
  }
  
  .contact_wrraper .open {
    line-height: 1.71429;
    margin: 0.5em 0 1em;
    font-size: 12px;
  }
  #CONTACT .tx {
    margin-top: 30px;
  }
  
  #CONTACT .tx .box {
    margin-bottom: 16px;
    width: 100%;
    border: 1px solid #c78d0f;
  }
  #CONTACT .tx .box a {
    margin: auto;
    color: #c78d0f;
    display: table;
    font-size: 26px;
    padding: 32px 10px;
    display: flex;
    justify-content: center;
  }
  #CONTACT .tx .box a i {
    margin: auto 0;
  }
  #CONTACT .tx .box a span {
    display: block;
    padding-top: 0.125em;
    padding-bottom: 0.125em;
    margin-left: 15px;
  }
  
        メール
    
  #CONTACT .tx .mail {
    margin-bottom: 0;
  }
  #CONTACT .tx .mail a {
    position: relative;
  }
  
        ボーダーについて
     
  #CONTACT .tx .mail a::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 20px 20px;
    border-color: transparent transparent #c78d0f transparent;
    top: auto;
    right: 0px;
    left: auto;
    bottom: 0;
    position: absolute;
  }
  #CONTACT .tx .mail a::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(199, 141, 15, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s;
    opacity: 0;
  }
  #CONTACT .tx .mail a:hover:after {
    opacity: 1;
  }
 
    ラインについて
  
  #CONTACT .line{
    margin-top: 20px;
  }
 ーーーーーーーーーーーー*/


  /* ーーーーーーーーーーー
    
      CONTACT  変更点
    
  ーーーーーーーーーーーー*/


.mb0 {
  margin-bottom: 0 !important;
}

.parallax_1 {
  padding: 0 0 4%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.parallax_1 {
  height: 425px;
  background-image: url(../img/pasta-6263653_1280.jpg) !important;
  background-size:cover;
  background-repeat: no-repeat;
}
.parallax .parallax_contents {
  z-index: 1;
  text-align: center !important;
  width: 100%;
}
.parallax_contents h2{
  margin: 0;
  padding: 1.2em;
  background-color: #c78d0f;
}
.parallax_contents h2:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 0px;
  background: #fff6e4;
}

.text-white {
  color: #ffffff !important;
}
.parallax_1 p {
  margin: 0.5em 0 1em;
    line-height: 1.8;
    letter-spacing: .05em;
}
.text-xlarge {
  font-size: 1.5rem;
}
  /* ーーーーーーーーーーー
    
            MAP
    
    ーーーーーーーーーーーー*/
  #MAP {
    margin-bottom: 50px;
    width: 100%;
    height: 600px;
  }
  #MAP iframe {
    display: block;
    height: 100%;
    width: 100%;
    padding: 0px;
    border-width: 0px;
    margin: 0px;
    left: 0px;
    top: 0px;
    touch-action: pan-x pan-y;
  }
  
  /* ーーーーーーーーーーー
    
            sns
    
    ーーーーーーーーーーーー*/
  #SNS .ttl {
    text-align: center;
  }
  
  .sns_wrraper {
    max-width: 600px;
    margin: 0 auto;
  }
  #SNS .tpp {
    font-size: 30px;
    color: #ffebbe;
    font-style: italic;
    text-align: center;
  }
  .sns_wrraper .box {
    margin-bottom: 20px;
  }
  /* ーーーーーーーーーーー
        投稿の囲い
    ーーーーーーーーーーーー*/
  .sns_wrraper .box .tpx {
    max-width: 600px;
    margin: 10px 0;
    padding: 0;
  }
  