@charset "UTF-8";
body,html{
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: normal;
  font-style: normal;
}

#home {
    position: relative;
    width: 100%;
    height: 100svh;
	color: #fff;
}
.logo_wrap{
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
#home_logo {
    height: 60px;
}
#home_logo img {
    object-fit: cover;
    height: 100%;
}
.address{
    font-size: 0.8rem;
    line-height: 1.2;
    color: #000000;
    text-align: left;
}
._movie{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
._movie video{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
._movie video._pc{
    display: block;
}
._movie video._tb{
    display: none;
}
._movie video._sp{
    display: none;
}
._volume{
    cursor: pointer;
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    background: #000000;
    border-radius: 5px;
    padding: 10px;
    width: 25px;
    height: 25px;
    display: flex;
    justify-content: center;
}
#_volume_off{
    display: none;
}
#_volume_on{
    display: block;
}
.sns{
    position: absolute;
    top: 30%;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #000000;
    padding: 5px 10px;
    border-radius: 10px 0 0 10px;
}
.linepopup {
    pointer-events: none;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin: 0px;
    min-height: 100svh;
    background: transparent;
}
._inbox {
    position: relative;
    width: 220px;
    pointer-events: auto;
    max-width: 100%;
    margin: 1rem;
}
._inner{
    width: 100%;
    margin: 0px auto;
    position: relative;
    background-color: rgb(9, 163, 73);
    border-radius: 5px;
    min-height: 50px;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    background-image: none;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 49.569% 29.8646%;
    -webkit-box-pack: center;
    justify-content: center;
    box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 30px;
}
._item {
    display: flex;
    place-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    max-width: 100%;
    padding: 16px;
    -webkit-box-pack: center;
    min-height: 25px;
    width: 100%;
    flex: 0 0 100%;
    gap: 0.5rem;
}
._no1{
    width: 100%;
    font-size: 16px;
}
._no2{
    display: block;
    width: 100%;
    color: rgb(255, 255, 255);
    font-family: "Noto Sans JP";
    text-align: center;
    font-weight: 900;
    font-style: normal;
    line-height: 1.2;
    font-size: 48px;
}
._no3{
    display: flex;
    width: 100%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    max-width: 100%;
    position: relative;
    border: none;
    border-radius: 0px;
    outline: none;
    text-decoration: none;
    margin: 0px;
}
._qr {
    border-radius: 0px;
    height: auto;
    margin: 0px;
    display: inline-block;
    width: 50%;
    align-self: auto;
    cursor: inherit;
}
.batsu {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0.5rem;
    right: 0.5rem;
}
.batsu::before, .batsu::after { /* 共通設定 */
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2px; /* 棒の幅（太さ） */
    height: 16px; /* 棒の高さ */
    background: #FFF;
}
.batsu::before {
    transform: translate(-50%,-50%) rotate(45deg);
}
.batsu::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}
.reserve_btn{
    font-size: 1rem;
    display: inline-block;
    background: #e5307d;
    width: 80%;
    color: #FFFF !important;
    border-radius: 30px;
    margin-bottom: 1rem;
    padding: 0.3rem;
}

@media screen and (min-width: 768px) and (max-width: 960px){
._movie video._pc{
    display: none;
}
._movie video._tb{
    display: block;
}
._movie video._sp{
    display: none;
}
}

@media screen and (max-width: 767px){
._movie video._pc{
    display: none;
}
._movie video._tb{
    display: none;
}
._movie video._sp{
    display: block;
}
.logo_wrap{
    position: absolute;
    top: 1rem;
    left: 0;
    width: 100%;
}
#home_logo {
    width: 70%;
    margin: 0 auto;
    height: auto;
}
#home_logo img {
    margin: 0 auto;
    height: auto;
}
.address{
    font-size: 4vw;
    color: #000000;
    width: 100%;
    text-align: center;
}
.sns{
    top: 15%;
}
}

