
/* ------------------------------------------------------------

  main

------------------------------------------------------------ */

main header,
main section {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #CCC;
}

main section:last-child {
  border-bottom: 0;
}

main label,
main li,
main p,
main select {
  font-weight: 400;
}

/* ------------------------------------------------------------

  .device-sp main

------------------------------------------------------------ */

.device-sp main header {
  min-height: 12.6em;
  padding: 3.9em 0;
}

.device-sp main header h2 {
  font-size: 48px;
}

@media (max-width: 767px) {

  .device-sp main header {
    min-height: 57px;
    padding: 0;
  }

  .device-sp main header h2 {
    font-size: 28px;
    padding: 17px 0 16px;
  }

}

/* ------------------------------------------------------------

  main .section_01

------------------------------------------------------------ */

main .section_01 {
  padding: 2em 0;
}

main .section_01:after {
  content: "";
  display: block;
  clear: both;
}

main .section_01 div:nth-of-type(1) {
  float: left;
  /*width: 30%;*/
  width: 38.4em;
  padding: 0 2em;
}

main .section_01 div:nth-of-type(2) {
  float: right;
  /*width: 70%;*/
  width: calc(100% - 38.4em);
  padding: 0 2em 0 0;
}

main .section_01 div:nth-of-type(1) p {
  font-size: 1.8em;
  line-height: 1.3333;
}

main .section_01 div:nth-of-type(2) p {
  font-size: 1.3em;
  line-height: 1.3846;
}

/* ------------------------------------------------------------

  .device-sp main .section_01

------------------------------------------------------------ */

.device-sp main .section_01 div:nth-of-type(1) {
  width: 24em;
}

.device-sp main .section_01 div:nth-of-type(2) {
  width: calc(100% - 24em);
}

@media (max-width: 767px) {

  .device-sp main .section_01 div:nth-of-type(1),
  .device-sp main .section_01 div:nth-of-type(2) {
    float: none;
    width: 100%;
    padding: 0 2em;
  }

  .device-sp main .section_01 div:nth-of-type(1) {
    margin-bottom: 2em;
  }

  .device-sp main .section_01 div:nth-of-type(1) p {
    font-size: 1.6em;
    line-height: 1.5;
  }

  .device-sp main .section_01 div:nth-of-type(2) p {
    font-size: 1.2em;
    line-height: 1.3333;
  }

}

/* ------------------------------------------------------------

  main .section_02

------------------------------------------------------------ */

main .section_02:after {
  content: "";
  display: block;
  clear: both;
}

main .section_02 > div:nth-of-type(1) {
  float: left;
  /*width: 30%;*/
  width: 38.4em;
  height: 10.4em;
  padding: 1em 2em 0 2em;
  background-color: #F5F5F5;
}

main .section_02 > div:nth-of-type(1) label {
  display: block;
  margin-bottom: .3846em;
  font-size: 1.3em;
  line-height: 2.0769;
}

main .section_02 > div:nth-of-type(1) select {
  width: 100%;
  height: 3.0769em;
  padding-left: 1.5384em;
  border: 1px solid #CCC;
  border-radius: 3px;
  background-color: #FFF;
  background-image: url(/store/techo/en/2018/place/images/ico_arrow.svg);
  background-position: right 1.5384em center;
  background-repeat: no-repeat;
  background-size: 7px 13px;
  font-size: 1.3em;
  line-height: 2.0769;
  cursor: pointer;
}

main .section_02 > div:nth-of-type(1) select:-moz-focusring {
  color: transparent;
  text-shadow: 0px 0px 0px #000;
}

/* --------------------------------------------------------- */

main .section_02 > div:nth-of-type(2) {
  float: right;
  /*width: 70%;*/
  width: calc(100% - 38.4em);
}

main .section_02 > div:nth-of-type(2) > div {
  width: 100%;
  height: 80em;
}

/* --------------------------------------------------------- */

main .section_02 > div:nth-of-type(3) {
  float: left;
  overflow-x: hidden;
  overflow-y: auto;
  /*width: 30%;*/
  width: 38.4em;
  height: 69.6em;
}

main .section_02 > div:nth-of-type(3) ul {
  padding: 2em;
}

main .section_02 > div:nth-of-type(3) ul li {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #CCC;
}

main .section_02 > div:nth-of-type(3) ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

main .section_02 > div:nth-of-type(3) ul li dl dt {
  margin-bottom: .8333em;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.1111;
}

main .section_02 > div:nth-of-type(3) ul li dl dd {
  font-size: 1.3em;
  line-height: 1.1538;
}

main .section_02 > div:nth-of-type(3) ul li dl dd:after {
  content: "–";
  display: block;
  color: #CCC;
}

main .section_02 > div:nth-of-type(3) ul li dl dd a {
  word-break: break-all;
}

main .section_02 > div:nth-of-type(3) ul li dl dd a:before {
  display: inline-block;
  font-size: inherit;
}

main .section_02 > div:nth-of-type(3) ul li button {
  cursor: pointer;
}

main .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/2018/place/images/ico_map.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

main .section_02 > div:nth-of-type(3) ul li button span {
  display: inline-block;
  color: #FA960A;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.1538;
  vertical-align: middle;
}

/* ------------------------------------------------------------

  .device-sp main .section_02

------------------------------------------------------------ */

.device-sp main .section_02 > div:nth-of-type(1),
.device-sp main .section_02 > div:nth-of-type(3) {
  width: 24em
}

.device-sp main .section_02 > div:nth-of-type(2) {
  width: calc(100% - 24em);
}

@media (max-width: 767px) {

  .device-sp main .section_02 > div:nth-of-type(1),
  .device-sp main .section_02 > div:nth-of-type(2),
  .device-sp main .section_02 > div:nth-of-type(3) {
    float: none;
    width: 100%;
  }

  .device-sp main .section_02 > div:nth-of-type(2) {
    padding: 0;
  }

  .device-sp main .section_02 > div:nth-of-type(2) > div {
    height: 26em;
  }

  .device-sp main .section_02 > div:nth-of-type(3) {
    overflow-y: visible;
    height: auto;
  }

  .device-sp main .section_02 > div:nth-of-type(3) ul {
    padding-top: 4em;
  }

  .device-sp main .section_02 > div:nth-of-type(3) ul li dl dd,
  .device-sp main .section_02 > div:nth-of-type(3) ul li button span {
    font-size: 1.4em;
    line-height: 1.0714;
  }

}

/* ------------------------------------------------------------

  main .section_03

------------------------------------------------------------ */

main .section_03 {
  padding: 6em 1em;
  background-color: #F5F5F5;
}

main .section_03 ul {
  width: 100%;
  max-width: 98em;
  margin: 0 auto;
}

main .section_03 ul:after {
  content: "";
  display: block;
  clear: both;
}

main .section_03 ul li {
  float: left;
  width: 33.33%;
  padding: 0 1em;
}

main .section_03 ul li h3 {
  margin-bottom: 1.1111em;
  padding-bottom: .8888em;
  border-bottom: 1px solid #CCC;
  font-size: 1.8em;
  line-height: 1.1111;
}

main .section_03 ul li img {
  display: block;
  width: 100%;
  margin-bottom: 1.6em;
}

main .section_03 ul li p {
  font-size: 1.3em;
  line-height: 1.3846;
}

main .section_03 ul li p a {
  display: inline-block;
}

main .section_03 ul li p a:before {
  display: inline-block;
  font-size: inherit;
}

/* ------------------------------------------------------------

  .device-sp main .section_03

------------------------------------------------------------ */

main .section_03 {
  padding: 5em 2em;
}

@media (min-width: 768px) {
  .device-sp main .section_03 ul li h3 {
    padding-bottom: 0;
    min-height: 2.22em;
  }
}

@media (max-width: 767px) {

  .device-sp main .section_03 {
    padding: 4em 2em;
  }

  .device-sp main .section_03 ul li {
    float: none;
    width: 100%;
    margin-bottom: 4em;
    padding: 0;
  }

  .device-sp main .section_03 ul li:last-child {
    margin-bottom: 0;
  }

  .device-sp main .section_03 ul li p {
    font-size: 1.4em;
    line-height: 1.5;
  }

}

/* ------------------------------------------------------------

  #map

------------------------------------------------------------ */

#map a[target="_blank"]:after {
  content: "";
}

#map .gm-style-iw {
  top: 20px !important;
  left: 20px !important;
  width: 320px !important;
}

#map .gm-style-iw > div,
#map .gm-style-iw > div > div {
  width: 320px !important;
  max-width: 320px !important;
}

#map .gm-style-iw .shop-info {
  width: 32em;
  padding-bottom: 2em;
  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: 13em;
}

#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: 17em;
}

#map .gm-style-iw .shop-info > div:nth-of-type(2) dl {
  margin-bottom: 1.5em;
}

#map .gm-style-iw .shop-info > div:nth-of-type(2) dl dt {
  margin: -.2em 0 .2em 0;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.5384;
}

#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: 1.2em;
  line-height: 1.25;
}

#map .gm-style-iw .shop-info > div:nth-of-type(2) a {
  color: #FA960A;
  font-weight: 700;
}

/* ------------------------------------------------------------

  .device-sp #map .shop-info

------------------------------------------------------------ */

@media (max-width: 767px) {

  .device-sp #map .gm-style-iw {
    width: 190px !important;
  }

  .device-sp #map .gm-style-iw > div,
  .device-sp #map .gm-style-iw > div > div {
    width: 190px !important;
    max-width: 190px !important;
  }

  .device-sp #map .gm-style-iw .shop-info {
    width: 19em;
  }

  .device-sp #map .gm-style-iw .shop-info > div:nth-of-type(1) {
    width: 6em;
  }

  .device-sp #map .gm-style-iw .shop-info > div:nth-of-type(2) {
    width: 12em;
  }

}
