@charset "UTF-8";

/* ----------------------------------------------------
	about
---------------------------------------------------- */
.about {
	padding: 80px 0;
	text-align: center;
}

.about__title {
	margin: 0 auto 40px;
	line-height: 1;
	color: rgb(var(--orn));
	font-family: "fleur", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
}

.about__text {
	font-size: 18px;
}

@media screen and (max-width: 1150px) {
	.about {
		padding: 6.957vw 0;
	}

	.about__title {
		margin-bottom: 3.478vw;
		font-size: 3.478vw;
	}

	.about__text {
		font-size: 1.565vw;
	}
}

@media screen and (max-width: 768px) {
	.about {
		padding: 9.6vw 7.2vw 20vw;
		text-align: left;
	}

	.about__title {
		margin-bottom: 7.2vw;
		font-size: 9.867vw;
		text-align: center;
	}

	.about__text {
		font-size: 4.267vw;
	}
}

/* ----------------------------------------------------
	association
---------------------------------------------------- */
.association {
	margin: 0 auto;
	padding: 55px 0;
	width: 732px;
	border-top: 1px solid rgb(var(--orn));
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.association__title {
	line-height: 1;
	color: rgb(var(--orn));
	font-size: 21px;
	font-weight: 500;
}

.association__text {
	margin: 1em 0 0.5em;
	font-weight: 300;
}

.association__image {
	margin-right: 27px;
	width: 122px;
}

@media screen and (max-width: 1150px) {
	.association {
		padding: 4.783vw 0;
		width: 63.652vw;
	}

	.association__title {
		font-size: 1.826vw;
	}

	.association__image {
		margin-right: 2.348vw;
		width: 10.609vw;
	}
}

@media screen and (max-width: 768px) {
	.association {
		padding: 13.333vw 0;
		width: calc(100% - 14.4vw);
		text-align: center;
		flex-direction: column-reverse;
	}

	.association__title {
		margin: 8vw 0;
		font-size: 5.333vw;
	}

	.association__text {
		text-align: left;
	}

	.association__image {
		margin-right: 0;
		width: 32.621vw;
	}
}

/* ----------------------------------------------------
	dining
---------------------------------------------------- */
.dining {
	background: rgb(var(--wht));
	margin: 0 auto 55px;
	padding: 48px 68px;
	width: 950px;
	border-radius: 10px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.dining__content {
	width: calc(100% - 555px);
	display: flex;
	flex-direction: column;
}

.dining__title {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 500;
}

.dining__text {
	margin-bottom: 10px;
	font-weight: 300;
}

.dining__logo {
	margin: 0 auto 20px;
	width: 172px;
	order: -1;
}

.dining__image {
	width: 505px;
}

@media screen and (max-width: 1150px) {
	.dining {
		margin-bottom: 4.783vw;
		padding: 4.174vw 5.913vw;
		width: 82.609vw;
		border-radius: 0.87vw;
	}

	.dining__content {
		width: calc(100% - 48.261vw);
	}

	.dining__title {
		margin-bottom: 1.739vw;
		font-size: 1.826vw;
	}

	.dining__text {
		margin-bottom: 0.87vw;
	}

	.dining__logo {
		margin-bottom: 1.739vw;
		width: 14.957vw;
	}

	.dining__image {
		width: 43.913vw;
	}
}

@media screen and (max-width: 768px) {
	.dining {
		margin-bottom: 18.667vw;
		padding: 7.2vw 0;
		width: calc(100% - 14.4vw);
		border-radius: 2.667vw;
		display: block;
		position: relative;
		z-index: 1;
	}

	.dining__content {
		padding: 0 7.2vw;
		width: 100%;
		text-align: center;
	}

	.dining__title {
		margin-bottom: 5.333vw;
		font-size: 5.333vw;
	}

	.dining__text {
		margin-bottom: 2.667vw;
		text-align: left;
	}

	.dining__logo {
		margin-bottom: 81.867vw;
		width: 43.801vw;
	}

	.dining__image {
		width: 100%;
		position: absolute;
		top: 46.133vw;
		left: 0;
	}
}

/* ----------------------------------------------------
	sweets
---------------------------------------------------- */
.sweets {
	background: url(../img/sweetsBg.webp) center top no-repeat, url(../img/bgWaveTop.webp) center top no-repeat;
	background-size: 1070px auto, 100% auto;
	padding-bottom: 18.435vw;
	position: relative;
}

.sweets::before {
	width: 100%;
	height: calc(100% - 33vw - 33vw);
	position: absolute;
	top: 33vw;
	left: 0;
	z-index: -1;
	content: "";
}

.sweets__content {
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 990px;
	height: 680px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-items: flex-end;
	position: relative;
}

.sweets__title {
	padding-left: 20px;
	margin-bottom: 30px;
	width: 355px;
	line-height: 0.7;
	color: #e5784b;
	font-family: "fleur", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 129px;
}

.sweets__text {
	padding-left: 20px;
	width: 355px;
	font-size: 18px;
}

.sweets__list {
	margin: 0 auto;
	width: 950px;
	display: flex;
	flex-wrap: wrap;
}

.sweets__item {
	padding-left: 60px;
	margin-bottom: 30px;
	width: 50%;
	font-family: var(--greycliff);
}

.sweets__itemTitle {
	margin-bottom: 10px;
	padding-left: 60px;
	line-height: 1;
	display: flex;
	flex-direction: column;
	position: relative;
}

.sweets__itemTitle .number {
	width: 60px;
	color: #e5784b;
	font-family: "fleur", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 60px;
	position: absolute;
	top: -10px;
	left: 0;
}

.sweets__itemTitle .en {
	padding: 10px 0;
	color: #e5784b;
	font-size: 17px;
}

.sweets__itemTitle .jp {
	line-height: 1.5;
	font-family: var(--gothic);
	font-size: 20px;
	font-weight: 500;
}

.sweets__itemText {
	padding-left: 60px;
	font-size: 15px;
}

@media screen and (max-width: 1150px) {
	.sweets {
		background-size: 100% auto, 100% auto;
	}

	.sweets__content {
		margin-bottom: 5.217vw;
		padding-bottom: 2.609vw;
		width: 86.087vw;
		height: 66.957vw;
	}

	.sweets__title {
		padding-left: 0;
		margin-bottom: 2.609vw;
		width: 30.87vw;
		font-size: 8vw;
	}

	.sweets__text {
		padding-left: 0;
		width: 30.87vw;
		font-size: 1.565vw;
	}

	.sweets__list {
		width: 82.609vw;
	}

	.sweets__item {
		margin-bottom: 2.609vw;
	}

	.sweets__itemTitle {
		margin-bottom: 0.87vw;
		padding-left: 5.217vw;
	}

	.sweets__itemTitle .number {
		width: 5.217vw;
		font-size: 3.478vw;
	}

	.sweets__itemTitle .en {
		padding: 0.87vw 0;
		font-size: 1.478vw;
	}

	.sweets__itemTitle .jp {
		font-size: 1.739vw;
	}

	.sweets__itemText {
		padding-left: 5.217vw;
		font-size: 1.304vw;
	}
}

@media screen and (max-width: 768px) {
	.sweets {
		background: url(../img/sweetsBg_sp.webp) center top 114.685vw no-repeat, url(../img/bgBubble.webp) center top no-repeat, url(../img/bgWaveTop.webp) center top no-repeat;
		background-size: 100% auto, 100% auto, 100% auto;
		padding-bottom: 33.415vw;
	}

	.sweets__content {
		margin-bottom: 9.6vw;
		padding: 28.392vw 0 0;
		width: 100%;
		height: 213.313vw;
		text-align: center;
		display: block;
	}

	.sweets__title {
		padding-left: 0;
		margin-bottom: 8vw;
		width: 100%;
		font-size: 26.933vw;
	}

	.sweets__text {
		padding-left: 0;
		width: 100%;
		font-size: 4.267vw;
	}

	.sweets__list {
		padding: 0 0 0 9.6vw;
		width: 100%;
		display: block;
	}

	.sweets__item {
		padding-left: 0;
		margin-bottom: 8vw;
		width: 100%;
	}

	.sweets__item:last-of-type {
		margin: 0;
	}

	.sweets__itemTitle {
		margin-bottom: 2.667vw;
		padding-left: 12vw;
	}

	.sweets__itemTitle .number {
		line-height: 1;
		width: 12vw;
		font-size: 14.533vw;
	}

	.sweets__itemTitle .en {
		padding: 1.333vw 0;
		line-height: 1.475;
		font-size: 5.267vw;
		letter-spacing: -0.005em;
	}

	.sweets__itemTitle .jp {
		font-size: 5.267vw;
	}

	.sweets__itemText {
		padding: 0 9.6vw 0 12vw;
		font-size: 3.7vw;
	}
}

/* ----------------------------------------------------
	savory
---------------------------------------------------- */
.savory {
	background: #e98c66;
	padding-top: 105px;
	padding-bottom: 90px;
}

.savory__title {
	margin-bottom: 40px;
	line-height: 1;
	color: #ffe7cd;
	font-family: "fleur", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 130px;
	font-weight: 400;
	text-align: center;
}

.savory__content {
	margin: 0 auto;
	width: 890px;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.savory__detail {
	width: 380px;
}

.savory__detailName {
	margin-bottom: 10px;
	padding-left: 60px;
	line-height: 1;
	font-family: var(--greycliff);
	display: flex;
	flex-direction: column;
	position: relative;
}

.savory__detailName .number {
	width: 60px;
	color: #ffe7cd;
	font-size: 60px;
	font-family: "fleur", sans-serif;
	font-weight: 700;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 0;
}

.savory__detailName .en {
	padding: 10px 0;
	color: #ffe7cd;
	font-size: 17px;
}

.savory__detailName .jp {
	line-height: 1.5;
	font-family: var(--gothic);
	font-size: 20px;
	font-weight: 500;
	color: #ffe7cd;
}

.savory__detailText {
	font-size: 15px;
	color: #ffe7cd;
}

.savory__image {
	width: 472px;
}

@media screen and (max-width: 1150px) {
	.savory {
		padding-bottom: 7.826vw;
	}

	.savory__title {
		margin-bottom: 3.478vw;
		font-size: 7.217vw;
	}

	.savory__content {
		width: 77.391vw;
	}

	.savory__detail {
		width: 33.043vw;
	}

	.savory__detailName {
		margin-bottom: 0.87vw;
		padding-left: 5.217vw;
	}

	.savory__detailName .number {
		width: 5.217vw;
		font-size: 3.478vw;
	}

	.savory__detailName .en {
		padding: 0.87vw 0;
		font-size: 1.478vw;
	}

	.savory__detailName .jp {
		font-size: 1.739vw;
	}

	.savory__detailText {
		padding-left: 5.217vw;
		font-size: 1.304vw;
	}

	.savory__image {
		width: 41.043vw;
	}
}

@media screen and (max-width: 768px) {
	.savory {
		padding-top: 9.333vw;
		padding-bottom: 19.467vw;
	}

	.savory__title {
		margin-bottom: 3vw;
		/*font-size: 27.933vw;*/
		font-size: 25.933vw;
	}

	.savory__content {
		width: calc(100% - 14.4vw);
		display: flex;
		flex-direction: column-reverse;
	}

	.savory__detail {
		width: 100%;
	}

	.savory__detailName {
		margin-bottom: 2.667vw;
		padding-left: 12vw;
	}

	.savory__detailName .number {
		line-height: 1;
		width: 12vw;
		font-size: 14.533vw;
	}

	.savory__detailName .en {
		padding: 1.333vw 0;
		line-height: 1.475;
		font-size: 5.267vw;
	}

	.savory__detailName .jp {
		font-size: 5.267vw;
	}

	.savory__detailText {
		padding-left: 0;
		font-size: 4.2vw;
	}

	.savory__image {
		margin-bottom: 5.6vw;
		width: 100%;
	}
}

/*
	drink
------------------------------ */
.drink {
	background: #e7b591;
	margin: 40px auto 0;
	padding: 15px 0;
	width: 890px;
	display: flex;
	align-items: center;
}

.drink__title {
	padding: 0 30px 0 45px;
	line-height: 1;
	color: rgb(var(--wht));
	font-family: "fleur", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 90px;
}

.drink__text {
	width: calc(100% - 225px);
	font-size: 20px;
	position: relative;
}

@media screen and (max-width: 1150px) {
	.drink {
		margin-top: 3.478vw;
		padding: 3.913vw 0;
		width: 77.391vw;
	}

	.drink__title {
		padding: 0 2.609vw 0 3.913vw;
		font-size: 4.348vw;
	}

	.drink__text {
		font-size: 1.739vw;
		width: calc(100% - 19.565vw);
	}
}

@media screen and (max-width: 768px) {
	.drink {
		margin-top: 8vw;
		padding: 5.533vw 0;
		width: calc(100% - 14.4vw);
		text-align: center;
		display: block;
	}

	.drink__title {
		margin: 0 0 -0.2vw;
		font-size: 24.667vw;
	}

	.drink__text {
		width: 100%;
		font-size: 4.267vw;
		position: relative;
	}
}

/* ----------------------------------------------------
	plan
---------------------------------------------------- */
.plan {
	background: rgb(var(--wht));
	padding: 100px 0 66px;
}

.plan__content {
	margin: 0 auto 55px;
	width: 890px;
	display: flex;
	justify-content: space-between;
}

.plan__title {
	margin-bottom: 20px;
	line-height: 0.7;
	color: #e5784b;
	font-family: "fleur", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 80px;
}

.plan__subTitle {
	margin-bottom: 20px;
	line-height: 1;
	color: #e5784b;
	font-family: var(--greycliff);
	font-size: 23px;
	font-weight: 500;
	letter-spacing: -0.005em;
}

.plan__table {
	letter-spacing: -0.005em;
}

.plan__th,
.plan__td {
	vertical-align: top;
}

.plan__th {
	padding-bottom: 0.5em;
	width: 13%;
}

.plan__td {
	padding-left: 1em;
	width: auto;
}

.plan__td.week {
	padding-left: 1em;
	width: 17%;
	white-space: nowrap;
}

.plan__th.pt10,
.plan__td.pt10 {
	padding-top: 10px;
}

.plan__image {
	width: 472px;
}

.plan .linkBtn {
	margin-bottom: 55px;
}

.plan .linkBtn a {
	background: rgb(var(--orn));
	margin: 0 auto;
	color: rgb(var(--wht));
	width: 450px;
	height: 70px;
	font-size: 19px;
	border-radius: 70px;
}

.plan .linkBtn a:hover {
	opacity: 0.7;
}

.plan .note__item {
	text-align: center;
	justify-self: center;
}

@media screen and (max-width: 1150px) {
	.plan {
		padding: 8.696vw 0 5.739vw;
	}

	.plan__content {
		margin-bottom: 4.783vw;
		width: 77.391vw;
	}

	.plan__title {
		margin-bottom: 1.739vw;
		font-size: 4.783vw;
	}

	.plan__subTitle {
		margin-bottom: 1.739vw;
		font-size: 1.913vw;
	}

	.plan__image {
		width: 41.043vw;
	}

	.plan .linkBtn {
		margin-bottom: 4.783vw;
	}

	.plan .linkBtn a {
		width: 39.13vw;
		height: 6.087vw;
		font-size: 1.652vw;
		border-radius: 6.087vw;
	}
}

@media screen and (max-width: 768px) {
	.plan {
		background: rgb(var(--wht));
		padding: 20vw 0 16vw;
	}

	.plan__content {
		margin-bottom: 8.8vw;
		width: calc(100% - 14.4vw);
		display: block;
		position: relative;
	}

	.plan__title {
		margin-bottom: 70.384vw;
		font-size: 17.667vw;
		text-align: center;
	}

	.plan__subTitle {
		margin-bottom: 5.333vw;
		line-height: 1.5;
		font-size: 5.867vw;
		text-align: center;
	}

	.plan__table {
		margin: 0 auto 0 10px;
		letter-spacing: -0.005em;
	}

	.plan__th {
		padding-bottom: 0.5em;
		width: 18%;
		font-size: 3.7vw;
	}

	.plan__td {
		padding-left: 0.5em;
		width: auto;
		font-size: 3.7vw;
	}

	.plan__td.week {
		padding-left: 0.5em;
		width: 20%;
	}

	.plan__image {
		width: calc(100vw - 14.4vw);
		position: absolute;
		top: 31.525vw;
		left: 50%;
		transform: translateX(-50%);
	}

	.plan .linkBtn {
		margin-bottom: 9.6vw;
	}

	.plan .linkBtn a {
		width: calc(100% - 14.4vw);
		height: 18.667vw;
		font-size: 5.067vw;
		border-radius: 18.667vw;
	}

	.plan .note__item {
		padding: 0 7.4vw;
		text-align: left;
		justify-self: flex-start;
	}
}

/* ----------------------------------------------------
	sdgs
---------------------------------------------------- */
.sdgs {
	background: rgb(var(--wht));
	padding-bottom: 60px;
}

.sdgs__content {
	background: url(../img/sdgsBg.webp) center no-repeat;
	background-size: cover;
	margin: 0 auto;
	padding: 0 38px;
	width: 795px;
	height: 260px;
	color: rgb(var(--wht));
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.sdgs__title {
	margin-right: 30px;
	width: 310px;
}

.sdgs__detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}

.sdgs__text {
	font-weight: 300;
}

.sdgs .linkBtn {
	margin-top: 20px;
	width: 100%;
}

.sdgs .linkBtn a {
	background: rgba(var(--wht), 0.6);
	margin: 0 auto;
	width: 312px;
	height: 62px;
	border-radius: 62px;
}

.sdgs .linkBtn a::before {
	margin-right: 0.5em;
}

.sdgs .linkBtn a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1150px) {
	.sdgs {
		padding-bottom: 5.217vw;
	}

	.sdgs__content {
		padding: 0 3.304vw;
		width: 69.13vw;
		height: 22.609vw;
	}

	.sdgs__title {
		margin-right: 2.609vw;
		width: 26.957vw;
	}

	.sdgs .linkBtn {
		margin-top: 0.87vw;
	}

	.sdgs .linkBtn a {
		width: 27.13vw;
		height: 5.391vw;
		border-radius: 5.391vw;
	}
}

@media screen and (max-width: 768px) {
	.sdgs {
		padding-bottom: 10.667vw;
	}

	.sdgs__content {
		padding: 0 8vw;
		width: 85.333vw;
		height: 117.333vw;
	}

	.sdgs__title {
		margin: 0 0 6.4vw;
		width: 100%;
	}

	.sdgs__detail {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
	}

	.sdgs .linkBtn {
		margin-top: 6.4vw;
		width: 100%;
	}

	.sdgs .linkBtn a {
		width: 95%;
		height: 16vw;
		border-radius: 16vw;
	}
}

/* ----------------------------------------------------
	backnumber
---------------------------------------------------- */
.backnumber {
	background: rgb(var(--wht));
	padding-bottom: 120px;
}

.backnumber__title {
	margin-bottom: 20px;
	width: 100%;
	line-height: 1;
	font-family: var(--greycliff);
	font-size: 37px;
	font-weight: 400;
	text-align: center;
	color: #3d5c1e;
}

.backnumber__list {
	margin: 0 auto;
	width: 890px;
	display: flex;
	justify-content: space-between;
}

.backnumber__item {
	width: 288px;
}

.backnumber__item a:hover {
	opacity: 0.7;
}

@media screen and (max-width: 1150px) {
	.backnumber {
		padding-bottom: 10.435vw;
	}

	.backnumber__title {
		margin-bottom: 1.739vw;
		font-size: 3.217vw;
	}

	.backnumber__list {
		width: 69.13vw;
	}

	.backnumber__item {
		width: 33.913vw;
	}
}

@media screen and (max-width: 768px) {
	.backnumber {
		padding-bottom: 16vw;
	}

	.backnumber__title {
		margin-bottom: 5.333vw;
		width: 100%;
		font-size: 6.4vw;
	}

	.backnumber__list {
		width: 85.333vw;
		display: block;
	}

	.backnumber__item {
		width: 100%;
	}

	.backnumber__item:not(:last-of-type) {
		margin-bottom: 4vw;
	}
}

/* ----------------------------------------------------
	access
---------------------------------------------------- */
.access {
	background: #8b9643;
	padding: 100px 0 66px;
	color: rgb(var(--wht));
	text-align: center;
}

.access__content {
	margin: 0 auto;
	width: 950px;
	position: relative;
}

.access__logo {
	margin-bottom: 50px;
}

.access__logo img {
	width: 146px;
}

.access__map {
	margin-bottom: 50px;
}

.access__map iframe {
	width: 100%;
	height: 300px;
}

.access .note a {
	color: rgb(var(--yel));
}

@media screen and (max-width: 1150px) {
	.access {
		padding: 8.696vw 0 5.739vw;
	}

	.access__content {
		width: 82.609vw;
	}

	.access__logo {
		margin-bottom: 4.348vw;
	}

	.access__logo img {
		width: 12.696vw;
	}

	.access__map {
		margin-bottom: 4.348vw;
	}

	.access__map iframe {
		height: 26.087vw;
	}
}

@media screen and (max-width: 768px) {
	.access {
		padding: 20vw 0 13.33333vw;
	}

	.access__content {
		width: 100%;
	}

	.access__logo {
		margin-bottom: 8vw;
	}

	.access__logo img {
		width: 29.867vw;
	}

	.access__map {
		margin-bottom: 8vw;
	}

	.access__map iframe {
		height: 100vw;
	}

	.access .note {
		padding: 0 7.2vw;
		text-align: left;
	}
}

/*
	address
------------------------------ */
.address {
	margin-bottom: 50px;
}

.address__title {
	font-size: 17px;
	font-weight: 500;
}

.address__title span {
	display: block;
}

.address__content {
	margin-bottom: 50px;
}

.address__content .tel,
.address__link a {
	color: rgb(var(--wht));
}

@media screen and (max-width: 1150px) {
	.address {
		margin-bottom: 4.348vw;
	}

	.address__title {
		font-size: 1.478vw;
	}

	.address__content {
		margin-bottom: 4.348vw;
	}
}

@media screen and (max-width: 768px) {
	.address {
		margin-bottom: 8vw;
	}

	.address__title {
		font-size: 4.533vw;
	}

	.address__content {
		margin-bottom: 8vw;
	}
}

/* ----------------------------------------------------
	objct
---------------------------------------------------- */
.object {
	position: absolute;
	z-index: 5;
}

.association .obj01 {
	width: 244px;
	top: -234px;
	left: -186px;
}

.dining .obj02 {
	display: none;
	/* width: 93px;
	top: -240px;
	left: -177px; */
}

.sweets .obj03 {
	width: 228px;
	top: 44px;
	right: 59px;
}

.savory .obj04 {
	width: 288px;
	top: -363px;
	left: -70px;
}

.savory .obj05 {
	width: 141px;
	top: -75px;
	right: -47px;
}

.access .obj06 {
	width: 291px;
	top: -143px;
	left: -32px;
}

@media screen and (max-width: 1150px) {
	.association .obj01 {
		width: 21.217vw;
		top: -15.13vw;
		left: -16.174vw;
	}

	/* .dining .obj02 {
		display: none;
		width: 8.087vw;
		top: -20.87vw;
		left: -15.391vw;
	} */

	.sweets .obj03 {
		width: 24.174vw;
		top: 3.826vw;
		right: 12.087vw;
	}

	.savory .obj04 {
		width: 25.043vw;
		top: -36.783vw;
		left: -6.087vw;
	}

	.savory .obj05 {
		width: 17.826vw;
		top: -8.696vw;
		right: -9.304vw;
	}

	.access .obj06 {
		width: 18.783vw;
		top: -12.435vw;
		left: -2.783vw;
	}
}

@media screen and (max-width: 768px) {
	.association .obj01 {
		width: 33.782vw;
		top: -23.4vw;
		right: -6.133vw;
		left: auto;
	}

	.dining .obj02 {
		display: block;
		width: 29.299vw;
		top: -10vw;
		left: -8vw;
	}

	.sweets .obj03 {
		width: 41.218vw;
		top: -6.667vw;
		right: auto;
		left: 8.267vw;
	}

	.savory .obj04 {
		width: 41.867vw;
		top: -58.4vw;
		right: auto;
		left: -30px;
	}

	.savory .obj05 {
		width: 28.533vw;
		top: auto;
		right: auto;
		bottom: 15.2vw;
		left: -1vw;
	}

	.access .obj06 {
		width: 41.467vw;
		top: -26.8vw;
		right: auto;
		left: 10px;
	}
}