@charset "UTF-8";
body.fixed {
  overflow: hidden;
}

ul {
  margin-left: 0 !important;
}

li {
  list-style-image: none !important;
}

h3 {
  background-image: none !important;
}

.swiper-slide {
  /* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
  display: block;
  margin: 0 auto;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  display: block;
}

.hero_area {
  margin-top: 60px;
  position: relative;
}

.hero {
  position: relative;
}
.hero::before {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/index/mv_wave.png") 50% 50% no-repeat;
  width: 100%;
  aspect-ratio: 1600/123;
  z-index: 10;
  bottom: 0;
  left: 0;
  background-size: cover;
}

.hero_nav_list {
  position: absolute;
  bottom: -80px;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1200px;
  margin-left: auto !important;
  margin-right: auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  z-index: 10;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .hero_nav_list {
    width: 100%;
  }
}
@media only screen and (max-width: 719px) {
  .hero_nav_list {
    display: none;
  }
}
.hero_nav_list li:first-of-type {
  position: relative;
  top: -10px;
}
.hero_nav_list li:last-of-type {
  position: relative;
  top: -10px;
}
.hero_nav_list li a div {
  max-width: 193px;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .hero_nav_list li a div {
    max-width: 140px;
  }
}
.hero_nav_list li a img {
  width: 100%;
  height: auto;
  display: block;
}
@media only screen and (min-width: 1200px) {
  .hero_nav_list._sp {
    display: none;
  }
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .hero_nav_list._sp {
    display: none;
  }
}
@media only screen and (max-width: 719px) {
  .hero_nav_list._sp {
    bottom: -120px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 90%;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
@media only screen and (max-width: 719px) and (max-width: 520px) {
  .hero_nav_list._sp {
    width: 100%;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
  }
}
@media only screen and (max-width: 719px) {
  .hero_nav_list._sp li:first-of-type {
    position: relative;
    top: 0;
  }
  .hero_nav_list._sp li:last-of-type {
    position: relative;
    top: 0;
  }
  .hero_nav_list._sp li a {
    margin-bottom: 10px;
    display: inline-block;
    text-decoration: none;
    color: #313131;
    padding: 0.5em 1.8em;
    font-size: 16px;
    background-color: #c7e899;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 719px) and (max-width: 600px) {
  .hero_nav_list._sp li a {
    padding: 0.5em 1em;
  }
}
@media only screen and (max-width: 719px) and (max-width: 520px) {
  .hero_nav_list._sp li a {
    padding: 0.5em 0.8em;
    margin-bottom: 5px;
  }
}
@media only screen and (max-width: 719px) and (max-width: 440px) {
  .hero_nav_list._sp li a {
    padding: 0.5em 1em;
    font-size: 15px;
  }
}
@media only screen and (max-width: 719px) and (max-width: 424px) {
  .hero_nav_list._sp li a {
    padding: 0.5em 0.6em;
    font-size: 14px;
  }
}
@media only screen and (max-width: 719px) and (max-width: 365px) {
  .hero_nav_list._sp li a {
    padding: 0.5em 0.4em;
    font-size: 13px;
  }
}

.products_index {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 719px) {
  .products_index {
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.products_index .title_wrapper {
  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;
  margin-bottom: 50px;
  padding: 0 10px;
}
@media only screen and (max-width: 520px) {
  .products_index .title_wrapper {
    display: block;
    margin-top: 2em;
  }
}
.products_index h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 44px;
     -moz-column-gap: 44px;
          column-gap: 44px;
  padding-bottom: 0 !important;
  margin: 0 !important;
}
@media only screen and (max-width: 719px) {
  .products_index h2 {
    display: block;
    text-align: center;
  }
}
.products_index h2 span {
  font-size: 36px;
}
@media only screen and (max-width: 719px) {
  .products_index h2 span {
    font-size: 30px;
  }
}
.products_index h2::after {
  content: none !important;
}
.products_index h2 small {
  font-size: 16px;
  letter-spacing: 0.2ex;
}
@media only screen and (max-width: 719px) {
  .products_index h2 small {
    display: block;
    margin-top: 10px;
    margin-bottom: 1em;
  }
}
.products_index .btn_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0 !important;
}
.products_index .vege_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 719px) {
  .products_index .vege_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
@media only screen and (max-width: 520px) {
  .products_index .vege_list {
    padding: 0 10px;
  }
}
.products_index .vege_list li {
  width: calc((100% - 40px) / 5);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media only screen and (max-width: 719px) {
  .products_index .vege_list li {
    width: calc((100% - 30px) / 2);
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 520px) {
  .products_index .vege_list li {
    width: 100%;
  }
}
.products_index .vege_list a {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.products_index .vege_list a .btn.vege {
  font-size: 85%;
  padding: 10px 40px 10px 25px;
}
@media only screen and (max-width: 520px) {
  .products_index .vege_list a .btn.vege {
    margin-top: 15px;
  }
}
.products_index .vege_list a:hover .vege_box img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  opacity: 0.8;
}
.products_index .vege_list a:hover .btn.vege {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.products_index .vege_list a .vege_box {
  width: 100%;
  aspect-ratio: 360/300;
  border: 3px solid #111111;
  border-radius: 30px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 240px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.products_index .vege_list a .vege_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  -webkit-transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition: all 0.2s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.products_index .vege_list a .vegebtn_wrapper {
  text-align: center;
}

.news_index {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 40px 30px;
  border: 3px solid #313131;
  border-radius: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 105px;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .news_index {
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 135px;
  }
}
.news_index::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url("../img/index/news_title.png") 50% 50% no-repeat;
  width: 215px;
  height: 141px;
  z-index: 10;
  top: -15%;
  left: 0;
  right: 0;
  margin: auto;
  background-size: contain;
}

.inews_contents li {
  padding: 30px 0;
  position: relative;
}
.inews_contents li::after {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/index/news_border.png") 50% 50% repeat;
  width: 100%;
  height: 4px;
  z-index: 10;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-size: 540px 4px;
}
.inews_contents li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.inews_contents li a:hover {
  opacity: 0.6;
}
.inews_contents li a .news_caption {
  max-width: 140px;
  height: 100px;
}
.inews_contents li a .news_caption img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.inews_contents li a .news_head {
  font-size: 20px;
  color: #5a9e1d;
}
@media only screen and (max-width: 520px) {
  .inews_contents li a .news_head {
    font-size: 18px;
  }
}
.inews_contents li a .news_body {
  font-size: 18px;
  color: #313131;
}
@media only screen and (max-width: 520px) {
  .inews_contents li a .news_body {
    font-size: 16px;
  }
}

.inews_footer {
  text-align: center;
}
.inews_footer a {
  text-decoration: none;
  color: #313131;
  font-size: 20px;
  position: relative;
}
.inews_footer a::before {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/index/brown_arrow.png") 50% 50% no-repeat;
  width: 9px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -14px;
  background-size: cover;
}
.inews_footer a:hover {
  color: #5a9e1d;
  text-decoration: underline;
}
.inews_footer a:hover::before {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/green_arrow.png") 50% 50% no-repeat;
  width: 9px;
  height: 9px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -14px;
  background-size: cover;
}

.pickup_index {
  margin-top: 60px;
  padding-top: 65px;
  position: relative;
}
@media only screen and (max-width: 1199px) and (min-width: 720px) {
  .pickup_index {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media only screen and (max-width: 719px) {
  .pickup_index {
    margin-top: 35px;
  }
}
.pickup_index .bg {
  width: 100%;
  height: auto;
}
.pickup_index .bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}
@media only screen and (max-width: 719px) {
  .pickup_index .bg {
    display: none;
  }
}
.pickup_index .inner {
  position: relative;
  z-index: 5;
  max-width: 1200px;
  margin: 0 auto;
}

.map_index .inner {
  margin-top: 70px;
  padding-top: 56px;
  padding-bottom: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../img/index/map_bg.png) 10px 50%/20px 20px repeat;
  position: relative;
}
@media only screen and (max-width: 719px) {
  .map_index .inner {
    margin-top: 50px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 50px;
  }
}
.map_index .index_title small {
  font-size: 26px;
}
@media only screen and (max-width: 719px) {
  .map_index .index_title small {
    font-size: 16px;
  }
}
.map_index .index_title span {
  font-size: 50px;
}
@media only screen and (max-width: 719px) {
  .map_index .index_title span {
    font-size: 30px;
  }
}
.map_index .index_title::before {
  bottom: -30px;
}
.map_index .index_title::after {
  bottom: -30px;
}
.map_index .list_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #4f453a;
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 30px;
}
@media only screen and (max-width: 719px) {
  .map_index .list_title {
    margin-top: 20px;
  }
}
.map_index .list_title span {
  font-size: 40px;
}
@media only screen and (max-width: 719px) {
  .map_index .list_title span {
    font-size: 24px;
  }
}
.map_index .list_title small {
  font-size: 22px;
}
@media only screen and (max-width: 719px) {
  .map_index .list_title small {
    font-size: 16px;
  }
}
.map_index .list_title::before {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/index/border_left.png") 50% 50% no-repeat;
  width: 273px;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  margin: auto;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 719px) {
  .map_index .list_title::before {
    width: 40%;
    left: -110px;
  }
}
.map_index .list_title::after {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/index/border_right.png") 50% 50% no-repeat;
  width: 273px;
  height: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  margin: auto;
  background-size: contain;
  z-index: 10;
}
@media only screen and (max-width: 719px) {
  .map_index .list_title::after {
    width: 40%;
    right: -110px;
  }
}
.map_index .gpkanagawa_linklist {
  max-width: 1000px;
  margin: 9px auto 0;
  padding: 0 10px;
}
.map_index .gpkanagawa_linklist ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 719px) {
  .map_index .gpkanagawa_linklist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.map_index .gpkanagawa_linklist ul li {
  width: calc((100% - 60px) / 3);
}
@media only screen and (max-width: 719px) {
  .map_index .gpkanagawa_linklist ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 1em;
  }
}
.map_index .gpkanagawa_linklist ul li a {
  width: 100%;
  color: #111111;
  text-decoration: none;
}
.map_index .gpkanagawa_linklist ul li a:hover {
  text-decoration: none;
}
@media only screen and (max-width: 719px) {
  .map_index .gpkanagawa_linklist ul li a {
    padding: 5px 20px 5px 10px;
  }
}

.index_title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.index_title {
  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;
  position: relative;
  max-width: 425px;
}
.index_title small {
  font-size: 22px;
  line-height: 1;
}
@media only screen and (max-width: 719px) {
  .index_title small {
    font-size: 16px;
  }
}
.index_title span {
  font-size: 36px;
  line-height: 1;
  margin-top: 16px;
}
@media only screen and (max-width: 719px) {
  .index_title span {
    font-size: 25px;
  }
}
.index_title::before {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/index/indextitle_after.png") 50% 50% no-repeat;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 46px;
  height: 60px;
  top: 20px;
  left: -80px;
  margin: auto;
  background-size: contain;
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1); /* アイコンを逆さまにする */
}
@media only screen and (max-width: 719px) {
  .index_title::before {
    width: 23px;
    top: 20px;
    left: -40px;
  }
}
.index_title::after {
  display: block;
  position: absolute;
  content: "";
  background: url("../img/index/indextitle_after.png") 50% 50% no-repeat;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  width: 46px;
  height: 60px;
  top: 20px;
  right: -80px;
  margin: auto;
  background-size: contain;
  -webkit-transform: translateY(-4px);
      -ms-transform: translateY(-4px);
          transform: translateY(-4px);
}
@media only screen and (max-width: 719px) {
  .index_title::after {
    width: 23px;
    right: -40px;
  }
}

.map_area {
  position: relative;
  z-index: 1;
  margin: 45px auto 0;
  text-align: center;
}
.map_area img {
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  z-index: 11;
}

.yokohama, .sagami, .tsukui, .sagamiharashi, .kanasei, .aikawa, .atsugi, .hadano, .shonan, .yokosuka, .miura, .kawasaki {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.yokohama.active, .sagami.active, .tsukui.active, .sagamiharashi.active, .kanasei.active, .aikawa.active, .atsugi.active, .hadano.active, .shonan.active, .yokosuka.active, .miura.active, .kawasaki.active {
  z-index: 20;
}
.yokohama.active img, .sagami.active img, .tsukui.active img, .sagamiharashi.active img, .kanasei.active img, .aikawa.active img, .atsugi.active img, .hadano.active img, .shonan.active img, .yokosuka.active img, .miura.active img, .kawasaki.active img {
  opacity: 1;
}
.yokohama img, .sagami img, .tsukui img, .sagamiharashi img, .kanasei img, .aikawa img, .atsugi img, .hadano img, .shonan img, .yokosuka img, .miura img, .kawasaki img {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 100%;
  pointer-events: none;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  opacity: 0;
}

.map_pins {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1000px;
  margin: auto;
  width: 100%;
  height: 100%;
}
.map_pins ul {
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 719px) {
  .map_pins ul {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
}
.map_pins .map_pin {
  width: calc((100% - 60px) / 3);
  position: relative;
  z-index: 1;
  pointer-events: none;
}
.map_pins .map_pin._tsukui {
  top: 0;
  left: 12%;
  z-index: 30;
}
.map_pins .map_pin._sagamihara {
  top: 3%;
  left: 3%;
  z-index: 30;
}
.map_pins .map_pin._kawasaki {
  top: -1%;
  left: -9%;
  z-index: 30;
}
.map_pins .map_pin._aikawa {
  top: -13%;
  left: 21%;
  z-index: 30;
}
.map_pins .map_pin._atsugi {
  top: -2.5%;
  left: -7%;
  z-index: 30;
}
.map_pins .map_pin._yokohama {
  top: 0%;
  left: -13%;
  z-index: 30;
}
.map_pins .map_pin._hadano {
  top: -13.6%;
  left: 15%;
  z-index: 30;
}
.map_pins .map_pin._sagami {
  top: -7%;
  left: 10.6%;
  z-index: 30;
}
.map_pins .map_pin._yokosuka {
  top: 10%;
  left: 0;
  z-index: 30;
}
.map_pins .map_pin._kanasei {
  top: -16%;
  left: 4%;
  z-index: 30;
}
.map_pins .map_pin._shonan {
  top: -24%;
  left: -9%;
  z-index: 30;
}
.map_pins .map_pin._miura {
  top: 4%;
  left: -2%;
  z-index: 30;
}
@media only screen and (max-width: 719px) {
  .map_pins .map_pin {
    width: calc((100% - 20px) / 3);
  }
}
.map_pins .map_pin .map_btn {
  pointer-events: all;
  font-size: 18px;
  color: #313131;
  text-align: center;
  text-decoration: none;
  background-color: #ffffff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 26px;
  box-sizing: border-box;
  border: 3px solid #313131;
  border-radius: 30px;
  background: #ffffff url("../img/index/brown_arrow.png") 10% 50% no-repeat;
  background-size: 9px 9px;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}
.map_pins .map_pin .map_btn.active {
  background-color: #313131;
  color: #ffffff;
  background: #313131 url("../img/white_arrow.png") 10% 50% no-repeat;
  background-size: 9px 9px;
}
.map_pins .map_pin .map_btn:hover {
  background-color: #313131;
  color: #ffffff;
  background: #313131 url("../img/white_arrow.png") 10% 50% no-repeat;
  background-size: 9px 9px;
}
@media only screen and (max-width: 719px) {
  .map_pins .map_pin .map_btn {
    pointer-events: none;
    font-size: 3vw;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
    background-image: none;
    text-decoration: none;
    padding: 4px 6px;
    line-height: 1.4;
    background-color: #ffffff;
    color: #313131;
    border-radius: 30px;
    border: 1px solid #313131;
    display: block;
    -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
            transform: scale(0.7);
  }
  .map_pins .map_pin .map_btn.active {
    display: block;
    pointer-events: all;
    opacity: 1;
    background-color: #ffffff;
    color: #313131;
    border-radius: 30px;
    border: 1px solid #313131;
    padding: 4px 6px;
  }
}
@media only screen and (max-width: 520px) {
  .map_pins .map_pin .map_btn {
    -webkit-transform: scale(0.75);
        -ms-transform: scale(0.75);
            transform: scale(0.75);
  }
}

/** デフォルトの大きさは1.0倍 */
.bound-img-wrap img {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/** 画像ホバー時のアニメを設定 */
.bound-img-wrap img:hover {
  -webkit-animation: bound 0.4s ease-in;
  animation: bound 0.4s ease-in;
}

/** アニメーションの定義 */
@-webkit-keyframes bound {
  /** 開始時は１倍の大きさ */
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  /** 25%～50%にかけて0.95倍する */
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes bound {
  /** 開始時は１倍の大きさ */
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  /** 25%～50%にかけて0.95倍する */
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.modal_contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal_contents:not(.show) {
  opacity: 0;
  pointer-events: none;
}
.modal_contents .modal_bg {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal_contents .btn_close {
  pointer-events: all;
  display: block;
  position: absolute;
  right: 10px;
  top: 0px;
  background: url(../img/close_btn.png) 50% 50%/22px 22px no-repeat;
  width: 60px;
  height: 60px;
}
.modal_contents .modal_content {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #ffffff;
  width: 100%;
  max-width: 600px;
  min-height: 100px;
  border-radius: 10px;
}
@media only screen and (max-width: 719px) {
  .modal_contents .modal_content {
    width: calc(100% - 20px);
  }
}
.modal_contents .modal_content .modal_links {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px 40px;
}
@media only screen and (max-width: 719px) {
  .modal_contents .modal_content .modal_links {
    padding: 20px 20px;
  }
}
.modal_contents .modal_content .modal_links ul {
  padding-left: 0;
  list-style: none;
}
.modal_contents .modal_content .modal_links ul li:not(:last-of-type) {
  margin-bottom: 8px;
}
.modal_contents .modal_content .modal_links ul li a {
  text-decoration: none;
  color: #313131;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.modal_contents .modal_content .modal_links ul li a:hover {
  opacity: 0.8;
}
.modal_contents .modal_content .modal_links ul li a::before {
  content: "";
  display: inline-block;
  min-width: 24px;
  min-height: 24px;
  width: 24px;
  height: 24px;
  background-image: url(../img/index/icon/icon_ja.png);
  background-size: cover;
  margin-right: 10px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.modal_contents .modal_content .modal_links ul li a::after {
  content: "";
  display: inline-block;
  min-width: 16px;
  min-height: 13px;
  width: 16px;
  height: 13px;
  background: url(../img/ext.png) 93% 50% no-repeat;
  background-size: cover;
  margin-left: 5px;
  -webkit-transform: translateY(1px);
      -ms-transform: translateY(1px);
          transform: translateY(1px);
}
.modal_contents .modal_content .modal_links ul li a._insta:before {
  background-image: url(../img/index/icon/icon_insta.png);
}
.modal_contents .modal_content .modal_links ul li a._line:before {
  background-image: url(../img/index/icon/icon_line.png);
}
.modal_contents .modal_content .modal_links ul li a._youtube:before {
  background-image: url(../img/index/icon/icon_youtube.png);
}
.modal_contents .modal_content .modal_links ul li a._x:before {
  background-image: url(../img/index/icon/icon_x.png);
}
.modal_contents .modal_content .modal_links ul li a._sagami:before {
  background-image: url(../img/index/icon/icon_sagami.png);
}
.modal_contents .modal_content .modal_links ul li a._machijikan:before {
  background-image: url(../img/index/icon/icon_machijikan.png);
}
.modal_contents .modal_content .modal_links ul li a._ashigaracha:before {
  background-image: url(../img/index/icon/icon_ashigaracha.png);
}
/*# sourceMappingURL=index.css.map */