/****************************************

          全体

*****************************************/
html{
	margin: 0!important;
	padding: 0!important;
}
body {
	margin: 0!important;
	padding: 0!important;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	width: 100%!important;
}
a{
	text-decoration: none;
	color: #333;}
a:hover {
	text-decoration: none;
	color: #000;}
	
/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}	
	
	
	
	
/*==============================　共通部品　==============================*/
.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 10px;
  box-sizing: border-box; }
  
.subheader_bg .container {
  overflow:visible!important;  }
#serchmenu_wrap .container {
  overflow:visible!important;  }

.fas_spaceleft{
	padding-left: 10px;
}

.previewAlart {
  background: #cc0000;
  color: #ffffff;
  font-weight: bold;
  padding: 8px;
  text-align: center;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background: #cc0000;
  color: #ffffff;
  font-weight: bold;
  padding: 8px;
  margin-top: 0;
  box-sizing: border-box;
  text-align: center;
  z-index: 99999;
}
/* Larger than desktop */
@media (min-width: 1200px) {
	.container {
		position: relative;
		width: 100%;
		max-width: 1320px;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box; }  
}  


/*==============================　ヘッダー　==============================*/
.h_wrap{
	position: fixed;
	z-index: 999;
	top: 0;
	width: 100%; }
	
/* ヘッダー背景 */
.header_bg{
	background-color: #000; }
.subheader_bg{
	display: none; }
	
/*--- sp-pc スイッチ---*/
.spmenu{
  display: block;
  height:80px; }
.pcmenu{
  display: none; }
  
/* Larger than desktop */
@media (min-width: 1200px) {

/* ヘッダー背景 */
.subheader_bg{
	display: block;
	background-color: #101010; }

  /* sp-pc */
  .spmenu{
    display: none; }
  .pcmenu{
    display: flex; }
	
}
	
/* -----------　SP　ヘッダー内容　-----------*/
.h1sp{
  display:block !important;
  position:absolute;
  top:-10px;
  left:20px;
  z-index:9999 !important; }
	.h1sp img {
	  width: 180px;
	  height: auto; }
  
/* バーガーメニュー */
.navi_wrap {
  float: right; }
	/* バーガー */
	.navi-btn {
	  width: 50px;
	  height: 76px;
	  position: relative;
	  cursor: pointer;}
		/* 1本目 */
		.navi-btn span {
		  position: absolute;
		  display: block;
		  width: 36px;
		  height: 2px;
		  background: #fff;
		  border-radius: 5px;
		  transition: all .3s;
		  right: 10px;
		  top: 28px}
		/* 2本目 */
		.navi-btn span:nth-of-type(2) {
		  top: 38px;
		  opacity: 1;
		  transition: all .3s;}
		/* 3本目 */
		.navi-btn span:last-of-type {
		  top: 48px;}
		.navi-btn p {
		  color: #252525;
		  text-align: center;
		  position: absolute;
		  /*top: 45px;
		  left: 2px;*/}
		/* 3本の回転 */
		.navi-btn-on span:first-of-type {
		  transform: rotate(-45deg) translateY(12px) translateX(-3px);}
		.navi-btn-on span:nth-of-type(2) {
		  transform: translateX(0);
		  opacity: 0;}
		.navi-btn-on span:last-of-type {
		  transform: rotate(45deg) translateY(-12px) translateX(-3px);}
	/* メニュー内容 */
	.navi-menu {
	  top: 80px;
	  display: none;
	  background: #252525;
	  /*width: 96%;*/
	  width: 100%;
	  position: fixed;
	  padding: 10px 2%;
	  box-sizing: border-box;
	  z-index: 99999;
	 /* overflow-y: auto;*/
	  }
		.navi-menu li {
		  list-style-type: none;}
			.navi-menu li a {
			  display: block;
			  color: #e7efe7;
			  font-size: 16px;
			  text-decoration: none;
			  box-sizing: border-box;
			  padding: 5px 2%;}
			.navi-menu li a:hover {
			  background-color: #910A2D;
			  display: block;}
  
  
/* -----------　PC　ヘッダー内容 　-----------*/

.h_flexwrap{
	display: none; }
  
/* Larger than desktop */
@media (min-width: 1200px) {
	.h_flexwrap{
		position: relative;
		display: flex;
		align-items: center;
		height: 70px;
		width: 100%; }
}

	/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');*/
	.h_flexleft{
		position: relative;
		display: flex;
		width: 500px;
		height: 70px ; }
		.sr_rogo {
			width: 180px;
			height: 70px;
			margin: 0; }
			.h_flexleft img{
				margin-top: 28px;
				width: 100%; }
		.s_count {
			display: flex;
			align-items: center;
			font-size: 12px;
			width: 180px;
			height: 70px;
			color: #fff;
			margin-left: 30px; }



	.h_flexright {
		flex: 1;
		width: 100%; }
		.h_flexright ul {
			font-size: 1.0em;
			position: relative;
			display: flex;
			flex-direction: row;
			justify-content: flex-end;
			text-align: right; 
			margin-left: auto;}
			.h_flexright ul li {
				font-weight: 600;
				margin-left: 30px;
				display: flex;
				align-items: center; }

				/*メインメニュー*/
				.nav {
				width: 100%;
				height: 40px;
				padding: 0;
				top: 0;
				position: relative;
				display: flex;
				}
					.nav li {
						position: relative;
						list-style: none;
					}
						.nav li a {
							display: block;
							/*width: 130px;*/
							/*height: 40px;*/
							text-align: center;
							color: #E9E9E9;
							font-size: 14px;
							transition: 0.5s;
							text-decoration: none;
							box-sizing: border-box;
							/*vertical-align: middle;*/
							padding: 20px 0; }
						.nav > li:hover > a {/*layer-1*/
							color: #910A2D;
							/*background: #910A2D; */}
						.nav > li li:hover > a {/*layer-2*/
							color: #910A2D;
							/*background: #910A2D;*/ }

						/*子メニュー*/
						.nav li ul {
							position: absolute;
							width: 200px;
							left: -80px;
							z-index: 9999;
							display: flex; 	}
							.nav li ul li {
								overflow: hidden;
								height: 0;
								transition: 0.2s;
								left: -40px;
								color: #fff;
								background: rgba(0,0,0,0.8);
								width: 240px;
							}
							.nav li ul li a {
								width: 240px;
								text-align: left;
								padding-left: 20px;
								color: #fff;
							}
							.nav li:hover > ul > li {
								overflow: visible;
								height: 40px;
							}




/*==============================　サブヘッダー　==============================*/

/* -----------　PC　サブヘッダー内容 　-----------*/
.subh_flexwrap{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 auto;
	padding: 0 200px;
	box-sizing: border-box;
	height: 50px;
	width: 100%; }

	/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');*/
	.subh_flexitem01{
		flex-grow:2.5;
		font-size: 14px;
		text-align: center; }
		.subh_flexitem01 a{
			color: #E9E9E9; }
	.subh_flexitem02 {
		flex-grow:2.5;
		font-size: 14px;
		/*margin: 0 0 0 20px;*/
		text-align: center; }
		.subh_flexitem02 a{
			color: #E9E9E9; }
	.subh_flexitem03 {
		flex-grow:2.5;
		/*margin: 0 30px 0 10px;*/
		font-size: 14px;
		text-align: center; }
		.subh_flexitem03 a{
			color: #E9E9E9; }
	.subh_flexitem04 {
		flex-grow:2.5;
		display: flex;
		justify-content: center;
		/*margin: 0 0 0 100px;*/
		/*border-left: 1px solid rgba(255,255,255,0.40);*/
		/*padding-left: 30px;*/  }
	.subh_flexitem04in {
		font-size: 14px;
		display: flex;
		align-items: center;
		justify-content: right;
		text-align: center; }
	.fasicon {
		margin-right: 10px;	}
	.fasicon_left {
		margin-left: 10px;
		font-size: 12px;}
		
		.subh_flexitem031 {
			/*flex-grow:3;*/
			text-align: center; }
	
					/** Custom Select（セレクトメニュー） **/
					.subh_flexitem031 .custom-select-wrapper {
						  width: 200px;
					}
					.subh_flexitem032 .custom-select-wrapper {
						  width: 250px;
					}
					.custom-select-wrapper {
					  position: relative;
					  display: inline-block;
					  user-select: none;
					  height: 32px;
					  /*width: 100%;*/
					  border-bottom: 1px solid rgba(255,255,255,0.60);
					}
					  .custom-select-wrapper select {
						display: none;
					  }
					  .custom-select {
						position: relative;
						display: inline-block;
					  height: 40px;
					  width: 100%;
					  }
						.custom-select-trigger {
						  position: relative;
						  display: block;
						  /*width: 130px;*/
						  /*padding: 0 84px 0 22px;*/
						  padding: 0 40px 0 22px;
						  font-weight: 300;
						  color: #fff;
						  line-height: 32px;
						  border-radius: 4px;
						  cursor: pointer;
						}
						  .custom-select-trigger:after {
							position: absolute;
							display: block;
							content: '';
							width: 10px; height: 10px;
							top: 50%; 
							right: 5px;
							margin-top: -3px;
							border-bottom: 1px solid #fff;
							border-right: 1px solid #fff;
							transform: rotate(45deg) translateY(-50%);
							transition: all .4s ease-in-out;
							transform-origin: 50% 0;
						  }
						  .custom-select.opened .custom-select-trigger:after {
							margin-top: 3px;
							transform: rotate(-135deg) translateY(-50%);
						  }

					/** Custom Select（セレクト子メニュー） **/
					  .custom-options {
						position: absolute;
						display: block;
						top: 100%; left: 0; right: 0;
						min-width: 100%;
						margin: 15px 0;
						border: 1px solid #b5b5b5;
						border-radius: 4px;
						box-sizing: border-box;
						box-shadow: 0 2px 1px rgba(0,0,0,.07);
						background: #fff;
						transition: all .4s ease-in-out;

						opacity: 0;
						visibility: hidden;
						pointer-events: none;
						transform: translateY(-15px);
						/*margin: 0 calc(50% - 50vw);*/
						/*width: 100vw;*/
					  }
                      .custom-options {
                        overflow-y: scroll;
                        height: 250px;
                      }
					  .custom-select.opened .custom-options {
						opacity: 1;
						visibility: visible;
						pointer-events: all;
						transform: translateY(0);
                        overflow-y: scroll;
                        height: 250px;
						z-index: 99;
					  }
						.custom-options:before {
						  position: absolute;
						  display: block;
						  content: '';
						  bottom: 100%; right: 25px;
						  width: 7px; height: 7px;
						  margin-bottom: -4px;
						  border-top: 1px solid #b5b5b5;
						  border-left: 1px solid #b5b5b5;
						  background: #fff;
						  transform: rotate(45deg);
						  transition: all .4s ease-in-out;
						}
						.option-hover:before {
						  background: #f9f9f9;
						}
						.custom-option {
						  position: relative;
						  /*display: block;*/
						  /*display: inline-block;*/
						  padding: 4px 1.5%;
						  border-bottom: 1px solid #b5b5b5;
						  font-size: 12px;
						  font-weight: 600;
						  color: #b5b5b5;
						  line-height: 26px;
						  cursor: pointer;
						  transition: all .4s ease-in-out;
						  width: 47%;
                          float:left;
						}
						.custom-option:first-of-type {
						  border-radius: 4px 4px 0 0;
						}
						.custom-option:last-of-type {
						  border-bottom: 0;
						  border-radius: 0 0 4px 4px;
						}
						.custom-option:hover,
						.custom-option.selection {
						  background: #f9f9f9;
						}	
	
				
		.subh_flexitem032 {
			/*flex-grow:5;*/
			display: none;
			margin: 0 10px;
			text-align: center; }
			.sr-inputCat {
			    padding: 10px;
				box-sizing: border-box;
				width: 100%;
				color: #333;
				line-height: 60px;
				background: #fff;
				border-radius: 4px;
				border: 1px solid #333;
				cursor: pointer;
				font-weight: 600;	}
		.subh_flexitem033 {
			display: none;
			/*flex-grow:2;*/
			text-align: center; }

		.sr-searchBtn_h {
			width:70px;
			height:30px;
			border-radius:2px;
			background:rgba(255,255,255,0.20);
			color:#fff;
			font-weight:500;
			font-size:12px;
			border:none;
			}
		.sr-searchBtn_h:hover {
			background: #910A2D; 
			color:#fff;
			}
		.sr-searchBtn {
			width:100%;
			height:40px;
			border-radius:2px;
			background:rgba(255,255,255,0.20);
			color:#fff;
			font-weight:500;
			font-size:14px;
			border:none;
			}
		.sr-searchBtn:hover {
			background: #910A2D; 
			color:#fff;
			}



/* Larger than desktop */
@media (min-width: 1200px) {
	/*--- sp-pc スイッチ---*/
/*  .spmenu{
    display: none; }
  .pcmenu{
    display: flex; }*/
	
			.sr-searchBtn {
				width:70px;
				}

}


/*==============================　フッター　==============================*/

#sns_wrap  {
	text-align: center;
	background-color: #101010;
	margin-top: 0px;  }
	.sns_flexwrap{
		position: relative;
		padding: 0 20px;
		display: flex;
		align-items: center;
		justify-content: space-between;
		box-sizing: border-box;
		height: 100px;
		width: 100%; }

		.sns_flexitem{
			position: relative;
			display: table;
			height: auto;
			color: rgba(255,255,255,0.60);	
			padding: 0 10px;
			text-align: center; }
		.sns_flexitem:hover{
				color: rgba(255,255,255,1.00);		}
		.sns_flexitem  a{
				position: absolute;
				display: block;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;	}
			.sns_flexitem img{
				display: table-cell;
				vertical-align: middle;
				opacity: 0.5;
				}
			.sns_flexitem:hover img{
				opacity: 1;
				}
			.sns_flexitem .sns_name {
					font-size: 12px;
					display: none;
				}
						
						
#fmenu_wrap  {
	background-color: #000;
	padding: 40px 0 0;
	margin-top: 0px;  }
	.fmenu_flexwrap{
		position: relative;
		display: flex;
		justify-content: center;
		flex-direction: column;
		box-sizing: border-box;
		height: auto;
		width: 100%; 
		padding: 0 0 40px;
		}

		.fmenu_flexitem01 {
			width: 100%;
			box-sizing: border-box;
			text-align: center;
			display: table; }
			.fmenu_flexitem01 img{
				display: table-cell;
				margin: 0 auto;
				width: 180px;
				}
			.fmenu_flexitem01 img a{
				display: table-cell;
				color: #999;
				}
		.fmenu_midashi {
			display: inline-block;
			width: 100%;
			text-align: left;
			font-size: 16px;
			color: rgba(255,255,255,0.60);
			border-bottom: 1px solid rgba(255,255,255,0.60);
			padding-bottom: 4px;
			}
		.fmenu_flexitem02 {
			width: 100%;
			padding-top: 20px;
			box-sizing: border-box;
			display: table;  }
			.fmenu_flexitem02 ul {
				position: relative;
				list-style: none;
				display: flex;
				font-size: 14px;
				flex-wrap: wrap;
				justify-content: space-between;
				box-sizing: border-box;
				margin: 0;
				padding: 20px 0 0 0;
				width: 100%; }
				.fmenu_flexitem02 ul li  {
					width: 49%;
					color: rgba(255,255,255,0.30);
					padding-bottom: 4px;
					 }
				.fmenu_flexitem02 ul li a {
					color: rgba(255,255,255,0.60);
					 }
				.fmenu_flexitem02 ul li a:hover {
					color: rgba(255,255,255,1.0);
					 }
		.fmenu_flexitem03 {
			width: 100%;
			padding-top: 20px;
			box-sizing: border-box;
			display: table;
			text-align: center; }
			.fmenu_gojyuwaku  {
				position: relative;
				list-style: none;
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				box-sizing: border-box;
				width: 100%; }
				.fmenu_flexitem03 ul {
					position: relative;
					list-style: none;
					display: flex;
					flex-direction: column;
					align-items: center;
					font-size: 14px;
					box-sizing: border-box;
					margin: 0;
					padding: 20px 0 0 0;
					width: 10%; }
					.fmenu_flexitem03 ul li  {
						width: 10%;
						color: rgba(255,255,255,0.30);
						padding-bottom: 2px;
						 }
					.fmenu_flexitem03 ul li a {
						color: rgba(255,255,255,0.60);
						 }
					.fmenu_flexitem03 ul li a:hover {
						color: rgba(255,255,255,1.0);
						 }
		.fmenu_flexitem04 {
			width: 100%;
			padding-top: 20px;
			box-sizing: border-box;
			display: table;
			text-align: left; }
			.fmenu_flexitem04 ul {
				position: relative;
				list-style: none;
				display: flex;
				font-size: 12px;
				flex-wrap: wrap;
				/*justify-content: space-between;*/
				box-sizing: border-box;
				margin: 0;
				padding: 20px 0 0 20px;
				width: 100%; }
				.fmenu_flexitem04 ul li  {
					width: 11.1%;
					color: rgba(255,255,255,0.30);
					padding-bottom: 2px;
					 }
				.fmenu_flexitem04 ul li a {
					color: rgba(255,255,255,0.60);
					 }
				.fmenu_flexitem04 ul li a:hover {
					color: rgba(255,255,255,1.0);
					 }
					 
				.fmenu_flexitem04 ul li:nth-child(7)  {
					margin: 0 20% 0 0;
					 }
				.fmenu_flexitem04 ul li:nth-child(14)  {
					margin: 0 20% 0 0;
					 }
				.fmenu_flexitem04 ul li:nth-child(23)  {
					margin: 0 0 0 0;
					 }
				.fmenu_flexitem04 ul li:nth-child(30)  {
					margin: 0 20% 0 0;
					 }
				.fmenu_flexitem04 ul li:nth-child(35)  {
					margin: 0 40% 0 0;
					 }
				.fmenu_flexitem04 ul li:nth-child(39)  {
					margin: 0 50% 0 0;
					 }
					 
					 

	.fcopy_flexwrap{
		border-top: 1px solid rgba(255,255,255,0.60);
		display: flex;
		height: 40px; }
		.fcopy_flexitem01 {
			width: 80px;
			display: table; }
		.fcopy_flexitem02 {
			width: 80px;
			display: table; }
		.fcopy_flexitem04 {
			width: 160px;
			display: table; }
		.fcopy_flexitem03 {
			flex: 10;
			height: 40px;
			width: 100%;
			margin-left: auto;
			display: table; }

			.fcopy_menu {
				font-size: 12px;
				color: rgba(255,255,255,0.60);
				padding: 4px;
				height: 40px;
				display: table-cell;
				vertical-align: middle;
				text-align: left;
				box-sizing: border-box;
			}
			.fcopy_menu a {
				color: rgba(255,255,255,0.60);
			}
			.fcopy_menu a:hover {
				color: rgba(255,255,255,1.0);
			}
			.footer_copy {
				display: table-cell;
				vertical-align: middle;
				font-size: 12px;
				color: rgba(255,255,255,0.60);
				padding: 4px;
				text-align: right;
			}






/* Larger than desktop */
@media (min-width: 1200px) {

	#sns_wrap  {
		text-align: center;
		background-color: #101010;
		margin-top: 0px;  
		width: 100%!important;
		display: block;
	}
		.sns_flexwrap{
			position: relative;
			padding: 0 100px;
			display: flex;
			align-items: center;
			justify-content: space-between;
			box-sizing: border-box;
			height: 100px;
			width: 100%; }

			.sns_flexitem{
				position: relative;
				display: table;
				height: auto;
				color: rgba(255,255,255,0.60);	
				padding: 0 20px;
				text-align: center; }
			.sns_flexitem:hover{
					color: rgba(255,255,255,1.00);		}
			.sns_flexitem  a{
					position: absolute;
					display: block;
					top: 0;
					left: 0;
					width: 100%;
					height: 100%;	}
				.sns_flexitem img{
					display: table-cell;
					vertical-align: middle;
					opacity: 0.5;
					margin: 0 auto;
					}
				.sns_flexitem:hover img{
					opacity: 1;
					}
				.sns_flexitem .sns_name {
						font-size: 12px;
						padding-top: 4px;
						display: block;
					}
			
	#fmenu_wrap  {
		background-color: #000;
		padding: 40px 0 0;
		margin-top: 0px; 
		width: 100%!important;
		display: block;
	}
		.fmenu_flexwrap{
			position: relative;
			display: flex;
			justify-content: space-between;
			flex-direction: row;
			box-sizing: border-box;
			height: 300px;
			width: 100%; }
		.fmenu_flexitem01 {
			display: block;
			margin: 0 0 0 auto;
			padding: 0 40px 0 0;
			width:16%; }
			.fmenu_flexitem01 img{
				width: 150px;
				}
		.fmenu_flexitem02 {
			padding: 0 20px 0 0;
			width:22%; }
		.fmenu_flexitem03 {
			padding: 0 20px 0 20px;
			width:30%; }
		.fmenu_flexitem04 {
			padding: 0 0 0 20px;
			width:32%; }
			
			
		.fcopy_flexitem03 {
			flex: 1;
			height: 40px;
			margin-left: auto;
			display: table; }
			
			
}



/*==============================　トップページ　==============================*/
.m_wrap {
	background-color: #f3f3f3;
	overflow: hidden;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
	margin-top: 80px; 
	width: 100%!important;
	display: block;
}
	
/* Larger than desktop */
@media (min-width: 1200px) {
	.m_wrap {
		margin-top: 120px; 
	}
}

/* -----------　スライダーエリア 　-----------*/
#slider_wrap ul{
	padding: 0;
	margin: 0;
}
.slider_list_box {
	position: relative;
	display: flex;
    align-items: center;	
	background-color: #000;
	}
	.slider_textwaku {
		position: absolute;
		display: table-cell;
		text-align: center;
		box-sizing: border-box;
		padding: 0 3em;
		z-index: 99;
		width: 100%; 	}
		.slider_title {
			vertical-align: middle;
			color: #fff;
			font-size: 2em;
			line-height: 1.4;  }
		.slider_subtitle {
			vertical-align: middle;
			color: #fff;
			text-shadow: 1px 1px 2px rgba(0,0,0,0.0); 
			font-size: 1em;
			line-height: 1.2;  }
			.slider_title p {
				font-size: 16px;
				margin: 0;
				overflow: hidden;
				text-overflow: ellipsis;
				white-space: nowrap; 		}

	.slider_first {
		width: 100%;
		background-color: rgba(0,0,0,1);
	}
		.slider_first img {
			width: 100%;
			height: 400px;
			opacity: 0.6;
			object-fit: cover;		}
		.top_slider  {
			width: 100%;	}
		.top_slider .arrow_leftright {
			position: absolute;
			top:50%;
			margin-top: -18px; 
			z-index: 99;
			cursor: pointer;		}
		.top_slider .arrow_left {
			left: 20px!important;		}
		.top_slider .arrow_right {
			right: 20px!important;		}
			
/* Larger than desktop */
@media (min-width: 1200px) {
	.slider_textwaku {
		padding: 0 4em;	}
		.slider_title {
			font-size: 3em;
			line-height: 1;  }
		.slider_subtitle {
			font-size: 1.2em;
			line-height: 2;  }
			
		.slider_first img {
			height: 600px;	}
}

/* -----------　サーチメニュー 　-----------*/

#serchmenu_wrap  {
	margin-top: 0px;  }
	#serchmenu_wrap .container  {
		padding: 0;  }
		.serchmenu_flexwrap{
			background-color: #101010; 
			padding: 20px;
			position: relative;
			display: flex;
			align-items: center;
			flex-wrap: wrap;
			justify-content: space-between;
			margin: 0 auto;
			box-sizing: border-box;
			height: auto;
			width: 100%; }

			/*@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@700&display=swap');*/
			.serchmenu_flexitem01{
				flex-grow:2;
				width: 33%;
				color: rgba(255,255,255,0.80);
				position: relative;
				display: block;
				/*align-items: center;
				justify-content: flex-start;*/
				text-align: center; }
			.serchmenu_flexitem01:hover {
				color: rgba(255,255,255,1.00);
				}
				.serchmenu_flexitem01left{
					margin-right: 10px;
					text-align: center;}
					.serchmenu_flexitem01left .serchmenu_icon {
						display: inline-block;
						width: 26px;					}
						.serchmenu_flexitem01left .serchmenu_icon img{
							opacity: 0.8;
							width: 100%; }
						.serchmenu_flexitem01:hover img{
							opacity: 1.0; }
				.serchmenu_flexitem01right{
					flex:1;
					font-size: 12px;
					text-align: center; }
					.serchmenu_flexitem01 a{
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						position: absolute;
						color: rgba(255,255,255,0.60); }
						
			.serchmenu_flexitem02 {
				flex-grow:2;
				width: 33%;
				margin: 0;
				color: rgba(255,255,255,0.80);
				position: relative;
				display: block;
				/*align-items: center;
				justify-content: flex-start;*/
				text-align: center; }
			.serchmenu_flexitem02:hover {
				color: rgba(255,255,255,1.00);
				}
				.serchmenu_flexitem02left{
					margin-right: 10px;
					text-align: center;}
					.serchmenu_flexitem02left .serchmenu_icon {
						display: inline-block;
						width: 26px;					}
						.serchmenu_flexitem02left .serchmenu_icon img{
							opacity: 0.8;
							width: 100%; }
						.serchmenu_flexitem02:hover img{
							opacity: 1.0; }
				.serchmenu_flexitem02right{
					flex:1;
					font-size: 12px;
					text-align: center; }
					.serchmenu_flexitem02 a{
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						position: absolute;
						color: rgba(255,255,255,0.60); }
						
			.serchmenu_flexitem03 {
				flex-grow:2;
				width: 33%;
				margin: 0;
				color: rgba(255,255,255,0.80);
				position: relative;
				display: block;
				/*align-items: center;
				justify-content: flex-start;*/
				text-align: center; }
			.serchmenu_flexitem03:hover {
				color: rgba(255,255,255,1.00);
				}
				.serchmenu_flexitem03left{
					margin-right: 10px;
					text-align: center;}
					.serchmenu_flexitem03left .serchmenu_icon {
						display: inline-block;
						width: 32px;					}
						.serchmenu_flexitem03left .serchmenu_icon img{
							opacity: 0.8;
							width: 100%; }
						.serchmenu_flexitem03:hover img{
							opacity: 1.0; }
				.serchmenu_flexitem03right{
					flex:1;
					font-size: 12px;
					text-align: center; }
					.serchmenu_flexitem03 a{
						top: 0;
						left: 0;
						width: 100%;
						height: 100%;
						position: absolute;
						color: rgba(255,255,255,0.60); }
						
			.serchmenu_flexitem04 {
				flex-grow:4;
				width: 100%;
				border-left: 0px solid rgba(255,255,255,0.40);
				padding-left: 0px;
				padding-top: 20px;
				display: block;
				/*align-items: center;
				justify-content: center;*/
				width: 100%;
				text-align: center; }
			.fasicon {
				margin-right: 10px;	}
				.serchmenu_flexitem041 {
					/*flex-grow:4;*/
					position: relative;
					display: flex;
					align-items: center;
					justify-content: flex-start;
					z-index: 99;
					text-align: center; }
					.serchmenu_flexitem041left{
						margin-right: 10px;
						width: 50px;
						text-align: center;}
					.serchmenu_flexitem041right{
						flex:1;
						text-align: left; }
						.serchmenu_flexitem03 a{
							color: #E9E9E9; }
					.sr-inputArea {
						padding: 10px;
						box-sizing: border-box;
						width: 100%;
						color: #333;
						line-height: 60px;
						background: #fff;
						border-radius: 4px;
						border: 1px solid #333;
						cursor: pointer;
						font-weight: 600;	}
						
				.serchmenu_flexitem042 {
					/*flex-grow:4;*/
					margin: 0px;
					/*display: flex;*/
					display: none;
					align-items: center;
					justify-content: flex-start;
					z-index: 99;
					text-align: left; }
					.serchmenu_flexitem042left{
						margin-right: 10px;
						width: 50px;
						text-align: center;}
					.serchmenu_flexitem042right{
						flex:1;
						text-align: left; }
					.sr-inputCat {
						padding: 10px;
						box-sizing: border-box;
						width: 100%;
						color: #333;
						line-height: 60px;
						background: #fff;
						border-radius: 4px;
						border: 1px solid #333;
						cursor: pointer;
						font-weight: 600;	}
				.serchmenu_flexitem043 {
					/*flex-grow:2;*/
					display: none;
					margin-top: 10px;
					text-align: right; }

					.serchmenu_flexitem041right .custom-select-wrapper{
						  width: 100%;
					}
					.serchmenu_flexitem042right .custom-select-wrapper{
						  width: 100%;
					}



/* Larger than desktop */
@media (min-width: 1200px) {
	#serchmenu_wrap  {
		margin-top: -60px;  }
		#serchmenu_wrap .container  {
			padding: 0 10px;  }
			.serchmenu_flexwrap{
				background-color: #101010; 
				padding: 0 200px;
				position: relative;
				display: flex;
				align-items: center;
				justify-content: flex-start;
				margin: 0 auto;
				box-sizing: border-box;
				height: 90px;
				width: 100%; }
		
				.serchmenu_flexitem01{
					flex-grow:2;
					width:auto;
					position: relative;
					display: flex;
					align-items: center;
					justify-content: flex-start;
					text-align: left; }
					.serchmenu_flexitem01left{
						margin-right: 10px;
						text-align: left;}
					.serchmenu_flexitem01right{
						flex:1;
						font-size: 15px;
						text-align: left; }
						.serchmenu_flexitem01 a{
							color: #E9E9E9; }
				.serchmenu_flexitem02 {
					flex-grow:2;
					width:auto;
					margin: 0 0 0 10px;
					position: relative;
					display: flex;
					align-items: center;
					justify-content: flex-start;
					text-align: center; }
					.serchmenu_flexitem02left{
						margin-right: 10px;
						text-align: left;}
					.serchmenu_flexitem02right{
						flex:1;
						font-size: 15px;
						text-align: left; }
						.serchmenu_flexitem02 a{
							color: #E9E9E9; }

				.serchmenu_flexitem03 {
					flex-grow:2;
					width:auto;
					margin: 0 30px 0 10px;
					position: relative;
					display: flex;
					align-items: center;
					justify-content: flex-start;
					text-align: center; }
					.serchmenu_flexitem03left{
						margin-right: 10px;
						text-align: left;}
					.serchmenu_flexitem03right{
						flex:1;
						font-size: 15px;
						text-align: left; }
						.serchmenu_flexitem03 a{
							color: #E9E9E9; }

				.serchmenu_flexitem04 {
					flex-grow:4;
					border-left: 1px solid rgba(255,255,255,0.40);
					padding-left: 30px;
					padding-top: 0px;
					width: auto;
					/*position: relative;
					display: flex;
					align-items: center;
					justify-content: right;
					width: auto;
					text-align: center; */
					}
				.serchmenu_flexitem04in {
					display: flex;
					align-items: center;
					justify-content: right;
					text-align: center; }
		
					.serchmenu_flexitem041 {
						/*flex-grow:4;*/
						position: relative;
						display: flex;
						align-items: center;
						justify-content: flex-start;
						z-index: 99;
						text-align: center; }
						.serchmenu_flexitem041left{
							margin-right: 10px;
							width: auto;
							text-align: left;}
						.serchmenu_flexitem041right{
							flex:1;
							text-align: left; }
							.serchmenu_flexitem03 a{
								color: #E9E9E9; }
						.sr-inputArea {
							padding: 10px;
							box-sizing: border-box;
							width: 100%;
							color: #333;
							line-height: 60px;
							background: #fff;
							border-radius: 4px;
							border: 1px solid #333;
							cursor: pointer;
							font-weight: 600;	}

					.serchmenu_flexitem042 {
						/*flex-grow:4;*/
						margin: 0 10px;
						/*display: flex;*/
						display: none;
						align-items: center;
						justify-content: flex-start;
						z-index: 99;
						text-align: left; }
						.serchmenu_flexitem042left{
							margin-right: 10px;
							width: auto;
							text-align: left;}
						.serchmenu_flexitem042right{
							flex:1;
							text-align: left; }
						.sr-inputCat {
							padding: 10px;
							box-sizing: border-box;
							width: 100%;
							color: #333;
							line-height: 60px;
							background: #fff;
							border-radius: 4px;
							border: 1px solid #333;
							cursor: pointer;
							font-weight: 600;	}
					.serchmenu_flexitem043 {
						/*flex-grow:2;*/
						display: none;
						margin-top: 0px;
						text-align: right; }
		
					.serchmenu_flexitem041right .custom-select-wrapper{
						  width: 200px;
					}
					.serchmenu_flexitem042right .custom-select-wrapper{
						  width: 250px;
					}
}







/* -----------　カテゴリーメニュー 　-----------*/

#categorymenu_wrap  {
	text-align: center;
	margin-top: 30px;  }
	.categorymenu_title{
		display: inline-block;
		font-size:20px;
		line-height:24px;
		font-weight:500;
		margin-bottom:20px;
		text-align:center;
		border-bottom:1px solid #ccc;
		padding:40px 0 10px;
		color:#333;
	}

/* --　SPカテゴリーメニュー　--*/
/* バーガーメニュー */
.cate_wrap {
	position: relative;
	float: right; }
	/* バーガー */
	.cate-btn {
	  /*width: 50px;
	  height: 76px;*/
	  position: relative;
	  cursor: pointer;}
		  
		@import url(https://fonts.googleapis.com/css?family=Oswald:400,700);

		.menu-link {
		  color: #333;
		  display: inline-block;
		  font-size: 0.8rem;
		  text-transform: uppercase;
		  font-weight: 600;
		  position: relative;
		  left: 0;
		  margin: 30px 10px 0 0;
		}
		.menu-link:before {
		  content: "";
		  background: #333;
		  height: 4px;
		  width: 40px;
		  position: absolute;
		  top: -10px;
		  left: 50%;
		  margin: 0 0 0 -20px;
		  display: block;
		  transition: all 0.3s ease-out;
		  -webkit-transition: all 0.3s ease-out;
		  -moz-transition: all 0.3s ease-out;
		  -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
		}
		.menu-link:after {
		  content: "";
		  background: #333;
		  height: 4px;
		  width: 40px;
		  position: absolute;
		  top: -20px;
		  left: 50%;
		  margin: 0 0 0 -20px;
		  display: block;
		  transition: all 0.3s ease-out;
		  -webkit-transition: all 0.3s ease-out;
		  -moz-transition: all 0.3s ease-out;
		  -ms-transition: all 0.3s ease-out;
		  -o-transition: all 0.3s ease-out;
		}
		.menu-link.close:before {
		  transform: rotate(45deg);
		  top: -15px;
		  width: 25px;
		  margin: 0 0 0 -13px;
		}
		.menu-link.close:after {
		  transform: rotate(-45deg);
		  top: -15px;
		  width: 25px;
		  margin: 0 0 0 -13px;
		}	  
		  
		  
		  
	/* メニュー内容 */
	.cate-menu {
	  top: 60px;
	  display: none;
	  background: #252525;
	  width: 96%;
	  position: absolute;
	  padding: 10px 2%;
	  z-index: 99999;
	  overflow-y: auto;}
		.cate-menu li {
		  list-style-type: none;}
			.cate-menu li a {
			  display: block;
			  color: #e7efe7;
			  font-size: 16px;
			  text-decoration: none;
			  padding: 5px 2%;}
			.cate-menu li a:hover {
			  background-color: #910A2D;
			  display: block;}
	
	
/* --　PCカテゴリーメニュー　--*/
	.catemenu_wrap{
		position: relative;
		padding: 0 20px;
		margin: 0;
		/*border-bottom: 1px solid #ccc;*/
		background: linear-gradient(transparent 98%, #ccc 0%);
		display: flex;
		align-items: center;
		justify-content: center;
		box-sizing: border-box;
		height: 42px;
		width: 100%; }

		.categorymenu_flexitem{
			display: table;
			/*height: 40px;*/
			text-align: center; }
			.categorymenu_flexitem a{
				display: table-cell;
				vertical-align: middle;
				padding: 0 20px;
				color: #999;
				/*border-bottom: 2px solid rgba(0,0,0,0.00) ; */
				position: relative;
				}
			.categorymenu_flexitem a:hover{
				color: #333;
				}
			.categorymenu_flexitem a::before,
			.categorymenu_flexitem a::after {
				border-bottom: 2px solid #333; 
				content: "";
				display: block;
				transition: all .3s ease;
				-webkit-transition: all .3s ease;
				width: 0;
				/*padding: 0 0 10px;*/
				bottom: -8px;
				position: absolute;
			}
			.categorymenu_flexitem a::before{
				left: 50%;
				}
			.categorymenu_flexitem a::after{
				right: 50%;
				}
			.categorymenu_flexitem a:hover::before,
			.categorymenu_flexitem a:hover::after{
				width: 50%;
				}

.is_current a {
	color: #333;
}
.is_current a::before, 
.is_current a::after {
	border-bottom: 2px solid #333;
	width: 50%;
	position: absolute;
	bottom: -8px;
}
#categorymenu_wrap .container{
	overflow: visible!important;
}


/*--- sp-pc スイッチ---*/
.spcatemenu{
	position: relative;
	top: 0px;
	height:0; 
	display: block; }
.pccatemenu{
	display: none; }

/* Larger than desktop */
@media (min-width: 1200px) {

	.current_category{
		display: none;
	}
	.categorymenu_title{
		display: inline-block;
		font-size:24px;
		line-height:24px;
		font-weight:500;
		margin-bottom:10px;
		text-align:center;
		border-bottom:1px solid #ccc;
		padding:40px 0 10px;
		color:#333;
	}


  /* sp-pc */
  .spcatemenu{
	top: 30px;
	height:80px; 
    display: none; }
  .pccatemenu{
    display: flex; }
	
}






/* -----------　地図表示 　-----------*/
#map_wrap {
	width:100%;
	margin:0;
	padding: 0;
}

.maker_showrooms_showroom_map {
    height: 500px;
}
/* -----------　ショールームメーカー表示 　-----------*/
#makerlist_wrap {
	width:100%;
	margin:0px 0px 0px 0px;
	text-align: center;
	/*padding: 60px 0;*/
	/*background-color: #fff;*/
}
		.makerlist_flexwrap{
			position: relative;
			width:100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			z-index: 1;
			min-height: 200px;
		}
			.makerlist_flexitem{
				position: relative;
				width:49%;
				height: 350px;
				height: auto;
				background-color: #fff;
				margin-bottom: 10px;
			}
			.makerlist_flexitem a{
				/*position: absolute;*/
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				z-index: 2;
				}
				.makerlist_kiji_img {
					width:100%;
					height: 140px;
					overflow: hidden;	}
					.makerlist_kiji_img img{
						width:100%;
						height: 200px;
						object-fit: cover;		}
					.makerlist_kiji_img:hover img{
					  transform: scale(1.2);
					  transition-duration: 0.5s;}		
				.makerlist_txtbox {
					padding: 10px 10px;
					text-align: center;
					position: relative;
					height: 210px;
						height: auto;
					box-sizing: border-box;
				}
				
					.maker_icon{
						width: 100%;
						margin: -6px 6px 0;
						text-align: right;
						height: 33px;
					}
						/*お知らせアイコン*/
						.info_text_waku {
							float: right;
							position: relative;
						}
							.info_text {
								font-size: 20px;
								font-weight: 500;
								color: rgba(0,0,0,0.30);
							}
							.info_text:hover {
								color: rgba(145,10,45,0.90);
							}
								.info_text a {
									color: rgba(0,0,0,0.30);
								}
								.info_text a:hover {
									color: rgba(145,10,45,0.90);
								}
							.fukidashi {
								  display: none;
								  position: absolute;
								  top: -53px;
								  right: -20px;
								  padding: 10px;
								  border-radius: 5px;
								  background: rgba(145,10,45,0.80);
								  color: #fff;
								  font-weight: bold;
								  z-index: 999;
								  font-size: 12px;
								  bottom: 24px;
								  width: 50px;
								  z-index: 9999;
								}
								.fukidashi:after {
								  position: absolute;
								  width: 0;
								  height: 0;
								  left: 16px;
								  bottom: -20px;
								  margin-left: 10px;
								  border: solid transparent;
								  /*border-color: rgba(145,10,45,0.90);*/
								  border-top-color: rgba(145,10,45,0.80);
								  border-width: 10px;
								  pointer-events: none;
								  content: " ";
								  z-index: 999;
								}
								.info_text:hover + .fukidashi {
								  display: block;
								}

						/*ストリートビューアイコン*/
						.street_text_waku {
								float: right;
								margin-left: 6px;
						}
							.street_text {
								color: rgba(0,0,0,0.30);
								font-size: 20px;
								/*padding-right: 2px;*/
								font-weight: 500;
								/*top: 140px;
								right: 24px;*/
								position: relative;
							}
								.street_text:hover {
									color: rgba(145,10,45,0.90);
								}
							.fukidashi_st {
								  display: none;
								  position: absolute;
								  top: -53px;
								  right: -10px;
								  padding: 10px;
								  border-radius: 5px;
								  background: rgba(145,10,45,0.80);
								  color: #fff;
								  font-weight: bold;
								  z-index: 99999;
								  font-size: 12px;
								}
								.fukidashi_st:after {
								  position: absolute;
								  width: 0;
								  height: 0;
								  right: 20px;
								  bottom: -20px;
								  margin-left: 10px;
								  border: solid transparent;
								  /*border-color: rgba(145,10,45,0.90);*/
								  border-top-color: rgba(145,10,45,0.80);
								  border-width: 10px;
								  pointer-events: none;
								  content: " ";
								  z-index: 999;
								}
								.street_text:hover + .fukidashi_st {
								  display: block;
								}
				
						/*ヴァーチャルショールームアイコン*/
						.virtual_text_waku {
								float: right;
								margin-left: 6px;
						}
							.virtual_text {
								color: rgba(0,0,0,0.30);
								font-size: 20px;
								font-weight: 600;
								position: relative;
								font-family: "Arial Black", Gadget, "sans-serif";
								letter-spacing: -0.1em;
							}
								.virtual_text:hover {
									color: rgba(145,10,45,0.90);
								}
							.fukidashi_vt {
								  display: none;
								  position: absolute;
								  top: -53px;
								  right: -10px;
								  padding: 10px;
								  border-radius: 5px;
								  background: rgba(145,10,45,0.80);
								  color: #fff;
								  font-weight: bold;
								  z-index: 99999;
								  font-size: 12px;
								}
								.fukidashi_vt:after {
								  position: absolute;
								  width: 0;
								  height: 0;
								  right: 20px;
								  bottom: -20px;
								  margin-left: 10px;
								  border: solid transparent;
								  /*border-color: rgba(145,10,45,0.90);*/
								  border-top-color: rgba(145,10,45,0.80);
								  border-width: 10px;
								  pointer-events: none;
								  content: " ";
								  z-index: 999;
								}
								.virtual_text:hover + .fukidashi_vt {
								  display: block;
								}

					/*.makerlist_txtbox img {
						height: 16px;
						width: auto;
					}*/
					.maker_name{
						width: 100%;
						margin: 0;
						font-size:14px;
						font-weight: 600;
						line-height:16px;
						color: #555555;
						height: 30px;
						overflow: hidden;
					}
					.maker_text{
						padding-top: 10px;
						font-size:14px;
						line-height:16px;
						height: 32px;
						overflow: hidden;
						text-align: left;
					}
					.maker_tag{
						padding-top: 10px;
						font-size:10px;
						text-align: left;
						bottom: 20px;
						position: static;
						overflow: hidden;
					}
					.category_tag{
						padding-top: 2px;
						font-size:10px;
						text-align: left;
						bottom: 20px;
						position: static;
						overflow: hidden;
						margin-left: -2px;
					}
						.cate_text  {
							position: relative;
							color: rgba(0,0,0,0.30);
							margin: 2px 2px 2px 0;
							background-color: rgba(0,0,0,0.01);
							border-radius: 2px;
							display: inline-block;
							 }
						.cate_text a {
							color: rgba(0,0,0,0.60);
							background-color: rgba(0,0,0,0.04);
							border-radius: 2px;
							padding: 2px 6px;
							 }
						.cate_text a:hover {
							background-color: rgba(0,0,0,0.60);
							color: rgba(255,255,255,1.00);
							 }





/* Larger than desktop */
@media (min-width: 1200px) {

	#makerlist_wrap {
		width:100%;
		margin:30px 0px 0px 0px;
		text-align: center;
		/*padding: 60px 0;*/
		/*background-color: #fff;*/
		min-height: 400px;
	}
		.makerlist_flexwrap::before{
			content:"";
			display:block;
			width:23%;
			height:0;
			order:1;
		}
		.makerlist_flexwrap::after{
			content:"";
			display:block;
			width:23%;
			height:0;
		}
			.makerlist_flexitem{
				position: relative;
				width:23%;
				height: 430px;
				height: auto;
				background-color: #fff;
				margin-bottom: 30px;
			}
				.makerlist_kiji_img {
					width:100%;
					height: 200px;
					overflow: hidden;	}
					.makerlist_kiji_img img{
						width:100%;
						height: 200px;
						object-fit: cover;		}
					.makerlist_kiji_img:hover img{
					  transform: scale(1.2);
					  transition-duration: 0.5s;}		
					
					.makerlist_txtbox {
						padding: 10px 20px 20px;
						text-align: center;
						height: 230px;
						height: auto;
						box-sizing: border-box;
						position: relative;
					}
						/*.makerlist_txtbox img {
							height: 22px;
							width: auto;
						}*/
						.maker_icon{
							width: 100%;
							margin: -6px 12px 0;
							text-align: right;
							height: 33px;
						}

						
						.maker_name{
							width: 100%;
							margin: 0;
							font-size:16px;
							font-weight: 600;
							line-height:18px;
							color: #555555;
							height: 34px;
						}
						.maker_text{
							padding-top: 10px;
							font-size:14px;
							line-height:16px;
							height: 64px;
							overflow: hidden;
							text-align: left;
						}
						.maker_tag{
							padding-top: 10px;
							font-size:12px;
							overflow: hidden;
							text-align: left;
						}
						.category_tag{
							padding-top: 2px;
							font-size:12px;
							overflow: hidden;
							text-align: left;
						}
					
}



/*==============================　下層ページ　==============================*/

/* -----------　パンくず 　-----------*/
#pan {
  /*background-color: #ccc;*/
  position: relative;
  z-index: 0; }
	#pan .container {
		position: relative;
		width: 100%;
		max-width: 1320px;
		margin: 0 auto;
		padding: 0 20px;
		box-sizing: border-box;
		/*display: table;*/
	}
		.breadcrumbs {
			font-size: 14px;
			width: 100%;
			/*height: 40px;*/
			line-height: 20px;
			padding: 0;
			margin: 0;
			display: table-cell;
			vertical-align: middle;
			padding-top: 10px;
		}
			.breadcrumbs ul {
				padding: 0;
				margin: 0;
			}
			.breadcrumbs li {
			  color: #333;
			  display: block;
			  float : left ;
			  word-wrap:break-word;
			  list-style : none ;}
			.breadcrumbs li a {
			  color: #333;
			  text-decoration: none; }
			.breadcrumbs li a:hover {
			  text-decoration: underline; }
			.breadcrumbs li:after {
			  content: ">";
			  margin:0 10px 0 10px;}
			.breadcrumbs li:last-child:after {
			  content: none;}  
  
  
  /* Larger than desktop */
@media (min-width: 1200px) {

		.breadcrumbs {
			font-size: 14px;
			width: 100%;
			/*height: 40px;*/
			line-height: 40px;
			padding: 0;
			margin: 0;
			display: table-cell;
			vertical-align: middle;
		}
	
}



/* -----------　サーチ結果タイトル 　-----------*/
	.search_currenttitle {
		display: inline-block;
		font-size:20px;
		line-height:24px;
		font-weight:500;
		margin-bottom:20px;
		text-align:center;
		padding: 0 0 20px 0;
		margin-top: 0;
		width: 100%;
		color:#333;
	}



  
  
/* -----------　メーカー名で探す 　-----------*/

#makernamemenu_wrap {
	width: 100%;
	box-sizing: border-box;
	margin: 40px 0 20px 0;
	display: table;
	text-align: center; }
	#makernamemenu_wrap .gojyuwaku {
		display: flex;
		flex-direction: row; 
		border: 1px solid #ccc; }
	#makernamemenu_wrap .container ul {
		position: relative;
		list-style: none;
		display: flex;
		font-size: 14px;
		flex-wrap: wrap;
		justify-content: space-between;
		box-sizing: border-box;
		margin: 0;
		padding: 10px;
		width: 100%; }
		#makernamemenu_wrap .container ul li  {
			position: relative;
			width: 18%;
			color: rgba(0,0,0,0.30);
			margin: 2px 1px;
			padding: 0 2px;
			background-color: rgba(0,0,0,0.01);
			border-radius: 5px;
			box-sizing: border-box;
			display: inline-block;
			 }
		#makernamemenu_wrap .container ul li a {
			color: rgba(0,0,0,0.60);
			/*position: absolute;*/
			background-color: rgba(0,0,0,0.04);
			border-radius: 5px;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			display: inline-block;
			 }
		#makernamemenu_wrap .container ul li a:hover {
			background-color: rgba(0,0,0,0.60);
			border-radius: 5px;
			color: rgba(255,255,255,1.00);
			 }

.is_currentgojyu {
	background-color: rgba(0,0,0,0.60)!important;
	border-radius: 5px!important;
 }
.is_currentgojyu a {
	color: rgba(255,255,255,1.00)!important;
 }


/* Larger than desktop */
@media (min-width: 1200px) {

	#makernamemenu_wrap {
		width: 100%;
		box-sizing: border-box;
		margin: 40px 0 0 0;
		display: table;
		text-align: center; }
		#makernamemenu_wrap .gojyuwaku {
			flex-direction: row; }
		#makernamemenu_wrap .container ul {
			width: 50%; }
		#makernamemenu_wrap .container ul:nth-child(1) {
			padding: 20px 10px 20px 20px; }
		#makernamemenu_wrap .container ul:nth-child(2) {
			padding: 20px 20px 20px 10px; }
			#makernamemenu_wrap .container ul li  {
				width: 19.0%;
				padding: 0 0px;
				 }
				 
				 
				 
				 
				 
				 
}




/* -----------　メーカーページ 　-----------*/
#makername_wrap {
	width:100%;
	padding: 60px 0px 20px 0px;
	text-align: center;
	/*background-color: #333;
	color: rgba(255,255,255,0.80);*/
}
		#makername_wrap .container{
			display: block;
		}
			#makername_wrap .container img{
				width:auto;
				height: 30px;
			}
			#makername_wrap .container .makertitle {
				display: inline-block;
				font-size: 26px;
				font-weight: 600;
				padding: 0 0 4px 0px;
				border-bottom: 2px solid #333;
			}
			#makername_wrap .container .makerdesc {
				padding: 20px 0 0 0px;
				width: 100%;
				margin: 0 auto;
				display: block;
				font-size: 16px;
				font-weight: 500;
			}

#showroomlist_wrap {
	width:100%;
	padding: 20px 0px 100px 0px;
	text-align: center;
	/*padding: 60px 0;*/
	/*background-color: #fff;*/
}
		.showroomlist_flexwrap{
			position: relative;
			width:100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			z-index: 1;
		}
			.showroomlist_flexwrap::before{
				content:"";
				display:block;
				width: 300px;
				height:0;
				order:1;
			}
			.showroomlist_flexwrap::after{
				content:"";
				display:block;
				width: 300px;
				height:0;
			}		
			.showroomlist_flexitem{
				position: relative;
				width:49%;
				height: 400px;
				margin-bottom: 20px;
				background-color: #fff;
			}
			.showroomlist_flexitem a{
				/*position: absolute;*/
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				z-index: 2;
				}
				.showroomlist_kiji_img {
					width:100%;
					height: 200px;
					overflow: hidden;	}
					.showroomlist_kiji_img img{
						width:100%;
						height: 200px;
						object-fit: cover;		}
					.showroomlist_kiji_img:hover img{
					  transform: scale(1.2);
					  transition-duration: 0.5s;}		
				.showroomlist_txtbox {
					padding: 10px 10px;
					text-align: left;
					position: relative;
				}
					.showroomlist_txtbox img {
						height: 22px;
						width: auto;
					}
					.showroomlist_name{
						width: 100%;
						margin: 4px 0 0;
						font-size:14px;
						font-weight: 600;
						line-height:20px;
						word-wrap: break-word;
						overflow-wrap: break-word;
						height: 56px;
						color: #555555;
					}
					.showroomlist_text{
						padding-top: 10px;
						font-size:14px;
						line-height:16px;
						height: 48px;
						overflow: hidden;
						text-align: left;
						/*color: rgba(255,255,255,0.80);*/
					}
					.showroomlist_tag{
						padding-top: 10px;
						font-size:12px;
						overflow: hidden;
						text-align: left;
						/*color: rgba(255,255,255,0.80);*/
					}
					.showroomlist_maker{
						padding-top: 6px;
						font-size:11px;
						overflow: hidden;
						text-align: left;
						height: 36px;
					}


/* Larger than desktop */
@media (min-width: 1200px) {

			#makername_wrap .container .makerdesc {
				padding: 20px 0 0 0px;
				width: 800px;
				margin: 0 auto;
				display: block;
				font-size: 16px;
				font-weight: 500;
			}

			.showroomlist_flexitem{
				position: relative;
				width:23%;
				height: 380px;
				margin-bottom: 20px;
			}
					.showroomlist_txtbox {
						padding: 10px 20px;
						text-align: left;
						position: relative;
					}
						.showroomlist_name{
							width: 100%;
							margin: 4px 0 0;
							font-size:14px;
							font-weight: 600;
							line-height:20px;
							word-wrap: break-word;
							overflow-wrap: break-word;
							height: 36px;
							color: #555555;
						}
						.showroomlist_maker{
							padding-top: 6px;
							font-size:12px;
							overflow: hidden;
							text-align: left;
							height: 20px;
						}
						
						
}


/* -----------　カテゴリーページ 　-----------*/
	.current_category{
		display: inline-block;
		font-size:20px;
		line-height:24px;
		font-weight:500;
		margin-bottom:20px;
		text-align:center;
		padding:0;
		margin-top: 0;
		width: 100%;
		color:#333;
	}


/* -----------　ショールームページ 　-----------*/

#showroomname_wrap {
	width:100%;
	padding: 0;
	padding: 20px 0;
	background-color: #fff;
}
.showroomname_flexwrap{
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;}
	.showroomname_flexleft {
		position: relative;
		text-align: left;
		flex: 1;
		width: 100%; }
		.showroomname_title {
			font-size: 26px;
			font-weight: 600;
			margin: 0; }
		.showroomname_maker {
			font-size: 16px;
			font-weight: 600;
			margin: 0; }
	.showroomname_flexright{
		position: relative;
		margin-left: 0px;
		margin-top: 10px;
		width: 100%; }
		.showroomname_telwrap {
			display: flex;
			flex-direction: column;
		}
			.showroomname_tel {
				font-size: 16px;
				font-weight: 600;
				margin: 0; }
			.showroomname_fax {
				font-size: 16px;
				font-weight: 600;
				margin: 0 0 0 0; }
		.showroomname_zip {
			font-size: 12px;
			margin: 0; }
		.showroomname_adress {
			font-size: 12px;
			margin: 0; }

#showroominfo_wrap {
	width:100%;
	padding: 0;
	padding: 20px 0;
}
.showroominfo_flexwrap{
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;}
	.showroominfo_flexleft {
		position: relative;
		text-align: left;
		flex: 1;
		margin-bottom: 20px;
		width: 100%; }
		.showroominfo_img {
			width: 100%; 
			height: 300px;
			position: relative;
			}
			.showroominfo_img img {
				width: 100%; 
				object-fit: cover;
				height: 300px;
				}
		.showroominfo_productcap {
			position: absolute;
			bottom: 0;
			padding: 0 0 10px 10px;
			color: #fff;
			font-size: 14px;
			}
	.showroominfo_flexright{
		position: relative;
		margin-left: 0px;
		width: 100%; }
		.showroominfo_desc {
			font-size: 16px;
			font-weight: 500;
			}
		.showroominfo_open {
			padding-top: 20px;
			font-size: 16px;
			}
		.maker_showrooms_showroom_info_reserve_required{
			padding: 2px 8px;
			font-size: 10px;
			width: 31px;
			min-width: 31px;
			background-color: #910A2D;
			color: #fff;
			display: inline-block;
			border-radius: 4px;
			margin-left: 8px;
			font-weight: 600;
		}	
		.showroominfo_off {
			font-size: 16px;
			}
			.showroominfo_bordertop{
				margin-top: 10px;
				padding-top: 6px;
				border-top: 1px solid rgba(0,0,0,0.20);
			}	
		.showroominfo_koumoku {
			display: inline-block;
			width: 80px;
			font-size: 16px;
			font-weight: 600; }
		.showroominfo_url {
			position: relative;
			font-size: 16px;
			font-weight: 500;
			}
		.showroominfo_productlist a{
			position: relative;
		}
			.showroominfo_productlist a{
				font-size: 16px;
				font-weight: 500;
			}
			.showroominfo_productlist a:hover{
				text-decoration: underline;
			}
		.showroominfo_contact {
			/*position: absolute;*/
			margin-top: 20px;
			font-size: 16px;
			font-weight: 600;
			width: 100%;
			}
			.showroominfo_contact a {
				width: 100%;
				text-align: center;
				border-radius: 4px;
				display: inline-block;
				padding: 10px 20px;
				box-sizing: border-box;
				background-color: #111;
				color: #fff;
				}
			.showroominfo_contact a:hover {
				background-color: #910A2D;
				}


#showroomshop_wrap {
	width:100%;
	padding: 20px 0px 0px 0px;
	text-align: center;
	/*padding: 60px 0;*/
	/*background-color: #fff;*/
}
		.showroomshop_flexwrap{
			position: relative;
			width:100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			z-index: 1;
		}
			.showroomshop_flexitem{
				position: relative;
				width:49%;
				height: 200px;
				margin-bottom: 10px;
			}
			.showroomshop_flexitem a{
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				z-index: 2;
				}
				.showroomshop_img {
					width:100%;
					height: 200px;
					overflow: hidden;	}
					.showroomshop_img img{
						width:100%;
						height: 200px;
						object-fit: cover;		}
					.showroomshop_img:hover img{
					  transform: scale(1.2);
					  transition-duration: 0.5s;}		
					  
#showroomproduct_wrap {
	width:100%;
	padding: 20px 0px 0px 0px;
	text-align: center;
	/*padding: 60px 0;*/
	/*background-color: #fff;*/
}

	.showroom_h2title{
		display: inline-block;
		font-size:20px;
		line-height:24px;
		font-weight:500;
		margin-bottom:10px;
		text-align:center;
		padding:20px 0 10px;
		color:#333;
	}

		.showroomproduct_flexwrap{
			position: relative;
			width:100%;
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			z-index: 1;
		}
			.showroomproduct_flexitem{
				position: relative;
				width:49%;
				height: 260px;
				margin-bottom: 10px;
			}
			.showroomproduct_flexitem a{
				position: absolute;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				z-index: 2;
				}
				.showroomproduct_img {
					width:100%;
					height: 200px;
					overflow: hidden;	}
					.showroomproduct_img img{
						width:100%;
						height: 200px;
						object-fit: cover;		}
					/*.showroomproduct_img:hover img{
					  transform: scale(1.2);
					  transition-duration: 0.5s; }		*/
				.showroomproduct_txt {
					font-size: 12px;
					line-height: 14px;
					overflow: hidden;
					text-align: left;
					padding: 6px 2px;	}

#googlemap_wrap {
	width:100%;
	padding: 0;
	padding: 20px 0;
	text-align: center;
}

#streetview_wrap {
	width:100%;
	padding: 0;
	padding: 10px 0;
	text-align: center;
}
	.midashiname {
		text-align: center;
		display: inline-block;
		font-size: 20px;
		font-weight: 600;
		padding: 0 0 2px 0px;
		border-bottom: 2px solid #333;
		margin: 20px 0 0px;
	}
	#streetview_wrap iframe {
		margin-top: 20px;
	}



#infomation_wrap {
	width:100%;
	margin: 20px 0 80px;
	text-align: center;
}
.top-infomation_wrap {
	margin: 20px 0 10px !important;
    padding: 40px 0;
    background: #ffffff;
}
.maker-infomation_wrap {
	margin: 20px 0px 60px !important;
    padding: 40px 0 60px;
    background: none;
}
	.maker-infomation_wrap .container {
		padding: 0 20px;
	}
	.maker-infomation_wrap .container time {
		margin-top: -20px;
	}


  #infomation_wrap ul {
  	padding: 0;
    text-align: center; }
    #infomation_wrap li:first-child {
	position: relative;
      border-top: 1px dotted #ccc;
	  margin: 20px auto 0!important;}
    #infomation_wrap li {
	  position: relative;
	  color: #333 !important;
	  width: 100%;
	  display: table;
	  border-bottom: 1px dotted #ccc;
	  text-decoration: none;
	  padding: 14px 8px;
	  -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
			 -o-box-sizing: border-box;
			-ms-box-sizing: border-box;
					box-sizing: border-box;}
    #infomation_wrap li:hover {
	  color: #333 !important;
	  background-color: #ccc;}
	#infomation_wrap .news_date, #infomation_wrap .news_text {
		margin-bottom: 5px;
		display: table-cell;	}
	#infomation_wrap .news_date {
		width: 16%;
		padding-right: 6%;
		font-size: 0.8em;	}
	#infomation_wrap .news_text {
		width: 72%;
		text-align: left;
		font-size: 0.8em;	}
	#infomation_wrap .news_text a {
		text-decoration: none;	}

	.stretched-link::after{
	  position:absolute;
	  top:0;
	  right:0;
	  bottom:0;
	  left:0;
	  z-index:1;
	  pointer-events:auto;
	  content:"";
	  background-color:rgba(0,0,0,0)
	}

/* Larger than desktop */
@media (min-width: 1200px) {
	
	#showroomname_wrap {
	}
	.showroomname_flexwrap{
		position: relative;
		display: flex;
		flex-direction: row;
		align-items: center;
		width: 100%;}
		.showroomname_flexleft {
			position: relative;
			text-align: left;
			flex: 1;
			width: 100%; }
			.showroomname_title {
				font-size: 26px;
				font-weight: 600;
				margin: 0; }
			.showroomname_maker {
				font-size: 16px;
				font-weight: 600;
				margin: 0; }
		.showroomname_flexright{
			position: relative;
			margin-top: 0px;
			margin-left: 40px;
			width: 400px; }
			.showroomname_telwrap {
				display: flex;
				flex-direction: row;
			}
				.showroomname_tel {
					font-size: 16px;
					font-weight: 600;
					margin: 0; }
				.showroomname_fax {
					font-size: 16px;
					font-weight: 600;
					margin: 0 0 0 20px; }
			.showroomname_zip {
				font-size: 12px;
				margin: 0; }
			.showroomname_adress {
				font-size: 12px;
				margin: 0; }
	
	#showroominfo_wrap {
	}
	.showroominfo_flexwrap{
		position: relative;
		display: flex;
		flex-direction: row;
		width: 100%;}
		.showroominfo_flexleft {
			position: relative;
			text-align: left;
			flex: 1;
			width: 100%; }
			.showroominfo_img {
				width: 100%;
				height: 600px;
				}
				.showroominfo_img img {
					width: 100%; 
					object-fit: cover;
					height: 600px;
					}
		.showroominfo_flexright{
			position: relative;
			margin-left: 40px;
			width: 400px; }
			.showroominfo_desc {
				font-size: 16px;
				font-weight: 500;
				}
			.showroominfo_open {
				padding-top: 20px;
				font-size: 16px;
				display: flex;
				flex-direction: row;
				}
				.showroominfo_open_left {
					width: 80px;
					padding-right: 10px;
					}
				.showroominfo_open_right {
					flex: 1;
					width: 100%;
					display: flex;
					flex-wrap: wrap;
					align-items: center;
					margin-bottom: 4px;
					}
	.showroominfo_open_moreText {
		font-size: 0.8em;
		line-height: 1.8em;
	}
	.showroominfo_open_right.parking {
		display: block;;
	}
	.showroominfo_open_right.parking span {
		font-size: 12px;
	}
			.showroominfo_off {
				font-size: 16px;
				display: flex;
				flex-direction: row;
				margin-bottom: 4px;
				}
				.showroominfo_off_left {
					width: 80px;
					padding-right: 10px;
					}
				.showroominfo_off_right {
					flex: 1;
					width: 100%;
					}
				/*.off_txtbiko {
					font-size: 15px;
					width: 100%;
					height: 48px;
					line-height: 24px;
					}*/
				.off_txtbiko {
					font-size: 15px;
					width: 100%;
					/*height: 48px;*/
					/*line-height: 20px;*/
					line-height: 1.6em;
					}
	.off_txtbiko span.sw {
		display: inline-block;
		padding-top: 4px;
		padding-bottom: 4px;
		line-height: 1.2em;
	}
					.off_txtbiko div {
						font-size: 12px;
						}
			.showroominfo_bordertop{
				margin-top: 20px;
				padding-top: 10px;
				border-top: 1px solid rgba(0,0,0,0.20);
			}	
				
			.showroominfo_koumoku {
				display: inline-block;
				width: 80px;
				font-size: 16px;
				font-weight: 600; }
			.showroominfo_url {
				position: relative;
				font-size: 16px;
				font-weight: 500;
				}
			.showroominfo_productlist a{
				position: relative;
			}
				.showroominfo_productlist a{
					font-size: 16px;
					font-weight: 500;
				}
			.showroominfo_contact {
				/*position: absolute;*/
				margin-top: 20px;
				font-size: 16px;
				font-weight: 600;
				width: 100%;
				}
				.showroominfo_contact a {
					width: 100%;
					text-align: center;
					border-radius: 4px;
					display: inline-block;
					padding: 10px 20px;
					box-sizing: border-box;
					background-color: #111;
					color: #fff;
					}
				.showroominfo_contact a:hover {
					background-color: #910A2D;
					}

	#showroomshop_wrap {
	}
			.showroomshop_flexwrap{
				position: relative;
				width:100%;
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				z-index: 1;
			}
			.showroomshop_flexwrap::before{
				content:"";
				display:block;
				width:24%;
				height:0;
				order:1;
			}
			.showroomshop_flexwrap::after{
				content:"";
				display:block;
				width:24%;
				height:0;
			}			
				.showroomshop_flexitem{
					position: relative;
					width:24%;
					height: 200px;
					margin-bottom: 20px;
				}
				.showroomshop_flexitem a{
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					z-index: 2;
					}
					.showroomshop_img {
						width:100%;
						height: 200px;
						overflow: hidden;	}
						.showroomshop_img img{
							width:100%;
							height: 200px;
							object-fit: cover;		}
						.showroomshop_img:hover img{
						  transform: scale(1.2);
						  transition-duration: 0.5s;}		
						  
	#showroomproduct_wrap {
	}
	
	
	
			.showroomproduct_flexwrap{
				position: relative;
				width:100%;
				display: flex;
				flex-wrap: wrap;
				justify-content: space-between;
				z-index: 1;
			}
			.showroomproduct_flexwrap::before{
				content:"";
				display:block;
				width:19%;
				height:0;
				order:1;
			}
			.showroomproduct_flexwrap::after{
				content:"";
				display:block;
				width:19%;
				height:0;
			}			
				.showroomproduct_flexitem{
					position: relative;
					width:19%;
					height: 264px;
					margin-bottom: 20px;
				}
				.showroomproduct_flexitem a{
					position: absolute;
					width: 100%;
					height: 100%;
					top: 0;
					left: 0;
					z-index: 2;
					}
					.showroomproduct_img {
						width:100%;
						height: 200px;
						overflow: hidden;	}
						.showroomproduct_img img{
							width:100%;
							height: 200px;
							object-fit: cover;		}
						/*.showroomproduct_img:hover img{
						  transform: scale(1.2);
						  transition-duration: 0.5s; }	*/	

				.showroomproduct_txt {
					font-size: 14px;
					line-height: 18px;
					overflow: hidden;
					text-align: left;
					padding: 8px 2px;	}


	.maker-infomation_wrap .container {
		padding: 0 200px;
	}



}


/****************************************

          topに戻る

*****************************************/

/*---- topbutton ----*/
.pagetop {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index:9999;
	margin: 0;
}
.pagetop text {
	color: #fff;
}
.pagetop a {
	display: block;
	background-color: #333;
	padding:20px, 20px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	text-decoration: none;
	line-height: 40px;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition:0.5s;
	width: 60px;
	padding: 10px 0;
}
.pagetop a:hover {
	background-color: #7e6b5a;
	color: #fff;
}


/*news詳細*/
.news-detail p,
.news-detail div,
.news-detail time{
    text-align: left;
}

.news-detail .newsContents a {
	text-decoration: underline;
}
