@charset "UTF-8";
/*ベースフォント設定*/
/*Font Awesome5---------------------------------------------*/

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*フォントサイズ*/
body {
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 100%;
  /*14px*/
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 560px ) {
  body { /*SP*/
    -webkit-text-size-adjust: 100%;
    font-size: 87.5%;
  }
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  /*　検証　一時コメントアウト
    overflow: auto;
  */
}

#wrap {
  font-size: 100%;
  color: #2E302E;
  position: relative;
  min-height: 100%;
}

table {
  font-size: inherit;
}

/*フォントサイズ*/
.clearfix:after {
  content: " ";
  display: block;
  height: 0.1px;
  font-size: 0.1em;
  clear: both;
  visibility: hidden;
}

* + html .clearfix {
  height: 1%;
}

* html .clearfix {
  height: 1%;
}

img {
  max-width: 100%;
  height: auto;
}

/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
/*共通*/
/*------------------------------------------------------------*/
/*------------------------------------------------------------*/
a {
  text-decoration: none;
  color: inherit;
}
a, a * {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
}

/*リンクアイコン----------------------*/
a:not(:has(img))[target=_blank]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f35d";
  color: #9c9c9c;
  margin-left: 5px;
}
a:not(:has(img))[href*=".pdf"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c1";
  color: #ff0000;
  margin-left: 5px;
}
a:not(:has(img))[href*=".doc"]:after, a:not(:has(img))[href*=".docx"]:after, a:not(:has(img))[href*=".rtf"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c2";
  color: #007eff;
  margin-left: 5px;
}
a:not(:has(img))[href*=".xls"]:after, a:not(:has(img))[href*=".xlsx"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c3";
  color: #55ad00;
  margin-left: 5px;
}
a:not(:has(img))[href*=".zip"]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f1c6";
  color: #9c9c9c;
  margin-left: 5px;
}

/*-----------------------------------------------------------*/
/*ヘッダー*/
/*-----------------------------------------------------------*/
#top_hed {
  position: fixed;
  z-index: 999;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
#top_hed p {
  margin: 0;
}
#top_hed.scroll {
  top: -152px;
}
#top_hed h1 {
  max-width: 40%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 32px 40px;
  background: #fff;
  border-radius: 0 0 8px 0;
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed h1 {
    height: 78px;
    padding: 16px 4.081vw;
    max-width: unset;
    width: calc(100% - 232px);
  }
}
@media screen and (max-width: 560px ) {
  #top_hed h1 {
    width: calc(100% - 198px);
    height: 68px;
  }
}
#top_hed h1 img {
  max-width: 240px;
  width: 100%;
  height: auto;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed h1 img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: left center;
       object-position: left center;
  }
}
#top_hed #g_nav {
  position: absolute;
  z-index: 0;
  top: 16px;
  right: 0;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed #g_nav {
    position: unset;
  }
}
#top_hed #g_nav #main_nav {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 1em;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  margin-right: 16px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed #g_nav #main_nav {
    position: relative;
    margin: 8px 8px 0;
    display: block;
    letter-spacing: -0.025em;
    font-size: 10px;
  }
}
#top_hed #g_nav #main_nav .sns {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 8px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed #g_nav #main_nav .sns {
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
  }
}
#top_hed #g_nav #main_nav .sns li a {
  background: #fff;
  border: 2px solid #000;
}
@media all and (-ms-high-contrast: none) {
  #top_hed #g_nav #main_nav .sns li a {
    -webkit-box-shadow: 2px 2px 0 0 black;
            box-shadow: 2px 2px 0 0 black;
  }
}
#top_hed #g_nav #main_nav .sns li a {
  -webkit-filter: drop-shadow(2px 2px 0 black);
  -moz-filter: drop-shadow(2px 2px 0 black);
  -ms-filter: drop-shadow(2px 2px 0 black);
  filter: drop-shadow(2px 2px 0 black);
  border-radius: 8px;
  display: block;
  width: 36px;
  height: 36px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed #g_nav #main_nav .sns li a {
    width: 31px;
    height: 31px;
  }
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav #main_nav .sns li a {
    -webkit-filter: drop-shadow(0 2px 0 black);
            filter: drop-shadow(0 2px 0 black);
  }
}
#top_hed #g_nav #main_nav .icon-menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 5px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed #g_nav #main_nav .icon-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav #main_nav .icon-menu {
    gap: 5px 3px;
  }
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav #main_nav .icon-menu > li.gnav_city {
    position: absolute;
    right: 0;
    bottom: 0;
  }
  #top_hed #g_nav #main_nav .icon-menu > li.gnav_city > a {
    height: 70px;
  }
}
#top_hed #g_nav #main_nav .icon-menu > li > a {
  background: #fff;
  border: 2px solid #000;
}
@media all and (-ms-high-contrast: none) {
  #top_hed #g_nav #main_nav .icon-menu > li > a {
    -webkit-box-shadow: 2px 2px 0 0 black;
            box-shadow: 2px 2px 0 0 black;
  }
}
#top_hed #g_nav #main_nav .icon-menu > li > a {
  -webkit-filter: drop-shadow(2px 2px 0 black);
  -moz-filter: drop-shadow(2px 2px 0 black);
  -ms-filter: drop-shadow(2px 2px 0 black);
  filter: drop-shadow(2px 2px 0 black);
  border-radius: 8px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 4px;
  width: 80px;
  height: 80px;
  letter-spacing: 0;
  font-weight: 900;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #top_hed #g_nav #main_nav .icon-menu > li > a {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav #main_nav .icon-menu > li > a {
    width: 60px;
    height: 60px;
    letter-spacing: -0.025em;
    font-size: 9px;
    -webkit-filter: drop-shadow(0 2px 0 black);
            filter: drop-shadow(0 2px 0 black);
    gap: 2px;
  }
}
#top_hed #g_nav #main_nav .icon-menu > li > button {
  background: #fff;
  border: 2px solid #000;
}
@media all and (-ms-high-contrast: none) {
  #top_hed #g_nav #main_nav .icon-menu > li > button {
    -webkit-box-shadow: 2px 2px 0 0 black;
            box-shadow: 2px 2px 0 0 black;
  }
}
#top_hed #g_nav #main_nav .icon-menu > li > button {
  -webkit-filter: drop-shadow(2px 2px 0 black);
  -moz-filter: drop-shadow(2px 2px 0 black);
  -ms-filter: drop-shadow(2px 2px 0 black);
  filter: drop-shadow(2px 2px 0 black);
  border-radius: 8px;
  display: block;
  width: 80px;
  height: 80px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 900;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 4px;
  font-size: 100%;
}
@media screen and (max-width: 980px ) and (min-width: 561px ) {
  #top_hed #g_nav #main_nav .icon-menu > li > button {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav #main_nav .icon-menu > li > button {
    width: 60px;
    height: 60px;
    -webkit-filter: drop-shadow(0 2px 0 black);
            filter: drop-shadow(0 2px 0 black);
  }
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed #g_nav #main_nav .icon-menu > li.travel {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    width: 100%;
    padding-left: 39px;
  }
}
@media screen and (max-width: 560px ) {
  #top_hed #g_nav #main_nav .icon-menu > li.travel {
    padding-right: 63px;
  }
}
#top_hed #g_nav #main_nav .icon-menu > li > ul {
  background: #fff;
  border: 2px solid #000;
}
@media all and (-ms-high-contrast: none) {
  #top_hed #g_nav #main_nav .icon-menu > li > ul {
    -webkit-box-shadow: 2px 2px 0 0 black;
            box-shadow: 2px 2px 0 0 black;
  }
}
#top_hed #g_nav #main_nav .icon-menu > li > ul {
  -webkit-filter: drop-shadow(2px 2px 0 black);
  -moz-filter: drop-shadow(2px 2px 0 black);
  -ms-filter: drop-shadow(2px 2px 0 black);
  filter: drop-shadow(2px 2px 0 black);
  border-radius: 8px;
  display: block;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  height: 80px;
  gap: 1.5em;
  padding: 0 2em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed #g_nav #main_nav .icon-menu > li > ul {
    height: 70px;
    -webkit-filter: drop-shadow(0 2px 0 black);
            filter: drop-shadow(0 2px 0 black);
  }
}
#top_hed #g_nav #main_nav .icon-menu > li > ul li a {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 4px;
  font-weight: 900;
}
#top_hed #gnav_lang_box {
  margin-top: 1em;
  margin-right: 16px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #top_hed #gnav_lang_box {
    position: absolute;
    top: 145px;
    right: 0;
    margin-right: 8px;
  }
}

.lang_nav ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 8px;
}
.lang_nav ul > li a {
  min-width: 40px;
  height: 40px;
  display: block;
  background: #fff;
  border-radius: 1.25em;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  font-weight: 900;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  gap: 0.5em;
  border: 1px solid #ccc;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .lang_nav ul > li a {
    min-width: 32px;
    height: 32px;
    font-size: 12px;
    border-radius: 16px;
  }
}
.lang_nav ul > li a:has(p) {
  padding: 0 1em;
  border-radius: 1.25em 0 0 1.25em;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .lang_nav ul > li a:has(p) {
    border-radius: 16px 0 0 16px;
  }
}

#ham_btn {
  width: 120px;
  height: 120px;
  background: #fff000;
  border: none;
  border-radius: 0 0 0 120px;
  margin-left: 16px;
  cursor: pointer;
  padding-left: 49px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #ham_btn {
    width: 100px;
    height: 100px;
    padding-left: 40px;
  }
}
@media all and (max-width: 381px) {
  #ham_btn {
    width: 80px;
    height: 80px;
    padding-left: 30px;
  }
}
#ham_btn > span {
  display: block;
  width: 40px;
  margin-top: -10px;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  #ham_btn > span {
    margin: 0;
  }
}
@media all and (max-width: 381px) {
  #ham_btn > span {
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
  }
}
#ham_btn .line {
  display: block;
  width: 26px;
  height: 2px;
  background: #000;
  position: relative;
  margin: 0 auto;
}
#ham_btn .line:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  top: -10px;
  left: 0;
}
#ham_btn .line:after {
  content: "";
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  bottom: -10px;
  left: 0;
}
#ham_btn .text {
  font-size: 87.5%;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 18px;
  color: #000;
}

#ham {
  position: fixed;
  z-index: 1000;
  top: 0;
  right: -400px;
  max-width: 390px;
  width: 100%;
  height: 100vh;
  background: #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
#ham.active {
  right: 0;
}
#ham #ham_close {
  width: 100%;
  padding: 20px 16px 14px;
  border: none;
  background: #eee;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: coulum;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: coulum;
  cursor: pointer;
}
#ham #ham_close .line {
  display: block;
  width: 10px;
  height: 2px;
  background: #777;
  position: relative;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#ham #ham_close .line:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #777;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1) rotateZ(90deg);
  transform: translate(-50%, -50%) scale(1) rotateZ(90deg);
}
#ham #ham_close .text {
  font-size: 14px;
  color: #777;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: bold;
}
#ham .ham_scroll {
  padding: 16px 0 6rem;
  overflow-y: scroll;
  height: 100%;
}
#ham .ham_scroll::-webkit-scrollbar {
  width: 5px;
}
#ham .ham_scroll::-webkit-scrollbar-track {
  background-color: #eee;
}
#ham .ham_scroll::-webkit-scrollbar-thumb {
  background-color: #00b0aa;
  border-radius: 3px;
}
#ham .sub_menu {
  position: relative;
  margin: 0 16px 16px;
}
#ham .sub_menu .searchform {
  position: relative;
}
#ham .sub_menu .searchform input[type=text] {
  background: #e2e2e2;
  padding: 9px 116px 9px 16px;
  font-size: 75%;
  border-radius: 16px;
  border: none;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  width: 100%;
  margin: 0 !important;
}
#ham .sub_menu .searchform button[type=submit] {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  padding: 7px 24px;
  border-radius: 16px;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  background: #2b5ae3;
  color: #fff;
  border: none;
  cursor: pointer;
  line-height: 1;
}
#ham .sub_menu .searchform button[type=submit] span {
  vertical-align: middle;
  font-size: 125%;
  margin-right: 8px;
}
#ham #flags {
  display: none;
}
#ham ul#menu-sitemap-menu li.not_link > a {
  pointer-events: none;
}
#ham ul#menu-sitemap-menu li.not_link > a:after {
  display: none;
}
#ham ul#menu-sitemap-menu li.menu_head > a {
  font-weight: bold;
  padding: 8px 16px;
  background: #008e66;
  color: #fff;
}
#ham ul#menu-sitemap-menu li.menu_head > a:after {
  color: #fff;
}
#ham ul#menu-sitemap-menu > li a {
  display: block;
  padding: 12px 16px;
  border-bottom: 1px solid #ccc;
  position: relative;
}
#ham ul#menu-sitemap-menu > li a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: #777;
  margin-left: 1rem;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(1);
          transform: translateY(-50%) scale(1);
  right: 0.5em;
}
#ham ul#menu-sitemap-menu > li a:hover, #ham ul#menu-sitemap-menu > li a:focus {
  text-decoration: none;
}
#ham ul#menu-sitemap-menu > li a:hover:after, #ham ul#menu-sitemap-menu > li a:focus:after {
  color: #008e66;
}
#ham ul#menu-sitemap-menu .sub-menu {
  border-left: 3px solid #008e66;
  font-size: 85%;
}

.sub_search_menu {
  font-size: 85%;
  margin-top: 0.5em;
  font-weight: bold;
  color: #333;
}
.sub_search_menu a {
  display: inline-block;
  margin-left: 1em;
}
.sub_search_menu a:before {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  color: #008E66;
  margin-right: 5px;
}
.sub_search_menu a:hover {
  color: #008E66;
}

/*-----------------------------------------------------------*/
/*メインコンテンツ*/
/*-----------------------------------------------------------*/
.search.custom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1178fr 1.44% 473fr;
  grid-template-columns: 1178fr 473fr;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 1.44%;
  max-width: 1665px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .search.custom {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.search.custom .search_box {
  background: #fff;
  padding: 6.79% 10.18%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  border: 3px solid #000;
  border-radius: 8px;
}
@media all and (max-width: 1160px) {
  .search.custom .search_box {
    padding: 6.79%;
  }
}
.search.custom .search_box dl {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5em 1.5em 1fr;
  grid-template-columns: 5em 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  gap: 8px 1.5em;
  padding: 0 0 1.66em;
  font-size: clamp(16px, 1.389vw, 24px);
}
.search.custom .search_box dl > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.search.custom .search_box dl > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 560px ) {
  .search.custom .search_box dl {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    padding: 0 0 1em;
  }
}
.search.custom .search_box dl:nth-of-type(n+2) {
  padding: 1.66em 0;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 560px ) {
  .search.custom .search_box dl:nth-of-type(n+2) {
    padding: 1em 0;
  }
}
.search.custom .search_box dl dt {
  font-weight: 900;
}
.search.custom .search_box dl dd {
  font-size: clamp(14px, 0.834em, 20px);
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 1.2em;
}
.search.custom .search_box dl dd input[type=text] {
  width: 100%;
  border-radius: 4px;
  background: #eee;
  border: none;
  padding: 0.6em;
  font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.search.custom .search_box dl dd label {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 0.4em;
}
.search.custom .search_box dl dd label:before {
  content: "";
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-icon lucide-square"><rect width="18" height="18" x="3" y="3" rx="2"/></svg>') center/contain no-repeat;
}
.search.custom .search_box dl dd label:has(input[type=checkbox]:checked):before {
  background: url('data:image/svg+xml;charset=utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-square-check-icon lucide-square-check"><rect width="18" height="18" x="3" y="3" rx="2"/><path d="m9 12 2 2 4-4"/></svg>') center/contain no-repeat;
}
.search.custom .search_box dl dd label input[type=checkbox] {
  display: none;
}
.search.custom .search_box dl dd label span {
  line-height: 1.25;
}
.search.custom .search_box dl.genre_checkbox dd .feas_clevel_01:nth-last-of-type(n+3) {
  display: none;
}
.search.custom .search_box input[type=submit] {
  background: #008E66;
  border-radius: 4px;
  font-size: clamp(24px, 1.851vw, 32px);
  text-align: center;
  padding: 1em;
  line-height: 1;
  font-weight: bold;
  border: none;
  cursor: pointer;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 560px ) {
  .search.custom .search_box input[type=submit] {
    font-size: 16px;
    margin-top: 1em;
  }
}
.search.custom .search_map figure {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  border: 3px solid #000;
  background: #fff;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  .search.custom .search_map figure {
    aspect-ratio: 3/4;
  }
}
.search.custom .search_map figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.foot_news {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
}
.foot_news a {
  display: block;
  width: 100%;
  padding: 0.75em;
  font-size: 87.5%;
  background: #df4e4e;
  color: #fff;
  text-align: center;
  font-weight: bold;
}
.foot_news a:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  content: "\f105";
  margin-left: 1em;
}

/*-----------------------------------------------------------*/
/*フッター*/
/*-----------------------------------------------------------*/
footer {
  background: #008E66;
  padding: 80px 32px 40px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
footer h2 {
  margin-bottom: 40px;
}
footer .foot_menu {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  gap: 16px 32px;
  font-size: 14px;
  margin-bottom: 80px;
  color: #fff;
}
@media screen and (max-width: 980px ) and (min-width: 561px ), screen and (max-width: 560px ) {
  footer .foot_menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
footer small {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

