/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@-ms-viewport {
	width: device-width;
}

html {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 5px;
	padding-left: 5px;
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	order: -1;
}

.order-last {
	order: 13;
}

.order-0 {
	order: 0;
}

.order-1 {
	order: 1;
}

.order-2 {
	order: 2;
}

.order-3 {
	order: 3;
}

.order-4 {
	order: 4;
}

.order-5 {
	order: 5;
}

.order-6 {
	order: 6;
}

.order-7 {
	order: 7;
}

.order-8 {
	order: 8;
}

.order-9 {
	order: 9;
}

.order-10 {
	order: 10;
}

.order-11 {
	order: 11;
}

.order-12 {
	order: 12;
}

.offset-1 {
	margin-left: 8.33333%;
}

.offset-2 {
	margin-left: 16.66667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.33333%;
}

.offset-5 {
	margin-left: 41.66667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.33333%;
}

.offset-8 {
	margin-left: 66.66667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.33333%;
}

.offset-11 {
	margin-left: 91.66667%;
}

.d-none {
	display: none !important;
}

.d-inline {
	display: inline !important;
}

.d-inline-block {
	display: inline-block !important;
}

.d-block {
	display: block !important;
}

.d-table {
	display: table !important;
}

.d-table-row {
	display: table-row !important;
}

.d-table-cell {
	display: table-cell !important;
}

.d-flex {
	display: flex !important;
}

.d-inline-flex {
	display: inline-flex !important;
}

.flex-row {
	flex-direction: row !important;
}

.flex-column {
	flex-direction: column !important;
}

.flex-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-wrap {
	flex-wrap: wrap !important;
}

.flex-nowrap {
	flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-fill {
	flex: 1 1 auto !important;
}

.flex-grow-0 {
	flex-grow: 0 !important;
}

.flex-grow-1 {
	flex-grow: 1 !important;
}

.flex-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.justify-content-end {
	justify-content: flex-end !important;
}

.justify-content-center {
	justify-content: center !important;
}

.justify-content-between {
	justify-content: space-between !important;
}

.justify-content-around {
	justify-content: space-around !important;
}

.align-items-start {
	align-items: flex-start !important;
}

.align-items-end {
	align-items: flex-end !important;
}

.align-items-center {
	align-items: center !important;
}

.align-items-baseline {
	align-items: baseline !important;
}

.align-items-stretch {
	align-items: stretch !important;
}

.align-content-start {
	align-content: flex-start !important;
}

.align-content-end {
	align-content: flex-end !important;
}

.align-content-center {
	align-content: center !important;
}

.align-content-between {
	align-content: space-between !important;
}

.align-content-around {
	align-content: space-around !important;
}

.align-content-stretch {
	align-content: stretch !important;
}

.align-self-auto {
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-start {
	align-self: flex-start !important;
}

.align-self-end {
	align-self: flex-end !important;
}

.align-self-center {
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-baseline {
	align-self: baseline !important;
}

.align-self-stretch {
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

/* =WordPress Core
from http://codex.wordpress.org/CSS#WordPress_Generated_Classes
-------------------------------------------------------------- */

.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	background: #fff;
	border: 1px solid #f0f0f0;
	max-width: 96%; /* Image does not overflow the content area */
	padding: 5px 3px 10px;
	text-align: center;
}

.wp-caption.alignnone {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
	margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
	margin: 5px 0 20px 20px;
}

.wp-caption img {
	border: 0 none;
	height: auto;
	margin: 0;
	max-width: 98.5%;
	padding: 0;
	width: auto;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Box sizing rules */

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

/* Remove default padding */

ul[class],
ol[class] {
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	min-height: 100vh;
	text-rendering: optimizeSpeed;
	line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul[class],
ol[class] {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	max-width: 100%;
	display: block;
}

/* Natural flow and rhythm in articles by default */

article > * + * {
	margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

/* Remove all animations and transitions for people that prefer not to see them */

html {
	font-family: system-ui, -apple-system, sans-serif;
	-webkit-overflow-scrolling: touch;
}

body {
	overflow-x: hidden;
	background: #FFFDFA;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	clear: both;
}

img {
	height: auto;
}

address,
em {
	font-style: normal;
}

table {
	border-collapse: collapse;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="password"],
input[type="number"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="search"],
input[type="submit"],
input[type="button"] {
	-webkit-appearance: button;
	-moz-appearance: button;
	appearance: button;
	box-sizing: border-box;
	cursor: pointer;
}

input[type="search"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}

.sr-only {
	position: absolute;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
}

.content-Wrap {
	position: relative;
}

.container-fluid {
	max-width: 1110px;
}


/*========= 上部固定させるためのCSS ===============*/
#header{
	height: 70px;/*高さ指定*/
	width:100%;/*横幅指定*/
	/*以下はレイアウトのためのCSS*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	background:#FFFDFA;
	color:#fff;
	text-align: center;
	padding: 20px;
}


/*JSを使いfixedクラスが付与された際の設定*/
#header.fixed{
	position: fixed;/*fixedを設定して固定*/
    z-index: 999;/*最前面へ*/
    top:0;/*位置指定*/
    left:0;/*位置指定*/
	background:rgba(255,253,250,0.75);
}


.header-SiteName {
	margin-left: 15px;
	margin-bottom: 15px;
}

.header-SiteName_Link {
	display: block;
	width: 150px;
	text-decoration: none;
	color: #43413B;
}

.header-Tagline {
	font-weight: normal;
	display: block;
	text-transform: uppercase;
	color: #767268;
	font-size: 0.625rem;
}

.header-NavToggle {
	position: absolute;
	top: 15px;
	right: 100%;
	width: 40px;
	height: 40px;
	padding: 0 5px;
	cursor: pointer;
	transition: all .2s ease-in-out;
	border: none;
	background-color: transparent;
}

.header-NavToggle_Bar {
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	transition: all .2s ease-in-out;
	background-color: #43413B;
}

.header-NavToggle_Bar::before,
.header-NavToggle_Bar::after {
	display: block;
	width: 100%;
	height: 2px;
	content: "";
	transition: all .2s ease-in-out;
	background-color: #43413B;
}

.header-NavToggle_Bar:before {
	transform: translateY(-9px);
}

.header-NavToggle_Bar:after {
	transform: translateY(7px);
}

.header-NavToggle[aria-expanded="true"] .header-NavToggle_Bar {
	background-color: transparent !important;
}

.header-NavToggle[aria-expanded="true"] .header-NavToggle_Bar:before {
	transform: translateY(0) rotate(45deg);
	background-color: #43413B;
}

.header-NavToggle[aria-expanded="true"] .header-NavToggle_Bar:after {
	transform: translateY(-2px) rotate(-45deg);
	background-color: #43413B;
}

body {
	transition: all .2s ease-in-out;
}

body:after {
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	transition: background-color .2s ease-in-out;
}

body.is-DrawerActive {
	position: relative;
}

body.is-DrawerActive:after {
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(67, 65, 59, 0.3);
}

.header-Nav {
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	width: 260px;
	height: 100%;
	margin-right: -260px;
	transition: margin-right .2s ease-in-out;
	background-color: #F7F6F5;
}

body.is-DrawerActive .header-Nav {
	margin-right: 0;
}

.header-Nav_Items {
	overflow-y: auto;
}

.header-Nav li {
	border-bottom: 1px dashed #D5D1CA;
}

.header-Nav a {
	position: relative;
	display: block;
	padding: 0.7em 15px;
	text-decoration: none;
	color: #43413B;
	overflow-wrap: break-word;
}

.header-Nav a:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 0;
	height: 2px;
	content: "";
	transition: all .2s ease-in-out;
	background-color: #228B22;
}

.footer {
	margin-top: 35px;
	background-color: #E57F15;
	color: #fff;
}

.footer-Widgets {
	padding-top: 30px;
}

.footer-Copyright {
	text-align: center;
	padding: 5px 0;
}

.breadCrumb {
	margin-top: 50px;
	padding: 10px 15px;
	color: #FFFFFF;
	background-color: #228B22;
	font-size: 0.875rem;
}

.breadCrumb a {
	text-decoration: none;
	color: #FFFFFF;
}

.breadCrumb a:hover,
.breadCrumb a:focus {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

.pagination {
	text-align: center;
	margin-top: 45px;
	margin-bottom: 45px;
}

.pagination .nav-links {
	font-family: "Noto Sans JP", sans-serif, sans-serif;
}

.pagination .page-numbers {
	display: inline-block;
	padding: .5em 1em;
	text-decoration: none;
	color: #3B4043;
	border: 2px solid #edeceb;
	border-radius: 0.2em;
	background-color: #F7F6F5;
	font-size: 0.875rem;
}

.pagination .page-numbers:hover {
	border-color: #228B22;
}

.pagination .page-numbers.current {
	color: #FFFFFF;
	border-color: #228B22;
	background-color: #228B22;
}

.pagination .page-numbers.dots {
	padding: 0 .5em;
	border: none;
	background-color: transparent;
}

.module-Article_Item {
	border-bottom: 1px dotted #A2D29E;
}

.module-Article_Item:first-of-type {
	border-top: 1px dotted #A2D29E;
}

.module-Article_Item_Link {
	display: flex;
	text-decoration: none;
	color: #43413B;
	padding-top: 30px;
	padding-bottom: 30px;
}

.module-Article_Item_Img {
	width: 30%;
	margin-right: 15px;
}

.module-Article_Item_Body {
	flex: 1;
	font-size: 0.9375rem;
}

.module-Article_Item_Body p {
	line-height: 1.7;
}

.module-Article_Item_Title {
	margin-bottom: .5em;
	color: #228B22;
	font-size: 1.125rem;
}

.module-Article_Item_Meta {
	color: #767268;
}

.module-Article_Item_Meta li {
	display: inline-block;
}

.module-Article_Item_Cat:after {
	display: inline-block;
	width: 1px;
	height: 1em;
	margin-right: .3em;
	margin-left: .5em;
	content: "";
	transform: skew(-10deg) translateY(0.1em);
	background-color: #767268;
}

ul.module-Article_Item_Meta {
	margin-top: 15px;
}

.jisseki_Item {
	padding: 0 15px 20px;;
}

.jisseki_Item_Img {
	border: 1px solid #767268;
	position: relative;
	padding-top: 50%;
	border-radius: 5px;	
}

.jisseki_Item_Img img {
	-o-object-fit: cover;
	object-fit: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	border-radius: 5px;
}

.jisseki_Item_Link {
	display: block;
	text-decoration: none;
	color: #3B4043;
}

.jisseki_Item_Link:hover .jisseki_Item_Img,
.jisseki_Item_Link:focus .jisseki_Item_Img {
	border-color: #228B22;
	outline: 1px solid #228B22;
}

.jisseki_Item_Title {
	margin: .5em 0;
	font-size: 1.2rem;
}

.jisseki_Item p {
	font-size: 1rem;
	margin-bottom: 0;
}


.content-Comments_Title {
	margin-bottom: 1em;
	font-size: 1.75rem;
}

.content-Comments_Nav {
	text-align: right;
	margin-top: 30px;
	margin-bottom: 30px;
}

.content-Comments .avatar {
	margin-right: 15px;
	border: 1px solid #D5D1CA;
	border-radius: 50%;
}

.content-Comments .reply {
	margin-top: 15px;
}

.content-Comments .page-numbers {
	display: inline-block;
	padding: 0 .5em;
	text-decoration: none;
	color: #3B4043;
	border: 1px solid #228B22;
	border-radius: 0.2em;
	background-color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif, sans-serif;
	font-size: 0.875rem;
}

.content-Comments .page-numbers.current {
	color: #FFFFFF;
	background-color: #228B22;
}

.content-Comments .required {
	color: #de775f;
}

.content-Comments p[class^="comment-form"] {
	margin-bottom: 1em;
}

.content-Comments p[class^="comment-form"]:not([class="comment-form-cookies-consent"]) label {
	font-weight: bold;
	display: block;
}

.content-Comments p[class^="comment-form"]:not([class="comment-form-cookies-consent"]) input,
.content-Comments p[class^="comment-form"]:not([class="comment-form-cookies-consent"]) textarea {
	padding: .2em .5em;
	border: 1px solid #D5D1CA;
	border-radius: 0.2em;
}

.content-Comments p[class^="comment-form"]:not([class="comment-form-cookies-consent"]) textarea[name="comment"] {
	width: 100%;
}

.content-Comments .submit {
	padding: .5em 1em;
	cursor: pointer;
	color: #FFFFFF;
	border: none;
	border-radius: 0.2em;
	background-color: #767268;
}

.content-Comments .logged-in-as {
	margin-bottom: 1em;
}

.content-Comments .logged-in-as a {
	color: #228B22;
}

ol.content-CommentsList {
	border-top: 1px dotted #D5D1CA;
}

.comment.depth-1 {
	border-bottom: 1px dotted #D5D1CA;
}

.comment-body {
	margin-top: 15px;
	margin-bottom: 15px;
}

.comment-body a {
	color: #228B22;
}

.comment-author {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.comment-author cite {
	font-style: normal;
}

.comment-meta {
	margin-top: -1em;
	text-align: right;
	font-size: 0.875rem;
}

.comment-meta a {
	text-decoration: none;
	color: #767268;
}

.comment-meta a:hover,
.comment-meta a:focus {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

.comment-awaiting-moderation {
	display: block;
	margin-top: 15px;
}

.comment-reply-link {
	display: inline-block;
	padding: .1em .5em;
	text-decoration: none;
	color: #FFFFFF !important;
	border-radius: 0.2em;
	background-color: #767268;
	font-size: 0.875rem;
}

.comment-respond {
	border: 1px solid #D5D1CA;
	border-radius: 0.2em;
	padding: 30px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.comment-reply-title {
	margin-bottom: 1em;
}

.comment-notes {
	margin-bottom: 1em;
}

.comment .children {
	margin-left: 1em;
}

.widget_block h1,
.widget_block h2,
.widget_block h3,
.widget_block h4,
.widget_block h5,
.widget_block h6 {
	margin-bottom: 1em;
	padding-top: .5em;
	border-top: 2px solid #228B22;
	font-size: 1.125rem;
}

.widget_block a {
	text-decoration: none;
	color: #3B4043;
}

.widget_block a:hover,
.widget_block a:focus {
	text-decoration: underline;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
}

.widget_block ul:not([class]) {
	padding-left: 1.2em;
}

.widget_block iframe {
	max-width: 100%;
}

.widget_block select {
	max-width: 100%;
	display: inline-block;
	box-shadow: none;
	background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%3E%3Ctitle%3Earw-down%3C%2Ftitle%3E%3Cpath%20d%3D%22M16%2024l-14.7-14.7%201.3-1.3%2013.4%2013.4%2013.4-13.4%201.3%201.3z%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E");
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 10px 10px;
	background-position: center right 8px;
	background-color: #FFFFFF;
	border-radius: 0;
	border: 1px solid #767268;
	padding: .3em 1.5em .3em .5em;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	font-size: 1rem;
}

.widget_block select::-ms-expand {
	display: none;
}

.widget_block .wp-block-button__link {
	color: #228B22;
}

.widget_block .wp-block-button__link:hover {
	text-decoration: none;
}

.widget_nav_menu ul.menu {
	padding-left: 0;
	list-style-type: none;
}

.widget_nav_menu ul.menu li {
	padding: .5em 0;
}

.widget_nav_menu ul.menu li:not(:last-child) {
	border-bottom: 1px solid #D5D1CA;
}

.widget_nav_menu ul.menu a {
	text-decoration: none;
	color: #3B4043;
}

.widget_nav_menu ul.menu a:hover,
.widget_nav_menu ul.menu a:focus {
	text-decoration: underline;
	border-bottom: none;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
}

.widget_nav_menu ul.sub-menu {
	padding-left: 1em;
}

.widget_nav_menu ul.sub-menu li {
	padding-bottom: 0;
}

.sidebar-HairCat {
	margin-bottom: 30px;
}

.sidebar-HairCat_Title {
	margin-bottom: 1em;
	padding-top: .5em;
	border-top: 2px solid #228B22;
	font-size: 1.125rem;
}

.sidebar-HairCat a {
	text-decoration: none;
	color: #3B4043;
}

.sidebar-HairCat a:hover,
.sidebar-HairCat a:focus {
	text-decoration: underline;
	border-bottom: none;
	-webkit-text-decoration-style: solid;
	text-decoration-style: solid;
}

.sidebar-HairCat ul {
	padding-left: 0;
	list-style-type: none;
}

.sidebar-HairCat ul > li {
	padding: .5em 0;
}

.sidebar-HairCat ul > li:not(:last-child) {
	border-bottom: 1px solid #D5D1CA;
}

.header-Nav .search-form {
	padding: 15px;
}

.search-field {
	min-height: 1.5em;
	padding: .2em;
	border: 1px solid #767268;
	border-radius: 0.2em;
}

.header-Nav .search-field {
	max-width: 10em;
}

.search-submit {
	min-height: 1.5em;
	padding: .2em .7em;
	color: #FFFFFF;
	border: 1px solid #43413B;
	border-radius: 0.2em;
	background-color: #43413B;
}

.wp-block-categories.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-archives.aligncenter,
.wp-block-tag-cloud.aligncenter,
.wp-block-latest-comments.aligncenter,
.wp-block-rss.aligncenter {
	text-align: center;
}

.has-skyblue-background-color {
	background-color: #228B22;
}

.has-skyblue-color {
	color: #228B22;
}

.has-light-skyblue-background-color {
	background-color: #ECF5F7;
}

.has-light-skyblue-color {
	color: #ECF5F7;
}

.has-light-gray-background-color {
	background-color: #F7F6F5;
}

.has-light-gray-color {
	color: #F7F6F5;
}

.has-gray-background-color {
	background-color: #767268;
}

.has-gray-color {
	color: #767268;
}

.has-dark-gray-background-color {
	background-color: #43413B;
}

.has-dark-gray-color {
	color: #43413B;
}

.has-x-small-font-size {
	font-size: 0.63636rem;
}

.has-small-font-size {
	font-size: 0.72727rem;
}

.has-normal-font-size {
	font-size: 0.81818rem;
}

.has-large-font-size {
	font-size: 1.09091rem;
}

.has-huge-font-size {
	font-size: 1.63636rem;
}

.wp-block-button__link {
	text-decoration: none;
	border-radius: 0.2em;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	font-family: "Noto Sans JP", sans-serif;
	padding: 1em;
	display: inline-block;
	background-color: #FFFFFF;
	color: #228B22;
	border: 1px solid #228B22;
}

.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:visited {
	background-color: #228B22;
	color: #FFFFFF;
}

.wp-block-button__link:visited {
	color: #228B22;
	background-color: #FFFFFF;
}

.wp-block-button__link:hover {
	background-color: #228B22;
	color: #FFFFFF;
	filter: contrast(150%);
}

.wp-block-button.is-style-fill .wp-block-button__link {
	text-decoration: none;
	border-radius: 0.2em;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	font-family: "Noto Sans JP", sans-serif;
	padding: 1em;
	display: inline-block;
	background-color: #228B22;
	color: #FFFFFF;
}

.wp-block-button.is-style-fill .wp-block-button__link:hover,
.wp-block-button.is-style-fill .wp-block-button__link:focus,
.wp-block-button.is-style-fill .wp-block-button__link:visited {
	background-color: #228B22;
	color: #FFFFFF;
}

.wp-block-button.is-style-fixed .wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
	border: 1px solid #228B22;
	padding: 1em;
}

.wp-block-button.is-style-fixed .wp-block-button__link:hover,
.wp-block-button.is-style-fixed .wp-block-button__link:focus,
.wp-block-button.is-style-outline .wp-block-button__link:hover,
.wp-block-button.is-style-outline .wp-block-button__link:focus {
	background-color: #228B22;
	color: #FFFFFF;
	filter: contrast(100%);
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color) {
	color: #228B22;
}

.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,
.wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):focus {
	color: #FFFFFF;
}

.wp-block-button.is-style-arrow .wp-block-button__link {
	display: flex;
	align-items: center;
	background-color: #228B22;
	color: #FFFFFF;
}

.wp-block-button.is-style-arrow .wp-block-button__link::after {
	content: '';
	margin-left: 0.5em;
	width: 10px;
	height: 18px;
	display: flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg width='9' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 15a1 1 0 01-.77-1.64L5.71 8 1.39 2.63a1 1 0 01.15-1.41A1 1 0 013 1.37l4.83 6a1 1 0 010 1.27l-5 6A1 1 0 012 15z' fill='%23fff'/%3E%3C/svg%3E");
}

.wp-block-button.is-style-fixed .wp-block-button__link {
	width: 80vw;
	max-width: 20em;
	font-size: 1rem;
}

ul.content-CreditList {
	padding: 1em;
	background: rgba(0, 161, 198, 0.03);
	border: 1px solid rgba(0, 161, 198, 0.3);
	font-size: smaller;
}

ul.content-CreditList > li {
	display: flex;
}

ul.content-CreditList > li > * {
	flex-basis: 7.2em;
}

ul.content-CreditList > li > strong {
	font-weight: 400;
}

ul.content-CreditList > li > em {
	font-style: normal;
}

ul.wp-block-social-links li {
	padding: 0;
}

ul.wp-block-social-links a {
	color: inherit;
	fill: inherit;
}

.wp-block-search .wp-block-search__input {
	min-height: 1.5em;
	padding: .2em;
	border: 1px solid #767268;
	border-radius: 0.2em;
	flex-grow: 1;
	min-width: 3em;
}

.wp-block-search .wp-block-search__button {
	background-color: #43413B;
	color: #FFFFFF;
	border: none;
	border-radius: 0.2em;
	fill: #FFFFFF;
	padding: .375em .625em;
	margin-left: .625em;
}

.wp-block-search .wp-block-search__inside-wrapper {
	display: flex;
	flex: auto;
	flex-wrap: nowrap;
	max-width: 100%;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-color: #767268;
	border-radius: 0.2em;
}

.wp-block-latest-posts__post-excerpt {
	clear: both;
	margin-bottom: 0;
	color: #767268;
	font-size: 0.875rem;
}

.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) li {
	padding: .5em 0;
}

.wp-block-latest-posts.wp-block-latest-posts__list:not(.is-grid) li:not(:last-child) {
	border-bottom: 1px solid #D5D1CA;
}

.wp-block-tag-cloud a.tag-cloud-link {
	font-size: .875rem !important;
	display: inline-block;
	margin-bottom: .5em;
	padding: .3em .7em;
	text-decoration: none;
	color: #228B22;
	border: 1px solid #228B22;
	border-radius: 1em;
}

.wp-block-tag-cloud a.tag-cloud-link:hover,
.wp-block-tag-cloud a.tag-cloud-link:focus {
	color: #FFFFFF;
	background-color: #228B22;
}

.wp-block-archives-list.wp-block-archives {
	list-style-type: none;
	padding-left: 0;
}

.wp-block-archives-list.wp-block-archives li {
	padding: .5em 0;
}

.wp-block-archives-list.wp-block-archives li:not(:last-child) {
	border-bottom: 1px solid #D5D1CA;
}

.wp-block-categories-list,
.wp-block-categories__list {
	padding-left: 0;
	list-style-type: none;
}

.wp-block-categories-list li,
.wp-block-categories__list li {
	padding: .5em 0;
}

.wp-block-categories-list li:not(:last-child),
.wp-block-categories__list li:not(:last-child) {
	border-bottom: 1px solid #D5D1CA;
}

.wp-block-page-list {
	list-style-type: none;
	padding-left: 0;
}

.wp-block-page-list li {
	padding: .5em 0;
}

.wp-block-page-list li:not(:last-child) {
	border-bottom: 1px solid #D5D1CA;
}

.wp-block-calendar table {
	overflow: hidden;
	background-color: #FFFFFF;
}

.wp-block-calendar table caption {
	padding: .3em;
	text-align: left;
}

.wp-block-calendar table thead th {
	text-align: center;
	color: #3B4043;
	background-color: #D5D1CA;
}

.wp-block-calendar table thead th,
.wp-block-calendar table thead td {
	border-top: 1px solid #767268;
	border-right: 0;
	border-bottom: 1px solid #767268;
	border-left: 0;
}

.wp-block-calendar table tfoot td#next {
	text-align: right;
}

.wp-block-calendar table tbody th,
.wp-block-calendar table tbody td {
	border-right: none;
	border-bottom: 1px solid #767268;
	border-left: none;
}

.wp-block-calendar table tbody td {
	text-align: center;
}

.wp-block-calendar table tbody td.pad {
	border-right: none;
}

.wp-block-calendar table tbody #today {
	font-weight: bold;
	color: #3B4043;
}

.wp-block-calendar table tbody a {
	font-weight: bold;
	color: #228B22;
}

.wp-calendar-nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	stroke-width: 0;
	stroke: currentColor;
	fill: currentColor;
	speak: none;
}

.home-Hero {
	min-height: 50vh;
	background-image: url(../img/pic_hero-default.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	margin-right: -15px;
	margin-left: -15px;
}

.home-Hero_Inner {
	text-align: center;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-Hero_Txt {
	color: #FFFFFF;
	font-size: 1.625rem;
}

.home-Hero_Txt span {
	font-size: 1rem;
	display: block;
}

.home-Hero p {
	font-family: "Noto Sans JP", sans-serif, sans-serif;
	text-shadow: 2px 2px 3px rgba(67, 65, 59, 0.8);
}

.home-Hero.wp-block-cover.alignfull {
	padding-top: 0;
	min-height: 50vh;
	background-image: none;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	max-width: none;
	width: auto;
}

.home-Hero.wp-block-cover.alignfull p {
	color: #FFFFFF;
	font-family: "Noto Sans JP", sans-serif, sans-serif;
	text-shadow: 2px 2px 3px rgba(67, 65, 59, 0.8);
}

.home-News,
.home-Style,
.home-ShopInfo {
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-News_Title,
.home-Style_Title,
.home-ShopInfo_Title {
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 45px;
}

.home-News_Title span,
.home-Style_Title span,
.home-ShopInfo_Title span {
	display: block;
	margin-top: .5em;
	color: #228B22;
	font-size: 0.75rem;
}

.home-News_More {
	text-align: center;
	margin-top: 45px;
}

.home-News_More_Link {
	text-decoration: none;
	border-radius: 0.2em;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	font-family: "Noto Sans JP", sans-serif;
	padding: 1em;
	display: inline-block;
	background-color: #FFFFFF;
	color: #228B22;
	border: 1px solid #228B22;
	width: 100%;
	max-width: 20em;
}

.home-News_More_Link:hover,
.home-News_More_Link:focus,
.home-News_More_Link:visited {
	background-color: #228B22;
	color: #FFFFFF;
}

.home-Style {
	background-color: #F7F6F5;
	margin-right: -15px;
	margin-left: -15px;
	padding-left: 15px;
	padding-right: 15px;
}

.home-Style_More {
	text-align: center;
	margin-top: 45px;
}

.home-Style_More_Link {
	text-decoration: none;
	border-radius: 0.2em;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	font-family: "Noto Sans JP", sans-serif;
	padding: 1em;
	display: inline-block;
	background-color: #FFFFFF;
	color: #228B22;
	border: 1px solid #228B22;
	width: 100%;
	max-width: 20em;
}

.home-Style_More_Link:hover,
.home-Style_More_Link:focus,
.home-Style_More_Link:visited {
	background-color: #228B22;
	color: #FFFFFF;
}

.home-ShopInfo_Detail {
	text-align: center;
}

.home-ShopInfo_Detail div {
	margin-bottom: .5em;
}

.home-ShopInfo_Reservation {
	text-align: center;
	margin-top: 45px;
}

.home-ShopInfo_Reservation_Link {
	text-decoration: none;
	border-radius: 0.2em;
	opacity: 1;
	transition: all 0.2s ease-in-out;
	font-family: "Noto Sans JP", sans-serif;
	padding: 1em;
	display: inline-block;
	background-color: #FFFFFF;
	color: #228B22;
	border: 1px solid #228B22;
	width: 100%;
	max-width: 20em;
}

.home-ShopInfo_Reservation_Link:hover,
.home-ShopInfo_Reservation_Link:focus,
.home-ShopInfo_Reservation_Link:visited {
	background-color: #228B22;
	color: #FFFFFF;
}

.home-Title {
	text-align: center;
	font-size: 1.5rem;
}

.home-SubTitle {
	display: block;
	margin-top: 0.5em;
	color: #228B22;
	font-size: 0.75rem;
}

.content {
	color: #3B4043;
	padding-top: 45px;
	padding-bottom: 45px;
}

.content-Header {
	margin-bottom: 45px;
}

.content-Title {
	font-size: 1.875rem;
}

.content-SubTitle {
	color: #FFFFFF;
	display: block;
	width: 12em;
	text-align: center;
	background-color: #228B22;
	margin-bottom: 0.3em;
	font-size: 0.875rem;
}

.content-EyeCatch {
	margin-bottom: 30px;
}

.content-Meta {
	color: #767268;
	font-size: 0.875rem;
}

.content-Meta a {
	text-decoration: none;
	color: #767268;
	display: inline-block;
	margin-top: 15px;
}

.content-Meta a:hover {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

.content-Meta .content-Meta_Date:before {
	content: "/";
}

.content-Body {
	line-height: 1.7;
	margin-bottom: 45px;
}

.content-Body h2,
.content-Body h3,
.content-Body h4,
.content-Body h5,
.content-Body h6,
.content-Body hr {
	clear: both;
}

.content-Body h2,
.content-Body h3,
.content-Body h4,
.content-Body h5,
.content-Body h6 {
	margin-bottom: 1em;
}

.content-Body p,
.content-Body ul,
.content-Body ol,
.content-Body dl,
.content-Body figure {
	margin-bottom: 1.5em;
}

.content-Body h2 {
	font-size: 1.5rem;
}

.content-Body h3 {
	font-size: 1.375rem;
}

.content-Body h4 {
	font-size: 1.25rem;
}

.content-Body h5 {
	font-size: 1.125rem;
}

.content-Body h6 {
	font-size: 1rem;
}

.content-Body a {
	color: #228B22;
}

.content-Footer {
	margin-top: 45px;
	margin-bottom: 45px;
}

ul.content-Tags {
	margin-top: 30px;
	margin-bottom: 30px;
}

.content-Tags {
	font-size: 0.875rem;
}

.content-Tags li {
	display: inline-block;
	margin-right: .3em;
}

.content-Tags a {
	display: block;
	padding: .3em .7em;
	text-decoration: none;
	color: #228B22;
	border: 1px solid #228B22;
	border-radius: 1em;
}

.content-Nav {
	color: #767268;
	border-top: 1px dotted #D5D1CA;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 30px;
}

.content-Nav a {
	text-decoration: none;
	color: #767268;
}

.content-Nav a:hover,
.content-Nav a:focus {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

.content-Nav_Prev,
.content-Nav_Next {
	margin-bottom: 15px;
}

.content-Nav_Next {
	text-align: right;
}

.content-Body > table {
	margin-bottom: 1.5em;
	width: 100%;
}

.content-Body > table td {
	border: 1px solid black;
	padding: 0.5em;
}

.content-Body > table.table-striped td {
	border: none;
}

.content-Body > table.table-striped tr:nth-child(odd) td {
	background-color: #f0f0f0;
}

.hairStyle-Img {
	border: 5px solid #D5D1CA;
	position: relative;
}

.hairStyle-Description {
	margin-top: 45px;
	margin-bottom: 45px;
}

.hairStyle-Description:before {
	content: "Overview";
	top: 0;
	width: 100%;
	background-color: #767268;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	display: block;
	margin-bottom: 30px;
	text-align: center;
	font-family: "Noto Sans JP", sans-serif, sans-serif;
	text-transform: uppercase;
}

.hairStyle-Info {
	border-top: 3px solid #D5D1CA;
	margin-top: 30px;
	margin-bottom: 30px;
}

.hairStyle-Info_Item {
	display: flex;
	padding: .7em 0;
	border-bottom: 1px solid #D5D1CA;
}

.hairStyle-Info_Label {
	width: 6.5em;
}

.hairStyle-Info_Detail {
	flex: 1;
}

p.search-ResultNum,
p.search-NoResult {
	margin-bottom: 1em;
}

/* ベースレイアウト */
.site-logo a {
max-width: 275px;
display: block;
margin: 0;
}



.text-center {
  text-align: center;
}

#slider {
    width: 100%;
    height: 100vh;/*スライダー全体の縦幅を画面の高さいっぱい（100vh）にする*/
}

/*=============== SVGアニメーション内の指定 =================*/

.svgtitlebox{
	height: 100vh;
	position: relative;
	text-align: center;
	background-color: rgba(0,0,0,0.2);
}

/*SVGの横幅*/
.svganimeblock{
	max-width:300px;
	width:80%;
	
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 50%;
}

/*SVGの可変*/
.svganimeblock svg{
	width:100%;
}

/*アニメーション前のパスの指定*/
.svganimeblock svg path {
		fill-opacity: 0;/*最初は透過0で見えない状態*/
		transition: fill-opacity 0.5s;/*カラーがつく際のアニメーション0.5秒で変化*/
		fill: none;/*塗りがない状態*/
		stroke: #FFFDFA;/*線の色*/
	}

/*アニメーション後に.doneというクラス名が付与された時のパスの指定*/
.svganimeblock svg.done path{
	  fill: #FFFDFA;/*塗りの色*/
	  fill-opacity: 1;/*透過1で見える状態*/
	  stroke: none;/*線の色なし*/
	}

.svganimeblock p{
	font-size: 1.5em;
	color:#FFFDFA;
}


/*========= 光りながら出現させるためのCSS ===============*/
.glowAnime span{opacity: 0;}

/*アニメーションで透過を0から1に変化させtext-shadowをつける*/
.glowAnime.glow span{ animation:glow_anime_on 1s ease-out forwards; }

@keyframes glow_anime_on{
	0% { opacity:0; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
	50% { opacity:1;text-shadow: 0 0 10px #fff,0 0 15px #fff; }
	100% { opacity:1; text-shadow: 0 0 0 #fff,0 0 0 #fff;}
}



/*========= メニュー関連 ===============*/

/*========= ボタン ===============*/
/*ボタン全体の形状*/
.openbtn{
	display: none;
	position:fixed;
	top:2px;
	right: 2px;
	z-index: 999;
    /*ボタンの形状*/
	background:#003232;
	cursor: pointer;
    width: 50px;
    height:50px;
	border-radius: 5px;
}

/*ボタンのアイコン設定*/
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 5px;
	background-color: #FFF;
  	width: 45%;
  }
.openbtn span:nth-of-type(1) {
	top:13px;	
}
.openbtn span:nth-of-type(2) {
	top:19px;
}
.openbtn span:nth-of-type(3) {
	top:25px;
}
.openbtn span:nth-of-type(3)::after {
	content:"Menu";/*3つ目の要素のafterにMenu表示を指定*/
	position: absolute;
	top:5px;
	left:-2px;
	color: #FFF;
	font-size: 0.6rem;
	text-transform: uppercase;
}

/*activeクラスが付与された後のボタンのアイコン設定*/
.openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}
.openbtn.active span:nth-of-type(3){
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
.openbtn.active span:nth-of-type(3)::after {
	content:"Close";/*3つ目の要素のafterにClose表示を指定*/
    transform: translateY(0) rotate(-45deg);
	top:5px;
	left:4px;
}


/*fadeDownクラスが付与された後のボタンの出現アニメーション設定*/
.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}


/*========= ヘッダーナビゲーション ===============*/
/*==ヘッダーの形状*/
#header{
	height: 50px;
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color:#fff;
	text-align: center;
	padding: 20px;
}

/*.doneクラスがついたヘッダー*/
#header.dnone {
	display: none;
	opacity: 0;/*透過0にして非表示に*/
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたら*/
#header.dnone.panelactive {
	display: flex;
	opacity: 1;/*不透明にして出現*/
}


/*==ヘッダーのテキストナビゲーションの形状*/
#g-navi {
	margin: 0 auto;
}

#g-navi ul{
	list-style: none;
	display: flex;
	justify-content: center;
}

#g-navi ul li a{
	display: block;
	text-decoration: none;
	color: #003232;
	padding:10px;
}

#g-navi ul li.current a,
#g-navi ul li a:hover{
	color:#227223;	
}


/*2階層目以降は横並びにしない*/
#g-navi ul ul{
	display: block;
}

/*下の階層のulや矢印の基点にするためliにrelativeを指定*/
#g-navi ul li{
	position: relative;
}

/*ナビゲーションのリンク設定*/
#g-navi ul li a{
	display: block;
	text-decoration: none;
	color: #003232;
	padding:20px 35px;
	transition:all .3s;
}

#g-navi ul li li a{
	padding:10px 35px;
}

#g-navi ul li a:hover{
	color:#227223;	
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/
#g-navi ul li.has-child::before{
	content:'';
	position: absolute;
	left:20px;
	top:30px;
	width:6px;
	height:6px;
	border-top: 2px solid #003232;
    border-right:2px solid #003232;
    transform: rotate(135deg);
}

/*3階層目を持つliの矢印の設定*/
#g-navi ul ul li.has-child::before{
	content:'';
	position: absolute;
	left:6px;
	top:17px;
	width:6px;
	height:6px;
    border-top: 2px solid #003232;
    border-right:2px solid #003232;
    transform: rotate(45deg);
}

/*== 2・3階層目の共通設定 */

/*下の階層を持っているulの指定*/
#g-navi li.has-child ul{
    /*絶対配置で位置を指定*/
	position: absolute;
	left:0;
	top:52px;
	z-index: 4;
    /*形状を指定*/
	background:#E2F0DF;
	width:180px;
    /*はじめは非表示*/
	visibility: hidden;
	opacity: 0;
    /*アニメーション設定*/
	transition: all .3s;
}

/*hoverしたら表示*/
#g-navi li.has-child:hover > ul,
#g-navi li.has-child ul li:hover > ul,
#g-navi li.has-child:active > ul,
#g-navi li.has-child ul li:active > ul{
  visibility: visible;
  opacity: 1;
}

/*ナビゲーションaタグの形状*/
#g-navi li.has-child ul li a{
	color: #003232;
	border-bottom:solid 1px rgba(255,255,255,0.6);
}

#g-navi li.has-child ul li:last-child a{
	border-bottom:none;
}

#g-navi li.has-child ul li a:hover,
#g-navi li.has-child ul li a:active{
	background:#A2D29E;
}


/*==3階層目*/

/*3階層目の位置*/
#g-navi li.has-child ul ul{
	top:0;
	left:182px;
	background:#E2F0DF;
}

#g-navi li.has-child ul ul li a:hover,
#g-navi li.has-child ul ul li a:active{
	background:#A2D29E;
}


/*==768px以下の形状*/


/*.doneクラスがついたヘッダーのテキストナビゲーションの形状*/
#header.dnone #g-navi{
    /*固定位置にして最背面に*/
    position:fixed;
	top: 0;
    left: 0;
	z-index: -1;
	width:100%;
	height: 100vh;
    /*天地中央＆テキスト中央揃え*/  
	display: flex;
	justify-content: center;
	text-align: center;
    opacity: 0;
	transition: all 0.4s;
}

/*メニューボタンをクリックした際に付与されるpanelactiveクラスがついたナビゲーションの形状*/
#header.dnone.panelactive #g-navi{
	opacity: 1;/*不透明に*/
	z-index:3;/*最前面に*/
	background:#A2D29E;
	padding: 0;
}

#header.dnone.panelactive #g-navi ul{
	display:block;/*flexの横並びをblockにして縦並びに*/
}


/*リストの形状*/
#header.dnone.panelactive #g-navi li a{
	color: #333;
	text-decoration: none;
	padding:10px;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: bold;
	transition:all 0.3s;
}

#header.dnone.panelactive #g-navi li.has-child ul,
#header.dnone.panelactive #g-navi li.has-child ul ul{
position: relative;
left:0;
top:0;
width:100%;
visibility:visible;/*JSで制御するため一旦表示*/
opacity:1;/*JSで制御するため一旦表示*/
display: none;/*JSのslidetoggleで表示させるため非表示に*/
transition:none;/*JSで制御するためCSSのアニメーションを切る*/
}

#header.dnone.panelactive #g-navi ul li a{
	border-bottom:1px solid #228B22;
}

/*矢印の位置と向き*/
#header.dnone.panelactive #g-navi ul li.has-child::before{
	left:15px;
	top:20px;
}

#header.dnone.panelactive #g-navi ul ul li.has-child::before{
	transform: rotate(135deg);
	left:20px;
}

#header.dnone.panelactive #g-navi ul li.has-child.active::before{
	transform: rotate(-45deg);
}





.midashi {
margin: 0 0 0.25em 0;
position: relative;
text-align: center;
color: #003232;
}

.heading1 {
	background: linear-gradient(transparent 85%, #228B22 10%);
	margin-bottom: 20px;
}
.heading1::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 3px;
	background-color: #A2D29E;
}

.heading2::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 3px;
	background-color: #228B22;
}

.l-line {
	border-bottom: 1px solid #228B22;
	padding: 0.2em 0.5em;
	border-left: solid 5px #228B22;
	}

.lb-line {
	background: #E2F0DF;
	padding: 1rem 1rem 1rem 2.5rem;
	position: relative;
	}
.lb-line:before {
    position: absolute;
    top: 20%;
    left: 20px;
    width: 6px;
    height: 60%;
    content: '';
    border-radius: 3px;
    background: #228B22;
}

.w-line {
	border-top: double 4px #228B22;
	border-bottom: double 4px #228B22;
	padding: 0.5rem 0;
	}

.yajirushi {
	position: relative;
	padding-left: 1.5em;
}
.yajirushi:before {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: "\f138";
	left: 0;
	top: 0;
	font-weight: 900;
	font-size: 1em;
	color: #228B22;
}



/* fadeUp */
.fadeUp{
animation-name: fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger{
    opacity: 0;
}




@media screen and (min-width: 1023px) {
	.jisseki_Item_Title {
		margin: .5em 0;
		font-size: 1.0rem;
	}
}

.front-news{
	margin: 50px 0;
}

.front-box{
  position: relative;
}
.front-title{
	font-size:1.5em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	color: #4D453D;
}


.front-bg1,
.front-bg2,
.front-bg3,
.front-bg4{
	margin-bottom: 5px;
    background-size: cover;
    background-position: center;
    height: 150px;
}
.front-bg1 {
    background-image: url(../img/img_01.jpg);
}
.front-bg2 {
    background-image: url(../img/img_05.jpg);
}
.front-bg3 {
    background-image: url(../img/img_03.jpg);
}
.front-bg4 {
    background-image: url(../img/img_04.jpg);
}



.front_Item_title {
    background-color: rgba(255,253,250,0.5);
    height: 150px;
}

.front_Item_title h3 {
    color: #4D453D;
    line-height: 150px;
    text-align: center;
}

.jisseki_Item_Link:hover .front_Item_title,
.jisseki_Item_Link:focus .front_Item_title {
	border-color: #228B22;
	outline: 1px solid #228B22;
    background-color: rgba(255,253,250,0.75);
}



/* ▼プルダウンメニューを囲む枠の装飾 */
.pulldownset {
   border: 3px double #228B22;  /* 青色の二重線(3px) */
   background-color: #E2F0DF;   /* 背景色：淡い青色 */
   margin: 0.5em 0px;             /* 外側の余白：上下に1文字分 */
   padding: 0.5em;                /* 内側の余白：周囲に1文字分 */
   overflow: auto;              /* はみ出る場合は自動調整(スクロールバーを表示) */
}

/*フォームスタイル*/
select {

  /* styling */
  background-color: white;
  border: thin solid #227223;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  font-size: 1em;   /* 項目の文字サイズを1.2倍に */
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 0.5em;

  /* reset */

  margin: 0;      
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select.minimal {
  background-image:
    linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image:
    linear-gradient(45deg, green 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, green 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em;
  background-repeat: no-repeat;
  border-color: green;
  outline: 0;
}


select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

#content{
	background-color: #FFF;
}


h2.entry-title {
  color: #003232;
  background-color: #BFF4CC;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 8px 15px 5px;
}

.entry-content h2 {
  color: #00643C;
  background-color: #76C895;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.1);
  padding: 8px 15px 5px;

}

.entry-content h3 {
  border-bottom: 1px solid #00643C;
  border-left: 5px solid #00643C;
  padding: 0px 0 5px 10px;

}

.entry-content h4 {
  border-bottom: 1px dashed #00643C;
}


.site-footer {
  padding: 10px 0;
}

.site-footer h4 {
  color: #00643C;
}

.site-footer,
.site-footer a {
  color: #fff;
}


#colophon {
}
#colophon a:hover {
  text-decoration: underline;
}
#colophon p, #colophon li, #colophon .site-info {
  font-size: 0.875em;
}



@media (prefers-reduced-motion: reduce) {

* {
	-webkit-animation-duration: 0.01ms !important;
	animation-duration: 0.01ms !important;
	-webkit-animation-iteration-count: 1 !important;
	animation-iteration-count: 1 !important;
	transition-duration: 0.01ms !important;
	scroll-behavior: auto !important;
}

}

@media (min-width: 576px) {

.container {
	max-width: 540px;
}

.col-sm {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-sm-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-sm-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-sm-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-sm-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-sm-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-sm-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-sm-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-sm-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-sm-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-sm-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-sm-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-sm-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-sm-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-sm-first {
	order: -1;
}

.order-sm-last {
	order: 13;
}

.order-sm-0 {
	order: 0;
}

.order-sm-1 {
	order: 1;
}

.order-sm-2 {
	order: 2;
}

.order-sm-3 {
	order: 3;
}

.order-sm-4 {
	order: 4;
}

.order-sm-5 {
	order: 5;
}

.order-sm-6 {
	order: 6;
}

.order-sm-7 {
	order: 7;
}

.order-sm-8 {
	order: 8;
}

.order-sm-9 {
	order: 9;
}

.order-sm-10 {
	order: 10;
}

.order-sm-11 {
	order: 11;
}

.order-sm-12 {
	order: 12;
}

.offset-sm-0 {
	margin-left: 0;
}

.offset-sm-1 {
	margin-left: 8.33333%;
}

.offset-sm-2 {
	margin-left: 16.66667%;
}

.offset-sm-3 {
	margin-left: 25%;
}

.offset-sm-4 {
	margin-left: 33.33333%;
}

.offset-sm-5 {
	margin-left: 41.66667%;
}

.offset-sm-6 {
	margin-left: 50%;
}

.offset-sm-7 {
	margin-left: 58.33333%;
}

.offset-sm-8 {
	margin-left: 66.66667%;
}

.offset-sm-9 {
	margin-left: 75%;
}

.offset-sm-10 {
	margin-left: 83.33333%;
}

.offset-sm-11 {
	margin-left: 91.66667%;
}

.d-sm-none {
	display: none !important;
}

.d-sm-inline {
	display: inline !important;
}

.d-sm-inline-block {
	display: inline-block !important;
}

.d-sm-block {
	display: block !important;
}

.d-sm-table {
	display: table !important;
}

.d-sm-table-row {
	display: table-row !important;
}

.d-sm-table-cell {
	display: table-cell !important;
}

.d-sm-flex {
	display: flex !important;
}

.d-sm-inline-flex {
	display: inline-flex !important;
}

.flex-sm-row {
	flex-direction: row !important;
}

.flex-sm-column {
	flex-direction: column !important;
}

.flex-sm-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-sm-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-sm-wrap {
	flex-wrap: wrap !important;
}

.flex-sm-nowrap {
	flex-wrap: nowrap !important;
}

.flex-sm-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-sm-fill {
	flex: 1 1 auto !important;
}

.flex-sm-grow-0 {
	flex-grow: 0 !important;
}

.flex-sm-grow-1 {
	flex-grow: 1 !important;
}

.flex-sm-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-sm-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-sm-start {
	justify-content: flex-start !important;
}

.justify-content-sm-end {
	justify-content: flex-end !important;
}

.justify-content-sm-center {
	justify-content: center !important;
}

.justify-content-sm-between {
	justify-content: space-between !important;
}

.justify-content-sm-around {
	justify-content: space-around !important;
}

.align-items-sm-start {
	align-items: flex-start !important;
}

.align-items-sm-end {
	align-items: flex-end !important;
}

.align-items-sm-center {
	align-items: center !important;
}

.align-items-sm-baseline {
	align-items: baseline !important;
}

.align-items-sm-stretch {
	align-items: stretch !important;
}

.align-content-sm-start {
	align-content: flex-start !important;
}

.align-content-sm-end {
	align-content: flex-end !important;
}

.align-content-sm-center {
	align-content: center !important;
}

.align-content-sm-between {
	align-content: space-between !important;
}

.align-content-sm-around {
	align-content: space-around !important;
}

.align-content-sm-stretch {
	align-content: stretch !important;
}

.align-self-sm-auto {
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-sm-start {
	align-self: flex-start !important;
}

.align-self-sm-end {
	align-self: flex-end !important;
}

.align-self-sm-center {
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-sm-baseline {
	align-self: baseline !important;
}

.align-self-sm-stretch {
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

}

@media (min-width: 768px) {

.container {
	max-width: 720px;
}

.col-md {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-md-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-md-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-md-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-md-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-md-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-md-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-md-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-md-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-md-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-md-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-md-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-md-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-md-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-md-first {
	order: -1;
}

.order-md-last {
	order: 13;
}

.order-md-0 {
	order: 0;
}

.order-md-1 {
	order: 1;
}

.order-md-2 {
	order: 2;
}

.order-md-3 {
	order: 3;
}

.order-md-4 {
	order: 4;
}

.order-md-5 {
	order: 5;
}

.order-md-6 {
	order: 6;
}

.order-md-7 {
	order: 7;
}

.order-md-8 {
	order: 8;
}

.order-md-9 {
	order: 9;
}

.order-md-10 {
	order: 10;
}

.order-md-11 {
	order: 11;
}

.order-md-12 {
	order: 12;
}

.offset-md-0 {
	margin-left: 0;
}

.offset-md-1 {
	margin-left: 8.33333%;
}

.offset-md-2 {
	margin-left: 16.66667%;
}

.offset-md-3 {
	margin-left: 25%;
}

.offset-md-4 {
	margin-left: 33.33333%;
}

.offset-md-5 {
	margin-left: 41.66667%;
}

.offset-md-6 {
	margin-left: 50%;
}

.offset-md-7 {
	margin-left: 58.33333%;
}

.offset-md-8 {
	margin-left: 66.66667%;
}

.offset-md-9 {
	margin-left: 75%;
}

.offset-md-10 {
	margin-left: 83.33333%;
}

.offset-md-11 {
	margin-left: 91.66667%;
}

.d-md-none {
	display: none !important;
}

.d-md-inline {
	display: inline !important;
}

.d-md-inline-block {
	display: inline-block !important;
}

.d-md-block {
	display: block !important;
}

.d-md-table {
	display: table !important;
}

.d-md-table-row {
	display: table-row !important;
}

.d-md-table-cell {
	display: table-cell !important;
}

.d-md-flex {
	display: flex !important;
}

.d-md-inline-flex {
	display: inline-flex !important;
}

.flex-md-row {
	flex-direction: row !important;
}

.flex-md-column {
	flex-direction: column !important;
}

.flex-md-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-md-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-md-wrap {
	flex-wrap: wrap !important;
}

.flex-md-nowrap {
	flex-wrap: nowrap !important;
}

.flex-md-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-md-fill {
	flex: 1 1 auto !important;
}

.flex-md-grow-0 {
	flex-grow: 0 !important;
}

.flex-md-grow-1 {
	flex-grow: 1 !important;
}

.flex-md-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-md-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-md-start {
	justify-content: flex-start !important;
}

.justify-content-md-end {
	justify-content: flex-end !important;
}

.justify-content-md-center {
	justify-content: center !important;
}

.justify-content-md-between {
	justify-content: space-between !important;
}

.justify-content-md-around {
	justify-content: space-around !important;
}

.align-items-md-start {
	align-items: flex-start !important;
}

.align-items-md-end {
	align-items: flex-end !important;
}

.align-items-md-center {
	align-items: center !important;
}

.align-items-md-baseline {
	align-items: baseline !important;
}

.align-items-md-stretch {
	align-items: stretch !important;
}

.align-content-md-start {
	align-content: flex-start !important;
}

.align-content-md-end {
	align-content: flex-end !important;
}

.align-content-md-center {
	align-content: center !important;
}

.align-content-md-between {
	align-content: space-between !important;
}

.align-content-md-around {
	align-content: space-around !important;
}

.align-content-md-stretch {
	align-content: stretch !important;
}

.align-self-md-auto {
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-md-start {
	align-self: flex-start !important;
}

.align-self-md-end {
	align-self: flex-end !important;
}

.align-self-md-center {
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-md-baseline {
	align-self: baseline !important;
}

.align-self-md-stretch {
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

}

@media screen and (min-width: 768px) {

.module-Article_Item_Img {
	width: 200px;
	margin-right: 30px;
}

.has-x-small-font-size {
	font-size: 0.875rem;
}

.has-small-font-size {
	font-size: 1rem;
}

.has-normal-font-size {
	font-size: 1.125rem;
}

.has-large-font-size {
	font-size: 1.5rem;
}

.has-huge-font-size {
	font-size: 2.25rem;
}

.content-Nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.content-Nav_Prev,
.content-Nav_Next {
	width: 50%;
}

}

@media (min-width: 992px) {

.container {
	max-width: 960px;
}

.col-lg {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-lg-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-lg-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-lg-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-lg-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-lg-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-lg-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-lg-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-lg-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-lg-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-lg-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-lg-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-lg-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-lg-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-lg-first {
	order: -1;
}

.order-lg-last {
	order: 13;
}

.order-lg-0 {
	order: 0;
}

.order-lg-1 {
	order: 1;
}

.order-lg-2 {
	order: 2;
}

.order-lg-3 {
	order: 3;
}

.order-lg-4 {
	order: 4;
}

.order-lg-5 {
	order: 5;
}

.order-lg-6 {
	order: 6;
}

.order-lg-7 {
	order: 7;
}

.order-lg-8 {
	order: 8;
}

.order-lg-9 {
	order: 9;
}

.order-lg-10 {
	order: 10;
}

.order-lg-11 {
	order: 11;
}

.order-lg-12 {
	order: 12;
}

.offset-lg-0 {
	margin-left: 0;
}

.offset-lg-1 {
	margin-left: 8.33333%;
}

.offset-lg-2 {
	margin-left: 16.66667%;
}

.offset-lg-3 {
	margin-left: 25%;
}

.offset-lg-4 {
	margin-left: 33.33333%;
}

.offset-lg-5 {
	margin-left: 41.66667%;
}

.offset-lg-6 {
	margin-left: 50%;
}

.offset-lg-7 {
	margin-left: 58.33333%;
}

.offset-lg-8 {
	margin-left: 66.66667%;
}

.offset-lg-9 {
	margin-left: 75%;
}

.offset-lg-10 {
	margin-left: 83.33333%;
}

.offset-lg-11 {
	margin-left: 91.66667%;
}

.d-lg-none {
	display: none !important;
}

.d-lg-inline {
	display: inline !important;
}

.d-lg-inline-block {
	display: inline-block !important;
}

.d-lg-block {
	display: block !important;
}

.d-lg-table {
	display: table !important;
}

.d-lg-table-row {
	display: table-row !important;
}

.d-lg-table-cell {
	display: table-cell !important;
}

.d-lg-flex {
	display: flex !important;
}

.d-lg-inline-flex {
	display: inline-flex !important;
}

.flex-lg-row {
	flex-direction: row !important;
}

.flex-lg-column {
	flex-direction: column !important;
}

.flex-lg-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-lg-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-lg-wrap {
	flex-wrap: wrap !important;
}

.flex-lg-nowrap {
	flex-wrap: nowrap !important;
}

.flex-lg-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-lg-fill {
	flex: 1 1 auto !important;
}

.flex-lg-grow-0 {
	flex-grow: 0 !important;
}

.flex-lg-grow-1 {
	flex-grow: 1 !important;
}

.flex-lg-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-lg-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-lg-start {
	justify-content: flex-start !important;
}

.justify-content-lg-end {
	justify-content: flex-end !important;
}

.justify-content-lg-center {
	justify-content: center !important;
}

.justify-content-lg-between {
	justify-content: space-between !important;
}

.justify-content-lg-around {
	justify-content: space-around !important;
}

.align-items-lg-start {
	align-items: flex-start !important;
}

.align-items-lg-end {
	align-items: flex-end !important;
}

.align-items-lg-center {
	align-items: center !important;
}

.align-items-lg-baseline {
	align-items: baseline !important;
}

.align-items-lg-stretch {
	align-items: stretch !important;
}

.align-content-lg-start {
	align-content: flex-start !important;
}

.align-content-lg-end {
	align-content: flex-end !important;
}

.align-content-lg-center {
	align-content: center !important;
}

.align-content-lg-between {
	align-content: space-between !important;
}

.align-content-lg-around {
	align-content: space-around !important;
}

.align-content-lg-stretch {
	align-content: stretch !important;
}

.align-self-lg-auto {
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-lg-start {
	align-self: flex-start !important;
}

.align-self-lg-end {
	align-self: flex-end !important;
}

.align-self-lg-center {
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-lg-baseline {
	align-self: baseline !important;
}

.align-self-lg-stretch {
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

}

@media screen and (min-width: 992px) {

.header {
	display: flex;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 15px;
	align-items: flex-end;
}

.header-SiteName {
	margin-bottom: 0;
}

.header-SiteName_Link {
	width: 300px;
}

.header-Tagline {
	font-size: 0.75rem;
}

.header-NavToggle {
	display: none;
}

body:after {
	content: none;
}

.header-Nav {
	position: inherit;
	width: auto;
	margin-right: auto;
	background-color: transparent;
	flex: 1;
}

.header-Nav_Items {
	display: flex;
	flex-direction: row;
	height: auto;
	margin-bottom: 0;
	flex: 1;
	justify-content: flex-end;
}

.header-Nav li {
	position: relative;
	border-bottom: none;
}

.header-Nav a {
	padding: .5em 1em;
	text-align: center;
}

.header-Nav a:hover,
.header-Nav a:focus {
	outline: none;
}

.header-Nav a:hover:after,
.header-Nav a:focus:after {
	width: 100%;
}

.footer-Widgets {
	padding-top: 60px;
	padding-bottom: 30px;
}

.pagination .page-numbers {
	font-size: 1rem;
}

.module-Article_Item_Title {
	font-size: 1.5rem;
}

.header-Nav .search-form {
	position: absolute;
	top: 15px;
	right: 15px;
	padding: 0;
	width: 260px;
}

.header-Nav .search-field {
	min-width: 12em;
}

.home-Hero {
	min-height: 70vh;
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
	max-width: 100vw;
}

.home-Hero_Txt {
	font-size: 2.25rem;
}

.home-Hero.wp-block-cover.alignfull {
	padding-top: 0;
	min-height: 70vh;
}

.home-News,
.home-Style,
.home-ShopInfo {
	padding-top: 90px;
	padding-bottom: 90px;
}

.home-News_Title,
.home-Style_Title,
.home-ShopInfo_Title {
	font-size: 2.25rem;
}

.home-News_Title span,
.home-Style_Title span,
.home-ShopInfo_Title span {
	font-size: 1rem;
}

.home-Style {
	margin-left: calc(-100vw / 2 + 100% / 2);
	margin-right: calc(-100vw / 2 + 100% / 2);
}

.home-Style .row {
	max-width: 1110px;
	margin-left: auto;
	margin-right: auto;
}

.home-ShopInfo_Detail div {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.home-ShopInfo_Detail dt {
	margin-right: .5em;
}

.home-Title {
	font-size: 2.25rem;
}

.home-SubTitle {
	font-size: 1rem;
}

.content {
	padding-top: 60px;
	padding-bottom: 60px;
}

.content-Title {
	font-size: 2.25rem;
}

.content-Body h2 {
	font-size: 1.75rem;
}

.content-Body h3 {
	font-size: 1.625rem;
}

.content-Body h4 {
	font-size: 1.5rem;
}

.content-Body h5 {
	font-size: 1.375rem;
}

.content-Body h6 {
	font-size: 1.25rem;
}

}

@media (min-width: 1200px) {

.container {
	max-width: 1140px;
}

.col-xl {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%;
}

.col-xl-auto {
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-xl-1 {
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

.col-xl-2 {
	flex: 0 0 16.66667%;
	max-width: 16.66667%;
}

.col-xl-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-xl-4 {
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
}

.col-xl-5 {
	flex: 0 0 41.66667%;
	max-width: 41.66667%;
}

.col-xl-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-xl-7 {
	flex: 0 0 58.33333%;
	max-width: 58.33333%;
}

.col-xl-8 {
	flex: 0 0 66.66667%;
	max-width: 66.66667%;
}

.col-xl-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-xl-10 {
	flex: 0 0 83.33333%;
	max-width: 83.33333%;
}

.col-xl-11 {
	flex: 0 0 91.66667%;
	max-width: 91.66667%;
}

.col-xl-12 {
	flex: 0 0 100%;
	max-width: 100%;
}

.order-xl-first {
	order: -1;
}

.order-xl-last {
	order: 13;
}

.order-xl-0 {
	order: 0;
}

.order-xl-1 {
	order: 1;
}

.order-xl-2 {
	order: 2;
}

.order-xl-3 {
	order: 3;
}

.order-xl-4 {
	order: 4;
}

.order-xl-5 {
	order: 5;
}

.order-xl-6 {
	order: 6;
}

.order-xl-7 {
	order: 7;
}

.order-xl-8 {
	order: 8;
}

.order-xl-9 {
	order: 9;
}

.order-xl-10 {
	order: 10;
}

.order-xl-11 {
	order: 11;
}

.order-xl-12 {
	order: 12;
}

.offset-xl-0 {
	margin-left: 0;
}

.offset-xl-1 {
	margin-left: 8.33333%;
}

.offset-xl-2 {
	margin-left: 16.66667%;
}

.offset-xl-3 {
	margin-left: 25%;
}

.offset-xl-4 {
	margin-left: 33.33333%;
}

.offset-xl-5 {
	margin-left: 41.66667%;
}

.offset-xl-6 {
	margin-left: 50%;
}

.offset-xl-7 {
	margin-left: 58.33333%;
}

.offset-xl-8 {
	margin-left: 66.66667%;
}

.offset-xl-9 {
	margin-left: 75%;
}

.offset-xl-10 {
	margin-left: 83.33333%;
}

.offset-xl-11 {
	margin-left: 91.66667%;
}

.d-xl-none {
	display: none !important;
}

.d-xl-inline {
	display: inline !important;
}

.d-xl-inline-block {
	display: inline-block !important;
}

.d-xl-block {
	display: block !important;
}

.d-xl-table {
	display: table !important;
}

.d-xl-table-row {
	display: table-row !important;
}

.d-xl-table-cell {
	display: table-cell !important;
}

.d-xl-flex {
	display: flex !important;
}

.d-xl-inline-flex {
	display: inline-flex !important;
}

.flex-xl-row {
	flex-direction: row !important;
}

.flex-xl-column {
	flex-direction: column !important;
}

.flex-xl-row-reverse {
	flex-direction: row-reverse !important;
}

.flex-xl-column-reverse {
	flex-direction: column-reverse !important;
}

.flex-xl-wrap {
	flex-wrap: wrap !important;
}

.flex-xl-nowrap {
	flex-wrap: nowrap !important;
}

.flex-xl-wrap-reverse {
	flex-wrap: wrap-reverse !important;
}

.flex-xl-fill {
	flex: 1 1 auto !important;
}

.flex-xl-grow-0 {
	flex-grow: 0 !important;
}

.flex-xl-grow-1 {
	flex-grow: 1 !important;
}

.flex-xl-shrink-0 {
	flex-shrink: 0 !important;
}

.flex-xl-shrink-1 {
	flex-shrink: 1 !important;
}

.justify-content-xl-start {
	justify-content: flex-start !important;
}

.justify-content-xl-end {
	justify-content: flex-end !important;
}

.justify-content-xl-center {
	justify-content: center !important;
}

.justify-content-xl-between {
	justify-content: space-between !important;
}

.justify-content-xl-around {
	justify-content: space-around !important;
}

.align-items-xl-start {
	align-items: flex-start !important;
}

.align-items-xl-end {
	align-items: flex-end !important;
}

.align-items-xl-center {
	align-items: center !important;
}

.align-items-xl-baseline {
	align-items: baseline !important;
}

.align-items-xl-stretch {
	align-items: stretch !important;
}

.align-content-xl-start {
	align-content: flex-start !important;
}

.align-content-xl-end {
	align-content: flex-end !important;
}

.align-content-xl-center {
	align-content: center !important;
}

.align-content-xl-between {
	align-content: space-between !important;
}

.align-content-xl-around {
	align-content: space-around !important;
}

.align-content-xl-stretch {
	align-content: stretch !important;
}

.align-self-xl-auto {
	-ms-grid-row-align: auto !important;
	align-self: auto !important;
}

.align-self-xl-start {
	align-self: flex-start !important;
}

.align-self-xl-end {
	align-self: flex-end !important;
}

.align-self-xl-center {
	-ms-grid-row-align: center !important;
	align-self: center !important;
}

.align-self-xl-baseline {
	align-self: baseline !important;
}

.align-self-xl-stretch {
	-ms-grid-row-align: stretch !important;
	align-self: stretch !important;
}

}

@media print {

.d-print-none {
	display: none !important;
}

.d-print-inline {
	display: inline !important;
}

.d-print-inline-block {
	display: inline-block !important;
}

.d-print-block {
	display: block !important;
}

.d-print-table {
	display: table !important;
}

.d-print-table-row {
	display: table-row !important;
}

.d-print-table-cell {
	display: table-cell !important;
}

.d-print-flex {
	display: flex !important;
}

.d-print-inline-flex {
	display: inline-flex !important;
}

}

/* カテゴリー一覧表示ショートコード*/
.getPostDispArea .getPost {
    border: 2px solid #A2D29E;
    padding: 15px;
    margin: 10px 0px;
    background-color: #E2F0DF;
}
 
.getPostDispArea .getPost:after {
    content: '';
    display: table;
    clear: both;
}
 
.getPostImgArea {
    float: left;
}
 
.getPostStringArea {
    padding-left: 15px;
    float: left;
}
 
h4.getPostTitle {
	margin: 0 0 12px;
    font-weight: bold;
}

/* ---------------------------------
* 記事一覧表示ショートコードのCSS
* --------------------------------*/
.poslist-ul{
list-style: none!important;
border: none!important;
padding: 0!important;
}
.poslist-ul li:before{
content: none!important; 
}
.poslist-ul li{
border: solid 2px #ececec;
margin-bottom: 10px;
padding: 0!important;
transition: .3s;
}
.poslist-ul li:hover{
font-weight: 500;
-webkit-transform: translateY(-5px);
-ms-transform: translateY(-5px);
transform: translateY(-5px);
opacity: 0.7 ;
}
.poslist-ul li a{
padding: 10px;
width: 100%;
display: table;
text-decoration:none!important;
}
.poslist-ul li a:hover{
font-weight: 500;
border-bottom: none;
}
.poslist-ul li a img{
display: table-cell;
width: 150px;
height: 150px;
max-width: none;
vertical-align: middle;
margin-right: 20px;
margin-top: 0!important;
}
@media only screen and (max-width: 767px){
.poslist-ul li a img{
width: 100px;
height: 100px;
margin-right: 10px;
}
}
.poslist-div{
display: table-cell;
padding: 0;
width: 100%;
vertical-align: middle;
}
.poslist-ttl,
.poslist-exc{
display: block;
}
.poslist-ttl{
font-size: 1.3em;
margin-bottom: 10px;
font-weight: bold;
}
.poslist-exc{
font-size: .9em;
color:#777;
}

/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl{
width: 100%;
}

#cf-tbl table{
width: 100%;
border-collapse: collapse;
border: solid #CCC;
border-width: 1px;
color: #444;
}
#cf-tbl table tr th,
#cf-tbl table tr td{
padding: 0.5em;
text-align: left;
vertical-align: top;
border: solid #CCC;
border-width: 1px;
vertical-align: middle;
}
#cf-tbl table tr th{
width: 30%;
background: #DCDDDD;
}
@media screen and (max-width:768px){
#cf-tbl{
width: 100%;
}

#cf-tbl table,
#cf-tbl table tbody,
#cf-tbl table tr,
#cf-tbl table tr th,
#cf-tbl table tr td{
display: block;
}

#cf-tbl table{
width: 100%;
border-width: 0 0 1px 0;
}

#cf-tbl table tr th,
#cf-tbl table tr td{
width: 100%;
padding: 3% 5%;
}

#cf-tbl table tr td{
border-width: 0px 1px 0px 1px;
}
}
/*「必須」文字デザイン*/
.required{
font-size:.8em;
padding: 5px;
background: #F57500;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/*「任意」文字デザイン*/
.optional{
font-size:.8em;
padding: 5px;
background: #000080;
color: #fff;
border-radius: 3px;
margin-right: 5px;
}

/* 入力項目を見やすく */
input.wpcf7-form-control.wpcf7-text,
textarea.wpcf7-form-control.wpcf7-textarea {
	width: 100%;
	padding: 8px 15px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #d0d5d8;
	border-radius: 3px;
	background-color: #eff1f5;
}
textarea.wpcf7-form-control.wpcf7-textarea {
	height: 200px;
}

/* 「送信する」ボタン */
input.wpcf7-submit {
    display: block;
    padding: 15px;
    width: 400px;
    background: #E57F15;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    border-radius: 2px;
    margin: 15px auto 0
}
@media screen and (max-width:768px){
input.wpcf7-submit {
width: 250px;
}
}

input.wpcf7-submit:hover {
	box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
	transform: translateY(-4px);
	opacity:0.7;
}
/* エラーメッセージを見やすく */
span.wpcf7-not-valid-tip,
.wpcf7-response-output.wpcf7-validation-errors {
	color: red;
	font-weight: 600;
}


.child-post{
	padding: 5px;
}
.child-post a{
	color:#003232;
	text-decoration: none;
}
.child-post p{
	margin: 10px 0;
}
.child-post h3{
	font-size: 1.7rem;
}
.jigyou-img {
	padding: 0 15px;
}
.jigyou-img img {
  width: 400px;
  height: 200px;
  object-fit: cover; /* この一行を追加するだけ！ */
}
.jigyou-info{
	padding: 0 15px;
}
.child-post hr{
	margin: 40px 0;
}

.topix-box{
	margin: 25px 0;
}
.topix-box h3{
	color:#003232;
	font-size: 1em;
}
.topix-box a{
	text-decoration: none;
}
.topix-item{
	color:#003232;
	margin: 5px;
	padding: 20px 0px;
	border-top: solid #227223;
}
.more{
	margin: 0 auto;
}
.more A{
  padding: 0.75em;
  border-radius: 2em;
  color: #FFFDFA;
  background-color: #227223;
  text-decoration: none;
}

.main {
	margin: 0 10px;
}

.o-tags{
    text-align: left; /* タグ一覧を右寄せ */
    margin: 0 0 10px; /* タグ一覧の下に余白 */
}
.o-tags a{
    background: #228B22; /* タグの背景色 */
    color: #ffffff; /* タグの文字色 */
    font-size: 9px; /* タグの文字サイズ */
    font-weight: bold; /* タグの文字を太字に */
    padding: 2px 5px; /* タグ内の余白 */
	text-decoration: none;
	display: inline-block;
}
.o-tags a:hover{
    opacity: 0.5; /* マウスオンした時に透明度を落とす */
    text-decoration: none; /* マウスオンした時の下線を非表示に */
}

.midashi2{
margin: 0 0 0.15em 0;
position: relative;
font-size: 2em;
text-align: center;
color: #003232;	
}
.midashi2::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 3px;
	background-color: #B9DD64;
}

.heading02 {
	background: linear-gradient(transparent 85%, #A2D29E 10%);
	margin-bottom: 20px;
}
.heading02::after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 3px;
	background-color: #228B22;
}

.top-box{
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
}
.top-box h3{
	background-color: #E57F15;
	color: #FFF;
	font-size: 1.25rem;
	margin: 25px 0 15px;
	padding: 2px 5px;
}
.top-box h4{
	color: #E57F15;
	padding-left: 0px;
	border-bottom: 4px solid #E57F15;
	margin: 2em 0;
	position: relative;
	font-size: 1rem;
	text-align: center;
	
}

.p-box{
	margin: 0 10px 0px 15px;
}
.top-gallery{
	margin: 15px 5px 5px; 
}
.top-box .more{
	padding: 5px;
	font-size: 14px;
	margin-bottom:50px;
	text-align: center;
}
.top-box .more A{
  padding: 1em;
  border: 3px solid #E57F15;
  border-radius: 2em;
  color: #E57F15;
  background-color: #fff;
}