body {
    margin: 0;
    padding: 0;
    line-height: 1.5;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fff;
    text-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
    background-color: #000;
}
img {
    width: 100%;
}
a {
    text-decoration: none;
    color: #fff;
}
#wrapper {
    position: relative;
    width: 100vw;
    margin: 0 auto;
    padding: 0;
}

.content {
    position: relative;
    margin: 0 auto;
    padding: 0;
    min-height: 100vh;
    background: rgb(0 0 0 / 35%);
}

/**/
div#wrapper {
    height: 100vh;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-perspective: 290px;
    -moz-perspective: 290px;
    -ms-perspective: 290px;
    -o-perspective: 290px;
    perspective: 290px;
}

.layer-fore {
    -webkit-transform: translateZ(136px) scale(0.5);
    -moz-transform: translateZ(136px) scale(0.5);
    -ms-transform: translateZ(136px) scale(0.5);
    -o-transform: translateZ(136px) scale(0.5);
    transform: translateZ(136px) scale(0.5);
    z-index: 4;
}
#rental_item .layer-fore {
    -webkit-transform: translateZ(136px) scale(0.5);
    -moz-transform: translateZ(136px) scale(0.5);
    -ms-transform: translateZ(136px) scale(0.5);
    -o-transform: translateZ(136px) scale(0.5);
    transform: translateZ(136px) scale(0.5);
    z-index: 4;
}

.layer-base {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 3;
}

.layer-back {
    -webkit-transform: translateZ(-300px) scale(2);
    -moz-transform: translateZ(-300px) scale(2);
    -ms-transform: translateZ(-300px) scale(2);
    -o-transform: translateZ(-300px) scale(2);
    transform: translateZ(-300px) scale(2);
    z-index: 2;
}

.layer-deep {
    -webkit-transform: translateZ(-600px) scale(3);
    -moz-transform: translateZ(-600px) scale(3);
    -ms-transform: translateZ(-600px) scale(3);
    -o-transform: translateZ(-600px) scale(3);
    transform: translateZ(-600px) scale(3);
    z-index: 1;
}

/*
.content:nth-child(1) {
    background: url(img/nbb_1.jpg) center / cover no-repeat;
}
.content:nth-child(2) {
    background: url(img/nbb_2.jpg) center / cover no-repeat;
}
.content:nth-child(3) {
    background: url(img/nbb_3.jpg) center / cover no-repeat;
}
.content:nth-child(4) {
    background: url(img/nbb_4.jpg) center / cover no-repeat;
}
.content:nth-child(5) {
    background: url(img/nbb_5.png) center / cover no-repeat;
}
.content:nth-child(6) {
    background: url(img/nbb_6.png) center / cover no-repeat;
}
.content:nth-child(7) {
    background: url(img/nbb_7.png) center / cover no-repeat;
}
.content:nth-child(8) {
    background: url(img/nbb_8.jpg) center / cover no-repeat;
}
.content:nth-child(9) {
    background: url(img/nbb_9.jpg) center / cover no-repeat;
}
.content:nth-child(10) {
    background: url(img/nbb_10.png) center / cover no-repeat;
}
.content:nth-child(11) {
    background: url(img/nbb_11.jpg) center / cover no-repeat;
}
.content:nth-child(12) {
    background: url(img/nbb_12.png) center / cover no-repeat;
}
.content:nth-child(13) {
    background: url(img/nbb_13.jpeg) center / cover no-repeat;
}
.content:nth-child(14) {
    background: url(img/nbb_14.jpg) center / cover no-repeat;
}
.content:nth-child(15) {
    background: url(img/nbb_15.jpg) center / cover no-repeat;
}
.content:nth-child(16) {
    background: url(img/nbb_16.jpg) center / cover no-repeat;
}
.content:nth-child(17) {
    background: url(img/nbb_17.jpg) center / cover no-repeat;
}
.content:nth-child(18) {
    background: url(img/nbb_18.jpg) center / cover no-repeat;
}
.content:nth-child(19) {
    background: url(img/nbb_19.png) center / cover no-repeat;
}
*/
.txt_cntr {
    text-align: center;
}
.txt_lft {
    text-align: left;
}
.txtnowrap {
    white-space: nowrap;
}

/*header*/
header {
    z-index: 2;
}
header a.logo {
    position: fixed;
    left: 16px;
    top: 16px;
    color: #fff;
    font-size: 1.25em;
    width: calc(100% - 110px);
}
header a.logo p {
    margin: 0;
}

/*header_menu*/
header a {
    text-decoration: none;
    color: #333333;
}

/*ナビのスタイル*/
nav.NavMenu {
    position: fixed;
    z-index: 12;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center;
    width: 100%;
    height: 100vh;
    display: none;
}

nav.NavMenu ul {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
}

nav.NavMenu ul li {
    font-size: 24px;
    list-style-type: none;
    width: 100%;
    padding-bottom: 0px;
    text-shadow: none;
    height: calc(100% / 17);
    display: table;
}

nav.NavMenu ul li:last-child {
    padding-bottom: 0;
}

nav.NavMenu ul li a {
    color: #222;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    display: table-cell;
    vertical-align: middle;
}

/*ボタンのスタイル*/
.Toggle {
    position: fixed;
    left: 0px;
    width: 60px;
    height: 60px;
    cursor: pointer;
    z-index: 99;
    display: block;
}

.Toggle span {
    display: block;
    position: absolute;
    width: 39px;
    border-bottom: solid 2px #fff;
    -webkit-transition: 0.35s ease-in-out;
    -moz-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    left: 9px;
    box-shadow: 0px 0px 2px rgb(0 0 0 / 25%);
}

.Toggle span:nth-child(1) {
    top: 18px;
}

.Toggle span:nth-child(2) {
    top: 29px;
}

.Toggle span:nth-child(3) {
    top: 40px;
}

.Toggle.active span:nth-child(1) {
    top: 28px;
    left: 9px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: solid 2px #000;
    box-shadow: none;
}
.Toggle.active span:nth-child(2),
.Toggle.active span:nth-child(3) {
    top: 28px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: solid 2px #000;
    box-shadow: none;
}

/*popup*/
.popup_wrap input {
    display: none;
}

.popup_overlay {
    display: flex;
    justify-content: center;
    overflow: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: opacity 0.5s, transform 0s 0.5s;
    transform: scale(0);
}

.popup_trigger {
    position: absolute;
    width: 100%;
    height: 100%;
}

.popup_content {
    position: relative;
    align-self: center;
    width: 90%;
    max-width: 800px;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #000;
    line-height: 1.4em;
    transition: 0.5s;
    border: solid 1px;
    text-align: center;
}
.popup_content p {
    margin: 0 0 20px 0px;
}

.close_btn {
    position: absolute;
    top: 14px;
    right: 16px;
    font-size: 30px;
    cursor: pointer;
}

.popup_wrap input:checked ~ .popup_overlay {
    opacity: 1;
    transform: scale(1);
    transition: opacity 0.5s;
}

.open_btn {
    position: fixed;
    right: 0px;
    z-index: 99;
    display: block;
    margin: 10px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s ease;
}
.open_btn:hover {
    color: #fff;
    transition: 0.3s ease;
}
.open_btn img {
    width: 40px;
    height: 40px;
}



/*contents*/
h1,
h2 {
    text-transform: uppercase;
    margin: 0;
}
h2 {
    line-height: 1em;
    padding-right: 60px;
}
hr {
    box-shadow: 0px 0px 2px rgb(0 0 0 / 20%);
    border: 1px solid #fff;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin: 35px 0;
}
table,
th,
td {
    border: 1px solid #fff;
    padding: 10px;
}
th {
    font-weight: bold;
    border-bottom: solid 1px;
}
td {
    text-align: center;
}
.title_wrap {
    margin-bottom: 30px;
    display: inline-block;
}
.title_wrap p {
    margin: 5px 0;
    font-size: 0.8rem;
}

.inrwrap {
    width: 100%;
    display: table;
    margin: auto;
    height: 100vh;
    max-width: 960px;
}
.inner {
    display: table-cell;
    vertical-align: middle;
    padding: 40px;
}

/*first-view*/
#frstvw p {
    text-align: center;
}
#frstvw .bgimg img {
    object-position: 76% 0%;
}
#frstvw h1 {
    text-align: center;
    white-space: nowrap;
}

/*q&a*/
.qaContainer dt {
    padding: 10px 10px 10px 35px;
    text-indent: -25px;
    border-bottom: #fff solid 1px;
}
.qaContainer dt:before {
    content: "Q.";
    font-weight: bold;
    margin-right: 7px;
}
.qaContainer dd {
    margin: 20px 10px 40px 35px;
    text-indent: -25px;
}
.qaContainer dd:before {
    content: "A.";
    font-weight: bold;
    margin-right: 7px;
}

a.btn {
    max-width: 300px;
    border: #fff solid 1px;
    padding: 10px;
    margin: auto;
    display: block;
    text-align: center;
    text-decoration: none;
    color: #fff;
}
/*access*/
#accese .inrwrap {
    width: 100%;
}
#accese iframe {
    display: block;
    width: 100%;
    height: 250px;
}

/*reservation*/
#reservation .inrwrap {
    width: 100%;
}
#reservation iframe {
    display: block;
    width: 100%;
    height: 600px;
}

/*use*/
.content .bgimg {
    position: absolute;
    width: 100%;
    height: 100%;

    z-index: -99;
    top: 0;
}
.bgimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

footer {
    padding: 30px;
    text-align: center;
    background-color: #000;
    z-index: 13;
}

/*price*/
#price th {
    /*white-space: nowrap;*/
}
#price tr {
    margin: 0 15px;
}
#price a.btn {
    max-width: none;
}

/*sns*/
.iconwrap {
    display: flex;
}
#sns .iconwrap > a {
    width: 130px;
    padding: 6%;
    margin: auto;
    text-align: center;
}

#sns .iconwrap > a img {
    max-width: 80px;
}
#sns .iconwrap a p {
    font-size: 0.65em;
}


/*staff*/
#staff table,
#staff th,
#staff td{
    padding: 10px;
    border: unset;
}
#staff td{
    width: 50%;
}

#staff_1 .popup_wrap input:checked ~ .popup_overlay,
#staff_2 .popup_wrap input:checked ~ .popup_overlay{
    overflow:unset;
}
#staff_1 .popup_content,
#staff_2 .popup_content{
    width: 100%;
    margin: auto;
    max-width: none;}
#staff_1 .popup_overlay,
#staff_2 .popup_overlay{
    display: block;
    height: auto;
    overflow:unset;
}
#staff_1 .popup_content p,
#staff_2 .popup_content p{
    text-align: left;
}

/*news*/
#news .contents_wrap div:last-child > p {

    border-bottom: solid 1px;
    margin-bottom: 50px;
    width: auto;
    display: inline-block;
}

#news .contents_wrap div:last-child > p:before {
    content: "▶︎ ";
}

/*disinfection*/
#disinfection td {
    text-align: left;
}

/*singlepage*/
.pd_t_100 {
    padding-top: 0;
}

.inrwrap_sgpg {
    width: 100%;
    display: table;
    margin: auto;
    height: 100vh;
    max-width: 960px;
    margin-top: 30px;
    /*margin-top: calc(-100vh - -20px);*/
}
/*
.bgimg_sgpg {
    position: -webkit-sticky;
    position: sticky;
    width: auto;
    height: 100vh;
    z-index: -99;
    top: 0;
}*/
#rental_item td {
    min-width: 100px;
}
@media screen and (max-width: 599px) {
    .iconwrap {
        display: inline-block;
    }
    #sns .iconwrap > a {
        width: calc(100% / 2 - 10px);
        padding: 5px;
        margin: auto;
        text-align: center;
        display: inline-block;
        float: left;
    }
}
