@charset "utf-8";
body {
	width: 100%;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-color: #F9F9F9;
	border-top: 0px solid #F8F8F8;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 12px;
	min-width:auto;
}

/*ヘッダー
---------------------------------------------------------------------------*/
header {
	background-image: none;
	background-color: #fff;
	background-size:cover;
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 999;
	margin-top: -5px;
	min-width: 100%;
}



header .inner {
	width: auto;
	height: auto;
	text-align: center;
    display: none;
}

header .inner h1 {
	position: static;
	padding-top: 20px;
}

.logo {
	position: absolute;
	right: auto;	
	left: auto;
	top: 10px;	
	width: 100%;
	text-align: center;
    display: none;
}


header h1 img {
	width: 70%;	
	height: auto;
}

header .inner address {
	position: static;
	padding-bottom: 10px;
}

.tel_s_bt {
	padding-top: 60px;	
	}
	
 /* メニュー(スマホ)
---------------------------------------------------------------------------*/

.tel_s_bt {
    display: none;
}


#nav {
    display: none;
}

#menu-box{
    display: block;
	margin-top: 10px;
	height: 55px;
  }
  
  

#menu_s{
	width: 100%;
	max-width: 960px;
	padding: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;

}

#menu_s li.menu_s_top {
	margin-top: 0px;

	}

#menu_s li{
	display: block;
	float: left;
	width: 12.5%;
	margin: 0;
	padding: 0;

}
  
#menu_s li a{
	display: block;
	font-size: 120%;
	color: #fff;
	text-align: center;
	text-decoration: none;
	border-bottom: 1px solid #AAA;
	padding-top: 8px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #111111;
}

#menu_s li a:hover{
  background: #444;
  margin-top: 0px;
  

}
#toggle{ 
 display: none;
}

#menu_s{
    display: none;
  }
#menu_s li{
    width: 100%;
  }
#toggle{
	display: block;
	float: left;
	position: relative;
	width: 10%;
	height: 40px;
  background: none;
  }
  
  #toggle a{
	display: block;
	position: relative;
	border-bottom: 0px solid #fff;
	color: #fff;
	text-align: center;
	text-decoration: none;
	padding-top: 20px;
	padding-right: 0;
	padding-bottom: 13px;
	padding-left: 0;
  }
  #toggle:before{
    display: block;
    content: "";
    position: absolute;
    top: 55%;
    left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -5px;

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

  }
  #toggle a:before{
    margin-top: -6px;
  }
  #toggle a:after{
    margin-top: 5px;
  }
  
#toggle2{
	display: block;
	float: left;
	position: relative;
	width: 74%;
	height: 40px;
	background-color: ;
	padding-left: 2%;
  }  
  
.tog_lg {margin-top: -1%;}

#toggle3{
	display: block;
	float: left;
	position: relative;
	width: 12%;
	height: 40px;
  background: none;
  }

#nav_bg {
	display: none;
}



/*コンテンツ
---------------------------------------------------------------------------*/
#contents-top {
	display: none;
}

#contents {
	width: 100%;
	float:left;
	display: block;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 10px;
}

#contents-in {
	float: left;
	width: 100%;
}


#contents-in_top {
	float: left;
	width: 100%;
}





#contents.mb_t-50 {
	width: 100%;
	float:left;
	display: block;
	margin-top: -50px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: -10px;
}

#article {
	width: 100%;
	height: auto;
	font-size: 130%;
	line-height: 1.5;
	margin-top: 5px;
	margin-bottom: 5px;
	float:left;
	}
	
#main h2 {
	width: 100%;
	position: relative;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #163265;
	color: #111;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 140%;
	clear: both;
	margin-left: 0%;

	margin-top: 30px;
	margin-bottom: 10px;
	box-sizing: border-box;
	
}

#main h2:after {
	position: absolute;
	content: " ";
	display: block;
	bottom: -1.5px;
	width: 20%;
	border-bottom-width: 1.5px;
	border-bottom-style: solid;
	border-bottom-color: #888;
}

#main h2.h2_50 {
	width: 100%;
	position: relative;
	border-bottom-width: 1.8px;
	border-bottom-style: solid;
	border-bottom-color: #E60012;
	color: #111;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size: 155%;
	margin-top: 40px;
	margin-bottom: 10px;
}

#main h2.h2_50:after {
	position: absolute;
	content: " ";
	display: block;
	bottom: -1.5px;
	width: 20%;
	border-bottom-width: 1.8px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}










h3{
	width: 97.5%;
}


#box_top_t {
	width:100%;
	height:auto;
	float:left;
	font-size:110%;
	margin-top:-70px;
	margin-left:10px;
	color:#222222;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	line-height:1.2em;

}

#box_top_t1 {
	width:70%;
	height:auto;
	float:left;
	font-size:110%;
	margin-top:-70px;
	margin-left:10px;
	color:#222222;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	line-height:1.2em;

}

#box_top_t2 {
	width: 25%;
	height:auto;
	float:right;
	position: relative;
	top: -75px;
	margin-bottom:-50px;
	z-index: 1;
}


.txt_n{
	width: 100%;
}


#president_word {
	float: left;
	width: 99%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 7px;
	padding-left: 1%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 120%;
	text-align:left;
	}

/*コンテンツin
---------------------------------------------------------------------------*/
#contents-in, #contents-in_top, #main, body.c2 #main, #main_top, #sub {
	float: none;
	width: auto;
}

#main {
	float: left;	
	width: 100%;	
}

.main5_back {
	background-image: url(../images/top_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
	min-width: 100%;
}

.main5 {
	width: 260px;
	margin-right: auto;
	margin-left: auto;
}

.main5_1 {
	float: left;
	width: 100px;
	text-align: center;
}

.main5_2 {
	float: right;
	width: 100px;
	text-align: center;
}


.main6_back {
	background-image: url(../images/recruit8.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	padding-top: 70px;
	padding-bottom: 70px;
	overflow: hidden;
	min-width: 90%;
}

.main_icatch {
		width: 120px;
		height: 40px;
		}

div#footer {
   display: none;
   width: 99%;
   height: 150px;
   font-size: 12px;
   text-align: left;
   letter-spacing: 1px;}
 
div#footer2 {
	width: 100%;
	height: 55px;
	font-size: 13px;
	text-align: left;
	letter-spacing: 1px;
	background-color: #FFFFFF;
	color: #333333;
}	

div#footerIn {
	
	width: 100%;
	height: auto;
	position: relative;
	background-color: #000066;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

div#footerIn ul.foot_menu01 {
	display: none;	
}

div#footerIn ul.foot_menu02 {
	display: none;	
}

div#footerIn .footerlogo {
	width:100%;
	position: absolute;
	top: 5px;
	left: 0px;
	line-height: 200%;
	font-size: 90%;
}


div#footerIn .footerlogo2 {
	display: none;	

}
div#footerIn .footerlogo3 {
	width: 100%;
	height:50px;
	float:left;
	position: absolute;
	top: -5px;
	left: 0px;
	line-height: 95%;
	text-align: center;

}
div#footerIn .footerlogo4{
	display: none;	

}

small{
	display: none;	
}

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


.box50 {
	float:left;
	width:100%;}

.box33 {
	float:left;
	width:33.3%;
	font-size:120%;
	text-align:center;
	margin-bottom: 0px;
	}


#head_top {
	width: 100%;
	height: auto;
	float:left;
	margin-top: 0px;
	}
	
#box_top {
	width: 100%;
	height: auto;
	float:left;
	margin-top: 0px;
	margin-bottom: 15px;
	}

#box_top ul{
	margin-bottom: 0px;
	display: block;
	clear: both;
	}

#box_top ul li {
	width: 48%;
	height: auto;
	padding: 0px;
	list-style-type: none;
	float: left;
	border-radius: 0px;
	border: 0px solid #FFF;
	display: block;
	padding: 0px;
	background: #FFF;
	margin-top: 5px;
	margin-right: 0%;
	margin-bottom: 0px;
	margin-left: 0%;
}

#box_top ul li.li_left {
	width: 100%;
	float: right;
	margin-left: 5px;

}
#box_top .icatch {
	display:;
	width: 100%;
	height:auto;
	border-radius: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}
#box_top ul li .icatch {
	display:;
	width: 100%;
	height:auto;
	border-radius: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	text-align: center;
}


#box_top .k3 {
	font-size: 110%;

	color: #FFFFFF;
	background: #000022;
	border-radius: 0;
	font-weight: normal;
	width: auto;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: -3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#box_top .k3:hover {
}

#page {
	width: 100%;
	font-size: 110%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	color: #00000;	
	background-color: #fff;	
	background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));	
	background-image: -webkit-linear-gradient(#fff, #fff 49%, #fff 50%);
	background-image: linear-gradient(#fff, #fff 49%, #fff 50%);
	-webkit-box-shadow: 1px 2px 5px #999;
	box-shadow: 1px 2px 5px #999;
	border-top: 2px solid #1e234c;
	border-right: 2px solid #1e234c;
	border-bottom: 2px solid #1e234c;
	border-left: 2px solid #1e234c;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-bottom: 10px;
	margin-left: 0px;
	margin-right: auto;
	text-align: center;	
}

#com_bg {
	width: 99%;
	height: auto;
	text-align:center;
	display: block;
	float: left;
	background-image: url(../images/bg_jwp.png);
	background-repeat: no-repeat;
	background-position: center 50%;
	margin-left:auto;
	margin-right:auto;
	}
	
#com_bg2 {
	width: 99%;
	height: auto;
	display: block;
	float: left;
	background-image: url(../images/bg_wc.png);
	background-repeat: no-repeat;
	background-position: center 50%;
	margin-left:auto;
	margin-right:auto;
	}
	
.con_bg {
	width: 99%;
	background-color: #fff;
	border: 2px dotted #009A50;
	padding: 0px;

	float: left;
	}
	
.con_bg p {
	font-size: 100%;
	line-height: 1.7em;
	font-weight: 500;
	}
	
#com_wordw {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 120%;
	text-align:left;
	}
	
.page_img5 {
	width: 80%;
	height:auto;
	float:right;
	}
	
#com_wordboxt {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-left:  0%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	text-align:left;
	}
#com_wordbox {
	float: left;
	width: 100%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-left: 0%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	text-align:left;
	}
	
	
#com_wordboxwd {
	width: 100%;
	height:auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 120%;
	text-align:left;
	}
#com_wordboxwd2 {
	float: left;
	width:80%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	text-align: right;
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	

#com_word {
	width: 98%;
	float: left;
	font-size: 120%;
	margin-left:1%;
	margin-right:auto;
	margin-bottom: 10px;
	}
#com_word2 {
	float: left;
	width: 90%;
	height: auto;
	display: block;
	line-height: 2em;
	margin-top: 5px;
	margin-bottom: 50px;
	padding-right: px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	font-size: 120%;
	text-align: right;
	}
	
.box_n {
	width: 100%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
}

.box_n2 {
	width: 100%;
	float:left;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 50px;
}

#box_top_tbox{
	width:98%;
	height: 40px;
	float:left;}


.icatch_n{
	width:97%;
	float:left;
	height: auto;
	text-align: center;
	margin-left: 2%;
	margin-bottom: 2%;
	margin-right:auto;
	font-size:120%;
}


/*トップ画像
---------------------------------------------------------------------------*/

#mainimg_top {
	display: block;
	float:left;
	width: 100%;
	min-width:100%;
	height:40%;
	min-height:60vh;
	background-color: none;
	margin-top: 44px;
	margin-bottom: 10px;
}

#mainimg_top_rec {

	height: 20px;
	display: block;
	margin-bottom: 180px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

	
}

#mainimg_top_rec ul.bxslider li img {
	height: 50px
}




#mainimg {
	display: block;
	float:left;
	width: 100%;
	min-width:100%;
	height: auto;
	background-color: none;
	margin-top: 44px;
	margin-bottom: 0px;
}

#mainimg_rec {
	width: 100%;
	height: 120px;
	display: block;
	margin-bottom: 0px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	position: relative;

	
}

.mainimg_top_txt {
	width: auto;
	font-size: 140%;
	font-weight: 800;
	color:#FFFFFF;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.03em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);

	}
	
.mainimg_txt {
	width:auto;
	font-size: 145%;
	font-weight: 700;
	color:#FFFFFF;
	font-family: "Sawarabi Mincho";
	letter-spacing: 0.03em;
	position: absolute;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);

	}


#pageimg {
	display: block;
	float:left;
	width: 100%;
	min-width:100%;
	height: auto;
	background-color: none;
	margin-top: 195px;
	margin-bottom: 10px;
}


#mainimg .slide_file {
	display: ;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

.top_img {
	width:100%;
	height:auto;
	}

.page_img {
	width:100%;
	height:auto;
	}
	
.bxslider{
	width: 100%;
	height:auto;
	}
	
.bxslider ul li img{
	width: 100%;
	margin-left:0;
	margin-right:0;
}


	
/*採用情報 テーブル*/
table.ta_rec1 {
	width: 100%;
	margin-bottom: 50px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	float: left;
	font-size: 120%;
}
.ta_rec1, .ta_rec1 td, .ta_rec1 th{
	border-bottom: 1px solid #CCC;
	line-height: 2;
}

.ta_rec1 td{
	padding: 5px;
	text-align: left;
}

table.ta_rec1 th{
	padding: 5px;
	width: 23%;
	text-align: left;
	line-height: 1.2em;
}

.ta_rec1 tr.under{
	border-bottom: 2px solid #ccc;
}

	
/*お知らせ
---------------------------------------------------------------------------*/

.news {
	width: 95.8%;
	height: 100px;
	font-size: 90%;
	background-repeat: no-repeat;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
	margin: 0px;
	line-height: 1.8em;
	overflow-y: scroll;
	padding-left: 15px;
	margin-bottom:20px;
    }

.news_frame {
	width:100%;
	height: 200px;
	max-height:100px;
	border: 0px solid #CCC;
	background-color: none;
    }


.news_list {
      width:99%;
      height:500px;
	  font-size: 80%;
	  background-repeat:  no-repeat;
      -webkit-overflow-scrolling:touch;
      display: inline-block;
      margin: 0px;
	  line-height: 1.5em;
	  overflow-y: scroll;
    }
	
.new p{
	float: right;
	width: 20%;
	font-size: 80%;
	color: #fff;
	padding: 3px;
	margin-top: 5px;
	margin-bottom: 10px;
	text-align: center;
	background-color: #000022;
	}
	
	
#detailWrap {
	padding:2px;
	margin:0px;
	color:#666;
	font-size:100%;
	line-height:140%;
}
/*テーブル１
---------------------------------------------------------------------------*/

.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	line-height: 2;
}

.ta1 td{
	width: 99%;
	padding: 1px;
	display:block;
	text-align:left;
}

.ta1 th{
	width: 99%;
	padding: 1px;
	display:block;
	text-align:left;
}

.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #bebebe;
}

.ta1 caption{
	padding: 5px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
	text-align: left;
	background-color: #e9ddae;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);
	background-image: linear-gradient(#efe6c5, #e9ddae);
	font-weight: bold;
}


.ta_com_2 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;
	line-height: 2;
}

.ta_com_2 td{
	width: 99%;
	padding: 1px;
	display:block;
	text-align:left;
}

.ta_com_2 th{
	width: 99%;
	padding: 1px;
	display:block;
	text-align:left;
}





/*採用情報 テーブル*/
table.ta_rec {
	width: 100%;
	margin-bottom: 30px;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:500;
	float: left;
	font-size: 120%;
}
.ta_rec, .ta_rec td, .ta_rec th{
	width: 48%;
	border-bottom: 1px solid #CCC;
	line-height: 2;
}

.ta_rec td{
	padding: 5px;
		text-align: left;
}

table.ta_rec th{
	padding: 5px;
	text-align: left;
	line-height: 1.2em;
}

.ta_rec tr.under{
	border-bottom: 2px solid #ccc;
}





/*テーブル2
---------------------------------------------------------------------------*/

.top_tb {
	width: 100%;
	margin-top: 0px;
}
.top_tb, .top_tb td, .top_tb th{
	border: 1px solid #CCC;
	line-height: 1.7;
	font-size: 12px;
}

.top_tb {
	width: 100%;
}

.top_tb td{
	width: auto;
	padding: 2px;
}

.top_tb th{
	width: 20%;
	padding: 2px;
}

/*利用料金・各問合せ
---------------------------------------------------------------------------*/
table.ta_pr {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:300;
	font-size: 90%;
}
table.ta_pr, table.ta_pr td, table.ta_pr th{
	border: 1px solid #CCC;
	line-height: 1.5;
}



table.ta_pr td{

	padding: 2px;
	font-size: 95%;
}

table.ta_pr th{
	width: 10px;
	padding: px;
	text-align: center;
	background-color: #f1f1f1;	
	line-height:1.2em;
}

table.ta_pr th.tb_prnomber{
	width: 2%;
	text-align: center;
	font-size: 90%;
	}

table.ta_pr th.tb_prname{
	width: 40%;
	text-align: center;
	font-size: 90%;
	}
	
table.ta_pr th.tb_prichiji{
	width: ;
	text-align: center;
	font-size: 90%;
	}


.doc_box_bx{
	float: left;
	width: 100%;
	margin-bottom: 5%;
	text-decoration:none;
	}

div.doc_box_bx ul li:hover{
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";	
	}

.doc_box {
	width: 23.5%;
	height:35px;
	display: inline-block;
	float: left;
	margin-top: 1.5%;
	margin-left: auto;
	margin-right: 2px;
	margin-bottom: 1%;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 5px;
	line-height: 1.3;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	font-size: 120%;
	text-align: center;
	color:#fff;
	border: 1px #111 solid;
	background-color: #000022;
	}
	
.doc_box a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
.doc_box:hover a{
	color: #FFFF66;
	text-decoration: none;
	}
	
.doc_box_w {
	width: 98.5%;
	display: inline-block;
	float: left;
	margin-top: 1.5%;
	margin-left: 1%;
	margin-bottom: 2%;
	padding: 0px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 1.3;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 300;
	font-size: 120%;
	text-align: center;
	color:#fff;
	border: 1px #111 solid;
	background-color: #000022;
	text-decoration:none;
	}

	
.doc_box_w a{
	color:#FFFFFF;
	text-decoration:none;
	}
	
.doc_box_w:hover a{
	color: #FFFF66;
	text-decoration: none;
	}
	

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

.bt_calen1 {
	width: 100%;
	float: left;
	height: auto;
	font-size: 130%;
	font-weight: 500;
	text-align: center;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0x;
	padding: 10px;
	}
	
.bt_calen1 a, .bt_calen2 a{
	text-decoration: none;
	color: #fff;
	}


	
.bt_calen1 {
	background-color: #009A50;
	}

.bt_calen2 {
	background-color: #0068B7;
	}
	
/*
---------------------------------------------------------------------------*/
table.ta_pr {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 1;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight:300;
	font-size: 90%;
}
table.ta_pr, table.ta_pr td, table.ta_pr th{
	border: 1px solid #CCC;
	line-height: 1.5;
}



table.ta_pr td{

	padding: 2px;
	font-size: 95%;
}

table.ta_pr th{
	width: 10px;
	padding: px;
	text-align: center;
	background-color: #f1f1f1;	
	line-height:1.2em;
}

table.ta_pr th.tb_prnomber{
	width: 2%;
	text-align: center;
	font-size: 90%;
	}

table.ta_pr th.tb_prname{
	width: 40%;
	text-align: center;
	font-size: 90%;
	}
	
table.ta_pr th.tb_prichiji{
	width: ;
	text-align: center;
	font-size: 90%;
	}
	
#text_mini{
	font-size: 80%;
	}

/*その他
---------------------------------------------------------------------------*/

.h_end {
	display: none;
	}

.con_b90 {
	float: left;
	width: 100%;
	height: auto;
	}

/*レスポンシブ
---------------------------------------------------------------------------*/

#smart{
	display: block;
	}

#hp {
	display: none;
}

.img_s {
	width: 90%;
	height:auto;
	text-align: center;
    } 

.img_foot {
	width: 50%;
	height:auto;
	text-align: center;
    } 


.img_s2 {
	width: 40%;
    }
	
.auto {
	width: auto;
	}

.img_100map {
	width: 49%;
	height: auto;
	float: left;
	text-align: center;
	margin-top: 0px;
    } 


.img_50map {
	width: 50.5%;
	height: 85%;
	float: right;
	text-align: center;
    }

.img_100 {
	width: 100%;
	height: auto;
	margin-top: 10px;
    } 


.box_50l {
	width: 100%;
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	font-size:90%;
    }
	
.box_50r{
	float:right;
	width: 100%;
	font-size:100%;
    }



#bottan {
	display: block;	
	text-align: center;	
	width: 90%;
	font-size: 110%;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	background-color: #1e234c;	/*背景色（古いブラウザだとここの色のみが出ます）*/
	-webkit-box-shadow: 1px 2px 5px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
	box-shadow: 1px 2px 5px #999;			/*同上*/
	border-top: 0px solid #1e234c;		/*上の線の幅、線種、色*/
	border-right: 0px solid #1e234c;	/*右の線の幅、線種、色*/
	border-bottom: 0px solid #1e234c;	/*下の線の幅、線種、色*/
	border-left: 0px solid #1e234c;	/*左の線の幅、線種、色*/
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	float: left;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: 10px;

}
.bottan_t {
	color: #FFF;
	line-height: 2em;
	}
/*
#side{
	display: none;
	}

#side2{
	display: none;
	}
*/
	
/*サイド
---------------------------------------------------------------------------*/

#side, #side2 {
	float: left;
	width: 100%;
	margin-left: 0px;
	margin-bottom: auto;
}

#side h2,#side2 h2 {
	width: 99%;
	font-size: 120%;
	font-weight: 500;
	line-height: 1.2em;
	letter-spacing: 0.2em;
	color: #fff;
	clear: both;
	font-family: 'Noto Sans Japanese', sans-serif;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-bottom: 10px;
	margin-top: 15px;
	background-color: #000022;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #00B1EC;
	border-bottom-width: 0px;
	border-bottom-style: solid;
	border-bottom-color: #009A50;
}




/*side
---------------------------------------------------------------------------*/
#side ul {
	width: 100%;
	height:auto;
	float: left;
	font-size: 120%;
	color: #111;
	line-height:2em;
}

#side ul li{
	width: 100%;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: block;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left: 3px;
	border-bottom: 1px solid #CCC;
	}
	
#side ul li.bn_top{
	width: 100%;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: block;
    margin-top: -5px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left: 3px;
	border-bottom: 1px solid #CCC;
	}

#side ul li a{
	text-decoration: none;
	display: block;
	margin-left: 5px;
	color: #111;

}

#side ul li a:hover {
	color: #CC3333;
	text-decoration: none;
}	


#side2 ul {
	height:auto;
	float: left;
	font-size: 130%;
	color: #111;
	line-height:1.8em;
	margin-top:5px;
	margin-bottom:15px;
}

#side2 ul li{
	width: 49%;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: block;
    margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left: 3px;
	border-bottom: 1px solid #CCC;
	}
	
#side2 ul li.bn_top{
	width: 100%;
	padding: 0px;
	list-style-type: none;
	float: left;
	display: block;
    margin-top: -5px;
	margin-right: 0px;
	margin-bottom:0px;
	margin-left: 3px;
	border-bottom: 1px solid #CCC;
	}

#side2 ul li a{
	text-decoration: none;
	display: block;
	margin-left: 5px;
	color: #111;

}

#side2 ul li a:hover {
	color: #CC3333;
	text-decoration: none;
}

#privacy_wrap {
	width: 95%;
	height: 150px;
	margin-top: 10px;
	-webkit-overflow-scrolling: touch;
	display: inline-block;
	padding-bottom: 0px;
	padding-left:0px;
	margin-left: 2%;
	margin-right: auto;
	overflow: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}



/*
---------------------------------------------------------------------------*/
textarea {
	border-radius: 0;
	width: 100%;
	}


input {
	border-radius: 0;
	}
	

input[type="submit"],
input[type="button"] {
	width: 50%;
	font-size: 140%;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-weight: 400;
	text-align: center;
	float: left;
	background-color: #0068B7;
	border: 0px;
	-webkit-appearance: none;
	border-radius: 0;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-bottom: 35px;
	margin-left: 25%;
	margin-right: auto;
	margin-top: 25px;
	color: #FFFFFF;
}


input[type="submit"]:hover,
input[type="button"]:hover {
  opacity: none;
}



.wl {
	width: 95%;
}
.ws {
	width: 95%;
}

.sss{
	margin-top: 10px;
	width: 50%;
	}

/*改行*/
.br-sp { display:block; }

.text_bigl{
	float:left;
	font-size: 130%;
	line-height: 1.6em;
	}
	
	
.text_tel{
	font-size: 200%;
	line-height: 1.0em;
	font-weight: 500;
	}
.text_mail{
	font-size: 180%;
	line-height: 1.0em;
	font-weight: 500;
	}
.mail_link{
	text-decoration: none;
	}