@charset "UTF-8";
#wrap {
  padding: 0 0 500px 0;
}

p.menuCtrl {
  position: fixed;
  width: 24px;
  height: 30px;
  top: 16px;
  right: 16px;
  z-index: 1000;
  font-family: Akrobat-Bold;
  font-size: 10px;
  text-align: center;
  cursor: pointer;
  user-select: none;
}

p.menuCtrl span {
  background-color: #FFF;
  display: block;
  height: 2px;
  position: absolute;
  border-radius: 1px;
  left: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

p.menuCtrl span.label {
  background-color: transparent;
  display: block;
  position: absolute;
  bottom: 3px;
  left: 50%;
  line-height: 0;
  transform: translate(-50%, 0);
  /*左右・天地の順*/
  height: auto;
  color: #FFF;
}

p.menuCtrl.open span {
  width: 24px;
}

p.menuCtrl.open span.lineOne {
  top: 0px;
}

p.menuCtrl.open span.lineTwo {
  top: 8px;
}

p.menuCtrl.open span.lineThree {
  top: 16px;
}

p.menuCtrl.open.scrolled span {
  background-color: #33587a;
}

p.menuCtrl.open.scrolled span.label {
  color: #33587a;
}

p.menuCtrl.close span {
  background-color: #33587a;
  color: #33587a;
}

p.menuCtrl.close span.lineOne {
  transform: rotate(45deg);
  top: 8px;
  height: 2px;
  width: 24px;
}

p.menuCtrl.close span.lineTwo {
  display: none;
}

p.menuCtrl.close span.lineThree {
  transform: rotate(-45deg);
  top: 8px;
  height: 2px;
  width: 24px;
}

header {
  min-height: 223px;
  position: relative;
  background-image: url(../img/header_imgs/header_others.jpg);
  background-size: cover;
  background-position: center;
}

header .after {
  content: '';
  display: block;
  width: 30%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  background-color: #003252;
  opacity: 0;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

header .after.narrow {
  width: 28%;
  opacity: 0.9;
}

header div.inner .logoHeader {
  position: absolute;
  font-size: 0 !important;
  width: 42px;
  height: 42px;
  top: 32px;
  left: 32px;
  display: none;
}

header div.inner nav {
  display: none;
}

header h1 {
  position: absolute;
  top: inherit;
  bottom: 16px;
  right: 16px;
  z-index: 20;
  margin: 0;
  text-align: right;
  font-size: 32px !important;
  color: #FFF;
  font-family: Butler_Ultra_Light,NotoSerifCJKjp-Light;
  letter-spacing: 0.01em;
}

header h1 span {
  font-size: 12px;
  display: block;
  letter-spacing: 0.1em;
}

header h1 span.en {
  display: block;
  height: 28px;
  margin-top: 5px;
}

header h1 span.en svg {
  height: 100%;
  max-width: 90%;
}

header h1 span.en svg path {
  stroke: #fff;
  fill: #fff;
  stroke-dasharray: 1800;
  opacity: 10;
  animation: h1_stroke 3s cubic-bezier(0, 0.23, 1, 0.1);
  fill: #fff;
  stroke: #FFFFFF;
  stroke-width: 0;
  stroke-miterlimit: 10;
}

section.main {
  width: 90%;
  margin: auto;
}

section.main h2 {
  font-size: 24px !important;
  padding: 48px 0 24px 0;
  margin: 0;
  text-align: center;
}

footer {
  background-color: #003252;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
  color: #FFF;
}

footer div.banners {
  height: 0;
  display: none;
}

footer div.address {
  padding: 48px 64px 0 64px;
}

footer div.address p {
  margin: 0;
}

footer div.address:before {
  background-image: url(../img/logo_wht.svg);
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 260px;
  height: 64px;
  border-bottom: 1px solid #FFF;
  margin-bottom: 18px;
}

footer div.address div {
  width: 100%;
  font-size: 0;
}

footer div.address div p {
  display: inline-block;
  width: 50%;
  font-family: Akrobat-Thin;
  font-size: 32px !important;
  font-size: 2.00em;
  line-height: 1.5;
}

footer div.address div p span {
  font-size: 16px !important;
  font-size: 1.00em;
  margin-right: 8px;
}

footer div.address div p a {
  text-decoration: none;
}

footer div.address div p a:link, footer div.address div p a:visited {
  color: #FFF;
}

@media screen and (max-width: 520px) {
  footer div.address div p {
    display: block;
    width: auto;
  }
}

footer div.menus {
  display: none;
}

footer small {
  display: block;
  padding: 40px;
  text-align: center;
}

footer small span {
  font-size: 0;
}

footer small span:after {
  content: '\A';
  white-space: pre;
}

p.contactUsBadge {
  display: none;
}

/* header imgs */
body.housing header {
  background-image: url(../img/header_imgs/header_housing.jpg);
}

body.building header {
  background-image: url(../img/header_imgs/header_building.jpg);
}

body.civilworks header {
  background-image: url(../img/header_imgs/header_civilworks.jpg);
}

body.yess header {
  background-image: url(../img/header_imgs/header_yess.jpg);
}

body.modelhouse header {
  background-image: url(../img/header_imgs/header_modelhouse.jpg);
}

/* toppage */
body.topPage header {
  height: 375px;
  opacity: 1;
  background-image: url(../../img/header_toppage.jpg);
  background-size: cover;
  background-position: top;
  /*slideshow*/
}

body.topPage header .inner {
  height: 100%;
  position: relative;
  overflow: hidden;
}

body.topPage header .inner div.slideshow.p1 p {
  background-image: url(../../img/slideshow/p1.jpg);
}

body.topPage header .inner div.slideshow.p2 p {
  background-image: url(../../img/slideshow/p2.jpg);
}

body.topPage header .inner div.slideshow.p3 p {
  background-image: url(../../img/slideshow/p3.jpg);
}

body.topPage header .inner div.slideshow.p4 p {
  background-image: url(../../img/slideshow/p4.jpg);
}

body.topPage header .inner div.slideshow.activated p {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  opacity: 1;
}

body.topPage header .inner div.slideshow.activated span {
  -webkit-animation: msgAnimation 16s linear 0s;
  -moz-animation: msgAnimation 16s linear 0s;
  -o-animation: msgAnimation 16s linear 0s;
  -ms-animation: msgAnimation 16s linear 0s;
  animation: msgAnimation 16s linear 0s;
}

body.topPage header .inner div.slideshow p {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  -moz-transition: all 6s !important;
  -o-transition: all 6s !important;
  -ms-transition: all 6s !important;
  -webkit-transition: all 6s !important;
  transition: all 6s !important;
  background-size: cover;
  background-position: center;
}

body.topPage header .inner div.slideshow span {
  display: block;
  height: 15%;
  width: 100%;
  position: absolute;
  bottom: 48px;
  opacity: 0;
  text-align: center;
}

body.topPage header .inner div.slideshow span img {
  height: 100%;
}

body.topPage header .inner p.lastMsg span {
  display: block;
  height: 10%;
  position: absolute;
  opacity: 0;
  left: 0%;
  -moz-transition: all 0.5s !important;
  -o-transition: all 0.5s !important;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
  line-height: 1;
  max-width: 94%;
}

body.topPage header .inner p.lastMsg span img {
  height: 100%;
}

body.topPage header .inner p.lastMsg span.msg1 {
  bottom: 41%;
  height: 6%;
}

body.topPage header .inner p.lastMsg span.msg2 {
  bottom: 29%;
}

body.topPage header .inner p.lastMsg span.msg3 {
  bottom: 17%;
}

body.topPage header .inner p.lastMsg span.msg4 {
  bottom: 5%;
}

body.topPage header .inner p.lastMsg span.activated {
  opacity: 1;
  left: 3%;
}

body.topPage header .logoHeader {
  position: absolute;
  background-image: url(../img/logo_wht.svg);
  width: 233px;
  height: 42px;
  top: 32px;
  left: 32px;
  display: block;
}

body.topPage section.freeDesign {
  background-color: #f5f5f5;
}

body.topPage section.freeDesign div.txt {
  padding: 34px 47px;
  font-size: 12px !important;
  font-size: 0.75em;
}

body.topPage section.freeDesign div.txt span {
  font-family: Metropolis-Medium;
  color: #ae976e;
  letter-spacing: 0.2em;
}

body.topPage section.freeDesign div.txt h2 {
  margin-top: 0.1em;
  margin-bottom: 0.8em;
  line-height: 2.0;
  font-size: 20px !important;
  font-size: 1.25em;
  white-space: nowrap;
}

body.topPage section.freeDesign div.photo {
  background-image: url(../../img/free_design.png);
  background-size: cover;
  background-position: center;
  height: 260px;
}

body.topPage section.worksGallery {
  width: 90%;
  margin: auto;
  padding-bottom: 108px;
  position: relative;
}

body.topPage section.worksGallery article.worksLarge {
  margin: auto;
  border-bottom: 1px solid #ae976e;
  position: relative;
  padding: 16px 0px;
}

body.topPage section.worksGallery article.worksLarge:after {
  content: '';
  display: block;
  clear: both;
  height: 1px;
}

body.topPage section.worksGallery article.worksLarge p.photo {
  background-color: #DDD;
  width: 40%;
  height: 108px;
  margin: 0;
  float: left;
  overflow: hidden;
}

body.topPage section.worksGallery article.worksLarge p.photo img {
  min-height: 100%;
}

body.topPage section.worksGallery article.worksLarge div {
  width: 55%;
  float: right;
}

body.topPage section.worksGallery article.worksLarge div h3 {
  font-size: 16px !important;
  font-size: 1.00em;
  color: #ae976e;
  margin: 0;
}

body.topPage section.worksGallery article.worksLarge div p {
  display: none;
}

body.topPage section.worksGallery article.worksLarge div p.link {
  display: block;
  margin: 0;
  font-size: 11px !important;
  font-size: 0.69em;
}

body.topPage section.worksGallery article.worksLarge div p.link span {
  display: none;
}

body.topPage section.worksGallery article.worksSmall {
  height: 40px;
  position: relative;
  margin-right: 8%;
  margin-top: 16px;
  width: 46%;
  float: left;
}

body.topPage section.worksGallery article.worksSmall:nth-child(2n+4) {
  margin-right: 0;
}

body.topPage section.worksGallery article.worksSmall p.photo {
  background-color: #DDD;
  width: 40px;
  height: 40px;
  margin: 0;
  float: left;
  overflow: hidden;
}

body.topPage section.worksGallery article.worksSmall p.photo img {
  height: 100%;
  max-width: none;
  width: auto;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

body.topPage section.worksGallery article.worksSmall h3 {
  display: inline-block;
  padding: 8px 0px;
  letter-spacing: 0;
  color: #ae976e;
  font-size: 13px !important;
  font-size: 0.81em;
  margin: 0px;
  line-height: 1.0;
  width: calc(100% - 50px);
  min-height: 40px;
  float: right;
}

body.topPage section.worksGallery article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -100%;
}

body.topPage section.worksGallery p.allWorksGallery {
  text-align: center;
  border: 1px solid #ae976e;
  width: 200px;
  height: 52px;
  font-family: NotoSerifCJKjp-Medium;
  font-size: 13px !important;
  font-size: 0.81em;
  line-height: 1.5;
  padding-top: 8px;
  letter-spacing: 0.1em;
  position: absolute;
  left: 50%;
  bottom: 32px;
}

body.topPage section.worksGallery p.allWorksGallery.efctTgt {
  transform: translate(-50%, 25px);
}

body.topPage section.worksGallery p.allWorksGallery.efctTgt.is-show {
  transform: translate(-50%, 0px);
}

body.topPage section.worksGallery p.allWorksGallery a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

body.topPage section.worksGallery p.allWorksGallery a:link, body.topPage section.worksGallery p.allWorksGallery a:visited {
  color: #000;
}

body.topPage section.worksGallery p.allWorksGallery span {
  display: block;
  color: #ae976e;
  font-size: 10px;
}

body.topPage section.ourServices .sectionHeader {
  background-color: #f5f5f5;
}

body.topPage section.ourServices section {
  margin: auto;
  height: 288px;
}

body.topPage section.ourServices section:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
}

body.topPage section.ourServices section.pt01 > p.ph01 {
  background-image: url(../../img/ourservices_01_01.png);
}

body.topPage section.ourServices section.pt01 > p.ph01:after {
  background-image: url(../img/point_01_wht.svg);
}

body.topPage section.ourServices section.pt02 > p.ph01 {
  background-image: url(../../img/ourservices_02_02.png);
}

body.topPage section.ourServices section.pt02 > p.ph01:after {
  background-image: url(../img/point_02_wht.svg);
}

body.topPage section.ourServices section.pt03 > p.ph01 {
  background-image: url(../../img/ourservices_03_01.png);
}

body.topPage section.ourServices section.pt03 > p.ph01:after {
  background-image: url(../img/point_03_wht.svg);
}

body.topPage section.ourServices section.pt04 > p.ph01 {
  background-image: url(../../img/ourservices_04_04.png);
}

body.topPage section.ourServices section.pt04 > p.ph01:after {
  background-image: url(../img/point_04_wht.svg);
}

body.topPage section.ourServices section > p {
  display: none;
}

body.topPage section.ourServices section > p.ph01 {
  display: block;
  margin: 0;
  width: 35%;
  height: 100%;
  float: left;
  position: relative;
  background-size: cover;
  background-position: center;
}

body.topPage section.ourServices section > p.ph01:after {
  content: '.';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  background-size: 57px;
  background-repeat: no-repeat;
  background-position: center 50px;
}

body.topPage section.ourServices section div.txt {
  width: 65%;
  height: 100%;
  float: right;
  padding: 32px;
}

body.topPage section.ourServices section div.txt p {
  font-size: 11px !important;
  font-size: 0.69em;
}

body.topPage section.informations {
  background-image: url(../../img/informations_bg.png);
  background-size: cover;
  background-position: center;
  text-align: center;
  padding-bottom: 32px;
}

body.topPage section.informations article {
  background-color: #FFF;
  width: 80%;
  height: 93px;
  position: relative;
  margin: 0 auto 16px auto;
}

body.topPage section.informations article.modelHouse p.photo {
  background-image: url(../../img/informations_01.png);
}

body.topPage section.informations article.profile p.photo {
  background-image: url(../../img/informations_02.png);
}

body.topPage section.informations article.contactUs p.photo {
  background-image: url(../../img/informations_03.png);
}

body.topPage section.informations article.recruit p.photo {
  background-image: url(../../img/informations_04.png);
}

body.topPage section.informations article h3 {
  margin: 0;
  padding: 0;
  float: left;
  width: 50%;
  height: 100%;
  font-size: 14px !important;
  font-size: 0.88em;
  padding-top: 24px;
}

body.topPage section.informations article h3 span {
  display: block;
  font-size: 11px !important;
  font-size: 0.69em;
}

body.topPage section.informations article p {
  margin: 0;
}

body.topPage section.informations article p.photo {
  background-size: cover;
  background-position: center;
  width: 50%;
  height: 100%;
  float: left;
}

body.topPage section.informations article p > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -100%;
  text-align: left;
}

body.topPage section.news ul {
  width: 88%;
  margin: auto;
}

body.topPage section.news ul li {
  border-bottom: 1px solid #DDD;
  background-image: none;
  padding: 16px 0;
}

body.topPage section.informations h2, body.topPage section.news h2 {
  font-size: 24px !important;
  font-size: 1.50em;
  text-align: center;
  position: relative;
  padding-bottom: 32px;
  padding-top: 64px;
  margin-bottom: 48px;
}

body.topPage section.informations h2:after, body.topPage section.news h2:after {
  content: '';
  display: block;
  background-color: #ae976e;
  width: 50px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -25px;
}

body.topPage section div.sectionHeader {
  position: relative;
  text-align: center;
  padding: 48px 24px 24px 24px;
}

body.topPage section div.sectionHeader h2 {
  margin: 0;
  font-size: 24px !important;
  font-size: 1.50em;
}

body.topPage section div.sectionHeader p {
  margin: 0;
  font-family: NotoSerifCJKjp-Regular;
  font-size: 11px !important;
  font-size: 0.69em;
}

body.topPage section div.sectionHeader p.toGallery {
  border: 1px solid #ae976e;
  margin: 10px auto;
  width: 30%;
}

body.topPage section div.sectionHeader p.toGallery a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

body.topPage section div.sectionHeader p.toGallery a:link, body.topPage section div.sectionHeader p.toGallery a:visited {
  color: #000;
}

div.spMenu {
  display: none;
  background-color: #003252;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 990;
  overflow-y: auto;
  color: #FFF;
}

div.spMenu:before {
  background-color: #FFF;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background-image: url(../img/logo_blue.svg);
  background-repeat: no-repeat;
  background-position: 24px center;
  background-size: 182px 32px;
}

div.spMenu nav {
  margin: 120px 48px;
  column-count: 2;
}

div.spMenu nav ul {
  list-style: none;
}

div.spMenu nav ul li a {
  text-decoration: none;
}

div.spMenu nav ul li a:link, div.spMenu nav ul li a:visited {
  color: #FFF;
}

div.spMenu div.address {
  margin: 0 48px;
  border-top: 1px solid #FFF;
  padding-top: 16px;
}

div.spMenu div.address p {
  margin: 0;
}

div.spMenu div.address > p:first-child {
  font-family: NotoSerifCJKjp-Regular;
  margin-bottom: 32px;
  font-size: 17px !important;
  font-size: 1.06em;
  white-space: nowrap;
}

div.spMenu div.address div {
  width: 100%;
  font-size: 0;
}

div.spMenu div.address div p {
  display: inline-block;
  width: 50%;
  font-family: Akrobat-Thin;
  font-size: 24px !important;
  font-size: 1.50em;
  line-height: 1.5;
}

div.spMenu div.address div p span {
  font-size: 16px !important;
  font-size: 1.00em;
  margin-right: 4px;
}

div.spMenu div.address div p a {
  text-decoration: none;
}

div.spMenu div.address div p a:link, div.spMenu div.address div p a:visited {
  color: #FFF;
}

/* モデルハウス */
p.catchCopy {
  font-size: 16px;
  line-height: 2.0;
  font-family: NotoSerifCJKjp-Medium;
  margin-top: 64px;
  margin-bottom: 2.9em;
  letter-spacing: 0.02em;
}

#model_house_gallery {
  width: 100%;
  padding-bottom: 160px;
  margin: auto;
  position: relative;
  margin-bottom: 40px;
}

#model_house_gallery:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
}

#model_house_gallery #movie_and_photos {
  position: relative;
  /* height: 100%; */
  height: auto;
padding-bottom: 88%;
}

#model_house_gallery #movie_and_photos h3 {
  background-color: #003252;
  color: #ae976e;
  font-size: 13px !important;
  font-size: 0.81em;
  padding: 3px 21px;
  position: absolute;
  top: 0;
  left: 0;
}

#model_house_gallery #movie_and_photos > div {
  /* display: none; */
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 0%;
  overflow:hidden;
}

#model_house_gallery #movie_and_photos > div.current {
  /* display: block; */
  /* animation-name:fadeInAnime;
  animation-duration:0.5s; */
  /* animation-delay: 0.5s; */
  opacity: 1;
}
#model_house_gallery #movie_and_photos > div.hidden {
  /* animation-name:fadeOutAnime;
  animation-duration:0.5s; */
  opacity: 0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOutnAnime{
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

#model_house_gallery #movie_and_photos > div .sphere_movie {
  background-color: #DDD;
  height: 300px;
  margin-bottom: 10px;
  position:relative;
  z-index:10000;
}

#model_house_gallery #movie_and_photos > div .sphere_movie div.ricoh-theta-click2play img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#model_house_gallery #movie_and_photos > div .photo_thumb_nail {
  white-space: nowrap;
  position: relative;
}

#model_house_gallery #movie_and_photos > div .photo_thumb_nail h4 {
  color: #ae976e;
  font-size: 13px !important;
  font-size: 0.81em;
  letter-spacing: 0.1em;
}

#model_house_gallery #movie_and_photos > div .photo_thumb_nail p {
  width: 32px;
  height: 32px;
  text-indent: -200%;
  position: absolute;
  bottom: 40px;
  margin: 0;
  z-index: 1000;
  cursor: pointer;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10から */
  background-size: 28px 28px;
  background-position: center;
  background-color: #FFF;
  border-radius: 50%;
}

#model_house_gallery #movie_and_photos > div .photo_thumb_nail p.nav_prev {
  left: 0%;
  transform: translate(-50%, 50%);
  /*左右・天地の順*/
  background-image: url(../img/nav_thumbs_left.svg);
}

#model_house_gallery #movie_and_photos > div .photo_thumb_nail p.nav_next {
  right: 0%;
  transform: translate(50%, 50%);
  /*左右・天地の順*/
  background-image: url(../img/nav_thumbs_right.svg);
}

#model_house_gallery #movie_and_photos > div .photo_thumb_nail p.disable {
  opacity: 0.5;
}

#model_house_gallery #movie_and_photos > div .photo_thumb_nail > div {
  position: relative;
  overflow: hidden;
  height: 80px;
}

#model_house_gallery #movie_and_photos > div .photo_thumb_nail > div div {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  height: 150px;
}

#model_house_gallery #movie_and_photos > div .photo_thumb_nail > div ul {
  margin: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0px;
}

#model_house_gallery #movie_and_photos > div .photo_thumb_nail > div ul li {
  background-color: #DDD;
  vertical-align: bottom;
  width: 80px;
  height: 80px;
  display: inline-block;
  margin-right: 8px;
  font-size: 16px;
  padding: 0;
}

#model_house_gallery #movie_and_photos > div .photo_thumb_nail > div ul li:last-child {
  margin-right: 0;
}

#model_house_gallery nav {
  width: 100%;
  height: 144px;
  position: absolute;
  left: 0;
  bottom: 0;
}

#model_house_gallery nav > ul {
  text-align: center;
}

#model_house_gallery nav > ul > li {
  width: 144px;
  height: 144px;
  display: inline-block;
  margin: 0 2%;
  position: relative;
  background-position: center;
  background-size: contain;
}

#model_house_gallery nav > ul > li#nav_1f {
  left: 0;
  bottom: 0;
  background-image: url(../img/madori_f1.svg);
}

#model_house_gallery nav > ul > li#nav_1f:after {
  content: '1F';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #003252;
  color: #FFF;
  font-size: 10px;
  padding: 3px 8px;
  line-height: 1.0;
}

#model_house_gallery nav > ul > li#nav_2f {
  left: 0;
  background-image: url(../img/madori_f2.svg);
}

#model_house_gallery nav > ul > li#nav_2f:after {
  content: '2F';
  position: absolute;
  top: 0;
  right: 0;
  background-color: #003252;
  color: #FFF;
  font-size: 10px;
  padding: 3px 8px;
  line-height: 1.0;
}

#model_house_gallery nav > ul > li ul li {
  background-color: #009edd;
  background-image: none;
  cursor: pointer;
  width: 16px;
  height: 16px;
  font-size: 0;
  border-radius: 8px;
  position: absolute;
}

#model_house_gallery nav > ul > li ul li.current, #model_house_gallery nav > ul > li ul li:hover {
  background-color: #bf1920;
}

#model_house_gallery nav > ul > li ul li#nav_01 {
  top: 43%;
  left: 11.5%;
}

#model_house_gallery nav > ul > li ul li#nav_02 {
  top: 55%;
  left: 80%;
}

#model_house_gallery nav > ul > li ul li#nav_03 {
  top: 60%;
  left: 11.5%;
}

#model_house_gallery nav > ul > li ul li#nav_04 {
  top: 60%;
  left: 60%;
}

.photoTile {
  margin: 0 auto 40px auto;
}

.photoTile p {
  margin: 0;
}

.photoTile p.photo {
  position: relative;
  margin-bottom: 8px;
}

.photoTile p.photo img {
  max-width: 100%;
}

.photoTile p.photo span {
  position: absolute;
  width: 30%;
  top: 5%;
  right: 5%;
}

.model_house_information {
  padding: 32px;
  margin-bottom: 40px;
  background-color: #f5f5f5;
}

.model_house_information > div h3 {
  border-bottom: 1px dotted #DDD;
  margin: 0 0 7px 0;
  font-size: 14px !important;
  font-family: mPlus2cM;
  background-color: transparent;
  color: #000;
  padding: 0 0 16px 0;
}

.model_house_information > div p {
  margin: 0;
  padding: 0;
}

.model_house_information > div p.dates {
  color: #bf1920;
}

.model_house_information > div p.attention {
  padding-left: 1em;
  text-indent: -1em;
}

.model_house_information > div.model_house_title {
  font-size: 13px;
}

.model_house_information > div.model_house_title h2 {
  margin: 8px 0;
  padding: 0;
  font-size: 0 !important;
}

.model_house_information > div.model_house_title p {
  margin-top: 0 !important;
}

.model_house_information > div.openDates {
  background-color: #FFF;
  margin-top: 16px;
  padding: 24px 32px;
}

.model_house_information > div.contactInfo {
  background-color: #FFF;
  padding: 24px 32px;
  margin-top: 16px;
}

.model_house_information > div.contactInfo .freeDial {
  color: #bf1920;
}

.model_house_information > div.contactInfo .freeDial a {
  font-family: Akrobat-Bold;
  font-size: 36px;
  text-align: right;
  display: block;
  line-height: 1;
  text-decoration: none;
}

.model_house_information > div.contactInfo .freeDial a:link, .model_house_information > div.contactInfo .freeDial a:visited {
  color: #bf1920;
}

#map_canvas_01 {
  width: 100%;
  height: 280px;
}

/* 住宅事業 */
h2.housing {
  font-size: 24px !important;
  padding-bottom: 0.5em !important;
}

h2.housing span {
  font-size: 38%;
  margin-left: 1em;
}

p.housingCopy {
  text-align: center;
  font-family: NotoSerifCJKjp-Medium;
  font-size: 14px !important;
  font-size: 0.88em;
  margin-top: 0;
  margin-bottom: 2.2em;
  line-height: 2.29;
}

section.housingIndex {
  width: 95%;
  margin: auto;
  position: relative;
}

section.housingIndex h2 {
  padding: 48px 0;
  margin: 0;
  text-align: center;
}

section.housingIndex article.worksLarge {
  margin: auto;
  border-bottom: 1px solid #ae976e;
  position: relative;
  padding: 16px 0px;
}

section.housingIndex article.worksLarge:after {
  content: '';
  display: block;
  clear: both;
  height: 1px;
}

section.housingIndex article.worksLarge p.photo {
  background-color: #DDD;
  width: 40%;
  height: auto;
  margin: 0;
  float: left;
  overflow: hidden;
}

section.housingIndex article.worksLarge div {
  width: 55%;
  float: right;
}

section.housingIndex article.worksLarge div h3 {
  font-size: 16px !important;
  font-size: 1.00em;
  color: #ae976e;
  margin: 0;
}

section.housingIndex article.worksLarge div p {
  display: none;
}

section.housingIndex article.worksLarge div p.link {
  display: block;
  margin: 0;
  font-size: 11px !important;
  font-size: 0.69em;
}

section.housingIndex article.worksLarge div p.link span {
  display: none;
}

section.housingIndex article a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -100%;
}

#housingGallery {
  width: 95%;
  margin: auto;
}

#housingGallery .mainPhoto {
  margin-bottom: 32px;
  padding-top: 67%;
  position: relative;
  overflow: hidden;
}

#housingGallery .mainPhoto #navLeft, #housingGallery .mainPhoto #navRight {
  z-index: 100;
  display: block;
  position: absolute;
  top: 0;
  cursor: pointer;
  user-select: none;
  width: 10%;
  height: 100%;
  background-size: 66%;
  background-position: center;
  text-indent: -100%;
}

#housingGallery .mainPhoto #navLeft {
  left: 0;
  background-image: url(../img/gal_nav_left.png);
}

#housingGallery .mainPhoto #navRight {
  right: 0;
  background-image: url(../img/gal_nav_right.png);
}

#housingGallery .mainPhoto #navLeft.disable, #housingGallery .mainPhoto #navRight.disable {
  opacity: 0.3;
}

#housingGallery .mainPhoto .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#housingGallery .mainPhoto .inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  transform: translate(-50%, -50%);
}

#housingGallery ul.thumbs {
  margin: 0 0 16px 0;
  font-size: 0;
  text-align: left;
}

#housingGallery ul.thumbs li {
  background-color: #EEE;
  display: inline-block;
  background-image: none;
  width: 22.8%;
  margin-right: 2.9%;
  padding-top: 22.8%;
  margin-bottom: calc(2.9%);
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#housingGallery ul.thumbs li:nth-child(4n) {
  margin-right: 0;
}

#housingGallery ul.thumbs li.current:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #bf1920;
  z-index: 100;
  box-sizing: border-box;
}

#housingGallery ul.thumbs li img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  object-fit: cover;
  transform: translate(-50%, -50%);
}

#housingGallery nav ul.housingNav {
  margin: 0;
  background-color: ligthblue;
  column-count: 2;
}

#housingGallery nav ul.housingNav li {
  background-image: none;
  padding: 0;
  font-size: 12px !important;
  font-size: 0.75em;
}

#housingGallery nav ul.housingNav li.current a:link, #housingGallery nav ul.housingNav li.current a:visited {
  color: #bf1920;
  font-weight: bold;
}

#housingGallery nav ul.housingNav li a {
  text-decoration: none;
  display: block;
  width: 100%;
  height: 100%;
}

#housingGallery nav ul.housingNav li a:link, #housingGallery nav ul.housingNav li a:visited {
  color: #ae976e;
}

#housingGallery nav ul.housingNav li a:hover {
  color: #9e8964;
}

#housingGallery nav p#more_btn, #housingGallery nav p#close_btn {
  margin: 0;
  border: 1px solid #ae976e;
  text-align: center;
  margin-top: 1em;
  line-height: 40px;
  color: #ae976e;
  cursor: pointer;
  font-family: mplus-2c-regular;
  letter-spacing: 0.2em;
  font-size: 12px !important;
  font-size: 0.75   em;
}

#housingGallery nav p#more_btn:hover, #housingGallery nav p#close_btn:hover {
  background-color: #f5f5f5;
}

/* 建築事業 */
#buildingGallery {
  position: relative;
  margin: auto;
}

#buildingGallery > div {
  width: 100%;
  height: 100%;
}

#buildingGallery > div.mainArea p.photo {
  background-color: #EEE;
  margin-bottom: 8px;
  height: 200px;
  overflow: hidden;
  position: relative;
}

#buildingGallery > div.mainArea p.photo img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
}

#buildingGallery > div.mainArea div.txt h3 {
  margin: 0;
  padding: 0;
  font-family: NotoSerifCJKjp-Medium;
  font-size: 18px !important;
  font-size: 1.13em;
  line-height: 1.78;
  background-color: transparent;
  color: #000;
}

#buildingGallery > div.mainArea div.txt p {
  margin-bottom: 1.7em;
}

#buildingGallery > div.thumbs {
  white-space: nowrap;
  width: 100%;
  position: relative;
}

#buildingGallery > div.thumbs p.nav {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 50%;
  margin: 0;
  z-index: 1000;
  cursor: pointer;
  user-select: none;
  /* CSS3 */
  -moz-user-select: none;
  /* Firefox */
  -webkit-user-select: none;
  /* Safari、Chromeなど */
  -ms-user-select: none;
  /* IE10から */
  text-indent: -200%;
  background-size: 36px 36px;
  background-position: center;
  background-color: #FFF;
  border-radius: 50%;
}

#buildingGallery > div.thumbs p.nav.nav_prev {
  left: 0%;
  transform: translate(-50%, 50%);
  /*左右・天地の順*/
  background-image: url(../img/nav_thumbs_left.svg);
}

#buildingGallery > div.thumbs p.nav.nav_next {
  right: 0%;
  transform: translate(50%, 50%);
  /*左右・天地の順*/
  background-image: url(../img/nav_thumbs_right.svg);
}

#buildingGallery > div.thumbs p.nav.disable {
  opacity: 0.3;
}

#buildingGallery > div.thumbs > div {
  position: relative;
  overflow: hidden;
  height: 170px;
}

#buildingGallery > div.thumbs > div div {
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  height: 200px;
}

#buildingGallery > div.thumbs > div ul {
  margin: 0;
  font-size: 0;
  position: absolute;
  padding: 0 20px;
  top: 0;
  left: 0px;
}

#buildingGallery > div.thumbs > div ul li {
  vertical-align: top;
  width: 80px;
  min-height: 80px;
  display: inline-block;
  margin-right: 8px;
  padding: 0;
  cursor: pointer;
}

#buildingGallery > div.thumbs > div ul li.current p.photo {
  position: relative;
}

#buildingGallery > div.thumbs > div ul li.current p.photo:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #bf1920;
  box-sizing: border-box;
}

#buildingGallery > div.thumbs > div ul li:last-child {
  margin-right: 0;
}

#buildingGallery > div.thumbs > div ul li h4 {
  margin-top: 8px;
  margin-bottom: 0em;
  white-space: normal;
  font-size: 11px !important;
  font-size: 0.69em;
  line-height: 1.84;
  line-height: 2.0;
  font-family: NotoSerifCJKjp-Medium;
  color: #000;
}

#buildingGallery > div.thumbs > div ul li p {
  font-size: 10px !important;
  font-size: 0.63em;
  margin: 0;
  white-space: normal;
  line-height: 1.5em;
}

/* 会社概要 */
ul.businessContents {
  text-align: left;
}

ul.businessContents li {
  background-color: #f5f5f5;
  border: 1px solid #DDD;
  padding: 8px 24px;
  background-image: none;
  display: inline-block;
  border-radius: 3px;
  margin-right: 0.5em;
  margin-bottom: 8px;
}

.zip:after {
  content: '\A';
  white-space: pre;
}

.tel {
  color: #bf1920;
}

.tel a {
  display: block;
  overflow: visible;
}

.tel a:link, .tel a:visited {
  color: #bf1920;
}

.cols3 {
  clear: none;
  width: auto;
  margin-bottom: 2.29em;
}

.colSpacer {
  display: none;
}

/* contact us */
body.contact_us section ul.err {
  margin: 0;
}

body.contact_us section section {
  background-color: #eeebe9;
  padding: 24px;
  margin-top: 20px;
  margin-bottom: 25px;
}

body.contact_us section section label {
  display: block;
  line-height: 1.5;
  margin-bottom: 8px;
}

body.contact_us section section div select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  height: 40px;
  font-size: 14px;
  border-radius: 0;
  padding: 0 32px 0 16px;
  line-height: 32px;
  background-image: url(../img/select_mark.svg);
  background-position: right 12px center;
  background-size: 8px 16px;
}

body.contact_us section section div input, body.contact_us section section div textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 4px;
  box-sizing: border-box;
  font-size: 15px !important;
  font-size: 0.94em;
  border: none;
}

body.contact_us section section div input[type="radio"], body.contact_us section section div textarea[type="radio"] {
  width: auto;
  margin-right: 5px;
  display: none;
}

body.contact_us section section div input[type="radio"] + label:before, body.contact_us section section div textarea[type="radio"] + label:before {
  content: '';
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px -4px 0;
  background-image: url(../img/radio.svg);
}

body.contact_us section section div input[type="radio"]:checked + label:before, body.contact_us section section div textarea[type="radio"]:checked + label:before {
  background-image: url(../img/radio_cheked.svg);
}

body.contact_us section section div textarea {
  height: 100px !important;
}

body.contact_us section section div label {
  float: none;
  width: auto;
  display: inline;
  margin-right: 1em;
}

body.contact_us section section div.btnArea {
  margin: 50px 0 0 0;
  height: 70px;
  text-align: center;
  vertical-align: bottom;
  position: relative;
  clear: both;
}

body.contact_us section section div.btnArea input {
  display: inline-block;
  width: 44%;
  margin: 0 1%;
  border-radius: 6px;
  background-color: #ec713f;
  box-shadow: 0px 3px #c35e36;
  font-size: 22px !important;
  font-size: 1.38em;
  color: #FFF;
  line-height: 40px;
  cursor: pointer;
}

body.contact_us section section div.btnArea input:hover {
  opacity: 0.8;
  transition: 0.2s;
}

body.contact_us section section hr {
  border-top-color: #FFF;
}

body.contact_us section ul.progress {
  display: none;
}

body.contact_us section ul.progress + p {
  margin: 32px 0 8px 0;
}

@keyframes msgAnimation {
  0% {
    opacity: 0;
    transform: translateY(200px);
  }
  4% {
    opacity: 0.75;
    transform: translateY(20px);
  }
  17% {
    transform: translateY(0px);
    opacity: 0.75;
    transform: scale(1);
  }
  19% {
    opacity: 0;
  }
  25% {
    opacity: 0;
    transform: scale(10);
  }
  100% {
    opacity: 0;
  }
}
