/*
Theme Name: POWERSPOT 2020
License: GNU General Public License
Domain Path: /languages/

*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
    width: 100%;
    height: 100%;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	background: #000;
	
}

#page_top{
	display:none!important;
}

.vegas-slide-inner{
    height: 100%;
	}


body.vegas-container {
	overflow:hidden!important;
	}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
img, a img {
	border: 0;
}

#slider01 ::-webkit-scrollbar{
	width: 10px;
	}

#slider01 ::-webkit-scrollbar-track{
	border-radius: 10px;
	background:rgba(255, 255, 255, .3);
	}

#slider01 ::-webkit-scrollbar-thumb{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	}

.single #slider01 ::-webkit-scrollbar-track{
	background:rgba(0, 0, 0, .3);
	}

.single #slider01 ::-webkit-scrollbar-thumb{
	background-color: rgba(0, 0, 0, 1);
	}


div#n2-ss-61 .nextend-arrow,
.n2-resize{
	width: 50px!important;
	height: 50px!important;
	}





/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	font-family: san-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	text-decoration:  none;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/* =Content
----------------------------------------------- */

.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin:0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}





/* =Media
----------------------------------------------- */


.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}


.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}



/* = Top Navigation Menu
----------------------------------------------- */

.top-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: none;
}
.nav-wrapper {
	margin: auto;
}
.top-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.top-navigation li {
	float: left;
	position: relative;
}
.top-navigation a {
	display: block;
	text-decoration: none;
	
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}
.top-navigation a:hover {
	background: #222;
}
.top-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 2.1em;
	z-index: 99999;
}
.top-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.top-navigation ul ul a {
	width: 200px;
}
.top-navigation ul ul li {
}
.top-navigation li:hover > a {
}
.top-navigation ul ul :hover > a {
}
.top-navigation ul ul a:hover {
}
.top-navigation ul li:hover > ul {
	display: block;
}
.top-navigation li.current_page_item a,
.top-navigation li.current-menu-item a {
}

/* Small menu For responsive design */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.top-navigation.toggled .nav-menu {
		display: block;
	}

	.top-navigation ul {
		display: none;
	}
}

/* = Header
-------------------------------------------------*/

#masthead {
	padding: 60px 0px 40px;
	margin:auto;
}

h1.site-title a {
	text-decoration:  none;
	font-size: 46px;
	
}
.logo-container {
	max-width: 450px;
	max-height: 250px;
}
.site-branding {
	/*float: left;*/
}
#social_icons {
	/*float: right;*/
}
header {
}
#social_icons img {
	width: 64px;
}
#social_icons a img {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
#social_icons a:hover img {
	-webkit-transform: rotate(360deg);
}

/* = Slider:
-------------------------------------------------*/

.slider-wrapper {
	width: 100%;
	margin: auto;
}
.slide-title {
	
}
.nivo-caption {
  max-width: 550px;
  min-width: 200px;
  overflow: hidden;
  bottom: 15px;
  left: 10px;
}
.nivo-html-caption {
	display: none;
}
div.slide-title {
	font-size: 36px;
	display: block; 
}
div.slide-description {
}

/* = Full Width Template
-------------------------------------------------*/

.full-width {
	margin: auto;
	margin-bottom: 20px;
}

/* = Default Page Template
-------------------------------------------------*/

.search #primary, .archive #primary, .posts-page, .defaultpage {
	width: 70%;
	float: left;
	margin-bottom: 20px;
}
.archive #primary {
	border-top: none;
}
.search #secondary, .archive #secondary, body.single #secondary, .page-template-default #secondary {
	width: 28%;
	float: right;
	margin-bottom: 20px;
}
#secondary .widget-title {
	font-size: 34px;
	background: #151515;
	padding: 5px 10px;
	border-bottom: solid 1px #222 ;
	margin-bottom: 12px;
}

.search .page-title , .archive .page-title {
	background: #222;
	padding: 8px 5px;
	margin-bottom: 25px;
	
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: solid 1px #333;
}

/* = Posts Page Templates
-------------------------------------------------*/
.posts-page .entry-meta a {
	
	font-size: 12px;
}
.posts-page .entry-meta {
	font-size: 12px;
	padding: 5px 10px;
}
.posts-page .entry-meta img {
	top: -10px;
}


/* = Styling for page titles
-------------------------------------------------*/

.posts-page h1.entry-title, .page h1.entry-title {
	font-size: 34px;
	background: #151515;
	padding:0;
	border-bottom: solid 1px #222 ;
	}

.entry-content {
	padding: 15px;
	
}
.posts-page .edit-link a, .page .edit-link a {
	padding-left: 15px;
}
.entry-meta a {
	
}
.archive .posted-on:before, .posts-page .posted-on:before {
	content: '\f303';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 19px/1 'Genericons';
	vertical-align: top;
	transition: 0.8s all ease;
	position: relative;
		top: 3px;
}
.posts-page .posted-on:before {
	top: 0px;
}

.archive .author:before , .posts-page .author:before {
	content: '\f304';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 19px/1 'Genericons';
	vertical-align: top;
	transition: 0.8s all ease;
	position: relative;
		top: 3px;	
}
.posts-page .author:before {
	top: 0px;
}



	footer.entry-meta {
	font-size: 12px;
}

/*
.archive span, .posts-page span {
	display: inline-block;
	}
*/

/* Arhives 
--------------------------------------- */
.search aritcle.post, .archive article.post {
	padding: 10px;
	background: #181818;
}
.search .post .entry-title a, .search .page .entry-title a, .archive .post .entry-title a {
	font-size: 28px;
	
}
.search .post .entry-title a:hover, .archive .post .entry-title a:hover {

}
.search div.entry-meta {
	display:  none;
}
.search .post .entry-title a {
	display:  block;
	margin-bottom: -20px;
	background: none;
}
.search article {
	padding: 10px;
}

/* = Content Area, All the posts on Homepage, Using the .homepage class for articles to style
-------------------------------------------------*/
.homepage-article {
	width: 350px;
	/* display: block; */
	/* float: left; */
	/* margin-right: 15px; */
	background: #151515;
	/* height: 360px; */
	overflow: hidden;
	padding-bottom: 6px;
}
.homepage-article:nth-child(3n+3) {
	clear: both;
}
.homepage-article h1.entry-title a {
	display: block;
	font-size: 24px;
	
	padding: 5px;
	transition: all 0.8s ease;	
}
.homepage-article h1.entry-title a:hover {
	text-decoration: none;
}
.homepage-article .entry-meta {
	font-size: 13px;
	
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background: #222;
	display: block;	
	overflow: auto;
	opacity: 0.8;
/* 	border-bottom: solid 1px #333 */
}
.homepage-article .entry-meta a {
	
	text-decoration: none;
		transition: all 0.4s ease;
}
.homepage-article .entry-meta a:hover { text-decoration:  none; color: #aaa}
.featured-image-container {
	height: 220px;
	overflow:  hidden;
}
.homepage-article .wp-post-image {
	transition: 1.5s ease all;
	margin-bottom: 0px;
}
.homepage-article .wp-post-image:hover {
	-webkit-transform: scale(1.2) rotate(5deg);
	opacity: 0.9;

}
.homepage-article .comments-link:before {
	content: '\f300';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 19px/1 'Genericons';
	vertical-align: top;
	margin-right: 3px;
	transition: 0.8s all ease;

}
.homepage-article .posted-on:before {
	content: '\f303';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 19px/1 'Genericons';
	vertical-align: top;
	transition: 0.8s all ease;
}

.homepage-article .author:before {
	content: '\f304';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 19px/1 'Genericons';
	vertical-align: top;
	transition: 0.8s all ease;
		
}
.homepage-article span {
	display: inline-block;
	padding: 5px;
	border-right: solid 1px #232323;
}
.homepage-article span:hover {
	background: #232323;
}
.homepage-article span:hover:before {
	
	transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}
.homepage-article .comments-link {
	border-right: none;
}
#nav-below {
	display: none;
}


/* = Footer Sidebars
-------------------------------------------------*/

#footer{
	position:relative;
	bottom:0;
	width:100%;
	height:auto;
	padding:50px 0 20px 0;
	box-sizing:border-box;
	text-align:center;
	background:#000;
	color:#FFF;
	font-size:11px;
	}

.home #footer{
	position:fixed;
	padding:20px;
	background:none;
	}

#footer-sidebars {
	display: block;
	clear: both;
	}

.footer-container {
	margin: auto;
	}

.widget-footer {
	/* float: left; */
	width: 340px;
	/* margin-right: 15px; */
	
	padding-bottom: 15px;
	/* margin-bottom: -25px; */
	font-size: 14px;
}

.widget-footer h1.widget-title {
	display:  inline-block;
	padding: 10px 7px;
	font-size: 19px;
	margin-bottom: 15px;
}
.widget-footer:nth-child(1),.widget-footer:nth-child(2),.widget-footer:nth-child(3) {
	border-top: none;
}
.widget > ul {
	margin-left: 10px;
}
#footer-sidebars a {
	
}




/************************************* o r i g i n a l ****************************************************/


body{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,  san-serif;
-webkit-text-size-adjust: 100%;
	}

/* ★グローバルナビヘッダ */

h1.site-title{
	height: 23px;
	width: 354px;
	}

h1.site-title a{
	display: block;
	width: 100%;
	height: 23px;
	max-width: 354px;
	background:url('./images/daisizenPs_logo_s.svg') no-repeat center;
	background-size: 100%;
	text-indent: -9999px;
	margin: 0;
	}

#nav-below{display:block;}

div#headNav{
	display:block;
	position: absolute;
	right: calc(50% - 14.14vw);
	}

#headNav ul{
	margin: 0;
	font-size: 1.4rem;
	display:flex;
	}

#headNav li{
	list-style:none;
	display:flex;
	align-items: center;
	}

#headNav li a{
	display:flex;
	align-items:center;
	height:1.2vw;
	width: auto;
	margin: 0 1vw;
	padding: 0 1vw;
	color:#FFF;
	text-decoration:none;
	}

#headNav li a:before{
	background-image:url(./images/icon_home.svg);
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	content:'';
	width:18px;
	height:18px;
	padding:0 8px 0 0;
	}

#headNav li:after{
	border-right:solid 1px #BBB;
	content:'';
	width:1px;
	height:1vw;
	margin: 0 1vw;
	}

#headNav li.map a:before{	width:28px; background-image:url(./images/icon_map.svg);	}
#headNav li.postscript a:before{	width:17px; background-image:url(./images/icon_postscript.svg);	}


#headNav li.postscript:after{
	content:none;
	}

/*　★グローバルナビ、ヘッダ★　*/




.search #primary, .archive #primary, .posts-page, .defaultpage {
    background-color: #FFFFFF;
    border-bottom: none;
    float: left;
    margin-bottom:0;
}

#content{
	width: 100%;
	}

h1.site-title a {
	font-size:10px;
	}

#masthead{
	height: 80px;
	box-sizing: border-box;
	margin: auto;
	padding: 0 3vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: fixed;
	z-index: 10;
	width: 100%;
	background: rgba(0,0,0,.3);
	}


.home #masthead {
	justify-content: center;
	}

/*　★ナビ★　*/
#nav-below{
	z-index:500;
	position: absolute;
	}


#nav-below {
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 7%;
	}

#nav-below .nav-next{
	width:20px;
	}

#nav-below .nav-previous{
	width:20px;
	margin-left: 10px;
	}

.nav-previous a:link,.nav-next a:link,
.nav-previous a:visited,.nav-next a:visited{
	display:block;
	height:20px;
	width:20px;
	background-image:url("./images/nextprevBtn.png");
	text-indent:-9999px;
	text-align:left;
}

.nav-next a:link,.nav-next a:visited{
	background-position:bottom right;
	}
.nav-previous a:link,.nav-previous a:visited{
	background-position:bottom left;
	}
.nav-next a:hover{
	background-position:top right;
	}
.nav-previous a:hover{
	background-position:top left;
	}
/*　★ナビ★　*/


/*　★フッター★　*/

.footerareas .noBtn{
	color:#777;
}

.arealist a:link,
.arealist a:visited{
	color:#000;
	padding:1px 0;
	}

.arealist a:hover, .selected, .selectedd{
	color:#000!important;
	text-decoration:none;
	background:#04ca51;	
	}

.footer-container{
	width:100%;
	background:none;
	position:relative;
	left:0;
	}

.footerareas{
	margin:0 15px;
	padding: 2rem 0;
	color:#CCCCCC;
	font-family:"meiryo","メイリオ";
	font-size:11px;
	line-height:20px;
	}

.footcaption{
	display:block;
	width:100%;
	text-align:right;
	font-family:"meiryo","メイリオ";
	font-size:9px;
	color:#CCCCCC;
	font-weight:100;
	right:5px;
	position:relative;
	}

.footcaption strong{
	font-weight:900;
	color:#FFF;
	}

.site-footer{
	width:1024px;
	background:#000;
	margin:0 auto;
	font-size:11px;
	color:#FFF;height:155px
	}

#footer-sidebars{
	border:none;
	margin-top: 0;
	overflow: visible
	}

.widget_text{
	width: 100%;
	background:#000;
	margin-bottom: 0;
	padding-bottom: 5px;

}
.footer-sidebars{
	overflow: visible
}

#top div#footer-sidebars{
	position: absolute;
	width: 100%;
	bottom:0;
	background:#000;
}



/*　★フッター★　*/

/*　★ページコンテンツ★　*/
#content{
	padding-bottom: 0;
	}

#top #content {
	padding-bottom: 0;
	}

#map #content{
	padding-bottom:0;
	}

.entry-content{
	padding:0;
	margin:0;
	font-size:11px;
	color: #000;
	line-height:12px;
	letter-spacing: 0;
	}


@media screen and (max-width: 1280px) {
.entry-content{
	font-size:11px;
	}
	
div#headNav{
	right:0;
	}		
}


.entry-content strong{
	color:#000;
	font-weight:900
	}


.hentry {margin-bottom: 50px;}

.entry-header{
	width: 100%;
	text-align: left;
}



div.column {
	width: 30vw;
	height: auto;
	margin:0;
	line-height: 200%;
	font-size: 1.04vw;
	font-size: 15px;
	margin: 0 2vw;
	}

div.column p{
	width:100%;

	text-align: justify;
	margin: 0;
	-ms-overflow-style: none;/* IE, Edge 対応 */
	}



.column a:link,.column a:visited{
	color: black;
	text-decoration: underline;
	}

div.column strong{
	display: block;
	font-size: 18px;
	margin-bottom: 0.5em;
	color: #000;
	line-height: 1;
	}


.posts-page h1.entry-title,
.page h1.entry-title {
	color: #000;
	font-size: 24px;
	background: none;
	border-bottom:none;
	line-height:1;
	}

.nextprevarrow{
	width:100%;
	display:flex;
	position:relative;
	top:5vw;
	justify-content:space-between;
	}

.nextprevarrow div{
	width:35px;
	height:35px;
	}

.nextprevarrow div{
	width:35px;
	height:35px;
	display:block;
	overflow:hidden;
	position:relative;
	transition:.4s all;
	font-size: 12px;
	text-decoration: none;
	line-height: 35px;
	color:#000;
	background: #CCC;
	border-radius:50px;
	text-indent:-300px;
	}

.nextprevarrow a{
	padding-left:30px;
	color:#000;
	text-decoration:none;
	}

.nextprevarrow div::after{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 11px;
	border: solid 3px #000;
	transform: rotate(-135deg);
	border-bottom: none;
	border-left: none;
	pointer-events: none;
	}

.nextprevarrow div.next{
	box-sizing: border-box;
	}

.nextprevarrow div.next a{
	box-sizing: border-box;
	padding-right: 25px;
	}

	
.nextprevarrow div.next::after{
	left: auto;
	right: 11px;
	transform: rotate(45deg);
	}

.nextprevarrow div:hover,
.nextprevarrow div:hover a{
	width:100%;
	overflow:hidden;
	background:#FFF;
	padding-left: 15px;
	text-indent: 0;
	}

.nextprevarrow div:hover a{
	background:none;
	}

.nextprevarrow div.next:hover,
.nextprevarrow div.next:hover a{
	width:100%;
	overflow:hidden;
	text-indent:0px;
	text-align: right;
	}

	
.nextprevarrow div.next:hover::after{
	right: 11px;
	left: auto;
	}

#arches-national-park .nextprevarrow{
	justify-content: flex-end;
	}

.infoBox{
	width:18vw;
	margin:0;
	position:relative;
	}

.infoBox .areajpname,
.infoBox .areaenname{
	font-size:17px;
	font-weight:100;
	line-height:1.2;
	padding:0;
	}

.infoBox .areaenname{
	font-weight:100;
	line-height:1.5;
	padding: 0 0 1vw 0;
	}

.areaenname strong{
	font-weight:900;
	}

.infoBox img{
	margin: 2vw 0 1vw 0;
	}

/*　リセッター　*/
.site-description, .menu, #colophon, #secondary, .screen-reader-text,
.entry-meta, .entry-meta a, footer .entry-meta,
footer .entry-meta a,
#postscript .entry-header,#postscript2 .entry-header
	{
	display:none;
	}

.search #primary, .archive #primary, .posts-page, .defaultpage{
	border:none;
	width:100%
}
.copyright{
	display:inline;
	text-align:right;
	font-size:12px;
	color: #FFFFFF;
}

div.AMERICANATURE_logo{
width: 220px;
height: auto;
	}

.minimap{
	width: auto;
	height: auto;
	max-height: 8vw;
	}

.arealist{
	display: flex;
	width:20vw;
	width: 350px;
	height: calc(100vh - 60vh);
	font-size: 0.9vw;
	line-height: 1.75;
	overflow:scroll;
	margin-top: 0;
	border-left: solid 1px #CCC;
	padding: 0 0 0 10px;
	}

.arealist .initinalpns{
	padding: 0 10px 0 0;
	position: fixed;
	font-size:16px;
	}


.arealist ul{
	list-style: none;
	margin-left: 30px;
	}

.arealist .initinalpns ul{
	margin-left: 0;	
	}


.arealist a{color:#000;}

#MYFAVORITEBar3{	display:flex;	}

#MYFAVORITEBar3 span{
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	background:#DDD;
	font-weight:900;
	font-size:.9vw;
	padding: .09vw;
	line-height: 1;
	width: 1.3vw;
	height: 1.3vw;
	letter-spacing: -.05vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:.2vw;
	box-shadow: 0.1vw 0.1vw 0.3vw 0 rgba(0, 0, 0, .3);
	}

.fabanime1 span:nth-of-type(1),
.fabanime2 span:nth-of-type(1),
.fabanime3 span:nth-of-type(1),
.fabanime4 span:nth-of-type(1),
.fabanime5 span:nth-of-type(1){	animation: fabFade 0.5s ease 0.5s 1 forwards;}
.fabanime2 span:nth-of-type(2),
.fabanime3 span:nth-of-type(2),
.fabanime4 span:nth-of-type(2),
.fabanime5 span:nth-of-type(2){	animation: fabFade 0.5s ease 1s 1 forwards;}
.fabanime3 span:nth-of-type(3),
.fabanime4 span:nth-of-type(3),
.fabanime5 span:nth-of-type(3){	animation: fabFade 0.5s ease 1.5s 1 forwards;}
.fabanime4 span:nth-of-type(4),
.fabanime5 span:nth-of-type(4){	animation: fabFade 0.5s ease 2s 1 forwards;}
.fabanime5 span:nth-of-type(5){	animation: fabFade 0.5s ease 2.5s 1 forwards;}

@keyframes fabFade {
  100% {
    background:#04ca51;
  }
}


/*                      あとがき　　　　　　　　　*/

#postscript .entry-title{
display : none
}

#postscript .postscriptColumn{
	font-size: 1.04vw;
	font-size: 16px;
	line-height: 200%;
	height:auto;
	width:100%;
	max-width:680px;
	letter-spacing:0;
	padding:0;
	margin:0 auto;
	text-align: justify;
	}

.maintext{
	display: block;
	width: 100%;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:160px auto 14px auto;
	}

.columnPortrait{
	font-size:.8vw;
	padding:2rem 0 0 0;
	margin: auto;
	letter-spacing:0;
	line-height:1.2;
	width:100%;
	max-width: 680px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
	flex-wrap: wrap;
	}

.columnPortrait span{
	font-size: 12px;
	line-height: 2;
	width:23.95vw;
	max-width:460px;
	display: block;
	text-align: right;
	}

.columnPortrait div{
	display:block;
	width:23.95vw;
	max-width:460px;
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
	}

.columnPortrait h1{
	font-size: 16px;
	line-height: 1.8;
	margin:16px 0 8px 0;
	}

.PortraitImg{
	display:block;
	height:auto;
	width:23.95vw;
	max-width:460px;
	}

.columnPortrait a:link,
.columnPortrait a:visited{
	text-decoration: underline;
	color: #333;
	font-weight:900;
	}

.columnPortrait a:hover{
	background-color: #04ca51;
	padding:0 auto;
	}

a.insta,a.fb{
	width:30px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	margin-top:20px;
	}
a.insta{
margin-right:20px;
}

a.insta:hover,
a.fb:hover{
	background-color:#FFF;
	opacity:.5;
	}

a.insta{
	background:url(images/insta_icon.svg) no-repeat;
}
a.fb{
	background:url(images/fb_icon.svg) no-repeat;
}	


/* LIGHTBOX 
-----------------------------------------------*/
#cboxTitle,
#cboxCurrent{
	font-size:12px;
	color:#FFF;
	top: -15px;
}/*
Theme Name: POWERSPOT 2020
License: GNU General Public License
Domain Path: /languages/

*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units https://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

body {
    width: 100%;
    height: 100%;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	background: #000;
	
}

#page_top{
	display:none!important;
}

.vegas-slide-inner{
    height: 100%;
	}


body.vegas-container {
	overflow:hidden!important;
	}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
img, a img {
	border: 0;
}

#slider01 ::-webkit-scrollbar{
	width: 10px;
	}

#slider01 ::-webkit-scrollbar-track{
	border-radius: 10px;
	background:rgba(255, 255, 255, .3);
	}

#slider01 ::-webkit-scrollbar-thumb{
	background-color: rgba(255, 255, 255, 1);
	border-radius: 10px;
	}

.single #slider01 ::-webkit-scrollbar-track{
	background:rgba(0, 0, 0, .3);
	}

.single #slider01 ::-webkit-scrollbar-thumb{
	background-color: rgba(0, 0, 0, 1);
	}


div#n2-ss-61 .nextend-arrow,
.n2-resize{
	width: 50px!important;
	height: 50px!important;
	}

.nextend-bar-horizontal{
bottom:-20px!important;
padding-right:10px;
box-sizing:border-box;
}



/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	font-family: san-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
hr {
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #ccc;
	border-color: #ccc #ccc #bbb #ccc;
	border-radius: 3px;
	background: #e6e6e6;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: .6em 1em .4em;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa #bbb;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding-left: 3px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
}

/* Links */
a {
	text-decoration:  none;
}
a:hover,
a:focus,
a:active {
	text-decoration: underline;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}



/* =Content
----------------------------------------------- */

.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin:0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}





/* =Media
----------------------------------------------- */


.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.5em;
	max-width: 100%;
}


.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}



/* = Top Navigation Menu
----------------------------------------------- */

.top-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	background: none;
}
.nav-wrapper {
	margin: auto;
}
.top-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.top-navigation li {
	float: left;
	position: relative;
}
.top-navigation a {
	display: block;
	text-decoration: none;
	
	padding: 5px 10px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 300;
}
.top-navigation a:hover {
	background: #222;
}
.top-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	float: left;
	left: 0;
	position: absolute;
	top: 2.1em;
	z-index: 99999;
}
.top-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.top-navigation ul ul a {
	width: 200px;
}
.top-navigation ul ul li {
}
.top-navigation li:hover > a {
}
.top-navigation ul ul :hover > a {
}
.top-navigation ul ul a:hover {
}
.top-navigation ul li:hover > ul {
	display: block;
}
.top-navigation li.current_page_item a,
.top-navigation li.current-menu-item a {
}

/* Small menu For responsive design */
.menu-toggle {
	cursor: pointer;
	display: none;
}

@media screen and (max-width: 600px) {
	.menu-toggle,
	.top-navigation.toggled .nav-menu {
		display: block;
	}

	.top-navigation ul {
		display: none;
	}
}

/* = Header
-------------------------------------------------*/

#masthead {
	padding: 60px 0px 40px;
	margin:auto;
}

h1.site-title a {
	text-decoration:  none;
	font-size: 46px;
	
}
.logo-container {
	max-width: 450px;
	max-height: 250px;
}
.site-branding {
	/*float: left;*/
}
#social_icons {
	/*float: right;*/
}
header {
}
#social_icons img {
	width: 64px;
}
#social_icons a img {
	transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
}
#social_icons a:hover img {
	-webkit-transform: rotate(360deg);
}

/* = Slider:
-------------------------------------------------*/

.slider-wrapper {
	width: 100%;
	margin: auto;
}
.slide-title {
	
}
.nivo-caption {
  max-width: 550px;
  min-width: 200px;
  overflow: hidden;
  bottom: 15px;
  left: 10px;
}
.nivo-html-caption {
	display: none;
}
div.slide-title {
	font-size: 36px;
	display: block; 
}
div.slide-description {
}

/* = Full Width Template
-------------------------------------------------*/

.full-width {
	margin: auto;
	margin-bottom: 20px;
}

/* = Default Page Template
-------------------------------------------------*/

.search #primary, .archive #primary, .posts-page, .defaultpage {
	width: 70%;
	float: left;
	margin-bottom: 20px;
}
.archive #primary {
	border-top: none;
}
.search #secondary, .archive #secondary, body.single #secondary, .page-template-default #secondary {
	width: 28%;
	float: right;
	margin-bottom: 20px;
}
#secondary .widget-title {
	font-size: 34px;
	background: #151515;
	padding: 5px 10px;
	border-bottom: solid 1px #222 ;
	margin-bottom: 12px;
}

.search .page-title , .archive .page-title {
	background: #222;
	padding: 8px 5px;
	margin-bottom: 25px;
	
	text-transform: uppercase;
	font-size: 18px;
	border-bottom: solid 1px #333;
}

/* = Posts Page Templates
-------------------------------------------------*/
.posts-page .entry-meta a {
	
	font-size: 12px;
}
.posts-page .entry-meta {
	font-size: 12px;
	padding: 5px 10px;
}
.posts-page .entry-meta img {
	top: -10px;
}


/* = Styling for page titles
-------------------------------------------------*/

.posts-page h1.entry-title, .page h1.entry-title {
	font-size: 34px;
	background: #151515;
	padding:0;
	border-bottom: solid 1px #222 ;
	}

.entry-content {
	padding: 15px;
	
}
.posts-page .edit-link a, .page .edit-link a {
	padding-left: 15px;
}
.entry-meta a {
	
}
.archive .posted-on:before, .posts-page .posted-on:before {
	content: '\f303';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 19px/1 'Genericons';
	vertical-align: top;
	transition: 0.8s all ease;
	position: relative;
		top: 3px;
}
.posts-page .posted-on:before {
	top: 0px;
}

.archive .author:before , .posts-page .author:before {
	content: '\f304';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 19px/1 'Genericons';
	vertical-align: top;
	transition: 0.8s all ease;
	position: relative;
		top: 3px;	
}
.posts-page .author:before {
	top: 0px;
}



	footer.entry-meta {
	font-size: 12px;
}

/*
.archive span, .posts-page span {
	display: inline-block;
	}
*/

/* Arhives 
--------------------------------------- */
.search aritcle.post, .archive article.post {
	padding: 10px;
	background: #181818;
}
.search .post .entry-title a, .search .page .entry-title a, .archive .post .entry-title a {
	font-size: 28px;
	
}
.search .post .entry-title a:hover, .archive .post .entry-title a:hover {

}
.search div.entry-meta {
	display:  none;
}
.search .post .entry-title a {
	display:  block;
	margin-bottom: -20px;
	background: none;
}
.search article {
	padding: 10px;
}

/* = Content Area, All the posts on Homepage, Using the .homepage class for articles to style
-------------------------------------------------*/
.homepage-article {
	width: 350px;
	/* display: block; */
	/* float: left; */
	/* margin-right: 15px; */
	background: #151515;
	/* height: 360px; */
	overflow: hidden;
	padding-bottom: 6px;
}
.homepage-article:nth-child(3n+3) {
	clear: both;
}
.homepage-article h1.entry-title a {
	display: block;
	font-size: 24px;
	
	padding: 5px;
	transition: all 0.8s ease;	
}
.homepage-article h1.entry-title a:hover {
	text-decoration: none;
}
.homepage-article .entry-meta {
	font-size: 13px;
	
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	background: #222;
	display: block;	
	overflow: auto;
	opacity: 0.8;
/* 	border-bottom: solid 1px #333 */
}
.homepage-article .entry-meta a {
	
	text-decoration: none;
		transition: all 0.4s ease;
}
.homepage-article .entry-meta a:hover { text-decoration:  none; color: #aaa}
.featured-image-container {
	height: 220px;
	overflow:  hidden;
}
.homepage-article .wp-post-image {
	transition: 1.5s ease all;
	margin-bottom: 0px;
}
.homepage-article .wp-post-image:hover {
	-webkit-transform: scale(1.2) rotate(5deg);
	opacity: 0.9;

}
.homepage-article .comments-link:before {
	content: '\f300';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 19px/1 'Genericons';
	vertical-align: top;
	margin-right: 3px;
	transition: 0.8s all ease;

}
.homepage-article .posted-on:before {
	content: '\f303';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 19px/1 'Genericons';
	vertical-align: top;
	transition: 0.8s all ease;
}

.homepage-article .author:before {
	content: '\f304';
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 19px/1 'Genericons';
	vertical-align: top;
	transition: 0.8s all ease;
		
}
.homepage-article span {
	display: inline-block;
	padding: 5px;
	border-right: solid 1px #232323;
}
.homepage-article span:hover {
	background: #232323;
}
.homepage-article span:hover:before {
	
	transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
}
.homepage-article .comments-link {
	border-right: none;
}
#nav-below {
	display: none;
}


/* = Footer Sidebars
-------------------------------------------------*/

#footer{
	position:relative;
	bottom:0;
	width:100%;
	height:auto;
	padding:50px 0 20px 0;
	box-sizing:border-box;
	text-align:center;
	background:#000;
	color:#FFF;
	font-size:11px;
	}

.home #footer{
	position:fixed;
	padding:20px;
	background:none;
	}

#footer-sidebars {
	display: block;
	clear: both;
	}

.footer-container {
	margin: auto;
	}

.widget-footer {
	/* float: left; */
	width: 340px;
	/* margin-right: 15px; */
	
	padding-bottom: 15px;
	/* margin-bottom: -25px; */
	font-size: 14px;
}

.widget-footer h1.widget-title {
	display:  inline-block;
	padding: 10px 7px;
	font-size: 19px;
	margin-bottom: 15px;
}
.widget-footer:nth-child(1),.widget-footer:nth-child(2),.widget-footer:nth-child(3) {
	border-top: none;
}
.widget > ul {
	margin-left: 10px;
}
#footer-sidebars a {
	
}




/************************************* o r i g i n a l ****************************************************/


body{
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,  san-serif;
-webkit-text-size-adjust: 100%;

}

/* ★グローバルナビヘッダ */

h1.site-title{
	height: 23px;
	width: 354px;
	}

h1.site-title a{
	display: block;
	width: 100%;
	height: 23px;
	max-width: 354px;
	background:url('./images/daisizenPs_logo_s.svg') no-repeat center;
	background-size: 100%;
	text-indent: -9999px;
	margin: 0;
	}

#nav-below{display:block;}

div#headNav{
	display:block;
	position: absolute;
	right: calc(50% - 14.14vw);
	}

#headNav ul{
	margin: 0;
	font-size: 1.4rem;
	display:flex;
	}

#headNav li{
	list-style:none;
	display:flex;
	align-items: center;
	}

#headNav li a{
	display:flex;
	align-items:center;
	height:1.2vw;
	width: auto;
	margin: 0 1vw;
	padding: 0 1vw;
	color:#FFF;
	text-decoration:none;
	}

#headNav li a:before{
	background-image:url(./images/icon_home.svg);
	background-repeat:no-repeat;
	background-size:contain;
	display:inline-block;
	content:'';
	width:18px;
	height:18px;
	padding:0 8px 0 0;
	}


#headNav li:after{
	border-right:solid 1px #BBB;
	content:'';
	width:1px;
	height:1vw;
	margin: 0 1vw;
	}

#headNav li.map a:before{	width:28px; background-image:url(./images/icon_map.svg);	}
#headNav li.postscript a:before{	width:17px; background-image:url(./images/icon_postscript.svg);	}


#headNav li.postscript:after{
	content:none;
	}

/*　★グローバルナビ、ヘッダ★　*/




.search #primary, .archive #primary, .posts-page, .defaultpage {
    background-color: #FFFFFF;
    border-bottom: none;
    float: left;
    margin-bottom:0;
}

#content{
	width: 100%;
	}

h1.site-title a {
	font-size:10px;
	}

#masthead{
	height: 80px;
	box-sizing: border-box;
	margin: auto;
	padding: 0 3vw;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: fixed;
	z-index: 10;
	width: 100%;
	background: rgba(0,0,0,.3);
	}


.home #masthead {
	justify-content: center;
	}

/*　★ナビ★　*/
#nav-below{
	z-index:500;
	position: absolute;
	}


#nav-below {
	margin: 0;
	overflow: hidden;
	width: 100%;
	height: 20px;
	position: absolute;
	top: 7%;
	}

#nav-below .nav-next{
	width:20px;
	}

#nav-below .nav-previous{
	width:20px;
	margin-left: 10px;
	}

.nav-previous a:link,.nav-next a:link,
.nav-previous a:visited,.nav-next a:visited{
	display:block;
	height:20px;
	width:20px;
	background-image:url("./images/nextprevBtn.png");
	text-indent:-9999px;
	text-align:left;
}

.nav-next a:link,.nav-next a:visited{
	background-position:bottom right;
	}
.nav-previous a:link,.nav-previous a:visited{
	background-position:bottom left;
	}
.nav-next a:hover{
	background-position:top right;
	}
.nav-previous a:hover{
	background-position:top left;
	}
/*　★ナビ★　*/


/*　★フッター★　*/

.footerareas .noBtn{
	color:#777;
}

.arealist a:link,
.arealist a:visited{
	color:#000;
	padding:1px 0;
	}

.arealist a:hover, .selected, .selectedd{
	color:#000!important;
	text-decoration:none;
	background:#04ca51;	
	}

.footer-container{
	width:100%;
	background:none;
	position:relative;
	left:0;
	}

.footerareas{
	margin:0 15px;
	padding: 2rem 0;
	color:#CCCCCC;
	font-family:"meiryo","メイリオ";
	font-size:11px;
	line-height:20px;
	}

.footcaption{
	display:block;
	width:100%;
	text-align:right;
	font-family:"meiryo","メイリオ";
	font-size:9px;
	color:#CCCCCC;
	font-weight:100;
	right:5px;
	position:relative;
	}

.footcaption strong{
	font-weight:900;
	color:#FFF;
	}

.site-footer{
	width:1024px;
	background:#000;
	margin:0 auto;
	font-size:11px;
	color:#FFF;height:155px
	}

#footer-sidebars{
	border:none;
	margin-top: 0;
	overflow: visible
	}

.widget_text{
	width: 100%;
	background:#000;
	margin-bottom: 0;
	padding-bottom: 5px;

}
.footer-sidebars{
	overflow: visible
}

#top div#footer-sidebars{
	position: absolute;
	width: 100%;
	bottom:0;
	background:#000;
}



/*　★フッター★　*/

/*　★ページコンテンツ★　*/
#content{
	padding-bottom: 0;
	}

#top #content {
	padding-bottom: 0;
	}

#map #content{
	padding-bottom:0;
	}

.entry-content{
	padding:0;
	margin:0;
	font-size:11px;
	color: #000;
	line-height:12px;
	letter-spacing: 0;
	}


@media screen and (max-width: 1280px) {
.entry-content{
	font-size:11px;
	}
	
div#headNav{
	right:0;
	}		
}


.entry-content strong{
	color:#000;
	font-weight:900
	}


.hentry {margin-bottom: 50px;}

.entry-header{
	width: 100%;
	text-align: left;
}



div.column {
	width: 30vw;
	height: auto;
	margin:0;
	line-height: 200%;
	font-size: 1.04vw;
	font-size: 15px;
	margin: 0 2vw;
	}

div.column p{
	width:100%;

	text-align: justify;
	margin: 0;
	-ms-overflow-style: none;/* IE, Edge 対応 */
	}



.column a:link,.column a:visited{
	color: black;
	text-decoration: underline;
	}

div.column strong{
	display: block;
	font-size: 18px;
	margin-bottom: 0.5em;
	color: #000;
	line-height: 1;
	}


.posts-page h1.entry-title,
.page h1.entry-title {
	color: #000;
	font-size: 24px;
	background: none;
	border-bottom:none;
	line-height:1;
	}

.nextprevarrow{
	width:100%;
	display:flex;
	position:relative;
	top:5vw;
	justify-content:space-between;
	}

.nextprevarrow div{
	width:35px;
	height:35px;
	}

.nextprevarrow div{
	width:35px;
	height:35px;
	display:block;
	overflow:hidden;
	position:relative;
	transition:.4s all;
	font-size: 12px;
	text-decoration: none;
	line-height: 35px;
	color:#000;
	background: #CCC;
	border-radius:50px;
	text-indent:-300px;
	}

.nextprevarrow a{
	padding-left:30px;
	color:#000;
	text-decoration:none;
	}

.nextprevarrow div::after{
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 8px;
	left: 11px;
	border: solid 3px #000;
	transform: rotate(-135deg);
	border-bottom: none;
	border-left: none;
	pointer-events: none;
	}

.nextprevarrow div.next{
	box-sizing: border-box;
	}

.nextprevarrow div.next a{
	box-sizing: border-box;
	padding-right: 25px;
	}

	
.nextprevarrow div.next::after{
	left: auto;
	right: 11px;
	transform: rotate(45deg);
	}

.nextprevarrow div:hover,
.nextprevarrow div:hover a{
	width:100%;
	overflow:hidden;
	background:#FFF;
	padding-left: 15px;
	text-indent: 0;
	}

.nextprevarrow div:hover a{
	background:none;
	}

.nextprevarrow div.next:hover,
.nextprevarrow div.next:hover a{
	width:100%;
	overflow:hidden;
	text-indent:0px;
	text-align: right;
	}

	
.nextprevarrow div.next:hover::after{
	right: 11px;
	left: auto;
	}

#arches-national-park .nextprevarrow{
	justify-content: flex-end;
	}

.infoBox{
	width:18vw;
	margin:0;
	position:relative;
	}

.infoBox .areajpname,
.infoBox .areaenname{
	font-size:17px;
	font-weight:100;
	line-height:1.2;
	padding:0;
	}

.infoBox .areaenname{
	font-weight:100;
	line-height:1.5;
	padding: 0 0 1vw 0;
	}

.areaenname strong{
	font-weight:900;
	}

.infoBox img{
	margin: 2vw 0 1vw 0;
	}

/*　リセッター　*/
.site-description, .menu, #colophon, #secondary, .screen-reader-text,
.entry-meta, .entry-meta a, footer .entry-meta,
footer .entry-meta a,
#postscript .entry-header,#postscript2 .entry-header
	{
	display:none;
	}

.search #primary, .archive #primary, .posts-page, .defaultpage{
	border:none;
	width:100%
}
.copyright{
	display:inline;
	text-align:right;
	font-size:12px;
	color: #FFFFFF;
}

div.AMERICANATURE_logo{
width: 220px;
height: auto;
	}

.minimap{
	width: auto;
	height: auto;
	max-height: 8vw;
	}

.arealist{
	display: flex;
	width:20vw;
	width: 350px;
	height: calc(100vh - 60vh);
	font-size: 0.9vw;
	line-height: 1.75;
	overflow:scroll;
	margin-top: 0;
	border-left: solid 1px #CCC;
	padding: 0 0 0 10px;
	}

.arealist .initinalpns{
	padding: 0 10px 0 0;
	position: fixed;
	font-size:16px;
	}


.arealist ul{
	list-style: none;
	margin-left: 30px;
	}

.arealist .initinalpns ul{
	margin-left: 0;	
	}


.arealist a{color:#000;}

#MYFAVORITEBar3{	display:flex;	}

#MYFAVORITEBar3 span{
	font-family: 'Roboto', sans-serif;
	color:#FFF;
	background:#DDD;
	font-weight:900;
	font-size:.9vw;
	padding: .09vw;
	line-height: 1;
	width: 1.3vw;
	height: 1.3vw;
	letter-spacing: -.05vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right:.2vw;
	box-shadow: 0.1vw 0.1vw 0.3vw 0 rgba(0, 0, 0, .3);
	}

.fabanime1 span:nth-of-type(1),
.fabanime2 span:nth-of-type(1),
.fabanime3 span:nth-of-type(1),
.fabanime4 span:nth-of-type(1),
.fabanime5 span:nth-of-type(1){	animation: fabFade 0.5s ease 0.5s 1 forwards;}
.fabanime2 span:nth-of-type(2),
.fabanime3 span:nth-of-type(2),
.fabanime4 span:nth-of-type(2),
.fabanime5 span:nth-of-type(2){	animation: fabFade 0.5s ease 1s 1 forwards;}
.fabanime3 span:nth-of-type(3),
.fabanime4 span:nth-of-type(3),
.fabanime5 span:nth-of-type(3){	animation: fabFade 0.5s ease 1.5s 1 forwards;}
.fabanime4 span:nth-of-type(4),
.fabanime5 span:nth-of-type(4){	animation: fabFade 0.5s ease 2s 1 forwards;}
.fabanime5 span:nth-of-type(5){	animation: fabFade 0.5s ease 2.5s 1 forwards;}

@keyframes fabFade {
  100% {
    background:#04ca51;
  }
}


/*                      あとがき　　　　　　　　　*/

#postscript .entry-title{
display : none
}

#postscript .postscriptColumn{
	font-size: 1.04vw;
	font-size: 16px;
	line-height: 200%;
	height:auto;
	width:100%;
	max-width:680px;
	letter-spacing:0;
	padding:0;
	margin:0 auto;
	text-align: justify;
	}

.maintext{
	display: block;
	width: 100%;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:160px auto 14px auto;
	}

.columnPortrait{
	font-size:.8vw;
	padding:2rem 0 0 0;
	margin: auto;
	letter-spacing:0;
	line-height:1.2;
	width:100%;
	max-width: 680px;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	flex-direction: column;
	flex-wrap: wrap;
	}

.columnPortrait span{
	font-size: 12px;
	line-height: 2;
	width:23.95vw;
	max-width:460px;
	display: block;
	text-align: right;
	}

.columnPortrait div{
	display:block;
	width:23.95vw;
	max-width:460px;
	font-size: 14px;
	line-height: 1.8;
	text-align: justify;
	}

.columnPortrait h1{
	font-size: 16px;
	line-height: 1.8;
	margin:16px 0 8px 0;
	}

.PortraitImg{
	display:block;
	height:auto;
	width:23.95vw;
	max-width:460px;
	}

.columnPortrait a:link,
.columnPortrait a:visited{
	text-decoration: underline;
	color: #333;
	font-weight:900;
	}

.columnPortrait a:hover{
	background-color: #04ca51;
	padding:0 auto;
	}

a.insta,a.fb{
	width:30px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	display:inline-block;
	margin-top:20px;
	}
a.insta{
margin-right:20px;
}

a.insta:hover,
a.fb:hover{
	background-color:#FFF;
	opacity:.5;
	}

a.insta{
	background:url(images/insta_icon.svg) no-repeat;
}
a.fb{
	background:url(images/fb_icon.svg) no-repeat;
}	


/* LIGHTBOX 
-----------------------------------------------*/
#cboxTitle,
#cboxCurrent{
	font-size:12px;
	color:#FFF;
	top: -15px;
}
#cboxClose{
	background: url(https://powerspot.tatsuokannami.com/wp-content/themes/powerspot/images/controls2.png) no-repeat top center;
}

#cboxNext{
	background: url(https://powerspot.tatsuokannami.com/wp-content/themes/powerspot/images/controls2.png) no-repeat top right;
}

#cboxPrevious{
	background: url(https://powerspot.tatsuokannami.com/wp-content/themes/powerspot/images/controls2.png) no-repeat top left;
}




#colorbox{
	background: #000 center bottom repeat-x;
}

div#cboxTitle{
	float:right!important;
}
#cboxTitle, #cboxCurrent{
	font-size:11px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,  san-serif;

}
#cboxTitle{
	right: 0;
	height: 20px;
	color: #CCC;
	padding: 5px 0 0 0;
	white-space:pre-line;
}

#cboxCurrent{
	position: absolute;
	float:right;
	top: -25px;
	right: 5px;
	color: #FFF;
	border:none;
	padding: 0;
}

#cboxNext,#cboxPrevious{
	position: absolute;
	bottom: -31px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}

#cboxNext{
	background: url(https://powerspot.tatsuokannami.com/wp-content/themes/powerspot/images/controls2.png) no-repeat right -17px;
	right: -44px;
	}

#cboxPrevious{
	background: url(https://powerspot.tatsuokannami.com/wp-content/themes/powerspot/images/controls2.png) no-repeat left -17px;
	left: -44px;
}



/* =Reset
-------------------------------------------------------------- */

body {
	background: #FFF;
	}
	

body.single {
	background: #000;
	}


.enterBtn a{
	margin: 0 20vw 0 auto;
	display: block;
	width: 73px;
	height: 73px;
	background: url(images/Btn_enter.png) no-repeat 0 bottom;
	}

.enterBtn a div{
	text-indent:-999em;
	width: 73px;
	height: 73px;
	display: block;
	background: url(images/Btn_enter.png) no-repeat 0 0;
	}

	
.picCopy {
	font-family: 'Arial';
	font-size: 62.5%;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-shadow: none;
	text-decoration: none;
	text-align: right;
	line-height: 1.3;
	letter-spacing: 1px;
	word-spacing: normal;
	}


/**
 ************************* AREA SLIDER *************************
 * **/

.slider-content a,
.slider-nav a{	
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	font-size:1.4rem;
	line-height:3rem;
    position: relative;
    display: block;
	}

.slider-nav a{	margin-left:0;	}
.slider {width:100%;margin-left:2vw;position: relative;}
.slider-content {
	margin-left: 10%;
	padding-right: 2%;
    width: 87%;
	display: block; overflow: auto;
	height:100%;
    -ms-overflow-style: none;
	}
	
.arealist::-webkit-scrollbar {
    display:none;
	}


.slider-content ul { margin:0; box-sizing:border-box;text-align:left; display: block; position: relative; font-size:1.2rem; }
.slider-content ul li { height: auto; position: relative; display: block; width:100%;}
.slider-content ul ul li { float:none; display: block;}
.slider-content ul ul li a {
	width: 100%; padding:2vw 0;
	box-sizing:border-box;
	display: block;
	text-transform: capitalize;
	color:#FFF;
	}

.slider-content ul ul li a:hover,
.slider-content ul ul li a.hilite{ background: #04ca51; text-decoration:none;}

.slider-content .title {
	margin:3vw 0 0 0; text-align:center;
	background:none;
	color: #FFF;
	width: 100%;
	font-size:1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:solid 1px #AAA;
	}
	
.single .slider-content .title {
	color: #000;
	}

.slider-content .title:first-of-type{
	margin:0;
	}

.slider-content .selected .title,
.slider-content .title:hover{ background: none; display:block; }
.slider-content a.title{text-decoration:none;}
.slider .slider-nav {
	position: absolute;
	left: 0;
	top: 0;
	max-height: 882PX;
	height: 45.9355vw;
	overflow: hidden;
	width: 10%;
	}

.slider .slider-nav {
	max-height: 882PX;
	height: calc(100vh - 60vh);
	}

.slider .slider-nav li a {
	width: 1vw;
	padding: .2vw;
	margin: .5vw 0;
	line-height: 1rem;
	font-size: 1.6rem;
	text-align: center;
	color: #CCC;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	cursor: pointer;
	}

.slider{
	margin-left: 0;
	}

.arealist ul {
	margin-left: 0;
	}
	
.arealist ul.list .selected {
	color: #000!important;
	background: none;
	}
	

.home .arealist ul.list .selected {
	color: #FFF!important;
	background:none;
	}
	

.arealist ul.list .list_list .selected {
	color: #000!important;
	background: #04ca51;
	}
	
.home .arealist {
	width: 20vw;
	height: calc(100vh - 186px);
	font-size: 0.9vw;
	line-height: 1.75;
	overflow: scroll;
	margin-top: 0;
	border-left: solid 1px #CCC;
	padding: 0 0 0 10px;
	position: absolute;
	right: 2vw;
	top: 90px;
	}

.home .slider-content {
	margin-left: 10%;
	width: 85%;
	height: calc(100vh - 186px)!important;
	display: block;
	overflow: auto;
	padding-right:5%;
	}

.home .slider-content a{
	color:#FFF;
	}



@media screen and (max-width:5000px) {
	
	.home h1.site-title{
		display:none;
	}
	
	.home .entry-content h1{
		margin:0;
		max-width:536px;
		}
	
	div.footer-container.masonry{
		background:#000;
		display:block
	}
	
	.enterBtn {
		position:relative;
		top:10px;
		width: 100%;
	}

	div.entry-content{
		background: transparent;
		position:relative;
		height:100%;
	}

.home div.entry-content {
	height: 85vh;
	box-sizing: border-box;
	padding: 10vh 5vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	}

.articlecolms{
	display:flex;
	margin: calc(30vw + 4rem) 0 0 0;
	margin: 4rem auto 0 auto;
	box-sizing:border-box;
	justify-content: space-between;
	max-width: 1600px;
	}	

div#n2-ss-6 .nextend-bar-horizontal div * {
	display: block!important;
	font-size: 12px!important;
	padding: 5px 15px!important;
	}
	
div.column {
	width: 100%;
	max-width:600px;
	height: auto;
	margin: 0;
	line-height: 200%;
	font-size: 1.04vw;
	font-size: 15px;
	margin: 0 2vw;
	}

.infoBox {
	width: 20vw;
	max-width: 380px;
	margin: 0 0 0 20px; 
	position: relative;
	text-align:center;
	}

.infoBox img {
	margin: 1vw auto 1vw auto;
	width: 75%;
	}	
	
.infoBox .areaenname {
	text-align:left
	}
	
}<!-- under 5000-->


@media screen and (max-width:1500px) {

.arealist {
	width: 20vw;
	}

.articlecolms{
	padding: 0 4vw;
	}
	
	}<!-- under 1500-->

@media screen and (max-width:1200px) {

.articlecolms{
	margin: 4rem 5vw 0 5vw;
	}

div.column {
	width: 35vw;
	margin: 0 5vw;
	}
	


.posts-page h1.entry-title,
.page h1.entry-title {
	font-size: 1.5vw;
	}

.infoBox .areaenname {
	font-size: .9vw;
	}

}<!-- under 1200-->

div.AMERICANATURE_logo img{
		width:164px;
		height:174px;
	}	



@media screen and (max-width:750px) {

#content {
	width: 100%;
	}	
	
.defaultpage {
	width:100%;
	float:none;
	}

#masthead {
	width:100%;
	padding: 0;
	margin: auto;
	height: 14vw;
	}

.home #masthead{
	display:none
	}

.single #masthead{
	position:fixed;
	z-index:10
	}
	
h1.site-title a {
	display: block;
	width: 97vw;
	height: 3vh;
	background-size: 80%;
	background-repeat:no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0;
	font-size: 10px;
	box-sizing: border-box;
	}

.entry-content{
	background: transparent;
	position: static;
	height: 100%;
	width:100%;
	padding: 0;
	}

.home .entry-content h1{
	margin:6vh auto 0 auto;
	text-align: center;
	}

.entry-content h1 img{
    height: auto;
    max-width:inherit;
	width: 90%;
	  }
	
div.footer-container.masonry{
	background:#000;
	display:block
	}
	
.enterBtn {
	position:relative;
	margin-top:60px;
	top:auto;
	right:auto;
	}

.enterBtn a {
	margin:0 auto;
	}

div.entry-content{
	background: transparent;
	position:static;
	height:auto;
	}

div.AMERICANATURE_logo h2 {
	width:auto;
	margin: 0 auto;
	padding-left:0;
	display: inline-block;
	}
	
div.AMERICANATURE_logo{
	width: auto;
	margin: 10vh auto 0 auto;
	top: auto;
	bottom: 0;
	}

div.AMERICANATURE_logo img {
	margin-top:0;
	max-width: 60%;
	}	

.vegas-background{
/*left: -210px!important;*/
	}
	
.site-content{
	padding-top:0;
	box-sizing:border-box
	}
	
.home .site-content{
	padding-top:8vh;
	}
	
/****************************************************
 　         ▼  A R T I C L E page
**************************************************/

.single #page{
	padding-top: 14vw;
	}

	
.articlecolms {
	display: block;
	margin: 4rem 0 0 0;
	padding: 0 5.2vw;
	}	

div#n2-ss-6 .nextend-bar-horizontal div * {
	display: block!important;
	font-size: 2.5vw!important;
	padding: 5px 5.2vw 5px 15px!important;
	}
	
	
.infoBox{
	float:none!important;
	text-align:center;
	width: 100%;
	position: relative;
	margin: 10vw 0;
	display: flex;
	flex-direction: column;
	}
	
.nextprevarrow {
	width: 90vw;
	top: -37vw;
	left: -3.5vw;
	}	

.infoBox img {
	margin: 0;
	}

.infoBox img.minimap{
	order: 1;
	width: 100%;
	max-height: none;
	max-width: 70vw;
	margin: 0 auto 10vw auto!important;
	}
	
.entry-content {
	padding:0;
	margin-bottom:20vw;
	}
.posts-page h1.entry-title, .page h1.entry-title {
    padding: 0;
}

.entry-content .entry-header{
	display:BLOCK;
	text-align:left;
	padding: 0px 4vw;
	order:2;
	width: auto;
	}

.entry-content .entry-header a{
	width:30px;
	height:30px;
	display:block;
	overflow:hidden;
	text-indent:-9999px
	}
	
.entry-content .entry-header a:after{
	content'>';
	display:block;
	width:30px;
	height:30px;
	}	

.infoBox .areaenname {
	font-weight: 100;
	line-height: 1.2;
	padding: 1vw 4vw 0 4vw;
	order: 3;
	font-size: 1.3rem;
	}
	
.areaenname{
	text-align:left;
	font-size:1rem;
	padding: 0px 4vw;
}

div#MYFAVORITEBar3{
	text-align: left;
	margin: 5vw 4vw;
	order:4;
	}
	
#MYFAVORITEBar3 span {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	background: #DDD;
	font-weight: 900;
	font-size: 03vw;
	padding: 2.3vw;
	line-height: 1;
	width: 1.5vw;
	height: 1.5vw;
	letter-spacing: -.05vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: .7vw;
	box-shadow: 0.5vw 0.5vw 0.7vw 0 rgba(0, 0, 0, .3);
	}	

div.column {
	width: 100%;
	height: auto;
	display: block;
	line-height: 3rem;
	font-size: 1.5rem;
	margin: 0;
	padding: 0 4vw;
	box-sizing: border-box;
	}

div.column strong{
	display: block;
	font-size: 1.6rem;
	margin-bottom: 1em;
	color: #000;
	line-height: 1.2;
  }

.posts-page h1.entry-title, .page h1.entry-title {
    color: #000;
    font-family: "meiryo", "メイリオ", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, san-serif;
	font-size: 2.4rem;
	border-bottom: none;
	line-height: 0.9;
	}	

div.column p {
	height:auto;
	text-align: justify;
	margin: 0;
	}	
	
	
	
/****************************************************
 　           A R T I C L E page  ▲
**************************************************/

/****************************************************
 　         ▼ A R T I C L E page -  postscript
**************************************************/

.maintext {
	display: flex;
	margin-top: 20vw;
	width: 100%;
	}
	
.postscriptColumn01, .postscriptColumn02 {
    padding: 0!important;
}

#postscript .postscriptColumn,
#postscript2 .postscriptColumn {
	display: block;
	width: 80vw;
	height: auto;
	padding: 0 2vw!important;
	margin: 0 auto;
	line-height: 2.4rem;
	font-size: 1.5rem;
	box-sizing: border-box;
	order: 2;
	}

#postscript .postscriptColumn:nth-of-type(1){
	margin: 20vw auto 0 auto;
	}
	
.columnPortrait {
	margin: 0 auto!important;
    font-size: 0.9rem;
	width: 100%;
	padding: 0 4vw;
	box-sizing: border-box;
	order:3;
	}

.columnPortrait span {
	font-size: 2vw;
	width: 50vw;
	}	
	
.columnPortrait div {
    display: block;
	width: 100%;
	float: none;
	font-size: 2.5vw;
	}
	
.columnPortrait h1 {
	font-size: 3vw;
	line-height: 1.8;
	margin: 0 0 8px 0;
	}

.PortraitImg {
	display: block;
	width: 100%;
	height:auto;
	float: none;
	}

	

/****************************************************
 　           A R T I C L E page -  postscript  ▲
**************************************************/
	
	
/****************************************************
 　                     ★SPフッター★
**************************************************/

#mapsp #page_top{display:none!important;}

#page_top{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #FFF;
	}
	
#page_top a:link,#page_top a:hover,#page_top a:visited{
	font-size:2rem;
	text-decoration:none;
	color:#000;
	}
	

#page_top a:before{
	display:block;
	content:'';
	width:20px;
	height:20px;
	margin:auto;
	border-top:solid 6px #000;
	border-right:solid 6px #000;
	transform:rotate(-45deg);
	}
	

#footer{
	position:relative;
	bottom:0;
	width:100vw;
	height:auto;
	padding:20px 0 20px 0;
	box-sizing:border-box;
	text-align:center;
	background:#000;
	color:#FFF;
	display:flex;
	align-items:center;
	justify-content:center;
	}
	

#mapsp #content{
	height: calc(100vh - 90px);
	overflow: hidden;
	}
	
#mapsp #content .site-main{
	height: calc(100vh - 90px);

	}
	
#mapsp #footer{
	position:fixed;
	bottom:0;
	}
		
	
#footer .icontxt{
	width:auto;
	height:30px;
	margin:0 2vw;
	}	
	
/****************************************************
 　                     ★ナビ★
**************************************************/

#nav-below{
  	display:block;
	z-index:3;
	margin: 0;
	overflow: hidden;
	width: 96%;
	height: 5.5vw;
	position: absolute;
	top: 84vw;
}

#nav-below .nav-next{
	width:5.5vw;
}

#nav-below .nav-previous{
	width:5.5vw;
	margin-left: 4vw;
}

.nav-previous a:link,.nav-next a:link,
.nav-previous a:visited,.nav-next a:visited{
	display:block;
	height:20px;
	width:20px;
	background-image:url("https://powerspot.tatsuokannami.com/wp-content/themes/powerspot/images/nextprevBtn.png");
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	text-align:left;
	}

.nav-next a:link,.nav-next a:visited{
	background-position:bottom right;
	}
.nav-previous a:link,.nav-previous a:visited{
	background-position:bottom left;
	}
.nav-next a:hover{
	background-position:top right;
	}
.nav-previous a:hover{
	background-position:top left;
	}
/*　★ナビ★　*/




.gmp_map_opts{
	overflow:hidden!important
	}


.eraseBox{display:none;}


#footNav{
	width:100%;
	background:rgba(0,0,0,.8);
	z-index:10;
	display:block;
	left:0;
	}

div#footNav{
	display:block;
	height:95vh;
  	width:100%;
	left:-100vw;	
	top:8vh;
	overflow: auto;
	position:fixed;
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
	}

div#footNav.OpenMenu{
	display:block;
	height:(100vh - 50px);
  	width:100vw;
	left:0;
	top: 50px;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	}

.arealist{
	overflow: scroll;
	width:90%;
	height: 70vh!important;
	margin-top: 1vh;
	margin-left: 5vw;
	border-left: solid 2px #FFF;
	-webkit-overflow-scrolling: touch;
	}

.slider-content a:link,
.slider-content a:visited,
	.slider-nav a{	
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	font-size:1.4rem;
	line-height:3rem;
    position: relative;
    display: block;
	}

.slider-nav a{
	margin-left:2.5vw;
	}	

.slider01 {
width: 81vw;
margin-left: 2vw;
}
.slider-content { float:none; width: 86%; display: block; overflow: auto;min-height: 110vw;box-sizing: border-box;margin-left: 10vw;padding-right:0;}
.slider-content ul { 	margin:0;	box-sizing:border-box;text-align:left; float: left; display: block; position: relative; font-size:1.2rem; }
.slider-content ul li { float: left; height: auto; position: relative; display: block; width:100%}
.slider-content ul ul li { float:none;display: block;}
.slider-content ul ul li a { width: 100%; padding:2vw 4vw; box-sizing:border-box; display: block; text-transform: capitalize; color:#FFF;}
.slider-content ul ul li a:hover { background: #222; text-decoration:none;}
.slider-content .title { margin:3vw 0 0 0; text-align:center; background:rgba(0,0,0,.2); color: #fff; width: 100%; float: none; font-size:2rem; font-weight: bold; text-transform: uppercase;border-bottom:solid 1px #AAA;}
.slider-content .selected .title { background: #111;display:block; }
.slider-content a.title{text-decoration:none;}
.slider .slider-nav {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 160px;
	overflow: hidden;
	width: 10vw;
	height: 90%;
	}
.slider .slider-nav ul { }
.slider .slider-nav li a {
    width: 6.5vw;
    height: 6.5vw;
    padding: 0.5vw;
    margin: 1.9vw 0;
    line-height: 0;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: solid 2px #FFF;
    border-radius: 48vw;
	}	
	
ul.grobalNav{
	width: 90vw;
	margin: 2vh 2vh 0 2vh;
    display: flex;
	height: auto;
	justify-content: space-around;
	border-right:solid 1px #FFF;
	}

.grobalNav li{
	border: solid 1px #FFF;
	border-right: none;
    width: 90%;
    text-align: center;
	padding: 1vh;
    box-sizing: content-box;
    font-size: 1.8rem;
	}

.grobalNav li a{
	color:#FFF;
	}

.arealist a:hover, .selected {
	color: #FFF!important;
	background:none;
	}

/***************
 * humburger menu
 * ********************/

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}

.menu-trigger {
	position: absolute;
	width: 8vw;
	height: 6vw;
	top: 4vw;
	right: 2vw;
	z-index:999;
	box-sizing: content-box;
	}

.menu-trigger span {
	position: absolute;
	left: 1vw;
	width: 6vw;
	height: 2px;
	background-color: #FFF;
	border-radius: 2px;
	}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 2.5vw;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger span::before {
    position: absolute;
    top: 0;
    left: -1.1vw;
    content: '';
    width: .6vw;
    height: .6vw;
    background-color: #FFF;
    border-radius: .5vw;
}
.menu-trigger.active span {
	left: 0;
	width: 90%;
}
.menu-trigger.active span::before {
	content: none;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(3vw) rotate(-45deg);
	transform: translateY(3vw) rotate(-45deg);
	background-color: #FFF;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-2.5vw) rotate(45deg);
	transform: translateY(-2.5vw) rotate(45deg);
	background-color: #FFF;
}

}

.n2-section-smartslider{
/*position: fixed!important;
	z-index: +1;*/
	}


.n2-ss-slider .n2-ow span {
	display: inline-block!important;
	font-size: 1.5rem!important;
	padding: .5rem 2.4rem;
	}

@media only screen and (max-width:750px) {

body{
height: 100%;
	}
	
#page_top{
	display:block!important;
}

	
#content {
	padding-bottom: 0;
	}
	
.n2-section-smartslider{
	position: relative!important;
	z-index: +1;
	}
	

.n2-ss-slider .n2-ow span {
	display: inline-block!important;
	font-size: 1.2rem!important;
	padding: .5rem 2rem;
	}	
	
.home .site-content {
	padding:0;
	}	

.home .entry-content {
	padding: 0;
	margin-bottom: 0;
	}	
	
.home div.entry-content {
	height: 100%;
	padding: 0 5vw;
	}

	
div#n2-ss-61 .nextend-arrow,
.n2-resize{
	width: 35px!important;
	height: 35px!important;
	}	

}/** SP ***/


#cboxClose{
	background: url(https://powerspot.tatsuokannami.com/wp-content/themes/powerspot/images/controls2.png) no-repeat top center;
}

#cboxNext{
	background: url(https://powerspot.tatsuokannami.com/wp-content/themes/powerspot/images/controls2.png) no-repeat top right;
}

#cboxPrevious{
	background: url(https://powerspot.tatsuokannami.com/wp-content/themes/powerspot/images/controls2.png) no-repeat top left;
}




#colorbox{
	background: #000 center bottom repeat-x;
}

div#cboxTitle{
	float:right!important;
}
#cboxTitle, #cboxCurrent{
	font-size:11px;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN,  san-serif;

}
#cboxTitle{
	right: 0;
	height: 20px;
	color: #CCC;
	padding: 5px 0 0 0;
	white-space:pre-line;
}

#cboxCurrent{
	position: absolute;
	float:right;
	top: -25px;
	right: 5px;
	color: #FFF;
	border:none;
	padding: 0;
}

#cboxNext,#cboxPrevious{
	position: absolute;
	bottom: -31px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
}

#cboxNext{
	background: url(https://powerspot.tatsuokannami.com/wp-content/themes/powerspot/images/controls2.png) no-repeat right -17px;
	right: -44px;
	}

#cboxPrevious{
	background: url(https://powerspot.tatsuokannami.com/wp-content/themes/powerspot/images/controls2.png) no-repeat left -17px;
	left: -44px;
}



/* =Reset
-------------------------------------------------------------- */

body {
	background: #FFF;
	}
	

body.single {
	background: #000;
	}


.enterBtn a{
	margin: 0 20vw 0 auto;
	display: block;
	width: 73px;
	height: 73px;
	background: url(images/Btn_enter.png) no-repeat 0 bottom;
	}

.enterBtn a div{
	text-indent:-999em;
	width: 73px;
	height: 73px;
	display: block;
	background: url(images/Btn_enter.png) no-repeat 0 0;
	}

	
.picCopy {
	font-family: 'Arial';
	font-size: 62.5%;
	font-style: normal;
	font-weight: 400;
	color: #000000;
	text-shadow: none;
	text-decoration: none;
	text-align: right;
	line-height: 1.3;
	letter-spacing: 1px;
	word-spacing: normal;
	}


/**
 ************************* AREA SLIDER *************************
 * **/

.slider-content a,
.slider-nav a{	
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	font-size:1.4rem;
	line-height:3rem;
    position: relative;
    display: block;
	}

.slider-nav a{	margin-left:0;	}
.slider {width:100%;margin-left:2vw;position: relative;}
.slider-content {
	margin-left: 10%;
	padding-right: 2%;
    width: 87%;
	display: block; overflow: auto;
	height:100%;
    -ms-overflow-style: none;
	}
	
.arealist::-webkit-scrollbar {
    display:none;
	}


.slider-content ul { margin:0; box-sizing:border-box;text-align:left; display: block; position: relative; font-size:1.2rem; }
.slider-content ul li { height: auto; position: relative; display: block; width:100%;}
.slider-content ul ul li { float:none; display: block;}
.slider-content ul ul li a {
	width: 100%; padding:2vw 0;
	box-sizing:border-box;
	display: block;
	text-transform: capitalize;
	color:#FFF;
	}

.slider-content ul ul li a:hover,
.slider-content ul ul li a.hilite{ background: #04ca51; text-decoration:none;}

.slider-content .title {
	margin:3vw 0 0 0; text-align:center;
	background:none;
	color: #FFF;
	width: 100%;
	font-size:1.2rem;
	font-weight: bold;
	text-transform: uppercase;
	border-bottom:solid 1px #AAA;
	}
	
.single .slider-content .title {
	color: #000;
	}

.slider-content .title:first-of-type{
	margin:0;
	}

.slider-content .selected .title,
.slider-content .title:hover{ background: none; display:block; }
.slider-content a.title{text-decoration:none;}
.slider .slider-nav {
	position: absolute;
	left: 0;
	top: 0;
	max-height: 882PX;
	height: 45.9355vw;
	overflow: hidden;
	width: 10%;
	}

.slider .slider-nav {
	max-height: 882PX;
	height: calc(100vh - 60vh);
	}

.slider .slider-nav li a {
	width: 1vw;
	padding: .2vw;
	margin: .5vw 0;
	line-height: 1rem;
	font-size: 1.6rem;
	text-align: center;
	color: #CCC;
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	cursor: pointer;
	}

.slider{
	margin-left: 0;
	}

.arealist ul {
	margin-left: 0;
	}
	
.arealist ul.list .selected {
	color: #000!important;
	background: none;
	}
	

.home .arealist ul.list .selected {
	color: #FFF!important;
	background:none;
	}
	

.arealist ul.list .list_list .selected {
	color: #000!important;
	background: #04ca51;
	}
	
.home .arealist {
	width: 20vw;
	height: calc(100vh - 186px);
	font-size: 0.9vw;
	line-height: 1.75;
	overflow: scroll;
	margin-top: 0;
	border-left: solid 1px #CCC;
	padding: 0 0 0 10px;
	position: absolute;
	right: 2vw;
	top: 90px;
	}

.home .slider-content {
	margin-left: 10%;
	width: 85%;
	height: calc(100vh - 186px)!important;
	display: block;
	overflow: auto;
	padding-right:5%;
	}

.home .slider-content a{
	color:#FFF;
	}



@media screen and (max-width:5000px) {
	
	.home h1.site-title{
		display:none;
	}
	
	.home .entry-content h1{
		margin:0;
		max-width:536px;
		}
	
	div.footer-container.masonry{
		background:#000;
		display:block
	}
	
	.enterBtn {
		position:relative;
		top:10px;
		width: 100%;
	}

	div.entry-content{
		background: transparent;
		position:relative;
		height:100%;
	}

.home div.entry-content {
	height: 85vh;
	box-sizing: border-box;
	padding: 10vh 5vw;
	display: flex;
	flex-direction: column;
	justify-content: center;
	}

.articlecolms{
	display:flex;
	margin: calc(30vw + 4rem) 0 0 0;
	margin: 4rem auto 0 auto;
	box-sizing:border-box;
	justify-content: space-between;
	max-width: 1600px;
	}	

div#n2-ss-6 .nextend-bar-horizontal div * {
	display: block!important;
	font-size: 12px!important;
	padding: 5px 15px!important;
	}
	
div.column {
	width: 100%;
	max-width:600px;
	height: auto;
	margin: 0;
	line-height: 200%;
	font-size: 1.04vw;
	font-size: 15px;
	margin: 0 2vw;
	}

.infoBox {
	width: 20vw;
	max-width: 380px;
	margin: 0 0 0 20px; 
	position: relative;
	text-align:center;
	}

.infoBox img {
	margin: 1vw auto 1vw auto;
	width: 75%;
	}	
	
.infoBox .areaenname {
	text-align:left
	}
	
}<!-- under 5000-->


@media screen and (max-width:1500px) {

.arealist {
	width: 20vw;
	}

.articlecolms{
	padding: 0 4vw;
	}
	
	}<!-- under 1500-->

@media screen and (max-width:1200px) {

.articlecolms{
	margin: 4rem 5vw 0 5vw;
	}

div.column {
	width: 35vw;
	margin: 0 5vw;
	}
	


.posts-page h1.entry-title,
.page h1.entry-title {
	font-size: 1.5vw;
	}

.infoBox .areaenname {
	font-size: .9vw;
	}

}<!-- under 1200-->

div.AMERICANATURE_logo img{
		width:164px;
		height:174px;
	}	



@media screen and (max-width:750px) {

#content {
	width: 100%;
	}	
	
.defaultpage {
	width:100%;
	float:none;
	}

#masthead {
	width:100%;
	padding: 0;
	margin: auto;
	height: 14vw;
	}

.home #masthead{
	display:none
	}

.single #masthead{
	position:fixed;
	z-index:10
	}
	
h1.site-title a {
	display: block;
	width: 97vw;
	height: 3vh;
	background-size: 80%;
	background-repeat:no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	margin:0;
	font-size: 10px;
	box-sizing: border-box;
	}

.entry-content{
	background: transparent;
	position: static;
	height: 100%;
	width:100%;
	padding: 0;
	}

.home .entry-content h1{
	margin:6vh auto 0 auto;
	text-align: center;
	}

.entry-content h1 img{
    height: auto;
    max-width:inherit;
	width: 90%;
	  }
	
div.footer-container.masonry{
	background:#000;
	display:block
	}
	
.enterBtn {
	position:relative;
	margin-top:60px;
	top:auto;
	right:auto;
	}

.enterBtn a {
	margin:0 auto;
	}

div.entry-content{
	background: transparent;
	position:static;
	height:auto;
	}

div.AMERICANATURE_logo h2 {
	width:auto;
	margin: 0 auto;
	padding-left:0;
	display: inline-block;
	}
	
div.AMERICANATURE_logo{
	width: auto;
	margin: 10vh auto 0 auto;
	top: auto;
	bottom: 0;
	}

div.AMERICANATURE_logo img {
	margin-top:0;
	max-width: 60%;
	}	

.vegas-background{
/*left: -210px!important;*/
	}
	
.site-content{
	padding-top:0;
	box-sizing:border-box
	}
	
.home .site-content{
	padding-top:8vh;
	}
	
/****************************************************
 　         ▼  A R T I C L E page
**************************************************/

.single #page{
	padding-top: 14vw;
	}

	
.articlecolms {
	display: block;
	margin: 4rem 0 0 0;
	padding: 0 5.2vw;
	}	

div#n2-ss-6 .nextend-bar-horizontal div * {
	display: block!important;
	font-size: 2.5vw!important;
	padding: 5px 5.2vw 5px 15px!important;
	}
	
	
.infoBox{
	float:none!important;
	text-align:center;
	width: 100%;
	position: relative;
	margin: 10vw 0;
	display: flex;
	flex-direction: column;
	}
	
.nextprevarrow {
	width: 90vw;
	top: -37vw;
	left: -3.5vw;
	}	

.infoBox img {
	margin: 0;
	}

.infoBox img.minimap{
	order: 1;
	width: 100%;
	max-height: none;
	max-width: 70vw;
	margin: 0 auto 10vw auto!important;
	}
	
.entry-content {
	padding:0;
	margin-bottom:20vw;
	}
.posts-page h1.entry-title, .page h1.entry-title {
    padding: 0;
}

.entry-content .entry-header{
	display:BLOCK;
	text-align:left;
	padding: 0px 4vw;
	order:2;
	width: auto;
	}

.entry-content .entry-header a{
	width:30px;
	height:30px;
	display:block;
	overflow:hidden;
	text-indent:-9999px
	}
	
.entry-content .entry-header a:after{
	content'>';
	display:block;
	width:30px;
	height:30px;
	}	

.infoBox .areaenname {
	font-weight: 100;
	line-height: 1.2;
	padding: 1vw 4vw 0 4vw;
	order: 3;
	font-size: 1.3rem;
	}
	
.areaenname{
	text-align:left;
	font-size:1rem;
	padding: 0px 4vw;
}

div#MYFAVORITEBar3{
	text-align: left;
	margin: 5vw 4vw;
	order:4;
	}
	
#MYFAVORITEBar3 span {
	font-family: 'Roboto', sans-serif;
	color: #FFF;
	background: #DDD;
	font-weight: 900;
	font-size: 03vw;
	padding: 2.3vw;
	line-height: 1;
	width: 1.5vw;
	height: 1.5vw;
	letter-spacing: -.05vw;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: .7vw;
	box-shadow: 0.5vw 0.5vw 0.7vw 0 rgba(0, 0, 0, .3);
	}	

div.column {
	width: 100%;
	height: auto;
	display: block;
	line-height: 3rem;
	font-size: 1.5rem;
	margin: 0;
	padding: 0 4vw;
	box-sizing: border-box;
	}

div.column strong{
	display: block;
	font-size: 1.6rem;
	margin-bottom: 1em;
	color: #000;
	line-height: 1.2;
  }

.posts-page h1.entry-title, .page h1.entry-title {
    color: #000;
    font-family: "meiryo", "メイリオ", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, san-serif;
	font-size: 2.4rem;
	border-bottom: none;
	line-height: 0.9;
	}	

div.column p {
	height:auto;
	text-align: justify;
	margin: 0;
	}	
	
	
	
/****************************************************
 　           A R T I C L E page  ▲
**************************************************/

/****************************************************
 　         ▼ A R T I C L E page -  postscript
**************************************************/

.maintext {
	display: flex;
	margin-top: 20vw;
	width: 100%;
	}
	
.postscriptColumn01, .postscriptColumn02 {
    padding: 0!important;
}

#postscript .postscriptColumn,
#postscript2 .postscriptColumn {
	display: block;
	width: 80vw;
	height: auto;
	padding: 0 2vw!important;
	margin: 0 auto;
	line-height: 2.4rem;
	font-size: 1.5rem;
	box-sizing: border-box;
	order: 2;
	}

#postscript .postscriptColumn:nth-of-type(1){
	margin: 20vw auto 0 auto;
	}
	
.columnPortrait {
	margin: 0 auto!important;
    font-size: 0.9rem;
	width: 100%;
	padding: 0 4vw;
	box-sizing: border-box;
	order:3;
	}

.columnPortrait span {
	font-size: 2vw;
	width: 50vw;
	}	
	
.columnPortrait div {
    display: block;
	width: 100%;
	float: none;
	font-size: 2.5vw;
	}
	
.columnPortrait h1 {
	font-size: 3vw;
	line-height: 1.8;
	margin: 0 0 8px 0;
	}

.PortraitImg {
	display: block;
	width: 100%;
	height:auto;
	float: none;
	}

	

/****************************************************
 　           A R T I C L E page -  postscript  ▲
**************************************************/
	
	
/****************************************************
 　                     ★SPフッター★
**************************************************/

#mapsp #page_top{display:none!important;}

#page_top{
	margin: 0 auto;
	width: 100%;
	text-align: center;
	background: #FFF;
	}
	
#page_top a:link,#page_top a:hover,#page_top a:visited{
	font-size:2rem;
	text-decoration:none;
	color:#000;
	}
	

#page_top a:before{
	display:block;
	content:'';
	width:20px;
	height:20px;
	margin:auto;
	border-top:solid 6px #000;
	border-right:solid 6px #000;
	transform:rotate(-45deg);
	}
	

#footer{
	position:relative;
	bottom:0;
	width:100vw;
	height:auto;
	padding:20px 0 20px 0;
	box-sizing:border-box;
	text-align:center;
	background:#000;
	color:#FFF;
	display:flex;
	align-items:center;
	justify-content:center;
	}
	

#mapsp #content{
	height: calc(100vh - 90px);
	overflow: hidden;
	}
	
#mapsp #content .site-main{
	height: calc(100vh - 90px);

	}
	
#mapsp #footer{
	position:fixed;
	bottom:0;
	}
		
	
#footer .icontxt{
	width:auto;
	height:30px;
	margin:0 2vw;
	}	
	
/****************************************************
 　                     ★ナビ★
**************************************************/

#nav-below{
  	display:block;
	z-index:3;
	margin: 0;
	overflow: hidden;
	width: 96%;
	height: 5.5vw;
	position: absolute;
	top: 84vw;
}

#nav-below .nav-next{
	width:5.5vw;
}

#nav-below .nav-previous{
	width:5.5vw;
	margin-left: 4vw;
}

.nav-previous a:link,.nav-next a:link,
.nav-previous a:visited,.nav-next a:visited{
	display:block;
	height:20px;
	width:20px;
	background-image:url("https://powerspot.tatsuokannami.com/wp-content/themes/powerspot/images/nextprevBtn.png");
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	text-align:left;
	}

.nav-next a:link,.nav-next a:visited{
	background-position:bottom right;
	}
.nav-previous a:link,.nav-previous a:visited{
	background-position:bottom left;
	}
.nav-next a:hover{
	background-position:top right;
	}
.nav-previous a:hover{
	background-position:top left;
	}
/*　★ナビ★　*/




.gmp_map_opts{
	overflow:hidden!important
	}


.eraseBox{display:none;}


#footNav{
	width:100%;
	background:rgba(0,0,0,.8);
	z-index:10;
	display:block;
	left:0;
	}

div#footNav{
	display:block;
	height:95vh;
  	width:100%;
	left:-100vw;	
	top:8vh;
	overflow: auto;
	position:fixed;
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);/*左に隠しておく*/
	}

div#footNav.OpenMenu{
	display:block;
	height:(100vh - 50px);
  	width:100vw;
	left:0;
	top: 50px;
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	}

.arealist{
	overflow: scroll;
	width:90%;
	height: 70vh!important;
	margin-top: 1vh;
	margin-left: 5vw;
	border-left: solid 2px #FFF;
	-webkit-overflow-scrolling: touch;
	}

.slider-content a:link,
.slider-content a:visited,
	.slider-nav a{	
	width:100%;
	height:100%;
	color:#FFF;
	text-decoration:none;
	font-size:1.4rem;
	line-height:3rem;
    position: relative;
    display: block;
	}

.slider-nav a{
	margin-left:2.5vw;
	}	

.slider01 {
width: 81vw;
margin-left: 2vw;
}
.slider-content { float:none; width: 86%; display: block; overflow: auto;min-height: 110vw;box-sizing: border-box;margin-left: 10vw;padding-right:0;}
.slider-content ul { 	margin:0;	box-sizing:border-box;text-align:left; float: left; display: block; position: relative; font-size:1.2rem; }
.slider-content ul li { float: left; height: auto; position: relative; display: block; width:100%}
.slider-content ul ul li { float:none;display: block;}
.slider-content ul ul li a { width: 100%; padding:2vw 4vw; box-sizing:border-box; display: block; text-transform: capitalize; color:#FFF;}
.slider-content ul ul li a:hover { background: #222; text-decoration:none;}
.slider-content .title { margin:3vw 0 0 0; text-align:center; background:rgba(0,0,0,.2); color: #fff; width: 100%; float: none; font-size:2rem; font-weight: bold; text-transform: uppercase;border-bottom:solid 1px #AAA;}
.slider-content .selected .title { background: #111;display:block; }
.slider-content a.title{text-decoration:none;}
.slider .slider-nav {
	position: absolute;
	left: 0;
	top: 0;
	min-height: 160px;
	overflow: hidden;
	width: 10vw;
	height: 90%;
	}
.slider .slider-nav ul { }
.slider .slider-nav li a {
    width: 6.5vw;
    height: 6.5vw;
    padding: 0.5vw;
    margin: 1.9vw 0;
    line-height: 0;
    font-size: 1.8rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: solid 2px #FFF;
    border-radius: 48vw;
	}	
	
ul.grobalNav{
	width: 90vw;
	margin: 2vh 2vh 0 2vh;
    display: flex;
	height: auto;
	justify-content: space-around;
	border-right:solid 1px #FFF;
	}

.grobalNav li{
	border: solid 1px #FFF;
	border-right: none;
    width: 90%;
    text-align: center;
	padding: 1vh;
    box-sizing: content-box;
    font-size: 1.8rem;
	}

.grobalNav li a{
	color:#FFF;
	}

.arealist a:hover, .selected {
	color: #FFF!important;
	background:none;
	}

/***************
 * humburger menu
 * ********************/

.menu-trigger,
.menu-trigger span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	}

.menu-trigger {
	position: absolute;
	width: 8vw;
	height: 6vw;
	top: 4vw;
	right: 2vw;
	z-index:999;
	box-sizing: content-box;
	}

.menu-trigger span {
	position: absolute;
	left: 1vw;
	width: 6vw;
	height: 2px;
	background-color: #FFF;
	border-radius: 2px;
	}

.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger span:nth-of-type(2) {
	top: 2.5vw;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}

.menu-trigger span::before {
    position: absolute;
    top: 0;
    left: -1.1vw;
    content: '';
    width: .6vw;
    height: .6vw;
    background-color: #FFF;
    border-radius: .5vw;
}
.menu-trigger.active span {
	left: 0;
	width: 90%;
}
.menu-trigger.active span::before {
	content: none;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(3vw) rotate(-45deg);
	transform: translateY(3vw) rotate(-45deg);
	background-color: #FFF;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-2.5vw) rotate(45deg);
	transform: translateY(-2.5vw) rotate(45deg);
	background-color: #FFF;
}

}

.n2-section-smartslider{
/*position: fixed!important;
	z-index: +1;*/
	}


.n2-ss-slider .n2-ow span {
	display: inline-block!important;
	font-size: 1.5rem!important;
	padding: .5rem 2.4rem;
	}

@media only screen and (max-width:750px) {

body{
height: 100%;
	}
	
#page_top{
	display:block!important;
}

	
#content {
	padding-bottom: 0;
	}
	
.n2-section-smartslider{
	position: relative!important;
	z-index: +1;
	}
	

.n2-ss-slider .n2-ow span {
	display: inline-block!important;
	font-size: 1.2rem!important;
	padding: .5rem 2rem;
	}	
	
.home .site-content {
	padding:0;
	}	

.home .entry-content {
	padding: 0;
	margin-bottom: 0;
	}	
	
.home div.entry-content {
	height: 100%;
	padding: 0 5vw;
	}

	
div#n2-ss-61 .nextend-arrow,
.n2-resize{
	width: 35px!important;
	height: 35px!important;
	}	

}/** SP ***/

