/*---------------------------------------------------------------------------------

	Theme Name: Itoigawa En
    Text Domain: rams
	Theme URI: https://geo-itoigawa.com/
	Version: 1.113
	Description: 
	Tags: 
	Author: Open Media
	Author URI: https://geo-itoigawa.com/


-----------------------------------------------------------------------------------

	0.	CSS Reset & Clearfix
	1.	Document Setup
	2.  Structure
	3.	Header
	4.	Blog
	5.	Post Formats
	6.  Single Post
	7.	Post Content
	8.	Comments
	9.	Respond
	10.	Pagination
	11. Responsive

----------------------------------------------------------------------------------- */

/* -1 OM 変数 */
:root {
/*sidebar 幅*/
 --sbwidth: 300px;
/*sidebar 1100px 以下の幅*/
--sbmwidth: 300px;
--mainfont:Helvetica, Arial, sans-serif;

}



/* -------------------------------------------------------------------------------- */
/*	0. CSS Reset
/* -------------------------------------------------------------------------------- */
/*html {
    visibility: hidden;
}*/

html.wf-active,
html.loading-delay,
html.fl-builder-edit,
html.fl-builder-preview{
    visibility: visible;
}
html, body {
	border: none;
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p, blockquote, address, big, cite, code, em, font, img, small, strike, sub, sup, li, ol, ul, fieldset, form, label, legend, button, table, caption, tr, th, td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote:before,
blockquote:after {
	content: "";
}






/* -------------------------------------------------------------------------------- */
/*	1. Document setup
/* -------------------------------------------------------------------------------- */


body {
	background-color: #f5f5f5;
	color: #333;
	font-family: var(--mainfont);
	font-size: 18px;
	-webkit-text-size-adjust: 100%;
}

a {
	color: #6AA897;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased; 
}

.hidden { display: none; }
.clear { clear: both; }
.left { float: left; }
.right { float: right; }

.fleft { float: left; }
.fright { float: right; }

::selection {
	background: #222;
	color: #FFF;
}

::-webkit-input-placeholder { color: #A9A9A9; }
:-ms-input-placeholder { color: #A9A9A9; }

/* Clearing ---------------------------------- */

.clear:after,
.group:after,
.post-content:after,
[class*="__inner-container"]:after {
	clear: both;
	content: "";
	display: block;
}

/* Transitions ------------------------------- */

body a {
	transition: all 0.1s ease-in-out;
}

input,
textarea,
.post-title a,
.format-standard .featured-media a img,
.flex-direction-nav a,
.post-quote,
#infinite-handle span,
.post-nav a,
.post-content a.more-link {
	transition: all .2s ease-in-out;
}

.header .blog-title,
.post-meta-toggle,
.post-meta-toggle p,
.post-meta-toggle .bar,
.nav-toggle .bar,
.nav-toggle p {
	transition: all .4s ease-in-out;
}

/* Screen Reader Text --------------------------------------- */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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


/* -------------------------------------------------------------------------------- */
/*	X.	Element Base
/* -------------------------------------------------------------------------------- */


p {
	line-height: 1.5;
	margin: 0 0 1em 0;
}

h1, h2, h3, h4, h5, h6 {
	color: #222;
	font-family: var(--mainfont);
	font-weight: 700;
	letter-spacing: -0.01em;
	line-height: 1.2;
	margin: 50px 0 20px;
}

h1 { font-size: 1.6em; }
h2 { font-size: 1.45em; }
h3 { font-size: 1.3em; }

h4 {
	font-size: 1.15em;
	font-weight: 600;
}

h5 {
	font-size: 1em;
	font-weight: 600;
}

h6 {
	color: #666;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: .125em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

/* Separator --------------------------------- */

hr {
	display: block;
	width: 96px;
	height: 3px;
	background: #ddd;
	background: rgba( 0, 0, 0, 0.1 );
	margin: 40px auto;
	border: none;
}

hr.is-style-wide,
hr.is-style-dots {
	width: 100%;
}

/* Block Quote ------------------------------- */

blockquote {
	background: #f6f6f6;
	background: rgba( 0, 0, 0, 0.05 );
	padding: 30px 30px 30px 90px;
	position: relative;
}

blockquote:before {
	color: #aaa;
	content: '”';
	display: block;
	font-family: 'Georgia', 'Times New Roman', serif;
	font-size: 72px;
	font-weight: 700;
	line-height: 72px;
	position: absolute;
		left: 0px;
		top: 32px;
	text-align: center;
	width: 90px;
	-webkit-font-smoothing: antialiased;
}

blockquote p {
	color: #666;
	font-style: italic;
}

cite {
	font-family: var(--mainfont);
	font-size: 0.9rem;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	text-transform: uppercase;
	letter-spacing: 1px;
}

cite:before { 
	content: "— "; 
}

blockquote cite {
	display: block;
	margin-top: 25px;
}

/* Monospace --------------------------------- */

code,
kbd,
pre,
tt {
	font-size: 15px;
	background: #EEE;
	font-family: Menlo, Monaco, monospace;
}

kbd,
code,
tt {
	padding: 5px;
	border-radius: 3px;
}

dl { line-height: 160%; }

dl dt {
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* Lists ------------------------------------- */

ul,
ol {
	margin: 5px 0 30px 30px;
}

li {
	line-height: 1.5;
	margin: 5px 0 5px 20px;
}

li > ul,
li > ol {
	margin: 5px 0 5px 20px;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd { margin-top: 5px; }
dd + dt { margin-top: 15px; }

.post-content address {
	padding: 3% 3.5%;
	background: #f1f1f1;
	font-family: var(--mainfont);
	font-size: 0.85em;
	line-height: 200%;
	font-weight: 400;
	color: #666;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.post-content pre {
	white-space: pre-wrap;       /* css-3 */
	white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	white-space: -pre-wrap;      /* Opera 4-6 */
	white-space: -o-pre-wrap;    /* Opera 7 */
	word-wrap: break-word;       /* Internet Explorer 5.5+ */
	line-height: 140%;
	padding: 2% 2.5%;
	background: #FAFAFA;
	border: 1px solid #DDD;
	color: #333;
	font-size: 0.7em;
}

.post-content abbr,
.post-content acronym {
	border-bottom: 1px dashed #ccc;
}

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

figure {
	margin: 0;
}

iframe {
	border: none;
	display: block;
	max-width: 100%;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption,
figcaption {
	color: #666;
	font-size: 18px;
	font-style: italic;
	margin: 15px 0 0;
	text-align: center;
}

.gallery-caption {
	font-size: 16px;
	line-height: 24px;
}

/* Tables ------------------------------------ */

table {
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
	font-family: var(--mainfont);
	font-size: 0.95rem;
	margin: 2em 0;
    width: 100%;
}

th,
td {
	border-bottom: 1px solid #eee;
	line-height: 120%;
	margin: 0;
	overflow: visible;
	padding: 2%;
}

tr:last-child td { 
	border-bottom: none; 
}

caption {
	color: #444;
	text-align: center;
	padding: 2%;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-size: 1rem;
	font-weight: 700;
}

/* Forms ------------------------------------- */

legend,
label,
input,
textarea { 
	font-family: var(--mainfont);
}

fieldset {
	padding: 25px;
	border: 2px solid #eee;
	margin-bottom: 1em;
}

legend {
	font-size: 0.9rem;
	line-height: 1;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #666;
	padding: 10px 12px;
	background: #666;
	color: #fff;
}

label {
	color: #666;
	font-size: 14px;
	font-weight: 600;
	letter-spacing: .05em;
	text-transform: uppercase;
}

input,
textarea { 
	margin: 0;
}

input[type="file"] {
	padding: 12px;
	background: #fdfdfd;
	border: 1px solid #eee;
	border-radius: 3px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	background-color: #fdfdfd;
	border: 2px solid #eee;
	border-radius: 0;
	box-shadow: none;
	color: #444;
	display: block;
	font-size: 0.8em;
	line-height: normal;
	outline: none;
	padding: 20px;
	transition: background-color 0.2s ease-in-out;
	-webkit-appearance: none;
	width: 100%;
}

textarea {
	height: 180px;
	line-height: 1.4;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
textarea:focus {
	/*background-color: #666;
	color: #fff;*/

}

button,
.button,
.faux-button,
.wp-block-button__link,
:root .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background-color: #444;
	border: none;
	border-radius: 0;
	color: #fff;
	font-family: var(--mainfont);
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	outline: none;
	padding: 16px 20px;
	text-decoration: none;
	-webkit-appearance: none;
}

.wp-block-button.is-style-outline .wp-block-button__link, 
.wp-block-button__link.is-style-outline {
	border-width: 2px;
	color: #444;
	padding: 14px 18px;
}

.wp-block-button.is-style-outline .wp-block-button__link:hover, 
.wp-block-button__link.is-style-outline:hover {
	color: #6AA897;
}

button:hover,
.button:hover,
.faux-button:hover,
.wp-block-button__link:hover,
:root .wp-block-file__button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
button:focus,
.button:focus,
.faux-button:focus,
.wp-block-button__link:focus,
:root .wp-block-file__button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	background-color: #6AA897;
	color: #fff;
	cursor: pointer;
}


/* -------------------------------------------------------------------------------- */
/*	2.	Structure
/* -------------------------------------------------------------------------------- */


.wrapper { 
	margin: 6% 0 6% var(--sbwidth); 
}

.wrapper-inner {
	/*width: 800px;
	max-width: 84%;
	margin: 0 auto;*/
	/* OM */
	width: 100%;

margin: 0 0px auto auto;
}

/* Sections ---------------------------------- */

.bg-light { background: #fafafa; }
.bg-dark { background: #444; }

/* Grid Structure ---------------------------- */

.one-half,
.one-third,
.two-thirds {
	float: left;
	margin-left: 5%;
}

.one-half { width: 47.5%; }
.one-third { width: 30%; }
.two-thirds { width: 65%; }

.one-half:first-child,
.one-third:first-child,
.two-thirds:first-child {
	margin-left: 0;
}


/* -------------------------------------------------------------------------------- */
/*	3.	Site Header
/* -------------------------------------------------------------------------------- */
.upper-wrap{
	position:relative;
	display: flex;
}

.sidebar {
	transition: 0.5s;
	background-color: #3AAD98;
	display: flex;
	height: 100vh;
	padding: 80px 40px 0 40px;
	position: sticky;
	left: 0;
	top: 0;
	width: var(--sbwidth);
	z-index: 100;
  }

.sidebar a {
	color: #fff;
	text-decoration: none;
}

.sidebar-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 100%;
	height:100%;
}

.sidebar-top,
.sidebar-bottom {
	width: 100%;
	height: 100%;
	display: flex;
flex-direction: column;
}

.sidebar-bottom {
	padding-bottom: 40px;
}

.blog-title {
	font-size: 1.5em;
	line-height: 1;
	font-weight: 700;
	margin: 0;
	text-align: right;
}


/* Main Menu --------------------------------- */

.main-menu li {
	position: relative;
	text-align: right;
	margin-top: 20px;
}

.main-menu > li:first-child { 
	margin-top: 0; 
}

.main-menu .sub-menu { 
	margin-right: 20px; 
}

.main-menu a {
	color: rgba( 255, 255, 255, 0.75 );
	display: block;
	font-size: 0.9em;
	font-weight: 700;
}

.main-menu a:hover,
.main-menu .current_menu_item > a,
.main-menu .current_page_item > a { 
	color: #fff; 
}

/* Credits ----------------------------------- */

.credits {
	color: rgba( 255, 255, 255, 0.75 );
	font-size: 13px;
	margin: 40px 0 0;
	text-align: right;
}

.credits a {
	color: inherit;
}

.credits a:hover { 
	color: #fff; 
}


/* -------------------------------------------------------------------------------- */
/*	4.	Post: Archive
/* -------------------------------------------------------------------------------- */


/* Archive Header ---------------------------- */

.archive-header { 
	margin-bottom: 40px; 
	height:30vh;

	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(/wp-content/uploads/2022/10/img00050.jpg);
	background-size: cover;
	position: relative;
	z-index:0;
	background-position: center;
}
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:1;
  }
  .overlay.white{
	background-color: rgba(255, 255, 255,.8);
  }
.archive-title {

	margin: 0;
	text-align: center;
	z-index: 20;

}
.archive-title span.archive-catspan{
	color: #FFF;
	background-color: #3aad98;
	padding: 6px 16px;
	margin: 0 auto;
	display: table;
	font-size: 14px;
	border-radius:20px;
}
.archive-title span.archive-titlespan{
	color: #FFF;

padding: 6px 16px;
margin:0 auto;
font-size:120%;
display: block;
}
.archive-description {
	line-height: 1.3;
	margin-top: 20px;
	text-align: center;
}

.archive-description p {
	line-height: inherit;
	text-align: inherit;
}

/* Search Form ------------------------------- */

.searchform {
	margin-top: 40px;
}

.searchform > div {
	display: flex;
}

.searchform input + input {
	margin-left: 10px;
}

/* Post Styling ------------------------------ */

.post,
.posts .page,
.single-attachment .attachment {
	/*background: #fff;*/
}

.posts .post,
.posts .page {
	margin-bottom: 10%;
}

.sticky .is-sticky { 
	display: inline; 
}

.post-inner { 
	padding: 0px; 
}

/* Featured Media ---------------------------- */

.featured-media img,
.featured-media a {
	display: block;
}

.featured-media img {
	margin: 0 auto;
}

.format-standard .featured-media a:hover img {
	opacity: 0.8;
}

/* Post Header ------------------------------- */

.post-header { 
	margin-bottom: 40px; 
}

.post-header a {
	text-decoration: none;
}

.post-header:last-child { 
	margin-bottom: 0; 
}

.post-date {
	display: block;
	font-size: 0.9em;
	font-weight: 600;
	margin-bottom: 10px;
	color: #767676;
}

.post-date a { color: inherit; }
.post-date a:hover { color: #333; }

.post-date .sep {
	font-weight: 400;
	color: #ddd;
	margin: 0 5px;
}

.post-title {
	/*font-size: 2em;*/
	line-height: 120%;
	margin: 0;
	word-break: break-word;
	-ms-word-break: break-word;
}

.post-title a { color: inherit; }
.post-title a:hover { color: #6AA897; }

/* Format: Gallery --------------------------- */

.flexslider {
	position: relative;
	overflow: hidden;
}

.flexslider img {
	width: 100%;
}

.flex-direction-nav {
	list-style: none;
	margin: 0;
	position: absolute;
		left: 0;
		right: 0;
		top: 50%;
	margin-top: -25px;
}

.flex-direction-nav li {
	margin: 0;
}

.flex-direction-nav a {
	display: block;
	width: 50px;
	height: 50px;
	background: #444 no-repeat center;
	background-size: auto 10px;
	position: absolute;
}

.flex-direction-nav .flex-prev {
	left: 0;
	background-image: url( assets/images/icons/chevron-left_w.png );
}

.flex-direction-nav .flex-next {
	right: 0;
	background-image: url( assets/images/icons/chevron-right_w.png );
}

.flex-direction-nav a:hover { background-color: #6AA897; }

.flex-direction-nav .flex-prev:active { margin-left: -2px; }
.flex-direction-nav .flex-next:active { margin-right: -2px; }

/* Format: Quote ----------------------------- */

.post.format-quote,
.post.format-quote + .post { 
	border-top: none; 
}

.post-quote {
	background: #444;
	color: #fff;
	display: block;
	text-decoration: none;
}

.post-quote blockquote,
.post-quote blockquote p {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 150%;
}

.post-quote blockquote {
	background-color: transparent;
}

.post-quote blockquote:before {
	color: inherit;
}

.post-quote cite {
	font-size: 1.1rem;
	display: block;
	margin-top: 30px;
}

.post-quote cite:before { 
	content: "— "; 
}

a.post-quote:hover {
	background: #6AA897;
	color: #fff;
}


/* -------------------------------------------------------------------------------- */
/*	6.	Post: Single
/* -------------------------------------------------------------------------------- */


/* Page Links -------------------------------- */

.page-links {
	background: #eee;
	display: flex;
	color: #767676;
	font-size: 0.9em;
	padding: 0 8%;
}

.page-links > span,
.page-links > a {
	display: inline-block;
	padding: 3.5% 4.5%;
}

.page-links span.title {
	padding-left: 0;
	background: none;
	color: #767676;
}

.page-links > span {
	background: #E6E6E6;
	color: #666;
}

.page-links a:hover {
	background: #6AA897;
	color: #fff;
}

/* Post Meta --------------------------------- */

.post-meta-toggle {
	background: #e6e6e6;
	color: #666;
	display: block;
	padding: 6% 4%;
}

.post-meta-toggle-inner {
	display: block;
	text-align: center;
	margin: 0 auto;
	position: relative;
}

.post-meta-toggle p,
.post-meta-toggle .bars {
	vertical-align: middle;
}

.post-meta-toggle p {
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	line-height: 11px;
	margin: 0 0 0 4px;
	text-transform: uppercase;
}

.post-meta-toggle .bars {
	display: inline-block;
	height: 10px;
	position: relative;
	width: 15px;
}

.post-meta-toggle .bar {
	background-color: currentColor;
	height: 2px;
	position: absolute;
		left: 0;
		top: 0;
	width: 15px;
}

.post-meta-toggle .bar:nth-child(2) { top: 4px; }
.post-meta-toggle .bar:nth-child(3) { top: 8px; }

.post-meta-toggle:hover { cursor: pointer; }

/* active state */

.post-meta-toggle.active { background: #555; }

.post-meta-toggle.active p { color: #fff; }
.post-meta-toggle.active .bar { background: #fff; }

.post-meta-toggle.active .bar:nth-child(1),
.post-meta-toggle.active .bar:nth-child(3) { top: 4px; }

.post-meta-toggle.active .bar:nth-child(2) {
	opacity: 0;
}

.post-meta-toggle.active .bar:nth-child(1) {
	transform: rotate(45deg);
}

.post-meta-toggle.active .bar:nth-child(3) {
	transform: rotate(-45deg);
}

/* POST META INNER */

.no-js .post-meta-toggle { display: none; }
.no-js .post-meta-inner { display: block; }

.post-meta-inner {
	display: none;
	background: #444;
	padding: 8%;
	font-size: 0.95em;
	text-align: center;
	color: #fff;
}

.post-meta-inner a { 
	color: #fff; 
	text-decoration: none;
}

.post-meta-inner a:hover { 
	color: #6AA897; 
}

.post-meta-inner p {
	display: inline-block;
	width: 46%;
	margin: 20px 5% 20px 0;
	vertical-align: top;
	text-align: center;
	line-height: 130%;
}

.post-meta-inner p:nth-child(2n),
.post-meta-inner p:last-child { 
	margin-right: 0; 
}

.post-meta-inner p strong {
	display: block;
	margin-bottom: 4px;
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	color: #999;
	text-align: center;
}

/* Post Navigation --------------------------- */

.post-nav {
	padding-top: 20px;
	border-top: 2px solid #555;
	margin-top: 20px;
}


/* -------------------------------------------------------------------------------- */
/*	X.	Blocks
/* -------------------------------------------------------------------------------- */


/* Block Editor Colors ----------------------- */

:root .has-accent-color { color: #6AA897; }
:root .has-black-color { color: #272F38; }
:root .has-dark-gray-color { color: #444; }
:root .has-medium-gray-color { color: #666; }
:root .has-light-gray-color { color: #888; }
:root .has-accent-background-color { background-color: #6AA897; }
:root .has-white-color { color: #fff; }

:root .has-black-background-color { background-color: #272F38; }
:root .has-dark-gray-background-color { background-color: #444; }
:root .has-medium-gray-background-color { background-color: #666; }
:root .has-light-gray-background-color { background-color: #888; }
:root .has-white-background-color { background-color: #fff; }

/* Block Editor Font Sizes ------------------- */

:root .has-small-font-size { font-size: .842em; }
:root .has-regular-font-size { font-size: 1em; }

:root .has-large-font-size,
:root .has-larger-font-size {
	line-height: 1.45;
}

:root .has-large-font-size { font-size: 1.2em; }
:root .has-larger-font-size { font-size: 1.4em; }

/* Block: Button ----------------------------- */
/* Block: Quote ------------------------------ */

.post-content blockquote,
.post-content .wp-block-quote.is-large,
.post-content .wp-block-quote.is-style-large {
	margin-bottom: 1.25em;
	padding: 30px 30px 30px 90px;
}

.post-content blockquote p:last-child {
	margin-bottom: 0;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-size: 1.33em;
	line-height: 1.5;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-style-large cite {
	display: block;
	font-size: 0.8em;
	text-align: inherit;
}

/* Block: Pullquote -------------------------- */

.wp-block-pullquote,
.wp-block-pullquote blockquote {
	background: none;
	border: none;
	padding: 0;
}

.wp-block-pullquote blockquote {
	margin-bottom: 0;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: calc( 100% - 40px );
}

.wp-block-pullquote.is-style-solid-color blockquote cite {
	text-transform: uppercase;
}

.wp-block-pullquote blockquote:before {
	content: none;
}

.wp-block-pullquote cite {
	color: #666;
}

/* Block: Gallery ---------------------------- */

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	margin: 0;
	padding-bottom: 10px;
}

.post-content .wp-block-gallery.alignfull {
	padding: 0 8px;
}

.post-content ul.wp-block-gallery:not(.alignfull) {
	margin-left: 0;
}

/* Block: Image ------------------------------ */

.wp-block-image .aligncenter > figcaption,
.wp-block-image .alignleft > figcaption,
.wp-block-image .alignright > figcaption,
.wp-block-image.is-resized > figcaption {
	display: block;
}

/* Block: Cover Image ------------------------ */

.wp-block-cover-image.alignfull {
	min-height: 75vh;
}

.wp-block-cover-image p {
	font-weight: 400;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Social ----------------------------- */

.wp-block-social-links.is-style-logos-only .wp-social-link svg {
	max-width: none;
}

/* Block: File ------------------------------- */

.wp-block-file {
	align-items: center;
	background: rgba( 0, 0, 0, 0.05 );
	border-radius: 4px;
	display: flex;
	font-family: var(--mainfont);
	justify-content: space-between;
	margin: 30px 0;
	padding: 20px;
}

.wp-block-file a:not(.wp-block-file__button) {
	font-size: 18px;
	font-weight: 700;
	text-decoration: none;
}

.wp-block-file__button {
	font-weight: 700;
	flex-shrink: 0;
}


/* -------------------------------------------------------------------------------- */
/*	7.	Post Content
/* -------------------------------------------------------------------------------- */


.post-content {
	/*font-family: 'Crimson Text', 'Times New Roman', 'Times', serif;*/
	font-family: var(--mainfont);
	font-size: 1.25em;
	color: #444;
}

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

.post-content p.has-drop-cap:first-letter {
	font-size: 5.8em;
}

/* Post Content Media ------------------------ */

.wp-caption,
.post-content img {
	max-width: 100%;
}

.alignnone,
.alignleft,
.alignright,
.aligncenter {
	max-width: 100%;
}

.alignnone,
.aligncenter,
.alignfull,
.alignwide {
	margin-bottom: 2.5rem;
	margin-top: 2.5rem;
}
/* OM
:root .alignfull {
	margin-left: calc( ( 800px ) * -0.08 );
	max-width: 800px;
	width: 800px;
}*/

.post-content .alignleft,
.post-content .alignright {
	margin-bottom: 1em;
	max-width: 45%;
}

.post-content .alignleft {
	float: left;
	margin-right: 1.5em;
}

.post-content .alignright {
	float: right;
	margin-left: 1.5em;
}

.post-content .aligncenter,
.post-content .aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* JETPACK TILES GALLERY */

.tiled-gallery .tiled-gallery-caption {
	color: #666;
	font-family: var(--mainfont);
	font-weight: 700;
	padding: 10px;
	text-transform: uppercase;
	text-align: center;
}


/* -------------------------------------------------------------------------------- */
/*	8.	Comments
/* -------------------------------------------------------------------------------- */


.comments,
.comment-respond {
	padding: 8%;
	background: #fff;
}

.comment-respond { 
	margin-top: 8%; 
}

.comments-title-container {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
	margin: 8% 0;
	position: relative;
}

.comments-title,
.comments-subtitle {
	margin: 0;
}

.comments-title {
	font-size: 1.75em;
	font-weight: 700;
}

.comments-subtitle {
	font-size: 1em;
	margin-left: 20px;
}

.comments-subtitle a { text-decoration: none; }
.comments-subtitle a:hover { text-decoration: underline; }

/* Comment ----------------------------------- */

.commentlist .children { 
	margin-left: 8%; 
}

div.comment {
	margin-top: 40px;
	border-top: 2px solid #eee;
	padding-top: 40px;
	position: relative;
}

li.comment { 
	position: relative; 
}

.commentlist > li.comment:first-child > div.comment:first-child {
	margin: 0;
	border: none;
	padding: 0;
}

.comment .avatar-container {
	display: block;
	width: 60px;
	position: absolute;
	left: 0;
}

.comment .avatar {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 999px;
	position: relative;
	z-index: 2;
}

.bypostauthor > .comment .avatar { 
	border: 4px solid #6AA897; 
}

.comment-inner { 
	margin-left: 80px; 
}

/* COMMENT HEADER */

.comment-header {
	padding: 8px 0 20px;
	position: relative;
}

.comment-header a {
	text-decoration: none;
}

.comment-header h4 {
	font-size: 1em;
	font-weight: 700;
	margin: 0;
}

.comment-header h4 a { color: #333; }
.comment-header h4 a:hover { color: #6AA897; }

.comment-date {
	font-size: .9em;
	font-weight: 600;
	margin: 6px 0 0;
}

.comment-date a { color: #666; }
.comment-date a:hover { color: #333; }

/* COMMENT ACTIONS */

.comment-actions {
	font-size: 0.9em;
	font-weight: 600;
	margin-top: 20px;
}

.comment-actions p { 
	display: inline-block;
	margin: 0;
}

.comment-actions p + p:before {
	content: "/";
	display: inline-block;
	margin: 0 10px 0 7px;
	color: #ddd;
}

.comment-actions a { 
	color: #666; 
	text-decoration: none;
}

.comment-actions a:hover { 
	color: #6AA897; 
}

/* Comment Navigation ------------------------ */

.comments-nav {
	border-top: 2px solid #eee;
	display: flex;
	font-size: 0.9em;
	font-weight: 700;
	justify-content: space-between;
	margin-top: 40px;
	padding-top: 40px;
}

.comments-nav a { 
	color: #666; 
	text-decoration: none;
}

.comments-nav a:hover { 
	color: #6AA897; 
}


/* -------------------------------------------------------------------------------- */
/*	9.	Comment Respond
/* -------------------------------------------------------------------------------- */


.commentlist .comment-respond {
	border-top: 2px solid #eee;
	margin-top: 40px;
	padding: 40px 0 0;
}

.comment-reply-title {
	font-size: 1.75em;
	font-weight: 700;
	margin: 0 0 40px;
}

#cancel-comment-reply-link {
	font-size: 1rem;
	font-weight: 700;
	margin-left: 5px;
}

#cancel-comment-reply-link:hover { 
	text-decoration: underline; 
}

/* Comment Form ------------------------------ */

.comment-form p {
	margin-bottom: 30px;
}

.comment-form > p:last-of-type {
	margin-bottom: 0;
}

.comment-form p.logged-in-as,
.comment-form p.comment-notes {
	color: #666;
	margin: -25px 0 40px;
}

.comment-form p.logged-in-as a,
.comment-form p.comment-notes a { 
	color: inherit; 
	text-decoration: none;
}

.comment-form p.logged-in-as a:hover,
.comment-form p.comment-notes a:hover {
	color: #6AA897;
}

.comment-form label {
	display: block;
	margin: 0 0 5px 0;
}

.comment-form-author,
.comment-form-email {
	float: left;
	width: 47.5%;
}

.comment-form-author { 
	margin-right: 5%; 
}

.comment-form input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	letter-spacing: 0;
	margin: 0 0 0 5px;
	text-transform: none;
}

.comment-form label .required {
	margin-left: 2px;
	color: red;
}

.comment-form p.comment-subscription-form { margin: 30px 0 0; }
.comment-form p.comment-subscription-form + p.comment-subscription-form { margin: 10px 0 0; }
.comment-subscription-form label { font-size: 12px; }


/* -------------------------------------------------------------------------------- */
/*	10.	Pagination
/* -------------------------------------------------------------------------------- */


.infinite-scroll .archive-nav { 
	display: none; 
}

.archive-nav {
	display: flex;
	font-weight: 700;
	justify-content: center;
	margin: 0px auto;
	padding: 20px;
}

.archive-nav.only-next {
	justify-content: flex-end;
}

.archive-nav a {
	color: #666;
	text-decoration: none;
}

.archive-nav a:hover { 
	color: #6AA897; 
}

/* Jetpack Infinite Scroll ------------------- */

#infinite-handle { 
	text-align: center; 
}

#infinite-handle span {
	background-color: #444;
	border-radius: 0;
	color: #fff;
	display: inline-block;
	font-size: 0.8em;
	padding: 16px 20px;
}

#infinite-handle span:hover { 
	background: #6AA897; 
}

.infinite-loader .spinner {
	display: block;
	margin: 0 auto;
}


/* -------------------------------------------------------------------------------- */
/*	11.	Responsive
/* -------------------------------------------------------------------------------- */


@media ( max-width: 1254px ) {

	/* Post Content --------------------------------------- */

	.post-content .alignfull {
		margin-left: calc( ( ( 100vw - var(--sbwidth) ) * .84 ) * -0.08 );
		max-width: calc( ( 100vw - var(--sbwidth) ) * .84 );
		width: calc( ( 100vw - var(--sbwidth) ) * .84 );
	}

}

@media ( max-width: 1100px ) {

	/* Structure ----------------------------- */

	.sidebar {
		padding: 60px 25px 0 25px;
		width: var(--sbmwidth);
	}

	.sidebar-bottom {
		padding-bottom: 30px;
	}

	.wrapper {
		margin-left:  var(--sbmwidth);
	}

	/* Post Content -------------------------- */

	.post-content .alignfull {
		margin-left: calc( ( ( 100vw -  var(--sbmwidth) ) * .84 ) * -0.08 );
		max-width: calc( ( 100vw -  var(--sbmwidth) ) * .84 );
		width: calc( ( 100vw -  var(--sbmwidth) ) * .84 );
	}

}

@media ( max-width: 930px ) {

	/* Structure ------------------------------ */
	.upper-wrap{
		display: block;
	}
	.sidebar {
		padding: 30px 0;
		position: relative;
			bottom: auto;
			right: auto;
			top: auto;
		width: 100%;
	}
	.sidebar-top{
		flex-direction: row;
	}
	.sidebar-inner {
		margin: 0 auto;
		max-width: 86%;
	}

	.wrapper-inner {
		margin: 0;
		max-width: none;
		width: auto;
	}

	.wrapper {
		margin: 7%;
	}

	/* Site Header --------------------------- */

	.blog-title {
		text-align: left;
		width:25% !important;
		margin-top:0 !important;
	}

	.blog-title:after,
	.main-menu,
	.sidebar-bottom {
		display: none;
	}

	/*.sidebar-top {
		align-items: center;
		display: flex;
		justify-content: space-between;
	}*/

	/* Navigation ------------------------------ */

	.nav-toggle {
		display: block !important;
		flex-shrink: 0;
		margin-left: auto;
		margin-right:0;
		
	}

	.nav-toggle,
	.nav-toggle:hover {
		background-color: #444;
	}

	.nav-toggle .bars {
		float: right;
		height: 10px;
		position: relative;
		width: 15px;
	}

	.nav-toggle .bar {
		background-color: #fff;
		height: 2px;
		position: absolute;
			left: 0;
			top: 0;
		width: 15px;
	}

	.nav-toggle .bar:nth-child(2) { top: 4px; }
	.nav-toggle .bar:nth-child(3) { top: 8px; }

	.nav-toggle p {
		color: #fff;
		float: right;
		font-size: 14px;
		font-weight: 700;
		line-height: 10px;
		margin: 0 8px 0 0;
		text-align: right;
		text-transform: uppercase;
	}

	.nav-toggle .close { 
		display: none; 
	}

	.nav-toggle:hover { 
		cursor: pointer; 
	}

	.nav-toggle.active .bar:nth-child(1),
	.nav-toggle.active .bar:nth-child(3) { 
		top: 4px; 
	}

	.nav-toggle.active .bar:nth-child(2) {
		opacity: 0;
	}

	.nav-toggle.active .bar:nth-child(1) { transform: rotate( 45deg ); }
	.nav-toggle.active .bar:nth-child(3) { transform: rotate( -45deg ); }

	.nav-toggle.active .menu { display: none; }
	.nav-toggle.active .close { display: block; }

	/* MOBILE MENU */

	.mobile-menu { 
		padding: 40px 7%; 
	}

	.mobile-menu li { 
		margin-top: 25px; 
	}

	.mobile-menu > li:first-child { 
		margin-top: 0; 
	}

	.mobile-menu .sub-menu { 
		margin-left: 25px; 
	}
	
	.mobile-menu a {
		color: #bbb;
		display: block;
		font-size: 16px;
		font-weight: 700;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
	}

	.mobile-menu a:hover { 
		color: #fff; 
	}

	/* Post Content -------------------------- */

	.post-content .alignfull {
		margin-left: calc( ( 100vw * .86 ) * -0.08 );
		max-width: calc( 100vw * .86 );
		width: calc( 100vw * .86 );
	}

}

@media ( max-width: 700px ) {

	/* Structure ----------------------------- */

	.wrapper,
	.wrapper-inner {
		margin: 0;
		max-width: none;
		width: auto;
	}

	/* Site Header --------------------------- */

	.sidebar {
		padding: 25px 0;
	}

	.sidebar-inner {
		max-width: 90%;
	}

	/* Navigation ---------------------------- */

	.nav-toggle {
		right: 5%;
	}

	.mobile-menu {
		padding: 35px 5%;
	}

	.mobile-menu a {
		font-size: 14px;
	}

	/* Post: Archive ------------------------- */

	.archive-header {
		margin: 7% 0;
	}

	.post-header {
		margin-bottom: 30px;
	}

	.posts .post,
	.posts .page {
		margin-bottom: 0;
	}

	.post + .post {
		border-top: 10px solid #eee;
	}

	.post-inner,
	.archive-nav {
		padding: 40px 5%;
	}

	.page-links {
		padding: 0 5%;
	}

	.page-links > span,
	.page-links > a {
		padding: 15px 20px;
	}

	/* Post: Single -------------------------- */

	.post-meta-inner {
		padding: 40px 5%;
	}

	
	
	
	/* Post Content -------------------------- */

	.post-content .alignfull {
		margin-left: -5vw;
		max-width: 100vw;
		width: 100vw;
	}

	/* Comments ------------------------------ */

	.comments-title-container {
		padding: 35px 5%;
		margin: 0;
		background: #fff;
		border-bottom: 2px solid #eee;
	}

	.comments,
	.comment-respond {
		padding: 40px 5%;
	}

	.comment-respond {
		margin-top: 0;
		border-top: 2px solid #eee;
	}

	.no-comments {  margin: 10% 0; }

	/* Pagination ---------------------------- */

	#infinite-handle,
	.infinite-loader {
		margin: 7% 0;
	}

}

@media ( max-width: 600px ) {

	body {
		font-size: 16px;
	}

	/* Element Base -------------------------- */

	h1 { font-size: 1.5em; }
	h2 { font-size: 1.25em; }
	h3 { font-size: 1.1em; }
	h4 { font-size: 1em; }
	h5 { font-size: 0.9em; }
	h6 { font-size: 0.7em; }

	input[type="text"],
	input[type="password"],
	input[type="email"],
	input[type="url"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="week"],
	input[type="number"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	textarea {
		padding: 13px;
		font-size: 0.8em;
	}

	/* Post: Archive ------------------------- */

	/* FORMAT: GALLERY */

	.flex-direction-nav {
		margin-top: -16px;
	}

	.flex-direction-nav a {
		height: 32px;
		width: 32px;
	}

	/* Comments ------------------------------ */

	.comments-title,
	.comment-reply-title {
		font-size: 1.4em;
	}

	#cancel-comment-reply-link {
		margin-left: 3px;
		font-size: 0.9rem;
	}

	div.comment,
	.comments-nav {
		margin-top: 25px;
		padding-top: 25px;
	}

	.comment-inner {
		margin-left: 64px;
	}

	.comment > .avatar-container {
		width: 44px;
	}

	.comment-header {
		padding-top: 4px;
	}

	/* Comment Respond ----------------------- */

	.comment-reply-title { 
		margin-bottom: 35px; 
	}

	.comment-form p.logged-in-as,
	.comment-form p.comment-notes {
		margin: -25px 0 30px;
	}

	.comment-form p { 
		margin-bottom: 20px; 
	}

	.comment-form-author,
	.comment-form-email {
		float: none;
		width: 100%;
		margin-left: 0;
	}

}

@media ( max-width: 500px ) {

	/* Sidebar ------------------------------- */

	.sidebar {
		padding: 20px 0;
	}

	.blog-title {
		font-size: 1.25em;
	}

	/* Post: Archive ------------------------- */

	.post-header {
		margin-bottom: 20px;
	}

	.post-title {
		/*font-size: 1.75em;*/
	}

	/* FORMAT: QUOTE */

	.post-quote blockquote,
	.post-quote blockquote p {
		font-size: 1.25rem;
	}

	/* Post Content -------------------------- */

	.post-content blockquote,
	.post-content .wp-block-quote.is-large,
	.post-content .wp-block-quote.is-style-large {
		padding: 25px;
	}

	.post-content .wp-block-pullquote,
	.post-content .wp-block-pullquote blockquote {
		padding: 0;
	}

	.post-content blockquote:before {
		content: none;
	}

	.post-content .alignleft,
	.post-content .alignright {
		float: none;
		margin: 2em auto;
		max-width: 100%;
	}

	.post-content .alignleft img,
	.post-content .alignright img {
		margin: 0 auto;
	}

}

@media ( max-width: 400px ) {

	/* Post: Single -------------------------- */

	.post-meta-toggle {
		padding: 30px 4%;
	}

	.post-meta-date span {
		display: none;
	}

	.post-content a.more-link {
		padding: 12px 16px;
	}

}

@media ( max-width: 350px ) {

	/* Comments ------------------------------ */

	.comment .avatar-container {
		display: none;
	}

	.comment-inner {
		margin-left: 0;
	}

}

/* OM add*/
html {
  scroll-behavior: smooth;
}
.wrapper {
  margin: 0 !important;
}
@media ( min-width: 930px ) {
	#wrapper{
		width:calc(100% - 300px) !important;
	}
.wrapper-inner{

    margin-right:0px !important;
}
.sidebar{
    z-index: 1000;
    background-color: rgba(255,255,255,0.5) !important;
    backdrop-filter: blur(15px) !important;
padding:80px 20px 0 20px !important;
min-height: 720px;
position: sticky;
flex-shrink: 0;
}
.sidebar a{
        color:#000 !important;
}

}
#wrapper.widechange{
    width:100%  !important;
    max-width:100%  !important;
	/*margin-left: -300px !important;*/
}
.post-inner{
    padding: 0px !important;
}
.post-header{
    display: none;
}







.invert,
.green{

	background-color:#3AAD98 !important;
	
}
.invert .blog-title img,
.green .blog-title img{
filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(229deg) brightness(200%) contrast(101%);
}
.invert .mega-menu-flyout > a,
.green .mega-menu-flyout > a,
.invert .select_language_area,
.green .select_language_area,
.mobile-menu .select_language_area,
.invert .select_language,
.green .select_language,
.mobile-menu .select_language{
	color:#FFF !important;
}
.select_language_area {
  position: relative;
  margin: 0em 0em 0em 0em;
}


.select_language_area::before {
  pointer-events: none; 
margin-right:5px;

  content:"\f0ac";
  font-family: 'FontAwesome', sans-serif;
}

.select_language {
background:transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  /*今回指定する<select>のスタイル */
width:5em;
  border: none;
  outline:none;
  font-size: 15px;
  padding: 0;
}
.select_language option{
color:#000;
	padding:5px;
}
.sidebar .switch{
	display:none;
	transition: 0.5s;
}
a.eclink{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 16px;
	padding: 6px 3px;
	border: solid 2px #333;
}
.green a.eclink,
.invert a.eclink,
.mobile-menu a.eclink{
		border-color:#FFF;
		color:#FFF !important;
}
@media ( min-width: 930px ) and ( max-width: 1200px ) {
.sidebar .switch{
	position:absolute;
	width: 2em;
	height: 40px;
	font-weight: bold;
	top: 0;
	right: -2em;
	color: #3AAD98;
	background: rgba(255,255,255,0.5) !important;
	backdrop-filter: blur(15px) !important;
	z-index: 1000;
	cursor: pointer;
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.kakunou{
	-webkit-transition-timing-function: cubic-bezier(.4,0,.6,1);
    transition-timing-function: cubic-bezier(.4,0,.6,1);
    -webkit-transform: translateX(calc(-1 * var(--sbwidth)));
    -ms-transform: translateX(calc(-1 * var(--sbwidth)));
    transform: translateX(calc(-1 * var(--sbwidth)));
	margin-left:-300px;
}



		.sidebar.green .switch,
	.sidebar.invert .switch{
		color:#FFF !important;
background:#3AAD98 !important;		
	}
	
	.sidebar .switch span{
		top:11px;
		left:10px;
	}
	.sidebar .switch span::before{
		content:"\f100";
font-family: "Font Awesome 5 Free";
		display: inline-block;
	}
		.kakunou .switch span::before{
		content:"\f101";
font-family: "Font Awesome 5 Free";
		display: inline-block;
	}
	
	/* 背景緑の時 */
	.sidebar.invert .switch {
		background:#3AAD98;
		color:#FFF
	}
}
@media ( max-width: 930px ) {
.sidebar .switch{
	display:none;

}
.blog-title img{
height: 42px;
}
}
@media ( min-width: 930px ) and ( max-width: 1100px ) {
    .kakunou{
        -webkit-transition-timing-function: cubic-bezier(.4,0,.6,1);
        transition-timing-function: cubic-bezier(.4,0,.6,1);
        -webkit-transform: translateX(calc(-1 * var(--sbmwidth)));
        -ms-transform: translateX(calc(-1 * var(--sbmwidth)));
        transform: translateX(calc(-1 * var(--sbmwidth)));
		margin-left:-300px;
    }
}

/* カルーセル強制表示用 */
.study.metaslider.ms-theme-bubble .flexslider ul.flex-direction-nav li a{
	opacity:1 !important;
}
.study.metaslider.ms-theme-bubble .flex-direction-nav{
	bottom:-0px !important;
	width: auto;
display: flex;
	justify-content: flex-end;
}
.study.metaslider.ms-theme-bubble .flex-direction-nav > li,
.study.metaslider.ms-theme-bubble .flex-direction-nav > li a{
	position: relative;
}
.study.metaslider.ms-theme-bubble .flex-direction-nav > li a{
width:50px !important;
	height:50px !important;
	color: #60C3A2;
border: #60C3A2 solid 2px;
	border: #60C3A2 solid 2px;
}

.study.metaslider.ms-theme-bubble .flex-direction-nav > li a.flex-prev{
margin-right: 20px;
}
.study.metaslider.ms-theme-bubble .flexslider .flex-control-nav{
	display:none !important;
} 
#metaslider_436{
	padding-bottom:150px !important;
}


/*右側スクロールナビゲーション ラージPCのみ*/
/*
.scroll_track{
	display:none;

}
@media ( min-width: 1200px ) {
.scroll_track{
	display:block;
	position: fixed;
	top: 80px;
	right: 0;
	z-index: 100;
}
.scrollnav-list > li{
	display: block;
}
.scrollnav-list > li a{
	display: block;
	padding: 10px;
	color: #F15A24;
	text-decoration: none;
	text-align: center;
	background-color: #ffffff;
	border: 1px solid #F15A24;
}
.scrollnav-list > li a:hover,
.scrollnav-list > li.on a{
	color: #ffffff;
	background-color: #F15A24;
}
}


#section-menu {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 3000;
	text-transform: uppercase;

	-webkit-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
#section-menu.freeze {
	right: -112px;
}
.touch #section-menu {
	display: none;
}
#section-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#section-menu li {}
#section-menu a {
	float: right;
	clear: both;

	display: block;
	height: 2em;
	line-height: 2em;
	text-decoration: none;
	padding: 0 8px;
	background: rgba(0,0,0,0.5);
	color: #fff;
	white-space: nowrap;

	-webkit-transition: all ease 0.1s;
	transition: all ease 0.1s;
}
#section-menu.freeze a {
	float: none;
	width: 128px;
}
#section-menu a:hover,
#section-menu a:focus {
	background: rgba(0,0,0,0.75);
	font-size: 1.2em;
}
#section-menu a span {
	display: none;
	font-weight: 700;
	position: relative;
	width: 32px;
	left: -8px;
	text-align: center;
	background: rgba(0,0,0,0.1);
}
#section-menu a.active {
	background: #000;
	font-size: 1.4em;
	font-weight: 700;
}
#section-menu.freeze a span {
	display: inline-block;
}
#section-menu a.active span {
	display: inline-block;
	background: #000;
}
#section-menu a.active span:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	background: #f80;
}
#section-menu.freeze a.active span:before {
	display: none;
}*/


.side-menu {
  position: fixed;
  right: 10px;
  top: 0;
  bottom: 0;
  width: 22px;
  height: 100%;
  display: table;
  z-index: 1000;
}

.side-menu nav {
  display: table-cell;
  vertical-align: middle;
}

.side-menu li {
  padding: 10px 0;
  font-size: 16px;
  line-height: 20px;
list-style: none;
margin: 0;
}

.side-menu a {
  display: block;
  position: relative;
  color: #FFF;
  text-decoration: none;
  white-space: nowrap;
  text-align: right;
}

.side-menu a:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #3AAD98;
  -webkit-transition: 0.2s;
          transition: 0.2s;
	background-color:#FFF;

}

.side-menu span {
  display: block;
  position: absolute;
  right: 32px;
  -webkit-transition: 0.2s;
          transition: 0.2s;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translate3d(30px, 0, 0);
      -ms-transform: translate3d(30px, 0, 0);
       -o-transform: translate3d(30px, 0, 0);
          transform: translate3d(30px, 0, 0);
}

.side-menu .active a:after {
  background: #3AAD98;
	border-color:#FFF;
}

.side-menu .active span {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
      -ms-transform: translate3d(0, 0, 0);
       -o-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.lavalamp-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  background: #FFF;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  text-align: center;
}

/* アラートダイアログ　とりあえずPC */
.traffic_alert{
    background-color: #f2f200;
    color: #000000;
    width: 100%;
    font-size: 14px;
    text-align: center;
	padding:10px 20px;
	margin-bottom:1em;
}
.dialog{
	left:var(--sbwidth);
	box-shadow:0px 0px 12px #000;
	border:none;
	top:10px !important;
	margin-left:0px;
}
.dialog .dialog-scroll{
	overflow-y:auto;
	height:calc(60vh - 3em);
	overscroll-behavior-y:none;
}
.dialog h3{
	margin:0px 0 20px;
}
.dialog h3 a{
	text-decoration:underline;
	color:#6AA897 !important;
}
.dialog a.more{
	display:table;
	margin:10px auto 20px;
	background-color:#6AA897;
	color:#FFF !important;
	padding:10px 20px;
	border-radius:5px;
}
.dialog .close{
	float:right;
	position: relative;
	z-index: 100;
}

@media ( max-width: 930px ) {
	.dialog{
		left:0;
		right:0;
		margin:auto;
		box-shadow:0px 0px 12px #000;
		border:none;
		top:10px !important;

	}
	}


/* 投稿右サイドバー実装用  */


body.single-post div.post-inner{
	display:flex;
	flex-wrap:wrap;
}
body.single-post div.post-inner .post-content{
width:70%;
}
body.single-post div.post-inner #rightside{
	width:calc(30% - 40px);
	padding:30px;
border-left:1px solid #CCCCCC;

	margin:0px 20px;
}
.archive_thumb img {
  object-fit: contain;
  height: 192px;
  margin: auto;
}
.post-navigation .nav-links{
	display:flex;
    justify-content: space-between;
    flex-wrap: wrap;
	width:90%;
	margin:auto;
}

#area-selecter{
	display:none;
}

@media ( max-width: 1100px ) {
body.single-post div.post-inner .post-content{
width:100%;
}
body.single-post div.post-inner #rightside{
	width:100%;
	border-left:none;
	border-top:1px solid #CCCCCC;
	margin-top:20px;
}

}
@media ( max-width: 1600px ) {
#area-selecter{
	display:block;
}
}

.article_midashi{
	padding-bottom:15px;
    border-bottom: 1px solid #ddd;
	margin-bottom:30px;
	margin-right:40px;
	margin-left:40px;
}

.post-news-header{
	margin-top:10px;
	width:100%;
}

.category-tag{
display: block;
	padding:3px 15px;
	border:solid 1px #CCC;
	white-space: nowrap;
}
#news-box .fl-module-rich-text{
	display: table;
	margin:auto;
}


/*投稿フォーマット*/
#rightside h3{
margin-top:0px;
color: #6AA897;
}
#rightside a{
	/*text-decoration: none;*/
}
#rightside ul.category{
/*	border-top: 1px solid #222;*/
list-style: none;
margin:0;
	}
	#rightside ul.category li{
/*border-bottom: 1px solid #222;*/
margin:0;
			}

#rightside ul.category li a{
    display: block;
    padding: 8px 0 8px 1.5em;
    color: #000;
}
.archives-dropdown-wrap{
	position: relative;
	margin: 40px 0 90px;
}			
body.archive .archives-dropdown-wrap{
margin:0;
}
#archive-dropdown{

	width: 100%;
	padding: 12px 23px;
border: 1px solid #E6E6E6;
	background-color: #FFF;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	z-index: 2;
	font-size: 18px;
}

.archives-dropdown-wrap::before {
	width: 8px;
	height: 8px;
	content: '';
	display: block;
	position: absolute;
	top: 18px;
	right: 10px;
	border-bottom: 1px solid #222;
	border-right: 1px solid #222;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 3;
  }


  #rightside .category-posts-internal .cat-post-item{
	position: relative;

  }
  #rightside .category-posts-internal  .cat-post-date{
	position: absolute;
	background-color:#3aad98;
	color:#FFF;
	padding:10px;
  }
  body.archive #posts{
	height: inherit;
  }
  body.archive #posts a.archive_thumb,
body.search-results a.archive_thumb{
	border:1px solid #CCC;
	display: block;
	/*background-color:#e5f5e5;*/
  }
  body.archive #posts a.archive_thumb.noimage{

	background-color:#FFF;
  }
  body.archive #posts a{
	color:#444;
  }
  body.archive #posts span{
	display: block;
	position: absolute;
	top:0;
	left:0;
	background-color: rgba(58, 173, 152,.85);
	color: #FFF;
	padding:5px 10px;
  }
  .archive-nav.only-next{
	max-width:1200px;
	margin: auto;
  }

  ul.heading-category{

	margin: auto;
	display:flex;
	flex-wrap:wrap;
	list-style: none;
  }

  ul.heading-category li:first-child {
	margin-left: 0px !important;
  }
  ul.heading-category li a{
	text-decoration: none;
  }
  ul.heading-category li.current{
	border-bottom:2px solid #6AA897;
  }
  ul.heading-category li.current a{
	font-weight: 500;

  }

  .sns-link,
  .sub-menu{
	margin:10px auto;
	list-style: none;
	display: flex;
  }
.sns-link li,
.sub-menu li{
  flex-grow: 1;
flex-shrink: 0;
}

.wp-block-calendar tbody td,
 .wp-block-calendar th{
	border: 1px solid #ddd;
}
.wp-block-calendar tbody td a,
 .wp-block-calendar th a{
	color:#00663c;
	font-weight: bold;
	font-size: 120%;
}
.wp-block-calendar table th {

	background: #3AAD98;
	color: #FFF;
  }

  /*エリアのひとくち情報ステータス*/

#hisui_areas .fl-col-group .fl-col,
#history_areas .fl-col-group .fl-col,
#mountains .fl-col-group .fl-col{
	position: relative;
}

  .access_status{
    position: absolute;
    width: auto;
    top: 0px;
    right: 0;
    z-index: 99;
    border-radius: 20px;
    padding: 7px 30px 5px 30px;
    font-size: 17px;
    text-align: center;
    font-weight:500;
    color: #fff !important;

}
 .access_status.pt1 {
    background: #4fab9a;
}
.access_status.pt2 {
    background: #e39b52;

}
.access_status.pt3 {
    background: #d14c4c;
}


/*サイドバーのブランクリンクアイコン*/
/*#mega-menu-wrap-primary #mega-menu-primary a[target="_blank"]{
height:2em !important;
}*/
#mega-menu-wrap-primary #mega-menu-primary a[target="_blank"]::after {
content: "\f35d";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 5px;
display: inline-block;
}


/*newsレター*/
.newsletter-header { 
	margin-bottom: 40px; 
	height:30vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(/wp-content/uploads/2023/02/letter_back.jpg);
	background-size: cover;
	position: relative;
	z-index:0;
	background-position: center;
	border-bottom:1px solid #CCC;
}

.news-archive_wrap img,
.letter-archive_wrap img{

position: relative;
border: 1px solid #CCC;

}
.news-archive_wrap ul,
.letter-archive_wrap ul{
	margin-bottom:1em;
}
.news-archive_wrap li,
.letter-archive_wrap li{
margin:0;
font-size:90%;
}
a.dl-btn{
	color: #3aad98;
	font-weight: 700;
	border: 1px solid #3aad98;
	background-clip: border-box;
	border-radius: 50px;
	display: inline-block;
text-align: center;
max-width: 100%;
width: 300px;
font-size: 16px;
font-weight: 500;
line-height: 18px;
padding: 12px 24px;
text-decoration: none;
margin-top:auto;
}
a.dl-btn:hover {
	background-color: #3aad98;
	color:#FFF;
}
@media (min-width: 768px) {
	.news-archive_wrap .row{
		height:100%;
	}
.letter-right > div{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: auto;

}
.letter-right > div.col-8{
	flex-grow: 100 !important;	
	}
}
/*
.news-archive_wrap li > div,
.letter-archive_wrap li > div{
display: block;

margin: auto;
}
.news-archive_wrap li > div img,
.letter-archive_wrap li > div img{
	max-height: 50vh;
	width: auto;
}
*/
.letter-titlespan{
	color: #FFF;
padding: 6px 16px;
margin: 0 auto;
font-size: 120%;
display: block;
background-color: #3aad98;
box-shadow: 3px 3px 12px #CCC;
}
.parent{
display:flex;
flex-wrap:wrap;
padding:0 5%;
width:100%;
}
.child{
width:33.3%;
}
.child img{
height:25vh;
  object-fit: cover; 
}
.monthwrap{
  background-color: #f7f9fb;
}
#monthlist{
  list-style: none;
}


/* header見直し*/
.heading-point{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.heading-point h2{
	text-align: center;
	width: 100%;
	margin-bottom: 5px;
	display: block;
	margin: 0;

	font-size: clamp(25px,3vw,34px);
}
.heading-point.left{
justify-content: left;
}
.heading-point.left h2{
	text-align: left;
	/*text-shadow:1px 5px 5px #000;*/
	text-shadow:1px 5px 15px #000;
}



.heading-point span{
	text-align: center;
	font-size:90%;
	opacity: .8;
}
.heading-point.left span{
	text-align: left;

}


/* 追加差分*/
#wrapper{
	/*background-color:#f5fff5;*/
}
.radius-box{
	margin-top:15px;
	margin-bottom:15px;
}
@media (max-width: 768px) {
	.radius-box{
		margin:15px 20px;
	}

}
.radius-box > div{
	/*border: 2px solid #282828;*/
	border-radius: 20px;
	/*box-shadow: 5px 7px 0px 0px #adadad;*/
	box-shadow: 0px 6px 30px rgba(85, 85, 85, 0.15);
	background-color: #FFF;
	padding:15px;
	height:100%;
	margin-right:15px;
	margin-left:15px;
}
.footer-contact-box{
		
		border-radius: 20px;

		box-shadow: 0px 6px 30px rgba(85, 85, 85, 0.15);
		background-color: #FFF;
		padding:15px;

}
/*
.radius-box.card > div,
.radius-box.card .fl-module-content{
	padding:0px;
}
.radius-box.card > div img{
	border-radius: 20px 20px 0px 0px;

}*/
.radius-box > div > h2,
.radius-box > div > h3,
.radius-box > div > h4{
	
}
.heading-side-border{
	margin-top:50px;
	margin-bottom:0px;
}
.heading-side-border .fl-heading{
	position: relative;
	padding: 0 65px;
	text-align: center;
color:#3aad98;
  }
  
  .heading-side-border .fl-heading:before {
	position: absolute;
	top: calc(50% - 1px);
	left: 0;
	width: 100%;
	height: 2px;
	content: '';
	background: #3aad98;
  }
  
  .heading-side-border .fl-heading span {
	position: relative;
	padding: 0 1em;
	background: #FFF;
	display: inline-block;
  }

  .heading-under-shortborder .fl-heading{
	color:#3aad98;
	position: relative;
	text-align: center;
	padding: 1em;
  }
  .heading-under-shortborder .fl-heading::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	width: 100px;
	height: 5px;
	background: #3aad98;
  }

.heading-scare-quotes{
	margin-top:50px;
	margin-bottom:0px;
}
.heading-scare-quotes .fl-heading{
	position: relative;
	padding: 0 65px;
	text-align: center;
color:#3aad98;
  }
  .heading-scare-quotes .fl-heading:after,
  .heading-scare-quotes .fl-heading:before {
	position: absolute;
	content: '';
	width: 20px;
	height: 100%;
	border-top: #3aad98 solid 2px;
	border-bottom: #3aad98 solid 2px;
  }
  .heading-scare-quotes .fl-heading:before {
	left: 0;
	top: 0;
	border-left: #3aad98 solid 2px;
  }  
  .heading-scare-quotes .fl-heading:after {
	right: 0;
	bottom: 0;
	border-right: #3aad98 solid 2px;
  }

  .heading-under-border {
    display: table;
    position: relative;
	margin-right: auto;
	margin-left: auto;

}

.heading-under-border:before {
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 2px;
    /*background-color: #3aad98;*/
	background-color: #282828;
}



ul.standard {
	margin-top:40px;
	list-style: none;
}
ul.standard li{
	position: relative;
	font-size:17px;
}
ul.standard li:before{
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900!important;
    content: "\f04d";
    position: absolute;
    top: 1.5em;
    font-size: .4em!important;
    color: #3aad98;
    left: -2em;
    width: 1em;
    height: 1em;
    content: "";
    border-radius: 50%;
    background-color: #3aad98;
}
ul.standard.vanilla li a::after{
	content:none !important;
}
ul.standard li span{
	vertical-align: sub;
	font-size:90%;
	display: block;
}
ul.standard li a[target="_blank"]::after {
content: "\f35d";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 5px;
display: inline-block;	
}
ul.standard li a[href$=".xls"]::after,
ul.standard li a[href$=".xlsx"]::after{
content: "\f1c3";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 5px;
display: inline-block;	
}
ul.standard li a[href$=".pdf"]::after{
content: "\f1c1";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 5px;
display: inline-block;	
}
ul.standard li a[href$=".doc"]::after,
ul.standard li a[href$=".docx"]::after{
content: "\f1c2";
font-family: "Font Awesome 5 Free";
font-weight: 900;
margin-left: 5px;
display: inline-block;	
}


@media (min-width: 992px) {
	ul.three-column {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	ul.three-column li {
	  width: 30%;
	}
	ul.two-column {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	  }
	  ul.two-column li {
		width: 45%;
	  }
  }
  
  @media (max-width: 991px) and (min-width: 768px) {
	ul.three-column,
	ul.two-column {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	ul.three-column li,
	ul.two-column {
	  width: 45%;
	}
  }
  
  @media (max-width: 768px) {
	ul.three-column,
	ul.two-column {
	  display: flex;
	  flex-wrap: wrap;
	  justify-content: space-between;
	}
	ul.three-column li,
	ul.two-column li {
	  width: 100%;
	}
	 body.single-post div.post-inner{
		margin-top:1em;
	}
  }
@media (max-width:600px){
	.heading-side-border .fl-heading span{
		line-height:1.5;
	}
	.heading-side-border .fl-heading span br.sp{
		display:inline-block;
	}
	.article_midashi{
		flex-direction:column;
	}
	.article_midashi > div{
		display: flex;
    	align-items: center;
		width:100%;
	}
	.article_midashi > div span{
		margin-right:10px;
	}
	.article_midashi h1{
		margin-top:20px;
	}
}


/*罫線リスト*/
.list-site {
  padding: 0;
  margin-top: 0;
display: flex;
	flex-wrap: wrap;
}
.list-site > li {
	display: flex;
	margin:0;
position: relative;
  width: 33.333333%;
	border-top: 1px solid #CFD8DD;
	font-size:93.8%;
	align-items: center;

justify-content: center;
align-content: center;
}
.list-site > li::before {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  margin: auto;
  background-color: #CFD8DD;
	margin:0;
	left: 0px;
position: absolute;
}
.list-site > li:nth-child(1),
.list-site > li:nth-child(2),
.list-site > li:nth-child(3) {
  border-top: none;
}
.list-site > li:nth-child(even):before {
    height: 60%;
    background-color: #CFD8DD;

  }
.list-site > li:nth-child(3n+1):before {
    display: none
  }
.list-site > li > a {
  display: flex;
  padding: 30px 20px;
justify-content: center;
align-content: center;
align-items: center;
}
@media print, all and (max-width: 768px){
	.list-site > li {

  width: 50%;

}
	.list-site > li:nth-child(3n+1):before {
    display: block;
  }
.list-site > li:nth-child(2n+1):before {
    display: none;
  }
}

/*area h2 退避*/
.area_number h2{
position:relative;
}
.area_number h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 50%;
  width: 100%;
  border-radius: 50px 50px 0 0;
  box-shadow: 0px 6px 30px rgb(85 85 85 / 15%);
  z-index: -1;
}

.area_waku > .fl-row-content-wrap{
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: 0px 6px 30px 0px rgb(85 85 85 / 15%);
border:none;
}

.fukidashi_bottom h3{
    position: relative;
    padding: 0.8rem 0;
    margin-bottom: 0.2rem;
    border-bottom: 5px solid;
    color: black;
    font-weight: bold;
    font-size: 26px;
    text-align: center;
}

.fukidashi_bottom h3:before,
.fukidashi_bottom h3:after {
    position: absolute;
    top: 100%;
    left: 50%;
    content: "";
    height: 0;
    width: 0;
}

.fukidashi_bottom h3:before {
    border: 16px solid;
    border-color: transparent;
    border-top-color: black;
    margin-left: -16px;
}

.fukidashi_bottom h3:after {
    border: 10px solid;
    border-color: transparent;
    border-top-color: white;
    margin-left: -10px;
}
.hitokuchi h3,
h3.hitokuchi{

display: table;
    background-color: #FFF;
    padding: 3px 20px;
    margin: auto;

}
.hitokuchi h3 span::before,
h3.hitokuchi::before{

font-weight:600;
content:"\f276" !important;
font-family: "Font Awesome 5 Free";
margin-right:0.5em;
display: inline !important;
}

.sidebar.side-under-position {
	position: absolute;
	bottom: 0;
	top: auto;
  }
.side-under-position .sidebar-inner{
position:absolute !important;
height:100svh;
bottom:0 !important;
top: auto;
width:260px;
right:auto;
left:auto;
}


.publish_year{
	-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
width: 300px;
padding: 17px 30px;
border: 1px solid  #333;
border-radius: 4px;
background-color: #FFF;
box-sizing: border-box;
color:  #333;
}

#letter-backnumber h5{

	padding:5px;
	text-align: center;
	margin:0px auto;
}

/*
#letter-backnumber h5{
	position: relative;
display: inline-block;
}
#letter-backnumber em {
	position: relative;
	z-index: 2;
  }
#letter-backnumber span{
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1.6rem;
	border-radius: .5rem;
	color: #FFEF00;
	background-color: currentcolor;
}

#letter-backnumber span::after,
#letter-backnumber span::before{
content: '';
position: absolute;
top: 0;
display: block;
width: 1.6rem;
height: 1.6rem;
border-radius: .5rem;
background-color: currentcolor;
mix-blend-mode: multiply;
}
#letter-backnumber span::after{
	right: 0;
}
#letter-backnumber span::before{
	left: 0;
}*/

/*
.area_number.new{

    top: -2.6em !important;

}
.area_number.new h2{

    background: #24ae37;


}*/

.map-wrap{
    position:relative;
}
.map-wrap iframe{
    width:100%;
    height:480px;
}
.map-overlay {
color: #3aad98;
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
background-color: rgba(255,255,255,0.5);
display: flex;
z-index: 9999;
font-size: 2em;
align-items: center;
justify-content: center;
flex-direction: column;
cursor: pointer;
text-shadow: 0px 0px 5px #FFF,0px 0px 5px #FFF,0px 0px 5px #FFF,0px 0px 5px #FFF,0px 0px 5px #FFF,0px 0px 5px #FFF,0px 0px 5px #FFF,0px 0px 5px #FFF;
backdrop-filter: blur(5px);
}

.fl-col-small:not(.fl-col-small-full-width) {
  max-width: 100% !important;
}

.bg-course-brown{
        background-color:#fffad8;

}
.bg-course-hisui{
    background-color:#ecf9f9;
}
.bg-course-blue{
    background-color:#e1f2fd;
}


.course_footer .fl-button:hover{
    text-decoration: underline;
}

.course_footer .fl-button:focus{
	background-color: #FFF !important;
}
.course_footer .fl-button:focus span{
	color:var(--color-theme) !important;
}
.page-insearch .search-box button{
	background: #3aad98;
color: #FFF;
}


/* ノートBG */
.page-id-13045 #wrapper{
	background-image: url("data:image/svg+xml,<svg id='patternId' width='100%' height='100%' xmlns='http://www.w3.org/2000/svg'><defs><pattern id='a' patternUnits='userSpaceOnUse' width='20' height='20' patternTransform='scale(2) rotate(0)'><rect x='0' y='0' width='100%' height='100%' fill='hsla(0,0%,100%,1)'/><path d='M 10,-2.55e-7 V 20 Z M -1.1677362e-8,10 H 20 Z'  stroke-width='1' stroke='hsla(169, 49%, 94%, 0.5)' fill='none'/></pattern></defs><rect width='800%' height='800%' transform='translate(0,0)' fill='url(%23a)'/></svg>")
	}

/* 左サイドバー追加バナー */
img#special_banner{
	display:none;
}
@media (min-height: 809px) and (min-width: 930px) {
img#special_banner{
	display:block;
	height:70px;
	width:auto;
}
}
@media (min-height: 820px) and (min-width: 930px) {
img#special_banner{

	height:auto;

}
}

/* tooltip from boostrap */
/* 対象要素をツールチップの基準にする */
.my-tooltip {
  position: absolute;
  padding: 4px 8px;
  border-radius: 4px;
  background: #333;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 9999;
}


[data-bs-toggle="tooltip"] {
  position: relative;
color:#3aad98;
	text-decoration:dashed;
	font-weight:bold !important;
}

/* ツールチップ本体 */
[data-bs-toggle="tooltip"]::after {
  content: attr(data-bs-title);
  position: absolute;
  left: 50%;
  bottom: 100%;          /* 要素の少し上 */
  transform: translateX(-50%) translateY(-6px);
  padding: 4px 8px;
  border-radius: 4px;
  background: #333;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity .15s ease-out, transform .15s ease-out;
  z-index: 999;
}

/* 吹き出しの三角 */
[data-bs-toggle="tooltip"]::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 100%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent;
  opacity: 0;
  transition: opacity .15s ease-out;
  z-index: 998;
}

/* ホバー・フォーカス時に表示 */
[data-bs-toggle="tooltip"]:hover::after,
[data-bs-toggle="tooltip"]:focus::after,
[data-bs-toggle="tooltip"]:hover::before,
[data-bs-toggle="tooltip"]:focus::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-2px);
}

#hisui_areas a img,
#history_areas a img,
#mountains a img,
#post-121 .radius-box a img{
	aspect-ratio: 3/2;
	width: 100%;
}

