/*==========================================
  Config
  ==========================================*/
/*==========================================
  Common
  ==========================================*/
/* base
==================================*/
h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, li, ol, dl, dd, tr {
  font-size: 16px;
}

.pc {
  display: none !important;
}

input {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

a:visited {
  color: #000;
}

a:hover {
  color: #000;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:active {
  color: #000;
}

/* main
==================================*/
#AllBox {
  position: relative;
}

main {
  display: block;
}

/* header
==================================*/
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
  z-index: 999;
  background: #fff;
  width: 100%;
  height: 45px;
  border-right: none;
}

header .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header h1 {
  position: relative;
  z-index: 999;
  background: #fff;
  padding: 7px 0 0 15px;
}

header h1 img {
  width: 99px;
}

header .menu_wrap .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .menu_wrap a {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #abcd03;
  width: 45px;
  height: 45px;
  padding: 12px 0 0;
  font-size: 10px;
  font-family: 'Cardo', serif;
  font-weight: 400;
  text-align: center;
}

header .menu_wrap a img {
  width: 18px;
  padding: 0 0 5px;
}

header .menu_wrap .menu {
  position: relative;
  z-index: 999;
  width: 45px;
  height: 45px;
  font-family: 'Cardo', serif;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
}

header .menu_wrap .menu.open {
  background: #f3f3f3;
}

header .menu_wrap .menu span {
  position: absolute;
  top: 12px;
  left: 0;
  right: 0;
  display: inline-block;
  background: #000;
  width: 16px;
  height: 2px;
  margin: auto;
  -webkit-transition: .3s;
  transition: .3s;
}

header .menu_wrap .menu span.line-t.show {
  top: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header .menu_wrap .menu span.line-m {
  top: 17px;
}

header .menu_wrap .menu span.line-m.show {
  opacity: 0;
}

header .menu_wrap .menu span.line-b {
  top: 23px;
}

header .menu_wrap .menu span.line-b.show {
  top: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header .menu_wrap .menu p {
  margin: 30px 0 0;
  font-size: 10px;
}

header nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background: #fff;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

header nav ul {
  margin: 90px 12px 40px;
  border-top: 1px solid #e1e1e1;
}

header nav ul li {
  margin: 0;
  border-bottom: 1px solid #e1e1e1;
}

header nav ul li a {
  position: relative;
  display: block;
  padding: 17px 16px 16px;
}

header nav ul li a::after {
  content: "";
  position: absolute;
  top: 21px;
  right: 15px;
  background: url(../images/common/arrow_bk.svg) no-repeat;
  background-size: contain;
  width: 4px;
  height: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

header nav ul li.first p {
  position: relative;
  display: block;
  padding: 17px 16px 16px;
  -webkit-transition: .3s;
  transition: .3s;
}

header nav ul li.first p span {
  position: absolute;
  top: 20px;
  right: 13px;
  display: inline-block;
  background: none;
  width: 9px;
  height: 9px;
}

header nav ul li.first p span::before, header nav ul li.first p span::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  background: #000;
  width: 9px;
  height: 1px;
  -webkit-transition: .3s;
  transition: .3s;
}

header nav ul li.first p span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

header nav ul li.first p span.show::after {
  opacity: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header nav ul.second {
  display: none;
  background: #f9f9f9;
  margin: 0;
}

header nav ul.second li:last-child {
  border-bottom: none;
}

header nav ul.second li a {
  padding-left: 32px;
}

header nav .contact {
  margin: 0 12px 100px;
  text-align: center;
}

header nav .contact p {
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-size: 20px;
}

header nav .contact p a {
  display: inline-block;
  font-size: 28px;
  padding: 0 0 3px;
}

header nav .contact p a img {
  width: 16px;
  height: 19px;
  padding-right: 5px;
  vertical-align: baseline;
}

header nav .contact a.btn {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #abcd03;
  max-width: 290px;
  margin: 23px auto 0;
  padding: 19px 0 19px 7%;
  text-align: center;
}

header nav .contact a.btn::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  -webkit-transform: translateX(-105px);
          transform: translateX(-105px);
  background-image: url(../images/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}

/* footer
==================================*/
footer {
  position: relative;
  z-index: 889;
  background: #000;
  padding: 40px 43px 25px;
  text-align: center;
}

footer .info {
  margin: 0 0 40px;
}

footer .info a img {
  width: 218px;
}

footer .contact {
  position: relative;
}

footer .contact::after {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  right: 0;
  background: #303030;
  width: 100%;
  height: 1px;
}

footer .contact h3 {
  position: relative;
  z-index: 2;
  display: inline-block;
  color: #fff;
  background: #000;
  margin: 0 0 23px;
  padding: 0 13px;
  font-family: 'Cardo', serif;
  font-weight: 400;
  letter-spacing: 0.08em;
}

footer .contact .wrap p {
  color: #fff;
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-size: 20px;
}

footer .contact .wrap p a {
  color: #fff;
  display: inline-block;
  font-size: 28px;
  padding: 0 0 3px;
}

footer .contact .wrap p a img {
  width: 16px;
  height: 19px;
  padding-right: 5px;
  vertical-align: baseline;
}

footer .contact .wrap a.btn {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  background: #abcd03;
  max-width: 290px;
  margin: 23px auto 0;
  padding: 19px 0 19px 7%;
  text-align: center;
}

footer .contact .wrap a.btn::before {
  content: "";
  position: absolute;
  top: 19px;
  left: 50%;
  -webkit-transform: translateX(-105px);
          transform: translateX(-105px);
  background-image: url(../images/common/icon_mail.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 21px;
  height: 14px;
  -webkit-transition: .3s;
  transition: .3s;
}

footer small {
  display: block;
  color: #919191;
  margin: 50px -30px 0;
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-size: 11px;
}

/* Under
==================================*/
#Under header {
  background: #fff;
}

#Under .under_title {
  width: 100%;
  position: relative;
  margin-top: 45px;
}

#Under .under_title .span span {
  font-size: 16px;
  line-height: 24px;
}

#Under .under_title img {
  width: 100%;
}

#Under .under_title .ut01 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(112, 123, 130, 0.4);
  width: 100%;
}

#Under .under_title .ut01 .ut_wrap {
  padding: 34px 12px 34px;
}

#Under .under_title .ut01 .ut_wrap h2 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.1em;
  white-space: nowrap;
}

#Under .under_title .ut01 .span {
  padding: 4px 12px 34px;
}

#Under .under_title .sp_bg {
  background: rgba(0, 0, 0, 0.2);
}

#Under main {
  padding: 15px 13px 70px;
}

#Under main #Pan {
  width: 100%;
  margin: 0 auto 50px;
  clear: both;
  overflow: hidden;
}

#Under main #Pan li {
  float: left;
  font-size: 12px;
  padding-right: 9px;
  margin-right: 6px;
  background: url(/se/images/common/arrow_bk.svg) no-repeat right center;
  background-size: 4px 6px;
}

#Under main #Pan li a:hover {
  text-decoration: underline;
}

#Under main #Pan li:last-child {
  padding-right: 0;
  margin-right: 0;
  background: none;
}

section#base h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 22px;
  padding: 60px 0 20px;
  line-height: 30px;
  font-weight: 100;
}

section#base p {
  line-height: 23px;
}

.ut_wrap span {
  font-size: 26px;
}

.project h3 {
  font-family: Montserrat;
  font-weight: normal;
  font-size: 30px;
}

.project p {
  font-family: Montserrat;
  font-size: 11px;
  line-height: 20px;
  font-weight: 500;
}

.project .project_text {
  position: relative;
  padding: 20px 0 50px;
}

.project span {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  line-height: 20px;
}

.project p.design {
  font-family: Montserrat;
  float: left;
  padding: 0 22px 15px 0;
  font-size: 14px;
  font-weight: 500;
}

.project .border {
  border-right: 2px solid #777777;
  opacity: 0.4;
  height: 36px;
  position: absolute;
  left: 65px;
  top: 24px;
}

.gallery h3 {
  padding-top: 24px;
  padding: 70px 0 20px;
  display: inline-block;
  font-family: Cardo;
  font-size: 24px;
  font-weight: normal;
}

.gallery ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.gallery li {
  width: 50%;
}

/*==========================================
  Layout
  ==========================================*/
/* Top
==================================*/
#Current_nav_sp {
  position: fixed;
  top: 50%;
  right: 16px;
  z-index: 888;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#Current_nav_sp li a {
  display: block;
  background: #fff;
  margin-bottom: 16px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

#Current_nav_sp li:last-of-type a {
  margin-bottom: 0;
}

#Current_nav_sp li.current a {
  position: relative;
  background: #abcd03;
}

#Current_nav_sp li.current a::after {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  z-index: -1;
  width: 10px;
  height: 10px;
  border: 2px solid #abcd03;
  border-radius: 50%;
}

#top_main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url(../sp/images/top/main.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 45px 0 0;
}

#top_main h2 {
  margin: 0 0 0 12px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.1em;
}

#top_main h2 strong {
  display: inline-block;
  margin: 24px 0 0;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
}

#top_main b {
  position: absolute;
  right: -4px;
  bottom: 59px;
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-size: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

#top_main span {
  position: absolute;
  right: 19px;
  bottom: 0;
  display: inline-block;
  background: #abcd03;
  width: 1px;
  height: 30px;
}

#Top main .section {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  padding: 45px 0 0;
}

#Top main .section .box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}

#Top main .section .box a {
  display: block;
  padding: 15px 12px 25px;
}

#Top main .section .box a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../images/common/arrow_wh.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
}

#Top main .section h3 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 26px;
}

#Top main .section h3 span {
  display: inline-block;
  margin: 0 0 5px;
  font-family: 'Cardo', serif;
  font-weight: 400;
  font-size: 16px;
}

#Top main .spArea {
  position: relative;
  z-index: 889;
  padding: 75px 12px 0;
}

#Top main .spArea .box img {
  width: 100%;
}

#Top main .spArea .box .text_wrap {
  background: #f3f3f3;
  margin: 0 0 30px;
  padding: 30px 20px 20px;
}

#Top main .spArea .box .text_wrap h3 {
  position: relative;
  margin: 0 0 16px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 26px;
}

#Top main .spArea .box .text_wrap h3::after {
  content: "";
  position: absolute;
  top: 7px;
  right: 0;
  background: url(../images/common/arrow_bk.svg) no-repeat;
  background-size: contain;
  width: 8px;
  height: 16px;
}

#Top main .spArea .box .text_wrap p {
  line-height: 23px;
}

#Top main #sec01 {
  background: url(../sp/images/top/ph01.jpg) no-repeat center;
  background-size: cover;
}

#Top main #sec02 {
  background: url(../sp/images/top/sp_top_in_out.jpg) no-repeat center;
  background-size: cover;
}

#Top main #sec02 .box {
  background: rgba(0, 0, 0, 0.2);
}

#Top main #sec03 {
  background: url(../sp/images/top/ph03.jpg) no-repeat center;
  background-size: cover;
}

/* Plan
==================================*/
#Plan {
  padding-bottom: 47px;
}

#Plan .section {
  padding-bottom: 47px;
}

#Plan .section img {
  width: 100%;
}

#Plan .section .house .h_discription p {
  line-height: 23px;
}

#Plan .section .house .h_discription .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

#Plan .section .house .h_discription .title .pl {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  width: 55px;
  height: 55px;
  margin-right: 15px;
  font-size: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 2px;
}

#Plan .section .house .h_discription .title .pl span {
  display: block;
  font-size: 24px;
}

#Plan .section .house .h_discription .title h3 {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -0.08em;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  width: calc(100% - 70px);
}

#Plan .section .house .h_discription .title h3 span {
  font-size: 19px;
  display: block;
  letter-spacing: 0;
}

#Plan .section .house .h_discription .tsubo {
  margin: 20px 0 30px;
}

#Plan .section .house .h_discription .tsubo dl {
  display: table;
  width: 100%;
  border-bottom: #FFFFFF 2px solid;
}

#Plan .section .house .h_discription .tsubo dl dt {
  background: #f3f3f3;
  width: 105px;
  display: table-cell;
  vertical-align: middle;
  padding: 12px 0 12px 21px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#Plan .section .house .h_discription .tsubo dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 12px 0 12px 20px;
}

#Plan .section .house .photo {
  margin-bottom: 30px;
}

#Plan .section .floor p {
  margin-bottom: 13px;
}

#Plan #plan02 {
  padding-bottom: 0;
}

/* Growth
==================================*/
#Under .under_title .tl_growth .ut_wrap {
  background: #0f74e3;
  background: -webkit-gradient(linear, left top, right top, from(rgba(15, 116, 227, 0.4)), color-stop(55%, rgba(15, 116, 227, 0.4)), to(rgba(15, 116, 227, 0)));
  background: linear-gradient(90deg, rgba(15, 116, 227, 0.4) 0%, rgba(15, 116, 227, 0.4) 55%, rgba(15, 116, 227, 0) 100%);
}

#Growth .section h3 {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 28px;
}

#Growth .section p {
  line-height: 23px;
}

#Growth .section img {
  width: 100%;
}

#Growth .section .growth_tbl1 p.ph {
  margin: 20px auto 15px;
  width: 50.6%;
}

#Growth .section .growth_tbls {
  padding-bottom: 57px;
}

#Growth .section .growth_tbls .tbl {
  border: #f3f3f3 6px solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  display: table;
  margin-bottom: 12px;
}

#Growth .section .growth_tbls .tbl dl {
  display: table-cell;
  vertical-align: middle;
}

#Growth .section .growth_tbls .tbl dl dt {
  font-size: 19px;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  margin-bottom: 14px;
}

#Growth .section .growth_tbls .tbl dl dd {
  line-height: 23px;
}

#Growth .section .growth_tbls .tbl p {
  display: table-cell;
  vertical-align: middle;
  width: 98px;
  padding-left: 10px;
}

#Growth .section .growth_tbls .tbl:last-child p {
  width: 112px;
}

#Growth .section .house {
  width: 100%;
  border-bottom: #e2e2e2 1px solid;
  margin-bottom: 40px;
}

#Growth .section .house .h_discription .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

#Growth .section .house .h_discription .title .pl {
  color: #FFFFFF;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  width: 55px;
  height: 55px;
  margin-right: 15px;
  font-size: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 5px;
  letter-spacing: 0.1em;
}

#Growth .section .house .h_discription .title .pl span {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
}

#Growth .section .house .h_discription .title h4 {
  font-size: 22px;
  line-height: 1.3;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  width: calc(100% - 70px);
}

#Growth .section .house .h_discription .title h4 span {
  font-size: 19px;
  display: block;
}

#Growth .section .house .photo {
  margin: 27px auto 40px;
  width: 87%;
}

#Growth .section #Now .h_discription .title .pl {
  background: #73d2f5;
  padding-top: 14px;
  font-size: 19px;
  letter-spacing: 0;
}

#Growth .section #After15 .h_discription .title .pl {
  background: #7ad37a;
}

#Growth .section #After30 {
  margin-bottom: 0;
  border-bottom: none;
}

#Growth .section #After30 .photo {
  margin-bottom: 0;
}

#Growth .section #After30 .h_discription .title .pl {
  background: #ff6699;
}

/* About
==================================*/
main#About section.material h3 {
  font-size: 22px;
}

main#About h3.heading {
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 24px;
  margin-bottom: 20px;
  line-height: 30px;
  letter-spacing: 0.01em;
  font-weight: 100;
}

main#About h3.heading span {
  font-size: 14px;
}

main#About p {
  line-height: 23px;
}

main#About .box03 {
  padding-bottom: 0;
}

main#About .svg {
  padding-bottom: 0;
}

main#About img {
  width: 100%;
  padding: 30px 0 60px;
}

/*raised_floor
==================================*/
.ut02 {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}

.ut02 .floor_wrap {
  padding: 34px 12px 34px;
}

.ut02 .floor_wrap h2 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  font-size: 26px;
  letter-spacing: 0.1em;
}

.ut02 .floor_wrap span {
  font-size: 16px;
}

main#raised_floor {
  background: #474747;
}

main#raised_floor h3, main#raised_floor p, main#raised_floor span, main#raised_floor li, main#raised_floor a {
  color: #fff;
}

main#raised_floor #Pan li {
  background: url(/se/images/case/raised_floor/white_arrow.png) no-repeat right center;
  background-size: 4px 6px;
}

main#raised_floor img {
  width: 100%;
}

main#raised_floor .text_p {
  letter-spacing: -0.01em;
  padding-bottom: 30px;
}

main#raised_floor .flex p {
  padding-bottom: 30px;
}

main#raised_floor .main_text {
  padding-bottom: 30px;
}

/* in_out
==================================*/
main#in_out {
  background: #f3f0e7;
}

main#in_out #base h3 {
  letter-spacing: 0.05em;
}

main#in_out img {
  width: 100%;
}

main#in_out .text_p {
  letter-spacing: -0.01em;
  padding-bottom: 30px;
}

main#in_out .flex p {
  padding-bottom: 30px;
}

main#in_out .project .in_border {
  height: 55px;
}

/* garage
==================================*/
.ut_garage {
  padding: 34px 12px 34px;
}

.ut_garage h2 {
  color: #fff;
  font-family: 'Noto Serif JP', serif;
  font-weight: 400;
  letter-spacing: 0.06em;
  font-size: 26px;
  white-space: nowrap;
}

@media (max-width: 360px) {
  .ut_garage h2 {
    font-size: 22px;
  }
}

main#Garage {
  background: #f4f4f4;
}

main#Garage h3 {
  font-size: 24px;
}

main#Garage img {
  width: 100%;
}

main#Garage .text_p {
  letter-spacing: -0.01em;
  padding-bottom: 30px;
}

main#Garage .flex p {
  padding-bottom: 30px;
}

main#Garage .advantage {
  padding: 0 0 20px;
}

main#Garage .box_01 {
  padding-top: 30px;
}

main#Garage .box_01 .left_img {
  margin-bottom: 13px;
}

main#Garage .box_02 p.entrance {
  margin: 16px 0 40px;
}

main#Garage .box_02 .privacy {
  margin: 16px 0 70px;
}

main#Garage #message {
  background: #fff;
  padding: 40px 25px 40px;
}

main#Garage #message h3 {
  padding: 0;
}

main#Garage #message p {
  margin: 30px 0;
}

main#Garage #message .message_p {
  margin-bottom: 30px;
}

main#Garage #message span {
  font-family: Cardo;
  color: #777777;
  font-size: 15px;
  margin-left: 15px;
}
