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

/*------------------------------------------------------------------*/
/*     下層ページ共通設定用CSS                                      */
/*------------------------------------------------------------------*/

/* 見出し1（テキストバージョン）
  -------------------------------------------------- */
.h1Area{
	width:100%;
	height:160px;
	background:#12326c;
	position: relative;
}
.h1Area h1{
	font-size:2.2em;
	color:#FFFFFF;
	text-align:center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	width:100%;
	height:50px;
	position: absolute;
	top: 30%;
	
	}

.h1Area h1 span.en{color:#FFFFFF; font-family:Lucida Grande','Hiragino Kaku Gothic ProN; font-size:0.6em;}
.h1Area h1 span.en:before{
	content: "\A" ;
	white-space: pre;
}


/* 見出し1（画像バージョン）
  -------------------------------------------------- */
.visual-header {
  position: relative;
  z-index: 10;
  display: table;
  overflow: hidden;
  width: 100%;
  height: 280px;
  color: #fff;
}


.visual-header > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.key-visual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 280px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
}

.no-tab .key-visual ,
.visual-header.no-tab {
  height: 280px;
}
.architect .no-tab .key-visual,
.architect .visual-header.no-tab{
	height:400px;
}



.key-visual span {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.visual-header h1,
.visual-header p {
  position: relative;
  z-index: 2;
  padding: 0 30px;
  text-align: center;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.visual-header h1 {
  margin: 0 0 10px;
  font-weight: normal;
  font-size: 40px;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  text-shadow: 3px 2px 1px rgba(0,0,0,0.4);
  
}

.visual-header h1 span {
  display: block;
  margin: 15px auto 0;
  font-size: 18px;
  line-height: 1;
  font-family:Georgia, "Times New Roman", Times, serif;
}

.visual-header p {
  font-size: 18px;
}


/*見出し1の画像読み込み
  -------------------------------------------------- */
.facilities .key-visual {background-image: url(../../facilities/images/index/h1.jpg);}
.guidance .key-visual {background-image: url(../../guidance/images/index/h1.jpg);}
.access .key-visual {background-image: url(../../access/images/index/h1.jpg);}
.architect .key-visual {background-image: url(../../architect/images/index/h1.jpg);}
.course .key-visual {background-image: url(../../course/images/index/h1.jpg);}





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

.topicpath{
	margin:0 0 15px 0;
	background:#cccccc;
	width:100%;
	padding:5px 0;
}
.topicpath ol{

	margin: 0 0 0 10px;
}

.topicpath ol li {
        /* liを横並び＆ブレットを消す */
        display: inline;
        list-style-type: none;
		font-size:0.8em;
}

.topicpath ol li:before {
        /* liの前に記号追加 */
        content: " > ";
}

.topicpath ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content: none;
}

/* ローカルナビエリア
  -------------------------------------------------- */
  .localnavi ul,
  .localnavi_col3 ul{list-style:none;}
  
  .localnavi ul li{
	display: inline-block; /* 横並び */
  	width: 24%;
  	vertical-align: top; /* li要素を上端揃えに */
  	margin: 0 0px 1px 0;
  	padding: 10px 0;
	background-color:#12326c;
	text-align:center;
}
.localnavi_col3 ul li{
	display: inline-block; /* 横並び */
  	width: 32%;
  	vertical-align: top; /* li要素を上端揃えに */
  	margin: 0 0px 1px 0;
  	padding: 10px 0px;
	background-color:#12326c;
	text-align:center;
}
.localnavi ul li.now,
.localnavi_col3 ul li.now{
	background-color:#b5b5b5;
}
	

 .localnavi ul li a, .localnavi_col3 ul li a{color:#FFFFFF; font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; font-size:1.3em; text-align:center; display:block;}
 .localnavi ul li a:hover, .localnavi_col3 ul li a:hover{text-decoration:none;}
 .localnavi ul li a span, .localnavi_col3 ul li a span{font-size:0.6em;}
 .localnavi ul li a span:before, .localnavi_col3 ul li a span:before{
	content: "\A" ;
	white-space: pre;
 }
  
  
ul.indexnavi{
	list-style:none;
	margin:0 auto;
}

ul.indexnavi li{
	float:left;
	width:48%;
	margin-right:20px;
	margin-bottom:30px;
}

.indexnavi > li:nth-child(2n) {
    margin-right: 0;
}


ul.indexnavi li img{
	width:100%;
}

ul.indexnavi li h2{
	font-size:1.5em;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}

ul.indexnavi li p{
	font-size:1em;
	text-align:center;
	padding:0 10px;
}

  
/* 本文エリア
  -------------------------------------------------- */

.mainColumn{
	margin:20px 0;
}

.mainColumn p{
	margin-bottom:20px;
}

.mainColumn .photoArea{
	float: right;
	width:300px;
  	margin-left: 2em;
  	margin-bottom: 1em;
}

.mainColumn .paragramme{
	width:620px;
}


.dlbtn{}

a.topicLink{  padding:15px 50px; background-color:#92a9d2; font-size:1.2em; color:#FFFFFF; margin-bottom:20px; width:100%; display:block;}
a.dlLink_pdf{ padding:15px 50px 15px; font-size:1.2em; color:#FFFFFF; background:url(../images/icon/icon_pdf.png) no-repeat left; background-color:#d292b9;margin-bottom:20px; background-position: left 15px bottom 10px;width:100%; display:block;}
a.dlLink_word{ padding:15px 50px 15px; font-size:1.2em; color:#FFFFFF; background:url(../images/icon/icon_word.png) no-repeat left; background-color:#d292b9;margin-bottom:20px; background-position: left 15px bottom 10px;width:100%; display:block;}
a.dlLink_excel{ padding:15px 50px 15px; font-size:1.2em; color:#FFFFFF; background:url(../images/icon/icon_excel.png) no-repeat left; background-color:#d292b9;margin-bottom:20px; background-position: left 15px bottom 10px;width:100%; display:block;}

a.topicLink,
a.dlLink_pdf,
a.dlLink_word,
a.dlLink_excel{
	box-shadow:1px 1px 1px 1px rgba(0, 0, 0, 0.2);
}

h3.originH3{
	background:url(../images/h3_border.gif) bottom left no-repeat;
	font-size:1.8em; font-family:"Times New Roman", Times, serif;
	padding-left:75px;
	margin:0 0 20px 0;
	}

.imagesArea{ margin-right:15px; float:left; width:auto;}
.imagesArea img{ margin-right:10px;}

.pArea{float:left; width:30%;}
.pArea_col1{float:left; width:60%;}

h2.originH2{
	background:url(../images/h2_border.gif) bottom left no-repeat;
	font-size:2.4em; font-family:"Times New Roman", Times, serif;
	padding-left:100px;
	margin:40px 0 20px 0;
	}
	
h2.originH2_B{
	font-size:1.4em;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin:40px 0 20px 0;
	}	

h2.originH2 span{
	font-size:0.5em;
	margin-left:10px;}
	
h2.originH2_B span{
	font-size:0.7em;
	color:#7C7C7C;
	margin-left:10px;}
		
	
table{width:100%;}
.hyouA th  { color:#FFFFFF; border:1px solid #000000; width: 30%; text-align: left; background-color:#a2a2a2; padding:1%;}
.hyouA td { border:1px solid #000000;padding:1% 1%;}
.hyouA { margin: 0 0px;}

.redText{
	color:#dc3737;
	margin-top:15px;
}

/* ニュース
  -------------------------------------------------- */

.newsH1Area{width:100%;}
.newsH1Area h1{ font-size:2em; line-height:1.6em; border-bottom:1px dotted #777777;}
.newsH1Area span.categori_news,
.newsH1Area span.categori_important,
.newsH1Area span.categori_shop,
.newsH1Area span.categori_restaurant,
.newsH1Area span.categori_members,
.newsH1Area span.categori_all{
	float:right;}




/* ニュース ページ送り
  -------------------------------------------------- */
.aP_Paging {
    overflow: hidden;
    position: relative;
}

.aP_Paging ul::before, .aP_Paging ul::after {
    content: "";
    display: table;
}
.aP_Paging ul::after {
    clear: both;
}
.aP_Paging ul::before, .aP_Paging ul::after {
    content: "";
    display: table;
}
.aP_Paging ul {
}
.aP_Paging ul {
    float: left;
    left: 50%;
    list-style: outside none none;
    margin: 2px 0;
    padding: 0;
    position: relative;
}

.aP_Paging{
	position: relative;
	overflow: hidden;
}
.aP_Paging ul{
	position: relative;
	left: 50%;
	float: left;
	margin:2px 0;
	padding:0;
	list-style:none;
}
.aP_Paging ul li{
	position: relative;
	left: -50%;
	float:left;
	margin:0 1px;
	text-align:center;
}
.aP_Paging ul li a{
	display:block;
	text-decoration:none;
	cursor:pointer;
}

.aP_Paging ul li.nolink,
.aP_Paging ul li.active,
.aP_Paging ul li a{
	padding:7px 3px;
	width:30px;
	font-size:12px;
}

.aP_Paging ul li{
	border:1px solid #ccc;
	background:#fff;
	color:#999;
}
.aP_Paging ul li.nolink{
	background:#ddd;
}
.aP_Paging ul li.active{
	background:#FFFFCC;
	font-weight:bold;
}
.aP_Paging ul li a,
.aP_Paging ul li a:link,
.aP_Paging ul li a:visited,
.aP_Paging ul li a:hover{
	color:#999;
}


/* For modern browsers */
.aP_Paging ul:before,
.aP_Paging ul:after {
  content:"";
  display:table;
}

.aP_Paging ul:after {
  clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.aP_Paging ul {
  zoom:1;
}

.addPaging .box {
  height:59px;
}

.aP_Paging ul li.nolink,
.aP_Paging ul li.active,
.aP_Paging ul li a{
  font-size:14px;
 
}




/*------------------------------------------------------------------*/
/*     タブレット                                                */
/*------------------------------------------------------------------*/
@media screen and (max-width: 979px) {
	
.h1Area{
	height:140px;
	background:#0b224d;
}

.mainColumn .photoArea{
	float: right;
	width:300px;
  	margin-left: 2em;
  	margin-bottom: 1em;
}

.mainColumn .paragramme{
	width:auto;
	max-width:580px;
}

a.topicLink{ margin:10px; width:96%;}
a.dlLink_pdf{margin:10px; width:96%;}
a.dlLink_word{ margin:10px; width:96%;}
a.dlLink_excel{margin:10px; width:96%;}


/* ローカルナビエリア
  -------------------------------------------------- */

  .localnavi ul li{
  	width: 48%;
  	vertical-align: top; /* li要素を上端揃えに */
	margin:0 0 1px 0;
}	

 /* 本文エリア
  -------------------------------------------------- */
 h3.originH3{}

.imagesArea{ margin-right:15px; float:left; width:30%;}
.imagesArea img{ margin-right:10px; margin-bottom:10px; width:100%;}

.pArea,.pArea_col1{float:right; width:65%;}

h2.originH2{
	background:url(../images/h2_border.gif) bottom left no-repeat;
	font-size:2.4em; font-family:"Times New Roman", Times, serif;
	padding-left:100px;
	margin:40px 0 20px 0;}

h2.originH2 span{
	font-size:0.5em;}
	
	
 
 	
}

/*------------------------------------------------------------------*/
/*     スマートフォン                                            
/*------------------------------------------------------------------*/

@media screen and (max-width: 639px) {
	
	
.h1Area{
	height:140px;
	background:#0b224d;
}
.h1Area h1{
	font-size:1.8em;
	width:100%;
	height:50px;
	position: absolute;
	top: 30%;
	}
.no-tab .key-visual ,
.visual-header.no-tab,
.architect .no-tab .key-visual,
.architect .visual-header.no-tab {
  height: 140px;
}
.visual-header h1 {
  font-size: 24px;
  
}


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

.topicpath{
	margin:0 0 15px 0;
	background:#cccccc;
	width:100%;
	padding:5px 0;
}
.topicpath ol{
	width:100%;
	margin:0;
}

.topicpath ol li {
        /* liを横並び＆ブレットを消す */
        display: inline;
        list-style-type: none;
		font-size:0.6em;
}

.topicpath ol li:before {
        /* liの前に記号追加 */
        content: " > ";
}

.topicpath ol li:first-child:before {
        /* 最初のliだけcontentを消す */
        content: none;
}

/* 本文エリア
  -------------------------------------------------- */

.mainColumn{
	margin:20px 0;
}

.mainColumn p{
	margin-bottom:20px;
}

.mainColumn .photoArea{
	float: none;
	width:100%;
  	margin-left: 0;
  	margin-bottom: 1em;
	text-align:center;
}

.mainColumn .paragramme{
	width:100%;
}

a.topicLink{ margin:10px; width:96%;}
a.dlLink_pdf{margin:10px; width:96%;}
a.dlLink_word{ margin:10px; width:96%;}
a.dlLink_excel{margin:10px; width:96%;}

.hyouA { margin: 0 0px; }
.hyouA th,
.hyouA td{
        width:auto;
        display: block;
        border-top: none;
    }
.hyouA tr:first-child th   { border-top: 1px solid #333; }


h3.originH3{
	background:none;
	font-size:1.8em; font-family:"Times New Roman", Times, serif;
	margin:0 0 20px 0;
	}


h2.originH2{
	background:none;
	font-size:2.4em; font-family:"Times New Roman", Times, serif;
	margin:40px 0 20px 0;
	padding:0;
	}
	
h2.originH2 span{
	font-size:0.5em;
	margin-left:10px;}
	
.imagesArea{ margin-right:0px; float:none; width:100%; text-align:center;}
.imagesArea img{ margin-right:0px; margin-bottom:10px; width:100%;}

.pArea,.pArea_col1{float:none; width:100%;}	

.contents table{
	width: 100%;
    font-size: 1em;
	margin-bottom:30px;
}
.contents table tr th,
.contents table tr th td{
	border:1px solid #333333;
	line-height:1.4em;
}
.contents table tr.tit th{
	background-color:#707070;
	color:#FFFFFF;
}
.contents table tr th.thGray{
	width:35%;
	background-color:#a2a2a2;
	color:#FFFFFF;
}


/* ローカルナビエリア
  -------------------------------------------------- */
ul.indexnavi li{
	float:none;
	width:100%;
	margin-right:0px;
	margin-bottom:30px;
}

ul.indexnavi li img{
	width:100%;
}

ul.indexnavi li h2{
	font-size:1.5em;
	text-align:center;
	margin-top:20px;
	margin-bottom:10px;
}

ul.indexnavi li p{
	font-size:1em;
	text-align:center;
}
	
}
