@charset "UTF-8";
@font-face {
	font-family: berthold_walbaum_bookregular;
	src: url(../common/font/berthold_walbaum_book_regular-webfont.eot);
	src: url(../common/font/berthold_walbaum_book_regular-webfont.eot?#iefix) format("embedded-opentype"), url(../common/font/berthold_walbaum_book_regular-webfont.woff2) format("woff2"), url(../common/font/berthold_walbaum_book_regular-webfont.woff) format("woff"), url(../common/font/berthold_walbaum_book_regular-webfont.ttf) format("truetype"), url(../common/font/berthold_walbaum_book_regular-webfont.svg#berthold_walbaum_bookregular) format("svg");
	font-weight: 400;
	font-style: normal
}
.floorBox .txt_box .catch, .floorBox .txt_box .read, .title_box03 .txt_box .catch {
	font-family: source-han-serif-japanese, serif;
	-webkit-font-kerning: normal;
	font-kerning: normal
}
.title_box03 .txt_box .catch {
	font-weight: 400
}
.title_box03 {
	position: relative;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #d6c193;
	background-color: transparent;
	max-width: 540px;
	width: 100%;
	height: 380px;
	text-align: center;
	z-index: 0
}
@media screen and (max-width:460px) {
	.title_box03 {
		height: auto
	}
}
.title_box03:after, .title_box03:before {
	content: '';
	display: block;
	position: absolute
}
.title_box03:before {
	top: 5px;
	bottom: 5px;
	left: 5px;
	right: 5px;
	border: 1px solid #d6c193;
	background-color: rgba(255, 255, 255, .7)
}
@media screen and (max-width:460px) {
	.title_box03:before {
		top: 3px;
		bottom: 3px;
		left: 3px;
		right: 3px
	}
}
.title_box03:after {
	width: 70px;
	height: 70px;
	top: 15px;
	right: 15px;
	background-image: url(../common/img/titlebox_deco01.png);
	background-size: 100% auto;
	background-position: 0 0;
	background-repeat: no-repeat;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}
@media screen and (max-width:460px) {
	.title_box03:after {
		background-image: url(../common/img/optbox_deco03.png);
		width: 31px;
		height: 31px;
		top: 10px;
		right: 10px
	}
}
.title_box03.type02:after {
	top: 15px;
	left: 15px;
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}
@media screen and (max-width:460px) {
	.title_box03.type02:after {
		top: 10px;
		left: 10px
	}
}
.title_box03 .txt_box {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1
}
@media screen and (max-width:460px) {
	.title_box03 .txt_box {
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding: 40px 30px
	}
}
.title_box03 .txt_box .title {
	line-height: 1;
	margin-bottom: 20px
}
@media screen and (max-width:460px) {
	.title_box03 .txt_box .title {
		margin-bottom: 15px
	}
}
.title_box03 .txt_box .catch {
	font-size: 20px;
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: .08em
}
@media screen and (max-width:460px) {
	.title_box03 .txt_box .catch {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.6;
		letter-spacing: .1em;
		margin-left: -30px;
		margin-right: -30px
	}
}
.title_box03 .txt_box .txt {
	margin-top: 20px;
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 2;
	letter-spacing: .06em
}
@media screen and (max-width:460px) {
	.title_box03 .txt_box .txt {
		margin-top: 15px;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 1.75;
		letter-spacing: .06em;
		text-align: left
	}
}
.facilityBox01 {
	background-color: #f2eee2
}
.facilityBox01>.in {
	position: relative;
	padding-top: calc(100vw * .298);
	padding-bottom: 100px
}
@media screen and (max-width:460px) {
	.facilityBox01>.in {
		padding-top: 71.8%;
		padding-bottom: 25px
	}
}
.facilityBox01>.in .mv_ph {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	padding-top: 40.6%;
	background-position: center 0;
	background-size: 100% auto;
	background-repeat: no-repeat;
	-webkit-mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, black), color-stop(95%, rgba(0, 0, 0, .4)), to(transparent));
	-webkit-mask-image: linear-gradient(black 80%, rgba(0, 0, 0, .4) 95%, transparent 100%);
	mask-image: -webkit-gradient(linear, left top, left bottom, color-stop(80%, #000), color-stop(95%, rgba(0, 0, 0, .4)), to(transparent));
	mask-image: linear-gradient(to bottom, #000 80%, rgba(0, 0, 0, .4) 95%, transparent 100%)
}
@media screen and (max-width:460px) {
	.facilityBox01>.in .mv_ph {
		background-size: 160% auto;
		padding-top: 70.3%
	}
}
.facilityBox01>.in .mv_ph:before {
	content: "";
	display: block;
	width: 100%;
	height: 160px;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f2eee2), to(rgba(242, 238, 226, 0)));
	background-image: linear-gradient(to top, #f2eee2 0, rgba(242, 238, 226, 0) 100%);
	position: absolute;
	left: 0;
	bottom: 0
}
@media screen and (max-width:460px) {
	.facilityBox01>.in .mv_ph:before {
		height: 80px
	}
}
@media screen and (max-width:460px) {
	.facilityBox01 .title_box03 {
		margin-left: -6px;
		margin-right: -6px;
		width: calc(100% + 12px)
	}
}
.facilityBox01 .contentWrap {
	position: relative;
	padding-left: 54%
}
@media screen and (max-width:460px) {
	.facilityBox01 .contentWrap {
		padding-left: 0
	}
}
.facilityBox01 .leaf>img {
	position: absolute
}
.facilityBox01 .ph {
	position: absolute;
	font-size: 0;
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
	bottom: 0;
	left: 0
}
@media screen and (max-width:460px) {
	.facilityBox01 .ph {
		position: static;
		padding: 0 6.5%;
		margin-bottom: 20px
	}
}
.facilityBox01 .ph>div {
	height: 225px;
	width: 288px;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block
}
@media screen and (max-width:460px) {
	.facilityBox01 .ph>div {
		width: 50%;
		padding-top: 39%;
		height: 0
	}
}
.facilityBox01.type02 .contentWrap {
	padding-right: 54%;
	padding-left: 0
}
@media screen and (max-width:460px) {
	.facilityBox01.type02 .contentWrap {
		padding-right: 0
	}
}
.facilityBox01.type02 .ph {
	left: auto;
	right: 0
}
.facilityBox01 .link {
	padding-top: 50px;
	max-width: 360px;
	margin: 0 auto
}
@media screen and (max-width:460px) {
	.facilityBox01 .link {
		padding-top: 20px
	}
}
.facilityBox01 .banner {
	padding-top: 50px;
	text-align: center;
	margin: 0 auto
}
@media screen and (max-width:460px) {
	.facilityBox01 .banner {
		padding-top: 20px;
		max-width: 360px
	}
}
.facilityBox01 .banner a {
	display: inline-block;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}
.no-touchevents .facilityBox01 .banner a:hover {
	opacity: .8
}
@media screen and (min-width:461px) and (max-width:1340px) {
	.facilityBox01>.in {
		padding-top: 24%
	}
	.facilityBox01 .ph>div {
		width: 225px;
		padding-top: 38.6%;
		height: 0
	}
}
.facilityBox02>.in {
	position: relative;
	padding-top: 100px
}
@media screen and (max-width:460px) {
	.facilityBox02>.in {
		padding-top: 0
	}
}
.facilityBox02 .contentWrap {
	position: relative;
	padding-right: 59%;
	height: 560px;
	-webkit-transition: 1s;
	transition: 1s
}
@media screen and (max-width:460px) {
	.facilityBox02 .contentWrap {
		position: static;
		padding-right: 0;
		height: auto
	}
}
.facilityBox02 .ph {
	-webkit-transition: 1s;
	transition: 1s;
	position: absolute;
	font-size: 0;
	font-size: 0;
	letter-spacing: 0;
	line-height: 0;
	top: 0;
	right: 0;
	width: 860px;
	height: 560px
}
@media screen and (max-width:460px) {
	.facilityBox02 .ph {
		position: static;
		width: 95%;
		height: calc(100vw * .58)
	}
}
.facilityBox02 .ph>div {
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block
}
.facilityBox02.type02 .contentWrap {
	padding-left: 59%;
	padding-right: 0
}
@media screen and (max-width:460px) {
	.facilityBox02.type02 .contentWrap {
		padding-left: 0
	}
}
.facilityBox02.type02 .ph {
	left: 0;
	right: auto
}
.facilityBox02 .title_box03 {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}
.facilityBox02 .title_box03:before {
	background-color: rgba(242, 238, 226, .7)
}
@media screen and (max-width:460px) {
	.facilityBox02 .title_box03 {
		margin: -20px 0 20px;
		top: 0;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}
@media screen and (min-width:461px) and (max-width:1200px) {
	.facilityBox02 .contentWrap {
		height: 480px
	}
	.facilityBox02 .ph {
		width: 740px;
		height: 480px
	}
}
.section01 {
	background-color: #f2eee2;
	background-image: url(../img/facility/facility_bg.jpg);
	background-position: center 0;
	background-size: cover;
	background-repeat: no-repeat
}
@media screen and (max-width:460px) {
	.section01 {
		background-image: url(../img/facility/facility_bg_sp.jpg)
	}
}
.section01>.in {
	padding: 100px 0 70px
}
@media screen and (max-width:460px) {
	.section01>.in {
		padding: 45px 0 0
	}
}
.floorBox {
	position: relative;
	width: 100%;
	height: 800px;
	max-width: 1320px;
	min-width: 1080px;
	margin: 0 auto
}
@media screen and (max-width:460px) {
	.floorBox {
		height: auto;
		padding-bottom: 72%;
		min-width: 0
	}
}
.floorBox:after, .floorBox:before {
	content: '';
	display: block;
	position: absolute;
	-webkit-transition: 1s;
	transition: 1s
}
.floorBox:before {
	background-image: url(../img/facility/facility_map.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	width: 852px;
	height: 590px;
	top: 230px;
	left: 50%;
	margin-left: -426px
}
@media screen and (max-width:460px) {
	.floorBox:before {
		background-image: url(../img/facility/facility_map_sp.png);
		width: 100%;
		height: 0;
		padding-top: 73.4%;
		top: auto;
		bottom: 0;
		left: 0;
		margin-left: 0
	}
}
.floorBox:after {
	background-image: url(../img/facility/facility_line.png);
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center center;
	width: 883px;
	height: 520px;
	top: 300px;
	left: 50%;
	margin-left: -426px
}
@media screen and (max-width:460px) {
	.floorBox:after {
		content: none
	}
}
.floorBox .txt_box {
	text-align: center
}
.floorBox .txt_box .catch {
	font-size: 28px;
	font-size: 2.8rem;
	line-height: 1.8;
	letter-spacing: .08em
}
@media screen and (max-width:460px) {
	.floorBox .txt_box .catch {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.8;
		letter-spacing: .06em
	}
}
.floorBox .txt_box .read {
	margin-top: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 2.3;
	letter-spacing: .05em
}
@media screen and (max-width:460px) {
	.floorBox .txt_box .read {
		margin-top: 10px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 2;
		letter-spacing: .1em
	}
}
.floorBox .thumb li {
	position: absolute;
	left: 50%;
	margin-left: -102px
}
.floorBox .thumb li a {
	display: block;
	-webkit-transition: opacity .5s;
	transition: opacity .5s
}
.no-touchevents .floorBox .thumb li a:hover {
	opacity: .8
}
.floorBox .thumb dl {
	position: relative;
	min-height: 190px
}
.floorBox .thumb .bridesroom {
	top: 135px;
	margin-left: -620px
}
.floorBox .thumb .bridesroom dt {
	margin-left: -10px
}
.floorBox .thumb .chapel {
	top: 340px;
	margin-left: -660px
}
.floorBox .thumb .partyroom {
	top: 550px;
	margin-left: -660px
}
.floorBox .thumb .garden {
	top: 670px;
	margin-left: -380px;
	z-index: 5
}
.floorBox .thumb .garden dt {
	text-align: right;
	width: 100%;
	display: block
}
.floorBox .thumb .bridalsalon {
	top: 340px;
	margin-left: 460px
}
.floorBox .thumb .bridalsalon dt {
	margin-left: -35px
}
.floorBox .thumb .lounge {
	top: 135px;
	margin-left: 410px
}
.floorBox .thumb .entrance {
	top: 550px;
	margin-left: 480px
}
.floorBox .thumb .restaurant {
	top: 670px;
	margin-left: 240px
}
.floorBox .floorname {
	position: absolute;
	top: 145px;
	line-height: 1
}
.floorBox .ph {
	width: 204px;
	height: 134px;
	line-height: 0;
	border: 2px solid #bd9a4f;
	-webkit-transition: 1s;
	transition: 1s
}
.floorBox .ph img {
	width: 100%;
	height: auto
}
.floorBox .leaf img {
	position: absolute
}
.floorBox .leaf .p01 {
	left: 23%;
	top: 240px
}
@media screen and (max-width:460px) {
	.floorBox .leaf .p01 {
		display: none
	}
}
.floorBox .leaf .p02 {
	left: 75%;
	top: 125px
}
@media screen and (max-width:460px) {
	.floorBox .leaf .p02 {
		-webkit-transform: scale(.5) rotate(-76deg);
		-ms-transform: scale(.5) rotate(-76deg);
		transform: scale(.5) rotate(-76deg);
		left: 75%;
		top: 108px
	}
}
.floorBox .leaf .p03 {
	left: 19%;
	top: 370px
}
@media screen and (max-width:460px) {
	.floorBox .leaf .p03 {
		-webkit-transform: scale(.5) rotate(-15deg);
		-ms-transform: scale(.5) rotate(-15deg);
		transform: scale(.5) rotate(-15deg);
		left: 1%;
		top: 155px
	}
}
.floorBox .leaf .p04 {
	left: 55%;
	top: 790px
}
@media screen and (max-width:460px) {
	.floorBox .leaf .p04 {
		-webkit-transform: scale(.35) rotate(-125deg);
		-ms-transform: scale(.35) rotate(-125deg);
		transform: scale(.35) rotate(-125deg);
		left: 83%;
		top: 145px
	}
}
@media screen and (min-width:461px) and (max-width:1380px) {
	.floorBox {
		width: 97%
	}
	.floorBox:after, .floorBox:before {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8)
	}
	.floorBox:after {
		top: 290px
	}
	.floorBox .ph {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8)
	}
	.floorBox .floorname {
		top: 125px;
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8)
	}
	.floorBox .thumb .bridesroom {
		top: 204px;
		margin-left: -510px
	}
	.floorBox .thumb .chapel {
		top: 370px;
		margin-left: -550px
	}
	.floorBox .thumb .partyroom {
		margin-left: -550px
	}
	.floorBox .thumb .garden {
		top: 626px;
		margin-left: -320px
	}
	.floorBox .thumb .bridalsalon {
		top: 360px;
		margin-left: 345px
	}
	.floorBox .thumb .lounge {
		top: 204px;
		margin-left: 340px
	}
	.floorBox .thumb .entrance {
		top: 520px;
		margin-left: 350px
	}
	.floorBox .thumb .restaurant {
		margin-left: 170px
	}
	.floorBox .leaf .p01 {
		-webkit-transform: scale(.8);
		-ms-transform: scale(.8);
		transform: scale(.8);
		left: 26%;
		top: 270px
	}
	.floorBox .leaf .p03 {
		-webkit-transform: scale(.6);
		-ms-transform: scale(.6);
		transform: scale(.6);
		left: 22%;
		top: 410px
	}
}
.garden>.in {
	background-image: url(../img/facility/bg_deco_lft01.jpg), url(../img/facility/bg_deco_rgt01.jpg);
	background-position: left 630px, right 620px;
	background-repeat: no-repeat, no-repeat;
	background-size: 195px auto, 176px auto
}
@media screen and (max-width:460px) {
	.garden>.in {
		background-image: url(../img/facility/bg_deco_lft01_sp.jpg), url(../img/facility/bg_deco_rgt01_sp.jpg);
		background-position: left 220px, right 625px;
		background-repeat: no-repeat, no-repeat;
		background-size: 83px auto, 120px auto
	}
}
.garden .leaf .p01 {
	bottom: 235px;
	left: -4%
}
@media screen and (max-width:460px) {
	.garden .leaf .p01 {
		-webkit-transform: scale(.4);
		-ms-transform: scale(.4);
		transform: scale(.4);
		top: -54px;
		bottom: auto;
		left: -9%
	}
}
.garden .leaf .p02 {
	bottom: 250px;
	left: 5%
}
@media screen and (max-width:460px) {
	.garden .leaf .p02 {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		top: -60px;
		bottom: auto;
		left: 5%
	}
}
.garden .leaf .p03 {
	bottom: -40px;
	left: 44%
}
@media screen and (max-width:460px) {
	.garden .leaf .p03 {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		top: 95px;
		bottom: auto;
		left: 85%
	}
}
.garden .leaf .p04 {
	bottom: -25px;
	left: 48%
}
@media screen and (max-width:460px) {
	.garden .leaf .p04 {
		-webkit-transform: scale(.4);
		-ms-transform: scale(.4);
		transform: scale(.4);
		top: 54px;
		bottom: auto;
		left: 88%
	}
}
.chapel>.in {
	background-image: url(../img/facility/bg_deco_lft02.jpg), url(../img/facility/bg_deco_rgt02.jpg);
	background-position: left 700px, right 610px;
	background-repeat: no-repeat, no-repeat;
	background-size: 211px auto, 151px auto
}
@media screen and (max-width:460px) {
	.chapel>.in {
		background-image: url(../img/facility/bg_deco_lft02_sp.jpg), url(../img/facility/bg_deco_rgt02_sp.jpg);
		background-position: left 620px, right 220px;
		background-repeat: no-repeat, no-repeat;
		background-size: 123px auto, 58px auto
	}
}
.chapel .leaf .p01 {
	bottom: 240px;
	left: 80%
}
@media screen and (max-width:460px) {
	.chapel .leaf .p01 {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		top: -50px;
		bottom: auto;
		left: 75%
	}
}
.chapel .leaf .p02 {
	bottom: 255px;
	left: 95%
}
@media screen and (max-width:460px) {
	.chapel .leaf .p02 {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		top: -58px;
		bottom: auto;
		left: 90%
	}
}
.chapel .leaf .p03 {
	bottom: -30px;
	left: 47%
}
@media screen and (max-width:460px) {
	.chapel .leaf .p03 {
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
		top: 63px;
		bottom: auto;
		left: -12%
	}
}
.chapel .leaf .p04 {
	bottom: -60px;
	left: 30%
}
@media screen and (max-width:460px) {
	.chapel .leaf .p04 {
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
		top: 80px;
		bottom: auto;
		left: -9%
	}
}
.partyroom>.in {
	background-image: url(../img/facility/bg_deco_lft01.jpg), url(../img/facility/bg_deco_rgt01.jpg);
	background-position: left 630px, right 620px;
	background-repeat: no-repeat, no-repeat;
	background-size: 195px auto, 176px auto
}
@media screen and (max-width:460px) {
	.partyroom>.in {
		background-image: url(../img/facility/bg_deco_lft01_sp.jpg), url(../img/facility/bg_deco_rgt01_sp.jpg);
		background-position: left 220px, right 625px;
		background-repeat: no-repeat, no-repeat;
		background-size: 83px auto, 120px auto
	}
}
.partyroom .leaf .p01 {
	bottom: 235px;
	left: -2%
}
@media screen and (max-width:460px) {
	.partyroom .leaf .p01 {
		-webkit-transform: scale(.4);
		-ms-transform: scale(.4);
		transform: scale(.4);
		top: -54px;
		bottom: auto;
		left: -9%
	}
}
.partyroom .leaf .p02 {
	bottom: 250px;
	left: 5%
}
@media screen and (max-width:460px) {
	.partyroom .leaf .p02 {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		top: -60px;
		bottom: auto;
		left: 5%
	}
}
.partyroom .leaf .p03 {
	bottom: -40px;
	left: 46%
}
@media screen and (max-width:460px) {
	.partyroom .leaf .p03 {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		top: 95px;
		bottom: auto;
		left: 85%
	}
}
.partyroom .leaf .p04 {
	bottom: -4px;
	left: 48%
}
@media screen and (max-width:460px) {
	.partyroom .leaf .p04 {
		-webkit-transform: scale(.4);
		-ms-transform: scale(.4);
		transform: scale(.4);
		top: 54px;
		bottom: auto;
		left: 88%
	}
}
.restaurant>.in {
	background-image: url(../img/facility/bg_deco_lft02.jpg), url(../img/facility/bg_deco_rgt02.jpg);
	background-position: left 700px, right 610px;
	background-repeat: no-repeat, no-repeat;
	background-size: 211px auto, 151px auto
}
@media screen and (max-width:460px) {
	.restaurant>.in {
		background-image: url(../img/facility/bg_deco_lft02_sp.jpg), url(../img/facility/bg_deco_rgt02_sp.jpg);
		background-position: left 620px, right 220px;
		background-repeat: no-repeat, no-repeat;
		background-size: 123px auto, 58px auto
	}
}
.restaurant .leaf .p01 {
	bottom: 240px;
	left: 80%
}
@media screen and (max-width:460px) {
	.restaurant .leaf .p01 {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		top: -50px;
		bottom: auto;
		left: 75%
	}
}
.restaurant .leaf .p02 {
	bottom: 265px;
	left: 85%
}
@media screen and (max-width:460px) {
	.restaurant .leaf .p02 {
		-webkit-transform: scale(.5);
		-ms-transform: scale(.5);
		transform: scale(.5);
		top: -58px;
		bottom: auto;
		left: 90%
	}
}
.restaurant .leaf .p03 {
	bottom: 25px;
	left: 47%
}
@media screen and (max-width:460px) {
	.restaurant .leaf .p03 {
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
		top: 63px;
		bottom: auto;
		left: -12%
	}
}
.restaurant .leaf .p04 {
	bottom: -60px;
	left: 70%
}
@media screen and (max-width:460px) {
	.restaurant .leaf .p04 {
		-webkit-transform: scale(.3);
		-ms-transform: scale(.3);
		transform: scale(.3);
		top: 80px;
		bottom: auto;
		left: -9%
	}
}
.section02 {
	background-image: url(../img/facility/section02_bg.jpg);
	background-size: 100% auto;
	background-repeat: repeat-y;
	background-position: center 0;
	padding-bottom: 100px
}
.no-touchevents .section02 {
	background-attachment: fixed
}
@media screen and (max-width:460px) {
	.section02 {
		padding: 35px 0
	}
}
@media screen and (max-width:460px) {
	.entrance .ph {
		padding-left: 8.5%
	}
}
@media screen and (max-width:460px) {
	.lounge .ph {
		margin-left: -3.5%
	}
}
@media screen and (max-width:460px) {
	.bridesroom .ph {
		padding-left: 8.5%
	}
}
@media screen and (max-width:460px) {
	.bridalsalon .ph {
		margin-left: -3.5%
	}
}
