@charset "utf-8";
* {
    margin: 0;
    padding: 0;
}

body,
html {
    font-family: Roboto, Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    word-wrap: break-word;
    font-size: 13px;
    line-height: 1.6;
    color: #5a4f4a;
    background: #fceeeb;
    text-align: justify;
    text-justify: inter-ideograph;
}

#wrapper {
    box-shadow: 5px 5px 5px 5px #cccccc;
}

#wrapper,
header,
#main,
footer {
    width: 100%;
    height: auto;
    max-width: 1920px;
    margin: auto;
    overflow: hidden;
    background: #ffffff;
}

#english {
    margin-left: auto;
    width: 60px;
    height: auto;
    margin-top: 10px;
    margin-right: 10px;
}

#english img {
    width: 60px;
    height: auto;
}

#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;
    background: #ffffff;
    margin-top: 15px;
    margin-bottom: 15px;
}

#topareatop {
    margin-left: 2.5%;
    width: 95%;
    margin-right: 2.5%;
    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;
}

#logo {
    margin-right: auto;
}

#logo img {
    width: 90%;
    height: auto;
    vertical-align: bottom;
}

#drawernav {
    width: 100%;
    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: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
    font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#mainnavigation li {
    list-style: none;
    text-align: center;
}

#mainnavigation li a {
    font-size: 18px;
    text-decoration: none;
    font-weight: bold;
    color: #ffffff;
}

#mainnavigation li a:hover {
    color: #a9b7d2;
}

#mainnavigation li.current a {
    color: #a9b7d2;
}

#humberger {
    display: block;
}

.mainvisualwide {
    width: 100%;
    height: auto;
}

.mainvisualwide img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

#main {
    font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

#main article {
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-right: 15%;
}

#main aside {
    display: none;
}

#main aside img {
    width: 100%;
    height: auto;
}

h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 30px;
    background: #a9b7d2;
    color: #ffffff;
    border-left: 30px solid #274b8f;
    padding-left: 25px;
    margin-top: 30px;
    padding-right: 25px;
}

h3 {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 15px;
    background: #274b8f;
    color: #ffffff;
    padding-left: 20px;
}

h4 {
    font-weight: normal;
    font-size: 13px;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0px;
    background: #a9b7d2;
    color: #ffffff;
    width: 100px;
    height: auto;
    text-align: center;
}

.br-sp {
    display: none;
}

.br-tb {
    display: block;
}

#main article a {
    text-decoration: none;
    color: #4169e1;
}

#main article a:hover {
    text-decoration: none;
    color: #6690c4;
}

#main article p {
    margin-bottom: 15px;
}

#main article ul {
    padding-left: 0px;
    margin-bottom: 30px;
}

#main article #list ul {
    padding-left: 0px;
    margin-bottom: 30px;
    margin-right: 10px;
}

#main #open {
    margin-bottom: 30px;
}

#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 #information {
    height: 335px;
    overflow-y: scroll;
    margin-bottom: 80px;
}

#main article #information dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 100%;
    height: auto;
}

#main article #information dt {
    width: 30%;
    height: auto;
}

#main article #information dd {
    margin-left: 3%;
    width: 67%;
    height: auto;
}

#main article #message #face {
    float: right;
    margin-left: 15px;
    width: 25%;
    height: auto;
}

#main article #message #face img {
    width: 100%;
    height: auto;
}

#main article #message #door {
    width: 100%;
    height: auto;
}

#main article #message #door img {
    width: 30%;
    height: auto;
}

#main article #research #gaiyou {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 30px;
}

#main article #research #gaiyou1 {
    width: 40%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}

#main article #research #gaiyou1 img {
    width: 100%;
    height: auto;
}

#main article #research #gaiyou2 {
    width: 40%;
    height: auto;
    margin-left: 5%;
    margin-right: 5%;
}

#main article #research #gaiyou2 img {
    width: 100%;
    height: auto;
}

#main article #research #list img {
    float: left;
    margin-right: 15px;
    width: 30%;
}

#main article #research #list li {
    overflow: hidden;
}

#main article #theme #themefig {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
}

#main article #theme #themefig img {
    width: 100%;
    height: auto;
}

#main article #theme ul {
    margin-left: 30px;
}

#main article #member ul {
    list-style: none;
    margin-left: 15px;
}

#main article #member a {
    color: #a9b7d2;
}

#main article #member a:hover {
    color: #7f6967;
    cursor: pointer;
}

#main article #member dl {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

#main article #member dt {
    width: 100%;
    height: auto;
}

#main article #member dd {
    width: 100%;
    height: auto;
}

#main article #ob #face {
    width: 30%;
    height: auto;
}

#main article #ob #face img {
    width: 100%;
    height: auto;
}

#main article #ob dl {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

#main article #ob dt {
    width: 100%;
    height: auto;
}

#main article #ob dd {
    width: 100%;
    height: auto;
}

#main article #access a {
    color: #00469c;
}

#main article #access a:hover {
    color: #6690c4;
}

#main article #access #lar {
    font-size: 18px;
}

#main article #access ul {
    list-style: none;
}

#main article #access p {
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-bottom: 30px;
    font-size: 16px;
}

#main article #access .map {
    width: 70%;
    height: auto;
    margin-left: 15%;
    margin-bottom: 30px;
}

#main article #access .map img {
    width: 100%;
    height: auto;
}

footer {
    font-family: "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: #274b8f;
    color: #ffffff;
    padding-top: 30px;
    padding-bottom: 15px;
}

footer #lar {
    font-size: 16px;
}

footer #copy {
    font-size: 12px;
    width: 100%;
    height: auto;
    text-align: center;
}

footer #fwrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
}

footer #leftf {
    margin-left: 5%;
    width: 65%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin-bottom: 15px;
}

footer #leftf #address {
    margin-right: 30px;
}

footer #rightf {
    margin-right: 5%;
    width: 25%;
    height: auto;
    text-align: right;
}

footer #rightf a {
    color: #ffffff;
    text-decoration: none;
    margin-left: 30px;
}

#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: 30px;
    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: 15px;
}

#drawernav ul li a {
    color: #5a4f4a;
    text-decoration: none;
}

#drawernav ul li a:hover {
    color: #a9b7d2;
}

#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;
}
table{margin:auto;display:inline-block;align="center";}
button{width: 10em;height:3em;background: #a9b7d2;color: #ffffff;}