@charset "EUC-JP";
/* override */
/*#18958 start by xa_lih  20180621 ¥°¡¼¥Ð¥¤¥¯¥Ô¥Ã¥È¿·µ¬°Æ·ï*/
#gbp div#header {
  width: 100%;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
}

#gbp div#header h1 {
  width: 300px;
  float: left;
  padding: 0;
}

@media only screen and (max-width: 768px) {
  #gbp div#header h1 {
    width: 100%;
    text-align: center;
  }
}

#gbp div#footer {
  width: 100%;
  font-size: 11.25px;
}

@media only screen and (max-width: 768px) {
  #gbp div#footer {
    height: auto;
    padding-top: 10px;
    text-align: left;
  }
}

/* -----------------------
  contact_thanks
---------------------- */
#gbp .contact_thanks {
  padding-top: 70px;
  padding-bottom: 30px;
  text-align: center;
}

#gbp .contact_thanks .contact_thanksWord {
  display: block;
  line-height: 1;
  margin-bottom: 70px;
  font-size: 25px;
  font-weight: bold;
  color: #ff0000;
  line-height: 1.5;
}

#gbp .contact_thanks .contact_thanksText {
  margin-bottom: 60px;
}

#gbp .contact_thanks .contact_thanksText p {
  font-size: 13px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 768px) {
  #gbp .contact_thanks {
    padding-top: 35px;
    padding-left: 20px;
    padding-right: 20px;
  }
  #gbp .contact_thanks .contact_thanksWord {
    margin-bottom: 35px;
    line-height: 2;
  }
  #gbp .contact_thanks .contact_thanksWord span {
    display: inline-block;
  }
  #gbp .contact_thanks .contact_thanksText {
    margin-bottom: 40px;
  }
}

/* -----------------------
  contact_shops
---------------------- */
#gbp .contact_shops {
  margin-bottom: 40px;
}

#gbp .contact_shop {
  position: relative;
  overflow: hidden;
  min-height: 160px;
  margin-bottom: 20px;
  padding: 20px 20px 20px 220px;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0 2px 20px 2px rgba(0, 0, 0, 0.1);
}

#gbp .contact_shop .shop_img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 160px;
}

#gbp .contact_shop .shop_img img {
  width: 100%;
}

#gbp .contact_shop .shop_name {
  display: table-cell;
  padding: 10px 0;
  font-size: 20px;
  font-weight: bold;
  vertical-align: middle;
}

/* shop_address */
#gbp .contact_shop .shop_address {
  position: relative;
  display: block;
  min-height: 16px;
  margin-bottom: 5px;
  padding: 0 0 2px 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}

#gbp .contact_shop .shop_address:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 16px;
  background: url(/common/img_pit/icon_marker.png) left top no-repeat;
}

/* shop_day */
#gbp .contact_shop .shop_day {
  display: inline-table;
  margin-right: 10px;
  font-size: 12px;
}

#gbp .contact_shop .shop_day > * {
  display: table-cell;
  vertical-align: middle;
}

#gbp .contact_shop .shop_day dt {
  width: 60px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #fff;
  background-color: #333;
  text-align: center;
}

#gbp .contact_shop .shop_day dd {
  color: #666;
  padding: 0 10px;
}

@media only screen and (max-width: 768px) {
  #gbp .contact_shops {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #gbp .contact_shop {
    min-height: initial;
    padding: 0 10px 10px;
  }
  #gbp .contact_shop .shop_img {
    position: static;
    width: 110px;
    float: left;
  }
  #gbp .contact_shop .shop_name {
    font-size: 16px;
  }
  #gbp .contact_shop .shop_info {
    padding-left: 130px;
  }
  #gbp .contact_shop .shop_address {
    padding: 0 0 2px 15px;
  }
  #gbp .contact_shop .shop_address:before {
    width: 10px;
    height: 15px;
    background-image: url(/common/img_pit/icon_marker@2x.png);
    background-size: contain;
  }
  #gbp .contact_shop .shop_day {
    display: block;
    margin-right: 0;
    overflow: hidden;
  }
  #gbp .contact_shop .shop_day > * {
    display: block;
    margin-bottom: 4px;
  }
  #gbp .contact_shop .shop_day dt {
    float: left;
    clear: both;
  }
  #gbp .contact_shop .shop_day dd {
    padding-top: 1px;
    padding-left: 70px;
    text-align: left;
  }
}
/*#18958 end by xa_lih  20180621 ¥°¡¼¥Ð¥¤¥¯¥Ô¥Ã¥È¿·µ¬°Æ·ï*/



/* #33255 START BY xa_yaoj 20221229 GOOBIKE-4625 SEO_À°È÷Å¹&ÈÎÇäÅ¹&ÊÝ¾Ú°ìÍ÷CLS²þÁ± */
.img_w_h{
 width:100%;
 height:auto;
}
/* #33255 END xa_yaoj 20221229 GOOBIKE-4625 SEO_À°È÷Å¹&ÈÎÇäÅ¹&ÊÝ¾Ú°ìÍ÷CLS²þÁ± */
