﻿*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px !important;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
body {
  min-height: 100vh;
  line-height: 1.6;
  text-rendering: optimizeSpeed;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
input,
button,
textarea,
select {
  font: inherit;
}
button {
  cursor: pointer;
  border: none;
  background: none;
}
ul,
ol {
  list-style: none;
}
a {
  text-decoration: none;
  color: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
}
legend {
  padding: 0;
}
textarea {
  resize: vertical;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
body {
  font-family: 'Noto Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック体', YuGothic, '游ゴシック', 'Yu Gothic', 'メイリオ',
    sans-serif;
  color: #4e4c3f;
  font-size: 16px;
  padding-top: 56px;
}
body.sp {
  padding-top: 44px;
}
a {
  transition: 0.3s ease;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
a:focus,
a:focus-visible,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: 2px solid #74aece;
  outline-offset: 2px;
}
.container {
  width: 940px;
  margin: 0 auto;
}
.sp .container {
  width: 100%;
}
.search_map {
  margin-top: 30px;
}
.sp .search_map {
  padding: 0 10px;
}
.search_map__inner {
  background: #fff;
  border-radius: 16px;
  display: flex;
  justify-content: center;
  padding: 24px;
  gap: 0 24px;
}
.sp .search_map__inner {
  flex-direction: column;
  padding: 16px;
  gap: 16px 0;
}
.search_map__image {
  width: 40%;
}
.sp .search_map__image {
  width: 100%;
}
.search_map__interactive {
  position: relative;
  background: url(/img/index/img_map.png) no-repeat center center #fff;
  background: url(/img/index/img_map.webp) no-repeat center center #fff;
  background-size: 270px;
  border-radius: 8px;
  height: 320px;
}
.search_map__content {
  width: 60%;
}
.sp .search_map__content {
  width: 100%;
}
.search_map__title {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 8px;
  color: #4e4c3f;
  letter-spacing: 0.02em;
}
.search_map__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  margin-bottom: 16px;
  background-color: #fff;
  border-radius: 8px;
  padding: 16px;
}
.search_map__region {
  width: 20%;
}
.search_map__region-title {
  font-size: 0.75rem;
  color: #4e4c3f;
  letter-spacing: 0.01em;
  background-color: #f5f5f5;
  display: inline-block;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  font-weight: bold;
}
.search_map__region-link a {
  background-color: #fff;
  padding: 4px 10px;
  border-radius: 100px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  font-size: 0.875rem;
  font-weight: bold;
  color: #4e4c3f;
  position: absolute;
}
.search_map__region-link a .fas {
  color: #ff8000;
  padding-left: 4px;
  font-size: 0.625rem;
}
.search_map__region-link a:hover {
  transform: translateY(-2px);
  color: #ff8000;
}
.search_map__region-link--okinawa {
  right: 8px;
  bottom: 15px;
}
.search_map__region-link--kyushu {
  left: 10px;
  bottom: 40px;
}
.search_map__region-link--tokai {
  right: 105px;
  bottom: 71px;
}
.search_map__region-link--tyugoku_shikoku {
  left: 36px;
  bottom: 119px;
}
.search_map__region-link--kinki {
  left: 80px;
  bottom: 160px;
}
.search_map__region-link--kanto {
  right: 35px;
  top: 170px;
}
.search_map__region-link--hokuriku_koshinetsu {
  left: 60px;
  top: 83px;
}
.search_map__region-link--tohoku {
  right: 27px;
  top: 100px;
}
.search_map__region-link--hokkaido {
  top: 15px;
  right: 130px;
}
.search_map__prefectures {
  width: 80%;
  padding: 0 0 0 16px;
}
.search_map__city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 24px;
}
.sp .search_map__city-list {
  width: 100%;
  gap: 4px;
}
.search_map__city-item a {
  display: inline-block;
  padding: 8px 16px;
  background-color: #f5f5f5;
  border-radius: 20px;
  color: #4e4c3f;
  font-size: 14px;
  font-weight: bold;
}
.search_map__city-item a:hover {
  color: #4e4c3f;
}
.search_map__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 16px;
  border: none;
  animation: modalFadeIn 0.3s ease;
  background-color: #fff;
  border-radius: 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  width: 600px;
  max-height: 80vh;
  overflow-y: auto;
}
.sp .search_map__dialog {
  width: calc(100% - 32px);
  max-height: 80vh;
}
.search_map__dialog::backdrop {
  background-color: rgba(0, 0, 0, 0.6);
  animation: backdropFadeIn 0.3s ease;
}
.search_map__dialog-title {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 16px;
  color: #4e4c3f;
}
.search_map__dialog-region {
  color: #6cbf3d;
}
.search_map__modal-body {
  padding: 30px 24px;
  background-color: #fafafa;
}
.search_map__pref-detail {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.sp .search_map__pref-detail {
  grid-template-columns: repeat(2, 1fr);
}
.search_map__close-button {
  position: absolute;
  top: 16px;
  right: 24px;
  background: none;
  border: none;
  font-size: 1.125rem;
  color: #999;
  cursor: pointer;
  transition: color 0.2s ease;
}
.search_map__close-button:hover {
  color: #c7c7c7;
}
.search_map__pref-detail-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  width: 100%;
  padding: 14px 10px;
  background-color: #fff;
  border: 1px solid #c7c7c7;
  border-radius: 8px;
  color: #4e4c3f;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}
.search_map__pref-detail-link .fas {
  color: #c7c7c7;
}
.search_map__pref-detail-link:hover {
  background-color: #f0f8f2;
  border-color: #6cbf3d;
  color: #6cbf3d;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
}
.search_map__pref-detail-link:hover .fas {
  color: #6cbf3d;
}
.search_map__pref-detail-link:visited {
  color: #4e4c3f;
}
.search_map__pref-detail-link:visited:hover {
  color: #6cbf3d;
}
@keyframes modalFadeIn {
  from {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.95);
  }
  to {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes backdropFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
body {
  text-align: left;
}
body.pc {
  padding-top: 0;
}
body.sp {
  padding-top: 46px;
}
.sp .melon-f-9 {
  font-size: 9px;
}
.sp .melon-f-10 {
  font-size: 10px;
}
.sp .melon-f-12 {
  font-size: 12px;
}
.sp .melon-f-16 {
  font-size: 16px;
}
.sp .melon-f-18 {
  font-size: 18px;
}
.sp .melon-logo {
  max-width: 120px;
}
.pc #header .btn-login,
.pc #header .btn-logout {
  width: 100%;
}
.sp .melon-l_header {
  font-size: 10px;
}
#gnav ul li a:hover {
  opacity: 1;
}
.melon-l_breadcrumb {
  color: #7c7a6a;
}
.sp .melon-l_breadcrumb {
  border-bottom: 1px solid #f2f2f2;
}
.melon-l_breadcrumb a:link,
.melon-l_breadcrumb a:visited {
  color: #61688c;
}
.sp h2.melon-title-ring {
  margin-top: 0;
}
.search_pref {
  padding-bottom: 40px;
}
.sp .search_pref .search_map a:link,
.sp .search_pref .search_map a:visited,
.sp .search_pref .search_map a:active,
.sp .search_pref .search_map a:hover {
  color: #4e4c3f;
}
.search_pref .search_requirement {
  margin-top: 30px;
}
.search_pref .search_requirement__heading {
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 8px;
}
.sp .search_pref .search_requirement__heading {
  font-size: 1rem;
  line-height: 18px;
  margin: 0;
  padding: 6px 0;
}
.sp .search_pref .search_requirement__heading .fas {
  margin-right: 6px;
  color: #ff8000;
  width: 20px;
  text-align: center;
  font-size: 1.125rem;
}
.sp .search_pref .search_requirement__toggle {
  float: right;
  font-size: 1rem;
  transition: transform 0.3s ease;
}
.sp .search_pref .search_requirement__toggle.fas {
  color: #4e4c3f;
}
.search_pref .search_requirement__content {
  margin-bottom: 24px;
  background-color: #fff;
  padding: 12px 24px 24px 24px;
  border-radius: 8px;
}
.sp .search_pref .search_requirement__content {
  padding: 10px;
  border-radius: unset;
  margin: 0;
  border-bottom: 1px solid #c7c7c7;
}
.search_pref .search_requirement__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
  padding: 8px 0 0;
}
.sp .search_pref .search_requirement__list {
  grid-template-columns: repeat(2, 1fr);
  display: none;
}
.search_pref .search_requirement__sub {
  font-size: 0.875rem;
  display: inline-block;
  color: #888;
}
.sp .search_pref .search_requirement__sub {
  font-size: 0.75rem;
}
.search_pref .search_requirement__item {
  position: relative;
  height: 52px;
  display: flex;
}
.sp .search_pref .search_requirement__item {
  font-size: 0.8125rem;
}
.search_pref .search_requirement__item .fas {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.75rem;
  color: #ff8000;
}
.search_pref .search_requirement__text {
  flex: 1;
}
.search_pref .search_requirement__link {
  flex: 1;
  border-radius: 8px;
  background-color: #f5f5f5;
  font-weight: bold;
  color: #4e4c3f;
  line-height: 1.2;
  border: 1px solid transparent;
  padding: 0 16px;
  display: flex;
  align-items: center;
  transition: all 0.2s ease;
}
.sp .search_pref .search_requirement__link {
  padding: 0 16px 0 8px;
}
.pc .search_pref .search_requirement__link:hover {
  box-shadow: none;
  border-color: #ff8000;
}
.search_pref .search_requirement__link:visited {
  color: #4e4c3f;
}
.search_pref .search_requirement__link:visited:hover {
  color: #4e4c3f;
}
.search_pref .search_license {
  margin-top: 30px;
}
.search_pref .search_license-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  line-height: 1.2;
  width: 100%;
  gap: 20px;
}
.sp .search_pref .search_license-list {
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  padding: 0 10px;
}
.search_pref .search_license-list li {
  background: #fff;
  position: relative;
  box-shadow: 0 0 0.667rem rgba(0, 0, 0, 0.1);
}
.search_pref .search_license-list li h3 {
  padding: 20px 10px;
  text-align: center;
  margin: 0;
}
.sp .search_pref .search_license-list li h3 {
  font-size: 0.8125rem;
  padding: 10px;
}
.search_pref .search_license-list li a {
  display: block;
  width: 100%;
  height: 100%;
  color: #4e4c3f;
  font-weight: bold;
}
.search_pref .search_license-list li a:visited {
  color: #4e4c3f;
}
.search_pref .search_license-list li a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.search_pref .search_license-list li img {
  display: block;
  width: 100%;
  height: auto;
}
.search_pref .search_license-list li img:hover {
  opacity: initial;
}
/*# sourceMappingURL=search-pref.css.map */
