table {
    margin: 100px auto 0 auto;
}

td,
th {
    border: 0 #aaa solid;
    padding: 0;
}

td {
    position: relative;
}

th {
    background: #f1f1f1;
}

.tooltip1 {
    font-family: 'Noto Serif JP', serif;
    width: 660px;
    height: 210px;
    padding: 70px;
    font-size: 15px;
    line-height: 35px;
    margin: -35px 0 0;
    background-color: #eee;
    color: #3f3c3c;
    position: absolute;
    top: 158px;
    right: -350%;
}

.tooltip1:before {
    right: 80%;
    top: 0%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(102, 102, 102, 0);
    border-bottom-color: #eeeeee;
    border-width: 40px;
    margin-top: -80px;
}

.tooltip2 {
    font-family: 'Noto Serif JP', serif;
    width: 720px;
    height: 270px;
    padding: 40px;
    font-size: 14px;
    line-height: 26px;
    margin: -30px 0 0;
    background-color: #eee;
    color: #3f3c3c;
    position: absolute;
    top: 154px;
    right: -65%;
}

.tooltip2:before {
    right: 46%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(102, 102, 102, 0);
    border-bottom-color: #eeeeee;
    border-width: 40px;
    margin-top: -80px;
}

.tooltip3 {
    font-family: 'Noto Serif JP', serif;
    width: 660px;
    height: 210px;
    padding: 70px;
    font-size: 15px;
    line-height: 35px;
    margin: -30px 0 0;
    background-color: #eee;
    color: #3f3c3c;
    position: absolute;
    top: 154px;
    right: -18%;
}

.tooltip3:before {
    right: 11%;
    top: 0;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    border-color: rgba(102, 102, 102, 0);
    border-bottom-color: #eeeeee;
    border-width: 40px;
    margin-top: -80px;
}

.info {
    font-family: 'Noto Serif JP', serif;
    color: #3f3c3c;
    margin: 10px auto 32px;
    background-color: #fff;
    height: 350px;
    width: 800px;
}

.title {
    padding: 100px 0 0 0;
    font-size: 18px;
}

.time {
    font-size: 16px;
    line-height: 35px;
}

.insta {
    font-size: 15px;
}

.copy {
    font-family: 'Noto Serif JP', serif;
    color: #3f3c3c;
    font-size: 12px;
  text-align:center;
    margin: 20px auto;
}


#map {
    text-align: center;
    margin: 40px auto;
    width: 800px;
    height: 450px;
}

#haichi {
    margin: 0 auto;
}