@charset "utf-8";
/* CSS Document */

/****************************************
		1. 基本設定 
*****************************************/

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Reset　ブラウザー固有のスタイルをリセットします↓　*/
body,div,dl,dt,dd,
ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
input,textarea,p,blockquote,th,td {
	margin:0;
	padding:0;
}
/*table {
	border-collapse:collapse;
	border-spacing:0;
}*/
img {
	border:0;
}
ul,ol,li {
	list-style:none;
}

/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.3.0
build: 3167
　↓YUI3 CSS Fonts　フォントサイズを相対指定する↓　*/
body{
	font:13px/1.231 "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
    *font-size:small;/* IE用 */
    *font:x-small;/* IE 互換モード用 */
	line-height:130%;
	
	}

/* YUI3 CSS Fonts フォントサイズ対応表
10px:77%     11px:85%     12px:93% 
13px:100%    14px:108%    15px:116%
16px:123.1%  17px:131%    18px:138.5%
19px:146.5%  20px:153.9%  21px:161.6%
22px:167%    23px:174%    24px:182%
25px:189%    26px:197%
*/

/*　↓リンクに対する共通設定↓　*/
a {
	text-decoration:none;
	
}

a:link{
	color:#0099FF;
}

a:visited{
	color:#0099FF;
}

a:hover{
	color:#ff0000;
}

a:hover img{
    filter:alpha(opacity=77); 
    -moz-opacity: 0.7; 
    opacity: 0.7;
}

body{
	background: #ffffff;
	color:#666666;
	background:url(../images/bg.png);
}

nav ul li a:link{
	color:#990000;
}

nav ul li a:visited{
	color:#990000;
}

nav ul li a:hover{
	color:#999999;
	
}

.access td{
	width:70%;
	padding-left:10px;
}

.access th{
	background:#FFCC99;
	height:50px;
	line-height:20px;
	width:30%;
}

.menu_c{
	font-size:85%;
	font-weight:bold;
	font-style:italic;
}

h3{
	clear:both;
	height:20px;
	line-height:20px;
	font-size:93%;
	margin-bottom:5px;
	margin-top:10px;
	margin-left:10px;
	font-weight:lighter;
	text-indent:5px;
	border-bottom:#4169e1 1px solid;
	border-left:#4169e1 10px solid;
	width:90%;
}

.h3_c{
	font-size:85%;
	font-style:italic;
	width:90%;
	margin-left:5%;
}

.date{
	font-weight:bold;
	
}

/*共通ここまで*/


@media (min-width: 481px) {

#head{
	margin: 0 auto;
	width: 1060px;
	height:50px;
	/*background: #08CCCC;*/
	position: relative;
	background:url(../images/head.jpg) no-repeat;
}
/*head*/

h1{
	position: absolute;
	top: 1px;
	left:10px;
	font-size: 88%;
	font-weight: lighter;
}

#head_out{
	width:100%;
	height:50px;
	background:#ffffff;
}

.contact{
	position: absolute;
	top: 3px;
	right: 2px;
	width: 310px;
	font-size:108%;
	line-height:140%;
	padding:5px;
	font-size: 93%;
}

nav{
	
	width:100%;
	height:50px;
}

nav ul{
	margin:0 auto;
	width:1060px;
	height:40px;
	
}

nav ul li{
	float: left;
	font-size: 108%;
	width:265px;
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	background:url(../images/nav_bg.jpg) no-repeat;
	
}

nav ul li a{
	width:265px;
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
}





#main_img_out{
	height:400px;
	/*background:#999999;*/
}

#main_img{
	margin:0 auto;
	width:1060px;
	height:400px;
	
}

#contents{
	width:1060px;
	margin:12px auto 0;
}


#side_area{
	width:300px;
	float:left;
	background:#ffffff;
	padding-bottom:5px;
	margin-bottom:20px;
}

#side_area h2{
	background:url(../images/menu_bg.jpg) no-repeat;
	width:298px;
	height:31px;
	line-height:30px;
	font-weight:lighter;
	font-size:108%;
	margin-bottom:5px;
	color:#333333;
	text-indent:20px;
}

.info_p{
	margin-left:20px;
	marign-right:20px;
	width:260px;
}




#main_contents{
	width:730px;
	padding-bottom:10px;
	padding-top:10px;
	/*height:1200px;*/
	float:left;
	margin-right:30px;
	margin-bottom:10px;
	font-size:108%;
	line-height:150%;
	background:#ffffff;
}

#main_contents h2{
	background:url(../images/h2_bg.png) no-repeat;
	width:730px;
	height:50px;
	line-height:50px;
	/*font-weight:lighter;*/
	font-size:131%;
	margin-bottom:5px;
	margin-left:5px;
	color:#ffffff;
	font-weight:lighter;
	text-indent:20px;
}


.top_img{
	margin:0 10px 10px 20px;
	float:left;
	width:250px;
}

.top_p{
	width:700px;
}


.section{
	clear:both;
	padding-bottom:50px;
	margin-bottom:70px;
}







#bottom{
	height:40px;
	line-height:40px;
	width:100%;
	min-width:1060px;
	margin:0 auto;
	color:#ffffff;
	text-align:center;
	text-indent:1px;
	clear:both;
	background:#886F5E;
}





.privacy_c{
	margin-bottom:30px;
	margin-top:30px;
	font-size:116%;
	line-height:130%;

}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
  width: 100% !important;
  
  
}

.access{
	width:700px;
	margin-left:20px;
	margin-bottom:20px;
}

.rec{
	float:left;
	margin-left:30px;

}

.link_box{
	width:600px;
	margin-left:50px;
	padding-bottom:150px;

}

.link{
	margin-top:15px;
}


/*pc menu*/


.menu_box{
	float:left;
	width:300px;
	margin-left:40px;
	height:330px;

}

.menu_box2{
	float:left;
	width:640px;
	margin-left:40px;
	height:330px;

}

.map{
	width:700px;
	margin:0 auto;
	padding-bottom:40px;
}

.tel{
	display:none;
}

  }
  
/*↑PC　スマホ↓*/  
  
  
  
  @media screen and (max-width: 480px) {
h1{
	
	top: 1px;
	left:10px;
	font-size: 88%;
	font-weight: lighter;
}

#head_out{
	background:#ffffff;
}

.contact{
	display:none;
}


nav{
	
	width:100%;
	height:40px;
}

nav ul{
	width:100%;
	height:40px;
	
}

nav ul li{
	float: left;
	font-size: 108%;
	width:25%;
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
	background:url(../images/nav_bg.jpg) no-repeat;
	
}

nav ul li a{
	width:100%;
	display:block;
	height:40px;
	line-height:40px;
	text-align:center;
}

#main_img img{
	width:100%;
	
}

#main_contents{
	width:100%;
	background:#ffffff;
	margin-bottom:5px;
	
}

#main_contents h2{
	background:url(../images/h2_bg.png) no-repeat;
	background-size:contain;
	width:100%;
	font-size: 100%;
	height:30px;
	line-height:25px;
	margin-bottom:2px;
	/*margin-left:5px;*/
	color:#ffffff;
	font-weight:lighter;
	text-indent:5px;
}

#side_area{
	width:100%;
	background:#ffffff;
	padding-bottom:20px;
	
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style]{
  width: 100% !important;
  
  
}

.fb-page{
  width: 100% ;
  margin:0 auto;
  text-align:center;
}


.info_img, .top_img, .menu_img{
	width:70%;
	margin:0 15%;
}

.top_p{
	width:90%;
	margin:0 auto;
}

.info_p{
	text-align:center;
}


.section{
	padding-bottom:10px;
}

#bottom{
	height:40px;
	line-height:40px;
	width:100%;
	margin:0 auto;
	color:#ffffff;
	text-align:center;
	text-indent:1px;
	clear:both;
	background:#886F5E;
}

.menu_box{
	text-align:center;
	width:100%;
}

.menu_box2{
	text-align:center;
	width:100%;
}

.map{
	width:90%;
	margin:0 5%;
	padding-bottom:10px;
}

.access{
	width:90%;
	margin-left:5%;
	margin-bottom:5px;
}

.flag_p{
	text-align:center;
}


.rec{
	width:300px;
	margin:10px auto;

}

.link_box{
	width:90%;
	margin:5px 5%;
}

.link{
	width:100%;
	margin-top:5px;
}


}

