body {
	font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro", "Hiragino Sans", "Noto Sans JP", "Meiryo", sans-serif;
	line-height: 1.6;
    font-feature-settings: "palt";
}

.medical-title{
	text-align: center;
	font-size: 2em;
	font-weight: bolder;
	color: #00a896;
	margin-bottom: 20px;
}

.card-box{
  width: 28%;
  margin-right: 10px;
  margin-left: 10px;
}
.card-box:nth-of-type(4n){
  margin-right: 10px !important;
}

.card-box-style01{
	margin-top: 0;
	text-align: center;
}

@media screen and (max-width:1178px){
	.card-box{
	  width: 40% !important;
	}
}

@media screen and (max-width:680px){
  .card-box{
    width: calc(100% - 16px) !important;
    margin-right: 0;
    margin-left: 0;
  }
}


/* Shop */
.shop_around20 {
	margin: 20px;
}

.shopinfo {
    width: 100%;
    max-width: 842px;
    padding: 20px;
    border: 1px solid;
    margin: auto;
    box-sizing: border-box;
}
.shopinfo a.tel {
	color: black;
	pointer-events: none;
	text-decoration: none;
}
@media screen and (max-width:680px){
	.shopinfo a.tel {
		color: blue;
		pointer-events: auto;
	}
}

.shop_around20 p.back {
	text-align: center;
    margin-top: 2em;
}
