@charset "utf-8";
/* manual
========================================== */
.pcOnly {
  display: none;
}
.spOnly {
  display: block;
}
.tabOnly {
  display: none;
}
.pctabOnly {
  display: none;
}
.tabspOnly {
  display: block;
}
img {
  width: 100%;
}
/* header
========================================== */
header h1 {
  width: 260px;
  text-align: center;
  color: #7b7b7b;
  font-size: 11px !important;
  font-weight: normal;
  width: 96%;
  max-width: 1300px;
  margin: 0 auto;
  padding: 5px 0 0;
}
.hd {
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
}
.hd .logo {
  max-width: 116px;
  float: left;
  margin-right: 20px;
  margin-left: 1%;
}
.hd .logo .logo_img {
  width: 303px;
  float: left;
}
.hd .hdnav {
  width: 32%;
  float: right;
  margin-top: 15px;
  margin-right: 2%;
  padding: 0px 0;
}
.hd .hdnav li {
  float: right;
  margin-left: 5px;
  max-width: 90px;
  width: 22%;
}
.hd .hdnav li:hover {
  transition: all 0.3s linear;
}
.hd .hdnav li a {
  display: block;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  padding: 6px 10px;
  text-align: center;
  line-height: 1;
  font-size: 14px;
}
.hd .hdnav li a span {
  padding: 14px 0;
  display: block;
}
.hd .hdnav li.req {
  position: relative;
  overflow: hidden;
}
.hd .hdnav li.res {
  margin-left: 5px;
  display: none;
}
.hd .hdnav li.res a, .hd .hdnav li.req a {
  padding: 52px 0 22px;
  font-size: 15px;
  color: #ffffff;
  position: relative;
  border-radius: 50%;
  text-align: center;
}
.hd .hdnav li.res a {
  color: #ffffff;
  background-color: #2c89c3;
  border: solid 2px #ffffff;
}
.hd .hdnav li.req a {
  color: #ffffff;
  background-color: #1b833b;
  border: solid 2px #ffffff;
}
.hd .hdnav li.res a:hover {
  background-color: #ffffff;
  color: #2c89c3;
  border: solid 2px #2c89c3;
}
.hd .hdnav li.req a:hover {
  background-color: #ffffff;
  color: #1b833b;
  border: solid 2px #1b833b;
}
.hd .hdnav li.res a i, .hd .hdnav li.req a i {
  position: absolute;
  top: 18px;
  left: 50%;
  margin-left: -15px;
  font-size: 30px;
}
@keyframes fadeBtn {
  0% {
    background-color: #fff2d0;
  }
  50% {
    background-color: #efb820;
  }
  100% {
    background-color: #fff2d0;
  }
}
.hd .hdnav li.mapout {
  margin-top: 10px;
  max-width: 129px;
  width: 36%;
}
.hd .hdnav li.mapout a {
  color: #333333;
  font-size: 14px;
  line-height: 1;
  text-align: left;
  padding: 10px 10px 10px;
}
.hd .hdnav li.mapout .map, .hd .hdnav li.mapout .out {
  text-align: left;
  border-radius: 10px;
}
.hd .hdnav li.mapout .out {
  margin-bottom: 4px;
}
.hd .hdnav li.mapout a i {
  font-size: 24px;
  line-height: inherit;
  margin-top: -3px;
  vertical-align: middle;
  margin-right: 5px;
  color: #000000;
}
.hd .jimukyoku {
  float: left;
  width: 26%;
  min-width: 270px;
}
.hd .jimukyoku span {
  font-size: 13px;
  display: block;
}
.hd .jimukyoku a {
  display: block;
  font-size: 40px;
  margin-bottom: 0px;
  font-weight: bold;
  text-decoration: none;
  color: #bb1e14;
  line-height: 1;
}
.hd .jimukyoku a i {
  font-size: 70%;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 5px;
  margin-right: 3px;
}
/* headerSP
========================================== */
header.hdSp p.logo {
  display: block;
  width: 55%;
  max-width: 220px;
  padding: 5px 2%;
}
header.hdSp ul.hdnavSp {
  opacity: 1;
  visibility: visible;
  position: fixed;
  bottom: 0px;
  width: 100%;
  padding: 5px 0;
}
header.hdSp ul.hdnavSp.fixed {
  opacity: 1;
  visibility: visible;
}
.btnMenu {
  top: 3px;
  right: 1%;
  height: 50px;
  width: 50px;
  visibility: visible;
  opacity: 1;
}
.btnMenu span {
  position: absolute;
  display: block;
  top: 26px;
  left: 30%;
  width: 40%;
  height: 1px;
}
.btnMenu span:nth-of-type(2) {
  top: 32px;
}
.btnMenu span:nth-of-type(3) {
  top: 38px;
}
.btnMenu em {
  top: 17px;
  left: 0;
  width: 100%;
  font-size: 10px;
  font-style: normal;
}
.btnMenu.vew span:nth-of-type(1) {
  top: 32px;
}
.btnMenu.vew span:nth-of-type(2) {
  display: none;
}
.btnMenu.vew span:nth-of-type(3) {
  top: 32px;
}
header.hdSp ul.hdnavSp li {
    width: 38%;
    margin: 0 0.3%;
    text-align: center;
  font-size: 16px;
  vertical-align: text-top;
}
header.hdSp ul.hdnavSp li:first-child {
    width: 15%;
}
header.hdSp ul.hdnavSp li.btn_or a{
    padding: 7px 0;
}
header.hdSp ul.hdnavSp li.btn_or a p{
    font-size: 12px;
    line-height: 1.5;
    margin-right: 5px;
}
header.hdSp ul.hdnavSp li.btn_or a p span{
    display: none;
}
header.hdSp ul.hdnavSp li a {
  padding: 9px 0;
  font-size: 12px;
  border-radius: 10px;
}
header.hdSp ul.hdnavSp li a i {
  margin-bottom: 0px;
    font-size: 20px;
}
header.hdSp ul.hdnavSp li a em {
    left: 0;
  width: 100%;
    font-size: 12px;
  font-weight: bold;
  font-style: normal;
    text-align: center;
  display: block;
}
header.hdSp ul.hdnavSp li a .txt {
  font-size: 10px;
}
header.hdSp ul.hdnavSp li.btnTel {
  display: none;
}
header.hdSp ul.hdnavSp li.btnReq a {
  padding: 2px 0;
}
header.hdSp ul.hdnavSp li.btnRes a {
  padding: 2px 0;
}
header.hdSp nav.gnav.gnavSp {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding-top: 14vh;
  height: 85vh;
  z-index: -10;
  display: block;
}
header.hdSp nav.gnav.gnavSp.show {
  opacity: 1;
  visibility: visible;
  z-index: 90;
  position: fixed;
}
header.hdSp nav.gnav.gnavSp ul.gn {
  text-align: center;
}
header.hdSp nav.gnav.gnavSp ul.gn li {
  margin: 0 3% 1vh;
  width: 43%;
}
header.hdSp nav.gnav.gnavSp ul.gn li a {
  font-size: 2.2vh;
}
header.hdSp nav.gnav.gnavSp ul.gn li a span {
  font-size: 2vh;
}
/* gmenu
========================================== */
.gnav {
  width: 57%;
  position: absolute;
  z-index: 3;
  top: 35px;
  left: 140px;
}
.gnav .gn {
  width: 100%;
  margin: 0 auto;
  max-width: 1300px;
  text-align: left;
  font-size: 0;
}
.gnav .gn li {
  width: 16%;
  margin: 0 0.25% 5px;
  height: auto;
  position: relative;
  text-align: center;
  display: inline-block;
}
.gnav .gn li.gnHouse, .gnav .gn li.gnLand {
  width: 35.5%;
}
.gnav .gn li a {
  padding: 7px 0px 4px;
  font-size: 18px;
  border-radius: 10px;
}
.gnav .gn li.gnHouse a {
  color: #e65b82;
}
.gnav .gn li.gnLand a {
  color: #31a71d;
}
.gnav .gn li a span {
  display: block;
  font-size: 12px;
}
.gnav .gn li.gnHouse a:hover, .gnav .gn li.gnHouse.on a {
  border: solid 1px #e65b82;
}
.gnav .gn li.gnLand a:hover, .gnav .gn li.gnLand.on a {
  border: solid 1px #31a71d;
}
.gnav .gn li.gnHouse a::before, .gnav .gn li.gnLand a::before {
  content: "";
  height: 40px;
  width: 40px;
  display: inline-block;
  position: absolute;
  top: 11%;
  left: 25%;
}
.gn li.new::before {
  top: 10px;
}
/* gmenu  no
========================================== */
.gnav .gn li.no a, .gnav .gn li.no a:hover {
  opacity: 0.3;
  border: none;
}
.gnav .gn li.no a {
  cursor: default;
}
.gnav .gn li.gnHouse.no a {
  color: #e37e78;
}
.gnav .gn li.gnLand.no a {
  color: #418835;
}
.gnav .gn li.gnHouse.no a:hover {
  background-color: #ffffff;
  opacity: 0.3;
}
.gnav .gn li.gnLand.no a:hover {
  background-color: #ffffff;
  opacity: 0.3;
}
.gnav .gn li.no .comson {
  display: block;
  font-size: 20px;
  position: absolute;
  width: 100%;
  color: #776c3b;
  font-style: italic;
  top: 50%;
  left: 0px;
  margin-top: -16px;
}
/* ==================
top
======================== */
.main img {
  width: 100%;
}
.main button {
  background-color: #000000;
  color: #ffffff;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 16px;
  cursor: pointer;
  z-index: 100;
  padding: 5px 10px 3px;
  border: none;
  outline: none;
}
.main .bxslider li {
  position: relative;
}
.main .bxslider li .cap {
  position: absolute;
  bottom: 21vw;
  right: 10px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 1px 5px;
  font-size: 12px;
  width: auto;
}
.mainW .imgDebut {
  position: absolute;
  top: 46vw;
  right: 2%;
  z-index: 30;
  width: 17%;
}
.mainW .imgDebut img {
  max-width: 225px;
  width: 100%;
}
.mainBtm {
  background-color: #fcc80e;
  margin-top: -6vw;
  z-index: 1;
  position: relative;
  padding: 8vw 0 30px;
}
.mainBtm h2{
    font-size: 20px;
    margin-top: 20px;
}
.secAward {
  max-width: 930px;
  margin: 0 auto 0px;
  width: 96%;
}
.secAward ul {
  margin: 0px auto;
  max-width: 1300px;
    padding: 15px;
  border-radius: 36px;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  align-items: center;
}
.secAward ul li {
  width: 96%;
    margin-bottom: 10px;
}
.secAward ul li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 13px 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  border-radius: 20px;
  border: solid 3px #ff9312;
  background-color: #ffffff;
  color: #333;
}
.secAward ul li a::after {
  font-family: 'Material Icons';
  content: "\E5C8";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  right: 20px;
  transition: all 0.3s linear;
}
.secAward ul li a:hover::after {
  right: 10px;
}
.mainBtm .txtKakaku {
  margin-bottom: 10px;
}
.mainBtm .txtKakaku p.txt {
  font-size: 16px;
}
.mainBtm .txtKakaku ul {
  width: 98%;
  margin: 0 auto;
  text-align: center;
}
.mainBtm .txtKakaku ul li {
  font-size: 20px;
}
.mainBtm .txtKakaku ul li + li {
  padding: 10px 0;
  margin-top: 5px;
}
.mainBtm .txtKakaku ul li span {
  padding: 2px 5px;
  font-size: 14px;
}
.mainBtm .txtKakaku ul li strong {
  font-size: 140%;
}
.mainBtm .txtMain {
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.mainBtm .txtMain p.txt {
  font-size: 16px;
  line-height: 1.5;
}
.mainBtm .txtMain p.cat {
  font-size: 34px;
  letter-spacing: 0.25em;
  line-height: 1.2;
}
.mainBtm .txtMain p.cat span {
  color: #d90514;
}
.mainBtm .txtMain p.cat strong {
  font-size: 140%;
}
.mainBtm ul.point {
  text-align: center;
}
.mainBtm ul.point li div {
  background-color: #c7e8fa;
  color: #000000;
  font-size: 11px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0;
  border: solid 2px #ffffff;
  margin: 0 1% 5px;
  border-radius: 5px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 0.3);
}
.mainBtm ul.point li {
  display: inline-block;
  width: 47%;
  vertical-align: text-top;
}
.mainBtm ul.point li strong {
  font-size: 120%;
}
.mainBtm ul.point li p.chu {
  text-align: center;
  font-size: 10px;
}
.top .bnrRes {
  margin: 30px auto 0px;
}
.fbnr {
  position: fixed;
  z-index: 50;
  top: 280px;
  right: 10px;
}
.fbnr ul li {
  position: relative;
  margin-bottom: 5px;
}
.fbnr ul li a {
  display: block;
  text-decoration: none;
  color: #000000;
}
.fbnr span {
  position: absolute;
  top: -15px;
  right: -4px;
  z-index: 5;
  display: block;
  cursor: pointer;
}
.fbnr span i {
  background-color: #ffffff;
  border-radius: 50%;
  color: #39507a;
}
/* footer
========================================== */
.bnr_area {
  text-align: center;
  margin: 30px auto 0px;
}
.fbtn {
  width: 100%;
  margin: 0px auto 0;
  position: relative;
}
.fbtn::after {
  content: none;
  display: block;
  width: 100%;
  height: 100px;
  position: absolute;
  bottom: 0px;
  z-index: 0;
}
.fbtn ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
.fbtn li {
  width: 88%;
  display: inline-block;
}
.fbtn li.req {
  margin-bottom: 5px;
}
.fbtn li a {
  display: block;
  text-align: center;
  position: relative;
}
.fbtn li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 2px;
  display: block;
  border-radius: 50px;
  padding: 20px 0px;
  line-height: 1;
  position: relative;
  overflow: hidden;
  font-weight: bold;
  border: solid 2px #ffffff;
}
.fbtn li.res a {
  border-radius: 50px;
}
.fbtn li.req a {
  border-radius: 50px;
}
.fbtn li a i {
  margin-bottom: 0px;
  font-size: 30px;
  line-height: 1;
  vertical-align: middle;
}
.fbtn li.res a:hover {
  border: solid 2px #2c89c3;
  background-color: #ffffff;
  color: #2c89c3;
}
.fbtn li.req a:hover {
  border: solid 2px #1b833b;
  background-color: #ffffff;
  color: #1b833b;
}
.fbtn li a:after {
  top: 0px;
  left: -300px;
  width: 400px;
  height: 125px;
  position: absolute;
  /* 背景グラデーションの作成 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.0), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.0));
  animation: AnimationName 3s linear infinite;
}
@keyframes AnimationName {
  0% {
    left: -800px;
  }
  50% {
    left: 0px;
  }
  100% {
    left: 800px;
  }
}
.fnav ul {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.fnav ul li {
  width: 47%;
  text-align: center;
  display: inline-block;
}
.fnav ul li a {
  font-size: 14px;
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 10px 20px;
}
.fnav ul li.no a {
  color: #d2d2d2;
  cursor: default;
}
footer {
  width: 100%;
  padding: 0px 0 0px;
  background-color: #ffffff;
  margin-bottom: 60px;
}
footer .telw {
  width: 1080px;
  max-width: 1250px;
  margin: 0 auto 15px;
  padding: 0;
}
footer .telw .contact {
  margin-top: 0px;
}
footer .telw .contact p {
  font-size: 12px;
  line-height: 28px;
  color: #ffffff;
}
footer .tel .telnum {
  margin-right: 15px;
  margin-bottom: 5px;
  float: none;
}
footer .tel .telnum a {
  font-size: 55px;
  text-decoration: none;
  text-align: right;
  line-height: 1;
  color: #ffffff;
}
footer .tel .telnum img {
  margin-right: 10px;
  margin-bottom: 6px;
}
footer .tel .eigyo {
  font-size: 13px;
  line-height: 16px;
  color: #ffffff;
  padding-top: 10px;
  float: left;
}
footer .telw .left {
  width: 36%;
  float: left;
}
footer .telw .right {
  width: 47%;
  float: right;
  padding-top: 19px;
}
footer .flogow {
  width: 100%;
  padding: 0;
  margin-bottom: 5px;
}
footer .flogo .ttl {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  padding-bottom: 5px;
  border-bottom: solid 1px #cccccc;
}
footer .flogo .ttl span {
  font-size: 30px;
}
footer .flogo .zaidan {
  text-align: center;
  margin-bottom: 20px;
}
footer .flogo .zaidan img {
  max-width: 296px;
}
footer .flogo .jimukyoku {
  text-align: center;
  margin-bottom: 20px;
}
footer .flogo .jimukyoku a {
  display: block;
  font-size: 50px;
  margin-bottom: 0px;
  font-weight: bold;
  color: #bb1e14;
}
footer .flogo .jimukyoku a i {
  font-size: 70%;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 5px;
  margin-right: 3px;
}
footer .flogo .jimukyoku span {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 20px;
}
footer .flogo li {
  width: 100%;
  margin-bottom: 20px;
}
footer .flogo li:first-child,
footer .flogo li:nth-child(2),
footer .flogo li:last-child {
    width: 100%;
}
footer .flogo a {
  text-decoration: none;
  color: #000000;
  display: block;
}
footer .flogo li p span {
  margin-bottom: 5px;
}
footer .flogo li p.tel {
  margin-bottom: 5px;
  font-size: 10px;
}
footer .flogo li p.tel span {
  display: block;
  font-size: 12px;
  margin-bottom: 0;
  padding: 1px 0;
  display: none;
}
footer .flogo li p.tel .tel2 {
  display: inline-block;
  margin: 0 5px;
}
footer .flogo li p.tel small {
  font-size: 12px;
}
footer .flogo li p.tel a {
  font-size: 30px;
  line-height: 1;
}
footer .flogo li p.tel a i {
  font-size: 18px;
  line-height: 1;
  vertical-align: middle;
  padding-bottom: 5px;
  margin-right: 3px;
}
footer .flogo li img {
  max-width: 245px;
}
.ftBtm {
  position: relative;
}
.ftBtm .logoFt {
  position: relative;
  top: unset;
  left: 0%;
  z-index: 1;
  width: 33%;
  margin: 0 auto -100px;
}
.ftBtm .logoFt img {
  width: 100%;
}
.copy {
  font-size: 11px;
  padding: 10px 0;
}
.pageTop {
  margin-top: 5px;
  position: fixed;
  right: 10px;
  bottom: 70px;
  z-index: 80;
  color: #ffffff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 10px;
  height: 30px;
  width: 30px;
  padding: 9px 7px 4px 7px;
  font-size: 18px;
  cursor: pointer;
}
.fbnrEvent {
  position: fixed;
  left: -15px;
  top: 280px;
  z-index: 100;
  cursor: pointer;
}
.fbnrEvent dt {
  position: absolute;
  z-index: 10
}
.fbnrEvent dd {
  position: absolute;
  left: -612px;
  transition: all 0.3s linear;
}
.fbnrEvent dt:hover + dd {
  left: 0px;
}
.fbnrEvent dd:hover {
  left: 0px;
}
.fbnrEvent dt {
  display: inline-block;
  animation: shake 2s infinite;
  -webkit-animation: shake 2s infinite;
  -moz-animation: shake 2s infinite;
  -o-animation: shake 2s infinite;
  -ms-animation: shake 2s infinite;
}
@keyframes shake {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  25% {
    transform: translate(5px, 0px) rotateZ(0deg)
  }
  30% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  35% {
    transform: translate(10px, 0px) rotateZ(0deg)
  }
  75% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}
/****
common
*******************************************/
.conw {
  width: 100%;
}
.top .conw {
  padding-bottom: 0px;
}
.con {
  width: 100%;
  margin: 0 auto;
}
.block {
  max-width: 1300px;
  margin: 0 auto;
  width: 96%;
}
.secTit {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 7vw;
}
.secTit p.ttl {
    padding: 10vw 0;
}
.secTit p.ttl span {
  font-size: 30px;
  letter-spacing: 2px;
}
.secTit p.ttl img {
  max-height: 40px;
  margin-right: 10px;
}
.titw {
  position: relative;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}
.reserve .titw, .outline .titw, .map .titw {
  background-image: none !important;
}
.tit {
  width: 96%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  max-width: 1300px;
}
.tit h2 {
  color: #231816;
  font-size: 100px;
  position: absolute;
  text-align: center;
  width: 100%;
  left: 0px;
  bottom: -60px;
  font-weight: normal;
}
.reserve .tit h2, .outline .tit h2, .map .tit h2 {
  font-size: 50px;
  position: static;
  text-align: center;
  width: 100%;
  left: 0px;
  bottom: 0px;
  font-weight: normal;
  padding: 80px 0 20px;
}
.tit .img {
  text-align: center;
  display: inline-block;
}
.reserve .tit .img, .outline .tit .img, .map .tit .img {
  display: none;
}
h2.ttl {
  margin-bottom: 10px;
  text-align: center;
  font-size: 32px;
  letter-spacing: 2px;
  position: relative;
}
h2.ttl::before {
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 5px;
  left: 0%;
  margin-left: 0%;
}
h2.ttl + .txt {
  text-align: center;
  margin-bottom: 3vw;
  font-size: 18px;
  font-weight: bold;
}
.panw {}
.pan {
  text-align: left;
  font-size: 12px;
  padding: 5px 2%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 96%;
}
.pan a {
  color: #3d280d;
}
.txt {
  font-size: 14px;
  line-height: 2;
}
.txt strong.txtBold {
  font-size: 110%;
  font-family: "Hiragino Mincho Pro", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN";
}
.cat {
  font-size: 20px;
  line-height: 2;
  margin-bottom: 3vh;
}
.cat + .txt {
  margin-bottom: 30px;
  font-size: 14px;
}
.chu {
  font-size: 12px;
  color: #333333;
  text-align: left;
}
.left {
  float: left;
}
.right {
  float: right;
}
.sec00 {
  position: relative;
  padding-bottom: 5vh;
}
.sec00 p.img {
  position: relative;
}
.sec00 p.img img {
  width: 100%;
}
.sec00 p.ttl {
  text-align: center;
  padding: 6vh 0;
}
.sec00 p.ttl span {
  display: block;
  text-align: center;
  padding: 5px 0 5px;
  text-decoration: none;
  font-size: 20px;
  border-radius: 20px;
  background-color: #ffffff;
  color: #ffffff;
  width: 90%;
  margin: 0 auto;
  letter-spacing: 5px;
}
.sec00 p.ttl.ttlLand span {
  background: #11a63a;
  background: -moz-linear-gradient(left, #efe43e 0%, #11a63a 100%);
  background: -webkit-linear-gradient(left, #efe43e 0%, #11a63a 100%);
  background: linear-gradient(to right, #efe43e 0%, #11a63a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efe43e', endColorstr='#11a63a', GradientType=1);
}
.sec00 p.ttl img {
  width: 70%;
}
.sec00 .cat {
  text-align: center;
  font-size: 20px;
}
.sec00 .txt {
  text-align: center;
  font-size: 14px;
}
span.cap {
  font-size: 10px;
}
.btnPri {
  width: 96%;
  margin: 0 auto;
  text-align: center;
  max-width: 600px;
}
.btnPri li {
  display: inline-block;
  width: 34%;
  margin: 0 1%;
}
.btnPri li.gmap {
  width: 70%;
  margin-bottom: 10px;
}
.btnPri li a {
  display: block;
  text-decoration: none;
  text-align: center;
  background-color: #ffffff;
  color: #023287;
  padding: 10px 0;
  border: solid 1px #023287;
  border-radius: 7px;
  font-size: 16px;
}
.btnPri li a:hover {
  background-color: #023287;
  color: #fffdfa;
  padding: 10px 0;
  opacity: 1;
}
.btnPri li a i {
  display: block;
}
/* info
========================================== */
.infow {
  width: 100%;
  padding: 3vh 0;
}
.info .ttl_info {
  margin-bottom: 10px;
  text-align: center;
  color: #6b4e21;
  font-size: 18px;
  letter-spacing: 1px;
  border-top: solid 1px #6b4e21;
  border-bottom: solid 1px #6b4e21;
}
.info .ttl_info span {
  display: inline-block;
  border-left: solid 1px #6b4e21;
  border-right: solid 1px #6b4e21;
  padding: 3px 10px 0px;
}
.info .infoIn {
  overflow-y: scroll;
  max-height: 300px;
}
.info dl {
  padding: 10px 2%;
  margin-bottom: 3px;
  border-radius: 5px;
}
.info dl:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
}
.info dl dt, .info dl dd {
  display: inline-block;
  font-size: 14px;
}
.info dl dt {
  width: 100%;
  float: left;
  margin-right: 0%;
  font-weight: bold;
}
.info dl dd {
  width: 100%;
}
.info dl dd a {
  color: #ab1725;
}
.info dl dd span.strong {
  color: #333333;
  font-size: 14px;
}
.action {
  margin-bottom: 20px;
  font-size: 24px;
}
.action .txt {
  text-align: center;
  font-size: 47px;
  letter-spacing: 5px;
  line-height: 1.6;
  margin-bottom: 1vh;
}
.action small {
  font-size: 90%;
}
.announce {
  padding: 5px 1% 10px;
  margin: 0 auto 30px;
}
.announce h3 {
  font-size: 16px;
  padding: 5px;
  text-align: center;
  margin-bottom: 10px;
}
.announce .txt {
  font-size: 12px;
}
.actionw .infoBtn {
  width: 90%;
  margin: 0 auto;
}
.actionw .infoBtn li {
  width: 49%;
  float: left;
}
.actionw .infoBtn li.res {
  margin-right: 2%;
}
.actionw .infoBtn li.res a {
  background-color: #ce4350;
}
.actionw .infoBtn li a {
  background-color: #d6850d;
  color: #333333;
  position: relative;
  display: block;
  color: #ffffff;
  position: relative;
  text-decoration: none;
  border-radius: 5px;
  padding: 24px 0;
  text-align: center;
  line-height: 1;
  font-size: 20px;
  font-family: "Sawarabi Mincho", "Hiragino Mincho Pro", "MS PMincho", "Times New Roman", Times, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", "ＭＳ 明朝", serif;
}
@keyframes fadeBtn {
  0% {
    background-color: #e26a62;
  }
  50% {
    background-color: #efb820;
  }
  100% {
    background-color: #8dcaad;
  }
}
.buruburu:hover {
  animation: buruburu 0.3s infinite;
}
@keyframes buruburu {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
  25% {
    transform: translate(1px, 1px) rotateZ(1deg)
  }
  50% {
    transform: translate(0px, 1px) rotateZ(0deg)
  }
  75% {
    transform: translate(1px, 0px) rotateZ(-1deg)
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg)
  }
}
.topCon {
  background: #ffffff;
  position: relative;
}
.topCon::before {
  position: absolute;
  top: -7vh;
  left: 50%;
  width: 1px;
  height: 15vh;
  background-color: #000000;
  z-index: 2;
}
.topCon ul {
    margin: 0 auto;
  z-index: 8;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  border-top: solid 3px #ffffff;
}
.topCon ul li {
  margin-bottom: 0;
  position: relative;
  transition: all 0.3s linear;
  border: solid 2px #ffffff;
  width: 50%;
  box-sizing: border-box;
}
.topCon ul li::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 36px;
  background: url(../images/top/shiba.png) bottom center repeat-x;
  background-size: cover;
  z-index: 2;
}
.topCon ul li a {
  display: block;
  text-decoration: none;
  padding: 11vw 5%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  color: #333333;
}
.topCon ul li a:hover {
  opacity: 1;
}
.topCon ul li a div {
  text-align: center;
  max-width: 1000px;
  z-index: 10;
  position: relative;
  color: #000000;
  margin: 0 auto;
}
.topCon ul li a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s linear;
  background-color: #c4e0b2;
  mix-blend-mode: multiply;
  opacity: 0.35;
}
.topCon ul li:nth-child(2n) a::before {
  background-color: #e8cc77;
}
.topCon ul li a:hover::before {
  opacity: 1;
}
.topCon ul li a dl {
  position: relative;
  margin-bottom: 30px;
}
.topCon ul li a dl::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -7px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #ed6d00 transparent transparent transparent;
  z-index: 1;
}
.topCon ul li a dl dt {
  font-size: 24px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
.topCon ul li a dl dd {
  font-size: 16px;
  font-weight: bold;
}
.topCon ul li a p.txt {
  font-size: 14px;
  margin-bottom: 10px;
}
.topCon ul li a p.btn {
  background-color: transparent;
  border: solid 1px #333333;
  padding: 3px 2% 5px;
  font-size: 18px;
  border-radius: 20px;
  letter-spacing: 1px;
  width: 50%;
  max-width: 300px;
  margin: 0 auto;
  transition: all 0.3s linear;
  position: relative;
}
.topCon ul li a p.btn::after {
  font-family: 'Material Icons';
  content: "\E5C8";
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  right: 5px;
  transition: all 0.3s linear;
}
.topCon ul li a:hover p.btn::after {
  visibility: visible;
}
.topCon ul li a:hover p.btn {
  background-color: #81d24c;
  color: #ffffff;
}
.topCon ul li:nth-child(2n) a:hover p.btn {
  background-color: #ffb716;
  color: #ffffff;
}
.topCon ul li .img {
  position: absolute;
  z-index: 2;
}
.topCon ul li .img img {
  width: 100%;
}
.topCon ul li .img.fig01 {
  top: 5vw;
  right: -12%;
}
.topCon ul li .img.fig02 {
  top: -4vw;
  left: auto;
  right: -22%;
}
.topCon ul li .img.fig03 {
  top: -5vw;
  right: 16%;
}
.topCon ul li .img.fig04 {
  top: -5vw;
  right: 34%;
}
.topCon ul li .img.fig05 {
  top: 18vw;
  right: -12%;
}
.topCon ul li .img.fig06 {
  top: 0;
  left: 7%;
  width: 25%;
}
.topCon ul li .img.fig07 {
  top: -2vw;
  left: -4%;
}
.topCon ul li.boxGallery {
  width: 100%;
}
.topCon ul li.no {
    background-color: rgb(84 114 135 / 0.35);
}
.topCon ul li.no a {
  padding: 12vw 5%;
}
.topCon ul li.no a::before {
  content: none;
}
.topCon ul li.no a dl dt {
  color: #ffffff;
}
.topCon ul li.no a p.btn {
  background-color: #bbbbbb;
}
.topCon ul li.no a dl::before {
  content: none;
}
.topCon ul li.boxConept a {
  background-image: url(../images/top/bnrbgconcept.jpg);
}
.topCon ul li.boxLandscape a {
  background-image: url(../images/top/bnrBgLandscape.jpg);
}
.topCon ul li.boxRedeve a {
  background-image: url(../images/top/bnrBgRede.jpg);
}
.topCon ul li.boxLocation a {
  background-image: url(../images/top/bnrBgLoc.jpg);
}
.topCon ul li.boxAccess a {
  background-image: url(../images/top/bnrBgAcc.jpg);
}
.topCon ul li.boxPlan a {
  background-image: url(../images/top/bgTopPlan.jpg);
}
.bnr {
  margin: 0 auto 10px;
  max-width: 1000px;
  width: 98%;
  text-align: center;
}
.bnr img {
  width: 100%;
}
.bnrRes {
  margin: 10px auto 10px;
}
/****
concept
*******************************************/
.concept .secConcept .sec01 .sec01_2 {
    margin-bottom: 30px;
}
.concept .secConcept .sec01 .sec01_2 .img {
  width: 100%;
    margin: 20px auto;
}
.concept .secConcept .sec01 .sec01_2 h2 {
  font-size: 25px;
}
.concept .secConcept .sec02 .sec02_1 h3 {
  font-size: 20px;
}
.concept .secConcept .sec01 .sec01_2 .txt.mincho {
    font-size: 18px;
}

/****
land
*******************************************/
.land .sec01 h2 {
    font-size: 18px;
}
.land .sec01 h2 span {
    font-size: 22px;
}
.land .sec01 h2 span span {
    font-size: 28px;
}
.land .sec01 dl{
    flex-wrap: wrap;
    text-align: left;
}
.land .sec01 dl dt,
.land .sec01 dl dd{
    width: 100%;
}
.land .sec01 dl dt{
    margin-bottom: 0;
    border-right: none;
}
.land .sec02 dl{
    margin: 0 auto;
}
.land .sec02 dl dt,
.land .sec02 dl dd{
    width: 100%;
    padding: 10px 10px 25px;
}
.land .sec02 dl dt{
    margin: 0 0 20px;
}
.land .sec02 .zaidan{
    padding: 10px 10px 25px;
}
.land .sec02 h3{
    font-size: 20px;
}
.land .sec02 .text{
    font-size: 14px;
}

.bnr_maker dl dt,
.bnr_maker dl dd{
    width: 100%;
}
.bnr_maker dl dt{
    margin: 0 0 15px 0;
}


/****
landscape
*******************************************/
.landscape .sec00 .txt{
    margin: 0 auto;
}
.landscape .sec02 .sec02_1,
.landscape .sec02 .sec02_2,
.landscape .sec02 .sec02_3{
        background-size: 300px auto;
}
.landscape .sec02 .word p.ttl{
    width: 40%;
    margin: 0 auto 30px;
}
.landscape .sec02 .sec02_1,
.landscape .sec02 .sec02_2{
    padding: 80px 0 30px;
}
.landscape .sec02 .sec02_1_1 .content01 .img03 {
    bottom: -18vw;
    width: 25%;
}.landscape .sec02 .word {
    width: 90%;
    margin: 0  auto 30px;
}
.landscape .sec02 .sec02_2 .sec02_2_1 .sec02_2_1_box .img04{
    display: none;
}
.landscape .sec02 .content01 h3,
.landscape .sec02 .sec02_3 .content02 dl dt h3 {
    margin-bottom: 15px;
}
.landscape .sec02 .content01 {
    padding: 20px 10px;
}
.landscape .sec02 .sec02_1_1 .content01 ul li h5 {
    font-size: 11px;
    padding: 3px;
}
.landscape .sec02 .sec02_1_1 .content01 ul li:nth-child(3),
.landscape .sec02 .sec02_1_1 .content01 ul li:last-child{
    margin-bottom: 0;
}
.landscape .sec02 .sec02_1_1 .content01 ul li p{
    font-size: 13px;
}
.landscape .sec02 .sec02_2 .sec02_2_1 .content01 ul {
    padding: 15px 10px;
}

.landscape .sec02 .sec02_2 .sec02_2_1 .content01 ul li:first-child {
    width: 100%;
}
.landscape .sec02 .sec02_2 .sec02_2_1 .content01 ul li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
}
.landscape .sec02 .sec02_2 .sec02_2_1 .content01 ul li:last-child img {
    max-width: 100%;
}
.landscape .sec02 .sec02_2 .sec02_2_1 .img05 {
    bottom: -10vw;
    width: 20%;
}
.landscape .sec02 .sec02_3 .content02 dl dt{
    width: 100%;
    margin-bottom: 15px;
}
.landscape .sec02 .sec02_3 .content02 dl dd{
    width: 1000%;
}
.landscape .sec03 .sec03_1 dl dt,
.landscape .sec03 .sec03_1 dl dd{
    width: 100%;
}
.landscape .sec03 .sec03_1 dl dt,
.landscape .sec03 .sec03_1 dl:last-child dd{
    margin-bottom: 15px;
}
.landscape .sec03 .sec03_1 {
    padding: 14vw 0 0;
}
.landscape .sec03 .sec03_1 p.cat {
    text-align: center;
}
.landscape .sec03 .sec03_1 .img06 {
    width: 20%;
    top: -12vw;
}
.landscape .sec03 .sec03_1 dl:last-child{
    flex-direction: column-reverse;
}
.landscape .sec04 .sec04_1 h3.ttl + div {
    width: 86%;
    margin: 0 auto;
}
.landscape .sec04 .sec04_1 .left {
    width: 50%;
    float: none;
    margin: 0 auto;
}
.landscape .sec04 .sec04_1 .right p.txt {
    font-size: 14px;
}
.landscape .sec04 .sec04_1 .right {
    float: none;
    width: 96%;
    margin: 0 auto;
}
.landscape .sec05{
    padding: 50px 0 30px;
}
.landscape .sec05 p.img.sec05_1 {
    top: -10vw;
    right: 5%;
    width: 22%;
}
.landscape .sec05 ul li:first-child {
    margin-right: 0;
}
.landscape .sec05 ul li {
    width: 100%;
}
.landscape .sec05 ul li p.txt {
    min-height: auto;
}

/****
location
*******************************************/
.location h2.ttl.ttlLoc {
  height: 50px;
  position: relative;
  margin-bottom: 70px;
}
.location h2.ttl.ttlLoc img {
  top: -30px;
  margin-left: -50px;
  width: 100px;
}
.location .sec01 {
  padding-bottom: 100px;
}
.location .sec01 .sec01_1 .boxShp {
  margin-bottom: 30px;
}
.location .sec01 .sec01_1 .boxShp .photo {
  width: 100%;
  margin-bottom: 20px;
}
.location .sec01 .sec01_1 .boxShp .word {
  width: 100%;
}
.location .sec01 .sec01_2 p.img.fig02 {
  top: -50px;
}
.location .sec01 .sec01_2 h3.ttl {
  font-size: 24px;
  margin-bottom: 10px;
}
.location .sec01 .sec01_2 h3.ttl strong {
  display: block;
}
.location .sec01 .sec01_2 .lst table tbody tr th, .location .sec01 .sec01_2 .lst table tbody tr td {
    font-size: 14px;
  border-bottom: dashed 1px #ffffff;
  padding: 10px 1%;
  font-weight: bold;
}
.location .sec01 .sec01_2 .lst table {
  width: 100%;
}
.location .sec01 .sec01_2 .lst table tbody tr th {
  width: 45%;
}
.location .sec01 .sec01_2 .lst table tbody tr td {
  width: 55%;
}
.location .sec02 .sec02_1 ul li {
  width: 97%;
  margin-bottom: 30px;
}
.location .sec03 {
  padding-bottom: 50px;
}
.location .sec03 .sec03_1 .left {
  width: 100%;
  margin-bottom: 20px;
}
.location .sec03 .sec03_1 .right {
  width: 100%;
}
.location .sec03 .sec03_2 ul li {
  width: 97%;
  margin-bottom: 30px;
}
.location .lifeImg {
  margin-bottom: 30px;
}
.location .lifeImg li {
  width: 48%;
  margin: 0 1% 30px;
}
.location .lifeImg li .cate {
  position: absolute;
  top: -10px;
  left: -5px;
  font-size: 12px;
  padding: 2px 5px;
}
.location .lifeImg li img {
  width: 100%;
  margin-bottom: 0px;
}
.location .lifeImg li:last-child {
  margin-right: 0;
}
.location .lifeImg li .name {
  margin-top: 5px;
  font-size: 14px;
}
.location .lifeImg li .dist {
  font-size: 12px;
}
.location .lifeSwitch .tab li {
  font-size: 14px;
  padding: 5px 0 15px;
}
.location .lifeSwitch .tab li::after {
  top: 74%;
  margin-top: -15px;
  font-size: 30px;
  right: 50%;
  margin-right: -15px;
}
.location .lifeImg li.boxQr {
  width: 100%;
  background-size: cover;
  padding: 10px 1%;
  margin-top: 30px;
}
.location .lifeImg li.boxQr .left {
  width: 53%;
  position: absolute;
  top: -18px;
  left: 0;
}
.location .lifeImg li.boxQr .left img {
  width: 100%;
  max-width: 345px;
  margin-bottom: 0px;
}
.location .lifeImg li.boxQr .right {
  width: 40%;
}
.location .lifeImg li.boxQr .right img {
  margin-bottom: 0px;
}
.location .lifeImg li.boxQr .img.img07_04 {
  width: 18%;
  bottom: -19vw;
  right: 18%;
}
.location .lifeSwitch .lifeTxt li {
  margin-bottom: 20px;
}
.location .lifeSwitch .lifeTxt li:nth-child(even) {
  margin-right: 0;
  float: right;
}
.location .lifeSwitch .lifeTxt li .name::before {
  content: "1";
  padding: 2px 7px;
  min-width: 10px;
  margin-right: 5px;
  font-size: 11px;
}
.location .lifeSwitch .lifeTxt li p {
  display: inline-block;
  font-size: 14px;
}
.location .lifeSwitch .lifeTxt li .name {
  margin-right: 0px;
  float: left;
  width: 100%;
}
.location .lifeSwitch .lifeTxt .name span {
  background-color: transparent;
  color: #ffffff;
  padding: 3px 7px 3px;
  margin-right: 7px;
  min-width: 10px;
  text-align: center;
  display: inline-block;
}
.location .lifeSwitch .lifeTxt .name span.number {
  background-color: #000000;
}
.location .lifeSwitch .lifeTxt .dist {
  float: left;
  width: 100%;
  text-align: left;
}
/****
access
*******************************************/
.access .sec01 .sec01_1 .left {
  width: 100%;
  margin-bottom: 20px;
}
.access .sec01 .sec01_1 .right {
  width: 100%;
}
.access .sec01 .sec01_2 ul.accessInfo li {
  width: 96%;
}
.access .sec01 .sec01_2 ul.accessInfo li p.name {
  font-size: 14px;
}
.access .sec01 .sec01_2 ul.accessInfo li p.name span {
  font-size: 22px;
}
.access .sec01 .sec01_2 ul.accessInfo li p.dist {
  font-size: 14px;
}
.access .sec01 .sec01_2 ul.accessInfo li p.dist span {
  font-size: 23px;
}
.access .sec01 .sec01_2 .accessInfo li::after {
  top: 18px;
}
.access .sec02 .sec02_2 ul.accessInfo li {
  width: 98%;
}
.access .sec02 .sec02_2 ul.accessInfo li p.name {
  font-size: 14px;
}
.access .sec02 .sec02_2 ul.accessInfo li p.name span {
  font-size: 22px;
}
.access .sec02 .sec02_2 ul.accessInfo li p.dist {
  font-size: 14px;
}
.access .sec02 .sec02_2 ul.accessInfo li p.dist span {
  font-size: 23px;
}
.access .sec02 .sec02_2 .accessInfo li::after {
  top: 18px;
}
.access .sec03 h2.ttl {
  background-color: #947cae;
  background-color: #81b11a;
  color: #ffffff;
  padding: 10px 0;
}
.access .sec03 .sec03_1 {
  margin-bottom: 50px;
}
.access .sec03 .sec03_1 .left {
  width: 100%;
}
.access .sec03 .sec03_1 .left p.cat {
  font-size: 16px;
}
.access .sec03 .sec03_1 .left h4.ttl {
  font-size: 16px;
}
.access .sec03 .sec03_1 .left p.chu {
  font-size: 12px;
}
.access .sec03 .sec03_1 .left table tbody tr th,
.access .sec03 .sec03_1 .left table tbody tr td {
  padding: 5px 2px;
  font-size: 10px;
}
.access .sec03 .sec03_1 .left table tbody tr td sub{
    font-size: 10px;
    display: block;
}

.access .sec03 .sec03_1 .right {
  width: 100%;
}
.access .sec03 .sec03_1 .right .txt {
  font-size: 16px;
}
.access .sec03 .sec03_2 {
  font-size: 18px;
}
/****
development
*******************************************/
.development .sec00 p.img.flag {
  top: -32vW;
  left: -3%;
}
.development .sec01 {
  padding-bottom: 50px;
}
.development .sec01 .sec01_1 .left {
  width: 100%;
}
.development .sec01 .sec01_1 .right {
  width: 100%;
}
.development .sec01 .sec01_2 .left {
  width: 100%;
}
.development .sec01 .sec01_2 .right {
  width: 100%;
  border: none;
}
.development .sec01 .sec01_2 .right dl {
  width: 100%;
}
.development .sec01 .sec01_2 .right::before {
  display: none;
}
.development .sec02 {
  padding: 50px 0 100px;
}
.development .sec02 .left {
  width: 100%;
}
.development .sec02 .right {
  width: 100%;
}
.development .sec03 {
  padding: 0px 0 10px;
}
.development .sec03 .box p.cat {
  font-size: 20px;
  line-height: 2;
}
.development .sec03 .sec03_1.box p.img.fig03_1 {
  top: -29px;
  left: 3%;
}
.development .sec03 .sec03_1.box .left {
  width: 100%;
  margin-bottom: 50px;
}
.development .sec03 .sec03_1.box .right {
  width: 100%;
}
.development .sec03 .sec03_1.box .right ul.imgBox li {
  width: 96%;
}
.development .sec03 .sec03_1.box .right ul.imgBox li p.img.balloon {
  max-width: 90px;
  top: -30px;
  left: -30px;
}
.development .sec03 .sec03_2.box .left {
  width: 100%;
}
.development .sec03 .sec03_2.box .left ul.imgBox li {
  width: 96%;
}
.development .sec03 .sec03_2.box .left ul.imgBox li p.img.balloon {
  max-width: 90px;
  top: -30px;
  left: -30px;
}
.development .sec03 .sec03_2.box .left ul.imgBox li p.img.img03_2_3::before {
  content: none;
}
.development .sec03 .sec03_2.box .right {
  width: 100%;
  margin-bottom: 30px;
}
.development .sec03 .sec03_2.box .right p.txt {
  margin-bottom: 50px;
}
.development .sec03 .sec03_2.box .right ul.imgBox li {
  width: 96%;
}
.development .sec03 .sec03_2.box .right ul.imgBox li p.img.balloon {
  max-width: 90px;
  top: -30px;
  left: -30px;
}
.development .sec03 .sec03_3.box p.img.fig03_3_1 {
  position: absolute;
  top: 35px;
  right: -3%;
  width: 15%;
  z-index: 1;
}
.development .sec03 .sec03_3.box .left {
  width: 100%;
  margin-bottom: 30px;
}
.development .sec03 .sec03_3.box .right {
  width: 100%;
  margin: 0;
}
.development .sec03 .sec03_3.box .right p.img.balloon {
  max-width: 90px;
  top: -30px;
  left: -20px;
}
.development .sec03 .sec03_3.box .right p.img.img03_1 {
  position: relative;
  margin-bottom: 15px;
}
.development .sec03 .sec03_3.box .right p.img.img03_1 span.cap {
  bottom: 0;
  right: 0;
}
.development .sec03 .sec03_3.box .right p.txt {
  margin-top: 0;
}
.development .sec03 p.img.fig03_3_2 {
  position: absolute;
  left: 0%;
  width: 15%;
  z-index: 1;
}
.development .sec04 {
  position: relative;
}
.development .sec04 h2.ttl {
  font-size: 20px;
  margin-bottom: 30px;
}
.development .sec04 h2.ttl::before {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 20px 20px 0 21px;
  border-color: #fcc80e transparent transparent transparent;
  z-index: 1;
}
.development .sec04 p.img.fig04 {
  position: absolute;
  top: -10px;
  right: 2%;
  width: 15%;
  z-index: 1;
}
.development .sec04 .sec04_1 {
  margin-bottom: 50px;
}
.development .sec04 .sec04_1 p.cat {
  font-size: 22px;
}
.development .sec04 .sec04_1 ul.creation li {
  background-color: #ffffff;
  padding: 15px 3%;
  text-align: left;
  border-left: solid 15px #fcc80e;
  margin-bottom: 20px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 0.3);
}
.development .sec04 .sec04_1 ul.creation li p.cat {
  text-align: left;
  font-size: 16px;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.development .sec04 .sec04_1 ul.creation li p.txt {
  text-align: left;
  margin-bottom: 0;
  height: auto;
}
.development .sec04 .sec04_1 .left {
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
  border-bottom: dashed 1px #333333;
  border-right: none;
  margin-bottom: 30px;
}
.development .sec04 .sec04_1 .right {
  width: 100%;
  padding: 0 3%;
  box-sizing: border-box;
}
.development .sec04 .sec04_2 .left {
  width: 48%;
}
.development .sec04 .sec04_2 .left p.img.img04_1 {
  width: 90%;
  margin: 0 auto;
}
.development .sec04 .sec04_2 .right {
  width: 48%;
}
.development .sec04 .sec04_2 .right p.img.img04_2 {
  width: 90%;
  margin: 0 auto;
}
.development .sec04::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  background: url(../images/common/shibaR.png) bottom center;
  height: 60px;
  width: 100%;
}
/****
plan
*******************************************/
.snavP {
  margin: 60px auto 30px;
  max-width: 1300px;
}
.snavP.bottom {
  margin: 30px auto 30px;
}
.snavP li {
  float: left;
  width: 49%;
}
.snavP li:last-child {
  float: right;
}
.snavP li a {
  position: relative;
  display: block;
  text-align: center;
  padding: 10px 0 8px;
  text-decoration: none;
  font-size: 14px;
  border-radius: 20px;
  color: #333333;
}
.snavP li a:hover {
  background-color: #000000;
  opacity: 1;
}
.snavP li.snavLand a {
  background-color: #81d24c;
}
.snavP li.snavHouse a {
  background-color: #ffb716;
  ;
}
.snavP li a::after {
  font-family: 'Material Icons';
  content: none;
  position: absolute;
  top: 50%;
  margin-top: -9px;
  font-size: 18px;
  right: 20px;
  transition: all 0.3s linear;
}
.snavP li a:hover::after {
  right: 10px;
}
.kukaku {
  padding: 5vh 0 0;
}
.kukaku .sec02_1 {
  max-width: 1300px;
  position: relative;
  margin: 0 auto 10px;
  width: 98%;
}
.kukaku .sec02_1 img {
  width: 100%;
}
.kukaku .sec02_1::before {
  top: -30px;
  left: 0px;
  border-radius: 15px;
  padding: 5px 20px;
  font-size: 10px;
}
.kukaku .sec02_2 {
  max-width: 1300px;
  position: relative;
  margin: 0 auto 20px;
  width: 98%;
}
.kukaku .sec02_2 p {
  background-color: #eae7e0;
  color: #442d0e;
  padding: 10px;
  margin-bottom: 15px;
  text-align: center;
  font-size: 14px;
}
.kukaku .sec02_2 ul {
  text-align: center;
}
.kukaku .sec02_2 ul li a {
  display: block;
  border: solid 1px #000000;
  background-color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
  text-align: center;
  position: relative;
  line-height: 1;
}
.kukaku .sec02_2 ul li a:hover {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.60);
  transition: all 0.3s linear;
  border-color: #e26a62;
}
.kukaku .sec02_2 ul li a img {
  max-width: 150px;
  height: auto;
  vertical-align: middle;
  font-size: 0;
}
.kukaku .sec02_2 ul li a::after {
  content: none;
  position: absolute;
  top: 20px;
  right: 10px;
  color: #8a8a8a;
  font-size: 12px;
}
.kukakuInfo {
  margin-bottom: 0px;
}
.kukakuInfo h2.ttl {
  font-size: 16px;
  padding: 15px 0;
  margin-bottom: 40px;
}
.kukakuInfo h3 {
  text-align: center;
  border-bottom: solid 1px #000000;
  color: #362008;
  padding: 8px 0 5px;
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  font-weight: normal;
}
.kukakuInfoTxt {
  border: dotted 2px #d8473f;
  padding: 10px;
  margin: 0 auto 20px;
  width: 92%;
  background-color: #fffbf4;
}
.kukakuInfoTxt p {
  text-align: center;
  font-size: 15px;
}
.kukakuInfoTxt p a {
  background-color: #d43f35;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
  display: block;
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  padding: 5px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f5777e), color-stop(1.00, #d43f35));
  background: -webkit-linear-gradient(#f5777e, #d43f35);
  background: -moz-linear-gradient(#f5777e, #d43f35);
  background: -o-linear-gradient(#f5777e, #d43f35);
  background: -ms-linear-gradient(#f5777e, #d43f35);
  background: linear-gradient(#f5777e, #d43f35);
  width: 100px;
  display: inline-block;
  margin-right: 5px;
}
.kukakuInfoTxt p a:hover {
  opacity: 1;
}
.kukakuInfoTxt p a {
  width: 50px;
  padding: 2px;
}
.kukakuInfoTxt p a i {
  font-size: 18px;
  vertical-align: middle;
}
.kukakuInfo .unit {
  margin-bottom: 30px;
}
.kukakuInfo .unit h4 {
  margin-bottom: 10px;
  text-align: center;
}
.kukakuInfo .unit h4 img {
  width: auto;
}
.kukakuInfo .unit table.right tr th {
  display: none;
}
.kukakuInfo .unit table tr th, .kukakuInfo .unit table tr td {
  border: solid 1px #000000;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.kukakuInfo .unit table tr th, .kukakuInfo .unit table tr td {
  border: solid 1px #000000;
  padding: 10px 5px;
  font-size: 11px;
  vertical-align: middle;
  text-align: center;
}
.kukakuInfo .unit table tr th:first-child {
  width: 44px;
}
/*建売　列幅調整*/
.house .kukakuInfo .unit table tr th:nth-child(1), .house .kukakuInfo .unit table tr td:nth-child(1) {
  width: 15%;
}
.house .kukakuInfo .unit table tr th:nth-child(2), .house .kukakuInfo .unit table tr td:nth-child(2) {
  width: 15%;
}
.house .kukakuInfo .unit table tr th:nth-child(3), .house .kukakuInfo .unit table tr td:nth-child(3) {
  width: 20%;
}
.house .kukakuInfo .unit table tr th:nth-child(4), .house .kukakuInfo .unit table tr td:nth-child(4) {
  width: 20%;
}
.house .kukakuInfo .unit table tr th:nth-child(5), .house .kukakuInfo .unit table tr td:nth-child(5) {
  width: 20%;
}
.house .kukakuInfo .unit table tr th:nth-child(6), .house .kukakuInfo .unit table tr td:nth-child(6) {
  width: 10%;
}
/*宅地　列幅調整*/
.land .kukakuInfo .unit table tr th:nth-child(2), .land .kukakuInfo .unit table tr td:nth-child(2) {
  width: 50%;
}
.kukakuInfo .unit table tr td {
  background-color: #fffef4;
}
.kukakuInfo .unit table tr td a {
  font-size: 13px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.25);
  border: solid 1px #e8e8e8;
  border-radius: 5px;
  padding: 5px 0;
}
.kukakuInfo .unit table tr td a i {
  font-size: 16px;
}
.kukakuInfo .unit table tr.sumi td:first-child::after {
  font-size: 20px;
}
.kukakuInfo .unit table tr.mou td:first-child::after {
  font-size: 20px;
}
.house .kukakuInfo .unit table tr.sumi td:nth-child(3)::after, .house .kukakuInfo .unit table tr.mou td:nth-child(3)::after {
  font-size: 14px;
}
.land .kukakuInfo .unit table tr.mou td:nth-child(2)::after {
  font-size: 14px;
}
.land .kukakuInfo .unit table tr.sumi td:nth-child(2)::after {
  font-size: 14px;
}
/****
house
*******************************************/
.house .con {
  background: url(../images/common/bg.jpg);
}
.house .sec01::after {
  position: absolute;
  bottom: 0px;
  right: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 1px 5px;
  font-size: 12px;
}
/****
modelhouseplan
*******************************************/
.modelhouseplan .con {
  padding-bottom: 3vw;
}
.modelhouseplan .secTit {
  background-image: url(../images/plan/bgTtl.jpg);
}
.modelhouseplan .sec00 p.cat {
  margin: 0 auto 0px;
}
.modelhouseplan .sec00 p.img.img01 {
  position: absolute;
  top: -2vw;
  right: 4%;
  width: 11%;
}
.modelhouseplan .sec01::after {
  position: absolute;
  bottom: 0px;
  right: 2px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  padding: 1px 5px;
  font-size: 12px;
}
.modelhouseplan .sec01 {
  padding: 6vw 0;
  background: url(../images/common/dot20.png) #fff100;
}
.modelhouseplan .sec01 .sec01_2 > .txt {
  text-align: center;
  margin-bottom: 20px;
}
.modelhouseplan .sec01 .sec01_2 ul li {
  float: none;
  width: 96%;
  margin: 0 auto 20px;
  background-color: #ffffff;
  padding: 20px 1%;
  box-sizing: border-box;
  box-shadow: 7px 7px 0px 0px #00a6b2;
  transition: all 0.3s linear;
}
.modelhouseplan .sec01 .sec01_2 ul li:hover {
  box-shadow: 6px 6px 0px 0px #00a6b2;
}
.modelhouseplan .sec01 .sec01_2 ul li .ttl {
  text-align: center;
  margin-bottom: 20px;
}
.modelhouseplan .sec01 .sec01_2 ul li .img a img {
  width: 100%;
}
/****
gallery
*******************************************/
.gallery .lifeSwitch {
  width: 100%;
  margin: 0 auto;
}
.gallery .lifeSwitch .tab li {
  width: 29%;
  padding: 1px 1% 5px;
  margin: 5px 1%;
  font-size: 12px;
}
.gallery .lifeSwitch .tab li::after {
  display: none;
}
.gallery .lifeSwitch .tab li img {
  height: auto;
  width: 100%;
  margin-top: 10px;
}
/****
outline
*******************************************/
.outline .ttl_out {
  font-size: 16px;
  margin-bottom: 10px;
  color: #ffffff;
}
.outline .secOut {
  max-width: 1300px;
  width: 96%;
  margin: 0 auto;
}
.outline .shuTit {
  font-size: 16px;
  text-align: left;
  letter-spacing: 0px;
  font-weight: bold;
  border-bottom: solid 2px #333333;
  color: #333333;
  padding: 5px 10px 5px 0;
  margin-bottom: 20px;
}
.outline .secOut h3 {
  margin-bottom: 10px;
}
.outline .secOut h3 img {
  width: auto;
}
.outline .secOut h4 {
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  border-bottom: dotted 1px #333333;
}
.outline .secOut table {
  width: 100%;
  margin-bottom: 40px;
}
.outline .secOut table th, .outline .secOut table td {
  vertical-align: middle;
  padding: 8px 5px 8px 10px;
  border-bottom: solid 1px #cccccc;
  font-size: 13px;
}
.outline .secOut table th {
  width: 20%;
  border-bottom: solid 2px #c3c3c3;
  text-align: left;
  border-right: solid 3px #ffffff;
}
.outline .secOut table th.urinushi {
  vertical-align: top;
}
.outline .secOut table td {
  width: 70%;
  background-color: #ffffff;
}
.outHouse .shuTit {
  border-bottom: solid 2px #e37e78;
  color: #e37e78;
}
.outLand .shuTit {
  border-bottom: solid 2px #418835;
  color: #418835;
}
.notice {
  margin-bottom: 20px;
}
.notice .kokuchi {
  border: solid 1px #333333;
  color: #333333;
  float: left;
  padding: 5px 1%;
  margin-right: 0%;
  margin-bottom: 5px;
  width: 97%;
  text-align: center;
  font-size: 20px;
}
.notice .txt {
  float: left;
  width: 100%;
  line-height: 1.4;
  font-size: 14px;
  color: #333333;
}
/****
map
*******************************************/
.map .con {
  padding-bottom: 40px;
}
.map .sec01 {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 30px;
  position: relative;
  max-width: 1100px;
}
.map .sec01 .cap {
  font-size: 12px;
  padding: 5px 10px;
}
.map .sec01 img {
  width: 100%;
}
.map .sec02 .cap {
  font-size: 12px;
  padding: 5px 10px;
}
.map .sec02 img {
  width: 100%;
}
.map .sec03 {
  border: solid 1px #34a75d;
}
.map .sec03 .cap {
  font-size: 12px;
  padding: 5px 10px;
}
.map .secCarnavi .txt strong {
  font-size: 150%;
}
