@charset "UTF-8";
body {
  color: #333;
}

a,
a:link,
button {
  color: #118c18;
  text-decoration: underline;
}

a:hover,
button:hover {
  text-decoration: none;
  transition: all 0.3s;
  cursor: pointer;
  color: #de1e46;
}

#no_script {
  position: relative;
  width: 100%;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
  z-index: 100;
}

/*スマホ・PC振り分け*/
.sp {
  display: none !important;
}

.sp_inline {
  display: none !important;
}

.sp540 {
  display: none !important;
}

/* structure
====================================================================================================================================== */
html,
body {
  width: 100%;
}

html {
  height: 100%;
}

body {
  overflow-y: scroll;
  overflow-x: hidden;
  min-width: 1200px;
}

#container {
  width: 100%;
  font-size: 1.0625rem;
  line-height: 2;
}

.wrapper {
  margin: 0 auto;
  width: 910px;
}

.wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#page_title_wrap {
  background: url(../images/bg_pattern.gif) repeat center top;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 5.5em;
  margin-bottom: 2em;
}

#page_title_wrap .page_title_bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 29px;
  background: url(../images/round_line.png) repeat-x center bottom;
  background-size: contain;
}

#page_title_wrap .page_title_bottom:before {
  content: "";
  display: block;
  width: 134px;
  height: 74px;
  background: url(../images/illst_garden_nobird.png) no-repeat left bottom;
  background-size: contain;
  position: absolute;
  bottom: -22px;
  left: 0;
  z-index: 1;
}

#page_title_wrap .page_title_bottom:after {
  content: "";
  display: block;
  width: 155px;
  height: 81px;
  background: url(../images/illst_garden.png) no-repeat right bottom;
  background-size: contain;
  position: absolute;
  bottom: -18px;
  right: 0;
  z-index: 1;
}

#page_title_wrap.subtop {
  position: relative;
}

#page_title_wrap.subtop #navibar {
  position: relative;
  z-index: 1;
  margin-bottom: 3em;
}

#page_title_wrap.subtop #navibar p {
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

#page_title_wrap.subtop #navibar p a {
  color: #fff;
  text-decoration: underline;
}

#page_title_wrap.subtop #navibar p a:hover {
  text-decoration: none;
}

#page_title_wrap.subtop .page_title {
  position: relative;
  z-index: 1;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}

#page_title_wrap.subtop .page_title .en {
  color: #fff;
}

#page_title_wrap.subtop .page_main_visual {
  position: absolute;
  background-color: #000;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#page_title_wrap.subtop .page_main_visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  opacity: 0.8;
}

#page_title_wrap.subtop .page_title_bottom:before {
  display: none;
}

#page_title_wrap.subtop .page_title_bottom:after {
  display: none;
}

#sns_language_area {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 70;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#sns_language_area .sns_box {
  margin-bottom: 0;
}

#sns_language_area .language_select {
  margin-left: 15px;
  position: relative;
}

#sns_language_area .language_select .language_acc_t {
  background-color: #ffd032;
  text-align: center;
  padding: 0.65em 1.3em;
  cursor: pointer;
}

#sns_language_area .language_select .language_acc_t:hover {
  opacity: 0.7;
}

#sns_language_area .language_select .language_acc_t p {
  display: inline-block;
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  background: url(../images/icon_language.png) no-repeat left center;
  padding-left: 2em;
  margin: 0;
}

#sns_language_area .language_select .language_acc_t p:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  margin-left: 0.7em;
  background: url(../images/icon_lang_opened.png) no-repeat left center;
}

#sns_language_area .language_select .language_acc_t.opened p:after {
  background-image: url(../images/icon_lang_closed.png);
}

#sns_language_area .language_select .language_acc_m {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  display: none;
  border: 2px solid #ffd032;
  border-top: none;
  border-right: none;
  background-color: #fff;
  margin-bottom: 0;
  padding: 1em 1.4em;
}

#sns_language_area .language_select .language_acc_m li {
  margin-bottom: 0.7em;
}

#sns_language_area .language_select .language_acc_m li a {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  display: block;
  background: url(../images/icon_arrow_black_r.png) no-repeat left center;
  padding-left: 1em;
  text-decoration: none;
}

#sns_language_area .language_select .language_acc_m li a:hover {
  text-decoration: underline;
  color: #de1e46;
}

#navibar {
  padding-top: 0.7em;
  margin-bottom: 4.8em;
}

#navibar p {
  font-size: 0.8125rem;
  text-align: left;
  line-height: 1.6em;
}

#navibar a {
  text-decoration: none;
}

#navibar a, #navibar a:link {
  color: #118c18;
}

#navibar a:hover {
  text-decoration: underline;
  color: #de1e46;
}

/* ページ内リンク
====================================================================================================================================== */
#conts .sub_navi ul,
#main_column .sub_navi ul {
  margin: 0 auto;
  padding: 0;
}

#conts .sub_navi ul li,
#main_column .sub_navi ul li {
  padding: 0 1.6em;
  margin: 0 0 1em;
  text-indent: 0;
}

#conts .sub_navi ul li:before,
#main_column .sub_navi ul li:before {
  display: none;
}

.sub_navi {
  margin: 0 0 1em;
}

.sub_navi ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sub_navi ul li a {
  display: block;
  background: url(../images/icon_arrow_gray_down.png) no-repeat center bottom;
  margin: 0;
  padding: 0 0 1.2em;
  font-size: 1.0625rem;
  font-weight: bold;
  text-align: center;
  transition: 0.3s;
  color: #333;
  line-height: 1.3em;
  text-decoration: none;
}

.sub_navi ul li a:hover {
  text-decoration: underline;
  color: #de1e46;
}

/* header
====================================================================================================================================== */
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  width: 210px;
  height: 100vh;
  background-color: #fff;
  border-right: 1px solid #ccc;
  padding-top: 50px;
}

#header .wrapper {
  width: auto;
  padding-left: 15px;
  padding-right: 15px;
}

#site_title {
  margin-bottom: 30px;
}

#site_title a {
  text-align: center;
}

#site_title a:hover {
  opacity: 0.7;
}

.sp_menu_button {
  display: none;
}

#header_menu .menu_inner {
  position: relative;
  padding-bottom: 2.7em;
}

#header_menu .sns_box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#language_menu {
  display: none;
}

/*---- SNS/ ----*/
.sns_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sns_box li {
  width: 33px;
}

.sns_box li img {
  vertical-align: top;
  width: 100%;
}

.sns_box li:hover {
  opacity: 0.7;
}

.sns_box li + li {
  margin-left: 7px;
}

.search_box {
  margin-bottom: 1em;
  padding-left: 13px;
  padding-right: 13px;
}

.search_box form {
  position: relative;
}

.search_box form .search_form {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-radius: 19px;
  background-color: #e7e8e6;
  border: 1px solid #e7e8e6;
  font-size: 0.9375em;
  color: #333;
  padding: 0 2.8em 0 0.7em;
}

.search_box form .search_form:placeholder-shown {
  color: #333;
}

.search_box form .search_form::-webkit-input-placeholder {
  color: #333;
}

.search_box form .search_form:-moz-placeholder {
  color: #333;
  opacity: 1;
}

.search_box form .search_form::-moz-placeholder {
  color: #333;
  opacity: 1;
}

.search_box form .search_form:-ms-input-placeholder {
  color: #333;
}

.search_box form .search_btn {
  position: absolute;
  top: 0;
  right: 11px;
  height: 100%;
  width: 24px;
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  border: none;
  background-color: transparent;
  color: transparent;
  cursor: pointer;
}

.search_box form .search_btn:hover {
  opacity: 0.8;
}

.header_links {
  padding-left: 17px;
}

.header_links a {
  font-size: 0.9375rem;
  color: #333;
  text-decoration: none;
  display: block;
  background: url(../images/icon_arrow_gray_r.png) no-repeat left center;
  padding-left: 1.2em;
}

.header_links a:hover {
  text-decoration: underline;
  color: #de1e46;
}

/* globalnavi
====================================================================================================================================== */
#globalnavi {
  margin-bottom: 1em;
}

#globalnavi ul.nav_list li {
  border-bottom: 1px solid #ccc;
}

#globalnavi ul.nav_list li:first-child {
  border-top: 1px solid #ccc;
}

#globalnavi ul.nav_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  min-height: 57px;
  text-decoration: none;
  padding: 0.5em 1.5em 0.5em 0.5em;
  background-image: url(../images/icon_arrow_green_r.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
}

#globalnavi ul.nav_list li .menu_icon {
  display: block;
  text-align: center;
  margin-right: 0.5em;
  width: 45px;
}

#globalnavi ul.nav_list li .menu_icon img {
  width: 100%;
  height: auto;
}

#globalnavi ul.nav_list li .menu_icon img.on {
  display: none;
}

#globalnavi ul.nav_list li .menu_icon img.off {
  display: inline;
}

#globalnavi ul.nav_list li .menu_title {
  display: block;
  width: calc(100% - 45px - 0.5em);
  color: #333;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.3em;
}

#globalnavi ul.nav_list li .menu_title .smaller {
  font-size: 0.8em;
}

#globalnavi ul.nav_list li.current a, #globalnavi ul.nav_list li:hover a {
  background-color: #118c18;
  background-image: url(../images/icon_arrow_white_r.png);
}

#globalnavi ul.nav_list li.current .menu_icon img.on, #globalnavi ul.nav_list li:hover .menu_icon img.on {
  display: inline;
}

#globalnavi ul.nav_list li.current .menu_icon img.off, #globalnavi ul.nav_list li:hover .menu_icon img.off {
  display: none;
}

#globalnavi ul.nav_list li.current .menu_title, #globalnavi ul.nav_list li:hover .menu_title {
  color: #fff;
}

/* contents
====================================================================================================================================== */
#main_container {
  width: 100%;
  padding-left: 210px;
}

#conts {
  width: 100%;
  padding: 0;
}

#conts.in {
  padding: 0 0 3em;
}

#conts .wrapper {
  overflow: visible;
}

.wrapper:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

#main_slider {
  position: relative;
  height: calc(100vh - 30px);
  overflow: hidden;
  margin-bottom: 2.5em;
}

#main_slider:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 29px;
  max-height: 77px;
  background: url(../images/round_line.png) repeat-x left bottom;
  background-size: contain;
}

#main_slider.no_caption .bx-wrapper ul li .image_caption {
  display: none;
}

#main_slider .bx-wrapper ul li {
  position: relative;
}

#main_slider .bx-wrapper ul li img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 200%;
  min-width: 120%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-animation: slideFromRight 8s linear 0s 1 normal;
  animation: slideFromRight 8s linear 0s 1 normal;
}

#main_slider .bx-wrapper ul li .image_caption {
  position: absolute;
  bottom: 1.5em;
  left: 1.2em;
  z-index: 110;
  margin: 0;
  font-size: 0.9375rem;
  color: #fff;
}

#main_slider .bx-wrapper ul li:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 12%;
  max-height: 77px;
  background: linear-gradient(to bottom, transparent 0%, transparent 10%, black 50%);
  opacity: 0.2;
}

#main_slider h1 {
  transition: 3s ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  text-align: center;
  position: absolute;
  top: 22.5%;
  left: 0;
  width: 100%;
  z-index: 100;
  margin-bottom: 0;
}

#main_slider h1.opening {
  opacity: 0;
  -webkit-transform: translateY(-30px);
  transform: translateY(-30px);
}

#main_slider h1 span {
  display: inline-block;
  padding: 0.6em;
  border: 1px solid #fff;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  line-height: 1.5em;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#main_slider h1.horizontal {
  top: 30%;
}

#main_slider h1.horizontal span {
  -ms-writing-mode: lr-tb;
  -webkit-writing-mode: horizontal-tb;
  writing-mode: horizontal-tb;
  font-weight: normal;
  text-align: center;
}

#main_slider .illst_birds {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}

#main_slider .tripadvisor {
  position: absolute;
  bottom: 35px;
  right: 10px;
  z-index: 100;
}

#main_slider .button_scroll_wrap {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
  z-index: 100;
  text-align: center;
  -webkit-animation: hovering 0.6s ease-in-out infinite alternate;
  animation: hovering 0.6s ease-in-out infinite alternate;
}

#main_slider .button_scroll_wrap .button_scroll {
  display: inline-block;
  cursor: pointer;
}

#main_slider .button_scroll_wrap .button_scroll:hover {
  opacity: 0.7;
}

#main_slider .button_scroll_wrap p {
  font-size: 1.25rem;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 6px;
}

#main_slider .button_scroll_wrap .icon_scroll_down {
  line-height: 1;
}

/* スライド画像を右から左へ動かす */
@-webkit-keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-55%) translateY(-50%);
    transform: translateX(-55%) translateY(-50%);
  }
}
@keyframes slideFromRight {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  100% {
    -webkit-transform: translateX(-55%) translateY(-50%);
    transform: translateX(-55%) translateY(-50%);
  }
}

/* スクロールボタンをふわふわさせる */
@-webkit-keyframes hovering {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes hovering {
  0% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

#emergency_info {
  border: 2px solid #e01e46;
  border-radius: 5px;
  padding: 0.7em 1.1em;
  margin-bottom: 2em;
  position: relative;
}

#emergency_info:before {
  content: "";
  display: block;
  position: absolute;
  top: -7px;
  left: -10px;
  width: 30px;
  height: 30px;
  background: url(../images/icon_exclamation.png) no-repeat;
  background-size: contain;
}

#emergency_info .article_list {
  margin: 0;
}

#emergency_info .article_list li {
  margin: 0;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#emergency_info .article_list li time, #emergency_info .article_list li a {
  display: block;
  padding: 0;
}

#emergency_info .article_list li time {
  width: 8.5em;
  font-size: 0.9375rem;
  color: #879187;
}

#emergency_info .article_list li a {
  width: calc(100% - 8.5em);
  font-size: 1.0625rem;
  color: #333;
  text-decoration: none;
}

#emergency_info .article_list li a:hover {
  text-decoration: underline;
}

#banner_slider {
  padding-top: 1.5em;
  margin-bottom: 3em;
}

#banner_slider ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#banner_slider ul li {
  border-radius: 5px;
  overflow: hidden;
}

#banner_slider ul li img {
  transition: .5s;
  width: 100%;
}

#banner_slider ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#banner_slider ul li:hover img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.info_area {
  background: url(../images/bg_pattern.gif) repeat center center;
  padding-bottom: 4em;
}

.info_area:before {
  content: "";
  display: block;
  width: 100%;
  height: 89px;
  background: url(../images/bg_park01.png) repeat-x center top;
  background-size: contain;
  margin-bottom: 5px;
}

.info_area .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.info_area .wrapper:after {
  display: none;
}

#today_info {
  width: 340px;
  background-color: #ffd032;
  position: relative;
  padding: 1.5em 1.2em;
}

#today_info .date {
  position: absolute;
  top: 0;
  right: 20px;
  padding-top: 1.2em;
  margin-bottom: 0;
  width: 72px;
  height: 90px;
  background: url(../images/ribbon_white.png) no-repeat center top;
  background-size: contain;
  text-align: center;
  line-height: 1;
  font-size: 1rem;
  font-weight: bold;
}

#today_info .date span {
  display: block;
}

#today_info .date .yyyy {
  margin-bottom: 0.1em;
}

#today_info .date .mmdd {
  font-size: 1.5em;
}

#today_info h2 {
  background: none;
  padding: 0;
  text-align: left;
  color: #333;
  font-size: 1.8125rem;
  font-weight: bold;
  line-height: 1.4em;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-bottom: 0.3em;
}

#today_info h3 {
  position: relative;
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0.3em;
}

#today_info h3 span {
  display: inline-block;
  background-color: #ffd032;
  padding: 0 0.7em;
  position: relative;
  z-index: 1;
}

#today_info h3:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 2px;
  margin-top: -1px;
  border-top: 2px dotted rgba(51, 51, 51, 0.5);
}

#today_info .price {
  margin-bottom: 0.5em;
}

#today_info .price p {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0.2em;
}

#today_info .price p .smaller {
  font-size: 0.7em;
}

#today_info .time {
  margin-bottom: 0.5em;
}

#today_info .time .day_time {
  font-size: 1.375rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0.3em;
}

#today_info .time .day_time .smaller {
  font-size: 0.7em;
}

#today_info .time .night_time {
  font-size: 0.9375rem;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 0.7em;
}

#today_info .link_detail {
  text-align: right;
  line-height: 1.4em;
}

#today_info .link_detail a {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333;
  background: url(../images/icon_arrow_black_r.png) no-repeat right center;
  padding-right: 1em;
}

#today_info .link_detail a:hover {
  color: #de1e46;
}

#today_info .link_mark_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: visible;
  margin-bottom: 1em;
}

#today_info .link_mark_area li {
  width: 15%;
  margin-bottom: 0;
}

#today_info .link_mark_area li a {
  display: block;
  position: relative;
}

#today_info .link_mark_area li a:hover .fukidashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#today_info .link_mark_area li .fukidashi {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: calc(100% + 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #333;
  font-size: 0.8125rem;
  font-weight: bold;
  color: #fff;
  width: auto;
  height: 3.3em;
  padding: 0 1em;
  white-space: nowrap;
  line-height: 1.4em;
  text-align: center;
}

#today_info .link_mark_area li .fukidashi:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(51, 51, 51, 0);
  border-top-color: #333333;
  border-width: 8px;
  margin-left: -8px;
}

#today_info .button_area {
  margin-bottom: 0;
}

#today_info .button_area a {
  width: 100%;
  font-size: 1rem;
}

#today_info .button_area a.web_ticket {
  text-align: center;
  background-image: url(../images/icon_ticket.png);
  background-position: left 17px center;
  padding: 0.5em 2em 0.5em 4em;
  border-radius: 40px;
  margin-bottom: 0.7em;
}

#today_info .button_area a.web_ticket span {
  display: block;
  line-height: 1.5;
}

#today_info .button_area a.web_ticket span:first-child {
  color: #ffd032;
  font-size: 0.875rem;
}

#today_info .button_area a.web_ticket span:last-child {
  color: #fff;
  font-size: 1rem;
}

#today_info .button_area a.web_ticket:hover {
  background-color: #333;
  opacity: 0.7;
}

#today_info .button_area a.bus {
  background-image: url(../images/icon_free_bus.png);
  background-position: left 27px center;
  padding: 0.9em 2.5em 0.9em 4em;
  margin-bottom: 0.7em;
}

#today_info .button_area a.bus:hover {
  background-image: url(../images/icon_free_bus_on.png);
}

#today_info .button_area a.bus.yellow {
  background-color: #ffd032;
  background-image: url(../images/icon_free_bus_on.png);
}

#today_info .button_area a.bus.yellow:hover {
  background-image: url(../images/icon_free_bus.png);
  background-color: #333;
}

#today_info .button_area a.yukimichi {
  background-color: #ffd032;
  background-position: right 20px center;
  padding: 0.9em 1.5em 0.9em 1em;
}

#today_info .button_area a.yukimichi .smaller {
  font-size: 0.85em;
}

#today_info .button_area a.yukimichi:hover {
  background-color: #333;
}

h3.top_title {
  font-size: 3.125rem;
  margin-bottom: 0;
}

h3.top_title span {
  line-height: 1.4em;
}

h3.top_title > span {
  padding-bottom: 0.2em;
  padding-right: 0.2em;
}

h3.top_title > span:before {
  left: 1.9em;
}

h3.top_title .smaller {
  font-size: 1.0625rem;
  letter-spacing: 0.05em;
  margin-left: 1.5em;
}

.section_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  margin-bottom: 2.5em;
}

.section_header .button_area {
  margin-bottom: 0;
}

.section_header .button_area a {
  font-size: 1rem;
  padding: 0.7em 2.5em 0.7em 2em;
}

.section_header .button_area a + a {
  margin-left: 0.4em;
}

.section_header .button_area a.with_icon {
  padding: 0.7em 1.1em 0.7em 3.5em;
}

.section_header .button_area a.show_all {
  background: transparent url(../images/icon_arrow_gray_r.png) no-repeat right 20px center;
}

.section_header .button_area a.show_all:hover {
  background-color: #333;
  background-image: url(../images/icon_arrow_white_r.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
}

.section_header.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section_header.center .fukidashi {
  display: inline-block;
  text-align: center;
  padding-bottom: 1.5em;
  background: url(../images/title_dotted_underline.png) repeat-x left bottom;
  position: relative;
}

.section_header.center .fukidashi:before {
  content: "";
  display: block;
  width: 18px;
  height: 20px;
  background: url(../images/title_dotted_fukidashi.png) no-repeat left top, url(../images/bg_pattern_yellow.gif) repeat center center;
  background-size: contain;
  position: absolute;
  top: calc(100% - 2px);
  left: 5em;
  z-index: 1;
}

.section_header.center h2 {
  background: none;
  padding: 0;
  color: #333;
  margin-left: 0 !important;
  margin-right: 0 !important;
  font-size: 3.75rem;
  line-height: 1;
  margin-bottom: 0.2em;
}

.section_header.center .lead {
  font-size: 1.0625rem;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 1.6em;
}

#new {
  width: 518px;
  padding-top: 10px;
}

#new h3.top_title > span:before {
  background: url(../images/title_dotted_fukidashi.png) no-repeat left top, url(../images/bg_pattern.gif) no-repeat center center;
  background-size: contain,auto;
}

#new .check {
  margin-bottom: 0;
  position: absolute;
  top: -33px;
  left: 108px;
  width: 108px;
}

#new .latest_new {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 1.5em;
}

#new .new_box {
  width: 48.5%;
}

#new .new_box a {
  display: block;
  text-decoration: none;
}

#new .new_box a:hover {
  opacity: 0.7;
}

#new .new_box a:hover h4, #new .new_box a:hover .comment {
  text-decoration: underline;
}

#new .new_box .flower_photo {
  border: 5px solid #fff;
  margin-bottom: 0.8em;
  position: relative;
}

#new .new_box .flower_photo .tag {
  position: absolute;
  top: -15px;
  left: -15px;
}

#new .new_box .flower_photo img {
  width: 100%;
  height: auto;
}

#new .new_box h4 {
  padding: 0;
  text-indent: 0;
  color: #333;
  font-size: 1.125rem;
  margin-bottom: 0;
}

#new .new_box h4:before {
  display: none;
}

#new .new_box .comment {
  margin-top: 0.4em;
}

#new .new_box .comment, #new .new_box .comment p {
  font-size: 0.9375rem;
  color: #46503c;
  line-height: 1.7em;
  margin-bottom: 0;
}

#new .new_box .time {
  line-height: 1;
  margin-top: 0.2em;
  margin-bottom: 0;
  text-align: right;
}

#new .new_box .time time {
  font-size: 0.9375rem;
  color: #879187;
}

#new .guide_link a {
  display: block;
  background-color: #e01e46;
  background-image: url(../images/icon_arrow_white_r_b.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 1em;
}

#new .guide_link a:hover {
  opacity: 0.7;
}

#new .guide_link span {
  line-height: 1.5em;
}

#new .guide_link .title {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
}

#new .guide_link .ext {
  font-weight: normal;
  font-size: 0.75em;
}

#new .guide_link .comment {
  display: block;
  font-size: 0.9375rem;
}

.top #events {
  background-color: #bed250;
  position: relative;
  padding: 2em 0 3.8em;
}

.top #events:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../images/edge_top_green.png) repeat-x center bottom;
  background-size: contain;
}

.top #events h3.top_title > span:before {
  background-color: #bed250;
}

.top #events .section_header .button_area a.show_calendar {
  background-image: url(../images/icon_calendar.png);
  background-repeat: no-repeat;
  background-position: left 22px center;
}

.top #events .section_header .button_area a.show_calendar:hover {
  background-image: url(../images/icon_calendar_on.png);
}

#event_slider {
  margin: 0 -8px;
}

#event_slider ul.plane {
  padding-top: 10px;
}

#event_slider .card_box {
  display: block;
  width: auto;
  height: 100%;
  margin: 0;
  border: none;
  position: relative;
  padding: 10px 8px 0;
}

#event_slider .card_box .tag {
  position: absolute;
  top: 0;
  left: 0;
}

#event_slider .card_box .title_area {
  border: 4px solid #bed250;
}

#event_slider .card_box a:hover .title_area {
  border: 4px solid #dc380d;
}

.top #event_slider .card_box.event .text_area .title span.font_xs {
  display: none;
}

.top #event_slider .card_box .append_text {
  right: 0;
}

#information {
  position: relative;
  padding: 2em 0 3.5em;
}

#information:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../images/edge_top.png) repeat-x center bottom;
  background-size: contain;
}

#information .section_header .button_area a.show_recruit {
  background-image: url(../images/icon_recruit.png);
  background-repeat: no-repeat;
  background-position: left 24px center;
  padding: 0.7em 2.7em 0.7em 3.6em;
}

#information .section_header .button_area a.show_recruit:hover {
  background-image: url(../images/icon_recruit_on.png);
}

#information .articles_area {
  margin-bottom: 3em;
}

#information .article_list {
  margin-bottom: 0;
}

#information .info_acc {
  text-align: center;
}

#information .info_acc a {
  display: inline-block;
  width: 230px;
  color: #333;
  font-size: 1rem;
  font-weight: bold;
  padding: 0.5em 0;
  border-radius: 24px;
  background-color: #e5e6e4;
}

#information .info_acc a:hover {
  opacity: 0.7;
}

#information .info_acc a.opened span {
  background-image: url(../images/icon_arrow_black_up.png);
}

#information .info_acc a span {
  display: inline-block;
  padding-right: 1.2em;
  background: url(../images/icon_arrow_black_down.png) no-repeat right center;
}

#information .sns_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#information .insta_box,
#information .fb_box,
#information .tw_box {
  border-radius: 5px;
  border-width: 2px;
  border-style: solid;
  border-color: #333;
  width: 32%;
}

#information .insta_box h4,
#information .fb_box h4,
#information .tw_box h4 {
  font-size: 1.457rem;
  line-height: 1;
  background-color: #333;
  background-image: url(../images/icon_arrow_white_r.png);
  background-repeat: no-repeat;
  background-position: right 16px center;
  text-indent: 0;
  margin: 0;
  padding: 0;
}

#information .insta_box h4 a,
#information .fb_box h4 a,
#information .tw_box h4 a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.4em 0 0.4em 2.2em;
}

#information .insta_box h4 a:hover,
#information .fb_box h4 a:hover,
#information .tw_box h4 a:hover {
  opacity: 0.7;
}

#information .insta_box h4:before,
#information .fb_box h4:before,
#information .tw_box h4:before {
  display: none;
}

#information .insta_box .inner,
#information .fb_box .inner,
#information .tw_box .inner {
  background-color: #fff;
}

#information .insta_box .inner iframe,
#information .fb_box .inner iframe,
#information .tw_box .inner iframe {
  vertical-align: bottom;
}

#information .insta_box {
  border-color: #cd3391;
}

#information .insta_box h4 {
  background-color: #cd3391;
}

#information .insta_box h4 a {
  background: url(../images/icon_instagram.png) no-repeat left 14px center;
}

#information .insta_box ul.instagram_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 2px 2px 0;
}

#information .insta_box ul.instagram_box li {
  width: 32.5%;
  height: 95px;
  margin-bottom: 3px;
}

#information .insta_box ul.instagram_box li a:hover {
  opacity: 0.7;
}

#information .insta_box ul.instagram_box li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

#information .fb_box {
  border-color: #3a5b96;
}

#information .fb_box h4 {
  background-color: #3a5b96;
}

#information .fb_box h4 a {
  background: url(../images/icon_facebook.png) no-repeat left 14px center;
}

#information .tw_box {
  border-color: #32a8dd;
}

#information .tw_box h4 {
  background-color: #32a8dd;
}

#information .tw_box h4 a {
  background: url(../images/icon_twitter.png) no-repeat left 14px center;
}

#information .tw_box .tw_notice_ie {
  display: block;
  padding: 0.4em 0 0 0;
  font-size: 0.93em;
  color: #555;
  line-height: 1.6;
}

#restaurant {
  background: url(../images/bg_pattern_yellow.gif) repeat center center;
  position: relative;
  padding: 4em 0 3em;
}

#restaurant:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../images/edge_bottom.png) repeat-x center top;
  background-size: contain;
}

#restaurant .section_header h2 {
  position: relative;
}

#restaurant .section_header h2 .smaller {
  font-size: 0.8em;
}

#restaurant .section_header h2:before {
  content: "";
  display: block;
  width: 57px;
  height: 84px;
  background: url(../images/restaurant_illust_l.png) no-repeat right top;
  background-size: contain;
  position: absolute;
  left: -78px;
  top: 0;
}

#restaurant .section_header h2:after {
  content: "";
  display: block;
  width: 57px;
  height: 84px;
  background: url(../images/restaurant_illust_r.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: -78px;
  top: 0;
}

#restaurant .menu_wrapper {
  margin: 0 -2%;
}

#restaurant .menu_box_large {
  width: 29%;
  margin: 0 2% 2em;
}

#restaurant .menu_box_large .menu_photo {
  border-radius: 0;
}

#restaurant .menu_box_large .menu_photo img {
  border-radius: 50%;
  height: 97%;
}

#restaurant .menu_box_large h3 {
  margin-top: -3em;
  position: relative;
  color: #e4470c;
  background-image: url(../images/bg_menu_title_white.png);
}

#restaurant .menu_box_large figcaption {
  margin-top: 0;
}

#restaurant .menu_box_large figcaption p {
  margin-bottom: 0;
}

#restaurant .button_area a {
  max-width: 35%;
}

#restaurant .button_area a + a {
  margin-left: 0.7em;
}

#restaurant .button_area a.trans {
  position: relative;
}

#restaurant .button_area a.trans .fukidashi_menu {
  display: block;
  width: 102px;
  position: absolute;
  top: -24px;
  left: -35px;
}

#flower_calendar {
  background: url(../images/bg_pattern_pink.gif) repeat center center;
  position: relative;
  padding: 3.5em 0 2em;
}

#flower_calendar:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../images/edge_top_pink.png) repeat-x center bottom;
  background-size: contain;
}

#flower_calendar .section_header .fukidashi:before {
  background: url(../images/title_dotted_fukidashi.png) no-repeat left top, url(../images/bg_pattern_pink.gif) repeat center center;
  background-size: contain;
}

#flower_calendar .section_header h2 {
  position: relative;
}

#flower_calendar .section_header h2:before {
  content: "";
  display: block;
  width: 155px;
  height: 90px;
  background: url(../images/koyomi_illust_l.png) no-repeat right top;
  background-size: contain;
  position: absolute;
  left: -175px;
  top: 0;
}

#flower_calendar .section_header h2:after {
  content: "";
  display: block;
  width: 155px;
  height: 90px;
  background: url(../images/koyomi_illust_r.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  right: -175px;
  top: 0;
}

#flower_calendar .flower_calendar_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#flower_calendar .flower_cal_box {
  width: 31%;
  margin-bottom: 2em;
  text-align: center;
}

#flower_calendar .flower_cal_box .header_area {
  position: relative;
  padding-left: 13px;
  padding-right: 13px;
  margin-bottom: 0.3em;
}

#flower_calendar .flower_cal_box h3 {
  text-align: center;
  margin-bottom: 0;
}

#flower_calendar .flower_cal_box h3 a {
  position: relative;
  display: block;
}

#flower_calendar .flower_cal_box h3 a:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

#flower_calendar .flower_cal_box h3 .flower_image img {
  width: 100%;
  height: auto;
}

#flower_calendar .flower_cal_box h3 .title {
  position: absolute;
  top: 57%;
  left: 0;
  width: 100%;
  font-size: 1.125rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#flower_calendar .flower_cal_box .button_play {
  position: absolute;
  bottom: 0;
  right: 15px;
}

#flower_calendar .flower_cal_box .button_play a {
  display: block;
}

#flower_calendar .flower_cal_box .button_play a:hover {
  opacity: 0.7;
}

#flower_calendar .flower_cal_box figcaption {
  background: url(../images/flower_calendar_text_line.png) repeat left top;
  line-height: 39px;
  font-size: 0.9375rem;
}

#links_area {
  background: url(../images/bg_flower.jpg) no-repeat center center;
  background-size: cover;
  padding: 3.8em 0 2.5em;
}

#links_area .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#links_area .wrapper:after {
  display: none;
}

#links_area .link_box {
  width: 31%;
  margin-bottom: 1.5em;
}

#links_area .link_box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  border-radius: 5px;
  text-align: center;
  text-decoration: none;
  padding: 1.8em 0 0.8em;
  background-color: #fff;
  background-image: url(../images/icon_arrow_pink_right_bottom.png);
  background-repeat: no-repeat;
  background-position: right bottom;
}

#links_area .link_box a:hover {
  box-shadow: 0 0 0 4px #e01e46;
}

#links_area .link_box .icon_image {
  display: block;
  margin-bottom: 1em;
}

#links_area .link_box .link_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.125rem;
  font-weight: bold;
  color: #333;
  line-height: 1.5em;
  min-height: 3em;
}

#access {
  padding: 3em 0 2em;
}

#access .wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#access .wrapper:after {
  display: none;
}

#access .text_area {
  width: 430px;
}

#access .map_area {
  width: 455px;
}

#access .map_area iframe {
  width: 100%;
  vertical-align: bottom;
}

#access .link_buttons a {
  display: block;
  border-radius: 5px;
  background-color: #bed250;
  background-image: url(../images/icon_arrow_gray_r_b.png);
  background-repeat: no-repeat;
  background-position: right 22px center;
  margin-bottom: 0.5em;
  text-decoration: none;
  color: #333;
}

#access .link_buttons a:hover {
  opacity: 0.7;
}

#access .link_buttons a:last-of-type {
  margin-bottom: 0;
}

#access .link_buttons a .inner {
  padding: 1.2em 2em 1.2em 5em;
}

#access .link_buttons a.traffic .inner {
  background: url(../images/icon_access_traffic.png) no-repeat left 18px center;
}

#access .link_buttons a.bus .inner {
  background: url(../images/icon_access_bus.png) no-repeat left 18px center;
}

#access .link_buttons a.weather .inner {
  background: url(../images/icon_access_weather.png) no-repeat left 18px center;
}

#access .link_buttons span {
  line-height: 1.6em;
}

#access .link_buttons .link_title {
  display: block;
  font-size: 1.125rem;
}

#access .link_buttons .link_title .smaller {
  font-size: 0.75em;
}

#access .link_buttons .explain {
  display: block;
  font-size: 0.9375rem;
  margin-top: 0.3em;
}

/* footer
====================================================================================================================================== */
#footer {
  background: url(../images/bg_pattern.gif);
  padding-bottom: 1.3em;
  overflow: hidden;
}

#footer:before {
  content: "";
  display: block;
  height: 166px;
  background: url(../images/bg_park_footer.png) repeat-x center top;
}

#footer .footer_conts_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 0.5em;
  margin-bottom: 1.5em;
}

#footer .footer_info {
  width: calc(100% -240px);
}

#footer .footer_info .facility_name {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.3em;
  margin-bottom: 0.8em;
}

#footer .footer_info .facility_name .smaller {
  font-size: 0.75em;
}

#footer .footer_info address, #footer .footer_info .tel, #footer .footer_info .email {
  font-size: 0.9375rem;
  line-height: 1.6em;
  margin-bottom: 0;
}

#footer .footer_info .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#footer .footer_info .tel p {
  margin-right: 1.7em;
  margin-bottom: 0;
}

#footer .button_area {
  width: 230px;
  margin-bottom: 0;
}

#footer .button_area a {
  width: 100%;
  padding: 0.6em 0.5em 0.6em 0.5em;
  font-size: 1rem;
  background-position: right 22px center;
  margin-bottom: 0.7em;
}

#footer .footer_links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 1.5em;
}

#footer .footer_links li {
  line-height: 1;
  border-right: 1px solid #333;
}

#footer .footer_links li:first-child a {
  padding-left: 0;
}

#footer .footer_links li:last-child {
  border-right: none;
}

#footer .footer_links li a {
  font-size: 0.9375em;
  text-decoration: none;
  color: #333;
  padding: 0 1em;
}

#footer .footer_links li a:hover {
  color: #de1e46;
  text-decoration: underline;
}

#footer .footer_bottom {
  border-top: 2px dashed #333;
  padding-top: 1.2em;
}

#footer small {
  display: block;
  text-align: center;
  font-size: 0.75em;
  line-height: 1;
}

/* side_fixed_box
====================================================================================================================================== */
.top_page {
  display: block;
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 9999;
}

.top_page.up {
  bottom: 120px;
}

.top_page:hover {
  opacity: 0.8;
}

#button_web_ticket {
  position: fixed;
  right: 0;
  bottom: 5px;
  z-index: 9999;
}

#button_web_ticket a {
  display: block;
}

#button_web_ticket a:hover {
  opacity: 0.8;
}

/* イベントカレンダー
====================================================================================================================================== */
.cal_box {
  margin-bottom: 2em;
}

.cal_box .acc .m {
  background-color: #118c18;
  color: #fff;
  font-size: 1.25rem;
  font-weight: normal;
  padding: 0.45em 0;
  padding-left: 2.3em;
  border-top: 2px solid #fff;
  position: relative;
  cursor: pointer;
}

.cal_box .acc .m:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_acc_closed.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cal_box .acc .m.i_close:before {
  background-image: url(../images/icon_acc_opened.png);
}

.cal_box .acc .t {
  display: none;
}

.cal_box .month {
  display: block;
  text-align: center;
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0.7em;
}

.cal_box .month span:first-of-type {
  margin-right: 0.25em;
}

.cal_box .month span:last-of-type {
  font-size: 1.5em;
  margin-left: 0.15em;
}

.cal_box .month .prev, .cal_box .month .next {
  display: block;
  position: absolute;
  font-size: 1.25rem;
  font-weight: normal;
  text-decoration: none;
  color: #333;
  line-height: 26px;
  bottom: 0;
  background-size: contain;
}

.cal_box .month .prev:hover, .cal_box .month .next:hover {
  opacity: 0.7;
}

.cal_box .month .prev {
  left: 0;
  padding-left: 40px;
  background: url(../images/icon_prev_green.png) no-repeat left 10px center;
}

.cal_box .month .next {
  right: 0;
  padding-right: 40px;
  background: url(../images/icon_next_green.png) no-repeat right 10px center;
}

.cal_box .table02 {
  border: none;
  margin-bottom: 1.5em;
}

.cal_box .table02 th, .cal_box .table02 td {
  vertical-align: middle;
  border: none;
  border-top: 1px solid #6f838f;
  border-bottom: 1px solid #6f838f;
}

.cal_box .table02 th {
  padding: 0.72em;
  font-size: 1.59375rem;
  line-height: 1;
  white-space: nowrap;
  color: #333;
  background-color: transparent;
}

.cal_box .table02 td {
  padding: 0.75em 5px;
  font-size: 1.0625rem;
  line-height: 1.5;
  width: 100%;
}

.cal_box .table02 th span {
  font-size: 0.7em;
  padding: 0 5px;
  font-weight: normal;
}

.cal_box .table02 .sat th {
  color: #299ed5;
}

.cal_box .table02 .sun th, .cal_box .table02 .holi th {
  color: #de1e46;
}

.cal_box .table02 .closed {
  background-color: #ebebeb;
}

.cal_box .table02 .today {
  background-color: rgba(17, 140, 24, 0.1);
}

.cal_box .table02 .today th {
  border-left: 6px solid #118c18;
}

/* お問い合わせ
====================================================================================================================================== */
.table_form {
  border: none;
  margin-bottom: 2em;
  border-top: 1px dashed #333;
}

.table_form th, .table_form td {
  border-left: none;
  border-right: none;
  padding: 1em 1.5em;
  display: block;
  width: 100% !important;
}

.table_form th {
  font-size: 1.125rem;
  font-weight: bold;
  width: 13em;
  padding-left: 0.7em;
  padding-right: 0.2em;
  vertical-align: middle;
  text-align: left;
  background: none;
  color: #666;
  white-space: normal;
  border: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.table_form th span.require {
  color: #f00;
}

.table_form td {
  padding-left: 0.2em;
  padding-right: 0.7em;
  border-top: 0;
  padding-top: 0.5em;
}

.table_form td p {
  font-size: 1.125rem;
  margin-bottom: 0;
  display: inline;
}

.table_form td span.help_text {
  margin-top: 0.3em;
  font-size: 0.85rem;
  display: block;
  line-height: 1.4em;
  color: #888;
}

.table_form select {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 100%;
  max-width: 505px;
  border: 1px solid #ccc;
  background: #fff url(../images/icon_pulldown.png) no-repeat right center;
  border-radius: 0;
  font-size: 1rem;
  height: 2.9em;
  padding-left: 0.8em;
  padding-right: 0.8em;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  padding: 0.8em;
  font-size: 1rem;
  background-color: #e7e8e6;
  border: none;
  width: 100%;
  max-width: 740px;
}

input[type="radio"] {
  margin-right: 2px;
}

label {
  display: inline-block;
  margin-right: 1em;
}

#conts .table_form td ul[id^="formtools_qa"] {
  margin-bottom: 0;
  letter-spacing: -.4em;
}

#conts .table_form td ul[id^="formtools_qa"] li {
  display: inline-block;
  letter-spacing: normal;
  padding-left: 0;
  margin-bottom: 0.4em;
  margin-right: 1em;
  white-space: nowrap;
}

#conts .table_form td ul[id^="formtools_qa"] li:before {
  display: none;
}

#conts .table_form td ul[id^="formtools_qa"] li:last-child {
  margin-bottom: 0;
}

#conts .table_form ul li {
  text-indent: 0;
}

.form_btn {
  display: inline-block;
  width: 300px;
  text-align: center;
  transition: 0.3s;
  padding: 0.9em 2.5em 0.9em 3.5em;
  border-radius: 30px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.35em;
  border: 2px solid #333;
  color: #333;
  background-color: #fff;
  background-image: url(../images/icon_arrow_gray_l.png);
  background-repeat: no-repeat;
  background-position: left 30px center;
  cursor: pointer;
}

.form_btn + input.form_btn {
  margin-left: 1em;
}

.form_btn:hover {
  color: #fff;
  background-image: url(../images/icon_arrow_white_l.png);
  background-color: #333;
}

input.form_btn.btn_submit,
a.form_btn.go_home {
  padding: 0.9em 3.5em 0.9em 2.5em;
  color: #fff;
  background: url(../images/icon_arrow_white_r.png) no-repeat right 20px center;
  background-color: #333;
  background-position: right 30px center;
}

input.form_btn.btn_submit:hover,
a.form_btn.go_home:hover {
  color: #333;
  background-image: url(../images/icon_arrow_gray_r.png);
  background-color: #fff;
}

.errornote {
  margin-bottom: 0.5em;
}

.errornote h4 {
  text-align: center;
  color: #f00;
  font-size: 1.25rem;
  font-weight: bold;
}

.errornote h4:before {
  display: none;
}

#conts .errorlist li {
  font-size: 0.95rem;
  padding-left: 1em;
  margin-bottom: 0;
  line-height: 1.8em;
  color: #f00;
}

#conts .errorlist li:before {
  content: "・";
  font-size: 0.95rem;
  color: #f00;
}
