@charset "utf-8";
/* CSS Document */

/*メニュー*/

@media screen and (min-width:961px) { /*PC*/
	.p-header-inner {
		background-color: #389302;
		width:100%;
		height: 100px;
		position:relative;
		z-index:20;
		border-bottom:1px solid #8eb563;
		box-shadow:0 5px 10px rgba(0,0,0,0.6);
	}
	.p-headlogo a {
		display:block;
		background:url("../img/headlogo.avif") center center no-repeat;
		width:107px;
		height:100px;
		text-indent:-9999px;
		overflow:hidden;
	}
	.p-sns {
		display:flex;
		width:40px;
		height:100px;
		text-indent:-9999px;
		overflow:hidden;
		align-items:center;
		margin-left:40px;
	}
	.p-sns a {
		display:flex;
		background:url("../img/sns-x.avif") center center no-repeat;
		width:40px;
		height:40px;
		text-indent:-9999px;
		overflow:hidden;
	}
	.nav{
		width:100%;
		max-width: 1100px;
		box-sizing:border-box;
		padding:0 20px;
		margin:0 auto;
		display: flex!important;
	}
	.nav ul {
	margin-left:auto;
		display: flex;
		justify-content: space-between;
	}
	.nav ul li {
		box-sizing: border-box;
	}
	.nav ul li:last-child {
	}
	.nav ul li a, .nav ul li em {
		display: block;
		height: 100px;
		text-indent: -9999px;
		overflow: hidden;
		position: relative;
		margin:0 auto;
	}
	.nav ul li a:after {
		content: "";
		display: block;
		width:0;
		position: absolute;
		left:50%;
		bottom:0px;
		height: 4px;
		background-color:#ffffff;
		transition: all 0.3s;
	}
	.nav ul li a:hover:after {
		width:100%;
		left:0;
	}
	.p-menu-01 a {background:url("../img/menu01.avif") left top no-repeat; width:120px;}
	.p-menu-02 a {background:url("../img/menu02.avif") left top no-repeat; width:120px;}
	.p-menu-03 a {background:url("../img/menu03.avif") left top no-repeat; width:120px;}
	.p-menu-04 a {background:url("../img/menu04.avif") left top no-repeat; width:120px;}
}
@media screen and (max-width:960px) { /*MB*/

/* スペース */
	.p-mobile-space {
		width: 100%;
		height: 60px;
		background:#389302;
	}
	
/*外側クローズ用*/
	.p-main{
	}
	.p-main-cover{
		position: fixed;
		width: 100%;
		visibility: hidden;
		z-index: -1;  
		-webkit-transition: .3s;
		transition: .3s;
	}
	.p-main-cover.active{
		height:100%;
		visibility: visible;
		background:rgba(0,0,0,0.4);
		z-index:1000;
	}
	.p-head-space {
		width: 100%;
		height: 60px;
		background:#389302;
	}
	.p-header-inner{
		width: 100%;
		height: 60px;
		position:fixed;
		top: 0;
		left: 0;
		z-index: 1000;
		background:#389302;
	}
	.p-header-wrap{
		position:relative;
		width: 100%;
		height: 60px;
	}
	/*nav=====*/
	.nav{
		display: none;
		position: relative;
		width: 100%;
		text-align: center;
		top: 0;
		left: 0;
		z-index: 950;
		padding-top:60px;
	}
	.nav li{
		background: #389302;
		border-bottom: 1px solid #1a3e05;
		text-align: left;
		text-indent: 12px;
	}
	.nav a, .nav span{
		color: #fff;
		display: block;
		height: 50px;
		line-height: 50px;
		font-size:2rem;
		font-family: "Noto Sans JP", sans-serif;
		font-optical-sizing: auto;
		font-style: normal;
		transform: rotate(0.03deg);
		font-weight: 700!important;
	}
	.nav a:hover{
		text-decoration: none;
	}
	.p-headlogo {
		width:100%;
		background: #389302;
		border-bottom: 1px solid #1a3e05;
	}
	.p-headlogo a {
		display:block;
		background:url("../img/headlogo.avif") center center no-repeat;
		width:107px;
		height:100px;
		text-indent:-9999px;
		overflow:hidden;
		margin:0 auto;
	}
	.p-sns {
		width:100%;
		height:80px;
		background: #389302;
		border-bottom: 1px solid #1a3e05;
		display:flex;
		justify-content: center;
		align-items:center;
	}
	.p-sns a {
		display:flex;
		background:url("../img/sns-x.avif") center center no-repeat;
		width:40px;
		height:40px;
		text-indent:-9999px;
		overflow:hidden;
		margin:0 auto;
	}
	/*ナビボタン*/
	.p-header-sp-nav{
		width: 30px;
		height: 26px;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 10px;
		margin:auto;
		cursor: pointer;
		z-index: 1000;
		background:#2a4b91;
	}
	.p-header-sp-nav:before {
		content: "";
		display: block;
		width:50px;
		height:60px;
		background-color:#389302;
		z-index: -1;
		position: absolute;
		right:-10px;
		top:-17px;
	}
	.p-header-sp-nav span {
		display: block;
		position: absolute;
		width: 30px;
		height: 2px;
		background: #fff;
		-webkit-transition: .3s;
		transition: .3s;
	}
	.p-header-sp-nav span:first-of-type {
		top: 0;
		bottom: auto;
		margin-bottom: 10px;
	}
	.p-header-sp-nav span:nth-of-type(2) {
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.p-header-sp-nav span:last-of-type {
		bottom: 0;
		top: auto;
	}
	.p-header-sp-nav.active{
	}
	.p-header-sp-nav.active span:nth-of-type(2) {
		right: -60px;
		opacity: 0;
		visibility: hidden;
	}
	.p-header-sp-nav.active span:first-of-type{
		top: 0;
		bottom: 0;
		margin: auto;
		transform:rotate(45deg);
	}
	.p-header-sp-nav.active span:last-of-type{
		top: 0;
		bottom: 0;
		margin: auto;
		transform:rotate(-45deg);
	}
	
}

/* ビジュアル */

.p-mv-wrap {
	width:100%;
	position:relative;
	margin:0 auto;
	display:flex;
	justify-content: center;
	align-items:center;
}

@media screen and (min-width:961px) { /*PC*/
	.p-mv-wrap {
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-mv-wrap {
	}
}

.p-mv {
	background:url("../img/mv.avif") center top no-repeat;
	background-size:contain;
	width:100%;
	max-width:540px;
	aspect-ratio:84 / 120;
	margin:0 auto;
}

/* メインコンテンツ */

.p-main-wrap {
	position:relative;
	width:100%;
	max-width:1100px;
	margin:0 auto;
	display:flex;
	gap:60px;
	flex-wrap:wrap;
}

@media screen and (min-width:961px) { /*PC*/
	.p-main-wrap {
	justify-content: flex-start;
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-main-wrap {
	justify-content: center;
	}
}

/* アバウト */

.p-about-wrap {
	position:relative;
	width:100%;
	max-width:1100px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
	gap:64px;
}

@media screen and (min-width:961px) { /*PC*/
	.p-about-head {
		width:calc(50% - 32px);
		text-align:left;
	}
	.p-about-text {
		width:calc(50% - 32px);
	}
}
@media screen and (max-width:960px) { /*MB*/
	.p-about-head {
		width:100%;
		text-align:left;
	}
	.p-about-text {
		width:100%;
	}
	.p-about-text p br {
		display:none;
	}
}



.p-about-head h1 {
	margin-top:-20px;
	color:#fff;
	font-size:8rem;
	font-weight:900;
	letter-spacing:0.5rem;
	margin-bottom:8px;
	text-align:left;
}

.p-about-head p {
	color:#fff;
	font-size:2rem;
	font-weight:900;
	letter-spacing:0.5rem;
	border-bottom:1px solid #fff;
	padding-bottom:24px;
}



.p-about-text p {
	color:#fff;
	text-align:left;
	font-size:2rem;
	line-height:1.7;
	font-weight:700;
}

/* 左サイドコンテンツ */

.p-head-news {
	width:100%;
	margin-top:-20px;
	margin-bottom:24px;
}

.p-head-news h2 {
	font-size:6.4rem;
	font-weight:900;
	text-align:left;
	color:#38442a;
	letter-spacing:0.5rem;
}

.p-news-block {
	width:100%;
	position:relative;
	text-align:left;
	background:url("../img/border-dotted.avif") left bottom no-repeat;
	background-size:contain;
	padding-bottom:36px;
	margin-bottom:24px;
}

.p-news-img {
	margin-bottom:12px;
}

.p-news-img a {
	display:block;
	position:relative;
	padding:10px;
	background-color:#fff;
	box-sizing:border-box;
}

.p-news-img a span {
	position: absolute;
	top:20px;
	left:20px;
	display:block;
	padding:8px 24px;
	border-radius:5px;
	color:#fff;
	background-color:#cf6876;
	font-weight:700;
	font-size:1.7rem;
}

.p-news-title h3 {
	color:#38442a;
	font-size:2rem;
	font-weight:700;
	padding-bottom:12px;
	border-bottom:1px solid #38442a;
	margin-bottom:12px;
}

.p-news-summary {
	color:#38442a;
	font-size:1.7rem;
	line-height:1.7;
	font-weight:400;
	margin-bottom:12px;
}

.p-news-link {
	display:flex;
	justify-content: flex-end;
}

.p-news-link a {
	background-color:#389302;
	color:#fff;
	border-radius:15px;
	line-height:30px;
	box-sizing:border-box;
	padding:0 36px;
	font-size:1.5rem;
	font-weight:700;
}
/* 右サイドバー */

.p-head-right {
	width:60%;
	height:30px;
	display:flex;
	align-items: center;
	justify-content: center;
	border-radius:15px;
	color:#afc793;
	background-color:#38442a;
	margin:0 auto 24px;
	
}

.p-head-right h4 {
	font-size:1.6rem;
	font-weight:700;
	letter-spacing:0.25rem;
}

.p-right-banner {
	box-sizing:border-box;
	border:2px solid #fff;
	border-radius:15px;
	overflow:hidden;
	margin:0 auto 24px;
	background-color:#fff;
}

.p-season-menu {
	margin:0 auto 24px;
}

.p-season-menu dl {
	display:flex;
	flex-direction:column;
	position:relative;
	width:100%;
}

.p-season-menu dl dt {
	width:100%;
	background-color:#abc291;
	box-sizing:border-box;
	padding:8px 12px;
	border-radius:10px 10px 0 0;
	font-size:1.6rem;
	line-height:1.7;
	color:#fff;
	font-weight:700;
}

.p-season-menu dl dd {
	width:100%;
	background-color:#e3f0d4;
	box-sizing:border-box;
	padding:12px;
	border-radius:0 0 10px 10px;
	text-align:left;
	display:flex;
	justify-content: flex-start;
	align-items:center;
	font-size:1.6rem;
	line-height:1.7;
}

.p-right-block {
	position:relative;
	width:100%;
	margin:0 auto 12px;
}

.p-right-block dl {
	display:flex;
	justify-content: flex-start;
	position:relative;
	width:100%;
}

.p-right-block dl dt {
	width:60px;
	background-color:#abc291;
	box-sizing:border-box;
	padding:12px;
	border-radius:10px 0 0 10px;
	font-size:1.4rem;
	line-height:1.7;
	display:flex;
	justify-content:center;
	align-items:center;
}

.p-right-block dl dd {
	width:calc(100% - 60px);
	background-color:#e3f0d4;
	box-sizing:border-box;
	padding:12px;
	border-radius:0 10px 10px 0;
	text-align:left;
	display:flex;
	justify-content: flex-start;
	align-items:center;
	font-size:1.4rem;
	line-height:1.7;
}

.p-icon {
	width:22px;
	height:22px;
	display:block;
}

.p-icon-home {background:url("../img/icon_home.avif") left top no-repeat;	background-size:cover;}
.p-icon-schedule {background:url("../img/icon_schedule.avif") left top no-repeat;	background-size:cover;}
.p-icon-call {background:url("../img/icon_call.avif") left top no-repeat;	background-size:cover;}
.p-icon-time {background:url("../img/icon_time.avif") left top no-repeat;	background-size:cover;}
.p-icon-check {background:url("../img/icon_check.avif") left top no-repeat;	background-size:cover;}

.p-side-maid {
	width:100%;
	max-width:294px;
	aspect-ratio:294 / 231;
	display:block;
	background:url("../img/side-maid.avif") left top no-repeat;
	background-size:cover;
	margin:0 auto;
}

/* マップ */

.p-map-head {
	margin:0 auto 32px;
}

.p-map-head p {
	color:#fff;
	font-size:2.4rem;
	font-weight:700;
	letter-spacing:2rem;
}

.p-map {
	width:100%;
	position: relative;
	border-radius:10px;
	box-sizing:border-box;
	border:10px solid #cfe2b9;
}

.p-map iframe {
	width:100%;
	height:400px;
}

/* フッター */

.p-foot-wrap {
	display:flex;
	flex-direction: column;
	gap:32px;
}

.p-foot-menu {
	font-size:1.6rem;
	color:#fff;
}

.p-foot-menu a {
	color:#fff;
}

.p-foot-logo {
	width:100%;
	max-width:200px;
	aspect-ratio:274 / 225;
	margin:0 auto;
}

.p-foot-logo a {
	width:100%;
	aspect-ratio:274 / 225;
	display:block;
	background:url("../img/jam-logo.avif") left top no-repeat;
	background-size:cover;
}

.p-copyright {
	font-size:1.6rem;
	color:#fff;
}

/* シングルページ */


.p-entry-body {
	text-align:left;
}

.p-entry-thum {
	background-color:#fff;
	padding:10px;
	margin:0 auto 32px;
}

.p-entry-title {
	margin-bottom:8px;
}

.p-entry-title h3 {
	color:#38442a;
	font-size:2rem;
	font-weight:700;
	padding-bottom:12px;
	border-bottom:1px solid #38442a;
}

.p-entry-date {
	text-align:right;
	margin-bottom:16px;
}

.p-entry-date p {
	font-weight:700;
	font-size:1.4rem;
	color:#abc291;
}

.p-entry-contents {
	position:relative;
	display:flex;
	flex-direction:column;
	gap:24px;
}

.p-entry-contents p {
	color:#38442a;
	font-size:1.7rem;
	line-height:1.7;
	font-weight:400;
	margin-bottom:12px;
}

.p-entry-contents ul, .p-entry-contents ol {
	display:flex;
	flex-direction: column;
	gap:8px;
	padding-left:24px;
}

.p-entry-contents ul {
	list-style-type:disc;
}

.p-entry-contents ol {
	list-style-type:decimal;
}

.p-entry-contents ul li, .p-entry-contents ol li {
	font-size:1.7rem;
	line-height:1.6;
	border-bottom: 1px solid #dadada;
}

.p-entry-contents figure {
	width:100%;
	margin:0 auto;
}

.p-entry-contents figure img {
	margin:0 auto;
	display:block;
}

.p-entry-contents h1 {
	font-weight:700;
	color:#38442a;
	box-sizing:border-box;
	padding:8px　0;
	font-size:3rem;
}

.p-entry-contents h2 {
	background-color:#abc291;
	color:#38442a;
	font-weight:700;
	box-sizing:border-box;
	padding:8px;
	font-size:2.2rem;
	border-radius: 10px;
}

.p-entry-contents h3 {
	border:1px solid #38442a;
	font-weight:700;
	color:#38442a;
	box-sizing:border-box;
	padding:4px;
	font-size:2rem;
}

.p-entry-contents h4 {
	background-color:#d6e8c1;
	color:#38442a;
	font-weight:400;
	box-sizing:border-box;
	padding:8px;
	font-size:1.8rem;
}

.p-entry-contents h5 {
	border-bottom:1px solid #38442a;
	font-weight:400;
	color:#38442a;
	box-sizing:border-box;
	padding:4px 0;
	font-size:1.8rem;
}

.p-entry-contents h6 {
	border-bottom:5px solid #d6e8c1;
	font-weight:600;
	color:#abc291;
	box-sizing:border-box;
	padding:4px 0;
	font-size:1.6rem;
}

.p-entry-contents blockquote {
	background-color:#f1f1f1;
	box-sizing:border-box;
	padding:12px;
}

.p-floatimg {
	float:left;
}

.wp-block-table table tr:nth-child(2n + 1) {
	background-color:#f7f7f7;
}

.wp-block-table table td {
	font-size:1.5rem;
	box-sizing:border-box;
	padding:8px;
	border-color:#dadada;
	min-height:40px;
	min-width:50px;
	vertical-align: middle;
	line-height:1.4;
}

/* アバウト */

.p-about-body {
	display:flex;
	flex-direction: column;
	gap:24px;
}

.p-about-about {
	background-color:#fff;
	border-radius:24px;
	padding:24px;
	display:flex;
	flex-direction:column;
	gap:24px;
	text-align:left!important;
}

.p-about-about p {
	font-size:1.8rem;
	line-height:1.8;
	font-weight:700;
	color:#4d4d4d;
}

.p-about-body h3 {
	color:#afc793;
	background-color:#38442a;
	width:100%;
	padding:12px;
	box-sizing:border-box;
	font-weight:700;
	font-size:2rem;
	border-radius:12px;
}

.p-shop-status dl {
	display:flex;
	justify-content: flex-start;
	position:relative;
	width:100%;
	margin-bottom:4px;
}

.p-shop-status dl dt {
	width:100px;
	background-color:#abc291;
	color:#fff;
	box-sizing:border-box;
	padding:12px;
	font-size:1.4rem;
	line-height:1.7;
	display:flex;
	justify-content:center;
	align-items:center;
}

.p-shop-status dl dd {
	width:calc(100% - 100px);
	background-color:#e3f0d4;
	box-sizing:border-box;
	padding:12px;
	text-align:left;
	display:flex;
	justify-content: flex-start;
	align-items:center;
	font-size:1.4rem;
	line-height:1.7;
}

.p-survice-wrap dl {
	display:flex;
	flex-direction:column;
	justify-content: flex-start;
	position:relative;
	width:100%;
	margin-bottom:8px;
	background-color:#e3f0d4;
	padding:12px 0;
}

.p-survice-wrap dl:last-child {
	margin-bottom:0!important;
}

.p-survice-wrap dl dt {
	width:100%;
	background-color:#e3f0d4;
	box-sizing:border-box;
	padding:0 12px;
	font-size:1.6rem;
	line-height:1.7;
	display:flex;
	justify-content:flex-start;
	align-items:center;
	font-weight:700;
}

.p-survice-wrap dl dd {
	width:100%;
	background-color:#e3f0d4;
	box-sizing:border-box;
	padding:0 12px;
	text-align:left;
	display:flex;
	justify-content: flex-start;
	align-items:center;
	font-size:1.4rem;
	line-height:1.5;
}

.p-point-card ul {
	text-align:left;
	display:flex;
	flex-direction:column;
	gap:12px;
}

.p-point-card ul li {
	text-align:left;
	font-size:1.6rem;
	font-weight:700;
	border-bottom:1px solid #abc291;
	padding-bottom:8px;
}

/* プライバシー */

.p-privacy-body {
	font-size:1.5rem;
	line-height:1.6;
	text-align:left;
}

/* コンタクト */

.p-contact-body {
	width:100%;
	position:relative;
	text-align:left;
	display:flex;
	flex-direction:column;
	gap:24px;
}

.p-contact-body p {
	font-size:1.6rem;
	line-height:1.6;
	color:#4d4d4d;
}

.p-contact-body dl {
	display:flex;
	justify-content: flex-start;
	position:relative;
	width:100%;
	margin-bottom:4px;
}

.p-contact-body dl dt {
	width:100px;
	background-color:#abc291;
	color:#fff;
	box-sizing:border-box;
	padding:12px;
	font-size:1.4rem;
	line-height:1.7;
	display:flex;
	justify-content:center;
	align-items:center;
}

.p-contact-body dl dd {
	width:calc(100% - 100px);
	background-color:#e3f0d4;
	box-sizing:border-box;
	padding:12px;
	text-align:left;
	display:flex;
	justify-content: flex-start;
	align-items:center;
	font-size:1.4rem;
	line-height:1.7;
}

.p-contact-body h2 {
	background-color:#abc291;
	color:#38442a;
	font-weight:700;
	box-sizing:border-box;
	padding:8px;
	font-size:2.2rem;
	border-radius: 10px;
}


.p-contact-body h3 {
	background-color:#d6e8c1;
	color:#38442a;
	font-weight:400;
	box-sizing:border-box;
	padding:8px;
	font-size:1.8rem;
}

/* メニュー */

.p-menu-body {
	position:relative;
	width:100%;
	text-align:left;
	display:flex;
	flex-direction:column;
	gap:24px;
}

.p-menu-body h2 {
	background-color:#abc291;
	color:#ffffff;
	font-weight:700;
	box-sizing:border-box;
	padding:8px;
	font-size:2.2rem;
	border-radius: 10px;
}

.p-menu-body p {
	font-size:1.6rem;
	line-height:1.6;
	color:#4d4d4d;
}

.p-menu-group {
	padding:24px;
	background-color:#e3f0d4;
	border-radius:24px;
	display:flex;
	flex-direction:column;
	gap:16px;
}

.p-menu-group h3 {
	color:#38442a;
	font-weight:700;
	box-sizing:border-box;
	padding:8px;
	font-size:1.7rem;
	border:1px solid #38442a;
}

.p-menu-group dl {
	padding-bottom:12px;
	border-bottom:1px dotted #abc291;
}

.p-menu-group dl dt {
	font-size:1.8rem;
}

.p-menu-group dl dt span {
	font-size:1.7rem;
	font-weight:700;
	color:#389302;
}

.p-menu-group dl dd {
	margin-top:8px;
	font-size:1.4rem;
	line-height:1.3;
}