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

.cont{
	width: 100%;
	font-family: 'Libre Baskerville','Noto Serif JP', 'Yu Mincho', 'Hiragino Mincho ProN', 'serif';
	padding: 40px 0 40px;
	display: inline-block;
}
.cont a{opacity: 1;}
.cont a:hover{opacity: 0.8;}

.box_logo_topnew{
	width: 100%;
	/*padding-top: 70px;*/
}

.cont_header{
	font-size: 24px;
	display: flex;
	align-items: center;
	height: 1em;
	margin-bottom: 1em;
}
.cont_header:before, .cont_header:after {
	content: "";
	flex-grow: 1;
	height: 1px;
	background: #aaaaaa;
	display: block;
}
.cont_header:before {margin-right: .4em;}
.cont_header:after {margin-left: .4em;}

.cont_header_tittle{
	text-align: center;
	color: #b68d20;
}

.shoplist .cont_header_tittle{color: #6c6c6c;}
.shoplist .cont_header:before, .shoplist .cont_header:after{background: #6c6c6c;}

.newitems{background: #eeeeee;}

.toplink_btn{
	display: block;
	width: 250px;
	padding: 0.3em;
	background:#ffffff;
	color: #b28100;
	border: solid 1px #b28100;
	text-align: center;
	margin: 40px auto 0;
	text-decoration: none;
}


.column{background: #cecece;}

.column ul{
	list-style: none;
	padding: 0;
	margin: 0;
	clear: both;
	/*display: inline-block;*/
	display: flex;
	flex-wrap: wrap;
	width: calc(100%);
	gap: 20px 1%;
	padding-left: 10px;
	padding-right: 10px;
	justify-content: space-between;
}

@media screen and (max-width: 767px) {
	.column ul{
		display: block !important;
		width: auto;
	}
	.column li:first-child {
		margin-top: 0;
	}
	.column li {
		margin-top: 20px;
	}
}

.column li{
	width: calc(25% - 10px);
	/*width: 273px;*/
	list-style: none;
	/*margin: 0 15px 15px 0;*/
	padding: 0;
	/*float: left;*/
	background: #ffffff;
	box-shadow: 5px 5px 15px -5px #777777;
}

/*.column li:last-child{margin: 0;}*/

.column li a{text-decoration: none; display: block;}

.column li img{width: 100%;}

.column li p{
	line-height: 1em;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	font-weight: bold;
}

.column_title{
	width: 100%;
	font-size: 12px;
	margin: 0.2em 0 0.5em;
	padding: 0 15px;
}

.column_sub{
	width: 100%;
	font-size: 14px;
	margin: 0;
	padding: 0 13px 0.7em;
}

.inform{background: #333333;}

.inform ul{
	list-style: none;
    width: 100%;
    padding: 0;
    margin: 0;
    display: inline-block;
}

.inform li{
	width: 100%;
	list-style: none;
	display: inline-block;
	clear: both;
	padding: 0.2em 0;
	border-bottom: dotted 1px #000000;
}

.inform li:first-child{
	border-top: dotted 1px #000000;
	padding-top: 0.2em;
}

.inform li a{display: block; text-decoration: none;}

.inform li p{
	color: #ffffff;
	font-size: 14px;
	float: left;
	line-height: 1.8em;
	margin: 0;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

.inform_date{
	width: 13%;
	padding: 0;
}
.inform_topics{
	width: 76%;
	padding: 0 0 0 1%;
}

.aboutus_cover{
	width: 100%;
	height: 400px;
	background-image: url("../img/top/top_aboutus_bg.jpg");
	background-size: cover;
	background-position: center;
}

.aboutus p{
	width: 100%;
	font-size: 70px;
    line-height: 1em;
    color: #ffffff;
	text-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    text-align: center;
    margin: 1.4em auto 0.5em;
	display: inline-block;
}

.box_tittle{
	width: 100%;
	font-size: 24px;
	border-bottom: solid 1px #c8a86b;
	line-height: 1em;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.flagship{
	clear: both;
	display: inline-block;
	margin-bottom: 20px;
}

.flagship_left{
	width: 50%;
	margin: 0 2% 20px 0;
	float: left;
}

.flagship_info{
	width: 100%;
	clear: both;
	display: inline-block;
}

.flagship_ctg{
	width: 20%;
	line-height: 1.8em;
	float: left;
	margin: 0;
	padding: 0;
}

.flagship_details{
	width: 80%;
	line-height: 1.8em;
	float: left;
	margin: 0;
	padding: 0;
}


a.flagship_access{
	margin: 20px 0;
    display: inline-block;
	padding: 0.5em 1em;
	text-decoration: none;
	color: #ffffff;
    background: #b99a48;
}

.flagship_map{
	width:48%;
	height: 280px;
	float: left;
}

ul.shoplist{
	list-style: none;
	width: 100%;
	margin: 20px 0 0 0;
	padding: 0;
	display: inline-block;
}

ul.shoplist li{
	list-style: none;
	min-height: 135px;
	padding: 0 0 0 1%;
	width: 24%;
	margin: 0 1% 2.5em 0;
	border-left: solid 1px #cccccc;
	position: relative;
	float: left;
	display: inline-block;
}

ul.shoplist li p{
	line-height: 1.6em;
	margin: 0 0 0.2em 0;
	padding: 0;
}

.shoplist_name{font-size: 18px;}
.shoplist_address{font-size: 14px;}

.line{font-size: 14px; clear: both; display: inline-block;}

a.shoplist_link{
	font-size: 12px;
	text-decoration: none;
	padding: 0 1em;
	color: #b28100;
	border: solid 1px #b28100;
	position: absolute;
	left: 5%;
	bottom: 0;
}


/* ########### SP(767px以下) ########### */
@media screen and (max-width: 767px) {
	
	.box{
		width: 95%;
		margin: auto;
	}
	
	.box_tittle{
		font-size: 20px;
	}
	
	.column li{
		width: 100%;
	}
	
	.column_title{font-size: 12px;}

	.column_sub{font-size: 14px;}
	
	.inform_date{width: 30%;}
	.inform_topics{width: 69%;}

	
	.aboutus_cover{
		height: 20em;
	}
	
	.aboutus p{
		font-size: 30px;
	}
	
	.flagship_left{
		width: 100%;
		clear: both;
	}
	
	.flagship_map{
		width:100%;
		height: 20em;
		clear: both;
	}
	
	ul.shoplist li{
		list-style: none;
		min-height: 50px;
		padding: 0 0 0 3%;
		width: 100%;
		margin: 0 0 1.5em;
	}
	
	.shoplist_name{font-size: 14px;}
	.shoplist_address{font-size: 11px;}
	
	.line{
		font-size: 11px;
		float: left;
		margin-left: 0.5em;
		display:contents;
	}
	.line:first-child{
		margin-left: 0;
	}
	
	a.shoplist_link{
		position: relative;
		left: 0;
		width: 100%;
		display: inline-block;
		text-align: center;
		margin-top: 0.5em;
		font-size: 10px;
	}
}