@charset "utf-8";

h2.shop-name {
	font-size: 1.4rem;
	line-height: 2rem;
	height: auto;
	box-sizing: content-box;
	padding: 15px 5px;
	background-color: #F4F4F4;
	text-align: center;
}
h2.shop-name span {
	font-size: 1.4rem;
	line-height: 1rem;
}

/*******************
 Shop List
********************/

#shop-list {
    padding-top: 0%;
}

#shop-list .block{
	margin: 0px auto;
	padding: 5% 0px;
	width: 95%;
}

#shop-list .block h3{
	font-size: 1.3rem;
	line-height: 1.3rem;
	border-bottom: solid 1px #DDD;
	margin-bottom: 0px;
	padding-bottom: 10px;
	text-align: center;
}

#shop-list .block h4{
	font-size: 1rem;
	line-height: 1rem;
	margin-bottom: 0px;
	text-align: center;
	margin-top: 5%;
}


#shop-list .block .cols-in{
	display: table;
	margin: 20px 0px 0px;
	padding: 0px;
	width: 100%;
}

#shop-list .block .cols-in.s{
	display: table;
	margin: 20px 0px 0px;
	padding: 0px;
	width: 50%;
}

#shop-list .block dl{
	float:none;
	width:50%;
	margin:0;
	height:auto;
	display: table-cell;
}
#shop-list .block dl:nth-child(5){
	margin:0;
}

#shop-list .block dt{
	margin: 0px 0px 10px;
	padding: 0px 2.5%;
}

#shop-list .block dt img{
	height: auto;
	width: 100%;
}

#shop-list .block dd{
	text-align:center;
	line-height:1.3rem;
	padding: 0px 2.5%;
	font-size:.8rem;
}

#shop-list .block dd.icon{
	margin-bottom:5px;
}

/*******************
 Shop Detail
********************/
#shop-detail {
	margin: 0px auto;
	padding: 5% 0px;
	width: 90%;
}
#shop-detail .shop-info {
	margin: 0px;
	padding: 0px;
}
#shop-detail .shop-info .tel {
	border-bottom: 0px none;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
#shop-detail .shop-info .tel p.tel-number {
	font-weight: normal;
	font-size: 2rem;
	line-height: 2rem;
	display: inline-block;
	margin-right: 0px;
	background: url(../../images/shop/free_dial.png) no-repeat 0 center;
	background-size:auto 100%;
	padding-left: 20%;
}

#shop-detail .shop-info .tel p.tel-number a{
	color: #ed4a81 !important;
}

@media screen and (max-width: 320px) {

#shop-detail .shop-info .tel p.tel-number {
	font-size: 1.6rem;
}

}

#shop-detail .shop-info .tel p.caption {
	display: block;
	text-align: center;
	margin: 0px;
	padding: 10px 0px 0px;
}

#shop-detail .shop-info .col {
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

#shop-detail .shop-info .col h3 {
	font-size: 1rem;
	line-height: 1rem;
	margin: 0px;
	padding: 5% 0px 0px;
}

#shop-detail .shop-info .col .address {
	margin-bottom: 0px;
}


#shop-detail .shop-info .col .txt {
	margin: 0px;
	padding: 10px 0px 0px;
}

#shop-detail .shop-info .col .time dl {
	margin: 0px;
	padding: 10px 0px 0px;
}

#shop-detail .shop-info .col.map #gmap {
	width: 100%;
	height: 200px;
	margin: 20px 0px 0px;
	padding: 0px;
}

#shop-detail .shop-info .col.map p.map-link {
	font-size: .8rem;
	text-align: center;
	padding-top: 10px;
}

#shop-detail .shop-info .col.map p.map-link a{
	text-decoration: underline;
}

#shop-detail .form{
	padding:20px 0 0;
}

#shop-detail .form .flow ol li {
    display: block;
	width:100%;
	background:none;
    padding-right: 0px;
	margin-bottom:20px;
}

#shop-detail .form .flow ol dl {
    width: 100%;
    border: 1px solid #c5c5c5;
}

#shop-detail .form .flow ol li dt {
    padding: 5px 10px;
    color: #FFF;
    font-size: 1rem;
    line-height: 1rem;
    font-weight: bold;
}

#shop-detail .form h3{
	font-size:1.4rem !important;
	padding-bottom:5px !important;
	line-height:1.4rem !important;
}

#shop-detail .form h4{
	font-size:1.2rem !important;
	padding-bottom:0px !important;
	line-height:1.2rem !important;
}

#shop-detail .form .flow ul{
	padding-left:20px;
}

#shop-detail .form .flow li{
	text-align: left;
	    list-style: disc outside !important;
}

#shop-detail .courses form{
	text-align: center;
}
#shop-detail .courses ul li{
	border:#ED4A81 solid 1px;
	display:block;
	margin-bottom:10px;
	text-align: left;
	position: relative;
}
#shop-detail .courses ul li .h{
	background-color:#ED4A81;
	color:#FFF;
	padding:10px 10px;
	display:block;
	width:100%;
	vertical-align: middle;
}
#shop-detail .courses ul li .name{
	font-size:1rem;
	margin-right: 20px;
	display:block;
	vertical-align: middle;
	padding:10px 10px 0;
	font-weight: bold;
	line-height:1.3rem;
}
#shop-detail .courses ul li .price{
	font-size:1rem;
	color:#e82762;
	display:inline-block;
	padding:10px 10px;
	vertical-align: middle;
}
#shop-detail .courses ul li .tax{
	font-size:.8rem;
	color:#e82762;
	display:inline-block;
	vertical-align: middle;
}

#shop-detail .courses ul li .radio{
	position: absolute;
	right:10px;
	top:10px;
}

#shop-detail .courses ul {
	margin:20px 0 30px;
}

#shop-detail .btn{
	background: #e82762;
}
