@charset "UTF-8";
/* CSS Document */
body, div {
  margin: 0;
  padding: 0;
  font-size:14px;
	font-family:"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic";
}


#header, #navi, #main, .contents-tanp, .contents{
  clear: both;
}

a:link{
	color: #000;
  text-decoration: none;
}

a:visited{
	color: #000;
	text-decoration: none;
}

#wrapper{
	width:950px;
	margin:0 auto;
	padding:0, 50, 0, 50,;
	overflow:hidden;
	background-color: #fff;
}

#header{
	background-color:#fff;
	width:950px;
	height:50px;
    top:0;  
    left:0; 
	z-index: 999;
}

#headlogo{
	float:left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 150px;
}

#category{
	font-family: "Muli";
	list-style-type:none;
	width:950px;
}

#category li{
	position:relative;
	float:left;
	text-align:center;
	margin-top: 25px;
	margin-left: 90px;

}

.banner{
	margin-top: 0px;
	margin-bottom: 0px;
}

.contents{
	width:950px;
	overflow:hidden;
	border-bottom: solid 2px #e0e0e0;
	padding-bottom: 50px;
	margin-bottom: 30px;
}

.contents .title{
	font-family: "Muli";
	font-size: 45px;
	margin-bottom: 10px;
}

.contents .l-area{
	float: left;
	width: 520px;	
}

.menubox{
	font-family: "Muli";
	float: left;
	border: solid 1px #009C8D;
	width: 235px;
	height: 85px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 25px;
	line-height: 0%;
}

.menubox-1{
	font-family: "Muli";
	float: left;
	border: solid 1px #009C8D;
	width: 235px;
	height: 85px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 25px;
	line-height: 0%;
}

.menubox-2{
	font-family: "Muli";
	float: left;
	border: solid 1px #009C8D;
	width: 235px;
	height: 85px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 25px;
	line-height: 0%;
}

.menubox-3{
	font-family: "Muli";
	float: left;
	border: solid 1px #009C8D;
	width: 235px;
	height: 85px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 25px;
	line-height: 0%;
}

.menubox-4{
	font-family: "Muli";
	float: left;
	border: solid 1px #009C8D;
	width: 235px;
	height: 85px;
	margin-right: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	font-size: 25px;
	line-height: 0%;
}


.menubox-1 a{
	color: #CA6855;
	display:block;
    width: 100%;
    height: 100%;
}
.menubox-2 a{
	color: #7590B8;
	display:block;
    width: 100%;
    height: 100%;
}
.menubox-3 a{
	color: #985E79;
	display:block;
    width: 100%;
    height: 100%;
}
.menubox-4 a{
	color: #7BB6D3;
	display:block;
    width: 100%;
    height: 100%;
}

.menubox-1 a:visited{
	color: #CA6855;
	text-decoration: none;
}
.menubox-2 a:visited{
	color: #7590B8;
	text-decoration: none;
}
.menubox-3 a:visited{
	color: #985E79;
	text-decoration: none;
}
.menubox-4 a:visited{
	color: #7BB6D3;
	text-decoration: none;
}

.menubox-1:hover {
	background-color: #e0ffff;
}
.menubox-2:hover {
	background-color: #e0ffff;
}
.menubox-3:hover {
	background-color: #e0ffff;
}
.menubox-4:hover {
	background-color: #e0ffff;
}


.contents .r-area{
	float:right;
	width: 360px;
}

.newsmidashi{
	font-family: "Muli";
	font-size: 20px;
	font-weight: 900;
	color: #009c8d;
	margin-top: 10px;
}

.news{
	font-size: 11px;
	width: 360px;
	height: 100px;
	overflow: scroll;
}

.news p{
	border-bottom: solid 1px #A8A8A8;

}


.karyoku{
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	display: flex;
	justify-content: center;
	align-items: center;
	border: solid 3px #009c8d;
	color: #E95513;
	height: 80px;
	text-align: center;
	font-size: 25px;
	line-height: 120%;
	margin-top: 25px;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	-ms-flex-pack: center; /*IE10*/
	-webkit-box-pack: center; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: center; /* Safari6.1以降 */
	-ms-flex-align: center; /*IE10*/
	-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: center; /* Safari6.1以降 */
	
}

.karyoku a{
	display:block;
    width: 100%;
    height: 100%;
}

.karyoku:hover {
	background-color: #fffcdb;
	
} 

.map{
	float:right;
	margin-top: 20px;
}

table{
	margin-left: 0px;
}
tr td{
	padding:5px;
}

.tel{
	font-family: "Muli";
	font-size: 30px;
	font-weight: 900;
}

#mail{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #009c8d;
	text-align: center;
	color: #fff;
	height: 40px;
	width: 300px;
	font-size: 16px;
	margin-top: 10px;	
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
	-mos-box-pack: center; /* FireFox2~21 */
	-ms-flex-pack: center; /*IE10*/
	-webkit-box-pack: center; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-justify-content: center; /* Safari6.1以降 */
	-ms-flex-align: center; /*IE10*/
	-webkit-box-align: center; /* Android4.3以下、Safari3.1〜6.0 */
	-webkit-align-items: center; /* Safari6.1以降 */
}

#mail a{
	color: #fff;
}

#mail:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}

/* servis */

#pagetitle{
	font-family: "Muli";
	text-align: left;
	font-size: 45px;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 20px;
	border-top: solid 2px #e0e0e0;
}

.contentstitle-0{
	font-family: "Muli";
	background-color: #009c8d;
	height:46px;
	color: #fff;
	font-size: 30px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.contentstitle-1{
	font-family: "Muli";
	border: solid 2px #c0c0c0;
	height:46px;
	color: #CA6855;
	font-size: 30px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.contentstitle-2{
	font-family: "Muli";
	border: solid 2px #c0c0c0;
	height:46px;
	color: #7590B8;
	font-size: 30px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.contentstitle-3{
	font-family: "Muli";
	border: solid 2px #c0c0c0;
	height:46px;
	color: #985E79;
	font-size: 30px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.contentstitle-4{
	font-family: "Muli";
	border: solid 2px #c0c0c0;
	height:46px;
	color: #7BB6D3;
	font-size: 30px;
	padding-left: 10px;
	margin-bottom: 20px;
}

.l-area-s{
	float: left;
	width: 560px;	
	text-align: justify;
	text-justify: inter-ideograph;
}

.l-area-s p{
	margin-top: 0px;
	margin-bottom: 10px;
}

.komidasi{
	background-color: #ff8c00;
	color: #fff;
	height: 20px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.komidasi-1{
	background-color: #CA6855;
	color: #fff;
	height: 20px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.komidasi-2{
	background-color: #985E79;
	color: #fff;
	height: 20px;
	padding-left: 5px;
	margin-top: 20px;
	margin-bottom: 5px;
}


.txtmini{
	font-size: 11px;
}

.r-area-s{
	float:right;
}

.table-1 tr td:nth-of-type(1){
	background-color: #7590B8;
	color: #fff;
	text-align: center;
	font-weight: bold;	
}

.table-2 tr td:nth-of-type(1){
	background-color: #7BB6D3;
	color: #fff;
	text-align: center;
	font-weight: bold;	
}

.l-area-s tr td:nth-of-type(2){
	background-color: #fff8dc;
	font-size: 12px;
}


/* tanp */

#pagetitle-tanp{
	font-family:"ヒラギノ明朝 ProN W3","HiraMinProN-W3","HG明朝E","ＭＳ Ｐ明朝","MS PMincho","MS 明朝",serif;
	text-align: left;
	font-size: 45px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: solid 2px #e0e0e0;
	border-bottom: solid 10px #009C8D;
}

.contents-tanp{
	width:950px;
	overflow:hidden;
	padding-bottom: 50px;
	margin-bottom: 10px;
	text-align: justify;
	text-justify: inter-ideograph;
}

.contents-tanp p{
	margin: 0;

}

.tanpimg{
	float: left;
	margin-right: 20px;
}

.tanp-pdf{
	width: 60px;
	height: 30px;
	background-color: #F9C270;
	font-size: 16px;
	color:#009C8D;
	font-weight: bold;
	padding: 8px;
	vertical-align: 4px;
}

.tanp-pdf a:link{
	color:#009C8D;
}

.tanp-pdf a:visited{
	color:#009C8D;
}

.tanptxt-a{
	font-size: 18px;
	font-weight: bold;
}

.tanptxt-b{
	font-size: 14px;
	line-height: 200%;
}

.tanptxt-c{
	font-size: 16px;
	font-weight: bold;
}

.contents-tanp table{
	table-layout: fixed;
}

.contents-tanp tr th{
	background-color: #deb887;
	text-align: center;
	font-weight: bold;
	height: 30px;
}

.contents-tanp tr td{
	background-color: #ffefd5;
	text-align: center;
	font-weight: bold;	
}
.table-sche tr td:nth-of-type(1){
	text-align: right;
	padding-right: 70px;
}

/*フォーム*/
#pagetitle-con{
	font-family: "Muli";
	text-align: left;
	font-size: 45px;
	margin-top: 30px;
	margin-bottom: 30px;
	padding-top: 20px;
	border-top: solid 2px #e0e0e0;
	border-bottom: solid 10px #009C8D;
}

form{
	width:950px;
	font-size:14px;
	background-color:#EEE;
	padding:10px 10px 16px 30px;
	margin-bottom:30px;
}

dt{
	margin-top:0.2em;
	width:9em;
	float:left;
}

dd{
	margin-left: 0px;
	margin-right: 60px;
	margin-bottom:1em;
	padding-bottom:1em;
	border-bottom:1px solid #aaa;
}

input, textarea{
	width:300px;
	height:20px;
	border:1px dotted #aaa;
}

textarea{
	width:680px;
	height:300px;
	font-size:14px;
	resize:vertical;
}

form p{
	margin: 0 auto;
	width:10em;
}

button{
	font-size: 15px;
	padding:0.3em 2em 0.3em 2em;
}

input:focus,textarea:focus{
	background:#FFC;
}



#footer{
	background-color: #009c8d;
	height:40px;
}
#footerlogo{
	float:left;
	margin-left: 10px;
	margin-top: 15px;
}
#copyright{
	float:right;
	color: #fff;
	font-size: 11px;
	margin-top: 20px;
	margin-right: 10px;
}




