@charset "UTF-8";
/* CSS Document */
.public_space_kv{
	width: 100%;
	height: 40vh;
  	background-image: url("../images/public_space/main_sp.jpg");
	background-position: center center;
    background-size: cover;
}

/*コンテンツ１*/
.content1{
background-image: linear-gradient(90deg, #000000, #33323d);
    padding: 40px 0 40px;
}
.content1 img{
	display:block;
	width:100%;
}
.content1 .pc{
	display:none;
}
.content1 h3{
	margin:25px auto;
}
.content1 h3 img{
    width: 100%;
	margin:25px auto 0;
}
.content1 .pc{
	display:none;
}
.content1 dl{
	margin:0px auto;
	width:100%;
    display: block;
}
.content1 dl dt{
	margin:0px auto;
	width:100%;
}
.content1 dl dd{
	margin:0px auto;
	width:100%;
    color: #FFF;
    text-align: left;
}
.content1 dl dd p{
	margin:60px;
}
.content1 dl dt dd img{
	margin:0px auto;
	width:100%;
}


/*コンテンツ2*/
.content2 {
    padding: 40px 0 40px;
background-image: linear-gradient(90deg, #395264,#05172f);
}




/*pc*/
@media screen and (min-width: 758px){
.public_space_kv{
	width: 100%;
	height: 50vh;
  	background-image: url("../images/public_space/main.jpg");
	background-position: center bottom;
}

.content1{
    padding: 40px 0 0;
}
.content1 .sp{
	display:none;
}
.content1 .pc{
	display:block;
}
.content1 img{
	display:block;
    margin: 0 auto;
}
.content1 h3 img{
	margin:40px auto 0px;
	width:100%;
}
.content1 dl{
	margin:40px auto;
	width:100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.content1 dl dt{
	margin:0px auto;
	width:40%;
}
.content1 dl dd{
	margin:0px auto;
	width:60%;
}
.content1 dl dd p{
	margin:0px 100px 0px 100px;
}
.content1 dl dt img{
	margin:0;
	width:100%;
}
.content1 dl dd img{
	margin:80px 100px 0px 100px;
	width:60%;
}
.content2 {
    padding: 40px 0 80px;
}
.content2 ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
	margin:40px auto;
    width: 100%;
}
.content2 .perth li{
    width: 48%;
	margin:10px auto;
}
.content2 .perth img{
	width:100%;
}
}



.content2 .design_slider{
  margin: 30px auto 0;
  width: 100%;
}
.content2 .design_slider img {
  width: 100%;
}
.thumbnail img {
  height: auto;
  width: 98%;
  margin-left: 1%;
}

.design_slider__item {
    margin-right: 5px;
    margin-left: 5px;
position: relative;
}

.design_slider__item img {
    height: auto;
    width: 100%;
}
.slick-img__item h2 {
    text-align: center;
    font-size: 24px;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}
.dots-class button {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
.dots-class {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
    margin-bottom: 15px;
    margin-right: 2%;
}

.dots-class li {
    width: 12%;
    height: 4px;
    background-color: #ccc;
    cursor: pointer;
    position: relative;
}
.dots-class li::before {
    content: "";
    display: inline-block;
    background-color: #D3C8A4;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
}

.dots-class li.slick-active::before {
    background-color: #D3C8A4;
    animation: progressbar-anime 4.5s linear forwards;
}

@keyframes progressbar-anime {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
/*SP*/
@media screen and (max-width: 758px){
.slick-img__item h2 {
    text-align: center;
    font-size: 20px;
}
}

/*スライダー変更9/26*/
.design_slider01 {
    width: 100%;
    max-width: 1280px;
    margin: 15px auto;
    position: relative;
}
.design_slider01__item {
    margin-right: 5px;
    margin-left: 5px;
}

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


.design_slider01 button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    padding: 0;
    border: none;
    background-color: transparent;
}
/* 中央以外のスライド */
.design_slider01__item img {
  height: auto;
  opacity: .5;
  transform: scale(.8);
  transition: opacity .5s, transform .5s;
  width: 100%;
}
/* 中央のスライド */
.design_slider01 .slick-center img {
  opacity: 1;
  transform: scale(1);
}
/*SP*/
@media screen and (max-width: 758px){
.design_slider01 {
    width: 100%;
    margin: 15px auto;
    position: relative;
}
.design_slider01__item {
    margin-right: 5px;
    margin-left: 5px;
}
/* 中央以外のスライド */
.design_slider01__item img {
  height: auto;
  opacity: 1;
  transform:none;
  width: 100%;
}
/* 中央のスライド */
.design_slider01 .slick-center img {
  opacity: 1;
}
}
/*スライダー変更9/26　ここまで*/
/*==================================================
ギャラリー
===================================*/
.content2 .gallery_pb{
	display: block;
	margin: 40px auto;
	columns:3;/*段組みの数*/
	padding:20px 5px;/*ギャラリー左右に余白をつける*/
}
.gallery_pb li {
    margin: 20px;/*各画像下に余白をつける*/
}

/*ギャラリー内のイメージは横幅100%にする*/
.gallery_pb img{
  width:100%;
  height:auto;
  vertical-align: bottom;/*画像の下にできる余白を削除*/
  box-shadow: 15px 15px 0 rgba(21,4,35,0.10);
}
/*SP*/
@media screen and (max-width: 768px){
.content2 .gallery_pb{
	margin: 20px auto 40px;
	background-position: bottom left;
	background-repeat: no-repeat;
	columns:2;/*段組みの数*/
	padding:5px;/*ギャラリー左右に余白をつける*/
}
.gallery_pb li {
    margin: 10px 5px;/*各画像下に余白をつける*/
}
}