<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*********************

	mainvisual

*********************/
.main3 {
  width: 100%;
  max-width: 1400px;
  position: relative;
  margin: 0 auto; }

.main3 .main_slide {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  /*#slider1_effect{
    position: absolute;
    top:0; left: 0;
    width:100%; height: 100%;
    overflow: hidden;
    #slider1_effect_inner{
      //opacity: 0;
      //transition: 2s ease 0s opacity;
      #slider1_effect_gh{
        transition: 8s cubic-bezier(0.45, 0, 0.75, 1) 0s transform ;
        transform: scale(1.5,1.5) translate(-5%,  15%);
        @keyframes slider1_motion{
            0% { transform:scale(1.5,1.5) translate(-5%, -40%)}
          100% { transform:scale(1.5,1.5) translate(-5%,  15%); }
        }
        @media screen and (max-width: 580px) {
          transform:scale(2.2,2.2) translate(-5%,  25%);
          @keyframes slider1_motion{
              0% { transform:scale(2.2,2.2) translate(-5%, -20%)}
            100% { transform:scale(2.2,2.2) translate(-5%,  25%); }
          }
        }
        
        
      }
    }
  }
  
  .slick-current{
    #slider1_effect{
      #slider1_effect_inner{
        //opacity: 1;
        #slider1_effect_gh{
          animation: slider1_motion 8s ease 0s forwards;
        }
      }
    }
  }*/ }
  .main3 .main_slide .sp_size {
    display: none; }
  .main3 .main_slide .main_slied_textcatch {
    position: absolute;
    top: 8px;
    right: 40px; }
  .main3 .main_slide ul {
    position: relative; }
  .main3 .main_slide .slider_inner {
    width: 100%;
    padding-bottom: 48%;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover; }
    @media screen and (max-width: 580px) {
      .main3 .main_slide .slider_inner {
        padding-bottom: 69.444444444444444%; } }
  .main3 .main_slide .slick-slide {
    width: 100%; }
    .main3 .main_slide .slick-slide:nth-child(1) .slider_inner {
      background-image: url("../img/top/slide01@2x.jpg"); }
    .main3 .main_slide .slick-slide:nth-child(2) .slider_inner {
      background-image: url("../img/top/slide05@2x.jpg"); }
    @media screen and (max-width: 580px) {
      .main3 .main_slide .slick-slide:nth-child(1) .slider_inner {
        background-image: url("../img/top/slide01_sp.jpg"); }
      .main3 .main_slide .slick-slide:nth-child(2) .slider_inner {
        background-image: url("../img/top/slide05_sp.jpg"); } }
  .main3 .main_slide .copy_box {
    position: absolute;
    /*top: 16%;*/
    top: 14%;
    left: 8%;
    width: 44.285714285714286%;
    /*max-width: 620px;*/
    max-width: 664px; }
    .main3 .main_slide .copy_box .pc_size {
      display: block; }
    .main3 .main_slide .copy_box .sp_size {
      display: none; }
    .main3 .main_slide .copy_box .subcopy {
      margin: -3% auto 0;
      width: 80%;
      max-width: 500px; }
    @media screen and (max-width: 580px) {
      .main3 .main_slide .copy_box {
        top: 7%;
        left: 3%;
        width: 80%; } }
  .main3 .main_slide .copy_box_inner {
    position: relative; }
  .main3 .main_slide .copy_box_txt {
    position: absolute;
    top: 0;
    left: 0; }
  .main3 .main_slide .slick-slide:nth-child(1) .copy_box, .main3 .main_slide .slick-slide:nth-child(2) .copy_box {
    /*width:38%;*/
    width: 44%; }
    @media screen and (max-width: 580px) {
      .main3 .main_slide .slick-slide:nth-child(1) .copy_box, .main3 .main_slide .slick-slide:nth-child(2) .copy_box {
        width: 44%; } }
  .main3 .main_slide .note {
    position: absolute;
    bottom: 5px;
    right: 10px;
    text-align: right;
    color: rgba(255, 255, 255, 0.8);
    font-feature-settings: "palt"; }
    .main3 .main_slide .note.note_l {
      position: absolute;
      bottom: 10px;
      left: 10px;
      text-align: left;
      color: rgba(122, 122, 122, 0.8); }
    .main3 .main_slide .note.note_shadow {
      text-shadow: 1px 1px 4px #000; }

#carten_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  transition: 2s ease 0s opacity; }
  #carten_area.fadeOut {
    pointer-events: none;
    animation: carten_area_motion 2s ease 0s forwards; }
@keyframes carten_area_motion {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.maincopy {
  width: 80%;
  max-width: 697px;
  margin: 0 auto;
  text-align: center; }

.maincopy_inner {
  padding: 10% 0; }

.maincopy img {
  width: 100%;
  height: auto; }

@media screen and (max-width: 580px) {
  /*.copy_box {
  .pc_size {
    display: none;
  }
  .sp_size {
    display: block;
  }
  }*/
  .main3 .main_slide {
    /*.note{
      position: relative;
      bottom: auto;
      right: auto;
      text-align: right;
      font-size: .625rem;
    }*/
    /*.copy_box {
      position: absolute;
      top: 0%;
      left: 0%;
      width: 38.888888888888889%;
      max-width: 280px;
    }*/ }
    .main3 .main_slide .main_slied_textcatch {
      position: absolute;
      top: -8px;
      right: 8px;
      width: 40%; }
    .main3 .main_slide .note.note_l {
      position: relative;
      bottom: auto;
      right: auto;
      text-align: right;
      font-size: .625rem;
      /*position: absolute;
      bottom: 5px;
      left: 10px;
      font-size: 9px;
      text-align: left;
      color: rgba(122, 122, 122, 0.8);*/ } }
/*
#mainvisual {
	position: relative;
	z-index: 1;
	max-width: 1400px;
	margin: auto;
	overflow: hidden;
}
#mainvisual .main {
	max-width: 960px;
	margin: auto;
}
#mainvisual .main div {
	margin: 0 -22.9167%;
}
.maincpy {
	position: absolute;
  top: 8%;
	left: 0;
	right: 0;
	margin: auto;
	width: 86%;
	max-width: 481px;
}
.catch {
	position: absolute;
  bottom: 6%;
	left: 0;
	right: 0;
	width: 90%;
	max-width: 842px;
	margin: auto;
	text-align: center;
}
.catch p img {
	height: 32px;
	width: auto;
	margin: 5px;
}
.catch h2 img{
  width:auto;
  height: 50px;
  padding: 5px 0;
}

@media screen and (max-width: 768px) {
	#mainvisual {
		padding-bottom: 8%;
	}
	.catch p img {
		height: 24px;
		margin: 3px;
	}
  .catch h2 img{
    width:auto;
    height: 40px;
    padding: 3px 0;
  } 
}

@media screen and (max-width: 580px) {
  .catch {
    bottom:0;
  }
  .catch h2 img{
    width:auto;
    height: 35px;
    padding: 2px 0;
  } 
}

@media screen and (max-width: 480px) {
  #mainvisual {
    padding-bottom: 0;
    margin-bottom: -8%;
  }
  .catch {
    display: none;
  }
	
	#swipe {
		position: absolute;
		top: 30%;
		left: 0;
		right: 0;
		width: 80px;
		margin: auto;
		z-index: 999;
	}
}
*/
/*********************

	point

*********************/
#point {
  max-width: 1410px;
  margin: 0 auto 0; }
  #point ul {
    width: 99%;
    margin: auto;
    text-align: center;
    letter-spacing: -4em;
    font-size: 0; }
  #point li {
    letter-spacing: normal;
    display: inline-block;
    width: 19.6%;
    margin: 0.2%;
    padding: 6px 10px;
    background: rgba(0, 0, 0, 0.2);
    /*rgba(0,123,217,0.10);*/
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-sizing: border-box; }
    #point li.pc {
      display: inline-block; }
    #point li.sp {
      display: none; }
  #point img {
    width: 100%;
    max-width: 250px;
    height: auto; }

@media screen and (max-width: 768px) {
  #point {
    background: rgba(4, 33, 59, 0.6);
    padding: 1% 0; }
    #point li {
      width: 32.93%; } }
@media screen and (max-width: 580px) {
  #point li {
    width: 99%;
    margin: 0.5%; }
    #point li.pc {
      display: none; }
    #point li.sp {
      display: inline-block; } }
/*********************

	sc

*********************/
#sc {
  width: 94%;
  max-width: 1300px;
  margin: 10px auto;
  border: 1px solid #333;
  border-width: 1px 0;
  text-align: center;
  line-height: 1; }
  #sc img {
    margin: 5px; }

.indent {
  display: inline-block;
  padding-left: 1em;
  text-indent: -0.7em; }

@media screen and (max-width: 480px) {
  #sc img {
    height: 22px;
    width: auto; } }
/*********************

	information

*********************/
#information {
  /*border-top: 1px solid #333;*/
  margin: 0 auto;
  padding: 4% 0;
  color: #978347; }
  #information h4 {
    letter-spacing: 2px;
    margin-bottom: 1em; }
  #information .info_l {
    /*float: left;*/
    width: 100%; }
    #information .info_l img {
      height: auto; }
    #information .info_l .sc_floatL {
      text-align: center;
      margin: auto; }

.info_txt {
  display: block;
  margin-bottom: 16px; }

#information .info_l .sc_floatL .info_txt img {
  margin-bottom: 0;
  max-width: 100%; }
#information .info_l .sc_floatL .info_line .pc_size {
  height: 40px;
  width: 705px;
  margin: 10px 0 15px; }
#information .info_l .sc_floatL p.info_sc_sr {
  text-align: center; }
#information .info_l .sc_floatR {
  float: right;
  width: 22.291666666666667%; }
  #information .info_l .sc_floatR img {
    max-width: 214px; }
#information .info_l img.pc_size {
  display: inline; }
#information .info_l img.sp_size {
  display: none; }
#information .info_l .sc_floatL a img:hover {
  display: inline-block;
  background: rgba(255, 255, 255, 0.3); }
#information .info_txt a {
  text-decoration: underline; }
#information .bnr_premium .bnr {
  padding: 5% 0 0; }
  #information .bnr_premium .bnr img.pc_size {
    display: inline; }
  #information .bnr_premium .bnr img.sp_size {
    display: none; }
#information .info_r {
  float: right;
  width: 33%;
  margin-top: 20px; }
  #information .info_r &gt; div {
    margin-bottom: 10px; }
#information .info_conv {
  width: 100%;
  text-align: center; }
  #information .info_conv .bnnr {
    display: inline-block;
    margin: 0 5px;
    width: 250px; }
#information .news {
  color: #fff;
  margin-top: 2em; }
  #information .news a {
    text-decoration: underline; }
    #information .news a:hover {
      opacity: 0.8; }
#information .date {
  padding-right: 1em; }
#information .news p {
  margin: 0 0 5px; }
#information .sc img {
  /*margin: 5px;*/
  margin: 5px 5px 15px; }
#information .sc .caption {
  font-size: 12px;
  line-height: 1.4;
  display: inline-block;
  margin-top: 10px; }
#information .info_l .price_01 {
  margin-bottom: 15px; }
  #information .info_l .price_01 img {
    margin: 5px; }
#information .info_l .pc {
  display: inline-block; }
#information .info_l .sp {
  display: none; }
#information .info_loan div {
  display: inline-block; }
#information .info_loan img {
  width: 100%;
  height: auto;
  /*max-width: 500px;*/ }
#information .loan_img {
  /*width: 79.7%;
  max-width: 500px;
  margin-right: 2%;*/ }
#information .info_loan .info_btn {
  width: 16.9%;
  margin-top: 1%;
  text-align: center;
  vertical-align: top; }
#information .info_btn .click {
  max-width: 120px;
  padding: 1.5em 0.2em;
  font-size: 12px;
  font-size: 90%;
  color: #fff; }
#information .click {
  width: 120px;
  line-height: 0;
  vertical-align: middle; }
  #information .click img {
    max-width: 87px;
    padding: 10px 20px 10px 15px; }
#information .info_btn a {
  display: inline-block;
  background: #ae9752; }
  #information .info_btn a:hover {
    background: #c1af7a; }
#information .new_border {
  margin-top: 1em;
  margin-bottom: 5%;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
#information .news_ttl {
  margin: 1em 0; }
#information .news_txt {
  margin: 0;
  color: #FFFFFF;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt"; }
  #information .news_txt sup {
    font-size: 0.5em; }
  #information .news_txt a {
    text-decoration: underline; }
#information .news_new {
  font-size: 12px;
  color: #ae9752;
  vertical-align: middle;
  margin-right: 0.5em; }
#information .news_holiday {
  font-size: 14px;
  color: #FFFFFF;
  vertical-align: middle;
  margin-right: 0.5em;
  margin-bottom: 1em;
  border: thin solid #7b7b7b;
  padding: 0.5em;
  margin-top: 5px;
  display: inline-block; }
#information .news_new .news_construction {
  font-size: 14px;
  color: #FFFFFF;
  vertical-align: middle;
  margin-right: 0.5em;
  border: thin solid #7b7b7b;
  padding: 0.5em;
  margin-top: 5px; }
  #information .news_new .news_construction a {
    text-decoration: underline; }
#information .news_txt2 {
  font-size: 18px;
  line-height: 1.5; }
  #information .news_txt2 a {
    text-decoration: underline; }

/*
#information .info_l .sc_floatL .info_line .sp_size{
	height:316px;
	width:auto;
	margin:10px 0 15px;
}
*/
/*#information .info_l img.pc_size.waku{ display:inline;
                                  border: 1px solid #af9852;}*/
@media screen and (max-width: 580px) {
  #information .info_l .sc_floatL {
    float: none;
    width: 80%;
    max-width: 360px;
    margin: 0 auto; }
  #information .info_l .sc_floatR {
    float: none;
    width: 75%;
    margin: 10% auto 5%;
    text-align: center; }
    #information .info_l .sc_floatR img {
      max-width: 260px; }
  #information .info_l img.pc_size {
    display: none; }
  #information .info_l img.sp_size {
    display: inline; }
  #information .info_l .sc_floatL .info_txt img {
    margin-bottom: 10px; }
  #information .info_txt {
    text-align: center; } }
@media screen and (max-width: 580px) {
  #information .bnr_premium {
    width: 90%;
    margin: 0 auto; }
    #information .bnr_premium .bnr img.pc_size {
      display: none; }
    #information .bnr_premium .bnr img.sp_size {
      display: inline; } }
@media screen and (max-width: 768px) {
  #information .info_conv .bnnr {
    width: 40%; } }
@media screen and (max-width: 480px) {
  #information .info_conv .bnnr {
    margin: 0 1%;
    font-size: 0.9em; } }
@media screen and (max-width: 640px) {
  #information .sc img {
    /*height: 24px;*/
    /*width: auto;*/
    width: 97%;
    height: auto; } }
/*
a:link { color: #fff; }
a:visited { color: #000080; }
a:hover { color: #ff0000; }
a:active { color: #ff8000; }
*/
@media screen and (max-width: 640px) {
  #information .new_border {
    width: 83%;
    margin: 1em auto 5%; }
  #information .news_new {
    display: block;
    margin-top: 20px;
    margin-bottom: 0.5em; } }
@media screen and (max-width: 580px) {
  #information .info_loan {
    text-align: center; }
    #information .info_loan img {
      max-width: 280px; } }
@media screen and (max-width: 480px) {
  #information .new_border {
    width: 83%; } }
.bnr_view {
  /*width:83%;*/
  /*max-width:760px;*/
  width: 100%;
  max-width: 960px;
  margin: 5% auto;
  background-image: url("../img/top/bnr_view_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #000000;
  text-align: center;
  position: relative; }
  .bnr_view a, .bnr_view .soon {
    width: 100%;
    overflow: hidden;
    display: block; }
  .bnr_view img {
    width: 90%;
    max-width: 420px;
    height: auto;
    padding: 0; }

.bnr_view_new {
  /*width:6.578947368421053%;*/
  max-width: 50px;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  right: 0; }
  .bnr_view_new img {
    display: block;
    width: 100%;
    height: auto; }

@media screen and (max-width: 640px) {
  .bnr_view_new {
    width: 12%; } }
@media screen and (max-width: 580px) {
  .bnr_view {
    width: 90%; } }
#info_list {
  width: 100%;
  height: 8em;
  overflow-y: scroll; }

#information .info_l .price_02_pc {
  display: inline-block; }
#information .info_l .price_02_sp {
  display: none; }
#information .price_03 {
  box-sizing: border-box;
  margin: 10px auto;
  padding: 10px;
  background: #ae9752; }
  #information .price_03:hover {
    background: #c1af7a; }
  #information .price_03 img {
    margin: 5px 8px 5px 5px;
    vertical-align: bottom; }
  #information .price_03 .click {
    /*padding: 0 0 3px;*/
    padding: 5px;
    margin-top: 5px;
    display: inline-block;
    float: right;
    margin-right: 10px;
    border: 1px solid #FFFFFF; }
    #information .price_03 .click img {
      padding: 0; }

@media screen and (max-width: 768px) {
  #information .info_l {
    float: none;
    width: 100%;
    /*text-align: center;*/ }
  #information .info_r {
    float: none;
    width: 100%; }
  #information .info_l .pc {
    /*display: none;*/ }
  #information .info_btn {
    margin-top: 10px; }

  /*#information .news {
    margin-bottom: 30px;
    padding: 10px 10px 25px;
    background: #222;
  }*/
  /*#information .req.bnnr,#information .res.bnnr {
    width: 100%;
    max-width: 380px;
  }*/ }
@media screen and (max-width: 580px) {
  #information .info_l .pc {
    display: none; }
  #information .info_l .sp {
    display: block;
    width: 100%;
    /*max-width: 373px;*/
    margin: -0.5em auto 2em; } }
@media screen and (max-width: 560px) {
  #information .price_03 {
    text-align: center; }
    #information .price_03 .click {
      float: none;
      display: block;
      margin: 10px auto 0;
      padding: 1%;
      text-align: center; }
    #information .price_03 img {
      margin: 5px 10px 5px 5px;
      height: 24px;
      width: auto; }
    #information .price_03 .click img {
      height: auto;
      width: auto; } }
@media screen and (max-width: 480px) {
  #information {
    margin-top: 0;
    padding-top: 0; }
    #information .h30 img {
      width: auto;
      height: 1em;
      font-size: 20px; }
    #information .req.bnnr a, #information .res.bnnr a {
      letter-spacing: 0;
      padding: 20px 0; }
    #information .inner {
      width: 100%;
      padding: 0; }
    #information .info_l &gt; div:not(#sp_point), #information .info_r {
      max-width: 380px;
      /*width: 93%;*/
      margin: 20px auto; }

  /*#information .req.bnnr,#information .res.bnnr {
    width: 50%;
    float: left;
    font-size: 12px;
  }*/
  .border {
    /*border-top: none;*/ }

  #information .info_l .price_02_pc {
    display: none; }
  #information .info_l .price_02_sp {
    display: block; } }
/*@media screen and (max-width: 370px) {
  #information .price_03 img{
    height: 30px; width:auto;
  }
  #information .price_03 .click img{
    height: auto; width:auto;
  }
}*/
/*********************

	sp_only

*********************/
#sp_point {
  margin: 15px auto;
  padding: 2%;
  box-sizing: border-box;
  /*background: #d2cdbe;*/
  text-align: center; }

#sp_bnr {
  margin-bottom: 20px;
  padding: 1% 2%;
  background: #333;
  box-sizing: border-box; }
  #sp_bnr li {
    margin: 1% 0; }
  #sp_bnr img {
    width: 100%;
    height: auto; }

.sp_only {
  display: none; }

@media screen and (max-width: 480px) {
  .sp_only {
    display: block; } }
/*********************

	contents

*********************/
.section {
  margin-top: -56px;
  padding-top: 56px;
  padding-bottom: 60px; }

#contents .inner {
  padding: 60px 0 50px; }
#contents #sea .inner {
  padding-top: 0; }

@media screen and (max-width: 480px) {
  #contents .inner {
    padding: 30px 0 50px; } }
/*=====
	sea
=====*/
#sea .photo {
  margin: 30px auto 10px; }
  #sea .photo li {
    float: left;
    width: 33.33%; }
#sea figure {
  margin: 0; }

@media screen and (max-width: 480px) {
  #sea .photo li {
    width: 49%;
    margin: 0.5%; }
    #sea .photo li:first-child {
      width: 99%; } }
/*=====
	future
=====*/
#future .cf {
  margin-top: 30px; }
#future .map {
  float: left;
  width: 63.4%;
  max-width: 608px; }
#future .photo {
  float: right;
  width: 34%;
  max-width: 340px; }
  #future .photo li {
    margin-bottom: 2em; }
  #future .photo h4 {
    margin-bottom: 0; }
  #future .photo p:not(.note) {
    margin: 5px 0 0;
    font-size: 12px; }
  #future .photo li:last-child div {
    float: left;
    width: 50%;
    margin-right: 10px;
    margin-bottom: 10px; }

@media screen and (max-width: 768px) {
  #future .map {
    float: none;
    width: 100%;
    margin: 0 auto 20px; }
  #future .photo {
    float: none;
    width: 100%;
    max-width: inherit; }
    #future .photo li {
      float: left;
      width: 46%;
      margin: 2%; } }
@media screen and (max-width: 480px) {
  #future .photo li {
    float: none;
    width: 100%;
    margin: 0 0 2em; } }
/*=====
	city
=====*/
#city .photo {
  margin: 20px auto 30px; }
  #city .photo &gt; div {
    float: left;
    width: 25%; }
#city .routemap {
  float: left;
  width: 60%;
  max-width: 518px;
  margin-left: 6%;
  position: relative; }
  #city .routemap span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%; }
#city .train_access {
  float: right;
  width: 32%;
  margin: 0;
  text-align: center; }
  #city .train_access ul {
    letter-spacing: -0.4em;
    margin: 0 -2%; }
  #city .train_access li {
    letter-spacing: normal;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 1em;
    text-align: left; }
    #city .train_access li img {
      max-width: 100%;
      max-height: 49px;
      width: auto;
      height: auto; }

@media screen and (max-width: 768px) {
  #city .routemap {
    width: 100%;
    float: none;
    max-width: 518px;
    margin: 20px auto 0; }
  #city .train_access {
    width: 100%;
    float: none; }
    #city .train_access li {
      border: 1px solid rgba(255, 255, 255, 0.3);
      width: 47%;
      padding: 20px 20px 10px;
      margin: 1%;
      box-sizing: border-box; } }
@media screen and (max-width: 480px) {
  #city .train_access li {
    width: 98%;
    text-align: center; } }
/*=====
	roomplan
=====*/
#roomplan {
  text-align: center;
  margin-top: -54px;
  padding-top: 54px; }

.roomplan_inner {
  padding-bottom: 2em;
  background: #1f1f1f; }

#roomplan .plan {
  padding: 5% 20px;
  border-bottom: 1px solid #000; }

.zumen {
  max-width: 860px;
  margin: 30px auto 0; }

.spec li {
  display: inline-block;
  font-size: 18px;
  line-height: 1.1;
  margin: 0 5px; }
.spec ul span {
  font-size: 1.7em; }

#kankyo_btn {
  display: inline-block;
  padding: 1em 2em;
  text-align: center;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 10px;
  border: 1px solid #000000;
  background-color: #999999;
  color: #333333;
  cursor: pointer;
  transition: 0.2s linear border;
  font-weight: bold; }
  #kankyo_btn:hover {
    border: 1px solid #FFFFFF; }

#kankyo {
  margin: 5% auto; }

@media screen and (max-width: 480px) {
  #roomplan .plan {
    padding: 40px 20px 50px;
    overflow: hidden; }

  .spec li {
    font-size: 15px; }

  #type2A .zumen img {
    width: 140%;
    margin-left: -20%; } }
/*=====
	contents_bnr
=====*/
#contents_bnr {
  max-width: 1400px;
  margin: auto;
  overflow: hidden; }
  #contents_bnr figure {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0;
    text-align: center; }
    #contents_bnr figure * {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: all 1s ease-in-out;
      transition: all 1s ease-in-out; }
    #contents_bnr figure &gt; img {
      width: 100%;
      height: auto;
      position: relative;
      opacity: 1; }
  #contents_bnr .note {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 5px;
    color: #eee; }
  #contents_bnr figure figcaption {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    z-index: 2; }
  #contents_bnr figure .H, #contents_bnr figure .P {
    display: table;
    margin: 0 auto 1em;
    width: auto; }
  #contents_bnr figure .H img {
    margin: 10px; }
  #contents_bnr figure .P img {
    margin: 4px; }
  #contents_bnr .click {
    width: 250px;
    margin: 3em auto 0;
    padding: 1em 20px;
    background: rgba(255, 255, 255, 0.95);
    /*line-height: 0;*/
    color: #000; }
  #contents_bnr figure a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 5; }
  #contents_bnr figure:hover &gt; img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    opacity: 0.8; }

@media screen and (max-width: 768px) {
  #contents_bnr figure &gt; img {
    width: 150%;
    margin: 0 -25%; }
  #contents_bnr .position figure &gt; img, #contents_bnr .location figure &gt; img {
    margin-left: -15%; }
  #contents_bnr figure .H, #contents_bnr figure .P {
    margin-bottom: 0.3em; }
  #contents_bnr figure .H img {
    width: auto;
    height: 40px;
    margin: 6px; }
  #contents_bnr figure .P img {
    width: auto;
    height: 15px;
    margin: 3px; }
  #contents_bnr .click {
    width: 180px;
    padding: 5px 5px; }
  #contents_bnr figure:hover &gt; img {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@media screen and (max-width: 480px) {
  #contents_bnr {
    /*display: none;*/
    background-color: rgba(255, 255, 255, 0.1); }
    #contents_bnr &gt; div {
      margin-bottom: 2px;
      width: 96%;
      margin: 10px auto; }
    #contents_bnr figure {
      box-sizing: border-box;
      border: 1px solid rgba(255, 255, 255, 0.5); }
      #contents_bnr figure &gt; img {
        width: 120%;
        margin: -2% -10%; }
      #contents_bnr figure figcaption {
        transform: translateY(-60%) translateX(-50%);
        -webkit-transform: translateY(-60%) translateX(-50%); }
    #contents_bnr .position figure {
      background: #000a32; }
      #contents_bnr .position figure &gt; img {
        margin-left: -15%;
        margin-right: 0; }
    #contents_bnr figure .H img {
      height: 22px;
      /*18px;*/
      margin: 5px; }
    #contents_bnr figure .P {
      display: none; }
    #contents_bnr .click {
      margin-top: 1em;
      font-size: 9px; }

  /*#contents_bnr .access figure::before,
  #contents_bnr .location figure::before  {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,6,21,1) 0%, rgba(0,6,21,1) 70%, rgba(0,6,21,0) 100%);
    z-index: 1;
  }
  #contents_bnr .redevelopment figure {
    background: linear-gradient(to right, rgba(89,109,119,1) 0%, rgba(68,98,112,1) 100%);
  }
  #contents_bnr .residence figure::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 70%, rgba(0,0,0,0) 100%);
    z-index: 1;
  }
  #contents_bnr .roomplan figure::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 50%;
    width: 100%;
    background: linear-gradient(to bottom, rgba(0,80,140,1.00) 0%, rgba(0,90,130,1) 80%, rgba(23,120,130,0) 100%);
    z-index: 1;
  }
  #contents_bnr .residence figure &gt; img {
    margin: 40% -50% -20%;
  }*/
  /*#contents_bnr .roomplan figure &gt; img {
    margin: -24% 0 0 -100%;
  }*/ }
/*********************

	bnr_no1

*********************/
#bnr_no1 {
  display: none; }

#bnr_no1_screen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7); }

#bnr_no1_inner {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 80%;
  max-width: 420px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1001; }

#bnr_no1_box {
  position: relative; }

#bnr_no1_close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 18px;
  cursor: pointer; }

#bnr_no1_img {
  width: 100%; }
  #bnr_no1_img img {
    width: 100%;
    height: auto; }

#bnr_no1_info {
  max-width: 380px;
  margin: 0 auto; }

/* 台風 */
#information .taifu {
  border: solid 1px #FFF;
  margin: 1rem auto;
  padding: 0;
  color: #FFF;
  font-family: serif; }
  #information .taifu h4 {
    text-align: center;
    font-weight: bold;
    font-size: 1.2;
    border: none;
    margin: 1rem auto 0 auto; }
  #information .taifu p {
    line-height: 1.7;
    margin: 1rem; }

/* info */
.info {
  width: 100%;
  margin-bottom: 1em; }
  .info .price {
    text-align: left;
    margin-top: 2em;
    text-align: center; }
    .info .price img {
      width: 100%;
      height: auto; }
      .info .price img.pc_size {
        display: inline; }
      .info .price img.sp_size {
        display: none; }
  .info .price2 {
    text-align: center;
    margin-top: 2em;
    /*padding: 1rem;*/
    /*border: 1px solid #fff;*/
    box-sizing: border-box; }
    .info .price2 a:hover {
      opacity: 0.6; }
    .info .price2 img {
      width: 100%;
      height: auto; }
      .info .price2 img.pc_size {
        display: inline;
        max-width: 960px; }
      .info .price2 img.sp_size {
        display: none;
        max-width: 360px; }

.info_new {
  margin: 0.5em auto;
  text-align: center; }
  .info_new .inner {
    width: 100%;
    /*margin: 1em 0 1em 5px;*/
    /*background: #fff;*/ }
    .info_new .inner p {
      font-size: 14px;
      line-height: 1.5;
      color: #fff;
      font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; }
    .info_new .inner .txt {
      margin: 0.3em auto 0.5em;
      box-sizing: border-box;
      font-size: 20px;
      /*font-weight: bold;*/ }
      .info_new .inner .txt .b_b {
        border-bottom: 1px solid #fff; }
        .info_new .inner .txt .b_b:hover {
          border-bottom: none; }
    .info_new .inner a {
      width: 100%;
      padding: 1em;
      border: 2px solid #fff;
      box-sizing: border-box;
      color: #fff;
      text-decoration: none;
      display: inline-block; }
      .info_new .inner a:hover {
        opacity: 0.6;
        text-decoration: none; }
    .info_new .inner .note {
      font-size: 12px; }

@media screen and (max-width: 600px) {
  .info_new .inner .txt {
    font-size: 16px; } }
@media screen and (max-width: 580px) {
  .info {
    width: 80%;
    max-width: 360px;
    margin: 0 auto 1em; }
    .info .price {
      text-align: center;
      width: 100%; } }
@media screen and (max-width: 480px) {
  .info_new .inner a {
    padding: 0.8em; } }
.sc2 {
  max-width: 960px;
  width: 93%;
  margin: 2rem auto;
  text-align: center; }
  .sc2 img {
    width: 100%;
    height: auto;
    margin: 5px 5px 15px; }
    .sc2 img.pc_size {
      display: inline;
      max-width: 768px; }
    .sc2 img.sp_size {
      display: none; }
  @media screen and (max-width: 640px) {
    .sc2 img {
      width: 97%; } }
  @media screen and (max-width: 580px) {
    .sc2 {
      width: 90%;
      /*max-width: 360px;*/
      /*margin: 0 auto;*/ }
      .sc2 img.pc_size {
        display: none; }
      .sc2 img.sp_size {
        display: inline-block;
        /*max-width: 461px;*/ } }

.news_txt3 {
  color: #fff;
  font-family: "Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
  font-weight: 300;
  line-height: 1.8; }
  .news_txt3 .txt-y {
    color: #C5AD65; }
  .news_txt3 .txt-b {
    font-size: 15px; }
  @media screen and (max-width: 768px) {
    .news_txt3 br.pc {
      display: none; } }
</pre></body></html>