@font-face {
  font-family: 'icomoon';
  src: url("../../fonts/icomoon/icomoon.eot?srf3rx");
  src: url("../../fonts/icomoon/icomoon.eot?srf3rx#iefix") format("embedded-opentype"), url("../../fonts/icomoon/icomoon.ttf?srf3rx") format("truetype"), url("../../fonts/icomoon/icomoon.woff?srf3rx") format("woff"), url("../../fonts/icomoon/icomoon.svg?srf3rx#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* ==========================================================================
*	Template Style 
========================================================================== */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", 'Roboto', Arial, sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.8;
  color: #121212;
  background: #fff;
}

#page {
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.offcanvas #page {
  overflow: hidden;
  position: absolute;
}
.offcanvas #page:after {
  -webkit-transition: 2s;
  -o-transition: 2s;
  transition: 2s;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.7);
  content: "";
}

a {
  color: #121212;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
a:hover, a:active, a:focus {
  color: #ff5672;
  outline: none;
  text-decoration: none;
}

p {
  margin-bottom: 20px;
}
ul, ol {
  padding:0;
  margin:0;
}
.attachment-page_eyecatch_gourmet_c,
.attachment-page_eyecatch_gourmet_s,
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.device-mobile {
  display: none;
}
/* ==========================================================================
*	Typography
========================================================================== */
h1, h2, h3, h4, h5, h6, figure {
  color: #000;
  font-weight: 400;
  margin: 0 0 20px 0;
  letter-spacing: 1px;
}

::-webkit-selection {
  color: #121212;
  background: #ff9290;
}

::-moz-selection {
  color: #121212;
  background: #ff9290;
}

::selection {
  color: #121212;
  background: #ff9290;
}
.uppercase {
  font-size: 14px;
  color: #000;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
/* ==========================================================================
*	Navigation
========================================================================== */
.nav .top-menu {
/*   padding: 20px 0 0; */
}
.nav .top {
  padding: 0px 0;
  margin-bottom: 0;
}
.nav .top .head-top {
  display: inline-block;
  margin: 0;
}
.nav .top .head-top {
  width:31%;
}
.nav .top .head-top-nav {
  margin: 0;
  background: #ff5672;
}
.nav .top .head-top-nav li {
/*   padding: 5px 0; */
  padding: 0;
  display: inline-block;
  border-right: 1px solid #e94f69;
}
.nav .top .head-top-nav li:last-child {
  border-right: none;
}
.nav .top .head-top-nav li a {
  font-size: 12px;
/*   padding: 7px 15px; */
  padding: 0 15px;
  color: #fff;
}
.nav .top .head-top-nav li a i, .nav .top .head-top-nav li a img {
  font-size: 18px;
  width:28px;
  vertical-align:middle;
}


/********** language **********/
.nav .top .head-top-nav .sf-menu {
  float:none !important;
}
.nav .top .head-top-nav li.has-dropdown .dropdown {
  width: 140px;
  box-shadow: none;
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 38px;
  left: 0;
  text-align: left;
  background: #ffc7d6;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.nav .top .head-top-nav li.has-dropdown .dropdown::before {
  bottom: 100%;
  left: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #ffc7d6;
  border-width: 8px;
  margin-left: -8px;
}
.nav .top .head-top-nav li.has-dropdown .dropdown li {
  display: block;
  margin-bottom: 7px;
  background: none !important;
  border-right: none !important;
}
.nav .top .head-top-nav li.has-dropdown .dropdown li a {
  padding: 2px 0;
  display: block;
  color: #121212;
  line-height: 1.2;
  text-transform: none;
  font-size: 13px;
  letter-spacing: 0;
  background: none;
  width: 100%;
  height: auto;
  text-align: left;
}
.nav .top .head-top-nav li.has-dropdown .dropdown li a:hover {
  text-decoration:underline;
  color:#fff;
  opacity:1;
}

.nav {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  background: rgba(255,255,255,.5);
  z-index: 1001;
  top: 0;
/*   padding: 14px 0; */
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav.scrolled {
  background: rgba(255,255,255,.85);
/*   top: -82px; */
  top: -75px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .nav.scrolled {
    background:rgba(255,255,255,.85);
  }
}
.nav #logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  font-weight: 700;
  font-family: "Cormorant Garamond", Georgia, serif;
  color: #fff !important;
}
.scrolled .nav #logo {
  color: #000 !important;
}
.nav ul {
  padding: 0;
/*   margin: 5px 0 0 0;  */
  margin: 0; 
}
.nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.nav ul li > a {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 15px;
}

.nav ul li a {
/*   padding: 30px 15px; */
/*   color: rgba(255, 255, 255, 0.7); */
/*   padding:15px 18px; */
  padding:5px 18px;
  position: relative;
  color: rgba(18, 18, 18, 1);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.nav ul li a img {
  width:40px;
  height:40px;
}
.nav ul li a span {
  display: block;
  margin-top: 5px;
}

.scrolled .nav ul li a {
  color: rgba(0, 0, 0, 0.7);
}
.nav ul li a:hover, .nav ul li a:focus, .nav ul li a:active {
  color: #ff5672;
}
.scrolled .nav ul li a:hover, .scrolled .nav ul li a:focus, .scrolled .nav ul li a:active {
  color: black;
}

.nav ul li.has-dropdown {
  position: relative;
}
.nav ul li.has-dropdown .dropdown {
/*   width: 140px; */
  width: 245px;
  -webkit-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 33px -9px rgba(0, 0, 0, 0.75);
  z-index: 1002;
  visibility: hidden;
  opacity: 0;
  position: absolute;
/*   top: 40px; */
  top: 68px;
  left: 0;
  text-align: left;
  background: rgba(255, 86, 114, 0.85);
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
}
.nav ul li.has-dropdown .dropdown.Fac {
  width: 360px;
}
.nav ul li.has-dropdown .dropdown:before {
  bottom: 100%;
  left: 40px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: rgba(255, 86, 114, 0.85);
  border-width: 8px;
  margin-left: -8px;
}
.nav ul li.has-dropdown .dropdown li {
/*   display: block;
  margin-bottom: 7px; */
  display: inline-block;
  text-indent: 0;
  margin: 5px;
}
.nav ul li.has-dropdown .dropdown li:last-child {
  margin-bottom: 0;
}
.nav ul li.has-dropdown .dropdown li a {
/*   padding: 2px 0; */
  padding: 15px 0;
  background: #fff;
  display: block;
  color: #999999;
  line-height: 1.2;
  text-transform: none;
  font-size: 14px;
  letter-spacing: 0;
/*   width:100px;
  height:100px; */
  width:99px;
  height:99px;
  border-radius: 7px;
}
.nav ul li.has-dropdown .dropdown li a img.minus {
  margin-top:-5px;
}
.nav ul li.has-dropdown .dropdown li a span {
  color: #121212;
  margin-top: 10px;
}
.nav ul li.has-dropdown .dropdown li a:hover {
  color: #ff5672;
  opacity:0.8;
}
.nav ul li.has-dropdown:hover a, .nav ul li.has-dropdown:focus a {
  color: #000;
}

/*  Add by Ariga */
.nav ul li.has-dropdown .drop-question{
  left:-80px;
}

.nav ul li.has-dropdown .dropdown.drop-question:before {
  left:120px;
}


/* ==========================================================================
*	SEARCH
========================================================================== */
.s-search {
  cursor: pointer;
font-size: 12px;
padding: 7px 15px;
color: #fff;
  z-index: 20000;
}
.s-search i {
  font-size: 18px;
  position: relative;
  top: 2px;
  transition: .4s;
color: #fff;
}
.ss-trigger i:hover {
  color: #121212;
  transition:.4s;
}
.ss-content {
  background: rgba(255,255,255,0.9);
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 999999999;
  top: 0;
  left: 0;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
}
.ss-content-act {
  visibility: visible;
  opacity: 1;
}
.ssc-inner form button i {
  font-size: 27px !important;
}
.ss-close {
  font-size: 51px;
  position: absolute;
  right: 3%;
  top: 5%;
  opacity: 0.5;
  color:#000;
}
.ss-close:hover {
  opacity: 0.6;
}
.ssc-inner {
  height:100vh;
  display:table;
  margin:0 auto;
  width:50%;
}
.ssc-inner .device-pc form {
  position: absolute;
  top: 50%;
  width: 55%;
}
.ssc-inner form {
  display:table-cell;
  vertical-align:middle;
  margin:auto;
  position:relative;
}
.ssc-inner form input {
 background:transparent;
  border:none;
  width:100%;
  height:90px;
  color: #021c1e;
  line-height:88px;
  font-size:30px;
  border-bottom: 2px solid #ff5672;
  font-weight:300;
  padding-right:60px;
  text-transform: uppercase;
}

.ssc-inner form button {
  border: none;
  background: transparent;
  color: #021c1e;
  position: absolute;
  right: 0px;
  margin-top: 33px;
  top: 45%;
}
.search-submit[type="submit"] {
  border: none;
  background: transparent;
  color: #021c1e;
  position: absolute;
  right: 0px;
  margin-top: -10px;
  top: 48%;
}
button.search-submit[type="submit"]:hover,
button.search-submit[type="submit"]:active:hover,
button.search-submit[type="submit"]:active:focus {
  color: #00a23f;
  background-color:#fff;
  border-color:none;
}
.screen-reader-text {
    display:none;
}


/* ==========================================================================
*	Flexslider
========================================================================== */
#hero {
  min-height: 700px;
  /* background: #fff url(../images/loader.gif) no-repeat center center;  */
  position: relative;
}

#hero .flexslider {
  border: none;
  z-index: 1;
  margin-bottom: 0;
}
#hero .flexslider .slides {
  position: relative;
  overflow: hidden;
}
#hero .flexslider .slides li {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 700px;
  position: relative;
}
#hero .flexslider .slides .holder:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/********** Control Nav **********/
#hero .flexslider .flex-control-nav {
/*   bottom: 80px; */
  bottom: 20px;
  z-index: 1000;
  left: 30px;
  width: auto;
}
#hero .flexslider .flex-control-nav li {
  display: inline-block;
  margin-bottom: 10px;
}
#hero .flexslider .flex-control-nav li a {
  background: rgba(213, 213, 213, 0.5);
  box-shadow: none;
  width: 12px;
  height: 12px;
  cursor: pointer;
}
#hero .flexslider .flex-control-nav li a.flex-active {
  cursor: pointer;
  background: rgba(255, 86, 114, 0.9);
}
#hero .flexslider .flex-direction-nav {
  display: none;
}

/***
*	introBlock
*******************************************/
.gradient {
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(243, 93, 114, 0.5);
  background: -moz-linear-gradient(left, rgba(255, 187, 206, 0.75) 0%, rgba(243, 93, 114, 0.8) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255, 187, 206, 0.75)), color-stop(100%, rgba(243, 93, 114, 0.8)));
  background: -webkit-linear-gradient(left, rgba(255, 187, 206, 0.75) 0%, rgba(243, 93, 114, 0.8) 100%);
  background: -o-linear-gradient(left, rgba(255, 187, 206, 0.75) 0%, rgba(243, 93, 114, 0.8) 100%);
  background: -ms-linear-gradient(left, rgba(255, 187, 206, 0.75) 0%, rgba(243, 93, 114, 0.8) 100%);
  background: linear-gradient(to right, rgba(255, 187, 206, 0.75) 0%, rgba(243, 93, 114, 0, 0.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbce', endColorstr='#f35d72', GradientType=1 );
/*   width: 50%; */
  width: 52%;
  height: 100%;
  z-index:10;
}
#intro {
/*   min-height: 700px; */
  position: absolute;
  bottom: 0;
/*   width: 50%; */
  width: 52%;
  right: 0;
  padding: 2em 3em;
  z-index:100;
}
.introBlock-news, .introBlock-info {
  margin-bottom:10px;
}
#intro h2 {
  font-size: 18px;
  margin: 0;
  border: none;
  padding: 0;
  width: auto;
}
#intro h2.news::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../../image/basic/intro-news.png');
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  margin-right: 5px;
}
#intro h2.info::before {
  content: "";
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../../image/basic/intro-info.png');
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  width: 40px;
  margin-right: 5px;
}
#intro p {
  font-size:14px;
  margin-left: 45px;
  margin-bottom:10px;
}

/********** Nav Tab **********/
#intro .nav-tabs {
  border-bottom: none;
  display: table;
  width: 100%;
  padding:0;
  margin:0;
}
#intro .nav-tabs li {
  width:100%;
/*   width: 33.3333%; */
  position: relative;
  overflow: hidden;
}
#intro .nav-tabs li a {
  box-shadow: none;
  background: transparent;
  border: none !important;
/*   display: table; */
  display: block;
  width: 100%;
  text-align: center;
/*   padding: 10px; */
  padding: 7px 10px;
  font-size: 15px;
  color: #fff;
  font-weight:600;
}
#intro .nav-tabs > li.active > a:focus {
  color: #121212;
  background: transparent;
  border: none;
  border-bottom-color: transparent;
  cursor: default;
}
#intro .tab-content {
  background:#fff;
}
.tab-pane {
  display: block;
  padding: 15px;
/*   padding: 20px 15px; */
  overflow:hidden;
/*   max-height: 350px; */
  max-height: 320px;
}
.nav-tabs li.news { background: #508ed5; }
.nav-tabs li.event { background: #ff9290; }
.nav-tabs li.info { background: #8bc34a; }


#intro dl {
/*   padding: 10px 5px; */
  padding: 5px;
  margin-bottom: 0;
}
#intro dl dt {
  float: left;
  width: 8.5em;
  padding:0;
}
#intro #mini-two dl dt {
  float: left;
  width: 8em;
  padding:0;
}
#intro #mini-three dl dt {
  float: left;
  width: 6em;
  padding:0;
}
#intro dl dt span a {
  color: #fff;
  background: #b6b6b6;
  min-width: 8em;
  font-weight: 400;
  display: inline-block;
  text-align: center;
  padding: 5px;
  font-size: 13px;
  font-size: 1.3rem;
}
#intro dl dd {
  padding-left: 8.8em;
  width: auto;
  padding: 0 0 0 12em;
  display: block;
}

#intro #mini-two dl dd, #intro #mini-three dl dd {
  padding: 0 0 0 8em;
  display: block;
}
#intro dl dt time , #intro dl dd time {
  display:block;
  font-size:13px;
  font-family: 'Roboto', Arial, sans-serif;
}
#intro dl dd a {
  color: #121212;
}
#intro dl dd a:hover {
  color: #ff5672;
  text-decoration:underline;
}
#intro dl dt time {
  font-weight:400;
  display:block;
  font-size:14px;
  font-family: 'Roboto', Arial, sans-serif;
}
#intro .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255,86,114,1);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
}
#intro .tab-pane .more-btn {
  border:1px solid #121212;
  color:#121212;
  margin-bottom: 10px;
  text-align: center;
  width:25%;
}
#intro .tab-pane .more-btn a {
  display: inline-block;
  padding: 5px 10px;
}
#intro .tab-pane .more-btn:hover {
  background:#ff5672;
  color:#121212;
  border:1px solid #ff5672;
}
#intro .tab-pane .more-btn a:hover {
  color:#121212;
}


/****** scrollbar ******/
#intro #content-1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255,255,255,1);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  height: 15px!important;
  width: 15px!important;
}
/* #intro #content-1 .mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255,255,255,0.5);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
} */
.content01{
  overflow: auto;
  position: relative;
  padding: 5px 0 5px 40px;
/*   background: #333; */
  margin: 0;
  width: 100%;
  max-width: 97%;
  height: 125px;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}
#intro #content-1 .div-urgent p {
  margin-left:0 !important;   
}


/****** New Mark! ******/
#intro dl dt.new {
  position:relative;
    
}
.new-entry {
  z-index: 12;
  position: absolute;
  background-color: #ea5549;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  transition: all 0.6s cubic-bezier(0, 0.97, 0.45, 0.99);
/*   line-height: 1; */
  border-radius: 50%;
  overflow: hidden;
  width: 10%;
  max-width: 50px;
  min-width: 26px;
  top: -5%;
  right: -5%;
  top: 5px;
  right: 5px;
}
.new-entry::before {
  content: "";
  width: 100%;
  height: 0;
  vertical-align: bottom;
  display: inline-block;
  padding-top: calc( 1 * 100%);
}
.new-entry span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  text-align: center;
  margin-top: -0.5em;
  line-height: 1;
  display: block;
  letter-spacing: 0;
  transition: all 0.6s cubic-bezier(0, 0.97, 0.45, 0.99);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}
.new-entry {
  width: 10%;
  top: 0;
  left:0;
  max-width: 60px;
  min-width: 40px;
}
.new-entry:hover{
  -ms-transform: scale(1.25) rotate(359deg);
  transform: scale(1.25) rotate(359deg);
}

@media screen and (min-width:1700px) {
  .new-entry {
	width: 7%;
    /* left: 16%; */
  }
}
/***
*	gotToNextSection
*******************************************/
.learn-more {
  position: absolute;
  bottom: 5%;
/*   left: 48%; */
  left:46%;
  z-index: 12;
  text-align: center;
}
.learn-more a {
  display: block;
  width: 55px;
  height: 55px;
  margin: 0 auto;
  background:rgba(255,255,255,.8);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.learn-more a i {
  color: #ff5672;
  font-size: 35px;
  position:relative;
  top:10px;
}
.learn-more a .text {
  display: block;
  color: #121212;
  margin-top: 25px;
  font-size:12px;
  font-family: "Roboto", Arial, sans-serif;
  letter-spacing:2px;
}

/* ==========================================================================
*	Basic Style
========================================================================== */
.bg-section {
/*   background: rgba(49, 122, 225, 0.03); */
  background: #fafafa;
}
.bg-section02 {
  background: #f2f2f2;
}
.bg-section03 {
  background: #dbdbdb;
}
body section {
  padding: 6em 0;
  clear: both;
}
#counter, .bg, .product {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
}
/***
*	heading Style
*******************************************/
.heading {
  margin-bottom: 2.5em;
}
.heading h2 {
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 3px;
  border:none;
  width: 100%;
}
.heading h3 {
  font-size: 26px;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 3px;
  border:none;
}
.heading p {
  font-family:'Roboto', Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", YuGothic, Osaka, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight:300;
  line-height: 1.5;
  letter-spacing: 1px;
}
.heading span {
  display: block;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}
.heading img {
  width:40px;
}

/* ==========================================================================
*	Top page Style
========================================================================== */
/***
*	ParkMap Style
*******************************************/
#parkmap .container-fluid {
  padding:0;
}
#parkmap .btn {
  position: absolute;
  top: 5%;
  background: rgba(255,255,255,.8);
  right: 0;
  bottom:0;
  letter-spacing:0;
  border: 2px solid #ff5672;
  padding: 15px;
  height: 54px;
  z-index: 10;
  display:inline-block;
  background-size: 200% 100%;	
  background-image: linear-gradient(to right, transparent 50%, rgba(255,86,114, 1) 50%);
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
#parkmap .btn:hover {
  color: #fff;
  background-color: #ff5672;
  border-color: #ff5672;
  background-position: -100% 100%;
}
#parkmap .btn a {
  background-color: transparent;
  color:#121212 !important;
  padding:0;

}
#parkmap .btn a:hover {
  color:#fff!important;
  opacity:1;
}
#parkmap .btn a i {
  vertical-align:middle; 
  font-size: 16px; 
}
#parkmap .mapimg {
  width: 100%;
}
#parkmap .park-map span {
  position: absolute;
  z-index: 10;
  transform: translate3d(-50%, -50%, 0);
}
#parkmap .park-map span a:hover {
  background:rgba(255,86,114, .5);
  padding:7px;
}
#parkmap .park-map span.navi04 a:hover, #parkmap .park-map span.navi05 a:hover, #parkmap .park-map span.navi11 a:hover, #parkmap .park-map span.navi13 a:hover {
  background: rgba(255,86,114, .5);
  padding: 20px 7px;
}
#parkmap .park-map span.navi06 a:hover, #parkmap .park-map span.navi14 a:hover {
    background:none;
}
.navi01 {
  top:10%;
  left: 35%;
}
.navi02 {
  top: 28%;
  left: 35%;
}
.navi03 {
  top: 17%;
  left: 55%;
}
.navi04 {
  top: 28%;
  left: 50%;
}
.navi05 {
  top: 35%;
  left: 48%;
}
.navi06 {
  top: 34.5%;
  left: 61%;
}
.navi07 {
  top: 42%;
  left: 41.5%; 
}
.navi08 {
  top: 50%;
  left: 40%; 
}
.navi09 {
  top: 51%;
  left: 58%; 
}
.navi10 {
  top: 53%;
  left: 75%; 
}
.navi11 {
  top: 57%;
  left: 56%; 
}
.navi12 {
  top: 60%;
  left: 29%; 
}
.navi13 {
  top: 66.3%;
  left: 50%;
}
.navi14 {
  top: 65%;
  left: 59%; 
}
.navi15 {
  top: 63.5%;
  left: 68.5%;
}
.navi16 {
  top: 68%;
  left: 35%; 
}
.navi17 {
  top: 75%;
  left: 40%;
}
.navi18 {
  top: 85%;
  left: 25%; 
}
.navi19 {
  top: 95.5%;
  left: 37%;
}
#parkmap ul {
  position: absolute;
  bottom:0;
  left: -3%;
}
#parkmap ul li {
  line-height: 1;
  box-sizing: border-box;
  margin: 0 1% 10px 0;
  display:block;  
}
#parkmap ul li img {
  width: 30px;
  height: 30px;
  padding-right:5px;
}
@media screen and (min-width:1600px) {
  #parkmap .bg {
	min-height: 850px;    
  }
}
/***
*	pickupList Style
*******************************************/
#pickupList .column {
  width:20%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 25px;
}
#pickupList .Event-List-title {
  width:20%;
  float:left;
  padding:0 15px; 
}
#pickupList .Event-List-title .column {
  float:none;
  width:100%;
    
}
#pickupList .Event-List {
  width:80%;
  float:left;
  padding:0 15px;
}
#pickupList .Event-List .column {
  width:25%;
  float: left;
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 25px;    
}


#movie {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
  float: left;
}

#movie .video a {
  z-index: 1001;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -45px;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  display: table;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -ms-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -o-box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 14px 30px -15px rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
#movie .video a i {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  font-size: 40px;
  color: #ff5672;
}
#movie .video:hover a {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
#movie .video .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#movie .video:hover .overlay {
  background: rgba(0, 0, 0, 0.7);
}
#movie .video {
  display: table;
/*   width: 50%; */
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
   width:100%;
   height:225px;
}

.insert_wrap{
   width:100%;
   height:225px;
}



.act > a {
  display: block;
  color: #000;
  position: relative;
  bottom: 0;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.act > div.video a img,
.act > a img{
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.act > a:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-box-shadow: inset 0px -34px 98px 8px rgba(90, 49, 114, 0.75);
  -moz-box-shadow: inset 0px -34px 98px 8px rgba(90, 49, 114, 0.75);
  -ms-box-shadow: inset 0px -34px 98px 8px rgba(90, 49, 114, 0.75);
  -o-box-shadow: inset 0px -34px 98px 8px rgba(90, 49, 114, 0.75);
  box-shadow: inset 0px -34px 98px 8px rgba(90, 49, 114, 0.75);
  z-index: 8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.act > a .item_data {
  z-index: 12;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(255,255,255,.8);
  padding: 5px 9px;
  height: 65px;
}
.act > a h3 {
  font-size: 15px;
  margin:0;
  letter-spacing:0;
  border:none;
}
.act > a h3 i {
  padding-right:5px;
  color:#777;
  font-size:15px;
  vertical-align:middle;
}
.act > a span {
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 12px;
  margin:0;
  color:#555;
}
.act > a h3:hover {
  color:#ff5672;
}
.act > a:hover:after {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 768px) {
  .act > a:hover:after {
    opacity: 0;
    visibility: hidden;
  }
}
.act > a:hover h3, .act > a:hover span {
  opacity: 1;
  bottom: 55px;
}
.act > a:hover span {
  bottom: 15px;
}

.act > div.video a:hover img,
.act > a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
@media screen and (max-width: 768px) {
  .act > a:hover img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/***
*	followusArea Style
*******************************************/
.calendar ul {
  padding: 0;
}
.calendar ul li {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
.calendar ul i {
  font-size: 18px;
  padding-right:5px;
}

/*****	Top Calendar Style *****/
#followusArea div.em-calendar-wrapper table {
    width:100% !important;
}
#followusArea div.em-calendar-wrapper table.em-calendar td {
  font-size: 120%;
  line-height: 2.5;
}

#followusArea div.em-calendar-wrapper table.em-calendar thead {
  margin-bottom:20px;
}
#followusArea div.em-calendar-wrapper table.em-calendar td.eventful{
  background-color: rgba(255, 86, 114, .2); 
  border: 2px solid #fff;   
}
#followusArea div.em-calendar-wrapper table.em-calendar td.eventful a, #followusArea div.em-calendar-wrapper table.em-calendar td.eventful-today a {
  color:#ff5672;
}

#followusArea .flexslider {
  background:none;
  border:none;
}
#followusArea .flexslider .slides li a img:hover {
    opacity:0.5;
}
#followusArea .flexslider .flex-control-paging {
  position: relative;
}
#followusArea .flexslider .flex-control-paging.flex-control-nav {
  bottom: -30px;
}
#followusArea .flexslider .flex-control-paging li a {
  width: 15px;
  height: 15px;
  background: rgba(0, 0, 0, 0.15);
  box-shadow: none;
}
#followusArea .flexslider .flex-control-paging li a:active, #recipe .flexslider .flex-control-paging li a:focus {
  outline: none;
}
#followusArea .flexslider .flex-control-paging li a.flex-active {
  top: 2px;
  position: relative;
  background: transparent;
  box-shadow: none;
  border: 2px solid #ff5672;
}
#followusArea .fb-block iframe {
  margin-left: 5%;    
}

#followusArea a.insta-btn {
  border: 1px solid #555;
  border-radius: 15px;
  padding: 5px 15px;   
}
/***
*	banner Style
*******************************************/
.banner ul li {
  list-style-type:none;
  display:inline-block;
/*   border: 2px solid #adadad; */
/*   margin: 0 10px; */

} 
.banner ul li.col-md-4 {
  width: 30%;
}
.banner ul li.col-md-3 {
/*   width: 22.5%; */
  width: 20%;
}
.banner a:hover {
  opacity:0.5;
}
.banner ul li a img {
  border: 2px solid #adadad;
}
/* ==========================================================================
*	Footer Style
========================================================================== */
.SocialArea .icons {
  margin: 0;
  padding: 0;
}
.SocialArea .icons li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.SocialArea .icons li img {
  width:25px;
  height:25px;
}
.SocialArea .icons li a {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
    *display: inline;
    color: #317AE1;
    padding-left: 10px;
    padding-right: 10px;
}

#footer .fNavi {
  padding: 3em 0;
}
#footer .fNavi .column {
/*   width: 20%; */
  width:18.5%;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
}
#footer .fNavi .column.nav02 {
  width:20%;
}
#footer .fNavi .column.nav04 {
  width:22%;
}
#footer .fNavi .column li {
  border-radius: 3px;
  overflow: hidden;
  line-height: 1;
  box-sizing: border-box;
    margin: 0 1% 10px 0;
}

#footer .fNavi .column li a {
  position: relative;
  display: block;
  width: 100%;
  height:25px;
  padding: 0 0 0 46px;
  text-decoration: none;
  font-size: 14px;
  line-height: 25px;
  color: #121212;
}
#footer .fNavi .column li a:hover {
  text-decoration:underline;
}
#footer .fNavi .column li a::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  background-image: url('../../image/basic/fNavi-icon.png');
  background-position: 0 0;
  width: 25px;
  height: 25px;
}

#footer .fNavi .column li.news a::before{ background-position: 0 -25px; }

#footer .fNavi .column.nav02 li.fn001 a::before{ background-position: -25px 0; }
#footer .fNavi .column.nav02 li.fn002 a::before{ background-position: -25px -25px; }
#footer .fNavi .column.nav02 li.fn003 a::before{ background-position: -25px -50px; }
#footer .fNavi .column.nav02 li.fn004 a::before{ background-position: -25px -75px; }
#footer .fNavi .column.nav02 li.fn005 a::before{ background-position: -25px -100px; }
#footer .fNavi .column.nav02 li.fn006 a::before{ background-position: -25px -125px; }

#footer .fNavi .column.nav03 li.fn001 a::before{ background-position: -50px 0; }
#footer .fNavi .column.nav03 li.fn002 a::before{ background-position: -50px -25px; }
#footer .fNavi .column.nav03 li.fn003 a::before{ background-position: -50px -50px; }
#footer .fNavi .column.nav03 li.fn004 a::before{ background-position: -50px -75px; }
#footer .fNavi .column.nav03 li.fn005 a::before{ background-position: -50px -100px; }

#footer .fNavi .column.nav04 li.fn001 a::before{ background-position: -75px 0; }
#footer .fNavi .column.nav04 li.fn002 a::before{ background-position: -75px -25px; }
#footer .fNavi .column.nav04 li.fn003 a::before{ background-position: -75px -50px; }
#footer .fNavi .column.nav04 li.fn004 a::before{ background-position: -75px -75px; }

#footer .fNavi .column.nav05 li.fn001 a::before{ background-position: -100px 0; }
#footer .fNavi .column.nav05 li.fn002 a::before{ background-position: -100px -25px; }
#footer .fNavi .column.nav05 li.fn003 a::before{ background-position: -100px -50px; }
#footer .fNavi .column.nav05 li.fn004 a::before{ background-position: -100px -75px; }
#footer .fNavi .column.nav05 li.fn005 a::before{ background-position: -100px -100px; }


#footer .fNavi .column ul.Child li a {
  padding: 5px 0;
}
#footer .fNavi .column ul.Child, #footer .fNavi .column ul.Child-lng {
  /*margin-left:20%;*/
	margin-left:30px;
	margin-top:8px;
}
#footer .fNavi .column ul.Child li a::before, #footer .fNavi .column ul.Child-lng li a::before {
  background-image: none;
}
#footer .fNavi .column ul.Child li i {
  vertical-align:middle;
}
#footer .fNavi .column ul.Child-lng li {
  display:inline-block;
  margin:0;
}
#footer .fNavi .column ul.Child-lng li a {
  padding: 0 5px  0 0;
}

#footer .footer-info h2 {
  padding: 0;
  margin: 0;
  list-style: none;
  border: none;
  width: 100%;
}
#footer .footer-info p {
  font-size:14px;
  margin:0;
}
#footer .copyright {
  padding:1.5em 0;
}
#footer .copyright .block {
  font-family: 'Roboto', Arial, "游ゴシック", YuGothic, Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  color: #555;
}


/* ==========================================================================
*	 Map Style
========================================================================== */
#map {
  width: 100%;
  height: 500px;
  position: relative;
}

/* ==========================================================================
*	 Offcanvas Style
========================================================================== */
#offcanvas {
  position: absolute;
  z-index: 1901;
  width: 270px;

/*   background: black; */
  background: #fafafa;
  top: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 75px 30px 30px 30px;
  overflow-y: auto;
  display: none;
  -moz-transform: translateX(270px);
  -webkit-transform: translateX(270px);
  -ms-transform: translateX(270px);
  -o-transform: translateX(270px);
  transform: translateX(270px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.offcanvas #offcanvas {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  -o-transform: translateX(0px);
  transform: translateX(0px);
}
#offcanvas a {
/*   color: rgba(255, 255, 255, 0.5); */
}
#offcanvas a:hover {
/*   color: rgba(255, 255, 255, 0.8); */
}
#offcanvas ul {
  padding: 0;
  margin: 0;
}
#offcanvas ul li {
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom:20px;
}
#offcanvas ul li a img {
    width: 30px;
}
#offcanvas ul li a span {
  padding-left: 10px;
  line-height: 30px;
}
#offcanvas ul li > ul {
  padding-left: 20px;
  display: none;
}
#offcanvas ul li.offcanvas-has-dropdown > a {
  display: block;
  position: relative;
}
#offcanvas ul li.offcanvas-has-dropdown > a:after {
  position: absolute;
  right: 0px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e921";
  font-size: 20px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#offcanvas ul li.offcanvas-has-dropdown.active a:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


.gototop {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.gototop.active {
  opacity: 1;
  visibility: visible;
}
.gototop a {
  width: 50px;
  height: 50px;
  display: table;
  background: rgba(255, 86, 114, 1);
  color: #fff;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  border-radius: 50px;
}
.gototop a i {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  color: #fff;
}
.gototop a:hover, .gototop a:active, .gototop a:focus {
  text-decoration: none;
  outline: none;
}

/* ==========================================================================
*	nav-toggle
========================================================================== */
.nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
  top: 10px !important;
}
.nav-toggle.active i::before, .nav-toggle.active i::after {
  background: #444;
}
.nav-toggle:hover, .nav-toggle:focus, .nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.nav-toggle i::before, .nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.nav-toggle.nav-white > i {
/*   color: #fff; */
  color:#121212;
  background: #000;
}
.nav-toggle.nav-white > i::before, .nav-toggle.nav-white > i::after {
  background: #000;
}
.nav-toggle i::before {
  top: -7px;
}
.nav-toggle i::after {
  bottom: -7px;
}
.nav-toggle:hover i::before {
  top: -10px;
}
.nav-toggle:hover i::after {
  bottom: -10px;
}
.nav-toggle.active i {
  background: transparent;
}
.nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
/*   background: #fff; */
  background: #121212;
}
.nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
/*   background: #fff; */
  background: #121212;
}
.nav-toggle {
  position: absolute;
  right: 0px;
  top: 65px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}

/* ==========================================================================
*	Animate Style
========================================================================== */
.js .animate-box {
  opacity: 0;
}
.animated-fast {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media print {
  .js .animate-box {
	opacity: 1 !important;
  }
body { 
width:100% !important;
margin:0 !important;
padding:0 !important;
line-height: 1.3 !important; 
color: #000; 
font-size: 12px; 
  }
  section {
	padding: 1em 0!important;
  }
  footer, nav.nav {
	display:none!important;
  } 
  aside#subhero {
	display:none!important;
    height:0!important;
  } 
  .sidemenu, #sub_right {
	display:none!important;
    float:none;
  } 
  #sidemenu {
	width:100%;
  }
  #sub_left_all {
    height:100%!important;
  }
}
/* ==========================================================================
*	Contact Style
========================================================================== */
.form-control {
  box-shadow: none;
  background: transparent;
  border: 2px solid rgba(0, 0, 0, 0.1);
  height: 54px;
  font-size: 18px;
  font-weight: 300;
}
.form-control:active, .form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #317AE1;
}
/* ==========================================================================
*	Padding Space Position
========================================================================== */
.relative {
    position:relative;
}
.space10 {
	margin-bottom: 10px;
}
.space20 {
	margin-bottom: 20px;
}
.space30 {
	margin-bottom: 30px;
}
.space40 {
	margin-bottom: 40px;
}
.space50 {
	margin-bottom: 50px;
}
.space60 {
	margin-bottom: 60px!important;
}
.space70 {
	margin-bottom: 70px;
}
.space80 {
	margin-bottom: 80px;
}
.space90 {
	margin-bottom: 90px;
}
.space100 {
	margin-bottom: 100px;
}
.space110 {
	margin-bottom: 110px;
}
.no-padding {
	padding: 0;
}
.no-margin {
	margin:0 !important;
}
.no-float {
    float:none;
    margin:0 auto;
}
.padding05 {
	padding: 5px 0 !important;
}
.padding10 {
	padding: 10px 0 !important;
}
.padding20 {
	padding: 20px 0 !important;
}
.padding30 {
	padding: 30px 0 !important;
}
.padding40 {
	padding: 40px 0 !important;
}
.padding50 {
	padding: 50px 0 !important;
}
.padding60 {
	padding: 60px 0 !important;
}
.padding70 {
	padding: 70px 0 !important;
}
.padding80 {
	padding: 80px 0 !important;
}
.padding90 {
	padding: 90px 0 !important;
}
.padding100 {
	padding: 100px 0 !important;
}

/* ==========================================================================
*	Sub page Style
========================================================================== */
#subhero {
  background-size: cover;
  background-position: center center;
  width:100%;
  height:350px;
  color: #fff;
  text-align:center;
  position: relative;
  margin-bottom: 20px;
}
#subhero::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: '';
  height:350px;
}

#subhero h2 {
  font-size:32px;
  text-transform:uppercase;
  letter-spacing:5px;
  position: absolute;
  top: 65%;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  border:none;
}


/***
*	Guidemap Style
*******************************************/
@media (min-width: 1400px) {
  #guidemap .container, #routemap .container {
 	/* width:1600px;  */
  }
}

#guidemap .guidemap .plate {
  position: absolute;
  top: 2.5space%;
  left: -5%;
  width: 320px;
}
#guidemap .rosegarden .plate {
  position: absolute;
  top: -5%;
  left: -3%;
}

#guidemap .plate img {
  width:80%;
}
#guidemap .map-item li, #routemap .map-item li {
  display: inline-block;
  min-width: 10%;
}
#guidemap .map-item, #routemap .map-item {
  padding:0;
}
#guidemap .map-item li .icn {
  display: table-cell;
  padding-right: 5px;
}
#guidemap .map-item li .txt {
  display: table-cell;
}

#guidemap .item-nav .col-md-11, #routemap .item-nav .col-md-11  {
  width:98%;
}
.item-nav-bg {
  background: #fcf9f6;
  padding:20px 30px;
}
#guidemap .map-item-nav li {
  list-style:none;
  display:inline-block;
  width:19%;
  line-height:3;
}
#guidemap .map-item-nav li a {
  color:#121212;
}
#guidemap .map-item-nav li span {
  background-color: rgba(192,173,221, .8);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: table-cell;
  text-align: center;
  line-height: 30px;
  border: 1px solid #fff;
  margin-right:15px;
}
#guidemap .map-item-nav li span.item-rose{
  background-color: #9080bc;
  color:#fff;
}

#guidemap .rosegarden .map-item-nav li {
  list-style:none;
  display:inline-block;
  width: 30%;
  line-height:3;
}
#guidemap .rosegarden .map-item-nav li span {
  background-color: rgba(222,44,85, .8);
  border-radius:0;
  color: #fff;
  width: 30px;
  height: 30px;
  display: table-cell;
  text-align: center;
  line-height: 30px;
  border: 1px solid #fff;
  margin-right:15px;
}

@media screen and (max-width: 1399px) {
  #guidemap .map-item-nav li {
    width: 23%;
  }
}
@media screen and (max-width: 1199px) {
  #guidemap .map-item-nav li {
	width: 30%;
  }
  #guidemap .guidemap .plate, #guidemap .rosegarden .plate {
    top: 3%;
    width: 280px;
  }
  #guidemap .rosegarden .plate {
    left: -15%;
  }
}
/* popup */
.inline-wrap {
  position: relative;
  margin:10px auto;
  max-width: 1000px;
  background: #fff;
  padding: 20px;
}
.inline-wrap h3 {
  font-size: 20px;
  margin: 0 0 5px;
  text-align:center;
  border: none;
}
.inline-wrap .image img {
  max-width:100%;
  height:auto;
  margin:15px 0;
}
.inline-wrap p {
  font-size: 14px;
}
.inline-wrap .image,
.inline-wrap .popup-modal-dismiss {
  text-align: center;
}

.inline-wrap .btn-primary.btn-outline {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  color: #121212;
  text-transform: uppercase;
  font-size: 13px !important;
  letter-spacing: 1px;
  border: 2px solid #ff5672;
}

.inline-wrap .btn-primary {
  background: #ff5672;
  color: #121212;
  border: 2px solid #ff5672;
}
.inline-wrap .btn-primary:hover, .inline-wrap .btn-primary:focus, .inline-wrap .btn-primary:active {
  background: #ec3e44 !important;
  border-color: #ec3e44 !important;
}
.inline-wrap .btn-primary.btn-outline {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background: transparent;
  color: #121212;
  text-transform: uppercase;
  font-size: 14px !important;
  letter-spacing: 1px;
  border: 2px solid #ff5672;
  position: static;
}
.inline-wrap .btn-primary.btn-outline:hover, .inline-wrap .btn-primary.btn-outline:focus, .inline-wrap .btn-primary.btn-outline:active {
  background: #ff5672;
  color: #121212;
}

#breadcrumb li, #breadcrumb li a {
  font-size:13px;
  color:#121212;
}
/***
*	Maps Style
*******************************************/
#maps h1 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 10px;
  font-size: 20px;
  color: #089612;
  border-bottom: solid 2px #7EC083;
  font-weight:600;
  letter-spacing:0;
}
#maps img {
  max-width:100%;
  height:auto;
}

#maps h2 {
  letter-spacing:0;
  width: 670px;
  margin: 0 auto 10px auto;
  font-size: 20px;
  padding: 3px 0 3px 10px;
  border-left: solid 5px #FC8302;
  font-weight:600;
}
#maps h3 {
  font-weight:600;
}
#maps table td {
  border:none !important;
}
#maps .Garden h2, #maps .oribe h2 {
  font-size: 18px;
}
#maps .oribe h3 {
  padding: 5px 0;
  border-bottom: solid 1px #999; 
}
#maps .oribe ul {
  padding-left:30px;
}
#maps .oribe ul li {
  list-style-type: square
}

#maps .oribe  #table_oribe03 {
  border: solid 1px #ccc;
  border-collapse: collapse;
  margin: 0 0 20px 0;
  font-size:14px;
}
#maps .oribe  #table_oribe03 th {
  width: 150px;
  background-color: #eee;
  text-align:center;
  vertical-align:middle;
}
#maps .oribe  #table_oribe03 td {
  border: 1px solid #ddd !important;
  padding: 5px;
}

/***
*	RoseSerch contents
*******************************************/
.rose-search .search {
  width: 100%;
}
.rose-search h3 {
  border:none;
  font-weight:400; 
  font-size:16px;
  margin-bottom:0;
}
.rose-search h3 img {
  width:30px;
  height:30px;
}
.rose-search .search .word-search {
  width: 60%;
  border: 1px solid #aaa;
  border-radius: 5px;
}
.rose-search .search .icon-search {
  position: absolute;
  right: 10px;
  top: 30%;
}
.rose-search .search .word {
  font-weight:400;
}
/***
*	Serch contents
*******************************************/
#section-search h2 {
  border:none;
}
#section-search h2 i.icon-search {
  position: relative;
  right: 0;
  top: 0;
  padding-right: 10px;
}
#section-search h2.post-title {
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin:0 0 10px 0;
  color:#121212;
  line-height: 2;
  width: 100%;
}
#section-search h2.post-title i {
  font-size:22px;
  padding-right:10px;
}
#section-search h2.post-title a {
  color:#121212;
}
#section-search h2.post-title a:hover {
  color:#ff5672;
}
#section-search .search-form {
  position:relative; 
}
#section-search input[type="search"] {
  padding:10px;
}
#section-search  button.search-submit[type="submit"] {
  border: 0;
  font-size: 20px;
  position: absolute;
  top: 0;
  left: 30%;
  outline: none;
  background: none;
  top: 15%;
}
@media screen and (max-width:991px) {
  #section-search  button.search-submit[type="submit"] {
	left: 48%;
  }
}
@media screen and (max-width:400px) {
  #section-search h2.post-title, #section-search h2.post-title i  {
    font-size:120%;
	letter-spacing:0;
  }
  #section-search  button.search-submit[type="submit"] {
	left: 85%;
  }
}
#section-search .page {
    border:none;
    border-top: none;
    padding:0;
    display: block;
    clear: both;
    z-index: 2;
    color: #121212;
}

/* ==========================================================================
*	Old Style
========================================================================== */
body #sub_left_all section {
    padding:25px 0;
}
.kiji_body, #aboutus_body table.table-event-wrap {
  font-size: 14px !important;
}
#sub_left_all h1 {
  margin: 0 0 20px 0;
  padding: 0 0 10px 10px;
  font-size: 20px;
  color: #089612;
  border-bottom: solid 2px #7EC083;   
  font-weight: 600;
  letter-spacing: 0;
}
#sub_left_all h2 {
/*   width: 670px; */
  width: 100%;
  margin: 0 auto 10px auto;
  font-size: 18px;
  padding: 3px 0 3px 10px;
  border-left: solid 5px #FC8302;
  font-weight: 600;
  letter-spacing: 0;
}
#sub_left_all .information h2 {
/*   width: 670px; */
  width: 100%;
  margin-top: -100px;
  padding-top:100px;
  font-size: 18px;
  border-left: none !important;
  font-weight: 600;
  letter-spacing: 0;
}
#sub_left_all .information h2 span.tit {
  border-left: solid 5px #FC8302;
  padding: 0 0 0 10px;
  margin-bottom:10px;
}
.question-body {
  margin: 0 0 50px 0px;
  font-size: 1.1em;
}
#sub_left_all .question-body h2 {
  font-size:18px;
}
.question-body h3 {
  font-size: 15px; 
  letter-spacing: 0;
  font-weight: 600;
  margin: 20px 0;
}
.question-body p {
  font-size: 15px;
  line-height:1.8;
}

.itemInfo {
  font-size: 13px;
}
.event-detail table.spring-table {
  margin-left: 0 !important;
}
table.table_topics {
  width: 630px;
}
.event-detail table.table_topics h3 {
  font-size:17px;
  font-weight:600;
  letter-spacing:0;
  margin-bottom:15px;
  line-height: 1.5;
}
#aboutus_body table.table-event-wrap th, #aboutus_body table.table-event-wrap td {
  border: none;
  vertical-align: top;
  padding: 5px;
}


.privacy h3 {
  font-size:14px;
  font-weight:600;
  letter-spacing: 0;
}
.links h3 {
  color: #800080;
  font-size: 18px;
  font-weight:600;
}
.custom_honbun div.links-list {
  margin-left: 40px;    
}
.tokaigarden {
  margin-bottom:20px;
}
.tokaigarden li {
  display:inline-block;
  padding-right: 20px;
}
.kiji_body h3, .custom_honbun h3 {
  font-size:18px;
  font-weight:600;
  letter-spacing: 0;
}
.kiji_body h3 span, .custom_honbun h3 span {
  font-size: 14px;
}
#sub_left_all time {
  font-size:13px;
}
#sub_left table.table td {
  vertical-align:middle;
}
.Public .lead {
  font-size:16px;
  margin-bottom: 5px !important;
}
.access-car .p_comment {
  margin-left:20px!important;    
}
h3#car, h3#Public {
  padding-top: 100px;
  margin-top: -100px;
}

table.newrose td {
  font-size:14px;
  line-height:1.5;
}
table.newrose td.txt {
  padding:5px;
}
/*** Gourmet Style ***/
.garden h2 a {
  margin-top:-180px;
  padding-top:180px;
  position: relative;
}

/***
*	Gourmet Style
*******************************************/
#page #gourmet .cafenews .cafeList h3 a {
  color:#121212;
}
#page #gourmet .cafenews .cafeList h3 {
  margin:10px 0;
}
#gourmet .gourmet .food [class^="col-"] {
  min-height: 240px;
}
#gourmet .gourmet .food [class^="col-"] img:hover {
  opacity:0.5;
}
#gourmet .gourmet h3 a, .cafenews h3 a, #gourmet .shop h3 a{
  font-size:16px;  
}
#gourmet .gourmet h3, .cafenews h3, #gourmet .shop h3 {
  border: none;
  padding: 0;
  letter-spacing:0;
}

#gourmet .Food-List h2 {
  font-size:18px;
  font-weight:600;
  border: none;
  padding: 0;
}
#gourmet .Food-List h3 {
  font-size:16px;
  color:#ff5672;
  margin-bottom:5px;
}

#gourmet .sec-column {
  float:left;
  padding: 5px 10px;
  min-height: 1px;
  width:50%;
  position:relative;   
}
#gourmet .sec-column-wide {
  float:left;
  padding:10px;
  min-height: 1px;
  width:100%;
  position:relative;
  padding-top: 0; 
}
.Food-List .Area{
  margin-top:-70px;
  padding-top:200px;
}
.route-detail .Area {
  margin-top:-100px;
  padding-top:100px;
}
.Food-List .Area .table {
  border-bottom:1px solid #ddd;
/*   width:75%; */
}
.Food-List .Area .table td {
  padding:12px 20px;
}
.Food-List .Area .ico {
  display: inline-block;
  margin: 5px 0 10px;
  padding: 2px 12px;
  border-radius: 10px;
  background: #ff9290;
  font-size: 12px;
  color: #fff;
  
}
.Food-List .Area .ico::after {
  content: "";
  display: block;
  clear: both;
}
.Food-List .Area .menu {
  padding-left:20px;
  margin-bottom:20px;
}
.Food-List .Area .menu li {
  list-style-type:disc;
    
}
#cafe #imageData #caption {
  font-weight: 400!important;
  font-size: 14px!important;
}
/* cafe news */
.newmenu h2.spring, #sub_left .info-all .newmenu h2.spring {
  background: #ec6d7b;
  color: #fff;
  border:none !important;  
  font-size:16px;
  letter-spacing:2px;
  padding: 5px;
  border-radius: 20px;
}
.newmenu h2.volume, #sub_left .info-all .newmenu h2.volume {
  background: #f39700;
  color: #fff;
  border:none !important;  
  font-size:16px;
  letter-spacing:2px;
  padding: 5px;
  border-radius: 20px;
}
.newmenu [class^="col-"] {
  margin-bottom: 30px;
}
.newmenu p, #aboutus_body .newmenu p {
  width:auto;
  margin:10px 0 0 0;
}
.newmenu dl {
  display: table;
  width:60%;
  margin-bottom: 10px;
}
.newmenu dl dt, .newmenu dl dd {
  display: table-cell;
} 
.newmenu dl dt {
  width:20%;
  background:#ff5672;
  color: #fff;
  padding:5px 10px;
  text-align:center;
  letter-spacing:5px;
}
.newmenu dl dd {
  padding-left: 5%;
}
.newmenu h3.car {
  border:none!important;
  font-size: 20px;
  margin:0;
}
.newmenu .lead {
  font-size:15px;
  padding-left:35px;
  margin:0 0 15px 0;
}
.info-all .newmenu h3.car {
  margin-left:20px;
}

.gourmet_com{
	clear:both;
	padding: 15px 8px;
}


/*201707 add*/
.shop-outline img{
	width:100%;
	height: auto;
}

.shop-outline{
	margin-bottom:30px;
}

.shop-link img{
	width:100%;
	height: auto;
}

.imagemap-shop{
	position: relative;
	z-index: 9999;
}


/***
*	Route map Style
*******************************************/
.facility-nav-bg {
  background: #fbeefb;
  padding:10px;
  overflow: hidden;
}
#routemap .map-item-nav {
  width: 23.5%;
  float:left;
  padding: 0 10px;
}
#routemap .map-item-nav-wide {
  width: 28.5%;
  float:left;
  padding: 0 10px;
}
#routemap .map-item-nav li, #routemap .map-item-nav-wide li {
  list-style: none;
  display: block;
  line-height: 2.5;
}
#routemap .map-item-nav li span, #routemap .map-item-nav-wide li span {
  border-radius: 50%;
  font-size:13px;
  width: 28px;
  height: 28px;
  display: inline-block;
/*   display: table-cell; */
  text-align: center;
  line-height: 27px;
/*   margin-right:5px; */
}
#routemap .map-item-nav li span.rg, #routemap .map-item-nav-wide li span.rg {
  background-color: #fff;
  border: 1px solid #ff5672;
  color:#ff5672;
}
#routemap .map-item-nav-wide li span.wr {
  background-color: rgba(144,128,188, 1);
  border: 1px solid #fff;
  color:#fff;
}
#routemap .map-item-nav li span.sp {
  background-color: rgba(252,223,194, .5);
  border: 1px solid #ee7800;
  color: #ee7800;
}
#routemap .map-item-nav li span.ks {
  background-color: rgba(76,182,240, .8);
  border: 1px solid #4cb6f0;
  color: #fff;
}
#routemap .map-item-nav h3, #routemap .map-item-nav-wide h3 {
  color:#fff;
  font-size:16px; 
  border-radius:15px;
  padding:5px;
  text-align:center;
  margin: 5px 0;
}
#routemap .map-item-nav h3.rosegarden {
  background: #ff5672;
}
#routemap .map-item-nav-wide h3.worldrose {
  background: #9080bc;
}
#routemap .map-item-nav h3.spot {
  background: #ee7800;
}
#routemap .map-item-nav h3.kids {
  background: #4cb6f0;
}
#routemap .route li {
  display: inline-block;
  width: 30%;
  margin-right: 15px;
  padding: 10px 0;
  font-size: 18px;
}
#routemap .route li .icn img {
  width:30px;
}

#routemap .heading h2 {
  font-size:22px;
}
.route-detail .app h2{
  width:auto;
  border:none;
}

#routemap .kids-route .heading {
  text-align:center;   
}

/***** timeline *****/
.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #d4d4d4;
  left: 50%;
  margin-left: 0px;
}
@media screen and (max-width: 480px) {
  .timeline:before {
    margin-left: -64px;
  }
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 220px;
}
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-panel {
  width: 37%;
  float: left;
  border: 1px solid #d4d4d4;
  padding: 25px;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  top: 20px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 80px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #ccc;
  border-right: 0 solid #ccc;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 81px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}
@media screen and (max-width: 480px) {
  .timeline > li > .timeline-panel {
    width: 100% !important;
    margin-top: 210px;
    background: rgba(255,255,255,.85);
  }
  .timeline > li > .timeline-panel:before {
    top: 30px;
  }
  .timeline > li > .timeline-panel:after {
    top: 31px;
  }
}
.timeline > li > .timeline-badge {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  color: #fff;
  width: 230px;
  height: 230px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 46.5%;
  margin-left: -80px;
  background-color: #999999;
  z-index: 100;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.timeline > li > .timeline-badge span {
  width: 100%;
  font-size: 13px;
  position: absolute;
  bottom: -35px;
  right: 0;
  color: #000;	
}
/* .timeline > li.k-Long > .timeline-badge span {
  width: 120%;
} */
.timeline > li.k-Long > .timeline-badge span img {
  margin-top:5px;
}
.timeline > li > .timeline-badge.imageL01 {
  left: 70%;
}
.timeline > li > .timeline-badge.imageL02 {
  left: 93%;
}

@media screen and (max-width: 480px) {
  .timeline > li > .timeline-badge {
    width: 60px;
    height: 60px;
    margin-left: -20px !important;
  }
  ul.timeline > li > .timeline-badge {
    top: 0;
  }
  ul.timeline > li > .timeline-panel::before, ul.timeline > li > .timeline-panel::after {
	display:none;
  }
  ul.timeline > li > .timeline-panel {
    padding: 15px;
  }
  .timeline > li > .timeline-badge span {
	top: -35px;
	right: -10px;
  }
  .mock-kids {
    top: -170px;
  }
  .mock-kids img {
    width: 250px;
  }
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-heading h3.timeline-title {
  margin-top: 0;
  font-size:20px;
  margin-bottom: 10px;
  line-height:1.35;
}
.timeline-heading h3.timeline-title small {
  color:#121212;
}
.date {
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

#route-course .timeline-heading span.spot {
  color: #ee7800;
}
#route-course .timeline-heading span.roseg {
  color: #ff5672;
}
#route-course .timeline-heading span.kids {
  color: #4cb6f0;
}

.timeline-body > p, .timeline-body > ul {
  margin-bottom: 0;
  font-size: 14px;
}

.timeline-body > p + p {
  margin-top: 5px;
}

@media (max-width: 992px) {
  ul.timeline:before {
    left: 90px;
  }
  .timeline > li {
    min-height: 180px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: -webkit-calc(100% - 250px);
  }

  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
    width: 200px;
	height: 200px;
  }

  ul.timeline > li > .timeline-panel {
    float:right;
    
  }

  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }

  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.mock-kids {
  position: absolute;
  top:-20px;
  right:-5%;
}
.mock-kids-bottom {
  position: absolute;
  bottom: 0;
  left:-5%;
}
.yumeto {
  position:absolute;
  top:0;
  right:0;
}
.yumeka {
  position:absolute;
  top:0;
  left:0
}

@media screen and (max-width: 992px) {
  #routemap .kids-route .heading {
	text-align:left;   
  }
  .mock-kids {
    position: absolute;
    top: -90px;
    right: -2%;
  }
  .mock-kids img {
	width:300px;
  }
  .mock-kids-bottom {
    position: relative;
	left: 0;
	top: 10px;
  }
  .yumeto, .yumeka {
	display:none;
  }
  .timeline > li.k-Long {
	height: 650px;
  }
  .timeline > li > .timeline-badge.imageL01 {
    left: 15px;
    top: 250px;
  }
  .timeline > li > .timeline-badge.imageL02 {
    left: 15px;
    top: 480px;
  }
}

@media screen and (max-width: 480px) {
  .timeline > li.k-Long {
    height: 850px;
  }
  ul.timeline > li.k-Long > .timeline-panel {
    top: 57%;
  }
  .mock-kids {
    top: -170px;
  }
  .mock-kids img {
    width: 250px;
  }
  .timeline > li.k-Long > .timeline-badge span img {
    margin-top: -5px;
  }

}
/***
*	Pagination Style
*******************************************/
.pager a, .pager span, .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f5f5f5;
  margin: 0 5px;
  text-decoration: none;
  font-family: 'Signika', sans-serif;
  font-size: 11px;
}
.pager a:hover, .pager span, .page-numbers:hover {
  background: #121212;
  color: #fff;
}
.nav-links a.prev, .nav-links a.next {
  width: auto;
  height: auto;
  background: none;
}
.navigation {
  margin: 30px auto;
  text-align: center;
  width: 100%;
}



/***
*	Info All Style
*******************************************/
#sub_left .info-all h2 {
  border-left:none;
  border-bottom: 2px solid #ff9290;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left:0;
/*   padding-top: 20px; */
}
.info-all .kiji_body {
  margin: 10px 0 35px;
}
#sub_left_all .archive h1 {
  padding-left: 0;
}


/***
*	Instagram Style
*******************************************/
#instagram .col-md-2 {
  width: 16.66667%;
  padding:5px !important;
}
#instagram .flow h4 {
  text-transform:uppercase;
    
}
#instagram .flow [class^="col-"] img {
  border:1px solid #aaa;
}
#instagram .btn {
  border-radius:0;
  background: rgba(255,255,255,.8);
  border: 2px solid #ff5672;
  padding: 15px 30px;
  font-weight:600;
  font-size: 18px;
  letter-spacing:1px;
  z-index: 10;
  line-height:2;
  display: inline-block;
  background-size: 200% 100%;
  background-image: linear-gradient(to right, transparent 50%, rgba(255,86,114, 1) 50%);
  transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}
#instagram .btn:hover {
  color: #fff;
  background-color: #ff5672;
  border-color: #ff5672;
  background-position: -100% 100%;
}
#instagram .btn a:hover, #instagram .btn a:active, #instagram .btn a:focus {
    color: #fff!important;
}
#instagram .btn a {
  background:transparent;
  color:#000!important;
  padding:0;
}
#instagram .Notes li {
  list-style-type:disc;  
}


/***
*	About Style
*******************************************/
#About.parallax {
  background: url('../../image/about/about-rose.jpg') no-repeat center center fixed !important;
   background-size: auto auto;
  position: relative;
  background-size: cover !important;
}
#About .bg-overlay {
  background-color: rgba(0, 0, 0, 0.1);
}
.about-heading h2 {
  color:#fff;
  font-size: 40px;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 3px;
  border: none;
  width: 100%;
}
.about-heading .lead {
  color: #fff;
  font-size: 22px;
  line-height:2;
  font-weight:400;
}
.sec_box01 {
  background: url('../../image/about/about-sec01.jpg') fixed no-repeat center center;
    background-size: auto auto;
  background-size: cover;
}
.sec_box_inner {
  background: rgba(243, 93, 114, 0.7);
  background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(255, 187, 206,.6) 50%, rgba(243, 93, 114,.8) 100%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%,rgba(255, 187, 206,.6) 50%,rgba(243, 93, 114,.8) 100%);
  background: linear-gradient(to right, rgba(0,0,0,0) 0%,rgba(255, 187, 206,.6) 50%,rgba(243, 93, 114,.8) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffbbce', endColorstr='#f35d72',GradientType=1 );
}
.sec_box02 {
  background: url('../../image/about/about-sec02.jpg') fixed no-repeat center center;
    background-size: auto auto;
  background-size: cover;
}
.sec_box.sec_right .sec_box_inner {
  background: -moz-linear-gradient(left, rgba(243, 93, 114,.8) 0%, rgba(255, 187, 206,.6) 50%, rgba(0,0,0,0.0) 100%);
  background: -webkit-linear-gradient(left, rgba(243, 93, 114,.8) 0%,rgba(255, 187, 206,.6) 50%,rgba(0,0,0,0.0) 100%);
  background: linear-gradient(to right, rgba(243, 93, 114,.8) 0%,rgba(255, 187, 206,.6) 50%,rgba(0,0,0,0.0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#99000000',GradientType=1 );
}
.sec_box_inner .block {
  padding:25px;
  background: rgba(243, 93, 114, 0.35) ;
}

.sec_box_inner2 {
  padding: 120px 0 90px;
}
.sec_box h3 {
  position: relative;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
.sec_box h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 5%;
  border-bottom: 1px solid #ffc7d6;
  width: 100%;
  margin-left: -5%;
}
.sec_box p {
  font-size: 16px;
  line-height:2;
}

.about-Guide h3.title01 {
  font-size: 23px;
  background: url('../../image/about/bg_title_top.png') left bottom no-repeat;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.about-Guide h3.title02 {
  font-size: 28px;
  margin-bottom: 20px;
  line-height: 52px;
}
.about-Guide .lead {
  font-family: "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Noto Sans SC', 'Noto Sans KR', Dotum,sans-serif;
  font-size: 20px;
  line-height:2;
  font-weight:400;
}

#About-Rose .parallax {
    background: url('../../image/about/about-rose-bg.jpg') no-repeat center center fixed !important;
        background-size: auto auto;
    background-size: auto auto;
    position: relative;
    background-size: cover !important;
    width: 100%;
height: 550px;
} 
.imageArea {
  height: 550px;
  position: relative;
}
#About-Rose .about-heading, #flowerRose .about-heading {
  margin-top: 20%;
}
#About-Rose .about-heading h2 {
  font-size: 35px;
  margin-bottom: 10px;
  line-height: 1.5;
  letter-spacing: 3px;
  border: none;
  width: 100%;
}
#About-Rose .about-heading h2 img, #flowerRose .about-heading h2 img {
  width:45px;
  height:45px;
}
#About-Rose .about-heading .lead {
  font-family: "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Noto Sans SC', 'Noto Sans KR', Dotum,sans-serif;
  font-size: 18px;
  line-height:2;
  font-weight:400;
}
#About-Rose .fes h3 {
  padding:15px 0 0;
}
#About-Rose .fes h3 img {
  width:50px;
  height:50px;
  margin-right:10px;
}
#About-Rose .fes .lead {
  font-family: "游ゴシック", YuGothic, "Helvetica Neue", Helvetica, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, 'Noto Sans SC', 'Noto Sans KR', Dotum,sans-serif;
  font-size: 18px;
  line-height:2;
  font-weight:400;
  color:#ff5672;    
}
#About-outline table th, #About-outline table td {
  padding:10px 15px;
}

#About-outline .more-btn {
  border: 1px solid #121212;
  color: #121212;
  margin-bottom: 10px;
  text-align: center;
}
#About-outline .more-btn a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
}
#About-outline .more-btn a:hover {
  color: #121212;
}
#About-outline .more-btn:hover {
  background: #ff5672;
  color: #121212;
  border: 1px solid #ff5672;
}

/***
*	Seasons Style
*******************************************/
.season-item a span {
  font-weight:600;
  color: #ff5672;
  display:inline-block;
  padding:10px;
  font-size: 20px;
}
.season-item [class^="col-"] {
  padding:0;
}

.season-item [class^="col-"] img {
  position: absolute;
  top: 50%;
  right: 0;
  left: 8%;
}
@media screen and (max-width:992px) {
  .season-item [class^="col-"] img {
	width: 85%;
  }
}
@media screen and (max-width:480px) {
  .season-item [class^="col-"] {
    padding: 0 0 50px 0;
  }
  .season-item [class^="col-"] img {
    left: 17%;
    top: 20%;
    width: auto;
  }
}

#flowerSec01 .heading h2 small, #flowerSec02 .heading h2 small,
#flowerSec03 .heading h2 small, #flowerSec04 .heading h2 small {
  color: #121212;
  font-style:italic;
  font-family: 'Space Mono', monospace; 
}
/********** schedule ***********/
#flowerSchedule {
  background: url('../../image/season/schedule-bg.png') 0 0 repeat-x;
  margin-bottom: 25px;
  padding-top: 24px;
}
#flowerSchedule02 {
  background: url('../../image/season/schedule-bg-summer.png') 0 0 repeat-x;
  margin-bottom: 25px;
  padding-top: 24px;
}
#flowerSchedule03 {
  background: url('../../image/season/schedule-bg-autumn.png') 0 0 repeat-x;
  margin-bottom: 25px;
  padding-top: 24px;
}
#flowerSchedule04 {
  background: url('../../image/season/schedule-bg-winter.png') 0 0 repeat-x;
  margin-bottom: 25px;
  padding-top: 24px;
}

#scheduleS01, #scheduleS02, #scheduleS03, #scheduleS04 {
  position: relative;
  width: 97%;
  margin: 0 auto;
  min-height: 270px;
}


#season dt, #season dd, #flowerEve dt, #flowerEve dd {
  position: absolute;
}
#season dt {
  top: 8.8%;
}
#season dt span {
  text-align: center;
  position: relative;
  left: -25px;
  top: -20px;
  font-weight: 400;
  color: #dd085d;
}
#season dd, #flowerEve dd {
  top: 0;
}

.fimg {
  margin-bottom:0;
}
.fname {
  line-height: 1.9;
  letter-spacing: 0.03em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
      text-indent: 1em;
  margin-left: 1.5em;
}
/********** Spring ***********/
#flowerSec01 { background-color:#f9cee2;}

#Feb {left: 1%;}
#March {left: 10.5%;}
#April {left:38.5%;}
#May {left: 72.5%;}

#fs-spring01 {left: 3.5%;}
#fs-spring02 {left: 13%;}
#fs-spring03 {left: 19%;}
#fs-spring04 {left: 25%;}
#fs-spring05 {left: 31%;}
#fs-spring06 {left: 41%;}
#fs-spring07 {left: 47%;}
#fs-spring08 {left: 53%;}
#fs-spring09 {left: 59%;}
#fs-spring10 {left: 65%;}
#fs-spring11 {left: 75%;}
#fs-spring12 {left: 81%;}
#fs-spring13 {left: 87%;}
#fs-spring14 {left: 93%;}

/********** Summer ***********/
#flowerSec02 {background-color:#f3f7e4;}

#season #flowerSchedule02 dt span {
  text-align: center;
  position: relative;
  left: -25px;
  top: -20px;
  font-weight: 400;
  color: #80C2B3;
}
#June {left: 10%;}
#July {left: 35%;}
#Aug {left: 80%;}
#fs-summer01 {left: 15%;}
#fs-summer02 {left: 25%;}
#fs-summer03 {left: 40%;}
#fs-summer04 {left: 50%;}
#fs-summer05 {left: 60%;}
#fs-summer06 {left: 70%;}
#fs-summer07 {left: 85%;}

/********** Autumn ***********/
#flowerSec03 {background-color:#ede1ce;}

#season #flowerSchedule03 dt span {
  text-align: center;
  position: relative;
  left: -25px;
  top: -20px;
  font-weight: 400;
  color: #EBA444;
}
#Sep {left: 10%;}
#Oct {left: 27%;}
#Nov {left: 56%;}
#fs-autumn01 {left: 15%;}
#fs-autumn02 {left: 32%;}
#fs-autumn03 {left: 42%;}
#fs-autumn04 {left: 62%;}
#fs-autumn05 {left: 73%;}
#fs-autumn06 {left: 85%;}

/********** Winter ***********/
#flowerSec04 {background-color:#e4e8f0;}

#season #flowerSchedule04 dt span {
  text-align: center;
  position: relative;
  left: -25px;
  top: -20px;
  font-weight: 400;
  color: #a0b3dd;
}
#flowerEve dt {
  top: 8.8%;
}

#Dec {left: 10%;}
#Jan {left: 30%;}
#Feb-w {left: 65%;}
#fs-winter01 {left: 45%;}
#fs-winter02 {left: 79%;}

.season-column {
  width: 20%;  
  float: left;  
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.season-column h3 {
  text-align:center;
  font-size:16px;
  margin:10px auto;
}
.season-column h3 small {
  color:#121212;
}
.season-column p {
  text-align:center;
  margin:0 auto 10px auto;
}


/********** Season event ***********/
#flowerEve #line, #flowerEve #line02 {
  background: url('../../image/season/event.png') 0 0 repeat-x;
  margin-bottom: 25px;
  padding-top: 24px;
}

#flowerEve #schedule,
#flowerEve #schedule02 {
  position: relative;
  width: 97%;
  margin: 0 auto;
  min-height: 270px;
}
#flowerEve dt span {
  text-align: center;
  position: relative;
  left: -25px;
  top: -20px;
  font-weight: 400;
  color: #9080bc;
}

#flowerEve #March {left: -0.5%;}
#flowerEve #April {left:7%;}
#flowerEve #May {left: 15%;}
#flowerEve #June {left: 29%;}
#flowerEve #July {left: 31%;}
#flowerEve #Aug {left: 45%;}
#flowerEve #Sep {left: 47%;}
#flowerEve #Oct {left: 55%;}
#flowerEve #Nov {left: 63%;}
#flowerEve #Dec {left: 71%;}
#flowerEve #Jan {left: 85%;}
#flowerEve #Feb {left: 93%;}


#fes-event01 {left: 1%;}
#fes-event02 {left: 9%;}
#fes-event03 {left: 17%;}
#fes-event04 {left: 23%;}
#fes-event05 {left: 33%;}
#fes-event06 {left: 39%;}
#fes-event07 {left: 49%;}
#fes-event08 {left: 57%;}
#fes-event09 {left: 65%;}
#fes-event10 {left: 73%;}/* 20191112 none */
#fes-event11 {left: 75%;}/* 20191112 79% -> 75% */
#fes-event12 {left: 87%;}
#fes-event13 {left: 95%;}


#flowerRose .parallax {
  background: url('../../image/season/flowerRose.jpg') no-repeat center center fixed !important;
    background-size: auto auto;
  background-size: auto auto;
  background-size: auto auto;
  position: relative;
  background-size: cover !important;
  width: 100%;
  height: 550px;
}
#flowerRose .season-column {
  margin-bottom:20px;
}
#flowerRose h2 {
  font-size:25px;
  position: relative;
  padding-bottom: 1.2em;
  margin-bottom: 1.2em;
}
#flowerRose h2.title-sping::after {
  background: url('../../image/season/rose/spring-title.png') left bottom no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left:28%;
  width: 320px;
  height: 120px;
}
#flowerRose h2.title-autumn::after {
  background: url('../../image/season/rose/autumn-title.png') left bottom no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left:28%;
  width: 320px;
  height: 120px;
}
#flowerRose h2.title-summer::after {
  background: url('../../image/season/rose/summer-title.png') left bottom no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left: 30%;
  width: 320px;
  height: 120px;
}
#flowerRose h2.title-winter::after {
  background: url('../../image/season/rose/winter-title.png') left bottom no-repeat;
  content: "";
  position: absolute;
  top: 50%;
  left:25%;
  width: 320px;
  height: 120px;
}

#flowerRose .summer [class^="col-"] {
  padding:0 5px;
}


@media screen and (max-width: 992px) {
 .season-column {
	width: 33.333333%;  
  }

  #scheduleS01, #scheduleS02, #scheduleS03, #scheduleS04 {
    min-height: 150px;
  }
  #season dt {
    top: 15%;
  }
  #season dd {
	top: 10%;    
  }
  #season dd .fimg img, #flowerEve dd .fimg img {
	width:40px;
  }
 #flowerEve dt {
    display:none;
  }
 #flowerEve dd {
	top: 5%;    
  }
  .fname {
	margin-left: .35em;
  }

}
@media screen and (max-width: 480px) {
  .season-column {
	width: 50%;  
  }
  #scheduleS01, #scheduleS02, #scheduleS03, #scheduleS04, #schedule {
    display:none;
  }
  #flowerRose .row {
	padding:0 15px;
  }
  #flowerRose h2.title-sping::after, #flowerRose h2.title-autumn::after {
	left: 5%;
  }
  #flowerRose h2.title-summer::after, #flowerRose h2.title-winter::after {
	left: 0;
  }
}
/* ==========================================================================
*	 Sun Maintenance Style
========================================================================== */
#sub_left {
  width:880px;
}
#sub_left #sub_left_all {
  width: auto;
}
#sub_left #sub_left_all .info-all h2 {
  width: auto;
}
#sub_left #aboutus_body .kiji_body,
#sub_left #aboutus_body p {
  width: auto;
}
#sidebar #sub_right {
  width: 300px;
  padding: 0 10px;
  margin-left: 15px;
/*   border: 1px solid #f00; */
}
#sidebar #sub_right .right_side li {
  margin-bottom: 10px;
}

#sidebar #sub_right .followus p {
  font-size: 12px;
  color: #555;
}
#sidebar #sub_right .followus #snsac {
/*     width: 272px; */
  margin: 0 auto 16px;
  text-align: center;
}
#sidebar #sub_right .followus #snsac li {
  width: 65px;
  display: inline-block;
  margin-right: 20px;
}
#sidebar #sub_right .followus #snsac li img {
  width: 80px;
}

/* =====================================================================
*	 kitchencar
===================================================================== */
.imageAreaRatio,
.kcgp-car-info{
    background-size:contain;
    background-repeat:no-repeat;
}
.imageRatioLarge,
.kcgp-intro-map,
.kcgp-car-text{
    width:100%;
    max-width:100%;
}

.kcgp-car-list{
    display:flex;
    flex-wrap: wrap;
    justify-content:space-between;
}
.kcgp-hall-list{
    display:flex;
    justify-content:space-between;
}
.kcgp-car-info{
    width: 100%;
    border: solid 1px rgb(100,100,100);
    margin-top: 10px;
}


@media(min-width:1001px){
    .kcgp-car-info{
        width: 19%;
        max-width: 300px;
        min-width: 120px;
    }
}
@media(max-width:1000px){.kcgp-car-info{width: 24%;}}
@media(max-width:700px){
    .kcgp-car-info{width: 33%;}
    .kcgp-car-bar{margin-bottom: 0.5em;}
}
@media(max-width:500px){.kcgp-car-info{width: 49%;}}
.kcgp-hall-list .kcgp-car-info{
    width: 49%;
}
.kcgp-car-bar{
    width:100%;
    max-width:100%;
}
.kcgp-cat-icn{
    display: block;
    width: 50%;
    max-width: 300px;
    min-width: 120px;
    margin: 0 auto;
}
.kcgp-cat,
.kcgp-title{
    width: auto;
    border-left:solid 5px rgb(110,64,39);
    border-right:solid 5px rgb(110,64,39);
}
.kcgp-cat{
    color: rgb(255,255,255);
}
.kcgp-cat-date{
    font-size: 0.6em;
}
@media(max-width:700px){.kcgp-cat-date{display: block;}}
@media(min-width:701px){.kcgp-cat-date{margin-left: 1em;}}
.kcgp-cat,
.kcgp-title{
    margin: 0;
}
#kcgp-beef .kcgp-cat{
    background: rgb(214,44,46);
}
#kcgp-pork .kcgp-cat{
    background: rgb(0,146,61);
}
.kcgp-title{
    background: rgb(217,188,0);
}
.youbi{
    display: inline-block;
    padding: 0.1em;
    background: rgb(255,255,255);
    border-radius: 50%;
}
#kcgp-beef .youbi{
    color: rgb(214,44,46);
}
#kcgp-pork .youbi{
    color: rgb(0,146,61);
}
.kcgp-vote-info{
    border: solid 1px rgb(110,64,39);
    padding: 1em;
    margin-bottom: 0.5em;
}
.kcgp-vote-title{
    background: rgb(110,64,39);
    padding: 0.2em;
    margin: 0 0 0.5em 0;
    text-align: center;
    color: rgb(255,255,255);
    font-size: 1.6rem;
}
.kcgp-information-table{
    width: 100%;
    margin-top: 0.5em;
    border-top: dotted 1px rgb(0,0,0);
}
.kcgp-information-table tr{
    border-bottom: dotted 1px rgb(0,0,0);
}
.kcgp-information-table th,
.kcgp-information-table td{
    padding: 0.5em;
}
@media(max-width:700px){
    .kcgp-information-table th,
    .kcgp-information-table td{
        display: block;
    }
}
.kcgp-information-table th{
    vertical-align: top;
    text-align: center;
    background: rgb(240,240,240);
}
.kcgp-i{
    font-size: 0.8em;
}
.kcgp-link-btn{
    font-size: 1.5em;
    font-weight: bold;
    padding: 0.8em;
    background: rgb(217,188,0);
    border: solid 2px rgb(110,64,39);
    border-bottom: solid 5px rgb(110,64,39);
    border-radius: 10px;
    filter: drop-shadow(0px 5px 2px rgba(0,0,0,0.3));
}
@media(max-width:700px){.kcgp-link-btn{display: block;margin-bottom: 0.5em;}}
@media(min-width:701px){.kcgp-link-btn{margin-left: 1em;}}
.kcgp-link-btn:hover{
    background: rgb(255,255,255);
}