/*
Theme Name: Taiyotech Original Theme
Description: This theme is Taiyotech's Original Theme.
Author: K.Sasaki in Yamaki Co.,Ltd.
Version: 0.1
*/

/* ▼すべての場合に適用 */

/*  Common Area   */
*
{
//  background-color: #FFF;
  margin: 0 0;
  padding: 0 0;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

body
{
  font-size: 12pt;
}

img
{
  border: none;
}

#container
{
//  background-color: #F00;
  width: 916px;
  margin: 0px auto;
//  padding: 0px 22px;
//  border: 0.25px solid #000;
}

#header
{
//  background-color: #0F0;
//  background-image: url("img/logo_top.svg");
//  background-repeat: no-repeat;
//  height: 156px;
}

#top_logo
{
  width: 446px;
  height: 94px;
  float: left;
}

#top_logo img
{
  width: 100%;
  height: auto;
  margin-top: 17px;
}

#tel_fax
{
  width: 174px;
  height: 40px;
  margin-top: 12px;
  margin-left: 510px;
  margin-bottom: 14px;
  float: left;
}

#contact
{
  float: right;
  height: 94px;
  width: 292px;
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
  margin-bottom: 10px;
  border-radius: 8px;
}

#breadcrumb a
{
  color: #000;
}

#breadcrumb a:hover
{
  font-weight: bold;
}

#global_nav
{
//  background-color: #00F;
//  width: 682px;
  height: 52px;
  clear: both;
}

.global_nav_btn
{
  display: none;
}

#global_nav ul
{
  list-style-type: none;
  height: 42px;
  border-bottom: 10px solid rgba(0,102,204,1.0);
  display: flex;
  justify-content: space-between;
}

#global_nav ul li
{
  background-color: rgba(153,204,204,1.0);
  background: linear-gradient(to bottom, rgba(153,204,204,1.0), rgba(255,255,255,1.0));
  text-align: center;
  font-size: 12pt;
  width: 130px;
  height: 42px;
  line-height: 42px;
  float: left;
  font-weight: bold;
  font-size: 1.0em;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-left: 1px solid rgba(153,204,204,1.0);
  border-top: 1px solid rgba(153,204,204,1.0);
  border-right: 1px solid rgba(153,204,204,1.0);
  box-sizing: border-box;
}

#global_nav ul li a
{
  display: block;
  color: #000;
  text-decoration: none;
}

#global_nav ul li a:hover
{
  background-color: rgba(0,102,204,1.0);
  background: linear-gradient(to bottom, rgba(255,255,255,1.0), rgba(0,102,204,1.0));
  color: #FFF;
  border-left: 1px solid rgba(0,102,204,1.0);
  border-top: 1px solid rgba(0,102,204,1.0);
  border-right: 1px solid rgba(0,102,204,1.0);
  text-decoration: underline;
}

#global_nav ul li.current_page_item a, #global_nav ul li.current-page-ancestor a:not(:first-child)
{
  background-color: rgba(0,102,204,1.0);
  background: linear-gradient(to bottom, rgba(255,255,255,1.0), rgba(0,102,204,1.0));
  color: #FFF;
  border-left: 1px solid rgba(0,102,204,1.0);
  border-top: 1px solid rgba(0,102,204,1.0);
  border-right: 1px solid rgba(0,102,204,1.0);
}

.slicknav_menu
{
  display: none;
}

#breadcrumb
{
  font-size: 10pt;
  line-height: 20px;
  height: 20px;
//  clear: both;
  margin-bottom: 10px;
}

#main
{
  width: 916px;
  clear: both;
}

#content_L
{
  width: 214px;
  float: left;
}

#products_list_menu
{
  display: none;
}

#side
{
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
  border: 1px solid  rgba(153,204,204,1.0);
  border-radius: 3px;
  margin-bottom: 10px;
}

#side em
{
  background-color: rgba(153,204,204,1.0);
  background: linear-gradient(to bottom, rgba(153,204,204,1.0), rgba(255,255,255,1.0));
//  width: 214px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  display: block;
}

#side ul
{
  list-style-type: none;
//  text-align: center;
}

#side ul li a
{
//  background-image: url("img/bg_globalnav.png");
//  background-repeat: no-repeat;
  color: #000;
  font-size: 1.3em;
  line-height: 46px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
  font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho";
}

#side ul li a:hover, #side ul li.current_page_item a
{
  background: linear-gradient(to bottom, rgba(255,255,255,1.0), rgba(0,102,204,1.0));
  color: rgba(255,204,0,1.0);
//  background-color: rgba(204,153,0,0.5);
//  text-decoration: underline;
}

#side ul li:nth-child(2n-1)
{
  background-color: rgba(255,255,153,1);
}

#side ul li:nth-child(2n)
{
  background-color: rgba(153,204,204,1.0);
}

#side ul li, #side ul li a:hover
{
  background-size: 214px 46px;
  background-position: right center;
  background-repeat: no-repeat;
}

#banner_pc
{
  background-image: url("img/banner.svg");
  background-repeat: no-repeat;
  height: 94px;
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
}

#banner_pc a
{
  color: #000;
  font-size: 0.8em;
  text-decoration: none;
  line-height: 1.05em;
  display: block;
  padding-left: 85px;
  padding-top: 5px;
}

#banner_pc a em
{
  color: #F00;
  font-size: 1.05em;
  font-weight: bold;
  line-height: 1.3em;
  text-decoration: underline;
}

#banner_mobile, #banner_mobile_papamaru
{
  display: none;
}

#banner_papamaru
{
  display: block;
  width: 100%;
  margin-top: 20px;
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
}

#banner_papamaru a
{
  display: block;
  width: 100%;
}

#banner_papamaru a img
{
  display: block;
  width: 100%;
  height: auto;
}

#top_img
{
  width: 100%;
  height: 400px;
  margin-bottom: 10px;
}

#content_R
{
//  background-color: rgba(204,204,153,0.5);
  width: 682px;
  min-height: 504px;
  float: right;
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
  border: 1px solid  rgba(153,204,204,1.0);
  border-radius: 3px;
  margin-bottom: 10px;
}

/*
#content_R_inside
{
  background-color: #FFF;
  padding-bottom: 22px;
  margin-bottom: 22px;
  min-height: 330px;
}
*/

#content_R h1
{
//  background-image: url("img/bg_h1.png");
//  background-repeat: no-repeat;
  background: linear-gradient(to right, rgba(153,204,204,1.0), rgba(255,255,255,1.0));
  border-left: solid 10px rgba(0,102,204,1.0);
  font-size: 1.1em;
  line-height: 32px;
  height: 32px;
  margin-left: 20px;
  margin-top: 16px;
  margin-bottom: 24px;
  padding-left: 10px;
}

#content_R h2
{
  border-left: 10px solid rgba(0,102,204,1.0);
  border-bottom: 3px solid rgba(0,102,204,1.0);
  width: 551px;
  height: 21px;
  line-height: 20px;
  font-size: 1.0em;
  font-weight: normal;
  margin-left: 58px;
  margin-bottom: 16px;
  padding-left: 5px;
}

#content_R h2.two-line
{
  border-left: 10px solid rgba(0,102,204,1.0);
  border-bottom: 3px solid rgba(0,102,204,1.0);
  width: 551px;
  height: 42px;
  line-height: 20px;
  font-size: 1.0em;
  font-weight: normal;
  margin-left: 58px;
  margin-bottom: 16px;
  padding-left: 5px;
}

#content_R h3
{
  margin-left: 78px;
  font-size: 1.0em;
  font-weight: normal;
}

#content_R h3::before
{
  content: "◆";
  color: rgba(0,102,204,1.0);
}

/*
#content_R table
{
  background-color: #FFF;
  font-size: 12pt;
  margin-left: 22px;
}

#content_R table th
{
  background-color: #9E9E9F;
  padding: 8px;
}

#content_R table td
{
  background-color: #D8DCDC;
  padding: 8px;
}
*/

#content_R p
{
  width: 546px;
  margin-left: 78px;
  margin-bottom: 22px;
}

#content_R p.font-color-red
{
  color: #F00;
}

#content_R div.column2
{
  width: 526px;
  margin-left: 78px;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  -ms-column-count: 2;
}

#content_R div.column1
{
  width: 526px;
  margin-left: 78px;
}

#content_R div.column2 h3
{
  margin-left: 0px;
}

#content_R div.column1 h3
{
  margin-left: 0px;
}

#content_R .clear
{
  clear: both;
}

#content_R ul
{
  width: 526px;
  list-style-type: none;
  list-style-position: outside;
  margin-left: 98px;
}

#content_R ul li
{
  background-image: url("img/list-marker.svg");
  background-repeat: no-repeat;
  background-position: left center;
  margin-bottom: 8px;
  padding-left: 1.5em;
}

#content_R img.img-width-full
{
  width: 526px;
  height: auto;
  margin-left: 78px;
  margin-bottom: 15px;
}

#content_R img.img-width-half
{
  width: 254px;
  height: auto;
  margin-left: 214px;
}

#content_R span.text-center
{
  display: block;
  text-align: center;
}

#content_R .box-shadow
{
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
}

#content_R a.view-catalog
{
  display: block;
  width: 5em;
  height: 1.2em;
  line-height: 1.2em;
  background-color: rgba(0,102,204,1.0);
  color: #FFF;
  text-align: center;
  box-shadow: 1px 1px 1px 1px rgba(0,0,0,0.3);
  border-radius: 0.3em;
  margin: 0px auto;
}

#content_R a.view-catalog:link
{
  text-decoration: none;
}

#content_R a.view-catalog:hover
{
  background-color: rgba(153,204,204,1.0);
}

.products_list
{
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
  border-radius: 3px;
  color: #000;
  width: 224px;
  height: 224px;
  padding: 5px;
  margin-bottom: 10px;
//  display: block;
  text-decoration: none;
}

.products_list.column1
{
  float: left;
  clear: both;
  margin-left: 78px;
}

.products_list.column2
{
  float: right;
  margin-right: 78px;
}

.products_list em
{
  font-size: 1.5em;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho";
}

.products_list ruby
{
  font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho";
}

.products_list img
{
  width: 224px;
  height: 160px;
  float: left;
  margin: 10px auto;
}

#content_R p.products_catch
{
  font-size: 1.1em;
  width: 292px;
  float: left;
}

#content_R p.products_type
{
  width: 254px;
  float: right;
  margin-left: 0px;
  margin-right: 58px;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  -ms-column-count: 2;
}

#content_R p.products_type em
{
  width: 117px;
  height: 22px;
  font-size: 0.8em;
  font-style: normal;
  line-height: 22px;
  display: block;
  background-color: rgba(0,102,204,1.0);
  text-align: center;
  color: #FFF;
  margin-bottom: 5px;
}

#content_R p.products_footnote
{
  font-size: 0.8em;
  margin-left: 390px;
}

#content_R img.products_outimg
{
  width: 526px;
  height: auto;
  margin-left: 78px;
}

#content_R img.products_otherimg
{
  width: 253px;
  height: 156px;
  margin-bottom: 15px;
}

#content_R img.realestate_otherimg
{
  width: 253px;
  height: 191px;
  margin-bottom: 15px;
}

table.products_spec
{
  width: 526px;
  margin-left: 78px;
  margin-bottom: 15px;
  border-collapse: collapse;
}

table.products_spec th
{
  background-color: rgba(153,204,204,1.0);
  border: 1px solid rgba(0,102,204,1.0);
}

table.products_spec th:nth-child(2)
{
  text-align: left;
}

table.products_spec td
{
  border: 1px solid rgba(0,102,204,1.0);
}

table.products_spec tr td:first-child
{
  width: 58px;
  text-align: center;
}

#content_R .products_option_table
{
  width: 526px;
  margin-left: 78px;
  margin-bottom: 10px;
  border-collapse: collapse;
}

#content_R .products_option_table td
{
  border: 1px solid rgba(0,102,204,1.0);
}

#content_R .products_option_table td.name
{
  background-color: rgba(255,255,153,1.0);
  width: 380px;
  padding-left: 10px;
}

#content_R .products_option_table td.name.hit
{
  background-color: rgba(153,204,204,1.0);
}

#content_R .products_option_table td.amount
{
  text-align: right;
  padding-right: 1.2em;
}

#content_R .products_option_table td.amount.shift-L
{
  padding-right: 0.2em;
}

.option_table_back_color
{
  width: 30px;
  background-color: rgba(153,204,204,1.0);
  border: 1px solid rgba(0,102,204,1.0);
}

#content_R .about_company_table
{
  width: 526px;
  margin-left: 78px;
  margin-bottom: 10px;
  border-collapse: collapse;
}

#content_R .about_company_table th, #content_R .about_company_table td
{
  border: 1px solid rgba(0,102,204,1.0);
}

#content_R .about_company_table th.col-1
{
  width: 78px;
}

#content_R .about_company_table td.col-2
{
  width: 448px;
  padding-left: 10px;
  padding-right: 10px;
}

#content_R .about_company_table ul
{
  width: 100%;
  margin-top: 10px;
  margin-left: 10px;
}

#content_R .about_company_table ul li.bg_position_top
{
  background-position: 0px 0.25em;
}

#content_R iframe#access_map_iframe
{
  margin-left: 78px;
  margin-bottom: 15px;
}

#content_R article.product_case
{
  width: 253px;
  display: inline-block;
}

#content_R article.product_case em
{
  background-color: rgba(153,204,204,1.0);
  border-radius: 8px;
  width: 146px;
  height: 16px;
  font-size: 0.9em;
  line-height: 16px;
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 20px;
  padding-left: 10px;
}

#content_R article.product_case img
{
  width: 233px;
  margin-left: 20px;
}

#content_R article.product_case p
{
  font-size: 0.9em;
  margin-left: 20px;
}

#content_R article.product_case p::before
{
  content: "■";
}

#content_R .wpcf7-response-output
{
  border: 2px solid #F00;
}

#content_R .wpcf7-response-output::before, #content_R .wpcf7-response-output::after
{
  content: "※※※";
  color: #F00;
}

#content_R div.case-list
{
  border: 1px solid rgba(0,102,204,1.0);
  border-radius: 3px;
  color: #000;
  width: 524px;
  min-height: 178px;
  padding: 20px;
  margin-left: 58px;
  margin-bottom: 20px;
  text-decoration: none;
}

#content_R div.case-list div.inbox
{
  width: 524px;
  height: 178px;
}

#content_R div.case-list div.inbox ~ div.inbox
{
  margin-top: 20px;
}

#content_R div.case-list img
{
  width: 234px;
  height: auto;
  float: left;
}

#content_R div.case-list p
{
  width: 270px;
  margin-left: 20px;
  margin-bottom: 0px;
  float: right;
}

#content_R div.box_10year
{
  border: 1px solid rgba(0,102,204,1.0);
  border-radius: 3px;
  color: #000;
  width: 524px;
  min-height: 79px;
  padding: 20px;
  margin-left: 58px;
  margin-bottom: 20px;
  text-decoration: none;
}

#content_R div.box_10year img
{
  width: 100px;
  height: 79px;
  float: left;
}

#content_R div.box_10year p
{
  width: 400px;
  margin-left: 20px;
  margin-bottom: 0px;
  float: right;
}

#content_R div.build_energysaving
{
  width: 524px;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  -o-column-count: 2;
  -ms-column-count: 2;
}

#content_R div.build_energysaving p
{
  width: 250px;
  height: 156px;
  border: 1px solid rgba(0,102,204,1.0);
  border-radius: 3px;
}

#content_R div.build_energysaving p em
{
  color: #FFF;
  font-size: 1.1em;
  width: 250px;
  height: 1.3em;
  line-height: 1.3em;
  background-color: rgba(0,102,204,1.0);
  display: block;
  text-align: center;
}

#content_R.realestate.archive .post_list
{
  margin: 0 20px;
  width: calc(100% - 40px);
}

  #content_R.realestate.archive .post_list li
  {
    background: none;
    clear: both;
    padding: 0;
    margin: 0 0 20px 0;
    border: 1px solid  rgba(153,204,204,1.0);
    border-radius: 5px;
    width: 100%;
    min-height: 140px;
  }

  #content_R.realestate.archive .post_list li a
  {
    display: block;
    overflow: hidden;
    text-decoration: none;
  }

    #content_R.realestate.archive .post_list li a:link, #content_R.realestate.archive .post_list li a:visited
    {
      color: #333333;
    }

    #content_R.realestate.archive .post_list li img
    {
      width: 200px;
      height: 140px;
      display: block;
      float: left;
      object-fit: cover;
    }

    #content_R.realestate.archive .post_list li .wrapper
    {
      float: right;
      position: relative;
      width: 422px;
      min-height: 120px;
      padding: 10px;
    }

    #content_R.realestate.archive .post_list li h3
    {
      display: block;
      margin: 0;
      font-size: 1.2rem;
    }

      #content_R.realestate.archive .post_list li h3:before
      {
        content: none;
        
      }

    #content_R.realestate.archive .post_list li .price
    {
      display: block;
      color: #ff0000;
      font-size: 1.4rem;
      font-weight: bold;
    }

    #content_R.realestate.archive .post_list li .price:before
    {
      content: "価格： ";
      font-size: 1.0rem;
      font-weight: normal;
      color: #333333;
    }

      #content_R.realestate.archive .post_list li .price .price_num
      {
        font-size: 1.8rem;
      }

    #content_R.realestate.archive .post_list li .area
    {
      display: block;
    }

      #content_R.realestate.archive .post_list li .area:before
      {
        content: "面積： ";
      }

    #content_R.realestate.archive .post_list li .ground
    {
      display: block;
      
    }

      #content_R.realestate.archive .post_list li .ground:before
      {
        content: "地目： ";
      }

    #content_R.realestate.archive .post_list li .moreread
    {
      text-align: right;
      position: absolute;
      right: 10px;
      bottom: 10px;
    }

#content_R.realestate.single .ImgMain
{
  margin-left: 20px;
  float: left;
  width: 460px;
}

  #content_R.realestate.single .ImgMain a
  {
    
  }

    #content_R.realestate.single .ImgMain a img
    {
      width: 100%;
      display: block;
    }

#content_R.realestate.single .ImgThumbs
{
  float: right;
  width: 180px;
  margin-right: 20px;
  margin-left: 0;
}

  #content_R.realestate.single .ImgThumbs li
  {
    list-style: none;
    background: none;
    margin: 0;
  }

    #content_R.realestate.single .ImgThumbs li img
    {
      width: 100%;
      display: block;
      
    }

#content_R.realestate.single .wrapper
{
  clear: both;
  margin: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

  #content_R.realestate.single .wrapper section
  {
    width: 310px;
  }

#content_R.realestate.single section h4
{
  
}

  #content_R.realestate.single section h4:before
  {
    content: "◆";
    color: rgba(0,102,204,1.0);
    padding-right: 0.2rem;
  }

#content_R.realestate.single table
{
  border-spacing: 0;
  border-collapse: collapse;
  margin-bottom: 20px;
  width: 100%;
}

  #content_R.realestate.single table tr
  {
    
  }

    #content_R.realestate.single table tr th, #content_R.realestate.single table tr td
    {
      border: 1px solid #333333;
      padding: 0.2rem 0.5rem;
    }

    #content_R.realestate.single table tr th
    {
      
    }

    #content_R.realestate.single table tr td
    {
      
    }

#content_R.realestate.single section.price table td
{
  color: #ff0000;
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

  #content_R.realestate.single section.price table td .price_num
  {
    font-size: 2.5rem;
    padding-right: 10px;
  }

#content_R.realestate.single iframe
{
  clear: both;
  display: block;
  margin: 20px 20px;
  width: calc(100% - 40px);
}

#footer
{
//  background-color: #F0F;
//  width: 916px;
//  height: 110px;
//  padding: 22px 22px 0px 22px;
  clear: both;
}


#sitemap
{
  background-color: rgba(255,255,153,1);
  box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
  border: 1px solid  rgba(153,204,204,1.0);
  border-radius: 3px;
  height: 82px;
  padding-top: 12px;
  width: 100%;
//  padding-left: 234px;
}

#sitemap em
{
  display: none;
}

#sitemap div
{
  margin: 0px auto;
  width: 46em;
}


#sitemap ul.menu
{
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ms-column-count: 3;
  column-count: 3;
//  -wekit-column-width: 16em;
//  -moz-column-width: 16em;
//  -ms-column-width: 16em;
//  column-width: 16em;
//  -webkit-column-gap: 20px;
//  -moz-column-gap: 20px;
//  -ms-column-gap: 20px;
//  column-gap: 20px;
}


#sitemap ul
{
  list-style-type: none;
  list-style-position: inside;
  font-size: 0.85em;
  line-height: 1.35em;
}

#sitemap ul ul
{
  margin-left: 10px;
}


#sitemap a
{
  color: #000;
  text-decoration: none;
}

#sitemap a:hover
{
  text-decoration: underline;
}

#copyright
{
  font-size: 9pt;
  text-align: center;
  margin-top: 18px;
  margin-bottom: 10px;
  clear: both;
}

/* ▼スマホ用に適用 */
@media only screen
 and (min-device-width: 320px)
 and (max-device-width: 568px)
 and (-webkit-min-device-pixel-ratio: 2)
{
  #container
  {
    width: 320px;
  }

  .no-display-m
  {
    display: none;
  }

  /* ■■■■ヘッダー領域全体■■■■ */
  #header
  {
    width: 320px;
  }

  /* ■■■■ロゴ領域■■■■ */
  #top_logo
  {
    width: 60%;
    height: auto;
  }

  #top_logo img
  {
    width: 100%;
    height: auto;
  }

  /* ■■■■お問い合わせバナー領域■■■■ */
  #contact
  {
    display: none;
  }

  /* ■■■■グローバルナビ領域■■■■ */
  #global_nav
  {
    display: none;
  }

  .js .slicknav_menu
  {
    display: block;
    float: right;
  }

  .js .slicknav_nav
  {
    position: fixed;
    background-color: rgba(153,204,204,1.0);
    box-shadow: -3px 3px 3px 3px rgba(0,0,0,0.3);
    top: 40px;
    right: 0px;
    z-index: 5;
  }

  .js .slicknav_nav a
  {
    line-height: 2.2em;
//    padding-left: 2.2em;
    background-repeat: no-repeat;
    background-size: 1em auto;
    background-position: 10px center;
  }

  .js .slicknav_nav a:hover
  {
    background-repeat: no-repeat;
    background-size: 1em auto;
    background-position: 10px center;
  }

/*
  .js .slicknav_nav li:nth-child(1) a
  {
    background-image: url("img/icon/toppage.svg");
  }

  .js .slicknav_nav li:nth-child(1) a:hover
  {
    background-image: url("img/icon/toppage_active.svg");
  }

  .js .slicknav_nav li:nth-child(2) a
  {
    background-image: url("img/icon/products.svg");
  }

  .js .slicknav_nav li:nth-child(2) a:hover
  {
    background-image: url("img/icon/products_active.svg");
  }

  .js .slicknav_nav li:nth-child(3) a
  {
    background-image: url("img/icon/case.svg");
  }

  .js .slicknav_nav li:nth-child(3) a:hover
  {
    background-image: url("img/icon/case_active.svg");
  }

  .js .slicknav_nav li:nth-child(4) a
  {
    background-image: url("img/icon/about_company.svg");
  }

  .js .slicknav_nav li:nth-child(4) a:hover
  {
    background-image: url("img/icon/about_company_active.svg");
  }

  .js .slicknav_nav li:nth-child(5) a
  {
    background-image: url("img/icon/contact.svg");
  }

  .js .slicknav_nav li:nth-child(5) a:hover
  {
    background-image: url("img/icon/contact_active.svg");
  }
*/

  /* ■■■■ヘッダーイメージスライド領域■■■■ */
  #top_img
  {
    width: 320px;
    height: auto;
    clear: both;
  }

  #top_img img
  {
    width: 100%;
    height: auto;
  }

  /* ■■■■パンくずリスト領域■■■■ */
  #breadcrumb
  {
    display: none;
  }

  /* ■■■■メイン領域全体■■■■ */
  #main
  {
    width: 320px;
  }

  /* ■■■■コンテンツ（左）領域全体■■■■ */
  #content_L
  {
    width: 320px;
  }

/*
  #side
  {
    width: 320px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  #side em
  {
    background: rgba(0,102,204,1.0);
    color: #FFF;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    display: block;
    border-radius: 0;
  }

  #side ul li a::after
  {
    content: ">";
    color: #666;
    float: right;
    margin-right: 5%;
  }

  #side ul li a
  {
    background: none;
    color: #000;
    font-size: 1.3em;
    line-height: 1.6em;
    height: 1.6em;
    padding-left: 20%;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho";
    border-bottom: 1px solid #666;
  }

  #side ul li:nth-child(2n-1), #side ul li:nth-child(2n)
  {
    background: none;
  }

  #side ul li:nth-child(8)
  {
    font-size: 1em;
  }

  #side ul li:nth-child(1) a, #side ul li:nth-child(1) :hover, #side ul li:nth-child(1).current_page_item
  {
    background-image: url("img/products/1-taiyo.png");
    background-size: contain;
    background-position: 3.33% center;
    background-repeat: no-repeat;
  }

  #side ul li:nth-child(2), #side ul li:nth-child(2) :hover, #side ul li:nth-child(2).current_page_item
  {
    background-image: url("img/products/2-kirameki.png");
    background-size: contain;
    background-position: 3.33% center;
    background-repeat: no-repeat;
  }

  #side ul li:nth-child(3), #side ul li:nth-child(3) :hover, #side ul li:nth-child(3).current_page_item
  {
    background-image: url("img/products/3-kagayaki.png");
    background-size: contain;
    background-position: 3.33% center;
    background-repeat: no-repeat;
  }

  #side ul li:nth-child(4), #side ul li:nth-child(4) :hover, #side ul li:nth-child(4).current_page_item
  {
    background-image: url("img/products/4-shuttle.png");
    background-size: contain;
    background-position: 3.33% center;
    background-repeat: no-repeat;
  }

  #side ul li:nth-child(5), #side ul li:nth-child(5) :hover, #side ul li:nth-child(5).current_page_item
  {
    background-image: url("img/products/5-hikari.png");
    background-size: contain;
    background-position: 3.33% center;
    background-repeat: no-repeat;
  }

  #side ul li:nth-child(6), #side ul li:nth-child(6) :hover, #side ul li:nth-child(6).current_page_item
  {
    background-image: url("img/products/6-asahi.png");
    background-size: contain;
    background-position: 3.33% center;
    background-repeat: no-repeat;
  }

  #side ul li:nth-child(7), #side ul li:nth-child(7) :hover, #side ul li:nth-child(7).current_page_item
  {
    background-image: url("img/products/7-ginga.svg");
    background-size: contain;
    background-position: 3.33% center;
    background-repeat: no-repeat;
  }

  #side ul li:nth-child(8), #side ul li:nth-child(8) :hover, #side ul li:nth-child(8).current_page_item
  {
    background-image: url("img/products/8-ordermade.svg");
    background-size: contain;
    background-position: 3.33% center;
    background-repeat: no-repeat;
  }
*/

  #products_list_menu
  {
    display: block;
    width: 320px;
    border: none;
    border-radius: 0;
    box-shadow: none;
  }

  #products_list_menu em
  {
    background: rgba(0,102,204,1.0);
    color: #FFF;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    display: block;
    border-radius: 0;
  }

  #products_list_menu ul li a::after
  {
    content: ">";
    color: #666;
    float: right;
    margin-right: 5%;
  }

  #products_list_menu ul li a
  {
/*
    background: none;
    color: #000;
    font-size: 1.3em;
    line-height: 1.6em;
    height: 1.6em;
    padding-left: 20%;
    font-weight: bold;
    display: block;
    text-decoration: none;
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
    font-family: "ヒラギノ明朝 ProN","Hiragino Mincho ProN","ＭＳ Ｐ明朝","MS PMincho";
    border-bottom: 1px solid #666;
*/
    background-image: url("img/build/sitemap_mobile.svg");
    background-repeat: no-repeat;
    background-position: 6.66% center;
    background-size: 6.66% auto;
    border-bottom: 1px solid #666;
    padding-left: 20%;
    height: 2em;
    line-height: 2em;
    display: block;
    text-decoration: none;
    color: #000;
  }

  #products_list_menu ul li a:hover, #products_list_menu ul li.current_page_item a
  {
    color: rgba(255,204,0,1.0);
  }

  #products_list_menu ul li:nth-child(2n-1), #products_list_menu ul li:nth-child(2n)
  {
    background: none;
  }

  /* ■■■■コンテンツ（右）領域全体■■■■ */
  #content_R
  {
    width: 320px;
    box-shadow: none;
    border: none;
  }

  /* ■■■■コンテンツ（右）領域内■■■■ */
  #content_R h1
  {
    line-height: 1.5em;
    height: 1.5em;
    margin: 5px 0px 15px 0px;
    padding-left: 0px;
  }

  #content_R h1.two-line-m
  {
    line-height: 1em;
    height: 2.5em;
    padding-top: 0.5em;
  }

  #content_R h2, #content_R h2.two-line
  {
    width: 285px;
    margin-left: 10px;
  }

  #content_R h2.two-line-m
  {
    line-height: 1.1em;
    height: 2.5em;
  }

  #content_R h2.three-line-m
  {
    line-height: 1.1em;
    height: 3.5em;
  }

  #content_R h2.four-line-m
  {
    line-height: 1.1em;
    height: 4.5em;
  }

  #content_R h3
  {
    margin-left: 20px;
  }

  #content_R div.column2
  {
    width: 82%;
    margin-left: 13.33%;;
  }

  #content_R div.column1
  {
    width: 82%;
    margin-left: 13.33%;;
  }

  #content_R div.column2
  {
    width: 82%;
    margin-left: 13.33%;;
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -o-column-count: 1;
    -ms-column-count: 1;
  }

  #content_R div.column1
  {
    width: 82%;
    margin-left: 13.33%;;
  }

  #content_R div.column2 h3
  {
    margin-left: 0px;
  }

  #content_R div.column1 h3
  {
    margin-left: 0px;
  }

  #content_R p
  {
    width: 300px;
    margin-left: 20px;
    margin-bottom: 22px;
  }

  #content_R ul
  {
    width: 86.66%;
    margin-left: 6.66%;
  }

  #content_R ul li
  {
    background-position: left 0.5em;
  }

  #content_R img.img-width-full
  {
    width: 86.66%;
    height: auto;
    margin-left: 6.66%;
  }

  #content_R img.img-width-half
  {
    width: 66.66%;
    height: auto;
    margin-left: 16.66%;
  }

  #content_R input[type="text"], #content_R input[type="email"], #content_R textarea
  {
    width: 86.66%;
  }

  #content_R .products_list
  {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
    width: 277px;
    padding-left: 43px;
    margin: 0px;
//    width: 277px;
//    margin-left: 43px;
  }

  #content_R .products_list a
  {
    margin: 0px 0px 20px 0px;
  }

  #content_R p.products_catch
  {
    width: 280px;
    margin: 10px 20px 10px 20px;
    float: none;
  }

  #content_R table.products_type
  {
    float: none;
    clear: both;
    width: 200px;
    margin: 0px auto 10px auto;
  }

  #content_R p.products_footnote
  {
    width: 300px;
    margin: 0px auto 20px auto;
    text-align: center;
  }

  #content_R img.products_outimg
  {
    width: 300px;
    height: auto;
    margin-left: 10px;
  }

  #content_R img.products_otherimg
  {
    width: 240px;
    height: auto;
    margin: 0px auto;
  }

  #content_R ul.products_point
  {
    margin-left: 0px;
    width: 300px;
  }

  #content_R ul.products_point li
  {
    margin-left: 3em;
  }

  #content_R ul.products_point li:before
  {
    margin-left: -3em;
  }

  #content_R ul.products_point img
  {
    width: 200px;
    margin-left: 0px;
  }

  table.products_spec
  {
    width: 300px;
    margin: 0px auto 20px auto;
    font-size: 0.8em;
  }

  table.products_spec th
  {
    min-width: 4em;
    text-align: center !important;
  }

  table.products_spec tr td:first-child
  {
    width: 13.33%;
  }

  #content_R .products_option_table
  {
    width: 300px;
    margin-left: 10px;
    font-size: 0.8em;
  }

  #content_R .products_option_table td.image img
  {
    max-width: 100px;
    max-height: 80px;
  }

  #content_R .products_option_table td.name
  {
    width: 65%;
  }

  #content_R .about_company_table
  {
    width: 86.66%;
    margin-left: 6.66%;
    font-size: 0.9em;
  }

  #content_R .about_company_table th.col-1
  {
    width: 25%;
  }

  #content_R iframe#access_map_iframe
  {
    width: 86.66%;
    margin-left: 6.66%;
  }

  #content_R div.case-list
  {
    width: 260px;
    margin: 0px 0px 20px 10px;
    display: inline-block;
  }

  #content_R div.case-list div.inbox
  {
    width: 260px;
    height: auto;
    display: inline-block;
  }

  #content_R div.case-list img
  {
    width: 260px;
    height: auto;
  }

  #content_R div.case-list p
  {
    width: 260px;
  }

  #content_R div.box_10year
  {
    width: 260px;
    margin: 0px 0px 20px 10px;
    display: inline-block;
  }

  #content_R div.box_10year img
  {
    width: 260px;
    height: auto;
    clear: both;
  }

  #content_R div.box_10year p
  {
    width: 260px;
    margin: 0px;
    clear: both;
  }

  #content_R img.jio_logo
  {
    width: 260px;
    margin: 0px auto;
  }

  #content_R div.build_energysaving
  {
    width: 290px;
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    -o-column-count: 1;
    -ms-column-count: 1;
    margin: 0px auto;
  }

  #content_R.realestate.archive .post_list
  {
  }

    #content_R.realestate.archive .post_list li
    {
      height: auto;
      min-height: unset;
    }

    #content_R.realestate.archive .post_list li a
    {
    }

      #content_R.realestate.archive .post_list li a:link, #content_R.realestate.archive .post_list li a:visited
      {
      }

      #content_R.realestate.archive .post_list li img
      {
        width: 100%;
        height: 200px;
        float: none;
      }

      #content_R.realestate.archive .post_list li .wrapper
      {
        float: none;
        width: calc(100% - 20px);
        padding-bottom: 1.8rem;
        height: auto;
        min-height: unset;
      }

      #content_R.realestate.archive .post_list li h3
      {
      }

        #content_R.realestate.archive .post_list li h3:before
        {
        }

      #content_R.realestate.archive .post_list li .price
      {
      }

      #content_R.realestate.archive .post_list li .price:before
      {
      }

        #content_R.realestate.archive .post_list li .price .price_num
        {
        }

      #content_R.realestate.archive .post_list li .area
      {
      }

        #content_R.realestate.archive .post_list li .area:before
        {
        }

      #content_R.realestate.archive .post_list li .ground
      {
      }

        #content_R.realestate.archive .post_list li .ground:before
        {
        }

      #content_R.realestate.archive .post_list li .moreread
      {
      }

  #content_R.realestate.single .ImgMain
  {
    margin-left: 20px;
    float: none;
    width: calc(100% - 40px);
  }

  #content_R.realestate.single .ImgThumbs
  {
    float: none;
    width: calc(100% - 40px);
    margin-right: 20px;
    margin-left: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

    #content_R.realestate.single .ImgThumbs li
    {
      width: 25%;
      margin: 0;
      padding: 0;
    }

  /* ■■■■フッター領域全体■■■■ */
  #footer
  {
    width: 100%;
  }

  #banner_pc, #banner_papamaru
  {
    display: none;
  }

  #banner_mobile
  {
    display: block;
    background-image: url("img/banner.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 240px;
    height: 106px;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
    margin: 15px auto;
  }

  #banner_mobile a
  {
    color: #000;
    text-decoration: none;
    display: block;
    padding-left: 45%;
    font-size: 0.85em;
    line-height: 1.2em;
  }

  #banner_mobile a em
  {
    color: #F00;
    font-size: 1.00em;
    font-weight: bold;
    line-height: 1.5em;
    text-decoration: underline;
  }

  #banner_mobile_papamaru
  {
    display: block;
    width: 240px;
    margin: 20px auto;
    box-shadow: 3px 3px 3px 3px rgba(0,0,0,0.3);
  }

  #banner_mobile_papamaru a
  {
    display: block;
    width: 100%;
  }

  #banner_mobile_papamaru a img
  {
    display: block;
    width: 100%;
    height: auto;
  }

  #sitemap
  {
    background: none;
    box-shadow: none;
    border: none;
    border-radius: 0px;
    padding-top: 0px;
    padding-left: 0px;
    width: 100%;
    height: auto;
    display: inline-block;
  }

  #sitemap em
  {
    background: rgba(0,102,204,1.0);
    color: #FFF;
    height: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: normal;
    font-style: normal;
    display: block;
    border-radius: 0;
  }

  #sitemap div
  {
    margin: 0px;
    width: 100%;
  }

  #sitemap ul.menu
  {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    -ms-column-count: 1;
    column-count: 1;
  }

  #sitemap ul
  {
    list-style-type: none;
    list-style-position: inside;
    font-size: 1em;
    line-height: 1.35em;
  }

  #sitemap ul ul
  {
    display: none;
  }

  #sitemap ul li a
  {
    background-image: url("img/build/sitemap_mobile.svg");
    background-repeat: no-repeat;
    background-position: 6.66% center;
    background-size: 6.66% auto;
    border-bottom: 1px solid #666;
    padding-left: 20%;
    height: 2em;
    line-height: 2em;
    display: block;
  }

  .menu-sitemap_pc1-container, .menu-sitemap_pc2-container, .menu-sitemap_pc3-container
  {
    display: none;
  }

  .menu-sitemap_mobile-container
  {
    display: block;
    width: 100%;
  }

  #copyright
  {
    font-size: 0.6em;
  }
}
