@charset "shift_jis";
/* CSS Document */

/*背景設定
----------------------------------------------*/
body {
	background: url(../img/parts.png) repeat-x 50% -300px;
}

/*メインタイトル
----------------------------------------------*/
h1 {
	background: url(../img/rogo.png) no-repeat;
	width: 416px;
	height: 122px;
	margin: 25px auto;
	text-indent: -9999px;
}

/*メイン画像
----------------------------------------------*/
#slider {
	width: 565px;
	height: 400px;
}

/*ラインナップ　＆　ブログ
----------------------------------------------*/



/*メニュー
----------------------------------------------*/
#menu {
	width: 100%;
	height: 100px;
	margin-bottom: 15px;
	background: url(../img/parts.png) repeat-x 0 -200px;
}
#menu ul {
	width: 920px;
	margin: 0 auto;
/*----clearfix-----*/
_height: 1px;
min-height: 1px;
}
#menu ul:after {
content: ".";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
/*----clearfix-----*/
#menu li {
	float: left;
}

#menu a {
	display: block;
	width: 230px;
	height: 100px;
	text-indent: -9999px;
	overflow: hidden;
}
#menu1 { background: url(../img/parts.png) no-repeat; }
#menu1:hover { background-position: 0 -100px; }
#menu2 { background: url(../img/parts.png) no-repeat -230px 0; }
#menu2:hover { background-position: -230px -100px; }
#menu3 { background: url(../img/parts.png) no-repeat -460px 0; }
#menu3:hover { background-position: -460px -100px; }
#menu4 { background: url(../img/parts.png) no-repeat -690px 0; }
#menu4:hover { background-position: -690px -100px; }


/*-----------------------------------------------
 *
 ヘッダー
 *
 *----------------------------------------------*/
header{
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

/*-----------------------------------------------
 *
 本文
 *
 *----------------------------------------------*/
.flex_wrapper{
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: baseline;
}
.slider-wrapper{
	width:575px;
	height:auto;
	margin-right:10px;
}
#banner {
	width: 335px;
	height: 400px;
}
.bannerL li {
	height: 78px;
	margin-bottom: 7px;
}
#mainL {
	position:relative;
	top:-90px;
	width: 640px;
	height:100%;
}
#mainR {
	width: 230px;
	text-align: center;
	margin-left:10px;
}
#mainR li {
	margin-bottom: 5px;
}

/*赤字お知らせ
----------------------------------------------*/
#info {
	margin-bottom: 15px;
	font-weight: bold;
}
#info img { margin-right: 5px; }

#info a:link { color:#BF0030; text-decoration : none}
#info a:active { color: #BF0030; text-decoration : none}
#info a:visited { color: #BF0030; text-decoration : none}
#info a:hover { color:#BF0030; text-decoration: underline;}


/*新着情報
----------------------------------------------*/
#new {
	width: 660px;
	background: url(../img/new.png) no-repeat;
	font-size: 12px;
	text-align:left;
	
}
#new dt {
	width: 550px;
	margin-left: 90px;
	font-weight: bold;
}
#new dt:first-child {
	background:url(../img/icon_new.gif) no-repeat;
	padding-left:30px;
}
#new dt img { margin-right: 5px; }
#new dd {
	width: 550px;
	margin-left: 90px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px #999 dotted;
}
#new a { font-weight: bold; }
#new em {
	font-style: normal;
	color: #FF0080;
	font-weight: bold;
}

.neW {
	background: url(../img/icon_new2.gif) no-repeat 520px 0;
}
.fixpopup{
	position: fixed;
	width:700px;
	height:80%;
	padding:30px;
    line-height: 30px;
	background-color:#fff;
	z-index:999;
    -webkit-transform: translate3d(0,0,300px);
	text-align:left;
	overflow-x: hidden;
	overflow-y: auto;
	left:calc(50% - 800px/2);
	top:30px;
	word-break: break-all;
}
.fixpopup img{
	display: block;
	width:100%;
	height:auto;
}
.fixpopup table{
    width:auto;
}
.fixpopup table td{
    width:auto;
	vertical-align: baseline;
}

.popup{
  cursor:pointer;
}
.more-btn{
	position:relative;
	padding:5px;
	border:solid 1px #000;
	width:50%;
	text-align:center;
	left:30%;
	cursor:pointer;
}


/*お悔み文
----------------------------------------------*/
#okuyami {
	background: url(../img/okuyami.png) no-repeat;
	width: 660px;
	height: 135px;
	text-indent: -9999px;
	font-size: 0px;
	margin-bottom: 15px;
}

@media (max-width: 768px){
.pc{
	display:none;
}
h1 {
	background: url(../img/rogo.png) no-repeat;
	background-size:100%;
	width: 100%;
	text-indent: -9999px;
}
header{
    display: block;
}
.flex_wrapper{
    display: block;
}
.slider-wrapper{
	width:100%;
	height:70vw;
}
#banner {
	width: 100%;
	height: auto;
	margin-top:10vw;
	text-align:center;
}
.bannerL li {
	height: 78px;
	margin-bottom: 7px;
}
#mainL {
	position:static;
	top:0;
	width: 100%;
	height:auto;
}
#mainR {
	width: 100%;
	float: right;
	text-align: center;
}
#mainR li {
	margin: 35px auto 10px auto;
}

#new {
	position:relative;
	width: 95%;
	height: auto;
	margin:auto;
	overflow: hidden;
	background: none;
	font-size: 12px;
}
#new dt {
	width: 100%;
	margin-left: 0px;
	font-weight: bold;
}
#new dt img { margin-right: 5px; }
#new dd {
	width: 100%;
	margin-left: 0px;
	margin-bottom: 5px;
	padding-bottom: 3px;
	border-bottom: 1px #999 dotted;
}
.fixpopup{
	position: fixed;
	width:85%;
	height:80%;
	padding:20px;
    line-height: 20px;
	background-color:#fff;
	z-index:999;
    -webkit-transform: translate3d(0,0,300px);
	text-align:left;
	overflow-x: hidden;
	overflow-y: auto;
	left:2%;
	right:2%;
	top:30px;
}
.fixpopup img{
	width:90%;
}

.popup{
  cursor:pointer;
}
.more-btn{
	position:static;
	padding:5px;
	border:solid 1px #000;
	width:50%;
	text-align:center;
	margin:auto;
	left:30%;
	cursor:pointer;
}

}