@import url("http://fonts.googleapis.com/earlyaccess/notosansjp.css");

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 100%;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

ul,
li {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

table th,
table td{
    vertical-align: middle;
    padding: 10px;
}
header{
    height: 100px;
    width: 100%;
    background-color: black;
    text-align: center;
}

header h1{
    padding: 20px;
}

header img{
    vertical-align: middle;
}

header nav{
    width: 100%;
    margin: auto;
    text-align: center;
}


header ul{
    margin: auto;
    display: table;
}

header li{
    margin-left: 10px;
    display: inline-block;
}

header li a{
    color: #fff;
    text-decoration: none;
}

header{
    position: fixed;
    z-index: 10;
}

a{
    color: #fff;
    text-decoration: none;
}


.privacy a{
    color: #333333;
    text-decoration: underline;
}

.sections{
    height: 100%;
    min-height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

#section_1{
    background-image: url(../img/bg_1.jpg);
    overflow: hidden;
}
#section_1 h2{
    bottom: 0;
    height: 100px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    text-align: center;
}
#section_6,
#section_5,
#section_4,
#section_3,
#section_2{
    background-color: #BDBDBD;
    text-align: center;
    padding-top: 120px;
}

h2{
    margin-bottom: 20px;
    width: 100%;
    font-size: 20px;
}
#section_6 table,
#section_5 table,
#section_3 table,
#section_4 table,
#section_5 div,
#section_2 table,
#section_2 ul,
#section_2 p{
    width: 60%;
    text-align: left;
    margin: auto;
    line-height: 25px;
    font-size: 18px;
}
#section_5 table,
#section_3 table,
#section_2 table{
    margin-top: 20px;
}

#section_2 table th{
    word-break: keep-all;
}

#section_2 table th,
#section_2 table td
{
    font-weight: normal;
    padding: 10px;
}

#section_3{
}

.scroll{
    position: absolute;
    width: 100px;
    bottom:10px;
    right: 0;
    left: 0;
    margin: auto;
    opacity: 0.2;
    cursor: pointer;
}


.sc-2,.sc-3,.sc-4,.sc-5{
    bottom:150px;
    left: auto;
    right: 20px!important;
    width: 100px!important;
}

.news{
    color:#eee;
    width: 100%;
    margin: auto;
    background-color: #333;
    padding: 10px;
    padding-top: 100px;
    position: absolute;
    overflow: hidden;
}
.news h3{
    width: 100%;
    margin: auto;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}

.news dl{
    width: 60%;
    margin: auto;
}

.new{
    color: blueviolet;
    font-size: 13px;
    line-height: 16px;
}

.news dt{
    margin-right: 20px;
}
.news dd,.news dt{
    display: inline-block;
    vertical-align: middle;
}
.cercle{
  margin-top: 30px;
}
.cercle li{
    border-radius: 100px;
    background-color: #fff;
    height:200px;
    width: 200px;
    line-height: 200px;
    margin-right: 20px;
    display: inline-block;
}
.cercle a{
  color: #000;
}

.cercle a:hover{
  opacity: 0.7;
}

#map {
  width: 60%;
  height: 50%;
  margin:auto;
}
