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

/*============================
    タブレット対応
============================*/

@media (max-width: 1024px) {
.photobox {
	height: auto;
	width: 100%;
}

#photo2 {
height: auto;
width: 100%;
}


#cpr_banner {
	width: 70%;
	margin: auto;
}

h2 img {
   position: absolute;
   right: auto;
   left: 8%;
   top: 5%;
   z-index: 100;
}

#nav-area {
   z-index: 10000;
   width: 80%;
   position: absolute;
   top: 60%;
   left: 10%;
   max-width: none;
}
   
#nav-area li {
   float: left;
   margin: 0 1%;
   width: 23%;
   height: auto;
}

#result-area {
	background: #ED8681;
	width: 100%;
	position: relative;
	padding: 0px;
	overflow: hidden;
	height: auto;
	min-height: 600px;
	z-index: 0;
}

#round-box {
	width: 99%;
	margin-left: 0px;
	margin-right: 1%
}

#round-box li {
	float: left;
	margin-right: 0%;
	margin-left: 0%;
	width: 33%;
}

#look-photo {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}

#look-photo2 {
	width: 60%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 60px;
}

#footer-link {
	color: #FFF;
	position: absolute;
	left: 40px;
	top: 170px;
	width: auto;
	font-size: 14px;
}


}

/*============================
   スマホ対応
============================*/

@media (max-width: 787px) {
/*h3{ /*各項目のタイトル*/
	/*margin: 10px auto 10px; */

#header-area {
	height: 100%;
	max-height: 658px;
	width: auto;
	background-color: #BF1C1C;
}

#what-area { /*what'S nadeshico?の背景*/
	clear: both;
	background: none;
	height: auto;
	width: 100%;
	min-height: 300px;
}

#result-area {
	background: #ED8681;
	width: 100%;
	position: relative;
	overflow: hidden;
	height: auto;
	min-height: 300px;
	z-index: 100000;
}


#partyphoto img {
    width: 90%;
	min-height: 250px;
}

#round-box {
	margin: 5%;
	width: 90%;
}

#round-box li {
	float: none;
	width: 100%;
	margin: 0;
	max-width: none;

}

h1 img {
	position: static;
	top: 0;
	left: 0;
	height: auto;
	width: 100%;
}
	
h2 img {
   position: absolute;
   right: auto;
   top: auto;
   left: 10%;
   bottom: 5%;
   z-index: 100;
}

h3 {
	width: 80%;
}

#nav-area {
   z-index: 10000;
   position: absolute;
   width: 85%;
   top: 50%;
   left: 8%;
   max-width: none;
   }
   
.wrapper {
	width: 100%;
	height: 100%;
	margin: auto;
}
.contents-lead {
	width: 70%;
	}
	
.contents-lead p {
	font-size: 15px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: 500;
	text-align: left;
	margin-left: 2%;
}

#look-photo {
	width: 95%;
	margin-right: auto;
	margin-left: auto;
}

}

/*============================
    タブレット対応
============================*/
@media (max-width: 480px) {
.bg-white { /*背景白のみ*/
	background: #FFF; 
	padding-top: 0px;
	padding-bottom: 15px;
}

.device480{
		display:block;
}

.sp-none{
		display:none;
}
		

#footer-area {
	background: #BF1C1C ;
	background-image: none;
	position: relative;
	height: 350px;
	clear: both;
}

/*クレストプラザ*/
#crestplaza .oddbox {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
}

#crestplaza .small_title { 
    float: left; 
	margin-right: 11px;
	}

#crestplaza .oddbox .main_pict {
	float: none;
	width: 100%;
	margin-right: 0px;
}

#crestplaza .evenbox {
	clear: both;
	width: 807px;
	margin-right: auto;
	margin-left: auto;
}

#crestplaza .evenbox .main_pict {
	float: none;
	width: 100%;
	margin-left: 0px;
}


#footer-logo {
	width: 30%;
	height: auto;
	top: 50%;
	left: 35%;
}

#footer-link {
	float: none;
	color: #FFF;
	position: absolute;
	left: 3%;
	top: 30%;
	width: auto;
	font-size: 14px;
}

}

