@charset "UTF-8";

header {
    position: relative;
}

header > div {
    width: 93%;
    max-width: 1280px;
    padding: 10% 0;
    margin: 0 auto;
}

header > div > h1 {
    width: 35%;
    max-width: 330px;
    margin: 0 auto;
}

header > div > p {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

header > div > p > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*access*/
#access > div {
    width: 93%;
    max-width: 1280px;
    margin: 0 auto;
}

#access > div > h2 {
    margin-bottom: 5%;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    text-align: center;
}

#access > div > p {
    margin-bottom: 5%;
    line-height: 2.5;
    text-align: center;
}

#access > div > div.address {
    margin-bottom: 8%;
}

#access > div > div.address > iframe {
    width: 100%;
    height: 350px;
    margin-bottom: 5%;
}

#access > div > div.address > p {
    font-size: 14px;
    text-align: center;
    line-height: 1.9;
}

#access > div > ul {
    margin-bottom: 15%;
}

#access > div > ul > li {
    width: 18%;
    margin-right: 2.5%;
    float: left;
}

#access > div > ul > li:last-child {
    margin-right: 0;
}

#access > div > ul > li > span {
    margin-bottom: 15px;
    display: inline-block;
}

#access > div > ul > li > p {
    font-size: 12px;
    text-align: center;
}

#access > div > ul > li > p > span {
    display: inline-block;
}

#access > div > div.event > p:nth-child(1) {
    margin-bottom: 5%;
}

#access > div > div.event > h3 {
    margin-bottom: 5%;
    font-weight: 500;
    text-align: center;
}

#access > div > div.event > p:nth-child(3) {
    margin-bottom: 5%;
    font-size: 14px;
    line-height: 2.5;
    text-align: center;
}

#access > div > div.event > p:nth-child(4) {
    max-width: 980px;
    margin: 0 auto 5%;
}

#access > div > div.event > p:nth-child(5) {
    margin-bottom: 5%;
    font-size: 14px;
    text-align: center;
}

#access > div > div.event > dl {
    width: 100%;
    max-width: 600px;
    margin: 0 auto 5%;
}

#access > div > div.event > dl > dt {
    margin-bottom: 2%;
    font-weight: 500;
}

/*parking*/
#parking {
    padding: 10% 0;
    background-color: rgb(200, 175, 140);
}

#parking > div {
    width: 93%;
    max-width: 600px;
    margin: 0 auto;
}

#parking > div > h2 {
    margin-bottom: 5%;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    text-align: center;
    color: #fff;
}

#parking > div > h3 {
    margin-bottom: 5%;
    font-size: 21px;
    text-align: center;
    color: #fff;
}

#parking > div > p:nth-child(3) {
    margin-bottom: 10%;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

#parking > div > p:nth-child(4) {
    padding: 8px;
    margin-bottom: 10%;
    background-color: #fff;
}

#parking > div > ul {
    margin-bottom: 10%;
    line-height: 1;
}

#parking > div > ul > li {
    position: relative;
}

#parking > div > ul > li:first-child {
    margin-bottom: 15px;
}

#parking > div > ul > li > p {
    width: 30%;
}

#parking > div > ul > li > dl {
    width: 65%;
    position: absolute;
    bottom: 0;
    right: 0;
}

#parking > div > ul > li > dl > dt {
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

#parking > div > ul > li > dl > dd {
    font-size: 14px;
    line-height: 1.5;
    color: #fff;
}

#parking > div > p:nth-child(6) {
    margin-bottom: 10%;
    font-size: 14px;
    text-align: center;
    color: #fff;
}

#parking > div > div {
    padding-top: 10%;
    border-top: 2px dotted #fff;
}

#parking > div > div > p:nth-child(1) {
    margin-bottom: 4%;
    text-align: center;
    color: #fff;
}

#parking > div > div > p:nth-child(2) {
    width: 100%;
    max-width: 480px;
    margin: 0 auto 4%;
    text-align: center;
    color: #fff;
}

#parking > div > div > p:nth-child(3) {
    font-size: 14px;
    text-align: center;
    color: #fff;
}

/*floormap*/
#floormap {
    padding: 10% 0;
}

#floormap > h3 {
    margin-bottom: 5%;
    font-size: 48px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 1;
    text-align: center;
}

#floormap > ul {
    width: 93%;
    max-width: 1280px;
    border: 1px solid rgb(180, 180, 180);
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

#floormap > ul > li {
    border-bottom: 1px solid rgb(180, 180, 180);
}

#floormap > ul > li:last-child {
    border-bottom: none;
}

#floormap > ul > li > dl {
    display: flex;
}

#floormap > ul > li > dl > dt {
    width: 20%;
    padding: 3%;
    border-right: 1px solid rgb(180, 180, 180);
    font-size: 30px;
    color: #fff;
    background-color: rgb(130, 150, 165);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#floormap > ul > li > dl > dd {
    width: 80%;
    display: flex;
}

#floormap > ul > li > dl > dd > p:nth-child(1) {
    width: 40%;
    padding: 3%;
    border-right: 1px solid rgb(180, 180, 180);
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#floormap > ul > li > dl > dd > p:nth-child(2) {
    width: 60%;
    padding: 3%;
    font-size: 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width:896px) {}

@media screen and (max-width:480px) {}
