@charset "UTF-8";
@media screen and (min-width: 768px) {
  /* --------------------------------------------------------------
   共通
  -------------------------------------------------------------- */
  .sponly {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
    overflow: hidden;
  }
  .pconly {
    display: none !important;
  }
  #main_inner {
    width: 100%;
    background-position-x: center;
  }
  #primary {
    float: none;
    width: 100%;
    margin-right: 40px;
    margin-top: 10px;
  }
  #primary .page_img_title img {
    width: 100%;
  }
  #primary_main {
    padding: 0 10px;
  }
  .main_img_area {
    width: 100%;
    left: calc(50% - 395px);
    background: none;
  }
  .ananan {
    width: 100px;
    left: calc(50% - -270px);
  }
  .main_inner_top {
    width: 100%;
  }
  .chara_area {
    width: 300px;
    top: -35px;
    left: calc(50% - 150px);
  }
  .chara_area img {
    width: 100%;
  }
  .top_box_1 {
    float: none;
    width: 100%;
  }
  .top_box_1 img {
    width: 100%;
  }
  .top_box_1 .map {
    width: 100%;
  }
  .top_box_2 {
    float: none;
    width: 100%;
  }
  .top_box_2 .t_side_box {
    background: none;
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    border: 3px solid #ccc;
    border-radius: 10px;
  }
  .top_box_2 .t_side_box a {
    display: block;
  }
  .top_box_2 .t_side_box p {
    margin: 0 10px 10px;
  }
  .top_box_2 .t_side_box .sub {
    width: 95%;
  }
  .top_box_2 .cat img {
    width: 100%;
  }
  .news_1_area {
    width: 100%;
    max-width: 435px;
    float: none;
    margin: 0 auto;
  }
  .news_2_area {
    width: 100%;
    max-width: 435px;
    float: none;
    margin: 20px auto 0;
  }
  .news_h3_area_1 {
    width: 100%;
    max-width: 435px;
    margin: 20px auto 0;
  }
  .news_h3_area_2 {
    width: 100%;
    max-width: 435px;
    margin: 10px auto 0;
  }
  .news_ul .news_left {
    float: none;
    width: 100%;
  }
  .news_ul .news_right {
    float: none;
    width: 100%;
  }
  #header_inner {
    width: 100%;
  }
  #header_inner .logo_area {
    width: 100%;
    height: auto;
    background-color: #fff;
    background-image: none;
    position: fixed;
    -webkit-box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
            box-shadow: 0px 5px 5px -5px rgba(0, 0, 0, 0.5);
    z-index: 200;
  }
  #header_inner .logo_area img {
    width: 140px;
    margin: 5px 0 10px 20px;
  }
  #header_inner .sub_img_area {
    width: 100%;
    background-position-x: -13px;
  }
  #header_inner .sub_img_area .subtitle h2 {
    font-size: 200%;
  }
  #header_inner .drawer_btn {
    position: fixed;
    top: 0;
    right: 0;
    width: 3rem;
    height: 3rem;
    border: none;
    cursor: pointer;
    z-index: 999;
    background: transparent;
  }
  #header_inner .drawer_btn > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 2rem;
    height: 2px;
    background-color: black;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  #header_inner .drawer_btn > span:nth-of-type(1) {
    -webkit-transform: translate(-50%, calc(-50% - 0.5rem));
            transform: translate(-50%, calc(-50% - 0.5rem));
  }
  #header_inner .drawer_btn > span:nth-of-type(2) {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  #header_inner .drawer_btn > span:nth-of-type(3) {
    -webkit-transform: translate(-50%, calc(-50% + 0.5rem));
            transform: translate(-50%, calc(-50% + 0.5rem));
  }
  #header_inner .drawer_btn.js-active > span:nth-of-type(1) {
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  #header_inner .drawer_btn.js-active > span:nth-of-type(2) {
    opacity: 0;
  }
  #header_inner .drawer_btn.js-active > span:nth-of-type(3) {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg);
  }
  #header_inner .drawer_nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    z-index: 500;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  #header_inner .drawer_nav.js-active {
    opacity: 1;
    visibility: visible;
  }
  #header_inner .drawer_nav_inner {
    width: 80%;
    height: 100%;
    background-color: white;
    padding: 4rem 1.5rem 1rem;
    margin-left: auto;
    overflow: scroll;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  #header_inner .drawer_nav.js-active .drawer_nav_inner {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  #header_inner .drawer_nav_list,
  #header_inner .drawer_nav_panel {
    list-style: none;
    padding: 0;
  }
  #header_inner .drawer_nav_link,
  #header_inner .drawer_nav_sub-link {
    display: block;
    text-decoration: none;
    padding: 1rem;
    border-bottom: solid 1px lightgray;
    position: relative;
    color: #2f7922;
    font-weight: 700;
  }
  #header_inner .accordion-toggle {
    position: absolute;
    top: 50%;
    right: 0;
    background: transparent;
    border: none;
    width: 100%;
    height: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    cursor: pointer;
  }
  #header_inner .accordion-toggle::before {
    content: "▼";
    display: block;
    text-align: right;
    color: #fab243;
  }
  #header_inner .drawer_nav_link.active .accordion-toggle::before {
    -webkit-transform: scale(1, -1);
            transform: scale(1, -1);
  }
  #header_inner .drawer_nav_panel {
    display: none;
  }
  #header_inner .drawer_nav_panel .drawer_nav_sub-link {
    color: #457ac4;
  }
  #header_inner .drawer_nav_panel .drawer_nav_sub-link::before {
    content: "▼";
    margin-right: 5px;
    display: inline-block;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  #colophon {
    padding-top: 1px;
    padding-bottom: 3px;
    background-position-x: -450px;
  }
  #colophon #footer_inner {
    width: 100%;
    height: auto;
    background: none;
  }
  #colophon .footer_txt {
    text-align: left;
    float: none;
    margin-right: 10px;
    padding: 5px 40px 20px 10px;
    margin-top: 30px;
  }
  #colophon .copy {
    text-align: center;
    float: none;
    margin-top: 42px;
    color: #fff;
  }
  .div787_sp_wrap,
  .div788_sp_wrap {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    overflow: auto;
  }
  .div787_sp_wrap .scroll-hint-icon-wrap,
  .div788_sp_wrap .scroll-hint-icon-wrap {
    z-index: 100;
  }
  #div787_sp,
  #div788_sp {
    position: relative;
    z-index: 2;
  }
  #div787_sp a,
  #div788_sp a {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }
  .eco_table_wrap {
    overflow: auto;
  }
  .eco_table_wrap .eco_table th {
    width: 90px;
  }
  .eco_table_wrap .eco_table_2 {
    width: 615px;
  }
  .guidance_left_box {
    width: 100%;
    height: auto;
    float: none;
    position: relative;
    aspect-ratio: 10 / 7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .guidance_left_box div {
    margin-top: 0;
    position: static !important;
  }
  .guidance_left_box p {
    display: none;
  }
  .guidance_right_box {
    width: 100%;
    float: none;
    margin-top: 10px;
  }
  .observe_left_box {
    float: none;
  }
  .observe_right_box {
    width: 100%;
    float: none;
    margin-top: 5px;
  }
  .contact_table {
    width: 100%;
    margin-top: 10px;
    table-layout: fixed;
    word-break: break-all;
    word-wrap: break-all;
  }
  .contact_table th,
  .contact_table td {
    width: 100%;
    display: block;
  }
  .contact_table th p,
  .contact_table td p {
    margin: 0;
  }
  .contact_table td {
    border: none;
    padding: 4px 0 4px 0;
    margin-bottom: 10px;
  }
  .contact_table td input,
  .contact_table td textarea {
    width: 100%;
  }
  .contact_table td input[type="radio"] {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 5px;
  }
  .contact_table td .wpcf7-list-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wpcf7-spinner {
    display: none;
  }
  .event_box {
    padding: 0 20px;
  }
  .wp-pagenavi {
    text-align: center;
    margin: 15px 0;
  }
  .event_wrap {
    padding: 0 20px;
  }
  .content-area .news_ul {
    padding: 0 20px;
  }
  .detail_wrap {
    padding: 0 20px;
  }
  .measure_table_wrap {
    overflow: auto;
  }
  .measure_table_wrap table {
    width: 615px;
  }
  .study_img_wrap {
    overflow: auto;
  }
  .study_img_wrap .img {
    width: 615px;
  }
  .study_img_wrap a {
    pointer-events: none;
  }
  .access_img_wrap {
    overflow: auto;
  }
  .access_img_wrap .img {
    width: 615px;
  }
}
/*# sourceMappingURL=style_sp.css.map */