@charset "utf-8";
/* CSS Document */

/* resetcss */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p {
    margin: 0px;
    padding: 0px;
    font-size: 16px;
    /*font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝", serif;*/
    font-family:"メイリオ",Meiryo,"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
    line-height: 160%;
    color: #333333;
}

/*フォント系*/

h2 {
    font-size: 45px;
}

h3 {
    font-size: 38px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-22 {
    font-size: 22px;
}

.fs-24 {
    font-size: 24px;
}

.fs-26 {
    font-size: 26px;
}

.fs-28 {
    font-size: 28px;
}

.fs-30 {
    font-size: 30px;
}

.fs-32 {
    font-size: 32px;
}

.fs-34 {
    font-size: 34px;
}

.fs-36 {
    font-size: 36px;
}

.bold {
    font-weight: bold;
}

.red {
    color: red;
}

.blue {
    color: blue;
}

.white {
    color: #fff;
}

/*クリアフィックス*/

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix:before {
    display: block;
    content: "";
    clear: both;
}

.clearfix {
    display: inline-block;
}

* html .clearfix {
    height: 1%;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}

iframe {
    max-width: 100%;
}

img {
    vertical-align: top;
    border: none;
    max-width: 100%;
    height: auto !important;
}

.bkimg {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.bkimg img {
	width: 100%;
}

a {
    text-decoration: none;
    color: #333333;
}

a:hover {
    opacity: 0.6;
    color: inherit;
    text-decoration: none;
}

a[href*="tel"] {
    pointer-events: none;
}

a[data-href="#"] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href*="."] {
    border: solid red 5px;
    display: block;
    position: relative !important;
    opacity: 1;
}

a[data-href="#"]:hover:before {
    content: "リンクが設定されていない可能性があります。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a[data-href*="."]:hover:before {
    content: "外部リンクの可能性があります。リンクが飛ばない可能性がありますので注意してください。";
    position: absolute !important;
    width: 100%;
    bottom: 100%;
    color: red;
    font-weight: bold;
    background: #555;
    padding: 5px;
    font-size: 12px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

[data-element-id][data-uk-slideshow]:hover:before {
    content: "※こちらは見たまま編集ができません。①画像をダブルクリック、②変更（歯車マーク）、③スライドショーから編集してください。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

[data-collection-list-content]:hover:before {
    content: "※こちらは見たまま編集ができません。①ページのどこかをダブルクリック、②左下（もしくは左上）のCMSロゴをクリック、③画面右上のメニュー（三本線マーク）から「カスタムコンテンツ管理」をクリック、④編集したいカスタムコンテンツの一覧（三本線マーク）から記事投稿・記事編集ができます。";
    display: block;
    line-height: 1.8;
    font-weight: bold;
    color: red;
    clear: both;
    background: #4c4c4c;
    padding: 5px;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    z-index: 1000;
    font-size: 12px;
}

ul,
li {
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0;
}

dl,
dt,
dd {
    text-align: left;
    padding: 0;
    margin: 0;
}


.p20{
  padding: 20px;
}
.hidden{
  display: none !important;
}

/*トランスフォーム親*/

.tfm_p {
    position: relative;
}

/*左右中央寄せ*/

.tfm_x {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

/*上下中央寄せ*/

.tfm_y {
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

/*上下左右中央寄せ*/

.tfm_xy {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/*トリミング*/

.trimming {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.trimming img{
    width: 100%;
}


.trimming:after {
    display: block;
    content: "";
    padding-top: 100%;
    /*100%で正方形にカット。100%以下で横長、100%以上で縦長*/
}
.pt28.trimming:after {
    display: block;
    content: "";
    padding-top: 28%;
    /*28%にカット*/
}
.pt53.trimming:after {
    display: block;
    content: "";
    padding-top: 53%;
    /*53%にカット*/
}
.pt67.trimming:after {
    display: block;
    content: "";
    padding-top: 67%;
    /*67%にカット*/
}
.pt79.trimming:after {
    display: block;
    content: "";
    padding-top: 79%;
    /*79%にカット*/
}

.pt125.trimming:after {
    display: block;
    content: "";
    padding-top: 125%;
    /*125%でカット。*/
}

/*フレックス*/

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

/*フレックスセンター*/

.flex_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    justify-content: center;
}

.flex > div[data-collection-list-content],
.flex_c > div[data-collection-list-content] {
    width: 100%;
}

.flex > div[data-recommend-collection-list-content],
.flex_c > div[data-recommend-collection-list-content] {
    width: 100%;
}

.flex .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec2 {
    width: 46%;
    margin: 0% 2% 4% 2%;
}

.flex .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec3 {
    width: 29%;
    margin: 0% 2% 4% 2%;
}

.flex .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec4 {
    width: 21%;
    margin: 0% 2% 4% 2%;
}
.flex .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

.flex_c .sec5 {
    width: 16%;
    margin: 0% 2% 4% 2%;
}

@media only screen and (max-width: 1024px) {
	img {
		max-width: 100% !important;
		height: auto !important;
	}
    h2 {
        font-size: 35px;
    }
    h3 {
        font-size: 28px;
    }
    a[href*="tel"] {
        pointer-events: initial !important;
    }
    .flex .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 29%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec5 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
	body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
input,
button,
p{
	font-size:14px;
}
}

@media only screen and (max-width: 599px) {
    .flex .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec3 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
    .flex_c .sec4 {
        width: 46%;
        margin: 0% 2% 4% 2%;
    }
}
.fead-mv {
    opacity: 0;
    transition: 1.5s;
}
.mv {
    opacity: 1;
}

/*[data-element-id].flex div{
 display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
[data-element-id].innav .flex div li{
 display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width:230px;

}
[data-element-id].innav .flex div li a{
  margin:0 auto;
  display: block;

}*/


#wrapper{
	width:100%;
	overflow:hidden;
}
#gnav:before{
	margin-top:9px;
	content:"";
	width:100%;
	height:6px;
	display:block;
	background: rgb(96,26,28);
background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
}
#header{
	width:100%;
	height:auto;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.6);
	position:fixed;
	top:0;
	left:0;
	background:#fff;
	z-index:100;
}
#header .inner{
	max-width:980px;
	margin:0 auto;
	width:95%;
	padding:15px 0 0 0;
}
#header .logo h1{
	top:0;
	left:0;
	z-index:-1;
	font-size:10px;
	color:#fff;
	position:absolute;
}
#header .logo{
	position:relative;
	float:left;
	padding:0 0 0 10px;
}
#header .right{
	float:right;
	width:418px;
	height:auto;
}
#header .right .htel{
	float:left;
}
#header .right .bnr{
	float:right;
	/*width:130px;*/
	width:120px;
	text-align:right;
}
#header .right .bnr dd{
	text-align:right;
}
#header .right .bnr dd a{
	margin-left:7px;
}
#header .right .bnr dt{
	padding-bottom:5px;
}
#header .right .bnr dt a{
	font-size:14px;
	line-height:28px;
	display:block;
	letter-spacing:-0.5px;
	border:1px solid #FFCC33;
	border-radius:8px;
	text-align:center;
	background: rgb(255,245,214);
background: -moz-linear-gradient(top, rgba(255,245,214,1) 0%, rgba(255,204,51,1) 38%, rgba(255,204,51,1) 88%, rgba(255,232,164,1) 98%);
background: -webkit-linear-gradient(top, rgba(255,245,214,1) 0%,rgba(255,204,51,1) 38%,rgba(255,204,51,1) 88%,rgba(255,232,164,1) 98%);
background: linear-gradient(to bottom, rgba(255,245,214,1) 0%,rgba(255,204,51,1) 38%,rgba(255,204,51,1) 88%,rgba(255,232,164,1) 98%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d6', endColorstr='#ffe8a4',GradientType=0 );
 padding: 3px;
}
@media only screen and (max-width: 599px) {
#header .right .bnr dt a{
    padding: 6px;
}
}


#header .right .bnr dt a img{
	vertical-align:middle;
	margin-right:8px;
}
#header .right .htel dt strong{
	color:#8E1426;
}
#header .right .htel dt{
	font-size:14px;
}
#header .right .htel dt+dd.tel{
	font-size:32px;
	font-weight:bold;
	font-family:"Arial Black", Gadget, sans-serif;
	color:#C0162D;
	line-height:1;
	
}
#header .right .htel dt+dd.tel img{
	vertical-align:middle;
	margin-top:-5px;
	margin-right:5px;
}
#header .right .htel dt+dd.tel a{
	color:#C0162D;
}
#header .right .htel dt+dd.tel{
	padding-bottom:4px;
	margin-top:-5px;
}
#header .right .htel dd+dd dt{
	display:inline-block !important;
	background:#000;
	color:#fff;
	font-size:11px;
	letter-spacing:0;
	padding:3px 10px;
	vertical-align:middle;
}
#header .right .htel dd+dd dd{
	vertical-align:middle;
	display:inline-block !important;
	padding-right:5px;
	font-size:14px;
}
@media only screen and (max-width: 1024px) {
	#header:after{
	margin-top:9px;
	content:"";
	width:100%;
	height:6px;
	display:block;
	background: rgb(96,26,28);
background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
     }
	 #header{
		 position:relative;
	 }
	 #header .logo{
		 float:none;
		 padding-right:55px;
		 padding-bottom:20px;
	 }
	 #header .logo img{
	   display:block;
	   margin:0 auto;
	 }
	 
	 #header .right{
		 float:none;
		 margin:0 auto;
	 }
}
@media only screen and (max-width: 599px) {
	#header .right .htel{
		float:none;
		width:272px;
		margin:0 auto;
		
	}
	#header .right{
		width:auto;
	}
	#header .right .bnr{
		float:none;
		margin:10px auto 0 auto;
		width: 300px;
	}
	#header .right .bnr dd{
		text-align:center;
		/*float: right;*/
	}
	#header .right .bnr dd a{
		margin-left:3px;
		margin-right:3px;
	}
	#header .right .bnr dt{
	  /*float: left;*/
	}
	#header .right .htel dt+dd.tel{
	  font-size:30px;
	}
}
#footer{
	background: rgb(96,26,28);
background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
}

#footer .inner{
	max-width:980px;
	width:95%;
	margin:0 auto;
	padding:40px 0 0 0;
}

@media only screen and (max-width: 599px) {
#footer .inner{
  padding-bottom: 23px;
}
#footer .inner .footnav ul.ul_03{
  width : 80% ; /* IE8以下とAndroid4.3以下用フォールバック */
  width : -webkit-calc(100% - 70px) ;
  width : calc(100% - 70px) ;
}
#footer{
  margin-bottom: 70px;
}

}

#footer .footnav{
	float:right;
	/*width:252px;*/
	width:351px;
	height:auto;
	padding:0 0 33px 0;
}
#footer .left{
	float:left;
	width:550px;
	padding:0 0 33px 10px;
}
#footer .left p{
	color:#fff;
	font-size:14px;
}
#footer .left h3{
	padding:0 0 5px 0;
}
#footer .left .tel{
	font-size:32px;
	font-weight:bold;
	line-height:1;
	padding:8px 0 0 0;
}
#footer .left .tel img{
	margin-right:5px;
}
#footer .left .tel a{
	color:#fff;
}
#footer .left .tel .w{
	display:inline-block !important;
	font-size:12px;
	color:#8D1326;
	background:#fff;
	width:55px;
	text-align:center;
	padding:5px 0;
	margin-left:7px;
	border-radius:4px;
}
#footer .left .add{
	float:left;
}
#footer .left .bnr{
	float:right;
}
#footer .left .bnr dt a {
	font-size:14px;
    line-height: 28px;
    display: block;
    letter-spacing: -0.5px;
    border: 1px solid #FFCC33;
    border-radius: 8px;
    text-align: center;
    background: rgb(255,245,214);
    background: -moz-linear-gradient(top, rgba(255,245,214,1) 0%, rgba(255,204,51,1) 38%, rgba(255,204,51,1) 88%, rgba(255,232,164,1) 98%);
    background: -webkit-linear-gradient(top, rgba(255,245,214,1) 0%,rgba(255,204,51,1) 38%,rgba(255,204,51,1) 88%,rgba(255,232,164,1) 98%);
    background: linear-gradient(to bottom, rgba(255,245,214,1) 0%,rgba(255,204,51,1) 38%,rgba(255,204,51,1) 88%,rgba(255,232,164,1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d6', endColorstr='#ffe8a4',GradientType=0 );
    padding: 3px;
}
@media only screen and (max-width: 599px) {
  #footer .left .bnr dt a {
      padding: 6px;
  }
}

#footer .left .bnr {
    float: right;
    width: 151px;
    text-align: right;
}
#footer .left .bnr dt a img {
    vertical-align: middle;
    margin-right: 8px;
}
#footer .left .bnr dt {
    padding-bottom: 5px;
}
#footer .left .bnr dd {
    text-align: right;
    padding-left: 10px;
}
#footer .left .bnr dd a {
    margin-left: 7px;
}
#footer .footnav ul{
	width:116px;
	height:auto;
	float:left;
	border-left:1px dotted #fff;
}
#footer .footnav li{
	padding:0 0 0 9px;
}
#footer .footnav li a{
	font-size:12px;
	color:#fff;
	font-weight:bold;
	background:url(/import/tenant_1/153.126.135.54/html2/images/ft_icon_05.png) 0 5px no-repeat;
	padding-left:10px;
}

.copy{
	text-align:center;
	background:#000;
	color:#fff;
	font-size:12px;
	padding:14px 0;
}

#footer #sp_btn{
  display: none;
}
.pr_20{
  padding-right: 20px;
}

@media only screen and (max-width: 1024px) {
	#footer .left{
		float:none;
	}
	#footer .footnav{
		width:auto;
		float:none;
		padding-bottom:20px;
	}
	#footer .footnav ul{
		width:auto;
		border:none;
		float:none;
	}
	#footer .footnav li{
		display:inline-block !important;
	}
}
@media only screen and (max-width: 599px) {
	#footer .left{
		width:auto;
		padding-left:0;
		text-align: center;
	}
	#footer .left .add{
		float:none;
		padding-bottom:10px;
	}
	#footer .left .bnr{
		float:none;
	 width: 300px;
	 margin:0 auto;
	}
	#footer .left .tel .w{
		/*display:block !important;*/
		margin-top:10px;
	}
	#footer .left .tel{
		font-size:24px;
	}
	#footer .left .tel img{
		vertical-align:middle;
		margin-top:-5px;
	}
	#footer .left .bnr dd{
		text-align:left;
	}
	#footer .left .bnr dd a{
		margin-left:0px;
		margin-right:7px;
	}
	#footer #sp_btn{
  display: block;
  position: fixed;
  bottom: 0;
  right: 0;
  width:100%;
  display: block;
}
#footer #sp_btn .left,#footer #sp_btn .bnr1 .more{
  width:46%;
  padding-left:2%;
  padding-right:2%;
  padding-bottom: 5px;
  margin-bottom: 5px;
  height: 32px;
}
#footer #sp_btn .left{
   width:36%;
   padding-left:1%;
  padding-right:0%;
  position: relative;
}
#footer #sp_btn .bnr1 .more{
   width:50%;
      margin-left: -19px;
    padding-right: 1px;
   
}

#footer #sp_btn .bnr1 .more a{
  font-size: 12px;
  width: 93%;
  margin:0 auto;
  line-height: 33px;
}
#footer #sp_btn .bnr1 .more a img{
  width: 16px;
  margin:0;
  margin-left:2px;
  margin-right:2px;
}
#footer #sp_btn .bnr1 .left p{
  font-size: 15px;
 color: #8E1426;
}
#footer #sp_btn .bnr1 h4{
  font-size: 12px;
  padding-bottom: 2px;
}
#footer #sp_btn .left .tel{
  font-size: 16px;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 33px;
}
#footer #sp_btn .left .tel a{
  font-size: 18px;
}


#footer #sp_btn .left dl.l{
  width:108%;
 position: absolute;
 top:0;
 bottom: 0;
 left:0;
 right:0;
 margin:auto;
 margin-right: -1%;
 height: 18px;
 line-height: 18px;
}

#footer #sp_btn p.h24ok{
  width:80%;
  height:auto;
  padding:2px;
  box-sizing: border-box;
  background: #fff;
  font-size: 10px;
  color: #8E1426;
  font-weight: bold;
  line-height: 140%;
  border-radius: 8px;
  margin:0 auto;
}

#footer #sp_btn .bnr1 .in{
  padding-top: 7px;
  padding-bottom: 3px;
}
#footer #sp_btn .left .tel img{
  width:20px;
}
#footer #sp_btn .left .tel a{
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
}

@media only screen and (max-width: 418px) {
#footer #sp_btn .left dl.l{
 height: 33px;
 line-height: 33px;
}
#footer #sp_btn .left{
   width:43%;
   padding-left:1%;
  padding-right:0%;
  position: relative;
}
#footer #sp_btn .bnr1 .more{
      width: 50%;
    margin-left: -8%;
    padding-right: 1px;
   
}
}

@media only screen and (max-width: 357px) {
#footer #sp_btn .left dl.l{
 height: 33px;
 line-height: 33px;
}
#footer #sp_btn .left{
   width:43%;
   padding-left:1%;
  padding-right:0%;
  position: relative;
}
#footer #sp_btn .bnr1 .more{
      width: 55%;
    margin-left: -8%;
    padding-right: 1px;
   
}
}


#gnav p{
	display:none;
}

#gnav ul{
	max-width:980px;
	margin:0 auto;
}
#gnav li{
	float:left;
	border-right:1px dotted #000;
}
#gnav li:first-child a{
	width:61px;
	line-height:120%;
	padding:10px 0 0 0;
	height:40px;
}
#gnav li:first-child a .s{
	font-size:10px;
	display:block;
}
#gnav li:first-child{
	border-left:1px dotted #000;
}
#gnav li a{
	width:130px;
	display:block;
	line-height:50px;
	text-align:center;
}

#gnav .sp_header_li{
  display: none;
}


#main{
	padding-top:160px;
}
@media only screen and (max-width: 1024px) {
	#main{
		padding-top:0;
	}
	#gnav{
    position: fixed;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
	background:none;
    -webkit-transform: translateX(200px);
transform: translateX(200px);
    -webkit-transition: ease .5s;
    transition: ease .5s;
    padding:0;
	z-index:101;
	border:none;
	padding-bottom:0;
	
    }
	#gnav li.menunav{
		display:block !important;
		border:none;
	}
	
	#gnav ul li{
		float:none;
		width:auto;
		text-align:left;
	}
	#gnav:before{
		display:none;
	}

	#gnav p{
		display:block;
		position:absolute;
		width:38px;
		height:38px;
		top:0;
		left:-44px;
		border:1px solid #fff;
		background:#C0162D;
		cursor:pointer;
		opacity:0.8;
		margin:2px;
		box-shadow:0px 0px 0px 2px #C0162D;
-moz-box-shadow:0px 0px 0px 2px #C0162D;
-webkit-box-shadow:0px 0px 0px 2px #C0162D;
	}

	#gnav ul li{
		float:none;
		width:auto;
		border:none;
		border-bottom:1px dotted #cacad9;
		padding:0;
		margin-top:0;
		display:block !important;
		width:auto !important;
		line-height:160%;
	}
	#gnav ul li a{
		height:auto;
		display:block;
		padding:8px 0 8px 0;
		font-size:16px;
		line-height:160%;
		width:auto;
	}
	#gnav li:first-child a{
		padding-top:10px;
		height:auto;
		padding-bottom:10px;
		text-align:center;
		width:auto;
	}

	#gnav li:first-child{
		border-left:none;
	}
	#gnav.action{
		-webkit-transform:translateX(0px);
        transform:translateX(0px);
	}
	#gnav p span.n{
    display: block;
    background: #fff;
    height: 2px;
    width: 26px;
    text-indent: -9999px;
    padding: 0;
    top: 50%;
    left: 6px;
    margin-top: -1px;
    position: absolute;
    }
	#gnav p span.n:before{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: -8px;
    left: 0;
    }
	#gnav p span.n:after{
    display: block;
    content: "";
    background: #fff;
    height: 2px;
    width: 26px;
    position: absolute;
    top: 8px;
    left: 0;
    }
	#gnav.action p span.n{
	 -webkit-transform: rotate(-45deg);
		 transform: rotate(-45deg);
		  -webkit-transition:ease .10s;
         transition:ease .10s;
	}
	#gnav.action p span.n:after,#gnav.action p span.n:before{
		 -webkit-transform: rotate(90deg);
		 transform: rotate(90deg);
		 top:0;
		 left:0;
	}
	#gnav ul{
		width:auto;
		height: 100%;
		overflow-y: auto;
		background: #fff;
		padding:0;
	}
	#gnav li + li{
		border-left:none;
	}
	.overlay:after,.overlay #header .inner:before{
		content:"";
		width:100%;
		height:100%;
		background:#000;
		position:fixed;
		top:0;
		left:0;
		opacity:0.3;
		z-index:99;
	}
	#gnav .flex_c{
		display:block !important;
	}
	#gnav .sp_header_li{
  display:block;
}
}

.totop{
	position:fixed;
	right:10px;
	bottom:10px;
	z-index:90;
}
.totop .pc_btn{
	display: block;
}
.totop .sp_btn{
	display: none;
}

@media only screen and (max-width: 599px) {
.totop {
    bottom: 110px;
    z-index: 90;
}
.totop .pc_btn{
	display: none;
}
.totop .sp_btn{
	display: block;
}

}


/*下層共通*/

.w98{
	max-width:980px;
	margin:0 auto;
	width:95%;
}

.subtit2{
	text-align:center;
	padding:0;
}
.innav{
	background:#eee;
	padding:1px 30px 4px 30px;
}
.innav li:first-child{
	border-left:1px dotted #999;
}
.innav li{
	max-width:230px;
	box-sizing:border-box;
	width:25%;
	text-align:center;
	border-right:1px dotted #999;
}
.innav ul{
	
	padding:7px 0 9px 0;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 16%, rgba(255,255,255,1) 84%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 84%,rgba(255,255,255,0) 100%);
background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 16%,rgba(255,255,255,1) 84%,rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
	
}
.innav li a{
	display:block;
	line-height:30px;
	width:auto;
	font-size:16px;
}
.h3s{
	font-size:24px;
	background: rgb(96,26,28);
background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
margin-bottom:45px;
}
.h3s .w{
	display:block;
	background:url(/import/tenant_1/153.126.135.54/html2/images/window_logo.png) 0 bottom no-repeat;
	color:#fff;
	padding:8px 0 8px 35px;
}

/*tenpo*/

.tenpo1 .pic{
	float:right;
	width:45%;
}
.tenpo1 .wrap{
	padding:0 40px 0 50px;
}
.tenpo1 .tbox{
	width:50%;
}

.tenpo1 h4{
	font-size:28px;
	padding:0 0 20px 0;
	font-weight:normal;
}
.tenpo1 .tbox p{
	padding:0 0 20px 0;
}
.tenpo1 .pic p{
	text-align:right;
}
.tenpo1 .pic dt{
	text-align:right;
	font-size:10px;
	padding:10px 0 0 0;
}
.tenpo1 .pic dd{
	text-align:right;
	font-size:16px;
	padding-bottom:20px;
}
.tenpo1 .pic dd a{
	color:#BF142C;
}
.tenpo1{
	padding-bottom:30px;
}
.ac{
	position:relative;
}
.ac a{
	position:absolute;
	left:0;
	top:-160px;
}
.txt1{
	padding:0 40px 20px 50px;
}

.tenpo2 p{
	padding:0 0 20px 0;
}
.tenpo2 .txt1 p{
	font-size:18px;
}
.tenpo2 .lp{
	padding:0 13px;
}
.tenpo2 .pic{
	float:left;
	width:47%;
}
.tenpo2 .tbox{
	float:right;
	width:46%;
	padding:8% 0 0 0;
}
.tenpo2 h4:after{
	margin-top:10px;
	content:"";
	width:100%;
	height:6px;
	display:block;
	background: rgb(96,26,28);
background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
}
.tenpo2 h4{
	padding-bottom:45px;
	font-size:24px;
	font-weight:normal;
	min-height:50px;
	position:relative;
}
.tenpo2 h4 .st{
	width:100px;
	display:inline-block !important;
	font-size:24px;
	color:#fff;
	line-height:50px;
	background:#BF162D;
	text-align:center;
	margin-right:12px;
	position:absolute;
	top:0;
	left:10px;
	border-radius:8px;
	
}
.tenpo2 h4 .w{
	display:inline-block !important;
	padding:5px 0 0 126px;
	min-height:45px;
}
.tenpo2 .box{
	padding-bottom:10px;
}
.tenpo2{
	padding-bottom:60px;
}
.bnr1{
	padding:2px;
	background: rgb(96,26,28);
background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
text-align:center;
	
}
.bnr1 h4{
	color:#fff;
	font-size:28px;
	padding:0 0 10px 0;
}
.bnr1 .in{
	padding:10px 0 17px 0;
	border:1px solid #fff;
	background:url(/import/tenant_1/153.126.135.54/html2/images/banner_01.png) 0 bottom no-repeat;
}
.bnr1 .left{
	display:inline-block !important;
	vertical-align:middle;
	width:357px;
}
.bnr1 .more{
	display:inline-block !important;
	vertical-align:middle;
	padding:0 45px;
}
.bnr1 .left dl.l{
	float:left;
}
.bnr1 .left p{
	float:right;
	/*width:80px;*/
	width:86px;
	box-sizing:border-box;
	height:50px;
	background:#fff;
	font-size:18px;
	color:#8E1426;
	font-weight:bold;
	line-height:140%;
	border-radius:8px;
	margin-top:5px;
}
.bnr1 .left dt{
	font-size:32px;
	color:#fff;
	font-family:"Arial Black", Gadget, sans-serif;
	line-height:1;
	font-weight:bold;
	color:#fff;
	padding-bottom:1px;
}
.bnr1 .left dt a{
	color:#fff;
}
.bnr1 .left dt img{
	margin-right:5px;
	vertical-align:middle;
	margin-top:-5px;
}
.bnr1 .left dd dt{
    display: inline-block !important;
    background: #fff;
    color: #C0162D;
    font-size: 11px;
    letter-spacing: 0;
    padding: 3px 10px;
    vertical-align: middle;
	line-height:120%;
}
.bnr1 .left dd dd{
    vertical-align: middle;
    display: inline-block !important;
    padding-right: 5px;
    font-size: 14px;
	color:#fff;
	letter-spacing:-0.5px;
}

.bnr1 .more a{
    font-size: 18px;
	font-weight:bold;
    line-height: 53px;
    display: block;
	width:268px;
    letter-spacing: -0.5px;
    border: 1px solid #FFCC33;
    border-radius: 8px;
    text-align: center;
    background: rgb(255,245,214);
    background: -moz-linear-gradient(top, rgba(255,245,214,1) 0%, rgba(255,204,51,1) 38%, rgba(255,204,51,1) 88%, rgba(255,232,164,1) 98%);
    background: -webkit-linear-gradient(top, rgba(255,245,214,1) 0%,rgba(255,204,51,1) 38%,rgba(255,204,51,1) 88%,rgba(255,232,164,1) 98%);
    background: linear-gradient(to bottom, rgba(255,245,214,1) 0%,rgba(255,204,51,1) 38%,rgba(255,204,51,1) 88%,rgba(255,232,164,1) 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff5d6', endColorstr='#ffe8a4',GradientType=0 );
}
.bnr1 .more a img {
    vertical-align: middle;
    margin-right: 8px;
}
.tenpo .bnr1{
	margin-bottom:90px;
}

.tenpo3 dl{
	background:#DDDDDD url(/import/tenant_1/153.126.135.54/html2/images/window_logo.png) 0 bottom no-repeat;
	width:31%;
	margin:0 3.5% 50px 0;
	box-sizing:border-box;
	padding:35px 9px 20px 9px;
}
.tenpo3 dl:nth-child(3n+3){
	margin-right:0;
}
.tenpo3 dt{
	padding:15px 0 20px 0;
	font-size:16px;
}
.tenpo3 dt+dd{
	font-size:12px;
	line-height:120%;
	max-height: 77px;
	overflow:hidden;
}
.tenpo3{
	padding-bottom:50px;
}
.tenpo4{
	padding-bottom:100px;
	padding-top: 20px;
}
.tenpo4 dt{
	float:left;
	font-weight:bold;
}
.tenpo4 dd{
	font-size:14px;
	padding:2px 0 0 174px;
}
.tenpo4 dl{
	padding:5px 0 0 35px;
}
@media only screen and (max-width: 1024px) {
	.ac a{
	top:0px;
}
	.innav li a{
		font-size:14px;
	}
	.h3s .w{
		padding-left:2.5%;
		padding-right:2.5%;
	}
	.tenpo1 .wrap{
		padding-left:2.5%;
		padding-right:2.5%;
	}
	.tenpo1 h4{
		font-size:20px;
	}
	.txt1{
		padding-left:2.5%;
		padding-right:2.5%;
		padding-right: 20px;
    padding-left: 20px;
	}
	.tenpo2 .txt1 p{
		font-size:16px;
	}
	.tenpo2 h4{
		font-size:18px;
	}
	.tenpo2 h4 .st{
		font-size:18px;
		line-height:40px;
	}
	.tenpo2 h4 .w{
		min-height:35px;
		padding-right: 10px;
	}
	.bnr1 h4{
		padding-left:2.5%;
		padding-right:2.5%;
		font-size:20px;
	}
	.bnr1 .left{
		display:block !important;
		margin:0 auto 20px auto;
	}
	.tenpo4 dt{
		float:none;
	}
	.tenpo4 dd{
		padding-left:0;
	}
	.tenpo4 dl{
		padding-left:0;
		padding-right:0;
	}
	.innav{
		padding-left:2%;
		padding-right:2%;
	}
}
@media only screen and (max-width: 599px) {
  .tenpo2 .txt1 p{
    font-size:14px;
  }
	.innav li{
		width:50%;
		margin-bottom:5px;
		max-width:none;
	}
	.innav li:nth-child(2n+1){
		border-left: 1px dotted #999;
	}
	.innav li a{
		font-size:12px;
	}
	.innav{
		padding-left:2%;
		padding-right:2%;
	}
	.tenpo1 .pic{
		width:auto;
		float:none;
		width: 75%;
    margin: 0 auto;
	}
	.tenpo1 .tbox{
		width:auto;
		float:none;
		padding-right: 5px;
    padding-left: 5px;
	}
	.flow .tenpo1 .tbox{
	  padding-right: 20px;
    padding-left: 20px;
	}
	.tenpo2 .pic{
		width:auto;
		float:none;
		text-align:center;
		width: 75%;
    margin: 0 auto;
	}
	.tenpo2 .tbox{
		width:auto;
		float:none;
		padding-right: 15px;
    padding-left: 15px;
	}
	.tenpo2 .lp{
		padding-left:0;
		padding-right:0;
	}
	.h3s{
		/*font-size:20px;*/
		font-size:16px;
		margin-bottom: 10px;
	}
	.bnr1 .left{
		max-width:357px;
		width:auto;
		margin-bottom: 8px;
	}
	.bnr1 .left p{
		float:none;
		margin:5px auto 0 auto;
		width:150px;
		height: 24px;
		font-size: 14px;
		padding-top: 2px;
	}
	.bnr1 .left dl.l{
		float:none;
		text-align:center;
	}
	.bnr1 .left dl.l dt{
		text-align:center;
	}
	.bnr1 .left dl.l dd{
		text-align:center;
	}
	.bnr1 .left dl.l dd dl{
		text-align:center;
		padding-top:5px;
	}
	.bnr1 .left dl.l dd dd{
		text-align:left;
		font-size:11px;
	}
	.bnr1 .more{
		padding-left:2.5%;
		padding-right:2.5%;
		display:block !important;
		margin:0 auto;
		max-width:268px;
	}
	.bnr1 .more a{
		max-width:268px;
		width:80%;
		margin:0 auto;
		font-size: 15px;
		line-height: 31px;
	}
	.bnr1 .more a img{
	  width:22px;
	}
	
	.tenpo3 dl{
		width:48%;
		margin-right:2%;
		margin-bottom: 25px;
		padding-top: 10px;
	}
	.tenpo3 dl:nth-child(3n+3){
		margin-right:2%;
	}
	.tenpo3 dl:nth-child(2n+2){
		margin-right:0;
	}
	.tenpo4{
	padding-bottom:20px;
	padding-top: 20px;
}

.bnr1 h4{
      font-size: 14px;
}
.bnr1 .left dt{
      font-size: 24px;
}
br.sp_none{
  display: none;
}
.tenpo2{
  padding-bottom: 0px;
}
.tenpo1 .pic dd{
  padding-bottom: 10px;
}
.tenpo1 h4{
   font-size: 16px;
   padding-bottom: 10px;
}
.tenpo1 .tbox p{
  padding-bottom: 10px;
}
.tenpo .bnr1{
  margin-bottom: 30px;
}
.tenpo3{
  padding-bottom: 25px;
}
.tenpo2 h4 .w{
  font-size: 16px;
  padding-top: 0;
}
.tenpo2 h4{
  padding-bottom: 20px;
}
.tenpo1{
	padding-bottom:20px;
}


}

/*menu*/

.menu1 h3{
	margin-bottom:1px;
}
.menu1 .table{
	padding:0 5px 5px 5px;
	background: rgb(96,26,28);
background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
}
.menu1{
	padding-bottom:80px;
}
.menu1 ul{
	letter-spacing:-6px;
}
.menu1 li{
	letter-spacing:0;
	color:#fff;
	width:25%;
	text-align:center;
	position:relative;
	display:inline-block !important;
	padding:5px 0;
	box-sizing:border-box;
	line-height:120%;
	vertical-align:middle;
	font-weight:bold;
}
.menu1 li+li:before{
	position:absolute;
	left:0;
	top:50%;
	content:"";
	width:1px;
	height:30px;
	border-left:1px dotted #fff;
	float:left;
	margin-top:-15px;
}
.menu1 li .w{
	display:inline-block !important;
	width:100%;
	box-sizing:border-box;
	line-height:120%;
	vertical-align:middle;
	font-weight:bold;
}
.menu1 .hyo dl{
	background:#DBDBEA;
}
.menu1 .hyo dl:nth-child(2n+1){
	background:#fff;
}
.menu1 .hyo dt{
	width:25%;
	text-align:center;
	padding:14px 0;
}
.menu1 .hyo dd{
	width:25%;
	text-align:center;
	padding:14px 0;
}
.menu1 .hyo dt .w{
	display:inline-block !important;
	min-width:5em;
	text-align:left;
}
.menu1 .hyo{
	position:relative;
}
.menu1 .hyo:before{
	content:"";
	height:75%;
	width:1px;
	left:25%;
	top:12.5%;
	border-left:1px dotted #333;
	position:absolute;
}
.menu1 .hyo:after{
	content:"";
	height:75%;
	width:1px;
	left:50%;
	top:12.5%;
	border-left:1px dotted #333;
	position:absolute;
}
.menu1 .hyo dl:first-child:before{
	content:"";
	height:75%;
	width:1px;
	right:25%;
	top:12.5%;
	border-left:1px dotted #333;
	position:absolute;
}
@media only screen and (max-width: 599px) {
	.menu1 li{
		font-size:11px;
	}
	.menu1 .hyo dt{
		font-size:11px;
	}
	.menu1 .hyo dd{
		font-size:11px;
	}
	.menu1{
	  padding-bottom: 25px;
	}
}

.menu2 dl{
    background: #DDDDDD url(/import/tenant_1/153.126.135.54/html2/images/window_logo.png) 0 bottom no-repeat;
    width: 30.6%;
    margin: 0 4.1% 50px 0;
    box-sizing: border-box;
    padding:0;
}
.menu2 dl:nth-child(3n+3){
	margin-right:0;
}
.menu2 dd.pic{
	position:relative;
	border-bottom:1px solid #fff;
	/*background: rgb(96,26,28);
background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );*/
}
.menu2 dd.pic img{
	opacity:0.3;
}
.menu2 dd.pic .w{
	padding:2.5%;
	position:absolute;
	box-sizing:border-box;
	top:6px;
	left:6px;
	bottom:6px;
	right:6px;
	border:1px solid #fff;
	color:#fff;
}
.menu2 dd.pic .w .k{
	display:block;
	font-size:24px;
}
.menu2 dd.pic .w .g{
	display:block;
	text-align:center;
	font-size:50px;
	line-height:1;
	padding-top:10%;
}
.menu2 dd.pic .w .g .s{
	font-size:40px;
}
.menu2 dt{
	padding:10px 10px 10px 10px;
}
.menu2 dt+dd{
	padding:0 10px 10px 10px;
	font-size:12px;
	line-height:120%;
	max-height:60px;
	margin-bottom: 10px;
	overflow:hidden;
}
.menu2 dd+dd{
	padding:0 10px 10px 10px;
	font-size:12px;
}
.menu2{
	padding-bottom:35px;
}
@media only screen and (max-width: 1024px) {
	.menu2 dd.pic .w .k{
		font-size:16px;
	}
	.menu2 dd.pic .w .g{
		font-size:30px;
	}
	.menu2 dd.pic .w .g .s{
		font-size:16px;
	}
}
@media only screen and (max-width: 599px) {
	.menu2 dl{
    width: 48%;
    margin-right: 2%;
	}
	.menu2 dl:nth-child(3n+3) {
    margin-right: 2%;
	}
	.menu2 dl:nth-child(2n+2){
		margin-right:0;
	}
	.menu2 dd.pic .w .k{
		font-size:12px;
	}
	.menu2 dd.pic .w .g{
		font-size:16px;
	}
	.menu2 dl{
	  margin-bottom: 25px;
	}
	.menu2{
	  padding-bottom: 5px;
	}
}

.subtit{
	position:relative;
	border-bottom:2px solid #BC152C;
}
.subtit h2{
	width:100%;
	height:auto;
	position:absolute;
	left:0;
	top:50%;
	color:#fff;
	text-align:center;
	font-size:18px;
	font-weight:normal;
	margin-top:-29px;
	z-index: 1;
}
.subtit h2 strong{
	display:block;
	font-size:36px;
}
/*staff*/

.stafflist .tbox{
	width:50%;
	float:left;
}

.stafflist .pic{
	width:35%;
	float:right;
	padding-top:40px;
	padding-right:90px;
	padding-left:50px;
	text-align:right;
}
.stafflist .tbox .in{
	width:95%;
	max-width:335px;
	margin:0 auto;
	padding:30px 0 0 0;
	padding-top:40px;
	position:relative;
	z-index:1;
	background:rgba(255,255,255,0.8);
}
.stafflist .tbox p{
	font-size:14px;
	padding:0 0 20px 0;
}
.stafflist .tbox .p strong{
	display:block;
	font-size:20px;
}
.stafflist .tbox h3 .e{
	font-size:32px;
	color:#C1152C;
	display:block;
}
.stafflist .tbox h3{
	display:inline-block !important;
	text-align:right;
	font-size:32px;
	padding:0 0 15px 0;
}
.stafflist .wrap{
	margin-top:2px;
	position:relative;
}
.stafflist .tbox .img{
	padding-bottom:0;
	width:180px;
}
.stafflist .wrap:nth-child(2n+2) .tbox{
	float:right;
	padding-top:40px;
}
.stafflist .wrap:nth-child(2n+2) .pic{
	float:left;
	text-align:left;
}
.stafflist{
	padding-bottom:120px;
}
.staff .bnr1{
	margin-bottom:150px;
}
.stafflist .tbox .img{
	position:absolute;
	bottom:0;
	left:0;
}
.stafflist .wrap:nth-child(2n+2) .tbox .img{
	position:absolute;
	bottom:0;
	right:0;
	left:auto;
	width:180px;
}
@media only screen and (max-width: 1024px) {
	.stafflist .tbox h3 .e{
		font-size:20px;
	}
	.stafflist .tbox h3{
		font-size:25px;
	}
	.stafflist .tbox{
		padding-bottom:180px;
	}
}
@media only screen and (max-width: 599px) {
	.stafflist .pic{
		float:none;
		width:auto;
	}
	.stafflist .tbox{
		width:auto;
		float:none;
		padding-bottom:180px;
	}
	.subtit h2 strong{
		font-size:25px;
	}
	.subtit h2{
		font-size:14px;
		margin-top:-22px;
	}
	.stafflist .pic{
	  width:240px;
	  margin-left:auto;
	  margin-right: auto;
	}
	.stafflist .wrap{
	  margin-top: 20px;
	}
	.stafflist .tbox .img{
	  right:5px;
	  left:auto;
	  width: 129px;
	  bottom:auto;
	  top:270px;
	  z-index: -1;
	}
	.stafflist .tbox .in{
	  background: rgba(255,255,255,0);
	}
	.stafflist .tbox h3{
	   background: rgba(255,255,255,0.7);
	   padding-right: 20px;
	}
	.stafflist .tbox p{
	  margin-top: 20px;
	}
	.stafflist .tbox{
	  padding-bottom: 10px;
	}
	.stafflist .wrap:nth-child(2n+2) .pic{
	  float: none;
	}
	.stafflist .wrap:nth-child(2n+2) .tbox{
	   float: none;
	}
	
	.stafflist .wrap:nth-child(2n+2) .tbox .img{
	   width: 129px;
	   right:5px;
	}
	.stafflist{
	  padding-bottom: 25px; 
	}
	.staff .bnr1{
	  margin-bottom: 25px;
	}

}

/*tasha*/

.tasha .subtit{
	margin-bottom:45px;
}
.tasha1 ul{
	padding:0 35px 0 35px;
}
.tasha1 li{
	font-size:28px;
	padding:10px 0 30px 90px;
	position:relative;
	min-height:60px;
}
.tasha1 li .n{
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
	width:70px;
	height:70px;
	line-height:70px;
	text-align:center;
	color:#fff;
	background: rgb(202,23,47);
background: -moz-linear-gradient(-45deg, rgba(202,23,47,1) 0%, rgba(170,19,40,1) 34%, rgba(170,19,40,1) 69%, rgba(91,26,34,1) 100%);
background: -webkit-linear-gradient(-45deg, rgba(202,23,47,1) 0%,rgba(170,19,40,1) 34%,rgba(170,19,40,1) 69%,rgba(91,26,34,1) 100%);
background: linear-gradient(135deg, rgba(202,23,47,1) 0%,rgba(170,19,40,1) 34%,rgba(170,19,40,1) 69%,rgba(91,26,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca172f', endColorstr='#5b1a22',GradientType=1 );
}
.tasha1{
	padding-bottom:15px;
}

.tasha2 .pic{
	float:right;
	width:39%;
}
.tasha2 .tbox{
	width:51%;
	float:left;
}
.tasha2 .tbox p{
	font-size:14px;
}
.tasha2  p{
	padding:0 0 20px 0;
}
.tasha2 .tbox p strong{
	text-decoration:underline;
	color:#B20000;
}
.tasha2 .wrap{
	max-width:900px;
	width:100%;
	margin:0 auto;
	padding-bottom:80px;
}
.tasha .bnr1{
	margin-bottom:150px;
}

.tasha2 .box:nth-child(2n+1) .pic{
	float:left;
}
.tasha2 .box:nth-child(2n+1) .tbox{
	float:right;
}
@media only screen and (max-width: 599px) {
	.tasha2 .pic{
		float:none !important;
		width:auto;
		text-align:center;
		width:75%;
		margin-left:auto;
		margin-right:auto;
	}
	.tasha2 .tbox{
		float:none !important;
		width:auto;
	}
	.tasha1 li .n{
		font-size:15px;
		width:25px;
		height:25px;
		line-height:25px;
		margin-left: 5px;
	}
	.tasha1 ul{
		padding-left:0;
		padding-right:0;
	}
	.tasha1 li{
		font-size: 15px;
    padding: 0px 0 20px 36px;
    min-height: 27px;
	}
	.tasha .subtit{
	  margin-bottom: 10px;
	}
	.tasha2 .box:nth-child(2n+1) .pic{
	  width: 75%;
	  margin-right: auto;
	  margin-left: auto;
	}
	.tasha2 .wrap{
	     padding-bottom: 25px; 
	}
	.tasha2 .tbox{
	  padding-right: 20px;
	  padding-left: 20px;
	}
	.tasha .bnr1{
	  margin-bottom: 25px;
	}
}
/*hanbai*/
.subtit3 .pic{
	width:51%;
	float:left;
}

.subtit3 h2{
	width:49%;
	float:right;
	text-align:center;
	font-size:24px;
}
.subtit3 h2 strong{
	display:block;
	font-size:36px;
	padding-top:20%;
}
.subtit3:after{
	margin-top:9px;
	content:"";
	width:100%;
	height:5px;
	display:block;
	background: rgb(96,26,28);
background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
}
.subtit3{
	padding-bottom:1px;
}

.hanbai .innav{
	margin-bottom:40px;
}

.catego01{
    width: auto;
    display: inline-block !important;
    color: #fff;
    background: #BF162D;
    text-align: center;
    margin-right: 12px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 20px;
    padding: 2px 5px;
}


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

	.subtit3 .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.subtit3 h2{
		width:auto;
		float:none;
		padding-bottom:5%;
		font-size:18px;
	}
	.subtit3 h2 strong{
		font-size:24px;
		padding-top:5%;
	}
}

.hanbai1 dd.pic img{
	opacity:1;
}
.hanbai .bnr1{
	margin-bottom:100px;
}
.w90{
	max-width:900px;
	margin:0 auto;
	width:100%;
}
.hanbai2 .waku{
	border:1px solid #B6152C;
	margin-bottom:45px;
}
.hanbai2 .waku .in{
	max-width:900px;
	padding:28px 2.5% 10px 2.5%;
	margin:0 auto;
}
.hanbai2 .waku p{
	font-size:18px;
	padding:0 0 20px 0;
}
.hanbai2 .waku h4{
	position:relative;
	text-align:center;
	border-bottom:9px solid #FFFF00;
	font-size:30px;
	padding:12px 2em 12px 0;
	margin-bottom:15px;
}
.hanbai2 .waku h4 .d{
	font-size:80px;
	margin:0 20px;
	display:inline-block !important;
}
.hanbai2 .waku h4 .d:after{
	content:"";
	width:100%;
	padding-left:15px;
	padding-right:15px;
	height:14px;
	background:#C2162D;
	display:block;
	margin-left:-15px;
}
.hanbai2 .waku h4 img{
	position:absolute;
	right:12px;
	bottom:-5px;
}
.hanbai2 p{
	padding:0 0 20px 0;
	font-size:18px;
	line-height:120%;
}
.hanbai2 .pic{
	width:50%;
	float:right;
}
.hanbai2 .tbox{
	width:42%;
	padding:10% 4% 0 4%;
	float:left;
}
.hanbai2 .tbox p{
	color:#8C0000;
}
.hanbai2{
	padding-bottom:50px;
}
.tenpo2 .more{
	text-align:center;
}

.hanbai .tenpo2 .tbox{
	padding-top:20px;
}
@media only screen and (max-width: 1024px) {
	.hanbai2 .waku h4{
		font-size:24px;
	}
	.hanbai2 .waku h4 .d{
		font-size:35px;
	}
	.hanbai2 .waku h4 .d::after{
		height:6px;
	}
	.hanbai2 .waku h4 img{
		width:80px;
		height:auto;
	}
	.hanbai2 p{
		font-size:14px;
	}
	.hanbai2 .waku p{
		font-size:16px;
	}
	
}
@media only screen and (max-width: 599px) {
	.hanbai2 .waku h4 img{
		position:relative;
		margin-top:10px;
		display:block;
		margin-left:auto;
		margin-right:auto;
	}
	.hanbai2 .waku h4{
		padding-right:0;
		font-size:15px;
	}
	.hanbai2 .pic{
		float:none;
		text-align:center;
		width:auto;
	}
	.hanbai2 .tbox{
		width:auto;
		float:none;
	}
	.hanbai .bnr1{
	  margin-bottom: 25px;
	}
	.hanbai2 .waku .in{
	  padding-top: 5px;
	}
	.hanbai2 .waku h4 .d{
	  font-size: 27px;
	}
	.hanbai2 .waku p{
	  font-size:14px;
	  padding-right: 10px;
	  padding-left: 10px;
	}
	.hanbai2 .waku{
	  margin-bottom: 25px;
	}
	.hanbai2 p{
	   padding-right: 10px;
	  padding-left: 10px;
	}
	.hanbai2 .pic{
	  width: 78%;
	  margin-right: auto;
	  margin-left: auto;
	}
	.hanbai2 .tbox{
	  padding-top: 0;
	}
	.hanbai2{
	  padding-bottom: 25px;
	}
	.hanbai .tenpo2 .tbox{
	  padding-top: 0;
	}
}

.hanbai4 .w90{
	background: #DDDDDD url(/import/tenant_1/153.126.135.54/html2/images/window_logo.png) 0 bottom no-repeat;
	padding-bottom:49px;
	margin-bottom:67px;
}
.hanbai4 .tit{
	letter-spacing:-6px;
	padding:35px 2.5%;
	max-width:800px;
	margin:0 auto;
}
.hanbai4 .tit h3{
	width:50%;
	box-sizing:border-box;
	letter-spacing:0;
	display:inline-block !important;
	font-size:24px;
	font-weight:normal;
	line-height:120%;
}
.hanbai4 .tit p{
	width:50%;
	letter-spacing:0;
	display:inline-block !important;
	box-sizing:border-box;
	text-align:right;
	font-size:32px;
	color:#BA142C;
}
.hanbai4 .tit .s{
	font-size:24px;
	color: #333333;
}
.hanbai4 .table{
	max-width:860px;
	margin:0 auto 8px auto;
	margin-left:2.5%;
	margin-right:2.5%;
}
.hanbai4 .table dt{
	border:1px solid #ccc;
	background:#fff;
	box-sizing:border-box;
	width:23%;
	padding:10px 2.5%;
	text-align:center;
}
.hanbai4 .table dd{
	border:1px solid #ccc;
	box-sizing:border-box;
	background:#fff;
	width:77%;
	padding:10px 2.5%;
}
.hanbai4 .w90 ul{
	max-width:860px;
	margin:0 auto 8px auto;
	margin-left:2.5%;
	margin-right:2.5%;
}
.hanbai4 .w90 li{
	width:25%;
	box-sizing:border-box;
	border:1px solid #ddd;
}
.hanbai4 .w90 li img:not([src*="."]){
     display:none;
}

.hanbai4{
	padding-bottom:110px;
}

.back{
	text-align:center;
}
.back a{
	display:inline-block !important;
	background:#BF162D;
	width:140px;
	text-align:center;
	line-height:40px;
	height:40px;
	color:#fff;
	border-radius:4px;
}
.back a img{
	vertical-align:middle;
	margin-right:9px;
}
@media only screen and (max-width: 1024px) {
	.hanbai4 .tit h3{
		font-size:18px;
	}
	.hanbai4 .tit p{
		font-size:18px;
	}
	.hanbai4 .tit p .s{
		font-size:16px;
	}
}
@media only screen and (max-width: 599px) {
	.hanbai4 .tit h3{
		display:block !important;
		width:auto;
	}
	.hanbai4 .tit p{
		display:block !important;
		width:auto;
	}
	.hanbai4 .w90 li{
		width:50%;
	}
	.hanbai4 .tit{
	  padding:20px;
	}
	.hanbai4 .w90{
	  padding-bottom: 20px;
    margin-bottom: 20px;
	}
	.hanbai .innav{
	  margin-bottom: 0px; 
	}
}
/*flow*/
.flow .tenpo1 .wrap{
	padding-left:40px;
	padding-right:0;
}
.flow .tenpo1 h4 .s{
	font-size:20px;
	display:block;
	color:#BF152C;
}
.flow .tenpo1 h4{
	line-height:120%;
	padding-top:5%;
}
@media only screen and (max-width: 1024px) {
	.flow .tenpo1 .wrap{
		padding-left:0;
	}
	
}

.tenpo2 .lp:nth-child(2n+1) .pic{
	float:right;
}
.tenpo2 .lp:nth-child(2n+1) .tbox{
	float:left;
}

.flow .bnr1{
	margin-bottom:100px;
}

.flow1 .box{
	background: #DDDDDD url(/import/tenant_1/153.126.135.54/html2/images/window_logo.png) 0 bottom no-repeat;
	width: 30.6%;
	margin: 0 4.1% 50px 0;
	box-sizing: border-box;
	padding: 0 0 20px 0;
}
.flow1 .box:nth-child(3n+3) {
    margin-right: 0;
}
.flow1 .box .before dt dl{
	padding:10px 2.5%;
}
.flow1 .box .before dt dt{
	font-size:12px;
}
.flow1 .box .before dt dd{
	font-size:12px;
}
.flow1 .box h4{
	position:relative;
	font-weight:normal;
	color:#fff;
	font-size:24px;
	background: rgb(202,23,47);
	padding:10px 30px 10px 2.5%;
background: -moz-linear-gradient(left, rgba(202,23,47,1) 0%, rgba(170,19,40,1) 34%, rgba(170,19,40,1) 69%, rgba(91,26,34,1) 100%);
background: -webkit-linear-gradient(left, rgba(202,23,47,1) 0%,rgba(170,19,40,1) 34%,rgba(170,19,40,1) 69%,rgba(91,26,34,1) 100%);
background: linear-gradient(to right, rgba(202,23,47,1) 0%,rgba(170,19,40,1) 34%,rgba(170,19,40,1) 69%,rgba(91,26,34,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ca172f', endColorstr='#5b1a22',GradientType=1 );
}
.flow1 .box h4:before{
	content:url(/import/tenant_1/153.126.135.54/html2/images/flow/more.png);
	position:absolute;
	top:50%;
	right:2.5%;
	margin-top:-10px;
	vertical-align:top;
	line-height:1;
}
.flow1 .box .after dt dl{
	padding:0 2.5% 20px 2.5%;
}
.flow1 .box .after dt{
	padding-top:20px;
}
.flow1 .box .after dt dt{
	padding:0;
}
.flow1{
	padding-bottom:60px;
}
@media only screen and (max-width: 1024px) {
	.flow1 .box h4{
		font-size:18px;
	}
	
}
@media only screen and (max-width: 599px) {
	.flow1 .box{
    width: 48%;
    margin-right: 1%;
	margin-left:1%;
	}
	.flow1 .box:nth-child(3n+3) {
    margin-right: 1%;
	}
	.flow1 .box h4{
		font-size:16px;
	}
	.tenpo2 .lp:nth-child(2n+1) .pic{
		float:none;
	}
	.tenpo2 .lp:nth-child(2n+1) .tbox{
		float:none;
	}
	.tenpo2 .tbox{
		padding-top:0;
	}
	.flow1 .box .before dl,.flow1 .box .after dl{
	  padding: 10px 10px 20px 10px;
	}
	.flow1 .box .after dt{
	  padding-top: 0;
	}
	.flow1 .box{
	  padding-bottom: 0;
	}
	.flow1 .box{
	  margin-bottom: 20px;
	}
	.flow1{
	  padding-bottom: 20px;
	}
	.flow .bnr1{
	  margin-bottom: 25px;
	}

}

/*flow2*/

.flow2 .tenpo1 h4 .s{
	display:block;
	color:#BF152C;
	font-size:20px;
	line-height:1;
}
.flow2 .tenpo1 h4{
	padding-top: 5%;
}
.flow21 dt{
	width:151px;
	box-sizing:border-box;
	border-right:1px solid #ccc;
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	line-height:120%;
	text-align:center;
	font-size:20px;
	position:relative;
}
.flow21 dd{
	width:201px;
	box-sizing:border-box;
	border-right:1px solid #ccc;
	border-top:1px solid #ccc;
	line-height:120%;
	text-align:center;
	font-size:20px;
}

.flow21{
	margin-bottom:96px;
	margin-top:20px;
}

.flow21 dl:nth-child(n+3) dt,.flow21 dl:nth-child(n+3) dd{
	background:#FFD9D9;
	padding:15px 0;
}
.flow21 dt .s{
	width:100%;
	text-align:center;
	font-size:12px;
	display:block;
	position:absolute;
	bottom:0;
	left:0;
}
.flow21 dd .s{
	display:block;
	font-size:14px;
	line-height:120%;
	padding:10px 20px;
}
.flow21 dl:last-child dt,.flow21 dl:last-child dd{
	border-bottom:1px solid #ccc;
	padding:40px 0;
}
.flow21 dl:last-child dd{
	color:#B9132C;
}
.flow21 dl:nth-child(2) dt{
	padding-top:100px;
}
.flow21 dl:nth-child(2) dd{
	padding-bottom:10px;
}
.flow21 dl:nth-child(1) dd{
	padding:5px 0;
}
.flow21 dl:nth-child(1) dt{
	padding-top:15px;
}
.flow21 dl:nth-child(1) dt+dd{
	padding-top:15px;
}
.flow21 .table{
	width:980px;
}
.flow21{
	overflow:auto;
}
.w94{
	max-width:940px;
	margin:0 auto;
}
.flow22 .tbox{
	width:48.2%;
	float:left;
}
.flow22 .pic{
	width:47.9%;
	float:right;
}
.flow22 p{
	padding:0 0 20px 0;
	line-height:120%;
}
.flow22 .box{
	padding-bottom:40px;
}
.flow22 .box:nth-child(2n+2) .tbox{
	float:right;
}
.flow22 .box:nth-child(2n+2) .pic{
	float:left;
}
.flow22 .tbox h4{
	font-size:18px;
	font-weight:normal;
	padding-bottom:30px;
}
.flow22 .tbox h4:after {
    margin-top: 5px;
    content: "";
    width: 150px;
    height: 5px;
    display: block;
    background: rgb(96,26,28);
    background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
    background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
}
.flow22 dt{
	line-height:120%;
}
.flow22 dd{
	line-height:120%;
	padding-left:1em;
}
.flow22 dl{
	padding-bottom:20px;
}
.hyou_p{
  display: none
}
@media only screen and (max-width: 1000px) {
.hyou_p{
  display: block;
  padding-left: 20px;
}
}

@media only screen and (max-width: 599px) {
	.flow22 .pic{
		float:none !important;
		width:auto;
		text-align:center;
		width:75%;
		margin-right: auto;
		margin-left: auto;
	}
	.flow22 .tbox{
		width:auto !important;
		float:none;
		padding-right: 20px;
	  padding-left: 20px;
	}

	.flow21{
	margin-bottom:25px;
	margin-top:20px;
}
.flow22 .box{
  padding-bottom: 20px;
}
.flow2 .bnr1{
  margin-bottom: 25px;
}
}
.flow2 .bnr1{
	margin-bottom:100px;
}

/*jisseki*/
.pagenav dt{
	font-size:14px;
}

.pagenav{
	padding:0 20px;
}
.pagenav dt{
	border-bottom:1px dotted #999;
	padding:0 10px 5px 10px;
	margin-bottom:16px;
}
.pagenav dd{
	padding:0 10px 0 10px;
	font-size:14px;
}
.pagenav dl{
	padding:0 0 10px 0;
}
.pagenav ul{
	padding:0 0 0 10px;
	letter-spacing:-6px;
}
.pagenav ul li{
	display:inline-block !important;
	letter-spacing:0px;
	padding:0 8px 0 0;
	
}
.pagenav ul li a{
	border:1px solid #676767;
	width:20px;
	height:28px;
	display:block;
	text-align:center;
	line-height:28px;
	font-size:12px;
}
.pagenav ul li.st a,.pagenav ul li a:hover{
	background:#CCCCCC;
	opacity:1;
}

.jisseki1 .list{
	padding-top:35px;
	padding-bottom:0;
}
.jisseki1{
	padding-bottom:100px;
}

.jisseki .bnr1{
	margin-bottom:100px;
}

.jisseki2 .bnav{
	background:#CCCCCC;
	padding:30px 0 9px 0;
	margin-bottom:45px;
}
.jisseki2 .bnav li{
	width:25.5%;
	padding:0 2.5% 20px 2.5%;
}
.jisseki2 .bnav li a{
	display:block;
	background:#fff url(/import/tenant_1/153.126.135.54/html2/images/jisseki/jisseki_icon_01.gif) 10px 10px no-repeat;
	padding:0 0 0 43px;
	line-height:40px;
	font-size:12px;
	border-radius:8px;
}
.jisseki2 dd+dt{
	padding:10px 12px 10px 12px;
}
.jisseki2 dt+dd{
	padding:0 12px 10px 12px;
}
.jisseki2 dt+dd strong{
	font-size:24px;
	color:#FF8000;
	font-weight:normal;
}
.jisseki2 .list dl.fead-mv{
    background: #DDDDDD url(/import/tenant_1/153.126.135.54/html2/images/window_logo.png) 0 bottom no-repeat;
    width: 30.6%;
    margin: 0 4.1% 50px 0;
    box-sizing: border-box;
    padding: 0 0 40px 0;
}
.jisseki2 .list dl.fead-mv:nth-child(3n+3) {
    margin-right: 0;
}

.jisseki2 dd.table {
	padding:0 12px 0 12px;
}
.jisseki2 dd.table dt{
	width:37%;
	box-sizing:border-box;
	background:#fff;
	font-size:12px;
	padding:8px;
}
.jisseki2 dd.table dd{
	background:#fff;
	width:63%;
	border-left:1px solid #DDDDDD;
	font-size:12px;
	box-sizing:border-box;
	padding:8px;
}
.jisseki2 dd.table dl+dl{
	border-top:1px solid #ddd;
}
.jisseki2{
	padding-bottom:50px;
}
@media only screen and (max-width: 1024px) {
	.pagenav{
		padding-left:0;
		padding-right:0;
	}
	.jisseki2 .bnav li{
		width:31%;
		padding-left:1%;
		padding-right:1%;
	}
}
@media only screen and (max-width: 599px) {
	.jisseki2 .list dl.fead-mv{
		width:100%;
		margin-left:auto;
		margin-right:auto;
		max-width:300px;
	}
	.jisseki2 dt + dd strong{
		font-size:20px;
	}
	.jisseki2 .list dl.fead-mv:nth-child(3n+3){
		margin-right:auto;
	}
	.jisseki2 .bnav li{
		width:98%;
		padding-left:1%;
		padding-right:1%;
		padding-bottom:10px;
	}
	.pagenav{
	  padding-bottom: 20px;

	}
	.jisseki1 .list{
	  padding-top: 0;
	}
	.jisseki1{
	  padding-bottom: 25px;
	}
	.jisseki .bnr1{
	  margin-bottom: 25px;
	}
	
}

.jisseki3 h4{
	font-size:14px;
	font-weight:normal;
	border-bottom:1px dotted #999999;
	padding:0 16px 15px 16px;
	margin-bottom:40px;
}
.jisseki3 .w90{
	background:#DDDDDD;
	margin-bottom:60px;
}
.jisseki3 .back{
	padding-bottom:100px;
}
.jisseki3 .img li{
	padding-bottom:10px;
}
.jisseki3 .img{
	padding-bottom:35px;
}
.jisseki3 h5{
	margin:0 15px 10px 15px;
	font-size:24px;
	border-bottom:1px dotted #999999;
	font-weight:normal;
	padding:0 0 10px 0;
}
.jisseki3 .txt{
	padding:0 15px 50px 15px;
}
.jisseki3 .txt p{
	padding:0 0 20px 0;
	line-height:120%;
}
.jisseki3{
	padding-bottom:40px;
}
.jisseki4 dl{
	max-width:260px;
	margin:0 4px;
	background:#ddd;
	padding-bottom:17px;
}
.jisseki4 .in{
	max-width:804px;
	margin:0 auto;
	/*overflow:hidden;*/
}
.jisseki4 .in .flex_c{
	/*width:804px;*/
	width:auto;
}
.jisseki4 h4{
    font-size: 14px;
    font-weight: normal;
    border-bottom: 1px dotted #999999;
    padding: 0 16px 15px 16px;
    margin-bottom: 40px;
}
.jisseki4 dt{
	border-bottom:1px dotted #999;
	font-size:14px;
	margin:0 10px 9px 10px;
	padding:18px 0 4px 0;
}
.jisseki4 dt+dd{
	font-size:12px;
	padding:0 10px 20px 10px;
	height: 57px;
	overflow:hidden;
}
.jisseki4 dd.more a{
    display: inline-block !important;
    background: #BF162D url(/import/tenant_1/153.126.135.54/html2/images/jisseki/jisseki_detail_02.gif) 10px 10px no-repeat;
    width: 140px;
	box-sizing:border-box;
	padding-left:35px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    border-radius: 4px;
}
.jisseki4 dd.more{
	text-align:center;
}
.jisseki4{
	padding-bottom:70px;
}
.jisseki4 .slider{
	position:relative;
	padding:0 24px 0 20px;
}
.jisseki4 .slider .next{
	right:-17px;
	top:50%;
	position:absolute;
	margin-top:-129px;
}
.jisseki4 .slider .prev{
	left:-17px;
	top:50%;
	position:absolute;
	margin-top:-129px;
}
@media only screen and (max-width: 599px) {
	.jisseki4 dl{
		max-width:220px;
	}
	.jisseki4 .in .flex_c{
	width:auto;
	margin:0 auto;
	}
	.jisseki3 h5{
		font-size:18px;
	}
	.jisseki4{
	 padding-bottom: 0px;
	}
	.jisseki4{
	  padding-top: 20px;
	}
	.jisseki4 h4{
	  margin-bottom: 20px;
	}
	.hanbai4{
	  padding-bottom: 0px;
	}
	.jisseki4 dt+dd{
	  max-height:80px;
	  overflow: hidden;
	}
	
}
@media only screen and (max-width: 350px) {
  .jisseki4 .in .flex_c{
    width: 285px;
  }
	.jisseki4 .slider{
	  padding: 0 10px 0 0px;
	}
}

/*column*/

.column .bnr1{
	margin-bottom:100px;
}

.bloglist{
	padding:40px 0 50px 0;
}
.bloglist .box{
	background:url(/import/tenant_1/153.126.135.54/html2/images/column/bklogo.png) right bottom no-repeat #DDDDDD;
	padding:18px 13px 20px 13px;
	margin-bottom:25px;
}
.bloglist .box p{
	padding:0 0 20px 0;
}
.bloglist .tbox{
	width:64.2%;
	float:right;
	padding:0 2.8% 0 0;
}
.bloglist .pic{
	width:29.5%;
	float:left;
}
.bloglist h4{
	font-weight:normal;
	padding:0 0 20px 0;
}
.bloglist h4 a{
	text-decoration:underline;
}
.bloglist .tbox{
  max-height:133px;
	overflow:hidden;
	margin-bottom: 20px;
}

.bloglist .twrap_01>a{
  float: right;
}



.bloglist .tbox p{
	font-size:12px;
}
.bloglist .tbox p .more{
	display:block;
}
.bloglist .tbox p .more a{
	text-decoration:underline;
}
.blog1{
	padding-bottom:100px;
}
#side_cate .box{
  width:46%;
  margin: 30px 2%;
  padding: 20px;
 box-sizing: border-box;
 background: url(/import/tenant_1/153.126.135.54/html2/images/column/bklogo.png) right bottom no-repeat #DDDDDD;
}
#side_cate{
  padding-top: 30px;
}
#side_cate .box h3{
  font-size:25px;
  margin-bottom: 20px;
}
#side_cate .box .table li{
  padding-bottom: 10px;
}

#side_cate .box .table li a{
   text-decoration: underline;
}
   


@media only screen and (max-width: 599px) {
	.bloglist .tbox{
		padding-right:0;
		width:auto;
		float:none;
	}
	.bloglist .pic{
		float:none;
		width:auto;
		text-align:center;
	}
	.bloglist{
	 padding: 15px 0 25px 0;
	}
	.bloglist .box .pic{
	  width:80%;
	  margin-left:auto;
	  margin-right:auto;
	   padding-bottom: 10px;
	}
	.bloglist h4{
	  padding-bottom: 10px;
	}
	#side_cate .box{
	  width:100%;
	  margin: 10px 2% 20px;
	}
	/*#side_cate .box:last-child{
	  margin-bottom: 0px;
	}*/
	#side_cate{
	  padding-top: 10px;
	}
	#side_cate .box h3{
	  margin-bottom: 15px;
	  font-size: 22px;
	}
	.blog1{
	  padding-bottom: 20px
	}
	.column .bnr1{
	  margin-bottom: 25px;
	}
}

.blogsingle{
	background:url(/import/tenant_1/153.126.135.54/html2/images/column/bklogo.png) right bottom no-repeat #DDDDDD;
	margin-top:40px;
	margin-bottom:80px;
	padding:18px 0 35px 0;
}
.blogsingle .box{
	padding-left:2.5%;
	padding-right:2.5%;
	box-sizing:border-box;
}
.blogsingle h4{
	font-weight:normal;
	padding:0 0 20px 0;
	text-decoration:underline;
	margin-left:13px;
	margin-right:13px;
}
.blogsingle .tbox p{
	padding:0 0 20px 0;
	font-size:12px;
}
.blogsingle .date{
	padding:0 0 30px 0;
	text-decoration:underline;
	font-size:12px;
}
.blogsingle .pic{
	padding:0 0 45px 0;
	text-align:center;
}
.blogsingle .tbox{
  padding-bottom: 30px;
}

@media only screen and (max-width: 599px) {
.blogsingle{
  margin-top: 20px;
  margin-bottom: 25px;
  padding: 18px 0 20px 0;
}
}
/*voice*/

.voice .tenpo1 h4 .s{
	display:block;
	color:#C0162D;
	font-size:20px;
	line-height:1;
}
.voice .tenpo1{
	padding-bottom:80px;
}

.vlist{
	max-width:934px;
	margin:0 auto;
	padding:50px 0 0 0;
}
.vlist .pic{
	float:left;
	width:48.2%;
}
.vlist .tbox{
	width:48.2%;
	float:right;
	padding:20px 0 0 0;
}
.vlist .tbox h4 .s{
	display:block;
	font-size:16px;
	line-height:1;
}
.vlist .tbox h4 {
	font-size:24px;
	font-weight:normal;
	margin-bottom:70px;
	position:relative;
}
.vlist .tbox h4:after{
	display:block;
	content:"";
	width:100%;
	height:5px;
	    background: rgb(96,26,28);
    background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
    background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
}
.vlist .tbox h4:before{
	content:url(/import/tenant_1/153.126.135.54/html2/images/voice/voice_icon_01.png);
	bottom:-33px;
	left:70px;
	position:absolute;
}
.vlist .wrap p{
	padding:0 0 20px 0;
}
.vlist .wrap{
	padding-bottom:120px;
}
.vlist .wrap:nth-child(2n+2) .pic{
	float:right;
}
.vlist .wrap:nth-child(2n+2) .tbox{
	float:left;
}

.voice .bnr1{
	margin-bottom:100px;
}
@media only screen and (max-width: 1024px) {
	.vlist .tbox h4{
		font-size:18px;
	}
	.vlist .tbox .s{
		font-size:14px;
	}
	.vlist .tbox h4:before{
		bottom:-30px;
	}
	.vlist{
	  padding-top: 20px;
	}
}
@media only screen and (max-width: 599px) {
	.vlist .tbox{
		float:none !important;
		width:auto;
		padding-right: 20px;
		padding-left: 20px;
	}
	.vlist .pic{
		float:none !important;
		width:auto;
		text-align:center;
	}
	.voice .tenpo1{
	 padding-bottom: 25px;
	}
	.vlist .wrap .pic{
	  width:75%;
	  margin-right: auto;
	  margin-left:auto;
	}
	.vlist{
	  padding-top: 0;
	}
	.vlist .tbox h4 .s{
	  font-size:14px;
	}
	.vlist .wrap{
	  padding-bottom: 25px;
	}
	.vlist .tbox h4{
	 margin-bottom: 31px;
	}
	.voice .bnr1{
	  margin-bottom: 25px;
	}
}

/*faq*/

.faq1 h4{
    padding-bottom: 45px;
    font-size: 24px;
    min-height: 50px;
    position: relative;
}
.faq1 h4:after{
    margin-top: 5px;
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background: rgb(96,26,28);
    background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
    background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
}
.faq1 h4 .w{
	padding-left:35px;
}
.faq1 dt{
	position:relative;
	padding:3px 0 20px 52px;
	border-bottom:1px dotted #999999;
	background:url(/import/tenant_1/153.126.135.54/html2/images/faq/faq_02.gif) right 0 no-repeat;
	cursor:pointer;
}
.faq1 .q{
	position:absolute;
	width:30px;
	line-height:30px;
	background:url(/import/tenant_1/153.126.135.54/html2/images/faq/faq_01.png) 0 0 no-repeat;
	text-align:center;
	color:#fff;
	top:0;
	left:13px;
}
.faq1 dd{
	background:#DDDDDD;
	padding:15px 10px 15px 52px;
	margin-bottom:50px;
	position:relative;
	display:none;
}
.faq1 dl{
	padding-bottom:20px;
	
}
.faq1 dd .q{
	top:10px;
}
.faq1 .wrap{
	padding-bottom:50px;
}
.faq1{
	padding-bottom:50px;
}
.faq .bnr1{
	margin-bottom:100px;
}
@media only screen and (max-width: 599px) {
	.faq1 h4{
		font-size:18px;
	}
	.faq1 h4 .w{
		padding-left:2.5%;
	}
	.faq1 dt{
	  background-size: 30px;
	  padding-right: 40px;
	  padding-bottom: 15px;
	}
	.faq1 dd{
	  margin-bottom: 10px;
	}
	.faq1 .wrap{
	      padding-bottom: 15px;
	}
	.faq1 h4{
	   padding-bottom: 15px;
	}
	.faq1 dl{
	  padding-right: 10px;
	  padding-left: 10px;
	}
	.faq1{
	   padding-bottom: 0px;
	}
}

/*recruit*/

.rec1 h4{
	text-align:center;
	font-weight:normal;
	padding-bottom:40px;
}
.rec1 h4 strong{
	display:block;
	font-size:32px;
	color:#BF142C;
	padding-bottom:10px;
}
.rec1 h4:after{
    margin-top: 10px;
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background: rgb(96,26,28);
    background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
    background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
}
.rec1 h5{
	text-align:center;
	font-size:32px;
	color:#BF142C;
	padding:0 0 20px 0;
}
.rec1 h5+p{
	text-align:center;
	padding:0 0 40px 0;
}
.rec1 ul.flex_c {
	padding:0 0 50px 0;
}
.rec1 ul.flex_c li{
	padding-bottom:30px;
}

.table2 dt{
	width:30%;
	box-sizing:border-box;
	text-align:center;
	background:#DDDDDD;
	padding:15px 2.5%;
	font-weight:bold;
}
.table2 dd{
	width:70%;
	box-sizing:border-box;
	border-right:1px solid #ddd;
	padding:15px 2.5%;
}
.table2 dl{
	margin-bottom:1px;
	border-top:1px solid #DDDDDD;
	border-bottom:1px solid #DDDDDD;
}
.rec1{
	padding-bottom:96px;
}
@media only screen and (max-width: 1024px) {
	.rec1 h5{
		font-size:24px;
	}
}
@media only screen and (max-width: 599px) {
.rec1 h4{
 padding-bottom: 25px;
}
.rec1 h4 strong{
      font-size: 27px;
}
.rec1 h5+p{
  padding: 0 0 20px 0;
}
.rec1 ul.flex_c li{
   padding-bottom: 0px;
}
.rec1 ul.flex_c{
   padding-bottom: 20px;
}
.rec1{
 padding-bottom: 25px;
}
}

/*contact*/

.contact1 .tit{
    padding-bottom: 30px;
    font-size: 24px;
    min-height: 50px;
    position: relative;
}
.contact1 .tit:after {
    margin-top: 5px;
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background: rgb(96,26,28);
    background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
    background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
}
.contact1 .tit .w{
    padding-left: 35px;
}
.contact1 .bnr1 .in{
	border:none;
	background: url(/import/tenant_1/153.126.135.54/html2/images/banner_01.png) 0 -5px no-repeat;
	padding-bottom:50px;
}
.contact1 .bnr1{
	padding:0;
}

.cont1{
	background: rgb(96,26,28);
background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
text-align: center;
padding:0 1.5% 8px 1.5%;
margin-bottom:40px;
}
.cont1 .in{
	background:#fff;
	padding-top:65px;
}
.cont1 dl{
	width:31.6%;
	padding-left:0.5%;
	padding-right:0.5%;
	padding-bottom:24px;
	position:relative;
}
.cont1 dt{
	background:#646473;
	width:50px;
	height:50px;
	line-height:50px;
	text-align:center;
	font-size:26px;
	color:#fff;
	border-radius:50%;
	position:absolute;
	top:-27px;
	left:15px;
}
.cont1 dt:before{
	content:url(/import/tenant_1/153.126.135.54/html2/images/contact/contact_02.png);
	position:absolute;
	bottom:-25px;
	left:50%;
	margin-left:-6px;
}
.cont1 dd{
	background:#DDDDDD;
	font-size:20px;
	line-height:204%;
	font-weight:bold;
	text-align:center;
	padding:15% 2.5%;
}
.cont1 dd .w{
	display:inline-block !important;
	text-align:left;
}
.contact1 .table2 dd{
	padding-left:1%;
	padding-right:1%;
}
.contact1 .table2 dd .ex{
	color:#AAAAAA;
	padding-left:0.5em;
	font-weight:bold;
}
.contact1 .table2 dd{
	padding-top:10px;
	padding-bottom:10px;
}
.contact1 .table2 dd select{
	width:300px;
	 font-family:"メイリオ",Meiryo,"游ゴシック",YuGothic,Hiragino Sans,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic Pro",Hiragino Kaku Gothic ProN,'ＭＳ Ｐゴシック',sans-serif;
	 font-size:15px;
	 line-height:120%;
	
}
.contact1 .table2 dd select option{
	padding:5px;
}
.contact1 .table2 .size1{
	box-sizing:border-box;
	width:300px;
	padding:3px;
}
.contact1 .table2 dt .w{
	display:inline-block !important;
	text-align:left;
	line-height:120%;
}
.contact1 .table2 dd textarea{
	box-sizing:border-box;
	padding:5px;
	width:600px;
	height:90px;
}
.contact1 .table2 dd  .s2{
	display:block;
	font-size:10px;
	color:#AAAAAA;
	font-weight:bold;
	line-height:110%;
	padding-top:3px;
	margin-bottom:-5px;
}
.contact1 h5{
	margin:0 20px 18px 20px;
	font-size:18px;
	border-bottom: 1px dotted #999;
	padding: 0 10px 5px 10px;
	font-weight:normal;
}
.contact1 .table2{
	padding-bottom:40px;
}
.contact1 .table2 dd #color{
	box-sizing:border-box;
	width:100px;
	padding:3px;
}
.formbtn{
	text-align:center;
	letter-spacing:-5px;
}
.formbtn li{
	padding:0 10px;
	letter-spacing:0;
	display:inline-block !important;
}
.formbtn li #send,.input-confirm-form-submit-btn,.input-confirm-form-back-btn,.form-submit-btn{
    background: #BF162D url(/import/tenant_1/153.126.135.54/html2/images/jisseki/jisseki_detail_02.gif) 10px 10px no-repeat;
    width: 140px;
    box-sizing: border-box;
    padding-left: 35px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    border-radius: 4px;
	border:none;
	cursor:pointer;
}
.formbtn li #send:hover{
	opacity:0.6;
}
.contact1{
	padding-bottom:50px;
}
.contact2{
	padding:0 20px;
	margin-bottom:100px;
}
.contact2 h5{
	margin:0 0 18px 0;
	font-size:18px;
	border-bottom: 1px dotted #999;
	padding: 0 10px 5px 10px;
	font-weight:normal;
}
.contact2 p{
	padding:0 10px 20px 10px;
}
.contact2 +.bnr1{
	margin-bottom:100px;
}
.contact2 .text_a_left{
  text-align: left;
  padding-bottom: 10px;
}

.contact2 h5.strong_p{
  font-size:20px;
  font-weight: bold;
  padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
	.cont1 dd{
		font-size:14px;
	}
	.contact1 .table2 .size1{
		width:100%;
	}
	.contact1 .table2 dd textarea{
		width:100%;
	}
	.contact1 .table2 dd select{
		width:auto;
	}
	
}

@media only screen and (max-width: 599px) {
	.cont1 dl{
		width:49%;
	}
	.cont1 dd{
		font-size:12px;
		padding-top:40px;
	}
	.contact1 .table2 dt{
		float:none;
		display:block;
		width:100%;
		padding: 5px 2.5%;
	}
	.contact1 .table2 dd{
		width:100%;
		border-right:none;
	}
	.contact1 h5,.contact2{
		margin-left:0;
		margin-right:0;
	}
	.contact1 .tit{
	     font-size: 17px; 
	}
	.contact1 .tit .w{
	  padding-left: 0;
	  display: block;
	  width:90%;
	  margin-right: auto;
	  margin-left: auto;
	}
	.contact1 .bnr1 .in{
	      padding-bottom: 20px;
	}
	.cont1 .in{
	   padding-top: 10px;
	}
	.cont1 dt{
	  width: 38px;
    height: 38px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    top: 2px;
    left: 7px;
	}
	.cont1 dt:before{
	  bottom: -20px;
	}
	.cont1 dd{
	  font-size: 12px;
    padding-top: 46px;
	}
	.cont1 dl{
	  padding-bottom: 5px;
	}
	.contact1 .table2{
	  padding-bottom: 25px; 
	}
	.contact1{
	   padding-bottom: 25px; 
	}
	.contact2{
    margin-bottom: 25px;
	}
	.cont1{
	  margin-bottom: 20px;
	}
	.formbtn li:nth-child(2){
	  padding-top: 10px;
	}
}

/*home*/

/*.home-slide{
	position:relative;
}

.home-slide .slide img{
	width:100%;
	height:auto;
}

.home-slide .prev{
	position:absolute;
	top:50%;
	left:1%;
	margin-top:-15px;
}
.home-slide .next{
	position:absolute;
	top:50%;
	right:1%;
	margin-top:-15px;
}*/



.h3h{
	text-align:center;
	font-weight:normal;
	font-size:14px;
}
.h3h strong{
	font-size:24px;
	display:block;
	line-height:140%;
}
.h3h strong:after{
	display:block;
	content:"";
	width:90px;
	height:1px;
	background:#000;
	margin:0 auto;
	margin-bottom:3px;
}
.h3h:after{
    margin-top: 3px;
    content: "";
    width: 100%;
    height: 6px;
    display: block;
    background: rgb(96,26,28);
    background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
    background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
}

.home-news{
	padding:40px 0 40px 0;
}
.hmore{
	text-align:center;
}
.hmore a{
    display: inline-block !important;
    background: #BF162D url(/import/tenant_1/153.126.135.54/html2/images/jisseki/jisseki_detail_02.gif) 10px 10px no-repeat;
    width: 140px;
    box-sizing: border-box;
    padding-left: 32px;
    line-height: 40px;
    height: 40px;
    color: #fff;
    border-radius: 4px;
}

.home-news .table dt{
	font-size:14px;
	width:15.8%;
}
.home-news .table dt+dd{
	width:73.4%;
}
.home-news .table dd{
	font-size:14px;
}
.home-news .table dl{
	padding:12px 10px;
	border-bottom:1px dotted #999999;
}
.home-news .table dd+dd {
	width:10.8%;
}
.home-news .table dd+dd a{
	display:inline-block !important;
	width:100px;
	line-height:20px;
	background:#5B1A22;
	color:#fff;
	text-align:center;
	font-size:12px;
	border-radius:4px;
}
.home-news .table dd+dd a img{
	vertical-align:middle;
	margin-top:-3px;
	margin-right:5px;
}
.home-news h3{
	padding-bottom:10px;
}
.home-news .table{
	padding-bottom:16px;
}
@media only screen and (max-width: 1024px) {
	.home-news .table dt{
		width:100%;
	}
	.home-news .table dd{
		width:100% !important;
	}
}

.home-work{
	padding:45px 0 10px 0;
}
.home-work h3{
	padding-bottom:20px;
}
.home-work dl{
	width: 30.6%;
	margin: 0 4.1% 40px 0;
	padding-bottom:40px;
	position:relative;
}
.home-work dl:nth-child(3n+3) {
    margin-right: 0;
}
.home-work dt{
	text-align:center;
	font-size:20px;
	font-weight:bold;
	padding:5px 0 5px 0;
}
.home-work dt .s{
	font-size:16px;
}
.home-work dt:after{
    margin-top: 2px;
    content: "";
    width: 100%;
    height: 3px;
    display: block;
    background: rgb(96,26,28);
    background: -moz-linear-gradient(left, rgba(96,26,28,1) 0%, rgba(168,19,41,1) 19%, rgba(216,24,53,1) 50%, rgba(168,19,41,1) 76%, rgba(96,26,28,1) 100%);
    background: -webkit-linear-gradient(left, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    background: linear-gradient(to right, rgba(96,26,28,1) 0%,rgba(168,19,41,1) 19%,rgba(216,24,53,1) 50%,rgba(168,19,41,1) 76%,rgba(96,26,28,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#601a1c', endColorstr='#601a1c',GradientType=1 );
}
.home-work dt+dd{
	font-size:14px;
	padding-bottom:20px;
}
.home-work .hmore{
	position:absolute;
	left:0;
	width:100%;
	bottom:0;
}
@media only screen and (max-width: 1024px) {
	.home-work dt{
		font-size:16px;
	}
	.home-work dt .s{
		font-size:14px;
	}
}
@media only screen and (max-width: 599px) {
	.home-work dl{
		width:48%;
		margin-left:1%;
		margin-right:1%;
	}
	.home-news{
	  padding: 25px 0 25px 0;
	}
	.home-work{
	  padding: 25px 0 10px 0;
	}
/*	.home-voice{
	  padding-bottom: 25px;
	}*/
		.home-work dt{
		font-size:14px;
	}
	.hmore a{
    background: #BF162D url(/import/tenant_1/153.126.135.54/html2/images/jisseki/jisseki_detail_02.gif) 8px 5px no-repeat;
    padding-left: 32px;
    line-height: 32px;
    height: 32px;
	}
	.home-work dl{
	  margin-bottom: 30px;
	}
	.home-work dt+dd{
	  padding-bottom: 8px;
	}
}

.home-access h3{
	margin-bottom:20px;
}
.home-voice h3{
	padding-bottom:20px;
}
.home-voice .box{
	width:46%;
	margin:0 2% 30px 2%;
	float:left;
	background:#F2F2F2;
	position:relative;
}
.home-voice .box .pic{
	float:left;
	width:208px;
}
.home-voice .box .tbox{
	float:right;
	width:215px;
	padding:5px 14px 0 0;
}
.home-voice .box .tbox h4{
	font-size:14px;
	font-weight:normal;
	padding-bottom:3px;
}
.home-voice .box .tbox h4 .d{
	font-size:12px;
	padding-right:1em;
	
}

.home-voice .box .tbox p{
	font-size:14px;
	padding:0 0 20px 0;
}
.home-voice .box .tbox .more a{
    display: inline-block !important;
    width: 100px;
    line-height: 20px;
    background: #BF162D;
    color: #fff;
    text-align: center;
    font-size: 12px;
    border-radius: 4px;
}
.home-voice .box .tbox .more a img {
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 5px;
}
.home-voice .box .tbox .more{
	position:absolute;
	bottom:10px;
	right:14px;
}
.home-voice{
	padding-bottom:50px;
}
@media only screen and (max-width: 1024px) {
	.home-voice .box .pic{
		width:100%;
		height:auto;
		float:none;
	}
	.home-voice .box .pic img{
		width:100%;
		height:auto;
	}
	.home-voice .box .tbox{
		width:100%;
		box-sizing:border-box;
		padding-left:2.5%;
		padding-right:2.5%;
	}
	.home-voice .box .tbox .more{
		position:relative;
		bottom:auto;
		right:auto;
		text-align:right;
	}
	.home-voice .box{
	  margin: 0 2% 20px 2%;
	}
}
.home1{
	padding:40px 0 0 0;
}
.home1 .fb{
	width:48%;
	height:auto;
	float:right;
	margin-bottom:50px;
	display: block;
	overflow: hidden;
}

.home1 .fb iframe{
  display: block ;
  width:470px;
  height:540px;
  
}


.home1 .home-blog{
	float:left;
	width:48%;
	height:auto;
	padding:0 0 50px 0;
}
.home1 .home-blog h3{
	padding-bottom:20px;
}
.home1 .wrap{
	max-height:410px;
	border:1px solid #DBDEE1;
	border-radius:8px;
	overflow:auto;
}
.home1 .wrap .box{
	border-bottom:1px dotted #CCCCCC;
	padding:15px 26px 15px 12px;
}
.home1 .wrap .box .tbox{
	width:64.2%;
	float:right;
	max-height:106px;
	overflow:hidden;
}
.home1 .wrap .box .pic{
	width:33.9%;
	float:left;
}
.home1 .wrap .box .tbox p{
	font-size:12px;
	max-height:76px;
	overflow:hidden;
}
.home1 .wrap .box .tbox p img{
  display: none !important;
}

.home1 .wrap .box .tbox h4{
	font-size:14px;
	color:#5B1A22;
	font-weight:normal;
}
.home1 .wrap .box .tbox h4 a{
	color:#5B1A22;
}
.home1 .wrap .box .tbox .date{
	padding-top:3px;
}
.home1 .wrap{
	margin-bottom:10px;
}
br.sp_br{
  display: none;
}
br.pc_none_br{
  display:block;
}
.pc_arr{
  display: inline-block;
}

.sp_arr{
  display: none;
}
.tenpo2 .more{
  text-align: center;
}


@media only screen and (max-width: 599px) {
	.home1 .fb{
		float:none;
		margin:0 auto;
		max-width:280px;
		height: 350px;
		width:auto;
	}
	
	.home1 .fb iframe{
		width:100%;
		height: 350px;
	}
	.home1 .home-blog{
		float:none;
		margin:0 auto;
		max-width:470px;
		width:auto;
	}
	.home-voice{
	  padding-bottom: 25px;
	}
	.home1{
	  padding-top: 25px;
	}
	.map iframe{
  height:300px;
}
br.sp_br{
  display: block;
}
br.pc_none_br{
  display:none;
}
.pc_arr{
  display: none;
}

.sp_arr{
   display: inline-block;
}


}


/*BXスライダーのCSSここから*/

.bx-wrapper .bx-controls-direction a{
  width: 25px !important;
  height: 259px !important;
  top: -341px !important;
}
.bx-wrapper .bx-prev{
  background: url(/import/tenant_1/153.126.135.54/html2/images/jisseki/slide_icon_left.gif) 0 0px no-repeat !important;
  left:-67px !important;
}
.bx-wrapper .bx-next {
   right: -67px !important;
    background: url(/import/tenant_1/153.126.135.54/html2/images/jisseki/slide_icon_right.gif) 0px 0px no-repeat !important;
}

.bx-viewport{
     width: 780px !important;
     height:413px !important;
     margin:0 auto !important;
     /*pointer-events : none;*/
}

.bx-wrapper{
  max-width: 980px !important;
  width: 100% !important;
  margin: 0 auto;
  height:413px !important;
}


.bx-controls-direction{
  position: relative;
  /*top: -245px;*/
}
.bx-wrapper .bx-controls-direction a{
  position: absolute;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

@media only screen and (max-width: 1220px){
  
 .bx-viewport{
     width: 524px !important;
     margin:0 auto !important;
     height:413px !important;
}

.bx-wrapper{
  max-width: 636px !important;
    width: 636px !important;
  margin: 0 auto;
}

 .bx-wrapper .bx-prev{
  background: url(/import/tenant_1/153.126.135.54/html2/images/jisseki/slide_icon_left.gif) 0 0px no-repeat !important;
  left:0px !important;
}
.bx-wrapper .bx-next {
   right: 0px !important;
    background: url(/import/tenant_1/153.126.135.54/html2/images/jisseki/slide_icon_right.gif) 0px 0px no-repeat !important;
} 
}
@media only screen and (max-width: 599px){
 .bx-viewport{
     width: 228px !important;
     margin:0 auto !important;
     height:413px !important;
}

.bx-wrapper{
  max-width: 320px !important;
  width: 320px !important;
  margin: 0 auto;
}
}
/*.bx-viewport li {
min-height: 1px;
min-width: 1px;
}
.bx-clone {
display: none;
}*/


/*BXスライダーのCSSここまで*/





/*TOPスライドショー*/
#mainimg .uk-slideshow>li>div,#mainimg .uk-slideshow>li>div>img{
  height:100% !important;
  object-fit: cover;
  max-height:60vh !important;
}


#mainimg .uk-slidenav-position,.uk-slidenav-position,#mainimg .uk-slideshow>li>div,#mainimg .uk-slideshow>li>div>img,.uk-slideshow>.uk-active,#mainimg img{
  max-height:60vh !important;
}
@media only screen and (max-width: 1024px){
.uk-slideshow>li,.uk-slideshow{
  /* max-height:25vh !important;*/
}
}
.uk-slidenav-position .uk-slidenav{
  width:30px !important;
  height:30px !important;
  display: block !important;
  top: 58% !important;
   overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}

.uk-slidenav-position .uk-slidenav-previous{
  background: url(/upload/tenant_1/b65695498efbe9cde8e6c96d27d1b36d.png) 0px 0px no-repeat !important;
}
.uk-slidenav-position .uk-slidenav-next{
   background: url(/upload/tenant_1/78e37b534307f30c00213ff923615882.png) 0px 0px no-repeat !important;
}




   
