/* CSS Document */
/* COMMON PARTS-------------------------------------------*/
.pagetype-coinlocker .main-area {
  background: url(../images/coinlocker/bg-font.svg) no-repeat top right;
  background-size: 38px 379px;
}

.pagetype-coinlocker .mds-ttl {
  margin-left: 18px;
}

@media screen and (min-width: 769px) {
  .pagetype-coinlocker .main-area {
    background-size: 81px 809px;
    padding-top: 52px;
  }
  .pagetype-coinlocker .mds-ttl {
    margin-left: 0;
    margin-bottom: 40px;
  }
  .pagetype-coinlocker .box2 {
    max-width: 1040px;
  }
}

.area-box {
  background: #fff;
  margin-bottom: 30px;
}

.area-box .map-area-col {
  display: flex;
  flex-wrap: wrap;
  padding: 0 18px 10px;
}

.area-box .map-area-col li {
  width: 50%;
  display: flex;
  margin-bottom: 10px;
}

.area-box .map-area-col .col {
  width: 30px;
  height: 20px;
  margin-right: 10px;
}

.area-box .map-area-col .txt {
  font-size: 12px;
  margin-top: -3px;
}

.area-box .map-area-col .col01 .col {
  background: #ebb667;
}

.area-box .map-area-col .col02 .col {
  background: #D3D369;
}

.area-box .map-area-col .col03 .col {
  background: #C2B0DB;
}

.area-box .map-area-col .col04 .col {
  background: #E39D97;
}

.area-box .map-area-col .col05 .col {
  background: #A9CE93;
}

.area-box .map-area-col .col06 .col {
  background: #A3C3DD;
}

.area-box .area-img {
  padding: 60px 18px;
  position: relative;
  background: #fff;
  overflow: hidden;
}

.area-box .area-img figure {
  width: 100%;
  height: 250px;
}

.area-box .area-img .icon-wrapper {
  position: absolute;
  right: 7px;
  bottom: 10px;
  z-index: 1;
}

.area-box .area-img .icon-wrapper .icon {
  margin-top: 5px;
  width: 30px;
  cursor: pointer;
}

.area-box .map-icon {
  display: flex;
  flex-wrap: wrap;
  padding: 0 18px 10px;
}

.area-box .map-icon li {
  margin-bottom: 10px;
  margin-right: 10px;
  width: calc(100% / 2 - 10px);
  font-size: 12px;
}

.area-box .map-icon li img {
  vertical-align: middle;
  margin-right: 5px;
}

@media screen and (min-width: 769px) {
  .area-box {
    margin-bottom: 50px;
  }
  .area-box .map-area-col {
    padding: 0 56px 40px;
    justify-content: center;
  }
  .area-box .map-area-col li {
    width: calc(100% / 6);
    margin-bottom: 0;
    align-items: center;
  }
  .area-box .map-area-col .col {
    width: 50px;
    height: 30px;
  }
  .area-box .map-area-col .txt {
    margin-top: 0;
  }
  .area-box .area-img {
    padding: 20px 95px;
    margin-bottom: 15px;
  }
  .area-box .area-img figure {
    width: 100%;
    height: 640px;
  }
  .area-box .area-img .icon-wrapper {
    right: 20px;
    bottom: 30px;
  }
  .area-box .area-img .icon-wrapper .icon {
    width: 40px;
  }
  .area-box .map-icon {
    padding: 0 56px;
  }
  .area-box .map-icon li {
    margin-bottom: 18px;
    margin-right: 20px;
    width: calc(100% / 10 - 18px);
    padding-left: 2em;
    text-indent: -2em;
  }
  .area-box .map-icon li:nth-child(10n) {
    margin-right: 0;
  }
  .area-box .map-icon li img {
    vertical-align: top;
  }
}

.zoomer {
  background: #fff;
}

.zoomer .zoomer-holder {
  box-shadow: none;
}

.pkg-tbl {
  margin-bottom: 10px;
  width: 100%;
}

.pkg-tbl th,
.pkg-tbl td {
  padding: 30px 10px 30px 15px;
  vertical-align: middle;
  font-size: 12px;
  border: 1px solid #e3e3e3;
  background: #fff;
}

.pkg-tbl th a,
.pkg-tbl td a {
  text-decoration: underline;
  color: #FE6D0D;
}

.pkg-tbl th .font-s,
.pkg-tbl td .font-s {
  font-size: 10px;
}

.pkg-tbl th {
  padding: 10px;
  background: #fee4ce;
  text-align: center;
  font-weight: bold;
  border-right-color: #fff;
}

.pkg-tbl th:last-child {
  border-right-color: #e3e3e3;
}

.pkg-tbl th:first-child {
  width: 35%;
}

.pkg-tbl .mds {
  width: 30%;
  background: #fdf7f2;
  font-weight: bold;
}

.pkg-tbl .num-circle {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  color: #FE6D0D;
  border: 2px solid #FE6D0D;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 22px;
  margin-right: 5px;
  margin-bottom: 5px;
}

.pkg-tbl .size {
  display: block;
  font-weight: bold;
}

.pkg-tbl .size-icon {
  padding: 4px 8px;
  font-weight: bold;
  background: #fee4ce;
  margin-right: 7px;
  margin-top: 5px;
  display: inline-block;
  font-size: 12px;
}

@media screen and (min-width: 769px) {
  .tbl-pc {
    display: flex !important;
    flex-wrap: wrap;
  }
  .tbl-pc table {
    width: calc(100% / 2 - 10px);
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .tbl-pc table:nth-child(2n) {
    margin-right: 0;
  }
  .pkg-tbl th,
  .pkg-tbl td {
    font-size: 14px;
    padding: 20px 10px 20px 25px;
  }
  .pkg-tbl th .font-s,
  .pkg-tbl td .font-s {
    font-size: 12px;
  }
  .pkg-tbl th {
    padding: 10px;
  }
  .pkg-tbl th:first-child {
    width: 39%;
  }
  .pkg-tbl .mds {
    padding: 30px;
  }
  .btn-top {
    margin-top: 80px;
  }
}

.btn-map {
  margin-top: 30px;
  font-size: 16px;
}

.btn-map .icon-box {
  text-align: center;
  line-height: 1;
}

.btn-map .icon {
  width: 24px;
  height: 30px;
  fill: #fff;
  stroke: none;
}

.btn-map .icon2 {
  vertical-align: initial;
}

.btn-map .icon-arrow02 {
  position: relative;
}

.btn-map .icon-arrow02::before {
  background: #fff;
}

.btn-map .icon-arrow02::after {
  background: #fff;
}

.btn-map .arrow-icon {
  transform: translate(-25px, 5px);
}

@media screen and (min-width: 769px) {
  .btn-map {
    width: 400px;
    font-size: 18px;
    margin-top: 50px;
  }
  .btn-map .inner-map {
    padding: 16px 15px 16px 20px;
  }
  .btn-map .txt-jp {
    font-size: 18px;
  }
}

.btn-fix {
  position: fixed;
  z-index: 999;
  right: 0;
  top: 20%;
  background: #fff;
  border-radius: 5px 0px 0px 5px;
  width: 60px;
}

.btn-fix a {
  display: block;
  width: auto;
  padding: 10px 10px 10px 14px;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright;
  position: relative;
  color: #FE6D0D;
  background: #fff;
  letter-spacing: 0.2em;
  font-size: 12px;
  border: 1px solid #FE6D0D;
  border-radius: 5px 0px 0px 5px;
  display: flex;
  border-right: none;
  line-height: 1.4;
  font-weight: bold;
  align-items: center;
}

.btn-fix .icon-box {
  margin-bottom: 10px;
}

.btn-fix .icon-box svg {
  width: 24px;
  height: 30px;
  stroke: none;
  fill: #FE6D0D;
}

.btn-fix .arrow-icon {
  margin-top: 20px;
  transform: translateX(13px);
}

.btn-fix .icon-nw {
  display: inline-block;
}

.btn-fix .icon-nw::before {
  left: 0;
  right: 0;
}

.btn-fix .icon-arrow02::before {
  left: -20px;
  width: 15px;
}

.btn-fix .icon-arrow02::after {
  bottom: 7px;
  right: 5px;
  width: 5px;
}

@media screen and (min-width: 769px) {
  .btn-fix {
    display: block;
    left: auto;
    right: 0;
    top: 100px;
    bottom: auto;
    width: auto;
  }
  .btn-fix a {
    font-size: 18px;
    padding: 15px 20px;
    width: 55px;
  }
  .btn-fix .icon-arrow02 {
    margin-top: 20px;
  }
  .btn-fix .icon-arrow02::before {
    left: -8px;
    width: 28px;
  }
  .btn-fix .icon-arrow02::after {
    bottom: 8px;
    right: 7px;
    width: 9px;
  }
}

/*# sourceMappingURL=_map/coinlocker.css.map */
