﻿@charset "UTF-8";
@import url(//fonts.googleapis.com/earlyaccess/notosansjapanese.css) screen and (min-width: 1024px);


body {
	color: #3d3333;
 	/*font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Meiryo UI', 'MS UI Gothic', 'Hiragino Kaku Gothic Pro W3', sans-serif;*/
	font-family: 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Meiryo UI', 'MS UI Gothic', 'Hiragino Kaku Gothic Pro W3', sans-serif;
}

@media screen and (min-width: 1024px) {
	body {
		font-family: 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'Meiryo UI', 'MS UI Gothic', 'Hiragino Kaku Gothic Pro W3', sans-serif;
	}
}


a:link {
	text-decoration: underline;
	color: #BE1F33;
}

a:visited {
	text-decoration: underline;
	color: #b95966;
}

a:hover, a:active {
	text-decoration: none;
	color: #d80b24;	
}

h1, h2 {
	margin: 2.0rem 0;
	padding: .5rem;
	font-weight: normal;
	line-height: 1.6;
	background: none;
	color: #3d3333;
	vertical-align: middle;
}

.titleSub p, .titleSub h1 {
	font-size: 2.0rem;
}

/* ::::::::::::::::::::::::::::::::::
	nav
::::::::::::::::::::::::::::::::::: */

.nav-i {
	padding-top: 15px;
	padding-bottom: 15px;	
}

.nav-i .form-group {
	padding: 0 1.5rem;
	border: 1px solid #d3d3d3;
	background: #fafafa;
}


#i {
	overflow: hidden;
	max-height: 0;	
	margin-top: 1.5rem;
	transition: max-height .5s ease;	
}

.active #i {
	max-height: 500px;
}

#i table {
	width: 100%;	
}

#i th,
#i td {
	border-bottom: 1px solid #e6e6e6;
	padding: 1.5rem;		
}

#i tr:last-of-type th,
#i tr:last-of-type td {
	border-bottom: none;	
}

#i th {
	background: #fafafa;	
}

#i td {
}

#i label {
	display: block;	
}


.nav-i h2 {
	cursor: pointer;
	position: relative;
	margin: 1.5rem 0;
	font-size: 1.6rem;	
}

.nav-i h2 .ico {
	line-height:1.0;
	display: block;
	position: absolute;
	top: -1px;
	right: 5px;	
	
	color: #999;
	font-weight: bold;
	font-size: 18px;
	transform: rotate(45deg);	
	transition: transform .25s ease;
}

.active h2 .ico {
	transform: rotate(0);	
}



.nav-i .row-flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}

.nav-i .row-flex > .col {
	flex: 0 0 48%;	
}


/* ::::::::::::::::::::::::::::::::::
	preloader
::::::::::::::::::::::::::::::::::: */

.circle {
	display: none;
	position: fixed;
	z-index: 10;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,.50);	
}



.loading .circle {
	display: block;	
}

.loading .circle::after {
	content: '';
	display: block;
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 48px;
	height: 48px;
	border: 2px solid #ccc;
	border-top-color: #666;
	border-radius: 50%;
		
	animation: preloading .75s infinite linear;
}

/* ::::::::::::::::::::::::::::::::::
	main
::::::::::::::::::::::::::::::::::: */


.hr {
	display: none;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #fff;
}

#selected {
	margin-top: 2.0rem;	
}

#status {
	line-height: 2.2;	
	text-align: center;
	font-size: 2.0rem;
}

#status > span {
	display: inline-block;
	margin: 0 1.0rem 0 0;
	padding: .5rem;
	border-bottom: 1px dotted #ccc;
}

#status > span:last-of-type {
	border-bottom: none;
}

#status .badge {
	margin-left: .5rem;	
}

#list {
	min-height: 30rem;
	margin-top: 1.0rem;	
	margin-bottom: 1.0rem;
	
	padding: 1.0rem;
	background: #ececec;
}

.loading #list {
	margin-top: 0;	
	margin-bottom: 0;	
}

#list > .shop {
	position: relative;
	min-height: 25.0rem;
	margin: 0 0 2.0rem;
	padding: .5rem;
	background: #fff no-repeat center center;
	box-shadow: 0 0 4px #ccc;
}


#list > .shop .row-flex {
	opacity: 1;
	transition: opacity .25s ease;
}

/*#list > .shop.loading {
	background-image: url(/service/smartphone/images/l/load.gif);
	background-size: 16px auto;
}*/


#list > .shop.loading::after {
	content: '';
	display: block;
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 24px;
	height: 24px;
	border: 2px solid #ccc;
	border-top-color: #666;
	border-radius: 50%;
		
	animation: preloading .75s infinite linear;
}

/*#list > .shop.loading::before {
	content: '';
	display: block;
	
	position: absolute;
	top: 50%;
	left: 50%;
	
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	border-radius: 50%;
		
}
*/
@keyframes preloading {
	0% { transform: rotate(0deg)/* scale(1.2)*/; }
	100% { transform: rotate(720deg)/* scale(1.2)*/; }
}

@-webkit-keyframes preloading {
	0% { transform: rotate(0deg)/* scale(1.2)*/; }
	100% { transform: rotate(720deg)/* scale(1.2)*/; }
}

#list > .shop.loading .row-flex {
	opacity: 0;
}

.shop h3 {
	margin-top: 0;
}

.shop .brand {
	display: none;
	vertical-align: middle;
	width: 30px;
	height: 30px;
	margin-right: 3px;
	background: url(/service/smartphone/images/l/logo_h_kitamura.svg) no-repeat center;
	background-size: auto 100%;
}

.shop .table {
	margin-bottom: .5rem;
	font-size: 1.3rem;	
}

.shop .table th {
	text-align: center;
	width: 8.0rem;	
}

.spec a:link,
.spec a:visited,
.spec a:hover,
.spec a:focus {
	text-decoration: none;
	color: #3d3333;
}

.spec .glyphicon {
	margin-right: .5rem;
}

.util {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin-bottom: 1.0rem;
	padding: 0 1.5rem;
}

.util > p {
	margin: 0;
}

.util > p {
	flex: 0 0 auto;
}

.util > p:last-of-type {
	display: none;
}

.util > p a {
	display: block;
	text-decoration: none;
}

.util > p a:link,
.util > p a:visited,
.util > p a:hover,
.util > p a:active {
	color: currentColor;
	text-decoration: none;
}

.util span {
	font-size: 1.2rem;	
}

.util span .glyphicon {
	display: inline-block;
	font-size: 10px;
	transform: scale(.8);
	margin-top: -2px;
}

.util a > span:first-of-type {
	display: block;
	overflow: hidden;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	margin: 0 auto 5px auto;
	background-color: #a94442;
}


.util .ico {
	display: block;
	overflow: hidden;
	width: 32px;
	height: 32px;
	margin: 4px auto auto;
	background: url(/service/smartphone/images/l/ico_sprites.svg) no-repeat 0 0;
	background-size: auto 100%;
	transform: scale(.7);
}


.util .ico.ico_blog {
	background-position: 100% 0;
}

.util .ico.ico_chirashi {
	background-position: 0 0;
}

.util .ico.ico_map {
	background-position: 50% 0;
}

.list-item {
	line-height: 1.1;
	margin-bottom: 0;	
}

.list-item > span {
	margin: .2rem;
}

.list-item .label {
	display: inline-block;
	white-space: normal;
	padding-left: 1.0rem;
	padding-right: 1.0rem;
}



/* ::::::::::::::::::::::::::::::::::
	to Page Top
::::::::::::::::::::::::::::::::::: */

.pagetop {
	cursor: pointer;
	line-height: 44px;
	position: fixed;
	z-index: 8;
	left: 50%;
	bottom: -10rem;
	text-align: center;
	border-radius: 50%;
	width: 44px;
	height: 44px;
	margin: 0;
	font-size: 1.2rem;
	color: #fff;
	background: rgba(0,0,0,0.55);
	transform: translateX(-50%);
	
	transition: bottom 1.0s ease;
}


.scrolled .pagetop {
	bottom: 4.0rem;	
}

/* SP */
@media screen and (max-width: 1023px) {
	#i {
		margin-left: -5px;
		margin-right: -5px;	
	}
	
	#i label {
		margin: 10px auto 10px 0;	
	}
	
	.nav-i {
		padding: 0 .5rem;
	}
	
	.nav-i .btn-group {
		margin: 1.5rem 0;
	}
	
	#list {
		margin-left: -15px;
		margin-right: -15px;	
	}
	

	#area > .row > div[class^=col]:first-of-type {
		position: relative;
		padding-bottom: 2.0rem;
	}
	
	#area > .row > div[class^=col]:first-of-type::before {
		display: block;
		content: '';
		position: absolute;
		left: 5px;
		right: 5px;
		bottom: 0;
		height: 1px;
		background-color: #d3d3d3;
	}
	
	#area > .row > div[class^=col] div[class^=col]:nth-of-type(2) div[role^=group] {
		text-align:  center;
		padding-top: 1.5rem;
	}
	
	.util {
		padding: 0 1.5rem;
	}
	
	.shop h3 {
		color: #3d3333;
		margin: 0 0 .5rem 0;
		padding: 5px 10px;
		background-color: white;
	}
	
}

@media screen and (min-width: 1024px) {
		
	
	#area > .row {
		position: relative;
	}
	
	#area > .row::before {
		content: '';
		display: block;
		position: absolute;
		top: 10px;
		left: 50%;
		bottom: 10px;
		width: 1px;
		background-color: #ccc;
	}
	
	#i th, #i td {
		font-size: 1.5rem;
	}
		
	#i label {
		display: inline-block;
	}
	
	.nav-i h2 {
		font-size: 2.2rem;	
	}
		
	#t {
		margin-bottom: 2.0rem;	
	}

	main.results {
		background: #ececec;
	}	
		
	#status {
		font-size: 2.4rem;
	}
	
	#list {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;		
	}
	
	
	#list > .shop {
		flex: 0 0 50%;
		flex: 0 0 calc(50% - 5px);
		min-width: 50%;
		min-width: calc(50% - 5px);
		box-sizing: content-box;
		box-sizing: border-box;
		margin-bottom: 1.0rem;
		padding: 1.5rem;
	}
	
	.shop > .row-flex {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
		margin: 0;	
	}
		
	.shop .brand {
		display: inline-block;
	}
	
	/*.spec {
		flex: 0 0 80%;
		margin-right: 2.0rem;
	}*/
	
	.shop .glyphicon {
		display: none;	
	}
	
	.util {
		justify-content: flex-start;
		margin-bottom: 1.0rem;
		padding: 0 1.5rem;
	}
	
	.util p:not(:last-of-type) {
		margin-right: 1.5rem;
	}
	
	.shop a:link, .shop a:visited, .shop a:hover, .shop a:focus {
		text-decoration: none;
		color: #3d3333;
	}
	
	/*
	.util {
		flex: 0 0 20%;
	}
	
	.util p {
		text-align: center;
	}

	.util p:not(:last-of-type) {
		margin-bottom: 1.0rem;	
	}

	.util a > span {
		margin-bottom: 0;
		background-color: none;
	}
	*/

	.util a:hover {
		opacity: .8;
	}

	footer {
		margin-top: 10.0rem;
	}

}