/*project.css*/

#contens {
}
.full {
	width:100vw;
	margin:0 calc(50% - 50vw);
}
.pj-container {
	margin: 0 auto;
	max-width:1000px;
	width:90%;
	position: relative;
}
.project img {
    max-width:100%;
    vertical-align: bottom;
}
.read-area {
    background-color: #90B7D5;
    padding:2em;
    margin-top: -1px;
    position: relative;
}
.read-day {
    margin:4em auto;
}
.ku8 {
    margin-bottom:8em;
}
.tab-guide {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    line-height: 1.4;
    border-bottom:6px solid #ED7700;
  }
.tab-guide li {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    line-height: 1.4;
    background: #F4C89B;
    border-radius: 1.2em 1.2em 0 0;
    font-weight: bold;
    font-size:1.8rem;
    position: relative;
    cursor: pointer;
    border:2px solid #fff;
    border-bottom:0;
}
.tab-guide li.active,
.tab-guide li:hover {
    background:#ED7700;
    position: relative;
}
.tab-guide img {
    max-width:80px;
    width:65%;
    object-fit: contain;
    margin:auto;
    text-align: center;
}
.tab-guide li:last-of-type img {
    max-width:95px;
    width:78%;
}

.tab-contents {
    /* display: none; */
    opacity: 0;
    height:0;/*重要*/
}
.tab-contents.active {
    /* display: block; */
    height:100%;
    opacity: 1;
    animation: fadeIn 0.3s ease-in 0s forwards;
}
.tab-box-inner {
    padding:2em 0;
}

@keyframes fadeIn {
    0% {
      display: none;
      opacity: 0;
    }
  
    1% {
      display: block;
      opacity: 0;
    }
  
    100% {
      display: block;
      opacity: 1;
    }
  }
.tab-wrap {
    margin:0 auto 4em;
}
.ttl {
    text-align: center;
    margin:2em auto;
}
.ttl-madori {
    width:11em;
}
.seinou-area h3 {
    margin:auto;
    display: flex;
    align-items: center;
    color:#ED7700;
    font-weight: bold;
    position: relative;

}
.txt {
    font-size: 1.5em;
}
#town {
    position: relative;
    margin:6em 0 0;
}
.num {
    width:27px;
    margin-right:5px;
}
.town-area {
    margin:3em 0 0;
}
.town-area dt,
.town-area dd {
    font-size: 1.5em;
}
.town-area .small {
    font-size: 90%;
}
.town-area dt {
    display: flex;
    align-items: center;
    margin:0.5rem 0;
}
.town-area dt,
.town-area dt * {
    font-weight: bold;
}
.town-area dd {
    margin-left:30px;
}
.ttl-map {
    width:21em;
    margin:0 auto 2em;
}
.map-txt .txt {
    display: flex;
    line-height: 1.6;
}
.map-flex {
    margin:1rem 0 4em;
}
.ttl-map,
.map-read {
    text-align: center;
}
.map-read {
    margin-bottom:2.5em;
    font-weight: 500;
}
.map-area {
    height: 0;
    overflow: hidden;
    padding-bottom: 70%;
    position: relative;
}
.map-area iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.ttl-map-sub {
    font-weight: 500;
}
.bg02 {
    background-color: #FEF2E0;
}
.about-box {
    padding-top:3rem;
    padding-bottom:3rem;
}
.about-box p {
    line-height: 2;
}
.ttl-about {
    width:52em;
    margin:8em auto 2.5em;
    text-align: center;
}
.about-bnr {
    margin:4em 0 0;
}
.ytp-watermark.yt-uix-sessionlink,
.ytp-title-channel,
.ytp-title,
.ytp-title-text,
.ytp-hide-controls {
    display: none!important;
}
#mv button,
#mv button * {
    display: none!important;
}


/* slide 
--------------------------------------------*/
.slide-box a {
    text-decoration: none;
  }
  .slide-ttl * {
    font-size:1.8rem;
    font-weight: bold;
    margin:1rem auto 0;
  }
  .slick-dots li button:before {
    font-size:10px;
    color:#fff;
  }
  .slick-dots {
    bottom:-50px;
  }
  .slick-dotted.slick-slider {
  }
  .slick-dots li.slick-active button:before {
    color:#fff;
  }
  .slick-next:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url(../img/project/next.svg) no-repeat 0 0;
    background-size:contain;
  }
  .slick-prev:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: url(../img/project/prev.svg) no-repeat 0 0;
    background-size:contain;
  }
  .slider {
    display:none;
  }
  .slider.slick-initialized {
    display: block;
  }

  /* .slick-slide img {
    margin:0 auto!important;
  } */
  .slick-slide {
  transition: all ease-in-out .3s;
  }
  .slick-current {
  opacity: 1;
  }

  iframe {
    outline: none;
    border: none;
  }

/* -------------------------------------------
 お知らせ用 CSS　開始
--------------------------------------------*/

.ttl-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2em;
}

.ttl-news {
	font-size: 4.4rem;
	color: #d67043;
	font-weight: bold;
}


a.more-btn {
    line-height: 1;
    padding: 0.5em 3em;
	border: 2px solid #d67043;
	color: #d67043;
    font-weight: bold;
	font-size: 1.5em;
}

.news-archive dl {
    border-bottom: 1px solid #d67043;
}

.news-archive dt {
    display: flex;
}

.year,
.month,
.day {
    width: 130px;
    max-width: 100%;
    margin-right: 0.5rem;
}

.cat,
.cat-item a,
.category-all a {
    background-color: #005180;
    color: #fff;
    font-size: 13px;
    text-align: center;
    padding: 3px 1rem;
    font-weight: bold;
}

.news-archive dl {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
	padding: 3rem 0;
}

.news-archive dd {
    padding-right: 1em;
}

.container {
    margin: 0 auto;
    max-width: 1100px;
    width: 90%;
    position: relative;
}

.archive-ttl {
	font-size: 4.4rem;
	font-weight: bold;
	color: #d67043
}

@media screen and (min-width: 751px) {
	a.more-btn {
		min-width: 180px;
		height: 42px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.news-archive dt,
	.news-archive dd {
    	font-size: 1.5em;
	}

	.news-archive .cat,
	.category-area .cat,
	.category-area .cat-item a,
	.category-all a {
		min-width: 10em;
		width: 150px;
		background-color: #005180;
		color: #fff;
		font-size: 13px;
		text-align: center;
		padding: 3px 1rem;
		font-weight: bold;
	}

	.news-archive dd {
		width: calc(100% - 16em);
		padding-left: 1em;
		line-height: 1.6;
		padding-right: 1em;
	}
}

@media screen and (max-width: 750px) {
	.archive-ttl {
		font-size: 3.8rem;
	}
	
	.ttl-news {
		font-size: calc(55 / 750* 100vw);
	}
	
	a.more-btn {
		padding-left: 1.5em;
		padding-right: 1.5em;
		font-size: 1em;
	}
	
	.news-archive dl {
		padding: 1.5rem 0;
		display: block;
	}
    
	.news-archive dt {
		margin-bottom: 1rem;
	}
	
	.year,
	.month,
	.day {
	    font-size: 1.5em;
	}
	
	.news-archive dd {
		font-size: 1.5em;
	}
    
	.news-archive .cat, .category-area .cat {
		font-size: 12px;
		min-width: 90px;
	}
}

/* -------------------------------------------
 お知らせ用 CSS　終了
--------------------------------------------*/


@media screen and (min-width: 751px) {
    #contens.project {
        max-width:1000px;
        width:90%;
        min-width:inherit;
    }
    a:hover,
    a:active {
        color:inherit;
        text-decoration:underline;
    }
    a:hover {
        opacity:0.85;
        filter: alpha(opacity=85);
        -ms-filter:"alpha(opacity=85)";
    }
    #mv {
        padding-top: 0;
    }
    #mv-pc:before {
        content:"";
        position: absolute;
        top:0;
        left:0;
        width:100%;
        height:100%;
        background: url(../img/project/specer.gif)repeat;
        z-index: 1;
    }
    #mv-pc {
        height: 0;
        overflow: hidden;
        padding-bottom: 40%;
        position: relative;
    }
    #mv iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
    .tab-area,
.tab-contents-inner,
.tab-box-inner,
.tab-area .slide,
.tab-area .slick-list {
        position: relative;
        height:996px!important;
        z-index: 1;
    }
    .tab-guide li {
        height:65px;
        width:100%;
    }
    .seinou-area h3 {
        width:calc(100% - 20px);
        border-bottom:2px dotted #ED7700;
    }
    .seinou-box h3 img {
        width:40px;
        height:40px;
        margin-right:1rem;
    }
    .seinou-box h3 {
       font-size: 3em;
       height:60px;
    }
    .seinou-in {
        display: flex;
        justify-content: space-between;
        width:100%;
    }
    .seinou-in .in {
        width:48.5%;
    }
    .seinou-box {
        border:1px solid #ED7700;
        display: flex;
        flex-wrap: wrap;
        margin-bottom:3em;
    }
    #town .txt {
        width:80%;
        padding-left:0.5em;
    }
    .ttl-town {
        width:38em;
        margin:4em auto;
        text-align: center;
    }
    .town-map {
        margin-top:-19em;
        position: relative;
        z-index: -1;
    }
    .town-area ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0 1%;
    }
    .town-area li {
        margin-bottom:4em;
        width:30.333%;
    }
    .map-read {
        font-size: 2.1em;
    }
    .map-flex {
        width:90%;
        display: flex;
        justify-content: space-between;
    }
    .map-txt {
        width:50%;
    }
    .map-txt.pl {
        padding-left:5%;
    }
    .about-box {
        display: flex;
        align-items: center;
    }
    .about-img {
        width:20%;
        text-align: center;
    }
    .about-img img {
        width:120px;
        margin:auto;
        text-align: center;
    }
    .slick-next {
        right:-120px;
    }
    .slick-prev {
        left:-120px;
    }
    .slick-next,
    .slick-prev {
        width: 65px;
        height: 117px;
        z-index: 1;
    }
    .slick-next:before,
    .slick-prev:before {
        width: 65px;
        height: 117px;
    }
    .slick-list {
        margin-right: -20px;  /* ガター分ネガティブマージン */
      }
      .slick-slide {
        margin-right: 20px;  /* ガター */
    }
}

@media screen and (max-width: 1600px) {
    .slick-next, .slick-prev,
    .slick-next:before,
    .slick-prev:before {
        width:calc(65/1400*100vw);
        height:calc(117/1400*100vw)
    }
    .slick-next:before,
    .slick-prev:before {
        background-size: calc(65/1600*100vw) auto;
    }
    .slick-next {
        right:calc(-120/1600*100vw);
    }
    .slick-prev {
        left:calc(-120/1600*100vw);
    }
}
@media screen and (max-width: 1200px) {
    .tab-wrap {
        width:95%;
        margin:0 auto;
    }
}

@media screen and (max-width: 750px) {
    .tab-area,
.tab-contents-inner,
.tab-box-inner,
.tab-area .slide,
.tab-area .slick-list {
        position: relative;
        height:calc(646/750*100vw);
    }
    .tab-guide {
        flex-wrap:wrap;
    }
    .tab-guide li {
        width: 25%;
        height: 32px;
        padding: 0 10px;
        border-radius: 1.5rem 1.5rem 0 0;
    }
    .tab-guide li img {
        height:25px;
        margin:auto;
        text-align: center;
    }
    .ttl {
        padding:0 2.8em;
        margin-bottom:1em;
    }
    .seinou-box h3 {
        font-size: 1.8em;
        /* height: calc(44/750*100vw); */
        background-color: #FEF2E0;
        position: relative;
    }
    .seinou-box h3 img {
        width: calc(44/750*100vw);
        height: calc(44/750*100vw);
        margin-right: 1rem;
    }
    .seinou-box i{
        /* position: absolute; */
        right:0;
        top:0;
        margin:0 0 0 auto;
        width: calc(44/750*100vw);
        height: calc(44/750*100vw);
        background-color: #ED7700;
    }
    .ac-btn {
		position: relative;
	}
	.ac-btn:before,
	.ac-btn:after {
		content: '';
		display: inline-block;
		position: absolute;
		width: 2px;
		height: 15px;
		background-color: #fff;
        border-radius: 1em;
		top: 0;
		bottom: 0;
		margin: auto;
		right: 10px;
	}
	.ac-btn:after {
		transform: rotate(90deg);
	}
	.active.ac-btn:before {
		content:none;
		background: none;
	}
    .pj-inner {
        display: none;
    }
    .seinou-box {
        margin-bottom:2em;
    }
    .tab-wrap {
        width:90%;
    }
    .slick-next {
        right:-35px;
    }
    .slick-prev {
        left:-20px;
    }
    .slick-next,
    .slick-prev {
        width: 30px;
        height: 60px;
        z-index: 1;
    }
    .slick-next:before,
    .slick-prev:before {
        width: 30px;
        height: 60px;
    }
    .tab-guide {
        border-width:3px;
    }
    .ku8 {
        margin-bottom: 5em;
    }
    #seinou {
        margin-top:3em;
    }
    .seinou-in .in > img {
        margin:auto;
        width:90%;
        text-align: center;
    }
    .seinou-in .in {
        margin-bottom:2em;
        text-align: center;
    }
    #town {
        margin-top:5em;
    }
    .ttl-town {
        width:18em;
        margin:0 auto 1.5em;
    }
    #town-slide {
        width:90%;
        margin:auto;
    }
    #town-slide .slick-list {
        margin-right: -20px;  /* ガター分ネガティブマージン */
      }
      #town-slide .slick-slide {
        margin-right: 20px;  /* ガター */
    }
    .num {
        width:16px;
        margin-right:2px;
    }
    .town-area dd {
        /* margin-left: 24px; */
        margin-left:0;
        font-size: 3.1vw;
    }
    .town-area dt {
        align-items: flex-start;
    }
    #town-slide .slick-next:before, #town-slide .slick-prev:before,
    #town-slide .slick-next, #town-slide .slick-prev {
        width: 10px;
        height: 30px;
    }
    #town-slide .slick-next {
        right: -18px;
        top:25%;
    }
    #town-slide .slick-prev {
        left: -18px;
        top:25%;
    }
    #town-slide .slick-next:before, #town-slide .slick-prev:before {
        background-size:contain;
    }
    .ttl-map {
        width:11em;
        margin-bottom:1em;
    }
    .map-read {
        font-size: 1.5em;
        margin-bottom:1.5em;
    }
    .town-area dt {
        font-size: 3.2vw;
        letter-spacing: -0.05em;
    }
    .town-area .small {
        font-size: 75%;
    }
    #town {
        margin-bottom:3em;
    }
    .txt {
        font-size: 1.3em;
    }
    .map-txt.pl {
        margin-top:1em;
    }
    .map-flex {
        margin-bottom:3em;
    }
    .ttl-about {
        width:24em;
        margin: 6em auto 1.5em;
    }
    .about-box {
        padding-top: 1rem;
        padding-bottom: 1rem;
        overflow: hidden;
    }
    .about-box p {
        line-height: 1.6;
        float: left;
    }
    .about-box img {
        float:right;
        width:80px;
        margin:-2em 0 0 1rem;
    }
    .about-bnr {
        margin-top:1.5em;
    }
    #mv-slide img {
        vertical-align: bottom;
        margin-bottom:-3px;
    }    
}

.movie-area{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-area iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* pj-info　分譲プロジェクト情報一覧（NEWS,お知らせ） 
--------------------------------------------*/
@media (min-width: 751px) {
	.pj-info .container {
		width:100%;
	}
	.item-flex {
		display:flex;
		flex-wrap:wrap;
		margin:2rem -1%;
	}
	.item-flex .item {
		width:31.333%;
		margin:0 1% 6rem;
	}
}


.item-flex .item img {
	max-width:100%;
	width: 100%;
    object-fit: cover;
	max-height: 240px;
    height: calc(240/1420*100vw);
}
.item-flex .item a {
    display: block;
}
.item-flex .item a:hover {
    text-decoration:none;
}
.item-flex .item a .date {
    font-size: 16px;
    padding: 10px 0 5px;
}
.item-flex .item a .title {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
}


@media (max-width: 750px) {
	.pj-info .container {
		width:95%;
		margin:0 auto;
	}
	.item-flex .item a .title {
        font-size: 15px;
    }
    .item-flex .item a .date {
        font-size: 12px;
    }
	.item-flex {
		display:flex;
		flex-wrap:wrap;
		margin:2rem -2%;
	}
	.item-flex .item {
		width:46%;
		margin:0 2% 3rem;
	}
	.item-flex .item img {
	    max-height: 200px;
	    height: 100%;
	    min-height: 125px;
	}
	.item-flex .item a .date {
		padding:0;
	}

}