
/* ------------------------------------------------------------

  #contents

------------------------------------------------------------ */

#contents header,
#contents section {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #d2d1d6;
}

#contents section:last-child {
  border-bottom: 0;
}

#contents label,
#contents li,
#contents p,
#contents select {
  font-weight: 400;
}



/* ------------------------------------------------------------

  .device-sp #contents

------------------------------------------------------------ */

.device-sp #contents header {
  min-height: 126px;
  padding: 39px 0;
}

.device-sp #contents header h2 {
  font-size: 48px;
}

@media (max-width: 767px) {

  .device-sp #contents header {
    min-height: 57px;
    padding: 0;
  }

  .device-sp #contents header h2 {
    font-size: 24px;
    padding: 17px 0 16px;
  }

}

/* ------------------------------------------------------------

  #contents .section_01

------------------------------------------------------------ */

#contents .section_01 {
  padding: 20px 0;
}

#contents .section_01:after {
  content: "";
  display: block;
  clear: both;
}

#contents .section_01 div:nth-of-type(1) {
  float: left;
  width: 384px;
  padding: 0 20px;
}

#contents .section_01 div:nth-of-type(2) {
  float: right;
  width: calc(100% - 384px);
  padding: 0 20px 0 0;
}

#contents .section_01 div:nth-of-type(1) p {
  font-size: 18px;
  line-height: 1.33;
}

#contents .section_01 div:nth-of-type(2) p {
  font-size: 13px;
  line-height: 1.38;
}

/* ------------------------------------------------------------

  .device-sp #contents .section_01

------------------------------------------------------------ */

.device-sp #contents .section_01 div:nth-of-type(1) {
  width: 240px;
}

.device-sp #contents .section_01 div:nth-of-type(2) {
  width: calc(100% - 240px);
}

@media (max-width: 767px) {

  .device-sp #contents .section_01 div:nth-of-type(1),
  .device-sp #contents .section_01 div:nth-of-type(2) {
    float: none;
    width: 100%;
    padding: 0 20px;
  }

  .device-sp #contents .section_01 div:nth-of-type(1) {
    margin-bottom: 20px;
  }

  .device-sp #contents .section_01 div:nth-of-type(1) p {
    font-size: 14px;
    line-height: 1.5;
  }

  .device-sp #contents .section_01 div:nth-of-type(2) p {
    font-size: 12px;
    line-height: 1.33;
  }

}

/* ------------------------------------------------------------

  #contents .section_02

------------------------------------------------------------ */

#contents .section_02:after {
  content: "";
  display: block;
  clear: both;
}

#contents .section_02 > div:nth-of-type(1) {
  float: left;
  width: 384px;
  height: 104px;
  padding: 10px 20px 0 20px;
  background-color: #f6f6f7;
}

#contents .section_02 > div:nth-of-type(1) label {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  line-height: 2.08;
}

#contents .section_02 > div:nth-of-type(1) select {
  width: 100%;
  height: 40px;
  padding-left: 20px;
  border: 1px solid #d2d1d6;
  border-radius: 3px;
  background-color: #FFF;
  background-image: url(/store/techo/en/2021/place/images/ico_arrow.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 7px 13px;
  font-size: 13px;
  line-height: 2.08;
  cursor: pointer;

  -webkit-appearance: none;
  appearance: none;
}

#contents .section_02 > div:nth-of-type(1) select:-moz-focusring {
  color: transparent;
  text-shadow: 0px 0px 0px #000;
}

/* --------------------------------------------------------- */

#contents .section_02 > div:nth-of-type(2) {
  float: right;
  width: calc(100% - 384px);
}

#contents .section_02 > div:nth-of-type(2) > div {
  width: 100%;
  height: 600px;
}

/* --------------------------------------------------------- */

#contents .section_02 > div:nth-of-type(3) {
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
  width: 384px;
  height: 496px;
}

#contents .section_02 > div:nth-of-type(3) ul {
  padding: 20px;
}

#contents .section_02 > div:nth-of-type(3) ul li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d1d6;
}

#contents .section_02 > div:nth-of-type(3) ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

#contents .section_02 > div:nth-of-type(3) ul li dl dt {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.11;
}

#contents .section_02 > div:nth-of-type(3) ul li dl dd {
  font-size: 13px;
  line-height: 1.15;
}

#contents .section_02 > div:nth-of-type(3) ul li dl dd:after {
  content: "–";
  display: block;
  color: #d2d1d6;
}

#contents .section_02 > div:nth-of-type(3) ul li dl dd a {
  word-break: break-all;
}

#contents .section_02 > div:nth-of-type(3) ul li dl dd a:before {
  display: inline-block;
  font-size: inherit;
}

#contents .section_02 > div:nth-of-type(3) ul li button {
  cursor: pointer;
}

#contents .section_02 > div:nth-of-type(3) ul li button:before {
  content: "";
  display: inline-block;
  width: 13px;
  height: 9px;
  margin-right: 1px;
  background-image: url(/store/techo/en/2021/place/images/ico_map.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

#contents .section_02 > div:nth-of-type(3) ul li button span {
  display: inline-block;
  color: #1c3a83;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.15;
  vertical-align: middle;
}

/* ------------------------------------------------------------

  .device-sp #contents .section_02

------------------------------------------------------------ */

.device-sp #contents .section_02 > div:nth-of-type(1),
.device-sp #contents .section_02 > div:nth-of-type(3) {
  width: 240px
}

.device-sp #contents .section_02 > div:nth-of-type(2) {
  width: calc(100% - 240px);
}

@media (max-width: 767px) {

  .device-sp #contents .section_02 > div:nth-of-type(1),
  .device-sp #contents .section_02 > div:nth-of-type(2),
  .device-sp #contents .section_02 > div:nth-of-type(3) {
    float: none;
    width: 100%;
  }

  .device-sp #contents .section_02 > div:nth-of-type(2) {
    padding: 0;
  }

  .device-sp #contents .section_02 > div:nth-of-type(2) > div {
    height: 260px;
  }

  .device-sp #contents .section_02 > div:nth-of-type(3) {
    overflow-y: visible;
    height: auto;
  }

  .device-sp #contents .section_02 > div:nth-of-type(3) ul {
    padding-top: 40px;
  }

  .device-sp #contents .section_02 > div:nth-of-type(3) ul li dl dd,
  .device-sp #contents .section_02 > div:nth-of-type(3) ul li button span {
    font-size: 14px;
    line-height: 1.07;
  }

}

/* ------------------------------------------------------------

  #contents .section_03

------------------------------------------------------------ */

#contents .section_03 {
  padding: 60px 0 0;
  background-color: #f6f6f7;
}

#contents .section_03 ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

#contents .section_03 ul li {
  width: 33.33%;
  margin-bottom: 50px;
  padding: 0 10px;
}

#contents .section_03 ul li h3 {
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #d2d1d6;
  font-size: 18px;
  line-height: 1.11;
}

#contents .section_03 ul li h3 span {
  font-size: 14px;
}

#contents .section_03 ul li img {
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

#contents .section_03 ul li p {
  font-size: 13px;
  line-height: 1.38;
}

#contents .section_03 ul li p a {
  display: inline-block;
}

#contents .section_03 ul li p a:before {
  display: inline-block;
  font-size: inherit;
}

/* ------------------------------------------------------------

  .device-sp #contents .section_03

------------------------------------------------------------ */

@media (min-width: 768px) {
  .device-sp #contents .section_03 ul li h3 {
    padding-bottom: 0;
    min-height: 40px;
  }
}

@media (max-width: 767px) {

  .device-sp #contents .section_03 {
    padding: 40px 20px;
  }

  .device-sp #contents .section_03 ul {
    display: block;
  }

  .device-sp #contents .section_03 ul li {
    width: 100%;
    margin-bottom: 40px;
    padding: 0;
  }

  .device-sp #contents .section_03 ul li:last-child {
    margin-bottom: 0;
  }

  .device-sp #contents .section_03 ul li p {
    font-size: 14px;
    line-height: 1.5;
  }

}

/* ------------------------------------------------------------

  #map

------------------------------------------------------------ */

#map a[target="_blank"]:after {
  content: "";
}

#map .gm-style-iw .shop-info {
  font-family: roboto, Helvetica, Arial, 'Lucida Grande', sans-serif;
  font-size: 10px;
  font-weight: normal;
}

#map .gm-style-iw .shop-info:after {
  content: "";
  display: block;
  clear: both;
}

#map .gm-style-iw .shop-info > div:nth-of-type(1) {
  float: left;
  width: 130px;
}

#map .gm-style-iw .shop-info > div:nth-of-type(1) img {
  width: 100%;
  height: auto;
}

#map .gm-style-iw .shop-info > div:nth-of-type(2) {
  float: right;
  width: 158px;
}

#map .gm-style-iw .shop-info > div:nth-of-type(2) dl {
  margin-bottom: 15px;
}

#map .gm-style-iw .shop-info > div:nth-of-type(2) dl dt {
  margin: -3px 0 3px 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.54;
}

#map .gm-style-iw .shop-info > div:nth-of-type(2) dl dd,
#map .gm-style-iw .shop-info > div:nth-of-type(2) a {
  font-size: 12px;
  line-height: 1.25;
}

#map .gm-style-iw .shop-info > div:nth-of-type(2) a {
  font-weight: 700;
}

/* ------------------------------------------------------------

  .device-sp #map .shop-info

------------------------------------------------------------ */

@media (max-width: 767px) {

  .device-sp #map .gm-style-iw .shop-info > div:nth-of-type(1) {
    width: 60px;
  }

  .device-sp #map .gm-style-iw .shop-info > div:nth-of-type(2) {
    width: 108px;
  }

}
