@charset "UTF-8";


* {
  margin: 0;
  padding: 0;
  background-position: center center;
  box-sizing: border-box;
  outline: none;
}

img {
  height: auto;
}

html {
  -webkit-text-size-adjust: 100%;
  height: 100%;
  font-size: 62.5%;
}


body {

  font-weight: 400;
  color: #1a2d51;
  font-size: 1.6rem;
  line-height: 2;
  margin: auto;
  text-align: left;
  height: 100%;
  letter-spacing: 0.05em;
  background: #f5f4f1;
  line-break: strict;
  word-break: break-word;
}

body,
.toggle p,
.about_concept p {
  font-family: "Shuei NijimiMGo B", dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
}

li {
  list-style: none;
}

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

a {
  text-decoration: none;
  color: #1a2d51;
  transition: 0.2s ease-in-out;
}


a:visited {
  text-decoration: none ;
  color:#1a2d51;
}

a:hover {
  text-decoration: none;

}


a img {
  transition: 0.2s ease-in-out;
}

a:hover img {
  /*opacity: 0.8;*/
}

*::selection {
  background: #14274c;
  color: #fff;
}

p,
.post_body ul,
.info_body ul,
.about_about table,
.noshi {
  text-align: justify;
  font-family: "Gothic Medium BBB", noto-sans-cjk-jp, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

img {
  border: 0;
  vertical-align: top;
}

h1,
h2,
h3,
h4 {
  letter-spacing: 0.04em;
  font-size: 1.8rem;
}


table {
  border-collapse: collapse;
}

.left {
  float: left;
}

.side {
  float: right;
}

.clearfix:after {
  content: ".";
  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  /* 非表示に */
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
  height: auto;
  overflow: hidden;
  /**/
}
@media screen and (min-width:960px) {
  .sp_only {
    display: none!important;
  }
  
  .pc_only {
    display: block!important;
  }
}

@media screen and (max-width:959px) {
.sp_only {
  display: block!important;
}

.pc_only {
  display: none!important;
}
}

.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}




body {
  font-family: 'Arial', sans-serif;
}

header {
  padding: 0px;
  text-align: center;
}
.page_animation {
  opacity: 0;
  pointer-events: none;
}
body.appear .page_animation {
  animation-name: PageAnime-content;
  animation-duration: 0.55s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards;
  opacity: 0;
  pointer-events: auto;
}
.animation .page_animation {
  opacity: 1;
  pointer-events: auto;
}
@keyframes PageAnime-content {
  0% {
  opacity: 0;
  }
  100% {
  opacity: 1;
}
}
@media screen and (max-width:820px) {
  header {
    height:290px;
  }
}

h2{
  color: #35bbc9;
  text-align: center;
  font-size: 30px;
}
.navi ul {
  line-height: 1;
  pointer-events: none;
  outline: none;
}

.navi ul {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
}

.navi ul li.g_navi {
  display: inline-block;
  padding: 20px 0;
  margin: 74px 0 0;
  line-height: 1;
  pointer-events: auto;
  transition: .2s ease-in-out;
}

.navi ul li.g_navi {
  font-size: 2.5rem;
}

.navi ul li.g_navi .pa {
  /* padding: 0 12px; */
    margin-left: 12px;
    margin-right: 12px;
}

.navi ul li.g_navi a,
.navi .sholder a.number{
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #333;
  transition: linear 0.1s;
  padding-bottom: 5px;
}
.navi ul li.g_navi a::after,
.navi .sholder a.number::after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0; /* ← 初期は線なし */
  height: 2px; /* 線の太さ */
  background-color: #35bbc9; /* 線の色 */
  transition: width 0.3s ease-out; /* 左→右に0.1秒で伸びる */
}
.navi ul li.g_navi a:hover::after,
.navi .sholder a.number:hover::after{
  width: 100%;
    color: #35bbc9;
}

.navi ul li.g_navi:nth-child(2) {
  margin-right: 450px;
}

.navi .sholder {
  position: absolute;
  right: 60px;
  top: 20px;
  pointer-events: auto;
}

a.contact_btn{
  transition: linear 0.1s;
}
a.contact_btn:hover{
  color:#35bbc9; 
  background-color: #fff;
}

.top_logo {
    background-color: #f5f4f1;
    -moz-border-radius: 90px / 25px;
    -webkit-border-radius: 90px / 25px;
    border-radius: 90px / 25px;
    width: 250px;
    position: absolute;
    top: -4px;
    left: 50%;
    margin-left: -120px;
    text-align: center;
    padding: 6px 0 15px;
    z-index: 10;
}

.top_logo img {
  width: 100%;
}
.top_logo.sub_p{
  background: none;
}
.number {
  font-size: 2.5rem;
  font-weight: 700;
  vertical-align: middle;
}

.nav_right {
  position: relative;
}
@media screen and (min-width:821px) {
}
.navi_sp{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 100%;
  transition: all 0.5s;
  background:rgba(255,255,255,0.9);
}
.navi_sp.panelactive{
  left: 0;
  z-index: 80;
}
.navi_sp ul {
  padding: 150px 30px 0;
}
.navi_sp ul li {
  list-style: none;
}
.navi_sp ul li a {
  display: block;
  width: 100%;
  font-size: 15px;
  box-sizing: border-box;
  text-decoration: none;
  padding: 9px 15px 10px 0;
  position: relative;
}
.navi_sp ul li a::before {
  content: "";
  width: 7px;
  height: 7px;
  transform: rotate(45deg);
  position: absolute;
  right: 11px;
  top: 16px;
}
.openbtn1{
  position: fixed;
  background: #57a2c7;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 5px;
  transform: translate(-50%, 10%);
  right: -12px;
  z-index: 9999;
}

/*ボタン内側*/
.openbtn1 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 11px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
  }

.openbtn1 span:nth-of-type(1) {
  top:10px; 
}

.openbtn1 span:nth-of-type(2) {
  top:18px;
}

.openbtn1 span:nth-of-type(3) {
  top:26px;
}


.openbtn1.active span:nth-of-type(1) {
    top: 13px;
    left: 11px;
    transform: translateY(6px) rotate(-45deg);
}

.openbtn1.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn1.active span:nth-of-type(3){
  top: 25px;
  left: 11px;
    transform: translateY(-6px) rotate(45deg);
}


body{
  background:#f3f3f3;
}


a{
  color: #333;
  text-decoration: none;
}

.lead{
  margin:20px 0 0 0;
}

.btn-block{
  width:200px;  
  padding: 30px;
}

.btn,
a.btn,
button.btn {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  position: relative;
  display: inline-block;
  padding: 1rem 2.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}
button{
  background: none;
  border: none;
}
.btn--pink,
a.btn--pink {
  color: #fff;
  background-color: #35bbc9;
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #35bbc9;
}

a.btn--radius {
  border-radius: 100vh;
}

.bottom {
  position: ;
  bottom: 0;
}

#sub-area {
  width: 100%;
  padding: 0px 20px 0 0;
}

.btn__center{
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.btn__center .btn{
  font-size: 16px;
  color: #35bbc9;
  background-color: #fff;
  border: 1px solid #35bbc9;
  padding: 10px 50px;
}
.btn__center .btn:hover{
  color: #fff;
  background-color: #35bbc9;
}
.content {
  padding-top: 40px;
}
.content.sub_content section{
  width: 100%;
  padding: 0 10%;
}
.content_top{
  width: 100%;
  height: 160px;
  background-color:#BFE9EC ;
  box-shadow: inset 0px 10px 10px -10px rgba(0, 0, 0, 0.3);
  text-align: center;
  margin-bottom: 100px;
}

.content_top h1{
  font-size: 30px;
  color: #35bbc9;
  line-height: 150px;
}
section{
  margin-bottom: 150px;
}
h2{
  text-align: center;
  margin-bottom: 30px;
}
#top_slider{

}
#news{
  width: 100%;
  padding: 0 350px;
}

#news article{
  display: block;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D8C0B8;
}

.news_img{
  padding: 10px;
  box-shadow: 2px 2px 4px gray;
  background-color: #fff;
}
.news_img a{ 
  
}
.news_img a:hover{ 
  opacity: 0.5;

}
.news_img p{
  font-size: 30px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #bde4f7 50%);
  padding: 0 0.1em;
}
#services{
  width: 100%;
  padding: 0 10%;
}
#about{
  width: 100%;
  padding: 0 10%;
}
#gallery{
  width: 100%;
  padding: 0 10%;
}
#contact{
  width: 100%;
  padding: 0 10%; 
}
.contact{
  width: 100%;
  padding: 0 10%; 
}

@media screen and (max-width:959px) {
  #news,#services,#about,#gallery,#contact,.contact{
    width: 100%;
    padding: 0 5%;
  }
  
}
.footer {
  background-color: #f2f2f2;
  padding: 20px;
  margin: 0 auto;
}
.footer p{
  text-align: center;
}

/* section */

#services {
  text-align: center;
}

.services-box {
  display: flex;
  justify-content: space-around;
  text-align: center;
}

.service-item {
  margin: 20px;
}

.service-item h3 {
  color: #333333;
  font-size: 20px;
  margin-top: 10px;
  /* テキストの上のマージン */
}

.details-button {
  background-color: #ffcccc;
  border: none;
  padding: 10px 20px;
  text-decoration: none;
  color: white;
  cursor: pointer;
  display: inline-block;
  /* ボタンがテキストのように振る舞うことを防ぐ */
  margin-top: 20px;
  /* ボタンの上のマージン */
}

/* about */
#about{

}

.about-box{
  position: relative;
  margin-bottom: 30px;
}
.about-img{
  width: 65%;
}
.about-img img{
  width: 100%;
  height: auto;
}
.about-text{
  width: 50%;
  padding: 20px 40px;
  background:rgba(255,255,255,0.5);
  top: 50%;
  transform: translate(110%,-50%);
  position: absolute;
}
.about-text b{
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px;
}
.about-img{

}

/* list */
#list{

}
#list h3{ 
  text-align: left;
}
.properties {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.property-item {
  width: calc(34% - 20px);
  background-color: #fff0f0;
  border: 1px solid #f2f2f2;
  position: relative;
  margin-bottom: 20px;
}

.property-image img {
  width: 100%;
  display: block;
}

.status {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffcccc;
  color: white;
  padding: 5px;
  font-size: 0.8em;
}

.status.new {
  right: 10px;
  left: auto;
  background-color: red;
}

.type {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ccccff;
  padding: 5px;
  font-size: 0.8em;
}
.type_a{

}
.type_b{
  background-color: #ffcccc;
  color: red;
}
.property-info {
  padding: 15px;
  text-align: center;
}

.details-button {
  background-color: #ffcccc;
  border: none;
  padding: 40px 20px;
  text-decoration: none;
  color: white;
  cursor: pointer;
}

/* gallery */
.gallery{
  columns: 3;/*段組みの数*/
  padding:0 15px;/*ギャラリー左右に余白をつける*/
  margin:0;
  }
  
  .gallery li {
      margin-bottom: 20px;/*各画像下に余白をつける*/
  list-style:none;
  }
  
  /*ギャラリー内のイメージは横幅100%にする*/
  .gallery img{
    width:100%;
    height:auto;
    vertical-align: bottom;/*画像の下にできる余白を削除*/}
  
  /*　横幅900px以下の段組み設定　*/
  @media only screen and (max-width: 960px) {
    .gallery{
    columns:3;
    }	
  }
  
  @media only screen and (max-width: 821px) {
    .gallery{
    columns: 2;
    }	
  }

  /* contact */
  .contact-box{
    position: relative;
    margin-bottom: 30px;
  }
  .contact-img{
    width: 65%;
    opacity: 0.5;
  }
  .contact-img img{
    width: 100%;
    height: auto;
  }
  .contact-text{
    width: 50%;
    padding: 20px 40px;
    top: 50%;
    transform: translate(105%,-50%);
    position: absolute;
  }
  .contact-text .contact_btn.btn{
    font-size: 2rem;
    padding: 3rem 4rem;
    display: inline-block;
    margin-bottom: 20px;
  }
  .contact-text b{
    display: inline-block;
    font-size: 24px;
    margin-bottom: 20px;
  }
  .contact-text p{
    padding-bottom: 20px;
  }
  .contact-text p.call{
    padding-bottom: 0;
  }

  .content.sub_content .common_a{

  }
  .content.sub_content .common_a .about-box .about-img{
    display: flex;
    width: 100%;

  }
  .content.sub_content .common_a .about-box .about-img img{
    width: 50%;
    vertical-align: middle;
  }
  .content.sub_content .common_a .about-box .about-img .about-text{
    width: 50%;
    position: relative;
    padding:5% 0 0 5%;
    top: 0;
    transform: none;
    vertical-align: middle;
  }
  .content.sub_content .common_a .about-box .about-img .about-text .about-block b{
    color: #35bbc9;
  }
  
  @media screen and (max-width:820px){
    section{
      margin-bottom: 50px;
    }
    .top_logo {
      background: none;
        width: 320px;
        top: 0px;
      left: 50%;
      margin-left: 0;
      transform: translate(-50%,0);
    }
    #about{
      padding: 0;
    }
    #about h2{
      padding: 5%;
      line-height: 4rem;
    }
    .about-box{
      position: relative;
      margin-bottom: 30px;
    }
    .about-img{
      width: 100%;
    }
    .about-img img{
      width: 100%;
      height: auto;
    }
    .about-text{
      width: 90%;
      margin: 0 auto;
      padding: 20px 10px;
      background:rgba(255,255,255,0.5);
      top: -90px;
      transform: none;
      position:relative
    }
    .about-text b{
      display:inline-block;
      font-size: 16px;
      margin-bottom: 20px;
    }
    .about-text p{
      font-size: 14px;
      margin-bottom: 20px;
    }
    .about-img{
    
    }

    /* list */
#list{
  padding: 5%;
}
#list h3{ 
  text-align: left;
}
.properties {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.property-item {
  width: 100%;
  background-color: #fff0f0;
  border: 1px solid #f2f2f2;
  position: relative;
  margin-bottom: 20px;
}

.property-image img {
  width: 100%;
  display: block;
}

.status {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ffcccc;
  color: white;
  padding: 5px;
  font-size: 0.8em;
}

.status.new {
  right: 10px;
  left: auto;
  background-color: red;
}

.type {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: #ccccff;
  padding: 5px;
  font-size: 0.8em;
}
.type_a{

}
.type_b{
  background-color: #ffcccc;
  color: red;
}
.property-info {
  padding: 15px;
  text-align: center;
}


#services {
  text-align: center;
}

.services-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  text-align: center;
}

.service-item {
  margin: 5px 0;
  display: flex;
  align-items: center;
}
.service-item img{
  width: 60%;
}
.service-item h3 {
  color: #333333;
  font-size: 14px;
  margin-top: 10px;
  width: 40%;
}

/* contact */
#contact{
  padding: 0;
}
.contact-box{
  position: relative;
  margin-bottom: 30px;
}
.contact-img{
  width: 100%;
  opacity: 0.5;
}
.contact-img img{
  width: 100%;
  height: auto;
}
.contact-text{
  width: 90%;
  margin: -140px auto 0;
  padding: 20px 15px;
  top: -10%;
  transform: none;
  position: relative;
  background:rgba(255,255,255,0.5);
}
.contact-text .contact_btn.btn{
  font-size: 2rem;
  padding: 3rem 4rem;
  display: inline-block;
  margin-bottom: 20px;
}
.contact-text b{
  display: inline-block;
  font-size: 24px;
  margin-bottom: 20px;
}
.contact-text p{
  padding-bottom: 20px;
}
.contact-text p.call{
  padding-bottom: 0;
}
.contact-text a{
  display: inline-block;
  text-align: center;
  font-size: 30px;
  margin: 0 auto;
  width: 100%;
}
.contact-text p.call{
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.content_top h1 {
  font-size: 22px;
}
.content_top {
  margin-bottom: 50px;
}

.content.sub_content .common_a .about-box .about-img{
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.content.sub_content .common_a .about-box .about-img img{
  width: 100%;
  vertical-align: middle;
}
.content.sub_content .common_a .about-box .about-img .about-text{
  width: 95%;
  position: relative;
  padding:5% 10%;
  top: 0;
  margin-top: -30%;
  transform: none;
  vertical-align: middle;
  line-height: 18px;
}

.content_top{
  height: 80px;
  padding: 20px 5px;
}
.content_top h1{
  font-size: 20px;
  line-height: normal;
}

.news_img{


}
.news_img p{
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #bde4f7 50%);
  padding: 0 0.1em;
}
}

@media screen and (min-width: 821px) and (max-width: 1025px) {
  header{
    height: 250px;
  }
  .top_logo{
    border-radius:0%
  }
}