@charset "UTF-8";

/* ----------------------------------------------------
	contents
---------------------------------------------------- */
.contents {
	padding: 90px 50px;
}

.contents__title {
	margin-bottom: 1em;
	line-height: 1;
	font-family: var(--din);
	font-size: 60px;
	font-weight: 400;
	text-align: center;
	position: relative;
}

.outdoor .contents__title {
	width: 400px;
	margin: 0 auto;
	margin-bottom: 0.75em;
}
.outdoor .contents__title::after {
	content: '';
	background: url(../img/img_fukidashi.webp) no-repeat;
	background-size: 100%;
	width: 207px;
	height: 127px;
	position: absolute;
	top: -20px;
	right: -210px;
}

.contents__lead {
	margin-bottom: 1em;
	font-size: 30px;
	text-align: center;
}

.contents__lead span::before {
	content: "＼";
}

.contents__lead span::after {
	content: "／";
}

@media screen and (max-width: 768px) {
	.contents {
		padding: 13.33333vw 3.2vw;
	}

	.contents__title {
		margin-bottom: 0.5em;
		font-size: 12vw;
	}

	.contents__lead {
		font-size: 4.8vw;
	}

	.contents__lead span::before,
	.contents__lead span::after {
		content: "";
	}

	.outdoor .contents__title {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 0.75em;
	}
	.outdoor .contents__title::after {
		width: 100px;
		height: 67px;
		top: 50px;
		right: 0;
	}

}

/* ----------------------------------------------------
	menu
---------------------------------------------------- */
.menu {
	margin-bottom: 4em;
}

.menu#bbq {
	padding-top: 6em;
}

.menu__set {
	margin-bottom: 3em;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.menu__set .detail {
	width: calc(100% - 66.20726% - 3.5%);
}

.menu__set .detail__title {
	line-height: 1.25;
	font-size: 35px;
	font-weight: bold;
}

.menu__set .detail__text .price {
	margin-bottom: 1em;
	line-height: 1.5;
	font-size: 23px;
}

.menu__set .detail__text .price span {
	margin-left: 0.5em;
	font-size: 35px;
	font-weight: bold;
	display: inline-block;
}

.menu__set .detail__text .price small {
	font-size: 16px;
	display: block;
}

.menu__set .detail__text .text {
	margin-bottom: 0.5em;
}

.menu__set .detail__text .note li {
	font-size: 16px;
}

.menu__set .image {
	width: 66.20726%;
}

.menu__contents {
	margin: 0 auto 4em;
	max-width: 778px;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.menu__list {
	width: calc(100% - 54.61283% - 2%);
}

.menu__list.type01 {
	width: 100%;
}

.menu__list li {
	letter-spacing: -0.005em;
}

.menu__list--title {
	padding-left: 1em;
}

.menu__list--title {
	display: inline-block;
	position: relative;
	height: 31px;
	/* line-height: 60px; */
	text-align: center;
	padding: 0 20px 0 10px;
	font-size: 18px;
	font-weight: 600;
	background: #5d070c;
	color: #FFF;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.menu__list--title:after {
	position: absolute;
	content: '';
	width: 0px;
	height: 0px;
	z-index: 1;
}
.menu__list--title:after {
	top: 0;
	right: 0;
	border-width: 15px 15px 15px 0px;
	border-color: transparent #decdb3 transparent transparent;
	border-style: solid;
}

.menu__image {
	width: 54.61283%;
}

.menu .linkBtn a,.box-lyt-ccnp .linkBtn a {
	margin: 0 auto;
	max-width: 667px;
	width: 100%;
	height: 99px;
	font-size: 28px;
	border-style: solid;
	border-width: 2px;
}

.menu .linkBtn a:hover,.box-lyt-ccnp .linkBtn a:hover {
	opacity: 1;
}

@media screen and (max-width: 768px) {
	.menu#bbq {
		padding-top: 4em;
	}

	.menu__set {
		display: block;
	}

	.menu__set .detail {
		margin-bottom: 1em;
		width: 100%;
	}

	.menu__set .detail__title {
		font-size: 6.4vw;
	}

	.menu__set .detail__text .price {
		font-size: 4.8vw;
	}

	.menu__set .detail__text .price span {
		font-size: 6.4vw;
	}

	.menu__set .detail__text .price small {
		font-size: 4vw;
	}

	.menu__set .detail__text .text {
		margin-bottom: 0.5em;
	}

	.menu__set .detail__text .note li {
		font-size: 3.2vw;
	}

	.menu__set .image {
		width: 100%;
	}

	.menu__contents {
		display: block;
	}

	.menu__list {
		margin-bottom: 1em;
		width: 100%;
	}

	.menu__image {
		width: 100%;
	}

	.menu .linkBtn a,.box-lyt-ccnp .linkBtn a {
		width: 100%;
		height: 13.33333vw;
		font-size: 4.8vw;
	}
}

/* ----------------------------------------------------
	outdoor
---------------------------------------------------- */
.outdoor {
	background: rgb(var(--bei1));
	color: rgb(var(--mainColor));
}

.outdoor .anniversary__title {
	font-size: 27px;
	margin-bottom: 4em;
	text-align: center;
}

.outdoor .menu .linkBtn a {
	background: #53321A;
	color: rgb(var(--wht));
	border-color: #53321A;
}

.outdoor .menu .linkBtn a:hover {
	color: #53321A;
}

.outdoor .menu .linkBtn a:hover {
	background: none;
}

@media screen and (max-width: 768px) {
	.outdoor .anniversary__title {
		font-size: 24px;
		margin: 3em 0;
	}

	.outdoor .anniversary__title span {
		font-size: 4vw;
		border-width: 0.53333vw;
	}

	.outdoor .anniversary__title span::before,
	.outdoor .anniversary__title span::after {
		bottom: -0.75em;
	}

	.outdoor .anniversary__title span::before {
		left: -7.5%;
	}

	.outdoor .anniversary__title span::after {
		right: -7.5%;
	}
}

/* ----------------------------------------------------
	bbq
---------------------------------------------------- */
.bbq .menu__list--detail {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.bbq .menu__list--detail {
		display: block;
	}
}

/* ----------------------------------------------------
	child
---------------------------------------------------- */
.child {
	padding-top: 6em;
}

@media screen and (max-width: 768px) {
	.child {
		padding-top: 4em;
	}
}

/* ----------------------------------------------------
	indoor
---------------------------------------------------- */
.indoor {
	background: rgb(var(--mainColor));
	color: rgb(var(--wht));
}

.indoor .menu__list {
	margin: 0 auto;
	max-width: 610px;
	width: 100%;
}

.indoor .menu__list--detail {
	display: flex;
	justify-content: space-between;
}

.indoor .menu .linkBtn a {
	background: rgb(var(--wht));
	color: rgb(var(--mainColor));
	border-color: rgb(var(--wht));
}

.indoor .menu .linkBtn a:hover {
	background: none;
	color: rgb(var(--wht));
}

.indoor .option {
	margin: 0 auto 4em;
	max-width: 753px;
	width: 100%;
	display: flex;
	flex-direction: row-reverse;
	justify-content: space-between;
}

.indoor .option__detail {
	width: calc(100% - 48.90959% - 8%);
}

.indoor .option__detail--title {
	line-height: 1.25;
	font-size: 35px;
	font-weight: bold;
}

.indoor .option__detail--text .price {
	margin-bottom: 1em;
	line-height: 1.5;
	font-size: 23px;
}

.indoor .option__detail--text .price span {
	margin-left: 0.5em;
	font-size: 35px;
	font-weight: bold;
	display: inline-block;
}

.indoor .option__image {
	width: 48.90959%;
}

.indoor .menu__list--title {
	background: #FFF;
	color: #5d070c;
}
.indoor .menu__list--title:after {
	top: 0;
	right: 0;
	border-width: 15px 15px 15px 0px;
	border-color: transparent #5d070c transparent transparent;
	border-style: solid;
}

@media screen and (max-width: 768px) {
	.indoor .menu__list--detail .list {
		display: block;
	}

	.indoor .menu__list--detail .list li {
		width: 100%;
	}

	.indoor .option {
		display: block;
	}

	.indoor .option__detail {
		margin-bottom: 1em;
		width: 100%;
	}

	.indoor .option__detail--title {
		font-size: 6.4vw;
	}

	.indoor .option__detail--text .price {
		font-size: 4.8vw;
	}

	.indoor .option__detail--text .price span {
		font-size: 6.4vw;
	}

	.indoor .option__image {
		margin: 0 auto;
		width: 75%;
	}

	.indoor .menu__list--detail {
		display: block;
	}

}

/* ----------------------------------------------------
	ala-carte
---------------------------------------------------- */
.ala-carte {
	background: rgb(var(--bei1));
	color: rgb(var(--mainColor));
}

.ala-carte .contents__title {
	margin-bottom: 0;
	padding-bottom: 1em;
}

.ala-carte .contents__title::before {
	content: '';
	width: 405px;
	height: 405px;
	background: #fff;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
}

.ala-carte .contents__title span {
	position: relative;
	top: 80px;
	z-index: 10;
}

.ala-carte .box {
	max-width: 795px;
	margin: 0 auto;
	padding: 80px 56px 60px;
	background: #fff;
}

.ala-carte .menu {
	max-width: 540px;
	margin: 0 auto 50px;
}

.ala-carte .menu .item {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 8px;
}

/* 点線 */
.ala-carte .menu .item::after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	border-bottom: dotted 2px rgb(var(--mainColor));
}
.ala-carte .menu .item:nth-of-type(11)::after,
.ala-carte .menu .item:nth-of-type(12)::after,
.ala-carte .menu .item:nth-of-type(21)::after {
	display: none;
}

.ala-carte .menu .item .name,
.ala-carte .menu .item .price {
	display: inline-block;
	/* 周りの背景色と同色にします */
	background-color: #fff;
	position: relative;
	z-index: 1;
}

.ala-carte .menu .item .name {
	padding-right: 5px;
	font-size: 23px;
}

.ala-carte .menu .item .name.pl20 {
	padding-left: 20px;
}

.ala-carte .menu .item .price {
	padding-left: 5px;
	font-size: 25px;
	position: relative;
}

.ala-carte .menu .item .price.number1::after {
	content: '①';
	position: absolute;
	padding-left: 10px;
}
.ala-carte .menu .item .price.number2::after {
	content: '②';
	position: absolute;
	padding-left: 10px;
}
.ala-carte .menu .item .price.number3::after {
	content: '③';
	position: absolute;
	padding-left: 10px;
}
.ala-carte .menu .item .price.number4::after {
	content: '④';
	position: absolute;
	padding-left: 10px;
}
.ala-carte .menu .item .price.number5::after {
	content: '⑤';
	position: absolute;
	padding-left: 10px;
}
.ala-carte .menu .item .price.number6::after {
	content: '⑥';
	position: absolute;
	padding-left: 10px;
}

@media screen and (max-width: 768px) {
	.ala-carte .box {
		padding: 80px 20px 60px;
	}

	.ala-carte .menu {
		padding-right: 10px;
	}

	.ala-carte .contents__title::before {
		width: 355px;
		height: 355px;
	}

	.ala-carte .menu .item .name {
		font-size: 17px;
	}

	.ala-carte .menu .item .name.pl20 {
		padding-left: 20px;
	}

	.ala-carte .menu .item .price {
		padding-left: 5px;
		font-size: 16px;
	}

	.ala-carte .menu .item .price.number1::after,
	.ala-carte .menu .item .price.number2::after,
	.ala-carte .menu .item .price.number3::after,
	.ala-carte .menu .item .price.number4::after,
	.ala-carte .menu .item .price.number5::after,
	.ala-carte .menu .item .price.number6::after {
		padding-left: 5px;
	}

}

/* ----------------------------------------------------
	drink
---------------------------------------------------- */
.drink {
	background: rgb(var(--bei1));
	color: rgb(var(--mainColor));
}

.drink .container {
	max-width: 874px;
	display: flex;
	justify-content: space-between;
}

.drink__contents {
	width: calc(100% - 42.16063% - 2em);
}

.drink__contents .contents__title {
	margin-bottom: 1rem;
	text-align: left;
}

.drink__contents .contents__title .jp {
	margin-top: 0.25em;
	font-size: 30px;
	font-weight: bold;
	display: block;
}

.drink__contents .price {
	margin-bottom: 1em;
}

.drink__contents .price span {
	margin-left: 0.5em;
	font-size: 26px;
	font-weight: bold;
	display: inline-block;
}

.drink__image {
	width: 44.16063%;
}

.drink__image figure:first-child {
	margin-bottom: 10px;
}

.drink__contents .note {
	margin-top: 1em;
}

.drink__contents .note li {
	font-size: 16px;
}

.drink .contents__title.mt2 {
	margin-top: 2em;
}

.drink .linkBtn a {
	background: #5f0000;
	color: #fff;
	width: 518px;
	height: 137px;
	margin: 0 auto;
	font-size: 35px;
}

.drink .linkBtn a span {
	position: relative;
	padding-left: 20px;
}
.drink .linkBtn a span::before {
	content: '';
	background: url(../img/icon_pdf.webp) no-repeat;
	background-size: 100%;
	width: 66px;
	height: 92px;
	position: absolute;
	top: 50%;
	left: -40px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}
.drink .linkBtn a span::after {
	content: '';
	background: url(../img/img_arrow.webp) no-repeat;
	background-size: 100%;
	width: 13px;
	height: 26px;
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}


@media screen and (max-width: 768px) {
	.drink .container {
		display: block;
	}

	.drink__contents {
		margin-bottom: 2em;
		width: 100%;
	}

	.drink__contents .contents__title {
		margin-bottom: 0.5em;
		text-align: center;
	}

	.drink__contents .contents__title .jp {
		font-size: 5.6vw;
	}

	.drink__contents .price {
		text-align: center;
	}

	.drink__contents .price span {
		font-size: 6.4vw;
	}

	.drink__image {
		width: 100%;
	}

	.drink__image .note li {
		font-size: 3.2vw;
	}

	.drink .linkBtn a {
		width: 100%;
		height: 51px;
		font-size: 28px;
	}

	.drink .linkBtn a span {
		padding-left: 0;
	}
	.drink .linkBtn a span::before {
		width: 26px;
		height: 40px;
		top: 54%;
		left: -40px;
	}
	.drink .linkBtn a span::after {
		right: -50px;
	}

}

/* ----------------------------------------------------
	join
---------------------------------------------------- */
.join__contents {
	background: rgb(var(--bei2));
	margin: 0 auto 1.5em;
	padding: 3.5em 0 1em;
	max-width: 837px;
	width: 100%;
	line-height: 1.5;
	font-size: 29px;
	font-weight: 600;
	text-align: center;
	border-radius: 20px;
	position: relative;
}

.join__contents--title {
	width: 46%;
	position: absolute;
	top: 30px;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
}

.join__contents--detail .text {
	margin-bottom: 0;
	font-size: 30px;
	font-weight: 600;
}

.join__contents--detail .text.color span {
	color: rgb(var(--red));
	font-size: 27px;
	font-weight: 400;
}

.join .banner {
	margin: 0 auto;
	max-width: 837px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.join__contents {
		font-size: 4.26667vw;
		border-radius: 2.66667vw;
	}

	.join__contents--title {
		width: 66%;
		top: 30px;
	}

	.join__contents--detail .text {
		font-size: 24px;
		padding: 0 10px;
	}

	.join__contents--detail .text.color {
		padding-top: 10px;
	}

	.join__contents--detail .text.color span {
		font-size: 19px;
	}

}

/* ----------------------------------------------------
	access
---------------------------------------------------- */
.access {
	background: rgb(var(--gra));
	color: rgb(var(--wht));
}

.access__image {
	margin-bottom: 4em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.access__image--item {
	margin: 0 0.35em 1em;
	width: 37.627%;
}

.access__image--item:nth-of-type(1) {
	width: 48.1%;
}

.access__image--item:nth-of-type(2) {
	width: 26.9%;
}

.access__image--item figcaption {
	font-size: 15px;
	text-align: right;
}

.access .logo {
	margin: 0 auto 3em;
	max-width: 650px;
}

.access .address__contents {
	margin-bottom: 3em;
	font-size: 21px;
	text-align: center;
}

.access .address__map {
	margin: 0 auto 3em;
	max-width: 1080px;
	width: 100%;
	height: 560px;
}

.access .address__map iframe {
	width: 100%;
	height: 100%;
}

.access .train {
	margin-bottom: 3em;
	font-size: 21px;
	text-align: center;
}

.access .train__title {
	margin-bottom: 1em;
}

.access .train__title span {
	padding: 0.25em;
	border: solid 1px rgb(var(--wht));
}

.access .bus-text {
	margin-bottom: 1em;
	font-size: 21px;
	text-align: center;
}

.access .linkBtn {
	margin-bottom: 4em;
}

.access .linkBtn a {
	background: rgb(var(--wht));
	margin: 0 auto;
	width: 667px;
	height: 99px;
	color: rgb(var(--blk));
	font-size: 28px;
	border: solid 2px rgb(var(--wht));
}

.access .linkBtn a:hover {
	background: none;
	color: rgb(var(--wht));
	opacity: 1;
}

.access .note {
	margin: 0 auto 3em;
	max-width: 1080px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.access__image {
		margin-bottom: 4em;
		display: block;
	}

	.access__image--item {
		margin: 0 0 1em;
	}

	.access__image--item,
	.access__image--item:first-of-type,
	.access__image--item:first-of-type figure,
	.access__image--item:nth-of-type(2) {
		width: 100%;
	}

	.access__image--item figcaption {
		font-size: 3.2vw;
	}

	.access .logo {
		max-width: 100%;
	}

	.access .address__map {
		max-width: 100%;
		height: 60vw;
	}

	.access .address__contents,
	.access .train,
	.access .bus-text {
		font-size: 4vw;
	}

	.access .address__contents {
		margin-bottom: 1em;
	}

	.access .train__detail--list {
		font-size: 3.73333vw;
	}

	.access .linkBtn a {
		width: 100%;
		height: 13.33333vw;
		font-size: 4.8vw;
	}
}


/*25.08.19 追加*/

.box-lyt-ccnp{
	padding-bottom: 120px;	
}

.box-lyt-ccnp .lyt-ccnplead{
	position: relative;
	max-width: 500px;
	margin: 0 auto .8em;
	text-align: center;
	font-size: 36px;
	font-weight: 900;
}
.box-lyt-ccnp .lyt-ccnplead span{
	display: block;
	font-size: 25px;
	font-weight: 700;
}
.box-lyt-ccnp .lyt-ccnplead::before,
.box-lyt-ccnp .lyt-ccnplead::after{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 3em;
	height: 4px;
	border-radius: 60px;
	background: rgb(var(--mainColor));
}
.box-lyt-ccnp .lyt-ccnplead::before{
	left: -2.5em;
	transform: rotate(60deg);
}
.box-lyt-ccnp .lyt-ccnplead::after{
	right: -2.5em;
	transform: rotate(120deg);
}
.box-lyt-ccnp .linkBtn a {
	background: #53321A;
	color: rgb(var(--wht));
	border-color: #53321A;
}

.box-lyt-ccnp .linkBtn a:hover {
	background: none;
	color: #53321A;
}

@media screen and (max-width: 768px) {
	.box-lyt-ccnp{
		padding-bottom: 13.33333vw;	
	}
	.box-lyt-ccnp .lyt-ccnplead{
		width: 90%;
		font-size:6vw;
	}
	.box-lyt-ccnp .lyt-ccnplead span{
		font-size: 4vw;
	}
	.box-lyt-ccnp .lyt-ccnplead::before,
	.box-lyt-ccnp .lyt-ccnplead::after{
		height: 3px;
	}
	.box-lyt-ccnp .lyt-ccnplead::before{
		left: -2em;
		transform: rotate(70deg);
	}
	.box-lyt-ccnp .lyt-ccnplead::after{
		right: -1.9em;
		transform: rotate(110deg);
	}
	.box-lyt-ccnp .linkBtn a {
		font-size: 4.4vw;
		font-weight: 700;
	}
}
