@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-weight: 500;
  font-size: 15px;
}
.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;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/*header nav*/
header {
  background-color: #16a085!important;
  border-bottom: #16a085 4px solid;
}
.bg-light{
	background-color: #16a085!important;
}
.navbar-dark .navbar-nav .nav-link{
	color: #FFFFFF;
}
header nav {
  max-width: 1280px;
  margin: 0 auto;
	font-weight: bold;
}
header a{
	color: #FFFFFF;
}
.dropdown-item{
	font-weight: 600;
}
.navbar-brand{
	letter-spacing: 1.5px;
}
.dropdown-item {
  white-space: normal;
  border-bottom: 1px solid #DDDDDD;
  padding: .45rem 1.5rem;
}
.dropdown-item:last-child {
  border-bottom: none;
}
.navbar-nav .dropdown-menu {
  max-width: 100%;
}
header .header-tel {
  font-size: 1.3em;
  margin-top: 15px;
}
@media screen and (min-width:480px) {
  .dropdown-item {
    white-space: nowrap;
  }
  .navbar-nav .dropdown-menu {
    max-width: none;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md .navbar-collapse {
    margin-left: 30px;
  }
}
/*見出し・リストなど*/
.entry-content .section{
	padding: 15px;
	border: #16a085 2px solid;
	margin-bottom: 30px;
	margin-top: 30px;
}

.blue{
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	color: dodgerblue;
}

.pink{
	display: inline-block;
	margin-bottom: 5px;
	font-weight: bold;
	color: deeppink;
}
.ryokin{
	color: red;
}
p.mini{
	font-size: 12px;
}

.page-h1{
	background: url("https://xn--veka5040aosbvwhsmc318esnb1d5hq3n309e07jumd.com/wp-content/uploads/2018/11/cropped-slide02-2.png");
	background-position: center;
	color: #FFF;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
	padding: 40px 0;
}
.page-h1 h1{
	margin-bottom: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1110px;
	background: rgb(0,0,0,0.5);
	padding: 10px 8px;
}
h1 {
  padding: 10px 0px;
  font-size: 1.5em;
	line-height: 1.3em;
	
}
.section h1{
	font-size: 1.1em;
	font-weight: bold;
	padding: 15px 5px;
}
.slider{
	margin: 0 auto 30px;
	background: #efefef;
	background-size: cover;
	padding: 10px 0;
}

.slider img{
	display: block;
	margin: 0 auto;
}

.main h2 {
  font-size: 1.15em;
  position: relative;
  padding: 0.5em;
  background: #16a085;
  color: white;
  margin-bottom: 35px;
  margin-top: 55px;
}
.main h2::before{
	position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}
.front.main h2{
	text-align: left;
}
.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: #eeeeee;
	border-left: #16a085 3px solid;
}
.main h4{
	font-size: 1.1em;
	margin-top: 35px;
	margin-bottom: 20px;
	color: darkblue;
	padding-left: 0.5em;
	border-left: 3px solid #ccc;
}
.main .m-t45{
	margin-top: 45px;
}
.entry-content p {
  line-height: 1.7;
}
.entry-content ul {
  list-style: none;
  padding: 0;
}
.entry-content ul li {
  position: relative;
  padding: 0em 0.3em 0em 1.3em;
  margin-bottom: 8px;
  color: #333;
  font-size: 15px;
}
.entry-content ul.inline-list li {
  font-size: 15px;
  padding-right: 1em;
  margin-right: 1em;
  display: inline-block;
}
.entry-content 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;
}
.main table{
	margin-bottom: 30px;
}
.main table td{
	border: 1px solid #ccc;
	padding: 8px;
}
.main table th{
	border: 1px solid #ccc;
	padding: 8px;
	background: #efefef;
}
.main ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0;
}
.main ol li {
  position: relative;
  padding: 0.5em;
  line-height: 1.5em;
  background: #f1f8ff;
  border-left : solid 35px #233919;
  margin-bottom: 15px;
}
.main ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -35px;
  width: 35px;
  height: 1em;
  line-height: 1;
  text-align: center;
}
.main table.redtable td {
  font-weight: bold;
  color: red;
}
.main strong {
  color: #333;
}
.main .ryokin li{
	font-size: 1.2em;
}
/*トップ画像メニュー*/
.menu-img {
  background: #efefef;
  padding: 30px 15px;
  margin: 15px -15px;
}
.menu-img:after {
  content: "";
  display: block;
  clear: both;
}
.menu-img .box {
  float: left;
  width: 47%;
  margin-right: 6%;
  position: relative;
}
.menu-img .box:nth-child(2n) {
  margin-right: 0;
}
.menu-img .box img {
  width: 100%;
  height: auto;
  vertical-align: top;
  object-fit: cover;
}
.menu-img .box img:hover{
	opacity: 0.6;
}
.menu-img .box h3.name {
  position: absolute;
  bottom: -5px;
  background: rgba(13, 41, 60, 0.6);
  color: #FFF;
  font-weight: bold;
  padding: 5px;
  font-size: 0.9em;
  border: none;
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu-img.saiseki .box h3.name {
  height: 60px;
}
.menu-img .box h3.name:after {
  content: none;
}
.menu-img .box h3.name a {
  color: #FFF;
	display: block;
	width: 100%;
	text-align: center;
}
@media (min-width: 577px) {
  .menu-img {
    padding: 45px;
    margin: 15px -45px;
  }
}
@media (min-width: 992px) {
    .menu-img .box {
      width: 22%;
      margin-right: 3%;
    }
    .menu-img .box:nth-child(2n) {
      margin-right: 3%;
    }
    .menu-img .box:nth-child(4n) {
      margin-right: 0;
    }
  }
@media (max-width: 576px) {
  .menu-img .box 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 .box h3.name a {
    color: #000;
  }
  .menu-img .box p, .menu-img .box h3 {
    margin-bottom: 0;
  }
}
/*pc用　見出しフォントサイズ調整*/
@media (min-width: 768px) {
  .page-h1 h1 {
    font-size: 1.8em;
  }
  .main h2 {
    font-size: 1.6em;
  }
  .main h3 {
    font-size: 1.2em;
  }
}
/*tips*/
.lead {
  font-size: 1.15rem;
	font-weight: bold;
}
.main .red {
  color: red;
}
.main .prbox {
  background-color: #cce5ff;
  padding: 1.75rem 1.25rem;
}
div.sagyo{
	background: url("https://xn--nbka15abb6781cca634hyrm4kdv68h6ywa14b9w0f.com/image/b_back_001.jpg");
	background-color: rgba(255,255,255,0.6);
	background-blend-mode: lighten;
	background-size: cover;
	padding: 15px;
	border: 1px solid #999;
	margin-bottom: 25px;
}
div.sagyo h3{
	margin-top: 10px;
}
div.sagyo ul{
	margin-top: 15px;
}
div.sagyo img{
	display: block;
	margin: 0 auto;
}
.contact_line {
    width: 100%;
    padding: 2em;
    background-color: #3c8b19;
}
.contact_line_in {
    width: 80%;
    margin: 0 auto;
    background-color: #3c8b19;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-end;
}
.contact_line #tel {
    margin-right: 2em;
	margin-bottom: 20px;
}

/*QandA*/
.qanda .question p {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  font-size: 0.9em;
  font-weight: bold;
  padding: 15px;
}
.main .qanda .question h3 {
  border: #e5f3f5 solid 1px;
  margin-bottom: 0;
  background: #e5f3f5;
  border-radius: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 0.9em;
  background: #0097e6;
}
/*flow-list ○○の流れ*/
div.flow_list {
  list-style: none;
  padding: 0;
  margin: 0;
}
div.flow_list div {
  border: 4px solid #ccc;
  margin-bottom: 35px;
  padding: 10px 15px;
  position: relative;
}
div.flow_list div::after {
  bottom: -34px;
  color: #EE5A24;
  content: "▼";
  font-size: 24px !important;
  left: 48%;
  position: absolute;
}
div.flow_list div.last::after { /*最後の▼を外す*/
  content: "";
}
.main div.flow_list h3 {
  font-size: 0.9em;
  color: #FFFFFF;
  padding-left: 15px;
  margin-top: 10px;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #40739e;
  border: none;
}
.main div.flow_list h3:after {
  position: absolute;
  top: 50%;
  left: 0.7em;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  background-color: #FFF;
}
/*サイドバー*/
.sidebar h3 {
  background: #eef3f8;
  border-bottom: 1px solid #999;
  border-top: 3px solid #40739e;
  font-size: 18px;
  padding: 10px 12px;
  border-radius: 0;
  margin-bottom: 8px;
  font-weight: bold;
}
.sidebar h4 {
  border-left: 3px solid #34495e;
  padding-left: 10px;
  margin-top: 35px;
  font-size: 16px;
  font-weight: bold;
}
.sidebar h4:first-child {
  margin-top: 0px;
}
.sidebar h5 {
  background: #e5f3f5;
  font-size: 16px;
  font-weight: bold;
  padding: 5px 15px;
  margin-top: 20px;
}
.sidebar .widget-inner ul li {
  padding-top: 8px;
  padding-bottom: 8px;
  line-height: 1.5em;
}
.sidebar .widget-inner ul li a {
  color: #2d5c88;
}
.sidebar .widget-inner ul li a:hover {
  color: #428bca;
}
.sidebar .widget-inner ul.menu li {
  line-height: 1.5em;
  border-bottom: solid 1px #A3918F;
  padding-top: 8px;
  padding-bottom: 8px;
}
.sidebar .widget-inner ul.menu {
  margin-left: 0;
}
.sidebar .widget-inner ul.menu li {
  line-height: 1.5em;
  border-bottom: solid 1px #D1C8C7;
  padding: 8px 5px;
}
.home-iconmenu a {
  background: #8F8F8F;
}
.sidebar .tagcloud a {
  display: inline-block;
  margin: 0 3px 3px 0;
  color: #2d5c88;
}
.sidebar .tagcloud a:hover {
  color: #428bca;
}
/*問い合わせ（abobe footer）*/
.above-footer-widget {
  border: 8px solid #eff6fd;
  margin-bottom: 45px;
  padding: 5px;
}
.above-footer-widget h4 {
  color: #1e73be;
}
.above-footer-widget h5 {
  color: #333333;
  margin-bottom: 15px;
}
/*GoogleMap*/
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
/*footer*/
footer {
  background: #eeeeee;
	padding-top: 35px;
	padding-bottom: 35px;
}
.eigyosho{
	background: #FFFFFF;
	padding-bottom: 5px;
	margin-bottom: 25px;
}
.eigyosho .tel a{
	color: #333333;
}
footer .eigyosho h3{
	font-size: 1.1em;
	background-color: #666666;
	padding: 6px 10px;
	color: #FFF;
}
footer .eigyosho .tel{
	font-size: 1.2em;
	font-weight: bold;
	padding: 0 10px;
}
footer .eigyosho p{
	padding: 0 10px;
}
aside{
	background: #233919;
	padding: 5px;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
	color: #FFF;
}
@media screen and (min-width:480px) {
  .above-footer-widget {
    padding: 25px;
  }
	
}
/*スライドボタン*/
.mobile-fotter{
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 99;
}
.mobile-fotter p{
	font-size: 12px;
	text-align: center;
	background-color: darkblue;
	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: #16a085 !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: #16a085;
}
#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;
}
}