.price {
	font-size: 4.06vw;
	letter-spacing: 0.1em;
	text-align: center;
}

.price small {
	font-size: 3.5vw;
}
#keyvisual .item img {
    object-position: 4% 0;
}

@media screen and (min-width: 768px) {
	.price {
		font-size: 22px;
	}

	.price small {
		font-size: 18px;
	}
}

#sec1 {
	padding: 28vw 0 5vw;
	position: relative;
}

#sec1::before {
	content: "";
	background: url(../img/kaiseki/sec1_bg.jpg) no-repeat bottom center;
	background-size: cover;
	height: 227vw;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#sec1 h2 {
	margin-bottom: 10vw;
	position: relative;
	z-index: 2;
	line-height: 2;
	letter-spacing: 0.15em;
}

#sec1 .info {
	position: relative;
	z-index: 2;
}

#sec1 .info .text {
	margin-bottom: 8vw;
}

#sec1 .info .text-2 {
	opacity: .7;
	line-height: 2;
	font-weight: 300;
}

#sec1 .deco-1 {
	width: 50vw;
	position: absolute;
	top: -8vw;
	right: -11vw;
}

#sec1 .deco-2 {
	width: 50vw;
	position: absolute;
	top: 107vw;
	left: 0;
}

#sec1 .photo {
	position: absolute;
	width: 98vw;
	top: 0;
	left: -8vw;
}

@media screen and (min-width: 768px) {
	#sec1 {
		padding: 153px 0;
	}

	#sec1::before {
		height: 1484px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
	}

	#sec1 h2 {
		margin-bottom: 62px;
		padding-left: 82px;
	}

	#sec1 .info {
		width: 614px;
		margin-left: auto;
		padding-right: 71px;
	}

	#sec1 .info .text {
		margin-bottom: 59px;
	}

	#sec1 .info .text-2 {
		line-height: 35px;
		letter-spacing: 0.07em;
	}

	#sec1 .deco-1 {
		width: 585px;
		top: -267px;
		right: -169px;
	}

	#sec1 .deco-2 {
		width: 484px;
		top: 376px;
		left: -8px;
	}

	#sec1 .photo {
		position: absolute;
		width: 789px;
		top: 0;
		right: calc(50% + 50px);
		left: auto;
	}
}

#sec2 {
	position: relative;
	z-index: 2;
	padding-bottom: 15vw;
}

#sec2 .set1 {
	margin-bottom: 10vw;
	position: relative;
	padding-top: 20vw;
}

#sec2 .set1 h2 {
	text-align: center;
	margin-bottom: 10vw;
}

#sec2 .set1 h2::after {
	width: 40vw;
	bottom: -5vw;
}

#sec2 .set1 .note-1 {
	text-align: center;
}

#sec2 .set1 .row-1 {
	margin-bottom: 0;
}

#sec2 .set1 .row-1 .photo {
	height: 60vw;
}

#sec2 .set1 .row-1 .info {}

#sec2 .set1 .row-1 .info .price {
	padding: 3vw 2vw;
	margin-bottom: 6vw;
}

#sec2 .set1 .row-1 .info .text {
	margin-bottom: 0;
}

#sec2 .set1 .deco-1 {
	width: 50vw;
	top: 114vw;
	right: 0;
	position: absolute;
}

#sec2 .set2 {
	margin-bottom: 0;
	position: relative;
}

#sec2 .set2 .row-2 {
	position: relative;
}

#sec2 .set2 .row-2 .box {
	margin-bottom: 10vw;
}

#sec2 .set2 .row-2 .box .inside {
	padding: 10vw 0;
	max-width: 60vw;
	margin: 0 auto;
}

#sec2 .set2 .row-2 .box .inside p {
	text-align: center;
	font-size: 4.8vw;
	margin-bottom: 6vw;
}

#sec2 .set2 .row-2 .box .inside p small {
	font-size: 4.2vw;
}

#sec2 .set2 .row-2 .box .inside dl {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 25px;
}

#sec2 .set2 .row-2 .box .inside dl+dl {
	margin-top: 3vw;
}

#sec2 .set2 .row-2 .photo-1 {
	width: 40vw;
	height: 40vw;
}

#sec2 .set2 .row-2 .photo-2 {
	height: 50vw;
	position: relative;
	width: 75vw;
	margin-left: auto;
	margin-bottom: -6vw;
}

#sec2 .set2 .deco-2 {
	width: 55vw;
	position: absolute;
	bottom: 0;
	right: -14vw;
}

#sec2 .set2 .deco-3 {
	width: 56vw;
	position: absolute;
	left: 0;
	bottom: -44vw;
}

#sec2 .image_come {
    font-size: 3.5vw;
    opacity: .8;
	margin-bottom: 8vw;
}

#sec2 .come {
    font-size: 3.5vw;
	margin-bottom: 10vw;
	padding-top: 3vw;
    opacity: .8;
}


@media screen and (min-width: 768px) {
	#sec2 {
		padding-bottom: 144px;
	}
	#sec2 .wrap {
		max-width: 1264px;
	}
	#sec2 .set1 {
		margin-bottom: 46px;
		padding-top: 128px;
	}

	#sec2 .set1 h2 {
		text-align: center;
		margin-bottom: 30px;
	}

	#sec2 .set1 h2::after {
		width: 213px;
		bottom: -24px;
	}

	#sec2 .set1 .note-1 {
	}

	#sec2 .set1 .row-1 {
		margin-bottom: 0;
		justify-content: space-evenly;
	}

	#sec2 .set1 .row-1 .photo {
		width: 745px;
		height: 550px;
		margin-left: -111px;
		margin-bottom: 0;
	}

	#sec2 .set1 .row-1 .info {
		width: 410px;
		margin-right: -89px;
		padding-top: 72px;
	}

	#sec2 .set1 .row-1 .info .price {
		padding: 14px 0px;
		margin-bottom: 51px;
	}

	#sec2 .set1 .row-1 .info .text {
		padding-left: 14px;
	}

	#sec2 .set1 .deco-1 {
		width: 456px;
		top: 345px;
		right: 0;
	}

	#sec2 .set2 {
		margin-bottom: 0;
	}

	#sec2 .set2 .row-2 {
		margin-bottom: 0;
	}

	#sec2 .set2 .row-2 .box {
		width: 483px;
		margin-left: -112px;
		margin-bottom: 32px;
	}

	#sec2 .set2 .row-2 .box .inside {
		padding: 42px 0;
		max-width: 300px;
	}

	#sec2 .set2 .row-2 .box .inside p {
		font-size: 20px;
		margin-bottom: 27px;
	}

	#sec2 .set2 .row-2 .box .inside p small {
		font-size: 16px;
	}

	#sec2 .set2 .row-2 .box .inside dl {
		line-height: 25px;
	}

	#sec2 .set2 .row-2 .box .inside dl+dl {
		margin-top: 20px;
	}

	#sec2 .set2 .row-2 .photo-1 {
		width: 290px;
		height: 290px;
		margin-left: 461px;
	}

	#sec2 .set2 .row-2 .photo-2 {
		width: 490px;
		height: 330px;
		position: absolute;
		top: 108px;
		left: calc(50% + 17px);
		margin-bottom: 0;
	}

	#sec2 .set2 .deco-2 {
		width: 600px;
		top: 292px;
		right: -250px;
	}

	#sec2 .set2 .deco-3 {
		width: 504px;
		left: -248px;
		bottom: -317px;
	}

	#sec2 .image_come {
        font-size: 15px;
        text-align: left;
		margin-bottom: 0;
    }

	#sec2 .come {
        font-size: 15px;
        margin-bottom: 60px;
		padding-top: 15px;
        text-align: center;
    }

}

#sec3 {
	background: url(../img/kaiseki/sec3_bg.jpg) no-repeat top center;
	background-size: cover;
	padding: 15vw 0 20vw;
	position: relative;
}

#sec3 h2 {
	text-align: center;
	margin-bottom: 10vw;
}

#sec3 h2::after {
	width: 40vw;
	bottom: -5vw;
}

#sec3 .note-1 {
	text-align: center;
}

#sec3 .photo {
	height: 60vw;
	margin: 0 auto 7vw;
}

#sec3 .text {
	margin-bottom: 6vw;
}

#sec3 .price {
	text-align: center;
	padding: 3vw 2vw;
	max-width: 396px;
	margin: 0 auto 10vw;
}

#sec3 .box {
	max-width: 570px;
	margin: 0 auto;
}

#sec3 .box .inside {
	padding: 15vw 4vw;
	width: fit-content;
	margin: 0 auto;
}

#sec3 .box .inside .text-2 {
	line-height: 2.5;
	margin: 0 auto;
}

#sec3 .deco-1 {
	width: 100vw;
	position: absolute;
	bottom: 27vw;
	right: 0;
}

#sec3 .come {
    font-size: 3.5vw;
	margin-bottom: 10vw;
    opacity: .8;
	padding-top: 3vw;
}


@media screen and (min-width: 768px) {
	#sec3 {
		padding: 158px 0 158px;
	}

	#sec3 h2 {
		margin-bottom: 30px;
	}

	#sec3 h2::after {
		width: 213px;
		bottom: -22px;
	}

	#sec3 .note-1 {
	}

	#sec3 .photo {
		width: 820px;
		height: 480px;
		margin: 0 auto 63px;
	}

	#sec3 .text {
		text-align: center;
		margin-bottom: 47px;
	}

	#sec3 .price {
		padding: 14px 20px;
		max-width: 396px;
		margin: 0 auto 89px;
	}

	#sec3 .box {
		max-width: 570px;
		margin: 0 auto;
	}

	#sec3 .box .inside {
		padding: 63px 0;
	}

	#sec3 .box .inside .text-2 {
		line-height: 45px;
		padding-left: 18px;
	}

	#sec3 .deco-1 {
		width: 945px;
		bottom: 180px;
		right: calc(50% - 208px);
	}

	#sec3 .come {
        font-size: 15px;
        margin-bottom: 60px;
		padding-top: 15px;
        text-align: center;
    }

}

#sec4 {
	padding: 20vw 0 5vw;
	margin-bottom: 0;
	position: relative;
}

#sec4::before {
	content: "";
	background: url(../img/index/bg02.jpg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	z-index: 1;
}

#sec4::after {
	content: "";
	background: url(../img/kaiseki/sec4_bg.jpg) no-repeat center top;
	background-size: cover;
	position: absolute;
	height: 1213px;
	top: 0;
	left: 0;
	right: 0;
}

#sec4 h2 {
	text-align: center;
	margin-bottom: 10vw;
	z-index: 2;
}

#sec4 h2::after {
	width: 40vw;
	bottom: -5vw;
}

#sec4 .note-1 {
	text-align: center;
	margin-bottom: 10vw;
	position: relative;
	z-index: 2;
}

#sec4 .set {
	position: relative;
	z-index: 1;
}

#sec4 .set .right {
	position: relative;
	margin-bottom: 8vw;
}

#sec4 .set .right .photo {
	height: 60vw;
}

#sec4 .set .right ul {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 2;
	margin-bottom: -6vw;
}

#sec4 .set .right ul li {
	width: 30vw;
	height: 30vw;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: center;
	text-align: center;
	align-items: center;
	font-size: 4.06vw;
	background: url(../img/index/bg02.jpg);
	border-radius: 50%;
}

#sec4 .set .left {}

#sec4 .set .left .price {
	padding: 14px 20px;
	text-align: center;
	margin-bottom: 6vw;
}

#sec4 .set .left .text {
	margin-bottom: 10vw;
}

#sec4 .set .left .box {
	width: 100%;
}

#sec4 .set .left .box .inside {
	padding: 10vw 5vw;
}

#sec4 .set .left .box .inside h4 {
	text-align: center;
	margin-bottom: 5vw;
}

#sec4 .set .left .box .inside .text-2 {
	line-height: 2.5;
	margin-bottom: 6vw;
}

#sec4 .set .left .box .inside .note-2 {
	font-weight: 300;
	line-height: 2.2;
	opacity: .8;
}

@media screen and (min-width: 768px) {
	#sec4 {
		padding: 156px 0 0;
		margin-bottom: 0;
	}

	#sec4::before {}

	#sec4::after {
		height: 1313px;
		top: 0;
		right: 0;
		background-position: bottom center;
	}

	#sec4 h2 {
		text-align: center;
		margin-bottom: 30px;
	}

	#sec4 h2::after {
		width: 213px;
		bottom: -23px;
	}

	#sec4 .note-1 {
		margin-bottom: 106px;
	}

	#sec4 .set {
		margin-bottom: 0;
	}

	#sec4 .set .right {
		margin-right: -34px;
		width: 570px;
	}

	#sec4 .set .right .photo {
		height: 430px;
	}

	#sec4 .set .right ul {
		position: absolute;
		top: 370px;
		right: -65px;
		width: 477px;
	}

	#sec4 .set .right ul li {
		width: 146px;
		height: 146px;
		font-size: 22px;
	}

	#sec4 .set .left {
		width: 405px;
		margin-left: -34px;
	}

	#sec4 .set .left .price {
		padding: 14px 0;
		margin-bottom: 54px;
	}

	#sec4 .set .left .text {
		margin-bottom: 54px;
		padding: 0 3px 0 10px;
	}

	#sec4 .set .left .box {
		width: 100%;
	}

	#sec4 .set .left .box .inside {
		padding: 39px 26px 45px;
	}

	#sec4 .set .left .box .inside h4 {
		margin-bottom: 17px;
	}

	#sec4 .set .left .box .inside .text-2 {
		line-height: 45px;
		margin-bottom: 16px;
		padding: 0 16px;
	}

	#sec4 .set .left .box .inside .note-2 {
		line-height: 30px;
		letter-spacing: 0.05em;
	}
}

#sec5 {
	position: relative;
	z-index: 3;
	padding-top: 15vw;
	padding-bottom: 30vw;
}

#sec5 .photo {
	height: 60vw;
	margin-bottom: 10vw;
}

#sec5 .box {
	position: relative;
	margin-bottom: 15vw;
}

#sec5 .box .title {
	margin: 0 auto 5vw;
	position: relative;
	text-align: center;
}

#sec5 .box .title p {
	font-size: 4.13vw;
	margin-bottom: 2vw;
}

#sec5 .box .title p span {
	display: inline-block;
	border: 1px solid #fff;
	padding: 5px 20px;
	line-height: 1;
}

#sec5 .box .title h2 {
	font-size: 6.13vw;
}

#sec5 .box .price {
	padding: 3vw 2vw;
	text-align: center;
	margin-bottom: 5vw;
}

#sec5 .box .text {
	opacity: .8;
}

#sec5 .text-2 {}

#sec5 .deco-1 {
	width: 59vw;
	position: absolute;
	top: 72vw;
	right: 0;
}

#sec5 .deco-2 {
	width: 56vw;
	position: absolute;
	bottom: -15vw;
	left: 0;
}

@media screen and (min-width: 768px) {
	#sec5 {
		padding-top: 148px;
		padding-bottom: 114px;
	}

	#sec5 .photo {
		width: 570px;
		height: 430px;
		margin-left: -70px;
		margin-bottom: 77px;
	}

	#sec5 .box {
		position: absolute;
		top: -196px;
		right: 0;
		width: 424px;
		margin-bottom: 0;
	}

	#sec5 .box .title {
		width: 60px;
		margin: 0 auto 59px;
	}

	#sec5 .box .title p {
		font-size: 16px;
		height: 250px;
		position: absolute;
		top: -71px;
		left: 43px;
	}

	#sec5 .box .title p span {
		padding: 18px 5px;
	}

	#sec5 .box .title h2 {
		font-size: 30px;
		height: 250px;
		letter-spacing: 4px;
		text-align: left;
	}

	#sec5 .box .price {
		padding: 15px 20px;
		margin-bottom: 27px;
	}

	#sec5 .box .text {
		padding-left: 56px;
		padding-right: 0;
		letter-spacing: 0.1em;
		line-height: 35px;
	}

	#sec5 .text-2 {
		text-align: center;
	}

	#sec5 .deco-1 {
		width: 615px;
		bottom: 158px;
		right: 0;
		top: auto;
	}

	#sec5 .deco-2 {
		width: 501px;
		position: absolute;
		bottom: 60px;
		right: calc(50% + 249px);
		left: auto;
	}
}

#sec6 {
	position: relative;
	padding: 20vw 0;
	text-align: center;
}

#sec6::before {
	content: "";
	background: url(../img/index/bg02.jpg);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 5px;
	z-index: 1;
}

#sec6 .ob-img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

#sec6 .ob-img img {
	object-position: 50% 50%;
}

#sec6 h2 {
	position: relative;
	text-align: center;
	display: inline-block;
	margin-bottom: 15vw;
}

#sec6 h2::before {
	content: "";
	border-bottom: 4px double rgba(255, 255, 255, 0.5);
	position: absolute;
	height: 4px;
	width: auto;
	right: 0;
	left: 0;
	bottom: -3vw;
}

#sec6 .box {
	text-align: left;
}

#sec6 .box dl {
	text-align: center;
	margin-bottom: 5vw;
}

#sec6 .box dl dt {
	margin-bottom: 4vw;
}

#sec6 .box dl dt span {
	border: 1px solid #fff;
	width: 36vw;
	text-align: center;
	display: inline-block;
	line-height: 1;
	padding: 6px 0;
	font-size: 3.8vw;
}

#sec6 .box dl dd span {
	font-size: 7.46vw;
	padding-left: 7vw;
	position: relative;
}

#sec6 .box dl dd span::before {
	content: "";
	background: url(../img/kaiseki/icon_tel.png) no-repeat;
	width: 5vw;
	height: 5vw;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	margin-top: -3vw;
	left: 0;
}

#sec6 .box .text {
	margin-bottom: 10vw;
}

#sec6 .btn-shared {
	margin: 10vw 7% 0;
}

@media screen and (min-width: 768px) {
	#sec6 {
		padding: 136px 0 117px;
	}

	#sec6 h2 {
		width: 56px;
		height: 324px;
		position: absolute;
		top: -6px;
		left: 77px;
		margin-bottom: 0;
		letter-spacing: 5px;
	}

	#sec6 h2::before {
		background: url(../img/kaiseki/line_vertical.png) repeat-y top center;
		width: 5px;
		top: 2px;
		right: auto;
		left: 3px;
		bottom: 6px;
		height: auto;
		border-bottom: none;
	}

	#sec6 .ob-img img {
		object-position: 50% 50%;
	}

	#sec6 .box {
		width: 712px;
		margin-left: auto;
	}

	#sec6 .box dl {
		text-align: left;
		margin-bottom: 25px;
	}

	#sec6 .box dl dt {
		margin-bottom: 5px;
	}

	#sec6 .box dl dt span {
		width: 186px;
		font-size: 20px;
	}

	#sec6 .box dl dd span {
		font-size: 40px;
		padding-left: 30px;
		letter-spacing: 1px;
	}

	#sec6 .box dl dd span::before {
		width: 23px;
		height: 23px;
		top: 50%;
		margin-top: -12px;
	}

	#sec6 .box .text {
		margin-bottom: 36px;
		line-height: 38px;
	}

	#sec6 .btn-shared {
		width: 267px;
		margin: 0 0 0 auto;
	}
}

.text-icon p {
	position: relative;
	padding-left: 15px;
}

.text-icon p::before {
	content: "";
	background: url(../img/kaiseki/icon_dotted.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 11px;
	height: 12px;
	position: absolute;
	top: 10px;
	left: 0;
}

@media screen and (min-width: 768px) {
	.text-icon p::before {
		top: 12px;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1299px) {
	#sec1 .photo {
		right: calc(50% - 21px);
	}

	#sec2 .set1 .row-1 .photo {
		/* width: 690px; */
	}

	#sec2 .set1 .row-1 .info {
		width: 40%;
		margin-right: -20px;
	}

	#sec2 .set2 .row-2 .box {
		margin-left: 20px;
	}

	#sec4 .set .right {
		margin-right: 0;
	}
}