  @charset "utf-8";

/* = reset
---------------------------------------------------
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;
  color: inherit;
	-webkit-text-size-adjust:none;
	line-height: 1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
  display:block;
}
blockquote, q {
  quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}
ins {
  background-color:#ff9;
  color:#000;
  text-decoration:none;
}
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;
}

/* = common
--------------------------------------------------- */
p {
  line-height: 2;
  font-weight: 300;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  color: inherit;
}
a:hover{
	opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  cursor: pointer;
  color: inherit;
  text-decoration: none;
}
img {
  vertical-align: top;
  font-size:0;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
input, select {
  vertical-align: baseline;
}
i {
  color: inherit;
  vertical-align: inherit;
}
table {
  border-collapse:collapse;
  border-spacing:0;
}
hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

/* = Whole
--------------------------------------------------- */
body {
  background-color: white;
  font:14px 'Hiragino Sans','ヒラギノ角ゴシック','Hiragino Kaku Gothic','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  margin: auto;
  background-color: #EEE;
  overflow-x: hidden;
  width: 100%;
}
.serif {
  font-family: 'Noto Serif JP', serif;
}
.opensans {
  font-family: 'Open Sans Condensed', sans-serif;
}
.box {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
       -o-box-sizing: border-box;
          box-sizing: border-box;
}
.sp {
  display: none;
}
@media (max-width: 480px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}

/* = hidden
--------------------------------------------------- */
.hide {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  height: 0;
}

/* = sentence
--------------------------------------------------- */
h2 {
  font-size: 20px;
  color: #9E896E;
  margin: 0 auto 1em;
}
@media (max-width: 480px) {
  h2 {
    line-height: 1.3;
  }
}
h3 {
  font-size: 20px;
  color: #9E896E;
  margin: 0 auto 1em;
  border-left: 2px solid #9E896E;
  padding-left: 10px;
}
h3 u {
  display: block;
  margin-top: 10px;
  text-decoration: none;
  font-size: 13px;
}
big {
  font-size: 130%;
}
small {
  font-size: 85%;
}
@media (max-width: 480px) {
  p {
    font-size: 13px;
  }
  h3 {
    border-left: none;
    padding-left: 0;
    text-align: center;
  }
}

/* = navigation
--------------------------------------------------- */
#wrap {
  min-width: 1024px;
  max-width: 1440px;
  margin: auto;
  background-color: white;
  transform-origin:center top;
  background-image: url(../img/backgroud1.svg);
  background-repeat: no-repeat;
  background-size: 80% auto;
  background-position: center 15%;
}
@media (max-width: 480px) {
  #wrap {
    min-width: 100%;
    max-width: 100%;
    background-size: 160% auto;
    background-position: center 530px;
    overflow-x: hidden;
  }
}
body {
  padding-top: 56px;
}
@media (max-width: 480px) {
  body {
    padding-top: 51px;
  }
}
@media (max-width: 320px) {
  body {
    padding-top: 46px;
  }
}
header {
  position: fixed;
  width: 100%;
  top: 0;
  background-color: white;
  z-index: 3;
}
header div {
  width: 980px;
  margin: auto;
  overflow: hidden;
}
header div > a {
  float: left;
  display: block;
  width: 400px;
  padding-top: 7px;
}
header div nav {
  line-height: 3.5;
  font-size: 16px;
  float: right;
}
header div nav a:after {
  content: "　|　"
}
header div nav a:last-child:after {
  content: "";
}
header div nav a span:hover {
  text-decoration: underline;
}
@media (max-width: 480px) {
  header div {
    width: 100%;
  }
  header div > a {
    float: left;
    display: block;
    width: 320px;
    max-width: 85%;
    margin: auto;
    padding: 10px;
    box-sizing: border-box;
  }
  header div nav {
    display: none;
  }
}
#cover {
  position: relative;
  height: 470px;
  background-image: url(../img/cover.jpg);
  background-size: 100% auto;
  background-position: center center;
  overflow: hidden;
}
#cover img {
  position: absolute;
  width: 300px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  margin: auto;
  padding-top: 120px;
}
@media (max-width: 1200px) {
  #cover {
    height: 400px;
  }
  #cover img {
    padding-top: 60px;
  }
}
@media (max-width: 480px) {
  #cover {
    background-size: auto 100%;
    height: 450px;
  }
}

/* = toppage
--------------------------------------------------- */
#intro {
  text-align: center;
  padding: 80px 0 40px;
}
#intro a {
  width: 200px;
  display: block;
  border: 0.5px solid black;
  line-height: 30px;
  margin: 20px auto 0;
  font-size: 16px;
}
@media (max-width: 480px) {
  #intro {
    padding: 40px 12px;
  }
  #intro p {
    text-align: left;
  }
  #intro p br {
    display: none;
  }
}
#menu {
  overflow: hidden;
  padding: 15px 1%;
}
#menu a {
  width: 25%;
  padding-bottom: 25%;
  display: block;
  float: left;
  background-size: 90% 90%;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}
#menu a p {
  z-index: 2;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 6em;
}
#menu a p u {
  text-decoration: none;
  display: block;
  font-size: 18px;
  border-top: 1px solid black;
  margin: 10px auto;
  padding-top: 10px;
  width: 50%;
}
#menu a:after {
  content: " ";
  display: block;
  width: 70%;
  height: 70%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(255,255,255,0.8);
  margin: auto;
}
#menu a:nth-child(1) {
  background-image: url(../img/menu1.jpg);
}
#menu a:nth-child(2) {
  background-image: url(../img/menu2.jpg);
}
#menu a:nth-child(3) {
  background-image: url(../img/menu3.jpg);
}
#menu a:nth-child(4) {
  background-image: url(../img/menu4.jpg);
}
@media (max-width: 480px) {
  #menu {
    padding: 2%;
  }
  #menu a {
    width: 50%;
    padding-bottom: 50%;
  }
}
#half div {
  overflow: hidden;
}
#half div .img {
  width: 50%;
  height: 350px;
  background-size: 100% auto;
  background-position: center center;
}
#half div .text {
  width: 50%;
  float: left;
  height: 350px;
  padding: 70px 70px 0;
  box-sizing: border-box;
}
#half div .text p {
  max-width: 500px;
}
@media (max-width: 1200px) {
  #half div .img {
    height: 250px;
  }
  #half div .text {
    height: 250px;
    padding: 30px 30px 0;
  }
  #half div .text h2 {
    text-align: center;
  }
  #half div .text p {
    font-size: 13px;
  }
  #half div .text p br {
    display: none;
  }
}
#half div:nth-child(1) .img {
  float: left;
  background-image: url(../img/half1.jpg);
}
#half div:nth-child(1) .text {
  float: right;
}
#half div:nth-child(2) .img {
  float: right;
  background-image: url(../img/half2.jpg);
}
@media (max-width: 480px) {
  #half div .img {
    float: none;
    padding: 0;
    width: 100%;
    height: 52vw;
  }
  #half div .text {
    float: none;
    height: auto;
    padding: 30px 12px;
    width: 100%;
  }
  #half > div:nth-child(1) {
    background-color: rgba(242,242,242,0.66);
  }
}
#detail {
  background-image: url(../img/backgroud2.svg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center 22%;
}
#system {
  padding: 50px 0;
  background-color: rgba(242,242,242,0.66);
}
#system > div {
  width: 800px;
  margin: auto;
  overflow: hidden;
}
#system h3 {
  float: left;
}
#system table {
  width: 600px;
  float: right;
  margin-bottom: 10px;
}
#system table tr th,
#system table tr td {
  border: 0.5px solid black;
  font-weight: normal;
  text-align: left;
  padding-left: 10px;
  line-height: 2;
  font-weight: 300;
  padding: 5px 0 5px 10px;
}
#system p {
  width: 600px;
  float: right;
}
@media (max-width: 480px) {
  #detail {
    background-image: url(../img/backgroud1.svg);
    background-size: 240% auto;
    background-position: center 200px;
  }
  #system div {
    width: 100%;
  }
  #system h3 {
    float: none;
  }
  #system div div {
    width: calc(100% - 24px);
    margin: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  #system table {
    width: 100%;
    float: none;
  }
  /*
  #system table,
  #system table tbody,
  #system table tr,
  #system table tr th,
  #system table tr td {
    float: none;
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    line-height: 2;
    margin: auto;
  }
  #system table tr th,
  #system table tr td {
    width: 90%;
  }
  #system table tr td {
    border-bottom: 1px solid black;
    margin-bottom: 9px;
    padding-bottom: 9px;
  }
  */
  #system p {
    width: 100%;
    float: none;
    text-align: center;
  }
}
#news {
  padding: 50px 0;
  background-color: rgba(242,242,242,0.45);
}
#news div {
  width: 800px;
  margin: auto;
  overflow: hidden;
}
#news h3 {
  float: left;
}
#news table {
  width: 610px;
  float: right;
  margin-bottom: 10px;
  border-collapse: separate;
  border-spacing: 10px 0;
}
#news table tr th,
#news table tr td {
  border-bottom: 0.5px solid black;
  font-weight: normal;
  text-align: left;
  line-height: 2.5;
  font-weight: 300;
}
#news p {
  width: 600px;
  float: right;
}
@media (max-width: 480px) {
  #news div {
    width: 100%;
  }
  #news h3 {
    float: none;
  }
  #news table,
  #news table tbody,
  #news table tr,
  #news table tr th,
  #news table tr td {
    float: none;
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    line-height: 2;
    margin: auto;
  }
  #news table tr th,
  #news table tr td {
    width: 90%;
  }
  #news table tr td {
    border-bottom: 1px solid black;
    margin-bottom: 9px;
    padding-bottom: 9px;
  }
}
#access {
  padding: 50px 0;
  text-align: center;
}
#access h3 {
  border-left: none;
  padding-left: 0;
  text-align: center;
}
#access p {
  padding-bottom: 50px;
}
#access #map {
  height: 400px;
}
#access dl {
  text-align: left;
  width: 780px;
  margin: 20px auto 0;
  overflow: hidden;
}
#access dl dt {
  color: #714b19;
  float: left;
  padding-right: 1em;
  line-height: 1.5;
}
#access dl dd {
  overflow: hidden;
  float: left;
  font-weight: 300;
  line-height: 1.5;
}
#access dl dd:nth-of-type(1) {
  padding-right: 1em;
}
@media (max-width: 480px) {
  #access p {
    padding: 0 12px 20px;
  }
  #access p br {
    display: none;
  }
  #access dl {
    width: 100%;
    font-size: 12px;
    margin-left: 1em;
  }
  #access dl dt {
    width: 4em;
  }
  #access dl dd {
    padding: 0 !important;
    width: calc(100% - 5em);
  }
}

/* = footer
--------------------------------------------------- */
footer {
  text-align: center;
}
footer nav {
  background-color: black;
  color: white;
  line-height: 3.5;
  font-size: 18px;
}
footer nav a:after {
  content: "　|　"
}
footer nav a:last-child:after {
  content: "";
}
footer nav a span:hover {
  text-decoration: underline;
}
footer img {
  width: 360px;
  margin: 30px auto 20px;
  display: block;
}
footer p {
  padding: 0 0 30px;
  font-size: 12px;
}
footer p u {
  display: block;
  margin-top: 15px;
}
@media (max-width: 480px) {
  footer nav {
    font-size: 15px;
  }
  footer img {
    width: 300px;
  }
  footer p {
    font-size: 10px;
  }
}

/* = .backTotop
--------------------------------------------------- */
.backTotop {
  color: #666;
  padding: 2px 8px;
  font-size: 21px;
  position: fixed;
  right: 12px;
  bottom: 50px;
  z-index: 9;
}

/* = article
--------------------------------------------------- */
article {
  width: 660px;
  margin: auto;
  padding: 50px 0;
}
article h3 {
  border-left: none;
  padding-left: 0;
  text-align: center;
}
article h3+hr {
  border-color: #9E896E;
  border-width: 2px;
  width: 34px;
  margin: auto;
}
article h4 {
  text-align: center;
  font-size: 20px;
  line-height: 2;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
article .date {
  text-align: center;
  display: block;
  font-weight: 300;
  margin-bottom: 1.5em;
  margin-top: -0.5em;
}
article p {
  margin-bottom: 15px;
}
article a {
  text-decoration: underline !important;
}
article table {
  width: 100%;
  float: right;
  margin-bottom: 50px;
}
article table tr th,
article table tr td {
  border: 0.5px solid black;
  font-weight: normal;
  text-align: left;
  line-height: 2;
  font-weight: 300;
  padding: 10px 0 10px 10px;
}
article table tr td .pc {
  display: inline !important;
}
@media (max-width: 480px) {
  article {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
    font-size: 14px;
  }
  article p {
    font-size: inherit;
  }
  article div {
    width: 100%;
    margin: auto;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
  }
  article table {
    width: 100%;
    float: none;
    margin-bottom: 0;
  }
  article table tr th {
    width: 54px;
    letter-spacing: -1px;
    padding: 4px;
  }
  article table tr td {
    padding: 4px;
  }
  article table tr td .pc {
    display: none !important;
  }
  article table tr td .sp {
    display: inline !important;
  }
  /*
  article table,
  article table tbody,
  article table tr,
  article table tr th,
  article table tr td {
    float: none;
    width: 100%;
    display: block;
    border: none;
    text-align: center;
    line-height: 2;
    margin: auto;
    font-size: 12px;
  }
  article table tr th,
  article table tr td {
    padding: 0;
  }
  article table tr td {
    border-bottom: 1px solid black;
    margin-bottom: 9px;
    padding-bottom: 9px;
  }
  */
}

/* = smartphone
--------------------------------------------------- */
@media (max-width: 480px) {
  #switch {
    position: fixed;
    top: 16px;
    right: 15px;
    z-index: 999999;
    width: 30px;
    height: 20px;
    display: block;
    z-index: 999;
  }
  #switch,
  #switch:before,
  #switch:after,
  #switch i {
  	display: inline-block;
  	transition: all .4s;
  	box-sizing: border-box;
  }
  #switch:before,
  #switch:after,
  #switch i {
  	position: absolute;
  	left: 0;
  	width: 100%;
  	height: 1px;
  	background-color: black;
  	border-radius: 1px;
  }
  #switch:before,
  #switch:after {
    content: " ";
  	top: 0;
  }
  #switch:after {
    top: auto;
  	bottom: 0;
  }
  #switch i {
  	top: 9.25px;
  }
  #switch.on:before {
  	-webkit-transform: translateY(9.25px) rotate(-45deg);
  	transform: translateY(9.25px) rotate(-45deg);
  }
  #switch.on:after {
  	-webkit-transform: translateY(-9.25px) rotate(45deg);
  	transform: translateY(-9.25px) rotate(45deg);
  }
  #switch.on i {
  	opacity: 0;
  }
}
@media (max-width: 320px) {
  #switch {
    top: 14px;
  }
}

/* = overlay
--------------------------------------------------- */
#overlay {
  display: none;
}
@media (max-width: 480px) {
  #overlay {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    margin: auto;
    z-index: 10;
    background-color: white;
    position: fixed;
    display: none;
    box-sizing: border-box;
    padding-top: 12vh;
  }
  #overlay img {
    width: 200px;
    margin: auto;
    display: block;
  }
  #overlay nav {
    text-align: center;
    width: 30vw;
    margin: auto;
  }
  #overlay nav a {
    display: block;
    font-size: 5vw;
  }
  #overlay nav a:after {
    content: " ";
    display: block;
    margin: auto;
    width: 20px;
    border-bottom: 1px solid black;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  #overlay nav a:last-child:after {
    display: none;
  }
  #overlay nav a img {
    width: 20px;
  }
}