@charset "UTF-8";
/**
 * フジマキ時計宝石めがね店 Webサイト用スタイルシート
 * 作成日 : 2016.4.20
 *
 * テーマカラー(1) : #695a55 ロゴ、フォント、フッター背景など
 * テーマカラー(2) : #d0c9d0 ナビゲーション背景
 * テーマカラー(3) : #CBC8B3 ナビゲーション背景
 */

/*::::::::: [SECTION:MAIN-IMG] ::::::::*/
.main-img img{
	width: 100%;
}
/*slider img*/
#carousel-example-generic .carousel-inner .item {
	width:100%;
	height:500px;
	max-height: 60vh;
}
#sl-bg01{
	background-image: url(/images/top/store_inner1.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
#sl-bg02{
	background-image: url(/images/top/top01.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
#sl-bg03{
	background-image: url(/images/top/top02.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
#sl-bg04{
	background-image: url(/images/top/top03.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
#sl-bg05{
	background-image: url(/images/top/sale-slide.jpg);
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center center;
}
.line-box {
	position: absolute;
	z-index:100;
	top: 0;
	bottom: 0;
	margin: auto;
	height:330px;
	width:90%;
	left: 5%;
}
.line-box img{
	border: 3px solid #fff;
	/* box-shadow */
box-shadow:6px 7px 4px 0px rgba(0,0,0,0.61);
-moz-box-shadow:6px 7px 4px 0px rgba(0,0,0,0.61);
-webkit-box-shadow:6px 7px 4px 0px rgba(0,0,0,0.61);
	
}
.carousel-control{
	width:3%;
}
.line-box-xs img{
	width:100%;
	border: 3px solid #02C404;
}
@media (max-width: 767px) {
	.carousel-caption {
		width: 80%;
		left: 50%;
		top: 0;
		margin: auto;
		-webkit-transform: translate(-50%,0);
-moz-transform:translate(-50%,0);
-ms-transform: translate(-50%,0);
-o-transform: translate(-50%,0);
transform: translate(-50%,0);
		height: 400px;
		max-height: 50hv;
		text-align: center;
	}
	.carousel-caption img{
		max-width: 100%;
	max-height: 100%;
		margin: auto;
	}
	.carousel-control{
	width:10%;
		
	}
}
@media (min-width: 768px) {
	.carousel-caption {
		width: 80%;
		left: 50%;
		top: 50%;
		margin: auto;
		-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);translate(0,-50%);
		height: 270px;
	}
	.carousel-caption img{
		max-width: 100%;
	}
	.carousel-control{
	width:10%;
		
	}
}
@media (min-width: 998px) {
	.carousel-caption {
		width: 60%;
		left: -5%;
		top: 45%;
		bottom: auto;
		-webkit-transform: translate(0,-50%);
-moz-transform: translate(0,-50%);
-ms-transform: translate(0,-50%);
-o-transform: translate(0,-50%);
transform: translate(0,-50%);
		height: 270px;
	}
	
}
@media (min-width: 1200px) {
	.carousel-caption {
		width: 56%;
		left: 45%;
		right: auto;
			top: 45%;
		-webkit-transform: translate(-50%,-50%);
		-moz-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		-o-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.carousel-caption img{
		max-width: 100%;
	}
	.carousel-control{
	width:10%;
	}
}
@media (min-width: 1400px) {
	.carousel-caption {
		width: 55%;
		left: 15%;
		top: 60px;
		transform: none;
		height: 400px;
	}
	
}
@media (min-width: 1600px) {
	.carousel-caption {
		display: block;
		
		width: 980px;
		left: 50%;
		right: auto;
		top: 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 (max-width: 768px) {
	.carousel-control{
	width:10%;
}
}
/*::::::::: [SECTION:SERVICE-TEXT] ::::::::*/
.service-box{
	padding-top: 3rem;
	padding-bottom: 3rem;
	border-bottom: 1px solid #DBDCDE;
}
.service-box p{
	line-height: 1.75;
}

.service-box p span{
	border-top: 1px dotted #d0c9d0;
	display: block;
	margin-top: .7rem;	
	padding-top: 2px;
	font-size: .8rem;
}

.service-box p.service-kind{
	text-align: center;
	font-size: 1.5rem;
	margin-bottom: 2rem;
}
.service-box p.service-kind:after, .service-box p.service-kind:before{
	content:" ";
	margin: auto;
	display: block;
	width: 400px;
	max-width: 80%;
	height: 2px;
	background-color: #d0c9d0;
}
@media (max-width: 767px) {

.service-img{
	width: 150px;
	margin: auto;
	margin-bottom: 1rem;
}
}
/*::::::::: [SECTION:EVENT] ::::::::*/
.event{
	background-color: #E3E4E5; 
}

.event-box{
	-webkit-box-shadow: 2px 3px 3px 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 2px 3px 3px 1px rgba(0,0,0,0.4);
	box-shadow: 2px 3px 3px 1px rgba(0,0,0,0.4);
	background-color: #fff;
	margin-bottom: 30px;
}
.event-des{
	padding: 20px;
}
.event-des .date{
	background-color: #695a55;
	color:#fff;
	font-size: 1.1rem;
	padding: 5px 10px;
	line-height: 1;
	margin-bottom: 0;
}
.event-des h4{
	padding-top: 10px;
	font-size: 1.3rem;
	line-height: 1.3;
	margin-top: 0;
	margin-bottom: 10px;
}
.event-des h4 span.mini{
	font-size: 1.1rem;
}
.event-des .event-text{
	margin-bottom: 0;
	font-size: .9rem;
}
.event-des img{
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (max-width: 767px){
	.event-des h4{
		padding-top: 0;
	}
}

.event-detail{
	background-color: #695a55;
	color:#fff;
	padding: 10px 20px;
}
.event-detail p{
	margin-bottom: 0;
}
/*::::::::: [SECTION:TOPICS-BOX] ::::::::*/
.topics-box{
	margin-right: 20px;
	border-bottom: 1px solid #d0c9d0;
	padding-bottom: 30px;
	margin-bottom: 20px;
	
}
.topics-box .date{
	font-size: .8rem;
	line-height: 1;
}
.topics-box h4{
	margin-top: 0;
	margin-bottom: 10px;
}
/*::::::::: [SECTION:LINK-BOX] ::::::::*/
.event .link-box{
	padding-left: 30px;
	margin-top: 30px;
	margin-bottom: 20px;
	border-left: 1px solid #DBDCDE;
}
@media (max-width: 767px){
	.link-box{
		border-left: 0px;
		padding-left: 0;
	}
	.link-box .fb-page{
		width: 100%;
	}
}
