<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------------
    sec1
--------------------------------------*/
#sec1 {
	padding: 14vw 0;
	position: relative;
}
#sec1:before {
	content: "";
	position: absolute;
	top: 5vw;
	left: 0;
	width: 100%;
	height: 100vw;
	background: url(../img/shared/bg_par1.jpg) repeat;
	z-index: -1;
}
#sec1 h2 {
	width: 60vw;
	margin: 0 auto;
}
#sec1 .txt-center {
	margin: 6vw 0;
}
#sec1 .bnr-arrow {
	width: 10px;
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	#sec1 .bnr-global .col + .col {
		margin-top: 6vw;
	}
	#sec1 .bnr-arrow {
		margin-top: 3vw;
	}
}

/*--------------------------------------
    sec2
--------------------------------------*/
#sec2 {
	position: relative;
	padding-bottom: 13vw;
}
#sec2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 96%;
	height: 70vw;
	background: url(../img/shared/bg_par1.jpg) repeat;
	z-index: -1;
}
#sec2 .row1 h2 {
	position: relative;
	padding-top: 20vw;
	width: 20vw;
	margin: 0 auto 7vw;
}
#sec2 .row1 h2:before {
	content: "";
	position: absolute;
	top: 0;
	right: -2vw;
	width: 1px;
	height: 50vw;
	background: #131313;
	transform: rotate(45deg);
	transform-origin: top right;
}
#sec2 .row1 .photo {
	margin: 0 -5%;
}
#sec2 .row2 {
	margin-top: 10vw;
	gap: 6vw;
}

/*--------------------------------------
    sec3
--------------------------------------*/
#sec3 {
	position: relative;
	padding: 30vw 0;
}
#sec3 .bgsec-parallax {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: -1;
}
#sec3 h2 {
	width: 50vw;
	margin: 0 auto 3vw;
}
#sec3 .ttl {
	width: 50px;
	margin: 0 auto;
}

/*--------------------------------------
    sec4
--------------------------------------*/
#sec4 {
	padding: 13vw 0;
	text-align: center;
}
#sec4 h2 {
	border-bottom: 2px solid #777777;
	width: 60vw;
	padding-bottom: 3vw;
	margin: 0 auto 4vw;
}
#sec4 .note {
	margin: 3vw 0 10vw;
}
#sec4 .s4-js {
	position: relative;
	z-index: 2;
	padding: 0 10px;
}
#sec4 .s4-js .slick-arrow {
	width: 18px;
	height: 15px;
	top: 23vw;
}
#sec4 .s4-js .slick-next {
	background: url(../img/dinner/next.png);
	transform: none;
	right: -12px;
}
#sec4 .s4-js .slick-prev {
	left: -12px;
	background: url(../img/dinner/prev.png);
}
#sec4 .slider-nav {
	margin-top: 5vw;
}
#sec4 .slider-nav .slick-list {
	padding: 0 !important;
	overflow: visible;
}
#sec4 .slider-nav .slick-track {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	width: 100% !important;
	gap: 15px;
}
#sec4 .slider-nav li {
	position: relative;
	font-size: 16px;
	display: block !important;
	min-width: 21px;
	line-height: 21px;
	padding-bottom: 10px;
}
#sec4 .slider-nav li::before {
	content: "";
	position: absolute;
	top: -7vw;
	left: 0;
	width: 1px;
	bottom: 0vw;
	background: #131313;
	opacity: 0;
}
#sec4 .slider-nav .slick-current li span {
	opacity: 0.3;
}
#sec4 .slider-nav .slick-current li:before {
	opacity: 1;
}

/*--------------------------------------
  sec5
--------------------------------------*/
#sec5 .wrap {
	gap: 6vw;
}
#sec5 .item {
	background: url(../img/shared/bg_par1.jpg) repeat;
	padding: 4vw;
	text-align: center;
	padding-bottom: 8vw;
}
#sec5 .item h2 {
	margin: 4vw 0 1vw;
}
#sec5 .item h3 {
	border-top: 2px solid #69645f;
	margin: 4vw;
	padding-top: 4vw;
	font-size: 16px;
}
#sec5 .item ul {
	font-size: 16px;
	line-height: 30px;
}

/*--------------------------------------
  sec6
--------------------------------------*/
#sec6 {
	margin-top: 13vw;
	padding-bottom: 13vw;
	position: relative;
	z-index: 1;
}
#sec6:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33vw;
	background: url(../img/dinner/s6_deco.png) repeat-x center top;
	background-size: auto 100%;
	z-index: -1;
}
#sec6 h2 {
	position: relative;
	width: 60vw;
	padding-top: 12vw;
	margin: 0 auto;
}
#sec6 h2:before {
	content: "";
	position: absolute;
	top: -4vw;
	left: 9vw;
	width: 1px;
	height: 50vw;
	background: #131313;
	transform: rotate(45deg);
	transform-origin: top right;
}
#sec6 .row1 {
	margin-bottom: 10vw;
}
#sec6 .row1 .note {
	margin: 5vw 0 10vw calc(50% - 30vw);
}
#sec6 .c-bg {
	background: url(../img/shared/bg_par1.jpg) repeat;
	margin-top: 5vw;
	padding: 4vw;
	padding-bottom: 8vw;
}
#sec6 .c-bg h3 {
	--gap: -1vw;
}
#sec6 .c-bg .left {
	margin-top: 3vw;
}
#sec6 .c-bg .left .note {
	margin-top: 4vw;
}
#sec6 .c-bg .right {
	margin-top: 5vw;
	padding-top: 5vw;
	border-top: 1px solid;
}
#sec6 .c-bg .right h4 {
	font-size: 16px;
}
#sec6 .c-bg .right .disf {
	flex-direction: row;
	margin-top: 3vw;
	gap: 10vw;
	flex-wrap: wrap;
}
#sec6 .button {
	margin-top: 8vw;
}

/*--------------------------------------
  sec7
--------------------------------------*/
#sec7 {
	background: url(../img/shared/bg_par1.jpg) repeat;
	padding: 13vw 0;
}
#sec7 .content h2 {
	width: 40vw;
	margin: 8vw auto 4vw;
}
#sec7 .content .ttl {
	width: 20vw;
	margin: 0 auto 6vw;
}
#sec7 .content .info {
	border-top: 2px solid #7b7b7b;
	margin-top: 7vw;
}
#sec7 .content .info dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #7b7b7b;
	padding: 5px 0;
}
#sec7 .button {
	margin-top: 10vw;
}

/*--------------------------------------
  sec8
--------------------------------------*/
#sec8 {
	margin-top: 13vw;
	padding-bottom: 13vw;
	position: relative;
	z-index: 1;
}
#sec8:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 33vw;
	background: url(../img/dinner/s6_deco.png) repeat-x center top;
	background-size: auto 100%;
	z-index: -1;
}
#sec8 .content h2 {
	width: 40vw;
	margin: 8vw auto 4vw;
}
#sec8 .content .ttl {
	width: 13vw;
	margin: 0 auto 6vw;
}
#sec8 .button {
	margin-top: 10vw;
}

/*--------------------------------------
  PC
--------------------------------------*/
@media screen and (min-width: 768px) {
	/*--------------------------------------
    sec1
  --------------------------------------*/
	#sec1 {
		padding: 283px 0 157px;
	}
	#sec1::before {
		top: 99px;
		left: calc(50% - 656px);
		width: 1350px;
		height: 786px;
	}
	#sec1 .wrap {
		width: 1030px;
	}
	#sec1 h2 {
		width: 320px;
		text-align: center;
	}
	#sec1 .txt-center {
		margin: 51px 0 80px;
		font-size: 20px;
		line-height: 45px;
	}
	#sec1 .bnr-global {
		margin: 0px -15px;
		column-gap: 30px;
	}
	#sec1 .bnr-global .inner {
		padding-top: 139px;
	}
	/*--------------------------------------
    sec2
  --------------------------------------*/
	#sec2 {
		padding-bottom: 97px;
	}
	#sec2:before {
		width: 90%;
		height: 457px;
	}
	#sec2 .wrap {
		width: 1098px;
	}
	#sec2 .row1 .photo {
		position: absolute;
		margin: 0;
		right: calc(50% - 50vw);
		left: calc(50% - 274px);
		height: 607px;
	}
	#sec2 .row1 .photo img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	#sec2 .row1 h2 {
		padding-top: 136px;
		width: 106px;
		margin-left: 0;
	}
	#sec2 .row1 h2:before {
		top: 12px;
		right: -34px;
		width: 1px;
		height: 323px;
	}
	#sec2 .row2 {
		margin-top: 50px;
		gap: 50px;
		justify-content: space-between;
	}
	#sec2 .row2 .photo {
		margin-left: -107px;
	}
	#sec2 .row2 .txt {
		width: 405px;
		min-width: 405px;
		margin: 138px 51px 0px 0;
	}
	/*--------------------------------------
    sec3
  --------------------------------------*/
	#sec3 {
		padding: 217px 0 191px;
	}
	#sec3 h2 {
		width: 290px;
		padding-left: 3px;
		margin-bottom: 14px;
	}
	#sec3 .ttl {
		width: 63px;
		padding-left: 4px;
	}
	/*--------------------------------------
    sec4
  --------------------------------------*/
	#sec4 {
		padding: 145px 0 125px;
	}
	#sec4 .wrap {
		width: 1314px;
	}
	#sec4 h2 {
		padding-left: 6px;
		padding-bottom: 20px;
		width: 444px;
		margin-bottom: 11px;
	}
	#sec4 .price {
		margin-left: 5px;
	}
	#sec4 .note {
		margin: 14px 0 67px 12px;
	}
	#sec4 .row {
		flex-direction: row-reverse;
		justify-content: space-between;
	}
	#sec4 .row .s4-js {
		width: calc(80% - 8px);
		line-height: 1;
		margin-right: -1px;
		padding: 0;
		background: url(../img/shared/bgbody.jpg) repeat;
	}
	#sec4 .row .s4-js img {
		width: 100%;
		height: 609px;
		object-fit: cover;
	}
	#sec4 .row .s4-js .slick-arrow {
		display: none !important;
	}
	#sec4 .row .slider-nav {
		width: 200px;
		margin: 70px 0 0 50px;
	}
	#sec4 .row .slider-nav .slick-track {
		flex-direction: column;
		text-align: left;
		gap: 0;
	}
	#sec4 .row .slider-nav li {
		font-size: 26px;
		line-height: 60px;
		letter-spacing: 0.1em;
		padding-bottom: 0;
	}
	#sec4 .row .slider-nav li:before {
		top: auto;
		bottom: 0px;
		left: -36px;
		width: 258px;
		height: 1px;
		bottom: 1px;
	}
	/*--------------------------------------
    sec5
  --------------------------------------*/
	#sec5 .wrap {
		width: 1230px;
		padding-left: 1px;
		gap: 30px;
	}
	#sec5 .item {
		width: 50%;
		padding: 33px 40px 104px;
		box-sizing: border-box;
	}
	#sec5 .item h2 {
		margin: 44px 0 4px;
	}
	#sec5 .item h3 {
		margin: 24px 37px 9px;
		padding-top: 32px;
		font-size: 20px;
		letter-spacing: 0.02em;
	}
	#sec5 .item ul {
		font-size: 20px;
		line-height: 40px;
		letter-spacing: 0.05em;
		margin-left: 4px;
	}
	/*--------------------------------------
    sec6
  --------------------------------------*/
	#sec6 {
		margin-top: 132px;
		padding-bottom: 143px;
	}
	#sec6:before {
		height: 319px;
	}
	#sec6 .row1 {
		justify-content: space-between;
		margin-bottom: 77px;
	}
	#sec6 .row1 .content {
		padding-left: 60px;
	}
	#sec6 .row1 .content h2 {
		padding-top: 160px;
		width: 335px;
	}
	#sec6 .row1 .content h2:before {
		top: -1px;
		left: 116px;
		width: 1px;
		height: 372px;
	}
	#sec6 .row1 .content .note {
		margin: 35px 0 0 -2px;
		font-size: 20px;
	}
	#sec6 .row1 .photo {
		margin-right: -100px;
	}
	#sec6 .c-bg {
		margin: 27px -35px 0;
		padding: 73px 30px 60px;
	}
	#sec6 .c-bg .inner {
		width: 100%;
		max-width: 890px;
		margin: 0 auto;
	}
	#sec6 .c-bg .row {
		margin-top: 13px;
		margin-left: 7px;
	}
	#sec6 .c-bg .row .left {
		margin-top: 0;
	}
	#sec6 .c-bg .row .left .price {
		letter-spacing: 0.1em;
	}
	#sec6 .c-bg .row .left .note {
		margin-top: 18px;
	}
	#sec6 .c-bg .row .right {
		border: none;
		margin: 6px 0 0 45px;
		border-left: 1px solid;
		padding: 0 0 24px 51px;
	}
	#sec6 .c-bg .row .right h4 {
		font-size: 20px;
		letter-spacing: 0.03em;
	}
	#sec6 .c-bg .row .right .disf {
		margin-top: 6px;
		gap: 0;
		margin-left: 8px;
		width: 426px;
		justify-content: space-between;
	}
	#sec6 .c-bg .row .right .disf ul {
		font-size: 20px;
		line-height: 40px;
	}
	#sec6 .c-bg2 h3 {
		letter-spacing: 0em;
	}
	#sec6 .button {
		margin-top: 106px;
		margin-left: 3px;
	}
	#sec6 .button a {
		max-width: 514px;
		margin: 0 auto;
		padding: 10px 34px 15px 0;
		font-size: 27px;
	}
	#sec6 .button a i {
		width: 34px;
		margin-right: 19px;
	}
	#sec6 .button a:after {
		width: 50px;
	}
	/*--------------------------------------
    sec7
  --------------------------------------*/
	#sec7 {
		padding: 120px 0 115px;
	}
	#sec7 .wrap {
		width: 1200px;
	}
	#sec7 .row {
		justify-content: space-between;
		gap: 30px;
	}
	#sec7 .row .photo {
		margin-left: -80px;
	}
	#sec7 .row .content {
		width: 465px;
		min-width: 465px;
	}
	#sec7 .row .content h2 {
		width: 175px;
		margin: 55px auto 17px;
	}
	#sec7 .row .content .ttl {
		width: 95px;
		margin-bottom: 35px;
	}
	#sec7 .row .content .info {
		margin-top: 67px;
		font-size: 15px;
	}
	#sec7 .row .content .info dl {
		padding: 6px 0;
		letter-spacing: 2px;
	}
	#sec7 .button {
		margin-top: 81px;
		margin-right: 10px;
	}
	/*--------------------------------------
    sec8
  --------------------------------------*/
	#sec8 {
		margin-top: 119px;
		padding-bottom: 115px;
	}
	#sec8:before {
		height: 319px;
	}
	#sec8 .wrap {
		width: 1290px;
	}
	#sec8 .row {
		flex-direction: row-reverse;
		justify-content: space-between;
		gap: 30px;
	}
	#sec8 .row .photo {
		margin-right: -35px;
	}
	#sec8 .row .content {
		width: 468px;
		min-width: 468px;
	}
	#sec8 .row .content h2 {
		width: 175px;
		margin: 82px auto 13px;
	}
	#sec8 .row .content .ttl {
		margin-bottom: 36px;
		width: 54px;
	}
	#sec8 .row .content .button {
		margin-top: 67px;
		margin-left: 1px;
	}
}
@media (min-width: 768px) and (max-width: 1150px) {
	#sec2 .row2 {
		justify-content: start;
	}
	#sec2 .row2 .txt {
		margin-right: 0;
	}
}
</pre></body></html>