.shadows-into-light-regular {
	font-family: "Shadows Into Light", cursive;
	font-weight: 400;
	font-style: normal;
}
.noto-sans-jp {
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
}
.montserrat {
	font-family: "Montserrat", sans-serif;
	font-style: normal;
}
.zen-loop-regular {
	font-family: "Zen Loop", cursive;
	font-weight: 400;
	font-style: normal;
}
.zen-loop-regular-italic {
	font-family: "Zen Loop", cursive;
	font-weight: 400;
	font-style: italic;
}
.marcellus-regular {
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-style: normal;
}



body {
	background-color: #222;
	color: #ddd;
	display: flex;
	flex-direction: column;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	min-height: 100vh;
}

body.js-open {
	height: 100%;
	overflow: hidden;
}

a:hover {
	opacity: 0.7;
}

.divall_a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

/* リキッドレイアウト対応 */

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol,
li {
	list-style: none;
	padding: 0;
}

/* Remove default margin */

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
	margin: 0;
}

/* Set core root defaults */

html {
	scroll-behavior: smooth;
}

/* Set core body defaults */

body {
	line-height: 1.5;
	min-height: 100vh;
	text-rendering: optimizeLegibility;
}

/* Remove list styles on ul, ol elements with a class attribute */

ul,
ol {
	list-style: none;
}

/* A elements that don't have a class get default styles */

a:not([class]) {
	-webkit-text-decoration-skip: ink;
	text-decoration-skip-ink: auto;
}

/* Make images easier to work with */

img {
	display: block;
	max-width: 100%;
	width: 100%;
}

/* Natural flow and rhythm in articles by default */

/* Inherit fonts for inputs and buttons */

input,
button,
textarea,
select {
	font: inherit;
}

/* Blur images when they have no alt attribute */

img:not([alt]) {
	filter: blur(10px);
}

/* フォームリセット */

input,
button,
select,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	font: inherit;
	outline: none;
}

textarea {
	resize: vertical;
}

input[type=checkbox],
input[type=radio] {
	display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
	cursor: pointer;
}

select::-ms-expand {
	display: none;
}

/* ホバー */

a {
	-webkit-text-decoration: none;
	color: inherit;
	text-decoration: none;
	transition: opacity 0.3s;
}

.about-rental-section {
	margin-bottom: 10.0625rem;
	margin-top: 16.875rem;
}

.about-us-section {
	margin-top: 11.875rem;
}

.concept-section {
	margin-top: 14.75rem;
}

.contact-section {
	margin-bottom: 8.875rem;
}

.fixed-ico {
	position: fixed;
	right: 2.4375rem;
	bottom: 60px;
	z-index: 999;
}

.fixed-ico__link {
	background: transparent url(../images/common/black-bg.webp) no-repeat center center/cover;
	border-radius: 50%;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	height: 4.0625rem;
	justify-content: center;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 4.0625rem;
}

.fixed-ico__link + .fixed-ico__link {
	margin-top: 0.75rem;
}

.fixed-ico__link:hover {
	box-shadow: 0 0 0.125rem 0.125rem #fff;
	opacity: 1;
}

.fixed-ico__link::before {
	content: "";
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.fixed-ico__link:nth-child(1)::before {
	background: transparent url(../images/common/ico-tel.webp) no-repeat center center/contain;
	height: 1.875rem;
	width: 1.4375rem;
}

.fixed-ico__link:nth-child(2)::before {
	background: transparent url(../images/common/ico-mail.webp) no-repeat center center/contain;
	height: 1.375rem;
	width: 1.875rem;
}

.greeting-section {
	margin-bottom: 11.8125rem;
	margin-top: 7.125rem;
}

.instagram-section {
	margin-top: 5.625rem;
}

.instagram-section--rental {
	margin-bottom: 10.875rem;
	margin-top: 12.25rem;
}

main {
	flex: 1;
	margin-top: 70px;
}

.news-section {
	margin-top: 8.75rem;
}

.product-section {
	margin-top: 7rem;
}

.reason-section {
	margin-top: 13.8125rem;
}

.related-section {
	margin-bottom: 11.5rem;
	margin-top: 15.9375rem;
}

.section-title {
	text-align: center;
	position: relative;
}
.section-title::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	width: 100%;
	max-width: 582px;
	height: 100%;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(http://greengreenhana.com/wp-content/uploads/2024/02/leaf.png);
}
.section-title--icon h2 {
	display: inline-block;
}

.section-title h2 {
	color: #ddd;
	/*font-family: "Montserrat", sans-serif;*/
	font-family: "Zen Loop", cursive;
	font-weight: 400;
	font-size: 5.125rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.5;
	position: relative;
	text-transform: uppercase;
}

.section-title__body {
	display: inline-block;
	position: relative;
	z-index: 5;
}

/*.section-title__body::after {
background-color: #000;
content: "";
height: 0.625rem;
left: 50%;
position: absolute;
top: 50%;
transform: translate(-50%, -50%);
width: 100%;
z-index: -1;
}*/

.section-title p {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-top: 1.25rem;
}

.section-title--long h2 {
	padding: 0;
}

.section-title--icon span {
	background: transparent url(../images/common/ico-instagram.webp) no-repeat center center/contain;
	display: inline-block;
	height: 2.5rem;
	margin-right: 1.125rem;
	position: relative;
	width: 2.5rem;
}

/*.section-title--long .section-title__body::after {
max-width: 27.6875rem;
}*/

.service-section {
	margin-top: 14.6875rem;
}

.square::before {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 0.4375rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.4375rem;
}

.sub-detail-section {
	padding-top: 5.75rem;
}

.sub-gallery-section {
	margin-top: 6.125rem;
}

.sub-method-section {
	margin-bottom: 9.5rem;
	margin-top: 7.9375rem;
}

.sub-service-section {
	margin-bottom: 13.0625rem;
	margin-top: 4.0625rem;
}

.sub-works-section {
	margin-top: 7.1875rem;
}

.sub-works-section--display {
	margin-top: 22.375rem;
}

.subsection-title {
	margin: 0 auto;
	max-width: 85.375rem;
	position: relative;
}

.subsection-title::before {
	background-color: #fff;
	content: "";
	display: inline-block;
	height: 0.0625rem;
	margin-bottom: 0.3125rem;
	margin-right: 2rem;
	max-width: 6.875rem;
	width: 100%;
}

.subsection-title span {
	display: inline-block;
	vertical-align: middle;
}

.subsection-title span:nth-child(1) {
	color: #ddd;
	font-family: "Marcellus", serif;
	font-size: 2.1875rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-left: -0.25rem;
	text-transform: uppercase;
}

.subsection-title span:nth-child(2) {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-left: 1.5625rem;
}

.virtual-section {
	margin-top: 7rem;
}

.about-rental__body {
	align-items: end;
	display: flex;
	gap: 3.875rem;
	margin-left: 7.4%;
}

.about-rental__img {
	max-width: 14.5rem;
	width: 100%;
}

.about-rental__title {
	margin-bottom: 2.0625rem;
}

.about-rental__info {
	font-size: 0.875rem;
	line-height: 1.6428571429;
}

.about-rental__info a {
	-webkit-text-decoration: underline;
	display: inline-block;
	margin-top: 1.375rem;
	text-decoration: underline;
}

.about-rental__info p:nth-of-type(2) {
	margin-top: 1.3125rem;
}

.about-rental__contents {
	padding-top: calc(5.125rem + 70px);
}

.about-rental__contents + .about-rental__contents {
	margin-top: 4.0625rem;
	padding: 0;
}

.about-rental__boxs {
	margin-top: 1.75rem;
}

.about-rental__note {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 1.5625rem;
}

.about-rental__note--mt {
	margin-top: 1.25rem;
}

.about-rental__table {
	background-color: #fff;
	border-collapse: collapse;
	margin-top: 1.75rem;
	table-layout: fixed;
	width: 100%;
}

.about-rental__table th,
.about-rental__table td {
	border: 0.125rem solid #fff;
	border-bottom: none;
	font-size: 1.25rem;
	font-weight: 400;
	text-align: center;
}

.about-rental__table th {
	background-color: #000;
	color: #fff;
	font-size: 0.875rem;
	padding: 1.25rem 0.625rem 1.25rem;
}

.about-rental__table td {
	background-color: #fff;
	color: #333;
	font-size: 1.125rem;
	padding: 1rem 0.625rem 1.1875rem;
}

.about-us__title .section-title__body {
	padding: 0 4.375rem;
}

.about-us__body {
	display: flex;
	gap: 4.4375rem;
	margin-top: 4.8125rem;
}

.about-us__img {
	max-width: 27.75rem;
	width: 100%;
}

.about-us__info {
	font-size: 1rem;
	line-height: 2.5;
	margin-top: 3.5rem;
}

.about-us__info p:nth-of-type(n + 2) {
	margin-top: 2.5rem;
}

.about-us__btn {
	margin-top: 4.625rem;
}

.about-us__btn a {
	background-color: #A2A2A2;
	border: 0.0625rem solid #707070;
	color: #000;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	max-width: 18.8125rem;
	padding: 0.375rem 0.625rem;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.card__img {
	aspect-ratio: 320/399;
	position: relative;
	width: 100%;
}

.card__img img {
	-o-object-fit: cover;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.card__text {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4545454545;
	margin-top: 1.125rem;
	text-align: left;
}

.card__note {
	color: #ddd;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	margin-top: 0.5rem;
	text-align: right;
}

.card2__img {
	aspect-ratio: 320/399;
	position: relative;
	width: 100%;
}

.card2__img img {
	-o-object-fit: cover;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.card2__text {
	display: inline-block;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4545454545;
	margin-top: 1.125rem;
}

.card2__text + .card2__text {
	margin-left: 2.8125rem;
}

.cards {
	-moz-column-gap: 3.75rem;
	column-gap: 3.75rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 4rem;
}

.cards__item {
	max-width: 20rem;
	width: calc(33.3333% - 2.5rem);
	position: relative;
}

.cards2 {
	-moz-column-gap: 3.75rem;
	column-gap: 3.75rem;
	display: flex;
	flex-wrap: wrap;
	row-gap: 6rem;
}

.cards2__item {
	max-width: 20rem;
	width: calc(33.3333% - 2.5rem);
}

.check-list p {
	display: inline-block;
	padding-left: 1.6875rem;
	position: relative;
}

.check-list p::before {
	background: transparent url(../images/garden/ico-check.webp) no-repeat center center/contain;
	content: "";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 0.4375rem;
	width: 1rem;
}

.check-list p {
	font-size: 0.875rem;
	line-height: 1.6428571429;
}

.check-lists__item + .check-lists__item {
	margin-top: 0.5rem;
}

.concept__title .section-title__body {
	padding: 0 5rem;
}

.concept__body {
	margin: 0 auto;
	max-width: 85.375rem;
	padding-top: 4.5625rem;
	position: relative;
}

.concept__body::after {
	background: transparent url(../images/common/leaf-white.webp) no-repeat center center/cover;
	content: "";
	height: 11.875rem;
	position: absolute;
	right: 0;
	top: -1.25rem;
	width: 12.4375rem;
	z-index: -2;
	transform: scale(1,-1);
}

.concept__main {
	align-items: center;
	display: flex;
	gap: 10.1851851852%;
	justify-content: center;
}

.concept__box {
	aspect-ratio: 387/414;
	background: transparent url(../images/common/concept-bg.webp) no-repeat center center/cover;
	max-width: 23.4375rem;
	position: relative;
	width: 100%;
}

.concept__box::before {
	aspect-ratio: 367/394;
	border: 0.0625rem solid #fff;
	content: "";
	max-width: 22.1875rem;
	position: absolute;
	right: 0.625rem;
	top: 0.625rem;
	width: 100%;
	z-index: 1;
}

.concept__header {
	align-items: center;
	display: flex;
	flex-direction: column;
	font-size: 1.1875rem;
	font-weight: 400;
	height: 100%;
	justify-content: center;
	letter-spacing: 0.1em;
	line-height: 2;
	font-family: "Marcellus", serif;
}

.concept__text {
	border-bottom: 0.0625rem solid #fff;
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 2;
	padding-bottom: 1.3125rem;
}

.concept__text span {
	font-family: "Montserrat", sans-serif;
}

.concept__text p:nth-child(2) {
	margin-top: 2rem;
}

.concept__note {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	line-height: 2;
	margin-top: 1.1875rem;
}

.contact__title {
	margin-top: 4.8125rem;
}

.contact__title h2 {
	margin: 0 -0.625rem;
}

.contact__info {
	margin-top: 4.875rem;
}

.contact__info p {
	display: inline-block;
	font-size: 0.875rem;
}

.contact__info p:first-child {
	text-transform: uppercase;
}

.contents-box {
	border: 0.0625rem solid #fff;
	display: flex;
	flex-direction: column;
	height: 5.1875rem;
	justify-content: center;
	position: relative;
}

.contents-box p {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-left: 26%;
}

.contents-box span {
	font-size: 0.6875rem;
}

.contents-box::before {
	content: "";
	left: 1.3125rem;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.contents-box:nth-child(1)::before {
	background: transparent url(../images/rental/ico-rental1.webp) no-repeat center center/cover;
	height: 2rem;
	width: 1.5625rem;
}

.contents-box:nth-child(2)::before {
	background: transparent url(../images/rental/ico-rental2.webp) no-repeat center center/cover;
	height: 1.625rem;
	width: 2.125rem;
}

.contents-box:nth-child(3)::before {
	background: transparent url(../images/rental/ico-rental3.webp) no-repeat center center/cover;
	height: 2.25rem;
	width: 1.5625rem;
}

.contents-box:nth-child(4)::before {
	background: transparent url(../images/rental/ico-rental4.webp) no-repeat center center/cover;
	height: 2.3125rem;
	width: 1.8125rem;
}

.contents-boxs {
	display: flex;
	gap: 1.6875rem;
}

.contents-boxs__item {
	max-width: 15.625rem;
	width: calc(25% - 1.265625rem);
}

.contents-list p {
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

.contents-list p:nth-child(1) {
	background-color: #fff;
	border: 0.0625rem solid #333;
	color: #333;
	max-width: 9.125rem;
	padding: 0.25rem 0.4375rem 0.125rem;
	text-align: center;
	width: 100%;
}

.contents-list p:nth-child(2) {
	margin-top: 0.75rem;
}

.contents-lists__item + .contents-lists__item {
	margin-top: 2.625rem;
}

.contents-title {
	border-bottom: 0.0625rem solid #fff;
	display: block;
	max-width: 1080px;
	padding-bottom: 0.25rem;
	width: 100%;
}

.contents-title p {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	text-align: center;
}

.flex-card {
	margin: 0 auto;
	max-width: 78.75rem;
	padding: 4.375rem 25px 0;
	position: relative;
}

.flex-card::before {
	aspect-ratio: 1/1;
	background-color: #000;
	content: "";
	left: 0;
	max-width: 13rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

.flex-card--reserve::before {
	left: auto;
	right: 0;
}

.flex-card__body {
	align-items: center;
	display: flex;
	gap: 4.6875rem;
	margin: 0 auto;
	max-width: 1080px;
	flex-wrap: wrap;
}

.flex-card--reserve .flex-card__body {
	flex-direction: row-reverse;
	gap: 3.5625rem;
}

.flex-card__img {
	aspect-ratio: 540/399;
	/*max-width: 33.75rem;*/
	position: relative;
	width: 49%;
}

.flex-card__img::after {
	aspect-ratio: 540/394;
	background-color: transparent;
	border: 0.0625rem solid #fff;
	content: "";
	left: -1.25rem;
	max-width: 33.75rem;
	position: absolute;
	top: 1.25rem;
	width: 100%;
	z-index: -1;
}

.flex-card--reserve .flex-card__img::after {
	left: auto;
	right: -1.25rem;
}

.flex-card__img img {
	-o-object-fit: cover;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.flex-card__box {
	/*border-left: 0.0625rem solid #fff;*/
	padding-bottom: 1.0625rem;
	padding-left: 2.375rem;
	position: relative;
	width: 40%;
}

/*.flex-card__box::before,
.flex-card__box::after {
border-left: 0.375rem solid transparent;
border-right: 0.375rem solid transparent;
border-style: solid;
content: "";
display: block;
height: 0;
left: -0.40625rem;
position: absolute;
width: 0;
}

.flex-card__box::before {
border-bottom: 0;
border-top: 0.6875rem solid #fff;
top: -0.0625rem;
}

.flex-card__box::after {
border-bottom: 0.6875rem solid #fff;
border-top: 0;
bottom: -0.0625rem;
}*/

.flex-card__title {
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4545454545;
}

.flex-card__middle {
	margin-top: 1.8125rem;
}

.flex-card__clause {
	padding-left: 0.6875rem;
	position: relative;
}

.flex-card__middle p,
.flex-card__bottom p {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.8125;
}

.flex-card__middle > p {
	display: inline-block;
	vertical-align: top;
}

.flex-card__contents {
	display: inline-block;
	margin-left: 3.3125rem;
}

.flex-card__bottom {
	margin-top: 1.25rem;
}

.flex-card__bottom p:nth-child(1) {
	margin-bottom: 0.3125rem;
}

.flex-card__note {
	bottom: -1.3125rem;
	color: #ddd;
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	position: absolute;
	right: 0;
}

.flex-cards__item {
	width: 100%;
}

.flex-cards__item + .flex-cards__item {
	margin-top: 6.3125rem;
}

.footer {
	background: transparent url(../images/common/black-bg.webp) no-repeat center center/cover;
	height: 27.4375rem;
	padding: 3.5625rem 0 2.6875rem;
	width: 100%;
}

.footer__body {
	color: #ddd;
	display: flex;
	gap: 3.5rem;
}

.footer__title span:nth-child(1) {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5714285714;
	vertical-align: bottom;
}

.footer__logo {
	display: inline-block;
	font-family: "Marcellus", serif;
	font-size: 1.875rem;
	font-weight: 400;
	line-height: 1.2333333333;
	margin-left: 0.2em;
}

.footer__contents {
	display: flex;
	gap: 3.3125rem;
	margin-top: 1.4375rem;
}

.footer__info div {
	line-height: 1.4;
}

.footer__info p {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5714285714;
}

.footer__info p.footer__en {
	font-family: "Montserrat", sans-serif;
}

.footer__info span {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	margin-left: 0.3em;
}

.footer__info div:nth-of-type(n + 3) span {
	margin-left: 1.1em;
}

.footer__service {
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.5714285714;
	margin-top: 0.125rem;
}

.footer__lists ul {
	padding-left: 0.9em;
}

.footer__item p {
	display: inline-block;
}

.footer__item p::before {
	content: "-";
	display: inline-block;
	margin-right: 0.3em;
}

.footer__contact {
	font-family: "Marcellus", serif;
	font-weight: 500;
	margin-top: 0.875rem;
}

.footer__contact p {
	display: inline-block;
	font-size: 1.0625rem;
	text-transform: uppercase;
}

.footer__contact div a,
.footer__contact div span {
	display: inline-block;
	font-size: 1.5rem;
	margin-left: 0.3em;
}

.footer__contact div:nth-child(2) {
	margin-top: 0.625rem;
}

.footer__link {
	border-bottom: 0.0625rem solid #fff;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 500;
	margin-top: 0.9375rem;
	padding-bottom: 0.125rem;
	text-transform: uppercase;
}

.footer__link::before {
	background: transparent url(../images/common/ico-mail--gray.webp) no-repeat center center/contain;
	content: "";
	display: inline-block;
	height: 0.75rem;
	margin-right: 0.625rem;
	width: 1rem;
}

.footer__sns {
	margin-top: 2.4375rem;
}

.footer__pc-nav {
	margin-top: 1.75rem;
}

.footer__pc-nav.pc-nav .pc-nav__items {
	justify-content: start;
}

.footer__copy {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 0.875rem;
	margin-top: 0.625rem;
	text-align: left;
}

.gallery__box1 {
	grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-areas: "areaA areaA areaF areaG areaH" "areaA areaA areaI areaI areaI" "areaB areaC areaI areaI areaI" "areaD areaE areaI areaI areaI";
	grid-template-columns: 0.91fr 0.91fr 1fr 1fr 1fr;
	grid-template-rows: 1fr 0.8fr 0.9fr 0.9fr;
}

.gallery__box2 div {
	position: relative;
}

.gallery__box2 div img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.gallery__box1 div:nth-child(1) {
	grid-area: areaA;
}

.gallery__box1 div:nth-child(2) {
	grid-area: areaB;
}

.gallery__box1 div:nth-child(3) {
	grid-area: areaC;
}

.gallery__box1 div:nth-child(4) {
	grid-area: areaD;
}

.gallery__box1 div:nth-child(5) {
	grid-area: areaE;
}

.gallery__box1 div:nth-child(6) {
	grid-area: areaF;
}

.gallery__box1 div:nth-child(7) {
	grid-area: areaG;
}

.gallery__box1 div:nth-child(8) {
	grid-area: areaH;
}

.gallery__box1 div:nth-child(9) {
	grid-area: areaI;
}

.gallery__box1:nth-child(2) {
	grid-template-areas: "areaF areaG areaH areaA areaA " "areaI areaI areaI areaA areaA" "areaI areaI areaI areaB areaC" "areaI areaI areaI areaD areaE";
	grid-template-columns: 1fr 1fr 1fr 0.9fr 0.9fr;
	grid-template-rows: 1fr 0.8fr 0.9fr 0.9fr;
}

.gallery__box1:nth-child(2) div:nth-child(1) {
	grid-area: areaA;
}

.gallery__box1:nth-child(2) div:nth-child(2) {
	grid-area: areaB;
}

.gallery__box1:nth-child(2) div:nth-child(3) {
	grid-area: areaC;
}

.gallery__box1:nth-child(2) div:nth-child(4) {
	grid-area: areaD;
}

.gallery__box1:nth-child(2) div:nth-child(5) {
	grid-area: areaE;
}

.gallery__box1:nth-child(2) div:nth-child(6) {
	grid-area: areaF;
}

.gallery__box1:nth-child(2) div:nth-child(7) {
	grid-area: areaG;
}

.gallery__box1:nth-child(2) div:nth-child(8) {
	grid-area: areaH;
}

.gallery__box1:nth-child(2) div:nth-child(9) {
	grid-area: areaI;
}

.gallery__box1 + .gallery__box1 {
	margin-top: 1.25rem;
}

.gallery__box2 div {
	aspect-ratio: 1/1;
	position: relative;
}

.gallery__box2 div img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.gallery__box2 div:nth-child(1) {
	grid-area: areaA;
}

.gallery__box2 div:nth-child(2) {
	grid-area: areaB;
}

.gallery__box2 div:nth-child(3) {
	grid-area: areaC;
}

.gallery__box2 div:nth-child(4) {
	grid-area: areaD;
}

.gallery__box2 div:nth-child(5) {
	grid-area: areaE;
}

.gallery__box2 div:nth-child(6) {
	grid-area: areaF;
}

.gallery__box2 div:nth-child(7) {
	grid-area: areaG;
}

.gallery__box2 div:nth-child(8) {
	grid-area: areaH;
}

.gallery__box2 div:nth-child(9) {
	grid-area: areaI;
}

.gallery__box2 div:nth-child(10) {
	grid-area: areaJ;
}

.greeting__title .section-title__body {
	padding: 0 5.75rem;
}

.greeting__conetnts {
	margin-top: 4.875rem;
}

.greeting__conetnts + .greeting__conetnts {
	margin-top: 10.6875rem;
}

.greeting__flex {
	display: flex;
	gap: 3.75rem;
}

.greeting__wrap {
	max-width: 22.8125rem;
	width: 33.7962962963%;
}

.greeting__img {
	aspect-ratio: 365/438;
	position: relative;
	width: 100%;
}

.greeting__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.greeting__shop {
	font-size: 0.75rem;
	margin-top: 1rem;
}

.greeting__shop span {
	font-family: "Marcellus", serif;
	font-size: 1.0625rem;
}

.greeting__name {
	font-size: 1.25rem;
	margin-top: 0.8125rem;
}

.greeting__name p {
	font-size: 1rem;
}

.greeting__name span {
	font-size: 1.5625rem;
	margin-left: 1em;
}

.greeting__info {
	margin-top: -0.5rem;
	max-width: 40.9375rem;
	width: 60.6481481481%;
}

.greeting__info span {
	font-family: "Montserrat", sans-serif;
}

.greeting__info p {
	font-size: 0.875rem;
	line-height: 2;
}

.greeting__info p + p {
	margin-top: 1.6875rem;
}

.greeting__wrap2 {
	margin-top: 2.625rem;
}

.greeting__flex2 {
	align-items: center;
	display: flex;
	gap: 4.375rem;
}

.greeting__img2 {
	aspect-ratio: 1/1;
	max-width: 15.375rem;
	position: relative;
	width: 100%;
}

.greeting__img2 img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.greeting__info2 {
	margin-top: 1.1875rem;
}

.greeting__info2 p:nth-child(2) {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 1.625rem;
}

.greeting__info2 p:nth-child(2) span {
	font-family: "Montserrat", sans-serif;
}

.greeting__subtitle {
	font-size: 1.375rem;
}

.greeting__box {
	margin-top: 3.375rem;
}

.greeting__list {
	margin-top: 2.125rem;
}

.greeting__list li + li {
	margin-top: 0.625rem;
}

.greeting__list p {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	padding-left: 1.375rem;
	position: relative;
}

.greeting__list p::before {
	content: "・";
	height: 0.875rem;
	left: 0;
	position: absolute;
	top: 0rem;
	width: 0.875rem;
}

.greeting__note {
	margin-top: 2.25rem;
}

.greeting__note p {
	font-size: 0.875rem;
	line-height: 1.6428571429;
}

.greeting__note a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.header-hamburger {
	display: none;
}

.header-hamburger:hover {
	opacity: 0.7;
}

.header-hamburger span:nth-child(1),
.header-hamburger span:nth-child(2),
.header-hamburger span:nth-child(3) {
	background-color: #fff;
	display: block;
	height: 0.0625rem;
	position: absolute;
	transition: all 0.3s ease 0s;
	width: 1.5rem;
}

.header-hamburger span:nth-child(1) {
	top: 0;
}

.header-hamburger span:nth-child(1).js-open {
	top: 50%;
	transform: rotate(-45deg);
}

.header-hamburger span:nth-child(2) {
	top: 50%;
}

.header-hamburger span:nth-child(2).js-open {
	display: none;
}

.header-hamburger span:nth-child(3) {
	top: 100%;
}

.header-hamburger span:nth-child(3).js-open {
	top: 50%;
	transform: rotate(45deg);
}

.header {
	background: transparent url(../images/common/black-bg.webp) no-repeat center center/cover;
	height: 70px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	transition: 0.3s;
	z-index: 2000;
}

.inner.header__inner {
	max-width: 85.375rem;
	padding: 0 1.8301610542% 0;
}

.header__logo {
	color: #ddd;
	font-family: "Marcellus", serif;
	font-size: 1.875rem;
	font-weight: 400;
	height: inherit;
}

.header__logo a {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
}

.header__inner {
	height: inherit;
	padding: 0 1.375rem;
}

.header__body {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: space-between;
}

.header__right {
	display: flex;
	gap: 3%;
	height: inherit;
	justify-content: flex-end;
	width: 100%;
}

.header__box {
	height: inherit;
	width: 80%;
}

.info-item__title {
	border-bottom: 0.0625rem solid #fff;
	font-size: 1.375rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1.4545454545;
	padding-bottom: 0.8125rem;
}
.info-item__title2 {
	border-left: 3px solid;
	line-height: 1;
	padding: 0 0 0 .5em;
}

.info-item__text {
	font-size: 1rem;
	line-height: 1.8125;
	margin-top: 1.25rem;
}

.info-item__text + .info-item__text {
	margin-top: 1.0625rem;
}

.info-item__text--mt + .info-item__text--mt {
	margin-top: 1.6875rem;
}

.info-list__item + .info-list__item {
	margin-top: 2.3125rem;
}

.inner {
	margin-left: auto;
	margin-right: auto;
	max-width: 1130px;
	padding-left: 25px;
	padding-right: 25px;
	width: 100%;
}

.instagram__title .section-title__body {
	padding: 0 3.875rem;
}

.instagram__body {
	margin-top: 4.25rem;
}

.instagram__btn {
	margin-top: 1.3125rem;
	text-align: center;
}

.instagram__btn .more-btn {
	font-size: 1.25rem;
}

.label-title {
	background-color: #000;
	height: 5.1875rem;
	padding: 1.0625rem 25px;
}

.label-title h2 {
	margin: 0 auto;
	max-width: 1080px;
}

.label-title span:nth-child(1) {
	display: inline-block;
	font-family: "Marcellus", serif;
	font-size: 3.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1;
	text-transform: uppercase;
}

.label-title span:nth-child(2) {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	margin-left: 0.3125rem;
	vertical-align: super;
}

.mainview {
	aspect-ratio: 1366/698;
	/*background: transparent url(http://greengreenhana.com/wp-content/uploads/2024/03/IMG_2844.jpeg) no-repeat center top/100% 100%;*/
	min-height: 43.625rem;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 100%;
}
.top_bg {
	position: absolute!important;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.mainview::before {
	background-color: #9A9A9A;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
}

.mainview__inner {
	height: 100%;
	min-height: 43.625rem;
}

.mainview__body {
	align-items: center;
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	z-index: 1;
}

.mainview__body h1 {
	font-family: "Zen Loop", cursive;
	font-size: 6vw;
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
}

.more-btn {
	border-bottom: 0.0625rem solid #fff;
	display: inline-block;
	font-family: "Marcellus", serif;
	font-size: 1.25rem;
	font-weight: 400;
	margin-top: 1.375rem;
	padding-bottom: 0.125rem;
	text-transform: uppercase;
}

.news__title {
	margin-top: -0.1875rem;
}

.news__title .section-title__body {
	padding: 0 4.75rem;
}

.news__body {
	margin: 0 auto;
	max-width: 85.375rem;
	padding-top: 5.0625rem;
	position: relative;
}

.news__body::before {
	aspect-ratio: 1/1;
	background-color: #000;
	content: "";
	left: 0;
	max-width: 19.3125rem;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -2;
}

/*.news__body::after {
background: transparent url(../images/common/leaf-black.webp) no-repeat center center/cover;
content: "";
height: 9.25rem;
left: 75%;
position: absolute;
top: -5.1875rem;
width: 10.75rem;
z-index: -2;
}*/

.news__main {
	display: flex;
}

.news__img {
	max-width: 33.75rem;
	width: 50%;
}

.news__contents {
	background: transparent url(../images/common/news-bg.webp) no-repeat center center/cover;
	display: flex;
	flex-direction: column;
	height: inherit;
	justify-content: center;
	padding: 0 3.3125rem 1.3125rem 5rem;
	position: relative;
	width: 50%;
}

.news__contents::before,
.news__contents::after {
	background-color: #fff;
	content: "";
	position: absolute;
	z-index: 1;
}

.news__contents::before {
	height: 0.0625rem;
	right: 0;
	top: 1.25rem;
	width: 100%;
}

.news__contents::after {
	height: 100%;
	right: 1.25rem;
	top: 0;
	width: 0.0625rem;
}

.news__contents time {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
}

.news__name {
	font-size: 1.25rem;
	letter-spacing: 0.1em;
	line-height: 1.5454545455;
	margin-top: 0.9375rem;
}

.news__text {
	font-size: 1rem;
	line-height: 1.8125;
	margin-top: 1.5rem;
}

.news__btn {
	margin-top: 2.375rem;
}

.news__note {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	font-weight: 500;
	margin-top: 2.1875rem;
	text-align: right;
}

.number-list__item + .number-list__item {
	margin-top: 6.375rem;
}

.number__icon {
	align-items: center;
	aspect-ratio: 1/1;
	border: 0.125rem solid #fff;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	width: 7.5625rem;
}

.number__icon p {
	font-family: "Montserrat", sans-serif;
	font-size: 3.125rem;
	font-weight: 500;
	line-height: 1;
}

.number__title {
	font-size: 1.5625rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 1.375rem;
	text-align: center;
}

.number__text {
	font-size: 1rem;
	line-height: 1.8125;
	margin-top: 1.875rem;
	text-align: center;
}

.page-group {
	aspect-ratio: 520/350;
	display: block;
	max-width: 32.5rem;
	position: relative;
	width: 100%;
}

.page-group::before {
	background-color: #acacac;
	content: "";
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.page-group__img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}

.page-group__img img {
	-o-object-fit: cover;
	height: 100%;
	object-fit: cover;
}

.page-group__body {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.page-group__title {
	font-family: "Marcellus", serif;
	font-size: 2.5rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	margin-top: -0.5rem;
	text-transform: uppercase;
}

.page-group__text {
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin-top: 0.875rem;
	margin-top: 0.125rem;
}

.page-groups {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
}

.page-groups__item {
	width: calc(50% - 1.25rem);
}

.pc-nav {
	height: inherit;
	width: 100%;
}

.pc-nav__items {
	align-items: center;
	display: flex;
	gap: 3%;
	height: inherit;
	justify-content: flex-end;
}

.pc-nav__item {
	height: inherit;
}

.pc-nav__item a {
	align-items: center;
	color: #ddd;
	display: inline-block;
	display: flex;
	font-family: "Zen Loop", cursive;
	font-size: 1.3rem;
	font-weight: 400;
	height: inherit;
	justify-content: center;
}

.product__contents + .product__contents {
	margin-top: 22.9375rem;
}

.product__title .section-title__body {
	padding: 0 3.6875rem;
}

.product__subtitle {
	margin-top: 5.5rem;
}

.product__text {
	font-size: 1rem;
	line-height: 1.8125;
	margin-top: 1.75rem;
}

.product__text a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.product__body {
	margin-top: 3.25rem;
}

.product__btn {
	margin-top: 4rem;
	text-align: center;
}

.product__btn a {
	display: none;
}

.product__btn a:hover {
	background-color: #fff;
	color: #333;
	opacity: 1;
}

.reason__text {
	font-size: 1.5625rem;
	letter-spacing: 0.1em;
	line-height: 1.6;
	margin-top: 4.4375rem;
	text-align: center;
}

.reason__body {
	margin: 6rem auto 0;
	max-width: 85.375rem;
	position: relative;
}

.reason__body::before,
.reason__body::after {
	aspect-ratio: 1/1;
	content: "";
	max-width: 23.6875rem;
	position: absolute;
	width: 100%;
}

.reason__body::before {
	background: transparent url(../images/display/reason1.webp) no-repeat center center/contain;
	right: 2.196193265%;
	top: 8.75rem;
}

.reason__body::after {
	background: transparent url(../images/display/reason2.webp) no-repeat center center/contain;
	bottom: 6.4375rem;
	left: -5%;
}

.related__body {
	margin-top: 2.75rem;
}

.service__sub {
	font-size: 1rem;
	letter-spacing: 0.1em;
	line-height: 1.75;
	margin-top: 1.375rem;
	text-align: center;
}

.service__title .section-title__body {
	padding: 0 5.125rem;
}

.service__body {
	background-color: #000;
	margin-top: 2.8125rem;
}

.shop__body {
	margin-top: 5.125rem;
}

.shop__img {
	aspect-ratio: 1080/509;
	max-width: 1080px;
	position: relative;
	width: 100%;
}

.shop__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.shop__main {
	display: flex;
	margin-top: 3.75rem;
}

.shop__contents {
	width: 50%;
}

.shop__title {
	margin-top: 0.6875rem;
}

.shop__title p {
	display: inline-block;
	font-size: 1.00rem;
	font-weight: 400;
	vertical-align: bottom;
}

.shop__title span {
	font-family: "Marcellus", serif;
	font-size: 2.0875rem;
	font-weight: 400;
}

.shop__info {
	margin-top: 1.3125rem;
}

.shop__info p {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.5714285714;
}

.shop__info p.shop__en {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

.shop__info div:nth-child(2) p:nth-child(2),
.shop__info div:nth-child(3) p:nth-child(2),
.shop__info div:nth-child(4) p:nth-child(2) {
	margin-left: 1em;
}

.shop__info div:first-child p {
	display: block;
	margin-left: 0;
}

.shop__info div:nth-of-type(5) {
	margin-top: 1.0625rem;
}

.shop__map {
	max-width: 33.75rem;
	width: 50%;
}

.shop__map div {
	aspect-ratio: 540/337;
	position: relative;
	width: 100%;
}

.shop__map div iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.small-title h3 {
	font-size: 1.375rem;
	font-weight: 400;
}

.small-title p {
	font-family: "Montserrat", sans-serif;
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin-top: 0.1875rem;
	text-transform: capitalize;
}

.sns-list {
	display: flex;
	height: inherit;
}

.sns-list__item {
	align-items: center;
	display: flex;
	height: inherit;
	justify-content: center;
	width: 1.375rem;
}

.sns-list--header .sns-list__item:nth-child(2) {
	margin-left: 1.125rem;
}

.sns-list--header .sns-list__item:nth-child(3) {
	margin-left: 1.25rem;
}

.sns-list__item:nth-child(2) {
	margin-left: 1.125rem;
}

.sns-list__item:nth-child(3) {
	margin-left: 1.25rem;
}

.sns-list__item > a {
	align-items: center;
	display: inline-block;
	display: flex;
	height: 70%;
	justify-content: center;
}

.sp-nav {
	display: none;
}

.sp-nav.js-open {
	right: 0%;
}

.sp-nav__items {
	text-align: center;
}

.sp-nav__item a {
	display: block;
	font-size: 1rem;
	padding: 1rem 0 0.9375rem;
	text-transform: uppercase;
	font-family: "Zen Loop", cursive;
	font-weight: 400;
}

.step-list__item + .step-list__item {
	margin-top: 2.875rem;
}

.step__title {
	border-bottom: 0.0625rem solid #fff;
	display: inline-block;
	padding-bottom: 0.25rem;
}

.step__title p {
	display: inline-block;
	font-size: 0.875rem;
	line-height: 1.6428571429;
	padding-left: 0.75rem;
	position: relative;
}

.step__title p:nth-child(1) {
	letter-spacing: 0.04em;
	margin-right: 0.375rem;
}

.step__title p:nth-child(2) {
	padding-left: 0.6875rem;
	position: relative;
}

.step__title p:nth-child(2)::before {
	background-color: #fff;
	content: "";
	height: 60%;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 0.0625rem;
}

.step__text {
	font-size: 0.875rem;
	line-height: 1.5714285714;
	margin-top: 1rem;
}

.step__text a {
	-webkit-text-decoration: underline;
	text-decoration: underline;
}

.store-info {
	margin-bottom: 7.3125rem;
	margin-top: 10.75rem;
}

.store-info__btn {
	align-items: center;
	background-color: #000;
	color: #ddd;
	display: inline-block;
	display: flex;
	flex-direction: column;
	height: 6.625rem;
	justify-content: center;
	margin: 0 auto;
	max-width: 32.5rem;
	text-align: center;
}

.store-info__en {
	font-family: "Marcellus", serif;
	font-size: 1.875rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
	margin-top: 0.3125rem;
	text-transform: uppercase;
}

.store-info__ja {
	font-size: 1rem;
	letter-spacing: 0.1em;
	margin-top: -0.1875rem;
}

.sub-detail__title .section-title__body {
	padding: 0 6.9375rem;
}

.sub-detail__body {
	display: flex;
	gap: 4.5625rem;
	justify-content: center;
	margin-top: 4.3125rem;
}

.sub-detail__img {
	/*grid-gap: 1.25rem;
	display: grid;
	gap: 1.25rem;
	grid-template-areas: "areaA areaA" "areaB areaC" "areaD areaD" "areaE areaE";
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 41rem 25.625rem 20.875rem 33.4375rem;*/
	margin-top: 5.0625rem;
	max-width: 33.75rem;
	width: 50%;
}

/*.sub-detail__img div:nth-child(1) {
grid-area: areaA;
}

.sub-detail__img div:nth-child(2) {
grid-area: areaB;
}

.sub-detail__img div:nth-child(3) {
grid-area: areaC;
}

.sub-detail__img div:nth-child(4) {
grid-area: areaD;
}

.sub-detail__img div:nth-child(5) {
grid-area: areaE;
}
*/
.sub-detail__img div {
	position: relative;
	margin-bottom: 22px;
}

/*.sub-detail__img div img {
-o-object-fit: cover;
height: 100%;
left: 0;
object-fit: cover;
position: absolute;
top: 0;
}*/

.sub-detail__contents {
	max-width: 29.125rem;
	width: 50%;
}

.sub-detail__top {
	margin-left: auto;
	margin-right: 0;
}

.sub-detail__subtitle {
	color: #ddd;
	font-size: 4.2rem;
	font-weight: 400;
	letter-spacing: 0.06em;
	line-height: 1.5;
	text-align: right;
	font-family: "Marcellus", serif;
}

.sub-detail__list {
	align-items: center;
	display: flex;
	gap: 0.6875rem;
	justify-content: flex-end;
	margin-top: 3.125rem;
}

.sub-detail__item {
	background-color: #A2A2A2;
	border-radius: 0.3125rem;
	color: #222;
	font-size: 1rem;
	font-weight: 500;
	max-width: 9.125rem;
	padding: 0.4375rem 0.1875rem;
	text-align: center;
	width: 100%;
}

.sub-detail__note {
	font-size: 1rem;
	font-weight: 500;
	margin-top: 1.3125rem;
	text-align: right;
}

.sub-detail__info {
	margin-top: 3.875rem;
}

.sub-gallery__title .section-title__body {
	padding: 0 5.3125rem;
}

.sub-gallery__body {
	margin-top: 5.125rem;
}

.sub-method__contents {
	margin-top: 2.3125rem;
}

.sub-method__contents + .sub-method__contents {
	margin-top: 9.125rem;
}

.sub-method__img {
	aspect-ratio: 1080/341;
	max-width: 1080px;
	position: relative;
	width: 100%;
}

.sub-method__img img {
	-o-object-fit: cover;
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
}

.sub-method__lists {
	margin-top: 2.0625rem;
}

.sub-method__box {
	margin-top: 2.4375rem;
}

.sub-mv-bottom {
	background: transparent url(../images/common/black-bg.webp) no-repeat center center/cover;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
}

.sub-mv-bottom--display {
	height: 15.6875rem;
}

.sub-mv-bottom--garden {
	height: 14.375rem;
}

.sub-mv-bottom--rental {
	height: 17.125rem;
}

.sub-mv-bottom--flower {
	height: 15.5625rem;
}

.sub-mv-bottom p {
	font-size: 1rem;
	line-height: 2.5;
	text-align: center;
	width: 100%;
	z-index: 1;
}

.sub-mv {
	aspect-ratio: 1366/571;
	min-height: 35.6875rem;
	position: relative;
	transition: all 0.3s ease 0s;
	width: 100%;
}

.sub-mv--display {
	background: transparent url(../images/display/mv.webp) no-repeat center top/100% 100%;
}

.sub-mv--rental {
	background: transparent url(../images/rental/mv.webp) no-repeat center top/100% 100%;
}

.sub-mv--garden {
	background: transparent url(../images/garden/mv.webp) no-repeat center top/100% 100%;
}

.sub-mv--flower {
	position: relative;
}

.sub-mv--flower::before,
.sub-mv--flower::after {
	content: "";
	height: 100%;
	position: absolute;
	width: 50%;
}

.sub-mv--flower::before {
	background: transparent url(../images/flower/mv1.webp) no-repeat center top/100% 100%;
	left: 0;
	top: 0;
}

.sub-mv--flower::after {
	background: transparent url(../images/flower/mv2.webp) no-repeat center top/100% 100%;
	left: 50%;
	top: 0;
}

.js-block {
	animation: fadeIn 3s ease-out forwards;
	animation-delay: 1s;
	background-color: #505050;
	height: 100%;
	left: 0;
	mix-blend-mode: multiply;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.sub-mv__inner {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	position: relative;
	z-index: 2;
}

.sub-mv__body h1 {
	font-family: "Marcellus", serif;
	font-size: 3.125rem;
	font-weight: 400;
	letter-spacing: 0.1em;
	line-height: 1.22;
	text-transform: uppercase;
}

.sub-mv__body p {
	font-size: 1.5625rem;
	line-height: 0.88;
	margin-top: 1.1875rem;
}

.sub-service__body {
	margin-top: 3rem;
}

.sub-service__title p {
	text-transform: uppercase;
}

.sub-works__title .section-title__body {
	padding: 0 7rem;
}

.sub-works__body {
	margin-top: 0.75rem;
}

.sub-works__detail {
	border-bottom: 0.0625rem solid #fff;
	margin-top: 3rem;
	padding-bottom: 12.125rem;
}

.virtual__title .section-title__body {
	padding: 0 0.1875rem;
}

.virtual__wrap {
	background-color: #000;
	margin-top: 3rem;
}

.virtual__video {
	aspect-ratio: 800/446;
	margin: 0 auto;
	max-width: 50rem;
	width: 100%;
}
.virtual__video iframe {
	width: 100%;
	height: 100%;
}

.virtual__video div {
	height: 100%;
	width: 100%;
}

.virtual__video video {
	display: block;
	height: 100%;
	width: inherit;
}

@media (max-width: 1080px) {

	html {
		font-size: 1.4814814815vw;
	}

}


.garden_wrks_flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.garden_wrks_flex > p {
	font-size: 0;
	width: calc(100% / 8);
}


@media screen and (max-width: 767px) {
	.garden_wrks_flex > p {
		width: calc(100% / 4);
	}
	.u-desktop {
		display: none;
	}

	.u-mobile {
		display: block;
	}

	html {
		font-size: 16px;
	}

	.about-rental-section {
		margin-bottom: 9.75rem;
		margin-top: 13.8125rem;
	}

	.about-us-section {
		margin-top: 14.5rem;
	}

	.concept-section {
		margin-top: 0;
		overflow: hidden;
		padding-top: 10.6875rem;
	}

	.contact-section {
		margin-bottom: 7.8125rem;
	}

	.fixed-ico {
		display: flex;
		justify-content: space-between;
		align-items: center;
		flex-wrap:wrap;
		width: 110px;
		right: 30px;
		bottom: 30px;
	}
	.fixed-ico__link {
		width: 45px;
		height: 45px;
		margin: 0!important;
	}
	.fixed-ico__link::before {
		width: 20px!important;
		height: 20px!important;
	}

	.greeting-section {
		margin-bottom: 15.875rem;
		margin-top: 16.25rem;
	}

	.instagram-section {
		margin-top: 3.8125rem;
	}

	.instagram-section--rental {
		margin-bottom: 6.0625rem;
		margin-top: 12.375rem;
	}

	main {
		margin-top: 59px;
	}

	.news-section {
		margin-top: 0;
		overflow: hidden;
		padding-top: 8.3125rem;
	}

	.product-section {
		margin-top: 8.125rem;
	}

	.reason-section {
		margin-top: 6.5625rem;
	}

	.related-section {
		margin-bottom: 9.3125rem;
		margin-top: 7.5625rem;
	}

	.section-title h2 {
		font-size: 2.875rem;
		line-height: 1.3333333333;
	}

	.section-title__body {
		font-size: 1.875rem;
		line-height: 1.3333333333;
	}

	/*.section-title__body::after {
	height: 0.375rem;
	max-width: 13.3125rem;
}*/

	.section-title p {
		margin-top: 1.375rem;
	}

	.section-title--long h2 > span {
		text-transform: lowercase;
	}

	.section-title--icon span {
		height: 1.3125rem;
		margin-right: -0.0625rem;
		width: 1.3125rem;
	}

	/*.section-title--long .section-title__body::after {
	max-width: 13.3125rem;
}*/

	.service-section {
		margin-top: 7.5625rem;
	}

	.sub-detail-section {
		padding-top: 4.25rem;
	}

	.sub-gallery-section {
		margin-top: 8.1875rem;
	}

	.sub-method-section {
		margin-bottom: 13.875rem;
		margin-top: 6.25rem;
	}

	.sub-service-section {
		margin-bottom: 11.25rem;
		margin-top: 7.5rem;
	}

	.sub-works-section {
		margin-top: 8rem;
	}

	.sub-works-section--display {
		margin-top: 12.5625rem;
	}

	.subsection-title {
		padding: 0 1.125rem;
	}

	.subsection-title::before {
		display: none;
	}

	.subsection-title span:nth-child(1) {
		font-size: 1.25rem;
	}

	.subsection-title span:nth-child(2) {
		font-size: 0.875rem;
		line-height: 2;
		margin-left: 1rem;
	}

	.virtual-section {
		margin-top: 12.0625rem;
	}

	.about-rental__body {
		align-items: center;
		flex-direction: column;
		gap: 3.625rem;
		justify-content: center;
		margin-left: 0;
	}

	.about-rental__img {
		max-width: 11.1875rem;
	}

	.about-rental__title {
		margin-bottom: 2.1875rem;
	}

	.about-rental__info a {
		margin-top: 1.25rem;
	}

	.about-rental__info p:nth-of-type(2) {
		margin-top: 1.25rem;
	}

	.about-rental__contents {
		margin: 0 auto;
		max-width: 37.5rem;
		padding-top: calc(4.1875rem + 59px);
	}

	.about-rental__contents + .about-rental__contents {
		margin-top: 9.0625rem;
	}

	.about-rental__boxs {
		margin-top: 1.875rem;
	}

	.about-rental__note {
		margin-top: 1.6875rem;
	}

	.about-rental__note--mt {
		margin-top: 3.6875rem;
	}

	.about-rental__table {
		margin: 2.0625rem auto 0;
		max-width: 31.25rem;
		width: 78%;
	}

	.about-rental__table th,
	.about-rental__table td {
		display: block;
	}

	.about-rental__table tr:nth-child(1) {
		display: none;
	}

	.about-us__title .section-title__body {
		padding: 0 0.9375rem;
	}

	.about-us__body {
		flex-direction: column;
		gap: 2.5rem;
		margin: 3.25rem auto 0;
		max-width: 31.25rem;
	}

	.about-us__img {
		margin: 0 auto;
		max-width: 19.0625rem;
	}

	.about-us__info {
		font-size: 0.875rem;
		line-height: 2;
		margin-top: 0;
	}

	.about-us__info p:nth-of-type(n + 2) {
		margin-top: 1.75rem;
	}

	.about-us__btn {
		margin-top: 4.125rem;
		text-align: center;
	}

	.about-us__btn a {
		font-size: 0.875rem;
		max-width: 18.4375rem;
		padding: 0.3125rem;
	}

	.card__img {
		aspect-ratio: 295/368;
	}

	.card__text {
		font-size: 1.125rem;
		line-height: 1.7777777778;
		margin-top: 0.75rem;
	}

	.card__note {
		font-size: 0.875rem;
		margin-right: 0.125rem;
		margin-top: 0.5rem;
	}

	.card2 {
		margin-left: auto;
		margin-right: auto;
		max-width: 31.25rem;
	}

	.card2__img {
		aspect-ratio: 295/368;
	}

	.card2__text {
		font-size: 1rem;
		line-height: 1.875;
		margin-top: 1.125rem;
	}

	.card2__text + .card2__text {
		margin-left: 1.9375rem;
	}

	.cards {
		-moz-column-gap: 0;
		column-gap: 0;
		flex-direction: column;
		margin-left: auto;
		margin-right: auto;
		max-width: 37.5rem;
		row-gap: 2.875rem;
	}

	.cards__item {
		margin: 0 auto;
		max-width: none;
		max-width: initial;
		width: 86%;
	}

	.cards2 {
		-moz-column-gap: 0;
		column-gap: 0;
		flex-direction: column;
		row-gap: 5.0625rem;
	}

	.cards2__item {
		width: 100%;
	}

	.check-lists__item + .check-lists__item {
		margin-top: 1rem;
	}

	.concept__body {
		padding-top: 2.25rem;
	}

	.concept__body::after {
		height: 7.125rem;
		right: 0;
		top: -9.8125rem;
		width: 7.0625rem;
	}

	.concept__main {
		flex-direction: column;
		gap: 2rem;
		margin: 0 auto;
		max-width: 31.25rem;
	}

	.concept__box {
		aspect-ratio: 270/293;
		max-width: 21.5625rem;
	}

	.concept__box::before {
		aspect-ratio: 255/279;
		max-width: 20.625rem;
		right: 0.4375rem;
		top: 0.4375rem;
	}

	.concept__header {
		font-size: 1rem;
		line-height: 2;
	}

	.concept__contents {
		width: 100%;
	}

	.concept__text {
		font-size: 0.875rem;
		line-height: 1.6428571429;
		padding-bottom: 3.4375rem;
	}

	.concept__text p:nth-child(2) {
		margin-top: 1.3125rem;
	}

	.concept__note {
		font-size: 0.875rem;
		line-height: 1.5714285714;
		margin-top: 2.9375rem;
	}

	.contact__title {
		margin-top: 4.0625rem;
	}

	.contact__info {
		margin-top: 4.0625rem;
	}

	.contents-boxs {
		flex-direction: column;
		gap: 1rem;
	}

	.contents-boxs__item {
		margin: 0 auto;
		width: 100%;
	}

	.contents-lists__item + .contents-lists__item {
		margin-top: 1.5rem;
	}

	.contents-title {
		padding-bottom: 0.5rem;
	}

	.flex-card {
		padding: 4.4375rem 0 0;
	}

	.flex-card::before {
		left: -4%;
		top: 1.25rem;
	}

	.flex-card--reserve::before {
		left: -4%;
		right: auto;
	}

	.flex-card__body {
		flex-direction: column;
		gap: 3.4375rem;
	}

	.flex-card--reserve .flex-card__body {
		flex-direction: column;
	}

	.flex-card__img {
		margin-left: auto;
		margin-right: 0;
		width: 96.521739%;
	}

	.flex-card__img::after {
		aspect-ratio: 333/243;
		left: -0.75rem;
		top: 0.75rem;
	}

	.flex-card--reserve .flex-card__img::after {
		left: -0.75rem;
		right: auto;
	}

	.flex-card__box {
		border-left: 0;
		padding: 0;
		width: 100%;
	}

	.flex-card__box::before,
	.flex-card__box::after {
		display: none;
	}

	.flex-card__title {
		font-size: 1.25rem;
		line-height: 1.6;
	}

	.flex-card__middle {
		margin-top: 2.125rem;
	}

	.flex-card__clause {
		padding-left: 0.5625rem;
	}

	.flex-card__middle p,
	.flex-card__bottom p {
		font-size: 0.875rem;
		letter-spacing: 0.09em;
		line-height: 1.6428571429;
	}

	.flex-card__contents {
		margin-left: 3.5rem;
	}

	.flex-card__bottom {
		margin-top: 1.9375rem;
	}

	.flex-card__bottom p:nth-child(1) {
		margin-bottom: 0.5rem;
	}

	.flex-card__note {
		bottom: -3.4375rem;
		font-size: 0.75rem;
	}

	.flex-cards__item + .flex-cards__item {
		margin-top: 9.4375rem;
	}

	.footer {
		height: auto;
		padding: 5.625rem 0 5.3125rem;
	}

	.footer__body {
		flex-direction: column;
		gap: 4.0625rem;
	}

	.footer__contents {
		flex-direction: column;
		gap: 3.9375rem;
		margin-top: 3.25rem;
	}

	.footer__info span {
		margin-left: 0.2em;
	}

	.footer__service {
		margin-top: 0;
	}

	.footer__contact {
		margin-top: 0;
	}

	.footer__contact p {
		font-size: 1.125rem;
	}

	.footer__contact div a,
	.footer__contact div span {
		font-size: 1.5rem;
		margin-left: 0.2em;
	}

	.footer__link {
		margin-top: 1rem;
		padding-bottom: 0.0625rem;
	}

	.footer__sns {
		margin-top: 4.25rem;
	}

	.footer__pc-nav {
		display: block;
		margin-top: 3.625rem;
	}

	.footer__pc-nav.pc-nav {
		display: block;
	}

	.footer__pc-nav.pc-nav .pc-nav__items {
		-moz-column-gap: 2rem;
		column-gap: 2rem;
		row-gap: 0.5rem;
	}

	.footer__copy {
		margin-top: 2.75rem;
	}

	.gallery__box1 + .gallery__box1 {
		margin: 0;
	}

	.gallery__box2 {
		grid-gap: 1.0625rem;
		display: grid;
		gap: 1.0625rem;
		grid-template-areas: "areaA areaA" "areaA areaA" "areaB areaC" "areaD areaE" "areaF areaF" "areaF areaF" "areaG areaH" "areaI areaJ";
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: repeat(8, 1fr);
		margin: 0 auto;
		max-width: 31.25rem;
	}

	.inner.greeting__inner {
		padding: 0;
	}

	.greeting__title .section-title__body {
		padding: 0 1rem;
	}

	.greeting__conetnts {
		margin: 4.125rem auto 0;
		max-width: 37.5rem;
		width: 100%;
	}

	.greeting__conetnts + .greeting__conetnts {
		margin-top: 10.375rem;
		padding: 0 15px;
	}

	.greeting__flex {
		flex-direction: column;
		gap: 4.9375rem;
	}

	.greeting__wrap {
		max-width: none;
		max-width: initial;
		width: 100%;
	}

	.greeting__img {
		aspect-ratio: 375/438;
	}

	.greeting__shop {
		margin-top: 2.3125rem;
		padding: 0 15px;
	}

	.greeting__name {
		padding: 0 15px;
	}

	.greeting__name p {
		font-size: 1.0625rem;
	}

	.greeting__name span {
		font-size: 1.5625rem;
	}

	.greeting__info {
		margin-top: -0.8125rem;
		max-width: none;
		max-width: initial;
		padding: 0 15px;
		width: 100%;
	}

	.greeting__info p + p {
		margin-top: 1.75rem;
	}

	.greeting__wrap2 {
		margin-top: 4.25rem;
	}

	.greeting__flex2 {
		flex-direction: column;
		gap: 3.375rem;
	}

	.greeting__info2 p:nth-child(2) {
		margin-top: 1.75rem;
	}

	.greeting__subtitle {
		font-size: 1.125rem;
	}

	.greeting__box {
		margin-top: 6.0625rem;
	}

	.greeting__list {
		margin-top: 3.1875rem;
	}

	.greeting__list li + li {
		margin-top: 1.125rem;
	}

	.greeting__note {
		margin-top: 3.4375rem;
	}

	.header-hamburger {
		display: block;
		height: 0.75rem;
		padding: 0.375rem 0;
		position: relative;
		transition: 0.3s;
		width: 1.5rem;
		z-index: 9999;
	}

	.header {
		height: 59px;
	}

	.inner.header__inner {
		padding: 0 15px;
	}

	.header__logo {
		font-size: 1.5rem;
	}

	.header__inner {
		padding-left: 2rem;
		padding-right: 0;
	}

	.header__right {
		width: auto;
	}

	.header__box {
		align-items: center;
		display: flex;
		gap: 1.625rem;
		width: auto;
	}

	.info-item__title {
		font-size: 1.25rem;
		line-height: 1.6;
		padding-bottom: 0.8125rem;
	}

	.inner {
		padding-left: 15px;
		padding-right: 15px;
	}

	.instagram__title .section-title__body {
		padding: 0;
	}

	.instagram__body {
		margin-top: 3.625rem;
	}

	.instagram__btn .more-btn {
		font-size: 0.875rem;
	}

	.label-title {
		height: 6.875rem;
		padding: 1.75rem 15px 1.6875rem;
	}

	.label-title span:nth-child(1) {
		display: block;
		font-size: 1.875rem;
	}

	.label-title span:nth-child(2) {
		font-size: 1rem;
		margin-left: 1.5625rem;
		margin-top: 0.3125rem;
	}

	.mainview {
		background-position: center center;
		background-size: cover;
		min-height: 35.875rem;
	}

	.mainview__inner {
		min-height: 35.875rem;
	}

	.mainview__body h1 {
		font-size: 10vw;
		line-height: 1.6071428571;
	}

	.more-btn {
		font-size: 0.75rem;
		margin-top: 1.75rem;
		padding-bottom: 0.125rem;
	}

	.inner.news__inner2 {
		padding: 0;
	}

	.news__body {
		padding-top: 3.5625rem;
	}

	.news__body::before {
		max-width: 14.125rem;
		top: -4.625rem;
	}

	.news__body::after {
		height: 6.6875rem;
		left: 74%;
		top: -8.0625rem;
		top: -8.125rem;
		width: 8.125rem;
	}

	.news__main {
		flex-direction: column;
		margin: 0 auto;
		max-width: 31.25rem;
	}

	.news__img {
		aspect-ratio: 375/307;
		max-width: inherit;
		position: relative;
		width: 100%;
	}

	.news__img img {
		-o-object-fit: cover;
		height: 100%;
		left: 0;
		object-fit: cover;
		position: absolute;
		top: 0;
	}

	.news__contents {
		height: 26.6875rem;
		padding: 0 10.6666666667% 2.8125rem;
		width: 100%;
	}

	.news__contents::before {
		top: 0.9375rem;
	}

	.news__contents::after {
		right: 0.9375rem;
	}

	.news__contents time {
		font-size: 0.75rem;
	}

	.news__name {
		font-size: 1.125rem;
		line-height: 1.7222222222;
		margin-top: 1.4375rem;
	}

	.news__text {
		font-size: 0.875rem;
		line-height: 1.5714285714;
		margin-top: 1.625rem;
	}

	.news__btn {
		margin-top: 0.8125rem;
	}

	.news__note {
		font-size: 0.75rem;
		margin-top: 2.5625rem;
	}

	.number-list__item + .number-list__item {
		margin-top: 8.4375rem;
	}

	.number-list__item:nth-child(3) {
		margin-top: 22.875rem;
	}

	.number__icon {
		width: 5.5rem;
	}

	.number__icon p {
		font-size: 2.1875rem;
	}

	.number__title {
		font-size: 1.25rem;
		line-height: 2;
		margin-top: 2.5rem;
	}

	.number__text {
		font-size: 0.875rem;
		line-height: 1.5714285714;
		margin-top: 1.9375rem;
	}

	.page-group {
		aspect-ratio: 345/281;
		margin: 0 auto;
	}

	.page-group__img img {
		-o-object-position: 20%;
		object-position: 20%;
	}

	.page-group__title {
		font-size: 2rem;
	}

	.page-group__text {
		margin-top: -0.125rem;
	}

	.page-groups {
		flex-direction: column;
		gap: 2rem;
	}

	.page-groups__item {
		width: 100%;
	}

	.pc-nav {
		display: none;
	}

	.pc-nav__items {
		flex-wrap: wrap;
		row-gap: 1.25rem;
	}

	.pc-nav__items--header {
		flex-direction: column;
		width: 100%;
	}

	.product__contents {
		margin: 0 auto;
		max-width: 37.5rem;
	}

	.product__contents + .product__contents {
		margin-top: 14.75rem;
	}

	.product__subtitle {
		margin-top: 4.1875rem;
	}

	.product__text {
		font-size: 0.875rem;
		margin-top: 1.5625rem;
	}

	.product__body {
		margin-top: 4.1875rem;
	}

	.product__btn a {
		border: 0.0625rem solid #fff;
		display: inline-block;
		font-family: "Montserrat", sans-serif;
		font-size: 0.75rem;
		font-weight: 500;
		height: 1.1875rem;
		letter-spacing: 0.1em;
		text-transform: uppercase;
		transition: all 0.3s ease 0s;
		width: 8.1875rem;
	}

	.reason__text {
		font-size: 1.25rem;
		line-height: 2;
		margin-top: 7.625rem;
	}

	.reason__body {
		margin-top: 6rem;
		overflow: hidden;
		padding-bottom: 24.125rem;
	}

	.reason__body::before,
	.reason__body::after {
		max-width: 15.625rem;
	}

	.reason__body::before {
		right: -2.25rem;
		top: 35.4%;
	}

	.reason__body::after {
		bottom: 0%;
		left: -3.75rem;
		max-width: 19.625rem;
	}

	.related__subtitle.subsection-title {
		padding: 0 0 0 0.25rem;
	}

	.related__body {
		margin-top: 2.625rem;
	}

	.service__sub {
		font-size: 0.875rem;
		line-height: 1.6428571429;
		margin: 2.125rem auto 0;
		width: 88%;
	}

	.service__body {
		margin-top: 3.75rem;
		padding: 3.125rem 0;
	}

	.shop__body {
		margin: 4.875rem auto 0;
		max-width: 37.5rem;
		width: 100%;
	}

	.shop__img {
		min-height: 28.0625rem;
	}

	.shop__main {
		flex-direction: column;
		margin-top: 3.875rem;
	}

	.shop__contents {
		width: 100%;
	}

	.shop__info {
		margin-top: 1.4375rem;
	}

	.shop__map {
		margin-top: 4.1875rem;
		max-width: none;
		max-width: initial;
		width: 100%;
	}

	.shop__map div {
		min-height: 21.375rem;
	}

	.small-title h3 {
		font-size: 1.25rem;
	}

	.small-title p {
		font-size: 0.875rem;
		margin-top: 1.1875rem;
	}

	.sns-list--header .sns-list__item {
		width: 0.9375rem;
	}

	.sns-list--header .sns-list__item:nth-child(2) {
		margin-left: 0.8125rem;
	}

	.sns-list--header .sns-list__item:nth-child(3) {
		margin-left: 0.875rem;
	}

	.sp-nav {
		background: transparent url(../images/common/black-bg.webp) no-repeat center center/cover;
		display: block;
		height: 100vh;
		padding-bottom: 13rem;
		padding-top: 12rem;
		position: fixed;
		right: -105%;
		transition: all 0.5s ease 0s;
		width: 100%;
		z-index: 1000;
	}

	.step-list__item + .step-list__item {
		margin-top: 4.3125rem;
	}

	.store-info {
		margin-bottom: 5.25rem;
	}

	.store-info__btn {
		height: 5.75rem;
	}

	.store-info__en {
		font-size: 1.1875rem;
		margin-top: 0;
	}

	.store-info__ja {
		margin-top: 0.125rem;
	}

	.sub-detail__title .section-title__body {
		padding: 0 2.5rem;
	}

	.sub-detail__body {
		align-items: center;
		flex-direction: column;
		gap: 3.75rem;
		margin: 4.375rem auto 0;
		max-width: 37.5rem;
	}

	.sub-detail__img {
		gap: 0.8125rem;
		grid-template-rows: 26.1875rem 16.375rem 13.3125rem 21.375rem;
		margin-top: 0;
		width: 100%;
	}

	.sub-detail__contents {
		max-width: none;
		max-width: initial;
		width: 100%;
	}

	.sub-detail__top {
		margin-left: 0;
	}

	.sub-detail__subtitle {
		font-size: 3.375rem;
		line-height: 2;
	}

	.sub-detail__list {
		gap: 0.625rem;
		justify-content: start;
		margin-top: 1.0625rem;
	}

	.sub-detail__item {
		border-radius: 0.1875rem;
		font-size: 0.75rem;
		max-width: 7.3125rem;
		padding: 0.3125rem 0.1875rem 0.1875rem;
	}

	.sub-detail__note {
		font-size: 0.75rem;
		margin-top: 1.375rem;
		text-align: left;
	}

	.sub-detail__info {
		margin-top: 5rem;
	}

	.sub-gallery__title .section-title__body {
		padding: 0 2.4375rem;
	}

	.sub-gallery__body {
		margin-top: 4.125rem;
	}

	.sub-method__contents {
		margin: 3.9375rem auto 0;
		max-width: 31.25rem;
	}

	.sub-method__contents + .sub-method__contents {
		margin-top: 8.125rem;
		max-width: inherit;
	}

	.sub-method__img {
		aspect-ratio: 345/341;
	}

	.sub-method__lists {
		margin-top: 4.3125rem;
	}

	.sub-method__box {
		margin: 4.0625rem auto 0;
		max-width: 31.25rem;
	}

	.sub-mv-bottom--display {
		height: 23.6875rem;
	}

	.sub-mv-bottom--garden {
		height: 22.1875rem;
	}

	.sub-mv-bottom--rental {
		height: 25.3125rem;
	}

	.sub-mv-bottom--flower {
		height: 22.1875rem;
	}

	.sub-mv-bottom p {
		font-size: 0.875rem;
		line-height: 2.5;
	}

	.sub-mv {
		aspect-ratio: 375/452;
		background-position: center center;
		background-size: cover;
		min-height: 28.25rem;
	}

	.sub-mv--flower::before,
	.sub-mv--flower::after {
		height: 50%;
		width: 100%;
	}

	.sub-mv--flower::before {
		background-size: cover;
	}

	.sub-mv--flower::after {
		background-size: cover;
		left: 0;
		top: 50%;
	}

	.sub-mv__body h1 {
		font-size: 1.875rem;
		line-height: 1.2333333333;
	}

	.sub-mv__body p {
		font-size: 1.375rem;
		line-height: 1.0454545455;
		margin-top: 1.25rem;
	}

	.inner.sub-service__inner {
		max-width: 39.375rem;
	}

	.sub-service__body {
		margin-top: 1.875rem;
	}

	.sub-works__title .section-title__body {
		padding: 0 6rem;
	}

	.sub-works__body {
		margin: 1.375rem auto 0;
		max-width: 37.5rem;
		padding: 0 15px;
	}

	.sub-works__detail {
		margin-top: 3.375rem;
		padding-bottom: 11.625rem;
	}

	.inner.virtual__inner {
		padding: 0;
	}

	.virtual__title {
		padding: 0 15px;
	}

	.virtual__wrap {
		margin-top: 4.0625rem;
	}

	.virtual__video {
		aspect-ratio: 375/266;
		max-width: 37.5rem;
	}

}

@media (max-width: 375px) {

	html {
		font-size: 4.2666666667vw;
	}

}

@keyframes fadeIn {

	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}

}


/*# sourceMappingURL=style.css.map */



/*追加css*/

.form_content {
	margin: 60px 0;
}
.form_table {
	width: 100%;
	border-collapse:collapse;
	border-bottom: 1px solid #FFF;
	margin-bottom: 45px;
}
.form_table tr {
	border: solid #FFF;
	border-width: 1px 0;
}
.form_table th, .form_table td {
	position: relative;
	vertical-align: top;
	padding: 30px 0;
	text-align : left;
	font-weight: 400;
	font-size: 16px;
}
.form_table th {
	width: 25%;
}
.form_table td {
	padding-left: 30px;
}
.hissu::after {
	content: "*";
}
.form_table input, .form_table select, .form_table textarea {
	background: #FFF;
	width: 100%;
	box-sizing: border-box;
	height: 45px;
	padding: 2px 15px;
}
.form_table textarea {
	height: auto;
	padding: 20px 15px;
}
.submitbtn {
	display: inline-block;
	border-radius: 999px;
	background: #FFF;
	width: 100%;
	text-align: center;
	max-width: 250px;
	padding: 10px;
	transition: .2s;
}
.submitbtn:hover {
	background: #ccc;
}


.instamodal {
	position: relative;
	cursor: pointer;
}
.instamodal_content {
	display: none;
	transition: .2s;
	position: absolute;
	top: 75px;
	right: 0;
	border-radius: 10px;
	width: 260px;
	background: #000;
	padding: 15px 20px 20px;
	box-shadow: 0 0 6px rgba(255,255,255,.2);
	text-align: left;
}
.-instamodal2 .instamodal_content {
	top: auto;
	bottom: 45px;
	right: auto;
	left: 0;
}
.instamodal.clicked .instamodal_content {
	display: block;
}
.instamodal_content a {
	display: inline-block;
	margin: 5px 0;
	text-decoration: underline;
}
.instamodal_close {
	position: absolute;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #FFF;
	border-radius: 999px;
	top: -8px;
	right: -8px;
	cursor: pointer;
}
.instamodal_close::before, .instamodal_close::after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: 50%;
	height: 2px;
	background: #000;
}
.instamodal_close::before {
	transform: translate(-50%, -50%) rotate(45deg);
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
}
.instamodal_close::after {
	transform: translate(-50%, -50%) rotate(-45deg);
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
}


@media screen and (max-width: 767px) {
	.form_table th, .form_table td {
		display: inline-block;
		padding: 0;
		width: 100%;
	}
	.form_table tr {
		display: inline-block;
		width: 100%;
		padding: 20px 0;
	}
	.form_table th {
		margin-bottom: 12px;
	}
	.form_table td {
	}
}

.section-title.-FAKE_GREEN-ARTIFICIAL_FLOWER::after {
	display: none;
}
.section-title.-FAKE_GREEN-ARTIFICIAL_FLOWER h2 {
	position: relative;
}
.h_fgaf_img {
	position: absolute;
	z-index: -1;
}
.h_fgaf_img1 {
	left: -45px;
	top: -30px;
	width: 140px;
}
.h_fgaf_img2 {
	bottom: 0;
	right: -40px;
	width: 110px;
}
@media screen and (max-width: 767px) {
	.h_fgaf_img1 {
		left: -15px;
		top: -30px;
		width: 100px;
	}
	.h_fgaf_img2 {
		bottom: 0;
		right: -15px;
		width: 70px;
	}
}


.flexcard2 {
	position: relative;
	margin: 80px auto 120px;
	max-width: 1080px;
}
.flexcard2::before {
	content: "";
	width: 100%;
	height: calc(100% + 20px);
	border: 1px solid #FFF;
	position: absolute;
	left: 0;
	top: 40px;
	border-width: 1px 1px 1px 0;
}
.flexcard2_cat {
	font-family: "Marcellus", serif;
	font-weight: 400;
	font-size: 40px;
	margin-bottom: 40px;
}
.flexcard2_img1 {
	height: 50vw;
	margin-bottom: 40px;
}
.flexcard2_img2 {
	height: 70vw;
	margin-bottom: 40px;
}
.flexcard2_right .info-item__title2 {
	margin-top: 30px;
}
.flexcard2_leaf {
	display: inline-block;
	font-size: 0;
	width: 80px;
	margin: 0 0 20px;
	background: #222;
	z-index: 5;
	position: relative;
}
@media screen and (min-width: 768px) {
	.flexcard2_leaf {
		width: 140px;
		padding: 0 30px 0 0;
		position: absolute;
		left: -60px;
		top: 0;
	}
	.flexcard2 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		padding: 0px 0 0;
		margin: 240px auto;
	}
	.flexcard2::before {
		top: 40px;
		border-width: 1px;
		width: calc(100% + 60px);
		left: auto;
		right: 0;
	}
	.flexcard2_left {
		width: 40%;
		padding: 100px 0 0;
	}
	.flexcard2_right {
		width: 55%;
		position: relative;
	}
	.flexcard2_img1 {
		height: 327px;
		width: 100%;
	}
	.flexcard2_cat {
		font-size: 68px;
		margin-bottom: 132px;
	}
	.flexcard2_img2 {
		height: 414px;
	}

}

.bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}






