@charset "UTF-8";
/* CSS Document */
.sp {
	display: block;
}
.pc {
	display: none;
}

body {
	font-size: 1.2rem;
}
/******************************
ヘッダー&メニュー
******************************/
header {
	background: url(/attach/img/share/bg_header.png) 50% bottom repeat-x;
}
header #headerIn {
	width: auto;
}
header .logo ,
header#inner .logo {
	padding: 15px 0 25px;
	text-align: center;
}
header .logo img {
	width: 146px;
	height: auto;
}
header .headerBtn {
	display: none;
}
header .headerBtn li {
}
header .langArea {
	display: none;
}
.langBtn:hover ,
.langClose:hover {
}
.langOver {
}
header#inner {
	background: url(/attach/img/share/bg_header.png) 50% bottom repeat-x;
}
header#inner .innerUl {
	display: none;
}
/*スマホメニュー*/
#spMenu {
	display: block;
	box-shadow: 0 0 0 500px rgba(0,0,0,0.45);
}
#spMenuBtn {
	display: block;
	position: absolute;
	background: url(/attach/img/share/btn_spmenu_open.png) no-repeat;
	background-size: 23px 22px;
	width: 23px;
	height: 22px;
	cursor: pointer;
	top: 19px;
	right: 15px;
}
#spMenuBtn.active {
	background: url(/attach/img/share/btn_spmenu_close.png) no-repeat;
	background-size: 23px 22px;
}
#spMenu {
	position: absolute;
	top: 0;
	left: 0px;
	padding: 84px 0 20px;
	width: 100%;
	background: #fff;
	overflow: hidden;
	z-index: 9998;
}
.spParkBotanicalhallUl {
	width: 300px;
	overflow: hidden;
	margin: 0 auto 15px;
}
.spParkBotanicalhallUl li {
	float: left;
}
.spParkBotanicalhallUl li:last-child {
	float: right;
}
.langBtnSp {
	margin: 0 auto;
	width: 300px;
	border: #515927 solid 1px;
	border-radius: 3px;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 9px 0;
	background: url(/attach/img/share/ico_arrow_down.png) no-repeat;
	background-position: right 9px top 50%;
	background-size: 12px 12px;
	letter-spacing: 3px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color: #48312b;
}
.langBtnSp span {
	background: url(/attach/img/share/ico_language.png) no-repeat left 50%;
	background-size: 21px 21px;
	display: inline-block;
	padding-left: 38px;
}
.langUl {
	margin: 0 auto;
	width: 300px;
	border: #515927 solid 1px;
	border-radius: 3px;
	text-align: center;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	padding: 9px 0 5px;
	letter-spacing: 3px;
	font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
	color: #48312b;
}
.langUl li {
	border-bottom: #c9c9c9 dotted 1px;
}
.langUl li:last-child {
	border-bottom: none;
}
.langUl li a {
	text-decoration: none;
	text-align: center;
	display: block;
	color: #48312b;
	padding: 3px 0 2px;
}
.langUl li.active a {
	color: #999;
	pointer-events:none;
}
.langUl .langCloseSp {
	background: url(/attach/img/share/ico_arrow_up.png) no-repeat;
	background-position: right 9px top 9px;
	background-size: 12px 12px;
	padding-bottom: 2px;
}
.langUl .langCloseSp span {
	background: url(/attach/img/share/ico_language.png) no-repeat left 50%;
	background-size: 21px 21px;
	display: inline-block;
	padding-left: 38px;
}
.spMenuUl {
	width: 300px;
	margin: 20px auto 0;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
}
.spMenuUl li {
	margin-bottom: 10px;
}
.spMenuUl a {
	display: block;
	background-color: #51ac42;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-radius: 3px;
	padding: 6px 0 5px;
	background-image: url(/attach/img/share/ico_arrow_g.png);
	background-repeat: no-repeat;
	background-position: right 9px top 50%;
	background-size: 12px 12px;
}
.spMenuUl span {
	display: inline-block;
	padding-left: 34px;
}
.spMenuUl .access span {
	background: url(/attach/img/share/ico_access.png) no-repeat left 50%;
	background-size: 24px 25px;
}
.spMenuUl .faq span {
	background: url(/attach/img/share/ico_faq.png) no-repeat left 50%;
	background-size: 24px 25px;
}
.spMenuUl .contact span {
	background: url(/attach/img/share/ico_contact.png) no-repeat left 50%;
	background-size: 24px 25px;
}
.spInnerUl {
	width: 300px;
	margin: 0 auto 15px;
}
.spInnerUl li {
	border-bottom: #c9c9c9 dotted 1px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: bold;
	text-align: center;
	background: url(/attach/img/share/ico_arrow_right.png) no-repeat right 50%;
	background-size: 12px 12px;
}
.spInnerUl li:last-child {
	border-bottom: none;
}
.spInnerUl li a {
	padding: 7px 0;
	display: block;
	text-decoration: none;
	color: #48312b;
}

/******************************
TOPページ
******************************/
/*スライダー*/
#mainSlider {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 275px;
	margin-bottom: 19px;
}
#mainSlider .slider {
	width: 100%;
	height: 274px;
}
#mainSlider .slider.no01 {
}
#mainSlider .slider.no02 {
}
#mainSlider .blackBar {
	left: 0;
	top: 89px;
	padding: 7px 0 9px 0;
	width: 200px;
	text-align: center;
}
#mainSlider .blackBar img {
	width: 168px;
	height: auto;
}
#mainSlider .sliderBottom {
	margin-left: -500px;
}
/*ページング*/
.bx-pager {
	text-align: center;
	height: 6px;
}
.bx-pager-item {
	display: inline-block;
}
.bx-pager-item a {
	height: 5px;
	width: 5px;
	border: #51ac42 solid 1px;
	border-radius: 6px;
	margin: 0 6px;
}
.bx-pager-item a.active {
	border: #51ac42 solid 1px;
}
.bx-controls {
	bottom: 12px;
}
#index {
	background: url(/attach/img/index/bg_reef01_sp.png) no-repeat 50% 0;
	background-size: 400px 350px;
}
/*公園/植物館*/
#parkbotanicalhallArea {
	width: 300px;
	margin: 0 auto 36px;
}
#parkbotanicalhallArea ul {
	width: 100%;
}
#parkbotanicalhallArea li {
	text-align: center !important;
	width: auto;
}
#parkbotanicalhallArea li a {
}
#parkbotanicalhallArea li img {
	width: 145px;
	margin: auto;
}
#parkbotanicalhallArea li:last-child {
}
#parkbotanicalhallArea li a:after {
	display: none;
}
#parkbotanicalhallArea li:hover:after {
}
#inside #parkbotanicalhallArea {
	display: none;
}
/*お知らせ*/
#informationArea {
}
/*重要なお知らせ*/
.importantBox {
	width: auto;
	height: 126px;
	padding: 70px 0 0 0;
	margin: 0 auto 30px;
	background: url(/attach/img/index/bg_important_sp.png) no-repeat 0 0;
	background-position: 50% 0;
	background-size: 300px 192px
}
.importantBox p {
	width: 256px;
	height: 80px;
	margin: auto;
	padding: 0 17px 0 7px;
}
.importantBox p a {
}
.importantBox p a:hover {
}
#informationAreaIn {
	width: auto;
	margin: 0 10px 35px;
}
#informationArea .tit {
	text-align: center;
	margin-bottom: 20px;
}
#informationArea .tit img {
	width: 96px;
	height: auto;
}
#informationAreaIn .arrowbtnS a {
	position: static;
	position: relative;
	top: 0;
	left: 0;
}
.infoUl {
	width: 100%;
	margin: 0px 0 0;
	overflow: hidden;
}
.infoUl li {
	float: none;
	margin: 0 auto 7px;
	width: 280px;
	height: 104px;
	padding: 40px 10px 0px 10px;
}
.infoUl li:nth-child(3){
	margin: 0 auto 7px;
}
.infoUl li:nth-child(4){
	margin: 0 auto 7px;
}
.infoUl li span {
	font-size: 10.5px;
	font-size: 1.05rem;
	display: block;
}
.infoUl li.park {
	background: url(/attach/img/index/bg_infopark_sp.png) no-repeat 0 0;
	background-size: 300px 144px;
}
.infoUl li.botanicalhall {
	background: url(/attach/img/index/bg_infobotanicalhall_sp.png) no-repeat 0 0;
	background-size: 300px 144px;
}
.infoUl li.parkbotanicalhall {
	background: url(/attach/img/index/bg_infoparkbotanicalhall_sp.png) no-repeat 0 0;
	background-size: 300px 144px;
}
/*植物館の最新情報*/
.botanicalhallTit {
	margin-bottom: 20px;
	text-align: center;
}
.botanicalhallTit img {
	width: 286px;
	height: auto;
}
/*イベント*/
#eventArea {
	background: url(/attach/img/share/bg_dot_b.png);
	padding: 26px 0 40px;
}
#eventAreaIn {
	width: auto;
	margin: 0 10px;
}
#eventAreaIn .arrowbtnS a {
	position: static;
	position: relative;
	top: 0;
	left: 0;
}
#eventArea .tit {
	text-align: center;
	margin-bottom: 20px;
}
#eventArea .tit img {
	width: 224px;
	height: auto;
}
.greenBox {
	width: 280px;
	margin: 6px auto 0;
	border: #499a1b dotted 1px;
	padding: 13px 10px 10px;
}
.eventUl li {
	border-bottom: #ccc dotted 2px;
	padding: 10px 0;
	position: relative;
	line-height: 2;
}
.eventUl li:last-child {
	border-bottom: none;
}
.eventUl li span:first-child {
	font-size: 10.5px;
	font-size: 1.05rem;
	width: auto;
	padding-right: 56px;
	margin-right: 0;
}
.eventUl li span.class ,
.eventUl li span.concours ,
.eventUl li span.consert ,
.eventUl li span.event ,
.eventUl li span.harvest ,
.eventUl li span.lecture ,
.eventUl li span.planning ,
.eventUl li span.present ,
.eventUl li span.sale ,
.eventUl li span.school ,
.eventUl li span.stage ,
.eventUl li span.tour {
	background-size: 46px 16px;
}
.eventUl li a {
	width: auto;
	margin-right: 0;
}
.eventUl li span:last-child {
	font-weight: bold;
	position: absolute;
	right: 0;
	top: 10px;
}
.eventUl li span.entryok {
}
.eventUl li span.few {
}
.eventUl li span.full {
}
.eventUl li span.finish {
}
/*イベント*/
#bloomArea {
	background: url(/attach/img/share/bg_dot_y.png);
	padding: 33px 0 40px;
}
#bloomAreaIn {
	width: auto;
	margin: 0 10px;
	position: relative;
}
#bloomAreaIn .arrowbtnS a {
	position: static;
	position: relative;
	top: 0;
}
#bloomArea .tit {
	text-align: center;
	margin-bottom: 20px;
}
#bloomArea .tit img {
	width: 282px;
	height: auto;
}
.bloomUl li {
	border-bottom: #ccc dotted 1px;
	padding: 10px 0;
	line-height: 2;
}
.bloomUl li:last-child {
	border-bottom: none;
}
.bloomUl li span {
	font-size: 10.5px;
	font-size: 1.05rem;
	width: auto;
	display: block;
	margin-right: 0;
	line-height: 2em;
}
.bloomUl li a {
	display: block;
	line-height: 2em;
}
/*facebook*/
#facebookArea {
	padding: 25px 0 150px;
	background: url(/attach/img/share/bg_dot_g.png);
}
#facebookAreaIn {
	width: auto;
	margin: auto;
	background: url(/attach/img/share/txt_facebook_sp.png) no-repeat 50% 0;
	background-size: 200px 23px;
	padding-top: 35px;
}
#facebookAreaIn .facebookBox {
	background: url(/attach/img/share/bg_facebook_sp.png) no-repeat;
	background-size: 272px 250px;
	width: 244px;
	margin: 0 auto 10px;
	padding: 12px 15px 12px 14px;
}
.facebookUl {
	width: auto;
	margin: 40px 10px 0;
}
.facebookUl li {
}
.fb-share-button {
}
.fb-share-button span {
}

/******************************
フッター
******************************/
footer {
	padding-top: 13px;
	background-size: 1031px 1000px;
	height: auto;
	color: #fff;
}
footer a {
	color: #fff !important;
}
.arrowbtnT {
	width: 50px;
	height: 32px;
	overflow: hidden;
	position: relative;
	margin: auto ;
}
.arrowbtnT img {
	width: 50px;
	height: 32px;
}
.arrowbtnT:after {
	width: 9px;
	height: 6px;
	background-size: 9px 6px;
	top: 13px;
	left: 20px;
}
.arrowbtnT:hover:after {
	top: -12px;
}
.fLink {
	width: 300px;
	margin: 38px auto 31px;
	padding-bottom: 28px;
	border-bottom: #fff dotted 2px;
}
.fLink .linkTit {
	text-align: center;
	margin-bottom: 30px;
}
.fLink .linkTit img {
	width: 118px;
	height: auto;
}
.fLink ul {
	width: 100%;
}
.fLink li {
	margin-right: 0;
	width: 146px;
	background: none;
	text-align: center;
	margin-bottom: 7px;
}
.fLink li img {
	width: 100%;
	height: auto;
}
.fLink li:nth-child(even) {
	float: right;
}
.fLink li:last-child {
	margin-right: 0;
}
.fLink li a:hover {
	opacity: 0.7;
}
.fBox {
	width: auto;
	margin: 0 auto;
}
.fFaq {
	float: none;
	width: 300px;
	margin: auto;
	margin-bottom: 30px;
	text-align: center;
}
.fFaq .tit img {
	width: 156px;
	height: auto;
}
.fFaq .txt {
	margin: 12px 0 12px;
	font-size: 11px;
	font-size: 1.1rem;
}
.arrowbtnF {
	width: 240px;
	margin: auto;
	overflow: hidden;
	position: relative;
}
.arrowbtnF img {
	width: 240px;
	height: auto;
}
.arrowbtnF:after {
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	top: 12px;
	right: 10px;
}
.arrowbtnF:hover:after {
}
.fContact {
	float: none;
	width: 300px;
	overflow: hidden;
	margin: 0 auto;
}
.fContact .tit {
	margin: 0 auto 12px;
	text-align: center;
}
.fContact .tit img {
	width: 163px;
	height: auto;
}
.fContact .fPark {
	float: none;
	width: auto;
	margin-right: 0;
}
.fContact .fbotanicalhall {
	float: none;
	width: auto;
	margin-top: 15px;
}
.fContact span {
	display: block;
	font-weight: bold;
	margin-bottom: 4px;
}
.fContact .fPark span {
	margin-bottom: 2px;
}
.copy {
	font-size: 9px;
	font-size: 0.9rem;
	margin-top: 25px;
	padding-bottom: 16px;
	text-align: center;
}
/******************************
夢の島公園
******************************/
#parkTop {
	background: url(/attach/img/park/bg_reef02_sp.png) no-repeat 50% 0;
	background-size: 400px 350px;
}
/*夢の島公園について*/
.aboutPark {
	width: auto;
	margin: 0 auto;
}
.aboutPark .tit {
	margin-bottom: 20px;
}
.aboutPark .tit img {
	width: 318px;
	height: auto;
}
.aboutPark ul {
	width: 300px;
	margin: auto;
	overflow: hidden;
}
.aboutPark li {
	width: 138px;
	float: left;
	margin: 0 0 16px;
}
.aboutPark li img {
	width: 100%;
	height: auto;
}
.aboutPark li:nth-child(even) {
	float: right;
}
.aboutPark li:last-child {
	margin: 0;
}
.aboutPark li a {
	font-size: 12px;
	font-size: 1.2rem;
}
.aboutPark li a span {
	background-size: 9px 9px;
	background-position: right 6px;
	padding-right: 12px;
	margin-top: 8px;
}
.aboutmap a {
	background: url(/attach/img/park/bg_map.png) no-repeat 0 0;
	background-size: 300px 52px;
	width: 135px;
	font-size: 11px;
	font-size: 1.1rem;
	margin: 19px auto 0;
	padding: 16px 0 17px 165px;
}
/*BBQの予約状況*/
#bbqreserve {
	width: 300px;
	margin: 0 auto;
	position: relative;
}
#bbqreserve .tit {
	margin-bottom: 20px;
}
#bbqreserve .tit img {
	width: 282px;
	height: auto;
}
#bbqreserve .arrowbtnS a {
	position: static;
	position: relative;
	top: 0;
	left: 0;
}
.bbqcalendar {
	background: none;
	padding: 0;
}
.bbqcalendarBox {
	width: auto;
	margin-top: 10px;
}
.bbqcalendarBox .txt {
	font-size: 9px;
	font-size: 0.9rem;
}
.bbqcalendarBox .calendarTit {
	padding: 3px 0 2px;
	font-size: 13.5px;
	font-size: 1.35rem;
	margin-bottom: 7px;
}
.bbqcalendarBox table {
}
.bbqcalendarBox th {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 0;
}
.bbqcalendarBox th:first-child {
}
.bbqcalendarBox th:last-child {
}
.bbqcalendarBox td {
	font-size: 9px;
	font-size: 0.9rem;
	font-weight: bold;
	padding: 2px 0 24px;
	background-color: #fff;
}
.bbqcalendarBox td:first-child {
	color: #e01a1a;
}
.bbqcalendarBox td:last-child {
	color: #1588cb;
}
.bbqcalendarBox td.circle {
	background-image: url(/attach/img/park/bg_circle.png);
	background-position: 50% 18px;
	background-size: 19px 19px;
}
.bbqcalendarBox td.cross {
	background-image: url(/attach/img/park/bg_cross.png);
	background-position: 50% 18px;
	background-size: 19px 19px;
}
.bbqcalendarBox td.triangle {
	background-image: url(/attach/img/park/bg_triangle.png);
	background-position: 50% 18px;
	background-size: 19px 19px;
}
.bbqcalendarBox td.bar {
	background-image: url(/attach/img/park/bg_bar.png);
	background-position: 50% 18px;
	background-size: 19px 19px;
}

/******************************
夢の島植物館
******************************/
#botanicalhallTop {
	background: url(/attach/img/botanicalhall/bg_reef03_sp.png) no-repeat 50% 0;
	background-size: 400px 350px;
}
/*夢の島植物館について*/
.aboutBotanicalhall {

}
.aboutBotanicalhall {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
.aboutBotanicalhall .tit {
	margin-bottom: 20px;
}
.aboutBotanicalhall .tit img {
	width: 315px;
	height: auto;
}
.aboutBotanicalhall ul {
	width: 300px;
	margin: auto;
	overflow: hidden;
}
.aboutBotanicalhall li {
	width: 138px;
	float: left;
	margin: 0 0 16px;
}
.aboutBotanicalhall li:nth-child(even) {
	float: right;
	margin-right: 0;
}
.aboutBotanicalhall li:last-child {
	margin-right: 0;
}
.aboutBotanicalhall li img {
	width: 100%;
	height: auto;
}
.aboutBotanicalhall li a {
	font-size: 12px;
	font-size: 1.2rem;
}
.aboutBotanicalhall li a span {
	background-size: 9px 9px;
	background-position: right 6px;
	padding-right: 12px;
	margin-top: 8px;
}
.aboutBotanicalhall li a:hover img {
}
.aboutflowermap a {
	background: url(/attach/img/botanicalhall/bg_map.png) no-repeat 0 0;
	background-size: 300px 52px;
	width: 135px;
	font-size: 11px;
	font-size: 1.1rem;
	margin: 19px auto 0;
	padding: 16px 0 17px 165px;
}
.aboutflowermap a:hover {
}
/******************************
中面
******************************/
#inside {
	padding-top: 93px;
}
.pankuzu {
	display: none;
}
.pankuzu li {
}
.pankuzu li a {
}
/******************************
アクセス
******************************/
.accessArea {
	background: url(/attach/img/index/bg_reef01_sp.png) no-repeat 50% -60px;
	background-size: 400px 350px;
}
.accessAreaIn {
	width: auto;
	margin: auto;
}
.accessArea .tit {
	text-align: center;
	margin-bottom: 30px;
}
.accessArea .tit img {
	width: 92px;
	height: auto;
}
.googleMap {
	position: relative;
	width: 300px;
	height: 300px;
	overflow: hidden;
	margin: 0 auto 25px;
}
.googleMap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.accessDl {
	width: 300px;
	margin: auto;
}
.accessDl dt {
	background: url(/attach/img/access/ico_point.png) no-repeat 0 6px;
	padding-left: 18px;
	background-size: 12px 12px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #48312b;
	font-weight: bold;
	margin-bottom: 5px;
}
.accessDl dd {
	padding-left: 18px;
	margin-bottom: 24px;
	font-size: 12px;
	font-size: 1.2rem;
}
.accessDl dd .txt01 {
}
.accessDl dd .txt02 {
}
/******************************
よくあるご質問
******************************/
.faqArea {
	background: url(/attach/img/index/bg_reef01_sp.png) no-repeat 50% -60px;
	background-size: 400px 350px;
}
.faqAreaIn {
	width: 300px;
	margin: 0 auto;
}
.faqArea .tit {
	text-align: center;
	margin-bottom: 30px;
}
.faqArea .tit img {
	width: 159px;
	height: auto;
}
.faqUl {
	width: 300px;
	overflow: hidden;
	margin: 0 auto 23px;
}
.faqUl li {
	float: left;
	margin-right: 0;
	margin-bottom: 10px;
	width: 145px;
	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 8px top 50%, 0 0;
	background-size: 8px 8px;
	display: block;
	padding: 9px 8px 9px 0;
	vertical-align: middle;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}
.faqUl li:nth-child(even) {
	float: right;
	margin-right: 0;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
.faqUl li:nth-child(4) ,
.faqUl li:nth-child(5) ,
.faqUl li:nth-child(7) {
	margin-right: 0;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2;
}
.faqUl li:nth-child(4) a ,
.faqUl li:nth-child(5) a ,
.faqUl li:nth-child(7) a {
	padding: 5px 8px 5px 0;
}
.faqUl li a:hover {
}
.faqBox {
	margin-bottom: 30px;
}
.faqTit {
	background: url(/attach/img/access/ico_point.png) no-repeat 0 6px;
	padding-left: 18px;
	background-size: 12px 12px;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.faqDl dt {
	font-size: 15px;
	font-size: 1.5rem;
	color: #48312b;
	font-weight: bold;
	margin-bottom: 0;
}
.faqDl dt span {
	font-size: 14px;
	font-size: 1.4rem;
}
.faqDl dt:hover ,
.faqDl dt:hover span {
}
.faqDl dd {
	font-size: 12px;
	font-size: 1.2rem;
	margin-bottom: 20px;
	padding-top: 16px;
}
.faqDl dd.active {
}
.faqDl dd .faqPark {
	background-image: url(/attach/img/faq/bg_park.png);
	background-position: right -1px bottom -1px;
	background-repeat: no-repeat;
	background-size: 210px 40px;
	border: #97d038 dotted 1px;
	background-color: #fdfcf5;
	border-radius: 5px;
	width: 278px;
	min-height: 50px;
	height: auto;
	padding: 25px 10px 40px 10px;
	position: relative;
}
.faqDl dd .faqPark:after {
	display: block;
	content: "";
	background-image: url(/attach/img/faq/ico_park.png);
	width: 45px;
	height:  46px;
	background-size: 45px 46px;
	position: absolute;
	top: -16px;
	right: 6px;
}
.faqDl dd .faqBotanicalhall {
	background-image: url(/attach/img/faq/bg_botanicalhall.png);
	background-position: right -1px bottom -1px;
	background-repeat: no-repeat;
	background-size: 210px 40px;
	border: #509e24 dotted 1px;
	background-color: #f4fcfb;
	border-radius: 5px;
	width: 278px;
	min-height: 50px;
	height: auto;
	padding: 25px 10px 40px 10px;
	position: relative;
	margin-top: 26px;
}
.faqDl dd .faqBotanicalhall:after {
	display: block;
	content: "";
	background-image: url(/attach/img/faq/ico_botanicalhall.png);
	width: 45px;
	height:  46px;
	background-size: 45px 46px;
	position: absolute;
	top: -16px;
	right: 6px;
}

.faqDl dd .faqParkBotanicalhall {
	background-image: url(/attach/img/faq/bg_parkbotanicalhall.png);
	background-position: right -1px bottom -1px;
	background-repeat: no-repeat;
	background-size: 210px 40px;
	border: #5ab14c dotted 1px;
	background-color: #f6fff2;
	border-radius: 5px;
	width: 278px;
	min-height: 50px;
	height: auto;
	padding: 25px 10px 40px 10px;
	position: relative;
}
.faqDl dd .faqParkBotanicalhall:after {
	display: block;
	content: "";
	background-image: url(/attach/img/faq/ico_park.png), url(/attach/img/faq/ico_botanicalhall.png);
	background-position: right 40px top 0, right 0 top 0;
	background-repeat: no-repeat, no-repeat;
	background-size: 45px 46px, 45px 46px;
	width: 120px;
	height:  46px;
	position: absolute;
	top: -16px;
	right: 6px;
}
.faqDl dd .txt01 {
	margin-bottom: 0.5em;
}

/*団体／撮影利用の方へ*/
.groupPhotoArea {
	padding: 30px 0 0;
}
.groupPhotoAreaIn {
	width: 300px;
	margin: auto;
}
.groupPhotoTit {
	margin-bottom: 15px;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
}
.groupPhotoTit span {
	display: inline-block;
	padding: 3px 50px;
	background-position: left 50%,right 50%;
}
.groupPhotoArea .faqTit {
	margin-bottom: 12px;
}
/*団体利用の流れ*/
.groupArea {
	float: none;
	width: auto;
}
.greenBoxFaq {
	border: #499a1b dotted 2px;
	border-radius: 5px;
	background-color: #fff;
	padding: 15px 9px 10px;
	color: #48312b;
}
.greenBoxFaq .tit {
	font-size: 13px;
	font-size: 1.3rem;
	margin-bottom: 5px;
	font-weight: bold;
}
.greenBoxFaq .tit span {
	font-size: 10px;
	font-size: 1.0rem;
}
.greenBoxFaq .txt01 {
	line-height: 1.5;
} 
.greenBoxFaq .txt02 {
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 1.5;
	margin-top: 5px;
}
.greenBoxFaq a.pdf {
	background: url(/attach/img/faq/ico_pdf.png) no-repeat right 50%;
	background-size: 11px 13px;
	margin-right: 10px;
	padding-right: 16px;
}
.groupArea .txtBox01 {
	padding-left: 70px;
	background: url(/attach/img/faq/ico_group01.png);
	background-repeat: no-repeat;
	background-size: 50px 41px;
	background-position: 9px 50%;
}
.groupArea .txtBox02 {
	padding-left: 70px;
	background: url(/attach/img/faq/ico_group02.png);
	background-repeat: no-repeat;
	background-size: 50px 41px;
	background-position: 9px 50%;
}
.groupArea .txtBox03 {
	padding-left: 70px;
	background: url(/attach/img/faq/ico_group03.png);
	background-repeat: no-repeat;
	background-size: 50px 41px;
	background-position: 9px 50%;
}
.groupArea .txtBox04 {
	padding-left: 70px;
	background: url(/attach/img/faq/ico_group04.png);
	background-repeat: no-repeat;
	background-size: 50px 41px;
	background-position: 9px 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: 15px 5px 15px 0;
	border: #c6e08f solid 1px;
	border-radius: 5px;
}
.groupBox .step {
	top: -10px;
	left: 10px;
	background-size: 54px 22px;
	font-size: 7.5px;
	font-size: 0.75rem;
	padding: 5px 12px 7px 11px;
}
.groupBox .step span {
	font-size: 12.5px;
	font-size: 1.25rem;
	margin-left: 0;
	margin-left: 2px;
}

/*撮影利用の流れ*/
.photoArea {
	float: none;
	width: auto;
	margin-top: 30px;
}
.photoArea .txtBox01 {
	padding-left: 70px;
	background: url(/attach/img/faq/ico_photo01.png);
	background-repeat: no-repeat;
	background-size: 50px 41px;
	background-position: 9px 50%;
}
.photoArea .txtBox02 {
	padding-left: 70px;
	background: url(/attach/img/faq/ico_photo02.png);
	background-repeat: no-repeat;
	background-size: 50px 41px;
	background-position: 9px 50%;
}
.photoArea .txtBox03 {
	padding-left: 70px;
	background: url(/attach/img/faq/ico_photo03.png);
	background-repeat: no-repeat;
	background-size: 50px 41px;
	background-position: 9px 50%;
}
.photoArea .txtBox04 {
	margin-top: 0;
	padding: 12px 0 12px 70px;
	background: url(/attach/img/faq/ico_photo04.png);
	background-repeat: no-repeat;
	background-size: 50px 41px;
	background-position: 9px 50%;
}
.photoArea .txtBox05 {
	margin-top: 0;
	padding: 12px 0 12px 70px;
	background: url(/attach/img/faq/ico_photo05.png);
	background-repeat: no-repeat;
	background-size: 50px 41px;
	background-position: 9px 50%;
}
.photoArea .txtBox06 {
	padding-left: 70px;
	background: url(/attach/img/faq/ico_photo06.png);
	background-repeat: no-repeat;
	background-size: 50px 41px;
	background-position: 9px 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: 15px 5px 15px 0;
	border: #c6e08f solid 1px;
	border-radius: 5px;
}
.photoBox .step {
	top: -10px;
	left: 10px;
	background-size: 54px 22px;
	font-size: 7.5px;
	font-size: 0.75rem;
	padding: 5px 12px 7px 11px;
}
.photoBox .step span {
	font-size: 12.5px;
	font-size: 1.25rem;
	margin-left: 0;
	margin-left: 2px;
}

/******************************
多言語
******************************/
.langArea {
	background: url(/attach/img/index/bg_reef01_sp.png) no-repeat 50% -60px;
	background-size: 400px 350px;
}
.langAreaIn {
	width: 300px;
	margin: 0 auto 30px;
}
.langArea .tit {
	margin-bottom: 30px;
	text-align: center;
}
.langArea .tit img {
	width: 300px;
	height: auto;
}
#domeMap {
	width: 300px;
	padding: 15px 0;
}
#domeMap p img {
	width: 270px;
	height: auto;
}
#domeMap li.adome {
	left: 177px;
	top: 47px;
}
#domeMap li.bdome {
	left: 120px;
	top: 34px;
}
#domeMap li.cdome {
	position: absolute;
	left: 60px;
	top: 47px;
}
#domeMap li.exhibition {
	position: absolute;
	left: 66px;
	top: 105px;
}
#domeMap li.movie {
	position: absolute;
	left: 174px;
	top: 97px;
}
#domeMap li.adome img ,
#domeMap li.cdome img ,
#domeMap li.movie img {
	width: 19px;
	height: auto;
}
#domeMap li.bdome img {
	width: 26px;
	height: auto;
}
#domeMap li.exhibition img {
	width: 27px;
	height: auto;
}
#domeMap li:hover {
}
.mapspBtn {
	display: block;
	width: 300px;
	overflow: hidden;
	margin: 10px auto 0;
}
.mapspBtn li {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
}
.mapspBtn li:nth-child(2) {
	margin-right: 4px;
}
.mapspBtn li:nth-child(3) {
	margin-right: 0;
}
.mapspBtn li:nth-child(4) {
	margin-left: 25px;
	margin-bottom: 0;
}
.mapspBtn li:nth-child(5) {
	margin-bottom: 0;
}

.langBox {
	width: 300px;
	margin: 30px auto 0;
	font-size: 12px;
	font-size: 1.2rem;
}
.langTit {
	background: url(/attach/img/access/ico_point.png) no-repeat 0 6px;
	padding-left: 18px;
	background-size: 12px 12px;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 10px;
}
.langBox .imgL {
	float: none;
	margin-right: 0;
	margin-bottom: 10px;
}
.langBox .imgR {
	float: none;
	margin-left: 0;
	margin-bottom: 10px;
}
.langBox .imgL img ,
.langBox .imgR img {
	width: 100%;
	height: auto;
}
.table01 {
	font-size: 12px;
	font-size: 1.2rem;
}
.table01 th {
	padding: 10px 5px;
}
.table01 td {
	padding: 10px 5px 10px 10px;
}
.langBox .txt01 {
	margin-bottom: 1em;
}
.accessMap {
	width: 300px;
	padding: 10px 0;
	margin-top: 20px;
}
.accessMap img {
	width: 260px;
	height: auto;
}
/*カラーボックス*/
.colorBoxArea {
	display: none;
}
.colorBox {
	background:url(/attach/js/colorbox/img/bg_colorbox.png);
	border: #51ac42 solid 2px;
	border-radius: 10px;
	padding: 30px 8px;
	width: 280px;
}
.colorBox .boxTit {
	background: url(/attach/img/access/ico_point.png) no-repeat 0 6px;
	padding-left: 18px;
	background-size: 12px 12px;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.colorBox .boxTit span {
	font-size: 12px;
	font-size: 1.2rem;
}
.colorBox .txt {
	margin-bottom: 12px;
	font-size: 12px;
	font-size: 1.2rem;
}
.colorBox ul {
	width: 100%;
	overflow: hidden;
}
.colorBox li {
	display: block;
	float: left;
	font-size: 9px;
	font-size: 0.9rem;
	margin: 0 12px 15px 0;
}
.colorBox li:nth-child(2) {
	margin-right: 0;
}
.colorBox li.s174 {
	width: 174px;
}
.colorBox li.s210 {
	width: 210px;
}
.colorBox li.s132 {
	width: 132px;
}
.colorBox li.s109 {
	width: 109px;
}
.colorBox li img {
	width: 100%;
	height: auto;
}
.colorBox li span {
	display: block;
	margin-top: 3px;
}
.colorBox .eventBtn a {
	margin: 0 auto 0;
	width: 170px;
	font-size: 12px;
	font-size: 1.2rem;
}
.colorBox .adomeBtn a:hover {
	opacity: 0.7;
}
#cboxClose {
	background:url(/attach/js/colorbox/img/btn_close.png);
	background-size: 13px 13px;
	width: 13px;
	height: 13px;
	background-position: 0 0;
	position: absolute;
	top: 15px;
	right: 15px;
}
#cboxClose:hover {
	background-position: 0 0;
	opacity: 0.7;
}
/******************************
お知らせ
******************************/
.infoAreaIn {
	width: 300px;
}
.infoAreaIn .tit {
	text-align: center;
	margin-bottom: 30px;
}
.infoAreaIn .tit img {
	width: 96px;
	height: auto;
}
.infoAreaIn .arrowbtnM a ,
.infoAreaIn .arrowbtnMS a {
	position: static;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
}
.infoBox {
	width: 280px;
	margin: 6px auto 0;
	padding: 13px 10px 30px;
}
.infoBoxIn {
	margin: 0;
	width: auto;
}
.infoBox .infoList {
	margin: 0;
}
.infoBox .infoList li {
	border-bottom: #ccc dotted 1px;
	padding: 10px 0;
	line-height: 2;
}
.infoBox .infoList li span {
	font-size: 10.5px;
	font-size: 1.05rem;
	width: auto;
	display: block;
	margin-right: 0;
	line-height: 2em;
}
.infoBox .infoList li a {
	display: block;
	vertical-align: top;
	line-height: 2em;
}
.infoBox .pager {
	width: 100%;
	overflow: hidden;
	margin-top: 18px;
}
.infoBox .pager li {
	display: none;
}
.infoBox .pager a {
}
.infoBox .pager .act a ,
.infoBox .pager a:hover {
}
.infoBox .pager li.next {
	float: right;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
.infoBox .pager li.prev {
	float: left;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
}
.infoBox .pager li.prev a {
}
.infoBox .pager li.prev a span {
}
.infoBox .pager li.next a {
}
.infoBox .pager li.next a span {
}
.infoBox .infoTit {
	margin: 15px 0 10px;
	text-align: center;
}
.infoBox .infoTit img {
	width: 136px;
	height: auto;
}
.backCalendar {
	font-size: 11px;
	font-size: 1.1em;
	width: 266px;
	padding: 15px 5px 7px 7px;
	margin-bottom: 10px;
}
.backCalendar p {
	clear: both;
	float: left;
	margin-bottom: 1px;
	margin-right: 0;
	height: 22px;
	line-height: 22px;
	padding-left: 8px;
}
.backCalendar ul {
	float: left;
	margin-bottom: 10px;
}
.backCalendar ul li {
	float: left;
	width: 42px;
	text-align: center;
	margin-right: 2px;
}
.backCalendar ul li:nth-child(6) ,
.backCalendar ul li:nth-child(12) ,
.backCalendar ul li:nth-child(6) ,
.backCalendar ul li:nth-child(12) {
	margin-right: 0;
}
.backCalendar ul li span ,
.backCalendar ul li a {
	height: 22px;
	line-height: 22px;
	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_reef02_sp.png) no-repeat 50% -60px;
	background-size: 400px 350px;
}
#park .infoBox {
	border: #90cd2b dotted 1px;
}
/*夢の島植物館*/
#botanicalhall.infoArea {
	background: url(/attach/img/botanicalhall/bg_reef03_sp.png) no-repeat 50% -60px;
	background-size: 400px 350px;
}
#botanicalhall .infoBox {
	border: #509e24 dotted 1px;
}
/*共通*/
#common.infoArea {
	background: url(/attach/img/index/bg_reef01_sp.png) no-repeat 50% -60px;
	background-size: 400px 350px;
}
#common .infoBox {
	border: #5ab14c dotted 1px;
}
/******************************
お知らせ詳細
******************************/
.titArea {
	font-weight: bold;
	border-bottom: #ccc dotted 1px;
	margin: 10px 0 20px;
	padding-bottom: 14px;
}
.titArea .data {
	font-size: 10.5px;
	font-size: 1.05rem;
	margin-bottom: 4px;
}
.titArea .contTit {
	font-size: 15px;
	font-size: 1.5rem;
}
.txtArea {
	float: none;
	width: auto;
	font-size: 10.5px;
	font-size: 1.05rem;
}
.txtArea p {
	margin-bottom: 1em;
}
.imgArea {
	float: none;
	font-size: 9px;
	font-size: 0.9rem;
	margin-bottom: 30px;
	text-align: center;
	width: auto;
}
.imgArea p {
	margin-bottom: 5px;
}
.imgArea p img {
	width: 186px;
	height: auto;
}
.btnArea {
	margin: 15px auto 0;
	width: 280px;
}
/******************************
BBQの予約状況
******************************/
.bbqArea {
	background: url(/attach/img/park/bg_reef02_sp.png) no-repeat 50% -60px;
	background-size: 400px 350px;
}
.bbqAreaIn {
	width: 300px;
	margin: 0 auto 30px;
}
.bbqArea .tit {
	text-align: center;
	margin-bottom: 30px;
}
.bbqArea .tit img {
	width: 163px;
	height: auto;
}
.bbqcalendarArea {
}
.bbqArea .bbqcalendarBox td {
	background-color: #fff;
}
.bbqArea .bbqcalendarBox {
	float: none;
	margin-bottom: 15px;
}
.bbqArea .bbqcalendarBox:nth-child(2){
	float: none;
}
.bbqArea .bbqiconBox {
	float: none;
	background: none;
	padding: 15px 0 0;
	margin-bottom: 15px;
	width: auto;
	min-height: auto;
	margin-top: 5px;
}
.bbqiconBox table {
	width: 278px;
	font-size: 10.5px;
	font-size: 1.05rem;
}
.bbqiconBox th {
	padding: 0 10px 10px 27px;
	width: 60px;
}
.bbqiconBox td {
	padding: 0 0 10px 0px;
}
.bbqiconBox th.circle {
	background-position: 0 2px;
	background-size: 19px 19px;
}
.bbqiconBox th.cross {
	background-position: 0 2px;
	background-size: 19px 19px;
}
.bbqiconBox th.triangle {
	background-position: 0 2px;
	background-size: 19px 19px;
}
.bbqiconBox th.bar {
	background-image: url(/attach/img/park/bg_bar.png);
	background-repeat: no-repeat;
	background-position: 0 2px;
	background-size: 19px 19px;
}
.bbqtelArea {
	margin-top: 20px;
}
.bbqtelArea .telTit {
	background: url(/attach/img/access/ico_point.png) no-repeat 0 6px;
	padding-left: 18px;
	background-size: 12px 12px;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 5px;
}
.bbqtelArea .txt01 {
	margin-bottom: 12px;
	padding-left: 0;
}
.bbqtelArea .img {
	margin-bottom: 8px;
	padding-left: 0;
}
.bbqtelArea .txt02 {
	padding-left: 0;
	font-size: 10.5px;
	font-size: 1.05em;
}
/*バーベキュー広場のご利用について*/
.bbqguieArea {
	width: 300px;
	margin: auto;
}
.reefTit {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 15px;
}
#park .reefTit span ,
#botanicalhall .reefTit span {
	padding: 3px 50px;
	background-position: left 50%,right 50%;
}

#park .reefTit span.small ,
#botanicalhall .reefTit span.small {
	font-size: 10.5px;
	font-size: 1.05rem;
	display: block;
	margin-left: 0;
	vertical-align: top;
}
.bbqguieArea th {
	width: 80px;
}
.discUl li {
	background-image: url(/attach/img/share/bg_disc.png);
	background-repeat: no-repeat;
	background-position: 0 5px;
	background-size: 10px 10px;
	padding-left: 12px;
}
/******************************
夢の島公園について/植物館について
******************************/
#park.aboutArea {
	background: url(/attach/img/park/bg_reef02_sp.png) no-repeat 50% -60px;
	background-size: 400px 350px;
}
#botanicalhall.aboutArea {
	background: url(/attach/img/botanicalhall/bg_reef03_sp.png) no-repeat 50% -60px;
	background-size: 400px 350px;
}
.aboutAreaIn {
	width: 300px;
	margin: 0 auto 40px;
}
.aboutArea .tit {
	text-align: center;
	margin-bottom: 30px;
}
#park.aboutArea .tit img {
	width: 206px;
	height: auto;
}
#botanicalhall.aboutArea .tit img {
	width: 160px;
	height: auto;
}
.aboutArea.facility .tit img {
	width: 87px;
	height: auto;
}
.aboutArea.library .tit img {
	width: 110px;
	height: auto;
}
.aboutArea .aboutImg {
	padding-bottom: 10px;
}
.aboutArea .aboutImg img {
	width: 100%;
	height: auto;
}
.aboutArea .aboutTxt {
	padding-bottom: 10px;
}
.aboutBox {
	font-size: 10.5px;
	font-size: 1.05em;
	color: #48312b;
	margin-top: 30px;
}
.aboutBox .infoBox {
	width: 280px;
	padding: 13px 10px 13px;
	margin-bottom: 20px;
}
.aboutBox .infoBoxIn {
	margin: auto;
	width: auto;
}
.aboutBoxIn {
	margin: 0 0 15px 18px;
	width: 252px;
	overflow: hidden;
}
#botanicalhall .aboutBoxIn {
	margin: 0 0 15px 0;
	width: auto;
}
.aboutBox .aboutBtn {
	width: auto;
}
.table02 {
	width: auto;
}
.table02 th {
	width: 90px;
}
.table02 th ,
.table02 td {
	vertical-align: top;
	padding: 5px 0;
}
.aboutBox .boxTit {
	padding-left: 18px;
	background-size: 12px 12px;
	font-size: 15px;
	font-size: 1.5rem;
	color: #48312b;
	font-weight: bold;
	margin: 0 0 15px 6px;
}
.aboutBox .boxTit a {
	width: 164px;
	display: block;
	margin-left: 0;
	font-size: 11.5px;
	font-size: 1.15rem;
	background-size: 8px 8px,20px 20px;
	padding: 2px 10px 2px 0;
}
.aboutBox .boxTit a:hover {
	opacity: 0.7;
}
.aboutBox .img {
	float: left;
	margin: 0 15px 5px 0;
}
.aboutBox .img img {
	width: 135px;
	height: auto;
}
.aboutBox .img02 img {
	width: 132px;
	height: auto;
}
.aboutBox .imgL ,
.aboutBox .imgR {
	margin: 0 0 15px;
	float: none;
	text-align: center;
}
.aboutBox .txt {
	margin-bottom: 0;
}
.aboutBox .txt02 {
	margin-bottom: 1em;
}
.aboutBox .table01 {
	width: auto;
}
.aboutBox .table01 th {
	width: 75px;
}
.table03 {
	width: auto;
	font-size: 10.5px;
	font-size: 1.05rem;
}
.table03 th {
	padding: 10px 0;
	font-weight: bold;
	line-height: 1;
}
.aboutBox .table03 thead th {
	background-color: #5eb722;
	color: #fff;
}
.aboutBox .table03 tbody th {
	width: 18px;
}
.table03 td {
	border-bottom: #bfbfbf solid 1px;
	border-right: #bfbfbf solid 1px;
	background-color: #fff;
	padding: 5px 15px;
}
.indentUl li {
	text-indent: -1em;
	padding-left: 1em;
}
.aboutBox .aboutLink01 {
}
.aboutBox .aboutLink01 img {
	width: 100%;
	height: auto;
}
.aboutLink02 img {
	width: 100%;
	height: auto;
}
.aboutLinkTxt {
	font-size: 9px;
	font-size: 0.9rem;
	text-align: right;
	margin-top: 5px;
}
/******************************
ライブラリー
******************************/
.library .infoBox .infoList {
	margin: 0;
}
.library .boxTit {
	margin-bottom: 0;
}
.libraryNew {
	padding: 10px 0;
	line-height: 2em;
	background: url(/attach/img/botanicalhall/ico_new.png) no-repeat left 6px;
}
.libraryNew span {
	font-size: 10.5px;
	font-size: 1.05rem;
	width: auto;
	display: block;
	margin-right: 0;
	line-height: 2em;
	padding-left: 60px;
}
.libraryNew a {
	display: block;
	vertical-align: top;
	line-height: 2em;
}

/******************************
開花情報
******************************/
.bloomingArea {
	background: url(/attach/img/botanicalhall/bg_reef03_sp.png) no-repeat 50% -60px;
	background-size: 400px 350px;
}
.bloomingAreaIn {
	width: 300px;
}
.bloomingAreaIn .tit {
	text-align: center;
	margin-bottom: 30px;
}
.bloomingAreaIn .tit img {
	width: 66px;
	height: auto;
}
.bloomingAreaIn .arrowbtnM a ,
.bloomingAreaIn .arrowbtnMS a {
	position: static;
	position: relative;
	top: 0;
	left: 0;
	margin-bottom: 10px;
}
.bloomingArea .articleBox {
	margin: 0;
	width: auto;
	padding: 0;
}
.bloomingArea .articleBox:last-child {
	margin-bottom: 0;
}
.bloomingArea .infoBox {
	padding-bottom: 30px;
}
.bloomingBtn {
	margin: 15px auto 0;
	width: auto;
}
/******************************
イベント
******************************/
.eventArea {
	background: url(/attach/img/botanicalhall/bg_reef03_sp.png) no-repeat 50% -60px;
	background-size: 400px 350px;
}
.eventAreaIn {
	width: 300px;
	margin: auto;
}
.eventAreaIn .tit {
	text-align: center;
	margin-bottom: 30px;
}
.eventAreaIn .tit img {
	width: 65px;
	height: auto;
}
.eventArea .infoBox {
	padding: 13px 10px 30px;
}
.eventCalendar .calendarTit {
	padding: 3px 0 2px;
	font-size: 13.5px;
	font-size: 1.35rem;
	margin-bottom: 7px;
}
.eventCalendar .calendarTit .prev {
	position: absolute;
	top: 7px;
	left: 10px;
}
.eventCalendar .calendarTit .next {
	position: absolute;
	top: 7px;
	right: 10px;
}
.eventCalendar .calendarTit .prev:hover ,
.eventCalendar .calendarTit .next:hover {
	opacity: 0.7;
}
.eventCalendar table {
}
.eventCalendar th {
	font-size: 12px;
	font-size: 1.2rem;
	padding: 2px 0;
}
.eventCalendar th:first-child {
}
.eventCalendar th:last-child {
}
.eventCalendar td {
	font-size: 14px;
	font-size: 1.4rem;
}
.eventCalendar td span {
	padding: 12px 0;
	display: block;
}
.eventCalendar td a {
	padding: 12px 0;
	background-size: 29px 29px
}
.eventCalendar td:first-child ,
.eventCalendar td:first-child a ,
.eventCalendar td.holiday ,
.eventCalendar td.holiday a {
}
.eventCalendar td:last-child ,
.eventCalendar td:last-child a {
}
.eventCalendar td a:hover {
}
.reefTxt {
	background-size: 20px 20px;
	padding-left: 25px;
	margin-top: 10px;
	font-size: 9px;
	font-size: 0.9rem;
	line-height: 20px;
}
.event .eventTit {
	background: url(/attach/img/access/ico_point.png) no-repeat 0 6px;
	padding-left: 18px;
	background-size: 12px 12px;
	font-size: 15px;
	font-size: 1.5rem;
	margin-bottom: 5px;
	padding-right: 60px;
	display: block;
}
.event .eventTit a {
	color: #48312b;
}
.event .eventTit.class ,
.event .eventTit.concours ,
.event .eventTit.consert ,
.event .eventTit.event ,
.event .eventTit.harvest ,
.event .eventTit.lecture ,
.event .eventTit.planning ,
.event .eventTit.present ,
.event .eventTit.sale ,
.event .eventTit.school ,
.event .eventTit.stage ,
.event .eventTit.tour {
	background-position: 0 8px , right 3px;
}
.titArea.class ,
.titArea.concours ,
.titArea.consert ,
.titArea.event ,
.titArea.harvest ,
.titArea.lecture ,
.titArea.planning ,
.titArea.present ,
.titArea.sale ,
.titArea.school ,
.titArea.stage ,
.titArea.tour {
	background-size: 38px 33px;
	background-position: left 10px;
	padding: 4px 0 14px 50px;
}

/******************************
パーツ
******************************/
.lightgreenArea {
	padding: 40px 0;
}
.brownArea {
	padding: 40px 0;
}
.whiteArea {
	padding: 40px 0;
}
.lastArea {
	padding-bottom: 130px !important;
}

.arrowbtnS {
}
.arrowbtnS a {
	margin: auto;
	width: 300px;
	padding: 4px 0px 5px 0;
}
.arrowbtnS a img {
	width: 100px;
	height: auto;
}
.arrowbtnS a:after {
	top: 10px;
	right: 11px;
}
.arrowbtnS:hover:after {
}
.arrowbtnMS a {
	margin: auto;
	width: 300px;
	padding: 4px 0px 5px 0;
}
.arrowbtnMS a img {
	width: 100px;
	height: auto;
}
.arrowbtnMS a:after {
	top: 10px;
	right: 11px;
}
.arrowbtnMS:hover:after {
}
.arrowbtnM a {
	margin: auto;
	width: 300px;
	padding: 4px 0px 5px 0;
}
.arrowbtnM a img {
	width: 150px;
	height: auto;
}
.arrowbtnM a:after {
	top: 10px;
	right: 11px;
}
.arrowbtnM:hover:after {
}
.arrowbtnB a {
	margin: auto;
	background-color: #fff;
	width: 280px;
	padding: 4px 0px 5px 0;
}
.arrowbtnB a img {
	width: 150px;
	height: auto;
}
.arrowbtnB a:after {
	top: 10px;
	left: 11px;
}
.arrowbtnB:hover:after {
}
.aboutArea .arrowbtnB a {
	width: 300px;
}
.fsSmall {
	font-size: 10px;
	font-size: 1.0rem;
}