@charset "utf-8";

#shop h1{
  width: 42%;
}

#shop .shop_list{
  padding-top: 0;
}

.shop_detail{
	margin-top: 3em;
  padding: 2em 1.5em 3em;
  background-color: #fff;
}

.shop_detail:not(:first-of-type){
  margin-top: 8em;
}

.shop_detail .shop_name{
  padding: 0.75em 0;
  line-height: 1.5;
  text-align: center;
  background-color: #293d8f;
  color: #fff;
  font-size: 3.5rem;
  margin-bottom: 0.25em;
}

.shop_detail table{
  width: 100%;
}

.shop_detail th,
.shop_detail td{
   display: block;
   text-align: left;
    }

.shop_detail th{
  padding: 0.6em 0.75em;
  background-color: #b9b9b9;
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 3rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}

.shop_detail td{
  background-color: #f4f4f4;
  border-bottom: 1px solid #fff;
  font-size: 3rem;
  padding: 1em;
}

.shop_map,
.shop_pay{
  font-size: 2.2rem;
}

.shop_tel{
  font-size: 3.8rem;
}

.shop_detail .shop_img img:not(:first-of-type){
  margin-top: 0.5em;
}

.shop_tel_notice{
  margin-top: 0.5em;
  font-size: 2.2rem;
}

.shop_link{
  display: block;
  margin: 4rem auto;
}

.shop_link a{
text-align: center;
    background-color: #34b496;
    color: #fff;
    font-size: 3.5rem;
    padding: 1.2em 2em;
    display: inline-block;
    transition: .3s all;
    border-radius: 2em;
    border-bottom: 7px solid #298c75;
    font-weight: 600;
    letter-spacing: 1px;
  }

  .shop_link :hover {
    margin-top: 6px;
    border-bottom: 1px solid #298c75;
    color: #fff;
  }


#infomation h1 {
    width: 40%;
    margin: 0 auto 0rem;
}
#infomation .shop_list{
	padding: 5rem 0;
	}