@charset "utf-8";
html {height: 100%;}
body {
    -webkit-text-size-adjust: none;
}
* {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img {
	max-width: 100%;
	width: auto;
}
p {
    font-size: 12px;
    line-height: 1.9;
}
a {
	color: #FF9326;
	text-decoration: underline;
}
a:hover {text-decoration: none;}
::selection {
    background:#0088B2;
    color: #FFF;
}
::-moz-selection {
    background:#0088B2;
    color: #FFF;
}
.inner {
	max-width: 1200px;
	margin: 0 auto;
}

/* header */
header {
	position: relative;
	background-color: rgba(127,127,127,0.7);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	padding: 24px;
}
#index header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 3;
}
h1 {
	float: left;
	padding-right: 8%;
	background: url(../imgs/shared/logo_corp.png) 70% center no-repeat;
	background-size: 20%;
	width: 30%;
}
h1 a {
	display: block;
}
nav {
	float: right;
	width: 66%;
	padding-top: 12px;
}
#btnSpMenu {display: none;}
nav > ul {
	display: table;
	width: 100%;
}
nav > ul > li {
	display: table-cell;
	vertical-align: middle;
}
nav > ul > li > a {
	display: block;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 0;
	padding-right: 24px;
}
nav > ul > li > a > span {
	display: inline-block;
	padding-right: 16px;
	background: url(../imgs/shared/arrow_right.png) right center no-repeat;
	background-size: 6px;
}
nav > ul > li.pullDownSwitch > a > span {
	background: url(../imgs/shared/arrow_down.png) right center no-repeat;
	background-size: 9px;
}
nav > ul > li.pullDownSwitch.on > a > span {
	background: url(../imgs/shared/arrow_up.png) right center no-repeat;
	background-size: 9px;
}
.pullDownUl {
	height: 0;
	width: 0;
	overflow: hidden;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	position: absolute;
	top: 100%;
}
#menuClose {display: none;}
.pullDownSwitch {position: relative;}
.pullDownUl.on {
	height: auto;
	width: auto;
	overflow: visible;
	background-color: #FFF;
	padding: 12px 24px;
	width: auto;
	box-shadow: 4px 4px 0 1px #FFC119;
}
.pullDownUl.on:after {
	position: absolute;
	content: "▲";
	display: block;
	color: #FFF;
	top: -8px;
	left: 12px;
}
.pullDownUl a {
	color: #111;
	text-decoration: none;
	border-bottom: 1px dotted #DBDBDB;
	padding: 18px 24px 18px 0;
	display: block;
	background: url(../imgs/shared/arrow_right_orange.png) right center no-repeat;
	background-size: 6px;
	white-space: nowrap;
}
@media screen and (max-width: 1200px){
	nav {
		position: fixed;
		top: 0;
		right: 0;
		float: none;
		background-color: rgba(0,0,0,0.95);
		padding-bottom: 24px;
		width: calc(100% + 18px);
		height: 100%;
		overflow-y: scroll;
		transform: translateX(100%);
		-webkit-transition: 0.2s ease;
		transition: 0.2s ease;
	}
	nav.on {
		transform: translateX(18px);
		padding-bottom: 80px;
	}
	nav > ul {display: block;}
	nav > ul > li {
		display: block;
		padding: 0 32px;
	}
	nav > ul > li > a {
		padding: 24px 12px;
		border-bottom: 1px dotted #848484;
	}
	nav > ul > li > a > span {
		display: block;
		padding-right: 32px;
		background: url(../imgs/shared/arrow_right.png) right center no-repeat;
		background-size: 6px;
	}
	nav > ul > li.pullDownSwitch.on > a > span {
		background: url(../imgs/shared/arrow_down.png) right center no-repeat;
		background-size: 9px;
	}
	#btnSpMenu {
		display: block;
		position: absolute;
		right: 24px;
		width: 40px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.pullDownUl,
	.pullDownUl.on {

		width: 100%;
		height: auto;
		position: static;
		background-color: rgba(255,255,255,0.15);
		padding: 12px 24px;
		top: 100%;
		box-shadow: none;
	}
	.pullDownUl.on:after {display: none;}
	.pullDownUl a {
		color: #EEE;
		text-decoration: none;
		border-bottom: 1px dotted #666;
		white-space: normal;
	}
	#menuClose {
		display: block;
		text-align: center;
		margin-top: 32px;
	}
	#menuClose a {
		display: inline-block;
		color: #FFF;
		text-decoration: none;
		border: 1px solid #FFF;
		padding: 16px 24px;
		border-radius: 3px;
	}
}
@media screen and (max-width: 768px){
	#index header {
		background-color: transparent;
		border-bottom: none;
	}
	#kaso header {
		height: auto;
		min-height: 100px;
	}
	#index h1 {
	}
	#kaso header h1 {
		float: none;
		width: calc(100% - 70px);
		max-width: 290px;
		padding-right: 60px;
	}
	#index h1 img {
		display: none;
	}
	#btnSpMenu {
		padding: 10px;
		width: 48px;
		background-color: rgba(0,0,0,0.6);
		border-radius: 3px;
		top: 24px;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@media screen and (max-width:480px){
	#index h1 {
		left: -12px;
		background-size: 50px;
	}
}

/* kv */
#kv {
	position: relative;
	z-index:1;
	overflow:hidden;
}
#exbtn {
	display: flex;
	margin: 0 auto;
	width: 100%;
	max-width: 1200px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	top: -34px;
	z-index: 2;
}
#exbtn li {
	width: 33%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
}
#exbtn li a {
	position: relative;
	text-align: center;
	display: inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f85032+0,f16f5c+50,f6290c+51,f02f17+71,e73827+100;Red+Gloss+%231 */
background: #f85032; /* Old browsers */
background: -moz-linear-gradient(top, #f85032 0%, #f16f5c 50%, #f6290c 51%, #f02f17 71%, #e73827 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f85032 0%,#f16f5c 50%,#f6290c 51%,#f02f17 71%,#e73827 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#e73827',GradientType=0 ); /* IE6-9 */
	width: 100%;
	padding: 24px 6px;
	color: #FFF;
	font-size: 18px;
	text-decoration: none;
	border-radius: 3px;
	border-right: 2px solid #8e0404;
	border-bottom: 2px solid #8e0404;
	box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.3);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
#exbtn li a:after {
	content: "";
	display: block;
	width: 6px;
	height: 6px;
	border-right: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	position: absolute;
	bottom: 6px;
	right: 6px;
}
@media screen and (max-width: 768px){
	#exbtn {
		display: block;
		top: -20px;
	}
	#exbtn li {width: 100%;}
	#exbtn li:not(:last-child) {padding-bottom: 0;}
	#exbtn li a {
		text-align: center;
		display: inline-block;
		background-color: #ff2626;
		width: 100%;
		padding: 18px 6px;
		color: #FFF;
		font-size: 16px;
		text-decoration: none;
		border-radius: 3px;
		border-right: 2px solid #8e0404;
		border-bottom: 2px solid #8e0404;
		box-shadow: 2px 2px 3px 0 rgba(0,0,0,0.2);
		text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
	}
}
#kvInfoArea {
	position: relative;
	padding-top: 160px;
	padding-bottom: 48px;
}
#catch {
	width: 100%;
	text-align: center;
	padding-left: 16%;
	z-index: 2;
	position: relative;
}
#catchInner {
	max-width: 460px;
	width: 50%;
}
#ozawa {
	position: absolute;
	width: 100%;
	bottom: 0;
	right: 0;
	text-align: right;
	z-index: 1;
}
#ozawa img {
	max-width: 622px;
	width: 60%;
	-webkit-transform: translateX(80px);
	-moz-transform: translateX(80px);
	-ms-transform: translateX(80px);
	-o-transform: translateX(80px);
	transform: translateX(80px);
}
#present02 {position: relative;}
#presentDetail {
	display: inline-block;
	position: absolute;
	bottom: -12px;
	right: -24px;
	padding: 8px 24px 8px 12px;
	background: red url(../imgs/shared/arrow_right.png) 90% center no-repeat;
	background-size: 6px;
	color: #FFF;
	letter-spacing: 0;
	text-decoration: none;
	border-radius: 3px;
	border: 1px solid #FFF;
	box-shadow: 1px 1px 0 1px rgba(0,0,0,0.8);
}
@media screen and (max-width: 768px){
	#kv {
		background: url(../imgs/index/kv_bg.jpg) center no-repeat;
		background-size: cover;
	}
	#kvInfoArea {
		padding-top: 100px;
		padding-bottom: 400px;
	}
	#ozawa {
		bottom: 300px;
	}
	#presentArea0 {
		position: absolute;
		width: 100%;
		height: 320px;
		background-color: rgba(255,255,255,0.9);
		bottom: -420px;
		left: 0;
		padding: 24px;
	}
	#presentArea0 img {
		width: 360px;
	}
	#catch {padding-left: 24px;}
	#catchInner {width: 60%;}
	#presentDetail {right: 0;}
}
@media screen and (max-width: 480px){
	#ozawa {
		position: absolute;
		width: 100%;
		right: 0;
		text-align: right;
		z-index: 1;
	}
	#ozawa img {
		width: 70%;
		-webkit-transform: translateX(60px);
		-moz-transform: translateX(60px);
		-ms-transform: translateX(60px);
		-o-transform: translateX(60px);
		transform: translateX(60px);
	}
	#kvInfoArea {
		padding-top: 100px;
	}
}

/* searchConditionSelect */
#searchArea {
	position: relative;
	z-index: 2;
	padding: 24px 0;
	background-color: #00a0e9;
	margin-bottom: 36px;
	margin-top: 48px;
}
#searchConditionSelect {
	background-color: #FFF;
	border-radius: 3px;
	max-width: 960px;
	margin: 0 auto;
	box-shadow: 2px 2px 8px 0 rgba(0,0,0,0.3);
	padding: 18px 24px 18px;
	position: relative;
}
#m02 #searchConditionSelect {
	border: none;
	box-shadow: none;
}
#kaso #searchConditionSelect {top: 0;}














#kaso #osusumeType {margin-top: 24px;}
#iconSearchSerif {
	position: absolute;
	width: 105px;
	top: -94px;
	left: -12px;
}
#m02 #iconSearchSerif {display: none;}
.formBox {



	float: left;
}
.selectBox {
	width: calc((100% - 101px) / 4);
	padding: 0 12px;
}
#m02 .selectBox {
	width: 50%;
	padding: 0 12px 24px 12px;
}
.submitBox {
	width: 101px;
}
.conditionName {
	font-weight: bold;
	margin-bottom: 12px;
}
.selectBox select {
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #EFEFEF;
	border-radius: 4px;
	border: 1px solid #DBDBDB;
	padding: 10px 12px;
	color: #666666;
	background-image: url(../imgs/index/arrow_down_gray.png);
	background-size: 9px;
	background-repeat: no-repeat;
	background-position: 92% center;
	outline: none;
}
.selectBox select:focus {background-color: #FFF;}
#description {
	display: inline-block;
	background-color: #0088B2;
	padding: 2px 8px;
	letter-spacing: 0;
	font-size: 11px;
	margin-left: 6px;
	position: absolute;
	font-family: sans;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
	line-height: 1;
}
#m02 #description {display: none;}
#description:hover {text-decoration: underline;}
#description span {
	background: url(../imgs/shared/arrow_right.png) right 36% no-repeat;
	background-size: 5px;
	padding-right: 8px;
	display: inline-block;
}
.submitBox input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
	border: none;
	outline: none;
	display: block;
	width: 100%;
	height: 68px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../imgs/index/submit_pc.png) center no-repeat;
}
#m02 .submitBox {
	width: 101px;margin: 0 auto;
	float: none;
}
@media screen and (max-width: 768px){
	#searchConditionSelect {
		padding: 32px 12px 24px;
		top: 0;
	}
	.formBox {float: none;}
	.selectBox {
		width: 100%;
		margin-bottom: 24px;
	}
	#m02 .selectBox {
		width: 100%;
		padding: 0;
	}
	.submitBox {
		margin: 0 auto;
	}
}
/* section */
section {
	padding-top: 24px;
	margin-bottom: 48px;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	background: url(../imgs/shared/bg_h2.png) center bottom no-repeat;
	background-size: 303px;
	padding-bottom: 66px;
	margin-bottom: 24px;
}
#osusumeBanners {
	display: flex;
	flex-wrap: wrap;
}
.osusumeBanner {
	width: 25%;









	padding: 6px;
	position: relative;
}
hr {
	clear: both;
	border: none;
	padding-top: 32px;
	border-bottom: 1px dashed #CCC;
	margin-bottom: 32px;
}
.bannerInner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 10px;
}
.bannerInner a {
	display: block;
	border: 1px solid #FFF;
	width: 100%;
	height: 100%;
	position: relative;
}
#kanwa .bannerInner a {border-color:#FF2626}
#diy .bannerInner a,
#tokyo .bannerInner a,
#prechin .bannerInner a {border-color: #111;}
#otameshi .bannerInner a {border-color: #FF811A;}
.bannerInner span {
	display: table;
	vertical-align: middle;
	position: absolute;
	background-color: rgba(255,255,255,0.8);
	width: 90%;
	height: 80%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	padding: 12px;
	background-repeat: no-repeat;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	text-align: center;
	background-position: center 16%;
	background-size: auto 24px;
}
.bannerInner span:after {
	display: block;
	content: "";
	background-image: url(../imgs/shared/arrow_right.png);
	background-size: 6px;
	background-repeat: no-repeat;
	background-position: center;
	width: 26px;
	height: 26px;
	bottom: -20px;
	right: -10px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	position: absolute;
	background-color: #000;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
.bannerInner span i {
	display: table-cell;
	vertical-align: bottom;
	color: #111;
	letter-spacing: 0;
}
.bannerInner span em {
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-top: 6px;
}
#newevent span {
	background-image: url(../imgs/index/icon_newevent.png);
}
#kanwa span {
	background-image: url(../imgs/index/icon_newevent.png);
	background-position: 5% center;
	background-color: #FF2626;
}
#kanwa .bannerInner span i {color:#FFF;}
#kanwa .bannerInner span:after {
	background-color: #FF2626;
	border: 1px solid #FFF;
}
#shinchiku span {
	background-image: url(../imgs/index/icon_newstatus.png);
}
#shinchiku:hover span {background-image: url(../imgs/index/icon_newstatus_hover.png);}
#shinchiku .bannerInner span:after {background-color: #F85C4B;}
#renovation span {
	background-image: url(../imgs/index/icon_renovation.png);
}
#renovation:hover span {background-image: url(../imgs/index/icon_renovation_hover.png);}
#renovation .bannerInner span:after {background-color: #81C554;}
#funiture span {
	background-image: url(../imgs/index/icon_sofa.png);
}
#funiture:hover span {background-image: url(../imgs/index/icon_sofa_hover.png);}
#funiture .bannerInner span:after {background-color: #EF6B96;}
#outlet span {
	background-image: url(../imgs/index/icon_buta.png);
}
#outlet:hover span {background-image: url(../imgs/index/icon_buta_hover.png);}
#outlet .bannerInner span:after {background-color: #7889DC;}
#internet span {
	background-image: url(../imgs/index/icon_internet.png);
}
#internet:hover span {background-image: url(../imgs/index/icon_internet_hover.png);}
#internet .bannerInner span:after {background-color: #8460BF;}
#kanwa span {
	background-image: url(../imgs/index/icon_kanwa.png);
}
#kanwa:hover span {background-image: url(../imgs/index/icon_kanwa_hover.png);}
#pet span {
	background-image: url(../imgs/index/icon_pet.png);
}
#pet .bannerInner span:after {background-color: #F1BE0E;}
#pet:hover span {background-image: url(../imgs/index/icon_pet_hover.png);}
#pet .bannerInner span:after {background-color: #F1BE0E;}
#diy span {
	background-image: url(../imgs/index/icon_diy.png);
	background-color: #43BCC5;
	color: black;
}
#diy .bannerInner span:after {
	background-color: #43BCC5;
	border: 1px solid #FFF;
}
#prechin span {
	background-image: url(../imgs/index/icon_prechin.gif);
	background-position: 5% center;
	background-color: #212121;
}
#prechin .bannerInner span:after {
	background-color: #212121;
	border: 1px solid #FFF;
}
#prechin .bannerInner span i {color: #FFF;}
#tokyo span {
	background-image: url(../imgs/index/icon_tokyo.png);
	background-position: 5% center;
	background-color: #E3C444;
}
#tokyo .bannerInner span:after {
	background-color: #E3C444;
	border: 1px solid #FFF;
}
#otameshi span {
	background-image: url(../imgs/index/icon_otameshi.png);
	background-position: 5% center;
	background-color: #FF811A;
}
#otameshi .bannerInner span:after {
	background-color: #E3C444;
	border: 1px solid #FFF;
}
#shinchiku:hover .bannerInner span:after,
#renovation:hover .bannerInner span:after,
#funiture:hover .bannerInner span:after,
#outlet:hover .bannerInner span:after,
#diy:hover .bannerInner span:after,
#tokyo:hover .bannerInner span:after,
#internet:hover .bannerInner span:after,
#newevent:hover .bannerInner span:after,
#kanwa:hover .bannerInner span:after,
#prechin:hover .bannerInner span:after,
#otameshi:hover .bannerInner span:after,
#pet:hover .bannerInner span:after {background-color: #FF9326;}

@media screen and (max-width: 1200px){
	.osusumeBanner {width: 50%;}
	.bannerInner span {background-size: auto 30px;}
	.bannerInner span i {vertical-align: middle;padding-top: 48px;}
	.bannerInner span em {font-size: 22px;}
}

@media screen and (max-width: 768px){
	.bannerInner span em {font-size: 18px;}
	.bannerInner span i {padding-top: 32px;}
}
@media screen and (max-width: 640px){
	.osusumeBanner {
		width: 100%;
		float: none;
	}
	.bannerInner span i {padding-top: 32px;}
	.bannerInner span em {font-size: 18px;}
}

/* grayArea */
.grayArea {
	background-color: #F3F3F3;
}
.panel {
	float: left;
	width: 50%;
	padding: 48px;
}
.panel a {
	display: block;
	color: #111;
	text-decoration: none;
	background-position: left 24px;
	background-repeat: no-repeat;
	padding-left: 96px;
}
.panel a em {
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	position: relative;
	margin-bottom: 24px;

	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
.panel a:hover em {color: #FF9326;}
.panel a em:after {
	content: "";
	display: block;
	border: 1px solid #111;
	width: 26px;
	height: 26px;
	background: url(../imgs/shared/arrow_right_gray.png) center no-repeat;
	background-size: 6px;
	position: absolute;
	top: -6px;
	right: -48px;
}
.panel a i {
	display: block;
	line-height: 1.9;
}
#no1 {
	border-right: 1px solid #D9DADB;
}
#no1 a {
	background-image: url(../imgs/shared/icon_crown.png);
	background-size: 65px;
}
#enpo a {
	background-image: url(../imgs/shared/icon_enpo.png);
	background-size: 76px;
}

@media screen and (max-width: 768px){
	.panel {
		float: none;
		width: 100%;
		padding: 48px 24px;
	}
	#no1 {
		border-right: none;
	}
}
@media screen and (max-width: 480px){
	.panel a {
		padding-left: 0px;
		padding-top: 80px;
		text-align: center;
		background-position: center top;
	}
}

/* blackArea */
#blackArea {
	height: 400px;
	background: url(../imgs/shared/pic_kitchen.jpg) fixed;
	position: relative;
}
#blackArea .inner {height: 100%;}
#image {
	float: left;
	width: 45%;
}
.bannerList {
	float: left;
	position: relative;
	width: 55%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}
.bannerList li {
	height: 90px;
	margin-bottom: 32px;
	border: 1px solid #FFF;






	background-color: rgba(0,0,0,0.5);
}
.bannerList li:last-child {margin-bottom: 0;}
.bannerList li img {
	height: 88px;
	width: auto;
}
.bannerList li a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFF;
	background: url(../imgs/shared/icon_link.png) 96% center no-repeat;
	background-size: 16px;
	-webkit-transition: 0.2s linear;

	transition: 0.2s linear;
}

.bannerList li a:hover {
	background-color: #FFF;
	color: #FF9326;
}
.bannerList li span {
	display: inline-block;
	vertical-align: middle;
}
.bannerList li span.txt {
	margin-left: 24px;
	font-size: 18px;
	line-height: 1.5;
}

@media screen and (max-width: 768px){
	#blackArea {
		height: auto;
		padding: 24px;
		background: url(../imgs/shared/pic_kitchen.jpg) center no-repeat;
		background-size: cover;
	}
	#image {
		float: none;
		width: 100%;
		display: none;
	}
	.bannerList {
		float: none;
		width: 100%;
		padding: 0;
		position: static;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
	}
}
@media screen and (max-width: 480px){
	.bannerList li {
		height: 46px;
		margin-bottom: 12px;
	}
	.bannerList li img {
		height: 44px;
		width: auto;
	}
	.bannerList li span.txt {
		margin-left: 12px;
		font-size: 12px;
		line-height: 1.5;
	}
}

/* facebook */
.newsBox {
	float: left;
	width: 50%;
	padding: 24px;
}
.thumb {
	float: left;
	width: 33%;

	max-width: 140px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border: 6px solid #DBDBDB;
	border-radius: 200px;
	margin-right: 7%;
}
.thumb img {
	opacity: 0;
}
.newsContent {
	float: left;
	width: 60%;
}
.date {
	font-size: 11px;
	color: #666666;
	margin-bottom: 12px;
}
.honbun {margin-bottom: 24px;}
#toFacebook .moreBtn {text-align: center;}
.moreBtn a {
	display: inline-block;
	background-color: #FF9326;
	border-radius: 3px;
	color: #FFF;
	text-decoration: none;
	padding: 6px 66px 6px 24px;
	background-image: url(../imgs/shared/icon_facebook.png);
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: 30px;
}
.moreBtn a:hover {background-color: #F46302}

@media screen and (max-width: 768px){
	.newsBox {
		float:none;
		width: 100%;
		padding: 24px;
	}
}
@media screen and (max-width: 480px){
	.thumb {
		width: 24%;
		border: 4px solid #DBDBDB;
	}
	.newsContent {width: 66%;}
}

/* movie */
#movie {
	background: url(../imgs/shared/pic_hakusan.png) center fixed;
	padding-bottom: 48px;
}
#movieContent {
	display: table;
	width: 100%;
}
#youtubeWrap {
	display: table-cell;
	width: 50%;
	padding: 0 24px;
}
.youtubeArea {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	box-shadow: 0 0 10px 0 #000;
}
.youtubeArea iframe,
.youtubeArea object,
.youtubeArea embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.youtubeExp {
	display: table-cell;
	vertical-align: middle;
	padding: 0 24px;
}
.youtubeExp h3 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 12px;
}
@media screen and (max-width: 768px){
	#movie {
		background: url(../imgs/shared/pic_hakusan.png) center no-repeat;
		background-size: cover;
	}
	#movieContent {display: block;}
	#youtubeWrap {
		display: block;
		width: 100%;
	}
	.youtubeExp {
		display: block;
		margin-top: 24px;
	}
}

/* footer */
#infoLinkArea {
	border-top: 1px solid #DBDBDB;
	border-bottom: 1px solid #DBDBDB;
	margin-bottom: 48px;
}
.infoLink {
	float: left;
	width: 50%;
	padding: 24px;
}
.infoLink a {
	display: block;
	color: #111;
	text-decoration: none;
	padding-left: 120px;
}
.infoLink a:hover {
	color: #FF9326;
}
.infoLink a i {
	display: block;
	font-size: 12px;
	margin-bottom: 12px;
}
.infoLink a em {
	font-size: 18px;
	font-weight: bold;
	display: block;
}
#shopList {
	border-right: 1px solid #DBDBDB;
}
#shopList a {
	background: url(../imgs/shared/icon_shop.png) 40px center no-repeat;
	background-size: auto 42px;

}
#chintaicom a {
	background: url(../imgs/shared/icon_page.png) 40px center no-repeat;
	background-size: auto 42px;
}
.infoLink span {
	display: inline-block;
	padding-right: 48px;
	background: url(../imgs/shared/icon_link.png) 96% center no-repeat;
	background-size: 16px;
}
#footerTxtArea {
	text-align: center;
	padding: 0 24px;
}
#footerTxtArea h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 24px;
}
#copy {
	margin-top: 24px;
	font-size: 11px;
	color: #999;
	padding-bottom: 24px;
}
@media screen and (max-width: 768px){
	.infoLink {
		float: none;
		width: 100%;
	}
	#shopList {
		border-right: none;
		border-bottom: 1px solid #DBDBDB;
	}
}
@media screen and (max-width: 480px){
	.infoLink a {padding-left: 32px;}
	#shopList a {
		background: url(../imgs/shared/icon_shop.png) 0 center no-repeat;
		background-size: auto 21px;
	}
	#chintaicom a {
		background: url(../imgs/shared/icon_page.png) 0 center no-repeat;
		background-size: auto 21px;
	}
	.infoLink span {
		padding-right: 24px;
		background: url(../imgs/shared/icon_link.png) right center no-repeat;
		background-size: 16px;
	}
}


/* modal */
#modalArea,
#modalWrap,
.modalWindow {
	width: 0;
	height: 0;
	margin: 0 auto;
	opacity: 0;
	overflow: hidden;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
	position: relative;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}

#modalArea.on {
	display: block;
	opacity: 1;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 50%;
	z-index: 10000;
	background-color: rgba(0,0,0,0.8);
}
#modalArea.on #modalWrap {
	display: block;
	opacity: 1;
	position: absolute;
	padding: 24px;
	width: 100%;
	height: 100%;
}
.modalWindow.on {
	border-top: 10px solid #FFC119;
	display: block;
	opacity: 1;
	max-width: 960px;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-color: #FFF;
	border-radius: 3px;
	box-shadow: 0 0 12px 0 rgba(0,0,0,0.8);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
@media screen and (max-width: 768px){
	.modalWindow.on {
		display: block;
		opacity: 1;
		max-width: 960px;
		width: 100%;
		height: 100%;
		position: relative;
		height: 100%;

		top: 0;
		left: 0;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		transform: translate(0);
		overflow-y: scroll;
	}
}
.modalWindow.scroll {
	position: relative;
	height: 100%;
	top: 0;
	left: 0;
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	overflow-y: scroll;
}
.modalInner {
	padding: 48px;
}
.kodawariDesc {
	float: left;
	width: 50%;
	padding: 12px 12px 32px 60px;
	background-repeat: no-repeat;

	background-position: left 18px;
}
.kodawariDesc:nth-child(odd) {clear: both;}
.kodawariDesc h3 {margin-bottom: 12px;}
.kodawariDesc h3 i {
	display: block;
	margin-bottom: 6px;
}
.kodawariDesc h3 em {
	font-size: 18px;
	font-weight: bold;
}
#k-shinchiku {
	background-image: url(../imgs/index/icon_newstatus_hover.png);
	background-size: 34px;
}
#k-renovation {
	background-image: url(../imgs/index/icon_renovation_hover.png);
	background-size: 30px;
}
#k-funiture {
	background-image: url(../imgs/index/icon_sofa_hover.png);
	background-size: 33px;
}
#k-outlet {
	background-image: url(../imgs/index/icon_buta_hover.png);
	background-size: 34px;
	width: 100%;
	float: none;
}
#k-internet {
	background-image: url(../imgs/index/icon_internet_hover.png);
	background-size: 34px;
}
.rei {
	display: inline-block;
	margin-top: 12px;
	margin-bottom: 4px;
	background-color: #111;
	padding: 0 12px;
	color: #FFF;
}
.chumoku {
	color: red;
	font-size: 18px;
}

#close {
	text-align: center;
	padding-bottom: 48px;
}
#close a {
	display: inline-block;
	background-color: #DFDFD0;
	padding: 16px 32px;
	border-radius: 3px;
	letter-spacing: 0;
	color: #111;
	font-size: 11px;
}
@media screen and (max-width: 768px){
	.modalInner {
		padding: 48px 12px;
	}
	.kodawariDesc {
		float: none;
		width: 100%;
	}

}

/* kaso */
#kaso #contents {padding-top: 48px;}
.kasoContents {
	margin-bottom: 120px;
	padding-bottom: 60px;
	background: url(../imgs/kaso/hr_shima.png) center bottom no-repeat;
	background-size: 335px;
}
#kaso #no1Exp dl{
	background-color: #F9F9F2;
	padding: 48px;
	background-position: 96% 20px;
	background-repeat: no-repeat;
	background-size: 80px;
}
#kaso .kaso800 {
	max-width: 848px;
	margin: 0 auto;
	padding: 24px;
}

#kaso #no1Exp dt {
	display: block;
	margin-bottom: 24px;
	position: relative;
	padding-left: 32px;
	width: calc(100% - 120px);
}
#kaso #no1Exp dt p {font-size: 20px;}
#kaso #no1Exp dt .num {
	display: block;
	position: absolute;
	top: 8px;
	left: 0;
	background-color: darkorange;
	color: #FFF;
	width: 24px;
	height: 24px;
	line-height: 20px;
	text-align: center;

	border-radius: 100%;
	font-size: 14px;
}
#kaso #no1Exp dt .st {font-weight: bold;}
#kaso #no1Exp #p01 .st {color: red;}
#kaso #no1Exp #p02 .st {color: #2E74B5;}
#kaso #no1Exp #p03 .st {color: #FFC000;}
#kaso #no1Exp #p04 .st {color: #70AD47;}
#kaso #no1Exp #p05 .st {color: #FF66CC;}

#kaso #no1Exp #p01 {
	background-image: url(../imgs/kaso/icon_hosyo.gif);
}
#kaso #no1Exp #p02 {
	background-image: url(../imgs/kaso/icon_bunkatsu.gif);
}
#kaso #no1Exp #p03 {
	background-image: url(../imgs/kaso/icon_conb.gif);
}
#kaso #no1Exp #p04 {
	background-image: url(../imgs/kaso/icon_fani.gif);
}

#kaso #no1Exp #p05 {
	background-image: url(../imgs/kaso/icon_chikaku.gif);
}

#kaso #no1Exp dd {
	font-size: 14px;
	line-height: 1.8;
}
@media screen and (max-width: 550px){
	#kaso #no1Exp dl{
		padding: 24px;
		background-size: 50px;
	}
	#kaso #no1Exp dt {
		display: block;
		margin-bottom: 24px;
		position: relative;
		padding-left: 32px;
		width: calc(100% - 80px);
	}

	#kaso #no1Exp dt p {font-size: 18px;}
}

#kaso #zu {padding: 48px;}
#kaso #circle,
#kaso #flow {
	float: left;
	width: 50%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 12px;
}
@media screen and (max-width: 768px){
	#kaso #zu {padding: 24px;}
	#kaso #circle,
	#kaso #flow {
		float: none;
		width: 100%;
		margin-bottom: 24px;
	}
}
#kaso #kanto a {
	display: block;
	background-color: darkorange;
	padding: 12px 24px;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	box-shadow: 2px 2px 0 2px #CCC;
	-webkit-transition: 0.2s linear;
	transition: 0.2s linear;
}
#kaso #kanto a:hover {opacity: 0.8;}
#kaso #bnrArea {
	padding: 12px;
	background-color: #F9F9F2;
	box-shadow: 2px 2px 0 0 rgba(0,0,0,0.2);
}
#kaso #bnrArea p {
	float: left;
	width: 50%;
	padding: 12px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	margin-bottom: 0;
}
#kaso #bnrArea p img {max-width: 262px;}
@media screen and (max-width: 480px){
	#kaso #bnrArea p {
		float: none;
		width: 100%;
	}
}

/* diy */
#diyh2 {font-size: 32px;}
#diyh2 span {
	display:block;
	margin-bottom: 18px;
	line-height: 1.5;
	font-size: 14px;
	font-weight: normal;
}
#diyh2 i {
	display: inline-block;
	background: linear-gradient(transparent 50%, #F7E66A 50%);
}
.diyImage {
	float: left;
	width: 40%;
	padding: 15px;
}
.diyText {
	float: left;
	width: 60%;
	padding: 15px;
}
.diyText .exBold {
	display: block;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 24px;
}
#diyExp01,
#diyExp02,
#enpoExp01,
#enpoExp02 {padding: 0 24px;}
#diyExp02 h3 {
	font-size: 18px;
	border-bottom: 1px solid #dbdbdb;
	padding-bottom: 24px;
	margin-bottom: 24px;
}
#photos {
	display: table;
}
#photos .photo {
	display: table-cell;
	padding: 15px;
}
#diypic01 {width: 51%;}
#diypic02,
#diypic03 {width: 24.2%;}
#photos .cap {
	display: block;
	border-left: 1px solid #666;
	padding: 10px 12px;
}
#spec table{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
	border: 1px solid #dcdddd;
}
#spec th {font-weight: bold;}
#spec th,
#spec td {
	padding: 18px;
	border: 1px solid #dcdddd;
}
#spec th {background-color: #f1efef;}
.searchBtnTochintai {
	margin-top: 48px;
	text-align: center;
}
.searchBtnTochintai a {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	padding: 24px 32px;
	border-radius: 4px;
	border-right: 3px solid #A10000;
	border-bottom: 3px solid #A10000;
	background: red url(../imgs/index/icon_tokyo.png) 18px center no-repeat;
	background-size: 35px;
	padding-left: 66px;
	text-decoration: none;
}
.searchBtnTochintai a:hover {
	border-right: 1px solid #A10000;
	border-bottom: 1px solid #A10000;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
}
.searchBtnEnpo {
	margin-top: 48px;
	text-align: center;
}
.searchBtnEnpo a {
	display: inline-block;
	color: #FFF;
	font-size: 18px;
	padding: 12px 24px;
	border-radius: 4px;
	border-right: 3px solid #A10000;
	border-bottom: 3px solid #A10000;
	background: darkorange url(../imgs/shared/arrow_right.png) 24px center no-repeat;
	background-size: 6px;
	padding-left: 66px;
	text-decoration: none;
}
.searchBtnEnpo a:hover {
	border-right: 1px solid #A10000;
	border-bottom: 1px solid #A10000;
	border-top: 2px solid transparent;
	border-left: 2px solid transparent;
}
@media screen and (max-width: 768px){
	.diyImage {
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 48px;
	}
	.diyText {
		float: none;
		width: 100%;
		padding: 0;
	}
	#photos {
		display: block;
	}
	#photos .photo {
		display: block;
		padding: 0;
		float: left;
	}
	#diypic01 {
		width: 100%;
		margin-bottom: 12px;
	}
	#diypic02,
	#diypic03 {width: 50%;}
	#photos .photo#diypic02 {padding-right: 12px;}
	#photos .photo#diypic03 {padding-left: 12px;}
}
.kvpc {display: block;}
.kvsp {display: none;}
@media screen and (max-width: 480px){
	#spec th,
	#spec td {
		display: block;
		text-align: left;
		padding: 18px;

		border: 1px solid #dcdddd;
	}
	.kvpc {display: none;}
	.kvsp {display: block;}
}

.camp-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 60px;
}
.camp-box {
	width: 33%;
	text-align: center;
	padding: 12px;
}
.camp-box h3 {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	border: 1px solid #999;
	padding: 12px 6px;
}
.camp-box p {
	font-size: 13px;
	line-height: 1.5;
	padding: 4px;
	color: #333;
}
@media screen and (max-width: 768px){
	.camp-wrap {display: block;}
	.camp-box {width: 100%;}
}
.camp-box .link {text-align: center;}
.camp-box .link a {
	display: inline-block;
	margin: 12px auto 0;
	background-color: #de1958;
	color: #FFF;
	padding: 18px 12px;
	border-radius:2px;
	text-decoration: none;
	box-shadow: 1px 1px 3px 0 rgba(0,0,0,0.5);
	transition: 0.2s ease;
}
.camp-box .link a:hover {
	background-color: #f7771d;
}
.hikkoshi-support {
	display: inline-block;
	background-color: red;
	padding: 2px 6px;
	margin-bottom: 4px;
	color: #FFF;
}