html {
    font-size: 62.5%;
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
  padding:0;
  margin:0;
  font-family: 'hiragino kaku gothic pro', meiryo, 'ms pgothic',helvetica, arial, sans-serif;
  font-size: 13px;
  line-height: 1.57142857;
  color: #424242;
  background-color: #214066;
  background-image: url(/sunhouse/img/bg_img_pc.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-attachment: fixed;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img {border:0;}
*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.header {
  display: block;
  justify-content: space-between;
  padding: 0 20px;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.header .logo {
  font-size: 20px;
  padding: 10px 0 5px;
}
.nav-button {
  display: none;
}
.nav a {
  color: #000;
  text-decoration: none;
  font-size: 14px;
  color: #448aff;
}
.nav li {
  display: inline-block;
  margin: 0 10px;
}
.nav-wrap.open {
  display: block;
}
.nav-wrap.close {
  display: none;
}
.logo a {display: inline-block;}
.logo a:nth-child(2) {float:right;margin-top:40px;}
.logo a:nth-child(1) img {max-width:305px;width:100%;height:auto;}
.logo a:nth-child(2) img {width:70px;height:32px;}

.footer {
    max-width:980px;
    width: 100%;
    height: auto;
    margin: 10px auto 20px;
    padding:20px;
    font-size:10px;
    letter-spacing: 0.1em;
    font-weight: bold;
    color:#ffffff;
    display: flex;
}
.footer ul {
    height: auto;
    font-size: 10px;
    line-height: 12px;
    color: #e9f3ff;
    padding: 0 0 20px;
    margin-left:0; 
}
.footer ul li {
    display: inline;
    height: auto;
    width: auto;
    margin: 0;
    padding: 0 14px 0 9px;
}
.footer ul li a {
  color:#ffffff;
  text-decoration: none;
}
.footer ul li a:hover {
  text-decoration: underline;
}
.footer .copy_right {
    height: auto;
    width: auto;
    margin: 0 auto;
    margin-right: 0;
    padding:0;
}
.content {
  max-width: 980px;
  width: 100%;
  padding: 0 20px;
  margin:6px auto 0;
}
.content_wrap {
  padding:24px 20px;
  background-color: rgba(2,14,49,0.65);
  color:#fff;
}
.content_head,
.content_body {
  text-align: center;
}
.content_head img {
  width: 160px;
  height: auto;
  margin: 0 auto;
}
.content_body {
  position: relative;
  padding: 10px 0;
}

/* TOP */
.top_content_wrap {
  padding: 24px 20px 0;
  background-color: transparent;
  }
.top_content_footer {
  padding: 25px 40px 0;
}
.content_top_head { 
  padding: 30px 0 66px;
 }
.content_top_head > a,
.content_top_head > a img { 
  max-width: 506px;
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;
}
.content_top_menu { 
  display: flex;
  flex-wrap: nowrap;
}
.content_top_instagram {
    display: none;
}
.content_top_menu > div a,
.content_top_menu > div a img
{
  display: block;
  width: 100%;
  height: auto;
  cursor: pointer;
  margin:0 auto;
}
 .content_top_foot {
  display: flex;
  padding: 25px 0 0;
  justify-content: flex-end;
  align-items: flex-end;
}
 .content_top_foot div {
  margin-left: 12px;
}
 .content_top_foot div img.sns_logos {
  width: 30px;
  height: 30px;
  display: block;
 }
 .content_top_foot div img.rec_logo {
  width: 225px;
  height: 66px;
  display: block;
}

/* CONCEPT */
.content_body p.concept_wrap {
  position: relative;
  line-height: 22px;
  font-size: 1.3rem;
  margin: 0 auto;
  padding: 0 50px 10px;
}
.content_body p.concept_wrap:after {
  position: absolute;
  content: "";
  display: block;
  width: 90px;
  height: 100px;
  bottom: -10px;
  right: 20px;
  background-image: url(/sunhouse/img/concept_house.png);
  background-repeat:no-repeat;
  background-position: center center;
  background-size: 100%;
}

/* BRAND */
  .list {
    position: relative;
    padding: 0;
    margin: 0 auto;
    width: 100%;
    min-height: 300px;
  }
  
  .list:before {
      position: absolute;
      display: block;
      content: "該当するブランドはございません。";
      padding: 10px;
      font-size: 13px;
      top: 0;
      left: 0;
  }

  .list:after {
    content: "";
    clear: both;
    display: block;
  }
  .search {
    padding: 0;
    margin: 22px auto;
    width: 99%;
    position: relative;
    border-top: 1px solid #444444;
    border-left: 1px solid #444444;
  }
  .search:after {
    content: "";
    display: block;
    clear: both;
  }
  .search_item {
  float: left;
  padding: 4px;
  cursor: pointer;
  width:calc(100% / 28);
  height: 36px;
  text-align: center;
  font-size: 13px;
  color: #ef7f00;
  border:1px solid #444444;
  border-left: none;
  border-top: none;
  line-height: 28px;
  }
  .search_item.is-active {
      background-color: #fff;
  }
  .is-hide {
      display: none;
  }
  .list_item {
    position: relative;
    float: left;
    width: 31.734%;
    margin:10px 0.8% 0;
    padding:12px 18px;
    border:3px solid #6691c7;
    background-color:#ffffff;
  }
  .list_item:after {
    position: absolute;
    display: block;
    content: "";
    width: 99%;
    height: 99%;
    top: 0.5%;
    left: 0.5%;
    border: 1px solid #6691c7;
  }
  .bd_image img {
    max-width: 240px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
  }
  .brand_name {
    display: block;
    height: 24px;
    padding: 0;
    overflow-y: hidden;
    margin: 11px auto 0;
    text-align: left;
    font-size: 1.3rem;
    line-height: 1;
    color: #ef7000;
    font-weight: bold;
  }
  .brand_name > b {
    font-size: 1rem;
    display: inline-block;
    margin-left: 4px;
  }
  .brand_detail {
    display: block;
    font-size: 1.1rem;
    color:#000000;
    height: 120px;
    overflow-y: hidden;
    text-align: left;
  }

/* ACCESS */
.access_wrap {
  display: flex;
  flex: 1 1;
  position: relative;
  padding: 20px 10px 0 20px;
}
.access_wrap:nth-child(2) {
    margin-top: 60px;
}
.access_information,
.access_map {
  position: relative;
  width: 0;
  display: block;
  font-size: 1.3rem;
  flex: 1.5;
}
.access_map {
  flex: 1;
}
.access_map div img {
  display: block;
  max-width: 330px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.access_information div img {
  max-width: 360px;
  width: 100%;
  height: auto;
  display: block;
  margin: 11px 0 0;
}

.access_information h4 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: left;
  letter-spacing: 0.14em;
  color: #e9f3ff;
  margin: 24px auto 18px;
}

.access_info {
  position: relative;
  display: block;
  text-align: left;
}

.access_titles,
.access_details {
  position: relative;
  display: inline-block;
  text-align: left;
  vertical-align: top;
}

.access_titles {
  max-width: 74px;
  width: 20%;
  height: 14px;
  background-color: #e9f3ff;
  margin-bottom: 14px;
  padding-left: 6px;
  border-radius: 1px;
  font-size: 1rem;
  color: #072040;
  letter-spacing: 0.15em;
  line-height: 14px;
  font-weight: bold;
}

.access_details {
  width: 78%;
  height: auto;
  margin: -3px 0 15px 2%;
  line-height: 18px;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
}

.access_details a {
  display: inline-block;
  height: auto;
  font-size: 1.3rem;
  line-height: 14px;
  color: #ffffff;
  padding: 0 0 0;
}

.access_go_to_map {
  margin: 30px auto 0;
  text-align: center;  
}

.access_go_to_map span a {
  display: inline-block;
  width: 130px;
  padding: 4px 0;
  background-color: #ef7f00;
  border-radius: 1px;
  color: #ffffff;
  font-size: 1.1rem;
  letter-spacing: 0.1em;
  line-height: 14px;
  font-weight: bold;
}

.access_go_to_map span a:hover,
.access_go_to_map span a:active {
  text-decoration: none;
}

/* Instagram */
.insta_wrap {
  display: block;
  position: relative;
  padding: 20px 10px;
}

#sb_instagram .sbi_header_text.sbi_no_info h3, 
#sb_instagram .sbi_header_type_generic .sbi_no_bio
{
  color: #e9f3ff;
  font-family: -apple-system, system-ui, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.insta_wrap #sb_instagram .sbi_meta {
    position: relative;
    padding: 0;
    color: #e9f3ff!important;
}
.insta_wrap #sb_instagram .sbi_comments {
    display: none;
}
.insta_wrap #sb_instagram .sbi_likes {
    font-size: 12px!important;
    font-weight: bold;
    position: absolute;
    top: -24px;
    right: 10px;
}

@media screen and (min-width: 769px) {
  .top_header,
  .top_nav_wrap {
    display: none;
  }
  .nav-wrap {
    display: block !important;
  }
  nav.nav-wrap ul {
    padding: 5px 0;
    margin:0;
    display: flex;
    justify-content: space-around;
    background-color: rgba(2,14,49,0.65);
  }
  nav.nav-wrap ul li {
    margin:0;
  }

  nav.nav-wrap ul li:first-child {
    display:none;
  }

  nav.nav-wrap ul li a img {
    margin: 0 auto;
    display: block;
  }

  nav.nav-wrap ul li:nth-child(2) a img {
    max-width: 144px;
    width: 100%;
    height: auto;
  }
  nav.nav-wrap ul li:nth-child(3) a img {
    max-width: 127px;
    width: 100%;
    height: auto;
  }
  nav.nav-wrap ul li:nth-child(4) a img {
    max-width: 100px;
    width: 100%;
    height: auto;
  }
  nav.nav-wrap ul li:nth-child(5) a img {
    max-width: 140px;
    width: 100%;
    height: auto;
  }
  nav.nav-wrap ul li:nth-child(6) a img {
    max-width: 107px;
    width: 100%;
    height: auto;
  }
  nav.nav-wrap ul li:nth-child(7) a img {
    max-width: 99px;
    width: 100%;
    height: auto;
  }

  nav.nav-wrap ul li a span{
    display:none;
  }

  .brand_name.extra_height {
    height: 35px;
    margin: 0 auto;
    line-height: 1;
  }
}

@media screen and (max-width: 768px) {
  body {background-image: none;}

  body:before {
    content: "";
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    height: 100vh;
    z-index: -10;
    background: url(/sunhouse/img/bg_img_mb.jpg) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .header {
    display: flex;
    padding: 0 16px;
  }
  .header .logo
  {
    padding:6px 0 0;
  }
  .logo a:nth-child(1) {display: none;}
  .logo a:nth-child(2) {margin-top: 6px;}

  /*メニューボタンのエフェクト*/
  .nav-button {
    display: block;
    cursor: pointer;
  }
  .nav-wrap {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    z-index: 10;
    background-color: rgba(2,14,49,0.9);
    width: 100%;
    height: 100%;
  }
  .nav-wrap .nav {
    height: 100vh;
    position: relative;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 56px auto;
  }
  .nav-wrap li {
    display: block;
    padding: 8px 0;
    margin: 12px 2em;
  }
  nav.nav-wrap ul li:first-child {
    display:block;
  }
  nav.nav-wrap ul li a img {
    display: none;
  }
  nav.nav-wrap ul li a span {
    display: block;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
  }

  .nav-button, .nav-button span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
  }
  .nav-button {
    z-index: 20;
    position: relative;
    width: 36px;
    height: 26px;
    margin-top:18px;
  }
  .nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    border-radius: 4px;
  }
  .nav-button span:nth-of-type(1) {
    top: 0;
  }
  .nav-button span:nth-of-type(2) {
    top: 9px;
  }
  .nav-button span:nth-of-type(3) {
    bottom: 6px;
  }
  .nav-button.active span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .nav-button.active span:nth-of-type(2) {
    opacity: 0;
  }
  .nav-button.active span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }
  
  .footer {
    display: block;
    padding: 20px 10px;
  }
  .top_content_footer {
    padding: 30px 10px 0;
  }
  .footer ul {
    padding: 0 0 30px;
    margin: 0 auto;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .content {
    padding: 0 10px;
    margin-top: 10px;
  }
  .content_wrap {
    padding: 24px 12px;
  }

  /* TOP page */
  a.top_header_logo {display: none;}
  .top_content_wrap {
    padding: 0;
  }
  .content_top_head {
      padding: 12px 0 66px;
  }
  .content_top_head > a,
  .content_top_head > a img {
    max-width: 447px;
    margin: 0 auto;
  }
  .content_top_menu {
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: flex-end;
    width: 90%;
    margin: 0 auto;
  }
  .content_top_menu div {
    width: 30%;
    margin:0 auto;
  }
  .content_top_menu div:nth-child(1) img {
    max-width: 130px;
    height: auto;
  }
  .content_top_menu div:nth-child(2) img {
    max-width: 200px;
    height: auto;
  }
  .content_top_menu div:nth-child(3) img {
    max-width: 190px;
    height: auto;
  }
  .content_top_menu div:nth-child(4) img {
    max-width: 214px;
    height: auto;
  }
  .content_top_menu div:nth-child(5) img {
    max-width: 166px;
    height: auto;
  }
  .content_top_foot {
    padding: 36px 20px 0;
  }

  /* Concept */
  .content_body p.concept_wrap {
    padding: 12px 12px 44px;
    text-align: justify;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: 0.14em;
    word-break: break-all;
  }
  .content_body p.concept_wrap:after {
    width: 70px;
    bottom: -25px;
    right: 0;
  }
  
  /* Brand */
  .search_item {
    width: calc(100% / 14);
  }
  .list_item {
    width: 48.4%;
  }
  .brand_detail { 
    font-size: 13px;
  }

  /* Access */
  .access_wrap {
    padding: 20px 10px 0;
  }
  .access_information div img {
    max-width: 340px;
    margin: 0;
  }
  .access_details {
    font-size: 1.3rem;
  }

}

@media screen and (max-width: 767px) { 
  /* Access */
  .access_wrap {
    display: block;
    flex: none;
    padding: 20px 0 0;
    position: relative;
  }
  .access_wrap:nth-child(2):after {
      position: absolute;
      content: "";
      display: block;
      border-bottom: 1px solid rgba(255,255,255,0.5);
      width: 80px;
      top: -15px;
      left: 50%;
      margin-left: -40px;
  }

  .access_information,
  .access_map {
    max-width: 460px;
    width: 100%;
    margin:0 auto;
    flex: none!important;
  }
  .access_information div img {
    max-width: 414px;
    width: 98%;
    margin: 0 auto;
  }
  .access_information h4 {
    font-size: 1.5rem;
    letter-spacing: 0.2em;
    text-align: center;
    margin: 24px auto;
    font-weight: normal;
  }
  .access_map div img {
    margin: 20px auto 0;
  }
}

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

  /* FOOTER */
  .footer ul {
    padding: 0 0 12px;
    flex-wrap: wrap;
  }
  .footer ul li {
    flex: 0 0 50%;
    margin: 0 0 18px;
  }

  /* TOP page*/
  .content_top_head {
    padding: 0 0 28px;
  }
  .content_top_head > a,
  .content_top_head > a img {
    max-width: 253px;
  }
  .content_top_menu {
    width: 100%;
  }
  .content_top_menu div {
    width: auto;
    margin: 0 auto;
  }
  .content_top_menu div:nth-child(1) img {
    max-width: 80px;
  }
  .content_top_menu div:nth-child(2) img {
    max-width: 115px;
  }
  .content_top_menu div:nth-child(3) img {
    max-width: 110px;
  }
  .content_top_menu div:nth-child(4) img {
    max-width: 122px;
  }
  .content_top_menu div:nth-child(5) img {
    max-width: 94px;
    margin-right: 12px;
  } 
  .content_top_instagram {
    display: block;
    margin: 50px auto 0;
    padding: 30px 0 0;
    position: relative;
    background : url(/sunhouse/img/top_instagram.png) no-repeat top center;
    background-size: 60px 18px;
  }
  .content_top_instagram:before {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    top: -20px;
    left: 50%;
    margin-left: -30px;
    border-bottom: 2px solid #ef7f00;
  }
  .content_top_instagram #sb_instagram .sbi_meta {
    position: relative;
    padding: 0;
  }
  .content_top_instagram #sb_instagram .sbi_comments {
    display: none;
  }
  .content_top_instagram #sb_instagram .sbi_likes {
    font-size: 10px!important;
    font-weight: bold;
    position: absolute;
    top: -20px;
    right: 0;
  }
  .content_top_foot {
    justify-content: center;
    padding: 20px 20px 0;
  }

  /* Brand page*/
  .search_item {
    width: calc(100% / 8);
  }
  .list_item {
    float: none;
    width: 100%;
    margin: 10px auto 0;
  }
  .brand_name {
    height: auto;
    padding: 0 0 6px;
  }
  .brand_detail {
    text-align: left;
    min-height: 130px;
    height: auto;
  }

  /* ACCESS*/
  .content_body p:after {
    width: 45px;
    height: 50px;
    bottom: -10px;
    right: 5px;
  }
  .access_titles {
    max-width: 83px;
    width: 100%;
    font-size: 1.1rem;
    font-weight: normal;
    padding-left: 8px;
    margin-left: 12px;
    margin-bottom: 18px;
    height: 16px;
    line-height: 16px;
  }
  .access_details {
    width: 100%;
    height: auto;
    line-height: 20px;
    margin: -6px 0 22px;
    padding: 0 4px 0 12px;
  }

  /* Instagram */
  #insta.content_wrap {
    padding: 24px 6px;
  }
  #insta .content_body {
    padding: 15px 0 10px;
  }
  .insta_wrap {
    padding: 0 0 50px;
  }
  .insta_wrap:last-child {
    padding: 0 0 10px;
  }
  .insta_wrap:after {
    position: absolute;
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    bottom: 24px;
    left: 50%;
    margin-left: -30px;
    border-bottom: 1px solid #ef7f00;
  }
  .insta_wrap:last-child:after {
    display: none;
  }

  .insta_wrap #sb_instagram .sbi_likes {
    top: -20px;
    right: 0;
    font-size: 10px!important;
  }
  #insta #sb_instagram .sb_instagram_header,
  #insta #sb_instagram.sbi_col_3 #sbi_images .sbi_item,
  #insta #sb_instagram.sbi_col_3.sbi_disable_mobile #sbi_images .sbi_item { 
    width: 50%;
  }
  #insta #sb_instagram .sb_instagram_header a,
  #insta #sb_instagram .sbi_header_img,
  #insta #sb_instagram .sbi_header_text {
    float: none;
  }
  #insta #sb_instagram.sbi_width_resp {
    position: relative;
  }
  #insta #sb_instagram .sb_instagram_header {
    position: absolute;
    top: 10%;
  }
  #insta #sb_instagram .sb_instagram_header a {
    display: flex;
    flex-wrap: wrap-reverse;
  }
  #insta #sb_instagram .sbi_header_text h3 {
    margin: 0 auto!important;
    float: none;
  }
  #insta #sb_instagram .sbi_header_text {
    margin: 0 auto!important;
    padding: 0;
    width: 100%;
  }
  #insta #sb_instagram .sbi_header_img {
    margin: 0 auto!important;
    width: 50px;
  }
  #insta #sb_instagram #sbi_images {
    width: 100%;
    float: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 3px!important;
  }
  #insta #sb_instagram #sbi_images .sbi_item:first-child {
    margin-left: 50%!important;
    z-index: 3;
  }
  #insta .sbi_photo.sbi_imgLiquid_bgSize.sbi_imgLiquid_ready {
    height: auto!important;
    padding-bottom: 100%;
  }

/* Scroll to top */
  #page_top{
    width: 40px;
    height: 40px;
    position: fixed;
    right: 10px;
    bottom: 20px;
    background: #ef7f00;
    opacity: 0.6;
    border-radius: 50%;
    z-index: 10;
  }
  #page_top a {
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    text-decoration: none;
  }
  #page_top a::before{
    font-family: FontAwesome;
    content: '\f106';
    font-size: 25px;
    font-weight: bold;
    color: #0267b7;
    position: absolute;
    width: 40px;
    height: 40px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
  }

}

@media screen and (max-width: 320px) {
  .content_top_menu div:nth-child(1) img {
    max-width: 65px;
  }
  .content_top_menu div:nth-child(2) img {
    max-width: 100px;
  }
  .content_top_menu div:nth-child(3) img {
    max-width: 95px;
  }
  .content_top_menu div:nth-child(4) img {
    max-width: 107px;
  }
  .content_top_menu div:nth-child(5) img {
    max-width: 83px;
  }
  #insta #sb_instagram .sb_instagram_header {
    top: 8%;
  }
}
