/* =======================================================
*
* 	Template Style
*	Edit this section
*
* ======================================================= */
@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  #gmap {
    height: 28rem !important;
  }
}
p, span {
  margin-bottom: 1.5em;
  font-size: 18px;
  color: #727272;
  ont-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
}
#HIGASHINAEBO {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
}
#MV {
  background-image: url("img/bg_pre.jpg");
  background-attachment: fixed;
  min-height: 40vw;
  height: 100%;
  position: relative;
  background-color: #fff;
}
.main-slide {
  z-index: 1;
  width: 80%;
  height: 80%;
  top: 0;
  left: 0;
}
.main-slide img {
  width: 62%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  animation: slide-animation 24s linear infinite 0s;
  z-index: 1;
}
.main-slide img {
  height: auto;
  z-index: 1;
}
.main-slide img:nth-of-type(2) {
  animation-delay: 8s; /*2枚目の開始時間*/
}
.main-slide img:nth-of-type(3) {
  animation-delay: 16s;
}
@keyframes slide-animation {
  0% {
    animation-timing-function: ease-in; /*ゆっくり表示される*/
    opacity: 0;
  }
  12% {
    animation-timing-function: ease-out; /*表示された*/
    opacity: 1;
  }
  30% {
    opacity: 1; /*＊表示期間*/
  }
  43% {
    opacity: 0; /*次の画像で消えている*/
  }
  100% {
    opacity: 0; /*表示されていない時間*/
  }
}
#MV .tit {
  width: 50%;
  position: absolute;
  right: 0;
  bottom: -10rem;
  z-index: 9999;
  background-color: rgba(207, 169, 114, 0.15);
  padding: 1% 5%;
}
#MV .img_comm {
  width: 15%;
  position: absolute;
  left: 25rem;
  bottom: -10rem;
  z-index: 9999;
}
#MV .txt_sale {
  width: 70%;
  position: absolute;
  left: 12rem;
  text-align: left;
  color: #000;
  font-size: 4rem;
  top: 30rem;
  z-index: 9999;
  font-family: brandon-grotesque, sans-serif;
}
#MV .tit img, #MV .img_comm img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  #MV {
    background-attachment: fixed;
    min-height: 140vw;
    height: 100%;
  }
  .main-slide {
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .main-slide img {
    width: 100%;
    top: 10%;
  }
  #MV .tit {
    width: 80%;
    position: absolute;
    right: 3.5rem;
    bottom: 0;
    z-index: 9999;
  }
  #MV .img_comm {
    width: 40%;
    position: absolute;
    left: auto;
    right: 2rem;
    bottom: -10rem;
    z-index: 9999;
  }
  #MV .txt_sale {
    width: 70%;
    position: absolute;
    left: 1.5rem;
    color: #000;
    font-size: 3rem;
    top: 6rem;
    line-height: 1.3em;
  }
}
.detail_topprice {
  position: relative;
  z-index: -1;
  background: #F71735;
  padding: 5rem 0 7rem 5rem;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.detail_topprice p {
  color: #fff;
  font-size: 4.8rem;
  margin-left: 0.5em;
  letter-spacing: 0.08em;
  font-weight: bold;
  margin-bottom: 0;
}
.detail_topprice p strong {
  font-size: 7.8rem;
}
.detail_topprice .price01 {
  font-size: 8rem;
  font-weight: bold;
  line-height: 0.1em;
  font-family: brandon-grotesque, sans-serif;
  color: #ffffff;
  margin-bottom: 0;
}
.detail_topprice .price01 .bgtxt {
  font-size: 3rem;
  color: #F71735;
  margin-right: 0.5em;
  font-weight: bold;
  background: #ffffff;
  padding: 1rem;
}
.detail_topprice .price01 .yen {
  font-size: 3.5rem;
  color: #ffffff;
}
.detail_topprice .price01 .zei {
  font-size: 2rem;
  color: #ffffff;
}
.detail_price .flex .txtbox .att {
  font-size: 1.5rem;
}
.detail_02 {
  padding: 15rem 0 7rem;
}
.detail_03 {
  background: #F6FAF1;
}
.detail_03 h4 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  margin: 0 auto;
  text-align: center;
  font-weight: bold;
  font-size: 2.8rem;
}
.detail_03 p {
  font-size: 1.4rem;
  padding: 2rem;
  font-weight: bold;
  color: #000;
}
.detail_06 {
  position: relative;
  z-index: -1;
  padding: 7rem 0;
  background: #50514F;
}
.detail_06 h3 {
  color: #ffffff;
  text-align: center;
}
.detail_06 p {
  width: 1200px;
  margin: 0 auto;
  color: #ffffff;
  font-size: 1.4rem;
}
.gallery_box {
  width: 1200px;
  margin: 0 auto;
}
.gallery_box .parent-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gallery_box a {
  width: 280px;
  height: 280px;
  margin-bottom: 2%;
  display: block;
  overflow: hidden;
}
.gallery_box a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.detail_access ul {
  width: 1000px;
  margin: 7rem auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .detail_topprice {
    flex-wrap: wrap;
    padding: 5% 0 18%;
  }
  .detail_topprice .img {
    width: 20%;
    margin: 5% auto;
  }
  .detail_topprice .img img {
    width: 100%;
  }
  .detail_topprice .txt {
    width: 100%;
  }
  .detail_topprice p {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    font-size: 2.8rem;
    letter-spacing: 0.1em;
    line-height: 2em;
    text-align: center;
  }
  .detail_topprice p strong {
    font-size: 4.8rem;
  }
  .detail_topprice .price01 {
    font-size: 4.8rem;
    font-weight: bold;
    font-family: brandon-grotesque, sans-serif;
    color: #ffffff;
    margin-bottom: 0;
    margin-top: 5%;
    letter-spacing: 0;
  }
  .detail_topprice .price01 .bgtxt {
    font-size: 1.4rem;
    color: #F71735;
    margin-right: 0.5em;
    font-weight: bold;
    background: #ffffff;
    padding: 0.5rem;
  }
  .detail_topprice .price01 .yen {
    font-size: 1.4rem;
    letter-spacing: 0;
    color: #ffffff;
  }
  .detail_topprice .price01 .zei {
    font-size: 1rem;
    color: #ffffff;
  }
  .detail_price .flex .txtbox .att {
    font-size: 1.5rem;
  }
  .detail_02 {
    padding: 5rem 0 7rem;
  }
  .detail_03 p {
    font-size: 1.4rem;
    padding: 2rem;
    font-weight: bold;
    color: #000;
  }
  .detail_03 h4 {
    font-size: 2.2rem;
  }
  .detail_06 {
    position: relative;
    z-index: -1;
    padding: 7rem 0;
  }
.detail_06 p {
  width: 90%;
}	
	
  .gallery_box {
    width: 90%;
    margin: 0 auto;
  }
  .gallery_box .parent-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .gallery_box a {
    width: 43vw;
    height: 43vw;
    margin-bottom: 2%;
  }
  .detail_access ul {
    width: 90%;
    margin: 4rem auto 0 auto;
    padding: 0;
  }
}
.detail_access ul li {
  font-size: 1.4rem;
  list-style: none;
  width: 30%;
}
@media screen and (max-width: 768px) {
  .detail_access ul li {
    font-size: 1.1rem;
    float: none;
    width: 48%;
    margin-bottom: 2%;
  }
}
.detail_access ul li img {
  margin: 0 0 2rem 0;
  display: block;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .detail_access ul li img {
    margin: 0 0 1rem 0;
  }
}
.detail_price h3 {
  text-align: center;
  font-size: 4rem;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.2rem;
}
.detail_price {
  position: relative;
  z-index: -1;
  background: #F6FAF1;
  padding: 7rem 0;
}
.detail_price .flex {
  width: 1200px;
  margin: 0 auto;
  display: flex;
}
.detail_price .flex .txtbox {
  width: 50%;
  padding: 3rem;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.detail_price .flex .txtbox .name01 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 0.3em;
  color: #000000;
  border-bottom: 2px solid;
  margin-bottom: 8%;
  padding-bottom: 6%;
}
.detail_price .flex .txtbox .price01 {
  font-size: 8rem;
  font-weight: bold;
  line-height: 0.3em;
  font-family: brandon-grotesque, sans-serif;
  color: #000000;
  margin-bottom: 6%;
}
.detail_price .flex .txtbox .price02 {
  font-size: 7rem;
  font-weight: bold;
  line-height: 0.3em;
  font-family: brandon-grotesque, sans-serif;
  color: #000000;
}
.detail_price .flex .txtbox .price01 .bgtxt {
  font-size: 3rem;
  color: #ffffff;
  margin-right: 0.5em;
  font-weight: bold;
  background: #F71735;
  padding: 1rem;
}
.detail_price .flex .txtbox .price02 .bgtxt {
  font-size: 2rem;
  color: #ffffff;
  margin-right: 0.5em;
  font-weight: bold;
  background: #F71735;
  padding: 1rem;
}
.detail_price .flex .txtbox .yen {
  font-size: 3.5rem;
  font-weight: bold;
  color: #000000;
}
.detail_price .flex .txtbox .zei {
  font-size: 2rem;
}
.detail_price .flex .txtbox .price02 .zei {
  font-size: 2rem;
  width: 100%;
  display: inline-block;
  text-align: center;
  line-height: 0em;
  margin-bottom: 1%;
}
.detail_price .flex .txtbox .att {
  font-size: 1.5rem;
}
.detail_price .flex .imgbox {
  width: 50%;
  padding: 3rem;
  box-sizing: border-box;
}
.detail_price .flex .imgbox img {
  width: 100%;
}
.detail_price .ov h4 {
  text-align: center;
  display: inline-block;
  width: 100%;
}
.detail_price table {
  font-size: 1.4rem;
  margin: 20px auto;
  width: 800px;
  border: solid 1px #ccc;
}
.detail_price .tbl-r02 th {
  background: #eee;
  border: solid 1px #cccccc;
  color: #0000000;
  padding: 10px;
}
.detail_price .tbl-r02 td {
  border: solid 1px #cccccc;
  padding: 10px;
  background-color: #ffffff;
}

#mapwarp iframe {
  width: 100%;
  height: 500px;
}
@media screen and (max-width: 640px) {
  #mapwarp iframe {
    width: 100%;
    height: 100vw;
  }
  .detail_price .flex {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
  }
  .detail_price .flex .txtbox {
    width: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
  }
  .detail_price .flex .txtbox .name01 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 0.3em;
    margin: 0 auto 8%;
  }
  .detail_price .flex .txtbox .price01 {
    font-size: 4.6rem;
    margin-bottom: 1rem;
    line-height: 0.4em;
  }
  .detail_price .flex .txtbox .price02 {
    font-size: 4rem;
    line-height: 0.3em;
    margin-bottom: 0;
  }
  .detail_price .flex .txtbox .price01 .bgtxt {
    font-size: 1.8rem;
    margin-right: 0.5em;
    padding: 0.5rem;
  }
  .detail_price .flex .txtbox .price02 .bgtxt {
    font-size: 1.4rem;
    margin-right: 0.5em;
    font-weight: bold;
    background: #F71735;
    padding: 0.5rem;
  }
  .detail_price .flex .txtbox .yen {
    font-size: 2.5rem;
  }
  .detail_price .flex .txtbox .zei {
    font-size: 2rem;
  }
  .detail_price .flex .txtbox .price02 .zei {
    font-size: 1.6rem;
    width: 100%;
    display: inline-block;
    text-align: center;
    line-height: 0em;
    margin-bottom: 1%;
    margin-top: 8%;
  }
  .detail_price .flex .txtbox .att {
    font-size: 1.2rem;
    margin-top: 8%;
    display: inline-block;
    line-height: 1.2em;
  }
  .detail_price .flex .imgbox {
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
  }
  .detail_price .flex .imgbox img {
    width: 100%;
  }
  .detail_price .ov h4 {
    text-align: center;
    display: inline-block;
    width: 100%;
  }
  .detail_price .tbl-r02 th {
    padding: 10px;
  }
  .detail_price .tbl-r02 td {
    padding: 10px;
  }
}

#contact {position: relative;
  z-index: -1;
  padding: 7rem 0;
  background: #ffffff;
}
#contact h3 {
  text-align: center;
  font-size: 3rem;
  font-weight: 800;
  font-style: normal;
  letter-spacing: 0.2rem;
}
#contact .inner{width: 700px;margin: 0 auto;}
@media screen and (max-width: 640px) {
  .detail_price .last td:last-child {
    border-bottom: solid 1px #ccc;
    width: 100%;
  }
  .detail_price .tbl-r02 {
    width: 90%;
  }
  .detail_price .tbl-r02 th, .detail_price .tbl-r02 td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
	#contact .inner{width: 95%;margin: 0 auto;}
}