﻿@charset "UTF-8";
/*----------------------------------------------------------------------------*/
/*default CSS*/
/*----------------------------------------------------------------------------*/
body {
	margin: 0 ;
	padding: 0 ;
	-webkit-text-size-adjust: 100%;
}
/*---アウトライン-------------------------------------------------------------*/
#outline{
	width:960px;
	text-align:left;
	margin: 0 auto;
}

img{
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}

/*---ヘッダー/透かし----------------------------------------------------------*/
#header{
	position:absolute;
	top:0px;
	height:160px;
	width:960px;
}
#headerbox{
	position:absolute;
	top: 0px;
	width: 960px;
	height: 160px;
	filter: alpha(opacity=80); 
	-moz-opacity:0.8;
	opacity:0.8;
	z-index:2;
}

#title{
	position:absolute;
	top: 10px;
	left: 10px;
	z-index:3;
}

/*---背景画像-----------------------------------------------------------------*/
#headerimg{
	position:absolute;
	top: 0px;
	box-shadow: 2px 4px 4px rgba(0,0,0,.5);
	z-index:1; 
}           
/*---問い合わせ---------------------------------------------------------------*/
#contact{
	position:absolute;
	top: 60px;
	left: 50%;
	margin-left:220px;
	z-index:3;
}

.f3{
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:12px;
	font-weight:bold;
	color:#EFFBF8;
	line-height: 120%;
	position:absolute;
	top: 10px;
	left: 50%;
	margin-left:220px;
	z-index:3;
}

.f4{
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:24px;
	font-weight:bold;
	color:#FFC000;
	line-height: 150%;
	position:absolute;
	top: 25px;
	left: 50%;
	margin-left:240px;
	z-index:3;
}

/*---ヘッダー/ボタン----------------------------------------------------------*/
.head_b,.head_b2{
	z-index:3;
}  

.head_b img,.head_b2 img{
	max-width:24%;
	width /***/:auto;
	height:auto;
}

/*---目次---------------------------------------------------------------------*/
#index{  
	float:left;
	width:290px; 
	padding:210px 10px 10px 0px;
	z-index: 1;
}    

.menu-text {
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	width: 220px;
	padding: 20px 0px;
	margin: 0px auto 0px 10px;
	border-bottom: 1px solid #666666;
	font-size: 16px;
}

#window{
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	overflow: auto;
	width: 200px;
	height: 150px;
	padding:0 10px;
	margin: 10px;
	border: 1px solid #666666;
	font-size: 12px;
}

/*---リスト-------------------------------------------------------------------*/
.list-title{
	box-shadow: 2px 4px 4px rgba(0,0,0,.5);
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	height:30px;
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	margin:10px 60px 0px 10px;
	padding: 0px 10px 0px 20px;
	background:#CEE3F6;
}

.list-menu {
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	list-style: none;
	overflow: hidden;
	width: 220px;
	padding: 10px 0px;
	margin: 0px auto 0px 10px;
	border-bottom: 1px solid #666666;
}

.list-menu li a {
	display: block;
	position: relative;
	height: 35px;
	margin: 0;
	padding: 2px 10px 0px 25px;
	font-size: 16px;
	line-height: 35px;
	text-decoration: none;
	color:#006633;
	background: url(../img/button/listmenu.png) no-repeat;
	background-size:220px 35px;
}

.list-menu li a:hover {
	background: #ccffff;
	font-weight: bold;
	color: #000099;
	background: url(../img/button/listmenu2.png) no-repeat 0/ 220px 35px;
}

.list-menu li ul {
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	list-style: none;
	overflow: hidden;
	width: 220px;
	padding: 0;
	margin: 0;
}

.list-menu li ul li a {
	display: block;
	position: relative;
	height: 35px;
	margin: 0;
	padding: 2px 10px 0px 35px;
	font-size: 16px;
	line-height: 35px;
	text-decoration: none;
	color:#006633;
	background: url(../img/button/listmenu3.png) no-repeat;
	background-size:220px 35px;
}

.list-menu li ul li a:hover {
	background: #ccffff;
	font-weight: bold;
	color: #000099;
	background: url(../img/button/listmenu4.png) no-repeat;
	background-size:220px 35px;
}


.list-top {
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	list-style: none;
	overflow: hidden;
	width: 220px;
	font-weight: bold;
	padding: 10px 0px 0px;
	margin: 0px auto 0px 10px;
}

.list-top li a {
	display: block;
	position: relative;
	height: 35px;
	margin: 0;
	padding: 2px 10px 0px 20px;
	font-size: 16px;
	line-height: 35px;
	text-decoration: none;
	color:#ffffff;
	background: url(../img/button/listtop.png) no-repeat;
	background-size:220px 35px;
}

.list-top li a:hover {
	background: #ccffff;
	color: #ffffff;
	background: url(../img/button/listtop2.png) no-repeat;
	background-size:220px 35px;
}


/*---本文---------------------------------------------------------------------*/   
#main{
	float:right;
	width:650px;
	padding: 210px 10px 10px 0px;
	font-size:16px;
	color: #222222;
	line-height: 150%;
}

.img{
	box-shadow: 2px 4px 4px rgba(0,0,0,0.4);
	z-index:1; 
}

.img2{
	bgcolor;red;
	box-shadow: 2px 4px 4px rgba(0,0,0,0.4);
	z-index:1; 
	float:right;
}

.link{
	padding: 0 30px 0 30px;
	font-size:16px;
	line-height: 200%;
	font-weight:bold;
	background: url(../img/ico/link.png) no-repeat;
}

.point{
	padding: 0 20px 0 100px;
	margin: 0px auto 0px 20px;
	font-size:16px;
	line-height: 150%;
	background: url(../img/ico/point.png) no-repeat;
}

table{
	border-collapse: collapse;
}

.toplist{
	font-size:1.2em;
	line-height: 200%;
	padding-top:30px;
	background:#f8f8ff url(../img/ico/toplist.png) no-repeat;
	box-shadow: 2px 4px 4px rgba(0,0,0,.5);
	z-index:1; 
}

.othertop{
	padding:10px;
	background:#f8f8ff;
	box-shadow: 2px 4px 4px rgba(0,0,0,.5);
	z-index:1; 
}

.table240{
	float:left;
	width:240px;
	padding-left:10px;
	margin-left:15px;
}

.table260{
	float:left;
	width:260px;
	padding-left:10px;
	margin-left:15px;
}

.table300{
	float:left;
	width:300px;
	padding-left:10px;
	margin-left:15px;
}

.table140{
	float:left;
	width:140px;
	padding-left:10px;
}

.table80{
	float:left;
	width:80px;
	padding-left:10px;
}

.toukyu{
	border:solid 1px;
	padding: 0.5em;
	width:60px;
}

.hiyou-1{
	border:solid 1px;
	padding: 0.5em;
	width:200px;
	background:#ccffff;
}

.hiyou-2{
	border:solid 1px;
	padding: 0.5em;
	width:140px;
	text-align:right;
}

.hiyou-3{
	border:solid 1px;
	padding: 0.5em;
	width:260px;
}

.ninaite{
	border:solid 1px;
	width:300px;
	vertical-align: top;
}

.clear{
	clear:both;
}

.center{
	text-align:center;
}

.note{
	margin: 10px auto;
	padding: 0px 10px;
	width:620px;
	font-size:14px;
	line-height: 1.2;
	border: 1px dashed;
}

.rinji{
	margin: 10px auto;
	padding: 0px 10px;
	width:620px;
	font-size:16px;
	font-weight:bold;
	color: red;
	line-height: 1.2;
	border: 1px dashed;
}	

.detail{
	margin:10px auto;
	width:500px;
	padding:10px;
	background-color:#EFFBF5;
	border:1px dashed #A9D0F5;
}

.subtitle{
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:18px;
	font-weight:bold;
	line-height: 1.5;
	width:260px;
	margin: 20px 0 15px 0;
	padding: 0 10px;
	border-bottom: 3px double #98fb98;
}

.left240{
	float:left;
	width:240px;
}

.left320{
	float:left;
	width:320px;
}

.left450{
	float:left;
	width:400px;
}

.yougo1{
	font-weight:bold;
	border-bottom: 1px solid;
	width:500px;
	margin: 10px 0 5px;
}
.yougo2{
	padding-left:20px;
}

.navibanner{
	width:180px
	height:50px;
	float:left;
	margin: 5px 5px 5px 20px;
}

.navitext{
	width:400px;
	height:50px;
	float:left;
	margin: 5px;
}


/*---フッター-----------------------------------------------------------------*/
#footer{
	position:relative;
	clear:both;
	width:960px;
	height:100px;
	background:#00008b;
	box-shadow: 2px 4px 4px rgba(0,0,0,.5);
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:12px;
	color:#ffffff;
}
#footer-right{
	position:absolute;
	top: 5px;
	left: 60%;
	text-align:center;
}

#footer-contact img{
	max-width:100%;
	width /***/:auto;
	height:auto;
}

#copyright{
	padding:10px;
	font-size:12px;
	text-align:center;
}

address{
	font-style:normal;
	padding:3px 20px;
}


/*---各フォント設定-----------------------------------------------------------*/
h1{
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:1.45em;
	max-height: 110%;
	line-height: 1.5;
	color:#0B2F3A;
	font-weight:bold;
	margin: 10px 0 15px 0;
	padding: 18px 0 18px 20px;
	background: url(../img/ico/h1back.png) no-repeat 0/100% 69px;
}

h2{                  
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:1.3em;
	max-height: 100%;
	line-height: 1.5;
	color:#222222;
	margin: 20px 0 15px 0;
	padding: 0 30px;
	background: url(../img/ico/h1.png) no-repeat;
	border-bottom: 2px solid #0B0B61;
}

h3{                  
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:1.2em;
	max-height: 100%;
	line-height: 1.5;
	color:#222222;
	margin: 20px 0 15px 5px;
	padding: 0 20px;
	background: url(../img/ico/h3.png) no-repeat;
	border-bottom: 1px solid #66ffff;
}

h4{                  
	font-family:"Meiryo","メイリオ","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	font-size:1.1em;
	max-height: 100%;
	line-height: 1.5;
	color:#222222;
	margin: 15px 0 10px 5px;
	padding: 0 15px;
}

.line{
	border-bottom:1px dashed #ff6600;
}
.line2{
	border-bottom:1px dashed #ff6600;
	font-weight:bold;
}

.line3{
	font-size:18px;
	line-height: 1.5;
	color:#ff0000;
	font-weight:bold;
	border-bottom:1px dashed #ff6600;
}

/*---リンク関係---------------------------------------------------------------*/
#main a:link{
	color:#0066ff;
	text-decoration:none;
}

#main a:visited{
	color:#0066ff;
	text-decoration:none;
}

#main a:hover{
	color:#999999;
	cursor:hand;
}
#main a:active{
	color:#0066ff;
	text-decoration:none;
}

#footer a:link{
	color:#ffffff;
	text-decoration:none;
}

#footer a:visited{
	color:#ffffff;
	text-decoration:none;
}

#footer a:hover{
	color:#ffffff;
	cursor:hand;
	text-decoration:underline;
}
#footer a:active{
	color:#ffffff;
	text-decoration:none;
}

.tel-link {
	color:#0066ff;
	font-size: 24px;
	font-weight: bold;
}

#window a:link, a:visited{
	color:#0066ff;
	text-decoration:none;
}
#window a:hover{
	color:#999999;
	cursor:hand;
}
#window a:active{
	color:#0066ff;
	text-decoration:none;
}


/*---メールフォーム-----------------------------------------------------------*/
#mail p{
	background:#ccffff;
}

/*---スマホ対応---------------------------------------------------------------*/
@media screen and ( min-width:481px ){
 .head_b{
	width: 480px;
	margin: 0 auto; 
	position :absolute;
	top: 110px;
 }

 .head_b2{
	width: 480px;
	margin: 0 auto; 
	position :absolute;
	top: 110px;
	left: 480px;
 }

 .menujump{
	display:none;
 }
}

@media screen and ( max-width:480px ){
 #outline{
	width:auto;
 }
 #header{
	position:static;
	height:220px;
	width:100%;
 }
 #headerbox{
	height:187px;
	width:100%;
 }

 #title{
	position:relative;
	width:100%;
	left:0;
	top:0;
 }

 #title img{
	max-width:80%;
	width /***/:auto;
	height:auto;
	margin-top:2px;
 }

 #headerimg{
	display:none;
 }

 .f3,.f4{
	display:none ;
 }
 .head_b{
	margin-top:10px;
	position :relative;
	width:100%;
	text-align:center;
 }

 .head_b2{
	position :relative;
	left:0;
	width:100%;
	text-align:center;
 }

 .head_b img,.head_b2 img{
	max-width:23%;
	width /***/:auto;
	height:auto;
 }

 .menujump{
	position:absolute;
	width:30%;
	top:20px;
	left:65%;
	margin:0 10px;
	z-index:3;
 }

 .menujump img{
	max-width:90%;
	width /***/:auto;
	height:auto;
 }

 #contact{
	position:absolute;
	width:100%;
	top:190px;
	left:0;
	margin-left:0;
	text-align:center;
 }

 #contact img{
	max-width:80%;
	width /***/:auto;
	height:auto;
 }

 #main{
	padding:10px;
	float:none;
	width:auto;
	font-size:16px;
 }

 .img{
	width:100%;
 }

 .img img{
	max-width:100%;
	width /***/:auto;
	height:auto;
 }

 .img2{
	width:80%;
	float:none;
 }

 .img2 img{
	max-width:100%;
	width /***/:auto;
	height:auto;
 }

.figure{
	width:100%;
 }

 .figure img{
	max-width:100%;
	width /***/:auto;
	height:auto;
 }

 h1{
	background-size:100% 100%;
	padding: 20px 10px;
 }

 h2{
	background-size:auto 100%;
 }

 .toplist{
	background-size:100% auto;
	line-height: 150%;
	padding-top:22px;
	padding-right:10px;
 }

 .detail{
	width:90%;
 }

 .note{
	width:90%;
 }

 .navitext{
	width:95%;
 }

.left240,.left320,.left450{
	float:none;
	width:100%;
}

 #index{  
	float:none;
	width:auto;
	padding:10px;
 }

 .menu-text {
	width: 95%;
 }

 #window{
	width: 90%;
 }

 .list-title{
	max-width:280px;
	padding: 0px 10px 0px 20px;
	margin:0 10px 0 0;
 }

 .list-menu {
	width: 100%;
	margin:0;
 }

 .list-menu li a {
	background-size:100% 35px;
	padding: 2px 10px 0px 40px;
 }

 .list-menu li a:hover {
	background-size:100% 35px;
 }

 .list-menu li ul {
	width: 100%;
 }

 .list-menu li ul li a{
	background-size:100% 35px;
	padding: 2px 10px 0px 55px;
 }

 .list-menu li ul li a:hover{
	background-size:100% 35px;
 }

 .list-top {
	width: 100%;
	margin:0;
 }

 .list-top li a {
	background-size:100% 35px;
 }

 .list-top li a:hover {
	background-size:100% 35px;
 }

 #footer{
	position:static;
	width:auto;
	height:auto;
 }

 #footer-right{
	position:static;
	padding: 10px;
 }
  
 .map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
 }
 
 .map iframe,
 .map object,
 .map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
 }

 .mf{
	width:100%;
 }

}

@media screen and ( max-width:380px ){
 #header{
	height:190px;
 }
 #headerbox{
	height:152px;
	width:100%;
 }
 #contact{
	top:155px;
 }

 .list-menu li a {
	padding: 2px 10px 0px 30px;
 }

 .list-menu li ul li a{
	padding: 2px 10px 0px 45px;
 }

}

@media screen and ( max-width:320px ){
 #header{
	height:170px;
 }
 #headerbox{
	height:130px;
	width:100%;
 }
 #contact{
	top:132px;
 }
 .list-menu li a {
	padding: 2px 10px 0px 25px;
 }

 .list-menu li ul li a{
	padding: 2px 10px 0px 40px;
 }

}
