@charset "utf-8";

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #FFFFFF;
	padding: 0px;
	text-align: center;
	margin: 0px;
	font-size: 16px;
}
h1,h2,h3,h4,h5,h6,p,ul,li,dl{
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
img {
	border: none;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:link {
	color: #000000;
}
ul {
	list-style: none;
}
.under-mar{
	margin-bottom: 15px;
}
#header-eria {
	height: auto;
	width: 100%;
	background-color: #FFFFFF;
	position: fixed;
	z-index: 9999;
}
#menu-eria {
	width: 100%;
	background-color: #FFFFFF;
	height: auto;
}
#menu-width {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
#nav-eria ul{
	margin-right: auto;
	margin-left: auto;
	max-width: 1000px;
}
#nav-eria ul li{
	margin-right: auto;
	margin-left: auto;
	float: left;
	width: 20%;
	max-width: 200px;
	font-size: 17px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 52px;
	margin-top: 22px;
}
#nav-eria ul li a{
	color: hsla(0,0%,0%,1.00);
	display: block;
}
#nav-eria ul li a:hover{
	display: block;
	background-color: hsla(0,0%,67%,0.26);
	text-align: center;
	border-bottom: 3px solid #333333;
}
#header-width {
	max-width: 1000px;
	margin-right: auto;
	margin-left: auto;

}
#header-logo-pos {
	width: 30%;
	float: left;
}
#view-eria {
	width: 100%;
	height: auto;
}
.line01 {
	height: 5px;
	width: 100%;
	background-color: #00763D;
}

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 0;
  line-height: 1;
  z-index: 999;
}

#top-head a,
#top-head {
	color: #fff;
	text-decoration: none;
}

#top-head .inner {
    position: relative;
}
#top-head .logo {
    float: left;
    position: relative;
    font-size: 36px;
    height: 50px;
}

#top-head .logo a {
  position: absolute;
  width: 100%;
  height: 50px;
}
#main_eria {
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	
}
#main_eria img{
	height: auto;
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#global-nav ul {
    list-style: none;
    position: absolute;
    top: 20px;
    right: 0;
    font-size: 14px;
}
#global-nav ul li {
	float: left;
	padding: 0 30px;
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
}
#global-nav ul li a {
    padding: 5px 5px;
    position: relative;
    display: inline-block;
}

#global-nav ul li a::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   width: 100%;
   height: 2px;
   -webkit-transform: scaleX(0);
   -ms-transform: scaleX(0);
   transform: scaleX(0);
   background-color: #fff;
   -webkit-transition: all .3s ease;
   transition: all .3s ease;
}

#global-nav ul li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

nav span{
    background:#666;
    height:2px;
    display:block;
    position:relative;
    width:50px;
    left:0;
}


/*--------固定化されたときのCSS-----------*/

#top-head.fixed {
	margin-top: 0;
	top: 0;
	position: fixed;
	padding-top: 10px;
	background: #fff;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
}

#top-head.fixed .logo {
  position: relative;
    font-size: 24px;
    color: #333;
}

#top-head.fixed .logo a {
  position: absolute;
  width: 100%;
  height: 30px;

}
#top-head.fixed #global-nav ul li a {
    color: #333;
    padding: 0 20px;
    padding-bottom: 10px;
}



/*-----------スマホのトグルボタンのCSS-------------*/

#nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
    width: 34px;
    height: 36px;
    cursor: pointer;
    z-index: 101;
}
#nav-toggle div {
	position: relative;
	color: #000000;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background-color: #FFFFFF;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 11px;
}
#nav-toggle span:nth-child(2) {
	top: 22px;
}
#nav-toggle span:nth-child(3) {
	top: 0px;
}


/*---------gnav sp--------------*/
/*-----------スマホ-------------*/
@media screen and (max-width: 767px) {
    .head-inner {
      display: none;
    }

    .slick-next {
      right: 0;
    }

    #top-head,
    .inner {
        width: 100%;
        padding: 0;
    }
    #top-head {
	top: 0;
	position: fixed;
	margin-top: 0;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
    }
    /* Fixed reset */
    #top-head.fixed {
        padding-top: 0;
        background: transparent;
    }
    #mobile-head {
	background-color: #00763D;
	width: 100%;
	height: 58px;
	z-index: 999;
	position: relative;
	border-bottom-width: 100%;
	border-bottom-color: #FFFFFF;
    }
    #top-head.fixed .logo,
    #top-head .logo {
        position: absolute;
        left: 13px;
        height: 50px;
        top: 15px;
        color: #333;
        font-size: 26px;
    }
    #global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -500px;
	background-color: hsla(0,12%,8%,0.67);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
    }
    #global-nav ul {
        list-style: none;
        position: static;
        right: 0;
        bottom: 0;
        font-size: 14px;
    }
    #global-nav ul li {
	float: none;
	position: static;
	padding: 0px 0;
	color: #FFFFFF;
    }
    #top-head #global-nav ul li a,
    #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #FFFFFF;
	padding-right: 0;
	padding-left: 0;
	line-height: 40px;
    }
    #nav-toggle {
	display: block;
	border-bottom-width: 97px;
    }
}
    /* #nav-toggle 切り替えアニメーション */
    .open #nav-toggle span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(315deg);
        -moz-transform: rotate(315deg);
        transform: rotate(315deg);
    }
    .open #nav-toggle span:nth-child(2) {
        width: 0;
        left: 50%;
    }
    .open #nav-toggle span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-315deg);
        -moz-transform: rotate(-315deg);
        transform: rotate(-315deg);
    }
    /* #global-nav スライドアニメーション */
    .open #global-nav {
        /* #global-nav top + #mobile-head height */
        -moz-transform: translateY(556px);
        -webkit-transform: translateY(556px);
        transform: translateY(556px);
    }



  /* #nav-toggle 切り替えアニメーション */
  .open #nav-toggle span:nth-child(1) {
      top: 11px;
      -webkit-transform: rotate(315deg);
      -moz-transform: rotate(315deg);
      transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
      width: 0;
      left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
      top: 11px;
      -webkit-transform: rotate(-315deg);
      -moz-transform: rotate(-315deg);
      transform: rotate(-315deg);
  }
  /* #global-nav スライドアニメーション */
  .open #global-nav {
      /* #global-nav top + #mobile-head height */
      -moz-transform: translateY(556px);
      -webkit-transform: translateY(556px);
      transform: translateY(556px);
  }.header-space {
	height: 60px;
	width: 100%;
}
#top-business-eria {
	width: 100%;
	background-color: #FFFFFF;
	padding-top: 30px;
}
.top-business-img {
	margin: 0px;
	padding: 0px;
	width: 100%;
	position: relative;
}
.top-business-text {
	width: 100%;
	font-size: 23px;
	text-align: center;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: rgba(0,118,24,0.77); /* 帯の透明度 */
	position: absolute;
	bottom: 0px;
	display: block;
	height: 5px;
}


.col-under-mar30{
	margin-bottom: 30px;
}
.title-eria {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 28px;
	color: hsla(0,0%,0%,1);
	text-align: center;
	width: 100%;
	margin-top: 40px;
	font-weight: bold;
	margin-bottom: 30px;
	background-color: #FFFFFF;
}
.title-eria-sp {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 21px;
	color: hsla(0,0%,0%,1);
	text-align: center;
	width: 100%;
	margin-top: 20px;
	font-weight: bold;
	margin-bottom: 20px;
}
#nav-eria {
	width: 70%;
	float: right;
}
#footer {
	width: 100%;
}
#foot-link {
	background-color: hsla(0,0%,88%,1.00);
	width: 100%;
	height: 300px;
}
#foot-copyright {
	background-color: #00763D;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: hsla(0,0%,100%,1.00);
	line-height: 30px;
}
#foot-copyright-sp {
	background-color: #00763D;
	height: 100%;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10px;
	color: hsla(0,0%,100%,1.00);
	line-height: 30px;
}
#mailform {
	height: auto;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
#mail-sp {
	height: auto;
	width: 100%;
}
#mailform .tbl th.need {
	background-image: url(../img/ico_need.png);
	background-position: right top;
	background-repeat: no-repeat;
	text-align: center;
	font-size: 13px;
	color: #333333;
}
.tbl {
	width: 100%;
	border-collapse: collapse;
}
.tbl th, .tbl td {
	padding: 10px;
	border: 1px solid #BBBBBB;
}
.tbl th {
	white-space: nowrap;
	background: #EEEEEE;
	text-align: center;
}
.tbl .title th {
	background: #CEE0F0;
	text-align: center;
}
.name01 {
	width: 100%;
}
.name02 {
	width: 80%;
}
table.table04 th {
	width: 20%;
	padding: 10px;
	font-weight: bold;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	text-align: left;
	font-size: 13px;
}
table.table04 td {
	width: 70%;
	padding: 10px;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	line-height: 20px;
	text-align: left;
	font-size: 13px;
}
.map{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.contents-title {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: hsla(0,0%,21%,1);
	line-height: 50px;
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-color: hsla(0,0%,0%,1.00);
}
.contents-font-type01 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 13px;
	color: hsla(0,0%,100%,1.00);
	line-height: 22px;
	text-align: left;
	background-color: rgba(17,27,84,1.00);
	padding-left: 8px;
	padding-right: 8px;
	height: 50px;
	display: block;
	display: flex;
  justify-content: center;
  align-items: center;
	width: 100%;
}
.title-menu {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	background-color: hsla(231,66%,20%,1.00);
	color: hsla(0,0%,100%,1.00);
	font-size: 16px;
	text-align: left;
	padding-left: 20px;
	line-height: 40px;
	margin-top: 30px;
	font-weight: bold;
}

/* Opening
-----------------------------------------*/
.Opening {
	position: relative;
	background-color: #FFF;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}

/* Opening
-----------------------------------------*/
.Opening-small {
	position: relative;
	background-color: #FFF;
}
.Opening-small ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening-small ul li img.Opening__text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	z-index: 9;
}
.Opening-small ul li span {
}
.Opening-small ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}

dl.dl_table,
	.dl_table dt,
	.dl_table dd {
	box-sizing: border-box;
	text-align: left;
}
.dl_table dt,
.dl_table dd {
	padding: 15px;
	border-top: 1px solid #ccc;
}
.dl_table dt {
	background: #eee;
	font-weight: bold;
	color: #000000;
}
.dl_table dd {
	padding-bottom: 15px;
	color: #000000;
}
.dl_table dd:after {
	content: '';
	display: block;
	clear: both;
}
@media print, screen and (min-width: 992px) { /* Tablet PC */
	dl.dl_table {
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 35px;
	}
	.dl_table dt,
	.dl_table dd {
		padding: 15px 15px 0 15px;
	}
	.dl_table dt {
	width: 30%;
	float: left;
	color: #000000;
	}
	.dl_table dd {
	background: #fff;
	padding-bottom: 15px;
	margin-left: 30%;
	border-left: 1px solid #ccc;
	color: #000000;
	}
}
ul.list-disc {
	list-style: none;
	padding:0;
	margin:0;
}
ul.list-disc li {
	padding-left: 1em;
	text-indent: -0.7em;
	color: #000000;
	padding-top: 6px;
	padding-bottom: 6px;
}
ul.list-disc li:before {
	content: "● ";
	color: #0064FF;
}
#section01 {
	width: 100%;
	margin-bottom: 30px;
}
#business_section01 {
	width: 100%;
	margin-top: 20px;
}
dl.dl_table,
	.dl_table dt,
	.dl_table dd {
	box-sizing: border-box;
	text-align: left;
}
.dl_table dt,
.dl_table dd {
	padding: 15px;
	border-top: 1px solid #ccc;
}
.dl_table dt {
	background: #eee;
	font-weight: bold;
	color: #000000;
}
.dl_table dd {
	padding-bottom: 15px;
	color: #000000;
}
.dl_table dd:after {
	content: '';
	display: block;
	clear: both;
}
@media print, screen and (min-width: 992px) { /* Tablet PC */
	dl.dl_table {
	background: #eee;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-bottom: 35px;
	}
	.dl_table dt,
	.dl_table dd {
		padding: 15px 15px 0 15px;
	}
	.dl_table dt {
	width: 20%;
	float: left;
	color: #000000;
	}
	.dl_table dd {
	background: #fff;
	padding-bottom: 15px;
	margin-left: 20%;
	border-left: 1px solid #ccc;
	color: #000000;
	}
}
.required {
	display: inline-block;
	background: #be1010;
	color: #fff;
	padding: 3px 5px;
	border-radius: 3px;
	line-height: 1;
	margin-right: 5px;
	font-size: 76%;
}
.any {
	display: inline-block;
	background: #999;
	color: #fff;
	padding: 3px 5px;
	border-radius: 3px;
	line-height: 1;
	margin-right: 5px;
	font-size: 76%;
}
input[type="text"],
textarea {
	padding: 10px;
	outline: none;
	border-radius: 3px;
	border: 1px solid #ccc;
	-webkit-transition: all .3s;
	transition: all .3s;
	font-size: 16px;
	font-size: 1.6rem;
	box-sizing: border-box;
}
input[type="text"]:focus,
textarea:focus {
	box-shadow: 0 0 7px #1abc9c;
	border: 1px solid #1abc9c;
}
input[type="text"] {
	width: 100%;
}
input.w50[type="text"] {
	width: 100%;
}

textarea {
	width: 100%;
	height: 10em;
}
input {
	color: #000000;
}.contact-eria {
	width: 100%;
	margin-bottom: 30px;
}
.map_eria {
	width: 100%;
}
.button-product {
	display: block;
	border-radius: 25px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	transition: .4s;
	background-color: #00763D;
	line-height: 32px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	margin-bottom: 25px;
}
.button-product a{
	display: block;
	border-radius: 25px;
	text-decoration: none;
	text-align: center;
	color: #FFF;
	transition: .4s;
}
.button-product:hover {
	background-color: #3FA373;
}
#news_eria {
}
.news-max {
	width: 100%;
	max-width: 1160px;
	margin-left: auto;
	margin-right: auto;
}
.table-news{
	width: 100%;
	border-collapse: collapse;
	border-bottom-style: dotted;
	border-bottom-width: 0px;
	background-color: hsla(0,0%,94%,1.00);
}

.table-news tr{
  border-bottom: solid 2px white;
}

.table-news tr:last-child{
  border-bottom: none;
}

.table-news th{
	position: relative;
	width: 30%;
	background-color: #00763D;
	color: white;
	text-align: center;
	padding: 10px 0;
}

.table-news th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #00763D;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.table-news td{
	text-align: left;
	width: 70%;
	padding-top: 10px;
	padding-right: 0;
	padding-left: 20px;
	padding-bottom: 10px;
	color: hsla(0,0%,0%,1.00);
}
.news-hover:hover{
	color: #ff0000;
	text-decoration: underline;
	max-width: none;
}
.tel_fax_eria{
	width: 100%;
}
.top_tel {
	font-size: 25px;
	background-color: #00753C;
	color: hsla(0,0%,100%,1.00);
	justify-content: center;
	align-items: center;
	line-height: 70px;
	margin-top: 17px;
	font-family: "Arial Black", Gadget, sans-serif;
} 
.top_fax {
	font-size: 25px;
	background-color: #00753C;
	color: hsla(0,0%,100%,1.00);
	justify-content: center;
	align-items: center;
	line-height: 70px;
	margin-top: 17px;
	font-family: "Arial Black", Gadget, sans-serif;
} 
.top_tel:before {
	content: url("../img/top_tel.png");  /*画像のURL*/
	margin-right: 9px;  /*画像右の余白*/
	position: relative;
	top: 12px;      /*上からの位置*/
}
.top_fax:before {
	content: url("../img/top_fax.png");  /*画像のURL*/
	margin-right: 9px;  /*画像右の余白*/
	position: relative;
	top: 12px;      /*上からの位置*/
	
}.font_black {
	/* [disabled]font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; */
	color: #000000;
	font-size: 18px;
	margin-bottom: 14px;
}
.photo_margin{
	margin-bottom: 15px; 
}
.high_bunner {
	width: 100%;
	margin-top: 35px;
	margin-bottom: 20px;

}
.high_bunner a img:hover{
    opacity: 0.7;
filter: alpha(opacity=70);
}
.section-people {
    width: 100%;
    background-color: rgba(255,255,255,1.00);
    color: rgba(255,73,76,1.00);
    font-size: 13px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bolder;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 9px;
    line-height: 29px;
    margin-top: 18px;
    border: 1px solid #8A8A8A;
    margin-bottom: 25px;
}
.section-people a:hover{
	text-decoration: underline;
	color: #FF2126;

}