@charset "utf-8";
/*
Theme Name: SANBI
Description: 三美電機株式会社ホームページ用のスタイルシート
Version: 1.0
*/

/* PCデザイン ここから */
.only-sp {
    display: none;
}

.only-top-sp {
	display: none;
}

body {
    font-family: "Roboto", "Noto Sans Japanese", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo" , "メイリオ", "sans-serif";
}

/*ヘッダ*/
header .inner{
	width: 1000px;
	height: 130px;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/*サイトID*/
header .inner #site-id a{
	display: block;
	width: 400px;
	height: 90px;
	text-indent: -9999px;
	background:url(img/site-ID_pc.png) 0 0 no-repeat;
}

/*問合せ*/
header .inner #contact{
	width: 260px;
	height: 80px;
}

header .inner #contact .tel-info{
	font-size: 1.8em;
	font-weight: bold;
}

header .inner #contact .tel-info:before{
	content: " ";
	display: inline-block;
	width: 28px;
	height: 28px;
	background:url(img/tel-icon.svg);
	margin-right: 5px;
}

header .inner #contact .mail-info a{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 260px;
	height: 36px;
	color: #FFF;
	text-decoration:none;
	font-size: 1.2em;
	background-color: #026CB5;
	border-radius: 10px;
}

header .inner #contact .tel-info:after{
	content: "(代)";
	font-size: 0.7em;
	position: relative;
	top: -3px;
}

/*
header .inner #contact .mail-info a:hover{
	background-color: #0D47A1;
}
*/

header .inner #contact .mail-info span:before{
	content: " ";
	display: inline-block;
	width: 26px;
	height: 20px;
	background:url(img/mail-icon.svg);
	position: relative;
	top: 2px;
	right: 5px;
}
/*問合せ end*/

/*ヘッダ end*/

/*フッタ*/
footer .inner .company-info{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

footer .inner{
	width: 1000px;
	margin:0 auto;
}

footer .inner .copyright{
	width: 100%;
	text-align: center;
	border-top: 1px #1A6600 solid;
	/*margin-top: 10px;*/
	padding-bottom: 15px;
}

footer .inner .copyright span{
	margin-left: 0.5em;
}

/*フッタ end*/

/*メインナビ*/
nav .inner{
	width: 1000px;
	margin:0 auto;
}
/*メインナビ end*/

/*メイン*/
/*ページタイトル*/
#header-img{
	width: 100%;
	height: 200px;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	background-position: center;
	box-shadow: 0px 2px 6px #BDBDBD;
}

#header-img h1{
	width: 1000px;
	margin:0 auto;
}

main #main-contents{
	width: 990px;
	padding: 5px;
	margin:10px auto 20px;
}

/*ホーム*/
#front-page-main{
	width: 990px;
	padding: 10px 5px 20px;
	margin:0 auto;
}

/* ホームナビ*/
#home-navi ul{
display: flex;
align-items: center;
-webkit-align-items: center;
justify-content:space-between;
}

#home-navi ul li a{
display:block;
width:240px;
height:240px;
text-decoration:none;
display: flex;
align-items: center;
justify-content:center;
background-size:contain;
font-size: 1.5em;
color: #FFF;
font-weight:bold;
letter-spacing: 1px;
text-shadow: 0 0 10px #000;
}

/*ニュース記事ページ*/
#newspage-title{
}

#newspage-title h1{
width: 1000px;
	margin:0px auto;
	padding: 15px 5px;
	/*font-size: 1.5em;
	font-weight: normal;*/
}

/*pager*/
.single-pager{

}

/*社長挨拶*/
.head-msg span{
	display: block;
}

/*貸スペース動画 2025.5.7*/
/*
.promotion-video ul.video-box {
	display: flex;
}

.promotion-video ul.video-box li:not(:first-child) {
	margin-left: 15px;
}
*/