@charset "utf-8";  
/*------------------------------------------------------------ 
	デフォルトスタイル	全ページ共通css
------------------------------------------------------------*/  

/**** フォントサイズ　*************

基本を12pxに、サイズは％指定。

====偶数====　　　====奇数====
■10px = 84%      ■11px = 92%
■12px = 100%     ■13px = 109%
■14px = 117%     ■15px = 125%
■16px = 134%     ■17px = 142%
■18px = 150%     ■19px = 159%
■20px = 167%     ■21px = 175%
■22px = 184%     ■23px = 192%
■24px = 200%     ■25px = 209%
■26px = 217%     ■27px = 226%

**********************************/

html,
body { margin: 0; padding: 0;}
body {
	font-size: 76%;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	padding-left:225px;
}




html { font-size: 100%;}

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: "CenturyGothicStd","Century Gothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Sans-Serif;
	font-size: 100%;
	line-height: 1.2;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}  

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display: block;
}

blockquote,
q { quotes: none;}

a {
	text-decoration: none;
	outline: none;
}

ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}

mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}

del { text-decoration: line-through;}
abbr[title], dfn[title] {
	border-bottom: 1px dotted;
	cursor: help;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}

input,
select,
textarea {
	vertical-align: middle;
	font-family: Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

ul { list-style-type: none;}
img { vertical-align: middle;}

.img-responsive{
	max-width:100%;
	width:100%;
	height:auto;
}

.opacity {
	display: inline-block;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;

}
.opacity:hover {
	opacity: .7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity: .7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: .7;
}

.clear { clear: both;}
.clearfix { width: 100%;}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
	visibility:hidden;
	height:0.1px;
	font-size:0.1em;
	lin-height:0;
}

.fl { float: left;}
.fr { float: right;}

.txtl { text-align: left;}
.txtr { text-align: right;}
.txtc { text-align: center;}

strong,
strong *,
.fwb { font-weight: bold;}

.clrr { color: #FF0000;}
.clrb { color: #333;}
.clrw { color: #fff;}
.clrg{ color:#CC9933;}
.clrg2{ color:#9D9281;}

.il { display: inline;}
.bl { display: block;}
.no { display: none;}

.li2 { line-height: 2;}

/* margin */
.mT10 { margin-top: 10px;}
.mT20 { margin-top: 20px;}
.mT30 { margin-top: 30px;}

.mR10 { margin-right: 10px;}
.mR20 { margin-right: 20px;}
.mR30 { margin-right: 30px;}

.mB10 { margin-bottom: 10px;}
.mB20 { margin-bottom: 20px;}
.mB30 { margin-bottom: 30px;}

.mL10 { margin-left: 10px;}
.mL20 { margin-left: 20px;}
.mL30 { margin-left: 30px;}

/* padding */
.pT10 { padding-top: 10px;}
.pT20 { padding-top: 20px;}
.pT30 { padding-top: 30px;}

.pR10 { padding-right: 10px;}
.pR20 { padding-right: 20px;}
.pR30 { padding-right: 30px;}

.pB10 { padding-bottom: 10px;}
.pB20 { padding-bottom: 20px;}
.pB30 { padding-bottom: 30px;}

.pL10 { padding-left: 10px;}
.pL20 { padding-left: 20px;}
.pL25 { padding-left: 25px;}
.pL30 { padding-left: 30px;}

/* font-size */
.font10 { font-size: 84%;}
.font11 { font-size: 92%;}
.font12 { font-size: 100%;}
.font13 { font-size: 109%;}
.font14 { font-size: 117%;}
.font15 { font-size: 125%;}
.font16 { font-size: 134%;}
.font17 { font-size: 142%;}
.font18 { font-size: 150%;}
.font19 { font-size: 159%;}
.font20 { font-size: 167%;}
.font21 { font-size: 175%;}
.font22 { font-size: 184%;}
.font23 { font-size: 192%;}
.font24 { font-size: 200%;}
.font25 { font-size: 209%;}
.font26 { font-size: 217%;}
.font27 { font-size: 226%;}

/* editor */

#editor table{ width:100%!important;}

#editor table,
#editor caption,
#editor tbody,
#editor tfoot,
#editor thead,
#editor tr,
#editor th,
#editor td {
	border: 1px solid gray;
    border-spacing: 2px;
	border-collapse: separate;
}

#editor strong * { font-weight: bold;}
#editor a:hover { text-decoration: underline;}

#editor img{
	max-width:100%!important;
	height:auto!important;
}


/*------------------------------------------------------------ 
    ヘッダー 
------------------------------------------------------------*/

#header {
	height:100%;
	min-height:100%;
	background:#fff;
	position:fixed;
	left:0;
	top:0;
	z-index:20;
	box-shadow:rgba(0, 0, 0, 0.2) 4px 0px 4px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 4px 0px 4px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 4px 0px 4px 0px;
}

h1{
	width:100%;
	height:150px;
	padding:48px 0 12px;
	text-align:center;
	background:url(../img/bg-bdr.png) no-repeat 50% bottom;
}

h1 a{
	display:block;
}


#gNavi {
	width:100%;
	padding-bottom:40px;
	background:url(../img/bg-bdr.png) no-repeat 50% bottom;
	z-index: 1;
}

#gNavi li{
	width:100%;
}

#gNavi a{
	display:block;
	width:100%;
	height:100%;
	line-height:50px;
	text-align:center;
	color:#9D9282;
	font-family:Arial, Helvetica, sans-serif;
	font-size:125%;
	background: url(../img/icon-arrow.png) no-repeat 95% 50%;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

#gNavi a.on{
	background-color:#E2BC64;
	color:#fff;
}

#snsArea{
	width:156px;
	height:32px;
	overflow:hidden;
	margin:24px auto 0;
	padding-left:20px;
}

#snsArea li{
	width:32px;
	height:32px;
	float:left;
	margin-right:20px;
}


#mainArea{
	width:225px;
	height:100%;
	min-height:100%;
	position:relative;
	z-index:10;
	background:#fff;
}

#subArea{
	width:225px;
	height:100%;
	min-height:100%;
	background:#E2BC64;
	position:fixed;
	left:-255px;
	top:0;
	z-index:5;
	box-shadow:rgba(0, 0, 0, 0.2) 4px 0px 4px 0px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.2) 4px 0px 4px 0px;
	-moz-box-shadow:rgba(0, 0, 0, 0.2) 4px 0px 4px 0px;
}

.subMenu{
	width:100%;
	padding-top:80px;
	display:none;
}

.subMenu h2{
	font-size:226%;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:30px;
}

.subMenu li{
	width:100%;
	height:50px;
}

.subMenu a{
	display:block;
	width:100%;
	height:50px;
	line-height:50px; 
	color:#fff;
	font-size:117%;
	font-weight:bold;
	text-align:center;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

.subMenu a:hover{ background:#E8CA85;}


#spBtn{
	display:none;
	width:40px;
	height:24px;
	position:absolute;
	right:10px;
	top:15px;
}

.subNavi{
	display:none;
	background:#E8CA85;
}

.subNavi li{
	width:100%;
	height:40px;
}

.subNavi a{
	display:block;
	line-height:40px;
	padding:0 1em;
}

.subNavi a.hover{ background-color:#E2BC64!important;}


/*------------------------------------------------------------ 
    コンテンツ 
------------------------------------------------------------*/ 

#contents {
	width:auto;
	max-width:1000px;
	margin:0 auto;
	padding:50px 50px 0;
	overflow:hidden;
}

/* [TOP/service] */
#columnMenu{
	width:100%;
/*	max-width:1448px;/*写真の大きさ*4 */
	overflow:hidden;
}

#columnMenu li{
	width:25%;
	max-width:362px;
	float:left;
	border-bottom:1px solid #F3E4C1;
}

.btn{
	width:58px;
	height:58px;
	position:absolute;
	left:50%;
	margin-left:-29px;
}

.top{ top:-29px;}
.bottom{ bottom:-29px;}


/*------------------------------------------------------------ 
    フッター 
------------------------------------------------------------*/  

#ftMenu{
	width:100%;
	overflow:hidden;
	border-top:1px solid #E2E2E2;
	margin-top:50px;
}

/* パンくず */
#pankuzu{
	float:left;
	padding:11px 0 11px 40px;
	overflow:hidden;
}

#pankuzu li{
	float:left;
	height:13px;
	padding:10px 0;
	color:#333;
	margin-right:10px;
}

#pankuzu a{
	display:block;
	padding-right:20px;
	line-height:13px;
	color:#E0BA64;
	background:url(../img/icon-arrow02.png) no-repeat right 50%;
}

#pagetop{
	width:55px;
	height:55px;
	float:right;
}


#ftNavi{
	width:auto;
	padding:15px 30px 15px;
	border-top:1px solid #E2E2E2;
	border-bottom:1px solid #E2E2E2;
	overflow:hidden;
}

#ftNavi li{
	float:left;
	margin:0 10px;
}

#ftNavi a{
	color:#333;
	font-weight:bold;
	line-height:30px;
	-webkit-transition:all 0.2s ease-out;
	-moz-transition:all 0.2s ease-out;
	-o-transition:all 0.2s ease-out;
	transition:all 0.2s ease-out;
}

#ftNavi a:hover{ color:#E0BA64;}

#copyright{
	padding-left:40px;
	line-height:55px;
	color:#E0BA64;
	font-family:Arial, Helvetica, sans-serif;
}


/*------------------------------------------------------------ 
    MediaQuery 
------------------------------------------------------------*/  

/* PC */
@media screen and (min-width: 789px){
	
#gNavi{ display:block!important;}

.sp{ display:none;}

#mainArea,
#subArea{ overflow:auto;}

}



/* TABLET / SP */
@media screen and (max-width: 920px){

#columnMenu li{
	width:50%;
}

}


@media screen and (max-width: 788px){

.sp{ display:block;}

body{ padding-left:0;}

#header,
#mainArea{
	width:100%;
	position:relative;
}

h1{
	width:81px;
	height:45px;
	padding:5px 10px;
	background:none;
}

h1 img{
	width:81px;
	height:45px;
}

#gNavi{
	display:none;
	position:absolute;
	padding:0;
	background:rgba(226,188,100,0.9);
}

#gNavi a{
	text-align:left;
	text-indent:1em;
	color:#fff;
}

#spBtn{ display:block;}


#snsArea{ display:none;}

#subArea{
	display:none;
	box-shadow:none;
}


/* contents */

#contents { padding:20px 10px 0;}


/* footer */

#ftNavi{ padding:15px 10px 15px;}
#pankuzu,
#copyright{ padding-left:20px;}



/* SP */
@media screen and (max-width: 480px){


.btn{
	width:29px;
	height:29px;
	margin-left:-14px;
}

.top{ top:-14px;}
.bottom{ bottom:-14px;}


}





