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

.sp {
	display: none;
}
.pc {
	display: block;
}
/******************************
リセット
******************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
	width: 100%;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul,li {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym {
	border:0;
}
img,a{
	vertical-align:top;
}
input[type="submit"],
input[type="button"] {
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/******************************
共通
******************************/
html {
	overflow-y:scroll;
	overflow-x:hidden;
	-webkit-text-size-adjust: none;
	font-size:62.5%;
}
body {
	line-height:1.75;
	color:#000;
	font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
	overflow-x:hidden;
	font-size: 1.6rem;
	background-image: url(/attach/img/share/bg_dot_w.png);
}
a , input {
	outline:none;
}
a,
a:link,
a:visited {
	color: #000;
}
a:hover,
a:active  {
	text-decoration: none;
	color: #51ac42;
}
/******************************
ヘッダー&メニュー
******************************/
header {
	background: url(/attach/img/share/bg_header.png) 50% top repeat-x;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9999;
}
header #headerIn {
	width: 1140px;
	margin: 0 auto;
	position: relative;
}
header .logo {
	padding: 21px 0 25px;
}
header .headerBtn {
	position: absolute;
	top: 19px;
	right: 0;
	width: 418px;
	overflow: hidden;
}
header .headerBtn li {
	float: left;
}
header .headerBtn li a:hover img {
	opacity: 0.7;
}
header .langArea {
	position: absolute;
	top: 21px;
	right: 427px;
	z-index: 9998;
}
.langBtn:hover ,
.langClose:hover {
	cursor: pointer;
}
.langOver {
	display: none;
}
#spMenuBtn {
	display: none;
}
header#inner {
	background: url(/attach/img/share/bg_header_in.png) 50% top repeat-x;
}
header#inner .logo {
	padding: 50px 0 45px;
}
header#inner .headerBtn {
	top: 28px;
}
header#inner .langArea {
	top: 30px;
}
header#inner .innerUl {
	overflow: hidden;
	width: 1000px;
	position: absolute;
	right: 0;
	top: 90px;
}
header#inner .innerUl li {
	font-size: 20px;
	font-size: 2.0rem;
	float: right;
	margin-left: 10px;
}
header#inner .innerUl li a {
	letter-spacing: 0.05em;
	color: #48312b;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
	display: inline-block;
}
header#inner .innerUl li span {
	letter-spacing: 0.05em;
	color: #51ac42;
	font-weight: bold;
	text-decoration: none;
	margin-left: 10px;
	display: inline-block;
}
header#inner .innerUl li a:hover {
	color: #51ac42;
}
/******************************
TOPページ
******************************/
/*スライダー*/
#mainSlider {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 668px;
	margin-bottom: 19px;
}
#mainSlider .slider {
	display: block;
	width: 100%;
	height: 668px;
	overflow: hidden;
	background-size: cover;
	background-position: 50% bottom;
	position: relative;
}
#mainSlider .slider a {
	display: block;
	width: 100%;
	height: 668px;
}
#mainSlider .slider.no01 {
	background-image: url(/attach/img/index/img_slider01.jpg);
}
#mainSlider .slider.no02 {
	background-image: url(/attach/img/index/img_slider02.jpg);
}
#mainSlider .slider.no03 {
	background-image: url(/attach/img/index/img_slider03.jpg);
}
#mainSlider .slider.no04 {
	background-image: url(/attach/img/index/img_slider04.jpg);
}

#mainSlider .blackBar {
	position: absolute;
	left: 0;
	top: 182px;
	background-color: rgba(0,0,0,.3);
	padding: 20px 51px 22px 0;
	width: 517px;
	text-align: right;
	border-radius: 0 10px 10px 0;
}
#mainSlider .sliderBottom {
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -1000px;
	z-index: 99;
}
/*ページング*/
.bx-pager {
	text-align: center;
	height: 8px;
}
.bx-pager-item {
	display: inline-block;
}
.bx-pager-item a {
	display: block;
	height: 8px;
	width: 8px;
	text-indent: -9999px;
	background-color: #fff;
	border: #51ac42 solid 2px;
	border-radius: 12px;
	margin: 0 10px;
}
.bx-pager-item a.active {
	background-color: #51ac42;
	border: #51ac42 solid 2px;
}
.bx-controls {
	position: absolute;
	bottom: 27px;
	z-index: 100;
	width: 100%;
}
#index {
	background: url(/attach/img/index/bg_reef01.png) no-repeat 50% 400px;
}
/*公園/植物館*/
#parkbotanicalhallArea {
	width: 984px;
	overflow: hidden;
	margin: 0 auto 51px;
}
#parkbotanicalhallArea li {
	width: 473px;
	overflow: hidden;
	float: left;
}
#parkbotanicalhallArea li a {
	display: block;
	position: relative;
}
#parkbotanicalhallArea li:last-child {
	float: right;
}
#parkbotanicalhallArea li a:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/attach/img/share/ico_arrow.png) no-repeat 0 0;
	position: absolute;
	top: 39px;
	right: 22px;
	transition: all .4s;
}
#parkbotanicalhallArea li a:hover:after {
	right: -20px;
}
#inside #parkbotanicalhallArea {
	margin-bottom: 30px;
}
/*お知らせ*/
#informationArea {
}
/*重要なお知らせ*/
.importantBox {
	width: 564px;
	height: 126px;
	padding: 54px 0 0 302px;
	margin: 0 auto 55px;
	background: url(/attach/img/index/bg_important.png) no-repeat 0 0;
}
.importantBox p {
	color: #555;
	width: 530px;
	padding-right: 20px;
	height: 55px;
	overflow-y:scroll;
}
.importantBox p a {
	color: #555;
}
.importantBox p a:hover {
	color: #51ac42;
}
#informationAreaIn {
	width: 984px;
	margin: 0 auto 80px;
	position: relative;
}
#informationArea .tit {
	text-align: center;
	margin-bottom: 34px;
}
#informationAreaIn .arrowbtnS a {
	position: absolute;
	right: 156px;
	top: 36px;
}
.infoUl {
	width: 100%;
	overflow: hidden;
}
.infoUl li {
	float: left;
	margin: 0 52px 25px 0;
	width: 236px;
	height: 212px;
	padding: 80px 18px 0px 38px;
	line-height: 2;
}
.infoUl li:nth-child(3){
	margin-right: 0;
}
.infoUl li:nth-child(4){
	margin-left: 130px;
	margin-right: 140px;
}
.infoUl li span {
	font-size: 14px;
	font-size: 1.4rem;
	display: block;
}
.infoUl li.park {
	background: url(/attach/img/index/bg_infopark.png) no-repeat 0 0;
}
.infoUl li.botanicalhall {
	background: url(/attach/img/index/bg_infobotanicalhall.png) no-repeat 0 0;
}
.infoUl li.parkbotanicalhall {
	background: url(/attach/img/index/bg_infoparkbotanicalhall.png) no-repeat 0 0;
}
/*植物館の最新情報*/
.botanicalhallTit {
	margin-bottom: 64px;
	text-align: center;
}
/*イベント*/
#eventArea {
	background: url(/attach/img/share/bg_dot_b.png);
	padding: 74px 0 81px;
}
#eventAreaIn {
	width: 984px;
	margin: auto;
	position: relative;
}
#eventAreaIn .arrowbtnS a {
	position: absolute;
	right: 0;
	top: 52px;
}
#eventArea .tit {
	text-align: center;
	margin-bottom: 46px;
}
.greenBox {
	border: #499a1b dotted 2px;
	border-radius: 5px;
	background-color: #fff;
	padding: 25px 60px 33px;
}
.eventUl li {
	border-bottom: #ccc dotted 2px;
	padding: 26px 0;
}
.eventUl li:last-child {
	border-bottom: none;
}
.eventUl li span:first-child {
	font-size: 14px;
	font-size: 1.4rem;
	width: 190px;
	display: inline-block;
	font-weight: bold;
	margin-right: 10px;
	color: #576136;
}
.eventUl li span.class {
	background: url(/attach/img/botanicalhall/ico_class.png) no-repeat right 0;
	background-size: 61px 21px;
}
.eventUl li span.concours {
	background: url(/attach/img/botanicalhall/ico_concours.png) no-repeat right 0;
	background-size: 61px 21px;
}
.eventUl li span.consert {
	background: url(/attach/img/botanicalhall/ico_consert.png) no-repeat right 0;
	background-size: 61px 21px;
}
.eventUl li span.event {
	background: url(/attach/img/botanicalhall/ico_event.png) no-repeat right 0;
	background-size: 61px 21px;
}
.eventUl li span.harvest {
	background: url(/attach/img/botanicalhall/ico_harvest.png) no-repeat right 0;
	background-size: 61px 21px;
}
.eventUl li span.lecture {
	background: url(/attach/img/botanicalhall/ico_lecture.png) no-repeat right 0;
	background-size: 61px 21px;
}
.eventUl li span.planning {
	background: url(/attach/img/botanicalhall/ico_planning.png) no-repeat right 0;
	background-size: 61px 21px;
}
.eventUl li span.present {
	background: url(/attach/img/botanicalhall/ico_present.png) no-repeat right 0;
	background-size: 61px 21px;
}
.eventUl li span.sale {
	background: url(/attach/img/botanicalhall/ico_sale.png) no-repeat right 0;
	background-size: 61px 21px;
}
.eventUl li span.school {
	background: url(/attach/img/botanicalhall/ico_school.png) no-repeat right 0;
	background-size: 61px 21px;
}
.eventUl li span.stage {
	background: url(/attach/img/botanicalhall/ico_stage.png) no-repeat right 0;
	background-size: 61px 21px;
}
.eventUl li span.tour {
	background: url(/attach/img/botanicalhall/ico_tour.png) no-repeat right 0;
	background-size: 61px 21px;
}
.eventUl li a {
	display: inline-block;
	width: 550px;
	margin-right: 10px;
}
.eventUl li span:last-child {
	font-weight: bold;
}
span.entryok {
	color: #499a1b;
	font-weight: bold;
}
span.few {
	color: #f6b14a;
	font-weight: bold;
}
span.full {
	color: #eb3d00;
	font-weight: bold;
}
span.finish {
	color: #9e9e9e;
	font-weight: bold;
}
/*イベント*/
#bloomArea {
	background: url(/attach/img/share/bg_dot_y.png);
	padding: 74px 0 81px;
}
#bloomAreaIn {
	width: 984px;
	margin: auto;
	position: relative;
}
#bloomAreaIn .arrowbtnS a {
	position: absolute;
	right: 0;
	top: 64px;
}
#bloomArea .tit {
	text-align: center;
	margin-bottom: 46px;
}
.bloomUl li {
	border-bottom: #ccc dotted 2px;
	padding: 26px 0;
	display: table;
	width: 100%;
}
.bloomUl li:last-child {
	border-bottom: none;
}
.bloomUl li span {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	font-size: 1.4rem;
	width: 150px;
	color: #576136;
	font-weight: bold;
	line-height: 28px;
}
.bloomUl li a {
	display: table-cell;
	vertical-align: top;
	line-height: 28px;
}
/*facebook*/
#facebookArea {
	padding: 79px 0 106px;
	background: url(/attach/img/share/bg_dot_g.png);
}
#facebookAreaIn {
	width: 984px;
	margin: auto;
	background: url(/attach/img/share/txt_facebook.png) no-repeat 27px 16px;
}
#facebookAreaIn .facebookBox {
	background: url(/attach/img/share/bg_facebook.png) no-repeat;
	width: 487px;
	margin: 0 auto;
	padding: 24px 29px 23px 28px;
}
.facebookUl {
	width: 980px;
	margin: 60px auto 0;
}
.facebookUl li {
	float: right;
	margin-left: 10px;
}
.fb-share-button {
	line-height: 1;
}
.fb-share-button span {
	height: 22px !important;
}

/******************************
フッター
******************************/
footer {
	padding-top: 26px;
	background: url(/attach/img/share/bg_footer.png) no-repeat 50% 0;
	margin-top: -75px;
	height: 676px;
	color: #fff;
}
.arrowbtnT {
	width: 100px;
	height: 64px;
	overflow: hidden;
	position: relative;
	margin: auto ;
}
.arrowbtnT:after {
	content: "";
	display: block;
	width: 18px;
	height: 12px;
	background: url(/attach/img/share/ico_arrow_t.png) no-repeat 0 0;
	position: absolute;
	top: 26px;
	left: 41px;
	transition: all .4s;
}
.arrowbtnT:hover:after {
	top: -12px;
}
.fLink {
	width: 980px;
	margin: 49px auto 58px;
	padding-bottom: 60px;
	border-bottom: #fff dotted 2px;
}
.fLink .linkTit {
	text-align: center;
	margin-bottom: 30px;
}
.fLink ul {
	width: 100%;
	overflow: hidden;
}
.fLink li {
	float: left;
	margin-right: 12px;
	background: url(/attach/img/share/btn_white.png) no-repeat 0 0;
}
.fLink li:last-child {
	margin-right: 0;
}
.fLink li a:hover {
	opacity: 0.7;
}
.fBox {
	width: 980px;
	margin: auto;
	overflow: hidden;
}
.fFaq {
	float: left;
	width: 432px;
	text-align: center;
}
.fFaq .txt {
	margin: 15px 0 14px;
}
.arrowbtnF {
	width: 320px;
	overflow: hidden;
	position: relative;
	margin-left: 53px;
}
.arrowbtnF:after {
	content: "";
	display: block;
	width: 20px;
	height: 20px;
	background: url(/attach/img/share/ico_arrow_y.png) no-repeat 0 0;
	position: absolute;
	top: 15px;
	right: 10px;
	transition: all .4s;
}
.arrowbtnF:hover:after {
	right: -20px;
	cursor: pointer;
}
.fContact {
	float: right;
	width: 478px;
	overflow: hidden;
}
.fContact .tit {
	margin-left: 124px;
	margin-bottom: 14px;
}
.fContact .fPark {
	float: left;
	width: 185px;
	margin-right: 10px;
	margin-top: 2px;
}
.fContact .fbotanicalhall {
	float: left;
	width: 283px;
	margin-top: 2px;
}
.fContact span {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}
.fContact .fPark span {
	margin-bottom: 4px;
}
.copy {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 56px;
	text-align: center;
}

/******************************
夢の島公園
******************************/
#parkTop {
	background: url(/attach/img/park/bg_reef02.png) no-repeat 50% 400px;
}
/*夢の島公園について*/
.aboutPark {
	width: 980px;
	margin: auto;
	text-align: center;
}
.aboutPark .tit {
	margin-bottom: 33px;
}
.aboutPark ul {
	width: 100%;
	overflow: hidden;
}
.aboutPark li {
	width: 306px;
	float: left;
	margin-right: 31px;
}
.aboutPark li:last-child {
	margin-right: 0;
}
.aboutPark li a {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-decoration: none;
	color: #48312b;
}
.aboutPark li a span {
	background: url(/attach/img/share/ico_arrow.png) no-repeat 0 0;
	background-position: right 8px;
	padding-right: 30px;
	margin-top: 20px;
	display: inline-block;
}
.aboutPark li a:hover img {
	opacity: 0.7;
}
.aboutmap a {
	background: url(/attach/img/park/bg_map.png) no-repeat 0 0;
	width: 270px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #48312b;
	margin: 50px auto 0;
	padding: 36px 0 37px 330px;
	text-align: left;
	display: block;
	text-decoration: none;
}
.aboutmap a:hover {
	opacity: 0.7;
	color: #51ac42;
}
/*BBQの予約状況*/
#bbqreserve {
	width: 980px;
	margin: auto;
	text-align: center;
	position: relative;
}
#bbqreserve .tit {
	margin-bottom: 48px;
}
#bbqreserve .arrowbtnS a {
	position: absolute;
	right: 0;
	top: 45px;
}
.bbqcalendar {
	background: url(/attach/img/park/bg_check.png);
	padding: 17px 0 30px;
}
.bbqcalendarBox {
	width: 415px;
	margin: auto;
}
.bbqcalendarBox .txt {
	color: #48312b;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: right;
	margin-bottom: 5px;
}
.bbqcalendarBox .calendarTit {
	background: url(/attach/img/park/bg_calendartit.png);
	padding: 3px 0 2px;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
}
.bbqcalendarBox table {
	border-top: #c9c9c9 solid 1px;
	border-left: #c9c9c9 solid 1px;
}
.bbqcalendarBox th {
	background: url(/attach/img/park/bg_slash_g.png);
	border-right: #c9c9c9 solid 1px;
	border-bottom: #c9c9c9 solid 1px;
	text-align: center;
	color: #48312b;
	font-size: 18px;
	font-size: 1.8rem;
	width: 14.2%;
	padding: 4px 0 3px;
}
.bbqcalendarBox th:first-child {
	background: url(/attach/img/park/bg_slash_p.png);
	color: #e01a1a;
}
.bbqcalendarBox th:last-child {
	background: url(/attach/img/park/bg_slash_b.png);
	color: #1588cb;
}
.bbqcalendarBox td {
	border-right: #c9c9c9 solid 1px;
	border-bottom: #c9c9c9 solid 1px;
	text-align: center;
	color: #48312b;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	padding: 4px 0 36px;
}
.bbqcalendarBox td:first-child ,
.bbqcalendarBox td.holiday {
	color: #e01a1a;
}
.bbqcalendarBox td:last-child {
	color: #1588cb;
}
.bbqcalendarBox td.circle {
	background-image: url(/attach/img/park/bg_circle.png);
	background-repeat: no-repeat;
	background-position: 50% 26px;
	background-size: 28px 28px;
}
.bbqcalendarBox td.cross {
	background-image: url(/attach/img/park/bg_cross.png);
	background-repeat: no-repeat;
	background-position: 50% 26px;
	background-size: 28px 28px;
}
.bbqcalendarBox td.triangle {
	background-image: url(/attach/img/park/bg_triangle.png);
	background-repeat: no-repeat;
	background-position: 50% 26px;
	background-size: 28px 28px;
}
.bbqcalendarBox td.bar {
	background-image: url(/attach/img/park/bg_bar.png);
	background-repeat: no-repeat;
	background-position: 50% 26px;
	background-size: 28px 28px;
}

/******************************
夢の島植物館
******************************/
#botanicalhallTop {
	background: url(/attach/img/botanicalhall/bg_reef03.png) no-repeat 50% 400px;
}
/*夢の島植物館について*/
.aboutBotanicalhall {
}
.aboutBotanicalhall {
	width: 980px;
	margin: auto;
	text-align: center;
}
.aboutBotanicalhall .tit {
	margin-bottom: 55px;
}
.aboutBotanicalhall ul {
	width: 100%;
	overflow: hidden;
}
.aboutBotanicalhall li {
	width: 230px;
	float: left;
	margin-right: 20px;
}
.aboutBotanicalhall li:last-child {
	margin-right: 0;
}
.aboutBotanicalhall li a {
	font-size: 22px;
	font-size: 2.2rem;
	font-weight: bold;
	text-decoration: none;
}
.aboutBotanicalhall li a span {
	background: url(/attach/img/share/ico_arrow.png) no-repeat 0 0;
	background-position: right 8px;
	padding-right: 30px;
	margin-top: 20px;
	display: inline-block;
}
.aboutBotanicalhall li a:hover img {
	opacity: 0.7;
}
.aboutflowermap a {
	background: url(/attach/img/botanicalhall/bg_map.png) no-repeat 0 0;
	width: 270px;
	font-size: 18px;
	font-size: 1.8rem;
	color: #48312b;
	margin: 50px auto 0;
	padding: 36px 0 37px 330px;
	text-align: left;
	display: block;
	text-decoration: none;
}
.aboutflowermap a:hover {
	opacity: 0.7;
	color: #51ac42;
}
/******************************
中面
******************************/
#inside {
	padding-top: 175px;
}
.pankuzu {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0 auto 60px;
	width: 980px;
}
.pankuzu li {
	display: inline-block;
	margin-right: 10px;
	color: #48312b;
}
.pankuzu li a {
	display: inline-block;
	margin-right: 10px;
	color: #48312b;
}
.pankuzu li a:hover {
	color: #51ac42;
}
/******************************
アクセス
******************************/
.accessArea {
	background: url(/attach/img/index/bg_reef01.png) no-repeat 50% 0px;
}
.accessAreaIn {
	width: 980px;
	margin: auto;
}
.accessArea .tit {
	text-align: center;
	margin-bottom: 56px;
}
.googleMap {
	position: relative;
	width: 980px;
	height: 500px;
	overflow: hidden;
	margin-bottom: 55px;
}
.googleMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.accessDl dt {
	background: url(/attach/img/access/ico_point.png) no-repeat 0 8px;
	padding-left: 24px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #48312b;
	font-weight: bold;
	margin-bottom: 5px;
}
.accessDl dd {
	padding-left: 24px;
	margin-bottom: 48px;
	font-size: 14px;
	font-size: 1.4rem;
}
.accessDl dd .txt01 {
	margin-bottom: 0.5em;
}
.accessDl dd .txt02 {
	margin-bottom: 1em;
}

/******************************
よくあるご質問
******************************/
.faqArea {
	background: url(/attach/img/index/bg_reef01.png) no-repeat 50% 0px;
}
.faqAreaIn {
	width: 980px;
	margin: auto;
}
.faqArea .tit {
	text-align: center;
	margin-bottom: 56px;
}
.faqUl {
	width: 100%;
	overflow: hidden;
	margin-bottom: 46px;
}
.faqUl li {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 230px;
	display: table-cell;
	line-height: 1.5;
}
.faqUl li a {
	background-image: url(/attach/img/share/ico_arrow_down_w.png) ,url(/attach/img/park/bg_calendartit.png);
	background-repeat: no-repeat ,repeat;
	background-position: right 10px top 50%, 0 0;
	display: block;
	padding: 18px 16px 18px 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
.faqUl li:nth-child(4) {
	margin-right: 0;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.33;
}
.faqUl li:nth-child(4) a {
	padding: 10px 16px 10px 0;
}
.faqUl li a:hover {
	opacity: 0.7;
}
.faqBox {
	margin-bottom: 50px;
}
.faqTit {
	background: url(/attach/img/access/ico_point.png) no-repeat 0 8px;
	padding-left: 24px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #48312b;
	font-weight: bold;
	margin-bottom: 22px;
}
.faqDl dt {
	font-size: 20px;
	font-size: 2.0rem;
	color: #48312b;
	font-weight: bold;
	margin-bottom: 10px;
}
.faqDl dt span {
	font-size: 16px;
	font-size: 1.6rem;
	color: #48312b;
	margin: 3px 0 0 12px;
	text-decoration: underline;
}
.faqDl dt:hover ,
.faqDl dt:hover span {
	color: #51ac42;
	cursor: pointer;
}
.faqDl dd {
	font-size: 14px;
	font-size: 1.4rem;
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
	display: none;
}
.faqDl dd.active {
	display: block;
}
.faqDl dd .faqPark {
	background-image: url(/attach/img/faq/bg_park.png) , url(/attach/img/faq/ico_park.png);
	background-position: right -2px bottom -2px, right 12px top 14px;
	background-repeat: no-repeat , no-repeat;
	background-color: #fdfcf5;
	border: #97d038 dotted 2px;
	padding: 28px 120px 20px 32px;
	border-radius: 5px;
	width: 328px;
	min-height: 180px;
	float: left;
}
.faqDl dd .faqBotanicalhall {
	background-image: url(/attach/img/faq/bg_botanicalhall.png) , url(/attach/img/faq/ico_botanicalhall.png);
	background-position: right -2px bottom -2px, right 12px top 14px;
	background-repeat: no-repeat , no-repeat;
	background-color: #f4fcfb;
	border: #509e24 dotted 2px;
	padding: 28px 120px 20px 32px;
	border-radius: 5px;
	width: 328px;
	min-height: 180px;
	float: right;
}
.faqDl dd .faqParkBotanicalhall {
	background-image: url(/attach/img/faq/bg_parkbotanicalhall.png) , url(/attach/img/faq/ico_park.png), url(/attach/img/faq/ico_botanicalhall.png);
	background-position: right -2px bottom -2px, right 112px top 14px, right 12px top 14px;
	background-repeat: no-repeat , no-repeat, no-repeat;
	padding: 28px 230px 50px 32px;
	background-color: #f6fff2;
	border: #5ab14c dotted 2px;
	border-radius: 5px;
	width: 714px;
	min-height: 96px;
}
.faqDl dd .txt01 {
	margin-bottom: 0.5em;
}
/*団体／撮影利用の方へ*/
.groupPhotoArea {
	background: url(/attach/img/share/bg_dot_g.png);
	padding: 64px 0 0;
}
.groupPhotoAreaIn {
	width: 980px;
	margin: auto;
	overflow: hidden;
}
.groupPhotoTit {
	text-align: center;
	margin-bottom: 30px;
	font-size: 30px;
	font-size: 3.0rem;
	color: #48312b;
	font-weight: bold;
}
.groupPhotoTit span {
	display: inline-block;
	padding: 0 60px;
	background-image: url(/attach/img/park/bg_reef.png),url(/attach/img/botanicalhall/bg_reef_r.png);
	background-position: left 8px,right 8px;
	background-repeat: no-repeat,no-repeat;
}
.groupPhotoArea .faqTit {
	margin-bottom: 12px;
}
/*団体利用の流れ*/
.groupArea {
	float: left;
	width: 480px;
}
.greenBoxFaq {
	border: #499a1b dotted 2px;
	border-radius: 5px;
	background-color: #fff;
	padding: 43px 17px 30px;
	color: #48312b;
}
.greenBoxFaq .tit {
	font-size: 22px;
	font-size: 2.2rem;
	margin-bottom: 5px;
	font-weight: bold;
}
.greenBoxFaq .tit span {
	font-size: 16px;
	font-size: 1.6rem;
}
.greenBoxFaq .txt01 {
	line-height: 1.5;
} 
.greenBoxFaq .txt02 {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.greenBoxFaq p.txt02 {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 5px;
}
.greenBoxFaq a.pdf {
	color: #48312b;
	background: url(/attach/img/faq/ico_pdf_pc.png) no-repeat right 50%;
	display: inline-block;
	margin-right: 20px;
	padding-right: 26px;
}
.groupArea .txtBox01 {
	padding-left: 110px;
	background: url(/attach/img/faq/ico_group01.png);
	background-repeat: no-repeat;
	background-size: 78px 64px;
	background-position: 13px 50%;
}
.groupArea .txtBox02 {
	padding-left: 110px;
	background: url(/attach/img/faq/ico_group02.png);
	background-repeat: no-repeat;
	background-size: 78px 64px;
	background-position: 13px 50%;
}
.groupArea .txtBox03 {
	padding-left: 110px;
	background: url(/attach/img/faq/ico_group03.png);
	background-repeat: no-repeat;
	background-size: 78px 64px;
	background-position: 13px 50%;
}
.groupArea .txtBox04 {
	padding-left: 110px;
	background: url(/attach/img/faq/ico_group04.png);
	background-repeat: no-repeat;
	background-size: 78px 64px;
	background-position: 13px 50%;
}
.groupArea li {
	background: url(/attach/img/faq/bg_group_arrow.png) no-repeat;
	background-size: 38px 19px;
	background-position: 50% bottom;
	padding-bottom: 27px;
	margin-bottom: 10px;
}
.groupArea li:last-child {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.groupBox {
	padding: 25px 10px 25px 0;
	border: #c6e08f solid 1px;
	border-radius: 5px;
	background: url(/attach/img/park/bg_check.png);
	position: relative;
}
.groupBox .step {
	position: absolute;
	top: -15px;
	left: 10px;
	display: inline-block;
	color: #fff;
	background: url(/attach/img/faq/bg_group.png);
	background-repeat: no-repeat;
	background-size: 86px 35px;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 6px 20px 9px;
	line-height: 1;
}
.groupBox .step span {
	font-size: 20px;
	font-size: 2.0rem;
	display: inline-block;
	margin-left: 3px;
}

/*撮影利用の流れ*/
.photoArea {
	float: right;
	width: 480px;
}
.photoArea .txtBox01 {
	padding-left: 110px;
	background: url(/attach/img/faq/ico_photo01.png);
	background-repeat: no-repeat;
	background-size: 78px 64px;
	background-position: 13px 50%;
}
.photoArea .txtBox02 {
	padding-left: 110px;
	background: url(/attach/img/faq/ico_photo02.png);
	background-repeat: no-repeat;
	background-size: 78px 64px;
	background-position: 13px 50%;
}
.photoArea .txtBox03 {
	padding-left: 110px;
	background: url(/attach/img/faq/ico_photo03.png);
	background-repeat: no-repeat;
	background-size: 78px 64px;
	background-position: 13px 50%;
}
.photoArea .txtBox04 {
	margin-top: 15px;
	padding: 12px 0 12px 110px;
	background: url(/attach/img/faq/ico_photo04.png);
	background-repeat: no-repeat;
	background-size: 78px 64px;
	background-position: 13px 50%;
}
.photoArea .txtBox05 {
	margin-top: 15px;
	padding: 12px 0 12px 110px;
	background: url(/attach/img/faq/ico_photo05.png);
	background-repeat: no-repeat;
	background-size: 78px 64px;
	background-position: 13px 50%;
}
.photoArea .txtBox06 {
	padding-left: 110px;
	background: url(/attach/img/faq/ico_photo06.png);
	background-repeat: no-repeat;
	background-size: 78px 64px;
	background-position: 13px 50%;
}
.photoArea li {
	background: url(/attach/img/faq/bg_photo_arrow.png) no-repeat;
	background-size: 38px 19px;
	background-position: 50% bottom;
	padding-bottom: 27px;
	margin-bottom: 10px;
}
.photoArea li:last-child {
	background: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.photoBox {
	padding: 25px 10px 25px 0;
	border: #9bd694 solid 1px;
	border-radius: 5px;
	background: url(/attach/img/park/bg_check.png);
	position: relative;
}
.photoBox .step {
	position: absolute;
	top: -15px;
	left: 10px;
	display: inline-block;
	color: #fff;
	background: url(/attach/img/faq/bg_photo.png);
	background-repeat: no-repeat;
	background-size: 86px 35px;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 6px 20px 9px;
	line-height: 1;
}
.photoBox .step span {
	font-size: 20px;
	font-size: 2.0rem;
	display: inline-block;
	margin-left: 3px;
}

/******************************
多言語
******************************/
.langArea {
	background: url(/attach/img/index/bg_reef01.png) no-repeat 50% 0px;
}
.langAreaIn {
	width: 980px;
	margin: 0 auto 50px;
}
.langArea .tit {
	margin-bottom: 59px;
	text-align: center;
}
#domeMap {
	width: 980px;
	background-color: #fff;
	text-align: center;
	padding: 60px 0;
	margin: auto;
	position: relative;
}
#domeMap li.adome {
	position: absolute;
	left: 593px;
	top: 167px;
}
#domeMap li.bdome {
	position: absolute;
	left: 392px;
	top: 120px;
}
#domeMap li.cdome {
	position: absolute;
	left: 202px;
	top: 167px;
}
#domeMap li.exhibition {
	position: absolute;
	left: 213px;
	top: 355px;
}
#domeMap li.movie {
	position: absolute;
	left: 569px;
	top: 329px;
}
#domeMap li:hover {
	opacity: 0.7;
	cursor: pointer;
}
.mapspBtn {
	display: none;
}
.langBox {
	width: 980px;
	margin: 60px auto 0;
	font-size: 14px;
	font-size: 1.4rem;
	color: #48312b;
	overflow: hidden;
}
.langTit {
	background: url(/attach/img/access/ico_point.png) no-repeat 0 8px;
	padding-left: 24px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.langBox .imgL {
	float: left;
	margin-right: 20px;
}
.langBox .imgR {
	float: right;
	margin-left: 20px;
}
.table01 {
	font-size: 14px;
	font-size: 1.4rem;
	border-top: #bfbfbf solid 1px;
	border-left: #bfbfbf solid 1px;
}
.table01 th {
	border-bottom: #bfbfbf solid 1px;
	border-right: #bfbfbf solid 1px;
	background-color: #f0fad6;
	text-align: center;
	padding: 10px 25px;
	font-weight: bold;
}
.table01 td {
	border-bottom: #bfbfbf solid 1px;
	border-right: #bfbfbf solid 1px;
	background-color: #fff;
	padding: 10px 50px;
}
.langBox .txt01 {
	margin-bottom: 1em;
}
.accessMap {
	background-color: #fff;
	width: 784px;
	text-align: center;
	padding: 30px 0 25px;
	margin-top: 20px;
}
/*カラーボックス*/
.colorBoxArea {
	display: none;
}
.colorBox {
	background:url(/attach/js/colorbox/img/bg_colorbox.png);
	border: #51ac42 solid 4px;
	border-radius: 10px;
	padding: 55px 70px 62px;
	width: 832px;
	color: #48312b;
}
.colorBox .boxTit {
	background: url(/attach/img/access/ico_point.png) no-repeat 0 8px;
	padding-left: 24px;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	margin-bottom: 10px;
}
.colorBox .boxTit span {
	font-size: 16px;
	font-size: 1.6rem;
}
.colorBox .txt {
	margin-bottom: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
.colorBox ul {
	font-size: 0;
}
.colorBox li {
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	vertical-align: top;
	text-align: center;
	margin-right: 20px;
}
.colorBox li span {
	display: block;
	margin-top: 3px;
}
.colorBox .eventBtn a {
	margin: 35px auto 0;
	width: 230px;
	background-image: url(/attach/img/share/ico_arrow_right_w.png) ,url(/attach/img/park/bg_calendartit.png);
	background-repeat: no-repeat ,repeat;
	background-position: right 10px top 50%, 0 0;
	display: block;
	padding: 6px 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
.colorBox .adomeBtn a:hover {
	opacity: 0.7;
}
#cboxClose {
	background:url(/attach/js/colorbox/img/btn_close.png);
	background-size: 26px 26px;
	width: 26px;
	height: 26px;
	background-position: 0 0;
	position: absolute;
	top: 30px;
	right: 30px;
}
#cboxClose:hover {
	background-position: 0 0;
	opacity: 0.7;
}

/******************************
お知らせ
******************************/
.infoAreaIn {
	width: 980px;
	margin: auto;
	position: relative;
}
.infoAreaIn .tit {
	text-align: center;
	margin-bottom: 59px;
}
.infoAreaIn .arrowbtnM a ,
.infoAreaIn .arrowbtnMS a {
	position: absolute;
	right: 0;
	top: 36px;
}
.infoBox {
	border-radius: 5px;
	padding: 25px 30px 60px;
}
.infoBoxIn {
	margin: auto;
	width: 856px;
	overflow: hidden;
}
.infoBox .infoList {
	margin: 0 30px;
}
.infoBox .infoList li {
	border-bottom: #ccc dotted 2px;
	padding: 26px 0;
	display: table;
	width: 100%;
}
.infoBox .infoList li span {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	font-size: 1.4rem;
	width: 150px;
	color: #576136;
	font-weight: bold;
	line-height: 28px;
}
.infoBox .infoList li a {
	display: table-cell;
	vertical-align: top;
	line-height: 28px;
}
.infoBox .pager {
	text-align: center;
	color: #48312b;
	margin-top: 36px;
}
.infoBox .pager li {
	display: inline-block;
	margin: 0 3px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
.infoBox .pager a {
	color: #48312b;
	text-decoration: none;
}
.infoBox .pager .act a ,
.infoBox .pager a:hover {
	color: #51ac42;
}
.infoBox .pager li.prev a {
	margin: 0 25px 0 0;
	text-decoration: underline;
}
.infoBox .pager li.prev a span {
	display: inline-block;
	margin-right: 12px;
	text-decoration: none;
}
.infoBox .pager li.next a {
	margin: 0 0 0 25px;
	text-decoration: underline;
}
.infoBox .pager li.next a span {
	display: inline-block;
	margin-left: 12px;
	text-decoration: none;
}
.infoBox .infoTit {
	margin: 33px 0 29px;
	text-align: center;
}
.backCalendar {
	color: #48312b;
	font-size: 18px;
	font-size: 1.8rem;
	width: 828px;
	overflow: hidden;
	padding: 20px 10px 10px 78px;
	border-radius: 5px;
	font-weight: bold;
	margin-bottom: 30px;
}
.backCalendar p {
	clear: both;
	float: left;
	margin-bottom: 10px;
	margin-right: 28px;
	height: 36px;
	line-height: 36px;
}
.backCalendar ul {
	float: left;
	margin-bottom: 10px;
}
.backCalendar ul li {
	float: left;
	width: 55px;
	text-align: center;
	margin-right: 2px;
}
.backCalendar ul li:last-child {
	margin-right: 0;
}
.backCalendar ul li span ,
.backCalendar ul li a {
	height: 36px;
	line-height: 36px;
	display: block;
	text-decoration: none;
}
.backCalendar ul li span {
	color: #a9a9a9;
}
.backCalendar ul li a {
	color: #48312b;
}
.backCalendar ul li.act a ,
.backCalendar ul li a:hover {
	position: relative;
	color: #fff;
	background: url(/attach/img/park/bg_calendartit.png);
	z-index: 0;
	border-radius: 5px;
}
.backCalendar ul li.act a:after ,
.backCalendar ul li a:hover:after {
	content: "";
	position: absolute;
	bottom: -7px; left: 50%;
	margin-left: -6px;
	display: block;
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 8px 6px 0 6px;
	border-color: #55a123 transparent transparent transparent;
}
/*夢の島公園*/
#park.infoArea {
	background: url(/attach/img/park/bg_reef02l.png) no-repeat 50% 0px;
}
#park .infoBox {
	background-color: #fdfcf5;
	border: #90cd2b dotted 2px;
}
#park .backCalendar {
	background-color: #e3f0c4;
}
/*夢の島植物館*/
#botanicalhall.infoArea {
	background: url(/attach/img/botanicalhall/bg_reef03l.png) no-repeat 50% 0px;
}
#botanicalhall .infoBox {
	background-color: #f4fcfb;
	border: #509e24 dotted 2px;
}
#botanicalhall .backCalendar {
	background-color: #cdebc8;
}
/*夢の島植物館*/
/*共通*/
#common.infoArea {
	background: url(/attach/img/index/bg_reef01.png) no-repeat 50% 0px;
}
#common .infoBox {
	background-color: #f6fff2;
	border: #5ab14c dotted 2px;
}
/******************************
お知らせ詳細
******************************/
.titArea {
	font-weight: bold;
	border-bottom: #ccc dotted 2px;
	margin: 30px 0 30px;
	padding-bottom: 24px;
}
.titArea .data {
	color: #576136;
	font-size: 14px;
	font-size: 1.4rem;
}
.titArea .contTit {
	font-size: 20px;
	font-size: 2.0rem;
}
.txtArea {
	float: left;
	width: 580px;
	font-size: 14px;
	font-size: 1.4rem;
}
.txtArea p {
	margin-bottom: 24px;
}
.imgArea {
	float: right;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	width: 247px;
}
.imgArea p {
	margin-bottom: 10px;
}
.btnArea {
	margin: 40px auto 0;
	width: 243px;
}


/******************************
BBQの予約状況
******************************/
.bbqArea {
	background: url(/attach/img/park/bg_reef02l.png) no-repeat 50% 0px;
}
.bbqAreaIn {
	width: 980px;
	margin: 0 auto 80px;
}
.bbqArea .tit {
	text-align: center;
	margin-bottom: 59px;
}
.bbqcalendarArea {
	width: 100%;
	overflow: hidden;
	border-bottom: #90cd2b dotted 2px;
}
.bbqArea .bbqcalendarBox td {
	background-color: #fff;
}
.bbqArea .bbqcalendarBox {
	float: left;
	margin-bottom: 40px;
}
.bbqArea .bbqcalendarBox:nth-child(2){
	float: right;
}
.bbqArea .bbqiconBox {
	float: right;
	background: url(/attach/img/park/bg_check.png);
	padding: 108px 30px 0px 45px;
	margin-bottom: 40px;
	width: 340px;
	min-height: 307px;
	margin-top: 21px;
}
.bbqiconBox table {
	font-size: 14px;
	font-size: 1.4rem;
}
.bbqiconBox th {
	padding: 2px 0 24px 50px;
	vertical-align: top;
	width: 80px;
}
.bbqiconBox td {
	padding: 2px 0 24px 0px;
	vertical-align: top;
	text-indent: -1em;
	padding-left: 1em;
}
.bbqiconBox th.circle {
	background-image: url(/attach/img/park/bg_circle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 28px 28px;
}
.bbqiconBox th.cross {
	background-image: url(/attach/img/park/bg_cross.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 28px 28px;
}
.bbqiconBox th.triangle {
	background-image: url(/attach/img/park/bg_triangle.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 28px 28px;
}
.bbqiconBox th.bar {
	background-image: url(/attach/img/park/bg_bar.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 28px 28px;
}
.bbqtelArea {
	margin-top: 30px;
}
.bbqtelArea .telTit {
	background: url(/attach/img/access/ico_point.png) no-repeat 0 8px;
	padding-left: 24px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #48312b;
	font-weight: bold;
	margin-bottom: 5px;
}
.bbqtelArea .txt01 {
	margin-bottom: 12px;
	padding-left: 24px;
}
.bbqtelArea .img {
	margin-bottom: 15px;
	padding-left: 24px;
}
.bbqtelArea .txt02 {
	padding-left: 24px;
	font-size: 14px;
	font-size: 1.4rem;
}
/*バーベキュー広場のご利用について*/
.bbqguieArea {
	width: 980px;
	margin: auto;
	font-size: 14px;
	font-size: 1.4rem;
}
.reefTit {
	text-align: center;
	margin-bottom: 22px;
	font-size: 24px;
	font-size: 2.4rem;
	color: #48312b;
	font-weight: bold;
}
#park .reefTit span {
	display: inline-block;
	padding: 0 60px;
	background-image: url(/attach/img/park/bg_reef.png),url(/attach/img/park/bg_reef.png);
	background-position: left 3px,right 3px;
	background-repeat: no-repeat,no-repeat;
}
#botanicalhall .reefTit span {
	display: inline-block;
	padding: 0 60px;
	background-image: url(/attach/img/botanicalhall/bg_reef_l.png),url(/attach/img/botanicalhall/bg_reef_r.png);
	background-position: left 1px,right 1px;
	background-repeat: no-repeat,no-repeat;
}
#park .reefTit span.small ,
#botanicalhall .reefTit span.small {
	padding: 0;
	background-image: none;
	font-size: 14px;
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}
.bbqguieArea th {
	width: 120px;
}
.discUl li {
	background-image: url(/attach/img/share/bg_disc.png);
	background-repeat: no-repeat;
	background-position: 0 4px;
	background-size: 14px 14px;
	padding-left: 16px;
}

/******************************
夢の島公園について/植物館について
******************************/
#park.aboutArea {
	background: url(/attach/img/park/bg_reef02l.png) no-repeat 50% 0px;
}
#botanicalhall.aboutArea {
	background: url(/attach/img/botanicalhall/bg_reef03l.png) no-repeat 50% 0px;
}
.aboutAreaIn {
	width: 980px;
	margin: 0 auto 80px;
}
.aboutArea .tit {
	text-align: center;
	margin-bottom: 59px;
}
.aboutArea .aboutImg {
	padding-bottom: 25px;
}
.aboutArea .aboutTxt {
	padding-bottom: 10px;
	color: #48312b;
}
.aboutBox {
	font-size: 14px;
	font-size: 1.4rem;
	color: #48312b;
	margin-top: 60px;
}
.aboutBox .infoBox {
	padding: 30px 30px 40px;
	margin-bottom: 30px;
}
.aboutBox .infoBoxIn {
	margin-left: 30px;
	width: 886px;
}
.aboutBoxIn {
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.aboutBox .aboutBtn {
	margin: 0 auto 0;
	width: 243px;
}
.table02 th {
	width: 90px;
}
.table02 th ,
.table02 td {
	vertical-align: top;
	padding: 5px 0;
}
.aboutBox .boxTit {
	background: url(/attach/img/access/ico_point.png) no-repeat 0 8px;
	padding-left: 24px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #48312b;
	font-weight: bold;
	margin: 0 0 25px 6px;
}
.aboutBox .boxTit a {
	width: 230px;
	background-image: url(/attach/img/share/ico_arrow_right_w.png) ,url(/attach/img/park/bg_calendartit.png);
	background-repeat: no-repeat ,repeat;
	background-position: right 10px top 50%, 0 0;
	display: inline-block;
	padding: 2px 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 12px;
}
.aboutBox .boxTit a:hover {
	opacity: 0.7;
}
.aboutBox .img {
	float: left;
	margin: 0 20px 0px 0;
}
.aboutBox .imgL {
	float: left;
	margin: 0 20px 0px 0;
}
.aboutBox .imgR {
	float: right;
	margin: 0 0 0 20px
}
.aboutBox .aboutLink01 {
	margin-top: 10px;
}
.aboutBox .txt {
	margin-bottom: 1em;
}
.aboutBox .txt02 {
	margin-bottom: 1em;
}
.aboutBox .table01 {
	width: 767px;
}
#botanicalhall .aboutBox .table01 {
	width: 100%;
}
.aboutBox .table01 th {
	width: 100px;
}
.table03 {
	width: 840px;
	font-size: 14px;
	font-size: 1.4rem;
	border-top: #bfbfbf solid 1px;
	border-left: #bfbfbf solid 1px;
}
.table03 th {
	border-bottom: #bfbfbf solid 1px;
	border-right: #bfbfbf solid 1px;
	background-color: #f0fad6;
	text-align: center;
	padding: 10px 0;
	font-weight: bold;
}
.aboutBox .table03 thead th {
	background-color: #5eb722;
	color: #fff;
}
.aboutBox .table03 tbody th {
	width: 120px;
}
.table03 td {
	border-bottom: #bfbfbf solid 1px;
	border-right: #bfbfbf solid 1px;
	background-color: #fff;
	padding: 10px 15px;
}
.indentUl li {
	text-indent: -1em;
	padding-left: 1em;
}

/******************************
ライブラリー
******************************/
.library .infoBox .infoList {
	margin: 0 68px;
}
.library .infoBox .infoList li:last-child {
	border-bottom: none;
}
.library .boxTit {
	margin-bottom: 0;
}
.libraryNew {
	padding: 26px 0 26px 68px;
	display: table;
	background: url(/attach/img/botanicalhall/ico_new.png) no-repeat left 50%;
}
.libraryNew span {
	display: table-cell;
	vertical-align: top;
	font-size: 14px;
	font-size: 1.4rem;
	width: 150px;
	color: #576136;
	font-weight: bold;
	line-height: 28px;
}
.libraryNew a {
	display: table-cell;
	vertical-align: top;
	line-height: 28px;
}

/******************************
開花情報
******************************/
.bloomingArea {
	background: url(/attach/img/botanicalhall/bg_reef03l.png) no-repeat 50% 0px;
}
.bloomingAreaIn {
	width: 980px;
	margin: auto;
	position: relative;
}
.bloomingAreaIn .tit {
	text-align: center;
	margin-bottom: 59px;
}
.bloomingAreaIn .arrowbtnM a ,
.bloomingAreaIn .arrowbtnMS a {
	position: absolute;
	right: 0;
	top: 36px;
}
.bloomingArea .articleBox {
	margin: 0 auto 25px;
	width: 856px;
	overflow: hidden;
}
.bloomingArea .articleBox:last-child {
	margin-bottom: 0;
}
.bloomingArea .infoBox {
	padding-bottom: 30px;
}
.bloomingBtn {
	margin: 30px auto 0;
	width: 181px;
}
/******************************
イベント
******************************/
.eventArea {
	background: url(/attach/img/botanicalhall/bg_reef03l.png) no-repeat 50% 0px;
	color: #48312b;
}
.eventAreaIn {
	width: 980px;
	margin: auto;
	position: relative;
}
.eventAreaIn .tit {
	text-align: center;
	margin-bottom: 59px;
}
.eventArea .infoBox {
	padding: 30px ;
}
.eventCalendar .calendarTit {
	background: url(/attach/img/park/bg_calendartit.png);
	padding: 3px 0 2px;
	color: #fff;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
}
.eventCalendar .calendarTit .prev {
	position: absolute;
	top: 14px;
	left: 198px;
}
.eventCalendar .calendarTit .next {
	position: absolute;
	top: 14px;
	right: 198px;
}
.eventCalendar .calendarTit .prev:hover ,
.eventCalendar .calendarTit .next:hover {
	opacity: 0.7;
}
.eventCalendar table {
	border-top: #c9c9c9 solid 1px;
	border-left: #c9c9c9 solid 1px;
}
.eventCalendar th {
	background: url(/attach/img/park/bg_slash_g.png);
	border-right: #c9c9c9 solid 1px;
	border-bottom: #c9c9c9 solid 1px;
	text-align: center;
	color: #48312b;
	font-size: 18px;
	font-size: 1.8rem;
	width: 14.2%;
	padding: 4px 0 3px;
}
.eventCalendar th:first-child {
	background: url(/attach/img/park/bg_slash_p.png);
	color: #e01a1a;
}
.eventCalendar th:last-child {
	background: url(/attach/img/park/bg_slash_b.png);
	color: #1588cb;
}
.eventCalendar td {
	border-right: #c9c9c9 solid 1px;
	border-bottom: #c9c9c9 solid 1px;
	text-align: center;
	color: #48312b;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: bold;
	line-height: 1;
	background-color: #fff;
	text-align: center;
	vertical-align: middle;
}
.eventCalendar td span {
	padding: 29px 0;
	display: block;
}
.eventCalendar td a {
	padding: 29px 0;
	display: block;
	background-image: url(/attach/img/botanicalhall/bg_calreef.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
.eventCalendar td:first-child ,
.eventCalendar td:first-child a ,
.eventCalendar td.holiday ,
.eventCalendar td.holiday a {
	color: #e01a1a;
}
.eventCalendar td:last-child ,
.eventCalendar td:last-child a {
	color: #1588cb;
}
.eventCalendar td a:hover {
	color: #51ac42;
}
.reefTxt {
	background: url(/attach/img/botanicalhall/bg_calreef.png) left 50% no-repeat;
	background-size: 30px 30px;
	padding-left: 40px;
	margin-top: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 30px;
}
.event .eventTit {
	background-image: url(/attach/img/access/ico_point.png);
	background-position: 0 8px;
	background-repeat: no-repeat;
	padding-left: 24px;
	font-size: 20px;
	font-size: 2.0rem;
	color: #48312b;
	font-weight: bold;
	margin-bottom: 10px;
	padding-right: 80px;
	display: inline-block;
}
.event .eventTit a {
	color: #48312b;
}
.event .eventTit.class {
	background-image: url(/attach/img/access/ico_point.png),url(/attach/img/botanicalhall/ico_class.png);
	background-position: 0 8px , right 7px;
	background-repeat: no-repeat,no-repeat;
	background-size: 16px 16px, 61px 21px;
}
.event .eventTit.concours {
	background-image: url(/attach/img/access/ico_point.png),url(/attach/img/botanicalhall/ico_concours.png);
	background-position: 0 8px , right 7px;
	background-repeat: no-repeat,no-repeat;
	background-size: 16px 16px, 61px 21px;
}
.event .eventTit.consert {
	background-image: url(/attach/img/access/ico_point.png),url(/attach/img/botanicalhall/ico_consert.png);
	background-position: 0 8px , right 7px;
	background-repeat: no-repeat,no-repeat;
	background-size: 16px 16px, 61px 21px;
}
.event .eventTit.event {
	background-image: url(/attach/img/access/ico_point.png),url(/attach/img/botanicalhall/ico_event.png);
	background-position: 0 8px , right 7px;
	background-repeat: no-repeat,no-repeat;
	background-size: 16px 16px, 61px 21px;
}
.event .eventTit.harvest {
	background-image: url(/attach/img/access/ico_point.png),url(/attach/img/botanicalhall/ico_harvest.png);
	background-position: 0 8px , right 7px;
	background-repeat: no-repeat,no-repeat;
	background-size: 16px 16px, 61px 21px;
}
.event .eventTit.lecture {
	background-image: url(/attach/img/access/ico_point.png),url(/attach/img/botanicalhall/ico_lecture.png);
	background-position: 0 8px , right 7px;
	background-repeat: no-repeat,no-repeat;
	background-size: 16px 16px, 61px 21px;
}
.event .eventTit.planning {
	background-image: url(/attach/img/access/ico_point.png),url(/attach/img/botanicalhall/ico_planning.png);
	background-position: 0 8px , right 7px;
	background-repeat: no-repeat,no-repeat;
	background-size: 16px 16px, 61px 21px;
}
.event .eventTit.present {
	background-image: url(/attach/img/access/ico_point.png),url(/attach/img/botanicalhall/ico_present.png);
	background-position: 0 8px , right 7px;
	background-repeat: no-repeat,no-repeat;
	background-size: 16px 16px, 61px 21px;
}
.event .eventTit.sale {
	background-image: url(/attach/img/access/ico_point.png),url(/attach/img/botanicalhall/ico_sale.png);
	background-position: 0 8px , right 7px;
	background-repeat: no-repeat,no-repeat;
	background-size: 16px 16px, 61px 21px;
}
.event .eventTit.school {
	background-image: url(/attach/img/access/ico_point.png),url(/attach/img/botanicalhall/ico_school.png);
	background-position: 0 8px , right 7px;
	background-repeat: no-repeat,no-repeat;
	background-size: 16px 16px, 61px 21px;
}
.event .eventTit.stage {
	background-image: url(/attach/img/access/ico_point.png),url(/attach/img/botanicalhall/ico_stage.png);
	background-position: 0 8px , right 7px;
	background-repeat: no-repeat,no-repeat;
	background-size: 16px 16px, 61px 21px;
}
.event .eventTit.tour {
	background-image: url(/attach/img/access/ico_point.png),url(/attach/img/botanicalhall/ico_tour.png);
	background-position: 0 8px , right 7px;
	background-repeat: no-repeat,no-repeat;
	background-size: 16px 16px, 61px 21px;
}
.titArea.class {
	background-image: url(/attach/img/botanicalhall/ico_c_class.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 4px 0 24px 90px;
}
.titArea.concours {
	background-image: url(/attach/img/botanicalhall/ico_c_concours.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 4px 0 24px 90px;
}
.titArea.consert {
	background-image: url(/attach/img/botanicalhall/ico_c_consert.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 4px 0 24px 90px;
}
.titArea.event {
	background-image: url(/attach/img/botanicalhall/ico_c_event.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 4px 0 24px 90px;
}
.titArea.harvest {
	background-image: url(/attach/img/botanicalhall/ico_c_harvest.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 4px 0 24px 90px;
}
.titArea.lecture {
	background-image: url(/attach/img/botanicalhall/ico_c_lecture.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 4px 0 24px 90px;
}
.titArea.planning {
	background-image: url(/attach/img/botanicalhall/ico_c_planning.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 4px 0 24px 90px;
}
.titArea.present {
	background-image: url(/attach/img/botanicalhall/ico_c_present.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 4px 0 24px 90px;
}
.titArea.sale {
	background-image: url(/attach/img/botanicalhall/ico_c_sale.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 4px 0 24px 90px;
}
.titArea.school {
	background-image: url(/attach/img/botanicalhall/ico_c_school.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 4px 0 24px 90px;
}
.titArea.stage {
	background-image: url(/attach/img/botanicalhall/ico_c_stage.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 4px 0 24px 90px;
}
.titArea.tour {
	background-image: url(/attach/img/botanicalhall/ico_c_tour.png);
	background-position: left 0;
	background-repeat: no-repeat;
	padding: 4px 0 24px 90px;
}

/******************************
パーツ
******************************/
.lightgreenArea {
	padding: 80px 0;
	background: url(/attach/img/share/bg_dot_lg.png);
}
.brownArea {
	padding: 80px 0;
	background: url(/attach/img/share/bg_dot_b.png);
}
.whiteArea {
	padding: 80px 0;
}
.lastArea {
	padding-bottom: 106px !important;
}


.arrowbtnS a {
	text-align: center;
	border: #515927 solid 1px;
	border-radius: 5px;
	background-color: #fafbf7;
	overflow: hidden;
	position: relative;
	display: inline-block;
	display: block;
	width: 165px;
	padding: 2px 6px 2px 0;
}
.arrowbtnS a:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(/attach/img/share/ico_arrow_s.png) no-repeat 0 0;
	position: absolute;
	top: 12px;
	right: 11px;
	transition: all .4s;
}
.arrowbtnS a:hover:after {
	right: -14px;
}
.arrowbtnMS a {
	text-align: center;
	border: #515927 solid 1px;
	border-radius: 5px;
	background-color: #fafbf7;
	overflow: hidden;
	position: relative;
	display: inline-block;
	display: block;
	width: 175px;
	padding: 2px 6px 2px 0;
}
.arrowbtnMS a:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(/attach/img/share/ico_arrow_s.png) no-repeat 0 0;
	position: absolute;
	top: 12px;
	right: 11px;
	transition: all .4s;
}
.arrowbtnMS a:hover:after {
	right: -14px;
}
.arrowbtnM a {
	text-align: center;
	border: #515927 solid 1px;
	border-radius: 5px;
	background-color: #fafbf7;
	overflow: hidden;
	position: relative;
	display: inline-block;
	display: block;
	width: 229px;
	padding: 2px 12px 2px 0;
}
.arrowbtnM a:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(/attach/img/share/ico_arrow_s.png) no-repeat 0 0;
	position: absolute;
	top: 12px;
	right: 11px;
	transition: all .4s;
}
.arrowbtnM a:hover:after {
	right: -14px;
}
.arrowbtnB a {
	text-align: center;
	border: #515927 solid 1px;
	border-radius: 5px;
	background-color: #fafbf7;
	overflow: hidden;
	position: relative;
	display: inline-block;
	display: block;
	width: 229px;
	padding: 2px 0 2px 12px;
}
.arrowbtnB a:after {
	content: "";
	display: block;
	width: 14px;
	height: 14px;
	background: url(/attach/img/share/ico_arrow_left_s.png) no-repeat 0 0;
	position: absolute;
	top: 12px;
	left: 11px;
	transition: all .4s;
}
.arrowbtnB a:hover:after {
	left: -14px;
}


.bold {
	font-weight: bold;
}
.fsSmall {
	font-size: 12px;
	font-size: 1.2rem;
}
.ml1e {
	margin-left: 1em;
}
.tCenter {
	text-align: center !important;
}
.overH {
	width: 100%;
	overflow: hidden;
}
