/* CSS Document */

* {
	margin : 0 ;
	padding : 0 ; 
	font-size : 100% ;
}

body {
	font-size : 75% ;
	text-align : center ;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" ;
	line-height : 1.4 ;
	background-color: #fff ;
}

#container {
	position:relative ;
	width : 1000px ;
	height : auto ;
	margin : 0px auto auto ;
}

#header {
	position:absolute ;
	width : 1000px ;
	height : 350px ;
	margin-top: 0px ;
	background : url(images/top_bana.png) 0 0 no-repeat ;
}


#contents {
	position:absolute ;
	margin-top:350px ;
	width : 1000px ;
	height : 2125px ;
}


#comment {
	position:relative ;
	width : 1000px ;
	height :  250px ;
	margin-top: 0px;
}


#menu {
	position:relative ;
	width : 1000px;
	height : 1000px;
	margin-top: 0px;
	background-color: #eeeeef;
}


#info_top {
	position:relative ;
	width : 1000px;
	height : 65px;
	margin-top: 60px;
	background-color: #595757;
}

#info_text {
	position:relative ;
	width : 1000px;
	height : 250px;
	margin-top: 0px;
	background-color: #dedfdf;
}

#contents #map {
	position:relative ;
	width : 1000px ;
	height :  500px ;
	margin-top: 0px;
}

#contents #adress {
	position:absolute ;
	width : 1000px ;
	height :  200px ;
	margin-top: 775px;
}

#footer {
	position: absolute;
	width : 1000px;
	height : 100px;
	margin-top: 2475px;
	background-color: #eeeeef;
}


address {
	font-style : normal;
	font-family: "Noto Sans JP";
	font-size: 15px;
	font-weight: 400;
	color: #666;
	padding-top: 60px;
}


.t1 {
	font-family: "Noto Sans JP";
	font-size: 15px;
	font-weight: 300;
	color: #222;
	padding: 40px;
	height: 170px;
	width: 920px;
	line-height: 30px;
	text-align: center;
}

.t2 {
	font-family: "Noto Sans JP";
	font-size: 34px;
	font-weight: 500;
	color: #ffffff;
	padding-top: 7px;
}

.t3 {
	font-family: "Noto Sans JP";
	font-size: 25px;
	font-weight: 400;
	color: #000000;
	height: 30px;
	width: 1000px;
	padding-top: 20px;
}


.t3-s {
	font-family: "Noto Sans JP";
	font-size: 22px;
	font-weight: 200;
	color: #000000;
	padding-left: 20px;
}


.t4 {
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 200;
	color: #000000;
	display: table-cell;
	width: 380px;
	height: 150px;
	text-align: left;
	padding-top: 30px;
	padding-left: 50px;
	padding-right: 20px;
	padding-bottom: 20px;
	line-height: 35px;
}

.t4_sp {
	padding-left: 10px;
}

.t5 {
	font-family: "Noto Sans JP";
	font-size: 16px;
	font-weight: 200;
	color: #000000;
	display: table-cell;
	width: 510px;
	height: 150px;
	text-align: left;
	line-height: 35px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

#menu_box1 {
	position: relative;
	width : 1000px;
	height : 380px;
	margin-top: 0px;
}


#menu_box2 {
	position: relative;
	width : 1000px;
	height : 320px;
	margin-top: 0px;
}

#menu_box3 {
	position: relative;
	width : 1000px;
	height : 300px;
	margin-top: 0px;
}


.box_1 {
	display: table-cell;
	width: 460px;
	height: 300px;
	padding-top: 80px;
	padding-left: 30px;
}

.box_2{
	display: table-cell;
	width: 460px;
	height: 300px;
	padding-top: 80px;
	padding-left: 20px;
}

.box_3 {
	display: table-cell;
	width: 460px;
	height: 300px;
	padding-top: 20px;
	padding-left: 30px;
}

.box_4{
	display: table-cell;
	width: 460px;
	height: 300px;
	padding-top: 20px;
	padding-left: 20px;
}

.box_5{
	display: table-cell;
	width: 940px;
	height: 200px;
	padding-top: 20px;
	padding-left: 30px;
}




