@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 #006266;
	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);
}
p.lead{
	font-size: 18px;
}
h1{
	font-weight: bold;
	margin-bottom: 0;
	padding-bottom: 15px;
}

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

h2{
	color: #FFFFFF;background: #006266;
	font-size: 22px;
	padding: 0.5rem;
	margin: 10px auto 30px;
    position: relative;
	text-align: center;
	font-weight: bold;
}
footer h2{
	color: #FFF;
}
footer h2:before{
	background: #FFF;
}
main h3 {
  font-size: 1.1em;
  position: relative;
  padding: 0.55em 0.5em 0.55em 1.4em;
  border-radius: 5px;
  color: #333333;
  font-weight: bold;
  margin: 35px 0 20px 0px;
background: #efefef;
}
main h3:after {
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  content: '';
  width: 5px;
  height: 25px;
  background-color: #2CAC99;
}
#gyomu h3{
	margin-top: 15px;
}
.bg02 h3{
	background: #FFFFFF;
}
.bg02 .box h3{
	background: #eeeeee;
}
h3.h3green{
  background: #34495e;
	color: #FFFFFF;
}
footer h3{
	padding: 0;
	margin-top: 5px;
	font-size: 16px;
}
h4{
	font-size: 17px;
	font-weight: bold;
	padding: 2px 8px 2px 12px;
	border-left: solid 3px #34495e;
	margin: 25px 0 25px;
}
h5{
	font-size: 16px;
	display: inline-block;
	margin-right: 8px;
}
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, footer 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 #006266;
}
main ul.inline li{
	display: inline-block;
}
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: 5px solid #ddd;
	margin: 30px auto 40px;
	padding: 1rem 1rem 0.5rem;
}
.bg02 .box{
	background: #FFF;
}
footer .box{
	background: #ffffff;
	color: #000;
}
a img:hover{
	opacity: 0.75;
}
footer{
	background: #006266;
	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: 23%;
    margin-right: 2%;
  }
  .menu-img .boxb:nth-child(2n) {
    margin-right: 3%;
  }
  .menu-img .boxb:nth-child(4n) {
    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;
  }
	.col-sm-6 .box:first-child{
		margin-top: 0;
	}
	
}

/*スライドボタン*/
.mobile-fotter {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 99;
}
.mobile-fotter ul {
  padding: 0;
  margin: 0;
  width: 100%;
  background: #2CAC99;
  border-top: 3px solid #e8e8e8;
}
.mobile-fotter ul li {
  list-style: none;
  width: 48%;
  display: inline-block;
  text-align: center;
  margin: 0;
}
.mobile-fotter ul li:first-child {
  border-right: 3px solid #e8e8e8;
}
.mobile-fotter ul li a {
  display: inline-block;
  width: 100%;
  padding: 8px 0;
  font-weight: bold;
  color: #FFFFFF;
  text-decoration: none;
	font-size: 0.9em;
}
.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;
}
}

@import "https://use.fontawesome.com/releases/v5.13.0/css/all.css";

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn-wrap{
	padding-top: 25px;
}

.btn,
a.btn,
button.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn-wrap-pc-sp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;

  /*テスト表示用*/
  max-width: 435px;
  margin: 0 auto 20px;

  -webkit-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;
}

a.btn-pc-sp {
  line-height: 1.4;

  width: 49.5%;
  padding: 1.25rem 0;

  color: #ffff;
}

a.btn-pc-sp--contact {
  color: #fff;
  background: #eb6100;
}

a.btn-pc-sp--tel {
  color: #fff;
  background: #094;
}

.fa-position-right {
  position: absolute;
  top: calc(50% - 0.5em);
  right: 1rem;
}