@charset "UTF-8";
/*---------------------------------------------------------
Theme Name: Gush2_Child_黄
Template: gush2
Description: <子テーマの説明>
Author: <あなたの名前（ハンドルネーム）>
Author URI: <あなたのブログのURL）>
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Version: 20140909 (for gush2)
---------------------------------------------------------*/
@import url('../gush2/style.css');
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.footer_c{
	display:none;
}

p{
	font-size:0.9em;
}
	

#article_body ul li, #article_body ol li {
    margin: 0.8em 0 0.8em 0.5em;
    padding-left: 1em;
    text-indent: -1.5em;
	font-size:0.9em;
}

#article_body ul.slick-dots{
	margin-bottom:10px;
}

#entry_body dl{
	 width: 100%;
	 padding:0%;
}

#entry_body dt:first-child{
	margin:0;
}

#entry_body dt{
	margin:1em 0 0;
	
}

#cat_tag{
	clear:both;
}

.mc_details{
	display:none;
}

/*--------------------------------------
  googleマップ
--------------------------------------*/

#article_body #map_canvas div {
 max-width:none;
} 

#article_body #map_canvas img {
 max-width: none !important;
} 

#article_body .gm-style-iw{
	text-align:center;
}

#map_canvas label { width: auto; display:inline; }


/*--------------------------------------
  ヘッダ
--------------------------------------*/
#header {
	text-align: center;
	padding: 2px 0 0px;
	background:none;
	border-bottom:none;
}

.hgroup {
	margin: 24px 0 0;
	clear: both;
}


.metaslider{
	margin-bottom:2em;
}


/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header .top_title {
	margin-bottom: 12px;
	font-size: 36px;
	padding:10px;
}


#header .top_title2{
	float:right;
	width:100%;
	text-align:center;
	padding-top:10px;
	margin-bottom:10px;
}

#header .top_title2 p{
	font-size:14px;
	color:#2D1700;
	
}

#header #tel{
	font-size:24px;
	color:#422100;
	font-weight:bold;
	
}

.hmenu{
	bottom:0px;
}

/*--------------------------------------
  リンクボタン
--------------------------------------*/

#contents .link-button{
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
}



/*--------------------------------------
  ナビゲーション
--------------------------------------*/
nav#menu {
	margin-bottom: 0px;
	z-index:100;
}

.togmenu {
	display: none;
	color: #fff;
}

.menubtn {
	padding: 8px;
	color: #fff;
	background: #444;
	text-align: right;
}

nav#menu ul {
	overflow: hidden;
	margin-bottom: 24px;
}

nav#menu ul li {
	width: 100%;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

nav#menu ul li a {
	display: block;
	color : #fff;
	padding : 8px 0;
}

nav#menu ul li a:hover {
	background-color: #3C6512;
}

nav#menu ul.sub-menu {
	display: none;
}

#menu-menu{
	background-color:#A0BF52;
}


#contents #main {
	background-color:rgba(255,255,255,0.8);
}

/*--------------------------------------
  サイドナビゲーション
--------------------------------------*/
ul.side li{
	display: inline-block;
	font-size:14px;
	
}

ul.side{
	text-align:center;
    margin: 0 auto;
    max-width: 1060px;
    overflow: visible;
    width: 100%;
	
}

.move{
position:relative;
width:100%;
padding-top:56.25%;
}
.move iframe{
position:absolute;
top:0;
right:0;
width:100%;
height:100%;
}

#contents #sub a{
	text-decoration:underline;
}

#contents #sub .morelink{
	text-align:right;
}

/*--------------------------------------
  見出しベース
--------------------------------------*/

h2 {
	font-size: 1.3em;
	line-height: 1.5;
	border-bottom: 3px solid #a0bf52;
    color: #3c6512;
	font-weight:bold;
	background-repeat:no-repeat;
	height:25px;
	padding: 5px 0px;
}

h2.orange{
	line-height: 1.5;
	border-bottom: 3px solid #FF7D37;
    color: #FF7D37;
	font-weight:bold;
}


#article_body h2{
	 position: relative;
    margin: 0 0 1.5em;
    padding: 0.5em;
    background: #A0BF52;
    color: #fff;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-bottom: none;
	text-shadow:none;
	border-left:none;
	
}

#article_body h2:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #A0BF52;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

#archive_body h2, #article_body h2{
	 position: relative;
    margin: 0 0 1.5em;
    padding: 0.5em;
    background: #A0BF52;
    color: #fff;
    font-size: 1.143em;
    font-weight: bold;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-bottom: none;
	text-shadow:none;
	border-left:none;
}

#archive_body h2:after, #article_body h2:after{
	 position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #A0BF52;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}

#article_body h3{
	border-bottom:#3C6512 dotted 1px;
	color:#3C6512;
	font-weight:bold;
	margin: 10px 0 24px;
	font-size:18px;
}

#article_body h3.event-title {
	padding:3px 0;
	border-bottom:none;
}


#article_body h4{
	background-color:#BBDD77;
	border:none;
	margin:0 0 10px 0;
	font-size:1em;
	border-radius:5px;
	font-weight:bold;
	color:#333;
}


/*--------------------------------------
  ボタン
--------------------------------------*/

#entry_body div.btn a{
    background:#ff7d37;
    border: 1px solid #F60;
    border-radius: 5px;
	padding: 2%;
	color:#FFF;
	margin-bottom:10px;
	display:block;
	width:97%;
	float:none;
	text-align:center;
}

#entry_body div.btn a:hover {
    background:#FF5402 none repeat scroll 0 0;
    border: 1px solid #F60;
    text-decoration: none;
}


#entry_body div.linkbtn a{
    background:#ff7d37;
    border: 1px solid #F60;
    border-radius: 5px;
	padding: 2%;
	color:#FFF;
	margin-bottom:10px;
	display:block;
	width:97%;
	float:none;
	text-align:center;
}

#entry_body div.linkbtn a:hover {
    background:#FF5402 none repeat scroll 0 0;
    border: 1px solid #F60;
    text-decoration: none;
}


.textwidget div.btn a{
    background: #ff7d37;
    border: 1px solid #F60;
    border-radius: 5px;
	padding: 2%;
	color:#FFF;
	margin-bottom:10px;
	display:block;
	width:97%;
	float:none;
	text-align:center;
	font-size:0.95em;
}

.textwidget div.btn a:hover {
    background:#FF5402 none repeat scroll 0 0;
    border: 1px solid #F60;
    text-decoration: none;
}

.button {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #ff7d37;
	color: #fff;
	font-size:12px;
}
.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button:hover {
	background-color:#F60;
	color: #fff;
}

.button {
	height: 40px;
	line-height: 30px;
	width: 200px;
	margin-bottom: 10px;
}


.button2 {
	display: inline-block;
	width: 200px;
	height: 54px;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	background-color: #ff7d37;
	color: #fff;
	font-size:12px;
}
.button2::before,
.button2::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button2,
.button2::before,
.button2::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.button2:hover {
	background-color:#F60;
	color: #fff;
}

.button2 {
	height: 40px;
	line-height: 18px;
	width: 200px;

}

.button a {
	color: #fff;
	text-align:center;
}




/*******************************************/
/* メインコンテンツ
/*******************************************/
#contents #main {
	border-radius: 20px;
	border:none;
	padding:3%;
}


/*******************************************/
/* トピックス
/*******************************************/
#pickup{
	width:100%;
 	background-image: url(images/pickup-bg.gif);
	background-repeat: repeat;
	padding:3%;
	border-radius:10px;
	
}

#pickup2{
	width:100%;
 	background-image: url(images/pickup-bg2.gif);
	background-repeat: repeat;
	padding:3%;
	border-radius:10px;
	
}


.pic-box{
	width:25%;
	border:dotted #666 1px;
	background-color:#FFF;
	margin:5px;
}

#contents #main #entry_body .pic-image img{
	margin: 0 auto;
	margin-top:10px;
}

#entry_body dl.pic-caption{
	font-size:13px;
	border: none;
	color:#3C6512;
	
}

#entry_body dl.pic-caption dt{
	margin: 0 0 0;
	padding: 10px 10px 0;
}

#entry_body dl.pic-caption dd{
	 padding: 0 10px 10px;
}

.slick-slide{
}

/*******************************************/
/* お問合わせ
/*******************************************/
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea {
    background-color: #fff;
    color: #000;
    width: 80%;
}
form input[type="text"], form input[type="email"], form input[type="tel"], form textarea {
    margin: 5px 5px 5px 0;
    overflow: hidden;
    padding: 5px 10px;
    position: relative;
}


/*******************************************/
/* インフォメーション
/*******************************************/

#entry_body #topNews dl{
	border: none;
	width: 100%;
	padding: 0%;
	font-size:0.8em;
}

#entry_body .News{
	padding:8px;
	border-bottom:dotted 1px #FF7D37;
}


.News:nth-child(odd) {
   background:#F9E7C0;
   border-bottom:dotted 1px #FF7D37;
   
}

#entry_body .News dt{
	margin: 0;
}

#entry_body .News dd{
}


.News hr{
	
}

/*******************************************/
/*　サイドバー設定
/*******************************************/


ul.side_widget li{
	background-color:#fff;
	border-radius:10px;
	margin-bottom:10px;
	padding:10px;
}


div.special{
	margin-bottom:20px;
}


#sub h4.wtr-title{
	font-size:14px;
	border-bottom:none;
}

#sub div.wtr-temp{
	font-size:12px;
}


.side_widget #biz_calendar{
	max-width:230px;
	font-size:12px;
}


/*******************************************/
/*　サイドメニュー設定
/*******************************************/

div#side_contents{
	
}

div#side_contents h2{
	background-color:#A0BF52;
	padding:10px;
	border:none;
	margin-top:10px;
	color:#FFF;
	margin-bottom:0px;
	
}

div#side_contents h2 a{
	color:#FFF;
	
}

div#side_contents ul{
	background-color:#FFF;
	padding:10px;
	margin-bottom:20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
	
}


div#side_contents li{
	position:relative;
	padding:9px;
	padding-left:15px;
	font-weight: bold;
	font-size: 18px;
	background:none;
	color: #fff;
	border-bottom:dotted 1px #A0BF52;
}


div#side_contents li:before{
	position:relative;
	content:''; 
	height:25px; 
	width:2px; 
	display:block; 
	position:absolute; 
	top:10px; 
	left:4px; 
	background-color:#A0BF52;
	border-left: 5px solid #A0BF52;
	
}

#sub h4 {
	font-size: 18px;
	text-align: left;
	border-bottom:2px solid #A0BF52;
	color: #3C6512;
	font-weight: bold;
	margin: 0 0 18px 0;
}

#sub .side-sns ul {
	width: 100%;
}

#side_contents li.current_page_item {
	background-color:#F5F0CF;
}

/*******************************************/
/*　フッター
/*******************************************/

#foot-img{
	height: 27px;
	background-image: url("images/footer.png");
    background-repeat: repeat-x;
	border:none;
	margin-top:30px;
	margin-bottom:0px;
}

#copyright{
	background-color:#663300;
	font-size:12px;
}

#footer {
	width: 100%;
	margin: auto 0;
	clear: both;
	background: #BAD53E;
	
}

#footer {
	padding: 24px 0 0 0;
}


div#foot-left{
	text-align:center;
	color:#663300;
}

div#foot-left p{
	font-weight:bold;
}

#sub h4 {
	font-size: 18px;
	text-align: left;
	border-bottom:2px solid #A0BF52;
	color: #3C6512;
	font-weight: bold;
	margin: 0 0 18px 0;
}

#footer-in .menu li.parent a{
	font-size:1em;
	color: #3C6512;
	border-left: 5px solid #3c6512;
	padding-left: 5px;
	font-weight:bold;
	}
	
#footer-in .menu li.parent .sub-menu li a{
	font-size:0.95em;
	color:#663300;
	border:none;
	
}

#sub .side-sns ul {
	width: 100%;
}

/*******************************************/
/*　テーブル
/*******************************************/

#article_body td, #article_body th{
	padding:1%;
	border: 1px solid #333;
	background-color:#FFF;
	font-size:0.75em;
	word-wrap: break-word;
	text-align:center;
}

#article_body th{
	background-color:#F6E3B5;
	font-weight:bold;
	word-wrap: break-word;
}

#privacy{
	font-size:0.9em;
}

/*******************************************/
/*　よくある質問
/*******************************************/


#article_body dl{
	border:none;
	border-radius: 0;
	font-size:0.9em;
}


#article_body dl.qa{
	border-bottom: 1px dotted #ccc;
    display: block;
    margin: 0 0 20px;
    overflow: hidden;
    padding: 0 0 20px;
    width: 100%;
	
}

#article_body dl.qa dt{
	background: url("images/q.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    border: medium none;
    margin-bottom: 15px;
    padding-left: 32px;
}

#article_body dl.qa dd{
	background: url("images/a.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    margin-bottom: 0;
    padding-left: 32px;
}

#qa{
	margin:auto 0;
}

#qa .button {
	display: inline-block;
	width: 100%;
	margin-bottom:10px;
	height: 30px;
	text-align: center;
	text-decoration: none;
	line-height: 30px;
	outline: none;
	background-color: #ff7d37;
	color: #fff;
	font-size:12px;
}

#qa .button::before,
#qa .button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
#qa .button,
#qa .button::before,
#qa .button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}

#qa .button:hover {
	background-color:#F60;
	color: #fff;
}

#qa .button a {
	color: #fff;
	text-align:center;
}



/*******************************************/
/*　施設一覧
/*******************************************/

#article_body .spot{
	width:100%;
	clear:both;
}

#article_body .spot-list{
	width:100%;
}

#article_body .spot-list h4 {
    border-left: 8px solid #A0BF52;
    font-size: 0.8em;
	margin:20px 0 10px;
	font-weight:bold;
	background-color: #bbdd77;
	border-radius: 5px;
}

#article_body .spot-list h4#other {
	border-left: 8px solid #ff7d37;
    font-size: 0.8em;
	margin:20px 0 10px;
	font-weight:bold;
	background-color:  #f9e7c0;
	border-radius: 5px;
}



#article_body .spot-list-inner img{
	border:solid 1px #CCC;
	padding:10px;
	background-color:#FFF;
	margin-bottom: 5px;
	display: block;
 	margin-left: auto;
 	margin-right: auto;
}

#article_body .spot-list-inner p{
	text-align:right;
	margin-bottom:1.3em;
}

#article_body .spot-list-inner a{
	color:#3C6512;
	font-weight:bold;
	
}

/*******************************************/
/*　主な施設紹介
/*******************************************/
#article_body .slick-slider div{
	max-width:none;
}

#article_body .slick-slider img{
	display: block;
 margin-left: auto;
 margin-right: auto;
}


#article_body .spot-info{
	margin: 0 auto 10px;
    padding: 0;
    width: 100%;
	
}

#article_body .spot-info dt{
	font-weight: bold;
    font-size:1em;
	margin: 1em 0 1em 0;
	background-color:#3c6512;
	padding:5px;
	color:#FFF;
	border-radius:10px;
	
}

#article_body .spot-info dd{
    margin: 0;
    padding: 0;
	
	
}


/*******************************************/
/*　アクセス
/*******************************************/

.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.map{
	border: 1px solid #ced4d9;
    padding: 20px;
	background-color:#FFF;
	border-radius:10px;
	margin-bottom:2em;
}



/*******************************************/
/*　花一覧
/*******************************************/

#article_body .flower-list{
	width:100%;
	margin-bottom:30px;
	border-bottom:#CCC 1px solid;
}

#article_body .flower-list p{
	margin-bottom: 1.8em;
}

#article_body .flower-img{
	width:100%;
}

#article_body .flower-img img{
	border-radius:10px;
	
}


#article_body .flower-text{
	width:100%;
}

/*******************************************/
/*　活動日誌
/*******************************************/

#article_body .child-page-box{
	width:100%;
}

#article_body .child-page-box-img{
	width:100%;
	float:none;
}

#article_body .child-page-box-title{
	width:100%;
	float:none;
	margin-bottom:20px;
}

/*******************************************/
/*　フッター
/*******************************************/

.footer_c, .footer_r {
    width: 100%;
}

/*--------------------------------------
  ここからタブレット表示設定
--------------------------------------*/

@media screen and (min-width : 768px){
	

/*--------------------------------------
  768px ナビ
--------------------------------------*/
nav#menu ul {
	width: 100%;
}

nav#menu ul li {
	float: left;
	width: auto;
	text-align: center;
	border: none;
}

nav#menu ul li a {
	display: block;
	color : #fff;
	padding : 8px 1em;
}


/*******************************************/
/*　花一覧
/*******************************************/

#article_body .flower-list{
	width:100%;
}

#article_body .flower-img{
	width:40%;
	float:left;
	margin-right:2%;
}


#article_body .flower-text{
	float:left;
	width:58%;
}

/*******************************************/
/*　活動日誌
/*******************************************/

#article_body .child-page-box{
	widows:100%;
}

#article_body .child-page-box-img{
	width:40%;
	float:left;
	margin-right:2%;
}

#article_body .child-page-box-title{
	width:58%;
	float:left;
}


/*--------------------------------------
  ボタン
--------------------------------------*/


#entry_body div.btn a{
	padding: 5px;
	margin:10px;
	display:block;
	width:25%;
	float:left;
	
}

#entry_body div.linkbtn{
}

#entry_body div.linkbtn a{
	padding: 5px;
	margin:10px;
	display:block;
	width:40%;
	float:right;
	
}

#sub li > h4 {
    margin-top: 10px;
}


}


/*--------------------------------------
  ここからPC表示設定
--------------------------------------*/

@media screen and (min-width : 1024px) {
	
/*--------------------------------------
  サイドナビゲーション
--------------------------------------*/
ul.side li{
	
}

ul.side{
	text-align:right;
	
}

	
/*--------------------------------------
  ヘッダ見出し
--------------------------------------*/
#header .hgroup{
	padding-top:1.3em;
}


#header .top_title {
	margin-bottom: 0px;
	font-size: 36px;
	float:left;
}


#header .top_title2{
	float:right;
	width:30%;
	text-align:right;
	padding:0 0 10px 0;
}
	
/*******************************************/
/*　ヘッダー
/*******************************************/

/* ヘッダーに濃いグレーのテクスチャ */
#header {
	background: none;
	border:none;
}
	
.togmenu {
	background: none;
	color: #fff;
}	





/*--------------------------------------
  リンクボタン
--------------------------------------*/


#contents .link-button{
	text-align:right;
	margin-top:10px;
	margin-bottom:10px;
}

/*--------------------------------------
  1024px ナビゲーション
--------------------------------------*/
nav#menu {
	padding: 0;
}

nav#menu ul {
	width: 100%;
	margin: 0 auto;
	max-width: 1060px;
	height: 43px;
	overflow: visible;
}

/* MENUボタンを隠す */
.menubtn {
	display: none;
}

/* ナビを表示 */
.togmenu {
	display: block;
}

nav#menu ul li {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

nav#menu ul li a {
	color: #fff;
}

nav#menu ul li a:hover {
	color: #fff;
}

nav#menu ul li ul.sub-menu {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	z-index:99999;
}

nav#menu ul li:hover,
nav#menu ul li ul.sub-menu li {
	border-bottom: 1px solid #3C6512;
	background: #A0BF52;
}

nav#menu ul li ul.sub-menu li:first-child {
	border-top: 1px solid #3C6512;
}

/* カーソルをのせると子を表示 */
nav#menu ul li:hover ul.sub-menu {
	display: block;
	
}

nav#menu ul li ul.sub-menu li {
	overflow: hidden;
	width: 100%;
	height: 0;
	color: #fff;
}

nav#menu ul li ul.sub-menu li a {
	padding: 13px 15px;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
}

nav#menu ul li:hover ul.sub-menu li {
	overflow: hidden;
	min-height: 40px;
	background-color: #A0BF52;
}

#menu-menu{
	background-color:#A0BF52;
}

nav#menu ul li {
	width: 16.58%;
	border-right: 1px dotted;
}
nav#menu ul li:last-child{
	width: 16.58%;
	border-right: none;
}

/*******************************************/
/*　メインコンテンツ
/*******************************************/
	
#contents #main {
	float: right;
	margin: 0 0 0 0;
	max-width: 728px;
	padding: 20px 40px;
}

#entry_body {
	width: 690px;
	margin: 0;
	padding: 0;
}

/*******************************************/
/*　サイドバー
/*******************************************/
	
#contents #sub {
	float: left;
	margin: 0;
	width: 240px;
	text-align: center;
	padding: 0;
}

#contents #sub p {
	text-align: left;
}



.side_new:hover {
	text-decoration: none;
	background: #fff;
}

div#foot-left{
	text-align:right;
	padding:10px;
}

/*--------------------------------------
  1024px フッター
--------------------------------------*/

#footer {
	width: 100%;
	margin: auto 0;
	clear: both;
	background: #BAD53E;
	
}

#footer-in {
	width: 1060px;
	margin: 0 auto 24px auto;
}

#footer-in p {
	margin-bottom: 5%;
}

#footer-in h2 {
	border-left: 5px solid #c2082b;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

#footer-in h3 {
	border-left: 5px solid #ffd700;
	font-size: 20px;
	padding: 5px 0 5px 8px;
}

.footer_l {
	float: left;
	width: 260px;
	font-size: 90%;
}

.footer_c, .footer_r {
	width: 750px;
}

.footer_l, .footer_c {
	margin: 0 32px 0 0;
}



#footer-in .menu li.parent{
	display:inline-block;
    vertical-align: top;
	font-size:12px;
	font-weight:bold;
	width:19%;
	margin-bottom:15px;
}

#footer-in .menu li.parent a{
	font-weight:bold;
	text-decoration:none;
	font-size:1em;
	}
	
	

#footer .foot-text{
	text-align:left;
	font-size:0.7em;
}

/********************************************/
/*　施設一覧
/*******************************************/

#article_body .spot-list{
	width:24%;
	float:left;
	margin-right: 1%;
}

#article_body .spot-list:last-child{
	margin-right: 0%;
}

/*******************************************/
/*　主な施設紹介
/*******************************************/
/*#article_body dl.spot-info{
	width:100%;
	clear:both;
	padding:10px 0px;
	
	
}

#article_body .spot-info dt{
	margin:0px;
	float:left;
	 margin-right:10px;
	
}

#article_body .spot-info dd{
   float:left;
   margin-right:10px;
	
}*/




/*******************************************/
/*　花一覧
/*******************************************/

#article_body .flower-list{
	width:100%;
}

#article_body .flower-img{
	width:40%;
	float:left;
	margin-right:4%;
}


#article_body .flower-text{
	width:54%;
	float:left;
}


}/* PC表示ここまで */

