@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;
  }
  img.white.sp, input.white.sp {
    display: inline !important;
  }
  img.white.sp_off, input.white.sp_off {
    display: none !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 .subtop_main_visual img {
    position: static;
    -webkit-transform: none;
    transform: none;
    width: 100%;
    height: 100%;
    min-width: initial;
    min-height: initial;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .page_title_wrap .update {
    position: absolute;
    right: 15px;
  }
  /* 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 .header_inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0;
    padding-left: 15px;
    height: 100%;
  }
  #site_title .logo {
    width: 85px;
  }
  #site_title .title_text {
    width: 120px;
    margin-left: 10px;
  }
  .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: -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 .button_close {
    display: none;
  }
  .sp_menu_button .menu_button {
    width: 51.72%;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  .sp_menu_button .menu_button img {
    width: 100%;
    vertical-align: middle;
  }
  .sp_menu_button .menu_title {
    margin: 0;
    line-height: 1;
    color: #222;
    font-size: 15px;
    font-weight: bold;
  }
  .sp_menu_button.opened {
    background-color: #15649E;
  }
  .sp_menu_button.opened .button_image {
    display: none;
  }
  .sp_menu_button.opened .button_image.white {
    display: none !important;
  }
  .sp_menu_button.opened .button_close {
    display: block;
  }
  .sp_menu_button.opened .menu_title {
    color: #fff;
  }
  #menu_btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  #language_menu_btn {
    position: absolute;
    right: 90px;
    top: 0;
  }
  #text_menu_btn {
    position: absolute;
    right: 180px;
    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);
  }
  #globalnavi,
  #language_menu,
  #text_menu {
    border-top: 3px solid #15649E;
    display: none;
    position: fixed;
    top: 100px;
    left: 0;
    z-index: 99999;
    width: 100%;
    margin-bottom: 0;
  }
  #globalnavi .sp_menu_close,
  #language_menu .sp_menu_close,
  #text_menu .sp_menu_close {
    text-align: center;
    font-size: 0.9em;
    line-height: 1;
    padding: 0.5em 0;
    margin: 1.2em 0 0.7em;
  }
  .cms-ready #globalnavi, .cms-ready
  #language_menu, .cms-ready
  #text_menu {
    top: calc(100px + 46px) !important;
  }
  #globalnavi,
  #language_menu {
    background-color: rgba(255, 255, 255, 0.9);
  }
  #globalnavi .sp_menu_close,
  #language_menu .sp_menu_close {
    color: #136F9F;
  }
  #text_menu {
    background-color: rgba(21, 100, 158, 0.9);
  }
  #text_menu .sp_menu_close {
    color: #fff;
  }
  /* globalnavi
  ====================================================================================================================================== */
  #globalnavi {
    padding: 0;
  }
  #globalnavi .menu_inner {
    overflow: auto;
  }
  #globalnavi .search_box {
    max-width: initial;
    height: auto;
    padding: 20px 15px;
    background-color: #15649E;
    margin-bottom: 1.3em;
  }
  #globalnavi .search_box form {
    width: 100%;
    max-width: 320px;
    height: 45px;
    margin: 0 auto;
  }
  #globalnavi .sns_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1em;
  }
  #globalnavi .header_buttons {
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    margin: 0 auto 1.3em;
  }
  #globalnavi .header_buttons li {
    width: 100%;
    max-width: 16em;
    height: 3.2em;
    margin-left: auto;
    margin-right: auto;
  }
  #globalnavi .header_buttons li + li {
    margin-left: auto;
    margin-top: 5px;
  }
  #globalnavi ul.nav_list {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #D2DADD;
  }
  #globalnavi ul.nav_list > li {
    margin-bottom: 0;
    border-right: 1px solid #D2DADD;
    border-bottom: 1px solid #D2DADD;
    width: 25% !important;
  }
  #globalnavi ul.nav_list > li:first-child {
    border-left: none;
  }
  #globalnavi ul.nav_list > li:nth-child(4n) {
    border-right: none;
  }
  #globalnavi ul.nav_list > li a.gnav_link {
    text-align: left;
    font-size: 0.85em;
    padding: 1em;
  }
  #globalnavi ul.nav_list > li a.gnav_link:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #3A80BC;
    border-right: 2px solid #3A80BC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 0.5em;
  }
  #globalnavi ul.nav_list > li.has_submenu {
    position: static;
  }
  #globalnavi ul.nav_list > li.has_submenu a.gnav_link {
    position: static;
  }
  #globalnavi ul.nav_list > li.has_submenu a.gnav_link:after {
    display: none;
  }
  #globalnavi ul.nav_list > li.has_submenu:hover .sub_menu {
    display: none;
  }
  /* Language
====================================================================================================================================== */
  #language_menu .language_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  #language_menu .language_list li {
    width: 25%;
    margin-bottom: 0;
    border-right: 1px solid #D2DADD;
    border-bottom: 1px solid #D2DADD;
  }
  #language_menu .language_list li:nth-child(4n) {
    border-right: none;
  }
  #language_menu .language_list li a {
    display: block;
    text-align: left;
    font-size: 0.85em;
    font-weight: bold;
    line-height: 1;
    padding: 1em;
  }
  #language_menu .language_list li a:before {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #3A80BC;
    border-right: 2px solid #3A80BC;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-right: 0.5em;
  }
  /* 文字・色
====================================================================================================================================== */
  #text_menu {
    padding: 20px 15px 0;
  }
  #text_menu .text_property_box {
    height: auto;
    width: 300px;
    margin: 0 auto;
  }
  #text_menu .text_property_box .bg_color {
    margin-left: 0;
  }
  #text_menu .text_property_box ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #text_menu .text_property_box ul li.title {
    width: 100%;
    padding: 0;
    text-align: center;
    padding-bottom: 0.2em;
  }
  /* contents
====================================================================================================================================== */
  #conts, #conts.in {
    padding-top: 100px;
  }
  #conts #sp_top_header_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 0;
  }
  #conts #sp_top_header_buttons li {
    width: 33.3333%;
    margin-bottom: 0;
    border-top: 1px solid #D2DADD;
  }
  #conts #sp_top_header_buttons li + li {
    border-left: 1px solid #D2DADD;
  }
  #conts #sp_top_header_buttons li a {
    display: block;
    height: 100%;
    padding: 10px 0 5px;
  }
  #conts #sp_top_header_buttons li a.button_safety {
    color: #BF1100;
  }
  #conts #sp_top_header_buttons li .icon {
    display: block;
    text-align: center;
    margin-bottom: 0.5em;
  }
  #conts #sp_top_header_buttons li .icon img {
    height: 35px;
    width: auto;
  }
  #conts #sp_top_header_buttons li .link_text {
    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;
    font-size: 0.9em;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
    height: 2.4em;
  }
  #conts #sp_top_header_buttons li .link_text .small {
    font-size: 0.9em;
  }
  #main_visual {
    height: 200px;
  }
  #main_visual img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #main_visual .wrapper {
    width: 100% !important;
  }
  #main_visual .link_about {
    right: 15px;
    bottom: -30px;
    width: 150px;
  }
  #main_visual .link_about a:hover {
    -webkit-transform: none;
    transform: none;
  }
  #info_area .wrapper {
    display: block;
    position: static;
    padding-bottom: 0;
  }
  #info_area .wrapper:after {
    display: none;
  }
  #info_area .articles_area {
    width: auto;
    margin-bottom: 1em;
  }
  #info_area #pickup {
    width: 100%;
    max-width: 540px;
    margin: 0 auto 2em;
  }
  #pickup h2 {
    top: -15px;
    left: auto;
    right: -5px;
  }
  #pickup figure {
    margin-bottom: 0;
  }
  #pickup figure figcaption {
    top: 0;
    padding: 1.5em;
    transition: .5s;
    opacity: 1;
  }
  #pickup figure figcaption h3 {
    font-size: 1.36em;
    text-align: left;
    height: auto;
    line-height: 1.5;
    margin-bottom: 0.7em;
    position: static;
  }
  #pickup figure figcaption h3:after {
    display: none;
  }
  #pickup.fadeout figure figcaption {
    opacity: 0;
  }
  #pickup.fadeout .pickup_bottom .see_photo .text {
    display: none;
  }
  #pickup.fadeout .pickup_bottom .to_list {
    display: none;
  }
  #pickup .pickup_bottom {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 3;
    padding: 0 1.5em;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-shadow: 0 0 10px #000;
  }
  #pickup .pickup_bottom p {
    margin-bottom: 0;
    font-size: 0.85em;
    font-weight: bold;
  }
  #pickup .see_photo {
    font-size: 1em;
    color: #fff;
  }
  #pickup .see_photo span {
    display: inline-block;
    vertical-align: middle;
  }
  #pickup .see_photo .icon {
    width: 2.5em;
    margin-left: -0.5em;
  }
  #pickup .see_photo .icon img {
    width: 100%;
    vertical-align: middle;
  }
  #pickup .see_photo .text {
    margin-left: 0;
  }
  #pickup .to_list a {
    font-size: 1em;
  }
  #pickup .to_list a:after {
    content: "";
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-left: 0.2em;
  }
  #pickup .to_list a, #pickup .to_list a:link {
    color: #fff;
  }
  #life_menu {
    background-size: cover;
  }
  #life_menu ul.menu_list {
    padding-left: 15px;
    padding-right: 15px;
  }
  #life_menu ul.menu_list > li {
    width: 49%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px;
    text-align: left;
  }
  #life_menu ul.menu_list > li:after {
    width: 10px;
    height: 10px;
    top: 50%;
    right: 10px;
    bottom: auto;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
  }
  #life_menu ul.menu_list > li .icon {
    margin: 0;
    width: 56px;
    height: 56px;
  }
  #life_menu ul.menu_list > li .detail_area {
    margin-left: 12px;
    width: calc(100% - 56px - 12px);
  }
  #life_menu ul.menu_list > li .link_title {
    font-size: 1em;
    margin-bottom: 0.05em;
  }
  #life_menu ul.menu_list > li .explain {
    font-size: 0.7em;
  }
  #links_area {
    padding: 0.5em 0 2em;
  }
  #links_area .wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #links_area h2 {
    font-size: 1.2em;
  }
  #links_area h2:before {
    width: 4em;
  }
  #links_area ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #links_area #town_news {
    width: 100%;
    border: none;
    border-bottom: 1px solid #3A80BC;
    padding: 0;
  }
  #links_area #town_news ul li {
    width: 120px;
  }
  #links_area #life_news,
  #links_area #contact_links {
    width: 50%;
    border: none;
  }
  #links_area #life_news ul li,
  #links_area #contact_links ul li {
    width: 120px;
  }
  #links_area #life_news {
    border-right: 1px solid #3A80BC;
  }
  #links_area #town_news,
  #links_area #life_news,
  #links_area #contact_links {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /* footer
  ====================================================================================================================================== */
  #footer #footer_info .wrapper {
    display: block;
  }
  #footer #footer_info h2 {
    text-align: center;
    margin-bottom: 0.6em;
  }
  #footer #footer_info .info_detail {
    margin-left: 0;
  }
  #footer #footer_info .info_detail dl {
    text-align: center;
  }
  #footer #branch_list {
    background-size: auto auto;
    padding: 0.5em 0 3em;
  }
  #footer #branch_list ul {
    display: block;
  }
  #footer #branch_list ul li {
    width: auto;
    padding: 30px 0;
    border: none;
    border-top: 1px solid #3A80BC;
    text-align: center;
  }
  #footer #branch_list ul li:first-child {
    border: none;
  }
  #footer #branch_list .button_area {
    text-align: center;
  }
  #footer .button_contact a {
    font-size: 1em;
    max-width: 340px;
    padding: 0.7em 0.5em;
  }
  /* side_fixed_box
  ====================================================================================================================================== */
  .top_page {
    width: 53px;
  }
  /* 広告スペース
  ====================================================================================================================================== */
  #ad_box {
    padding-bottom: 0;
  }
  #ad_box .ad_close {
    width: 40px;
    height: 40px;
    top: -20px;
    right: 15px;
  }
  #ad_box .title_area {
    margin-left: 0;
  }
  #ad_box ul li {
    width: 23.5%;
    margin-right: 2%;
    margin-bottom: 6px;
  }
  #ad_box ul li:nth-child(5n) {
    margin-right: 2%;
  }
  #ad_box ul li:nth-child(4n) {
    margin-right: 0;
  }
  /* 緊急情報
  ====================================================================================================================================== */
  #emergency_info {
    padding: 1.5em 0 2.5em;
  }
  #emergency_info .box_wrap {
    display: block;
  }
  #emergency_info .title_area {
    width: auto;
  }
  #emergency_info .list_area {
    width: auto;
  }
  #emergency_info h2 {
    margin-bottom: 0.3em;
  }
  #emergency_info .show_all {
    left: auto;
    right: 0;
    text-align: right;
  }
  #emergency_info .show_all a {
    font-size: 0.85em;
  }
  /* フォーム画面
====================================================================================================================================== */
  .table_form th {
    width: auto;
  }
  form input[type="text"],
  form textarea {
    padding: 7px 10px;
  }
  /*ボタン*/
  .form_btn {
    width: 49%;
    max-width: 250px;
  }
  .form_btn + input.form_btn {
    margin-left: 1%;
  }
  /* エントランスページ
====================================================================================================================================== */
  #head_box {
    padding-bottom: 185px;
  }
  #head_box #site_title .logo {
    width: 85px;
    margin-bottom: 10px;
  }
  #head_box #site_title .title_text {
    width: 130px;
  }
  #head_box #site_title .catch_text {
    font-size: 1.25rem;
  }
  #head_box #main_slider {
    max-height: 9999px;
  }
  #head_box #main_slider li {
    height: 480px;
  }
  #head_box #main_slider li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #head_box .bottom_gradation {
    height: 230px;
    background: linear-gradient(to bottom, transparent 0%, black 20%, black 100%);
  }
  #head_box .head_box_inner {
    width: calc(100% - 15px * 2);
    height: calc(100% - 15px * 2);
    margin-top: 15px;
    margin-left: 15px;
  }
  #head_box .head_bottom_links a {
    -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;
    padding: 0.7em 1em;
  }
  #head_box .head_bottom_links a:after {
    width: 8px;
    height: 8px;
    top: auto;
    bottom: 2.2em;
    right: 15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #head_box .head_bottom_links a:hover:after {
    right: 15px;
  }
  #head_box .head_bottom_links a .icon {
    width: 80px;
  }
  #head_box .head_bottom_links a .detail {
    margin-left: 0;
    margin-top: 0.5em;
    text-align: center;
  }
  #head_box .head_bottom_links a .ja {
    font-size: 1.7rem;
  }
  #head_box .head_bottom_links a .ja .sp_smaller {
    font-size: 0.76em;
  }
  #head_box .head_bottom_links a .en {
    font-size: 1.0625rem;
  }
  #middle_box {
    display: block;
  }
  #middle_box .search_area {
    width: auto;
    display: block;
    padding: 1.5em 15px;
    border-bottom: 1px solid #D1D9DC;
  }
  #middle_box .search_area .search_box {
    margin: 0 auto 0.8em;
  }
  #middle_box .search_area .keywords {
    width: auto;
    margin-left: 0;
    text-align: center;
  }
  #middle_box .entrance_links {
    width: auto;
  }
  #middle_box .entrance_links li {
    border-left: 1px solid #D1D9DC;
  }
  #middle_box .entrance_links li:first-child {
    border-left: none;
  }
  #middle_box .entrance_links li a {
    padding: 0.9em 0;
  }
  #middle_box .entrance_links li a .icon {
    margin-bottom: 0.7em;
  }
  #middle_box .entrance_links li a .icon img {
    width: 75px;
  }
  #middle_box .entrance_links li a .link_title {
    font-size: 1.1875rem;
  }
  #footer_box .footer_inner {
    padding: 1em 15px;
    display: block;
  }
  #footer_box .footer_info {
    width: auto;
    max-width: 420px;
    margin: 0 auto 1em;
  }
  #footer_box .footer_info .logo {
    width: 85px;
  }
  #footer_box .footer_info .text_area p, #footer_box .footer_info .text_area address {
    font-size: 0.9375rem;
  }
  #footer_box .footer_info .text_area .townhall_name {
    font-size: 1.1875rem;
  }
  #footer_box .banner_temporary {
    margin: 0 auto 1em;
    width: 100%;
  }
  #footer_box .footer_contact small {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  #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;
  }
  .page_title_wrap .update {
    font-size: 0.73em;
  }
  .page_title_wrap .update br {
    display: inline;
  }
  .page_title_wrap .comment_text {
    font-size: 0.85em;
  }
  #navibar {
    padding-right: 5.5em;
  }
  #navibar p {
    font-size: 0.7em;
  }
  .sns_buttons li {
    width: 75px;
  }
  .sns_buttons li + li {
    margin-left: 5px;
  }
  /* header
====================================================================================================================================== */
  #header {
    height: 75px;
  }
  #site_title .logo {
    width: 55px;
  }
  #site_title .title_text {
    width: 90px;
  }
  /* スマホ用メニュー
  ====================================================================================================================================== */
  .sp_menu_button {
    width: 65px;
  }
  .sp_menu_button .menu_title {
    font-size: 0.7em;
  }
  #language_menu_btn {
    right: 65px;
  }
  #text_menu_btn {
    right: 130px;
  }
  #globalnavi,
  #language_menu,
  #text_menu {
    top: 75px;
  }
  .cms-ready #globalnavi, .cms-ready
  #language_menu, .cms-ready
  #text_menu {
    top: calc(75px + 46px) !important;
  }
  /* globalnavi
  ====================================================================================================================================== */
  #globalnavi {
    height: calc(100vh - 75px);
  }
  .cms-ready #globalnavi {
    height: calc(100vh - 75px - 46px);
  }
  #globalnavi .menu_inner {
    height: 100%;
  }
  #globalnavi .header_buttons li a {
    padding-left: 4em;
    background-size: 35px auto;
  }
  #globalnavi ul.nav_list > li {
    width: 50% !important;
  }
  #globalnavi ul.nav_list > li:nth-child(even) {
    border-right: none;
  }
  #globalnavi ul.nav_list > li > a {
    font-size: 0.9em;
    padding: 1.2em 1em;
  }
  /* Language
====================================================================================================================================== */
  #language_menu .language_list li {
    width: 50%;
  }
  #language_menu .language_list li:nth-child(even) {
    border-right: none;
  }
  #language_menu .language_list li a {
    font-size: 0.9em;
    padding: 1.2em 1em;
  }
  /* contents
====================================================================================================================================== */
  #conts, #conts.in {
    padding-top: 75px;
  }
  #conts #sp_top_header_buttons li .icon img {
    height: 27px;
  }
  #conts #sp_top_header_buttons li .link_text {
    font-size: 0.78em;
  }
  #main_visual {
    height: 125px;
  }
  #main_visual .link_about {
    right: 5px;
    bottom: -30px;
    width: 130px;
  }
  #main_visual .link_about img {
    width: 100%;
    margin-left: 0;
  }
  #info_area #pickup {
    margin-left: -15px;
    margin-right: -15px;
    width: auto;
    margin-bottom: 0;
  }
  #pickup h2 {
    width: 95px;
  }
  #pickup figure {
    border-radius: 0;
  }
  #pickup figure figcaption {
    padding-left: 15px;
    padding-right: 15px;
  }
  #pickup .pickup_bottom {
    padding-left: 15px;
    padding-right: 15px;
  }
  #life_menu {
    background-size: contain;
  }
  #life_menu ul.menu_list {
    display: block;
  }
  #life_menu ul.menu_list > li {
    width: auto;
    padding: 10px 15px;
  }
  #life_menu ul.menu_list > li .link_title {
    font-size: 1.1em;
  }
  #links_area {
    padding: 0.5em 0 2em;
  }
  #links_area .wrapper {
    display: block;
  }
  #links_area h2 {
    font-size: 1.2em;
  }
  #links_area h2:before {
    width: 4em;
  }
  #links_area ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  #links_area #town_news ul li {
    width: 48%;
    margin-bottom: 15px !important;
  }
  #links_area #life_news,
  #links_area #contact_links {
    width: 100%;
  }
  #links_area #life_news ul li,
  #links_area #contact_links ul li {
    width: 48%;
  }
  #links_area #life_news {
    border: none;
    border-bottom: 1px solid #3A80BC;
  }
  /* footer
====================================================================================================================================== */
  #footer #branch_list {
    background-size: 200% auto;
  }
  /* side_fixed_box
====================================================================================================================================== */
  .top_page {
    width: 45px;
  }
  /* 広告スペース
  ====================================================================================================================================== */
  #ad_box .ad_close {
    width: 40px;
    height: 40px;
    top: -20px;
    right: 15px;
  }
  #ad_box .title_area {
    margin-left: 0;
  }
  #ad_box ul li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
  }
  #ad_box ul li:nth-child(5n) {
    margin-right: 2%;
  }
  #ad_box ul li:nth-child(4n) {
    margin-right: 2%;
  }
  #ad_box ul li:nth-child(even) {
    margin-right: 0;
  }
  /* 緊急情報
  ====================================================================================================================================== */
  #emergency_info h2 {
    font-size: 1.6em;
  }
  /* お問い合わせ
  ====================================================================================================================================== */
  .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;
  }
  /* エントランスページ
  ====================================================================================================================================== */
  #head_box {
    padding-bottom: 130px;
  }
  #head_box #site_title .logo {
    width: 70px;
    margin-bottom: 5px;
  }
  #head_box #site_title .title_text {
    width: 100px;
  }
  #head_box #site_title .catch_text {
    font-size: 1.0625rem;
  }
  #head_box #main_slider li {
    height: 400px;
  }
  #head_box .bottom_gradation {
    height: 170px;
  }
  #head_box .head_box_inner {
    width: calc(100% - 12px * 2);
    height: calc(100% - 12px * 2);
    margin-top: 12px;
    margin-left: 12px;
  }
  #head_box .head_bottom_links a {
    padding: 0.7em 1em;
  }
  #head_box .head_bottom_links a:after {
    width: 5px;
    height: 5px;
    bottom: 2em;
    right: 8px;
  }
  #head_box .head_bottom_links a:hover:after {
    right: 8px;
  }
  #head_box .head_bottom_links a .icon {
    width: 70px;
  }
  #head_box .head_bottom_links a .ja {
    font-size: 1.125rem;
  }
  #head_box .head_bottom_links a .en {
    font-size: 0.75rem;
  }
  #middle_box {
    display: block;
  }
  #middle_box .search_area {
    padding-bottom: 1.2em;
  }
  #middle_box .search_area .keywords {
    font-size: 0.9375rem;
    text-align: left;
  }
  #middle_box .entrance_links li a .icon img {
    width: 65px;
  }
  #middle_box .entrance_links li a .link_title {
    font-size: 1rem;
  }
  #footer_box .footer_info .logo {
    width: 70px;
  }
  #footer_box .footer_info .text_area p, #footer_box .footer_info .text_area address {
    font-size: 0.8rem;
  }
  #footer_box .footer_info .text_area .townhall_name {
    font-size: 1.125rem;
  }
}

@media screen and (max-width: 320px) {
  /* header
  ====================================================================================================================================== */
  #header {
    height: 65px;
  }
  #site_title .logo {
    width: 40px;
  }
  #site_title .title_text {
    width: 75px;
    margin-left: 5px;
  }
  /* スマホ用メニュー
  ====================================================================================================================================== */
  .sp_menu_button {
    width: 55px;
  }
  .sp_menu_button .menu_title {
    font-size: 0.6em;
  }
  #language_menu_btn {
    right: 55px;
  }
  #text_menu_btn {
    right: 110px;
  }
  #globalnavi,
  #language_menu,
  #text_menu {
    top: 65px;
  }
  .cms-ready #globalnavi, .cms-ready
  #language_menu, .cms-ready
  #text_menu {
    top: calc(65px + 46px) !important;
  }
  #globalnavi .sp_menu_close,
  #language_menu .sp_menu_close,
  #text_menu .sp_menu_close {
    margin-top: 1em;
    padding: 0.4em 0;
  }
  /* globalnavi
  ====================================================================================================================================== */
  #globalnavi {
    height: calc(100vh - 65px);
  }
  .cms-ready #globalnavi {
    height: calc(100vh - 65px - 46px);
  }
  #globalnavi .search_box {
    padding: 15px;
    margin-bottom: 1em;
  }
  #globalnavi .search_box form {
    height: 37px;
  }
  #globalnavi .search_box form .search_form {
    line-height: 37px;
  }
  #globalnavi .header_buttons {
    margin-bottom: 1em;
  }
  #globalnavi .header_buttons li {
    height: 3em;
  }
  #globalnavi ul.nav_list > li.current:before {
    height: 3px;
  }
  #globalnavi ul.nav_list > li a.gnav_link {
    padding: 0.85em 0.6em;
  }
  /* language_menu
  ====================================================================================================================================== */
  #language_menu .language_list li a {
    padding: 0.85em 0.6em;
  }
  /* contents
====================================================================================================================================== */
  #conts, #conts.in {
    padding-top: 65px;
  }
  #conts #sp_top_header_buttons li .link_text {
    font-size: 0.65em;
  }
  #pickup figure figcaption p {
    font-size: 0.79em;
  }
  #pickup .pickup_bottom {
    bottom: 2px;
  }
  #pickup .pickup_bottom p {
    font-size: 0.8em;
  }
  #footer_box .footer_info .text_area .townhall_name {
    margin-bottom: 0.4em;
  }
  #footer_box .footer_info .text_area .title_area {
    display: block;
    margin-bottom: 0.4em;
  }
  #footer_box .footer_info .text_area .title_area .sns_buttons {
    margin-left: 0;
  }
}
