/* ================================================= *
 *        	shop
 * ================================================= */
#shop {
  padding-bottom: 0px;
}

#shop h1{
  border-bottom: 45px solid #F9BF11;
}

#shop img{
 vertical-align: bottom;
}

#shop .shop_area {
  max-width: 750px;
  margin: 0 auto;
}

#shop .shop_area h2 {
  margin: 40px 0;
  padding: 10px 0 10px 45px;
  text-align: left;
  background-color: #F9BF11;
}

#shop .shop_area h2 img {
  vertical-align: middle;
}

#shop .shop_area .shop_info_wrap {
  padding: 0 25px;
  text-align: left;
}

#shop .shop_area .shop_info_wrap .shop_info_area {
  padding: 0 10px;
}

#shop .shop_area .shop_info_wrap .shop_info_area .shop_info {
  line-height: 1.8;
  padding: 12px 0;
  font-size: 1.2rem;
}

#shop .shop_area .shop_info_wrap .shop_info_area .shop_info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#shop .shop_area .shop_info_wrap .shop_info_area .shop_info dt {
  width: 80px;
}

#shop .shop_area .shop_info_wrap .shop_map {
  margin-top: 30px;
  padding: 0 10px;
}

@media only screen and (min-width: 769px) {
  #shop .shop_info_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #shop .shop_info_wrap .shop_info_area {
    width: 42.857142%;
  }
  #shop .shop_info_wrap .shop_map {
    margin-top: 0 !important;
    width: 57.142858%;
  }
}

@media only screen and (max-width: 480px) {
  #shop .shop_area h2 {
    margin: 20px 0;
  }
  #shop .shop_area .google_map img {
    height: 40px;
  }
}
/* ================================================= *
 *      google_map  	
 * ================================================= */
.google_map :hover{
    opacity: 0.6;
}