@charset "UTF-8"; 
/*-- 

	KOOTEN

====================================================== --*/
#KOOTEN header h1 img{
	height:72px;
}
#KOOTEN header h1{
	padding-top:65px;
}
#KOOTEN header p.emergency + h1{
	padding:21px 0px 0px;
	margin:0px 0px 36px;
}

#KOOTEN header .globalNavi,
#KOOTEN header .scrollNavi{
	background:#1ac964;
}

#KOOTEN header .globalNavi .global a,
#KOOTEN header .globalNavi ul li a,
#KOOTEN header .scrollNavi a{
	color:#000;
}
#KOOTEN header .scrollNavi a:hover,
#KOOTEN header .globalNavi .global a:hover{
	color:#be904a;
}
#KOOTEN header .scrollNavi ul li{
	border-color:#000;
}

#KOOTEN header .globalNavi ul li a:hover{
	border-bottom:2px solid #000;
}
#KOOTEN header .scrollNavi ul li:nth-of-type(3) a,
#KOOTEN header .globalNavi ul li:nth-of-type(3) a{
	border-bottom:2px solid #000;
}
#KOOTEN header .globalNavi p.logo a{
	background-image:url(../img/logo_black.svg) ;
}
#KOOTEN header .scrollNavi .fav a .attention{
	-webkit-animation: attentionKooten 1000ms linear 0s infinite normal;
	animation: attentionKooten 1000ms linear 0s infinite normal;
	border:2px solid #1ac964;
}
#KOOTEN header .menu a::after,
#KOOTEN header .globalNavi .search a::after{
	color:#000;
}

@-webkit-keyframes attentionKooten {
	0% {background:#f00;}
	25% {background:#f00;}
	50% {background:#1ac964;}
	75% {background:#f00;}
	100% {background:#f00;}
}
@keyframes attentionKooten {
	0% {background:#f00;}
	25% {background:#f00;}
	50% {background:#1ac964;}
	75% {background:#f00;}
	100% {background:#f00;}
}

/*-- information --*/
/*-- ------------------------------------------------- --*/
#KOOTEN .information{
	width:100%;
	height:44px;
	margin:0px 0px 0px;
	background:#f3f3f3;
	padding:0px 0px;
	position:absolute;
	left:0px;
	top:171px;
	
}
#KOOTEN .information p{
	border:3px solid #f3f3f3;
	max-width:1120px;
	margin:0px auto 0px;
	font-size:16px;
	line-height:28px;
	text-align:center;
	padding:5px 0px 5px 0px;
	background:white;
}
#KOOTEN .information p em::before{
	color:#666;
	position:static;
	line-height:24px;
	display:inline-block;
	font-size:24px;
	width:24px;
	vertical-align:-4px;
	margin:0px 15px 0px 0px;
}
#KOOTEN .information p em:nth-of-type(1)::before{
	margin:0px 15px 0px 0px;
	content:"\e931";
}
#KOOTEN .information p em:nth-of-type(2)::before{
	margin:0px 11px 0px 0px;
	content:"\e934";
}
#KOOTEN .information p em{
	font-style:normal;
	display:inline-block;
	margin:0px 15px;
}
#KOOTEN .information p span{
	color:#cdaa75;
}


/*-- shopSearch --*/
/*-- ------------------------------------------------- --*/
#KOOTEN .shopSearch{
	background:#f3f3f3;
	border-radius:3px;
	position:relative;
	margin:0px 0px 42px;
	padding:14px 0px 0px 0px;
}
#KOOTEN .shopFix{
	display:none;
}
#KOOTEN .shopSearch nav{
	display:none;
}
#KOOTEN .shopSearch input[type=reset],
#KOOTEN .shopSearch label{
	display:block;
	border:none;
	cursor:pointer;
	background:white;
	border-radius:3px;
	position:relative;
	padding:25px 0px 25px 63px;
	font-family:YuGothic,"游ゴシック","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
	font-size:16px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	color:#000;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;
}
#KOOTEN .shopSearch label span{
	font-size:12px;
}

#KOOTEN .shopSearch input[type=reset]:hover,
#KOOTEN .shopSearch label:hover{
	color:#be904a;
}
#KOOTEN .shopSearch input[type=checkbox]{
	display:none;
}
#KOOTEN .shopSearch label::before{
	background:no-repeat left top;
	width:38px;
	content:" ";
	height:34px;
	left:15px;
	top:50%;
	margin:-17px 0px 0px 0px;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;
	text-align:center;
	display:block;
	color:#31cb64;
	font-size:32px;
	line-height:34px;
	font-weight:normal;
}
#KOOTEN .shopSearch label::after{
	background: no-repeat center #fff;
	width:14px;
	content:"\10ffff";
	height:14px;
	color:transparent;
	border:2px solid #ccc;
	border-radius:100%;
	-webkit-transition:all 300ms ease;
	transition:all 300ms ease;
	position:absolute;
	right:16px;
	top:50%;
	line-height:12px;
	font-size:17px;
	margin:-8px 0px 0px 0px;
	display:block;
}
#KOOTEN .shopSearch input:checked + label::after{
	color:#666;
	background-color:#ccc;
}

#KOOTEN .shopSearch .btnReset{
	position:absolute;
	right:16px;
	top:14px;
}
#KOOTEN .shopSearch .btnReset input[type=reset]{
	text-align:center;
	height:74px;
	padding-left:0px;
	width:160px;
}
#KOOTEN .shopSearch .btnAll{
	margin:0px 193px 14px 16px;
}
#KOOTEN .shopSearch .btnAll label::before{
	content:"\e92a";
}
#KOOTEN .shopSearch dl{
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:0px 16px 10px;
	margin:0px 0px 16px;
}
#KOOTEN .shopSearch dl + dl{
	background:url(../../images/kooten/search_bg.png) repeat-y left top;
}
#KOOTEN .shopSearch dl dt{
	color:#be904a;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:25px;
	padding:10px 0px;
}
#KOOTEN .shopSearch dl li{
	margin-bottom:2px;
}
#KOOTEN .shopSearch dl.genre label{
	padding-top:22px;
	padding-bottom:21px;
}
#KOOTEN .shopSearch dl.scene label{
	padding-top:10px;
	padding-bottom:10px;
}
#KOOTEN .shopSearch dl li.genre01 label::before{ content:"\e920";}
#KOOTEN .shopSearch dl li.genre02 label::before{ content:"\e910"; font-size:36px;}
#KOOTEN .shopSearch dl li.genre03 label::before{ content:"\e935";}
#KOOTEN .shopSearch dl li.genre04 label::before{ content:"\e90b";}
#KOOTEN .shopSearch dl li.scene01 label::before{ content:"\e900";}
#KOOTEN .shopSearch dl li.scene02 label::before{ content:"\e92b";}
#KOOTEN .shopSearch dl li.scene03 label::before{ content:"\e9211";}
#KOOTEN .shopSearch dl li.scene04 label::before{ content:"\e930";}
#KOOTEN .shopSearch dl li.scene05 label::before{ content:"\e926";}
#KOOTEN .shopSearch dl li.scene06 label::before{ content:"\e927";}

#KOOTEN .shopSearch .results{
	clear:both;
	border-top:1px solid #cccccc;
	text-align:center;
	font-size:18px;
	font-weight:bold;
	line-height:24px;
	padding:25px 0px;
}
#KOOTEN .shopSearch .results strong{
	color:#be904a;
	margin:0px 5px;
}

/*-- side --*/
/*-- ------------------------------------------------- --*/
#KOOTEN #side{
	margin-top:194px;
}
#KOOTEN #side .deitos{
	background:#f3f3f3;
	text-align:center;
	margin:0px 0px 28px;
}
#KOOTEN #side .deitos a{
	padding:28px 10px 21px;
	display:block;
	text-decoration:none;
}
#KOOTEN #side .deitos a img{
	max-width:288px;
	width:100%;
}
#KOOTEN #side .deitos a p{
	text-align:left;
	max-width:288px;
	margin:15px auto 0px;	
	font-weight:bold;
}
/*-- side kootenSearch/kootenPhoto --*/
/*-- ------------------------------------------------- --*/
#KOOTEN .kootenPhoto,
#KOOTEN .kootenSearch{
	border:1px solid #ccc;
	border-radius:2px;
	margin:5px 0px 14px 0px;
	position:relative;
}
#KOOTEN .kootenPhoto a,
#KOOTEN .kootenSearch a{
	display:block;
	line-height:22px;
	padding:10px 10px 10px 16px;
	font-weight:bold;
	font-size:16px;
	position:relative;
	text-decoration:none;
}
#KOOTEN .kootenPhoto a{
	padding-left:48px;
}
#KOOTEN .kootenSearch a::before{
	content:"\e92c";
	display:inline-block;
	width:17px;
	height:18px;
	font-weight:normal;
	color:#666;
	font-size:18px;
	line-height:18px;
	position:static;
	vertical-align:-1px;
	margin:0px 15px 0px 0px;
}
#KOOTEN .kootenSearch a::after{
	/*
	background:url(../img/icon_anchorlink.png) no-repeat left center;
	*/
	content:"\e903";
	display:block;
	color:#666;
	width:16px;
	font-weight:normal;
	height:16px;
	position:absolute;
	right:16px;
	line-height:16px;
	top:50%;
	margin:-8px 0px 0px 0px;
}

#KOOTEN .kootenPhoto::before{
	content:"\e928";
	display:inline-block;
	width:16px;
	top:50%;
	left:16px;
	font-weight:normal;
	font-size:17px;
	height:14px;
	color:#666;
	line-height:15px;
	vertical-align:0px;
	margin:-7px 0px 0px 0px;
}

#KOOTEN .kootenPhoto ul{
	display:none;
}

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

#KOOTEN .shopSearch input[type=reset],
#KOOTEN .shopSearch label{
	font-size:13px;
	padding-left:49px;
}
#KOOTEN .shopSearch label span{
	font-size:10px;
}
#KOOTEN .shopSearch label::before{
	left:9px;
}
#KOOTEN .shopSearch label::after{
	right:9px;
}

}


/*-- 

	smp responsive Ele

====================================================== --*/
@media screen and (max-width: 800px){
#KOOTEN .all > h1 img{
	height:42px;
}
	
#KOOTEN header .fav a .attention{
	border:2px solid #1ac964;
	background:#ffe44d;
	-webkit-animation: attentionKooten 1000ms linear 0s infinite normal;
	animation: attentionKooten 1000ms linear 0s infinite normal;
}
/*-- information --*/
/*-- ------------------------------------------------- --*/
#KOOTEN .information{
	height:auto;
	margin:0px 0px 0px;
	position:static;
}
#KOOTEN .information p{
	font-size:12px;
	border-width:14px 20px;
	border-color:#f3f3f3;
	line-height:18px;
	padding:16px 15px 13px 15px;
	text-align:left;

}
#KOOTEN .information p em::before{
	content:" ";
	vertical-align:-7px;
}
#KOOTEN .information p em:nth-of-type(1)::before{
	margin:0px 17px 0px 0px;
}
#KOOTEN .information p em:nth-of-type(2)::before{
	margin:0px 17px 0px 0px;
}
#KOOTEN .information p em:nth-of-type(1){
	border-bottom:1px solid #cccccc;
	padding-bottom:14px;
	margin-bottom:14px;
}
#KOOTEN .information p em{
	font-style:normal;
	display:block;
	margin:0px;
}


/*-- side --*/
/*-- ------------------------------------------------- --*/
#KOOTEN #side{
	margin-top:0px;
}


#KOOTEN #side .deitos{
}
#KOOTEN #side .deitos a{
	padding:28px 20px 21px;
}
#KOOTEN #side .deitos a img{
	max-width:100%;
}
#KOOTEN #side .deitos a p{
	max-width:100%;
}

/*-- side kootenSearch/kootenPhoto --*/
/*-- ------------------------------------------------- --*/
#KOOTEN .kootenPhoto,
#KOOTEN .kootenSearch{
	margin:0px 20px 14px 20px;
}
#KOOTEN .kootenPhoto a,
#KOOTEN .kootenSearch a{
	line-height:16px;
	padding:14px 10px 14px 16px;
	font-size:14px;
}
#KOOTEN .kootenPhoto a{
	padding-left:48px;
}

/*-- shopSearch --*/
/*-- ------------------------------------------------- --*/
#KOOTEN .shopSearch{
	border-radius:0px;
	position:relative;
	margin:0px 0px 42px;
	padding:0px 0px 0px 0px;
}
#KOOTEN .shopSearch nav{
	display:block;
	background:white;
	text-align:center;
	font-size:16px;
	line-height:24px;
	padding:10px 0px;
	color:#be904a;
	position:relative;
	font-weight:bold;
	border-top:1px solid #ccc;
}
#KOOTEN .shopSearch input[type=reset],
#KOOTEN .shopSearch label{
	-webkit-appearance: none;
	padding:10px 0px 10px 47px !important;
	font-size:14px;
}
#KOOTEN .shopSearch label span{
	font-size:12px;
}

#KOOTEN .shopSearch label::before{
	width:19px;
	height:20px;
	font-size:20px !important;
	left:15px;
	line-height:20px;
	margin:-10px 0px 0px 0px;
}
#KOOTEN .shopSearch label::after{
	right:14px;
	width:10px;
	height:10px;
	line-height:8px;
	font-size:14px;
}



#KOOTEN .shopSearch .btnReset{
	position:static;
	float:right;
	width:72px;
	margin:0px 20px 0px 0px;
}
#KOOTEN .shopSearch .btnReset input[type=reset]{
	height:44px;
	padding:10px 0px 10px 0px !important;
	font-size:10px;
	letter-spacing:-1px;
	width:72px;
}
#KOOTEN .shopSearch .btnAll{
	margin:0px 104px 0px 20px;
}

#KOOTEN .shopSearch dl{
	float:none;
	width:auto;
	padding:0px 20px 0px;
	margin:0px 0px 0px;
}
#KOOTEN .shopSearch dl + dl{
	background:none;
}
#KOOTEN .shopSearch dl dt{
	font-size:16px;
	line-height:24px;
	padding:10px 0px;
}
#KOOTEN .shopSearch dl li{
	margin-bottom:2px;
}

#KOOTEN .shopSearch .results{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	font-size:14px;
	padding:10px 0px;
}

#KOOTEN .shopSearch .wrap{
	display:block;
	overflow:auto;
	padding:14px 0px 12px;
	position:relative;
}
#KOOTEN .shopFix .wrap{
	-webkit-overflow-scrolling: touch;
	display:none;
	height:300px;
}
#KOOTEN .shopFix{
	left:0px;
	top:-36px;
	width:100%;
	position:fixed;
	z-index:10001;
	background:#f3f3f3;
	display:block;
	-webkit-transition:top 300ms ease;
	transition:top 300ms ease;
}
#KOOTEN .shopFix.on{
	top:55px;
}

}

@media screen and (max-width: 320px){
#KOOTEN .shopSearch input[type=reset],
#KOOTEN .shopSearch label{
	font-size:12px;
}
}















