body {
	font-family: "";
}

.u-desktop {
	display: none;
}

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

html {
	font-size: 16px;
}

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

/* Remove default padding */

ul,
ol {
	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;
}

ul,
ol {
	list-style: none;
}

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

/* 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 */

article > * + * {
	margin-top: 1em;
}

/* 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;
}

.map {
	margin-top: 2.5rem;
}

.about {
	margin-top: 2.5rem;
}

.about__body {
	margin-top: 1.5rem;
	margin-top: 2.25rem;
}

.about__body figure {
	margin: auto;
	max-width: 15rem;
	position: relative;
}

.about__body figure:before {
	background-color: #D9D9D9;
	content: "";
	height: 100%;
	left: -1.25rem;
	position: absolute;
	top: 1.25rem;
	width: 100%;
	z-index: -1;
}

.about__wrapper {
	font-family: "Belgrano", serif;
	margin-top: 3rem;
}

.about__subTitle {
	font-size: 1.125rem;
	text-align: center;
}

.about__wrapper p {
	font-size: 1rem;
	line-height: 2.5;
	margin-top: 0.875rem;
}

.about__btn {
	margin-top: 3rem;
	text-align: center;
}

.btn {
	background-color: #B98F50;
	border-radius: 40px 40px;
	color: #fff;
	display: inline-block;
	display: inline-block;
	height: auto;
	max-width: 18.75rem;
	padding: 1rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.btn--color {
	background-color: #fff;
}

.btn__backColor--white {
	color: #B98F50;
}

.btn__text {
	height: auto;
	padding: 0 1rem;
	position: relative;
	width: 100%;
}

.btn__text:before {
	background-image: url("../images/common/pc-img/Group 28.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 1.125rem;
	left: 0;
	position: absolute;
	top: 50%;
	transform: translate(-100%, -50%);
	width: 1.125rem;
}

.drawer {
	border: 1px solid;
	border-radius: 50% 50%;
	display: block;
	height: 2.0625rem;
	position: relative;
	width: 2.0625rem;
}

.drawer__btns {
	height: 100%;
	left: 50%;
	position: absolute;
	text-align: center;
	transform: translateX(-50%);
	width: 100%;
}

.drawer__btn {
	background-color: #333;
	display: inline-block;
	height: 1px;
	position: absolute;
	transition: 0.5s;
	width: 1.25rem;
}

.drawer__btn--1 {
	left: 50%;
	top: 0.625rem;
	transform: translateX(-50%);
}

.drawer__btn--1.is-active {
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
}

.drawer__btn--2 {
	top: 50%;
	transform: translate(-50%, -50%);
}

.drawer__btn--2.is-active {
	opacity: 0;
}

.drawer__btn--3 {
	bottom: 0.625rem;
	transform: translateX(-50%);
}

.drawer__btn--3.is-active {
	top: 50%;
	transform: translate(-50%, -50%) rotate(-45deg);
}

.features {
	margin-top: 5rem;
}

.feature__wrapper {
	width: 100%;
}

.features__content {
	margin-top: 1.5rem;
}

.feature__titleBody {
	align-items: center;
	display: flex;
}

.feature__titleArea {
	max-width: 6.25rem;
	position: relative;
	width: 100%;
}

.features__subTitle {
	font-family: "Shippori Mincho", serif;
	font-size: 1rem;
	font-weight: 100;
}

.feature__body {
	display: inline-block;
}

.feature__body + .feature__body {
	margin-top: 2.5rem;
}

.feature__bodyTitle {
	left: 0;
	position: absolute;
	top: 1.25rem;
}

.feature__bodyTitle span {
	color: #B98F50;
	display: inline-block;
	font-family: "Shippori Mincho", serif;
	font-size: 0.625rem;
	max-width: 6.25rem;
	padding: 0 0.625rem;
	position: relative;
	text-align: center;
	width: 100%;
}

.feature__bodyTitle span:before {
	background-color: #B98F50;
	content: "";
	height: 1.25rem;
	left: 0;
	position: absolute;
	top: 0.625rem;
	transform: rotate(-45deg);
	width: 0.0625rem;
}

.feature__bodyTitle span:after {
	background-color: #B98F50;
	content: "";
	height: 1.25rem;
	position: absolute;
	right: 0;
	top: 0.625rem;
	transform: rotate(45deg);
	width: 0.0625rem;
}

.feature__number {
	color: #B98F50;
	font-family: "Cormorant", serif;
	font-size: 5rem;
}

.feature__text {
	font-family: "Belgrano", serif;
	line-height: 2.2222222222;
	margin-top: 2.625rem;
}

.feature__wrapper figure {
	margin-top: 0;
	width: 100%;
}

footer {
	padding-bottom: 2.5rem;
	padding-top: 2.5rem;
}

.footer__title {
	height: 3.75rem;
	width: 5rem;
}

.footer__items {
	margin-top: 1.5rem;
}

.footer__item {
	color: #B98F50;
	font-family: "Cantarell", sans-serif;
}

.footer__item + .footer__item {
	margin-top: 1rem;
}

.header-nav__item + .header-nav__item {
	margin-top: 1.5rem;
}

.header-nav__item a {
	color: #B98F50;
	display: inline-block;
	width: 100%;
}

.header {
	background-color: #fff;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}

.header__inner {
	padding: 0.625rem max(0.937vw, 0.937rem) 0 max(0.937vw, 0.937rem);
}

.header__left {
	align-items: center;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.header__content {
	margin-left: auto;
}

.header__title {
	width: 3.75rem;
}

.header__right {
	display: none;
}

.header__item {
	align-items: center;
	display: flex;
	height: inherit;
	text-align: center;
	white-space: nowrap;
}

.header__item a:last-child {
	padding-right: 0;
}

.header__items {
	align-items: center;
	display: flex;
	height: inherit;
}

.header__item a {
	color: #B98F50;
	display: flex;
	flex-direction: column;
	font-family: "Cantarell", sans-serif;
	font-size: 1.375rem;
	height: inherit;
	justify-content: center;
	padding-left: clamp(0.625rem, 0.405rem + 0.939vw, 1.25rem);
	padding-right: clamp(0.625rem, 0.405rem + 0.939vw, 1.25rem);
	position: relative;
}

.header__item:hover a:before {
	width: 100%;
}

.header__item a span {
	font-family: "";
	font-size: 0.625rem;
	text-align: center;
}

.header__drawer > .header__drawer-item {
	-moz-column-gap: 0.375rem;
	column-gap: 0.375rem;
}

.header__drawer-background {
	transition: 0.3s;
}

.header__drawer-background.is-active {
	background-color: #fff;
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: 99;
}

.header__content {
	display: none;
	display: grid;
	height: 0.625rem;
	left: 0.9375rem;
	opacity: 0;
	position: absolute;
	top: 6.5rem;
	visibility: hidden;
	z-index: 999;
}

.header__content.is-active {
	display: block;
	height: 100vh;
	opacity: 1;
	overflow: scroll;
	visibility: inherit;
	width: 100%;
}

.header-menu__item a span {
	background-color: #B98F50;
	border-radius: 1.875rem 1.875rem;
	color: #fff;
	display: inline-block;
	font-family: "Cantarell", sans-serif;
	font-size: 1.125rem;
	font-weight: bold;
	max-width: 12.375rem;
	padding: 0.375rem 3.75rem;
	position: relative;
	width: 100%;
	width: 100%;
}

.header-menu__item a span:before {
	background-color: #fff;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-15%) rotate(45deg);
	width: 0.0625rem;
}

.header-menu__item a span:after {
	background-color: #fff;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 0.9375rem;
	top: 50%;
	transform: translateY(-75%) rotate(-45deg);
	width: 0.0625rem;
}

.info {
	margin-top: 4.375rem;
}

.info__body {
	margin-top: 2rem;
}

.info__body figure {
	position: relative;
}

.info__body figure:before {
	background-image: url("../images/common/pc-img/title-color.webp");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 3.25rem;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 8.3125rem;
	z-index: 999;
}

.info__wrapper {
	margin-top: 2rem;
}

.info__title {
	color: #B98F50;
}

.info__subTitle {
	color: #B98F50;
}

.info__left {
	font-family: "Belgrano", serif;
}

.info__left p {
	font-size: 0.875rem;
}

.info__tel {
	color: #B98F50;
}

.info__left p {
	margin-top: 1rem;
}

.info__sns {
	margin-top: 1.5rem;
}

.info__space {
	margin-right: 0.1875rem;
}

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

.menu {
	margin-top: 3.75rem;
}

.menu__body {
	margin-top: 4rem;
}

.menu__items li {
	margin: auto;
	max-width: 25rem;
	width: 100%;
}

.menu__items li + li {
	margin-top: 3rem;
}

.menu__btn {
	margin-top: 1.5rem;
	text-align: center;
}

.menu__btn a {
	position: relative;
}

.section-title {
	font-size: 1.5rem;
	padding-top: 1.875rem;
	position: relative;
	text-align: center;
}

.section-title span {
	color: #B98F50;
	font-family: "Cantarell", sans-serif;
	font-weight: 100;
}

.section-title:before {
	background-image: url(../images/common/pc-img/title-color.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	display: inline-block;
	height: 1.875rem;
	left: 50%;
	position: absolute;
	top: 0;
	transform: translate(-50%, 0);
	width: 3.75rem;
}

.shop {
	margin-top: 5.625rem;
}

.shop__body {
	margin-top: 2rem;
}

.shop__body figure img {
	height: 100%;
}

.shop__wrapper {
	background-color: #B98F50;
	color: #fff;
	padding: 2rem 1rem;
}

.shop__title {
	font-size: 1.5rem;
	text-align: center;
}

.shop__title span {
	border-bottom: 2px solid;
	font-family: "Cantarell", sans-serif;
}

.shop__text {
	font-size: 0.875rem;
	line-height: 2.1428571429;
	margin-top: 1rem;
	text-align: center;
}

.shop__btn {
	margin-top: 1.5rem;
	text-align: center;
}

.shop__btn a:before {
	background-color: #B98F50;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 0.75rem;
	top: 50%;
	transform: translate(-50%, 0) rotate(45deg);
	width: 0.0625rem;
}

.shop__btn a:after {
	background-color: #B98F50;
	content: "";
	height: 0.375rem;
	position: absolute;
	right: 0.75rem;
	top: 40%;
	transform: translate(-50%, 0) rotate(-45deg);
	width: 0.0625rem;
}

.top {
	margin-top: 3.75rem;
}

.top__video video {
	height: auto;
	margin-right: calc(50% - 50vw);
	width: 100%;
}

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

.u-desktop {
	display: block;
}

.u-mobile {
	display: none;
}

html {
	font-size: 1.3311148087vw;
}

.map {
	margin-top: 4rem;
}

.about {
	margin-top: 3.5rem;
}

.about__body figure {
	margin: auto;
	max-width: 41.5rem;
	width: 100%;
}

.about__wrapper {
	margin-top: 4rem;
}

.about__text {
	text-align: center;
}

.about__wrapper p {
	font-size: 1.125rem;
	margin-top: 1.875rem;
}

.about__btn {
	margin-top: 3.5rem;
}

.btn {
	padding: 1rem 0.875rem;
}

.drawer {
	display: none;
}

.features {
	margin-top: 11rem;
}

.feature__wrapper {
	width: 54%;
}

.features__content {
	margin-top: 1.25rem;
}

.feature__titleArea {
	margin-right: 0.625rem;
	max-width: 9.375rem;
}

.features__subTitle {
	font-size: 1.875rem;
}

.feature__body {
	display: flex;
}

.feature__body--reverse {
	flex-direction: row-reverse;
}

.feature__body + .feature__body {
	margin-top: 4.625rem;
}

.feature__bodyTitle {
	left: 0.625rem;
	top: 1.5rem;
}

.feature__bodyTitle span {
	font-size: 1rem;
	max-width: 100%;
}

.feature__number {
	font-size: 10rem;
	margin-top: -1.875rem;
}

.feature__text {
	font-size: 1.125rem;
	margin-top: auto;
	padding-left: 1.25rem;
	padding-right: 1.25rem;
	width: 46%;
}

.feature__text--reverse {
	padding-left: 2.3125rem;
	padding-right: 0;
}

.feature__body--reverse .feature__wrapper {
	margin-left: 1.875rem;
}

.feature__wrapper figure {
	margin-top: -3.75rem;
	max-width: 38.25rem;
}

footer {
	padding-top: 5.125rem;
}

.footer__title {
	height: 5.875rem;
	width: 8.375rem;
}

.footer__items {
	display: flex;
	margin-left: 3rem;
	margin-top: 0;
}

.footer__item {
	margin: 0 min(3vw, 1.875rem);
}

.footer__item + .footer__item {
	margin-top: 0;
}

.footer__wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
}

.header__inner {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin: auto;
	padding: 1.5rem 3.75rem 0 3.75rem;
	width: 100%;
}

.header__left {
	justify-content: initial;
}

.header__title {
	align-items: center;
	display: flex;
	justify-content: space-around;
	max-width: 100%;
	width: 7.5rem;
}

.header__right {
	align-items: center;
	display: flex;
	height: inherit;
}

.info {
	margin-top: 9rem;
}

.info__body {
	margin-top: 2.75rem;
}

.info__wrapper {
	margin-top: 4.75rem;
}

.info__subTitle {
	font-size: 1.375rem;
	letter-spacing: 0.1em;
}

.info__left {
	padding: 0 5.5rem;
	width: 55%;
}

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

.info__wrapper {
	display: flex;
}

.info__sns {
	margin-top: 0;
	width: 45%;
}

.inner {
	max-width: 1252px;
	padding-left: 25px;
	padding-right: 25px;
}

.menu {
	margin-top: 6.375rem;
}

.menu__items {
	grid-gap: 3.125rem;
	grid-row-gap: 7.25rem;
	display: grid;
	gap: 3.125rem;
	grid-template-columns: 1fr 1fr 1fr;
	row-gap: 7.25rem;
}

.menu__items li {
	max-width: 100%;
}

.menu__items li + li {
	margin-top: 0rem;
}

.menu__btn {
	margin-top: 5.75rem;
}

.section-title {
	font-size: 2.5rem;
	padding-top: 3.25rem;
	text-indent: 0.25em;
}

.section-title span {
	font-size: 3.125rem;
}

.section-title:before {
	height: 3.25rem;
	max-width: 8.3125rem;
	width: 100%;
}

.shop {
	margin-top: 12.75rem;
}

.shop__body {
	display: flex;
}

.shop__body figure {
	width: 64.8%;
}

.shop__wrapper {
	padding: 2.5rem;
	width: 35.4%;
}

.shop__title {
	font-size: 1.875rem;
}

.shop__btn {
	margin-top: 1rem;
}

.top {
	margin-top: 7.5rem;
}

.top__inner {
	max-width: 100%;
	padding-left: 3.75rem;
	padding-right: 3.75rem;
	width: 100%;
}

}

@media (min-width: 1202px) {

html {
	font-size: 16px;
}

}

@media (max-width: 375px) {

html {
	font-size: 4.2666666667vw;
}

}


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