@charset "utf-8";

/****************************************************************************
common
****************************************************************************/

html{
  background:url(../img/html_bg.png) repeat left top;
}

body{
  background:url(../img/body_bg.png) no-repeat fixed center bottom;
}

* html body{
  background-position:expression('center '+this.parentNode.scrollTop + 'px');
  background-color:#004F90;
}

/* ヘッダ */

#header{
  width:840px;
  height:70px;
  padding:20px 0;
  margin:0 auto;
}

#header h1{
  float:left;
  width:252px;
}

#header ul{
  float:right;
  width:565px;
  height:61px;
  background:url(../img/header_ul.png) no-repeat right top;
}

#header li{
  float:left;
  display:inline;
  width:136px;
  height:61px;
  margin-left:5px;
}

#header li a{
  display:block;
  width:136px;
  height:61px;
  background:no-repeat left top;
  text-indent:-9999px;
  overflow:hidden;
}
#header li.hn01 a{ background-image:url(../img/header_li_01.png); }
#header li.hn02 a{ background-image:url(../img/header_li_02.png); }
#header li.hn03 a{ background-image:url(../img/header_li_03.png); }
#header li.hn04 a{ background-image:url(../img/header_li_04.png); }

#header li a:hover,
#about #header li.hn01 a,
#facility #header li.hn02 a,
#contact #header li.hn03 a,
#information #header li.hn04 a{
  background:none;
}

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

#contents{
  width:840px;
  margin: 0 auto;
  padding-top:30px;
  background:url(../img/contents_bg.png) no-repeat left top #fff;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
}

/*パンくず*/

#topicpath{
  float:left;
  padding-left:30px;
  height:28px;
}

#topicpath li{
  float:left;
  font-size:0.858em;
  line-height:1.667em;
}

#topicpath a{
  color:#26C9FF;
  text-decoration:none;
}

#topicpath a:hover{
  text-decoration:underline;
}

/*メイン*/

#main{
  clear:both;
  width:780px;
  padding:0 30px;
  background:url(../img/main.png) no-repeat 30px 22px;
  min-height:800px;
  height:auto !important; 
  height:800px;
}

#main h1{
  padding:22px 0 20px 0;
}

#headcopy{
  width:770px;
  height:26px;
  padding:3px 0px 3px 10px;
  background:url(../img/main_headcopy.png) no-repeat left bottom;
  color:#fff;
  letter-spacing:0;
  overflow:hidden;
}

.section{
  clear:both;
  margin-top:35px;
}

.section h2{
  font-size:1.143em;
  line-height:1.188em;
  padding-left:0.5em;
  border-left:3px solid #26C9FF;
  margin-bottom:0.75em;
}

.section h2.imgtitle{
  padding:0;
  margin:0;
  border-left:none;
}

h2.hide{
  width:0;
  height:0;
  margin:0;
  padding:0;
  border:none;
  overflow:hidden;  
  font-size:0%;
  line-height:0%;
}

	.imgbox{
    float:right;
    margin:-2px 0 -6px 0;
    overflow:hidden;
  }
  
    .imgbox img{
      margin-top:2px;
      margin-bottom:6px;
    }
    
    .imgbox p{
      font-size:0.858em;
      line-height:1.667em;
      text-indent:0;
      padding-bottom:6px;
    }
  
  .txtbox{
    float:left;
    margin-top:-6px;
  }
  
    .txtbox p{
      text-indent:1em;
      letter-spacing:0.05em;
    }

    .caption{
      text-align:right;
      font-size:0.858em;
      line-height:1.667em;
      margin-top:0.5em;
    }
    
    .name{
      text-align:right;
      margin-top:0.5em;
    }
  
  .section table{
    clear:both;
    width:100%;
    border-top:1px solid #B3B3B3;
    border-right:1px solid #B3B3B3;
  }
  
  .section table th{
    background:#F2F2F2;
  }
  
	.section table th,
  .section table td{
    padding:10px;
    border-bottom:1px solid #B3B3B3;
    border-left:1px solid #B3B3B3;
  }

/*ページトップ*/

#gotop,
.gotop{
  clear:both;
  text-align:right;
  padding:30px;
}

.gotop{
  padding:20px 0 0 0;
  background:none;
}

/*フッタ*/
#footer{
  clear:both;
  height:250px;
  background:url(../img/footer_bg.png) no-repeat center bottom;
}

#footer div{
  width:780px;
  padding-top:30px;
  margin: 0 auto;
}

/****************************************************************************
施設の紹介 #facility
****************************************************************************/

#facility .section .exp{
  float:left;
  width:550px;
  padding-bottom:20px;
  background:url(../img/facility_index_exp.png) no-repeat left bottom;
}

	.exp p{
    width:460px;
    padding-left:30px;
  }

.godetails{
  float:right;
  width:220px;
  height:46px;
  margin-top:70px;
  background:#ccc;
}

.pusv{
  float:right;
  width:220px;
  margin-top:10px;
  background:url(../img/facility_index_pusv.png) no-repeat left bottom;
}

.pusv dl{
  padding:0 15px 5px 35px;
}

.pusv dd{
  font-size:0.858em;
  line-height:1.667em;
  padding-bottom:10px;
}

/*施設詳細*/

#exp{
  width:440px;
}

  #exp p{
    line-height:2.143em;
  }

table.exptable{
  float:left;
  width:440px;
}

  .exptable th,
  .exptable td,
  .exptable li{
    line-height:1.5em;
  }
  
	.exptable th{
    width:10em;
  }
  
  .exptable td{
    background:#fff;
  }
  
  .exptable li{
    list-style:inside;
    list-style-type:circle;
  }

#staffcom{
  float:right;
  width:310px;
  background:url(../img/facility_jiyuu_sc.png) no-repeat left bottom;
}

  .souzou #staffcom{
    background-image:url(../img/facility_souzou_sc.png);
  }

  .ibuki #staffcom{
    width: 302px;
    border: 4px solid rgba(42,81,156,.2);
    background-color: rgba(42,81,156,.4);
    background-image: none;
    border-radius: 10px;
  }
  
  .ibuki #staffcom h2 {
    width: 280px;
    height: 30px;
    margin: 15px auto;
    border-radius: 15px;
    background-color: #fff;
    text-align: center;
  }


	#staffcom p{
    padding:0 20px 20px 20px;
  }
  
#pudiary{
  float:right;
  width:310px;
  background:url(../img/facility_pd.png) no-repeat left bottom #FDF4DD;
  margin-top:35px;
}

	#pudiary dl{
    padding:5px 20px 0 20px;
  }
  
  #pudiary dt a:hover{
    color:#E86F99;
  }
  
 	#pudiary dd{
    padding-bottom:15px;
    line-height:24px;
  }
  
	#pudiary p.noitem{
    padding:5px 20px 15px 20px;
  }

#pickup{
  padding-top:20px;
}

  #pickup .lead{ padding:0 0 10px 12px; }

	#pickup ul{
    width:810px;
    margin-right:-30px;
  }

	#pickup li{
    float:left;
    display:inline;
    margin-right:30px;
    width:240px;
  }
  
	#pickup h3{
    margin-bottom:5px;
  }
  
  #pickup .link{
    padding-top:0.5em;
    text-align:right;
  }
  
  #pickup .link a{
    padding-right:15px;
    background:url(../img/facility_jiyuu_pickup_arrow.png) no-repeat right bottom;
  }

#map{
  width:780px;
  height:270px;
  margin:10px 0;
}

.index #map{
  height:500px;
}

/*SIN*/

.sin #staffcom{
  float:none;
  width:780px;
  padding-top:20px;
  background:url(../img/facility_sin_sc.png) no-repeat left top;
}

.sin #staffcom .inner{
  padding-left:20px;
  background:url(../img/facility_sin_sc_inner.png) no-repeat left bottom;
}

.sin #staffcom h2{
  float:left;
}

.sin #staffcom p{
  float:right;
  width:518px;
  padding:0 20px 20px 0;
}

#ghlist{
  width:800px;
}

  #ghlist li{
    float:left;
    display:inline;
    margin-right:15px;
  }

.ghdetail{
  background:url(../img/facility_sin_ghdetail.png) no-repeat left bottom #FDF4DD;
  padding-bottom:20px;
  margin-top:25px;
}

  .ghdetail .exptable{
    float:right;
    display:inline;
    width:440px;
    margin:-30px 20px 0 0;
    position:relative;
  }
  
  .ghdetail .expimg{
    float:left;
    display:inline;
    width:260px;
    margin:20px 0 0 20px;
  }
  
  .ghdetail .expimg img{
    margin-bottom:10px;
  }

.sin #map{
  height:320px;  
}

/* サービス */

.service{
  clear:both;
  margin-top:35px;
}

.service h2{
  background:#fef5e8;
  border:1px solid #ffd5e3;
  padding:4px 0 4px 10px;
  margin-bottom:20px;
}

.service h2 span{
  line-height:32px;
  font-weight:normal;
  margin-left:1.5em;
}

.service h3{
  font-size:1.143em;
  line-height:1.188em;
  padding-left:0.5em;
  border-left:3px solid #26C9FF;
  margin-bottom:-0.75em;
}

.service .txtbox{
  width:440px;
}

#library{
  clear:both;
  padding-top:20px;
}

#library ul{
  width:790px;
  margin-right:-10px;
}

#library li{
  float:left;
  display:inline;
  width:148px;
  margin-right:10px;
  margin-top:10px;
}

/****************************************************************************
事業の概要 #about
****************************************************************************/

#about #contents{padding-top:0;}

#about #topicpath{
  width:300px;
  padding-top:30px;
}

#pagetab{
  float:right;
  width:480px;
  height:80px;
  padding-top:10px;
  padding-left:28px;
}

.tab00{background:url(../img/about_pagetab.png) no-repeat 0 0;}
.tab01{background:url(../img/about_pagetab.png) no-repeat 0 -90px;}
.tab02{background:url(../img/about_pagetab.png) no-repeat 0 -180px;}
.tab03{background:url(../img/about_pagetab.png) no-repeat 0 -270px;}
.tab04{background:url(../img/about_pagetab.png) no-repeat 0 -360px;}

  #pagetab li{
    float:left;
    width:160px;
  }
  
  #pagetab li a{
    display:block;
    width:160px;
    height:26px;
    padding-top:14px;
    text-align:center;
  }
  
  #pagetab li a.fast{
    height:44px;
    padding-top:36px;
  }

#about .section dt{
  float:left;
  clear:left;
  width:8em;
  font-weight:bold;
}

  #about .section dd{
    margin-left:8em;
    margin-bottom:10px;
  }

#main.msg{ background-image:url(../img/msg_main.png); }

/*年間行事*/

#schtable{
  table-layout:fixed;
}

#schtable li{
  font-size:0.858em;
  line-height:1.429em;
  list-style:circle;
  margin-left:1.4em;
}

#schtable th{
  width:auto;
  font-weight:normal;
  text-align:right;
  vertical-align:middle;
  padding:10px 10px 10px 0;
  font-size:0.858em;
}

#schtable th.mon{
  width:4em;
  letter-spacing:0;
  white-space:nowrap;
  padding:0;
}

#schtable thead th{
  text-align:center;
  font-weight:bold;
  font-size:1em;
}

#schtable td{
  vertical-align:top;
  padding-left:5px;
}

.hosoku{
  padding-top:6px;
  font-size:0.858em;
}

/****************************************************************************
お問い合わせ #contact
****************************************************************************/

#telfax{
  clear:both;
  width:670px;
  margin:0 auto;
}

#telfax h3{
  padding:20px 0 10px 0;
}

#maillist {
  position: relative;
  font-size: 16px;
  margin-left: 30px;
}

#maillist dt {
  position: absolute;
  left: 0;
  width: 7em;
}

#maillist dd {
  margin-left: 8em;
}

#maillist dd a { color: #005B9A; }
#maillist dd a:hover { text-decoration: none; }

#contact .section dl{
  clear:both;
  padding-top:1.5em;
}

  #contact .section dt{
    font-weight:bold;
  }

  #contact .section dd{
    margin-bottom:1.5em;
  }

.sign{
  text-align:right;
}


/****************************************************************************
インフォメーション #information
****************************************************************************/

#item{
  float:left;
  width:520px;
}

  .entrytitle{
    padding-left:50px;
    background:url(../img/information_entrytitle.png) no-repeat left top;
  }
  
    .entrytitle h2{
      border:none;
      padding:0;
      color:#005B9A;
      font-size:1.286em;
      line-height:1.429em;
    }
    .entrytitle h2 a{
      color:#005B9A;
      text-decoration:none;
    }
    .entrytitle h2 a:hover{
      text-decoration:underline;
    }
    .date{
      line-height:1.25em;
      color:#005B9A;
    }
		
    .jiyuu .entrytitle,
    .wagaya .entrytitle,
    .souzou .entrytitle,
    .ibuki .entrytitle{
      padding-left:55px;
      min-height:50px;
      height:auto !important; 
      height:50px;
      background-image:url(../img/diary_jiyuu_entrytitle.png);
      padding-bottom:10px;
    }
    .souzou .entrytitle{background-image:url(../img/diary_souzou_entrytitle.png);}
    .ibuki .entrytitle{background-image:url(../img/diary_ibuki_entrytitle.png);}
    
    .jiyuu .entrytitle .date,
    .wagaya .entrytitle .date,
    .jiyuu .entrytitle h2,
    .wagaya .entrytitle h2,
    .jiyuu .entrytitle h2 a,
    .wagaya .entrytitle h2 a{
      color:#E86F99;
    }
    
    .souzou .entrytitle .date,
    .souzou .entrytitle h2,
    .souzou .entrytitle h2 a{
      color:#9B76B6;
    }

    .ibuki .entrytitle .date,
    .ibuki .entrytitle h2,
    .ibuki .entrytitle h2 a{
      color:#2a519c;
    }

	#item .section{
    padding-bottom:33px;
    background:url(../img/item_section.png) no-repeat left bottom;
  }
  
.box-img-flex,
.box-img-half {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.box-img-flex::after,
.box-img-half::after {
  display: block;
  content:"";
  width: 31%;
}

.box-img-flex > img {
  width: 31%;
  height: auto;
  margin-top: 1em;
}

.box-img-half > img,
.box-img-half > p {
  width: 48%;
  height: auto;
  margin-top: 1em;
}

.box-img-half > div {
  width: 56%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.box-img-half > div > img { width: 100%; }

.box-img-half > div + img { width: 40%; }

.box-img-full,
.box-img-wide {
  width: 100%;
  text-align: center;
}

.box-img-full > img {
  display: block;
  width: 80%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1em;
}

.box-img-wide > img {
  margin-top: 1em;
  width: 100%;
}

#side{
  float:right;
  width:220px;
  margin-top:35px;
}
  
  #side ul{
    padding:15px 0;
  }

  #side li{
    line-height:1.429em; /*20px相当*/
    padding-bottom:10px;
    padding-left:20px;
    background:url(../img/information_side_li.png) no-repeat left 7px;
  }
  #side li.jiyuu,
  #side li.wagaya{
    background:url(../img/diary_side_li_jiyuu.png) no-repeat left 5px;
	}
  #side li.souzou{
    background:url(../img/diary_side_li_souzou.png) no-repeat left 5px;
	}
  #side li.ibuki{
    background:url(../img/diary_side_li_ibuki.png) no-repeat left 5px;
	}
  #side ul#datearchive li{background:url(../img/diary_side_li_date.png) no-repeat left 5px;}

  #side li ul{
    padding:5px 0 0 0;
  }
  
  #side li ul li,
  #side ul#datearchive li ul li{
    padding-bottom:5px;
    padding-left:0;
    background:none;
  }
  
	#side ul#banner{
    padding:0 0 10px 0;
    background:url(../img/diary_side_banner.png) no-repeat left top;
  }
  
  #side ul#banner li{
    padding:0 0 20px 0;
    background:none;
    width:220px;
    height:80px;
  }
  
  #side ul#banner li a{
    display:block;
    width:220px;
    height:80px;
  }
  
  #side ul#banner li a:hover{
    background:none;
  }

  #side ul#banner li a:hover img,
  #side ul#banner li a img.hide{
    width:0;
    height:0;
  }

#ylist {
}

#ylist dt {
  font-size: 20px;
  padding-left: 24px;
  background: url(../img/ylist_dt.png) no-repeat left center;
  color: #8dc245;
}

#ylist dd {
  padding: 10px 40px;
  font-size: 14px;
  line-height: 1.75em;
}

#ylist dd.link {
  padding-bottom: 20px;
  border-bottom: 1px dotted #ddd;
  text-align: right;
}

#ylist dd.link a {
  font-size: 16px;
  margin-right: 10px;
  color: #8dc245;
}

/****************************************************************************
個人情報保護方針 #privacy
****************************************************************************/

#privacy .section h3 { margin-bottom: .5em; }
#privacy .section h4 { margin-bottom: .5em; }

#privacy .section dl{ position: relative; }

#privacy .section dt{
  position: absolute;
  left: 0;
  width: 4em;
  font-weight: normal;
  padding: 0 .5em;
}

#privacy .section dt.kou { text-align: right; }

#privacy .section dd{
  margin-bottom: .5em;
  margin-left: 5.5em;
}

#privacy .section dd ol li {
  margin-left: 2.5em;
  text-indent: -3em;
}

/****************************************************************************
フォーム
****************************************************************************/


form{
  clear:both;
  display:block;
  width:670px;
  padding:20px 0 0 0;
  margin:0 auto;
}

label{
  cursor:pointer;
  line-height:2.4em;
}

form th { position: relative; }

form th span{
  position: absolute;
  right: 1em;
  line-height:2.4em;
  margin-left: .5em;
  font-weight: normal;
  color:#F60;
}

form td .note {
  margin-top: .5em;
  line-height: 1.5;
  font-size: .9em;
  color: #999;
}

form td .note span { color: #26C9FF; }

.error { color:#F60; }

form td .error {
  line-height: 2.4em;
  margin-bottom: .5em;
}

form input,
form textarea,
form button{
  font-family:inherit;
  font-size:100%;
  font-style:inherit;
  font-weight:inherit;
  margin:0;
  padding:0;
  vertical-align:baseline;
}

textarea,
input[type="text"],
input[type="tel"],
input[type="email"] {
  height:1.3em;
  padding:8px 0.5em;
  letter-spacing:normal;
  color:#50453F;
  border:1px solid #CFCCCA;
  background-color:#fff;
  width:300px;
}

	*+html input{
	padding:0 0.5em;
	height:2.4em;
	line-height:2.4em;
	vertical-align:middle;
	}
	
	* html input{
	padding:0 0.5em;
	height:2.4em;
	line-height:2.4em;
	vertical-align:middle;
	}
	
form textarea{
  padding:8px 0.5em;
  line-height:1.5em;
  letter-spacing:0;
  color:#50453F;
  border:1px solid #CFCCCA;
  background-color:#fff;
  height:200px;
  width:97%;
}

form input:hover,
form textarea:hover,
form input:focus,
form textarea:focus{
  border: 1px solid #26C9FF;
}

:-ms-input-placeholder { color: #ccc; }
::-webkit-input-placeholder { color: #ccc; }

input[type=radio],
input[type=checkbox] {
  width: auto;
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  cursor: pointer;
}

button{
  border:none;
  cursor:pointer;
  display:inline-block;
  width:198px;
  height:38px;
  border:1px solid #CFCCCA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

button:hover{
  filter: Alpha(opacity=50);
  opacity:0.5;
}

#zip { width: 6.5em; margin-bottom: .5em; }
#addr { width: 97%; }

.box-privacy,
.box-btn {
  margin-top: 1.5em;
  text-align: center;
}

.box-privacy p { text-align: center; }
.box-btn button + button { margin-left: 2em; }

.comp {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  color: #26C9FF;
  margin: 1em 0;
}

.thanks {
  padding: 1.25em 1.75em;
  border: 1px solid #26C9FF;
  width: 620px;
  margin: 0 auto;
  background-color: #E8F9FF;
}

.kadomaru {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}