@charset "UTF-8";
body {
  font-family: Arial, Helvetica, "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  background-color: #f7f8f8;/* efefef */
  transition: all 0.5s;
  font-size: 100%;
}
.f1 {
  font-size: 100%;
  line-height: 150%;
}
.f2 {
  font-size: 110%;
  line-height: 150%;
}
.f3 {
  font-size: 130%;
  line-height: 150%;
}
li a.f1, li a.f2, li a.f3 {
  font-size: 100%
}
.roundBox {
  background-color: #FFFFFF;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 8px;
  padding-top: 15px;
  padding-right: 100px;
  padding-bottom: 15px;
  padding-left: 100px;
  border-style: none;
  box-shadow: 4px 4px 4px -4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 4px 4px 4px -4px rgba(0, 0, 0, 0.4);
}
.roundBox h1 {
  line-height: 1.4;
}
.roundBox h1 span {
  font-size: 0.9em;
}
.roundBox h2 {
  font-size: 1.4em;
  line-height: 1.2;
}
.roundBox h3 {
  font-size: 1em;
  line-height: 0.75;
}
.table-default {
  border: solid 1px #999;
}
.table-default, .table-default th, .table-default td {
  border: none;
  vertical-align: top;
  text-align: left;
}
.table-default th, .table-default td {
  border: solid 1px #ccc;
}
.table-default th {
  width: 90px;
  text-align: center;
  position: relative;
  background: #F0F0F0;
  color: #000;
  padding: 15px 10px;
  /*  font-size: 16px; */
}
.table-default td {
  background: #fff;
  padding: 15px;
  /*  font-size: 14px; */
}
.squareBox {
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}
header .squareBox {
  width: 960px;
  background: #ffffff;
  margin: 0 auto;
  padding: 10px 0px 0px 0px;
}
#headerParts {
  width: 230px;
  float: right;
  margin: 0 0 0 0;
  padding: 0px 30px 0px 0px;
  z-index: 1;
}
#headerNavi-List {
  width: 100%;
  height: 40px;
}
nav {
  width: 960px;
  margin: 0px auto -10px auto;
  padding: 0px;
}
ul.table-ul {
  background-color: #1f8a76;
  display: table;
  table-layout: fixed;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.table-ul li {
  /*	border-right: 1px solid #fff; */
  border-bottom: 1px solid #fff;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}
.table-ul li:last-child {
  border-right: 0;
}
.table-ul li a {
  color: #fff;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 10px 0;
}
.table-ul li a:hover {
  background-color: #fff;
  color: #1f8a76;
}
#top_squareBox {
  background-color: #f7f8f8;/* efefef */
  width: 1020px;
  margin-right: auto;
  margin-left: auto;
}
footer .squareBox {
  background: #ffffff;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 100px;
}
footer .squareBox-copy {
  background: #1f8a76;
  width: 760px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
}
.m10 {
  margin-bottom: 5px !important;
}
.m20 {
  margin-bottom: 10px !important;
}
.m25 {
  margin-bottom: 12px !important;
}
.m30 {
  margin-bottom: 15px !important;
}
.m40 {
  margin-bottom: 20px !important;
}
.m50 {
  margin-bottom: 25px !important;
}
.m60 {
  margin-bottom: 30px !important;
}
.mt10 {
  margin-top: 5px !important;
}
.mt20 {
  margin-top: 10px !important;
}
.mt30 {
  margin-top: 15px !important;
}
.mt40 {
  margin-top: 20px !important;
}
.redNote {
  color: #FF0000;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
h1 {
  margin: auto;
  z-index: 3;
}
h1 img {
  margin: 150px 0;
}
.access-map {
  display: inline-block;
  float: right;
}
.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}
.cpr {
  font-size: 80%;
  text-align: center;
  padding: 15px 0 20px;
  margin: 0;
  color: #ffffff;
}
.mapInner {
  text-align: left;
}
.sp-only {
  display: none;
}
/*------------------------------------------*/
@media screen and (max-width:559px) {
  /*スマホ用のcssを記述*/
  body {
    font-size: 3.5vw;
  }
  h1 {
    font-size: 5vw;
  }
  h2 {
    font-size: 2vw;
  }
  .roundBox {
    background-color: #FFFFFF;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    border-radius: 8px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-style: none;
    box-shadow: 4px 4px 4px -4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 4px 4px 4px -4px rgba(0, 0, 0, 0.4);
  }
  .squareBox {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  header .squareBox {
    width: 95%;
    background: #ffffff;
    margin: 0 auto;
    padding: 10px 0px 0px 0px;
  }
  #top_squareBox {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-style: none;
  }
  #textsize, #headerNavi-PC, #totop {
    display: none;
  }
  footer .squareBox {
    background: #ffffff;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding: 10px 10px;
  }
  footer .squareBox-copy {
    background: #1f8a76;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .table-default {
    width: auto
  }
  .table-default th {
    width: 20%;
  }
  .mt40 {
    margin-top: 10px !important;
  }
  header .mainVis-p img {
    width: 95%;
    text-align: center;
  }
  .mainVis-p img {
    width: 100%;
  }
  h1 {
    position: relative;
    left: 0px;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  h1 img {
    width: 100%;
    margin: 0;
  }
  .access-map {
    float: none;
    margin: 0px auto;
  }
  .mapInner h2 {
    margin-top: -30px;
  }
  nav {
    width: 95%;
    margin: 0px auto;
    padding: 0px;
  }
  .sp-only {
    display: inline-block;
  }
  .pc-only {
    display: none;
  }
}
/*------------------------------------------- */
/* textsize header
------------------------------------------- */
/*
#textsize {
	position: absolute;
	top: 145px;
	right: 140px;
}
*/
#textsize {
  margin-top: 120px;
}
#textsize ul {
  display: table;
  list-style: none;
}
#textsize ul li {
  display: table-cell;
  vertical-align: middle;
  color: #e3007f;
  font-weight: bold;
}
#textsize ul li a {
  background-color: #ffffff;
  color: #e3007f;
  border-top: 2px #e3007f solid;
  border-bottom: 2px #e3007f solid;
  border-left: 2px #e3007f solid;
  border-right: none;
  padding: 3px 7px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: normal;
}
#textsize ul li a:hover {
  background-color: #e3007f;
  color: #fff;
}
#textsize ul li a.f3 {
  border-right: 2px #e3007f solid;
}