@charset "UTF-8";

/*子テーマ用「base.css」*/
.keni-header_wrap{
	display:none;
}
.keni-footer_wrap{
	display:none;
}

.blogpd{
	padding-left:20px;
}



.button_01 {
  background-color: #0071bc;
  color: #fff;
padding:10px;
}
.button_01 a {
  color: #fff;
}
.button_01:hover {
	  color: #fff;
  letter-spacing: 5px;
}

.button_02 {
padding:10px;
}
.button_02:hover {
  letter-spacing: 5px;
}
.button_03 {
padding:10px;
}
.button_03:hover {
  letter-spacing: 3px;
}

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

.full-width_top_img00{

}

.full-width_top_img01{
	width:100%;
	padding:50px 0;
  background-image: url("https://house-kiya.co.jp/wp-content/uploads/2021/04/dot_ea_002.gif");
	background-repeat: repeat;
}
@media screen and (max-width: 768px){
	.full-width_top_img01{
padding:0px 0;
}
}

.full-width_top_img02{
	padding:5px 0px 0px 0px;
	margin-top:50px;
	background-image: url("https://house-kiya.co.jp/wp-content/uploads/2021/04/dot_bl.gif");
	background-repeat: repeat;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.full-width_top_img02_in{
	background-image: url("https://house-kiya.co.jp/wp-content/uploads/2021/04/dot_bl.gif");
	background-repeat: repeat;
	width:1080px;
	padding:0 0;
	margin: 0 auto;
}
@media screen and (max-width: 1080px){
.full-width_top_img02_in{
	width:100%;
	}
}

.full-width_top_img03{
	padding:5px 0px 15px 0px;
	background-image: url("https://house-kiya.co.jp/wp-content/uploads/2021/04/dot_ea_002.gif");
	background-repeat: repeat;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.full-width_top_img03_in{
	background-image: url("https://house-kiya.co.jp/wp-content/uploads/2021/04/dot_ea_002.gif");
	background-repeat: repeat;
	width:1080px;
	padding:0 0;
	margin: 0 auto;
}
@media screen and (max-width: 1080px){
.full-width_top_img03_in{
	width:100%;
	}
}

.full-width_top_img04{
	padding:30px 0px 30px 0px;
	margin-top:50px;
	background-image: url("https://house-kiya.co.jp/wp-content/uploads/2021/04/dot_tfb.gif");
	background-repeat: repeat;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.full-width_top_img04_in{
	background-image: url("https://house-kiya.co.jp/wp-content/uploads/2021/04/dot_tfb.gif");
	background-repeat: repeat;
	width:1080px;
	padding:0 0;
	margin: 0 auto;
}
@media screen and (max-width: 1080px){
.full-width_top_img04_in{
	width:100%;
	}
}
.full-width_top_img05{
	padding:0px 0px 30px 0px;
	margin-top:50px;
	background-image: url("https://house-kiya.co.jp/wp-content/uploads/2021/04/dot_ume.gif");
	background-repeat: repeat;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.full-width_top_img05_in{
	background-image: url("https://house-kiya.co.jp/wp-content/uploads/2021/04/dot_ume.gif");
	background-repeat: repeat;
	width:1080px;
	padding:0 0;
	margin: 0 auto;
}
@media screen and (max-width: 1080px){
.full-width_top_img05_in{
	width:100%;
	}
}

.full-width_top_img06{
	padding:8px 0px 15px 0px;
	margin-top:-15px;
	background-color:#D6EFFF;

    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.full-width_top_img06_in{
	background-color:#D6EFFF;
	width:1080px;
	padding:0 0;
	margin: 0 auto;
}
@media screen and (max-width: 1080px){
.full-width_top_img06_in{
	width:100%;
	}
}

.full-width_top_img07{
	padding:10px 0px 15px 0px;
	margin-top:-15px;
	background-color:#bae3fc;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}
.full-width_top_img07_in{
	background-color:#bae3fc;
	width:1080px;
	padding:0 0;
	margin: 0 auto;
}
@media screen and (max-width: 1080px){
.full-width_top_img07_in{
	width:100%;
	}
}

.inf {
    position: relative;
	color:#fff;
    width: 75%;
    height: auto;
    margin: 20px auto 0;
    vertical-align : middle;
    background: black;
    background: rgba(0,113,188,0.7);
	padding:10px 10px 10px 10px;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

@media screen and (max-width: 768px){
	.inf{
		width: 95%;	
	}
}

.inf .Link{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#fff;
}

.inf a:hover{
    opacity: 0.7;
}

.inf_w {
    position: relative;
	color:#222;
    height: auto;
    margin: 20px auto 0;
    vertical-align : middle;
	padding:10px 10px 10px 10px;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

@media screen and (max-width: 768px){
	.inf_w{
		width: 95%;	
		margin: 0px auto 0;
	}
}

.inf_w .Link{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#222;
}

.inf_w a:hover{
    opacity: 0.7;
}


.infg {
    position: relative;
	color:#fff;
    width: 75%;
    height: auto;
    margin: 20px auto 0;
    vertical-align : middle;
    background: black;
    background: rgba(255,193,248,0.7);
	padding:10px 10px 10px 10px;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

@media screen and (max-width: 768px){
	.infg{
		width: 95%;	
	}
}

.infg .Link{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#fff;
}

.infg a:hover{
    opacity: 0.7;
}

.infp {
    position: relative;
	color:#fff;
    width: 75%;
    height: auto;
    margin: 20px auto 0;
    vertical-align : middle;
    background: black;
    background: rgba(225,225,225,0.7);
	padding:10px 10px 10px 10px;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

@media screen and (max-width: 768px){
	.infp{
		width: 95%;	
	}
}

.infp .Link{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#fff;
}

.infp a:hover{
    opacity: 0.7;
}

.infr {
    position: relative;
	color:#fff;
    width: 75%;
    height: auto;
    margin: 20px auto 0;
    vertical-align : middle;
    background: black;
    background: rgba(225,10,33,0.7);
	padding:10px 10px 10px 10px;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

@media screen and (max-width: 768px){
	.infr{
		width: 95%;	
	}
}

.infr .Link{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#fff;
}

.infr a:hover{
    opacity: 0.7;
}

.infft {
    position: relative;
	color:#fff;
    width: 75%;
    height: auto;
    margin: 20px auto 0;
    vertical-align : middle;
	border: solid 3px #fff;
	padding:10px 10px 10px 10px;
    -moz-transition: background .5s ease;
    -o-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    transition: background .5s ease;
}

@media screen and (max-width: 768px){
	.infft{
		width: 95%;	
	}
}

.infft .Link{
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	color:#fff;
}

.infft a:hover{
    opacity: 0.7;
}

.keni-header_wrap {
    position: fixed;
    width: 100%;
    top: 0;
    background-color:#fff;
    z-index:9999;
}
.keni-gnav_wrap {
    position: fixed;
    width: 100%;
    top: 80px;
    z-index:9999;
}
.keni-container {
    padding-top: 105px!important;
}

@media screen and (max-width: 768px){
.keni-header_wrap {
	background-color: transparent;
    z-index:9999;
}
}

@media screen and (max-width: 768px){
	.keni-main_wrap{
		margin-top:70px;
	}
}


.fic{
	margin:50px 0px 50px 0px;
}

@media screen and (max-width: 768px){
.fic{
	margin:25px 0px 0px 0px;
	}}

.keni-gnav_inner ul {
	margin-left: auto;
	margin-right: auto;
}
.keni-gnav_inner li a {
padding: 10px 20px 7px;
}

.full-width {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
 }

.keni-main_inner {
	padding:0px;
}

.pscn{
	font-weight: bold;
	font-size: 3rem;
	margin: 30px;
}

.ps15{
  display: inline-block;
  width: 16%;
vertical-align:top;
}

@media screen and (max-width: 680px){
.ps15{
  display: inline-block;
  width: 32%;
vertical-align:top;
}
}

@media screen and (max-width: 500px){
.ps15{
  display: inline-block;
  width: 48%;
vertical-align:top;
	margin:25px 0px 25px 0px;
}
}

.ps20{
  display: inline-block;
  width: 19.5%;
vertical-align:top;
}

@media screen and (max-width: 680px){
.ps20{
  display: inline-block;
  width: 32%;
vertical-align:top;
}
}

@media screen and (max-width: 500px){
.ps20{
  display: inline-block;
  width: 48%;
vertical-align:top;
	margin:25px 0px 25px 0px;
}
	
}
.ps24{
  display: inline-block;
  width: 24.5%;
vertical-align:top;
}

@media screen and (max-width: 680px){
.ps24{
	font-size:14px;
  display: inline-block;
  width: 48%;
vertical-align:top;
		margin-bottom:50px;
	border-bottom: solid 3px #eaeaea;
	padding-bottom:30px;
}
}



.ps33{
  display: inline-block;
  width: 32.5%;
vertical-align:top;
}

@media screen and (max-width: 680px){
.ps33{
  display: inline-block;
  width: 100%;
vertical-align:top;
	margin-bottom:5px;
	border-bottom: solid 3px #eaeaea;
	padding-bottom:30px;
}
}



.ps25{
  display: inline-block;
  width: 19.5%;
vertical-align:top;

}

@media screen and (max-width: 680px){
.ps25{
  display: inline-block;
  width: 32%;
vertical-align:top;

}
}

@media screen and (max-width: 500px){
.ps25{
  display: inline-block;
  width: 48%;
vertical-align:top;
	margin:25px 0px 25px 0px;
}
}

.ps50{
  display: inline-block;
  width: 48%;
  vertical-align:top;
}

@media screen and (max-width: 680px){
.ps50{
  display: inline-block;
width:100%;
vertical-align:top;
margin-bottom:30px;

}
}

.ps50_in{
  display: inline-block;
  width: 48%;
  vertical-align:top;
}

.ps50_com{
padding-left:35px;
}
.ps50_bl{
	display: inline-block;
	width: 48%;
	padding:5px;
	vertical-align:top;
	background-color:#d6efff;
}
@media screen and (max-width: 768px){
.ps50_bl{
	display: inline-block;
	width: 100%;
	padding:5px;
	vertical-align:top;
	background-color:#d6efff;
}
}

.ps50_bl_in{
	padding:3px 20px 3px 20px;
	vertical-align:top;
	background-color:#fff;
	margin-bottom:18px;
}



.article-body p {
    margin-bottom: 2px;
}

.nkrk{
padding: 10px;
border: dashed 3px #ff692d;
border-radius: 10px;
margin: 10px;
}

a:hover img {
	opacity: 0.7;
}

.page-top8{
	position: fixed;
	right: 0;
	top: 60%;
	z-index: 99;
	width: 200px;
	color: #fff;
	font-weight: bold;
	text-align: center;
font-family:  メイリオ;
}

* html .page-top{ display: none; }



.page-top8 a{
	display: block;
	border: 0px solid #ccc;
	border-right: 0;
	text-decoration: none;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	-webkit-border-top-left-radius: 8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-topleft: 8px;
	-moz-border-radius-bottomleft: 8px;
}

.page-top8 a:link,
.page-top8 a:visited{
	background: url(https://katsumata-arch.com/3515/wp-content/uploads/2020/12/dove2.png) 200px center no-repeat ;
	color: #fff;
}

.page-top8 a:hover,
.page-top8 a:active{
	background: url(https://katsumata-arch.com/3515/wp-content/uploads/2020/12/dove2.png) 200px center no-repeat ;
	color: #fff;
}

.nkrk1{
padding: 10px;
border: dashed 3px #32b43e;
border-radius: 10px;
}



.ssf {
  display: inline-block;
  width: 30%;
  vertical-align: middle;
}
.ssw {
  display: inline-block;
  width: 33.333%;
  vertical-align: middle;
}
.ss1 {
  display: inline-block;
  width: 48%;
}
.ss2 {
  display: inline-block;
  width: 50%;
}
.cbi {
  color: #00858a;
  font-weight: bold;
  font-size: 3rem;
}
.cbi span {
  display: block;
  font-weight: normal;
  font-size: 1.4rem;
}
@media screen and (max-width: 770px) {
  .ssf {
    width: 100%;
    vertical-align: middle;
  }
}
@media screen and (max-width: 560px) {
  .ss1 {
    width: 100%;
  }
}


.ftbox {
	margin-bottom:10px;
}

.ftboxin {
display: inline-block;
padding-left:26px;
width:25%;
}
.mbftboxin {
float: left;
width:32%;
		margin-bottom:10px;
}


.display-postsnews ul.display-posts-listing li {
display: block;
vertical-align: top;
font-size: 1.6rem;

padding: 0px;
line-height: 1.5;
}

.display-posts ul.display-posts-listing li img {
display: block;
padding: 0px;
}

.display-postsnews .title {
display:block;
margin: 0px 0px 0px -20px;
padding: 2px 10px;
}
.display-postsnews .date {
margin: 0px 0px 0px  px;
padding: 2px 10px;
background:#ffe8fd;
font-size: 50%;
}
.display-postsnews .category-display {
padding: 0px 0px 0px 10px;
background:#ffe8fd;
font-size: 50%;
}


 /* H2関連 */

.entry-list .entry_title{
	background:none;
}



.display-posts160 {
   padding:20px 0 0px;
   margin:0px 0 -50px;
}


a {
  text-decoration: none;
}

.sp1 {
padding:3px 10px;
}
.sp2 {
display:block;
margin:-10px 0 0 80px;
color:#222;
font-size:0.5em;　//h2に対して50%
font-weight:400;
}

 /* H2関連 */


 /* full-width */

.full-widthktmt {
	  padding:0 0 0 0;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	background:#eaeaea;
 }

.full-width {
	  padding:0px 0px 0px 12px;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
 }

.full-width .fullwidth_inner1
{
    
   background:#e8f7f7;
  padding:0px 0px 0px 0px;
}

.full-width .fullwidth_inner2
{
    
 background:#fff6e0; 
  padding:0px 0 0px;
}

.full-width .fullwidth_inner3
{
    
   background:rgba(0,89,35,1);
  padding:0px 0 0px;
}


.keni-section_wrap2 {
   padding:0px 0px 0px;
   margin:0px;
background:rgba(255,244,214,0.5);
}


.keni-section_wrap3 {
   padding:0px 0px 0px;
   margin:0px;
  background:#fff6e0; 
}

.keni-section_wrap {
   padding:0px 0px 0px;
   margin:0px;
}


.full-widthea {
	padding:30px;
	background:#aeaeae;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
}

 /* full-width */



input[type=submit]{
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   -o-border-radius: 5px;
   -ms-border-radius: 5px;
   border:#a9a9a9 1px solid;
   -moz-box-shadow: inset 0 0 5px rgba(0,0,0,0.2),0 0 2px rgba(0,0,0,0.3);
   -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2),0 0 2px rgba(0,0,0,0.3);
   width:33%;
   height:50px;
font-size:20px;
   padding:0 3px;
   margin:5px;
   cursor:pointer;
   color:#333;
   font-weight:bold;
   background:#f5f5f5;
   text-shadow:1px 1px 0px #fff;
}




h3 {
    margin: 15px 10px 10px 10px;
    padding: 15px 0 10px 0;
	border-top:none;
	border-bottom: 2px solid #0071BC;
    color: #222;
    font-size: 1.8rem;
}


/*Display Posts Shortcode横並び160px*/
.display-posts160 ul.display-posts-listing li {
width: 270px;
display: inline-block;
vertical-align: top;
font-size: 1.6rem;
margin: 0px 20px 30px 20px;
padding: 0px;
line-height: 1.5;
  
}

.display-posts ul.display-posts-listing li img {
display: block;
padding: 0px;
}

.display-posts160 .title {
	display: block;
padding: 8px 5px;
}

@media screen and (max-width: 770px) {
.display-posts160 ul.display-posts-listing li {
width: 100%;
display: inline-block;
vertical-align: top;
font-size: 1.6rem;
margin: 0px 3px 0px -10px;
padding: 0px;
}

.display-posts ul.display-posts-listing li img {
display: block;
padding: 2px;
}

.display-posts160 .title {
	display: block;
padding: 8px 15px;
}
}
/*Display Posts Shortcodeここまで*/


.topcp{
	padding:10px;
}

.keni-section h2 {


	font-size: 3.5rem;
	font-family: mr-eaves-sans,sans-serif;
}

.entry_title h2{
background:none;	
}

.article-header{

}

h2 {
border-bottom: solid 0px #fff;
position: relative;
font-size: 1.5em;
margin-bottom: 10px;
	padding-bottom:7px;
}
h2:after {
position: absolute;
content: " ";
display: block;
border-bottom: solid 0px #aad3ff;
bottom: -3px;
width: 0%;
}
@media screen and (max-width: 768px){
h2:after {
width: 98%;
}
}


.b {
display:block;
margin:5px 0 0 8px;
color:#999;
font-size:0.5em;　//h2に対して50%
font-weight:400;
}

@media screen and (max-width: 560px) {
	
.keni-section h2 {

	padding:10px 0 2px 3px;
	font-size: 2rem;
	font-family: mr-eaves-sans,sans-serif;
}
.b {
margin:5px 0 0 8px;
color:#999;
font-size:0.5em;　//h2に対して50%
font-weight:400;
}
	
}




.itemrk {
  border-radius: 10px;
 ?background: #888888;
  padding: 5px;
  margin: 0px;
	text-align: left;
}



@media ( min-width : 600px ){
    .flexbox {
    display: flex;
    flex-wrap: wrap;
    }
  .itemrk {
	text-align: left;
    width: 25%;
  }
}
/*--------------------------------------------------------
ページトップ4
--------------------------------------------------------*/

.page-top4{
	position: fixed;
	right: 0;
	bottom: 0px;
	margin: auto;
	z-index: 99;
	width: 24.5%;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

* html .page-top4{ display: none; }

.page-top4 a{
	display: block;
	padding: 30px;

	border: 1px solid #fff;
	border-right: 0;
	text-decoration: none;

}

.page-top4 a:link,
.page-top4 a:visited{
	background: url(/home/info/img/event2019_2.png) center no-repeat #D85016;
	color: #fff;
}

.page-top4 a:hover,
.page-top4 a:active{
	background:#D85016;
	color: #124927;
}
/*--------------------------------------------------------
ページトップ5
--------------------------------------------------------*/

.page-top5{
	position: fixed;
	right: 25%;
	bottom: 0px;
  margin: auto;
	
	z-index: 99;
	width: 24.5%;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

* html .page-top5{ display: none; }

.page-top5 a{
	display: block;
	padding: 30px;

	border: 1px solid #fff;
	border-right: 0;
	text-decoration: none;

}

.page-top5 a:link,
.page-top5 a:visited{
	background: url(/home/info/img/siryou2019_2.png) center no-repeat #D85016;
	color: #fff;
}

.page-top5 a:hover,
.page-top5 a:active{
	background:#D85016;
	color: #124927;
}
/*--------------------------------------------------------
ページトップ5ここまで
--------------------------------------------------------*/
/*--------------------------------------------------------
ページトップ6
--------------------------------------------------------*/

.page-top6{
  position: fixed;
  bottom: 0;
  right: 50%;
  margin: auto;
	z-index: 99;
	width: 24.5%;
        
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

* html .page-top6{ display: none; }


.page-top6 a{
	display: block;
	padding: 30px;

	border: 1px solid #fff;
	border-right: 0;
	text-decoration: none;

}

.page-top6 a:link,
.page-top6 a:visited{
	background: url(/home/info/img/pagetop2019.png) center no-repeat #D85016;
	color: #fff;
}
.page-top6 a:hover,
.page-top6 a:active{
	background:#D85016;
	color: #124927;
}


/*--------------------------------------------------------
ページトップ6ここまで
--------------------------------------------------------*/
/*--------------------------------------------------------
ページトップ7mb
--------------------------------------------------------*/

.page-top7mb{
  position: fixed;
  bottom: 0;
  right: 75%;
  margin: auto;
	z-index: 99;
	width: 24.5%;
        
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	text-align: center;
}

* html .page-top7mb{ display: none; }


.page-top7mb a{
	display: block;
	padding: 30px;

	border: 1px solid #fff;
	border-right: 0;
	text-decoration: none;

}

.page-top7mb a:link,
.page-top7mb a:visited{
	background: url(/home/info/img/tel2019_2.png) center no-repeat #D85016;
	color: #fff;
}
.page-top7mb a:hover,
.page-top7mb a:active{
	background:#D85016;
	color: #124927;
}


/*--------------------------------------------------------
ページトップ7mbここまで
--------------------------------------------------------*/


/*タブメニュー*/

.tab-box {
   padding:0px 0 0px;
   margin:0px 0px 0px;
background-color: #e8f7f7;
}


.tab-menu,
.tab-conts{
	margin: 0;
	
}

.tab-menu{
	display: table;
	width: 100%;
	border-right: 1px solid #fff4d6;
	table-layout: fixed;

}

.tab-conts{
	margin-bottom: 25px;
	border-top: 0;
	border-right: 1px solid #fff4d6;
	border-bottom: 1px solid #fff4d6;
background-color: #e8f7f7;
}

.tab-menu > li,
.tab-conts > li{
	list-style: none;
	margin-bottom: 0;
	background-color: #ffffff;
}

.tab-menu > li{
	display: table-cell;
	border-bottom: 5px solid #05a5ab;
	background-color: #ffffff;
	color: #666;
	font-size: 1.4rem;
	cursor: pointer;
}

.tab-menu > li span{
	display: block;
	margin-top: -5px;
	padding: 10px 10px 5px;
	overflow: hidden;
	border-right: 1px solid #fff4d6;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.tab-menu > .tab-menu_select{
	background-color: #ffffff;
	border: 5px solid #05a5ab;
	border-bottom: 0;
	color: inherit;
}

.tab-menu > li:last-child span,
.tab-menu > .tab-menu_select span{
	border-right: 0;
}

.tab-menu_select + li span{
	border-left: 1px solid #fff4d6;
}

.tab-conts > li{
	padding: 10px;
	border: 5px solid #05a5ab;
	border-top: 0;
background-color: #e8f7f7;
}

.keni-section_wrap1{
	margin: 10px;
	margin-top: 0;
	padding: 10px;
	background: #e8f7f7;
}

.free-area1 .keni-section_wrap1{
	padding: 20px;
}

.keni-section_outer{
	margin: 10px 0;
	padding: 20px;
	background-color: #fff;
}

.keni-section_outer .keni-section_wrap1{
	margin: 0;
}

.keni-sub .keni-section_wrap1,
.keni-footer .keni-section_wrap1{
	margin-top: 0;
	margin-bottom: 40px;
	padding: 0 20px 20px;
}



.keni-section_wrap2{
	margin: 10px;
	margin-top: 0;
	padding: 10px;
	margin-right: auto;
    margin-left: auto;
	background: #e8f7f7;
	    max-width: 1200px;
}

@media (min-width: 768px)
.keni-section_wrap2 {
    max-width: 1200px;
}
@media (min-width: 768px)
.keni-section_wrap2, .col1 .section_wrap-wide, .col1 .section_wrap-wide .keni-section {
    margin-right: auto;
    margin-left: auto;




.keni-section_wrap{
	margin: 10px;
	margin-top: 0;
	padding: 10px;
	background: #fff;
}

.free-area .keni-section_wrap{
	padding: 20px;
}
.keni-section_wrap_style02{
	padding: 0;
	background: transparent;
}

.keni-section_outer{
	margin: 10px 0;
	padding: 20px;
	background-color: #fff;
}

.keni-section_outer .keni-section_wrap{
	margin: 0;
}

.keni-sub .keni-section_wrap,
.keni-footer .keni-section_wrap{
	margin-top: 0;
	margin-bottom: 40px;
	padding: 0 20px 20px;
}





/*ストライプの枠線*/
.box_style00{
	padding: 6px;
	background-image: linear-gradient(
		-45deg,
		#fff 25%,
		#ffc737 25%, #ffc737 50%,
		#fff 50%, #fff 75%,
		#ffc737 75%, #ffc737
	);
	background-size: 4px 4px;
	background-repeat: repeat;
}

.box_style00 .box_inner{
	padding: 10px;
	background-color: #ffc737;
}

/*ボタン*/
.btn{
	display: inline-block;
	position: relative;
	margin-bottom: 1em 2em 1em;
	padding: 1em 1em;
	border: 0;
	border-radius: 3px;
	box-shadow: 2px 2px 0px #e9e9e9;
	background: #aaa;
	color: #fff;
	font-size: 1.4rem;
	line-height: 1.2;
	text-decoration: none;
}

.btn span{
	vertical-align: top;
}

.dir-arw_r .icon_arrow_s_right{
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1.0;
}

.dir-arw_l .icon_arrow_s_left{
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -6px;
	font-size: 12px;
	line-height: 1.0;
}

.btn:hover,
.btn:active,
.btn:focus{
	box-shadow: none;
	cursor: pointer;
	-webkit-transform: translateY(2px);
	transform: translateY(2px);
}


/*灰色*/
.btn_gray{
	background: #666;
	color: #fff;
}


/*青緑*/
.btn_bluegreen{
	background: #07cbd2;
	color: #fff;
}


/*橙*/
.btn_orange{
	background: #e69400;
	color: #fff;
}

/*ピンク*/
.btn_pink{
	background: #eb67b5;
	color: #fff;
}


/*/*黄緑*/
.btn_green_y{
	background: #2abe0d;
	color: #fff;
}




.btn_pink:hover,
.btn_green_y:hover,
.btn_gray:hover,
.btn_gray:active,
.btn_gray:focus,
.btn_bluegreen:hover,
.btn_bluegreen:active,
.btn_bluegreen:focus,
.btn_orange:hover,
.btn_orange:active,
.btn_orange:focus{
	color: #fff;
}

.btn_style01{
	background-color: #fff;
	border: 1px solid #00858a;
	color: #00858a;
	font-weight: bold;
}

.btn_style02{
	border: 1px solid #00858a;
	background-color: #f7f7f7;
	color: #00858a;
	font-weight: bold;
}

.btn_style03{
	background: #05a5ab;
	color: #fff;
}

.btn_style03:hover,
.btn_style03:active,
.btn_style03:focus{
	color: #fff;
}

.btn-detail{
	margin: 15px 0;
	text-align: center;
}

.btn-detail .btn{
	width: 100%;
}

.keni-header_cont .btn,
.keni-footer-panel .btn{
	margin-bottom: 0;
	padding: .5em;
}

.btn-area .btn-area_r,
.btn-area .btn-area_l{
	max-width: 48%;
}

.btn-area .btn-area_r{
	float: right;
}

.btn-area .btn-area_l{
	float: left;
}

.keni-footer-panel .utility-menu_item span{
	display: block;
}

/*
# 吹き出し
*/

.chat_l,
.chat_r{
	position: relative;
	margin: 0 0 0em;
	overflow: hidden;
}

.bubble{
	display: inline-block;
	position: relative;
	min-height: 60px;
	min-width: 60px;
	padding: .75em;
	border: 1px solid #ccc;
	border-radius: 8px;
	box-sizing: border-box;
	background: #fff;
	font-size: 1.4rem;
}

.chat_l .bubble{
	float: left;
}

.chat_r .bubble{
	float: right;
}

.bubble .bubble_in{
	border-color: #fff;
	line-height: 1.8;
}

.talker{
	display: block;
	width: 50px;
	height: auto;
	text-align: center;
}

.talker b{
	display: inline-block;
	height: auto;
	line-height: 1.6;
	font-weight: normal;
	font-size: 1.2rem;
	text-align: left;
	vertical-align: top;
}

.talker img{
	display: block;
	width: 50px;
	max-width: 100%;
	margin: auto;
}

.chat_l .talker{
	float: left;
}

.chat_r .talker{
	float: right;
}

.chat_l .bubble_wrap{
	float: right;
	width: 100%;
	margin-left: -60px;
	padding-left: 60px;
}

.chat_r .bubble_wrap{
	float: left;
	width: 100%;
	margin-right: -60px;
	padding-right: 60px;
}

.bubble .bubble_in::after,
.bubble .bubble_in::before{
	position: absolute;
	top: 20px;
	width: 0;
	height: 0;
	border: solid transparent;
	content: "";
}

.chat_l .bubble .bubble_in::after,
.chat_l .bubble .bubble_in::before{
	right: 100%;
}

.chat_r .bubble div::after,
.chat_r .bubble div::before{
	left: 100%;
}

.chat_l .bubble .bubble_in::after{
	margin-top: -4px;
	border-width: 4px 6px;
	border-color: transparent;
	border-right-color: inherit;
	border-top-color: inherit;
}

.chat_l .bubble .bubble_in::before{
	margin-top: -5px;
	border-width: 5px 8px;
	border-color: transparent;
	border-right-color: #ccc;
	border-top-color: #ccc;
}

.chat_r .bubble .bubble_in::after{
	margin-top: -4px;
	border-width: 4px 6px;
	border-color: transparent;
	border-left-color: inherit;
	border-top-color: inherit;
}

.chat_r .bubble .bubble_in::before{
	margin-top: -5px;
	border-width: 5px 8px;
	border-color: transparent;
	border-left-color: #ccc;
	border-top-color: #ccc;
}

.bubble p:last-child{
	margin-bottom: 0;
}

.chat_style02 .bubble{
	border-top: 0;
	border-left: 0;
	background-color: #05a5ab;
	color: #fff;
}

.chat_style02 .bubble .bubble_in{
	border-color: #05a5ab;
}

.chat_l.chat_style02 .bubble .bubble_in::before{
	border-right-color: inherit;
	border-top-color: inherit;
}

.chat_r.chat_style02 .bubble .bubble_in::before{
	border-left-color: inherit;
	border-top-color: inherit;
}


.chat_style03 .bubble{
	background-color: #eee;
	border-color: #d6d6d6;
	border-top: 0;
	border-left: 0;
}

.chat_style03 .bubble .bubble_in{
	border-color: #eee;
}

.chat_r.chat_style03 .bubble .bubble_in::before{
	border-left-color: #d6d6d6;
	border-top-color: #d6d6d6;
}

.chat_l.chat_style03 .bubble .bubble_in::before{
	border-right-color: #d6d6d6;
	border-top-color: #d6d6d6;
}

.chat_style03 .bubble .bubble_in::after{
	margin-top: -5px
}


/*吹き出し 会話者が複数人の場合*/
.together .talker{
	width: 100%;
}

.together .bubble_wrap{
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.together .talker b{
	display: inline-block;
	max-width: 100px;
	margin-right: 10px;
	text-align: left;
	vertical-align: top;
}

.together.chat_l .talker,
.together.chat_r .talker{
	float: none;
	margin: 0 0 10px;
}

.together.chat_l .talker{
	text-align: left;
}

.together.chat_r .talker{
	text-align: right;
}

.together .bubble .bubble_in::after,
.together .bubble .bubble_in::before{
	top: auto;
	bottom: 100%;
}

.together.chat_l .bubble .bubble_in::after,
.together.chat_l .bubble .bubble_in::before{
	right: auto;
	left: 50px;
}

.together.chat_r .bubble .bubble_in::after,
.together.chat_r .bubble .bubble_in::before{
	right: 50px;
	left: auto;
}

.together.chat_l .bubble .bubble_in::after{
	margin-top: -20px;
	margin-left: -6px;
	border-width: 6px 4px;
	border-color: transparent;
	border-bottom-color: inherit;
	border-left-color: inherit;
}

.together.chat_l .bubble .bubble_in::before{
	margin-top: -21px;
	margin-left: -7px;
	border-width: 8px 5px;
	border-color: transparent;
	border-bottom-color: #ccc;
	border-left-color: #ccc;
}

.together.chat_r .bubble .bubble_in::after{
	margin-top: -20px;
	margin-right: -8px;
	border-width: 6px 4px;
	border-color: transparent;
	border-right-color: inherit;
	border-bottom-color: inherit;
}

.together.chat_r .bubble .bubble_in::before{
	margin-top: -21px;
	margin-right: -9px;
	border-width: 8px 5px;
	border-color: transparent;
	border-right-color: #ccc;
	border-bottom-color: #ccc;
}

.bubble_in p:last-child{
	margin-bottom: 0;
}



/*
# フッター
*/
.keni-footer_wrap{
  background:rgba(232,247,247,0.5);
	font-size: 1.4rem;
	line-height: 1.8em;
}


/* フッターコンテンツ */
.keni-footer-cont_wrap{
	overflow: hidden;
}

.keni-footer-cont{
	margin-left: 0;
	width: auto;
}


/*
# フッターパネル
*/
.keni-footer-panel_wrap{
	z-index: 80;
	width: 100%;
	background: #f7f7f7;
}

.keni-footer-panel{
	position: relative;
	min-height: 43px;
	padding: 0;
}

.keni-footer-panel ul{
	display: table;
	width: 100%;
	margin: 0;
	table-layout: fixed;
	border-top: 1px solid #e8e8e8;
}

.keni-footer-panel li{
	display: table-cell;
	border-right: 1px solid #e8e8e8;
	font-size: 1.2rem;
	text-align: center;
}

.keni-footer-panel li a{
	display: block;
	padding: 5px;
	color: #000;
	text-decoration: none;
}

.keni-footer-panel li span::before{
	font-size: 16px;
}

.fixed-bottom{
	position: fixed;
	bottom: 0;
}

.keni-footer-panel_sns{
	display: none;
	position: absolute;
	bottom: 100%;
	background-color: #f7f7f7;
}

.keni-footer-panel_sns .sns-btn_wrap{
	padding: 5px 0;
	border-top: 1px solid #e8e8e8;
}

.fn-footer-panel {
	position: fixed;
	left: 0;
	bottom: -60px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.fn-footer-panel.is-active {
	bottom: 0;
}

.btn_share{
	cursor: pointer;
}

/*コピーライト*/
.keni-copyright_wrap{
	padding: 15px;
	border-top: 1px solid #eee;
}

/*メインビジュアル用キャッチコピー*/
.keni-mv_outer{
	position: relative;
}

.keni-lp .keni-mv_outer{
	background-position: center top;
	background-size: cover;
}

.catch-area{
	width: 100%;
	margin: 50px auto;
}

.keni-lp .catch-area{
	position: absolute;
}

.keni-lp .catch-area{
	width: 100%;
}

.catch-area_inner{
	padding: 15px;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	text-align: left;
}

.keni-lp .catch-area{
	bottom: 80px;
}

.keni-lp .catch-area_inner{
	width: 80%;
	margin: auto;
}

.catch-area .catch_main{
	margin-bottom: 10px;
	font-size: 2.5rem;
}

.catch-area .catch_sub{
	margin-bottom: 10px;
	font-size: 1.4rem;
}

.keni-mv_btn{
	margin-top: 20px;
	text-align: center;
}

.keni-mv_btn a{
	color: #fff;
	text-decoration: none;
	line-height: 1;
}

.keni-mv_btn span::before{
	font-size: 30px;
}

	/*メインビジュアルキャッチ*/
	.col1 .catch-area,
	.col2 .catch-area{
		width: 100%;
		margin: 50px auto;
	}
	
	.col1 .catch-area_c,
	.col2 .catch-area_c{
		width: 50%;
	}
	
	.col1 .keni-lp .catch-area_c,
	.col2 .keni-lp .catch-area_c{
		width: 100%;
	}
	
	.catch-area_l .catch-area_inner{
		margin-right: 50%;
	}
	
	.catch-area_r .catch-area_inner{
		margin-left: 50%;
	}
	
	.catch-area .catch_main{
		font-size: 3.5rem;
	}


/*画像背景*/
.box_style07{
	padding: 10px;
	background: url(https://sanpo-group.co.jp/home/info/wp-content/uploads/2020/11/shop06.jpg) center center;
	background-size: cover;
}

.box_style07 .box_inner{
	padding: 10px;
	background-color: rgba(255,255,255,0.7);
}
	
