@charset "utf-8";
/* CSS Document */
.ly_main {
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.ly_main h1 {
  position: absolute;
  top: 90px;
  left: 60px;
}
.ly_main h2 {
  text-align: center;
  margin: 100px 0px 30px;
}
.ly_main h3 {
  text-align: center;
}
/* pc/sp 表示 */
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
#mv {
  margin: 0 auto;
  display: block;
  text-align: center;
  width: 97%;
}
@media screen and (max-width:767px) {
  #mv {
    max-width: 95%;
  }
  #mv img {
    width: 100%;
  }
}
#lead {
  max-width: 960px;
  margin: 100px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
}
#lead img {
  width: 300px;
  padding-right: 1rem;
}
#lead p {
  width: 300px;
  font-size: 16px;
  padding-top: 2rem;
}
.red {
  color: #da356d;
}
/* kosodate */
#kosodate {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: block;
  border: solid 3px #da356d;
  border-radius: 10px;
  padding: 3rem
}
#kosodate h3 {
  font-size: 2.6rem;
  margin: 2rem 0;
}
#kosodate h4 {
  font-size: 2rem;
}
#kosodate ul li {
  font-size: 1.4rem;
  margin: 0.5rem;
}
@media screen and (max-width:767px) {
  #kosodate {
    width: 95%;
  }
  #kosodate h3 {
    font-size: 2.2rem;
  }
}
/* concept */
#concept {
  margin: 0 auto;
}
#concept .section_text strong {
  font-size: 138.5%;
  letter-spacing: 0.1em;
  color: #DA386D;
}
#concept .concept_lead {
  max-width: 570px;
  width: 95%;
  margin: 30px auto;
  display: block;
}
#concept .concept_img01 {
  width: 60%;
  margin: 30px auto;
  display: block;
}
#concept .concept_img02 {
  width: 40%;
  margin: 30px auto;
  display: block;
}
#concept .concept_img03 {
  width: 100%;
  margin: 30px auto;
  display: block;
}
#concept .section_text p {
  margin-bottom: 30px;
}
#concept .section_text img {
  margin: 30px auto;
  display: block;
  text-align: center;
}
#concept .section_text {
  max-width: 960px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, 200px);
  justify-content: center;
  grid-gap: 1rem;
}
#concept .section_text li {
  text-align: left;
  padding: 20px 0px;
  border-top: 2px solid #CCC;
  margin-top: -1px;
}
.section_t ext ul li p {
  margin: 15px 0;
}
.section_text ul li span {
  color: #DA386D;
}
.section_text li img {
  margin-bottom: 0px;
  margin-top: -10px;
}
@media screen and (max-width:767px) {
  #concept {
    width: 95%;
  }
  #concept h2 img {
    width: 100%;
  }
}
#open {
  width: 100%;
  padding: 5px 0px;
  text-align: center;
  background: #000;
  color: #fff;
}
#open a {
  color: #DA386D;
}
.fotorama__nav {
  margin-top: -50px;
}
#back {
  background: url(../img/top_1.png) repeat-x top center;
  width: 97%;
  margin: 0px auto;
  height: 888px;
  position: relative;
}
#box {
  width: 100%;
  background: #F1F1D8;
  height: 60px;
  padding: 10px 0px 12px;
  margin: 0px auto;
}
#boxmenu {
  width: 720px;
  margin: 0px auto;
}
#boxmenu li {
  width: 160px;
  margin: 0px 10px;
  float: left;
}
#slide_menu {
  position: fixed;
  top: 0;
  left: -340px;
  width: 340px;
  height: 100%;
  background: #DA386D;
  color: #fff;
}
#slide_menu {
  padding: 0px 10px;
  width: 320px;
}
#slide_menu p {
  margin-bottom: 30px;
}
#button {
  position: absolute;
  left: 0%;
  top: 250px;
  cursor: pointer;
  width: 133px;
  z-index: 1000;
}
#slide_menu h2 {
  margin: 100px 0px 30px;
  font-size: 169.2%;
  letter-spacing: 0.1em;
  text-align: left;
}
.main {
  max-width: 960px;
  margin: 0px auto;
}
#pro {
  position: absolute;
  top: 645px;
  right: 40px;
}
.photo {
  display: grid;
  grid-template-columns: repeat(auto-fit, 100px);
  justify-content: center;
  grid-gap: 1rem;
}
.floor {
  font-size: 1.4rem;
  margin: 10px 0;
}
.planbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width:767px) {
  #plan {
    max-width: 95%;
  }
  #plan img {
    width: 100%;
  }
}
#content .follow {
  position: fixed;
  top: 0;
}
/*　以下スライダー　*/
#slide {
  margin-top: 50px;
}
.slider_back {
  width: 100%;
  display: block;
  clear: both;
  background: #fff;
  padding: 0px;
  margin: 50px 0px 0px;
}
div.slider {
  width: 70%;
  max-width: 960px;
  display: block;
  margin: 100px auto 0px;
  clear: both;
}
div.slider .bx-wrapper {
  margin: 0 auto 15px; /*メインスライダーとサムネイルの間の余白を変更*/
}
ul.bxslider01 li {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: auto;
  /*メインスライダーの横幅*/
  /*メインスライダーの縦幅*/
}
ul.bxslider01 li img {
  display: block;
  width: 100%;
  height: auto;
}
ul.bxslider02 li a {
  display: block;
  width: 90px; /*サムネイルの横幅*/
}
ul.bxslider02 li a img {
  display: block;
  width: 90px; /*サムネイルの横幅*/
}
.controlWrap, .controlWrap2 {
  max-width: 960px;
  display: block;
  position: relative;
  margin: 0 auto 30px;
}
.controlWrap p#PrevIcon a, .controlWrap p#PrevIcon2 a {
  display: block;
  width: 13px; /*オリジナルの矢印アイコン画像の横幅を設定しましょう*/
  height: 30px; /*オリジナルの矢印アイコン画像の縦幅を設定しましょう*/
  position: absolute;
  background: url(../photo/prev.png) left center no-repeat; /*オリジナルの矢印アイコンを設定しています*/
  color: #fff;
  top: 10px;
  left: 0%;
  text-indent: -9999px;
}
.controlWrap p#NextIcon a, .controlWrap p#NextIcon2 a {
  display: block;
  width: 13px; /*オリジナルの矢印アイコン画像の横幅を設定しましょう*/
  height: 30px; /*オリジナルの矢印アイコン画像の縦幅を設定しましょう*/
  position: absolute;
  background: url(../photo/next.png) left center no-repeat; /*オリジナルの矢印アイコンを設定しています*/
  color: #fff;
  top: 10px;
  right: 0%;
  text-indent: -9999px;
}
@media screen and (max-width:767px) {
  #plan {
    width: 95%;
  }
  div.slider {
    max-width: 95%;
  }
  .bxslider01 img {
    width: 100%;
  }
  .controlWrap, .controlWrap2 {
    width: 95%;
  }
}
#imap {
  margin: 50px auto;
  max-width: 960px;
  width: 98%;
  display: block;
  text-align: center;
}
@media screen and (max-width:767px) {
  #imap img {
    width: 95%;
  }
}
/* #details
--------------------*/
#wrap_details {
  max-width: 960px;
  margin: 0 auto;
}
#wrap_details table {
  box-sizing: border-box;
  border-collapse: collapse;
  margin: 0 auto;
  display: block;
  padding-bottom: 100px;
  width: 95%;
  font-size: 1.6rem;
}
#wrap_details table th, #wrap_details table td {
  border-block-end: 1px solid #999;
  padding-inline-start: 8px;
  margin-block-start: 5px;
  vertical-align: middle;
  font-style: normal;
  height: 2.8em;
  text-align: left;
}
#wrap_details table th {
  width: 15%;
  font-weight: 300;
}
.form {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  #wrap_details table {
    width: 95%;
  }
  #wrap_details table th, #wrap_details table td {
    display: block;
    width: 100%;
    height: auto;
    border-block-end: 0px;
    padding: 3px 10px;
  }
  #wrap_details table th {
    background-color: #eee;
  }
  #wrap_details h2 img {
    width: 100%;
  }
}
/*--------------------------------------------------
 #camera_box　360度カメラ
----------------------------------------------------*/
#wrap_camera {
  margin-bottom: 200px
}
#wrap_camera h2 {
  margin: 5rem auto 2rem;
  display: block;
  text-align: center;
}
#wrap_camera .camera_box {
  max-width: 950px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
#wrap_camera .setsumei {
  background: url("../img/ic_360.png") center top no-repeat;
  padding-top: 10px;
  margin-bottom: 1em;
  text-align: center;
}
#wrap_camera h2.section-title {
  background: none;
}
#wrap_camera .setsumei p {
  font-size: 16px
}
/*===========================================================*/
/* sp*/
/*===========================================================*/
@media screen and (max-width: 767px) {
  /* deg360 */
  #wrap_camera {
    margin-bottom: 100px
  }
  section#deg360 {
    width: 94%;
    margin: 0 auto;
  }
  section#deg360 .camera_box iframe {
    height: 440px;
  }
  /* details */
  section#details dt, dd {
    display: block;
    width: 100%;
    border: none;
  }
  dt {
    background-color: #eee;
  }
  #wrap_camera .camera_box {
    max-width: 100%;
    margin-inline-start: auto;
    margin-inline-end: auto;
    padding-inline-start: 5px;
    padding-inline-end: 5px;
  }
}
#discount {
  position: fixed;
  bottom: 3px;
  left: 90%;
  z-index: 99;
}
#discount img {
  width: 150px;
  cursor: pointer;
  transition: transform 0.3s ease, filter 0.3s ease;
}
#discount img:hover {
  transform: scale(1.05);
  filter: brightness(1.15);
}
@media screen and (max-width: 767px) {
  /* deg360 */
#discount {
  bottom: 3px;
  left: 50%;
  }
}
/*カスタマイズ用追記CSS End*/