@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
}

.inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

header {
	box-sizing:border-box;
	position:relative;
	width:100%;
	background:#fcfcfc;
	margin:12px auto 35px auto;
}

nav {
	width:100%;
	background:#fff;

	padding:0;
	⁄zoom:1;
}
nav:after {
   content:'';
   display:block;
   clear:both;
}

#contents {
	overflow:hidden;
	width:980px;
	margin:20px auto;
	background:#fff;
}

#main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:72%;

}
.noodle_area #main {

	width:100%;

}

.main {
	box-sizing:border-box;
	overflow:hidden;
	float:left;
	width:72%;

}

#sub {
	box-sizing:border-box;
	overflow:hidden;
	float:right;
	width:210px;

}

footer {
	box-sizing:border-box;
	width:100%;
	margin:0 auto;
}

a {
	color:#2E1163;
	text-decoration:underline;
}
a:hover {

	text-decoration:none;
}

h2 {
	margin-bottom:0.5em;
	padding:10px 0;
	font-size:21px;
	color:#333;
	border-top:3px solid #710000;
	border-bottom:1px dotted #710000;
}

h3 {
	margin-bottom:30px;
	padding:10px 15px;
	color:#fff;
	font-size:16px;
	background:url(../images/bg_tit.jpg) repeat;

}

h4 {
	margin-bottom:0.35em;
	font-size:15px;
	color:#412C74;
	border-left:2px solid #412C74;
	padding:0 0 0 10px;
	margin:0 0 15px 0;
	font-weight:bold;
}

h5 {
	position:relative;
	margin-bottom:0.25em;
	padding-left:10px;
	color:#710000;
	font-size:14px;
	font-weight:bold;
}
h5:before {
    content:"";
    margin-top:-7px;
    position:absolute;
    top:50%;
    left:0;
    width:5px;
    height:14px;
    background:#8c0e0e;
}

h6 {
	margin-bottom:0.25em;
	color:#382400;
	font-size:14px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}

img {
	vertical-align:bottom;
}

em {
	font-weight:bold;
}

strong {
	font-weight:bold;
	color:#000000;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin:0 0 0 0;
	padding:0;
}
ul li {
	list-style:disc;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dt:before {
	content:"\0025a0";
}
dd {
	margin-bottom:1em;
}

table {
	width:100%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #ddd;
	background:#fff;
}
th {
	padding:10px;
	text-align:center;
	vertical-align:middle;
	border:1px solid #ddd;
	background:#eee;
}
td {
	padding:10px;
	text-align:left;
	border:1px solid #ddd;
}


.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */



#contents a:hover img{
	filter: alpha(opacity=80);
    -moz-opacity:0.8;
    opacity:0.8;
}


.sty_video{
	text-align:center;
	margin:0 auto 30px;
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
	padding:0;
	margin:15px auto 35px auto;
}

.summary {
	position:absolute;
	top:0;
	right:10px;
	margin:0;
}


#left_h{
	float:left;
	position:relative;
	width:418px;
	padding:0;
	margin:15px 0 0 0;


}
#left_h h1{
	color:#000;
	font-weight:bold;
	position:absolute;
	left:96px;
	top:3px;
}


#right_h{
	float:right;
	position:relative;

}
#right_h p{
	margin:0 0 15px 0;

}

#right_h table , #right_h table td{
	margin:0;
	padding:0;
	border:none;

}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
@media screen and (min-width:980px) {

	.slideInner li img {
		/* margin:0 5px;
		padding:0; */
		width:980px;
		height:300px;
	}
	nav {
		background:url(../images/bg_nevi.jpg) repeat-x;
		height:48px;
		z-index:3;
		margin:0 0 50px 0;
	}
	nav ul {
		margin:0;
		padding:0;
		height:48px;
	}
	nav li {
		position:relative;
		float:left;
		margin:0;
		padding:0;
		text-align:center;
		list-style:none;
		height:48px;
		border:none;
		overflow:hidden;
	}
	#na01 a{
	text-indent:-9999px;
	display:block;
	width:122px;
	height:48px;
	background:url(../images/navi01.png) no-repeat;
}navi
#na01 a:hover{
	background:url(../images/navi01.png) 0 -48px no-repeat;
}

#na02 a{
	text-indent:-9999px;
	display:block;
	width:122px;
	height:48px;
	background:url(../images/navi02.png) no-repeat;
}
#na02 a:hover{
	background:url(../images/navi02.png) 0 -48px no-repeat;
}
#na03 a{
	text-indent:-9999px;
	display:block;
	width:122px;
	height:48px;
	background:url(../images/navi03.png) no-repeat;
}
#na03 a:hover{
	background:url(../images/navi03.png) 0 -48px no-repeat;
}
#na04 a{
	text-indent:-9999px;
	display:block;
	width:122px;
	height:48px;
	background:url(../images/navi04.png) no-repeat;
}
#na04 a:hover{
	background:url(../images/navi04.png) 0 -48px no-repeat;
}
#na05 a{
	text-indent:-9999px;
	display:block;
	width:122px;
	height:48px;
	background:url(../images/navi05.png) no-repeat;
}
#na05 a:hover{
	background:url(../images/navi05.png) 0 -48px no-repeat;
}
#na06 a{
	text-indent:-9999px;
	display:block;
	width:122px;
	height:48px;
	background:url(../images/navi06.png) no-repeat;
}
#na06 a:hover{
	background:url(../images/navi06.png) 0 -48px no-repeat;
}

#na07 a{
	text-indent:-9999px;
	display:block;
	width:122px;
	height:48px;
	background:url(../images/navi07.png) no-repeat;
}
#na07 a:hover{
	background:url(../images/navi07.png) 0 -48px no-repeat;
}

#na08 a{
	text-indent:-9999px;
	display:block;
	width:122px;
	height:48px;
	background:url(../images/navi088.png) no-repeat;
}
#na08 a:hover{
	background:url(../images/navi088.png) 0 -48px no-repeat;
}

	.showNav {
		background:#7c0c0c !important;
	}

	.showSub {
		overflow:visible;
		height:42px;
		border-bottom:2px solid #8c0e0e;
	}
	.showSub:last-child {
		border-bottom:0;
	}
	.showSub:last-child a {
		border-radius:0 0 3px 3px;
	}

	.fixed {
		position:fixed;
		top:0;
		left:0;
	}

	#navi_sp{
		display:none;
	}

}



/*================================================
 *  トップページ
 ================================================*/

 #jirei{
	 border-bottom:1px #CCCCCC dotted;
	 padding:0 0 15px 0;
	 margin:15px 0 0 0;
 }

 .left_jirei{
	 float:left;
	 width:25%;
 }
  .right_jirei{
	 float:right;
	 width:70%;
 }
  .right_jirei h5{
	  color:#00468C;
	  font-size:15px;
  }

  .img_consul_top{
	  width:980px;
	  margin:auto;
  }

#jirei_bnt{
	display:inline-block;
	float:right;
}
#jirei_bnt_sp{
	display:none;
}

#news{
	overflow-y: auto;
	height: 300px;
	margin-bottom:30px;
}

 /*================================================
 *  企業情報
 ================================================*/


#access01td{
	 background-color: #999999;
  color: #ffffff;
  width: 30%;
 }

 #map_pc{
	 margin:0 0 30px 0;
 }

 #map_sp{
	 display:none;
 }

.col_two_one #com_photo{
	 margin:0 0 30px 0;
 }
.col_two_one #com_photo ul{
	 width:100% !important;
 }
.col_two_one #com_photo li{
	 width:32% !important;
	 float:left;
	 margin:0;
	 padding:0;
 }
 #com_photo_mar2{
	 margin:0 2% !important;
 }

 .no_border{
	 border:none;
 }
 .no_border td{
	 border:none;
 }
 #border_bo{
	 border-bottom:1px #CCCCCC dotted;
 }
  /*================================================
 *  商品詳細
 ================================================*/
 #product_area{
	 margin:0 0 40px 0;
 }
 #product_area h6{
	 font-weight:bold;
	  margin:0 0 10px 0;
	  color:#36C;
	  font-size:16px;
	  padding:0 0 5px 0;
 }




  .product_leftbox{
	  float:left;
	  width:270px;
	  margin:0 15px 30px 0;
  }
  .product_rightbox{
	  float:right;
	  width:400px;
	  margin:0 0 30px 0;
  }



.product_mixer{
width: 44%;
padding: 1%;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
border:1px #CCCCCC solid;
display:inline-block;
/display:inline;
/zoom:1;
vertical-align:top;
font-size:12px;
margin:0 1% 2% 2%;
}


.product_mixerleftbox{
	float:left;
	width:48%;
}
.product_mixerrightbox{
	float:right;
	width:48%;
}

.product_mixer h6{
	  font-weight:bold;
	  margin:0 0 10px 0;
	  color:#464637;
	  font-size:16px;
	  padding:0 0 5px 0;
	  width:100%;
	  text-align:center;
  }

.product_mixer img {
margin: 0px;
max-width: 100%;
}

.product_mixer td{
	padding:1% 2%;
}



#example_txt{
	  margin:0 0 10px 0;
	  color:#cc0000;
	  font-size:16px;
	  padding:0 0 5px 0;
	  border-bottom:1px #CCCCCC solid;
	  border-left:none;
	  width:100%;
 }


#mixer_tit{
	color:#3E246E;
	font-weight:bold;
	text-align:center;
	padding:20px 0 0 0;
	font-size:1.5rem;
}
#mixer_tit01{
	padding:20px 0 0 0;
	margin:0 0 25px 0;

}

#product_area ul{
	width:100%;
	margin:0 0 0 0;
 }
 #product_area ul li{
	width:32%;
	display:inline;
	margin:0 2% 0 0;
	padding:0;
 }
#product_area ul li:last-child {
	margin:0;
}


.syounin{
	text-align:center;
}

#shopinfo_photos{
	width:100%;
	box-sizing:border-box;
	margin:20px 0;
}
#shopinfo_photos img{
	width:100%;
}
#shopinfo_photos p{
	width:100%;
	margin:0 0 20px 0;
}
#shopinfo_photos li{
	float:left;
	width:46%;
	margin:0 8% 15px 0;
}
#shopinfo_photos li:nth-of-type(2n){
	float:left;
	width:46%;
	margin:0 0 15px 0;
}

.range_area{
	margin:0 0 30px 0;
}
.range_area_left{

	width:100%;
	margin:0 0 30px 0;
}
.range_area_right{

	width:100%;
	margin:0 0 50px 0;
}
/*================================================
 *  右カラム
 ================================================*/
.catalog{
 text-align:center;
 margin:0 auto 25px auto;
 width:210px;
 line-height:120%;
}

.catalog img{
	padding:0 0 5px 0;
}
.right_boxculm{
 background:url(../images/bg_right.jpg) repeat;
  margin:0 auto 25px auto;
  width:210px;
   padding:5px;
}
.right_boxculm h2{
  margin:0;
  padding:0;
  border:none;
}
.right_boxculm_inner{
 width:190px;
 padding:5px;
 background-color:#FFF;
}


.right_btnarea li{
	list-style:none;
	margin:0 0 10px 0;
}

.right_btnarea li img{
	width:100%;
}




/*================================================
 *  トピックパス（パンくずリスト）
 ================================================*/
#topicpath {
	font-size:12px;
	margin-bottom:20px;
	padding:2px;
	background:#f1f1f1;
}

/*================================================
 *  サブコンテンツ
 ================================================*/
.submenu li {
	margin:0;
	padding:0;
	list-style:none;
}
.submenu li a:before {
	content:"\0025a0";
	color:#000;
}
.submenu li a {
	display:block;
	padding:10px 2px;
	color:#000;
	border-bottom:1px dotted #ddd;
	text-decoration:none;
}
.submenu li a:hover {
	background:#eee;
}

.bnr {
	overflow:hidden;
}
.bnr ul {
	overflow:hidden;
}
.bnr li {
	margin:0 0 10px 0;
	padding:0;
	list-style:none;
}
.bnr li a:hover {
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter:"alpha( opacity=80 )";
}
.bnr img {
	width:100%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
}

.footmenu {
	width:100%;
	padding:20px 0;

	background:#E6EBF0;
}
.footmenu ul {
	text-align:center;
	margin:0;
	padding:0 0 15px 0;
	background:url(../images/border_footer.jpg) center bottom repeat-x;
}
.footmenu li {
	position:relative;
	display:inline;
	list-style:none;
	margin:0 30px;
	padding:0 0 0 15px;
	font-size:13px;
	text-align:center;
	background:url(../images/img_footer01.jpg) 0 50% no-repeat;
}
.footmenu a {
	color:#333;
	text-decoration:none;
}
.footmenu a:hover {
	color:#333;
	text-decoration:underline;
}

.copyright {
	clear:both;
	padding:20px 0;
	font-size:11px;
	text-align:center;
	color:#efede9;
	background:#2e2e2e;
}


#footer_acc{
	width:980px;
	margin:0 auto;
}
.img_footerleft{
	float:left;
}
.img_footerright{
	float:right;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#710000;
}
.totop img:hover {
	background:#900000;
}

/*================================================
 *  クラス
 ================================================*/
.list {
	padding:0 0 0 0.5em;
}
.list li {
	margin:0;
	padding:0 0 0 15px;
	list-style:none;
	background:url(../images/check.png) 0 5px no-repeat;
}

.info dt {
	border-bottom:none;
}
.info dd {
	padding-bottom:1em;
	border-bottom:1px solid #ddd;
}

#info{
	border:none !important;
	width:100%;
}

#info td {
	padding:0 0 5px 0;
	border:none !important;
	vertical-align:middle;
}
#info td img{
	vertical-align:middle;
}

#news_border{
	border-bottom:1px #CCCCCC dotted;
}

.col_two_one {
	overflow:hidden;
}

.col_two_one ul {
	overflow:hidden;
	margin:2% -2% 0 0;
}
.col_two_one li {
	list-style:none;
	float:left;
	width:48%;
	margin:0 2% 2% 0;
}
/*
.col_two_one li:nth-child(2n+1) {
	clear:both;
}
*/
.col_two_one li img {
	width:100%;
	margin-bottom:2.5%;
	max-width:300px;
}

.col_two_one #product_area #mixer_txt ul{
	margin:0 0 30px 0;
	width:96%;
	padding:2%;
	background-color:#CCC;
}
.col_two_one #product_area #mixer_txt ul li{
	width:100%;
	list-style-type:circle !important;
	list-style-position:outside !important;
}
/*================================================
 *  スライドショー
 ================================================*/
/* スライドショー */
.slide {
	position:relative;
	overflow:hidden;
	margin:20px 0 40px 0;
}

.slidePrev {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slideNext {
	position:absolute;
	cursor:pointer;
	z-index:2;
}

.slidePrev img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideNext img {
	position:absolute;
	width:50px !important;
	height:60px !important;
}

.slideInner {
	position:relative;
	margin:0 0 5px 0;
	padding:0;
}
.slideInner li {
	float:left;
	margin:0;
	padding:0;
	list-style:none;
}
.slideInner li img {
	/* margin:0 5px;
	padding:0; 
	width:980px;
	height:300px;*/
}

.filterPrev {
	position:absolute;
	left:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.filterNext {
	position:absolute;
	right:0;
	opacity:0.5;
	filter:alpha(opacity=50);
	background-color:#fff;
}

.controlNav {
	position:relative;
	float:left;
	left:50%;
}
.controlNav span {
	position:relative;
	left:-50%;
	float:left;
	margin:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	width:10px;
	height:10px;
	overflow:hidden;
	background:#ccc;
	text-indent:-9999px;
	vertical-align:middle;
}
.controlNav span:hover {
	background:#999;
	cursor:pointer;
}
.controlNav span.current {
	background:#0D47A1;
}


/*================================================
 *  フォーム
 ================================================*/

.all_cover{
    width: 685px;
    margin: 30px auto;
    padding: 10px;
    background: #D9E1F4;
    border-radius: 10px;
}
#form_cover{
    padding-top: 10px;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}
.form_box{
    border-top: 1px solid #999;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
	padding:0;
	margin:0;
}
.form_box table{
    border-spacing: 0;
}
.form_box table th,
.form_box table td,{
    font-size: 13px;
}
.form_box table p{
    font-size: 12px;
    padding-top: 5px;
}
.form_box table input[type='text']{
    border: 1px solid #CCC;
    padding: 5px;
    width: 98%;
}
.form_box table input[type="radio"]{
    vertical-align: middle;
}
.form_box table tbody tr th{
    width: 166px;
    padding: 10px;
    background: #EEE;
	text-align:left;
    border-right: 1px solid #999;
    border-bottom: 1px solid #999;
}
.form_box table tbody tr td{
    width: 731px;
    min-height: 21px;
    padding: 11px 10px;
    background: #FFF;
    border-bottom: 1px solid #999;
}
.form_box table tbody tr th{
    vertical-align: middle;
    font-weight: normal;
}
.form_box table tbody tr th span{
    color: #D80000;
}
.form_box table tbody tr td{
    vertical-align: middle;
}
.form_box table select{
    border: 1px solid #CCC;
    padding: 5px;
}
.form_box table tbody tr td textarea{
    min-height: 200px;
    font-size: 13px;
    border: 1px solid #CCC;
    padding: 5px;
    width: 98%;
}
.last{
    border-bottom: 0 !important;
	margin:0;
	padding:0;
}
.btn_cover {
    margin-top: 20px;
    text-align: center;
}
.btn_cover input[type='button'].checkbtn{
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 27px;
    vertical-align: baseline;
    font-weight: normal;
    background: #60609F;
    color: #FFF;
    cursor: pointer;
}

.btn_cover input[type='reset']{
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 40px;
    vertical-align: baseline;
    font-weight: normal;
    background: #9F6060;
    color: #FFF;
    cursor: pointer;
}
.btn_cover input[type='submit']{
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 47px;
    vertical-align: baseline;
    font-weight: normal;
    background: #60609F;
    color: #FFF;
    cursor: pointer;
}
.btn_cover input.classbackbtn{
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 47px;
    vertical-align: baseline;
    font-weight: normal;
    background: #9F6060;
    color: #FFF;
    cursor: pointer;
}

#back_form{
    -webkit-appearance: none;
    display: inline-block;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    margin: 0 5px;
    outline: none;
    padding: 10px 48px;
    vertical-align: baseline;
    font-weight: normal;
    background: #9F6060;
    color: #FFF;
    cursor: pointer;
}
.long{
    padding: 20px 10px !important;
}
.thanks_text {
    padding-top: 10px;
    font-size: 13px;
    color: #333;
    line-height: 1.5;
}

#tel_sm{
	display:none;
 }

.red
{
  color: #ff0000;
}
/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	.inner {
		width:100%;
	}
	nav {
		z-index:3;
		margin:270px 0 50px 0;
	}

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
	header {
		z-index:2;
		box-sizing:border-box;
		position:absolute;
		top:0;
		left:0;
		width:100%;
		padding:15px 10px;
		margin:0;
		background-color:#FFF;
	}
	#left_h{
		width:95% !important;
		float:none;
	}
	#left_h h1{
		position:static !important;

	}
	#right_h{
		float:none;
	}
	#right_h_td{
		width:45%;
	}


	footer {
		width:100%;
	}


/*********** contact-responsive **************/
.all_cover{
    width: 95%;
}
.form_box table input[type='text']{
    width: 90%;
}
.form_box table tbody tr th{
    width: 30%;
}
.form_box table tbody tr td{
    width: 70%;
}
.form_box table tbody tr td textarea{
    width: 90%;
}
.btn_cover input[type='button'].checkbtn{
    padding: 10px 27px;
}
.btn_cover input[type='button'].back{
    padding: 10px 48px;
}
.btn_cover input[type='reset']{
    padding: 10px 40px;
}
.btn_cover input[type='submit']{
    padding: 10px 47px;
}

}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	body {
	font-size:14px;
	color:#333;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
	background:#fff;
	margin:0;
	padding:0;
}
	.lock {
		overflow:hidden;
		height:100%;
	}


	.summary {
		position:relative;
		top:auto;
		right:auto;
		margin-top:15px;
	}
	#img_sp{
		width:100%;
	}

	#main {
		float:none;
		width:100%;
	}

	.main {
		float:none;
		width:100%;
	}

	#sub {
		float:none;
		width:210px;
		margin:0 auto;
	}
	nav {
		background:#710000;
	}
	nav ul {
		margin:0;
		padding:0;
		}

	nav .inner > ul {
		z-index:2;
		overflow:auto;
		position:fixed;
		top:53px;
		right:0;
		width:100%;
		height:88%;
		height:-webkit-calc(100% - 53px);
		height:calc(100% - 53px);
	}
	nav li {
		position:relative;
		width:100%;
		float:none;
		margin:0;
		text-align:left;
		list-style:none;
		border-bottom:1px solid #CECEBF;
		background:#9b0f0f;
	}

	nav li:first-child {
		border-top:0;
	}
	nav li:last-child {
		border-bottom:0;
	}

	nav li a {
		display:block;
		padding:10px 30px;
		color:#fff;
		text-decoration:none;
		background:#2E1162;
	}
	nav li a:hover {
		color:#fff;
		background:#710000;
	}
	nav ul ul {
		display:none;
		position:relative;
	}
	nav li li a {
		box-sizing:border-box;
		width:100%;
		padding:10px 30px 10px 50px;
		text-align:left;
	}

	.subnav > a:before {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-5px;
		background:#f1f1f1;
	}
	.subnav > a:after {
		display:block;
		content:"";
		position:absolute;
		-webkit-transform:rotate(45deg);
		transform:rotate(45deg);
		top:20px;
		right:30px;
		width:10px;
		height:10px;
		margin-top:-10px;
		background:#9b0f0f;
	}
	.subnav a:hover:after {
	  background:#710000;
	}

	.active > a:before {
		margin-top:0;
	}
	.active > a:after {
		margin-top:5px;
	}

	#spMenu {
		z-index:2;
		position:fixed;
		top:10px;
		right:10px;
	}
	#spMenu:hover {
		cursor:pointer;
	}

	#navBtn {
		display:inline-block;
		position:relative;
		width:36px;
		height:36px;
		border-radius:5%;
		background:#2E1162;
	}
	#navBtnIcon {
		display:block;
		position:absolute;
		top:50%;
		left:50%;
		width:14px;
		height:2px;
		margin:-1px 0 0 -7px;
		background:#f1f1f1;
		transition:.2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display:block;
		content:'';
		position:absolute;
		top:50%;
		left:0;
		width:14px;
		height:2px;
		background:#f1f1f1;
		transition:0.3s;
	}
	#navBtnIcon:before {
		margin-top:-6px;
	}
	#navBtnIcon:after {
		margin-top:4px;
	}
	#navBtn .close {
		background:transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top:0;
	}
	#navBtn .close:before {
		transform:rotate(-45deg);
		-webkit-transform:rotate(-45deg);
	}
	#navBtn .close:after {
		transform:rotate(-135deg);
		-webkit-transform:rotate(-135deg);
	}

	.col_two_one ul {
		margin-right:0;
	}
	.col_two_one li {
		width:100%;
	}



	#footer_acc{
	width:100%;
	margin:0 auto;
}
.img_footerleft{
	float:none;
}
.img_footerright{
	float:none;
}
.footmenu ul {
	margin:0;
	padding:0 0 15px 0;
	text-align:left !important;
	background:url(../images/border_footer.jpg) center bottom repeat-x;
}
.footmenu li {

	list-style:none;
	margin:0 15px 0 0;
	padding:0 0 0 15px;
	font-size:13px;
	text-align:left !important;
	background:url(../images/img_footer01.jpg) 0 50% no-repeat;
}

#jirei_bnt{
	display:none;
}

#jirei_bnt_sp{
	display:inline-block;
	float:right;
	width:30%;
}

.img_consul_top{
	  width:100%;
	  margin:auto;
  }

  #map_pc{
	 display:none;
 }

 #map_sp{
	 width:300px;
	 display:block;
	 margin:0 auto 20px auto;
 }

   /*================================================
 *  商品詳細
 ================================================*/


  .product_leftbox{
	  float:none;
	  width:270px;
	  margin:0 auto 15px auto;
  }
  .product_rightbox{
	  float:none;
	  width:100%;
	  margin:0 auto 15px auto;
  }
  .product_rightbox img{
	  width:90%;
	  margin:0 auto 15px auto;
  }


  .product_mixer{
width: 97%;
padding: 1%;
-webkit-border-radius:5px;
-moz-border-radius:5px;
border-radius:5px;
border:1px #CCCCCC solid;
display:inline-block;
/display:inline;
/zoom:1;
vertical-align:top;
font-size:12px;
margin:0 0 2% 0;
}

.product_mixerleftbox{
	float:none !important;
	width:100% !important;
}
.product_mixerrightbox{
	float:none !important;
	width:100% !important;
}



.slide  {
	margin-top: 0px;

}
	.sty_video{
	text-align:center;
	margin:0 auto 30px;
	width:100%;
}
	.sty_video video{
	width:100%;
}


}


@media screen and (max-width:479px) {
	.rbls-ul p{

		height: 3em;

	}
	.omsc-ul P{
		height: 3em;
	}

	.dxcf-ul P{
		height: 3em;
	}
	.zgsc-ul P{
		height: 3em;
	}

	.footest{
		display: none;
	}
.left_h img{
	max-width:100%;
	overflow:hidden;

}

.col_four_one li {
    width: 48%!important;
}

.col_two_one img{
	height:auto;
}


.slideInner li img {
	margin:0 5px;
	padding:0;
	width:100%;
	
}


.bot-img img{
	width:380px;
	height: 120px;
}


}

/*2210追加*/
.pc_dxf{
	display:block;
	border:none;
	width:auto;
}
.smp_dxf{
	display:none;
}

.pc_dxf td{
	border:none;
	padding:0;
}
.pc_dxf td p{
	margin:0;
}

/*sty60追加*/
.post-id-3320 header , .post-id-3320 footer{
  display: none;
}
.sty60{
	font-size:1.5em;
	max-width:980px;
	margin:auto;
}
.sty60 h4{
	border:none;
	padding:0;
}
.sty_tit{
	background:#00428E;
	padding:20px;
	text-align:center;
	-moz-border-radius: 0.5em;
-webkit-border-radius: 0.5em;
-o-border-radius: 0.5em;
-ms-border-radius: 0.5em;
margin:0 0 25px 0;
color:#fff;
font-size:1.5em;
font-weight:bold;
line-height:120%;
}
.sty60 ul{
	margin:0 0 15px;
}
.sty60 li{
	margin:0 0 15px;
	background:url(https://sanseidou.co.jp/wp-content/themes/sst-japan/images/ico_sty60.jpg) left top no-repeat;
	padding:0 0 0 36px;
	list-style-position:outside;
	background-size:33px;
	width:100%;
	box-sizing: border-box;
	list-style:none;
}
.seimen{
	width:60%;
	margin:0 auto 50px;
}
.img_2colum , .sokudo{
	display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
justify-content: space-between;
}
.img_2colum h4{
	width:48%;
}
.sokudo_l{
	width:60%;
	font-size:0.8em;
}
.sokudo_l li{
	background-size:26px;
	padding:0 0 0 29px;
	margin:0 0 5px;
	width:100%;
	box-sizing: border-box;
	list-style:none;
}

.sokudo_l table{
	background:#F3F3F4;
	border:none;
}
.sokudo_l table td{
	width:33%;
	border:none;
}

.sokudo_r{
	width:36%;
	text-align:center;
}
.sokudo_r h4{
	margin:60px 0 0;
}
.sty60_sunpo , .sty60_sunpo td{
	border:none;
}
.sty60_sunpo{
	margin:30px auto;
}
.sty60_sunpotxt01{
	background:#C5DEF4;
}


@media screen and (max-width:767px) {
.pc_dxf{
	display:none;
}
.smp_dxf{
	display:block;
}
	.col_four_one li {
	    width: 48% !important;
	}

	.col_two_one img{
		height:auto;
	}

	.footest{
		display: none;
	}

	.slideInner li img {
		margin:0;
		padding:0;
		/*width:100% !important;*/
		height:119px !important;
		/*height: 80%;*/

	}

	.bot-img img{
		/* width:100%; */
		height: 100%;
	}

	.slideInner{
		height: 360px;
	}

	.r_top_zw{
        float: left;
        display: block;
        font-size: 14px;
        font-weight: 500;
        line-height: 24px;
        border: 1px solid #f4f4f4;
        padding: 6px 6px 0 6px;
        border-radius: 5px;
        margin-bottom: 10px;
        background: #f4f4f4;

        }

    .r_top_yw{
        float: left;
        display: block;
        font-size: 15px;
        font-weight: 500;
        line-height: 24px;
        padding: 6px 6px 0 6px;
        margin-left: 34px;
        border: 1px solid #f4f4f4;
        border-radius: 5px;
        background: #f4f4f4;
        }

    .r_top_zw img,.r_top_yw img{
        width:25px;
        padding-right: 10px;
      }
	  .sty60_sunpo td{
		  font-size:0.9em;
	  }
}

@media screen and (min-width:980px) {
	#left_h img{
		width: 418px;

	}
	.col_two_one img {
    height: auto;
}

}


.col_four_one  a:link { text-decoration: none;}
.col_two_one   a:link { text-decoration: none;}

#contents #main .col_two_one   a:link { text-decoration: underline;}
.classbackbtn1{
	background: #60609F;
}
#contents #main .col_two_one a{
	display:inline-block;
	margin: 0 0 10px 10px;
}

.classbackbtn2{
	background: #9F6060 !important;
}

.btn_area1{
	margin-bottom: 20px;
}

@media screen and (max-width: 600px){

	.classbackbtn1{
		background: #60609F;
	}

	.classbackbtn2{
		background: #9F6060 !important;
	}



}




#fancybox-outer{
	width: 80% !important;
    height: auto!important;
    overflow-y: scroll;
}


#fancybox-outer{
	width: 80% !important;
    height: auto!important;
    overflow-y: scroll;
}


#fancybox-wrap{

	width: 100% !important;
    left: 0px !important;
    padding: 5px 0 0 0 !important;
		overflow-y: scroll;
}
#fancybox-content{
	width: 100% !important;
	    height: auto!important;
			overflow-y: scroll;
}
#fancybox-overlay{
	background-color: rgb(255, 255, 255)!important;
    opacity: 1!important;
		height: 0px!important;
}
#fancybox-close {
    top: 12px!important;
    right: 12px!important;
}
#fancybox-title-over{
	display: none!important;
}

.fancybox-active header ,.fancybox-active nav ,.fancybox-active #contents ,.fancybox-active footer{
	display: none;
}
.panku{
width: 980px;
  margin: 0px auto;
}
.panku li{
list-style-type: none;
display: inline-block;
margin: 0 10px 0 0;
}
.panku li:after {
  content: '';/*何も入れない*/
  display: inline-block;
  width: 11px;/*画像の幅*/
  height: 14px;/*画像の高さ*/
  background-image: url(https://sanseidou.co.jp/wp-content/themes/sst-japan/images/ico_pankuzu.jpg);
  background-size: contain;
  vertical-align: middle;
  margin:0 0 0 10px;
}
.panku li:last-of-type:after {
	display:none;
}
@media screen and (max-width: 600px){
.panku{
width: 98%;
  margin: 0px auto;
}
}