@charset "UTF-8";

.aboutMovie3wrap {
	background-color: #000;
	padding-bottom: 6%;
}
@media screen and (max-width:720px) {
	.aboutMovie3wrap {
		padding-bottom: 10%;
	}
}
.aboutMovie3 {
	margin: 0 auto;
	position: relative;
	max-width: 1100px;
	overflow: hidden;
	height: 640px;
}
@media screen and (max-width:720px) {
	.aboutMovie3 {
		width: 95%;
		height: 48vw;
	}
}
.aboutMovie3 iframe {
	position: absolute;
	top: -17%;
	left: -16%;
	width: 133%;
	height: 134%;
}
@media screen and (max-width:720px) {
	.aboutMovie3 iframe {
		top: -22%;
		left: -16%;
		width: 133%;
		height: 144%;
	}
}
@media screen and (min-width: 721px) {
	.conceptAreawrap .conceptArea {
		background-image: url(../img/concept_bg.jpg);
	}
}
@media screen and (max-width: 720px) {
	.conceptAreawrap .conceptArea {
		background-image: url(../img/concept_bg_sp.jpg);
	}
}
.conceptAreawrap .conceptArea .ph .box .tit {
	font-size: .22rem;
	font-family: ltc-bodoni-175, serif;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 1;
	margin: 40px 0 20px;
}
@media screen and (max-width: 720px) {
	.conceptAreawrap .conceptArea .ph .box .tit {
		font-size: .16rem;
		line-height: 1.625;
		margin: .15rem 0 .07rem;
		text-align: center;
	}
}
@media screen and (max-width: 720px) {
	.conceptAreawrap .conceptArea .ph .box .tit {
		font-size: .15rem;
		letter-spacing: 0;
	}
}
@media screen and (max-width:720px) {
	.access_area .box {
		margin: 0 .1rem;
	}
}
.info .sky .cmnTit02:before {
	content: "CHAPEL PROPOSE";
}
.planAreawrap .info .sky .desc {
	font-size: .18rem;
	font-family: ltc-bodoni-175, serif;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 2.555;
	margin-top: 60px;
}
.info .sky .bouquet .txt {
	line-height: 2;
}
.planAreawrap .info .contact .time_open .list+.list {
	margin-top: 20px;
}
.access .box .img {
	background: url(../img/access_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	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: 300px;
		width: 100%;
	}
	.access .box .img img {
		width: 66%;
	}
}
@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: 80%;
        height: auto;
        top: 1rem;
    }
}
.access_area .box .in .txt {
	font-size: .14rem;
	font-family: ltc-bodoni-175, serif;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 1.78;
}
@media screen and (max-width: 720px) {
	.access_area .box .in .txt {
		text-align: center;
	}
}
.access_area .box .in .information {
	font-size: .14rem;
	font-family: ltc-bodoni-175, serif;
	font-weight: 400;
	letter-spacing: .08em;
	line-height: 1.78;
	margin: 20px 0 5px 0;
}
@media screen and (max-width: 720px) {
	.access_area .box .in .information {
		font-size: .12rem;
		text-align: center;
	}
}
@media screen and (max-width: 720px) {
	.planAreawrap .info .sky .desc {
		font-size: .12rem;
		line-height: 1.75;
		margin-top: .35rem;
	}
}
.planAreawrap .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) {
	.planAreawrap .info .contact .time_open .list {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}
.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;
	}
}
.planAreawrap .info .contact .time_open .item {
	font-size: .16rem;
	font-family: a-otf-ryumin-pr6n, serif;
	font-weight: 300;
	letter-spacing: .08em;
	line-height: 1;
}
@media screen and (max-width: 720px) {
	.planAreawrap .info .contact .time_open .item {
		font-size: .13rem;
	}
}
.planAreawrap .info .contact .time_open .item p {
	display: inline-block;
	position: relative;
}
.planAreawrap .info .contact .time_open .item p: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;
}
@media screen and (max-width: 720px) {
	.planAreawrap .info .contact .time_open .item p:after {
		display: none;
	}
}
.planAreawrap .info .contact .time_open .item+.item {
	margin-left: 40px;
}
@media screen and (max-width: 720px) {
	.planAreawrap .info .contact .time_open .item+.item {
		margin: .1rem 0 0;
	}
}





.chiristmas_txt {
	width: 100%;
	background-color: #958275;
	color: #FFF;
	text-align: left;
	padding: 10px 10px 10px 20px;
	font-size: .16rem;
	letter-spacing: 0.02rem;
	margin: 20px 0 0 0;
	box-sizing: border-box;
}

@media screen and (max-width: 720px) {
	.chiristmas_txt {
		font-size: .13rem;
		padding: 8px;
	}
}

.planDetails.chiristmas .planContents .cmnTit02:before {
	content: "CHRISTMAS PROPOSAL 2022";
	color: #958275;
}

.planDetails .planContents {
	box-sizing: border-box;
}

.planDetails {
	flex-wrap: wrap;
}

.planDetails.lazor .planContents .cmnTit02:before{
	content: "LAZOR";
	color: #958275;
}

.option{
	margin-top: 80px;
}

.info .schedule .spec .tbl{
	max-width: 6.5rem;
}

@media screen and (max-width: 720px) {
	.info .schedule .spec .tbl tr:nth-child(3) th {
	    padding-bottom: .2rem;
	}
}

.planAreawrap .info .contact .time_open .item02{
	font-size: .16rem;
    font-family: a-otf-ryumin-pr6n, serif;
    font-weight: 300;
    letter-spacing: .08em;
    line-height: 2;
}
.planAreawrap .info .contact .time_open .item02 span{
	font-size: .13rem;
}
@media screen and (max-width: 720px) {
	.planAreawrap .info .contact .time_open .item02{
		font-size: .13rem;
	}
	.planAreawrap .info .contact .time_open .item02 span{
		font-size: .12rem;
	}
}

.weddinglink {
	width: 320px;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}
.weddinglink a {
	width: 100%;
	display: block;
}
.weddinglink a img {
	width: 100%;
	height: auto;
}

.question .ttl{
	font-weight: normal;
}
.planDetails .planContents{
	padding: 10px 0 0 84px;
}
@media screen and (max-width: 720px) {
	.planDetails .planContents{
		padding: 10px 0 0 0px;
	}
}
.planDetails .planContents .detail{
	font-size: .18rem;
	letter-spacing: .1em;
}
@media screen and (max-width: 720px) {
	.planDetails .planContents .detail{
		font-size: .15rem;
		letter-spacing: 0;
	}
}
.planDetails .planContents .cmnTit02{
	position: relative;
    padding-left: 1.9rem;
    padding-top: .06rem;
}
@media screen and (max-width: 720px) {
	.planDetails .planContents .cmnTit02{
		padding-left: 1.3rem;
    	padding-top: .02rem;
	}
}
.planDetails.promise .planContents .cmnTit02:before{
	position: absolute;
	top: 0;
	left: 0;
}
.planDetails{
	padding: .6rem .55rem .5rem;
    width: 10rem;
    box-sizing: border-box;
    margin: 0 auto;
}
@media screen and (max-width: 720px) {
	.planDetails{
		width: 100%;
		padding: .2rem .2rem .2rem;
	}
}
.planDetails .planContents .menu{
	margin-bottom: 0;
}
.option{
	width: 10rem;
}
@media screen and (max-width: 720px) {
	.option{
		width: 100%;
	}
}
.option .optionDetails{
	/*gap: .08rem;*/
}
.option .optionDetails .detail{
	width: calc(100% / 4);
}
@media screen and (max-width: 720px) {
	.option .optionDetails .detail{
		width: 100%;
	}
}
.planDetails .planContents .plan .ttl,
.planDetails .planContents .menu .ttl{
	font-weight: normal;
}
.planDetails .planContents .menu .txt{
	margin: 6px 0 0 0;
}
@media screen and (max-width: 720px) {
	.planDetails .planContents .menu .txt{
		font-size: .12rem;
		letter-spacing: -0.02em;
	}
}
.access_area .box .in .adress{
	line-height: 1.6;
	margin-top: .4rem;
}
@media screen and (max-width: 720px) {
	.access_area .box .in .adress{
		text-align: center;
	}
}
.access_area .box .in{
	min-height: 4rem;
	box-sizing: border-box;
	margin: 0 0 0 .5rem;
	padding-top: .6rem;
}
@media screen and (max-width: 720px) {
	.access_area .box .in{
		margin: 0 0 0 0;
		padding-top: .3rem;
		padding-bottom: .3rem;
		min-height: auto;
	}
}
.info .contact .ttl{
	font-weight: normal;
}
.copyRight{
	background: #1E2027; 
}
.access .box .img{
	background-image: none;
	background-color: #1E2027; 
}
@media screen and (max-width: 720px) {
	.option .optionDetails .detail .img img{
		width: 2.8rem;
		height: auto;
	}
}
@media screen and (max-width: 720px) {
	.flowinqwrap{
		background-color: #958275;
	}
	.flowinq:after{
		border-right: 1px solid #606060;
	}
}
.conceptArea .ph .box .in .title{
	color: #958275;
}
.conceptArea .ph .box .in .title_jp{
	color: #958275;
}

.access .box .img a{
	transition: 0.6s;
}
.access .box .img a:hover{
	opacity: 0.5;
}

.bnrTower{
	text-align: center;
	background-color: #1E2027;
	border-top: solid 2px #3e4046;
	padding-top: 50px;
	padding-bottom: 20px;
}
@media screen and (max-width: 720px) {
	.bnrTower{
		padding-bottom: 40px;
	}
}
.bnrTower a{
	transition: 0.6s;
}
.bnrTower a:hover{
	opacity: 0.5;
}