/* eventspace page */


.eventspace_contents {
    width: 100%;
}

.eventspace_contents .top_img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    margin: 0 0 40px;
}

.eventspace_contents h2 {
    position: absolute;
    top: 255px;
    left: 0;
    display: block;
    width: 300px;
    height: 100px;
    margin: 0;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    background-color: #fff;
    box-shadow: 0 0 5px rgba(71, 71, 71, 0.5);
    opacity: 0.9;
}

.eventspace_contents p {
    position: relative;
    left: 15px;
    font-size: 20px;
    font-weight: 700;
    margin-left: 5%;
    margin-bottom: 10px;
}

.eventspace_contents p::before {
    position: absolute;
    left: -15px;
    display: inline-block;
    content: "";
    width: 7px;
    height: 30px;
    background-color: #C1272D;
}

.eventspace_contents .link {
    width: 90%;
    margin: 0 5% 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.eventspace_contents .link li {
    display: block;
    width: 47.5%;
    margin: 0 0 calc(100vw * 0.04);
    list-style: none;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(71, 71, 71, 0.5);
    overflow: hidden;
}

.eventspace_contents .link li a {
    display: block;
    width: 100%;
}

.eventspace_contents .link li a img {
    width: 100%;
    height: 100px;
    object-fit:cover;
    margin: 0;
}

.eventspace_contents .link li a span {
    display: inline-block;
    margin: 10px 7px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}

.eventspace_contents .link li a:hover,
.eventspace_contents .link li a:focus {
    color: initial;
}

.eventspace_contents .link li a:active {
    background-color: #f0f0f0;
}



.conta01 {
    width: 100%;
}

.conta02 {
    width: 100%;
    padding-top: 80px;
}

#ad_03,
#ex_06 {
    margin-top: 60px;
}

.single_img {
    width: 90%;
    margin: 0 5%;
    border-radius: 7px;
    box-shadow: 0 0 5px rgba(71, 71, 71, 0.5);
}



.eventspace_contents dl {
    width: 90%;
    margin: 0 5%;
    padding: 10px 0;
    display: flex;
    justify-content: flex-start;
    border-bottom: dashed 1px #e2e2e2;
}

.eventspace_contents dt {
    display: inline-block;
    width: 20%;
    margin: 0;
    font-size: 15px;
    text-align: right;
}

.eventspace_contents dd {
    width: 75%;
    margin: 0 0 0 5%;
    font-size: 15px;
}

.eventspace_contents .form {
    display: block;
    width: 70%;
    margin: 20px 15% 0;
    padding: 8px 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #C1272D;
    box-shadow: 0 0 5px rgba(71, 71, 71, 0.5);
}

.eventspace_contents .form .fas {
    margin-right: 10px;
}

.eventspace_contents .tel {
    display: block;
    width: 70%;
    margin: 20px 15% 10px;
    padding: 8px 0 10px;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    background-color: #C1272D;
    box-shadow: 0 0 5px rgba(71, 71, 71, 0.5);
}

.eventspace_contents .tel .fas {
    margin-right: 10px;
}

.eventspace_contents .tel span {
    display: block;
    font-size: 14px;
}


.fuji {
    margin-top: 60px;
}

#other {
    display: inline-block;
    font-size: 16px;
    line-height: 1.5;
    margin: 50px 5%;
    padding: 10px;
    border: solid 1px #e2e2e2;
}

#other b {
    display: inline-block;
    margin-bottom: 5px;
}