
/* ボディ */
body{
	margin: 0px ;			/* スペース */
	padding: 0px ;			/* 余白 */
	font-size: 15px ;		/* 文字サイズ */
	line-height: 1.618 ;		/* 行の高さ */
	font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","游ゴシック体", "Yu Gothic","YuGothic","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	background: url(top2.jpg) no-repeat center top fixed;
	background-size: 100%;
	}

ul, li{
	list-style: none;
	}

ul{
	margin: 0px;
	padding: 0px;
	}

img{
	width: auto;
	}

h2{
	font-family: 'Architects Daughter', cursive;
	}

/* ヘッダー */
body>header{ 
	margin-left: 65px;
	margin-top: 60px;
	}

body>footer{
	border-top: 3px solid #888 ;		/* 枠線 */
	text-align: center ;			/* テキスト、画像の真ん中寄せ */
	padding: 1em 0 ;			/* 上下の余白 */
	background: #e8e8e8 ;
	}

.wrapper{
	background: #fff;
	width: 100% ;
	margin: 0px auto ;	/* 左右に[auto]を指定することで、真ん中に寄る */
	padding: 20px ;		/* 上下左右の余白を0にしておく */
	overflow: hidden ;
	margin-top: 35%;
	padding-bottom: 50px ;
	}

.main{
	width:70% ;
	margin: 0px auto;
	}

.con1{
	width: 90%;
	text-align: center;
	margin: 0 auto;
	padding-bottom: 100px;
	}

/* 2ブロックに分ける */
.con2{
	width: 48% ;
	margin: 5px ;
	float: left ;
	}

.con3{
	width: 48%;
	margin: 5px ;
	float: right ;
	}

.pgal{
	text-align: center ;
	overflow: hidden ;
}

.gal,.me{ /* ギャラリー左写真 */
	width: 48% ;
	height: auto;
	float: left;
	margin-right: 4% ;
	margin-bottom: 2% ;
}

.galr{ /* ギャラリー右写真 */
	width: 48% ;
	height: auto ;
	float: right;
	margin-bottom: 2% ;
}

.workp{
	width: 32% ;
	height: auto;
	float: left;
	margin-right: 2% ;
	margin-bottom: 2% ;
}

.workpr{
	width: 32% ;
	height: auto;
	float: left;
	margin-bottom: 2% ;
	}

.con2 ul{
	overflow: hidden ;
}

.swork{
	display: none ;		/* スマホ用のため非表示にする */
}

.con3 section{
	overflow: hidden ;
	}

/* スマホ */
@media screen and ( max-width:480px ){

/* ボディ */
body{
	font-size: 13px ;	/* 文字サイズ */
	background: url(top1.jpg) no-repeat center top fixed;
	}

body>header{ 
	margin-left: 32px;
	margin-top: 30px;
	}

/* ロゴ画像 */
.logo{
	width: 150px ;		/* 横幅 */
	}

.wrapper{
	width: auto ;
	padding: 0 10px ;		/* 左右の余白 */
	margin-top: 120px;
	}

.main{
	width: auto;
	}

.con1{
	text-align: left;
	padding-bottom: 40px;
	}

.con2{
	width: 90% ;
	float: none ;
	padding-bottom: 40px;
	}

.works{
	display: none ;
	}

.swork{
	display: block ;		/* 表示にする */
	}

.con3{
	width: 90% ;
	float: none ;
	}

.me{
	float: none ;
	}

}