@charset "UTF-8";

/* CSS Document */

@import url("common.css");
#header {
    width: 100%;
    min-width: 800px;
    margin: 0 auto;
    height: 150px;
}

#top_link {
    display: block;
    width: 62.5%;
    min-width: 800px;
    background: url(../images/index_mini.png)center center no-repeat;
    background-size: contain;
    height: 150px;
    margin: auto;
    overflow: hidden;
}

.bassic_img1 {
    width: 800px;
    height: 800px;
    background: url(../images/bassic/bassic_1.jpg)center center no-repeat;
    margin-bottom: 50px;
}

h3 {
    color: #333333;
}

#contents_a {
    display: block;
    margin: 100px auto;
}



/* ACCESS */

#access_back {
    background: url(../images/index_back/1.jpg) center center no-repeat fixed;
    background-size: cover;
    padding-bottom: 80px;
}

#contents_a.access {
    min-width: 800px;
    width: 1000px;
    background: #990000;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}

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

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

.access iframe {
    min-width: 800px;
    width: 63%;
    max-width: 1000px;
    height: 80vh;
    min-height: 500px;
    display: block;
    margin: 30px auto 0;
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.3);
}

/* PARTY */

.rental_back {
    background: url(../images/index_back/5.jpg) center center no-repeat fixed;
    background-size: cover;
}

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

.partyplan_back {
    background: url(../images/index_back/9.jpg) center center no-repeat fixed;
    background-size: cover;
}

h1.white {
    display: block;
    text-align: center;
    min-width: 650px;
    width: 85%;
    max-width: 850px;
    margin: 100px auto 50px;
    padding: 50px;
    border: solid 20px #fff;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    font-size: 350%;
    font-weight: bolder;
}

.contents_a {
    min-width: 800px;
    max-width: 1000px;
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    margin: auto;
    padding: 50px 0;
}

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

.contents_a div {
    min-width: 750px;
    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: 780px;
    border: solid 10px #900;
    background: #fff;
    margin: 200px auto 100px;
    display: flex;
    flex-direction: column;
}


.partyplan {
    min-width: 790px;
    margin: 100px auto 50px;
    border: solid 5px #900;
}

.afterparty h2,
.partyplan h2,
.partyplan h4 {
    display: block;
    text-align: center;
    min-width: 650px;
    width: 85%;
    max-width: 850px;
    margin: auto;
    padding: 30px;
    color: #900;
    font-size: 150%;
    font-weight: bolder;
}


.afterparty ul,
.partyplan ul {
    display: block;
    font-size: 100%;
    border: none;
    margin: 0 auto 30px;
    padding: 0;
    text-align: left;
    color: #000;
}

.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: 40%;
    display: block;
    margin: 10px auto;
    padding: 30px;
    color: #000;
    background: #fff;
    border: 1px solid #900;
}

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

.plan_1 div dl dd {
    margin-left: 15px;
}


.contents_plan {
    min-width: 800px;
    max-width: 1000px;
    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: 30px 30px 30px 60px;
    color: #000;
    background: #fff;
    border: 1px solid #900;
}

.fooddrink li {
    list-style: disc;
    font-size: 85%;
    font-size: 0.85rem;
}

.contents_a .rentalplan{
    margin: 50px auto;
}
