﻿@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css2?family=Sawarabi+Mincho&display=swap);
ol,ul,li {
	margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;
}

li{list-style-type:none;}

fieldset,table,img{border:0;}

body{
	margin:0;
	padding: 0;
	font-family: "Noto Sans Japanese", sans-serif;
	font-size: 16px;
}

@media ( max-width:1140px){
	.generate {
		margin-bottom: 10px;
	}
}

.img-responsive {
	display: block;
	height: auto;
	max-width: 100%;
}



#header {
	z-index:1000;
	position: fixed;
	width: 100%;
	background:#fff;
}

#header_panel {
	max-width: 1024px;
	margin: 0 auto;
	padding-top: 10px;
}

#header_logo {
	max-width: 1024px;
	margin-bottom: 10px;
}

#lucentia-residences_logo {
	float: left;
	width: 252px;
}


#cosmosplan_logo {
	float: right;
	width: 87px;
}




/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Menu

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/

#menu-box {
/*
	float: right;
*/
}

#menu li{
	font-size: 15px;

	display: block;
	float: left;
}

#menu li a{
	display: block;
	padding: 0 10px 5px;
	color: #000;
	text-align: center;
	text-decoration: none;
}

#menu li.on a{
	color: #9E1C26;
}

#menu li a:hover, #menu li a:active {
	color: #999;
	-webkit-transition: All 0.3s ease;
	-moz-transition: All 0.3s ease;
	-o-transition: All 0.3s ease;
	-ms-transition: All 0.3s ease;
	transition: All 0.3s ease;
}


#toggle{ 
	display: none;
}


#property_map {
	width: 100%;
	height: 640px;
	max-width: 1024px;
	max-height: 720px;
	margin-bottom: 40px;
}





h1{
	font-size: 4em;
	font-weight: normal;
	margin: 0;
	color: #000;
	line-height: 1;
}

h2 {
	font-size: 26px;
	margin-bottom: 16px;
	line-height:1.5;
}


h3 {
	font-size: 20px;
	margin-bottom: 16px;
}


#main-wrap>div>div {
	margin: auto;

}
.footer {
	width: 100%;
	display: block;

}

.footer .wrap {
	max-width: 1024px;
	margin: 0 auto;
	font-size: 12px;
	line-height: 1.2em;
	font-weight: bold;
	color: #000;
	text-align: right;
}


p {
	font-size: 0.95em;
	margin-bottom: 1em;
}




a{
	color: #1b1b1b;
}

.wrap {
	max-width: 1024px;
	margin: 0 auto;
	padding: 0 20px;
}

.top-section {
	background: #000;
	padding: 100px 0 0 0;
}

.top-section img {
	max-width: 1024px;
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

.signing-section {
	background: #fff;
	color: #000;
	padding: 20px 0 0px 0;
}

.signing-section h2 {
	color: #fff;
	text-align:center;
	font-weight:600;
}

.bbcc-outline-section {
	background: #fff;
	color: #000;
	padding: 150px 0 120px 0;
}


.site-location-section {
	background: #BA777D;
	color: #fff;
	padding: 150px 0 120px 0;
}

.map-section {
	background: #fff;
	color: #000;
	padding: 150px 0 120px 0;
}

.bbcc-overall-section {
	background: #BA777D;
	color: #fff;
	padding: 150px 0 120px 0;
}

.bbcc-facility-section {
	background: #fff;
	color: #000;
	padding: 150px 0 120px 0;
}

.lucentia-outline-section {
	background: #fff;
	color: #000;
	padding: 150px 0 120px 0;
}

.shared-facility-section {
	background: #fff;
	color: #000;
	padding: 150px 0 120px 0;
}


ol.facility {
	counter-reset: my-counter;
	list-style: none;
	padding: 0;
}

ol.facility li {
	float: left;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 20px;
	position: relative;
	margin-right: 1.5em;
}
ol.facility li:before {
	content: counter(my-counter);
	counter-increment: my-counter;
	background-color: #000;
	color: #fff;
	display: block;
	float: left;
	line-height: 20px;
	margin-left: -25px;
	text-align: center;
	height: 20px;
	width: 20px;
	border-radius: 50%;
}


.floor-plan-section {
	background: #fff;
	color: #000;
	padding: 150px 0 120px 0;
}

.room-layout-section {
	background: #fff;
	color: #000;
	padding: 150px 0 120px 0;
}

.rental-section {
	background: #fff;
	color: #000;
	padding: 150px 0 120px 0;
}

.view-section {
	background: #fff;
	color: #000;
	padding: 150px 0 120px 0;
}

.room-image-section {
	background: #fff;
	color: #000;
	padding: 150px 0 120px 0;
}


.recommend-section {
	background: #BA777D;
	color: #fff;
	padding: 150px 0 120px 0;
}

.recommend-section ul li {
	margin-left: 1em;
	margin-bottom: 1em;
}


.contact-section {
	background: #fff;
	color: #000;
	padding: 150px 0 120px 0;
}

table.ContactForm {

	border-width: 1px 0 0 1px;
	border-style: solid;
	border-color: #c0c0c0;
	border-collapse: collapse;
}

table.ContactForm th {
	padding: 10px;
	background: #F1E6D4;
	width: 180px;
	font-weight: bold;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #c0c0c0;
}

table.ContactForm td {
	padding: 10px;
	width: 761px;
	border-style: solid;
	border-width: 0 1px 1px 0;
	border-color: #c0c0c0;
}

.disable-ime {ime-mode:disabled;}
label.error {color: red; font-size:90%; font-style:italic;}
/*---------------------------
Input
---------------------------*/
input[type="text"],textarea,select {
	vertical-align:middle;
	padding: 2px;
	border:1px solid #999;
/* IE 6,7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#efefef', endColorstr='#ffffff');
/* IE 8,9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#efefef', endColorstr='#ffffff')";
/* IE10 */ 
	background-image: -ms-linear-gradient(top , #efefef 0%, #ffffff 100%);
/* Mozilla */
	background: -moz-linear-gradient(top,#FFF,#efefef);
/* Opera */
	background: -o-linear-gradient(top,#FFF,#efefef);
/* Webkit */
	background: -webkit-linear-gradient(top,#FFF,#efefef);
/* W3C */ 
	background: linear-gradient(top,#fff,#efefef);
}

input.type1 {width:300px; height:30px;}
textarea.type1 {width:480px;}

input.w30 {width:30px; height:30px;}
input.w40 {width:40px; height:30px;}
input.w50 {width:50px; height:30px;}
input.w80 {width:80px; height:30px;}
input.w100 {width:100px; height:30px;}
input.w150 {width:150px; height:30px;}
input.w200 {width:200px; height:30px;}
input.w250 {width:250px; height:30px;}
input.w300 {width:300px; height:30px;}

/*---------------------------
Textarea
---------------------------*/
textarea.w250 {width:250px;}
textarea.w300 {width:300px;}
textarea.w350 {width:350px;}
textarea.w400 {width:400px;}
textarea.w450 {width:450px;}
textarea.w460 {width:460px;}
textarea.w480 {width:480px;}
textarea.w675 {width:675px;}

.formBottom {
	text-align: center;
}

.formButton {
	vertical-align:middle;
	padding: 10px 40px;
	font-size: 18px;
	line-height: 1;
	font-weight: bold;
	border:1px solid #D07714;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
/* IE 6,7 */
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D07714', endColorstr='#EDD666');
/* IE 8,9 */
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#D07714', endColorstr='#EDD666')";
/* IE10 */ 
	background-image: -ms-linear-gradient(top , #D07714 0%, #EDD666 100%);
/* Mozilla */
	background: -moz-linear-gradient(top,#EDD666,#D07714);
/* Opera */
	background: -o-linear-gradient(top,#EDD666,#D07714);
/* Webkit */
	background: -webkit-linear-gradient(top,#EDD666,#D07714);
/* W3C */ 
	background: linear-gradient(top,#EDD666,#D07714);
}

.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
}
.clearfix {
	min-height: 1px; /*IE6、7対策*/
}
* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
}

dl.type1 {
	font-size: 1em;
	margin-bottom: 1em;
}

dl.type1 dt {
	float: left;
	width: 8em;
	margin-left: 16px;
	margin-bottom: 0.5em;
	clear:left;

}
dl.type1 dt:before {content:"◆"; margin-left:-16px;}
dl.type1 dt.asterisk:before {content:"＊"; margin-left:-16px;}
dl.type1 dd {
	margin-left: 9em;
	margin-bottom: 0.5em;

}


dl.type2 dt {
	color: #FF0000;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}
dl.type2 dt:before {content:"◆";}
dl.type2 dd {
	margin-bottom: 1.2em;
	margin-left: -0.2em;
}


span.red {color: #ff0000;}
span.bold {font-weight: bold;}
.mb10 {margin-bottom: 10px;}
.mb20 {margin-bottom: 20px;}
.mb40 {margin-bottom: 40px;}
.mb60 {margin-bottom: 60px;}
.mt20 {margin-top: 20px;}
span.text85 {font-size: 85%;}
a img:hover{
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}


.text-right {text-align: right}

#page-top{
  width:40px;
  height:40px;
  position:fixed;
  right:16px;
  bottom:16px;
  display:none;
}
  
#page-top p{
  margin:0;
  padding:0;
  text-align:center;
  background:url(../images/menu_sp_bg.png);
}
  
#page-top p:hover{
  background:#6C8AEA;
  -webkit-transition:all 0.3s;
  -moz-transition:all 0.3s;
  transition:all 0.3s;
}
  
#page-top p a{
  color:#fff;
  line-height:40px;
  text-decoration:none;
  display:block;
  cursor:pointer;
}

ul.disc {margin-left:16px;}
ul.disc li {margin-bottom:0.5em;}
ul.disc li:before {content:"◆"; margin-left:-16px;}

ul.square {margin-left:1.3em;}
ul.square li {list-style-type: square;}


span.red {color: #ff0000;}


.table01 {
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
}


.table01 th {
	text-align: center;
	padding: 5px;
	border-style: solid;
	border-color: #fff;
	border-width: 1px;
}

.table01 td {
	text-align: center;
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff;
}

ol.decimal {margin-left:2em;}
ol.decimal li {list-style-type:decimal; margin-bottom: 0.5em;}

.table02 {
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
}


.table02 th {
	text-align: center;
	padding: 5px;
	border-style: solid;
	border-color: #000;
	border-width: 1px;
	font-size: 12px;
}

.table02 th.th1 {
	background: #FFFF00;
}
.table02 th.th2 {
	background: #00B050;
}
.table02 th.th3 {
	background: #FF0000;
}

.table02 td {
	padding: 5px;
	border-style: solid;
	border-width: 1px;
	border-color: #000;
	font-size: 12px;
}

table.superiority {
	border-width: 1px;
	border-style: solid;
	border-color: #c0c0c0;
	border-collapse: collapse;
	margin-bottom: 20px;
}

table.superiority th{
	padding: 5px 5px;
	background: #f0f0f0;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #c0c0c0;
	vertical-align: top;
	text-align: center;
	font-weight:bold;
	font-size: 14px;
}

table.superiority td{
	padding: 5px 5px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #c0c0c0;
	vertical-align: top;
	text-align: left;
	font-size: 14px;
}



table.superiority td.td3, table.superiority td.td4, table.superiority td.td5 {text-align: right;}
table.superiority td.td6,table.superiority td.td7, table.superiority td.td8 {text-align: center;}

table.superiority td.kami {background: #efefef;}

@media only screen and (max-width: 1024px) {

	#header {
		width: 100%;
		margin: 0 auto;
		padding: 0;
	}



	#header_logo {
		margin: 0 auto;
		padding: 0 20px;
	}

	#lucentia-residences_logo {
		float: left;
		max-width: 180px;
		padding-bottom: 15px;
	}


	#cosmosplan_logo {
		float: right;
		max-width: 122px;
	}

	#lucentia-residences_logo img {
		max-width: 180px;
		width: 100%;
		height: auto;
		-ms-interpolation-mode: bicubic;
	}

	#cosmosplan_logo img {
		max-width: 122px;
		width: 100%;
		height: auto;
		-ms-interpolation-mode: bicubic;
	}

	#menu-box {
		float: none;
		margin: 0 auto;
		margin-top: 0px;
	}
	#menu {
		display: none;
	}

	#menu ul {
		width: 100%;
		background-color: #222;
	}
	#menu li {
		float: none;
		border: 0;
	}

	#menu li a {
		padding: 10px 0;
		background: none;
		color: #fff;
		font-size: 1em;
		line-height: 1;
		font-weight: bold;
		display: block;
		border: 0;
	}

	#menu li a:hover {
		color: #000;
		background-color: #ccc;
		border: 0;
	}

	#menu li.on a{
		color: #fff;
	}

	#toggle{
		display: block;
		position: relative;
		width: 100%;
		background: #222;
	}

	#toggle a {
		height: 2em;
		font-size: 1em;
		font-weight: bold;
		display: block;
		position: relative;
		padding: 12px 0 10px;
		border-bottom: 1px solid #fff;
		color: #fff;
		text-align: center;
		text-decoration: none;
	}

	#toggle:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 20px;
		margin-top: -10px;
		background: #fff;
	}

	#toggle a:before, #toggle a:after {
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 10px;
		width: 20px;
		height: 4px;
		background: #222;
	}

	#toggle a:before {
		margin-top: -6px;
	}

	#toggle a:after {
		margin-top: 2px;
	}






	dl.type1 {
		margin: 0 auto;
		font-size: 0.9em;
		margin-bottom: 0.9em;
	}

	dl.type1 dt {
		float: left;
		width: 9em;
	}
	dl.type1 dd {
		margin-left: 10em;
	}

	.bbcc-outline-section,
	.site-location-section,
	.map-section,
	.bbcc-overall-section,
	.lucentia-outline-section,
	.shared-facility-section,
	.floor-plan-section,
	.room-layout-section,
	.rental-section,
	.view-section,
	.recommend-section,
	.contact-section {
		padding-top: 120px;
	}

	.contact-section .wrap {
		width: 80%;
		padding: 20px;
		margin: 0 auto;
	}

	table.ContactForm {
		width: 100%;
		margin: 0 auto 20px;
	}

    table.ContactForm th,
    table.ContactForm td{
        width: 100%;
        display: block;
        border-top: none;
        text-align: center;
    }
    table.ContactForm tr:first-child th   { border-top: 1px solid #ddd; }


	input.type1 {width:100%; height:28px;}

	textarea.type1 {width:100%;}


	.footer .wrap {
		text-align: center;
	}

}



@media only screen and (max-width: 480px) {

	#header {
		max-width: 480px;
		margin: 0 auto;
		padding: 0;
	}

}

.gallery {
	width: 600px;
	height: 400px;
}

.gallery img {
	max-width: 600px;
	width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
}

.gallery1 {
   /* Prevent vertical gaps */
   line-height: 0;
 
   -webkit-column-count: 2;
   -webkit-column-gap:   10px;
   -moz-column-count:    2;
   -moz-column-gap:      10px;
   column-count:         2;
   column-gap:           10px;
 
}
.gallery1 img {
  /* Just in case there are inline attributes */
  width: 100% !important;
  height: auto !important;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
	.gallery1 {
		-moz-column-count:    4;
		-webkit-column-count: 4;
		column-count:         4;
	}
}

@media (max-width: 1000px) {
	.gallery1 {
		-moz-column-count:    3;
		-webkit-column-count: 3;
		column-count:         3;
	}
}

@media (max-width: 800px) {
	.gallery1 {
		-moz-column-count:    2;
		-webkit-column-count: 2;
		column-count:         2;
	}
}
@media (max-width: 400px) {
	.gallery1 {
		-moz-column-count:    1;
		-webkit-column-count: 1;
		column-count:         1;
	}
}

.glow {
font-family: 'Sawarabi Mincho', serif;
  color: #fff;
  text-shadow:
      0 0 82px #E9C28C,
      0 0 92px #E9C28C,
      0 0 102px #E9C28C,
      0 0 151px #E9C28C;
}
