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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
	border: 0;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

header,
footer,
nav,
section,
article,
main,
aside,
figure,
figcaption {
	display: block;
}

ol,
ul {
	list-style: none;
}

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

a {
	color: inherit;
	cursor: pointer;
	text-decoration: none;
}

button {
	background: transparent;
	border: none;
	box-shadow: none;
	cursor: pointer;
	font: inherit;
	margin: 0;
	padding: 0;
}

input,
select,
textarea {
	color: inherit;
	font: inherit;
	vertical-align: top;
}

figure {
	margin: 0;
}

body {
	background: #333;
	color: #333;
	font-family: "Noto Sans JP", sans-serif;
}

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

picture,
img,
a,
span {
	display: inline-block;
}

video,
img,
svg {
	height: 100%;
	width: 100%;
}

button {
	background: transparent;
	background: none;
	border: none;
	color: inherit;
	font: inherit;
}

input,
textarea,
select {
	font: inherit;
}

/* ===============================================
header
=============================================== */

.header {
	height: 60px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

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

.header__logo {
	width: 55px;
}

.header__nav {
	display: flex;
	gap: 20px;
}

.header__nav-item {
	height: inherit;
	position: relative;
}

.header__nav-item::after {
	background-color: #159741;
	content: "";
	display: inline-block;
	height: 0.125rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 1.5rem;
	transform: translateX(-50%);
	visibility: hidden;
	width: 100%;
}

.header__nav-item:hover {
	cursor: pointer;
}

.header__nav-item:hover::after {
	opacity: 1;
	transition: all 0.3s ease-out;
	visibility: visible;
}

.header__nav-link {
	color: #fff;
	font-family: reross-quadratic, sans-serif;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.42px;
	line-height: normal;
}

.inner {
	padding-inline: 16px;
}

.footer {
	background: #f2f2f2;
	padding: 2.9375rem 0 0.625rem;
	position: relative;
}

.footer-inner {
	margin: 0 auto;
	max-width: 1120px;
	padding: 0 16px;
	position: relative;
	width: 100%;
}

.footer__sns-wrap {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	display: flex;
	justify-content: center;
	margin-bottom: 2.5625rem;
}

.footer__sns {
	background-size: contain;
	height: 3.125rem;
	transition: all 0.3s ease-out;
	width: 3.125rem;
}

.footer__twitter {
	background-image: url(../img/footer/Twitter.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.footer__twitter:hover {
	background-image: url(../img/footer/Twitter-hover.svg);
}

.footer__instagram {
	background-image: url(../img/footer/Instagram.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.footer__instagram:hover {
	background-image: url(../img/footer/Instagram-hover.svg);
}

.footer__tiktok {
	background-image: url(../img/footer/TikTok.svg);
	background-position: center center;
	background-repeat: no-repeat;
}

.footer__tiktok:hover {
	background-image: url(../img/footer/TikTok-hover.svg);
}

.footer__nav {
	margin-bottom: 2.3125rem;
}

.footer__item {
	position: relative;
}

.footer__item::after {
	background-color: #159741;
	content: "";
	display: inline-block;
	height: 0.125rem;
	left: 50%;
	opacity: 0;
	position: absolute;
	top: 1.25rem;
	transform: translateX(-50%);
	visibility: hidden;
	width: 100%;
}

.footer__item:hover {
	cursor: pointer;
}

.footer__item:hover::after {
	opacity: 1;
	transition: all 0.3s ease-out;
	visibility: visible;
}

.footer__list {
	align-items: center;
	display: flex;
	justify-content: center;
	-moz-column-gap: 2rem;
	column-gap: 2rem;
	font-family: reross-quadratic, sans-serif;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1;
}

.footer__logo {
	height: 5.625rem;
	margin: 0 auto 2.125rem;
	position: relative;
	width: 10.375rem;
}

.footer__copyright {
	text-align: center;
}

.totop {
	background-image: url(../img/footer/btn：pagetop-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 4.375rem;
	position: absolute;
	right: 1rem;
	top: 0;
	transform: translateY(-50%);
	width: 4.375rem;
	z-index: 900;
}

.section__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.section__head-sub {
	color: #159741;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.7px;
}

.section__head-main {
	font-family: reross-quadratic, sans-serif;
	font-size: 32px;
	letter-spacing: 1.6px;
	position: relative;
}

.section__head-main::after {
	background-color: #159741;
	bottom: 0;
	content: "";
	height: 2px;
	left: 50%;
	position: absolute;
	transform: translateX(-50%);
	width: 50px;
}

.button {
	align-items: center;
	background-color: #fff;
	color: #333;
	display: inline-flex;
	justify-content: center;
	width: 100%;
}

.button-menu {
	border: 1px solid #333;
	font-weight: 700;
	letter-spacing: 0.48px;
	line-height: 1;
	padding-block: 16px;
	padding-right: 21px;
	position: relative;
}

.button-menu::after {
	background: url(../img/menu/icon-square-arrow.svg) no-repeat center center/contain;
	content: "";
	height: 19px;
	position: absolute;
	right: 19px;
	top: 50%;
	transform: translateY(-50%);
	width: 19px;
}

.button-menu:hover {
	background-color: #333;
	color: #fff;
	cursor: pointer;
}

.button-menu:hover::after {
	background: url(../img/menu/icon-square-arrow-hover.svg) no-repeat center center/contain;
}

.required {
	background-color: #159741;
	border-radius: 0.375rem;
	color: #ffffff;
	font-size: 0.75rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	padding: 0.25rem 0.5rem;
	position: absolute;
	right: -0.625rem;
	top: -0.125rem;
	transform: translateX(100%);
	white-space: nowrap;
}

.simpleParallax {
	height: 15.625rem;
	position: relative;
}

.simpleParallax__salad {
	position: absolute;
	top: 0px;
}

.simpleParallax__shop {
	position: absolute;
	top: 0px;
}

.modal {
	display: none;
	height: 100vh;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1200;
}

.modal__container {
	background: #ffffff;
	box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.25);
	color: #000;
	height: 30rem;
	left: 50%;
	overflow-y: scroll;
	padding: 2.1875rem 20px;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	z-index: 1200;
}

.modal__text {
	font-family: Roboto;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.5;
	margin-top: 3.125rem;
}

.modal__text span {
	font-size: 1.5rem;
	font-weight: 700;
	letter-spacing: 0em;
	line-height: 1.125;
}

.modal__close {
	background-image: url(../img/footer/akar-icons_cross.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	height: 2.125rem;
	position: absolute;
	right: 70px;
	top: 120px;
	width: 2.125rem;
	z-index: 1300;
}

.modal__overlay {
	background: rgba(0, 0, 0, 0.8);
	height: 100vh;
	position: absolute;
	width: 100%;
	z-index: 1100;
}

.mv {
	margin-top: 60px;
}

.mv__inner {
	position: relative;
}

.mv__img {
	display: block;
	margin-left: auto;
	width: 82.1%;
}

.mv__contents {
	inset-block: 30px;
	margin-left: 24px;
	position: absolute;
}

.mv__title-container {
	display: flex;
	flex-direction: column;
	font-family: reross-quadratic, sans-serif;
	font-size: 36px;
	line-height: 1;
	width: 152px;
}

.mv__title {
	color: #fff;
}

.mv__lead {
	color: #fff;
	font-weight: 500;
	margin-top: 15px;
}

.mv__lead-highlight {
	background-color: #159741;
	margin-top: 9px;
	padding: 6px 2px;
}

.highlight {
	color: #159741;
}

.concept {
	color: #fff;
	margin-top: 48px;
	position: relative;
}

.concept__inner {
	padding-inline: 32px;
}

.concept__title {
	font-size: 20px;
	font-weight: 700;
	letter-spacing: 1px;
	text-align: center;
}

.concept__text-wrap {
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 24px;
}

.concept__text {
	letter-spacing: 0.48px;
	text-align: center;
}

.concept__background-text {
	bottom: -83px;
	color: rgba(103, 103, 103, 0.3);
	font-family: reross-quadratic, sans-serif;
	font-size: 110px;
	letter-spacing: 3.3px;
	line-height: 88px;
	overflow: hidden;
	position: absolute;
	right: -12px;
	text-align: right;
	z-index: -50;
}

.hidden-sp {
	display: none;
}

/* ===============================================
about
=============================================== */

.about {
	background-color: #f2f2f2;
	margin-top: 70px;
	padding-block: 64px;
}

.about__items {
	display: flex;
	flex-direction: column;
	gap: 56px;
	margin-top: 56px;
}

.about__item-inner {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.about__item-inner2 {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

.about__item-content {
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding-inline: 9px 7px;
	position: relative;
}

.about__item-head {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 1.2px;
	z-index: 2;
}

.about__item-lead {
	font-weight: 400;
	letter-spacing: 0.48px;
	position: relative;
	z-index: 2;
}

.about__item-num {
	bottom: -70px;
	color: rgba(255, 255, 255, 0.8);
	font-family: reross-quadratic, sans-serif;
	font-size: 160px;
	font-weight: 400;
	position: absolute;
	right: -10px;
}

.about__item-num2 {
	bottom: -70px;
	color: rgba(255, 255, 255, 0.8);
	font-family: reross-quadratic, sans-serif;
	font-size: 160px;
	font-weight: 400;
	position: absolute;
	right: -10px;
}

.about__item-img {
	margin: 0px auto;
	width: 100%;
}

.menu {
	padding-bottom: 24px;
}

.menu__container {
	padding-inline: 16px;
	padding-top: 24px;
}

.menu__inner {
	border: 1px solid #fff;
	padding: 32px 21px;
	position: relative;
	width: 100%;
}

.menu__head {
	margin-top: 32px;
}

.menu__head-sub {
	color: #fff;
}

.menu__head-main {
	color: #fff;
}

.menu__head-main::after {
	background-color: #fff;
}

.menu__text {
	color: #fff;
	font-weight: 500;
	letter-spacing: 0.48px;
	line-height: 1;
	margin-top: 48px;
	text-align: center;
}

.menu__wrapper {
	display: flex;
	flex-direction: column;
	gap: 48px;
	margin-top: 48px;
}

.menu__items {
	display: flex;
	flex-direction: column;
	gap: 48px;
}

.menu__item-wrap {
	display: flex;
	flex-direction: column;
}

.menu__item-content {
	background-color: #fff;
	margin-top: -56px;
	padding: 10px;
	position: relative;
	text-align: center;
	z-index: -1;
}

.menu__item-inner {
	border: 1px solid #333;
	display: flex;
	flex-direction: column;
	gap: 16px;
	padding: 48px 0px 32px;
}

.menu__item-inner1 {
	padding: 111px 2px 32px;
}

.menu__item-highlight {
	align-items: center;
	background-color: #159741;
	color: #fff;
	display: inline-flex;
	flex-direction: column;
	left: 50%;
	line-height: 1;
	padding: 51px 49px 16px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
	width: 71%;
}

.menu__item-highlight-en {
	font-size: 12px;
	letter-spacing: 0.36px;
}

.menu__item-highlight-ja {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.54px;
}

.menu__item-title {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 2.4px;
}

.menu__item-price {
	font-size: 12px;
	font-weight: 500;
	letter-spacing: 1.2px;
	line-height: 1;
}

.menu__item-price span {
	font-family: reross-quadratic, sans-serif;
	font-size: 30px;
	letter-spacing: 3px;
	padding-left: 3px;
}

.menu__item-info {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.42px;
	line-height: 1;
}

.menu__social-post {
	background-color: #fff;
	padding: 10px;
	position: relative;
}

.menu__social-inner {
	border: 1px solid #333;
	padding: 64px 10px 24px;
	text-align: center;
}

.menu__social-head {
	align-items: center;
	background-color: #159741;
	color: #fff;
	display: inline-flex;
	font-family: reross-quadratic, sans-serif;
	font-size: 24px;
	left: 50%;
	letter-spacing: 1.2px;
	padding: 10px 32px;
	position: absolute;
	top: 0;
	transform: translateX(-50%);
}

.menu__social-text {
	letter-spacing: 0.8px;
	line-height: 1;
	margin-top: 24px;
	padding-inline: 11px;
	text-align: justify;
}

.menu__social-images {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 24px;
}

.menu__social-item {
	width: calc(50% - 8px);
}

.menu__social-image {
	margin-top: 24px;
}

.menu__social-username {
	margin-top: 8px;
}

.menu__button {
	margin-top: 24px;
}

.menu__under {
	display: flex;
	flex-direction: column;
	gap: 45px;
}

.shop {
	background-color: #f2f2f2;
}

.shop__wrapper {
	padding-block: 64px;
}

.shop__map {
	background-image: url(../img/shop/map-sp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 15.625rem;
	margin-bottom: 3.5rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 65px;
	position: relative;
}

.shop__address {
	padding-top: 56px;
}

.shop__img-area {
	margin-top: 40px;
}

.shop__message-wrap {
	margin-top: 100px;
}

.shop__message-inner {
	background: #fff;
	box-shadow: 0px 4px 20px 0px rgba(161, 159, 159, 0.6);
	display: flex;
	flex-direction: column;
	gap: 20px;
	padding: 18px 10px 113px;
	position: relative;
}

.shop__message-inner::after {
	background-image: url(../img/shop/img：stamp.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 5.8125rem;
	left: -1.0625rem;
	position: absolute;
	top: -2.4375rem;
	width: 7rem;
}

.shop__message-img-wrap {
	margin-bottom: 3.9375rem;
}

.shop__message-body {
	margin: auto;
	min-width: initial;
	padding: 0px 0.6875rem;
	position: relative;
	width: initial;
}

.shop__message-title {
	display: inline-block;
	font-family: Satisfy, cursive;
	font-size: 1.875rem;
	font-weight: 400;
	left: 0.875rem;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	top: -2.25rem;
}

.shop__message-text {
	display: inline;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 2.5;
	line-height: 2.5;
	position: relative;
	text-decoration: underline;
	text-decoration-color: #c4c4c4;
}

.address {
	padding-inline: 8px;
}

.address__head {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.address__shop-name-en {
	font-size: 18px;
	line-height: 100%;
}

.address__shop-name-en strong {
	font-size: 32px;
	letter-spacing: 0.96px;
}

.address__shop-name-ja {
	font-size: 18px;
	letter-spacing: 0.48px;
	line-height: 1;
}

.address__wrap {
	display: flex;
	flex-direction: column;
	font-size: 16px;
	gap: 4.5px;
	margin-top: 24px;
}

.address__info {
	margin-top: 5px;
}

.address__info-row {
	display: flex;
	gap: 16px;
	letter-spacing: 0.48px;
	line-height: 1.7;
}

.address__info-term {
	min-width: 66px;
}

.shop__niceday {
	color: #159741;
	display: inline-block;
	font-family: "Satisfy", cursive;
	font-size: 2.25rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	position: absolute;
	right: 0.625rem;
	top: auto;
	transform: rotate(-6.175deg);
	white-space: nowrap;
}

.shop__niceday::before {
	background: #159741;
	content: "";
	display: block;
	height: 0.0625rem;
	left: -0.25rem;
	position: absolute;
	top: 2.25rem;
	transform: rotate(-1deg);
	width: 17.875rem;
}

.shop__niceday::after {
	background: #159741;
	content: "";
	display: block;
	height: 0.0625rem;
	left: -0.25rem;
	position: absolute;
	top: 2.5625rem;
	transform: rotate(-1deg);
	width: 17.875rem;
}

.contact {
	background-image: url(../img/contact/img-vegetable.jpg);
	background-position: center center;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 3.9375rem 0 4rem;
}

.contact-inner {
	margin: 0px auto;
	max-width: 1120px;
	position: relative;
	width: 100%;
}

.contact__wrap {
	background-color: #f2f2f2;
	margin: auto;
	padding: 4.1875rem 1rem 4rem;
	width: 100%;
}

.section-content {
	color: rgb(21, 151, 65);
	font-size: 0.875rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 0.9375rem;
	text-align: center;
}

.section-title {
	color: rgb(51, 51, 51);
	font-family: reross-quadratic, sans-serif;
	font-size: 2rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1;
	position: relative;
	text-align: center;
}

.section-title::after {
	background-color: rgb(21, 151, 65);
	content: "";
	display: inline-block;
	height: 0.125rem;
	left: 50%;
	position: absolute;
	top: 3rem;
	transform: translateX(-50%);
	width: 3.125rem;
}

.contact__text {
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.375;
	margin: 4.1875rem -0.1875rem 2.25rem 0rem;
	text-align: left;
}

.contact__form {
	margin: auto;
	width: 100%;
}

.contact__item {
	margin-bottom: 2.1875rem;
}

.contact__item:nth-of-type(5) {
	margin-bottom: 2.6875rem;
	margin-top: -0.25rem;
	text-align: center;
}

.contact__head {
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	margin-bottom: 0.625rem;
	position: relative;
}

.contact input[type=text],
.contact input[type=email] {
	padding: 0.9375rem;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: rgb(255, 255, 255);
	background-image: none;
	border-color: rgb(47, 47, 47);
	border-style: solid;
	border-width: 1px;
	color: inherit;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1;
	width: 100%;
	-o-border-image: initial;
	border-image: initial;
}

.contact input[type=text]:focus,
.contact input[type=text]:hover,
.contact input[type=email]:focus,
.contact input[type=email]:hover {
	border: 1px solid rgb(21, 151, 65);
	box-shadow: 0px 0px 4px 0px rgb(21, 151, 65);
	outline: none;
}

.contact textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none rgb(255, 255, 255);
	border-color: rgb(47, 47, 47);
	border-style: solid;
	border-width: 1px;
	color: inherit;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	height: 10rem;
	letter-spacing: 0em;
	line-height: 1;
	resize: none;
	width: 100%;
	-o-border-image: initial;
	border-image: initial;
	padding: 0.8125rem 0.9375rem;
}

.contact textarea:focus,
.contact textarea:hover {
	border: 1px solid rgb(21, 151, 65);
	box-shadow: 0px 0px 4px 0px rgb(21, 151, 65);
	outline: none;
}

.contact__privacy-check {
	display: none;
}

.contact__privacy-check + span {
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.05em;
	line-height: 1.5;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-left: 2.9375rem;
	position: relative;
}

.contact__privacy-check + span::before {
	background: rgb(255, 255, 255);
	border-color: rgb(62, 62, 62);
	border-style: solid;
	border-width: 1px;
	content: "";
	display: block;
	height: 1.75rem;
	position: absolute;
	width: 1.75rem;
	-o-border-image: initial;
	border-image: initial;
	left: 0.25rem;
	top: -0.1875rem;
	transition: 0.3s ease-out;
}

.contact__privacy-check + span::after {
	background-image: url(../img/contact/akar-icons_check.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 2.25rem;
	left: 0.0625rem;
	opacity: 0;
	position: absolute;
	top: -0.375rem;
	transition: 0.3s;
	width: 2.25rem;
}

.modal__open {
	color: rgb(21, 151, 65);
	text-decoration: underline;
	text-underline-offset: 0.1875rem;
}

.modal__open:hover {
	opacity: 0.7;
}

.contact__btn-guide {
	text-align: center;
}

.contact__btn {
	background-color: #159741;
	color: #ffffff;
	display: inline-block;
	font-size: 1.125rem;
	font-weight: 500;
	letter-spacing: 0.05em;
	line-height: 1.5;
	min-width: 18.75rem;
	padding: 1.0625rem 0px 0.8125rem;
}

.contact__btn:hover {
	cursor: pointer;
	opacity: 0.7;
}

.contact__btn:disabled {
	background-color: #bdbdbd;
	border: none;
	box-shadow: none;
}

.contact__btn:disabled:hover {
	cursor: initial;
	opacity: initial;
}

.contact__privacy-check + span:hover::before {
	border: 1px solid rgb(21, 151, 65);
	box-shadow: 0px 0px 4px 0px rgb(21, 151, 65);
}

.contact__privacy-check + span:active:before {
	background: rgba(21, 151, 65, 0.15);
	border: 1px solid rgb(21, 151, 65);
	box-shadow: 0px 0px 4px 0px rgb(21, 151, 65);
}

.contact__privacy-check:checked + span::after {
	opacity: 1;
}

.contact__thanks-wrap {
	display: none;
	margin-top: 3.125rem;
	text-align: center;
}

.contact__thanks {
	border: 1px solid #159741;
	border-radius: 0.125rem;
	display: inline-block;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0.03em;
	line-height: 1.5;
	margin: auto;
	padding: 0.625rem;
}

.contact__thanks span {
	color: #159741;
	font-size: 1.25rem;
	font-weight: 500;
	letter-spacing: 0em;
	line-height: 1.3;
}

.contact__thanks-wrap.active {
	display: block;
}

.contact__item.active {
	display: none;
}

.contact__btn-guide.active {
	display: none;
}

@media (hover: hover) {

a:hover {
	cursor: pointer;
}

}

@media screen and (min-width: 600px) {

.menu__social-text {
	font-size: 18px;
	text-align: center;
}

.shop__map {
	background-image: url(../img/shop/map-pc.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 29.0625rem;
	margin-bottom: 3rem;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	margin-top: 4rem;
}

}

@media screen and (min-width: 768px) {

.button-menu {
	width: 50%;
}

.about {
	padding-block: 100px;
}

.about__item-inner {
	align-items: start;
	flex-direction: row-reverse;
	gap: 64px;
	justify-content: space-between;
}

.about__item-inner2 {
	align-items: start;
	flex-direction: row;
	gap: 120px;
	justify-content: space-between;
}

.menu__wrapper {
	gap: 65px;
}

.menu__item-inner1 {
	padding: 111px 2px 70px;
}

.menu__item-highlight {
	gap: 8px;
	height: 70px;
	padding: 15px 50px;
	width: 50%;
}

.menu__item-title {
	font-size: 30px;
	letter-spacing: 3px;
}

.menu__social-images {
	flex-wrap: nowrap;
}

.menu__social-username {
	margin-top: 16px;
}

.main-wrap {
	flex-direction: row;
}

.main-img {
	height: 450px;
	margin-left: -0.4375rem;
	width: 500px;
	z-index: 500;
}

.main-content {
	height: 22.9375rem;
	margin: 1.5rem 0px 0px -5.625rem;
	padding: 0.8125rem;
	width: 37rem;
}

.menu__under {
	flex-direction: row;
	gap: 35px;
}

.shop__address {
	align-items: center;
	display: flex;
	gap: 50px;
	justify-content: space-between;
	margin-bottom: 5rem;
	margin-right: calc(50% - 50vw);
	max-width: 1293px;
	padding-top: 40px;
}

.shop__message-inner {
	gap: 50px;
	padding: 30px 20px 80px;
}

.shop__message-img-wrap {
	display: flex;
	margin-bottom: 0;
}

.shop__niceday {
	top: 5.5rem;
}

}

@media screen and (min-width: 900px) {

.header {
	height: 85px;
}

.header__logo {
	height: 3.9375rem;
	margin-left: -0.125rem;
	width: 7.375rem;
}

.header__nav {
	margin-right: 2.375rem;
	margin-top: 0.25rem;
}

.header__nav-link {
	font-size: 18px;
}

.header__inner {
	margin: 0px auto;
	max-width: 1440px;
	width: 100%;
}

.footer {
	padding-bottom: 0.5625rem;
	padding-top: 3.4375rem;
}

.footer-inner {
	padding: 0 20px;
}

.footer__sns {
	height: 2.5rem;
	width: 2.5rem;
}

.footer__nav {
	margin-bottom: 2.4375rem;
}

.footer__list {
	-moz-column-gap: 2.5rem;
	column-gap: 2.5rem;
	font-size: 1.125rem;
	letter-spacing: 0.03em;
	line-height: 1;
	margin-right: 3px;
}

.footer__logo {
	margin: 0 auto 1.5625rem;
}

.totop {
	background-image: url(../img/footer/btn-pagetop.webp);
	height: 7.5rem;
	right: 3.75rem;
	width: 7.5rem;
}

.section__head {
	gap: 16px;
}

.section__head-sub {
	font-size: 18px;
	letter-spacing: 0.9px;
}

.section__head-main {
	font-size: 48px;
	letter-spacing: 2.4px;
	padding-bottom: 10px;
}

.button-menu {
	width: 35%;
}

.simpleParallax {
	height: 28.125rem;
}

.modal__container {
	padding: 2.1875rem 3.875rem;
	width: 58.125rem;
}

.mv {
	margin-top: 85px;
}

.mv__inner {
	margin: 0px auto;
	max-width: 1120px;
	padding: 0px 20px;
	width: 100%;
}

.mv__contents {
	left: 1.125rem;
	position: absolute;
	top: 20px;
	width: 34rem;
}

.mv__title-container {
	font-size: 6.25rem;
	font-weight: 400;
	letter-spacing: 0em;
	line-height: 1.04;
	margin-bottom: 2.75rem;
	width: 100%;
}

.mv__lead {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 1.75rem;
	margin-left: 1.3125rem;
}

.mv__lead-highlight {
	padding: 16px 0px;
}

.concept {
	margin-top: 110px;
}

.concept__inner {
	margin: 0px auto;
	max-width: 1120px;
	padding: 0px 20px;
	position: relative;
	width: 100%;
}

.concept__title {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: 0.05em;
}

.concept__text-wrap {
	margin-top: 48px;
}

.concept__text {
	font-size: 18px;
}

.concept__background-text {
	bottom: -120px;
	display: block;
	font-size: 210px;
	font-weight: 400;
	left: -80px;
	letter-spacing: 0em;
	line-height: 1;
	white-space: nowrap;
}

.hidden-md {
	display: none;
}

.hidden-sp {
	display: block;
}

.about {
	padding-bottom: 140px;
	padding-top: 8.375rem;
}

.about__inner {
	margin: 0px auto;
	max-width: 1120px;
	padding: 0px 20px;
	position: relative;
	width: 100%;
}

.about__items {
	margin-top: 6.625rem;
	row-gap: 4rem;
}

.about__item-content {
	margin-top: 4.4375rem;
}

.about__item-head {
	font-size: 1.875rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 1.875rem;
}

.about__item-lead {
	font-size: 18px;
	letter-spacing: 0.0305556em;
	line-height: 1.5;
}

.about__item-num {
	bottom: -150px;
	font-size: 288px;
	letter-spacing: 14.4px;
}

.about__item-num2 {
	bottom: -120px;
	font-size: 288px;
	letter-spacing: 14.4px;
	right: -90px;
}

.about__item-img {
	flex-shrink: 0;
	height: 18rem;
	width: 28.125rem;
}

.menu {
	padding-bottom: 10.75rem;
	padding-top: 9.75rem;
}

.menu__inner {
	margin: 0px auto;
	max-width: 1120px;
	padding: 0px 20px;
}

.menu__text {
	font-size: 18px;
	letter-spacing: 0.03em;
	margin: 3.875rem 0px 3.625rem;
}

.menu__wrapper {
	gap: 80px;
	margin-bottom: 80px;
	margin-top: 80px;
	padding-inline: 100px;
}

.menu__item-highlight-en {
	font-size: 14px;
}

.menu__item-highlight-ja {
	font-size: 24px;
}

.menu__item-price {
	font-size: 24px;
}

.menu__item-price span {
	font-size: 40px;
	letter-spacing: 3.6px;
}

.menu__item-info {
	font-size: 18px;
}

.menu__social-inner {
	padding: 64px 35px 24px;
}

.menu__social-head {
	font-size: 30px;
	padding: 20px 70px;
}

.shop__wrapper {
	padding-block: 120px;
}

.shop__map {
	margin-bottom: 5rem;
	margin-top: 6.5rem;
}

.shop__inner {
	margin: 0px auto;
	max-width: 1186px;
	padding: 0px 20px;
	width: 100%;
}

.shop__img-area {
	flex-shrink: 0;
	height: 300px;
	margin-top: 0px;
	width: 400px;
}

.shop__message-inner {
	gap: 45px;
	padding: 30px 30px 45px;
}

.shop__message-inner::after {
	height: 15rem;
	left: -6.0625rem;
	top: -4.4375rem;
	width: 18rem;
}

.shop__message-body {
	min-width: 380px;
	padding: 0px 30px;
	width: 38.2812rem;
}

.shop__message-title {
	font-size: 2rem;
	left: -130px;
	top: -0.5rem;
}

.address {
	margin-left: auto;
	padding: 0;
}

.address__head {
	flex-direction: row;
}

.address__wrap {
	font-size: 18px;
}

.shop__niceday {
	font-size: 2.5rem;
	right: -8.0625rem;
	top: 5.875rem;
}

.shop__niceday::before {
	width: 19.5625rem;
}

.shop__niceday::after {
	width: 19.5625rem;
}

.contact {
	padding: 8.125rem 0;
}

.contact__wrap {
	padding: 4.1875rem 1rem 4.5rem;
	width: 50rem;
}

.section-content {
	font-size: 1.125rem;
	margin-bottom: 1.25rem;
}

.section-title {
	font-size: 3rem;
}

.section-title::after {
	top: 4.5rem;
}

.contact__text {
	line-height: 1;
	margin-bottom: 3.5rem;
	margin-top: 3.4375rem;
	text-align: center;
}

.contact__form {
	width: 32.5rem;
}

.contact__item {
	margin-bottom: 2.25rem;
}

.contact__item:nth-of-type(5) {
	margin-bottom: 2.625rem;
}

.contact__head {
	font-size: 1.125rem;
	margin-bottom: 0.5rem;
}

.contact input[type=text],
.contact input[type=email] {
	padding: 0.75rem 1.375rem;
}

.contact textarea {
	padding: 0.9375rem 1.375rem;
}

.contact__privacy-check + span {
	font-size: 1.125rem;
	padding: 0px 0px 0px 3.875rem;
}

.contact__privacy-check + span::before {
	left: 1.25rem;
	top: -0.0625rem;
}

.contact__privacy-check + span::after {
	left: 1.0625rem;
	top: -0.3125rem;
}

.contact__btn {
	min-width: 14.9375rem;
}

}

@media screen and (min-width: 1200px) {

.shop__address {
	gap: 80px;
	padding-top: 80px;
}

.shop__img-area {
	height: 31.25rem;
	width: 43.75rem;
}

.shop__message-body {
	padding: 0px 0.6875rem;
}

.shop__message-title {
	font-size: 3rem;
	left: -220px;
}

.address {
	margin-top: 80px;
}

.shop__niceday {
	right: -13.0625rem;
	top: 4.875rem;
}

}

