@charset "utf-8";
/* etkcms
-----------------------------------------------------------*/
html{ margin:0 !important; }
body,p,div,form,ul,ol,li,dl,dt,dd,th,td,h1,h2,h3,h4,h5,input,textarea{ font-family :'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif, 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, serif;margin:0;padding:0;color:#212121;font-size:15px;line-height:180%;list-style-type:none;-webkit-text-size-adjust:none;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;-o-box-sizing: border-box;-ms-box-sizing: border-box;box-sizing: border-box;}
a{text-decoration:none;color:#aa3838;cursor: pointer;-webkit-transition: all 0.75s ease;-moz-transition: all 0.75s ease;-o-transition: all 0.75s ease;transition: all  0.75s ease;}
a:hover{ opacity:0.6;filter:alpha(opacity=60); }
a.none:hover{ opacity:1;filter:alpha(opacity=100); }
img{max-width:100%;line-height:70%;border:none;vertical-align:bottom;}
strong{font-weight:100;text-decoration:none;}
.mincho{font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "Sawarabi Mincho", Hannari, Kokoro, "ＭＳ Ｐ明朝", "MS PMincho", serif;}

/* ------------------------------------------------------- */
.clearFix { zoom: 1; }
.clearFix:after { content: '';display: block;height: 0;clear: both; }

.pc-only{  }
.sp-only{ display:none; }
.br-pc-only{  }
.br-sp-only{ display:none; }

.dis-none {
  display: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.alert{
  color:#e60012;
}

.box {
  margin-bottom:15px;
}

.box-large {
  margin-bottom:30px;
}

.block {
  margin-bottom:55px;
}

.bg {
 background: #dbeaf0;
}

/*
.bg2 {
  background: #f7f5f0;
  padding: 50px 0;
}
*/

.cont {
  padding: 0 2.5%;
}

.sub-cont-box {
  padding: 100px 0 0;
}

.txt-summary {
  line-height: 200%;
  text-align: center;
}

.bt-more{
  text-align:center;
}

.bt-more a,
.bt-more span {
  background: #aa3838;
  color: #fff;
  display:inline-block;
  font-size: 130%;
  /*font-weight: bold;*/
  padding: 10px 5em;
  -webkit-transition: all 0.2s ease;-moz-transition: all 0.2s ease;-o-transition: all 0.2s ease;transition: all  0.2s ease;
}

.bt-more.bt-more-ptn2 a,
.bt-more.bt-more-ptn2 span {
  background: #fff;
  border: 1px #212121 solid;
  color: #212121;
}

.bt-more i {
  margin-left: 2em;
}

.center{
  text-align:center;
}

.bold {
  font-weight: bold;
}

.map {
  height: 370px;
  width: 100%;
}

.map iframe {
  height: 100%;
  margin: 0;
  width: 100%;
}

.link {
  height: 0;
  position: relative;
}

.font-small {
  font-size: 80%;
}

.font-large {
  font-size: 130%;
}

/* ------------------------------------------------------- */
body {
  background:#fff;
}

h1 {
  height: 0;
  overflow:hidden;
}

h2 {
  color: #000;
  font-size: 120%;
  font-weight: bold;
  line-height: 180%;
  margin: 0 0 1em;
  text-align: center;
}




h3 {
  font-size: 200%;
  font-weight: bold;
  line-height: 150%;
  margin: 0 0 1.5em;
  text-align: center;
}


h4 {
  font-size: 130%;
  font-weight: bold;
  margin: 0 0 1em;
  text-align: center;
}

h5 {
  font-size: 110%;
  font-weight: normal;
  margin: 0 0 5px;
}
/* ------------------------------------------------------- */
.wrap {
  margin: 0 auto;
  max-width: 1240px;
  width: 100%;
}

#wrap {
  overflow: hidden;
  width: 100%;
}

#sub-main {
  margin: 60px 0;
}

/* ------------------------------------------------------- */
header {
  margin: 0 0 3em;
  padding: 15px 0;
  text-align: center;
  /*position:fixed;
  top:0;*/
  width:100%;
  z-index: 999;
  -moz-box-shadow: 0px 0px 3px rgba(21,21,21,.4);
  -webkit-box-shadow: 0px 0px 3px rgba(21,21,21,.4);
  box-shadow: 0px 0px 3px rgba(21,21,21,.4);
}
/* ------------------------------------------------------- */

#sub-image-rental {
  background: url(../img/sub-image/rental.jpg) 50% 100% / cover no-repeat;
}

#sub-image-sell {
  background: url(../img/sub-image/sell.jpg) 50% 100% / cover no-repeat;
}

#sub-image-service {
  background: url(../img/sub-image/service.jpg) 50% 100% / cover no-repeat;
}

#sub-image-company {
  background: url(../img/sub-image/company.jpg) 50% 100% / cover no-repeat;
}

#sub-image-download {
  background: url(../img/sub-image/download.jpg) 50% 100% / cover no-repeat;
}

#sub-image-contact {
  background: url(../img/sub-image/contact.jpg) 50% 100% / cover no-repeat;
}

.sub-image {
  background: url(../img/sub-image/news.jpg) 50% 50% / cover no-repeat;
  opacity: 0;
  padding: 80px 2%;
  position: relative;
}



#breadcrumbs {
  background: #d2d2d2;
  margin: 0;
  padding: 3px 0;
}

#breadcrumbs a {
  text-decoration: underline;
}

#breadcrumbs span {
  /*font-size: 13px;*/
}

/* ------------------------------------------------------- */
#menu-side {
  display: none;
}


/* ------------------------------------------------------- */
.top-gallery .slide img {
  cursor: pointer;
}

#bt-works-top {
  display: none;
}

.home #bt-works-top {
  display: block;
  padding: 0 0 1px;
}

/* ------------------------------------------------------- */

.list{
  margin-left: auto;
  margin-right: auto;
  max-width: 1000px;
  width:100%;
}
.list dl{
  border-bottom:1px #959595 solid;
  border-collapse:collapse;
  border-spacing:0;
  display:table;
  margin:0;
  width:100%;
}

.list dl dt {
  font-weight:bold;
  width:10em;
}

.list dl dd {

}

.list dl dt,
.list dl dd{
  display:table-cell;
  padding: 20px 1em 10px;
  vertical-align:top;
}

.list dl dt a,
.list dl dd a {
  /*text-decoration: underline;*/
}


/* ------------------------------------------------------- */
.archive-list {

}

.archive-list ul {

}

.archive-list ul li {
  float: left;
  margin: 0 2% 2% 0;
  width: 32%;
}

.archive-list ul li:nth-child(3n) {
  margin-right: 0;
}

.archive-list ul li:nth-child(3n+1) {
  clear: both;
}

.archive-list ul li a {
  display: block;
}

.archive-list ul li a:hover {
  background: #aa3838;
}

.archive-list li a .image {
  overflow: hidden;
}

.archive-list li a .image img {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all  0.75s ease;
}

.archive-list li a:hover .image img {
  transform: scale(1.15,1.15);
  -webkit-transform:scale(1.15,1.15);
  -moz-transform:scale(1.15,1.15);
  -ms-transform:scale(1.15,1.15);
  -o-transform:scale(1.15,1.15);
}

.archive-list ul li p {
  line-height: 180%;
}

.archive-list ul li .txt {
  padding: 1em 2em;
}

.archive-list ul li .txt .sub {
  color: #999899;
}

.archive-list ul li .txt .sub .cate {
  background: #aa3838;
  color: #fff;
  font-size: 85%;
  padding: .25em .5em;
}

.archive-list li a:hover .txt .sub .cate {
  background: #fff;
  color: #aa3838;
}

.archive-list ul li a p,
.archive-list ul li .txt .sub .cate {
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  transition: all  0.75s ease;
}

.archive-list ul li a:hover p,
.archive-list ul li a:hover .sub {
  color: #fff;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi span.current,
.wp-pagenavi span,
.wp-pagenavi a {
  background: #969696;
  border: none;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  padding: 1em;
}

.wp-pagenavi span.current {
  background: #a03131;
}

#news-search {
  text-align: right;
}

#news-search h2 {
  display: none;
}

#news-search .widget {
  display: inline-block;
  margin-left: 2em;
}

#news-search .widget:first-child {
  margin-left: 0;
}

#news-search .widget select {
  background: #aa3838;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  font-size: 100%;
  line-height: 150%;
  min-width: 160px;
  padding: .5em 5px;
}


#news-detail {
  padding-top: 60px;
}

#news-detail dl {

}

#news-detail dl dt {
  float: left;
  width: 20%;
}

#news-detail dl dd {
  float: right;
  padding-left: 2em;
  width: 80%;
}

#news-detail dl dd .cate {
  background: #aa3838;
  color: #fff;
  display: inline-block;
  font-size: 85%;
  line-height: 150%;
  margin-right: 1em;
  padding: .25em .5em;
}

#news-detail dl dd h3 {
  font-size: 150%;
  margin: 0;
  text-align: left;
}

#news-detail .note {
  border: 1px #d2d2d2 solid;
  border-left: none;
  border-right: none;
  margin: 1em 0 2em;
  padding: 2em 1em 1em;
}

#news-detail .note p {
  margin: 0 0 1em;
}

#news-search .select-wrap {
	position: relative !important;
	
}



#news-search .select-wrap::before, #news-search .select-wrap::after {
	content: '';
	position: absolute;
	display: block;
	pointer-events: none;
}

#news-search .select-wrap::before {
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: #434343;
}

#news-search .select-wrap::after {
  top: 50%;
  right: 2px;
  width: 0;
  height: 0;
  border: 3px solid transparent;
  transform: translate(-50%, -100%) rotate(-45deg);
  border-color: transparent transparent #fff #fff;
}

#news-search select {
  width: auto;
  max-width: 100%;
  margin-right: 16px;
  text-align-last: center;
  text-align: center;
  -ms-text-align-last: center;
  -moz-text-align-last: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#news-search select option{
  /*padding-right: 16px;*/
}

#news-search.search-bar {
	margin: 24px 0;
}







/* ------------------------------------------------------- */
.policy p {
  margin: 0 0 1.5em;
}


.policy ol li {
  list-style-type: decimal;
  margin: 0 0 1.5em 1.5em;
}

.policy ol li ul li {
  list-style-type: square;
}

.policy ol li p,
.policy ol li ul li,
.policy ol li ol li {
  margin: 0;
}




@media (max-width: 1280px){



}

@media (max-width: 1257px){
	.wrap{
	  width:96%;margin:0 auto;
	}
	
	#menu{
	  display:none;
	}
	


}


@media (max-width: 960px){
	.archive-list ul li {
	  margin: 0 2% 2% 0;
	  width: 49%;
	}

	.archive-list ul li:nth-child(3n) {
	  margin-right: 2%;
	}

	.archive-list ul li:nth-child(3n+1) {
	  clear: none;
	}
	
	.archive-list ul li:nth-child(2n) {
	  margin-right: 0;
	}

	.archive-list ul li:nth-child(2n+1) {
	  clear: both;
	}
	
	
	
}

@media (max-width: 780px){
	/* ------------------------------------------------------- */
	.h3-sub {
	  margin: 0 0 30px;
	}
	/* ------------------------------------------------------- */
	.pc-only{ display:none; }
	.sp-only{ display: block; }
	
	.cont {
	  padding: 0;
	}
	
	.sub-image {
	  
	}
	/* ------------------------------------------------------- */
	
	
	/* ------------------------------------------------------- */
	.list dl{ display:block; }
	.list dl dt{ width:100%;padding:10px 1em 0; }
	.list dl dd{ width:100%;padding:0 1em 10px; }
	.list dl dt,.list dl dd{ display:block; }
	/* ------------------------------------------------------- */
	.archive-list ul li p {
	  line-height: 150%;
	}
	
	.archive-list ul li .txt {
	  padding: .5em 1em;
	}
	/* ------------------------------------------------------- */
	
	
	


}
@media (max-width: 640px){
	body,p,div,form,ul,ol,li,dl,dt,dd,th,td,input,textarea{
	  font-size:12px;
	  line-height:180%;
	}
	
	
	input,textarea,select{
	  font-size:14px;
	}
	/* ------------------------------------------------------- */
	
	.br-pc-only{ display:none; }
	.br-sp-only{ display:inline; }
	
	.box {
	  margin-bottom: 5px;
	}
	
	.box-large{
	  margin-bottom: 15px;
	}
	
	.block{
	  margin-bottom: 25px;
	}
	
	.sub-cont-box {
	  padding: 20px 0 0;
	}
	
	.bt-more a,
	.bt-more span {
	  font-size: 100%;
	  padding: 7px 1.5em;
	}
	
	.bt-more i {
	  margin-left: .5em;
	}
	
	.txt-summary {
	  line-height: 180%;
	  text-align: left;
	}
	
	.map {
	  height: 205px;
	}
	
	.font-large {
	  font-size: 110%;
	}
	
	/* ------------------------------------------------------- */
	/*
	#topcontrol img{
	  width: 45px;
	}
	*/
	/* ------------------------------------------------------- */
	
	h2 {
	  font-size: 180%;
	  /*margin: 0 0 15px;*/
	}
	
	h3 {
	  font-size: 160%;
	  margin: 0 0 10px;
	}
	
	h4 {
	  margin: 0 0 5px;
	}
/*
	h5 {
	  font-size: 100%;
	  margin: 0 0 10px;
	}
	*/
	
	
	
	/* ------------------------------------------------------- */
	.sub-image {
	  padding: 35px 2%;
	}
	
	.sub-image h2 img {
	  max-height: 70px;
	}
	
	/*
	.sub-image{
	  min-height: 30vh;
	}
	
	.sub-image div{
	  background-position: 50% 75%;
	  background-size: auto 55px;
	}
	*/
	/* ------------------------------------------------------- */
	#breadcrumbs {
	  margin: 0 0 10px;
	  overflow-x: auto;
	}
	
	#breadcrumbs div {
	  white-space: nowrap;
	}
	/* ------------------------------------------------------- */
	.list{  }
	/* ------------------------------------------------------- */
	.archive-list ul li p {
	  font-size: 95%;
	}
	
	#news-search.search-bar {
	  margin-bottom: 10px;
	}
	#news-search .widget {
	  margin-left: 1em;
	}
	
	#news-search .widget select {
	  font-size: 100%;
	  line-height: 150%;
	  min-width: auto;
	  padding: .5em 1em;
	}
	
	#news-detail {
	  padding-top: 15px;
	}
	
	#news-detail dl dd {
	  padding-left: 1em;
	}

	#news-detail .note {
	  margin: .5em 0 1em;
	  padding: 1em 1em .5em;
	}
	
	.wp-pagenavi span.current,
	.wp-pagenavi span,
	.wp-pagenavi a {
	  padding: .5em 1em;
	}
	
	
	
	
	
	/* ------------------------------------------------------- */
	
	
	
	
}
