@charset "UTF-8";
/*=======================================================================
  Variables parameters
=======================================================================*/
/* custom Colors
_____________________________________________________________________ */
/*文字色*/
/*メインカラー*/
/*背景*/
/*table背景等*/
/*=======================================================================
  Basic Elements
=======================================================================*/
body {
  width: 100%;
  min-width: 960px;
  margin: 0;
  padding: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  font-size: 15px;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
}

hr {
  clear: both;
}

.clearfix {
  clear: both;
}

ol li {
  margin-bottom: 10px;
  margin-left: -10px;
}

ul {
  list-style: outside none none;
}

.page-header {
  padding: 0;
  margin: 0;
  border: none;
}

.moduletable {
  margin-bottom: 0;
  padding: 0;
}

/*=======================================================================
  共通
=======================================================================*/
html {
  overflow: auto;
}

a {
  -webkit-transition: color .3s;
  transition: color .3s;
  color: #000;
}
a:hover, a:focus {
  color: #5d5d5d;
}

a:hover img {
  opacity: 0.85;
  filter: alpha(opacity=85);
  -ms-filter: "alpha( opacity=85 )";
}

.map {
  margin-bottom: 40px;
}

.map,
.map iframe {
  height: 400px;
  width: 100%;
}

#scroll-box1 {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 60px;
}

#main-sub p {
  margin-bottom: 30px;
}

.text-red {
  color: #ed1c24;
}

.img-closeup {
  overflow: hidden;
}
.img-closeup img {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.img-closeup img:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
}

/*=======================================================================
  Title
=======================================================================*/
#main h1 {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 30px;
}

#main h2 {
  text-align: center;
  margin-bottom: 25px;
  margin-bottom: 40px;
}
#main h2 span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}

#main-sub h1 {
  text-align: center;
  margin-bottom: 45px;
  margin-top: 0;
}
#main-sub h1 span {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.8;
  padding-bottom: 15px;
  border-bottom: 2px solid #000;
}
#main-sub h2 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #000;
  line-height: 1.6em;
  margin-bottom: 30px;
}
#main-sub .sub-text {
  line-height: 2.3;
  font-weight: bold;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  text-align: center;
}
#main-sub h3 {
  font-size: 16px;
  color: #39b54a;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#main-sub h4 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;
}

/*=======================================================================
  Header
=======================================================================*/
header {
  position: relative;
  margin-bottom: 30px;
  padding-top: 80px;
}

header .nav-header {
  width: 100%;
  min-width: 960px;
  position: absolute;
  top: 0;
  width: 100%;
  position: fixed;
  z-index: 1000;
  height: 80px;
  background-color: #fff;
}
header .nav-header .n-h-wrap {
  position: relative;
}
header .nav-header .n-h-inner {
  padding-top: 25px;
}
header .nav-header nav {
  text-align: right;
  margin-top: 5px;
}
header .nav-header nav a {
  font-weight: bold;
}
header .nav-header nav a.current {
  color: #999;
}
header .nav-header .logo img {
  width: 307px;
  height: 28px;
}

.link-home {
  position: absolute;
  top: 0;
  right: 0;
}
.link-home a {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: block;
  padding: 10px 25px 10px 22px;
  background: #39b54a;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.link-home a:hover, .link-home a:focus {
  text-decoration: none;
  background: #4bc957;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.main-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("css_images/header-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  height: 600px;
  width: 100%;
  background-size: cover;
}

.main-img img {
  width: 445px;
  height: 109px;
}

/*=======================================================================
  Footer
=======================================================================*/
footer {
  padding-bottom: 10px;
}

footer .nav-footer {
  display: none;
}
@media (min-width: 768px) {
  footer .nav-footer {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}
footer .nav-footer a {
  font-size: 13px;
  letter-spacing: 0.1em;
}

footer .contact1 {
  text-align: center;
  margin-bottom: 50px;
}
footer hr {
  border-top: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

.link .text {
  text-align: center;
  letter-spacing: 0.3em;
  font-size: 13px;
  margin-bottom: 30px;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  display: block;
}
.link .banner {
  margin-bottom: 20px;
}
.link .banner a,
.link .no-link {
  border: 1px solid #ccc;
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 60px;
  text-align: center;
}

.copy {
  font-size: 11px;
  text-align: center;
  color: #808080;
}

/*=======================================================================
  Table css
=======================================================================*/
/* table ta-type1 */
table.ta-type1 > thead > tr > th,
table.ta-type1 > tbody > tr > th,
table.ta-type1 > tfoot > tr > th,
table.ta-type1 > thead > tr > td,
table.ta-type1 > tbody > tr > td,
table.ta-type1 > tfoot > tr > td {
  padding: 12px;
  line-height: 1.8;
  border-top: 1px solid #e6e6e6;
}

table.ta-type1 > thead > tr > th,
table.ta-type1 > tbody > tr > th {
  font-weight: normal;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f8f8f8;
}

table.ta-type1 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 30px;
}

table.ta-type1 .banner a {
  border: 1px solid #ccc;
  background-color: #fff;
  display: block;
  width: 100%;
  padding: 5px 10px;
  line-height: 60px;
  text-align: center;
  margin-bottom: 10px;
}

/* table ta-type2 */
table.ta-type2 > thead > tr > th,
table.ta-type2 > tbody > tr > th,
table.ta-type2 > tfoot > tr > th,
table.ta-type2 > thead > tr > td,
table.ta-type2 > tbody > tr > td,
table.ta-type2 > tfoot > tr > td {
  padding: 12px;
  line-height: 1.8;
  border-top: 1px solid #e6e6e6;
}

table.ta-type2 > thead > tr > th,
table.ta-type2 > tbody > tr > th {
  font-weight: bold;
  background: #f2f2f2;
}

table.ta-type2 {
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 60px;
}

/*=======================================================================
  Menu Nav mnav
=======================================================================*/
.box-nav1 {
  margin-bottom: 40px;
}

.year-box div{
  margin-bottom: 20px;
}

.box-nav1 a {
  display: block;
  border: 2px solid #999;
  text-align: center;
  font-size: 14px;
  color: #999;
  padding: 0.5em 0;
  margin-bottom: 0;
  font-weight: bold;
}
.box-nav1 a:hover, .box-nav1 a:focus, .box-nav1 a.current {
  background: #999;
  border: 2px solid #999;
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
}

/*=======================================================================
  Button
=======================================================================*/
.btn-black {
  text-align: center;
  display: block;
  color: #fff;
  background-color: #2b2b2b;
  border-radius: 30px;
  padding: 0.8em;
  font-weight: bold;
}
.btn-black:hover, .btn-black:focus {
  text-decoration: none;
  background-color: rgba(43, 43, 43, 0.8);
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #fff;
}

/*=======================================================================
  Home
=======================================================================*/
#main .home-text {
  line-height: 2.3;
  margin-bottom: 70px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
}

.home-sec2 {
  background-color: #e6e6e6;
  padding: 30px 0;
  margin-bottom: 50px;
}

.achievements .caption {
  text-align: left;
  margin-bottom: 20px;
}

.home-sec3 {
  margin-bottom: 80px;
}
.home-sec3 a {
  display: block;
  height: 200px;
  width: 100%;
  background: #2b2b2b;
  background-repeat: no-repeat;
  color: #fff;
}
.home-sec3 a span {
  display: block;
  font-size: 18px;
  width: 45%;
  height: 100%;
  line-height: 200px;
  text-align: center;
  background: #2b2b2b;
}
.home-sec3 a:hover {
  text-decoration: none;
  opacity: 0.9;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.home-sec3 a.sekoujisseki {
  background-image: url("css_images/home-box1.jpg");
  background-position: 100% 50%;
}
.home-sec3 a.seihinsyoukai {
  background-image: url("css_images/home-box2.jpg");
  background-position: 150% 50%;
}

/*# sourceMappingURL=styles.css.map */


/*=======================================================================
  201811
=======================================================================*/

.c_banner{
	margin-bottom: 20px;
}

.c_banner a{
	float: left;
	width: 168px;
	border: 1px solid #CCC;
	margin-left:10px;
	margin-right: 10px;
	padding: 10px;
	display: block;	
}

.c_banner .nolink{

	float: left;
	width: 168px;
	border: 1px solid #CCC;
	margin-left:10px;
	margin-right: 10px;
	padding: 10px;	
}
	
@media screen and (max-width: 767px) {

.c_banner a,
.c_banner .nolink{
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	margin-bottom: 15px;
	line-height: 60px;
}
}


/* 20191118 */
.c_banner a {
    width: 293px;
    border: 1px solid #CCC;
	margin-bottom: 20px;

}

.c_banner .nolink {
    width: 293px;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {

.c_banner a,
.c_banner .nolink{
	float: none;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	text-align: center;
	margin-bottom: 15px;
	line-height: 60px;
}
}


