@charset "UTF-8";
/* CSS Document */

/* 不要なものを非表示に
------------------------------------- */

#footer-btn,
.privilege,
.pc,
.sp{
	display:none;
}

/* 必要なものを表示
------------------------------------- */

.tab{
  display:block;
}


/* アクセス
------------------------------------- */

#accessL img{
	width:45%;
	float:left;
}
.accessText{
	width:52%;
	display:block;
	float:left;
	margin-left:3%;
	font-size:1em;
}

.sns{
  width:100%;
  margin:0;
}
#accessR img{
  float:right;
  width:70px;
  height:auto;
	margin-left:1.5em;
}
#accessR .last{
  margin-right:1.5em;
}


/* バナーエリア
------------------------------------- */

#bannerArea,
#bannerArea2{
	width:90%;
	height:auto;
	display:block;
	margin:0 auto;
}

#bannerArea > .banner,
#bannerArea2 > .banner{
    width:49%;
    height:auto;
    float: left;
    margin-right:2%;
    margin-bottom: 1em;
}
#bannerArea > .banner:nth-child(2n),
#bannerArea2 > .banner:nth-child(even){
    margin-right: 0;
}

/* フッターエリア
------------------------------------- */

#footer{
	padding:2em 0;
}

/* ページトップボタン
------------------------------------- */

.page-top {
    bottom: 1em;
    font-size:3em;
}


.spw80 { width: 42%; }

/* エリア設定
------------------------------------- */
.area33{
  width: 30%;
  margin:1.5%;
  float: left;
  font-size: 1.2em;
}
.area30{
  width: 30%;
  margin: 0%;
  float: left;
  font-size: 1.2em;
}
.area50{
  width: 46%;
  margin: 2%;
  float: left;
  font-size: 1.2em;
}
.area70{
  width: 66%;
  margin:0 0 0 4%;
  float: left;
  font-size: 1.2em;
}
