@charset "utf-8";
/* manual
========================================== */
.pcOnly {
  display: none;
}
.spOnly {
  display: block;
}
.tabOnly {
  display: none;
}
.pctabOnly {
  display: none !important;
}
.tabspOnly {
  display: block;
}
img {
  max-width: 100%;
}
/* header
========================================== */
header {
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
}
header h1 {
  display: none;
}
.hd {
  max-width: 1100px;
  width: 96%;
  margin: 50px auto 0;
  padding: 10px 2%;
}
header .logo {
  text-align: left;
  padding: 0px 0;
  float: left;
  width: 30%;
  max-width: 70px;
  margin-top: 3px;
  margin-right: 5%;
}
header .logo p {
  margin-bottom: 5px;
  font-size: 12px;
}
header .logo img {
  width: 100%;
}
header .title {
  text-align: center;
  padding: 0px 0;
  width: 70%;
  margin: 0 auto;
  position: static;
  float: left;
}
header .title a {
  font-size: 15px;
  padding: 0px 0;
}
header .req {
  display: none;
}
header .req a {
  text-decoration: none;
  border: solid 1px #d4b97c;
  display: block;
  text-align: center;
  padding: 10px 0 5px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #aa925a;
}
header .req a:hover {
  color: #fbedce;
  opacity: 1;
}
header .req a::after {
  position: absolute;
  display: block;
  content: "";
  top: -100%;
  left: -100%;
  width: 100%;
  height: 100%;
  transition: all .3s;
  z-index: -1;
  border-radius: 3px;
}
header .req a:hover::after {
  top: 0;
  left: 0;
  background-color: #000000;
  color: #ffffff;
}
.is-animation.req {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0%;
}
.is-animation.req a {
  text-decoration: none;
  border: solid 1px #d4b97c;
  background-color: #aa925a;
  display: block;
  text-align: center;
  padding: 17px 0 13px;
  color: #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
/* スマホ用ヘッダー
========================================== */
.hd_sp {
  position: fixed;
  top: 0;
  z-index: 500;
  width: 100%;
  padding-top: 0px;
  height: 50px;
  display: block;
}
.hd_sp .formbtn li {
  width: 20%;
  width: 33.333333%;
  float: left;
  text-align: center;
}
.hd_sp .formbtn li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0px 0;
  font-size: 13px;
  height: 50px;
  position: relative;
}
.hd_sp .formbtn .reqbtn a {
  background-color: #bd901d;
}
.hd_sp .formbtn .telbtn a {
  background-color: #000;
}
.hd_sp .formbtn a i {
  margin-top: 6px;
}
.hd_sp .formbtn a em {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0;
  text-align: center;
}
.hd_sp .formbtn .menubtn {
  cursor: pointer;
}
.hd_sp .formbtn #navbar-toggle {
  position: relative;
  height: 50px;
  background-color: #ffffff;
  text-align: center;
  z-index: 10;
}
.hd_sp .formbtn #navbar-toggle span {
  position: absolute;
  display: block;
  top: 10px;
  left: 37.5%;
  width: 25%;
  height: 3px;
  background-color: #0b152f;
  transition: all 0.3s ease-out;
  z-index: 100000;
}
.hd_sp .formbtn #navbar-toggle span:nth-of-type(2) {
  top: 18px;
}
.hd_sp .formbtn #navbar-toggle span:nth-of-type(3) {
  top: 26px;
}
.hd_sp .formbtn #navbar-toggle em {
  position: absolute;
  top: 39px;
  left: 0;
  width: 100%;
  color: #0b152f;
  font-size: 10px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  line-height: 0;
  text-align: center;
}
#navbar-toggle.vew span:nth-of-type(1) {
  top: 18px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.hd_sp .formbtn #navbar-toggle.vew span:nth-of-type(2) {
  display: none;
}
.hd_sp .formbtn #navbar-toggle.vew span:nth-of-type(3) {
  top: 18px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
/* gmenu
========================================== */
.gnav {
  display: none;
}
.gnavSp {
  display: none;
  width: 100%;
  position: fixed;
  z-index: 150;
  top: 50px;
  height: 100vh;
  background-color: hsla(0, 0%, 100%, 0.9);
  border-bottom: solid 1px transparent;
}
.gnavSp ul {
  text-align: center;
  font-size: 0px;
}
.gnavSp ul li {
  float: left;
  text-align: center;
  display: block;
  width: 49.8%;
}
.gnavSp ul li:nth-child(1) {
  width: 100%;
}
.gnavSp ul li.no {
  opacity: 0.2;
}
.gnavSp ul li a {
  text-decoration: none;
  color: #000000;
  font-weight: bold;
  display: block;
  padding: 4vh 0;
  border-bottom: solid 1px #142f4a;
  border-right: solid 1px #142f4a;
}
.gnavSp ul li:nth-child(2n) {
  border-right: none;
}
.gnavSp ul li a:hover {
  opacity: 1;
}
.gnavSp ul li a.current {
  background-color: #000000;
  color: #ffffff;
}
.gnavSp ul li a.current p {
  color: #ffffff;
}
.gnavSp ul li p {
  font-size: 12px;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  font-weight: normal;
}
.gnavSp ul li p.en {
  padding-bottom: 3px;
  margin-bottom: 0px;
  font-size: 14px;
  position: relative;
  display: inline-block;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: 'Cinzel', serif;
  color: #142f4a;
}
.gnavSp ul li.no p.en:befire, .gnavSp ul li.no p.en:after {
  content: none;
}
.gnavSp ul li p.en:before, .gnavSp ul li p.en:after {
  content: "";
  width: 0%;
  height: 1px;
  position: absolute;
  top: 16px;
  transition: all .2s;
  background-color: white;
  display: inline-block;
}
.gnavSp ul li p.en:before {
  left: 50%;
}
.gnavSp ul li p.en:after {
  right: 50%;
}
.gnavSp ul li p.en:hover:before, .gnavSp ul li p.en:hover:after {
  background: #FFF;
  width: 50%;
}
.gnavSp ul li.no p.en:hover:before, .gnavSp ul li.no p.en:hover:after {
  content: none;
}
.gnavSp ul li:last-child {
  margin-right: 0;
}
.is-animation.gnavSp ul li p.en:hover:before, .is-animation.gnavSp ul li p.en:hover:after {
  background: #333;
}
.is-animation.gnavSp {
  background-color: hsla(0, 0%, 100%, 0.9);
  position: fixed;
  top: 50px;
  border-bottom: solid 1px #cccccc;
}
.is-animation {
  color: #000;
}
.is-animation.gnavSp ul li a {
  text-decoration: none;
  color: #000000;
}
/*コンテンツフェードアニメーション*/
/* 画面外にいる状態 */
.fadein {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 2000ms;
  animation-timing-function: ease-in-out;
}
/* 画面内に入った状態 */
.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
  animation-timing-function: ease-in-out;
}
/* top
========================================== */
.mainw {
  position: relative;
}
.main {
  position: relative;
  width: 100%;
}
.main .mainTxt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 5px 12px 5px 0px;
  font-size: 9px;
  text-indent: 11px;
  line-height: 1.2;
  max-width: 200px;
}
.main .mainTxt small {
  text-indent: 11px;
  display: block;
  font-size: 10px;
  letter-spacing: -1px;
  -moz-transform: scale(0.8, 0.8);
  -o-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
}
.main .mainTxt small span {
  font-size: 12px;
  line-height: 12px;
}
.main .mainTxt span {
  font-size: 16px;
  color: #fff0a6;
}
span.cap {
  position: absolute;
  bottom: 0px;
  color: #ffffff;
  padding: 1px 5px;
  font-size: 11px;
}
.actionw .action a {
  padding: 10px 0;
  font-size: 16px;
  letter-spacing: 0px;
}
.infow {
  padding-bottom: 70px;
}
.infow h2 {
  box-shadow: none;
  padding: 50px 0 30px;
}
.infow h2::after {
  top: 78px;
}
.infow .info {
  margin-bottom: 30px;
}
.infow .info dl {
  margin-bottom: 10px;
  padding: 10px 4%;
}
.infow .info dl dt, .infow .info dl dd {
  display: inline-block;
  text-align: left;
  font-size: 14px;
}
.infow .info dl dt {
  width: 100%;
  margin-right: 0%;
}
.infow .info dl dd {
  width: 100%;
}
.infow .chu {
  text-align: left;
}
.point ul li {
  font-size: 18px;
  padding: 15px 0;
  width: 98%;
}
.point ul li p {
  font-size: 16px;
}
.point ul li img {
  margin-bottom: 10px;
}
/* フッター
========================================== */
footer {
  width: 100%;
  padding: 30px 0 10px;
  border-top: solid 1px #cccccc;
}
footer .telw .contact {
  text-align: center;
  margin-bottom: 10px;
}
footer .telw .contact p {
  font-size: 14px;
}
footer .telw .tel {
  width: 96%;
  margin: 0 auto 10px;
}
footer .telw .tel .telnum {
  float: none;
  font-size: 40px;
  color: #000000;
  line-height: 1;
  text-align: center;
}
footer .telw .tel .telnum a {
  color: #000000;
  text-decoration: none;
}
footer .telw .tel .telnum i {
  font-size: 28px;
  line-height: 31px;
  vertical-align: middle;
  padding-bottom: 5px;
  margin-right: 5px;
}
footer .telw .tel .eigyo {
  float: none;
  font-size: 12px;
  text-align: center;
  margin-right: 0px;
}
footer .telw .tel .priLogo {
  float: none;
  width: auto;
  text-align: center;
  margin-top: 10px;
}
footer .telw .tel .priLogo img {
  width: auto;
}
footer .privacy {
  text-align: center;
  margin-bottom: 30px;
}
footer .privacy a {
  color: #000000
}
footer .flogow {
  margin-bottom: 30px;
}
footer .flogow .flogo {
  text-align: center;
}
footer .flogow .flogo p {
  margin-bottom: 10px;
}
footer .flogow .flogo img {
  width: auto;
}
.copy {
  text-align: center;
  font-size: 11px;
}
.page_top {
  width: 40px;
  position: fixed;
  right: 0px;
  bottom: 0px;
  padding: 5px 0 0px;
}
.page_top .material-icons {
  font-size: 30px;
}
/****
下層ページ共通のテンプレート
*******************************************/
.block {
  max-width: 1000px;
  margin: 0 auto;
  width: 96%;
}
h2 {
  text-align: center;
  padding: 50px 0 10px;
  font-weight: normal;
  letter-spacing: 3px;
  z-index: 49;
  margin-bottom: 20px;
  min-width: 100%;
  line-height: 1.4;
  font-size: 20px;
  position: relative;
  font-family: 'Cinzel', serif;
}
h2 span {
  font-size: 14px;
  letter-spacing: 3px;
}
h2::after {
  content: "";
  display: block;
  position: absolute;
  width: 6%;
  left: 47%;
  top: 78px;
}
.pan {
  text-align: left;
  font-size: 11px;
  color: #333333;
  padding: 5px 0;
  width: 96%;
  margin: 0 auto;
}
.pan a {
  color: #333333;
}
.tit {
  width: 96%;
  height: auto;
  margin: 0 auto;
  padding: 55px 0;
  text-align: center;
}
.tit p {
  text-align: center;
  display: inline-flex;
  width: auto;
  margin: 0 auto;
  padding: 5px 10px 2px;
  color: #ffffff;
  font-size: 47px;
  letter-spacing: 5px;
  font-weight: normal;
  text-shadow: -2px -2px 1px rgb(0, 0, 0);
}
.tit h2 {
  color: #ffffff;
  font-size: 20px;
}
.titw {
  margin-bottom: 30px;
}
.titw .obi {
  height: 300px;
  background-size: cover;
}
.titw .obi h2 {
  padding-top: 180px;
}
.chuw {
  margin: 20px auto;
}
.chu {
  font-size: 11px;
  font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
  text-align: left;
}
/* コンセプト
========================================== */
.concept::after {
  content: "";
  display: block;
  position: absolute;
  text-align: center;
  margin-bottom: 0px;
  background-size: cover;
  min-height: auto;
  /* blurの値と同じ値だけマイナス */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.concept .block {
  z-index: 60;
  padding: 10px 2%;
  width: 96%;
}
.concept .block .inner {
  padding: 20px 1% 0;
}
.concept h2::after {
  border-bottom: solid 1px #000;
}
.concept h3 {
  margin-bottom: 30px;
  font-size: 30px;
}
.concept h3 span {
  display: block;
  font-size: 14px;
}
.concept .txt {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0px;
  color: #ffffff;
  margin-bottom: 10px;
}
.concept .sec01 {
  margin-bottom: 30px;
}
.concept .sec01 h3 {
  font-size: 30px;
  letter-spacing: 3px;
}
.concept .sec01 .cat {
  font-size: 15px;
  letter-spacing: 0px;
  line-height: 1.4;
}
.concept .sec01 .cat small {
  font-size: 14px;
  letter-spacing: 0px;
}
.concept .sec01 .cat small span {
  font-size: 16px;
  line-height: 16px;
  vertical-align: bottom;
}
.concept .sec02 {
  padding: 40px 2% 20px;
  margin: 0 auto 20px;
}
.concept .sec02::before {
  font-size: 30px;
  line-height: 30px;
}
.concept .sec02 h3 {
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 1px;
}
.concept .sec02 h3 span {
  display: block;
  font-size: 12px;
}
.concept .sec02 .txt {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2px;
  color: #ffffff;
}
.equBox h4 {
  font-size: 14px;
}
.equBox .left {
  width: 100%;
}
.equBox .right {
  float: right;
  width: 100%;
}
.equBox ul {
  margin-bottom: 10px;
}
.equBox .left ul li {
  width: 100%;
  font-size: 12px;
  padding: 4px 2% 2px;
}
.concept .sec03 {
  margin: 0 auto 20px;
  padding: 40px 2% 20px;
}
.concept .sec03 h3 {
  font-size: 20px;
}
.concept .sec03::before {
  content: "LIFE INFORMATION";
  position: absolute;
  top: 0px;
  left: 0px;
  font-size: 30px;
  /* color: #cec6b6; */
  font-family: 'Cinzel', serif;
  line-height: 30px;
  text-align: left;
}
.concept .sec03 table tr th, .concept .sec03 table tr td {
  padding: 5px 3px;
  font-size: 12px;
}
.concept .sec03 table tr th .cate {
  font-size: 12px;
}
.concept .sec03 table tr td:nth-child(2) {
  width: 40%;
}
.concept .sec03 table tr td:nth-child(3) {
  text-align: right;
}
/* プラン
========================================== */
.plan .block {
  min-height: 500px;
  margin-bottom: 100px;
}
.plan .tab {
  margin-bottom: 10px;
}
.plan .tab li {
  font-size: 10px;
  padding: 4px 0 13px;
  cursor: pointer;
  line-height: 24px;
}
.plan .tab li span {
  font-size: 13px;
  margin-right: 2px;
}
.plan .tab li::before {
  content: "▼";
  font-size: 10px;
  position: absolute;
  left: 15px;
  left: 50%;
  top: 26px;
  margin-left: -5px;
}
.plan #unitF02, .plan #unitF03, .plan #unitF04, .plan #unitF05, .plan #unitF06, .plan #unitF07, .plan #unitF08 {
  display: none;
}
.plan .planBox {
  margin-bottom: 40px;
}
.plan .planBox .left {
  margin-top: 5px;
  min-height: auto;
}
.plan .planBox .left table.planInfo {
  margin-bottom: 30px;
  width: 100%;
}
.plan .planBox .left table.planInfo tr th, .plan .planBox .left table.planInfo tr td {
  margin-bottom: 10px;
  padding: 10px 4%;
  vertical-align: middle;
}
.plan .planBox .left table.planInfo tr th {
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: 18px;
  padding: 10px 2%;
  /* width: 80px; */
}
.plan .planBox .left table.planInfo tr th span {
  font-size: 26px;
  margin-right: 3px;
}
.plan .planBox .left .img {
  text-align: center;
  position: relative;
  padding-top: 30px;
}
.plan .planBox .left .img::before {
  position: absolute;
  content: "間取図";
  top: 0px;
  left: 10px;
  background-color: #ffffff;
  border: solid 1px #000000;
  color: #000000;
  padding: 5px 10px;
  font-size: 14px;
}
.plan .planBox .left .img img{
    max-width: 100%;
    height: auto;
}
.plan #unitF01.planBox .left .img::before {
  content: "間取図";
}
/***********階層**********/
.plan .planBox .right {
  float: right;
  width: 100%;
}
.plan .planBox .right table {
  border-collapse: separate;
  margin-top: 0px;
  width: 100%;
}
.plan .planBox .right table tr th, .plan .planBox .right table tr td {
  vertical-align: middle;
}
.plan .planBox .right table tr th {
  text-align: center;
  line-height: 1;
}
/***********10F～6F**********/
.plan .planBox .right table.base tr td {
  background-color: #ffffff;
  font-size: 10px;
}
.plan .planBox .right table.base tr td strong {
  font-size: 12px;
  font-weight: bold;
}
.plan .planBox .right table.base tr {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.60);
  transition: all 0.3s linear;
}
/***********1Fオプション用**********/
.plan .planBox .right table.option {
  border-spacing: 0px 0px;
  border-collapse: separate;
  margin-top: 0px;
  width: 100%;
  position: relative;
}
.plan .planBox .right table.option:after {
  content: "";
  position: absolute;
  top: -34px;
  left: 42px;
  margin-left: 0px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 6px 28px 6px;
  border-color: transparent transparent #ad5341 transparent;
  z-index: 0;
  display: block;
}
.plan .planBox .right table.option:before {
  content: "";
  position: absolute;
  background: url(../images/plan/step.png) no-repeat;
  background-size: contain;
  top: -81px;
  left: 38px;
  margin-left: 0px;
  width: 70px;
  height: 70px;
  z-index: 0;
  display: block;
}
.plan #unitF01.planBox .right table.option tr {
  opacity: 1;
}
.plan .planBox .right table.option tr th, .plan .planBox .right table.option tr td {
  padding: 10px 0px;
  vertical-align: middle;
}
.plan .planBox .right table.option tr th {
  background-color: #ad5341;
  color: #ffffff;
  text-align: center;
  line-height: 1;
  font-size: 14px;
  width: 290px;
}
.plan .planBox .right table.option tr td {
  background-color: #ffffff;
  color: #b91f00;
  text-align: center;
  line-height: 1;
  font-size: 15px;
  font-weight: bold;
}
/* スペック
========================================== */
.spec .block {
  min-height: 380px;
}
.specBox li {
  float: left;
  position: relative;
  width: 32%;
  height: 60px;
  overflow: hidden;
  margin-right: 2%;
  margin-bottom: 5px;
}
.specBox li:nth-child(3n) {
  margin-right: 0;
}
.spec .photo-list01 li a::before {
  content: "＋";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.59);
  bottom: 0px;
  right: 0px;
  z-index: 5;
  font-size: 16px;
  color: #ffffff;
  padding: 0px 5px;
  font-weight: bold;
}
.photo-list01 li a {
  display: block;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.photo-list01 li a .hover_box_bg {
  background: rgba(40, 22, 4, 0.7);
  height: 100%;
  opacity: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  -webkit-transition: opacity .8s ease-in-out;
  -moz-transition: opacity .8s ease-in-out;
  transition: opacity .8s ease-in-out;
}
.photo-list01 li a .hover_box {
  box-sizing: border-box;
  color: #fff;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-weight: normal;
  line-height: 1.4;
  opacity: 0;
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  height: 100%;
  width: 100%;
  vertical-align: middle;
  z-index: 10;
  -webkit-transition: opacity .8s ease-in-out;
  -moz-transition: opacity .8s ease-in-out;
  transition: opacity .8s ease-in-out;
}
.photo-list01 li a .hover_box .text01 {
  font-size: 24px;
  margin: 0 0 10px;
}
.photo-list01 li a .hover_box .text02 {
  font-size: 16px;
  margin: 0;
  line-height: 1.8;
}
.photo-list01 li img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
/* hover-animation */
@media screen and (min-width: 641px) {
  .photo-list01 li a:hover {
    opacity: 1;
  }
  .photo-list01 li a:hover .hover_box_bg, .photo-list01 li a:hover .hover_box {
    opacity: 1;
    -webkit-transition: opacity .8s ease-in-out;
    -moz-transition: opacity .8s ease-in-out;
    transition: opacity .8s ease-in-out;
  }
}
.photo-list01 + .anchor-list01 {
  margin-top: 80px;
}
.spec .tab {
  margin-bottom: 10px;
}
.spec .tab li {
  font-size: 12px;
  padding: 8px 0 16px;
}
.spec .tab li::before {
  left: 50%;
  top: 30px;
  margin-left: -5px;
  font-size: 10px;
}
.spec .tab li:nth-child(3) a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  height: auto;
}
.spec .tab li a i {
  margin-left: 0px;
  font-size: 15px;
  display: none;
}
.spec .specBox {
  margin-bottom: 40px;
}
.specBox .secBox li {
  float: left;
  position: relative;
  width: 100%;
  height: auto;
  overflow: initial;
  margin-right: 0%;
  margin-bottom: 20px;
}
.specBox .secBox li:nth-child(3n) {
  margin-right: 0;
}
.secBox li h4 {
  margin-bottom: 5px;
  border-left: solid 3px #000000;
  text-indent: 7px;
}
.secBox li .img {
  background-color: #cccccc;
  height: auto;
  text-align: center;
  padding: 100px 0;
  margin-bottom: 10px;
}
.secBox li .img img {
  width: 100%;
}
.spec #unitG02, .spec #unitG03, .spec #unitG04 {
  display: none;
}
.spec #unitG04 .panoBox {
  height: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
/* アクセス
========================================== */
.access .block {
  margin-bottom: 30px;
}
.access h3 {
  font-size: 16px;
}
.access .accessInfo {
  width: 100%;
}
.access .accessInfo li {
  float: left;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 30px;
  position: relative;
}
.access .accessInfo li:nth-child(even) {
  margin-right: 0;
}
.access .accessInfo li::after {
  top: 18px;
}
.access .accessInfo li .name {
  font-size: 12px;
  float: left;
  padding-right: 20px;
}
.access .accessInfo li .name span {
  font-size: 20px;
}
.access .accessInfo li .dist {
  font-size: 12px;
  float: right;
  padding-left: 20px;
}
.access .accessInfo li .dist span {
  font-size: 24px;
  margin-left: 5px;
}
.access .accessInfo li .txt {
  line-height: 1.4;
  margin-left: 17px;
  font-size: 12px;
}
.access .accessInfo.bus li {
  font-size: 14px;
}
/* 地図
========================================== */
.map .block {
  min-height: auto;
  margin-bottom: 30px;
}
.map .img iframe {
  width: 100%;
  height: 300px
}
.map .mapimg {
  text-align: center;
  margin-bottom: 30px;
}
.map .mapTxt {
  font-size: 14px;
  padding: 8px 0 10px;
}
.map .mapTxt small {
  font-size: 11px;
  letter-spacing: 0px;
}
.map .mapTxt small span {
  font-size: 14px;
  line-height: 14px;
  vertical-align: bottom;
}
.map .mapTxt span {
  font-size: 23px;
}
.pribtnw {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.pribtnw p {
  float: none;
  width: 100%;
  margin: 30px auto;
}
.pribtnw .clo {
  margin-right: 0px;
}
.pribtnw .pri a {
  padding: 10px 0;
  font-size: 16px;
}
.pribtnw .clo a {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #f5f5f5;
  color: #132a88;
  padding: 10px 0;
  border: solid 1px #132a88;
  border-radius: 50px;
  font-size: 16px;
}
.pribtnw .pri a:hover, .pribtnw .clo a:hover {
  opacity: 0.6;
}
.pribtnw .pri a i, .pribtnw .clo a i {
  display: block;
}
/****
物件概要
*******************************************/
.outline .block {
  min-height: 500px;
  margin-bottom: 30px;
}
.outline .ttl_out {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333333;
}
.outline table {
  border: solid 1px #ffffff;
  margin-bottom: 10px;
  width: 100%;
}
.outline table th, .outline table td {
  vertical-align: middle;
  padding: 3px;
  font-size: 13px;
}
.outline table th {
  width: 25%;
  height: auto;
}
.outline table td {
  width: 70%;
  height: auto;
}
.contactBtn {
  background: url(../images/common/bg_contactBtn.jpg) bottom center no-repeat;
  background-size: cover;
  padding: 50px 0;
  position: relative;
}
.contactBtn a {
  width: 96%;
  margin: 0 auto;
  display: block;
  text-align: center;
  padding: 10px 0 10px;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  line-height: 1;
  font-family: 'Cinzel', serif;
}
.contactBtn a:hover {
  color: #ffffff;
  opacity: 1;
}
.contactBtn a i {
  margin-bottom: 5px;
}
.contactBtn a span {
  font-size: 14px;
  letter-spacing: 3px;
}
/*============================
_print
============================*/
@media print {
  .detail .hdw_sp, .detail .hdw, .detail .titimg, .detail .fbtn, .detail .pribtnw, .detail .fnavw, .detail .ftw {
    display: none !important;
  }
  .map .con {
    padding: 0;
  }
  .map .carnavi {
    margin: 0;
  }
  .map .hdw_sp, .map .hdw, .map .titw, .map .panw, .map .fbtn, .map .pribtnw, .map .fnavw, .map .ftw, .map .copy, .map .page_top {
    display: none !important;
  }
}