@charset "UTF-8";
/*
  Simple Grid
  Learn More - http://dallasbass.com/simple-grid-a-lightweight-responsive-css-grid/
  Project Page - http://thisisdallas.github.com/Simple-Grid/
  Author - Dallas Bass
  Site - dallasbass.com
*/
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

a:hover {
  text-decoration: underline;
}

.sns img {
  vertical-align: text-bottom;
}

.sns img {
  vertical-align: text-bottom;
}

body {
  margin: 0px;
  padding: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

[class*='col-'] {
  padding-right: 20px;
  margin-top: 2%;
}

img {
  border: none;
}

#contents {
  background-image: url(../image/back.jpg);
  padding-bottom: 30px;
}

.grid {
  width: 100%;
  max-width: 1140px;
  /*min-width: 755px;*/
  margin: 0 auto;
  overflow: hidden;
}

.grid:after {
  content: "";
  display: table;
  clear: both;
}

.grid-pad {
  padding: 20px 0 0px 20px;
}

.grid-pad > [class*='col-']:last-of-type {
  padding-right: 20px;
}

.push-right {
  float: right;
}

/* Content Columns */
/************************************************** start header navigation
*/
body {
  margin-top: 44px;
}

section#bottom .fcontact_space {
  padding-bottom: 44px;
}

header#adjustHeader {
  position: fixed;
  top: 0;
  background: #fff;
  width: 100%;
  height: 44px;
  z-index: 900;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
}
header#adjustHeader h1 {
  position: absolute;
  top: 22px;
  left: 90px;
  margin: 0 50px 0 0;
  font-size: 10px;
}
header#adjustHeader p {
  margin: 0;
  padding: 0;
}
header#adjustHeader p.h_text {
  position: absolute;
  top: 7px;
  left: 90px;
  color: #000;
  font-size: 10px;
}
header#adjustHeader p.logo {
  position: absolute;
  top: 5px;
  left: 10px;
  width: 76px;
}
header#adjustHeader p.logo a {
  display: block;
}
header#adjustHeader p.logo img {
  width: auto;
  height: 34px;
}
header#adjustHeader .h_sns {
  display: none;
}
header#adjustHeader nav {
  position: absolute;
  top: 0;
  right: 0;
}
header#adjustHeader nav .sp_menu {
  position: absolute;
  top: 0;
  right: 0;
  background: url(../image/common/menu_sp.png) no-repeat 50% 50%;
  background-size: cover;
  width: 44px;
  height: 44px;
  text-indent: -9999px;
  cursor: pointer;
}
header#adjustHeader nav .sp_menu.open {
  background-image: url(../image/common/menu_sp_open.png);
}
header#adjustHeader nav .cover {
  display: none;
  position: fixed;
  top: 44px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100%;
  font-size: 14px;
  z-index: 899;
}
header#adjustHeader nav #gNav {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: auto;
  color: #fff;
  list-style: none;
}
header#adjustHeader nav #gNav > li {
  line-height: 44px;
  cursor: pointer;
  font-weight: bold;
}
header#adjustHeader nav #gNav li {
  border-top: 1px solid #666;
}
header#adjustHeader nav #gNav li > span {
  display: block;
  padding-left: 1em;
}
header#adjustHeader nav #gNav li li {
  border-top-style: dotted;
  padding: 0;
  font-weight: normal;
}
header#adjustHeader nav #gNav li:first-child {
  border-top: none;
}
header#adjustHeader nav #gNav li ul {
  background: #000;
  display: none;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #666;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
header#adjustHeader nav #gNav a {
  display: block;
  color: #ccc;
  line-height: 38px;
  padding-left: 2em;
}
header#adjustHeader nav #gNav a span {
  font-size: 10px;
}
header#adjustHeader nav #gNav li.childicon {
  background: url(../image/common/sp_icon_close.png) no-repeat 100% 12px;
  background-size: 20px;
}
header#adjustHeader nav #gNav .childicon.open {
  background-image: url(../image/common/sp_icon_open.png);
}
header#adjustHeader nav #gNav li.ver2 a {
  padding-left: 1em;
  font-weight: bold;
  color: #fff;
}

@media screen and (min-width: 1370px) {
  body {
    margin-top: 70px;
  }

  section#bottom .fcontact_space {
    padding-bottom: 0;
  }

  header#adjustHeader {
    height: 70px;
  }
  header#adjustHeader h1 {
    top: 2px;
    left: auto;
    right: 10px;
    margin: 0;
    width: auto;
  }
  header#adjustHeader p.h_text {
    top: 2px;
    left: 10px;
  }
  header#adjustHeader p.logo {
    top: 20px;
  }
  header#adjustHeader p.logo img {
    height: 34px;
  }
  header#adjustHeader .h_sns {
    display: block;
    position: absolute;
    top: 20px;
    right: 10px;
    overflow: hidden;
    margin: 0;
    padding: 0;
    z-index: 10;
    list-style: none;
  }
  header#adjustHeader .h_sns li {
    float: left;
    margin-left: 20px;
    height: 30px;
  }
  header#adjustHeader .h_sns li a {
    display: block;
  }
  header#adjustHeader nav {
    /*position: absolute;
    top: 20px;
    left: 290px;
    right: 110px;*/
    position: relative;
    top: auto;
    left: auto;
    margin: 20px auto 0;
    width: 1140px;
  }
  header#adjustHeader nav .sp_menu {
    display: none;
  }
  header#adjustHeader nav .cover {
    background: #fff;
    display: block;
    position: static;
  }
  header#adjustHeader nav #gNav {
    color: #333;
    height: 30px;
    overflow: visible;
    /*& >li:nth-child(2) { width: 11.99%;}
    & >li:nth-child(3) { width: 16.12%;}
    & >li:nth-child(4) { width: 21.7%;}
    & >li:nth-child(5) { width: 17.2%;}
    & >li:nth-child(6) { width: 12.79%;}*/
  }
  header#adjustHeader nav #gNav > li {
    position: relative;
    float: left;
    width: 16.66%;
    line-height: inherit;
    border: none;
    border-right: 1px solid #aaa;
    text-align: center;
  }
  header#adjustHeader nav #gNav > li:nth-child(1) {
    /*width: 20.2%;*/
    border-left: 1px solid #aaa;
  }
  header#adjustHeader nav #gNav > li.sp_only {
    display: none;
  }
  header#adjustHeader nav #gNav li > span {
    padding: 4px 0;
  }
  header#adjustHeader nav #gNav li ul {
    position: absolute;
    top: 30px;
    left: 0;
    background: #fff;
    width: auto;
    min-width: 100%;
    border-top: none;
    white-space: nowrap;
  }
  header#adjustHeader nav #gNav li ul li {
    border: none;
    border-top: 1px dotted #ccc;
  }
  header#adjustHeader nav #gNav a {
    padding: 1em;
    line-height: inherit;
    color: #333;
  }
  header#adjustHeader nav #gNav li.ver2 a {
    padding: 4px 0;
    color: #333;
  }
}
/* ▲201803 header navigation END */
/*-------------------------------------------------- 201803 side float banner
*/
#adjustSideNav {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  height: 44px;
  overflow: hidden;
  z-index: 800;
}
#adjustSideNav li {
  float: left;
  width: 33.33%;
}
#adjustSideNav li a {
  display: block;
  text-align: center;
}
#adjustSideNav li img {
  width: auto;
  height: 44px;
}
#adjustSideNav li.item1 {
  background: #004098;
}
#adjustSideNav li.item2 {
  background: #333333;
}

@media screen and (min-width: 767px) {
  #adjustSideNav {
    top: 25%;
    bottom: auto;
    right: 0;
    background: transparent;
    width: auto;
    height: auto;
    z-index: 898;
  }
  #adjustSideNav li {
    float: none;
    width: auto;
    margin-top: 5px;
  }
  #adjustSideNav li img {
    width: 90px;
    height: 90px;
  }
  #adjustSideNav li.item1 {
    background: transparent;
  }
  #adjustSideNav li.item2 {
    background: transparent;
  }
  #adjustSideNav li a:hover {
    opacity: .7;
  }
  #adjustSideNav li:first-child {
    margin-top: 0;
  }
}
/*-------------------------------------------------- contbox
*/
#contBox {
  padding: 20px 20px 0;
}
#contBox img {
  width: 100%;
}
#contBox dl {
  overflow: hidden;
  margin: 0 0 20px;
}
#contBox dl dt {
  text-align: center;
}
#contBox dl dt img {
  max-width: 460px;
}
#contBox dl dd {
  float: left;
  width: 49%;
  margin: 0 2% 0 0;
}
#contBox dl dd.lst {
  margin-right: 0;
}
#contBox dl dd:last-of-type {
  float: none;
  width: 100%;
  margin: 0;
}
#contBox p {
  margin: 0;
}

@media screen and (min-width: 767px) {
  #contBox {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0;
    margin-top: 40px;
    overflow: hidden;
  }
  #contBox dl {
    width: 49%;
    max-width: 540px;
  }
  #contBox dl dd:last-of-type {
    margin-top: 10px;
  }
  #contBox .l_box {
    float: left;
  }
  #contBox .r_box {
    float: right;
  }
  #contBox p {
    clear: both;
  }
}
/*-------------------------------------------------- footer
*/
footer {
  font-size: 14px;
  padding-bottom: 50px;
  background: #fff;
}
footer .enquete_disp {
  display: none;
}
footer .f_wrapper {
  padding: 20px 0 0;
  margin: 0 10px;
}
footer #f_menu {
  padding: 14px 0;
  margin: 0;
  background: url(../image/common/menu_sp.png) no-repeat 100% 50%;
  background-size: 44px;
  color: #333;
  text-align: center;
  cursor: pointer;
  border: 1px solid #333;
}
footer #f_menu.open {
  background-image: url(../image/common/menu_sp_open.png);
}
footer #footerSitemap {
  display: none;
}
footer dl {
  margin: 0;
  border: 1px solid #333;
  border-top: none;
}
footer dl dt {
  padding: 14px 10px;
  background: url(../image/common/sp_icon2_close.png) no-repeat 100% 50%;
  background-size: 20px;
  cursor: pointer;
}
footer dl dt.open {
  background-image: url(../image/common/sp_icon2_open.png);
}
footer dl dd {
  margin: 0;
  display: none;
}
footer dl ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
footer li {
  border-top: 1px dotted #333;
}
footer li a {
  display: block;
  padding: 14px 1.5em;
}
footer li a span {
  font-size: 10px;
}
footer #copyright {
  padding: 0;
  text-align: center;
  font-size: 10px;
  letter-spacing: .1em;
  list-style: none;
}
footer #copyright li {
  border: none;
  padding-top: 10px;
}
footer #copyright img {
  width: 80px;
}

@media screen and (min-width: 767px) {
  footer {
    padding-bottom: 20px;
  }
  footer .f_wrapper {
    overflow: hidden;
    max-width: 1110px;
    margin: 0 auto;
    padding: 40px 0 0;
  }
  footer #f_menu {
    display: none;
  }
  footer #footerSitemap {
    display: block;
  }
  footer dl {
    border: none;
    margin-bottom: 1em;
  }
  footer dl dt {
    background-image: none;
    padding: 0;
    cursor: auto;
  }
  footer dl dd {
    display: block;
  }
  footer dl ul {
    margin-left: .5em;
  }
  footer li {
    position: relative;
    border: none;
    padding-left: 1em;
  }
  footer li:before {
    content: '・';
    position: absolute;
    left: 0;
  }
  footer li a {
    display: inline;
    padding: 0;
  }
  footer .fcol1,
  footer .fcol2,
  footer .fcol3,
  footer .fcol4 {
    width: 25%;
    float: left;
  }
  footer #copyright {
    clear: both;
    overflow: hidden;
  }
  footer #copyright li {
    width: 50%;
    float: right;
    padding: 0;
  }
  footer #copyright li:before {
    display: none;
  }
  footer #copyright li:nth-child(1) {
    text-align: right;
  }
  footer #copyright li:nth-child(2) {
    text-align: left;
    padding-top: 2.5em;
  }
}
/*-------------------------------------------------- common
*/
br.sp_br {
  display: inline;
}

br.pc_br {
  display: none;
}

.link_k {
  text-align: center;
}
.link_k a {
  display: block;
  background: #000;
  color: #fff;
  padding: 14px 10px;
  text-decoration: none;
}
.link_k a:after {
  display: inline-block;
  content: '';
  background: url(../image/common/link_icon.png) no-repeat;
  background-position: 0 0;
  background-size: 100% auto;
  width: 9px;
  height: 10px;
  margin-left: 5px;
}
.link_k a:hover {
  opacity: .7;
}

.contents_area ul.list-kome {
  width: auto;
  padding: 0;
  margin: 0;
}
.contents_area ul.list-kome li {
  position: relative;
  margin-left: 1.5em;
  text-indent: 0;
  float: none !important;
}
.contents_area ul.list-kome li:before {
  display: block;
  position: absolute;
  left: -1.5em;
  content: '※';
}

dl#migration {
  overflow: hidden;
  margin: 20px 20px 0 20px;
  padding: 10px;
  background: #fff;
  font-size: 14px;
  border-radius: 8px;
  box-sizing: border-box;
}
dl#migration dt {
  position: relative;
  padding: 0 0 15px;
  color: #039;
  font-weight: bold;
  text-align: center;
}
dl#migration dd {
  margin: 0 0 1em 2%;
  border-top: 5px solid #004098;
  text-align: center;
  width: 49%;
  float: left;
}
dl#migration dd img {
  display: block;
  width: 100%;
  margin-bottom: 5px;
}
dl#migration dd a {
  display: block;
}
dl#migration dd a:hover {
  text-decoration: none;
  opacity: .7;
}
dl#migration dd:nth-child(2n) {
  margin-left: 0;
  clear: left;
}

@media screen and (min-width: 767px) {
  br.sp_br {
    display: none;
  }

  br.pc_br {
    display: inline;
  }

  .link_k a {
    display: inline-block;
    padding: 5px 10px;
  }

  dl#migration {
    max-width: 980px;
    margin: 20px auto 0;
    padding: 20px 40px;
    overflow: hidden;
  }
  dl#migration dd {
    float: left;
    width: 30%;
    margin-left: 5%;
    box-sizing: border-box;
  }
  dl#migration dd:nth-child(2n) {
    clear: none;
    margin-left: 5%;
  }
  dl#migration dd:nth-child(3n-1) {
    clear: left;
    margin-left: 0;
  }
}
/*-------------------------------------------------- common
*/
#sub_contents h1.headline {
  background-color: #ccc;
  font-size: 18px;
  padding: 5px 10px;
}
#sub_contents h1.headline span {
  font-size: 85%;
}
#sub_contents p.sub_title img {
  width: 100%;
}

#ui-datepicker-div {
  font-size: 14px;
}
#ui-datepicker-div td span,
#ui-datepicker-div td a {
  padding: .3em;
}

/*-------------------------------------------------- home
*/
.home #floating-banner {
  animation: fade .4s ease-in-out 5s 1 normal forwards;
  opacity: 0;
  position: fixed;
  z-index: 99999;
  bottom: 60px;
  right: 10px;
  width: 247px;
  height: 154px;
}
.home #floating-banner img {
  width: 100%;
  height: 100%;
}
.home #floating-banner .bannerclose {
  -webkit-transition: 0 .5s ease .2s,opacity .5s ease,top .5s ease .2s;
  transition: transform .5s ease .2s,opacity .5s ease,top .5s ease .2s;
  content: '';
  display: block;
  z-index: 2;
  cursor: pointer;
  width: 20px;
  height: 20px;
  background: #fff url(//cdn.elegantthemes.com/img/exitpopup-x.png) no-repeat center center;
  background-size: 10px;
  position: absolute;
  top: -20px;
  right: 10px;
  margin: 0;
  padding: 0;
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media screen and (min-width: 767px), print {
  .home #floating-banner {
    bottom: 10px;
    width: 300px;
    height: 187px;
  }
  .home #floating-banner a:hover {
    opacity: 0.8;
  }
}
.home {
  background: #e8e8e8;
}
.home ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.home #main_movie {
  position: relative;
  margin-bottom: 45px;
}
.home #main_movie .movie {
  position: relative;
  height: 623px;
  overflow: hidden;
}
.home #main_movie .movie #topmovie {
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}
.home #main_movie .catch {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 280px;
  margin: -45px 0 0 -140px;
  z-index: 899;
}
.home #main_movie .catch img {
  width: 100%;
  height: auto;
}
.home #contents {
  padding: 15px 0;
  font-size: 14px;
}
.home #contents img {
  width: 100%;
  height: auto;
}
.home #contents #notes {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
}
.home #contents #notes h2 {
  font-size: 16px !important;
}
.home #contents #notes ul {
  padding: 0;
}
.home #contents #notes ul li {
  position: relative;
  padding: 0 0 10px 1.2em;
}
.home #contents #notes ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.home #contents .box_wrapper {
  padding: 0 20px;
}
.home #contents .box_wrapper h2 {
  margin: 0;
}
.home #contents .box_wrapper .block {
  margin-bottom: 15px;
}
.home #contents #event {
  margin-bottom: 45px;
}
.home #contents #event h2 {
  text-align: center;
  margin-bottom: 20px;
}
.home #contents #event h2 img {
  height: 70px;
  width: auto;
}
.home #contents #event ul {
  margin: 0 0 30px;
  padding: 0;
}
.home #contents #event ul li {
  background: #fff;
  margin-top: 20px;
}
.home #contents #event ul li:first-child {
  margin-top: 0;
}
.home #contents #event ul img {
  height: 200px;
  object-fit: contain;
}
.home #contents #event ul a {
  display: block;
  padding: 15px;
}
.home #contents #event ul dl {
  margin: 15px 0 0;
  font-size: 15px;
  font-weight: bold;
}
.home #contents #event ul dl dt {
  position: relative;
}
.home #contents #event ul dl dt span {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  padding: 0 10px;
  background: #333;
  color: #fff;
  font-size: 14px;
}
.home #contents #event ul dl dd {
  margin: 0;
}
.home #contents #concept {
  margin-bottom: 45px;
}
.home #contents #concept h2 {
  margin-bottom: 20px;
  text-align: center;
}
.home #contents #concept h2 img {
  height: 70px;
  width: auto;
}
.home #contents #concept .movie {
  position: relative;
  padding-top: 43.75%;
}
.home #contents #concept .movie #conceptmovie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.home #contents #concept .link_k {
  clear: both;
  padding: 10px 0 0;
}
.home #contents #example {
  position: relative;
  margin-bottom: 50px;
}
.home #contents #example h2 {
  text-align: center;
  margin-bottom: 20px;
}
.home #contents #example h2 img {
  width: auto;
  height: 70px;
}
.home #contents #example #work_slide img {
  width: 100%;
}
.home #contents #example #work_slide p {
  text-align: center;
  margin-bottom: 0;
}
.home #contents #example #work_slide .slick-arrow {
  display: block;
  position: absolute;
  top: 39%;
  background: url(../image/common/slide_arrow.png) no-repeat;
  background-size: auto 100%;
  width: 24px;
  height: 30px;
  border: none;
  outline: none;
  color: transparent;
  cursor: pointer;
}
.home #contents #example #work_slide .slick-next {
  right: -10px;
  background-position: 100% 50%;
  z-index: 888;
}
.home #contents #example #work_slide .slick-prev {
  left: -10px;
  background-position: 0% 50%;
  z-index: 887;
}
.home #contents .sort {
  display: flex;
  flex-wrap: wrap;
}
.home #contents .sort #banner_single {
  order: 1;
  width: 100%;
}
.home #contents .sort #banners {
  order: 3;
  width: 100%;
}
.home #contents .sort #staff {
  order: 2;
  width: 100%;
}
.home #contents #banner_single {
  margin-bottom: 50px;
}
.home #contents #banners {
  margin-bottom: 35px;
}
.home #contents #banners li {
  margin-bottom: 15px;
}
.home #contents #banners li:first-child {
  display: none;
}
.home #contents #banners img {
  width: 100%;
}
.home #contents #staff {
  margin-bottom: 45px;
}
.home #contents #staff h2 {
  margin-bottom: 20px;
  text-align: center;
}
.home #contents #staff h2 img {
  height: 70px;
  width: auto;
}
.home #contents #staff > a img {
  max-width: 100%;
}
.home #contents #staff div {
  margin-top: 30px;
  font-size: 13px;
  line-height: 1.8;
}
.home #contents #staff div h3 {
  font-size: 15px;
  margin: 0 0 15px;
}
.home #contents #staff .link_k {
  clear: both;
  padding: 10px 0 0;
}
.home #contents #sns div h2 {
  margin-bottom: 20px;
  text-align: center;
}
.home #contents #sns div h2 img {
  height: 70px;
  width: auto;
}
.home #contents #sns div ul {
  background: #fff;
  padding: 0 20px;
  margin-bottom: 20px;
}
.home #contents #sns div ul li {
  border-bottom: 1px dotted #000;
  overflow: hidden;
}
.home #contents #sns div ul li:last-child {
  border: none;
}
.home #contents #sns div ul li a {
  display: block;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.home #contents #sns div ul li .thumnail {
  width: 50%;
  max-width: 147px;
  padding: 0;
  margin: 0;
  float: left;
}
.home #contents #sns div ul li .thumnail img {
  width: 100%;
  max-width: 100%;
  height: 98px;
  vertical-align: top;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.home #contents #sns div ul li dl {
  width: 45%;
  margin: 0 0 25px;
  font-size: 13px;
  float: right;
}
.home #contents #sns div ul li dl dd {
  margin: 10px 0 0;
}
.home #contents #sns div ul li dl dd.title {
  font-size: 14px;
  font-weight: bold;
}
.home #contents #sns div ul li dl dd.txt {
  display: none;
}
.home #contents #sns div ul li .more {
  position: absolute;
  bottom: 30px;
  right: 0;
  margin: 0;
  padding: 1px 1em;
  background: #333;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.home #contents #sns ul.snsBnr {
  margin: 0 0 35px;
  padding: 0;
  overflow: hidden;
}
.home #contents #sns ul.snsBnr li {
  width: 32%;
  margin: 0 0 10px 2%;
  float: left;
}
.home #contents #sns ul.snsBnr li:first-child {
  margin-left: 0;
}
.home #contents #sns ul.snsBnr li:last-child {
  width: 100%;
  float: none;
  margin: 0;
}
.home #contents #banners2 li {
  margin-bottom: 15px;
}
.home .grid {
  padding-top: 0;
  margin-top: -15px;
}
.home #showroom {
  padding-bottom: 0;
}
.home #showroom #shopinfo dl {
  margin: 0;
  padding: 20px 10px;
  border-bottom: 1px dotted #333;
}
.home #showroom #shopinfo dl dt {
  font-weight: bold;
  font-size: 18px;
}
.home #showroom #shopinfo dl dd {
  margin: 0;
  font-size: 14px;
}
.home #showroom #shopinfo dl .photo {
  margin: 5px 0;
}
.home #showroom #shopinfo dl .open {
  display: inline-block;
  /*background: #c00;
  color: #fff;*/
  padding: 0 5px;
}
.home #bnrBox {
  padding: 0 10px 20px;
  margin: 0;
  text-align: center;
}
.home #bnrBox li {
  margin-top: 20px;
}
.home #bnrBox li img {
  width: auto;
  max-width: 100%;
}
.home #calendar {
  margin: 10px 10px 0;
}
.home #calendar img {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .home a:hover img {
    opacity: .7;
  }
  .home #main_movie .movie {
    padding-top: 0;
    height: 730px;
  }
  .home #main_movie .movie #topmovie {
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 730px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .home #main_movie .catch {
    width: 720px;
    margin: -110px 0 0 -360px;
  }
  .home #contents #notes {
    padding: 40px 0 60px;
    margin-bottom: 40px;
  }
  .home #contents #notes h2 {
    font-size: 20px !important;
    text-align: center;
  }
  .home #contents #notes ul {
    width: 1000px;
    padding: 10px 0 0;
    margin: 0 auto;
    overflow: hidden;
  }
  .home #contents #notes ul li {
    width: 33.3%;
    float: left;
  }
  .home #contents #notes p {
    width: 1000px;
    padding-top: 10px;
    margin: 0 auto;
  }
  .home #contents .box_wrapper {
    /* max-width: 1120px;
    margin: 0 auto; */
    padding: 0;
  }
  .home #contents .box_wrapper:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
  }
  .home #contents #event {
    max-width: 1120px;
    margin: 0 auto 70px;
  }
  .home #contents #event h2 img {
    height: auto;
  }
  .home #contents #event ul {
    margin: 0 0 35px;
    overflow: hidden;
  }
  .home #contents #event ul li {
    float: left;
    width: 24.1%;
    margin: 0 0 0 1.2%;
    box-sizing: border-box;
    height: 290px;
  }
  .home #contents #event ul li:first-child {
    margin-left: 0;
  }
  .home #contents #event ul img {
    height: 164px;
  }
  .home #contents #event ul a:hover {
    text-decoration: none;
  }
  .home #contents #event ul dl {
    font-size: 12px;
  }
  .home #contents #event ul dl dt span {
    font-size: 10px;
  }
  .home #contents #concept {
    overflow: hidden;
    margin-bottom: 65px;
  }
  .home #contents #concept h2 img {
    height: auto;
  }
  .home #contents #concept h3 {
    margin-top: 30px;
  }
  .home #contents #concept div {
    text-align: center;
  }
  .home #contents #concept .link_k {
    padding: 40px 0 0;
  }
  .home #contents #example {
    clear: both;
    max-width: 1120px;
    margin: 0 auto 65px;
  }
  .home #contents #example h2 img {
    height: auto;
  }
  .home #contents #example #work_slide .slick-arrow {
    width: 40px;
    height: 50px;
  }
  .home #contents #example #work_slide .slick-prev {
    left: -20px;
  }
  .home #contents #example #work_slide .slick-next {
    right: -20px;
  }
  .home #contents #example #work_slide .slick-slide {
    margin: 0 10px;
  }
  .home #contents .sort {
    display: block;
  }
  .home #contents #banner_single {
    display: none;
  }
  .home #contents #banners {
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto 20px;
  }
  .home #contents #banners li {
    width: 30.80%;
    margin-left: 3.8%;
    margin-bottom: 30px;
    float: left;
  }
  .home #contents #banners li:first-child {
    margin-left: 0;
    display: block;
  }
  .home #contents #banners li.last {
    margin-left: 69.2%;
    float: none;
  }
  .home #contents #staff {
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto 65px;
  }
  .home #contents #staff h2 img {
    height: auto;
  }
  .home #contents #staff > a {
    display: block;
    max-width: 732px;
    width: 65.36%;
    float: left;
  }
  .home #contents #staff div {
    float: right;
    width: 30.80%;
    margin: 0;
  }
  .home #contents #staff .link_k {
    padding: 40px 0 0;
  }
  .home #contents #sns {
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto 65px;
    overflow: hidden;
  }
  .home #contents #sns div {
    width: 65.5%;
    float: left;
  }
  .home #contents #sns div h2 img {
    height: auto;
  }
  .home #contents #sns div ul {
    overflow: auto;
    max-height: 532px;
    margin-bottom: 0;
  }
  .home #contents #sns div ul li a {
    padding: 15px 0;
  }
  .home #contents #sns div ul li .thumnail {
    width: 147px;
  }
  .home #contents #sns div ul li .thumnail img {
    height: 113px;
  }
  .home #contents #sns div ul li dl {
    width: calc(100% - 167px);
    margin: 0 0 15px;
    font-size: 14px;
  }
  .home #contents #sns div ul li dl dd {
    margin: 5px 0 0;
  }
  .home #contents #sns div ul li dl dd.title {
    font-size: 16px;
  }
  .home #contents #sns div ul li dl dd.txt {
    display: block;
  }
  .home #contents #sns div ul li .more {
    bottom: 15px;
  }
  .home #contents #sns div .link_k {
    margin-top: 2em;
  }
  .home #contents #sns div .link_k a {
    min-width: 280px;
    letter-spacing: .2em;
  }
  .home #contents #sns ul.snsBnr {
    width: 30.80%;
    margin: 70px 0 0;
    float: right;
  }
  .home #contents #sns ul.snsBnr li {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .home #contents #banners2 {
    clear: both;
    overflow: hidden;
    max-width: 1120px;
    margin: 0 auto;
  }
  .home #contents #banners2 li {
    width: 30.80%;
    margin-left: 3.8%;
    margin-bottom: 30px;
    float: left;
  }
  .home #contents #banners2 li img {
    vertical-align: bottom;
  }
  .home #contents #banners2 li:first-child {
    margin-left: 0;
  }
  .home #contents #banners2 li.last {
    margin-left: 69.2%;
    float: none;
  }
  .home .grid {
    /*margin-top: -2%;*/
  }
  .home #showroom #shopinfo {
    max-width: 1140px;
    margin: 0 auto;
    padding: 30px 0;
    overflow: hidden;
  }
  .home #showroom #shopinfo dl {
    width: 22%;
    box-sizing: border-box;
    margin-left: 4%;
    padding: 0;
    border-bottom: none;
    float: left;
  }
  .home #showroom #shopinfo dl dt {
    font-size: 14px;
  }
  .home #showroom #shopinfo dl dd {
    font-size: 12px;
  }
  .home #showroom #shopinfo dl:first-child {
    margin-left: 0;
  }
  .home #bnrBox {
    width: 1140px;
    padding: 0 0 20px;
    margin: 0 auto;
    overflow: hidden;
  }
  .home #bnrBox li {
    width: 48%;
    margin: 0;
    float: left;
  }
  .home #bnrBox li:last-child {
    float: right;
  }
  .home #calendar {
    width: 1140px;
    margin: 10px auto 0;
  }
  .home #calendar img {
    width: 100%;
  }
}
/*-------------------------------------------------- モデルハウス
*/
.model_kobe #slideWrapper,
.model_nishinomiya #slideWrapper {
  position: relative;
  padding-top: 49.25%;
}
.model_kobe #slideWrapper #model_slider,
.model_nishinomiya #slideWrapper #model_slider {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.model_kobe #slideWrapper #model_slider ul,
.model_nishinomiya #slideWrapper #model_slider ul {
  margin: 0;
  padding: 0;
}
.model_kobe #slideWrapper #model_slider .slick-arrow,
.model_nishinomiya #slideWrapper #model_slider .slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 40%;
  z-index: 10;
  background: transparent;
  background-size: cover;
  padding: 0;
  width: 30px;
  height: 60px;
  text-indent: 100%;
  border: none;
  cursor: pointer;
}
.model_kobe #slideWrapper #model_slider .slick-prev,
.model_nishinomiya #slideWrapper #model_slider .slick-prev {
  left: 0;
  background-image: url(../../renovation/images/slide_arw_l.png);
}
.model_kobe #slideWrapper #model_slider .slick-next,
.model_nishinomiya #slideWrapper #model_slider .slick-next {
  right: 0;
  background-image: url(../../renovation/images/slide_arw_r.png);
}
.model_kobe #slideWrapper #model_slider .slick-dots,
.model_nishinomiya #slideWrapper #model_slider .slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.model_kobe #slideWrapper #model_slider .slick-dots li,
.model_nishinomiya #slideWrapper #model_slider .slick-dots li {
  display: inline-block;
  margin-left: 10px;
}
.model_kobe #slideWrapper #model_slider .slick-dots li button,
.model_nishinomiya #slideWrapper #model_slider .slick-dots li button {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  text-indent: 100%;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.model_kobe #slideWrapper #model_slider .slick-dots li:first-child,
.model_nishinomiya #slideWrapper #model_slider .slick-dots li:first-child {
  margin-left: 0;
}
.model_kobe #slideWrapper #model_slider .slick-dots li.slick-active button,
.model_nishinomiya #slideWrapper #model_slider .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.6);
}

#modelhouse_nav {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0 10px 30px;
}
#modelhouse_nav li {
  float: left;
  width: 49%;
  margin-left: 2%;
  margin-bottom: 5px;
}
#modelhouse_nav li:nth-child(2n-1) {
  margin-left: 0;
  clear: left;
}
#modelhouse_nav a {
  display: block;
  padding: 5px 0;
  text-align: center;
  color: #004097;
  font-size: 12px;
  border: 2px solid #004097;
}
#modelhouse_nav a:hover {
  background: #004097;
  color: #fff;
  text-decoration: none;
}
#modelhouse_nav.mt {
  margin-top: 30px;
}

#iframe_map {
  margin: 0 10px 30px;
}
#iframe_map iframe {
  height: 280px;
}

.modelhouse_cont {
  margin: 0 10px 20px;
  padding: 0;
  text-align: center;
}
.modelhouse_cont a:hover {
  opacity: .7;
}

@media screen and (min-width: 767px) {
  .model_kobe #slideWrapper #model_slider .slick-arrow,
  .model_nishinomiya #slideWrapper #model_slider .slick-arrow {
    top: 45%;
  }

  #modelhouse_nav {
    margin: 0 25px 50px;
  }
  #modelhouse_nav li {
    width: 23.5%;
  }
  #modelhouse_nav li:nth-child(2n-1) {
    margin-left: 2%;
    clear: none;
  }
  #modelhouse_nav li:first-child {
    margin-left: 0;
  }
  #modelhouse_nav a {
    font-size: 14px;
  }

  #iframe_map {
    margin: 0 25px 50px;
  }
  #iframe_map iframe {
    height: 340px;
  }

  .modelhouse_cont {
    margin: 0 0 40px;
  }
  .modelhouse_cont img {
    width: auto !important;
  }
}
/* koube  */
.model_kobe {
  font-size: 14px;
  line-height: 1.5em;
  /* concept */
  /* story */
}
.model_kobe img {
  width: 100%;
}
.model_kobe #slideWrapper {
  margin-top: -10px;
}
.model_kobe #box01 {
  margin: 0 10px 30px;
}
.model_kobe #box01 h2 {
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 20px;
}
.model_kobe #box01 hr.dotted {
  height: 1px;
  border: none;
  border-top: 1px dotted #000;
}
.model_kobe #box01 .description {
  padding: 0 10px;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
}
.model_kobe #box01 .description li {
  display: inline-block;
  margin-right: 1em;
}
.model_kobe #box01 .description li a {
  display: block;
  position: relative;
  padding: 5px 0;
  color: #000;
}
.model_kobe #box01 .description li img {
  position: relative;
  top: 2px;
  margin-right: 2px;
  max-width: 17px;
}
.model_kobe #box01 p.floormap {
  padding: 0;
}
.model_kobe #box02 {
  margin: 0 10px 30px;
}
.model_kobe #box02 dl {
  position: relative;
  margin: -44px 0 20px;
  padding-top: 44px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.model_kobe #box02 dl dt {
  margin: 0 0 5px;
  padding: 65% 0 5px;
  font-size: 18px;
}
.model_kobe #box02 dl dt img {
  position: relative;
  top: 3px;
  width: 34px;
  margin-right: 5px;
}
.model_kobe #box02 dl dt span {
  font-size: 14px;
}
.model_kobe #box02 dl dd {
  margin: 0;
}
.model_kobe #box02 dl .photo {
  position: absolute;
  top: 44px;
  left: 0;
}
.model_kobe #box03 {
  margin: 0 10px 30px;
}
.model_kobe #box03 .detail {
  background: #dcdcdc;
  max-width: 480px;
  padding: 10px;
  text-align: center;
  margin: 0 auto 25px;
  float: none;
}
.model_kobe #box03 .detail h2 {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
}
.model_kobe #box03 .detail ul {
  list-style: none;
  padding: 0;
}
.model_kobe #box03 .detail ul li {
  display: inline-block;
  font-size: 14px;
}
.model_kobe #box03 .map iframe {
  height: 280px;
}
.model_kobe #special {
  text-align: center;
  margin-bottom: 30px;
}
.model_kobe #gokan_concept {
  margin: 10px 10px 30px;
}
.model_kobe #gokan_concept h2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2em;
}
.model_kobe #gokan_concept ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.model_kobe #gokan_concept ul li {
  margin-top: 30px;
}
.model_kobe #gokan_concept ul li:first-child {
  margin-top: 0;
}
.model_kobe #gokan_concept ul dl {
  margin: 0;
}
.model_kobe #gokan_concept ul dl dt {
  color: #186b84;
  font-size: 20px;
  margin-bottom: 5px;
}
.model_kobe #gokan_concept ul dl dd {
  margin: 0;
}
.model_kobe .story {
  margin-bottom: 30px;
}
.model_kobe .story .pager {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.model_kobe .story .pager a {
  display: block;
  padding: 10px 0;
  color: #333;
  text-align: center;
  border: 1px solid #333;
}
.model_kobe .story .pager a:hover {
  text-decoration: none;
  background: #333;
  color: #fff;
}
.model_kobe .story .pager .text {
  padding: 10px 0;
  text-align: center;
}
.model_kobe .story .pager .text a {
  display: inline-block;
  border: none;
  padding: 0;
}
.model_kobe .story .pager .text a:hover {
  background: none;
  color: #333;
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  .model_kobe {
    /* concept */
    /* story */
  }
  .model_kobe #box01 {
    margin: 0 25px 50px;
  }
  .model_kobe #box01 h2 {
    text-align: center;
  }
  .model_kobe #box01 h2 img {
    width: auto;
  }
  .model_kobe #box01 hr.dotted {
    margin: 30px 0;
  }
  .model_kobe #box01 .description {
    text-align: center;
    font-size: 14px;
  }
  .model_kobe #box01 .description li img {
    max-width: inherit;
    width: 34px;
  }
  .model_kobe #box01 .box {
    text-align: center;
  }
  .model_kobe #box01 .box img {
    width: auto;
  }
  .model_kobe #box02 {
    margin: 0 25px 50px;
  }
  .model_kobe #box02 dl {
    margin-top: -70px;
    margin-bottom: 40px;
    padding-top: 70px;
  }
  .model_kobe #box02 dl dt {
    margin: 5px 0;
    padding-top: 62.36%;
  }
  .model_kobe #box02 dl dd {
    margin: 0;
  }
  .model_kobe #box02 dl .photo {
    top: 70px;
  }
  .model_kobe #box03 {
    margin: 0 25px 50px;
  }
  .model_kobe #box03 .map iframe {
    height: 340px;
  }
  .model_kobe #special img {
    width: auto;
  }
  .model_kobe #gokan_concept {
    margin: 10px 25px 30px;
  }
  .model_kobe #gokan_concept h2 {
    font-size: 1.5em;
  }
  .model_kobe #gokan_concept ul li {
    overflow: hidden;
    position: relative;
  }
  .model_kobe #gokan_concept ul li .photo {
    float: left;
    width: 53.8%;
    max-width: 454px;
  }
  .model_kobe #gokan_concept ul li .photo img {
    width: 100%;
  }
  .model_kobe #gokan_concept ul li dl {
    position: absolute;
    right: 25px;
    top: 15px;
  }
  .model_kobe #gokan_concept ul li dl span {
    text-indent: 1em;
    display: inline-block;
  }
  .model_kobe #gokan_concept ul li:nth-child(2n) .photo {
    float: right;
  }
  .model_kobe #gokan_concept ul li:nth-child(2n) dl {
    right: auto;
    left: 25px;
  }
  .model_kobe #gokan_concept ul dl {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .model_kobe #gokan_concept ul dl dt {
    font-size: 40px;
    letter-spacing: .1em;
    line-height: 1.3em;
    margin: 0 0 0 10px;
  }
  .model_kobe #gokan_concept ul dl dd {
    font-size: 18px;
    line-height: 2.5em;
  }
  .model_kobe .story .pager {
    overflow: hidden;
  }
  .model_kobe .story .pager li {
    float: right;
    width: 55%;
    margin-left: 2%;
  }
  .model_kobe .story .pager li:first-child {
    margin-left: 0;
  }
  .model_kobe .story .pager li.text {
    width: 43%;
    text-align: left;
    float: left;
  }
}
/* nishinomiya */
.model_nishinomiya {
  font-size: 14px;
  line-height: 1.5em;
}
.model_nishinomiya img {
  width: 100%;
}
.model_nishinomiya #slideWrapper {
  padding-top: 66.32%;
}
.model_nishinomiya #slideWrapper .catch {
  position: absolute;
  top: 20px;
  left: 50%;
  padding: 0;
  margin: 0 0 0 -120px;
  width: 240px;
}
.model_nishinomiya #box01 {
  position: relative;
  margin: 30px 10px;
}
.model_nishinomiya #box01 h2 {
  padding-bottom: 5px;
  text-align: center;
  font-size: 20px;
  border-bottom: 1px solid #000;
}
.model_nishinomiya #box01 p.floormap {
  border-bottom: 1px dotted #000;
  padding: 0;
}
.model_nishinomiya #box01 hr.dotted {
  height: 1px;
  border: none;
  border-top: 1px dotted #000;
}
.model_nishinomiya #box01 .description {
  padding: 0 10px;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
}
.model_nishinomiya #box01 .description li {
  display: inline-block;
  margin-right: 1em;
}
.model_nishinomiya #box01 .description li a {
  display: block;
  position: relative;
  padding: 5px 0;
  color: #000;
}
.model_nishinomiya #box01 .description li img {
  position: relative;
  top: 2px;
  margin-right: 2px;
  max-width: 17px;
}
.model_nishinomiya #box01 .box p {
  text-align: center;
  padding: 0;
}
.model_nishinomiya #box01 .box img {
  width: 300px;
}
.model_nishinomiya #box02 dl {
  position: relative;
  margin: -44px 10px 20px 10px;
  padding-top: 44px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.model_nishinomiya #box02 dl dt {
  margin: 0 0 5px;
  padding: 65% 0 5px;
  font-size: 18px;
}
.model_nishinomiya #box02 dl dt img {
  position: relative;
  top: 3px;
  width: 34px;
  margin-right: 5px;
}
.model_nishinomiya #box02 dl dd {
  margin: 0;
}
.model_nishinomiya #box02 dl .photo {
  position: absolute;
  width: 100%;
  top: 44px;
}
.model_nishinomiya #box02 #f1 dt {
  padding-top: 100%;
}
.model_nishinomiya #box02 #f1 .photo {
  text-align: center;
}
.model_nishinomiya #box02 #f1 .photo img {
  width: 70%;
}
.model_nishinomiya #box03 {
  margin: 0 10px 30px;
}
.model_nishinomiya #box03 .detail {
  background: #dcdcdc;
  max-width: 480px;
  padding: 10px;
  text-align: center;
  margin: 0 auto 25px;
  float: none;
}
.model_nishinomiya #box03 .detail h2 {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
}
.model_nishinomiya #box03 .detail ul {
  list-style: none;
  padding: 0;
}
.model_nishinomiya #box03 .detail ul li {
  display: inline-block;
  font-size: 14px;
}
.model_nishinomiya #box03 .detail2 {
  max-width: 480px;
  margin: 0 auto 25px;
  float: none;
}
.model_nishinomiya #box03 .detail2 h3 {
  display: inline-block;
  background: #fff;
  padding: 5px 0;
  margin: 0;
  font-size: 14px;
}
.model_nishinomiya #box03 .detail2 dl {
  margin: 0 0 5px;
}
.model_nishinomiya #box03 .detail2 dl dt {
  float: left;
}
.model_nishinomiya #box03 .detail2 p {
  padding: 0;
  margin: 0;
}
.model_nishinomiya .map iframe {
  height: 280px;
}

@media screen and (min-width: 767px) {
  .model_nishinomiya #slideWrapper .catch {
    top: 50px;
    width: 640px;
    margin-left: -320px;
  }
  .model_nishinomiya #box01 {
    margin: 0 25px 50px;
  }
  .model_nishinomiya #box01 h2 {
    text-align: center;
  }
  .model_nishinomiya #box01 h2 img {
    width: auto;
  }
  .model_nishinomiya #box01 p.floormap img {
    width: auto;
  }
  .model_nishinomiya #box01 hr.dotted {
    margin: 30px 0;
  }
  .model_nishinomiya #box01 .description {
    text-align: center;
  }
  .model_nishinomiya #box01 .description li {
    font-size: 14px;
  }
  .model_nishinomiya #box01 .description li img {
    max-width: inherit;
    width: 34px;
  }
  .model_nishinomiya #box01 .box img {
    width: auto;
  }
  .model_nishinomiya #box02 {
    margin: 0 25px 50px;
  }
  .model_nishinomiya #box02 dl {
    margin: -70px 0 40px 0;
    padding-top: 70px;
  }
  .model_nishinomiya #box02 dl dt {
    margin: 5px 0;
    padding-top: 62.36%;
  }
  .model_nishinomiya #box02 dl dd {
    margin: 0;
  }
  .model_nishinomiya #box02 dl .photo {
    top: 70px;
    width: 100%;
  }
  .model_nishinomiya #box02 dl .photo img {
    width: 100%;
  }
  .model_nishinomiya #box02 #f1 dt {
    padding-top: 65.59%;
  }
  .model_nishinomiya #box02 #f1 .photo {
    text-align: center;
  }
  .model_nishinomiya #box02 #f1 .photo img {
    width: 48.38%;
  }
  .model_nishinomiya #modelhouse_nav li {
    width: 49%;
  }
  .model_nishinomiya #box03 {
    margin: 0 25px 50px;
  }
  .model_nishinomiya #box03 .map iframe {
    height: 340px;
  }

  #colorbox .w_open {
    max-width: 640px;
  }
}
/* inamicho */
.model_inamicho {
  font-size: 14px;
}
.model_inamicho img {
  width: 100%;
}
.model_inamicho #main {
  margin-top: -10px;
}
.model_inamicho #main p {
  padding: 0;
  margin: 0;
  line-height: 1em;
}
.model_inamicho #area01 {
  background: #eeeeef url(../../model/inamicho/img/area01_back.png) no-repeat;
  background-size: 100% auto;
  text-align: center;
  color: #717071;
}
.model_inamicho #area01 h2 {
  padding: 45px 0 15px;
  margin: 0;
  font-size: 24px;
  letter-spacing: 0.5em;
}
.model_inamicho #area01 p {
  padding: 0 0 40px;
  margin: 0;
  font-size: 16px;
  line-height: 2em;
}
.model_inamicho #area02 {
  position: relative;
  margin: 30px 10px;
}
.model_inamicho #area02 .description {
  padding: 0 10px;
  list-style: none;
  overflow: hidden;
  font-size: 12px;
}
.model_inamicho #area02 .description li {
  width: 30%;
  float: left;
}
.model_inamicho #area02 .description li:nth-child(1), .model_inamicho #area02 .description li:nth-child(4) {
  width: 40%;
}
.model_inamicho #area02 .description li a {
  display: block;
  position: relative;
  padding: 5px 0;
  color: #000;
}
.model_inamicho #area02 .description li img {
  position: relative;
  top: 2px;
  margin-right: 5px;
  max-width: 17px;
}
.model_inamicho #area02 .box p {
  text-align: center;
  padding: 0;
}
.model_inamicho #area02 .box img {
  width: 300px;
}
.model_inamicho #area03 dl {
  position: relative;
  margin: -44px 10px 20px 10px;
  padding-top: 44px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.model_inamicho #area03 dl dt {
  margin: 0 0 5px;
  padding: 65% 0 5px;
  font-size: 18px;
}
.model_inamicho #area03 dl dt img {
  position: relative;
  top: 3px;
  width: 34px;
  margin-right: 5px;
}
.model_inamicho #area03 dl dd {
  margin: 0;
}
.model_inamicho #area03 dl .photo {
  position: absolute;
  width: 100%;
  top: 44px;
}
.model_inamicho #area03 dl#f1 dt,
.model_inamicho #area03 dl#f2 dt,
.model_inamicho #area03 dl#f5 dt,
.model_inamicho #area03 dl#f6 dt {
  padding-top: 98%;
}
.model_inamicho #area03 dl#f1 .photo,
.model_inamicho #area03 dl#f2 .photo,
.model_inamicho #area03 dl#f5 .photo,
.model_inamicho #area03 dl#f6 .photo {
  text-align: center;
}
.model_inamicho #area03 dl#f1 .photo img,
.model_inamicho #area03 dl#f2 .photo img,
.model_inamicho #area03 dl#f5 .photo img,
.model_inamicho #area03 dl#f6 .photo img {
  width: 70%;
}
.model_inamicho #area04 {
  margin: 0 10px 30px;
}
.model_inamicho #area04 .detail {
  background: #dcdcdc;
  max-width: 600px;
  padding: 10px;
  text-align: center;
  margin: 0 auto 25px;
  float: none;
}
.model_inamicho #area04 .detail h2 {
  display: inline-block;
  background: #fff;
  padding: 5px 10px;
  margin: 0;
  font-size: 14px;
}
.model_inamicho #area04 .detail ul {
  list-style: none;
  padding: 0;
}
.model_inamicho #area04 .detail ul li {
  display: inline-block;
  font-size: 14px;
}
.model_inamicho #area04 .map iframe {
  height: 280px;
}

@media screen and (min-width: 767px) {
  .model_inamicho #area01 h2 {
    padding: 90px 0 25px;
    font-size: 40px;
    letter-spacing: 0.5em;
  }
  .model_inamicho #area01 p {
    padding: 0 0 80px;
    font-size: 22px;
    line-height: 2em;
  }
  .model_inamicho #area02 {
    margin: 50px 25px;
  }
  .model_inamicho #area02 .description li {
    font-size: 14px;
  }
  .model_inamicho #area02 .description li img {
    max-width: inherit;
    width: 34px;
  }
  .model_inamicho #area02 .floormap {
    width: 600px;
    margin: 0 auto;
  }
  .model_inamicho #area02 .box img {
    width: auto;
  }
  .model_inamicho #area03 {
    margin: 0 25px 50px;
  }
  .model_inamicho #area03 dl {
    margin: -70px 0 40px 0;
    padding-top: 70px;
  }
  .model_inamicho #area03 dl dt {
    margin: 5px 0;
  }
  .model_inamicho #area03 dl dd {
    margin: 0;
  }
  .model_inamicho #area03 dl .photo {
    top: 70px;
    width: 100%;
  }
  .model_inamicho #area03 dl .photo img {
    width: 100%;
  }
  .model_inamicho #area04 {
    margin: 0 25px 50px;
  }
  .model_inamicho #area04 .map iframe {
    height: 340px;
  }
}
/*-------------------------------------------------- gokan
*/
.gokan #slideWrapper {
  position: relative;
  padding-top: 66.25%;
  margin-top: -10px;
}
.gokan #slideWrapper #model_slider {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}
.gokan #slideWrapper #model_slider ul {
  margin: 0;
  padding: 0;
}
.gokan #slideWrapper #model_slider .slick-arrow {
  overflow: hidden;
  position: absolute;
  top: 40%;
  z-index: 10;
  background: transparent;
  background-size: cover;
  padding: 0;
  width: 30px;
  height: 60px;
  text-indent: 100%;
  border: none;
  cursor: pointer;
}
.gokan #slideWrapper #model_slider .slick-prev {
  left: 0;
  background-image: url(../../renovation/images/slide_arw_l.png);
}
.gokan #slideWrapper #model_slider .slick-next {
  right: 0;
  background-image: url(../../renovation/images/slide_arw_r.png);
}
.gokan #slideWrapper #model_slider .slick-dots {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
}
.gokan #slideWrapper #model_slider .slick-dots li {
  display: inline-block;
  margin-left: 10px;
}
.gokan #slideWrapper #model_slider .slick-dots li button {
  overflow: hidden;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 0;
  width: 12px;
  height: 12px;
  text-indent: 100%;
  border: none;
  border-radius: 50%;
  cursor: pointer;
}
.gokan #slideWrapper #model_slider .slick-dots li:first-child {
  margin-left: 0;
}
.gokan #slideWrapper #model_slider .slick-dots li.slick-active button {
  background-color: rgba(255, 255, 255, 0.6);
}

.gokan .special {
  text-align: center;
  margin: 30px 0 10px;
}

.gokan .modelhouse_nav,
#modelhouse_nav2 {
  overflow: hidden;
  list-style: none;
  padding: 0;
  margin: 0 10px 30px;
}
.gokan .modelhouse_nav li,
#modelhouse_nav2 li {
  margin-bottom: 10px;
}
.gokan .modelhouse_nav a,
#modelhouse_nav2 a {
  display: block;
  padding: 5px 0;
  text-align: center;
  color: #004097;
  font-size: 12px;
  border: 2px solid #004097;
}
.gokan .modelhouse_nav a:hover,
#modelhouse_nav2 a:hover {
  background: #004097;
  color: #fff;
  text-decoration: none;
}

@media screen and (min-width: 767px) {
  .gokan #slideWrapper {
    padding-top: 49.25%;
  }
  .gokan #slideWrapper #model_slider .slick-arrow {
    top: 45%;
  }

  .gokan .special {
    float: none;
  }
  .gokan .special img {
    width: auto;
  }

  .gokan .modelhouse_nav,
  #modelhouse_nav2 {
    margin: 25px;
  }
  .gokan .modelhouse_nav li,
  #modelhouse_nav2 li {
    width: 32%;
    margin-left: 2%;
    float: left;
  }
  .gokan .modelhouse_nav li:first-child,
  #modelhouse_nav2 li:first-child {
    margin-left: 0;
  }
  .gokan .modelhouse_nav a,
  #modelhouse_nav2 a {
    font-size: 14px;
  }
}
.gokan {
  font-size: 14px;
  line-height: 1.5em;
  /* concept */
  /* story */
}
.gokan img {
  width: 100%;
}
.gokan dl#text {
  margin: 10px -5% 40px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gokan dl#text dt {
  padding-bottom: 5px;
  font-size: 18px;
  text-align: center;
}
.gokan dl#text dd {
  color: #004097;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  margin-inline-start: 0 !important;
}
.gokan #box01 {
  margin: 0 10px 30px;
}
.gokan #box01 h2 {
  border-bottom: 1px solid #000;
  text-align: center;
  font-size: 20px;
}
.gokan #box01 h3 {
  font-size: 18px;
  text-align: center;
}
.gokan #box01 p span {
  color: #004097;
  font-weight: bold;
}
.gokan #box01 .kome {
  padding-left: 1.2em;
  color: #004097;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
.gokan #box01 .detail {
  background: #dcdcdc;
  padding: 15px;
  margin: 0;
  list-style: none;
  float: none;
}
.gokan #box02 {
  margin: 0 10px 30px;
}
.gokan #box02 dl {
  position: relative;
  margin: -44px 0 20px;
  padding-top: 44px;
  padding-bottom: 20px;
  border-bottom: 1px solid #000;
}
.gokan #box02 dl dt {
  margin: 0 0 5px;
  padding: 65% 0 5px;
  font-size: 18px;
}
.gokan #box02 dl dt img {
  position: relative;
  top: 3px;
  width: 34px;
  margin-right: 5px;
}
.gokan #box02 dl dt span {
  font-size: 14px;
}
.gokan #box02 dl dd {
  margin: 0;
}
.gokan #box02 dl .photo {
  position: absolute;
  top: 44px;
  left: 0;
}
.gokan #box03 {
  margin: 0 10px 30px;
}
.gokan #box03 h3 {
  font-size: 18px;
  text-align: center;
}
.gokan #box03 .kome {
  padding-left: 1.2em;
  color: #004097;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
}
.gokan #gokan_concept {
  margin: 10px 10px 30px;
}
.gokan #gokan_concept h2 {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.2em;
}
.gokan #gokan_concept ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.gokan #gokan_concept ul li {
  margin-top: 30px;
}
.gokan #gokan_concept ul li:first-child {
  margin-top: 0;
}
.gokan #gokan_concept ul dl {
  margin: 0;
}
.gokan #gokan_concept ul dl dt {
  color: #186b84;
  font-size: 20px;
  margin-bottom: 5px;
}
.gokan #gokan_concept ul dl dd {
  margin: 0;
}
.gokan .story {
  margin-bottom: 30px;
}
.gokan .story .pager {
  margin: 20px 0 0;
  padding: 0;
  list-style: none;
}
.gokan .story .pager a {
  display: block;
  padding: 10px 0;
  color: #333;
  text-align: center;
  border: 1px solid #333;
}
.gokan .story .pager a:hover {
  text-decoration: none;
  background: #333;
  color: #fff;
}
.gokan .story .pager .text {
  padding: 10px 0;
  text-align: center;
}
.gokan .story .pager .text a {
  display: inline-block;
  border: none;
  padding: 0;
}
.gokan .story .pager .text a:hover {
  background: none;
  color: #333;
  text-decoration: underline;
}

@media screen and (min-width: 767px) {
  .gokan {
    /* concept */
    /* story */
  }
  .gokan dl#text {
    margin: 25px 25px 50px;
  }
  .gokan dl#text dt {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .gokan dl#text dd {
    font-size: 16px;
    text-align: center;
  }
  .gokan #box01 {
    margin: 0 25px 50px;
  }
  .gokan #box01 h2 {
    text-align: center;
  }
  .gokan #box01 h2 img {
    width: auto;
  }
  .gokan #box01 h3 {
    font-size: 24px;
  }
  .gokan #box01 .box {
    overflow: hidden;
  }
  .gokan #box01 .box p {
    width: 465px;
    float: left;
  }
  .gokan #box01 .box p img {
    max-width: 100%;
  }
  .gokan #box01 .kome {
    font-size: 16px;
    text-align: center;
  }
  .gokan #box01 .detail {
    width: 60%;
    padding: 20px 40px 10px;
    margin: 0 auto;
    overflow: hidden;
  }
  .gokan #box01 .detail li {
    width: 50%;
    padding-bottom: 10px;
    float: left;
  }
  .gokan #box02 {
    margin: 0 25px 50px;
  }
  .gokan #box02 dl {
    padding: 0 0 40px;
    margin: 0 0 40px;
  }
  .gokan #box02 dl dt {
    margin: 5px 0;
    padding-top: 63%;
  }
  .gokan #box02 dl dd {
    margin: 0;
  }
  .gokan #box02 dl .photo {
    top: 0;
  }
  .gokan #box03 {
    margin: 0 25px 50px;
  }
  .gokan #box03 h3 {
    font-size: 24px;
  }
  .gokan #box03 .kome {
    font-size: 16px;
    text-align: center;
  }
  .gokan #gokan_concept {
    margin: 10px 25px 30px;
  }
  .gokan #gokan_concept h2 {
    font-size: 1.5em;
  }
  .gokan #gokan_concept ul li {
    overflow: hidden;
    position: relative;
  }
  .gokan #gokan_concept ul li .photo {
    float: left;
    width: 53.8%;
    max-width: 454px;
  }
  .gokan #gokan_concept ul li .photo img {
    width: 100%;
  }
  .gokan #gokan_concept ul li dl {
    position: absolute;
    right: 25px;
    top: 15px;
  }
  .gokan #gokan_concept ul li dl span {
    text-indent: 1em;
    display: inline-block;
  }
  .gokan #gokan_concept ul li:nth-child(2n) .photo {
    float: right;
  }
  .gokan #gokan_concept ul li:nth-child(2n) dl {
    right: auto;
    left: 25px;
  }
  .gokan #gokan_concept ul dl {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
  .gokan #gokan_concept ul dl dt {
    font-size: 40px;
    letter-spacing: .1em;
    line-height: 1.3em;
    margin: 0 0 0 10px;
  }
  .gokan #gokan_concept ul dl dd {
    font-size: 18px;
    line-height: 2.5em;
  }
  .gokan .story .pager {
    overflow: hidden;
  }
  .gokan .story .pager li {
    float: right;
    width: 55%;
    margin-left: 2%;
  }
  .gokan .story .pager li:first-child {
    margin-left: 0;
  }
  .gokan .story .pager li.text {
    width: 43%;
    text-align: left;
    float: left;
  }
}
/* gokan_tree */
.gokan_tree {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.gokan_tree h2 {
  text-align: center;
}
.gokan_tree h2 img {
  width: 300px;
}
.gokan_tree .aC {
  text-align: center;
}
.gokan_tree dl {
  margin: 0 10px 30px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.gokan_tree dl dt {
  font-size: 18px;
  text-align: center;
}
.gokan_tree dl dd {
  color: #004097;
  font-weight: bold;
  line-height: 1.5em;
  text-align: center;
  margin-inline-start: 0 !important;
}
.gokan_tree .box {
  border-top: 1px solid #ccc;
  padding: 40px 0 0;
  margin: 40px 10px 0;
}
.gokan_tree .box h3 {
  margin: 0;
  text-align: center;
}
.gokan_tree .box h3 img {
  width: auto;
  height: 42px;
}
.gokan_tree .box p {
  padding: 5px 0 10px;
  margin: 0;
}
.gokan_tree .box p img {
  width: 100%;
}
.gokan_tree .box p.catch {
  padding: 20px 0;
  text-align: center;
  font-size: 20px;
  color: #ababab;
  line-height: 1.2em;
}
.gokan_tree #modelhouse_nav {
  padding-top: 20px;
}
.gokan_tree #special {
  text-align: center;
}
.gokan_tree #special img {
  width: 100%;
}

@media screen and (min-width: 767px) {
  .gokan_tree h2 img {
    width: 548px;
  }
  .gokan_tree dl {
    margin: 25px 25px 50px;
  }
  .gokan_tree dl dt {
    font-size: 24px;
  }
  .gokan_tree dl dd {
    font-size: 16px;
    text-align: center;
  }
  .gokan_tree .box {
    position: relative;
    box-sizing: border-box;
    padding: 60px 0 0 42%;
    margin: 60px 25px 0;
  }
  .gokan_tree .box h3 img {
    height: 84px;
  }
  .gokan_tree .box p.catch {
    padding: 40px 0;
    font-size: 34px;
  }
  .gokan_tree .box p.image1 {
    position: absolute;
    top: 60px;
    left: 0;
    width: 40%;
    padding: 0;
  }
  .gokan_tree .box p.image2 {
    padding-top: 20px;
  }
  .gokan_tree #modelhouse_nav {
    padding-top: 40px;
  }
  .gokan_tree #special img {
    width: 475px;
  }
}
@media screen and (min-width: 930px) {
  .gokan_tree .box {
    min-height: 595px;
  }
}
/*-------------------------------------------------- contact
*/
.contact .box1 {
  width: 90%;
  margin: 0 auto 30px;
}
.contact .box1 .catch {
  text-align: center;
  margin: 0;
}
.contact .box1 .catch img {
  width: 100%;
}
.contact .box2 {
  margin-bottom: 30px;
}
.contact .box2 h2 {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  color: #333;
  background-color: #CCC;
  margin-bottom: 10px;
}
.contact .box2 ul {
  margin: 0 auto;
  width: 90%;
  padding: 0;
}
.contact .box2 ul li {
  font-size: 14px;
  list-style: none;
  border: 1px solid #aaa;
  padding: 10px;
  margin-top: 10px;
}
.contact .box2 ul li:first-child {
  margin-top: 0;
}
.contact .box2 ul dl {
  overflow: hidden;
  margin: 0;
}
.contact .box2 ul dl dt img {
  width: 100%;
}
.contact .box2 ul dl dd {
  margin: 0 0 .5em;
}
.contact .box2 ul dl dd.title {
  font-weight: bold;
  font-size: 16px;
}
.contact .box2 ul dl dd.date span {
  display: block;
  font-size: 12px;
}
.contact .box2 .cont {
  margin: 0 auto 20px;
  width: 90%;
}
.contact .tokuten .shiryou img {
  width: 100%;
}
.contact .tokuten .aR {
  text-align: right;
  max-width: 600px;
  margin: 0 auto;
  font-size: 10px;
  padding: 0;
}
.contact .notes h3 {
  font-size: 1em;
}
.contact .notes ul {
  font-size: 14px;
}
.contact .contact_notice {
  width: 100%;
  margin-bottom: 1em;
}
.contact .contact_notice a {
  text-decoration: underline;
}
.contact .contact_notice a:hover {
  text-decoration: none;
}
.contact .form_area table {
  margin-bottom: 20px;
}
.contact .form_area table input[type="checkbox"] {
  width: auto;
}
.contact .form_area td label {
  display: inline-block;
  cursor: pointer;
}
.contact .form_area td {
  padding: 1.5%;
}
.contact .form_area ul.event li {
  border: 1px solid #aaa;
  padding: 10px;
  margin-top: 10px;
}
.contact .form_area ul.event li:first-child {
  margin-top: 0;
}
.contact .form_area ul.event dl {
  margin: 0;
}
.contact .form_area ul.event dl dt img {
  width: 100%;
}
.contact .form_area ul.event dl dd {
  margin: 0;
}
.contact .form_area ul.sd2 li {
  float: none;
}
.contact .form_area .p-region,
.contact .form_area .p-locality,
.contact .form_area .p-extended-address {
  margin-top: 5px;
}
.contact .form_area input[type='text'] {
  font-size: 16px;
}

@media screen and (min-width: 767px) {
  .contact .box1 {
    margin-bottom: 60px;
  }
  .contact .box1 .catch {
    text-align: center;
  }
  .contact .box1 .catch img {
    max-width: 600px;
  }
  .contact .box2 {
    margin-bottom: 60px;
  }
  .contact .box2 ul li {
    margin-top: 20px;
  }
  .contact .box2 ul li:first-child {
    margin-top: 0;
  }
  .contact .box2 ul dl dt {
    float: left;
    width: 45%;
  }
  .contact .box2 ul dl dd {
    margin-left: 47%;
  }
  .contact .box2 ul dl dd.link_k {
    text-align: right;
  }
  .contact .tokuten .shiryou {
    text-align: center;
  }
  .contact .tokuten .shiryou img {
    max-width: 600px;
  }
  .contact .notes h3 {
    font-size: 1.17em;
  }
  .contact .form_area {
    margin-top: -70px;
    padding-top: 70px;
  }
  .contact .form_area .pc_hotizontal li {
    display: inline-block;
    margin-right: 2em;
  }
  .contact .form_area ul.event dl {
    overflow: hidden;
  }
  .contact .form_area ul.event dl dt {
    float: left;
    width: 30%;
  }
  .contact .form_area ul.event dl dd {
    margin-left: 32%;
  }
}
/*-------------------------------------------------- model_reserve
*/
.model_reserve .image img {
  max-width: 100%;
}
.model_reserve .model_btn {
  overflow: hidden;
  padding: 0;
}
.model_reserve .model_btn img {
  width: 100%;
}
.model_reserve .model_btn li {
  list-style: none;
  border: 1px solid #999;
  margin-bottom: 10px;
}
.model_reserve .model_btn li a {
  display: block;
  padding: 0;
}
.model_reserve .model_btn li a:hover {
  text-decoration: none;
  opacity: .7;
}
.model_reserve .model_btn dl {
  margin: 0;
  font-size: 14px;
}
.model_reserve .model_btn dl dt {
  margin: 5px;
}
.model_reserve .model_btn dl dd {
  margin: 0 10px 5px;
}
.model_reserve .model_btn dl .address {
  font-size: 12px;
}
.model_reserve .model_btn dl dd.detail {
  text-align: right;
}
.model_reserve .notes ul {
  padding-left: 25px;
}
.model_reserve .notes ul li {
  padding-bottom: 5px;
}

@media screen and (min-width: 767px) {
  .model_reserve .model_btn {
    overflow: hidden;
    max-width: 700px;
    margin: 1em auto;
  }
  .model_reserve .model_btn li {
    float: left;
    width: 49%;
    margin-left: 2%;
  }
  .model_reserve .model_btn li:nth-child(2n-1) {
    margin-left: 0;
    clear: left;
  }
  .model_reserve .model_btn dl .detail {
    text-align: right;
    float: none;
  }
  .model_reserve .form_area td.model_name {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .model_reserve .notes p {
    padding: 0;
  }
  .model_reserve .notes ul {
    padding-left: 25px;
    overflow: hidden;
  }
  .model_reserve .notes ul li {
    width: 33.3%;
    padding-bottom: 5px;
    float: left;
  }
}
/*-------------------------------------------------- reserve
*/
.reserve .red {
  /*color: #e31c5a;*/
}
.reserve .form_area table input {
  width: auto;
  　box-sizing: border-box;
}
.reserve .form_area table textarea {
  box-sizing: border-box;
}
.reserve .form_area table label span {
  font-size: 0.7em;
}
.reserve .form_area table label .red {
  /*font-size: 0.9em;*/
}
.reserve .notes ul {
  padding-left: 25px;
}
.reserve .notes ul li {
  padding-bottom: 5px;
}

@media screen and (min-width: 980px) {
  .reserve .notes p {
    padding: 0;
  }
  .reserve .notes ul {
    padding-left: 25px;
    overflow: hidden;
  }
  .reserve .notes ul li {
    width: 33.3%;
    padding-bottom: 5px;
    float: left;
  }
}
/*-------------------------------------------------- free_consulation
*/
.free_consulation .box1 .aC {
  text-align: center;
  margin-bottom: 30px;
}
.free_consulation .box1 .catch {
  margin-bottom: 10px;
}
.free_consulation .box1 #youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.free_consulation .box1 #youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.free_consulation .box1 .photolist dl {
  font-size: 14px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ddd;
}
.free_consulation .box1 .photolist dl dt {
  position: relative;
  margin: 0;
  color: #039;
  font-size: 20px;
  font-weight: bold;
}
.free_consulation .box1 .photolist dl dd {
  margin: .5em 0 0 0;
}
.free_consulation .box1 .photolist dl img {
  width: 100%;
}
.free_consulation .box1 .notes {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 40px 0 30px;
  margin: 40px 0;
}
.free_consulation .box1 .notes h3 {
  margin-top: 0;
}
.free_consulation .box1 .notes ul {
  padding-left: 25px;
}
.free_consulation .box1 .notes ul li {
  padding-bottom: 5px;
}
.free_consulation .form_area table tr {
  width: auto;
}
.free_consulation .form_area td ul {
  overflow: hidden;
}
.free_consulation .form_area td ul li {
  float: none;
}
.free_consulation .form_area td {
  padding: 0.5em 0;
}
.free_consulation .form_area input {
  width: auto;
  　box-sizing: border-box;
}
.free_consulation .form_area textarea {
  box-sizing: border-box;
}

@media screen and (min-width: 980px) {
  .free_consulation .box1 .photolist {
    padding-top: 30px;
  }
  .free_consulation .box1 .photolist dl {
    box-sizing: border-box;
    position: relative;
    max-width: 880px;
    min-height: 305px;
    padding: 0 47% 40px 0;
    margin: 0 auto 40px;
    overflow: hidden;
  }
  .free_consulation .box1 .photolist dl dd.image {
    position: absolute;
    top: 0;
    right: 0;
    width: 45%;
    margin: 0;
  }
  .free_consulation .box1 .photolist dl dd.image2 {
    position: absolute;
    bottom: 40px;
    left: 0;
    margin: 0;
    width: 52%;
    line-height: 0;
  }
  .free_consulation .box1 .photolist dl dd {
    line-height: 2em;
  }
  .free_consulation .box1 .photolist dl:nth-child(2n) {
    padding: 0 0 40px 47%;
  }
  .free_consulation .box1 .photolist dl:nth-child(2n) dd.image {
    left: 0;
    right: inherit;
  }
  .free_consulation .box1 .photolist dl:nth-child(2n) dd.image2 {
    left: inherit;
    right: 0;
  }
  .free_consulation .notes {
    margin: 40px 0 0;
  }
  .free_consulation .notes p {
    padding: 0;
  }
  .free_consulation .notes ul {
    padding-left: 25px;
    overflow: hidden;
  }
  .free_consulation .notes ul li {
    width: 33.3%;
    padding-bottom: 5px;
    float: left;
  }
  .free_consulation .form_area td {
    padding: 1em;
  }
}
/*-------------------------------------------------- tour
*/
.tour .box1 .photo img {
  width: 100%;
}
.tour .box1 ul {
  padding: 0;
  font-size: 14px;
}
.tour .box1 ul li {
  position: relative;
  margin: 1em 0 0 1em;
  list-style: none;
}
.tour .box1 ul li:before {
  content: '■';
  display: block;
  position: absolute;
  left: -1em;
}
.tour .box2 h3 {
  margin-top: 0;
}
.tour .box2 img {
  max-width: 100%;
}
.tour .notes {
  width: 90%;
  margin: 0 auto 30px;
}
.tour .notes ul {
  padding-left: 25px;
}
.tour .notes ul li {
  padding-bottom: 5px;
}
.tour .form_area td ul {
  overflow: hidden;
}
.tour .form_area td ul li {
  float: none;
}
.tour .form_area td {
  padding: 0.5em 0;
}
.tour .form_area input {
  width: auto;
  box-sizing: border-box;
}
.tour .form_area textarea {
  box-sizing: border-box;
}

@media screen and (min-width: 767px) {
  .tour .box1 ul {
    margin: 0 auto 30px;
    max-width: 740px;
  }
  .tour .box1 .photo {
    text-align: center;
  }
  .tour .box1 .photo img {
    width: auto;
  }
  .tour .notes {
    margin: 0 auto 60px;
  }
  .tour .notes p {
    padding: 0;
  }
  .tour .notes ul {
    padding-left: 25px;
    overflow: hidden;
  }
  .tour .notes ul li {
    width: 33.3%;
    padding-bottom: 5px;
    float: left;
  }
  .tour .form_area td {
    padding: 1em;
  }
}
/*-------------------------------------------------- experience
*/
.experience .box1 .photo img {
  width: 100%;
}
.experience .box2 h3 {
  margin-top: 0;
}
.experience .box2 img {
  max-width: 100%;
}
.experience .form_area td ul {
  overflow: hidden;
}
.experience .form_area td ul li {
  float: none;
}
.experience .form_area td {
  padding: 0.5em 0;
}
.experience .form_area input {
  width: auto;
  box-sizing: border-box;
}
.experience .form_area textarea {
  box-sizing: border-box;
}

@media screen and (min-width: 767px) {
  .experience .photo {
    text-align: center;
  }
  .experience .photo img {
    width: auto;
  }
  .experience .form_area td {
    padding: 1em;
  }
  .experience .notes p {
    padding: 0;
  }
  .experience .notes ul {
    padding-left: 25px;
    overflow: hidden;
  }
  .experience .notes ul li {
    width: 33.3%;
    padding-bottom: 5px;
    float: left;
  }
}
/*col-1-3内レイアウト*/
.content {
  position: relative;
  background: #FFF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radus: 5px;
  border-radius: 5px;
  padding-bottom: 5px;
}

.col-1-3 h2 {
  margin: 0;
  font-size: 1em;
  letter-spacing: 1px;
  margin: 3% 0 3% 10px;
  width: 70%;
}

.col-1-3 h2 span {
  font-size: 0.8em;
  font-weight: normal;
}

.img_slide p {
  margin: 10px 0 10px 10px;
  font-size: 0.8em;
}

.ccp_box {
  color: #0071cc;
}

.ccp_box h2 {
  width: 95%;
}

p.ccp_text {
  font-size: 12px;
  margin: 14px 0 3% 0;
  text-align: center;
}

/*cl-1-3 スライドショー*/
.g_wrap {
  width: 100%;
  overflow: hidden;
}

.g_slide {
  width: 302%;
}

.g_slide figure {
  margin: 0;
}

.g_slide figcaption {
  margin: 15px 0 3% 0;
  font-size: 12px;
  text-align: center;
}

.g_slide figure {
  width: 33.15%;
  float: left;
}

.g_wrap .g_slide img {
  width: 100%;
  max-height: 235px;
}

.g_wrap .g_slide figure {
  text-align: center;
}

/*col-1-3内レイアウト end*/
/*col-2-3内レイアウト*/
.col-2-3 h2 {
  margin: 0;
  font-size: 1em;
  letter-spacing: 1px;
  margin: 3% 0 3% 10px;
  color: #166584;
}

.col-2-3 h2 span {
  font-size: 0.8em;
  font-weight: normal;
}

.col-2-3 p.to_link {
  background: #166584;
}

.info_img {
  margin: auto;
}

.col-2-3 dl {
  width: 85%;
  margin: auto;
  font-size: 0.8em;
  position: relative;
}

.col-2-3 dt {
  color: #999;
  margin-bottom: 2%;
}

.col-2-3 dd {
  margin: 0 0 2% 0;
  line-height: 1.65;
  height: 1.3em;
  overflow: hidden;
}

.col-2-3 dt span.event_tag, .col-2-3 dt span {
  display: inline-block;
  font-size: 0.75em;
  color: #FFF;
  width: 70px;
  border-radius: 5px;
  text-align: center;
  background: #e70026;
  padding: 2px 0;
  position: absolute;
  right: 0;
}

.col-2-3 dt span.news_tag {
  background: #55cb1f;
}

.col-2-3 .sns {
  margin-top: 20px;
}

.col-2-3 .sns p {
  width: 48%;
  margin: 0;
  float: left;
}

.col-2-3 .sns_tab {
  display: none;
}

.col-2-3 .sns p:nth-of-type(2) {
  float: right;
}

/*col-2-3内レイアウト end*/
/*col-3-3内レイアウト*/
.content div.pickup {
  padding-bottom: 10%;
}

div.pickup p {
  margin: 0;
}

.col-3-3 p.to_link {
  width: 69px;
  position: relative;
  top: 0;
  right: 0;
  margin: auto;
}

.col-3-3 img {
  margin-bottom: -12px;
}

.col-3-3 div.pickup_img {
  width: 55%;
  float: left;
}

.pickup_right {
  float: left;
  width: 45%;
  text-align: center;
  margin-left: 0;
}

.col-3-3 div.pickup ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.col-3-3 div.pickup ul li {
  padding-top: 15%;
}

.col-3-3 div.pickup ul li:nth-of-type(2) {
  font-size: 80%;
  color: #7F9B00;
}

.col-3-3 div.pickup ul li img {
  width: 50%;
  float: none;
}

/*live magazine*/
.col-3-3 div.livemag_img {
  width: 33%;
  float: left;
}

.livemag_left {
  float: left;
  width: 67%;
  text-align: center;
  margin-left: 0;
}

.col-3-3 div.livemag ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.col-3-3 div.livemag ul li {
  padding-top: 8%;
}

.col-3-3 div.livemag ul li:nth-of-type(2) {
  font-size: 60%;
  color: #7F9B00;
}

.col-3-3 div.livemag ul li img {
  width: 80%;
  float: none;
}

/*col-3-3内レイアウト end*/
/*col-w-3内レイアウト*/
.col-w-3 img {
  margin-bottom: -12px;
}

/*col-w-3内レイアウト end*/
.col-1-1 {
  width: 100%;
}

.col-w-3 {
  width: 33.33%;
}

.col-1-2, .col-6-12 {
  width: 50%;
}

.col-1-3, .col-4-12 {
  width: 33.33%;
  color: #7F9B00;
}

.col-2-3, .col-4-12 {
  width: 33.33%;
}

.col-3-3, .col-4-12 {
  width: 33.33%;
}

.col-3-3_showroom {
  width: 33.33%;
  margin-top: 0.8%;
  float: left;
}

.col-1-4, .col-3-12 {
  width: 25%;
}

.col-1-5 {
  width: 20%;
}

.col-1-6, .col-2-12 {
  width: 16.667%;
}

.col-1-7 {
  width: 14.28%;
}

.col-1-8 {
  width: 12.5%;
}

.col-1-9 {
  width: 11.1%;
}

.col-1-10 {
  width: 10%;
}

.col-1-11 {
  width: 9.09%;
}

.col-1-12 {
  width: 8.33%;
}

/* Layout Columns */
.col-11-12 {
  width: 91.66%;
}

.col-10-12 {
  width: 83.333%;
}

.col-9-12 {
  width: 75%;
}

.col-5-12 {
  width: 41.66%;
}

.col-7-12 {
  width: 58.33%;
}

/* ロゴ */
#top_line {
  width: 100%;
  height: 10px;
  background-image: url(../image/top_line.jpg);
  text-indent: -9999px;
}

#top_line h1 {
  padding: 0px;
  margin: 0px;
}

#g_navi_box {
  max-width: 1110px;
  margin: auto;
}

.logo {
  width: 90px;
  height: 33px;
  float: left;
  padding-top: 16px;
}

.head_contact {
  width: 131px;
  height: 31px;
  float: right;
  padding-top: 23px;
}

.head_contact2 {
  width: 131px;
  height: 31px;
  float: right;
  padding-top: 23px;
  margin-left: 5px;
}

.contact_space a:hover {
  opacity: 0.8;
}

.sp_table {
  display: none;
}

@media only screen and (max-width: 1125px) and (min-width: 1024px) {
  .contact_space {
    width: 267px;
    position: absolute;
    right: 0;
    top: 100px;
  }

  section#g_navi #menu {
    padding-bottom: 40px;
  }

  div.nav .contact_space {
    top: 55px;
  }
}
/* グローバルナビ */
#g_navi {
  width: 100%;
  background-color: #FFF;
}

.togmenu {
  display: none;
  font-size: 14px;
}

#menu {
  max-width: 1100px;
  margin: auto;
}

/*
.menubtn {
	padding: 30px 20px;
	background:#fff;
	color:#039;
	font-weight:bold;
}
*/
.menubtn p {
  background: #fff;
  color: #039;
  font-weight: bold;
  margin: 40px 0 20px 100px;
  clear: both;
  width: 100px;
}

#menu ul {
  margin: 0;
  padding: 0;
  background: #fff;
}

#menu li {
  list-style: none;
  border-top: 2px solid #fff;
  margin-bottom: 20px;
}

#menu li a {
  padding: 30px 9px 10px 9px;
  display: block;
  text-decoration: none;
  background: #fff;
  color: #039;
  font-weight: bold;
}

#menu li a:hover {
  text-decoration: underline;
}

/* グローバルナビ */
.nav {
  width: 100%;
  display: none;
}

@media only screen and (min-width: 1024px) {
  .fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 999;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
  }
}
/* showroom */
#showroom {
  width: 100%;
  background-color: #FFF;
  margin-top: 20px;
  padding-bottom: 20px;
  clear: both;
}

.showroom_name {
  font-size: 14px;
  padding-bottom: 10px;
  /*color:#039;*/
  font-weight: bold;
}

.showroom_add {
  font-size: 12px;
  letter-spacing: 2px;
  line-height: 18px;
}

.showroom_img {
  margin: auto;
}

.col-3-3_showroom a {
  color: #000;
}

.col-3-3_showroom a:hover {
  text-decoration: none;
}

#main-nav {
  display: none;
}

#sub-nav {
  display: none;
}

/* about sub menu */
#sub_menu {
  width: 100%;
  background: #ffffff;
  border-top: 1px solid #CCC;
  border-bottom: 1px solid #CCC;
  display: none;
}

#sub_menu2 {
  border-bottom: 1px solid #CCC;
}

#gokan_sub {
  display: none;
}

#cssmenu {
  max-width: 880px;
  margin: auto;
}

#cssmenu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  display: block;
  zoom: 1;
}

#cssmenu ul:after {
  content: ' ';
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

#cssmenu ul li {
  float: left;
  display: block;
  padding: 0;
  border-left: 1px solid #CCC;
}

#cssmenu ul li.last {
  border-right: 1px solid #CCC;
}

#cssmenu ul li a {
  color: #039;
  text-decoration: none;
  display: block;
  padding: 15px 25px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  position: relative;
  -webkit-transition: color .25s;
  -moz-transition: color .25s;
  -ms-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
  background: none;
}

.no_trans {
  text-transform: none;
}

#cssmenu ul li a:hover {
  color: #fff;
  background-color: #039;
}

#cssmenu ul li a:hover:before {
  width: 100%;
}

/*
#cssmenu ul li a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 0;
  background: #00a0e9;
  -webkit-transition: width .25s;
  -moz-transition: width .25s;
  -ms-transition: width .25s;
  -o-transition: width .25s;
  transition: width .25s;
}
*/
#cssmenu ul li.last > a:after,
#cssmenu ul li:last-child > a:after {
  display: none;
}

#cssmenu ul li.active a {
  color: #fff;
  background-color: #039;
}

#cssmenu ul li.active a:before {
  width: 100%;
}

.none_submenu {
  display: none;
}

#pankuzu {
  width: 100%;
  height: 41px;
  background-color: #fff;
  font-size: 11px;
  color: #666;
  font-weight: bold;
}

#pankuzu_box {
  margin: auto;
  padding-top: 13px;
  max-width: 1110px;
  display: block;
}

#pankuzu a {
  color: #666;
}

#sub_title {
  max-width: 979px;
  height: 137px;
  margin: auto;
}

#sub_title2 {
  display: none;
}

#sub_title_c {
  max-width: 979px;
  height: 332px;
  margin: auto;
}

#sub_title2_c {
  display: none;
}

#sub_contents {
  background-image: url(../image/back.jpg);
  padding: 20px 0;
}

.contents_area {
  max-width: 980px;
  height: auto;
  border-radius: 6px;
  /* CSS3 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  background-color: #FFF;
  margin: auto;
  padding: 10px 0 20px 0;
}

.contents_area2 {
  max-width: 980px;
  height: auto;
  border-radius: 6px;
  /* CSS3 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  background-image: url(../image/architect/detail_bk.jpg);
  margin: auto;
  padding: 10px 0 20px 0;
}

.about_title {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 10px;
  color: #333;
  background-color: #CCC;
  margin-top: 20px;
}

.about_title2 {
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px 0px 10px;
  color: #000;
  margin-top: 20px;
}

.contents_area p {
  font-size: 14px;
  line-height: 25px;
  padding: 0 10px;
}

/*コンセプト*/
.main_concept h1 {
  font-size: 1.5em;
}

.concept {
  max-width: 940px;
  border-bottom: 1px solid #CCC;
  margin: 0 auto 20px auto;
}

.concept:nth-of-type(4) {
  margin-bottom: 40px;
}

div.concept_text p:nth-of-type(2) {
  padding: 0;
}

.concept_last {
  max-width: 940px;
  border-bottom: none;
  margin: 0 auto 20px auto;
}

.concept_last p {
  width: 33%;
  float: left;
  border-right: 1px solid #CCC;
  padding-top: 7px;
}

p.last_img {
  border: 1px solid #FFF;
}

h2.omoi_title {
  font-size: 1.4em;
}

.concept_text h3, .kodawaru_text h3 {
  font-size: 1em;
  padding-left: 10px;
}

.kodawaru_text {
  width: 50%;
  float: left;
  margin-left: 20px;
}

.kodawaru_img {
  width: 40%;
  float: right;
  margin-right: 20px;
}

p.to_maikomodel {
  clear: both;
  text-align: center;
  width: 400px;
  border: 1px solid #666;
  padding: 0;
  margin: 30px 0 0 8%;
}

p.to_maikomodel a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px;
}

p.to_maikomodel a:hover {
  text-decoration: none;
  background: #000;
  color: #fff;
}

p.to_maikomodel span {
  font-size: 12px;
}

/*コンセプト end*/
/*モデルハウス*/
.model_reserved_area {
  max-width: 385px;
  height: auto;
  border-radius: 6px;
  /* CSS3 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  margin: auto;
  padding: 10px 0 10px 0;
  text-align: center;
}

.model_reserved_area a:hover {
  opacity: 0.8;
}

.model_area {
  width: 95%;
  margin: auto;
  margin-top: 15px;
  border: 1px solid #CCC;
}

.model_area h2 {
  font-weight: normal;
  margin-left: 10px;
  font-size: 150%;
}

.model_img {
  float: left;
  width: 45%;
  margin: 15px 0 10px 10px;
  padding: 0;
}

.model_text {
  float: right;
  margin: 0 20px 0 0;
  padding-top: 10px;
  max-width: 100%;
}

.model_text h2 {
  font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

.model_text p img {
  margin-bottom: 40px;
}
.model_text p.none img {
  margin-bottom: 0;
}

#model1 .model_text,
#model2 .model_text,
#model3 .model_text,
#model5 .model_text {
  float: left;
  width: 45%;
  margin-left: 4%;
}

#model3 .model_text h2 {
  margin-bottom: 0;
  line-height: 1.2em;
}

#model3 .model_text p {
  line-height: 1.2em;
}

#model3 .text1 {
  margin: 10px 0 0;
  font-size: 18px;
}

#model3 .text2 {
  font-size: 34px;
}

.model_area ul li {
  width: 45%;
  list-style-type: none;
  border: 1px solid #000;
}

.model_area ul li a {
  display: block;
  width: 100%;
  padding: 10px 10px 10px 45px;
  background: url(../image/model/detail_icon.gif) no-repeat 15px center;
  text-decoration: none;
  font-size: 0.8em;
  color: #000;
}

.model_area ul li a:hover {
  background: #000 url(../image/model/detail_icon_on.gif) no-repeat 15px center;
  color: #FFF;
}

.detail {
  float: left;
}

.special {
  float: right;
}

/*西宮モデルハウス

.model_reserved_nishinomiya {
	padding-bottom:10px;
}

.model_reserved_nishinomiya a:hover {
	opacity:0.8;
}

.nishinomiya {
	width: 95%;
	margin: 0 auto;	
}
.nishinomiya img {
	vertical-align: text-bottom;
	box-shadow: 3px 3px 3px rgba(0,0,0,0.3);	
}
.nishinomiya figure,.nishinomiya ul {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
.nishinomiya_box1 figure {
	width: 45%;	
	float: left;
}
.box1_text {
	width: 48%;	
	float: left;
	margin-left: 7%;
}
.nishinomiya_box1 h2 {
	font-size: 0.9em;
}
.nishinomiya_box2 ul {
	margin: 30px 0;	
}
.nishinomiya_box2 li {
	width: 30%;	
	float: left;
	margin-right: 5%;
}
.nishinomiya_box2 ul li:last-child {
	margin-right: 0;
}
p.nishinomiya_box3 {
	width: 95%;
	margin: auto;
	padding: 0;	
}*/
/*モデルハウス end*/
/*設計事例*/
/*設計事例 end*/
#nexst_page a {
  width: 220px;
  padding: 10px 20px;
  border-radius: 6px;
  /* CSS3 */
  -webkit-border-radius: 6px;
  /* Safari,Google Chrome用 */
  -moz-border-radius: 6px;
  /* Firefox用 */
  background-color: #FFF;
  border: solid 1px #00a0e9;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #00a0e9;
  margin-left: 10px;
  display: block;
}

#nexst_page a:hover {
  background-color: #00a0e9;
  color: #FFF;
  text-decoration: none;
}

/*設計実例　詳細*/
.d_container {
  max-width: 980px;
}

.d_main {
  width: 600px;
  float: left;
  margin-left: 30px;
  overflow: hidden;
}

.d_main img {
  width: 100%;
}

.d_navi {
  width: 300px;
  float: left;
  margin-left: 20px;
  overflow: hidden;
}

.d_navi ul {
  padding: 0;
}

.d_navi li {
  list-style-type: none;
  width: 140px;
  display: inline-block;
  margin-left: 5px;
}

.d_pageWrap {
  width: 900px;
  letter-spacing: -.40em;
}

.page {
  width: 300px;
  float: left;
  letter-spacing: normal;
}

.page p {
  text-align: center;
  cursor: pointer;
}

.data {
  width: 100%;
  margin-left: 50px;
}

.data dl {
  width: 100%;
  line-height: 1.5;
  letter-spacing: 0.1em;
  border-top: 1px solid #999;
}

.data dt {
  padding-top: 20px;
}

.data dd {
  margin-top: -25px;
  padding-left: 50px;
}

.data p {
  padding-left: 0;
}

/*設計実例　詳細 end*/
/*clearfix*/
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*20140708追加*/
.col-h-1 .col-3-3 {
  width: 100%;
  padding-right: 0;
  margin-top: 19px;
}

.col-h-1 .col-3-3:first-child {
  margin-top: 0;
}

.col-1-3 {
  float: left;
}

.col-2-3 {
  float: right;
}

.col-2-3 dl {
  overflow: auto;
  max-height: 183px;
}

.col-h-1 {
  width: 33.33%;
  padding-right: 20px;
  float: left;
  margin-top: 1.8%;
}

.col-w-3 {
  float: left;
  margin-top: 1.8%;
}

.col-3-3 {
  float: left;
}

div.col-3-3 .content {
  background: none;
  padding-bottom: 4px;
}

div.col-w-3 .content {
  padding-bottom: 4px;
}

.col-w-4 {
  display: none;
}

/* 20140818　追加 */
.corpbtn {
  display: none;
}

.tablet_box {
  clear: both;
}

/*レスポンシブ用*/
@media only screen and (max-width: 1160px) and (min-width: 1025px) {
  div.img_slide {
    padding-bottom: 83%;
  }
}
@media only screen and (min-width: 1025px) {
  .menubtn {
    display: none;
  }

  .togmenu {
    display: block;
  }

  #menu li {
    display: inline-block;
    border: none;
    position: relative;
  }

  /* サブメニュー　sildeDown */
  #menu ul li ul.slideD_submenu {
    display: none;
    position: absolute;
    z-index: 100;
    -webkit-box-shadow: 0px 1px 5px 0px #4a4a4a;
    -moz-box-shadow: 0px 1px 5px 0px #4a4a4a;
    box-shadow: 0px 1px 5px 0px #4a4a4a;
  }

  #menu ul li ul.slideD_submenu li {
    display: block;
    width: 180px;
    margin: 0;
  }

  #menu ul li ul.slideD_submenu li a {
    padding: 10px 6px;
  }

  /* サブメニュー　sildeDown end */
}
@media only screen and (max-width: 1024px) and (min-width: 481px) {
  .content h2 {
    font-size: 0.85em;
  }
}
.questionnaire h3.adjust,
.solar h3.adjust {
  margin-top: 0;
}

.questionnaire .dl-a,
.solar .dl-a {
  padding: 0 15px;
}

.questionnaire .dl-a dd,
.solar .dl-a dd {
  height: 100%;
  margin-bottom: 15px;
  padding-bottom: 15px;
  background: url(../img/common/border0.png) repeat-x 0 100%;
}

.questionnaire .dl-a dd em,
.solar .dl-a dd em {
  display: block;
  padding-bottom: 5px;
}

.questionnaire .dl-a ul,
.solar .dl-a ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.questionnaire .dl-a li,
.solar .dl-a li {
  float: left;
  width: 50%;
}

.questionnaire .level4,
.questionnaire #cImpression,
.questionnaire #cImpression1,
.solar .level4,
.solar #cImpression,
.solar #cImpression1 {
  width: 600px;
}

.questionnaire .caution,
.solar .caution {
  margin: 15px;
}

/*TOPページ新着情報　サムネイル画像サイズ固定*/
.info_img {
  overflow: hidden;
  max-height: 199px;
  margin-bottom: 10px;
}

.tenpo {
  margin-top: 1.9% !important;
}

/*季刊誌アンケート表示非表示*/
/*
.new_sitemap .inner:nth-of-type(4) ul li:nth-of-type(2) ul li:nth-of-type(3) {
	display: none;
}
.remodal ul li:nth-of-type(40) a {
	display: none;
}
*/
/*季刊誌アンケート表示非表示*/
.pc_phone {
  display: block;
}

.sp_phone {
  display: none;
}

@media only screen and (max-width: 481px) {
  .pc_phone {
    display: none;
  }

  .sp_phone {
    display: block;
  }

  .sp_phone a {
    text-decoration: underline;
    color: #0000ff;
  }
}
/*　add20160316.cssから移動　*/
.logo {
  width: 10%;
}

#menu {
  width: 65%;
  margin: 0;
  float: left;
  padding-top: 28px;
  text-align: center;
}

.contact_space {
  width: 25%;
  float: right;
}

#menu ul {
  letter-spacing: -.40em;
  text-align: center;
}

#menu li.out_li {
  padding: 0;
  width: 24%;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
  padding-bottom: 20px;
  cursor: pointer;
}

#menu li.out_li a {
  border-left: 1px solid #c3c3c3;
}

#menu li.out_li:first-child a {
  border-left: none;
}

#menu li a {
  padding: 0 0 0 0;
}

#menu li.out_li .slideD_submenu {
  text-align: left;
  letter-spacing: normal;
  width: 100%;
  margin-top: 15px;
}

#menu li.out_li .slideD_submenu li a {
  border-left: 0;
}

.head_contact,
.head_contact2,
.logo {
  height: auto;
}

.head_contact,
.head_contact2 {
  width: 49%;
  float: left;
}

.head_contact2 {
  margin-left: 0;
  float: right;
}

.head_contact img,
.head_contact2 img {
  width: auto;
  height: auto;
  max-width: 100%;
}

#g_navi_box {
  padding: 11px 0;
}

#menu ul li ul.slideD_submenu li {
  width: 100%;
  letter-spacing: -1px;
}

.news0418 {
  background-image: url(../image/back.jpg);
  padding: 30px 0 0 0;
}

.news0418 p.news_inner {
  background-color: #fff;
  max-width: 1098px;
  margin: auto;
  width: 90%;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}

.sp_head_contact {
  display: none;
}

/*モデルハウス*/
.model-lead {
  width: 95%;
  margin: 40px auto;
}

.model-lead p:first-child {
  font-weight: bold;
  font-size: 23px;
}

/*TOP sns*/
.sns-new {
  margin-top: 15px;
}

.sns-new p {
  width: 32%;
  float: left;
  margin: 0 0 0 2%;
}

.sns-new p:first-child {
  margin-left: 0;
}

.sns-new p img {
  width: auto;
  max-width: 100%;
}

.col-3-3.arch {
  margin-top: 15px;
}

@media only screen and (max-width: 640px) {
  div.menubtn {
    margin: 0;
  }

  #g_navi_box {
    padding: 10px;
    position: relative;
  }

  .remodal-cancel {
    color: #fff;
    border: none;
    background: none;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
  }

  .cancel {
    background-color: #039;
  }

  #menu {
    display: none;
  }

  .news0418 p.news_inner {
    font-size: 12px;
  }

  div.head_contact, div.head_contact2 {
    float: none;
    padding-top: 0;
    display: inline-block;
  }

  div.contact_space {
    width: 110px;
    float: none;
    display: block;
    clear: both;
    margin-bottom: 0;
    position: absolute;
    right: 80px;
  }

  .remodal {
    padding: 35px 3% !important;
  }

  .satoyama li.detail {
    float: none !important;
    margin-bottom: 20px !important;
  }

  .satoyama li.special {
    float: none !important;
  }

  /*新着情報*/
  .information_detail .topic dt {
    float: none !important;
    padding: 0 !important;
    background-position: 7em center !important;
    margin-bottom: 5px !important;
  }

  .information_detail .topic dd {
    padding: 0 0 10px 0 !important;
    margin: 0 0 10px 0 !important;
  }
}
@media only screen and (max-width: 1024px) {
  div.contact_space {
    width: 110px;
    float: none;
    display: block;
    clear: both;
    margin-bottom: 0;
    position: absolute;
    right: 80px;
    top: 0;
    padding-top: 7px;
  }

  div.head_contact, div.head_contact2 {
    display: block;
    float: none;
    width: 100%;
    padding-top: 0;
  }

  #g_navi_box {
    position: relative;
    padding: 7px 10px 9px 10px;
  }

  div.menubtn {
    margin-bottom: 0;
    margin-top: 0;
  }

  div.menubtn a {
    font-size: 0;
    display: block;
  }

  #pankuzu {
    display: none;
  }

  #header_menu {
    display: none;
  }

  header {
    background-color: #FFF;
    position: fixed;
    z-index: 999;
    width: 100%;
    top: 0;
  }

  body {
    /*padding-top: 57px;*/
    -webkit-text-size-adjust: 100%;
  }

  body.index {
    /*padding-top: 84px;*/
  }

  .logo {
    padding-top: 0;
  }

  .add0428 {
    box-shadow: 1px 1px 3px #999;
  }
}
/*　▲add20160316.cssから移動　ここまで　*/
.event_information .contents_area {
  max-width: 1120px;
}

.event_information .information_list {
  margin: 0 50px;
}
.event_information .information_list img {
  max-width: 100%;
}
.event_information .information_list .article {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.event_information .information_list .article li {
  float: left;
  width: 25.29%;
  padding: 50px 0 0 1.97%;
  margin-bottom: 50px;
  border-top: 1px solid #000;
  box-sizing: border-box;
}
.event_information .information_list .article li:nth-child(4n-3) {
  clear: left;
  padding-left: 0;
  width: 23.52%;
}
.event_information .information_list .article li:nth-child(1), .event_information .information_list .article li:nth-child(2), .event_information .information_list .article li:nth-child(3), .event_information .information_list .article li:nth-child(4) {
  border-top: none;
}
.event_information .information_list .article li a {
  display: block;
}
.event_information .information_list .article li img.object-fit {
  object-fit: contain;
  width: 100%;
  height: 164px;
  font-family: 'object-fit: contain;';
}
.event_information .information_list .article dl {
  margin: 15px 0 0;
  font-size: 13px;
  font-weight: bold;
}
.event_information .information_list .article dl dt {
  position: relative;
}
.event_information .information_list .article dl dt span {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background: #333;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
}
.event_information .information_list .article dl dd {
  margin: 10px 0 0 0;
}
.event_information .information_list .pager {
  margin: 60px 0 0;
  padding: 0;
  text-align: center;
}
.event_information .information_list .pager li {
  display: inline-block;
  min-width: 46px;
  height: auto;
  margin: 5px;
}
.event_information .information_list .pager li.pager_current span {
  background: #000;
  color: #fff;
}
.event_information .information_list .pager a, .event_information .information_list .pager span {
  display: block;
  padding: 10px;
  text-align: center;
}
.event_information .information_list .pager a {
  border: 1px solid #000;
}

@media only screen and (max-width: 640px) {
  .event_information .contents_area {
    margin-right: 20px;
    margin-left: 20px;
  }

  .event_information .information_list {
    margin: 0 20px;
  }
  .event_information .information_list .article li {
    width: auto;
    float: none;
    padding: 15px 0;
    margin: 0;
    border-top: none;
    border-bottom: 1px solid #000;
    overflow: hidden;
  }
  .event_information .information_list .article li:nth-child(4n-3) {
    width: auto;
  }
  .event_information .information_list .article li img.object-fit {
    width: 46.94%;
    height: 95px;
    float: left;
  }
  .event_information .information_list .article dl {
    float: right;
    width: 50%;
    margin: 0;
  }
  .event_information .information_list .article dl dt span {
    position: static;
    display: inline-block;
  }
  .event_information .information_list .pager {
    margin-top: 30px;
  }
}
.blog .object-fit img {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.blog #contents_area img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.blog #sub_contents {
  padding: 63px 0 76px;
}
.blog #contents_area {
  background: #fff;
  padding: 10px 0 100px;
  margin: 0 auto;
  max-width: 1120px;
  border-radius: 6px;
  overflow: hidden;
}
.blog h1 {
  margin: 0 0 100px;
}
.blog #archive {
  float: left;
  margin: 0 0 0 50px;
  width: 61.8%;
  max-width: 690px;
}
.blog #archive ul {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.blog #archive ul li {
  border-top: 1px dotted #000;
}
.blog #archive ul li .more {
  position: absolute;
  bottom: 30px;
  right: 0;
  margin: 0;
  padding: 1px 1em;
  background: #333;
  font-size: 14px;
  color: #fff;
  font-weight: bold;
}
.blog #archive ul li:first-child {
  border-top: none;
}
.blog #archive ul li a {
  display: block;
  position: relative;
  padding: 30px 0;
  overflow: hidden;
}
.blog #archive ul li a:hover {
  text-decoration: none;
  opacity: .7;
}
.blog #archive .thumnail {
  float: left;
  padding: 0;
  margin: 0;
  width: 36.24%;
  max-width: 250px;
}
.blog #archive .thumnail img {
  width: 100%;
  height: 166px;
}
.blog #archive dl {
  margin: 0 0 25px;
  width: 56.52%;
  float: right;
  font-size: 14px;
}
.blog #archive dl dd {
  margin: 15px 0 0;
}
.blog #archive dl dd.title {
  font-size: 18px;
  font-weight: bold;
}
.blog #post {
  float: left;
  margin: 0 0 0 50px;
  width: 61.8%;
  max-width: 690px;
  font-size: 16px;
}
.blog #post .date {
  margin: 0;
  font-size: 12px;
}
.blog #post h2 {
  padding: 25px 0;
  margin: 0 0 100px;
  font-size: 20px;
  border-bottom: 1px solid #000;
}
.blog #post h3 {
  font-size: 1.2em;
  margin-left: 20px;
  padding-left: 8px;
  padding-top: 2px;
  border-left: 7px solid #039;
}
.blog #post h4 {
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: 10px;
}
.blog #side {
  float: right;
  margin: 0 50px 0 0;
  width: 20.54%;
  max-width: 230px;
}
.blog #side h3 {
  margin: 0 0 30px;
}
.blog #side h3 img {
  width: 210px;
}
.blog #side a {
  position: relative;
  padding: 5px 0 5px 1.3em;
  font-size: 15px;
  display: block;
}
.blog #side a::before {
  content: '─';
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
}
.blog #side .categories {
  margin-bottom: 50px;
}
.blog #side .categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.blog #side .archives dl {
  margin: 0;
  font-size: 0;
}
.blog #side .archives dl dt {
  position: relative;
  padding-left: 1.3em;
  font-size: 15px;
}
.blog #side .archives dl dt::before {
  content: '─';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.blog #side .archives dl dd {
  display: inline-block;
  margin: 0 0 0 6%;
  box-sizing: border-box;
  width: 27.33%;
}
.blog .single #side {
  padding-top: 120px;
}
.blog #wp-pagenation {
  margin: 40px 0 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
}
.blog #wp-pagenation li {
  min-height: 24px;
}
.blog #wp-pagenation li.nLeft {
  float: left;
  width: 50%;
  text-align: left;
}
.blog #wp-pagenation li.nLeft a {
  display: inline-block;
  padding: 1px 1em;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.blog #wp-pagenation li.nLeft a:hover {
  text-decoration: none;
}
.blog #wp-pagenation li.nRight {
  float: right;
  width: 50%;
  text-align: right;
}
.blog #wp-pagenation li.nRight a {
  display: inline-block;
  padding: 1px 1em;
  background: #333;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
.blog #wp-pagenation li.nRight a:hover {
  text-decoration: none;
}
.blog #wp-pagenation li.nCenter {
  text-align: center;
  float: none;
  clear: both;
}
.blog #wp-pagenation li.nCenter a {
  display: inline-block;
  padding: 4px 3em;
  background: #000;
  color: #fff;
  font-size: 14px;
}
.blog #wp-pagenation li.nCenter a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 640px) {
  .blog #sub_contents {
    padding: 18px 20px 50px;
  }
  .blog #contents_area {
    padding: 10px 0 20px;
  }
  .blog h1 {
    margin-bottom: 33px;
  }
  .blog #archive {
    margin: 0 20px 42px;
    width: auto;
    max-width: none;
    float: none;
  }
  .blog #archive ul a {
    padding: 20px 0;
  }
  .blog #archive .thumnail {
    width: 50%;
    max-width: 147px;
  }
  .blog #archive .thumnail img {
    height: 98px;
  }
  .blog #archive dl {
    width: 45%;
    font-size: 13px;
  }
  .blog #archive dl dd.title {
    font-size: 14px;
  }
  .blog #archive dl dd {
    margin-top: 10px;
  }
  .blog #archive dl .txt {
    display: none;
  }
  .blog #post {
    margin: 0 20px 42px;
    width: auto;
    max-width: none;
    float: none;
  }
  .blog #post h2 {
    font-size: 15px;
    padding: 5px 0 25px;
    margin-bottom: 30px;
  }
  .blog #post #wp-pagenation li.nCenter {
    padding-top: 30px;
  }
  .blog #post #wp-pagenation li.nCenter a {
    display: block;
    padding: 5px 0;
  }
  .blog #side {
    float: none;
    margin: 44px 0 0;
    padding: 0 20px;
    width: auto;
    max-width: none;
  }
  .blog #side h3 {
    border-bottom: 1px solid #000;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }
  .blog #side .categories {
    margin-bottom: 45px;
  }
  .blog #side .archives dl dd a {
    font-size: 15px;
  }
  .blog .single #side {
    padding-top: 0;
  }
}
.wp-pagenavi {
  margin-top: 2em;
  text-align: center;
}
.wp-pagenavi span {
  display: inline-block;
  margin: 5px;
  padding: 14px;
}
.wp-pagenavi a {
  display: inline-block;
  margin: 5px;
  padding: 14px;
  text-decoration: none;
  border: 1px solid #000;
}
.wp-pagenavi .page {
  width: auto;
  float: none;
}
.wp-pagenavi .pages,
.wp-pagenavi .extend {
  padding-right: 0;
  padding-left: 0;
  border: none;
}
.wp-pagenavi .pages {
  margin-right: 20px;
}
.wp-pagenavi .current {
  background-color: #000;
  color: #FFF;
  border: 1px solid #000;
}
