@charset "utf-8";

/* +++++++++++++++++++++++++ */
/*
/*gakusyu Page -PC-
/*
/* +++++++++++++++++++++++++ */

#index-main{
	text-align:center;
	background-color:#E9EDED;
}
.inner-content-area{
	max-width: 1060px;
	margin-left: auto;
	margin-right: auto;
}




/* +++++++++++++++++++++++++ */

#lead{
	margin: 0 auto;
}
#lead .ttl{
	margin-bottom:40px;
	text-align:center;
	font-weight:normal;
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size:28px;
	line-height:2;
	letter-spacing:0.12em;
}

/* +++++++++++++++++++++++++ */

#area-list{
	
}
#area-list > dt{
	position:relative;
	margin-bottom:1px;
	background-color:#B5B1AA;
	text-align:center;
	color:#fff;
	font-size:24px;
	line-height:1;
	padding:13px;
}
#area-list > dt span{
	display:block;
}
#area-list > dt:before{
	content:"";
	position:absolute;
	left:0;
	top:0;
	width:50px;
	height:100%;
	background-color:#C1BEB8;
}
#area-list > dt:after{
	content:"";
	position:absolute;
	left:17px;
	top:50%;
	width: 0;
	height: 0;
	margin-top:-5px;
	border-style: solid;
	border-width: 12.1px 7px 0 7px;
	border-color: #ffffff transparent transparent transparent;
}
#area-list > dt span:before{
	content:"";
	position:absolute;
	right:0;
	top:0;
	width:50px;
	height:100%;
	background-color:#C1BEB8;
}
#area-list > dt span:after{
	content:"";
	position:absolute;
	right:17px;
	top:50%;
	width: 0;
	height: 0;
	margin-top:-5px;
	border-style: solid;
	border-width: 12.1px 7px 0 7px;
	border-color: #ffffff transparent transparent transparent;
}

#area-list > dt.active:after,
#area-list > dt.active span:after{
	border-width: 0 7px 12.1px 7px;
	border-color: transparent transparent #ffffff transparent;
}

#area-list > dd{
	display:none;
}
/*#area-list > dd:first-of-type{
	display:block;
}*/


#area-list > dd > ul > li{
	padding:36px 0 30px;
	border-bottom: solid 2px #B5B1AA;
}
#area-list > dd > ul > li:last-child{
	border-bottom: none;
}


/* ++++++ 取扱店名 +++++++++++++++++++ */

.shop-info .ttl{
	margin-bottom:20px;
	padding-bottom:10px;
	border-bottom: solid 1px #C8C8C8;
}
.shop-info .ttl .name{
	display:block;
	font-size:24px;
	font-weight:700;
	margin-right:60px;
}
.shop-info .ttl .name a{
	text-decoration:none;
}
.shop-info .ttl .name a:hover{
	text-decoration:underline;
}
.shop-info .ttl .url{
	display:block;
}

/* ++++++++ 取扱店情報 +++++++++++++++++ */

.shop-data{
	width:545px;
}
.shop-data .address{
	margin-bottom:20px;
	font-size:18px;
	/*line-height:1.8;*/
}
.shop-data .icon-list{
}
.shop-data .icon-list li{
	width:175px;
	background-color:#ccc;
	padding:8px 0;
	line-height:1;
	text-align:center;
	border-radius:3px;
	font-size:16px;
	margin-right:5px;
	margin-bottom: 5px;
}
.shop-data .icon-list li:nth-child(3n){
	margin-right:0;
}
.shop-data .icon-list .exhibits{
	border: solid 2px #c56266;
	background-color:#fff;
	color:#c56266;
}
.shop-data .icon-list .exhibits .num{
	font-weight:700;
	font-size:24px;
}
.shop-data .icon-list .fair{
	padding:14px 0;
	color:#fff;
	background-color:#66739D;
}
.shop-data .icon-list .fair span{
	padding-left:24px;
	background:url(../img/icon_fair.png) no-repeat left center;
}
.shop-data .icon-list .depart{
	padding:14px 0;
	color:#fff;
	background-color:#66959D;
}
.shop-data .icon-list .depart span{
	padding-left:34px;
	background:url(../img/icon_depart.png) no-repeat left center;
}
.shop-data .icon-list .proshop,
.shop-data .icon-list .fitshop{
    width: 175px;
    background-color: none;
    padding: 0;
    border-radius: 0;
}
.shop-data .btn-appmap {/*地図アプリを見る*/
    display: inline-block;
    text-align: right;
    font-size: 13px;
    text-decoration: none;
	color:#fff;
    background: #7f9781;
    line-height: 1;
    border-radius: 3px;
    padding: 3px 5px;
    margin-bottom: 5px;
}
.shop-data .btn-appmap:before {
	content: url(../img/i_anchor.png);
	display: inline-block;
	vertical-align: -28%;
}
.shop-photos{
	/*width:545px;*/
}

.shop-photos ul{
	overflow:hidden;
}
.shop-photos li{
	position:relative;
	/*float:left;*/
	margin-right:4px;
	width:160px;
	height:120px;
	overflow:hidden;
}
.shop-photos img{
	width:160px;
	height:120px;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
.shop-photos li:nth-child(4){
	margin-right:0;
}
.shop-photos li:before{
	content:"";
	position:absolute;
	z-index:2;
	left:0;
	bottom:0;
	width:24px;
	height:24px;
	background:url(../img/icon_zoom.jpg) no-repeat center center;
}


.shop-info .sub-ttl{
	margin-right:10px;
	margin-bottom:10px;
	font-size:18px;
	font-weight:normal;
}
.cat-list{
}
.cat-list li{
	/*min-width:150px;*/
	line-height:1;
	margin:0 2px 5px 2px;
	padding: 10px 30px;
	text-align:center;
	border-radius:3px;
	background-color:#F0EFEE;
	font-size:15px;
	letter-spacing:-0.05em;
}
/*.cat-list li:nth-child(7n){
	margin-right:0;
}*/

.cat-list li a{
	text-decoration:none;
	display: inline-block;
}

