@charset "UTF-8";
main {
  display: block;
}

body {
  -webkit-text-size-adjust: 100%;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 1px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
  font-weight: 400;
  color: #242424;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #242424;
  text-decoration: underline;
}

.pc {
  display: none;
}

/*---------------------------------------------------------------
ヘッダー
---------------------------------------------------------------*/
header {
  background: #f0f1f2;
  margin-bottom: 40px;
}
header #head_inner {
  position: relative;
  height: 56px;
}
header #logo {
  width: 200px;
  padding: 3px 0 0 10px;
}
header #logo img {
  width: 100%;
  height: auto;
}
header #spmenu {
  width: 56px;
  height: 56px;
  background: #252525;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20000;
  padding-top: 15px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header #spmenu span {
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  margin: 0 auto 10px auto;
  transition: all .2s;
}
header #spmenu.active .first {
  -webkit-transform: translate(0px, 12px) rotate(-45deg);
  -moz-transform: translate(0px, 12px) rotate(-45deg);
  transform: translate(0px, 12px) rotate(-45deg);
  width: 40px;
}
header #spmenu.active .second {
  opacity: 0;
}
header #spmenu.active .third {
  -webkit-transform: translate(0px, -12px) rotate(45deg);
  -moz-transform: translate(0px, -12px) rotate(45deg);
  transform: translate(0px, -12px) rotate(45deg);
  width: 40px;
}
header #gnav {
  display: none;
  border: 5px solid #252525;
  position: absolute;
  top: 56px;
  padding-left: 0;
  z-index: 50;
  width: 100%;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header #gnav li {
  font-weight: bold;
}
header #gnav li a {
  height: 50px;
  display: block;
  line-height: 50px;
  padding: 0 30px;
  text-decoration: none;
  border-bottom: dotted 1px #ccc;
}
header #gnav .dropDown span {
  display: block;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border-bottom: dotted 1px #ccc;
}
header #gnav .dropDown ul {
  display: none;
}
header #gnav .dropDown ul li a {
  background: #f0f1f2;
  padding-left: 50px;
}

#mv {
  width: 100%;
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#mv .bx-controls, #mv .bx-has-pager {
  display: none;
}
#mv ul > li > img {
  width: 100%;
  height: auto;
}

#pagemv {
  padding: 5px;
}
#pagemv img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------------------------
footer
---------------------------------------------------------------*/
/*----- ここからが重要なフッター下部設定 -----*/
html, body {
  height: 100%;
}

#wrap {
  position: relative;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 100%;
}

#main {
  padding-bottom: 550px;
  margin: 0 auto;
}

footer {
  padding: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #d2d2d2;
}
footer nav {
  background: #f0f1f2;
}
footer nav ul li a {
  text-decoration: none;
  display: block;
  height: 40px;
  line-height: 40px;
  border-bottom: dotted 1px #ccc;
  padding: 0 20px;
}
footer nav ul li:last-child a {
  border-bottom: none;
}
footer .foot_inner {
  padding: 30px 0 10px;
}
footer .foot_inner .info {
  text-align: center;
}
footer .foot_inner .info li {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 12px;
}
footer .foot_inner .info li img {
  vertical-align: -5px;
}
footer .foot_inner .copy {
  text-align: center;
  font-size: 11px;
}

#pagetop {
  position: fixed;
  bottom: 0;
  right: 0;
}

/*---------------------------------------------------------------
コンテンツ汎用
---------------------------------------------------------------*/
#main .page {
  padding: 10px;
}

.hl_1 {
  text-align: center;
  margin-bottom: 50px;
}

.hl_2 {
  font-size: 24px;
  font-weight: bold;
}

/*---------------------------------------------------------------
トップページ
---------------------------------------------------------------*/
#top_page #greet {
  margin-bottom: 40px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: solid 1px #9a9a9a;
  padding-bottom: 40px;
}
#top_page #greet h2 {
  margin-bottom: 20px;
}
#top_page #greet h3 {
  margin-bottom: 20px;
  width: 280px;
}
#top_page #greet h3 img {
  width: 100%;
  height: auto;
}
#top_page #greet .img {
  float: left;
  width: 60%;
  margin: 0 10px 5px 0;
}
#top_page #greet .img img {
  width: 100%;
  height: auto;
}
#top_page #news {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: solid 1px #9a9a9a;
  margin-bottom: 40px;
  padding-bottom: 40px;
}
#top_page #news h2 {
  margin-bottom: 40px;
}
#top_page #news .loop_area {
  height: 360px;
  overflow: hidden;
}
#top_page #news .loop_area .box {
  margin-bottom: 40px;
  padding-right: 30px;
}
#top_page #news .loop_area .box .date {
  color: #8a8a8a;
  font-size: 12px;
  margin-bottom: 10px;
}
#top_page #news .loop_area .box h3 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}
#top_page #b_btn ul {
  text-align: center;
}
#top_page #b_btn ul li {
  width: 80%;
  margin: 0 auto 20px auto;
}
#top_page #b_btn ul li img {
  width: 100%;
  height: auto;
}

/*---------------------------------------------------------------
about アイエムについて
---------------------------------------------------------------*/
#about_page #sec_1 {
  margin-bottom: 100px;
}
#about_page #sec_1 .hl_2 {
  margin-bottom: 20px;
}
#about_page #sec_1 #mokuseitategu {
  margin-bottom: 80px;
}
#about_page #sec_1 #mokuseitategu .inner_left {
  margin-bottom: 20px;
}
#about_page #sec_1 #mokuseitategu .inner_left h4 {
  font-size: 18px;
  margin-bottom: 20px;
  color: #000;
}
#about_page #sec_1 #mokuseitategu .img img {
  width: 100%;
  height: auto;
}
#about_page #sec_1 #imnotategu p {
  margin-bottom: 20px;
}
#about_page #sec_1 #imnotategu ul {
  overflow: hidden;
}
#about_page #sec_1 #imnotategu ul li {
  float: left;
  width: 50%;
}
#about_page #sec_1 #imnotategu ul li img {
  width: 100%;
  height: auto;
}
#about_page #sec_1 #imnotategu ul li:last-child {
  margin-right: 0;
}
#about_page #sec_2 #flow .box {
  overflow: hidden;
  margin-bottom: 40px;
}
#about_page #sec_2 #flow .box h3 {
  margin-bottom: 30px;
}
#about_page #sec_2 #flow .box h3 img {
  width: 100%;
  height: auto;
}
#about_page #sec_2 #to_form {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
  padding: 30px 0;
}
#about_page #sec_2 #to_form .btn a {
  margin: 0 auto;
  display: block;
  height: 60px;
  width: 300px;
  line-height: 60px;
  text-decoration: none;
  font-weight: bold;
  background: #474747;
  color: #fff;
}

/*---------------------------------------------------------------
company 会社案内
---------------------------------------------------------------*/
#company_page #sec_1 {
  text-align: center;
  margin-bottom: 80px;
}
#company_page #sec_1 h2 {
  margin-bottom: 60px;
}
#company_page #sec_1 h2 img {
  width: 100%;
  height: auto;
}
#company_page #sec_1 .txt img {
  width: 100%;
  height: auto;
}
#company_page #sec_2 {
  margin-bottom: 80px;
}
#company_page #sec_2 dl {
  overflow: hidden;
}
#company_page #sec_2 dl dt {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
}
#company_page #sec_2 dl dd {
  padding: 0 0 20px 15px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 20px;
}
#company_page #sec_2 dl dd:last-child {
  margin-bottom: 0;
}
#company_page #sec_3 {
  margin-bottom: 50px;
}
#company_page #sec_3 #gmap {
  width: 100%;
}

/*---------------------------------------------------------------
estimate 見積フォーム
---------------------------------------------------------------*/
#estimate_page #sec_1 .hl_1 {
  margin-bottom: 50px;
}
#estimate_page #sec_1 .hl_1 + p {
  text-align: center;
  font-size: 15px;
  margin-bottom: 50px;
}
#estimate_page #sec_1 #step_img {
  text-align: center;
  margin-bottom: 50px;
}
#estimate_page #sec_1 #step_img img {
  width: 100%;
  height: auto;
}
#estimate_page #sec_1 #contact_form table {
  width: 100%;
  border-collapse: collapse;
  border-top: solid 1px #ccc;
  text-align: left;
}
#estimate_page #sec_1 #contact_form table tr {
  border-bottom: solid 1px #ccc;
}
#estimate_page #sec_1 #contact_form table th {
  font-size: 14px;
  padding-top: 30px;
  display: block;
}
#estimate_page #sec_1 #contact_form table th .hiss {
  display: inline-block;
  background: #ca1212;
  color: #fff;
  font-size: 10px;
  font-weight: normal;
  padding: 0 3px;
  height: 12px;
  line-height: 12px;
  margin-left: 5px;
  vertical-align: 1px;
}
#estimate_page #sec_1 #contact_form table td {
  padding: 10px 0 30px;
  display: block;
}
#estimate_page #sec_1 #contact_form table td .wpcf7-file {
  display: block;
}
#estimate_page #sec_1 #contact_form table td .txt {
  border: solid 1px #bbb;
  width: 100%;
  height: 36px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  font-size: 14px;
}
#estimate_page #sec_1 #contact_form table td .txt2 {
  border: solid 1px #bbb;
  width: 100%;
  height: 36px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  font-size: 14px;
}
#estimate_page #sec_1 #contact_form table td .txt3 {
  border: solid 1px #bbb;
  width: 50px;
  height: 36px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  font-size: 14px;
}
#estimate_page #sec_1 #contact_form table td .txt4 {
  border: solid 1px #bbb;
  width: 70px;
  height: 36px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5px;
  font-size: 14px;
}
#estimate_page #sec_1 #contact_form table td .btn a {
  display: block;
  text-align: center;
  width: 200px;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  background: #474747;
}
#estimate_page #sec_1 #contact_form table td textarea {
  width: 100%;
  max-width: 100%;
  height: 200px;
  border: solid 1px #bbb;
}
#estimate_page #sec_1 #contact_form table .submit {
  width: 100%;
  text-align: center;
}
#estimate_page #sec_1 #contact_form table .submit input {
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: #e4e4e4;
  font-weight: bold;
  border: none;
}

/*---------------------------------------------------------------
ex_shop 店舗施行例
---------------------------------------------------------------*/
.catTitle {
  height: 55px;
  font-size: 13px;
  line-height: 55px;
  border-top: solid 2px #242424;
  border-bottom: solid 1px #ccc;
  font-weight: bold;
}

#cat_list {
  border-bottom: solid 2px #242424;
}
#cat_list li {
  border-bottom: dotted 1px #ccc;
}
#cat_list li a {
  display: block;
  text-decoration: none;
  padding: 15px 15px 15px 25px;
  font-size: 12px;
  color: #666;
  background: url(../img/ex_shop/sidebar_ico.png) no-repeat 10px center;
}
#cat_list li a:hover {
  background-color: #333;
  color: #fff;
}
#cat_list li:last-child {
  border-bottom: none;
}

#ex_shop_page, #ex_house_page, #gallery_page {
  overflow: hidden;
}
#ex_shop_page #content_right #roop_area, #ex_house_page #content_right #roop_area, #gallery_page #content_right #roop_area {
  margin-bottom: 50px;
}

#ex_shop_page, #ex_house_page {
  overflow: hidden;
}
#ex_shop_page #content_right .box, #ex_house_page #content_right .box {
  overflow: hidden;
  border-bottom: solid 1px #ccc;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
#ex_shop_page #content_right .box .cat a, #ex_house_page #content_right .box .cat a {
  font-size: 13px;
  color: #7b7b7b;
  text-decoration: none;
}
#ex_shop_page #content_right .box .hl_post, #ex_house_page #content_right .box .hl_post {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
#ex_shop_page #content_right .box .content, #ex_house_page #content_right .box .content {
  overflow: hidden;
  margin-bottom: 20px;
}
#ex_shop_page #content_right .box .content .gallery-columns-3 .gallery-item, #ex_house_page #content_right .box .content .gallery-columns-3 .gallery-item {
  width: 30%;
  margin-right: 5%;
  margin-top: 0;
  margin-bottom: 10px;
}
#ex_shop_page #content_right .box .content .gallery-columns-3 .gallery-item img, #ex_house_page #content_right .box .content .gallery-columns-3 .gallery-item img {
  border: none;
  width: 100%;
  height: auto;
}
#ex_shop_page #content_right .box .content .gallery-columns-3 .gallery-item:nth-child(4n+3), #ex_house_page #content_right .box .content .gallery-columns-3 .gallery-item:nth-child(4n+3) {
  margin-right: 0;
}
#ex_shop_page #content_right .box .content .gallery-columns-4 .gallery-item, #ex_house_page #content_right .box .content .gallery-columns-4 .gallery-item {
  width: 22%;
  margin-right: 3%;
  margin-top: 0;
  margin-bottom: 10px;
}
#ex_shop_page #content_right .box .content .gallery-columns-4 .gallery-item img, #ex_house_page #content_right .box .content .gallery-columns-4 .gallery-item img {
  border: none;
  width: 100%;
  height: auto;
}
#ex_shop_page #content_right .box .content .gallery-columns-4 .gallery-item:nth-child(5n+4), #ex_house_page #content_right .box .content .gallery-columns-4 .gallery-item:nth-child(5n+4) {
  margin-right: 0;
}
#ex_shop_page #content_right .box .content .gallery-columns-5 .gallery-item, #ex_house_page #content_right .box .content .gallery-columns-5 .gallery-item {
  width: 18%;
  margin-right: 2.5%;
  margin-top: 0;
  margin-bottom: 10px;
}
#ex_shop_page #content_right .box .content .gallery-columns-5 .gallery-item img, #ex_house_page #content_right .box .content .gallery-columns-5 .gallery-item img {
  border: none;
  width: 100%;
  height: auto;
}
#ex_shop_page #content_right .box .content .gallery-columns-5 .gallery-item:nth-child(6n+5), #ex_house_page #content_right .box .content .gallery-columns-5 .gallery-item:nth-child(6n+5) {
  margin-right: 0;
}

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

---------------------------------------------------------------*/
#gallery_page .square-thumb {
  width: 100%;
  height: 216px;
}
#gallery_page #roop_area {
  overflow: hidden;
}
#gallery_page .box {
  width: 49%;
  height: 285px;
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
}
#gallery_page .box h2 {
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  font-weight: bold;
}
#gallery_page .box:nth-child(2n) {
  margin-right: 0;
}

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

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

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

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