@charset "utf-8";
/* CSS Document */

/*市ごとボタン*/
.city-btn{
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 50px;
    
}
.city-btn ul{
    width: 95%;
    max-width: 960px;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding-left:0;
}
.city-btn ul li{
    width: 19%;
    text-align: center;
    border: solid 2px #00A5E6;
    border-radius: 5px;
    margin-top: 10px;
}
.city-btn ul li a{
    display: block;
    color: #000;
    font-weight: bold;
    padding: 8px 5px;
}
.city-btn ul li a:hover{
    color: #fff;
    background-color: #00A5E6;
	opacity:1;
}

.city-btn ul li .active1{
    color: #fff;
    background-color: #00A5E6;
}
.city-btn ul .yohaku{
    width: 19%;
    color: #fff;
    border: none;
}
/*グループ院について*/
.group-btn {
    border: solid 2px #FF8C42!important;
}
.group-btn a:hover{
    color: #fff;
    background-color: #FF8C42!important;
	opacity:1;
}
@media screen and (max-width: 1200px){
	.city-btn ul li{
    width: 24%;
}
    .city-btn ul .yohaku{
    width: 24%;
}
}
@media screen and (max-width: 640px){
	.city-btn ul{
    width: 100%;
}
    .city-btn ul li a{
        font-size: 15px;
    }
	.city-btn ul li{
    width: 32%;
}
    .city-btn ul .yohaku{
    width: 32%;
}
}
@media screen and (max-width: 520px){
    .city-btn ul li a{
        padding: 6px 5px;
    }
}
@media screen and (max-width: 480px){
	.city-btn ul li{
    width: 48%;
}
    .city-btn ul .yohaku{
    width: 48%;
}
}
/*店舗一覧*/
.shoplist1-content2{
    width: 95%;
    max-width: 960px;
	margin:auto;
}
.shoplist1-content2 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0;
}
.shoplist1-content2 ul li{
	width:48%;
	margin-bottom:50px;
}
.shop-1-img{
    width: 100%;
}
.shop-1-img img{
    width: 100%;
	display:block;
}
.shop-info1{
	height:120px;
}
.shop-info1 p{
    margin:0;
}
.shop-name{
    font-weight: bold;
    font-size: 18px;
    margin:5px 0!important;
}
.shop-name .group-shop-name{
    font-size: 13px;
	background-color:#fff;
	border:solid 1px #FF7A00;
	color:#FF7A00;
	margin:0 5px;
	padding:2px 10px;
	border-radius:50px;
	display:inline-block;
}
.shop-add span:before{
	content:"〒";
}
.shop-btn{
    width: 100%;
	display:flex;
	justify-content:space-between;
}
.shop-btn a{
	width:100%;
    display: block;
    padding: 6px 20px;
    color: #fff;
    font-size: 17px;
	 background-color: #000;
    text-align: center;
	position:relative;
	border-radius:5px;
	font-weight:bold;
}
.shop-btn a span{
	width:20px;
	display:inline-block;
	position:absolute;
	top:50%;
	transform: translateY(-50%);
	left:8%;
}
.shop-btn a span img{
	width:100%;
	display:block;
}
.shop-btn .shop-btn1{
    width:69%;
	background-color:#00A5E6;
	border: solid 2px #00A5E6;
}
.shop-btn .shop-btn2{
    width:30%;
	background-color:#0BC4D5;
	border: solid 2px #0BC4D5;
}
.shop-btn-group {
}
.shop-btn-group .shop-btn1{
	background-color:#FF8C42;
	border: solid 2px #FF8C42;
}
.shop-btn-group .shop-btn2{
	background-color:#0BC4D5;
	border: solid 2px #0BC4D5;
}
.shop-btn-group .shop-btn2 .gaibu-link{
	width:12px;
	display:block;
	position:absolute;
	top:46%;
	transform: translateY(-50%);
	left:auto;
	right:15%;
}
.shop-btn-group .shop-btn2 .gaibu-link img{
	display:block;
	width:100%;
}
@media(max-width:768px){
.shoplist1-content2 ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:0;
	flex-direction:column;
}
.shoplist1-content2 ul li{
	width:100%;
	margin-bottom:50px;
}	
}
@media(max-width:480px){
.shoplist1-content2{
    width: 100%;
}
.shop-btn{
	display:flex;
	justify-content:space-between;
	flex-direction:column;
}
.shop-btn .shop-btn1{
    width:100%;
	margin-bottom:5px;
}
.shop-btn .shop-btn2{
    width:100%;
}
}
/*ページネーション*/
.pagination-container{
    display: block;
    width: 395px;
    margin: 0 auto;
}
.pagination-container ul{
    justify-content: center;
    
}
.pagination-container ul li a{
    padding: 10px 20px;
    margin: 0 2px;
    border: solid 2px #14B8DC;
    color: #14B8DC;
    text-decoration: none;
    background-color: #fff;
}

.pagination-container ul li a:hover{
    background-color: #14B8DC;
    border: solid 2px #14B8DC;
    color: #fff;
}
.pagination-container .navi-active a{
    background-color: #14B8DC;
    border: solid 2px #14B8DC;
    color: #fff;
    font-weight: bold;
}
@media(max-width:480px){
    .pagination-container{
        width: 310px;
    }
    .pagination-container ul li a{
        padding: 5px 10px;
    }
}
/*ページネーションここまで*/




/*グループ院について*/
.shop-group {
	
}
.shop-group h2{
	background-color:#FF8C42;
}
