@charset "UTF-8";
/*
Theme Name: shinshu.net's Main Theme
Version: 1.0
Derived from the Original Theme: Twenty Eleven
Original Theme URI: http://wordpress.org/extend/themes/twentyeleven
Original Author: the WordPress team
Original Author URI: http://wordpress.org/
Original Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Roboto:wght@400;500;700&display=swap');

/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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-size: 100%;
	margin: 0;
	outline: 0;
	padding: 0;
	max-height: 999999px;	/* against Android Chrome Font Boosting */
}
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 {
	vertical-align: baseline;
}
table, caption, tfoot, thead {
	vertical-align: middle;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
img[usemap^="#"],	/* MTL KAZ: added for IE 9 or older */
a img {
	border: 0;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

*, *:before, *:after {
	-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}


/* =Structure
----------------------------------------------- */
body {
	padding: 0;
	min-width: 1280px;
	font-size: 100%;	/* 16px */
	-webkit-text-size-adjust: none;	/* DEC-2021 KAZ: was 100% */
	text-size-adjust: none;	/* DEC-2021 KAZ */
}
#breadcrumbs, section .wall {
	width: 1020px;
	margin: auto; /* ito */
}
section .wall_wide {
	width: 1200px;
	overflow: hidden;
	margin: auto;
}
#page {
	background: #fff;
}
#my-top #page {			/* DEC-2021 KAZ: ChkHTML */
	padding-top: 247px;
}
body:not(#my-top) #page {	/* DEC-2021 KAZ: ChkHTML */
	padding-top: 50px;
}
/*primaryの設定*/
#primary {
	float: none;
	margin: auto;
	width: 100%;
}
#content {
	margin: 0;
}
#secondary {
	float: right;
	width: 261px;	/* width of sidebar, if no margin between the sidebar and the main area, this can be commented out (MAT) */
}

/* Alignment */
.alignleft, .alignright {
	overflow: hidden;
}
.alignleft {
	float: left;
	 /* display: inline; */
}
img[align="left"], .alignleft {/* Mat 2022.2 added img[align="left"], was 1.625em for .alignleft */
	margin-right: 1em;
}

.alignright {
	float: right;
	 /* display: inline; */
}
img[align="right"], .alignright {	/* Mat 2022.2 ditto */
	margin-left: 1em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}


/* =Global
----------------------------------------------- */
body, input, textarea {
	color: #363636;
	font-family: "メイリオ", Meiryo, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif; /* MTL see tips.xls */
	line-height: 1.818;
}
.josefin {
	font-family: "Josefin Sans", sans-serif;
}
.roboto {
	font-family: "Roboto", sans-serif;
}
input, textarea, select {
	font-size: 100%;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
}

/* Text elements */
hr, p {
/*	margin-bottom: 16px; */
	margin-bottom: 0;
}
section .descr p, 	/* 08.2022 Aki */
body:not(.lobbypage) .entry-content p:not(.wp-caption-text) /* Mat added 2022.10 */ {
	margin-bottom: 16px;
}
strong, .strong  {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

/* Table */
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 16px;
}
tbody {
	vertical-align: top;
}

/* List */
ul {
	list-style: none;
}
ul, ol {
	margin: 0 0 16px 22px;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}

/* Data list */
dl {
	margin: 0 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}

/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: white;
	box-shadow: none;
	border: 1px solid #ddd;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}
input[type=submit],
input[type=image],
input[type=button],
button {
	cursor: pointer;
}
form :-ms-input-placeholder { color: #aaaaaa; }	/* IE 10+ */
form ::-webkit-input-placeholder { color: #aaaaaa; }	/* Google Chrome, Safari, Opera 15+, Android, iOS */
form :-moz-placeholder { color: #aaaaaa; opacity: 1; }	/* Firefox 18- */
form ::-moz-placeholder { color: #aaaaaa; opacity: 1; }	/* Firefox 19+ */
form :placeholder-shown { color: #aaaaaa; }

/* Links */
a {
	color: inherit;	/* 08.2021 Aki was #1982d1*/
	text-decoration: none;
}
/* a:focus, a:active, */
a.current,
a:hover {
	text-decoration: underline;
}
a.externallink:after, .linklist .track_this_link:first-of-type:after {
	content: '';
	display: inline-block;
	background-size: contain;
	margin-left: 5px;
	background-image: url(/images/icon_externallink.svg);
	width: 20px;
	height: 20px;
}
.another_content a.externallink:after {
	vertical-align: top;
}
.short a.externallink:after {
	margin-left: 2px;
	width: 13px;
	height: 13px;
}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}


/* =Header
----------------------------------------------- */
#branding {
	position: fixed;	/* DEC-2021 KAZ: ChkHTML; was relative */
	width: 100%;		/* DEC-2021 KAZ: ChkHTML */
	min-width: 1280px;	/* DEC-2021 KAZ: ChkHTML */
	top: 0;			/* DEC-2021 KAZ: ChkHTML */
	left: 0;		/* DEC-2021 KAZ: ChkHTML */
	z-index: 9999;
/*	height: 150px; */
}
#my-top #branding:not(.floating) {
	background-color: white;
	color: #108452;
}
#my-top #branding.floating,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #branding {
	background-color: #40b286;
	color: white;
}
@media screen and (min-width: 783px) {	/* DEC-2021 KAZ: ChkHTML */
	.admin-bar #branding {
		top: 32px;
	}
}
@media screen and (max-width: 782px) {	/* DEC-2021 KAZ: ChkHTML */
	.admin-bar #branding {
		top: 46px;
	}
}
#masthead {
	position: relative;
	width: 1280px;
	margin: 0 auto;
}


/* =Menu
-------------------------------------------------------------- */
#my-top #branding:not(.floating) #headmenu,
#branding:not(.floating) h1#headlogo,
#my-top #branding:not(.floating) #headmenu ul#gnavi,
#my-top #branding:not(.floating) #masthead .searchform {
	height: 247px;
}
#my-top #branding.floating #headmenu,	/* DEC-2021 KAZ: ChkHTML */
#branding.floating h1#headlogo,	/* DEC-2021 KAZ: ChkHTML */
#my-top #branding.floating #headmenu ul#gnavi,	/* DEC-2021 KAZ: ChkHTML */
#my-top #branding.floating #headmenu ul#gnavi > li .parent a,	/* DEC-2021 KAZ: ChkHTML */
#my-top #branding.floating #headmenu ul#gnavi > li.search a,	/* DEC-2021 KAZ: ChkHTML */
#my-top #branding.floating #masthead .searchform,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #headmenu,
div#headlogo a,
body:not(#my-top) #headmenu ul#gnavi,
body:not(#my-top) #headmenu ul#gnavi > li .parent a,
body:not(#my-top) #headmenu ul#gnavi > li.search a,
body:not(#my-top) #masthead .searchform {
	height: 50px;
}
#headmenu {
	text-align: center;
}
#headmenu a {
	display: block;
	color: inherit;
}
#headlogo {
/*	clear: both; */
	float: left;
}
#branding:not(.floating) h1#headlogo {
	width: 278px;
	padding-top: 34px;
	padding-left: 30px;
	text-align: left;
}
#branding.floating h1#headlogo,	/* DEC-2021 KAZ: ChkHTML */
div#headlogo {
	width: 271px;
}
#branding.floating h1#headlogo,	/* DEC-2021 KAZ: ChkHTML */
div#headlogo a {
	padding-top: 6px;
}
#branding:not(.floating) h1#headlogo img.small,
#branding.floating h1#headlogo img.large {	/* DEC-2021 KAZ: ChkHTML */
	display: none;
}
h1#headlogo img {	/* 12.2022 Aki added */
	width: 236px;
	height: auto;
}
#headmenu ul#gnavi {
	margin: 0;
}
#my-top #branding:not(.floating) #headmenu ul#gnavi {
	line-height: 1.056;	/* 19px */
	font-size: 112.5%;	/* 18px */
}
#my-top #branding.floating #headmenu ul#gnavi,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #headmenu ul#gnavi {
	line-height: 30px;
}
#headmenu ul#gnavi li {
	list-style-type: none;
}
#headmenu ul#gnavi > li {
	position: relative;
	float: left;
	height: 100%;	/* 07.2022 Aki added */
}
#my-top #branding:not(.floating) #headmenu ul#gnavi > li {
	padding: 30px 0;
}
#my-top #branding.floating #headmenu ul#gnavi > li,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #headmenu ul#gnavi > li {
	border-left: #80d5b4 2px solid;
}
#my-top #branding:not(.floating) #headmenu ul#gnavi > li.areas,
#my-top #branding:not(.floating) #headmenu ul#gnavi > li.useful {	/* DEC-2021 KAZ: ChkHTML */
	display: none;
}
#headmenu ul#gnavi > li .parent a {
}
#my-top #branding:not(.floating) #headmenu ul#gnavi > li .parent a,
#my-top #branding:not(.floating) #headmenu ul#gnavi > li.search a {
	height: 187px;
	margin: 0 10px;
	text-decoration: none;	/* 08.2021 Aki */
}
#my-top #branding:not(.floating) #headmenu ul#gnavi > li .parent a {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	width: 130px;
	padding: 10px 0 139px;
}
#my-top #branding.floating #headmenu ul#gnavi > li .parent a,	/* DEC-2021 KAZ: ChkHTML */
#my-top #branding.floating #headmenu ul#gnavi > li.search a,	/* DEC-2021 KAZ: ChkHTML */
#my-top #branding.floating #headmenu ul#gnavi > li .parent .nolink,	/* 07.2022 Aki added */
body:not(#my-top) #headmenu ul#gnavi > li .parent a,
body:not(#my-top) #headmenu ul#gnavi > li.search a ,
body:not(#my-top) #headmenu ul#gnavi > li .parent .nolink {	/* 07.2022 Aki added */ 
	padding: 12px 11px 0 10px;
}
#my-top #branding.floating #headmenu ul#gnavi > li .parent .nolink,
body:not(#my-top) #headmenu ul#gnavi > li .parent .nolink {	/* 07.2022 Aki added */ 
	display: inline-block;
	padding-bottom: 8px;
}
#headmenu ul#gnavi > li .parent a.current,
#headmenu ul#gnavi > li .parent a:hover {
	text-decoration: none;
}
#my-top #branding:not(.floating) #headmenu ul#gnavi > li .parent a:hover {
	background-color: #ebfcb5;
}
#my-top #branding.floating #headmenu ul#gnavi > li .parent a.current,	/* DEC-2021 KAZ: ChkHTML */
#my-top #branding.floating #headmenu ul#gnavi > li .parent a:hover,	/* DEC-2021 KAZ: ChkHTML */
#my-top #branding.floating #headmenu ul#gnavi > li .parent span.current,	/* 07.2022 Aki added */
body:not(#my-top) #headmenu ul#gnavi > li .parent a.current,
body:not(#my-top) #headmenu ul#gnavi > li .parent a:hover,
body:not(#my-top) #headmenu ul#gnavi > li .parent span.current {	/* 07.2022 Aki added */
	background-color: #abe07d;
}
#my-top #branding:not(.floating) #headmenu ul#gnavi > li .parent a img {
	position: absolute;
	bottom: 0;
	left: 0;
}
#my-top #branding.floating #headmenu ul#gnavi > li .parent a br.nofloating,
#my-top #branding.floating #headmenu ul#gnavi > li .parent a img,
#my-top #branding.floating ul.menu_useful.nofloating {	/* DEC-2021 KAZ: ChkHTML */ /* 12.2022 Aki added */
	display: none;
}
#headmenu ul#gnavi > li.search {
}
#my-top #branding:not(.floating) #headmenu ul#gnavi > li.search {
	padding-top: 155px;
}
#headmenu ul#gnavi > li.search a {
	display: block;
	color: inherit;
}
#my-top #branding:not(.floating) #headmenu ul#gnavi > li.search a {
	border: #108452 1px solid;
	width: 62px;
	height: 62px;
	padding-top: 6px;
	line-height: 14px;	/* FIXED */
	font-size: 12px;	/* FIXED */
}
#headmenu ul#gnavi > li.search a:hover {
	text-decoration: none;
}
#my-top #branding.floating #headmenu ul#gnavi > li.search a span.title {
	display: none;
}
#headmenu ul#gnavi > li.search a svg {
	vertical-align: middle;
}
#my-top #branding:not(.floating) #headmenu ul#gnavi > li.search a svg {
	margin-top: 3px;
}
#headmenu ul#gnavi > li ul.submenu {
	background-color: #40b286;
	display: none;
	position: absolute;
	margin: 0;
	line-height: 1.111;	/* 20px */
}
#my-top #branding:not(.floating) #headmenu ul#gnavi > li ul.submenu {
	width: 160px;	/* MTL Mat to avoid 2 line big menu item for 山岳・秘湯中の秘湯, etc */
	font-size: 88%;	/* MTL Mat */
	top: 217px;
	left: 10px;
}
#my-top #branding.floating #headmenu ul#gnavi > li ul.submenu,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #headmenu ul#gnavi > li ul.submenu {
	width: 100%;
	top: 50px;
	left: 0;
}
#my-top #branding.floating #headmenu ul#gnavi > li.agri ul.submenu,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #headmenu ul#gnavi > li.agri ul.submenu {
	width: 6em;
}
#my-top #branding.floating #headmenu ul#gnavi > li.onsen ul.submenu,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #headmenu ul#gnavi > li.onsen ul.submenu {
	width: 10em;
}
#my-top #branding.floating #headmenu ul#gnavi > li.useful ul.submenu,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #headmenu ul#gnavi > li.useful ul.submenu {
	width: 12em;
	left: auto;
	right: 0;
}
#headmenu ul#gnavi > li:hover ul.submenu {
	display: block;
}
#headmenu ul#gnavi > li ul.submenu li {
}
#headmenu ul#gnavi > li ul.submenu li a {
	border-top: #80d5b4 1px solid;
	display: block;
	text-decoration: none;	/* 08.2021 Aki */
	padding: 8px 0.5em;
	color: white;
}
#headmenu ul#gnavi > li ul.submenu li a.current,
#headmenu ul#gnavi > li ul.submenu li a:hover {
	background-color: #abe07d;
	text-decoration: none;
}
#masthead .searchform {
	background-color: #40b286;
	display: none;
	position: absolute;
	top: 0;
	color: white;
}
#my-top #branding:not(.floating) #masthead .searchform {
	right: 0;
	padding: 45px 78px;
	z-index: 1;	/* 12.2022 Aki added */
}
#my-top #branding.floating #masthead .searchform,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #masthead .searchform {
	border-left: #80d5b4 2px solid;
	right: 21px;
	padding: 5px 40px 5px 10px;
}
#my-top #branding:not(.floating) #masthead .searchform .title {	/* Top Only */
	margin-bottom: 24px;
	line-height: 1.458;	/* 35px */
	font-size: 150%;	/* 24px */
	font-weight: bold;
	text-align: center;
}
#my-top #branding.floating #masthead .searchform .title {	/* DEC-2021 KAZ: ChkHTML */
	display: none;
}
#masthead .searchform .close_btn {
	position: absolute;
	line-height: 1;
	font-size: 30px;	/* FIXED */
	font-weight: bold;
}
#my-top #branding:not(.floating) #masthead .searchform .close_btn {
	top: 20px;
	right: 20px;
}
#my-top #branding.floating #masthead .searchform .close_btn,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #masthead .searchform .close_btn {
	top: 6px;
	right: 0;
}
#masthead .searchform .close_btn a {
	display: block;
	color: inherit;
}
#my-top #branding:not(.floating) #masthead .searchform .close_btn a {
	padding: 10px;
}
#my-top #branding.floating #masthead .searchform .close_btn a,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #masthead .searchform .close_btn a {
	padding: 5px;
}
#masthead .searchform .close_btn a:hover {
	text-decoration: none;
}
#masthead .searchform form {
}
#masthead .searchform form input[type="text"],
#masthead .searchform form button {
	-webkit-appearance: none;
	appearance: none;
	background-color: white;
	border: 0;
	box-shadow: none;
	vertical-align: top;
}
#my-top #branding:not(.floating) #masthead .searchform form input[type="text"],
#my-top #branding:not(.floating) #masthead .searchform form button {
	height: 71px;
}
#my-top #branding.floating #masthead .searchform form input[type="text"],	/* DEC-2021 KAZ: ChkHTML */
#my-top #branding.floating #masthead .searchform form button,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #masthead .searchform form input[type="text"],
body:not(#my-top) #masthead .searchform form button {
	height: 40px;
}
#masthead .searchform form input[type="text"] {
	color: #363636;
}
#my-top #branding:not(.floating) #masthead .searchform form input[type="text"] {
	width: 388px;
	padding: 20px 10px;
	line-height: 31px;
}
#my-top #branding.floating #masthead .searchform form input[type="text"],	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #masthead .searchform form input[type="text"] {
	width: 300px;
	padding: 5px 10px;
	line-height: 30px;
}
#masthead .searchform form button {
	color: #108452;
	text-align: center;
}
#my-top #branding:not(.floating) #masthead .searchform form button {
	width: 60px;
	line-height: 71px;
}
#my-top #branding.floating #masthead .searchform form button,	/* DEC-2021 KAZ: ChkHTML */
body:not(#my-top) #masthead .searchform form button {
	width: 40px;
	line-height: 40px;
}
#masthead .searchform form button svg {
	width: 28px;
	height: auto;
	vertical-align: middle;
}
#my-top #branding:not(.floating) ul.menu_useful.nofloating {	/* 12.2022 Aki added */
	list-style: none;
	line-height: 1.6;	/* was 1.8 */
	position: absolute;
	top: 30px;
	left: 1190px;
	margin: 0;
}
#my-top #branding:not(.floating) ul.menu_useful.nofloating > li a{	/* 12.2022 Aki added */
	font-size: 14px;
}
#my-top #branding:not(.floating) ul.menu_useful.nofloating > li a::before {
	content: "▶";
	display: inline-block;
	font-size: 10px;
	vertical-align: middle;
	margin-right: 5px;
}
#my-top #branding:not(.floating) ul.menu_useful.nofloating > li a:hover,
#my-top #branding:not(.floating) ul.menu_useful.nofloating > li a.current,
#my-top #branding:not(.floating) ul.menu_useful.nofloating > li a.current::before {	/* 12.2022 Aki added */
	text-decoration: none;
	color: #40b286;
}
#breadcrumbs {
	width: 1090px;
	font-size: 87.5%;		/* 16px * 94% * 80% = 12.03px was 80% */
	line-height: 1.3;
	margin: 12px auto 15px;
}
#breadcrumbs a {	/* 11.2022 Aki added */
	color: #108452;
}
#breadcrumbs br {	/* 11.2022 Aki added */
	display: none;
}

.ad_banner_wrap {	/* Aki */
	text-align: center;
}

.adsbygoogle {	/* Mat */
	text-align: center;
	margin: 20px auto 0;
	background-color: mintcream;
}

.wp_social_bookmarking_light {	/* Mat, also modified margin: 0 to margin: 0 auto; in the plugin CSS setting page */
	width: 1020px;
}

/* =Content
----------------------------------------------- */
#topmain, #main {
	clear: both;
	overflow: hidden;
	position: relative;
}
#topmain {
}
#main {
}
#mainwall {
		/* Mat c/o for slide show buttons like http://kobabo-s.com  overflow: hidden; */
	margin: 0 auto;
}
.page-title {	/* SEP-2021 KAZ: as .entry-title */
	clear: both;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.1;
}
.page-title a {
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0;
	text-transform: none;
}
.hentry,
.no-results {
	position: relative;
}
.hentry:last-child,
.no-results {
	border-bottom: none;
}
.blog .sticky .entry-header .entry-meta {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.lobbypage .entry-header {	/* OCT-2021 KAZ: moved here *//* 12.2021 Aki: added .lobbypage */
	width: 1020px;
	margin: auto;
}
#my-blog .entry-header,
#my-search .entry-header {
	width: 100%;	/* OCT-2021 KAZ */
	padding-top: 35px;	/* 11.2021 Aki */
}
.lobbypage .entry-title {	/*12.2021 Aki: added .lobbypage */
	clear: both;
	padding-top: 25px;	/* Ito; OCT-2021 KAZ: moved here */
	line-height: 1.1 /* MAT was 54px*/;
	color: #108452;		/* Ito; OCT-2021 KAZ: moved here */
	font-size: 29px;	/* Ito: was 25px; OCT-2021 KAZ: moved here */
	font-weight: bold;
	text-align: center;	/* Ito; OCT-2021 KAZ: moved here */
}
.entry-title a {
	color: inherit;
	text-decoration: none;
}
.entry-title a:hover {
	color: inherit;
	text-decoration: underline;
}
.entry-title img {
	margin-top: 20px;	/* MAT */
	vertical-align: middle;
}
.entry-title-top {
	display: none;
}
.entry-meta {
	color: #666;
	clear: both;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a {
	font-weight: bold;
}
.single-author .entry-meta .by-author {
	display: none;
}
.entry-content,
.entry-summary {
	padding-top: 50px;	/* 12.2021 Aki added */
}
.lobbypage .entry-content,
.lobbypage.entry-summary {
	padding-top: 0;	/* 12.2021 Aki added */
}
.entry-content h1, .entry-content h2
, .comment-content h1, .comment-content h2
{
	margin: 0 0 20px;
}
.entry-content h1
, .comment-content h1
{
	font-size: 175%;	/* 28px */
	height: 50px;
	line-height: 50px;
}
.entry-content h2
, .comment-content h2
{
	font-weight: bold;
}
.entry-content h3
, .comment-content h3
{
	font-size: 122%;
	font-weight: bold;
	min-height: 24px;
	line-height: 1.41;
	margin: 0 0 12px;
}
.entry-content h4
, .comment-content h4
{
	font-weight: bold;
	min-height: 20px;
	line-height: 1.43;
	margin: 0 0 12px;
}
body:not(.lobbypage).page h4 {	/* Mat for https://shinshu.net/access */
	font-size: 140%;
}
.entry-content #s {
	width: 75%;
}
.entry-content p, .entry-content li {	/* to avoid Android's bug, see wordpress\todo.txt in MTL */
	background-color: rgba(255,255,255,0.01);
}
.single .entry-content p, #my-blog .entry-content p, #my-blog .excerpt p, #my-topic .content p, #top_topics .excerpt p {	/* Mat for spot (2021.1, .single .entry-content p was .entry-content #spot-special p, but margin needs), blog, topic */
	margin-bottom: 16px;
}
 	/* -- Mat copied from the original twentyeleven .css after pointed out by Viex and talking with kaz 2021.1 */
.entry-content table {
	border-bottom: 1px solid #ddd;
	width: 100%;
}
.entry-content td {
	border-top: 1px solid #ddd;
	padding: 6px 10px 6px 0;
}
.comment-content ul,
.comment-content ol {
	margin-bottom: 1.625em;
}
.comment-content ul ul,
.comment-content ol ol,
.comment-content ul ol,
.comment-content ol ul {
	margin-bottom: 0;
}
dl.gallery-item {
	margin: 0;
}
.page-link {
	clear: both;
	display: block;
	margin: 0 0 1.625em;
}
.page-link a {
	background: #eee;
	color: #373737;
	margin: 0;
	padding: 2px 3px;
	text-decoration: none;
}
.page-link a:hover {
	background: #888;
	color: #fff;
	font-weight: bold;
}
.page-link span {
	margin-right: 6px;
}
.entry-meta .edit-link a
, .commentlist .edit-link a
{
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	float: right;
	font-size: 12px;
	line-height: 1.5em;
	font-weight: 300;
	text-decoration: none;
	padding: 0 8px;
}
.entry-meta .edit-link a:hover
, .commentlist .edit-link a:hover
{
	background: #888;
	color: #fff;
}
.entry-content .edit-link {
	clear: both;
	display: block;
}
#searchform .screen-reader-text {
	display: none;
}

/* Gutenberg blocks */
/* Counter-styles against /wp-includes/css/dist/block-library/style.min.css */
.entry-content figure {
	margin-bottom: 45px;
}
.entry-content .wp-block-image {
	line-height: 0;
}
.entry-content .wp-block-image .alignleft {
	margin-right: 40px;
}
.entry-content .wp-block-image .alignright {
	margin-left: 40px;
}
.entry-content .wp-block-image figcaption {
	line-height: 1.5;
	color: inherit;
	font-size: 100%;
}

/* Images */
.entry-content img {
	max-width: 100%;
	height: auto;
}
p img,
.wp-caption {
	margin-top: 0.4em;
}
.wp-caption {
	background: #F9FDE8;
	position: relative;	/* DEC-2022 KAZ: ChkHTML */
	max-width: 96%;
	margin-bottom: 1em;
	padding: 8px;
}
.wp-caption img {
	display: block;
	margin: 0 auto;
	max-width: 100%;	/* MTL Mat was 98%; */
}
.wp-caption img[class*='wp-image-'] {	/* MTL: added against img[class*='wp-image-'] */
	border: 0;
	padding: 0;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	color: #666;
	font-size: 100%;/* Mat 2023.2 was 12px*/;
	padding: 8px 2px 0px; /* Mat was 10px 5px 5px */
	line-height: 1.2;	/* Mat */
	display: inline-block;
	width: 100%;	/* 08.2022 Aki added */
}
.wp-caption .wp-caption-text {
	background: rgba(0,0,0,0.5);	/* DEC-2022 KAZ: ChkHTML: was transparent */
	position: absolute;	/* DEC-2022 KAZ: ChkHTML: was relative */
	width: calc(100% - 16px);	/* DEC-2022 KAZ: ChkHTML */
	bottom: 8px;	/* DEC-2022 KAZ: ChkHTML */
	margin-bottom: 0 !important; 	/* 2023.1 Mat for https://shinshu.net/outdoor/minenohara, was 1 and c/o by DEC-2022 KAZ */
	padding: 2px 5px 0;	/* DEC-2022 KAZ: ChkHTML: right was 0 */
	color: white;	/* DEC-2022 KAZ: ChkHTML */
	text-align: center;
}
#content .gallery {
	margin: 0 auto 1.625em;
}
#content .gallery a img {
	border: none;
}
img#wpstats {
	display: block;
	margin: 0 auto 1.625em;
}
#content .gallery-columns-4 .gallery-item {
	width: 23%;
	padding-right: 2%;
}
#content .gallery-columns-4 .gallery-item img {
	width: 100%;
	height: auto;
}
 /* -- Mat added for enlarge icon (copied from woocommerce.css of https://nakamachi.org/shop/nakamachionlineshop/shop-goods/product-2974 -- */
.enlarge {
	position: relative;
	display: block;
}
.enlarge .enlargeicon {
	position: absolute;
	top: 0.5em;
	right: 0.5em;
	font-size: 0.8em;
	width: 1.6em;
	height: 1.6em;
	background: #F9FDE8;
	border-radius: 100%;
	box-sizing: content-box;
}
.enlarge .enlargeicon::before {
	content: "";
	display: block;
	width: 7px;
	height: 7px;
	border: 2px solid #000;
	border-radius: 100%;
	position: absolute;
	top: 3px;
	left: 3px;
	box-sizing: content-box;
}
.enlarge .enlargeicon::after {
	content: "";
	display: block;
	width: 2px;
	height: 6px;
	background: #000;
	border-radius: 6px;
	position: absolute;
	top: 11px;
	left: 13px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	box-sizing: content-box;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* Comments link */
.entry-header .comments-link a {
	background: #eee url(/images/comment-bubble.png) no-repeat;
	color: #666;
	font-size: 81.3%;	/* 13px */
	font-weight: normal;
	line-height: 35px;
	overflow: hidden;
	padding: 0 0 0;
	position: absolute;
	top: 1.5em;
	right: 0;
	text-align: center;
	text-decoration: none;
	width: 43px;
	height: 36px;
}
.entry-header .comments-link a:hover,
.entry-header .comments-link a:focus,
.entry-header .comments-link a:active {
	background-color: #1982d1;
	color: #fff;
	color: rgba(255,255,255,0.8);
}
.entry-header .comments-link .leave-reply {
	visibility: hidden;
}


/* =error404
----------------------------------------------- */
.error404 #primary #searchform {
	background: #f9f9f9;
	border: 1px solid #ddd;
	overflow: hidden;
	margin: 0 0 25px;
}
.error404 #primary #s {
	width: 95%;
}
.error404 #primary .widget {
	clear: none;
	float: left;
	width: 45%;
}
.error404 #primary .widget_archive {
	clear: both;
}


/* =Navigation
-------------------------------------------------------------- */
#content nav {
	clear: both;
	overflow: hidden;
	padding: 0 0 1.625em;
}
#content nav a {
	color: inherit;
}
#nav-above {
	padding: 0 0 1.625em;
}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous {
/*	float: left; 12.2022 Aki c/o */
	width: 33%;	/* Mat 2021.08 were 50% */
}
.nav-next {
/*	float: right; 12.2022 Aki c/o */
	text-align: right;
	width: 33%;
}
.nav-lobby {	/* Mat 2021.08 added (below .nav-lobby, too) */
/*	float: left; 12.2022 Aki c/o */
	width: 34%;
	margin-top: 41px;
	text-align: center;
}
#content nav .meta-nav {
	font-weight: normal;
}

/* Singular navigation */
.single #nav-single {
	width: 1090px;	/* 11.2022 Aki was 780px */
	display: flex;	/* 12.2022 Aki added */
	margin: auto;
}
.single #nav-single a {
	text-decoration: none;
	color: #838383;
}
.single #nav-single .nav-previous {
	padding: 0 10px 0 0;
}
.single #nav-single .nav-next {
	padding: 0 0 0 10px;
}
.single #nav-single .meta-nav {
	font-size: 112.5%;	/* 18px */
}
.single #nav-single .meta-nav.pre::before,
.single #nav-single .meta-nav.next::after {
	content: "▶";
	display: inline-block;
	color: #DBDBDB;
	font-size: 143.8%;	/* 23px */
	vertical-align: middle;
}
.single #nav-single .meta-nav.pre::before {
	transform: rotateY(180deg);
}
.single #nav-single .nav_blogttl, .single #nav-single nav_date, .single #nav-single .nav-lobby {
	display: block;
}
.single #nav-single .nav_blogttl, .single #nav-single .nav-lobby a,
.nav-lobby.index_archive a {	/* 12.2022 Aki added */
	font-size: 137.5%;	/* Aki was 150%=24px */
/*	text-align: left; */
	line-height: 1.25;
	color: #108452;
}
.nav-lobby.index_archive {	/* 12.2022 Aki added */
	width: 100%;
}

#content div.wp-pagenavi {
	clear: both;
	text-align: center;
}
#content div.wp-pagenavi a,
#content div.wp-pagenavi span {
	display: inline-block;
	border: 0;
/*	min-width: 18px;	08.2021 Aki */
	width: 50px;
	height: 50px;
	border: solid 2px;
	border-radius: 50px;
	margin: 0 5px;
	padding: 13px 0;	/* 08.2021 Aki was 5px */
	line-height: 1;
	font-size: 143.8%;	/* 23px *//* was 18px */
	text-align: center;	/* 05.2022 Aki */
}
#content div.wp-pagenavi span:empty {
	width: 0;
	border: 0;
}
#content div.wp-pagenavi span.current {
	font-weight: inherit;
}
#content div.wp-pagenavi a.page,
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink,
#content div.wp-pagenavi span.extend {
	color: #838383;	/* was inherit */
}
#content div.wp-pagenavi a.page,
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink {
	background-color: white;	/* 08.2021 Aki was #d2caba */
}
#content div.wp-pagenavi a.page:hover,
#content div.wp-pagenavi a.previouspostslink:hover,
#content div.wp-pagenavi a.nextpostslink:hover,
#content div.wp-pagenavi span.current {
	background-color: white;	/* 08.2021 Aki was #42210b */
}
#content div.wp-pagenavi a.page:hover,
#content div.wp-pagenavi a.previouspostslink:hover,
#content div.wp-pagenavi a.nextpostslink:hover,
#content div.wp-pagenavi span.current {
	color: #108452;	/* 08.2021 Aki was white */
}
#content div.wp-pagenavi a.previouspostslink,
#content div.wp-pagenavi a.nextpostslink,
#content div.wp-pagenavi a.first,
#content div.wp-pagenavi a.last {	/* 08.2021 Aki */
	border: 0;
}
#content div.wp-pagenavi a.nextpostslink,
#content div.wp-pagenavi a.previouspostslink {	/* 08.2022 Aki added */
	background: transparent;
	vertical-align: super;
}
#content div.wp-pagenavi a.first,
#content div.wp-pagenavi a.last {
	font-size: 143.8%;	/* 05.2022 Aki was 87.5% */
	color: #838383;
	width: auto;
	height: auto;
	padding: 0;
}

/* =Widgets
----------------------------------------------- */
.widget {
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	clear: both;
	margin: 0 0 10px;
}
.widget h3.widget-title {
}
.widget ul {
	margin: 0;
	list-style-type: none;
}
.widget ul ul {
	margin-left: 1.5em;
}

/* Search Widget */
.widget_search form {
	margin: 0 0 1.625em;
}
.widget_search #s {
	width: 77%;
}
.widget_search #searchsubmit {
	background: #ddd;
	border: 1px solid #ccc;
	-webkit-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: inset 0px -1px 1px rgba(0, 0, 0, 0.09);
	color: #888;
	font-size: 13px;
	line-height: 25px;
	position: relative;
	top: -2px;
}
.widget_search #searchsubmit:active {
	background: #1982d1;
	border-color: #0861a5;
	-webkit-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
	color: #bfddf3;
}

/* Widget Image */
.widget_image img {
	border: 0;
	padding: 0;
	height: auto;
	max-width: 100%;
}

/* Calendar Widget */
.widget_calendar #wp-calendar {
	color: #555;
	width: 95%;
	text-align: center;
}
.widget_calendar #wp-calendar caption,
.widget_calendar #wp-calendar td,
.widget_calendar #wp-calendar th {
	text-align: center;
}
.widget_calendar #wp-calendar caption {
	font-size: 11px;
	font-weight: 500;
	padding: 5px 0 3px 0;
	text-transform: uppercase;
}
.widget_calendar #wp-calendar th {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-weight: bold;
}
.widget_calendar #wp-calendar tfoot td {
	background: #f4f4f4;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}


/* =Comments
----------------------------------------------- */
#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 150%;	/* 24px */
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 100%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(/images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #888;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(/images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#comments{
	background: #F9FDE8;
}
#respond {
	/* background: #ddd;
	border: 1px solid #d3d3d3; */
	width: 780px;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 1px solid #707070;	/* 08.2021 Aki was 4px #eee */
/*	-moz-border-radius: 5px;
*	border-radius: 5px;
*	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
*	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
*	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95); 08.2021 Aki */
	position: relative;
	padding: 10px;
	text-indent: 80px;
	border-radius: 10px;	/* 08.2021 Aki */
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: transparent;	/* 08.2021 Aki was #eee */
/*	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
*	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
*	box-shadow: 1px 2px 2px rgba(204,204,204,0.8); 08.2021 Aki */
	color: #838383;	/* 08.2021 Aki was #555 */
	display: inline-block;
	font-size: 125%;	/* 20px *//* 08.2021 Aki was 13px */
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 42px;	/* 08.2021 Aki was 50 */
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 137.5%;	/* 22px */
	font-weight: bold;
	left: 85%;	/* 08.2021 Aki was 75% */
	top: 7px;	/* AUG-2022 KAZ: ChkHTML; 08.2022 Aki added */
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
	text-align: center;	/* 01.2021 Aki added */
}
#respond p {
/*	margin: 10px 0;	08.2021 Aki */
}
#respond .form-submit {
/*	float: right;	08.2021 Aki */
/*	margin: -20px 0 10px; 08.2021 Aki */
}
#respond input#submit {
	background: white;	/* 08 2021 Aki was #222 */
	border: solid 1px #707070;
	-moz-border-radius: 3px;
	border-radius: 3px;
/*	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
*	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
*	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);	08.2021 Aki */
	color: #838383;	/* 08.2021 Aki was #eee */
	cursor: pointer;
	font-size: 125%;	/* 20px *//* 08.2021 Aki was 15px */
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 0;	/* 08.2021 Aki was 30px */
/*	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);	08.2021 Aki */
}
#respond input#submit:hover,
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #373737;
	font-size: 150%;	/* 24px */
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: auto;	/* 08.2021 Aki was 24px */
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}
.comment-form-cookies-consent {	/* 08.2022 Aki */
	margin-top: 15px;
}

/* AUG-2021 KAZ: .fb-comments */
#comments.use-fb {
	padding-bottom: 100px; /* Mat 2023.5 was 250px; changed since I moved this section /* 09.2022 Aki was 150px */
}
#comments.use-fb .wall {
	width: 780px;
	margin: 0 auto;
	padding: 50px 0;
}
#comments.use-fb h2 {
	margin-bottom: 4px; /* ito */
	color: #108452;
	font-size: 162.5%; /* 26px *//* ito */
}
#comments.use-fb p {
	font-size: 125%; /* 20px *//*ito*/
	padding-top: 30px;	/* 01.2022 Aki added */
	text-align: center;	/* 08.2022 Aki added */
}
#comments.use-fb .fb-comments {
	display: block;
}
#comments.use-fb .fb-comments.old_http {	/* OCT-2021 KAZ */
	margin-top: 30px;
}
#comments.use-fb .fb-comments.old_http.fb_iframe_widget {	/* OCT-2021 KAZ */
	position: relative;
}
#comments.use-fb .fb-comments.old_http.fb_iframe_widget::after {	/* OCT-2021 KAZ */
	background-color: #f9f6cc;
	display: block;
	position: absolute;
	width: 100%;
	top: 90px;
	left: 0;
	line-height: 65px;
	text-align: center;
	content: '2018年以前のコメント';	/* Mat 2021.12 was こちらは～です。 */
}
section.info_notice {	/* 08.2022 Aki */
	padding-bottom: 50px;	/* Mat was 70px  */
}
section.info_notice .noticewrap {	/* 08.2022 Aki */
	background: #ABDEDB;
	font-size: 85%;	/* Mat was 87.5% 15px */
	padding: 12px 16px;	/* Mat was 16px */
	margin-top: 20px;	/* Mat was 44px, too large? */
	line-height: 1.7;	/* Mat */
}
#my-onsen section.info_notice {	/* Mat */
	padding-bottom: 30px;
}
#my-onsen section.info_notice .noticewrap {	/* Mat */
	margin-top: 20px;
}



/* =Footer
----------------------------------------------- */
#ft_nav_top {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 50%;
	z-index: 9000;
	margin: 0 -600px 0 0;
	opacity: 0;
}
#ft_nav_top a {
}
#ft_nav_top a img {
	width: 60px;
	height: auto;
}
#colophon {
	background-color: #40b2a9;
	clear: both;
	overflow: hidden;
/*	height: 60px; */
	color: white;
	font-size: 111.8%;	/* 19px */
}
#colophon a {
	display: block;
	color: inherit;
}
#ft_links {
	overflow: hidden;
	width: 1100px;
	margin: 0 auto;
	padding: 34px 0 10px;	/* 08.2022 Aki bottom was 30px */
}
#footlogo {
	float: left;
	margin-bottom: 32px;
}
#ft_login {
	float: right;
	line-height: 37px;
	text-align: center;
}
#ft_login a,
#footmenu ul.mainmenu li a,
#footmenu .areamenu ul li a,
#footmenu .usefulmenu ul li a {
	border: white 1px solid;
	text-decoration: none;	/* 08.2021 Aki */
}
#ft_login a {
	width: 186px;
	transition: .5s;
}
#footmenu {
	clear: both;
}
#footmenu ul {
	overflow: hidden;
	margin: 0;
}
#footmenu ul li {
	list-style-type: none;
	float: left;
}
#footmenu ul.mainmenu{
	padding-bottom: 20px;
}
#footmenu ul.mainmenu li {
}
#footmenu ul.mainmenu li a {
	width: 172.5px;
	height: 172px;
	line-height: 1.263;	/* 24px */
	transition: .5s;
}

#footmenu ul.mainmenu li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#footmenu ul.mainmenu li a span.text {
	height: 66px;
	text-align: center;
}
#footmenu ul.mainmenu li a span.icon {
	height: 104px;
}
#footmenu ul.mainmenu li:not(:first-child) a {
	margin-left: 13px;
}
#footmenu .areamenu ,
#footmenu .usefulmenu{
	padding-top: 20px;
}
#footmenu .areamenu .heading,
#footmenu .usefulmenu .heading {
	float: left;
	padding-right: 30px;
}
#footmenu .areamenu ul,
#footmenu .usefulmenu ul {
	margin-left: 96px;
}
#ft_login a:hover,
#footmenu ul.mainmenu li a:hover,
#footmenu .areamenu ul li a:hover,
#footmenu .usefulmenu ul li a:hover,
#footmenu ul.mainmenu li a.current,	/* 11.2022 Aki added */
#footmenu .areamenu ul li a.current,	/* DEC-2022 KAZ: ChkHTML */
#footmenu .usefulmenu ul li a.current {	/* DEC-2022 KAZ: ChkHTML */
	background-color:rgba(255,255,255,0.5);
	text-decoration: none;
}
#footmenu .miscmenu li::after{
	content: '|';
	/* margin-left: 10px; */
}
#footmenu .miscmenu li:last-of-type::after{
	content: '';
}
#footmenu .areamenu ul li a,
#footmenu .usefulmenu ul li a{
	display: inline-block;
	padding: 0 20px;
	margin-right: 10px;
}
#footmenu .miscmenu{
	padding-top: 40px;
	display: flex;	/* 11.2021 Aki */
}
#footmenu .miscmenu li {
	float: none;
}
#footmenu .miscmenu a{
	padding: 0 10px;
	display: inline-block;
}
#footmenu .miscmenu li:first-of-type a{
	padding-left: 0;
}
#ft_operator,
#ft_copyright {
	text-align: center;
}
#ft_operator a {
	display: inline;
	text-decoration: underline;
}
#ft_operator img{
	padding-left: 20px;
}

/* Common entries
-------------------------------------------------------------- */
.left {
	text-align: left;
	display: block;	/* Mat added these. If you use these for table, list, etc. and can't cover by the following td.right .., please override these invidually. */
}
.center {
	text-align: center;
	display: block;
}
.right {
	text-align: right;
	display: block;
}
td.right, th.right, td.center, th.center, td.left, th.left {
	display: table-cell;
}
li.right, li.right, li.center {
	display: list-item
}
.middle {
	vertical-align: middle;
}
.imgonly {
	line-height: 0;
}
.imgonly a,
a.imgonly {
	display: inline-block;
}
.bold {
	font-weight: bold;
}
.clear {
	clear: both;
}
a.current img, .transbtn:hover, a:hover img {
	opacity: 0.75;
	filter: alpha(opacity=75);
}
.notransbtn:hover, a:hover img.notransbtn, #headlogo a:hover img, #ft_links a:hover img {
	opacity: 1;
	filter: none;
}
.ios .transbtn:hover {
/* iOS 8.4.1 で :hover に opacity が指定してあると 2 回タップしないとリンク先に飛ばない。script.js でユーザーエージェントを見て body に class="ios" を追加。 */
	opacity: 1;
	filter: none;
}
.nomargin {
	margin: 0 !important;
}
.topbottommargin {
	margin: 20px auto !important;
}
.topmargin {
	margin-top: 60px !important;
}
.topmarginbig {
	margin-top: 80px !important;
}
.notopmargin {
	margin-top: 0 !important;
}
.bottommargin {
	margin-bottom: 20px !important;
}
.bottommarginbig {
	margin-bottom: 60px !important;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
.onlymarginright{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
}
.onlymarginleft{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 0 !important;
}
.nopadding {
	padding: 0 !important;
}
.noborder {
	border: 0px !important;
}
.border {
	border: 1px solid gray;
}
.noclear {
	clear: none !important;
}
.nobackground {
	background: transparent none !important;
}
.linkbtn a {
	display: block;
}
.linkbtn a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.sponly {
	display: none;
}


/* 遅延表示効果
----------------------------------------------- */
#my-top #content .slide-from-bottom {	/* script.js 内の $sections のセレクターと同期が必要; MAY-2022 KAZ: was #my-top #content > section .wall, #my-top #content > section .wall_wide */
	/* See also @media print */
	visibility: hidden;
}
.slideInFromBottom {
	-webkit-animation-duration: 1s;
	-ms-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-ms-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: slideInFromBottom;
	animation-name: slideInFromBottom;
	visibility: visible !important;
}
@-webkit-keyframes slideInFromBottom {
	0% { opacity: 0; -webkit-transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); }
}
@keyframes slideInFromBottom {
	0% { opacity: 0; -webkit-transform: translateY(50px); -ms-transform: translateY(50px); transform: translateY(50px); }
	100% { opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
}


/* 固定ページ h1.h2.h3部分 Common
----------------------------------------------- */
section .descr a, section p:not(.post_txt) a {	/* Mat moved from shinshufunspchild\style.css for https://shinshu.net/outdoor グリーンシーズン, added :not(..) */
	text-decoration: underline;
}
#my-404 h1 {
	font-size: 225%;	/* 36px */
	color: #108452;
	text-align: center;
	padding: 200px 0;
}
h1.kotei{	/* Mat deleted "#my-about h1, #my-contact h1, " (below, too) */
	font-size: 225%;	/* 36px */
	background-color: #F9FDE8;
	padding-top: 0 !important;
}
h1.kotei .inner {
	display: block;
	width: 1020px;
	font-weight: 600;
	text-align: left;
	color: #108452;
	line-height: 140px;
	margin:0 auto;
}
.page .entry-content h2 {	/* Mat added .page */
	font-size: 33px;
	color: #108452;
	text-align: center;
	padding: 30px 0 15px;
}
.page .entry-content h3 {
	font-size: 24px;
	color: #40B286;
	padding-top: 20px;
}

/* Blog Page Components
----------------------------------------------- */
/* 08.2021 Aki */
/* 共通 */
#my-search .page-header,	/* SEP-2021 KAZ: added */
#my-blog h1, #my-topic h1, #my-whatsnew h1 {
	font-size: 225%;	/* 36px */
	background-color: #F9FDE8;
	padding-top: 0;
}
#my-search .page-title,	/* SEP-2021 KAZ: added */
#my-blog h1 .inner, #my-topic h1 .inner, #my-whatsnew h1 .inner {
	display: block;
	width: 1020px;
	font-weight: 600;
	color: #108452;
	line-height: 140px;
	margin:0 auto;
}
#my-blog #mainwall
/* , #my-topic #mainwall,
 * #my-whatsnew #mainwall */ {
	margin: 0;
}
#my-blog #primary,
#my-search #primary,	/* SEP-2021 KAZ: added */
#my-topic #primary,
#my-whatsnew #primary {
	float: none;
	width: 100%;
	padding-bottom: 44px;
	margin: 0;
}
#my-blog #primary article,
#my-search #primary article,	/* SEP-2021 KAZ: added */
#my-topic #primary article,
#my-whatsnew #primary article {
	width: 780px;
	overflow: hidden;
	margin: 0 auto;
}
#my-blog #primary article.content,
#my-search #primary article.content,	/* SEP-2021 KAZ: added */
#my-topic #primary article.content {
	clear: both;
	padding: 50px 0 0;
}
#my-blog h2 /* , #my-topic h2 */ {
	background: url(/images/ttl_blog.png) no-repeat 0 0;
	color: #108452;
	font-size: 33px;
	text-align: center;
	padding: 80px 140px 30px;	/* OCT-2021 KAZ: side was 0 *//* 09.2022 Aki top was 70px */
	line-height: 1.25;	/* 09.2022 Aki added */
}
#my-search article .detail_wrap,	/* OCT-2021 KAZ: added */
#my-blog article .detail_wrap /* ,
#my-topic article .detail_wrap */ {
	color: #838383;
	text-align: right;
	border-bottom: solid 1px #838383;
	padding: 0 0 9px;
	margin-bottom: 15px;
}
#my-search article .categories,	/* OCT-2021 KAZ: added */
#my-blog article .detail_wrap .categories /* ,
#my-topic article .detail_wrap .categories */ {
	padding-right: 43px;
}
#my-search article .categories a,	/* OCT-2021 KAZ: added */
#my-search article .excerpt .link_more a,	/* OCT-2021 KAZ: added */
#my-blog article .detail_wrap .categories a,
#my-blog article .excerpt .link_more a /* ,
#my-topic article .detail_wrap .categories a,
#my-topic article .excerpt .link_more a */ {
	color: inherit;
}
#my-blog article .excerpt /* ,
#my-topic article .excerpt */ {
	padding: 0 0 24px;
}
#my-blog .thumbnail_wrap /* , #my-topic .thumbnail_wrap */ {
	overflow: hidden;
	width: 560px;
	height: auto;
	background-color: #F9FDE8;
	padding: 10px 10px 0;
/*	transition-duration: 0.3s; Aki */
}
#my-blog .thumbnail_wrap img:hover /* , #my-topic .thumbnail_wrap img:hover */ {
/*	opacity: 1;
*	transform: scale(1.2);
*	transition-duration: 0.3s; Aki */
}
#my-blog .thumbnail_wrap img, #my-search .thumbnail_wrap img /* , #my-topic .thumbnail_wrap img */ {
	max-width: 100%;
	width: 100%;
	height: auto;
}
#my-blog .caption, ul.topic_list .caption /* Mat 2023.2 also for top page was #my-topic .caption */ {
	font-size : 87.5%;	/* 14px */
}
#my-blog .caption {	/* Mat 2023.1 divided from above */
	background-color: #F9FDE8;
	width: 560px;
	padding: 0 10px 10px;
}
#my-blog .thumbnail_wrap:empty, #my-blog .caption:empty,
#my-topic .thumbnail_wrap:empty, #my-topic .caption:empty {
	display: none;
}
#my-blog h1, #my-topic h1 {
	position: relative;
}
#my-blog h1 a {
	font-size: 36px;
}

/* ブログ select部分 */
#my-blog select, #my-topic .selectyear select {
  -webkit-appearance: none;
  appearance: none; /* デフォルトのスタイルを無効 */
}
#my-blog select::-ms-expand {
  display: none; /* デフォルトのスタイルを無効(IE用) */
}
#my-blog .selectcategoryandmonth, #my-topic .selectyear /* Mat 2023.2 added #my-topic .selectyear */ {
	overflow: hidden;
	width: 50%;
	position: absolute;
	left: calc(50% - 130px);
	top: 40px;
}
#my-blog aside h2, #my-blog aside h3 {
	display: none;
}
#my-blog aside select, #my-topic .selectyear select {
	height: 50px;	/* Mat 2023.5 was 58px, too big I think */
	font-size: 16px;
	border-radius: 10px;
	box-shadow: 0 0 3px 2px rgba(0,0,0,0.16)inset, 0 0 3px 1px rgba(0,0,0,0.16);
	background: url(/images/select_arrow.png)no-repeat center right 19px white;
	padding: 10px;
}
#my-blog aside select#cat {
	width: 335px;
}
#my-blog aside select#archives-dropdown-2 {
	width: 150px;
}
#my-topic .selectyear select {
	width: 140px;
}
#my-blog aside#block-2 {
	float: left;
	margin-right: 1em;
}
#my-blog aside#archives-2 {
	clear: none;
}
#my-blog #comments {	/* 08.2022 Aki */
	background: #D7F4F2;
}
#my-blog #comments h2 {	/* 08.2022 Aki */
	background: transparent;
}
#my-blog #comments h2::after {	/* 08.2022 Aki */
	content: none;
}


/* 旬のトピック */
/*#my-topic article.content .content_wrap {
 *	overflow: hidden;
 *	padding-top: 15px;
 *}
 *#my-topic article.content .wp-caption {
 *	float: right;
 *	width: 370px !important;
 *	height: auto;
 *}
 *#my-topic article.content .wp-caption img {
 *	max-width: 100%;
 *	width: 100%;
 *	height: auto;
 *}
 *#my-topic article.content .wp-caption .wp-caption-text {
 *	text-align: left;
 *	font-size: 87.5%;
 *	color: inherit;
 *}
 */
#my-topic #main {	/* KAZ */
	background-color: #f9fde8;
}
#my-topic #mainwall {	/* KAZ */
	width: 1200px;
}


/* とっておきブログ */
#my-blog article.single .entry-content h3 {
	background: url(/images/spot/ttl_special_sub.png) no-repeat 0 0;
	color: #108452;
	font-size: 26px;
	text-align: left;
	padding: 65px 0 30px 110px;
	font-weight: normal;
}
#my-blog article .entry-content.index_list {	/* 08.2022 Aki */
	display: none;
}

/* 更新情報 */
/*#my-whatsnew #primary article.content {
 *	border-top: solid 2px #217B58;
 *}
 *#my-whatsnew #primary article.content:last-child {
 *	border-bottom: solid 2px #217B58;
 *}
 *#my-whatsnew article.content .detail_wrap {
 *	float: left;
 *	width: 155px;
 *	font-size: 129.4%;
 *	color: #217B58;
 *	background: #EBFCB5;
 *	padding: 10px 0 100px 18px;
 *	margin-right: 10px;
 *	margin-bottom: -100px;
 *}
 *#my-whatsnew article.content h2 {
 *	clear: none;
 *	line-height: 2;
 *	font-size: 94.1%;
 *	font-weight: normal;
 *	padding: 15px 0 15px 170px;
 *}
 */
#my-whatsnew #mainwall {	/* KAZ */
	width: 100%;	/* 11.2021 Aki was 1100px */
}
#my-whatsnew #mainwall header.page-header {	/* 11.2021 Aki */
	margin-bottom: 50px;
}
#my-whatsnew #mainwall ul.whatsnew_list {	/* 11.2021 Aki */
	width: 1100px;
	margin: auto;
}


/* =検索結果	08.2022 Aki
----------------------------------------------- */
#my-search #primary {
	background: #F9FDE8;
}
#my-search .entry-content.index_list,
#my-search article .detail_wrap .blogdate,
#my-search article .excerpt img,
#my-search .thumbnail_wrap,
#my-search .wp-caption,
#my-search .caption,
#my-search article .excerpt iframe,
#my-search article.post .area {
	display: none;
}
#my-search #primary article.content {
	clear: both;
	width: 100%;
	background: white;
	padding: 20px 0;
	margin-bottom: 20px;
}
#my-search #primary article.content > .wall {
	width: 1020px;
	margin: 0 auto;
}
#my-search .entry-header {
	padding-top: 0;
}
#my-search .entry-header .area, #my-search article .categories {
	display: inline-block;
}
#my-search .entry-header .area {
	background-image: url(/images/spot/icn/spotlist_marker.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 30px;
	font-weight: bold;
	margin-right: 10px;
}
#my-search .photo.imgonly {
	float: left;
	margin-right: 22px;
}
#my-search .photo.imgonly img {
	width: 213px;
	height: 142px;
	object-fit: cover;
}
#my-search h2.entry-title {
	display: inline;
}
#my-search article .categories {
	font-weight: bold;
	border: 1px solid #80D5B4;
	border-radius: 6px;
	padding: 0 10px;
}
#my-search article .excerpt {
	overflow: hidden;
}
#my-search #spot_intro.wall {
	width: auto;
	padding-top: 0;
}
#my-search article #spot_intro.wall .spot_intro_txt {
	width: auto;
	float: none;
	padding: 0;
}

/* Not Found */
#my-search #primary article.not-found {
	width: 1120px;
	padding-bottom: 200px;
}
#my-search #primary article.not-found p {
	color: #108452;
	font-size: 125%;
	font-weight: bold;
}


/* Front Page Components
----------------------------------------------- */
/* 08.2021 Aki */
#my-top #primary {
	width: 100% !important;
}
#my-top section {
	clear: both;
}
#my-top section .wall {
	margin: 0 auto;
}
#top_mainvisual {
	position: relative;
	text-align: center;
}
#top_mainvisual.imgonly {
	position: relative;	/* DEC-2021 KAZ: ChkHTML */
	padding-top: 50%;	/* DEC-2021 KAZ: ChkHTML */
}
#top_mainvisual.imgonly img {
	position: absolute;	/* DEC-2021 KAZ: ChkHTML */
	object-fit: cover;	/* DEC-2021 KAZ: ChkHTML */
	width: 100%;
	height: 100%;		/* DEC-2021 KAZ: ChkHTML */
	top: 0;			/* DEC-2021 KAZ: ChkHTML */
	left: 0;		/* DEC-2021 KAZ: ChkHTML */
}
#top_mainvisual .caption {
	background-color: #917b4f;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 10px 0 25px;
	line-height: 36px;
	color: white;
}
#top_intro {
	position: relative;	/* SEP-2021 KAZ */
}
#top_intro .wall_wide {
	padding: 30px 0 230px;
	color: #108452;
}
#top_intro h2.descr {
/*	float: left; */
/*	width: 960px; */
	margin-bottom: 33px;	/* SEP-2021 KAZ */
	line-height: 1.667;	/* 30px */
/*	font-size: 105.9%; */	/* 16 * 106.25% * 105.9% = 18px */
}
#top_intro .btn_line {
/*	margin-left: 960px; */
	text-align: center;
}
#top_intro .btn_line a {
	border: #108452 1px solid;
	display: inline-block;	/* SEP-2021 KAZ: was block */
	width: 240px;	/* SEP-2021 KAZ */
	margin-top: 8px;
	line-height: 38px;
	color: inherit;
	font-size: 117.6%;	/* 16 * 106.25% * 117.6% = 20px */
	font-weight: bold;
	text-align: center;
}
#top_intro .weather_wrapper,
#top_intro .weather_wrapper .weather_slider,
#top_intro .weather_wrapper .weather_slider .weather {	/* SEP-2021 KAZ */
	height: 197px;
}
#top_intro .weather_wrapper {
	position: absolute;
	overflow: hidden;
	width: calc(50% - 200px);
	top: 15px;
	left: calc(50% + 200px);
}
#top_intro .weather_wrapper .weather_slider {
	position: absolute;
	width: 837px;
	top: 0;
	left: 0;
}
#top_intro .weather_wrapper .weather_slider .weather {
	background: url(/images/top_weather_bg.png) no-repeat center;
	float: left;
	width: 267px;
	margin: 0 6px;
	padding-top: 16px;
	line-height: 1.1;
}
#top_intro .weather_wrapper .weather_slider .weather > span {
	display: block;
}
#top_intro .weather_wrapper .weather_slider .weather .title {
	margin-bottom: 8px;
	color: #aa9d82;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 0.1em;
	transform-origin: left top;
	transform: rotate(322deg) translate(-24px, 40px);
}
#top_intro .weather_wrapper .weather_slider .weather .area,
#top_intro .weather_wrapper .weather_slider .weather .forecast,
#top_intro .weather_wrapper .weather_slider .weather .temperature {
	text-align: center;
}
#top_intro .weather_wrapper .weather_slider .weather .area,
#top_intro .weather_wrapper .weather_slider .weather .temperature .minmax .number,
#top_intro .weather_wrapper .weather_slider .weather .temperature .minmax .deg {
	color: #459edb;
}
#top_intro .weather_wrapper .weather_slider .weather .area {
	line-height: 1;
	font-size: 26px;	/* FIXED */
	font-weight: bold;
}
#top_intro .weather_wrapper .weather_slider .weather .forecast {
}
#top_intro .weather_wrapper .weather_slider .weather .temperature {
}
#top_intro .weather_wrapper .weather_slider .weather .temperature .minmax {
	display: inline-block;
}
#top_intro .weather_wrapper .weather_slider .weather .temperature .minmax .label,
#top_intro .weather_wrapper .weather_slider .weather .temperature .sep {
	color: #c4c4c4;
}
#top_intro .weather_wrapper .weather_slider .weather .temperature .minmax .label {
	font-size: 13px;	/* FIXED */
}
#top_intro .weather_wrapper .weather_slider .weather .temperature .minmax .number {
	font-size: 27px;	/* FIXED */
	font-weight: bold;
}
#top_intro .weather_wrapper .weather_slider .weather .temperature .minmax .deg {
	font-size: 19px;	/* FIXED */
}
#top_intro .weather_wrapper .weather_slider .weather .temperature .sep {
	margin: 0 10px;
	font-size: 36px;	/* FIXED */
}
#top_intro .weather_wrapper .weather_nav {
	position: relative;
	clear: left;
	width: 279px;
}
#top_intro .weather_wrapper .weather_nav a {
	position: absolute;
	top: 90px;
}
#top_intro .weather_wrapper .weather_nav a.weather_prev {
	left: 30px;
}
#top_intro .weather_wrapper .weather_nav a.weather_next {
	right: 30px;
}
#top_areas {
	background-color: #e6f4ba;
	position: relative;
}
#top_areas::before {
	background: url(/images/top_areas_bg.png) no-repeat center top;
	position: absolute;
	width: 100%;
	top: -240px;
	left: 0;
	padding-top: 31.25%;
	content: '';
}
@media screen and (min-width: 1601px) {
	#top_areas::before {
		background-size: cover;
	}
}
#top_areas .wall {
	position: relative;
	width: 1136px;
	top: -130px;
	left: 0;
/*	margin-bottom: -130px !important; */	/* DEC-2021 KAZ: c/o */
}
#top_areas .areamap {
	float: left;
}
#top_areas .content {
	margin-left: 413px;
}
#top_areas .content .illust {
	float: right;
	margin-top: -36px;
}
#top_areas .content h2.descr {
	clear: none;
	margin-bottom: 25px;
	line-height: 1.667;	/* 40px */
	color: #108452;
	font-size: 150%;	/* 24px */
}
#top_areas .content ul {
	margin: 0;
}
#top_areas .content ul.areamenu {
	float: left;
}
#top_areas .content ul.areatags {
	margin-left: 116px;
}
#top_areas .content ul li {
	list-style-type: none;
	height: 82px;
}
#top_areas .content ul.areamenu li {
}
#top_areas .content ul.areamenu li a {
	border-radius: 20px;
	display: block;
	width: 98px;
	padding: 0 0 0 8px;
	line-height: 40px;
	text-decoration: none;	/* 08.2021 Aki */
	color: white;
	font-size: 156.3%;	/* 25px */
	font-weight: bold;
	letter-spacing: 8px;
	text-align: center;
}
#top_areas .content ul.areamenu li.hokushin a {
	background-color: #217b58;
}
#top_areas .content ul.areamenu li.toshin a {
	background-color: #40b2a9;
}
#top_areas .content ul.areamenu li.chushin a {
	background-color: #40b286;
}
#top_areas .content ul.areamenu li.nanshin a {
	background-color: #40b263;
}
#top_areas .content ul.areamenu li a:hover {
	background-color: #abe07d !important;
	text-decoration: none;
}
#top_areas .content ul.areatags li {
	line-height: 1.667;	/* 30px */
	font-size: 112.5%;	/* 18px */
}
#top_topics,
#top_sns,
#top_blog,
#top_whatsnew {
	position: relative;
/*	overflow: hidden; */
}
/* 08.2021 Aki c/o #top_topics a,
 * #top_blog a,
 * #top_whatsnew a {
 *	color: inherit;
 * } */
#top_topics p a, #top_topics li a, .caption a, .descr a, .another_content h3 > a:not(.externallink), /* Mat added */
.content p a/* 01.2022 Aki added */,
#my-blog .entry-content a/* Mat added 2022.7 */ {
	text-decoration: underline;
}
#top_topics {
	background-color: #f9fde8;
/*	margin-top: -20px; */
/*	padding: 0 0 47px; */
}
#top_topics::before {
	background: url(/images/top_topics_bg.png) no-repeat center top;
	position: absolute;
	width: 100%;
	top: -140px;
	left: 0;
	padding-top: 25%;
	content: '';
}
@media screen and (min-width: 1601px) {
	#top_topics::before {
		background-size: cover;
	}
}
#top_topics .wall_wide {
	position: relative;
	top: -65px;
	left: 0;
	margin-bottom: -20px;
}
#top_topics h2 {
	font-size: 225%;	/* 36px */
	text-align: center;
	color: #917B4F;
	line-height: 80px;
	background: url(/images/bg_line_brown.png)no-repeat center top;
	margin-bottom: 35px;
}
ul.topic_list,
ul.blog_list,
ul.whatsnew_list {
	list-style: none;
	margin: 0;
}
ul.topic_list#top_topics_emergency {	/* KAZ */
	margin-bottom: 40px;
}
ul.topic_list#top_topics_emergency .content li {	/* 11.2022 Aki added */
	line-height: 1.5;
}
ul.topic_list > li { /* Mat added ">" for <ul> in the top_topics_emergency content */
	background: white;
	clear: both;
	overflow: hidden;	/* 07.2022 Aki added */
	min-height: 200px;
	margin-bottom: 24px;	/* KAZ */
	padding: 0 20px;		/* Mat 2023.1 was 50px */
}
ul.topic_list li .img_wrap {
	float: left;
	width: 300px;
		/* Mat 2023.10 c/o and set max-height on ul.topic_list li .img_wrap img for long photos. height: 237px;	/* 11.2021 Aki */
		/* Mat 2023.1 c/o overflow: hidden;	/* 11.2021 Aki */
	padding-top: 15px;	/* Mat 2023.1 was 12px */
}
ul.topic_list li .img_wrap img /* KAZ: added .img_wrap */ /* ,
ul.blog_list li .img_wrap img */ /* KAZ: c/o */ {
	width: 100%;
	height: 100%; /* 11.2021 Aki was auto */
	object-fit: cover;
	object-position: top;
}
ul.topic_list li .img_wrap img {
	max-height: 200px;	/* Mat 2023.10 (see above comment) */
}
.oldtopicyeararchive ul.topic_list li .img_wrap img { /* MAT 2023.6 */
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto
}
body.pc .oldtopicyeararchive ul.topic_list li .img_wrap .caption { /* MAT 2023.6 */
	width: 240px;
	margin: 0 auto;
}
ul.topic_list li .img_wrap, #my-topic .caption {	/* Mat 2023.1 */
	text-align: center;
	line-height: 1.2;
}
ul.topic_list li .detail_wrap {
	padding: 12px 0 12px 325px;	/* KAZ: top/bottom was 10px */
}
ul.topic_list#top_topics_emergency li .detail_wrap {	/* KAZ */
	padding-left: 20px;	/* Mat, was padding-left: 0; */
	padding-right: 20px;
}
ul.topic_list li .date {
	float: left;		/* KAZ */
	line-height: 1.25;	/* 30px; KAZ */
	color: #917B4F;
	font-size: 150%;	/* 24px */
}
ul.topic_list li h3 {	/* KAZ: was .title */
	clear: none;		/* KAZ */
	margin-bottom: 10px;	/* KAZ */
	margin-left: 152px;	/* KAZ */
/*	padding-left: 30px; */
	line-height: 1.364;	/* 30px; KAZ */
	font-size: 137.5%;	/* 22px */
}
ul.topic_list li .detail_wrap ul li {/* Mat for <ul> in the top_topics_emergency content */
	margin-bottom: 6px;
}
ul.topic_list#top_topics_ordinary li .excerpt {
}
ul.topic_list#top_topics_ordinary li .detail_wrap.expanded .excerpt {
	display: none;
}
ul.topic_list#top_topics_ordinary li .content,
ul.topic_list#top_topics_ordinary li .btn_line {
	display: none;
}
ul.topic_list#top_topics_ordinary li .detail_wrap.expanded .content,
ul.topic_list#top_topics_ordinary li .detail_wrap.expanded + .btn_line {
	display: block;
}
ul.topic_list#top_topics_ordinary li .content {
}
ul.topic_list#top_topics_ordinary li .btn_line {
	text-align: center;
}
ul.topic_list#top_topics_ordinary li .btn_line a {
	display: inline-block;
	width: 190px;
	height: 45px;
	color: white;
}
ul.topic_list#top_topics_ordinary li .btn_line a span {
	display: block;
	padding-top: 6px;
	line-height: 39px;
}
ul.topic_list#top_topics_ordinary li .btn_line a span.text {
	background-color: #aa9d82;
	float: left;
	width: 145px;
	font-family: "Josefin Sans", sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
}
ul.topic_list#top_topics_ordinary li .btn_line a span.icon {
	background-color: #917b4f;
	width: 45px;
	margin-left: 145px;
}
ul.topic_list small {	/* Mat for ul list in top_topics_emergency */
	font-size: 98%;
}

#top_topics .linkbtn,
#top_whatsnew .linkbtn {	/* KAZ: added */
	width: 300px;
	margin: 36px auto 0;
}
#top_topics .linkbtn a,
#top_whatsnew .linkbtn a {	/* KAZ: added */
	font-size: 125%;	/* 20px */
	text-align: center;
	text-decoration: none;
	color: white;
	line-height: 40px;
	background: #917B4F;
}
#top_sns,
#top_blog {
	background: #f9fde8;
	border-top: solid 2px #217b58;
	padding: 45px 0;
}
#top_sns {
}
#top_sns h2, #top_blog h2 {
	font-size: 206.3%;	/* 33px */
	text-align: center;
	color: #217B58;
}
#top_sns h2 small {
	font-size: 65%;
}
#top_sns .linkbtn_wrap {
/*	overflow: hidden; 11.2021 Aki */
	width: 650px;
	margin: auto;
	display: flex;	/* 11.2021 Aki */
	justify-content: center;
}
#top_sns .linkbtn_wrap .linkbtn {
	width: 310px;
/*	float: left; 11.2021 Aki */
}
#top_sns .linkbtn_wrap .linkbtn a {
	display: block;
	font-size: 156.3%;	/* 25px */
	font-weight: 700;
	line-height: 53px;
	text-decoration: none;	/* 08.2021 Aki */
	color: white;
	background: url(/images/icon_fb_white.png) no-repeat center right 75px #217B58;
	padding-left: 75px;
}
#top_sns .linkbtn_wrap .linkbtn.twitter a {
	background-image: url(/images/icon_twitter_white.png);
	margin-left: 30px;
}
ul.blog_list li {
/*	clear: both;	08.2021 Aki */
	float: left;
}
#top_sns #sb_instagram #sbi_images {	/* Mat */
	padding: 0 !important;
}
ul.blog_list li, #top_sns #sb_instagram #sbi_images .sbi_item /* Mat added , #top_sns .. and !important */ {
	width: 200px !important;
	 /* Mat c/o to adjust to the design padding-top: 1em; */
}
ul.blog_list li:not(:last-child), #top_sns #sb_instagram #sbi_images .sbi_item:not(:last-child)  {
	margin-right: 50px !important;
}
.blog_list .img_wrap {
/*	width: 200px; */	/* KAZ: moved */
/*	height: 150px; */
	margin-bottom: 10px;
}
.blog_list .img_wrap .img_blog {
/*	background-size: 100% auto;
 *	background-repeat: no-repeat;
 *	display: block;
 *	width: 100%;
 *	height: 100%;
 */
	width: 200px;		/* KAZ: moved */
	height: 150px;
	object-fit: cover;	/* KAZ */
}
.blog_list .photo {
/*	width: 50px;	08.2021 Aki */
/*	height: 50px;	08.2021 Aki */
/*	margin-right: 1em;	08.2021 Aki */
	line-height: 0;
}
.blog_list .date, .blog_list .category {
/*	font-size: 80%;	08.2021 Aki */
	color: #838383;
}
.blog_list .title {
	font-size: 125%;	/* 20px */
	line-height: 1.25;	/* Mat 2023.1 was 1.45 */
	color: #217B58;
}
.blog_list .excerpt {
	font-size: 100%;	/* 16px */
	line-height: 1.25;
}

#top_whatsnew {
	padding: 45px 0 0;	/* 08.2022 Aki fixed */
}
#top_whatsnew .wall {
	width: 1100px;		/* KAZ */
}
#top_whatsnew h2 {
	font-size: 187.5%;	/* 30px */
	text-align: center;
	font-weight: normal;
	color: #217B58;
	margin-bottom: 10px;
}
ul.whatsnew_list:last-child {
	border-bottom: solid 2px #217B58;
}
ul.whatsnew_list li {
	clear: both;
	overflow: hidden;
	border-bottom: solid 2px #217B58;
}
ul.whatsnew_list li:first-child {
	border-top: solid 2px #217B58;
}
ul.whatsnew_list li .date {
	float: left;
	width: 155px;
	font-size: 129.4%;	/* 22px */
	color: #217B58;
	background: #EBFCB5;
	padding: 10px 0 200px 18px;
/*	margin-right: 10px;	08.2022 Aki c/o */
	margin-bottom: -200px;	/* Aki:縦いっぱいに背景色を表示する/paddingとセット */
}
ul.whatsnew_list li .title {
	font-size: 100%;	/* 16px */
	padding: 15px 15px 15px 165px;
}
ul.whatsnew_list li a{
	text-decoration: underline;
}
ul.whatsnew_list li a:hover{
	text-decoration: none;
}


#clickable_map {
	position: relative;
	background: #E6F4BA;
	padding: 50px 0 100px;
}
#clickable_map::after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 120px;
	background: url(/images/bg_wave_yellow.png)no-repeat top center / 100% auto;
	bottom: 0;
}

/* Fixed Page Components
----------------------------------------------- */



/* Spot Lobby Page Components
----------------------------------------------- */
.sf-field-taxonomy-area .children {	/* Mat 市町村名 */
	display: none;
}
.sf-field-search,
.sf-field-sort_order {	/* KAZ */
	display: none !important;
}
.spotlist .date {
	clear: both;
}
.spotlist .spot .info h2 ruby rt,
.spotlist .spot .info h2 ruby rp,
#gmap_wrapper .gmap .gm-style-iw-d .spotname ruby rt,
#gmap_wrapper .gmap .gm-style-iw-d .spotname ruby rp {	/* タイトル内のフリガナは非表示 */
	display: none;
}
#gmap_wrapper {
	position: relative;
	min-height: 45px;
}
#gmap_wrapper .gmap {
	width: 100%;
	height: 690px;
}
body.single #gmap_wrapper .gmap {	/* 08.2022 Aki added */
	height: 200px;	/* OCT-2022 KAZ: was 190px; mouse operation does not work if less than 200px */
}
#gmap_wrapper .gmap iframe {
	width: 100%;
	height: 100%;
}
#gmap_wrapper .open-map,
#event_calendar .calendar .open-calendar {	/* DEC-2022 KAZ: added */
	height: 45px;
}
#gmap_wrapper .open-map {
	position: absolute;
	width: 227px;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
#gmap_wrapper .open-map a,
#gmap_wrapper .open-map a span,
#event_calendar .calendar .open-calendar a span {	/* DEC-2022 KAZ: added */
	display: block;
}
#gmap_wrapper .open-map a,
#event_calendar .calendar .open-calendar a {	/* DEC-2022 KAZ: added */
	line-height: 39px;
	color: white;
	text-align: center;
}
#gmap_wrapper .open-map a span,
#event_calendar .calendar .open-calendar a span {	/* DEC-2022 KAZ: added */
	padding-top: 6px;
}
#gmap_wrapper .open-map a span.text,
#event_calendar .calendar .open-calendar a span.text {	/* DEC-2022 KAZ: added */
	background-color: #40b263;
	float: left;
	font-family: "Josefin Sans", sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-transform: uppercase;
}
#gmap_wrapper .open-map a span.text {
	width: 182px;
}
#gmap_wrapper .open-map a span.icon,
#event_calendar .calendar .open-calendar a span.icon {	/* DEC-2022 KAZ: added */
	background-color: #108452;
	width: 45px;
}
#gmap_wrapper .open-map a span.icon {
	margin-left: 182px;
}
#gmap_wrapper .open-map a span.icon img,
#event_calendar .calendar .open-calendar a span.icon img {	/* DEC-2022 KAZ: added */
	transition: transform 0.3s;
}
#gmap_wrapper .open-map a.opened span.icon img,
#event_calendar .calendar.opened .open-calendar a span.icon img {	/* DEC-2022 KAZ: added */
	transform: rotate(180deg);
}


/* ===================================== 以下、ito ===================================== */
/*タイトルパーツ*/
.circle-ttl h2,
.page .entry-content .circle-ttl h2,
.single .entry-content .circle-ttl h2,	/* 01.2021 Aki added:.page .entry-content */
#my-access h3 {	/* Mat added */
	text-align: center;
	background-image: url(/images/spot/near_bg.png);
	background-repeat: no-repeat;	/* 07.2022 Aki was repeat-x */
	background-position: center top;
	padding-top: 70px;
	line-height: 45px;
	margin-bottom: 0;
}
#my-access h3 + .wall {
	margin-top: 20px;
}
#my-access .circle-ttl > h2 {	/* Mat added */
	background-image: none;
	padding-top: 60px;
}
#my-access #accesstransportation.circle-ttl h2 {
	padding-top: 0;
}
#my-access #localtransportation {
	border-top: 4px solid #108452;
	clear: both;
	margin-top: 120px;
}
@media screen and (min-width: 1601px) {	/* KAZ */
	.circle-ttl h2,
	.page .entry-content .circle-ttl h2,
	.single .entry-content .circle-ttl h2,
	#my-access h3 {	/* 01.2021 Aki added:.page .entry-content */
		background-size: cover;
	}
}
.circle-ttl h2 span, #my-access h3 span {
	display: inline-block;
	padding: 0 130px 0 130px;	/* 08.2022 Aki left & right was 150px */
	font-size: 33px;
	color: #108452;
	text-align: center;
	background-image:url(/images/spot/near_ttl_left.png), url(/images/spot/near_ttl_right.png);
	background-repeat:no-repeat, no-repeat;
	/* background-position:left 10px,  right bottom 15px; */
	background-position:left 10px,  right 10px;
	min-height: 100px;
	max-width: 700px;	/* Mat */

}
#spot_searchform .circle-ttl h2 span.line1{
	padding-top: 20px;
}
.circle-ttl .bg,
.circle-ttl_bg{
	background-color: #E6F4BA;
	padding: 30px 0;
	padding-bottom: 0;	/* 07.2022 Aki added */
	overflow: hidden;	/* Mat 2022.10 for https://shinshu.net/museum/bunbu#neighbor */
}
#my-access .circle-ttl .bg {	/* Mat added */
	padding: 0;
}
.page .entry-content .square-ttl h2,
.single .entry-content .square-ttl h2{	/* 01.2021 Aki added:.page .entry-content */
	text-align: center;
	background-image: url(/images/square-ttl_bg.png);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #e6f4ba;
	padding-top: 140px;
	line-height: 45px;
	margin-bottom: 0;
}
@media screen and (min-width: 1601px) {	/* KAZ */
	.square-ttl h2,
	.page .entry-content .square-ttl h2,
	.single .entry-content .square-ttl h2 {	/* 01.2021 Aki added:.page .entry-content */
		background-size: cover;
	}
}
.square-ttl h2 span{
	display: inline-block;
	padding: 0 150px 0 150px;
	font-size: 33px;
	color: #40B286;
	text-align: center;
	background-image:url(/images/spot/near_ttl_left.png), url(/images/spot/near_ttl_right.png);
	background-repeat:no-repeat, no-repeat;
	/* background-position:left 10px,  right bottom 15px; */
	background-position:left 10px,  right 10px;
	min-height: 100px;
}
.square-ttl h2 span.line1{
	padding-top: 20px;
}
.square-ttl .bg,
.square-ttl_bg{
	overflow: hidden;	/* 08.2022 Aki added */
	background-color: #F9FDE8;
	padding: 30px 0;
}

/*コンテンツ幅*/
.w1020{
	width: 1020px;
	margin: 0 auto;
}
.w780{
	width: 780px;
	margin: 0 auto;
}
.w590{
	width: 590px;
	margin: 0 auto;
}


/*ロビーページ＝entry-header */
.entry-title {
	/* OCT-2021 KAZ: moved to Content part */
}
.entry-header {
	/* OCT-2021 KAZ: moved to Content part */
}
.lobbypage .entry-header h1 {	/* OCT-2021 KAZ: added .page *//* 12.2021 Aki: fixed .lobbypage */
	float: left;
}
#spot_intro{
	padding-top: 30px;
}
#spot_intro.wall{
	width: 1020px;
	margin: auto;
}
#spot_intro.wall .spot_intro_txt{
	width: 725px;
	float: right;
	padding-top: 20px;
	padding-bottom: 50px;
}
#my-music #spot_intro.wall .spot_intro_txt {
	width: 95%;
}
#spot_intro.wall .spot_intro_txt a{
	text-decoration: underline;
}
#spot_intro.wall .spot_intro_txt a:hover{
	text-decoration: none;
}

#spot_intro .warning{
	margin-top: 20px;
	font-weight: bold;
	background-color: #F9FDE8;
	padding: 10px;
}

/*ロビーページ＝スポット検索*/
#spot_searchform{
	padding-top: 40px;
}
#my-event #spot_searchform {	/* AUG-2022 KAZ: ChkHTML; カレンダーを先頭に移動 */
	margin-top: -100px;
	padding-top: 0;
}
.spot_searchform_map{
	float: left;
	width: 200px;
	padding-top: 30px;
}
.searchandfilter .sf-field-taxonomy-area {
	border-top: 2px solid #108452;
	border-bottom: 2px solid #108452;
	min-height: 250px;	/* DEC-2022 KAZ */
	padding-left: 143px;
	padding-bottom: 95px;/*全エリアボタンabsoluteのため下に余白*/
}
.searchandfilter .sf-field-taxonomy-area > ul{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px 35px; /* Mat 2022.7 added 10px */
}
.searchandfilter .sf-field-taxonomy-museumcategory,
.sf-field-taxonomy-agricategory{
	clear: both;
	padding: 25px 0 0;
}
.sf-field-taxonomy-area .children{
	display: block;
}

/*都道府県の検索〜チェックボックスをボタン風に*/
.searchandfilter input {
	display: none;
}
.searchandfilter ul{
	margin: 0;
}
.searchandfilter .sf-field-taxonomy-area > ul li{
	color: #838383;
}
.searchandfilter .sf-field-taxonomy-area > ul li label{
	cursor: pointer;
}
.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > label {
	color: #fff;
	font-size: 25px;
	border-radius: 30px;
	padding: 2px 10px 0 20px !important;
	letter-spacing: 10px;
	font-weight: bold;
}
/*.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0:nth-of-type(1) > label{
 *	background-color: #40B263;
 *}
 *.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0:nth-of-type(2) > label{
 *	background-color: #80D5B4;
 *}
 *.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0:nth-of-type(3) > label{
 *	background-color: #40B286;
 *}
 *.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0:nth-of-type(4) > label{
 *	background-color: #40B2A9;
 *}
 */	/* DEC-2022 KAZ: revised as follows */
.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > input[value="hokushin"] + label {
	background-color: #40B263;
}
.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > input[value="toshin"] + label {
	background-color: #80D5B4;
}
.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > input[value="chushin"] + label {
	background-color: #40B286;
}
.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > input[value="nanshin"] + label {
	background-color: #40B2A9;
}
.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > input:checked + label,
/* .searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > label:hover */	/* DEC-2022 KAZ: revised as follows */
.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > input[value="hokushin"] + label:hover,
.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > input[value="toshin"] + label:hover,
.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > input[value="chushin"] + label:hover,
.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > input[value="nanshin"] + label:hover {
	color: #FFF;
	background: #917b4f;	/* DEC-2021 KAZ was #0f8452; Mat was #ABE07D*/
}
.sf-field-taxonomy-area .children {
	float: right;
	width: 260px;
}
.searchandfilter .sf-field-taxonomy-area ul li ul.children li{
	float: left;
	padding-top: 0;
	padding-bottom: 0;
}
/*.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > input:not(:checked) + label + ul.children li > input:checked + label,
 *.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > input:not(:checked) + label + ul.children li > label:hover
 */
.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 > ul.children li > input:checked + label,
.searchandfilter .sf-field-taxonomy-area > ul li.sf-level-0 >  ul.children li > label:hover
{
	font-weight: bold; /* DEC-2021 KAZ: was (親が選択されている時を除く); Mat was text-decoration: underline; boldにしないと選択されていることがわかりにくい */
	color: #636363;	/* Mat 2022.8 SPでは色も濃くしないとわかりにくい */
}

/*form.searchandfilter ul li.sf-field-taxonomy-area + li:not(.sf-field-taxonomy-onsencategory) ul li.sf-level-0 > label::before{
*	content: "";
*	position: absolute;
*	top: 50%;
*	right: -26px;
*	margin-top: -20px;
*	border: 20px solid transparent;
*	border-left: 16px solid #e6f4ba;
*	z-index: 2;
*}
*form.searchandfilter ul li.sf-field-taxonomy-area + li:not(.sf-field-taxonomy-onsencategory) ul li.sf-level-0 > label::after{
*	content: "";
*	position: absolute;
*	top: 50%;
*	right: -30px;
*	margin-top: -22px;
*	border: 22px solid #e6f4ba;
*	border-left: 17px solid #0f8452;
*	z-index: 1;
*} 09.2022 Aki c/ p */

form.searchandfilter ul li.sf-field-taxonomy-area + li:not(.sf-field-taxonomy-onsencategory) ul li.sf-level-0 > label::after {	/* 09.2022 Aki added */
	content: "";
	position: absolute;
	top: -2px;
	right: -28px;
	width: 30px;
	height: calc(100% + 4px);
	background: url(/images/arrow_categories.svg)no-repeat center / 100% 100%;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li:not(.sf-field-taxonomy-onsencategory) ul li.sf-level-0 > label:hover::after,
form.searchandfilter ul li.sf-field-taxonomy-area + li:not(.sf-field-taxonomy-onsencategory) ul li.sf-level-0 > label:active::after,
form.searchandfilter ul li.sf-field-taxonomy-area + li:not(.sf-field-taxonomy-onsencategory) ul li.sf-level-0.sf-option-active > label::after {	/* 09.2022 Aki added */
	background: url(/images/arrow_categories_hover.svg)no-repeat center / 100% 100%;
}

/*ロビーページ＝史跡・美術館・博物館*/
form.searchandfilter ul li.sf-field-taxonomy-area + li{
	color: #217B58;
	font-size: 24px;
}

form.searchandfilter ul li.sf-field-taxonomy-area + li:not(.sf-field-taxonomy-onsencategory) ul li.sf-level-0{
	clear: both;
	overflow: hidden;
	padding: 12px 0 12px 0;	/* MTL Mat 2021.11 was 0 0 25px */
}
form.searchandfilter ul li.sf-field-taxonomy-area + li:not(.sf-field-taxonomy-onsencategory):not(.sf-field-taxonomy-eventcategory) ul li.sf-level-0:last-of-type{
	padding-bottom: 0;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li:not(.sf-field-taxonomy-onsencategory) ul li.sf-level-0 > label{
	width: 123px;
	margin-right: 20px;
	text-align: center;
	padding: 0;
	padding-top: 5px;
	position: relative;
	border: 2px solid #108452;
	box-sizing: border-box;
	float: left;
	line-height: 34px;
}



/*農と食のみ個別設定*/
#my-agri form.searchandfilter ul li.sf-field-taxonomy-agricategory ul li.sf-level-0 > label{
	width: 200px;	/* 08.2022 Aki  !important削除 */
}
/*ハイキングのみ個別設定*/
#my-hike form.searchandfilter ul li.sf-field-taxonomy-hikecategory ul li.sf-level-0 > label{
	width: 300px;	/* 08.2022 Aki  !important削除 */
}
/*アウトドアのみ個別設定*/
#my-outdoor form.searchandfilter ul li.sf-field-taxonomy-outdoorcategory ul li.sf-level-0 > label{	/* 08.2022 Aki added */
	width: 230px;	/* Mat 2022.9 was 200 */
}
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-outdoorcategory ul li ul.children {	/* 08.2022 Aki added */
	width: 750px;	/* Mat 2022.9 */
}
/*イベント・花の見頃のみ個別設定*/
#my-event form.searchandfilter ul li.sf-field-taxonomy-eventcategory ul li.sf-level-0 > label {
	width: 300px;	/* DEC-2021 KAZ: was 200px */	/* 08.2022 Aki  !important削除 */
}
form.searchandfilter ul li.sf-field-taxonomy-area + li ul li ul.children{
	float: right;
	width: 877px;
	margin-left: 0;
	overflow: hidden;
}
/*農と食のみ個別設定*/
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-agricategory ul li ul.children{
	width: 780px;	/* 08.2022 Aki  !importantを削除 */
}
/*ハイキングのみ個別設定*/
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-hikecategory ul li ul.children{
	width: 680px;	/* 08.2022 Aki  !importantを削除 */
}
/*イベント・花の見頃のみ個別設定*/
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory ul li ul.children{
	width: 680px;	/* DEC-2021 KAZ: was 780px */	/* 08.2022 Aki  !importantを削除 */
}
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-hikecategory ul li ul.children li{
	padding-bottom: 0;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li ul li ul.children li{
	float: left;
	padding: 0 10px 0;
	padding-bottom: 15px;/*25*/
	line-height: 34px;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li ul li ul.children li:last-of-type{
	padding-bottom: 0;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li ul li ul.children label{
	border: 2px solid #0f8452;
	border-radius: 50px;
	padding: 5px 20px 0 ;
	text-align: center;
	line-height: 34px;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li ul li.sf-level-0 > input:checked + label,
form.searchandfilter ul li.sf-field-taxonomy-area + li ul li.sf-level-0 > label:hover,
/*form.searchandfilter ul li.sf-field-taxonomy-area + li ul li.sf-level-0 > input:not(:checked) + label + ul.children li > input:checked + label,
 *form.searchandfilter ul li.sf-field-taxonomy-area + li ul li.sf-level-0 > input:not(:checked) + label + ul.children li > label:hover
 */
form.searchandfilter ul li.sf-field-taxonomy-area + li ul li.sf-level-0 > ul.children li > input:checked + label,
form.searchandfilter ul li.sf-field-taxonomy-area + li ul li.sf-level-0 > ul.children li > label:hover
{
	background-color: #0f8452;
	color: #fff;
	cursor: pointer;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li ul li.sf-level-0 > input:checked + label::before,
form.searchandfilter ul li.sf-field-taxonomy-area + li:not(.sf-field-taxonomy-onsencategory) ul li.sf-level-0 > label:hover::before{
	border-left: 15px solid #0f8452;
}
/* form.searchandfilter ul li.sf-field-taxonomy-area + li ul li.sf-level-0 > input:checked + label::before,
form.searchandfilter ul li.sf-field-taxonomy-area + li ul li.sf-level-0 > label:hover::before{
	border-left: 15px solid #0f8452;
} */

.spot .photo a,
.shortspotlist .spot {
	position: relative;
}
.spot .photo a::after,
.shortspotlist .spot::after {
	content: "";
	display: block;
	color: white;
	background-color: #e85f84;
	font-size: 93.8%;	/* 15px */
	line-height: 25px;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0 5px;
}
.shortspotlist .spot::after {
	font-size: 80%;
	line-height: 15px;
}
.spot .photo a::before {
	content: "";
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
}
.spot .photo a:hover::before {
	z-index: 1;
}
.spot .photo a.new::before {	/* NEW */
	content: url(/images/icon_event_new.png) !important/* Mat 2023.8 added to override .timely */;
}
.spot .photo a.timely::before {	/* 旬 */
	content: url(/images/icon_event_timely.png);
}
.spot .photo a.cancellation::after,
.shortspotlist .spot.cancellation::after {
	content: "中止";
}
.spot .photo a.ended::after,
.shortspotlist .spot.ended::after {
	content: "終了";
}
.spot .photo a.holding::after,
.shortspotlist .spot.holding::after {
	content: "開催中";
}


/* ハイキングのみ ＝ 難易度の星の設定 */
form.searchandfilter ul li.sf-field-taxonomy-level{
	/* MTL Mat c/o border-top: 2px solid #0f8452; */
	margin-top: 0;
	padding: 1rem 0 0/* MTL Mat added*/;
}
form.searchandfilter ul li.sf-field-taxonomy-level ul {
	overflow: hidden;
}
form.searchandfilter ul li.sf-field-taxonomy-level ul li{
	float: left;
}
form.searchandfilter ul li.sf-field-taxonomy-level ul li label{
	position: relative;
	font-size: 0;
}
form.searchandfilter ul li.sf-field-taxonomy-level ul li.sf-item-191 label::before{
	content: 'レベル';
	font-size: 24px;	/* MTL Mat was 1rem */
	vertical-align: 3px;
	color: #0f8452;	/* MTL Mat was #000000 */
	padding-right: 10px;
}
form.searchandfilter ul li.sf-field-taxonomy-level ul li label::after{
	color: #80D5B4;
	font-size: 30px;
}
form.searchandfilter ul li.sf-field-taxonomy-level ul li.sf-item-191 label::after{
	content: '★';

}
form.searchandfilter ul li.sf-field-taxonomy-level ul li.sf-item-192 label::after{
	content: '★★';
}
form.searchandfilter ul li.sf-field-taxonomy-level ul li.sf-item-193 label::after{
	content: '★★★';
}
form.searchandfilter ul li.sf-field-taxonomy-level ul li.sf-item-194 label::after{
	content: '★★★★';
}
form.searchandfilter ul li.sf-field-taxonomy-level ul li input:checked + label::after,
form.searchandfilter ul li.sf-field-taxonomy-level ul li label:hover::after{
	color: #0f8452;
}


#spot_searchform .form-additionals input[type="submit"],
#spot_searchform .form-additionals input[type="button"],
#spot_searchform .form-additionals button {
	cursor: pointer;
	border: 2px solid #0f8452;
	font-size: 25px;
	background: none;
	color: #0f8452;
	padding: 0 20px;
	margin: 10px  0 30px;	/* MTL Mat was 25px 0; */
	line-height: 45px;
	transition: .5s;
}
#spot_searchform .form-additionals input[type="submit"]:hover,
#spot_searchform .form-additionals input[type="button"]:hover,
#spot_searchform .form-additionals button:hover{
	background-color: #0f8452;
	color: #fff;
}
.g_line{
	border-top: 2px solid #0f8452;
}
/* ロビーページ＝全エリアボタンの位置 */
#spot_searchform .wall {
	position: relative;
}
#spot_searchform .form-additionals .clear_areas {
	position: absolute;
	visibility: hidden;	/* DEC-2022 KAZ: spotmap.js で visible */
	width: 100%;
	top: 485px;	/* 初期値: spotmap.js で調整; 09.2022 Aki was 450px */
	left: 0;
	text-align: center;
}
/*_::-webkit-full-page-media, _:future, :root #spot_searchform .form-additionals .clear_areas {
 *	top:410px;
 *}
 */	/* DEC-2022 KAZ: c/o */

/*ロビーページ＝キーワード検索*/
.keyword_search{
	padding: 25px 0;
}
.keyword_search label {
	display: inline-block;
}
.keyword_search label span.label{
	font-size: 24px;
	color: #0f8452;
	padding-right: 15px;
	line-height: 53px;

}
.keyword_search input[type="text"]{
	width: 480px;
	line-height: 53px;
	font-size: 20px;
	border: 2px solid #0f8452;
	padding: 0 10px;
	margin-right: 15px;
}
#spot_searchform .form-additionals .keyword_search button.keyword_search_submit{
	line-height: 53px !important;
	position: absolute;
	margin: 0;
}
/* MTL Mat c/o .clear_categories{
 *	border-top: 2px solid #0f8452;
 *} */

/*ロビーページ＝スポット一覧*/
.square-ttl_bg.pt0{
	padding-top: 0;
}
.form-additionals .sort_order{
	padding-bottom: 0;
	padding-top: 25px;	/* 07.2022 Aki added */
}
.form-additionals .sort_order a{
	font-size: 16px;
	color: #636363;	/* Mat changed to same value and reason as the above .searchandfilter .sf-field-taxonomy-area > .., was #838383 */
	padding: 0 15px;
}
.form-additionals .sort_order a.current,
.form-additionals .sort_order a:hover {	/* DEC-2021 KAZ */
	font-weight: bold;
	text-decoration: none;
}
.spotlist{
	padding-top: 25px;
	padding-bottom: 25px;	/* Mat 2022.11 was 150px, too large?; 07.2022 Aki added */
}
#my-access .spotlist {
	padding-bottom: 0;
}
.spotlist .info .alignright {	/* Mat 2022.10 to adjust w/ .alignleft title (consulted kaz) */
	padding: 3px 0;
}
body:not(.sp) .spotlist .info a.externallink:after {	/* Mat for https://shinshu.net/access */
	vertical-align: middle;
}
.spotlist h3.category_name {	/* AUG-2022 KAZ: added; 種類順のとき */
	text-align: center;
}
.spotlist .category_descr {	/* SEP-2022 KAZ: added; 種類順のとき */
	width: 1020px;
	margin: 0 auto 20px;
	line-height: 1.667;
}
.spotlist .spot{
	background-color: #fff;
	margin-bottom: 20px;
	padding: 20px 0;
}
#my-access .spotlist .spot:last-child {
	margin-bottom: 0;
}
.spotlist .spot .wall{
	width: 1020px;
	margin: auto;
	display: grid;
	grid-template-columns: 213px 1fr;
	gap: 22px;
}
body:not(#my-access) .spotlist .spot .photo a{
	display: block;
	height: 142px;
}
.spotlist .spot .photo a img{
	width: 213px;
	height: 142px;
	object-fit: cover;
}
.spotlist .spot .photo .caption {/* Mat for https://shinshu.net/access#localtransportation */
	line-height: 1.2;
	font-size: 90% !important;
	padding-top: 4px;
}

.spotlist .spot .info a{
	color: #000;
}
.spotlist .category_descr a,/* Mat added */
.spotlist .spot .info a:not(:first-child){/* not area, but like 春宮 in https://shinshu.net/event?_sft_eventcategory=setsubun  */
	text-decoration: underline;
}
.spotlist .spot .info h2, #my-search h2, .linklist .track_this_link /* Mat added #my-search for search result display and .linklist for https://shinshu.net/links  */ {
	font-size: 137.5%;	/* 11.2022 Aki was 22px */
	padding: 0 25px 0 0;
}
.spotlist .spot .info .number,
.spotlist .spot .info h2,
.spotlist .spot .info .popularity,
.content_txtarea .popularity {
	float: left;
	clear: unset;
}
.spotlist .spot .info .area,
.spotlist .spot .info .category
/* .spotlist .spot .info .scale 07.2022 Aki co */{
	float: left;
}
.spotlist .spot .info .scale{
	display: inline;	/* 07.2022 Aki added */
/*	margin-left: 5px; 07.2022 Aki co */
}
.spotlist .spot .info .excerpt{
	clear: both;
	padding-top: 10px;
}
.spotlist .spot .info .number{
	height:28px;
	width:28px;
	line-height:28px;
	border-radius:50%;
	text-align:center;
	color: #fff;
	font-weight: bold;
	background-color: #40B2A9;
	display: inline-block;
	margin-right: 10px;
	margin-top: 4px;
	font-size: 75%;	/* 07.2022 Aki */
}
#my-areas #areas_museum .spotlist .spot .info .number {	/* SEP-2022 KAZ: ChkHTML */
	background-color: #40b295;
}
#my-areas #areas_agri .spotlist .spot .info .number {	/* SEP-2022 KAZ: ChkHTML */
	background-color: #b2b240;
}
#my-areas #areas_hike .spotlist .spot .info .number {	/* SEP-2022 KAZ: ChkHTML */
	background-color: #4040b2;
}
#my-areas #areas_outdoor .spotlist .spot .info .number {	/* SEP-2022 KAZ: ChkHTML */
	background-color: #53b240;
}
#my-areas #areas_onsen .spotlist .spot .info .number {	/* SEP-2022 KAZ: ChkHTML */
	background-color: #b27940;
}
#my-areas #areas_event .spotlist .spot .info .number {	/* SEP-2022 KAZ: ChkHTML */
	background-color: #4066b2;
}
.spotlist .spot .info .lavelseason{
	font-size: 13px;
	background-color: #917B4F;
	font-weight: bold;
	line-height: 20px;	/* MTL Mat was 15px */
	color: #fff;
	border-radius: 3px;
	padding: 2px 5px 0;
	margin-right: 10px;
	display: inline-block;
	vertical-align: 1px;		/* MTL Mat this seems to be nice. */
}
_::-webkit-full-page-media, _:future, :root .spotlist .spot .info .lavelseason {
	padding-top: 0;
}
/* #my-hike .spotlist .excerpt~p{
	display: table-cell;
	vertical-align: middle;
} */

.spotlist .spot .info h2{
	background: none;
	margin-bottom: 0;
	text-align: left;	/* 08.2022 Aki added */
	line-height: 1.25;	/* 09.2022 Aki added */
	padding: 5px 0;	/* 09.2022 Aki added */
	max-width: calc(100% - 38px);	/* 09.2022 Aki added */
}
.spotlist .spot .info h2 a{
	text-decoration: none;
}
.spotlist .spot .info h2 a:hover{
	text-decoration: underline;
}
.spotlist .spot .info .popularity, .content_txtarea .popularity {
	color: #707070;
	font-weight: bold;
	font-size: 21px;	/* Mat */
}
.content_txtarea .popularity {	/* Mat */
	margin: -6px 5px 0 15px;
}
.spotlist .spot .info .popularity {	/* 09.2022 Aki added */
	display: inline;
	float: none;
	padding-left: 15px;
}
.spotlist .spot .info .popularity .label, .content_txtarea .popularity .label {
	padding-right: 5px;
	background: none;
}
.spotlist .spot .info .popularity .value, .content_txtarea .popularity .value {/* Mat */
	font-size: 17px;
	vertical-align: middle;
	font-weight: normal;
}
.spotlist .spot .info .area{
	background-image: url(/images/spot/icn/spotlist_marker.png) ;
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 30px;
	font-weight: bold;
	float: left;	/* 07.2022 Aki added */
}
.spotlist .spot .info .big-cat, #spot-header .entry-header__info .big-cat /* Mat merged */ {
	border-radius: 6px;
	padding: 1px 10px;	/* MTL Mat 1px for .sm-cat has border 1px */
}
.spotlist .spot .info .big-cat {
	background-color: #80D5B4;
	font-weight: bold;
	margin: 0 5px;	/* NOV-2021 KAZ: was 0 5px 0 25px */
	margin-left: 0;	/* 08.2022 AKi added */
		/* Mat c/o (no meaning, this caused ...-cat display block) float: left; */
}
.spotlist .spot .info .big-cat:first-of-type {
	margin-left: 15px;	/* MAT 2022.7 was 25px too large for https://shinshu.net/event;  NOV-2021 KAZ: added instead */
}
#spot-header .entry-header__info .big-cat {
	background-color: #DBDBDB; /* Mat changed */
	margin-right: 10px;
	margin-bottom: 5px;	/* Mat for multiple lines ex: https://shinshu.net/agri/habiro */
}
.spotlist .spot .info .type{
	float: left;
	margin-left: 15px/* MTL Mat was 5px, too short for https://shinshu.net/onsen */;
}
.spotlist .spot .info .sm-cat {
	margin-right: 5px;	/* NOV-2021 KAZ: was 15px */
	font-weight: bold;
		/* Mat c/o float: left; */
}
.spotlist .spot .info .big-cat:last-of-type,
.spotlist .spot .info .sm-cat:last-of-type {
	margin-right: 15px;	/* NOV-2021 KAZ: added instead */
}
.spotlist .spot .info .sm-cat, .date .outline /* Mat added */ {
	border-radius: 6px;
	padding: 0 10px;
	border: 1px solid #80D5B4;
}
.spotlist .spot .info .scale .value{
	font-weight: bold;
	height:28px;
	width:28px;
	line-height:28px;	/* 08.2022 Aki was 30px*/
	border-radius:50%;
	text-align:center;
	color: #000;
	font-weight: bold;
	background-color: #80D5B4;
	display: inline-block;
	margin-left: 5px;
}
/* NOV-2021 KAZ: 個別なしのリスト (styleの数値は Mat modified) */
#spot_results .spotlist .shortspotlist {
	display: flex;
	flex-wrap: wrap;
}
#spot_results .spotlist .shortspotlist .spot {
	width: 240px;
	padding: 5px 10px 10px;
	font-size: 80%;	/* Mat was 90% */
	line-height: 1.5;	/* Mat added */
	display: flex;	/* 09.2022 Aki added */
	flex-wrap: wrap;	/* 09.2022 Aki added */
	align-items: flex-start;	/* 06.2023 Aki added */
}
#spot_results .spotlist .shortspotlist .spot:not(:nth-child(4n+1)) {
	margin-left: 20px;
}
#spot_results .spotlist .shortspotlist .spot h2 {
	float: none;
	margin: 0 0 8px;
	padding: 6px 0 0;
	line-height: 1.1;
	clear: none;
	font-size: 110%;
	color: inherit;
	text-align: left;
	width: calc(50% - 5px);	/* 09.2022 Aki added */
	order: 1;	/* 09.2022 Aki added */
}
#spot_results .spotlist .shortspotlist .spot h2.noimage {	/* 09.2022 Aki added */
	width: 100%;	/* Mat 2022.11 was auto, https://shinshu.net/agri の"山三酒造"等でtitleの右の"東信/上田市～真田六文銭"は下に回り込む方が良いので */
}
#spot_results .spotlist .shortspotlist .spot h2 a:not(.externallink) {
	text-decoration: underline;
}
#spot_results .spotlist .shortspotlist .spot .photo {
	float: right;
	margin: 3px 0 5px 6px;
}
#spot_results .spotlist .shortspotlist .spot .photo img {
	width: 90px;
	height: 60px;
	object-fit: cover;
}
#spot_results .spotlist .shortspotlist .spot .info .area,
#spot_results .spotlist .shortspotlist .spot .info .big-cat,
#spot_results .spotlist .shortspotlist .spot .info .sm-cat,
#spot_results .spotlist .shortspotlist .spot .info .tag {
	margin-bottom: 5px;
}
#spot_results .spotlist .shortspotlist .spot .info .area {
	background-image: none;
	float: none;
	padding-left: 0;
}
#spot_results .spotlist .shortspotlist .spot .info .big-cat:first-of-type {
	margin-left: 0;
}
#spot_results .spotlist .shortspotlist .spot .info .big-cat:last-of-type,
#spot_results .spotlist .shortspotlist .spot .info .sm-cat:last-of-type {
	margin-right: 0;
}
  /* -- Mat added from here */
#spot_results .spotlist .shortspotlist .spot > .alignright {
	max-width: 50% !important;
	margin-left: 5px;
	float: none;	/* 09.2022 Aki added */
	order: 2;	/* 09.2022 Aki added */
}
#spot_results .spotlist .shortspotlist .spot .info .area,
#spot_results .spotlist .shortspotlist .spot .info .big-cat,
#spot_results .spotlist .shortspotlist .spot .info .sm-cat,
#spot_results .spotlist .shortspotlist .spot .info .tag,
#spot_results .spotlist .shortspotlist .spot .info .date,
#spot_results .spotlist .shortspotlist .spot .info > p,
#spot_results .spotlist .shortspotlist .spot .info .hallinfo {
	font-size: 90%;
	line-height: 1.2;
}
#spot_results .spotlist .shortspotlist .spot .info .area,
	line-height: 1.4;
}
#my-music #spot_results .spotlist .shortspotlist .spot .info .area {
	float: left;
}
#my-music #spot_results .spotlist .shortspotlist .spot .info .hallinfo {
	float: right;
}
#spot_results .spotlist .shortspotlist .spot .info .big-cat,
#spot_results .spotlist .shortspotlist .spot .info .sm-cat,
#spot_results .spotlist .shortspotlist .spot .info .date .outline {
	border-radius: 4px;
	padding: 0 5px;
}
#spot_results .spotlist .shortspotlist .spot .info .date .outline,
#spot_results .spotlist .shortspotlist .spot .info .sm-cat,
#spot_results .spotlist .shortspotlist .spot .info .tag {	/* 12.2022 Aki added */
	line-height: 1.8;
}
#spot_results .spotlist .shortspotlist .spot .info .big-cat {
	padding-top: 2px;
	padding-bottom: 1px;
	margin-left: 0;
}
#spot_results .spotlist .shortspotlist .spot .info .sm-cat {
	margin-left: 0;
	margin-right: 2px;
}
#spot_results .spotlist .shortspotlist .spot .info .tag {
	padding: 3px;
	font-weight: bold;
}

#spot_results .spotlist .shortspotlist .spot .info > p {
	clear: both;
	line-height: 1.3;
}
#spot_results .spotlist .shortspotlist .spot .date .outlinewrapper {
	min-width: 0;
	margin-right: 0;
	margin-top: 1px;	/* 12.2022 Aki was 5px */
/*	margin-bottom: 5px; 12.2022 Aki c/o */
}
.spotlist .spot.short {
	position: relative;
}
#spot_results .spotlist .shortspotlist .spot .wp-caption {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;	/* Mat 2022.11 was 0.5em */
	line-height: 1.03;
}
#spot_results .spotlist .shortspotlist .spot .info {
	order: 3;
	margin-top: 5px;	/* 06.2023 Aki added */
}
#spot_results .spotlist .shortspotlist .spot .info .scale .value {
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 90%;
}
#spot_results .spotlist .shortspotlist .spot .wp-caption .wp-caption-text {
	padding: 2px 0 0 1px;	/* 06.2023 Aki added left 1px */
	text-align: left;
	line-height: 1;
	width: 100%;	/* Mat 2023.1 added   */
	bottom: 0;
}

.spotlist .spot.short .entry-meta {
	position: absolute;
	bottom: 0;
	right: 10px;	/* 09.2022 Aki was 40px */
}

/*ロビーページ＝独断おすすめ*/
#ourrecommendation{
/*	background-color: #E6F4BA; 11.2021 Aki */
/*	background-image: url(images/museum/square-ttl_w_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat; 11.2021 Aki moved */
	overflow: hidden;
	text-align: center;
	margin-top: -100px;	/* 07.2022 Aki added */
/*	padding-bottom: 175px; 11.2021 Aki moved */
}
#ourrecommendation .circle-ttl_bg {	/* 11.2021 AKi */
	background-image: url(/images/square-ttl_w_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: 200px;	/* 07.2022 Aki was 175px */
}
#ourrecommendation .another_content{
	display: inline-block;
	vertical-align: top;
	width: 181px;
	margin-right: 10px;
	margin-top: 37px;
}
#ourrecommendation .another_content:last-of-type{
	margin-right: 0;
}
#ourrecommendation .another_content img{
	width: 181px;
	height: 121px;
	object-fit: cover;
	display: block;
}
#ourrecommendation .another_content .content_txtarea{
	padding: 0 10px;	/* Mat added "0 " */
	background-color: #fff;
	text-align: left;
	min-height: 278px;/*いらないかも*/
}
#ourrecommendation .another_content,
#ourrecommendation .another_content a{
	font-size: 12px;
	font-weight: bold;
}
#ourrecommendation .another_content a:nth-of-type(2) {
/*	background: url(images/spot/ourrecommendation_icn_marker.png) no-repeat 0 50%;
	padding-left: 20px;
 11.2021 Aki */}
#ourrecommendation .another_content .area a:nth-of-type(1) {	/* 11.2021 Aki */
	background: url(/images/spot/ourrecommendation_icn_marker.png) no-repeat 0 50%;
	padding-left: 20px;
}
#ourrecommendation .another_content .area {
	display: block;
}
#ourrecommendation .another_content .post_txt{
	font-size: 16px;
	font-weight: normal;
	line-height: 1.5;	/* Mat added these */
	margin: 8px 0;
}
#ourrecommendation .another_content a h3{
	font-size: 22px;
	margin-bottom: 5px;
	line-height: 1.1;/* Mat added these */
 	padding-top: 15px;
}
#ourrecommendation .another_content .big-cat{
	display: inline-block;
	background-color: #80D5B4;
	padding: 3px 5px;
	border-radius: 5px;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 3px;
}

/*ロビーページ＝ハイキングのみ*/
#my-hike .spotlist {
	padding-bottom: 0;
}
#my-hike .spotlist .info .alignleft,
#my-hike .spotlist .info .alignright{
	float: none;
	margin-left: 0;
	display: block;
	width: 100%;
	overflow: hidden;
}
#my-hike .spotlist .info .alignleft{
	margin-bottom: .5rem;
}
#my-hike .spotlist .info .walktime{
	display: inline-block;
	margin-left: 1rem;
}
#my-hike .spotlist .spot .info .type{
	margin-top: -.4rem;
}
.type .levelimage{
	color: #80D5B4;
	font-size: 1.5rem;
	vertical-align: -.1rem;
}
li.sf-field-taxonomy-level {	/* Mat */
	position: relative;
	padding-bottom: 130px !important;
}
li.sf-field-taxonomy-level h4 {	/* Mat */
	position: absolute;
	top: 75px;
	font-weight: normal;
	background-color: #F9FDE8;
	padding: 13px;
	margin: 0 20px;
	border-radius: 2px;
}
#hike_attention {
	padding-bottom: 150px;
}
#hike_attention .descr {
	font-weight: bold;	/* 08.2022 Aki */
	line-height: 1.875;
	background: url(/images/spot/icn/icn_attention.svg)no-repeat top 17px left 22px white;
	padding: 25px 30px 35px 144px;
}


/*ロビーページ＝温泉のみ*/
.sf-field-taxonomy-onsencategory{
	text-align: center;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-onsencategory ul li{
	display: inline-block;
	margin: 15px 15px 0 15px;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-onsencategory ul li label{
	border: 2px solid #0f8452;
	border-radius: 50px;
	padding: 5px 20px 0;
	text-align: center;
	line-height: 34px;
	color: #217B58;
	font-size: 24px;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-onsencategory ul li > input:checked + label,
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-onsencategory ul li > label:hover{
	background-color: #0f8452;
	color: #fff;
	cursor: pointer;
}
.facility_list{
	list-style: none;
	clear: both;
}
.facility_list li{
	padding: 10px 0;
}
.facility_list li{
	border-top: 1px solid #838383;
}
.facility_list .name{
	font-size: 18px;
	font-weight: bold;
	color: #0f8452;
	display: inline-block;
	line-height: 1.3;	/* Mat for long name like 渋温泉 */
	margin: 0.3em 0;
}
.facility_list .features{
	display: inline-block;
	float: right;
}
.facility_list .features .feature{
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	background-color: #E6F4BA;
	padding: 0 5px;
	border-radius: 6px;
	display: inline-block;
	margin-right: 10px;
}
.facility_list .info{
	overflow: hidden;
}
.facility_list .info div{
	display: inline-block;
}

/*ロビーページ＝イベントのみ Mat (not in design) */
.date .outlinewrapper {
	display: inline-block;
 	min-width: 8em;
	margin-right: 5px;
}
/* Mat c/o "すべて表示" が共通なので form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory{
 *	border-bottom: 2px solid #108452;
 * } */
/*form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory ul li label {
 *	border: 2px solid #0f8452;
 *	border-radius: 50px;
 *	padding: 5px 20px 0;
 *	text-align: center;
 *	line-height: 34px;
 *	color: #217B58;
 *	font-size: 24px;
 *}
 *form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory ul{ text-align: center; }
 *form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory ul li.sf-level-0,
 *form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory ul li.sf-level-0 ul.children{
 *	display: inline-block;
 *	width: auto !important;
 *}
 *form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory ul li.sf-level-0,
 *form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory ul li.sf-level-0:last-of-type{
 *	padding: 20px 0 11px;
 *}
 */
/*月表示*/
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory + li{
	text-align: center;
	width: 650px;
	margin: auto;
	padding: 0;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory + li ul {	/* AUG-2022 KAZ */
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory + li li.sf-level-0 {
	display: inline-block;
	padding: 0;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory + li li.sf-level-0:first-child {
	order: 11;	/* AUG-2022 KAZ: 1月を11番目に */
}
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory + li li.sf-level-0:nth-child(2) {
	order: 12;	/* AUG-2022 KAZ: 2月を12番目に */
}
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory + li li.sf-level-0 label{
	border: 2px solid #0f8452;
	border-radius: 50px;
	padding: 5px 20px 0;
	text-align: center;
	line-height: 34px;
	color: #217B58;
	font-size: 24px;
	cursor: pointer;
/*	margin-left: 12px; */
/*	margin-top: 30px; */
	margin: 30px 6px 0;	/* AUG-2022 KAZ */
}
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory + li li.sf-level-0 input:checked + label,	/* JUL-2022 KAZ: ChkHTML */
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory + li li.sf-level-0 label:hover{
	background-color: #0f8452;
	color: #fff;
	cursor: pointer;
}
form.searchandfilter ul li.sf-field-taxonomy-area + li.sf-field-taxonomy-eventcategory + li li.sf-level-0 label::after{
	content:'月';
}
.page-id-267 .form-additionals .clear_categories button{
	margin-top: 30px !important;
	margin-bottom: 23px !important;
}
#my-event .spotlist {	/* 07.2022 Aki added */
	padding-bottom: 50px;
}


/*カレンダー*/
.square-ttl_bg + p{ display: none; }/*カレンダーの上の<p>にかかる余白を削除*/
#event_calendar {
	background-color: #F9FDE8;
	margin-top: 290px;	/* AUG-2022 KAZ: ChkHTML; 先頭に移動 */
	padding-top: 50px;	/* AUG-2022 KAZ: ChkHTML; 先頭に移動 */
	padding-bottom: 150px;	/* 07.2022 Aki was 55px おすすめ表示がかぶってしまうため */
}
#event_calendar h2 {
	font-size: 36px;
	color: #108452;
	text-align: center;
	border-top:3px solid #ABE07D;
	border-bottom:3px solid #ABE07D;
	padding: 5px 0 0;
}
#event_calendar .calendar .open-calendar {	/* DEC-2022 KAZ: added */
	/* See also #gmap_wrapper .open-map */
	margin-top: -7px;
	text-align: center;
}
#event_calendar .calendar .open-calendar a {	/* DEC-2022 KAZ: added */
	display: inline-block;
	width: 314px;
}
#event_calendar .calendar .open-calendar a span.text {	/* DEC-2022 KAZ: added */
	width: 269px;
}
#event_calendar .calendar .open-calendar a span.icon {	/* DEC-2022 KAZ: added */
	margin-left: 269px;
}
#event_calendar .calendar .wpfc-calendar-wrapper {	/* DEC-2022 KAZ: added */
	display: none;
}
#event_calendar .calendar.opened .wpfc-calendar-wrapper {	/* DEC-2022 KAZ: added */
	display: block;
}
#event_calendar .calendar h2{
	font-size: 36px !important;
	border-top: none;
	border-bottom: none;
	width: 100%;
	display: block;
	margin-bottom: 10px !important;	/* DEC-2021 KAZ */
	line-height: 1.2;	/* DEC-2021 KAZ */
	word-spacing: 2em;	/* DEC-2021 KAZ */
}
#event_calendar .calendar h2::first-line {	/* DEC-2021 KAZ */
	display: block;
	font-size: 16px !important;
}
#event_calendar .calendar h2 + button{
	border: 1px solid #40B2A9;
	background: none;
	padding: 0;
	margin: 0;
	text-align: center;
	display: block;
	width: 100%;
	font-size: 16px !important;
	color: #40B2A9;
	opacity: 1;
	cursor: pointer !important;
}
#event_calendar .calendar h2 + button:hover{
	background-color: #40B2A9;
	color: #fff;
}
/*初期設定リセット*/
.fc-toolbar .fc-left,
.fc-toolbar .fc-right{ float: none !important;}
/*並び替え再指定*/
.fc-toolbar.fc-header-toolbar{
	display: grid;
	grid-template-columns: repeat(3, 100px);
	justify-content: center;
	align-items: start;
}
.fc-toolbar .fc-left{
	order: 1;
}
.fc-toolbar .fc-center{
	order: 2;
	text-align: center;
}
.fc-toolbar .fc-right{
	order: 3;
	text-align: right;
}
.fc-toolbar .fc-right button{
	float: none !important;
}
.fc-toolbar .fc-clear{
	display: none;
}
.fc-left , .fc-right{
	padding-top: 25px;	/* 07.2022 Aki was 15px */
}
/*前月次月の設定*/
.fc-toolbar .fc-left button,
.fc-toolbar .fc-right button{
	background-color: none;
	background: none;
	border: none;
	font-size: 18px !important;
	color: #838383;
}
.fc-toolbar .fc-left button:hover,
.fc-toolbar .fc-right button:hover{
	color: #0f8452;
}
/*カレンダーのスタイル*/
.ui-widget-content,
.ui-widget-header{
	border: none !important;
	background: none !important;
}
.ui-widget-header{
	text-align: center;
}
.ui-widget-header span{
	font-size: 18px !important;
	background-color: #C4C4C4;
	border-radius: 50%;
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
}
.fc .fc-row .fc-content-skeleton td.fc-day-top{
	text-align: center;
	border-right: 1px solid #40B286 !important;
}
.fc-day.ui-widget-content{
	border-right: 1px solid #40B286 !important;
}
.fc .fc-row .fc-content-skeleton td.fc-day-top:last-of-type,
.fc-day.ui-widget-content:last-of-type{
	border-right: none !important;
}
.fc-ltr .fc-basic-view .fc-day-top span.fc-day-number{
	float: none !important;
	font-size: 22px !important;
	position: relative;
	display: block;
}
.fc-ltr .fc-basic-view .fc-day-top span.fc-day-number::after{
	position: absolute;
	bottom:0;
	left: 0;
	content: "";
	width: 68px;
	height: 1px;
	background-color: #838383;
	left: 50%;
	transform: translateX(-50%);
}
.fc-basic-view .fc-body .fc-row{
	border-bottom: 3px solid #40B286 !important;
}
.calendar .wpfc-calendar-wrapper .wpfc-calendar.fc table{
	border-bottom: 0;	/* DEC-2022 KAZ */
	border-spacing: 0 7px !important;/* Mat 2022.7 was 0 10px  */
	border-collapse: separate;
}
.calendar .wpfc-calendar-wrapper .wpfc-calendar.fc .fc-row .fc-content-skeleton table {
	min-height: 135px;	/* DEC-2021 KAZ */
}
wpfc-calendar-wrapper .fc-head td.fc-head-container {
	margin-right: 0 !important;	/* DEC-2021 KAZ */
}
.fc-scroller.fc-day-grid-container {
	overflow: visible !important;	/* DEC-2021 KAZ */
	height: auto !important;	/* DEC-2021 KAZ */
	margin-top: -20px;
}
 /* Mat 2022.7 added  */
.fc-toolbar.fc-header-toolbar {
	margin-bottom: 0 !important;
}
.wpfc-calendar-wrapper .wpfc-calendar-search {
	margin-bottom: 5px !important;
}
/*土日の色設定*/
.calendar .wpfc-calendar-wrapper .wpfc-calendar.fc table .fc-head .fc-sat span{
	background-color: #459EDB;
}
.calendar .wpfc-calendar-wrapper .wpfc-calendar.fc table .fc-body .fc-sat span{
	color: #459EDB;
}
.calendar .wpfc-calendar-wrapper .wpfc-calendar.fc table .fc-head .fc-sun span{
	background-color: #E85F84;
}
.calendar .wpfc-calendar-wrapper .wpfc-calendar.fc table .fc-body .fc-sun span{
	color: #E85F84;
}
/*カラのtd高さ設定*/
.calendar .wpfc-calendar-wrapper .wpfc-calendar.fc table .fc-body td.ui-widget-content table tbody td:not(.fc-event-container){
	height: 25px;	/* DEC-2021 KAZ: was 100px */
}
.calendar .wpfc-calendar-wrapper .wpfc-calendar.fc table .fc-body td.ui-widget-content table tbody td.fc-event-container + td{
	height: auto;
}
/* 各イベント */
.fc-event-container .fc-day-grid-event,
.wpfc-calendar .fc-event-container .fc-day-grid-event.fc-not-start,
.wpfc-calendar .fc-event-container .fc-day-grid-event.fc-not-end {	/* JUL-2022 KAZ */
	padding: 3px 8px;
}
.fc-event-container .fc-day-grid-event {	/* JUL-2022 KAZ */
	border-radius: 5px;
}
.fc-event-container .fc-day-grid-event[href^="http"] {	/* JUL-2022 KAZ */
	text-decoration: underline;
}
.fc-event-container .fc-day-grid-event.wpfc-more {
	background-color: #108452 !important;
	border-color: #108452 !important;
}
.calendar .wpfc-calendar-wrapper .wpfc-calendar.fc .fc-week .fc-content-skeleton table tbody tr:nth-child(n+7) {	/* JUL-2022 KAZ: header.phpのjavascriptで展開 */
	display: none;
}
.calendar .wpfc-calendar-wrapper .wpfc-calendar.fc .fc-week .fc-content-skeleton table tbody.expanded tr:nth-child(n+7) {	/* JUL-2022 KAZ: header.phpのjavascriptで展開 */
	display: table-row;
}
.fc-content span {
	font-size: 16px !important;
}


/*ロビーページ＝wallの処理*/
#spot_searchform .wall,
#spot_results .wall,
#spot_results .spotlist .shortspotlist,	/* NOV-2021 KAZ */
.search-filter-results #gmap_wrapper {
	width: 1020px;
	margin: 0 auto;
}
.search-filter-results .spotlist .notfound {	/* Mat not in design */
	font-size: 30px;
	color: #0f8452;
	text-align: center;
	margin-bottom: 60px;
}

/* Spot Page Components
----------------------------------------------- */
#spot-header .entry-title{
	font-size: 36px;
	color: #108452;
	font-weight: bold;
	text-align: center;
	padding: 50px 0 35px;
	line-height: 1.3;	/* For https://shinshu.net/onsen/nozawa on SP, padding was 40px 0 25px */
}
body.pc #spot-header .entry-title{	/* Mat for long titles like https://shinshu.net/event/mizubash */
	margin: 0 20px;
}
#spot-header img{
	max-width: 100%;
	margin: 0 auto;
}

/*ヘッダー・インフォメーション*/
#spot-header .entry-header__info {
	overflow: hidden;
	padding-top: 60px;	/* SEP-2022 MAT: was 15px; KAZ: swapped the order */
/*	padding-bottom: 10px; */
}
#my-onsen #spot-header .entry-header__info {	 /* Mat 2022.9 added */
	padding-top: 25px;
}
#spot-header .entry-header__info span{
	display: inline-block;
}
#spot-header .entry-header__info span.place{
	background-image: url(/images/spot/icn/spotlist_marker.png);
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 30px;
}
/*左側*/
#spot-header .entry-header__info >div:first-of-type{
	float: left;
	line-height: 30px;
}
#spot-header .entry-header__info .sm-cat{
	border: 1px solid #DBDBDB;	/* Mat changed from background */
	border-radius: 5px;
	padding: 0 10px;
	margin-right: 15px;
}
#spot-header .entry-header__info .scale__circle{
	position: relative;
	padding-left: 20px;
	z-index: 10;
		/* Mat c/o font-weight: bold; */
}
#spot-header .entry-header__info .scale__circle:after{
	position: absolute;
	left:13px;
	bottom:0;
	content: '';
	border-radius: 50%;
	width: 30px;
	height: 30px;
	background-color: #DBDBDB;
	z-index: -1;

}

/*右側*/
#spot-header .entry-header__info >div:last-of-type{
	float: right;
	line-height: 30px;
}
#spot-header .entry-header__info >div:last-of-type ul{
	margin: 0;
	text-align: right;
}
#spot-header .entry-header__info >div:last-of-type li{
	display: inline-block;
}
#spot-header .entry-header__info >div:last-of-type li a{
	color: #838383;
	display: grid;
	align-items: center;
	grid-template-columns: repeat( 3 , auto );
	justify-content: right;
}
#spot-header .entry-header__info >div:last-of-type li a:hover{
	text-decoration: none;
	color: #40b286;
}
#spot-header .entry-header__info .goto.goto__want{
	padding-right: 20px;
}
/* AUG-2021 KAZ: WP ULike counter-styles */
#spot-header .entry-header__info .goto.goto__want .wpulike {
	padding: 0;
	line-height: inherit;
}
#spot-header .entry-header__info .goto.goto__want .wpulike-heart .wp_ulike_general_class {
	box-shadow: none;
	padding: 0;
}
#spot-header .entry-header__info .goto.goto__want .wpulike .wp_ulike_put_text {
	min-width: 0;
	line-height: inherit;
	font-size: inherit;
}
#spot-header .entry-header__info .goto.goto__want .wpulike-heart .wp_ulike_put_text {
	padding: 0;
	color: inherit;
	font-weight: inherit;
}
#spot-header .entry-header__info .goto.goto__want .wpulike-heart .wp_ulike_put_text span.icon {
	font-family: Roboto, sans-serif;
	font-size: 22px;
}
#spot-header .entry-header__info .goto.goto__want .wpulike-heart .wp_ulike_is_liked .wp_ulike_put_text span.icon {
	color: red;
}
#spot-header .entry-header__info .goto.goto__want .wpulike-heart .count-box {
	padding: 0 0 0 5px;
	line-height: inherit;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
#spot-header .entry-header__info a{
	text-decoration: underline;
}
#spot-header .entry-header__info a:hover{
	text-decoration: none;
}


#spot-header .image_switch_img_wrapper {
	position: relative;
	overflow: hidden;
	margin-bottom: 15px;	/* 拡大表示部分とサムネイル部分間のマージン */
}
#spot-header .image_switch_img {
	background-color: white;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	z-index: -9999;
	text-align: center;
}
#spot-header .image_switch_img:first-child {	/* 最初に表示する画像 == 1番目 */
	position: static;
}
#spot-header .image_switch_img .inner,
#spot-header .image_switch_img .inner img {
	max-width: 100%;
}
#spot-header .image_switch_img .inner {
	display: inline-block;
	position: relative;
}
/* Mat c/o for ここにも list #spot-header .image_switch_img */ .inner .caption, .inner .wp-caption-text {
	background-color: #917B4F;	/* Mat design for museum is #75648d, but this color of onsen & hike design is better, I think. */
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.3em 0.5em;		/* Mat 2022.9 0 0.5em */
	line-height: 1.3;	/* Mat 2022.9 was 2, too big for multiple lines */
	color: white;
}
#spot-header .image_switch_thumb_wrapper,
#spot-header .image_switch_thumb_wrapper .image_switch_thumb,
/* #spot-header .image_switch_thumb_wrapper .overlay */
#spot-header .image_switch_thumb_wrapper .image_switch_thumb .overlay {	/* AUG-2022 KAZ: new version */
	height: 128px;	/* サムネイルの高さ */
}
#spot-header .image_switch_thumb_wrapper .image_switch_thumb,
/*#spot-header .image_switch_thumb_wrapper .overlay */
#spot-header .image_switch_thumb_wrapper .image_switch_thumb .overlay {	/* AUG-2022 KAZ: new version */
	width: 192px;	/* サムネイルの幅 */
}
#spot-header .image_switch_thumb_wrapper {
	position: relative;
}
#spot-header .image_switch_thumb_wrapper .image_switch_thumb {
	float: left;
	position: relative;	/* AUG-2022 KAZ: new version */
	overflow: hidden;
	text-align: center;
	/* position: relative;	下記"拡大画像の縦横比より～"の position: absolute がある場合に活かす */
}
#spot-header .image_switch_thumb_wrapper .image_switch_thumb:not(:first-child) {
	margin-left: 15px;	/* サムネイル間のマージン */
}
#spot-header .image_switch_thumb_wrapper .image_switch_thumb img {
	cursor: pointer;
}
/* #spot-header .image_switch_thumb_wrapper .overlay { */	/* 現在拡大表示している画像を薄暗く表示する場合かぶせるスタイル */
#spot-header .image_switch_thumb_wrapper .image_switch_thumb .overlay {	/* AUG-2022 KAZ: new version */
	background-color: rgba(0,0,0,0.4);
	display: none;	/* AUG-2022 KAZ */
	position: absolute;
	top: 0;
	left: 0;
}
#spot-header .image_switch_thumb_wrapper .image_switch_thumb.current .overlay {	/* AUG-2022 KAZ: new version */
	display: block;
}
#spot-header .inner .caption {
	bottom: 0;
	font-size: inherit;
}

#spot-header + .entry-content {	 /* Mat 2022.9 added */
	padding-top: 0;
}

/*ヘッダー・インフォメーション = ハイキングのみ*/
#my-hike.single-hike #spot-header .walktime,
#my-hike.single-hike #spot-header .type{
	display: inline-block;
}
#my-hike.single-hike #spot-header .entry-header__info .big-cat {
	background-color: #80D5B4;
}
#my-hike.single-hike #spot-header .walktime{
	margin-right: 10px;
}


/*営業時間などのインフォーメーション*/
#spot-post_txt{
	padding-top: 30px;
}
.spot-information,
.spot-information_around{
	padding: 30px 0;
}
.spot-information {	 /* Mat 2022.9 added */
	padding-top: 20px;
}
.spot-information table,
.spot-information_around table,
:not(.onsen) > #spot-header .entry-header__info /* Mat 2022.9 added */{
	width: 780px;
}
.spot-information table,
.spot-information_around table{
	margin: auto;
	border-top: 1px solid #888;
}
.spot-information table th,
.spot-information table td,
.spot-information_around table th,
.spot-information_around table td{
	padding: 15px;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	vertical-align: middle;
}
.spot-information table td,
.spot-information_around table td{	/* Mat for long URLs of multile lines */
	line-height: 1.6;
}
.spot-information table td a,
.spot-information_around table td a{
	word-break: break-all;	/* Mat for long URL string like https://shinshu.net/museum/agata */
}
.spot-information table th,
.spot-information_around table th{
	padding-left: 65px;
	width: 250px;
	line-height: 1.2;	/* Mat for SP long "アクセス：公共交通" */
}
.spot-information table p,
.spot-information_around table p{
	margin-bottom: 0;
}
.spot-information .date,
.spot-information_around .date{
	background: url(/images/spot/icn/icn_calender.svg) no-repeat 9px 50%;
}
.spot-information .address,
.spot-information_around .address{
	background: url(/images/spot/icn/icn_marker.svg) no-repeat left 9px top 50%;
}
.spot-information .acc,
.spot-information_around .acc{
	background: url(/images/spot/icn/icn_access.svg) no-repeat left 0 top 50%;
	background-size: 50px;
}
.spot-information .acc_car,
.spot-information_around .acc_car{
	background: url(/images/spot/icn/icn_car.svg) no-repeat left 0 top 50%;
}
.spot-information .acc_tran,
.spot-information_around .acc_tran{
	background: url(/images/spot/icn/icn_train.svg) no-repeat left 0 top 50%;
}
.spot-information .operation,
.spot-information_around .operation{
	background: url(/images/spot/icn/icn_clock.svg) no-repeat left 6px top 50%;
}
.spot-information .closed_days,
.spot-information_around .closed_days{
	background: url(/images/spot/icn/icn_calender.svg) no-repeat left 6px top 50%;
}
.spot-information .fee,
.spot-information_around .fee{
	background: url(/images/spot/icn/icn_enn.svg) no-repeat left 14px top 50%;

}
.spot-information .tel_no,
.spot-information_around .tel_no{
	background: url(/images/spot/icn/icn_tel.svg) no-repeat left 12px top 50%;
}
.spot-information .web_url,
.spot-information_around .web_url{
	background: url(/images/spot/icn/icn_web.svg) no-repeat left 12px top 50%;
}
.spot-information .web_url~td a,
.spot-information_around .web_url~td a,
.spot-information .weather~td a, .spot-information th.address~td a:first-of-type/* MTL Mat added */,
.spot-information .livecam~td a {
	text-decoration: none;
}
.spot-information .web_url~td a:hover,
.spot-information_around .web_url~td a:hover,
.spot-information .weather~td a:hover, .spot-information th.address~td a:hover /* MTL Mat added */ ,
.spot-information .livecam~td a:hover{
	text-decoration: underline;
}
.spot-information .attendant,
.spot-information_around .attendant{
	background: url(/images/spot/icn/icn_attendant.svg) no-repeat left 12px top 50%;
}
.spot-information .altitude,
.spot-information_around .altitude{
	background: url(/images/spot/icn/icn_elevation.svg) no-repeat left 0 top 50%;
}
.spot-information .weather,
.spot-information_around .weather{
	background: url(/images/spot/icn/icn_weather.svg) no-repeat left 0 top 50%;
}
.spot-information .livecam,
.spot-information_around .livecam{
	background: url(/images/spot/icn/icn_livecam.svg) no-repeat left 10px top 50%;
}
.spot-information .onsen,
.spot-information_around .onsen {	/* 09.2022 Aki added */
	background: url(/images/spot/icn/icn_onsen.svg) no-repeat left 5px top 50%;
}
.spot-information .ski,
.spot-information_around .ski {	/* 09.2022 Aki added */
	background: url(/images/spot/icn/icn_ski.svg) no-repeat left 10px top 50%;
}
.spot-information .alignleft,
.spot-information_around .alignleft{
	margin-right: 0;
}
.spot-information .youtube,
.spot-information_around .youtube{
	text-align: center;
	padding: 30px 0;
}
.spot-information .youtube iframe,
.spot-information_around .youtube iframe{
	width: 590px;
}
.spot-information a, .spot-information th.address~td a.spotlink {
	text-decoration: underline;
}
.spot-information a:hover {
	text-decoration: none;
}
.snslinks{
	display: inline-block;
	float: right;
/*	line-height: 30px; 07.2022 Aki */
	height: 30px;	/* 07.2022 Aki */
}
.spot-information .snslinks a{
	vertical-align: middle;
	display: inline-block;
	width: auto;
	height: 100%;
	margin: 0 10px 0 0;
	text-decoration: none;
}
.snslinks a img {
	height: 100%;
	width: auto;
}

/*ハイキングのみ（投稿を表示）~営業時間などのインフォーメーションの下*/
.hike_contentpost{
	padding: 50px 0 0/* Mat 2022.7 added 0 */;
}

#my-hike .spot-information {	/* Mat 2022.7 added */
	padding-bottom: 0;
}

/*Google Map*/
.acf-map {
	width: 100%;
	height: 400px;
}
.acf-map img {
   max-width: inherit !important;
}
.mapnote {	/* Mat added */
	text-align: right;
	font-size: 125%;	/* 07.2022 Aki */
	font-weight: 600;	/* 07.2022 Aki */
}

/*アクセスハイク*/
#accesshike{
	width: 780px;
	margin: 30px auto 0;
	position: relative;
	padding-bottom: 50px;
}
#accesshike *{
	position: relative;
	z-index: 10;
}
#accesshike::after{
	position: absolute;
	content:'';
	top:0;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	width: 100vw;
	background-color: #F9FDE8;
	z-index: 1;
}
#map h2, #accesshike h2, .LinkLibraryCat h3 {
	color: #108452 !important;
	font-size: 33px;
	font-weight: bold;
	padding: 30px 0 15px;
	text-align: center;
	margin-bottom: 0;/* Mat 2022.7 added*/
}
#accesshike h3{
	font-size: 24px;
	color: #40B286;
	padding-left: 70px;
}
#accesshike h3:first-of-type{
	background: url(/images/spot/icn/icn_car.svg) no-repeat 0 50%;
}
#accesshike h3:nth-of-type(2){
	background: url(/images/spot/icn/icn_train.svg) no-repeat 0 50%;
	margin-top: 35px;
}
#accesshike h4,
#accesshike ul {
	background-color: #fff !important;
	background: 15px;
	margin: 0;
}
#accesshike h4{
	font-size: 18px;
	color: #40B286;
	margin-top: 25px;
	padding: 20px;
}
#accesshike h4:first-of-type,
#accesshike h4.accesspublictitle_sub{
	margin-top: 0;
}
#accesshike ul{
	padding: 10px 20px 0 20px;
}
#accesshike ul,
#accesshike p{
	padding: 20px;
}
#accesshike h4 + ul{
	padding-top: 0;
}
#accesshike ul li {
	list-style: none;
	background: url(/images/spot/accesshike_arr.png) no-repeat 0 6px;
	padding-left: 35px;
	padding-bottom: 10px;
	line-height: 1.5;
}
#accesshike h2 + p{
	padding-top: 0;
}
#accesshike p{
	/* background: url(images/spot/accesshike_arr.png) no-repeat 15px 20px;
	padding-left: 50px; */
	background: none;
	background-color: unset;
	padding-left: 0;
	padding-right: 0;
}
#course {
	width: 780px;
	margin: auto;
	padding-bottom: 30px;
	padding-top: 45px;
}
#course a, #accesshike a {
	text-decoration: underline;
}
#course a:hover, #accesshike a:hover {
	text-decoration: none;
}
#course a strong{
	font-weight: normal;
}
#course a:hover{
	text-decoration: none;
}
#course .link-btn a{
	text-decoration: none;
	font-size: 24px;
	margin: 10px;
	padding: 5px 35px 0;
}
#course .coursepart .link-btn{
	margin-bottom: 55px;
}
#course h2{
	background: url(/images/spot/ttl_course.png) no-repeat 0 0;
	color: #108452;
	font-size: 33px;
	font-weight: bold;
	text-align: center;
	padding: 70px 0 20px;
	margin-bottom: 0;
}

#course h3{
	color: #917B4F;
	font-size: 23px;
	text-align: center;
	background: url(/images/spot/ttl_course01.png) no-repeat 0 0;
	padding: 90px 0 10px;
	font-weight: bold;
}
#course .coursepart{
	overflow: hidden;
	margin-bottom: 20px;
}
#course .coursepart:last-of-type{
	margin-bottom: 0;
}
#course .coursepart:nth-of-type(2) h3{
	background: url(/images/spot/ttl_course02.png) no-repeat 0 -7px;
	padding-top: 120px;
}
#course .coursepart:nth-of-type(3) h3{
	background: url(/images/spot/ttl_course03.png) no-repeat 0 0;
	padding-top: 120px;
}
#course .coursepart:nth-of-type(4) h3{
	background: url(/images/spot/ttl_course04.png) no-repeat 0 0;
	padding-top: 120px;
}
/* インラインポップアップ OCT-2021 KAZ */
.popup_container {
	display: none;
}
.fancybox-container .fancybox-bg {
	background-color: rgba(0,0,0,0.25);
}
.fancybox-slide--html .coursemap_popup {
	background: transparent;
	padding: 15px 15px 0;
}
.coursemap_popup .inner {
	background-color: white;
	padding: 20px;
}
.coursemap_popup .inner .map {
	text-align: center;
}
.coursemap_popup .inner .permission {
	line-height: 1.5;
	color: black;
	font-size: 9px;
}
.fancybox-slide--html .coursemap_popup .fancybox-close-small {
	width: 35px;
	height: 35px;
	padding: 0 0 5px 5px;
	color: #0f8452;
	opacity: 1;
}


/*とっておき情報*/
#spot-special{
	width: 780px;
	margin: auto;
	padding-bottom: 10px;	/* Mat was 30px too large with .date (not in design), esp. on SP */
	padding-top: 100px;	/* 07.2022 Aki was 30px */
	overflow: auto;	/* Mat 2022.3 for the case spot-date_updated is after 主な収蔵物 with photo */
}
#spot-special h2{
	background: url(/images/spot/ttl_special.png) no-repeat 0 0;
	color: #108452;
	font-size: 33px;
	text-align: center;
	padding: 70px 0 30px;
	font-weight: normal;
	margin-bottom: 0;	/* 07.2022 Aki added */
}
#spot-special ruby > rt {	/* 07.2022 Aki */
	font-size: 75%;
}
/* MTL Mat 2022.2 c/o for photos such as https://shinshu.net/museum/tensan#description .spot-special__sub{ overflow: hidden;  */
.spot-special__sub a, #spot-special a/* Mat added */ {
	text-decoration: underline;
}
.spot-special__sub a:hover, #spot-special a:hover {
	text-decoration: none;
}

.spot-special__sub h3 {
	background: url(/images/spot/ttl_special_sub.png) no-repeat 0 0;
	color: #108452;
	font-size: 26px;
	text-align: left;
	padding: 65px 0 10px 107px;
	font-weight: normal;
}
.spot-special__sub h4{
	color: #917B4F;
	font-size: 23px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 26px;
}


.spot-special__sub .warning{
	clear: both;
	background: #F9FDE8;
	padding: 10px;
}
.spot-special__sub .citation-text{
	clear: both;
	border: 2px solid #ccc;
	border-radius: 10px;
	padding: 55px 20px;
	background-image:url(/images/spot/icn/icn_citation_text01.png), url(/images/spot/icn/icn_citation_text02.png);
	background-repeat:no-repeat, no-repeat;
	background-position:20px 20px,  right 20px bottom 20px;
}
/*温泉のみ適用*/
#onsenfeature{
	display: grid;
	grid-template-columns: 55px 1fr;
	gap: 12px;
	padding-bottom: 35px;
	clear: both;
}
#onsenfeature h3{
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	background-color: #F9FDE8;
	color: #108452;
	line-height: 55px;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 0;/* Mat 2022.8 */
	letter-spacing: 2px;/* Mat 2022.11 */
}
#onsenfeature ul{
	margin: 0;
	padding: 0;
}
#onsenfeature ul li{
	list-style: none;
	border-top: 1px solid #838383;
	padding: 10px 0;/* Mat was 14px 0 */
}
#onsenfeature ul li:last-of-type{
	border-bottom: 1px solid #838383;
}
#spot_facilities h2{
	background: url(/images/spot/ttl_special_onsen.png) no-repeat 0 0;
	color: #108452;
	font-size: 25px;
	text-align: center;
	padding: 115px 0 30px;
}
#spot_facilities .h3_wrap {
	display: flex;
	align-items: center;
}
#spot_facilities h3{
	max-width: 670px;	/* 07.2022 Aki 文章が長いと右のfeatureが縦書きになってしまうため */
	color: #108452;
	font-size: 26px;
/*	float: left; 05.2022 Aki */
	padding-right: 20px;
}
#spot_facilities .features{
/*	line-height: 26px; 07.2022Aki co */
	padding-bottom: 12px;
}
#spot_facilities .feature{
	font-size: 16px;
	line-height: 28px;
	font-weight: bold;
	background-color: #E6F4BA;
	padding: 0 5px;
	border-radius: 6px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
}
#spot_facilities .spot-information, .spot-information_around{
	clear: both;	/* 05.2022 Aki */
	padding-top: 0;
}
.spot_facilitiy-information {	/* Mat for music post type */
	margin-top: 30px;
	margin-bottom: 20px;
}
#my-onsen #spot-special {	/* 07.2022 Aki added */
	padding-top: 50px;
}


/* 更新日付 */
#spot-date,
#spot-date_updated {
	width: 780px;
	margin: auto;
	margin-bottom: 15px;	/* Mat 2022.8 was 30px */
	text-align: right;
	clear: both;	/* MTL Mat 2022.2 added for https://shinshu.net/museum/tensan#description */
}
#spot-date .info{
	margin: 0 auto;
	padding-bottom: 0;
	text-align: right;
	font-size: 16px;
	display: inline-block;
	background: #F9FDE8;
	padding: 10px 40px;
	line-height: 1;
}
#spot-date_updated .info{
	padding: 0 40px;
}



/*公式新着情報(RSSで取得)*/
#rss-blog {	/* Mat were rss-bolg～ (functions.php, content-spot.php, too) */
	border-top: 4px solid #108452;
	border-bottom: 4px solid #108452;
	background-color: #F9FDE8;
	padding: 20px;
}
#rss-blog .link-btn, /* Mat added */
#rss-blog .link-btn a {
	margin-bottom: 0px;
}
#rss-blog a:hover{
	text-decoration: none;
}
#rss-blog h2{
	font-size: 33px;
	color: #108452;
	text-align: center;
	margin-bottom: 0;
	line-height: 1.3;	/* Mat */
}
#rss-blog .link-btn {	/* Mat added */
	margin-top: 15px;
}
#rss-blog .update{
	font-size: 10px;
	text-align: right;
}

.rss-blog__view{
	padding-top: 15px;
	width: 1150px;
	margin: auto;
	display:grid;
	grid-template-columns: repeat( 5 , 200px );
	justify-content:space-between;
}
.rss-blog__single img{
	width: 200px;
	height: 150px;
	object-fit: cover;
}
.rss-blog__single p{
	margin-bottom: 5px;
	font-size: 16px;
	line-height: 1.5;	/* Mat */
}
.rss-blog__single .date{
	color: #838383;
	font-size: 18px;
	margin-bottom: 0;
}
.rss-blog__single h3{	/* Mat was ..bolg (typo), min-height: was 4em */
		/* Mat c/o font-size: 100%; was 20px */
	color: #108452;
	min-height: 2em;
	margin-bottom: 5px;
}
/*イベント情報*/
#event-info{
	width: 780px;
	margin: auto;
	padding: 30px 0;
}
#event-info .event-info__ttlarea{
	position: relative;
	z-index: 1;
}
#event-info .event-info__ttlarea::after{
	position: absolute;
	right: 0;
	top:0;
	content: '';
	height: 100px;
	width: 130px;
	background: url(/images/spot/icn/icn_bird.png) no-repeat right center;
	z-index: -1;

}
#event-info .link-btn a {/* Mat */
	margin-bottom: 0;
}

#event-info .event-info__ttlarea h2{
	font-size: 33px;
	color: #108452;
	text-align: center;
	margin-bottom: 35px;
	line-height: 1.3;	/* 08.2022 Aki */
	padding-top: 35px;	/* 11.2022 Aki */
/*	padding-right: 100px; 11.2022 Aki c/o */	/* 08.2022 Aki */
}
#event-info h3{
	font-size: 26px;
	color: #108452;
	text-align: left;
}
#event-info p.link-btn {	/* Mat c/o 2022.12 */
	margin-bottom: 40px;
}
 /* Mat c/o 2022.12 #event-info .spot-information_around { margin-bottom: 20px; } */

#event-info .spot-information_around a{
	text-decoration: underline;
}
#event-info .spot-information_around a:hover{
	text-decoration: none;
}
#event-info .post-edit-link {
	margin: 0 20px 30px auto;	/* 08.2022 Aki was -60px 0 30px */
	display: block;	/* 08.2022 Aki was inline-block */
	width: 60px;	/* 08.2022 Aki */
	font-size: 75%;	/* 08.2022 Aki */
	text-align: center;	/* 08.2022 Aki */
	background: #f3f3f3;
	padding: 2px 5px;	/* 08.2022 Aki */
}

/*近隣のおすすめスポット・ここでも～*/
#neighbor, #comments.use-fb + .list, #comments.use-fb + #nearinn { 	/* Mat 2023.5 changed since I moved #comments.use-fb */
	margin-top: -140px;
	padding-top: 0;
}
/* Mat 2023.5 #neighbor, */ .list { 	/* Mat #neighbor were #near-sopt, .another_content was .near-sopt__contenat */
	padding-top: 60px;
}
/*2021. 11/18 ito aアンダーライン*/
#neighbor a{
	text-decoration: none;
}
#neighbor a:hover{
	text-decoration: underline;
}
#neighbor .description a,
#neighbor .noentirelink a,/* Mat added for https://shinshu.net/museum/kitano */
#list .description a, 
#nearinn .description a {
	text-decoration: underline;
}
#neighbor .description a:hover,
#list .description a:hover{
	text-decoration: none;
}
#neighbor .description p.post_txt img {	/* Mat 2022.10 for https://shinshu.net/museum/bunbu#neighbor */
	margin-bottom: 20px;
}

.list .date {
	clear: left;
}

.bg article, .bg .description {
	background-color: #fff;
}
.description:not(.suppexplpost) {
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.bg .description {
	width: 100%;
	padding-top: 20px;
}

.bg article .another_content {	/* Mat removed #neighbor (below all) */
	width: 1020px;
	margin: 0 auto 20px;
	padding: 10px 0 10px 0;
	overflow: hidden;
		/* Mat c/o display: grid; grid-template-columns: 1fr 200px; */
}

/* Mat c/o .bg article .another_content.no-img{
 * 	display: block;
 * 	overflow: hidden;
 * } */
.bg article .another_content svg {
	fill: #fff;
	stroke: #707070;
	transition: .3s;
	display: inline-block;
	margin: 2px 5px 0 20px;
}
.bg article .another_content .inner img,
#collection .alignright img {
	width: 200px;
	height: 150px;
	object-fit: cover;
/*	margin-left: 10px; 08.2022 Aki */
}

.bg article .another_content .content_txtarea {
	padding: 5px 0;	/* Mat 2022.8 was 10px 0 */
}
.bg article .another_content .content_txtarea .area~a {	/* Mat for long title and area like ここでも～ - 黒姫童話館・童話の森ギャラリー・いわさきちひろ黒姫山荘 */
	display: inline-block;
}
.bg article .another_content .content_txtarea h3 {
	float: left;
	clear: none;
	margin-bottom: 5px;	/* Mat for イベントや個別無しの場合 */
}
.bg article .another_content .content_txtarea .post_txt{
	clear: left;
	line-height: 25px;
	padding-right: 20px;
	margin-bottom: 0;	/* Mat */
}
.description.suppexplpost /* Mat unnecessary .post_txt.pb20*/{
	/* padding-bottom: 20px; */
	padding-bottom: 5px;
}
#neighbor .description{
		/* Mat 2022.12 c/o for https://shinshu.net/event/starfess, https://shinshu.net/agri/oyaki background-color: #E6F4BA;	* 08.2022 Aki added */ 
	padding-top: 10px;	/* 08.2022 Aki added */
	padding-bottom: 5px;
}
#neighbor .description .post_txt,
#list .description .post_txt {	/* 11.2022 Aki added */
	text-align: center;
	margin-bottom: 0;	/* Mat 2022.12 for https://shinshu.net/agri/oyaki "小川村は、おやき村を中心に～" especially on SP  */
}
#list .description ul {	/* 11.2022 Aki added */
	width: 780px;
	margin: 0 auto;
}
.bg article .another_content .content_txtarea .area {
	float: right;
	background-image: url(/images/spot/icn/spotlist_marker.png);	/* Mat these were ～ .area a, bad for https://shinshu.net/event/hinaichi#list */
	background-repeat: no-repeat;
	background-position: 0 50%;
	padding-left: 30px;
	display: inline-block;
}
.bg article .another_content .content_txtarea .cat{
	font-weight: bold;
}
.bg article .another_content .content_txtarea .cat.sm-cat{
	display: block;
	margin-bottom: 10px;	/* Mat 2023.1 was 0; Mat */
}
.bg article .another_content .content_txtarea .cat.sm-cat span{
	margin-right: 15px;
	 /* margin-bottom: 10px; Mat 2023.1 */
	border-radius: 6px;
	padding: 0 10px 0;
	border: 1px solid #80D5B4;
		/* Mat 2023.1 c/o display: inline-block; for https://shinshu.net/agri/oyaki#neighbor long category 天体観測/滞在施設..'s 回り込み */
}
.bg article .another_content .content_txtarea .cat.big-cat{
	background-color: #80D5B4;
	border-radius: 6px;
	padding: 0 10px;
	margin-right: 15px;
	margin-left: 15px;
	float: right;
	display: inline-block;
}
.bg article .another_content .edit-link{
	display: inline-block;
}

.bg article .another_content .inner {	/* Mat */
	float: right;
	position: relative;
	margin-left: 1em;	/* Mat 2022.10 for https://shinshu.net/agri/togasoba#neighbor */
}
.inner .caption, .another_content .inner .wp-caption-text, .short .wp-caption .wp-caption-text/* Mat 2023.2 */ {
	font-size: 10px;
}
.inner .caption {
	bottom: 10px;
}
.another_content .inner .wp-caption {
	max-width: inherit;
	margin: 0;
	padding: 0;
	background: transparent;
}
.another_content .inner .wp-caption-text {
	margin-bottom: 0 !important;
	text-align: left;
}
section#list .bg article {	/* 08.2022 Aki */
	margin-bottom: 20px;
}
section#list .another_content .inner {	/* 08.2022 Aki */
	float: right;	/* Mat was left. 写真が無い時のため right がよい */
}
section#list .another_content .content_txtarea {	/* 08.2022 Aki */
	overflow: hidden;
	padding-left: 20px;
}
section#list .another_content .content_txtarea .area {	/* 08.2022 Aki */
	float: none;
	background-image: none;
}
section#list .another_content .content_txtarea .post_txt {	/* 08.2022 Aki */
	clear: both;
	 /* Mat c/o too noisy, reduce heights of this section (i.e. https://shinshu.net/event/ebisukou-2022-11-23) padding-top: 20px; */
}

/*Instagram*/
#spot-insta{
	width: 100%;	/* 03.2023 Aki was 100vw */
	border-bottom: 4px solid #108452;
	background-color: #F9FDE8;	/* 08.2022 Aki added */
/*	padding: 30px 0; */
}
#spot-insta .inner {	/* SEP-2021 KAZ */
	text-align: center;
/*	margin: 0 calc(50% - 50vw);  03.2023 Aki c/o */	/* Mat 2022.11 moved from #spot-insta for PC wide screen */
}
.spot-insta__ttlarea{
	padding: 30px 0;	/* SEP-2021 KAZ *//* 08.2022 Aki was margin → padding */
/*	text-align: center; */
}
#spot-insta h2{
	display: inline-block;
	padding-right: 30px;
	font-size: 33px;
	color: #108452;
	text-align: center;
	margin-bottom: 0;	/* Mat 2022.8 */
}
#spot-insta .spot-insta__tag a{
	display: inline-block;
	font-size: 20px;
	color: #108452;
	text-align: center;
	font-weight: bold;
}
#spot-insta #sb_instagram:not(:only-child) {	/* SEP-2021 KAZ */
	margin-bottom: 30px;
}
#sb_instagram.sbi_fixed_height {	/* Mat 2022.11 */
	padding-bottom: 0 !important;
	overflow-y: hidden !important;	/* To avoid scrollbar sometimes appearing */
}
#sb_instagram .sbi_caption_wrap {	/* Mat 2022.11 */
	padding: 10px !important;
}

/* 主な収蔵物 */
#collection ul li {
	clear: right;
}

/* 近くの宿・お食事処; OCT-2022 KAZ: added #nearrest and .nearrest_... */
.jwscatch a{
	text-decoration: underline;
}
.jwscatch a:hover{
	text-decoration: none;
}
.single .entry-content p.jwscatch {
	margin-bottom: 0;	/* Mat 2022.8 */
}

#nearinn{
/*	width: 100vw;
	margin: 0 calc(50% - 50vw); */
/*	margin-bottom: 20px; */ /* OCT-2022 KAZ: 順番変更で不要; 07.2022 Aki was 50px; 下がコメントなのでmargin処理 */
	 /* Mat 2023.5 c/o since I moved #comments.use-fb margin-top: -250px;	/* 09.2022 Aki was -150px */
}
.nearinn__ttlarea{
	background: url(/images/spot/nearinn_bg.png)no-repeat center top;
	padding-top: 140px;
	text-align: center;
}
@media screen and (min-width: 1601px) {	/* KAZ */
	.nearinn__ttlarea{
		background-size: cover;
	}
}
.nearrest__ttlarea {
	background-color: #d7f4f2;
	padding-top: 40px;/* Mat 2023.5 was 100px*/
	text-align: center;
}
#nearinn h2,
#nearrest h2 {
	text-align: center;
	line-height: 45px;
	display: inline-block;
	position: relative;
	color: #108452;
	font-size: 33px;
}
#nearinn h2::before,
#nearrest h2::before {
	content:'';
	background-image:url(/images/spot/nearinn_ttl_left.png);
	background-repeat:no-repeat;
	position: absolute;
	top:0;
	left: -150px;	/* KAZ: was -130px */
	height: 79px;
	width: 114px;
}
#nearinn h2::after,
#nearrest h2::after {
	content:'';
	background-image:url(/images/spot/nearinn_ttl_right.png);
	background-repeat:no-repeat;
	position: absolute;
	top:0;
	right: -150px;	/* KAZ: was -130px */
	height: 79px;
	width: 114px;
}
.nearinn__jaran-txt, .nearinn__recommend-txt {
	text-align: center;
}
.nearinn__jaran-txt {
	color: #838383;	/* 08.2022 Aki added */
	margin-bottom: 20px;
	font-size: 15px;
}
/* Mat 2022.8 c/o, too 目立つ .nearinn__recommend-txt { font-weight: bold; } */

#nearinn .bg,
#nearrest .bg {
	background-color: #D7F4F2;
	padding: 30px 0;
}
.single .entry-content #nearinn .description p {	/* Mat */
	margin-bottom: 0;
}
.single .entry-content #nearinn .description .post_txt {	/* 11.2022 Aki added */
	text-align: center;
}
#nearinn .description {
	background-color: transparent;
	padding-top: 0;
}
.nearinn__link_btn{
	text-align: center;
	padding-bottom: 50px;
}
.nearinn__link_btn a{
	line-height: 16px;
	display: inline-block;
	font-size: 16px;
	color: #108452;
	padding: 1px 20px;
	border:1px solid #108452;
	transition: .3s;
}
.nearinn__link_btn a:hover{
	background-color: #108452;
	color: #fff;
	text-decoration: none;
}
.nearinn__content,
.nearrest__content {
	width: 1090px;
	margin: auto;
}
.nearrest__content .note {
	font-size: 14px;
	text-align: center;
}
.nearinn__boxarea,
.nearrest__boxarea,
.recommendinn__boxarea {
	display: grid;
	gap: 25px;
	padding: 25px 0;
}
.nearinn__boxarea,
.nearrest__boxarea {
	grid-template-columns: repeat(3, 1fr);
	gap: 12px 0;	/* OCT-2022 KAZ: was 25px 0 */
}
.nearinn__boxarea a,
.nearrest__box {
	border-bottom: solid 3px white;
	width: 346px;	/* OCT-2022 KAZ */
	padding-bottom: 12px;	/* OCT-2022 KAZ */
}
.nearinn__boxarea a {
	text-decoration: none;
}
.nearinn__boxarea a:not(:nth-of-type(3n)),
.nearrest__box:not(:nth-of-type(3n)) {
	width: 372px;	/* OCT-2022 KAZ */
	padding-right: 25px;
}
.recommendinn__boxarea {
	grid-template-columns: repeat(2, 1fr);
	 /* Mat 2022.8 c/o, see https://shinshu.net/event/matuyoza margin-bottom: 15px; */
}
.nearinn__content hr{
	height:0px;
	border-radius: 2px;
	border: 1px solid #fff;
	width: 1090px;
}
.nearinn__box .jwsphoto,
.nearrest__box .photo {
	float: left;
	margin-right: 10px;
	line-height: 0;	/* OCT-2022 KAZ */
}
/* Mat changed to above .nearinn__box{ display: grid;  justify-content: start; grid-template-columns: 153px 1fr;  align-items: start; } */

.nearinn__box .jwsphoto img,
.nearrest__box .photo img {
	width: 153px;
	height: 153px;
	object-fit: cover;
}
.nearinn__box .nearinn__box-txt,
.nearrest__box .nearrest__box-txt {
	padding-left: 10px;
	overflow: hidden;	/* 08.2022 Aki */
}
.nearrest__box .nearrest__box-txt {
	line-height: 1.41;
}
.nearinn__box h3,
.nearrest__box h3 {
	clear: none;
	color: #75648d;
	font-size: 18px;
	font-weight: normal;
}
.nearrest__box h3 {
	display: inline;
}
.nearrest__box .distance {
	display: inline-block;
	float: right;
	line-height: 1.813;
	font-size: 14px;
}
.nearinn__box p {
	color: #363636;
	font-size: 14px;
}
.nearrest__box .phone {	/* DEC-2022 KAZ */
	clear: right;
	margin-top: 8px;
	font-size: 14px;
}
.nearrest__box .phone .sptel {	/* DEC-2022 KAZ */
	display: block;
	text-align: center;
}
.nearrest__box .phone .sptel img {	/* DEC-2022 KAZ */
	width: 14px;
	height: 18.5px;
	margin-right: 0.5em;
	vertical-align: middle;
}
.nearrest__box .link-btn {
	clear: right;
}
.nearrest__box .link-btn a {
	width: 140px;
	margin: 12px 0 0;
	padding: 3px 0;
	font-size: 14px;
}

/*クチコミ、コメント*/
#comments h2{
	font-size: 26px;
	color: #217B58;
	text-align: center;
	position: relative;

}
#comments h2::after{
	position: absolute;
	top:0;
	left: 130px;
	content: '';
	background-image: url(/images/spot/ttl_comments.png) ;
	background-position: top left;
	background-repeat: no-repeat;
	width: 85px;
	height: 80px;
}
#comments p{
/*	text-align: center; 01.2022 Aki */
}


/*共通要素*/
.link-btn{
	text-align: center;
}
.link-btn a{
	text-decoration: none !important;
	border: 1px solid #108452;
	padding: 5px 30px;
	display: inline-block;
	color: #108452;
	transition: .3s;
	margin-bottom: 30px;
}
.link-btn a:hover{
	text-decoration: none;
	background-color: #108452;
	color: #fff;
}


/* Areas Page Components 11.2021 Aki
----------------------------------------------- */
#my-areas .page-header {
	width: 1020px;
	font-size: 181.3%;	/* 29px */
	color: #108452;
	padding-top: 40px;
	margin: auto;
}
#area_information {
	padding-bottom: 36px;
	margin-top: -15px;
}
#area_information .map_wrapper {
	overflow: hidden;
}
#area_information .map_wrapper .areamap {
	float: left;
	width: 327px;
	height: auto;
	margin-top: 70px;
}
#area_information .map_wrapper#toshin .areamap {
/*	width: 328px;
	height: auto; 05.2022 Aki */
}
#area_information .map_wrapper .areamap_details {
	height: auto;
	margin-left: 350px;
}
#area_information .map_wrapper .areamap_details#hokushin-details_map {
	width: 670px;
}
#area_information .map_wrapper .areamap_details#chushin-details_map {
	Width: 328px;
	margin-left: 450px;
}
#area_information .map_wrapper .areamap_details#toshin-details_map,
#area_information .map_wrapper .areamap_details#nanshin-details_map {
	margin-left: 380px;
}
#area_information .map_wrapper .areamap_details#toshin-details_map {
	width: 599px;
}
#area_information .map_wrapper .areamap_details#nanshin-details_map {
	width: 435px;
}
#area_information .descr {
	font-size: 112.5%;	/* 18px */
	padding-top: 25px;
}
#areas_search {
	background: linear-gradient(transparent 150px, #f9fde8 150px, #f9fde8 100%);
	padding-bottom: 200px;
}
#areas_search .wall {
	width: 1100px;
}
#areas_search .sf_form_wrapper {
	display: none;		/* KAZ */
}
#areas_search .circle-ttl h2 {
	background-image: url(/images/top_topics_bg.png);
}
#areas_search .circle-ttl h2 span, #my-access h2 span {
	background-image: url(/images/areas_ttl_left.png), url(/images/areas_ttl_right.png);
}
#areas_search ul.search_menu {
	overflow: hidden;
	list-style: none;
	margin: 28px 0 0;
}
#areas_search ul.search_menu > li {
	float: left;
}
#areas_search ul.search_menu > li:not(:first-child) {
	margin-left: 13px;
}
#areas_search ul.search_menu > li a {
	display: block;
	width: 172px;
	height: 172px;
	line-height: 1.236;
	text-decoration: none;
	border: solid 1px #40B286;
	transition: .5s;
}
#areas_search ul.search_menu > li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
#areas_search ul.search_menu > li a span.text {
	height: 66px;
	color: #108452;
	font-size: 118.8%;	/* 19px */
	text-align: center;
}
#areas_search ul.search_menu > li a span.icon {
	height: 104px;
}
#areas_search .keyword_search {
	text-align: center;
}
#areas_search .keyword_search form {
	position: relative;
}
#areas_search .keyword_search input[type="text"] {
	border: solid 1px #40B286;
}
#areas_search .keyword_search button {
	position: absolute;
	border: 0;
	background-color: transparent;
	top: 13px;
	left: calc(50% + 270px);
}
section.areas_spot_wrapper {
	background: linear-gradient(transparent 150px, #E6F4BA 150px, #E6F4BA 100%);
	padding-bottom: 150px;	/* 08.2022 Aki was 200px */
	margin-top: -100px;	/* 08.2022 Aki was -150px */
}
section.areas_spot_wrapper.even {
	background: linear-gradient(transparent 150px, #f9fde8 150px, #f9fde8 100%);
	margin-top: -150px;
}
section.areas_spot_wrapper.even h2 {
	background-image: url(/images/square-ttl_bg.png);
	padding-top: 146px;
}
section.areas_spot_wrapper.even .circle-ttl/* Mat added 2022.12 */ h2 span {
	color: #40B286;
	background-image: url(/images/spot/near_ttl_left.png), url(/images/spot/near_ttl_right.png);
}
section.areas_spot_wrapper .spotlist .notfound {	/* KAZ */
	font-weight: bold;
	text-align: center;
}
#my-areas #areas_hike .spotlist .spot .alignleft,
#my-areas #areas_hike .spotlist .spot .alignright {
	float: none;
}
#my-areas #areas_hike .spotlist .spot .alignright {
	line-height: 43px;	/* Aki:レベルの星画像と縦を揃えるため */
	margin-left: 0;
}
#my-areas #areas_hike .spotlist .spot .alignright .walktime,
#my-areas #areas_hike .spotlist .spot .alignright .type {
	float: none;
	display: inline-block;
}
#my-areas .nav_spotlobby {
	padding-top: 15px;	/* 08.2022 Aki was 35px */
}
#my-areas .nav_spotlobby a {
	display: block;
	width: 330px;
	font-size: 125%;
	text-align: center;
	text-decoration: none;
	color: white;
	background-color: #108452;
	margin: auto;
	padding: 10px 0;	/* 09.2022 Aki added */
}
#my-areas .spotlist {	/* 08.2022 Aki */
	padding-bottom: 0;
}

/* Links Page (by Link Library plugin) Components 2021.11 Mat
----------------------------------------------- */
.linklist h3 {
	background-color: #E6F4BA;
}
.linklist ul {
	margin-top: 16px;
}
.linklist ul li {
	list-style: none;
	margin: 5px auto 20px;
	line-height: 1.7;
	clear: both;
}
.linklist ul li .editlink {
	float: right;
}
.linklist .track_this_link {
	display: block;
	color: #108452;
	font-weight: bold;
}
.linklist .track_this_link:first-of-type {
	float: left;
}
.linklist .track_this_link img {
	max-height: 32px;
	padding: 1px;
	border: 1px solid lightgray;
}
.linklist li .desc {
	clear: both;
}

.linklistcatnamedesc {
	display: block;
	width: 1020px;
	margin: 0 auto;
	line-height: 1.5;
	font-size: 60% !important;
	color: #363636;
	padding: 0 !important;
}


/* Page Components 01.2022 Aki
----------------------------------------------- */
h2.default_page span {
	display: inline-block;
	max-width: 700px;
	min-height: 100px;
	background-image: url(/images/areas_ttl_left.png), url(/images/areas_ttl_right.png);
	background-repeat: no-repeat , no-repeat;
	background-position: left 10px , right 10px;
	padding: 0 130px 0 130px;
}

/* Banner Page Components 01.2022 Aki
----------------------------------------------- */
#about_banner h3 {
	border-bottom: solid 1px;
}
#about_banner h4 {
	font-size: 112.5%;
	margin-bottom: 0;
}
#about_banner ul {
	margin-bottom: 0;
}
#about_banner table {
	border-bottom: 0;
}
#about_banner th {
	width: 40%;
	background-color: #ddd;
	border-bottom: solid 1px white;
	padding: 6px 10px 6px 1em;
}
#about_banner td {
	border-top: 0;
	padding-left: 1em;
}
#contact_banner {
	text-align: center;
	padding: 50px 0;
}
#contact_banner .linkbtn a {
	display: inline-block;
	color: white;
	background: #40b286;
	font-size: 145%;
	font-weight: bold;
	line-height: 70px;
	border-radius: 35px;
	padding: 0 30px;
}
#about_banner .descr.center {
	font-size: 1.25rem;	/* 20px */
	background: linear-gradient(to bottom, transparent 30%, #F9FDE8 30% 50%,transparent 50%);
	padding-bottom: 25px;
}
#about_banner .left_indent {
	padding-left: 1em;
}

/* Contact Page Components 11.2021 Aki
----------------------------------------------- */
/* #my-contact #contact_01 {
	float: right;
	background: url(/images/ttl_blog.png) no-repeat top 20px left;
	padding-top: 100px;
	padding-bottom: 50px;
} 12.2021 Aki c/o */
#my-contact .entry-content {
	clear: both;
/*	background: #F9FDE8; 12.2021 Aki */
	padding-bottom: 20px;
}
#my-contact #form table, #my-contact #form td {
	border: 0;
}
#my-contact #form table {
	border-collapse: separate;
	border-spacing: 5px;
}
#my-contact #form th {
	overflow: hidden;
	width: 350px;
/*	font-weight: bold; 11.2021 Aki */
	vertical-align: middle;
	color: white;
	background-color: #217B58;
	padding: 0 10px;
}
#my-contact #form td {
	padding-left: 20px;
}
#my-contact #form .required {
	display: inline-block;
	color: #217B58;
	background-color: white;
	font-size: 75%;
	padding: 0 10px;
	float: right;
}
#my-contact #form input[type=text], #my-contact #form input[type=password], #my-contact #form input[type=email], #my-contact #form input[type=url], #my-contact #form input[type=number], #my-contact #form textarea {
	border-radius: 5px;
	padding: 5px;
}
#my-contact #form .wpcf7-list-item.first {
	margin-left: 0;
}
#my-contact #form form.wpcf7-form p.buttons-area-confirm,
#my-contact #form form.wpcf7-form p.buttons-area {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}
#my-contact #form input[type=submit], #my-contact #form input[type=image], #my-contact #form input[type=button], #my-contact #form button {
	font-size: 125%;
	color: white;
	background: #217B58;
	border: 0;
	padding: 5px 25px;
}
#my-contact #form input.button-rewrite {
	color: #217B58;
	background: white;
	border: solid 1px;
}
#my-contact #form input[type=radio] {
	appearance: none;
	-webkit-appearance: none;
	width: 25px;
	height: 25px;
	border: solid 2px #108452;
	border-radius: 50%;
	vertical-align: text-bottom;
}
#my-contact #form input[type=radio]:checked {
	background-image: -webkit-radial-gradient(#108452 45%, #ffffff 50%);
	background-image: radial-gradient(#108452 45%, #ffffff 50%);
}
#my-contact #form p.captcha_line img {
	vertical-align: text-bottom;
	margin-right: 10px;
}
#my-contact #thanks_01 {
	clear: both;
	padding: 50px 0;
}
#my-contact #thanks_01 .strong {
	font-size: 125%;
}
#my-contact #thanks_01 .descr.second {
	border-top: solid 2px #217B58;
	padding: 20px 0;
	margin-top: 20px;
}
.wpcf7 form.sent .wpcf7-response-output,	/* JUN-2023 KAZ: added .wpcf7 form.sent */
.wpcf7 form .wpcf7-response-output:empty {	/* JUN-2023 KAZ: added */
	display: none;
}


/* =Print
----------------------------------------------- */
@media print {
	.entry-meta .edit-link a {
		display: none;
	}
	#respond {
		display: none;
	}

	/* Comments */
	.commentlist > li.comment {
		background: none;
		border: 1px solid #ddd;
		-moz-border-radius: 3px 3px 3px 3px;
		border-radius: 3px 3px 3px 3px;
		margin: 0 auto 1.625em;
		padding: 1.625em;
		position: relative;
		width: auto;
	}
	.commentlist .avatar {
		height: 39px;
		left: 2.2em;
		top: 2.2em;
		width: 39px;
	}
	.commentlist li.comment .comment-meta {
		line-height: 1.625em;
		margin-left: 50px;
	}
	.commentlist li.comment .fn {
		display: block;
	}
	.commentlist li.comment .comment-content {
		margin: 1.625em 0 0;
	}
	.commentlist .comment-edit-link {
		display: none;
	}
	.commentlist > li::before,
	.commentlist > li.bypostauthor::before {
		content: '';
	}
	.commentlist .reply {
		display: none;
	}

	/* Post author highlighting */
	.commentlist > li.bypostauthor {
		color: #444;
	}
	.commentlist > li.bypostauthor .comment-meta {
		color: #666;
	}
	.commentlist > li.bypostauthor:before {
		content: none;
	}

	/* Post Author threaded comments */
	.commentlist .children > li.bypostauthor {
		background: #fff;
		border-color: #ddd;
	}
	.commentlist .children > li.bypostauthor > article,
	.commentlist .children > li.bypostauthor > article .comment-meta {
		color: #666;
	}

	#my-top #content .slide-from-bottom {	/* script.js 内の $sections のセレクターと同期が必要; MAY-2022 KAZ: was #my-top #content > section .wall, #my-top #content > section .wall_wide */
		visibility: visible;
	}
}
