@charset "UTF-8";
/* CSS Document */

/*======================================================

	PCサイズ（769px以上）ここから
	
======================================================*/
@media screen and (min-width:769px), print{

/* What is “Mican Park”? */
#mainText{
	padding: 75px 35px 0;
}
#mainText .text{
	 font-size:128%;
	 text-align:left;
	 margin:0 15px 35px;
}

/* Mican Park Commitment */
#message{
	padding: 75px 35px 0;
}
#message .left{
	text-align:left;
	float:left;
	width:40%;
	margin:0 5% 0 0;
}
#message .left h4{
	display:block;
	margin:0 0 30px;
	padding:0;
	font-size:149%;
	font-weight:bold;
}
#message .left .text{
	font-size:114%;
	margin:0 0 30px;
}
#message .right{
		width:55%;
}
#message .right .dataBack{
	position:absolute;
	top:17%;
	right:0;
	left:31%;
	margin:auto;
	width:33%;
	height: 0;
    padding-top: 33%;
	z-index:5;
	background-image:url(../../images/back04.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#message .right .dataBack2{
	position:absolute;
	top:25%;
	right:0;
	left:85%;
	margin:auto;
	width:15%;
	height: 0;
    padding-top: 15%;
	z-index:10;
	background-image:url(../../images/back03.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#message .right .dataBack3{
	position:absolute;
	top:45%;
	right:0;
	left:85%;
	margin:auto;
	width:19%;
	height: 0;
    padding-top: 19%;
	z-index:10;
	background-image:url(../../images/back04.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#message .right .dataBack4{
	position:absolute;
	top:21%;
	right:0;
	left:35%;
	margin:auto;
	width:33%;
	height: 0;
    padding-top: 33%;
	z-index:1;
	background-image:url(../../images/back02.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:30px;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#message .right .dataBackImag{
	position:absolute;
	top:10%;
	right:0;
	left:25%;
	margin:auto;
	width:33%;
	height: 0;
    padding-top: 33%;
	z-index:10;
	background-image:url(../../committed/images/image01.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#message .right .dataBackImag2{
	position:absolute;
	top:14%;
	right:0;
	left:90%;
	margin:auto;
	width:13%;
	height: 0;
    padding-top: 13%;
	z-index:10;
	background-image:url(../../committed/images/image02.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}
#message .right .dataBackImag3{
	position:absolute;
	top:42%;
	right:0;
	left:82%;
	margin:auto;
	width:18%;
	height: 0;
    padding-top: 18%;
	z-index:10;
	background-image:url(../../committed/images/image03.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 20px;        /* CSS3草案 */  
    -webkit-border-radius: 20px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 20px;   /* Firefox用 */  
}

/* Information about floors */
#floorList{
	padding: 75px 35px 75px;
}
#floorList li{
	float:left;
	width:31%;
	margin:0 0 25px;
	text-align:left;
}
#floorList li:nth-of-type(3n+1){
	clear:both;
}
#floorList li:nth-of-type(3n+2){
	margin:0 3.5% 25px;
}
#floorList {
	display:block;
	text-decoration:none;
}
#floorList li h4{
	color:#e2660a;
	font-weight:bold;
	font-size:128%;
	text-align:center;
	margin:0 0 10px;
}
#floorList li .text{
	font-size:107%;
	line-height:1.5;
	margin:0;
}
#floorList img{
	width:100%;
	height:auto;
	margin:0 0 10px;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}

/* 概　要  */
#about{ text-align:center; padding:75px 0 100px;}
#about h3 { color:#e2660a; }
#about dl{
	width:700px;
	margin:0 auto;
}
#about dl dt{
	display:inline-block;
	width:130px;
	text-align:left;
	padding:0 0 0 25px;
	font-size:128%;
	margin:15px 0 0;
	vertical-align:top;
	font-weight:bold;
}
#about dl dd{
	display:inline-block;
	width:530px;
	font-size:128%;
	text-align:left;
	margin:15px 0 0;
	vertical-align:top;
}

}

/*======================================================

	SPサイズ（768px以下）ここから
	
======================================================*/

@media screen and (max-width: 768px) {

/* What is “Mican Park”? */
#mainText{ padding:35px 25px 0; }
#mainText .text{ text-align:left; }

/* Mican Park Commitment */
#message{ padding:35px 25px 0; }
#message .left{ text-align:left; }
#message .left h4{
	display:block;
	margin:0 0 20px;
	padding:0;
	font-size:107%;
	font-weight:bold;
}
#message .left .text{
	font-size:100%;
	margin:0 0 15px;
}
#message .left .text_s{
	font-size:86%;
}
#message .right{
	margin:50px 0 0;
}
#message .right .dataBack{
	position:absolute;
	bottom:7%;
	right:15%;
	margin:auto;
	width:40%;
	height: 0;
    padding-top: 40%;
	z-index:0;
	background-image:url(../../images/back04.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}
#message .right .dataBack4{
	position:absolute;
	bottom:3%;
	right:7%;
	margin:auto;
	width:40%;
	height: 0;
    padding-top: 40%;
	z-index:0;
	background-image:url(../../images/back02.png);
	background-position:center center;
	background-repeat:repeat;
	background-size:30px;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}
#message .right .dataBackImag{
	float:left;
	width:50%;
	height: 0;
    padding-top: 50%;
	z-index:10;
	background-image:url(../../committed/images/image01.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 15px;        /* CSS3草案 */  
    -webkit-border-radius: 15px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 15px;   /* Firefox用 */  
}
#message .right .dataBackImag2{
	float:left;
	bottom:15%;
	margin:0 auto 0 10px;
	width:25%;
	height: 0;
    padding-top: 25%;
	z-index:10;
	background-image:url(../../committed/images/image02.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}
#message .right .dataBackImag3{
	position:absolute;
	bottom:10%;
	right:5%;
	margin:auto;
	width:30%;
	height: 0;
    padding-top: 30%;
	z-index:10;
	background-image:url(../../committed/images/image03.jpg);
	background-position:center center;
	background-repeat:repeat;
	background-size:contain;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

/* Information about floors */
#floorList{
	padding: 35px 25px 35px;
}
#floorList li{
	margin:0 0 25px;
}
#floorList li:nth-of-type(3n+1){}
#floorList li:nth-of-type(3n+2){}
#floorList li:last-of-type{ margin:0 0 0; }
#floorList {
	display:block;
	text-decoration:none;
}
#floorList li h4{
	color:#e2660a;
	font-weight:bold;
	font-size:107%;
	text-align:center;
	margin:0 0 5px;
}
#floorList li .text{
	font-size:93%;
	line-height:1.5;
	margin:0;
}
#floorList img{
	width:90%;
	height:auto;
	display:block;
	margin:0 auto 10px;
	border-radius: 10px;        /* CSS3草案 */  
    -webkit-border-radius: 10px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 10px;   /* Firefox用 */  
}

/* 概　要 */
#about{ text-align:center;}
#about h3 { color:#e2660a; }
#about{}
#about dl{
	margin:0 auto;
}
#about dl dt{
	display:block;
	text-align:left;
	padding:0 0 5px 0;
	font-size:100%;
	margin:15px 0 0;
	vertical-align:top;
	font-weight:bold;
}
#about dl dd{
	font-size:107%;
	text-align:left;
	margin:0 0 0;
	vertical-align:top;
	word-break: break-all;
}

}