@charset "UTF-8";
/* ----------------------------------------
common
---------------------------------------- */
html, body {
	height:100%;
}
body {
	color:#333333;
	text-align:center;
	font-family:font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
	line-height:165%;
}
a {
	color:#3d442d;
	outline:none;
}
a:link, a:visited {
	text-decoration:none;
}
a:hover, a:active {
	opacity:0.7;

}
.m0 {
	margin:0!important;
}
.mr0 {
	margin-right:0!important;
}
.text {
	margin-bottom:10px;
}
.text-c {
	text-align:center;
	margin-bottom:10px;
}
.mt20 {
	margin-top:20px!important;
}
.mb10 {
	margin-bottom:10px!important;
}
.mb20 {
	margin-bottom:20px!important;
}
.mb30 {
	margin-bottom:30px!important;
}
.mb40 {
	margin-bottom:40px!important;
}
.mb50 {
	margin-bottom:40px!important;
}

h2 {font-size:1.6em; margin:0 0 15px 0;}
h3 {font-size:1.3em;margin:20px 0 8px 0;}

/* ----------------------------------------
	head
---------------------------------------- */
#head {
	width:1100px;
	height:102px;
	margin:auto;
	text-align:left;
}
#head h1 {
	height:158px;
	width:180px;
	margin:0 auto;
	margin-top:20px;
	background:url(../images/common/rb_logo.png) no-repeat top;
}
#head h1 a {
	display:block;
	height:158px;
	width:180px;
	text-indent:-9999px;
}
#head-access {
	height:40px;
	width:45px;
	float:right;
	margin-top:10px;
	margin-right:50px;
}
#head-access a {
	height:40px;
	width:40px;
	display:block;
	text-indent:-9999px;
	background:url(../images/common/icon_access2.png) no-repeat left top;
	background-size:contain;
}
#head-access a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#head-info {
	height:40px;
	width:40px;
	float:right;
	margin-top:10px;
	margin-right:5px;
}
#head-info a {
	height:40px;
	width:40px;
	display:block;
	text-indent:-9999px;
	background:url(../images/common/icon_info2.png) no-repeat left top;
	background-size:contain;
}
#head-info a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}


/*ヘッダー言語切替ボタン設定ここから//------------------------------*/
#head-lang {
	height:40px;
	float:right;
	margin-top:10px;
	margin-right:13px;
	text-align:right;
}
#head-lang a {
	font-size:11px;
	line-height:40px;
	font-weight:bold;
	font-family:font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ","SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
}
#head-lang a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
/*//ヘッダー言語切替ボタン設定ここまで------------------------------*/


#navi {
	/*height:40px;*/
	clear:both;
	margin-top:100px;
	padding-bottom:0px;
}


.menu ul{
	margin:0 auto;
	width:1100px;
	padding-left:0px;
	padding-right:0px;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.menu ul li {
  list-style: none;
  margin:0;
  padding:0;
  font-size:13px;
  position: relative;
  width: 20%;/*親メニューの幅*/
  /*height: 40px;*//*親メニューの高さ*/
  line-height: 120%;
  text-align:center;
  
}
.menu ul li a {
  color:  #4b4b4c;
  display: block;
  text-decoration: none;
  padding: 13px 0;
}
.menu ul li:hover, .menu ul li a:hover {
  color: #999;/*ホバー時の親メニューの文字色*/
}
.menu ul li ul {
  position: absolute;
  top: 55px;/*親メニューの高さと同じにする*/
  width: 100%;
  z-index: 100;
}
.menu ul li ul.sub li {
  visibility: hidden;
  overflow: hidden;
  width: 100%;/*サブメニューの幅*/
}

.menu li ul.sub li a {
  display:block;
	 background: #eee;/*サブメニューの背景色*/
	text-decoration:none;
	color:#4b4b4c;
	text-indent:0;
	padding:15px 0!important;
	vertical-align:middle;
	width: 100%;/*サブメニューの幅*/
	line-height:135%;
	border-bottom:1px solid #ccc;
}

.menu li ul.sub li:last-child a {
border-bottom:none;
}



.menu ul li ul li:hover, .menu ul li ul li a:hover {
  background: #77776f!important;/*ホバー時のサブメニューの背景色*/
  color:#FFFFFF;
}
.menu ul li:hover ul li, .menu ul li a:hover ul li{
  visibility: visible;
  overflow: visible;
  /*height:40px;*//*サブメニューの高さ*/
  z-index: 10;
}



/* ----------------------------------------
	topimg
---------------------------------------- */
#topimg {
	height:550px;
	clear:both;
	overflow:hidden;
	position: relative;
	padding-top:0px;
}
/* ----------------------------------------
	目的別検索
---------------------------------------- */
#pagebody{
	width:1100px;
	margin:80px auto 0 auto;
	text-align:left;
	clear:both;
}
#contents-body{
	width:1150px;
	float:left;
}
#garden-contents-body{
	width:820px;
	float:left;
}

#contents-body-2nd{
	width:1100px;
	float:left;
}

/* ----------------------------------------
	新着情報
---------------------------------------- */
.layout02{
	margin-top:16px;
	padding-left:0px;
	padding-top:11px;
	padding-right:0px;
	padding-bottom:11px;
	width:1150px;
	overflow:hidden;
	margin-bottom:20px;
}
.layout02 .TopicsColumn{
	width:366px;
	float:left;
	padding-right:10px;
	margin-right:5px;
}
.layout02 h2{
	height:49px;
	text-indent:-9999px;
}
.layout02 h2.PickupTitle{
	background:url(../images/top/title-pickup.png) no-repeat left -3px;
}
.layout02 h2.NewsTitle{
	background:url(../images/top/title-news.png) no-repeat left -3px;
}
.layout02 h2.CafeRestaurantTitle{
	background:url(../images/top/title-cafe-restaurant.png) no-repeat left -3px;
}
.layout02 h2.GardenBlogTitle{
	background:url(../images/top/title-gardenblog.png) no-repeat left -3px;
}
.layout02 .Img{
	width:340px;
	height:226px;
	overflow:hidden;
	float:left;
	margin-bottom:5px;
}
.layout02 .Img img{
	width:340px;
}
.layout02 .Img a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFFFFF;
}
.layout02 .TopicsBody{
	width:340px;
}
.layout02 .Date{
	font-size:12px;
	margin-top:10px;
	padding-top:40px;
	margin-bottom:5px;
	color:#666666;

}
.layout02 .Date img{
	margin-right:10px;
	padding-bottom:5px;
}
.layout02 h3{
	font-size:14px;
	height:40px;
	margin-bottom:10px;
	font-weight:bold;
	line-height:1.4em;
}
.layout02 h3 a{
	color:#3d442d;
}
.layout02 .EntryBody{
	font-size:12px;
	margin-top:5px;
	margin-bottom:15px;
	color:#333333;
	line-height:1.3em;
}

/* ----------------------------------------
	新着情報（下層ページ）
---------------------------------------- */
.layout01{
	margin-top:16px;
	padding-left:15px;
	padding-top:11px;
	padding-right:0px;
	padding-bottom:11px;
	width:1100px;
	overflow:hidden;
	margin-bottom:20px;
}
.layout01 .TopicsColumn{
	width:366px;
	float:left;
	}
.layout01 h2{
	height:49px;
	text-indent:-9999px;
}
.layout01 h2.PickupTitle{
	background:url(../images/top/title-pickup.png) no-repeat left -3px;
}
.layout01 h2.NewsTitle{
	background:url(../images/top/title-news.png) no-repeat left -3px;
}
.layout01 h2.CafeRestaurantTitle{
	background:url(../images/top/title-cafe-restaurant.png) no-repeat left -3px;
}
.layout01 h2.GardenBlogTitle{
	background:url(../images/top/title-gardenblog.png) no-repeat left -3px;
}
.layout01 .Img{
	width:340px;
	height:200px;
	overflow:hidden;
	float:left;
	margin-bottom:5px;
}
.layout01 .Img img{
	width:340px;
}
.layout01 .Img a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFFFFF;
}
.layout01 .TopicsBody{
	width:340px;
	margin-top:205px;
}
.layout01 .Date{
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	color:#666666;

}
.layout01 .Date img{
	margin-right:10px;
	padding-bottom:5px;
}
.layout01 h3{
	font-size:14px;
	height:40px;
	margin-bottom:1px;
	font-weight:bold;
	line-height:1.4em;
}
.layout01 h3 a{
	color:#3d442d;
}
.layout01 .EntryBody{
	font-size:12px;
	margin-top:0px;
	margin-bottom:15px;
	color:#333333;
	line-height:1.3em;
}

/* ----------------------------------------
	\ニュースページ
---------------------------------------- */


.layout03{
	margin-top:16px;
	padding-left:15px;
	padding-top:11px;
	padding-right:0px;
	padding-bottom:11px;
	width:1100px;
	overflow:hidden;
	margin-bottom:20px;
}
.layout03 .TopicsColumn{
	width:650px;
	margin:0 auto 
	}
.layout03 .Img{
	width:600px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:5px;
}
.layout03 .Img img{
	width:600px;
}
.layout03 .Img a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFFFFF;
}
.layout03 .TopicsBody{
	width:600px;
	margin-left:30px;
}
.layout03 .Date{
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	color:#666666;

}
.layout03 h3{
	font-size:14px;
	height:40px;
	margin-bottom:1px;
	font-weight:bold;
	line-height:1.4em;
}
.layout03 h3 a{
	color:#3d442d;
}
.layout03 .EntryBody{
	font-size:12px;
	margin-top:0px;
	margin-bottom:15px;
	color:#333333;
	line-height:1.3em;
}

.layout04{
	margin-top:16px;
	padding-left:15px;
	padding-top:11px;
	padding-right:0px;
	padding-bottom:11px;
	width:1100px;
	overflow:hidden;
	margin-bottom:20px;
}
.layout04 .TopicsColumn{
	width:700px;
	margin:0 auto;
	clear:both; 
	}
.layout04 .Img{
	width:210px;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:5px;
	float:left;
}
.layout04 .Img img{
	width:200px;
}
.layout04 .Img a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFFFFF;
}
.layout04 .TopicsBody{
	width:700px;
}
.layout04 .Date{
	font-size:12px;
	margin-top:5px;
	margin-bottom:5px;
	color:#666666;
    padding-top:20px;


}
.layout04 h3{
	font-size:14px;
	height:40px;
	margin-bottom:1px;
	font-weight:bold;
	line-height:1.4em;
}
.layout04 h3 a{
	color:#3d442d;
}
.layout04 .EntryBody{
	font-size:12px;
	margin-top:0px;
	margin-bottom:15px;
	color:#333333;
	line-height:1.3em;
}







/* ----------------------------------------
	what's New
---------------------------------------- */
#news{
	width:1099px;
	height:40px;
	text-align:left;
	border-style: solid;
    border-width: 1px;
    border-color: #CCC;
	margin-top:30px;	
}
#news .title1{
	background:url(../images/common/foot-bg.jpg) no-repeat left -3px;
	width:140px;
	height:40px;
	color:#FFF;
	float:left;
	text-align:center;
	font-size:15px;
	letter-spacing:5px;
	line-height:40px;
}
#news .title2{
	background:url(../images/common/i.jpg) no-repeat left -3px;
	width:140px;
	height:40px;
	color:#FFF;
	float:left;
	text-align:center;
	font-size:10px;
	line-height:40px;
	display: none !important;
}

#news .data{
	font-size:13px;
	margin-bottom:5px;
	height:40px;
	line-height:40px;
	float:left;
	margin-left:20px;
}
#news .newscontents{
	font-size:13px;
	float:left;
	font-weight:normal;
	height:40px;
	line-height:40px;
	margin-left:20px;
}
#news .more{
	width:61px;
	height:16px;
	float:right;
}
#news .more a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFFFFF;
}
/* ----------------------------------------
	ガーデンブログ
---------------------------------------- */
#garden-blog{
	width:360px;
	padding-right:10px;
	border-right:1px solid #CCCCCC;
	float:left;
	height:245px;
	text-align:left;
	background:#FFFFFF;
	text-align:left;
}
#garden-blog h2{
	background:url(../images/top/title-gardenblog.png) no-repeat left -3px;
	height:49px;
	text-indent:-9999px;
}
#garden-blog .data{
	font-size:11px;
	margin-bottom:0;
	color:#999999;
}
#garden-blog h3{
	float:right;
	width:198px;
	margin-bottom:5px;
	font-weight:normal;
}
#garden-blog .Img{
	width:151px;
	height:100px;
	overflow:hidden;
	float:left;
	margin-right:10px;
}
#garden-blog .Img img{
	width:151px;
}
#garden-blog .EntryBody{
	font-size:13px;
	height:177px;
}
#garden-blog .Btn{
	width:61px;
	height:16px;
	float:right;
}
#garden-blog .Btn a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFFFFF;
}
.topics iframe{
	width:371px;
	height:245px;
	overflow:hidden;
	overflow-y:hidden;
}
/* ----------------------------------------
	カフェ・レストラン
---------------------------------------- */
#cafe-restaurant{
	width:333px;
	float:right;
	height:245px;
	text-align:left;
}
#cafe-restaurant h2{
	background:url(../images/top/title-cafe-restaurant.png) no-repeat left -3px;
	height:49px;
	text-indent:-9999px;
}
#cafe-restaurant ul{
	height:177px;
	overflow:hidden;
}
#cafe-restaurant li{
	margin-bottom:10px;
}
#cafe-restaurant .icon{
	height:21px;
	width:100px;
	margin-right:10px;
	float:left;
	margin-bottom:5px;
}
#cafe-restaurant .data{
	font-size:11px;
	margin-bottom:5px;
	height:21px;
	line-height:21px;
	float:left;
	color:#999999;
}
#cafe-restaurant h3{
	clear:left;
	font-weight:normal;
}
#cafe-restaurant .more{
	width:61px;
	height:16px;
	float:right;
}
#cafe-restaurant .more a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFFFFF;
}
/* ----------------------------------------
	イベントカレンダー
---------------------------------------- */
#title-event-calendar{
	height:28px;
	margin-bottom:10px;
	background:url(../images/top/title-event-calender.jpg) no-repeat 0px top;
	text-indent:-9999px;
	clear:both;
}
#event-calendar{
	width:740px;
	margin-left:0px;
	padding-top:0px;
	margin-bottom:30px;
	overflow:auto;
	background-image:url(../images/top/calendar-bg.jpg),url(../images/top/calendar-bg02.jpg);
	background-repeat:no-repeat,repeat-y;
	background-position:left top,left top;
	padding-bottom:10px;
}


#event-calendar dl{
	float:left;
	width: 246px;
	overflow:hidden;
}
#event-calendar dt{
	font-size:16px;
	color:#FFFFFF;
	font-weight:normal;
	color:#999999px;
	text-align:center;
	height:50px;
	line-height:50px;
	margin-bottom:15px;
}
#event-calendar dd{
	padding-left:15px;
	padding-right:10px;
}
#event-calendar dd p{
	margin-bottom:9px;
	line-height:18px;
}
/* ----------------------------------------
	ファームマップ
---------------------------------------- */
#title-farmmap{
	height:28px;
	margin-bottom:10px;
	background:url(../images/top/title-farmmap.jpg) no-repeat 0px top;
	text-indent:-9999px;
	clear:both;
}
#farmmap{
	margin-bottom:20px;
}
#farm-map-list-01{
	width:37%;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
	margin-left:2%;
}
#farm-map-list-02{
	width:32%;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
}
#farm-map-list-03{
	width:29%;
	float:left;
	margin-bottom:10px;
	overflow:hidden;
}
#farm-map-text{
	clear:both;
}
#farm-map-text p{
	margin-bottom:20px;
	margin-left:2%;
}
#farm-map-list-01 ul li,
#farm-map-list-02 ul li,
#farm-map-list-03 ul li{
	margin-bottom:15px;
}
#farm-map-list-01 ul li a:hover img,
#farm-map-list-02 ul li a:hover img,
#farm-map-list-03 ul li a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:#FFFFFF;
}
#farm-map-text{
	clear:both;
}
#farm-map-text p{
	margin-bottom:20px;
}
/* ----------------------------------------
	サイドバナー
---------------------------------------- */
#side-body{
	width:1100px;
	/*float:left;*/
	margin-top:28px;
	margin-right:0px;
}
#side-banner{
	width:340px;
	height:420px;
	padding-top:15px;
	background:;
	margin-bottom:20px;
	text-align:center;
}
#side-banner li{
	width:340px;
	height:80px;
	margin:auto;
	margin-bottom:6px;
}
#side-banner a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFFFFF;
}
#garden-side-body{
	width:280px;
	float:right;
	margin-top:200px;
	margin-right:0px;
	text-align:left;
}
#garden-side-banner{
	width:280px;
	height:420px;
	padding-top:15px;
	background:;
	margin-bottom:20px;
	text-align:center;
}
#garden-side-banner li{
	width:280px;
	height:80px;
	margin:auto;
	margin-bottom:6px;
}
#garden-side-banner a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFFFFF;
}

#side-banner02{
	margin-bottom:20px;
	width:1150px;
}
#side-banner02 li{
	padding-bottom:9px;
	width:366px;
	padding-right:10px;
	margin-right:5px;
	float:left;
}
#side-banner02 li h3{
   	font-size:14px;
	margin-top:5px;
	font-weight:bold;
	line-height:1.4em;
	width:340px;
	text-align:center;
}
#side-banner02 li h4{
   	font-size:13px;
	margin-top:5px;
	margin-bottom:25px;
	font-weight:normal;
	line-height:1.4em;
	text-align:center;
	width:340px;
}

#side-banner02 a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFFFFF;
}

/* ----------------------------------------
	フッターバナー
---------------------------------------- */


#foot-banner{
	margin-bottom:20px;
	width:1100px;
	margin-left:15px
}
#foot-banner li{
	padding-bottom:10px;
	width:366px;
    float:left;

}
#foot-banner li h3{
   	font-size:14px;
	margin-top:5px;
	margin-bottom:25px;
	padding-right:20px;
	font-weight:bold;
	line-height:1.4em;
}
#foot-banner a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFFFFF;
}


/* ----------------------------------------
	フッターイラスト
---------------------------------------- */
#bottom{
	max-width:1100px;
	width:95%;
	margin-top:150px;
	padding-bottom:10px;
}
#bottom ul{
 margin: 0 auto;
 display:flex;
 justify-content:center;
}
#bottom ul li{
margin:0 20px;
	text-decoration:none;
	text-align:center;
}
#bottom ul li a:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}

.b_menu p {
text-align:center;
}

.b_menu a {
display:inline-block;
padding:0 15px;
border-left: 1px solid #666;
}

.b_menu a:last-child {
border-right: 1px solid #666;
}

.sns{
	margin:15px auto 30px;
	width:250px; 
	height:60px;
}

#bottom-insta {
	height:60px;
	width:50px;
	float:right;
	margin:15px;
	text-align:center;
}
#bottom-insta a {
	height:60px;
	width:50px;
	display:block;
	text-indent:-9999px;
	background:url(../images/common/icon_insta4.png) no-repeat left top;
	background-size:contain;
}
#bottom-insta a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#bottom-fb {
	height:60px;
	width:50px;
	float:right;
	margin:15px;
	text-align:center;

}
#bottom-fb a {
	height:60px;
	width:50px;
	display:block;
	text-indent:-9999px;
	background:url(../images/common/icon_fb4.png) no-repeat left top;
	background-size:contain;

}
#bottom-fb a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#bottom-twitter {
	height:60px;
	width:50px;
	float:right;
	margin:15px;
	text-align:center;
}
#bottom-twitter a {
	height:60px;
	width:50px;
	display:block;
	text-indent:-9999px;
	background:url(../../images/common/icon_twitter.png) no-repeat left top;
	background-size:contain;
}
#bottom-twitter a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

/* ----------------------------------------
	フッターナビ
---------------------------------------- */
#bottom-body{
	background:url(../images/common/bottom-bg.jpg);
	height:250px;
	padding:10px;
}
#bottom-navi{
	width:1000px;
	padding-left:20px;
	padding-right:24px;
	margin:auto;
}
#bottom-navi dl{
	float:left;
	margin-right:25px;
}
#bottom-navi dl dt{
	margin-top:10px;
	background:url(../images/common/bottom-icom.jpg) no-repeat left center;
	padding-left:20px;
	text-align:left;
	font-weight:normal;
	color:#FFFFFF;
}
#bottom-navi dl dd{
	text-align:left;
	text-indent:20px;
}
#bottom-navi a{
	color:#FFFFFF;
}
/* ----------------------------------------
	copyright
---------------------------------------- */
#copyright {
	height:132px;
	background:url(../images/common/foot-bg.jpg) no-repeat center top;
	color:#FFFFFF;
}
#copyright p{
	height:132px;
	line-height:132px;
	text-align:center;
	font-size:0.9em;
}


.information-list {
    clear: both;
    margin-bottom:20;
	padding:20px 0;
	height:101px;
    width: 680px;
	background:;
	margin-top:50px;
}
.information-list .Img{
	width:160px;
	height:108px;
	overflow:hidden;
	float:left;
}
.information-list .Img a{
	display:block;
	width:160px;
	height:108px;
	overflow:hidden;
}
.information-list .Img a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
h3#page-title{
	font-size: 15px;
    font-weight: normal;
    height: 40px;
    line-height: 40px;
	padding-left:25px;
	font-weight:normal;
	color:#683e25;
	margin-bottom:25px;
}

.information-list .information-list-title{
	width:510px;
	float:right;
	font-size:13px;
}
.information-list .information-list-title p.icon{
	margin-bottom:10px;
}
.information-list .information-list-title p img{
	margin-right:10px;
}
.information-list .information-list-title h3{
	margin-bottom:10px!important;
}
#facebook{
	background:#FFFFFF;
	width:235px;
}
#facebook iframe{
	width:235px!important;
}
.experience-now-list {
    clear: both;
    margin-bottom:20;
	padding:20px 0;
	height:101px;
    width: 680px;
	background:url(../images/common/line01.png) no-repeat  left bottom;
}
.experience-now-list .Img{
	width:160px;
	height:101px;
	overflow:hidden;
	float:left;
	background:url(../images/purpose/experience/no-image02.gif) no-repeat left top;
}
.experience-now-list .Img a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.experience-now-list .experience-now-list-title{
	width:510px;
	float:right;
	font-size:13px;
}
.experience-now-list .experience-now-list-title p.day{
	background: none repeat scroll 0 0 #b7cde8;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    text-indent: 10px;
	color:#FFFFFF;
}
.experience-now-list .experience-now-list-title p img{
	margin-right:10px;
}
.experience-now-list .experience-now-list-title h3{
	margin-bottom:10px!important;
	padding-left:0px;
	background:;
}

/* ----------------------------------------
	下層ページ
---------------------------------------- */

#mainimg {
	clear:both;
	overflow:hidden;
	padding-top:0px;
}
#mainimg #mainimg-body{
	width:1100px;
	margin:auto;
	text-align:left;
}
#mainimg .bx-prev,
#mainimg .bx-next {
	display:none;
}
#mainimg .bx-wrapper{
	position:relative;
	z-index:1;
}
/*隙間を無効化してから隙間を設定する*/
#mainimg .bx-pager {
  letter-spacing: -.40em;
  z-index:200;
}
#mainimg .bx-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}	
#mainimg a:hover img{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	background:#FFFFFF;
}
#mainimg .bx-has-pager{
	display:block;
	width:400px;
	margin:auto;
}
#pagetitle{
	text-align:center;
	font-size:2.5em;
	margin-top:10px;
	margin-bottom:50px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	letter-spacing:0.05em;
}
#pagetitle:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-top:60px;
  display: inline-block;
  width: 80px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #666;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
#gardenpagetitle{
	text-align:center;
	font-size:25px;
	margin-top:180px;
	margin-bottom:30px;
}
#gardenpagetitle:before {
  content: '';
  position: absolute;
  left: 43%;
  margin-top:50px;
  display: inline-block;
  width: 80px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #666;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
#pagesubtitle{
	text-align:center;
	font-size:18px;
	margin-top:30px;
	margin-bottom:10px;
}
#catch{
	text-align:center;
	font-size:1.4em;
	line-height:175%;
	margin-top:20px;
	margin-bottom:10px;
	}
#description{}


#pagecontents{
	margin:0 auto;
	width:1000px;
	

}
#pagecontents .p1{

	font-size:1.0em;
}

#imgphoto{
	text-align:center;
	margin-bottom:50px;
}
#imgphoto img{
	margin:0px;
}

#pagecontents2{
	margin:100px auto 0 auto;
	text-align:center;
	

}
#pagecontents2 .p1{
	font-size:1.1em;
	line-height:190%;
	width:90%;
	margin:0 auto;
}

#pagecontents2 ul {
display:flex;
justify-content:center;
flex-wrap:wrap;
margin:30px auto 8px auto;
}

#pagecontents2 li {
padding:0 13px;
border-left:1px solid #999;
font-size:1em;
}

#pagecontents2 li:last-child {
border-right:1px solid #999;
}


.main_contents{
	margin:0px auto 0 auto;
	text-align:center;
	}
	
.main_contents .p1{
	font-size:1.1em;
	line-height:190%;
	width:70%;
	margin:0 auto;
}

.main_contents .img_photo {
	text-align:center;
margin:30px auto!important;
}

.main_contents .img_photo img {
margin:0;
}

.main_contents .type1 {
width:90%;
margin:0 auto;
}

.main_contents .type1 img {
width:100%;
margin:0;
}

.qaa{
    background-image: url(../images/2nd/a.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-top:0px;
	margin-bottom:20px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
}
.qaq{
    background-image: url(../images/2nd/q.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
}
.qaindex{
	border:2px solid #626262;
	padding:10px;
	border-radius:5px; 
	width:285px; 
	margin:10px; 
	float:left; 
	text-align:center;
}
.table-contact{
	width:800px;
	border:1px;
	padding-bottom:1px;
	margin-bottom:40px;
	margin:0 auto;
}
.table-contact th{
	text-align:left;
	padding:20px 0;
	width:201px;
	border:none;
	font-weight:normal;
	vertical-align:middle;
}
.table-contact td{
	text-align:left;
	padding:20px;
	border:none;
}

.table-ex{
	width:800px;
	border:;
	padding-bottom:1px;
	margin:0 auto
}
.table-ex th{
	text-align:center;
	padding:10px 0;
	color:#FFFFFF;
	border: solid #999 1px;
	font-weight:normal;
	background:#8e8e8e no-repeat left top;
}
.table-ex td{
	text-align:left;
	padding:10px;
	border-bottom: solid #999 1px;
	border-right: solid #999 1px;

}
.table-ex td strong{
	color:#990000;
	font-weight:normal;
}
.table-ex .th-style td{
	background:#8e8e8e  no-repeat right top;
	color:#FFFFFF;
}
.table-ex2{
	width:800px;
	border:;
	padding-bottom:1px;
	margin-left:30px;
}
.table-ex2 th{
	vertical-align:middle;
	text-align:center;
	padding:10px 0;
	color:#FFFFFF;
	border: solid #999 1px;
	font-weight:normal;
	background:#8e8e8e no-repeat left top;
}
.table-ex2 td{
	text-align:left;
	padding:10px;
	border-bottom: solid #999 1px;
	border-right: solid #999 1px;

}
.table-ex2 td strong{
	color:#990000;
	font-weight:normal;
}
.table-ex2 .th-style td{
	background:#8e8e8e  no-repeat right top;
	color:#FFFFFF;
}

.table-bbq{
	border:none;
	padding-bottom:1px;
}
.table-bbq th{
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-right:10px;
	padding-left: 20px;
	border: none;
	font-weight:normal;
}
.table-bbq td{
	text-align:left;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:10px;
	border: none;

}
.bbqimg{
	float: left; 
	margin-right: 20px; 
	margin-bottom: 5px;
}
.bbqplan{
	background:#999;
	color:#FFF;
	font-size:15px;
	padding:3px 10px;
}


#newstitle{
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;
	font-family: Times New Roman, serif!important;
	font-size:2em;
	margin:80px auto 50px auto;
	font-weight:bold;
	
}
#newstitle:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-top:40px;
  display: inline-block;
  width: 80px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #666;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.gardenMap_contents {
width:90%;
display:flex;
justify-content:center;
flex-wrap:wrap;
flex-direction: row-reverse;
}

.gardenMap_contents ul.garderMapUl {
display:block!important;
}

.gardenMap_contents ul.garderMapUl li {
border:none!important;
font-size:1.5em!important;
font-weight:bold;
margin-bottom:15px;
}








.gardenmap{

	margin-left:10px;
}
#gardenimg{
	margin:0 auto;
	vertical-align:middle;
}
#gardenimg p{
	float:left;
	text-align:center;
	margin:10px;
	}
#gardenimg img{
	max-width:100%;}
	
	
	
.hoge {
  position: relative; 
  overflow: hidden; /* 下のulのcssでリスト全体を右に50%移動しているので、その分幅が広がってしまいスクロールバーが表示されてしまいます。それを防ぐ為の設定です。 */
}

.hoge ul {
  position: relative;
  left: 50%; /* リスト全体であるul要素を右に50%移動。つまり先頭を中央に持ってくる感じです。 */
  float: left;
}

.hoge ul li {
  position: relative;
  left: -50%; /* 各リスト項目になるli要素を左に50%移動。 */
  float: left;
  list-style: none; /* 項目にぼっちを出したくない場合はこれを設定 */
}

#sitemap {
max-width:900px;
width:90%;
margin:50px auto 0 auto;
}

#sitemap ul {
	margin:0 auto;
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}

#sitemap ul li {
width:40%;
  list-style: none;
  margin-bottom:20px;
}

#sitemap ul li:last-child {
width:20%;
}




#farmmap{
	font-size:14px;
	margin-left:30px;
	width:1000px;
}
#group_button {
    margin: 50px auto 30px;
    height: 40px;
    text-align: center;
}
#group_button a {
    display: block;
    padding-left: 10px;
    height: 50px;
    line-height: 50px;
    background: #db737c;
    font-size: 14px;
    color: #FFFFFF;
}
#group_pamphlet {
    width: 1000px;
	margin-top:50px;
}

#group_pamphlet li {
    width: 250px;
    float: left;
    margin-bottom: 20px;
    text-align: center;
}

.mapa{
    background-image: url(../images/farmmap/map_a2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}
.mapb{
    background-image: url(../images/farmmap/map_b2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}
.mapc{
    background-image: url(../images/farmmap/map_c2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}
.mapd{
    background-image: url(../images/farmmap/map_d2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}

.mape{
    background-image: url(../images/farmmap/map_e2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}
.mapf{
    background-image: url(../images/farmmap/map_f2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}
.mapg{
    background-image: url(../images/farmmap/map_g2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}
.maph{
    background-image: url(../images/farmmap/map_h2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}
.mapi{
    background-image: url(../images/farmmap/map_i2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}
.mapj{
    background-image: url(../images/farmmap/map_j2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}
.mapk{
    background-image: url(../images/farmmap/map_k2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}
.mapl{
    background-image: url(../images/farmmap/map_l2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}
.mapm{
    background-image: url(../images/farmmap/map_m2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:0px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:15px;
	padding-bottom:5px;
	float:left;
	height:20px;
	width: 210px;
}
.mapn{
    background-image: url(../images/farmmap/map_n2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:7px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	height:27px;
	width: 210px;
}
.mapo{
    background-image: url(../images/farmmap/map_o2.png) ;
	background-repeat: no-repeat;
	background-position: left 12px;
	margin-top:7px;
	margin-bottom:0px;
	padding-left:35px;
	padding-top:5px;
	padding-bottom:5px;
	float:left;
	height:27px;
	width: 210px;
}

.map_contents{
	width:480px;
	margin:10px;
	float:left;
}
.map_photo img{
	width:250px;
	float:left;
}
.map_title{
	font-weight:600;
	margin-left:260px;
	font-size:16px;
}
.map_title img {
	margin-right:5px;
}
.map_description{
	margin-left:260px;
	}
.area{
	font-size:20px;
	margin-top:20px;
	margin-bottom:20px;
	text-align:center;
}
.shaunmap_contents{
	width:900px;
	margin:0 auto;
}
.shaunmap_photo img{
	width:250px;
	margin:5px;
	float:left;
}
.shaunmap_title{
	font-weight:600;
	font-size:16px;
	text-align:left;
}
.shaunmap_title img {
	margin-right:5px;
	width:25px;
}
.shaunmap_description{
	text-align:left
	}


.map_subtitle{
	font-size:10px; 
	margin-left:290px;
}

#calendar{
	width:998px;
	float:left;
	clear:both;
}

#calendar ul li {
    float: left;
    list-style-type: none;
    width: calc(100% / 3) ;
}
 
#calendar ul li a {
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    text-align: center;
	padding-top:9%;
	padding-bottom:9%;
    width: 100%;
    background: #a0a09a;
    border: 1px solid #a0a09a;
    border-bottom: none;
}
#calendar ul li a:hover{
    background:#a0a09a;
    color:#FFF;
}
 
#calendar ul li a.current {
    background: white;
    color: #454545;
}
 
#calendarcontents{
    clear:both;
	width:1000px;
}
 
#calendarcontents div {
    padding: 5%;
    background: white;
    text-align: center;
    border: 1px solid #a0a09a;
    border-top: none;
}
 
#calendarcontents p{
    margin-top:20px;
    line-height:2em;
}
 
#calendarcontents strong {
    font-size: 2em;
}

#calendarcontents ul {
	margin:0 auto 
}
.img {
    width:260px;
	float:left;
	margin-bottom:20px;
}

.text {
	margin-left:15px;
	float:left;
	text-align:left;

}
#contact{
	width:998px;
	float:left;
	clear:both;
}

#contact ul li {
    float: left;
    list-style-type: none;
    width: calc(100% / 2) ;
}
 
#contact ul li a {
    font-size: 1em;
    font-weight: bold;
    color: #FFF;
    text-decoration: none;
    display: block;
    text-align: center;
	padding-top:5%;
	padding-bottom:5%;
    width: 100%;
    background: #a0a09a;
    border: 1px solid #a0a09a;
    border-bottom: none;
}
#contact ul li a:hover{
    background:#a0a09a;
    color:#FFF;
}
 
#contact ul li a.current {
    background: white;
    color: #454545;
}
 
#contactcontents{
    clear:both;
	width:1000px;
}
 
#contactcontents div {
    padding: 5%;
    background: white;
    text-align: center;
    border: 1px solid #a0a09a;
    border-top: none;
}
 
#contactcontents p{
    margin-top:20px;
    line-height:2em;
}
 
#contactcontents strong {
    font-size: 2em;
}

#contactcontents ul {
	margin:0 auto 
}

#sightseeing{
	border: 2px solid #626262; 
	padding: 10px; 
	border-radius: 5px; 
	width: 400px; margin: 10px; 
	float: left; 
	text-align: center; 
	height: 50px;
}

.asset-body{
	width:950px;
	margin:0 auto;
	padding-top:50px;
	padding-bottom:70px;
	overflow:hidden;
}
.asset-body p{
	margin-bottom:15px;
}
.asset-body img{
	margin-right:15px;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

.contact-h{
	float:left;
	line-height:150%;
	width:150px;
	text-align:left;
	clear:both;
	font-weight:600;
	margin-left:30px;
	}
.contact-c{
	float:left;
	line-height:150%;
}

.contact-cc{
	float:left;
	line-height:150%;
	width:500px;
}

.red{
	color:#db737c;
}




#lbanner{
	width:1150px;
	float:left;
	margin-top:5px;
    margin-bottom:35px;
	margin-right:0px;
}
#lbanner li{
	padding-bottom:9px;
	width:550px;
	padding-right:10px;
	margin-right:10px;
	float:left;
}
#lbanner a:hover img{
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background:#FFFFFF;
}

#toppagetitle{
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;
	width:1100px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:2.5em;
	letter-spacing:0.08em;
}

#toppagetitle:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-top:70px;
  display: inline-block;
  width: 80px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #666;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.topinfo_box {
width:100%;
margin:0 auto;
display:flex;
justify-content:space-between;
flex-wrap:wrap;
}

.topinfo{
	width:48%;
	/*float:left;*/
}

.topinfo_txt, .top_bus_info_txt {
margin-left:30px;
}

.topinfo_txt h4 {
margin:10px 0 3px 0;
font-size:1.2em;
}

.topinfo_txt ul {
list-style-type:disc;
margin:7px 0 0 15px;
}

.topinfo_txt li {
margin-bottom:8px;
}

.topinfo table{
width:90%;
	/*width:540px;*/
	border:;
	padding-bottom:1px;
	margin:0 auto;
}
.topinfo table th{
	text-align:center;
	padding:10px;
	color:#FFFFFF;
	border: solid #999 1px;
	font-weight:normal;
	background:#8e8e8e no-repeat left top;
	vertical-align:middle;
}
.topinfo table td{
	text-align:center;
	padding:10px;
	border-bottom: solid #999 1px;
	border-right: solid #999 1px;
vertical-align:middle;
}
.topinfo table td strong{
	color:#990000;
	font-weight:normal;
}
.topinfo table .th-style td{
	background:#8e8e8e  no-repeat right top;
	color:#FFFFFF;
}

#pagetitle2{
	text-align:center;
	margin-top:10px;
	margin-bottom:30px;
	font-family: Times New Roman, serif!important;
	font-size:3em;
}
#pagetitle2:before {
  content: '';
  position: absolute;
  left: 50%;
  margin-top:-5px;
  display: inline-block;
  width: 80px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #666;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}

.square_btn {
    position: relative;
	display:inline-block;
    font-weight: bold;
    padding-top: 15px;
    padding-bottom: 15px;
    text-decoration: none;
    color: #FFF;
    background: #f58888;
    transition: .4s;
   box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.29);
   width:80%;
   text-align:center;
   font-family:Yu Gothic;
   font-size:18px;
   letter-spacing:5px;
   border-radius: 5px;
  }

.square_btn:hover {
    background: #f69393;
}


.form{
	margin:0 auto;
	text-align:left;
	width:80%;
	border:#CCC 1px solid ;
	padding:20px;}
	
.table-milkyway{
	border:;
	padding-bottom:1px;
	margin:0 auto
}
.table-milkyway th{
	text-align:center;
	padding:10px 0;
	color:#FFFFFF;
	border: solid #999 1px;
	font-weight:normal;
	background:#8e8e8e no-repeat left top;
	vertical-align:middle;
	padding-left:10px;
	padding-right:10px;
}
.table-milkyway td{
	text-align:left;
	padding:10px;
	border-bottom: solid #999 1px;
	border-right: solid #999 1px;

}

.table-milkyway td ul {
display:flex;
flex-wrap:wrap;
}

.table-milkyway td ul li {
margin:0 12px;
}

.table-milkyway td ul li.empty {
color:#fff;
}

.table-milkyway td strong{
	color:#990000;
	font-weight:normal;
}
.table-milkyway .th-style td{
	background:#8e8e8e  no-repeat right top;
	color:#FFFFFF;
}
.block01{
	width:130px;
	float:left;
	clear:both;
	margin-bottom:15px;
	font-weight:700;
}
.block02{
	float:left;
	margin-bottom:15px;
}

/*---------------------------------
タブ切り替え
---------------------------------*/


/*タブ切り替え全体のスタイル*/
.tabs {
  margin-top: 50px;
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1000px;
  margin: 0 auto;}

/*タブのスタイル*/
.tab_item {
  width: calc(100%/2);
  height: 50px;
  border-bottom: 3px solid #5ab4bd;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}
.tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content,
#programming:checked ~ #programming_content,
#design:checked ~ #design_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #5ab4bd;
  color: #fff;
}

/*---------------------------------
タブ切り替えここまで
---------------------------------*/


/*---------------------------------
カレンダータブ切り替え
---------------------------------*/


/*タブ切り替え全体のスタイル*/
.calendartabs {
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 1000px;
  margin: 0 auto;}

/*タブのスタイル*/
.calendartab_item {
  width: calc(100%/3);
  height: 70px;
  border-bottom: 3px solid #a0a09a;
  background-color: #d9d9d9;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #565656;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
  padding-top:1em;
}
.calendartab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="calendartab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.calendartab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}


/*選択されているタブのコンテンツのみを表示*/
#left:checked ~ #left_content,
#center:checked ~ #center_content,
#right:checked ~ #right_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.calendartabs input:checked + .calendartab_item {
  background-color: #a0a09a;
  color: #fff;
}

/*---------------------------------
タブ切り替えここまで
---------------------------------*/




#imgphoto_test{
	text-align:center;
}
#imgphoto_test img{
	margin:20px 0px 10px;
}


/*---------------------------------
アイコンバックアップ
---------------------------------
#head-access {
	height:20px;
	width:30px;
	float:right;
	margin-top:10px;
	margin-right:50px;
}
#head-access a {
	height:20px;
	width:20px;
	display:block;
	text-indent:-9999px;
	background:url(../images/common/icon_access.png) no-repeat left top;
}
#head-access a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#head-info {
	height:20px;
	width:20px;
	float:right;
	margin-top:10px;
	margin-right:5px;
}
#head-info a {
	height:20px;
	width:20px;
	display:block;
	text-indent:-9999px;
	background:url(../images/common/icon_info.png) no-repeat left top;
}
#head-info a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}

#bottom-insta {
	height:20px;
	width:30px;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
#bottom-insta a {
	height:20px;
	width:20px;
	display:block;
	text-indent:-9999px;
	background:url(../images/common/icon_insta.png) no-repeat left top;
}
#bottom-insta a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
#bottom-fb {
	height:20px;
	width:18px;
	float:right;
	margin-top:10px;
	margin-bottom:10px;
}
#bottom-fb a {
	height:20px;
	width:10px;
	display:block;
	text-indent:-9999px;
	background:url(../images/common/icon_fb.png) no-repeat left top;
}
#bottom-fb a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
---------------------------------
---------------------------------*/	