@charset "utf-8";
header{
	background-color: rgba(255,255,255,.0);
}
.slid_wrap {
	width: 100%;
	position: relative;
	z-index: -1;
}
.slider {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	line-height: 0;
    }
.slick-slide {
      transition: all ease-in-out 0.5s;
      /*opacity: .2;*/
    }

.slid {
    width: 100%;
    height: 210px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size:cover;
    }
.slid_01 {
	background-image: url("../images/top/slide_01.jpg");
    }
.slid_02 {
	background-image: url(../images/top/slide_02.jpg);
    }
.slid_03 {
	background-image: url(../images/top/slide_03.jpg);
    }
.slid_04 {
	background-image: url(../images/top/slide_04.jpg);
    }

.slide_cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;
}
.slide_tx{
    width: auto;
    color: #ffffff;
    text-align: center;
    line-height: 1.8em;
    font-size: 1.7rem;
    font-weight: bold;
    background-image: url(../images/top/png_01.png);
    background-repeat: no-repeat;
    background-position: left 5px;
    background-size: 180px auto;
	text-shadow: 1px 1px 5px #000000,-1px -1px 5px #000000;
}

/*スクロールダウン*/
.scrolldown1{
  position:absolute;
  right: 50%;
  bottom: 0px;
  height:30px;
}
/*Scrollテキスト*/
.scrolldown1 span{
  position: absolute;
  left:-19px;
  top: -25px;
  color: #eee;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
/* Scroll線 */
.scrolldown1::after{
  content: "";
  position: absolute;
  top: 0;
    /*線の形状*/
  width: 1px;
  height: 30px;
  background: #fff;
    /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity:0;
}
@keyframes pathmove{
  0%{
    height:0;
    top:0;
    opacity: 0;
  }
  30%{
    height:30px;
    opacity: 1;
  }
  100%{
    height:0;
    top:50px;
    opacity: 0;
  }
}
.slid_wrap h1{
	width: 100%;
	position: absolute;
	bottom: -66px;
	height: 66px;
	font-size: 1.4rem;
    text-align: center;
    color: #ffffff;
    padding: 14px 0;
    background-image: url("../images/common/img_01.jpg");
    background-repeat: repeat;
    background-position: center -2px;
}
/*-----インテリアセオについてsp-----*/
.about{
	width: 90%;
	margin: 90px auto 0;
}
.about_img{
    background-image: url(../images/top/img_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
	height: 180px;
}
.about_tx{
	
}

.btn_01{
	width: 90%;
	max-width: 250px;
	margin: 40px auto 0;
	text-align: center;
	border: 1px solid #383553;
	background-color: #383553;
	letter-spacing: .1em;	
	position: relative;
}
.btn_01 a{
	width: 100%;
	padding: 10px 0;
	display: block;
	color: #ffffff;
}
.btn_01 a:hover{
	opacity: 1;
}
.btn_01:after{
	position: absolute;
	content: '→';
	display: inline-block;
	width: 10px;
	height: 0px;
	color: #ffffff;
	top:9px;
	right:  30px;
	transition: all .5s;
}
.btn_01:hover:after{
		right:  20px;
	transition: all .5s;
}
.btn_02{
	border: 1px solid #ffffff;
	background-color: transparent;
}

/*---------お知らせsp---------*/
.top_news{
	width: 100%;
	padding: 50px 0 0px;
}
.top_news_ti{
	font-size: 1.8rem;
	font-weight: bold;
	width: 100%;
	text-align: center;
	padding-bottom: 10px;
}

.news_box{
    width: 90%;
    margin: 0px auto;
    padding: 20px 15px 25px;
    text-align: left;
    background-image: url(../images/top/png_03.png);
    background-repeat: repeat;
}
.sc_box{
    height: 228px;
    overflow-y: scroll;
    border-top: 2px solid #383553;
    border-bottom: 2px solid #383553;
    padding: 5px 0;
}
.newslist{
	width: 200px;
	margin: 18px 10px 20px auto;
	text-align: right;
}
.newslist a{
	color: #595857;
}
.news_box table{
	width: 100%;
}
.news_box table tr{
	display: flex;
	flex-wrap: wrap;
	border-bottom: dotted 1px #000000;
}

.news_box table th{
	padding: 10px 0px 10px;
	font-size: 1.3rem;
	width: 100%;
	font-weight: normal;
}
.news_box table td{
	padding: 0px 0px 10px;
	width: 100%;
}
.news_box table td a{
	color: #595857;
	display: block;
	width: 100%;
}
.pdf{
	color: red;
	border: 1px solid red;
	display: inline-block;
	padding: 0 12px;
	margin-left: 10px;
	font-size: 1.2rem;
}
.newMark{
	font-size: 1.4rem;
	color: red;
	width: 20%;
}
.calendar{
  padding: 50px 20px 0;
  width: 358px;
  margin: 0 auto;
  
  .calendar_title{
    font-size: clamp(1.6rem,2vw,2.2rem);
    text-align: center;
    font-weight: bold;
  }
  table {
      border-collapse: collapse;
      margin: 10px auto 0;
    }
    th, td {
      width: 45px; height: 35px;
      text-align: center;
      border: 1px solid #ccc;
    }
    .sunday, .holiday {
      background-color: #ffc0cb; /* ピンク（日曜・祝日） */
    }
    .saturday {
      background-color: #fff; /* 土曜：水色 */
    }
    .weekday {
      background-color: #ffffff; /* 平日：白 */
    }
    .custom-closed {
      background-color: #ffc0cb !important; /* 独自の休業日：赤 */
    }
    .custom-open {
      background-color: #fff !important; /* 独自の営業日：緑 */
    }
    .controls {
      text-align: center;
      margin: 10px;
    }
    #month-year {
      margin: 0 15px;
      font-weight: bold;
      font-size: 1.2em;
    }
  .memo_wrap{
    padding-top: 8px;
    display: flex;
    font-size: 1.4rem;
    
    .memo_box{
      width: 32px;
      height: 22px;
      border: 1px solid #ccc;
      background-color: #ffc0cb;
    }
  }
  p{
    font-size: 1.4rem;
    padding-top: 5px;
    line-height: 1.3;
  }
}
/*---------取り扱い商品sp---------*/
.products{
	margin: 50px 0;
}
.products h2{
	width: 90%;
	margin: 0 auto 20px;
}
/*---畳sp---*/
.product_tatami{
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    background-image: url(../images/top/png_04.png);
    background-repeat: repeat;
    background-position: center center;
	padding-bottom: 20px;
}
.product_tatami_ti{
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.8rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 20px 0;
    letter-spacing: .3em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/top/png_05.png);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 56% 25px;
	text-shadow: 1px 1px 1px #000000;
}
.tatami_box{
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
	background-color: #62764E;
}
.tatami_tx{
	width: 90%;
	margin:  0 auto;
	padding: 20px 15px;
}
.tatami_tx h4{
	font-size: 1.8rem;
}
.tatami_tx p{
	padding: 25px 0 0;
}
.tatami_ex{
	margin: 20px 0 0;
}
.tatami_ex ul{
	padding: 10px;
	display: flex;
	justify-content: space-between;
}
.tatami_ex li{
	width: 30%;
}
/*---カーテンsp---*/
.product_curtain{
    width: 100%;
    margin: 0 auto;
    max-width: 1920px;
    background-image: url(../images/top/png_09.png);
    background-repeat: repeat;
    background-position: center center;
	padding-bottom: 20px;
}
.product_curtain_ti{
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
    font-size: 1.8rem;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 20px 0;
    letter-spacing: .3em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(../images/top/png_05.png);
    background-repeat: no-repeat;
    background-size: 50px auto;
    background-position: 66% 25px;
	text-shadow: 1px 1px 1px #000000;
}
.curtain_box{
    width: 90%;
    margin: 0 auto;
    color: #ffffff;
	background-color: #a68369;
}
.engage_box {
	width: 90%;
	margin: 0 auto 35px;
}

@media (min-width:321px){


}


@media (min-width:540px){
.slid {
    height: calc(100vh - 66px);
    }
.slide_tx{
	width: auto;
	font-size: 3.8rem;
    background-position: left 10px;
    background-size: 400px auto;
	margin-bottom: 60px;
}	
/*スクロールダウン*/
.scrolldown1{
  bottom: 40px;
}
/*Scrollテキスト*/
.scrolldown1 span{
  top: -35px;
}
/* Scroll線 */
.scrolldown1::after{
  top: -20px;
  width: 1px;
}
.slid_wrap h1{
	font-size: 1.6rem;
    padding: 18px 0;
}
/*-----インテリアセオについてpc-----*/
.about{
	width: 100%;
	max-width: 1920px;
	margin: 180px auto 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.about_img{
	width: 42%;
    height: 490px;
}
.about_tx{
	width: 58%;
	padding: 20px 5%;
}

.btn_01{
	margin: 60px 0 0 auto;
}
/*---------取り扱い商品pc---------*/
.products{
	margin: 140px 0;
}
.products h2{
	max-width: 1200px;
	margin: 0 auto 50px;
}
	.product_tatami,.product_curtain{
	display: flex;
	align-items: center;
	padding-bottom: 0;
		padding-top: 10px;
	}
.product_tatami_ti,.product_curtain_ti{
    width: 26.7%;
	font-size: 2.6rem;
}	
.tatami_box,.curtain_box{
	width: 73.3%;
	display: flex;
	justify-content: space-around;
	}
.tatami_tx{
	width: 40%;
	margin:  0;
	padding: 20px 15px;
}
.tatami_ex{
	width: 45%;
	margin: 20px 0 0;
}
/*---畳pc---*/
.tatami_tx h4{
	font-size: 2.4rem;
}	
.product_tatami_ti{
    background-repeat: no-repeat;
    background-size: 103px auto;
    background-position: 65% 30%;
}	
/*---カーテンpc---*/	
.product_curtain_ti{
    background-repeat: no-repeat;
    background-size: 103px auto;
    background-position: 65% 20%;
	order: 2;
}

}
@media (min-width:680px){
/*---------お知らせpc---------*/
	.top_news{
		padding: 150px 0 0px;
	}
	.top_news_ti{
		padding: 15px 0;
		font-size: 3.0rem;
	}
	.top_news_ti:before{
		font-size: 1.3rem;
		bottom: -35px;
	}	
	.news_box{
		width: 95%;
		max-width: 940px;
		padding: 20px 25px 25px;
	}
	.sc_box{
		height: 138px;
	}
	.news_box table th{
		padding: 10px 0px 10px 20px;
		width: 260px;
	}
	.news_box table td{
		padding: 7px 10px 7px 5px;
		width: calc(100% - 260px);

	}
	.pdf{
		padding: 0 10px;
		margin-left: 10px;
	}	
	.engage_box {
    max-width: 728px;
    margin: 0 auto 100px;
	}
}
@media (min-width:1024px){
	.about_tx{
	width: 58%;
	padding: 20px calc(53% - 540px) 0 5%;
}
  
	.news_box{
		padding: 30px 50px 25px;
  }
  .sc_box{
		height: 188px;
	}
  .news_box table th{
		padding: 15px 0px 15px 20px;
	}
	.news_box table td{
		padding: 15px 10px 15px 5px;

	}
	
}
@media (min-width:1025px){
.product_tatami_ti,.product_curtain_ti{
    width: 26.7%;
	font-size: 4.0rem;
}	
}
@media (min-width:1280px){
  .news_box{
		padding: 40px 50px 25px;
    margin-left: 0;
    margin-right: 0;
  }
  .top_news{
		display: flex;
    justify-content: center;
	}
  .calendar{
    padding-top: 0;
    margin: 0;
  }
}