@charset "UTF-8";
/**
 * フジマキ時計宝石めがね店 Webサイト用スタイルシート
 * 作成日 : 2016.4.20
 *
 * テーマカラー(1) : #695a55 ロゴ、フォント、フッター背景など
 * テーマカラー(2) : #d0c9d0 ナビゲーション背景
 * テーマカラー(3) : #CBC8B3 ナビゲーション背景
 */
/*:::::::::::::::::  COMMON  :::::::::::::::::::::*/
/* Font size
-------------------------- */
html {
  font-size: 16px;
}
@media (max-width: 767px) {
	html {
  font-size: 14px;
}
}
.container_fluid {
  overflow: hidden;
}
/* Font Family
-------------------------- */
body {
  color: #695a55;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
p{
	font-size: 1rem;
}
a{
	color:#B2ABB1;
	transition: background-color 200ms ease 0s, color 200ms ease, 0s;
}
a:hover{
	text-decoration: none;
	color:#776C69;
	
}
/* Text Decoration
-------------------------- */
.edge_white {
  text-shadow:
    -2px -2px 0px #fff,
    -2px -1px 0px #fff,
    -2px  0px 0px #fff,
    -2px  1px 0px #fff,
    -2px  2px 0px #fff,
    -1px -2px 0px #fff,
    -1px -1px 0px #fff,
    -1px  0px 0px #fff,
    -1px  1px 0px #fff,
    -1px  2px 0px #fff,
     0px -2px 0px #fff,
     0px -1px 0px #fff,
     0px  1px 0px #fff,
     0px  2px 0px #fff,
     1px -2px 0px #fff,
     1px -1px 0px #fff,
     1px  0px 0px #fff,
     1px  1px 0px #fff,
     1px  2px 0px #fff,
     2px -2px 0px #fff,
     2px -1px 0px #fff,
     2px  0px 0px #fff,
     2px  1px 0px #fff,
     2px  2px 0px #fff;
}

/* Fixed Footer to the lower
-------------------------- */
/*
html {
	min-height: 100%;
	position: relative;
}
body {
	margin-bottom: 14rem;
}
footer {
	bottom: 0;
	height: 14rem;
	position: absolute;
}
*/


/*:::::::::::::::::  [SECTION：HEADER]  :::::::::::::::::::::*/
/* Logo
-------------------------- */
header {
	margin-bottom: 10px;
	padding-top: 15px;
  position: relative;
}
.logo {
  text-decoration: none;
  transition: opacity 300ms ease 0s;
  display: block;
  float: left;
  width: 280px;
  padding-top: 10px;
}
.logo:hover {
  opacity: .6;
  text-decoration: none;
}
.logo img {
	width: 300px;
  max-width: 100%;
}
.logo p {
  color: #695a55;
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
}
/* Contact link
-------------------------- */
.contact {
	background-color: #685A55;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: normal;
	position: relative;
	margin: 0 auto;
	padding: 6px 10px 4px 10px;
	text-align: center;
	transition: background-color 300ms ease 0s;
	vertical-align: middle;
}
.contact:hover {
	background-color: #776C69;
	color: #fff;
	text-decoration: none;
}
.contact .fa {
	font-size: 1.6rem;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.telephone {
	font-size: 1.4rem;
	margin-bottom: 0;
	text-align: center;
	line-height: 1;
	
}
.biz-hours{
	padding-top: 5px;
	font-size: 0.8rem;
	line-height: 1.4;
	margin-bottom: 0;
}
@media (max-width: 479px) {

}
@media (min-width: 480px) {
}
@media (max-width: 767px) {
	header .row{
		text-align: center;
	}
	.logo.pull-left{
		margin: auto;
		text-align: center;
		float:none!important;
	}
	

}
@media (min-width: 992px) {
}
@media (max-width: 991px) {
	header .logo {
    float: none;
    width: 225px;
  }
	header .telephone{
		padding-top: 15px;
	}
  header nav {
    float: none;
    margin-left: 0;
  }
  
}
.we_are {
	font-size: .7rem;
	margin-bottom: 5px;
}

/*:::::::::::::::::  [SECTION：MAIN]  :::::::::::::::::::::*/
/* Title
-------------------- */
.h1-img{
	background-image: url(/images/common/store_inner1.jpg);
	background-size:cover;
}
h1 {
	overflow: hidden;
	text-align: center;
	margin: 50px 0;
	padding: 20px 0;
	background-color: rgba(255,255,255,0.6);
}
h1 span {
	color:#000;
	position: relative;
	display: inline-block;
	margin: 0 2.5em;
	padding: 0 1em;
	text-align: left;
	font-size: 1.7rem;
}
h1 span::before,
h1 span::after {
	position: absolute;
	top: 50%;
	content: '';
	width: 400%;
	height: 1px;
	background-color: #695a55;
}
h1 span::before {
	right: 100%;
}
h1 span::after {
	left: 100%;
}

h3{
	font-size: 1.3rem;
	width: 258px;
	max-width: 80%;
	text-align: center;
	color:#695a55;
	border: 1px solid #695a55;
	padding: 5px 10px;
	margin: 2rem auto;
}
h4{
	font-size: 1.2rem;
	border-bottom: 2px solid #CBC8B3;
	padding-bottom: 5px;
	margin-bottom: 20px;
	line-height: 1.5;
}



/*:::::::::::::::::  [SECTION：FOOTER]  :::::::::::::::::::::*/
/* Layout
-------------------------- */
footer {
	font-size: .75rem;
	line-height: 1rem;
	width: 100%;
	margin-top: 30px;
}
footer a:hover{
	color:#d0c9d0;
	text-decoration: none;
}
.footer_lower {
	padding-top: 10px;
	padding-bottom: 15px;
	background-color: #695a55;
	color:#fff;
}
.logo_footer {
	width: 100%;
  text-decoration: none;
  transition: opacity 300ms ease 0s;
  display: block;
  float: left;
  text-align: center;
  padding-top: 10px;
  color:#fff;
}
.logo_footer p{
	font-size: .9rem;
}

/* Information
-------------------------- */
.corp_info {
	border-left: solid 1px #999;
  margin-top: 5px;
  padding-top: 10px;
  line-height: 1.4;
}
.corp_law{
	 text-align: center;
}
footer .telephone{
	padding-top: 15px;
}
footer .contact{
	margin: auto;
	margin-top: 3px;
	background-color: #fff;
	color:#695a55;
}
.privacy_policy {
	border: solid 1px #695a55;
	border-radius: 4px;
	color: #695a55;
	cursor: pointer;
	display: block;
	margin-top: 20px;
	padding: 4px 0;
	text-align: center;
	transition: background-color 200ms ease 0s, color 200ms ease, 0s;
	width: 150px;
	margin: auto;
}
.privacy_policy:hover {
	background-color: #695a55;
	border-color: #695a55;
	color: #fff;
	text-decoration: none;
}
.copyright {
	margin-top: 5px;
	text-align: center;
}
@media (max-width: 991px) {
	.corp_info {
		border-left: 0;
		margin-top: 5px;
		margin-bottom: 20px;
		text-align: center;
	}
	.corp_law{
		border-top: 1px solid #fff;
	}
}

/*:::::::::::::::::  [SECTION：404.php]  :::::::::::::::::::::*/
.not-found{
	margin-top: 50px;
}
.not-found-to-top a:hover{
	opacity: .8;
}
