@charset "utf-8";
/* CSS Document */
/* body{
    font-family: tbudmincho-std, sans-serif;
    font-weight: 500;
    font-style: normal;
} */


/* main movie */
#mv {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100vh;
  }
  
  #mv div {
    width: 100%;
      /* position: absolute;
      top: 0;
      left: 0; */
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      
  }
  /*#mv div img{
      width: 100%;
  }*/
  #mv div:nth-of-type(2) {
      z-index: 4;
      cursor: pointer;
      opacity: 0;
      transition: opacity .30s ease-in-out;
  }
  
  #mv div:nth-of-type(2).show {
      opacity: 1;
  }
  
  #mv div video {
      /* width: 100% !important;
      height: auto !important;
      max-width: 980px;
      margin: 0 auto;
      display: block; */
      width: 100%;
      height: 100vh;
      object-fit: cover;
      display: block;
    margin: 0 0 0 auto;
  }
  
  #mv .mvbg{
    position: absolute;
    width: 100%;
    height: 100vh;
    background: #f5f4ef;
  }
  #mv p{
    font-size: 14px;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    white-space: nowrap;
    filter: drop-shadow(2px 2px 8px #000);
    margin: 0;
  }
  #mv p em{
    display: block;
    font-size: 18px;
    font-style: normal;
    margin-top: 10px;
  }
  /* #mv p span{
      
      display: block;
  } */
  #mv img{
      width: 100%;
      max-width: 400px;
      display: block;
      margin: 0 auto;
  }
  #mv div.play_pause{
    width: auto;
    position: absolute;
    top: auto;
    bottom: 2rem;
    left: 2rem;
    transform: inherit;
}
#mv div.play_pause button{
    background-color: inherit;
    border: none;
    outline: none;
    filter: drop-shadow(2px 2px 8px #000);
}
#mv div.play_pause #btn_play:before{
        content: '';
        display: block;
        background-image: url(../../common/img/play_btn.png) !important;
        background-size: contain;
        width: 19px;
        height: 21px;
        background-repeat: no-repeat;
        transform: none;
}
#mv div.play_pause #btn_pause:before{
    content: '';
    display: block;
    background-image: url(../../common/img/pause_btn.png) !important;
    
    background-size: contain;
    width: 19px;
    height: 21px;
    background-repeat: no-repeat;
    transform: none;
}
#mv div.play_pause .display{
    display: block;
}
#mv div.play_pause .hidden{
    display: none;
}
/* main movie end */




.mainvisual li img {
    object-fit: cover;
    height: 80vh;
}
/* .mainvisual.mono{
    background: #fff;
} */
.mainvisual.mono li{
    position: relative;
}
.mainvisual.mono li span{
    font-size: 40px;
    text-align: center;
    color: #2D2A27;
    white-space: nowrap;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit- transform: translateY(-50%) translateX(-50%);
}
.mainvisual.mono li span.fontb{
    font-size: 50px;
}
.mainvisual.mono .slick-slide{
    
}
.slick-dots {
    transform: translateY(-50px);
    bottom: 0;
}
.slick-dots li button:before{
    width: 12px;
    height: 12px;
    color: #cbc5c2;
    border: solid 1px #cbc5c2;
    opacity: 1;
}
.slick-dots li.slick-active button:before{
    background: #cbc5c2;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before{
    color: #fff;
    background: #cbc5c2;
}
.slick-dots li button::before:hover{
    color: #fff;
}
.mainvisual li.text{
    position: relative;
}
.notice{
    /* font-family: 'MercuryG3'; */
    color: #2D2A27;
    font-size: 34px;
    position: absolute;
    top: 50%;
    left: 20%;
    transform: translateY(-50%) translateX(-20%);
}
.notice li{
    margin-top: 20px;
}
.notice li span{
    font-size: 20px;
}
.notice.mono li{
    color: #2D2A27;
}
.noticebox{
    font-size: 34px;
    text-align: center;
}
.noticebox li{
    margin-top: 20px;
}
.noticebox li:first-child{
    margin-top: 0;
}

.c-split {
    width: 100%;
    max-width: calc(100% - 8rem);
    display: table;
    table-layout: fixed;
    margin: 4rem auto 0;
    overflow: visible;

    padding: 4rem;
    margin-bottom: 4rem;
}


.c-split__col {
    width: 30%;
    height: 65vh;
    max-width: 60%;
    min-height: 65vh;
    display: table-cell;
    vertical-align: middle;
    padding: 0 1.875rem;
    overflow: hidden;
    position: relative;
    z-index: 0;

    transform: translate(-2rem, 4rem);
    z-index: 9999;
    min-height: 65vh !important;
    height: auto;
    background: #EDECE3;
    width: 50%;
    display: table-cell;
    align-items: center;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    position: relative;
    text-align: center;
}
.even .c-split__col {
    left: -45%;
}
.c-split__heading {
    /* color: #cd700e; */
    margin-bottom: 1.5rem;
}

.c-split__content {
    max-width: 60%;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 5rem;
    padding-bottom: 4.5rem;

    max-width: calc(100% - 4rem);
    width: 100%;
    margin: auto;
    text-align: left;
    padding-top: 5rem;
    padding-bottom: 4.5rem;
}

.c-split__col.c-split__col--empty {
    /* width: 50%;
    display: table-cell;
    outline: 1px solid #584b43;
    outline-offset: 10px; */

    transform: translatex(2rem);
    width: 50%;
    height: 65vh;
    display: table-cell;
    vertical-align: middle;
    padding-left: 1.875rem;
    padding-right: 1.875rem;
    position: relative;
    z-index: 0;
    min-height: 65vh;
    background-repeat: repeat;
    background-position: top left;
    text-align: center;
    overflow: hidden;
}
.even .c-split__col.c-split__col--empty{
    left: 45%;
}
.c-split__col-inner{
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    width: 100%;
    height: 100%;
}
.c-split__image {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.c-split__image.story{
	background-image: url(../../common/img/Scarpetta_Staff_story.webp);
    background-position: 80% 25%;
}
.c-split__image.food{
	background-image: url(../../common/img/OurFood.jpg);
    background-position: none;
}
.c-split__image.team{
	background-image: url(../../common/img/OurTeam.webp);
    background-position: center 30%;
}
.c-split__image.original{
	background-image: url(../../common/img/JapanOriginalStory.jpg);
    background-position: none;
}

/* .c-split__image.maindining{
	background-image: url(/interior/img/75202Sette_012.avif);
    background-position: none;
}
.c-split__image.privateroom{
	background-image: url(/interior/img/44374Sette_PDR1.avif);
    background-position: none;
}
.c-split__image.terrace{
	background-image: url(/interior/img/download.avif);
    background-position: none;
} */

.detail{
    display: flex;
}
.detail dl{
    width: 48%;
    font-size: 0;
}
.detail dt{
    /* width: 135px;
    float: left;
    clear: left; */
    width: 25%;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    border: solid 1px;
    padding: 5px;
    box-sizing: border-box;
    margin-top: 10px;
}
.detail dd{
    /* padding-left: 145px; */
    display: inline-block;
    width: 73%;
    vertical-align: middle;
    font-size: 16px;
    margin: 10px 0 0 2%;
}
.detail .map{
    width: 48%;
    height: 0;
    overflow: hidden;
    padding-bottom: 40%;
    position: relative;
    margin-left: 4%;
}
.detail .map iframe{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
/***** menu *****/
#menu .mainvisual{
    height: 70vh;
    overflow: hidden;
}
#menu .mainvisual li{
    position: relative;
}
#menu .mainvisual li::before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    
}
#menu .mainvisual li.child01 img{
    object-position: 0 50%;
}
#menu .mainvisual li.child02 img{
    object-position: 0 120%;
}
#menu .mainvisual li.child03 img{
    object-position: 0 120%;
}
#menu .mainvisual li.child04 img{
    object-position: 0 120%;
}
#menu .mainvisual .slick-dots li::before{
    background: none;
}

.menu-area{
    display: flex;
    flex-wrap: wrap;
    color: #fff;
}
.menu-area li{
    width: 45%;
    margin-top: 20px;
}
.menu-area li:nth-child(even){
    margin-left: 10%;
}
.menu-area li a{
    width: 100%;
    border: solid 1px;
    text-align: center;
    padding: 5px;
}
.menu-area li a:hover{
    color: #cd700e;
}

/* .c-intro h1, .c-intro .h1 {
    font-size: 2.2em;
    font-family: "adobe-caslon-pro";
    margin-bottom: 1.5rem;
} */
.access h1{
    font-family: 'adobe-caslon-pro', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2.2em;
    font-weight: 400;
    line-height: 1.1;
    color: #cd700e;
    margin-bottom: 1.5rem;
}
.access .c-split{
    text-align: center;
    padding: 0;
    margin-top: 130px;
    animation: bo 3s ease 0.1s 1 forwards;
}
.access .c-split p.map span{
    display: inline;
    color: #a25a1c;
    border-bottom:solid 1px ;
}
/* .access .c-split a.map{
    display: inline;
    color: #a25a1c;
    border-bottom:solid 1px ;
} */
.gmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    }
    .gmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    }
.gmap iframe {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
  }
.news .main{
    margin: 0;
}
.news .c-split{
    padding-top: 0;
    margin-top: 0;
}
.news_area{
    text-align: center;
    /* padding-left: 1.875rem;
    padding-right: 1.875rem; */
}
.news_area dl{
    display: inline-block;
    max-width: 980px;
    margin: 0 auto;
    overflow: hidden;
}
.news_area dt{
    float: left;
    clear: left;
    margin-top: 20px;
    margin-right: 15px;
}
.news_area dd{
    float: left;
    text-align: left;
    margin-top: 20px;
}
.news_area dd a{
    color: #a25a1c;
}

/* Access　Newページ */
.access_new {
    text-align: center;
    padding: 0;
    margin: 130px auto 20px;
    animation: bo 3s ease 0.1s 1 forwards;
    max-width: 800px;
}
.access_new_map {
    text-align: center;
    padding: 0;
    margin: 130px auto 20px;
    animation: bo 3s ease 0.1s 1 forwards;
    max-width: 1000px;
}
.access_location{
    display: block;
    margin: 0 auto;
}
.access_location table{
    margin: 0 auto;
    width: 675px;
    text-align: left;
    line-height: 1.7em;
}
.access_tbl th{
    width: 105px;
    vertical-align: top;
    padding-top: 5px;
}
.access_tbl td{
    padding-top: 5px;
    font-size: 15px;
}
#access_map{
    margin-top: 40px;
    padding-top: 80px;
}
.access_map{
    width: 1152px;
    margin: 0 auto 100px;
}
.access_map_flex{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
}
.access_map_c{
    text-align: left;
}
.access_map_c:nth-child(1){
    margin-right: 15px;
}
.access_howto{
    margin-left: 20px;
}
.access_map_c h2{
    font-size: 18px;
    color: #cd700e;
    margin-bottom: 10px;
}
.access_map_c span{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}
.access_map_c p{
    margin-bottom: 1.5rem;
    font-size: 15px;
}
.map_a{
    width: 88%;
}
.map_a p{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0.1rem;
}
.map_a a, .access_tbl a {
    display: block;
    width: 130px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    background: #EDECE3;
    border: solid 1px #CB7123;
    padding: 0.5rem 0.5rem 0.5rem 1.5rem;
    margin: 10px 0 40px auto !important;
    position: relative;
}

.map_a a::after, .access_tbl a::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 9px;
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 0 5px 8px;
	border-color: transparent transparent transparent #333;
    margin-right: 10px;
}


.access_howto a{
    width: 400px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    background: #EDECE3;
    border: solid 1px #CB7123;
    padding: 0.5rem 0.5rem 0.5rem 1.3rem;
    margin: 0 auto 20px;
    position: relative;
}

.access_howto a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #333;
    margin-right: 10px;
}

.access_howto i{
    margin-left: 10px;
}
.sp{
    display: none;
}

/* /Access　Newページ */


/* private_eventページ */

.private_events{
    display: block;
    margin: 140px auto 50px !important;
    text-align: center;
    width: 100%;
}
.private_tbl_area, .room_area, .floor_map {
    display: block;
    text-align: center;
    padding: 0;
    /* animation: bo 3s ease 0.1s 1 forwards; */
    max-width: 820px;
    margin: 4.5rem auto 50px;
}

.private_events_area h1,.firstyear h1 {
    font-style: normal;
    font-family: 'GothamBold';
    font-size: 1.8em;
    font-weight: bold;
    line-height: 1.1;
    color: #554c44;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}
.private_events_area p{
    font-size: 15px;
    margin-bottom: 3.0rem;
    line-height: 1.5rem;
}
.private_tbl_area h2{
    margin-bottom: 30px;
    font-size: 1.4rem;
    font-weight: bold;
}
.private_tbl_area table{
    margin: 0 auto;
    width: 675px;
    text-align: left;
    line-height: 1.7em;
}

.private_tbl th{
    width: 150px;
    vertical-align: top;
    padding-top: 20px;
}
.private_tbl td{
    padding-top: 20px;
    font-size: 15px;
}
.room_area_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.room_area_flex_c{
    width: 45%;
}
.room_area_flex_c p{
    font-size: 15px;
    padding: 25px;
    text-align: center;
}

.floor_map{
    width: 100%;
}
.floor_map h2, .floor_map img{
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 1.4rem;
}

.private_events a,.floor_map a {
    width: 400px;
    box-sizing: border-box;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    background: #EDECE3;
    border: solid 1px #CB7123;
    padding: 0.5rem 0.5rem 0.5rem 1.3rem;
    margin: 0 auto 20px;
    position: relative;
}

.private_events a::after, .floor_map a::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #333;
    margin-right: 10px;
}




.event_slider {
    position:relative;
    z-index: 1;
    height: 100vh;
}
.event_slider .slider-item01 {
    background:url(https://scarpettatokyo.com/common/img/gallery/06.jpg);
}
.event_slider .slider-item02 {
    background:url(https://scarpettatokyo.com/common/img/private_events_main01.jpg);
}
.event_slider .slider-item {
    width: 100%;
    height:100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.event_slider .slick-dots {
	position: relative;
	z-index: 3;
    text-align:center;
	margin:-50px 0 0 0;
    transform: translateY(-15px) !important;
}
.event_slider .slick-dots li {
    display:inline-block;
	margin:0 5px;
}
.event_slider .slick-dots button {
    color: transparent;
    outline: none;
    width:8px;
    height:8px;
    display:block;
    border-radius:50%;
    background:#ccc;
}
.event_slider .slick-dots .slick-active button{
    background:#333;
}

/* /private_eventページ */


/* newsページ */
ul.indent01 li{
    text-indent: 0em;
    margin-left: 1em;
    margin-bottom: 5px;
}
ul.indent02 li{
    text-indent: -1em;
    margin-left: 1em;
    margin-bottom: 5px;
}
/* /newsページ */

/* @media all and (max-width: 1550px){
    #mv div video {
        width: auto;
        height: 100vh;
    }
} */


@media all and (max-width: 991px){
    /* .mainvisual {
        height: 60vh;
    } */
    .mainvisual li img{
        object-fit: inherit;
        height: inherit;
        /* height: 60vh; */
    }
    .mainvisual.mono li span{
        font-size: 4.5vw;
    }
    .mainvisual.mono li span.fontb{
        font-size: 6vw;
    }
    .c-split {
        width: auto;
        display: block;
        margin: 2rem auto;
        /* max-width: calc(100% - 4rem); */
        background-color: transparent;
        overflow: visible;
    }
    .c-split__content{
        max-width: 100%;
    }
    .c-split__col{
        width: 50%;
    }
    .access_map {
        width: 840px;
    }
    .map_a {
        width: 78% !important;
    }
    .map_howto{
        width: 20% !important;
    }
    .event_slider {
      height: 70vh;
    }
    .event_slider .slider-item {
        width: 100%;
        height:70vh;
    }
}
@media all and (max-width: 768px){
    /* .c-split {
        display: block;
        margin: 2rem auto;
        max-width: calc(100% - 4rem);
        background-color: transparent;
        overflow: visible;
        display: flex;
        flex-flow: column;
    } */
    .notice{
        font-size: 4.5vw;
        position: absolute;
        top: 50%;
        left: 10%;
        transform: translateY(-50%) translateX(-10%);
    }
    .notice li span {
        font-size: 2.6vw;
    }
    .noticebox{
        font-size: 1.7rem;
    }
    .c-split {
        display: flex;
        flex-flow: column;
        padding: 3rem;
        max-width: inherit;
    }
    .c-split__col{
        width: auto;
        max-width: inherit;
        height:auto;
        display: block;
        left: 0 !important;
        transform: translate(-1rem, -2rem);
        height: auto !important;
        min-height: auto !important;
    }
    .c-split__content {
        max-width: 100%;
        padding: 2rem 0;
    }
    .c-split__col.c-split__col--empty {
        width: 100%;
        max-width: inherit;
        width: auto;
        min-height: 30vh !important;
        display: block;
        /* order: 2; */
        left: 0 !important;
        transform: inherit;
    }
    
    .detail{
        display: block;
    }
    .detail dl {
        width: auto;
    }
    .detail .map {
        width: 80%;
        height: 0;
        overflow: hidden;
        padding-bottom: 50%;
        position: relative;
        margin: 50px auto 0;
    }

    .access h1{
        font-size: 2.2em;
        line-height: 1.1;
        /* font-family: "adobe-caslon-pro"; */
        margin-bottom: 1.5rem;
        color: #cd700e;
        font-weight: 400;
    }
    .access .c-split{
        width: auto;
        max-width: inherit;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        text-align: center;
        font-size: 17px;
    }
    .access .c-split p{
        font-size: 14px;
    }
/* Access　Newページ */
    .access h1 {
        font-size: 2.2em;
        margin-bottom: 1.2rem;
        color: #cd700e;
        text-align: center;
    }
    .access_location table {
        width: 90%;
        text-align: left;
    }
    .access_map_flex {
        flex-wrap: wrap;
        margin: 0 auto;
        width: 100%;
    }
    .access_map_c {
        width: 90%;
    }
    .access_tbl a {
        width: 100%;
        padding: 0.5rem;
        margin: 0.5rem auto !important;
    }
    .access_new {
        width: 99%;
        max-width: none;
        padding-right: 0.9375rem;
        text-align: center;
        font-size: 14px;
        display: block;
    }
    .access_location table{
        display: block;
        width: 90%;
    }
    .access_tbl th{
        display: block;
        width: 100%;
    }
    .access_tbl td{
        display: block;
        width: 100%;
        margin-bottom: 20px;
    }
    .access_map{
        width: 100%;
        margin: 0 auto;
    }
    #access_train, #access_taxi{
         padding-top: 85px;
         margin-top: 20px;
    }
    .access_map .access_map_splink {
        display: inline-block;
        width: 45%;
        box-sizing: border-box;
        text-align: center;
        font-size: 14px;
        font-weight: bold;
        line-height: 1;
        background: #EDECE3;
        border: solid 1px #CB7123;
        padding: 0.5rem 0.5rem 0.5rem 0.5rem;
        margin: 0 10px 20px !important;
        position: relative;
    }
    
    .access_map .access_map_splink::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 9px;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent #333;
        margin-right: 10px;
    }
    .map_a a, .access_tbl a {
        margin: 10px auto !important;
        width: 100%;
        padding: 0.5rem;
    }
    .sp{
        display: block;
    }
    .access_howto {
        margin-left: 0;
    }
    .access_howto a{
        width: 90%;
    }
    .map_a p {
        margin-top: 35px;
    }
    .map_a{
        width: 90% !important;
    }
    .access_new_map{
        width: 95%;
        margin-left: 10px;
    }
    .access_map_c:nth-child(1) {
        margin-right: 0;
    }
/* /Access　Newページ */

/* private_eventページ */
.private_events{
    margin: 140px auto 0 !important;
}
.private_events_area h1 {
    font-size: 2rem;
    margin-top: 1.8rem;
    margin-bottom: 1.8rem;
}
.private_events_area p{
    font-size: 0.8rem;
    margin-bottom: 2.0rem;
    line-height: 1.5rem;
    text-align: left !important;
    margin-left: 10px;
}
.private_tbl_area table{
    width: 90%;
    margin-left: 10px;
}
.private_tbl th{
    width: 90px;
}
.private_tbl_area, .room_area, .floor_map{
    margin: 3.0rem auto 25px !important;
}
.room_area_flex_c{
    width: 90%;
}
.private_events a,.floor_map a {
    width: 90%;
    font-size: 12px;
}
.room_area_flex_c p{
    padding: 15px 0 25pxs;
    text-align: center;
}
.event_slider {
    height: 40vh;
  }
  .event_slider .slider-item {
      height:40vh;
  }
  .event_slider .slick-dots{
    transform: translateY(0) !important;
  }

/* /private_eventページ */
}


.center{
    text-align: center !important;
}
.mb50{
    margin-bottom: 50px !important;
}
.pcno{
    display: none;
}
.pcno2{
    display: none!important;
}
.spno{
    display: block;
}

@media all and (max-width: 500px){
    .pcno{
        display: block;
    }
    .pcno2{
        display: block!important;
    }
    .spno{
        display: none!important;
    }
    #mv{
        height: 87vh;
        background: #000;
    }
    #mv div{
        top: 0;
        left: 0;
        transform: inherit;
    }
    #mv div video{
        height: 80vh;
    }
    #mv div.play_pause{
        bottom: 6rem;
    }
    .site-content img.pcno{
        width: 100%;
        position: absolute;
        bottom: 0;
        z-index: 10;
    }
    .booknow a{
        color: #CB7123;
        /* background: #282727; */
        background: #000;
        border: none;
}
    .booknow.black a{
        color: #554c44;
        background: #EDECE3;
        border: solid 1px #CB7123;
    }
    .access_map .access_map_splink {
        width: 90%;
        margin-left: 7px !important;
    }
}

@media all and (max-width: 400px){
    #mv {
        height: 82vh;
    }
    #mv div video {
        height: 80vh;
    }
}