@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400&family=Oswald:wght@300;400&display=swap");
/* Scss Document */
html {
	width: 100%;
	min-width: 1200px;
}
body {
	font-size: 1.4rem;
	width: 100%;
	min-width: 1200px;
	letter-spacing: 0.1em;
	font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}
.sp {
	display: none;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
.center {
	text-align: center;
}
.anchor {
	position: absolute;
	top: -110px;
	left: 0;
}
section {
	margin-bottom: 8em;
}
section.content {
	text-align: left;
}
section:last-child {
	margin-bottom: 0;
}
.inner {
	margin: 0 auto;
	padding: 0 30px;
	width: 1200px;
}
.redtxt {
	color: #DC0003 !important;
}
header {
	padding: 0;
	width: 100%;
	min-width: 1200px;
	height: 130px;
	position: fixed;
	display: flex;
	align-items: center;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	min-width: 1200px;
	transition: all 0.5s;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
}
header a {
	color: #fff;
	text-decoration: none;
}
header .header-wrapper {
	padding: 0 30px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header .header-wrapper .logo {
	width: 253px;
}
header .header-wrapper .logo a {
	display: block;
	line-height: 0;
}
header .header-wrapper .logo a img {
	vertical-align: middle;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
header .header-nav {
	margin: 0 0 1.5em auto;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 4px 4px 0 4px;
}
header .header-nav li {
	margin-right: 1.5em;
	font-weight: 400;
	line-height: 1;
	font-weight: 400;
	font-size: 1.2rem;
}
header .header-nav li:before {
	margin-right: 0.5em;
	content: "";
	display: inline-block;
	width: 10px;
	height: 1px;
	background: #fff;
	vertical-align: middle;
}
header .header-nav li.tel {
	margin-right: 0;
}
header .header-nav li.contact:before, header .header-nav li.tel:before {
	display: none;
}
/* 20240701 営業時間の追加 start */
.logo_open_date{
	margin-top: 15px;
	font-size: 14px;
}
/* 20240701 営業時間の追加 end */
.btn-gnav {
	display: none;
}
.gnav ul {
	margin: 0 auto;
	padding: 0;
	display: flex;
	justify-content: right;
}
.gnav ul li {
	margin-left: 2em;
	text-align: center;
	line-height: 1.1;
	font-weight: 400;
}
main {
	margin-bottom: 8em;
	width: 100%;
	min-width: 1200px;
}
.main {
	padding-top: 500px;
	margin-bottom: 5em;
}
.page-title {
	margin-bottom: 2em;
	font-size: 3rem;
	letter-spacing: 0.15em;
	font-weight: 300;
	text-align: center;
}
.mid-title {
	margin-bottom: 2em;
	font-size: 2rem;
	text-align: center;
}
.title-green {
	margin: 0 auto 1.5em;
	color: #468C00;
	font-size: 1.8rem;
	font-weight: 400;
	letter-spacing: 0.2em;
}
.col2-wrapper {
	margin-bottom: 4em;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
.col2-wrapper.reverse {
	flex-direction: row-reverse;
}
.col2-wrapper > * {
	width: 47.5%;
	text-align: left;
}
.btn-more a {
	margin: 0 auto;
	padding: 0.35em 0 0.35em 0;
	border: solid 1px #000;
	display: block;
	width: 140px;
	font-size: 1.2rem;
	font-weight: 400;
	color: #000;
	background: url(../img/common/arw_s_r.png) no-repeat right 1.25em center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.notes {
	margin-top: 1em;
	font-size: 1.2rem;
}
section.notes p {
	font-size: 1.2rem;
}
footer {
	padding: 50px 0;
	text-align: center;
	background: #eee;
}
footer p {
	margin: 1em 0;
}
footer .contact-wrap {
	margin: 3em auto 2em;
	display: flex;
	justify-content: center;
	align-items: center;
}
footer .contact-wrap p {
	margin: 0 1em;
}
    footer .f-logo img {
		width: 35%;
	}

.f-insta img {width: 35%;}
footer .contact-wrap .btn-contact a {
	padding: 0.35em 0;
	border: solid 1px #000;
	display: block;
	width: 260px;
	font-size: 1.5rem;
	font-weight: 400;
	color: #000;
	background: url(../img/common/arw_s_r.png) no-repeat right 1.25em center;
	text-decoration: none;
}
footer .btn-privacy a {
	display: inline-block;
	font-size: 1.2rem;
	color: #000;
	text-decoration: none;
}
footer .btn-privacy a:after {
	margin-left: 0.5em;
	content: "";
	background: url(../img/common/arw_pp.png) no-repeat center center;
	width: 9px;
	height: 1em;
	display: inline-block;
	vertical-align: middle;
}
footer h3 {
	margin-bottom: 1em;
	font-size: 1.4rem;
	font-weight: 600;
}
footer .copyright {
	margin-top: 2em;
	font-size: 1.2rem;
}
.mt-l {
	margin-top: 120px;
}
.mt-ml {
	margin-top: 90px;
}
.mt-m {
	margin-top: 60px;
}
.mt-s {
	margin-top: 40px;
}
.mt-ss {
	margin-top: 0.5em;
}
.mt-0 {
	margin-top: 0;
}
.mb-l {
	margin-bottom: 120px;
}
.mb-ml {
	margin-bottom: 90px;
}
.mb-m {
	margin-bottom: 60px;
}
.mb-s {
	margin-bottom: 30px;
}
.mb-ss {
	margin-bottom: 1.5em;
}
.mb-0 {
	margin-bottom: 0;
}
@media only screen and (max-width: 600px) {
	html {
		width: 100%;
		min-width: 100%;
		font-size: 2.4vw;
	}
	body {
		width: 100%;
		min-width: 100%;
	}
}

@media only screen and (max-width: 480px) {
	html {
		width: 100%;
		min-width: 100%;
		font-size: 2.4vw;
	}
	body {
		width: 100%;
		min-width: 100%;
	}
	.pc {
		display: none;
	}
	.sp {
		display: inherit;
	}
	.anchor {
		position: absolute;
		top: -110px;
		left: 0;
	}
	section {
		margin-bottom: 4em;
	}
	.inner {
		margin: 0 auto;
		padding: 0 4vw;
		width: 100%;
	}
	header {
		padding: 0;
		width: 100%;
		min-width: 100%;
		height: 18vw; /* 20240701 修正 */
		position: fixed;
		display: block;
		align-items: center;
		left: 0;
		top: 0;
		z-index: 10;
		transition: all 0.5s;
		background: rgba(0, 0, 0, 0.6);
		color: #fff;
	}
	header a {
		color: #fff;
		text-decoration: none;
	}
	header .header {
		display: block;
	}
	header .header-wrapper {
		padding: 0;
		width: 100%;
	}
	header .header-wrapper .logo {
		padding: 3.5vw 0 3.5vw 3.5vw;
		width: auto;
		text-align: left; /* 20240701 修正 */
	}
	header .header-wrapper .logo a {
		display: block;
	}
	header .header-wrapper .logo a img {
		vertical-align: middle;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		width: auto;
		height: 7vw;
	}
	header .header-wrapper-nav-wapper {
		width: 100%;
		position: relative;
	}
	header .header-nav {
		display: none;
	}

	.btn-gnav {
		display: block;
		position: absolute;
		top: 3.5vw;
		right: 3.5vw;
		width: 7vw;
		height: 7vw;
		background: url(../img/common/parts_gnav.png) no-repeat center center;
		background-size: auto 100%;
	}
	.btn-gnav.close {
		background: url(../img/common/parts_close.png) no-repeat center center;
		background-size: auto 100%;
	}
	.gnav {
		padding: 3vw 0;
		display: none;
		position: absolute;
		top: 14vw;
		left: 0;
		width: 100%;
		height: 100vh;
		background: rgba(0, 0, 0, 0.6);
	}
	.gnav ul {
		flex-direction: column;
		justify-content: flex-start;
		flex-wrap: wrap;
		min-width: 100%;
		max-width: 100%;
		height: 100vh;
		border: none;
	}
	.gnav ul li {
		margin: 0;
		width: 100%;
		display: block;
		border: none;
	}
	.gnav ul li a {
		padding: 0.75em;
		display: block;
		font-size: 1.6rem;
	}
	main {
		margin-bottom: 8em;
		width: 100%;
		min-width: 100%;
	}
	.main {
		padding-top: 52.6%;
		margin-bottom: 4em;
	}
	.page-title {
		font-size: 2.5rem;
		letter-spacing: 0.15em;
		font-weight: 300;
	}
	.mid-title {
		margin-bottom: 1em;
		font-size: 1.8rem;
		letter-spacing: 0;
	}
	.title-green {
		margin: 1em auto 1em;
		letter-spacing: 0;
	}
	.col2-wrapper {
		display: block;
	}
	.col2-wrapper > * {
		margin: 2em auto;
		width: 100%;
	}
	.btn-more a {
		margin: 0 auto;
		padding: 0.35em 0 0.35em 0;
		border: solid 1px #000;
		display: block;
		width: 140px;
		font-size: 1.2rem;
		font-weight: 400;
		color: #000;
		background: url(../img/common/arw_s_r.png) no-repeat right 1.25em center;
		text-decoration: none;
		font-family: Arial, Helvetica, sans-serif;
	}
	.notes {
		margin-top: 1em;
		font-size: 1.2rem;
	}
	section.notes p {
		font-size: 1.2rem;
	}
	footer {
		padding: 50px 0;
		padding-bottom: 26vw;
		text-align: center;
		background: #eee;
	}
	footer p {
		margin: 1em auto;
	}
	footer .f-logo {
		width: 70%;
	}
 footer .f-logo img {
		width: 100%;
	}
    .f-insta img {width: 100%;}
	footer .contact-wrap {
		margin: 3em auto 2em;
		display: block;
		text-align: center;
	}
	footer .contact-wrap p {
		margin: 0 1em;
	}
	footer .contact-wrap .btn-contact {
		margin-top: 1.5em;
	}
	footer .contact-wrap .btn-contact a {
		margin: 0 auto;
		padding: 0.35em 0;
		border: solid 1px #000;
		display: block;
		width: 80%;
		font-size: 1.5rem;
		font-weight: 400;
		color: #000;
		background: url(../img/common/arw_s_r.png) no-repeat right 1.25em center;
		text-decoration: none;
	}
	footer .btn-privacy a {
		display: inline-block;
		font-size: 1.2rem;
		color: #000;
		text-decoration: none;
	}
	footer .btn-privacy a:after {
		margin-left: 0.5em;
		content: "";
		background: url(../img/common/arw_pp.png) no-repeat center center;
		width: 9px;
		height: 1em;
		display: inline-block;
		vertical-align: middle;
	}
	footer h3 {
		margin-bottom: 1em;
		font-size: 1.4rem;
		font-weight: 600;
	}
	footer .copyright {
		margin-top: 2em;
		font-size: 1.2rem;
	}
	.footer_fix {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.footer_fix ul {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
	.footer_fix ul li {
		width: calc(100% / 3);
	}
	.footer_fix ul li a {
		display: block;
		background: rgba(0, 0, 0, .8);
	}
	.mt-l {
		margin-top: 12vw;
	}
	.mt-ml {
		margin-top: 9vw;
	}
	.mt-m {
		margin-top: 6vw;
	}
	.mt-s {
		margin-top: 3vw;
	}
	.mt-ss {
		margin-top: 0.5vw;
	}
	.mt-0 {
		margin-top: 0;
	}
	.mb-l {
		margin-bottom: 12vw;
	}
	.mb-ml {
		margin-bottom: 9vw;
	}
	.mb-m {
		margin-bottom: 6vw;
	}
	.mb-s {
		margin-bottom: 3vw;
	}
	.mb-ss {
		margin-bottom: 2vw;
	}
	.mb-0 {
		margin-bottom: 0;
	}
}

/* 20250714 スムーススクロール設置 */
.pagetop-btn {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 50px;
	height: 50px;
	background: #9cc813;
	border-radius: 50%;
}
.pagetop-btn a{
	position: relative;
	display: block;
	width: 50px;
	height: 50px;
	text-decoration: none;
}
.pagetop-btn a::before{
	content: '';
	position: absolute;
	top: -5px;
	bottom: 0;
	right: 0;
	left: 0;
	width: 25px;
	height: 25px;
	text-align: center;
	color: #fff;
	margin: auto;
}
.pagetop-btn a::after{
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	right: 0;
	bottom: 0;
	width: 12px;
	height: 12px;
	border: 0;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(-46deg);
	margin: auto;
}
@media only screen and (max-width: 767px) {
	.pagetop-btn {
		bottom: 124px;
	}
}

/* 20250715 パンくずリスト・パンくず構造化データ */
.pankuzu {
	margin: 0px auto 40px auto;
}
.pankuzu-grp {
	display: flex;
}
.pankuzu-item{
	display: flex;
	align-items: center;
}
.pankuzu-item:not(:last-child):after {
	display: block;
	content: "";
	width: 6px;
	height: 6px;
	border: 1px solid;
	border-color: #000 #000 transparent transparent;
	transform: rotate(45deg);
	margin: 0 10px;
}
.pankuzu-linkbtn {
	color: #000;
}
.pankuzu-current {
	color: #595959;
}