@charset "UTF-8";
@import @import url("https://fonts.googleapis.com/css?family=Roboto:100,300,400,500");
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif !important;
}

.bicou p{
	text-align: center;
}

@media screen and (max-width: 768px) {
	
	.eqSec_cont{
		background-image: linear-gradient(-180deg, #fff, #2B2321 45%, #fff)
	}
	
.kichen_image img{
	
	width: 100%;
	height: auto;
}

.kitchen-item h3{
	color: #000;
}
	
.kitchen-item p{
	color: #000;
}
	
	
.bath_text p {
    font-size: 34px;
}
	
h3.text_color,
h2.text_color,
p.text_color {
  color: #fff;
}
	
}


@media screen and (max-width: 500px) {
.bath_text p{
		font-size: 16px;
	    text-shadow: black 0 2px;
	}
}