@charset "utf-8";

/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");


/*------------site rule--------
■フォント・背景カラー
	black:	#222222
	gray:	#666666
	r-gray:	#F9F9F9
	red:	#AE0000
	beige:	#F8F6EF

■ラインカラー
	gray:　#DDDDDD

■フォント
・本文基本サイズ：13px
・ライン高：140%
-----------------site rule----*/


/****************************************
		Basic Layout
*****************************************/
html {
	margin:0;
	height: 100%;
    font-size: 62.5%; /*10px*/
}
body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 14px; font-size: 1.4rem; line-height: 1.4;
	color:#222;
}

#page {
	background-color: #FFF;
}

.container {
	max-width: 680px;
	padding: 20px 0 20px;
}
.wrap.middle {
	padding: 0 18px;
}


/****************************************
		General Setting
*****************************************/
h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd { line-height: 1.4; }
a { color: #333; text-decoration: none; outline: none; }
	a:hover { text-decoration: underline; }

.fLevel01	{ font-size: 11px; font-size: 1.1rem; }
.fLevel02	{ font-size: 12px; font-size: 1.2rem; }
.fLevel03	{ font-size: 13px; font-size: 1.3rem; }
.fLevel04	{ font-size: 15px; font-size: 1.5rem; }
.fLevel05	{ font-size: 17px; font-size: 1.7rem; }
.fLevel06	{ font-size: 20px; font-size: 2.0rem; }
.fLevel07	{ font-size: 23px; font-size: 2.3rem; }
.fLevel08	{ font-size: 26px; font-size: 2.6rem; }
.fLevel09	{ font-size: 30px; font-size: 3.0rem; }
.fLevel10	{ font-size: 33px; font-size: 3.3rem; }

.text_black { color: #222; }
.text_gray { color: #666; }
.attention { color: #AE0000; }

.bold { font-weight: bold; }

.lt1em { letter-spacing: 1rem; }

.uppercase { text-transform: uppercase; }
.capcase { text-transform: capitalize; }
.nonecase { text-transform: none; }

.serif {
	font-family: 'Hiragino Mincho Pro', 'HiraMinProN-W3', 'ヒラギノ明朝 Pro W3', 'ＭＳ Ｐ明朝', 'ＭＳ Ｐ明朝', serif;
}
.sans-serif {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}

img {
  max-width: 100%;
  height: auto;
	}
	.gmap img,
	#map_canvas img {
		max-width: none;
}

.alignC { text-align: center; }
.alignR { text-align: right; }
.alignL { text-align: left; }

.clear	 {clear:both; line-height:0;}
.fParent { overflow:hidden; }
.fLeft	 { float:left; }
.fRight	 { float:right; }



/****************************************
		contents
*****************************************/
.privacy h1 {
	margin-bottom: 17px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	color: #6BC7D4;
}
.privacy ol li p {
	padding-bottom: 1em;
}



/****************************************
		Media Query
*****************************************/
@media ( max-width : 768px ) {

}

@media ( max-width : 568px ) {
	
	body {
		-webkit-text-size-adjust: none;
		font-size: 14px; font-size: 1.4rem;
	}
	.container { max-width: 758px; }
	/* 固定幅解除 */
	.row { width: 100%; }
	
	.container {
		padding: 0;
		}
		.wrap.head .container {
			padding: 0;
		}
		.container.first {
			padding-top: 0;
	}
	.wrap.middle {
		padding: 0 18px;
	}
		
	/* contents */

}
