@charset "UTF-8";
@media screen and (max-width: 768px) {
  a,
  a:link {
    text-decoration: none;
  }
  a:hover {
    transition: none;
  }
  /* sp */
  .sp {
    display: block !important;
  }
  .sp_off {
    display: none !important;
  }
  .sp_inline {
    display: inline !important;
  }
  /* structure
====================================================================================================================================== */
  body {
    overflow-x: hidden;
    width: 100%;
    min-width: 0;
    -webkit-overflow-scrolling: touch;
  }
  #container {
    overflow-x: hidden;
  }
  .wrapper {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  #page_title_wrap {
    padding-bottom: 2em;
  }
  #page_title_wrap .page_title_bottom {
    height: 19px;
  }
  #page_title_wrap .page_title_bottom:before {
    width: 115px;
    height: 65px;
  }
  #page_title_wrap .page_title_bottom:after {
    width: 135px;
    height: 70px;
  }
  #page_title_wrap.subtop #navibar {
    margin-bottom: 3em;
  }
  #navibar {
    margin-bottom: 3em;
  }
  /* header
  ====================================================================================================================================== */
  #header {
    width: 100%;
    height: 80px;
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    border: none;
    padding-top: 0;
    overflow: visible;
  }
  #header.top {
    position: relative;
    box-shadow: none;
  }
  #header.top.fixed {
    position: fixed;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  }
  #header.top.fixed #site_title, #header:not(.top) #site_title {
    width: 35%;
    height: auto;
  }
  #header.top.fixed #site_title img, #header:not(.top) #site_title img {
    width: 100%;
    height: auto;
  }
  #header .wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header .wrapper:after {
    display: none;
  }
  .cms-ready #header.top {
    top: 0 !important;
  }
  .cms-ready #header.top.fixed {
    top: 46px !important;
  }
  #site_title {
    height: 80%;
    width: 60%;
    margin-bottom: 0;
    padding-top: 1%;
  }
  #site_title img {
    height: 100%;
    width: auto;
  }
  #header_menu .menu_inner {
    position: static;
    padding-bottom: 0;
  }
  #header_menu .sns_box {
    position: static;
    width: 100%;
  }
  .sp_sns {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 70;
  }
  /*---- SNS/ ----*/
  .sns_box {
    margin-bottom: 1em;
  }
  .sns_box li {
    width: 37px;
  }
  /*---- さがす/ ----*/
  .search_box {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 1.5em;
  }
  .search_box form .search_form {
    width: 100%;
    padding-right: 3.4em;
  }
  .search_box form .search_btn {
    right: 14px;
    width: 22px;
  }
  /* スマホ用メニュー
  ====================================================================================================================================== */
  .sp_menu_button {
    width: 90px;
    height: 100%;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -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;
    text-align: center;
  }
  .sp_menu_button .menu_button {
    width: 40%;
    margin-bottom: 0.3em;
    margin-bottom: 0.5em;
  }
  .sp_menu_button .menu_button img {
    width: 100%;
  }
  .sp_menu_button .menu_title {
    margin: 0;
    line-height: 1;
    color: #118f18;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: -0.03em;
  }
  #language_menu_btn {
    position: absolute;
    right: 90px;
    top: 0;
  }
  #menu_btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sp_menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: auto;
    padding: 20px 20px 4.5em 20px;
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
  .sp_menu .button_close {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
  }
  .sp_menu .button_close img {
    width: 100%;
    height: auto;
  }
  .sp_menu .sp_menu_close {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(136, 146, 136, 0.2);
    text-align: center;
    color: #333;
    font-size: 1.125rem;
    padding: 0.7em 0;
  }
  #header_menu .sns_box {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 1.5em;
  }
  #header_menu .sns_box li {
    margin-bottom: 0;
    padding-left: 0;
    text-indent: 0;
  }
  #header_menu .sns_box li:before {
    display: none;
  }
  #language_menu .menu_inner {
    padding: 4.8em 2.3em 1.8em;
  }
  #language_menu .language_list {
    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;
  }
  #language_menu .language_list li {
    width: 25%;
    margin-bottom: 1em;
  }
  #language_menu .language_list li a {
    font-size: 1.1875rem;
    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;
  }
  .header_links {
    padding-left: 0;
    text-align: right;
    letter-spacing: -.4em;
  }
  .header_links a {
    display: inline-block;
    letter-spacing: normal;
    font-size: 1rem;
  }
  .header_links a + a {
    margin-left: 1.8em;
  }
  /* globalnavi
  ====================================================================================================================================== */
  #globalnavi {
    margin-bottom: 0;
  }
  #globalnavi ul.nav_list {
    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;
  }
  #globalnavi ul.nav_list li {
    width: 25%;
    border: none;
    margin-bottom: 2em;
  }
  #globalnavi ul.nav_list li:first-child {
    border: none;
  }
  #globalnavi ul.nav_list li a {
    display: block;
    text-align: center;
    padding: 0;
    background: none;
  }
  #globalnavi ul.nav_list li .menu_icon {
    margin: 0 auto 0.5em;
    width: 90%;
    max-width: 100px;
  }
  #globalnavi ul.nav_list li .menu_title {
    width: auto;
    font-size: 1.125rem;
  }
  #globalnavi ul.nav_list li.current a, #globalnavi ul.nav_list li:hover a {
    background-image: none;
  }
  /* contents
====================================================================================================================================== */
  #container.top.full_main_visual #header {
    left: 0;
  }
  #main_container {
    padding-top: 80px;
    padding-left: 0;
  }
  #main_container.top {
    padding-top: 0;
  }
  #main_slider {
    height: 600px;
    margin-bottom: 0;
  }
  #main_slider:before {
    height: 20px;
  }
  #main_slider h1 {
    top: 20%;
  }
  #main_slider h1 span {
    padding: 0.7em;
    font-size: 2.25rem;
  }
  #main_slider h1.horizontal span {
    font-size: 1.9375rem;
  }
  #main_slider .illst_birds {
    width: 240px;
  }
  #main_slider .tripadvisor {
    bottom: 33px;
    right: 5px;
    width: 140px;
  }
  #emergency_info {
    margin-top: 1.3em;
    padding: 1em 1.3em;
  }
  #emergency_info:before {
    top: -7px;
    left: -10px;
    width: 25px;
    height: 25px;
  }
  #banner_slider ul li {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  }
  .info_area:before {
    height: 90px;
    background-image: url(../images/bg_park01_sp.png);
  }
  .info_area .wrapper {
    display: block;
  }
  #today_info {
    width: 100%;
    max-width: 380px;
    padding: 1.5em 1.4em;
    margin: 0 auto 3em;
  }
  #today_info .date {
    padding-top: 1.5em;
  }
  #today_info .date .yyyy {
    margin-bottom: 0.2em;
  }
  #today_info .button_area a.web_ticket {
    background-size: 50px auto;
  }
  #today_info .button_area a.bus {
    background-size: 33px auto;
  }
  h3.top_title > span {
    padding: 0;
    background: none;
  }
  h3.top_title > span:before {
    display: none;
  }
  h3.top_title span {
    display: block;
  }
  h3.top_title .smaller {
    margin-left: 0;
  }
  .section_header {
    position: relative;
    margin-bottom: 2.5em;
    padding-bottom: 1.2em;
    background: url(../images/title_dotted_underline.png) repeat-x left bottom;
    background-size: 6px auto;
    position: relative;
  }
  .section_header:before {
    content: "";
    display: block;
    width: 14px;
    height: 16px;
    background: #fff url(../images/title_dotted_fukidashi.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    top: calc(100% - 2px);
    left: 5em;
    z-index: 1;
  }
  .section_header .button_area a.show_all {
    background-position: right 15px center;
    background-size: 8px auto;
  }
  .section_header .button_area a.show_all:hover {
    background-position: right 15px center;
  }
  .section_header.center {
    background: none;
    padding-bottom: 0;
  }
  .section_header.center .fukidashi {
    background-size: 6px auto;
  }
  .section_header.center .fukidashi:before {
    width: 14px;
    height: 16px;
  }
  .section_header.center:before {
    display: none;
  }
  .section_header.center h2 {
    font-size: 3rem;
  }
  #new {
    width: auto;
    padding-top: 0;
  }
  #new .section_header: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 {
    top: -20px;
    left: 108px;
    width: 95px;
  }
  #events:before {
    top: -20px;
    height: 20px;
  }
  #events .section_header:before {
    background-color: #bed250;
  }
  #events .button_area.sp a {
    display: block;
    font-size: 1rem;
    padding: 0.7em 2.5em 0.7em 2em;
  }
  #events .button_area.sp a.show_all {
    width: 200px;
    min-width: 0;
    margin: 0 auto 0.7em;
    background-position: right 15px center;
    background-size: 8px auto;
  }
  #events .button_area.sp a.show_calendar {
    width: 100%;
    max-width: 270px;
    min-width: 0;
    background-image: url(../images/icon_calendar.png);
    background-position: left 22px center;
    background-size: 22px auto;
    padding: 0.7em 1.1em 0.7em 2em;
  }
  #events .button_area.sp a.show_calendar:hover {
    background-image: url(../images/icon_calendar_on.png);
  }
  #event_slider {
    margin: 0 -4px 1.5em;
  }
  #event_slider.sp_slide ul li {
    margin-left: 0;
  }
  #event_slider ul {
    overflow: visible;
    margin-bottom: 0;
  }
  #event_slider ul li {
    float: left;
    width: 33%;
    margin-left: 0.5%;
  }
  #event_slider ul li:nth-child(3n+1) {
    margin-left: 0;
  }
  #event_slider ul:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
  }
  #event_slider .card_box {
    padding: 0;
  }
  #event_slider .card_box .tag {
    position: absolute;
    top: -5px;
    left: -5px;
    width: 50px;
  }
  #event_slider .event_acc {
    text-align: center;
  }
  #event_slider .event_acc a {
    display: inline-block;
    width: auto;
    color: #333;
    font-size: 1rem;
    font-weight: bold;
  }
  #event_slider .event_acc a.opened span {
    background-image: url(../images/icon_arrow_black_up.png);
  }
  #event_slider .event_acc a span {
    display: inline-block;
    padding-right: 1.2em;
    background: url(../images/icon_arrow_black_down.png) no-repeat right center;
  }
  #information:before {
    top: -20px;
    height: 20px;
  }
  #information .info_acc {
    margin-bottom: 0.7em;
  }
  #information .info_acc a {
    width: 180px;
    padding: 0.3em 0;
    border-radius: 18px;
  }
  #information .button_area.sp a {
    display: block;
    font-size: 1rem;
    padding: 0.7em 2.5em 0.7em 2em;
  }
  #information .button_area.sp a.show_recruit {
    width: 100%;
    max-width: 270px;
    min-width: 0;
    background-image: url(../images/icon_recruit.png);
    background-position: left 24px center;
    background-size: 21px auto;
    padding: 0.7em 1.1em 0.7em 1.4em;
  }
  #information .button_area.sp a.show_recruit:hover {
    background-image: url(../images/icon_recruit_on.png);
  }
  #information .sns_area {
    display: block;
  }
  #information .insta_box,
  #information .fb_box,
  #information .tw_box {
    width: 100%;
    max-width: 290px;
    margin: 0 auto 1em;
  }
  #information .insta_box h4,
  #information .fb_box h4,
  #information .tw_box h4 {
    font-size: 1.375rem;
    background-size: 8px auto;
    background-position: right 12px center;
  }
  #information .insta_box h4 a,
  #information .fb_box h4 a,
  #information .tw_box h4 a {
    background-size: 23px auto;
    background-position: left 11px center;
  }
  #restaurant:before {
    height: 20px;
  }
  #restaurant .section_header h2:before {
    width: 45px;
    height: 70px;
    left: -40px;
  }
  #restaurant .section_header h2:after {
    width: 45px;
    height: 70px;
    right: -40px;
  }
  #restaurant .menu_wrapper {
    margin: 0 0 3em;
  }
  #restaurant .menu_box_large {
    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: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 510px;
    margin: 0 auto 2em;
  }
  #restaurant .menu_box_large:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #restaurant .menu_box_large .photo_title_area {
    width: 220px;
  }
  #restaurant .menu_box_large .menu_photo {
    width: 220px;
    height: 220px;
  }
  #restaurant .menu_box_large figcaption {
    width: calc(100% - 220px - 1em);
    text-align: left;
    background: url(../images/menubox_text_line.png) repeat left top;
    background-size: auto 36px;
    line-height: 36px;
  }
  #restaurant .menu_box_large figcaption p {
    line-height: 36px;
  }
  #restaurant .menu_box_large .price {
    text-align: left;
  }
  #restaurant .menu_box_large .menu_introduction {
    text-align: left;
    background: none;
    padding: 0;
  }
  #restaurant .button_area a {
    width: 100%;
    max-width: 290px;
    display: block;
    margin: 0 auto;
    padding: 0.7em 2.5em 0.7em 2em;
    font-size: 1rem;
    background-size: 8px auto;
    background-position: right 12px center;
  }
  #restaurant .button_area a + a {
    margin-left: auto;
  }
  #restaurant .button_area a.trans {
    margin-bottom: 0.7em;
  }
  #restaurant .button_area a.trans .fukidashi_menu {
    width: 90px;
    top: -24px;
    left: -35px;
  }
  #flower_calendar {
    padding: 3em 0;
  }
  #flower_calendar .wrapper {
    position: relative;
  }
  #flower_calendar .wrapper:before {
    content: "";
    display: block;
    width: 130px;
    height: 90px;
    background: url(../images/koyomi_illust_l.png) no-repeat right top;
    background-size: contain;
    position: absolute;
    left: 0;
    top: -4em;
  }
  #flower_calendar .wrapper:after {
    content: "";
    display: block;
    visibility: visible;
    width: 130px;
    height: 90px;
    background: url(../images/koyomi_illust_r.png) no-repeat left top;
    background-size: contain;
    position: absolute;
    right: 0;
    top: -4em;
  }
  #flower_calendar:before {
    top: -20px;
    height: 20px;
  }
  #flower_calendar .section_header h2:before {
    display: none;
  }
  #flower_calendar .section_header h2:after {
    display: none;
  }
  #flower_calendar .flower_calendar_wrapper {
    display: block;
  }
  #flower_calendar .flower_cal_box {
    width: 100%;
    max-width: 510px;
    margin: -20px auto 0;
    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: center;
    -ms-flex-align: center;
    align-items: center;
    background: url(../images/illst_flower01.png) no-repeat center bottom;
    background-size: 120px auto;
    padding-bottom: 80px;
  }
  #flower_calendar .flower_cal_box:nth-of-type(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    background-image: url(../images/illst_flower02.png);
  }
  #flower_calendar .flower_cal_box:first-of-type {
    margin-top: 0;
  }
  #flower_calendar .flower_cal_box:last-of-type {
    background: none;
    padding-bottom: 0;
  }
  #flower_calendar .flower_cal_box .header_area {
    padding: 0;
    margin: 0;
    width: 230px;
  }
  #flower_calendar .flower_cal_box figcaption {
    width: calc(100% - 230px - 1em);
    background-size: auto 36px;
    line-height: 36px;
    text-align: left;
  }
  #flower_calendar .flower_cal_box .button_play {
    width: 50px;
  }
  #links_area {
    padding: 3.8em 0 2.5em;
  }
  #links_area .link_box {
    width: 32%;
    margin-bottom: 1em;
  }
  #links_area .link_box a {
    background-size: 29px auto;
  }
  #links_area .link_box .link_title {
    font-size: 1.0625rem;
  }
  #access {
    padding: 2em 0;
  }
  #access .wrapper {
    display: block;
  }
  #access .text_area {
    width: auto;
  }
  #access .map_area {
    width: auto;
  }
  #access .link_buttons {
    margin-bottom: 1.2em;
  }
  #access .link_buttons a {
    background-size: 13px auto;
    background-position: right 20px center;
  }
  #access .link_buttons a .inner {
    background-size: 47px auto !important;
  }
  #access .link_buttons .explain br {
    display: none;
  }
  /* footer
  ====================================================================================================================================== */
  #footer {
    padding-bottom: 1.5em;
  }
  #footer:before {
    height: 170px;
    background-image: url(../images/bg_park_footer_sp.png);
    background-size: 768px auto;
  }
  #footer .button_area {
    width: 220px;
  }
  #footer .button_area a {
    padding: 0.6em 0.5em 0.6em 0.5em;
    font-size: 0.9375rem;
    margin-bottom: 0.5em;
    background-size: 9px auto;
    background-position: right 15px center;
    border-radius: 19px;
  }
  #footer .footer_links {
    margin-bottom: 2.4em;
    padding-right: 7em;
  }
  #footer .footer_bottom {
    padding-top: 1.5em;
  }
  /* side_fixed_box
  ====================================================================================================================================== */
  .top_page {
    bottom: 35px;
  }
  .top_page.up {
    bottom: 105px;
  }
  #button_web_ticket a {
    width: 125px;
  }
  /* イベントカレンダー
  ====================================================================================================================================== */
  .cal_box .acc .m {
    padding-left: 2em;
  }
  .cal_box .acc .m:before {
    width: 18px;
    height: 18px;
  }
  .cal_box .month {
    font-size: 1.875rem;
    margin-bottom: 0.5em;
  }
  .cal_box .month .prev, .cal_box .month .next {
    line-height: 23px;
  }
  .cal_box .month .prev {
    padding-left: 25px;
    background-position: left center;
  }
  .cal_box .month .next {
    padding-right: 25px;
    background-position: right center;
  }
  /* お問い合わせ
  ====================================================================================================================================== */
  .form_btn {
    width: 49%;
    max-width: 250px;
  }
  .form_btn + input.form_btn {
    margin-left: 1%;
  }
}

@media screen and (max-width: 540px) {
  .sp540 {
    display: block !important;
  }
  .sp540_off {
    display: none !important;
  }
  /* 中ページ
  ====================================================================================================================================== */
  #page_title_wrap {
    padding-bottom: 3em;
  }
  #page_title_wrap .page_title_bottom {
    height: 10px;
  }
  #page_title_wrap .page_title_bottom:before {
    width: 80px;
    height: 50px;
    bottom: -13px;
  }
  #page_title_wrap .page_title_bottom:after {
    width: 100px;
    height: 55px;
    bottom: -13px;
  }
  #page_title_wrap.subtop #navibar {
    margin-bottom: 2em;
  }
  #navibar {
    margin-bottom: 2em;
  }
  /* ページ内リンク
  ====================================================================================================================================== */
  #conts .sub_navi ul li,
  #main_column .sub_navi ul li {
    padding: 0 1em;
  }
  .sub_navi ul li a {
    background-size: 11px auto;
    padding: 0 0.2em 1em;
    font-size: 1rem;
  }
  /* header
  ====================================================================================================================================== */
  #header {
    height: 64px;
  }
  #header.top:not(.fixed) {
    height: auto;
  }
  #header.top:not(.fixed) #site_title {
    height: auto;
    max-width: 56%;
    min-width: 195px;
  }
  #header.top:not(.fixed) #site_title img {
    width: 100%;
    height: auto;
  }
  #header.top.fixed #site_title {
    height: 80%;
    width: 60%;
  }
  #header.top.fixed #site_title img {
    height: 100%;
    width: auto;
  }
  #header:not(.top) #site_title {
    padding-top: 2%;
    height: 80%;
    width: 60%;
  }
  #header:not(.top) #site_title img {
    height: 100%;
    width: auto;
  }
  /*---- SNS/ ----*/
  .sns_box li {
    width: 30px;
  }
  /*--- さがす ---*/
  .search_box {
    max-width: 300px;
  }
  /* スマホ用メニュー
  ====================================================================================================================================== */
  .sp_menu_button {
    width: 60px;
  }
  .sp_menu_button .menu_title {
    font-size: 1rem;
  }
  #language_menu_btn {
    right: 60px;
  }
  .sp_menu .button_close {
    width: 30px;
  }
  .sp_menu .sp_menu_close {
    padding: 0.6em 0;
  }
  #language_menu .menu_inner {
    padding: 4.5em 1.3em 1.8em;
  }
  #language_menu .language_list li {
    width: 50%;
  }
  #language_menu .language_list li a {
    font-size: 1.125rem;
  }
  /* globalnavi
  ====================================================================================================================================== */
  #globalnavi ul.nav_list li {
    width: 33.3333%;
  }
  #globalnavi ul.nav_list li .menu_icon {
    width: 90%;
    max-width: 85px;
  }
  /* contents
  ====================================================================================================================================== */
  #main_container {
    padding-top: 64px;
    padding-left: 0;
  }
  #main_container.top {
    padding-top: 0;
  }
  #main_slider {
    height: 350px;
  }
  #main_slider:before {
    height: 10px;
  }
  #main_slider h1 span {
    font-size: 1.5rem;
  }
  #main_slider h1.horizontal span {
    font-size: 1.375rem;
  }
  #main_slider .illst_birds {
    width: 120px;
  }
  #main_slider .tripadvisor {
    bottom: 30px;
    right: 2px;
    width: 90px;
  }
  #main_slider .bx-wrapper ul li .image_caption {
    font-size: 0.75rem;
    bottom: 1.2em;
  }
  #emergency_info {
    padding: 1em 1.3em;
  }
  #emergency_info .article_list li {
    display: block;
  }
  #emergency_info .article_list li time, #emergency_info .article_list li a {
    width: auto;
  }
  .info_area:before {
    height: 60px;
  }
  #today_info .date {
    right: 20px;
    width: 65px;
  }
  #today_info .link_detail a {
    background-size: 7px auto;
  }
  #today_info .button_area a.web_ticket {
    background-size: 43px auto;
  }
  #today_info .button_area a.bus {
    background-size: 30px auto;
  }
  h3.top_title {
    font-size: 3rem;
  }
  h3.top_title span {
    line-height: 1.25em;
  }
  .section_header:before {
    width: 13px;
    height: 15px;
    left: 3.5em;
  }
  .section_header .button_area a {
    font-size: 0.9375rem;
  }
  .section_header .button_area a.show_all {
    background-position: right 12px center;
    background-size: 7px auto;
  }
  .section_header .button_area a.show_all:hover {
    background-position: right 12px center;
  }
  .section_header.center .fukidashi:before {
    width: 13px;
    height: 15px;
    left: 4em;
  }
  .section_header.center h2 {
    font-size: 3rem;
  }
  #new .check {
    top: -15px;
    left: 90px;
    width: 80px;
  }
  #new .new_box {
    width: 49%;
  }
  #new .new_box .flower_photo {
    border-width: 4px;
    margin-bottom: 0.5em;
  }
  #new .new_box .flower_photo .tag {
    top: -15px;
    left: -15px;
    width: 60px;
  }
  #new .guide_link a {
    background-size: 12px auto;
    background-position: right 12px center;
  }
  #new .guide_link .title {
    font-size: 1.125rem;
  }
  #new .guide_link .comment {
    font-size: 0.9375rem;
  }
  #events:before {
    top: -17px;
    height: 17px;
  }
  #event_slider ul {
    overflow: visible;
  }
  #event_slider ul li {
    float: none;
    width: auto;
    margin-left: 0;
  }
  #event_slider .card_box .tag {
    width: 60px;
  }
  #information:before {
    top: -17px;
    height: 17px;
  }
  #information .insta_box h4,
  #information .fb_box h4,
  #information .tw_box h4 {
    font-size: 1.3125rem;
    background-size: 7px auto;
    background-position: right 10px center;
  }
  #information .insta_box h4 a,
  #information .fb_box h4 a,
  #information .tw_box h4 a {
    background-size: 21px auto;
    background-position: left 8px center;
  }
  #restaurant:before {
    height: 17px;
  }
  #restaurant .section_header h2:before {
    width: 35px;
    height: 60px;
    left: -30px;
  }
  #restaurant .section_header h2:after {
    width: 35px;
    height: 60px;
    right: -30px;
  }
  #restaurant .menu_box_large .photo_title_area {
    width: 48%;
  }
  #restaurant .menu_box_large .menu_photo {
    width: auto;
    height: auto;
  }
  #restaurant .menu_box_large figcaption {
    width: 48%;
    background-size: auto 32px;
    line-height: 32px;
  }
  #restaurant .menu_box_large figcaption p {
    line-height: 32px;
  }
  #restaurant .button_area a {
    font-size: 0.9375rem;
  }
  #restaurant .button_area a.trans .fukidashi_menu {
    width: 85px;
    top: -24px;
    left: -30px;
  }
  #flower_calendar .wrapper:before {
    width: 100px;
    height: 60px;
    top: -4.7em;
  }
  #flower_calendar .wrapper:after {
    width: 100px;
    height: 60px;
    top: -4.7em;
  }
  #flower_calendar:before {
    top: -17px;
    height: 17px;
  }
  #flower_calendar .flower_cal_box {
    margin: -5px auto 0;
    background-size: 80px auto;
    padding-bottom: 60px;
  }
  #flower_calendar .flower_cal_box .header_area {
    width: 48.5%;
  }
  #flower_calendar .flower_cal_box figcaption {
    width: 48.5%;
    background-size: auto 32px;
    line-height: 32px;
  }
  #flower_calendar .flower_cal_box h3 .title {
    font-size: 1rem;
  }
  #flower_calendar .flower_cal_box .button_play {
    width: 40px;
  }
  #links_area {
    padding: 3.5em 0 2.5em;
  }
  #links_area .link_box {
    width: 48.5%;
    margin-bottom: 0.7em;
  }
  #links_area .link_box a {
    padding: 1.5em 0 0.5em;
    background-size: 25px auto;
  }
  #links_area .link_box .icon_image {
    margin-bottom: 0.5em;
  }
  #links_area .link_box .icon_image img {
    width: 65px;
  }
  #links_area .link_box .link_title {
    font-size: 1rem;
    min-height: 4.5em;
  }
  #access .link_buttons a {
    background-size: 10px auto;
    background-position: right 12px center;
  }
  #access .link_buttons a .inner {
    background-size: 40px auto !important;
    background-position: left 12px center !important;
  }
  #access .link_buttons .explain br {
    display: block;
  }
  #access .map_area iframe {
    height: 330px;
  }
  /* footer
====================================================================================================================================== */
  #footer:before {
    height: 100px;
    background-size: 400px auto;
  }
  #footer .footer_conts_wrap {
    display: block;
  }
  #footer .footer_info {
    width: auto;
    margin-bottom: 1.5em;
  }
  #footer .button_area {
    margin-bottom: 1em;
    width: auto;
    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;
  }
  #footer .button_area a {
    display: block;
    width: 49%;
    margin: 0;
    padding: 0.8em 0.2em 0.8em 0.2em;
    font-size: 0.9375rem;
    background-size: 9px auto;
    background-position: right 13px center;
    border-radius: 19px;
  }
  #footer .footer_links {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 1.6em;
  }
  #footer .footer_links li {
    margin-bottom: 0.6em;
  }
  #footer .footer_links li a {
    padding: 0 0.8em;
  }
  #footer .footer_bottom {
    border-width: 1px;
  }
  /* side_fixed_box
====================================================================================================================================== */
  .top_page {
    width: 50px;
  }
  .top_page.up {
    bottom: 95px;
  }
  #button_web_ticket a {
    width: 110px;
  }
  /* イベントカレンダー
  ====================================================================================================================================== */
  .cal_box .acc .m {
    padding-left: 1.9em;
  }
  .cal_box .acc .m:before {
    width: 17px;
    height: 17px;
  }
  .cal_box .month {
    font-size: 1.75rem;
    margin-bottom: 0.4em;
  }
  .cal_box .month .prev, .cal_box .month .next {
    font-size: 1.125rem;
    line-height: 20px;
  }
  .cal_box .month .prev {
    padding-left: 20px;
  }
  .cal_box .month .next {
    padding-right: 20px;
  }
  .cal_box .week th {
    padding: 0.65em 0.4em;
  }
  .cal_box .week td {
    padding: 0;
  }
  /* お問い合わせ
  ====================================================================================================================================== */
  .table_form th, .table_form td {
    display: block;
  }
  .table_form th {
    width: 100%;
    padding: 1em 0.5em 0.2em;
    border-bottom: none;
  }
  .table_form td {
    border: none;
    padding: 0.2em 0.5em 1em;
  }
  .table_form input[type="text"],
  .table_form input[type="email"],
  .table_form input[type="tel"],
  .table_form textarea {
    padding: 0.8em;
    font-size: 1rem;
    background-color: #EAF8F7;
    border: none;
    width: 100%;
    max-width: 740px;
  }
  .table_form select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    width: 100%;
    max-width: 505px;
    border: 1px solid #C9BFAC;
    background: #fff url(../img/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.form_btn {
    display: block;
    width: 100%;
    background-size: 10px auto;
    margin-left: auto;
    margin-right: auto;
  }
  input.form_btn + input.form_btn {
    margin-top: 1em;
    margin-left: auto;
  }
  input.form_btn.btn_submit {
    background-size: 10px auto;
  }
}

@media screen and (max-width: 320px) {
  /* footer
  ====================================================================================================================================== */
  #footer .button_area a {
    background-size: 7px auto;
    background-position: right 10px center;
  }
}
