@charset "utf-8";


/*===================
	背景
===================*/
.resu_bg{
	background: url(../img/cms/resu_title_bg.jpg) no-repeat center;
	background-size: cover;
}
.blog_bg{
	background: url(../img/cms/blog_title_bg.jpg) no-repeat center;
	background-size: cover;
}
.blog_voice_bg{
	background: url(../img/cms/blog_voice_title_bg.jpg) no-repeat center;
	background-size: cover;
}
.blog_tao_bg{
	background: url(../img/cms/blog_tao_title_bg.jpg) no-repeat center;
	background-size: cover;
}

/*===================
	メイン
===================*/

.resu01_01>ul>li{/*300 720*/
	width:41.6666%;
	float: left;
	margin:0 4.1% 2em ;
}

.resu01_02>ul>li{
	width:96%;
	padding:0.5em 2% 1em;
	border-bottom:#CCCCCC 1px solid;
	
}

.resu01_03 .top01_01cate>li a{
	padding:0.5em 2em;
	margin:0.3em 0.1em;
}

.resu01_04 .top01_01cate>li{
	display: block;
}
.resu01_04 .top01_01cate>li a{
	padding:0.5em 2em;
	margin:0.3em 0.1em;
}

.resu02_01{
	background:#FFFFFF;
	border-radius: 15px;
	padding:1.5em 5%;
	width:90%;
}

.resu02_02rimg{
	position: relative;
	z-index: 2;
}
.resu02_02rtitle{
	position: absolute;
	top:-1em;
	left:1em;
	background:#C2A876;
	color:#FFFFFF;
	letter-spacing: 5px;
	display: inline-block;
	padding:0.3em 2em;
	border-radius: 30px;
	z-index: 3;
}


.resu02_02r{/*220 648*/
	width:100%;
	margin:0 0 1em 0;
	float: none;
}

.resu02_02l{/*220 648*/
	width:100%;
	margin:0;
	float: none;
}

.resu02_03img{
	position: relative;
	z-index: 2;
}
.resu02_03title{
	position: absolute;
	top:-1em;
	left:1em;
	background:#C2A876;
	color:#FFFFFF;
	letter-spacing: 5px;
	display: inline-block;
	padding:0.3em 2em;
	border-radius: 30px;
	z-index: 3;
}

.resu02_02rimg_smn{
	width:90%;
	margin:0 5%;
}


.resu02_02rimg_smn_img{
    position: relative;
    width: 100%;
	overflow: hidden;
	background:#F3F3F3;
}
.resu02_02rimg_smn_img::before{
    content:"";
    display: block;
    padding-top: 76.89768976%; /*100/横*縦*/
}

.resu02_02rimg_smn_img span{
	display: block;
	width:100%;
	height:100%;
	max-height:100%;
	max-width:100%;
	
}

.resu02_02rimg_smn_img img{
	width:auto !important;
	height:auto !important;
	max-width: 100%;
	max-height: 100%;
	margin:auto;
	position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}



/*==========================================================================================*/

.resr01_01cate>ul>li,
.resr01_01cate>ul>li a,
.resr01_01cate>ul>li span{
	display: inline-block;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.resr01_01cate>ul>li a,
.resr01_01cate>ul>li span{
	background:#966F35;
	border:#966F35 1px solid;
	padding:0.3em 1em;
	color:#FFFFFF;
	border-radius: 50px;
}
.resr01_01cate>ul>li a:hover{
	background:#FFFFFF;
	color:#966F35;
}
.cate_mai{
	margin:-2em 0 1em 0;
	position: relative;
	z-index: 99;
}

.resr02_02_cate>ul>li{
	display: inline-block;
}
.resr02_02_cate>ul>li a,
.resr02_02_cate>ul>li>span{
	display: inline-block;
	background:#FFFFFF;
	border-radius: 50px;
	padding:0.3em 1.8em;
	margin:0.2em 0.1em;
	letter-spacing: 0.5px;
	text-decoration: none;
	color:#666666;
	border:#C2A876 1px solid;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
}
.resr02_02_cate>ul>li a:hover{
	color:#C2A876;
}


.resr02_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.resr02_01>ul>li{
	width:96%;
	max-width: 450px;
	margin:0 auto 3em auto;
	background:#FFFFFF;
	border-radius: 10px;
	position: relative;
	border:#F9F7F0 2px solid;
	box-shadow: 4px 4px 10px rgba(0,0,0,0.15);
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.resr02_01>ul>li a{
	text-decoration: none;
	display: block;
	height:100%;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
}

.resr02_01>ul>li a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.resr02_01>ul>li a::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0.7em;
	left: 0.5em;
	background:none;
	border-radius: 10px;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

.resr02_01>ul>li:hover{
	border:#C2A876 2px solid;
	background: none;
}

.resr02_01>ul>li a:hover::before{
	background:rgba(229,224,207,0.8);
	
}

.resr02_01>ul>li:nth-child(3n){
	margin:0 auto 4em;
}

.resr02_01img{/*376 340*/
	width:90.425531914%;
	margin:-2px 9.6% 0 -2px;
}

.resr02_01text{
	width:90%;
	margin:0 5% ;
}

.resr02_01text>dl{
    display: table;
    width:100%;
	table-layout:auto;
}
.resr02_01text>dl>dt{
	display: table-cell;
	vertical-align: top;
	width:30%;
	padding:1em 0.8em 1em 0;
}
.resr02_01text>dl>dd{
	display: table-cell;
	vertical-align: top;
	width:70%;
	padding:0;
}

.resr02_01cate>ul>li{
	display: inline-block;
	position: relative;
	padding:0.2em;
}
.resr02_01cate>ul>li a,
.resr02_01cate>ul>li span{
	color:#C2A876;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.resr02_01cate>ul>li::before{
	content: '＃ ';
	color:#C2A876;
}

.resr02_01cate>ul>li a:hover{
	color:#966F35;
}



/*タブ操作*/
.tab-wrap {
	display: flex;
	flex-wrap: wrap;
	margin:0;
	padding:0;
	position: relative;
	z-index: 1;
	background: #FFFFFF;
	border-radius: 20px;
	/*border:#D3CCAB 1px solid;*/
	box-sizing: border-box;
}
.tab-label {
	display: inline-block;
	order: -1;
	color: #999999;
	margin:0 2px 0 0;
	background:#E5E5E5;
	font-weight: bold;
	padding: 0.2em 1em;
	position: relative;
	z-index: 1;
	cursor: pointer;
	border-radius: 50px;
}
.tab-content {
	width: 100%;
	height: 0;
	/*overflow: hidden;*/
	opacity: 0;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background: #F15A24;
	color:#FFFFFF;
	margin: 0 2px 0 0;
	/*border-top:#F15A24 1px solid;
	border-right:#F15A24 1px solid;
	border-left:#F15A24 1px solid;
	border-bottom:#F15A24 1px solid;*/
}

.tab-switch:checked+.tab-label:last-of-type {
  margin-right:0;
}
.tab-switch:checked+.tab-label+.tab-content {
	height: auto;
	/*overflow: hidden;	*/
	padding: 1em 0;
	box-sizing: border-box;
	opacity: 1;
	transition: .5s opacity;
	border-right:none;
	border-bottom:none;
	border-left:none;
	background:#FFFFFF;
	border-radius: 0 0 20px 20px;
}


/* ラジオボタン非表示 */
.tab-switch {
  display: none;
	box-sizing: border-box;
}


	
/*タブ操作*/
	
.tab-wrap {
	background: none;
	border:none;
	overflow: hidden;
	border-radius: 0 0 20px 20px;
	width:100%;
}
	
	
.tab-label {
	white-space: nowrap;
	padding: 10px .5em;
	border-radius: 15px 15px 0 0;
	flex: 1;
	text-align: center;
}
/* アクティブなタブ */
.tab-switch:checked+.tab-label {
	background: #E5E0CF;
	color:#966F35;
	/*border-top:#D3CCAB 1px solid;
	border-right:#D3CCAB 1px solid;
	border-left:#D3CCAB 1px solid;
	border-bottom:none;*/
}
	
.tab-switch:checked+.tab-label+.tab-content {
	background:#E5E0CF;
	padding: 1em 1em 1.3em;
	margin: -2px auto 0 auto;
	width:100%;
}


.tab-content .resr02_02cate{
	position:relative;
	top: auto;
	left: auto;
}




/*もっと見る*/


.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 80px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 43px;
    /*background: -webkit-linear-gradient(top, rgba(255,244,233,0) 0%, rgba(255,244,233,0.8) 50%, rgba(255,244,233,0.8) 50%, #FFF4E9 100%);
    background: linear-gradient(top, rgba(255,244,233,0) 0%, rgba(255,244,233,0.8) 50%, rgba(255,244,233,0.8) 50%, #FFF4E9 100%);
	*/
	background:linear-gradient(to top,rgba(229,224,207,1)80%,rgba(229,224,207,0));
	z-index: 3;
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 1.5em;
    position: absolute;
     left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	
    margin: 0 auto;
    padding: 0 10px;
    border-radius: 10px;
    color: #957033;
	font-weight: bold;
	z-index: 4;
	cursor: pointer;
}
.readmore-label:before{
    content: '…もっと見る';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    position: absolute;
     left: 50%;
	padding:0;
	bottom:0.5em;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    /*「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
   /*display: none;*/
	z-index: 5;
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height:auto;
    padding: 0 0 1em;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}



/*もっと見る*/




.resr02_02cate_sele a{
	background:#C2A876 !important;
	color:#FFFFFF !important;
}

.resr03_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.resr03_01>ul>li:nth-child(1){
	width:100%;
}
.resr03_01>ul>li:nth-child(2){
	width:100%;
	padding:1em 0 0 0;
	box-sizing: border-box;
}

.resr03_02>ul>li{
	padding:0 0 0.5em 0;
}
.resr03_02>ul>li>dl{
	display: table;
	width:100%;
	table-layout: fixed;
}
.resr03_02>ul>li>dl>dt{
	width:25%;
	display: table-cell;
	vertical-align: middle;
	background:#C2A876;
	color:#333333;
	text-align: center;
	font-weight: bold;
	padding:0.7em;
	box-sizing: border-box;
}

.resr03_02>ul>li>dl>dd{
	width:75%;
	padding:0.5em 0 0.5em 1em;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
}




.voic02_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: flex-start;
	
}

.voic02_01>ul>li:nth-child(1){
	width:70%;
	margin:0 30% 2em 0;
	position: relative;
}


.voic02_01befo,
.voic02_01aftr {
	position: absolute;
	top:-1em;
	left:1em;
	z-index: 2;
}
.voic02_01befo p{
	font-size: 110%;
	letter-spacing: 2px;
	display: inline-block;
	background:#999999;
	color:#FFFFFF;
	padding:0.3em 2.5em;
	border-radius: 50px;
	font-weight: bold;
}
.voic02_01aftr p{
	font-size: 120%;
	letter-spacing: 2px;
	display: inline-block;
	background:#966F35;
	color:#FFFFFF;
	padding:0.3em 2.5em;
	border-radius: 50px;
	font-weight: bold;
}

.voic02_01>ul>li:nth-child(2){
	width:100%;
	position: relative;
}

.voic02_02>ul>li{
	display: inline-block;
	border:#FFD8B8 1px solid;
	color:#F15A24;
	margin:0.1em;
	font-weight: bold;
	border-radius:10px;
	padding:0.2em 2em;
}

.voic02_03>ul>li{
	padding:0 0 2em 0;
}

.voic02_03title{
	width:100%;
	margin:0;
	position: relative;
}
.voic02_03title::before{
	content: '';
	background:#E1DBCC;
	width:100%;
	height:5px;
	position: absolute;
	top:calc(50% - 2.5px);
	left:0;
	z-index: 1;
}
.voic02_03title h2{
	display: inline-block;
	background:#F9F7F0;
	padding:0 1em;
	position: relative;
	z-index: 2;
}

.voic02_04>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.voic02_04>ul>li{
	width:96%;
	margin:0 auto 1em;
}

.voic02_05{
	background:#EFEBDF;
	border-radius: 20px;
	padding:2em 5.625%;
	box-sizing: border-box;
	margin:3em 0 4em 0;
}

.voic02_05block{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.voic02_05img{/*1065 465*/
	width:43.67%;
}
.voic02_05text{
	width:50%;
	margin:0 3%;
	
}

.voic02_05_q{
	position: relative;
	color:#333333;
	font-weight: bold;
	position: relative;
	padding:0 0 0 3em;
}

.voic02_05_q::before{
	content:'';
	background: url("../img/cms/resr_icon_faq.svg") no-repeat;
	background-size: contain;
	padding:0 1em 0 0;
	width:48px;
	height:48px;
	position: absolute;
	top: 50%;
	left: 1.5em;
	transform: translate(-50%,-50%);
}

.voic02_05faq>ul>li{
	padding:1em 0;
}

.voic02_05faq_imgblock{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.voic02_05faq_imgblock .voic02_05faq{
	width:100%;
	order: 2;
}
.voic02_05img{
	width:90%;
	margin:0 auto;
	order: 1;
}


.voic02_06>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.voic02_06>dl>dt{/*182 1065*/
	width:25%;
}
.voic02_06>dl>dd{/*182 1065*/
	width:71%;
	margin:0 0 0 4%;
}






.voic02_01cate>ul>li,
.voic02_01cate>ul>li a,
.voic02_01cate>ul>li span{
	display: inline-block;
}

.voic02_01cate>ul>li a,
.voic02_01cate>ul>li span{
	background:#E5E5E5;
	border-radius: 50px;
	padding:0.3em 1.3em 0.3em 2em;
	margin:0.1em;
	letter-spacing: 0.5px;
	text-decoration: none;
	color:#808080;
	border:#E5E5E5 1px solid;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
}


.voic02_01cate>ul>li a:hover{
	background:#FFFFFF;
}

.top02_02cate>ul>li{
	display: inline-block;
}
.top02_02cate>ul>li a,
.top02_02cate>ul>li>span{
	display: inline-block;
	background:#FFFFFF;
	border-radius: 50px;
	padding:0.3em 1.8em;
	margin:0.2em 0.1em;
	letter-spacing: 0.5px;
	text-decoration: none;
	color:#000000;
	border:#0070BB 1px solid;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
}
.top02_02cate>ul>li a:hover{
	
	color:#0070BB;
}


.voic03_02{
	margin:1.5em 0;
}
.voic03_02>ul,
.voic03_02>ul>li{
	display: inline-block;
	padding:0 0.2em 0.3em;
	box-sizing: border-box;
}

.voic03_02>ul>li>dl,
.voic03_02>ul>li>dl>dt,
.voic03_02>ul>li>dl>dd{
	display: inline-block;
	padding:0 1em 0 0;
	font-weight: bold;
}

.voic03_02>ul>li>dl>dt{
	color:#000000;
}
.voic03_02>ul>li>dl>dd{
	color:#666666;
}


/*==========================================================================================*/


/*===================
	ブログ
=====================*/
.blog01_01>ul>li{
	width:94%;
	padding:2em 6% 2em 0;
	background: url(../img/cms/blog_line.png) no-repeat bottom left;
}

.blog01_bg{
	background: url(../img/cms/blog_title_line.png) no-repeat top center;
	background-size: 100% auto;
	padding:3em 0 0 0;
	margin-top:-5em;
	position: relative;
	z-index: 2;
}

.blog01_02cate>li{
	padding:0.7em 0 0.7em 11%;
	position: relative;
}
.blog01_02cate>li::after{
	content: '';
	background:url(../img/cms/blog_icon.png) no-repeat;
	width:26px;
	height:30px;
	position: absolute;
	top: 50%;
	left: 5%;
	transform: translate(-50%, -50%);
	
}
.blog01_02cate>li a{
	color:#444444;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
	text-decoration: none;
}

.blog01_02cate>li a:hover{
	color:#A58546;
}

.blog02_01{
	width:100%;
	background:#FFFFFF;
	border-radius: 15px;
	padding:2em 5%;
	box-sizing: border-box;
}

.blog_free h3 a{
	display: block;
	width:90%;
	margin:0.5em auto;
	background:#C2A876;
	padding:1em 0;
	text-align: center;
	font-size:115%;
	font-weight: bold;
	color:#FFFFFF;
	letter-spacing: 1px;
	text-decoration: none;
	border-radius: 10px;
	box-shadow: 0 3px #AF8D4E;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}
.blog_free h3 a:hover{
     -ms-transform: translateY(3px);
    -webkit-transform: translateY(3px);
    transform: translateY(3px);
    border-bottom: none;
    box-shadow: none;
	
}


/*==================
    前へ次へ
==================*/
.prev_block{
    width:46%;
    margin:0 2% 0 0;
    float: left;
}
.next_block{
    width:46%;
    margin:0 0 0 2%;
    float: right;
    
}
.prev01_01smn{
    width:45%;
	padding:0;
    margin:0 5% 0 0;
    float: none;
	box-sizing: border-box;
}
.prev01_01text{
    width:100%;
    margin:0;
    float: none;
}

.next01_01smn{
    width:45%;
    margin:0 0 0 55%;
	padding:0;
    float: none;
	box-sizing: border-box;
}
.next01_01text{
    width:100%;
    float: none;
}
.next01_01texticon{
    padding:0.2em 1em 0.2em 0;
    position: relative;
}
.next01_01texticon::after{
    content:'';
    background: url(../img/cms/icon_arrow_A58549.svg) no-repeat;
    background-size: contain;
    width:7px;
    height:7px;
    position: absolute;
    top: 48%;
    right: 2%;
    transform: translate(-50%,-50%);
}

.prev01_01texticon{
    padding:0.2em 0 0.2em 2em;
    position: relative;
}
.prev01_01texticon::after{
    content:'';
    background: url(../img/cms/icon_arrow_A58549.svg) no-repeat;
    background-size: contain;
    width:7px;
    height:7px;
    position: absolute;
    top: 42%;
    left: 0;
    transform: translate(-50%,-50%);
	transform: scale(-1, 1);
}


.case01_03title{
	position: relative;
	padding:0.2em 0 0.2em 3.5em;
}
.case01_03title::after{
	content: '';
	background:url(../img/cms/icon_enogu.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 3%;
	width:58px;
	height:39px;
	transform: translate(-50%,-50%);
}

.blog01_03title{
	position: relative;
	padding:0.2em 0 0.2em 3.5em;
}
.blog01_03title::after{
	content: '';
	background:url(../img/cms/icon_nikukyu.png) no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 3%;
	width:47px;
	height:45px;
	transform: translate(-50%,-50%);
}

.case01_03>ul>li>a{
	display: block;
	width:100%;
	margin:1em 0;
	padding:1em 3% 0.5em;
	background:#FFFFFF;
	box-sizing: border-box;
	position: relative;
	border-radius: 10px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}
.case01_03>ul>li>a:after{
	content: '';
	background:url(../img/cms/icon_next.png) no-repeat;
	width:30px;
	height:30px;
	position: absolute;
	top: 50%;
	right: 2%;
	transform: translate(-50%,-50%);
	
}


.case01_03>ul>li>a:hover img{
	filter: alpha(opacity=100);
  -moz-opacity:1;
  opacity:1;
} 


.case01_03>ul>li>a:hover{
	background:#F3F3F3;
}

.case01_03>ul>li>a>dl>dt{
	width:17%;
	float: left;
}
.case01_03>ul>li>a>dl>dd{
	width:69%;
	margin:0 2%;
	float: left;
}


.top06_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:0;
}
.top06_02>ul>li{
	width:90%;
	border:#CCCCCC 2px solid;
	
	margin:0 auto 2em auto;
	background:#FFFFFF;
	border-radius: 10px;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.top06_02>ul>li a{
	text-decoration: none;
	display: block;
	height:100%;
	padding:0.5em;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
}

.top06_02>ul>li a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.top06_02>ul>li a::before{
	content: "";
	display: block;
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	position: absolute;
	top: 0.2em;
	left: 0.2em;
	background:none;
	border-radius: 10px;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

.top06_02>ul>li:hover{
	border:#966F35 2px solid;
	background: none;
}

.top06_02>ul>li a:hover::before{
	background:rgba(239,235,223,0.8);
}


.top06_99>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	margin:1em 0 0 0;
}
.top06_99>ul>li{
	width:100%;
	box-shadow: 0 0 6px rgba(0,0,0,0.15);
	border:2px solid #F9F7F0;
	margin:0 auto 2.5em;
	background:#FFFFFF;
	border-radius: 15px;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}
.top06_99>ul>li a{
	text-decoration: none;
	display: block;
	height:100%;
	padding:0.5em;
	box-sizing: border-box;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
}
.top06_99>ul>li:before {
	position: absolute;
	display: inline-block;
	content: "たお塗装ブログ更新しました！";
	color:#FFFFFF;
	background: #C2A876;
	top: -1.3em;
	left: 3%;
	padding: 0.2em 3%;
	box-sizing: border-box;
	border-radius: 50px;
	letter-spacing: 2px;
	z-index: 10;
}

.top06_98 .top06_99>ul>li:before {
	content: "たお塗装施工事例のご案内";
}
.top06_98cat {
	display: inline-block;
	background: #966F34;
	color: #FFFFFF;
	font-size:90%;
	padding: 0.1em 2%;
	border-radius: 50px;
}

.top06_99>ul>li:after{
	content: '';
	background:url(../img/cms/icon_next.png) no-repeat;
	width:30px;
	height:30px;
	position: absolute;
	top: 95%;
	right: 0;
	transform: translate(-50%,-50%);
}

.top06_99>ul>li a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.top06_99>ul>li a::before{
	content: "";
	display: block;
	width: calc(100% + 3px);
	height: calc(100% + 3px);
	position: absolute;
	top: 0.2em;
	left: 0.2em;
	background:none;
	border-radius: 15px;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

.top06_99>ul>li:hover{
	border:#966F35 2px solid;
	background: none;
	background:rgba(239,235,223,0.8);
}
/*
.top06_99>ul>li a:hover::before{
	background:rgba(239,235,223,0.8);
}
*/
.top06_99block>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}
.top06_99block>dl>dt{/*170 956*/
	width:90%;
	margin:0 auto;
}
.top06_99block>dl>dd{
	width:100%;
	margin:0;
}



.top06_02block>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	align-items: center;
}

.top_news .top06_02block>dl{
	align-items:flex-start;
}

.top06_02block>dl>dt{/*170 956*/
	width:100%;
}
.top06_02block>dl>dd{
	width:100%;
	margin:0;
}

.top06_02text{
	width:90%;
	margin:0 auto;
}

.top06_02text>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.top06_02text>dl>dt{
	width:10%;
}
.top06_02text>dl>dd{
	width:90%;
}

.blog03_01 .top06_02block>dl>dt{/*170 956*/
	margin:-0.5em 0 0 -0.5em;
}

.blog03_01 .top06_02>ul>li{
	box-shadow: 4px 4px 4px rgba(0,0,0,0.15);
	border:2px solid #F9F7F0;
}
.blog03_01 .top06_02>ul>li:hover{
	border:2px solid #966F35;
	
}

.blog03_01 .resr02_01cate span,
.blog03_01 .resr02_01cate a,
.blog03_01 .resr02_01cate>ul>li::before {
	color:#808080;
}


.blog03_01 .top01_04smn img{
	border-radius: 10px 0 10px 0;
}

.blog03_02title{
	font-size: 130%;
	letter-spacing: 5px;
	color: #FFF;
	text-shadow:1px 1px 0 #4D4D4D, -1px -1px 0 #4D4D4D,
	-1px 1px 0 #4D4D4D, 1px -1px 0 #4D4D4D,
	0px 1px 0 #4D4D4D,  0-1px 0 #4D4D4D,
	-1px 0 0 #4D4D4D, 1px 0 0 #4D4D4D;
}
.blog03_02block{
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	width:100%;
	padding:2em;
	box-sizing: border-box;
	border:#E5E0CF 3px solid;
	border-radius: 20px;
}

.blog03_02title{
	width:23%;
	text-align: center;
}

.blog03_02text{
	width:77%;
}

.blog04_01{
	background:#FFFFFF;
	border-radius: 20px;
	box-shadow: 4px 4px 4px rgba(0,0,0,0.15);
	padding:2em;
	box-sizing: border-box;
}

.blog04_01line{
	border-top:#E5E0CF 3px solid;
}

/*メールフォーム*/


.mail01_01 dl{
	padding:1em 0;
}

.mail01_01 dt{
	width:98%;
	padding:0 0 0 1%;
	margin:0.6em 0;
	float:none;
	font-weight:bold;
}

.mail01_01 dd{
	width:98%;
	margin:0 1%;
	float:none;
}
input.text_min,
input.text,
select.text,
select.text_min,
textarea.text{
	border:#D6D6D6 solid 1px;
	border-radius:3px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	padding:1em;
    font-size: 110%;
	margin:0.5em 0;
	width:100%;
}
input.text_min,
select.text_min{
	width:30%;
}

.mail01_02{
    width:90%;
	margin:0 auto;
}
.mail01_02 input{
    width:auto;
	max-width:70%;
	margin:0;
}

input[type=checkbox] {
margin:0.5em;
  transform: scale(1.5);
}
input[type=radio] {
margin:0.5em;
  transform: scale(1.5);
}


.lkc-internal-wrap{
	position: relative;
}
.lkc-internal-wrap::before,
.lkc-external-wrap::before{
	content: '';
	background: url(../img/cms/link_card_icon.png) no-repeat;
	background-size: contain;
	width: 138px;
	height: 28px;
	position: absolute !important;
	top: -15px;
	left: 20px;
}

.lkc-thumbnail{
	margin: 0 15px 4px 4px;
}
.lkc-title-text {
	margin-top:15px;
}




/***  CMSのフリー領域処理  ***/
.cms_free p img { display: block; width:auto; float:none; padding:1em 0; }
.cms_free p img.alignright { margin: 0 0 0 auto; }/* 配置位置 右 */
.cms_free p img.alignleft { margin: 0 auto 0 0; }/* 配置位置 左 */
.cms_free p img.aligncenter { margin: 0 auto; }/* 配置位置 中央 */
.cms_free p img.alignnone { margin: 0 auto 0 0; }/* 配置位置 左 */

.cms_free img { display: block; width:auto; float:none; padding:1em 0; }
.cms_free img.alignright { margin: 0 0 0 auto; }/* 配置位置 右 */
.cms_free img.alignleft { margin: 0 auto 0 0; }/* 配置位置 左 */
.cms_free img.aligncenter { margin: 0 auto; }/* 配置位置 中央 */
.cms_free img.alignnone { margin: 0 auto 0 0; }/* 配置位置 左 */

.cms_free img { width: auto; max-width: 100%; }/* 配置位置 左 */

.cms_free p { padding:0.3em 0; }

.cms_free table { border: #CCCCCC solid 1px; width:100%; border-collapse: collapse; border-spacing: 0; }

.cms_free table td {
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
}

.cms_free table th {
	border-right: #CCCCCC solid 1px;
	border-bottom: #CCCCCC solid 1px;
	font-weight: normal;
}


/***  カレンダー  ***/
.wp-calendar{
	margin:1.5em 0;
}

.wp-calendar table{
	width:100%;
	padding-top:0.5em;
	color:#000000;
}

.wp-calendar table th,
.wp-calendar table td{
	width:14.2857%;
	background-color:none;
	text-align:center;
}

.wp-calendar table tfoot a {
	text-decoration:underline;
}

.wp-calendar table tfoot a:hover {
	text-decoration:none;
}

.wp-calendar table tbody a {
	display:block;
	color:#000000 !important;
	background-color:#E7E7E7;
	text-decoration:none;
}

.wp-calendar table tbody a:hover {
	color:#000000 !important;
	background-color:#CCCCCC;
}

/***  ページナビゲーション  ***/
.wp-pagenavi {
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #333;
	background-color: #FFF;
	border: 1px solid #333A;
    padding: 0.7em 2.5%;
	margin: 0 0.5%;
    white-space: nowrap;
    border:#DDD solid 1px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-o-border-radius: 8px;
    border-radius: 8px;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-decoration: none;
}
.wp-pagenavi a:hover{
	color: #FFF;
	background-color: #CCC;
	border-color: #DDD;
    }
.wp-pagenavi span.current{
	color: #FFF;
	background-color: #CCC;
	border-color: #DDD;
	font-weight: bold;
    }
	

.top01_02smn,
.top01_03smn,
.top01_04smn,
.top01_05smn{
	position:relative;
	padding-bottom: 72.9927007295%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.top01_03smn {
	padding-bottom:100%; /* 100/横*縦*/
}
.top01_05smn {
	padding-bottom:120%; /* 100/横*縦*/
}
.top01_02smn span,
.top01_02smn a,
.top01_03smn span,
.top01_03smn a,
.top01_04smn span,
.top01_04smn a,
.top01_05smn span,
.top01_05smn a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top01_02smn img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 10px 0 10px 0;
}
.top01_03smn img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 50%;
}
.top01_04smn img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 15px;
}

.top01_05smn img{
	width: 100%;
	height: 100%;
	object-fit:contain;
}

/*=====================
	前へ次へ
	スマホ時落ちるパターン
======================*/

.prenex{
	display: table;
	width:100%;
	table-layout: fixed;
	padding:2em 0;
	box-sizing: border-box;
}

.prev02_01{
	width:96%;
	margin:0.5em auto;
}

.next02_01{
	width:96%;
	margin:0.5em auto;
}

.prev02_01block{
	display: flex;/*フレックボックス宣言*/
	flex-wrap:wrap;/*折り返しあり*/
	width:100%;/*親要素は100％*/

	/*並び方の設定
	justify-content: space-around;/*親要素に空きがあったら均等に配置　これがなければ左寄せ*/
	/*align-content: center;複数行の場合中央に配置*/
	align-items: center;/**/
}
.next02_01block{
	display: flex;/*フレックボックス宣言*/
	flex-wrap:wrap;/*折り返しあり*/
	width:100%;/*親要素は100％*/

	/*並び方の設定*/
	justify-content: flex-end;/*親要素に空きがあったら均等に配置　これがなければ左寄せ*/
	/*align-content: center;複数行の場合中央に配置*/
	align-items: center;/**/
}


.prev02_01text{
	width:70%;
	margin:0;
}

.next02_01text{
	width:70%;
	margin:0 0 0 30%;
}

.next02_01text{
	order: 1; 
}

.reco01_01>ul>li{
	padding:0 0 2em;
}
.reco01_01>ul>li a{
	width:100%;
	height:100%;
	background:#FFFFFF;
}

.reco01_01 .top02_02cate{
	position: static;
}

.reco01_01>ul>li>a{
	text-decoration: none;
	display: block;
	border-radius: 10px;
	box-sizing: border-box;
	background: #FFFFFF;
	border:#F7F7F7 2px solid;
	padding:0 0 1.5em 0;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	position: relative;
}

.reco01_01>ul>li a::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0.5em;
	left: 0.5em;
	background:none;
	border-radius: 10px;
	transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
	z-index: -1;
}

.reco01_01>ul>li>a:hover{
	border:#C1272D 2px solid;
	background: none;
}
.reco01_01>ul>li>a:hover::before{
	background:rgba(193,39,45,0.2);
}

.reco01_01>ul>li>a>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.reco01_01>ul>li>a>dl>dt{
	width:38%;
}
.reco01_01>ul>li>a>dl>dd{
	width:62%;
}

.reco01_01>ul>li>a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}

.reco01_01 .top01_02smn img{
	border-radius: 10px 0 10px 0 ;
}

.reco01_01text{
	width:90%;
	margin:1em auto;
}

/*=====================
	/前へ次へ
	/スマホ時落ちるパターン
======================*/

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {

/*===================
	背景
===================*/
	
.tab-switch:checked+.tab-label+.tab-content {
	padding: 3em 2em 2em;
}
	
/*タブ操作*/
.tab-wrap {
	margin:0 0 2em;
	padding:2em 1em 0;
}
	
	
.readmore-content::before {
	content: '';
	display: none;
}
	
.readmore-label:before{
    content: '';
	display: none;
}
	
.resu02_02r{/*220 648*/
	width:33%;
	margin:0 1%;
	float: left;
}
.resu02_02l{/*220 648*/
	width:61%;
	margin:0 0 0 4%;
	float: left;
}
	
	
.resr02_01>ul>li{
	width:31.666666%;
	margin:0 2.5% 4em 0;
}
	
.resr03_01>ul>li:nth-child(1){
	width:60.0878%;
}
.resr03_01>ul>li:nth-child(2){
	width:39.9122%;
	padding:0 0 0 2em;
}
	
.voic01_01 .top02_01>ul>li {
	width:31.66666%;
	margin:0 0.8% 3em;
	
}
.voic03_01{
	width:82.5%;
}
	

.voic02_01>ul>li:nth-child(1){
	width:37%;
	margin:0 2% 0 0;
}
.voic02_01>ul>li:nth-child(2){
	width:57.916666%;
}
	
.voic02_03title h2{
	padding:0 1em 0 0.2em;
	color:#966F35;
}
	
.voic02_04>ul>li{
	width:32.3333%;
	margin:0 0.5% 1em;
}

.voic02_05faq_imgblock .voic02_05faq{
	width:60%;
	order: 1;
}
.voic02_05img{
	width:35%;
	margin:0 0 0 5%;
	order: 2;
}

	
.voic02_06>dl>dt{/*182 1065*/
	width:17.09%;
}
.voic02_06>dl>dd{/*182 1065*/
	width:76%;
	margin:0 2% 0 4%;
}

.top06_99>ul>li:after{
	top: 50%;
	right: 2%;
	
}


.top06_02block>dl>dt{/*170 956*/
	width:17.79%;
}
.top06_02block>dl>dd{
	width:78.21%;
	margin:0 2%;
}
.top06_02>ul>li {
	width:100%;
	margin:0 auto 1.5em auto;
}
.top_news .top06_02>ul>li{
	width:48%;
}

.top06_99block>dl>dt{/*170 956*/
	width:22.79%;
}
.top06_99block>dl>dd{
	width:73.21%;
	margin:0 2%;
}


.blog03_01 .top06_02block>dl>dt{/*170 956*/
	width:25%;
	padding-bottom:0.8em;
	margin:-0.5em 0 0 -0.5em;
}
	
.blog03_01 .top06_02block>dl>dd{
	width:71%;
	margin:0 2%;
}
.top06_02text{
	width:100%;
	margin:0 auto;
}
	
.blog04_01{
	padding:3em 4em;
}
	
/*=========================
	ブログ
=========================*/

.blog01_bg{
	background: url(../img/cms/blog_title_line.png) no-repeat top right;
	background-size: 100% auto;
	padding:7em 0 0 0;
	margin-top:-8em;
	position: relative;
	z-index: 2;
}
	
	
.prev01_01smn{
    width:35%;
    margin:0 5% 0 0;
    float: left;
}
.prev01_01text{
    width:60%;
    margin:0;
    float: left;
}

.next01_01smn{
    width:35%;
    margin:0 0 0 5%;
    float: right;
}
.next01_01text{
    width:60%;
    margin:0;
    float: left;
}

	
    
/*メールフォーム*/
.mail01_01 dt{
	padding:0;
	margin:0.6em 0;
	width:20%;
	float:left;
	
}
.mail01_01 dd{
	width:78%;
	margin:0 1%;
	float:left;
	
}

input.text,
select.text,
textarea.text{
	width:100%;
}

input.text{
	width:80%;
}


.mail01_02{
	width:78%;
	margin:0 0 0 21%;
}
.mail01_02 input{
	width:auto;
	margin:0 auto;
}
	
/*=====================
	前へ次へ
	スマホ時落ちるパターン
======================*/
.prev02_01,
.next02_01{
	display: table-cell;
	vertical-align: top;
	width:48%;
	padding:0 2% 0 0;
	border: none;
}
.next02_01{
	display: table-cell;
	width:48%;
	padding:0 0 0 2%;
	border: none;
}
.prev02_01text{
	width:65%;
	margin:0;
}
.next02_01text{
	width:65%;
	margin:0 0 0 35%;
}

}
/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1140px) {

/*=========================
	ブログ
=========================*/

.blog01_bg{
	padding:7.5em 0 0 0;
	margin-top:-9em;
}

/***  ページナビゲーション  ***/
.wp-pagenavi a, .wp-pagenavi span {
	padding: 7px 14px;
	margin: 0 3px;
}

}