@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;
  }
  .wrapper {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    width: auto !important;
  }
  #navibar {
    margin-left: 0;
  }
  /* 中ページ
  ====================================================================================================================================== */
  .subtop .page_title_wrap .wrapper {
    min-height: 156px;
  }
  .subtop .page_title_wrap .wrapper .icon_image {
    width: 230px;
  }
  /* header
  ====================================================================================================================================== */
  #header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999;
    width: 100%;
    height: 100px;
    background-color: #fff;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  }
  #header.in {
    box-shadow: none;
    border-bottom: 5px solid #008250;
  }
  #header.in #header_menu .menu_inner,
  #header.in #search_menu .menu_inner {
    border-top: none;
  }
  #header .wrapper {
    align-items: center;
    height: 100%;
  }
  .menu_wrapper {
    margin-bottom: 0;
  }
  #site_title {
    height: 70%;
    padding-top: 0;
    margin-left: 0;
  }
  #site_title img {
    height: 100%;
    width: auto;
  }
  /*---- SNS/ ----*/
  .sns_box {
    margin-bottom: 1em;
    justify-content: center;
  }
  .sns_box li {
    width: 50px;
  }
  .sns_box li + li {
    margin-left: 0.5em;
  }
  /*--- さがす ---*/
  .search_links {
    width: 100%;
    max-width: 350px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto 0.8em;
  }
  .search_links a {
    width: 49%;
    max-width: 49%;
  }
  .search_links a + a {
    margin-left: 0;
  }
  .search_box {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
  }
  .search_box form .search_form {
    width: 100%;
  }
  /* スマホ用メニュー
====================================================================================================================================== */
  .sp_menu_button {
    width: 90px;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .sp_menu_button .button_close {
    display: none;
  }
  .sp_menu_button .menu_button {
    width: 51.72%;
    margin-bottom: 0.5em;
  }
  .sp_menu_button .menu_button img {
    width: 100%;
  }
  .sp_menu_button .menu_title {
    margin: 0;
    line-height: 1;
    color: #008250;
    font-size: 0.9em;
    font-weight: bold;
  }
  .sp_menu_button.opened {
    background-color: #008250;
  }
  .sp_menu_button.opened .button_image {
    display: none;
  }
  .sp_menu_button.opened .button_close {
    display: block;
  }
  .sp_menu_button.opened .menu_title {
    color: #fff;
  }
  #search_menu_btn {
    position: absolute;
    right: 90px;
    top: 0;
  }
  #menu_btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  #sp_menu_back.menu_opened {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
  }
  #header_menu,
  #search_menu {
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    margin-bottom: 0;
  }
  #header_menu .menu_inner,
  #search_menu .menu_inner {
    display: block;
    background-color: #fff;
    border-top: 5px solid #008250;
    padding-bottom: 1.2em;
    margin-bottom: 1.5em;
  }
  #header_menu .sp_menu_close,
  #search_menu .sp_menu_close {
    text-align: center;
    color: #fff;
    font-size: 1.0625em;
  }
  #sp_gnav {
    background: url(../images/bg_stripe.jpg) repeat left center;
    background-size: 800px auto;
    padding: 1.3em 15px;
    margin-bottom: 2em;
  }
  #search_menu .menu_inner {
    padding: 1.5em 15px 1.8em;
  }
  /* contents
====================================================================================================================================== */
  #conts, #conts.in {
    padding-top: 100px;
  }
  #articles_wrap {
    padding: 2.5em 0 2.5em;
    display: block;
  }
  #articles_wrap #main_articles {
    width: auto;
  }
  #articles_wrap aside {
    width: auto;
  }
  #slider_nav_area {
    background-size: 1000px auto;
    padding: 3.5em 0 2.5em;
    position: static;
  }
  #slider_nav_area:before {
    display: none;
  }
  #slider_nav_area:after {
    display: none;
  }
  #slider_nav_area .wrapper {
    display: block;
  }
  #slider_nav_area .wrapper #main_slider {
    width: 100%;
    max-width: 510px;
    margin: 0 auto 3.6em;
    position: static;
  }
  #slider_nav_area .wrapper .nav_list {
    width: 100%;
    max-width: 485px;
    margin: 0 auto;
    position: static;
  }
  #side_nav {
    border: 2px solid #008250;
  }
  #side_nav ul {
    padding: 0 10px 3px !important;
  }
  #side_nav ul li a {
    background-position: left center;
    padding: 0.7em 0.5em 0.7em 0.8em;
  }
  #side_nav ul li a:hover {
    background-position: left center;
  }
  #side_nav.top {
    position: static;
    padding: 0;
    border-radius: 0;
    margin-left: -15px;
    margin-right: -15px;
  }
  #side_nav.top ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #side_nav.top ul li {
    width: 33.3333%;
    border-right: 2px dotted #fff;
  }
  #side_nav.top ul li:nth-child(3n) {
    border-right: none;
  }
  #side_nav.top ul li:nth-child(n+4) {
    border-bottom: none;
  }
  #side_nav.top ul li a {
    background-size: 40px auto;
    background-position: left 10px center;
    padding-left: 3.2em;
  }
  #side_buttons_wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .side_button {
    width: 49%;
    margin-bottom: 0.6em;
  }
  .side_button a span {
    padding: 1.6em 0 1.6em 1.6em;
  }
  #info_tab {
    position: static;
    margin-bottom: 3.5em;
  }
  #info_tab .tab {
    margin-bottom: 1.8em;
  }
  #info_tab .tab li a {
    border-radius: 8px 8px 0 0;
    min-width: 9em;
    min-height: 3.5em;
    padding: 0.5em 1em !important;
  }
  #info_tab .tab li:first-child {
    margin-left: 0;
  }
  #info_tab .tab_bottom a.button_rss {
    background-size: 16px auto;
    background-position: left 15px center;
    padding-left: 2.6em;
  }
  #hiezu_info {
    background-size: 540px auto;
    padding: 0;
    overflow: hidden;
  }
  #hiezu_info .acc_t_sp {
    background: url(../images/icon_closed.png) no-repeat right 15px center;
    background-size: 30px auto;
  }
  #hiezu_info .acc_t_sp.opened {
    background-image: url(../images/icon_opened.png);
  }
  #hiezu_info .acc_m_sp {
    display: none;
  }
  #hiezu_info:before {
    display: none;
  }
  #hiezu_info:after {
    display: none;
  }
  #hiezu_info .wrapper > ul {
    display: block;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 3em;
  }
  #hiezu_info .wrapper > ul li {
    width: auto;
    margin-bottom: 1.5em;
  }
  #hiezu_info h2 {
    padding: 1em 0;
    margin-bottom: 0;
  }
  #hiezu_info .illst_flare {
    top: 10px;
    width: 320px;
  }
  #hiezu_info .info_box {
    height: auto;
  }
  #hiezu_info .info_box h3 {
    font-size: 1.3125em;
  }
  #hiezu_info .info_box .inner {
    padding: 0;
  }
  #hiezu_info .info_box.instagram a.insta_link {
    font-size: 1.125em;
  }
  #hiezu_info .info_box.publicity .link_backnumber {
    font-size: 0.9375em;
    background-size: 9px auto;
  }
  #hiezu_info .info_box.publicity .link_backnumber:hover {
    background-position: left top;
  }
  /* banner
  ====================================================================================================================================== */
  #banner_slide {
    padding: 2.5em 0;
  }
  #banner_slide h2 {
    padding-bottom: 0.5em;
    border-bottom: 2px dotted #333;
    margin-bottom: 1.2em;
    position: static;
  }
  #banner_slide h2:before {
    display: none;
  }
  #banner_slide h2 span {
    position: static;
    background-color: transparent;
  }
  #banner_slide h2 span:last-child {
    padding: 0;
    padding-left: 1em;
  }
  /* footer
  ====================================================================================================================================== */
  #footer #pagetop {
    padding-top: 0;
  }
  #footer #pagetop p {
    background-size: 19px auto;
    padding-left: 1.6em;
  }
  #footer .footer_illst {
    margin-top: 0;
    position: static;
  }
  #footer .footer_bottom {
    margin-top: -10px;
    background-size: 800px auto;
    padding-bottom: 1em;
  }
  #footer .footer_bottom .wrapper {
    display: block;
  }
  #footer .info_area {
    width: auto;
    padding-top: 0;
    margin-bottom: 1em;
  }
  #footer .footer_info {
    margin-bottom: 2em;
    padding: 1.8em 1.5em 1.2em;
  }
  #footer .footer_info .buttons_area {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  #footer .footer_info .buttons_area a {
    width: auto;
    margin-bottom: 0.5em;
    margin-right: 0.5em;
  }
  #footer .footer_info .buttons_area a + a {
    margin-left: 0;
  }
  #footer .footer_info .buttons_area a:last-child {
    width: auto;
  }
  #footer .footer_links {
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .footer_links li {
    margin-bottom: 0.5em;
  }
  #footer .map_area {
    width: auto;
    margin-bottom: 1.3em;
  }
  #footer .map_area p {
    margin-bottom: 0;
    text-align: center;
  }
  #footer .map_area p img {
    max-width: 290px;
  }
  #footer small {
    text-align: center;
  }
  /* サブトップ
  ====================================================================================================================================== */
  .sub_list .sub_list_box {
    width: 32.2%;
    margin-right: 1.6%;
    margin-bottom: 2em;
  }
  .sub_list .sub_list_box h3 {
    font-size: 1.4em;
    background-size: 9px auto;
    background-position: left 15px center;
    border-radius: 5px;
    padding: 0.5em 0.3em 0.5em 1.7em;
  }
  .sub_list .sub_list_box ul li {
    margin-bottom: 0.75em !important;
  }
  .sub_list .sub_list_box ul li a {
    font-size: 1.0625em;
    background-size: 9px auto;
  }
  #life_event {
    border: none;
    border-radius: 0;
    background-color: #dcefda;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 2em;
  }
  .subtop #life_event .en_title {
    width: 135px;
  }
  .subtop #life_event ul li {
    width: 24%;
  }
  /* 緊急情報
  ====================================================================================================================================== */
  #emergency_info h2 {
    font-size: 1.5rem;
  }
  #emergency_info h2 span {
    padding-top: 45px;
    background-size: 38px auto;
  }
  #emergency_info .show_all a {
    font-size: 1.1875rem;
  }
  /* イベントカレンダー
  ====================================================================================================================================== */
  .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 input[type="text"],
  form textarea {
    padding: 7px 10px;
  }
  /*ボタン*/
  .form_btn {
    width: 49%;
    max-width: 250px;
  }
  .form_btn + input.form_btn {
    margin-left: 1%;
  }
}

@media screen and (max-width: 540px) {
  /* sp */
  .sp_only {
    display: block !important;
  }
  #conts .common_box .img_box,
  #conts .common_box .text_box,
  #conts .left_img_box img,
  #conts .right_img_box img {
    max-width: 100%;
    width: 100%;
    float: none;
  }
  #conts .common_box .img_box,
  #conts .common_box.right .img_box,
  #conts .left_img_box img,
  #conts .right_img_box img {
    display: block;
    margin: 0 auto;
    margin-bottom: 15px;
    padding: 0;
    overflow: hidden;
  }
  /* 中ページ
  ====================================================================================================================================== */
  .subtop .page_title_wrap .wrapper {
    min-height: 150px;
  }
  .subtop .page_title_wrap .wrapper .icon_image {
    right: -50px;
    width: 220px;
    opacity: 0.65;
  }
  /* header
====================================================================================================================================== */
  #header {
    height: 60px;
  }
  #site_title {
    height: 60%;
  }
  /*---- SNS/ ----*/
  .sns_box li {
    width: 40px;
  }
  /*--- さがす ---*/
  .search_links {
    max-width: 300px;
  }
  .search_box {
    max-width: 300px;
  }
  /* スマホ用メニュー
  ====================================================================================================================================== */
  .sp_menu_button {
    width: 55px;
  }
  .sp_menu_button .menu_title {
    font-size: 0.7em;
  }
  #search_menu_btn {
    right: 55px;
  }
  #header_menu,
  #search_menu {
    top: 60px;
  }
  #header_menu .menu_inner,
  #search_menu .menu_inner {
    border-width: 4px;
    padding-bottom: 1em;
    margin-bottom: 1.3em;
  }
  #sp_gnav {
    background-size: 700px auto;
    margin-bottom: 1.5em;
  }
  /* contents
====================================================================================================================================== */
  #conts, #conts.in {
    padding-top: 60px;
  }
  #slider_nav_area {
    background-size: 800px auto;
    padding: 3em 0 2em;
  }
  #slider_nav_area .wrapper #main_slider {
    max-width: initial;
  }
  #slider_nav_area .wrapper .nav_list {
    width: 100%;
    max-width: 485px;
    margin: 0 auto;
    position: static;
  }
  #side_nav.top ul li {
    width: 50%;
  }
  #side_nav.top ul li:nth-child(3n) {
    border-right: 2px dotted #fff;
  }
  #side_nav.top ul li:nth-child(n+4) {
    border-bottom: 2px dotted #fff;
  }
  #side_nav.top ul li:nth-child(even) {
    border-right: none;
  }
  #side_nav.top ul li:nth-child(n+5) {
    border-bottom: none;
  }
  #side_nav.top ul li a {
    background-size: 32px auto;
    background-position: left 7px center;
    padding-left: 3em;
  }
  .side_button a {
    font-size: 1.1875em;
  }
  .side_button a span {
    padding: 1.5em 0 1.5em 1.5em;
    background-size: 8px auto;
    background-position: left 8px center;
  }
  .side_button a:hover span {
    background-position: left 8px center;
  }
  #main_slider {
    padding: 3px;
  }
  #main_slider .en_title {
    width: 120px;
    top: -18px;
  }
  .nav_list li a {
    border-radius: 4px;
  }
  .nav_list li a > span:first-child img {
    width: 78%;
    max-width: 60px;
  }
  .nav_list li a > span:last-child {
    font-size: 0.9375em;
    height: 3.5em;
    background-size: 7px auto;
    background-position: right 3px center;
  }
  .nav_list.type02 li > a .link_text {
    background-size: 7px auto;
    background-position: right 3px center;
    padding-right: 6px;
    font-size: 0.6875em;
  }
  #info_tab .tab {
    border-width: 2px;
  }
  #info_tab .tab li {
    margin-left: 3px;
    top: 2px;
  }
  #info_tab .tab li a {
    border-radius: 4px 4px 0 0;
    border-width: 2px;
    min-width: 6em;
    font-size: 0.875em;
  }
  #info_tab .tab li a:before {
    height: 2px;
  }
  #info_tab .tab_bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #info_tab .tab_bottom a + a {
    margin-left: 0;
  }
  #info_tab .tab_bottom a.button_rss {
    width: auto;
    background-position: left 17px center;
    padding-left: 2.6em;
    padding-right: 1.5em;
  }
  h2.title_top {
    font-size: 1.875em;
  }
  #hiezu_info .acc_t_sp {
    background-size: 25px auto;
  }
  #hiezu_info .illst_flare {
    top: 10px;
    width: 250px;
  }
  #hiezu_info .info_box h3 {
    font-size: 1.4375em;
    line-height: 1.7em;
  }
  #hiezu_info .info_box h3 span {
    padding-left: 2em;
  }
  #hiezu_info .info_box.publicity .link_backnumber {
    font-size: 1.125em;
  }
  /* banner
  ====================================================================================================================================== */
  #banner_slide h2 span:last-child {
    padding-left: 0.8em;
  }
  /* footer
====================================================================================================================================== */
  #footer #pagetop p {
    background-size: 14px auto;
  }
  #footer .footer_bottom {
    background-size: 600px auto;
  }
  #footer .footer_info address br, #footer .footer_info p br {
    display: block;
  }
  #footer .footer_info .buttons_area {
    justify-content: space-between;
  }
  #footer .footer_info .buttons_area a {
    width: 49%;
    margin-right: 0;
    padding-left: 2.5em;
  }
  #footer .map_area p img {
    max-width: 250px;
  }
  /* サブトップ
  ====================================================================================================================================== */
  .sub_list .sub_list_box {
    float: none;
    width: auto;
    margin-right: 0;
    margin-bottom: 2.3em;
  }
  .sub_list .sub_list_box h3 {
    background-position: left 12px center;
  }
  .sub_list .sub_list_box ul li a {
    background-size: 8px auto;
  }
  .subtop #life_event .en_title {
    width: 120px;
  }
  .subtop #life_event ul li {
    width: 32%;
  }
  /* side_fixed_box
====================================================================================================================================== */
  .top_page {
    width: 40px;
    right: 5px;
    bottom: 7px;
  }
  /* 緊急情報
  ====================================================================================================================================== */
  #emergency_info .box_wrap {
    display: block;
  }
  #emergency_info h2 {
    display: block;
    width: auto;
    font-size: 1.5rem;
    position: static;
    padding: 0.3em 0 0.4em;
  }
  #emergency_info h2 span {
    position: static;
    padding-top: 37px;
    background-size: 35px auto;
  }
  #emergency_info .list_area {
    width: auto;
  }
  #emergency_info .article_list li {
    margin-bottom: 1.4em;
  }
  #emergency_info .article_list li time {
    width: auto;
  }
  #emergency_info .article_list li a {
    width: auto;
  }
  #emergency_info .show_all {
    text-align: center;
  }
  #emergency_info .show_all a {
    font-size: 1rem;
    background-size: 9px auto;
    background-position: left 18px center;
  }
  #emergency_info .show_all a:hover {
    background-position: left 18px center;
  }
  /* リニューアルお断り
  ====================================================================================================================================== */
  .maintenance_message .box {
    padding: 1em;
  }
  .maintenance_message .box p {
    font-size: 0.875rem;
  }
  /* イベントカレンダー
  ====================================================================================================================================== */
  .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 .table02 th {
    padding: 0.65em 0.4em;
  }
  .cal_box .table02 td {
    padding: 0;
  }
  /* お問い合わせ
  ====================================================================================================================================== */
  .table_form th, .table_form td {
    display: block;
    width: 100%;
  }
  .table_form th {
    border-bottom: none;
    padding-bottom: 0;
  }
  .table_form td {
    border-top: none;
  }
  form .button_area {
    display: block;
  }
  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) {
  /* サブトップ
  ====================================================================================================================================== */
  .subtop #life_event ul li {
    width: 49%;
  }
}
