@charset "shift_jis";
/* ======================================================

cs_shere.css

====================================================== */
/* common
--------------------------------------------------------- */
/* common
--------------------------------------------------------- */
.l-h_pr {
	width: 26px;
	height: 16px;
	margin-right: 7px;
	background: url(https://img1.kakaku.k-img.com/images/icon_pr-1.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.c-ttl-1 {
	margin: 40px 0 20px;
	padding: 10px 10px 8px;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
	background: #f5f5f5;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.3;
}
.c-ttl-1_in {
	display: block;
	padding: 1px 0 0 6px;
	border-left: 6px solid #c36;
}
.c-block {
	background-color: #f5f5f5;
	border-radius: 6px;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 0 15px 15px;
	margin-top: 40px;
}
.c-block_ttl {
	padding: 15px 0;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
}
.c-block_index {
	border-radius: 5px;
	box-shadow: 0 0 6px -2px #ddd;
	background-color: #fff;
}
.c-block_indexRow {
	display: table;
	width: 100%;
	table-layout: fixed;
	overflow: hidden;
}
.c-block_indexRow + .c-block_indexRow {
	border-top: 1px dotted #ddd;
}
.c-block_indexCell {
	display: table-cell;
	padding: 20px 0;
	text-align: center;
}
.c-block_indexCell_link {
	display: block;
	color: #0867bf;
}
.c-block_indexCell_link:hover {
	color: #1e85e5;
	text-decoration: none;
}
.c-block_indexCell_name {
	margin-top: 10px;
	text-align: center;
}
.c-block_indexCell:hover .c-block_indexCell_logo img {
	opacity: 0.7;
}
.c-block_indexCell + .c-block_indexCell {
	border-left: 1px dotted #ddd;
}
.c-itemVisual {
	position: relative;
	-webkit-transition: all 0.4s 0.1s;
	transition: all 0.4s 0.1s;
	height: 240px;
}
/* p-articleMain
--------------------------------------------------------- */
.p-articleMain_ttl {
	margin-top: 10px;
}
.p-articleMain_txt {
	text-align: center;
}
.p-articleMain-watch_accessory {
	width: 930px;
	height: 420px;
	background:#041d39 url(https://img1.kakaku.k-img.com/images/article/sp/watch_shop/2017/mainttl_bg.png) no-repeat 0 0;
	position: relative;
}
.p-articleMain-watch_accessory h2 {
	padding: 25px 0 0 0;
	text-align: center;
}
.p-articleMain_textarea {
	margin: 15px 0 0 175px;
	color: #9fb8d3;
	line-height: 1.5;
	width: 585px;
	text-align: left;
}

/* p-articleTopic 
--------------------------------------------------------- */
.p-articleTopic {
	margin-top: 20px;
}
.p-articleTopic_ttl {
	margin-bottom: 15px;
	padding: 10px 0 10px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 700;
}
.p-articleTopic_cell1 {
	float: left;
	width: 430px;
	line-height: 1.3;
}
.p-articleTopic_cell2 {
	float: right;
}
.p-articleTopic_txt {
	line-height: 1.5;
}
.p-articleTopic:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.p-anchor {
	text-align: center;
	margin-top: 10px;
}
.p-anchor_link {
	border-radius: 4px;
	border: 1px solid #bbb;
	display: block;
	padding: 10px 0;
	font-size: 13px;
	font-size: 1.3rem;
	box-shadow: 0 1px 1px 0 #f0f0f0;
	position: relative;
	color: #0867bf;
}
.p-anchor_link:hover {
	color: #1e85e5;
	background-color: #e9f3fd;
	text-decoration: none;
}
.p-anchor_link:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 25px;
	margin-top: -0.75em;
	width: 15px;
	height: 20px;
}
.p-anchor_link:after {
	content: '\E001';
	font-size: 12px;
	font-size: 1.2rem;
	margin-left: 3px;
	display: inline-block;
	color: #b4b4b4;
	font-weight: 400;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -0.5em;
}
/* p-shopList 
--------------------------------------------------------- */
.p-shopList {
	margin-top: 25px;
}
.p-shopItem {
	border: 1px solid #ccc;
	border-radius: 6px;
	margin-top: 25px;
	background: #f5f5f5;
}
.p-shopItem:first-child {
	margin-top: 0;
}
.p-shopItem_headline {
	background: #65707c;
	padding: 15px 25px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	display: table;
	width: 100%;
	box-sizing: border-box;
	border-spacing: 0;
}
.p-shopItem_name_lead {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
}
.p-shopItem_name {
	font-weight: 700;
	font-size: 20px;
	font-size: 2.0rem;
	display: table-cell;
	vertical-align: middle;
	color: #fff;
}
.p-shopItem_name_link {
	/*color: #0867bf;*/
}
.p-shopItem_name .p-shopItem_name_link:hover {
	/*color: #1e85e5;*/
	text-decoration: underline;
}
.p-shopItem_logo {
	width: 140px;
	display: table-cell;
	vertical-align: middle;
}
.p-shopItem_logo img {
	max-width: 148px;
	max-height: 38px;
	border: 2px solid #fff;
	width: auto;
	height: auto;
	vertical-align: middle;
}
.p-shopItem_logo:hover img {
	opacity: 0.7;
}
/* p-slider 左カラ�?
--------------------------------------------------------- */
.p-shopItem_row:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.p-mainItem_slider {
	width: 320px;
	padding: 25px 0 0 25px;
	float: left;
	position: relative;
}
.p-mainItem_slider_for {
	height: 240px;
	overflow: hidden;
	
}
.p-mainItem_slider_for_window {
	text-align: center;
}
.p-mainItem_slider_for_window_visual_img {
	margin: 0 auto;
	width: 100%;
	height: auto;
}
.p-mainItem_slider_nav {
	width: 320px;
	height: 55px;
	margin: 10px auto 0;
}
.p-mainItem_slider_nav_visual {
	width: 68px !important;
	height: 49px !important;
	float: left;
	margin-left: 8px;
	overflow: hidden;
	position: relative;
	padding: 3px;
}
.p-mainItem_slider_nav_visual:first-child {
	margin-left: 0;
}
.p-mainItem_slider_nav_visual.is-cur:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #65707c;
	width: 70px;
	height: 51px;
	z-index: 1;
}
.p-mainItem_slider_nav_visual.is-cur:after {
	content: "";
	position: absolute;
	top: 2px;
	left: 2px;
	border: 1px solid #fff;
	width: 68px;
	height: 49px;
	z-index: 1;
}

.p-mainItem_slider_nav_visual_img {
	position: absolute;
	top: 50%;
	bottom: 0;
	left: 50%;
	right: 0;
	max-width: 74px;
	min-height: 55px;
	width: auto;
	height: auto;
	margin: -28px 0 0 -36px;
	z-index: 0;
}
.p-mainItem_slider_nav_visual:hover img {
	opacity: 0.7;
}
.mainItem_slider {
	position: relative;display: block;box-sizing: border-box;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;-webkit-touch-callout: none;-khtml-user-select: none;-ms-touch-action: pan-y;touch-action: pan-y;-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	/*overflow: hidden;*/
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;cursor: hand;
}

.mainItem_slider .slick-track, .mainItem_slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before, .slick-track:after {
	display: table;content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;height: auto;border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
/* p-shopItem_data ショ�?プ詳細
--------------------------------------------------------- */
/* 右カラ�? */
.p-shopItem_data {
	float: left;
	padding: 20px 20px 0 20px;
	width: 568px;
	box-sizing: border-box;
}
/* 右カラ�? -- 取扱�?報 */
.p-shopItem_point_ttl,	
.p-shopItem_point_label {
	display: inline-block;
	width: 6.5em;
	padding: 5px 0;
	line-height: 1em;
}
.p-shopItem_point_ttl {
	color: #8396b3;
	font-weight: bold;
}
.p-shopItem_point {
	margin-top: 10px;
}
.p-shopItem_point:first-child {
	margin-top: 0;	
}
.p-shopItem_point_label {
	background: #8396b3;
	color: #fafafa;
	margin-top: 4px;
	border-radius: 2px;
	text-align: center;
	box-sizing: border-box;
}
.p-shopItem_point_label.is_off {
	background: #d9e1e9;
}
.p-shopItem_point:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* 右カラ�? -- ショ�?プコメン�? */
.p-shopItem_cmnt {
	margin-top: 15px;
	line-height: 1.5;
}
/* 右カラ�? -- ショ�?プから�?�お知らせ */
.p-shopItem_news {
	background: #fffbe7;
	border: 1px solid #e0e0e0;
	margin: 25px 0 0 5px;
	position: relative;
}
.p-shopItem_news_inr {
	padding: 10px 0 15px 0;
}
.p-shopItem_news_ttl {
	display: inline-block;
	background: #bca41f;
	line-height: 22px;
	padding: 0 15px 0 5px;
	color: #fafafa;
	font-weight: 700;
	position: absolute;
	top: -10px;
	left: -5px;
}
.p-shopItem_news_ttl:after {
	content: '';
	top: 0;
	right: -4px;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	bottom: 0;
	border-right: 4px solid transparent;
	border-top: 11px solid #bca41f;
	border-bottom: 11px solid #bca41f;
}
.p-shopItem_news_catch,
.p-shopItem_news_txt {
	margin: 10px 10px 0 10px;
	padding-left: 10px;
}
.p-shopItem_news_catch {
	position: relative;
	font-weight: bold;
}
.p-shopItem_news_catch:before {
	content: '';
	display: block;
	position: absolute;
	background: #333;
	width: 3px;
	height: 3px;
	top: .25em;
	left: 0px;
	border-radius: 8px;
}
.p-shopItem_news_txt {
	font-size: 12px;
	font-size: 1.2rem;
}
/* p-shopItem_data ショ�?プ情報
--------------------------------------------------------- */
/* ショ�?プ情報 -- 取扱�?報 */
.p-shopItem_info {
	margin: 25px 25px 0 25px;
	background: #fff;
}
.p-shopItem_info_ttl {
	background: #e6e6e6;
	padding: 15px 20px;
}
.p-shopItem_info_row {
	padding: 0 0 20px 0;
}
.p-shopItem_info_row:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.p-shopItem_info_data {
	width: 520px;
	float: left;
	margin: 20px 20px 0 19px;
}
.p-shopItem_location {
	float: right;
	width: 300px;
	margin: 20px 19px 0 0;
	box-sizing: border-box;
	text-align: center;
}
.p-shopItem_info_data_ttl {
	display: inline-block;
	width: 5.5em;
	border: 1px solid #d6d6d6;
	line-height: 26px;
	text-align: center;
	vertical-align: middle;
}
.p-shopItem_info_data_line {
	display: inline-block;
	width: 33.5em;
	vertical-align: top;
	padding: .5em 0 10px .5em;
	line-height: 1.5;
}
/* ショ�?プ情報 -- 地図 */
.p-shopItem_map_link {
	border: 1px solid #c1d4ee;
	display: inline-block;
	text-align: center;
	margin: 10px 3px 0 0;
	background: #e5f0fd;
	color: #0867bf;
	padding: 7px 8px;
	font-size: 14px;
	border-radius: 15px;
	width: 8.5em;
}
/* p-shopItem_btn ショ�?プ�?�移ボタン
--------------------------------------------------------- */
.p-shopItem_btn {
	margin: 15px 25px 15px;
	text-align: center;
}
.p-shopItem_btn_link {
	width: 450px;
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	padding: 18px 10px 18px 37px;
	border: 1px solid #4e7fc7;
	border-radius: 6px;
	font-size: 17px;
	font-size: 1.7rem;
	font-weight: 700;
	color: #fff;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0OGJkYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIxNTVhMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-linear-gradient(#448bdb,#2155a1);
	background-image: linear-gradient(#448bdb,#2155a1);
	box-shadow: 0 1px 2px 0 #bbb;
	text-decoration: none
}

.p-shopItem_btn_link:before {
	position: absolute;
	top: 50%;
	left: 10px;
	width: 20px;
	height: 20px;
	margin-top: -11px;
	background-image: url(https://img1.kakaku.k-img.com/images/article/sp/watch_shop/2017/arrow.svg);
	background-position: -10px -10px;
	content: ''
}
@media \0screen\,screen\9 {
	.p-shopItem_btn_link {
		background-color: #2155a1;

	}
	.p-shopItem_btn_link:before {
		background-image: url(https://img1.kakaku.k-img.com/images/reform/common/arrow.png);
	}
}
.p-shopItem_btn_link:hover {
	text-decoration: none;
	background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5YWZlNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJiNmRiZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
	background-size: 100%;
	background-image: -webkit-linear-gradient(#59afe7,#2b6dbd);
	background-image: linear-gradient(#59afe7,#2b6dbd)
}
/*オレンジ*/
/*.p-shopItem_btn_link {
box-sizing: border-box;
display: block;
border-radius: 4px;
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.6);
background-color: #f28314;
background: linear-gradient(to bottom, #f58615 0%, #e46700 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F58615', endColorstr='#E46700',GradientType=0 );
border: 1px solid #e46700;
color: #fff !important;
text-shadow: 0 -1px 1px #956636;
text-align: center;
position: relative;
padding: 5px 10px 8px 42px;
min-height: 4em;
}
.p-shopItem_btn_link:before {
content: '';
display: inline-block;
vertical-align: middle;
width: 36px;
height: 48px;
background: url(https://img1.kakaku.k-img.com/images/article/sp/watch_shop/2017/btn_arrow.svg) no-repeat right center;
background-size: 26px 26px;
position: absolute;
top: 50%;
margin-top: -23px;
left: 10px;
}
@media \0screen\,screen\9 {
.p-shopItem_btn_link:before {
background: url(https://img1.kakaku.k-img.com/images/article/sp/watch_shop/2017/btn_arrow_ie8.png) no-repeat right center;
}
}
.p-shopItem_btn_link:hover {
background-color: #fd9c02;
background: linear-gradient(to bottom, #ffaa17 0%, #ff9414 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFAA17', endColorstr='#FF9414',GradientType=0 );
border: 1px solid #ff9414;
text-decoration: none !important;
}
.p-shopItem_btn_txt1 {
display: block;
font-size: 12px;
font-size: 1.2rem;
}
.p-shopItem_btn_txt2 {
display: block;
margin-top: 5px;
font-size: 19px;
font-size: 1.9rem;
}
*/
.p-shopItem_btn_linkIn {
	display: block;
	vertical-align: middle;
	font-weight: 700;
	line-height: 1;
}
.p-shopItem_btn_txt1 {
	display: inline-block;
}
.p-shopItem_btn_txt2 {
	display: inline-block;
	margin-top: 5px;
}
.p-shopItem_btn_txt1 {
	display: inline-block;
	font-weight: normal;
}

.p-shopItem_regularNote {
	font-size: 12px;
	font-size: 1.2rem;
	margin-top: 3px;
	color: #888;
	line-height: 1.2;
	display: block;
	margin: 0 25px 20px 25px;
	text-align: center;
}
.p-shopItem_regularNote_link {
	color: #0867bf;
}
.p-shopItem_regularNote_link:hover {
	color: #1e85e5;
	text-decoration: none;
}

/* p-related
--------------------------------------------------------- */
.p-related {
    margin-left: 25px;
}
.p-related_link {
	padding-left: .75em;
	line-height: 1.3;
	font-size: 16px;
	color: #0867bf;
	position: relative;
}
.p-related_link:hover {
	color: #1e85e5;
	text-decoration: none;
}
.p-related_item + .p-related_item {
	margin-top: 5px;
}
.p-related_link:before {
	content: '';
	display: block;
	position: absolute;
	background: #999999;
	width: 3px;
	height: 3px;
	top: .5em;
	left: 0;
	border-radius: 8px;
}
/* p-pagetop
--------------------------------------------------------- */
.p-pagetop_link.is-fixed {
	position: fixed;
	bottom: 0;
	display: block;
	width: 200px;
	right: 20px;
	height: 30px;
	background: #fff;
	text-align: center;
	line-height: 2.5;
	opacity: 0.8;
}
