﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css) screen and (min-width: 768px);
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css) screen and (min-width: 768px);
/*
linear-gradient(rgba(0, 0, 0, 0) 70%, #e7ffe8 0%);
*/
@media screen and (min-width: 768px) {
	.pl {
		font-feature-settings : "palt";
		/*
		-webkit-font-smoothing: subpixel-antialiased;
		-moz-font-smoothing: subpixel-antialiased;
		font-smoothing: subpixel-antialiased;
		*/
	}
	
	.ua_chrome .pl {
		font-family: "Sawarabi Mincho";
	}
	
	body:not(.ua_chrome) .pl {
		font-family: "noto sans japanese";
	}
	
}

/* キャンセルする  */
#wContents.pl {
	width: 100%;
	color: #666;
}

.pl-walk {
	color: #31a0d9;
}

.pl-flower {
	color: #e06834;
}

.pl-animal {
	color: #c0e15b;
}

.pl-food {
	color: #e2bd67;
}

.pl-interior {
	color: #de87de;
}

.pl-go {
	color: #5261e2;
}

.pl-person {
	color: #fd799d;
}

.pl-event {
	color: #eac184;
}

.pl-nature {
	color: #20b418;
}



.cont {
	
}

.cont-fl {

}

.pl p {
	margin: .5rem 0 2.5rem;
	font-size: 1.5rem;
}


.h1 {
	margin: 2.0rem 0;
	font-size: 2.4rem;
}

.h2 {
	margin: 2.0rem 0;
	font-size: 2.0rem;
}

.h3 {
	margin: 2.0rem 0;
	font-size: 1.8rem;
}

.h4 {
	margin: 1.5rem 0;
	font-size: 1.5rem;
}

.h5 {
	margin: 1.2rem 0;
	font-size: 1.3rem;
}

.h6 {
	margin: 1.2rem 0;
	font-size: 1.2rem;
}

#pl-logo {
	display: inline-block;
	margin: 0rem;
}


#pl-logo a {
	display: block;
	margin: 0 -1.0rem 1.0rem;
	padding: 1.0rem;
}

#pl-logo a:link,
#pl-logo a:hover,
#pl-logo a:visited,
#pl-logo a:active {
	text-decoration: none;
	color: #666;
}

#pl-logo a:hover {
	background: #fafafa;
}

#pl-logo h1 {
	line-height: 1.0;
	margin: 0 0 1.0rem 0;
	padding: 0;
	font-weight: bold;
	font-size: 2.6rem;
}

#pl-logo h1 + .title-sub {
	line-height: 1.0;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
}


#pl-logo p:not([class]) {
	line-height: 1.0;
	margin: 0 0 .5rem 0;
	padding: 0;
	font-weight: bold;
	font-size: 1.5rem;
}

#pl-logo p + .title-sub {
	line-height: 1.0;
	margin: 0;
	padding: 0;
	font-size: 1.1rem;
}

.pl > aside.cont-f {
	padding: 4.0rem 0;
	background: #f6f6f6;
}

.pl > aside.cont-f:only-of-type {
	margin-bottom: 4.0rem;
}

.pl > aside.index {
	margin-bottom: 4.0rem;
	padding: 0 0 4.0rem 0;
}

.pl > aside.index .cont {
	border: 1px solid #f0f0f0;
}

.pl .paging {
	margin: 2.0rem 0;
}

.pl .paging p {
	margin: 2.0rem 0;
}

.pl .paging .prev {
	text-align: left;
}

.pl .paging .next {
	text-align: right;
}

.pl .paging a > span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 2.2rem;
	height: 2.2rem;
	border-radius: 50%;
	background: #ccc;
}

.pl .paging a > span::after {
	content: '';
	position: absolute;
	top: 7px;
	display: block;
	width: .6rem;
	height: .6rem;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}

.pl .paging .prev span::after {
	left: 8px;
	transform: rotate(-135deg);
}

.pl .paging .next span::after {
	right: 8px;
	transform: rotate(45deg);
}

.pl .paging .prev span {
	margin-right: .5rem;
}

.pl .paging .next span {
	margin-left: .5rem;
}

.pl .paging {
	display: flex;
	flex-flow: row wrap;
}

.pl .paging > p{
	flex: 0 0 100%;
	margin: 1.0rem 0;
}


.list-footer {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 1.5rem;
}

.list-footer li {
	display: inline-block;
	position: relative;
	margin: 0 2.0rem 0 0;
	padding: 0;
	
}

.list-footer li:not(:last-of-type)::after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: -1.25rem;
	bottom: 0;
	width: 1px;
	background-color: #ccc;
	
	transform: rotate(25deg);
}



.list-index {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #fafafa;
}

.list-index li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.list-index > li {
	position: relative;
	padding: 1.5rem 0 0 0;
	border-bottom: 1px solid #f0f0f0;
	font-size: 1.6rem;
	background: #fafafa;
	transition: all .5s ease;
}

.list-index > li > p {
	cursor: pointer;
	position: relative;
	margin: 0 0 0 3.0rem;
	padding: 0;
	font-size: 1.6rem;
}

.list-index > li > p::before {
	position: absolute;
	top: 8px;
	left: -1.5rem;
	display: block;
	content: '';
	width: 6px;
	height: 6px;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
	transform: rotate(-135deg);
	transition: all .2s ease;
}

.list-index > li.active > p::before {
	top: 11px;
	transform: rotate(-315deg);
}

.list-index ul {
	list-style: none;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
	margin: 0 0 1.5rem 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .5s ease;
}

.list-index li.active ul {
	max-height: 3000px;
}


.list-index ul > li {
	box-sizing: border-box;
	flex: 0 0 48%;
	margin: 1% 1% 0;
	padding: .5rem 1.0rem;
	border: 1px solid #f0f0f0;
	background: #fff;
}

.list-index ul > li:hover {
	border-color: #666;
}

.list-index p {
	margin: 0 0 .5rem 0;
	padding: 0;
}

.list-index article::after {
	content: '';
	display: block;
	clear: both;
}

.list-index .holder {
	position: relative;
	margin: 0 1.0rem 0 0;
	padding: 100% 0 0 0;
	transition: background-color .2s ease;
	background-color: #fff;
}

.list-index .holder.loading {
	background: #fafafa;
}

.list-index .holder img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-width: 95%;
	max-height: 95%;
	opacity: 1;
	transition: opacity .2s ease;
}

.list-index .holder.loading img {
	opacity: 0;
}

.list-index .sub-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 1.1rem;
}

.list-index .title {
	margin-top: .5rem;
	font-size: 1.6rem;
}

.list-index a {
}

.list-index a:link,
.list-index a:visited,
.list-index a:hover
.list-index a:active {
	text-decoration: none;
	color: #3d3333;
}






a:link,
a:hover,
a:visited,
a:active {
	text-decoration: none;
	color: #3d3333;
}

a:hover {
	text-decoration: underline;
}

/* sp */
@media screen and (max-width: 767px) {
	#pl-logo {
		display: none;
	}

	.cont {
		margin-left: 1.0rem;
		margin-right: 1.0rem;
	}
	
	.list-footer ul {
		text-align: center;
	}

}

/* pc */
@media screen and (min-width: 768px) {
	
	.cont {
		width: 950px;
		margin: 0 auto;
	}


	.h1 {
		margin: 2.0rem 0;
		font-size: 2.8rem;
	}

	.h2 {
		margin: 2.0rem 0;
		font-size: 2.0rem;
	}

	.h3 {
		margin: 2.0rem 0;
		font-size: 1.6rem;
	}
	
	.pl p {
		font-size: 1.4rem;
	}
	

	.list-index ul > li {
		flex: 0 0 32%;
		margin: 1.0rem 0 0 1.0%;
	}

	.list-index .holder {
		float: left;
		width: 60px;
		height: 60px;
		position: relative;
		margin: 0 1.0rem 0 0;
		padding: 0;
	}

	.list-index .sub-title {
		float: left;
		width: calc(100% - 70px);
		margin-top: 4px;
		margin-bottom: 0;
	}

	.list-index .title {
		float: left;
		width: calc(100% - 70px);
		margin-top: .5rem;
	}

	.list-index > li:hover {
		background: #fff;
	}

	.list-index > li:hover::after {
		content: '';
		display: block;
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		box-shadow: 0 0 4px #ccc;
	}
	.list-index > li > * {
		position: relative;
		z-index: 10;
	}
	
	.pl .paging {
		display: flex;
		flex-flow: row nowrap;
		margin: 6.0rem 0;
	}
	
	.pl .paging > p {
		flex: 1 0 50%;
	}

}