* {
    margin: 0;
    padding: 0;
}

hr{
    color: black;
}

body {
    width: 100%;
    background: white;
    font-family: YuMincho;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

/*--fontに関する指示------------------------------------------*/

h2 {
    color: #e63c35;
    margin-bottom: 10px;
}

p {
    margin-bottom: 16px;
}

/*--headerに関する記述---------------------------------------*/

#header {
    width: 100%;
    overflow: hidden;
    background: white;
    padding: 6px 0px;
    position: fixed;
    z-index: 2;
    height:48px;
}

#header h1 {
    float: left;
    color: black;
    margin-left: 48px;
    font-size: 32px;
}



nav {
    overflow: hidden;
}

nav li {
    list-style-type: none;
    float: left;
    margin-top: 2px;
}

nav a {
    font-size: 16px;
    color: black;
    margin: 14px 16px 0px;
    transition: 0.3s;
    position: relative;
    display: inline-block;
    text-decoration: none;
}

nav a:hover {
    border-bottom: 3px solid black;
}


/*--トップ画像に関する指示-------------------------------------*/
.main-visual {
    width: 100%;
    height: 300px;
    background: #fff url(img/sdgs_img_jp.png) 0 0 no-repeat;
    background-size: cover;
    margin-bottom: 32px;
    padding-top: 60px;
    position: relative;
    border: solid;
}

/*--contentに関する記述----------------------------------------*/
#main {
    width: 608px;
    margin: 0 auto;
    overflow: hidden;
    background: white;
    padding: 16px;
    float: left;
    position: relative;
    border: solid;
    border-color: black;
}

.contentextra{
    overflow: hidden;
    background: white;
}

.content {
    padding: 20px 0;
    overflow: hidden;
    background: white;
}

.border{
    border:solid;
    border-color: black;
}

.top-title {
    font: 36px;
    text-align: left;
    padding-right: 8px;
    padding-left: 8px;
    margin: 8px;
    color: #555;
    font-weight: 400;
    border-left: 6px solid #e63c35;
}

.content a {
    font-size: 16px;
    color: #3B5998;
    text-decoration: none;
    letter-spacing: 3px;
    padding: 10px 30px;
    margin-left: 10px;
    position: relative;
}

.suggest {
    position: relative;
    padding-bottom: 50px;
    /*content全部にボタンのための空間を作るよ*/
}

#gotop {
    position: fixed;
    bottom: 30px;
    right: 200px;
    color: rgba(0, 0, 255, 0.2);
}

#gotop a{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 30px;
    color: black;
}

/*--サイドバーに関する記述はここから---------------------------------*/

#sidebar {
    float: left;
    width: 280px;
    margin: 0px 12px;
    background: #fff;
    padding: 8px;
    border: solid;
    border-color: black;
}

#sidebar img {
    margin-bottom: 16px;
}

#sidebar h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

#sidebar p {
    font-size: 16px;
}

#sidebar1 {
    float: left;
    width: 190px;
    margin: 0px 12px;
    background: #fff;
    padding: 8px;
    border: solid;
    border-color: black;
    margin-top: 10px;
}

#sidebar1 img {
    margin-bottom: 16px;
}

#sidebar1 h3 {
    font-size: 20px;
    margin-bottom: 8px;
}

#sidebar1 p {
    font-size: 16px;
}

#sidebar2 {
    float: left;
    width: 280px;
    margin: 0px 12px;
    background: #fff;
    padding: 8px;
}

a.link img{
    width: 100px;
    height: 100px;
}

.instagram1{
    margin-top: 20px;
    margin-left: 120px;
}

a.pdf img{
    width: 500px;
}

.location{
    color: black;
}

.map{
    width: 510px;
    margin-top: 10px;
    margin-bottom: 50px;
    border: 1px solid;
    border-color: black;
}

.map1{
    width: 500px;
    margin: 5px;
}