@charset "utf-8";

* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: Roboto, "Droid Sans", 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    word-wrap: break-word;
    font-size: 14px;
    line-height: 1.6;
    color: #5a4f4a;
    background: #ffffff;
    text-align: left;
    text-justify: inter-ideograph;
}

#wrapper,
header,
#main,
footer {
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
}


#toparea {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #ffffff;
    margin-top: 10px;
    margin-bottom: 10px;
}


#logo {
    margin-left: 2%;
    margin-right: 2%;
    width: 80%;
    height: auto;
}

#logo img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#language {
    margin-left: 5%;
}

#language a img {
    width: 80%;
}

#drawernav {
    width: 25px;
    height: auto;
}

#mainnavigationcontainer {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#mainnavigation {
    padding-left: 0;
    width: 100%;
    max-width: 960px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#mainnavigation li {
    width: 100%;
    height: auto;
    list-style: none;
    text-align: center;
}

#mainnavigation li a {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #5a4f4a;
}

#mainnavigation li a:hover {
    color: #e2d0c3;
}

#mainnavigation li.current a {
    color: #e2d0c3;
}

#mainnavigation li a span {
    font-size: 10px;
    display: block;
    margin-top: 0px;
}

#humberger {
    display: block;
}

.mainvisualwide {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.mainvisualwide img {
    width: 100%;
    height: auto;
}

#main {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

#main article {
    width: 95%;
    height: auto;
    margin-left: 2.5%;
    margin-right: 2.5%;
    margin-top: 15px;
}

#main aside {
    display: none;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
    background: #0c175a;
    color: #ffffff;
    padding-left: 20px;
}

h3 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
    color: #0c175a;
    border-bottom: 1px solid #0c175a;
    margin-top: 30px;
}

h4 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 10px;
    background: #85906a;
    color: #ffffff;
    display: inline-block;
    padding-left: 2em;
    padding-right: 2em;
    text-align: center;
}

h5 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 10px;
}

.br-sp {
    display: block;
}

.br-tb {
    display: block;
}

#main article a {
    text-decoration: none;
    color: #00469c;
}

#main article a:hover {
    text-decoration: none;
    color: #6690c4;
}

#main article p {
    margin-bottom: 15px;
}

#main article img {
    max-width: 100%;
}


.large {
    font-size: 18px;
    font-weight: bold;
}

.huge {
    font-size: 30px;
    font-weight: bold;
}

#main article ul {
    padding-left: 0px;
    margin-bottom: 30px;
}

#main article #list ul {
    padding-left: 0px;
    margin-bottom: 30px;
}

#main article #list .author {
    text-decoration: underline;
}

#main #open {
    margin-bottom: 30px;
}

#main article #listnone ul {
    list-style-type: none;
}

#main article #list li {
    list-style: none;
    border-bottom: 1px dotted #999;
    padding-top: 10px;
    padding-bottom: 10px;
}

#main article #list li:first-child {
    border-top: 1px dotted #999;
}

#main article li a {
    text-decoration: none;
    color: #4169e1;
}

#main article li a:hover {
    text-decoration: none;
    color: #6690c4;
}

#main article #information li a {
    text-decoration: none;
    color: #00469c;
}

#main article #information li a:hover {
    color: #6690c4;
}

#main article #information {
    height: 330px;
    overflow-y: scroll;
    margin-bottom: 80px;
}

#main article #information dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

#main article #information dt {
    width: 100%;
    height: auto;
    font-weight: bold;
}

#main article #information dd {
    width: 98.5%;
    margin-right: 1.5%;
    height: auto;
}

#main article #information ul p {
    width: 100%;
    height: auto;
}

#main article #information ul img {
    width: 40%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}

#main article #profile dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
}

#main article #profile dl dt {
    width: 100%;
    height: auto;
}

#main article #profile dl dd {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

#main article #research #researchimg {
    width: 100%;
    height: auto;
}

#main article #research #researchimg img {
    width: 100%;
    height: auto;
}

#main article #gallery #galleryimg {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#main article #gallery #galleryimg img {
    width: 100%;
    height: auto;
}

#main article #map {
    width: 100%;
    height: auto;
}

#main article #map iframe {
    width: 100%;
    height: 300px;
}

footer {
    background: #0c175a;
    color: #ffffff;
}

footer #lar {
    font-size: 16px;
    font-weight: bold;
}

footer p {
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    margin: 30px;
}

footer nav {
    max-width: 600px;
    height: auto;
    margin: 0 auto;
    margin-bottom: 30px;
}

#footernavigation {
    padding-left: 10%;
    width: 80%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

#footernavigation li {
    width: 50%;
    height: auto;
    list-style: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 5px;
    margin-top: 5px;
}

#footernavigation li + li {
    border-left: 1px solid #ffffff;
}

#footernavigation li:first-child {
    border-left: 1px solid #ffffff;
}

#footernavigation li:nth-child(2) {
    border-right: 1px solid #ffffff;
}

#footernavigation li:nth-child(4) {
    border-right: 1px solid #ffffff;
}

#footernavigation li:nth-child(6) {
    border-right: 1px solid #ffffff;
}

#footernavigation li:last-child {
    border-right: 1px solid #ffffff;
}

#footernavigation li a {
    font-size: 14px;
    text-decoration: none;
    color: #ffffff;
}

#footernavigation li a:hover {
    color: #e2d0c3;
}

#footernavigation li.current a {
    color: #e2d0c3;
}

#copy {
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 5px;
}

#gototop {
    position: fixed;
    bottom: 3px;
    right: 10px;
}

#gototop img {
    width: 50px;
    height: 50px;
}

#page {
    position: relative;
    z-index: 2;
    left: 0;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
}

#drawernav {
    position: fixed;
    top: 0;
    right: -240px;
    width: 240px;
    height: 100%;
    background: #ffffff;
    color: #5a4f4a;
    z-index: 1;
    padding-top: 40px;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
}

#drawernav ul {
    list-style: none;
    padding-left: 0;
    margin-top: 10px;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#drawernav ul li {
    width: 100%;
    height: auto;
    padding: 10px;
}

#drawernav ul li a {
    color: #5a4f4a;
    text-decoration: none;
    font-weight: normal;
}

#drawernav ul li a:hover {
    color: #e2d0c3;
}

#humberger {
    z-index: 3;
    width: 25px;
    padding: 10px 20px 10px 20px;
    cursor: pointer;
    margin-left: auto;
}

#icon-bar1,
#icon-bar2,
#icon-bar3 {
    height: 2px;
    background: #5a4f4a;
    display: block;
    margin-bottom: 6px;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

.fixed-content {
    right: inherit;
    width: 100%;
    z-index: 2;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
}

#overlay {
    z-index: -1;
    opacity: 0;
    background: #000000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    -webkit-transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition: all 400ms cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
    -webkit-transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    transition-timing-function: cubic-bezier(1.000, 0.000, 0.000, 1.000);
    /* easeInOutExpo */
}

body.drawer-opened #page {
    left: -240px;
}

body.drawer-opened .fixed-content {
    left: -240px;
}

body.drawer-opened #drawernav {
    right: 0;
}

body.drawer-opened #humberger {
    position: fixed;
    top: 0px;
    right: 0;
    z-index: 3;
    width: 25px;
    padding: 20px 10px 10px 20px;
    cursor: pointer;
}

body.drawer-opened #humberger #icon-bar1,
body.drawer-opened #humberger #icon-bar2,
body.drawer-opened #humberger #icon-bar3 {
    background: #5a4f4a;
}

body.drawer-opened #humberger #icon-bar1 {
    -webkit-transform: translate (0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
}

body.drawer-opened #humberger #icon-bar2 {
    opacity: 0;
}

body.drawer-opened #humberger #icon-bar3 {
    -webkit-transform: translate (0, -8px) rotate(-45deg);
    transform: translate(0, -8px) rotate(-45deg);
}

body.drawer-opened #overlay {
    z-index: 3;
    opacity: 0.3;
    left: -240px;
}
