@charset "utf-8";

/* style_pc.css：PC
 * ======================================
 * Font
 * Common Element
 * Header
 * Global navigation
 * Side
 * Footer
 * ======================================
 */
 
/* Font
------------------------------------------------------------------ */
 /* 基本サイズ（16 * 0.625 = 10px） */
 html {
    font-size: 62.5%;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-text-size-adjust: none;
	line-height: 1.6;
	color:#333333;
}


/* Common Element
------------------------------------------------------------------ */
#subPage #main h1 {
	font-size: 2.8rem; /* =28px */
	color:#595757;
	font-weight: normal;
	text-align: left;
	border:1px solid #CCCCCC;
	letter-spacing: 0.1em;
}
#subPage #main h1 span {
	font-size: 1.0rem; /* =10px */
	color:#9FA0A0;
	letter-spacing: 0.1em;
}
#subPage #main h2 {
	font-size: 1.8rem; /* =18px */
	font-weight: normal;
}
#subPage #main h2 span {
	background: url("../images/common/bg_ttl2.gif") no-repeat 10px center;
	-o-background-size: 5px 24px;
	-moz-background-size: 5px 24px;
	-webkit-background-size: 5px 24px;
	-ms-background-size: 5px 24px;
	background-size: 5px 24px;
}
#subPage #main h3 {
	font-size: 1.8rem; /* =18px */
	font-weight: normal;
	background: url("../images/common/arrow_h3.gif") no-repeat left center;
}
#subPage #main h3 span {
	font-size: 1.4rem; /* =14px */
}
#subPage #main h4 {
	font-size: 1.6rem; /* =16px */
	font-weight: normal;
}
#subPage #main p {
	font-size: 1.2rem; /* =12px */
	margin-top:20px;
}

/* Btn */
#subPage #main .pageLinkBtn {
	background-color: #666666;
	-moz-border-radius: 2px;  
	-webkit-border-radius: 2px;  
	border-radius: 2px;
}
#subPage #main .pageLinkBtn a {
	font-size: 1.5rem; /* =15px */
	color:#ffffff;
}
#subPage #main .pageLinkBtn:hover {
	background-color: #333333;
}

 /* リンク */
a:link, a:visited {
	color: #000000;
	text-decoration: none;	
}

img {
	vertical-align:top;
}
 

/* 注釈 */
#subPage #main .notes {
	clear: both;
	line-height: 1.5;
	margin: 10px 0 0 0;
	}
#subPage #main .notes.lsize {
	font-size: 1.1rem; /* =11px */
	margin: 0 0 -17px 0;
	position: relative;
	top: 25px;
	right: 20px;
	text-align: right;
	}
	
/* テーブル：ヘッダーあり */
#subPage #main table {
	font-size: 1.2rem; /* =12px */
	width: 100%;
}
#subPage #main table thead {
	color: #FFFFFF;
	font-size:1.4rem;
}
#subPage #main table thead tr th {
	font-weight: normal;
	border: 1px solid #FFFFFF;
	border-right: none;
	padding: 10px 5px;
	vertical-align: middle;
}
#subPage #main table thead tr th.noB {
	border-left: none;
}
#subPage #main table tr td {
	padding: 10px 5px;
	text-align: center;
	vertical-align: middle;
}
#subPage #main table tr td.bg {
	background: #B5B5B6;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
}
#subPage #main table tbody{
	font-size:1.4rem;
}

/* テーブル：ヘッダー無し */
#subPage #main table tr th {
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	font-weight: normal;
	padding: 10px 15px;
	vertical-align: middle;
}
#subPage #main table tr:first-child th {
	border-top: none;
}


/* Header
------------------------------------------------------------------ */
#globalHeader .logo {
  position: relative;
  z-index: 1;
  text-align: center;
  margin: 0 auto;
  width: 330px;/*平行四辺形の横幅*/
  height: 90px;/*平行四辺形の高さ*/
}
#globalHeader .logo::before {
  transform: skewX(-30deg);/*平行四辺形の角度*/
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 26px;
  right: 0;
  z-index: -1;
  background: #329bf0/*平行四辺形の色を指定*/
}
#globalHeader .logo img {
    width: 230px;
    padding:18px 0 0 25px;
}
#globalHeader #assistNavi img {
    width: 396px;
}
#globalHeader #assistNavi li {
	font-size: 1.2rem; /* =12px */
}


/* Global navigation
------------------------------------------------------------------ */
#globalNavi .nav li li {
	font-size: 1.2rem; /* =12px */
}
#globalNavi .nav li li a {
	color:#ffffff;
}
/* home */
#globalNavi a.home {
     overflow: hidden;
     padding: 46px 0 0 0;
     height: 0;
     width: 48px;
     background: transparent url("../images/globalnavi/home.png") no-repeat;
     background-position: center 0px;
     background-size: 29px;
}
#globalNavi a.home:hover {
     background-position: center -46px;
}
#globalNavi .active a.home {
     background-position: center -46px;
}
/* navi01 */
#globalNavi a.facilities {
     overflow: hidden;
     padding: 46px 0 0 0;
     height: 0;
     width: 149px;
     background: transparent url("../images/globalnavi/gnavi_01.png") no-repeat;
     background-position: center 0px;
     background-size: 150px;
}
#globalNavi a.facilities:hover {
     background-position: center -46px;
}
#globalNavi .active a.facilities {
     background-position: center -46px;
}
/* navi02 */
#globalNavi a.gymnasium {
     overflow: hidden;
     padding: 46px 0 0 0;
     height: 0;
     width: 149px;
     background: transparent url("../images/globalnavi/gnavi_02.png") no-repeat;
     background-position: center 0px;
     background-size: 150px;
}
#globalNavi a.gymnasium:hover {
     background-position: center -46px;
}
#globalNavi .active a.gymnasium {
     background-position: center -46px;
}
/* navi03 */
#globalNavi a.pool {
     overflow: hidden;
     padding: 46px 0 0 0;
     height: 0;
     width: 149px;
     background: transparent url("../images/globalnavi/gnavi_03.png") no-repeat;
     background-position: center 0px;
     background-size: 150px;
}
#globalNavi a.pool:hover {
     background-position: center -46px;
}
#globalNavi .active a.pool {
     background-position: center -46px;
}
/* navi04 */
#globalNavi a.training {
     overflow: hidden;
     padding: 46px 0 0 0;
     height: 0;
     width: 149px;
     background: transparent url("../images/globalnavi/gnavi_04.png") no-repeat;
     background-position: center 0px;
     background-size: 150px;
}
#globalNavi a.training:hover {
     background-position: center -46px;
}
#globalNavi .active a.training {
     background-position: center -46px;
}
/* navi05 */
#globalNavi a.lesson {
     overflow: hidden;
     padding: 46px 0 0 0;
     height: 0;
     width: 149px;
     background: transparent url("../images/globalnavi/gnavi_05.png") no-repeat;
     background-position: center 0px;
     background-size: 150px;
}
#globalNavi a.lesson:hover {
     background-position: center -46px;
}
#globalNavi .active a.lesson {
     background-position: center -46px;
}
/* navi06 */
#globalNavi a.access {
     overflow: hidden;
     padding: 46px 0 0 0;
     height: 0;
     width: 149px;
     background: transparent url("../images/globalnavi/gnavi_06.png") no-repeat;
     background-position: center 0px;
     background-size: 150px;
}
#globalNavi a.access:hover {
     background-position: center -46px;
}
#globalNavi .active a.access {
     background-position: center -46px;
}


/* Side
------------------------------------------------------------------ */
#side #localNavi p {
	font-size: 1.4rem; /* =14px */
}
#side #localNavi {
	font-size: 1.2rem; /* =12px */
}
#side #pickupNavi {
	font-size: 1.2rem; /* =12px */
}
#side #corpNavi {
	font-size: 1.2rem; /* =12px */
}
#side #assistNavi {
	font-size: 1.2rem; /* =12px */
}
#side .administration p {
	font-size: 1.2rem; /* =12px */
}

/* Footer
------------------------------------------------------------------ */
#globalFooter {
	text-align: center;
}
#globalFooter #footerNavi p {
	font-size: 1.2rem; /* =12px */
	color:#ffffff;
}
#globalFooter #footerNavi li li {
	font-size: 1.1rem; /* =11px */
}
#globalFooter #footerNavi a {
	color:#ffffff;
}
#globalFooter small {
	font-size: 1.0rem; /* =10px */
	letter-spacing: 0.05em;
	color: #ffffff;
}
/* PageTop */
#pageTop img {
     height: 40px;
     width: 40px;
}
