@charset "UTF-8";

/* CSS Document */

@import url("common_sp.css");

#header {
    width: 100vw;
    height: 100vw;
    max-height: 90vh;
    margin: 0 auto;
    background: url(../images/index_back/1.jpg) center center no-repeat;
    background-size: cover;
}

#top_link {
    display: block;
    width: 62.5%;
    background: url(../images/index.png)center center no-repeat;
    background-size: contain;
    height: 100vw;
    max-height: 90vh;
    margin: auto;
    overflow: hidden;
}





.bassic_img1 {
    width: 80vw;
    height: 80vw;
    background: url(../images/bassic/bassic_1.jpg)center center no-repeat;
    margin-bottom: 5vw;
    background-size: cover;
}

#contents_b {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 5vw auto;
    font-size: 100%;
}

#contents_b p {
    display: block;
    margin: 5vw;
}

/* calendar */

.calendar_back .wrapper .schedule iframe {
    margin: 50px auto;
    display: block;
}

.calendar_back iframe {
    display: block;
    height: 800px;
    margin: auto;
}

.calendar_back iframe.googlecalendar_sp {
    display: block;
    width: 80vw;
    height: 90vw;
    margin: auto;
}

/* ACCESS */

#contents_a.access {
    width: 90%;
    margin: 50px auto 0;
    background: #990000;
    border-radius: 10px 10px 0px 0px;
}

#contents_a.access h3 {
    color: #FFFEEE;
    font-size: 123.1%;
    text-align: center;
    margin: 25px auto 0;
}

#contents_a.access p {
    padding: 50px 10px;
    display: block;
    background: #fff;
    color: #333;
    font-size: 100%;
    text-align: center;
    margin: 1px;
}

.access iframe {
    display: block;
    width: 90%;
    height: 90vw;
    margin: 50px auto
}


/* PARTY */

.rental_back {
    background: #900;
    padding: 20vw 0;
}

.party_back {
    background: #353535;
    border: none;
    margin: 0 auto;
}

/*
.partyplan_back {
    background: url(../images/index_back/9.jpg) center center repeat fixed;
    background-size:contain;
}
*/
.partyplan_back::before {
  background:url('../images/index_back/9.jpg') no-repeat center center;
  background-size:cover;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1;
}  

h1.white {
    display: block;
    text-align: center;
    width: 70vw;
    margin: 0 auto 5vw;
    padding: 5vw;
    border: solid 3vw #fff;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 197%;
    font-weight: bolder;
}

.contents_a {
    min-width: 90vw;
    max-width: 90vw;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: auto;
    padding: 5vw 0 0;
}

.contents_a p {
    padding: 5vw;
    display: block;
    background: #fff;
    color: #333;
    font-size: 108%;
    text-align: center;
    border-top: solid 1px #990000;
}

.contents_a div, {
    background: #fff;
    margin: 0 10px 50px;
    border: solid 1px #990000;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}

.afterparty,
.partyplan {
    min-width: 90vw;
    border: solid 10px #900;
    background: #fff;
    margin: 100px auto 0;
    display: flex;
    flex-direction: column;
}

.partyplan {
    margin: 100px auto 50px;
    border: solid 5px #900;
}
.afterparty h2,
.partyplan h2,
.partyplan h4 {
    display: block;
    text-align: center;
    width: 85vw;
    margin: auto;
    padding: 5vw;
    color: #900;
    font-size: 150%;
    font-weight: bolder;
    line-height: 1.6em;
}


.afterparty ul,
.partyplan ul {
    display: block;
    font-size: 100%;
    border: none;
    margin: 0 10vw 30px;
    text-align: left;
    color: #000;
}
.afterparty ul{
    padding-left: 7vw;
}
.afterparty ul li {
    list-style-type: square;
}

.plan_1 {
    display: flex;
    flex-flow: wrap;
    justify-content: space-around;
    margin-bottom: 100px;
}

.plan_1 dl {
    text-align: center;
    width: 35%;
    display: block;
    margin: 10px auto;
    padding: 5vw;
    color: #000;
    background: #fff;
    border: 1px solid #900;
    font-size: 0.75rem;
}

.plan_1 dl dt {
    font-weight: 700;
    color: #900;
}




.contents_plan {
    min-width: ;
    max-width: ;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: auto;
    margin-bottom: 50px;
}






.contents_plan .plan_2 {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 50px;
}

.plan_2 ul {
    text-align: left;
    width: 35%;
    display: block;
    margin: 10px auto;
    padding: 5vw 5vw 5vw 5vw;
    color: #000;
    background: #fff;
    border: 1px solid #900;
    font-size: 77%;
    font-size: 0.77rem;
}
.fooddrink span{
    font-size: 0.75rem;
}
.fooddrink li {
    list-style: disc;
    margin-left: 1rem;
}

.rentalplan{
    margin-bottom: 5vw;
}
