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

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

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

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

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

/*:: #pageNav :::::::::::::::::::::::*/
#pageNav {
  position: fixed;
  top: 0 !important;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, #333333), to(rgba(51, 51, 51, 0)));
  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: block;
  padding-top: 10px; }

#pageNav ul li {
  display: block;
  float: left;
  overflow: hidden;
  margin-left: 30px;
  padding-bottom: 5px; }

#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;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  -webkit-box-sizing: border-box;
  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;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  height: 100%; }

.stageInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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 2.5em;
    padding: 0 1em;
    font-weight: bold;
    font-size: 40px;
    text-align: left;
    text-shadow: 0px 0px 3px #000; }
    .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 90px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 40px;
  text-align: center;
  text-shadow: 0px 0px 3px #000; }

.h4 {
  margin: 20px 0 30px 0;
  color: #fff;
  font-size: 40px;
  text-shadow: 0px 0px 3px #000; }

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

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

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

.text-normal {
  font-size: 17px;
  line-height: 30px; }

.text-att {
  font-size: 14px;
  line-height: 25px; }

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

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

.top_subttl {
  width: 418px;
  text-align: right;
  text-shadow: 0px 0px 3px #000;
  font-size: 20px;
  font-size: 1.25rem; }

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

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

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

.stage-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  width: 50%;
  padding-left: 30px; }

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

/*:: ▼stageの要素が長かった場合 ::*/
.stage-long {
  padding: 50px 0 50px 30px; }

.installationShop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .installationShop li {
    font-size: 16px; }
    .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
==================================*/
.scroll_box {
  height: 100%; }

.list_shop {
  width: 90%;
  margin: 0 5%; }

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

.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: 70%;
  margin: 3px 2% 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; }

.shopInfo_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  float: left;
  width: 60%; }
  .shopInfo_icon li {
    margin-right: 10px; }

.btn-event {
  float: right;
  width: 28%;
  border-radius: 4px;
  background-color: #f2f2f2;
  box-shadow: 0px 5px 0px 0px #756f6c;
  -webkit-box-shadow: 0px 5px 0px 0px #756f6c;
  -moz-box-shadow: 0px 5px 0px 0px #756f6c;
  font-family: "ヒラギノ丸ゴ ProN","Hiragino Maru Gothic ProN",sans-serif;
  font-weight: bold;
  font-size: 16px;
  text-align: center; }
  .btn-event:hover {
    background-color: white;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(0, 4px, 0);
    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;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }
  .list_icon_description li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    margin: 10px 20px 0 0; }
    .list_icon_description li img {
      margin-right: 10px; }

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

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

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

.footer_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .footer_menu li {
    font-size: 16px; }
    .footer_menu li:after {
      content: "　|　"; }
  .footer_menu li:last-child:after {
    content: ""; }

.footer_menu a {
  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; }
