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


/***********************
   各カテゴリータイトル
************************/
.cate_title h3 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
}
.cate_title h3 span {
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #222;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: normal;
	font-family: times,'PT Serif', serif;
	letter-spacing: 0.2em;
}
.cate_title p {
	text-align: center;
	padding-top: 15px;
}



.img_title {
	height: 370px;
	background-size: contain;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center 57px;
	z-index: 1;
	position: relative;
}
#about_wrap .img_title {
	height: 500px;
}
.img_title h3 {
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
	font-family: "Sawarabi Mincho";
	width: 70%;
	padding-left: 15%;
	padding-right: 15%;
}
.img_title h3 span {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 15px;
	font-size: 30px;
	font-weight: normal;
	font-family: times,'PT Serif', serif;
	letter-spacing: 0.2em;
	border-bottom: 1px solid #222;
}




/***********************
   各カテゴリーページへのリンク
************************/
.next_link {
	padding-top: 50px;
}
.next_link a {
	display: block;
	width: 300px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	border: 1px solid #222;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
.next_link a:hover {
	background-color: #222;
	color: #FFF;
}


/***********************
   スマホ用の改行
************************/
br.just {
	display: none;
}


/***********************
   アンカーリンク用修正
************************/
#anchor_philosophy,
#anchor_order,
#anchor_info,
#anchor_about,
#anchor_access,
#anchor_about_img,
#anchor_forbusiness {
	height: 90px;
	display: block;
}




/***********************
   動画下エリア
************************/
#serif_wrap {
	background: linear-gradient(#ECECEC,#E3E2E0);
	/*padding-bottom: 80px;*/
}
#serif_wrap > div {
	width: 80%;
	margin: 0 auto;
}
/***********************
   縦線
************************/

#serif_wrap .line p {
	height: 50px;
}

/***********************
   メインスライド
************************/

#silde_main .slick-prev {
	left: 3%;
}
#silde_main .slick-next {
	right: 3%;
}


/***********************
   紹介文
************************/

#serif_wrap h2 {
	font-size: 25px;
	font-weight: normal;
	font-family: "Sawarabi Mincho";
	text-align: center;
}
#serif {
	padding-top: 50px;
}
#serif p:first-child {
	font-weight: bold;
	font-size: 15px;
}
#serif p {
	padding-bottom: 15px;
	line-height: 170%;
	text-align: center;
    margin-bottom: 0;
}

/***********************
   上杉茂樹の仕事
************************/


#philosophy_wrap {
	background: linear-gradient(#E3E2E0,#DED3D1);
	/*padding-bottom: 30px;*/
}
#philosophy_wrap > .inner_s {
	padding-top: 50px;
}
#philosophy_wrap > .inner_s .float_left:last-child {
	padding-bottom: 0;
}


#philosophy_title {
	background-image: url(/img/index/philosophy_main.jpg);
}

#philosophy_title h3 {
	color: #FFF;
}
#philosophy_title h3 span {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}


/***********************
   一枚板のオーダー家具
************************/

#order_wrap {
	background: linear-gradient(#DED3D1,#E6DDE2);
}



#silde_order .slick-prev {
	left: 3%;
}
#silde_order .slick-next {
	right: 3%;
}


#order_serif {
	text-align: center;
	padding-bottom: 30px;
}
#order_serif h2 {
	font-size: 25px;
	font-weight: normal;
	padding-bottom: 20px;
	font-family: "Sawarabi Mincho";
}
#order_serif h2+p {
	font-weight: bold;
	font-size: 15px;
}
#order_serif p {
	padding-bottom: 15px;
	line-height: 170%;
}


#order_flow {
	padding-bottom: 80px;
}
#order_flow .cate_title {
	padding-bottom: 30px;
}

#flow_img {
	text-align: center;
}
#flow_img img {
	width: auto;
	height: 70px;
}


#order_list {
	height: 300px;
	overflow: hidden;
	overflow-y: hidden;
	margin-top: 30px;
}

#order_list > section {
	overflow: hidden;
	margin-bottom: 20px;
	background-color: #FFF;
}
#order_list > section > img {
	float: left;
	width: 90px;
    height: 60px;
}
#order_list > section > div {
	float: right;
	width: calc( 100% - 90px ) ;
	padding: 10px;
	box-sizing: border-box;
}



/***********************
   ブログ・情報発信
************************/

#info_wrap {
	background: linear-gradient(#E6DDE2,#CDDEE6);
}

#info_title {
	background-image: url(/img/index/info_main.jpg);
}
#info_title h3 {
	color: #FFF;
}
#info_title h3 span {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}


#event,
#special,
#species,
#products,
#projects,
#dialy {
	padding: 0 0 80px 0;
}

#info_wrap #info_img h3 {
	position: absolute;
	bottom: 0;
	padding-bottom: 20px;
	color: #FFF;
	font-family: "Sawarabi Mincho";
}
#info_wrap #info_img h3 span {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

#info_wrap .cate_title h3 {
	padding-bottom: 10px;
}

#info_wrap .cate_title p {
	padding-top: 0px;
	padding-bottom: 25px;
}

#info_wrap .cate_title h3 span {
	border-bottom: 1px solid #222;
}


#info_wrap > .inner_m > p:first-child {
	padding-top: 20px;
	text-align: center;
}



/***********************
   上杉木材店について
************************/	
#about_wrap {
	background: linear-gradient(#CDDEE6,#CFDEE1);
	padding-bottom: 80px;
}
#about_title {
	background-image: url(/img/index/about_main.jpg);
}


#about_wrap #about_img {
	padding-bottom: 50px;
}
#about_wrap #about_img img {
	width: 100%;
	height: auto;
}
#about_wrap .float_left {
	padding-bottom: 0px;
}

#process_wrap {
	background: linear-gradient(#CFDEE1,#CFDEDB);
	padding-bottom: 80px;
}
#process_img {
	text-align: center;
	padding-top: 50px;
	padding-bottom: 50px;
}
#process_img img {
	width: auto;
	height: 70px;
}
#process_wrap > .float_right {
	padding-bottom: 0px;
}



/***********************
   アクセス
************************/	

#access_wrap {
	background: linear-gradient(#CFDEDB,#D5D8CD);
}
#access_title {
	background-image: url(/img/index/access_main.jpg);
}
#access_title h3 {
	color: #FFF;
}
#access_title h3 span {
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

#access_wrap > .inner_s > div:first-child {
	text-align: center;
	padding: 50px 0;
}
#access_wrap > .inner_s > div:first-child img {
	width: 100%;
}
#access_wrap > .inner_s > div:first-child h3 {
	font-size: 20px;
	font-weight: normal;
	padding: 20px 0;
	font-family: "Sawarabi Mincho";
}

#access_wrap > .inner_s > div:nth-child(2) {
	overflow: hidden;
	padding-bottom: 50px;
}
#access_wrap > .inner_s > div:nth-child(2) #silde_access {
	float: right;
	width: 45%;
}
#silde_access .slick-prev {
	left: 4%;
}
#silde_access .slick-next {
	right: 4%;
}

#access_wrap > .inner_s > div:nth-child(2) > div:last-child {
	float: left;
	width: 45%;
}
#access_wrap > .inner_s > div:nth-child(2) > div:last-child div {
	padding-top: 10px;
}
#access_wrap > .inner_s > div:nth-child(2) > div:last-child a {
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
#access_wrap > .inner_s > div:nth-child(2) > div:last-child a:hover {
	opacity: 0.6;
}
#access_wrap > .inner_s > div:nth-child(2) > div:last-child img {
	width: 100%;
}


#access_wrap > .inner_s > .cate_title h3 {
	font-family: "Sawarabi Mincho";
}
#access_wrap #business {
	padding: 50px 0;
	display: flex;
	justify-content: space-between;
	flex-flow: wrap;
}
#access_wrap #business > div {
	width: 30%;
}
#access_wrap #business > div h3 {
	background-color: #222;
	padding: 10px;
	font-color: #FFF;
	font-weight: normal;
	color: #FFF;
	text-align: center;
}
#access_wrap #business > div p {
	
}
#access_wrap #business > div h3+p {
	font-size: 14px;
	padding: 10px 0;
}

#access_wrap #business+p {
	text-align: center;
	font-weight: bold;
	font-size: 15px;
}
@media screen and (min-width:651px){
    /***********************
   動画
************************/
#mbmovie_wrap {
    display: none;
}
#movie_wrap img {
	width: 100%;
}
}
@media screen and (max-width: 1200px) {
	
#about_wrap .img_title {
	height: 400px;
}	
	
}

@media screen and (max-width: 800px) {

.img_title {
	background-size: cover;
	background-attachment: scroll;
}
#philosophy_wrap .img_title {
	height: 200px;
	background-position: center bottom;
}
#info_wrap .img_title {
	height: 200px;
	background-position: center bottom;
}
#about_wrap .img_title {
	height: 200px;
	background-position: center center;
}
#access_wrap .img_title {
	height: 200px;
	background-position: center top;
}
.img_title h3 {
	padding-bottom: 10px;
}
.img_title h3 span {
	padding-bottom: 0px;
	margin-bottom: 5px;
	font-size: 25px;
}

br.just {
	display: block;
}


/***********************
   一枚板のオーダー家具
************************/
#flow_img img:first-child {
	padding-bottom: 20px;
}

#order_list > section > img {
	width: 90px;
    height: 60px;
}
#order_list > section > div {
	width: calc( 100% - 90px ) ;
}



/***********************
   上杉木材店について
************************/

#process_img img:first-child {
	padding-bottom: 20px;
}

}





@media screen and (max-width: 650px) {

.next_link a {
	width: 90%;
}

.img_title h3 {
	width: 80%;
	padding-left: 10%;
	padding-right: 10%;
}
/***********************
   動画
************************/
#movie_wrap {
    display: none;
}
#mbmovie_wrap img {
	width: 100%;
}

/***********************
   動画下エリア
************************/

#serif_wrap > div {
	width: 90%;
}
#serif p {
	text-align: left;
}





/***********************
   一枚板のオーダー家具
************************/

#flow_img img {
	width: auto;
	height: 55px;
}




/***********************
   ブログ・情報発信
************************/
.blog_3 > a {
	width: 45%;
	padding-bottom: 20px;
}
.blog_4 > a {
	width: 45%;
	padding-bottom: 20px;
}
#info_title h3 {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}

/***********************
   上杉木材店について
************************/

#about_title h3 {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}

#process_img img {
	width: auto;
	height: 55px;
}


/***********************
   アクセス
************************/
#access_wrap #business {
	display: block;
}
#access_wrap #business > div {
	width: 100%;
	padding-bottom: 20px;
}
#access_wrap #business > div:last-child {
	padding-bottom: 0;
}

#access_wrap > .inner_s > div:nth-child(2) #silde_access {
	float: none;
	width: 100%;
}
#access_wrap > .inner_s > div:nth-child(2) > div:last-child {
	float: none;
	width: 100%;
	padding-top: 50px;
}

#access_wrap > .inner_s > div:nth-child(2) #silde_access {
	float: none;
	width: 100%;
}


}