@charset "UTF-8";

img{
	max-width: 100%!important;
	height: auto!important;
}

.wp-caption {
	width: auto!important;
}

/* =================================
	header
======================================== */

header{
	overflow: hidden;
	padding: 30px 0;
	margin: 0 auto;
	width: 94%;
	max-width: 1120px;
}

header .logo{
	margin: 0 auto;
	max-width: 200px;
	text-align: center;
}

header .logo a{
	display: block;
	margin-bottom: 5px;
}

header .logo .tit{
	font-family: "Vollkorn", "serif";
	font-size: 12px;
	line-height: 150%;
	font-weight: normal;
}

/* =================================
	nav
======================================== */

.blog-nav{
	margin-bottom: 30px;
}

.blog-nav #pack-btn{
	background: #000;
	padding: 5px 3%;
	color: #bfa428;
	text-align: center;
}

.blog-nav #pack{}

.blog-nav #pack ul{}

.blog-nav #pack ul li a{
	display: block;
	color: #000;
	text-decoration: none;
	padding: 5px 3%;
	border-bottom: 1px #000 solid;
	background: url(../img/icon_pack.svg) no-repeat right 3% center #DEE8C6;
}


/* =================================
	footer
======================================== */

footer{
	background: url(../img/bg_footer.gif) repeat-x left top #222;
	padding: 30px 0;
}

footer .copyrights001{
	text-align: center;
	font-size: 13px;
	line-height: 150%;
	color: #fff;
}

footer .innar{
	padding: 0 0 60px;
}

footer .innar .inbox{
	margin: 0 auto;
	width: 1120px;
	
	display: flex;
	flex-flow: row nowrap;
	justify-content:flex-start;
	align-items: flex-end;

	/*--- IE10 用 ---*/
	display:-ms-flexbox;
	-ms-flex-flow:row nowrap;
	-ms-flex-pack:flex-start;
	-ms-flex-align:flex-end;

	/*--- Androidブラウザ用 ---*/
	display:-webkit-box;
	 -webkit-box-direction:row;
	-webkit-box-pack:flex-start;
	-webkit-box-align:flex-end;

	/*--- safari（PC）用 ---*/
	display:-webkit-flex;
	-webkit-flow:row nowrap;
	-webkit-justify-content:flex-start;
	-webkit-align-items:flex-end;
}

footer .innar .inbox .cont1{
	width: 280px;
	margin-right: 58px;
}

footer .innar .inbox .cont2{
	width: 460px;
	margin-right: 89px;
}

footer .innar .inbox .cont3{
	width: 230px;
}

footer .innar .inbox .cont1 .logo{
	margin-bottom: 20px;
	width: 200px;
}

footer .innar .inbox .cont1 .logo p{
	margin-bottom: 5px;
}

footer .innar .inbox .cont1 .logo .tit{
	font-family: "Vollkorn", "serif";
	font-size: 13px;
	line-height: 150%;
	color: #fff;
	font-weight: normal;
	text-align: center;
}


footer .innar .inbox .cont1 .corporate{
	
}

footer .innar .inbox .cont1 .corporate a{
	display: inline-block;
	border: 1px #666 solid;
	border-radius: 50px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	line-height: 150%;
	padding: 2px 20px;
	transition: all .3s; 
}

footer .innar .inbox .cont1 .corporate a span{
	display: inline-block;
	background: url(../img/ar01_on.svg) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 26px;
}

footer .innar .inbox .cont1 .corporate a:hover{
	background: #fff;
	color: #000;
}

footer .innar .inbox .cont1 .corporate a:hover span{
	background: url(../img/ar01.svg) no-repeat left center;
	background-size: 16px 16px;
	padding-left: 26px;
}

footer .innar .inbox .cont1 ul{
	margin-bottom: 20px;
	overflow: hidden;
}

footer .innar .inbox .cont1 ul li{
	padding: 0 0px 0 7px;
	font-size: 14px;
	line-height: 150%;
	float: left;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	
	text-orientation: upright;

}

footer .innar .inbox .cont1 ul li a{
	text-decoration: none;
	color:#fff;
	padding-right: 4px;
}

footer .innar .inbox .cont1 ul li a:hover{
	text-decoration: none;
	border-right: 1px dashed;
	padding-right: 3px;
}
	

footer .innar .inbox .cont3 .txt-box{
	border: 1px #000 solid;
	padding: 20px 20px;
	height: 318px;
	text-align: center;
	overflow: hidden;
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	
	text-orientation: upright;
}

footer .innar .inbox .cont3 .txt-box .first{
	padding: 0 0 0 20px;
	text-align: left;
	
}

footer .innar .inbox .cont3 .txt-box .last{
	padding: 0;
	text-align: right;	
}

footer .innar .inbox .cont3 .txt-box .first p{
	display: inline-block;
	font-size: 14px;
	line-height: 160%;
	height: 318px;
	color: #fff;
}

footer .innar .inbox .cont3 .txt-box .last p{
	display: inline-block;
	font-size: 14px;
	line-height: 160%;
	text-align: right;
	height: 318px;
	
	writing-mode: tb-rl;
	writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-o-writing-mode: vertical-rl;
	-webkit-writing-mode: vertical-rl;
	
	text-orientation: upright;
}

footer .innar .inbox .cont3 .txt-box .last p a{
	background: url(../img/ar01_on.svg) no-repeat left top;
	background-size: 16px 16px;
	padding-top: 26px;
	text-decoration: none;
	padding-right: 4px;
	color: #fff;
}

footer .innar .inbox .cont3 .txt-box .last p a:hover{
	text-decoration: none;
	border-right: 1px dashed;
	padding-right: 3px;
}

footer .innar .inbox .cont2 .social{
	margin-bottom: 20px;
	text-align: center;
}

footer .innar .inbox .cont2 .social li{
	display: inline-block;
	padding: 0 10px;
}
footer .innar .inbox .cont2 .social li a{
	transition: all .3s; 
}

footer .innar .inbox .cont2 .social li a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

footer .innar .inbox .cont2 .copyrights{
	text-align: center;
	font-size: 13px;
	line-height: 150%;
	color: #fff;
}

footer .innar .inbox .cont2 .contact-box{
	margin-bottom: 20px;
	border: 1px #ccc solid;
}

footer .innar .inbox .cont2 .contact-box .block{
	padding: 20px;
	border-bottom: 1px #ccc solid;
	overflow: hidden;
}

footer .innar .inbox .cont2 .contact-box .block:last-child{
	padding: 20px;
	border-bottom: none;
}

footer .innar .inbox .cont2 .contact-box .block .tit{
	width: 130px;
	float: left;

}

footer .innar .inbox .cont2 .contact-box .block .tit p{
	font-size: 15px;
	line-height: 150%;
	color: #fff;
}

footer .innar .inbox .cont2 .contact-box .block .tit span{
	display: inline-block;
	border: 1px #666 solid;
	background: #666;
	font-size: 13px;
	line-height: 150%;
	padding: 1px 10px;
	color: #fff;
	text-align: center;
}

footer .innar .inbox .cont2 .contact-box .block .cont{
	width: 250px;
	float: right;
}

footer .innar .inbox .cont2 .contact-box .block .cont a{
	display: block;
	background: #000;
	color: #fff;
	padding: 5px;
	text-align: center;
	border: 1px #000 solid;
	font-size: 14px;
	line-height: 150%;
	text-decoration: none;
	transition: all .3s; 
}

footer .innar .inbox .cont2 .contact-box .block .cont a:hover{
	background: #fff;
	color: #000;
}

footer .innar .inbox .cont2 .contact-box .block .cont .number{
	text-align: center;
}

footer .innar .inbox .cont2 .contact-box .block .cont .number.mr{
	margin-bottom: 10px;
}

footer .innar .inbox .cont2 .contact-box .block .cont .number p{
	font-size: 30px;
	line-height: 80%;
	color: #fff;
}

footer .innar .inbox .cont2 .contact-box .block .cont .number p.tel{
	background: url(../img/icon_tel_blog_foot.svg) no-repeat left top;
	background-size: 21px 22px;
	
}

footer .innar .inbox .cont2 .contact-box .block .cont .number span{
	font-size: 13px;
	line-height: 150%;
	color: #fff;
}

/* =================================
	.blog cont
======================================== */

.blog-contents{
	margin: 0 auto 30px;
	width: 94%;
	max-width: 1120px;
}

.blog-contents .cont{
	margin-bottom: 40px;
}

.blog-contents .sidebar{
	margin-bottom: 0;
}

/* =================================
	.blog cont
======================================== */

.topics-list{
	
}

.topics-list .cont{
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px #000 dotted;
}

.topics-list .cont span{
	margin-right: 15px;
	display: inline-block;
	border: 1px #a9a9a9 dotted;
	padding: 2px 10px;
	text-align: center;
	font-size: 14px;
	line-height: 150%;
}

.blog-list{
	margin-bottom: 30px;
	
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
	align-items: stretch;

	/*--- IE10 用 ---*/
	display:-ms-flexbox;
	-ms-flex-flow:row wrap;
	-ms-flex-pack:flex-start;
	-ms-flex-align:stretch;

	/*--- Androidブラウザ用 ---*/
	display:-webkit-box;
	 -webkit-box-direction:row;
	-webkit-box-pack:flex-start;
	-webkit-box-align:stretch;

	/*--- safari（PC）用 ---*/
	display:-webkit-flex;
	-webkit-flow:row wrap;
	-webkit-justify-content:flex-start;
	-webkit-align-items:stretch;
}

.blog-list .blog-box{
	width: 48%;
	margin: 0 4% 30px 0;
}

.blog-list .blog-box:nth-child(2n) {
	margin: 0 0 30px 0;
}

.blog-list .image{
	margin-bottom: 10px;
}

.blog-list .image a{
	transition: all .3s; 
}

.blog-list .image  a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.blog-list .image img{
	max-width: 100%;
	max-height: auto;
}

.blog-list .headline{
	margin-bottom: 10px;
}

.blog-list .headline .date{
	font-size: 14px;
	line-height: 150%;
}

.blog-list .headline .category{
	text-align: right;
	font-size: 12px;
	line-height: 150%;
}

.blog-list .headline .category span{
	display: inline-block;
	text-align: center;
	color: #fff;
	padding: 3px 5px;
}

.blog-list .headline .category .matcha_sweets{background: #c8d267;}
.blog-list .headline .category .japanese_tea{background: #c44279;}
.blog-list .headline .category .soba{background: #b0ab79;}
.blog-list .headline .category .tool{background: #e5af41;}
.blog-list .headline .category .staff_blog{background: #9a7dac;}
.blog-list .headline .category .yomimono{background: #08070d;}
.blog-list .headline .category .news{background: #894B13;}


.blog-list  .tit{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 150%;
}

.blog-list  .tit a{
	color: #000;
	text-decoration: none;
}

.blog-list  .tit a:hover{
	text-decoration: underline;
}

.blog-list  .txt{
	font-size: 13px;
	line-height: 150%;
}


.pager{
	text-align: center;
}

.pager li{
	list-style: none;
	display: inline-block;
}

.pager li a{
	display: block;
	text-decoration: none!important;
	margin: 0 5px 5px;
	padding: 5px 10px;
	border: 1px #697f3e solid;
}
.pager li a:hover{
	background: #697f3e;
	color: #fff;
}



.yogo-list{
	margin-bottom: 30px;
	
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
	align-items: stretch;

	/*--- IE10 用 ---*/
	display:-ms-flexbox;
	-ms-flex-flow:row wrap;
	-ms-flex-pack:flex-start;
	-ms-flex-align:stretch;

	/*--- Androidブラウザ用 ---*/
	display:-webkit-box;
	 -webkit-box-direction:row;
	-webkit-box-pack:flex-start;
	-webkit-box-align:stretch;

	/*--- safari（PC）用 ---*/
	display:-webkit-flex;
	-webkit-flow:row wrap;
	-webkit-justify-content:flex-start;
	-webkit-align-items:stretch;
}

.yogo-list a{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
	border-bottom: 1px #b2b2b2 dotted;
	padding-bottom: 10px;
	text-decoration: none;
	font-size: 15px;
	line-height: 150%;
	color: #000;
}

.yogo-list a:hover{
	text-decoration: underline;
}

.yogo-list a:nth-child(2n) {
	margin-right: 0;
}

/* =================================
	.blog sidebar
======================================== */

.blog-contents .sidebar .pr{
	margin: 0 auto;
	width:198px;
	background: #697f3e;
	color: #fff;
	dispay: inline-block;
	position: relative;
	top: -37px;
	margin-bottom: -17px;
	z-index: 11;
	border: 2px solid #697f3e;
	text-align: center;
	font-size: 18px;
	line-height: 150%;
	padding: 5px 10px;
}

.blog-contents .sidebar .pr:before{
	content: "";
	display: inline-block;
	border: 10px solid transparent;
	border-top-color: #697f3e;
	position: absolute;
	left: 96px;
	bottom: -20px;
}

.blog-contents .sidebar .pr:after{
	content: "";
	display: inline-block;
	border: 9px solid transparent;
	border-top-color: #697f3e;
	position: absolute;
	left: 96px;
	bottom: -17px;
}


.blog-contents .sidebar .box{
	border: 1px #ccc solid;
	position: relative;
	z-index: 10;
	background: #fff;
	top: 17px;
	margin-bottom: 60px;
	padding: 20px 15px 15px;
}

.blog-contents .sidebar .box a{
	text-decoration: none;
}

.blog-contents .sidebar .box a:hover{
	text-decoration: underline;
}

.blog-contents .sidebar .box ul{
	
}

.blog-contents .sidebar .box ul:last-child{
	margin-bottom: 0;
}

.blog-contents .sidebar .box ul li{
	background: url(../img/ar01.svg) no-repeat left 0.5em;
	background-size: 16px 16px;
	padding-left: 26px;
	font-size: 13px;
	line-height: 180%;
	
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px #ccc dotted;
}

.blog-contents .sidebar .box ul li ul{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.blog-contents .sidebar .box ul li ul li{
	background: none;
	padding-left: 0;
	font-size: 13px;
	line-height: 180%;
	
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.blog-contents .sidebar .box ul li a{
	font-size: 18px;
	line-height: 180%;
}

.blog-contents .sidebar .box ul li ul li a{
	font-size: 14px;
	line-height: 180%;
}



.blog-contents .sidebar .box2{
	border: 1px #ccc solid;
	position: relative;
	z-index: 10;
	background: #fff;
	top: 17px;
	margin-bottom: 60px;
	padding: 20px 15px 15px;
}

.blog-contents .sidebar .box2 a{
	text-decoration: none;
}

.blog-contents .sidebar .box2 a:hover{
	text-decoration: underline;
}

.blog-contents .sidebar .box2 ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:center;
	align-items: center;

	/*--- IE10 用 ---*/
	display:-ms-flexbox;
	-ms-flex-flow:row wrap;
	-ms-flex-pack:center;
	-ms-flex-align:center;

	/*--- Androidブラウザ用 ---*/
	display:-webkit-box;
	 -webkit-box-direction:row;
	-webkit-box-pack:center;
	-webkit-box-align:center;

	/*--- safari（PC）用 ---*/
	display:-webkit-flex;
	-webkit-flow:row wrap;
	-webkit-justify-content:center;
	-webkit-align-items:center;
}

.blog-contents .sidebar .box2 ul:last-child{
	margin-bottom: 0;
}

.blog-contents .sidebar .box2 ul li{
	width: 50%;
	box-sizing: border-box;
	margin-bottom: 10px;
}

.blog-contents .sidebar .box2 ul li:nth-child(odd){
	text-align: right;
	padding-right: 10px;
}

.blog-contents .sidebar .box2 ul li:nth-child(even){
	text-align: left;
	padding-left: 10px;
}

.blog-contents .sidebar .box2 ul li a{
	display: inline-block;
	padding: 0 5% 0 20px;
	box-sizing: border-box;
	background: url(../img/ar01.svg) no-repeat left 0.5em;
	background-size: 12px 12px;
	font-size: 14px;
	line-height: 180%;
}


/* =================================
	.blog-bannars
======================================== */

.blog-bannars{
	margin: 0 auto 40px;
	width: 94%;
	max-width:520px; 
}

.blog-bannars ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
	align-items: center;

	/*--- IE10 用 ---*/
	display:-ms-flexbox;
	-ms-flex-flow:row wrap;
	-ms-flex-pack:flex-start;
	-ms-flex-align:center;

	/*--- Androidブラウザ用 ---*/
	display:-webkit-box;
	 -webkit-box-direction:row;
	-webkit-box-pack:flex-start;
	-webkit-box-align:center;

	/*--- safari（PC）用 ---*/
	display:-webkit-flex;
	-webkit-flow:row wrap;
	-webkit-justify-content:flex-start;
	-webkit-align-items:center;
}

.blog-bannars li{
	width: 48%;
	margin: 0 4% 20px 0;
	float: left;
}

.blog-bannars li:nth-child(2n) {
	margin-right: 0;
}

.blog-bannars li .bannar-tit{
	display: none;
}

.blog-bannars li a{
	transition: all .3s; 
}

.blog-bannars li a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/* =================================
	.blog-datail
======================================== */

.breadcrumb{
	margin-bottom: 30px;
}

.blog-photo{
	margin-bottom: 30px;
}

.blog-contents .cont h1{
	margin-bottom: 15px;
	font-size: 26px ;
	line-height: 150%;
	font-weight: normal;
}

.blog-contents .cont .data{
	margin-bottom: 15px;
	
	display: flex;
	flex-flow: row nowrap;
	justify-content:flex-start;
	align-items: center;

	/*--- IE10 用 ---*/
	display:-ms-flexbox;
	-ms-flex-flow:row nowrap;
	-ms-flex-pack:flex-start;
	-ms-flex-align:center;

	/*--- Androidブラウザ用 ---*/
	display:-webkit-box;
	 -webkit-box-direction:row;
	-webkit-box-pack:flex-start;
	-webkit-box-align:center;

	/*--- safari（PC）用 ---*/
	display:-webkit-flex;
	-webkit-flow:row nowrap;
	-webkit-justify-content:flex-start;
	-webkit-align-items:center;
}

.blog-contents .cont .data .category{
	margin-right: 15px;
}

.blog-contents .cont .data .category span{
	display: block;
	text-align: center;
	color: #fff;
	padding: 5px 8px;
	background: #157F9C;
}

.blog-contents .cont .data .category .matcha_sweets{background: #529329;}
.blog-contents .cont .data .category .japanese_tea{background: #C21632;}
.blog-contents .cont .data .category .soba{background: #898048;}
.blog-contents .cont .data .category .tool{background: #D38542;}
.blog-contents .cont .data .category .staff_blog{background: #95416E;}
.blog-contents .cont .data .category .yomimono{background: #003A89;}
.blog-contents .cont .data .category .news{background: #6A4F3D;}
.blog-contents .cont .data .category .chanoyu{background: #3f4f2b;}
.blog-contents .cont .data .category .road_to{background: #157F9C;}


.blog-contents .cont .data .author{
	margin-right: 15px;
}

.blog-contents .cont .share-block{
	margin-bottom: 20px;
}


.blog-contents .cont .end-blog{
	margin-bottom: 15px;
	text-align: right;
}

.blog-contents .cont .btn-block{
	margin-bottom: 30px;
}

.blog-contents .cont .btn-cover{
	width: 300px;
	margin-right: 20px;
	float: right;
}

.blog-contents .cont .end-share{
	margin-bottom: 30px;
}
.blog-contents .cont .end-share p{
	margin-bottom: 15px;
	text-align: center;
	font-size: 16px;
	line-height: 150%;
}


.blog-contents .cont .end-share ul{
	text-align: center;
}

.blog-contents .cont .end-share li{
	display: inline-block;
	margin: 0 7px;
	width: 32px;
}

.blog-contents .cont .end-share li a{
	transition: all .3s; 
}

.blog-contents .cont .end-share li a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.blog-contents .cont .kanren-block h2{
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: normal;
	line-height: 150%;
}

.blog-contents .cont .kanren-block ul{
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
	align-items: stretch;

	/*--- IE10 用 ---*/
	display:-ms-flexbox;
	-ms-flex-flow:row wrap;
	-ms-flex-pack:flex-start;
	-ms-flex-align:stretch;

	/*--- Androidブラウザ用 ---*/
	display:-webkit-box;
	 -webkit-box-direction:row;
	-webkit-box-pack:flex-start;
	-webkit-box-align:stretch;

	/*--- safari（PC）用 ---*/
	display:-webkit-flex;
	-webkit-flow:row wrap;
	-webkit-justify-content:flex-start;
	-webkit-align-items:stretch;
}

.blog-contents .cont .kanren-block li{
	width: 48%;
	margin-right: 4%;
	margin-bottom: 20px;
}

.blog-contents .cont .kanren-block li:nth-child(2n) {
	margin-right: 0;
}

.blog-contents .cont .kanren-block li:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.blog-contents .cont .kanren-block li .image{
	margin-bottom: 10px;
}

.blog-contents .cont .kanren-block li .image a{
	transition: all .3s; 
}

.blog-contents .cont .kanren-block li .image  a:hover{
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

.blog-contents .cont .kanren-block li .tit{
	margin-bottom: 10px;
}

.blog-contents .cont .kanren-block li .tit a{
	color: #000;
	text-decoration: none;
}

.blog-contents .cont .kanren-block li .tit a:hover{
	text-decoration: underline;
}

.blog-contents .cont .page-navi{
	margin-bottom: 40px;
	border: 1px #000 solid;
}

.blog-contents .cont .page-navi a{
	border-bottom: 1px #000 solid;
}

.blog-contents .cont .page-navi a:last-child{
	border-bottom: none;
}

.blog-contents .cont .page-navi img{
}

.blog-contents .cont .page-navi a{
	color: #000;
	text-decoration: none;
	transition: all .3s; 
}

.blog-contents .cont .page-navi a.prev{
	background: url(../img/ar02.svg) no-repeat left 10px center;
	background-size: 16px 16px;
}

.blog-contents .cont .page-navi a.next{
	background: url(../img/ar01.svg) no-repeat right 10px center;
	background-size: 16px 16px;
}

.blog-contents .cont .page-navi a.prev:hover{
	background: url(../img/ar02.svg) no-repeat left 10px center #ddd;
}

.blog-contents .cont .page-navi a.next:hover{
	background: url(../img/ar01.svg) no-repeat right 10px center #ddd;
}

.blog-contents .cont .page-navi a.prev{
	width: 100%;
	box-sizing: border-box;
	padding: 15px 15px 15px 25px;
	height: 100%;
	
	display: flex;
	flex-flow: row wrap;
	justify-content:flex-start;
	align-items: center;

	/*--- IE10 用 ---*/
	display:-ms-flexbox;
	-ms-flex-flow:row wrap;
	-ms-flex-pack:flex-wrap;
	-ms-flex-align:center;

	/*--- Androidブラウザ用 ---*/
	display:-webkit-box;
	 -webkit-box-direction:row;
	-webkit-box-pack:flex-start;
	-webkit-box-align:center;

	/*--- safari（PC）用 ---*/
	display:-webkit-flex;
	-webkit-flow:row wrap;
	-webkit-justify-content:flex-start;
	-webkit-align-items:center;
}


.blog-contents .cont .page-navi a.prev .image{
	width: 80px;
	padding-left: 15px;
	
}

.blog-contents .cont .page-navi a.prev .txt{
	width: 184px;
	margin-left: 20px;
}

.blog-contents .cont .page-navi a.next{
	width: 100%;
	box-sizing: border-box;
	padding: 15px 25px 15px 15px;
	height: 100%;
	
	display: flex;
	flex-flow: row-reverse nowrap;
	justify-content:flex-start;
	align-items: center;

	/*--- IE10 用 ---*/
	display:-ms-flexbox;
	-ms-flex-flow:row-reverse nowrap;
	-ms-flex-pack:flex-start;
	-ms-flex-align:center;

	/*--- Androidブラウザ用 ---*/
	display:-webkit-box;
	 -webkit-box-direction:row-reverse;
	-webkit-box-pack:flex-start;
	-webkit-box-align:center;

	/*--- safari（PC）用 ---*/
	display:-webkit-flex;
	-webkit-flow:row-reverse nowrap;
	-webkit-justify-content:flex-start;
	-webkit-align-items:center;
}


.blog-contents .cont .page-navi a.next .image{
	width: 80px;
	padding-right: 15px;
}

.blog-contents .cont .page-navi a.next .txt{
	width: 184px;
	margin-right: 20px;
}


.blog-contents .cont .page-navi a .txt .txt01{
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 150%;
}

.blog-contents .cont .page-navi a .txt p{
	font-size: 13px;
	line-height: 160%;
}




/* =================================
	.\\single block
======================================== */

.blog-contents .cont .single-block{
	margin-bottom: 80px;
}

.blog-contents .cont .single-block p{
	margin-bottom: 1.8em;
	line-height: 180%;
}

.blog-contents .cont .single-block blockquote{
	margin: 0 0 5px;
	background: url(../img/blockquote1.png) no-repeat 15px 20px #eee;
	border: 1px #ccc dotted;
	padding: 45px 15px 20px;
}

.blog-contents .cont .single-block blockquote p:last-child{
	margin-bottom: 0;
	padding-bottom: 24px;
	background: url(../img/blockquote2.png) no-repeat right bottom;
}

.blog-contents .cont .single-block h2{
	margin-bottom: 0.5em;
}





.blog-contents .cont .single-block h2{
	margin-bottom: 0.8em;
	font-size: 24px;
	line-height: 150%;
	font-weight: normal;
	background: url(../img/bg_h2_parts1.gif) repeat-x left bottom;
	padding: 0 0 10px;
}
	.blog-contents .cont .single-block h2.pt1{
		background: url(../img/bg_h2_parts1.gif) repeat-x left bottom;
		padding: 0 0 10px;
	}
	.blog-contents .cont .single-block h2.pt2{
		background: #e6e6e6;
		padding: 10px 15px;
		border-radius: 10px;
	}
	.blog-contents .cont .single-block h2.pt3{
		background: none;
		border: 1px #697f3e solid;
		padding: 10px 15px;
		border-radius: 10px;
	}
	.blog-contents .cont .single-block h2.pt4{
		background: none;
		border-top: 1px #697f3e solid;
		border-bottom: 1px #697f3e solid;
		padding: 10px 0;
	}
	.blog-contents .cont .single-block h2.pt5{
		background: url(../img/bg_h2_parts2.gif) no-repeat left 0.9em;
		padding: 10px 0 10px 20px;
		border-bottom: 1px #697f3e solid;
	}
	.blog-contents .cont .single-block h2.pt6{
		background: #697f3e;
		color: #fff;
		padding: 10px 15px;
	}


.blog-contents .cont .single-block h3{
	margin-bottom: 0.8em;
	font-size: 20px;
	line-height: 150%;
	font-weight: normal;
	color: #697f3e;
}
	.blog-contents .cont .single-block h3.pt1{
		color: #697f3e;
	}
	.blog-contents .cont .single-block h3.pt2{
		border-left: 5px #697f3e solid;
		padding-left: 15px;
		color: #000;
	}
	.blog-contents .cont .single-block h3.pt3{
		background: url(../img/bg_h2_parts3.gif) no-repeat left 0.7em;
		padding: 0 0 0 30px;
		color: #000;
	}
	.blog-contents .cont .single-block h3.pt4{
		border-bottom: 1px #697f3e solid;
		padding-bottom: 10px;
		color: #000;
	}
	.blog-contents .cont .single-block h3.pt5{
		border-bottom: 1px #ccc dotted;
		padding-bottom: 10px;
		color: #000;
	}

.blog-contents .cont .single-block .yogo-contents{
	margin-bottom: 50px;
}

.blog-contents .cont .single-block .yogo-contents p{
	margin-bottom: 0;
}

.blog-contents .cont .single-block .yogo-contents .parts1{
	margin-bottom: 30px;
}























