@charset "utf-8";
/* CSS Document */
body{
	font-family: "Hiragino Maru Gothic W4 JIS2004", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
}
.container{
	max-width: 1080px;
}
.h1, .h2, .h3, .h4, .h5, .h6, .navbar-brand,h1, h2, h3, h4, h5, h6, nav {
  font-family: "Hiragino Maru Gothic W4 JIS2004", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
a{
	text-decoration: none;
}
.red{
	color: red;
}
.navbar{
	border-top: 3px solid #2c3e50;
	box-shadow: rgb(113 135 164 / 12%) 0px 0px 5px 2px;
	background: #e6f2e0;
}
.nav-item{
	font-size: 15px;
	color: #333;
}
.pc-only{
	display: none;
}
.header-tel {
  font-size: 1.3em;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .navbar-brand{
	padding-right: 40px;
}
	.sm-only{
		display: none;
	}
	.pc-only{
		display: inline;
	}
}

.mini{
	font-size: 0.8em;
	color: #2c3e50;
}
.bg01{
	padding: 80px 0 60px;
	background: rgba(255,255,255,1);
}
.bg02{
	padding: 80px 0 60px;
	background: rgba(0,0,0,0.05);
}
h1{
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 15px;
}

#page h1{
	font-size: 20px;
	text-align: center;
	padding: 15px 5px;
}

h2{
	color: #2c3e50;
	font-size: 22px;
	padding: 0.5rem;
	margin: 10px auto 50px;
    position: relative;
	text-align: center;
	font-weight: bold;
}
h2:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 2px;
  content: '';
  border-radius: 3px;
  background: #34495e;
}
footer h2{
	color: #FFF;
}
footer h2:before{
	background: #FFF;
}
h3{
	font-size: 18px;
	padding: 12px 10px;
	margin: 30px 0 20px 0;
	font-weight: bold;
}
#gyomu h3{
	text-align: center;
	margin-top: 15px;
}
.bg01 h3{
	background: #34495e;
	color: #FFF;
}
.bg02 h3{
	background: #FFFFFF;
}
.bg02 .box h3{
	background: #eeeeee;
}
h3.h3green{
  background: #34495e;
	color: #FFFFFF;
}
footer h3{
	padding: 0;
	margin-top: 5px;
}
h4{
	font-size: 17px;
	font-weight: bold;
	padding: 2px 8px 2px 12px;
	border-left: solid 3px #34495e;
	margin: 25px 0 25px;
}
main ul li{
	margin-bottom: 12px;
}
main ul {
  list-style: none;
  padding: 0;
}
main ul li {
  position: relative;
  padding: 0em 0.3em 0em 1.3em;
  margin-bottom: 8px;
  color: #333;
  font-size: 15px;
}
main ul.inline-list li {
  font-size: 15px;
  padding-right: 1em;
  margin-right: 1em;
  display: inline-block;
}
main ul li:before {
  position:absolute;
	content:'';
	top: 0.2em;
	left: 0.2em;
	height:0;
	width:0;
	border-style: solid;
	border-width: 6px 0 6px 9px;
	border-color: transparent transparent transparent #3F51B5;
}
table.table{
	background: #FFF;
}
/*
table.table tr:nth-child(2n){
	background: #ffffc8;
}
*/
table.table th{
	vertical-align: middle;
	padding: 20px 10px;
	font-size: 15px;
	background: #666;
	color: #FFF;
	text-align: center;
	min-width: 70px;
}
table.table td{
	padding: 20px 10px;
	vertical-align: middle;
}
.tenpo table.table th,.tenpo table.table td{
	width: 33.333333%;
	font-size: 15px;
	text-align: center;
	vertical-align: middle;
}
.box{
	border: 2px solid #333;
	margin: 30px auto 40px;
	padding: 1rem 1rem 0.5rem;
}
.bg02 .box{
	background: #FFF;
}
footer .box{
	background: #efefef;
	color: #000;
}
a img:hover{
	opacity: 0.75;
}
footer{
	background: #34495e;
	padding: 50px 0px 30px;
	color: #FFFFFF;
}
footer a{
	color: #FFFFFF;
}
footer .box a{
	color: #333333;
}
aside .copy{
	background: #2c3e50;
	color: #FFF;
	padding: 8px;
}


/*トップ画像メニュー*/
.menu-img {
  background: #efefef;
  padding: 30px 15px;
  margin: 15px -15px;
}
.menu-img:after {
  content: "";
  display: block;
  clear: both;
}
.menu-img .boxb {
  float: left;
  width: 47%;
  margin-right: 6%;
  position: relative;
}
.menu-img .boxb:nth-child(2n) {
  margin-right: 0;
}
.menu-img .boxb img {
  width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
}
.menu-img .boxb img:hover{
	opacity: 0.6;
}
.menu-img .boxb h3.name {
  position: absolute;
  bottom: -5px;
  background: rgba(0, 0, 0, 0.6);
  color: #FFF;
  font-weight: bold;
  font-size: 1em;
  border: none;
}
#gyomu .menu-img .boxb h3.name{
	padding: 5px;
}
.menu-img .boxb h3.name:after {
  content: none;
}
.menu-img .boxb h3.name a {
  color: #FFF;
	text-decoration: none;
}
@media (min-width: 577px) {
  .menu-img {
    padding: 45px;
    margin: 15px -45px;
  }
}
@media (min-width: 992px) {
  .menu-img .boxb {
    width: 31%;
    margin-right: 3%;
  }
  .menu-img .boxb:nth-child(2n) {
    margin-right: 3%;
  }
  .menu-img .boxb:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 992px) {
  #gyomu .menu-img .boxb h3.name {
    display: table-cell;
    position: static;
    vertical-align: middle;
    font-size: 1em;
    padding: 0 0 20px;
    ;
    margin-top: 10px;
    background: none;
    color: #000;
  }
  .menu-img .boxb h3.name a {
    color: #000;
  }
  .menu-img .boxb p, .menu-img .boxb h3 {
    margin-bottom: 0;
  }
}

/*スライドボタン*/
.mobile-fotter{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}
.mobile-fotter p{
	font-size: 12px;
	text-align: center;
	background-color: #e74c3c;
	margin-bottom: 0;
	font-weight: bold;
	color: #FFF;
}
.mobile-fotter ul{
	padding:0;
	margin:0;
	width: 100%;
	display: table;
}

.mobile-fotter ul li{
	list-style: none;
	width: 100%;
	display: table-cell;
	text-align: center;
        padding: 0;
	margin:0;
	background-color: #7f8c8d !important;
}
.mobile-fotter ul li img{
 max-width: 100%;
}
.mobile-fotter ul li:first-child{
	
}

.mobile-fotter ul li a{
	display: inline-block;
	width: 100%;
	padding: 0px 0;
	font-weight: bold;
	color: #FFFFFF;
    text-decoration: none;
}
.section-inverse {
  background: #74b9ff;
}
#formWrap h4{
	font-size: 1.2rem;
	color: red;
	margin-bottom: 35px;
}
@media (min-width: 768px) {
  .mobile-fotter {
    display: none;
  }
	.contact_line #tel {
	margin-bottom: 0px;
}
}