@charset "UTF-8";
/****************************************
		General Setting 
*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  list-style: none;
  word-wrap: break-word;
}

body {
  font-family: "Noto Sans JP", "游ゴシック" , "Yu Gothic" , Helvetica ,  sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
  word-break: break-strict;
  text-rendering: optimizeLegibility;
  color: #222;
  -webkit-text-size-adjust: 100%;
}

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

a:hover {
  color: #222;
}

a img:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.thumbimg:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.clear {
  clear: both;
  line-height: 0;
}

.clearfix {
  display: block;
  zoom: 1;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}

body {
  _display: inline;
  _zoom: 1;
}
.body_wrap {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  -webkit-backface-visibility: hidden;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.minc {
  font-family: "Times New Roman", 游明朝体, "Yu Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝B, "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.f_roboto {
  /* regular 400 bold 700 */
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/****************************************
		Base Setting 
*****************************************/
body {
  padding-top: 88px;
}
.body_top {
  padding-top: 0;
}

.wrap {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  /*padding: 0 7.3%;*/
}

.btn_bgs {
  display: inline-block;
  position: relative;
  transition: all 200ms 0s ease;
  border: none;
  cursor: pointer;
  background-color: transparent;
  padding: 0;
  font-size: 115%;
}

.btn_bgs span {
  display: block;
  font-weight: 500;
  width: 239px;
  padding: 25px 0 24px;
  text-align: center;
  color: #FFF;
  position: relative;
  z-index: 2;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
}

.btn_bgs:focus {
  outline: 0;
}

.btn_bgs:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.btn_bgs_01 span {
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.btn_bgs_02 span {
  background: #52ccff;
  /* Old browsers */
  background: -moz-linear-gradient(left, #52ccff 0%, #3899fb 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #52ccff 0%, #3899fb 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #52ccff 0%, #3899fb 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52ccff', endColorstr='#3899fb',GradientType=1 );
  /* IE6-9 */
}

.btn_bgs_03 span {
  background-color: #271d11;
  transition: .3s;
}
	a:hover.btn_bgs_03 span {
	  background-color: #23ac38;
	}

.btn_bgs_04 span {
  background-color: #bebbb7;
}

.brbg {
  position: relative;
}

.brbg_img {
  background-size: 100%;
  background-repeat: repeat-y;
  position: absolute;
}

.brbg_img_01 {
  background-image: url(../img/common/brbg_img_01.jpg);
  background-position: top left;
  width: 77%;
  height: 100%;
  top: 0;
  left: 0;
}

.bhbr {
  position: relative;
}

.bhbr .wrap {
  z-index: 3;
}

.bhbr_img {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 96%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 2;
}

.bwbr {
  position: relative;
}

.bwbr .wrap {
  z-index: 3;
}

.bwbr_img {
  width: 96%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 2%;
  z-index: 2;
}

.box {
  float: left;
}

.tit_l {
  border-left: 10px solid #ff9714;
  padding-left: 30px;
  margin: 0 0 50px;
}

.tit_l h3 {
  font-size: 230%;
  line-height: 1.4;
  font-weight: 400;
}

.tit_b h3 {
  font-size: 143%;
  line-height: 1.4;
  padding: 30px 0;
}

.tit_lb {
  border-bottom: 2px solid #d4d2cf;
  margin-bottom: 30px;
}

.tit_lb h3 {
  font-size: 143%;
  line-height: 1.4;
  padding: 30px 0;
}

.tit_i {
  text-align: center;
  padding: 50px 0;
}

.tit_i p {
  color: #FFF;
  padding: 15px 0 0;
}

.tbl_c table {
  width: 100%;
  border-top: 1px dotted #b5aba1;
}

.tbl_c table tr th, .tbl_c table tr td {
  border-bottom: 1px dotted #b5aba1;
  font-size: 115%;
  text-align: left;
  padding: 40px 5%;
}

.tbl_c table tr th {
  background: #eae7e2;
  vertical-align: middle;
  width: 25%;
  white-space: nowrap;
}

.tbl_c table tr td ol {
  padding-left: 20px;
}

.tbl_c table tr td ol li {
  list-style: disc;
}

.target_line {
    margin-top: -88px;
    padding-top: 88px;
}

.header {
  border-top: 3px solid #8ede4e;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 88px;
  transition: all 500ms 0s ease;
  background: #fff;
}
.body_top .header{
  background: transparent;
  height: 124px;
}

.header .wrap {
  position: relative;
}

.header_inner {
  height: 80px;
  position: relative;
  background: #fff;
  transition: all 500ms 0s ease;
}
.body_top .header_inner,
.body_top .header .header_inner_bg {
  margin-top: 36px;
}
.header_inner_bg {
  height: 80px;
  width: 0;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  background: #FFF;
  transition: all 500ms 0s ease;
}

.header_logo {
  position: absolute;
  top: 26px;
  left: 16px;
}

.header_logo img {
  width: 223px;
}

.header_tel {
  position: absolute;
  top: 0;
  right: 0;
  width: 180px;
  background: #D2F7D2;
  line-height: 1;
  padding: 20.5px 0;
  text-align: center;
}
.header_tel img {
  width: 150px;
}

.header_clm {
  position: absolute;
  top: -21px;
  left: 0px;
}

.header_clm h1 {
  font-size: 67%;
  color: #999;
  font-weight: 400;
  line-height: 1.4;
}

.header_subnav {
  position: absolute;
  top: 37px;
  right: 240px;
  font-size: 86%;
}

.header_subnav ul li {
  display: inline-block;
  padding-left: 20px;
}

.header_subnav ul li a {
  text-decoration: underline;
  color: #444;
}

.gnav {
  margin-top: -68px;
}

.gnav ul {
  text-align: center;
  margin-left: -50px;
}

.gnav ul > li {
  display: inline-block;
}

.gnav ul li:nth-child(1){
  padding-left: 122px;
}

.gnav ul > li a, .gnav ul > li span {
  display: block;
  padding: 0 7px;
  cursor: pointer;
  position: relative;
}

.gnav ul > li a strong, .gnav ul > li span strong {
  padding: 15px 0;
  position: relative;
  display: block;
  font-weight: 400;
  font-size: 94%;
}

.gnav ul > li a strong:after, .gnav ul > li span strong:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
  opacity: 0;
  transition: all 200ms 0s ease;
}

.gnav ul > li:first-child a, .gnav ul > li:first-child span {
  padding-left: 0;
}

.gnav ul > li:last-child a, .gnav ul > li:last-child span {
  padding-right: 0;
}

.gnav ul > li:hover a strong:after, .gnav ul > li:hover span strong:after {
  opacity: 1;
}

.HoverNav {
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  position: fixed;
  width: 100%;
  top: 124px;
  left: 0;
  background: #e8f9e8;
  transition: all 500ms 0s ease;
  cursor: auto;
}

.HoverNav .wrap {
  position: relative;
}

.HoverNav .boxs {
  padding: 30px 0;
}

.HoverNav .boxs .box {
  display: block;
  background: #FFF;
  width: 22.7%;
  margin: 15px 3% 15px 0;
  padding: 0;
  transition: all 500ms 0s ease;
}

.HoverNav .boxs .box:nth-child(4n) {
  margin-right: 0;
}

.HoverNav .boxs .box .box_img, .HoverNav .boxs .box .box_clms {
  float: left;
}

.HoverNav .boxs .box .box_img {
  width: 40%;
  text-align: left;
}

.HoverNav .boxs .box .box_clms {
  width: 60%;
  text-align: left;
  position: relative;
}

.HoverNav .boxs .box .box_clms .box_clm {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  line-height: 1.2;
  padding-left: 2%;
}

.HoverNav .boxs .box .box_clms .box_clm h3 {
  font-weight: 500;
}

.HoverNav .boxs .box .box_clms .box_clm p {
  font-size: 87%;
}

.HoverNav .boxs .box:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.HoverNav .boxs.boxs_mid .box {
  background: transparent;
  width: 17.6%;
  padding: 0;
}

.HoverNav .boxs.boxs_mid .box:nth-child(4n) {
  margin: 15px 3% 15px 0;
}

.HoverNav .boxs.boxs_mid .box:nth-child(5n) {
  margin-right: 0;
}

.HoverNav .boxs.boxs_mid .box .box_inner .box_img {
  width: auto;
  float: none;
}

.HoverNav .boxs.boxs_mid .box .box_inner .box_line {
  margin-top: -20px;
  position: relative;
  z-index: 1;
}

.HoverNav .boxs.boxs_mid .box .box_inner .box_line h3 {
  font-size: 127%;
  color: #FFF;
  white-space: nowrap;
}

.HoverNav .boxs.boxs_mid .box .box_inner .box_line h3 strong {
  background: #9d8a74;
  display: inline-block;
  margin: 2px 0 0;
  padding: 0 3px;
  font-weight: 400;
}

.gnav ul > li:hover .HoverNav {
  visibility: visible;
  opacity: 100;
  z-index: 300;
}

/* アニメーション追記 201911004 */
.header.is-fixed {
  height: 80px;
}
.header.is-fixed .header_inner_bg {
  width: 100%;
}
.body_top .is-fixed .header_inner,
.body_top .header.is-fixed .header_inner_bg {
  margin-top: 0;
}
.header.is-fixed .HoverNav {
  top: 88px;
}

.footer {
  margin-top: 40px;
  background: #f5f5f5;
  padding: 70px 0 0;
}

.footer .boxs .box:nth-child(1) {
  width: 22%;
}

.footer .boxs .box:nth-child(2) {
  width: 45%;
}

.footer .boxs .box:nth-child(3) {
  width: 33%;
}

.fban {
  padding-bottom: 40px;
}

.fban ul {
  display: flex;
  justify-content: space-around;
}
/*
.fban ul li {
  float: left;
  width: 22%;
  margin-right: 4%;
}

.fban ul li:last-child {
  margin-right: 0;
}*/

.fnav_outer {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 40px;
}

.fnav {
  line-height: 1.4;
  white-space: nowrap;
}

.fnav h3 {
  font-size: 115%;
}

.fnav ul {
  margin-top: 30px;
  width: 50%;
  float: left;
}

.fnav ul li {
  margin-bottom: 15px;
}

.fnav ol li {
  margin-bottom: 30px;
  float: left;
  width: 50%;
}

.footer_subnav {
  text-align: right;
  font-size: 86%;
  padding: 20px 0 140px;
}

.footer_subnav ul li {
  display: inline-block;
}

.footer_copy {
  background: #5b595a;
  color: #aeaaa5;
  font-size: 93%;
  padding: 20px 0;
  text-align: center;
}

.sec_foot_goto {
  margin-top: 30px;
  text-align: center;
  color: #FFF;
}

.sec_foot_goto .bwbr_img {
  background-image: url(../img/common/bg_foot_goto_01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.foot_goto_inner {
  padding: 80px 0;
}

.foot_goto_tit {
  padding: 20px 0 10px;
}

.foot_goto_tit h3 {
  font-weight: 400;
  font-size: 215%;
  letter-spacing: 2px;
  line-height: 1.4;
}

.foot_goto_more {
  margin-top: 40px;
}

/****************************************
		bukken list Setting 
*****************************************/
.bukken_list .boxs .box {
  background: #FFF;
  display: block;
  width: 31%;
  margin: 0 3.5% 35px 0;
  position: relative;
}

.bukken_list .boxs .box:nth-child(3n) {
  margin-right: 0;
}

.bukken_list .boxs .box,
.bukken_list .boxs .box .box_line {
  transition: .5s;
}

.bukken_list .boxs .box:hover {
  background: #f8fff7;
}

.bukken_list .boxs .box:hover .box_line {
  border: 2px solid #70d660;
}

.bukken_list .box_line {
  border: 1px solid #d8d8d8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
}

.bukken_list .box_img {
  position: relative;
  transition: all 200ms 0s ease;
}

.bukken_list .box_img img {
  vertical-align: top;
}

.bukken_list .box_img .tag {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 999;
  font-size: 90%;
  width: 70px;
  height: 70px;
  line-height: 1;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background: #ff9714;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.bukken_list .box_img .circ {
  font-size: 93%;
  text-align: center;
  background: #FFF;
  position: absolute;
  top: 20px;
  right: 20px;
  line-height: 1.4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  padding: 25px 17px;
}

.bukken_list .box_clm_inner {
  padding: 5%;
  margin-top: 10px;
}

.bukken_list .box_clm_inner .box_tit {
  font-size: 143%;
  line-height: 1.4;
  padding: 1%;
  color: #70d660;
}

.bukken_list .box_clm_inner .box_clm {
  padding: 10px 1%;
}

.bukken_list .box_clm_inner .box_info {
  font-size: 86%;
  margin: 10px 0;
  opacity: 0.5;
}

.side_nav {
  position: fixed;
  top: 200px;
  right: 0;
  z-index: 999;
}

.side_nav ul li {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.1);
  width: 61px;
}

.side_nav ul li:nth-child(1) {
  margin-bottom: 10px;
}

.side_nav a img {
  transition: all 200ms 0s ease;
}

/****************************************
		dtl Setting 
*****************************************/
.main_bg_dtl {
  background-image: url(../img/property/bg_main_dtl.jpg);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.dtl_head_tit {
  background-image: url(../img/property/ico_dtl_head_tit.png);
  background-size: 35px;
  background-position: left center;
  background-repeat: no-repeat;
  margin-bottom: 50px;
}

.dtl_head_tit h3 {
  font-size: 186%;
  line-height: 1.4;
  font-weight: 400;
  padding: 25px 0 15px 40px;
}

.dtl_head_tit span {
  height: 4px;
  width: 100%;
  display: block;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.dtl_head_tags {
  font-size: 86%;
  color: #FFF;
  line-height: 1.2;
  position: relative;
}

.dtl_head_tags ul {
  text-align: right;
  position: absolute;
  top: -42px;
  right: 0;
}

.dtl_head_tags ul li {
  background: #271d11;
  display: inline-block;
  width: 89px;
  padding: 3px 0;
  text-align: center;
}

.dtl_head_subclm {
  margin-bottom: 20px;
}

.dtl_head_subclm h4 {
  font-weight: 400;
  font-size: 129%;
  line-height: 1.4;
}

.dtl_head .box:nth-child(1) {
  width: 65%;
}

.dtl_head .box:nth-child(2) {
  width: 32%;
  margin-left: 3%;
  position: relative;
}

.dtl_head .box_clms {
  padding: 2px;
  background-color: #70d660;
  background: -webkit-linear-gradient(45deg, transparent 0, #70d660 0), -webkit-linear-gradient(135deg, transparent 0, #70d660 0), -webkit-linear-gradient(225deg, transparent 12%, #70d660 12%), -webkit-linear-gradient(315deg, transparent 0, #70d660 0);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.dtl_head .box_clm {
  background-color: #FFF;
  background: -webkit-linear-gradient(45deg, transparent 0, #FFF 0), -webkit-linear-gradient(135deg, transparent 0, #FFF 0), -webkit-linear-gradient(225deg, transparent 12%, #FFF 12%), -webkit-linear-gradient(315deg, transparent 0, #FFF 0);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  padding: 90px 10% 20px;
  position: relative;
}

.dtl_head .box_clm h4 {
  font-size: 129%;
  display: block;
  margin-bottom: 10px;
}

.dtl_head .box_clm dl {
  border-bottom: 1px dotted #b1a596;
  padding: 20px 0;
}

.dtl_head .box_clm dl dt {
  font-size: 129%;
  font-weight: 700;
}

.dtl_head .box_clm_btn .btn_bgs {
  width: 100%;
  margin: 10px 0;
}

.dtl_head .box_clm_btn .btn_bgs span {
  width: 100%;
}

.dtl_head .box_clm_tel {
  margin-top: 28px;
}

.dtl_head .box_more {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 115%;
  background: #bff7b7;
  padding: 30px 0;
  border-top: 2px solid #70d660;
}

.dtl_head .box_more i {
  padding-left: 20px;
}

.dtl_head_clm {
  padding: 20px 0 0;
}

.dtl_tit_c {
  text-align: center;
}

.dtl_tit_c img {
  margin-top: -25px;
}

.sec_dtl_concept {
  padding: 80px 0 50px;
}

.dtl_concept_inner {
  text-align: center;
  padding: 0 4%;
}

.dtl_concept_tit {
  padding: 40px 0;
}

.dtl_concept_tit h3 {
  font-size: 200%;
  line-height: 1.4;
  font-weight: 400;
}

.dtl_concept_clm p {
  font-size: 115%;
  line-height: 2;
  padding-bottom: 20px;
}

.sec_dtl_clms .boxs {
  margin-bottom: 30px;
}

.sec_dtl_clms .boxs.dtl_boxs_1,
.sec_dtl_clms .boxs.dtl_boxs_2,
.sec_dtl_clms .boxs.dtl_boxs_3 {
  margin-bottom: 0;
}

.sec_dtl_clms .boxs h5 {
  font-size: 143%;
  line-height: 1.4;
  padding: 20px 0 0;
}

.sec_dtl_clms .boxs p {
  padding: 15px 0 0;
}

.sec_dtl_clms .boxs.dtl_boxs_3 .box {
  width: 31%;
  margin: 0 3.5% 0 0;
}

.sec_dtl_clms .boxs.dtl_boxs_3 .box:nth-child(3n) {
  margin-right: 0;
}

.sec_dtl_clms .boxs.dtl_boxs_2 .box {
  width: 46.5%;
  margin: 0 3.5% 40px 0;
}

.sec_dtl_clms .boxs.dtl_boxs_2 .box:nth-child(2n) {
  margin-right: 0;
}

.sec_dtl_clms .boxs.dtl_boxs_1 .box {
  float: none;
  width: 78%;
  margin: 0 auto;
}

.sec_dtl_clms .boxs.dtl_boxs_lr {
  margin-bottom: 40px;
}

.sec_dtl_clms .boxs.dtl_boxs_lr h5 {
  font-size: 200%;
}

.sec_dtl_clms .boxs.dtl_boxs_lr p {
  line-height: 1.8;
}

.sec_dtl_clms .boxs.dtl_boxs_lr .box_clm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.sec_dtl_clms .boxs.dtl_boxs_lr .box {
  position: relative;
}

.sec_dtl_clms .boxs.dtl_boxs_lr .box:nth-child(1) {
  width: 60%;
  margin-right: 4%;
}

.sec_dtl_clms .boxs.dtl_boxs_lr .box:nth-child(2) {
  width: 36%;
}

.sec_dtl_clms .boxs.dtl_boxs_lr.dtl_boxs_l .box:nth-child(1) {
  float: right;
  margin-right: 0;
}

.sec_dtl_clms .boxs.dtl_boxs_lr.dtl_boxs_l .box:nth-child(2) {
  float: right;
  margin-right: 4%;
}

.dtl_tit_o {
  color: #5bd456;
  padding: 30px 0;
  margin-bottom: 30px;
  border-top: 2px solid #91df58;
  border-bottom: 2px solid #91df58;
}

.dtl_tit_o h3 {
  font-size: 172%;
  line-height: 1.4;
  font-weight: 400;
}

.dtl_lead {
  margin-bottom: 30px;
}

.dtl_lead p {
  font-size: 115%;
  padding-bottom: 20px;
}

.dtl_tit_h {
  background-image: url(../img/property/ico_dtl_tit_h.png);
  background-size: 28px;
  background-position: left center;
  background-repeat: no-repeat;
  padding: 10px 0 10px 35px;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
}

.dtl_tit_h h4 {
  font-size: 143%;
  line-height: 1.4;
  font-weight: 400;
}

.dtl_clm {
  margin-bottom: 10px;
}

.dtl_clm p {
  padding-bottom: 20px;
}

.dtl_plan_bg_outer {
  padding: 2px;
  background-color: #70d660;
  background: -webkit-linear-gradient(45deg, transparent 0, #70d660 0), -webkit-linear-gradient(135deg, transparent 8%, #70d660 8%), -webkit-linear-gradient(225deg, transparent 0, #70d660 0), -webkit-linear-gradient(315deg, transparent 0, #70d660 0);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.dtl_plan_bg {
  background-color: #f8fff7;
  background: -webkit-linear-gradient(45deg, transparent 0, #f8fff7 0), -webkit-linear-gradient(135deg, transparent 8%, #f8fff7 8%), -webkit-linear-gradient(225deg, transparent 0, #f8fff7 0), -webkit-linear-gradient(315deg, transparent 0, #f8fff7 0);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
  padding: 60px 9%;
}

.dtl_tit_p {
  position: relative;
  text-align: center;
}

.dtl_tit_p_inner {
  display: inline-block;
  line-height: 1.2;
  position: relative;
  z-index: 1;
  padding: 0 60px;
}

.dtl_tit_p_inner p {
  display: block;
  margin-bottom: 10px;
}

.sec_dtl_plan {
  margin-top: 20px;
}

.dtl_plan_slct {
  text-align: center;
  padding: 30px 0;
}

.dtl_plan_slct ul li {
  cursor: pointer;
  display: inline-block;
  font-size: 115%;
  line-height: 1.4;
  border: 2px solid #4cc5ff;
  background: #FFF;
  width: 20%;
  padding: 15px 0;
  margin: 0 1%;
  transition: all 200ms 0s ease;
  position: relative;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.dtl_plan_slct ul li i {
  display: none;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #4cc6ff transparent transparent transparent;
}

.dtl_plan_slct ul li.on, .dtl_plan_slct ul li:hover {
  color: #FFF;
  background: #4cc5ff;
}

.dtl_plan_slct ul li.on i, .dtl_plan_slct ul li:hover i {
  display: block;
}

.dtl_plan_body .dtl_plans:nth-child(n+2) {
  display: none;
}

.dtl_plans_head {
  padding: 0 5%;
  text-align: center;
}

.dtl_plans_head dl dt, .dtl_plans_head dl dd {
  display: block;
}

.dtl_plans_head dl dt {
  font-size: 229%;
  color: #ff9714;
}

.dtl_plans_head dl dd {
  padding: 20px 0 0;
}

.dtl_plans_head dl dd ul li {
  display: inline-block;
  margin: 2px 10px;
}

.dtl_plans_heads .dtl_plans_head:nth-child(n+2) {
  display: none;
}

.dtl_plans_img {
  margin-bottom: 30px;
  border: 1px solid #d8d8d8;
  background: #FFF;
}

.dtl_plans_img .box {
  /*width: 50%;*/
  text-align: center;
  padding: 30px 4%;
}

/*
.dtl_plans_img .box:nth-child(1) {
  border-right: 1px solid #d8d8d8;
}

.dtl_plans_clm .box:nth-child(1) {
  width: 45%;
  padding: 0 4% 0 0;
}*/

.dtl_plans_clm .box:nth-child(2) {
  width: 55%;
  border: 1px solid #d8d8d8;
  background: #FFF;
  padding: 4%;
}

.dtl_plans_clm .box h4 {
  font-size: 129%;
  font-weight: 400;
  margin-bottom: 15px;
  /*text-align: center;*/
}

.dtl_plans_clm .box h4 strong {
  background: #fffaaf;
  display: inline;
  line-height: 1.8;
}

.dtl_plans_clm .box dl {
  display: table;
  width: 100%;
}

.dtl_plans_clm .box dl dt, .dtl_plans_clm .box dl dd {
  display: table-cell;
  width: 50%;
}

.dtl_plans_clm .box dl dt strong {
  font-size: 143%;
}

.dtl_plans_clm .box dl dd strong {
  font-size: 216%;
  font-weight: 700;
}

.dtl_plans_clm .box .dtl_plans_d {
  border-top: 2px solid #4cc4fe;
  padding-top: 10px;
  margin-top: 10px;
}

.dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds {
  float: left;
  width: 50%;
}

.dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds dl {
  margin-top: 2px;
}

.dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds dl dt, .dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds dl dd {
  width: auto;
}

.dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds dl dt {
  vertical-align: top;
}

.dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds dl dd {
  vertical-align: bottom;
}

.dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds dl dd span {
  display: inline-block;
  margin-right: 9%;
}

.dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds:nth-child(1) dl dt {
  width: 35%;
}

.dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds:nth-child(2) dl dt {
  width: 45%;
}

.sec_dtl_items {
  margin-top: 20px;
}

.dtl_items_outer {
  position: relative;
}

.dtl_items_outer .slick-slide {
  height: auto;
}

.dtl_items_outer .slick-arrow {
  background: #271d11;
  z-index: 9;
  height: 60px;
  width: 60px;
  line-height: 70px;
  top: 38%;
}

.dtl_items_outer .slick-prev {
  left: -20px;
}

.dtl_items_outer .slick-prev:before {
  content: '<';
}

.dtl_items_outer .slick-next {
  right: -20px;
}

.dtl_items_outer .slick-next:before {
  content: '>';
}

.dtl_item {
  width: 22%;
  text-align: center;
  padding: 0 10px;
}

.dtl_item img {
  width: 100%;
  margin: 0 auto;
}

.dtl_item h5 {
  font-weight: 400;
  font-size: 108%;
  text-align: left;
  line-height: 1.4;
  padding: 10px 0 5px;
}

.dtl_item p {
  line-height: 1.4;
  text-align: left;
}

.dtl_detail_inner {
  border-top: 2px solid #d4d2cf;
  border-bottom: 2px solid #d4d2cf;
}

.dtl_detail_head {
  cursor: pointer;
  padding: 20px;
  background-image: url(../img/common/btn_ico_01.png);
  background-size: 16px;
  background-position: right 20px center;
  background-repeat: no-repeat;
}

.dtl_detail_head h3 {
  font-size: 129%;
}

.dtl_detail_head.on {
  background-image: url(../img/common/btn_ico_02.png);
}

.dtl_detail_body {
  padding: 2% 3%;
  display: none;
}

.sec_dtl_reserv {
  padding: 80px 0;
}

.sec_dtl_reserv .bwbr_img {
  background-repeat: repeat;
  background-image: url(../img/common/brbg_img_01.jpg);
  background-position: top left;
}

.sec_dtl_reserv .dtl_tit_c {
  position: relative;
  top: 25px;
}

.sec_dtl_reserv .dtl_tit_c img {
	width: 609px;
}

.dtl_reserv_bg_outer {
  padding: 2px;
  background-color: #70d660;
  background: -webkit-linear-gradient(45deg, transparent 0, #70d660 0), -webkit-linear-gradient(135deg, transparent 0, #70d660 0), -webkit-linear-gradient(225deg, transparent 12%, #70d660 12%), -webkit-linear-gradient(315deg, transparent 0, #70d660 0);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.dtl_reserv_bg {
  background-color: #FFF;
  background: -webkit-linear-gradient(45deg, transparent 0, #FFF 0), -webkit-linear-gradient(135deg, transparent 0, #FFF 0), -webkit-linear-gradient(225deg, transparent 12%, #FFF 12%), -webkit-linear-gradient(315deg, transparent 0, #FFF 0);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.dtl_reserv_inner {
  padding: 5%;
}

.dtl_reserv_inner .boxs .box:nth-child(1) {
  width: 39%;
}

.dtl_reserv_inner .boxs .box:nth-child(2) {
  width: 61%;
}

.dtl_reserv_inner .box_inner {
  padding: 0 2% 0 5%;
}

.dtl_reserv_inner .box_tag {
  padding-bottom: 10px;
}

.dtl_reserv_inner .box_tag span {
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 2px 5px;
  color: #FFF;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.dtl_reserv_inner .box_clm {
  padding: 20px 0 0;
}

.dtl_reserv_inner .box_clm h3 {
  font-size: 200%;
  padding-bottom: 10px;
  color: #271d11;
  line-height: 1.4;
}

.dtl_reserv_inner .box_clm_btn {
  padding: 25px 0;
}

.dtl_reserv_inner .box_clm_btn .btn_bgs {
  width: 196px;
}

.dtl_reserv_inner .box_clm_btn .btn_bgs:nth-child(1) {
  margin-right: 2%;
}

.dtl_reserv_inner .box_clm_btn .btn_bgs span {
  width: 100%;
  font-size: 93%;
  padding: 18px 0 16px;
}

.bukken_list .bukken_list_slide .bukken_list_slides:nth-child(3n) .box {
  margin-right: 0;
}

.bukken_list_more {
  text-align: center;
  padding: 20px 0;
}

.sec_pages.sec_dtl_kodawari {
  padding: 30px 0 80px;
}

.dtl_kodawari {
  padding: 10px 0;
}

.dtl_kodawari h4 {
  font-size: 143%;
  padding: 10px 0;
}

.dtl_kodawari p {
  line-height: 1.8;
}

.dtl_kodawari .box_clm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.dtl_kodawari .boxs .box {
  position: relative;
}

.dtl_kodawari .boxs .box:nth-child(1) {
  width: 38%;
  margin-right: 4%;
}

.dtl_kodawari .boxs .box:nth-child(2) {
  width: 58%;
}

.dtl_more {
  font-size: 129%;
  line-height: 1;
  text-align: center;
}

.dtl_more i {
  font-size: 150%;
  position: relative;
  top: 2px;
}

.dtl_more img {
  vertical-align: middle;
}

.dtl_more ul li {
  display: inline-block;
  width: 15%;
}

.dtl_more a {
  display: inline-block;
}

.dtl_more a.dtl_more_prev i {
  margin-right: 20px;
}

.dtl_more a.dtl_more_next i {
  margin-left: 20px;
}

.dtl_head_slide {
  position: relative;
  margin-bottom: 60px;
}

.dtl_img_slides_outer {
  overflow-y: hidden;
  position: relative;
}

.dtl_img_slides_outer .slick-slide {
  height: auto;
}

.dtl_img_slides_thms {
  position: absolute;
  bottom: -77px;
  left: 0;
  width: 100%;
}

.dtl_img_slides_thms .slides_thm {
  width: 105px;
  float: left;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

.dtl_img_slides_thms .slides_thm .thm_line {
  border: 3px solid transparent;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dtl_img_slides_thms .slides_thm.current .thm_line {
  border-color: #271d11;
}

.dtl_img_slides_txt {
  position: relative;
}

.dtl_img_slides_txt img {
  position: absolute;
  top: -70px;
  left: 20px;
  z-index: 5;
}

.sec_dtl_map .bwbr_img {
  background: #e7f8e6;
}

.sec_dtl_map .wrap {
  padding: 0;
  max-width: none;
}

.sec_dtl_map .boxs .box {
  width: 50%;
}

.sec_dtl_map .boxs .box iframe {
  width: 100%;
}

.sec_dtl_map .boxs .box dl {
  background-position: left top 5px;
  background-repeat: no-repeat;
  padding: 0 0 50px 30px;
  font-size: 115%;
  line-height: 1.4;
}

.sec_dtl_map .boxs .box dl dt, .sec_dtl_map .boxs .box dl dd {
  padding: 5px 0;
}

.sec_dtl_map .boxs .box dl dd ul li {
  margin-bottom: 5px;
}

.sec_dtl_map .boxs .box dl:nth-child(1) {
  background-image: url(../img/common/ico_dtl_map_01.png);
  background-size: 23px;
}

.sec_dtl_map .boxs .box dl:nth-child(2) {
  background-image: url(../img/common/ico_dtl_map_02.png);
  background-size: 23px;
}

.sec_dtl_map .boxs .box:nth-child(2) {
  padding: 130px 5% 0;
}

.dtl_map {
  width: 96%;
  margin: 0 auto;
}

.sec_dtl_golist {
  text-align: center;
  margin-bottom: 60px;
}

.sec_dtl_golist.model_golist {
  margin-top: 60px;
}

.sec_dtl_golist img {
  margin-left: 10px;
}

table.dtl_detail {
	width: 100%;
	font-size: 1.1em;
}
table.dtl_detail th {
	width: 20%;
	text-align: left;
    padding-bottom: 1.3em;
}
table.dtl_detail td {
	width: 80%;
    padding-bottom: 1.3em;
}

/****************************************
		wp-pagenavi Setting 
*****************************************/
.sec_pager {
  padding-bottom: 60px;
}

.wp-pagenavi {
  clear: both;
  padding: 0 0 60px;
  text-align: center;
  font-size: 115%;
  font-weight: 700;
  zoom: 1;
}

.wp-pagenavi:before {
  display: block;
  content: "";
}

.wp-pagenavi:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0;
  content: "";
}

.wp-pagenavi a, .wp-pagenavi span {
  width: 62px;
  height: 62px;
  line-height: 62px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  background-color: #f9f5eb;
  margin: 0 5px;
  transition: all 200ms 0s ease;
}

.wp-pagenavi .current, .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
  color: #FFF;
}

.wp-pagenavi .extend {
  width: 20px;
  background-color: transparent;
}

.wp-pagenavi a:hover {
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
  color: #FFF;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

/****************************************
		page Setting 
*****************************************/
.sec_page_tops {
  text-align: center;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
  color: #FFF;
}

.sec_page_tops .wrap {
  height: 213px;
}

.sec_page_tops h2 {
  font-size: 186%;
  letter-spacing: 5px;
  font-weight: 400;
  line-height: 1.4;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.sec_bread {
  font-size: 86%;
}

.sec_bread .bread_inner {
  position: relative;
}

.sec_bread ul {
  position: absolute;
  top: -203px;
  left: 0;
  z-index: 2;
  width: 100%;
}

.sec_bread ul li {
  display: inline-block;
  color: #FFF;
  padding-right: 10px;
}

.sec_bread ul li a {
  color: #FFF;
}

.sec_pages {
  padding: 30px 0;
}

.pages_clm p {
  font-size: 108%;
  padding-bottom: 20px;
}

.pages_clm small {
  font-size: 93%;
}

.pages_clm ol {
  padding: 0 0 0 20px;
}

.pages_clm ol li {
  padding: 0 0 20px 5px;
  list-style: decimal;
}

.pages_clm ol li ol {
  padding-top: 20px;
}

.pages_clm ol li ol li {
  padding-bottom: 10px;
}

.pages_clm_inner {
  padding: 4% 5%;
  background: #f9f5ee;
}

.pages_clm_inner h4 {
  font-size: 115%;
}

.pages_clm_inner ul li {
  font-size: 108%;
  padding-top: 10px;
}

/****************************************
		property/search Setting 
*****************************************/
.page_tops_property_01 h2 img {
  position: relative;
  left: 50px;
  width: 355px;
}

.sec_search_result {
  overflow-x: hidden;
  padding: 50px 0;
}

.sec_search_panel {
  padding: 70px 0 0 0;
}

.search_panel_inner {
  background: #FFF;
  border: 4px solid #dedede;
}

.search_panel_head {
  cursor: pointer;
  padding: 30px 40px;
  background-image: url(../img/common/btn_ico_01.png);
  background-size: 16px;
  background-position: right 20px center;
  background-repeat: no-repeat;
  transition: .5s;
}

.search_panel_head:hover {
  background-color: #edf8eb;
}

.search_panel_head h3 {
  font-size: 129%;
  font-weight: 400;
}

.search_panel_head.on {
  background-image: url(../img/common/btn_ico_02.png);
}

.search_panel_body {
  background: #f9f5ee;
  display: none;
}

.search_paneld {
  line-height: 1.4;
}

.search_paneld .search_txt {
  text-align: center;
  font-size: 1.2em;
  margin-bottom: 10px;
}

.search_paneld dl {
  background: #7ada51;
  margin-bottom: 10px;
  border-bottom: 1px solid #dadada;
}

.search_paneld dl dt, .search_paneld dl dd {
  float: left;
  display: block;
}

.search_paneld dl dt {
  background: #7ada51;
  color: #FFF;
  width: 15%;
  padding: 20px 0;
  text-align: center;
}

.search_paneld dl dd {
  width: 85%;
  border-top: 1px solid #dadada;
  background: #FFF;
}

.search_paneld dl:nth-child(2) li:first-child:after, .search_paneld dl:nth-child(2) li:nth-child(2):after {
  display: none;
}

.search_paneld ul li {
  width: 20%;
  float: left;
  position: relative;
}

.search_paneld ul li:after {
  content: "";
  display: block;
  height: 30px;
  width: 1px;
  background: #dadada;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
}

.search_paneld ul li:first-child:after, .search_paneld ul li:nth-child(6n):after {
  display: none;
}

.search_paneld ul li [type=checkbox] {
  display: none;
}

.search_paneld ul li [type=checkbox]:checked + label {
  background-color: #f9f5eb;
}

.search_paneld ul li [type=checkbox]:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 46%;
  left: 25px;
  transform: translateY(-50%) translateX(0%) rotate(40deg);
  -webkit-transform: translateY(-50%) translateX(0%) rotate(40deg);
  width: 7px;
  height: 14px;
  border-bottom: 3px solid #7ada51;
  border-right: 3px solid #7ada51;
}

.search_paneld ul li strong {
  font-weight: 400;
  padding: 18px 10px;
  display: block;
  background: #e6f8df;
  border-right: 1px solid #dadada;
}

.search_paneld ul li label {
  display: block;
  cursor: pointer;
  padding: 20px 10px 20px 40px;
  background-color: #FFF;
  transition: all 200ms 0s ease;
  position: relative;
}

.search_paneld ul li label:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  width: 15px;
  height: 15px;
  border: 2px solid #7ada51;
  border-radius: 4px;
  background: #FFF;
}

.search_paneld ul li label:hover {
  background-color: #f9f5eb;
}

.search_panel_more {
  padding: 20px;
}

.search_panel_more .boxs .box:nth-child(1) {
  width: 75%;
}

.search_panel_more .boxs .box:nth-child(2) {
  width: 25%;
  text-align: right;
  padding-right: 5%;
}

.search_panel_more [type=text] {
  padding: 30px 20px;
  border: none;
  width: 100%;
}

.search_panel_more h3 {
  display: block;
  line-height: 1.4;
  padding: 10px 0;
}

.search_panel_more h3 span {
  color: #7ada51;
  margin-right: 5px;
}

.search_panel_more ul li {
  padding-left: 10px;
  display: inline-block;
}

.search_panel_more ul a {
  color: #7ada51;
  text-decoration: underline;
}

.search_panel_more .btn_bgs span {
  line-height: 1.4;
  width: 154px;
  height: 154px;
  padding: 42px 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.search_panel_more .btn_bgs span img {
  margin-bottom: 5px;
}
.kanbai_blk {
  text-align: center;
}
.kanbai_msg {
  font-size: 129%;
  margin: 0 0 1em;
}

/****************************************
		chintai Setting 
*****************************************/
.page_tops_chintai_01 h2 img {
  position: relative;
  left: 20px;
}

/****************************************
		chuko Setting 
*****************************************/
.page_tops_chuko_01 h2 img {
  position: relative;
  left: 100px;
  top: -10px;
}

.sec_chuko_head {
  margin-top: 30px;
  color: #FFF;
  text-align: center;
  padding: 120px 0;
}

.sec_chuko_head .bwbr_img {
  background-image: url(../img/property/bg_chuko_head.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.chuko_head_stit {
  font-size: 143%;
  line-height: 1.2;
}

.chuko_head_btit {
  font-size: 222%;
  padding: 20px 0;
}

.chuko_head_btit h3 {
  font-weight: 400;
}

.chuko_head_btit h3 span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.chuko_head_clm {
  line-height: 2;
}

.chuko_head_flow {
  margin-top: 40px;
  background-image: url(../img/property/bg_chuko_head_flow.png);
  background-size: 971px;
  background-position: right center;
  background-repeat: no-repeat;
}

.chuko_head_flow ul {
  width: 50%;
  display: block;
  float: left;
}

.chuko_head_flow ul li {
  text-align: center;
  display: inline-block;
  width: 38%;
  margin: 0 1%;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.chuko_head_flow ul li p {
  font-size: 200%;
  color: #5fd556;
}

.chuko_head_flow ul li h4 {
  font-size: 136%;
  line-height: 1.6;
  color: #444;
  font-weight: 400;
}

.chuko_head_flow ul:nth-child(1) {
  text-align: right;
}

.chuko_head_flow ul:nth-child(2) {
  text-align: left;
}

.chuko_head_flow_inner {
  background: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.chuko_head_flow_clm {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.sec_chuko_foot .bwbr_img {
  background-repeat: repeat-y;
  background-image: url(../img/common/brbg_img_01.jpg);
  background-position: top left;
}

.sec_chuko_foot .boxs {
  position: relative;
  z-index: 3;
}

.sec_chuko_foot .boxs .box {
  width: 50%;
}

.sec_chuko_foot .boxs .box:nth-child(1) {
  float: right;
  background-image: url(../img/property/bg_chuko_foot.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sec_chuko_foot .boxs .box:nth-child(2) {
  float: left;
}

.sec_chuko_foot .boxs .box_clm {
  padding: 10% 15%;
}

.sec_chuko_foot .boxs .box_clm h3 {
  font-size: 250%;
  font-weight: 400;
  display: block;
  margin-bottom: 20px;
  line-height: 1.4;
}

.sec_chuko_foot .boxs .box_clm p {
  line-height: 2;
}

/****************************************
		model Setting
*****************************************/
.page_tops_model_01 h2 img {
  position: relative;
  left: 90px;
  width: 425px;
}

.sec_model_tclm {
  padding: 80px 0 0;
  line-height: 1.4;
  text-align: center;
}

.sec_model_tclm h3 {
  font-size: 186%;
  font-weight: 400;
  padding-bottom: 20px;
}

.sec_model_tclm h3 strong {
  color: #ff9714;
  font-weight: 400;
}

.sec_dtl_reserv_model .dtl_reserv_bg_outer {
  margin-bottom: 20px;
}

.sec_dtl_reserv_model .dtl_reserv_bg {
  background-color: #f8fff7;
  background: -webkit-linear-gradient(45deg, transparent 0, #f8fff7 0), -webkit-linear-gradient(135deg, transparent 0, #f8fff7 0), -webkit-linear-gradient(225deg, transparent 12%, #f8fff7 12%), -webkit-linear-gradient(315deg, transparent 0, #f8fff7 0);
  background-position: bottom left, bottom right, top right, top left;
  background-size: 52% 52%;
  background-repeat: no-repeat;
}

.model_more {
  text-align: center;
  padding-top: 40px;
}

.model_more .btn_bgs span {
  width: 340px;
}

.sec_dtl_head_model_img .dtl_img_slides_thms {
  padding-top: 10px;
  position: relative;
  bottom: inherit;
  left: inherit;
  text-align: right;
}

.sec_dtl_head_model_img .dtl_img_slides_thms .slides_thm {
  float: none;
  display: inline-block;
  margin: 0 0 0 10px;
}

.sec_dtl_head_model_img .boxs .box:nth-child(1) {
  width: 60%;
}

.sec_dtl_head_model_img .boxs .box:nth-child(2) {
  width: 40%;
}

.sec_dtl_head_model_img .box_clmsm {
  position: relative;
}

.sec_dtl_head_model_img .box_clm {
  position: absolute;
  top: 50%;
  left: -15%;
  width: 115%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  background: #e7f9e6;
  padding: 60px 20%;
}

.sec_dtl_head_model_img .box_clm h4 {
  font-size: 187%;
  font-weight: 400;
  color: #271d11;
  line-height: 1.4;
}

.sec_dtl_head_model_img .box_clm p {
  line-height: 2;
  padding: 10px 0;
}

.sec_dtl_head_model_img .box_tag {
  padding-bottom: 10px;
}

.sec_dtl_head_model_img .box_tag span {
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 2px 5px;
  color: #FFF;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.sec_dtl_head_model_img .box_clm_btn {
  padding-top: 10px;
}

.sec_dtl_head_model_img .box_clm_btn .btn_bgs {
  width: 40%;
}

.sec_dtl_head_model_img .box_clm_btn .btn_bgs span {
  width: 100%;
}

.sec_dtl_head_model {
  padding: 20px 0 80px;
}

.sec_dtl_head_model .dtl_head_clm {
  padding-bottom: 10px;
}

.sec_dtl_head_model .dtl_head_tags ul {
  position: relative;
  top: inherit;
  right: inherit;
  text-align: left;
}

.sec_dtl_model {
  width: 96%;
  margin-left: 2%;
  background-image: url(../img/common/brbg_img_01.jpg);
  background-repeat: repeat;
  background-position: top left;
}

.sec_dtl_model .boxs .box {
  width: 50%;
}

.sec_dtl_model .box_clms {
  padding: 4vw 10% 0;
}

.sec_dtl_model .box_clms h3 {
  font-size: 229%;
  font-weight: 400;
  padding-bottom: 10px;
}

.sec_dtl_model .box_clms p {
  font-size: 115%;
  line-height: 2;
}

.sec_dtl_model .box_img img {
  vertical-align: top;
}

.sec_dtl_model_right .boxs .box {
  float: right;
}

.sec_dtl_map_model {
  margin-bottom: 60px;
}

/****************************************
		mansion Setting 
*****************************************/
.mansion_bread .sec_bread ul {
  top: 20px;
}

.sec_mansion_head {
  color: #FFF;
  text-align: center;
  padding: 100px 0 280px;
  background-image: url(../img/t_mansion/bg_mansion_head.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.mansion_head_stit img {
  position: relative;
  top: 30px;
  left: -130px;
}

.mansion_head_btit {
  font-size: 222%;
  padding: 20px 0;
}

.mansion_head_btit h2 {
  font-weight: 400;
}

.mansion_head_btit h2 span {
  display: inline-block;
  /*margin-bottom: 10px;*/
  padding: 0 10px;
  /*
  background: #aae449;
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  */
}

.mansion_head_clm {
  line-height: 2;
}

.mansion_head_img {
  padding: 40px 0;
}

.mansion_head_img ul li {
  display: inline-block;
  margin: 0 2%;
}

.sec_mansion_gal {
  margin-top: -100px;
}

.mansion_gals {
  padding: 20px 0 0;
}

.mansion_gal {
  margin-bottom: 80px;
  position: relative;
}

	.mansion_gals .mansion_gal:last-of-type {
		margin-bottom: 0;
	}

.mansion_gal .boxs {
  position: relative;
  z-index: 2;
}

.mansion_gal .boxs .box {
  width: 50%;
  position: relative;
}

.mansion_gal .boxs .box:nth-child(2) {
  margin-top: 180px;
  padding-bottom: 100px;
}

.mansion_gal .box_bg {
  background-color: #ebf9e5;
  background-image: url(../img/t_mansion/bg_mansion_gal_01.png);
  background-size: 381px;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 80%;
  height: 85%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}

.mansion_gal .box_img {
  position: relative;
}

.mansion_gal .box_img img:nth-child(1) {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
}

.mansion_gal .box_img img:nth-child(2) {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  position: absolute;
  bottom: -160px;
  left: 50%;
  z-index: 3;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  width: 70%;
}

.mansion_gal .box_txt {
  position: absolute;
  top: -160px;
  left: -50px;
  z-index: 4;
}

.mansion_gal .box_clms {
  padding: 0 16%;
}

.mansion_gal .box_clms h4 {
  color: #70d660;
  font-weight: 400;
  line-height: 1.4;
  font-size: 200%;
  padding-bottom: 10px;
}

.mansion_gal .box_more {
  padding-top: 20px;
}

.mansion_gal:nth-child(2n) .box {
  float: right;
}

.mansion_gal:nth-child(2n) .box_bg {
  background-image: url(../img/t_mansion/bg_mansion_gal_02.png);
  background-position: left bottom;
  right: inherit;
  left: 0;
}

.mansion_gal:nth-child(2n) .box_clms {
  padding: 0 16% 0 20%;
}

.mansion_gals_more {
  text-align: center;
}

.mansion_gals_more .btn_bgs span {
  width: 340px;
}

.page_tops_mansion_01 {
  background-image: url(../img/t_mansion/bg_page_tops_mansion.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  margin-bottom: 80px;
  padding: 0 0 100px;
}

.page_tops_mansion_01 h2 {
  width: 100%;
}

.page_tops_mansion_01 h2 img {
  position: relative;
  left: 139px;
}

.sec_dtl_head_mansion {
  margin-top: -30px;
}

.sec_dtl_head_mansion .boxs .box {
  width: 50%;
}

.sec_dtl_head_mansion .box_clms {
  padding: 4vw 12% 0;
}

.sec_dtl_head_mansion .box_tag {
  padding-bottom: 10px;
}

.sec_dtl_head_mansion .box_tag span {
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 2px;
  color: #FFF;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.sec_dtl_head_mansion .box_tit {
  padding-bottom: 10px;
}

.sec_dtl_head_mansion .box_tit h3 {
  font-size: 286%;
  font-weight: 400;
  line-height: 1.2;
}

.sec_dtl_head_mansion .box_clm p {
  font-size: 115%;
  line-height: 2;
}

.sec_dtl_head_mansion .box_clm span {
  color: rgba(69, 69, 69, 0.45);
  font-size: 86%;
  display: block;
  margin-top: 15px;
}

.sec_dtl_mansions .boxs .box {
  width: 50%;
}

.sec_dtl_mansions .box_clms {
  padding: 4vw 10% 0;
}

.sec_dtl_mansions .box_clms h3 {
  font-size: 229%;
  font-weight: 400;
  padding-bottom: 10px;
}

.sec_dtl_mansions .box_clms p {
  font-size: 115%;
  line-height: 2;
}

.sec_dtl_mansions .box_img img {
  vertical-align: top;
}

.sec_dtl_mansions_right .boxs .box {
  float: right;
}

.sec_dtl_mansion_clms {
  padding: 10px 0;
  margin: 20px 0;
}

.sec_dtl_mansion_clms .bwbr_img {
  background-color: #ebf9e6;
  background-image: url(../img/t_mansion/bg_dtl_mansion_clms.jpg);
  background-size: contain;
  background-position: center bottom;
  background-repeat: no-repeat;
}

.sec_dtl_mansion_clms .dtl_tit_o {
  border: none;
  padding: 20px;
  color: #FFF;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.sec_dtl_mansion_clms .dtl_detail_inner {
  border: none;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
}

.sec_dtl_mansion_map {
  margin-bottom: 60px;
  color: #FFF;
}

.sec_dtl_mansion_map .boxs .box:nth-child(2) {
  position: relative;
}

.sec_dtl_mansion_map .box_txt {
  position: absolute;
  top: -20px;
  left: 30px;
}

.sec_dtl_mansion_map .bwbr_img {
  background-color: transparent;
  background-image: url(../img/t_mansion/bg_dtl_mansion_map.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 50%;
  left: inherit;
  right: 2%;
}

.sec_dtl_mansion_slide {
  margin: 40px 0;
}

.sec_dtl_mansion_slide .bwbr_img {
  background: #ebf9e6;
}

.sec_dtl_mansion_slide .bwbr_img_ts {
  background-size: contain;
  background-repeat: no-repeat;
  width: 96%;
  height: 50%;
  position: absolute;
  z-index: 2;
  left: 2%;
}

.sec_dtl_mansion_slide .bwbr_img_ts.bwbr_img_ts_01 {
  background-image: url(../img/t_mansion/bg_dtl_mansion_slide_01.png);
  background-position: top center;
  top: 0;
}

.sec_dtl_mansion_slide .bwbr_img_ts.bwbr_img_ts_02 {
  background-image: url(../img/t_mansion/bg_dtl_mansion_slide_02.png);
  background-position: bottom center;
  bottom: 0;
}

.sec_dtl_mansion_slide .tit_i {
  padding: 40px 0;
}

.sec_dtl_mansion_slide .dtl_img_slides_thms {
  padding-top: 20px;
  position: relative;
  bottom: inherit;
  left: inherit;
  text-align: center;
}

.sec_dtl_mansion_slide .dtl_img_slides_thms .slides_thm {
  display: inline-block;
  float: none;
  margin: 0;
}

/****************************************
		result Setting 
*****************************************/
.page_tops_result_01 h2 img {
  position: relative;
  left: 98px;
}

.sec_result_list .bukken_list .boxs .box:hover {
  background: none;
}

.sec_result_list .bukken_list .box_img i {
  display: block;
  width: 100%;
  height: 4px;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.sec_result_list .bukken_list .box_line {
  display: none;
}

.sec_result_list .bukken_list .box_clm_inner {
  padding: 0 0 30px;
}

.sec_result_list .bukken_list .box_clm_inner .box_tit {
  color: #000;
  padding: 0;
}

.sec_dtl_tit_result {
  text-align: center;
  padding: 90px 0 30px;
}

.sec_dtl_tit_result h3 {
  font-weight: 400;
  font-size: 214%;
  line-height: 1.4;
}

.dtl_head_result_outer {
  max-width: 1366px;
  width: 92%;
  margin: 0 auto;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.2);
  position: relative;
  z-index: 2;
}

.dtl_head_result_outer .wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dtl_head_result_outer_line {
  display: block;
  height: 4px;
  width: 100%;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.sec_dtl_head_result {
  padding-bottom: 80px;
}

.sec_dtl_head_result .bwbr_img {
  background-repeat: repeat;
  background-image: url(../img/common/brbg_img_01.jpg);
  background-position: top left;
}

.sec_dtl_head_result .dtl_img_slides_outer {
  max-width: 960px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.sec_dtl_head_result .dtl_img_slides_thms {
  position: relative;
  bottom: inherit;
  left: inherit;
  text-align: center;
}

.sec_dtl_head_result .dtl_img_slides_thms .slides_thm {
  float: none;
  display: inline-block;
}

.sec_dtl_head_result .dtl_head_clm {
  text-align: center;
  padding-bottom: 10px;
}

.sec_dtl_head_result .dtl_head_tags ul {
  position: relative;
  top: inherit;
  right: inherit;
  text-align: center;
}

.sec_dtl_reserv_result {
  margin-bottom: 60px;
}

.sec_dtl_reserv_result .dtl_reserv_inner .box_clm {
  padding: 40px 0 0;
}

.sec_dtl_reserv_result .dtl_reserv_inner .box_clm h3 {
  font-size: 160%;
}

.sec_dtl_reserv_result .dtl_reserv_inner .box_clm p {
  line-height: 2;
}

.dtl_result_bg {
  padding: 120px 0 40px;
}

.dtl_result_bg .bwbr_img {
  background-image: url(../img/property/bg_dtl_result_01.jpg);
}

.sec_dtl_result {
  margin-bottom: 160px;
  position: relative;
  z-index: 2;
}

.sec_dtl_result.sec_dtl_result_right .dtl_result_inner .boxs .box:nth-child(1) {
  float: right;
  right: inherit;
  left: 0;
}

.sec_dtl_result.sec_dtl_result_right .dtl_result_inner .boxs .box:nth-child(2) {
  float: right;
}

.dtl_result_inner {
  max-width: 1366px;
  width: 92%;
  margin: 0 auto;
}

.dtl_result_inner .boxs {
  position: relative;
}

.dtl_result_inner .boxs .box:nth-child(1) {
  width: 60%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.dtl_result_inner .boxs .box:nth-child(2) {
  width: 50%;
  background: #FFF;
  float: left;
  position: relative;
  top: 80px;
  z-index: 4;
}

.dtl_result_inner .box_clms {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
  padding: 0 14%;
}

.dtl_result_inner .box_clms h3 {
  font-size: 214%;
  line-height: 1.4;
  font-weight: 400;
  padding-bottom: 10px;
}

.dtl_result_inner .box_clms p {
  font-size: 107%;
  line-height: 2;
}

/****************************************
		privacy Setting
*****************************************/
.page_tops_privacy_01 h2 img {
  position: relative;
  left: 120px;
}

.sec_privacy .wrap {
  max-width: 960px;
  padding: 0;
}

/****************************************
		feature Setting 
*****************************************/
.page_tops_feature_01 h2 img {
  position: relative;
  left: 20px;
  top: -10px;
}

.sec_feature_list {
  margin-top: 35px;
}

.sec_feature_list .bhbr_img {
  background-image: url(../img/common/brbg_img_01.jpg);
  background-position: top left;
  background-size: auto;
  background-repeat: repeat;
}

.feature_outer .tit_l {
  margin: 0 0 20px;
}

.feature_outer .tit_l h3 {
  font-size: 186%;
}

.feature_main {
  float: left;
  width: 67%;
}

.sec_fslide {
  margin: 35px auto -35px;
  width: 96%;
}

.fslides {
  position: relative;
}

.fslides .sp_only {
  display: none;
}

.fslides .arw {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  z-index: 100;
  color: #FFF;
  background: #271d11;
  width: 46px;
  padding: 30px 0;
  text-align: center;
  cursor: pointer;
}

.fslides .arw:hover {
  background: #5d4830;
}

.fslides .arw.arw_prev {
  left: 0;
}

.fslides .arw.arw_next {
  right: 0;
}

.fslides .arw i {
  font-size: 134%;
}

.fslides .slick-slide {
  height: auto;
}

.fslide a {
  display: block;
  width: 980px;
}

.fslide a .fslide_img {
  padding: 0 10px;
}

.fslide a .fslide_img .fslide_img_inner {
  position: relative;
}

.fslide a .fslide_img .fslide_img_inner .fslide_img_over {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.3);*/
  z-index: 99;
  transition: all 200ms 0s ease;
}

.fslide a .fslide_img .fslide_img_inner .fslide_clms {
  position: absolute;
  bottom: 37px;
  left: 40px;
  z-index: 98;
  width: 100%;
  color: #FFF;
}

.fslide a .fslide_img .fslide_img_inner .fslide_tag {
  padding-bottom: 10px;
}

.fslide a .fslide_img .fslide_img_inner .fslide_tag span {
  display: inline-block;
  font-size: 80%;
  text-align: center;
  padding: 1px 12px;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.fslide a .fslide_img .fslide_img_inner .fslide_tit h3 {
  line-height: 1.4;
  font-size: 147%;
  font-weight: 400;
}

.fslide.slick-current a .fslide_img .fslide_img_inner .fslide_img_over {
  background: transparent;
}

.feature_stit {
  text-align: center;
}

.feature_stit h3 {
  display: block;
  font-size: 147%;
  line-height: 1.2;
  font-weight: 400;
}

.feature_stit.pd {
  padding: 50px 0 25px;
}

.feature_stit.ps {
  padding: 0 0 25px;
}

.feature_pick .boxs .box {
  float: none;
  display: block;
  position: relative;
  margin-bottom: 0;
  transition: all 200ms 0s ease;
  color: #FFF;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.feature_pick .boxs .box:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.feature_pick .boxs .box .box_img, .feature_pick .boxs .box .box_clms {
  float: left;
}

.feature_pick .boxs .box .box_img {
  width: 39%;
}

.feature_pick .boxs .box .box_clms {
  width: 61%;
  padding: 50px 4% 0;
}

.feature_pick .boxs .box .box_clms .box_clms_inner .box_cats span {
  font-size: 80%;
  display: inline-block;
  color: #64d655;
  background: #FFF;
  padding: 1px 10px;
}

.feature_pick .boxs .box .box_clms .box_clms_inner .box_clm h4 {
  font-size: 158%;
  padding: 15px 0;
  font-weight: 400;
}

.feature_list .boxs .box {
  float: none;
  display: block;
  padding: 3%;
  position: relative;
  margin-bottom: 0;
  transition: all 200ms 0s ease;
  background-color: #FFF;
}

.feature_list .boxs .box .box_line {
  border: 1px solid #d8d8d8;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
  width: 100%;
  height: 100%;
}

.feature_list .boxs .box:hover {
  background: #f8fff7;
}

.feature_list .boxs .box:hover .box_line {
  border: 2px solid #70d660;
}

.feature_list .boxs .box .box_img, .feature_list .boxs .box .box_clms {
  float: left;
}

.feature_list .boxs .box .box_img {
  width: 32%;
}

.feature_list .boxs .box .box_clms {
  width: 68%;
  padding: 20px 4% 0;
}

.feature_list .boxs .box .box_clms .box_clms_inner .box_cats span {
  font-size: 80%;
  display: inline-block;
  color: #FFF;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
  padding: 1px 10px;
}

.feature_list .boxs .box .box_clms .box_clms_inner .box_clm h4 {
  font-size: 158%;
  padding: 15px 0;
  font-weight: 400;
}

.feature_side {
  float: right;
  width: 28%;
}

.feature_side_tit {
  margin: 0 0 20px;
}

.feature_side_tit h3 {
  font-size: 158%;
  font-weight: 400;
}

.feature_side_cats {
  padding-bottom: 25px;
}

.feature_side_cats ul li {
  margin-bottom: 5px;
}

.feature_side_cats ul li a {
  color: #FFF;
  font-size: 129%;
  display: block;
  padding: 25px;
  transition: all 200ms 0s ease;
}

.feature_side_cats ul li a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.feature_side_pop {
  padding-bottom: 5px;
}

.feature_side_pop .boxs .box {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px dotted #b5aba1;
  float: none;
}

.feature_side_pop .boxs .box:hover,
.feature_side_cats ul li:hover {
  transition: .5s;
}

.feature_side_pop .boxs .box:hover,
.feature_side_cats ul li:hover {
  opacity: .7;
  filter:alpha(opacity=70);
  -moz-opacity: 0.7;
}

.feature_side_pop .boxs .box .box_img, .feature_side_pop .boxs .box .box_clms {
  float: left;
}

.feature_side_pop .boxs .box .box_img {
  width: 39%;
}

.feature_side_pop .boxs .box .box_clms {
  width: 61%;
  padding: 20px 4% 0;
}

.feature_side_pop .boxs .box .box_clms .box_clms_inner .box_clm h4 {
  font-weight: 400;
}

.feature_side_tags a {
  background: #FFF;
  display: inline-block;
  margin: 0 2px 5px 0;
  padding: 1px 5px;
  transition: all 200ms 0s ease;
}

.feature_side_tags a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.feature_pager {
  padding: 40px 0 0;
}

.feature_pager .wp-pagenavi a.page, .feature_pager .wp-pagenavi a.last {
  background-color: #f5f1ea;
}

.feature_pager.feature_pager_w .wp-pagenavi a.page, .feature_pager.feature_pager_w .wp-pagenavi a.last {
  background-color: #FFF;
}

.sec_feature_foot {
  padding: 60px 0 20px;
}

.sec_feature_foot .tit_i {
  padding: 0;
}

.feature_foots .feature_foot {
  border: 2px solid #70d660;
  background: #f8fef7;
  display: block;
  float: left;
  width: 48%;
  margin-right: 4%;
}

.feature_foots .feature_foot:nth-child(2) {
  margin-right: 0;
}

.feature_foots .feature_foot .boxs {
  padding: 4%;
}

.feature_foots .feature_foot .boxs .box {
  position: relative;
}

.feature_foots .feature_foot .boxs .box:nth-child(1) {
  width: 25.6%;
}

.feature_foots .feature_foot .boxs .box:nth-child(2) {
  width: 74.4%;
}

.feature_foots .feature_foot .box_clm {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0);
  -webkit-transform: translateY(-50%) translateX(0);
  width: 100%;
  padding: 0 5%;
}

.feature_foots .feature_foot .box_clm h4 {
  font-size: 147%;
  font-weight: 400;
  line-height: 1.4;
}

.feature_foots .feature_foot .box_clm h4 span {
  display: block;
  font-size: 70%;
  margin-bottom: 4px;
}

/****************************************
		purchase Setting 
*****************************************/
.purchase_bread .sec_bread ul {
  top: 20px;
}

.sec_purchase_head {
  color: #FFF;
  text-align: center;
  padding: 250px 0;
  background-image: url(../img/purchase/bg_purchase_head.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.purchase_head_btit img {
  position: relative;
}

.sec_purchase_reason {
  padding: 80px 0;
  text-align: center;
}

.purchase_ltit {
  text-align: center;
  line-height: 1.4;
  padding: 20px 0;
  color: #FFF;
}

.purchase_ltit h3 {
  font-size: 214%;
  font-weight: 400;
  padding: 1px 0;
}

.purchase_ltit p {
  font-size: 94%;
  padding: 5px 0;
}

.purchase_ltit span {
  font-size: 94%;
  display: block;
}

.sec_purchase_ltit {
  padding: 30px 0;
}

.sec_purchase_ltit .bwbr_img {
  background-image: url(../img/purchase/bg_purchase_ltit.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.sec_purchase_flow {
  margin-top: 40px;
  padding: 70px 0;
}

.sec_purchase_flow .bwbr_img {
  background-image: url(../img/purchase/bg_purchase_flow.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.purchase_flow ul {
  display: block;
}

.purchase_flow ul li {
  text-align: center;
  display: inline-block;
  width: 18.6%;
  margin: 0 .5%;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.purchase_flow ul li h4 {
  font-size: 136%;
  line-height: 1.6;
  color: #444;
  font-weight: 400;
}

.purchase_flow ul li:last-child .purchase_flow_inner:after {
  display: none;
}

.purchase_flow_inner {
  background: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.purchase_flow_inner:after {
  content: "";
  background-image: url(../img/purchase/ico_purchase_flow.png);
  background-size: 19px;
  background-position: center center;
  background-repeat: no-repeat;
  width: 19px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  z-index: 2;
}

.purchase_flow_clm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.purchase_flow_clms {
  padding: 20px 0 30px;
  text-align: center;
  color: #FFF;
}

.purchase_flow_clms p {
  line-height: 1.4;
  font-size: 120%;
}

.purchase_flow_more {
  text-align: center;
}

/****************************************
		apartment Setting 
*****************************************/
.page_tops_apartment_01 h2 img {
  position: relative;
  left: 100px;
  top: -10px;
  width: 372px;
}

.sec_apartment_head {
  margin-top: 0;
}

.sec_apartment_head .box_clms {
  padding-top: 7vw;
}

.sec_apartment_head .box_tag {
  margin-bottom: 10px;
}

.sec_apartment_head .box_tag img {
	width: 320px;
}

.sec_apartment_head .box_tit {
  padding-bottom: 20px;
}

.sec_apartment_head .box_tit h3 {
  font-size: 254%;
  font-weight: 400;
  line-height: 1.6;
  padding-bottom: 5px;
  white-space: nowrap;
}

.sec_apartment_head .box_tit h3 span {
  position: relative;
  left: -10px;
  margin-right: -20px;
}

.sec_apartment_head .box_tit p {
  font-size: 200%;
}

.sec_apartment_head .box_clm p {
  font-size: 107%;
}

.sec_apartment_reason_t {
  padding-bottom: 100px;
  background-image: url(../img/common/brbg_img_01.jpg);
  background-position: top left;
  background-repeat: repeat;
}

.sec_apartment_reason_t .tit_i p {
  color: #444;
  font-size: 107%;
  line-height: 2.2;
}

.apartment_reason_t {
  margin-bottom: 10px;
}

.apartment_reason_t dl {
  background: #FFF;
}

.apartment_reason_t dl dt {
  padding: 30px 4%;
  cursor: pointer;
  background-image: url(../img/common/btn_ico_01.png);
  background-size: 16px;
  background-position: right 4% center;
  background-repeat: no-repeat;
}

.apartment_reason_t dl dt span {
  text-align: center;
  font-size: 120%;
  color: #FFF;
  display: inline-block;
  width: 44px;
  height: 44px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  line-height: 44px;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.apartment_reason_t dl dt strong {
  line-height: 1.4;
  font-size: 120%;
  display: inline-block;
  padding-left: 10px;
}

.apartment_reason_t dl dd {
  font-size: 107%;
  padding: 0 4% 30px 9%;
  line-height: 2;
  display: none;
}

.apartment_reason_t.on dt {
  background-image: url(../img/common/btn_ico_02.png);
}

.apartment_reason_t_line {
  height: 2px;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.sec_apartment_reason .tit_i {
  padding-bottom: 20px;
}

.apartment_reason .mansion_gal {
  margin-bottom: 50px;
}

.apartment_reason .mansion_gal .boxs .box:nth-child(2) {
  margin-top: 110px;
  padding-bottom: 90px;
}

.apartment_reason .mansion_gal .box_img img:nth-child(1) {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0);
  -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0);
  box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0);
}

.apartment_reason .mansion_gal .box_clms {
  padding: 0 15% 0 11%;
}

.apartment_reason .mansion_gal .box_tag {
  padding-bottom: 10px;
}

.apartment_reason .mansion_gal .box_tag span {
  display: inline-block;
  letter-spacing: 1px;
  line-height: 1.2;
  padding: 2px 10px;
  color: #FFF;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.apartment_reason .mansion_gal .box_bg {
  background-image: none;
  height: 92%;
}

.apartment_reason .mansion_gal:last-child {
  margin-bottom: 0;
}

/****************************************
		guide Setting 
*****************************************/
.page_tops_guide_01 h2 img {
  position: relative;
  left: 40px;
  top: -10px;
}

.guide_ltit {
  text-align: center;
  line-height: 1.4;
  padding: 20px 0;
}

.guide_ltit h3 {
  font-size: 174%;
  font-weight: 400;
  padding: 5px 0 0;
}

.guide_ltit span {
  font-size: 94%;
  display: block;
}

.guide_tbl table {
  width: 100%;
  border-top: 1px solid #dcdcdc;
  line-height: 2.2;
}

.guide_tbl table tbody tr th, .guide_tbl table tbody tr td {
  border-bottom: 1px solid #dcdcdc;
  font-weight: 400;
  padding: 30px 4%;
}

.guide_tbl table tbody tr th {
  background: #f9f5eb;
  text-align: center;
  width: 20%;
}

.guide_tbl table tbody tr td {
  width: 80%;
}

.guide_tbl table tbody tr td ol {
  padding-left: 20px;
}

.guide_tbl table tbody tr td ol li {
  list-style-type: disc;
}

.guide_btn {
  text-align: center;
  margin: 40px 0;
}

.guide_btn a {
  display: inline-block;
  width: 497px;
  font-size: 120%;
  color: #FFF;
  text-align: center;
  padding: 10px 0;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
  transition: all 200ms 0s ease;
}

.guide_btn a img {
  position: relative;
  left: -20px;
  vertical-align: middle;
}

.guide_btn a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.guide_clms_outer {
  border: 2px solid #dedede;
  margin: 80px 0 100px;
}

.guide_clms {
  border: 2px solid #dedede;
}

.guide_clms dl {
  background: #FFF;
}

.guide_clms dl dt {
  padding: 30px 4%;
  cursor: pointer;
  background-image: url(../img/common/btn_ico_01.png);
  background-size: 16px;
  background-position: right 4% center;
  background-repeat: no-repeat;
  font-size: 120%;
}

.guide_clms dl dd {
  font-size: 107%;
  padding: 0 4% 30px;
  line-height: 2;
  display: none;
}

.guide_clms.on dt {
  background-image: url(../img/common/btn_ico_02.png);
}

.sec_guide_map {
  padding-bottom: 120px;
  margin-bottom: -40px;
  background-image: url(../img/common/brbg_img_01.jpg);
  background-position: top left;
  background-repeat: repeat;
}

.guide_map {
  margin: 30px 0 60px;
}

.guide_map iframe {
  max-width: 100%;
}

.guide_access_head ul li {
  float: left;
  text-align: center;
  position: relative;
  background: #7c837b;
  height: 80px;
  width: 24.7%;
  margin-right: 0.4%;
  cursor: pointer;
  transition: all 200ms 0s ease;
}

.guide_access_head ul li span {
  font-size: 94%;
  color: #FFF;
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.guide_access_head ul li:last-child {
  margin-right: 0;
}

.guide_access_head ul li.active, .guide_access_head ul li:hover {
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.guide_body_outer {
  background: #FFF;
  padding: 60px 0;
}

.guide_body_outer .guide_body:nth-child(n + 2) {
  display: none;
}

.guide_body_slides {
  width: 737px;
  margin: 0 auto;
}

.guide_body_slides .slick-slide {
  height: auto;
}

.guide_body_slides .arw {
  cursor: pointer;
  background: #271d11;
  z-index: 9;
  padding: 17px 0 18px;
  width: 60px;
  line-height: 0;
  position: absolute;
  top: 38%;
  color: #FFF;
  font-size: 167%;
  text-align: center;
  transition: all 200ms 0s ease;
}

.guide_body_slides .arw_prev {
  left: -30px;
}

.guide_body_slides .arw_next {
  right: -30px;
}

.guide_body_slides .slick-disabled {
  opacity: 0;
}

.guide_body_clm {
  padding: 20px 0;
}

.guide_body_clm p {
  line-height: 2;
}

/****************************************
		staff Setting 
*****************************************/
.page_tops_staff_01 h2 img {
  position: relative;
  left: 60px;
  top: -15px;
}

.staff_clm {
  text-align: center;
}

.staff_clm p {
  font-size: 107%;
  line-height: 2.4;
}

.staff_list {
  margin: 30px 0 0;
}

.staff_list .boxs .box {
  width: 30%;
  margin-right: 5%;
}

.staff_list .boxs .box:nth-child(3n) {
  margin-right: 0;
}

.staff_list .box_clms {
  text-align: center;
  position: relative;
  top: -19px;
}

.staff_list .box_tag {
  width: 249px;
  margin: 0 auto;
  padding: 10px 0;
  color: #FFF;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.staff_list .box_tag span {
  font-size: 94%;
}

.staff_list .box_tit {
  font-size: 187%;
}

.staff_list .box_img {
  display: table-cell;
  vertical-align: bottom;
}

.mlinks {
  cursor: pointer;
}

.mdl_outer {
  display: none;
  background-color: #f9f5eb;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100%;
  z-index: 9999;
}

.mdl_outer .wrap {
  max-width: 960px;
}

.mdl_head {
  padding-top: 150px;
}

.mdl_topimg img {
  -webkit-backface-visibility: inherit;
}

.mdl_tit_l {
  padding: 0 25px;
  margin-top: -20px;
}

.mdl_tit_l h3 {
  letter-spacing: 0.1em;
  padding: 5px 10px;
  color: #FFF;
  font-weight: 400;
  line-height: 2.4;
  font-size: 120%;
  display: inline;
  background: #5bd456 !important;
  background: linear-gradient(to bottom, transparent 0, #5bd456 0) !important;
}

.mdl_tit_l h3 i {
  display: inline-block;
  width: 10px;
  height: 1;
}

.mdl_tit_l h3 i.sp_ionly {
  display: none;
}

.mdl_clms {
  padding: 10px 25px 0;
}

.mdl_clms p {
  line-height: 1.8;
  font-size: 94%;
}

.mdl_wbg {
  position: relative;
}

.mdl_wbg .wbg {
  background: #FFF;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 90%;
}

.mdl_imgs {
  margin-top: 30px;
}

.mdl_imgs .boxs .box:nth-child(1) {
  width: 30%;
}

.mdl_imgs .boxs .box:nth-child(2) {
  width: 70%;
}

.mdl_imgs .box_clm {
  padding: 100px 25px 0;
}

.mdl_imgs .box_clm h4 {
  margin-bottom: 20px;
}

.mdl_imgs .box_clm p {
  font-size: 94%;
}

.mdl_head_close {
  position: fixed;
  top: 30px;
  right: 2vw;
  z-index: 99999;
}

.mdl_head_close span {
  cursor: pointer;
  transition: all 200ms 0s ease;
}

.mdl_head_close span:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.mdl_foot_close {
  text-align: center;
  padding: 50px 0 100px;
}

.mdl_foot_close .mlinks {
  display: inline-block;
  background-image: url(../img/common/mdl_foot_close.png);
  background-size: 16px;
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  transition: all 200ms 0s ease;
  color: #5bd456;
}

.mdl_foot_close .mlinks:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.mdl_foot_close .mlinks span {
  font-size: 115%;
  line-height: 1.4;
  display: inline-block;
}

.mdl_foot_close .mlinks span i {
  margin-top: 3px;
  display: block;
  width: 100%;
  height: 1px;
  background: #5bd456;
}

/****************************************
		history Setting 
*****************************************/
.page_tops_history_01 h2 img {
  position: relative;
  left: 60px;
}

.sec_history_head {
  color: #FFF;
  text-align: center;
  padding: 185px 0;
  background-image: url(../img/guide/bg_history_head.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.history_head_stit {
  font-size: 94%;
  line-height: 1.2;
  letter-spacing: 0.2em;
}

.history_head_btit {
  font-size: 267%;
  padding: 20px 0 10px;
}

.history_head_btit h3 {
  font-weight: 400;
  line-height: 1.4;
}

.history_head_btit h3 span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.history_head_clm p {
  font-size: 120%;
  line-height: 1.8;
}

.sec_history_data {
  padding-bottom: 120px;
  background-image: url(../img/common/brbg_img_01.jpg);
  background-position: top left;
  background-repeat: repeat;
}

.history_enk_outer {
  position: relative;
  margin-bottom: -400px;
  overflow: hidden;
}

.history_enk_line {
  width: 2px;
  background: #ececec;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
}

.history_enk {
  position: relative;
  z-index: 2;
}

.history_enk:nth-child(5) {
  position: relative;
  top: -100px;
}

.history_enk:nth-child(6) {
  position: relative;
  top: -140px;
}

.history_enk:nth-child(7) {
  position: relative;
  top: -500px;
}

.history_enk .boxs .box {
  width: 44.5%;
  text-align: right;
  position: relative;
  z-index: 4;
  background: #FFF;
  padding: 0 2% 0 0;
}

.history_enk .box_tit {
  padding-bottom: 10px;
  opacity: 0.3;
  background: #FFF;
}

.history_enk .box_tit h3 {
  font-weight: 400;
  font-size: 214%;
  letter-spacing: 0.1em;
}

.history_enk .box_tit h3 strong {
  font-size: 133%;
  font-weight: 400;
}

.history_enk .box_img {
  margin-bottom: 10px;
}

.history_enk .box_img.sdw img {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
  -moz-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.2);
}

.history_enk .box_clm p {
  font-size: 107%;
  line-height: 2.2;
}

.history_enk .box_clm p img {
  float: left;
  margin-right: 4%;
}

.history_enk .box_clm.bci {
  text-align: left;
}

.history_enk:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  background-image: url(../img/guide/history_ico_01.png);
  background-size: 87px 47px;
  background-position: left 24px center;
  background-repeat: no-repeat;
  width: 174px;
  height: 47px;
}

.history_enk.history_enk_r .boxs .box {
  float: right;
  text-align: left;
  padding: 0 0 0 2%;
}

.history_enk.history_enk_r:after {
  background-image: url(../img/guide/history_ico_02.png);
  background-position: right 24px center;
}

/****************************************
		forte Setting 
*****************************************/
.page_tops_forte_01 h2 img {
  position: relative;
  left: 60px;
  top: -10px;
	width: 306px;
}

.sec_forte_head {
  padding: 160px 0;
  margin: 35px 0;
}

.sec_forte_head .bhbr_img {
  background-image: url(../img/guide/bg_forte_head.jpg);
  background-position: center top;
}

.forte_head .boxs .box {
  width: 38%;
  float: right;
}

.forte_head .box_tit {
  padding: 30px 0;
}

.forte_head .box_clm {
  margin-bottom: -30px;
}

.forte_head .box_clm p {
  line-height: 2.6;
}

.forte_head .box_txt img {
  position: relative;
  left: 80px;
}

.sec_forte_feature .bhbr_img {
  background-image: url(../img/guide/bg_forte_feature.jpg);
  background-position: center bottom;
}

.forte_feature {
  margin-bottom: 80px;
}

.forte_feature .boxs {
  position: relative;
}

.forte_feature .boxs .box {
  width: 55%;
}

.forte_feature .boxs .box:nth-child(1) {
  position: absolute;
  top: 0;
  right: -2%;
  z-index: 1;
}

.forte_feature .boxs .box:nth-child(2) {
  margin-top: 60px;
  position: relative;
  left: -2%;
  z-index: 2;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
}

.forte_feature .box_tag h4 {
  display: inline-block;
  line-height: 1.2;
  padding: 8px 20px;
  font-size: 214%;
  font-weight: 400;
  color: #FFF;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.forte_feature .box_clms {
  padding: 80px 15% 100px;
}

.forte_feature .box_tit h5 {
  font-size: 167%;
  font-weight: 400;
}

.forte_feature .box_clm {
  padding: 15px 2%;
}

.forte_feature .box_clm p {
  font-size: 107%;
  line-height: 2.2;
}

.forte_feature .box_imgs {
  text-align: center;
}

.forte_feature .box_imgs ul li {
  text-align: center;
  display: inline-block;
  width: 28.3%;
  margin: 0 1%;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.forte_feature .box_imgs_inner {
  background: #fffaef;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.forte_feature .box_imgs_clm {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.forte_feature .box_btn {
  padding-top: 20px;
}

.forte_feature .box_btn .btn_bgs {
  margin-right: 1%;
  width: 49%;
}

.forte_feature .box_btn .btn_bgs span {
  width: 100%;
  font-size: 87%;
  padding: 18px 0;
}

.forte_feature .box_btn .btn_bgs:nth-child(2) {
  margin-right: 0;
}

.forte_feature.forte_feature_r .boxs .box {
  width: 55%;
}

.forte_feature.forte_feature_r .boxs .box:nth-child(1) {
  right: inherit;
  left: -2%;
}

.forte_feature.forte_feature_r .boxs .box:nth-child(2) {
  left: inherit;
  right: -2%;
  float: right;
}

.forte_feature.forte_feature_r .box_clms {
  padding: 50px 9% 60px;
}

.forte_feature.forte_feature_wide .boxs .box:nth-child(1) {
  width: 100%;
  background: #FFF;
  position: relative;
  top: inherit;
  left: inherit;
  right: inherit;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
}

.forte_feature.forte_feature_wide .box_clms {
  padding: 40px 8% 30px;
}

/****************************************
		flow Setting 
*****************************************/
.page_tops_flow_01 h2 img {
  position: relative;
  left: 50px;
}

.sec_flow_enk {
  margin-bottom: 100px;
}

.sec_flow_enk .history_enk_outer {
  margin-bottom: 0;
}

.sec_flow_enk .history_enk_line {
  top: 60px;
}

.sec_flow_enk .history_enk {
  margin-top: -220px;
  position: relative;
}

.sec_flow_enk .history_enk .boxs .box {
  width: 41%;
}

.sec_flow_enk .history_enk .box_tit {
  opacity: 1;
  padding: 75px 0 25px;
}

.sec_flow_enk .history_enk .box_tit h3 {
  color: #60d555;
  line-height: 1.4;
}

.sec_flow_enk .history_enk .box_clm {
  width: 390px;
  text-align: left;
  float: right;
  padding-top: 10px;
}

.sec_flow_enk .history_enk:after {
  content: "";
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  z-index: 2;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  background-image: url(../img/property/flow_ico_01.png);
  background-size: contain;
  background-position: left 9px center;
  background-repeat: no-repeat;
  width: 249px;
  height: 178px;
}

.sec_flow_enk .history_enk.history_enk_r .box_clm {
  float: left;
}

.sec_flow_enk .history_enk.history_enk_r:after {
  background-position: right 9px center;
}

.sec_flow_enk .history_enk:nth-child(1) {
  margin-top: 0px;
}

.sec_flow_enk .history_enk:nth-child(2):after {
  background-image: url(../img/property/flow_ico_02.png);
}

.sec_flow_enk .history_enk:nth-child(3):after {
  background-image: url(../img/property/flow_ico_03.png);
}

.sec_flow_enk .history_enk:nth-child(4) {
  margin-top: -300px;
}

.sec_flow_enk .history_enk:nth-child(4):after {
  background-image: url(../img/property/flow_ico_04.png);
}

.sec_flow_enk .history_enk:nth-child(5) {
  position: relative;
  top: 0;
}

.sec_flow_enk .history_enk:nth-child(5):after {
  background-image: url(../img/property/flow_ico_05.png);
}

.sec_flow_enk .history_enk:nth-child(6) {
  position: relative;
  top: 0;
}

.sec_flow_enk .history_enk:nth-child(6):after {
  background-image: url(../img/property/flow_ico_06.png);
}

.sec_flow_enk .history_enk:nth-child(7) {
  position: relative;
  top: 0;
}

.sec_flow_enk .history_enk:nth-child(7):after {
  background-image: url(../img/property/flow_ico_07.png);
}

.sec_flow_enk .history_enk:nth-child(8):after {
  background-image: url(../img/property/flow_ico_08.png);
}

.sec_flow_enk .history_enk:nth-child(9):after {
  background-image: url(../img/property/flow_ico_09.png);
}

/****************************************
		tallpa Setting 
*****************************************/
.tallpa_bread .sec_bread ul {
  top: 20px;
}

.sec_tallpa_head {
  color: #FFF;
  text-align: center;
  padding: 140px 0 130px;
  background-image: url(../img/property/bg_tallpa_head.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.tallpa_head_btit {
  font-size: 334%;
  line-height: 1.2;
  padding: 0;
}

.tallpa_head_btit h2 {
  font-weight: 400;
}

.tallpa_head_img {
  padding: 40px 0;
}

.tallpa_head_img img {
  position: relative;
  left: 60px;
}

.tallpa_head_clm {
  line-height: 2.4;
}

.sec_tallpa_imgs {
  padding: 100px 0;
}

.tallpa_imgs_outer {
  width: 840px;
  margin: 0 auto;
}

.tallpa_imgs_outer h3 {
  font-weight: 400;
  font-size: 214%;
  line-height: 1.4;
  text-align: center;
}

.tallpa_imgs_outer h3 strong {
  color: #fd962d;
  font-weight: 400;
}

.tallpa_imgs_outer p {
  line-height: 2;
}

.tallpa_imgs {
  padding: 30px 0;
  position: relative;
}

.tallpa_imgs ul li:nth-child(2) {
  display: none;
}

.tallpa_imgs_nav {
  position: absolute;
  top: 60px;
  left: 40px;
  z-index: 2;
}

.tallpa_imgs_nav span {
  display: inline-block;
  border: 2px solid #4cc5ff;
  line-height: 1.2;
  padding: 10px 0;
  width: 134px;
  background: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.tallpa_imgs_nav span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #4cc6ff transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  z-index: 3;
}

.tallpa_imgs_nav span.active, .tallpa_imgs_nav span:hover {
  background: #4cc5ff;
  color: #FFF;
}

.sec_tallpa_feat {
  padding: 100px 0;
}

.sec_tallpa_feat .bwbr_img {
  background-repeat: repeat;
  background-image: url(../img/common/brbg_img_01.jpg);
  background-position: top left;
}

.sec_tallpa_feat .bwbr_img.bwbr_img_02 {
  background-image: url(../img/property/bg_tallpa_feat.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center bottom;
}

.tallpa_feat_outer {
  width: 840px;
  margin: 0 auto;
}

.tallpa_feat_outer h3 {
  font-size: 214%;
  line-height: 1.4;
  font-weight: 400;
  text-align: center;
}

.tallpa_feats {
  padding-top: 30px;
}

.tallpa_feats ul {
  text-align: center;
}

.tallpa_feats ul li {
  display: inline-block;
  vertical-align: top;
  margin: 20px 2%;
}

.tallpa_feats ul li p {
  margin-top: 10px;
  color: #444;
  font-size: 134%;
}

.sec_tallpa_point {
  padding: 100px 0;
}

.sec_tallpa_point h3 {
  font-size: 214%;
  font-weight: 400;
  line-height: 1.4;
  text-align: center;
}

.tallpa_point {
  padding: 40px 0;
}

.tallpa_point .boxs .box {
  width: 48%;
  margin-right: 4%;
}

.tallpa_point .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.tallpa_point .box_img {
  position: relative;
}

.tallpa_point .box_bg {
  position: absolute;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}

.tallpa_point .box_clm {
  padding: 20px 0 0;
}

.tallpa_point .box_clm h4 {
  font-size: 134%;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 10px;
}

.tallpa_point .box_clm p {
  line-height: 2;
}

.sec_talpa_goto .bwbr_img {
  background-image: url(../img/property/bg_talpa_goto.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.sec_talpa_goto .dtl_reserv_inner .box_clm h3 {
  font-size: 160%;
}

.sec_talpa_goto .dtl_reserv_inner .box_clm_btn .btn_bgs {
  width: 236px;
}

/****************************************
		after Setting
*****************************************/
.page_tops_after_01 h2 img {
  position: relative;
  left: 90px;
}

.sec_after_head {
  text-align: center;
  padding: 80px 0;
}

.sec_after_head h3 {
  color: #60d555;
  font-size: 214%;
  font-weight: 400;
  padding-bottom: 20px;
}

.sec_after_head p {
  line-height: 2.2;
}

.sec_after_conts {
  padding: 80px 0 120px;
}

.sec_after_conts .bwbr_img {
  background: #e7f9e6;
}

.after_conts_head {
  text-align: center;
  padding: 30px 0;
}

.after_conts_head h3 {
  font-size: 187%;
  font-weight: 400;
  margin-bottom: 10px;
}

.after_conts_head h3 span {
  display: inline-block;
  background: #f7fe8d;
  padding: 6px 0;
}

.after_conts_head h3 span:nth-child(1) {
  padding-left: 10px;
}

.after_conts_head h3 span:nth-child(3) {
  padding-right: 10px;
}

.after_conts_imgs .boxs .box:nth-child(1) {
  width: 20%;
}

.after_conts_imgs .boxs .box:nth-child(2) {
  width: 80%;
}

.after_conts_imgs .box_img {
  text-align: center;
}

.after_conts_imgs .box_clm {
  padding-top: 30px;
}

.after_conts_imgs .box_clm p {
  line-height: 2.2;
}

.after_conts {
  margin-top: 40px;
  background-image: url(../img/property/bg_after_conts.png);
  background-size: 1070px;
  background-position: right 0 top 30px;
  background-repeat: no-repeat;
}

.after_conts ul {
  display: block;
  text-align: center;
}

.after_conts ul li {
  width: 17%;
  margin: 0 1%;
  display: inline-block;
  vertical-align: top;
}

.after_conts ul:nth-child(1) li {
  text-align: center;
  padding: 2px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.after_conts ul:nth-child(1) li p {
  font-size: 200%;
  color: #5fd556;
}

.after_conts ul:nth-child(1) li h4 {
  font-size: 136%;
  line-height: 1.6;
  color: #444;
  font-weight: 400;
}

.after_conts_inner {
  background: #FFF;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}

.after_conts_clm {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.after_conts_foot {
  padding: 20px 4% 0 5%;
}

.after_conts_foot p {
  text-align: left;
  line-height: 1.8;
}

.after_about_outer {
  margin-top: 100px;
  padding: 40px 0;
  background-repeat: repeat;
  background-image: url(../img/common/brbg_img_01.jpg);
  background-position: top left;
}

.after_about_outer .dtl_tit_c img {
  margin-top: 0;
}

.after_about_clm {
  text-align: center;
  padding: 10px 0 30px;
}

.after_about_clm p {
  line-height: 2.6;
}

.after_about_list {
  padding: 0 8%;
}

.after_about_list ul li {
  float: left;
  margin-right: 1.4%;
  margin-bottom: 1.4%;
  background: #FFF;
  font-size: 134%;
  line-height: 1.4;
  padding: 40px;
}

.after_about_list ul li:last-child {
  margin-right: 0;
}

.after_about_list ul:nth-child(1) li {
  width: 32.4%;
}

.after_about_list ul:nth-child(2) li {
  width: 49.3%;
}

.sec_after_foot {
  color: #FFF;
  text-align: center;
  padding: 0 0 100px;
}

.sec_after_foot .bwbr_img {
  background-image: url(../img/property/bg_after_foot.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.after_foot_stit img {
  position: relative;
  top: 90px;
  left: 360px;
}

.after_foot_btit {
  padding: 20px 0 50px;
}

.after_foot_btit h2 {
  font-size: 220%;
  font-weight: 400;
}

.after_foot_btit h2 span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 10px;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.after_foot_btit p {
  font-size: 134%;
  padding-bottom: 10px;
}

.after_foot_slides {
  position: relative;
  z-index: 3;
}

.after_foot_slides .slick-slide {
  height: auto;
}

.after_foot_slide {
  width: 300px;
  padding: 0 1px;
}

.after_foot_clm {
  padding-top: 50px;
}

.after_foot_clm p {
  line-height: 2.6;
}

	/* 追記：物件詳細にも使用 */
	.main_bg_dtl .after_foot_inner {
		padding: 50px 0 0;
	}
	.main_bg_dtl .after_foot_btit {
	    padding: 20px 0 30px;
	}
	.main_bg_dtl .after_foot_inner .wrap:nth-of-type(2) p {
		font-size: 1.2em;
	    margin: 0 0 1em;
	}
	.main_bg_dtl .after_foot_inner .btn_bgs {
		margin: 0 7px;
	}

/****************************************
		house Setting 
*****************************************/
.page_tops_house_01 h2 img {
  position: relative;
  left: 90px;
  width: 511px;
}

.sec_house_head {
  padding: 60px 0 40px;
  margin-top: 40px;
  text-align: center;
}

.sec_house_head .bwbr_img {
  height: 70%;
  background: #e7f9e6;
}

.sec_house_head h3 {
  font-size: 214%;
  color: #60d555;
  font-weight: 400;
  padding: 40px 0;
  line-height: 1.8;
}

.sec_house_head p {
  font-size: 120%;
  padding-top: 40px;
  line-height: 2;
}

.sec_house_flow {
  padding-bottom: 100px;
}

.house_flows {
  background-image: url(../img/property/bg_house_flow.png);
  background-size: 44%;
  background-position: center center;
  background-repeat: no-repeat;
}

.house_flow .boxs .box {
  width: 50%;
  position: relative;
}

.house_flow .box_img {
  text-align: right;
  padding: 0 4% 0 0;
}

.house_flow .box_clms {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(0%);
  -webkit-transform: translateY(-50%) translateX(0%);
  padding: 0 0 0 4%;
}

.house_flow .box_clms h3 {
  font-size: 254%;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 20px;
}

.house_flow .box_clms h3 span {
  background: #f7fe8d;
  padding: 0 15px;
  display: inline-block;
  margin-bottom: 3px;
}

.house_flow .box_clms h3 span small {
  font-size: 60%;
}

.house_flow .box_clms p {
  line-height: 1.8;
}

.house_flow.house_flow_r .boxs .box {
  float: right;
}

.house_flow.house_flow_r .box_img {
  text-align: left;
  padding: 0 0 0 4%;
}

.house_flow.house_flow_r .box_clms {
  padding: 0 4% 0 0;
}

.house_flow.house_flow_r .box_clms h3 {
  text-align: right;
}

.sec_dtl_model_house {
  position: relative;
}

.sec_dtl_model_house .box_clms h3 {
  font-size: 214%;
  line-height: 1.8;
}

.sec_dtl_model_house .box_clms p {
  font-size: 107%;
  line-height: 2.2;
}

.dtl_model_house_clm {
  position: absolute;
  top: -21px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  z-index: 2;
}

.dtl_model_house_clm span {
  display: block;
  line-height: 1.2;
  padding: 10px 0;
  width: 320px;
  background: #fd962d;
  color: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  font-size: 134%;
}

.dtl_model_house_clm span:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 6px 0 6px;
  border-color: #fd962d transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  -webkit-transform: translateY(0%) translateX(-50%);
  z-index: 3;
}

/****************************************
		clean Setting 
*****************************************/
.clean_bread .sec_bread ul {
  top: 20px;
}

.main_clean {
  overflow: hidden;
}

.sec_clean_head {
  color: #FFF;
  padding: 270px 0;
  background-image: url(../img/property/bg_clean_head.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.clean_head_inner .boxs .box {
  width: 50%;
  float: right;
}

.clean_head_btit p {
  font-size: 147%;
  padding-bottom: 20px;
}

.clean_head_btit h2 {
  font-size: 320%;
  line-height: 1.2;
  font-variant: 400;
}

.clean_head_btit h2 span {
  padding: 2px 15px 3px;
  display: inline-block;
  margin-bottom: 12px;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.clean_head_stit {
  position: relative;
  top: -55px;
  right: -120px;
}

.sec_clean_about {
  margin: 40px 0 100px;
}

.sec_clean_about .bwbr_img {
  background-image: url(../img/property/bg_clean_about.jpg);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
}

.clean_about .boxs .box {
  position: relative;
  padding: 190px 0;
}

.clean_about .boxs .box:nth-child(1) {
  width: 60%;
  padding-left: 15%;
}

.clean_about .boxs .box:nth-child(2) {
  width: 40%;
  padding-left: 20%;
}

.clean_about .box_stit {
  padding-bottom: 20px;
}

.clean_about .box_stit span {
  margin-bottom: 30px;
  display: block;
  width: 35px;
  height: 2px;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.clean_about .box_clm h3 {
  font-size: 214%;
  font-weight: 400;
  line-height: 1.8;
  padding-bottom: 20px;
}

.clean_about .box_clm p {
  font-size: 107%;
  line-height: 2.2;
}

.clean_about .box_imgs img {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0.3);
  position: absolute;
}

.clean_about .box_imgs img:nth-child(1) {
  top: -140px;
  right: -40px;
  z-index: 2;
}

.clean_about .box_imgs img:nth-child(2) {
  top: 190px;
  right: -250px;
  z-index: 4;
}

.clean_about .box_imgs img:nth-child(3) {
  top: 450px;
  right: 30px;
  z-index: 3;
}

.sec_clean_think {
  text-align: center;
}

.sec_clean_think .tit_i {
  padding-bottom: 20px;
}

.sec_clean_think .tit_i h3 img {
  width: 494px;
}

.clean_think_clm p {
  line-height: 2.2;
}

.clean_think_list {
  margin-top: 40px;
  padding: 60px 4% 200px;
  background-image: url(../img/property/bg_clean_think_list.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.clean_think_list ul {
  text-align: center;
}

.clean_think_list ul li {
  width: 18.4%;
  display: block;
  float: left;
  margin-right: 2%;
  background: #9ae14c;
  color: #FFF;
  font-size: 134%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.clean_think_list ul li:last-child {
  margin-right: 0;
}

.clean_think_list_inner {
  position: relative;
}

.clean_think_list_inner span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%;
}

.sec_clean_plan {
  margin-top: -150px;
  padding: 180px 0 100px;
}

.sec_clean_plan .bwbr_img {
  background-image: url(../img/property/bg_clean_plan.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
}

.sec_clean_plan .bwbr_img.bwbr_img_02 {
  background-position: bottom center;
}

.sec_clean_plan .tit_i {
  position: relative;
}

.sec_clean_plan .tit_i h3 img {
  width: 497px;
}

.clean_plan_tit_i {
  position: absolute;
}

.clean_plan_tit_i.cptb01 {
  top: 10px;
  left: 4%;
}

.clean_plan_tit_i.cptb02 {
  bottom: 0;
  right: 4%;
}

.clean_plan_slct ul li {
  color: #FFF;
  line-height: 1.4;
  padding: 30px 0;
  width: 24.55%;
  margin-right: 0.6%;
  cursor: pointer;
  float: left;
  text-align: center;
  background: #7c837b;
}

.clean_plan_slct ul li:last-child {
  margin-right: 0;
}

.clean_plan_slct ul li.on, .clean_plan_slct ul li:hover {
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.clean_plan_body {
  border: 1px solid #d8d8d8;
  background: #FFF;
  padding: 60px 0 80px;
  position: relative;
}

.clean_plans {
  width: 737px;
  margin: 0 auto;
}

.clean_plans:nth-child(n+2) {
  display: none;
}

.clean_plans_tit h4 {
  font-size: 134%;
  font-weight: 400;
}

.clean_plans_img {
  padding: 20px 0;
}

.clean_plans_clm p {
  font-size: 87%;
  line-height: 1.8;
}

.clean_plan_body_bg {
  position: absolute;
  right: -40px;
  bottom: -40px;
}

/****************************************
		faq Setting 
*****************************************/
.page_tops_faq_01 h2 img {
  position: relative;
  left: 40px;
  top: -10px;
}

.faq_clms_outer {
  margin: 20px 0 70px;
}

.faq_clms_outer h3 {
  font-size: 134%;
  margin-bottom: 10px;
  color: #444;
  padding: 7px 0 7px 45px;
  background-image: url(../img/common/ico_sctit.png);
  background-size: 35px 40px;
  background-position: left top;
  background-repeat: no-repeat;
}

.faq_clms {
  margin-bottom: 2px;
}

.faq_clms dl {
  background: #FFF;
}

.faq_clms dl dt, .faq_clms dl dd {
  position: relative;
  padding: 30px 4% 30px 90px;
}

.faq_clms dl dt:before, .faq_clms dl dd:before {
  content: "";
  display: block;
  background-size: 44px;
  width: 44px;
  height: 44px;
  position: absolute;
  top: 20px;
  left: 30px;
}

.faq_clms dl dt {
  cursor: pointer;
  background-image: url(../img/common/btn_ico_01.png);
  background-size: 16px;
  background-position: right 4% center;
  background-repeat: no-repeat;
  font-size: 120%;
  background-color: #f9f5eb;
}

.faq_clms dl dt:before {
  background-image: url(../img/faq/ico_qa_01.png);
}

.faq_clms dl dd {
  font-size: 107%;
  line-height: 2;
  display: none;
  border-color: #d8d8d8;
  border-style: solid;
  border-width: 0 1px 1px 1px;
}

.faq_clms dl dd:before {
  background-image: url(../img/faq/ico_qa_02.png);
}

.faq_clms.on dt {
  background-image: url(../img/common/btn_ico_02.png);
}

/****************************************
		color Setting 
*****************************************/
.ico_cats {
  font-size: 86%;
  text-align: center;
  padding: 1px 5px;
  display: inline-block;
  margin-left: 10px;
  color: #FFF;
  transition: all 200ms 0s ease;
  background-color: #9d8a76;
}

.ico_cats :hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.col_client {
  background-color: #61cdff;
}

.col_works {
  background-color: #4eed88;
}

.col_qa {
  background-color: #ffd861;
}

.col_diary {
  background-color: #ffa461;
}

.col_event {
  background-color: #3dd178;
}

.col_flyer {
  background-color: #ff9714;
}

.btn_client {
  background-color: #61cdff;
}

.btn_works {
  background-color: #4eed88;
}

.btn_qa {
  background-color: #ffd861;
}

.btn_diary {
  background-color: #ffa461;
}

/****************************************
		single Setting 
*****************************************/
.single_outer {
  padding-bottom: 40px;
}

.single_head {
  border-bottom: 4px solid #84dc4f;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.single_date span {
  font-weight: 700;
  font-size: 115%;
}

.single_tit {
  padding: 10px 0;
}

.single_tit h3 {
  font-size: 193%;
  font-weight: normal;
  line-height: 1.4;
}

.single_tags {
  font-size: 86%;
}

.single_tags a {
  display: inline-block;
  margin: 0 10px 0 0;
}

.single_sns {
  padding-bottom: 20px;
}

.single_sns ul li {
  display: block;
  float: left;
  width: 19.2%;
  margin-right: 1%;
}

.single_sns ul li:nth-child(5n) {
  margin-right: 0;
}

.single_sns ul li a {
  display: block;
  text-align: center;
  padding: 15px;
  color: #FFF;
  transition: all 200ms 0s ease;
}

.single_sns ul li a:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.single_sns ul li a.sns_01 {
  background-color: #50abf1;
}

.single_sns ul li a.sns_02 {
  background-color: #4266b2;
}

.single_sns ul li a.sns_03 {
  background-color: #dd4e42;
}

.single_sns ul li a.sns_04 {
  background-color: #01a4df;
}

.single_sns ul li a.sns_05 {
  background-color: #ef3f55;
}

.single_clms {
  padding: 20px 0 30px;
}

.single_clms h2 {
  font-size: 134%;
  margin-bottom: 30px;
  color: #444;
  padding: 7px 0 7px 45px;
  background-image: url(../img/common/ico_sctit.png);
  background-size: 35px 40px;
  background-position: left top;
  background-repeat: no-repeat;
}

.single_clms h3 {
  font-size: 134%;
  padding-bottom: 15px;
}

.single_clms p {
  padding-bottom: 25px;
  line-height: 2;
}

.single_clms iframe {
  margin-bottom: 25px;
  max-width: 100%;
}

.single_cv {
  margin-bottom: 60px;
  background: #FFF;
  display: block;
  padding: 10px;
  transition: all 200ms 0s ease;
  border: 2px solid #70d660;
}

.single_cv:hover {
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  opacity: 0.9;
}

.single_cv .boxs {
  padding: 40px 4%;
}

.single_cv .boxs .box:nth-child(1) {
  width: 21%;
  float: right;
}

.single_cv .boxs .box:nth-child(2) {
  width: 79%;
  float: right;
}

.single_cv .boxs .box_clms {
  padding: 0 4% 0 0;
}

.single_cv .boxs .box_clms h4 {
  font-size: 143%;
  font-weight: 400;
  margin-bottom: 5px;
}

.single_cv .boxs .box_clms p {
  line-height: 2;
}

.single_cv .boxs .box_clms .btn_bgs {
  margin-top: 20px;
}

.single_cv .boxs .box_clms .btn_bgs span {
  padding: 18px 0;
  font-size: 87%;
}

.single_more {
  border-top: 1px solid #b2a593;
  border-bottom: 1px solid #b2a593;
  padding: 30px 0;
}

.single_more .dtl_more ul li:nth-child(1) {
  float: left;
  text-align: left;
}

.single_more .dtl_more ul li:nth-child(3) {
  float: right;
  text-align: right;
}

.sec_feature_rec {
  margin-top: 35px;
}

.sec_feature_rec .bhbr_img {
  background-image: url(../img/common/brbg_img_01.jpg);
  background-position: top left;
  background-size: auto;
  background-repeat: repeat;
}

.sec_feature_rec .dtl_tit_h {
  margin-bottom: 10px;
}

.feature_rec .boxs .box {
  width: 22.3%;
  margin-right: 3.6%;
}

.feature_rec .boxs .box:nth-child(4n) {
  margin-right: 0;
}

.feature_rec .box_tit {
  padding-top: 10px;
}

.feature_rec .box_tit h3 {
  font-size: 114%;
  font-weight: 400;
  line-height: 1.4;
}

.feature_rec_slide .feature_rec_slides:nth-child(4n) .box {
  margin-right: 0;
}

/****************************************
		news Setting 
*****************************************/
.tit_cat {
  padding-bottom: 20px;
}

.tit_cat h3 {
  font-size: 129%;
}

.news_list {
  margin-bottom: 20px;
  border-top: 1px dotted #b5aba1;
}

.news_list a {
  display: block;
  border-bottom: 1px dotted #b5aba1;
  transition: all 200ms 0s ease;
}

.news_list a:hover {
  background: rgba(245, 241, 234, 0.4);
}

.news_list a dl {
  background-image: url(../img/common/arrow_right.png);
  background-position: right 2% center;
  background-repeat: no-repeat;
}

.news_list a dl dt, .news_list a dl dd {
  float: left;
  padding: 30px 0;
}

.news_list a dl dt strong {
  font-weight: 700;
}

.news_list a dl dd {
  padding-left: 4%;
}

.news_main {
  width: 78%;
  margin: 0 auto;
}

.single_sub {
  margin-bottom: 60px;
  padding: 5%;
  background: #f9f5ee;
}

.single_sub h3 {
  font-size: 143%;
  font-weight: 400;
  line-height: 1.4;
  padding-bottom: 20px;
}

.single_sub p {
  line-height: 2;
}

/****************************************
		404 Setting 
*****************************************/
.sec_404 {
  text-align: center;
}

.sec_404 h2 {
  font-size: 143%;
  padding-bottom: 20px;
}

.sec_404 p {
  padding-bottom: 20px;
}

.sec_404 a {
  text-decoration: underline;
}

.sec_404 ul {
  padding-bottom: 20px;
}

.sec_404 ul li {
  padding-bottom: 10px;
}

/****************************************
		contact Setting 
*****************************************/
.sec_contact {
  padding: 50px 0;
}

.sec_contact .required {
  display: inline-block;
  color: #FFF;
  text-align: center;
  padding: 0 6px;
  background: #ff0000;
  font-size: 93%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.sec_contact .any {
  display: inline-block;
  color: #FFF;
  text-align: center;
  padding: 0 6px;
  background: #a8a8a8;
  font-size: 93%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.sec_contact [type=text], .sec_contact [type=number], .sec_contact [type=email], .sec_contact [type=tel], .sec_contact textarea {
  font-size: 100%;
  padding: 20px;
  width: 100%;
  background: #f9f5ea;
  border: none;
}

.sec_contact [type=text].erri, .sec_contact [type=number].erri, .sec_contact [type=email].erri, .sec_contact [type=tel].erri, .sec_contact textarea.erri {
  border: 1px solid #ff0000;
}

.sec_contact [type=tel].width_auto,
.sec_contact [type=number].width_auto {
  width: 40%;
}

.sec_contact .radio [type=radio] {
  display: none;
}

.sec_contact .radio [type=radio]:checked + label:after {
  opacity: 1;
}

.sec_contact .radio label {
  cursor: pointer;
  padding: 2px 0 0 40px;
  position: relative;
}

.sec_contact .radio.pro_list label {
  display: table;
}

.sec_contact .radio label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: 1px solid #e7e0ca;
  background: #f9f5ea;
  border-radius: 50%;
}

.sec_contact .radio label:after {
  content: "";
  transition: all 200ms 0s ease;
  opacity: 0;
  display: block;
  position: absolute;
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  background: #96e04c;
  border-radius: 50%;
}
	.sec_contact .radio.pro_list label:after {
	  top: 29px;
	  left: -31px;
	}

.sec_contact .radio li {
  padding-top: 5px;
  padding: 5px 20px 0 0;
}

.sec_contact .radio li:last-child {
  padding-right: 0;
}

.sec_contact .radio.pro_list label {
  margin: 2px 0 0 40px;
  padding: 0;
}

.sec_contact .radio.pro_list label .radio_img,
.sec_contact .radio.pro_list label .radio_name {
  display: table-cell;
  vertical-align: middle;
}
.sec_contact .radio.pro_list label .radio_img {
  width: 100px;
}
.sec_contact .radio.pro_list label .radio_name {
  padding-left: 10px;
}

.sec_contact .radio.pro_list label:before {
  left: -40px;
  top: 20px;
}


.sec_contact textarea {
  height: 340px;
  resize: none;
}

.sec_contact .ipts {
  margin-bottom: 5px;
}

.sec_contact .zip {
  width: 20%;
}

.sec_contact big {
  font-size: 115%;
  display: inline-block;
  padding: 0 10px;
}

.sec_contact .d_none {
  display: none;
}

.sec_contact .tit_l {
  margin: 20px 0;
  border: none;
    background-image: url(../img/form/ico_flow_01.png);
    background-repeat: no-repeat;
    background-position: top 5px left 0;
    padding-left: 35px;
}

.sec_contact .tit_l h3 {
  font-size: 172%;
}

.sec_contact .oslct {
  overflow: hidden;
  width: 100%;
  text-align: center;
  position: relative;
  border: none;
}

.sec_contact .oslct select {
  font-size: 100%;
  width: 100%;
  padding-right: 64px;
  cursor: pointer;
  text-indent: 0.01px;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 20px;
  background: #f9f5ea;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.sec_contact .oslct select::-ms-expand {
  display: none;
}

.sec_contact .oslct:before {
  position: absolute;
  top: 27px;
  right: 25px;
  width: 14px;
  height: 8px;
  content: '';
  pointer-events: none;
  z-index: 2;
  background-image: url(../img/form/ico_oslct.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contact_outer {
  max-width: 966px;
  margin: 0 auto;
}

.contact_tit {
  text-align: center;
  padding: 0 0 20px;
}

.contact_tit.buy_ttl {
  position: relative;
}
	.contact_tit.buy_ttl:after {
	  position: absolute;
	  content: "";
	  top: -50px;
	  right: 50%;
	  background-image: url(../img/form/buy_ttl.png);
	  background-repeat: no-repeat;
	  width: 120px;
	  height: 122px;
	  margin-right: -240px;
	}

.contact_tit h2 {
  font-size: 229%;
}

.contact_clm strong {
  color: #ff0000;
}

.contact_clm span {
  margin: 0 2px 0 10px;
}

.contact_flow {
  width: 290px;
  margin: 20px auto 50px;
  text-align: center;
}

.contact_flow i {
  display: block;
  width: 94%;
  height: 1px;
  background: #dcdcdc;
  position: relative;
  top: 14px;
  z-index: 1;
  margin: 0 auto;
}

.contact_flow ul li {
  display: block;
  float: left;
  width: 33.33%;
  color: rgba(0, 0, 0, 0.4);
  line-height: 1;
}

.contact_flow ul li strong {
  position: relative;
  z-index: 2;
  display: inline-block;
  padding-top: 40px;
  background-image: url(../img/form/ico_flow_02.png);
  background-size: 11px;
  background-position: top 8px center;
  background-repeat: no-repeat;
}

.contact_flow ul li span {
  height: 2px;
  width: 100%;
  display: block;
  margin: 10px auto 0;
}

.contact_flow ul li.current {
  font-weight: 700;
  color: black;
}

.contact_flow ul li.current strong {
  background-image: url(../img/form/ico_flow_01.png);
  background-size: 27px;
  background-position: top center;
}

.contact_flow ul li.current span {
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.contact_flow ul li:nth-child(1) {
  text-align: left;
}

.contact_flow ul li:nth-child(3) {
  width: 33.34%;
  text-align: right;
}

.contact_tbl {
  padding: 40px 0 20px;
  margin-bottom: 40px;
}

.contact_tbl table {
  width: 100%;
  border-top: 1px solid #dcdcdc;
}

.contact_tbl table tr th, .contact_tbl table tr td {
  text-align: left;
  font-weight: 400;
  vertical-align: top;
  border-bottom: 1px solid #dcdcdc;
}

.contact_tbl table tr th {
  width: 26%;
  padding: 45px 3% 45px 0;
  font-size: 115%;
  position: relative;
}

.contact_tbl table tr th .required,
.contact_tbl table tr th .any {
  margin-left: 5px;
}

.contact_tbl table tr th .required.rb {
  display: inline-block;
  margin-left: 0;
  margin-top: 5px;
}

.contact_tbl table tr td {
  padding: 30px 0;
}

.contact_tbl table tr td p {
  padding: 15px 0;
  display: block;
  line-height: 1.4;
}

.contact_tbl table tr td p.err {
  font-size: 86%;
  color: #ff0000;
  font-weight: 700;
}

.contact_tbl table tr td p:last-child {
  padding-bottom: 0;
}

.contact_tbl table tr td dl {
  display: table;
  width: 100%;
  margin-bottom: 20px;
}

.contact_tbl table tr td dl:last-child {
  margin-bottom: 0;
}

.contact_tbl table tr td dl dt, .contact_tbl table tr td dl dd {
  display: table-cell;
}

.contact_tbl table tr td dl dt .btn_zip, .contact_tbl table tr td dl dd .btn_zip {
  background: #271d12;
  display: inline-block;
  text-align: center;
  color: #FFF;
  font-size: 93%;
  padding: 20px;
  line-height: 1.3;
  float: right;
  cursor: pointer;
}

.contact_tbl table tr td dl dt {
  width: 15%;
}

.contact_tbl table tr td ul {
  display: inline-block;
  padding-top: 13px;
}

.contact_tbl table tr td ul li {
  font-size: 115%;
  display: inline-block;
  margin-bottom: 10px;
}

.contact_tbl table tr td ul.pro_list {
  padding-top: 0;
}

.contact_tbl table tr td ul li label {
  padding: 0 20px 0 0;
}

.contact_tbl table tr td ul li label input {
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.contact_tbl table tr td ul li label small {
  font-size: 86%;
}

.contact_tbl table tr td ul.min li {
  margin-bottom: 0;
  position: relative;
  top: 5px;
  left: 20px;
}

.contact_tbl table tr td ul.lrg li {
  width: 35%;
}

.contact_tbl table tr:last-child th, .contact_tbl table tr:last-child td {
  border-bottom: none;
}

.contact_tbl table tr.date_tr .oslct {
  width: 120px;
}

.contact_tbl table tr.date_tr .oslct:before {
  right: 12px;
}

.contact_tbl table tr.date_tr .oslct:after {
  width: 38px;
}

.contact_tbl table tr.date_tr td strong {
  display: block;
  padding: 17px 30px 0 12px;
}

.contact_tbl table tr.date_tr.date_tr_01 th, .contact_tbl table tr.date_tr.date_tr_01 td {
  border-bottom: none;
}

.contact_tbl table tr.date_tr.date_tr_01 th {
  padding: 45px 3% 30px 0;
}

.contact_tbl table tr.date_tr.date_tr_01 td {
  padding: 30px 0 15px;
}

.contact_tbl table tr.date_tr.date_tr_02 th {
  padding: 30px 3% 45px 0;
}

.contact_tbl table tr.date_tr.date_tr_02 td {
  padding: 15px 0 30px;
}

.contact_tbl_r {
  border-top: 1px dotted #aeaa9c;
  margin-top: 40px;
}

.contact_tbl_b {
  border-top: 1px dotted #aeaa9c;
  border-bottom: 1px dotted #aeaa9c;
  margin: 40px 0 80px;
}

.contact_after {
  padding: 0 0 20px;
  text-align: center;
}

.contact_after a {
  text-decoration: underline;
}

.btn_contact {
  text-align: center;
  padding: 20px 0 60px;
  position: relative;
}

.btn_contact .btn_next {
  width: 412px;
}

.btn_contact .btn_next span {
  width: 100%;
}

.btn_contact .btn_prev {
  display: inline-block;
  text-decoration: underline;
  position: absolute;
  top: 45px;
  left: 0;
  color: #646464;
}

.contact_tbl_inner {
  text-align: center;
  padding: 60px 0;
}

.contact_tbl_inner h3 {
  font-size: 208%;
  font-weight: 400;
}

.contact_tbl_inner p {
  padding: 30px 0;
}

.request_chk_outer {
  background: #f9f5ee;
  padding: 30px 4%;
}

.request_chk_outer .boxs .box {
  width: 50%;
  margin: 10px 0;
}

.request_chk_outer .boxs .box label {
  display: block;
  cursor: pointer;
}

.request_chk_outer .boxs .box ul {
  display: table;
  width: 100%;
}

.request_chk_outer .boxs .box ul li {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}

.request_chk_outer .boxs .box ul li.li01 {
  width: 10%;
  text-align: center;
}

.request_chk_outer .boxs .box ul li.li02 {
  width: 24%;
}

.request_chk_outer .boxs .box ul li.li03 {
  padding: 0 4%;
  font-size: 115%;
  font-weight: 700;
}

.request_chk_outer.request_chk_outer_wide {
  padding: 20px 4%;
}

.request_chk_outer.request_chk_outer_wide .boxs .box {
  width: 100%;
  float: none;
  margin: 0;
}

.request_chk_outer.request_chk_outer_wide .boxs .box ul li.li02 {
  width: 130px;
}

.request_chk_outer.request_chk_outer_wide .boxs .box ul li.li03 {
  padding: 0 4% 0 0;
}

.request_chk_tit {
  margin-bottom: 10px;
}

.request_chk_tit h3 {
  font-size: 115%;
  display: inline-block;
  margin-right: 10px;
}

.contact_frame {
  border: 1px solid #d7d7d7;
  height: 240px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin-bottom: 40px;
}

.contact_frame_inner {
  padding: 4%;
}

.contact_comp {
  max-width: 555px;
  margin: 0 auto;
}

.contact_comp .contact_tit span {
  display: block;
  width: 63px;
  height: 8px;
  margin: 50px auto;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.contact_comp p {
  font-size: 107%;
  line-height: 2.2;
  padding: 20px 0;
}

.contact_comp_btn {
  text-align: center;
}

/****************************************
		top Setting 
*****************************************/
/* kv animation */
.top_kv {
	position: relative;
	max-width: 100%;
	height: 766px;
	margin: auto;
}
.top_kv .bgImg {
	position: absolute;
    width: 100%;
	height: 766px;
	background-image: url(../img/top/topslide_img_01.jpg);
	background-repeat: no-repeat;
	background-size: cover;
  background-position: top center;
}

.top_kv .kv_en {
  position: absolute;
  top: 100px;
  left: 170px;
}
.top_kv .kv_en p {
	opacity: 0;
	animation-name: kv_en;
	animation-delay: 1.5s;
	animation-duration:1.5s;
	animation-fill-mode: forwards;
}
@keyframes kv_en {
  0% { opacity: 0; transform: translateX(-50px); }
  100% { opacity: 1; transform: translateX(0); }
}

.top_kv .kv_ttl {
  position: absolute;
  top: 140px;
  left: 240px;
}
.top_kv .kv_ttl h2 {
	opacity: 0;
	animation-name: kv_ttl;
	animation-delay: 0.5s;
	animation-duration:1.0s;
	animation-fill-mode: forwards;
}
@keyframes kv_ttl {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

.topslides {
  position: relative;
}

.topslides .slick-slide {
  height: auto;
}

.topslide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.topslide a {
  display: block;
}

.topslide.topslide_01 {
  background-image: url(../img/top/topslide_img_01.jpg);
}

.topslide_inner {
  position: relative;
  height: 838px;
}

.topslide_clm {
  position: absolute;
  top: 130px;
  left: 0;
}

.sec_top_news_list {
  padding: 25px 0;
}

.top_news_list .boxs .box {
  display: block;
}

.top_news_list .boxs .box:nth-child(1) {
  width: 80%;
}

.top_news_list .boxs .box:nth-child(2) {
  width: 20%;
}

.top_news_list .boxs .box dl {
  display: flex;
  white-space: nowrap;
}

.top_news_list .boxs .box dl dd {
  padding-left: 20px;
  white-space: normal;
}

.top_news_more {
  text-align: right;
}

.top_news_more a img {
  vertical-align: middle;
  margin-right: 10px;
  position: relative;
  top: -2px;
}

.sec_top_pickup {
  padding: 40px 0 60px;
}

.sec_top_pickup .tit_i img {
  position: relative;
  left: 180px;
  width: 551px;
}

.top_pickup {
  text-align: center;
}

.top_pickup .boxs .box {
  float: none;
  display: inline-block;
  width: 39%;
  margin: 0 6% 60px 0;
  position: relative;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
  transition: all 200ms 0s ease;
}

.top_pickup .boxs .box:nth-child(2n+1) {
  position: relative;
  top: -100px;
}

.top_pickup .boxs .box:nth-child(2n) {
  margin-right: 0;
}

.top_pickup .boxs .box:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

.top_pickup .boxs .box_tag {
  position: absolute;
  top: -20px;
  left: -20px;
  z-index: 999;
}

.top_pickup .boxs .box_tag span {
  font-size: 86%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  color: #FFF;
  background: #ff9714;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.top_pickup .boxs .box_clm {
  background: #FFF;
  padding: 4%;
  text-align: left;
}

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

.sec_top_search_tit {
  padding: 0 0 70px;
}

.sec_top_search_tit .bhbr_img {
  background-image: url(../img/top/top_search_tit_bg.jpg);
}

.sec_top_search_tit .tit_i img {
  position: relative;
  left: -110px;
  width: 434px;
}

.sec_top_search_panel {
  padding-bottom: 20px;
}

.sec_top_search_panel .search_panel_inner {
  position: relative;
  z-index: 5;
  margin-top: -40px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
  border: none;
  position: relative;
}

.sec_top_search_panel .search_panel_inner:after {
  content: "";
  height: 4px;
  width: 100%;
  display: block;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
}

.sec_top_search_panel .search_panel_body {
  background: #FFF;
}

.sec_top_search_panel .search_panel_more [type=text] {
  border: 1px solid #dadada;
}

.sec_top_spoint {
  padding: 10px 0 120px;
  margin: 40px 0;
}

.sec_top_spoint .bhbr_img {
  background-image: url(../img/top/top_spoint_bg.jpg);
  background-position: center top;
}

.sec_top_spoint .tit_i h3 {
  position: relative;
  display: inline-block;
}

.sec_top_spoint .tit_i h3 img:nth-child(1) {
  width: 405px;
}

.sec_top_spoint .tit_i h3 img:nth-child(2) {
  position: absolute;
  bottom: -200px;
  right: -200px;
}

.sec_top_spoint .tit_i p {
  color: #555;
}

.top_spoint {
  text-align: center;
  padding-top: 60px;
}

.top_spoint .boxs .box {
  float: none;
  display: inline-block;
  background: #FFF;
  width: 38%;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.3);
  margin-right: 10%;
  margin-bottom: 130px;
  transition: .3s;
}

	.top_spoint .boxs .box:hover {
	  background: #f9f5eb;
	}
	.top_spoint .boxs .box:hover img {
	  filter: alpha(opacity=100);
	  -moz-opacity: 1.0;
	  opacity: 1.0;
	}

.top_spoint .boxs .box:nth-child(2n) {
  margin-right: 0;
  position: relative;
  top: 150px;
}

.top_spoint .boxs .box.spoint_01 .spoint_ico {
  bottom: -34px;
  right: -80px;
}

.top_spoint .boxs .box.spoint_02 .spoint_ico {
  top: -34px;
  right: -80px;
}

.top_spoint .boxs .box.spoint_03 .spoint_ico {
  top: 0;
  left: -40px;
}

.top_spoint .boxs .box.spoint_04 .spoint_ico {
  bottom: -34px;
  right: -80px;
}

.top_spoint .box_img {
  position: relative;
  top: -60px;
  left: -60px;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
  -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
  box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.1);
}

.top_spoint .box_img img {
  vertical-align: top;
}

.top_spoint .spoint_ico {
  position: absolute;
  width: 120px;
}

.top_spoint .box_clm_inner {
  padding: 0 8% 8%;
  text-align: left;
  margin-top: -30px;
}

.top_spoint .box_tit {
  font-size: 172%;
  line-height: 1.4;
}

.top_spoint .box_clm {
  padding: 10px 0 20px;
}

.top_spoint .box_more {
  text-align: right;
}

.top_spoint .box_more img {
	width: 100px;
}

.sec_top_portf {
  padding: 10px 0 120px;
  margin: 40px 0;
}

.sec_top_portf .bhbr_img {
  background-image: url(../img/top/top_portf_bg.jpg);
  background-position: center top;
}

.sec_top_portf .tit_i h3 img {
	width: 111px;
}

.sec_top_portf .tit_i p {
  padding: 30px 0;
  color: rgba(255, 255, 255, 0.4);
}

.top_portf .boxs {
  overflow-x: hidden;
}

.top_portf .boxs .box:nth-child(1) {
  width: 35%;
  float: right;
}

.top_portf .boxs .box:nth-child(2) {
  width: 55%;
  float: left;
}

.top_portf .box_inner {
  color: #FFF;
  padding-right: 30%;
}

.top_portf .box_tit {
  padding: 100px 0 20px;
}

.top_portf .box_tit h4 {
  font-size: 208%;
  font-weight: 400;
}

.top_portf .box_clm p {
  line-height: 1.8;
}

.portf_slides {
  position: relative;
}

.portf_slides .slick-list {
  overflow: visible;
}

.portf_slides .slick-slide {
  height: inherit;
}

.portf_slides .arw {
  position: absolute;
  top: 300px;
  background: #271d11;
  width: 55px;
  color: #FFF;
  font-size: 179%;
  text-align: center;
  padding: 15px 0;
  z-index: 999;
  cursor: pointer;
}

.portf_slides .arw:hover {
  background: #5d4830;
}

.portf_slides .arw.arw_prev {
  right: 0;
}

.portf_slides .arw.arw_next {
  right: -10%;
}

.portf_slide_img {
  display: block;
}

a.portf_slide_img img:hover {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}

.portf_slide_img img {
  vertical-align: top;
}

.portf_slide_inner {
  position: relative;
}

.portf_slide_clm {
  background: #FFF;
  width: 310px;
  height: 290px;
  padding: 45px 5%;
  display: block;
  position: absolute;
  top: 10%;
  right: -10%;
}

.portf_slide_tag span {
  color: #FFF;
  letter-spacing: 2px;
  padding: 2px;
  line-height: 1.2;
  display: inline-block;
  text-align: center;
  background: #aae449;
  /* Old browsers */
  background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
  /* IE6-9 */
}

.portf_slide_tit {
  margin-top: 10px;
}

.portf_slide_tit h5 {
  font-size: 172%;
  font-weight: 400;
}

/****************************************
		top anim Setting 
*****************************************/
.top_anim_outer {
  position: fixed;
  z-index: 90000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.top_anim_inner {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.top_anim_bg_wh {
  position: fixed;
  z-index: 90010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
}

.top_anim_bg_gr .bg_gr {
  position: fixed;
  z-index: 90020;
  left: 0;
  width: 100%;
  height: 50%;
  background: #8ab64d;
  background: -webkit-gradient(linear, left top, right top, from(#8ab64d), to(#4eb239));
  background: linear-gradient(to right, #8ab64d 0%, #4eb239 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ab64d', endColorstr='#4eb239',GradientType=1 );
}

.top_anim_bg_gr .bg_gr.bg_gr_01 {
  top: 0;
}

.top_anim_bg_gr .bg_gr.bg_gr_02 {
  bottom: 0;
}

.top_anim_logo_outer .top_anim_logo {
  position: absolute;
  z-index: 90030;
  left: 50%;
  display: none;
  width: 450px;
  -webkit-transform: translateY(0%) translateX(-50%);
  transform: translateY(0%) translateX(-50%);
}

.top_anim_logo_outer .top_anim_logo.anim_logo_01 {
  bottom: 0;
}

.top_anim_logo_outer .top_anim_logo.anim_logo_02 {
  top: 0;
}

.top_anim_line {
  position: absolute;
  z-index: 90040;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  -webkit-transform: translateY(-50%) translateX(0%);
  transform: translateY(-50%) translateX(0%);
  background-color: #fff;
}

.sec_topkv_anim {
  position: relative;
}

.top_anim_txt_outer {
  position: absolute;
  z-index: 999;
  top: 220px;
  left: 0;
  width: 100%;
}

.top_anim_txt_large {
  padding: 20px 0;
}

.top_anim_txt_large img {
  height: 67px;
  opacity: 0;
}

.top_anim_txt_min img {
  max-width: 465px;
  opacity: 0;
}

/****************************************
		Wide Display Setting 
*****************************************/

.snav_outer, .btn_sp_nav, .sp_header_btn {
  display: none;
}

@media (min-width: 1600px) {
  .wrap {
    /*padding: 0;*/
    max-width: 1162px;
  }
  .gnav ul li a, .gnav ul li span {
    padding: 0 12px;
  }
}

@media (max-width: 1366px) {
  body {
    padding-top: 80px;
  }
  .gnav, .header_subnav {
    display: none;
  }
  .header {
    height: 80px;
    border-top: none;
  }
  .header .header_inner .header_tel {
    display: none;
  }
  .btn_sp_nav {
    display: block;
    position: absolute;
    top: 25px;
    right: 18px;
    width: 40px;
    cursor: pointer;
  }
  .sp_header_btn {
    display: block;
    position: absolute;
    top: 0;
    right: 80px;
    height: 100%;
    background: #aae449;
    /* Old browsers */
    background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
    /* IE6-9 */
    color: #FFF;
    text-align: center;
    transition: all 200ms 0s ease;
    line-height: 1.2;
    padding: 25px 24px;
  }
  .sp_header_btn.sp_header_btn_02 {
    right: 170px;
    background: #52ccff;
    /* Old browsers */
    background: -moz-linear-gradient(left, #52ccff 0%, #3899fb 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #52ccff 0%, #3899fb 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #52ccff 0%, #3899fb 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52ccff', endColorstr='#3899fb',GradientType=1 );
    /* IE6-9 */
    padding: 25px 30px;
  }
  .sp_header_btn:hover {
    color: #FFF;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
  }
  .snav_outer {
    background: #e8f8e8;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100%;
    z-index: 9999;
  }
  .snav_outer .wrap {
    padding: 0 4%;
  }
  .snav_inner {
    padding: 100px 10% 0;
    position: relative;
  }
  /*.snav ul {
    border-top: 1px solid #bad5ba;
  }
  .snav ul > li {
    border-bottom: 1px solid #bad5ba;
  }*/
  .snav ul > li h3 {
    font-size: 110%;
    font-weight: 400;
  }
  .snav ul > li > a, .snav ul > li > span {
    display: block;
    padding: 18px 0;
    background-repeat: no-repeat;
    cursor: pointer;
  }
  .snav ul > li > a {
    background-image: url(../img/common/sm_header_ico_03.png);
    background-size: 7px;
    background-position: right 3% center;
  }
  .snav ul > li > span {
    background-image: url(../img/common/sm_header_ico_04.png);
    background-size: 13px;
    background-position: right 3.5% center;
  }
  .snav ul ol {
    padding: 0 0 15px 3%;
    display: none;
  }
  .snav ul ol li a {
    display: block;
    padding: 10px 0;
  }
  
  .snav_tels {
    background: #68d754;
    margin: 20px 25px 10px;
  }
  .snav_tels a {
    padding: 18px;
    display: block;
    color: #fff;
    text-align: center;
  }
  .snav_tels a span {
    display: block;
  }
  .snav_tels a strong {
    font-size: 1.8em;
    letter-spacing: 1px;
    line-height: 1.2;
  }
  
  .snav_infos {
    text-align: center;
    /*padding: 30px 0 0;*/
  }
  .snav_infos .snav_info {
    padding: 15px 0;
  }
  .snav_infos .snav_info img {
    max-width: 36vw;
  }
  .snav_infos .btn_bgs {
    margin-bottom: 10px;
  }
  .snav_infos .btn_bgs span {
    width: 40vw;
  }
  .snav_infos .btn_bgs .btn_bg {
    background: none;
  }
  .snav_subnav {
    text-align: center;
    padding: 10px 0 60px;
  }
  .snav_subnav ul li {
    display: inline-block;
  }
  .side_nav {
    display: none;
  }
}
/****************************************
		Mobile Setting 
*****************************************/
@media (max-width: 1240px) {
  /****************************************
			Base Setting 
	*****************************************/
  .gnav ul > li a {
    padding: 0 1vw;
  }
  /****************************************
			chuko Setting 
	*****************************************/
  .chuko_head_flow {
    background-size: 800px;
  }
  .chuko_head_flow ul li h4 {
    font-size: 116%;
  }
  /****************************************
			model Setting 
	*****************************************/
  .sec_dtl_model .box_clms {
    padding-top: 3vw;
  }
  .sec_dtl_model .box_clms p {
    font-size: 108%;
  }
  .sec_dtl_head_model_img .box_clm {
    padding: 30px 20% 30px 10%;
  }
  /****************************************
			mansion Setting 
	*****************************************/
  .sec_dtl_head_mansion .box_clms {
    padding-top: 3vw;
  }
  .sec_dtl_head_mansion .box_clms p {
    font-size: 108%;
  }
  .sec_dtl_mansions .box_clms {
    padding-top: 3vw;
  }
  .sec_dtl_mansions .box_clms p {
    font-size: 108%;
  }
  /****************************************
			feature Setting 
	*****************************************/
  .feature_pager .wp-pagenavi a, .feature_pager .wp-pagenavi span {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  /****************************************
			apartment Setting 
	*****************************************/
  .sec_apartment_head .box_tit h3 {
    font-size: 230%;
    white-space: normal;
  }
  .sec_apartment_head .box_tit h3 br {
    display: none;
  }
  .sec_apartment_head .box_tit p {
    font-size: 180%;
  }
  /****************************************
			forte Setting 
	*****************************************/
  .forte_head .box_clm {
    margin-bottom: 0px;
  }
  .forte_head .box_txt img {
    position: relative;
    left: 30px;
  }
  /****************************************
			flow Setting 
	*****************************************/
  .sec_flow_enk .history_enk .box_tit {
    padding-top: 58px;
  }
  .sec_flow_enk .history_enk:after {
    width: 198px;
    height: 139px;
  }
  /****************************************
			after Setting
	*****************************************/
  .after_conts {
    background-size: 900px;
  }
  .after_about_list {
    padding: 0 4%;
  }
  .after_about_list ul li {
    padding: 40px 3%;
  }
  /****************************************
			clean Setting 
	*****************************************/
  .sec_clean_plan {
    padding-top: 120px;
  }
  .clean_about .boxs .box:nth-child(1) {
    padding-left: 8%;
  }
  .clean_think_list ul li {
    font-size: 113%;
  }
  .clean_plan_tit_i img {
    width: 80%;
  }
  .clean_plan_tit_i.cptb01 {
    left: 1%;
  }
  .clean_plan_tit_i.cptb02 {
    right: 1%;
  }
  .clean_plan_body_bg {
    right: -12%;
  }
  .clean_plan_body_bg img {
    width: 80%;
  }
  /****************************************
			contact Setting 
	*****************************************/
  .contact_outer {
    width: 100%;
  }
  /****************************************
			top Setting 
	*****************************************/
  .portf_slides .arw.arw_prev {
    right: 2%;
  }
}

@media (max-width: 1180px) {
  /****************************************
			Base Setting 
  *****************************************/
  .header_clm {
    left: 25px;
  }
  .heafer_logo {
    top: 28px;
    left: 9px;
  }
  .header_logo img {
    width: 200px;
  }
  .HoverNav .boxs .box .box_inner .box_img {
    width: 40%;
  }
  .HoverNav .boxs .box .box_inner .box_clms {
    width: 60%;
  }
  .HoverNav .boxs .box .box_inner .box_clms .box_clm {
    padding-left: 10%;
  }
  .HoverNav .boxs .box .box_inner .box_clms .box_clm h3 {
    font-size: 80%;
  }
  .tbl_c table tr th, .tbl_c table tr td {
    padding: 40px 2%;
  }
  .footer .boxs .box:nth-child(2) .fnav {
    white-space: normal;
  }
  .footer .boxs .box:nth-child(2) .fnav li {
    padding-right: 20%;
  }
  /****************************************
			dtl Setting 
	*****************************************/
  .dtl_head .box_clm_btn .btn_bgs span {
    padding: 16px 0 15px;
  }
  .dtl_head .box_more {
    padding: 15px 0;
  }
  .dtl_head_tags ul {
    top: -82px;
  }
  .dtl_plans_head {
    padding: 0;
  }
  .dtl_plans_head dl dd ul li {
    margin: 2px 5px;
  }
  .dtl_plans_clm .box:nth-child(2) {
    padding: 4% 2%;
  }
  .dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds:nth-child(2) dl dt {
    width: 50%;
  }
  /****************************************
			chuko Setting 
	*****************************************/
  .chuko_head_flow {
    background-size: 700px;
  }
  .chuko_head_flow ul li {
    width: 42%;
  }
  .sec_chuko_foot .boxs .box_clm {
    padding: 10%;
  }
  .sec_chuko_foot .boxs .box_clm h3 {
    font-size: 220%;
  }
  /****************************************
			model Setting 
	*****************************************/
  .sec_dtl_model .box_clms {
    padding: 2vw 4%;
  }
  .sec_dtl_model .box_clms h3 {
    font-size: 180%;
  }
  .sec_dtl_model .box_clms p {
    font-size: 94%;
  }
  .sec_dtl_head_model_img .box_clm h4 {
    font-size: 154%;
  }
  .sec_dtl_head_model_img .box_clm p {
    font-size: 87%;
  }
  /****************************************
			mansion Setting 
	*****************************************/
  .sec_dtl_head_mansion .box_clms {
    padding: 2vw 4%;
  }
  .sec_dtl_head_mansion .box_clms h3 {
    font-size: 250%;
  }
  .sec_dtl_head_mansion .box_clms p {
    font-size: 108%;
  }
  .sec_dtl_mansions .box_clms {
    padding: 2vw 4%;
  }
  .sec_dtl_mansions .box_clms h3 {
    font-size: 200%;
  }
  .sec_dtl_mansions .box_clms p {
    font-size: 108%;
  }
  /****************************************
			result Setting 
	*****************************************/
  .sec_dtl_head_result .dtl_img_slides_outer {
    width: 86%;
  }
  .dtl_result_inner .box_clms {
    padding: 0 6%;
  }
  .dtl_result_inner .box_clms h3 {
    font-size: 190%;
  }
  /****************************************
			search Setting 
	*****************************************/
  .search_panel_more .boxs .box:nth-child(2) {
    padding-right: 0;
  }
  /****************************************
			faq Setting 
	*****************************************/
  .sec_isesrv_menu .wrap {
    padding: 0 2%;
  }
  .isesrv_menu .boxs .box .box_img {
    width: 40%;
  }
  .isesrv_menu .boxs .box .box_clms {
    width: 60%;
  }
  .isesrv_menu .boxs .box .box_clms .box_clm {
    padding-left: 8%;
    width: 100%;
  }
  .isesrv_menu .boxs .box .box_clms .box_clm h3 {
    font-size: 110%;
  }
  /****************************************
			feature Setting 
	*****************************************/
  .fslide a {
    width: 800px;
  }
  .feature_pick .boxs .box .box_clms {
    padding-top: 20px;
  }
  .feature_pick .boxs .box .box_clms .box_clms_inner .box_clm h4 {
    padding: 10px 0;
  }
  .feature_list .boxs .box .box_clms {
    padding-top: 0;
  }
  .feature_side_pop .boxs .box .box_clms {
    padding-top: 0;
  }
  /****************************************
			purchase Setting 
	*****************************************/
  .purchase_flow ul li h4 {
    font-size: 106%;
  }
  /****************************************
			apartment Setting 
	*****************************************/
  .sec_apartment_head .box_clms {
    padding: 6vw 4%;
  }
  .sec_apartment_head .box_tit h3 {
    font-size: 190%;
    white-space: normal;
  }
  .sec_apartment_head .box_tit h3 br {
    display: block;
  }
  .sec_apartment_head .box_tit p {
    font-size: 150%;
  }
  .mansion_gal .box_clms h4 br {
    display: none;
  }
  /****************************************
			forte Setting 
	*****************************************/
  .forte_head .boxs .box {
    width: 45%;
  }
  .forte_feature .boxs {
    position: relative;
  }
  .forte_feature .boxs .box:nth-child(2) {
    width: 65%;
  }
  .forte_feature .box_clms {
    padding: 80px 8%;
  }
  .forte_feature .box_imgs_clm {
    padding: 0 10%;
  }
  .forte_featureforte_feature_r .box_clms {
    padding: 50px 6% 60px;
  }
  /****************************************
			flow Setting 
	*****************************************/
  .sec_flow_enk .history_enk .box_clm {
    width: auto;
  }
  /****************************************
			after Setting
	*****************************************/
  .after_foot_stit img {
    left: 300px;
    width: 230px;
  }
  /****************************************
			house Setting 
	*****************************************/
  .sec_feature_foot_house .feature_foots .feature_foot .box_clm h4 {
    font-size: 122%;
  }
  /****************************************
			clean Setting 
	*****************************************/
  .clean_head_stit {
    top: -25px;
  }
  .clean_head_stit img {
    width: 80%;
  }
  .clean_about .box_imgs img:nth-child(3) {
    right: -20px;
  }
  /****************************************
			contact Setting 
	*****************************************/
  .contact_tbl table tr th {
    width: 28%;
  }
  .contact_tbl table tr td ul li label small {
    display: block;
  }
  .contact_tbl table tr td ul.lrg li {
    width: 45%;
  }
  .contact_tbl table tr td ul.lng li {
    margin-bottom: 0;
  }
  /****************************************
			top Setting 
	*****************************************/
  .top_kv .kv_en {
    top: 70px;
    left: 50px;
  }
  .top_kv .kv_ttl {
    top: 110px;
    left: 130px;
  }
  
  .portf_slides .arw {
    top: 250px;
  }
  .top_portf .box_inner {
    padding-right: 0;
  }
  .top_portf .box_tit {
    padding: 40px 0 20px;
  }
  .portf_slide_clm {
    width: 290px;
    padding: 40px 5%;
  }
  .portf_slide_tit h5 {
    font-size: 157%;
  }
  
  .portf_slides .arw {
    width: 50px;
    padding: 10px 0;
    top: 265px;
  }
  .portf_slides .arw.arw_prev {
    right: 0;
  }
  /****************************************
			staff Setting 
	*****************************************/
  .staff_list .box_tag {
    width: 80%;
  }
  /****************************************
			top anim Setting 
  *****************************************/
  .top_anim_txt_outer {
    left: 20px;
    width: 80%;
  }
}

@media (max-width: 1024px) {
  /****************************************
			Base Setting 
	*****************************************/
  .wrap {
    padding: 0 4%;
  }
  .header .wrap{
    padding: 0;
  }
  /****************************************
			Top Setting 
	*****************************************/
  .sec_top_search_panel {
    padding: 40px 0 0;
  }
  .sec_search_result {
    padding: 30px 0 50px;
  }
  /****************************************
			dtl Setting 
	*****************************************/
  .dtl_items_outer .slick-arrow {
    height: 40px;
    width: 40px;
    line-height: 50px;
  }
  .dtl_head .box_clm {
    padding: 80px 10% 20px;
  }
  /****************************************
			mansion Setting 
	*****************************************/
  .page_tops_mansion_01 {
    padding-bottom: 40px;
  }
  .page_tops_mansion_01 h2 img {
    left: 124px;
  }
}

@media (max-width: 980px) {
  /****************************************
			Base Setting 
	*****************************************/
  .fban ul li {
    width: 24%;
    margin-right: 1%;
  }
  .fnav_outer {
    font-size: 90%;
  }
  .bukken_list .box_img .tag {
    width: 60px;
    height: 60px;
    font-size: 95%;
  }

  /****************************************
			bukken list Setting 
	*****************************************/
  .bukken_list .box_img {
    font-size: 79%;
  }
  .bukken_list .box_img .circ {
    top: 5px;
    right: 5px;
    padding: 18px 11px;
  }
  /****************************************
			dtl Setting 
	*****************************************/
  .dtl_head .box_clm {
    padding: 60px 10%;
  }
  .sec_dtl_clms .boxs.dtl_boxs_lr h5 br {
    display: none;
  }
  .sec_dtl_clms .boxs.dtl_boxs_lr .box_clm {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translateY(%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    width: auto;
  }
  .sec_dtl_clms .boxs.dtl_boxs_lr .box:nth-child(1) {
    width: 50%;
  }
  .sec_dtl_clms .boxs.dtl_boxs_lr .box:nth-child(2) {
    width: 46%;
  }
  .dtl_plans_clm .box:nth-child(2) {
    padding: 4%;
  }
  .dtl_plans_clm .box dl {
    display: block;
  }
  .dtl_plans_clm .box dl dt, .dtl_plans_clm .box dl dd {
    display: block;
    width: auto;
  }
  .dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds {
    float: none;
    width: auto;
  }
  .dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds dl {
    display: table;
  }
  .dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds dl dt, .dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds dl dd {
    display: table-cell;
  }
  .dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds:nth-child(1) dl dt {
    width: 50%;
  }
  .dtl_plans_clm .box .dtl_plans_d .dtl_plans_ds:nth-child(2) dl dt {
    width: 50%;
  }
  .dtl_kodawari .box_clm {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    width: auto;
  }
  /****************************************
			search Setting 
	*****************************************/
  .search_paneld {
    padding: 4% 2% 0;
  }
  .search_paneld dl dt {
    width: 12%;
    font-size: 100%;
    padding: 17px;
  }
  .search_paneld dl dd {
    width: 88%;
  }
  .search_paneld ul li label {
    font-size: 86%;
  }
  /****************************************
			chuko Setting 
	*****************************************/
  .chuko_head_flow ul li h4 {
    font-size: 96%;
  }
  /****************************************
			model Setting 
	*****************************************/
  .sec_dtl_model .box_clms {
    padding: 2vw 6% 4vw;
  }
  .sec_dtl_model .box_clms h3 br {
    display: none;
  }
  .sec_dtl_head_model_img .box_clm {
    padding: 20px 4% 20px 10%;
  }
  .sec_dtl_head_model_img .box_clm h4 {
    font-size: 127%;
  }
  .sec_dtl_head_model_img .box_clm p {
    line-height: 1.4;
  }
  .sec_dtl_head_model_img .box_clm_btn {
    padding-top: 5px;
  }
  .sec_dtl_head_model_img .box_clm_btn .btn_bgs span {
    padding: 10px 0 7px;
    font-size: 90%;
  }
  /****************************************
			mansion Setting 
	*****************************************/
  .mansion_head_img ul li:nth-child(1) {
    width: 100%;
    margin: 0;
  }
  .mansion_head_img ul li:nth-child(2), .mansion_head_img ul li:nth-child(3) {
    margin-top: -50px;
  }
  .mansion_gal .box_img img:nth-child(2) {
    bottom: -120px;
  }
  .mansion_gal .box_clms {
    padding: 0 10%;
  }
  .mansion_gal:nth-child(2n) .box_clms {
    padding: 0 10%;
  }
  .page_tops_mansion_01 {
    padding-bottom: 10px;
  }
  .page_tops_mansion_01 h2 {
    width: 60%;
  }
  .page_tops_mansion_01 h2 img {
    left: 104px;
  }
  /****************************************
			result Setting 
	*****************************************/
  .dtl_result_inner .boxs .box:nth-child(2) {
    width: 60%;
  }
  /****************************************
			feature Setting 
	*****************************************/
  .fslide a {
    width: 650px;
  }
  .feature_pick .boxs .box .box_img {
    width: 32%;
  }
  .feature_pick .boxs .box .box_clms {
    width: 68%;
    padding: 20px 4%;
  }
  .feature_pick .boxs .box .box_clms .box_clms_inner .box_clm h4 {
    padding: 5px 0;
  }
  .feature_side_cats ul li a {
    font-size: 100%;
    padding-left: 65px;
    background-position: left 15px center;
  }
  .feature_pager .wp-pagenavi a, .feature_pager .wp-pagenavi span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  /****************************************
			forte Setting 
	*****************************************/
  .forte_head .boxs .box {
    width: 55%;
  }
  .forte_head .box_txt img {
    left: 10px;
  }
  .forte_feature .boxs .box:nth-child(1) {
    right: 0;
  }
  .forte_feature .boxs .box:nth-child(2) {
    left: 0;
  }
  .forte_feature .box_btn .btn_bgs {
    display: block;
    width: 70%;
    margin-bottom: 10px;
  }
  .forte_feature.forte_feature_r .boxs .box:nth-child(1) {
    left: 0;
  }
  .forte_feature.forte_feature_r .boxs .box:nth-child(2) {
    right: 0;
  }
  /****************************************
			flow Setting 
	*****************************************/
  .sec_flow_enk .history_enk .box_tit {
    padding-top: 47px;
  }
  .sec_flow_enk .history_enk .box_tit h3 {
    font-size: 170%;
  }
  .sec_flow_enk .history_enk:after {
    width: 159px;
    height: 108px;
  }
  /****************************************
			tallpa Setting 
	*****************************************/
  .tallpa_head_btit {
    font-size: 283%;
  }
  .tallpa_imgs_outer {
    width: 100%;
  }
  .tallpa_feat_outer {
    width: 100%;
  }
  /****************************************
			after Setting
	*****************************************/
  .sec_after_head h3 {
    font-size: 184%;
  }
  .after_conts {
    background-size: 800px;
  }
  .after_about_list ul li {
    font-size: 112%;
  }
  .after_foot_stit img {
    top: 48px;
    left: 220px;
    width: 220px;
  }
  /****************************************
			house Setting 
	*****************************************/
  .sec_dtl_model_house {
    position: relative;
  }
  .sec_dtl_model_house .box_clms {
    padding: 5vw 6% 4vw;
  }
  .sec_dtl_model_house .box_clms h3 {
    font-size: 150%;
    line-height: 1.6;
  }
  .sec_dtl_model_house .box_clms p {
    font-size: 100%;
    line-height: 2;
  }
  .house_flows {
    background-size: 64%;
  }
  .house_flow .box_img {
    padding-bottom: 30px;
  }
  .house_flow .box_clms {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    top: inherit;
    left: inherit;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
  }
  .house_flow .box_clms h3 {
    font-size: 204%;
  }
  .sec_feature_foot_house .feature_foots .feature_foot .box_clm h4 {
    font-size: 110%;
  }
  /****************************************
			clean Setting 
	*****************************************/
  .sec_clean_head {
    background-position: left 30% bottom;
  }
  .clean_head_inner .boxs .box {
    width: 67%;
  }
  .sec_clean_plan {
    padding-top: 70px;
  }
  .clean_think_clm {
    padding: 0 10%;
  }
  .clean_about .boxs .box:nth-child(1) {
    padding-left: 2%;
  }
  .clean_about .box_imgs img:nth-child(3) {
    right: -90px;
  }
  .clean_about .box_clm p br {
    display: none;
  }
  .clean_think_list ul li {
    font-size: 90%;
  }
  .clean_plan_tit_i img {
    width: 60%;
  }
  .clean_plan_tit_i.cptb01 {
    left: 0;
    text-align: left;
  }
  .clean_plan_tit_i.cptb02 {
    right: 0;
    text-align: right;
  }
  .clean_plan_body_bg {
    right: -20%;
    bottom: -80px;
  }
  .clean_plan_body_bg img {
    width: 60%;
  }
  .clean_plans {
    width: 90%;
  }
  /****************************************
			news Setting 
	*****************************************/
  .news_list a dl dt, .news_list a dl dd {
    float: none;
    padding: 0;
  }
  .news_list a dl dt {
    padding: 15px 0 10px;
  }
  .news_list a dl dd {
    padding: 0 20px 15px 0;
  }
  .news_main {
    width: 100%;
    margin: 0 auto;
  }
  /****************************************
			contact Setting 
	*****************************************/
  .sec_contact .zip {
    width: 25%;
  }
  .contact_tbl table tr th {
    width: 33%;
  }
  .contact_tbl table tr td dl dt .btn_zip, .contact_tbl table tr td dl dd .btn_zip {
    font-size: 80%;
    padding: 21px 10px;
  }
  .contact_tbl table tr td ul.lrg li {
    width: 100%;
  }
  .contact_tbl table tr.date_tr .oslct {
    width: 100px;
  }
  .contact_tbl table tr.date_tr td strong {
    padding: 17px 14px 0 10px;
  }
  .contact_tit.buy_ttl:after {
    top: -40px;
  }
  /****************************************
			top Setting 
	*****************************************/
  .sec_top_pickup .tit_i img {
    left: 158px;
    width: 447px;
  }
  .portf_slides .arw.arw_prev {
    right: 5%;
  }
  /****************************************
			mansion Setting 
	*****************************************/
  .sec_privacy .wrap {
    padding: 0 4%;
  }
  /****************************************
			single Setting 
	*****************************************/
  .single_cv .boxs .box:nth-child(1) {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  .single_cv .boxs .box:nth-child(2) {
    width: 100%;
    float: none;
  }
}

@media (max-width: 866px) {
  .sec_top_spoint .tit_i h3 img:nth-child(2) {
    right: -170px;
  }
  .dtl_head .box_clm_btn .btn_bgs span {
    padding: 10px 0 11px;
  }
  .dtl_concept_clm p {
    font-size: 100%;
  }
  .dtl_reserv_inner .box_clm_btn .btn_bgs {
    width: 160px;
  }
  .chuko_head_flow {
    background-size: 550px;
  }
  .sec_chuko_foot .boxs .box_clm h3 {
    font-size: 200%;
  }
  /****************************************
			top Setting 
	*****************************************/
  .top_anim_txt_outer {
    top: 150px;
  }
  .top_kv .bgImg {
    background-image: url(../img/top/sp_topslide_img_01.jpg);
  }
  
  .top_pickup .boxs .box {
    width: 40%;
    margin: 0 5% 40px 0;
  }
  .bukken_list .boxs .box {
    width: 48%;
    margin: 0 4% 35px 0;
  }
  .bukken_list .boxs .box:nth-child(3n) {
    margin: 0 4% 35px 0;
  }
  .bukken_list .boxs .box:nth-child(2n) {
    margin: 0 0 35px 0;
  }
  
  /****************************************
			mansion Setting 
	*****************************************/
  .sec_dtl_mansions .box_clms h3 br {
    display: none;
  }
  /****************************************
			result Setting 
	*****************************************/
  .dtl_result_inner .boxs .box:nth-child(2) {
    width: 70%;
  }
  /****************************************
			purchase Setting 
	*****************************************/
  .purchase_flow ul li h4 {
    font-size: 94%;
  }
  /****************************************
			guide Setting 
	*****************************************/
  .guide_body_slides {
    width: 640px;
  }
  /****************************************
			tallpa Setting 
	*****************************************/
  .tallpa_feats ul li {
    width: 26%;
  }
}

.sp_only, .sp_ionly {
  display: none;
}

@media (max-width: 767px) {
  .sp_ionly {
    display: inline-block !important;
  }
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
  .target_line {
    margin-top: -60px;
    padding-top: 60px;
  }
  /****************************************
			Base Setting 
	*****************************************/
  body {
    padding-top: 60px;
  }
  .body_top {
    padding-top: 60px;
  }
  .btn_bgs span {
    font-size: 100%;
  }
  .brbg_img_01 {
    width: 87%;
  }
  .bhbr_img {
    width: 100%;
    left: 0;
  }
  .bwbr_img {
    width: 100%;
    left: 0;
  }
  .tit_l {
    border-width: 5px;
    padding-left: 10px;
    margin: 0 0 30px;
  }
  .tit_l h3 {
    font-size: 129%;
  }
  .tit_lb {
    margin-bottom: 20px;
  }
  .tit_lb h3 {
    font-size: 115%;
    padding: 20px 0;
  }
  .tit_i {
    padding: 10px 0;
    text-align: center;
  }
  .tbl_c table tr th, .tbl_c table tr td {
    padding: 25px 4%;
    display: block;
  }
  .tbl_c table tr th {
    font-size: 100%;
    width: auto;
    white-space: normal;
    border-bottom: none;
  }
  .tbl_c table tr td {
    font-size: 93%;
  }
  .tbl_c table tr td ol {
    padding-left: 4%;
  }
  .tbl_c table tr td ol li {
    list-style: disc;
  }
  .header {
    position: fixed;
    width: 100%;
    z-index: 9999;
    background: #FFF;
    height: 60px;
    top: 0;
    left: 0;
  }
  .body_top .header,
  .header.is-fixed {
    height: 60px;
  }
  .body_top .header_inner,
  .body_top .header .header_inner_bg {
    margin-top: 0;
  }
  .wrap {
    padding: 0 4%;
  }
  .header_inner {
    height: 60px;
    margin-top: 0;
  }
  .header_inner_bg {
    display: none;
  }
  .header_logo {
    top: 16px;
    left: 4%;
  }
  .header_logo img {
    width: 210px;
  }
  .header_clm {
    top: 9px;
    left: 4%;
  }
  .sp_header_btn {
    right: 40px;
    padding: 15px 0;
    font-size: 86%;
    height: 60px;
    width: 60px;
    display: none;
  }
  .sp_header_btn.sp_header_btn_02 {
    right: 100px;
  }
  .btn_sp_nav {
    width: 30px;
    top: 15px;
  }
  .btn_sp_nav_close {
    width: 21px;
    top: 19px;
  }
  .snav ul > li > a,
  .snav ul > li > span {
    padding: 13px 0;
  }
  .snav_inner {
    padding: 40px 8% 0;
    position: relative;
  }
  .snav_infos {
    padding: 0;
  }
  .snav_infos .snav_info {
    padding: 7px 0;
    display: flex;
  }
  .snav_infos .snav_info img {
    max-width: 255px;
  }
  .snav_infos .btn_bgs {
    width: 50%;
    padding: 0 2px;
    margin-bottom: 0;
  }
  .snav_infos .btn_bgs span {
    width: 100%;
    padding: 18px 0;
  }
  .footer {
    margin-top: 0;
    padding: 50px 0 0;
  }
  .fban {
    padding-bottom: 20px;
  }
  .fban ul {
    flex-wrap: wrap;
  }
  .fban ul li {
    width: 48%;
    margin-bottom: 10px;
  }
  .fnav_outer {
    display: none;
  }
  .footer_subnav {
    text-align: center;
    padding: 0px 0 50px;
  }
  .footer_copy {
    font-size: 72%;
  }
  .sec_foot_goto {
    margin-top: 0;
  }
  .sec_foot_goto .bwbr_img {
    background-image: url(../img/common/sp_bg_foot_goto_01.jpg);
  }
  .foot_goto_inner {
    padding: 80px 0 100px;
  }
  .foot_goto_tit {
    padding: 20px 0 10px;
  }
  .foot_goto_tit h3 {
    font-size: 193%;
    padding-top: 20px;
  }
  /****************************************
			bukken list Setting 
	*****************************************/
  .bukken_list .boxs .box {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
  .bukken_list .box_img img {
    width: 100%;
  }
  .bukken_list .box_img .circ {
    top: 10px;
    right: 10px;
    padding: 25px 19px;
  }
  .bukken_list .box_img .tag {
    top: 10px;
    left: 10px;
  }
  .bukken_list .box_clm_inner {
    padding: 5px 4% 20px;
  }
  .bukken_list .box_clm_inner .box_tit {
    font-size: 115%;
  }
  .bukken_list .box_clm_inner .box_tit br {
    display: none;
  }
  .bukken_list .box_clm_inner .box_clm {
    padding: 5px 1%;
    font-size: 93%;
  }
  .bukken_list .box_clm_inner .box_info {
    font-size: 93%;
  }
  /****************************************
			dtl Setting 
	*****************************************/
  .main_bg_dtl {
    background-image: url(../img/property/sp_bg_main_dtl.jpg);
    margin-top: -10px;
  }
  .sec_dtl_head .wrap {
    padding: 0;
  }
  .dtl_head_tit {
    width: 92%;
    margin: 0 auto;
    background-size: 25px;
    background-position: left top;
  }
  .dtl_head_tit h3 {
    font-size: 115%;
    padding: 0 0 0 34px;
  }
  .dtl_head_tags {
    padding: 10px 0 10px 34px;
  }
  .dtl_head_tags ul {
    text-align: left;
    position: relative;
    top: inherit;
    right: inherit;
  }
  .dtl_head_tags ul li {
    width: auto;
    padding: 3px 5px;
  }
  .dtl_head_subclm {
    padding: 20px 4% 0;
    font-size: 86%;
  }
  .dtl_head_clm {
    padding: 20px 4% 0;
  }
  .dtl_head .box {
    float: none;
  }
  .dtl_head .box:nth-child(1) {
    width: 100%;
  }
  .dtl_head .box:nth-child(2) {
    width: 92%;
    margin: 20px auto 0;
  }
  .dtl_head .box_more {
    position: relative;
    bottom: inherit;
    left: inherit;
  }
  .dtl_head .box_clm {
    padding: 20px 0 0;
  }
  .dtl_head .box_clm_btn {
    padding: 0 10%;
  }
  .dtl_head .box_clm_btn .btn_bgs {
    margin: 5px 0;
  }
  .dtl_head .box_clm_btn .btn_bgs span {
    padding: 25px 0 24px;
  }
  .dtl_head .box_clm_tel {
    padding: 0 10% 30px;
    text-align: center;
  }
  .dtl_head .box_clm_tel img {
    max-width: 250px;
  }
  .dtl_plans_head dl dt, .dtl_plans_head dl dd {
    display: block;
    white-space: normal;
    width: 100%;
    border: none;
  }
  .sec_dtl_concept {
    padding: 60px 0;
  }
  .sec_dtl_concept .wrap {
    padding: 0;
  }
  .sec_dtl_concept .dtl_tit_c img {
    max-width: 190px;
  }
  .dtl_concept_inner {
    padding: 10px 4% 0;
  }
  .dtl_concept_tit {
    padding: 20px 0;
  }
  .dtl_concept_tit h3 {
    font-size: 143%;
  }
  .dtl_concept_clm p {
    font-size: 100%;
    text-align: justify;
    line-height: 2;
  }
  .dtl_concept_clm p br {
    display: none;
  }
  .sec_dtl_clms .boxs {
    margin-bottom: 20px;
  }
  .sec_dtl_clms .boxs h5 {
    font-size: 108%;
  }
  .sec_dtl_clms .boxs p {
    font-size: 93%;
  }
  .sec_dtl_clms .boxs.dtl_boxs_3 .box, .sec_dtl_clms .boxs.dtl_boxs_3 .box:nth-child(1), .sec_dtl_clms .boxs.dtl_boxs_3 .box:nth-child(2), .sec_dtl_clms .boxs.dtl_boxs_2 .box, .sec_dtl_clms .boxs.dtl_boxs_2 .box:nth-child(1), .sec_dtl_clms .boxs.dtl_boxs_2 .box:nth-child(2), .sec_dtl_clms .boxs.dtl_boxs_1 .box, .sec_dtl_clms .boxs.dtl_boxs_1 .box:nth-child(1), .sec_dtl_clms .boxs.dtl_boxs_1 .box:nth-child(2), .sec_dtl_clms .boxs.dtl_boxs_lr .box, .sec_dtl_clms .boxs.dtl_boxs_lr .box:nth-child(1), .sec_dtl_clms .boxs.dtl_boxs_lr .box:nth-child(2), .sec_dtl_clms .boxs.dtl_boxs_lr.dtl_boxs_l .box, .sec_dtl_clms .boxs.dtl_boxs_lr.dtl_boxs_l .box:nth-child(1), .sec_dtl_clms .boxs.dtl_boxs_lr.dtl_boxs_l .box:nth-child(2) {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }
  .sec_dtl_clms .boxs.dtl_boxs_lr {
    margin-bottom: 10px;
  }
  .sec_dtl_clms .boxs.dtl_boxs_lr h5 {
    font-size: 158%;
    padding: 10px 0 20px;
  }
  .dtl_tit_o {
    padding: 20px 3%;
    margin-bottom: 20px;
  }
  .dtl_tit_o h3 {
    font-size: 115%;
  }
  .dtl_lead {
    margin-bottom: 20px;
  }
  .dtl_lead p {
    font-size: 100%;
  }
  .dtl_tit_h {
    padding: 10px 0 10px 35px;
    margin-bottom: 20px;
  }
  .dtl_tit_h h4 {
    font-size: 108%;
  }
  .sec_dtl_plan .wrap {
    padding: 0;
  }
  .dtl_plan_bg_outer {
    padding: 2px 0;
    background-color: #70d660;
  }
  .dtl_plan_bg {
    border: none;
    background-color: #f8fff7;
    padding: 40px 4%;
  }
  .dtl_tit_p_inner {
    padding: 0 10%;
  }
  .dtl_tit_p_inner p {
    font-size: 200%;
  }
  .dtl_plan_slct {
    padding: 20px 0;
  }
  .dtl_plan_slct ul li {
    width: 31%;
    font-size: 86%;
  }
  .dtl_plans_head dl dt, .dtl_plans_head dl dd {
    padding-right: 0;
  }
  .dtl_plans_head dl dt {
    font-size: 158%;
  }
  .dtl_plans_head dl dd {
    font-size: 86%;
  }
  .dtl_plans_head dl dd ul {
    padding-left: 0;
    text-align: left;
  }
  .dtl_plans_head dl dd ul li {
    margin: 4px 2px;
  }
  .dtl_plans_img .box {
    width: 100%;
  }
  .dtl_plans_img .box:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #d8d8d8;
  }
  .dtl_plans_clm {
    padding: 0 4%;
  }
  .dtl_plans_clm .box h4 {
    font-size: 129%;
  }
  .dtl_plans_clm .box h4 span {
    background: transparent;
    padding: 0;
    margin: 0;
  }
  .dtl_plans_clm .box:nth-child(1) {
    width: 100%;
    padding: 10px 0 20px;
  }
  .dtl_plans_clm .box:nth-child(2) {
    width: 100%;
    padding: 30px 5%;
  }
  .sec_dtl_items .wrap {
    padding: 0;
  }
  .sec_dtl_items .dtl_tit_h {
    margin: 0 4%;
  }
  .dtl_items_outer {
    margin-top: 20px;
    position: relative;
    overflow: hidden;
  }
  .dtl_items_outer .slick-list {
    overflow: inherit;
  }
  .dtl_items_outer .slick-arrow {
    display: none !important;
  }
  .dtl_detail_inner {
    padding: 20px 4%;
  }
  .dtl_detail_head {
    background-position: right center;
    padding: 0;
  }
  .dtl_detail_head h3 {
    font-size: 100%;
  }
  .dtl_detail_body {
    padding: 20px 0 0;
  }
  table.dtl_detail {
    font-size: 1em;
  }
  table.dtl_detail th {
    width: 26%;
  }
  table.dtl_detail td {
    width: 74%;
  }
  .sec_dtl_reserv {
    margin-bottom: 30px;
  }
  .sec_dtl_reserv .dtl_tit_c {
    top: 15px;
  }
  .sec_dtl_reserv .dtl_tit_c img {
    max-width: 338px;
  }
  .dtl_reserv_bg_outer {
    padding: 2px;
    background-color: #70d660;
    background: -webkit-linear-gradient(45deg, transparent 0, #70d660 0), -webkit-linear-gradient(135deg, transparent 0, #70d660 0), -webkit-linear-gradient(225deg, transparent 4%, #70d660 4%), -webkit-linear-gradient(315deg, transparent 0, #70d660 0);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 52% 52%;
    background-repeat: no-repeat;
  }
  .dtl_reserv_bg {
    background-color: #FFF;
    background: -webkit-linear-gradient(45deg, transparent 0, #FFF 0), -webkit-linear-gradient(135deg, transparent 0, #FFF 0), -webkit-linear-gradient(225deg, transparent 4%, #FFF 4%), -webkit-linear-gradient(315deg, transparent 0, #FFF 0);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 52% 52%;
    background-repeat: no-repeat;
  }
  .dtl_reserv_inner {
    padding: 30px 4% 0;
  }
  .dtl_reserv_inner .boxs .box .box_inner {
    padding: 0;
  }
  .dtl_reserv_inner .boxs .box h3 {
    font-size: 122%;
    font-weight: 400;
    padding: 15px 0;
  }
  .dtl_reserv_inner .boxs .box .box_clm_btn {
    padding: 25px 0 10px;
    text-align: center;
  }
  .dtl_reserv_inner .boxs .box .box_clm_btn .btn_bgs {
    width: 80%;
    margin-bottom: 20px;
  }
  .dtl_reserv_inner .boxs .box .box_clm_btn .btn_bgs:nth-child(1) {
    margin-right: 0;
  }
  .dtl_reserv_inner .boxs .box:nth-child(1) {
    width: 100%;
    padding: 0;
  }
  .dtl_reserv_inner .boxs .box:nth-child(2) {
    width: 100%;
  }
  .dtl_reserv_inner .boxs .box_img img {
    width: 100%;
    height: 190px;
    object-fit: cover;
  }
  .dtl_reserv_inner .boxs .box_clm_tel img {
    max-width: 250px;
  }
  .bukken_list .bukken_list_slide .slick-list {
    overflow: inherit;
  }
  .bukken_list .bukken_list_slide .slick-slide {
    height: auto;
  }
  .bukken_list .bukken_list_slide .bukken_list_slides {
    padding: 0 12px;
  }
  .bukken_list .bukken_list_slide .box {
    float: left;
  }
  .sec_pages.sec_dtl_kodawari {
    padding: 30px 0 50px;
  }
  .sec_pages.sec_dtl_kodawari .tit_i img {
    height: 57px;
  }
  .dtl_kodawari h4 {
    font-size: 108%;
    padding: 20px 0;
  }
  .dtl_kodawari .boxs .box:nth-child(1) {
    width: 100%;
    margin-right: 0;
  }
  .dtl_kodawari .boxs .box:nth-child(2) {
    width: 100%;
  }
  .dtl_more {
    font-size: 100%;
  }
  .dtl_more ul li {
    width: 30%;
  }
  .dtl_more ul li:nth-child(1) {
    text-align: left;
  }
  .dtl_more ul li:nth-child(3) {
    text-align: right;
  }
  .dtl_head_slide {
    margin-bottom: 0;
  }
  .dtl_img_slides_txt img {
    width: 161px;
    top: -100px;
    left: -10px;
  }
  .dtl_img_slides_thms {
    padding: 10px 0 5px;
    position: relative;
    bottom: inherit;
    left: inherit;
    width: auto;
    text-align: center;
  }
  .dtl_img_slides_thms .slides_thm {
    display: inline-block;
    width: 52px;
    float: none;
    margin: 0 2px;
    cursor: pointer;
  }
  .dtl_img_slides_thms .slides_thm .thm_line {
    border-width: 2px;
  }
  .sec_dtl_map .boxs .box {
    float: none;
    width: auto;
  }
  .sec_dtl_map .boxs .box iframe {
    width: 100%;
    height: 264px;
  }
  .sec_dtl_map .boxs .box dl {
    padding: 0 0 30px 30px;
  }
  .sec_dtl_map .boxs .box:nth-child(2) {
    padding: 30px 4% 0;
  }
  .dtl_map {
    width: 100%;
  }
  .sec_dtl_golist {
    margin-bottom: 40px;
  }
  .sec_dtl_golist.model_golist {
    margin-top: 40px;
  }
  
  .sec_property_result .tit_i {
    padding: 0 0 30px;
  }
  .sec_property_result .tit_i h3 img {
    max-width: 160px;
  }
  /****************************************
			wp-pagenavi Setting 
	*****************************************/
  .sec_pager {
    padding-bottom: 20px;
  }
  .wp-pagenavi {
    font-size: 93%;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 45px;
    height: 45px;
    line-height: 45px;
    margin: 0 2px;
  }
  .wp-pagenavi .page:nth-child(n+5) {
    display: none;
  }
  .wp-pagenavi .extend {
    width: 10px;
    background-color: transparent;
  }
  /****************************************
			Page Setting 
	*****************************************/
  .sec_page_tops .wrap {
    height: 150px;
  }
  .sec_page_tops h2 {
    font-size: 129%;
  }
  .sec_bread {
    font-size: 72%;
    padding: 5px 0;
  }
  .sec_bread ul {
    top: -144px;
  }
  .sec_bread ul li {
    padding-right: 1%;
  }
  .main {
    padding: 10px 0 0 0;
  }
  .sec_pages {
    padding: 30px 0;
  }
  .sec_top_news_list.sec_pages {
    padding: 20px 0;
  }
  .pages_clm p {
    font-size: 100%;
    padding-bottom: 10px;
  }
  .pages_clm small {
    font-size: 93%;
  }
  .pages_clm ol {
    font-size: 93%;
  }
  .pages_clm ol li {
    padding: 0 0 10px 5px;
  }
  .pages_clm ol li ol {
    padding-top: 10px;
  }
  .pages_clm ol li ol li {
    padding-bottom: 5px;
  }
  .pages_clm_inner {
    padding: 30px 5%;
    margin-top: 30px;
  }
  .pages_clm_inner h4 {
    font-size: 115%;
    padding-bottom: 10px;
  }
  .pages_clm_inner ul li {
    font-size: 93%;
    padding-top: 5px;
  }
  /****************************************
			search / property Setting 
	*****************************************/
  .page_tops_property_01 h2 img {
    left: 20px;
  }
  .search_panel_inner {
    padding: 20px 4%;
  }
  .search_panel_head {
    padding: 0;
    background-position: right center;
  }
  .search_panel_head h3 {
    font-size: 100%;
  }
  .search_panel_body {
    margin-top: 20px;
  }
  .search_paneld {
    padding: 20px 0 0;
  }
  .search_paneld dl dt, .search_paneld dl dd {
    float: none;
  }
  .search_paneld dl dt {
    width: 100%;
  }
  .search_paneld dl dd {
    width: 100%;
  }
  .search_paneld dl dd ul li {
    width: 50%;
  }
  .search_paneld dl dd ul li strong {
    padding: 17px;
    border: none;
  }
  .search_paneld dl dd ul li:nth-child(6n):after {
    display: none;
  }
  .search_paneld dl dd ul li:after {
    display: none;
  }
  .search_paneld dl dd ul li:nth-child(2n):after {
    display: block;
  }
  .search_paneld dl:nth-child(2) li:nth-child(2n):after {
    display: none;
  }
  .search_paneld dl:nth-child(2) li:nth-child(2n + 1):after {
    display: block;
  }
  .search_paneld dl:nth-child(2) li:first-child {
    width: 100%;
  }
  .search_paneld dl:nth-child(2) li:first-child:after {
    display: none;
  }
  .search_panel_more {
    padding: 20px 0 0;
  }
  .search_panel_more .boxs .box {
    float: none;
  }
  .search_panel_more .boxs .box:nth-child(1) {
    width: 100%;
  }
  .search_panel_more .boxs .box:nth-child(2) {
    width: 100%;
    text-align: center;
  }
  .search_panel_more [type=text] {
    padding: 20px;
    margin-bottom: 20px;
  }
  .search_panel_more .btn_bgs {
    width: 100%;
    padding: 30px 0 50px;
  }
  .search_panel_more .btn_bgs span {
    width: 100%;
    height: auto;
    display: block;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    padding: 25px 0 24px;
  }
  .search_panel_more .btn_bgs span br {
    display: none;
  }
  .search_panel_more .btn_bgs span img {
    vertical-align: middle;
  }
  .sec_search_panel {
    padding: 0;
    margin-top: -20px;
  }
  .sec_search_panel .wrap {
    padding: 0;
  }
  .sec_search_panel .search_panel_head {
    padding: 0 4%;
    background-position: right 4% center;
  }
  .sec_search_panel .search_panel_inner {
    border: none;
    border-bottom: 2px solid #dedede;
    padding: 20px 0;
  }
  .sec_search_panel .search_paneld {
    padding: 0;
  }
  .sec_search_panel .search_panel_more {
    padding: 20px 4% 0;
  }
  /****************************************
			chintai Setting 
	*****************************************/
  .page_tops_chintai_01 h2 img {
    left: 32px;
  }
  /****************************************
			chuko Setting 
	*****************************************/
  .page_tops_chuko_01 h2 img {
    position: relative;
    left: 55px;
    top: -10px;
  }
  .sec_chuko_head {
    margin-top: -20px;
    padding: 80px 0 60px;
  }
  .sec_chuko_head .bwbr_img {
    background-image: url(../img/property/sp_bg_chuko_head.jpg);
  }
  .sec_chuko_head .wrap {
    padding: 0;
  }
  .chuko_head_stit {
    font-size: 93%;
    padding: 0 4%;
  }
  .chuko_head_btit {
    font-size: 158%;
    padding: 20px 4% 10px;
  }
  .chuko_head_clm {
    padding: 0 4%;
  }
  .chuko_head_flow {
    background: none;
  }
  .chuko_head_flow ul {
    margin: 20px 0;
    width: 100%;
    float: none;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 96%;
  }
  .chuko_head_flow ul li {
    width: 38%;
    margin: 0 1%;
  }
  .chuko_head_flow ul li p {
    font-size: 100%;
  }
  .chuko_head_flow ul li h4 {
    font-size: 95%;
  }
  .chuko_head_flow ul:nth-child(1) {
    background-image: url(../img/property/sp_bg_chuko_head_flow_01.png);
    background-position: right 4% center;
    text-align: center;
  }
  .chuko_head_flow ul:nth-child(2) {
    background-image: url(../img/property/sp_bg_chuko_head_flow_02.png);
    background-position: left center;
    text-align: center;
  }
  .sec_chuko_result .tit_i {
    margin: 30px;
  }
  .sec_chuko_result .tit_i h3 img {
    max-width: 150px;
  }
  .sec_chuko_foot .boxs {
    position: relative;
    z-index: 3;
  }
  .sec_chuko_foot .boxs .box {
    width: 100%;
  }
  .sec_chuko_foot .boxs .box:nth-child(1) {
    float: none;
    height: 232px;
    background-image: url(../img/property/bg_chuko_foot.jpg);
  }
  .sec_chuko_foot .boxs .box:nth-child(2) {
    float: none;
  }
  .sec_chuko_foot .boxs .box_clm {
    padding: 40px 8%;
  }
  .sec_chuko_foot .boxs .box_clm h3 {
    font-size: 143%;
    margin-bottom: 10px;
  }
  /****************************************
			model Setting 
	*****************************************/
  .page_tops_model_01 h2 img {
    position: relative;
    left: 37px;
  }
  .sec_model_tclm {
    padding: 30px 0 0;
  }
  .sec_model_tclm h3 {
    font-size: 115%;
  }
  .sec_model_tclm p {
    font-size: 86%;
    text-align: left;
    line-height: 1.8;
  }
  .sec_dtl_reserv_model {
    padding: 30px 0;
  }
  .sec_dtl_reserv_model .dtl_reserv_bg {
    background-color: #f8fff7;
    background: -webkit-linear-gradient(45deg, transparent 0, #f8fff7 0), -webkit-linear-gradient(135deg, transparent 0, #f8fff7 0), -webkit-linear-gradient(225deg, transparent 4%, #f8fff7 4%), -webkit-linear-gradient(315deg, transparent 0, #f8fff7 0);
    background-position: bottom left, bottom right, top right, top left;
    background-size: 52% 52%;
    background-repeat: no-repeat;
  }
  .model_more {
    padding-top: 20px;
  }
  .model_more .btn_bgs {
    width: 74%;
  }
  .model_more .btn_bgs span {
    width: 100%;
    font-size: 93%;
    padding: 18px 0 16px;
  }
  .sec_dtl_head_model_img .dtl_img_slides_thms {
    background: #e7f9e6;
    text-align: center;
  }
  .sec_dtl_head_model_img .boxs .box:nth-child(1) {
    width: 100%;
    float: none;
  }
  .sec_dtl_head_model_img .boxs .box:nth-child(2) {
    width: 100%;
    float: none;
  }
  .sec_dtl_head_model_img .box_clmsm {
    position: relative;
  }
  .sec_dtl_head_model_img .box_clm {
    position: relative;
    top: inherit;
    left: inherit;
    width: 100%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding: 20px 4% 40px;
  }
  .sec_dtl_head_model_img .box_clm h4 {
    font-size: 130%;
  }
  .sec_dtl_head_model_img .box_clm h4 br {
    display: none;
  }
  .sec_dtl_head_model_img .box_clm p {
    line-height: 1.6;
    padding: 10px 0;
    font-size: 87%;
  }
  .sec_dtl_head_model_img .box_tag {
    padding-bottom: 10px;
  }
  .sec_dtl_head_model_img .box_tag span {
    font-size: 80%;
  }
  .sec_dtl_head_model_img .box_clm_btn {
    padding-top: 10px;
  }
  .sec_dtl_head_model_img .box_clm_btn .btn_bgs {
    display: block;
    width: 80%;
    margin: 0 auto 10px;
  }
  .sec_dtl_head_model_img .box_clm_btn .btn_bgs span {
    padding: 20px 0 19px;
  }
  .sec_dtl_head_model {
    padding: 20px 0 40px;
  }
  .sec_dtl_head_model .dtl_head_clm {
    padding: 0px 4%;
  }
  .sec_dtl_head_model .dtl_head_tags {
    padding: 20px 4% 0;
  }
  .sec_dtl_model {
    width: 100%;
    margin-left: 0%;
  }
  .sec_dtl_model .boxs .box {
    width: 100%;
    float: none;
  }
  .sec_dtl_model .box_clms {
    padding: 40px 10%;
  }
  .sec_dtl_model .box_clms h3 {
    font-size: 120%;
  }
  .sec_dtl_model .box_clms p {
    font-size: 87%;
  }
  .sec_dtl_model_right .boxs .box {
    float: none;
  }
  .sec_dtl_map_model {
    margin-bottom: 30px;
  }
  /****************************************
			mansion Setting 
	*****************************************/
  .mansion_bread .sec_bread ul {
    top: 10px;
  }
  .sec_mansion_head {
    margin-top: -20px;
    padding: 50px 0 110px;
    background-image: url(../img/t_mansion/sp_bg_mansion_head.jpg);
  }
  .mansion_head_stit img {
    top: 26px;
    left: -75px;
    width: 181px;
  }
  .mansion_head_btit {
    font-size: 158%;
    padding: 20px 0 10px;
  }
  .mansion_head_img {
    padding: 10px 0;
  }
  .mansion_head_img ul li img {
    width: 132px;
  }
  .mansion_head_img ul li:nth-child(2), .mansion_head_img ul li:nth-child(3) {
    margin-top: -20px;
  }
  .sec_mansion_gal {
    margin-top: 0px;
  }
  .sec_mansion_gal .wrap {
    padding: 0;
  }
  .sec_mansion_gal .tit_i h3 img {
    max-width: 181px;
  }
  .mansion_gals {
    padding: 70px 0 0;
  }
  .mansion_gal {
    margin-bottom: 70px;
  }
  .mansion_gal .boxs .box {
    width: 100%;
    float: none;
  }
  .mansion_gal .boxs .box:nth-child(2) {
    margin-top: 40px;
    padding-bottom: 50px;
  }
  .mansion_gal .box_bg {
    background-size: 260px;
    width: 96%;
    height: 85%;
  }
  .mansion_gal .box_img {
    position: relative;
  }
  .mansion_gal .box_img img:nth-child(1) {
    width: 80%;
  }
  .mansion_gal .box_img img:nth-child(2) {
    width: 40%;
    position: absolute;
    bottom: -20px;
    left: inherit;
    right: 4%;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
  }
  .mansion_gal .box_txt {
    position: absolute;
    top: -293px;
    left: 10px;
    z-index: 4;
  }
  .mansion_gal .box_txt img {
    width: 181px;
  }
  .mansion_gal .box_clms {
    padding: 0 14%;
  }
  .mansion_gal .box_clms h4 {
    font-size: 136%;
    padding-bottom: 10px;
  }
  .mansion_gal .box_more {
    padding-top: 20px;
    text-align: left;
  }
  .mansion_gal .box_more .btn_bgs span {
    width: 210px;
    padding: 15px 0 14px;
    font-size: 86%;
  }
  .mansion_gal:nth-child(2n) .box {
    float: none;
  }
  .mansion_gal:nth-child(2n) .box_img {
    text-align: right;
  }
  .mansion_gal:nth-child(2n) .box_img img:nth-child(2) {
    right: inherit;
    left: 4%;
  }
  .mansion_gal:nth-child(2n) .box_clms {
    padding: 0 14%;
  }
  .mansion_gal:nth-child(2n) .box_more {
    text-align: right;
  }
  .mansion_gals_more {
    padding: 0 0 30px;
    margin-top: -30px;
  }
  .mansion_gals_more .btn_bgs {
    width: 74%;
  }
  .mansion_gals_more .btn_bgs span {
    width: 100%;
    font-size: 93%;
    padding: 18px 0 16px;
  }
  .page_tops_mansion_01 {
    margin-top: -20px;
    background-image: url(../img/t_mansion/sp_bg_page_tops_mansion.jpg);
    margin-bottom: 0px;
    padding: 0 0 30px;
  }
  .page_tops_mansion_01 h2 {
    width: 100%;
  }
  .page_tops_mansion_01 h2 img {
    position: relative;
    left: 26px;
    width: 240px;
  }
  .sec_mansion_gal_list {
    margin-top: -30px;
  }
  .sec_dtl_head_mansion {
    margin-top: -30px;
  }
  .sec_dtl_head_mansion .boxs .box {
    width: 100%;
    float: none;
  }
  .sec_dtl_head_mansion .box_clms {
    padding: 60px 4% 40px;
  }
  .sec_dtl_head_mansion .box_tit {
    padding-bottom: 10px;
  }
  .sec_dtl_head_mansion .box_tit h3 {
    font-size: 143%;
  }
  .sec_dtl_head_mansion .box_clm p {
    font-size: 100%;
    line-height: 2;
  }
  .sec_dtl_mansions .boxs .box {
    width: 100%;
    float: none;
  }
  .sec_dtl_mansions .box_clms {
    padding: 40px 10%;
  }
  .sec_dtl_mansions .box_clms h3 {
    font-size: 129%;
  }
  .sec_dtl_mansions .box_clms p {
    font-size: 100%;
  }
  .sec_dtl_mansions_right .boxs .box {
    float: none;
  }
  .sec_dtl_mansion_clms {
    /*padding: 70px 0;*/
    margin: 0;
  }
  .sec_dtl_mansion_clms .bwbr_img {
    background-image: url(../img/t_mansion/sp_bg_dtl_mansion_clms.jpg);
  }
  .sec_dtl_mansion_map {
    margin-bottom: 40px;
  }
  .sec_dtl_mansion_map .boxs .box:nth-child(2) {
    position: relative;
    background-image: url(../img/t_mansion/sp_bg_dtl_mansion_map.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
  }
  .sec_dtl_mansion_map .box_txt {
    display: none;
  }
  .sec_dtl_mansion_map .bwbr_img {
    display: none;
  }
  .sec_dtl_mansion_slide {
    margin: 0;
  }
  .sec_dtl_mansion_slide .bwbr_img_ts {
    left: 0;
  }
  .sec_dtl_mansion_slide .bwbr_img_ts.bwbr_img_ts_01 {
    background-image: url(../img/t_mansion/sp_bg_dtl_mansion_slide_01.png);
  }
  .sec_dtl_mansion_slide .bwbr_img_ts.bwbr_img_ts_02 {
    background-image: url(../img/t_mansion/sp_bg_dtl_mansion_slide_02.png);
    left: inherit;
    right: 0;
  }
  .sec_dtl_mansion_slide .tit_i {
    padding: 40px 0 20px;
  }
  .sec_dtl_mansion_slide .dtl_img_slides_thms {
    padding-top: 20px;
    position: relative;
    bottom: inherit;
    left: inherit;
    text-align: center;
  }
  .sec_dtl_mansion_slide .dtl_img_slides_thms .slides_thm {
    display: inline-block;
    float: none;
    margin: 0;
  }
  /****************************************
			result Setting 
	*****************************************/
  .page_tops_result_01 h2 {
    width: 100%;
  }
  .page_tops_result_01 h2 img {
    position: relative;
    left: 51px;
    width: 193px;
  }
  .sec_result_list .bukken_list .box_clm_inner {
    padding: 0 0 20px;
  }
  .sec_dtl_tit_result {
    padding: 20px 0 30px;
  }
  .sec_dtl_tit_result h3 {
    font-size: 147%;
  }
  .dtl_head_result_outer {
    width: 100%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0);
  }
  .dtl_head_result_outer .wrap {
    padding-top: 0px;
  }
  .dtl_head_result_outer_line {
    display: none;
  }
  .sec_dtl_head_result {
    padding-bottom: 0px;
  }
  .sec_dtl_head_result .dtl_img_slides_outer {
    width: 100%;
  }
  .sec_dtl_head_result .dtl_head_clm {
    text-align: left;
    font-size: 80%;
    padding-bottom: 10px;
  }
  .sec_dtl_head_result .dtl_head_tags {
    padding: 0 4%;
  }
  .sec_dtl_head_result .dtl_head_tags ul {
    text-align: left;
  }
  .sec_dtl_reserv_result {
    margin-bottom: 30px;
    padding: 50px 0;
  }
  .sec_dtl_reserv_result .dtl_tit_c img {
    max-width: 225px;
  }
  .sec_dtl_reserv_result .dtl_reserv_inner .box_clm {
    padding: 20px 0 30px;
  }
  .sec_dtl_reserv_result .dtl_reserv_inner .box_clm h3 {
    padding: 5px 0;
  }
  .sec_dtl_reserv_result .dtl_reserv_inner .box_clm p {
    line-height: 1.6;
  }
  .dtl_result_bg {
    padding: 40px 0 20px;
    margin-top: 40px;
  }
  .dtl_result_bg .bwbr_img {
    background-image: url(../img/property/sp_bg_dtl_result_01.jpg);
  }
  .sec_dtl_result {
    margin-bottom: 40px;
  }
  .sec_dtl_result.sec_dtl_result_right .dtl_result_inner .boxs .box:nth-child(1) {
    float: right;
    right: inherit;
    left: inherit;
  }
  .sec_dtl_result.sec_dtl_result_right .dtl_result_inner .boxs .box:nth-child(2) {
    float: left;
  }
  .dtl_result_inner {
    width: 100%;
  }
  .dtl_result_inner .boxs .box:nth-child(1) {
    width: 96%;
    position: relative;
    top: inherit;
    right: inherit;
  }
  .dtl_result_inner .boxs .box:nth-child(2) {
    width: 96%;
    float: right;
    top: inherit;
    margin-top: -40px;
  }
  .dtl_result_inner .box_clms {
    position: relative;
    top: inherit;
    left: inherit;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    padding: 20px 6%;
  }
  .dtl_result_inner .box_clms h3 {
    font-size: 120%;
  }
  .dtl_result_inner .box_clms p {
    font-size: 87%;
    line-height: 1.8;
  }
  /****************************************
			privacy Setting
	*****************************************/
  .page_tops_privacy_01 h2 {
    width: 100%;
  }
  .page_tops_privacy_01 h2 img {
    left: 10px;
    max-width: 225px;
  }
  .sec_privacy .wrap {
    width: 100%;
  }
  /****************************************
			feature Setting 
	*****************************************/
  .sec_feature_list {
    margin-top: -20px;
    padding: 0;
  }
  .sec_feature_list .wrap {
    padding: 0;
  }
  .sec_feature_list .bhbr_img {
    display: none;
  }
  .sec_feature_list_top .bhbr_img {
    display: block;
  }
  .feature_outer .tit_l h3 {
    font-size: 136%;
  }
  .feature_main {
    float: none;
    width: auto;
  }
  .sec_fslide {
    margin: -20px 0 20px;
    width: 100%;
  }
  .fslides {
    position: relative;
  }
  .fslides .sp_only {
    display: none;
  }
  .fslides .arw {
    width: 32px;
    padding: 20px 0;
  }
  .fslides .arw.arw_prev {
    left: 0;
  }
  .fslides .arw.arw_next {
    right: 0;
  }
  .fslides .arw i {
    font-size: 134%;
  }
  .fslides .slick-slide {
    height: auto;
  }
  .fslide a {
    width: 100%;
  }
  .fslide a .fslide_img {
    padding: 0;
  }
  .fslide a .fslide_img .fslide_img_inner .fslide_clms {
    bottom: 20px;
    left: 4%;
  }
  .fslide a .fslide_img .fslide_img_inner .fslide_tag {
    padding-bottom: 5px;
  }
  .fslide a .fslide_img .fslide_img_inner .fslide_tit h3 {
    font-size: 114%;
  }
  .feature_stit {
    padding: 50px 0 10px;
  }
  .feature_stit h3 {
    font-size: 134%;
  }
  .feature_stit h3 img {
    width: 180px;
  }
  .feature_stit.pd {
    padding: 50px 0 25px;
  }
  .feature_pick .boxs .box {
    padding: 4%;
  }
  .feature_pick .boxs .box .box_sp_clm {
    padding-top: 15px;
  }
  .feature_pick .boxs .box .box_sp_clm p {
    font-size: 93%;
  }
  .feature_pick .boxs .box .box_img {
    width: 32%;
  }
  .feature_pick .boxs .box .box_clms {
    width: 68%;
    padding: 30px 4% 0;
  }
  .feature_pick .boxs .box .box_clms .box_clms_inner .box_cats span {
    font-size: 94%;
  }
  .feature_pick .boxs .box .box_clms .box_clms_inner .box_clm h4 {
    font-size: 129%;
    padding: 2px 0;
  }
  .feature_list {
    border-top: 1px solid #d8d8d8;
  }
  .feature_list .boxs .box {
    padding: 4%;
    margin-bottom: 0;
  }
  .feature_list .boxs .box:before {
    bottom: 8px;
    right: 8px;
  }
  .feature_list .boxs .box .box_line {
    border-width: 0 0 1px 0;
  }
  .feature_list .boxs .box .box_sp_clm {
    padding-top: 15px;
  }
  .feature_list .boxs .box .box_sp_clm p {
    font-size: 93%;
  }
  .feature_list .boxs .box .box_clms {
    width: 68%;
    padding: 10px 4% 0;
  }
  .feature_list .boxs .box .box_clms .box_clms_inner .box_cats span {
    font-size: 93%;
  }
  .feature_list .boxs .box .box_clms .box_clms_inner .box_clm h4 {
    font-size: 129%;
    padding: 2px 0;
  }
  .feature_side {
    float: none;
    width: auto;
    background: #f9f5ef;
    padding: 40px 4%;
  }
  .feature_side_tit h3 {
    font-size: 115%;
  }
  .feature_side_cats ul li a {
    font-size: 109%;
    padding: 20px;
    background-size: 22px;
    background-position: left 25px center;
  }
  .feature_side_pop .boxs .box .box_img {
    width: 32%;
  }
  .feature_side_pop .boxs .box .box_img img {
    width: 100%;
  }
  .feature_side_pop .boxs .box .box_clms {
    width: 68%;
  }
  .feature_side_tags a {
    margin: 0 2px 8px 0;
    padding: 8px 5px;
  }
  .feature_pager {
    padding: 30px 0 0;
  }
  .feature_pager.feature_pager_w .wp-pagenavi a.page, .feature_pager.feature_pager_w .wp-pagenavi a.last {
    background-color: #f5f1ea;
  }
  .sec_feature_foot {
    padding: 30px 0;
  }
  .sec_feature_foot .tit_i {
    padding: 0;
  }
  .feature_foots .feature_foot {
    float: none;
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .feature_foots .feature_foot .box_clm {
    width: 100%;
  }
  .feature_foots .feature_foot .box_clm h4 {
    font-size: 107%;
  }
  .feature_foots .feature_foot .box_clm h4 br {
    display: none;
  }
  /****************************************
			purchase Setting 
	*****************************************/
  .purchase_bread .sec_bread ul {
    top: 10px;
  }
  .sec_purchase_head {
    margin-top: -20px;
    padding: 118px 0;
    background-image: url(../img/purchase/sp_bg_purchase_head.jpg);
  }
  .sec_purchase_reason {
    padding: 40px 0;
  }
  .sec_purchase_reason .tit_i img {
    max-width: 380px;
    width: 94%;
  }
  .purchase_reason_img img {
    width: 90%;
    max-width: 380px;
  }
  .purchase_ltit {
    padding: 20px 0;
  }
  .purchase_ltit h3 {
    font-size: 180%;
  }
  .purchase_ltit span {
    padding-bottom: 10px;
  }
  .sec_purchase_ltit {
    padding: 20px 0;
  }
  .sec_purchase_ltit .bwbr_img {
    background-image: url(../img/purchase/sp_bg_purchase_ltit.jpg);
  }
  .sec_purchase_flow {
    margin-top: 0;
    padding: 70px 0 100px;
  }
  .sec_purchase_flow .bwbr_img {
    background-image: url(../img/purchase/sp_bg_purchase_flow.jpg);
  }
  .purchase_flow ul {
    display: block;
  }
  .purchase_flow ul li {
    width: 45%;
    margin: 0 2% 10px;
  }
  .purchase_flow ul li h4 {
    font-size: 100%;
  }
  .purchase_flow_clms {
    padding: 20px 0 30px;
  }
  /****************************************
			apartment Setting 
	*****************************************/
  .page_tops_apartment_01 h2 img {
    position: relative;
    left: 30px;
  }
  .sec_apartment_head {
    margin-top: 0;
  }
  .sec_apartment_head .box_clms {
    padding-top: 30px;
  }
  .sec_apartment_head .box_tag {
    margin-bottom: 5px;
  }
  .sec_apartment_head .box_tag img {
    max-width: 224px;
  }
  .sec_apartment_head .box_tit {
    padding-bottom: 20px;
  }
  .sec_apartment_head .box_tit h3 {
    font-size: 160%;
  }
  .sec_apartment_head .box_tit p {
    font-size: 100%;
  }
  .sec_apartment_head .box_clm p {
    font-size: 87%;
  }
  .sec_apartment_reason_t {
    padding: 50px 0 40px;
  }
  .sec_apartment_reason_t .wrap {
    padding: 0;
  }
  .sec_apartment_reason_t .tit_i {
    padding: 10px 4%;
  }
  .sec_apartment_reason_t .tit_i p {
    font-size: 94%;
    position: relative;
    top: -10px;
  }
  .apartment_reason_t {
    margin-bottom: 0;
  }
  .apartment_reason_t dl dt {
    padding: 20px 4%;
    background-size: 13px;
  }
  .apartment_reason_t dl dt span {
    font-size: 100%;
    width: 25px;
    height: 25px;
    line-height: 25px;
  }
  .apartment_reason_t dl dt strong {
    line-height: 1.4;
    font-size: 100%;
    padding-left: 5px;
  }
  .apartment_reason_t dl dd {
    font-size: 94%;
    padding: 0 4% 20px;
  }
  .sec_apartment_reason .tit_i {
    padding: 30px 0 0;
  }
  .apartment_reason {
    padding-top: 20px;
  }
  .apartment_reason .mansion_gal {
    margin-bottom: 20px;
  }
  .apartment_reason .mansion_gal .boxs .box:nth-child(2) {
    margin-top: 0;
    padding-bottom: 0;
  }
  .apartment_reason .mansion_gal .box_img img:nth-child(1) {
    width: auto;
  }
  .apartment_reason .mansion_gal .box_clms {
    padding: 30px 8%;
  }
  .apartment_reason .mansion_gal .box_tag {
    padding-bottom: 10px;
  }
  .apartment_reason .mansion_gal .box_tag span {
    letter-spacing: 1px;
    line-height: 1.2;
    padding: 2px 10px;
  }
  .apartment_reason .mansion_gal .box_bg {
    height: 100%;
    width: 100%;
  }
  .apartment_reason .mansion_gal:last-child {
    margin-bottom: 0;
  }
  /****************************************
			guide Setting 
	*****************************************/
  .page_tops_guide_01 h2 img {
    position: relative;
    left: 40px;
    top: -10px;
  }
  .guide_ltit {
    padding: 20px 0 0;
  }
  .sec_guide_tbl {
    padding: 0;
  }
  .sec_guide_tbl .wrap {
    padding: 0;
  }
  .guide_tbl {
    padding: 0 4%;
  }
  .guide_clms .guide_tbl {
    padding: 0;
  }
  .guide_tbl table {
    border-top: none;
    line-height: 1.8;
  }
  .guide_tbl table tbody tr th, .guide_tbl table tbody tr td {
    display: block;
    padding: 20px 4%;
  }
  .guide_tbl table tbody tr th {
    text-align: left;
    width: 100%;
    border-bottom: none;
  }
  .guide_tbl table tbody tr td {
    width: 100%;
  }
  .guide_btn {
    text-align: center;
    margin: 30px 0 0;
    padding: 0 4%;
  }
  .guide_btn a {
    width: 100%;
    font-size: 100%;
  }
  .guide_btn a img {
    width: 40px;
  }
  .guide_clms_outer {
    border-width: 4px 0 0 0;
    margin: 50px 0 0;
  }
  .guide_clms {
    border: 2px solid #dedede;
    border-width: 0 0 4px 0;
  }
  .guide_clms dl dt {
    padding: 30px 4%;
    font-size: 107%;
  }
  .guide_clms dl dd {
    font-size: 100%;
    padding: 0 4% 30px;
  }
  .sec_guide_map {
    padding: 50px 0 0;
    margin-bottom: 0px;
  }
  .sec_guide_map .wrap {
    padding: 0;
  }
  .guide_map {
    margin: 30px 0 0;
  }
  .guide_map iframe {
    height: 300px;
  }
  .guide_access_head {
    display: none;
  }
  .sp_guide_access_head {
    position: relative;
    background-color: #7c837b;
    transition: all 200ms 0s ease;
  }
  .sp_guide_access_head span {
    display: block;
    font-size: 100%;
    color: #FFF;
    background-image: url(../img/common/btn_ico_03.png);
    background-size: 13px;
    background-position: right 4% center;
    background-repeat: no-repeat;
    padding: 30px 4%;
  }
  .guide_body_outer {
    padding: 0;
  }
  .guide_body_outer .guide_body:nth-child(n + 2) {
    display: block;
  }
  .guide_access_outer .guide_body .guide_body_slides {
    display: none;
  }
  .guide_body.active .sp_guide_access_head {
    background: #aae449;
    /* Old browsers */
    background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
    /* IE6-9 */
  }
  .guide_body.active .sp_guide_access_head span {
    background-image: url(../img/common/btn_ico_04.png);
  }
  .guide_body_slides {
    width: 92%;
    margin: 0 auto;
    padding: 40px 0 20px;
  }
  .guide_body_slides .arw {
    padding: 11px 0 10px;
    width: 44px;
    top: 30%;
  }
  .guide_body_slides .arw_prev {
    left: -4%;
  }
  .guide_body_slides .arw_next {
    right: -4%;
  }
  .guide_body_clm {
    padding: 10px 2%;
  }
  .guide_body_clm p br {
    display: none;
  }
  /****************************************
			after Setting
	*****************************************/
  .page_tops_after_01 h2 {
    width: 100%;
  }
  .page_tops_after_01 h2 img {
    position: relative;
    left: 30px;
    width: 270px;
  }
  .sec_after_head {
    text-align: center;
    padding: 30px 0 60px;
  }
  .sec_after_head h3 {
    font-size: 134%;
    padding-bottom: 10px;
  }
  .sec_after_head p {
    line-height: 2;
    font-size: 94%;
    text-align: left;
  }
  .sec_after_conts {
    padding: 30px 0 60px;
  }
  .sec_after_conts .wrap {
    padding: 0;
  }
  .after_conts_head {
    text-align: center;
    padding: 30px 4%;
  }
  .after_conts_head h3 {
    font-size: 134%;
    margin-bottom: 10px;
  }
  .after_conts_head h3 span {
    display: inline-block;
    padding: 3px 6px;
    margin-bottom: 3px;
  }
  .after_conts_head h3 span:nth-child(1) {
    padding: 3px 6px;
  }
  .after_conts_head h3 span:nth-child(3) {
    padding: 3px 6px;
  }
  .after_conts_head p {
    font-size: 87%;
  }
  .after_conts_imgs {
    padding: 0 4%;
  }
  .after_conts_imgs .boxs .box {
    float: none;
  }
  .after_conts_imgs .boxs .box:nth-child(1) {
    width: 100%;
  }
  .after_conts_imgs .boxs .box:nth-child(2) {
    width: 100%;
  }
  .after_conts_imgs .box_img {
    text-align: center;
  }
  .after_conts_imgs .box_img.box_img_01 img {
    width: 290px;
  }
  .after_conts_imgs .box_img.box_img_02 img {
    width: 71px;
  }
  .after_conts_imgs .box_clm {
    padding-top: 15px;
  }
  .after_conts_imgs .box_clm p {
    line-height: 2;
    font-size: 94%;
  }
  .after_conts {
    margin-top: 20px;
    background-image: url(../img/property/sp_bg_after_conts.png);
    background-size: 20%;
    background-position: left 13% bottom;
    padding: 0 4%;
  }
  .after_conts ul {
    display: block;
    float: left;
  }
  .after_conts ul li {
    width: 100%;
    margin: 0;
    display: block;
    margin-bottom: 25px;
  }
  .after_conts ul:nth-child(1) {
    width: 35%;
  }
  .after_conts ul:nth-child(1) li p {
    font-size: 87%;
  }
  .after_conts ul:nth-child(1) li h4 {
    font-size: 94%;
  }
  .after_conts ul:nth-child(2) {
    width: 65%;
  }
  .after_conts ul:nth-child(2) li {
    padding-top: 2px;
  }
  .after_conts ul:nth-child(2) li.fst {
    position: relative;
    top: -8px;
    padding-top: 0;
  }
  .after_conts_foot {
    padding: 0;
    position: relative;
  }
  .after_conts_foot p {
    width: 100%;
    line-height: 1.6;
    font-size: 94%;
    display: block;
    position: absolute;
    top: 55%;
    left: 0;
    transform: translateY(-50%) translateX(0%);
    -webkit-transform: translateY(-50%) translateX(0%);
    padding: 0 4%;
  }
  .after_about_outer {
    margin-top: 60px;
    padding: 60px 0;
  }
  .after_about_outer .dtl_tit_c img {
    width: 300px;
  }
  .after_about_clm {
    text-align: left;
    padding: 10px 4%;
  }
  .after_about_clm p {
    line-height: 1.8;
    font-size: 94%;
  }
  .after_about_clm p br {
    display: none;
  }
  .after_about_list {
    padding: 0 4%;
  }
  .after_about_list ul li {
    float: none;
    margin-right: 0;
    margin-bottom: 1.4%;
    font-size: 100%;
    padding: 20px 4%;
  }
  .after_about_list ul:nth-child(1) li {
    width: 100%;
  }
  .after_about_list ul:nth-child(2) li {
    width: 100%;
  }
  .sec_after_foot {
    padding: 0 0 60px;
    margin: -30px 0 30px;
  }
  .sec_after_foot .bwbr_img {
    background-image: url(../img/property/sp_bg_after_foot.jpg);
    width: 92%;
    left: 4%;
  }
  .after_foot_stit img {
    top: 30px;
    left: 110px;
    width: 113px;
  }
  .after_foot_btit {
    padding: 20px 0;
  }
  .after_foot_btit h2 {
    font-size: 140%;
    font-weight: 400;
  }
  .after_foot_btit p {
    font-size: 100%;
  }
  .after_foot_slide {
    width: 150px;
    padding: 0 1px;
  }
  .after_foot_clm {
    padding: 30px 8% 0;
  }
  .after_foot_clm p {
    line-height: 1.8;
    font-size: 94%;
    text-align: left;
  }
  .after_foot_clm p br {
    display: none;
  }
  /****************************************
			house Setting 
	*****************************************/
  .page_tops_house_01 h2 {
    width: 100%;
  }
  .page_tops_house_01 h2 img {
    position: relative;
    left: 50px;
    width: 259px;
  }
  .sec_house_head {
    padding: 30px 0 40px;
    margin-top: -20px;
  }
  .sec_house_head .bwbr_img {
    height: 40%;
  }
  .sec_house_head h3 {
    font-size: 134%;
    padding: 20px 0;
  }
  .sec_house_head p {
    font-size: 87%;
    padding-top: 15px;
    line-height: 1.8;
    text-align: left;
  }
  .sec_house_flow {
    padding-bottom: 50px;
  }
  .sec_house_flow .wrap {
    padding: 0;
  }
  .house_flows {
    background-image: url(../img/property/sp_bg_house_flow.png);
    background-size: contain;
    background-position: top 80px center;
  }
  .house_flow {
    padding: 0 4%;
  }
  .house_flow .boxs .box {
    width: 100%;
    float: none;
  }
  .house_flow .box_img {
    text-align: center;
    padding: 0;
  }
  .house_flow .box_img img {
    width: 244px;
    position: relative;
    left: -10px;
  }
  .house_flow .box_clms {
    padding: 20px 0;
  }
  .house_flow .box_clms h3 {
    font-size: 127%;
    margin-bottom: 10px;
    text-align: center;
  }
  .house_flow .box_clms h3 span {
    padding: 0 10px;
  }
  .house_flow .box_clms p {
    font-size: 87%;
  }
  .house_flow.house_flow_r .boxs .box {
    float: none;
  }
  .house_flow.house_flow_r .box_img {
    text-align: center;
    padding: 0;
  }
  .house_flow.house_flow_r .box_clms {
    padding: 20px 0;
  }
  .house_flow.house_flow_r .box_clms h3 {
    text-align: center;
  }
  .dtl_model_house_clm {
    position: absolute;
    top: -15px;
    z-index: 2;
  }
  .dtl_model_house_clm span {
    width: 224px;
    font-size: 94%;
  }
  .sec_feature_foot_house .tit_i h3 img {
    width: 270px;
  }
  .sec_feature_foot_house .feature_foots .feature_foot .box_clm {
    padding: 0 0 0 5%;
  }
  .sec_feature_foot_house .feature_foots .feature_foot .box_clm h4 {
    font-size: 102%;
  }
  /****************************************
			clean Setting 
	*****************************************/
  .clean_bread .sec_bread ul {
    top: 10px;
  }
  .main_clean {
    overflow: visible;
  }
  .sec_clean_head {
    margin-top: -20px;
    padding: 130px 0;
    background-image: url(../img/property/sp_bg_clean_head.jpg);
    background-position: top center;
  }
  .clean_head_inner {
    text-align: center;
  }
  .clean_head_inner .boxs .box {
    width: 100%;
    float: none;
  }
  .clean_head_btit p {
    font-size: 94%;
    padding-bottom: 15px;
  }
  .clean_head_btit h2 {
    font-size: 174%;
  }
  .clean_head_btit h2 span {
    padding: 4px 10px 5px;
    margin-bottom: 8px;
  }
  .clean_head_stit {
    position: relative;
    top: -45px;
    right: -60px;
    display: inline-block;
  }
  .clean_head_stit img {
    width: 230px;
  }
  .sec_clean_about {
    margin: 0px 0 100px;
  }
  .sec_clean_about .bwbr_img {
    background-image: url(../img/property/sp_bg_clean_about.jpg);
  }
  .sec_clean_about .wrap {
    padding: 0;
  }
  .clean_about .boxs {
    position: relative;
  }
  .clean_about .boxs .box {
    position: static;
    padding: 0;
    float: none;
  }
  .clean_about .boxs .box:nth-child(1) {
    width: 100%;
    padding: 180px 6%;
  }
  .clean_about .boxs .box:nth-child(2) {
    width: 100%;
    padding-left: 0;
  }
  .clean_about .box_stit {
    padding-bottom: 10px;
  }
  .clean_about .box_stit span {
    margin-bottom: 10px;
    display: block;
    width: 23px;
    height: 2px;
  }
  .clean_about .box_stit img {
    width: 118px;
  }
  .clean_about .box_clm h3 {
    font-size: 134%;
    line-height: 1.8;
    padding-bottom: 10px;
  }
  .clean_about .box_clm p {
    font-size: 87%;
    line-height: 1.8;
  }
  .clean_about .box_imgs img {
    position: absolute;
  }
  .clean_about .box_imgs img:nth-child(1) {
    top: -40px;
    right: 70px;
    width: 169px;
  }
  .clean_about .box_imgs img:nth-child(2) {
    top: 50px;
    right: 0;
    width: 107px;
  }
  .clean_about .box_imgs img:nth-child(3) {
    top: inherit;
    bottom: -70px;
    right: inherit;
    left: 0;
    width: 169px;
  }
  .sec_clean_think .tit_i {
    padding: 0 4% 20px;
  }
  .sec_clean_think .tit_i img {
    width: 292px;
  }
  .sec_clean_think .wrap {
    padding: 0;
  }
  .clean_think_clm {
    padding: 0 8%;
  }
  .clean_think_clm p {
    font-size: 94%;
    line-height: 1.8;
    text-align: left;
  }
  .clean_think_clm p br {
    display: none;
  }
  .clean_think_list {
    margin-top: 30px;
    padding: 30px 4% 200px;
    background-image: url(../img/property/sp_bg_clean_think_list.jpg);
  }
  .clean_think_list ul li {
    display: inline-block;
    width: 45%;
    margin: 2% 2% 0;
    font-size: 94%;
    float: none;
  }
  .clean_think_list ul li:nth-child(2n) {
    margin: 2% 2% 0;
  }
  .clean_think_list ul li:last-child {
    margin: 2% 2% 0;
    float: left;
  }
  .clean_think_list_inner {
    position: relative;
  }
  .clean_think_list_inner span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    width: 100%;
  }
  .sec_clean_plan {
    margin-top: -150px;
    padding: 90px 0 0;
  }
  .sec_clean_plan .tit_i {
    padding-bottom: 30px;
  }
  .sec_clean_plan .tit_i img {
    width: 278px;
  }
  .sec_clean_plan .wrap {
    padding: 0;
  }
  .clean_plan_tit_i {
    position: absolute;
  }
  .clean_plan_tit_i.cptb01 {
    top: -70px;
    left: 4%;
    width: 103px;
  }
  .clean_plan_tit_i.cptb02 {
    bottom: inherit;
    top: -130px;
    right: 4%;
    width: 84px;
  }
  .clean_plan_slct {
    display: none;
  }
  .clean_plan_body {
    border: none;
    background: #FFF;
    padding: 0;
    position: relative;
  }
  .clean_plans {
    width: 100%;
    padding: 0;
    margin-bottom: 1px;
  }
  .clean_plans:nth-child(n+2) {
    display: block;
  }
  .clean_plans.on .sp_clean_plans_head {
    background: #aae449;
    /* Old browsers */
    background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
    /* IE6-9 */
  }
  .clean_plans.on .sp_clean_plans_head span {
    background-image: url(../img/common/btn_ico_04.png);
  }
  .sp_clean_plans_head {
    position: relative;
    background-color: #7c837b;
    transition: all 200ms 0s ease;
  }
  .sp_clean_plans_head span {
    display: block;
    font-size: 100%;
    color: #FFF;
    background-image: url(../img/common/btn_ico_03.png);
    background-size: 13px;
    background-position: right 4% center;
    background-repeat: no-repeat;
    padding: 25px 4%;
  }
  .clean_plans_inner {
    display: none;
    padding: 0 4% 40px;
  }
  .clean_plans_tit {
    padding: 20px 0 0;
  }
  .clean_plans_tit h4 {
    font-size: 107%;
  }
  .clean_plan_body_bg {
    display: none;
  }
  /****************************************
			faq Setting 
	*****************************************/
  .page_tops_faq_01 h2 img {
    position: relative;
    left: 20px;
  }
  .sec_faq {
    margin-bottom: -30px;
  }
  .sec_faq .wrap {
    padding: 0;
  }
  .faq_clms_outer {
    margin-bottom: 40px;
  }
  .faq_clms_outer h3 {
    font-size: 115%;
    padding: 10px 0 10px 45px;
    display: block;
    width: 92%;
    margin: 0 auto 10px;
  }
  .faq_clms dl dt, .faq_clms dl dd {
    padding: 20px 12% 20px 15%;
  }
  .faq_clms dl dt:before, .faq_clms dl dd:before {
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: 20px;
    left: 4%;
  }
  .faq_clms dl dt {
    font-size: 100%;
  }
  .faq_clms dl dd {
    font-size: 94%;
    line-height: 2;
    display: none;
    border: none;
  }
  /****************************************
			single Setting 
	*****************************************/
  .sec_feature_sigle {
    margin-top: 20px;
  }
  .single_outer {
    padding: 0 4% 40px;
  }
  .single_head {
    border-bottom: 4px solid #84dc4f;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .single_date {
    padding-bottom: 0;
  }
  .single_date span {
    font-size: 93%;
  }
  .single_date .cats {
    font-size: 79%;
  }
  .single_tit {
    padding: 20px 0 10px;
  }
  .single_tit h3 {
    font-size: 136%;
  }
  .single_sns ul li {
    width: 19.6%;
    margin-right: .5%;
  }
  .single_sns ul li a {
    font-size: 72%;
    padding: 15px 0;
  }
  .single_clms {
    padding: 10px 0 40px;
  }
  .single_clms h2 {
    font-size: 115%;
    padding: 10px 0 10px 45px;
  }
  .single_clms h3 {
    font-size: 108%;
  }
  .box_sm_clm {
    padding-top: 10px;
  }
  .single_cv .boxs .box:nth-child(1) {
    text-align: center;
  }
  .single_cv .box_clms {
    text-align: center;
  }
  .single_cv .box_clms h4 {
    font-size: 100%;
    text-align: left;
  }
  .single_cv .box_clms p {
    font-size: 87%;
    text-align: left;
  }
  .single_more .dtl_more ul li:nth-child(1) {
    float: none;
    text-align: right;
  }
  .single_more .dtl_more ul li:nth-child(3) {
    float: none;
    text-align: left;
  }
  .sec_feature_rec {
    padding: 50px 0;
    margin-top: 15px;
  }
  .feature_rec_slide .slick-slide {
    height: auto;
  }
  .feature_rec_slides {
    margin-right: 20px;
  }
  .feature_rec .boxs .box {
    width: 203px;
    margin-right: 0;
  }
  .feature_rec .box_img {
    width: 203px;
  }
  .feature_rec .box_tit {
    padding-top: 10px;
  }
  .feature_rec .box_tit h3 {
    font-size: 87%;
  }
  /****************************************
			news Setting 
	*****************************************/
  .news_main .single_outer {
    padding: 0 0 40px;
  }
  .single_sub {
    margin-bottom: 20px;
    padding: 20px 6%;
  }
  .single_sub h3 {
    font-size: 108%;
  }
  .single_sub p {
    font-size: 93%;
  }
  /****************************************
			contact Setting 
	*****************************************/
  .sec_contact .wrap {
    padding: 0;
  }
  .sec_contact [type=text], .sec_contact [type=number], .sec_contact [type=email], .sec_contact [type=tel], .sec_contact textarea {
    padding: 15px;
  }
  .sec_contact textarea {
    height: 230px;
  }
  .sec_contact .tit_l {
    background-size: 20px;
    background-position: top 2px left 10px;
    margin: 10px 0;
  }
  .sec_contact .tit_l h3 {
    font-size: 115%;
  }
  .sec_contact .zip_sm_l {
    width: 60%;
  }
  .sec_contact .radio li {
    display: block;
    width: auto;
    padding-right: 0;
  }
  .sec_contact .required {
    font-size: 78%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  .sec_contact .oslct:before {
    right: 17px;
    width: 13px;
    height: 8px;
  }
  .contact_tit h2 {
    font-size: 165%;
  }
  .contact_clm {
    line-height: 2;
    padding: 0 4% 20px;
  }
  .contact_clm span {
    margin: 0 5px 0 0;
  }
  .contact_flow {
    width: 200px;
  }
  .contact_tbl {
    padding: 10px 0;
    margin-bottom: 20px;
    border-bottom: 1px solid #dcdcdc;
  }
  .contact_tbl table tr th, .contact_tbl table tr td {
    display: block;
    box-sizing: border-box;
    width: 100%;
  }
  .contact_tbl table tr th {
    padding: 30px 4% 10px;
    border-bottom: none;
  }
  .contact_tbl table tr th span {
    float: none;
    margin-left: 10px;
  }
  .contact_tbl table tr th .required.rb {
    margin-top: 0;
    margin-left: 5px;
  }
  .contact_tbl table tr td {
    padding: 0 4% 30px;
  }
  .contact_tbl table tr td dl {
    display: block;
    margin-bottom: 5px;
  }
  .contact_tbl table tr td dl dt, .contact_tbl table tr td dl dd {
    display: block;
    width: 100%;
  }
  .contact_tbl table tr td dl dt .btn_zip, .contact_tbl table tr td dl dd .btn_zip {
    padding: 9px 5%;
  }
  .contact_tbl table tr td dl dt {
    padding-bottom: 5px;
  }
  .contact_tbl table tr td ul {
    width: 100%;
  }
  .contact_tbl table tr td ul li {
    width: 48%;
  }
  .contact_tbl table tr td ul.min {
    width: auto;
    margin: -20px 0 0 0;
    padding: 0;
  }
  .contact_tbl table tr td ul.min li {
    display: block;
    width: auto;
    top: 18px;
  }
  .contact_tbl table tr td ul.lng li {
    width: 100%;
  }
  .contact_tbl table tr.date_tr .boxs .box {
    width: 80%;
    margin-bottom: 10px;
  }
  .contact_tbl table tr.date_tr .boxs .box:nth-child(2n) {
    width: 20%;
    text-align: center;
  }
  .contact_tbl table tr.date_tr .oslct {
    width: 100%;
  }
  .contact_tbl table tr.date_tr td strong {
    padding: 17px 0;
  }
  .contact_tbl table tr.date_tr.date_tr_01 th, .contact_tbl table tr.date_tr.date_tr_02 th {
    padding: 30px 4% 10px;
  }
  .contact_tbl table tr.date_tr.date_tr_01 td, .contact_tbl table tr.date_tr.date_tr_02 td {
    padding: 0 4% 15px;
    border-bottom: 1px dotted #aeaa9c;
  }
  .contact_tbl_b {
    margin: 40px 0 60px;
  }
  .contact_after {
    line-height: 2;
    padding: 0 4%;
    text-align: left;
  }
  .btn_contact {
    padding: 40px 4%;
  }
  .btn_contact .btn_next {
    width: 100%;
  }
  .btn_contact .btn_prev {
    margin-top: 30px;
    position: relative;
    top: inherit;
    left: inherit;
  }
  .contact_tbl_inner {
    padding: 30px 0;
  }
  .contact_tbl_inner h3 {
    font-size: 158%;
  }
  .contact_tbl_inner p {
    padding: 10px 0 20px;
    text-align: left;
  }
  .contact_tbl_inner p br {
    display: none;
  }
  .request_chk_outer {
    padding: 20px 4%;
  }
  .request_chk_outer .boxs .box {
    float: none;
    width: 100%;
    margin: 15px 0;
  }
  .request_chk_outer .boxs .box ul li.li02 {
    width: 35%;
  }
  .request_chk_outer .boxs .box ul li.li03 {
    padding: 0 4%;
    font-size: 100%;
  }
  .request_chk_outer.request_chk_outer_wide .boxs .box ul li.li02 {
    width: 35%;
  }
  .request_chk_outer.request_chk_outer_wide .boxs .box ul li.li03 {
    padding: 0 4%;
  }
  .request_chk_tit {
    margin-bottom: 20px;
  }
  .contact_frame {
    height: 170px;
    width: 92%;
    margin: 40px auto;
  }
  .contact_frame_inner {
    padding: 4%;
  }
  .contact_comp {
    padding: 0 8% 50px;
  }
  .contact_comp .contact_tit img {
    width: 180px;
  }
  .contact_comp .contact_tit span {
    width: 32px;
    height: 4px;
    margin: 20px auto;
  }
  .contact_tit.buy_ttl:after {
    background-size: 100px;
    width: 100px;
    height: 102px;
    top: -30px;
    right: 50%;
    margin-right: -190px;
  }
  
  /****************************************
			top Setting 
	*****************************************/
  .top_kv {
    height: 600px;
  }
  .top_kv .bgImg {
    background-image: url(../img/top/sp_topslide_img_01.jpg);
    height: 600px;
  }
  .top_kv .kv_en {
    width: 170px;
  }
  .top_kv .kv_ttl {
    left: 100px;
    width: 330px;
  }
  
  .topslide.topslide_01 {
    background-image: url(../img/top/sp_topslide_img_01.jpg);
  }
  .topslide_inner {
    height: 435px;
  }
  .topslide_clm {
    position: absolute;
    top: 40px;
    left: 0;
    width: 240px;
  }
  .top_news_list .boxs .box {
    float: none;
  }
  .top_news_list .boxs .box:nth-child(1) {
    width: auto;
  }
  .top_news_list .boxs .box:nth-child(2) {
    width: auto;
  }
  .top_news_list .boxs .box dl {
    display: block;
    white-space: normal;
  }
  .top_news_list .boxs .box dl dd {
    padding-left: 0;
  }
  .top_news_more {
    text-align: center;
    padding-top: 20px;
  }
  .top_news_more a {
    border: 1px solid #dfdfdf;
    display: block;
    padding: 10px 0;
  }
  .sec_top_pickup {
    margin-top: 40px;
    padding: 0 0 20px;
  }
  .sec_top_pickup .tit_i {
    position: relative;
    top: -30px;
    margin-bottom: -30px;
  }
  .sec_top_pickup .tit_i img {
    width: 240px;
    left: 60px;
  }
  .top_pickup .boxs .box {
    float: none;
    width: 90%;
    margin: 30px auto;
    display: block;
  }
  .top_pickup .boxs .box:nth-child(2n+1) {
    top: 0;
  }
  .top_pickup .boxs .box:nth-child(2n) {
    margin-right: auto;
  }
  .top_pickup .boxs .box_clm {
    font-size: 93%;
  }
  .sec_top_search_tit {
    padding: 30px 0 50px;
  }
  .sec_top_search_tit .bhbr_img {
    background-image: url(../img/top/sp_top_search_tit_bg.jpg);
  }
  .sec_top_search_tit .tit_i img {
    width: 300px;
    left: -72px;
  }
  .sec_top_search_panel {
    padding: 25px 0 0;
  }
  .sec_top_spoint {
    padding: 50px 0 70px;
    margin: 20px 0 0;
    overflow: hidden;
  }
  .sec_top_spoint .bhbr_img {
    background-image: url(../img/top/sp_top_spoint_bg.jpg);
  }
  .sec_top_spoint .tit_i h3 {
    position: relative;
    display: inline-block;
  }
  .sec_top_spoint .tit_i h3 img:nth-child(1) {
    width: 300px;
  }
  .sec_top_spoint .tit_i h3 img:nth-child(2) {
    position: absolute;
    bottom: -160px;
    right: -110px;
    z-index: 9;
  }
  .top_spoint {
    text-align: center;
    padding-top: 60px;
  }
  .top_spoint .boxs .box {
    float: none;
    display: block;
    background: #FFF;
    width: 86%;
    margin: 0 0 60px 10%;
  }
  .top_spoint .boxs .box:nth-child(2n) {
    top: 0;
  }
  .top_spoint .boxs .box.spoint_01 .spoint_ico {
    bottom: -34px;
    right: -20px;
  }
  .top_spoint .boxs .box.spoint_02 .spoint_ico {
    top: inherit;
    bottom: -34px;
    right: -10px;
  }
  .top_spoint .boxs .box.spoint_03 .spoint_ico {
    top: 0;
    left: -20px;
  }
  .top_spoint .boxs .box.spoint_04 .spoint_ico {
    bottom: -34px;
    right: -20px;
  }
  .top_spoint .box_img {
    top: -30px;
    left: -30px;
  }
  .top_spoint .spoint_ico {
    position: absolute;
    width: 80px;
  }
  .top_spoint .box_clm_inner {
    padding: 6%;
    text-align: left;
    margin-top: -30px;
  }
  .top_spoint .box_tit {
    font-size: 100%;
  }
  .top_spoint .box_clm {
    padding: 10px 0;
    font-size: 72%;
  }
  .top_spoint .box_more img {
    width: 80px;
  }
  .sec_top_portf {
    padding: 50px 0;
    margin: 0;
  }
  .sec_top_portf .wrap {
    padding: 0;
  }
  .sec_top_portf .bhbr_img {
    background-image: url(../img/top/sp_top_portf_bg.jpg);
  }
  .top_portf .boxs {
    overflow: hidden;
  }
  .top_portf .boxs .box:nth-child(1) {
    width: 100%;
    float: none;
    padding: 0 4%;
  }
  .top_portf .boxs .box:nth-child(2) {
    width: 100%;
    padding: 0 4%;
    float: none;
  }
  .top_portf .box_inner {
    color: #FFF;
  }
  .top_portf .box_tit {
    padding: 20px 0;
  }
  .top_portf .box_tit h4 {
    font-size: 136%;
  }
  .top_portf .box_clm p {
    font-size: 86%;
  }
  .portf_slides {
    padding: 20px 0 0;
  }
  .portf_slides .arw {
    top: 130px;
    width: 45px;
    font-size: 129%;
    padding: 15px 0;
  }
  .portf_slides .arw.arw_prev {
    right: inherit;
    left: -4%;
  }
  .portf_slides .arw.arw_next {
    right: -4%;
  }
  .portf_slide_clm {
    width: 80%;
    height: auto;
    margin: 0 auto;
    padding: 6%;
    position: relative;
    top: -50px;
    right: inherit;
    text-align: center;
  }
  .portf_slide_tit {
    margin-top: 10px;
  }
  .portf_slide_tit h5 {
    font-size: 100%;
  }
  /****************************************
			staff Setting 
	*****************************************/
  .page_tops_staff_01 h2 img {
    left: 20px;
    top: -12px;
  }
  .sec_staff .tit_i img {
    width: 80%;
    max-width: 400px;
  }
  .staff_clm {
    padding-top: 20px;
  }
  .staff_clm p {
    font-size: 87%;
    line-height: 1.8;
  }
  .staff_list {
    margin: 30px 0 0;
  }
  .staff_list .boxs .box {
    width: 100%;
    margin: 0 0 10px;
  }
  .staff_list .box_clms {
    position: relative;
    top: -19px;
  }
  .staff_list .box_tit {
    font-size: 187%;
  }
  .staff_list .box_tag {
    padding: 10px 0;
    width: 60%;
    margin-bottom: 5px;
  }
  .staff_list .box_img {
    display: block;
    text-align: center;
    width: 100%;
  }
  .mlinks {
    cursor: pointer;
  }
  .mdl_outer .wrap {
    max-width: inherit;
    padding: 0;
  }
  .mdl_head {
    padding-top: 75px;
  }
  .mdl_tit_l {
    padding: 0 4%;
  }
  .mdl_tit_l h3 {
    line-height: 2.6;
    font-size: 100%;
  }
  .mdl_tit_l h3 i.sp_ionly {
    display: inline-block;
  }
  .mdl_clms {
    padding: 10px 4% 0;
  }
  .mdl_clms p {
    font-size: 87%;
  }
  .mdl_wbg {
    position: relative;
  }
  .mdl_wbg .wbg {
    background: #FFF;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 90%;
  }
  .mdl_imgs {
    margin-top: 10px;
  }
  .mdl_imgs .boxs .box {
    float: none;
  }
  .mdl_imgs .boxs .box:nth-child(1) {
    width: 100%;
  }
  .mdl_imgs .boxs .box:nth-child(2) {
    width: 100%;
  }
  .mdl_imgs .box_img {
    padding: 0 4%;
  }
  .mdl_imgs .box_img img {
    width: 115px;
  }
  .mdl_imgs .box_clm {
    padding: 10px 4%;
    position: relative;
  }
  .mdl_imgs .box_clm h4 {
    margin-bottom: 0;
  }
  .mdl_imgs .box_clm h4 img {
    width: 130px;
    position: absolute;
    top: -80px;
    left: 43%;
  }
  .mdl_imgs .box_clm p {
    font-size: 87%;
  }
  .mdl_head_close {
    top: 10px;
  }
  .mdl_head_close span img {
    width: 45px;
  }
  .mdl_foot_close {
    padding: 30px 0 75px;
  }
  .mdl_foot_close .mlinks span {
    font-size: 100%;
  }
  /****************************************
			history Setting 
	*****************************************/
  .page_tops_history_01 h2 img {
    position: relative;
    left: 5px;
  }
  .sec_history_head {
    margin-top: -20px;
    padding: 65px 0;
    background-image: url(../img/guide/sp_bg_history_head.jpg);
  }
  .history_head_stit {
    font-size: 87%;
  }
  .history_head_btit {
    font-size: 170%;
  }
  .history_head_btit h3 span {
    margin-bottom: 5px;
  }
  .history_head_clm p {
    font-size: 100%;
  }
  .sec_history_data {
    padding-bottom: 80px;
  }
  .history_data_img {
    margin: 30px 0 0;
  }
  .sec_history_enk {
    padding-bottom: 80px;
  }
  .sec_history_enk .wrap {
    padding: 0;
  }
  .history_enk_outer {
    margin: 30px 0 0px;
  }
  .history_enk_line {
    top: 20px;
    left: 22px;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
  }
  .history_enk {
    margin-bottom: 30px;
  }
  .history_enk:nth-child(5) {
    top: 0;
  }
  .history_enk:nth-child(5) .box_clm img {
    width: 58px;
    padding-bottom: 60px;
  }
  .history_enk:nth-child(6) {
    top: -0;
  }
  .history_enk:nth-child(7) {
    top: 0;
  }
  .history_enk:nth-child(7) .box_clm img {
    width: 93px;
  }
  .history_enk .boxs .box {
    width: 80%;
    text-align: left;
    padding: 0 4% 0 0;
    float: right;
  }
  .history_enk .box_tit {
    padding-bottom: 5px;
  }
  .history_enk .box_tit h3 {
    font-size: 160%;
  }
  .history_enk .box_img {
    margin-bottom: 15px;
  }
  .history_enk .box_clm p {
    font-size: 100%;
    line-height: 1.8;
  }
  .history_enk:after {
    top: -5px;
    left: 0;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    background-image: url(../img/guide/sp_history_ico_01.png);
    background-size: 64px;
    background-position: top center;
    width: 64px;
    height: 64px;
  }
  .history_enk.history_enk_r .boxs .box {
    text-align: left;
    padding: 0 4% 0 0;
  }
  .history_enk.history_enk_r:after {
    background-image: url(../img/guide/sp_history_ico_01.png);
    background-position: top center;
  }
  /****************************************
			forte Setting 
	*****************************************/
  .page_tops_forte_01 h2 img {
    position: relative;
    left: 30px;
  }
  .sec_forte_head {
    padding: 310px 0 55px;
    margin: -20px 0 -10px;
  }
  .sec_forte_head .bhbr_img {
    background-image: url(../img/guide/sp_bg_forte_head.jpg);
    background-position: center top;
  }
  .forte_head .boxs .box {
    width: 100%;
    float: none;
  }
  .forte_head .box_tit {
    padding: 20px 0;
  }
  .forte_head .box_tit img {
    width: 80%;
  }
  .forte_head .box_clm {
    margin-bottom: -10px;
  }
  .forte_head .box_clm p {
    line-height: 2.2;
    font-size: 94%;
  }
  .forte_head .box_txt {
    text-align: right;
  }
  .forte_head .box_txt img {
    left: inherit;
    width: 80%;
  }
  .sec_forte_feature .bhbr_img {
    background-image: url(../img/guide/sp_bg_forte_feature.jpg);
  }
  .sec_forte_feature .tit_i {
    padding: 40px 4%;
  }
  .sec_forte_feature .wrap {
    padding: 0;
  }
  .forte_feature {
    margin-bottom: 40px;
  }
  .forte_feature .boxs .box:nth-child(1) {
    position: relative;
    top: inherit;
    right: inherit;
    width: 100%;
  }
  .forte_feature .boxs .box:nth-child(2) {
    width: 96%;
    margin-top: -44px;
    left: inherit;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0);
  }
  .forte_feature .box_tag h4 {
    display: block;
    padding: 0;
    font-size: 167%;
    background: none;
  }
  .forte_feature .box_tag h4 span {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 2px;
    background: #aae449;
    /* Old browsers */
    background: -moz-linear-gradient(left, #aae449 0%, #5bd456 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #aae449 0%, #5bd456 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #aae449 0%, #5bd456 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aae449', endColorstr='#5bd456',GradientType=1 );
    /* IE6-9 */
  }
  .forte_feature .box_clms {
    padding: 30px 8%;
  }
  .forte_feature .box_tit h5 {
    font-size: 127%;
  }
  .forte_feature .box_tit h5 br {
    display: none;
  }
  .forte_feature .box_clm {
    padding: 10px 0;
  }
  .forte_feature .box_clm p {
    font-size: 100%;
  }
  .forte_feature .box_imgs {
    text-align: center;
  }
  .forte_feature .box_imgs ul li {
    width: 47%;
    margin: 0 1%;
  }
  .forte_feature .box_imgs ul li:nth-child(1) {
    display: block;
    margin: 0 auto;
  }
  .forte_feature .box_imgs ul li:nth-child(1) .box_imgs_clm {
    width: 96%;
  }
  .forte_feature .box_imgs_inner {
    position: relative;
  }
  .forte_feature .box_imgs_clm {
    width: 80%;
  }
  .forte_feature .box_btn {
    text-align: center;
  }
  .forte_feature .box_btn .btn_bgs {
    margin-right: 0;
    width: 85%;
    display: inline-block;
  }
  .forte_feature .box_btn .btn_bgs span {
    font-size: 80%;
  }
  .forte_feature.forte_feature_r .boxs .box:nth-child(1) {
    width: 100%;
  }
  .forte_feature.forte_feature_r .box_clms {
    padding: 30px 8%;
  }
  .forte_feature.forte_feature_wide .boxs .box:nth-child(1) {
    width: 92%;
    margin: 0 auto;
    float: none;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0);
    -moz-box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0);
    box-shadow: 0px 0px 20px 0px rgba(50, 50, 50, 0);
  }
  .forte_feature.forte_feature_wide .box_clms {
    padding: 30px 6%;
  }
  /****************************************
			flow Setting 
	*****************************************/
  .page_tops_flow_01 h2 img {
    position: relative;
    left: 25px;
    top: -5px;
  }
  .sec_flow_enk {
    margin: 0 0 80px;
    padding: 0;
  }
  .sec_flow_enk .history_enk_outer {
    margin: 0;
  }
  .sec_flow_enk .history_enk_line {
    top: 60px;
  }
  .sec_flow_enk .history_enk {
    margin: 0 0 10px;
    position: relative;
  }
  .sec_flow_enk .history_enk .boxs .box {
    width: 80%;
    padding: 0 10% 0 0;
  }
  .sec_flow_enk .history_enk .box_tit {
    padding: 41px 0 15px;
  }
  .sec_flow_enk .history_enk .box_tit h3 {
    font-size: 147%;
  }
  .sec_flow_enk .history_enk:after {
    top: 10px;
    left: 0;
    transform: translateY(0%) translateX(0%);
    -webkit-transform: translateY(0%) translateX(0%);
    background-image: url(../img/property/sp_flow_ico_01.png);
    background-position: left center;
    width: 89px;
    height: 89px;
  }
  .sec_flow_enk .history_enk.history_enk_r .box_clm {
    float: left;
  }
  .sec_flow_enk .history_enk.history_enk_r:after {
    background-position: left center;
  }
  .sec_flow_enk .history_enk:nth-child(1) {
    margin-top: 0px;
  }
  .sec_flow_enk .history_enk:nth-child(2):after {
    background-image: url(../img/property/sp_flow_ico_02.png);
  }
  .sec_flow_enk .history_enk:nth-child(3):after {
    background-image: url(../img/property/sp_flow_ico_03.png);
  }
  .sec_flow_enk .history_enk:nth-child(4) {
    margin-top: 0;
  }
  .sec_flow_enk .history_enk:nth-child(4):after {
    background-image: url(../img/property/sp_flow_ico_04.png);
  }
  .sec_flow_enk .history_enk:nth-child(5) {
    position: relative;
    top: 0;
  }
  .sec_flow_enk .history_enk:nth-child(5):after {
    background-image: url(../img/property/sp_flow_ico_05.png);
  }
  .sec_flow_enk .history_enk:nth-child(6):after {
    background-image: url(../img/property/sp_flow_ico_06.png);
  }
  .sec_flow_enk .history_enk:nth-child(7):after {
    background-image: url(../img/property/sp_flow_ico_07.png);
  }
  .sec_flow_enk .history_enk:nth-child(8):after {
    background-image: url(../img/property/sp_flow_ico_08.png);
  }
  .sec_flow_enk .history_enk:nth-child(9):after {
    background-image: url(../img/property/sp_flow_ico_09.png);
  }
  .sec_flow_enk .history_enk:nth-child(9) .box_clm {
    padding-top: 0;
  }
  /****************************************
			tallpa Setting 
	*****************************************/
  .tallpa_bread .sec_bread ul {
    top: 10px;
  }
  .sec_tallpa_head {
    padding: 90px 0 86px;
    background-image: url(../img/property/sp_bg_tallpa_head.jpg);
    margin-top: -20px;
  }
  .tallpa_head_btit {
    font-size: 147%;
    line-height: 1.6;
  }
  .tallpa_head_img {
    padding: 20px 0;
  }
  .tallpa_head_img img {
    position: relative;
    left: 20px;
    width: 290px;
  }
  .sp_tallpa_head_clm {
    padding: 30px 4%;
  }
  .sp_tallpa_head_clm p {
    text-align: justify;
    font-size: 87%;
  }
  .sec_tallpa_imgs {
    padding: 30px 0 60px;
  }
  .sec_tallpa_imgs .wrap {
    padding: 0;
  }
  .tallpa_imgs_outer h3 {
    font-size: 134%;
    line-height: 1.8;
  }
  .tallpa_imgs_outer h3 strong {
    display: block;
  }
  .tallpa_imgs_outer p {
    padding: 0px 8%;
    text-align: justify;
    font-size: 87%;
  }
  .tallpa_imgs {
    padding: 50px 0 20px;
    position: relative;
  }
  .tallpa_imgs ul li:nth-child(2) {
    display: none;
  }
  .tallpa_imgs_nav {
    top: 30px;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .tallpa_imgs_nav span {
    border-width: 1px;
    width: 106px;
  }
  .sec_tallpa_feat {
    padding: 50px 0;
  }
  .sec_tallpa_feat .bwbr_img.bwbr_img_02 {
    background-image: url(../img/property/sp_bg_tallpa_feat.png);
    background-size: cover;
  }
  .tallpa_feat_outer {
    margin: 0 auto;
  }
  .tallpa_feat_outer h3 {
    font-size: 134%;
    line-height: 1.8;
  }
  .tallpa_feats {
    padding-top: 10px;
  }
  .tallpa_feats ul li {
    margin: 10px 2%;
    width: 40%;
  }
  .tallpa_feats ul li p {
    margin-top: 10px;
    font-size: 87%;
  }
  .sec_tallpa_point {
    padding: 50px 0 30px;
  }
  .sec_tallpa_point h3 {
    font-size: 134%;
    line-height: 1.8;
  }
  .tallpa_point {
    padding: 20px 0;
  }
  .tallpa_point .boxs .box {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .tallpa_point .boxs .box:nth-child(2n) {
    margin-bottom: 0;
  }
  .tallpa_point .box_bg {
    width: 98%;
    bottom: -5px;
    right: -5px;
    z-index: -1;
  }
  .tallpa_point .box_clm {
    padding: 20px 0 0;
  }
  .tallpa_point .box_clm h4 {
    font-size: 120%;
    padding-bottom: 5px;
  }
  .tallpa_point .box_clm p {
    font-size: 87%;
  }
  .sec_talpa_goto .bwbr_img {
    background-image: url(../img/property/sp_bg_talpa_goto.jpg);
  }
  .sec_talpa_goto .dtl_tit_c {
    top: 0;
    padding-bottom: 20px;
  }
  .sec_talpa_goto .dtl_tit_c img {
    width: 260px;
  }
  .sec_talpa_goto .dtl_reserv_inner .boxs .box_img img {
    height: auto;
  }
  .sec_talpa_goto .dtl_reserv_inner .box_tag {
    padding-bottom: 0;
  }
  .sec_talpa_goto .dtl_reserv_inner .box_clm h3 {
    font-size: 120%;
    padding: 10px 0;
  }
  .sec_talpa_goto .dtl_reserv_inner .box_clm p {
    font-size: 87%;
  }
  .sec_talpa_goto .dtl_reserv_inner .box_clm_btn .btn_bgs {
    width: 222px;
  }
  .sec_talpa_goto .dtl_reserv_inner .box_clm_btn .btn_bgs span {
    font-size: 87%;
  }
  .video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
  }
  .video-container iframe,
  .video-container object,
  .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /****************************************
			top anim Setting 
	*****************************************/
  .top_anim_logo_outer .top_anim_logo {
    width: 250px;
  }
  .top_anim_txt_outer {
    top: 60px;
  }
  .top_anim_txt_large {
    padding: 15px 0;
  }
  .top_anim_txt_large img {
    height: 33px;
  }
  .top_anim_txt_min img {
    width: 264px;
  }
}

@media (max-width: 480px) {
	.top_kv,
	.top_kv .bgImg {
		height: 480px;
	}
	.top_kv .kv_en {
		width: 140px;
		top: 50px;
		left: 10px;
	}
	.top_kv .kv_ttl {
		width: 240px;
		left: 60px;
		top: 90px;
	}
}

@media (max-width: 400px) {
  .contact_tit.buy_ttl:after {
    background-size: 93px;
    top: -25px;
    margin-right: -180px;
  }
}

@media (max-width: 320px) {
  .header_logo {
    width: 190px;
  }
  .wp-pagenavi a, .wp-pagenavi span {
    width: 39px;
    height: 39px;
    line-height: 39px;
  }
  .sec_dtl_reserv .dtl_tit_c img {
    max-width: 278px;
  }
  .feature_pager .wp-pagenavi a, .feature_pager .wp-pagenavi span {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .sec_top_pickup .tit_i img {
    width: 180px;
  }
  .chuko_head_btit {
    font-size: 130%;
  }
  .chuko_head_clm {
    font-size: 86%;
  }
  .chuko_head_clm p br {
    display: none;
  }
  .chuko_head_flow ul li h4 {
    font-size: 79%;
  }
  .mansion_head_stit img {
    left: -55px;
  }
  .mansion_head_clm {
    font-size: 86%;
  }
  .mansion_gal .box_txt {
    top: -263px;
  }
  .sp_guide_access_head span {
    font-size: 84%;
  }
  .staff_clm p {
    font-size: 74%;
  }
  .mdl_tit_l h3 {
    font-size: 94%;
    letter-spacing: 0;
  }
  .history_enk .box_tit {
    padding-top: 5px;
    padding-left: 1%;
  }
  .history_enk .box_tit h3 {
    font-size: 140%;
  }
  .history_enk .box_clm {
    padding-left: 1%;
  }
  .history_enk .box_clm p {
    font-size: 87%;
  }
  .sec_flow_enk .history_enk .boxs .box {
    padding: 0 9% 0 2%;
  }
  .sec_flow_enk .history_enk .box_tit h3 {
    font-size: 130%;
  }
  .tallpa_head_img img {
    position: relative;
    left: 16px;
    width: 260px;
  }
  .sec_after_head h3 {
    font-size: 121%;
  }
  .page_tops_after_01 h2 img {
    left: 26px;
    width: 250px;
  }
  .after_conts ul:nth-child(1) li h4 {
    font-size: 74%;
  }
  .after_conts_foot p {
    font-size: 79%;
  }
  .after_foot_stit img {
    top: 20px;
    left: 80px;
    width: 93px;
  }
  .page_tops_house_01 h2 img {
    left: 34px;
    width: 235px;
  }
  .sec_house_head h3 {
    font-size: 107%;
  }
  .house_flows {
    background-size: 370px;
    background-position: top 140px center;
  }
  .clean_head_stit {
    top: -30px;
  }
  .clean_head_stit img {
    width: 180px;
  }
  .clean_about .box_imgs img:nth-child(1) {
    width: 159px;
  }
  .clean_about .box_imgs img:nth-child(2) {
    width: 97px;
  }
  .clean_about .box_imgs img:nth-child(3) {
    width: 159px;
  }
  .contact_tit.buy_ttl:after {
    background-size: 86px;
    margin-right: -158px;
    width: 86px;
    height: 90px;
  }
  
	.top_kv,
	.top_kv .bgImg {
		height: 380px;
	}
	.top_kv .kv_en {
		width: 110px;
	}
	.top_kv .kv_ttl {
		width: 240px;
		left: 45px;
		top: 80px;
	}
	.top_anim_txt_outer {
	  top: 40px;
	  width: 90%;
	}
	.snav_tels {
	  margin: 10px;
	}

}
