/* CSS Document */


          .sightseeing-overview{
              margin-bottom: 20px;
          }
          .sightseeing-overview,.event-hall{
              max-width: 720px;
          }
          .event-hall h2,.sightseeing-spots h2{
              font-size: 22px;
              color: #74343a;
          }
          .sightseeing-spots{
              display: flex;
                  justify-content: space-between;
              max-width: 720px;
          }
          .spot{
              width: 48%;
              max-width: 330px;
          }
          .spot img{
              width: 100%;
              aspect-ratio: 330 / 257;

          }

          .event-hall h1,.sightseeing-overview h1{
              font-size: 24px;
              color: #74343a;
          }


          .sightseeing-overview{
              margin-bottom: 20px;
          }
          .sightseeing-overview,.event-hall{
              max-width: 720px;
          }
          .event-hall h2,.sightseeing-spots h2{
    color:  #74343a;
    font-size: 20px;
    margin: 12px 0;
              
          }
.sightseeing-spots p{
    font-size: 16px;
    line-height: 1.8em;
    margin-bottom: 26px;
    font-feature-settings: "palt";
    line-break:strict;
        text-align: justify;
    text-align-last: left;
    
}

/*
          .sightseeing-spots{
              display: flex;
                  justify-content: space-between;
              max-width: 720px;
          }
          .spot{
              width: 48%;
              max-width: 330px;
          }
          .spot img{
              width: 100%;
              aspect-ratio: 330 / 257;

          }
*/
          .event-hall h1,.sightseeing-overview h1{
              font-size: 22px;
              color: #74343a;
              margin-bottom: 16px;
          }
.event-hall h2{
    margin-top: 26px;
}

.event-hall p,.sightseeing-overview p{
    font-size: 16px;
    line-height: 1.8em;
    /*margin-bottom: 26px;*/
    font-feature-settings: "palt";
    line-break:strict;
        text-align: justify;
    text-align-last: left;
}
.accessroot strong{
/*    font-weight: normal;*/
}
.accessroot{
    display: inline-block;
    color: #74343a;
    border-bottom: 1px solid #74343a;
    font-weight: bold;
    /*margin-bottom: 26px;*/
}
.content.sightseeing{
    padding-bottom: 60px;
}
