@charset "utf-8";
html, body, .wrapper, #top {
  height: 100%;
}
body {
  position: relative;
  margin: 0;
  background-color: #5f5f5c;
  font-size: 14px;
  color: #c0b08e;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
h1, h2, h3 {
  margin: 0;
}
h1 {
  padding: 0 0 60px;
  margin: auto;
  max-width: 565px;
  width: 90%;
  max-height: 152px;
  height: auto;
}
h1 img {
  width: 100%;
}
h2 {
  position: relative;
  padding-top: 80px;
  margin-bottom: .5em;
  text-align: center;
}
h2 img {
  width: 100%;
  max-width: 269px;
  margin: auto;
}
h3 {
  margin-bottom: .5em;
  text-align: center;
}
h3 img {
  width: 100%;
  margin: auto;
}
a {
  color: #db8240;
}
br.sp {
  display: none;
}
#concept h3 img {
  max-width: 555px;
}
#floor h3 img {
  max-width: 533px;
}
#gallery h3 img {
}
#location h3 img {
  max-width: 647px;
}
#outline h3 img {
  max-width: 816px;
}
#toggle {
  display: none;
}
#navi {
  position: fixed;
  bottom: 4px;
  width: 100%;
  padding: 0 0 28px;
  text-align: center;
  z-index: 10001;
}
#navi .sub img {
  max-width: 113px;
  width: 100%;
}
.slogo {
  display: none;
}

#navi ul {
  list-style: none;
  margin: 0;
  padding: 0 0 .5em;
  letter-spacing: -1em;
}
#navi li {
  display: inline-block;
  width: 124px;
  margin-right: 0;
  vertical-align: middle;
  letter-spacing: normal;
}
#navi li.fb {
  width: 50px;
}
#navi li a {
  position: relative;
  display: block;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  color: #261E1E;
  padding: .1em 0;
}
#navi li.fb a {
  width: 20px;
  padding: 0;
  float: right;
  line-height: 0;
}
#navi li.fb img {
  max-width: 20px;
}
#navi li span {
  position: relative;
  display: block;
  padding: .1em 0;
}
#navi li a:hover {
  background-color: #261E1E;
  padding: .1em 0;
}
#navi li.fb a:hover {
  padding: 0;
}
#navi .pure-menu > ul > li {
  margin-left: 3px;
}
#navi .pure-menu > ul > li:first-child {
  margin-left: 0;
}
#navi .pure-menu > ul > li > a:hover:before,
#navi .pure-menu > ul > li > a:hover:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  border: 3.5px solid transparent;
}
#navi .pure-menu > ul > li > a:hover:before {
  bottom: 100%;
  border-bottom-color: inherit;
}
#navi .pure-menu > ul > li > a:hover:after {
  top: 100%;
  border-top-color: inherit;
}
#navi .pure-menu > ul > li.navi_contact > a,
#navi .pure-menu > ul > li.navi_contact > a:hover {
  padding: 0;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}
#navi .pure-menu > ul > li.navi_contact > a:hover:before,
#navi .pure-menu > ul > li.navi_contact > a:hover:after,
#navi .pure-menu > ul > li.fb > a:hover:before,
#navi .pure-menu > ul > li.fb > a:hover:after {
  content: none;
}
#navi li > ul {
  position: absolute;
  bottom: 17px;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  z-index: 100;
  text-align: left;
}
#navi li:hover ul {
  visibility:visible;
  opacity:1;
  filter: alpha(opacity=100);
}
#navi ul ul {
  padding-bottom: 0;
  background-color: transparent;
  line-height: 1;
}
#navi ul ul li {
  margin-top: 1px;
  height: 17px;
  background-color: rgba(79,72,64,.5);
}
#navi ul ul li a {
  padding: .3em .4em;
}
#navi ul ul li a:hover {
  padding: .3em .4em;
  background-color: rgba(184,185,187,.7);
}
#navi.fixed {
  position: fixed;
  bottom: 0;
  top: 0;
  height: 52px;
  background-color: #4e4c4b;
  /*filter: alpha(opacity=0);*/
  transition: all 0.6s ease 0s;
  -webkit-transition: all 0.6s ease 0s;
}
#navi.fixed .slogo {
  display: inline-block;
  padding: 12px 0;
  width: 200px;
  vertical-align: middle;
}
#navi.fixed .slogo img {
  width: 100%;
}
#navi.fixed #menu {
  display: inline-block;
  vertical-align: middle;
}
#navi.fixed li > ul {
  top: 17px;
  bottom: 0;
}
#navi.fixed .pure-menu > ul > li:first-child {
  margin-left: 3px;
}
.bg {
  background-position: center bottom;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  display: table;
  width: 100%;
}
.content {
  position: relative;
  margin: auto;
  height: 100%;
  background: url(../img/bg_frame.png) no-repeat center top;
  background-size: 94% 100%;
  display: table-cell;
  vertical-align: middle;
}
.delay h2,
.delay h3,
.delay h3 + div,
.delay .contact {
  transition: 1.2s;
}
.block {
  position: relative;
  width: 80%;
  margin: auto;
  line-height: 1.8;
}
.contact {
  margin: auto;
  width: 206px;
}
.slider ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}
.slider img {
  margin: auto;
}
.colorbox ul {
  display: block;
  margin: 0;
  padding: 0;
}
.colorbox li {
  display: inline-block;
}
#top {
  margin-top: 1.5em;
  background-image: url(../img/bg01.jpg);
  background-position: center top;
}
#top .content {
  height: 100%;
  background-image: url(../img/bg_frame_top.png);
  background-position: center 2em;
  background-size: 94% auto;
}
#top .content .ttl {
  padding: 100px 0;
}
#top .content .ttl > div {
  padding-bottom: 50px;
}
#top #logos {
  width: 100%;
  padding-bottom: 6px;
  background-color: rgba(300,300,300,0.4);
}
#top #logos img {
  display: block;
  margin: auto;
  width: 100%;
  max-width: 800px;
  height: auto;
  max-height: 80px;
}
#concept {
  height: 100%;
  background-image: url(../img/bg02.jpg);
  letter-spacing: 1px;
}
#concept .block {
  width: auto;
  margin: 4em auto 3em;
  text-align: center;
  font-size: 12px;
}
#floor {
  height: 100%;
  background-image: url(../img/bg03.jpg);
}
#floor .slider .bxslider > li {
  width: 67% !important;
  left: 0;
  right: 0;
  margin: auto;
}
#floor .content {
  /*background-color: rgba(122,121,117,0.9);*/
}
#floor .slider li > img {
  margin-bottom: 1.5em;
}
#floor table {
  width: 100%;
  max-width: 680px;
  margin: auto;
  border-right: solid 1px #6e6c67;
  border-top: solid 1px #6e6c67;
  font-size: 12px;
}
#floor td:first-child,
#floor th {
  /*width: 23%;*/
  padding: .5% 1%;
  background-color: #9c9684;
  border-left: solid 1px #6e6c67;
  border-bottom: solid 1px #6e6c67;
  font-weight: bold;
  color: #352b21;
}
#floor tr:first-child th {
  background-color: #352b21;
  color: #e5e3d6;
}
#floor tr:first-child th:nth-child(6) {
  width: 50%;
}
#floor td {
  /*width: 25%;*/
  padding: 0 2px;
  background-color: #e5e3d6;
  border-left: solid 1px #6e6c67;
  border-bottom: dotted 1px #6e6c67;
  color: #352b21;
}
#floor .colorbox {
  width: 680px;
  margin: auto;
}
#floor .colorbox img {
  max-width: 100px;
  width: 100%;
  height: auto;
}
#floor .room_type p {
  text-align: center;
}
#floor .care_dining > div {
  margin-top: 50px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

#floor .care_dining .bx-wrapper {
  margin-bottom: 20px;
}
#floor .care_dining .bx-viewport {
  min-height: 270px;
  margin-bottom: 10px;
}
#floor .care_dining .bx-wrapper,
#floor .care_dining .bx-wrapper .bx-controls,
#floor .care_dining .bx-wrapper .bx-pager {
  position: relative;
}
#floor .care_dining .bx-wrapper .bx-pager {
  bottom: inherit;
  padding-top: 0;
}
#floor .care_dining .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #c1b28c;
}
#floor .care_dining .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #c1a26b;
}
#floor .care_dining .all {
}
#floor .care_dining .all:after {
  content: "";
  display: block;
  clear: both;
}
#floor .care_dining .lft {
  float: left;
  width: 62%;
}
#floor .care_dining .all .lft .slider li {
  width: 100% !important;
}
#floor .care_dining .all .lft .slider li img {
  max-height: 270px;
}
#floor .care_dining .rgt {
  float: right;
  width: 34%;
  color: #dbdbdb;
}
#floor .care_dining .rgt .hour {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 13px;
  font-weight: bold;
}
#floor .care_dining .rgt .hour span {
  display: inline-block;
  margin-right: 6px;
  padding: 1px 4px;
  background-color: #dbdbdb;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
  color: #3f3a39;
}
#floor .care_dining .rgt .shopttl {
  margin-bottom: 10px;
}
#floor .care_dining .rgt .txt {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 18px;
  font-weight: bold;
}
#floor .care_dining .rgt .open {
  font-size: 11px;
}
#floor .care_dining .rgt .open span {
  position: relative;
  display: block;
  font-size: 14px;
  font-weight: bold;
}
#floor .care_dining .rgt .open span:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 52%;
  height: 1px;
  margin: auto;
  background-color: #dbdbdb;
  vertical-align: middle;
}
#floor .care_dining .rgt .link_btn {
  margin-top: 10px;
}
#floor .care_dining .bnr:after {
  content: "";
  display: block;
  clear: both;
}
#floor .care_dining .bnr > div {
  display: block;
  float: left;
  width: 33%;
  margin-left: .5%;
}
#floor .care_dining .bnr > div:first-child {
  margin-left: 0;
}
#gallery {
  height: 100%;
  background-image: url(../img/bg04.jpg);
}
#gallery .slider .bxslider2 li {
  width: 67% !important;
  left: 0;
  right: 0;
  margin: auto;
}
#location {
  height: 100%;
  background-image: url(../img/bg05.jpg);
}
#location .block img {
  margin: 3em auto;
}
#location .block img.address {
  margin: 1em auto 1em;
  max-width: 316px;
  width: 100%;
}
#location .block img.map {
  max-width: 531px;
  margin: 0 auto 1em;
}
#location .block img.gmap {
  max-width: 224px;
  width: 100%;
}
#outline {
  height: 100%;
  background-image: url(../img/bg06.jpg);
  font-size: 12px;
}
#outline ul {
  list-style: none;
  /*margin: 4em auto 3em; 0812*/
  margin: 0.5em auto 3em;
  padding: 0;
  /*width: 490px;*/
  width: 540px;
}
#outline li {
  display: table;
}
#outline li em {
  display: table-cell;
  width: 200px;
  padding: 5px 0;
  font-style: normal;
}
#outline li span {
  display: table-cell;
  padding: 5px 0;
}
#outline .tel {
  cursor: text;
  color: inherit;
  text-decoration: none;
}
#footer {
  position: relative;
  padding-top: 54px;
  overflow: hidden;
  background: url(../img/bg_frame.png) no-repeat center top;
  background-size: 94% 100%;
}
#wave0 {
  position: fixed;
  bottom: 0;
  z-index: 10000;
}
#wave0.fixed {
  bottom: -50px;
  height: 200px;
  width: 100%;
}
#wave0.bottom {
  position: absolute;
  bottom: 199px !important;
  height: 100px;
  width: 100%;
}
#copyright {
  position: fixed;
  bottom: 0;
  width: 100%;
  padding-top: 30px;
  text-align: center;
  z-index: 10000;
}
#copyright > div {
  padding: .5em 0 1em;
}
#copyright span {
  display: inline-block;
  height: 10px;
  vertical-align: bottom;
}
#copyright span.slash {
  margin: 0 5px;
}
#copyright.relative {
  position: relative;
  bottom: 35px;
}
#copyright span img {
  height: 100%;
  width: auto;
  vertical-align: top;
}
#team {
  display: none;
  position: relative;
  width: 100%;
  height: 172px;
  padding: 28px 0 0;
  margin-top: -65px;
  bottom: 0;
  background-color: #9ea0a2;
  text-align: center;
}
#team img {
  margin: auto;
  width: 100%;
}
#team strong {
  display: block;
  padding: .3em 0;
  background-color: #8a8a8a;
}
#team strong img {
  max-width: 100px;
}
#team .role {
  /*background-color: #8a8a8a;*/
  color: #4e4c4b;
  font-size: 12px;
}
#team ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  letter-spacing: -1em;
  /*
  background: url(../img/bg_team.gif) repeat-x center 6.4em;
  background-size: 100% 3em;
  */
  white-space: nowrap;
}
#team li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle;
}
#team a {
  display: block;
  margin-bottom: 1.5em;
}
#team .logo li {
  padding: 2em;
}
#team .role li {
  padding: .3em 2em;
}
#team.visible {
  display: block;
}
#team .logo li img {
  max-width: 201px;
}

/* 0812 add */
.cafe{
	height: 100%;
	display: table;
}
.cafe p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 200px;
}
#outline p {
	font-weight: bold !important;
  width: 540px;
  margin: 0 auto;
  margin: 4em auto 1em;
	font-size: 13px;
}

@media screen and (max-width: 979px) {
  .bx-wrapper .bx-viewport {
    margin-bottom: 2em;
  }
  .bg {
    height: auto;
  }
  #menu {
    display: none;
    position: fixed;
    top: 50px;
    right: 0;
    width: 40%;
  }
  #navi.fixed #menu {
    display: none;
  }
  #navi.fixed .slogo {
    display: none;
  }
  #navi {
    bottom: 0;
    height: 100%;
    padding: 0;
    background: none;
  }
  #navi.fixed {
    height: 78px;
    padding-bottom: 0;
    background-color: transparent;
  }
  #navi.fixed #toggle {
    background-color: #4e4c4b;
  }
  #navi ul {
    background-color: transparent;
  }
  #navi li {
    display: block;
    width: 100%;
    margin-bottom: 1px;
    margin-right: 0;
    background-color: #3B332D;
  }
  #navi li.fb {
    width: auto;
  }
  #navi li a {
    padding: .5em 1em;
  }
  #navi li.fb a {
    width: auto;
    padding: .5em 1em;
    float: none;
  }
  #navi li span {
    display: none;
  }
  #navi li a:hover {
    padding: .5em 1em;
  }
  #navi li img {
    width: 56%;
    margin: auto;
  }
  #navi .pure-menu > ul > li {
    margin-left: 0;
  }
  #navi .pure-menu > ul > li.navi_contact > a,
  #navi .pure-menu > ul > li.navi_contact > a:hover {
    padding: .5em 1em;
  }
  #navi .pure-menu > ul > li > a:hover:before,
  #navi .pure-menu > ul > li > a:hover:after {
    content: none;
  }
  #navi li > ul {
    position: relative;
    bottom: 0;
    visibility: visible;
    opacity: 1;
  }
  #navi.fixed li > ul {
    top: 0;
  }
  #navi.fixed .pure-menu > ul > li:first-child {
    margin-left: 0;
  }
  #navi ul ul li {
    height: auto;
    background-color: rgba(79,72,64,.8);
  }
  #navi ul ul li a, #navi ul ul li a:hover {
    padding: .5em 1em;
  }
  #navi li a:hover {
    padding: .5em 1em;
  }
  #toggle {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 50px;
  }
  #toggle.active {
    width: 100%;
    padding: 0;
  }
  #toggle a {
    position: fixed;
    right: 0;
    top: 0;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0 !important;
    background: url(../img/toggle.png) no-repeat top right;
    background-size: 100% auto;
    z-index: 10000;
  }
  #toggle.active a {
    background: url(../img/toggle2.png) no-repeat top right;
    background-size: 100% auto;
  }
  h2 {
    padding-top: 55px;
  }
  h2 img {
    width: 90%;
  }
  h3 img {
    width: 90%;
    margin: auto;
  }
  .content {
    min-height: auto;
    background-image: none;
  }
  .contact {
    padding-bottom: 2em;
  }
  #top {
    margin-top: 50px;
  }
  #top .content {
    background-image: none;
  }
  #top #logos {

  }
  #top #logos img {
  }
  .block {
    width: auto;
  }
  #concept .block {
    width: 90%;
    margin: 3em auto;
  }
  #floor .block {
    width: auto;
  }
  #floor .slider .bxslider li {
    width: 90% !important;
  }
  #floor table {
    width: 80%;
    margin: auto;
  }
  #floor .colorbox {
    width: 100%;
  }
  #gallery .slider .bxslider2 li {
    width: 80% !important;
  }
  #location .block {
    width: 90%;
    margin: auto;
  }
  #location .block img {
    margin: 2em auto;
  }
  #location .block img.map {
    max-width: 100%;
  }
  #outline {
    padding-bottom: 3em;
  }
  #outline .block {
    width: 90%;
    margin: auto;
  }
  #outline .contact {
    margin-bottom: 100px;
  }
  #copyright {
    padding-top: 28px;
  }
  #copyright img {
    margin: auto;
  }
  #team ul {
    width: 100%;
  }
  #team .logo li {
    padding: 2em 1%;
    width: 30%;
  }
  #footer {
    background: none;
  }
}
@media screen and (max-width: 767px) {
  /*.bg {
    display: block;
  }
  .content {
    display: block;
  }*/
  #menu {
    width: auto;
  }
  #menu img {
    margin: auto;
  }
  #navi.fixed {
    height: 66px;
    background-size: 90px auto;
  }
  #navi.fixed #menu {
    display: none;
  }
  #floor table, #floor tbody, #floor tr, #floor th, #floor td:first-child {
    display: block;
  }
  #floor td:first-child {
    width: auto;
  }
  #floor td {
    display: table;
    width: 100%;
    padding: 0;
    border-collapse: separate;
    border-spacing: 2px 0;
  }
  #floor tr:first-child {
    display: none;
  }
  #floor tr td:before {
    content: "";
    position: relative;
    left: -2px;
    display: table-cell;
    width: 80px;
    padding-left: 2px;
    background-color: #352b21;
    color: #e5e3d6;
  }
  #floor tr td:nth-child(2):before {
    content: "空室状況";
  }
  #floor tr td:nth-child(3):before {
    content: "面積";
  }
  #floor tr td:nth-child(4):before {
    content: "賃料";
  }
  #floor tr td:nth-child(5):before {
    content: "管理費";
  }
  #floor tr td:nth-child(6):before {
    content: "備考";
  }
  #floor tr td:nth-child(6) {
    border-bottom: solid 1px #6e6c67;
  }
  #floor .care_dining > div {
    margin-top: 20px;
  }
  #floor .care_dining .lft,
  #floor .care_dining .rgt {
    float: none;
    width: 94%;
    margin: auto;
  }
  #floor .care_dining .rgt {
    margin-bottom: 20px;
  }
  #floor .care_dining .bx-viewport {
    min-height: 200px;
    margin-bottom: 0;
  }
  #floor .care_dining .rgt .open span:after {
    width: 64%;
  }
  #team ul {
    background-position: center 5.8em;
  }
  #team .role {
    white-space: normal;
    font-size: 9px;
  }
  #outline ul{
    width: auto;
    margin: 0 auto 2em;
  }
  #outline li {
    display: block;
  }
  #outline li em {
    display: block;
    width: 100%;
    padding: 0;
    font-weight: bold;
  }
  #outline li span {
    display: block;
    width: 100%;
    padding: 0;
  }
  #outline .tel {
    cursor: pointer;
    color: #db8240;
    text-decoration: underline;
  }
  #team a {
    margin-bottom: .5em;
  }
  #team .logo li {
    height: 80px;
  }
  #copyright {
    background-size: 90px auto;
    padding-top: 15px;
  }
  #copyright span {
    display: block;
  }
  #copyright .policy {
    margin-bottom: 8px;
  }
  #copyright .slash {
    display: none;
  }
  #copyright > div {
    background-color: #9ea0a2;
  }
  /* 0812 add */
.cafe p{
	padding-top: 150px;
}
  #outline p{
    width: auto;
  }
}
@media screen and (max-width: 479px) {
  br.pc {
    display: none;
  }
  br.sp {
    display: inline;
  }
  h1 {
    top: 20%;
  }
  #top #logos {
    top: 0;
  }
  #concept .block {
    font-size: inherit;
  }
  #team ul {
    background-position: center 5em;
  }
  #navi.fixed {
    height: 61px;
    background-size: 68px auto;
  }
  #copyright {
    background-size: 68px auto;
    padding-top: 12px;
  }
  /* 0812 add */
.cafe p{
	padding-top: 100px;
}
