@charset "UTF-8";
/*==================================
全体
==================================*/
body {
	position: relative;
	background: url(../../images/bg-normal.jpg) repeat;
	color: #fff; 
}

.d-n {
	display: none !important; 
}

.d-pc {
	display: none !important; 
}

.sp_img_max img {
	width: 100%; 
}

/*:: #container :::::::::::::::::::::::*/
#container {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%; 
}

/*:: .stageBase :::::::::::::::::::::::*/
.stageBase {
	position: relative;
	width: 100%; 
}

/*:: #pageNav :::::::::::::::::::::::*/
#pageNav {
	position: fixed;
	top: 0 !important;
	left: 0;
	z-index: 2;
	width: 100%;
	height: 50px;
	background: -moz-linear-gradient(top, #333 68%, rgba(51, 51, 51, 0) 100%);
	background: -webkit-linear-gradient(top, #333 68%, rgba(51, 51, 51, 0) 100%);
	background: linear-gradient(to bottom, #333333 68%, rgba(51, 51, 51, 0) 100%);
	text-align: center;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#00333333',GradientType=0 ); 
}

#pageNav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around; 
}

#pageNav ul li {
	display: block;
	overflow: hidden;
  /*float: left;*/
  /*margin-left: 30px;*/
	padding-bottom: 5px;
	font-size: 16px;
	font-size: 0.8rem; 
}

#pageNav ul li a {
	display: block;
	color: #fff;
	text-decoration: none; 
}

/* #pageDown
--------------------------- */
#pageDown {
	position: fixed;
	bottom: 15px;
	left: 0;
	z-index: 3;
	overflow: hidden;
	width: 100%;
	height: 30px;
	text-align: center; 
}

#pageDown span {
	position: absolute;
	width: 24px;
	height: 24px;
	margin-left: -12px;
	box-sizing: border-box;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg); 
}

/*:: .stageWrap :::::::::::::::::::::::*/
.stageWrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	min-height: 670px;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center; 
}

.stageWrap-botanical {
	min-height: 930px;
	padding-bottom: 30px; 
}

.stageInner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 96%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; 
}

.stageInner-top {
	width: 100%; 
}

/*:: 背景 :::::::::::::::::::::::*/
.bg-light {
	background: url(../../images/bg-light.jpg) repeat; 
}

.bg-pale {
	background: url(../../images/bg-pale.jpg) repeat; 
}

.bg-dark {
	background: url(../../images/bg-dark.jpg) repeat; 
}

/*:: タイトル :::::::::::::::::::::::*/
.h2 {
	overflow: hidden;
	text-align: center; 
}
.h2 span {
		display: inline-block;
		position: relative;
		margin: 0 1.5em;
		padding: 0 0.5em;
		font-weight: bold;
		text-align: left;
		text-shadow: 0px 0px 3px #000;
		font-size: 40px;
		font-size: 2rem; 
}
.h2 span:before ,
.h2 span:after {
			position: absolute;
			top: 50%;
			width: 400%;
			height: 1px;
			background-color: #fff;
			content: ""; 
}
.h2 span:before {
			right: 100%; 
}
.h2 span:after {
			left: 100%; 
}

.h3 {
	margin: 0;
	padding: 10px;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	text-shadow: 0px 0px 3px #000;
	font-size: 40px;
	font-size: 2rem; 
}

.h4 {
	margin: 10px 0 15px 0;
	color: #fff;
	line-height: 1.5rem;
	text-shadow: 0px 0px 3px #000;
	font-size: 40px;
	font-size: 2rem; 
}

.h5 {
	display: table;
	margin-bottom: 10px;
	padding: 5px 10px;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: 16px;
	font-size: 0.8rem; 
}

.subttl {
	display: inline-table;
	padding: 5px 25px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 20px;
	font-size: 1rem; 
}

/*:: テキスト :::::::::::::::::::::::*/
.text-l {
	font-weight: bold;
	font-size: 22px;
	font-size: 1.1rem; 
}

.text-normal {
	line-height: 1.5rem;
	font-size: 17px;
	font-size: 0.85rem; 
}

.text-att {
	line-height: 1.3rem;
	font-size: 14px;
	font-size: 0.7rem; 
}

.font-logo {
	font-family: "Trebuchet MS",sans-serif; 
}

/*==================================
Top
==================================*/
#top {
	background: url(../../images/header_img01.jpg);
	background-size: cover; 
}

.top_subttl {
	margin-top: 15px;
	text-shadow: 0px 0px 3px #000;
	font-size: 20px;
	font-size: 1rem; 
}

/*==================================
Concept
==================================*/
.concept_photo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-pack: distribute;
	justify-content: space-around; 
}

.concept_photo_item {
	width: 23%;
	margin-right: 0.5%; 
}
.concept_photo_item img {
		width: 100%; 
}

/*==================================
Contents
==================================*/
.stage-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; 
}

.stage-col2 {
  /* display: flex;*/ 
}

.stage-col2-sp1 {
	width: 100%;
	height: 200px;
	margin-bottom: 15px;
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1; 
}

.stage-col2-sp2 {
	width: 96%;
	margin: 0 2%;
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2; 
}

.content-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  /* justify-content: center;*/ 
}

.installationShop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap; 
}
.installationShop li {
		font-size: 15px;
		font-size: 0.75rem; 
}
.installationShop li:after {
			content: " | "; 
}
.installationShop li:last-child:after {
		content: ""; 
}

/*:: 背景 :::::::::::::::::::::::*/
.knowledge01 {
	background-image: url("../../images/contents/img01.jpg");
	background-size: cover; 
}

.knowledge02 {
	background-image: url("../../images/contents/img02.jpg");
	background-position: 70% 50%;
	background-size: cover; 
}

.enjoy01 {
	background-image: url("../../images/contents/img03.jpg");
	background-position: 40%;
	background-size: cover; 
}

.enjoy02 {
	background-image: url("../../images/contents/img04.jpg");
	background-position: 70%;
	background-size: cover; 
}

.enjoy03 {
	background-image: url("../../images/contents/img06.jpg");
	background-size: cover; 
}

.botanical01 {
	background-image: url("../../images/contents/img05.jpg");
	background-size: cover; 
}

/*==================================
Shoplist
==================================*/
.list_shop {
	width: 96%;
	margin: 0 2%; 
}

.ttl_area {
	font-weight: bold;
	font-size: 20px;
	font-size: 1rem; 
}

.item_shop {
	padding: 10px 0 5px 0;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff; 
}

.shopInfo {
	*zoom: 1; 
}
.shopInfo:after {
		display: table;
		clear: both;
		content: ""; 
}

.shopInfo_link {
	display: inline-block;
	width: 100%;
	margin: 3px 0 0 0;
	color: #fff;
	text-decoration: none; 
}
.shopInfo_link:hover {
		background-color: rgba(255, 255, 255, 0.2); 
}

.shopName {
	float: left;
	width: 40%;
	font-size: 20px;
	font-size: 1rem; 
}

.shopInfo_icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	float: left;
	width: 60%; 
}
.shopInfo_icon li {
		width: 15%;
		margin-right: 1%; 
}
.shopInfo_icon li img {
			width: 100%; 
}

.btn-event {
	margin-bottom: 10px;
	border-radius: 4px;
	background-color: #f2f2f2;
	box-shadow: 0px 5px 0px 0px #756f6c;
	font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN",sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
	font-size: 0.8rem;
	-moz-box-shadow: 0px 5px 0px 0px #756f6c;
	-webkit-box-shadow: 0px 5px 0px 0px #756f6c; 
}
.btn-event:hover {
		background-color: white;
		box-shadow: none;
		transform: translate3d(0, 4px, 0); 
}
.btn-event a {
		display: block;
		padding: 7px 10px;
		color: #333;
		text-decoration: none; 
}

.icon_description {
	width: 88%;
	margin: 0 5%;
	padding: 1%;
	border: 1px solid #fff; 
}

.list_icon_description {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
  /* justify-content:space-between;*/ 
}
.list_icon_description li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 10px 20px 0 0;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center; 
}
.list_icon_description li img {
			margin-right: 10px; 
}

/*==================================
Footer
==================================*/
.sns_official ,
.sns_share {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 300px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center; 
}

.sns_official {
	border-bottom: 1px solid #fff; 
}

.sns-text {
	text-align: center;
	-ms-flex-preferred-size: 120px;
	flex-basis: 120px; 
}

.footer_menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 300px;
	text-align: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column; 
}
.footer_menu li {
		margin-bottom: 10px;
		padding-bottom: 10px;
		border-bottom: 1px solid #fff; 
}

.footer_menu a {
	display: block;
	text-decoration: none;
	color: #fff; 
}
.footer_menu a:hover ,
.footer_menu a:active ,
.footer_menu a:focus {
		color: white; 
}

.footer_menu a:visited {
	color: #fff; 
}
