@charset "UTF-8";
/* CSS Document */


#eventspace{
    margin: 0 auto 80px;
    width: 1225px;
}

@media only screen and (max-width: 768px) {
#eventspace{
    margin: 0 auto 40px;
    width: 90%;
}
}

#eventspace .inner {
    border-top: 1px solid #4d5355; 
    margin: 0 auto;
    padding: 70px 0 0 0;
    width: 100%;
}

@media only screen and (max-width: 768px) {
#eventspace .inner {
    border-top: 1px solid #4d5355; 
    margin: 0 auto;
    padding: 40px 0 0 0;
    width: 100%;
}
}

.floormap {
    margin: 0 auto 55px auto;
    width: 960px;
    height: 540px;
    background: #ccc;
}

@media only screen and (max-width: 768px) {
.floormap {
    margin: 0 auto 35px auto;
    width: 100%;
    height: 100%;
    background: #ccc;
}

}



#eventspace .tabtitle {
    margin: 0 auto 60px;
    padding: 50px 0 0 0;
    width: 100%;
    border-bottom: 1px solid #4d5355;
    position: relative;
}
#eventspace .tabtitle .title {
    margin: 0 auto;
    padding: 55px 0 0 0;
    width: 440px;
    border-top: 1px solid #4d5355;
    border-left: 1px solid #4d5355;
    border-right: 1px solid #4d5355;
    border-radius: 50px 50px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    background-color: #fff;
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 10px #fff;
}

#eventspace .tabtitle .title .ttl-ico {
    width: 43px;
    position: relative;
}
#eventspace .tabtitle .title .ttl-ico img {
    width: 43px;
    position: absolute;
    top: -18px;
}
#eventspace .tabtitle .title .ttl-jp {
    position: relative;
    width: 17em;
}
#eventspace .tabtitle .title .ttl-jp p {
    font-size: 22px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 500;
    position: absolute;
    top: -24px;
}

@media only screen and (max-width: 768px) {
#eventspace .tabtitle {
    margin: 0 auto 30px;
    padding: 60px 0 0 0;
    width: 100%;
    border-bottom: none;
    position: relative;
}
#eventspace .tabtitle .title {
    margin: 0 auto;
    padding: 0px 0 0 0;
    width: 90%;
    border-top: 1px solid #4d5355;
    border-left: 1px solid #4d5355;
    border-right: 1px solid #4d5355;
    border-radius: 50px 50px 0 0;
    display: block;
    background-color: #fff;
    position: absolute;
    bottom: -0px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 0 10px #fff;
    text-align: center;
}
#eventspace .tabtitle .title .ttl-ico {
    display: none;
}

#eventspace .tabtitle .title .ttl-jp {
    position: relative;
    width: auto;
}
#eventspace .tabtitle .title .ttl-jp p {
    font-size: 22px;
    color: #4d5355;
    line-height: 1em;
    font-weight: 600;
    text-align: center;
    position: static;
    padding-top: 30px;
    padding-bottom: 5px;
    margin-bottom: 0;
}
}

.space-info {
    margin: 0 auto 60px auto;
    width: 1150px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 30px;
}
.space-info .photo {
    width: 450px;
}
.space-info .photo img {
    width: 450px;
}
.space-info .ico {
    padding-top: 9px;
    width: 42px;
}
.space-info .ico img {
    width: 42px;
}
.space-info .txt {
    width: auto;
    flex: 1;
}

.space-info .spacename {
    font-size: 25px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 0 25px 0;
}
.space-info table {
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid #e1e6ec;
}
.space-info th {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 600;
    text-align: left;
    vertical-align: text-top;
    border-bottom: 1px solid #e1e6ec;
    padding: 25px 0 25px 1%;
    width: 14%;
}
.space-info td {
    font-size: 15px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: normal;
    text-align: left;
    vertical-align: text-top;
    border-bottom: 1px solid #e1e6ec;
    padding: 25px 0;
    width: 85%;
}

@media only screen and (max-width: 768px) {
.space-info {
    margin: 0 auto 40px auto;
    width: 100%;
    display: block;
}
.space-info .photo {
    width: 100%;
    margin-bottom: 15px;
}
.space-info .photo img {
    width: 100%;
}
.space-info .ico {
    display: none;
}
.space-info .txt {
    width: auto;
    flex: 1;
}

.space-info .spacename {
    font-size: 18px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 600;
    margin: 0 0 15px 0;
}
.space-info table {
    border-spacing: 0;
    width: 100%;
    border-top: 1px solid #e1e6ec;
}
.space-info th {
    font-size: 13px;
    color: #4d5355;
    line-height: 1.2em;
    font-weight: 700;
    text-align: left;
    vertical-align: text-top;
    border-bottom: 1px solid #e1e6ec;
    padding: 12px 0 12px 1%;
    width: 19%;
}
.space-info td {
    font-size: 13px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 500;
    text-align: left;
    vertical-align: text-top;
    border-bottom: 1px solid #e1e6ec;
    padding: 12px 0;
    width: 80%;
}
}



.info-txt {
    margin: 0 0 60px 0;
    font-size: 20px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: 600;
    text-align: center;
}

@media only screen and (max-width: 768px) {
.info-txt {
    margin: 0 0 40px 0;
    font-size: 16px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: 700;
    text-align: center;
}
}


.space-info-detail {
    margin: 0 0 25px 0;
    padding: 60px 0 0 0;
    width: 100%;
    border-top: 4px solid #4d5355;
}
.space-info-detail .inner-conts {
    margin: 0 auto;
    padding: 0 0 0;
    width: 1120px;
}
.space-info-detail .inner-conts .art {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 20px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 500;
}
.space-info-detail .inner-conts .conts {
    margin: 0 0 60px 0;
    padding: 0;
    width: 100%;
    display: flex;
    gap: 40px;
}
.space-info-detail .inner-conts .conts ul {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #e1e6ec;
}
.space-info-detail .inner-conts .conts li {
    margin: 0;
    padding: 15px 1%;
    width: 98%;
    display: flex;
    border-bottom: 1px solid #e1e6ec;
}
.space-info-detail .inner-conts .conts .art-txt {
    margin: 0;
    padding: 0;
    width: 200px;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 600;
    flex-shrink: 0;
}
.space-info-detail .inner-conts .conts .dtl-txt {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: normal;
    flex: 1;
}
.space-info-detail .inner-conts p {
    margin: 0 0 60px 0;
    padding: 0;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: normal;
}
.space-info-detail .inner-conts p a {
    color: #009bdd;
}
.space-info-detail .inner-conts p a:hover {
   text-decoration: underline;
}

@media only screen and (max-width: 768px) {
.space-info-detail {
    margin: 0 0 25px 0;
    padding: 30px 0 0 0;
    width: 100%;
    border-top: 4px solid #4d5355;
}
.space-info-detail .inner-conts {
    margin: 0 auto;
    padding: 0 0 0;
    width: 100%;
}
.space-info-detail .inner-conts .art {
    margin: 0 0 15px 0;
    padding: 0;
    font-size: 18px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 500;
}
.space-info-detail .inner-conts .conts {
    margin: 0 0 40px 0;
    padding: 0;
    width: 100%;
    display: block;
}
.space-info-detail .inner-conts .conts ul {
    margin: 0;
    padding: 0;
    width: 100%;
    border-top: 1px solid #e1e6ec;
}
.space-info-detail .inner-conts .conts ul:nth-child(2) {
    border-top: none;
}
.space-info-detail .inner-conts .conts li {
    margin: 0;
    padding: 13px 1%;
    width: 98%;
    display: flex;
    border-bottom: 1px solid #e1e6ec;
}
.space-info-detail .inner-conts .conts .art-txt {
    margin: 0;
    padding: 0;
    width: 100px;
    font-size: 13px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 700;
    flex-shrink: 0;
}
.space-info-detail .inner-conts .conts .dtl-txt {
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: #4d5355;
    line-height: 1.4em;
    font-weight: 500;
    flex: 1;
}
.space-info-detail .inner-conts p {
    margin: 0 0 40px 0;
    padding: 0;
    font-size: 14px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 500;
}
.space-info-detail .inner-conts p a {
    color: #009bdd;
}
.space-info-detail .inner-conts p a:hover {
   text-decoration: underline;
}
}



.consul-banner {
    margin: 0 auto;
    padding: 0;
    width: 475px;
    height: 150px;
    border: 4px solid #4d5355;
    border-radius: 80px;
    transition: 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.consul-banner:hover {
    margin: 0 auto;
    padding: 0;
    width: 475px;
    height: 150px;
    border: 4px solid #4d5355;
    border-radius: 80px;
    background: #ffe100; 
}
.consul-banner .ico {
    margin: 0;
    padding: 0 0 0 40px;
    width: 82px;
}
.consul-banner .ico img {
    width: 82px;
}
.consul-banner .vect {
    margin: 0;
    padding: 0 20px 0 0;
    width: 57px;
}
.consul-banner .vect img {
    width: 57px;
}
.consul-banner .txt {
    margin: 0;
    padding: 0;
    font-size: 20px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 600;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 768px) {
.consul-banner {
    margin: 0 auto;
    padding: 0;
    width: 88%;
    height: 85px;
    border: 3px solid #4d5355;
    border-radius: 80px;
    transition: 0.2s ease;
}
.consul-banner:hover {
    margin: 0 auto;
    padding: 0;
    width: 88%;
    height: 85px;
    border: 3px solid #4d5355;
}
.consul-banner .ico {
    margin: 0;
    padding: 0 0 0 25px;
    width: 45px;
}
.consul-banner .ico img {
    width: 45px;
}
.consul-banner .vect {
    margin: 0;
    padding: 0 15px 0 0;
    width: 37px;
}
.consul-banner .vect img {
    width: 37px;
}
.consul-banner .txt {
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #4d5355;
    line-height: 1.6em;
    font-weight: 700;
    letter-spacing: 0;
}
}