@charset "UTF-8";
/*------------------------------------
　　　			index
------------------------------------*/
.main-area {
  float: left;
  padding: 0;
}

.top-banner__inner {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

.top-banner__inner > li {
  float: left;
  margin: 0 66px 20px 0;
  width: 200px;
}

.infomation {
  background: #fff;
  border: 1px solid #1d50a2;
  border-radius: 5px 5px 0 0;
  color: #434343;
  margin: 0 0 20px;
  overflow: hidden;
  position: relative;
  width: 745px;
}

.infomation:last-of-type {
  margin-bottom: 160px;
}

.infomation__ttl {
  background: #1d50a2;
  border-bottom: 4px solid #f4a02c;
  border-radius: 4px 4px 0 0;
  padding: 13px 0 8px 10px;
  font-weight: bold;
  color: #fff;
}

.infomation__ttl > img {
  vertical-align: top;
}

.infomation__inner {
  padding: 1.5em 10px 10px;
  overflow: hidden;
}

.more-detail {
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  background: #fff url("/common/img/icon_link_arrow2.png") no-repeat 11px center;
  border-radius: 15px;
  font-size: 72%;
  font-weight: bold;
  padding: 3.5px 15px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px #fff;
  width: 123px;
  color: #1d50a2;
}

.myshop {
  line-height: 1.1;
}

.myshop > a {
  color: #1d50a2;
  text-decoration: underline;
}

.myshop-none {
  display: none;
}

.myshop-list {
  background: #ffe9d6;
  float: left;
  margin: 0 18px 10px 0;
  overflow: hidden;
  width: 510px;
}

.myshop-list__ttl {
  background: #ef6f12;
  color: #fff;
  float: left;
  font-size: 110%;
  font-weight: bold;
  padding: 8px 0;
  text-align: center;
  width: 145px;
}

.myshop-list__name {
  display: inline;
  float: left;
  padding: 10px 0 6px 18px;
  font-size: 100%;
}

.myshop-list__name:last-of-type {
  display: block;
}

.leaflet-img {
  display: block;
  width: auto;
  height: 151px;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  position: relative;
  z-index: 50;
}

.leaflet-img:after {
  content: "";
  display: block;
  width: 25px;
  height: 24px;
  background: url("/common/img/icon_popup.gif") no-repeat right bottom;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
}

.leaflet-img img {
  display: block;
  margin: 0 auto;
}

.leaflet-description {
  background: #f4f4f4;
  line-height: 1.4;
  text-align: left;
  padding: 10px 15px 12px;
}

.leaflet-description__head {
  font-size: 90%;
}

.leaflet-description__ttl {
  display: block;
  font-size: 110%;
  font-weight: bold;
}

.registration-box {
  border: 1px solid #e5e5e5;
  clear: both;
  overflow: hidden;
}

.registration-box__txt {
  font-size: 106%;
  font-weight: bold;
  text-align: center;
  width: 700px;
  margin: 16px auto;
}

.registration-box__link {
  display: block;
  margin: 0 16px 16px;
}

.shop-list {
  min-height: 0;
  height: 325px;
}

@media screen and (min-width: 768px) {
  .top-banner__inner > li:nth-child(4n) {
    margin-right: 0;
  }
  .leaflet-img:hover {
    opacity: 0.8;
  }
  .registration-box__link > img:hover {
    opacity: 0.8;
  }
  .shop-list {
    overflow-y: scroll;
  }
}

@media screen and (max-width: 767px) {
  .top-banner {
    margin: 10px 0;
    position: relative;
    overflow-x: scroll;
  }
  .top-banner__inner {
    overflow: hidden;
    padding: 5px 10px;
    width: 1000px;
  }
  .top-banner__inner > li {
    float: left;
    width: 150px;
    height: 150px !important;
    margin: 0 10px 0 0;
  }
  .top-ctrl {
    margin: 0 0 20px;
    overflow: hidden;
    text-align: center;
  }
  .top-ctrl__prev, .top-ctrl__next {
    background: -moz-linear-gradient(center top, #ffffff, #eeeeee);
    border: 1px solid #eee;
    border-radius: 4px;
    position: relative;
    top: 0;
    left: 28.5%;
    margin: 0 5% 0 0;
    padding: 10px 0;
    width: 20%;
    height: 40px;
    max-width: 120px;
    float: left;
    text-indent: -9999px;
  }
  .top-ctrl__prev:before, .top-ctrl__next:before {
    content: "";
    width: 8px;
    height: 2px;
    background: #555;
    position: absolute;
    top: 50%;
    left: 42%;
  }
  .top-ctrl__prev:after, .top-ctrl__next:after {
    content: "";
    width: 8px;
    height: 2px;
    background: #555;
    position: absolute;
    top: 50%;
    left: 42%;
  }
  .top-ctrl__prev:before {
    margin-top: 1px;
    transform: rotate(45deg);
  }
  .top-ctrl__prev:after {
    margin-top: -3px;
    transform: rotate(-45deg);
  }
  .top-ctrl__next:before {
    margin-top: -4px;
    transform: rotate(45deg);
  }
  .top-ctrl__next:after {
    margin-top: 1px;
    transform: rotate(-45deg);
  }
  .infomation {
    width: 100%;
    border: none;
    border-radius: 0;
  }
  .infomation:last-of-type {
    margin-bottom: 20px;
  }
  .infomation__ttl {
    border-radius: 0;
    padding: 6px;
    font-size: 91%;
  }
  .infomation__ttl > img {
    display: none;
  }
  .infomation__inner {
    padding: 0;
  }
  .infomation__inner > ul > li:last-child {
    border-bottom: 1px solid #ccc;
  }
  .more-detail {
    width: 100%;
    background: linear-gradient(to bottom, #f3f2f2 0%, #d5d5d5 100%) repeat;
    border-radius: 0;
    color: #000;
    text-align: right;
    font-size: 72%;
    padding: 6px 12px 6px 0;
    position: static;
  }
  .more-detail:before {
    content: "";
    display: inline-block;
    border: 4px solid transparent;
    border-left-color: #333;
    vertical-align: middle;
    position: relative;
    top: -0.1em;
    left: -0.4em;
  }
  .shop-list {
    height: auto;
  }
  .myshop-list {
    background: #fff;
    float: none;
    width: 100%;
    margin: 0;
  }
  .myshop-list__ttl {
    float: none;
    width: 100%;
    font-size: 72%;
    padding: 3px 0;
    background: #ef6f12;
  }
  .myshop-list__name {
    display: block;
    background: linear-gradient(to bottom, #ffefe2 0%, #ffe9d6 100%);
    border-bottom: 1px solid #efc9a8;
    float: none;
    width: 100%;
    height: 2.1em;
    padding: 3.5px 0;
    text-align: center;
    font-size: 95%;
    position: relative;
  }
  .myshop-list__name:before {
    content: "";
    margin-top: -4px;
    transform: rotate(45deg);
    background-color: #f4a02c;
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 5px;
  }
  .myshop-list__name:after {
    content: "";
    background-color: #f4a02c;
    margin-top: 3px;
    transform: rotate(-45deg);
    width: 12px;
    height: 2px;
    position: absolute;
    top: 50%;
    right: 5px;
  }
  .myshop {
    padding: 0;
    font-size: 80%;
  }
  .myshop > a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0.5em 0;
  }
  .regist-btn {
    display: block;
    background: linear-gradient(to bottom, #ef6f12 0%, #d8600a 100%);
    border: 2px solid #fff;
    border-radius: 4px;
    box-shadow: 1px 1px 1px #ccc;
    color: #fff;
    font-weight: bold;
    font-size: 85%;
    margin: 7px auto;
    padding: 8px;
    text-align: center;
    text-decoration: 1px 1px 1px #963d00;
    width: 95%;
  }
  .regist-btn:before {
    content: "";
    display: inline-block;
    border: 4px solid transparent;
    border-left-color: #333;
    vertical-align: middle;
    position: relative;
    top: -0.1em;
    left: -0.4em;
    border-left-color: #fff;
  }
  .regist-txt {
    font-size: 66%;
  }
  .registration-box {
    border: none;
  }
  .registration-box__txt {
    font-weight: normal;
    font-size: 65%;
    width: 100%;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.3;
  }
  .leaflet-box {
    border: none;
  }
  .leaflet-box > li {
    border: none;
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .leaflet-box > li:nth-child(3), .leaflet-box > li:nth-child(6) {
    border: none;
    width: 80%;
  }
  .leaflet-list__box {
    width: 80%;
    margin: 0 auto;
  }
  .leaflet-img {
    width: 100%;
    height: auto;
    padding: 0 20px;
    margin: 20px 0 10px;
  }
  .leaflet-img:after {
    width: 22px;
    height: 22px;
    background-size: contain;
    bottom: auto;
    top: 0;
  }
  .leaflet-img img {
    width: 70%;
    height: auto;
    margin-top: 0;
  }
  .leaflet-description {
    text-align: center;
  }
  .leaflet-description__head {
    font-size: 70%;
  }
  .leaflet-description__ttl {
    text-decoration: underline;
    font-size: 100%;
  }
  .area-btn {
    width: 95%;
    margin: 16px auto;
  }
  .map-area {
    display: none;
  }
}
