@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

/* ------------------------------
General
------------------------------ */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
    background-size: cover;
	color: #191919;
	font-family: sans-serif;
    font-size: 1.6em;
	line-height: 1;
	margin: 0 auto;
	padding: 0;
	position: relative;
	text-align: left;
	width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, figure {
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1.6;
	margin: 0;
	padding: 0;
}

ul, ol, li {
	list-style: none;
}

a {
	color: #0062A5;
	text-decoration: none;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
	vertical-align: bottom;
	width /***/: auto;
}

div.clear {
	clear: both;
}

hr.border {
}

/* ------------------------------
header
------------------------------ */

header {
    height: 70px;
    margin: 0 auto;
    max-width: 768px;
    position: relative;
    width: 98%;
}

header div.logo {
    position: absolute;
    left: 0;
    top: 2px;
    width: 208px;
    z-index: 1000;
}

header div.bulge img {
    width: 100%;
}

header div.language-selector {
	color: #FFF;
	position: absolute;
		right: 0;
		top: 0;
	z-index: 100;
}

header div.language-selector dl {
	padding: 8px 12px;
    position: relative;
}

header div.language-selector dl.toggle-language-list {
	padding-right: 26px;
}

header div.language-selector dl dd {
	display: inline-block;
    line-height: 1;
	vertical-align: middle;
}

header div.language-selector dl dd.icon {
    margin-right: 0.4em;
}

header div.language-selector dl dd.icon img {
    height: 22px;
    width: 22px;
}

header div.language-selector dl dd.label {
    font-size: 1.2rem;
}

header div.language-selector dl dd.angle {
    position: absolute;
        right: 0;
        top: 9px;
}

header div.language-selector dl dd.angle img {
    height: 22px;
}

header div.language-selector ul.language-list {
	background: rgba(0,0,0,0.8);
    border-radius: 12px;
	display: none;
    padding: 6px 0;
}

header div.language-selector ul.language-list li {
}

header div.language-selector ul.language-list li:last-child {
    border-bottom: none;
}

header div.language-selector ul.language-list li a {
	color: #FFF;
	display: block;
	padding: 6px 12px;
}

header div.language-selector ul.language-list li a dl {
	padding: 0;
}

/* ------------------------------
div.global-menu
------------------------------ */

div.global-menu {
    position: relative;
    margin: 0 auto;
    max-width: 768px;
    width: 98%;
}

div.global-menu ul {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: space-around;
}

div.global-menu ul li {
    background-color: rgba(255,255,255,0.4);
    margin-right: 1px;
    width: 100%;

}

div.global-menu ul li.current {
    background-color: rgba(255,255,255,0.8);
}

div.global-menu ul li:first-child {
    border-radius: 12px 0 0 0 / 12px 0 0 0;
}

div.global-menu ul li:last-child {
    border-radius: 0 12px 0 0 / 0 12px 0 0;
    margin-right: 0;
}

div.global-menu ul li a {
    display: block;
    font-size: 1.5rem;
    padding: 16px 0;
    text-align: center;
    width: 100%;
}

div.global-menu ul li.current a {
    font-weight: 700;
}


/* ------------------------------
div.content
------------------------------ */

div.content {
    background-color: rgba(255,255,255,0.8);

    margin: 0 auto;
    max-width: 768px;
    padding: 24px 0;
    position: relative;
    width: 98%;
}

div.content div.index-content-header-wrapper {
    padding: 0 12px;
}

div.content div.index-content-header {
	background-color: #777;
	background-position: center center;
	background-size: cover;
    border-radius: 12px;
    margin-bottom: 1em;
    position: relative;
}

div.content div.index-content-header:before {
    content:"";
    display: block;
    padding-top: 60%;
}


div.content div.index-content-header h1 {
    color: #FFF;
    font-size: 2.2rem;
    font-weight: 700;
    position: absolute;
        left: 16px;
        top: 16px;
    text-shadow: 0px 1px 6px #0b2d58;
}
@media screen and (min-width: 758px) {
    div.content div.index-content-header h1 {
        font-size: 3.6rem;
            left: 24px;
            top: 24px;
    }
}


div.content div.content-header-wrapper {
    padding: 0 12px;
}

div.content div.content-header {
	background-color: #777;
	background-position: center center;
	background-size: cover;
    border-radius: 12px 12px 0 0 / 12px 12px 0 0;
    margin-bottom: 1em;
    position: relative;
}

div.content div.content-header:before {
    content:"";
    display: block;
    padding-top: 33.3%;
}

div.content div.content-header h1 {
    color: #FFF;
    font-size: 2.8rem;
    font-weight: 700;
    position: absolute;
        left: 12px;
        bottom: 12px;
    text-shadow: 0px 1px 6px #0b2d58;
}
@media screen and (min-width: 758px) {
    div.content div.content-header h1 {
        font-size: 3.6rem;
            left: 12px;
            bottom: 12px;
    }
}

div.content section {
    margin-bottom: 2em;
}

div.content section:last-of-type {
    margin-bottom: 0;
}

div.content section h2 {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 1em;
    padding: 0 24px;
}

div.content section p {
    margin-bottom: 1em;
    padding: 0 24px;
}

div.content section p.address {
    text-align: center;
}

div.content section table {
    margin-bottom: 1em;
    padding: 0 24px;
}

div.content section table th {
	padding-right: 1em;
	vertical-align: top;
	white-space: nowrap;
}

div.content section table td {
	vertical-align: top;
	word-wrap: break-word;
}

div.content section ul {
    padding: 0 24px;
}

div.content section ul li {
    margin-bottom: 1em;  
	white-space:normal;
}

div.content section ul li:last-of-type {
    margin-bottom: 0;
}

div.content section div.button_board {
    margin: 0 auto;
    text-align: center;
}

div.content section div.button_board a {
    background-color: rgba(255,255,255,0.8);
    background-image: url('/images/button_board.png');
    background-position: right center;
    background-repeat: no-repeat;
	background-size: contain;
    border-radius: 100px;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    padding: 24px 80px 24px 24px;
}


div.content section ul.gallery {
}
@media screen and (min-width: 758px) {
    div.content section ul.gallery {
        display: flex;
        flex-wrap: no-wrap;
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

div.content section ul.gallery li {
}
@media screen and (min-width: 758px) {
    div.content section ul.gallery li {
        width: 50%;
    }
    
    div.content section ul.gallery li:nth-child(odd) {
        padding-right: 0.5em;
    }
    
    div.content section ul.gallery li:nth-child(even) {
        padding-left: 0.5em;
    }
}

div.content section ul.gallery li dl dd.picture {
    margin-bottom: 0.2em;
}

div.content section ul.gallery li dl dd.picture img {
    border-radius: 4px;
}

div.content section ul.gallery li dl dd.caption {
    font-size: 1.4rem;
}

div.content section div.map {
    height: 0;
    overflow: hidden;
    margin: 0 24px 0.5em 24px;
    padding-top: 66.67%;
    position: relative;
}
div.content section div.map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

div.content div.introduction div.picture {
    margin-bottom: 1rem;
    padding: 0 24px;
}

div.content section ul.news {
    padding: 0 12px;
}

div.content section ul.news li {
    background-color: rgba(255,255,255,0.4);
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 12px;
}

div.content section ul.news li:last-child {
    margin-bottom: 0;
}

div.content section ul.news li h3 {
    font-size: 1.8rem;
    margin-bottom: 8px;
}

div.content section ul.news li div.date {
    color: #555;
    font-size: 1.4rem;
}

div.content section ul.news li p {
    font-size: 1.6rem;
    margin-bottom: 8px;
    padding: 0;
}

div.content section ul.news li div.picture {
    margin-bottom: 8px;
}

div.content section ul.news li div.picture img {
    border-radius: 4px;
}

div.content section div.boardList ul {
    padding: 0 12px;
}

div.content section div.boardList ul li {
    background-color: rgba(255,255,255,0.4);
    border-radius: 4px;
    margin-bottom: 8px;
    padding: 12px;
}

div.content section div.boardList ul li dl {
}

div.content section div.boardList ul li dl dd.date,
div.content section div.boardList ul li dl dd.specification {
    font-size: 1.4rem;
}

div.content section div.boardList ul li dl dd.body {
    margin: 8px 0;
}

div.content section div.boardList ul li dl dd.id {
    color: #777;
    font-size: 1.2rem;
}

div.content section div.boardList ul li div.child {
	margin: 12px 0 0 24px;
}

div.content section div.boardList ul li dl {
	position: relative;
}

div.content section div.boardList ul li div.child dl {
    border-top: 1px solid rgba(41,157,175,1);
    padding: 12px;
}

div.content section div.boardList ul li div.child dl:last-child {
    border-bottom: 1px solid rgba(41,157,175,1);
}

div.content section div.boardList ul li div.buttonComment {
  margin-top: 12px;
}

div.content section div.boardList ul li div.buttonComment a.button {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	background-color: rgba(41,135,175,0.9);
	border: none;
	border-radius: 100px;
	color: #FBFBFB;
	display: block;
	font-size: 1.4rem;
  margin: 0 auto;
	padding: 6px 0;
  text-align: center;
  width: 44%;
}

div.content section div.boardList ul li div.buttonComment a.button span {
  color: #fff;
  display: block;
}

div.content section div.boardDetail {
  background-color: rgba(255,255,255,0.4);
  border-radius: 4px;
  margin: 8px 12px;
  padding: 12px;
}

div.content section div.boardDetail dl dt {
	margin-top: 8px;
}

div.content section div.boardDetail dl dd {
	font-size: 1.4rem;
}

div.content section div.boardDetail {
	margin-bottom: 24px;
    padding: 0;
}

div.content section div.boardDetail dl {
  padding: 12px;
}


div.content section div.local-menu {
	margin-bottom: 12px;
	padding: 0 12px;
}

div.content section div.local-menu ul {
	background-color: rgba(41,135,175,0.9);
	border-collapse: collapse;
    border-radius: 100px;
	display: table;
	table-layout: fixed;
	width: 100%;
}

div.content section div.local-menu ul li {
	display: table-cell;
    padding: 1px;
	text-align: center;
}

div.content section div.local-menu ul li a {
    border-radius: 100px;
	color: #fff;
	display: block;
	font-size: 1.5rem;
	padding: 4px;
}

div.content section div.local-menu ul li.current a {
    background-color: rgba(255,255,255,0.9);
	color: #2987af;
}

div.content section div.pager {
	padding: 0 8px;
	text-align: center;
}

div.content section div.pager ul {
}

div.content section div.pager ul li {
	border: none;
	display: inline-block;
    margin-bottom: 0;
	padding: 8px;
}

div.content section div.pager ul li a {
}

div.content section div.pager ul li.off {
	color: #555;
}

div.content section div.backNavigation {
}

div.content section div.backNavigation ul {
}

div.content section div.backNavigation ul li {
	margin-bottom: 4px;
	text-align: center;
}

div.content section div.backNavigation ul li a {
	font-size: 1.4rem;
	padding: 0 24px;
}

div.content section dl.form {
    padding: 0 24px;
}

div.content section dl.form dt {
	font-size: 1.8rem;
    font-weight: 700;
	margin-bottom: 8px;
}

div.content section dl.form dd {
	margin-bottom: 16px;
	padding-left: 16px;
}


div.content section dl.form input.field, 
div.content section dl.form textarea {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	border: none;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	font-size: 100%;
	outline: none;
	margin: 0 0 8px 0;
	padding: 8px;	
}

div.content section dl.form select {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	background: #FFF;
	border: none;
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	font-size: 1.6rem;
	line-height: 1;
	outline: none;
	margin: 0 0 8px 0;
	padding: 8px;
}

div.content section dl.form .annotation {
	color: #555;
	font-size: 1.4rem;
}

div.content section dl.form .caution {
	color: #d14841;
	font-size: 1.4rem;
}

div.content section dl.form dd ul.terms {
    background-color: rgba(255,255,255,0.5);
	border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
	padding: 12px;
}

div.content section dl.form ul.terms li {
    font-size: 1.5rem;
    margin-bottom: 0;
}

div.content section dl.form dd.submit {
	padding: 8px 0 0 0;
    text-align: center;
}

div.content section dl.form dd.submit ul {
}

div.content section dl.form dd.submit ul li {
}

div.content section dl.form dd.submit ul li input.button {
	appearance: none;
		-moz-appearance: none;
		-webkit-appearance: none;
	background-color: rgba(41,135,175,0.9);
	border: none;
	border-radius: 100px;
	color: #FBFBFB;
	display: inline-block;
	font-size: 1.6rem;
	padding: 6px 0;
	text-decoration: none;
	width: 200px;
}

/* ------------------------------
div.links
------------------------------ */

div.content-links {
    margin-top: 16px;
    text-align: center;
}

div.content-links h2 {
    color: #FFF;
    font-size: 1.8rem;
    font-weight: bold;
}

div.content-links ul li a {
    color: #FFF;
    font-size: 1.4rem;
}


/* ------------------------------
footer
------------------------------ */

footer {
    margin: 0 auto;
    max-width: 768px;
    padding: 16px 0;
    position: relative;
    width: 98%;
}

footer div.links {
    text-align: center;
}

footer div.links ul {
    display: flex;
    flex-wrap: no-wrap;
    justify-content: center;
}

footer div.links ul li {
    padding: 0 0.5em;
}

footer div.links ul li img {
    height: 48px;
    margin-bottom: 12px;
    opacity: 0.8;
    width: 48px;
}

footer p {
    color: #FFF;
    font-size: 1.4rem;
    text-align: center;
}


