@charset "UTF-8";

html {
	color: #333;
	font-size: 62.5%;
}
@media screen and (max-width: 389px) {
	html {
		font-size: calc(1000vw / 390);
	}
}

body {
	color: #333;
	font-family: var(--font_basic);
	font-weight: 400;
	font-size: 1.6rem;
	letter-spacing: 0;
}
body.fixed {
	width: 100%;
	height: 100%;
	position: fixed;
	overflow-y: scroll;
}
#container {
	overflow: clip;
}
a {
	color: inherit;
}

/* header */
.l-ppHeader {
	padding-right: 13.7rem;
	width: 100%;
	min-height: 8rem;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 400;
	letter-spacing: 0;
	background: rgba(51, 51, 51, 0.5);
	z-index: 100;
}
.l-ppHeader__logo {
	width: 8rem;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #fff;
}
.l-ppHeader__logo a {
	display: inline-block;
}
.l-ppHeader__booking {
	width: 13.7rem;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	letter-spacing: 0.1em;
}
.l-ppHeader__booking-link {
	padding: 0.2rem 0.5rem 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.9rem;
	font-weight: 400;
	background: #333;
}
.l-ppHeader__booking-link-txt {
	line-height: 1.4;
}
.l-menubox {
	width: 100%;
}
.l-nav {
	padding: 0 2.4rem 0.7rem 10rem;
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
	gap: 0.6rem 2.8rem;
	font-size: 1.4rem;
}
.l-nav__list {
	width: 100%;
	display: flex;
	justify-content: flex-end;
	gap: 3.2rem;
	order: 1;
}
.l-nav__sns {
	margin-top: 0.5rem;
	display: flex;
	justify-content: flex-end;
	gap: 1.8rem;
}
.l-nav__sns-item {
	width: 3.2rem;
}
.l-nav__sns-link {
	display: block;
}
.l-ppHeader__tel-link {
	display: block;
	line-height: 1.2;
}
.l-ppHeader__tel-num {
	font-size: 2.8rem;
}
@media screen and (min-width:751px) and (max-width:1310px) {
	.l-ppHeader {
		padding-right: 10.458vw;
		font-size: max(1rem, 1.069vw);
	}
	.l-ppHeader__booking {
		width: 10.458vw;
	}
	.l-ppHeader__booking-link {
		padding: 0.153vw 0.382vw 0;
		font-size: 1.45vw;
	}
	.l-nav {
		padding: 0 1.832vw 0.534vw 9.5rem;
		gap: 0.458vw 2.137vw;
		font-size: max(1rem, 1.069vw);
	}
	.l-nav__list {
		gap: 1.8vw;
	}
	.l-nav__sns {
		margin-top: 0.382vw;
		gap: 1.374vw;
	}
	.l-nav__sns-item {
		width: 2.443vw;
	}
	.l-ppHeader__tel-num {
		font-size: 2.137vw;
	}
}
@media screen and (min-width:751px) and (max-width:1050px) {
	.l-nav__list {
		gap: 0.8vw;
	}
}
@media screen and (max-width:750px) {
	.l-ppHeader {
		padding-right: 0;
		min-height: 6rem;
	}
	.l-ppHeader__logo {
		width: 6rem;
	}
	.l-ppHeader__sns-list {
		margin-right: 1.6rem;
		display: flex;
		gap: 1.5rem;
	}
	.l-ppHeader__sns-item {
		width: 2.9rem;
	}
	.l-ppHeader__sns-link {
		display: block;
	}
	.l-ppHeader__booking {
		width: 7.2rem;
		height: 6rem;
		position: relative;
		right: auto;
		top: auto;
	}
	.l-ppHeader__booking-link {
		padding: 0.2rem 0.5rem 0;
		font-size: 1.4rem;
	}
	.l-menu-btn {
		width: 5.8rem;
		height: 6rem;
		position: relative;
		cursor: pointer;
		z-index: 40;
	}
	.l-menu-btn__line {
		width: 3.9rem;
		position: absolute;
		left: 1rem;
		top: 1rem;
		border-top: 0.2rem solid #fff;
		transition: 0.3s;
	}
	.l-menu-btn__line:nth-child(2) {
		top: 2.1rem;
	}
	.l-menu-btn__line:nth-child(3) {
		top: 3.2rem;
	}
	.l-menu-btn.on .l-menu-btn__line {
		width: 4.4rem;
		left: 0.6rem;
	}
	.l-menu-btn.on .l-menu-btn__line:nth-child(1) {
		transform: translate(0, 1.1rem) rotate(30deg);
	}
	.l-menu-btn.on .l-menu-btn__line:nth-child(2) {
		opacity: 0;
	}
	.l-menu-btn.on .l-menu-btn__line:nth-child(3) {
		transform: translate(0, -1.1rem) rotate(-30deg);
	}
	.l-menu-btn::after {
		position: absolute;
		left: 50%;
		bottom: 0.5rem;
		text-align: center;
		font-size: 1.2rem;
		font-weight: 400;
		word-break: keep-all;
		white-space: nowrap;
		transform: translateX(-50%);
		content: 'menu';
	}
	.l-menubox {
		height: 100%;
		position: fixed;
		left: 0;
		top: 0;
		background: rgba(60, 60, 60, 0.9);
		overflow-y: auto;
		transform: translateX(100%);
		transition: transform 0.3s;
		z-index: 20;
	}
	.l-menubox.on {
		transform: translateX(0);
	}
	.l-nav {
		padding: 6.9rem 1.2rem 7.5rem;
		display: block;
		font-size: 1.6rem;
	}
	.l-nav__list {
		margin-bottom: 2.4rem;
		display: block;
	}
	.l-nav__list-item {
		border-bottom: 0.1rem solid #ABABAB;
	}
	.l-nav__list-link {
		padding: 0.9rem 1rem;
		display: block;
		text-align: center;
		line-height: 1.54;
	}
	.l-nav__sns {
		margin-top: 0.5rem;
		gap: 1.5rem;
		justify-content: center;
	}
}

/* footer */
.l-pageTop {
	width: 5.6rem;
	position: fixed;
	right: 2.4rem;
	bottom: 2.4rem;
	z-index: 100;
}
.l-ppFooter {
	padding-top: 13.4rem;
}
.l-ppFooter__ttl {
	margin-bottom: 2rem;
	text-align: center;
	font-weight: 400;
}
.l-ppFooter__access {
	margin-bottom: 0.4rem;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.85;
}
.l-ppFooter__tel {
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
}
.l-ppFooter__tel a {
	display: inline-block;
}
.l-ppFooter__notice {
	margin-bottom: 1.4rem;
	text-align: center;
	font-size: 1.3rem;
	line-height: 1.85;
  font-weight: bold;
}
.l-ppFooter__cta-btn {
	margin-bottom: 4rem;
	text-align: center;
}
.l-ppFooter__cta-btn a {
	padding: 0.4rem 0.7rem 0.4rem;
	display: inline-block;
	text-align: center;
	font-size: 1.3rem;
	border: 0.1rem solid currentColor;
}
.l-ppFooter__cta-btn a span {
	padding: 0.1rem 2.4rem 0.2rem 0;
	display: inline-block;
	background: url(/img/pp/common/icon01.png) no-repeat right center / 1.7rem;
}
.l-ppFooter__nav {
	margin-bottom: 3.2rem;
	padding: 3.9rem 2rem 3.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 1rem 0;
	font-size: 1.4rem;
	font-weight: 700;
	background: var(--bg-color01);
}
.l-ppFooter__nav li {
	position: relative;
}
.l-ppFooter__nav li::after {
	position: absolute;
	right: -0.5rem;
	top: 0;
	content: '/';
}
.l-ppFooter__nav li:last-child:after {
	display: none;
}
.l-ppFooter__nav li a {
	display: block;
	margin: 0 1rem 0 1.5rem;
}
.l-ppFooter__note {
	margin: 0 auto 3.3rem;
	padding: 2.4rem 2.3rem 2rem;
	width: 90rem;
	max-width: calc(100% - 4rem);
	font-size: 1.3rem;
	letter-spacing: 0.05em;
	border: 0.1rem solid #707070;
}
.l-ppFooter__note a {
	text-decoration: underline;
}
.l-ppFooter__link-box {
	padding: 1.9rem 2rem 1.7rem;
	background: var(--bg-color01);
}
.l-ppFooter__link-list {
	margin: 0 auto;
	padding: 0 0.4rem;
	max-width: 90rem;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.3rem;
	letter-spacing: 0.08em;
}
.l-ppFooter__link-list li {
	margin-right: 0.6rem;
}
.l-ppFooter__link-list li a {
	margin-right: 0.6rem;
}
.l-ppFooter__copyright {
	padding: 1.1rem 2rem;
	text-align: center;
	font-weight: 500;
	font-size: 1.2rem;
	color: var(--font-color02);
	background: var(--bg-color02);
}
.l-ppFooter__copy2 {
	padding: 1.1rem 2rem;
	text-align: center;
	color: #4A4949;
	font-weight: 500;
	font-size: 1.2rem;
}
.l-ppFooter__copy2 a {
	color: #4a4949;
}
@media screen and (min-width:751px) {
	.l-ppFooter__link-list li a .u-pc {
		display: inline;
	}
}
@media screen and (max-width:750px) {
	.l-pageTop {
		width: 4rem;
		right: 1.2rem;
		bottom: 1.2rem;
	}
	.l-ppFooter {
		padding-top: 6.4rem;
		font-size: 1.4rem;
	}
	.l-ppFooter__ttl {
		margin-bottom: 2.1rem;
		letter-spacing: 0.05em;
	}
	.l-ppFooter__cta-btn {
		margin-bottom: 2.4rem;
	}
	.l-ppFooter__cta-btn a span {
		padding: 0.1rem 2.4rem 0.1rem 0;
	}
	.l-ppFooter__nav {
		margin-bottom: 2.4rem;
		padding: 2.2rem 1.6rem 2.3rem 1.2rem;
		justify-content: flex-start;
		gap: 1.4rem 0;
	}
	.l-ppFooter__nav li {
		margin-right: 1.5rem;
	}
	.l-ppFooter__nav li a {
		display: block;
		margin: 0 1rem 0 0;
	}
	.l-ppFooter__note {
		margin: 0 1.2rem 2.4rem;
		padding: 0.9rem 1rem 0.7rem;
		width: auto;
		max-width: inherit;
	}
	.l-ppFooter__link-box {
		padding: 0.8rem 1rem 0.8rem 1.4rem;
		overflow-x: auto
	}
	.l-ppFooter__link-list {
		padding: 0;
		max-width: initial;
	}
	.l-ppFooter__link-list li {
		margin-right: 0.4rem;
	}
	.l-ppFooter__link-list li:last-child {
		margin-right: 0;
	}
	.l-ppFooter__link-list li a {
		margin-right: 0.6rem;
	}
	.l-ppFooter__link-list li:last-child a {
		margin-right: 0;
	}
	.l-ppFooter__link-list li a .u-sp {
		display: inline;
	}
}

/* pagepath */
.l-pagepath {
	margin: 0 auto;
	padding: 8.8rem 0 0.6rem;
	width: 90rem;
	max-width: 95%;
	display: flex;
	flex-wrap: wrap;
}
@media screen and (max-width:750px) {
	.l-pagepath {
		padding: 6.3rem 1.3rem 0.3rem;
		width: auto;
		max-width: inherit;
		flex-wrap: nowrap;
		font-size: 1.4rem;
		overflow: hidden;
		white-space: nowrap;
	}
	.l-pagepath li {
		width: fit-content;
	}
	.l-pagepath li:last-child {
		overflow: hidden;
		text-overflow: ellipsis;
		flex: 1;
	}
}

/* c-headline01 */
.c-headline01 {
	margin-bottom: 2.8rem;
	font-size: 5rem;
	font-weight: var(--font-weight);
	font-family: var(--font01);
}
@media screen and (max-width:750px) {
	.c-headline01 {
		margin-bottom: 2.9rem;
		font-size: 2.8rem;
	}
}

/* c-headline02 */
.c-headline02 {
	margin-bottom: 2.4rem;
	padding: 0.9rem 1rem 0.8rem;
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 1.45;
	background: #D2D2D2;
}
@media screen and (max-width:750px) {
	.c-headline02 {
		margin-bottom: 3.2rem;
		padding: 0.6rem 1rem 0.5rem;
		font-size: 1.6rem;
	}
}

/* c-headline03 */
.c-headline03 {
	margin-bottom: 2.6rem;
	padding-left: 1.3rem;
	position: relative;
	color: #000;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.3;
}
.c-headline03::before {
	margin-top: 0.2rem;
	width: 0.4rem;
	height: 73%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	background: var(--bg-color02);
	content: '';
}
@media screen and (max-width:750px) {
	.c-headline03 {
		font-size: 1.6rem;
	}
	.c-headline03::before {
		margin-top: 0;
	}
}

/* c-headline04 */
.c-headline04 {
	margin-bottom: 4.6rem;
	font-size: 2.4rem;
	font-weight: 700;
	color: var(--bg-color02);
	letter-spacing: 0.05em;
}
@media screen and (max-width:750px) {
	.c-headline04 {
		margin-bottom: 3rem;
		font-size: 1.4rem;
	}
}

/* c-headline05 */
.c-headline05 {
	margin: 1.2rem 0 2.7rem;
	font-size: 4rem;
	font-weight: var(--font-weight);
	font-family: var(--font01);
}
@media screen and (max-width:750px) {
	.c-headline05 {
		margin: 0 0 2.7rem;
		font-size: 2.8rem;
	}
}

/* c-btn01 */
.c-btn01 {
	margin: 0 auto;
	width: 40rem;
	max-width: 100%;
}
.c-btn01 a {
	padding: 0.8rem;
	display: block;
	text-align: center;
	font-weight: 700;
	color: var(--font-color02);
	background: var(--bg-color02);
}
@media screen and (max-width:750px) {
	.c-btn01 {
		width: 28rem;
		font-size: 1.4rem;
	}
	.c-btn01 a {
		padding-top: 0.9rem;
	}
}

/* c-btn02 */
.c-btn02 {
	margin: 0 auto;
	width: 20rem;
	max-width: 100%;
}
.c-btn02 a {
	padding: 0.8rem 2.5rem 0.6rem;
	min-height: 4rem;
	display: block;
	text-align: center;
	color: var(--font-color02);
	font-weight: 700;
	background: var(--bg-color02) url(/img/pp/common/icon02.png) no-repeat right 0.9rem center / 0.5rem;
}
@media screen and (max-width:750px) {
	.c-btn02 a {
		padding: 0.9rem 2.5rem 0.8rem;
		font-size: 1.4rem;
		font-weight: 800;
		letter-spacing: 0.1em;
	}
}

/* c-btn03 */
.c-btn03 {
	margin: 0 auto;
	width: 20rem;
	max-width: 100%;
}
.c-btn03 a {
	padding: 0.8rem 2.5rem 0.6rem;
	display: block;
	text-align: center;
	font-weight: 700;
	background: #D2D2D2 url(/img/pp/common/icon03.png) no-repeat left 0.9rem center / 0.5rem;
}
@media screen and (max-width:750px) {
	.c-btn03 a {
		letter-spacing: 0.02em;
	}
}

/* c-btn04 */
.c-btn04 {
	margin: 0 auto;
	width: 20rem;
	max-width: 100%;
}
.c-btn04 a {
	padding: 0.8rem;
	display: block;
	text-align: center;
	font-weight: 700;
	color: var(--font-color02);
	background: var(--bg-color02);
}
@media screen and (max-width:750px) {
	.c-btn04 {
		width: 28rem;
		font-size: 1.4rem;
	}
	.c-btn04 a {
		padding-top: 0.9rem;
	}
}

/* c-btnList01 */
.c-btnList01 {
	margin-bottom: 4.8rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
.c-btnList01 li {
	width: calc((100% - 3.6rem) / 4);
	min-height: 5rem;
}
.c-btnList01 li a {
	padding: 1rem 1rem 0.7rem;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.3rem;
	letter-spacing: 0.2em;
	border-radius: 4rem;
	border: 0.1rem solid currentColor;
}
.c-btnList01 .is-current a {
	color: #fff;
	background: #B11817;
	border-color: #B11817;
}
@media (hover:hover) {
	.c-btnList01 li a:hover {
		opacity: 1;
		color: #fff;
		background: #B11817;
		border-color: #B11817;
	}
}
@media screen and (max-width:750px) {
	.c-btnList01 {
		margin-bottom: 3.2rem;
		justify-content: space-between;
		gap: 0.8rem 0;
	}
	.c-btnList01 li {
		width: calc(50% - 0.4rem);
		min-height: 4rem;
	}
	.c-btnList01 li a {
		padding: 0.3rem 0.5rem;
		line-height: 1.24;
	}
}

/* c-mailform */
.c-mailform__tips {
	margin-bottom: 2.1rem;
	color: #4C4C4C;
}
.c-mailform__tips--red {
	color: #EA5532;
}
.c-mailform__table {
	width: 100%;
	border-collapse: collapse;
}
.c-mailform__table th,
.c-mailform__table td {
	padding: 2.4rem 0;
	vertical-align: top;
	text-align: left;
	color: #4C4C4C;
	font-weight: 400;
	letter-spacing: 0;
	border-top: 0.1rem solid #E6E6E6;
	border-bottom: 0.1rem solid #E6E6E6;
}
.c-mailform__table th {
	padding: 3.2rem 0;
	width: 24%;
	min-width: 20rem;
}
.c-mailform__table th.u-padding01 {
	padding: 2.4rem 0;
}
.c-mailform__must {
	color: #EA5532;
}
.c-mailform__table input[type="text"],
.c-mailform__table input[type="email"],
.c-mailform__table input[type="tel"],
.c-mailform__table textarea {
	padding: 0 0.7rem;
	width: 100%;
	height: 4rem;
	vertical-align: top;
	box-sizing: border-box;
	border-radius: 0.5rem;
	border: 0.1rem solid #C8C8C8;
	background: #fff;
	-webkit-appearance: none;
	appearance: none;
}
.c-mailform__table textarea {
	padding: 0.4rem 0.7rem;
	height: 13rem;
}
.c-mailform__table ::placeholder {
	opacity: 1;
	color: #C8C8C8;
}
.c-mailform__name-list {
	display: flex;
	gap: 3.2rem;
}
.c-mailform__name-list li {
	width: 22.4rem;
	max-width: calc(50% - 1.6rem);
}
.c-mailform__note {
	margin-top: 1rem;
	font-size: 1.4rem;
	line-height: 1.2;
	letter-spacing: 0.05em;
}
.c-mailform__sex-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 4rem;
}
.c-mailform__sex-list label {
	display: inline-block;
}
.c-mailform__sex-list input[type="radio"] {
	display: none;
}
.c-mailform__sex-list input[type="radio"] ~ span {
	padding-left: 2.5rem;
	display: inline-block;
	background: url(/img/pp/common/radio_icon01.png) no-repeat left top 0.3rem / 2.1rem;
	cursor: pointer;
}
.c-mailform__sex-list input[type="radio"]:checked ~ span {
	background-image: url(/img/pp/common/radio_icon02.png);
}
.c-mailform__tel-list {
	display: flex;
	gap: 3.5rem;
}
.c-mailform__tel-list li {
	width: 13.6rem;
	max-width: calc((100% - 7rem) / 3);
	position: relative;
}
.c-mailform__tel-list li::after {
	width: 1.2rem;
	height: auto;
	position: absolute;
	right: -2.4rem;
	top: 50%;
	border-top: 0.1rem solid #4C4C4C;
	content: '';
}
.c-mailform__tel-list li:last-child::after {
	display: none;
}
.c-mailform__agree {
	margin-top: 3.2rem;
	text-align: center;
}
.c-mailform__agree label {
	display: inline-block;
}
.c-mailform__agree input[type="checkbox"] {
	display: none;
}
.c-mailform__agree input[type="checkbox"] ~ span {
	padding-left: 3rem;
	display: inline-block;
	vertical-align: top;
	color: #4C4C4C;
	background: url(/img/pp/common/check_icon01.png) no-repeat left top 0.4rem / 1.6rem;
	cursor: pointer;
}
.c-mailform__agree input[type="checkbox"]:checked ~ span {
	background-image: url(/img/pp/common/check_icon02.png);
}
.c-mailform__submit {
	margin: 3rem auto 0;
	width: 40rem;
	max-width: 100%;
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
}
.c-mailform__submit input {
	padding: 0.2rem 0 0;
	width: 100%;
	height: 4rem;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0;
	text-align: center;
	border-radius: 0;
	border: none;
	color: var(--font-color02);
	background: var(--bg-color02);
	-webkit-appearance: none;
	appearance: none;
}
.c-mailform__submit .reset input {
	color: #333;
	background: #D2D2D2;
}
.c-mailform__submit a {
	width: 100%;
	height: 4rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-weight: 700;
	font-size: 1.6rem;
	letter-spacing: 0;
	background: var(--bg-color02);
}
.c-mailform__submit .reset a {
	background: #D2D2D2;
}
.c-mailform__note-center {
	margin-top: 1.6rem;
	text-align: center;
}
.c-mailform .error-txt,
.c-mailform .error-txt--spec {
	margin-top: 0.8rem;
	color: #EA5532;
	font-size: 1.4rem;
	letter-spacing: 0.05em;
	line-height: 1.5;
	display: none;
}
.c-mailform__intro {
	margin-bottom: 2.3rem;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.45;
	letter-spacing: 0.07em;
}
.c-mailform__confirm .c-mailform__table th,
.c-mailform__confirm .c-mailform__table td {
	padding: 2.3rem 0;
	line-height: 1.54;
}
.c-mailform__confirm .c-mailform__submit {
	margin-top: 8rem;
}
@media (hover:hover) {
	.c-mailform__submit input:hover {
		opacity: .8
	}
}
@media screen and (min-width:751px) and (max-width:1310px) {
	.c-btnList01 li a {
		letter-spacing: 0;
	}
}
@media screen and (max-width:750px) {
	.c-mailform__tips {
		margin-bottom: 2.3rem;
		font-size: 1.4rem;
	}
	.c-mailform__tips--red {
		font-size: 1.6rem;
	}
	.c-mailform__table {
		border-bottom: 0.1rem solid #E6E6E6;
	}
	.c-mailform__table th,
	.c-mailform__table td {
		padding: 1.5rem 0 2.6rem;
		width: 100%;
		display: block;
		font-size: 1.4rem;
	}
	.c-mailform__table th {
		padding: 2.5rem 0 0;
		width: 100%;
		min-width: initial;
		border-bottom: none;
	}
	.c-mailform__table th.u-padding01 {
		padding: 2.5rem 0 0;
	}
	.c-mailform__table td {
		border: none;
	}
	.c-mailform__name-list {
		justify-content: space-between;
		gap: 0;
	}
	.c-mailform__name-list li {
		width: calc(50% - 0.8rem);
		max-width: calc(50% - 0.8rem);
	}
	.c-mailform__sex-list {
		margin-top: 0.2rem;
		gap: 1rem 4.3rem;
	}
	.c-mailform__sex-list input[type="radio"] ~ span {
		padding: 0.2rem 0 0.2rem 2.5rem;
	}
	.c-mailform__tel-list {
		gap: 2.8rem;
	}
	.c-mailform__tel-list li {
		width: auto;
		max-width: calc((100% - 8rem) / 3);
	}
	.c-mailform__tel-list li::after {
		right: -2rem;
	}
	.c-mailform__agree {
		margin: 3rem auto 0;
		text-align: left;
		max-width: 28.4rem;
		font-size: 1.4rem;
		line-height: 1.714;
	}
	.c-mailform__agree input[type="checkbox"] ~ span {
		background-position: left top 0.5rem;
	}
	.c-mailform__agree a {
		text-decoration: underline;
	}
	.c-mailform__agree .u-sp {
		display: inline;
	}
	.c-mailform__submit {
		margin: 2.9rem auto 0;
		width: 28rem;
	}
	.c-mailform__submit input {
		font-size: 1.4rem;
		background-image: url(/img/pp/common/icon02.png);
		background-position: right 3rem center;
		background-repeat: no-repeat;
		background-size: 0.5rem;
	}
	.c-mailform__submit .reset input {
		background-image: url(/img/pp/common/icon03.png);
		background-position: left 3rem center;
		background-repeat: no-repeat;
		background-size: 0.5rem;
		background-color: #DDD;
	}
	.c-mailform__submit a {
		font-size: 1.4rem;
		background-image: url(/img/pp/common/icon02.png);
		background-position: right 3rem center;
		background-repeat: no-repeat;
		background-size: 0.5rem;
	}
	.c-mailform__submit .reset a {
		background-image: url(/img/pp/common/icon03.png);
		background-position: left 3rem center;
		background-repeat: no-repeat;
		background-size: 0.5rem;
		background-color: #DDD;
	}
	.c-mailform__note-center {
		margin-top: 1.5rem;
		font-size: 1.2rem;
		letter-spacing: 0.08em;
	}
	.c-mailform .error-txt,
	.c-mailform .error-txt--spec {
		margin-top: 0.9rem;
		line-height: 1.6;
	}
	.c-mailform__intro {
		margin-bottom: 2.3rem;
		font-size: 1.4rem;
		font-weight: 400;
	}
	.c-mailform__confirm .c-mailform__table th,
	.c-mailform__confirm .c-mailform__table td {
		padding: 2.2rem 0;
		display: table-cell;
		line-height: 1.7;
		border-top: 0.1rem solid #E6E6E6;
		border-bottom: 0.1rem solid #E6E6E6;
	}
	.c-mailform__confirm .c-mailform__table th {
		padding-right: 1rem;
		width: 37%;
		min-width: 13.5rem;
	}
	.c-mailform__confirm .c-mailform__submit {
		margin-top: 3.2rem;
	}
}

/* c-thanksBox */
.c-thanksBox p {
	margin-bottom: 2.8rem;
	line-height: 1.75;
	letter-spacing: 0.06em;
}
.c-thanksBox .p-text01 {
	margin-bottom: 4.4rem;
}
@media screen and (max-width:750px) {
	.c-thanksBox p {
		margin-bottom: 2.8rem;
		font-size: 1.4rem;
		line-height: 2;
	}
	.c-thanksBox .p-text01 {
		margin-bottom: 3.9rem;
	}
}

/* c-introTxt */
.c-introTxt {
	margin-bottom: 1.2rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
@media screen and (max-width:750px) {
	.c-introTxt {
		font-size: 1.4rem;
	}
}

/* c-stepList */
.c-stepList {
	margin-bottom: 3.4rem;
	display: flex;
	gap: 0 4.8rem;
}
.c-stepList li {
	width: calc((100% - 9.6rem) / 3);
	min-height: 5.6rem;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.45;
	border-radius: 0.5rem;
	background: #E6E6E6;
}
.c-stepList li::after {
	width: 0;
	height: 0;
	position: absolute;
	right: -2.9rem;
	top: 50%;
	border-color: transparent;
	border-width: 0.5rem 1rem;
	border-left-color: #707070;
	content: '';
	transform: translate(50%, -50%);
}
.c-stepList li:last-child::after {
	display: none;
}
.c-stepList .is-current {
	color: #fff;
	background: #4C4C4C;
}
@media screen and (max-width:750px) {
	.c-stepList {
		margin-bottom: 3.2rem;
		gap: 0 3.3rem;
	}
	.c-stepList li {
		width: calc((100% - 6.6rem) / 3);
	}
	.c-stepList li::after {
		right: -2.1rem;
		border-width: 0.5rem 0.9rem;
	}
	.c-stepList .is-current {
		background: #333;
	}
}

/* c-bookingList */
.c-bookingList {
	margin-bottom: 4.6rem;
	display: flex;
	flex-direction: column;
	gap: 3.2rem;
}
.c-bookingList:last-child {
	margin-bottom: 0;
}
.c-bookingList__item {
	width: 100%;
	padding: 2.6rem 2.3rem 2.3rem;
	border-radius: 0.5rem;
	border: 0.1rem solid #D2D2D2;
	background: #F5F5F5;
}
.c-bookingList__item .ttl {
	margin-bottom: 0.9rem;
	color: #000;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.2;
}
.c-bookingList__item .price {
	margin-bottom: 0.8rem;
	color: #000;
	font-size: 1.4rem;
	font-weight: 700;
}
.c-bookingList__item .price .time {
	padding: 0.4rem 1.7rem 0 2.3rem;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	color: #4C4C4C;
	background: url(/img/pp/common/icon04.png) no-repeat left top 0.6rem / 1.9rem;
}
.c-bookingList__item .price .red01 {
	margin-right: 0.8rem;
	color: #FF0202;
}
.c-bookingList__item .price .red01 span {
	font-size: 1.8rem;
}
.c-bookingList__item .price .red02 {
	margin-right: 0.7rem;
	color: #F60E0B;
}
.c-bookingList__item .text {
	text-align: justify;
	line-height: 1.5;
	color: #4C4C4C;
}
.c-bookingList__item .btn {
	margin: 4.2rem auto 0.2rem;
	width: 20rem;
}
.c-bookingList__item .btn a {
	padding: 0.8rem 0.5rem 0.6rem;
	display: block;
	text-align: center;
	font-weight: 700;
	color: var(--font-color02);
	background: var(--bg-color02);
}
@media screen and (max-width:750px) {
	.c-bookingList {
		margin-bottom: 3.1rem;
		gap: 2.4rem;
	}
	.c-bookingList__item {
		padding: 1.5rem 0.8rem 1.4rem;
		border-radius: 0;
	}
	.c-bookingList__item .ttl {
		margin-bottom: 0.6rem;
		color: #333;
		font-size: 1.6rem;
		line-height: 1.5;
	}
	.c-bookingList__item .price {
		margin-bottom: 0;
	}
	.c-bookingList__item .price .time {
		padding: 0.4rem 1.2rem 0 2.6rem;
		background-position: left 0.3rem top 0.6rem;
	}
	.c-bookingList__item .price .red01 {
		color: #D80000;
		font-size: 1.8rem;
	}
	.c-bookingList__item .price .red02 {
		color: #D80000;
	}
	.c-bookingList__item .text {
		margin-top: 0.6rem;
		font-size: 1.4rem;
		line-height: 1.72;
	}
	.c-bookingList__item .btn {
		margin: 1.4rem auto 0.1rem;
		width: 27.5rem;
		max-width: 100%;
	}
	.c-bookingList__item .btn a {
		padding: 0.9rem 0.5rem 0.9rem;
		font-size: 1.4rem;
		font-weight: 800;
		background-image: url(/img/pp/common/icon02.png);
		background-repeat: no-repeat;
		background-position: right 0.8rem center;
		background-size: 0.5rem;
	}
}

/* c-news */
.c-newsList a {
	padding: 0.7rem 1.1rem 0.5rem;
	display: block;
	background: #fff;
	box-shadow: 0rem 0rem 0.8rem rgba(0, 0, 0, 0.16);
}
.c-newsList .img {
	margin: 0.8rem 0 0.6rem;
	aspect-ratio: 1;
}
.c-newsList .img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.c-news__date {
	margin-bottom: 0.5rem;
	font-weight: bold;
	font-size: 1.4rem;
	color: #F60E0B;
}
.c-news__ttl {
	font-size: 1.6rem;
	font-weight: var(--font-weight);
	font-family: var(--font01);
	line-height: 1.75;
	color: var(--font-color01);
}
@media screen and (min-width:751px) {
	.c-newsList {
		margin: 3.2rem 0 0;
		display: flex;
		gap: 2.2rem 2.7rem;
		flex-wrap: wrap;
	}
	.c-newsList li {
		width: calc((100% - 5.4rem)/3);
	}
}
@media screen and (max-width:750px) {
	.c-newsList {
		margin: 3rem 0 0;
	}
	.c-newsList li:not(:last-child) {
		margin-bottom: 1.6rem;
	}
	.c-newsList a {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: space-between;
		padding: 0.7rem 0.8rem 0.8rem;
	}
	.c-newsList .img {
		margin: 0 1.5rem 0 0;
		width: 12rem;
	}
	.c-newsList .c-news__date {
		margin-bottom: 0.5rem;
		width: 100%;
	}
	.c-newsList .c-news__ttl {
		order: 2;
		flex: 1;
	}
}

/* c-imgBox */
.c-imgBox {
	margin-bottom: 3.3rem;
	display: flex;
	gap: 2.5rem;
}
.c-imgBox + .c-imgBox {
  margin-top: 1em;
}
.c-imgBox__photo {
	width: 40%;
	max-width: 35.9rem;
}
.c-imgBox__photo img {
	width: 100%;
}
.c-imgBox__textBox {
	flex: 1;
}
.c-imgBox__title {
	margin-bottom: 3.1rem;
	font-weight: 700;
	font-size: 1.8rem;
	line-height: 1.4;
}
.c-imgBox__text {
	line-height: 1.75;
}
.c-imgBox__price {
	text-align: right;
	font-weight: 700;
	font-size: 1.8rem;
	color: #D80000;
}
.c-imgBox__price .sm {
	font-size: 1.4rem;
	font-weight: 400;
}
@media screen and (max-width:750px) {
	.c-imgBox {
		margin-bottom: 3.9rem;
		display: block;
	}
	.c-imgBox__photo {
		margin-bottom: 1.6rem;
		width: auto;
		max-width: 100%;
	}
	.c-imgBox__textBox {
		font-size: 1.4rem;
	}
	.c-imgBox__title {
		margin-bottom: 0.5rem;
		font-size: 1.4rem;
	}
	.c-imgBox__text {
		line-height: 1.8;
	}
	/* .c-imgBox__price {
		font-size: 1.4rem;
	}
	.c-imgBox__price .sm {
		font-size: 1.2rem;
	} */
}

/* c-couponList */
.c-couponList li {
	margin-bottom: 7.8rem;
}
.c-couponList li:last-child {
	margin-bottom: 0 !important;
}
.c-couponList__sub01 {
	padding: 0.4rem;
	display: flex;
	position: relative;
	color: var(--font-color02);
	background: var(--bg-color02);
  min-height: 170px;
}
.c-couponList__sub01 .mark {
	width: 9.1rem;
	position: relative;
	flex-shrink: 0;
	border-right: 0.2rem dashed #fff;
}
.c-couponList__sub01 .mark span {
	white-space: nowrap;
	word-break: keep-all;
	font-weight: 700;
	font-size: 3.2rem;
	line-height: 1;
	position: absolute;
	left: 50%;
	top: 50%;
	letter-spacing: 0.08em;
	transform: translate(-50%, -50%) rotate(-90deg);
}
.c-couponList__sub01 .ttl-box {
	padding: 5.1rem 2.3rem;
	font-size: 3rem;
	font-weight: 400;
	letter-spacing: 0.08em;
	line-height: 1.52;
}
.c-couponList__time {
	margin-top: 0.8rem;
	padding: 0.7rem 1rem 0.8rem;
	text-align: center;
	color: #fff;
	background: #333;
}
.c-couponList__sub02 {
	margin-top: 2.2rem;
	line-height: 1.75;
}
@media screen and (max-width:750px) {
	.c-couponList li {
		margin-bottom: 4.6rem;
	}
	.c-couponList__sub01 .mark {
		width: 6.2rem;
	}
	.c-couponList__sub01 .mark span {
		font-size: 1.7rem;
	}
	.c-couponList__sub01 .ttl-box {
		padding: 2.8rem 1.5rem;
		font-size: 2rem;
		line-height: 1.45;
	}
	.c-couponList__time {
		padding-bottom: 0.6rem;
		font-size: 1.4rem;
		line-height: 1.72;
	}
	.c-couponList__sub02 {
		margin-top: 1.4rem;
		line-height: 1.75;
		font-size: 1.4rem;
	}
}

/* c-photo__list */
.c-photo__list {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}
.c-photo__list li {
	width: calc((100% - 2.4rem) / 4);
}
.c-photo__list a {
	display: block;
}
.c-photo__list img {
	width: 100%;
	aspect-ratio: 1;
	object-fit: cover;
}
@media screen and (max-width:750px) {
	.c-photo__list li {
		width: calc((100% - 1.6rem) / 3);
	}
}
/* photo pop */
.pop-cover {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #4C4C4C;
	opacity: 0;
	z-index: 100;
	pointer-events: none;
	transition: opacity 0.5s;
}
.pop-cover.show {
	opacity: 0.3;
	pointer-events: auto;
}
.pop-box {
	padding: 3.5rem 3.2rem 3.1rem;
	width: 60rem;
	max-height: calc(100% - 4.8rem);
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 0.5rem;
	overflow: auto;
	z-index: 1001;
	pointer-events: none;
	opacity: 0;
	transition: opacity 0.5s;
}
.pop-box.show {
	opacity: 1;
	pointer-events: auto;
}
.pop-close {
	position: absolute;
	right: 0.1rem;
	top: 0.1rem;
	width: 3.6rem;
	height: 3.6rem;
	line-height: 0;
	font-size: 0;
	float: none;
	background: url(/img/pp/common/close.png) no-repeat center center / 1.8rem;
	opacity: 1;
	cursor: pointer;
}
.pop-imgBox {
	position: relative;
}
.pop-img img {
	width: 100%;
}
.pop-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
.pop-textBox {
	margin: 0 0.4rem;
}
.pop-prev,
.pop-next {
	margin-top: 0.7rem;
	width: 3rem;
	height: 3rem;
	float: none;
	position: absolute;
	top: 50%;
	left: 1.5rem;
	transform: translateY(-50%);
	background: url(/img/pp/common/icon11.png) no-repeat center center / 100%;
	opacity: 1;
	cursor: pointer;
}
.pop-next {
	left: auto;
	right: 1.5rem;
	background-image: url(/img/pp/common/icon10.png);
}
.pop-num {
	padding: 0.7rem 0 0.8rem;
	font-size: 1.4rem;
	color: #4C4C4C;
	line-height: 1.5;
}
.pop-text {
	font-size: 1.6rem;
	line-height: 1.5;
	font-weight: 400;
	color: #4C4C4C;
}
@media (hover:hover) {
	.pop-prev:hover,
	.pop-next:hover {
		opacity: 0.8;
	}
	.pop-close:hover {
		opacity: 0.8;
	}
}
@media screen and (max-width:750px) {
	.pop-box {
		padding: 1.9rem 1.8rem 1.7rem;
		width: calc(100% - 4.8rem);
	}
	.pop-close {
		width: 1.8rem;
		height: 1.8rem;
		background-size: 1.1rem;
	}
	.pop-num {
		padding: 0.6rem 0;
		font-size: 1.2rem;
	}
	.pop-text {
		font-size: 1.4rem;
	}
	.pop-prev,
	.pop-next {
		margin-top: 4rem;
		width: 1.7rem;
		height: 1.7rem;
		left: 1rem;
	}
	.pop-prev {
		background-image: url(/img/pp/common/icon13.png);
	}
	.pop-next {
		left: auto;
		right: 1rem;
		background-image: url(/img/pp/common/icon12.png);
	}
}

/* c-pagenavi */
.c-pagenavi {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 0.8rem;
	align-items: center;
	align-content: flex-start;
}
.c-pagenavi a,
.c-pagenavi span {
	padding-bottom: 0.2rem;
	width: 2.3rem;
	height: 2.3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 1.4rem;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	border-radius: 50%;
	background: #C8C8C8;
	border: none;
}
.c-pagenavi .prev,
.c-pagenavi .next {
	font-size: 0;
}
.c-pagenavi .prev {
	background: url(/img/pp/common/icon07.png) no-repeat center center / 0.9rem;
}
.c-pagenavi .next {
	background: url(/img/pp/common/icon06.png) no-repeat center center / 0.9rem;
}
.c-pagenavi .current {
	background: #4C4C4C;
}
@media (hover:hover) {
	.c-pagenavi a:not(.prev, .next):hover {
		opacity: 1;
		background: #4C4C4C;
	}
}

/* datepicker */
.p-bookingForm1__calendar {
	position: relative;
}
.ui-widget.ui-widget-content {
	padding: 0;
	width: 100% !important;
	border-radius: 0;
	border: none;
	background: none;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 47.2%;
}
.ui-datepicker-multi-2 .ui-datepicker-group-last {
	float: right;
}
.ui-datepicker .ui-datepicker-title {
	font-family: var(--font_basic);
	font-weight: 400;
}
.ui-datepicker .ui-datepicker-header {
	margin-bottom: 1.3rem;
	padding: 0;
	border-radius: 0;
	border: none;
	background: none;
}
.ui-datepicker-multi .ui-datepicker-group table {
	margin: 0;
	width: 100%;
}
.ui-datepicker table {
	font-size: 1.6rem;
	font-weight: 400;
}
.ui-datepicker th {
	padding: .65em .3em;
	color: #fff;
	border: 0.1rem solid #4C4C4C;
	background: #4C4C4C;
	font-size: 1.5rem;
	font-weight: 400;
}
.ui-datepicker td {
	padding: 0;
	height: 7.9rem;
	border: 0.1rem solid #c8c8c8;
}
.ui-state-default:not(.ui-state-active),
.ui-widget-content .ui-state-default:not(.ui-state-active) {
	border: none !important;
	background: none;
}
.ui-datepicker td span,
.ui-datepicker td a {
	padding: 0.4em 0.2em;
	height: 100%;
	font-size: 1.6rem;
	font-weight: 400;
	font-family: var(--font_basic);
	position: relative;
	text-align: center;
}
.ui-datepicker td.no span::before,
.ui-datepicker td.ok a::before {
	width: 2rem;
	aspect-ratio: 1 / 1;
	position: absolute;
	left: 50%;
	bottom: 0.95rem;
	transform: translateX(-50%);
	background: url(/img/pp/common/no_icon01.png) no-repeat center center / cover;
	content: "";
}
.ui-datepicker td.ok a::before {
	width: 2.2rem;
	background-image: url(/img/pp/common/ok_icon01.png);
}
.ui-datepicker td:first-child a,
.ui-datepicker td:first-child span {
	color: #4E76FF;
}
.ui-datepicker td:first-child span::before {
	background-image: url(/img/pp/common/no_icon03.png);
}
.ui-datepicker td:first-child a::before {
	background-image: url(/img/pp/common/ok_icon03.png);
}
.ui-datepicker td:last-child a,
.ui-datepicker td:last-child span {
	color: #F24343;
}
.ui-datepicker td:last-child span::before {
	background-image: url(/img/pp/common/no_icon02.png);
}
.ui-datepicker td:last-child a::before {
	background-image: url(/img/pp/common/ok_icon02.png);
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: none;
	background: none;
	font-weight: 400;
	color: #4C4C4C;
}
.ui-datepicker-prev,
.ui-datepicker-next,
.ui-state-hover {
	background: no-repeat center center / 1.1rem;
	border: none;
	border-radius: 0;
	cursor: pointer;
}
.ui-datepicker .ui-datepicker-prev {
	left: -0.2rem;
	top: -0.1rem;
}
.ui-datepicker .ui-datepicker-next {
	right: -0.2rem;
	top: -0.1rem;
}
.ui-datepicker-prev,
.ui-datepicker-prev.ui-state-hover {
	left: -0.2rem;
	background: url(/img/pp/common/icon09.png) no-repeat left center / 1.1rem;
}
.ui-datepicker-next,
.ui-datepicker-next.ui-state-hover {
	right: -0.2rem;
	background: url(/img/pp/common/icon08.png) no-repeat right center / 1.1rem;
}
.ui-datepicker-prev.ui-state-disabled {
	display: none;
}
.ui-datepicker-next.ui-state-disabled {
	display: none;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: 1;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active {
	border: none;
	color: #fff !important;
	font-weight: 400;
	background: var(--bg-color02);
}
@media screen and (max-width:750px) {
	.ui-datepicker-multi-2 .ui-datepicker-group {
		width: 100%;
	}
	.ui-datepicker .ui-datepicker-header {
		margin-bottom: 1.5rem;
	}
	.ui-datepicker .ui-datepicker-title {
		line-height: 1.6;
	}
	.ui-datepicker table {
		margin: 0;
		font-size: 1.3rem;
	}
	.ui-datepicker th {
		padding: 0.68em 0.2em;
		font-size: 1.2rem;
	}
	.ui-datepicker td {
		height: 6.85rem;
	}
	.ui-datepicker td span,
	.ui-datepicker td a {
		padding: 0.5em 0.2em;
		font-size: 1.3rem;
	}
	.ui-datepicker td.no span::before,
	.ui-datepicker td.ok a::before {
		width: 1.8rem;
	}
}

/* c-map__table */
.c-map__table {
	margin-bottom: 1.6rem;
	width: 100%;
	border-collapse: collapse;
}
.c-map__table th,
.c-map__table td {
	padding: 1.3rem 0 1.3rem;
	text-align: left;
	vertical-align: top;
	font-weight: 400;
	font-size: 1.4rem;
	line-height: 1.8;
	box-sizing: border-box;
	border-bottom: 0.1rem solid #ABABAB;
}
.c-map__table th {
	padding-right: 1rem;
	width: 22%;
	font-weight: 700;
}
.c-map__table .sns-link {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 2.8rem;
}
@media screen and (max-width:750px) {
	.c-map__table {
		margin-bottom: 0;
	}
	.c-map__table th,
	.c-map__table td {
		padding: 1.4rem 0 1.3rem;
		font-size: 1.2rem;
		line-height: 2;
	}
	.c-map__table th {
		padding-right: 1rem;
		width: 42%;
	}
	.c-map__table td {
		padding-right: 2rem;
	}
	.c-map__table .sns-link {
		gap: 0.4rem 3.3rem;
	}
}

/* c-headline06 */
.c-headline06 {
	margin-bottom: 1.4rem;
	font-size: 5rem;
	font-family: var(--font01);
	font-weight: var(--font-weight);
	color: var(--font-color01);
	line-height: 1.44;
}
@media screen and (max-width:750px) {
	.c-headline06 {
		margin-bottom: 1.3rem;
		font-size: 2.8rem;
	}
}

/* p-premium */
.p-premium {
	padding-top: 4.9rem;
}
.p-premium__inner {
	width: 90rem;
	max-width: 95%;
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media screen and (max-width:750px) {
	.p-premium {
		padding-top: 2.6rem;
	}
	.p-premium__inner {
		width: auto;
		max-width: initial;
		margin: 0 1.2rem;
	}
}

/* p-home */
.p-home__fv {
	margin-bottom: 6.4rem;
	position: relative;
}
.p-home__fv-slider li {
	width: 100%;
	vertical-align: top;
}
.p-home__fv-slider li img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}
.js-fv-slider-out li img {
	animation: slideimg 11s forwards linear;
}
.js-fv-slider-in li img {
	animation: slideimg2 11s forwards linear;
	transform: scale(1.2);
}
@keyframes slideimg {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
@keyframes slideimg2 {
	0% {
		transform: scale(1.2);
	}
	100% {
		transform: scale(1);
	}
}
.p-home__fv-text01 {
	padding: 7.7rem 2rem 1.3rem;
	text-align: center;
	font-family: var(--font01);
	font-weight: var(--font-weight);
	font-size: 4rem;
	letter-spacing: 0.1em;
}
.p-home__fv-text02 {
	padding: 8rem 2rem 2.5rem;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	font-size: 4rem;
	font-weight: 500;
	letter-spacing: 0.1em;
	z-index: 1;
}
.p-home__fv-text02::before {
	width: 100%;
	height: calc(100% - 8rem);
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(51, 51, 51, 0.5);
	content: '';
}
.p-home__fv-text02 p {
	width: 100%;
	position: relative;
	z-index: 1;
}
.p-home__about {
	padding: 6.4rem 2rem 7.2rem;
	position: relative;
}
.p-home__about::before {
	width: calc(50% + 55.8rem);
	max-width: calc(100% - 2rem);
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: var(--bg-color01);
	content: '';
}
.p-home__about p {
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.p-home__about .lead {
	margin-bottom: 1.1rem;
	font-size: 1.7rem;
	font-weight: 700;
}
.p-home .c-btn02 {
	margin-top: 4.6rem;
}
.p-home__news {
	padding: 8rem 0;
}
.p-home__news .c-newsList {
	margin-top: 2.4rem;
}
.p-home__news .c-btn02 {
	margin-top: 4.8rem;
}
.p-home__price {
	margin: 0 0 8rem auto;
	padding: 6.4rem 0 7.2rem;
	width: calc(50% + 55.8rem);
	max-width: calc(100% - 2rem);
	position: relative;
	background: var(--bg-color01);
}
.p-home__price-inner {
	width: 101rem;
	max-width: calc(100% - 2rem);
}
.p-home__price .sub-wrap {
	width: 90rem;
	max-width: calc(100% - 2rem);
	margin-left: auto;
}
.p-home__price .c-headline06 {
	margin-bottom: 2.2rem;
}
.p-home__price .img-box {
	display: flex;
	gap: 1.7rem;
}
.p-home__price .img-box .photo {
	margin-top: 0.2rem;
	width: 45.5%;
}
.p-home__price .img-box .photo img {
	width: 100%;
}
.p-home__price .img-box .text-box {
	flex: 1;
	line-height: 1.75;
}
.p-home__photoBox {
	margin-bottom: 8rem;
}
.p-home__photoBox .c-headline06 {
	margin-bottom: 2.4rem;
}
.js-photo-slider {
	display: block;
}
.js-photo-slider ul {
	flex-wrap: nowrap;
	gap: 0;
}
.js-photo-slider li {
	margin: 0 0.4rem;
	width: 20rem;
	vertical-align: top;
}
.p-home__photoBox .c-btn02 {
	margin-top: 4.8rem;
}
.p-home__store {
	margin-bottom: 8rem;
}
.p-home__store .c-headline06 {
	margin-bottom: 2.4rem;
}
.p-home__store .p-store__list {
	margin-bottom: 0;
}
.p-home__store .p-store__list .photo {
	margin-bottom: 1.4rem;
}
.p-home__store .p-store__list .title {
	margin-bottom: 0;
}
.p-home__yt {
	margin-bottom: 8rem;
}
.p-home__yt .c-headline06 {
	margin-bottom: 2.4rem;
}
.p-home__yt-movie {
	width: 100%;
	position: relative;
	aspect-ratio: 16/9;
}
.p-home__yt-movie iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.p-home__coupon {
	margin-bottom: 8rem;
}
.p-home__coupon .c-headline06 {
	margin-bottom: 2.3rem;
}
.p-home__coupon .c-couponList li {
	margin-bottom: 2.4rem;
}
.p-home__access {
	padding: 6.4rem 0;
	background: var(--bg-color01);
}
.p-home__access .c-headline06 {
	margin-bottom: 0.8rem;
}
.p-home__access .c-map__table {
	margin-bottom: 0;
}
.c-map__table .map-btn {
	padding-top: 0.1rem;
	min-width: 11.9rem;
	display: inline-block;
	font-size: 1.4rem;
	text-align: center;
	color: var(--font-color02);
	line-height: 1.6;
	background: var(--bg-color02);
}
@media screen and (max-width:750px) {
	.p-home__fv {
		margin-bottom: 2.4rem;
	}
	.p-home__fv-slider li img {
		height: 100svh;
	}
	.p-home__fv-text01 {
		padding: 2.3rem 1.2rem 0;
		font-size: 1.4rem;
		letter-spacing: 0.18em;
		text-align: left;
		text-decoration: underline;
	}
	.p-home__fv-text02 {
		padding: 6rem 1.2rem;
		font-size: 3.2rem;
		line-height: 1.4;
		letter-spacing: 0.1em;
	}
	.p-home__fv-text02::before {
		height: calc(100% - 6rem);
	}
	.p-home__about {
		padding: 4rem 0;
	}
	.p-home__about::before {
		width: 100%;
		max-width: 100%;
	}
	.p-home__about p {
		font-size: 1.4rem;
		line-height: 1.78;
	}
	.p-home__about .lead {
		margin-bottom: 1.1rem;
		font-size: 1.4rem;
		line-height: 1.8;
	}
	.p-home .c-btn02 {
		margin-top: 2.2rem;
	}
	.p-home .c-btn02 a {
		letter-spacing: 0;
	}
	.p-home__news {
		padding: 4.8rem 0;
	}
	.p-home__news .c-newsList {
		margin-top: 1.6rem;
	}
	.p-home__news .c-newsList a {
		padding: 1rem 1.1rem;
	}
	.p-home__news .c-newsList .c-news__date {
		margin-bottom: 0.6rem;
	}
	.p-home__news .c-newsList .c-news__ttl {
		color: #333;
		font-weight: 400;
		font-size: 1.4rem;
	}
	.p-home__news .c-newsList .img {
		width: 9.6rem;
	}
	.p-home__news .c-btn02 {
		margin-top: 2.4rem;
	}
	.p-home__price {
		margin: 0 0 4.8rem;
		padding: 4rem 1.2rem;
		width: auto;
		max-width: initial;
	}
	.p-home__price-inner {
		width: auto;
		max-width: initial;
	}
	.p-home__price .sub-wrap {
		width: auto;
		max-width: initial;
		margin-left: 0;
	}
	.p-home__price .c-headline06 {
		margin-bottom: 0.8rem;
	}
	.p-home__price .img-box {
		display: block;
	}
	.p-home__price .img-box .photo {
		margin: 0 0 1.5rem;
		width: auto;
	}
	.p-home__price .img-box .text-box {
		font-size: 1.4rem;
		line-height: 1.78;
	}
	.p-home__photoBox {
		margin-bottom: 4.8rem;
	}
	.p-home__photoBox .c-headline06 {
		margin-bottom: 1.5rem;
		text-transform: uppercase;
	}
	.js-photo-slider li {
		width: 14.6rem;
	}
	.p-home__photoBox .c-btn02 {
		margin-top: 2.4rem;
	}
	.p-home__store {
		margin-bottom: 4.8rem;
	}
	.p-home__store .c-headline06 {
		margin-bottom: 1.6rem;
	}
	.p-home__store .p-store__list li {
		margin-top: 4.5rem;
	}
	.p-home__store .p-store__list .photo {
		margin-bottom: 1.6rem;
	}
	.p-home__store .p-store__list .title {
		line-height: 1.7;
	}
	.p-home__yt {
		margin-bottom: 4.8rem;
	}
	.p-home__yt .c-headline06 {
		margin-bottom: 1.6rem;
	}
	.p-home__coupon {
		margin-bottom: 4rem;
	}
	.p-home__coupon .c-headline06 {
		margin-bottom: 1.5rem;
	}
	.p-home__coupon .c-couponList li {
		margin-bottom: 1.6rem;
	}
	.p-home__coupon .c-couponList__sub01 {
		padding: 0.2rem;
    min-height: 92px;
	}
	.p-home__coupon .c-couponList__sub01 .mark {
		width: 6.1rem;
	}
	.p-home__coupon .c-couponList__sub01 .mark span {
		margin-left: -0.2rem;
		font-size: 1.6rem;
	}
	.p-home__coupon .c-couponList__sub01 .ttl-box {
		padding: 1.7rem 1.1rem 1.5rem;
	}
	.p-home__coupon .c-couponList__sub01 .ttl-box p {
		font-size: 1.8rem;
		line-height: 1.75;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
	}
	.p-home__coupon .c-btn02 {
		margin-top: 2.4rem;
	}
	.p-home__access {
		padding: 4rem 0 4.4rem;
	}
	.p-home__access .c-headline06 {
		margin-bottom: 0.9rem;
	}
	.c-map__table .map-btn {
		vertical-align: -0.2rem;
		line-height: 1.65;
	}
}

/* p-about */
.p-about__inner {
	margin-bottom: 4.3rem;
}
.p-about__inner--large {
	margin-bottom: 7.3rem;
}
.p-about__text p {
	margin-bottom: 2.8rem;
	line-height: 1.75;
	letter-spacing: 0.08rem;
	text-align: justify;
}
.p-about__text p:last-child,
.p-about__inner:last-child {
	margin-bottom: 0;
}
.p-about__head {
	margin-bottom: 2.7rem;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.72;
}
.p-about__photo img {
	width: 100%;
}
@media screen and (min-width:751px) {
	.p-about__inner {
		display: flex;
		gap: 4rem;
	}
	.p-about__photo {
		margin-top: 0.5rem;
		width: 39.89%;
	}
	.p-about__text {
		margin-top: 0.3rem;
		flex: 1;
	}
}
@media screen and (max-width:750px) {
	.p-about .c-headline05 {
		margin: 0 0 2rem;
	}
	.p-about__head {
		margin-bottom: 1.8rem;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.p-about__text {
		margin-bottom: 2.2rem;
	}
	.p-about__text p {
		font-size: 1.4rem;
		line-height: 1.786;
	}
	.p-about__inner {
		margin-bottom: 3rem;
	}
	.p-about__inner--large {
		margin-bottom: 3rem;
	}
	.p-about__text p {
		margin-bottom: 2rem;
	}
}

/* p-news */
.p-news__detail {
	margin-bottom: 4.7rem;
	line-height: 1.75;
}
.p-news__detail .img {
	margin-bottom: 3rem;
}
.p-news__detail p {
	margin-bottom: 3rem;
}
.p-news__detail .c-news__ttl {
	font-weight: bold;
}
.p-news__detail p:last-child {
	margin-bottom: 0;
}
@media screen and (min-width:751px) {
	.p-news__detail .c-news__date {
		margin: 3rem 0 1.8rem;
	}
	.p-news__detail .c-news__ttl {
		margin-bottom: 2.6rem;
		font-size: 2.4rem;
	}
}
@media screen and (max-width:750px) {
	.p-news__detail p {
		line-height: 1.786;
		font-size: 1.4rem;
	}
	.p-news__detail .c-news__date {
		margin: 2.6rem 0 1.1rem;
	}
	.p-news__detail .c-news__ttl {
		margin-bottom: 1.4rem;
	}
	.p-news__detail .img {
		margin-bottom: 1.3rem;
	}
	.p-news__detail + .c-btn03 {
		font-size: 1.4rem;
		font-weight: 800;
	}
	.p-news__detail + .c-btn03 a {
		padding: 0.9rem 1.5rem 0.8rem;
	}
}

/* p-booking */
.p-booking__sec {
	margin-bottom: 6.2rem;
}
.p-booking__sec:last-child {
	margin-bottom: 0;
}
.p-booking .c-headline03 {
	margin-bottom: 3rem;
}
@media screen and (max-width:750px) {
	.p-booking .c-stepList {
		margin-bottom: 3.4rem;
	}
	.p-booking .c-stepList .is-current {
		background: #4C4C4C;
	}
	.p-booking__sec {
		margin-bottom: 5rem;
	}
	.p-booking__sec:last-child {
		margin-bottom: 0;
	}
	.p-booking .c-headline03 {
		margin-bottom: 2.5rem;
	}
}

/* p-bookingForm1 */
.p-bookingForm1__item {
	margin-bottom: 4.9rem;
	padding-bottom: 4.9rem;
	border-bottom: 0.1rem solid #D2D2D2;
}
.p-bookingForm1__item:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
.p-bookingForm1__item .ttl {
	margin-bottom: 2.1rem;
	display: flex;
	align-items: center;
	gap: 0.9rem;
}
.p-bookingForm1__item .ttl01 {
	margin-bottom: 1.6rem;
}
.p-bookingForm1__item .ttl .num {
	width: 2.8rem;
	height: 2.8rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	flex-shrink: 0;
	font-size: 2rem;
	font-weight: 500;
	line-height: 1;
	border-radius: 50%;
	color: var(--font-color02);
	background: var(--bg-color02);
}
.p-bookingForm1__item .ttl .sub-txt {
	font-size: 1.8rem;
	font-weight: 700;
}
.p-bookingForm1__people {
	display: flex;
	gap: 0.9rem;
	align-items: center;
}
.p-bookingForm1__people select {
	width: 12rem;
	height: 4rem;
	padding: 0 1.5rem;
	color: #333;
	font-size: 1.6rem;
	text-align: center;
	text-align-last: center;
	background: #fff url(/img/pp/common/icon05.png) no-repeat right 0.8rem center / 0.8rem;
	border-radius: 0.4rem;
	border: 0.1rem solid #D2D2D3;
	-webkit-appearance: none;
	appearance: none;
}
.p-bookingForm1__radioList {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 8rem;
}
.p-bookingForm1__radioList label {
	display: inline-block;
}
.p-bookingForm1__radioList input[type="radio"] {
	display: none;
}
.p-bookingForm1__radioList input[type="radio"] ~ span {
	padding-left: 2.5rem;
	display: inline-block;
	color: #4c4c4c;
	background: url(/img/pp/common/radio_icon01.png) no-repeat left center / 2.1rem;
}
.p-bookingForm1__radioList input[type="radio"]:checked ~ span {
	background-image: url(/img/pp/common/radio_icon02.png);
	background-size: 1.6rem;
}
.p-bookingForm1__timeList {
	display: flex;
	flex-wrap: wrap;
	border-left: 0.1rem solid #C8C8C8;
	border-top: 0.1rem solid #C8C8C8;
}
.p-bookingForm1__timeList li {
	width: calc(100% / 6);
	border-right: 0.1rem solid #C8C8C8;
	border-bottom: 0.1rem solid #C8C8C8;
}
.p-bookingForm1__timeList li label {
	display: flex;
	align-items: center;
	font-size: 2rem;
	cursor: pointer;
}
.p-bookingForm1__timeList li input[type="radio"] {
	display: none;
}
.p-bookingForm1__timeList li input[type="radio"] ~ span {
	padding: 0.6rem 4rem 0.6rem 1.5rem;
	display: block;
	width: 100%;
	color: #4c4c4c;
	background: url(/img/pp/common/radio_icon03.png) no-repeat right 1.2rem center / 2rem;
}
.p-bookingForm1__timeList li input[type="radio"]:checked ~ span {
	background-image: url(/img/pp/common/radio_icon04.png);
}
.p-bookingForm1 .c-mailform__submit input,
.p-bookingForm1 .c-mailform__submit a {
	padding-top: 0;
	background-image: url(/img/pp/common/icon02.png);
	background-size: 0.5rem;
	background-repeat: no-repeat;
	background-position: right 3.2rem center;
}
.p-bookingForm1 .c-mailform__submit .reset input,
.p-bookingForm1 .c-mailform__submit .reset a {
	padding-top: 0;
	background-image: url(/img/pp/common/icon03.png);
	background-size: 0.5rem;
	background-repeat: no-repeat;
	background-position: left 3.2rem center;
}
@media screen and (max-width:750px) {
	.p-bookingForm1 .c-headline04 {
		margin-bottom: 3.2rem;
	}
	.p-bookingForm1__item {
		margin-bottom: 3.5rem;
		padding-bottom: 3.2rem;
	}
	.p-bookingForm1__item:last-child {
		margin-bottom: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
	.p-bookingForm1__item .ttl {
		margin-bottom: 1.6rem;
		gap: 0.8rem;
	}
	.p-bookingForm1__item .ttl01 {
		margin-bottom: 1.5rem;
	}
	.p-bookingForm1__item .ttl .sub-txt {
		font-size: 1.4rem;
	}
	.p-bookingForm1__people {
		font-size: 1.4rem;
		gap: 0.7rem;
	}
	.p-bookingForm1__radioList {
		display: block;
		gap: 1.5rem 0;
	}
	.p-bookingForm1__radioList li {
		margin-bottom: 1.5rem;
	}
	.p-bookingForm1__radioList li:last-child {
		margin-bottom: 0;
	}
	.p-bookingForm1__timeList li {
		width: calc(100% / 3);
	}
	.p-bookingForm1__timeList li label {
		font-size: 1.8rem;
	}
	.p-bookingForm1__timeList li input[type="radio"] ~ span {
		padding: 0.5rem 3.5rem 0.8rem 1.7rem;
		background-size: 1.8rem;
	}
	.p-bookingForm1 .c-mailform__submit .reset input,
	.p-bookingForm1 .c-mailform__submit .reset a {
		background-position: left 0.9rem center;
		background-color: #D2D2D2;
	}
}

/* p-bookingForm2 */
.p-bookingForm2 .note-box {
	padding: 2.3rem 1.2rem;
	max-width: 79.6rem;
	border-bottom: 0.1rem solid #E6E6E6;
}
.p-bookingForm2 .note-box .ttl {
	margin-bottom: 0.7rem;
	color: #000;
	font-size: 1.8rem;
	font-weight: 500;
}
.p-bookingForm2 .note-box .note-list {
	line-height: 1.5;
}
.p-bookingForm2 .c-mailform__agree a {
	margin: 0 0.5em;
	text-decoration: underline;
}
.p-bookingForm2 .c-mailform__submit input {
	padding-top: 0;
	background-image: url(/img/pp/common/icon02.png);
	background-size: 0.5rem;
	background-repeat: no-repeat;
	background-position: right 0.8rem center;
}
.p-bookingForm2 .c-mailform__submit .reset input,
.p-bookingForm2 .c-mailform__submit .reset a {
	padding-top: 0;
	background-image: url(/img/pp/common/icon03.png);
	background-size: 0.5rem;
	background-repeat: no-repeat;
	background-position: left 3.2rem center;
}
.p-bookingForm2 .c-mailform .error-txt {
	color: #FF0000;
}
@media screen and (min-width:751px) {
	.p-bookingForm2 .c-mailform:not(.c-mailform__confirm) .c-mailform__table th,
	.p-bookingForm2 .c-mailform:not(.c-mailform__confirm) .c-mailform__table td {
		padding: 2.3rem 1.2rem 2.5rem;
	}
	.p-bookingForm2 .c-mailform:not(.c-mailform__confirm) .c-mailform__table tr:first-child th,
	.p-bookingForm2 .c-mailform:not(.c-mailform__confirm) .c-mailform__table tr:first-child td {
		padding: 1.5rem 1.2rem 2.5rem;
	}
	.p-bookingForm2 .c-mailform:not(.c-mailform__confirm) .c-mailform__table th {
		padding-top: 3.1rem;
	}
	.p-bookingForm2 .c-mailform:not(.c-mailform__confirm) .c-mailform__table tr:first-child th {
		padding-top: 2.2rem;
	}
	.p-bookingForm2 .c-mailform:not(.c-mailform__confirm) .c-mailform__table th.u-padding01 {
		padding-top: 2.4rem;
	}
	.p-bookingForm2 .c-mailform .c-mailform__agree .error-txt {
		margin-top: 1.5rem;
		font-size: 1.6rem;
	}
	.p-bookingForm2 .c-mailform__confirm .c-mailform__submit {
		margin-top: 3.2rem;
	}
	.p-bookingForm2 .c-thanksBox .p-text01 {
		margin-bottom: 6rem;
	}
}
@media screen and (max-width:750px) {
	.p-bookingForm2 .c-mailform__must {
		font-size: 1.6rem;
	}
	.p-bookingForm2 .c-mailform:not(.c-mailform__confirm) .c-mailform__table td {
		padding-top: 0.8rem;
		padding-bottom: 3.2rem;
	}
	.p-bookingForm2 .c-mailform__name-list {
		max-width: 93.5%;
	}
	.p-bookingForm2 .c-mailform__note {
		font-size: 1.2rem;
		margin-top: 0.9rem;
	}
	.p-bookingForm2 .c-mailform__table input[type="text"],
	.p-bookingForm2 .c-mailform__table input[type="email"],
	.p-bookingForm2 .c-mailform__table input[type="tel"],
	.p-bookingForm2 .c-mailform__table textarea {
		font-size: 1.6rem;
	}
	.p-bookingForm2 .note-box {
		padding: 2.2rem 0 2.5rem;
		max-width: initial;
	}
	.p-bookingForm2 .note-box .ttl {
		margin-bottom: 0.5rem;
	}
	.p-bookingForm2 .note-box .note-list {
		line-height: 1.72;
		font-size: 1.4rem;
	}
	.p-bookingForm2 .c-mailform__agree {
		max-width: initial;
		margin: 2.1rem 1.1rem 2rem;
	}
	.p-bookingForm2 .c-mailform__agree input[type="checkbox"] ~ span {
		padding-left: 2.5rem;
	}
	.p-bookingForm2 .c-mailform__agree a {
		text-decoration: none;
	}
	.p-bookingForm2 .c-mailform__submit {
		margin-top: 3.2rem;
	}
	.p-bookingForm2 .c-mailform__submit .reset input,
	.p-bookingForm2 .c-mailform__submit .reset a {
		font-size: 1.4rem;
		background-position: left 0.9rem center;
		background-color: #D2D2D2;
	}
	.p-bookingForm2 .c-mailform .error-txt {
		margin-top: 0.5rem;
		color: #EA5532;
		font-size: 1.2rem;
	}
	.p-bookingForm2 .c-mailform__confirm .c-mailform__table th,
	.p-bookingForm2 .c-mailform__confirm .c-mailform__table td {
		padding: 1.5rem 0;
		line-height: 1.75;
	}
	.p-bookingForm2 .c-mailform__confirm .c-mailform__table td {
		padding-left: 0.5rem;
	}
	.p-bookingForm2 .c-thanksBox .p-text01 {
		margin-bottom: 2.8rem;
	}
}

/* p-takeout */
.p-takeout__list {
	margin-bottom: 8rem;
}
.p-takeout__list li {
	padding: 3.2rem 0;
	display: flex;
	gap: 3rem;
	border-bottom: 0.1rem solid #E6E6E6;
}
.p-takeout__list .text-box {
	flex: 1;
}
.p-takeout__list .text-box .ttl-box {
	margin-bottom: 2rem;
	display: flex;
	justify-content: space-between;
	gap: 3rem;
	line-height: 1.5;
}
.p-takeout__list .text-box .ttl-box .title {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.08em;
}
.p-takeout__list .text-box .ttl-box .price {
	color: #D80000;
	font-weight: 700;
	font-size: 1.8rem;
}
.p-takeout__list .text-box .ttl-box .price .sm {
	font-size: 1.4rem;
	font-weight: 400;
}
.p-takeout__list .text-box .text {
	font-size: 1.4rem;
	letter-spacing: 0.08em;
	line-height: 2;
}
.p-takeout__list .photo {
	width: 36.22%;
}
.p-takeout__list .photo img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 326/216;
}
@media screen and (max-width:750px) {
	.p-takeout .c-introTxt {
		margin-bottom: -0.3rem;
	}
	.p-takeout__list {
		margin-bottom: 6.4rem;
	}
	.p-takeout__list li {
		display: block;
	}
	.p-takeout__list li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	.p-takeout__list .text-box .ttl-box {
		margin-bottom: 2.1rem;
		align-items: center;
		align-content: flex-start;
	}
	.p-takeout__list .text-box .ttl-box .title {
		font-size: 1.4rem;
	}
	/* .p-takeout__list .text-box .ttl-box .price {
		font-weight: 700;
		font-size: 1.2rem;
	}
	.p-takeout__list .text-box .ttl-box .price .sm {
		font-size: 1.2rem;
	} */
	.p-takeout__list .text-box .text {
		line-height: 1.714;
	}
	.p-takeout__list .photo {
		margin-top: 1.1rem;
		width: auto;
	}
}

/* p-store */
.p-store .c-introTxt {
	margin-bottom: 4.6rem;
}
.p-store__list {
	margin-bottom: 8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 6.5rem 0;
}
.p-store__list li {
	width: 46.5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.p-store__list .photo {
	margin-bottom: 0.7rem;
}
.p-store__list .photo img {
	width: 100%;
	object-fit: cover;
	aspect-ratio: 418/286;
}
.p-store__list .tag {
	margin-bottom: 0.6rem;
	color: #4c4c4c;
	font-size: 1.4rem;
	letter-spacing: 0.15em;
}
.p-store__list .title {
	margin-bottom: 1.1rem;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.722;
}
.p-store__list .text {
	line-height: 1.75;
	letter-spacing: 0.075em;
}
.p-store__list .sub01 {
	margin-bottom: 0.5rem;
	width: 100%;
}
.p-store__list .sub02 {
	margin-top: auto;
	width: 100%;
}
.p-store__list .price {
	margin-bottom: 1.4rem;
	font-size: 1.4rem;
	color: #F60E0B;
}
.p-store__list .price span {
	font-size: 1.8rem;
	font-weight: 700;
}
@media screen and (max-width:750px) {
	.p-store .c-introTxt {
		margin-bottom: 4.7rem;
	}
	.p-store__list {
		margin-bottom: 6.5rem;
		display: block;
	}
	.p-store__list li {
		margin-top: 4.8rem;
		width: auto;
		display: block;
	}
	.p-store__list li:first-child {
		margin-top: 0;
	}
	.p-store__list .tag {
		font-size: 1.2rem;
	}
	.p-store__list .title {
		font-size: 1.4rem;
	}
	.p-store__list .text {
		font-size: 1.4rem;
	}
}

/* p-movie */
.p-movie .c-headline05 {
	margin-bottom: 2.9rem;
}
.p-movie__list {
	margin-bottom: 7.8rem;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 6.3rem 0;
}
.p-movie__list li {
	width: 46.5%;
}
.p-movie__list li a {
	display: block;
}
.p-movie__list .photo {
	margin-bottom: 1.6rem;
	position: relative;
}
.p-movie__list .photo::after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(/img/pp/common/play_icon01.png) no-repeat center center / 8.1rem;
	z-index: 1;
}
.p-movie__list .photo img {
	width: 100%;
	aspect-ratio: 418/234;
	object-fit: cover;
}
.p-movie__list .title {
	font-weight: 700;
	line-height: 1.75;
}
@media screen and (max-width:750px) {
	.p-movie__list {
		margin-bottom: 4.5rem;
		display: block;
	}
	.p-movie__list li {
		width: auto;
		margin-top: 4.5rem;
	}
	.p-movie__list li:first-child {
		margin-top: 0;
	}
	.p-movie__list .photo {
		margin-bottom: 0.7rem;
	}
	.p-movie__list .photo::after {
		background-size: 7.9rem;
	}
	.p-movie__list .title {
		font-size: 1.4rem;
		line-height: 1.7142;
	}
}

/* p-movie__detail */
.p-movie__detail {
	margin-bottom: 7.8rem;
}
.p-movie__detail .movie-box {
	margin-bottom: 3rem;
	width: 100%;
	position: relative;
	aspect-ratio: 16/9;
}
.p-movie__detail .movie-box iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.p-movie__detail .title {
	margin-bottom: 2.5rem;
	font-size: 2.8rem;
	font-weight: 500;
	line-height: 1.7142;
}
.p-movie__detail .inner {
	letter-spacing: 0.07em;
	line-height: 1.75;
}
@media screen and (max-width:750px) {
	.p-movie__detail {
		margin-bottom: 2.9rem;
	}
	.p-movie__detail .movie-box {
		margin-bottom: 0.7rem;
	}
	.p-movie__detail .movie-box::after {
		width: 7.8rem;
	}
	.p-movie__detail .title {
		margin-bottom: 1.2rem;
		font-size: 1.4rem;
	}
	.p-movie__detail .inner {
		font-size: 1.4rem;
		line-height: 1.78;
	}
	.p-movie__detail .inner p {
		text-align: justify;
		word-wrap: break-word;
	}
}

/* p-sns */
.p-sns__introTxt {
	margin-bottom: 1.4rem;
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: 0.03em;
}
.p-sns__item {
	margin-bottom: 6.4rem;
	padding: 1.6rem;
}
.p-sns__item:last-child {
	margin-bottom: 0 !important;
}
.p-sns__item:nth-child(2n) {
	background: #F0F0F0;
}
.p-sns__item .date {
	margin-bottom: 1.2rem;
}
.p-sns__item p {
	margin-bottom: 2.8rem;
	line-height: 1.75;
	letter-spacing: 0.05em;
}
.p-sns__item p:last-child {
	margin-bottom: 0;
}
.p-sns__item figure {
	width: 36.1rem;
	max-width: 100%;
	margin: 2.2rem 0;
}
.p-sns__item p + figure {
	margin-top: -0.6rem;
}
.p-sns__item figure img {
	width: 100%;
}
.p-sns__item figure:last-child {
	margin-bottom: 0 !important;
}
@media screen and (max-width:750px) {
	.p-sns .c-headline01 {
		margin-bottom: 2.7rem;
	}
	.p-sns__introTxt {
		margin-bottom: 0.3rem;
		line-height: 1.72;
	}
	.p-sns__item {
		margin-bottom: 0;
		padding: 3.2rem 1.6rem 3.2rem;
		font-size: 1.4rem;
	}
	.p-sns__item .date {
		margin-bottom: 1.3rem;
	}
	.p-sns__item p {
		line-height: 1.78;
		letter-spacing: 0.06em;
	}
	.p-sns__item:nth-child(2n) {
		padding-top: 1.6rem;
	}
	.p-sns__item:nth-child(2n) .date {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
	.p-sns__item:nth-child(2n) p {
		line-height: 2;
	}
	.p-sns__item figure {
		width: 100%;
		margin: 3rem 0;
	}
	.p-sns__item p + figure {
		margin-top: 3rem;
	}
}

/* p-job */
.p-job .c-btnList01 {
	margin-bottom: 3rem;
}
.p-job__text01 {
	margin-bottom: 1.9rem;
	font-size: 1.8rem;
	line-height: 1.72;
	letter-spacing: 0.1em;
}
.p-job__imgBox {
	margin-bottom: 7.2rem;
	display: flex;
	justify-content: space-between;
	gap: 3rem;
}
.p-job__imgBox .text-box {
	flex: 1;
}
.p-job__imgBox .text-box p {
	line-height: 1.75;
}
.p-job__imgBox .photo {
	margin-top: 0.2rem;
	width: 40.18%;
}
.p-job__imgBox .photo img {
	width: 100%;
}
.p-job__sec {
	margin-bottom: 7rem;
}
.p-job__table {
	width: 100%;
	border-collapse: collapse;
}
.p-job__table th,
.p-job__table td {
	padding: 1.1rem 0 1.2rem;
	font-size: 1.4rem;
	line-height: 2;
	letter-spacing: 0.1em;
	vertical-align: top;
	text-align: left;
	box-sizing: border-box;
	border-bottom: 0.1rem solid #ABABAB;
}
.p-job__table th {
	width: 22%;
	letter-spacing: 0;
	font-weight: 700;
}
.p-job__table tr:first-child th,
.p-job__table tr:first-child td {
	padding-top: 0;
}
.p-job__sec + .c-btn04 {
	margin-top: 9.4rem;
}
@media screen and (max-width:750px) {
	.p-job .c-btnList01 {
		margin-bottom: 3.3rem;
	}
	.p-job__text01 {
		margin-bottom: 3rem;
		font-size: 2.2rem;
		line-height: 1.4;
	}
	.p-job__imgBox {
		margin-bottom: 3.2rem;
		display: block;
	}
	.p-job__imgBox .text-box p {
		font-size: 1.4rem;
		line-height: 1.78;
		letter-spacing: 0.04em;
	}
	.p-job__imgBox .photo {
		margin-top: 3rem;
		width: auto;
	}
	.p-job__sec {
		margin-bottom: 2.8rem;
	}
	.p-job__table th,
	.p-job__table td {
		padding: 0;
		display: block;
		border-bottom: none;
	}
	.p-job__table th {
		padding-bottom: 0.4rem;
		width: 100%;
		line-height: 1.5;
	}
	.p-job__table td {
		padding-bottom: 2.7rem;
	}
	.p-job__table tr:last-child td {
		padding-bottom: 0;
	}
	.p-job__sec + .c-btn04 {
		margin-top: 4.4rem;
	}
}

/* p-menu */
.p-menu .c-headline05 {
	margin-bottom: 3.2rem;
}
.p-menu .c-btnList01 {
	margin-bottom: 4rem;
}
.p-menu__sec {
	margin-bottom: 8rem;
}
.p-menu__sec:last-child {
	margin-bottom: 0;
}
.p-menu .c-imgBox {
	margin-bottom: 0;
	gap: 3.2rem;
  border-bottom: 1px solid #c8c8c8;
  padding-bottom: 24px;
}
.p-menu .c-imgBox__title {
	margin-bottom: 1.6rem;
	color: #000;
}
.p-menu .c-imgBox__text {
	margin-bottom: 0.7rem;
	color: #4c4c4c;
	line-height: 1.5;
}
.p-priceList {
  margin-top: 1em;
  padding-top: 20px;
}
.p-priceList li {
	margin-bottom: 2.5rem;
	padding-bottom: 1.5rem;
	display: flex;
	justify-content: space-between;
	gap: 3rem;
	word-wrap: break-word;
	border-bottom: 0.1rem solid #C8C8C8;
}
.p-priceList li:last-child {
	margin-bottom: 0;
}
.p-priceList__ttl {
	color: #4c4c4c;
	font-weight: 500;
}
.p-priceList__price {
	font-weight: 700;
	font-size: 1.8rem;
	color: #D80000;
	line-height: 1.4;
}
.p-priceList__price .sm {
	font-size: 1.4rem;
	font-weight: 400;
}
@media screen and (max-width:750px) {
	.p-menu .c-headline05 {
		margin-bottom: 3rem;
	}
	.p-menu .c-btnList01 {
		margin-bottom: 2.4rem;
	}
	.p-menu__sec {
		margin-bottom: 5.5rem;
	}
	.p-menu__sec:last-child {
		margin-bottom: 0;
	}
	.p-menu .c-imgBox__title {
		margin-bottom: 1.5rem;
	}
	.p-menu .c-imgBox__text {
		margin-bottom: 0.5rem;
		line-height: 1.7;
	}
	.p-menu .c-headline02 {
		margin-bottom: 2.4rem;
	}
	.p-menu .c-imgBox__photo {
		padding-top: 0.8rem;
	}
	.p-priceList li {
		margin-bottom: 2.3rem;
		padding-bottom: 1.5rem;
		display: block;
		font-size: 1.4rem;
	}
	.p-priceList li:last-child {
		margin-bottom: 0;
	}
	.p-priceList__ttl {
		font-weight: 700;
	}
	.p-priceList__price {
		margin-top: 0.7rem;
		text-align: right;
		/* font-size: 1.4rem;
	}
	.p-priceList__price .sm {
		font-size: 1.2rem; */
	}
}

/* p-map */
.p-map__iframe {
	margin-bottom: 6.5rem;
	width: 100%;
	position: relative;
	aspect-ratio: 900/500;
}
.p-map__iframe iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.p-map_googleMap {
	font-size: 1.4rem;
	font-weight: 700;
}
.p-map_googleMap a {
	text-decoration: underline;
}
@media screen and (max-width:750px) {
	.p-map__iframe {
		margin: 0 -1.2rem 0.9rem;
		width: calc(100% + 2.4rem);
		aspect-ratio: 390/340;
	}
}

/* p-review */
.p-review .p-premium {
	padding-top: 4rem;
}
.p-review__top {
	padding: 3.8rem 0 0.8rem;
	color: #fff;
	background: #333;
}
.p-review__star {
	display: inline-flex;
	gap: 0.2rem;
	vertical-align: -0.2rem;
}
.p-review__star img {
	width: 1.9rem;
}
.p-review__top-inner {
	width: 90rem;
	max-width: 95%;
	margin: 0 auto;
}
.p-review__top-heading {
	margin-bottom: 0.5rem;
	font-size: 2.6rem;
	font-weight: var(--font-weight);
	font-family: var(--font01);
}
.p-review__top-text {
	margin-bottom: 0.3rem;
	font-size: 1.6rem;
	line-height: 1.75;
}
.p-review__top-text .sm {
	font-size: 1.3rem;
}
.p-review__top-text .p-review__star {
	margin: 0 0.7rem;
}
.p-review__top-btn {
	margin: 0.9rem auto 0;
	width: 12.1rem;
}
.p-review__top-btn a {
	padding: 0.6rem 0.8rem;
	display: block;
	text-align: center;
	font-size: 1.7rem;
	color: #fff;
	border: 0.1rem solid #fff;
	border-radius: 0.8rem;
}
.p-review__list {
	margin-bottom: 4.6rem;
}
.p-review__list li {
	margin-bottom: 2.4rem;
	padding: 2rem 2.4rem;
	display: flex;
	gap: 7rem;
	background: #F0F0F0;
}
.p-review__list li:last-child {
	margin-bottom: 0;
}
.p-review__list .text-box {
	flex: 1;
	font-size: 1.4rem;
	line-height: 2;
}
.p-review__list .photo {
	margin: 0.4rem 0;
	width: 23.3%;
}
.p-review__list .photo img {
	width: 100%;
}
.p-review__list .p-review__star {
	margin-right: 1.5rem;
	vertical-align: -0.3rem;
}
.p-review__list .date {
	margin-bottom: 0.7rem;
}
.p-review__note {
	margin-bottom: 4.6rem;
	text-align: center;
	line-height: 1.75;
}
@media screen and (max-width:750px) {
	.p-review .p-premium {
		padding-top: 3.2rem;
	}
	.p-review__top {
		padding: 2.2rem 0 0.8rem;
	}
	.p-review__top-inner {
		width: auto;
		max-width: initial;
		margin: 0 1.2rem;
	}
	.p-review__top-heading {
		margin-bottom: 0.5rem;
		font-size: 2rem;
	}
	.p-review__top-btn {
		margin: 2.9rem auto 0;
	}
	.p-review__top-btn a {
		padding: 0.5rem 0.8rem 0.6rem;
	}
	.p-review__list {
		margin-bottom: 3rem;
	}
	.p-review__list li {
		padding: 0.8rem 1.2rem 1.2rem;
		display: block;
	}
	.p-review__list .text-box {
		margin-bottom: -0.3rem;
	}
	.p-review__list .photo {
		margin: 1.6rem 0 0;
		width: auto;
	}
	.p-review__note {
		font-size: 1.4rem;
		line-height: 1.7;
	}
}

/* p-photo */
@media screen and (max-width:750px) {
	.p-photo .c-btnList01 {
		margin-bottom: 2.4rem;
	}
}

/* loading */
.loading {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: none;
	transition: 1s;
	background: #fff;
	z-index: 99999;
}
.loading.hide {
	opacity: 0;
	visibility: hidden;
}
.loading__logo {
	width: 8rem;
	position: absolute;
	left: 50%;
	top: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	animation: fadeInTop 2s ease-in-out 1;
	opacity: 0;
}
.loading + #container {
	opacity: 0;
}
.loading + #container.show {
	opacity: 1;
}
@keyframes fadeInTop {
	0% {
		opacity: 1;
		top: calc(60%)
	}
	35% {
		opacity: 1;
		top: 50%
	}
	100% {
		opacity: 0.3;
		top: 50%
	}
}


.p-photo__sec + .p-photo__sec {
  margin-top: 2em;
}
