@charset "UTF-8";
/*//////////////////////////////////////////////////////////

Copyright (C) apricot-design All Rights Reserved.
------------------------------------------------------------
CSS information
 file name  :  reset.css
 style info :  リセットファイル
 admin info :  apricot-design

//////////////////////////////////////////////////////////*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body, div, dl, dt, dd, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, ul {
  margin: 0;
  padding: 0;
}

body, button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre, code, kbd, samp {
  font-family: monospace, monospace;
  _font-family: "courier new", monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}
q:before, q:after {
  content: "";
  content: none;
}

small {
  font-size: 75%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul, ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul, nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
  overflow: hidden;
}

figure, form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button, input, select, textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button, input {
  line-height: normal;
  *overflow: visible;
}

button {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}

img, abbr, acronym, fieldset {
  border: 0;
}

li {
  list-style: none;
}

/*画像を縦に並べた時に余白が出ないように*/
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

/*box-sizingを全ブラウザに対応*/
* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.ie6_error, .no_script {
  background: #F66;
  padding: 100px;
  text-align: center;
  font-size: 150%;
  color: #333;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l, td.txt_l, .txt_l td {
  text-align: left;
}

.txt_r, td.txt_r, .txt_r td {
  text-align: right;
}

.txt_c, td.txt_c, .txt_c td {
  text-align: center;
}

.valign_t, td.valign_t, .valign_t td {
  vertical-align: top;
}

.valign_m, td.valign_m, .valign_m td {
  vertical-align: middle;
}

.valign_b, td.valign_b, .valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix {
  zoom: 1;
}
.clearfix:before {
  content: "";
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.img_bd {
  border: solid 1px #E8E8E8;
}

.c_red {
  color: #FF3425;
}

html {
  width: 100%;
}

body {
  font: 400 16px/1.8 "Zen Kaku Gothic New", sans-serif;
  color: #003a57;
  text-align: left;
  letter-spacing: 0.03em;
}

a {
  text-decoration: none;
  color: #003a57;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
a:link, a:active, a:visited {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}
img[src$=".svg"] {
  max-width: 100%;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .sp {
    display: inherit !important;
  }
}

header.top .header_box, header.white .header_box {
  background-color: transparent;
}
header.top .header_logo, header.white .header_logo {
  position: relative;
}
header.top .header_logo::before, header.white .header_logo::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/logo_white.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  left: 0;
}
header.top .header_logo img, header.white .header_logo img {
  opacity: 0;
}
header.top .menu_line, header.white .menu_line {
  border-color: #fff;
}
header.top .menu_line::before, header.top .menu_line::after, header.white .menu_line::before, header.white .menu_line::after {
  border-color: #fff;
}
header.top .menu_txt::before, header.white .menu_txt::before {
  color: #fff;
}

.header_box {
  padding: 20px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
	background: #fff;
	opacity: 0.9;
}
@media screen and (max-width: 767px) {
  .header_box {
    padding: 16px 20px;
  }
}

.header_logo {
  width: 186px;
}

.side_navi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 6;
}

.menu-trigger {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: auto;
  width: 90px;
  height: 80px;
  z-index: 6;
  border: none;
  background-color: transparent;
  text-align: center;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .menu-trigger {
    width: 70px;
    height: 70px;
  }
}

.menu_line {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 20px;
  left: 8px;
  margin: auto;
  padding: 0 0 0 8px;
  width: 20px;
  height: 1px;
  border-bottom: 1px solid #00a9c9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.menu_line::before, .menu_line::after {
  content: "";
  position: absolute;
  right: 0px;
  display: block;
  width: 28px;
  height: 100%;
  border-bottom: 1px solid #00a9c9;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.menu_line::before {
  top: -8px;
}
@media screen and (max-width: 767px) {
  .menu_line::before {
    top: -8px;
  }
}
.menu_line::after {
  top: 8px;
}
@media screen and (max-width: 767px) {
  .menu_line::after {
    top: 8px;
  }
}

.menu_txt {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  margin: auto;
}
.menu_txt::before {
  content: "MENU";
  color: #00a9c9;
  font-family: "Josefin Sans", sans-serif;
  font-size: 0.7em;
  letter-spacing: 0.12em;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.menu-trigger[aria-expanded=true] {
  background-color: #fff;
}

.menu-trigger[aria-expanded=true] .menu_line {
  border-color: transparent;
  border: none;
}

.menu-trigger[aria-expanded=true] .menu_line::before,
.menu-trigger[aria-expanded=true] .menu_line::after {
  top: 0;
  border-color: #00a9c9;
}

.menu-trigger[aria-expanded=true] .menu_line::before {
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
}

.menu-trigger[aria-expanded=true] .menu_line::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.menu-trigger[aria-expanded=true] .menu_txt::before {
  content: "CLOSE";
  color: #00a9c9;
}

#overlay {
  display: block;
  width: 90%;
  max-width: 520px;
  height: 100%;
  padding: 90px 40px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3;
  background: #00a9c9;
  overflow-y: scroll;
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media screen and (max-width: 767px) {
  #overlay {
    padding: 66px 30px;
  }
}
#overlay.active {
  height: 100%;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#gnavi {
  margin: 0 0 1em;
}
@media screen and (max-width: 767px) {
  #gnavi {
    margin: 0 0 25px;
  }
}
#gnavi > ul > li {
  border-bottom: 1px solid #fff;
}
#gnavi > ul > li > a {
  display: block;
  padding: 0.5em;
  background: url(../images/arrow_right_white.svg) no-repeat center right 0.5em/5px 10px;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #gnavi > ul > li > a {
    padding: 1em 0.5em;
  }
}
#gnavi dl dt {
  color: #fff;
  font-weight: 700;
  padding: 0.5em;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  #gnavi dl dt {
    padding: 1em 0.5em;
  }
}
#gnavi dl dt.active::after {
  content: none;
}
#gnavi dl dt::before {
  content: "";
  width: 9px;
  height: 1px;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  margin: auto;
}
#gnavi dl dt::after {
  content: "";
  width: 1px;
  height: 9px;
  border-right: 1px solid #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: calc(0.5em + 4px);
  margin: auto;
}
#gnavi dl dd {
  display: none;
  padding: 0 0.5em 0.75em;
}
@media screen and (max-width: 767px) {
  #gnavi dl dd {
    padding: 0 0.5em 1.5em;
  }
}
#gnavi dl dd ul li:not(:last-child) {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  #gnavi dl dd ul li:not(:last-child) {
    margin: 0 0 0.75em;
  }
}
#gnavi dl dd ul li a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat left/5px 10px;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #gnavi dl dd ul li a {
    font-size: 0.87em;
  }
}

.list_navi_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 385px;
  margin: 0 auto 1em;
}
@media screen and (max-width: 767px) {
  .list_navi_button {
    margin: 0 auto 20px;
  }
}
.list_navi_button li {
  width: calc(50% - 1px);
  margin: 0 0 3px;
}
@media screen and (max-width: 767px) {
  .list_navi_button li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.list_navi_button li a {
  display: block;
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_navi_button li a {
    padding: 0.75em;
  }
}
.list_navi_button li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.list_navi_button li a span {
  padding: 0 0 0 20px;
  color: #00a9c9;
  font-weight: 700;
}
.list_navi_button li a span.event {
  background: url(../images/icon_search_blue.svg) no-repeat left/18px 18px;
}
.list_navi_button li a span.modelhouse {
  background: url(../images/icon_pin_blue.svg) no-repeat left/18px 18px;
}
.list_navi_button li a span.sale {
  background: url(../images/icon_house_blue.svg) no-repeat left/18px 18px;
}
.list_navi_button li a span.catalog {
  background: url(../images/icon_catalog_blue.svg) no-repeat left/18px 18px;
}

.box_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 385px;
  min-height: 80px;
  padding: 15px 0;
  margin: auto;
  border: 1px solid #fff;
  border-bottom: none;
  color: #fff;
}
.box_navi.bottom {
  margin: 0 auto 1em;
  border-bottom: 1px solid #fff;
}
.box_navi:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.box_navi .txt {
  font-size: 0.87em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
.box_navi .tel {
  margin: 2px 0 0;
  font-size: 1.62em;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
.box_navi .tel span {
  display: inline-block;
  padding: 0 0 0 27px;
  background: url(../images/icon_tel_white.svg) no-repeat left/22px 22px;
}
.box_navi .email {
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
}
.box_navi .email span {
  display: inline-block;
  padding: 0 0 0 35px;
  background: url(../images/icon_mail_white.svg) no-repeat left/30px 30px;
}
.box_navi .cn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.box_navi .cn .txt {
  width: 51%;
  font-size: 0.8em;
}
@media screen and (max-width: 767px) {
  .box_navi .cn .txt {
    width: 100%;
  }
}
.box_navi .cn .cn_logo {
  width: 70%;
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .box_navi .cn .cn_logo {
    width: 70%;
    margin: 0 auto;
  }
}

.balloon_navi {
  width: 255px;
  padding: 0.5em;
  margin: 0 auto 16px;
  background-color: #fff;
  color: #00a9c9;
  font-size: 0.87em;
  font-weight: 700;
  text-align: center;
  position: relative;
}
.balloon_navi::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #fff transparent transparent transparent;
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: auto;
}

.list_navi_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0 0;
}
.list_navi_sns li {
  width: 40px;
  margin: 0 8px;
}

.modal_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

footer {
  padding: 170px 0 30px;
  background-color: #00a9c9;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 120px 0;
  }
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_02.png) repeat center/350px;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer::before {
    background-size: 200px;
  }
}
footer .inner {
  position: relative;
}

.list_footer_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .list_footer_button {
    margin: 0 0 40px;
  }
}
.list_footer_button li {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .list_footer_button li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.list_footer_button li a {
  display: block;
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_footer_button li a {
    padding: 0.75em;
  }
}
.list_footer_button li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.list_footer_button li a span {
  padding: 0 0 0 30px;
  color: #828282;
  font-size: 1.25em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_footer_button li a span {
    padding: 0 0 0 25px;
    font-size: 1em;
  }
}
.list_footer_button li a span.event {
  background: url(../images/icon_search_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.modelhouse {
  background: url(../images/icon_pin_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.sale {
  background: url(../images/icon_house_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.catalog {
  background: url(../images/icon_catalog_gray02.svg) no-repeat left/23px 23px;
}

.footer_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 80px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_navi {
    display: block;
    margin: 0 0 60px;
    border-left: none;
  }
}
.footer_navi > div {
  width: 20%;
  padding: 20px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_navi > div {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi > div > ul > li {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi > div > ul > li:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_navi a {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer_navi a {
    display: block;
    padding: 0.75em 0.5em;
    background: url(../images/arrow_right_white.svg) no-repeat center right 0.5em/5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi a:hover {
    text-decoration: underline;
  }
}
.footer_navi dl dt {
  margin: 0 0 0.75em;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_navi dl dt {
    padding: 0.75em 0.5em;
    margin: 0;
    pointer-events: inherit;
    cursor: pointer;
  }
  .footer_navi dl dt.active::after {
    content: none;
  }
  .footer_navi dl dt::before {
    content: "";
    width: 9px;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5em;
    margin: auto;
  }
  .footer_navi dl dt::after {
    content: "";
    width: 1px;
    height: 9px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(0.5em + 4px);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi dl dd {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd ul {
    margin: 0 0.5em 1.5em;
  }
}
.footer_navi dl dd ul li:not(:last-child) {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd ul li:not(:last-child) {
    margin: 0 0 0.75em;
  }
}
.footer_navi dl dd ul li a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat top 8px left/5px 10px;
  font-size: 0.87em;
  font-weight: 400;
}

.footer_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 0 100px;
}
@media screen and (max-width: 767px) {
  .footer_center {
    display: block;
    margin: 0 0 40px;
  }
}
.footer_center .left {
  width: 35%;
}
@media screen and (max-width: 767px) {
  .footer_center .left {
    width: 100%;
  }
}
.footer_center .right {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .footer_center .right {
    width: 100%;
    margin: 0 0 80px;
  }
}
.footer_center .right .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  margin: 0 0 2em;
}
.footer_center .right .ttl::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin: 0 0 0 1em;
  border-top: 1px solid #fff;
}
.footer_center .footer_logo {
  max-width: 342px;
  width: 90%;
  margin: 0 auto 40px;
}
.footer_center .txt {
  line-height: 2;
  text-align: center;
  margin: 0 0 40px;
}
.footer_center .footer_clubnoble {
  width: 200px;
  margin: auto;
}
.footer_center .footer_clubnoble a {
  display: block;
  padding: 15px;
	margin:0 0 15px;
  border: 1px solid #fff;
  text-align: center;
}
.footer_center .footer_clubnoble a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_center .footer_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand {
    display: block;
  }
}
.footer_center .footer_brand > div {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand > div {
    width: 100%;
  }
  .footer_center .footer_brand > div:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_center .footer_brand dl:not(:last-child) {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand dl:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_center .footer_brand dl dt {
  font-size: 0.87em;
  font-weight: 700;
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand dl dd.half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer_center .footer_brand dl dd.half p {
    width: 49%;
  }
}
.footer_center .footer_brand dl dd p:not(:last-child) {
  margin: 0 0 0.5em;
}
.footer_center .footer_brand dl dd p a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat top 8px left/5px 10px;
  color: #fff;
  font-size: 0.87em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer_center .footer_brand dl dd p a:hover {
    text-decoration: underline;
  }
}

.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    display: block;
  }
}

.list_footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .list_footer_sns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 0 60px;
  }
}
.list_footer_sns li {
  width: 40px;
  margin: 0 16px 0 0;
}
@media screen and (max-width: 767px) {
  .list_footer_sns li {
    margin: 0 8px;
  }
}

.copy {
  font-size: 0.87em;
}
@media screen and (max-width: 767px) {
  .copy {
    text-align: center;
  }
}

.list_navi_fixed {
  position: fixed;
  top: 12%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(100%, 0);
          transform: translate(100%, 0);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
            transform: translate(0, 100%);
  }
}
.list_navi_fixed.active {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}
.list_navi_fixed li {
  background-color: #fff;
  border: 1px solid #b4b4b4;
  border-right: none;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li {
    width: 25%;
    border: none;
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
  }
}
.list_navi_fixed li:not(:last-child) {
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li:not(:last-child) {
    margin: 0;
    border-right: 1px solid #b4b4b4;
  }
}
.list_navi_fixed li.event span {
  background: url(../images/icon_search_gray.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.event a::before {
  background: url(../images/icon_search_gray.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li.modelhouse span {
  background: url(../images/icon_pin_gray.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.modelhouse a::before {
  background: url(../images/icon_pin_gray.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li.sale span {
  background: url(../images/icon_house_gray.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.sale a::before {
  background: url(../images/icon_house_gray.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li.catalog span {
  background: url(../images/icon_catalog_gray.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.catalog a::before {
  background: url(../images/icon_catalog_gray.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70px;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li a {
    width: 100%;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .list_navi_fixed li a:hover {
    background-color: rgba(0, 169, 201, 0.1);
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .list_navi_fixed li a {
    width: 60px;
    height: 145px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li a::before {
    content: attr(data-menu);
    color: #828282;
    font-size: 0.7em;
    font-weight: 700;
    padding: 15px 0 0;
  }
}
.list_navi_fixed li a span {
  display: inline-block;
  padding: 25px 0 0;
  color: #828282;
  font-size: 0.87em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li a span {
    display: none;
  }
}

header a,
footer a,
.list_navi_fixed a,
#list_breadcrumb a {
  text-decoration: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

a {
  color: #000;
}

img[src$=".svg"] {
  width: auto;
}

#main {
  color: #000;
}

#container_wrap {
  overflow: hidden;
}

#container.low_old {
  padding: 78px 0 0;
}
@media screen and (max-width: 767px) {
  #container.low_old {
    padding: 70px 0 0;
  }
}

.inner {
  max-width: 1200px;
  width: 88%;
  margin: 0 auto;
}
.inner_1340 {
  max-width: 1340px;
}

#list_breadcrumb {
  padding: 90px 0 15px;
  color: #383a34;
  font-size: 0.87em;
  line-height: 1.5;
  text-align: right;
}
@media screen and (max-width: 767px) {
  #list_breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    width: auto;
    white-space: nowrap;
    overflow-x: scroll;
    padding: 80px 0 10px;
    font-size: 0.75em;
  }
}
#list_breadcrumb a {
  color: #383a34;
}

.section_wrap {
  padding: 170px 0;
}
@media screen and (max-width: 767px) {
  .section_wrap {
    padding: 120px 0;
  }
}

.bg_bottom_left {
  background: url(../images/bg_05.jpg) no-repeat bottom left;
}
@media screen and (max-width: 767px) {
  .bg_bottom_left {
    background: url(../images/bg_05-02_sp.jpg) no-repeat bottom/contain;
  }
}

.ttl_center_en {
  margin: 0 0 40px;
}
@media screen and (max-width: 767px) {
  .ttl_center_en {
    margin: 0 0 30px;
  }
}
.ttl_center_en .en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 2.5em;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .ttl_center_en .en {
    font-size: 2.12em;
    letter-spacing: 0.08em;
  }
}
.ttl_center_en .ttl {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}

.list_series {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.list_series li {
  width: calc((100% - 100px) / 3);
}
@media screen and (max-width: 767px) {
  .list_series li {
    width: 100%;
  }
}
.list_series .ttl {
  color: #fff;
  font-family: "Josefin Sans", sans-serif;
  font-size: 1.25em;
  text-align: center;
  padding: 0.75em 0.5em 0.5em;
  margin: 0 0 1.25em;
  background-color: #003a57;
}
@media screen and (max-width: 767px) {
  .list_series .ttl {
    font-size: 1em;
  }
}
.list_series .txt {
  margin: 0 0 1em;
}
.list_series .link {
  font-size: 0.87em;
}
.list_series .link:not(:last-child) {
  margin: 0 0 0.5em;
}
.list_series .link a {
  color: #003a57;
  text-decoration: underline !important;
}
.footer_center .footer_noblehd {
  width: 200px;
  margin: auto;
}
.footer_center .footer_noblehd a {
  display: block;
  padding: 15px;
  border: 1px solid #fff;
  text-align: center;
}



/* 追加 */

footer {
  padding: 100px 0 56px;
  background-color: #00a9c9;
  color: #fff;
  position: relative;
}
@media screen and (max-width: 767px) {
  footer {
    padding: 120px 0;
  }
}
footer::before {
  content: "";
  width: 100%;
  height: 100%;
  background: url(../images/bg_02.png) repeat center/350px;
  mix-blend-mode: multiply;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  footer::before {
    background-size: 200px;
  }
}
footer .inner {
  position: relative;
}

.list_footer_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 80px;
}
@media screen and (max-width: 767px) {
  .list_footer_button {
    margin: 0 0 40px;
  }
}
.list_footer_button li {
  width: 23.5%;
}
@media screen and (max-width: 767px) {
  .list_footer_button li {
    width: 100%;
    margin: 0 0 10px;
  }
}
.list_footer_button li a {
  display: block;
  padding: 1em;
  background-color: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .list_footer_button li a {
    padding: 0.75em;
  }
}
.list_footer_button li a:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.list_footer_button li a span {
  padding: 0 0 0 30px;
  color: #828282;
  font-size: 1.25em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_footer_button li a span {
    padding: 0 0 0 25px;
    font-size: 1em;
  }
}
.list_footer_button li a span.event {
  background: url(../images/icon_search_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.modelhouse {
  background: url(../images/icon_pin_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.sale {
  background: url(../images/icon_house_gray02.svg) no-repeat left/23px 23px;
}
.list_footer_button li a span.catalog {
  background: url(../images/icon_catalog_gray02.svg) no-repeat left/23px 23px;
}

.footer_navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 80px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_navi {
    display: block;
    margin: 0 0 60px;
    border-left: none;
  }
}
.footer_navi > div {
  width: 20%;
  padding: 20px;
  border-right: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .footer_navi > div {
    width: 100%;
    padding: 0;
    border-right: none;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi > div > ul > li {
    border-bottom: 1px solid #fff;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi > div > ul > li:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_navi a {
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .footer_navi a {
    display: block;
    padding: 0.75em 0.5em;
    background: url(../images/arrow_right_white.svg) no-repeat center right
      0.5em/5px 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi a:hover {
    text-decoration: underline;
  }
}
.footer_navi dl dt {
  margin: 0 0 0.75em;
  color: #fff;
  font-weight: 700;
  pointer-events: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .footer_navi dl dt {
    padding: 0.75em 0.5em;
    margin: 0;
    pointer-events: inherit;
    cursor: pointer;
  }
  .footer_navi dl dt.active::after {
    content: none;
  }
  .footer_navi dl dt::before {
    content: "";
    width: 9px;
    height: 1px;
    border-bottom: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0.5em;
    margin: auto;
  }
  .footer_navi dl dt::after {
    content: "";
    width: 1px;
    height: 9px;
    border-right: 1px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(0.5em + 4px);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer_navi dl dd {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd ul {
    margin: 0 0.5em 1.5em;
  }
}
.footer_navi dl dd ul li:not(:last-child) {
  margin: 0 0 0.5em;
}
@media screen and (max-width: 767px) {
  .footer_navi dl dd ul li:not(:last-child) {
    margin: 0 0 0.75em;
  }
}
.footer_navi dl dd ul li a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat top 8px left/5px
    10px;
  font-size: 0.87em;
  font-weight: 400;
}
.footer_navi p {
  font-weight: 700;
}

.footer_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin: 0 0 20px;
}
@media screen and (max-width: 767px) {
  .footer_center {
    display: block;
    margin: 0 0 40px;
  }
}
.footer_center .left {
	padding-top:70px;
  width: 35%;
}
@media screen and (max-width: 767px) {
  .footer_center .left {
    width: 100%;
  }
}
.footer_center .right {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .footer_center .right {
    width: 100%;
    margin: 0 0 80px;
  }
}
.footer_center .right .ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  margin: 0 0 2em;
}
.footer_center .right .ttl::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 0 1em;
  border-top: 1px solid #fff;
}
.footer_center .footer_logo {
  max-width: 342px;
  width: 90%;
  margin: 0 auto 40px;
}
.footer_center .txt {
  line-height: 2;
  text-align: center;
  margin: 0 0 40px;
}
.footer_center .footer_clubnoble {
  max-width: 200px;
	width:100%;
  margin: auto;
}
.footer_center .footer_clubnoble a {
  display: block;
  padding: 15px;
  margin: 0 0 15px;
  border: 1px solid #fff;
  text-align: center;
	height:67px;
}
.footer_center .footer_clubnoble a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_center .footer_noblehd {
  max-width: 200px;
	width:100%;
  margin: auto;
}
.footer_center .footer_noblehd a {
  display: block;
  padding: 15px 25px;
  border: 1px solid #fff;
  text-align: center;
	height:67px;
}
.footer_center .footer_noblehd a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}
.footer_center .footer_brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand {
    display: block;
  }
}
.footer_center .footer_brand > div {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand > div {
    width: 100%;
  }
  .footer_center .footer_brand > div:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_center .footer_brand dl:not(:last-child) {
  margin: 0 0 2em;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand dl:not(:last-child) {
    margin: 0 0 1.5em;
  }
}
.footer_center .footer_brand dl dt {
  font-size: 0.8em;
  font-weight: 700;
  margin: 0 0 0.5em;
}
.footer_center .footer_brand dl dd p{
  font-size: 90%;
}
@media screen and (max-width: 767px) {
  .footer_center .footer_brand dl dd.half {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer_center .footer_brand dl dd.half p {
    width: 49%;
  }
}
.footer_center .footer_brand dl dd p:not(:last-child) {
  margin: 0 0 0.5em;
}
.footer_center .footer_brand dl dd p a {
  display: inline-block;
  padding: 0 0 0 1em;
  background: url(../images/arrow_right_white.svg) no-repeat top 8px left/5px
    10px;
  color: #fff;
  font-size: 0.87em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .footer_center .footer_brand dl dd p a:hover {
    text-decoration: underline;
  }
}

.footer_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	float:right;
	width:100%;
}
@media screen and (max-width: 767px) {
  .footer_bottom {
    /* display: block; */
  }
}

.list_footer_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
	float:right;
}
@media screen and (max-width: 767px) {
  .list_footer_sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px 0 30px;
  }
}
.list_footer_sns li {
  width: 30px;
  margin: 0 0 0 16px;
}
@media screen and (max-width: 767px) {
  .list_footer_sns li {
    margin: 0 8px;
  }
}

.copy {
  font-size: 0.87em;
	width: 100%;
    text-align: right;
}
@media screen and (max-width: 767px) {
  .copy {
    text-align: center;
  }
}

.list_navi_fixed {
  position: fixed;
  top: 12%;
  right: 0;
  z-index: 1;
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    top: auto;
    bottom: 0;
    -webkit-transform: translate(0, 100%);
    transform: translate(0, 100%);
  }
}
.list_navi_fixed.active {
  opacity: 1;
  -webkit-transform: translate(0);
  transform: translate(0);
}
.list_navi_fixed li {
  background-color: #00a9c9;
  border: 1px solid #fff;
  border-right: none;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li {
    width: 25%;
    border: none;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }
}
.list_navi_fixed li:not(:last-child) {
  margin: 0 0 5px;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li:not(:last-child) {
    margin: 0;
    border-right: 1px solid #b4b4b4;
  }
}
.list_navi_fixed li.event span {
  background: url(../images/icon_search_white.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.event a::before {
  background: url(../images/icon_search_white.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li.modelhouse span {
  background: url(../images/icon_pin_white.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.modelhouse a::before {
  background: url(../images/icon_pin_white.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li.sale span {
  background: url(../images/icon_house_white.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.sale a::before {
  background: url(../images/icon_house_white.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li.catalog span {
  background: url(../images/icon_catalog_white.svg) no-repeat top/22px 22px;
}
.list_navi_fixed li.catalog a::before {
  background: url(../images/icon_catalog_white.svg) no-repeat top/15px 15px;
}
.list_navi_fixed li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  height: 170px;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li a {
    width: 100%;
    height: 50px;
  }
}
@media screen and (min-width: 768px) {
  .list_navi_fixed li a:hover {
    background-color: rgba(0, 169, 201, 0.1);
  }
}
@media screen and (min-width: 768px) and (max-height: 800px) {
  .list_navi_fixed li a {
    width: 60px;
    height: 145px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li a::before {
    content: attr(data-menu);
    color: #fff;
    font-size: 0.7em;
    font-weight: 700;
    padding: 15px 0 0;
  }
}
.list_navi_fixed li a span {
  display: inline-block;
  padding: 25px 0 0;
  color: #fff;
  font-size: 0.87em;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .list_navi_fixed li a span {
    display: none;
  }
}

.footer_center .footer_brand_banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	margin-top:3em;
}
.footer_center .footer_brand_banner .footer_brand_banner_ln01 {
  width:27%;
}
.footer_center .footer_brand_banner .footer_brand_banner_ln01 p{
	font-weight:700;
	font-size:0.8em;
	line-height:1.2em;
	margin-bottom:0.5em;
}

.footer_center .footer_brand_banner .footer_brand_banner_ln02 {
  width:43%;
	padding: 60px 0 0 0;
	text-align:right;
}