@charset "utf-8";

/* +++++++++++++++++++++++++ */
/*
/*press Page -PC-
/*
/* +++++++++++++++++++++++++ */



/*画像*/
main img {
	width: 100%;
	display: block;
}

/*コンテンツ幅*/
main {
	display: block;
	width: 970px;
	margin-left: auto;
	margin-right: auto;
}

/* =================================== */
/*文字段落スタイル*/
/* =================================== */
.mincyo {
font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;/*明朝*/
}
.center {
	text-align: center;
}
.copy-L {
	font-size: 30px;
	line-height: 45px;
}
.copy-S {
	font-size: 16px;
}
main a {
	text-decoration: none;
}

/* =================================== */
/*見出し*/
/* =================================== */
/*main h3 {
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-size: 30px;
	font-weight: 200;
	text-align: center;
	margin: 0 auto 100px;
	letter-spacing: 5px;
}
main h3 span {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}

main h4 {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	text-align: center;
	font-size: 20px;
	font-weight: 400;
	padding: 10px 0;
	letter-spacing: 5px;
	margin-bottom: 50px;
}*/


/* =================================== */
/*余白*/
/* =================================== */
/*----------------------------- 
パディングトップ
-----------------------------*/
.pt5 { padding-top: 5px;}
.pt10 { padding-top: 10px;}
.pt12 { padding-top: 12px;}
.pt15 { padding-top: 15px;}
.pt18 { padding-top: 18px;}
.pt20 { padding-top: 20px;}
.pt22 { padding-top: 22px;}
.pt25 { padding-top: 25px;}
.pt30 { padding-top: 30px;}
.pt35 { padding-top: 35px;}
.pt40 { padding-top: 40px;}
.pt45 { padding-top: 45px;}
.pt50 { padding-top: 50px;}
.pt60 { padding-top: 60px;}

/*----------------------------- 
パディングボトム
-----------------------------*/
.pb5 { padding-bottom: 5px;}
.pb10 { padding-bottom: 10px;}
.pb12 { padding-bottom: 12px;}
.pb15 { padding-bottom: 15px;}
.pb18 { padding-bottom: 18px;}
.pb20 { padding-bottom: 20px;}
.pb22 { padding-bottom: 22px;}
.pb25 { padding-bottom: 25px;}
.pb30 { padding-bottom: 30px;}
.pb35 { padding-bottom: 35px;}
.pb40 { padding-bottom: 40px;}
.pb45 { padding-bottom: 45px;}
.pb50 { padding-bottom: 50px;}
.pb60 { padding-bottom: 60px;}
.pb70 { padding-bottom: 70px;}
.pb80 { padding-bottom: 80px;}
.pb90 { padding-bottom: 90px;}
.pb100 { padding-bottom: 100px;}

/*----------------------------- 
マージンボトム
-----------------------------*/
.mb5 { margin-bottom: 5px;}
.mb8 { margin-bottom: 8px;}
.mb10 { margin-bottom: 10px;}
.mb12 { margin-bottom: 12px;}
.mb15 { margin-bottom: 15px;}
.mb18 { margin-bottom: 18px;}
.mb20 { margin-bottom: 20px;}
.mb22 { margin-bottom: 22px;}
.mb25 { margin-bottom: 25px;}
.mb30 { margin-bottom: 30px;}
.mb35 { margin-bottom: 35px;}
.mb40 { margin-bottom: 40px;}
.mb45 { margin-bottom: 45px;}
.mb50 { margin-bottom: 50px;}
.mb60 { margin-bottom: 60px;}
.mb70 { margin-bottom: 70px;}
.mb80 { margin-bottom: 80px;}
.mb90 { margin-bottom: 90px;}
.mb100 { margin-bottom: 100px;}

/*----------------------------- 
マージンライト
-----------------------------*/
.mr5 { margin-right: 5px;}
.mr8 { margin-right: 8px;}
.mr10 { margin-right: 10px;}
.mr12 { margin-right: 12px;}
.mr15 { margin-right: 15px;}
.mr18 { margin-right: 18px;}
.mr20 { margin-right: 20px;}
.mr22 { margin-right: 22px;}
.mr25 { margin-right: 25px;}
.mr30 { margin-right: 30px;}
.mr35 { margin-right: 35px;}
.mr40 { margin-right: 40px;}
.mr45 { margin-right: 45px;}
.mr50 { margin-right: 50px;}


/* =================================== */
/*flexbox*/
/* =================================== */
#document .flex,
#document .flex{
	-js-display: flex; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flex; display: -o-flex; display: flex;
	-ms-flex-wrap:wrap; -webkit-flex-wrap:wrap; flex-wrap:wrap;
}

.width50per {
	width: 50%;
}

/* =================================== */
/*TOPイメージ*/
/* =================================== */
#top {
	padding-top: 100px;
}
#top p {
	text-align: center;
	/*font-family: "游明朝体", "Yu Mincho", YuMincho, serif;*/
}

/* =================================== */
/*セクション*/
/* =================================== */
main section.sec01 {
	padding: 100px 50px;
}
main section.sec02 {
	padding: 100px 50px;
	background-color: #f6f5f4;
}

/* =================================== */
/*ナビゲーション*/
/* =================================== */
#operation {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 75px 250px;
}
#operation .icon {
	width: 166px;
	float: left;
	margin-right: 60px;
	height: 100px;
	padding-top: 25px;
	padding-left: 25px;
}
#operation ul {
	/*display: block;*/
	/*width: 440px;*/
}
#operation li {
	list-style: none;
}
#operation li a {
	line-height: 30px;
	font-size: 18px;
	font-weight: 400;
}
#operation li a:before {
	content: "\025b6";
	font-size: 0.25em;
	margin-right: 10px;
	
}




/* =================================== */
/*カタログ*/
/* =================================== */
#catalog-lineup h3 {
	background-color: #f1f0ef;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 20px;
	margin-bottom: 60px;
}
p.setsumei {
	line-height: 30px;
	font-size: 16px;
	height: 8em;
}
a.btn_catalog {
	width: 430px;
	display: block;
	margin: 0 auto;
}
a.btn_catalog:hover {
	opacity: 0.6;
}
.col2,.col1 {
	margin-bottom: 120px;
}
.content {
	margin-bottom: 100px;
}

/*カタログ-2マスタイプ*/
.col2 .thumbnail,
.col2 .link-menu {
	width: 445px;
	float: left;
	padding:20px;
}
.col2 .thumbnail {
	/*background-color: red;*/
}
.col2 .link-menu {
	/*background-color: blue;*/
}
.col2 .thumbnail .pic {
	
}
.thumbnail .pic p {
	/*float: left;*/
	/*width: 200px;*/
	margin:10px auto;
}
.thumbnail .pic p img {
	display: inline;
	float: left;
	width: 200px;
	margin:10px;
}
.shadow {
	box-shadow: 2px 2px 4px #ccc;
}
.link-menu .ttl p {
	text-align: center;
}
.link-menu .ttl p:nth-child(1) {
	font-size: 20px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 20px 0;
	margin-bottom: 20px;
}
.link-menu ul {}
.link-menu li {
	background-color: #f1f0ef;
	margin-bottom: 10px;
	height: 40px;
	position: relative;
}
.link-menu li a {
	display: block;
	width: 100%;
	height: 100%;
}
.link-menu li a:hover {
	opacity: 0.6;
}
.link-menu li a:after {
	position: absolute;
	content: "\025b6";
	font-size: 0.25em;
	color: #999;
	right: 10px;
	top: 0;
	display: block;
	line-height: 40px;
}
.link-menu li p {
	display: inline;
	line-height: 40px;
	font-size: 16px;
}
.link-menu li p:nth-child(1) {
	padding-left: 15px;
}
.link-menu li p:nth-child(2) {
	position: absolute;
	left: 330px;
	top: 0;
	bottom: 0;
	margin: auto;
}

/*カタログ-1マスタイプ*/
.col1 {
	width: 445px;
	float: left;
	padding:20px;
}
.col1 .pic p {
	width: 200px;
}
.col1 p.setsumei {
	padding: 0 20px;
}
.col1 a.btn_catalog {
	width: 90%;
}

/* =================================== */
/*ショールームへ*/
/* =================================== */
.induction {
	background-color: #f6f5f4;
	padding:60px 0;
}
/* =================================== */
/*注意書き*/
/* =================================== */
.attention li {
	line-height: 48px;
	font-size: 16px;
}
.attention li:before {
	content: "\25cf";
	color: #ccc;
	margin-right: 10px;
}

/* =================================== */
/*レイアウト*/
/* =================================== */
/*TOP*/
#top p.subttl {
	letter-spacing: 0.5em;
}
#top h2 {
	letter-spacing: 0.5em;
	font-weight: 200;
}

/*資料請求*/
.padding-box {
	padding: 0 20px;
}
.docu-box01 {
	padding: 0 20px;
	width: 50%;
}
.docu-box-dual img:nth-child(1) {
	margin-bottom: 20%;
}

/*プレスリリース*/
.wrap-press {}
.press-area {
	float: left;
	width: 600px;
	margin-right: 80px;
}
.press-cell {
	border-top: 1px solid #ccc;
	/*padding: 40px 0;*/
}
.press-cell:last-child {
	border-bottom: 1px solid #ccc;
}
.press-cell a {
	padding: 40px 0;
	display: block;
	width: 100%;
	height: auto;
}

.item01 {
	margin-right: 30px;
	width: 180px;
	float: left;
}
.item01 img {
	width: 100%;
}
.item02 {
	width: 390px;
	float: left;
}
.date-category {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}
.date,.press-number,.cat-icon {
	/*line-height: 20px;*/
	line-height: normal;
}
.date {
	margin-right: 1em;
	float: left;
	display: block;
	margin: 10px;
}
.press-number,
.cat-icon {
	color: #fff;
	/*height: 20px;*/
	padding: 0 10px;
	font-size: 11px;
	float: left;
	display: block;
	text-align: center;
	margin: 10px 5px;
	/*line-height: normal;*/
	min-width: 80px;
}
.press-number {
	background-color: #aa9471;
}
@media all and (-ms-high-contrast:none) {
	.press-number,
	.cat-icon{
		padding-top:5px;
		line-height:1;
	}
}

/*カテゴリー　2019.02.12　yoshida*/
.press-area .cat-icon.cat-icon-product{
	background-color:#BBA685;
}
.press-area .cat-icon.cat-icon-event{
	background-color:#E1CC84;
}
.press-area .cat-icon.cat-icon-showroom{
	background-color:#DDB3BB;
}
.press-area .cat-icon.cat-icon-gallery{
	background-color:#B3BDDD;
}
.press-area .cat-icon.cat-icon-notice{
	background-color:#A0CCC4;
}
/*/カテゴリー　2019.02.12　yoshida*/

.title {
	font-weight: 600;
	line-height: 22px;
}
.title span {
	padding-left: 6px;
    font-size: 0.75em;
    font-weight: normal;
}


.backnumber-area {
	width: 30%;
}
.backnumber-area h3 {
	font-family: 'Noto Serif JP', "游明朝体", "Yu Mincho", YuMincho, serif;
	font-weight: 200;
	letter-spacing: 5px;
	background-color: #b5b1aa;
	color: #fff;
	height: 60px;
	font-size: 18px;
	line-height: 50px;
	margin-bottom: 0;
	margin-top: 0;
	margin-left:auto;
	margin-right:auto;
}
.backnumber-area h3 span {
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
}
ul.bn-list {
	background-color: #f6f5f4;
	padding: 10px 50px;
	line-height: 24px;
}
ul.bn-list li{

}
ul.bn-list li:before {
	content: "■";
	color: #a29d95;
	margin-right: 0.5em;
}

/*お問い合わせ*/
.item-asc {
	padding: 20px 20px;
	width: 50%;
}
.item-asc h3 {
	padding-top: 40px;
}
.item-asc h3 span {
	border-bottom: 1px solid #ccc;
}
.item-asc:nth-child(1) {
	border-right:1px solid #ccc;
}
.item-asc a {
	display: block;
	font-size: 30px;
	margin-bottom: 10px;
}
.item-asc a.tel {
	letter-spacing: 0.2em;
}
.item-asc a.tel:before {
	content: url(../img/icon-tel.gif);
	display: inline-block;
    vertical-align: middle;
    margin-right: 0.2em;
}
.item-asc a.mail:before {
	content: url(../img/icon-mail.gif);
	display: inline-block;
    vertical-align: middle;
    margin-right: 0.2em;
}

/* =================================== */
/*部品*/
/* =================================== */
/*リンクボタン*/
a.btn_txt {
	border: 1px solid #ccc;
	height: 65px;
	line-height: 65px;
	display: block;
	width: 325px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 5px;
	position: relative;
}
a.btn_txt:after {
	position: absolute;
	content: "\025b6";
	font-size: 0.25em;
	color: #999;
	right: 10px;
	top: 0;
	display: block;
	line-height: 65px;
}
a.btn_txt:hover {
	opacity: 0.6;
}

/*囲みテキスト*/
.enclosure {
	border: 1px solid #ccc;
	padding: 10px;
}
#top .enclosure {
	width: 84%;
	margin-right: auto;
	margin-left: auto;
}



/* +++++++++++++++++++++++++ */

.news-list .cat-icon{
	display:block;
	color:#fff;
	font-size:11px;
	padding: 0px 4px;
	text-align:center;
}
@media all and (-ms-high-contrast:none) {
	.news-list .cat-icon{
		padding-top:5px;
		line-height:1;
	}
}
.news-list .cat-icon + .cat-icon{
	margin-top:5px;
}
.news-list .cat-icon.cat-icon-product{
	background-color:#BBA685;
}
.news-list .cat-icon.cat-icon-event{
	background-color:#E1CC84;
}
.news-list .cat-icon.cat-icon-showroom{
	background-color:#DDB3BB;
}
.news-list .cat-icon.cat-icon-gallery{
	background-color:#B3BDDD;
}
.news-list .cat-icon.cat-icon-notice{
	background-color:#A0CCC4;
}

/*#news{
}
#news .news-list{
	width:600px;
	margin: 0 auto;
}
#news .news-list li{
	margin-bottom:50px;
	line-height:1.5;
}
#news .news-list li:last-child{
	margin-bottom:0px;
}
#news .news-list .day{
	width:80px;
	margin-right:20px;
}
#news .news-list .cat{
	width:80px;
	margin-right:20px;
}
#news .news-list .txt{
	width:400px;
	font-weight:bold;
}

#news a {
	text-decoration: underline;
}*/

/* +++++++++++++++++++++++++ */

/* =================================== */
/*バックナンバー*/
/* =================================== */
#news {
	float: left;
	width: 600px;
	margin-right: 80px;
}

.backnumber-area {
	width: 290px;
	float: left;
}
.backnumber-area h3 {
	background-color: #b5b1aa;
	color: #fff;
	height: 60px;
	font-size: 18px;
	line-height: 50px;
	margin-bottom: 0;
}
.backnumber-area h3 span {
	border-bottom: 1px solid #fff;
	
}
ul.bn-list {
	background-color: #f6f5f4;
	padding: 10px 50px;
	line-height: 24px;
}
ul.bn-list li{

}
ul.bn-list li:before {
	content: "■";
	color: #a29d95;
	margin-right: 0.5em;
}



