s@charset "utf-8";
/* ===================================================================
CSS information

 File Name  : module.css
 Style Info : 共通要素の基本設定

11px = 85%		12px = 93%		13px = 100%		14px = 108%
15px = 116%		16px = 123.1%	        17px = 131%		18px = 138.5%
19px = 146.5%	        20px = 153.9%	        21px = 161.6%	        22px = 167%
23px = 174%		24px = 182%		25px = 189%		26px = 197%
=================================================================== */

/*----------------------------------------------------------------
	共通
----------------------------------------------------------------*/
html {
  overflow-y: scroll;
}

body {
	margin: 0px;
	padding: 0px;
	color: #444444;
	font-size : 13px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-style: #B5D5FF;
}

/* ゆっくり変わるボタン*/
a img {
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
		 -o-transition: 0.3s ease-in-out;
		 	transition: 0.3s ease-in-out;
}
a:hover img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}

/* loading要素
----------------------------------------------------------- */
#fade {
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  background: #ffffff;
  top: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

#loading {
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -30px;
  margin-bottom: -50px;
  z-index: 1000;
}

/* タブレット(768px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 768px) {
  #loading {
    position: absolute;
    left: 50%;
    top: 25%;
    margin-left: -30px;
    margin-bottom: -50px;
    z-index: 1000;
  }
}

/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
  #loading {
    position: absolute;
    left: 50%;
    top: 30%;
    margin-left: -45px;
    margin-bottom: -20px;
    z-index: 1000;
  }
}

/* header要素
----------------------------------------------------------- */

/*************
/* ヘッダー
*************/
#header{
	max-width: 960px;
	height:120px;
	padding-top: 40px;
}

#header h1{
padding:5px 0 10px 15px;
font-size:10px;
font-weight:normal;
}

#header a{
color:#333;
}

#header a:hover{
color:#888;
}

/*************
/* ロゴ
*************/
.logo{
float:left;
}

.logo p{float:left;}

.logo img{
width:auto;
float:left;
padding:2px 10px 0 10px;
}

.logo span{display:block;}

/*************
/* 電話番号
*************/
.info{
	float:right;
	padding-right:20px;
	text-align:right;
	padding-top: 5px;
}

.info .open{
	font-size:10px;
	letter-spacing: 0.1em;
	line-height: 9px;
}


/*************
/* ロゴ+電話番号
*************/
.logo,.info .tel{
	margin-top:3px;
	font-size:17px;
	font-weight:bold;
	letter-spacing: 0.1em;
}

.logo span,.info span{
	color:#444;
	font-size:0.6em;
	font-weight:normal;
	letter-spacing: 0.1em;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 960px){
	#header,#wrapper{
	width:960px;
	padding-top: 40px;
	margin:0 auto;
	}
}



/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	
	#header h1,.logo,.info{text-align:center;}
	
	.logo,.info{
	clear:both;
	width:93%;
	float:none;
	}
	
	.logo p{float:none;display:block;}
	.logo img{float:none;padding:0;}
}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	#header{
	height:auto;
	padding-bottom:20px;
	}
	}	
/* gNavi要素
----------------------------------------------------------- */
#gNavi-box {
  width: 100%;
  max-width: 986px;
  margin: 0px auto;
}

#gNavi {
  width: 100%;
  max-width: 986px;
  margin: 0px auto;
  padding: 0px;
}

#gNavi li {
  display: block;
  float: left;
  width: 12.5%;
  margin: 0px;
  padding: 0px;
}

/* タブレット(768px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 768px) {
  #gNavi li {
    width: 25%;
    border-bottom: 1px solid #ffffff;
  }
}
/* end */ 

#gNavi li a {
	display: block;
	color: #444444;
	text-align: center;
	text-decoration: none;
	background-color: #ffffff;
	padding-top: 12px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-size: 85%;
}

#gNavi li a:hover {
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5FC1C7;
	padding-top: 12px;
	padding-bottom: 9px;
}

#change {
  background: #00A390;
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: 0px auto;
  padding: 0px;
  display: none;
  z-index: 9999;
}

#change li {
  display: block;
  float: left;
  width: 12.5%;
  margin: 0px auto;
  padding: 0px;
  font-size: 85%;
  font-weight: bold;

}

#change li a {
  display: block;
  padding: 12px 0px 10px;
  background: #00A390;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
}

#change li a:hover {
  background: #4BB9A5;
}

/* タブレット(768px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 768px) {
  #change li {
    display: none;
  }
}
/* end */ 

/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
  #change li {
    display: none;
  }
}
/* end */ 

#toggle { 
  display: none;
}

/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
  #gNavi {
    display: none;
  }

  #gNavi li {
    width: 100%;
  }

  #toggle {
    display: block;
    position: relative;
    width: 100%;
    background: #5FC1C7;
  }

  #toggle a {
    display: block;
    position: relative;
    padding: 12px 0px 10px;
    border-bottom: 1px solid #ffffff;
    color: #ffffff;
	font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    text-decoration: none;
  }

  #toggle:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: #ffffff;
  }

  #toggle a:before, #toggle a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    width: 20px;
    height: 4px;
    background: #5FC1C7;
  }

  #toggle a:before {
    margin-top: -6px;
  }

  #toggle a:after {
    margin-top: 2px;
  }
}
/* end */ 



/* mainVisual要素
----------------------------------------------------------- */
#mainVisual {
	width: 100%;
	max-width: 986px;
	clear: both;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 30px;
}

#mainVisual img {
  width: 100%;
  max-height: 300px;
  margin: 0px;
  padding: 0px;
}

/* pickup要素
----------------------------------------------------------- */
.pickup {
  width: 100%;
  max-width: 986px;
  margin: 0px auto 5px auto;
  zoom: 1;
}

.pickup:after {
  content: '';
  display: block;
  clear: both;
}
.pickup > div {
	float: left;
	width: 31.6667%;
}

.pickup > div + div {
	margin-left: 2.5%;
}

.pickup .col01 {
	background-color: #ffffff;
	text-align: center;
}

.pickup .col02 {
	background-color: #ffffff;
	text-align: center;
}

.pickup .col03 {
	background-color: #ffffff;
	text-align: center;
}

.pickup a {
	color: #444444;
	display: block;
	padding: 15px 15px 15px;
	text-decoration: none;
  *zoom: 1;
}

.pickup .col01:hover {
	background-color: #fff;
}

.pickup .col02:hover {
	background-color: #ffffff;
}

.pickup .col03:hover {
	background-color: #fff;
}

.pickup a:after {
  content: '';
  display: block;
  clear: both;
}

/* スマートフォン(480px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 480px) {
  .pickup > div {
    float: none;
    width: 100%;
  }

  .pickup > div + div {
    margin-left: 0;
    margin-top: 3px;
  }

  .pickup a {
    padding: 13px 16px 16px;
  }
}




/* pageTop要素
----------------------------------------------------------- */
#pageTop {
  width: 100%;
  max-width: 986px;
  height: 30px;
  margin: 0px auto;
  padding: 10px 0px;
  *zoom: 1;
}

#pageTop:after {
  content: '';
  display: block;
  clear: both;
}

#pageTop p {
  float: right;
  font-size: 85.7%;
  line-height: 1.0;
  text-align: center;

}

#pageTop a {
  display: block;
  padding: 10px 10px;
  background: #ffffff;
  color: #111111;
  border-radius: 8px;
  behavior: url(PIE.htc);
}

#pageTop a:hover {
  text-decoration: none;
}

#pageTop a img {
	display: block;
	width: 64px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

/* タブレット(768px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 768px) {
  #pageTop {
    width: 96%;
    padding: 10px 0px 60px;
    background-size: 310px auto;
    background-position: center bottom;
  }

  #pageTop p {
    float: none;
    text-align: center;
  }

  #pageTop a {
    padding: 8px 0px;
  }
}
/* end */ 

/* footer要素
----------------------------------------------------------- */
#footer {
	width: 100%;
	height: 200px;
	background-color: #b0e0e6;
}

#footer .inner {
  width: 100%;
  max-width: 986px;
  margin: 0px auto;
}

#footer .nav {
	padding: 20px 0px;
	text-align: center;
}

#footer .nav li {
	display: inline-block;
	padding: 10px 16px;
	line-height: 1.2;
	font-size: 90%;
}

#footer .nav a {
	color: #444444;
}

#footer .nav a:hover {
  text-decoration: none;
}

#footer .copyright {
  width: 100%;
  max-width: 986px;
  margin: 0px auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  font-size: 85%;
}

#footer .copyright a {
  color: #444444;
  text-decoration: none;
}

#footer .copyright a:hover {
  text-decoration: underline;
}

/* タブレット(768px以下のディスプレイで見た場合のスタイル) */ 
@media screen and (max-width: 768px) {
  #footer {
    width: 100%;
    height: 100%;
  }

  #footer .inner {
    width: 100%;
    margin: 0px auto;
    background: #b0e0e6;
  }

  #footer .nav {
    padding: 0px;
    text-align: center;
  }

  #footer .nav li {
    width: 100%;
    display: block;
    padding: 0px;
    border-bottom: 1px solid #b0e0e6;
    border-left: 0px;
    line-height: 1.2;
    font-size: 90%;
  }

  #footer .nav li a {
    display: block;
    padding: 12px 0px 10px;
    background: #b0e0e6;
    color: #444444;
    text-align: center;
    text-decoration: none;
  }

  #footer .nav li a:hover {
    background: #e0ffff;
  }

  #footer .copyright {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    font-size: 85%;
  }
}
/* end */ 

/* clear要素
----------------------------------------------------------- */
.clearfix {
  width: 100%;
}

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

.clear {
  clear: both;
}

.img {
	max-width : 100%;
	height : auto;
	text-align: center;
}


/* 全体
------------------------------------------------------------*/
#wrapper{
margin:0 auto;
padding:0 1%;
width:98%;
position:relative;
}

.inner{
margin:0 auto;
width:100%;
}



/**************************
/* メイン画像（トップページ+サブページ）
**************************/
#mainBanner{
margin:15px auto 20px auto;
padding:0;
width:100%;
position:relative;
line-height:0;
}

#mainBanner img{
max-width:100%;
height:auto;
border-radius:3px;
}

.slogan{
position:absolute;
max-width:100%;
height:auto;
bottom:0;
left:0;
padding:15px 20px;
line-height:1.4;
background:url(images/tp2.png);
}

.slogan h2{
padding-bottom:5px;
color:#ccc;
font-size:18px;
}

.slogan h3{
font-size:12px;
color:#666;
}

/* サブページ スローガンの背景・黒*/
.subImg .slogan{background:url(images/tp2.png);}

.subImg .slogan h2{color:#ccc;}
.subImg .slogan h3{color:#666;}



/**************************
/* 留意事項
**************************/
/* 留意事項サイト制作について　ピンク丸*/
.btn_pink {
	color:#FFF;
	-webkit-border-radius: 60px;/* webkit */
	-moz-border-radius: 60px;/* fx */
	/*------PIE setting-------*/
    -pie-border-radius: 60px;
	behavior: url(PIE.htc);
	background-color: #F99;
	height: 68px;
	width: 100px;   /*------------------------*/
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 52px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-right: 30px;
}
/* 留意事項サイト運営について　ブルー丸*/
.btn_blue {
	color:#FFF;
	-webkit-border-radius: 60px;/* webkit */
	-moz-border-radius: 60px;/* fx */
	/*------PIE setting-------*/
    -pie-border-radius: 60px;
	behavior: url(PIE.htc);
	background-color: #6CC;
	height: 68px;
	width: 100px;   /*------------------------*/
	font-size: 100%;
	font-weight: bold;
	text-align: center;
	padding-top: 52px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-right: 30px;
}
/* 留意事項打ち合わせについて　イエロー丸*/
.btn_yellow {
	color:#FFF;
	-webkit-border-radius: 60px;/* webkit */
	-moz-border-radius: 60px;/* fx */
	/*------PIE setting-------*/
    -pie-border-radius: 60px;
	behavior: url(PIE.htc);
	background-color: #FC0;
	height: 68px;
	width: 100px;   /*------------------------*/
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 52px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-right: 30px;
}
/* 留意事項キャンセルについて　グレー丸*/
.btn_gray {
	color:#FFF;
	-webkit-border-radius: 60px;/* webkit */
	-moz-border-radius: 60px;/* fx */
	/*------PIE setting-------*/
    -pie-border-radius: 60px;
	behavior: url(PIE.htc);
	background-color: #999999;
	height: 68px;
	width: 100px;   /*------------------------*/
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	padding-top: 52px;
	padding-right: 10px;
	padding-left: 10px;
	float: left;
	margin-right: 30px;
}


/**************************
/* googleカレンダー　横幅700px
**************************/

.cal_wrapper {
max-width: 700px;
min-width: 300px;
margin: 2.0833% auto;
}
.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}
.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}


/**************************
/* グリッド
**************************/
.gridWrapper{
	padding-bottom:20px;
	overflow: hidden;
	padding-top: 10px;
}

* html .gridWrapper{height:1%;}
	
.grid{
float:left;
border-radius:5px;
background:#fff;
}

.grid h3{
	padding:15px 5px;
	text-align:center;
	border-radius:5px 5px 0 0;
}

.grid p{
	padding:5px 10px;
	font-size: 95%;
	letter-spacing: 0.1em;
	text-align: center;
}

.gridWrapper img{
	max-width:100%;
	height:auto;
}



/*************
メイン コンテンツ
*************/
section.content{
	border-radius:6px;
	background:#fff;
	overflow:hidden;
	font-size:13px;
	padding-top: 19px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 19px;
	margin-bottom: 20px;
}

section.content_mini{
	margin-bottom:20px;
	border:1px solid #fff;
	border-radius:6px;
	background:#fff;
	overflow:hidden;
	font-size:13px;
	padding-top: 5px;
	padding-right: 19px;
	padding-bottom: 0px;
	padding-left: 0px;
}


section.content_tel{
	border-radius:6px;
	overflow:hidden;
	font-size:18px;
	padding-top: 19px;
	padding-right: 19px;
	padding-bottom: 19px;
	padding-left: 19px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #444444;
	border: 2px solid #DDD;
}

section.content_cal{
	border-radius:6px;
	overflow:hidden;
	font-size:18px;
	padding-top: 19px;
	padding-right: 19px;
	padding-bottom: 19px;
	padding-left: 19px;
	margin-bottom: 20px;
	text-align: center;
	font-weight: bold;
	color: #444444;
	border:1px solid #DDD;
}


* html section.content{height:1%;}

section.content p{margin-bottom:5px;}

h1.heading{
	font-size:17px;
	letter-spacing: 0.1em;
	color: #F20053;
}


h2.heading{
	margin-bottom:10px;
	font-size:16px;
	letter-spacing: 0.1em;
	color: #F20053;
}


h3.heading{
	margin-bottom:5px;
	font-size:15px;
	margin-top: 5px;
}

h4.heading{
	font-size:14px;
	color: #6495ed;
	letter-spacing: 0.1em;
	margin-bottom: 5px;
}

h5.heading{
	margin-bottom:10px;
	font-size:18px;
	margin-top: 5px;
	letter-spacing: 0.1em;
}

h6.heading{
	margin-bottom:10px;
	font-size:16px;
	letter-spacing: 0.1em;
	color: #555;
}

section.content img{
	max-width:100%;
	height:auto;
	padding-right:10px
}

.alignleft{
	float:left;
	clear:left;
	margin-top: 3px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 0;
}

.alignright{
	float:right;
	clear:right;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 10px;
}

img.frame,#gallery img{
    padding: 4px;
}

#gallery .grid{padding:5px 0 0;text-align: center;}


/*************
テーブル
*************/
table.table{
border-collapse:collapse;
width:100%;
margin:10px auto;
background-color: #ffffff;
}

table.table th,table.table td{
padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
}

table.table th{
	text-align:right;
	letter-spacing:1px;
	white-space:nowrap;
}
table.table th,table.table td_back{
padding:10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #888;
}
#wrapper #container_table #main_table article .table tr td {
	background-color: #ffffe0;
}


/*************
サブ（フッター前）コンテンツ
*************/
#sub ul{padding:10px;}

#sub li{
margin-bottom:10px;
padding-bottom:10px;
border-bottom:1px dashed #ebebeb;
}

#sub li:last-child{
border:0;
margin-bottom:0;
}

#sub li a{display:block;}

#sub ul.list{padding-bottom:7px;}

#sub ul.list li{
clear:both;
margin-bottom:5px;
padding:5px 0;
overflow:hidden;
}

* html #sub ul.list li{height:1%;}

#sub ul.list li img{
float:left;
margin-right:10px;
}

#sub ul.list li{
font-size:12px;
line-height:1.35;
}


/*************
/* フッター
*************/

/* PC用 */
@media only screen and (min-width:960px){	
	#wrapper,.inner{
	width:940px;
	padding:0;
	}
	
	#wrapper{padding-bottom:20px;}
	
	/* グリッド全体 */
	.gridWrapper{
	width:960px;
	margin:0 0 0 -20px;
	}
	
	/* グリッド共通 ベース:トップページ4カラム */
	.grid{
	float:left;
	width:220px;
	margin-left:20px;
	}
	
	/* サブコンテンツ + フッター グリッド(3カラム) */
	#sub .grid, #footer .grid{
	width:300px;
	}
	
	/* ギャラリー グリッド(4カラム) */
	#gallery{
	width:920px;
	}
	
  #gallery .grid{
	width:210px;
	}	
}


/* モニター幅940px以下 */
@media only screen and (max-width:940px){
	#header h1{padding:0 0 5px 10px;}
	#header .logo{padding-left:10px;}
	
	.grid{
	float:left;
	width:48%;
	margin:10px 2% 0 0;
	}
	
	.grid img{
	float:left;
	margin-right:5px;
	}
	
	#gallery{padding-left:1px;}
	
	#gallery .grid{
	width:23%;
	margin:0 2% 0 0;
	padding:0;
	}
	
	#gallery .grid img{
	float:none;
	margin:0;
	}
	
	#sub .grid{
	width:32%;
	margin:10px 1%;
	}
	
	#sub .grid:first-child{
	margin-left:0;
	}
	
	#sub .grid:last-child{
	margin-right:0;
	}
	

/* iPad 縦 */
@media only screen and (max-width:768px){
  #header{padding-bottom: 20px;}	

	#header h1{text-align:center;}
	
	#header .logo{
	float:none;
	text-align:center;
	padding:10px 5px 1px;
	}

	ul#topnav{
	clear:both;
	width:100%;
	}

	ul#topnav li{
	width:33%;
	margin:0;
	border-top:1px solid #e4e4e4;
	border-right:1px dashed #e4e4e4;
	 box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	}

	ul#topnav li:nth-child(3n){border-right:0;width:34%;}

	ul#topnav li.active a,ul#topnav a:hover{border-radius:0;}
	
	#sub ul.list{padding:10px 10px 11px;}
	
	#sub ul.list li{
	padding-bottom:10px;
	margin-bottom:8px;
	}
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	#footer .grid p{text-align:center;}
	
	.grid img{
	float:none;
	margin:20px auto 10px;
	}
	
	.grid p,#sub .grid li{text-align:left;}
	
	img.frame,#gallery img{border-width:2px;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	ul#topnav li{width:50%;}

	ul#topnav li:nth-child(3n){
	border-right:1px dashed #e4e4e4;
	width:50%;
	}
	
	ul#topnav li:nth-child(2n),ul#topnav li:nth-child(6n){border-right:0;}
	
	#mainBanner{margin-left:1px;}
	#mainBanner h2,#mainBanner h3{font-size:80%;}
	
	#sub .grid{
	float:none;
	width:98%;
	}
	
	#sub .grid h3{padding:10px 5px;}
	
	#sub ul.list{padding:10px;}
	
	#sub ul.list li{
	padding-bottom:3px;
	margin-bottom:3px;
	}
	
	#sub ul.list li img{margin:0 5px 0 0;}
}
