/*ply*/
.content_head{
	display: none;
}
.ply_tb_only{
	display: none;
}
.ply_header{
    flex-direction: column;
    height: auto;
}
.ply_header_top{
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
}
.ply_header_top h1{
    flex: 0 1 auto;
}
.ply_header_top h1 img{
    width: 285px;
    vertical-align: bottom;
}
.ply_header_bottom{
    flex: 0 1 auto;
    width: 100%;
    display: flex;
}
.ply_header_nav{
    /*padding-top: 9%;*//*ナビ表示させる時に戻す*/
    padding-right: 30px;
    box-sizing: border-box;
    flex: 0 1 auto;
    width: 21%;
    display: flex;
		justify-content: center;/*ナビ表示させる時に消す*/
    align-items: center;
    flex-direction: column;
    position: relative;
    background: rgba(255,255,255,0.6);
}
.ply_header_nav>img.ply_logo{
    flex: 0 1 auto;
    width: 102px;
    height: auto;
}
.ply_header_nav>img.rilno_logo {
    flex: 0 1 auto;
    width: 106px;
    height: auto;
    position: absolute;
    left: 26px;
    top: 28px;
}
.ply_header_nav ul{
	margin-top: 15px;
    flex: 0 1 auto;
    list-style: none;
	display: none;
}
.ply_header_nav a{
    padding-left: .2rem;
    text-decoration: none;
    color: #000;
    font-weight: 600;
    line-height: .4rem;
    position: relative;
}
.ply_header_nav a:before {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 10px;
  border-color: transparent transparent transparent #333;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -.04rem;;
}
.ply_header_nav a:last-child span{
    color: #933237;
}
.ply_header_img{
    padding-bottom: 33%;
    flex: 0 1 auto;
    width: 79%;
    background-image: url(../images/ply_top.jpg);
    background-size: cover;
    background-position: center;
}
.ply_washstand h2,
.ply_kitchen h2 {
    width: 300px;
    margin: 0 auto 0;
    background-color: #0096ac;
    color: #fff !important;
    text-align: center;
    font-weight: 500;
}
.ply_washstand{
    padding-top: 90px;
    text-align: center;
}
.ply_kitchen {
    padding-top: 55px;
    text-align: center;
}
.ply_catchcopy{
    margin-top: 40px;
    font-size:.28rem;
    display: inline-block;
}
.ply_text{
    margin-top: 10px;
    font-size:.17rem;
    line-height: .33rem;
    text-align: center;
}
.ply_kitchen_images{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.ply_kitchen_images p,
.ply_washstand_images p{
    margin-top: 7px;
	text-align: center;
}
.ply_kitchen_images_right{
    margin-right: calc(50% - 50vw);
}
.ply_kitchen_images_left{
    margin-left: calc(50% - 50vw);
}
.ply_kitchen_images div{
    flex: 0 1 auto;
    width: 49%;
}
.ply_kitchen_images img{
    width: 100%;
}
.ply_details{
    margin-top: 50px;
    text-align: justify;
    line-height: .26rem;
}
.ply_washstand .centering img{
    margin-top: 58px;
    margin-bottom: 65px;
    width: 100%;
}
.ply_washstand_images{
    display: flex;
    justify-content: space-between;
}
.ply_washstand_left{
    flex: 0 1 auto;
    width: 42%;
}
.ply_washstand_right{
    flex: 0 1 auto;
    width: 56%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.ply_washstand_right div{
    flex: 0 1 auto;
}
.ply_washstand_right div:first-child{
    padding-left: calc((100vw - 1000px)/2);
}
.ply_washstand_right div:last-child{
    padding-right: calc((100vw - 1000px)/2);
    box-sizing: border-box;
}
.ply_washstand_images img{
    width: 100%;
}
.ply_linkbtn_wrap{
    margin: 122px auto 94px;
    width: 66%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ply_linkbtn_wrap a{
    flex: 0 1 auto;
    width: 100%;
}
.ply_linkbtn_wrap img{
    width: 100%;
}
@media screen and (max-width: 1040px){
    .ply_main .centering{
        margin: 0 auto;
        width: calc(100% - 40px);
    }
	.ply_kitchen_images_right{
		margin-right: 0;
	}
	.ply_kitchen_images_left{
		margin-left: 0;
	}
}
@media screen and (min-width: 600px) and (max-width: 950px){
	.ply_tb_only{
		display: block;
	}
	.ply_header_nav{
		width: 33%;
	}
	.ply_header_img{
		width: 67%;
	}
}
@media screen and (max-width: 599px){
	.ply_kitchen {
    	padding-top: 0px;
	}
    .ply_header_bottom{
        flex-direction: column-reverse;
    }
	.ply_header_nav>img.rilno_logo {
    	width: 86px;
    	left: 19px;
    	top: 20px;
	}
	.ply_header_nav {
    	padding: 70px 0 14px;
    	width: 100%;
	}
	.ply_header_nav ul{
		padding-left: 0;
	}
    .ply_header_img{
        padding-bottom: 50%;
        width: 100%;
    }
    .ply_header_nav>img.ply_logo{
        margin-bottom: 20px;
        width: 100px;
    }
    .ply_header_nav>img.ply_rilno{
        margin-bottom: 20px;
        width: 100px;
    }
	.ply_text{
		margin-top: 30px;
		text-align: justify;
	}
    .ply_kitchen_images{
        margin-top: 0;
        flex-direction: column;
    }
    .ply_kitchen_images div{
        margin-top: 20px;
        width: 100%;
    }
    .ply_washstand_images{
		margin-bottom: 30px;
        flex-direction: column;
    }
    .ply_washstand_left,
    .ply_washstand_right{
        margin: 0 auto;
        width: calc(100% - 40px);
    }
    .ply_washstand_left,
    .ply_washstand_right div{
        margin-top: 20px;
    }
    .ply_linkbtn_wrap{
        margin: 40px auto;
        width: calc(100% - 40px);
    }
	.ply_linkbtn_wrap a{
		width: 100%;
	}
}