/*
 * dE INC.
 * URL: http://d-e.tokyo
 * Version: 1.0
 */


/* === COMMON === */
body {
	background-color: #e0d8ca;/*2e9da*/
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 100%;
	font-weight: 300;
	font-size: 16px;
	color: #000;
	-webkit-font-smoothing: antialiased;
//  -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway";
    font-weight: 300;
    color: #333;
}
h3 { 
	font-size: 2.5em;
	margin-bottom: 50px;
    font-weight: 700;
	
}
	@media (max-width:768px) {
		h3 {
			font-size: 2em;
		}
	}
h3 span { background:linear-gradient(transparent 70%, #e0d8ca 70%) }
.my-main-box {
/*	padding-top: 30px;*/
	padding-bottom: 20px;
}
	@media (max-width:768px) {
		.my-main-box {
			/*padding-top: 40px;*/
			padding-bottom: 30px;
		}
	}
.my-main-box img {
	box-shadow: 2px 2px 3px gray;
	width:100%;
}
.my-container-box {
	padding:40px;
	background:#fff;
	border-radius:10px;
}
	@media (max-width:768px) {
		.my-container-box {
			padding:36px 28px;
		}
	}
p {
	font-size: 1.2em;
	text-align:left;
	line-height: 1.6em;
	color:#554e48;
}

.pc { display:block }
.sp { display:none }
	@media (max-width:768px) {
		.pc { display:none }
		.sp { display:block }
		}
	}

/* === Nav === */
.navbar-brand-logo { 
	height: 50px;
	padding: 5px 0;
}
.navbar-inverse .navbar-nav>li>a,
.navbar-inverse .navbar-nav>li>a:active,
.navbar-inverse .navbar-nav>li>a:link,
.navbar-inverse .navbar-nav>li>a:visited {
	color: #9d9d9d;
}
.navbar-inverse .navbar-nav>li>a:hover {
	color: #0075bc;
}
.navbar-inverse .my-navbar-toggle {
	border-radius: 0;
	margin-right: 0;
}
.navbar-inverse .my-navbar-toggle .my-icon-bar {
	height: 1px;
	background: #9d9d9d;
}

/* === HEAD SECTION === */
.head {
	display: table;
	position: relative;
/*	background: url(../img/bg.png) no-repeat center top fixed;
	min-height: 800px;
*/	background:#554e48;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media (max-width:768px) {
	.head {
/*		min-height: 400px;*/
		background-attachment: scroll;
	}
}
.head h1 {
	margin-top: 50%;
	text-align: right;
	color: #fff;
	font-size: 100px;
	font-weight: 700;
	letter-spacing: 2px;
}
.head h2 {
	margin-top: 42%;
	text-align: right;
    font-family: 'Noto Sans JP', sans-serif;
    /*font-family: 'Sawarabi Gothic';*/
	color: #fff;
	font-size: 42px;
	font-weight: 700;
	letter-spacing: -1px;
	line-height: 55px;
	text-shadow: 1px 1px 1px #555;
}

@media (max-width:768px) {
	.head h2 {
		text-align: center;
	}
}
/* === salse button === */
.sales_button_area {
	text-align:center;
	background:#fff;
	padding-top: 30px;
	padding-bottom:40px;
	
	background-image: linear-gradient(
    -45deg,
    #fff 25%,
    #f2e9da 25%, #f2e9da 50%,
    #fff 50%, #fff 75%,
    #f2e9da 75%, #f2e9da
  );
  /* •8pxA‚‚³8px‚Å”wŒi‰æ‘œ‚ÌƒTƒCƒY‚ðŽw’è */
  background-size: 6px 6px;
}
	.sales_button_area p { 
		text-align:center;
		font-weight:bold;
	}

	.salse_button {
		position: relative;
		display: block;
		padding: 20px 0.5em;
		text-decoration: none;
		color: #FFF;
		background: #fd9535;/*”wŒiF*/
		border-bottom: solid 2px #d27d00;/*­‚µ”Z‚¢–Ú‚ÌF‚É*/
		border-radius: 4px;/*Šp‚ÌŠÛ‚Ý*/
		box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), 0 2px 2px rgba(0, 0, 0, 0.19);
		font-weight: bold;
	}
	.salse_button:active {
		border-bottom: solid 2px #fd9535;
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);
	}
	.salse_button:hover {
		color:#554e48;
		text-decoration: none;
	}
	.salse_button:visited {
		color:#fff;
		text-decoration: none;
	}
	@media (max-width:768px) {
		.salse_button {
			margin-bottom:12px;
			padding: 12px 0.5em;
		}
	}
/* === ƒRƒ“ƒZƒvƒg === */
.box01 {
/*	background: #e0d8ca;*/
	text-align: center;
	margin-top:30px;
}
.box01 .my-container-box {
	/*background:#f2e9da;*/
}
.box01 img {
	box-shadow: none;
	margin-top: 30px;
	border-radius:6px;
}

/* === “à—e === */
.box02 {
	text-align: center;
}
.box02 dt {
	border-bottom:1px dotted #554e48;
	color:#554e48;
	text-align:left;
	display:block;
	width:100%;
	margin-top:40px;
	padding:10px;
}
.box02 dd {
	text-align:center;
	float:left;
	width:50%;
	margin:20px 0;
}

.box02 dd:last-child {
	width:100%;
}
	@media (max-width:768px) {
		.box02 dd {
			float:none;
			width:100%;
		}
	}
.box02 dd span {
	color:#554e48;
	font-weight:bold;
	font-size:1.2em;
}
.box02 dd img {
	margin:20px;
	display:inline-block;
	width:400px;
}
	@media (max-width:768px) {
		.box02 dd img {
			display:block;
			width:100%;
			margin:20px 0px;
		}
	}
/* === SERVICES IMAGE === */
.service-image {
	display: table;
	position: relative;
//	background: url(../img/service-image.jpg) no-repeat center center fixed;
	background: url(../img/service-image.jpg) no-repeat center center;
	min-height: 400px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
@media (max-width:768px) {
	.service-image {
		background-attachment: scroll;
		min-height: 200px;
	}
}

/* === ‹gì‚³‚ñ === */
.box03 {
	text-align: center;
}
.box03 img { 
	width:100%;
}
.box03 p { 
	text-align:left;
	font-size:0.95em;
	padding:0;
}
.box03_name {
	color:#554e48;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom: 2px dotted #554e48;
	padding-bottom:6px!important;
	font-size:1.2em!important;
}
	@media (max-width:768px) {
		.box03_name {
			margin-top:12px;
		}
	}

/* === DVDŠT—v === */
.box04 {
	text-align: center;
}
.box04 dt, dl {
	padding-bottom: 6px;
}
.box04 dt {
	font-weight: normal;
}
.box04 ul>li {
	margin-left: -14px;
}
.box04 img {
	width:80%;
	display:block;
	margin:0 auto;
}
@media (max-width:768px) {
	.box04 .dl-horizontal dd {
	    margin-bottom: 22px;
	}
}

/* === FOOTER === */
.copyright {
	background: #0a3a60;
	padding-top: 8px;
}
.copyright p.copy {
	text-align: center;
}
.copyright a {
	color: #fff;
	text-decoration:none;
	font-size: 1em;
}
