/*すべてのページに適用される設定*/
html {
    font-size:16px ;   
}

ul {
    list-style: none;
}

.nav a:link {
    color: #000;
    text-decoration: none;
}

.nav a:valid {
    color: blue;
    text-decoration: none;
}

.nav :hover {
    color: red;
    text-decoration: none;
}

.nav a:active {
    color: red;
    text-decoration: none;
}

table {
    width: 35vw;
    height: 100%;
    margin: 3px auto;
    margin-bottom: 200px;
    border-collapse: collapse;
}

table, tr, th {
    background-color: whitesmoke;
            border: 1px double black;
}

.table1 {
    width: 20%;
}
        
.title01 {
    font-family: 'Yu Mincho';
    text-align: center;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 100px;
}
.title01::before {
    position: absolute;
    bottom: 0;
    content: "";
    width: 50vw;
}

/*改行*/
.br_sp{
    display: none;
}

/*すべてのページに適用--ヘッダー*/
.header01 {
    padding: 16px 24px;
    background-color: #F0F8FF;
    margin-bottom: 100px;
}

.header02 {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}



/*すべてのページに適用--メイン--*/

.time {
    margin-left: 35%;
    color: #aaa;
}

.mainphotoo img {
    width: 30vw;
    height: 20vw;
    display: block;
    margin: auto;
}

.main01 {
    margin-top: 200px;
    margin-bottom: 200px;
    text-align: center;
    font-size: 19px;
}

.contents {
    background: #f9f9f9 none;
    border: 1px solid #aaa;
    display: table;
    margin-left: 15%;
    padding: 60px;
    width: auto;

}
/*
.pin.icon {
    color: #000;
    position: absolute;
    margin-left: 11%;
    width: 12px;
    height: 12px;
    border: solid 1px currentColor;
    border-radius: 7px 7px 7px 0;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .pin.icon:before {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 4px;
    height: 4px;
    border: solid 1px currentColor;
    border-radius: 3px;
  }
  */
  


/*国立現代美術館*/

.artmuseum {
    font-weight: bold;
    border-left: 5px solid #4c9ac0;
    padding: 0.25em 0 0.3em 0.5em;
    margin-top: 80px;
    margin-bottom: 20px;
    margin-left: 35%;
}

.image1 img {
    width: 30vw;
    height: 20vw;
    display: block;
    margin: auto;
}

 .art1 {
        text-align: center;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .map-art {
        display: block;
        margin: auto;
    }
    
    .table-art {
        margin-top: 80px;
        margin-bottom: 80px;
    }


    /*清渓広場*/

    .river {
        font-weight: bold;
        border-left: 5px solid #4c9ac0;
        padding: 0.25em 0 0.3em 0.5em;
        margin-top: 10%;
        margin-bottom: 20px;
        margin-left: 35%;
    }

    .span1 {
        font-size: 15px;
    }
    
    .image2 img {
        width: 30vw;
        height: 20vw;
        display: block;
        margin: auto;
    }

.river1 {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}
.span2 {
    color: rgba(7, 7, 172, 0.781);
    border-bottom: 1px solid red; 
    }

.map-river {
    display: block;
    margin: auto;
}

.table-river {
    margin-top: 80px;
    margin-bottom: 80px;
}

/*大韓民国歴史博物館*/

.history {
    font-weight: bold;
    border-left: 5px solid #4c9ac0;
    padding: 0.25em 0 0.3em 0.5em;
    margin-top: 10%;
    margin-bottom: 20px;
    margin-left: 35%;
}

.map-history {
    display: block;
    margin: auto;
}

.image3 img {
    width: 30vw;
    height: 20vw;
    display: block;
    margin: auto;
}

.history1 {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.table-history {
    margin-top: 80px;
    margin-bottom: 80px;
}

/*北村八景色*/

.hanok {
    font-weight: bold;
    border-left: 5px solid #4c9ac0;
    padding: 0.25em 0 0.3em 0.5em;
    margin-top: 10%;
    margin-bottom: 20px;
    margin-left: 35%;
}

.span3 {
    font-size: 15px;
}

.image4 img {
    width: 30vw;
    height: 20vw;
    display: block;
    margin: auto;
}

.hanok1 {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.span4 {
    color: rgba(7, 7, 172, 0.781);
    border-bottom: 1px solid red;
}

.map-hanok {
    display: block;
    margin: auto;
}

.table-hanok {
margin-top: 80px;
margin-bottom: 80px;
}

.hanok_do_not{
    font-size: 12px;
    color: rgba(7,7,172,0.781);
    border-bottom: 1px red solid;
}

/*益善洞*/
.ikssondong {
    font-weight: bold;
    border-left: 5px solid #4c9ac0;
    padding: 0.25em 0 0.3em 0.5em;
    margin-top: 10%;
    margin-bottom: 20px;
    margin-left: 35%;
}

.span5 {
    font-size: 15px;
}

.image5 img {
    width: 30vw;
    height: 20vw;
    display: block;
    margin: auto;
}

.ikssondong1 {
    text-align: center;
    margin-top: 5%;
    margin-bottom: 5%;
}

.map-ikssondong {
    display: block;
    margin: auto;
}

.table-ikssondong {
    margin-top: 80px;
    margin-bottom: 80px;
}

    /*すべてのページに適用--フッター--*/
.post-text {
    margin-left: 80%;
}

.pickup-post img {
    width: 12em;
    height: 10em;
    margin-left: 85%;
}
.post {
    text-align: right;
}

    .top {
        text-align: center;
    }

/* 個別のスタイル  */

/*モバイル対応 */
@media(max-width: 767px){


        .time{
        margin-left: 2%;
    }

    .title01{
        font-size: 18px;
        border-bottom: 1px black double;
    }

    p{
        margin-left: 25px;
        margin-right: 25px;
    }
    .header01 {
    margin-bottom: 50px;
}

.header-item {
    font-size: 10px;
}

.mainphotoo img {
    width: 23em;
    height: 15em;
}

    .contents {
        display: block;
        margin: auto;
        padding-left: 0%;
    }

.main01 {
    margin-top: 50px;
    margin-bottom: 50px;
    font-size: 15px;
}

    .map-art, .map-history, .map-river, .map-hanok, .map-ikssondong {
        width: 90%;
        height: 100%;
    }
/*改行*/

.br_pc{
    display: none;
}

.br_sp{
    display: inline;
}




/*
    .pin.icon {
        color: #000;
        position: absolute;
        margin-left: 20%;
        width: 12px;
        height: 12px;
        border: solid 1px currentColor;
        border-radius: 7px 7px 7px 0;
        -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
      }
      
      .pin.icon:before {
        content: '';
        position: absolute;
        left: 3px;
        top: 3px;
        width: 4px;
        height: 4px;
        border: solid 1px currentColor;
        border-radius: 3px;
      }
*/
      
      /*国立現代美術館*/
    .artmuseum {
        margin-left: 0;
    }

    .image1 img {
        width: 23em;
        height: 15em;
        display: block;
        margin: auto;
    }

    .art1 {
        margin-top: 5em;
        margin-bottom: 5em;
    }

    .table-art {
        width: 90%;
        height: 10%;
    }

    /*清渓広場*/
    .river {
    margin-left: 0;
    }

    .image2 img {
        width: 23em;
        height: 15em;
        display: block;
        margin: auto;
    }

    .river1 {
        margin-top: 5em;
        margin-bottom: 5em;    
    }

    .table-river {
        width: 90%;
        height: 10%;
    }

    /*大韓民国歴史博物館*/
    .history {
        margin-left: 0;
    }

    .image3 img {
        width: 23em;
        height: 15em;
        display: block;
        margin: auto;
    }

    .history1 {
        margin-top: 5em;
        margin-bottom: 5em;
    }

    .table-history {
        width: 90%;
        height: 10%;
    }

    /*北村八景色*/
    .hanok {
        margin-left: 0;
    }

    .image4 img {
        width: 23em;
        height: 15em;
        display: block;
        margin: auto;
    }

    .hanok1 {
        margin-top: 5em;
        margin-bottom: 5em;
    }

    .table-hanok {
        width: 90%;
        height: 10%;
    }

    /*益善洞*/
    .ikssondong {
        margin-left: 0;
    }
    
    .image5 img {
        width: 23em;
        height: 15em;
        display: block;
        margin: auto;
    }

    .ikssondong1 {
        margin-top: 5em;
        margin-bottom: 5em;
    }

    .table-ikssondong {
        width: 90%;
        height: 10%;
    }

    /*ヘッダー*/
    .post-text {
        display: block;
        margin-left: 34%;
    }
    
    .pickup-post img {
        width: 12em;
        height: 10em;
        display: block;
        margin: auto;
    }
    .post {
        text-align: center;
    }
}





