@charset "UTF-8";

/* ----------------------------------------------------
 bg
---------------------------------------------------- */
.bg {
	position: relative;
	background: #FADBDD;
	padding-bottom: 105px;
	overflow: clip;
}

.bg-fixed {
	position: sticky;
	top: 0;
	height: 0;
	z-index: 0;
	pointer-events: none;
}

.bg .bg-item {
	position: absolute;
	pointer-events: none;
}

.bg .bg-itemA {
	width: 766px;
	top: -40px;
	right: -80px;
}

.bg .bg-itemB {
	width: 670px;
	top: 410px;
	left: -120px;
}

@media screen and (max-width: 768px) {
	.bg {
		padding-bottom: 70px;
	}
	.bg .bg-itemA {
		width: 266px;
		top: 10px;
		right: -80px;
	}
	.bg .bg-itemB {
		width: 400px;
		top: 160px;
		left: -120px;
	}
}

/* ----------------------------------------------------
 lead-all-restaurants
---------------------------------------------------- */
.lead-all-restaurants {
	padding-top: 65px;
	position: relative;
	z-index: 1;
}

.lead-all-restaurants h1 {
	color: #C95966;
	text-align: center;
	font-family: var(--cormorant);
	font-size: min(10.2rem, 7.467vw);
	font-weight: 400;
	line-height: 110px;
}

.lead-all-restaurants .lead-all-restaurants-txt {
	color: #C95966;
	text-align: center;
	font-size: min(2.4rem, 1.757vw);
	font-weight: 700;
	line-height: 40px;
	margin-top: 18px;
}

.lead-all-restaurants .area-anchor-btn {
	max-width: 684px;
	margin: 51px auto 62px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.lead-all-restaurants .area-anchor-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 221px;
	height: 64px;
	border-radius: 6px;
	background: #4472A1;
	color: #fff;
	text-align: center;
	font-size: min(2.2rem, 1.611vw);
	font-weight: 400;
	line-height: 37.535px;
	letter-spacing: 1.1px;
	margin-bottom: 10px;
	position: relative;
}
.lead-all-restaurants .area-anchor-btn a::after {
	content: '';
	background: url(../../common/img/arrow-D.svg) no-repeat;
	background-size: 100%;
	display: block;
	width: 12px;
	height: 18px;
	position: absolute;
	top: 52%;
	right: 12px;
	transform: translate(-50%, -50%) rotate(90deg);
}

.lead-all-restaurants .contents {
	width: 801px;
	border: 2px solid #4472A1;
	background: #FCEDEB;
	margin: 0 auto;
	padding: 7px;
}

.lead-all-restaurants .contents .contents-inner {
	border: 2px solid #4472A1;
	padding: 36px 0 34px;
}

.lead-all-restaurants .contents .contents-inner ul {
	display: flex;
	justify-content: center;
	padding: 0 60px;
}

.lead-all-restaurants .contents .contents-inner .icon {
	width: 135px;
}

.lead-all-restaurants .contents .contents-inner .area-txt {
	width: 502px;
	margin-left: 25px;
}

.lead-all-restaurants .contents .contents-inner .area-txt h3 {
	color: #C95966;
	font-size: min(3rem, 2.196vw);
	font-weight: 900;
	line-height: 39.2px;
}

.lead-all-restaurants .contents .contents-inner .area-txt .txt {
	color: #4F4F4F;
	font-size: min(1.6rem, 1.171vw);
	font-weight: 500;
	line-height: 28px;
	letter-spacing: -0.32px;
	margin-top: 10px;
}

.lead-all-restaurants .contents .contents-inner .area-txt .area-note {
	margin-top: 10px;
}

.lead-all-restaurants .contents .contents-inner .img {
	width: 508px;
	margin: 17px auto 0;
}

.lead-all-restaurants .contents .contents-inner .img img {
	border-radius: 8px;
}

.lead-all-restaurants .contents.drink .contents-inner ul {
	align-items: center;
}

.lead-all-restaurants .contents.menu {
	margin-top: 29px;
}

.lead-all-restaurants .contents.menu .contents-inner .area-txt h3 {
	color: #4472A1;
	font-size: min(2.7rem, 1.977vw);
	font-weight: 900;
	line-height: 29px;
}

.lead-all-restaurants .contents.menu .contents-inner .area-txt .txt {
	font-size: min(2rem, 1.464vw);
	line-height: 35px;
	letter-spacing: 0;
	margin-top: 10px;
}

.lead-all-restaurants .contents.menu .contents-inner .area-txt .txt small {
	font-size: 12px;
	vertical-align: text-bottom;
}

.lead-all-restaurants .contents.menu .contents-inner .area-note {
	max-width: 580px;
	margin: 13px auto 0;
}

.lead-all-restaurants .contents.menu .contents-inner .area-note .note {
	letter-spacing: 0;
}

@media screen and (max-width: 768px) {
	.lead-all-restaurants {
		padding-top: 55px;
	}
	.lead-all-restaurants h1 {
		font-size: min(5.3rem, 14.133vw);
		font-weight: 500;
		line-height: 60px;
	}
	.lead-all-restaurants .lead-all-restaurants-txt {
		font-size: min(1.6rem, 4.267vw);
		line-height: 30px;
		margin-top: 10px;
	}
	.lead-all-restaurants .area-anchor-btn {
		margin: 28px 16px 43px;
	}
	.lead-all-restaurants .area-anchor-btn a {
		width: 110px;
		height: 36px;
		border-radius: 3px;
		font-size: min(1.5rem, 4vw);
		line-height: 28.429px;
		letter-spacing: 0;
		margin-bottom: 9px;
	}
	.lead-all-restaurants .area-anchor-btn a::after {
		width: 7px;
		height: 10px;
		top: 55%;
		right: 6px;
	}
	.lead-all-restaurants .contents {
		width: 93%;
		border: 1px solid #4472A1;
	}
	.lead-all-restaurants .contents .contents-inner {
		border: 1px solid #4472A1;
		padding: 14px 0 30px;
	}
	.lead-all-restaurants .contents .contents-inner ul {
		/* display: block;
		padding: 0; */
		display: grid;
		grid-template-columns: 80px 1fr;
		align-items: center;
		gap: 0;
		padding: 0 15px;
	}
	.lead-all-restaurants .contents .contents-inner .icon {
		width: 77px;
		margin: 0 auto;
		grid-column: 1;
		grid-row: 1;
	}
	.lead-all-restaurants .contents .contents-inner .area-txt {
		display: contents;
		/* width: 100%;
		margin-left: 0;
		margin-top: 6px;
		padding: 0 13px; */
	}
	.lead-all-restaurants .contents .contents-inner .area-txt h3 {
		font-size: min(2.6rem, 6.933vw);
		line-height: 27.2px;
		text-align: center;
		grid-column: 2;
		grid-row: 1;
	}
	.lead-all-restaurants .contents .contents-inner .area-txt .txt {
		font-size: min(1.5rem, 4vw);
		line-height: 24px;
		letter-spacing: -0.3px;
		margin-top: 15px;
		grid-column: 1 / 3;
		grid-row: 2;
	}
	.lead-all-restaurants .contents .contents-inner .area-txt .area-note {
		grid-column: 1 / 3;
		grid-row: 3;
	}
	.lead-all-restaurants .contents .contents-inner .area-txt .area-note .note {
		letter-spacing: 0;
	}
	.lead-all-restaurants .contents .contents-inner .img {
		width: 305px;
		margin: 17px auto 0;
	}
	.lead-all-restaurants .contents .contents-inner .img img {
		border-radius: 4px;
	}
	.lead-all-restaurants .contents.menu .contents-inner .area-txt h3 {
		font-size: min(2.2rem, 5.867vw);
		line-height: 27.2px;
	}
	.lead-all-restaurants .contents.menu .contents-inner .area-txt .txt {
		font-size: min(1.6rem, 4.267vw);
		line-height: 28px;
		letter-spacing: 0;
		margin-top: 10px;
	}
	.lead-all-restaurants .contents.menu .contents-inner .area-txt .txt small {
		font-size: 10px;
	}
	.lead-all-restaurants .contents.menu .contents-inner .area-note {
		padding: 0 13px;
	}
}

/* ----------------------------------------------------
 restaurant__article
---------------------------------------------------- */
.restaurant__article {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 120px;
	position: relative;
	z-index: 2;
}

.restaurant__article:last-of-type {
	margin-bottom: 60px;
}

.restaurant__article--title {
	color: #C95966;
	text-align: center;
	font-family: var(--cormorant);
	font-size: min(10.2rem, 7.467vw);
	font-weight: 400;
	line-height: 110px;
}

.restaurant__article--content {
	background: rgba(255, 255, 255, 0.60);
	margin-top: 14px;
	padding: 38px 55px 58px;
	border-top: 10px solid #4472A1;
	position: relative;
}

.restaurant__article--content::before {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: absolute;
	content: "";
}

.restaurant__section:not(:last-of-type) {
	margin-bottom: 58px;
	padding-bottom: 76px;
	border-bottom: 1px solid #4472A1;
}

#iwate.restaurant__article {
	margin-top: 60px;
}

@media screen and (max-width: 1280px) {
	.restaurant__article {
		margin-bottom: 9.375vw;
	}

	.restaurant__article:last-of-type {
		margin-bottom: 4.688vw;
	}

	.restaurant__article--title {
		font-size: 4.375vw;
		bottom: -0.625vw;
	}

	.restaurant__article--content {
		padding: 4.531vw 4.297vw;
	}

	.restaurant__section:not(:last-of-type) {
		margin-bottom: 4.531vw;
		padding-bottom: 5.938vw;
	}

}

@media screen and (max-width: 768px) {
	.restaurant__article {
		margin-bottom: 16vw;
		padding: 0 16px;
	}

	.restaurant__article:last-of-type {
		margin-bottom: 8vw;
	}

	.restaurant__article--title {
		font-size: min(6rem, 16vw);
		bottom: -1.6vw;
	}

	.restaurant__article--content {
		padding: 24px 4.4vw;
		border-top-width: 2.667vw;
		margin-top: 0;
	}

	.restaurant__section:not(:last-of-type) {
		margin-bottom: 8vw;
		padding-bottom: 10.667vw;
	}
}

/*
	hotel
------------------------------ */
.hotel__name {
	max-width: 780px;
	margin-left: auto;
	margin-bottom: 36px;
	color: #4472A1;
	font-size: min(3.3rem, 2.416vw);
	font-weight: 700;
	letter-spacing: 1.2px;
}

.hotel__name .jp {
	margin-top: 10px;
	font-family: var(--gothic);
	font-size: 20px;
	display: block;
}

.hotel__wrapper {
	position: relative;
}

.hotel__tab {
	width: 120px;
	position: absolute;
	top: 0;
	left: -55px;
}

.hotel__tab--item {
	width: 141px;
	height: 40px;
	line-height: 1;
	color: #4472A1;
	font-family: var(--libre);
	font-size: min(1.7rem, 1.245vw);
	border: 1px solid #4472A1;
	border-left: none;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.5s ease 0s;
	cursor: pointer;
}

.hotel__tab--item:hover,
.hotel__tab--item.active {
	background: #4472A1;
	color: #fff;
}

.hotel__tab--item:not(:last-of-type) {
	margin-bottom: 12px;
}

.hotel__content {
	margin-left: auto;
	width: 780px;
	opacity: 0;
	display: none;
	transition: opacity 0.5s ease;
}

.hotel__content.active {
	opacity: 1;
	display: block;
}

.hotel__image {
	margin-bottom: 20px;
	position: relative;
}

.hotel__image.collaboration::before {
	background: url(../img/icon-drink.webp) center no-repeat;
	background-size: cover;
	width: 130px;
	height: 130px;
	position: absolute;
	right: 10px;
	bottom: 10px;
	content: "";
}

.hotel__image.collaborationB::before {
	background: url(../img/icon-menu.webp) center no-repeat;
	background-size: cover;
	width: 130px;
	height: 130px;
	position: absolute;
	right: 3px;
	bottom: 3px;
	content: "";
}

.hotel__image.collaborationB2::after {
	background: url(../img/icon-menu.webp) center no-repeat;
	background-size: cover;
	width: 130px;
	height: 130px;
	position: absolute;
	right: 150px;
	bottom: 10px;
	content: "";
}


.hotel__content .title {
	display: flex;
	align-items: flex-start;
	color: #4F4F4F;
	font-size: min(2.8rem, 2.05vw);
	font-weight: 900;
	line-height: 39.2px;
	letter-spacing: 0;
}

.hotel__content .title .category {
	background: #998542;
	margin: 10px 10px 0 0;
	padding: 0 7.47px 1px 10px;
	height: 22px;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0.8px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
}

.hotel__content .price {
	margin-bottom: 0;
	color: #4F4F4F;
	font-size: min(1.8rem, 1.318vw);
	font-weight: 700;
	line-height: 30px;
	letter-spacing: 0.8px;
}

.hotel__content .price .note {
	display: block;
	font-size: min(1.5rem, 1.098vw);
	font-weight: 700;
}

.hotel__content .price small {
	font-size: 0.7em;
}

.hotel__content .date {
	font-weight: bold;
}

.hotel__content .text {
	margin: 1em 0;
	color: #4F4F4F;
	font-size: min(1.6rem, 1.171vw);
	font-weight: 500;
	line-height: 32px;
}

.hotel__content .place {
	margin-bottom: 16px;
	display: flex;
}

.hotel__content .place__inner {
	padding: 0.25em 1em;
	font-size: min(1.4rem, 1.025vw);
	font-weight: 700;
	line-height: 14px;
	letter-spacing: 0.8px;
	border: 1px solid #4F4F4F;
	border-radius: 24px;
}

.hotel__content .place__inner:not(:last-of-type) {
	margin-right: 10px;
}

.hotel__content .linkBtn {
	margin-top: 31px;
}

.hotel__content .linkBtn.typeB {
	display: flex;
	justify-content: center;
}

.hotel__content .linkBtn a {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	width: 300px;
	height: 60px;
	border: 1px solid #C95966;
	background: #FADBDD;
	color: #C95966;
	text-align: center;
	font-family: var(--shippori);
	font-size: min(2rem, 1.464vw);
	font-weight: 400;
	line-height: 35px;
	letter-spacing: 1px;
	position: relative;
}
.hotel__content .linkBtn a::after {
	content: '';
	background: url(../../common/img/arrow-A.svg) no-repeat;
	background-size: 100%;
	display: block;
	width: 9px;
	height: 13px;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translate(-50%, -50%);
}

.hotel__content .linkBtn.typeB a {
	margin: 0 10px;
}

.hotel__content .slideC {
	position: relative;
}

.hotel__content .slideC .slick-dots {
	position: absolute;
	left: 20px;
	bottom: 10px;
	display: flex;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 2;
}

/* ドットのボタン */
.hotel__content .slideC .slick-dots li button:before {
	display: none;
}

.hotel__content .slideC .slick-dots li {
	margin: 0;
	width: auto;
	height: auto;
}

.hotel__content .slideC .slick-dots button {
	width: 12px;
	height: 12px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #D9D9D9;
	font-size: 0;
	cursor: pointer;
}

/* 現在地ドット */
.hotel__content .slideC .slick-dots .slick-active button {
	background: #FADBDD;
}

.hotel__content .slideC .slick-slide {
	margin: 0;
}

@media screen and (max-width: 1280px) {
	.hotel__name {
		margin-bottom: 2.344vw;
		font-size: 3.438vw;
	}

	.hotel__name .jp {
		margin-top: 0.781vw;
		font-size: 1.563vw;
	}

	.hotel__tab {
		width: 9.375vw;
		left: -4.297vw;
	}

	.hotel__tab--item {
		height: 3.125vw;
		font-size: 1.406vw;
		border-radius: 0 3.125vw 3.125vw 0;
	}

	.hotel__tab--item:not(:last-of-type) {
		margin-bottom: 0.938vw;
	}

	.hotel__content {
		width: 60.938vw;
	}

	.hotel__image {
		margin-bottom: 1.563vw;
	}

	/* .hotel__image.collaboration::before {
		width: 15.156vw;
		height: 12.656vw;
		right: -3.438vw;
		bottom: -2.031vw;
	} */

	.hotel__content .title {
		font-size: 2.031vw;
	}

	.hotel__content .title .category {
		margin: 0.781vw 0.781vw 0 0;
		height: 1.719vw;
		font-size: 1.094vw;
		border-radius: 1.719vw;
	}

	.hotel__content .price {
		font-size: 1.563vw;
	}

	.hotel__content .text {
		font-size: 1.25vw;
	}

	.hotel__content .place {
		margin-bottom: 1.25vw;
	}

	.hotel__content .place__inner {
		font-size: 1.094vw;
		border-radius: 1.875vw;
	}

	.hotel__content .place__inner:not(:last-of-type) {
		margin-right: 0.781vw;
	}

	.hotel__content .linkBtn {
		margin-top: 3.906vw;
	}

	.hotel__content .linkBtn a {
		width: 18.75vw;
	}
}

@media screen and (max-width: 768px) {
	.hotel__name {
		margin-bottom: 6.4vw;
		font-size: min(2.3rem, 6.133vw);
		letter-spacing: 0;
		text-align: center;
	}

	.hotel__name .jp {
		margin-top: 2.667vw;
		font-size: 4.8vw;
	}

	.hotel__wrapper {
		position: relative;
	}

	.hotel__tab {
		width: 100%;
		position: static;
		display: flex;
		flex-wrap: wrap;
	}

	.hotel__tab--item {
		padding-left: 0;
		width: 97px;
		height: 40px;
		font-size: 3.733vw;
		text-align: center;
		border-radius: 0;
		justify-content: center;
		border: 1px solid #4472A1;
		background: #fff;
	}

	.hotel__tab--item:not(:last-of-type) {
		margin-bottom: 0;
	}

	.hotel__tab--item:not(:nth-child(3n)) {
		margin-right: calc((100% - 26vw * 3) / 2);
		margin-bottom: calc((100% - 26vw * 3) / 2);
	}

	.hotel__content {
		width: 100%;
	}

	.hotel__image {
		margin-bottom: 5.333vw;
	}

	.hotel__image.collaboration::before,
	.hotel__image.collaborationB::before {
		width: 60px;
		height: 60px;
		right: 6px;
		bottom: 6px;
	}

	.hotel__image.collaborationB2::after {
		width: 60px;
		height: 60px;
		right: 70px;
		bottom: 6px;
	}

	.hotel__content .title {
		font-size: min(1.9rem, 5.067vw);
		line-height: 27px;
		flex-direction: column;
		margin-bottom: 10px;
	}

	.hotel__content .title .category {
		margin: 0 0 2.667vw;
		height: 5.333vw;
		font-size: 3.733vw;
		border-radius: 0;
	}

	.hotel__content .price {
		font-size: min(1.5rem, 4vw);
		line-height: 25px;
		letter-spacing: 0;
	}

	.hotel__content .date {
		font-size: 3.2vw;
	}

	.hotel__content .text {
		font-size: min(1.4rem, 3.733vw);
		line-height: 23px;
	}

	.hotel__content .place {
		margin-bottom: 16px;
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.hotel__content .place__inner {
		padding: 0.25em 1em;
		line-height: 1.25;
		font-size: min(1.3rem, 3.467vw);
		border-radius: 6.4vw;
	}

	.hotel__content .place__inner:not(:last-of-type) {
		margin-right: 0;
		margin-bottom: 1.6vw;
	}
	.hotel__content .linkBtn {
		margin-top: 8vw;
	}
	.hotel__content .linkBtn a {
		width: 240px;
		height: 48px;
		font-size: min(1.6rem, 4.267vw);
		line-height: 28.076px;
		letter-spacing: 0.8px;
	}

	.hotel__content .price .note {
		font-size: min(1.3rem, 3.467vw);
	}

	.hotel__content .linkBtn.typeB {
		display: block;
	}

	.hotel__content .linkBtn.typeB a {
		margin: 0 auto 10px;
	}

	.hotel__content .slideC .slick-dots {
		width: 6%;
		left: auto;
		right: 15px;
	}
	.hotel__content .slideC .slick-dots button {
		width: 7px;
		height: 7px;
	}
}

.btn-detail {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 516px;
	height: 95px;
	margin: 119px auto 0;
	border: 1.5px solid #4472A1;
	background: #fff;
	color: #4472A1;
	text-align: center;
	font-size: min(3.2rem, 2.343vw);
	font-weight: 400;
	line-height: 56.278px;
	position: relative;
}
.btn-detail::after {
    content: '';
    background: url(../../common/img/arrow-B.svg) no-repeat;
    background-size: 100%;
    display: block;
    width: 9px;
    height: 13px;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translate(-50%, -50%);
}

@media screen and (max-width: 768px) {
	.btn-detail {
		width: 342px;
		height: 70px;
		margin: 60px auto 0;
		font-size: min(2.4rem, 6.4vw);
		font-weight: 600;
		letter-spacing: 1.2px;
	}
}
