@charset "utf-8";

/* +++++++++++++++++++++++++ */
/*
/*news Page -PC-
/*
/* +++++++++++++++++++++++++ */

@charset "utf-8";
html, 
body {
	padding: 0;
	margin: 0;
	border: 0;
	background: transparent;
	outline: 0;
	height:100%;
	font-family: "Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ", Meiryo,"ＭＳ Ｐゴシック",Osaka,Arial,Verdana,sans-serif;
	font-size-adjust: none;
	color: #282828;
	text-align:left;
}



div, 
span, 
applet, 
object,
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
blockquote, 
pre,
a, 
abbr, 
acronym, 
address, 
big, 
cite, 
code,
del, 
dfn, 
em, 
font, 
img, 
ins, 
kbd, 
q, 
s, 
samp,
small, 
strike, 
strong, 
sub, 
sup, 
tt, 
var,
b, 
u, 
i, 
center,
dl, 
dt, 
dd, 
ol, 
ul, 
li,
fieldset, 
form, 
label, 
legend,
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td, 
figure,
nav,
header,
div, 
span, 
applet, 
object,
h1, 
h2, 
h3, 
h4, 
h5, 
h6, 
p, 
blockquote, 
pre,
a, 
abbr, 
acronym, 
address, 
big, 
cite, 
code,
del, 
dfn, 
em, 
font, 
img, 
ins, 
kbd, 
q, 
s, 
samp,
small, 
strike, 
strong, 
sub, 
sup, 
tt, 
var,
b, 
u, 
i, 
center,
dl, 
dt, 
dd, 
ol, 
ul, 
li,
fieldset, 
form, 
label, 
legend,
table, 
caption, 
tbody, 
tfoot, 
thead, 
tr, 
th, 
td, 
figure,
nav,
header {
	padding: 0;
	margin: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
	outline: 0;
	box-sizing: border-box;
}
article, 
article, 
aside, 
aside, 
canvas, 
canvas, 
details, 
details, 
figcaption, 
figcaption, 
figure,
figure,
footer, 
footer, 
header, 
header, 
hgroup, 
hgroup, 
menu,
menu,
nav, 
nav, 
section,
section,
summary,
summary {
	display: block;
	box-sizing: border-box;
}

input, 
select, 
textarea,
input, 
select, 
textarea {
	box-sizing: border-box;
}


h1,
h2,
h3,
h4,
h5,
h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
}
ol,
ul,
li,
ol,
ul,
li {
	list-style: none;
}

th,
th {
	font-weight: normal;
}
html {
	height:100%;
	/*font-size:62.5%;*/
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}



svg,
svg {
	vertical-align:bottom;
}
a,
a:link,
a,
a:link {
	color: #505050;
}
a,
a:visited {
	color: #505050;
}
a:hover,
a:hover {
	color: #505050;
	text-decoration:none;
}
a:active ,
a:active {
	color: #505050;
}


::selection,
::selection {
    background:#A29D95;
}
::-moz-selection ,
::-moz-selection {
    background:#A29D95;
}


/*リセット*/
/** {
      margin: 0px;
      padding: 0px;
}*/

/*body {
      background: #fff;
      color: #333;
      font-size: 15px;
      line-height: 1.6em;
      font-family: “ＭＳ Ｐゴシック”, Osaka, “ヒラギノ角ゴ Pro W3”;
}
a:link {
      color: #333;
      text-decoration: none;
}
a:visited {
      color: #333;
      text-decoration: none;
}
a:hover {
      color: #900;
      text-decoration: none;
}
a img {
      border-width: 0px;
      border-style: none;
      border-color: #fff;
      background: transparent;
}
*/


/*clearfix*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

/*画像*/
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: 'Noto Serif JP', "游明朝体", "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: 100%;
	/*padding-right: 80px;*/
}
.press-cell {
	border-top: 1px solid #ccc;
	/*padding: 40px 0;*/
}
.press-cell:last-child {
	border-bottom: 1px solid #ccc;
}
.press-cell a {
	display: block;
	padding: 40px 0;
}

/*#document .press-area .flex.press-cell {
	flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;
}*/
#document .press-area .press-cell a.flex:after {
	/*display: flex;
	flex-wrap:nowrap;
	-webkit-flex-wrap:nowrap;*/
	clear: both;
	content: '';
	display: block;
}
#document .press-area .press-cell a.flex .item01 {
	/*flex-basis :150px;*/
	margin-right: 5%;
	width: 30%;
	float: left;
	max-width: 150px;
}
#document .press-area .press-cell a.flex .item01 img {
	width: 100%;
}
#document .press-area .press-cell a.flex .item02 {
	width: 65%;
}
.date,.category {
	line-height: 20px;
}
.date {
	margin-right: 1em;
}
.category {
	background-color: #aa9471;
	color: #fff;
	height: 20px;
	padding: 0 10px;
	font-size: 12px;
}
p.title {
	font-weight: 600;
	line-height: 26px;
}

.backnumber-area {
	width: 30%;
}
.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;
}

/*お問い合わせ*/
.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{
	padding:90px 0;
}
#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;
}

/* +++++++++++++++++++++++++ */



