@charset "utf-8";

/* ==============================================
	ローカルナビ付タイトル
 ==============================================*/
.ttl-wrap{
	position: relative;
}
.localnav{
	margin-top: 20px;
	padding: 5px 0;
	border-top: dashed 1px #ccc;
	border-bottom: dashed 1px #ccc;
}

@media screen and (max-width: 959px){
	.localfixed .localnav-list{
		position: fixed;
		left: 0;
		top: 28px;
		z-index: 1000;
		padding: 5px 0;
		width: 100%;
		background: #fff;
		box-shadow: 0 0 12px rgb(0 0 0 / 10%);
		transition: top 0.4s ease;
	}
	body.lock .localnav-list,
	.localfixednone .localnav-list{
		top: -100px;
	}
}
.localnav-list{
	display: flex;
	border-radius: 4px;
}
.localnav-list_item{
}
.localnav-list_item:not(:first-child){
	border-left: solid 1px #ccc;
}
.localnav-list_item > a{
	display: flex;
	align-items: center;
	padding: 5px 20px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	line-height: 1.3;
}
.localnav-list_item-txt{
	display: flex;
	align-items: center;
	margin-right: 5px;
}
.localnav-list_item-txt .m-ico{
	margin-right: 5px;
	color: #ccc;
	font-size: 2.5rem;
	font-weight: normal;
	line-height: 1;
}
.localnav-list_item .m-ico:before{
	position: relative;
	top: 2px;
}
.localnav-list_panel{
	display: none;
}
@media screen and (max-width: 959px) {
	.localnav-list_panel{
		position: fixed;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
		padding: 10px 5px;
		width: 90%;
		background: #fff;
		transition: opacity 0.5s 0s ease;
		opacity: 0;
		border-radius: 4px;
	}
}
.localnav-list_panelbox{

}
.localnav-list_panelbox .goout-cas{
	margin: 0;
}
.localnav-list_panel-arrow{
	position: absolute;
	left: 50%;
	bottom: 100%;
	margin-left: -15px;
}
.localnav-list_panel-arrow:before, .localnav-list_panel-arrow:after{
	position: absolute;
	content: "";
	transform: translateX(-50%);
}
.localnav-list_panel-arrow:before{
	left: 50%;
	bottom: calc(100% - 1px);
	z-index: 2;
	border: 14px solid transparent;
	border-bottom: 14px solid #FFF;
}
.localnav-list_panel-arrow:after{
	left: 50%;
	bottom: 100%;
	z-index: 1;
	border: 15px solid transparent;
	border-bottom: 15px solid #ddd;
}
@media screen and (min-width: 960px) {
	.ttl-wrap{
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.localnav{
		flex: 1;
		margin-top: 0;
		padding: 0;
		border: none;
	}
	.localnav-list{
		justify-content: flex-end;
	}
	.localnav-list_panel{
		position: absolute;
		left: 0;
		z-index: 1000;
		padding: 15px 0 0;
		width: 100%;
	}
	.localnav-list_panelbox{
		position: relative;
		padding: 20px;
		border-radius: 10px;
		box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
		border: solid 1px #ddd;
		background: #fff;
	}
}

/* エリア・施設を探すのプルダウン内 */
.goout-cas{
	display: flex;
	flex-wrap: wrap;
	margin: 15px 10px 0 6px;
}
.goout-cas_item{
	margin: 4px 0 0 4px;
	width: calc(100% / 3 - 4px);
}
.goout-cas_item a{
	position: relative;
	display: block;
	padding-top: 90%;
	text-decoration: none;
	box-shadow: 1px 1px 3px rgb(0 0 0 / 20%);
}
.goout-cas_item-ttl{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	content: "";
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 45px;
	padding: 2px 10px;
	background: rgba(0, 0, 0, 0.6);
}
.goout-cas_item-ttltxt{
	color: #fff;
	text-align: center;
	line-height: 1.2;
}
.goout-cas_item-ttltxt span{
	display: block;
	font-size: 1.2rem;
}
.sect-goout-area_ttl span{
	position: relative;
	display: inline-block;
	line-height: 1.3;
}
.sect-goout-area_ttl::before, .sect-goout-area_ttl::after{
	content: '';
	height: 1px;
	flex-grow: 1;
	background: #ccc;
}
.sect-goout-area_ttl::before {
	margin-right: 3rem;
}
.sect-goout-area_ttl::after {
	margin-left: 3rem;
}
.goout-cas_item-slide{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%!important;
}
.goout-cas_item-slide .slick-track, .goout-cas_item-slide .slick-list{
	height: 100%!important;
}

@media screen and (max-width: 959px) {
	.-goout .blog-cas{
		margin-top: 0px;
	}
	.-goout .blog-cas_item{
		margin-top: 30px;
	}
	.sect-dayblog{
		margin-top: 30px;
	}
	.blog-cas_item.-googleads{
		width: calc(100% / 1 - 4px)!important;
	}
}

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

	.goout-cas{
		margin: 15px 0 0 -4px;
	}
	.goout-cas_item{
		width: calc(100% / 4 - 4px);
	}
	.goout-cas_item a:hover{
		opacity: .6;
	}
	.blog-more{
		margin-right: 0;
	}
}


/*  ページコンテンツ用（囲み）
-----------------------------------------------------------*/
.sect-page{
	margin-top: 15px;
}
@media screen and (min-width: 960px) {
	.sect-page{
		margin-top: 30px;
	}
}



/*  日付アーカイブ h2
-----------------------------------------------------------*/
.page-archivettl{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 10px;
}
.page-archivettl .page-subtitle{
	margin: 0 20px;
	font-weight: bold;
}
.page-archivebt{
	display: flex;
	align-items: center;
	min-width: 80px;
}
.page-archivebt a{
	display: flex;
	align-items: center;
	text-decoration: none;
}
.page-archivebt span{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 2.0rem;
	line-height: 1;
	border-radius: 5px;
	background: #000;
	transition: all 0.4s ease;
}
.page-archivebt:first-child span{
	margin-right: 10px;
}
.page-archivebt:last-child span{
	margin-left: 10px;
}
@media screen and (min-width: 960px) {
	.page-archivettl{
		margin: 0;
	}
	.page-archivebt a:hover{
		opacity: .6;
	}
}




/*  サイドバー
-----------------------------------------------------------*/
/* New Diary */
.side-nav_entrylist{
	margin-bottom: 30px;
}
.side-nav_entrylist-item:not(:first-child){
	border-top: solid 1px #ccc;
}
.side-nav_entrylist-item a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0;
	text-decoration: none;
	transition: background .3s;
}

.side-nav_entrylist-item-photo{
	width: 30%;
}
.side-nav_entrylist-item-ttl{
	width: calc(70% - 10px);
	line-height: 1.3;
}

/* エリアアーカイブ ボタンはblog.cssに記載 */
.side .goout-cas .goout-cas_item{
	width: calc(100% / 3 - 4px);
}
	

/* 日付アーカイブ */
.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;
}
@media screen and (min-width: 960px){
	.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_archive dt{
	display: flex;
}
.side_archive dt:not(:first-of-type){
	margin-top: 2px;
}
.side_archive dt a{
	display: block;
	padding: 10px 20px;
	text-decoration: none;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	transition: background .3s;
}

.side_archive-down{
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	padding: 5px;
	color: #fff;
	background: #000;
	transition: opacity .3s;
}
.side_archive-down .m-ico{
	line-height: 1;
	font-size: 2.5rem;
}
.side_archive-down .m-ico:before{
	transition: .3s;
}
.side_archive-down.is-open .m-ico:before{
	transform: rotate(180deg);
}

.side_archive dd{
	padding: 15px 20px;
}

.side-nav_archivelist{
	display: flex;
	flex-wrap: wrap;
	margin: -5px 0 0 -5px;
}
.side-nav_archivelist-item{
	margin: 5px 0 0 5px;
	width: calc(100% / 4 - 5px);
}
.side-nav_archivelist-item span{
	margin-left: 5px;
	font-size: 1.2rem;
}


/* カテゴリ */
.side-category_list{
	display: flex;
	flex-wrap: wrap;
	margin: -5px 0 0 -5px;
}
.side-category_list-item{
	margin: 5px 0 0 5px;
	width: calc(100% / 2 - 5px);
}
.side-category_list-item a{
	display: flex;
	flex-direction: column;
	padding: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 1.4rem;
	font-weight: 500;
	border-radius: 4px;
	border: solid 1px #ccc;
	background: #fff;
}
.side-category_list-item a:before{
	margin-bottom: 5px;
	font-family: 'Material Icons Round';
	text-align: center;
	color: #00aabb;
	font-size: 3.0rem;
	font-weight: normal;
	line-height: 1;
}

.side-category_list-item.-howto a:before{ content: "\ea24"; }
.side-category_list-item.-disease a:before{ content: "\e3f3"; }
.side-category_list-item.-knowledge a:before{ content: "\e80c"; }
.side-category_list-item.-item a:before{ content: "\e574"; }





/* タグ */
.side-nav_taglist{
	display: flex;
	flex-wrap: wrap;
	margin: -10px 0 0 -3px;
}
.side-nav_taglist-item{
	margin: 10px 0 0 3px;
}
.side-nav_taglist-item a{
	display: block;
	padding: 5px 5px 5px 10px;
	text-decoration: none;
	font-size: 1.3rem;
	border-radius: 50vw;
	background-color: rgba(255, 255, 255, 0.8);
	transition: background .3s;
}
.modal-content .side-nav_taglist-item a{
	background: #f5f5f5;
}
.side-nav_taglist-item a:before{
	content: "#";
}
.side-nav_taglist-item span{
	margin-left: 5px;
	font-size: 1.2rem;
}
.side_tag-more{
	cursor: pointer;
	margin-top: 15px;
	text-align: center;
	transition: opacity .3s;
}



