@charset "UTF-8";
/* CSS Document */
/* Fonts
------------------------------------------------------------*/
html {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 13px;
  background-color: #FFF;
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  position: relative;
  line-height: 1.75;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  color: #222222;
}
body a {
  color: #0080cc;
  text-decoration: none;
  -webkit-transition: color 0.3s ease;
  -moz-transition: color 0.3s ease;
  -ms-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
body a:hover {
  text-decoration: underline;
}
body a img {
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  backface-visibility: hidden;
}
body a img:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=70);
  opacity: 0.7;
}
body img {
  max-width: 100%;
  height: auto;
}
body .wrap {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
body ::selection {
  background: rgba(0, 128, 204, 0.2);
  /* Safari */
}
body ::-moz-selection {
  background: rgba(0, 128, 204, 0.2);
  /* Firefox */
}

/* header
------------------------------------------------------------*/
header {
  background-color: #FFF;
  border-bottom: 1px solid #eee;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
header .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
header .head-top {
  background-color: #222222;
  color: #FFF;
  padding: 10px 0;
  font-size: 13px;
  font-size: 1rem;
}
header .head-top a {
  color: #FFF;
}
header .head-top .text {
  font-weight: normal;
}
header .head-top nav ul li {
  margin-left: 30px;
}
header .head-top nav ul li #lang_sel_list {
  height: auto;
}
header .head-main #logo {
  line-height: 0;
}
header .head-main nav ul, header .sp-menu nav ul {
  border-right: 1px solid #eee;
}
header .head-main nav ul li, header .sp-menu nav ul li {
  border-left: 1px solid #eee;
  position: relative;
}
header .head-main nav ul li.current a:after, header .sp-menu nav ul li.current a:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
header .head-main nav ul li a, header .sp-menu nav ul li a {
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 10px;
  font-size: 13px;
  font-size: 1rem;
  color: #222222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}
header .head-main nav ul li a:hover, header .sp-menu nav ul li a:hover {
  text-decoration: none;
}
header .head-main nav ul li a:hover:after, header .sp-menu nav ul li a:hover:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
header .head-main nav ul li a:before, header .sp-menu nav ul li a:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background: no-repeat center center;
  width: 17px;
  height: 20px;
}
header .head-main nav ul li a:after, header .sp-menu nav ul li a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: inherit;
  width: 100%;
  height: 4px;
  background-color: #00b1ad;
  bottom: -1px;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .head-main nav ul li.search a:before, header .sp-menu nav ul li.search a:before {
  background-image: url(../img/common/icon-nav-search.svg);
}
header .head-main nav ul li.news a:before, header .sp-menu nav ul li.news a:before {
  background-image: url(../img/common/icon-nav-news.svg);
}
header .head-main nav ul li.feature a:before, header .sp-menu nav ul li.feature a:before {
  background-image: url(../img/common/icon-nav-feature.svg);
}
header .head-main nav ul li.contact a, header .sp-menu nav ul li.contact a {
  background-color: #00b1ad;
  color: #FFF;
  font-weight: bold;
}
header .head-main nav ul li.contact a:after, header .sp-menu nav ul li.contact a:after {
  display: none;
}
header .head-main nav ul li.contact a:before, header .sp-menu nav ul li.contact a:before {
  background-image: url(../img/common/icon-nav-contact-white.svg);
}
header .head-main nav ul li.corporate a:before, header .sp-menu nav ul li.corporate a:before {
  background-image: url(../img/common/icon-nav-corp.svg);
}
header .head-main nav ul li.hover a:after, header .head-main nav ul li.focus a:after, header .sp-menu nav ul li.hover a:after, header .sp-menu nav ul li.focus a:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
header .head-main nav ul li.hover .hidden, header .head-main nav ul li.focus .hidden, header .sp-menu nav ul li.hover .hidden, header .sp-menu nav ul li.focus .hidden {
  top: 80px;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}
header .head-main nav ul li .hidden, header .sp-menu nav ul li .hidden {
  position: absolute;
  top: 85px;
  padding-top: 15px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}
header .head-main nav ul li .hidden:before, header .sp-menu nav ul li .hidden:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 14px 12.5px;
  border-color: transparent transparent #FFF transparent;
  position: absolute;
  left: 50%;
  margin-left: -13px;
  top: 2px;
}
header .head-main nav ul li .hidden .inside, header .sp-menu nav ul li .hidden .inside {
  background-color: #FFF;
  padding: 15px 20px;
  -webkit-border-radius: 8px 8px 8px 8px;
  -moz-border-radius: 8px 8px 8px 8px;
  -ms-border-radius: 8px 8px 8px 8px;
  -o-border-radius: 8px 8px 8px 8px;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #eee;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
header .head-main nav ul li .hidden .close, header .sp-menu nav ul li .hidden .close {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #00b1ad;
  font-size: 25px;
  font-size: 1.9230769231rem;
  font-weight: bold;
  cursor: pointer;
}
header .head-main nav ul li .hidden .title, header .sp-menu nav ul li .hidden .title {
  font-size: 15px;
  font-size: 1.1538461538rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
  margin-bottom: 15px;
}
header .head-main nav ul li .hidden .title:before, header .head-main nav ul li .hidden .title:after, header .sp-menu nav ul li .hidden .title:before, header .sp-menu nav ul li .hidden .title:after {
  content: "";
  width: 20px;
  height: 2px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  background-color: #00b1ad;
}
header .head-main nav ul li .hidden dl:after, header .sp-menu nav ul li .hidden dl:after {
  clear: both;
  display: block;
  content: '';
}
header .head-main nav ul li .hidden dl dt, header .sp-menu nav ul li .hidden dl dt {
  float: left;
  width: 100px;
  clear: both;
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: bold;
  color: #222222;
  line-height: 1.3;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  margin-top: 3px;
}
header .head-main nav ul li .hidden dl dt:before, header .sp-menu nav ul li .hidden dl dt:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 2px solid #00b1ad;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
header .head-main nav ul li .hidden dl dd, header .sp-menu nav ul li .hidden dl dd {
  float: right;
  width: calc(100% - 125px);
  padding-bottom: 25px;
}
header .head-main nav ul li .hidden dl dd p, header .sp-menu nav ul li .hidden dl dd p {
  display: block;
  padding-bottom: 5px;
}
header .head-main nav ul li .hidden dl dd p:last-child, header .sp-menu nav ul li .hidden dl dd p:last-child {
  padding-bottom: 0;
}
header .sp-menu {
  z-index: -1;
  display: none;
  position: absolute;
  left: 0;
  top: -10px;
  width: 100%;
  height: auto;
  background-color: rgba(255, 255, 255, 0.95);
  padding: 60px 0 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: top 0.3s ease;
  -moz-transition: top 0.3s ease;
  -ms-transition: top 0.3s ease;
  -o-transition: top 0.3s ease;
  transition: top 0.3s ease;
}
header .sp-menu.active {
  top: 0;
}
header #menu {
  display: none;
  top: 0;
  height: 50px;
  width: 50px;
  text-align: center;
  padding-top: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  cursor: pointer;
}
header #menu span {
  display: block;
  width: 25px;
  height: 2px;
  margin: 0 auto;
  background-color: #00b1ad;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header #menu span:last-child {
  margin-bottom: 0;
}
header #menu span.top {
  transform: translateY(-8px);
}
header #menu span.middle {
  margin-top: -2px;
}
header #menu span.bottom {
  margin-top: -2px;
  transform: translateY(8px);
}
header #menu.opened .middle {
  background: rgba(255, 255, 255, 0);
}
header #menu.opened .top {
  transform: rotate(-45deg) translateY(0px);
}
header #menu.opened .bottom {
  transform: rotate(45deg) translateY(0px);
}

#lang_sel_list {
  height: auto;
}
#lang_sel_list ul li {
  margin-right: 20px !important;
  padding-left: 0 !important;
}
#lang_sel_list ul li:last-child {
  margin-right: 0 !important;
}
#lang_sel_list ul li.icl-ja a {
  background-image: url(../img/common/icon-jp@2x.png);
  background-size: 15px auto;
}
#lang_sel_list ul li.icl-en a {
  background-image: url(../img/common/icon-english@2x.png);
  background-size: 15px auto;
}
#lang_sel_list ul li.icl-ko a {
  background-image: url(../img/common/icon-korea@2x.png);
  background-size: 15px auto;
}
#lang_sel_list ul li.icl-zh-hans a {
  background-image: url(../img/common/icon-china@2x.png);
  background-size: 15px auto;
}
#lang_sel_list ul li.icl-vi a {
  background-image: url(../img/common/icon-vietnam@2x.png);
  background-size: 15px auto;
}
#lang_sel_list ul li a {
  color: #FFF !important;
  background-color: transparent;
  font-size: 12px;
  font-size: 0.9230769231rem;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=50);
  opacity: 0.5;
  background: no-repeat left center;
  padding-left: 20px;
}
#lang_sel_list ul li a.lang_sel_sel {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
#lang_sel_list ul li a:hover {
  text-decoration: underline !important;
}

#lang_sel {
  height: auto;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  z-index: 8;
}
#lang_sel li {
  width: auto;
  float: inherit;
  background: none;
}
#lang_sel li a {
  font-size: 13px;
  font-size: 1rem;
  padding-left: 20px;
  padding-right: 10px;
}
#lang_sel li a.lang_sel_sel {
  background-color: transparent;
  background-position: left center;
  background-repeat: no-repeat !important;
  border: none;
  color: #FFF;
}
#lang_sel li a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 3.5px 0 3.5px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -3px;
}
#lang_sel li a.icl-ja {
  background-image: url(../img/common/icon-jp@2x.png);
  background-size: 15px auto;
}
#lang_sel li a.icl-en {
  background-image: url(../img/common/icon-english@2x.png);
  background-size: 15px auto;
}
#lang_sel li a.icl-ko {
  background-image: url(../img/common/icon-korea@2x.png);
  background-size: 15px auto;
}
#lang_sel li a.icl-zh-hans {
  background-image: url(../img/common/icon-china@2x.png);
  background-size: 15px auto;
}
#lang_sel li a.icl-vi {
  background-image: url(../img/common/icon-vietnam@2x.png);
  background-size: 15px auto;
}
#lang_sel li:hover a.lang_sel_sel {
  background-repeat: no-repeat;
  background-color: transparent;
  background-position: left center;
  color: #FFF;
}
#lang_sel li ul {
  border: none;
  top: 0;
  width: 90px;
  padding-top: 25px !important;
  left: -5px;
  display: block;
  border-top: none;
}
#lang_sel li ul a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7px 10px 7px 25px;
  background-repeat: no-repeat !important;
  background-position: 5px center !important;
  width: 90px;
}
#lang_sel li ul a:after {
  display: none;
}
#lang_sel li ul li:first-child {
  border-top: 1px solid #eee;
}
#lang_sel li ul li.icl-ja a {
  background-image: url(../img/common/icon-jp@2x.png);
  background-size: 15px auto;
}
#lang_sel li ul li.icl-en a {
  background-image: url(../img/common/icon-english@2x.png);
  background-size: 15px auto;
}
#lang_sel li ul li.icl-ko a {
  background-image: url(../img/common/icon-korea@2x.png);
  background-size: 15px auto;
}
#lang_sel li ul li.icl-zh-hans a {
  background-image: url(../img/common/icon-china@2x.png);
  background-size: 15px auto;
}
#lang_sel li ul li.icl-vi a {
  background-image: url(../img/common/icon-vietnam@2x.png);
  background-size: 15px auto;
}

/* footer
------------------------------------------------------------*/
footer .foot-main {
  background-color: #222222;
  padding: 45px 0;
  color: #FFF;
  font-size: 13px;
  font-size: 1rem;
}
footer .foot-main a {
  color: #FFF;
}
footer .foot-main .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
footer .foot-main .left .logo {
  line-height: 0;
  padding-bottom: 15px;
}
footer .foot-main .right:after {
  clear: both;
  display: block;
  content: '';
}
footer .foot-main .right ul li {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
}
footer .foot-main .right .sns {
  float: right;
  text-align: right;
}
footer .foot-main .right .sns li {
  margin-left: 20px;
  line-height: 0;
}
footer .foot-main .right nav {
  float: left;
  width: 600px;
  text-align: left;
}
footer .foot-main .right nav ul li {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  /* #lang_sel_list{
    height: auto;
    border-left: 1px solid #FFF;
    ul{
      li{
        margin-left: 15px !important;
        background: no-repeat left center;
        padding-left: 18px !important;
        a{
          color: #FFF !important;
          background-color: transparent;
          @include rem(12);
          &:hover{
            text-decoration: underline !important;
          }
        }
      }
    }
  } */
}
footer .foot-main .right nav ul li #lang_sel_list {
  padding-top: 10px;
}
footer .foot-main .right nav ul li #lang_sel_list li {
  margin-right: 30px !important;
}
footer .foot-main .right nav ul li #lang_sel li ul {
  top: 0;
}
footer address {
  font-family: 'Century Gothic', CenturyGothic, Futura, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #00b1ad;
  text-align: center;
  font-size: 13px;
  font-size: 1rem;
  padding: 15px;
}

/* mainimg
------------------------------------------------------------*/
#mainimg {
  margin-top: 123px;
  position: relative;
  background-color: #f5f5f5;
}
#mainimg.top {
  padding: 20px 0;
}
#mainimg.top #lang {
  display: none;
}
#mainimg.top .slides {
  margin-bottom: 0;
}
#mainimg.top .slides .slick-list li {
  width: 1080px;
  margin: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#mainimg.top .slides .slick-list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mainimg.top .slides .slick-list li:before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 10px;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #FFF;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
#mainimg.top .slides .slick-list li.slick-active:before {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
#mainimg.top .slides .slick-list li.slick-active:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  visibility: hidden;
}
#mainimg.top .slides .slick-list li.slick-active .text-box {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
#mainimg.top .slides .slick-list .img {
  line-height: 0;
}
#mainimg.top .slides .slick-list .text-box {
  position: absolute;
  right: 30px;
  bottom: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  width: 430px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}
#mainimg.top .slides .slick-list .text-box .title {
  font-size: 16px;
  font-size: 1.2307692308rem;
  font-weight: bold;
  padding-bottom: 10px;
  line-height: 1.3;
}
#mainimg.top .slides .slick-list .text-box .title.mdl {
  font-size: 20px;
  font-size: 1.5384615385rem;
}
#mainimg.top .slides .slick-list .text-box .title.lg {
  font-size: 24px;
  font-size: 1.8461538462rem;
}
#mainimg.top .slides .slick-list .text-box .title a {
  color: #222222;
}
#mainimg.top .slides .slick-list .text-box .text {
  padding-bottom: 15px;
}
#mainimg.top .slides .slick-list .text-box .text.mdl {
  font-size: 16px;
  font-size: 1.2307692308rem;
}
#mainimg.top .slides .slick-list .text-box .text.lg {
  font-size: 20px;
  font-size: 1.5384615385rem;
}
#mainimg.top .slides .slick-dots {
  bottom: -17px;
}
#mainimg.top .slides .slick-dots li {
  margin: 0 15px;
}
#mainimg.top .slides .slick-dots button {
  padding: 0;
}
#mainimg.top .slides .slick-dots .slick-active button {
  background-color: #00b1ad;
}
#mainimg.top .slides .slick-prev, #mainimg.top .slides .slick-next {
  background: #00b1ad center center no-repeat;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
#mainimg.top .slides .slick-prev {
  left: 50%;
  margin-left: -580px;
  background-image: url(../img/common/arrow-left.svg);
}
#mainimg.top .slides .slick-next {
  right: 50%;
  margin-right: -582px;
  background-image: url(../img/common/arrow-right.svg);
}
#mainimg.next {
  height: 300px;
  background: no-repeat center center;
  background-size: cover;
}
#mainimg.next.search {
  background: center center repeat-x;
  background-size: auto 100%;
  background-image: url(../img/next/bg-main-search.jpg);
}
#mainimg.next.feature {
  background-image: url(../img/next/bg-main-feature.jpg);
}
#mainimg.next.contact {
  background-image: url(../img/next/bg-main-contact.jpg);
}
#mainimg.next.other {
  background-image: url(../img/next/bg-main-other.jpg);
}
#mainimg.next.news {
  background-image: url(../img/next/bg-main-news.jpg);
}

/* container
------------------------------------------------------------*/
#container section {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0;
}
#container section.bb {
  border-bottom: 1px solid #eee;
}
#container #banner {
  width: 100%;
  background-color: #f5f5f5;
  padding: 30px 0;
}
#container #banner ul {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#container #banner ul li {
  line-height: 0;
  margin-right: 40px;
}
#container #banner ul li:nth-child(3n) {
  margin-right: 0;
}
#container .head-title {
  display: -moz-inline-box;
  display: inline-block;
  font-size: 20px;
  font-size: 1.5384615385rem;
  font-weight: bold;
  padding-right: 30px;
  position: relative;
  line-height: 1.2;
  margin-bottom: 25px;
}
#container .head-title:after {
  content: "";
  display: block;
  position: absolute;
  left: inherit;
  top: 50%;
  width: 20px;
  height: 2px;
  background-color: #00b1ad;
  right: 0;
  margin-top: -1px;
}
#container .title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
#container .title-area .head-title {
  margin-bottom: 0;
}
#container .estate-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#container .estate-list > li {
  width: 260px;
  margin: 0 20px 40px 0;
}
#container .estate-list > li:nth-child(4n) {
  margin-right: 0;
}
#container .estate-list > li a {
  color: #222222;
}
#container .estate-list > li a:hover {
  text-decoration: none;
}
#container .estate-list > li a:hover .title {
  color: #00b1ad;
}
#container .estate-list > li a:hover .img img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#container .estate-list > li a .img {
  overflow: hidden;
  line-height: 0;
}
#container .estate-list > li a .img img {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#container .estate-list > li .title {
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: bold;
  line-height: 1.3;
  padding: 10px 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container .estate-list > li ul {
  line-height: 1.3;
}
#container .estate-list > li ul li {
  font-size: 12px;
  font-size: 0.9230769231rem;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  padding-bottom: 5px;
}
#container .news-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#container .news-list > li {
  width: 204px;
  margin-right: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
}
#container .news-list > li:nth-child(5n) {
  margin-right: 0;
}
#container .news-list > li .img {
  width: 100%;
  line-height: 0;
  margin-bottom: 10px;
}
#container .news-list > li .img a {
  display: block;
  overflow: hidden;
}
#container .news-list > li .img a img {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#container .news-list > li .img a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#container .news-list > li .title {
  width: 100%;
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: bold;
  margin-top: 5px;
  line-height: 1.3;
}
#container .news-list > li .title a {
  color: #222222;
}
#container .announcement {
  border: 2px solid #00b1ad;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 25px;
  margin-bottom: 25px;
}

/* for WP */
#wpadminbar {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=20);
  opacity: 0.2;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#wpadminbar:hover {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}

.wp-post ul {
  padding-bottom: 25px;
}
.wp-post ul:last-child {
  padding-bottom: 0;
}
.wp-post ul li {
  list-style-type: none;
  padding-bottom: 5px;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.wp-post ul li:before {
  content: "\0030fb";
  color: #eee;
  margin-right: 0.5em;
}
.wp-post ul li:last-child {
  padding-bottom: 0;
}
.wp-post ol {
  padding-bottom: 25px;
  padding-left: 1.5em;
}
.wp-post ol:last-child {
  padding-bottom: 0;
}
.wp-post ol li {
  list-style-type: decimal;
  padding-bottom: 5px;
}
.wp-post ol li:last-child {
  padding-bottom: 0;
}
.wp-post strong {
  font-weight: bold;
}
.wp-post em {
  font-style: italic;
}
.wp-post del {
  text-decoration: line-through;
  color: #666666;
}
.wp-post blockquote {
  display: block;
  padding: 20px;
  border: 2px solid #eee;
  margin-bottom: 25px;
}
.wp-post blockquote p {
  text-indent: 0;
  padding-bottom: 15px;
}
.wp-post blockquote p:last-child {
  padding-bottom: 0;
}
.wp-post *:first-child {
  margin-top: 0;
}
.wp-post *:last-child {
  margin-bottom: 0;
}
.wp-post h1 {
  font-size: 24px;
  font-size: 1.8461538462rem;
  font-weight: normal;
  padding-bottom: 30px;
}
.wp-post h1:after {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
  width: 60px;
  height: 1px;
  background-color: #eee;
}
.wp-post h2 {
  font-size: 18px;
  font-size: 1.3846153846rem;
  font-weight: bold;
  padding: 15px;
  background-color: #f5f5f5;
  margin-top: 20px;
  line-height: 1.3;
  margin-bottom: 15px;
  position: relative;
}
.wp-post h2:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #00b1ad transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
}
.wp-post h2 small {
  font-size: 14px;
  font-size: 1.0769230769rem;
}
.wp-post h3 {
  font-size: 16px;
  font-size: 1.2307692308rem;
  font-weight: bold;
  color: #222222;
  line-height: 1.3;
  padding: 5px 15px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
.wp-post h3:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 2px solid #00b1ad;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
.wp-post h4 {
  font-size: 15px;
  font-size: 1.1538461538rem;
  font-weight: bold;
  color: #222222;
  line-height: 1.3;
  border-left: 2px solid #00b1ad;
  padding: 5px 15px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.wp-post h5 {
  font-size: 15px;
  font-size: 1.1538461538rem;
  font-weight: bold;
  color: #222222;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 10px;
}
.wp-post .aligncenter {
  text-align: center;
}
.wp-post .alignleft {
  text-align: left;
}
.wp-post .alignright {
  text-align: right;
}
.wp-post iframe {
  max-width: 100%;
}
.wp-post img.aligncenter {
  display: block;
  margin: 0px auto;
}
.wp-post img.alignright {
  float: right;
  display: block;
  margin: 0 0 10px 15px;
}
.wp-post img.alignleft {
  float: left;
  margin: 0 15px 10px 0;
}
.wp-post p {
  padding-bottom: 25px;
}
.wp-post p:last-child {
  padding-bottom: 0;
}
.wp-post small {
  color: #666666;
  font-size: 12px;
  font-size: 0.9230769231rem;
}
.wp-post table {
  margin-bottom: 25px;
}
.wp-post table td p {
  padding-bottom: 15px;
  line-height: 1.5;
}
.wp-post table td p:last-child {
  padding-bottom: 0;
}
.wp-post cite {
  border: 1px solid #eee;
  margin-top: 15px;
  padding: 10px;
  display: -moz-inline-box;
  display: inline-block;
}
.wp-post cite:before, .wp-post cite:after {
  content: "\00201d";
}
.wp-post small {
  font-size: 12px;
}
.wp-post .video-container {
  max-width: 640px;
  margin: 25px auto 0;
}
.wp-post .video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.wp-post .video iframe, .wp-post .video object, .wp-post .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 700px) {
  .wp-post img.alignright {
    max-width: 160px;
    height: auto;
    margin: 0 0 10px 10px;
  }
  .wp-post img.alignleft {
    max-width: 160px;
    height: auto;
    margin: 0 10px 10px 0;
  }
}

/* padding & margin */
.pd {
  padding: 25px;
}

.pt {
  padding-top: 25px;
}

.pb {
  padding-bottom: 25px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb60 {
  padding-bottom: 60px;
}

.mg {
  margin: 25px;
}

.mt {
  margin-top: 25px;
}

.mb {
  margin-bottom: 25px;
}

.mt10 {
  margin-top: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr {
  margin-right: 25px;
}

.nomb {
  margin-bottom: 0 !important;
}

.nomt {
  margin-top: 0 !important;
}

.nopt {
  padding-top: 0 !important;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.tal {
  text-align: left;
}

.gray {
  color: #666666;
}

.fs12 {
  font-size: 12px;
  font-size: 0.9230769231rem;
}

.fs14 {
  font-size: 14px;
  font-size: 1.0769230769rem;
}

.bold {
  font-weight: bold;
}

/* padding & margin */
/* btn */
.btn {
  text-align: center;
}
.btn.yellow a, .btn.yellow input, .btn.yellow span {
  background-color: #00b1ad;
  color: white;
}
.btn.yellow a:after, .btn.yellow input:after, .btn.yellow span:after {
  background-image: url(../img/common/arrow-w.svg);
}
.btn.yellow a:hover, .btn.yellow input:hover, .btn.yellow span:hover {
  text-decoration: none;
  background-color: transparent;
  color: #222222;
}
.btn.yellow a:hover:after, .btn.yellow input:hover:after, .btn.yellow span:hover:after {
  right: 5px;
  background-image: url(../img/common/arrow.svg);
}
.btn a, .btn input, .btn span {
  cursor: pointer;
  outline: none;
  max-width: 100%;
  width: 240px;
  line-height: 46px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: bold;
  display: -moz-inline-box;
  display: inline-block;
  color: #222222;
  background-color: transparent;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  border: 2px solid #00b1ad;
  font-family: 'Century Gothic', CenturyGothic, Futura, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.btn a:after, .btn input:after, .btn span:after {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  position: absolute;
  background: url(../img/common/arrow.svg) no-repeat center center;
  width: 19px;
  height: 12px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn a:hover, .btn input:hover, .btn span:hover {
  text-decoration: none;
  background-color: #00b1ad;
  color: white;
}
.btn a:hover:after, .btn input:hover:after, .btn span:hover:after {
  right: 5px;
  background-image: url(../img/common/arrow-w.svg);
}
.btn a.w100, .btn input.w100, .btn span.w100 {
  width: 100%;
}
.btn a.w250, .btn input.w250, .btn span.w250 {
  width: 250px;
}
.btn a.h60, .btn input.h60, .btn span.h60 {
  line-height: 60px;
}
.btn a.fs17, .btn input.fs17, .btn span.fs17 {
  font-size: 17px;
  font-size: 1.3076923077rem;
}
.btn a.noa, .btn input.noa, .btn span.noa {
  padding-right: 0;
}
.btn a.noa:after, .btn input.noa:after, .btn span.noa:after {
  display: none;
}
.btn a.gray, .btn input.gray, .btn span.gray {
  border-color: #ccc;
}
.btn a.gray:hover, .btn input.gray:hover, .btn span.gray:hover {
  background-color: #ccc;
}
.btn input {
  padding-right: 0;
}
.btn input.arrow {
  background: url(../img/common/arrow.svg) no-repeat right 10px center;
}
.btn input.arrow:hover {
  background-image: url(../img/common/arrow-w.svg);
  background-position: right 5px center;
  background-color: #00b1ad;
}

.btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 520px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.btn-area .btn {
  margin: 0 5px;
  width: 20px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.btn-area .btn:first-child {
  margin-left: 0;
}
.btn-area .btn:last-child {
  margin-right: 0;
}
.btn-area .btn a, .btn-area .btn input, .btn-area .btn span {
  width: 100%;
}
.btn-area.sp {
  display: none;
}

/* btn */
/* form */
label {
  cursor: pointer;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="password"] {
  -webkit-appearance: none;
  height: 32px;
  line-height: 32px;
  width: 100%;
  padding: 0 0 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  background-position: right center;
  background: #FFF;
  font-size: 14px;
  font-size: 1.0769230769rem;
  position: relative;
}
input[type="text"].h36, input[type="email"].h36, input[type="tel"].h36, input[type="password"].h36 {
  height: 36px;
  line-height: 36px;
}
input[type="text"].w90, input[type="email"].w90, input[type="tel"].w90, input[type="password"].w90 {
  width: 90px;
}
input[type="text"].w120, input[type="email"].w120, input[type="tel"].w120, input[type="password"].w120 {
  width: 120px;
}
input[type="text"].w200, input[type="email"].w200, input[type="tel"].w200, input[type="password"].w200 {
  width: 200px;
}

textarea {
  -webkit-appearance: none;
  height: 100px;
  width: 100%;
  padding: 5px 0 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  -o-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
  background-position: right center;
  background: #FFF;
  font-size: 14px;
  font-size: 1.0769230769rem;
  position: relative;
  resize: vertical;
}

.icheckbox_custom {
  display: -moz-inline-box;
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #eee;
  background-color: #FFF;
  -webkit-border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -ms-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  border-radius: 2px 2px 2px 2px;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.icheckbox_custom:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -3px;
  display: block;
  width: 4px;
  height: 8px;
  border-right: 2px solid #00b1ad;
  border-bottom: 2px solid #00b1ad;
  -webkit-transform: rotate(60deg);
  -moz-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  -o-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  z-index: 1;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -ms-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.icheckbox_custom.checked:after {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.icheckbox_custom.disabled {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.iradio_custom {
  display: -moz-inline-box;
  display: inline-block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 50% 50% 50% 50%;
  -moz-border-radius: 50% 50% 50% 50%;
  -ms-border-radius: 50% 50% 50% 50%;
  -o-border-radius: 50% 50% 50% 50%;
  border-radius: 50% 50% 50% 50%;
  border: 2px solid #00b1ad;
  background-color: #FFF;
  cursor: pointer;
  position: relative;
  vertical-align: middle;
  margin-right: 10px;
}
.iradio_custom:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #00b1ad;
  -webkit-border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -ms-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
  overflow: hidden;
}
.iradio_custom.checked:after {
  width: 8px;
  height: 8px;
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=100);
  opacity: 1;
}
.iradio_custom.disabled {
  border-color: #eee;
}
.iradio_custom.disabled:after {
  background-color: #eee;
}

.check-radios > * {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 5px;
  margin-left: 0;
}
.check-radios > *.horizontal-item + .horizontal-item {
  margin-left: 0;
}
.check-radios > * label {
  cursor: pointer;
}

select, .customSelect {
  -webkit-appearance: none;
  height: 36px;
  line-height: 36px;
  min-width: 140px;
  width: 100%;
  padding: 0 0 0 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ccc;
  outline: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-border-radius: 1px 1px 1px 1px;
  -moz-border-radius: 1px 1px 1px 1px;
  -ms-border-radius: 1px 1px 1px 1px;
  -o-border-radius: 1px 1px 1px 1px;
  border-radius: 1px 1px 1px 1px;
  background-position: right center;
  background: #FFF;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #FAFAFA), color-stop(0, #FFF));
  background: -webkit-linear-gradient#FFF, #FAFAFA;
  background: -moz-linear-gradient#FFF, #FAFAFA;
  background: -ms-linear-gradient#FFF, #FAFAFA;
  background: -o-linear-gradient#FFF, #FAFAFA;
  background: linear-gradient#FFF, #FAFAFA;
  cursor: pointer;
  font-size: 13px;
  font-size: 1rem;
  position: relative;
}
select.hasCustomSelect, .customSelect.hasCustomSelect {
  z-index: 2;
}
select:after, .customSelect:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #00b1ad transparent transparent transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -3px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
select.customSelectHover, .customSelect.customSelectHover {
  -webkit-box-shadow: 0 0 6px 0 #EEE;
  -moz-box-shadow: 0 0 6px 0 #EEE;
  -ms-box-shadow: 0 0 6px 0 #EEE;
  -o-box-shadow: 0 0 6px 0 #EEE;
  box-shadow: 0 0 6px 0 #EEE;
  border-color: #00b1ad;
}
select.customSelectHover:after, .customSelect.customSelectHover:after {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
select.small, .customSelect.small {
  min-width: 100px;
  height: 34px;
  line-height: 34px;
}
select option, .customSelect option {
  padding: 8px;
  border: none;
}

/* form */
/* table */
table {
  width: 100%;
}
table th, table td {
  vertical-align: top;
  padding: 10px 20px;
}
table th {
  font-weight: bold;
}
table tr:nth-child(odd) {
  background-color: #f5f5f5;
}
table.blank {
  border-left: 4px solid #eee;
}
table.blank tr:nth-child(odd) {
  background-color: transparent;
}
table.blank th, table.blank td {
  padding: 15px 20px;
}

/* table */
/* layout */
.english {
  font-family: 'Century Gothic', CenturyGothic, Futura, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.english a {
  display: -moz-inline-box;
  display: inline-block;
  background: url(../img/common/icon-english.svg) no-repeat left center;
  padding-left: 20px;
}

.cat a {
  display: -moz-inline-box;
  display: inline-block;
  color: #00b1ad;
  border: 1px solid #00b1ad;
  font-size: 12px;
  font-size: 0.9230769231rem;
  font-weight: bold;
  line-height: 1;
  padding: 3px 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.cat a:hover {
  background-color: #00b1ad;
  color: #FFF;
  text-decoration: none;
}

.date {
  color: #666666;
  font-family: 'Century Gothic', CenturyGothic, Futura, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 12px;
  font-size: 0.9230769231rem;
}

.link a, .link span {
  background: url(../img/common/arrow.svg) no-repeat right 5px top;
  color: #222222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-bottom: 1px solid #00b1ad;
  padding: 0 30px 8px 5px;
}
.link a:hover, .link span:hover {
  background-position: right top;
  text-decoration: none;
}
.link a.white, .link span.white {
  color: #FFF;
  background-image: url(../img/common/arrow-w.svg);
}

/* layout */
/*retina*/
@media screen and (max-width: 700px) {
  /* padding & margin */
  .pd {
    padding: 15px;
  }

  .pt {
    padding-top: 15px;
  }

  .pb {
    padding-bottom: 15px;
  }

  .pt10 {
    padding-top: 5px;
  }

  .pt15 {
    padding-top: 10px;
  }

  .pt30 {
    padding-top: 15px;
  }

  .pt40 {
    padding-top: 20px;
  }

  .pt45 {
    padding-top: 25px;
  }

  .pt50 {
    padding-top: 25px;
  }

  .pt60 {
    padding-top: 30px;
  }

  .pb10 {
    padding-bottom: 5px;
  }

  .pb15 {
    padding-bottom: 10px;
  }

  .pb20 {
    padding-bottom: 15px;
  }

  .pb30 {
    padding-bottom: 15px;
  }

  .pb40 {
    padding-bottom: 20px;
  }

  .pb45 {
    padding-bottom: 25px;
  }

  .pb60 {
    padding-bottom: 30px;
  }

  .mg {
    margin: 15px;
  }

  .mt {
    margin-top: 15px;
  }

  .mb {
    margin-bottom: 15px;
  }

  .mt10 {
    margin-top: 5px;
  }

  .mb10 {
    margin-bottom: 5px;
  }

  .mb20 {
    margin-bottom: 10px;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb50 {
    margin-bottom: 25px;
  }

  .ml {
    margin-left: 15px;
  }

  .ml15 {
    margin-left: 10px;
  }

  .mr10 {
    margin-right: 5px;
  }

  .mr15 {
    margin-right: 10px;
  }

  .mr20 {
    margin-right: 10px;
  }

  .mr {
    margin-right: 15px;
  }

  /* padding & margin */
  .btn a, .btn input, .btn span {
    line-height: 36px;
    border-width: 1px;
  }

  .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .btn-area .btn {
    margin: 0 10px;
    width: 50%;
  }
  .btn-area .btn:first-child {
    margin-left: 0;
  }
  .btn-area .btn:last-child {
    margin-right: 0;
  }
  .btn-area .btn a {
    width: 100%;
  }
  .btn-area.sp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }

  table th, table td {
    padding: 15px;
  }
  table th {
    width: 70px;
    font-size: 13px;
    font-size: 1rem;
    font-weight: bold;
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* floating */
@keyframes floating {
  0% {
    transform: translateY(0%);
  }
  50% {
    transform: translateY(20%);
  }
  100% {
    transform: translateY(0%);
  }
}
@-webkit-keyframes floating {
  0% {
    -webkit-transform: translateY(0%);
  }
  50% {
    -webkit-transform: translateY(20%);
  }
  100% {
    -webkit-transform: translateY(0%);
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* container top
------------------------------------------------------------*/
#container.top #pickup {
  padding-bottom: 30px;
}
#container.top #pickup ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
#container.top #pickup ul li {
  width: 530px;
  margin-right: 40px;
  margin-bottom: 20px;
}
#container.top #pickup ul li:nth-child(2n) {
  margin-right: 0;
}
#container.top #pickup ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  height: 300px;
  position: relative;
  color: #222222;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
#container.top #pickup ul li a:hover {
  text-decoration: none;
}
#container.top #pickup ul li a:hover .bg {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
#container.top #pickup ul li .bg {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
#container.top #pickup ul li .text-area {
  width: 100%;
  position: relative;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px;
}
#container.top #pickup ul li .text-area:after {
  clear: both;
  display: block;
  content: '';
}
#container.top #pickup ul li .text-area .title {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-size: 1.2307692308rem;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.3;
}
#container.top #pickup ul li .text-area .title:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 2px solid #00b1ad;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
#container.top #pickup ul li .text-area dl {
  float: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 13px;
  font-size: 1rem;
  margin-right: 30px;
}
#container.top #pickup ul li .text-area dl dt {
  font-weight: bold;
  margin-right: 10px;
}
#container.top #new {
  padding-bottom: 10px;
}
#container.top #news {
  padding-bottom: 10px;
}

/* container next
------------------------------------------------------------*/
#container.next #breadcrumb {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
}
#container.next #breadcrumb ul {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.2;
}
#container.next #breadcrumb ul li {
  display: inline;
  margin-right: 20px;
  font-size: 13px;
  font-size: 1rem;
}
#container.next #breadcrumb ul li:before {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  color: #00b1ad;
}
#container.next #breadcrumb ul li:first-child:before {
  display: none;
}
#container.next #breadcrumb ul li a {
  color: #666666;
}
#container.next .column2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#container.next .column2 .main {
  width: 100px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#container.next .column2 .side {
  width: 450px;
  position: relative;
  margin-left: 50px;
}
#container.next .column2 .side.w300 {
  width: 300px;
  margin-left: 40px;
}
#container.next .column2 .side .area {
  background-color: #f5f5f5;
  padding: 20px;
}
#container.next .column2 .side .area dl dt {
  font-size: 16px;
  font-size: 1.2307692308rem;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 15px;
}
#container.next .column2 .side .area dl dd {
  padding-bottom: 30px;
}
#container.next .column2 .side .area dl dd:last-child {
  padding-bottom: 0;
}
#container.next .column2 .side .area dl dd p {
  padding-bottom: 5px;
}
#container.next .column2 .side .area dl dd p:last-child {
  padding-bottom: 0;
}
#container.next .column2 .side .madori {
  line-height: 0;
  padding-bottom: 40px;
}
#container.next .column2 .side .picts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 40px;
}
#container.next .column2 .side .picts li, #container.next .column2 .side .picts > * {
  width: 86px;
  line-height: 0;
  margin: 0 5px 5px 0;
}
#container.next .column2 .side .picts li:nth-child(5n), #container.next .column2 .side .picts > *:nth-child(5n) {
  margin-right: 0;
}
#container.next .column2 .side .acf-map {
  width: 450px;
  height: 450px;
}
#container.next .estate-list li {
  width: 240px;
}
#container.next .estate-list li:nth-child(4n) {
  margin-right: 20px;
}
#container.next .estate-list li:nth-child(3n) {
  margin-right: 0;
}
#container.next .pagenation {
  text-align: center;
}
#container.next .pagenation .wp-pagenavi > * {
  display: -moz-inline-box;
  display: inline-block;
  width: 34px;
  line-height: 34px;
  border: 1px solid #eee;
  text-align: center;
  color: #666666;
  font-family: 'Century Gothic', CenturyGothic, Futura, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1rem;
}
#container.next .pagenation .wp-pagenavi a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container.next .pagenation .wp-pagenavi a:hover {
  text-decoration: none;
  background-color: #00b1ad;
  color: #FFF;
}
#container.next .pagenation .wp-pagenavi span {
  border: none;
}
#container.next .pagenation .wp-pagenavi span.extend {
  width: auto;
  margin: 0 3px;
}
#container.next .pagenation .wp-pagenavi span.current {
  background: #00b1ad;
  color: #FFF;
  border: 1px solid #00b1ad;
}
#container.next .text-area .phase {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}
#container.next .text-area .phase:first-child {
  padding-top: 0;
}
#container.next .text-area .phase:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#container.next .text-area .phase .img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#container.next .text-area .phase .img-text .img {
  width: 450px;
  margin: 0 50px;
}
#container.next .text-area .phase .img-text .img:first-child {
  margin-left: 0;
}
#container.next .text-area .phase .img-text .img:last-child {
  margin-right: 0;
}
#container.next .text-area .phase .img-text .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#container.next .detail .title-block {
  border-bottom: 2px solid #eee;
  margin-bottom: 40px;
}
#container.next .detail .title-block > * {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-right: 15px;
}
#container.next .detail .room-list {
  margin-bottom: 10px;
}
#container.next #contents-single {
  width: 900px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#container.next #contents-single dl dt {
  font-size: 16px;
  font-size: 1.2307692308rem;
  line-height: 1.3;
  padding: 5px 15px;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
#container.next #contents-single dl dt:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 2px solid #00b1ad;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
#container.next #contents-single dl dt:first-child {
  margin-top: 0;
}
#container.next #contents-single dl dt span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
  font-size: 0.9230769231rem;
  font-weight: bold;
  margin-left: 20px;
  background-color: #00b1ad;
  line-height: 1.2;
  padding: 2px 5px;
  color: #FFF;
}
#container.next #contents-single .wpcf7-mail-sent-ok {
  display: none !important;
}
#container.next #contents-single .hidden {
  display: none;
}
#container.next .sitemap a {
  position: relative;
}
#container.next .sitemap a:after {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", "Chalkboard SE", sans-serif;
  content: ">";
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00b1ad;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container.next .sitemap a:hover {
  color: #00b1ad;
  text-decoration: none;
}
#container.next .sitemap a:hover:after {
  right: 5px;
}
#container.next .sitemap li:before {
  display: none;
}
#container.next .sitemap li p {
  display: none;
}
#container.next .sitemap > li {
  margin-top: 20px;
  text-indent: 0;
  padding: 0;
}
#container.next .sitemap > li:first-child {
  margin-top: 0;
}
#container.next .sitemap > li > a {
  display: block;
  font-size: 18px;
  font-size: 1.3846153846rem;
  font-weight: bold;
  padding: 15px 20px;
  background-color: #f5f5f5;
  line-height: 1.3;
  color: #222222;
}
#container.next .sitemap > li > a:after {
  font-size: 15px;
  font-size: 1.1538461538rem;
}
#container.next .sitemap > li ul {
  padding-left: 10px;
}
#container.next .sitemap > li ul li {
  border-bottom: 1px dotted #eee;
}
#container.next .sitemap > li ul li:last-child {
  border-bottom: none;
}
#container.next .sitemap > li ul li a {
  padding: 10px 20px 10px 10px;
  color: #222222;
  display: block;
}
#container.next .sitemap dd {
  padding: 10px 10px 0;
}
#container.next .wp-pagenavi {
  text-align: center;
  padding-top: 25px;
}
#container.next .wp-pagenavi > * {
  display: -moz-inline-box;
  display: inline-block;
  width: 34px;
  line-height: 34px;
  border: 1px solid #eee;
  text-align: center;
  color: #222222;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-size: 1rem;
}
#container.next .wp-pagenavi a {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#container.next .wp-pagenavi a:hover {
  text-decoration: none;
  background-color: #00b1ad;
  color: #FFF;
}
#container.next .wp-pagenavi span {
  border: none;
}
#container.next .wp-pagenavi span.current {
  background: #00b1ad;
  color: #FFF;
  border: 1px solid #00b1ad;
}
#container.next #single {
  width: 800px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
#container.next #single .info {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 10px 15px;
}
#container.next #single .info > * {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#container.next #single .mainimg {
  line-height: 0;
}
#container.next #single .text-area {
  padding: 25px 15px;
}
#container.next .condition {
  border: 2px solid #eee;
  padding: 10px 15px;
  margin-bottom: 30px;
}
#container.next .condition .title {
  font-size: 14px;
  font-size: 1.0769230769rem;
  font-weight: bold;
  color: #222222;
  line-height: 1.3;
  padding: 5px 15px;
  position: relative;
  margin-bottom: 10px;
}
#container.next .condition .title:before {
  content: "";
  display: -moz-inline-box;
  display: inline-block;
  width: 4px;
  height: 4px;
  border: 2px solid #00b1ad;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -4px;
}
#container.next .condition .text li {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}

/* under construction
------------------------------------------------------------*/
.uc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.uc .content {
  background-color: #FFF;
  width: 600px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -ms-border-radius: 10px 10px 10px 10px;
  -o-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  padding: 0 20px;
}
.uc header {
  text-align: center;
  line-height: 0;
  padding-bottom: 50px;
  border-bottom: none;
  position: relative;
}
.uc #container {
  text-align: center;
}
.uc #container p {
  padding-bottom: 25px;
  font-size: 15px;
  font-size: 1.1538461538rem;
}
.uc #container p:last-child {
  padding-bottom: 0;
}

/*retina*/
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1100px) {
  /* header
  ------------------------------------------------------------*/
  header .head-top {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
    font-size: 0.9230769231rem;
  }
  header .head-top nav {
    margin-left: auto;
  }
  header .head-top nav ul li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1100px) and (min-width: 701px) and (max-width: 900px) {
  header .head-top .text {
    display: none;
  }
}
@media screen and (min-width: 701px) and (max-width: 1100px) and (min-width: 701px) and (max-width: 740px) {
  header .head-main #logo {
    width: 150px;
  }
}
@media screen and (min-width: 701px) and (max-width: 1100px) {
  header .head-main {
    padding-left: 10px;
  }
  header .head-main #logo {
    margin-right: 10px;
  }
  header .head-main nav ul li a {
    font-size: 12px;
    font-size: 0.9230769231rem;
    padding: 0 5px 0 5px;
  }

  /* footer
  ------------------------------------------------------------*/
  footer .foot-main {
    padding: 45px 15px;
  }
  footer .foot-main .right {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  footer .foot-main .right .sns {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  footer .foot-main .right nav {
    font-size: 12px;
    font-size: 0.9230769231rem;
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  footer .foot-main .right nav ul li {
    margin-left: 20px;
  }
  footer .foot-main .right nav ul li #lang_sel_list ul li {
    margin: 0 30px 10px 0 !important;
  }

  /* mainimg
  ------------------------------------------------------------*/
  #mainimg.top .slides .slick-prev {
    left: 0;
    margin-left: 0;
  }
  #mainimg.top .slides .slick-next {
    right: 0;
    margin-right: 0;
  }
  #mainimg.next {
    height: 250px;
  }

  /* container
  ------------------------------------------------------------*/
  #container section {
    padding: 50px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #container #banner {
    padding: 30px 15px;
  }
  #container #banner ul {
    width: 1100px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  #container #banner ul li {
    margin-right: 20px;
  }
  #container .estate-list > li {
    width: 23.5%;
    margin-right: 2%;
  }
  #container .estate-list > li:nth-child(4n) {
    margin-right: 0;
  }
  #container .news-list > li {
    width: 19.2%;
    margin-right: 1%;
  }
  #container .news-list > li:nth-child(5n) {
    margin-right: 0;
  }

  /* container top
  ------------------------------------------------------------*/
  #container.top #pickup {
    padding-bottom: 30px;
  }
  #container.top #pickup ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #container.top #pickup ul li {
    width: 48.5%;
    margin-right: 0;
  }
  #container.top #pickup ul li .text-area dl dt {
    min-width: 65px;
  }

  /* container next
  ------------------------------------------------------------*/
  #container.next #breadcrumb {
    padding: 10px 15px;
  }
  #container.next .column2 .side {
    width: 40%;
    margin-left: 40px;
  }
  #container.next .column2 .side.w300 {
    width: 220px;
    margin-left: 30px;
  }
  #container.next .column2 .side .madori {
    padding-bottom: 30px;
  }
  #container.next .column2 .side .picts {
    padding-bottom: 30px;
  }
  #container.next .column2 .side .picts li {
    width: 24.7%;
    margin-right: 0.4%;
  }
  #container.next .column2 .side .picts li:nth-child(5n) {
    margin-right: 0.4%;
  }
  #container.next .column2 .side .picts li:nth-child(4n) {
    margin-right: 0;
  }
  #container.next .column2 .side .acf-map {
    width: 100%;
    height: 400px;
  }
  #container.next .column2 .side .map iframe {
    width: 100%;
  }
  #container.next .estate-list li {
    width: 32%;
    margin-right: 2%;
  }
  #container.next .estate-list li:nth-child(4n) {
    margin-right: 2%;
  }
  #container.next .estate-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 701px) and (max-width: 1100px) and (min-width: 701px) and (max-width: 850px) {
  #container.next .estate-list li {
    width: 49%;
    margin-right: 2%;
  }
  #container.next .estate-list li:nth-child(4n) {
    margin-right: 2%;
  }
  #container.next .estate-list li:nth-child(3n) {
    margin-right: 2%;
  }
  #container.next .estate-list li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 701px) and (max-width: 1100px) {
  #container.next .text-area .phase .img-text .img {
    width: 45%;
    margin: 0 30px;
  }
  #container.next .text-area .phase .img-text .img:first-child {
    margin-left: 0;
  }
  #container.next .text-area .phase .img-text .img:last-child {
    margin-right: 0;
  }
}
/*sp*/
@media screen and (max-width: 700px) {
  html {
    font-size: 12px;
  }

  /* header
  ------------------------------------------------------------*/
  header {
    border-bottom: none;
  }
  header .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  header .head-top {
    display: none;
  }
  header .head-main .wrap {
    height: 60px;
  }
  header .head-main #logo {
    padding: 0 10px;
  }
  header .head-main #logo img {
    height: 46px;
    width: auto;
  }
  header .head-main nav {
    display: none;
  }
  header .sp-menu {
    padding-bottom: 20px;
  }
  header .sp-menu nav ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  header .sp-menu nav ul li {
    border: none;
    width: 100%;
  }
  header .sp-menu nav ul li.contact {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  header .sp-menu nav ul li a {
    height: 60px;
  }
  header .sp-menu nav ul li a:after {
    height: 1px;
  }
  header .sp-menu nav ul li.search {
    height: auto;
  }
  header .sp-menu nav ul li.search.hover {
    height: auto;
  }
  header .sp-menu nav ul li.search.hover .hidden {
    height: auto;
    top: 0;
  }
  header .sp-menu nav ul li .hidden {
    position: relative;
    top: 0;
    padding-top: 0;
    width: 100%;
    left: 0;
    margin-left: 0;
    height: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 2;
    overflow: hidden;
  }
  header .sp-menu nav ul li .hidden:before {
    display: none;
  }
  header .sp-menu nav ul li .hidden .close {
    display: none;
  }
  header .sp-menu nav ul li .hidden .inside {
    background-color: #FFF;
    padding: 15px 20px;
    border-top-color: #00b1ad;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 0 transparent;
    -o-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
  header .sp-menu nav ul li .hidden .title {
    font-size: 15px;
    font-size: 1.1538461538rem;
    font-weight: bold;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
  }
  header .sp-menu nav ul li .hidden .title:before, header .sp-menu nav ul li .hidden .title:after {
    content: "";
    width: 20px;
    height: 2px;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    background-color: #00b1ad;
  }
  header .sp-menu nav ul li .hidden dl:after {
    clear: both;
    display: block;
    content: '';
  }
  header .sp-menu nav ul li .hidden dl dt {
    float: left;
    width: 100px;
    clear: both;
    font-size: 14px;
    font-size: 1.0769230769rem;
    font-weight: bold;
    color: #222222;
    line-height: 1.3;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-top: 3px;
  }
  header .sp-menu nav ul li .hidden dl dt:before {
    content: "";
    display: -moz-inline-box;
    display: inline-block;
    width: 4px;
    height: 4px;
    border: 2px solid #00b1ad;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -4px;
  }
  header .sp-menu nav ul li .hidden dl dd {
    float: right;
    width: calc(100% - 125px);
    padding-bottom: 25px;
  }
  header .sp-menu nav ul li .hidden dl dd p {
    display: block;
    padding-bottom: 5px;
  }
  header .sp-menu nav ul li .hidden dl dd p:last-child {
    padding-bottom: 0;
  }
  header #menu {
    display: block;
  }

  #lang_sel_list {
    padding: 10px;
  }
  #lang_sel_list ul {
    text-align: center;
  }
  #lang_sel_list ul li {
    margin: 0 10px !important;
    float: inherit;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
  }
  #lang_sel_list ul li:first-child {
    margin-left: 0 !important;
  }
  #lang_sel_list ul li a {
    font-size: 0;
    text-indent: -9999em;
    padding-left: 0;
    width: 30px;
    height: 20px;
    background-size: 30px auto !important;
  }
  #lang_sel_list ul li.icl-ja a {
    background-image: url(../img/common/icon-jp@4x.png);
  }
  #lang_sel_list ul li.icl-en a {
    background-image: url(../img/common/icon-english@4x.png);
  }
  #lang_sel_list ul li.icl-ko a {
    background-image: url(../img/common/icon-korea@4x.png);
  }
  #lang_sel_list ul li.icl-zh-hans a {
    background-image: url(../img/common/icon-china@4x.png);
  }
  #lang_sel_list ul li.icl-vi a {
    background-image: url(../img/common/icon-vietnam@4x.png);
  }

  /* footer
  ------------------------------------------------------------*/
  footer .foot-main {
    padding: 35px 10px;
  }
  footer .foot-main .wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .foot-main .left {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }
  footer .foot-main .left .logo {
    padding-bottom: 10px;
  }
  footer .foot-main .right {
    width: 100%;
  }
  footer .foot-main .right ul {
    text-align: center;
  }
  footer .foot-main .right .sns {
    text-align: center;
    padding-bottom: 25px;
    float: inherit;
  }
  footer .foot-main .right .sns li {
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .foot-main .right nav {
    width: 100%;
    float: inherit;
  }
  footer .foot-main .right nav > ul > li:last-child {
    display: block;
    margin: 0;
  }
  footer .foot-main .right nav ul li {
    margin-left: 10px;
    margin-right: 10px;
  }
  footer .foot-main .right nav ul li #lang_sel_list {
    display: block;
  }
  footer .foot-main .right nav ul li #lang_sel_list li {
    margin-right: 5px !important;
    float: inherit;
  }
  footer address {
    font-family: 'Century Gothic', CenturyGothic, Futura, "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #00b1ad;
    text-align: center;
    font-size: 13px;
    font-size: 1rem;
    padding: 15px;
  }

  /* mainimg
  ------------------------------------------------------------*/
  #mainimg {
    margin-top: 60px;
  }
  #mainimg.top {
    padding: 0 0 20px;
  }
  #mainimg.top #lang {
    display: block;
    padding: 10px 0;
    text-align: center;
  }
  #mainimg.top #lang #lang_sel_list {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #FFF;
    display: -moz-inline-box;
    display: inline-block;
    -webkit-border-radius: 8px 8px 8px 8px;
    -moz-border-radius: 8px 8px 8px 8px;
    -ms-border-radius: 8px 8px 8px 8px;
    -o-border-radius: 8px 8px 8px 8px;
    border-radius: 8px 8px 8px 8px;
    z-index: 1;
  }
  #mainimg.top .slides {
    margin-bottom: 0;
  }
  #mainimg.top .slides .slick-list li:before {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    left: 5px;
    top: 5px;
  }
  #mainimg.top .slides .slick-list .text-box {
    position: absolute;
    right: 10px;
    bottom: 10px;
    background-color: rgba(255, 255, 255, 0.9);
    padding: 10px;
    width: calc(100% - 20px);
  }
  #mainimg.top .slides .slick-list .text-box .title {
    font-size: 14px;
    font-size: 1.0769230769rem;
    font-weight: bold;
    padding-bottom: 10px;
  }
  #mainimg.top .slides .slick-list .text-box .title.mdl {
    font-size: 17px;
    font-size: 1.3076923077rem;
  }
  #mainimg.top .slides .slick-list .text-box .title.lg {
    font-size: 20px;
    font-size: 1.5384615385rem;
  }
  #mainimg.top .slides .slick-list .text-box .text {
    padding-bottom: 0;
  }
  #mainimg.top .slides .slick-list .text-box .text.mdl {
    font-size: 15px;
    font-size: 1.1538461538rem;
  }
  #mainimg.top .slides .slick-list .text-box .text.lg {
    font-size: 17px;
    font-size: 1.3076923077rem;
  }
  #mainimg.top .slides .slick-list .text-box .btn {
    display: none;
  }
  #mainimg.top .slides .slick-dots {
    bottom: -17px;
  }
  #mainimg.top .slides .slick-dots li {
    margin: 0 15px;
  }
  #mainimg.top .slides .slick-dots button {
    padding: 0;
  }
  #mainimg.top .slides .slick-dots .slick-active button {
    background-color: #00b1ad;
  }
  #mainimg.top .slides .slick-prev, #mainimg.top .slides .slick-next {
    background: #00b1ad center center no-repeat;
    -webkit-border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -ms-border-radius: 0 0 0 0;
    -o-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
  }
  #mainimg.top .slides .slick-prev {
    left: 50%;
    margin-left: -580px;
    background-image: url(../img/common/arrow-left.svg);
  }
  #mainimg.top .slides .slick-next {
    right: 50%;
    margin-right: -582px;
    background-image: url(../img/common/arrow-right.svg);
  }
  #mainimg.next {
    height: 200px;
  }

  /* container
  ------------------------------------------------------------*/
  #container section {
    padding: 40px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  #container #banner {
    padding: 20px 10px 0;
  }
  #container #banner ul {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #container #banner ul li {
    width: 49%;
    line-height: 0;
    margin-right: 2%;
    margin-bottom: 20px;
  }
  #container #banner ul li:nth-child(3n) {
    margin-right: 2%;
  }
  #container #banner ul li:nth-child(2n) {
    margin-right: 0;
  }
  #container .head-title {
    font-size: 18px;
    font-size: 1.3846153846rem;
  }
  #container .title-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 25px;
  }
  #container .title-area .head-title {
    margin-bottom: 0;
  }
  #container .estate-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #container .estate-list > li {
    width: 48.5%;
    margin: 0 0 30px 0;
  }
  #container .news-list > li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 30px;
  }
  #container .news-list > li:nth-child(5n) {
    margin-right: 2%;
  }
  #container .news-list > li:nth-child(3n) {
    margin-right: 0;
  }
  #container .announcement {
    padding: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 700px) and (max-width: 440px) {
  #container .news-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #container .news-list > li {
    width: 48%;
    margin-right: 0;
  }
  #container .news-list > li:nth-child(5n) {
    margin-right: 0;
  }
  #container .news-list > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 700px) {
  /* container top
  ------------------------------------------------------------*/
  #container.top #pickup ul {
    width: 530px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #container.top #pickup ul li {
    width: 100%;
    margin-right: 0;
  }
  #container.top #pickup ul li a {
    height: 250px;
    padding: 5px;
  }
  #container.top #pickup ul li .text-area {
    padding: 10px;
  }
  #container.top #pickup ul li .text-area .title {
    font-size: 14px;
    font-size: 1.0769230769rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  #container.top #pickup ul li .text-area dl {
    margin-right: 20px;
  }
  #container.top #pickup ul li .text-area dl dt {
    min-width: 60px;
  }

  /* container next
  ------------------------------------------------------------*/
  #container.next #breadcrumb {
    padding: 10px 10px;
  }
  #container.next .column2 {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #container.next .column2 .main {
    width: 100%;
  }
  #container.next .column2 .side {
    width: 100%;
    margin-left: 0;
    margin-top: 30px;
  }
  #container.next .column2 .side .scroll {
    position: relative !important;
    width: 100% !important;
    top: 0 !important;
  }
  #container.next .column2 .side.w300 {
    width: 100%;
    margin-left: 0;
  }
  #container.next .column2 .side .area {
    padding: 15px;
  }
  #container.next .column2 .side .area dl dt {
    padding-bottom: 10px;
  }
  #container.next .column2 .side .area dl dd {
    padding-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #container.next .column2 .side .area dl dd > * {
    margin-right: 15px;
  }
  #container.next .column2 .side .area dl dd:last-child {
    padding-bottom: 0;
  }
  #container.next .column2 .side .madori {
    text-align: center;
    padding-bottom: 30px;
  }
  #container.next .column2 .side .picts {
    padding-bottom: 30px;
  }
  #container.next .column2 .side .picts li, #container.next .column2 .side .picts > * {
    width: 66px;
    line-height: 0;
    margin: 0 2px 4px 2px;
  }
  #container.next .column2 .side .picts li:nth-child(5n), #container.next .column2 .side .picts > *:nth-child(5n) {
    margin-right: 2px;
  }
  #container.next .column2 .side .acf-map {
    width: 100%;
    height: 250px;
  }
  #container.next .column2 .side .map iframe {
    width: 100%;
    height: 250px;
  }
  #container.next .estate-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  #container.next .estate-list li {
    width: 48.5%;
  }
  #container.next .estate-list li:nth-child(4n) {
    margin-right: 0;
  }
  #container.next .estate-list li:nth-child(3n) {
    margin-right: 0;
  }
  #container.next .text-area .phase {
    padding: 40px 0;
  }
  #container.next .text-area .phase .img-text {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  #container.next .text-area .phase .img-text .img {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: 20px 0 0;
  }
  #container.next .text-area .phase .img-text .text {
    -webkit-box-original-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
  #container.next .detail .title-block {
    margin-bottom: 30px;
  }
}
