@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{border: 0;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */




/* 全体
------------------------------------------------------------*/

body{
	font:14px verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	line-height:1.5;
	color:#fff;
	background:#941482;
	-webkit-text-size-adjust: none;
}


#wapper{
width:90%;
margin:0 auto;
}



/*************
メイン コンテンツ
*************/


#header{
	background:#941482;
}

#header img{
max-width:100%;
height:auto;
margin:0 auto;
display:block;
}

/*************
/* コンセプト
*************/


#concept{
padding:10px 0px 20px;
text-align:center;
font-size:21px;
}

#concept p{
font-size:12px;
}

#concept span {
font-size: 27px;
}


/*************
/* セクション
*************/

.grid{
margin:0 auto 30px;
text-align:center;
font-size:18px;
text-align:center;
width:500px;
}

.icon{
margin:0 auto;
width:300px;
overflow:hidden;
}

.grid img{
float:left;
}

.grid h2{
font-size:40px;
float:left;
margin-top:130px;
margin-left:15px;
line-height:0.7;
color: #FADEAE;
}



.grid h2 span {
font-size: 16px;
font-weight: normal;
color:#000;
}



.grid p{
padding-top:10px;	
clear:both;
}



.switch {
    visibility: hidden;
}


/*************
/* フッター
*************/
#footer{
clear:both;
padding-bottom:150px;
overflow:hidden;
text-align:center;
}

#footer p {
    font-size: 11px;
}


hr.bar{
    border:none;
    border-top:solid 1px #000;
    height:1px;
	padding-bottom: 20px;
}


hr.lastbar {
    border:none;
    border-top:solid 1px #000;
    height:1px;
}


/* PC用 */
@media only screen and (min-width:960px){	

#wapper{
width:940px;
}

}


/* モニター幅940px以下 */
@media only screen and (max-width:940px){




/* iPad 縦 */
@media only screen and (max-width:768px){


}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
.grid{
width:95%;
}

}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){

#concept span {
font-size: 24px;
}

}



