@charset "utf-8";


/*
** // reset //
*
*/

#Contents {
	padding-bottom: 100px;
}

.section,
.section * {
	box-sizing: border-box;
}

.box-shoplist{
	margin-top: -10px;
	padding-top: 120px;
}

#HOKKAIDO .hdg-l1{
    margin: 0 0 50px;
}

.h2-area {
	width: 240px;
	margin: 0 auto 60px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #eee;
	padding: 8px 0;
	letter-spacing: 2px;
	line-height: 2;
}

.areas {
	width: 1000px;
	margin: 0 auto 80px;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
}

.areas li {
	list-style: none;
	text-align: center;
	margin: 0 10px;
}

.list-area-sub li{
	width: 16%;
	border: 1px solid #eee;
}

.list-menu-sub {
	background: #f3f4f4;
	padding: 18px 0;
	margin-bottom: 120px;
}

.list-menu-sub li{
	width: 20%;
	margin: 10px;
	position: relative;
}

.list-area-sub li a{
	letter-spacing: 2px;
}

.areas li a{
	width: 100%;
	background: #fff;
    display: block;
    font-size: 12px;
	padding: 8px 0;
	text-decoration: none;
	line-height: 2;
}

.list-shop > li .title{
    font-size: 14px;
    margin-bottom: 12px;
    text-align: left;
		line-height: 2;
}

.list-shop .shop_info a {
	text-decoration: underline;
}

.list-shop .shop_info a:hover {
	text-decoration: none;
}

.shop_more{
	position: absolute;
    right: 100px;
    top: 2px;
    border: 1px solid #999;
}


ul.typesquare_tags{
    border: rgba(252,229,117,.5);
    padding: 20px;
}

ul.typesquare_tags li{
	padding-left: 24px;
	position: relative;
}
ul.typesquare_tags li:before{
	position: absolute;
    left: 0;
    font-family: FontAwesome;
    content: '\f00c';
    color: #fce575;
}

.shop_more a{
	display: block;
    text-decoration: none;
    padding: 0 12px;
    font-size: 10px;
		line-height: 2;
}

.shop_more a:hover{
	background: #808080;
	color: #fff;
}

.list-shop{
    margin: 0 -10px 60px;
}

.list-shop li{
	width: 49%;
	text-align: left;
	position: relative;
}

.list-shop li .shop_info{
	width: 68%;
    display: inline-block;
}

.list-shop > li .telephone{
    padding: 8px 0 0;
}

.list-shop > li .btn, .list-shop > li .btn-org{
    padding: 2px 30px 2px;
}
.list-shop > li .btn{
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
}

.list-shop > li > p{
	margin-bottom: 0;
}

.title > span {
	display: block;
	font-size: 12px;
}


#shop .icon_list {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1rem;
    gap: 0.7rem 0;
}

#shop .icon_list span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 2.4rem;
    font-size: 1.1rem;
    line-height: 1;
    padding: 0.2rem 1rem 0;
    color: #fff;
	background: #bebebe;
    margin-right: 0.8rem;
    border: 1px solid #bebebe;
}