@charset "utf-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* ---------- common ---------- */
html {
	box-sizing: border-box;
	scroll-padding-top: 100px;
	overflow-x: hidden;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 1.8;
	color: #282828;
	box-sizing: inherit;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
	margin-bottom: 0.5rem;
}
button {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	margin-bottom: 1.5rem;
}
img, iframe {
	max-width: 100%;
}
a {
	text-decoration: none;
	background-color: transparent;
	display: inline-block;
	transition: .3s;
}
main a {
	color: #005691;
}
main a:hover {
	color: #007bff;
}
.flex {
	display: flex;
}
.block_center {
	text-align: center;
}
h1 {
	font-size: clamp(1.5rem, 5vw, 2.25rem); /*36*/
}
h2 {
	font-size: clamp(1.375rem, 4.5vw, 2.0rem); /*32*/
}
h3 {
	font-size: clamp(1.25rem, 4vw, 1.875rem); /*30*/
}
h4 {
	font-size: clamp(1.125rem, 3.5vw, 1.75rem); /*28*/
}
h5 {
	font-size: clamp(1rem, 3vw, 1.5rem); /*24*/
}
/* container */
main {
	position: relative;
}
:where(main, header .globalmenu, header .left p) {
	font-feature-settings: "palt";
	letter-spacing: 0.1em;
}
#maincontainer {
	margin: 0 auto;
	position: relative;
}
#head, .contents, #foot {
	max-width: 1200px;
	margin: 0 auto;
}
/* header */
header {
	background-color: #fffbeb;
	background-image: url("../img/header_bgcloud.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right center;
	position: relative;
	z-index: 10;
}
#header-inbox {
	background-image: url("../img/header_bg.png");
	background-position: calc(100% + 3px) 49%;
	background-size: 300px;
	background-repeat: no-repeat;
	position: relative;
	display: block;
	z-index: 100;
}
/*header::after {
	content: "";
	width: 70%;
	background-image: url(../bg.png);
	background-size: cover;
	background-position: right center;
	position: absolute;
	height: 100%;
	top: 0;
	z-index: -100
}*/
#head {
	padding: 1.75rem 0;
}
header .flex {
	justify-content: space-between;
	align-items: center;
}
header .left a {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: clamp(1.875rem, 1.431rem + 0.93vw, 2.125rem);
	margin-right: 3vw;
	letter-spacing: 0.05rem;
	color: #4d2b1f;
	position: relative;
}
header .left a:before {
	/*
	content: "";
	background: url("../img/header_bg2.png") no-repeat center/ contain;
	max-width: 70px;
	min-width: 66px;
	display: inline-block;
	position: relative;
	aspect-ratio: 80 / 69;
	margin-right: 1vw;
	bottom: 0;
	*/
}
header .left a::after {
	content: "";
	width: 120%;
	background-image: url(../img/header_bg2.png);
	background-repeat: repeat-x;
	background-size: 50%;
	background-position: left bottom;
	position: absolute;
	bottom: -96%;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
	filter: blur(0);
	height: 113%;
	aspect-ratio: 227 / 207;
}
header .left a img {
	margin-right: 0.5rem;
}
header .left a:hover {
	opacity: .7;
}
header .left p {
	font-weight: bold;
	letter-spacing: 0.05rem;
	padding: 0.1vw 2rem 0.15vw 1.5rem;
	display: inline-block;
	color: #4f4538;
	position: relative;
	max-width: 70%;
	text-align: left;
	line-height: 1.2;
	font-size: clamp(0.9rem, 0.456rem + 0.93vw, 1.15rem); /* 14 - 18.4 */
}
header .left p span {
	display: inline-block;
	margin-bottom: 3px;
}
header .left p::before, header .left p::after {
	content: "";
	position: absolute;
	left: 0;
	width: 18%;
	height: 3px;
	border-radius: 999px;
	box-sizing: border-box;
	background-color: #4f4538;
}
header .left p::before {
	top: -12px;
	transform: rotate(-12deg);
}
header .left p::after {
	bottom: -12px;
	transform: rotate(12deg);
}
/* nav */
nav.globalmenu {
	background: #ffae00;
	position: relative;
	z-index: 0;
}
nav.globalmenu ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto;
	color: #fff;
	font-weight: bold;
	font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
}
nav.globalmenu ul li {
	position: relative;
	width: 20%;
	text-align: center;
	padding: 0.75rem 0 0.5rem;
	line-height: 1.0;
}
nav.globalmenu ul li::after {
	content: '';
	width: 1px;
	height: 20px;
	position: absolute;
	right: 0;
	top: 50%;
	background: #fff;
	border: none;
	transition: all .2s ease-out;
	padding: 0;
	bottom: auto;
	left: auto;
	transform: translate(0, -50%);
	z-index: 0;
	opacity: 1;
}
nav.globalmenu ul li:last-of-type::after {
	display: none;
}
nav.globalmenu ul li a {
	padding: 0 1rem;
	display: inline-block;
	position: relative;
	transition: color 0.3s ease;
	overflow-wrap: anywhere;
	word-break: normal;
	line-break: strict;
	line-height: 1.5;
}
nav.globalmenu ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -6px;
	width: 100%;
	height: 4px;
	background: #fff;
	transform: scaleX(0);
	transform-origin: center;
	transition: transform 0.3s ease;
}
nav.globalmenu ul li a:hover {
	color: #fff;
}
nav.globalmenu ul li a:hover::after {
	transform: scaleX(1);
}
nav.globalmenu ul li a small {
	display: inline-block;
	line-height: 1.5rem;
}
.mainimg img {
	width: 100%;
}
/* btn */
.btn {
	color: #ffae00;
	text-align: left;
	font-weight: bold;
	border: 2px solid #ffae00;
	background: #fff;
	padding: 0.8rem 5rem;
	min-width: 200px;
	border-radius: 999px;
	position: relative;
	transition: all .3s;
	overflow: hidden;
	z-index: 1;
}
.btn::before {
	position: absolute;
	right: 3rem;
	top: 50%;
	transform: translateY(-50%);
	content: "\f178";
	content: "\f105";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	font-size: 1.2rem;
	color: #ffae00;
	margin-left: 3rem;
}
.btn::after {
	background: #ffae00;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: calc(100% + 4px);
	height: calc(100% + 4px);
	transform: scale(0, 1);
	transform-origin: left top;
	transition: .3s;
	z-index: -1;
}
.btn:hover {
	color: #fff;
}
.btn:hover::before {
	color: #fff;
}
.btn:hover::after {
	transform: scale(1, 1);
}
.btn.green {
	color: #008b4f;
	border: 2px solid #008b4f;
}
.btn.green::before {
	color: #008b4f;
}
.btn.green::after {
	background: #008b4f;
}
.btn.blue {
	color: #005691;
	border: 2px solid #005691;
}
.btn.blue::before {
	color: #005691;
}
.btn.blue::after {
	background: #005691;
}
.btn.green:hover, .btn.green:hover::before, .btn.blue:hover, .btn.blue:hover::before {
	color: #fff;
}
/* instagram */
.instagram span {
	display: flex;
	align-items: center;
}
.instagram span:before {
	content: "";
	background-image: url(../img/instagram_icon.svg);
	background-size: contain;
	width: 1.5rem;
	min-width: 30px;
	aspect-ratio: 1 / 1;
	display: inline-block;
	position: relative;
	margin: 20px;
	transition: .3s;
}
/* page top*/
.page_top_btn {
	position: fixed;
	width: 100px;
	height: 100px;
	bottom: 40px;
	right: 1rem;
	z-index: 50;
	border-radius: 5px;
	opacity: 0;
}
.page_top_btn a {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.25;
	color: #fff;
	background: #008b4f;
	border-radius: 5px;
	padding-top: 1.25rem;
	transition: .3s;
	pointer-events: none;
}
.page_top_btn a::before {
	position: absolute;
	content: "\f102";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	top: 1.8rem;
	transform: translate(-50%, -50%);
	left: 50%;
	font-size: 1.2rem;
	color: #fff;
}
.page_top_btn a:hover, .page_top_btn a:active {
	transform: translate(0, -3px);
	background: #00cc74;
	color: #fff;
}
.scrolled .page_top_btn {
	display: block;
	cursor: pointer;
	opacity: 1;
}
.scrolled .page_top_btn a {
	pointer-events: auto;
}

/* footer */
footer {
	background: #fff6d9;
}
#foot {
	padding: 50px 0 0;
}
#foot .flex {
	gap: 0 10%;
	padding-bottom: 30px;
}
.foot_left {
	width: 50%;
}
.foot_right {
	width: 30%;
	border-left: 1px solid #999;
	padding-left: 100px;
}
.logo_block {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
	font-weight: bold;
}
.logo_block img {
	margin-right: 0.5rem;
}
.tel, .mail {
	position: relative;
	color: #004875;
	border: 1px solid #004875;
	border-radius: 3px;
	background: #fff;
	font-weight: bold;
	padding: 0.5rem 1rem 0.5rem 3rem;
	transition: all .3s;
}
.tel::before, .mail::before {
	content: '';
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	position: absolute;
	top: 50%;
	transform: translateY(-48%);
	left: 1rem;
	font-size: 1.25rem;
	color: #004875;
}
.tel::before {
	content: "\f2a0";
}
.mail::before {
	content: "\f0e0";
}
.tel:hover, .mail:hover {
	transform: translateY(-2px);
}
.contact_box {
	margin: 20px auto 0;
}
a[href^="tel:"] {
	pointer-events: none !important;
}
.foot_right div {}
.foot_right div p {
	font-weight: bold;
	margin: auto;
}
.foot_right ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0.5em auto;
}
.foot_right ul > li a.instagram {
	background: #fff;
	border-radius: 999px;
}
.foot_right ul > li a.instagram img {
	width: 30px;
	max-width: 30px;
	aspect-ratio: 1 / 1;
	display: inline-block;
	position: relative;
	margin: 15px;
	transition: .3s;
}
.foot_right ul > li a.instagram:hover img {
	filter: invert(0%);
	opacity: .4;
}
/*
.foot_right > ul > li a {
	padding-left: 1.5rem;
	position: relative;
}

.foot_right > ul > li a::before {
	position: absolute;
	content: "\f101";
	content: "\f138";
	font-weight: 900;
	font-family: "Font Awesome 6 Free";
	top: 50%;
	transform: translateY(-48%);
	left: 0;
	font-size: 1.2rem;
	color: #ffae00;
}
*/
.foot_right ul.menu_child {
	font-size: 0.875rem;
}
.foot_right ul.menu_child a {
	padding-left: 1.5rem;
	position: relative;
}
.foot_right ul.menu_child a::before {
	content: '';
	width: 8px;
	height: 2px;
	background: #252525;
	position: absolute;
	left: 0.5rem;
	top: 50%;
	transform: translate(0, -50%);
}
.cp {
	font-size: 0.75rem;
	text-align: center;
	padding: 0.5rem 0;
	background: #ffae00;
	color: #fff;
}
/* other */
.red {
	color: #e2041b;
}
.color_n {
	color: inherit !important;
}
.align-c {
	text-align: center;
}
.align-r {
	text-align: right;
}
main div:has(>iframe) {
	max-width: 450px;
	min-width: 340px;
	width: 100%;
}
main iframe {
	width: 100%;
	height: 100%;
	aspect-ratio: 4/3;
}
@media screen and (max-width: 1200px) {
	#header-inbox {
		background-position: right 44%;
	}
	#head {
		padding: 1.5rem 1rem;
	}
	.contents {
		padding: 0 1rem;
	}
	.foot_left, .foot_right {
		width: 50%;
	}
}
@media screen and (max-width: 1020px) {
	#header-inbox {
		background-size: 260px;
		background-position: calc(100% + 3px) 40.5%;
	}
	/*header::after {
		width: calc(100% + 5px);
		height: 10px;
		right: -5px;
	}*/
	header .left a:before {
		content: "";
		background: url("../img/flower_mini.png") no-repeat center/ contain;
		max-width: 70px;
		display: inline-block;
		position: relative;
		aspect-ratio: 80 / 69;
		margin-right: 1vw;
		bottom: 0;
		min-width: 50px;
		margin-right 2vw;
	}
	header .left a::after {
		content: none;
	}
}
@media screen and (max-width: 991px) {
	#foot .flex {
		display: block;
	}
	.foot_left {
		margin: 0 auto 50px;
	}
	.foot_right {
		margin: 0 auto;
	}
	.foot_left, .foot_right {
		width: 100%;
	}
}
@media screen and (max-width: 768px) {
	.flex, nav.globalmenu ul {
		display: block;
	}
	header {
		background-position: right bottom;
	}
	#header-inbox {
		background-position: 110% bottom;
		background-size: 40%;
		z-index: auto;
	}
	#head {
		padding: 0.75rem 1.5rem 1rem;
	}
	#head.flex, header .left a {
		display: inline-flex;
		order: 2;
	}
	header .left.flex {
		display: flex;
		flex-wrap: wrap;
		width: 90%;
	}
	header .left a img {
		max-width: 30%;
	}
	header .left p {
		order: 1;
		max-width: inherit;
		margin-bottom: 3px;
		padding: 0.1vw 1rem 0;
		width: 90%;
	}
	header .left p::before, header .left p::after {
		content: "";
		position: absolute;
		width: 2px;
		height: 1.5em;
		bottom: 0;
		top: auto;
	}
	header .left p::before {
		left: 0;
		transform: rotate(-18deg);
	}
	header .left p::after {
		right: 0;
		left: auto;
		transform: rotate(18deg);
	}
	nav.globalmenu {
		width: 100%;
		transform: translateY(-100%);
		transition: transform 0.3s ease, visibility 0s linear 0.3s;
		visibility: hidden;
		position: fixed;
		right: 0;
		top: 0;
		padding: 2rem 1rem;
		z-index: 888;
		background: #fff2c2;
	}
	nav.globalmenu ul {
		background: #fff;
		padding: 2rem 0 4rem;
	}
	nav.globalmenu ul li {
		width: 90%;
		margin: 0 auto;
		border-bottom: 1px solid #e7e7e7;
		padding: 0;
	}
	nav.globalmenu ul li:last-child {
		border-bottom: none;
	}
	nav.globalmenu ul li a::after {
		display: none;
	}
	nav.globalmenu ul li a {
		display: block;
		padding: 1.5rem 0;
	}
	nav.globalmenu ul li a, nav.globalmenu ul li a:hover {
		color: #282828;
	}
	nav.globalmenu ul li a:hover {
		background: #f6f6f6;
	}
	nav.globalmenu ul li:last-child a:hover {
		background: #00cc74;
	}
	/* open */
	nav.globalmenu.open {
		transform: translateY(0);
		visibility: visible;
		transition-delay: 0s;
	}
	.ham {
		position: fixed;
		top: 1.5rem;
		right: 0.6rem;
		cursor: pointer;
		width: 50px;
		height: 50px;
		z-index: 999;
		background: #ffae00;
		border-radius: 5px;
	}
	.ham span {
		transition: all .3s;
		position: absolute;
		height: 4px;
		border-radius: 999px;
		background-color: #fff;
		width: 60%;
		z-index: 10;
		left: 20%;
	}
	.ham span:nth-of-type(1) {
		top: 30%;
	}
	.ham span:nth-of-type(2) {
		top: 50%;
	}
	.ham span:nth-of-type(3) {
		top: 70%;
	}
	/* open */
	.ham.open span:nth-of-type(1) {
		top: 35%;
		transform: translateY(6px) rotate(-45deg);
	}
	.ham.open span:nth-of-type(2) {
		opacity: 0;
	}
	.ham.open span:nth-of-type(3) {
		top: 60%;
		transform: translateY(-6px) rotate(45deg);
	}
	.foot_left, .foot_right {
		width: 100%;
	}
	header .left {
		text-align: center;
	}
	a.contact_pc {
		display: none;
	}
	.globalmenu ul li:has(a.contact) {
		display: block;
		background: none;
	}
	nav.globalmenu ul li::after {
		display: none;
	}
	a[href^="tel:"] {
		pointer-events: auto !important;
	}
	nav.globalmenu ul li a.contact {
		font-weight: bold;
		font-size: clamp(1rem, 2vw + 1rem, 1.125rem);
		color: #fff;
		background: #008b4f;
		padding: 1rem 2rem 1rem 4.5rem;
		position: relative;
		border-radius: 5px;
		display: inline-block;
		text-align: center;
		border-radius: 999px;
		display: block;
		max-width: 300px;
		margin: 50px auto 0;
		color: #fff;
		padding: 1.5rem 0 1.5rem 2rem;
	}
	nav.globalmenu ul li a.contact::before {
		position: absolute;
		content: "\f0e0";
		font-weight: 400;
		font-family: "Font Awesome 6 Free";
		top: 50%;
		transform: translateY(-46%);
		font-size: 1.5rem;
		color: #fff;
		left: 4rem;
	}
	nav.globalmenu ul li a.contact:hover {
		background: #00cc74;
	}
	.foot_left {
		padding: 0 1rem;
	}
	.foot_right {
		border-top: 1px solid #999;
		width: 100%;
		border-left: none;
		padding: 30px 1rem;
	}
	.btn {
		width: 80%;
		padding: 1rem 2rem;
	}
	.btn::before {
		right: 2rem;
	}
	main div:has(>iframe) {
		min-width: inherit;
		max-width: inherit;
	}
	@media (hover: none) {
		.page_top_btn a:hover {
			color: #fff;
			background: #008b4f;
			transform: scale(0.8) translate(0, 0);
		}
	}
}
@media screen and (max-width: 479px) {
	.page_top_btn a {
		transform: scale(0.8);
		transform-origin: right bottom;
	}
}