 @charset "utf-8";

/*==============================
/***  メインコンテンツ  ***/
/*=============================*/

.blog01_02>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.blog01_02>ul>li{
	width:48%;
	margin:0 1% 3em;
}
.blog01_02>ul>li a{
	text-decoration: none;
	display: block;
	width:100%;
	background:#FFFFFF;
	border-radius: 20px;
	padding:0.5em;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px 1px rgba(0,0,0,0.2);
	-webkit-transition: .1s ease-in-out;
	transition: .1s ease-in-out;
}

.blog01_02>ul>li a:hover{
	-ms-transform: translateY(3px);
	-webkit-transform: translateY(3px);
	transform: translateY(3px);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.2)
}

.blog01_01>ul{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.blog01_01>ul>li:nth-child(1){
	width:100%;
	padding:0 1em;
	box-sizing: border-box;
}

.blog01_01>ul>li:nth-child(2){
	width:100%;
	margin:2em 0 0 0;
	padding:0 2em;
	box-sizing: border-box;
}

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

.blog02_01cate>ul>li{
	margin:0 0 1em;
}

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

.blog02_01cate>ul>li span,
.blog02_01cate>ul>li a{
	padding:0.7em 2.5em;
	background:#FFFFFF;
	border:#DDD5CE 1px solid;
	color:#C4BDB7;
	border-radius: 50px;
	text-decoration: none;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;

}

.blog02_01cate>ul>li a:hover{
	background:#EFEFEF;
	border:#FFFFFF 1px solid;
}

.top_blog_trainer a:hover img{
	filter: alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}


.blog02_02{
	background:#FFFFFF;
	border-radius: 20px;
	padding:1em 2em;
	box-sizing: border-box;
	box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.1);
}

.blog02_03>ul>li{
	padding:1.5em 0;
	border-bottom:#DDD5CE 1px solid;
}

.blog02_03>ul>li a{
	display: block;
	text-decoration: none;
}
.blog02_03>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}

.blog02_03>ul>li>dl>dt{
	width:29%;
	margin:0 1% 0 0;
}

.blog02_03>ul>li>dl>dd{
	width:70%;
}

.news01_01>ul>li{
	padding:1.5em 0;
	border-bottom:#DDD5CE 1px solid;
}

.news01_01>ul>li:last-child{
	border-bottom:none;
}







.zoom_icon{
	position: relative;
}
.zoom_icon::after{
	content: '';
	background: url("../img/cms/cms_zoom.svg") no-repeat;
	background-size: contain;
	position: absolute;
	bottom:15px;
	right:15px;
	width:14px;
	height:13px;
}


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

.prenex{
	display: table;
	width:100%;
	table-layout: fixed;
}

.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%;
	align-items: center;
}
.next02_01block{
	display: flex;
	flex-wrap:wrap;
	width:100%;
	justify-content: flex-end;
	align-items: center;
}

.prev02_01img{
	width:25%;
	margin:0 3% 0 0;

}

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

.next02_01img{
	width:25%;
	margin:0 0 0 3%;

}
.next02_01text{
	width:72%;
	margin:0;
}

.next02_01img{
	order: 2;
}
.next02_01text{
	order: 1;
}
/*=====================
	/前へ次へ
	/スマホ時落ちるパターン
======================*/

.youtube {
	position:relative;
	padding-bottom: 60%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/***  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;
}

.cms_free iframe {
	width: 100% !important;
}

.reco01_01>ul,
.reco01_01>ul>li>dl{
	display: flex;
	flex-wrap:wrap;
	width:100%;
}
.reco01_01>ul>li>dl{
	align-items: center;
}

.reco01_01>ul>li{
	width:100%;
	padding:0 1em 1em;
	box-sizing: border-box;
}

.reco01_01>ul>li>dl>dt{
	width:35%;
}
.reco01_01>ul>li>dl>dd{
	width:65%;
	padding:0 1.5em;
	box-sizing: border-box;
}

/***  ページナビゲーション  ***/
.wp-pagenavi {
	clear: both;
	text-align:center;
}
.wp-pagenavi a, .wp-pagenavi span {
	color: #B0B0B0;
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;
	/*
	padding: 8px 15px;
	margin: 0 2px;
	*/
	padding: 0.7em 2.5%;
	margin: 0 0.5%;
	white-space: nowrap;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-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: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	}
.wp-pagenavi span.current{
	color: #000000;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	font-weight: normal;
	}

.wp-pagenavi span.pages{
	display: none;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	color: #B0B0B0;
	font-weight: bold;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
	display: none;
	color: #B0B0B0;
	font-weight: bold;
	background-color: #FFFFFF;
	border-color: #FFFFFF;
}


/***  カレンダー  ***/
.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;
}


.top01_01smn,
.top01_02smn,
.top01_03smn,
.top01_04smn{
	position:relative;
	padding-bottom: 100%; /* 100/横*縦*/
	height: 0;
	overflow: hidden;
}
.top01_02smn{
	padding-bottom: 100%; /* 100/横*縦*/
}
.top01_04smn{
	padding-bottom: 137.831858407%; /* 100/横*縦*/
}

.top01_01smn span,
.top01_01smn a,
.top01_02smn span,
.top01_02smn a,
.top01_03smn span,
.top01_03smn a,
.top01_04smn span,
.top01_04smn a{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.top01_01smn img{
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.top01_02smn img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 50%;
}

.top01_03smn img{
	width: 100%;
	height: 100%;
	object-fit:cover;
	border-radius: 15px;
}

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

/*=================================================================================*/
/** 768px以上　タブレット縦　サイズ画面  **/
@media (min-width : 768px) {
	
	
.blog01_02>ul>li{
	width:31.333333%;
	margin:0 1% 3em;
}
	

.blog02_02{
	padding:3em 5em;
}
	
	
.blog02_03>ul>li>dl>dt{
	width:18%;
	margin:0.7em 2% 0 0;
}

.blog02_03>ul>li>dl>dd{
	width:80%;
}
	
.prev02_01,
.next02_01{
	display: table-cell;
	vertical-align: middle;
	width:48%;
	margin:0 2% 0 0;
	border: none;
}
.next02_01{
	display: table-cell;
	width:48%;
	margin:0 0 0 2%;
	border: none;
}
	
}

@media (min-width : 1024px) {
	

	
}
/*=================================================================================*/
/** 1140px以上 padding: ;PCサイズ画面 **/
@media (min-width : 1200px) {
	
/**** メインコンテンツ　****/ 
	
.blog01_01>ul>li:nth-child(1){
	width:72%;
	padding:0;
}

.blog01_01>ul>li:nth-child(2){
	width:25%;
	padding:0;
	margin:0 0 0 3%;
}
	
.blog01_02>ul>li{
	width:30%;
	margin:0 1% 3em;
}

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

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


}
