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

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
------------------ [PAGE: service.php] -----------------
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*::::::::: [SECTION:GREETING-TEXT] ::::::::*/
.greeting-text{
	background-color: #E3E4E5;
}
.greeting-box{
	padding: 1.3rem 0;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
	margin-bottom: 50px;
}
.greeting-box h4{
	max-width: 300px;
	margin: auto;
}
.greeting-box p{
	line-height: 2.5;
}
.greeting-box p.name{
	margin-top: 30px;
	display: block;
	padding-top: 2px;
	margin-bottom: 0;
}

.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:ACCESS-LINK] ::::::::*/
.access-link{
	text-align: center;
}
.access-link-btn{
	display: inline-block;
	margin: 30px auto 10px auto;
	padding: 20px 50px;
	border: 1px solid #695a55;
	color:#695a55;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.access-link-btn:hover{
	background-color: #695a55;
	border-color: #695a55;
	color: #fff;
	text-decoration: none;
	
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
----------------- [PAGE: access.php] -----------------
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

/*::::::::: [SECTION:ACCESS] ::::::::*/
.access{
}
.access-box{
	padding-bottom: 2rem;
}
.access-img{
	margin-bottom: 2.7rem;
	margin-top: 1.1rem;
}
@media (max-width: 767px) {
	.access-img{
		margin-bottom: 1rem;
	}
}
/*::::::::: [SECTION:ABOUT-US] ::::::::*/
.about-us{
	background-color: #E3E4E5;
}
.about-us iframe{
	max-width: 100%;
	margin-bottom: 50px;
}
.about-table{
	margin-bottom: 30px;
}
.about-table table{
	border-collapse:collapse;
	width: 100%;
	
}
.about-table table tr{
	width: 100%;
}
.about-table table td{
	font-size: 1.1em;
	padding: 1rem .5rem;
	border-top: 2px dotted #fff;
	border-bottom: 2px dotted #fff;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
----------------- [PAGE: contact.php] -----------------
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
/*::::::::: [SECTION:contact-text] ::::::::*/
.contact-text{
	background-color: #E3E4E5;
}
.contact-way{
	padding-top: 40px;
	line-height: 1.75;
	text-align: center;
	padding-bottom: 30px;
}
.tel-box{
	text-align: center;
	padding-bottom: 10px;
	margin-bottom: 30px;
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	margin-top: 30px;
	padding-top: 30px;
}
.tel-box a{
	background-color: #685A55;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.3rem;
	line-height: 1;
	font-weight: normal;
	position: relative;
	margin: 0 auto;
	padding: 10px 50px;
	text-align: center;
	transition: background-color 300ms ease 0s;
	vertical-align: middle;
}
.tel-box a:hover{
	background-color: #776C69;
}
.tel-box p{
	font-size: .9em;
	padding-top: 10px;
}
/*::::::::: [SECTION:contact-form-sec] ::::::::*/
.contact-form-sec h4{
	padding-top: 30px;
	font-size: 1.4rem;
	margin-bottom: 40px;
}

/*:::::::::::::::::::::::::::::::::::::::::::::::::::::::::
----------------- [PAGE: privacy-policy.php] -----------------
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/
.policy-detail h4{
	margin-top: 40px;
}
.policy-detail p{
	line-height: 1.75;
	margin-bottom: 30px;
}
.policy-detail p.caution{
	font-size: .9rem;
}
.policy-contact{
	text-align: center;
	border-top: 1px solid #d0c9d0;
	padding-top: 30px;
	margin-bottom: 40px;
}
.policy-contact .contact-box{
	padding: 10px 20px;
	border: 1px solid #000;
	max-width: 350px;
	margin: auto;
}
.policy-contact .contact-box h5{
	font-size: 1.2rem;
}
