@charset "utf-8";

/*-----------------------------

　リセットCSS + サイト共通設定

------------------------------*/

/* 全ての要素に対する余白初期値設定 */
body,
h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
table,th,td,
form,select,option,input address,pre,strong,em,iframe,img{
	margin:0;
	padding:0;
	font-size:100%;
       font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	border:0;
  color : #ffffff;
}

/* デフォルト文字設定 */
body{
	font-size: 15px;*font-size:small;
	line-height: 1.5em;
	background: repeat-x #252550;
	text-align: left;
	-webkit-text-size-adjust: 100%;
	width: 100%;
	color: white;
}

article,aside,canvas,details,figcaption,figure,header,footer,menu,nav,section,summary{
	display:block;
}

/* リストマーカーを非表示 */
ul,ol{
	list-style-type:none;
}

/* テーブルセルのボーダーの設定 */ 
table{
	border-collapse: collapse; 
	border-spacing: 0;
}

/* 画像とフォームパーツの上下位置をテキストの真ん中に */
img, input, select, textarea{
	 
	vertical-align: middle;
}


/* デフォルトリンク色の設定 */
a{
	text-decoration : underline;
	color: #ffffff;
}

a:hover{
  text-decoration : none;
}

/* 画像リンクの設定 */
a img{
	opacity:1;
	filter: alpha(opacity=100);
}a:hover img{
	opacity:0.7;
	filter: alpha(opacity=75);
}

/*	clearfix
------------------------------*/
.clearfix::after{
	/*for modern browser*/
   content: "";
   display: block;
   clear: both;
}

* html .clearfix{
	zoom:1; 
} /*for IE6*/
*:first-child +html .clearfix{
	zoom:1;
} /*for IE7*/




/*--------------------------

　レイアウト

---------------------------*/

/* ヘッダー
---------------------------*/


/* グローバルナビゲーション
---------------------------*/


/* コンテンツエリア
---------------------------*/


/* パンくず
---------------------------*/



/* メインコンテンツ
---------------------------*/


/* サイドバー
---------------------------*/


/* フッター
---------------------------*/
/* ページトップ */
.pagetop{
	clear:both;
}



/*--------------------------

　共有スタイル

---------------------------*/


.clearfix::after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility: hidden;
}

.clearfix{
     display: inline-block;
}

/* Hides from IE Mac */

* html .clearfix{
	height: 1%;
}* +html .clearfix{
	height: 1%;
}

.clearfix{
	display:block;
}

/* End Hack */ 

#page-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a{
    background : #6666ff none repeat scroll 0% 0%;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover{
    text-decoration: none;
    background : blue none repeat scroll 0% 0%;
}

.bspace-30-x{
  background-color : white;border-width : 0px;
  width : 1px;
  height : 1px;
  margin-bottom : -30px;
}

.bspace-20-x{
  background-color : white;border-width : 0px;
  width : 1px;
  height : 1px;
  margin-bottom : -20px;
}

.bspace-10-x{
  background-color : white;border-width : 0px;
  width : 200px;
  height : 1px;
  margin-bottom : -10px;
}

.bspace-05x{
  background-color : white;border-width : 0px;
  width : 0px;
  height : 1px;
  margin-bottom : 0px;
}

.bspace-10x{
  background-color : white;border-width : 0px;
  width : 1px;
  height : 1px;
  margin-bottom : 9px;
}

.bspace-20x{
  background-color : white;border-width : 0px;
  width : 1px;
  height : 1px;
  margin-bottom : 19px;
}

.bspace-30x{
  background-color : white;border-width : 0px;
  width : 1px;
  height : 1px;
  margin-bottom : 29px;
}

.bspace-40x{
  background-color : white;border-width : 0px;
  width : 200px;
  height : 1px;
  margin-bottom : 39px;
}

.bspace-50x{
  background-color : white;border-width : 0px;
  width : 200px;
  height : 1px;
  margin-bottom : 49px;
}

.bspace-60x{
  background-color : white;border-width : 0px;
  width : 200px;
  height : 1px;
  margin-bottom : 59px;
}

html{
	overflow: auto;
}

footer{
	background-color: black;
	width: 100%;
  font-weight : normal;
}
/* ################################################################################ */
/*===============================================
●PC.css  画面の横幅が770px以上①
===============================================*/
@media (min-width: 1000px) {
body{
	overflow: hidden; /*はみ出た部分をどうするか*/
}

#head{
	margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
}

#gnavi-37{
	margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
}

#info{
	margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
}

footer{
	background-color: black;
	width: 100%;
	margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */

  font-weight : normal;
}

#top{
	margin: 0 -200%; /* マージンを追記 */
padding: 0 200%; /* マージンで横にはみ出した部分を戻す */
}}


#page-top{
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}

#page-top a{
    background : #6666ff none repeat scroll 0% 0%;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}

#page-top a:hover{
    text-decoration: none;
    background : #8080ff none repeat scroll 0% 0%;
}
#sns-36{
  margin-top : 10px;
  margin-bottom : 15px;
  text-align : left;
  margin-left : 5px;
}

.line01{
  height : 2px;
border : 0px;border : none;
  background-color : white;
}

#map_space,#map_spaceA,#map_spaceB,#map_spaceC,#map_spaceD,#map_spaceE{
  width : 96%;
  height : 400px;
  margin-left : auto;
  margin-right : auto;
  margin-bottom : 30px;
}

h6.map_title{
	text-align: center;
	font-size : 14px;	
  color : #666666;
}

p.map_comment{
	padding:0 30px;	
  color : black;
}

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
	margin-bottom: 20px;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}