.site-branding{
	width: 1050px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.site-branding h1{
  font-size: 12px;
  font-weight: 400;
  color: rgb(128, 128, 128);
      margin-top: 0.4rem;
          margin-left: 0.5rem;
}
.logo_{
	width: 150px;
	margin-right: .5rem;
}
.custom-logo-link img{
	width: 400px;
}
.site-branding h2 a{
color:#29aa43;
	margin: 0;
    font-size: 40px;
	display:block;
}
.headinfo,.headinfo > div:nth-child(1){
margin-right: 1rem;
}
.headinfo,.headinfo > div:nth-child(2){
	display: flex;
	align-items: center;
}
.headinfo address{
  font-size: 26px;
  color: rgb(32, 32, 32);
  font-weight: bold;
margin: .3rem 0;
padding: 0;
    line-height: 1;
        text-align: right;
        clear: both;
}
.headinfo address:before{
	content: '';
	background: url(../img/tel.png)no-repeat;
	background-size: 10px;
	width: 10px;
	height: 23px;
	display: inline-block;
	margin-right: .7rem;
	    position: relative;
    top: 0.15rem;
}
.headinfo p{
  font-size: 13px;
  color: rgb(128, 128, 128);
  line-height: 1.385;
  text-align: right;
  margin: 0;
}
.headinfo > div:nth-child(2) a img{
width: 115px;
}
/*------------------------------------------------
search_form
-------------------------------------------------*/
.headinfo .search{
	float: right;
	    margin-bottom: .3rem;
}
.search_form{
position: relative;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    padding: 0 0 0 1rem;
    border-radius: 15px;
    height: 30px;
    width: 185px;
    overflow: hidden;
    background: rgb(238, 238, 238);
}
.search_form input[type="text"]{
border: none;
width: 100%;
    height: 100%;
    background: rgb(238, 238, 238);
    display: flex;
    align-items: center;
}
.search_form input[type="text"]:focus {
  outline: 0;
}
.search_form input[type="submit"]{
  cursor: pointer;
  border: none;
  background: url(../img/submit.png)no-repeat;
  background-size: 12px;
  color: #fff;
  width: 12px;
  height: 12px;
  outline : none;
}
.search_form input[type="submit"]:hover{
	opacity: .7;
}
.search_form ::-webkit-input-placeholder {
  color: #fff;
}
/*スクロール*/
.head-tr .searchform{
	margin-right: 1rem;
}
/*検索結果*/
.searchwrap{
    background: #ddefe2;
    padding: 1rem 3rem 2rem;
    width: 100%;
    max-width: 785px;
    margin: 5rem auto 5rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 2;
}
.searchwrap > div,.searchwrap > div > p{
    margin: 0;
    border-bottom: 1px solid #fff;
}
.searchwrap a{
    color: #3E3E3E;
    text-decoration: none;
    padding: .5rem 0;
    display: block;
}


.cd-morph-dropdown.nav-open .search_form input[type="text"]{
    background: #fff;
}
.cd-morph-dropdown.nav-open .search_form {
    border-radius: 23px;
    height: 45px;
    background: #fff;
  }

.mainVisual{
	background: url(../img/top/mainVisual.jpg)no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 550px;
	position: relative;
}
.mainVisual:before{
	content: '';
	background: url(../img/top/mvtxt.png)no-repeat center center;
	background-size: 333px;
	width: 333px;
	height: 388px;
	position: absolute;
	top: 15%;
    left: 5%;
}
/*.mainVisual:after{
	content: '';
	background: url(../img/top/newopen.png)no-repeat center center;
	background-size: 180px;
	width: 180px;
	height: 180px;
	position: absolute;
    top: 60%;
    left: 12%;
}*/

@media(max-width: 480px){
.mainVisual{
	background: url(../img/top/spmainVisual.jpg)no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 265px;
	margin-top: 70px;
}
.mainVisual:before {
    background-size: 184px;
    width: 184px;
    height: 214px;
  }
/* .mainVisual:after{
 	    background-size: 115px;
    width: 115px;
    height: 115px;
 }*/
}






h2.midashi{
font-size: 30px;
text-align: center;
}
h2.midashi span{
  font-size: 15px;
  font-family: 'Allerta Stencil', sans-serif;
  font-weight: 400;
  color: rgb(238, 0, 119);
  display: block;
      margin-bottom: .45rem;
}


h3.midashi{
	font-size: 21px;
	    line-height: 1.4;
}


h4.midashi{
  font-size: 21px;
  color: rgb(255, 255, 0);
  font-weight: bold;
  line-height: 1.476;
}
h4.midashi span{
  font-size: 15px;
  line-height: 1.334;
  display: block;
}

h5.midashi{
    border-left: 8px solid #d7edcd;
    font-size: 16px;
    font-weight: bold;
    padding: 3px 10px;
    margin: 0 0 10px;
  }

a{
  text-decoration: none;
}
a:hover{
opacity: .7;
}



/*------------------------------------------------
sec-1
-------------------------------------------------*/
.sec-1{
	width: 1050px;
	margin: 0 auto 2rem;
}
.w-85{
	width: 950px;
	margin: 0 auto;
}
.sec-1 h2.midashi{
position: relative;
margin: 0;
padding: 4.2rem 0 4.5rem;
    overflow: hidden;
}
.sec-1 h2.midashi:before{
    content: '';
    background: url(../img/top/is.png)no-repeat center center;
    background-size: 691px;
    position: absolute;
    top: -3rem;
    left: 0;
    right: 0;
        margin: 0 auto;
    width: 691px;
    height: 314px;
    z-index: -1;
}
.sec-1 h3.midashi{
margin-bottom: 2rem;
}
span.hrnum1,
span.hrnum2,
span.hrnum3{
position: relative;
    display: block;
width: 100%;
  border-top: 1px rgb(228, 228, 228) solid;
  margin-bottom: 3.5rem;
}
span.hrnum1:before{
	content: '';
background: url(../img/top/top01.png)no-repeat top right;
background-size: 104px;
}
span.hrnum2:before{
	content: '';
	background: url(../img/top/top02.png)no-repeat top right;
background-size: 104px;

}
span.hrnum3:before{
	content: '';
	background: url(../img/top/top03.png)no-repeat top right;
background-size: 104px;
}
span.hrnum1:before,
span.hrnum2:before,
span.hrnum3:before{
width: 104px;
height: 104px;
position: absolute;
top: 0;
right: 0;
}
.nums{
display: flex;
    margin-top: 2.5rem;
}
.nums > div{
width: 50%;
}
.sec-1 p{
	margin: 0;
}
.sec-1 .col-md-6 h3.midashi{
    display: flex;
    justify-content: center;
}
.sec-1 .col-md-6:nth-child(1) h3.midashi{
 margin-right: 3rem;
}
.sec-1 .col-md-6:nth-child(2) h3.midashi{
margin-left: 2rem;
}
.sec-1 .col-md-6 p{
width: 415px;
}
.sec-1 .col-md-6:nth-child(1) p{
	margin-right: auto;
	margin-left: 0;
}
.sec-1 .col-md-6:nth-child(2) p{
	margin-right: 0;
	margin-left: auto;
}
.sec-1-ig{
	display: flex;
}
.sec-1-ig > div{
	width: 50%;
}
.sec-1 img,.sec-1-ig > div img{
	width: 100%;
	height: 265px;
	object-fit: cover;
}


@media(max-width: 992px){
        .sec-1,.w-85 {
    width: 100%;
  }
  .w-85,.sec-1 .col-md-6 h3.midashi,.sec-1 .col-md-6 p{
    padding: 0 1rem;
  }
	.mainVisual:before{
		left: 7%;
	}
	/*.mainVisual:after{
		left: 5%;
	}*/
	.sec-1 h2.midashi:before {
    background-size: cover;
    width: 100%;
  }
.sec-1 .col-md-6:nth-child(1) h3.midashi {
    margin-right: 0;
}
.sec-1 .col-md-6 p {
    width: auto;
}
.sec-1 .col-md-6:nth-child(1) p {
    margin-right: 0;
    margin-left: 0;
}
}

@media(max-width: 768px){
    .w-85{
        padding: 0;
    }
.nums,.sec-1-ig{
display: none;
}
.sec-1 h3.midashi{
	display: flex;
	justify-content: center;
}
.sec-1 p{
	padding: 0 1rem;
	margin-bottom: 1.5rem;
}
.sec-1 img, .sec-1-ig > div img{
	height: auto;
	margin-bottom: 2.5rem;
}
}

@media(max-width: 480px){
.mainVisual:before {
    left: 2%;
    top: 10%;
}
/*.mainVisual:after {
    left: 5%;
    top: 75%;
}*/
}
/*------------------------------------------------
sec-2
-------------------------------------------------*/
.sec-2{
  background-color: rgb(222, 240, 226);
  position: relative;
  padding: 8.5rem 0 0;
}
.sec-2:before{
	content: '';
  background-color: rgb(93, 209, 116);
  position: absolute;
  left: 0px;
  top: 253px;
  width: 100%;
  height: 270px;
}
.sec-2dr{
  background-color: rgb(255, 255, 255);
  width: 930px;
  height: 660px;
  border-radius: 0 50px 0 0;
  position: relative;
  display: flex;
    align-items: center;
}
.sec-2dr-wp{
	width: 750px;
	margin: 1.5rem auto 0;
	position: relative;
	    z-index: 1;
}
.sec-2dr:before{
	content: '';
	background: url(../img/top/gt.png)no-repeat;
	background-size: 331px;
	position: absolute;
	top: -7rem;
	width: 331px;
	height: 155px;
}
.sec-2dr-wp:before{
	content: '';
	background: url(../img/top/is.png)no-repeat;
	background-size: 852px;
	position:absolute;
    top: 1rem;
    left: -2.5rem;
	right: 0;
	width: 852px;
	height: 386px;
	z-index: -1;
}
.sec-2dr-wp h3.midashi{
	margin-bottom: 2rem;
}
.drcont{
	display: flex;
	    justify-content: center;
}
.drcont > div:nth-child(1){
	width: 500px;
	max-width: 500px;
	margin-right: 2rem;
}
.drwp,.drwp img{
	width: 210px;
	max-width: 210px;
}
.drwp span{
	line-height: 1.5;
    display: block;
    margin: 10px auto;
    text-align: center;
    font-weight: 500;
    color: #848484;
}
.sec-2-hbg{
display: flex;
    margin-top: -175px;
}
.sec-2-hbg span:nth-child(1),.sec-2-hbg span:nth-child(2){
	  display: block;
	  width: 50%;
	  height: 270px;
}
.sec-2-hbg span:nth-child(1){
  background-color: rgb(131, 230, 150);
}
.sec-2-hbg span:nth-child(2){
  background-color: rgb(168, 234, 181);
}

@media(min-width: 1049.98px){
.sec-2dr{
	margin: 0 auto;
}
.sec-2dr:after{
	content: '';
background: #fff;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: -100%;
}
}
@media(max-width: 992px){
.sec-2dr {
    width: 97%;
    height: auto;
  }
  .sec-2dr:before{
  	left: 1rem;
  }
  .sec-2dr-wp h3.midashi {
    margin-bottom: 1.5rem;
}
  .drcont{
  	flex-wrap: wrap;
  	padding: 0 1.5rem;
  }
  .sec-2dr-wp {
    width: 100%;
    margin: 3rem auto 0;
  }
  .drcont > div:nth-child(1) {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
    order: 3;
}
.drwp{
	margin-bottom: 1.5rem;
}
.sec-2dr-wp:before {
    background-size: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);
    width: 320px;
    height: 150px;
  }
  .sec-2dr:before {
    background-size: 200px;
    position: absolute;
    top: -4.5rem;
    width: 200px;
    height: 100px;
}
}
/*------------------------------------------------
sec-3
-------------------------------------------------*/
.sec-3-wp{
	display: flex;
	    align-items: center;
}
.sec-3-wp.bg-b{
	height: 475px;
}
.sec-3-wp.bg-g{
	height: 510px;
}
.bg-b {
  background-color: rgb(27, 180, 203);
}
.bg-g{
  background-color: rgb(21, 192, 142);
}
.sdbtn{
	display: block;
	float: right;
}
.sdbtn img{
	width: 170px;
}
.sec-3-wp.bg-b .sec-3-img{
	width: 475px;
	max-width: 475px;
}
.sec-3-wp.bg-g .sec-3-img{
	width: 510px;
	max-width: 510px;
}
.sec-3-wp.bg-b .sec-3-img img{
width: 475px;
max-width: 475px;
height: 475px;
}
.sec-3-wp.bg-g .sec-3-img img{
width: 525px;
max-width: 525px;
height: 510px;
}
.sec-3-txt1,.sec-3-txt2{
	display: flex;
	align-items: center;
	opacity: 0.902;
	position: relative;
}
.sec-3-txt1{
  background-color: rgb(33, 191, 215);
  border-radius: 50px 0 0 0;
  width: 687px;
  height: 430px;
  margin-left: -115px;
      padding: 0 4rem 0 6rem;
}
.sec-3-txt2{
  background-color: rgb(9, 211, 152);
  border-radius: 0 50px 0 0;
  width: 687px;
  height: 465px;
  margin-right: -160px;
  padding: 0 3rem 0 4rem;
}
.sec-3-txt1 h4.midashi,
.sec-3-txt2 h4.midashi{
	margin-bottom: 1rem;
}
.sec-3-wp p {
  font-size: 15px;
  color: rgb(255, 255, 255);
}

@media(min-width: 1049.98px){
.sec-3-wp{
	justify-content: center;
	margin: 0 auto;
}
.sec-3-txt1:before{
	content: '';
background: rgb(33, 191, 215);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 100%;
opacity: 0.902;
}
.sec-3-txt2:before{
	content: '';
background: rgb(9, 211, 152);
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: -100%;
opacity: 0.902;
}
.sec-3-txt1,
.sec-3-txt2{
	    width: 100%;
    max-width: 100%;
}
.sec-3-txt2{
	justify-content: flex-end;
}
.sec-3-wp.bg-b .sec-3-img,
.sec-3-wp.bg-g .sec-3-img{
   width:100%;
   max-width:100%;
   width:-webkit-calc(100% - 20vw);
   width:calc(100% - 20vw);
}
.sec-3-wp.bg-b .sec-3-img img,
.sec-3-wp.bg-g .sec-3-img img{
	width: 100%;
	max-width: 100%;
	object-fit: cover;
}
.sec-3-txt1 .clearfix{
	width: 525px;
}
.sec-3-txt2 .clearfix{
	width: 600px;
}
}

@media(max-width: 992px){
.sec-3-wp{
	flex-wrap: wrap;
}
	.sec-3-wp.bg-b,.sec-3-wp.bg-g{
    height: auto;
}
.sec-3-wp.bg-b .sec-3-img,.sec-3-wp.bg-g .sec-3-img {
    width: 100%;
    max-width: 100%;
}
.sec-3-wp.bg-b .sec-3-img img,.sec-3-wp.bg-g .sec-3-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.sec-3-txt1 {
    width: 97%;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    margin-top: -33%;
    padding: 1.5rem 2rem 1.5rem 2rem;
}
.sec-3-txt2 {
    width: 97%;
    height: auto;
    margin-right: 0;
    margin-top: -33%;
    padding: 1.5rem 2rem 1.5rem 2rem;
    order: 2;
  }
}
/*------------------------------------------------
sec-4
-------------------------------------------------*/
.sec-4{
  background: url(../img/top/isbg.png)no-repeat;
  background-size: cover;
  width: 100%;
  height: 645px;
  position: relative;
    display: flex;
    justify-content: center;
   padding-top: 5rem;
}
.sec-4-wp{
	width: 700px;
	margin: 0 auto;
}
.sec-4 h2.midashi{
	margin-bottom: 3.6rem;
}
.sec-4 .col{
    padding: 0;
    margin: 0 0 7px;
    display: flex;
    justify-content: center;
}
.sec-4 .col a{
	width: 205px;
height: 50px;
    display: flex;
    align-items: center;
position: relative;
  font-size: 15px;
  color: rgb(41, 170, 67);
  font-weight: bold;
  text-align: left;
  background: rgb(255,255,255);
  padding-left: 20px;
}
.sec-4 .col a:before{
	content: '';
	background: url(../img/arrow.png)no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	display: inline-block;
	    margin-right: 1rem;
}

@media(max-width: 992px){
.sec-4{
padding: 3rem .5rem 3rem .5rem;
	height: auto;
}
.sec-4 h2.midashi {
    margin-bottom: 3rem;
}
.sec-4-wp {
    width: 100%;
}
.sec-4-wp .row{
	margin: 0 auto;
}
.sec-4 .col{
	width: 50%;
	flex: none;
}
.sec-4 .col a {
    width: 97%;
  }
}
/*------------------------------------------------
sec-5　お知らせ・ブログ
-------------------------------------------------*/
.sec-5{
  background-color: rgb(246, 246, 246);
  width: 100%;
  height: 550px;
      display: flex;
    align-items: center;
}
.sec-5-wp{
	width: 600px;
	margin: 0 auto;
}
.sec-5-wp h2.midashi{
	margin-bottom: 3rem;
}
a.news-wp{
  color: #202020;
  text-decoration: none;
  display: block;
  clear: both;
}
.news_day P{
	margin: 0;
}
.news-time{
	color: #afafaf;
	font-weight: bold;
	float: right;
}
.sec-5-wp hr{
  background-color: rgb(0, 0, 0);
  margin: .7rem 0;
}
.articlesbtn{
	display: flex;
	align-items: center;
	align-items: center;
	justify-content: center;
    margin-top: 1rem;
    position: relative;
    top: 1rem;
}
.articlesbtn a {
  color: rgb(32, 32, 32);
  font-weight: bold;
  display: flex;
  position: relative;
}
.articlesbtn a:before{
	content: '';
	background: url(../img/arrow.png)no-repeat;
	background-size: 31px;
	width: 31px;
	height: 31px;
	display: inline-block;
	margin-right: 1rem;
}
.categorys{
  font-size: 12px;
  font-family: "Kozuka Gothic Pr6N";
  font-weight: bold;
  color: rgb(255, 255, 255);
  padding: 0.25rem 0.84rem;
}
.categorys.news{
  background-color: rgb(202, 167, 62);
}
.categorys.blog{
  background-color: rgb(238, 0, 119);
}
.archive-header .categorys{
        width: 10%;
    text-align: center;
    margin-right: 1rem;
}








#archive,
#single-secondary,
#secondary.widget-area{
	width: 950px;
    margin: 5rem auto;
}
.archive-content{
    border-bottom: 1px solid #dcdada;
    padding: 1rem 0;
}
#archive article:nth-child(1) .archive-content{
    border-top: 1px solid #dcdada;
}
#archive-secondary article:nth-child(1){
    border-top: 1px solid #dcdada;
}
.archive-header{
    display: flex;
    align-items: baseline;
    color: rgb(77, 77, 77);
}
.archive-header a,.archive a,.single a{
    color: rgb(77, 77, 77);
}
.archive-title,
.single-title{
    width: 100%;
    font-size: 1.1rem;
    margin: 0;
    line-height: 1.666;
}
.archive-header .entry-meta{
    margin-right: 1rem;
}
.single-header{
margin-bottom: 1rem;
}
.icnth{
    display: inline-block;
    background: #3e3e3e;
    color: #fff;
    padding: 1rem 3rem;
    border-radius: 2rem;
}
.wp-pagenavi{
    text-align: center;
    margin: 3rem auto 0;
}
.wp-pagenavi > span.pages{
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span{
    padding: 10px 15px;
    border: 1px solid #dcdada;
}
.wp-pagenavi a:hover{
    opacity: .7;
}
.wp-pagenavi span.current{
    border: 1px solid #ddefe2;
    background:#ddefe2;
}
.navigation{
    text-align: center;
    margin: 3rem auto 0;
}
.nav-links{
    display: flex;
    justify-content: center;
}
.nav-links a{
    padding: 5px 15px;
    margin: 0 0.5rem;
    border: 1px solid #ddefe2;
    display: block;
    color: rgb(77, 77, 77);
    background: #ddefe2;
}
.nav-links a:hover{
    background:#ddefe2;
}
.sidebar-wrap{
    width: 100%;
    max-width: 785px;
    margin: 0 auto;
}
.wp-block-group__inner-container h2{
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 1rem;
    border-bottom: 2px solid #fff;
}
.wp-block-group__inner-container ul{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
        margin: 0;
}
.wp-block-group__inner-container ul li{
    width: 15%;
}
.wp-block-group__inner-container a:hover{
    opacity: .7;
}


@media(max-width: 768px){
.sec-5-wp {
    width: 100%;
    padding: 0 1rem;
  }
  #archive, #single-secondary, #secondary.widget-area {
    width: 100%;
    padding: 0 1rem;
}
.archive-header{
    flex-wrap: wrap;
}
.archive-header .categorys {
    width: auto;
}
.archive-title{
    font-size: 1rem;
}
.wp-block-group__inner-container ul li {
    width: 33%;
}
}
/*------------------------------------------------
sec-6
-------------------------------------------------*/
.sec-6{
	padding: 5rem 0 2.5rem;
}
.sec-6-wp{
	display: flex;
	justify-content: center;
}
.sec-6-wp .col{
	padding: 0;
	margin-right: 75px;
	    width: 155px;
}
.sec-6-wp .col:last-child{
	margin-right: 0;
}
.sec-6-wp .col a img{
	width: 155px;
	height: auto;
}

@media(max-width: 640px){
	.sec-6 {
    padding: 3rem 0 1rem;
}
.sec-6-wp .row{
margin: 0 auto;
    justify-content: center;
    text-align: center;
}
.sec-6-wp .col {
	    width: 50%;
	    padding: 1rem;
    margin-right: 0;
  }
  .sec-6-wp .col:nth-child(1) {
	    width: 100%;
            padding: 0 2rem;
  }
  .sec-6-wp .col:nth-child(1) a img {
    width: 50%;
}
  .sec-6-wp .col a img {
    width: 100%;
}
}
/*------------------------------------------------
footer
-------------------------------------------------*/
.inquiry{
	background: url(../img/top/awbg.png)no-repeat;
	background-size: cover;
	width: 100%;
	height: 625px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	display: flex;
	justify-content: center;
	text-align: center;
	    padding-top: 8rem;
}
.inquiry h2{
  font-size: 30px;
  color: rgb(255, 255, 255);
  font-weight: bold;
      margin-bottom: 2.5rem;
}
.inquiry-wp{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 1.2rem;
}
.inquiry-wp > div a:nth-child(1){
	margin-right: 1rem;
}
.inquiry-wp > div a img{
	width: 115px;
	height: auto;
}
.inquiry-wp address {
  font-size: 30px;
  font-weight: bold;
  margin: 0 1rem 0 0;
  display: flex;
    align-items: center;
}
.inquiry-wp address:before{
	content: '';
	background: url(../img/telfot.png)no-repeat;
	background-size: 15px;
width: 15px;
height: 33px;
display: inline-block;
margin-right: 1rem;
}
.question{
margin-top: 2rem;
}
.question a img{
	width: 370px;
	height: 68px;
}
.info{
	width: 950px;
	margin: 0 auto;
	padding: 3.8rem 0 2rem;
}
.fotlogo{
	text-align: center;
	margin-bottom: 4rem;
}
.fotlogo img{
	width: 190px;
}
.info h2{
  font-size: 30px;
  color: rgb(41, 170, 67);
  font-weight: bold;
}
.info table th,
.info table td{
	border: 2px solid #11c736;
	color: #11c736;
	text-align: center;
	padding: .4rem;
	font-weight: 600;
}
.info table tr:nth-child(1) th,
.info table tr:nth-child(1) td{
	color: #fff;
	background: #11c736;
}
.pkbr img{
	width: 362px;
}
footer#colophon{
  background-color: rgb(41, 170, 67);
  color: #fff;
  text-align: center;
  padding: 4rem 0 2rem;
}
.fotmenu-cont{
    margin-bottom: 2.3rem;
}
.fotmenu-cont h3{
	color: #fff;
	font-size: 18px;
	font-family: 'Allerta Stencil', sans-serif;
	    margin-bottom: 0.2rem;
}
.fotmenu-cont ul{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	max-width: 900px;
	margin: 0 auto;
}
.fotmenu-cont a{
	color: #fff;
	padding: 0 .5rem;
	font-size: 14px;
}
.fotmenu-cont a:before{
	content: '›';
display: inline-block;
margin-right: .4rem;
}
.site-info{
	margin-top: 5rem;
}
.site-info span {
  font-size: 11px;
  font-family: "Kozuka Gothic Pr6N";
font-weight: bold;
}

.lh17{
	    line-height: 1.7;
}


@media(max-width: 1050px){
.inquiry{
    background-position-x: center;
}
}

@media(max-width: 992px){
.info {
    width: 100%;
    padding: 2rem 0 0;
  }
    .info > .row .col-md-6:nth-child(1){
  	padding: 0 1.5rem;
  	margin-bottom: 1.5rem;
  }
  .info > .row .col-md-6:nth-child(2){
  	line-height: 0;
  }
  .info iframe{
  	width: 100%;
  	line-height: 0;
  }
}

@media(max-width: 640px){
	.inquiry{
		height: auto;
		padding: 8rem 1rem 2rem;
	}
.inquiry-wp {
    display: block;
  }
  .inquiry-wp address{
  	justify-content: center;
  	    margin: 0 auto 1rem;
  }
  .question a img {
    height: auto;
    max-width: 250px;
}
.fotlogo {
    margin-bottom: 2rem;
}
.pkbr img {
    width: 100%;
}
.info > .row .col-md-6:nth-child(1) p:nth-child(2){
    text-align: center;
    margin-bottom: 1rem;
}
}
/*------------------------------------------------
secondary
-------------------------------------------------*/
.entry-header{
	background: url(../img/treatment/entry-header.png)no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 200px;
	  display: flex;
  justify-content: center;
  align-items: center;
}
.entry-header h2.entry-title {
  font-size: 30px;
  color: rgb(41, 170, 67);
  margin: 0;
  padding: 0;
}
.entry-header h2.entry-title .post-categories{
	padding:0;
	margin:0;
}
.contents-pan{
	width: 950px;
	margin: 13px auto;
}
.contents-pan,
.contents-pan .pan span,
.contents-pan .pan a{
  font-size: 12px;
  color: rgb(128, 128, 128);
}

#secondary .entry-content{
	width: 950px;
	margin: 0 auto;
}
@media(max-width: 992px){
#secondary .entry-content{
	width: 100%;
	padding: 0 1rem;
}
}

@media(max-width: 640px){
.entry-header{
    height: 115px;
}
}

.sec_{
	margin-bottom: 3rem;
}

/*------------------------------------------------
secondary contents
-------------------------------------------------*/
.cols-3 p{
    background-color: rgb(222, 240, 226);
    position: relative;
    padding: 1.57rem 0;
    text-align: center;
}
.cols-3 p:before{
	content: '';
  background:url(../img/treatment/check.png)no-repeat;
  background-size: 58px;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  left: 0;
}
.dl-1{
	border: 1px solid rgb(23, 208, 60);
	border-radius: 21px 0 0 0;
}
.dl-1 .row{
	align-items: center;
}
.dl-1 dt{
  color: rgb(255, 255, 0);
  font-weight: bold;
  background: rgb(23, 208, 60);
  border-radius: 20px 0 0 0;
      padding: 0.32rem 0 0.32rem 2rem;
}
.dl-1 dd{
	margin: 0;
	padding: 1rem 2rem;
}
.dl-1 img{
	width: 130px;
}
.dl-1 p{
	margin: 0;
}
.bg-gray{
  background-color: rgb(246, 246, 246);
  position: relative;
  padding: 3rem 0;
  margin: 3rem 0;
}
.bg-gray:before{
	content: '';
  background-color: rgb(246, 246, 246);
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
}
.bg-gray:after{
	content: '';
  background-color: rgb(246, 246, 246);
  position: absolute;
  top: 0;
  right: 100%;
  width: 100%;
  height: 100%;
}
.dl-flow{
	background: #fff;
	padding: 0 2rem 1.5rem 35px;
	margin: 2rem 0;
}
.dl-flow dt{
  background-color: rgb(23, 208, 60);
border-radius: 15px;
  color: rgb(255, 255, 255);
  font-weight: bold;
  text-align: center;
  display: block;
    max-width: 225px;
        position: relative;
    top: -1rem;
}
.mw250 dt{
	max-width: 250px;
}
.mw300 dt{
	max-width: 300px;
}
.mw400 dt{
	max-width: 400px;
}
.dl-flow dd{
	margin: 0 0 .5rem;
	    padding-left: 2rem;
    text-indent: -2rem;
    line-height: 1.4;
}
.dl-flow dd:last-child{
	margin: 0;
}
.dl-flow dd:before{
    content: '';
    background: url(../img/treatment/mark.png)no-repeat center center;
    background-size: 15px;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin: 0 0.8rem 0 0;
    position: relative;
    top: 0.1rem;
}
.dllist-3 dt{
    font-size: 1.2rem;
    font-weight: 500;
    border-left: 5px solid #ddd;
    padding-left: 1rem;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}
.dllist-3 dd{
    margin-bottom: 1.2rem;
    padding-bottom: .5rem;
    padding-left: .5rem;
    border-bottom: 1px solid #ddd;
    letter-spacing: .1rem;
      line-height: 1.2;
}
.visit .modal-dialog {
    max-width: 90%;
}
.visit .modal-dialog img{
	width: 100%;
    max-width: 100%;
    height: 100%;
}
button.btn,
button.btn:visited,
button.btn:focus,
button.btn:active{
	outline: none;
	border: none;
	box-shadow: none;
}
button.btn:hover{
opacity: .7;
}
.btn-ar{
	color: rgb(32, 32, 32);
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    position: relative;
}
.btn-ar:before {
    content: '';
    background: url(../img/arrow.png)no-repeat;
    background-size: 31px;
    width: 31px;
    height: 31px;
    display: inline-block;
    margin-right: 1rem;
}
.table_c { width: 100%; }
.table_c th, .table_c td  { padding: 10px; border: 1px solid #ebe6e6; }
.table_c th  { background: #f6f6f6; }
.table_c th{ width: 20%;}
.table_c th {text-align:center;}
@media only screen and (max-width: 640px) { 
  .table_c { margin: 0 -10px; }
  .table_c tr {
    display:block;
    margin-bottom: 10px;
  }
  .table_c th {
    display:block;
    width: 100%;
  }
  .table_c td {
    display: block;
    width: 100%;
    margin-left: 0;
    border: none;
    list-style: none;
    margin: 0 auto;
  }
}
.wk{
    border: 1px solid #e3e3e3;
    border-radius: 5px;
}
.wk dt{
background:#e3e3e3;
    padding: 10px;
}
.wk dd{
    padding: 20px 15px;
}
ul.cp_list77 {
	padding: 0.5em;
	margin: 0;
	list-style-type: none;
}
ul.cp_list77 li {
    position: relative;
    padding: 0 0 1rem 2rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid rgb(65, 184, 146);
    text-indent: -2rem;
}
ul.cp_list77 li:before{
	content:'';
	display: inline-block;
	margin-right: 1rem;
	border-radius: 50%;
}
ul.cp_list77 li:before {
width: 17px;
    height: 17px;
    background: rgb(88, 177, 121);
        position: relative;
    top: 0.2rem;
}

.recruit-table th{
width: 15%;
}

/*お問い合わせフォーム*/
.table-contact th,
.table-contact td{
border: 1px solid #fff;
    padding: 1rem;
}
.table-contact th{
	background: #ddefe2;
}
.table-contact td{
	background: #e2f4e7;
}
.hs{
	    display: inline;
    margin-left: 5px;
    margin: 0 4px 0 6px;
    padding: 1px 4px;
    color: #ffffff;
    font-size: 11px;
    font-weight: lighter;
    background: #ff6666;
}
.privacy-link{
	color: #ff6666!important;
}
.cfsubmit{
	text-align: center;
}
.cfsubmit input[type="submit"]{
	    background: #e1f3e7;
	    border: none;
	    box-shadow: none;
	    padding: .5rem 1rem;
}
@media(max-width: 992px){
	.table-contact th,
.table-contact td{
display: block;
width: 100%;
}
.table-contact input{
	width: 100%;
}
.table-contact input[type="checkbox"]{
    width: auto!important;
}
}




/*------------------------------------------------
mobile　sp
-------------------------------------------------*/
.sp-992{
		display: none;
	}
@media(max-width: 992px){
	.pc-992{
		display: none;
	}
	.sp-992{
		display: block;
	}
    html,body{
        overflow-x: hidden;
    }
        .contents-pan .pan{
        margin-left: 1rem;
    }
}


.sp-768{
		display: none;
	}
@media(max-width: 768px){
	.pc-768{
		display: none;
	}
	.sp-768{
		display: block;
	}
    .cfsubmit {
    margin-left: 3rem;
}
}

.sp-fixedbtn{
    display: none;
}
@media(max-width: 640px){
.entry-header h2.entry-title {
    font-size: 27px;
}
.info table th, .info table td{
    padding: 0;
}
.pkbr{
    text-align: center;
}
.dl-1 dt{
        padding: 0.32rem 0.5rem 0.32rem 2rem;
}
.dl-flow {
    padding: 0 1rem 1.5rem 1rem;
}
.dl-flow dd {
    text-indent: -1.7rem;
}
.sec_ {
    margin-bottom: 2rem;
}
#secondary .row img{
    margin-bottom: 1rem;
}
#secondary .sec_ .row img{
    margin-bottom: 0;
}
#secondary .row p.mb-0{
margin-bottom: 1rem!important;
}
.wk dd {
    padding: 20px 0;
    margin-bottom: 0;
}
.access .table th,
.access .table td{
    width: 100%;
    display: block;
}
.sec-4 .col a {
    font-size: 14px;
    padding-left: 10px;
}
.sec-4 .col a:before{
    margin-right: .5rem;
}
footer#colophon{
    margin-bottom: 3rem;
}
.site-info {
    margin-top: 3rem;
}
.sp-fixedbtn{
    position: fixed;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}
.sp-fixedbtn a{
    display: block;
width: 33.33%;
}
.sp-fixedbtn a img{
width: 100%;
}
.sec-1 .col-md-6 h3.midashi,.sec-1 h3.midashi {
    justify-content: flex-start;
    z-index: 1;
    position: relative;
    margin-left: 1rem!important;
}
.sec-5 {
    height: auto;
    padding: 3rem 0 4rem;
}
.recruit-table th,
.recruit-table td{
width: 100%;
display: block;
}
}

@media(max-width: 576px){
.row-cols-sm-2>*{
width: 100%;
flex: auto;
}
.cols-3 p{
    width: 90%;
    margin: 0 auto 1rem;
}
}