﻿@charset "utf-8";


/* MV
--------------------------------------------*/
.hdPage{
	position: relative;
	padding-bottom: 62px;
	background: url("/_common/images/bg_texture.png"), linear-gradient(135deg, #a7e7f1 0%,#cfe8be 100%);
	overflow: hidden;
}
.hdPage::before{
	position: absolute;
	left: 0;
	bottom: 8px;
	content: "";
	display: block;
	width: 100%;
	height: 50px;
	background: url("/blog/assets/images/mv_bg_road.png") center / auto 100% repeat-x;
}

.hdPage_block{
	position: relative;
	z-index: 2;
	padding: 16px 0;
}
.hdPage_cats{
	display: flex;
	margin-left: -4px;
}
.hdPage_cat{
	position: relative;
	margin-left: 4px;
	width: calc(100% / 5 - 4px);
}
.hdPage_cat::before{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	content: "";
	display: inline-block;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border-radius: 50vw;
	border: dashed 1px rgba(255, 255, 255, 0.7);
}
.hdPage_catTxt{
	position: absolute;
	left: 50%;
	top: 0;
	transform: translate(-50%, -30%);
	z-index: 1;
	white-space: nowrap;
	padding: 4px 8px;
	line-height: 1;
	text-align: center;
	color: #fff;
	font-size: 1.0rem;
	font-weight: bold;
	border-radius: 4px;
}
.hdPage_cat.-trip .hdPage_catTxt{
	background: #1a9af4;
}
.hdPage_cat.-restaurant .hdPage_catTxt{
	background: #ffc000;
}
.hdPage_cat.-mall .hdPage_catTxt{
	background: #ff8aae;
}
.hdPage_cat.-hotel .hdPage_catTxt{
	background: #3007c9;
}
.hdPage_cat.-roadstation .hdPage_catTxt{
	background: #286500;
}
.hdPage_catTxt span{
	font-weight: bold;
}
.hdPage_cat figure{
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(500 / 500 * 100%);
	border-radius: 50vw;
	overflow: hidden;
}
.hdPage_cat img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}
.hdPage_car{
	pointer-events: none;
	position: absolute;
	left: 100%;
	bottom: 8px;
	z-index: 1;
	width: 50px;
	height: 47px;
	animation: carmoveSP 15s linear infinite;
}
.hdPage_car::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url("/blog/assets/images/mv_car.png") center / 100% auto no-repeat;
	animation: carimgmove 15s linear infinite;
}
.hdPage_car span{
	position: absolute;
	left: 80%;
	bottom: 80%;
	width: 24px;
	height: 23px;
	animation: onpuposmove 15s linear infinite;
}
.hdPage_car span::after{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	background: url("/blog/assets/images/mv_onpu.png") center / 100% auto no-repeat;
	animation: onpumove 1.5s 0.5s steps(2, end) infinite alternate;
}
.hdPage_bird{
	pointer-events: none;
	position: absolute;
	right: 0;
	bottom: 20vw;
	z-index: 2;
	animation: birdmove 30s linear -10s infinite;
}
.hdPage_bird::before{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
	width: 25px;
	height: 25px;
	background: url("/blog/assets/images/mv_bird.png") center / 100% auto no-repeat;
	animation: birdimgmove 1.5s 0.5s steps(2, end) infinite alternate;
}
@media print, screen and (min-width:960px) {
	.hdPage{
		padding-bottom: 0;
	}
	.hdPage::before{
		height: 86px;
	}
	.hdPage .breadcrumbs {
		position: relative;
		z-index: 2;
	}
	
	.hdPage_block{
		padding: 32px 40px;
		background-color: rgba(255, 255, 255, 0.8);
	}
	.hdPage_cats{
		margin: 56px 0 0 -8px;
	}
	.hdPage_cat::before{
		border-width: 1px;
	}
	.hdPage_cat{
		margin-left: 8px;
		width: 150px;
	}
	.hdPage_catTxt{
		font-size: 1.4rem;
	}
	.hdPage_car{
		width: 75px;
		height: 70px;
		animation: carmove 40s linear infinite;
	}
	.hdPage_car::before{
		animation: carimgmove 40s linear infinite;
	}
	.hdPage_car span{
		width: 34px;
		height: 33px;
		animation: onpuposmove 40s linear infinite;
	}
	
	.hdPage_bird{
		bottom: inherit;
		top: 16px;
		animation: birdmove 120s linear -20s infinite;
	}
	.hdPage_bird::before{
		width: 36px;
		height: 36px;
	}	
}
@keyframes onpumove {
	0% {
		opacity: 1;
	}
	50% {
		opacity: 1;
	}
	50.0001% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes onpuposmove {
	0% {
		left: 80%;
		transform: rotate(0);
	}
	50% {
		left: 80%;
		transform: rotate(0);
	}
	50.0001% {
		left: -20%;
		transform: rotate(-50deg);
	}
	100% {
		left: -20%;
		transform: rotate(-50deg);
	}
}


@keyframes carimgmove {
	0% {
		transform: scaleX(1);
	}
	50% {
		transform: scaleX(1);
	}
	50.0001% {
		transform: scaleX(-1);
	}
	100% {
		transform: scaleX(-1);
	}
}
@keyframes carmoveSP {
	0% {
		left: 100%;
		bottom: 8px;
	}
	50% {
		left: calc(0% - 50px);
		bottom: 8px;
	}
	50.0001% {
		bottom: 12px;
	}
	100% {
		left: 100%;
		bottom: 12px;
	}
}
@keyframes carmove {
	0% {
		left: 100%;
		bottom: 8px;
	}
	50% {
		left: calc(0% - 75px);
		bottom: 8px;
	}
	50.0001% {
		bottom: 16px;
	}
	100% {
		left: 100%;
		bottom: 16px;
	}
}

@keyframes birdmove {
	0% {
		left: 100%;
		transform: scaleX(1);
	}
	100% {
		left: calc(0% - 36px);
		transform: scaleX(1);
	}
}

@keyframes birdimgmove {
	0% {
		transform: translate(0, 0) rotate(-15deg);
	}

	100% {
		transform: translate(-16px, -16px) rotate(15deg);
	}
}



/* BLOG ARCHIVE
-----------------------------------------------------------*/
.blogMain.-archive .blog_ttl{
	margin-bottom: 16px;
	padding-left: 16px;
	padding-rgiht: 16px;
}
.blogArchive-sect{
	padding: 16px;
	background: url(/assets/images/bg_texture.png) repeat #f5f2ec;
}
.blogArchive-sect:not(:first-of-type){
	margin-top: 16px;
}
.blogArchive__ttl{
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
}
.blogArchive__cassettes{
	display: flex;
	flex-wrap: wrap;
	margin: -8px 0 0 -8px;
}
.blogArchive__cassette{
	position: relative;
	margin: 24px 0 0 8px;
	width: calc(100% / 2 - 8px);
}
.blogArchive__cassette-link{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.blogArchive__cassette-img{
	order: -1;
}
.blogArchive__cassette-bd{
	flex: 1;
	display: flex;
	flex-direction: column;
	margin-top: 8px;
}
.blogArchive__cassette-ttl{
	flex: 1;
	font-weight: bold;
}
.blog_cassetteItem_meta{
	margin-top: 8px;
	text-align: right;
	font-size: 1.2rem;
}
.blog_cassetteItem_meta .m-ico {
	margin-right: 4px;
}
.blog_cassetteItem_category{
	position: absolute;
	left: 0;
	top: 0;
	padding: 0 8px;
	color: #fff;
	background: #333;
}
@media print, screen and (min-width:960px) {
	.blogMain.-archive .blog_ttl{
		margin-bottom: 32px;
		padding-left: 0;
		padding-rgiht: 0;
	}
	
	.blogArchive__ttl{
		font-size: 3.0rem;
	}
	
	.blogArchive-sect{
		padding: 24px 40px;
	}
	.blogArchive-sect:not(:first-of-type){
		margin-top: 32px;
	}
	.blogArchive__cassettes{
		margin: -8px 0 0 -16px;
	}
	.blogArchive__cassette{
		margin: 32px 0 0 16px;
		width: calc(100% / 3 - 16px);
	}
	.blogArchive__cassette-ttl{
		font-size: 1.6rem;
	}
	.blog_cassetteItem_meta{
		margin-top: 16px;
	}
}


/* BLOG ARTICLE
-----------------------------------------------------------*/
.blog{
	margin: 16px 0;
}
.blogMain.-article{
	padding: 16px;
	background: url(/assets/images/bg_texture.png) repeat #f5f2ec;
}

.blog_ttl{
	position: relative;
	padding-bottom: 16px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1.3;
}
.blog_ttl::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 3px;
	border-radius: 50vw;
	background: #c7ba9f;
}

.blog_date{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 4px;
	text-align: right;
	font-size: 1.2rem;
	font-weight: 500;
}
.blog_date .m-ico{
	margin-right: 4px;
	font-size: 1.4rem;
}

.blog_mainphoto{
	margin-top: 4px;
}

.blogArticles{
	display: flex;
	align-items: flex-start;
	margin-top: 24px;
}
.blogTimenav{
	position: sticky;
	left: 0;
	top: 80px;
	margin-left: -12px;
	margin-right: 8px;
	min-width: 60px;
}
.blogTimenav_day:not(:first-child){
	margin-top: 8px;
}

.blogTimenav_dayttl{
	font-family: "Jost", sans-serif;
	font-size: 1.2rem;
	font-weight: bold;
}
.blogTimenav_list{
	margin-top: 8px;
}


.blogTimenav_listItem{
	position: relative;
}
.blogTimenav_listItem:not(:first-child)::before{
	position: absolute;
	left: 0.7rem;
	top: 0;
	content: "";
	display: inline-block;
	width: 1px;
	height: 16px;
	background: #ccc;
	transition: background .4s ease;
}
.blogTimenav_listItem.is-active:not(:first-child)::before{
	background: #000;
}
.blogTimenav_listItem:not(:first-child){
	padding-top: 16px;
}


.blogTimenav_listItem a{
	display: flex;
	align-items: center;
	line-height: 1;
	color: #989898;
	font-size: 1.0rem;
	font-family: "Jost", sans-serif;
	font-weight: 500;
	transition: color .4s ease, font-size .4s ease, font-weight .4s ease;
}
.blogTimenav_listItem.is-active a{
	color: #000;
	font-size: 1.2rem;
	font-weight: bold;
}
.blogTimenav_ico{
	position: relative;
	top: -1px;
	display: inline-block;
	margin-right: 2px;
	width: 1.4rem;
	height: 1.4rem;
}
.blogTimenav_icoBg{
	fill: #fff;
}
.blogTimenav_icoBorder{
	fill: #989898;
	transition: fill .4s ease, stroke .4s ease;
}
.blogTimenav_listItem.is-active .blogTimenav_icoBorder{
	fill: #000;
}
.blogTimenav_icoHour,
.blogTimenav_icoMinutes{
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	display: inline-block;
	width: 100%;
	height: 100%;
	transform-origin: center center;
}

.blogTimenav_icoHour {
	transform: rotate(var(--hour-rotate, 0deg));
}

.blogTimenav_icoMinutes {
	transform: rotate(var(--minute-rotate, 0deg));
}

.blogArticlesBd{
	flex: 1;
	margin: 0 auto;
	width: calc(100% - 60%);
	max-width: 650px;
}

.blogIndex_ttl{
	font-size: 2.0rem;
	font-weight: bold;
}
.blogIndex_list{
	margin-top: 8px;
	padding: 4px 8px;
	background-color: rgba(255, 255, 255, 0.8);
}
.blogIndex_listItem{
	position: relative;
	padding: 8px 8px 8px calc(1em + 12px);
}
.blogIndex_listItem:not(:first-child){
	border-top: dashed 1px #c7bfaa;
}
.blogIndex_listItem .m-ico{
	position: absolute;
	left: 0;
	top: 7px;
	color: #87660f;
	font-size: 2.0rem;
}
.blogArticles_txt{
	margin-top: 16px;
	line-height: 1.8;
}
.blogArticles_txt a{
	color: #2992ff;
	font-weight: bold;
	text-decoration: underline;
}
.blogSchedule{
	position: relative;
	margin: 16px 0 0 8px;
}
.blogSchedule::before{
	position: absolute;
	left: -1px;
	top: 8px;
	content: "";
	width: 1px;
	height: calc(100% - 4px);
	border-radius: 50vw;
	background: #898989;
}
.blogSchedule_block{
	position: relative;
	z-index: 0;
	padding: 0 0 32px 16px;
}
.blogSchedule_block:last-of-type{
	padding-bottom: 0;
}
.blogSchedule_block::after{
	position: absolute;
	left: -8px;
	top: 8px;
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50vw;
	background: #898989;
}
.blogSchedule_block::before{
	position: absolute;
	left: 4px;
	top: -3rem;
	z-index: -1;
	content: attr(data-time);
	color: #fff;
	font-size: 4rem;
	font-weight: bold;
	line-height: 1;
	opacity: .6;
}
.blogArticles_block{
	margin-top: 24px;
}


.blogArticles_ttl{
	font-size: 2.0rem;
	font-weight: bold;
}
.blogArticles_ttlsub{
	margin-top: 32px;
	font-size: 1.8rem;
	font-weight: bold;
}
.blogArticles_txt{
	margin-top: 16px;
	line-height: 2.0;
}
.blogArticles_ttlsub + .blogArticles_txt{
	margin-top: 8px;
}
.blogArticles_fukidashi{
	position: relative;
	z-index: 2;
	margin: 16px auto 0;
	padding-bottom: 8px;
	max-width: 450px;
	width: 100%;
	text-align: center;
	font-weight: 600;
	border-bottom: solid 2px #333;
}
.blogArticles_fukidashi::before,
.blogArticles_fukidashi::after{
	position: absolute;
	right: 32px;
	top: 100%;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	border-right: 15px solid transparent;
	border-top: 20px solid #333;
}
.blogArticles_fukidashi::after{
	transform: scale(0.9);
	transform-origin: top left;
	border-top-color: #f5f2ec;
}

.blogArticles_photos{
	margin: 16px auto 0;
	width: 100%;
}
.blogArticles_fukidashi + .blogArticles_photos,
.blogArticles_fukidashi + .blogArticles_youtube,
.blogArticles_fukidashi + .blogArticles_map{
	margin-top: 8px;
}

.spotinc-wrap{
	margin: 16px auto 0;
	max-width: 450px;
}
.spotinc-wrap a{
	position: relative;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding-right: 30px;
	color: #333;
	text-decoration: none;
	border: solid 1px #000;
	box-shadow: 2px 2px 0 #333;
	background: #fff;
	transform: translate(0, 0);
	transition: all .3s 0s ease;
}
.spotinc-wrap .m-ico{
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translate(0,-50%);
	font-size: 2.5rem;
}
   
.spotinc-wrap_body{
	flex: 1;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 5px 0;
}
.spotinc-wrap_name{
	font-weight: bold;
	line-height: 1.3;
}
.spotinc-wrap_txt{
	margin-top: 4px;
	font-size: 1.2rem;
}
.spotinc-wrap_photo{
	margin-right: 10px;
	width: 25%;
}
.spotinc-wrap_photo figure{
	position: relative;
	overflow: hidden;
	margin: 0;
	padding-top: 100%;
	height: 100%;
}
.spotinc-wrap_photo img{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.blogArticles_link{
	margin-top: 24px;
}
.blogArticles_x{
	margin: 24px auto 0;
	max-width: 450px;
}
.blogArticles_instagram{
	margin: 24px auto 0;
	max-width: 450px;
}
.blogArticles_youtube{
	position:relative;
	width: 100%;
	max-width: 700px;
	padding-top:56.25%;
	margin: 24px auto 0;
}

.blogArticles_fukidashi + .blogArticles_x,
.blogArticles_fukidashi + .blogArticles_instagram,
.blogArticles_fukidashi + .blogArticles_youtube{
	margin-top: 8px;
}
.blogArticles_youtube iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.blogArticles_map{
	position:relative;
	width: 100%;
	max-width: 700px;
	padding-top:56.25%;
	margin: 24px auto 0;
}
.blogArticles_map iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}

.blogArticles_product{
	overflow: hidden;
	width: 100%;
	max-width: 650px;
	margin: 24px auto 0;
}
.blogArticles_product + .blogArticles_product{
	margin-top: 8px;
}
.blogArticles_product table{
	width: 100%;
}
.blogArticles_product td > div{
	width: 100% !important;
}

@media print, screen and (min-width:960px) {
	.blog{
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		margin: 40px auto;
		max-width: 1400px;
		width: 100%;
	}
	.blogMain{
		width: calc(100% - 480px);
	}
	.blogMain.-article{
		padding: 40px 64px 80px;
		border-radius: 40px;
	}
	.blog_ttl{
		font-size: 3.0rem;
		line-height: 1.8;
	}
	.blog_ttl::after{
		height: 5px;
	}
	.blog_date{
		margin-top: 8px;
		font-size: 1.6rem;
	}
	.blog_date .m-ico{
		font-size: 2.0rem;
	}
	.blog_mainphoto{
		margin-top: 8px;
	}
	.blogArticles{
		margin-top: 32px;
	}
	.blogTimenav{
		top: 120px;
		margin-left: 0;
		margin-right: 80px;
		min-width: 90px;
	}
	.blogTimenav_day:not(:first-child){
		margin-top: 24px;
	}
	.blogTimenav_dayttl{
		font-size: 1.4rem;
	}
	.blogTimenav_listItem:not(:first-child)::before{
		left: 12px;
		height: 24px;
	}
	.blogTimenav_listItem:not(:first-child){
		padding-top: 24px;
	}

	.blogTimenav_listItem a{
		font-size: 1.4rem;
	}
	.blogTimenav_listItem.is-active a{
		font-size: 1.8rem;
	}
	.blogTimenav_ico{
		margin-right: 8px;
		width: 25px;
		height: 25px;
	}
	.blogIndex_ttl{
		font-size: 2.4rem;
	}
	.blogIndex_list{
		padding: 8px 24px;
	}
	.blogArticles_txt{
		margin-top: 32px;
	}
	.blogSchedule{
		margin: 40px 0 0 24px;
	}
	.blogSchedule::before{
		top: 4px;
		width: 3px;
		height: calc(100% - 4px);
	}
	.blogSchedule_block{
		padding: 0 0 40px 64px;
	}
	.blogSchedule_block:last-of-type{
		padding-bottom: 0;
	}
	.blogSchedule_block::after{
		left: -16px;
		top: 4px;
		width: 32px;
		height: 32px;
	}
	.blogSchedule_block::before{
		left: 16px;
		top: -4rem;
		font-size: 10rem;
	}
	.blogArticles_block{
		margin-top: 40px;
	}
	.blogArticles_ttl{
		font-size: 2.4rem;
	}
	.blogArticles_ttlsub{
		margin-top: 40px;
		font-size: 2.0rem;
	}
	.blogArticles_txt{
		margin-top: 32px;
		line-height: 1.8;
	}
	.blogArticles_ttlsub + .blogArticles_txt{
		margin-top: 16px;
	}

	.blogArticles_fukidashi{
		margin: 32px auto 0;
		padding-bottom: 12px;
	}
	.blogArticles_fukidashi::before,
	.blogArticles_fukidashi::after{
		border-right-width: 25px;
		border-top-width: 40px;
	}
	.blogArticles_photos{
		margin: 32px auto 0;
		max-width: 450px;
	}
	.blogArticles_fukidashi + .blogArticles_photos,
	.blogArticles_fukidashi + .blogArticles_youtube,
	.blogArticles_fukidashi + .blogArticles_map{
		margin-top: 16px;
	}
	.spotinc-wrap{
		margin-top: 32px;
	}
	.spotinc-wrap a{
		box-shadow: 3px 3px 0 #333;
	}
	.spotinc-wrap a:after{
		right: 5px;
	}
	.spotinc-wrap a:hover{
		opacity: .6;
		transform: translate(3px, 3px);
    	box-shadow: 0 0 0 #333;
	}
	.spotinc-wrap_body{
		padding: 5px 0;
	}
	.spotinc-wrap_txt{
		margin-top: 8px;
		font-size: 1.4rem;
	}
	.spotinc-wrap_photo{
		margin-right: 20px;
	}

	.spotinc-wrap_photo figure{
		padding-top: 70%;
	}
	
	.blogArticles_link{
		margin-top: 32px;
	}
	.blogArticles_lx{
		margin-top: 32px;
	}
	.blogArticles_instagram{
		margin-top: 32px;
	}
	.blogArticles_youtube{
		margin-top: 32px;
	}
	.blogArticles_fukidashi + .blogArticles_x,
	.blogArticles_fukidashi + .blogArticles_instagram,
	.blogArticles_fukidashi + .blogArticles_youtube{
		margin-top: 16px;
	}
	.blogArticles_map{
		margin-top: 32px;
	}
	.blogArticles_product + .blogArticles_product{
		margin-top: -8px;
	}
	
}
	
	












.blogSidebar{
	margin: 16px 16px 0;
}
.side-sect:not(:first-of-type){
	margin-top: 16px;
}
.side-sect_inner{
	margin-top: 10px;
}
.side-sect_ttl{
	letter-spacing: 0;
	font-size: 2.0rem;
	font-weight: bold;
}



/* 日付アーカイブ */
.side-datearchive_list{
	margin-top: -2px;
}
.side-datearchive_list > li{
	display: flex;
	margin-top: 2px;
	background: #fbfbfb;
}

.side-datearchive_list > li p{
	width: 2em;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	background: #000;
}
.side-datearchive_list > li p a{
	transition: all 0.4s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
	text-align: center;
	background: #000;
}
.side-datearchive_list > li p a:hover{
  text-decoration: none;
}
.side-datearchive_list > li p span{
	display: inline-block;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-align: center;
	transform: rotateZ(-180deg);
}
.side-datearchive_list-sub{
	display: flex;
	flex-wrap: wrap;
	flex: 1 auto;
	padding: 5px;
	width: calc(100% - 2em);
}
.side-datearchive_list-m{
	margin: 3px 0 0 3px;
	width: calc(100% / 6 - 3px);
}
.side-datearchive_list-m a{
	display: block;
	padding: 10px;
	color: #000;
	line-height: 1;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	border: solid 1px #ccc;
	background: #fff;
	transition: all 0.4s ease;
}

/* カテゴリアーカイブ */
.side-category_wp{
	background: #f5f5f5;
	padding: 16px;
}
.side-category_list{
	display: flex;
	flex-wrap: wrap;
	margin: -8px 0 0 -8px;
}
.side-category_item{
	margin: 8px 0 0 8px;
	width: calc(100% / 2 - 8px);
}
.side-category_item a{
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 8px;
	font-size: 1.4rem;
	font-weight: 500;
	border: solid 1px #87660f;
	background: #fff;
	transition: opacity .2s ease-out;
}
.side-category_item a::before{
	content: attr(data-en);
	font-family: "Jost", sans-serif;
	font-size: 3.0rem;
	font-weight: 500;
	line-height: 1.2;
	color: #87660f;
}


.googleads-side{
	display: none;
}


@media screen and (min-width: 960px){
	.blogSidebar{
		position: sticky;
		left: 0;
		top: 120px;
		margin: 0;
		width: 400px;
	}
	.side-sect:not(:first-of-type){
		margin-top: 24px;
	}
	.side_ttl{
		font-size: 2.2rem;
		font-weight: bold;
	}	
	
	.side-datearchive_list > li{
		background: #f5f5f5;
	}
	.side-datearchive_list > li p a:hover{
		opacity: .6;
	}

	.side-datearchive_list-m,
	.side-datearchive_list-m a{
		font-size: 2.0rem;
	}
	.side-datearchive_list-m a:hover{
		opacity: .6;
	}
	
	.side-category_item a:hover{
		opacity: .6;
	}
	
	.googleads-side{
		display: block;
		margin-top: 40px;
		padding-top: 40px;
		border-top: solid 1px #ccc;
	}
}


