@charset "UTF-8";

*{box-sizing: border-box;}


body{
    
    background-color: #fff;
    background-image: url(images/hongkong.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;   
}

header{
    text-align: center;
}


main{
    background-color: #00828b;
    color: #fff;
    font-family: "游ゴシック体", "Yu Gothic";
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 50px 15px 50px;
    line-height: 1.2;
}

main a{
    color: #CF292F;
    text-decoration: none;
    font-family:"Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 3em;
   }



main img{
    width: 65%;
    height: auto;
    border: #c9a05d 5px solid;
    }

h1{
    color:#CF292F;
    font-family:"Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 3em;
    margin: 20px 20px 30px;
    }

h3{
    color: #fff;
    font-family:"Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
}

footer{
    color: #00828b;
    padding: 15px;
    text-align: center;
}


.hiro{
    line-height: 4em;
    text-align: center;
    padding: 100px 0;
   }

.margin{
    margin-top: 20px;
    margin-bottom: 20px;
}

.fontbold{
    font-weight: bold;
    }

.font2em{
    font-size: 2em;
    font-weight: bold;
}

.font1em{
    font-size: 1.2em;
    font-weight: bold;
}

.gold{
    color:#c9a05d;
}

.kaisei{    
    font-family:"Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
}

.toplink{
    padding: 20px 10px 5px; 
    text-align: center;
}

.toplink a{color: #CF292F;
    text-decoration: none;
    font-family:"Kaisei Decol", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.8em;
}

.center {
    text-align: center;
    margin: 20px;
}
.border{
    border: #c9a05d 3px solid;
    font-size: 0.9em;
    padding: 0 10px 10px;
    margin-top: 0;
}