@charset "utf-8";

/*@import url(https://fonts.googleapis.com/earlyaccess/sawarabigothic.css);*/
*, body {
	font-family: "Sawarabi Gothic", "Yu Gothic", YuGothic, sans-serif !important;
}

/* layout mobile
------------------------------------------------------------------- */

@media (min-width: 768px) {
	.container .av-content-small.units {
		width: 71%;
	}
}
@media (min-width: 768px) and (max-width: 850px) {
	.container {
		padding: 0 30px;
	}
	.content .entry-content-wrapper {
		padding-right: 20px;
	}
}
@media (max-width: 767px) {
	.responsive #top #wrap_all .container,
	.html_header_top #top .av_header_stretch .container {
		width: 90%;
		max-width: 90%;
	}
	li.av-burger-menu-main,
	li.av-burger-menu-main > a,
	.av-hamburger {
		height: 80px!important;
	}
	.av-hamburger-box {
		width: 25px;
		height: 80px;
	}
	.content {
		padding-top: 10px;
		padding-bottom: 0;
	}
	.sidebar {
		padding-top: 0;
		padding-bottom: 20px;
	}
	.entry-content > *:first-child { margin-top: 0; }
	.entry-content > *:last-child { margin-bottom: 0; }
}

/* header - logo
------------------------------------------------------------------- */
#header_main span.sitelead {
	position: absolute;
	bottom: 6px;
	left: 1px;
	width: 30em;
	max-width: 100%;
	height: 15px;
	line-height: 15px;
	font-size: 11px;
}
@media (min-width: 768px) {
	#header_main .logo {
		padding-top: 5px;
		padding-bottom: 24px;
	}
	#header_main .logo > a {
		line-height: 59px;
	}
	#header_main .logo > a > img {
		height: auto;
		vertical-align: middle;
		display: inline;
	}
}
@media (max-width: 767px) {
	html,
	.html_stretched #wrap_all {
		background-color: transparent;
	}
	#header_main {
		border-top: 0;
	}
	#header_main .logo,
	#top #header_main .logo {
		height: 80px;
	}
	#header_main .logo > a {
		padding-top: 5px;
		padding-bottom: 20px;
	}
	#header_main .logo > a > img {
		height: 55px!important;
		line-height: 55px;
	}
	#header_main span.sitelead {
		left: 0;
		bottom: 3px;
		font-size: 10px;
		width: 100%;
	}
}

/* sns
------------------------------------------------------------------- */
.wp_social_bookmarking_light > div {
	vertical-align: top;
}
.wp_social_bookmarking_light p {
	margin: 0;
}
.wp_social_bookmarking_light .fb_iframe_widget span {
	width: 90px!important;
}
.wp_social_bookmarking_light .fb_iframe_widget span iframe {
	left: -20px;
}

@media screen and (max-width : 767px) {
	.wp_social_bookmarking_light .fb_iframe_widget span {
		width: 80px!important;
	}
}

/* main-nav
------------------------------------------------------------------- */
@media screen and (min-width : 768px) {
	.responsive #top .av-main-nav .menu-item.sp {
		display: none;
	}
}
@media screen and (max-width : 767px) {
	.html_av-overlay-side #top #wrap_all #av-burger-menu-ul > li.pc {
		display: none;
	}
}

/* block
------------------------------------------------------------------- */
h4.hd {
	margin: 2em 0 0 0;
}

/* posts
------------------------------------------------------------------- */
ul.posts {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.posts li {
	display: table;
	width: 100%;
	padding: 0;
	margin: 0;
}
ul.posts li > div.txt {
	display: table-row;
}
ul.posts li > div.txt > * {
	display: table-cell;
	vertical-align: top;
	padding: 15px 0;
}
ul.posts li + li > div.txt > * {
	border-top: 1px solid rgba(50, 147, 203, 0.3);
}
ul.posts li > div.txt > span.date {
	width: 12em;
	padding-left: 20px;
}
ul.posts li > div.txt > span.cat {
	width: 8em;
}
ul.posts li > div.txt > h3 {
	font-size: 15px;
	padding-right: 20px;
}
ul.posts li > div.txt > h3 a {
	line-height: 1.4;
}
ul.posts li > div.txt > h3 a:hover {
	text-decoration: underline!important;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}

@media (min-width: 768px) {}
@media (max-width: 767px) {
	ul.posts li {
		padding-top: 10px;
	}
	ul.posts li + li {
		margin-top: 10px;
	}
	ul.posts li > div.txt > * {
		background-color: transparent;
	}
	ul.posts li > div.txt > span.date,
	ul.posts li > div.txt > span.cat {
		display: inline-block;
		width: auto;
		border-top: 0;
		padding-top: 0;
		padding-bottom: 5px;
		font-size: 12px;
		line-height: 1.2;
	}
	ul.posts li > div.txt > span.cat {
		margin-left: 1em;
	}
	ul.posts li > div.txt > h3 {
		display: block;
		padding-top: 0;
		border-top: 0;
		padding-left: 20px;
		margin-bottom: 0;
	}
	ul.posts li > div.txt > h3 a {
		line-height: 1.5;
	}
}

/* post archive list
------------------------------------------------------------------- */
body.archive.category article.post-entry > a {}
body.archive.category article.post-entry > a .fallback-post-type-icon {
	display: none;
}
@media (min-width: 768px) {}
@media (max-width: 767px) {}

/* park
------------------------------------------------------------------- */
ul.park {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
h4 + ul.park {
	margin-top: 20px;
}
h4 + ul.park + h4 {
	margin-top: 40px;
}
ul.park li {
	width: 100%;
	padding: 0;
	margin: 0;
	background-color: #fff;
	border-top: 1px solid #ddd;
}
ul.park li.ad {
	border-top: 0;
}
ul.park li:nth-child(1) {
	margin-top: 0;
}
ul.park li > a {
	display: block;
	padding: 20px 0;
}
ul.park li > a:after {
	content: '';
	display: block;
	clear: both;
}
ul.park li > a .image-overlay {
	top: 20px!important;
}
body.home .entry-content ul.park li > a .image-overlay {
	top: 0!important;
}
ul.park li div.photo {
	float: left;
	width: 250px;
	max-width: 30%;
	position: relative;
}
ul.park li div.photo img {
	border-radius: 10px;
	vertical-align: top;
}
ul.park li div.photo > span.date {
	position: absolute;
	top: 18px;
	left: 0;
	line-height: 1.25;
	text-align: center;
	padding: 3px 10px;
	background-color: #fff;
	font-size: 12px;
	font-weight: bold;
}
ul.park li div.photo + div.txt,
ul.park li div.photo + div.txt + div.txt {
	float: right;
	width: 66%;
}
ul.park li div.photo + div.txt + div.txt {
	padding-top: 0;
	padding-bottom: 10px;
}
ul.park li div.txt {}
ul.park li div.txt > *:first-child { margin-top: 0; }
ul.park li div.txt > *:last-child { margin-bottom: 0; }
ul.park li div.txt > h3 {
	font-size: 20px;
	margin-bottom: 2px;
	display: inline-block;
	line-height: 1.2;
	margin-right: 0.5em;
}
ul.park li div.txt > span {
	display: block;
}
ul.park li div.txt > span.subtitle {
	color: #777;
	display: inline-block;
	line-height: 1.2;
}
ul.park li div.txt > span.area {
	display: block;
	line-height: 1.2;
}
ul.park li div.txt > span.subtitle + span.area {
	margin-top: 0.5em;
}
ul.park li div.txt > span.ico {
	margin: 10px 0;
	line-height: 1;
}
ul.park li div.txt > span.ico > span {
	display: inline-block;
	width: 40px;
	height: 40px;
	margin-bottom: 0.5em;
	margin-right: 0.25em;
	position: relative;
}
ul.park li div.txt > span.ico > span:before {
	content: "";
	position: absolute;
	top: 12.5%;
	left: 12.5%;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	background-color: #EFF2C7;
}
ul.park li div.txt > span.ico > span:last-child {
	padding-right: 0;
	margin-right: 0;
	border-right: 0;
}
ul.park li div.txt > span.ico > span > img {
	width: auto;
	height: 40px;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
ul.park li div.txt > p {
	color: #333;
	margin-top: 0.5em;
}
/*
ul.park li div.txt > span.ico > span.overprice {}
ul.park li div.txt > span.ico > span.overprice:before {
	display: none;
}
ul.park li div.txt > span.ico > span.overprice img {
	top: 12px;
	height: auto;
}
*/

@media (min-width: 768px) {
	main > ul.park {
		padding-right: 50px;
	}
}
@media (min-width: 768px) and (max-width: 850px) {
	main > ul.park {
		padding-right: 20px;
	}
	ul.park li div.photo > span.date {
		font-size: 10px;
		top: 10px;
	}
	ul.park li div.txt > h3 {
		font-size: 16px;
	}
}
@media (max-width: 767px) {
	ul.park li.banner,
	ul.park li.banner + li {
		border-top: 0;
		padding-top: 0;
	}
	ul.park li div.photo {
		width: 42%;
		max-width: 42%;
	}
	ul.park li div.photo img {
		border-radius: 5px;
	}
	ul.park li div.photo > span.date {
		font-size: 10px;
		padding: 2px 5px;
		top: 7px;
	}
	ul.park li div.photo + div.txt {
		width: 54%;
	}
	ul.park li div.photo + div.txt + div.txt {
		float: none;
		clear: both;
		width: 100%;
		padding: 10px 0 0 0;
	}
	ul.park li div.txt {
		line-height: 1.2;
	}
	ul.park li div.txt > h3 {
		font-size: 14px;
		display: block;
	}
	ul.park li div.txt > span {
		font-size: 11px;
	}
	ul.park li div.txt > span.subtitle {
		margin-left: 0;
	}
	ul.park li div.txt > span.ico {
		margin: 5px 0 0 0;
	}
	ul.park li div.txt > span.ico > span {
		width: 25px;
		height: 25px;
	}
	ul.park li div.txt > span.ico > span > img {
		height: 25px;
	}
	ul.park li div.txt > p {
		font-size: 12px;
	}
}

/* park-pager
------------------------------------------------------------------- */
div.park-pager {
	margin: 30px 0;
}

/* park - footer
------------------------------------------------------------------- */
#footer .widget {
	overflow: initial;
}
#footer .widget .widgettitle {
	margin-top: 0;
}
#footer ul.park {
	width: 100%;
}
#footer ul.park:after {
	content: '';
	display: block;
	clear: both;
}
#footer ul.park li {
	float: left;
	width: 48%;
	clear: none;
	border-top: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
}
#footer ul.park li > a {
	padding: 10px 0;
}
#footer ul.park li div.photo {
	width: 120px;
}
#footer ul.park li div.photo img {
	border-radius: 4px;
}
#footer ul.park li div.photo + div.txt,
#footer ul.park li div.photo + div.txt + div.txt {
	width: 66%;
	padding: 0 20px 0 0;
}
#footer ul.park li div.txt > span.subtitle {
	color: #bbb;
	display: none;
}
#footer ul.park li div.txt > span.area {
	color: #bbb;
	font-size: 12px;
}
#footer ul.park li div.txt > h3 {
	font-size: 14px;
}
#footer ul.park li div.txt > span.ico > span {
	width: 30px;
	height: 30px;
}
#footer ul.park li div.txt > span.ico > span > img {
	height: 30px;
	vertical-align: top;
}
#footer ul.park li div.txt > span.date {
	display: none;
}

@media (min-width: 768px) {}
@media (max-width: 767px) {
	#footer .widget {
		margin: 0;
	}
	#footer ul.park li {
		float: none;
		width: 100%;
		border-top: 1px solid #555;
		border-radius: 0;
	}
	#footer ul.park li div.photo {
		width: 100px;
	}
	#footer ul.park li div.txt > span.ico > span {
		width: 25px;
		height: 25px;
	}
	#footer ul.park li div.txt > span.ico > span > img {
		height: 25px;
	}
	#footer ul.park li div.photo + div.txt,
	#footer ul.park li div.photo + div.txt + div.txt {
		float: right;
		clear: none;
		width: calc(100% - 120px);
	}
	#footer ul.park li div.txt > span.area {
		font-size: 11px;
	}

}

/* sidebar - search
------------------------------------------------------------------- */
#top #searchsubmit, .ajax_load {
	font-size: 12px;
}

/* park - sidebar
------------------------------------------------------------------- */
#top .widget ul {
	float: none;
}
aside ul.park {
	margin-top: 15px!important;
}
aside ul.park li > a {
	padding: 10px 0;
}
aside ul.park li div.photo img {
	border-radius: 4px;
}
aside ul.park li div.txt + div.txt {
	display: none;
}
aside ul.park li div.txt > h3 {
	font-size: 14px;
}
aside ul.park li div.txt > span {
	font-size: 11px;
}
aside ul.park li div.txt > span.subtitle {
	display: none;
}
aside ul.park li div.txt > span.date {
	display: none;
}
aside ul.park li div.txt > span.ico {
	margin: 5px 0 0 0;
}
aside ul.park li div.txt > span.ico > span {
	width: 25px;
	height: 25px;
}
aside ul.park li div.txt > span.ico > span > img {
	height: 25px;
}
aside ul.posts li {
	padding: 10px 0;
	border-top: 1px solid #ddd;
}
aside ul.posts li > div.txt > * {
	border: 0;
}
aside ul.posts li > div.txt > span.date,
aside ul.posts li > div.txt > span.cat {
	display: inline-block;
	width: auto;
	padding: 0;
}
aside ul.posts li > div.txt > span.date {
	padding-left: 0;
}
aside ul.posts li > div.txt > span.cat {
	margin-left: 1em;
}
aside ul.posts li > div.txt > h3 {
	display: block;
	width: 100%;
	padding: 5px 0 0 0;
	font-size: 14px;
	font-weight: normal;
}
aside ul.posts li > div.txt > h3 a {
	color: #3293cb!important;
}

@media (min-width: 768px) {}
@media (min-width: 768px) and (max-width: 850px) {
	.inner_sidebar {
		margin-left: 20px;
	}
	aside ul.park li div.txt > h3 {
		font-size: 12px;
	}
	ul.park li.ranking div.photo:before {
		font-size: 10px;
		width: 16px;
		height: 16px;
		line-height: 14px;
	}
}
@media (max-width: 767px) {
	#top #main .sidebar {
		overflow: initial;
	}
	aside ul.park li div.txt > span.ico {
		margin-top: 10px;
	}
	aside ul.posts li {
		padding-top: 0;
	}
	aside ul.posts li + li {
		margin-top: 5px;
	}
	aside ul.posts li > div.txt > span.date,
	aside ul.posts li > div.txt > span.cat {
		vertical-align: bottom;
	}
}

/* sidebar - archive
------------------------------------------------------------------- */
aside .widget_archive > ul {
	-webkit-transition: opacity 0.1s linear;
	-o-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
	-ms-filter: "alpha(opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
aside .widget_archive > ul.on {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
}
aside .widget_archive > ul li {
	margin-top: 0.5em;
}
aside .widget_archive > ul li:first-child {
	margin-top: 0;
}
aside .widget_archive > ul span.year {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-right: 1.25em;
}
aside .widget_archive > ul span.year:after {
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	position: absolute;
	top: 6px;
	right: 0;
	border: 1px solid #555;
	border-width: 0 1px 1px 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
aside .widget_archive > ul span.year:hover {
	color: #9cc3df;
}
aside .widget_archive > ul span.year:hover:after {
	border: 1px solid #9cc3df;
	border-width: 0 1px 1px 0;
}
aside .widget_archive > ul span.year.on:after {
	top: 10px;
	border-width: 1px 0 0 1px;
}

aside .widget_archive > ul ul.list {
	display: none;
	margin: 0.5em 0 1em 0!important;
	padding-top: 0.5em!important;
	padding-left: 1em!important;
	border-top: 1px solid #ddd;
}

@media (min-width: 768px) {}
@media (max-width: 767px) {
	aside .widget_archive > ul span.year:after {
		top: 9px;
	}
	aside .widget_archive > ul span.year.on:after {
		top: 12px;
	}
}

/* sidebar - banner
------------------------------------------------------------------- */
aside .ai_widget {
	text-align: center;
}
aside .widget.ai_widget span,
aside .widget.ai_widget iframe {
	max-width: 100%;
}
@media (min-width: 768px) {}
@media (max-width: 767px) {
	aside .widget.ai_widget {
		width: calc(100% / 0.9);
		max-width: calc(100% / 0.9);
		margin-left: calc(100% / 0.9 * -0.05);
	}
}


/* title
------------------------------------------------------------------- */
.stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
	background-image: url(../img/bg_title.svg);
	background-position: left top;
	background-size: 50px;
}
body.msie .stretch_full.container_wrap.alternate_color.light_bg_color.title_container {
	background-image: url(../img/bg_title.png);
}

/* bread
------------------------------------------------------------------- */
.responsive .title_container .main-title {
	float: left;
	width: 60%;
}
.responsive .title_container .main-title + .breadcrumb {
	width: 40%;
	float: right;
	position: static;
	top: initial;
	right: initial;
	margin-top: 20px;
}
.responsive .title_container .breadcrumb,
.responsive .title_container .breadcrumb a {
	color: #444;
}
.responsive .title_container .breadcrumb .breadcrumb-trail {
	text-align: right;
}
.responsive .title_container .breadcrumb .breadcrumb-trail > span {
	display: inline-block;
	float: none;
	vertical-align: top;
}
@media (min-width: 768px) {}
@media (max-width: 767px) {
	.responsive .title_container .main-title,
	.responsive .title_container .main-title + .breadcrumb {
		float: none;
		width: 100%;
	}
	.responsive .title_container .main-title + .breadcrumb {
		margin-top: 40px;
	}
	.responsive .title_container .breadcrumb .breadcrumb-trail {
		text-align: left;
	}
}

/* content
------------------------------------------------------------------- */
.entry-content > *:first-child { margin-top: 0; }
.entry-content > *:first-child > *:first-child { margin-top: 0!important; }
.entry-content > *:last-child { margin-bottom: 0; }

/* post - title
------------------------------------------------------------------- */
@media (min-width: 768px) {
	.entry-content-wrapper .post-title {
		font-size: 26px;
	}
	.post-meta-infos {
		margin-bottom: 30px;
	}
}
@media (max-width: 767px) {
	.post-meta-infos {
		margin-bottom: 20px;
	}
}

/* park - slider
------------------------------------------------------------------- */

.responsive #top .avia-slideshow-dots.avia-slideshow-controls a {
	margin: 0 5px;
}

@media (min-width: 768px) {
	.avia_desktop .av_slideshow.avia-slideshow .avia-slideshow-controls a {
		filter: alpha(opacity=80);
		opacity: 0.8;
	}
	#top .avia-slideshow-arrows a {
		filter: alpha(opacity=60);
		opacity: 0.6;
	}
	#top .avia-slideshow-arrows a:hover {
		filter: alpha(opacity=80);
		opacity: 0.8;
	}
}
@media (max-width: 767px) {
	.responsive #top .avia-slideshow-arrows.avia-slideshow-controls a {
		display: block;
	}
	.responsive #top .avia-slideshow-dots.avia-slideshow-controls {
		display: block;
	}
	.responsive #top .avia-slideshow-dots.avia-slideshow-controls a {
		display: inline-block;
	}
	#top .avia-slideshow-arrows a {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.avia-slideshow-arrows a:before {
		line-height: 42px;
	}
}

/* park - single
------------------------------------------------------------------ */
body.single-park h1.main-title span {
	display: block;
}
body.single-park h1.main-title span.subtitle {
	font-size: 16px;
	line-height: 1.2;
	margin-top: 0.5em;
}

body.single-park .av_one_third.flex_column_div p > strong,
body.single-park .av_one_third.flex_column_div p > b {
	font-weight: bold;
}
body.single-park .avia-gallery-thumb {
	width: 100%;
}
body.single-park .avia-gallery-thumb:after {
	content: '';
	display: block;
	clear: both;
}
body.single-park .avia-gallery-thumb > a {
	display: block;
	overflow: hidden;
	padding-top: 25%;
	position: relative;
}
body.single-park .avia-gallery-thumb > a img {
	float: none!important;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 150%!important;
	max-width: initial;
	border: 0!important;
	padding: 5px!important;
}
body.single-park .avia-image-container {
	margin-bottom: 1.5em;
}
body.single-park .avia-image-container .avia-image-container-inner,
body.single-park .avia-image-container .avia-image-container-inner img.avia_image {
	width: 100%;
}
body.single-park .flex_column.av_one_third .avia-image-container {}
body.single-park .flex_column.av_one_third .avia-image-container img.avia_image {
	width: auto;
	/*margin: auto;*/
}

@media (min-width: 768px) {
	body.single-park .avia-image-container {
		margin-bottom: 0.85em;
	}
	body.single-park .avia-image-container + section.av_textblock_section {
		margin-bottom: 2em;
	}
}
@media (max-width: 767px) {
	body.single-park .flex_column .avia-slideshow {
		margin-left: -5.555555%;
		width: 111.11111%;
	}
	body.single-park .avia-slideshow li img {
		border-radius: 0;
	}
	body.single-park .avia-gallery-thumb > a img {
		padding: 1px!important;
		border: 0;
	}
}

/* page - title
------------------------------------------------------------------- */
body.page h1.main-title {
	font-size: 24px;
}

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


/* banner
------------------------------------------------------------------- */
div.banner {
	margin: 20px 0;
}
div.banner.banner-top {
	margin: 0;
	padding-bottom: 5px;
}
div.banner.banner-top > .col > *:first-child { margin-top: 0!important; }
div.banner.banner-top > .col > *:last-child { margin-bottom: 0!important; }
div.banner.banner-top > *:first-child { margin-top: 0!important; }
div.banner.banner-top > *:last-child { margin-bottom: 0!important; }
div.banner.full {
	text-align: center;
}
div.banner.half {
	clear: both;
	padding-top: 20px;
}
div.banner.half > .col {
	text-align: center;
}

@media screen and (min-width : 768px) {
	div.banner.sp,
	div.banner > .col.sp {
		display: none;
	}
	div.banner.half {
		width: 100%;
	}
	div.banner.half:after {
		content: '';
		display: block;
		clear: both;
	}
	/* for recommend banner */
	ul.park + div.banner.half {
		padding-right: 50px;
	}
	div.banner.half > .col {
		float: left;
		width: 49%;
		margin-right: 2%;
	}
	div.banner.half > .col:nth-child(2n) {
		margin-right: 0;
	}
	div.banner.half > .col span,
	div.banner.half > .col iframe {
		max-width: 100%;
	}
}
@media screen and (max-width : 767px) {
	div.banner.pc,
	div.banner > .col.pc {
		display: none;
	}
	div.banner.banner-top + h2 {
		margin-top: 0.5em;
	}
	div.banner.banner-top + div {
		margin-top: 0;
	}
	div.banner.half {
		padding-top: 0;
	}
}

/* optionlist
------------------------------------------------------------------- */
ul.optionlist {
	list-style-type: none;
	padding: 0;
	margin: 0;
	width: 100%;
}
ul.optionlist:after {
	content: '';
	display: block;
	clear: both;
}
ul.optionlist li .avia_transform a .image-overlay {
	display: none;
}
ul.optionlist li {
	float: left;
	width: 25%;
	margin: 0 0 20px 0;
	padding: 0 5px;
	position: relative;
}
ul.optionlist li:after {
	display: none;
	content: "";
	position: absolute;
	width: 10px;
	height: 50%;
	top: 25%;
	left: -5px;
	background-color: #CDDB32;
	background-color: rgba(205, 219, 50, 0.3);
	border-radius: 5px;
}
ul.optionlist li:nth-child(4n+1):after {
	display: none;
}
ul.optionlist li a {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #fff;
	overflow: initial!important;
	box-shadow: 0 0 20px rgba(200,200,200,0.2);
}
ul.optionlist li a:hover {
	text-decoration: none;
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
ul.optionlist li a > span.ico {
	position: absolute;
	bottom: 36%;
	left: 29%;
	width: 42%;
	display: block;
	text-align: center;
}
ul.optionlist li a > span.ico img {
	max-width: 100%;
	height: auto;
}
ul.optionlist li span.label {
	position: absolute;
	top: 70%;
	left: 0;
	padding-bottom: 10%;
	display: block;
	text-align: center;
	color: #859904;
	font-weight: bold;
	width: 100%;
	line-height: 1.2;
}
ul.optionlist li span.label > span {
	display: inline-block;
	padding: 5px 15px;
	margin-top: 5px;
	background-color: #d9dcc3;
	color: #6c7c01;
	border-radius: 15px;
	letter-spacing: 0;
}

@media (min-width: 768px) {}
@media (max-width: 767px) {
	ul.optionlist li {
		margin-bottom: 20px;
	}
	ul.optionlist li:after {
		width: 6px;
		left: -3px;
	}
	ul.optionlist li a {
		width: 60px;
		height: 60px;
		padding-top: 7px;
	}
	ul.optionlist li a > span.ico {
		bottom: 20%;
		left: 22%;
		width: 56%;
	}
	ul.optionlist li span.label {
		top: 70%;
		padding: 0;
	}
	ul.optionlist li span.label > span {
		padding: 3px 6px;
		font-size: 10px;
		letter-spacing: 0;
		line-height: 1.1;
		height: 2.7em;
		border-radius: 4px;
		background-color: transparent;
	}
	ul.optionlist li:nth-child(4n+1):after {
		display: block;
	}
	ul.optionlist li:nth-child(2n+1):after {
		display: none;
	}
}

/* btn
------------------------------------------------------------------- */
p.btn {
	text-align: center;
	margin: 20px 0;
}
a.btn,
p.btn > a {
	display: inline-block;
	border: 2px solid;
	border-radius: 4px;
	padding: 1em calc(2em + 10px) 1em 2em;
	max-width: 100%;
	text-align: center;
	background-color: #fff;
	color: #3293cb;
	font-size: 1em;
	position: relative;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
a.btn:focus,
p.btn > a:focus {
	text-decoration: none;
}
a.btn:after,
p.btn > a:after {
	content: '';
	display: block;
	width: 9px;
	height: 9px;
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	border: 2px solid #3293cb;
	border-width: 2px 2px 0 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all 0.05s linear;
	-o-transition: all 0.05s linear;
	transition: all 0.05s linear;
}
a.btn:hover,
p.btn a:hover {
	background-color: #3293cb;
	color: #fff;
	text-decoration: none;
}
a.btn:hover:after,
p.btn a:hover:after {
	border: 2px solid #fff;
	border-width: 2px 2px 0 0;
}

#searchFilterBox p.btn.map {
	margin-top: 60px;
	text-align: center;
}
p.btn.map a,
#searchFilterBox p.btn.map a {
	width: 500px;
	font-size: 20px;
	border-radius: 10px;
	padding: 1em calc(2em + 10px) 1em 2em;
	background-color: #fff;
	color: #3293cb;
	background-image: url(../img/ico_map.svg);
	background-repeat: no-repeat;
	background-position: left 20px center;
	background-size: 30px;
}
#searchFilterBox p.btn.map a:after {
	border: 2px solid #3293cb;
	border-width: 0 0 2px 2px;
}
p.btn.map a:hover,
#searchFilterBox p.btn.map a:hover {
	background-color: #3293cb;
	color: #fff;
	background-image: url(../img/ico_map_w.svg);
}
#searchFilterBox p.btn.map a:hover:after {
	border: 2px solid #fff;
	border-width: 0 0 2px 2px;
}

@media (min-width: 768px) {}
@media (max-width: 767px) {
	a.btn,
	p.btn > a {
		font-size: 16px;
		background-size: 26px;
	}
	#searchFilterBox p.btn.map {
		margin-top: 30px;
	}
	p.btn.map a,
	#searchFilterBox p.btn.map a {
		font-size: 16px;
		background-size: 23px;
	}
}

/* arealist
------------------------------------------------------------------- */
table.arealist {
	width: calc(100% + 40px);
	margin-left: -20px;
	margin-bottom: 0;
}
table.arealist th {
	width: 10em;
	padding-left: 5%;
}
table.arealist td {}
table.arealist th,
table.arealist td {
	background-color: #fff!important;
	border: 0!important;
	border-top: 1px solid rgba(50, 147, 203, 0.3)!important;
}
table.arealist > tr:first-child th,
table.arealist > tr:first-child td,
table.arealist tbody > tr:first-child th,
table.arealist tbody > tr:first-child td {
	border-top: 0!important;
}
table.arealist td > ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
table.arealist td > ul li {
	display: inline-block;
}
table.arealist a {
	width: 8em;
	text-align: center;
	display: inline-block;
	border-radius: 15px;
	height: 30px;
	line-height: 28px;
	padding: 0 1em;
	border: 1px solid;
	color: #3293cb;
}
table.arealist a:hover {
	text-decoration: none;
}
table.arealist th a {
	width: 8em;
	text-align: center;
	background-color: #3293cb;
	color: #fff;
}
table.arealist th a:hover {
	-ms-filter: "alpha(opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(50, 147, 203, 0.7);
	color: #fff;
}

@media (min-width: 768px) {}
@media (min-width: 768px) and (max-width: 850px) {
	table.arealist a {
		width: 7em;
		font-size: 11px;
		padding: 0 0.5em;
	}
}
@media (max-width: 767px) {
	table.arealist a {
		font-size: 11px;
	}
	table.arealist th {
		width: auto;
		padding-left: 20px;
		padding-right: 0;
	}
	table.arealist th a {
		width: 6em;
	}
	table.arealist td a {
		font-size: 11px;
		/*padding: 0 1em;*/
		width: auto;
	}
	table.arealist td > ul li {
		margin-left: 5px;
	}
}

/* table
------------------------------------------------------------------- */
.responsive div.parkinfo .avia_responsive_table .avia-data-table tr:nth-child(odd) {
	background-color: #fff;
}
.responsive div.parkinfo .avia_responsive_table .avia-data-table td {
	vertical-align: top;
	background-color: #fff;
	border-color: #d9d9d9;
	padding: 1em 1.25em;
}
.responsive div.parkinfo .avia_responsive_table .avia-data-table td > *:first-child { margin-top: 0; }
.responsive div.parkinfo .avia_responsive_table .avia-data-table td > *:last-child { margin-bottom: 0; }
.responsive div.parkinfo .avia_responsive_table .avia-data-table tr > td:nth-child(1) {
	font-weight: bold;
	background-color: rgba(50, 147, 203, 0.1);
}
.responsive div.parkinfo .avia_responsive_table .avia-data-table td span.ico {
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
}
.responsive div.parkinfo .avia_responsive_table .avia-data-table td span.ico:before {
	content: "";
	position: absolute;
	top: 12.5%;
	left: 12.5%;
	width: 75%;
	height: 75%;
	border-radius: 50%;
	background-color: #EFF2C7;
}
.responsive div.parkinfo .avia_responsive_table .avia-data-table td span.ico + span.ico {
	margin-left: 1em;
}
.responsive div.parkinfo .avia_responsive_table .avia-data-table td span.ico img {
	width: auto;
	height: 40px;
	vertical-align: top;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
#top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
	height: 25%;
	overflow: hidden;
}

@media (min-width: 768px) {}
@media (max-width: 767px) {
	.responsive div.parkinfo .avia_responsive_table .avia-data-table {
		border: 0;
	}
	.responsive div.parkinfo .avia_responsive_table .avia-data-table table,
	.responsive div.parkinfo .avia_responsive_table .avia-data-table tbody,
	.responsive div.parkinfo .avia_responsive_table .avia-data-table tr,
	.responsive div.parkinfo .avia_responsive_table .avia-data-table td,
	.responsive div.parkinfo .avia_responsive_table .avia-data-table th {
		text-align: left;
		background-color: #fff;
	}
	.responsive div.parkinfo .avia_responsive_table .avia-data-table td {
		text-align: left;
		width: 100%;
		vertical-align: top;
		border: 0;
		padding-left: 0;
		padding-right: 0;
		color: #333;
	}
	.responsive div.parkinfo .avia_responsive_table .avia-data-table td span.ico {
		width: 30px;
		height: 30px;
	}
	.responsive div.parkinfo .avia_responsive_table .avia-data-table td span.ico + span.ico {
		margin-left: 0.5em;
		padding-left: 0.5em;
	}
	.responsive div.parkinfo .avia_responsive_table .avia-data-table td span.ico img {
		height: 30px;
	}
	.responsive div.parkinfo .avia_responsive_table .avia-data-table td > *:first-child { margin-top: 0; }
	.responsive div.parkinfo .avia_responsive_table .avia-data-table td > *:last-child { margin-bottom: 0; }
	.responsive div.parkinfo .avia_responsive_table .avia-data-table tr > td:nth-child(1) {
		width: auto;
		padding: 3px 0.5em;
		border-top: 1px dashed rgba(50, 147, 203, 0.8);
		border-bottom: 0;
		font-size: 12px;
	}
	.responsive div.parkinfo .avia_responsive_table .avia-data-table tr > td:nth-child(2) {
		padding: 1em 0.5em 20px 0.5em;
	}
}
/* searchFilterBox
------------------------------------------------------------------- */
#searchFilterBox .searchandfilter {
	margin-bottom: 0;
}
#searchFilterBox .searchandfilter > ul {
	margin-left: 0;
}
#searchFilterBox .searchandfilter > ul > li {
	clear: both;
	padding: 0 0 30px 0;
}
#searchFilterBox .searchandfilter > ul > li:last-child {
	padding-bottom: 0;
}
/* header */
#searchFilterBox .searchandfilter > ul > li > h4 {
	height: 40px;
	padding-bottom: 0;
	margin-bottom: 1.25em;
	border: 0;
	color: #859904;
	letter-spacing: 0;
	position: relative;
}
/*#searchFilterBox .searchandfilter > ul,*/
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="search"],
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="taxonomy"],
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"] {
	position: relative;
}
/*#searchFilterBox .searchandfilter > ul:before,*/
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="search"]:before,
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="taxonomy"]:before,
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"]:before {
	content: "";
	position: absolute;
	left: 0;
	top: 1.2em;
	width: 100%;
	height: 7px;
	background: url(../img/bg_waveline.png) repeat-x left 2em top 0;
	background-size: 80px;
	z-index: -1;
}
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="search"]:before {
	width: 125%;
}
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="search"] h4,
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="taxonomy"] h4,
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"] h4 {
	display: inline-block;
	margin-left: 20px;
	height: 40px;
	line-height: 40px;
	padding: 0 15px 0 60px;
	background: url(../img/logo_vertical_alpha_chara.png) no-repeat top left 10px;
	background-size: 40px;
	background-color: #fff;
	white-space: nowrap;
}
/* merge rtime-option */
#searchFilterBox .searchandfilter > ul > li.sf-field-taxonomy-option {
	padding-bottom: 0;
}
#searchFilterBox .searchandfilter > ul > li.sf-field-taxonomy-rtime {
	padding-top: 10px;
	border-top: 1px solid #ddd;
}
#searchFilterBox.on .searchandfilter > ul > li.sf-field-taxonomy-rtime {
	border-top-color: #d5dea9;
}
#searchFilterBox .searchandfilter > ul > li.sf-field-taxonomy-rtime:before {
	display: none;
}

/* merge other-condition */
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"],
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"] h4,
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"] h4 ul,
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_pet"],
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_pet"] h4,
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_pet"] h4 ul {
	display: inline-block;
}
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"] {
	padding-top: 56px;
	padding-bottom: 0;
}
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"]:before {
	width: calc(((100vw - 100px) * 0.73) - 70px);
	max-width: calc(((1310px - 100px) * 0.73) - 70px);
}
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"] h4 {
	width: 11.5em;
	position: absolute;
	top: 0;
	left: 0;
}
#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_pet"] h4 {
	display: none;
}

#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="reset"],
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="reset"] + li {
	display: inline-block;
	width: 50%;
	padding: 0;
}
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="reset"] input[type="submit"],
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="reset"] + li input[type="submit"] {
	width: 180px;
	max-width: 100%;
}
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="reset"] {
	text-align: right;
	padding-right: 10px;
}
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="reset"] + li {
	text-align: left;
	padding-left: 10px;
}
#searchFilterBox .searchandfilter > ul > li > ul {
	padding-bottom: 0;
}

/* checkbox */
#searchFilterBox .searchandfilter label.sf-label-checkbox {
	display: inline-block;
	border: 1px solid;
	padding: 5px 10px;
	border-radius: 15px;
	color: #3293cb;
	background-color: #fff;
}
#searchFilterBox .searchandfilter label.sf-label-checkbox span {
	color: #3293cb;
}
#searchFilterBox .searchandfilter label.sf-label-checkbox:hover {
	background-color: rgba(50, 147, 203, 0.1);
}
#searchFilterBox .searchandfilter input.sf-input-checkbox {
	display: none;
}
#searchFilterBox .searchandfilter li.sf-level-0,
#searchFilterBox .searchandfilter li.sf-level-1 {
	display: inline-block;
	padding: 0 10px 10px 0;
}
#searchFilterBox .searchandfilter li.sf-level-1 ul.children {
	display: none;
}
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-1.sf-option-active-parent ul.children,
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-1.sf-option-active ul.children {
	display: inline-block;
}
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-1.sf-option-active-parent ul.children li,
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-1.sf-option-active ul.children li {
	display: inline-block;
	margin-right: 0.5em;
}

/* keyword */
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="search"] {
	width: 80%;
	float: left;
}
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="search"] label,
#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="search"] .sf-input-text {
	width: 100%;
	margin: 0;
}

/* submit */
#searchFilterBox .searchandfilter > ul > li.sf-field-search[data-sf-field-type="search"] + li {
	width: 20%;
	float: right;
	clear: none;
}
#searchFilterBox .searchandfilter > ul > li.sf-field-search[data-sf-field-type="search"] + li input[type="submit"] {
	width: 100%;
	padding: 7px 6px 8px 6px;
}

/* area */
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-0,
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-1 {
	padding-bottom: 5px;
}
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-0 {
	width: 100%;
	position: relative;
	padding-bottom: 0;
	margin-top: -5px;
}
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-0:after {
	content: '';
	display: block;
	clear: both;
}
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-0 > ul.children {
	float: right;
	width: calc(100% - 110px);
	margin: 0;
}
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area label.sf-label-checkbox {
	border-radius: 3px;
}
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-0 > label.sf-label-checkbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: calc(100% - 5px);
	margin-top: 0;
	text-align: center;
	border-width: 3px;
	border-radius: 3px;
	line-height: 1.3;
}
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area ul > li.sf-level-0:nth-child(2n) label.sf-label-checkbox,
#searchFilterBox .searchandfilter li.sf-field-taxonomy-area ul > li.sf0.sf-level-0:nth-child(2n) label.sf-label-checkbox {
	background-color: #F3F9FC;
}

/* action */
#searchFilterBox .searchandfilter li.sf-option-active > label.sf-label-checkbox,
#searchFilterBox .searchandfilter li.sf-option-active > label.sf-label-checkbox span {
	background-color: #3293cb!important;
	color: #fff!important;
	border-width: 1px!important;
	line-height: initial;
}
#searchFilterBox .searchandfilter li[data-sf-count="0"] > label.sf-label-checkbox,
#searchFilterBox .searchandfilter li[data-sf-count="0"] > label.sf-label-checkbox span,
#searchFilterBox .searchandfilter li[data-sf-count="0"] > label.sf-label-checkbox:hover,
#searchFilterBox .searchandfilter li[data-sf-count="0"] > label.sf-label-checkbox:hover span {
	color: #bbb!important;
	background-color: #fff!important;
	border-style: dashed!important;
	border-width: 1px!important;
	border-color: transparent;
}

@media (min-width: 768px) {}
@media (max-width: 767px) {
	#searchFilterBox {}
	/*#searchFilterBox .searchandfilter > ul:before,*/
	#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="search"]:before,
	#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="taxonomy"]:before,
	#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"]:before {
		height: 6px;
		background-size: 50px;
		top: 0.98em;
	}
	#searchFilterBox .searchandfilter > ul > li {
		padding-bottom: 15px;
	}
	#searchFilterBox .searchandfilter > ul > li > h4 {
		height: 30px;
		margin-bottom: 15px;
	}
	#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="search"] h4,
	#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="taxonomy"] h4,
	#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"] h4 {
		margin-left: 0;
		padding-left: 35px;
		font-size: 14px;
		background-position: left top;
		background-size: 30px;
		height: 30px;
		line-height: 30px;
	}
	/* merge rtime-option */
	#searchFilterBox .searchandfilter > ul > li.sf-field-taxonomy-rtime {
		margin-top: 4px;
	}
	/* merge other-condition */
	#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"] {
		padding-top: 45px;
	}
	#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"]:before {
		width: calc(90vw - 20px);
		max-width: calc(90vw - 20px);
	}
	.avia_mobile #searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"]:before {
		width: 90vw;
		max-width: 90vw;
	}
	#searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"] h4 {
		width: 10em;
	}

	#searchFilterBox .searchandfilter li.sf-level-0,
	#searchFilterBox .searchandfilter li.sf-level-1 {
		padding: 0 5px 5px 0;
	}
	#searchFilterBox .searchandfilter label.sf-label-checkbox {
		border-radius: 5px;
		padding: 3px 5px;
	}
	#searchFilterBox .searchandfilter label.sf-label-checkbox,
	#searchFilterBox .searchandfilter label.sf-label-checkbox span {
		font-size: 11px;
	}
	#searchFilterBox .searchandfilter label.sf-label-checkbox span {
		padding-left: 1px;
	}
	#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="reset"] input[type="submit"],
	#searchFilterBox .searchandfilter > ul > li[data-sf-field-type="reset"] + li input[type="submit"] {
		width: 100%;
		font-size: 12px;
		padding: 9px 0;
	}
	/* area */
	#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-0 {
		padding: 0;
		position: relative;
	}
	#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-0 > label.sf-label-checkbox {
		width: 70px;
		line-height: 1.6;
	}
	#searchFilterBox .searchandfilter li.sf-option-active > label.sf-label-checkbox,
	#searchFilterBox .searchandfilter li.sf-option-active > label.sf-label-checkbox span {
		line-height: 1.8;
	}
	#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-0 > ul.children {
		width: calc(100% - 73px);
		padding: 0 0 0 5px;
	}
	#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-1 {
		padding: 0 5px 5px 0;
	}
	#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-1.sf-option-active-parent ul.children li,
	#searchFilterBox .searchandfilter li.sf-field-taxonomy-area li.sf-level-1.sf-option-active ul.children li {
		padding: 2px 0;
	}
}

/* float btn
------------------------------------------------------------------- */
#searchFilterFloatBtn {
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	background-color: rgba(0,0,0,0.5);
	padding: 10px;
	text-align: center;
	z-index: 9999;
}
#searchFilterFloatBtn input[type="submit"] {
	width: 100%;
	background-color: #3293cb;
	color: #ffffff;
	border-color: #1071a9;
}
@media (min-width: 768px) {}
@media (max-width: 767px) {
	#searchFilterFloatBtn.on {
		display: block;
	}
}

/* sitemap
------------------------------------------------------------------- */
ul.sitemap {
	list-style-type: none;
	border: 1px solid #ddd;
}
ul.sitemap li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.sitemap li:nth-child(1) a {
	border-top: 0;
}
ul.sitemap a,
ul.sitemap span {
	display: block;
	border-top: 1px solid #ddd;
	padding: 0.75em 2em;
}
ul.sitemap > li > a,
ul.sitemap > li > span {
	font-size: 16px;
}
ul.sitemap > li > ul.children {
	margin-left: 3em;
	border: 1px solid #ddd;
	border-right: 0;
	border-bottom: 0;
	background-color: #f5f5f5;
	margin-top: 0;
	margin-bottom: 0;
}
ul.sitemap li.option ul.children li {
	display: inline-block;
	width: 45%;
}
ul.sitemap li.area ul.children {
	background-color: transparent;
	margin-bottom: 0;
}
ul.sitemap li.area ul.children ul.children {
	background-color: #f5f5f5;
}
ul.sitemap li.area ul.children ul.children li {
	display: inline-block;
}
ul.sitemap li.area ul.children ul.children li a {
	border: 0;
}

@media (min-width: 768px) {
	ul.sitemap li.option ul.children li:nth-child(-n+2) a {
		border-top: 0;
	}
}
@media (max-width: 767px) {
	ul.sitemap > li > a,
	ul.sitemap > li > span {
		font-size: 13px;
	}
	ul.sitemap li ul.children {
		margin-bottom: 0;
	}
	ul.sitemap li ul.children li a {
		font-size: 12px;
	}
	ul.sitemap li.option ul.children li {
		display: block;
		width: 100%;
	}
	ul.sitemap li.option ul.children li a {
		font-size: 11px;
	}
}

/* ranking
------------------------------------------------------------------- */
ul.park li.ranking div.photo {
	position: relative;
}
ul.park li.ranking div.photo:before {
	position: absolute;
	top: -3px;
	left: -3px;
	width: 20px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #E4554D;
	color: #fff;
	font-size: 12px;
	z-index: 1;
	font-weight: bold;
}
ul.park li.ranking.no-1 div.photo:before { content: "1"; }
ul.park li.ranking.no-2 div.photo:before { content: "2"; }
ul.park li.ranking.no-3 div.photo:before { content: "3"; }
ul.park li.ranking.no-4 div.photo:before { content: "4"; }
ul.park li.ranking.no-5 div.photo:before { content: "5"; }
ul.park li.ranking.no-6 div.photo:before { content: "6"; }
ul.park li.ranking.no-7 div.photo:before { content: "7"; }
ul.park li.ranking.no-8 div.photo:before { content: "8"; }
ul.park li.ranking.no-9 div.photo:before { content: "9"; }
ul.park li.ranking.no-10 div.photo:before { content: "10"; }
ul.park li.ranking.no-11 div.photo:before { content: "11"; }
ul.park li.ranking.no-12 div.photo:before { content: "12"; }
ul.park li.ranking.no-13 div.photo:before { content: "13"; }
ul.park li.ranking.no-14 div.photo:before { content: "14"; }
ul.park li.ranking.no-15 div.photo:before { content: "15"; }
ul.park li.ranking.no-16 div.photo:before { content: "16"; }
ul.park li.ranking.no-17 div.photo:before { content: "17"; }
ul.park li.ranking.no-18 div.photo:before { content: "18"; }
ul.park li.ranking.no-19 div.photo:before { content: "19"; }
ul.park li.ranking.no-20 div.photo:before { content: "20"; }

ul.posts li.ranking {
	position: relative;
}
ul.posts li.ranking:before {
	position: absolute;
	top: 1em;
	left: 0;
	width: 20px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #E4554D;
	color: #fff;
	font-size: 12px;
	border-radius: 2px;
	z-index: 1;
	font-weight: bold;
}
ul.posts li.ranking div.txt span.date {
	margin-left: 28px;
}
ul.posts li.ranking.no-1:before { content: "1"; }
ul.posts li.ranking.no-2:before { content: "2"; }
ul.posts li.ranking.no-3:before { content: "3"; }
ul.posts li.ranking.no-4:before { content: "4"; }
ul.posts li.ranking.no-5:before { content: "5"; }
ul.posts li.ranking.no-6:before { content: "6"; }
ul.posts li.ranking.no-7:before { content: "7"; }
ul.posts li.ranking.no-8:before { content: "8"; }
ul.posts li.ranking.no-9:before { content: "9"; }
ul.posts li.ranking.no-10:before { content: "10"; }

@media (min-width: 768px) {}
@media (max-width: 767px) {
	ul.park li.ranking div.photo:before {
		font-size: 10px;
	}
	ul.posts li.ranking:before {
		font-size: 10px;
	}
}

/* ranking - page
------------------------------------------------------------------- */
.entry-content h2.ranking {
	font-size: 22px;
	margin-bottom: 0.75em;
}
.entry-content ul.park li.ranking div.photo:before {
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 5px 0 5px 0;
}
.entry-content ul.park li.has-rank-no h3 {
	position: relative;
	padding-left: 36px;
}
.entry-content ul.park li.has-rank-no h3 span.no {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	font-size: 16px;
	text-align: center;
	border-radius: 2px;
	background-color: #E4554D;
	color: #fff;
}
aside a.rankmore {
	display: block;
	margin-top: 1em;
	padding: 0.25em;
	color: #3293cb!important;
	background-color: #fff;
	border: 1px solid #3293cb;
	text-align: center;
	border-radius: 2px;
}
@media (min-width: 768px) {}
@media (max-width: 767px) {
	.entry-content h2.ranking {
		font-size: 14px;
		margin-top: 1em;
		margin-bottom: 1.5em;
	}
	.entry-content ul.park li.ranking div.photo:before {
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	.entry-content ul.park li.has-rank-no h3 {
		padding-left: 21px;
	}
	.entry-content ul.park li.has-rank-no h3 span.no {
		width: 16px;
		height: 16px;
		line-height: 16px;
		font-size: 10px;
	}
}

/* aside - snsbox
------------------------------------------------------------------- */
aside div.snsbox,
aside div.snsbox .wrap {
	display: flex;
	justify-content: center;
	width: 100%;
}
aside div.snsbox a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}
aside div.snsbox a + a {
	margin-left: 30px;
}
aside div.snsbox a img {
	height: auto;
}
aside div.snsbox .image-overlay {
	display: none;
}
@media (min-width: 768px) {
	aside div.snsbox a {
		transition: opacity 0.07s linear;
	}
	aside div.snsbox a:hover {
		opacity: 0.8;
	}
}
@media (min-width: 768px) and (max-width: 900px) {}
@media (max-width: 767px) {
	aside div.snsbox a img[alt="twitter"] {
		width: 51px;
	}
	aside div.snsbox a img {
		width: 60px;
	}
}


/* search-condition-titles
------------------------------------------------------------------- */
div.search-condition-titles {
	line-height: 1.7;
}
div.search-condition-titles span.title {
	font-size: 18px;
	color: #474807;
}
div.search-condition-titles div.cond-list {
	font-size: 13px;
	display: table;
	color: #95965d;
}
div.search-condition-titles div.cond-list div.cond {
	display: table-row;
}
div.search-condition-titles div.cond-list div.cond .label,
div.search-condition-titles div.cond-list div.cond .value {
	display: table-cell;
}
div.search-condition-titles div.cond-list div.cond .label {
	white-space: nowrap;
}
div.search-condition-titles div.cond-list div.cond .value {
	color: #474807;
	text-indent: -1.25em;
	padding-left: 1.25em;
}
div.search-condition-titles div.cond-list div.cond .label + .value:before {
	content: ":";
	padding: 0 0.5em;
}

/* searchbox
------------------------------------------------------------------- */
div.searchbox {
	padding: 20px;
	border-radius: 10px;
	border: 1px solid transparent;
	margin-right: 20px;
	-webkit-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
div.searchbox p.btn {
	margin: 0;
	text-align: right;
}
div.searchbox p.btn a {
	font-size: 13px;
	font-weight: bold;
	width: auto;
	background-image: none;
	border-radius: 4px;
	padding: 5px 40px 5px 20px;
}
div.searchbox p.btn a:hover {
	color: #fff;
	border-color: #3293cb;
	background-color: #3293cb;
	text-decoration: none;
}
div.searchbox p.btn a:after {
	width: 7px;
	height: 7px;
	margin-top: -6px;
	right: 15px;
	border-width: 0 2px 2px 0;
	transform-origin: 60% 70%;
}
div.searchbox div.filters {
	display: none;
}
div.searchbox.move {
	background: rgba(130, 153, 12, 0.1);
}
div.searchbox.on {
	border-color: #82990C;
	background: rgba(130, 153, 12, 0.1);
}
div.searchbox.on p.btn a,
div.searchbox.on p.btn a:hover {
	color: #fff;
	background-color: #3293cb;
	text-decoration: none;
}
div.searchbox.on p.btn a:after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}
div.searchbox.on div.filters {
	display: block;
}
div.searchbox #searchFilterBox .searchandfilter > ul > li[data-sf-field-type="search"] h4,
div.searchbox #searchFilterBox .searchandfilter > ul > li[data-sf-field-type="taxonomy"] h4,
div.searchbox #searchFilterBox .searchandfilter > ul > li[data-sf-field-name="_sfm_parking-flag"] h4 {
	background-color: #F2F5E6;
}
div.searchbox #searchFilterBox .searchandfilter li[data-sf-count="0"] > label.sf-label-checkbox,
div.searchbox #searchFilterBox .searchandfilter li[data-sf-count="0"] > label.sf-label-checkbox span,
div.searchbox #searchFilterBox .searchandfilter li[data-sf-count="0"] > label.sf-label-checkbox:hover,
div.searchbox #searchFilterBox .searchandfilter li[data-sf-count="0"] > label.sf-label-checkbox:hover span {
	background-color: transparent!important;
}
div.searchbox #searchFilterBox .searchandfilter li.sf-level-0[data-sf-count="0"],
div.searchbox #searchFilterBox .searchandfilter li.sf-level-1[data-sf-count="0"],
div.searchbox #searchFilterBox .searchandfilter li[data-sf-count="0"] > label {
	/*display: none;*/
}

@media (min-width: 768px) {
	div.searchbox {
		margin-top: -20px;
	}
}
@media (max-width: 767px) {
	div.searchbox {
		width: calc(100% / 0.9);
		margin-left: calc(-5% - 2px);
		border-top: 0;
		border-left: 0;
		border-right: 0;
		border-radius: 0;
		padding: 20px 5%;
		margin-right: 0;
	}
	div.searchbox p.btn a {
		font-size: 12px;
		padding: 3px 30px 3px 10px;
		border-radius: 3px;
	}
}

/* sidebar
------------------------------------------------------------------- */
.sidebar .widget {
	padding: 20px 0;
}
.sidebar .widget:first-child > *:first-child {
	margin-top: 0!important;
}
.sidebar .widget .textwidget {
	padding: 10px 0;
}
.sidebar .widget .textwidget > *:first-child { margin-top: 0; }
.sidebar .widget .textwidget > *:last-child { margin-bottom: 0; }


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

/* footer
------------------------------------------------------------------- */
#footer div .av_one_half {
	width: 67%;
}
#footer div .av_one_half + .av_one_half {
	width: 27%;
}

@media (min-width: 768px) {}
@media (max-width: 767px) {
	#footer div .av_one_half + .av_one_half {
		margin-bottom: 0!important;
	}
}


/* home
------------------------------------------------------------------- */
body.home #main,
body.home .avia-msie-8 .av_header_sticky_disabled#header,
body.home .container_wrap.container_wrap_first.main_color.sidebar_right {
	background-color: #EFF2C7;
}
body.home .title_container {
	display: none;
}
body.home h2 {
	font-size: 20px;
	margin: 1.5em 0 1em 0;
	padding-bottom: 0.5em;
}
body.home h2.boxhd {
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0.75em;
	text-align: center;
	color: #859904;
	letter-spacing: 0;
	position: relative;
	height: 2em;
}
body.home h2.boxhd:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -2px;
	width: 100%;
	height: 8px;
	background: url(../img/bg_waveline.png) repeat-x left top;
	background-size: 80px;
	z-index: -1;
}
body.home h2.boxhd > span {
	position: absolute;
	top: 0;
	left: 50%;
	width: 250px;
	margin-left: -125px;
	padding: 10px 10px 10px 60px;
	background: url(../img/logo_vertical_alpha_chara.png) no-repeat top left 30px;
	background-size: 40px;
	background-color: #EFF2C7;
}

body.home div.box {
	box-sizing: border-box;
	padding: 20px;
	background-color: #fff;
	border-radius: 15px;
	border: 1px solid #EFF2C7;
	box-shadow: 0 3px 10px rgba(202, 205, 155, 0.3);
}
body.home ul.park li {
	border-top: 0;
	padding-top: 0;
	background-color: #fff;
	border-radius: 10px;
}
body.home ul.park li.ad {
	background-color: transparent;
	text-align: center;
}
body.home ul.park li > a {
	padding: 0;
}
body.home ul.park li + li {
	margin-top: 10px;
}
body.home ul.park li div.photo + div.txt,
body.home ul.park li div.photo + div.txt + div.txt {
	padding-right: 20px;
}
body.home ul.park li div.photo + div.txt {
	padding-top: 20px;
}
body.home aside ul.park li.ranking div.photo:before {
	top: 6px;
	left: 6px;
}
body.home aside ul.park li div.photo {
	padding-top: 10px;
	padding-left: 10px;
}
body.home aside ul.park li div.photo + div.txt {
	padding-top: 10px;
	padding-right: 10px;
}
body.home .sidebar .widget .textwidget {
	padding: 15px;
	background-color: #fff;
	border-radius: 10px;
	border: 1px solid #EFF2C7;
	box-shadow: 0 3px 10px rgba(202, 205, 155, 0.3);
}

@media (min-width: 768px) {
	body.home ul.posts li > div.txt > * {
		background-color: #fff;
	}
	body.home ul.posts li:first-child > div.txt > span.date {
		border-radius: 10px 0 0 0;
	}
	body.home ul.posts li:first-child > div.txt > h3 {
		border-radius: 0 10px 0 0;
	}
	body.home ul.posts li:last-child > div.txt > h3 {
		border-radius: 0 0 10px 0;
	}
	body.home ul.posts li:last-child > div.txt > span.date {
		border-radius: 0 0 0 10px;
	}
}
@media (max-width: 767px) {
	body.home h2 {
		letter-spacing: 0;
	}
	body.home div.box {
		padding: 0;
		border-radius: 10px;
	}
	body.home h2.boxhd {
		font-size: 15px;
	}
	body.home h2.boxhd > span {
		background-size: 35px;
		padding-left: 40px;
		width: 166px;
		margin-left: -83px;
		background-position: left 10px top;
	}
	body.home h2.boxhd:before {
		background-size: 46px;
		height: 5px;
		margin-top: 1px;
	}
	body.home ul.park li div.photo + div.txt + div.txt {
		padding: 15px 20px 20px 20px;
	}
	body.home ul.posts li {
		background-color: #fff;
		border-radius: 10px;
	}
	body.home ul.posts li > div.txt > h3 {
		border-radius: 0 0 10px 10px;
	}
	body.home aside ul.park li div.photo {
		padding: 0;
	}
	body.home aside ul.park li.ranking div.photo:before {
		top: 6px;
		left: 6px;
	}
}

/* about - table
------------------------------------------------------------------- */
.post-entry.post-entry-131 table,
.post-entry.post-entry-131 table tbody,
.post-entry.post-entry-131 table tr,
.post-entry.post-entry-131 table td {
	background-color: transparent;
	border: 0;
}
.post-entry.post-entry-131 table {
	table-layout: initial;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ddd;
}
.post-entry.post-entry-131 table tbody {
	width: 100%;
}
.post-entry.post-entry-131 table tbody:after {
	content: '';
	display: block;
	clear: both;
}
.post-entry.post-entry-131 table tr {}
.post-entry.post-entry-131 table td {
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ddd;
	padding: 5px 12px;
}
.post-entry.post-entry-131 table tr > td:nth-child(1) {
	background-color: #f6f9ec;
	width: 65px;
}
.post-entry.post-entry-131 table tr > td:nth-child(2) {
	background-color: #f6f9ec;
	border-left: 0;
	padding-left: 0;
	font-size: 12px;
}


@media (min-width: 768px) {}
@media (max-width: 767px) {
	.post-entry.post-entry-131 .avia_responsive_table table.avia-data-table {
		display: table;
		border-left: 0;
		border-bottom: 0;
	}
	.post-entry.post-entry-131 .avia_responsive_table table.avia-data-table tbody {
		display: table-row-group;
	}
	.post-entry.post-entry-131 .avia_responsive_table table.avia-data-table tr {
		display: table-row;
	}
	.post-entry.post-entry-131 .avia_responsive_table table.avia-data-table td {
		display: table-cell;
		border-left: 1px solid #ddd;
		text-align: left;
		font-size: 12px;
		padding: 5px;
	}
	.post-entry.post-entry-131 .avia_responsive_table table.avia-data-table td:nth-child(1) {
		width: 36px;
	}
	.post-entry.post-entry-131 .avia_responsive_table table.avia-data-table td:nth-child(1) img {
		width: 25px;
	}
	.post-entry.post-entry-131 .avia_responsive_table table.avia-data-table td:nth-child(2) {
		border-left: 0;
		width: 100px;
		font-size: 10px;
		font-weight: bold;
		line-height: 1.3;
	}
}

/* jimukyoku
------------------------------------------------------------------- */
.post-entry.post-entry-23902 h2 {
	font-size: 22px;
	margin-bottom: 1.5em;
}
.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table tr:nth-child(odd) {
	background-color: #fff;
}
.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table td {
	vertical-align: top;
	background-color: #fff;
	border-color: #d9d9d9;
	padding: 1.5em 2.25em;
}
.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table td > *:first-child { margin-top: 0; }
.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table td > *:last-child { margin-bottom: 0; }
.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table tr > td:nth-child(1) {
	width: 30%;
	font-weight: bold;
	background-color: rgba(50, 147, 203, 0.1);
}
.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table td p:empty {
	display: none;
}
.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table td > *:first-child:empty + p { margin-top: 0; }

@media (min-width: 768px) {}
@media (max-width: 767px) {
	.post-entry.post-entry-23902 h2 {
		font-size: 16px;
		margin-top: 1em;
	}
	.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table {
		border: 0;
	}
	.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table table,
	.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table tbody,
	.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table tr,
	.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table td,
	.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table th {
		text-align: left;
		background-color: #fff;
	}
	.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table td {
		text-align: left;
		width: 100%;
		vertical-align: top;
		border: 0;
		padding-left: 0;
		padding-right: 0;
		color: #333;
	}
	.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table td > *:first-child { margin-top: 0; }
	.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table td > *:last-child { margin-bottom: 0; }
	.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table tr > td:nth-child(1) {
		width: auto;
		padding: 3px 0.5em;
		border-top: 1px dashed rgba(50, 147, 203, 0.8);
		border-bottom: 0;
		font-size: 12px;
	}
	.post-entry.post-entry-23902 .avia_responsive_table .avia-data-table tr > td:nth-child(2) {
		padding: 1em 0.5em 20px 0.5em;
	}
}

/* notfound
------------------------------------------------------------------- */
#main div.notfound {
	font-size: 1.2em;
	line-height: 2;
}
#main div.notfound ul {
	list-style-type: none;
	margin: 30px 0;
	padding: 0;
}
#main div.notfound ul li {
	display: inline-block;
	max-width: 100%;
	margin: 10px 10px 0 0;
}

@media (min-width: 768px) {}
@media (max-width: 767px) {}
@media (max-width: 415px) {
	#main div.notfound ul li,
	#main div.notfound ul li a {
		display: block;
	}
}

/* top-link
------------------------------------------------------------------- */

@media (min-width: 768px) {}
@media (max-width: 767px) {
	.responsive #scroll-top-link {
		display: block;
		right: 10px;
		bottom: 10px;
		width: 40px;
		height: 40px;
		line-height: 38px;
	}
}

/* blog search button
------------------------------------------------------------------- */
input[type="submit"], #submit, .button {
	font-family: 'entypo-fontello'!important;
}