@charset "UTF-8";
body {
	font-family: "Noto Serif JP", serif;
	line-height: 1.5;
	font-weight: 400;
}

p {
	color: #5f5f5f;
	font-size: 14px;
	line-height: 1.7857142857;
	font-weight: 500;
	letter-spacing: -1%;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	p {
		font-size: 16px;
	}
}

li a {
	text-decoration: underline;
}
li a:hover {
	text-decoration: none;
}

a {
	color: #222;
	text-decoration: none;
	display: inline-block;
	transition: 0.3s;
}
a:hover {
	opacity: 0.7;
}

img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}

ul {
	list-style: none;
}

.sp {
	display: block;
}

.pc {
	display: none;
}

@media screen and (min-width: 768px) {
	.sp {
		display: none;
	}
	.pc {
		display: block;
	}
}
.inner {
	padding: 0 15px;
}
@media screen and (min-width: 768px) {
	.inner {
		max-width: 1120px;
		margin: 0 auto;
		padding: 0 30px;
	}
}

.wrapper {
	padding: 60px 0 0;
}
@media screen and (min-width: 768px) {
	.wrapper {
		padding: 102px 0 0;
	}
}

/* フェードイン */
.fadeIn_up {
	opacity: 0;
	transform: translate(0, 12.5%);
	transition: 1.5s;
}

.fadeIn_up.is-show {
	transform: translate(0, 0);
	opacity: 1;
}

/* アニメーション */
.poyopoyo {
	animation: poyopoyo 2s ease-out infinite;
	opacity: 1;
}

@keyframes poyopoyo {
	0%, 40%, 60%, 80% {
		transform: scale(1);
	}
	50%, 70% {
		transform: scale(0.95);
	}
}
.simplebar-track.simplebar-horizontal {
	position: relative;
	height: 10px;
	background: #C6CBD1;
	border-radius: 5px;
	max-width: none;
	margin: 12px auto 0;
}

.simplebar-scrollbar {
	height: 10px;
	background: #595757;
	border-radius: 5px;
	top: 0;
}

.simplebar-placeholder {
	width: auto !important;
}

.anchor {
	margin-top: -80px;
	padding-top: 80px;
}
@media screen and (min-width: 768px) {
	.anchor {
		margin-top: -100px;
		padding-top: 100px;
	}
}

/* 共通パーツ */
.cmn-title01 {
	margin: 0 0 24px;
	text-align: center;
	color: #56A43E;
	font-size: 32px;
	font-weight: 700;
	line-height: 1;
}
.cmn-title01 span {
	display: block;
	margin: 0 0 4px;
	font-size: 10px;
	line-height: 1;
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.cmn-title01 {
		margin: 0 0 40px;
		font-size: 40px;
	}
	.cmn-title01 span {
		font-size: 16px;
	}
}

.cmn-btn01 {
	text-align: center;
	line-height: 1;
}
.cmn-btn01 a {
	display: inline-block;
	width: 270px;
	padding: 3px 0 7px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
	outline: none;
	background-color: #537748;
	position: relative;
	transition: color 0.5s ease;
	border-radius: 40px;
	overflow: hidden;
	color: #fff;
	border: solid 1px #537748;
}
.cmn-btn01 a:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #fff;
	transform: scaleX(0);
	transform-origin: right;
	transition: all 0.5s ease;
	transition-property: transform;
	border-radius: 40px;
}
.cmn-btn01 a span {
	position: relative;
	display: block;
	font-size: 20px;
	color: #fff;
	font-weight: 700;
	transition: color 0.5s ease;
	line-height: 1;
}
.cmn-btn01 a:hover {
	opacity: 1;
	color: #537748;
}
.cmn-btn01 a:hover::before {
	transform: scaleX(1);
	transform-origin: left;
}
.cmn-btn01 a:hover span {
	color: #537748;
}
@media screen and (min-width: 768px) {
	.cmn-btn01 a {
		display: inline-block;
		width: 540px;
		padding: 15px 0 20px;
		font-size: 30px;
		line-height: 1;
	}
	.cmn-btn01 a span {
		font-size: 30px;
	}
	.cmn-btn01 a:hover {
		opacity: 1;
		color: #537748;
	}
	.cmn-btn01 a:hover::before {
		transform: scaleX(1);
		transform-origin: left;
	}
	.cmn-btn01 a:hover span {
		color: #537748;
	}
}

.map {
	width: 100%;
	position: relative;
	padding-top: 56.25%;
}
.map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.heading {
	position: relative;
	margin: 0 0 60px;
}
.heading .heading-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	font-size: 30px;
	color:#5f5f5f;
}
.heading .heading-title span {
	display: block;
	font-size: 15px;
	color:#5f5f5f;
}
@media screen and (min-width: 768px) {
	.heading {
		margin: 0 0 100px;
	}
	.heading .heading-title {
		font-size: 60px;
	}
	.heading .heading-title span {
		line-height: 1;
		font-size: 16px;
	}
}

.cmn-list01 .item + .item {
	margin: 24px 0 0;
}
.cmn-list01 .item .img {
	margin: 0 0 12px;
}
.cmn-list01 .item .name {
	margin: 0 0 8px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
.cmn-list01 .item .price {
	text-align: center;
	font-size: 16px;
	font-weight: 700;
}
.cmn-list01 .item .btn-link01 {
	text-align: center;
}
.cmn-list01 .item .btn-link01 a {
	width: 216px;
	padding: 10px 0;
	background: #537748;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	border-radius: 40px;
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.cmn-list01 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px 40px;
	}
	.cmn-list01 .item + .item {
		margin: 0;
	}
	.cmn-list01 .item .img {
		margin: 0 0 24px;
	}
	.cmn-list01 .item .name {
		margin: 0 0 16px;
		font-size: 18px;
		font-weight: 400;
		letter-spacing: -3%;
	}
	.cmn-list01 .item .price {
		margin: 0 0 24px;
		font-size: 20px;
		font-weight: 400;
	}
	.cmn-list01 .item .btn-link01 {
		text-align: center;
	}
	.cmn-list01 .item .btn-link01 a {
		width: 216px;
		padding: 10px 0;
		font-size: 18px;
	}
}

/* header */
.gHeader {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	display: table;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	padding: 5px 10px;
	background-color: #fff;
	z-index: 10;
}
.gHeader .logo {
	display: table;
	width: 124px;
	margin: 0;
	vertical-align: middle;
}
.gHeader .logo a {
	display: table-cell;
	vertical-align: middle;
}
.gHeader .area-link {
	position: relative;
	display: table-cell;
	vertical-align: middle;
}
.gHeader .area-link .mypage {
	position: absolute;
	top: 5px;
	right: 40px;
	margin: 0;
	z-index: 1;
}
.gHeader .area-link .mypage a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 7px 15px;
	background: #EA3227;
	border-radius: 5px;
	text-decoration: none;
}
.gHeader .area-link .mypage a .img {
	width: 30px;
}
.gHeader .area-link .mypage a .text {
	padding: 0 0 0 9px;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}
.gHeader .area-link .area-btnMenu {
	position: absolute;
	padding: 0;
	cursor: pointer;
	top: 50%;
	right: 0;
	z-index: 3;
	transform: translateY(-50%);
}
.gHeader .area-link .area-btnMenu.open {
	padding: 0;
}
.gHeader .area-link .area-btnMenu.open .btnMenu .txt {
	left: -4px;
}
.gHeader .area-link .area-btnMenu.open .btnMenu span:first-child {
	margin-top: 7px;
	transform: rotate(45deg);
}
.gHeader .area-link .area-btnMenu.open .btnMenu span:nth-child(2) {
	margin-top: 7px;
	transform: rotate(-45deg);
}
.gHeader .area-link .area-btnMenu .btnMenu {
	position: relative;
	margin: 0 auto;
	padding: 0px 0 0;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 2;
}
.gHeader .area-link .area-btnMenu .btnMenu span {
	display: block;
	position: absolute;
	top: 7px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #222;
	transition: all 0.3s ease-out;
}
.gHeader .area-link .area-btnMenu .btnMenu span:first-child {
	margin-top: 0;
}
.gHeader .area-link .area-btnMenu .btnMenu span:nth-child(2) {
	margin-top: 7px;
}
.gHeader .area-link .area-btnMenu .btnMenu span:nth-child(3) {
	margin-top: 14px;
}
.gHeader .area-link .area-btnMenu .txt {
	position: relative;
	margin: 0;
	padding: 0;
	font-weight: 500;
	line-height: 1;
	font-size: 14px;
	color: #222;
	z-index: 2;
	text-align: center;
}
.gHeader .area-link #gNavWrap {
	position: fixed;
	width: 100vw;
	height: 100vh;
	margin: 0 calc(50% - 50vw);
	right: -150%;
	top: -5px;
	padding-top: 60px;
	background: #fff;
	overflow-y: auto;
	scrollbar-width: none;
	z-index: 2;
}
.gHeader .area-link #gNavWrap #gNav {
	padding: 20px 0 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap-logo {
	width: 220px;
	margin: 0;
	padding: 0 20px;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 {
	position: relative;
	margin: 0 0 20px;
	padding: 20px;
	overflow: auto;
	z-index: 1000;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item {
	border-bottom: solid 1px #ccc;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item a {
	position: relative;
	display: block;
	padding: 20px 0 20px 0;
	font-size: 14px;
	color: #222;
	text-decoration: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item a:after {
	content: "";
	position: absolute;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAABcklEQVRIicXWvWoVURQF4C+5Fw3Gv8o0WluIFv6UIoiQwkKIDyCijXYKWljlJRRuKRgsjb6AYGElolb2FmJhYaFEUZYc2SMXTW53ZxbsmeIsmM06a9beksy77iX5mWQjya4ko1nfW2iPOeMszuMkfuEhnu74yR4U6mo9yfckkyQrSfZsx1uctzxT2MQtHMZjnNuO1GdDb/AA73EKqziKfdOkPjz0L05UXcUB3MaLjtOnQh3e4RFe4yAulOH3GkihDu2qjuMOluv9doy1AZppKnzGfpwuo1/H86bQlwEaUpm0UE0162zhx7jcPwS+YlzBuYQP+NgUWhmgmXZl33AIT8pLN1pWDWnqMxWOx/AJ9/+o1OPomK7dSTaTbCW5WUN3sZ2PB1DmMi5ihEn7s5qZ/572qMqolNiodeTuUOtHh0u4Usq8wrMWhP+xelBmudaNSa0f67P4fXioTYJrlTtt/Xg5i9zHcD1S4ddGRVs/dg5i/AaqGmbeeh85lwAAAABJRU5ErkJggg==") no-repeat;
	background-size: 100%;
	width: 18px;
	height: 10px;
	top: 50%;
	right: 15px;
	margin: -5px 0 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p {
	margin: 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p.sp.tb_pcNone {
	border: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span {
	display: block;
	padding: 20px 0 20px;
	position: relative;
	font-size: 14px;
	color: #fff;
	transition: 0.3s;
	/*
	&:after {
	content: "";
	position: absolute;
	background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAUCAYAAADlep81AAABcklEQVRIicXWvWoVURQF4C+5Fw3Gv8o0WluIFv6UIoiQwkKIDyCijXYKWljlJRRuKRgsjb6AYGElolb2FmJhYaFEUZYc2SMXTW53ZxbsmeIsmM06a9beksy77iX5mWQjya4ko1nfW2iPOeMszuMkfuEhnu74yR4U6mo9yfckkyQrSfZsx1uctzxT2MQtHMZjnNuO1GdDb/AA73EKqziKfdOkPjz0L05UXcUB3MaLjtOnQh3e4RFe4yAulOH3GkihDu2qjuMOluv9doy1AZppKnzGfpwuo1/H86bQlwEaUpm0UE0162zhx7jcPwS+YlzBuYQP+NgUWhmgmXZl33AIT8pLN1pWDWnqMxWOx/AJ9/+o1OPomK7dSTaTbCW5WUN3sZ2PB1DmMi5ihEn7s5qZ/572qMqolNiodeTuUOtHh0u4Usq8wrMWhP+xelBmudaNSa0f67P4fXioTYJrlTtt/Xg5i9zHcD1S4ddGRVs/dg5i/AaqGmbeeh85lwAAAABJRU5ErkJggg==") no-repeat 0 0;
	background-size: 100%;
	width: 18px;
	height: 10px;
	top: 50%;
	right: 15px;
	margin: -5px 0 0;
	transform: rotate(90deg);
	transition: .3s;
}
	*/
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:before, .gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: opacity 1s;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:after {
	transform: translateY(-50%) rotate(90deg);
	transition: transform 0.3s;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span.js-menu-close::before {
	opacity: 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span.js-menu-close:after {
	transform: translateY(-50%) rotate(180deg);
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner {
	height: auto;
	padding: 0;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list {
	display: none;
	border-top: solid 1px #ccc;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item {
	border-bottom: dashed 1px #ccc;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:last-child {
	border: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:first-child {
	border-top: none;
}
.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item a {
	padding: 20px 0 20px 0;
}
@media screen and (min-width: 768px) {
	.gHeader {
		display: block;
		top: auto;
		width: 100%;
		height: 102px;
		padding: 15px 24px 15px 17px;
	}
	.gHeader .logo {
		width: 134px;
		margin: 0;
	}
	.gHeader .area-link {
		display: block;
		align-items: center;
	}
	.gHeader .area-link .link-warp {
		display: flex;
		justify-content: start;
		align-items: center;
		gap: 0 24px;
	}
	.gHeader .area-link .link-warp .link-list {
		display: flex;
		align-items: center;
		margin: 0;
		padding: 0;
	}
	.gHeader .area-link .link-warp .link-list .link-item {
		margin: 0 24px 0 0;
	}
	.gHeader .area-link .link-warp .link-list .link-item .arrow {
		position: relative;
	}
	.gHeader .area-link .link-warp .link-list .link-item .arrow:before {
		content: "";
		position: absolute;
		left: 50%;
		bottom: -8px;
		display: inline-block;
		vertical-align: middle;
		color: #4392BB;
		line-height: 1;
		width: 8px;
		height: 8px;
		border: 0.1em solid currentColor;
		border-left: 0;
		border-bottom: 0;
		box-sizing: border-box;
		transform: translateX(-50%) translateY(-25%) rotate(135deg);
	}
	.gHeader .area-link .mypage {
		position: absolute;
		top: 0;
		right: 0;
		z-index: 1;
	}
	.gHeader .area-link .mypage a {
		padding: 14px 17px;
		border-radius: 11px;
	}
	.gHeader .area-link .mypage a .img {
		width: 30px;
	}
	.gHeader .area-link .mypage a .text {
		font-size: 16px;
	}
	.gHeader .area-link .area-btnMenu {
		display: none;
		/*
		display: flex;
		justify-content: center;
		align-items: center;
		width: 156px;
		height: 74px;
		padding: 0 6px 0 10px;
		*/
	}
	.gHeader .area-link .area-btnMenu.open {
		padding: 0px;
	}
	.gHeader .area-link .area-btnMenu.open .btnMenu .txt {
		left: -4px;
	}
	.gHeader .area-link .area-btnMenu.open .btnMenu span:first-child {
		margin-top: 7px;
		transform: rotate(45deg);
	}
	.gHeader .area-link .area-btnMenu.open .btnMenu span:nth-child(2) {
		left: 100%;
		margin-top: 7px;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	.gHeader .area-link .area-btnMenu.open .btnMenu span:nth-child(3) {
		margin-top: 7px;
		transform: rotate(-45deg);
	}
	.gHeader .area-link .area-btnMenu .btnMenu {
		position: relative;
		margin: 0;
		padding: 0 0 0;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 2;
	}
	.gHeader .area-link .area-btnMenu .btnMenu span {
		display: block;
		position: absolute;
		top: 7px;
		left: 3px;
		width: 100%;
		height: 2px;
		background: #fff;
		transition: all 0.3s ease-out;
	}
	.gHeader .area-link .area-btnMenu .btnMenu span:first-child {
		margin-top: 0;
	}
	.gHeader .area-link .area-btnMenu .btnMenu span:nth-child(2) {
		margin-top: 7px;
	}
	.gHeader .area-link .area-btnMenu .btnMenu span:nth-child(3) {
		margin-top: 14px;
	}
	.gHeader .area-link .area-btnMenu .txt {
		padding: 0 0 0 12px;
		font-size: 16px;
	}
	.gHeader .area-link #gNavWrap {
		position: initial;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
	}
	.gHeader .area-link #gNavWrap #gNav {
		padding: 0;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 {
		display: flex;
		justify-content: end;
		flex-wrap: wrap;
		gap: 12px 16px;
		margin: 0;
		padding: 0;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item {
		display: inline-block;
		border: none;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item a {
		position: relative;
		margin: 0;
		padding: 0;
		font-size: 14px;
		font-weight: 700;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item a:after {
		content: none;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p {
		display: flex;
		align-items: end;
		width: 100%;
		font-size: 20px;
		min-height: 3em;
		margin: 0 0 24px;
		padding: 0 0 24px;
		font-weight: 700;
		border-bottom: solid 1px #fff;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span {
		padding: 0;
		font-size: 18px;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:before, .gHeader .area-link #gNavWrap #gNav .sitemap01 .item p span:after {
		content: none;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner {
		height: auto;
		padding: 0;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item {
		display: block;
		width: 100%;
		margin: 0 0 24px;
		border: none;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item + .item {
		margin: 0 0 24px;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:last-child {
		border: none;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item:first-child {
		border-top: none;
	}
	.gHeader .area-link #gNavWrap #gNav .sitemap01 .item .item-inner .list .item a {
		margin: 0;
		padding: 0;
		font-size: 16px;
	}
}

/* foter */
footer {
	padding: 32px 0 40px;
	background: #537748;
}
footer .footer-inner {
	padding: 0 15px;
}
footer .footer-inner .logo {
	width: 180px;
	margin: 0 auto 40px;
}
footer .footer-inner .address {
	margin: 0 0 40px;
}
footer .footer-inner .address .text {
	color: #fff;
}
footer .footer-inner .footer-menu {
	margin: 0 0 40px;
	color: #fff;
}
footer .footer-inner .footer-menu .link .list {
	margin: 0;
	padding: 0;
}
footer .footer-inner .footer-menu .link .list + .list{
	margin: 13px 0 0;
}
footer .footer-inner .footer-menu .link .list .item {
	width: 100%;
}
footer .footer-inner .footer-menu .link .list .item + .item {
	margin: 13px 0 0;
}
footer .footer-inner .footer-menu .link .list .item a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}
footer .footer-inner .footer-menu .link .list .item.child a {
	position: relative;
	font-size: 14px;
	color: #D5D5D5;
}
footer .footer-inner .footer-menu .link .list .item.child a:before {
	content: "-";
	display: inline-block;
	padding: 0 6px 0 0;
}
footer .footer-inner .area-policy .list {
	display: flex;
	justify-content: center;
	margin: 0 0 32px;
	padding: 0;
}
footer .footer-inner .area-policy .list .item {
	position: relative;
}
footer .footer-inner .area-policy .list .item + .item {
	margin: 0 0 0 10px;
	padding: 0 0 0 6px;
	border-left: 1px solid #fff;
}
footer .footer-inner .area-policy .list .item a {
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
footer .footer-inner .area-copy {
	position: relative;
}
footer .footer-inner .area-copy .copyright {
	font-size: 10px;
	color: #fff;
	text-align: center;
}
@media screen and (min-width: 768px) {
	footer {
		padding: 56px 0 40px;
	}
	footer .footer-inner {
		max-width: 1160px;
		margin: 0 auto;
		box-sizing: border-box;
	}
	footer .footer-inner .footer-menu {
		margin: 0 0 86px;
	}
	footer .footer-inner .footer-menu .info {
		width: 100%;
	}
	footer .footer-inner .footer-menu .info .logo {
		width: 220px;
		max-width: 0 auto 40px;
	}
	footer .footer-inner .footer-menu .footer-info {
		display: flex;
		justify-content: space-between;
	}
	footer .footer-inner .footer-menu .footer-info .address {
		width: 50%;
	}
	footer .footer-inner .footer-menu .footer-info .link {
		display: flex;
		justify-content: space-between;
		width: 50%;
	}
	footer .footer-inner .footer-menu .footer-info .link .list {
		width: 50%;
	}
	footer .footer-inner .footer-menu .link .list + .list{
		margin: 0;
	}
	footer .footer-inner .footer-logo .copyright {
		font-size: 12px;
		bottom: 0px;
	}
}

.page-title {
	margin: 0 0 56px;
}
@media screen and (min-width: 768px) {
	.page-title {
		margin: 0 0 120px;
	}
}

.area-breadcrumbs {
	margin: 0 0 32px;
	padding: 8px 15px;
}
.area-breadcrumbs .aioseo-breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.area-breadcrumbs .aioseo-breadcrumbs a {
	color: #3562E3;
	font-size: 12px;
	text-decoration: underline;
}
.area-breadcrumbs .aioseo-breadcrumbs a:hover {
	text-decoration: none;
}
.area-breadcrumbs .aioseo-breadcrumbs span {
	font-size: 12px;
}
.wp-pagenavi {
	display: flex;
	justify-content: center;
	gap: 6px;
}
.wp-pagenavi .pages {
	display: none;
}
.wp-pagenavi .current {
	padding: 4px 8px;
	background: #222;
	color: #fff;
	border: solid 1px #222;
}
.wp-pagenavi a {
	padding: 4px 8px;
	background: #fff;
	color: #222;
	border: solid 1px #222;
}
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
	position: relative;
	display: inline-block;
	width: 32px;
	height: 32px;
	padding: 0;
	text-indent: -9999px;
	background: #222;
	border-radius: 50%;
}
.wp-pagenavi .nextpostslink::before,
.wp-pagenavi .previouspostslink::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	width: 11px;
	height: 11px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 2px;
	transition: all 0.3s ease;
	background: none;
	z-index: 2;
}
.wp-pagenavi .nextpostslink::before {
	left: 7px;
	transform: rotate(45deg);
}
.wp-pagenavi .previouspostslink::before {
	left: 11px;
	transform: rotate(-135deg);
}
@media screen and (min-width: 768px) {
	.wp-pagenavi {
		gap: 12px;
	}
	.wp-pagenavi .current {
		display: flex;
		align-items: center;
		padding: 0 16px;
		font-size: 16px;
	}
	.wp-pagenavi a {
		display: flex;
		align-items: center;
		padding: 0 16px;
		font-size: 16px;
	}
	.wp-pagenavi .nextpostslink,
	.wp-pagenavi .previouspostslink {
		width: 48px;
		height: 48px;
	}
	.wp-pagenavi .nextpostslink::before,
	.wp-pagenavi .previouspostslink::before {
		width: 14px;
		height: 14px;
	}
	.wp-pagenavi .nextpostslink::before {
		left: 14px;
	}
	.wp-pagenavi .previouspostslink::before {
		left: 18px;
	}
}

.page-not_found .content {
	margin: 0 0 80px;
	padding: 0 15px;
}
@media screen and (min-width: 768px) {
	.page-not_found .content {
		max-width: 1000px;
		margin: 0 auto 96px;
	}
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal .modal-content {
  position: absolute;
  display: flex;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  width: 90%;
  height: 30%;
  padding: 20px;
  background: #fff;
  animation-name: modalopen;
  animation-duration: 1s;
}
.modal .modal-content .text01 {
  margin: 0 0 16px;
  font-size: 18px;
  font-weight: 700;
}
.modal .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: white;
  font-size: 30px;
  cursor: pointer;
}
.modal .modalClose {
  position: absolute;
  font-size: 2rem;
  top: -10px;
  right: 0;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .modal .modal-content {
    max-width: none;
    max-height: none;
    width: 480px;
    height: 320px;
  }
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.area-fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
}
.area-fixed .list {
  display: flex;
}
.area-fixed .list .item {
  width: 50%;
  background: #967A4D;
}
.area-fixed .list .item.line {
  background: #33AD37;
}
.area-fixed .list .item.line .icon {
  width: 28px;
  margin: 0 12px 0 0;
}
.area-fixed .list .item a,
.area-fixed .list .item button {
  display: flex;
  width: 100%;
  padding: 12px 0;
  text-orientation: mixed;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .area-fixed {
	  width:auto;
    top: 100px;
    bottom: auto;
    right: 0;
    writing-mode: vertical-rl;
  }
  .area-fixed .list {
    gap: 24px;
  }
  .area-fixed .list .item.line a .icon {
    margin: 0 auto 8px;
  }
  .area-fixed .list .item a,
  .area-fixed .list .item button {
    width: 64px;
    min-height: 200px;
    padding: 16px 0;align-content
  }
	.area-fixed .list .item button span{
    writing-mode: vertical-rl;
	}
}



.cmn-contact01 .contact-content {
	background: #967A4D;
	color: #fff;
}
.cmn-contact01 .contact-content .area-text {
	padding: 24px 0;
}
.cmn-contact01 .contact-content .area-text .title02 {
	margin: 0 0 24px;
	text-align: center;
}
.cmn-contact01 .contact-content .area-text .text {
	color: #fff;
}
.cmn-contact01 .contact-content .list .item {
	padding: 24px 0;
	background: #537748;
	color: #fff;
}
.cmn-contact01 .contact-content .list .item .title02 {
	margin: 0 0 12px;
	text-align: center;
}
.cmn-contact01 .contact-content .list .item .title02 span {
	display: inline-block;
	min-width: 210px;
	padding: 6px 0;
	border: solid 1px #fff;
	border-radius: 40px;
	line-height: 1;
	font-size: 20px;
	color: #fff;
}
.cmn-contact01 .contact-content .list .item .img {
	width: 64px;
	margin: 0 auto 12px;
}
.cmn-contact01 .contact-content .list .item .text {
	margin: 0 0 12px;
	color: #fff;
	text-align: center;
}
.cmn-contact01 .contact-content .list .item .title03 {
	width: 300px;
	margin: 0 auto 12px;
	padding: 2px 0;
	background: #D9D9D9;
	color: #C42029;
	font-size: 20px;
	font-weight: 700;
	border-radius: 12px;
	text-align: center;
}
.cmn-contact01 .contact-content .list .item .arrow {
	width: 30px;
	margin: 0 auto 16px;
}
.cmn-contact01 .contact-content .list .item .line {
	position: relative;
	width: 258px;
	margin: 0 auto;
	border-radius: 40px;
	background: #33AD37;
}
.cmn-contact01 .contact-content .list .item .line a {
	position: relative;
	display: block;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-size: 16px;
	line-height: 1.375;
	text-decoration: none;
}
.cmn-contact01 .contact-content .list .item .line a:before {
	position: absolute;
	content: "";
	top: -20px;
	right: 0;
	width: 45px;
	height: 45px;
	background: url(../img/common/icon/line.png) no-repeat center;
	background-size: 100%;
}
.cmn-contact01 .contact-content .list .item.company {
	background: #ACBFA5;
}
.cmn-contact01 .contact-content .list .item.company .title02 {
	margin: 0 0 12px;
	text-align: center;
}
.cmn-contact01 .contact-content .list .item.company .title02 span {
	min-width: 280px;
	border: solid 1px #3F3E3E;
	color: #3F3E3E;
}
.cmn-contact01 .contact-content .list .item.company .text {
	color: #3F3E3E;
}
.cmn-contact01 .contact-content .list .item.company .text02 {
	font-size: 12px;
	color: #3F3E3E;
}
.cmn-contact01 .contact-content .area-tel {
	padding: 40px 0;
}
.cmn-contact01 .contact-content .area-tel .area-text {
	margin: 0 0 8px;
	padding: 0;
	text-align: center;
}
.cmn-contact01 .contact-content .area-tel .area-text .text {
	font-size: 12px;
}
.cmn-contact01 .contact-content .area-tel .area-text .tel a {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 0 12px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
}
.cmn-contact01 .contact-content .area-tel .area-text .tel a:before {
	content: "";
	display: inline-block;
	width: 16px;
	height: 24px;
	background: url(../img/common/icon/tel.png) no-repeat center;
	background-size: 100%;
}
.cmn-contact01 .contact-content .area-tel dl {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cmn-contact01 .contact-content .area-tel dl dt {
	font-size: 12px;
}
.cmn-contact01 .contact-content .area-tel dl dd {
	font-size: 12px;
}
@media screen and (min-width: 768px) {
	.cmn-contact01 .contact-content .area-text {
		padding: 60px 0 24px;
	}
	.cmn-contact01 .contact-content .area-text .title02 {
		margin: 0 0 24px;
		font-size: 35px;
	}
	.cmn-contact01 .contact-content .area-text .text {
		text-align: center;
		font-size: 20px;
		line-height: 2;
	}
	.cmn-contact01 .contact-content .list {
		display: flex;
		gap: 0 24px;
		max-width: 1120px;
		margin: 0 auto;
	}
	.cmn-contact01 .contact-content .list .item {
		width: 50%;
		padding: 40px 0 12px;
	}
	.cmn-contact01 .contact-content .list .item.general {
		margin: 0;
	}
	.cmn-contact01 .contact-content .list .item .title02 {
		max-width: 345px;
		margin: 0 auto 24px;
	}
	.cmn-contact01 .contact-content .list .item .title02 span {
		display: block;
		min-width: none;
		padding: 7px 0;
		font-size: 25px;
	}
	.cmn-contact01 .contact-content .list .item .img {
		width: 64px;
		margin: 0 auto 24px;
	}
	.cmn-contact01 .contact-content .list .item .text {
		margin: 0 0 12px;
		font-size: 25px;
		line-height: 1.6;
	}
	.cmn-contact01 .contact-content .list .item .title03 {
		display: block;
		width: 100%;
		max-width: 450px;
		margin: 0 auto 12px;
		padding: 3px 0;
		font-size: 30px;
		border-radius: 40px;
	}
	.cmn-contact01 .contact-content .list .item .arrow {
		width: 30px;
		margin: 0 auto 16px;
	}
	.cmn-contact01 .contact-content .list .item .text01 {
		margin: 0 0 22px;
		font-size: 17px;
		line-height: 1.7647058824;
	}
	.cmn-contact01 .contact-content .list .item.company {
		background: #ACBFA5;
	}
	.cmn-contact01 .contact-content .list .item.company .title02 {
		margin: 0 auto 24px;
	}
	.cmn-contact01 .contact-content .list .item.company .title02 span {
		min-width: 280px;
		border: solid 1px #3F3E3E;
		color: #3F3E3E;
	}
	.cmn-contact01 .contact-content .list .item.company .text {
		margin: 0 0 40px;
	}
	.cmn-contact01 .contact-content .list .item.company .text02 {
		margin: 0 0 24px;
		font-size: 17px;
		line-height: 1.7647058824;
	}
	.cmn-contact01 .contact-content .area-tel {
		padding: 40px 0 60px;
	}
	.cmn-contact01 .contact-content .area-tel .btn-line {
		display: block;
		width: 100%;
		margin: 0 0 40px;
	}
	.cmn-contact01 .contact-content .area-tel .btn-line a {
		display: block;
		padding: 13px 0;
		background: #33AD37;
		border-radius: 40px;
		text-align: center;
		text-decoration: none;
	}
	.cmn-contact01 .contact-content .area-tel .btn-line a span {
		position: relative;
		display: flex;
		justify-content: center;
		gap: 0 12px;
		align-items: center;
		color: #fff;
		font-size: 30px;
	}
	.cmn-contact01 .contact-content .area-tel .btn-line a span:before {
		content: "";
		display: inline-block;
		width: 56px;
		height: 56px;
		background: url(../img/common/icon/line.png) no-repeat 0 0;
		background-size: 100%;
	}
	.cmn-contact01 .contact-content .area-tel .area-text {
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 18px;
		margin: 0 0 8px;
	}
	.cmn-contact01 .contact-content .area-tel .area-text .text {
		font-size: 16px;
	}
	.cmn-contact01 .contact-content .area-tel .area-text .tel a {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		gap: 0 12px;
		text-decoration: none;
		color: #fff;
		font-size: 25px;
	}
	.cmn-contact01 .contact-content .area-tel .area-text .tel a:before {
		content: "";
		display: inline-block;
		width: 20px;
		height: 28px;
		background: url(../img/common/icon/tel.png) no-repeat center;
		background-size: 100%;
	}
	.cmn-contact01 .contact-content .area-tel dl dt {
		font-size: 16px;
	}
	.cmn-contact01 .contact-content .area-tel dl dd {
		font-size: 16px;
	}
}

.page-content .wp-block-table {
	margin: 0 0 40px;
}
.page-content a {
	text-decoration: underline;
}
.page-content a:hover {
	text-decoration: none;
}
@media screen and (min-width: 768px) {
	.page-content .wp-block-table {
		margin: 0 0 80px;
	}
}/*# sourceMappingURL=common.css.map */