
/* Coming Soon */
.text_soon{
	text-align: center;
	font-size: 28px;
	padding: 40px 0 120px;
}
.gardenRoom_photo .text_soon{ padding: 40px 0 220px;}
@media screen and (max-width: 640px) {
	.text_soon{
		font-size: 26px;
		padding: 30px 0 80px;
	}
	.gardenRoom_photo .text_soon{ padding: 30px 0 150px;}
}

#page-plan .photolist:first-of-type { margin-top: 66px;}
#page-plan .photolist:not(:last-child) { margin-bottom: 50px;}
@media screen and (max-width: 640px) {
	#page-plan .photolist {
		padding-right: 20px;
		padding-left: 20px;
	}
	#page-plan .photolist:first-of-type { margin-top: 40px;}
	#page-plan .photolist:not(:last-child) { margin-bottom: 40px;}
}

#page-plan .photolist_inner {
	max-width: 1100px;
	margin: 0 auto;
}
#page-plan .photolist_title {
	padding-bottom: 19px;
	border-bottom: 1px solid #1c1d2b;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
		-ms-flex-align: end;
	align-items: flex-end;
}
#page-plan .photolist_title .title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
		-ms-flex-align: end;
			align-items: flex-end;
	color: #1c1d2b;
}
#page-plan .photolist_title .title span {
	display: block;
	line-height: 1;
}
#page-plan .photolist_title .title .en {
	font-family: "Fraunces", serif;
	font-size: 49px;
	font-weight: 400;
	letter-spacing: -0.05em;
}
#page-plan .photolist_title .title .jp {
	font-size: 15px;
	padding: 0 0 7px 14px;
}
#page-plan .photolist_title .number { font-size: 14px;}
#page-plan .photolist_title .number span {
	font-family: "Fraunces", serif;
	font-size: 20px;
	margin: 0 6px 0 4px;
}
@media screen and (max-width: 640px) {
	#page-plan .photolist_title {
		display: block;
		padding-bottom: 0;
		border-bottom: none;
	}
	#page-plan .photolist_title .title {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 12px;
		border-bottom: 1px solid #1c1d2b;
	}
	#page-plan .photolist_title .title .en { font-size: 40px;}
	#page-plan .photolist_title .title .jp {
		font-size: 14px;
		padding: 4px 0 7px 10px;
	}
	#page-plan .photolist_title .number {
		margin-top: 5px;
		text-align: right;
		font-size: 13px;
	}
	#page-plan .photolist_title .number span { font-size: 18px;}
}

#page-plan .photolist_list {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#page-plan .photolist_list li { width: 350px;}
#page-plan .photolist_list li a,
#page-plan .photolist_list li a:link,
#page-plan .photolist_list li a:visited {
	color: #333;
	text-decoration: none;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
@media screen and (min-width: 641px) {
	#page-plan .photolist_list li a:hover {
		opacity: 0.6;
		color: #333;
		text-decoration: none;
	}
}

#page-plan .photolist_list li:not(:nth-child(3n)) { margin-right: 25px;}
#page-plan .photolist_list li:not(:nth-child(-n+3)) { margin-top: 25px;}
#page-plan .photolist_list li a { display: block;}
#page-plan .photolist_list li .txtarea {
	padding: 22px 27px;
	background: #fff;
}
#page-plan .photolist_list li .txtarea .txt {　padding-left: 7px;}
#page-plan .photolist_list li .txtarea .txt span.fRed {
    color: #f00;
    display: inline-block;
    margin-left: 10px;
    font-style: italic;
}
@media screen and (max-width: 640px) {
	#page-plan .photolist_list { margin-top: 20px;}
	#page-plan .photolist_list li { width: 100%;}
	#page-plan .photolist_list li:not(:nth-child(3n)) { margin-right: 0;}
	#page-plan .photolist_list li:not(:nth-child(-n+3)) { margin-top: 0;}
	#page-plan .photolist_list li:not(:first-child) { margin-top: 14px;}
	#page-plan .photolist_list li .txtarea { padding: 15px;}
}

#page-plan .photolist_btn {
	width: 600px;
	height: 60px;
	margin: 29px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	text-align: center;
	background: #1c1d2b;
	color: #e9edf0;
	letter-spacing: 0;
	cursor: pointer;
	-webkit-transition: 0.2s opacity;
	transition: 0.2s opacity;
	position: relative;
}
#page-plan .photolist_btn:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 17px;
	-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
	background: url(../images/icon_arrow_down.png) no-repeat;
	background-size: 100% auto;
	width: 26px;
	height: 26px;
}
#page-plan .photolist_btn:hover { opacity: 0.7;}
@media screen and (max-width: 640px) {
	#page-plan .photolist_btn { width: 100%;}
}

#page-plan .planbottom_btn {
    max-width: 630px;
    margin: 0px auto 120px;
}
#page-plan .planbottom_btn a {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 22px;
	letter-spacing: 0.05em;
	color: #1c1d2b !important;
	background: #fff;
	border: 2px solid #1c1d2b;
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	position: relative;
	text-decoration: none;
	-webkit-transition: 0.2s all ease-in-out;
	transition: 0.2s all ease-in-out;
}
#page-plan .planbottom_btn a .link_img{ order:1;}
#page-plan .planbottom_btn a .link_imgchild:last-child{ margin-top: 1px;}
#page-plan .planbottom_btn a .link_box{
	width: calc(100% - 280px);
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
	text-align: center;
	order: 2;
}
#page-plan .planbottom_btn a .detail_tit{
	font-size: 22px;
	line-height: 1.6;
	font-weight: bold;
}
#page-plan .planbottom_btn a .detail_text{
	position: relative;
    background: #1c1d2b;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    padding: 10px 10px;
    width: 270px;
}
#page-plan .planbottom_btn a .detail_text:after {
	position: absolute;
	content: "";
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	background: url(../../common/images/icon_arrow_g.png) no-repeat;
    background-size: 100% auto;
    width: 26px;
    height: 26px;
}
@media screen and (min-width: 641px) {
	#page-plan .planbottom_btn a:hover {
		opacity: 0.6;
		text-decoration: none;
	}
}
@media screen and (max-width: 640px) {
	#page-plan .planbottom_btn {
		max-width: 100%;
		margin: 0 auto 60px;
		padding: 0 20px;
	}
	#page-plan .planbottom_btn a { display: block;}
	#page-plan .planbottom_btn a .link_imgchild img{
		width: 100%;
		height: auto;
	}
	#page-plan .planbottom_btn a .link_box{
		width: 100%;
		display: block;
		padding: 25px 30px;
	}
	#page-plan .planbottom_btn a .detail_tit{ font-size: 20px;}
	#page-plan .planbottom_btn a .detail_text{ 
		width: 100%;
	    margin-top: 15px;
		font-size: 14px;
	}
}