@charset "utf-8";

.content {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
@media screen and (max-width:720px) {
	.content {
		max-width: none;
		padding: 0 .2rem;
	}
}
.caseArea .content {
	max-width: 1160px;
}
@media screen and (max-width:720px) {
	.caseArea .content {
		max-width: none;
	}
}

.mvwrap {
	position: relative;
	clip-path: inset(0 0 0 0);
	z-index: 1000;
}
.mv {
	background-size: cover;
	background-position: center;
	height: 100vh;
	position: relative;
	width: 100%;
}
@media screen and (min-width:721px) {
	.mv {
		background-image: url("../img/mv_bg.jpg");
	}
}
@media screen and (max-width:720px) {
	.mv {
		background-image: url("../img/mv_bg_sp.jpg");
		height: auto;
		padding-top: 102.78%;
	}
}
.mv:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 200px;
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */;
}
@media screen and (max-width:720px) {
	.mv:after {
		height: 100px;
	}
}

.mv .logo {
	display: block;
	left: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media screen and (max-width:720px) {
	.mv .logo {
		width: 78%;
	}
}
@media screen and (max-width:720px) {
	.mv .logo img {
		width: 100%;
		height: auto;
	}
}
.mvunder {
	background-color: #000;
	padding: 0px 0 90px;
	color: #FFF;
}
@media screen and (max-width:720px) {
	.mvunder {
		padding: 0px 0 40px;
	}
}
.mvunder .title {
	font-size: .31rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	line-height: 1;
	letter-spacing: .08em;
	text-align: center;
}
@media screen and (max-width:720px) {
	.mvunder .title {
		font-size: .2rem;
		line-height: 1.5;
	}
}
@media screen and (max-width:350px) {
	.mvunder .title {
		font-size: .19rem;
		letter-spacing: 0;
	}
}
.mvunder .text {
	font-size: .18rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	line-height: 2.556;
	letter-spacing: .08em;
	margin: 50px 0 0;
	text-align: center;
}
@media screen and (max-width:720px) {
	.mvunder .text {
		font-size: .14rem;
		line-height: 1.634;
		margin: .15rem 0 0;
		padding: 0 .18rem;
		text-align: justify;
	}
}
.flowmenu {
	text-align: center;
	z-index: 1000;
}
@media screen and (min-width:721px) {
	.flowmenu {
		position: sticky;
		top: 0.6rem;
		z-index: 1000;
	}
}
@media screen and (max-width:720px) {
	.flowmenu {
		position: relative;
		top: 0;
		height: 50px;
	}
}
.flowmenu .in {
	background-color: #2f2a28;
	padding: 8px 30px;
}
@media screen and (max-width:720px) {
	.flowmenu .in {
		padding: 6px 0px;
		position: static;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 10000;
	}
	.menufix .flowmenu .in {
		position: fixed;
	}
}
.flowinviewArea{
	position: absolute;
	bottom: 100%;
	height: 1000vh;
	left: 0;
	pointer-events: none;
}
.flowmenu .links {
	max-width: 1000px;
	width: 100%;
	margin: auto;
	position: relative;
	display: table;
}
.flowmenu .link {
	display: table-cell;
	width: 25%;
	position: relative;
	vertical-align: middle;
}
.flowmenu .link:after,
.flowmenu .link:before {
	content:"";
	display: block;
	width: 2px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: repeating-linear-gradient(#958275, #958275 2px, transparent 0, transparent 4px);
}
@media screen and (max-width:720px) {
	.flowmenu .link:last-child:before {
		display: none;
	}
}
.flowmenu .link:after {
	display: none;
}
.flowmenu .link:first-child:after {
	display: block;
	right: auto;
	left: 0;
}
@media screen and (max-width:720px) {
	.flowmenu .link:first-child:after {
		display: none;
	}
}
.flowmenu .link a {
	display: block;
	padding: 2px 0;
}
@media screen and (max-width:720px) {
	.flowmenu .link a {
		padding: 12px 0 18px;
	}
}
.flowmenu .link a:after {
	content:"";
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 20px;
	bottom: 4px;
	top: 0;
	margin: auto;
	border-bottom: 1px solid #958275;
	border-left: 1px solid #958275;
	transform: rotate(-45deg);
	transition: 0.2s;
}
@media screen and (max-width:720px) {
	.flowmenu .link a:after {
		top: auto;
		bottom: 4px;
		left: 0;
		right: 0;
		width: 4px;
		height: 4px;
	}
}
.flowmenu .link a.active:after,
.no-touchevents .flowmenu .link a:hover:after {
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	bottom: 0;
}
.flowmenu .link span {
	display: block;
	color: #958275;
	font-size: .10rem;
	line-height: 1;
	font-family: a-otf-ryumin-pr6n, serif;
	letter-spacing: 0.04rem;
	transition: 0.2s;
}
@media screen and (max-width:720px) {
	.flowmenu .link span {
		letter-spacing: 0.02rem;
		font-size: 0.13rem;
	}
}
.flowmenu .link a.active span,
.no-touchevents .flowmenu .link a:hover span {
	color: #FFF;
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 0.7);
}
.flowmenu .link span:before {
	display: block;
	font-family: ltc-bodoni-175, serif;
	font-size: .14rem;
	margin-bottom: 2px;
}
@media screen and (max-width:720px) {
	.flowmenu .link span:before {
		display: none;
	}
}
.flowmenu .link.type01 span:before {
	content:"CONCEPT";
}
.flowmenu .link.type02 span:before {
	content:"CASE";
}
.flowmenu .link.type03 span:before {
	content:"PLAN";
}
.flowmenu .link.type04 span:before {
	content:"ACCESS";
}
.conceptAreawrap ,
.caseAreawrap ,
.planAreawrap {
	position: relative;
	overflow: hidden;
}
@media screen and (min-width:721px) {
	.planAreawrap .info {
		padding-bottom: 0;
	}
	.planAreawrap + .planAreawrap .info {
		padding-bottom: 100px;
	}
}
.flowInview {
	position: absolute;
	pointer-events: none;
	width: 0;
	top: 80vh;
	bottom: 50vh;
}

.conceptArea {
	background-size: cover;
	background-position: center center;
	padding: 130px 0 100px;
}
@media screen and (min-width:721px) {
	.conceptArea {
		background-image: url("../img/concept_bg.jpg");
	}
}
@media screen and (max-width:720px) {
	.conceptArea {
		padding: .54rem 0 .35rem;
		background-image: url("../img/concept_bg_sp.jpg");
	}
}
.conceptArea .cmnTit01 {
	margin: 0 0 70px;
}
@media screen and (max-width:720px) {
	.conceptArea .cmnTit01 {
		margin: 0 0 .38rem;
	}
}
.conceptArea .cmnTit01:before {
	content: "CONCEPT";
}
.conceptArea .ph .img {
	position: relative;
	font-size: 0;
}
.conceptArea .ph .img img {
	margin-left: -223px;
	width: auto;
}
@media screen and (max-width:720px) {
	.conceptArea .ph .img img {
		margin-left: -.2rem;
		width: 89.065%;
		height: auto;
	}
}
.conceptArea .ph .img .img_small {
	bottom: -66px;
	margin-left: 0;
	max-width: 450px;
	position: absolute;
	right: 0;
	width: 45%;
	height: auto;
}
@media screen and (max-width:720px) {
	.conceptArea .ph .img .img_small {
		bottom: -.57rem;
		max-width: 168px;
		right: -.07rem;
		width: 53%;
	}
}
.conceptArea .ph .box {
	margin-top: 59px;
}
@media screen and (max-width:720px) {
	.conceptArea .ph .box {
		margin-top: .92rem;
	}
}
.conceptArea .ph .box .in {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width:720px) {
	.conceptArea .ph .box .in {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.conceptArea .ph .box .in .title {
	font-size: .3rem;
	font-family: ltc-bodoni-175, serif;
	font-weight: 400;
	line-height: 1;
	letter-spacing: .15em;
	text-transform: uppercase;
}
@media screen and (max-width:720px) {
	.conceptArea .ph .box .in .title {
		font-size: .2rem;
	}
}
.conceptArea .ph .box .in .title_jp {
	font-size: .13rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	line-height: 1;
	letter-spacing: .08em;
	margin-left: 20px;
	padding-bottom: 5px;
}
@media screen and (max-width:720px) {
	.conceptArea .ph .box .in .title_jp {
		font-size: .11rem;
		margin: .02rem 0 0 0;
		padding-bottom: 0;
	}
}
.conceptArea .ph .box .txt {
	font-size: .18rem;
	letter-spacing: .04em;
	line-height: 1.8889;
	margin-top: 33px;
	max-width: 700px;
}
@media screen and (max-width:720px) {
	.conceptArea .ph .box .txt {
		font-size: .12rem;
		line-height: 1.75;
		margin-top: .2rem;
		text-align: justify;
		padding: 0 25px;
	}
}
.conceptArea .ph+.ph {
	margin-top: 136px;
}
@media screen and (max-width:720px) {
	.conceptArea .ph+.ph {
		margin-top: .5rem;
	}
}
.conceptArea .ph:nth-child(odd) .img img {
	margin-left: 120px;
}
@media screen and (max-width:720px) {
	.conceptArea .ph:nth-child(odd) .img img {
		margin-left: .55rem;
	}
}
.conceptArea .ph:nth-child(odd) .img .img_small {
	left: -120px;
}
@media screen and (max-width:720px) {
	.conceptArea .ph:nth-child(odd) .img .img_small {
		left: -.55rem;
	}
}
.conceptArea .ph:nth-child(odd) .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
}
@media screen and (max-width:720px) {
	.conceptArea .ph:nth-child(odd) .box {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}
.question {
	position: relative;
	color: #fff;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	padding: 197px 0 150px;
	text-align: center;
}
@media screen and (max-width:720px) {
	.question {
		padding: .93rem 0 .93rem;
	}
}
.question .questionbg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.question .text {
	position: relative;
	font-size: .18rem;
	line-height: 2.5556;
}
@media screen and (max-width:720px) {
	.question .questionbg {
		object-position: 30%;
	}
	.question .text {
		font-size: .15rem;
		line-height: 1.75;
		letter-spacing: 0;
	}
}
.question .ttl {
	position: relative;
	font-size: .28rem;
	line-height: 1.64;
	margin-bottom: 55px;
	letter-spacing: 0.02rem;
}
@media screen and (max-width:720px) {
	.question .ttl {
		font-size: .22rem;
		line-height: 1.54;
		margin-bottom: .32rem;
		letter-spacing: 0.00em;
	}
}
@media screen and (max-width:350px) {
	.question .ttl {
		font-size: .2rem;
	}
}
.caseArea {
	margin-top: -1px;
}
@media screen and (max-width:720px) {
	.caseArea {
		margin-top: 0;
		padding: .2rem 0 .42rem 0;
	}
}
.caseArea .cmnTit01 {
	margin: 90px 0 80px;
	background-color: #FFF;
}
@media screen and (max-width:720px) {
	.caseArea .cmnTit01 {
		margin: 0.3rem 0 0.5rem;
	}
}
.caseArea .cmnTit01:before {
	content: "CASE";
}
.caseArea .case {
	position: relative;
}
@media screen and (min-width:721px) {
	.caseArea .case {
		height: 41.181vw;
		max-height: 630px;
	}
}
@media screen and (max-width:720px) {
	.caseArea .case {
	}
}
@media screen and (max-width:720px) {
	.caseArea .case+.case {
		margin-top: 2px;
	}
}
.caseArea .case .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
@media screen and (max-width:720px) {
	.caseArea .case .box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.caseArea .case .box .img {
	width: 45%;
}
@media screen and (max-width:720px) {
	.caseArea .case .box .img {
		width: 100%;
		position: relative;
	}
}
@media screen and (max-width:720px) {
	.caseArea .case .box .img img {
		width: 100%;
		height: 1rem;
		object-fit: cover;
		position: relative;
	}
	.caseArea .case .box .img.active img {
		height: 2rem;
	}
}
@media screen and (min-width:721px) {
	.caseArea .case .box .img_source {
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
	}
}
@media screen and (max-width:720px) {
	.caseArea .case .box .img_source {
		-o-object-fit: cover;
		object-fit: cover;
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		transition: 1.0s;
	}
}
.caseArea .case .box .in {
	margin-top: 67px;
	width: 45%;
}
@media screen and (max-width:720px) {
	.caseArea .case .box .in {
		background-color: #e8e4e1;
		margin-top: 0;
		width: 100%;
		box-sizing: border-box;
		padding: 0 0.2rem;
		overflow: hidden;
		display: none;
	}
}
@media screen and (max-width:720px) {
	.caseArea .case .box .imgin {
		position: relative;
	}
	.caseArea .case .box .imgin:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0.8;
		background-color: #958275;
		mix-blend-mode: screen;
		transition: 1.0s;
		z-index: 1;
	}
	.caseArea .case .box .imgin:after {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: #958275;
		mix-blend-mode: multiply;
		transition: 1.0s;
		z-index: 2;
	}
	.caseArea .case .box .img.active .imgin:before ,
	.caseArea .case .box .img.active .imgin:after {
		opacity: 0;
	}
}

@media screen and (max-width:720px) {
	.caseArea .case .box .img .num {
		position: absolute;
		top: 50%;
		left: 0;
		transform: translateY(-50%);
		width: 100%;
		color: #958275;
		font-size: .20rem;
		font-family: ltc-bodoni-175, serif;
		font-weight: 400;
		letter-spacing: .15em;
		line-height: 1;
		text-transform: uppercase;
		font-size: .19rem;
		text-align: center;
		color: #FFF;
		z-index: 3;
		transition: 1.0s;
	}
	.caseArea .case .box .img.active .num {
		opacity: 0;
	}
	.caseArea .case .box .img .num:after {
		content: "";
		display: block;
		width: 12px;
		height: 12px;
		border-bottom: 2px solid #FFF;
		border-left: 2px solid #FFF;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 17px;
		margin: auto;
		transform: rotate(-45deg);
	}
	.caseArea .case .box .img .num span {
		font-size: .29rem;
	}
}

.caseArea .case .box .in .num {
	color: #958275;
	font-size: .38rem;
	font-family: ltc-bodoni-175, serif;
	font-weight: 400;
	letter-spacing: .15em;
	line-height: 1;
	text-transform: uppercase;
}
@media screen and (max-width:720px) {
	.caseArea .case .box .in .num {
		margin-top: 0.2rem;
		font-size: .19rem;
		text-align: center;
	}
}
.caseArea .case .box .in .num span {
	font-size: .58rem;
}
@media screen and (max-width:720px) {
	.caseArea .case .box .in .num span {
		font-size: .29rem;
	}
}
.caseArea .case .box .in .ttl {
	font-size: .26rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	line-height: 1.88;
	letter-spacing: .08em;
	margin: 17px 0 36px;
}
@media screen and (max-width:720px) {
	.caseArea .case .box .in .ttl {
		font-size: .15rem;
		line-height: 1.5625;
		margin: .12rem 0 .1rem;
		text-align: center;
	}
}
.caseArea .case .box .in .txt {
	font-size: .18rem;
	letter-spacing: .04em;
	line-height: 1.889;
}
@media screen and (max-width:720px) {
	.caseArea .case .box .in .txt {
		font-size: .12rem;
		line-height: 1.75;
		text-align: justify;
	}
}
.caseArea .case .box .in .close {
	width: 50%;
	text-align: center;
	margin: auto;
	margin-top: 20px;
}
@media screen and (max-width:720px) {
	.caseArea .case .box .in .close {
		margin-bottom: 0.2rem;
	}
}
.caseArea .case .box .in .close span {
	display: inline-block;
	width: 100%;
	border: 1px solid #958275;
	padding: 10px 0;
	font-size: 0.13rem;
	color: #958275;
}
.caseArea .case02 .img_source {
	left: auto!important;
	right: 0;
}
.caseArea .case02 .box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.info {
	background: #FAFAFA;
	background-image: url(../img/plan_bg.jpg);
	padding: 100px 0 114px;
	text-align: center;
}
@media screen and (max-width:720px) {
	.info {
		padding: .46rem 0 0;
	}
}
.info .content {
	max-width: 1160px;
}
.info .cmnTit01:before {
	content:"ORIGINAL PROPOSAL PLAN";
}
@media screen and (max-width:720px) {
	.info .cmnTit01:before {
		content:"ORIGINAL\APROPOSAL PLAN";
	}
}
.info .orginal {
	padding-bottom: 70px;
}
@media screen and (max-width:720px) {
	.info .orginal {
		padding-bottom: .5rem;
	}
}
.info .sky {
	margin-top: 7px;
	padding: 70px 70px 90px;
	background-color: #FFF;
}
@media screen and (max-width:720px) {
	.info .sky {
		margin-top: .04rem;
		padding: .39rem 0.15rem .37rem;
	}
}
.info .sky .cmnTit02:before {
	content:"SKY CHAPEL PROPOSE";
}
.info .sky .cmnTit02 {
	margin-bottom: 60px;
}
.info .sky .txt {
	margin: 29px 0 65px;
}
@media screen and (max-width:720px) {
	.info .sky .txt {
		font-size: .12rem;
		margin: .04rem 0 .4rem;
	}
}
.info .sky .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.info .sky .gallery .img {
	width: 49.5%;
}
.info .sky .gallery .img img {
	width: 100%;
}
.info .sky .gallery .right {
	width: 49.5%;
}
.info .sky .gallery .right .img {
	width: 100%;
}
.info .sky .gallery .right .img+.img {
	margin-top: 10px;
}
@media screen and (max-width:720px) {
	.info .sky .gallery .right .img+.img {
		margin-top: .03rem;
	}
}
.info .sky .plan {
	margin-top: 60px;
}
@media screen and (max-width:720px) {
	.info .sky .plan {
		margin-top: .3rem;
	}
}
.info .sky .plan .ttl {
	font-size: .19rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	color: #938075;
	font-weight: bold;
}
@media screen and (max-width:720px) {
	.info .sky .plan .ttl {
		font-size: .15rem;
		line-height: 1;
	}
}
.info .sky .plan .txt {
	font-size: .34rem;
	margin: 10px 0 0 0;
	font-family: a-otf-ryumin-pr6n, serif;
	letter-spacing: 0.02rem;
}
@media screen and (max-width:720px) {
	.info .sky .plan .txt {
		font-size: .22rem;
		margin: .05rem 0 0 0;
	}
}
.info .sky .plan .txt span {
	font-size: .16rem;
}
@media screen and (max-width:720px) {
	.info .sky .plan .txt span {
		font-size: .12rem;
	}
}
.info .sky .menu {
	margin: 40px 0;
	font-family: a-otf-ryumin-pr6n, serif;
}
@media screen and (max-width:720px) {
	.info .sky .menu {
		margin: .3rem 0 .3rem;
	}
}
.info .sky .menu .ttl {
	font-size: .19rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	font-weight: bold;
	color: #938075;
}
@media screen and (max-width:720px) {
	.info .sky .menu .ttl {
		font-size: .15rem;
		line-height: 1;
	}
}
.info .sky .menu .txt {
	font-size: .2rem;
	line-height: 2;
	margin: 10px 0 0 0;
}
@media screen and (max-width:720px) {
	.info .sky .menu .txt {
		font-size: .13rem;
		line-height: 1.846;
		margin: .05rem 0 0 0;
	}
}
.info .sky .bouquet .ttl {
	font-size: .19rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	font-weight: bold;
	color: #938075;
}
@media screen and (max-width:720px) {
	.info .sky .bouquet .ttl {
		font-size: .15rem;
		line-height: 1;
	}
}
.info .sky .bouquet .txt {
	font-size: .2rem;
	margin: 10px 0 0 0;
	font-family: a-otf-ryumin-pr6n, serif;
}
@media screen and (max-width:720px) {
	.info .sky .bouquet .txt {
		font-size: .13rem;
		margin: .05rem 0 0 0;
	}
}
.info .schedule {
	margin-top: 7px;
	padding: 80px 0 50px;
	border-top: 1px solid #B1B1B1;
}
@media screen and (max-width:720px) {
	.info .schedule {
		margin-top: .04rem;
		padding: .39rem 0 .3rem;
	}
}
.info .schedule .cmnTit01:before {
	content: "SCHEDULE";
}
.info .schedule .txt {
	margin: 21px 0 65px;
}
@media screen and (max-width:720px) {
	.info .schedule .txt {
		font-size: .12rem;
		margin: .07rem 0 .38rem;
	}
}
.info .schedule .gallery {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.info .schedule .gallery .img {
	width: 49.5%;
}
.info .schedule .gallery .img img {
	width: 100%;
	height: auto;
}
.info .schedule .gallery .left {
	width: 49.5%;
}
.info .schedule .gallery .left .img {
	width: 100%;
	height: auto;
}
.info .schedule .gallery .left .img+.img {
	margin-top: 10px;
}
@media screen and (max-width:720px) {
	.info .schedule .gallery .left .img+.img {
		margin-top: .03rem;
	}
}
.info .schedule .spec {
	margin-top: 40px;
}
@media screen and (max-width:720px) {
	.info .schedule .spec {
		margin-top: .25rem;
	}
}
.info .schedule .spec .tbl {
	border-collapse: collapse;
	width: 100%;
	max-width: 540px;
	margin: 0 auto;
}
@media screen and (max-width:720px) {
	.info .schedule .spec .tbl {
		max-width: none;
		margin: 0 .2rem;
		width: auto;
	}
}
.info .schedule .spec .tbl th {
	font-size: .16rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	line-height: 1;
	min-width: 77px;
	padding: 6px 0 35px;
	vertical-align: top;
	text-align: left;
	width: 77px;
}
@media screen and (max-width:720px) {
	.info .schedule .spec .tbl th {
		font-size: .13rem;
		min-width: 55px;
		padding: .03rem 0 .35rem;
		width: 55px;
	}
}
.info .schedule .spec .tbl td {
	font-size: .16rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .04em;
	line-height: 1.8125;
	text-align: left;
	vertical-align: top;
}
@media screen and (max-width:720px) {
	.info .schedule .spec .tbl td {
		font-size: .13rem;
		line-height: 1.615;
	}
}
.info .schedule .spec .tbl td span {
	font-size: .13rem;
}
@media screen and (max-width:720px) {
	.info .schedule .spec .tbl td span {
		font-size: .1rem;
	}
}
.info .schedule .spec .tbl tr:nth-child(2) th {
	padding-bottom: 65px;
}
@media screen and (max-width:720px) {
	.info .schedule .spec .tbl tr:nth-child(2) th {
		padding-bottom: .8rem;
	}
}
.info .contact {
	/*margin-top: 7px;*/
	padding: 80px 70px 90px;
	background-color: #dedede;
}
@media screen and (max-width:720px) {
	.info .contact {
		margin-top: .5rem;
		padding: 0.35rem 0.1rem;
		width: calc(100% + 0.4rem);
		margin-left: -0.2rem;
		box-sizing: border-box;
	}
}
.info .contact .ttl {
	color: #938075;
	font-size: .28rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	line-height: 1;
	letter-spacing: .08em;
	font-weight: bold;
}
@media screen and (max-width:720px) {
	.info .contact .ttl {
		font-size: .19rem;
		line-height: 1.526;
	}
}
.info .contact .txt {
	font-size: .18rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	line-height: 2.556;
	margin: 45px 0;
}
@media screen and (max-width:720px) {
	.info .contact .txt {
		font-size: .13rem;
		line-height: 1.77;
		margin: .16rem 0 .3rem;
		letter-spacing: -0.01rem;
	}
}
.info .contact .btn {
	max-width: 360px;
	height: 50px;
	line-height: 50px;
	background: #958275;
	margin: 0 auto;
}
@media screen and (max-width:720px) {
	.info .contact .btn {
		max-width: 250px;
		line-height: .42rem;
		height: .42rem;
	}
}
.info .contact .btn a {
	color: #fff;
	display: block;
	font-size: .2rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width:720px) {
	.info .contact .btn a {
		font-size: .13rem;
	}
}
.info .contact .btn a:hover {
	opacity: .7;
}
.info .contact .btn a img {
	vertical-align: middle;
}

@media screen and (max-width:720px) {
	.info .contact .tel {
		margin: .37rem 0 .33rem;
	}
}
.info .contact .tel a {
	font-size: .35rem;
	font-family: ltc-bodoni-175, serif;
	font-weight: 400;
	letter-spacing: .05em;
	line-height: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width:720px) {
	.info .contact .tel a {
		font-size: .17rem;
	}
}
.info .contact .tel a span {
	font-size: .53rem;
}
@media screen and (max-width:720px) {
	.info .contact .tel a span {
		font-size: .26rem;
	}
}
.info .contact .time_open .ttl {
	font-size: .16rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	line-height: 1;
	margin-bottom: 12px;
}
@media screen and (max-width:720px) {
	.info .contact .time_open .ttl {
		font-size: .13rem;
		margin-bottom: .13rem;
	}
}
.info .contact .time_open .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
@media screen and (max-width:720px) {
	.info .contact .time_open .list {
		display: block;
	}
}
.planAreawrap .info .contact .time_open .list + .list {
	margin-top: 20px;
}
@media screen and (max-width: 720px) {
	.planAreawrap .info .contact .time_open .list + .list {
		margin-top: .10rem;
	}
}
.info .contact .time_open .item {
	display: inline-block;
	font-size: .16rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	line-height: 1;
	position: relative;
}
@media screen and (max-width:720px) {
	.info .contact .time_open .item {
		font-size: .13rem;
	}
}
.info .contact .time_open .item:after {
	content: '';
	background: #958275;
	height: 7px;
	width: 7px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: -18px;
}
.info .contact .time_open .item.noicon p:after,
.info .contact .time_open .item.noicon:after {
	display: none!important;
}
@media screen and (max-width:720px) {
	.info .contact .time_open .item:after {
		height: 5px;
		width: 5px;
	}
}
.info .contact .time_open .item+.item {
	margin-left: 40px;
}
@media screen and (max-width:720px) {
	.info .contact .time_open .item+.item {
		margin: .1rem 0 0;
	}
}
.info .contact .time_open+.time_open {
	margin-top: 29px;
}
@media screen and (max-width:720px) {
	.info .contact .time_open+.time_open {
		margin-top: .15rem;
	}
}
.access .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width:720px) {
	.access .box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.access .box .img {
	background: url("../img/access_bg.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	width: 100%;
	min-height: 400px;
	position: relative;
}
@media screen and (max-width:920px) {
	.access .box .img {
		min-height: 350px;
	}
}
@media screen and (max-width:720px) {
	.access .box .img {
		min-height: 250px;
		width: 100%;
	}
}
@media screen and (max-width:720px) {
	.access .box .img .rightTop {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0.3rem;
		margin-left: 0.2rem;
		margin-right: 0.2rem;
		justify-content: space-between;
		align-items: center;
		gap: 0.08rem;
	}
}
@media screen and (max-width:720px) {
	.access .box .img .rightTopLi {
		/* border: 1px solid #7d7d7d; */
		padding: 0.04rem 0.05rem;
		/* margin-right: 0.1rem; */
		box-sizing: border-box;
		margin-bottom: 0.1rem;
		background-color: rgba(255, 255, 255, 0.2);
		width: calc((100% - 0.2rem) / 3);
		text-align: center;
		font-family: 'Playfair Display', serif;
	}
}
@media screen and (max-width:720px) {
	.access .box .img .rightTopLi span {
		color: #FFF;
		font-size: 0.12rem;
	}
}
.access .box .img .footer_logo img {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}
@media screen and (max-width:720px) {
	.access .box .img .footer_logo img {
		width: 32%;
		height: auto;
		top: 1rem;
	}
}

.access_area {
	background-color: #FFF;
}
.access_area .box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
@media screen and (max-width:720px) {
	.access_area .box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin: 0 .2rem;
	}
}
.access_area .box .in {
	margin: 58px 0 0 50px;
	width: 50%;
	min-height: 400px;
	text-align: left;
}
@media screen and (max-width:720px) {
	.access_area .box .in {
		margin: .27rem 0 .3rem;
		width: 100%;
		min-height: auto;
	}
}
.access_area .box .in .ttl {
	color: #958275;
	font-size: .3rem;
	font-family: ltc-bodoni-175, serif;
	font-weight: 400;
	letter-spacing: .15em;
	line-height: 1;
	text-transform: uppercase;
}
@media screen and (max-width:720px) {
	.access_area .box .in .ttl {
		font-size: .19rem;
		text-align: center;
	}
}
.access_area .box .in .adress {
	font-size: .19rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	line-height: 1;
	margin: 20px 0 16px;
}
@media screen and (max-width:720px) {
	.access_area .box .in .adress {
		font-size: .15rem;
		line-height: 1.5333;
		margin: .22rem 0 .15rem;
	}
}
@media screen and (max-width:350px) {
	.access_area .box .in .adress {
		letter-spacing: 0;
	}
}
.access_area .box .in .adress span {
	font-size: .14rem;
	display: block;
	margin-top: 15px;
}
@media screen and (max-width:720px) {
	.access_area .box .in .adress span {
		font-size: .12rem;
		margin-top: .15rem;
	}
}
.access_area .box .in .information01 {
	font-size: .18rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	line-height: 2;
}
@media screen and (max-width:720px) {
	.access_area .box .in .information01 {
		font-size: .12rem;
		line-height: 1.75;
	}
}
@media screen and (max-width:350px) {
	.access_area .box .in .information01 {
		letter-spacing: 0;
	}
}
.access_area .box .in .information02 {
	font-size: .14rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	line-height: 2;
	margin-top: 10px;
}
@media screen and (max-width:720px) {
	.access_area .box .in .information02 {
		font-size: .1rem;
		margin-top: .1rem;
	}
}
@media screen and (max-width:350px) {
	.access_area .box .in .information02 {
		letter-spacing: 0;
	}
}

.access_area .box .google_map {
	width: 50%;
	min-height: 400px;
}
@media screen and (max-width:720px) {
	.access_area .box .google_map {
		width: 100%;
		min-height: 150px;
		padding-bottom: .3rem;
	}
}
.access_area .box .google_map iframe {
	width: 100%;
	height: 100%;
}
@media screen and (max-width:720px) {
	.access_area .box .google_map iframe {
		height: 300px;
	}
}





#AboutMovie{
	background-color: #000;
}
#AboutMovie .movie{
	max-width: 1100px;
    margin:0 auto;
    padding: 0 0 6%;
    overflow: hidden;
    position: relative;
}
#AboutMovie .movie video{
	width: 100%;
	height: auto;
}
@media screen and (max-width:720px) {
	#AboutMovie .movie{
	    width: 100%;
	    padding: 0 0 10%;
	    text-align: center;
	}
	#AboutMovie .movie video{
	    width: 90%;
	}
}



#AboutMovie2{
	background-color: #000;
	padding: 0 0 6%;
}
#AboutMovie2 iframe {
	max-width: 100%;
	display: block;
	margin: auto;
}
@media screen and (max-width:720px) {
	#AboutMovie2 {
	    padding: 0 0 10%;
	}
	#AboutMovie2 iframe {
		width: 95%;
		height: 52vw;
	}
}

/* plan
==================================== */
.planDetails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 40px 50px;
	background-color: #FFF;
	margin-bottom: 20px;
}
@media screen and (max-width:720px) {
	.planDetails {
		display: block;
		padding: .2rem .2rem .3rem;
	}
}
.planDetails .gallery {
	width: 36%;
}
@media screen and (max-width:720px) {
	.planDetails .gallery {
		width: 100%;
		margin-bottom: 20px;
	}
}
.planDetails .planContents {
	width: 64%;
	text-align: left;
	padding: 10px 0 0 50px;
}
@media screen and (max-width:720px) {
	.planDetails .planContents {
		width: 100%;
		padding: 0 0 0 0;
	}
}
.planDetails .planContents .cmnTit02 {
	text-align: left;
	color: #958275;
	margin-bottom: 20px;
}
.planDetails.tenku .planContents .cmnTit02 {
	margin-bottom: 30px;
}
.planDetails.tenku .planContents .cmnTit02:before {
	content:"SKY CHAPEL PROPOSE";
	color: #958275;
}
.planDetails.promise .planContents .cmnTit02:before {
	content:"PROMISE";
	color: #958275;
}
.planDetails.fleurs .planContents .cmnTit02:before {
	content:"FLEURS";
	color: #958275;
}
.planDetails.rose .planContents .cmnTit02:before {
	content:"DOZEN ROSE";
	color: #958275;
}
.planDetails.twinkle .planContents .cmnTit02:before {
	content:"TWINKLE";
	color: #958275;
}
.planDetails.eternity .planContents .cmnTit02:before {
	content:"ETERNITY";
	color: #958275;
}
.planDetails.cinderella .planContents .cmnTit02:before {
	content:"CINDERELLA";
	color: #958275;
}
.planDetails.memorial .planContents .cmnTit02:before {
	content:"MEMORIAL";
	color: #958275;
}
.planDetails .planContents .plan{
	margin-bottom: 20px;
}
.planDetails .planContents .menu{
	margin-bottom: 20px;
}
.planDetails .planContents .plan .ttl,
.planDetails .planContents .menu .ttl,
.planDetails .planContents .bouquet .ttl {
	font-size: .18rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	color: #938075;
	font-weight: bold;
}
@media screen and (max-width:720px) {
	.planDetails .planContents .plan .ttl,
	.planDetails .planContents .menu .ttl,
	.planDetails .planContents .bouquet .ttl {
		font-size: .15rem;
	}
}
.planDetails .planContents .plan .txt {
	font-size: .34rem;
	margin: 0 0 0 0;
	font-family: a-otf-ryumin-pr6n, serif;
	letter-spacing: 0.02rem;
}
@media screen and (max-width:720px) {
	.planDetails .planContents .plan .txt {
		font-size: .22rem;
	}
}
.planDetails .planContents .menu .txt,
.planDetails .planContents .bouquet .txt {
	font-size: .16rem;
	margin: 10px 0 0 0;
	font-family: a-otf-ryumin-pr6n, serif;
	letter-spacing: 0.02rem;
}
@media screen and (max-width:720px) {
	.planDetails .planContents .menu .txt,
	.planDetails .planContents .bouquet .txt {
		font-size: .13rem;
	}
}
.planDetails .planContents .plan .txt span {
	font-size: .16rem;
}
@media screen and (max-width:720px) {
	.planDetails .planContents .plan .txt span {
		font-size: .12rem;
	}
}
.planDetails .planContents .detail {
	font-size: .19rem;
	font-family: a-otf-ryumin-pr6n, serif;
	margin-bottom: 20px;
}
.planDetails .planContents .detail  span{
	font-size: .13rem;
}
@media screen and (max-width:720px) {
	.planDetails .planContents .detail {
		font-size: .14rem;
	}
}

/* cancel
==================================== */
.cancel {
	width: 600px;
	margin: .6rem auto;
	font-family: a-otf-ryumin-pr6n, serif;
	letter-spacing: 0.15em;
	text-align: left;
}
@media screen and (max-width:720px) {
	.cancel {
		width: calc(100% - 0.4rem);
		margin: 50px auto;
		padding: 0 0.2rem;
	}
}
.cancel .txt {
	font-size: .2rem;
	font-weight: normal;
	position: relative;
	padding-left: .18rem;
	margin-bottom: .1rem;
}
@media screen and (max-width:720px) {
	.cancel .txt {
		font-size: .17rem;
		letter-spacing: 0.01rem;
		margin-bottom: .05rem;
	}
}
.cancel .txt:after {
	content: '';
	background: #958275;
	height: .1rem;
	width: .1rem;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.cancel .list .item {
	font-size: .16rem;
	text-align: left;
	line-height: 1.8;
}
@media screen and (max-width:720px) {
	.cancel .list .item {
		font-size: .13rem;
		letter-spacing: 0.015rem;
	}
}

/* tokuten
==================================== */
.tokuten {
	background-color: #958275;
	border: solid 5px #b5a395;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 20px 20px 0;
	font-family: a-otf-ryumin-pr6n, serif;
	letter-spacing: 0.3em;
	margin: 50px 0 80px;
}
@media screen and (max-width:720px) {
	.tokuten {
		display: block;
		padding: .2rem .2rem .2rem .2rem;
		margin: 50px 0 50px;
	}
}
.tokuten h3 {
	font-size: .2rem;
	width: 24%;
	font-weight: normal;
	padding-top: 20px;
}
@media screen and (max-width:720px) {
	.tokuten h3 {
		width: 100%;
		font-size: .19rem;
		padding-top: 0;
		margin-bottom: 15px;
	}
}
.tokuten div {
	width: 76%;
	font-size: .16rem;
	text-align: left;
	line-height: 1.8em;
	border-left: 1px solid #fff;
}
@media screen and (max-width:720px) {
	.tokuten div {
		width: 100%;
		border-left: none;
		border-top: 1px solid #fff;
		line-height: 1.2em;
	}
}
.tokuten div p {
	padding:10px 0 10px 60px;
}
@media screen and (max-width:720px) {
	.tokuten div p {
		padding:20px 0 0 0;
		font-size: .13rem;
		line-height: 1.8;
		letter-spacing: 0.02rem;
	}
}

/* option
==================================== */
.option {
	width: 900px;
	margin:0 auto 80px;
	font-family: a-otf-ryumin-pr6n, serif;
	letter-spacing: 0.15em;
}
@media screen and (max-width:720px) {
	.option {
		width: 100%;
		margin:0 auto 0;
	}
}
.option .txt {
	font-size: .18rem;
}
@media screen and (max-width:720px) {
	.option .txt {
		font-size: .15rem;
		text-align: left;
	}
}
.option .optionDetails {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
}
@media screen and (max-width:720px) {
	.option .optionDetails {
		display: block;
	}
}
.option .optionDetails .detail {
	width: calc(100% / 3);
	margin-top: 30px;
}
@media screen and (max-width:720px) {
	.option .optionDetails .detail {
		width: 100%;
	}
}
.option .optionDetails .detail .reserve{
	font-size: .12rem;
} 
@media screen and (max-width:720px) {
	.option .optionDetails .detail {
		margin-bottom: 40px;
	}
}
.option .optionDetails .detail .img {
	margin-bottom: 10px;
}
.option .optionDetails .detail h4 {
	color: #958275;
	font-size: .18rem;
	font-weight: normal;
	margin-bottom: 5px;
}
@media screen and (max-width:720px) {
	.option .optionDetails .detail h4 {
		font-size: .16rem;
	}
}
.option .optionDetails .detail p {
	font-size: .15rem;
	margin-bottom: 5px;
}
@media screen and (max-width:720px) {
	.option .optionDetails .detail p {
		font-size: .13rem;
	}
}
.option .optionDetails .detail .price {
	color: #958275;
	font-size: .2rem;
}
@media screen and (max-width:720px) {
	.option .optionDetails .detail .price {
		font-size: .16rem;
	}
}
.option .optionDetails .detail .price span{
	font-size: .14rem;
}
@media screen and (max-width:720px) {
	.option .optionDetails .detail .price span {
		font-size: .12rem;
	}
}
.weddinglink {
	margin-top: 60px;
	text-align: center;
}
@media screen and (max-width:720px) {
	.weddinglink {
		margin-top: 30px;
	}
}
.weddinglink a {
	transition: 0.2s;
	display: inline-block;
}
.no-touchevents .weddinglink a:hover {
	opacity: 0.6;
}
.weddinglink img {
	display: block;
	background-color: #FFF;
}

.info .contact .tel_area{
	margin: 40px 0 0 0;
}
.info .contact .tel_area .tel {
	margin: 10px 0 26px;
}
.info .contact .tel_area h3{
	color: #938075;
    font-size: .22rem;
    font-family: a-otf-ryumin-pr6n, serif;
    letter-spacing: .1em;
}
.info .contact .tel_area h3 span{
    position: relative;	;
}
.info .contact .tel_area h3 span:before{
	content: " ";
	display: block;
	position:absolute;
	top:50%;
	left: -60px;
	width: 50px;
	height: 2px;
	background-color:#938075;
}
.info .contact .tel_area h3 span:after{
	content: " ";
	display: block;
	position:absolute;
	top:50%;
	right: -60px;
	width: 50px;
	height: 2px;
	background-color:#938075;
}
.info .contact .tel_area .time{
	font-size: .14rem;
}
@media screen and (max-width:720px) {
	.info .contact .tel_area h3{
	    font-size: .16rem;
	    margin-bottom: 6px;
	}
	.info .contact .tel_area .time{
		font-size: .12rem;
	}
	.info .contact .tel_area h3 span:before{
		display: none;
	}
	.info .contact .tel_area h3 span:after{
		display: none;
	}
}
@media screen and (max-width:720px) {
	.access .box .img {
		min-height: 250px;
		width: 100%;
	}
}
@media screen and (max-width:720px) {
	.access .box .img .leftTop {
		display: flex;
		flex-wrap: wrap;
		margin-top: 0.1rem;
		margin-left: 0.2rem;
		margin-right: 0.2rem;
		justify-content: center;
		align-items: center;
		gap: 0.4rem;
	}
}
@media screen and (max-width:720px) {
	.access .box .img .leftTopLi {
		/* border: 1px solid #7d7d7d; */
		padding: 0.04rem 0.05rem;
		/* margin-right: 0.1rem; */
		box-sizing: border-box;
		margin-bottom: 0.1rem;
		font-family: 'Playfair Display', serif;
		text-align: center;
	}
}
@media screen and (max-width:720px) {
	.access .box .img .leftTopLi span {
		color: #FFF;
		font-size: 0.12rem;
	}
}
@media screen and (max-width:720px) {
	.access .box .img .leftTopLi img {
		width: 0.16rem;
		height: auto;
		top: 0.7rem;
		margin-right: 0.1rem;
	}
}
.option .txt.form_link{
    max-width: 360px;
    height: 50px;
    line-height: 50px;
    background: #958275;
    margin: .2rem auto .6rem;
}
.option .txt.form_link a {
    color: #fff;
    display: block;
    font-size: .2rem;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    letter-spacing: .08em;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.option .txt.form_link a:hover {
    opacity: .7;
}
@media screen and (max-width:720px) {
	.option .txt.form_link {
		max-width: 250px;
		line-height: .42rem;
		height: .42rem;
		text-align: center;
	}
	.option .txt.form_link a {
		font-size: .13rem;
	}
}

.planAreawrap .txt_supplement{
	font-size: .18rem;
	font-family: a-otf-ryumin-pr6n, serif;
	margin-bottom: .4rem;
	letter-spacing: .1em;
}
.planAreawrap .txt_supplement span{
	font-size: .16rem;
}
@media screen and (max-width:720px) {
	.planAreawrap .txt_supplement{
		font-size: .14rem;
		margin-bottom: .4rem;
	}
	.planAreawrap .txt_supplement span{
		font-size: .13rem;
	}
}