@charset "utf-8";
/*
/*
Theme Name:Family Denki Theme
Description:ファミリー電気商会テーマ Ver.2「family-denki-theme」
*/

/* ----------------------------------------------------------------------
 setting for Tablet
---------------------------------------------------------------------- */

/*基本PC表示設定*/
@import url(pc.css);

header #header .box {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

header #header .box h1 {
	/*width: 400px;
	height: 67px;*/
	width: 380px;
	height: 64px;
	background-size: contain;
}

header #header .box .banner a.kura_think,
header #header .box .banner a.store {
	/*width: 180px;
	height: 67px;*/
	width: 170px;
	height: 63px;
	background-size: contain;
}

/*
#container #content .subNavi {
	display: none;
	padding-right: 9px;
}
*/
/*
#container #top-content,
#container #content {
	width: 100%;
}
*/

#container {
	width: 100%;
	max-width: 100%;
	box-sizing: border-box;
}

#container #content .store,
#container #content .service,
#container #content .outline,
#container #content .message {
	width: 100%;
	border-left: none;
	padding-left: 0;
}

/*ホーム*/
/*新着ニュース、サービスバナー*/
#container #top-content .box {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#container #top-content .box #news {
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px #999 dashed;
	padding-bottom: 5px;
	margin-bottom: 15px;
}

#container #top-content .box #news h3 {
	width: 100%;
	background: url(img/home/news-bar_long.png) no-repeat 0px 0px;
	border-radius: 5px;
}

#container #top-content .box #news .news-list {
	width: 100%;
	height: 200px;
}

#container #top-content .box #news .news-list dl dd {
	padding-right: 10px;
	width: auto;
}

#container #top-content .box #banner {
	width: 100%;
}

#container #top-content .box #banner ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}

/*
#container #top-content #links {
	width: 100%;
	max-width: 100%;
}

#container #top-content #links ul {
	display: flex;
	flex-wrap: wrap;
	**justify-content: space-between;**
}

#container #top-content #links ul li.kanko {
	margin-right: 5px;
}
*/

#container #top-content #links ul li.tablet-only {
	display: block;
}

#container #content .service .attention li {
	font-size: 0.9em;
}

#container #content {
	display: flex;
	flex-direction: column-reverse;
}

/*▼PC設定リセット*/
#container #content .subNavi { 
	width: 100%;
	/*float: none;*/
	padding-right: 0;
}

#container #content .subNavi ul {
	display: flex;
	/*margin-left: 20px;*/
	justify-content: space-around;
	border-bottom: 1px #000 dotted;
	margin: 0 20px 15px;
}

/*▼PC設定リセット*/
#container #content .subNavi ul li a {
	display: inline;
	color: #000080;
	width: auto;
	height: auto;
	margin-bottom: 0;
	/*background: url(img/subNavi-Btn.png) no-repeat 0px 0px;*/
	background-image: none;
	line-height: auto;
	text-indent: 0;
	text-decoration: none;
}


/*v5.0.6*/
#content .subNavi ul li a::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f054";
	margin-right: 0.5em;
}

/*
#container #content .subNavi ul li:not(:first-child) a {
	margin-left: 10px;
}
*/

/*店舗案内*/
#container #content .store h3 {
	margin: 0 auto;
}

#container #content .store .box {
	margin: 0 auto 30px;
}

/*サブメニュー再配置*/
#container #content .inner-for-submenu {
	display: flex;
	flex-direction: column-reverse;
}