/*▼ mv ▼*/
.mv {
	position: relative;
}




.mv {
	display: flex;
	position: relative;
}

.mv .bgarea1 {
	background-color: #ff8800;
}

.mv .bgarea2 {
	height: 100%;
}

.mv .bgarea2 .pagettl {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

.mv .bgarea2 .pagettl h1 {
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	line-height: 1;
}

.mv:after {
	display: block;
	content: "";
	position: absolute;
	left: 0;
	background-color: #ff8800;
	z-index: 2;
}

@media screen and (min-width: 766px) {

	.mv {
		min-width: 1200px;
		height: 470px;
		background-size: auto;
	}

	.mv .bgarea1 {
		width: 38%;
		height: 100%;
	}

	.mv .bgarea2 {
		width: 62%;
		background: url(/files/img/blog/mv_01.png);
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;

	}

	.mv .bgarea2 .pagettl {
		left: -31%;
		padding-top: 48px;
	}

	.mv .bgarea2 .pagettl h1 {
		font-size: 80px;
	}

	.mv .bgarea2 .pagettl p {
		font-size: 18px;
	}

	.mv:after {
		bottom: -145px;
		left: 0;
		width: 76%;
		height: 145px;
	}


}

@media screen and (max-width: 767px) {
	img {
		width: 100%;
		height: auto;
	}


	.mv .bgarea1 {
		width: 20%;
		height: auto;
		top: 64px;
		position: relative;
	}

	.mv .bgarea2 {
		width: 80%;
		background: url(/files/img/blog/mv_01_sp.png);
		position: relative;
		background-size: cover;
		background-repeat: no-repeat;
		padding-top: 60.80645%;
	}


	.mv .bgarea2 .pagettl {
		left: -16%;
	}

	.mv .bgarea2 .pagettl h1 {
		font-size: 40px;
	}

	.mv .bgarea2 .pagettl p {
		font-size: 14px;
	}

	.mv:after {
		bottom: -64px;
		left: 0;
		width: 80%;
		height: 65px;
	}





}

/*▲ mv ▲*/

/*  */
@media (min-width: 766px) {
	.next_mv {
		padding-top: 145px;
	}
}

@media (max-width: 767px) {
	.next_mv {
		padding-top: 65px;
	}
}

@media (min-width: 766px) {
	.blog {
		min-width: 1200px;
		margin: auto;
	}

	.blog .inner {
		width: 1200px;
		padding-top: 90px;
		padding-bottom: 90px;
		margin: auto;
	}
}

@media (max-width: 767px) {
	.blog {}

	.blog .inner {
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 45px;
		padding-bottom: 45px;
	}
}




/*blog_body  */
@media (min-width: 766px) {
	.blog_body {
		display: flex;
		justify-content: space-between;
	}

	.blog_main {
		width: 860px;
	}

	.blog_menu {
		width: 280px;
	}



}

@media (max-width: 767px) {

	.blog_main {
		padding-bottom: 65px;
	}

}


.blog_menu a {
	display: block;
	transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
}

.blog_menu a:hover {
	color: #ff8800;
}



.menu_ttl {
	border-bottom: solid 3px #ff8800;
	font-weight: bold;
	font-size: 18px;
	font-family: 'Noto Sans Japanese', Rokkitt, sans-selif;

}

/*メニュータイトル  */
@media (min-width: 766px) {
	.menu_ttl {
		padding-bottom: 8px;
	}

}

@media (max-width: 767px) {
	.menu_ttl {
		padding-bottom: 12px;
	}



}



/*カテゴリーメニュー  */
.category_menu .li {
	border-bottom: solid 1px #ccc;
	color: #222;
	font-size: 16px;
	display: block;
}

@media (min-width: 766px) {
	.category_menu .li {
		padding-top: 22px;
		padding-bottom: 22px;
	}
}

@media (max-width: 767px) {
	.category_menu .li {
		padding-top: 20px;
		padding-bottom: 20px;

	}

}


/*汎用メニュー  */
.df_menu {
	font-size: 14px;
}

.df_menu .li {
	display: flex;
	align-items: center;
	border-top: 1px solid #bebebe;
}

.df_menu .li:nth-of-type(1) {
	border-top: none;
}

.df_menu .li .pic {
	position: relative;
	overflow: hidden;
}

.df_menu .li .pic img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

@media (min-width: 766px) {
	.df_menu {
		margin-top: 70px;
	}

	.df_menu .li {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.df_menu .li .pic {
		width: 83px;
		height: 52px;
	}

	.df_menu .li .pic+.txt {
		margin-left: 8px;
		width: 187px;
	}

}

@media (max-width: 767px) {
	.df_menu {
		margin-top: 60px;
	}

	.df_menu .li {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.df_menu .li .pic {
		width: 25%;
		height: 16vw;
	}

	.df_menu .li .pic+.txt {
		margin-left: 3%;
		width: 72%;
	}


}


/* ブログ一覧*/
.blog_li {
	border-bottom: 1px solid #ccc;
	display: block;
	padding-bottom: 50px;
	font-family: 'Noto Sans Japanese', Rokkitt, sans-selif;
	color: #222;
	transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
}

.blog_li:nth-of-type(1) {
	border-top: 1px solid #ccc;
}

.blog_li .info {
	display: flex;
	align-items: center;
}

.blog_li .info .date {
	color: #666;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

.blog_li .info .cate {
	background: #ff8800;
	color: #fff;
	font-family: 'Noto Sans Japanese', Rokkitt, sans-selif;
}

.blog_li .ttl {
	font-weight: bold;
	line-height: 1.385;
}

.blog_li .more {
	text-align: center;
	background: #ff8800;
	color: #fff;
	transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
}

.blog_li:hover .more {
	background: #fff;
	color: #ff8800;
	border: solid 1px #ff8800;
}

.blog_li .pic {
	overflow: hidden;
	position: relative;
}

.blog_li .pic img {
	-webkit-transition: all .6s;
	transition: all .6s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}

.blog_li:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

@media (min-width: 766px) {
	.blog_li {
		padding-top: 38px;
		display: flex;
		flex-wrap: wrap;
	}

	.blog_li .info,
	.blog_li .ttl {
		width: 100%;
	}

	.blog_li .info .date {
		font-size: 15px;
		margin-right: 16px;
	}

	.blog_li .info .cate {
		font-size: 16px;
		height: 32px;
		line-height: 32px;
		padding-right: 15px;
		padding-left: 15px;
	}

	.blog_li .ttl {
		margin-top: 15px;
		font-size: 26px;
	}

	.blog_li .pic {
		margin-top: 30px;
		width: 420px;
		height: 286px;
		margin-right: 20px;
	}

	.blog_li .pic img {
		width: 100%;
	}

	.blog_li .ph {
		margin-top: 30px;
		width: 420px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}

	.blog_li .txt {
		line-height: 2;
	}

	.more {
		/*margin-top: 20px;*/
		height: 36px;
		line-height: 36px;
		width: 122px;
		margin-bottom: 30px;
	}
}

@media (max-width: 767px) {
	.blog_li {
		padding-top: 13px;
	}

	.blog_li .info .date {
		font-size: 12px;
		margin-right: 10px;
	}

	.blog_li .info .cate {
		font-size: 12px;
		height: 25px;
		line-height: 25px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.blog_li .ttl {
		margin-top: 12px;
		font-size: 20px;
	}

	.blog_li .pic {
		margin-top: 10px;
		width: 100%;
		height: 63vw;
	}

	.blog_li .txt {
		margin-top: 16px;
		font-size: 14px;
		line-height: 28px;
	}

	.more {
		margin-top: 20px;
		height: 50px;
		line-height: 50px;
	}
}



.wrap_pagenavi {
	text-align: center;
	margin-top: 50px;
}

.wp-pagenavi {
	display: flex;
	justify-content: center;
	font-family: font-family: 'Noto Sans Japanese', Rokkitt, sans-selif;
}

.previouspostslink,
.page,
.nextpostslink,
.current {
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: #f5f5f5;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 7.5px 0;
	line-height: 48px;
}

.previouspostslink:hover,
.page:hover,
.nextpostslink:hover {
	cursor: pointer;
}

.previouspostslink:hover,
.page:hover,
.nextpostslink:hover,
.current {
	background: #000;
	color: #f5f5f5
}

.previouspostslink,
.nextpostslink {
	position: relative;
}

.previouspostslink:before,
.nextpostslink:before {
	position: absolute;
	content: "";
	display: block;
	width: 6px;
	height: 12px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

}

.previouspostslink:before {
	background-image: url(/files/img/blog/arrow_left.png);
}

.nextpostslink:before {
	background-image: url(/files/img/blog/arrow.png);
}

.previouspostslink:hover:before {
	background-image: url(/files/img/blog/arrow_left_w.png);
}

.nextpostslink:hover:before {
	background-image: url(/files/img/blog/arrow_w.png);
}

@media (min-width: 766px) {}

@media (max-width: 767px) {

	.previouspostslink,
	.page,
	.nextpostslink,
	.current {
		margin: 0 1% 0;

	}


}


















.media {
	border-bottom: 1px solid #ccc;
	display: block;
	padding-bottom: 50px;
	font-family: font-family: 'Noto Sans Japanese', Rokkitt, sans-selif;
	color: #222;
	transition: all .25s ease-in;
	-ms-transition: all .25s ease-in;
}

.media .info {
	display: flex;
	align-items: center;
}

.media .info .date {
	color: #666;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
}

.media .info .cate {
	background: #ff8800;
	color: #fff;
	font-family: 'Noto Sans Japanese', Rokkitt, sans-selif;
}

.media .ttl {
	font-weight: bold;
	line-height: 1.385;
}

.blog_single .media .txt {
	color: #222;
	line-height: 2;
}

.blog_single .media .txt h2,
.relation .ttl {
	font-weight: bold;
	border-left: 3px solid #ff8800;
	line-height: 1.556;
	padding: 8px 8px 8px;
}



.blog_single .media .txt blockquote {
	background: #f5f5f5;
	padding: 20px;
	margin-top: 10px;
}

.blog_single .media .txt a {
	color: #ff8800;
	cursor: pointer;
}

.blog_single .media .txt a:hover {
	opacity: .7;
}

.blog_single .media .txt blockquote p:nth-of-type(1) {
	margin-top: 0px;
}

.blog_single .media .txt del {
	text-decoration: line-through;
}

.blog_single .media .txt i {
	font-style: italic;
}

.blog_single .media .txt ul {
	margin-top: 10px;
	padding-left: 1.2rem;
}

.blog_single .media .txt ol {
	margin-top: 10px;
	padding-left: 1.2rem;
}

.blog_single .media .txt ul li {
	list-style: disc;
}

.blog_single .media .txt ol li {
	list-style-type: decimal
}

.blog_single .media .txt .youtube {
	margin-top: 20px;
	position: relative;
	max-width: 100%;
	padding-top: 56.25%;
}

.blog_single .media .txt .youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 766px) {
	.media .info .date {
		font-size: 15px;
		margin-right: 10px;
	}

	.media .info .cate {
		font-size: 16px;
		height: 25px;
		line-height: 25px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.media .info,
	.media .ttl {
		width: 100%;
	}

	.media .ttl {
		margin-top: 15px;
		font-size: 26px;
	}

	.media .pic {
		margin-top: 30px;
		width: 100%;
	}

	.media .pic img {
		width: 100%;
		max-width: 860px;
		height: auto;
	}

	.blog_single .media .txt {
		margin-top: 30px;
		font-size: 15px;
	}

	.blog_single .media img {
		max-width: 860px;
		height: auto;
	}

	.blog_single .media .txt p {
		margin-top: 40px;
	}


	.blog_single .media .txt h2,
	.relation .ttl {
		font-weight: bold;
		margin-top: 70px;
		font-size: 22px;
		border-left: 5px solid #ff8800;
		line-height: 2;
		padding: 15px 15px 15px;
	}


	.blog_single .media .txt h1 {
		font-size: 24px;
		font-weight: bold;
		margin-top: 20px;
	}

	.blog_single .media .txt h2 {}

	.blog_single .media .txt h3 {
		font-size: 20px;
		font-weight: bold;
		margin-top: 20px;
	}

	.blog_single .media .txt h4 {
		font-size: 18px;
		font-weight: bold;
		margin-top: 15px;
	}

	.blog_single .media .txt h5 {
		font-size: 16px;
		font-weight: bold;
		margin-top: 10px;
	}

	.blog_single .media .txt h6 {
		font-size: 14px;
		font-weight: bold;
		margin-top: 5px;
	}

	.aligncenter {
		text-align: center;
	}

	.alignright {
		text-align: right;
	}

	.alignleft {
		text-align: left;
	}

}

@media (max-width: 767px) {
	.media .info .date {
		font-size: 12px;
		margin-right: 10px;
	}

	.media .info .cate {
		font-size: 12px;
		height: 25px;
		line-height: 25px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.media .ttl {
		margin-top: 12px;
		font-size: 20px;
	}

	.media .pic {
		margin-top: 10px;
		width: 100%;
	}


	.blog_single .media .txt {
		margin-top: 15px;
		font-size: 14px;
	}


	.blog_single .media .txt p {
		margin-top: 35px;
	}


	.blog_single .media .txt h2,
	.relation .ttl {
		font-weight: bold;
		margin-top: 50px;
		font-size: 18px;
	}


	pre {
		white-space: pre-wrap;
	}

	.blog_single .media .txt h1 {
		font-size: 24px;
		font-weight: bold;
		margin-top: 20px;
		line-height: 1.4;
	}

	.blog_single .media .txt h2 {}

	.blog_single .media .txt h3 {
		font-size: 17px;
		font-weight: bold;
		margin-top: 17px;
	}

	.blog_single .media .txt h4 {
		font-size: 16px;
		font-weight: bold;
		margin-top: 15px;
	}

	.blog_single .media .txt h5 {
		font-size: 14px;
		font-weight: bold;
		margin-top: 10px;
	}

	.blog_single .media .txt h6 {
		font-size: 13px;
		font-weight: bold;
		margin-top: 5px;
	}

	.blog_single .media .txt .wp-caption {
		max-width: 100%;
	}

}











.media {
	border-bottom: 1px solid #cccccc;
}

.snslink {
	margin: auto;
	display: flex;
}

.snslink .snsbtn {
	background:
}

.snslink .snsbtn:hover {
	opacity: .7;
}

.banner a:hover {
	opacity: .7;
}

@media (min-width: 766px) {
	.media {
		padding-bottom: 50px;
	}

	.snslink {
		/* margin-top:37px; */
		margin-top: 95px;
	}

	.snslink .snsbtn {
		width: 215px;
		height: 50px;

	}

	.snslink .snsbtn.tw {
		background: #5ba4d9 url(/files/img/blog/icon_tw.png) center center no-repeat;
	}

	.snslink .snsbtn.fb {
		background: #395793 url(/files/img/blog/icon_fb.png) center center no-repeat;
		;
	}

	.snslink .snsbtn.googleplus {
		background: #d34b3b url(/files/img/blog/icon_googleplus.png) center center no-repeat;
		;
	}

	.snslink .snsbtn.hatebu {
		background: #2588c9 url(/files/img/blog/icon_hatebu.png) center center no-repeat;
		;
	}

	.snslink .snsbtn.line {
		background: #2abe12 url(/files/img/blog/icon_line.png) center center no-repeat;
		;
	}

	.banner {
		margin-top: 95px;
	}

}

@media (max-width: 767px) {
	.media {
		padding-bottom: 35px;
	}

	.snslink {
		margin-top: 50px;
		flex-wrap: wrap;

	}

	.snslink .snsbtn {
		width: 24%;
		height: 45px;
		margin-right: 1%;
		margin-top: 1%;

	}

	.snslink .snsbtn.tw {
		background: #5ba4d9 url(/files/img/blog/icon_tw.png) center center no-repeat;
		background-size: 20%;
	}

	.snslink .snsbtn.fb {
		background: #395793 url(/files/img/blog/icon_fb.png) center center no-repeat;
		background-size: 8%;
	}

	.snslink .snsbtn.googleplus {
		background: #d34b3b url(/files/img/blog/icon_googleplus.png) center center no-repeat;
		;
		background-size: 22%;
	}

	.snslink .snsbtn.hatebu {
		background: #2588c9 url(/files/img/blog/icon_hatebu.png) center center no-repeat;
		;
		background-size: 16%;
	}

	.snslink .snsbtn.line {
		background: #2abe12 url(/files/img/blog/icon_line.png) center center no-repeat;
		;
		background-size: 19%;
	}

	.banner {
		margin-top: 48px;
	}

}




.b3 {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.tobloglist {
	background: #000;
	color: #fff;
	display: block;
	text-align: center;
	transition: all 0.5s ease-in-out;
}

.tobloglist:hover {
	background: #fff;
	color: #000;
	border: #000 1px solid;
}


.prevbox,
.nextbox {
	width: 80px;
}

.prevbox a,
.nextbox a,
.linkarrow {
	position: relative;
	display: block;
}

.prevbox a:hover,
.nextbox a:hover,
.linkarrow:hover {
	opacity: .7;
}

.prevbox a:after,
.nextbox a:after,
.linkarrow:after {
	content: "";
	display: block;
	width: 6px;
	height: 12px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	top: 13px;
}

.prevbox a:after,
.prev:after {
	left: 0;
	background: url(/files/img/blog/prev.png) no-repeat;
}

.nextbox a:after,
.next:after {
	right: 0;
	background: url(/files/img/blog/next.png) no-repeat;
}



@media (min-width: 766px) {

	.b3 {
		margin-top: 50px;
	}

	.tobloglist {
		line-height: 55px;
		height: 55px;
		width: 280px;
	}

	.prevbox a,
	.prev {
		padding-left: 15px;
	}

	.nextbox a,
	.next {
		padding-right: 15px;
	}


}

@media (max-width: 767px) {

	.b3 {
		margin-top: 48px;
	}

	.tobloglist {
		line-height: 50px;
		height: 50px;
		width: 160px;
	}

	.prevbox a,
	.prev {
		padding-left: 15px;
	}

	.nextbox a,
	.next {
		padding-right: 15px;
	}

}

@media (max-width: 350px) {
	.tobloglist {
		width: 35%;
	}
}






/*relation*/
.list {
	font-family: font-family: 'Noto Sans Japanese', Rokkitt, sans-selif;
}

.list .list_d .pic {
	overflow: hidden;
	position: relative;
}

.list .list_d .pic img {
	width: 100%;
	-webkit-transition: all .6s;
	transition: all .6s;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;'; /*IE対策*/
}


.list .list_d:hover .pic img {
	-webkit-transform: scale(1.1);
	transform: translate(-50%, -50%) scale(1.1);
}

.list .list_d .txt {
	-webkit-transition: all .6s;
	transition: all .6s;
}

.list .list_d:hover .txt {
	color: #ff8800;
}

.relation .list .list_d .txt {
	font-weight: bold;
}

@media (min-width: 766px) {
	.list {
		display: flex;
		flex-wrap: wrap;
	}

	.list .list_d {
		width: 265px;
		margin-left: 32px;
		margin-top: 40px;
		line-height: 2.25;
		font-size: 16px;
		color: #222;
	}

	.list .list_d:nth-of-type(3n+1) {
		margin-left: 0;
	}

	.list .list_d .pic {
		width: 265px;
		height: 180px;
	}

	.list .list_d .txt {
		margin-top: 10px;
	}
}

@media (max-width: 767px) {


	.list .list_d {
		width: 100%;
		margin-top: 25px;
		line-height: 2.0;
		font-size: 14px;
		display: flex;
		align-items: center;
		color: #222;
	}

	.list .list_d .pic {
		width: 45%;
		margin-right: 3%;
		height: 28vw;
	}

	.list .list_d .txt {
		width: 50%;
	}




}






.crumb a {
	color: #ff8800;
}

.crumb a:hover {
	opacity: .7;
}

@media (min-width: 766px) {
	.crumb {
		margin-bottom: 50px;
		margin-top: -70px;
		font-size: 0.9em;
	}
}

@media (max-width: 767px) {
	.crumb {
		margin-bottom: 50px;
		margin-top: -30px;
		font-size: 0.9em;
		white-space: nowrap;
		width: 100%;
		overflow-x: scroll;
	}
}

@media (min-width: 766px) {}

@media (max-width: 767px) {}