@charset "utf-8";

/*ブラウザスタイルのリセット*/

*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img{
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	width /***/:auto;
	-webkit-touch-callout:none; 
}

.imgScroll {
    overflow-x:scroll;
    -webkit-overflow-scrolling: touch;
}

li{
	list-style: none;
}

/*clearfix*/

.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

html{
	overflow-y:scroll;
	-webkit-overflow-scrolling: touch;
	user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-webkit-touch-callout: none;
}

/* Webフォントの設定 */
@font-face {
	font-family: 'TP国立公園明朝L';
	/* src: url('http://n-shige.xsrv.jp/fonts/TPJPNNationalParksMin-L.otf'); */
	src: url('https://www.shigenaga-archi.com/fonts/TPJPNNationalParksMin-L.otf');
}

	
body{
	color: #888;
	font-family: 'TP国立公園明朝L';
	background-color: #FFF;
	letter-spacing: 1px;
	font-weight: 100;
}

#wrapper{
}

footer{
	margin: 0 0 10px 0;
	text-align: center;
	color: #888;
	font-size: 0.8em;
}