/*!
Theme Name: Hellonurse
Author: Crossroad.Inc
*/
@charset "utf-8";

:root {
	--fontawesome: "Font Awesome 5 Free";
	--sp-header-height: 55px;
	--pc-header-height: 100px;
	--sp-pgheader-height: 150px;
	--tb-pgheader-height: 200px;
	--pc-pgheader-height: 250px;
	--txtbrown: #5A4F49;
	--pink1: #FF9897;
	--pink2:#FFA7B3;
	--blue0:#1c96b4;
	--blue1: #21BCE1;
	--blue2: #5DD1EC;
	--green1: #75c960;
	--green2: #30AE10;
	--green3: #ecf9cd;
	--green4: #92DE7F;
	--round: "M PLUS Rounded 1c", sans-serif;
	--zenmaru: "Zen Maru Gothic", sans-serif;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b,
strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

.imgarea {
	margin-bottom: 1rem;
}

/* Forms */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
	appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

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

html {
	box-sizing: border-box;
}

body,
body p {
	color: var(--txtbrown);
	font-family: var(--zenmaru);
	font-size: 17px;
	line-height: 1.6;
	margin-bottom:0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	padding-inline-start: 30px;
	margin-bottom: 0;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin-bottom: 1.5em;
}

embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
	border-style: none;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	text-decoration: none;
	transition: all .3s;
}

a:focus,
a:hover {
	text-decoration: none;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 3;
	display: none;
	background: #fffef0;
}

.main-navigation ul ul a {
	color:var(--txtbrown);
	width: 100%;
	padding: 10px;
	font-weight: 500;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
	display: block;
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a:focus {
	color: var(--txtbrown);
	background: #fff9c0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 0 auto;
}

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

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.gmap-wrap {
	position: relative;
	height: 0;
	overflow: hidden;
	padding-bottom: 100%;
}

.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

a.tellink {
	transition: all .3s;
}

table {
	border-collapse: collapse;
}

.entry-body {
	padding: 30px 0;
}

.entry-body img {
	display: inline;
}

.wp-block-image img {
	object-fit: contain;
}

.entry-body a {
	transition: all .3s;
}

.entry-body a:hover {
	text-decoration: underline;
	opacity: 0.8;
}

.detail-wrap {
	padding-top: 30px;
	padding-bottom: 30px;
}

@media(min-width:768px) {
	.gmap-wrap {
		padding-bottom: 75%;
	}

	a.tellink {
		pointer-events: none !important;
	}
}

@media(min-width:992px) {
	.gmap-wrap {
		padding-bottom: 56.25%;
	}
}

/* Bootstrap 打消し */
.h1,
.h2,
.h3,
h1,
h2,
h3 {
	margin: 0;
}

/* title,font
_____________________________*/
h1 {
	font-size: 24px;
	margin-bottom: 2rem;
}

h2 {
	font-size: 22px;
	margin-bottom: 20px;
}

h3 {
	font-size: 20px;
	margin-bottom: 20px;
}

h4 {
	font-size: 18px;
	margin-bottom: 1rem;
}

.h2clover,
.h-1,
h2.beforeinfo {
	font-size: 22px;
	color: var(--txtbrown);
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 30px;
}

.h2clover,
.h-1 {
	border-bottom: 4px dotted #FBE768;
}

.h2clover::before,
.h-1::before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 22px;
	background: url(./img/clover.png)no-repeat center center/contain;
	margin-right: 8px;
}

.h3org,
.h-2 {
	background: #fcf2b4;
	color: var(--txtbrown);
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 10px 1rem;
	border-radius: 7px;
}

.section_ttl_left {
  font-family: var(--zenmaru);
  color: var(--txtbrown);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1.5rem;
}
.section_ttl_center {
  font-family: var(--zenmaru);
  color: var(--txtbrown);
  font-size: 1.75rem;
  text-align: center;
  margin-bottom: 2rem;
  position: relative;
}
.section_ttl_center::after {
  content: '';
  display: block;
  width:15px;
  height:15px;
  background-color: #F8D55B;
  border-radius: 50%;
  margin: 10px auto 0;
}
@media(min-width:768px) {
	h1 {
		font-size: 26px;
	}

	h2 {
		font-size: 24px;
	}

	h3 {
		font-size: 22px;
	}

	h4 {
		font-size: 20px;
	}

	.h2clover,
	.h-1,
	h2.beforeinfo {
		font-size: 24px;
	}

	.h2clover::before,
	.h-1::before {
		width: 23px;
		height: 25px;
	}

	.h3org,
	.h-2 {
		font-size: 22px;
	}
}

@media(min-width:992px) {
	h1 {
		font-size: 28px;
	}

	h2 {
		font-size: 26px;
	}

	h3 {
		font-size: 24px;
	}

	.h2clover,
	.h-1,
	h2.beforeinfo {
		font-size: 26px;
	}

	.h2clover::before,
	.h-1::before {
		width: 25px;
		height: 27px;
	}

	.h3org,
	.h-2 {
		font-size: 24px;
	}
}

/* link,button */
.btn-a>a,
.btn-b>a,
.btn-c>a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 20px;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 600;
	border-radius: 50px;
}

.btn-a>a::after,
.btn-b>a::after,
.btn-c>a::after {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 40px;
	height: 40px;
	background: #fff;
	border-radius: 50%;
	content: '\f054';
	font-family: var(--fontawesome);
	font-weight: 700;
	color: #998478;
	font-size: 15px;
	margin-left: 10px;
	transition: all .3s;
}

.btn-a>a:hover,
.btn-b>a:hover,
.btn-c>a:hover {
	opacity: 0.8;
}

.btn-a>a:hover::after,
.btn-b>a:hover::after,
.btn-c>a:hover::after {
	-webkit-transform:translateX(10px);
	transform:translateX(10px);
}

.btn-a>a {
	background: var(--pink1);
}

.btn-b>a {
	background: var(--blue1);
}

.btn-c>a {
	background: var(--green1);
}
/* シンプルボタン */
.btn-original {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 30px;
  border-radius: 50px;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}
.btn-original i {
  margin-left: 10px;
  font-size: 0.8em;
}
.btn-original:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.15);
  color: #fff;
  opacity: 0.9;
}
.btn-original.is-pink { background-color: var(--pink1); }
.btn-original.is-blue { background-color: var(--blue1); }
.btn-original.is-green { background-color: var(--green1); }
@media(min-width:400px) {

	.btn-a,
	.btn-b,
	.btn-c {
		width: fit-content;
	}

	.btn-a.mw-300,
	.btn-b.mw-300,
	.btn-c.mw-300 {
		min-width: 300px;
	}

	.btn-a.mgauto,
	.btn-b.mgauto,
	.btn-c.mgauto {
		margin-left: auto;
		margin-right: auto;
	}
}

/*==========================================================*/
/* entry Header												*/
/*==========================================================*/
.entry-header {
	display: flex;
	width: 100%;
	height: var(--sp-pgheader-height);
	align-items: center;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	background: #E9FEFA;
}

.entry-header::before,
.entry-header::after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 50%;
}

.entry-header::before {
	top: 0;
	opacity: 0.7;
	background: url(./img/sky_and_tree.png)no-repeat center center/cover;
}

.entry-header:after {
	bottom: 0;
	opacity: 0.5;
	background: url(./img/town.png)repeat-x top center/contain;
}

.entry-ttl {
	text-align: center;
	letter-spacing: 1px;
	position: relative;
	line-height: 1.6;
	z-index: 1;
	font-size: 24px;
	margin: 0;
	font-weight: 700;
	color: var(--txtbrown);
}

@media(min-width:768px) {
	.entry-header {
		height: var(--tb-pgheader-height);
	}

	.entry-header .container {
		margin-left: auto;
	}

	.entry-ttl {
		font-size: 36px;
		letter-spacing: 2px;
	}
}

@media(min-width:992px) {
	.entry-header {
		height: var(--pc-pgheader-height);
	}
}

/* 404 page */
.notfound-siteContent .site-main p {
	margin-bottom: 2rem;
}

/*===================================
  header
===================================*/
.site-description {
	padding: 15px 0;
	background: #21759b;
}

.site-description p {
	color: #fff;
}

.site-header,
.header-contents {
	height: var(--sp-header-height);
	background: url(./img/bg_pastel_y.jpg)no-repeat center center/cover;
}

.header-contents {
	display: flex;
	position: relative;
	position: fixed;
	width: 100%;
	z-index: 5;
	top: 0;
	left: 0;
}

.header-contents .container {
	display: flex;
	align-items: center;
}

.site-title {
	margin: 0;
	height: fit-content;
	line-height: 0;
}

.site-title span {
	font-size: 30px;
	font-weight: bold;
}

.custom-logo-link img {
	width: 280px;
	max-height: calc(var(--sp-header-height) - 10px);
	object-fit: contain;
}

.custom-logo-link:hover {
	opacity: 0.8;
}

#mobile-button {
	position: fixed;
	top: 5px;
	right: 10px;
	width: 45px;
	height: 45px;
	text-align: center;
	background: #FFFCEE;
	cursor: pointer;
	border-radius: 6px;
	z-index: 10;
}

#mobile-button span {
	margin-left: auto;
	margin-right: auto;
	display: block;
	position: absolute;
	width: 25px;
	height: 2px;
	background-color: #8D6B68;
	transition: all 0.5s;
	border-radius: 50px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
}

#mobile-button span:nth-child(1) {
	top: 25%;
}

#mobile-button span:nth-child(2) {
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#mobile-button span:nth-child(3) {
	top: 70%;
}

.scrolled #mobile-button {
	position: fixed;
}

.open #mobile-button span:nth-child(1) {
	transform: translate(-50%, 10px) rotate(-135deg);
}

.open #mobile-button span:nth-child(2) {
	opacity: 0;
}

.open #mobile-button span:nth-child(3) {
	transform: translate(-50%, -10px) rotate(135deg);
}

#mobile-menu {
	display: block;
	background: url(./img/bg_pastel_y.jpg)no-repeat center center/cover;
	position: fixed;
	top: 0;
	left: -110%;
	width: 100%;
	height: 100vh;
	height: 100dvh;
	transition: all 0.5s;
	padding: 5rem 20px 3rem;
	z-index: 6;
}

.site-mobile-nav .menu-globalmenu-container,.site-mobile-menu{
	max-height: 65vh;
	max-height: 65dvh;
}
.site-mobile-nav .menu-globalmenu-container {
	overflow: hidden;
}

.site-mobile-menu {
	overflow-y: scroll;
	padding-inline-start: 0;
}

.open #mobile-menu {
	left: 0;
}

#mobile-menu li {
	list-style-type: none;
}

#mobile-menu li a {
	display: block;
	padding: 13px 1rem;
	transition: all .3s ease;
	font-weight: 700;
	color: var(--txtbrown);
	font-size: 16px;
}

#mobile-menu li.menu-item-has-children>a {
	position: relative;
	cursor: pointer;
}

#mobile-menu li.menu-item-has-children>a::before,
#mobile-menu li.menu-item-has-children>a::after {
	content: '';
	position: absolute;
	top: 50%;
	width: 15px;
	height: 2px;
	background: var(--txtbrown);
	transition: all .3s;
}

#mobile-menu li.menu-item-has-children>a::before {
	right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

#mobile-menu li.menu-item-has-children>a::after {
	right: 16px;
	top: calc(50% - 1px);
	-webkit-transform: rotate(90deg) translateY(-50%);
	-moz-transform: rotate(90deg) translateY(-50%);
	-ms-transform: rotate(90deg) translateY(-50%);
	transform: rotate(90deg) translateY(-50%);
}

#mobile-menu li.menu-item-has-children.clicked>a::before {
	opacity: 0;
}

#mobile-menu li.menu-item-has-children.clicked>a::after {
	-webkit-transform: rotate(0deg) translateY(-50%);
	-moz-transform: rotate(0deg) translateY(-50%);
	-ms-transform: rotate(0deg) translateY(-50%);
	transform: rotate(0deg) translateY(-50%);
}

#mobile-menu ul.sub-menu {
	margin-left: 0;
	padding-left: 15px;
	display: none;
}

#mobile-menu ul.sub-menu>li {
	list-style-type: none;
}

#mobile-menu ul.sub-menu>li>a {
	display: block;
	padding: 7px 5px;
	font-weight: 500;
	font-size: 16px;
	color: var(--txtbrown);
}

#site-navigation,
.head_btns {
	display: none;
}

.ctalink>a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 17px;
	border-radius: 10px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
}

.ctalink i {
	margin-right: 7px;
}

.mob_btns {
	margin-top: 20px;
}

.mob_btns .ctalink>a {
	font-size: 18px;
}

.ctalink.link-tel>a {
	background: #91CB0D;
	font-family: var(--round);
}

.ctalink.link-mail>a {
	background: #FF7E0D;
}

.ctalink>a:hover {
	filter: brightness(1.2);
}

.mob_btns .ctalink.link-tel {
	margin-bottom: 20px;
}

@media(min-width:768px) {
	.custom-logo-link img {
		width: 370px;
	}

	.mob_btns {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.mob_btns>div {
		width: calc(50% - 7px);
	}

	.mob_btns .ctalink.link-tel {
		margin-bottom: 0;
	}
}

@media(min-width:992px) {
	.head_btns {
		display: flex;
	}

	.head_btns .ctalink {
		width: fit-content;
	}

	.head_btns .ctalink.link-tel {
		margin-right: 12px;
	}

	#mobile-menu,
	#mobile-button {
		display: none;
	}

	.site-header,
	.header-contents {
		height: var(--pc-header-height);
	}

	.header-contents .container {
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.custom-logo-link img {
		width: 420px;
		max-height: calc(var(--pc-header-height) - 10px);
	}

	#site-navigation {
		display: block;
	}

	#pc-nav {
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#pc-nav>li {
		list-style-type: none;
		text-align: center;
		margin-right: 65px;
		white-space: nowrap;
	}

	#pc-nav>li:last-child{
		margin-right:0;
	}

	#pc-nav>li>a {
		display: inline-block;
		font-size: 16px;
		color: var(--txtbrown);
		font-weight: 700;
		letter-spacing: 1px;
	}

	#pc-nav>li>a:hover {
		opacity: 0.8;
	}

	#pc-nav>li>a:not([href]):not([class]) {
		cursor: pointer;
	}

	#pc-nav>li>a::after {
		content: '';
		display: block;
		width: 0;
		height: 1px;
		background: #7B6559;
		transition: all .3s;
		margin-top: 3px;
	}

	#pc-nav>li>a:hover::after {
		width: 100%;
	}
}

/*=====================
  page
======================*/
#breadcrumb {
	padding: 10px 0;
	background: #fff;
}

#breadcrumb ul {
	display: flex;
	padding-inline-start: 15px;
	flex-wrap: wrap;
}

#breadcrumb ul li {
	list-style-type: none;
	padding: 0 10px;
	position: relative;
}

#breadcrumb ul li a,
#breadcrumb ul li span {
	font-size: 13px;
}

#breadcrumb ul li:after {
	content: '>';
	position: absolute;
	right: -6px;
	font-size: 15px;
	top: 0;
}

#breadcrumb ul li:last-child::after {
	display: none;
}

#breadcrumb a {
	color: #404040;
}

.page-section {
	padding: 40px 0;
}

@media(min-width:768px) {
	#breadcrumb ul {
		padding-inline-start: 40px;
	}
}
@media(min-width:992px){
	.page-section{
		padding:60px 0;
	}
}

.pagination {
	justify-content: center;
}

.nav-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

.nav-links span,
.nav-links a {
	display: block;
	padding: 7px 16px;
	margin: 0 5px;
	text-align: center;
	font-weight: bold;
}

.nav-links a {
	transition: all .3s;
	color: #fff;
	background: var(--blue1);
	text-decoration: none;
}

.nav-links span,
.nav-links a:hover {
	background: #ccf6ff;
	color: var(--blue1);
}

.nav-links a.next,
.nav-links a.prev {
	background: transparent;
	color: #1c96b4;
	padding: 0;
}

.nav-links a.next:hover,
.nav-links a.prev:hover {
	filter: opacity(0.8);
	color: #1c96b4;
}
/*==== fade-up Animation ====*/
.fade-up {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  will-change: opacity, transform;
}
.is-visible {
  opacity: 1;
  transform: translateY(0);
}
.delay-1 { transition-delay: 0.2s; }
.delay-2 { transition-delay: 0.5s; }
.delay-3 { transition-delay: 0.8s; }
/*=====================
  Information
=====================*/
/* archive */
.a_cat {
	display: inline-block;
	border-radius: 7px;
	padding: 4px 1rem;
	color: #fff;
	background: var(--blue1);
	border: 1px solid var(--blue1);
	font-size: 16px;
	font-weight: 500;
}

.ul_info .a_cat {
	line-height: 1.3;
	padding: 3px 5px;
	font-size: 13px;
	margin-bottom: 5px;
}

a.a_cat:hover,
.a_cat.current {
	color: var(--blue1);
	background: #fff;
}

.a_cat.current {
	pointer-events: none;
}

.p_date {
	display: inline-block;
	font-family: var(--round);
	color: #555;
}

.ul_info .p_date {
	font-size: 15px;
	margin-right: 10px;
	margin-bottom: 5px;
}

.date_cat .p_date,
.date_cat .a_cat {
	margin-bottom: 10px;
	margin-right: 10px;
}

.date_cat .a_cat:last-of-type {
	margin-right: 0;
}

.ul_cat {
	padding-inline-start: 0;
	margin-bottom: 2rem;
}

.ul_cat>li {
	list-style-type: none;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 13px;
}

.ul_cat>li>a {
	width: fit-content;
	min-width: 100px;
	text-align: center;
}

.ul_info {
	padding-inline-start: 0;
}

.ul_info>li {
	list-style-type: none;
	margin-bottom: 2rem;
}

.ul_info a {
	display: block;
}

.ul_info .imgarea {
	transition: all .3s;
}

.ul_info img {
	aspect-ratio: 3/2;
	object-fit: cover;
	border-radius: 15px;
	box-shadow: 3px 5px 6px rgba(0, 0, 0, 0.2);
}

.ul_info a:hover {
	opacity: 0.8;
}

.ul_info a:hover .imgarea {
	-webkit-transform: translateY(-5px);
	-mos-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
}

.ul_info h3 {
	font-size: 17px;
	line-height: 1.5;
	margin-bottom: 0;
	color: var(--txtbrown);
	font-weight: 700;
}

@media(min-width:400px) {
	.ul_info {
		display: flex;
		flex-wrap: wrap;
	}

	.ul_info>li {
		width: 50%;
		padding: 0 10px;
	}
}

@media(min-width:768px) {
	.ul_info>li {
		width: calc(100% / 3);
	}
}

@media(min-width:992px) {
	.ul_info>li {
		width: 25%;
	}
}

/* single */
.single-ttl {
	line-height: 1.5;
	font-weight: 600;
}

.singlethum {
	margin-top: 40px;
	text-align: center;
}

.singlethum img {
	width: 100%;
	max-width: 700px;
	max-height: 700px;
	object-fit: contain;
}

.single-btn-wrap {
	margin-left: auto;
}

/*====  top page =====*/
/* hero_sec */
.hero_sec {
  position: relative;
  overflow: hidden;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 100px;
}
.hero_abs {
  position: absolute;
  left: 0;
  width: 100%;
}
.hero_top { top: 0; }
.hero_bottom {
	bottom: 0;
	width: 100%;
	height: 130px;
	background-image: url("./img/town.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
}
.hero_sec .container {
  position: relative;
}
.hero_bubble {
  width: 85%;
  max-width: 400px;
  margin: 0 auto 20px;
}
.hero_bubble img {
  width: 100%;
  height: auto;
}
.hero_img_wrap {
  width: 90%;
  margin: 0 auto;
	text-align:center;
}
.hero_img_wrap .main_img {
	width:100%;
  max-width:500px;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}
.hero_text_box {
  margin-top: 30px;
  padding-left: 5%;
}
.hero_catch {
	margin: 0;
  font-size: 1.25rem;
  line-height: 1.8;
  color: #555;
  font-weight: 500;
}
@media(min-width:768px){
	.hero_abs{
		opacity:0.7;
	}
}
@media(min-width:800px){
	.hero_bottom{
		background-repeat:repeat-x;
		background-size:contain;
	}
}
@media (min-width: 992px) {
  .hero_sec {
    padding-top: 120px;
    padding-bottom: 150px;
    min-height: 80vh;
    min-height: 80dvh;
    display: flex;
    align-items: center;
  }

  .hero_bubble {
    width: 100%;
    max-width: 450px;
    margin: 0 0 30px 0;
  }

  .hero_img_wrap {
    width: 100%;
  }

  .hero_text_box {
    margin-top: 0;
    padding-left: 0;
  }

  .hero_catch {
    font-size: 1.5rem;
  }
}

/* about_sec */
.about_desc {
  color: var(--txtbrown);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}
.about_img_wrap img {
	width:100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}
@media(max-width:991px){
	.about_img_wrap img {
		max-width:450px;
	}
}
/* guide_sec */
.service_card {
  display: flex;
  flex-direction: column;
  text-decoration: none !important;
  border-radius: 40px;
  padding: 40px 20px;
  height: 100%;
  transition: all 0.2s ease;
  border: none;
}
.service_card:focus{
	filter:brightness(1.1);
}
.service_card:hover {
	filter:brightness(1.1);
  transform: translateY(4px) !important;
}
.service_card.is-pink { 
  background-color: var(--pink2); 
  box-shadow: 0 8px 0 #FFDADA;
}
.service_card.is-pink .btn-card {
  background-color:var(--pink1);
}
.service_card.is-pink:hover {
  box-shadow: 0 4px 0 #FFDADA;
}
.service_card.is-blue { 
  background-color: var(--blue2); 
  box-shadow: 0 8px 0 #D6F7FF;
}
.service_card.is-blue .btn-card {
  background-color:var(--blue1);
}
.service_card.is-blue:hover {
  box-shadow: 0 4px 0 #D6F7FF;
}
.service_card.is-green { 
  background-color: var(--green4); 
  box-shadow: 0 8px 0 #E8FFD9;
}
.service_card.is-green .btn-card {
  background-color: var(--green1);
}
.service_card.is-green:hover {
  box-shadow: 0 4px 0 #E8FFD9;
}
.service_card .card_inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}
.service_card .card_ttl {
  color: #fff;
  font-weight: 700;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
  margin-bottom: 1.5rem;
}
.card_icon {
  background-color: rgba(255,255,255,0.3);
  border-radius: 50%;
  width: 130px;
  height: 130px;
	aspect-ratio:1/1;
  margin: 0 auto 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.img-icon {
  width: 70%;
  height: 70%;
  object-fit: contain;
}
.btn-card {
  display: inline-block;
  padding: 8px 25px;
  border-radius: 50px;
  font-size: 0.9rem;
  color: #fff;
  font-weight: 700;
  position: relative;
  transition: opacity 0.3s;
}
.service_card:hover .btn-card {
  opacity: 0.9;
}
@media(max-width:575px){
	.guide_sec .col-md-4.col-sm-6{
		max-width:90%;
	}
}
@media(min-width:768px) and (max-width:991px){
	.service_card.is-green .card_ttl{
		font-size:19px;
	}
}
@media (min-width: 992px) {
  .section_ttl_left { font-size: 2rem; }
  .section_ttl_center { font-size: 2.25rem; }
  
  .about_text_box { padding-right: 2rem; }
	.service_card_wrap{
		max-width:960px;
		margin:0 auto;
	}
  
  .service_card { padding: 40px 20px; }
  .service_card:hover { transform: translateY(-5px); }
}

/*==== Dayservice page, Visitnursing page ====*/
/* service_detail_sec */
.service_detail_sec {
  overflow: hidden;
}
.detail_desc p {
  line-height: 2;
  color: var(--txtbrown);
}
.collage_wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  /*aspect-ratio: 4 / 3;*/
}
/* Safari対策 擬似要素で高さ確保 */
.collage_wrapper::before {
  content: "";
  display: block;
  padding-top: 75%;
}
.circle_bg, 
.circle_bg_small, 
.collage_img, 
.collage_icon {
  z-index: 2;
}
.collage_wrapper .fade-up {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.circle_bg {
  position: absolute;
  top: 0;
  right: 5%;
  width: 60%;
  height: 80%;
  background-color: rgba(255, 152, 151, 0.2);
  border-radius: 50%;
  z-index: 1;
}
.circle_bg_small {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 30%;
  height: 40%;
  background-color: rgba(255, 152, 151, 0.15);
  border-radius: 50%;
  z-index: 1;
}
.collage_img {
  position: absolute;
  z-index: 2;
  overflow: hidden;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border-radius: 20px;
}
.collage_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.img_tr {
  top: 5%;
  right: 0;
  width: 65%;
  height: 65%;
}
.img_bl {
  bottom: 5%;
  left: 0;
  width: 55%;
  height: 55%;
}
.collage_icon {
  position: absolute;
  bottom: 0;
  right: 5%;
  width: 25%;
  z-index: 3;
}
.collage_icon img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0 5px 10px rgba(0,0,0,0.1));
}
.visitnursing_page .circle_bg {
  background-color: rgba(33, 188, 225, 0.2);
}
.visitnursing_page .circle_bg_small{
  background-color: rgba(33, 188, 225, 0.15);
}
.visitnursing_page .img_tr{
	top:1%;
  width: 55%;
  height: 55%;
}
.visitnursing_page .img_bl {
  width: 65%;
  height: 65%;
}
@media (min-width: 992px) {  
  .collage_wrapper {
    max-width: 600px;
  }
  .detail_text_box {
    padding-right: 3rem;
  }
}
/* service_content_sec */
.content_box {
  padding: 30px;
  border-radius: 25px;
  height: 100%;
  color: var(--txtbrown);
  transition: transform 0.3s ease;
}
.dayservice_page .content_box {
  background-color: #fff4f4;
}
.dayservice_page .box_ttl i {
  color: var(--pink1);
}
.visitnursing_page .content_box {
  background-color: #f1faff; /* 薄いブルー */
}
.visitnursing_page .box_ttl i {
  color: var(--blue1);
}
.box_ttl {
  font-family: var(--zenmaru);
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}
.box_ttl i {
  margin-right: 12px;
  font-size: 1.5rem;
}
.box_body p {
  line-height: 1.8;
  margin-bottom: 1rem;
}
.box_body p:last-child {
  margin-bottom: 0;
}
.box_note {
  font-size: 0.9rem;
}
.img_map {
  max-width: 150px;
  height: auto;
}
.facility_list {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}
.facility_list li {
  margin-right: 1.5em;
  margin-bottom: 0.5em;
  position: relative;
  padding-left: 1.2em;
}
.facility_list li::before {
  content: '・';
  position: absolute;
  left: 0;
}
.visitnursing_page .content_box {
  background-color:#e9f3f9;
  padding: 30px;
  border-radius: 25px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  align-items: center;
}
.box_ttl_sub {
  font-family: var(--zenmaru);
  color: var(--blue0);
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0;
}
.box_img_area {
  text-align: center;
}
.img_circle {
  width: 180px;
  height: 180px;
  aspect-ratio: 1 / 1;
  object-fit: cover; 
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  display: block;
  margin: 0 auto;
}
.target_list {
  padding-left: 1.2rem;
  margin: 0;
  color: var(--txtbrown);
}
.target_list li, .target_text {
  line-height: 1.8;
  margin-bottom: 0.5rem;
}
.target_list li:last-child {
  margin-bottom: 0;
}
.target_footer_msg {
  margin-top: 40px;
  font-family: var(--zenmaru);
  font-weight: 700;
  color: var(--txtbrown);
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .content_box {
    padding: 20px;
  }
  .img_map {
    max-width: 120px;
  }
}
@media (min-width: 992px) {
  .visitnursing_page .content_box {
    padding: 40px;
    grid-template-areas:
      "ttl img"
      "txt img";
    grid-template-columns: 1fr auto;
    column-gap: 40px;
    row-gap: 10px;
  }
  .box_ttl_sub { grid-area: ttl; font-size: 1.4rem; }
  .box_txt_area { grid-area: txt; }
  .box_img_area { grid-area: img; }

  .target_footer_msg {
    font-size: 1.25rem;
  }
}

/* schedule_sec */
.schedule_list {
  margin-top: 40px;
  color: var(--txtbrown);
}
.schedule_item {
  display: flex;
  padding: 25px 0;
	border-bottom:3px dotted var(--pink2);
}
.schedule_item.border-none {
  background-image: none;
}
.time_box {
  width: 100px;
  flex-shrink: 0;
  font-family: var(--zenmaru);
  font-weight: 700;
  font-size: 1.1rem;
  color: var(--pink1);
}
.schedule_item .contentbox {
  flex-grow: 1;
}

.content_box p {
  line-height: 1.7;
  margin-bottom: 0.5rem;
}

.schedule_ttl {
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 0.8rem !important;
}
.content_flex {
  display: flex;
  flex-direction: column;
}

.schedule_img {
  width: 100%;
  max-width: 320px;
  border-radius: 15px;
  margin-top: 15px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
@media (min-width: 768px) {
  .schedule_item {
    padding: 35px 0;
  }
  
  .time_box {
    width: 150px;
    font-size: 1.2rem;
  }
  
  .content_flex {
    flex-direction: row;
    align-items: flex-start;
  }
  
  .text_area {
    flex-grow: 1;
    padding-right: 30px;
  }
  
  .img_area {
    width: 250px;
    flex-shrink: 0;
  }
  
  .schedule_img {
    margin-top: 0;
  }
}

/* rehabilitation_sec */
.visitnursing_page.rehabilitation_sec .content_box{
	background:var(--green3);
}
.placeholder_wrap{
	padding-bottom:20px;
}
.placeholder_icon {
  font-size: 3.5rem;
  color: var(--green1);
  opacity: 0.5;
  margin-bottom: 20px;
  animation: pulse-subtle 2s infinite ease-in-out;
}
.placeholder_ttl {
  font-family: var(--zenmaru);
  color: var(--green2);
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
}
.placeholder_text p {
  color: var(--txtbrown);
  line-height: 2;
  margin-bottom: 1rem;
}
@keyframes pulse-subtle {
  0% { transform: scale(1); opacity: 0.4; }
  50% { transform: scale(1.05); opacity: 0.6; }
  100% { transform: scale(1); opacity: 0.4; }
}
@media (min-width: 992px) {
  .placeholder_ttl {
    font-size: 1.8rem;
  }
}

/* faq_sec */
.faq_sec .h2clover{
	max-width:900px;
	margin-left:auto;
	margin-right:auto;
}
.faq_list {
  margin-top: 30px;
}

.faq_item {
  padding: 25px 0;
  border-bottom: 1px solid #dbeee1;
}

.faq_item:last-child {
  border-bottom: none;
}

.faq_q {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}

.q_icon {
  flex-shrink: 0;
  width: 30px;
  font-family: var(--zenmaru);
  font-weight: 700;
  font-size: 1.3rem;
  line-height: 1;
  color: var(--blue1);
}

.q_text {
  font-weight: 700;
  color: var(--txtbrown);
  margin: 0;
  line-height: 1.5;
}
.faq_a {
  padding-left: 30px;
}

.a_text {
  color: var(--txtbrown);
  margin: 0;
  line-height: 1.8;
}
@media (min-width: 992px) {
  .faq_list {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  
  .q_icon {
    font-size: 1.5rem;
    width: 40px;
  }
  
  .faq_a {
    padding-left: 40px;
  }
  
  .q_text {
    font-size: 1.1rem;
  }
}

/*==== Company page ====*/
/* philosophy_sec */
.philosophy_sec {
  color: var(--txtbrown);
  overflow: hidden;
  position: relative;
}
.philosophy_sec .container{
	position:relative;
}

.bg_decor {
  position: absolute;
  pointer-events: none;
  opacity: 0.5;
}
.ceo_decor_circle {
  top: 100px;
  right: -5%;
  width: 500px;
}
.vow_decor_tl {
  top: 40%;
  left: -100px;
  width: 400px;
}
.vow_decor_br {
  bottom: -100px;
  right: -100px;
  width: 500px;
}
.philosophy_sec .box_ttl_sub {
  font-family: var(--zenmaru);
  color: var(--txtbrown);
  font-size: 1.35rem;
  font-weight: 700;
	margin-bottom:20px;
}

.ceo_img_wrapper {
  position: relative;
  max-width: 340px;
  margin: 40px auto;
  z-index: 2;
}
.ceo_bg_circle {
  position: absolute;
  top: -20%;
  left: -30%;
  width: 140%;
  z-index: 1;
  pointer-events: none;
}

.ceo_photo {
  position: relative;
  z-index: 2;
}

.ceo_photo img:first-child {
  width: 90%;
	max-width:230px;
  height: auto;
  border-radius: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
	display:block;
	margin:0 auto;
}

.ceo_float_icon {
  position: absolute;
  bottom: -10px;
  right: -10px;
  width: 80px;
  z-index: 3;
  transform: rotate(15deg);
  filter: drop-shadow(0 5px 10px rgba(0,0,0,0.1));
}

.ceo_name {
  margin-top: 15px;
  font-size: 15px;
  line-height: 1.6;
	font-weight:600;
}
.ceo_name span {
  font-size: 0.8rem;
}

.philosophy_vow_wrap {
  position: relative;
}

.vow_content {
  position: relative;
  z-index: 2;
  max-width: 800px;
  margin: 0 auto;
}

.list_numbered {
  list-style: none;
  padding: 0;
  counter-reset: vow-counter;
}
.list_numbered li {
  position: relative;
  padding-left: 24px;
  line-height: 1.8;
  margin-bottom: 0.8rem;
}
.list_numbered li::before {
  counter-increment: vow-counter;
  content: counter(vow-counter);
  position: absolute;
  left: 0;
  font-weight: 700;
  color: var(--pink1);
}

.motto_text {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--txtbrown);
  margin-bottom: 0.5rem;
}
@media (min-width: 992px) {
	.ceoimg_msg{
		max-width:900px;
		margin-left:auto;
		margin-right:auto;
	}
	.ceo_decor_circle{
		top:50px;
    left: 55%; 
    width: 600px;
	}
  .ceo_img_wrapper {
    max-width: 400px;
		margin: 0 0 0 auto;
  }
	.vow_decor_tl {
		top: 35%;
		left: -5%;
		width: 600px;
  }
}

/* access_sec */
.access_item {
  margin-bottom: 80px;
}
.access_item:last-child {
  margin-bottom: 0;
}

.access_name {
  font-family: var(--zenmaru);
  font-size: 1.35rem;
  font-weight: 700;
  color: var(--txtbrown);
  margin-bottom: 25px;
}
.access_info_list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ddd;
}

.access_info_list li {
  display: flex;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  align-items: flex-start;
}

.access_info_list .label {
  flex-shrink: 0;
  width: 120px;
  font-weight: 700;
  color: var(--txtbrown);
  position: relative;
  padding-left: 20px;
}
.access_info_list .label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.5em;
  width: 10px;
  height: 10px;
  background-color: #F8D55B;
  border-radius: 50%;
}

.access_info_list .val {
  margin: 0;
  color: var(--txtbrown);
  line-height: 1.6;
}
.map_wrap {
  position: relative;
  width: 100%;
  padding-top: 60%;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}
.map_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 992px) {
  .access_item {
    margin-bottom: 120px;
  }
  
  .access_name {
    font-size: 1.6rem;
  }

  .access_info_list {
    margin-right: 40px;
  }
  
  .access_info_list .label {
    width: 150px;
  }
}

/*===============
  #contact page
===============*/
.beforeform1,
.beforeform2 {
	margin-bottom: 40px;
}

.ctt_sec h2 {
	font-weight: 600;
	text-align: center;
}

.telWrap {
	margin: 0 auto 50px;
	max-width: 700px;
	padding: 1rem;
	border-radius: 15px;
	background: var(--green3);
}

.telWrap h2 {
	font-size: 20px;
	margin-bottom: 10px;
}

.telWrap .tellink {
	color: var(--green2);
	font-size: 30px;
	font-family: var(--round);
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-weight: 700;
}

.telWrap .tellink i {
	margin-right: 5px;
	font-size: 75%;
}

.telWrap .tellink:hover {
	opacity: 0.8;
}

.aftertel {
	margin-top: 5px;
	font-size: 16px;
	text-align: center;
}

.form_add {
	padding: 1rem;
	background: var(--green3);
	border-radius: 15px;
}

.form_add p {
	font-weight: 500;
	color: var(--green2);
}

.wpcf7-turnstile{
	display:flex;
	justify-content:center;
	margin-bottom:20px;
}
@media(min-width:400px) {

	.telWrap,
	.form_add {
		padding: 20px;
	}
}

@media(min-width:768px) {
	.beforeform1 {
		text-align: center;
	}

	.telWrap,
	.form_add {
		padding: 30px;
	}

	.telWrap .tellink {
		font-size: 36px;
		letter-spacing: 1px;
	}

	.aftertel {
		font-size: 17px;
	}
}

@media(min-width:992px) {
	.beforeform2 {
		text-align: center;
	}
}

/*=====================
  #privacy page
=====================*/
.pri_sec .detail-wrap:last-of-type {
	padding-bottom: 0;
}

.pri_sec h4 {
	font-weight: 700;
}

.ol_pri,
.ul_pri,
.ol_pri .ol_ch {
	padding-inline-start: 20px;
}

.ol_pri .ol_ch {
	margin-left: 0;
}

.ol_pri li,
.ul_pri li {
	margin-bottom: 10px;
}

.ol_pri.ol_pa>li {
	margin-bottom: 20px;
}

.ol_pri.liststyle_none {
	padding-inline-start: 0;
	margin-bottom: 0;
}

.ol_pri.liststyle_none>li {
	list-style-type: none;
	margin-bottom: 40px;
}

.ol_pri.liststyle_none>li:last-child {
	margin-bottom: 0;
}

.pri_sec .detail-wrap p {
	margin-bottom: 1rem;
}

.pri_sec .detail-wrap p:last-child {
	margin-bottom: 0;
}

/*=======================
  #operating-regulations page
========================*/
.reg_sec .detail-wrap {
	padding-top: 40px;
}

.reg_sec .detail-wrap p {
	margin-top: 1rem;
}

.reg_sec .detail-wrap p:first-of-type {
	margin-top: 0;
}

.ol_reg {
	margin-top: 1rem;
	padding-inline-start: 20px;
}

.ol_reg>li {
	margin-bottom: 10px;
}

.ul_reg_kana {
	margin-top: 1rem;
	padding-inline-start: 0;
}

.ul_reg_kana>li {
	margin-bottom: 10px;
	list-style-type: none;
}

.reg_sec .priwrap {
	margin-bottom: 30px;
}

.reg_sec .detail-wrap p.kaitei {
	margin-top: 0;
}

.reg_sec .kaitei .ymd {
	display: inline-block;
	min-width: 120px;
}
/*=====================
  Training page
======================*/
.box_ttl_center {
  font-family: var(--zenmaru);
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--txtbrown);
  margin-bottom: 1.5rem;
  position: relative;
  padding-bottom: 1rem;
}
.box_ttl_center::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 3px;
  background-color: var(--green1);
  border-radius: 2px;
}
.definition_box {
  background-color: #f0fdf4;
  border: 2px solid var(--green1);
  border-radius: 20px;
  padding: 30px;
  margin-bottom: 40px;
  text-align: center;
}

.def_main {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--green1);
  line-height: 1.8;
  margin-bottom: 1.5rem;
}

.def_sub {
  font-size: 0.95rem;
  color: var(--txtbrown);
  line-height: 1.8;
  margin: 0;
}

.overview_box {
  background-color: #f9f9f9;
  border-radius: 15px;
  padding: 25px;
  margin-bottom: 80px;
  border: 1px solid #eee;
}

.overview_ttl {
  font-size: 1rem;
  font-weight: 700;
  color: var(--txtbrown);
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 5px;
  display: inline-block;
}

.overview_text p {
  font-size: 0.85rem;
  line-height: 1.7;
  color: #666;
  margin-bottom: 10px;
  text-align: justify;
}
.overview_text p:last-child {
  margin-bottom: 0;
}
.certificate_area {
  margin-bottom: 80px;
  text-align: center;
}

.cert_img_wrap {
  display: inline-block;
  background: #fff;
  padding: 15px;
  border: 1px solid #ddd;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border-radius: 5px;
  max-width: 500px;
}

.cert_img {
  display: block;
  width: 100%;
  height: auto;
}

.cert_caption {
  margin-top: 15px;
  font-size: 0.85rem;
  color: #888;
  text-align: right;
}
.acts_table_area {
  margin-bottom: 80px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.table_acts {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.table_acts th {
  background-color: var(--green1);
  color: #fff;
  padding: 15px;
  border-bottom: none;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  white-space: nowrap;
}

.table_acts td {
  background-color: #fff;
  padding: 15px;
  border-bottom: 1px solid #eee;
  vertical-align: middle;
  color: var(--txtbrown);
}

.table_acts tbody tr:last-child td {
  border-bottom: none;
}
.act_name {
  font-weight: 700;
  font-size: 0.95rem;
  line-height: 1.5;
}
.act_desc {
  font-size: 0.85rem;
  line-height: 1.6;
  text-align: justify;
}
.fa-circle-check {
  font-size: 1.4rem;
  color: var(--green1) !important;
}
.gallery_item {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 15px rgba(0,0,0,0.05);
  width: 100%;
  position: relative;
  background-color: #fff;
}

.gallery_img {
  width: 100%;
  height: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.gallery_item:hover .gallery_img {
  transform: scale(1.03);
}
@media (max-width: 767px) {
  .def_main {
    font-size: 1rem;
    text-align: left;
  }
  .def_sub {
    text-align: left;
  }
  .gallery_img {
    aspect-ratio: 3 / 2;
  }
}
/*=====================
  #footer
=====================*/
.beforefooter {
	position: relative;
	padding: 40px 0;
}

.beforefooter::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(./img/sakurabg.jpg)no-repeat center center/cover;
	opacity: 0.8;
}

.beforefooter .container {
	position: relative;
}

.beforefooter>.container>p {
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #7B6559;
}

.bf_tel {
	margin-bottom: 20px;
}

.bf_tel a {
	color:var(--txtbrown);
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: var(--round);
	font-weight: 700;
	font-size: 32px;
}

.bf_tel a:hover {
	opacity: 0.8;
}

.bf_tel i {
	margin-right: 7px;
}

.bf_tel_add {
	font-size: 15px;
	display: block;
	text-align: center;
}

.bf_form {
	display: flex;
	justify-content: center;
	align-items: center;
}

.bf_form a {
	width: 100%;
	border-radius: 50px;
	padding: 14px 20px;
	background: var(--pink1);
	color: #fff;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
}

.bf_form i {
	margin-right: 7px;
}

.bf_form a:hover {
	opacity: 0.8;
}

.site-footer {
	padding: 40px 0;
	background: url(./img/bg_pastel_y.jpg)no-repeat center center/cover;
}

.ftrwidget {
	margin-bottom: 20px;
}

.ftrlogo_sp {
	display: block;
	width: fit-content;
	margin-bottom: 20px;
}

.ftrlogo_sp img {
	display: block;
	object-fit: contain;
	width: 240px;
}

.ftrlogo_sp img:first-child {
	margin-bottom: 10px;
}

.ftrlogo_sp:hover {
	opacity: 0.8;
}

.ftrlogo_pc {
	display: none;
}

.dl_ftrinfo dt {
	padding: 10px 5px 5px;
	font-weight: 500;
	font-size: 16px;
}

.dl_ftrinfo dt:first-child {
	border-top: 1px dashed #C8C8C8;
}

.dl_ftrinfo dd {
	margin-bottom: 0;
	padding: 0 5px 10px;
	border-bottom: 1px dashed #C8C8C8;
	font-size: 16px;
}

.dl_ftrinfo a {
	color: var(--txtbrown);
	font-weight: 700;
}

.dl_ftrinfo a:hover {
	opacity: 0.8;
}

.ftr_insta {
	display: flex;
	align-items: center;
	font-family: var(--round);
}

.ftr_insta i {
	margin-right: 5px;
}

#menu-footermenu {
	padding-left: 0;
	margin-bottom: 0;
	margin-top: 40px;
}

#menu-footermenu li {
	list-style-type: none;
}

#menu-footermenu li a {
	color: var(--txtbrown);
}

#menu-footermenu li a:hover {
	color: var(--txtbrown);
	opacity: 0.8;
}

#menu-footermenu>li {
	margin-bottom: 13px;
}

#menu-footermenu>li>a {
	font-weight: 500;
	font-size: 17px;
}

#menu-footermenu li a:not([href]):not([class]) {
	pointer-events: none;
}

#menu-footermenu .sub-menu {
	padding-left: 20px;
	margin: 5px 0 0;
}

#menu-footermenu .sub-menu>li {
	margin-bottom: 6px;
}

#menu-footermenu .sub-menu>li>a {
	font-size: 16.5px;
}

.ftr-copy {
	text-align: center;
	line-height: 1.4;
	font-size: 13px;
}

@media(min-width:450px) {
	.bf_form>a {
		width: 350px;
		max-width: 100%;
	}
}

@media(min-width:500px) {
	#menu-footermenu {
		display: flex;
		flex-wrap: wrap;
	}

	#menu-footermenu>li {
		width: 50%;
	}

	#menu-footermenu>li.menu-item-has-children {
		width: 100%;
	}

	#menu-footermenu .sub-menu>li {
		display: inline-block;
		margin-right: 30px;
	}

	#menu-footermenu .sub-menu>li:last-child {
		margin-right: 0;
	}

	.dl_ftrinfo {
		display: flex;
		flex-wrap: wrap;
	}

	.dl_ftrinfo dt {
		padding: 10px 10px 10px 5px;
		width: 170px;
		border-bottom: 1px dashed #C8C8C8;
	}

	.dl_ftrinfo dd {
		padding: 10px 5px;
		width: calc(100% - 170px);
	}

	.dl_ftrinfo dd:first-of-type {
		border-top: 1px dashed #C8C8C8;
	}
}

@media(min-width:768px) {
	.beforefooter>.container>p {
		font-size: 24px;
	}

	.bf_btns {
		display: flex;
		justify-content: space-evenly;
		align-items: center;
	}

	.bf_tel {
		width: fit-content;
		margin-bottom: 0;
	}

	.bf_tel a {
		font-size: 34px;
	}

	.bf_form {
		width: fit-content;
	}

	.bf_tel_add {
		font-size: 16px;
		font-weight: 500;
		color: #786f6b;
	}

	.ftrlogo_sp {
		display: none;
	}

	.ftrlogo_pc {
		display: block;
		margin-bottom: 20px;
	}

	.ftrlogo_pc:hover {
		opacity: 0.8;
	}

	.ftrlogo_pc img {
		width: 480px;
		object-fit: contain;
	}

	.dl_ftrinfo a.tellink {
		font-weight: 400;
	}
}

@media(min-width:768px) and (max-width:991px) {
	.dl_ftrinfo .br2 {
		display: none;
	}
}

@media(min-width:992px) {
	.beforefooter>.container>p {
		font-size: 26px;
	}

	.bf_form a {
		font-size: 18px;
	}

	.ftrwidget {
		display: flex;
		justify-content: space-between;
	}

	.ftrinfo {
		width: 485px;
	}

	.menu-footermenu-container {
		width: 415px;
	}

	#menu-footermenu {
		margin-top: 0;
		width: fit-content;
	}

	#menu-footermenu>li {
		margin-bottom: 20px;
	}

	#menu-footermenu .sub-menu {
		margin-top: 10px;
	}
}

@media(min-width:1200px) {
	#menu-footermenu>li>a {
		font-size: 18px;
	}
}