@charset "UTF-8";
/* CSS Document */


* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


body{font-family: "Hiragino Mincho ProN", "Yu Mincho", YuMincho, "serif";
    max-width: 1280px;
    margin: auto;
	text-align: center;
	padding:auto; 
    position: relative;	
    letter-spacing: .1rem;
    line-height: 2rem;
}

a{color: white;
text-decoration: none;
font-weight: 600;
}

ul{list-style: none;}

.flex-box {
  display: flex;
  flex-wrap: wrap;         /* 折り返し有効 */
  gap: 24px;               /* カード間の余白 */
  justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto;
  padding: 20px;
}

/* カード設定 */
.calam-menu {
  flex: 1 1 calc(33.333% - 24px); /* PCで3列 */
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
 

video{
    width: 100%;
}

a:hover {
  transform: translateY(-4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    
    transition: transform 0.2s ease;
}
.calam-menu a{display: inline-block;}

/* 画像部分 */
.calam-menu img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  display: block;
 margin-bottom: -1rem;
   
}

.conte img{margin: auto;}

/*サブページ*/
.submenu img { width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
 margin-bottom: -1rem;
}

.submenu2 img { width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: contain;
  display: block;
}



/* テキスト部分 */

.menu-coment{margin: 0;
text-align: left;
 flex: 1;
    
}
.menu-coment h3 {
  font-size: 1.1rem;
    padding:1rem;
}

.menu-coment p {
  font-size: 0.9rem;
    padding:1.5rem;
  line-height: 1.6;
}



.menu-coment p{flex-grow: 1;}

.subtop{background-blend-mode:lighten;
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
    display: flex;
   height:500px;   
    z-index: 99;
    margin: auto; 
 }

/*サブページトップ画像*/
.bg-1{background-image:url("../img/bg1.jpg");}/*分譲*/
.bg-2{background-image:url("../img/bg2.jpg");}/*販売受託*/
.bg-3{background-image:url("../img/bg3.jpg");}/*仲介*/
.bg-4{background-image:url("../img/forsale.jpg");}/*用地物件売買*/
.bg-5{background-image:url("../img/renobe-top.jpg");}/*リノベ*/
.bg-6{background-image:url("../img/inte.jpg");}/*インテリア*/
.bg-7{background-image:url("../img/pp.jpg");}/*プライバシーポリシー*/
.bg-8{background-image:url("../img/shopping.jpg");}/*ショッピング*/

.text-box{margin: auto;
width:50%;
padding: 2rem;
background-color: white;
opacity: .7;
}

.text-box h3{margin-bottom: 1rem;}

.text-box p{text-align: left;
    line-height: 2.5rem;
}

.text-box2{margin: auto;
width:80%;
padding: 2rem;
    text-align: left;
    font-size: .8rem;
}
.text-box2 h4{font-size: 1rem;
margin-top: 3rem;}

.text-box2 ul,ol{ padding-top: 10px;
  padding-bottom: 10px;
padding-left: 2rem;}

.text-box2 li{font-size: .8rem;}


#torihiki h3{font-size: 1rem;}


.sp {
    display: none !important;
  }

  .pc {
    display: block !important;
  }

header{position: sticky;
    top:0;
width:100%;
    z-index: 999;
height: 60px;
    margin: auto;
    color:white;
    letter-spacing: .3rem;
background-color:#A82A2A;
    display: flex;
    align-items: center;
}

header ul{
    text-align: right;
margin-left: auto;
margin-right: .5rem;
    
}

header li{display: inline-block;
font-size: .7rem;
}


header img{text-align: left;
margin-left: .8rem;}

@keyframes shiny {
    0% { left: -20%; }
    10% { left: 120%; }
    100% { left: 120%; }
}
.shiny-btn {
    position: relative;
    display: block;
    width: 60%;
    height: 80px;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    background-color: #A82A2A;
    overflow: hidden;
      border-radius: 10px;
    padding:25px;
    margin: auto;
}

.shiny-btn::after {
    content: '';
    position: absolute;
    top: -10%;
    left: -20%;
    width: 40px;
    height: 100%;
    transform: scale(2) rotate(20deg);
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, .5) 100%, rgba(255, 255, 255, 0) 0%);
    
    /* アニメーション */
    animation-name: shiny;
    animation-duration: 3s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.wrap{position: relative;
  }
h1 h2 h3{margin:0;
padding: 0;}

h1{
font-size:5rem;
letter-spacing: .1rem;
line-height: 5.5rem;
}

h2{font-size: 2rem;
  letter-spacing: .7rem;
line-height: 3rem;
text-align: left;}

h3{font-size: 1.2rem;
letter-spacing: .5rem;
}

section{margin-top: 2rem;}

.shadow{text-shadow:  3px 0px 3px black;}

.mf-1{font-family: myfont;}
.mf-2{font-family: myfont2;}

#top{background-image:url("../img/top.jpg");
    background-blend-mode:lighten;
     background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    position: relative;
   height:800px;   
    z-index: 99;
    margin-top: -50px;
    margin-bottom: 0;
    
}

.top-title{content: "";
    text-align: left;
position: absolute;
top:5rem;
left:5rem;
line-height: 4rem;
font-size: 2rem;}

.top-sub{
    content: "";
    max-width:50%;
    position: absolute;
    bottom:30%;
    left:5rem;
    text-align: left;
    font-size: .8rem;
   background:rgba(255,255,255,0.7);
    padding: 1rem;
}

.news{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  margin: auto;
  padding: 1rem;
  background-color: #ffffff;
  opacity: .7;
  bottom: 1rem;
  right: 3rem;
}

.news ul{display: inline-block;
list-style: none;
margin: auto;
width:50%;}

.news li{text-align: left;}

.news_title {
    display: inline-block;
    width:40%;
    text-align: center; 
 margin: 0;}


.soldout{
width:100%;
background-color: #A82A2A; 
position: absolute;
top:50%;
color:white;
padding:1rem;
font-size:1.5rem;}

#torihiki li{display: inline-block;
list-style: none;
margin: auto;}

#torihiki{margin-top:0;}

table{font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";}

#gaiyou{width:90%;
margin: auto;}
#gaiyou table{text-align: left;
font-size:.8rem;
border: 1px solid lightgray;
border-collapse:collapse;}

#gaiyou th{background-color:#A82A2A; 
color:#ffffff;
width:20%;
text-align: center;
margin: 0;

}
#gaiyou tr {
    padding: 0;
    border-bottom: 2px solid #ccc;
}

#gaiyou td{padding-left: 1rem;}

.table2{width:80%;
margin: auto;}

.table3{width:90%;
margin: auto;
text-align: left;
border-spacing: 0;
}

.table3 td, .table3 th{
    border-bottom: 1px dotted #000;
    padding: 10px;
    
}
.table3 tr:nth-child(2n) {
    background: #ccc;
}
/* 奇数行の背景色変更 */
.table3 tr:nth-child(2n+1) {
    background: #fff;
}

.gaien{background-color: beige;}
.year{background-color: #FFD3D3;}

.logo{width:30%;
margin: 0 auto 2rem;}

.red{background-color:#A82A2A;
padding:.5rem;
}
.black{color:black;
padding:.5rem;}

.bg-gr{background-color: #ECECEC;}


.icon img{width:30px;
float: left;
}




/*TOPのバナー*/
.bnr{
background-color:#A82A2A;   
width:90%;
margin: auto;
padding: 0;
text-align: center;
border-radius: 10px;
}

.bnr img{height:120px;
width:100%;
display: inline-block;
object-fit: cover;
vertical-align: middle; 
border-radius: 0 10px 10px 0;
}

.bnr-list{width:90%;
margin: auto;
padding: 0;
text-align: center;
align-items: center;}
.bnr-list a{width:23%;}

.bnr-list img{
display: inline-block;
}

.title{font-size: 1.3rem;
margin: auto;
    text-align: center;
}


/*サブページのバナー*/
.bnr2{
width:60%;
height:3rem;
margin: auto;
}


.bnr3{
width:100%;
height:3rem;
margin: 0 auto;
}



/*位置系*/
.flex{display: flex;
flex-direction: column;}

.float{float: left;}



.discript {flex-grow: 1;}


.calam2{width:calc(95%/2); 
}
.calam3{width:calc(100%/3); }


.w20{width:20%;}
.w30{width:30%;}
.w40,.w40s{width:40%;}
.w60,.w60s{width:60%;}
.w70{width:70%;}
.w90{width:90%;}
.vl-m{align-items: center;}

.right-1{margin-right: -10%;}
.right-2{margin-right: -20%;}
.left-1{margin-left: -10%;}
.left-2{margin-left: -20%;}

.t-left{text-align: left;}



/*moji*/
.mini{font-size:.8rem;}
.prohivit{font-size: .5rem;}
.white{color:white;}
.f-red{color:red;}


.fs-05{font-size: .5rem;}
.fs-08{font-size: .8rem;}
.fs-1{font-size: 1rem;}
.fs-12{font-size: 1.2rem;}
.fs-15{font-size: 1.5rem;}
.fs-2{font-size: 2rem;}
.fs-3{font-size: 3rem;}

/*レイアウト*/

.mt-1{margin-top:1rem;}
.mt-2{margin-top:2rem;}
.mt-3{margin-top:3rem;}

.mb-1{margin-bottom: 1rem;}
.mb-2{margin-bottom: 2rem;}
.mb-3{margin-bottom: 3rem;}

.mar-a{margin: auto;}

.pad-b1{padding-bottom: 1rem;}
.pad-b2{padding-bottom: 2rem;}
.pad-b3{padding-bottom: 3rem;}
.pad-t1{padding-top: 1rem;}
.pad-t2{padding-top: 2rem;}
.pad-t3{padding-top: 3rem;}
.pad-1{padding:1rem;}
.pad-2{padding:2rem;}



.text-l{text-align: left;
    display: inline-block;
}
  footer{
      
      margin-top: 5rem;
    padding: 3rem;
   background-color:#A82A2A; }


footer li{font-size: .7rem;
text-align: left;}
    

/*ここからスマホの表示*/
@media screen and (max-width : 768px){
.of-x{overflow-x: hidden;}
    .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }

    #top{
    width:100%;
    margin-top: -50px;
    margin-bottom: 0
  }
    
    
    .top-title{
position:static ;
line-height: 3rem;
font-size: 1.5rem;
   padding: 80px 0 0 .8rem;}

    .menu-coment h3 {
  font-size: 1rem;
    padding: 0 .2rem;
    letter-spacing: .3rem;
}

.menu-coment p {
  font-size: 0.8rem;
 padding: .5rem .3rem;
  line-height: 1.6;
}
    
.calam-menu img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  display: block;
    margin-bottom: -1rem;  }
    
    
    .news{
    position: static;
  display: flex;
  justify-content: center;
  align-items: center;
    width:100%;
    padding:.5rem;
        margin: auto;
        font-size:.8rem;
   line-height: 1.5rem;
}

    
.top-sub{
    max-width:90%;
    bottom:5%;
    right:0;
    
}

.calam-menu { flex: 1 1 calc(49% - 24px); 
    }


    .calam2{width:100%;  
    margin-bottom: 2rem;
}

    .prohivit{
    color:white;
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin: 0;
    width:100%;}

    .text-box{width:90%;
        font-size: .7rem;
}
    .text-box p{text-align: left;
    line-height: 1.5rem;
}

/* ハンバーガーアイコン */
.hamburger {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content:space-around;
  cursor: pointer;
  margin-left:auto;
  margin-right: 5px;
  z-index: 1001; /* メニューより前 */
}

.hamburger span {
  display: block;
  height: 3px;
  background: #fff;
  border-radius: 2px;
  transition: 0.3s;
  margin: .2rem;
}

/* メニュー */
.nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 70%;
  height: 100vh;
  background: rgba(0,0,0,0.9);
  color: #fff;
  transition: right 0.3s ease;
  z-index: 1000;
}

.nav ul {
  list-style: none;
  padding: 80px 20px;
  margin: 0;
}
.nav li {
  margin-bottom: 20px;
    display: block;
}
.nav a {
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
}

    
    .text-box2{margin: auto;
        width:95%;}
    
/* メニュー開いた状態 */
.nav.open {
  right: 0;
}

/* ハンバーガー開いた時のアニメーション */
.hamburger.open span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

    
.title{font-size: 1rem;
margin: auto;}

.bnr{
background-color:#A82A2A;   
width:100%;
margin: auto;
padding: 0;

}

.bnr img{height:100px;
width:100%;
display: inline-block;
object-fit: cover;
vertical-align: middle; 
border-radius: 0 10px 10px 0;
}
.bnr-list a{width:44%;}
    .shiny-btn {width:80%;}
    .w40s{width:50%;}
    .w60s{width:50%;}
    
    
.table2 , .table1 {width:100%;}    
}
