@charset "UTF-8";




/*================================================================
site_default 
================================================================*/
/* -------------------------------------------
* initialize
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* For Android */
body * {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6MEI1MzY2NTA1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6MEI1MzY2NTE1RTY2MTFFNUExRTlDMDdERTNCNDFENkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDowQjUzNjY0RTVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDowQjUzNjY0RjVFNjYxMUU1QTFFOUMwN0RFM0I0MUQ2QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pj3ggHcAAAAQSURBVHjaYvj//z8DQIABAAj8Av7bok0WAAAAAElFTkSuQmCC");
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased;
}

article, aside, dialog, figure, footer, header, hgroup, nav, section {
  display: block;
}

ul li,li {
  list-style: none;
}

input, select {
  vertical-align: middle;
}

.hide {
  display: none;
}

body {
  font-family: 'ヒラギノUD角ゴシック','MSゴシック','Noto Sans JP', sans-serif;
}

img {
  height: auto;
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.globalnavi {
  display: none;
}
@media (min-width: 759px) {
.site-header .globalnavi {
  display: block !important;
}
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*================================================================
common
================================================================*/

.wrap {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
}

@media (min-width:769px){
  a:hover {
    opacity: 0.7;
  }
}

.page-top {
  position: fixed;
  right: 20px;
  bottom: 50px;
  line-height: 0;
  z-index: 20;
}
img {
  max-width: 100%;
  height: auto;
}
.sections h3 {
  text-align: center;
}


/*---------- max-width: 768px ----------*/
@media (max-width: 768px) {
  .wrap {
    width: 94%;
  }
  .page-top {
    right: 12px;
  }
}


/*================================================================
header
================================================================*/

.site-header {
  width: 100%;
  height:70px;
/*  padding: 30px 0;*/
  z-index: 9999;
  background: #fff;
  box-sizing: border-box;
}
.site-header .lp-title {
  padding: 20px 0 20px 50px
}
.site-header .lp-title img{
  max-width: 138.85px;
}
.globalnavibase{
  display: none;
}

.globalnavi {
  position: absolute;
  top: 24px;
  right: 20px;
  z-index: 100;
  width: 100%;
  max-width: 450px;
}


.globalnavi li {
  float: left;
  margin: 0 20px 0 0;
  text-align: center;
}

.globalnavi li:last-child,
.globalnavi li:last-child a {
  margin: 0px;
}

.globalnavi li a {
  position: relative;
  color: #000;
  font-size: 16px;
  display: block;
  padding: 4px 10px;
  
}

.globalnavi li a:hover {
  text-decoration: none;
  opacity: 1;
  background: #ffe57f;
}

.globalnavi li a:after {
  content: "";
  display: none;
  position: absolute;
  top: -3px;
  bottom: -3px;
  left: 50%;
  margin-left: 0;
  width: 0;
  height: 2px;
  border-bottom: 1px solid #000;
 /* transition: width 0.5s, margin-left 0.5s; */
}


.globalnavi li.current a {
  background: #ffe57f;
}

.globalnavi li.current a:after,
.globalnavi li a:hover:after {
  content: "";
  position: absolute;
  bottom: -23px;
  left: 50%;
  margin-left: -125px;
  width: 251px;
  height: 2px;
  border-bottom: 1px solid #fff;
}

/*================================================================
footer
================================================================*/

.site-footer {
  text-align: center;
  position: relative;
  padding: 24px 0 14px;
  border-top: 1px solid #cccccc;
  background: #292929;
  z-index: 10;
  letter-spacing: .1em;
}

.site-footer .text {
  font-size: 14px;
  color: #CBCBCB;
  margin-bottom: 15px;
}
.site-footer .copyright {
  font-size: 10px;
  color: #CBCBCB;
}


/*---------- max-width: 768px ----------*/
@media (max-width: 768px) {


}


/*================================================================
contents
================================================================*/
 .all-wrap img {
  max-width: 100%;
  height: auto;
}
.image{
  position: relative;
}
.caption{
  position: absolute;
  padding: 4px 8px;
  bottom: 0;
  right: 0;
  background: rgba(0,0,0,.7);
  color: #fff;
  font-weight: 100;
  font-size: 11px;
}

.main-visual {
  position: relative;
  overflow: hidden;
}
.main-visual img {
  width: 100%;
}
.main-visual .right,
.main-visual .left {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  transform: translateY(-100%);
}
.main-visual .right {
  left: auto;
  right: 0;
}
.main-visual li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  opacity: 0;
}
@keyframes anime1 {
0% {transform: translateY(100%);}
100% {transform: translateY(0);}
}
@keyframes anime2 {
0% {transform: translateY(-100%);}
100% {transform: translateY(0);}
}
.main-visual li.active,
.main-visual li.on {
  opacity: 1;
  z-index: 3;
}
.main-visual li.active {
  z-index: 2;
}
.main-visual .left li.on {
  transform: translateY(0);
  animation-name: anime1;
  animation-duration: .7s;
  animation-timing-function: ease-out;
}
.main-visual .right li.on {
  transform: translateY(0);
  animation-name: anime2;
  animation-duration: .7s;
  animation-timing-function: ease-out;
}

.main-visual img {
  width: 100%;
}
.main-visual .bg {
  line-height: 0;
}
.main-visual .bg .pc {
  width: 50%;
}
.main-visual .bg .sp {
  width: 100%;
}

.main-visual .mark {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44%;
  left: 28%;
  z-index: 3;
}

.sections .bg {
  line-height: 0;
}

.sections img {
  width: 100%;
}

.contents {
  position: relative;
  z-index: 10;
  background: #fff;
}

.line-up {
  position: relative;
  background: rgba(187,142,0,.05);
  padding-bottom: 100px;
  padding-top: 90px;
}
.line-up h2 {
  text-align: center;
  font-size: 38px;
  font-family: 'Helvetica','Arial';
  font-weight: 400;
  letter-spacing: .2em;
  color: #BB8E00;
  margin-bottom: 10px;
}
.line-up .sub{
  text-align: center;
  font-size: 22px;
  margin-bottom: 60px;
}

.property{
  margin-bottom: 40px;
}
.property .name{
  background: #5081A5;
  padding: 20px;
  box-sizing: border-box;
  font-size: 22px;
  text-decoration: underline;
}
.property .name a{
  color: #fff;
}
.property .bg{
  background: #fff;
  padding: 25px;
  box-sizing: border-box;
}
.property .price{
  font-size: 26px;
  line-height: 1.4;
  color: #124A7B;
  font-weight: bold;
  font-family: 'Helvetica','Arial','ヒラギノUD角ゴシック','MSゴシック','Noto Sans JP', sans-serif;
  margin-bottom: 10px;
}
.property .price span{
  font-size: 12px;
  color: #124A7B;
  border: 1px solid #124A7B;
  background: rgba(80,129,165,.05);
  padding: 6px 10px 6px;
  margin-right: 6px;
  display: inline-block;
  vertical-align: middle;
}
.property .point{
  background: rgba(80,129,165,.05);
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 10px;
  display: inline-block;
}
.property .point img{
  max-width: 70px;
  margin: 0 auto 10px;
}
.property .point .point-txt{
  font-size: 18px;
  line-height: 1.6;
}
.slider-container{
  vertical-align: top;
  display: inline-block;
  width: 51%;
  margin: 0;
}
.slider-container #slider{
  margin-bottom: 10px;
}
.slider-container #thumbs.slick-slider .slick-track{
  width: 100% !important;
}
.slick-prev,.slick-next{
  z-index:2;
}
#thumbs .slick-slide{
  width: 18.8% !important;
  margin-right: 1.5%;
}
/*
#thumbs.thumbs10 .slick-slide{
  width: 23% !important;
  margin-right: 1.5%;
}
*/
/*
#thumbs.thumbs11 .slick-slide{
  width: 49% !important;
  margin-right: 1.5%;
}
*/
#thumbs .slick-slide:last-child{
  margin-right: auto;
}
.property .maps{
  display: inline-block;
  width: 44%;
  margin-left: 2%;
}
.property .maps .map{
  position: relative;
  width: 100%;
  padding-top: 72%;
  margin-bottom: 20px;
}
.property .maps .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.property .maps .address{
  font-size: 14px;
  line-height: 1.4;
  margin-bottom: 10px;
  text-indent: -4.6em;
  padding-left: 4.5em;
}
.property .maps .address span{
  font-size: 12px;
  line-height: 1.4;
  color: #124A7B;
  border: 1px solid #124A7B;
  background: rgba(80,129,165,.05);
  padding: 6px 10px 4px;
  margin-right: 6px;
  display: inline-block;
  text-indent: 0;
}
.property .maps a{
  font-size: 20px;
  line-height: 1.4;
  color: #124A7B;
  text-decoration: underline;
  float: right;
}

.property02{
  display: none;
}

.property03{
  display: none;
}

.property05{
  display: none;
}

.property06{
  display: none;
}

.property08{
  display: none;
}

.lists {
  background: rgba(97,159,204,.15);
}
.page-annotation{
  background: rgba(187,142,0,.05);
  padding-bottom: 40px;
}
.page-annotation .annotation{
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 50px;
}
.page-annotation li{
  display: inline-block;
}
.page-annotation li:last-child{
  display: inline-block;
  float: right;
  margin-top: 27px;
}
.page-annotation li:last-child img{
  height: 30px;
}

/*---------- max-width: 768px ----------*/
@media (max-width: 768px) {
  .main-visual li {
    transition: opacity .8s;
  }
  .main-visual li.active,
  .main-visual li.on {
    opacity: 1;
  }
  .main-visual .mark {
    width: 80%;
    left: 10%;
    z-index: 4;
  }
  .site-header{
    height: 62px;
/*    padding: 20px 0;*/
  }
  .site-header .lp-title{
    padding-left: 15px;
  }
  .site-header .lp-title img{
    max-width: 100px;
  }
  .line-up {
    padding-bottom: 40px;
    padding-top: 80px;
  }
  .line-up h2 {
    font-size: 26px;
    margin-bottom: 4px;
  }
  .line-up .sub{
    font-size: 16px;
    margin-bottom: 30px;
  }
  .property .name{
    padding: 12px;
    font-size: 18px;
  }
  .property .bg{
    padding: 15px 0;
  }
  .property .texts{
    display: block;
    width: 94%;
    margin: auto;
  }
  .property .text{
    font-size: 10px;
    padding: 3px 6px 2px;
    margin-bottom: 5px;
  }
  .property .price{
    font-size: 18px;
    margin-bottom: 8px;
  }
  .property .price span{
    font-size: 10px;
    padding: 3px 6px 2px;
  }
  .property .point{
    display: block;
  }
  .property .point .point-txt{
    font-size: 14px;
  }
  .property .map{
    padding-top: 50%;
    margin-bottom: 10px;
  }
  .property .maps .address{
    text-indent: -4.3em;
    padding-left: 4.3em;
  }
  .slider-container{
    width: 100%;
    margin: 0 0 10px;
  }
  #thumbs{
    width: 94%;
    margin: auto;
  }
  #thumbs .slick-slide:last-child{
    margin-right: auto;
  }
  .property .maps{
    display: block;
    width: 94%;
    margin: auto;
  }
  .property .maps .address{
    font-size: 12px;
    margin-bottom: 12px;
  }
  .property .maps .address span{
    font-size: 10px;
    padding: 3px 6px 2px;
  }
  .property .maps a{
    display: block;
    font-size: 16px;
    margin: 20px auto 0;
    float: none;
    text-align: center;
  }
  .page-annotation{
    padding-bottom: 30px;
  }
  .page-annotation .annotation{
    font-size: 11px;
    margin-bottom: 40px;
  }
  .page-annotation li{
    display: block;
    text-align: center;
  }
  .page-annotation li:last-child{
    display: block;
    float: none;
    margin-top: 50px;
  }
}
