@charset "utf-8";

/* ********************************************* */
/**切り替え用CSS　～768px：SP　769px～：PC
各ページで使用（1ページごと）
/* ********************************************* */

/****************************************************************
★★★トップページ index.html★★★
****************************************************************/


.sliderSp{
    width: 100vw;
    height: calc(100vw * 1.61);
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
 
.slider__content{
    min-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(100%);
}
 
.slider__content:nth-child(1){
    animation: sliderAnime 9s ease-in-out infinite;
    z-index: 6;
}
 
.slider__content:nth-child(2){
    animation: sliderAnime2 9s ease-in-out 1.5s infinite;
    z-index: -1;
}
 
.slider__content:nth-child(3){
    animation: sliderAnime2 9s ease-in-out 4.5s infinite;
    z-index: -1;
}
 
@keyframes sliderAnime{
    0%{
        z-index: 5;
        transform: translateX(0);
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(-100%);
    }
    50%{
        z-index: -1;
        transform: translateX(-100%);
    }
    66.6%{
        transform: translateX(100%);
    }
    83.2%{
        z-index: 5;
        transform: translateX(100%);
    }
    100%{
        z-index: 5;
        transform: translateX(0);
    }
}
 
@keyframes sliderAnime2{
    0%{
        z-index: 5;
        transform: translateX(100%);
    }
    16.6%{
        transform: translateX(0);
    }
    33.3%{
        transform: translateX(0);
    }
    50%{
        transform: translateX(-100%);
    }
    66.6%{
        z-index: -1;
        transform: translateX(-100%);
    }
    83.2%{
        transform: translateX(100%);
    }
    100%{
        z-index: 5;
        transform: translateX(100%);
    }
}
 
.slider__img{
    max-width: 100%;
    min-width: 100%;
}





/* メインキャッチ */
#mainCatchArea{
	width:100%;
	height: 450px;
	position: relative;
}

#mainCatchArea h1{
	position: absolute;
	top: 95px;
	left: 0px;
	right: 0px;
	font-size:200%;
	line-height:1.4em;
	font-weight:bold;
	background: linear-gradient(to right, rgba( 0, 53, 130, 0 ) 0%,rgba( 0, 53, 130, 0.7 ) 10%, rgba( 0, 53, 130, 0.7 ) 90%,rgba( 0, 53, 130, 0 ) 100%);
	color:#fff;
	text-align: center;
	margin: auto;
	padding:15px;
	width: 900px;
	z-index:1000;
}
#mainCatchArea h1 span{
	color:#FF0004;
	font-size:120%;
	text-shadow:#fff 2px 0px,#fff -2px 0px,
	#fff 0px -2px,#fff 0px 2px,
	#fff 2px 2px ,#fff -2px 2px,
	#fff 2px -2px,#fff -2px -2px,
	#fff 1px 2px,#fff -1px 2px,
	#fff 1px -2px,#fff -1px -2px,
	#fff 2px 1px,#fff -2px 1px,
	#fff 2px -1px,#fff -2px -1px;
}

@media (max-width: 768px) {
	#mainCatchArea{
		height:240px;
		width: 100%;
		overflow :hidden;
	}
	#mainCatchArea img{
		height: auto;
		min-height:100px;
		max-height: 240px;
	}
	
	#mainCatchArea h1{
		position: absolute;
		top: 5px;
		left: 0px;
		right: 0px;
		font-size:103%;
		line-height:1.3em;
		background:none;
		color:#000;
		width: auto;
		padding:0px;
		text-align: center;
		z-index: 0;
	}
	#mainCatchArea h1 span{
		font-size:100%;
		text-shadow: none;
	}
	.slider{
		margin-top:50px;
		/*min-height:100px;
		max-height: 240px;*/
	}
}

/* FV 実店舗バナー */
#mainCatchBanner{
	position: relative;
}
#mainCatchBs {
	position: absolute;
	top: -150px;
	right: 200px;
}
#mainCatchBs a {
	display: block;
	background-image: url(../images/bn/bs_on.png);
}
/* FV メディアバナー */
#mainCatchMedia {
	position: absolute;
	top: -150px;
	right: 50px;
}
#mainCatchMedia a {
	display: block;
	background-image: url(../images/bn/media_on.png);
}
#mainCatchBs a:hover img,
#mainCatchMedia a:hover img{
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "alpha(opacity=0)";
}

/*デザイン作成・修正何度でも無料  お見積り価格からの追加料金一切なし*/
#mainCatchCopy{
	background:#e10b0d;
	color:#fff;
	padding:15px;
	font-size: 120%;
	font-weight:bold;
}
/* スタッフ写真 */
#mainCatchStaff{
	height:130px;
	width: 100%;
	background:url(../images/top/main_catch_staff-bg.jpg) repeat-x;
	background-position: center;
	text-align: center;
}

@media (max-width: 768px) {
	#mainCatchCopy{
		background-color: #FFFFFF;
		color: #000;
		font-size: 100%;
		padding: 5px;
	}
	
	#mainCatchStaff{
		background-image: none;
		background-color: #e10b0d;
		padding-top: 10px;
		color: #FFFFFF;
		height: auto;
	}
	#mainCatchStaff img{
		width: 100%;
		max-width: 640px;
		height:auto;
	}
}

/*制作例*/
#topSeisakuArea ul
{
	display: flex;
	justify-content: space-between;
}
#topSeisakuArea ul:first-child
{
	margin-bottom: 30px;
}
#topSeisakuArea ul li
{
	width: 150px;
}
.topSeisakuInfo
{
	display: inline-block;
	text-align: left;
}

@media (max-width: 768px) { /* スライダー */
	#topSeisakuArea {
		display: flex;
		width: 106%;
		position: relative;
		overflow: scroll;
		overflow-y: hidden;
		-webkit-overflow-scrolling: touch;
		transform: translateZ(0);
	}
	.slider {
		width: 2200px;
	}
	#topSeisakuArea ul:first-child{
		margin-bottom: 0;
	}
	#topSeisakuArea ul li{
		position: relative;
		margin-right: 10px;
		padding: 5px;
		width: 75px;
		border: 1px solid #CCCCCC;
		background: #FFFFFF;
		text-align: center;
		pointer-events: none;
	}
	#topSeisakuArea li img{
		width: 100%;
		height: auto;
	}
}


/*生地・仕様コンテンツ*/
.grayBox01
{
	background:#f2f2f2;
	padding:15px;
}

.grayBox02
{
	background:#f2f2f2;
	padding:15px;
	margin-right: 6px;
}
.grayBox02:last-child
{
	margin-right: 0;
	margin-left: 6px;
}

.sizeArea{
	display: flex;
	justify-content: space-around;
}
.sizeBox{
	width: 350px;
}
.sizeList
{
	width:350px;
}

.sizeList2
{
	width:175px;
}

.sizeList dt,.sizeList2 dt
{
	background:#FFA500;
	color:#ffffff;
	font-weight:bold;
}

.sizeList dt,.sizeList dd,.sizeList2 dt,.sizeList2 dd
{
	padding:2px 3px;
}

.sizeList2 dt
{
	width:2.5em;
	text-align:center;
	}

.sizeList2 dd
{
	padding-left:10px;
}

.shiyouArea{
	display: flex;
	justify-content: space-between;
}
.shiyouPhoto{
	display:flex;
	justify-content: space-between;
}
.shiyouPhotoLeft{
	margin-right: 14px;
}
@media (max-width: 768px) {
.grayBox01
{
	padding:5px;
}
.grayBox02
{
	padding:8px;
	margin-right: 0;
	margin-bottom: 15px
}
.grayBox02:last-child
{
	margin-left: 0;
	margin-bottom: 0
}

.sizeArea{
	display: block;
}
.sizeBox{
	width: 100%;
}
.sizeList
{
	width:100%;
}

.sizeList2
{
	width:50%;
}

.shiyouArea{
	display: block;
}
.shiyouPhoto{
	display: block;
}
.shiyouPhotoLeft{
	margin-right: 0;
	margin-bottom: 10px;
}
}


/*価格表*/
.priceArea{
	display: flex;
	justify-content: space-between;
}
.priceArea img{
	margin-top: 20px;
}
.priceListArea{
	display: flex;
	justify-content: space-between;
}
.priceListAreaLeft{
	width:440px;
}
.priceListAreaRight{
	width:500px;
}
.pricePhoto{
	display: flex;
	justify-content: center;
}
.pricePhoto img{
	margin-left: 8px;
}
.pricePhoto img:first-child{
	margin-right: 8px;
}

.priceTable{
	width: 100%;
}
.priceTable th,
.priceTable td{
	box-sizing: border-box;
	font-size: 96%;
	line-height: 1.4em;
	text-align: center;
	border: 1px solid #9e9e9e;
	vertical-align: middle;
}
.priceTable th{
	background-color: #FFF2F2;
	vertical-align: middle;
	text-align: center;
	height: 60px;
}
.priceTable th.priceTableHead01{
	background: linear-gradient(20deg, #FCCCCC, #FCCCCC 49%, #9e9e9e 49%, #9e9e9e 50%, #FCCCCC 50%, #FCCCCC);
	font-size: 90%;
	width: 100px;
	padding: 5px;
}
.priceTable th.priceTableHead02{
	background-color: #FCCCCC;
	font-size: 90%;
	padding: 5px;
}
.priceTable td{
	font-size: 118%;
	font-weight: bolder;
}
.priceTable td span{
	font-size: 65%;
	color: #333333;
}
@media (max-width: 768px) {
.priceArea{
	flex-direction: column-reverse;
}
.priceArea img{
	margin-top: 0;
}
.priceListArea{
	display: block;
}
.priceListAreaLeft{
	width:100%;
	margin-bottom: 20px;
}
.priceListAreaRight{
	width:100%;
}
.pricePhoto{
	display: block;
}
.pricePhoto img{
	margin-left: 0;
}
.pricePhoto img:first-child{
	margin-right: 0;
}

.tableScroll{
overflow: auto;   /*tableをスクロールさせる*/
white-space: nowrap;   /*tableのセル内にある文字の折り返しを禁止*/
}
.tableScroll::-webkit-scrollbar{   /*tableにスクロールバーを追加*/
 height: 5px;
}
.tableScroll::-webkit-scrollbar-track{   /*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.tableScroll::-webkit-scrollbar-thumb {   /*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
}

/* 価格表 */

/*価格表スクロール*/
@media (max-width: 768px) {
.priceFix th{
	position: fixed;
	display: block;
}
}

.grayBorderBox
{
	border:2px solid #cfcfcf;
	padding:10px;
}


/*デザインサンプル*/
.sampleListArea
{
	display: flex;
	justify-content: space-between;
}
.sampleListBox
{
	width: 480px;
}
.sampleListBox:last-child
{
	margin-right: 0;
}
.sampleList
{
	display: flex;
	justify-content: space-between;
}
.sampleListTitle
{
	background-color: #2D3769;
	padding:7px 0;
	color:#ffffff;
	font-weight:bold;
	font-size:110%;
	text-align:center;
}
.sampleList p
{
	font-size: .9rem;
	line-height: .9rem;
}

/* jquery.biggerlink.jsのcss(hoverしたときの背景色)*/
.bl-hover
{
	cursor: pointer;
	background:#ECFAFF !important;
}

@media (max-width: 768px) {
	.sampleListArea
	{
		display: block;
	}
	.sampleListBox
	{
		width: 100%;
		margin-bottom: 20px;
	}
	.sampleList img
	{
		width: 90%;
	}
}


/*梱包について*/
.packingArea{
	display:flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 768px) {
	.packingArea{
		display:block;
	}
	.packingBox{
		display:flex;
		justify-content: space-between;
		align-items: center;
	}
	.packingItem1{
		width: 59%
	}
	.packingItem2{
		width: 39%
	}
	.packingItem1 img{
		width: 100%;
	}
	.packingArrow{
		transform: rotate(90deg);
	}
}


/*ご注文の流れ*/
#topFlowBox{
	display: -webkit-flex;
	display:flex;
	margin-bottom: 10px;
}

#topFlowBox .flowBox{
	background:#ebebeb;
	width:31%;
}

.flowTitle {
	background-color: #124fa9;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0.50, #02128f), color-stop(0.49, #124fa9));
	background: -webkit-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -moz-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -o-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: -ms-linear-gradient(top, #124fa9 49%, #02128f 50%);
	background: linear-gradient(to bottom, #124fa9 49%, #003b91 50%);
}

.flowTitle p{
	color:#ffffff;
	font-size:150%;
	padding:12px 0 ;
	text-align:center;
	font-weight:bold;
}

.flowText{
	padding: 10px 15px;
}
.arrowImg{
	align-self: center;
}
.arrowImg img{
	margin: 0 5px 0px 5px
}

@media (max-width: 768px) {
	#topFlowBox{
		display: block;
	}
	#topFlowBox .flowBox{
		width:100%;
	}
	#topFlowBox .flowBox img{
		width:100%;
		height: auto;
	}
	
	.flowTitle {
		padding: 4px 0;
	}
	
	.flowTitle p{
		font-size:92%;
		padding:3px 0 ;
		text-align:center;
		font-weight:bold;
	}
	
	.flowText{
		padding: 8px 5px 5px 5px;
		line-height:140%;
		font-size:90%;
		width: 70%;
	}
	.flowBoxSp{
		display: flex;
	}
	.flowImg{
		width:30%;
	}
	.flowImg img{
		width:100%;
	}
	.arrowImg{
		text-align: center;
	}
	.arrowImg img{
		width:9px;
		height:20px;
		margin: 0;
		transform: rotate(90deg);
	}
}


/*流れ*/

.flowList li
{
	float:left;
	width:270px;
}

.flowList li.flow_arrow
{
	width:35px;
	padding-top:150px;
}



/*ページ途中レスポンス*/
.resBox
{
	background:#ffffff;
	width:440px;
	padding:10px;
}

.resTitle
{
	background:#05214a;
	color:#ffffff;
	text-align:center;
	font-weight:bold;
	border-radius:10px 10px 0 0;
	padding:4px 0 4px 0;
}

.resTopB

.resBs a {
	width: 545px;
	height: 115px;
	background: url(../images/top/response_bs_on.jpg) no-repeat;
	margin: 0 auto;
	display:block;
}


/********************************
デザインサンプル
********************************/

ul.PageLink4column
{
	list-style:none;
	display: flex;
	justify-content: space-around;
	font-size: 110%;
	margin-top:30px;
	/*margin-bottom: 50px;*/
}
ul.PageLink4column li a
{
	padding:0 0 0 28px;
	background-image:url(../images/pagelink.gif);
	background-repeat:no-repeat;
	background-position:2px 50%;
}


ul.designSampleList
{
	padding-left:0;
	margin-left:0;
	display: flex;
	flex-wrap: wrap;
}

ul.designSampleList li
{
	width:139px;
	margin-bottom:30px;
}
ul.designSampleList li a
{
	display:block;
	cursor: pointer;
}

@media (max-width: 768px) {
	ul.PageLink4column
	{
		display: block;
		margin-top:10px;
		/*margin-bottom: 30px;*/
	}
	ul.PageLink4column li
	{
		margin-bottom: 10px;
	}
	ul.PageLink4column li:last-child
	{
		margin-bottom: 0;
	}

	ul.designSampleList
	{
		justify-content: space-between;
	}
	ul.designSampleList li
	{
		width:30%;
		margin-bottom:20px;
	}
	ul.designSampleList li:nth-child(3n+2):last-child/*最後の行で、コンテンツを左に寄せる*/
	{
		margin-left: auto;
		margin-right: 35%;
	}
	ul.designSampleList li .modal-syncer img
	{
		width:100%;
		height: auto;
	}
	
}


/********************************
価格表
********************************/
.priceTableArea
{
	width:750px;
	margin: 0 auto;
}

@media (max-width: 768px) {
	.priceTableArea
	{
		width:100%;
	}
}


/********************************
ご注文の流れ・お支払いについて flow.html
********************************/
h3.flow{
	background-color: #2D3769;
	padding: 10px;
	color: #fff;
	font-size: 130%;
}

.flowStepArea{
	display: flex;
	align-items: center;
}
.flowStepArea img{
	margin-right: 30px;
}
.flowStep01-ResBox{
	box-sizing: border-box;
	background-color: #fff;
	padding: 10px;
	border: solid 2px #959595;
}

.flowTable tr,.flowTable th,.flowTable td{
	border:none;
	vertical-align:top;
}
.flowTable th{
	width:20%;
	text-align: left;
}
.flowTable td{
	padding-bottom: 10px;
}

/*お支払いについて*/
.priceBox
{
	width:320px;
	background:#F1F1F1;
	padding:7px;
}
/*.paymentArea
{
	display: flex;
	justify-content: space-between;
}
.paymentAreaSp
{
	display: flex;
	justify-content: space-between;
	width: 50%;
}
.paymentAreaSp:first-child
{
	margin-right: 10px;
}*/
.paymentBox
{
	/*width:46%;*/
	background:#F1F1F1;
	padding:7px;
}

.cardArea
{
	background:#ffffff;
	padding:5px;
}

@media (max-width: 768px) {
	h3.flow{
		padding: 10px;
		color: #fff;
		font-size: 110%;
	}
	.flowStepArea{
		display: block;
	}
	.flowStepAreaSP{
		display: flex;
		align-items: center;
	}
	.flowStepAreaSP img{
		width:100px;
		margin-right: 10px;
	}

	/*お支払いについて*/
	/*.paymentArea
	{
		display: block;
	}
	.paymentAreaSp
	{
		width: 100%;
	}
	.paymentAreaSp:first-child
	{
		margin-right: 0;
		margin-bottom: 10px;
	}
	.paymentBox
	{
		width:45%;
		background:#F1F1F1;
		padding:7px;
	}*/
}


/********************************
NP掛け払い・後払い
********************************/
.npBgPostpay
{
	background-color:#FFF9FC;
}
.npBgPayment
{
	background-color:#F4FDFF;
}


/********************************
会社概要 about.html
********************************/
/* 集合写真 */
#aboutMainText{
	text-align: center;
}

@media (max-width: 768px) {
	#aboutMainText{
		text-align: left;
		font-size: 90%;
	}
}

/* 会社概要テーブル */
#aboutTable{
	width:814px;
	margin:10px auto;
	font-size: 90%;
}

#aboutTable th,#aboutTable td{
	padding:5px;
	vertical-align:middle;
}

#aboutTable p{
	line-height:140%
}
.aboutDetails{
	display: flex;
	justify-content: center;
}
.aboutDetails div:first-of-type{
	margin-right: 20px;
}
.aboutDetails h2{
	font-size:1.1rem;
	border-left: 6px solid #ec5706;
	padding-left:8px;
}
.aboutDetails table{
	width:350px;
	line-height: 1.1rem;
}
.aboutDetails table tr:first-child{
	height: 4rem;
}
.aboutDetails table th,
.aboutDetails table td{
	border: none;
	vertical-align: middle;
	border-bottom:1px dashed #CCC;
	padding: 5px 10px
}

@media (max-width: 768px) {
	#aboutTable{
		width:100%;
	}

	#aboutTable th{
		width: 25%;
	}
	
	
	#aboutTable th,#aboutTable td{
		border: 1px solid #cccccc;
		padding: 3px 5px;
	}
	
	#aboutShopImg img{
		width: 100%;
		max-width: 700px;
		height: auto;
	}
	.aboutDetails{
		display: block;
	}
	.aboutDetails div{
		width: 70vw;
		margin: 0 auto;
	}
	.aboutDetails div:first-of-type{
		margin-right: auto;
		margin-bottom: 25px;
	}
	.aboutDetails table{
		width:100%;
	}
}

/* 東京、栃木 実店舗あります */
#aboutBsText{
	width: 580px;;
}

#aboutBsBtn{
	background-color:#ff5e01;
	text-align:center;
	width: 60%;
	margin:25px auto 0;
	border-radius: 5px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow:0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
}

#aboutBsBtn a{
	display:block;
	padding:12px;
	color:#ffffff;
	font-size:130%;
	font-weight:bold;
	line-height:120%;
}

#aboutBsBtn:hover{
	background-color:#ff7e33;
}

.aboutDecorationText{
	font-size:28px;
	line-height:1.6;
	color:#0083DB;
	font-weight:500;
	font-weight:bold;
}
.aboutDecorationText span.threeWord{
	font-size:26px;
}
.aboutDecorationText2{
	font-size:34px;
	line-height:1.6;
	margin-left:15px;
	margin-top:15px;
	color:#0083DB;
	font-weight:bold;
}
.aboutDecorationBox{
	width:210px;
	margin:35px 20px 30px;
	padding:0 10px;
	font-size:16px;
	line-height:2.3;
	text-align:left;
	color:#0083DB;
	float:left;
	
}
.aboutDecorationBlue{
	color:#0083DB;
	margin-left:15px;
}
.title-border {
display: flex;
align-items: center;
}

.title-border:after {
border-top: 1px solid #0099ff;
content: "";
flex-grow: 1;
}
.title-border:after {
margin-left: 1rem;
}

@media (max-width: 768px) {
	.aboutDecorationText,
	.aboutDecorationText span.threeWord{
		font-size:15px;
		line-height:1.2;
	}
	.aboutDecorationText2{
		font-size:20px;
		margin-left:0;
		margin-top:0;
	}
	.title-border {
	display: flex;
	align-items: center;
	}
	.title-border:after {
	border-top:none;
	content: "";
	flex-grow: 1;
	}
	.aboutDecorationBlue{
	margin-left:0;
}
	
	#aboutBsImg img{
		width: 100%;
		max-width: 400px;
		height: auto;
	}
	
	#aboutBsText{
		width: 100%;
	}
	
	#aboutBsBtn{
		width: 70%;
		max-width: 380px;
		margin: 15px auto 0;
		float:none;
	}
	
	#aboutBsBtn a{
		padding:10px;
		font-size:120%;
	}
}

/* 企業理念 */
h3.about{
	font-size:180%;
	font-weight:bold;
	line-height:1.2;
	text-shadow: #ffffff 2px 2px 3px, #ffffff -2px 2px 3px,
				 #ffffff 2px -2px 3px, #ffffff -2px -2px 3px;
}

@media (max-width: 768px) {
	h3.about{
		font-size:120%;
		text-align: center;
	}
}

#aboutRinenArea{
	background: url(../images/contents/bg_about.jpg) no-repeat right 10%;
	min-height: 320px;
}

#rinenBox{
	width: 615px;
}

.rinenImg{
	float: right;
	margin-top: -30px;
}

/* スタッフ紹介 */
.staffList {
	width: 280px;
	margin: 10px 20px 20px 20px;
}

.staffTitle {
	font-weight: bold;
	color: #124fa9;
	margin: 20px 0 0 0;
}

@media (max-width: 768px) {
	#aboutCommentTop img{
		width: 120px;
		max-width: 202px;
		height: auto;
	}
	
	#aboutRinenArea{
		background:none;
	}
	
	#rinenBox{
		width:100%;
		/*margin: 25px 0 35px;*/
		line-height: 150%;
	}
	
	.rinenImg{
		width: 40%;
		float: right;
		margin-top: 10px;
	}
	
	.rinenImg img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	
	.staffList{
		width:100%;
		margin:auto;
	}
	
	.staffTitle{
		margin:15px 0 5px 0;
	}
}


/********************************
お客様の声
********************************/
.VoicePageLink ul
{
	padding:0;
	margin:0 0 0 15px;
}

.VoicePageLink ul li{
	list-style-type:none;
	float:left;
	width:50%;

}
.VoicePageLink ul li a{
	background:url("../images/pagelink.gif") 0% 50%;
	background-repeat:no-repeat;
	padding-left:20px;
}
.voiceTextBox{
	margin-left: 10px;
}

@media (max-width: 768px) {
.VoicePageLink ul li{
	float:none;
	width:100%;
	margin-bottom: 15px;
}
.VoicePageLink ul li:last-child{
	margin-bottom: 0;
}
.voiceTextBox{
	margin-left: 0;
}
}


/********************************
FAXかんたんお見積・お問合わせシート fax.html
********************************/
/* お見積・お問い合わせシート　バナー */
.faxBox {
	display: flex;
	justify-content: space-between
}
@media (max-width: 768px) {
	.btnFaxsheetDl a:hover img{
		visibility:visible;
	}
	.faxBox {
		display: block;
	}
	.faxBox img {
		width: 150px;
		margin-top: 10px;
	}
}


/********************************
デザインデータは手続きなしで無料で５年間保管 repeater.html
********************************/
/* メイン画像 */

/* 商品リンクリスト */
ul.repeaterShorList {
	padding: 10px;
	background-color: #fdf4e8;
	font-size: 90%;
}

.repeaterShorList li {
	display: inline-block;
	float: left;
	margin: 5px 10px;
	width: 302px;
}

.repeaterShorList li dl {
	margin-left: 5px;
}

@media (max-width: 768px) {
	ul.repeaterShorList {
		padding: 10px 5px;
	}
	
	.repeaterShorList li {
		margin: 8px 0;
	}
}

/********************************
完全データ入稿方法
********************************/
/* 使用ページ：illustlator.html */
.nyukouList{
	background-color:#FFEBEB;
	border-bottom:1px solid #a7a7a7;
}
.nyukouList dt{
	float:left;
	width:8em;
	text-align:left;
	padding:5px;
	border-top:1px solid #a7a7a7;
}
.nyukouList dd{
	padding:5px;
	margin:0 0 0 8.5em;
	border-left:0;
	border-right:0;
	background-color:#ffffff;
	border-top:1px solid #a7a7a7;
}
@media (max-width: 768px) {
.nyukouList dt{
	width:6em;
}
.nyukouList dd{
	margin:0 0 0 6.7em;
}
}


/********************************
店舗や御社クライアント様への直送も可能です client.html
********************************/
/***** 当店からご指定の住所に発送が可能です *****/
@media (max-width: 768px) {
	.clientImg img{
		width: 130px;
		height: auto;
	}
}

/***** お客様名義、御社名義での発送が可能です *****/
#clientNameArea .clientLeft{
	width: 300px;
	margin-right: 15px;
	float: left;
	font-size: 85%;
}
#clientNameArea .clientLeft p.clientLeftText{
	margin-top: 5px;
}

#clientNameArea .clientRhight{
	float: left;
}
@media (max-width: 768px) {
	#clientNameArea .clientLeft{
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		float: none;
		font-size: 100%;
	}
	#clientNameArea .clientLeft p.clientLeftImg{
		float: left;
		width: 50%;
		margin-right: 1%
	}
	#clientNameArea .clientLeft p.clientLeftText{
		float: left;
		width: 49%;
		margin-top: 0px;
	}
	#clientNameArea .clientLeft img{
		width: 100%;
		max-width: 300px;
		height: auto;
	}
	#clientNameArea .clientRhight{
		float: none;
	}
}


/********************************
色校正も承ります（1,800円（税込1,944円））
********************************/
.kouseiPhoto{
	margin-right: 10px;
}
.kouseiText{
	margin-top:60px;
}
@media (max-width: 768px) {
.kouseiPhoto{
	margin-right: 0;
}
.kouseiText{
	margin-top:30px;
}
}


/********************************
ご希望どおりの色味を実現するために テレビ・新聞で紹介されました tv.html
********************************/
/*.videoBoxWidArea{
	width: 660px;
	height: 270px;
	margin: 0 auto 30px;
}*/

.adjustmentPcBox img{
	width:70%;
}

@media (max-width: 768px) {
	.tvImg690{
		max-width: 690px;
		height: auto;
	}
	.tvImg647{
		max-width: 647px;
		height: auto;
	}
	.tvImg626{
		max-width: 626px;
		height: auto;
	}
	.tvImg540{
		max-width: 540px;
		height: auto;
	}
	.adjustmentPcBox img{
		width:90%;
	}
}


/********************************
ショールームのご案内 bs.html
********************************/
/* 東京・栃木　ページ内リンク */
#bsPageLinkArea {
	margin: 30px auto 40px;
	width: 600px;
}
#bsPageLinkArea li a{
	float: left;
	text-decoration: underline;
	width: 50%;
	text-align: center;
}

@media (max-width: 768px) {
	#bsPageLinkArea{
		margin: 20px auto;
		width: auto;
	}
	
	#bsPageLinkArea li{
		float: none;
		width: auto;
		margin-bottom: 10px;
	}
}

h2.bsForm{
	font-size: 140%;
	padding:0 6px;
	border-left:5px solid #ec5706;
	margin-bottom: 15px;
}

@media (max-width: 768px) {
	h2.bsForm{
		font-size: 120%;
		border-left:4px solid #ec5706;
	}
}

/* グレーレスポンスエリア */
.bsSRtelArea h3{
	font-size: 120%;
}

.bsSRtelArea ul{
	display: inline-block;
	margin: 3px auto 20px;
}

.bsSRtelArea ul li{
	width: 400px;
	box-sizing: border-box;
	padding: 10px 0;
	background: #fff;
	float: left;
	margin: 0 10px;
	text-align: center;
}

.bsTel img {
	margin: 0 7px;
}

.bsTel a {
	font-size: 180%;
	font-weight: bold;
	color: #f00;
}

.bsSRbtn a {
	background-color: #ed760c;
	vertical-align: middle;
	text-align: center;
	width: 70%;
	margin: 3px auto 10px;
	border-radius: 10px;
	box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-webkit-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	-moz-box-shadow: 0px 6px 3px -3px rgb(183, 183, 183);
	display: block;
	padding: 20px;
	color: #ffffff;
	font-size: 150%;
	font-weight: bold;
	line-height: 120%;
}
.bsSRbtn a:hover {
	background-color: #F59844;
}

@media (max-width: 768px) {	
	.bsSRtelArea h3{
		font-size: 90%;
		margin-top: 15px;
	}
	
	.bsSRtelArea ul{
		margin: 0px auto;
		width: 100%;
	}
	
	.bsSRtelArea ul li{
		width: 100%;
		max-width: 400px;
		padding: 10px;
		float: none;
		margin: 5px auto 10px;
		text-align: center;
	}
	
	.bsTel{
		margin: 5px 0;
	}
	
	.bsTel img {
		margin: 0 3px;
		width: 30px;
		height: auto;
	}
	
	.bsTel a {
		font-size: 170%;
	}
	
	.bsSRbtn{
		width: 85%;
		margin: 5px auto;
	}
	
	.bsSRbtn a {
		padding: 15px;
		font-size: 120%;
	}
}

/* ショールーム　4つのメリット */
.bsMeritText{
	width: 600px;
	float: left;
	margin: 0 10px;
}
.bsMeritImg{
	float: left;
}

@media (max-width: 768px) {	
	.bsMeritText{
		width: 60%;
		float: left;
		margin: 0 2%;
	}
	
	.bsMeritImg{
		width: 35%;
		float: right;
	}
	.bsMeritImg img{
		width: 100%;
		max-width: 266px;
		height: auto;
	}
}

/* ショールームでご確認いただける商品 */
#bsSRproductArea{
	padding: 5px 15px;
	border: 1px solid #C0C0C0;
}

.bsMapBox {
	width: 700px;
	margin: 0 auto;
}

.rote-pc {
	display: flex;
	width: 210px;
}

.pcArrow {
	margin: 85px 8px 0 8px;
}

@media (max-width: 768px) {	
	
	
	.bsSRimg{
		width: 35%;
	}
	.bsSRimg img{
		width: 100%;
		max-width: 260px;
		height: auto;
	}
	.bsSRtext{
		width: 60%;
	}
	
	.bsMapBox {
		width: 100%;
	}
	
	.roteMoreTitle{
		background:#124fa9;
		padding: 0 10px;
		border-radius: 2px;
		height: 40px;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	
	.rote-pc {
		display: block;
		width: auto;
	}
	
	.mapBox {
		width: 210px;
		margin: 0 auto;
	}
}

/********************************
個人情報 kojin.html
特定商取引法 tokutei.html
********************************/
.lawTable,
.kojinTable{
	width: 700px;
	margin:20px auto;
	line-height: 130%;
}

.lawTable tr,
.kojinTable tr{
	border-top:1px solid #cccccc;
}

.lawTable th,
.lawTable td,
.kojinTable th,
.kojinTable td{
	padding:10px;
	border-left:1px #cccccc solid;
	border-right:1px #cccccc solid;
}

.lawTable th,
.lawTable td{
	text-align:left;
}

.kojinTable th,
.kojinTable td{
	vertical-align: middle;
}

.lawTable tr:last-child,
.kojinTable tr:last-child{
	border-bottom:1px #cccccc solid;
}

.tokuteiSpace{
	margin-bottom: 100px;
}

@media (max-width: 768px) {
	.lawTable ,
	.kojinTable{
		width:100%;
	}

	.lawTable th,
	.kojinTable th{
		width: 30%
	}
	
	.tokuteiSpace{
		margin-bottom:50px;
	}
}


/********************************
個人情報の取り扱いについて
********************************/
h1.kojinPopH1
{
	font-size:170%;
	padding:0 0 4px 15px;
	line-height:54px;
	border-left:6px solid #EA0404;
	background:#eee;
}
#PopUpBodyArea {
	width: 580px;
	margin: 0 auto;
	font-size: 16px;
}
.kojinPopTable{
	margin: 0 auto;
}
.kojinPopTable th{
	background-color: #FFE0E0;
}
.kojinPopTable th,
.kojinPopTable td{
	padding:6px;
	vertical-align: middle;
}


/********************************
よくいただくご質問 qa.html
********************************/
/* 回答 */
.faqList {
	margin: 0;
	padding: 15px 0;
	text-indent: -1.2em;
	padding-left: 1.2em;
	border-top: 1px solid #999999;
}

.faqList dt {
	color: #ff4e00;
	font-weight: bold;
	margin: 0 0 5px 0;
}

.faqList dd {
	margin-left: 1.2em;
}

.faqList span {
	font-weight: bold;
	padding: 0 5px 0 0;
}

.faqListBorderNone {
	border-top: none;
}

@media (max-width: 768px) {
	#qaGoldImg img{
		width: 100%;
		max-width: 489px;
		height: auto;
	}
}


/********************************
404ページ
********************************/
.fileNon
{
	background:url(../images/contents/404.gif) no-repeat right center;
}

ul.fileNonList{
	text-decoration: none;
}

ul.fileNonList h3{
	pointer-events: none;
	font-size: 105%;
	margin-bottom: 6px;
}

ul.fileNonList > li.menuGroup{
	margin-bottom: 30px;
	margin-right: 30px;
}

ul.fileNonList li.menuGroup > ul > li > a {
	line-height: 1.8em;
	background: url(../images/ico-tri-blue.gif) no-repeat left 50%;
	padding: 0 0 0 12px;
}

@media (max-width: 768px) {
	.fileNon
	{
		background:none;
	}
	ul.fileNonList li{
		margin-left: 10px;
	}
}


/*↑↑以上、現・捨て看板から貼り付け↑↑*/
