﻿@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700|PT+Serif:400,700);

*{
	margin: 0 auto;
	padding: 0;
	border: 0;
}

body {
	font-family: 'Open Sans', 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	line-height: 140%;
	color: #ffffff;
	background-color: #000000;
	background-image: url(img/bg.jpg);
	background-repeat: repeat;
	background-position: center top;
}

#wrapper {
	height: auto;
	width: 960px;
}

#header {
	margin-top: 20px;
}

#sns {
	width: 960px;
	margin: 20px auto;
	text-align: right;
}

.fb {
	display: inline-block;
	vertical-align: top;
}

.tw {
	display: inline-block;
	padding: 0px 20px;
	vertical-align: top;
}

.line {
	display: inline-block;
	vertical-align: top;
}

#top-cap {
	margin-bottom: 100px;
}

.top-photo {
	width: 310px;
	height: 212px;
	margin: 20px 5px 5px 5px;
	text-align: center;
	overflow: hidden;
	float: left;
}


.content-block {
	margin: 100px auto;
}

h1 {
	color: #ff6600;
	font-family: 'PT Serif';
	font-size: 40px;
	font-weight: normal;
	line-height: 120%;
	margin-bottom: 10px;
}

h1 span {
	font-size: 35px;
}

.content-block p {
	margin-bottom: 10px;
}

.content-block strong {
	color: #ff3300;
}

.inst {
	width: 230px;
	height: 230px;
	text-align: left;
	vertical-align: middle;
	margin: 5px;
	overflow: hidden;
	float: left;
	position: relative;
}

.inst img {
	position: absolute;
}


.inst2 {
	width: 470px;
	height: 230px;
	text-align: left;
	vertical-align: middle;
	margin: 5px;
	overflow: hidden;
	float: left;
	position: relative;
}

.inst2 img {
	position: absolute;
}

.photo {
	width: 230px;
	height: 230px;
	margin: 5px;
	text-align: center;
	overflow: hidden;
	float: left;
}

.img-center-l img {
	left: -25%;
}

.img-center-l2 img {
	left: -50%;
}

.img-center-t img {
	top: -25%;
}

.img-center-t2 img {
	top: -50%;
}

#bottom-cap {
	margin: 100px auto;
}

#bottom-cap div {
	text-align: center;
	margin: 20px auto 0px auto;
}

#link {
	text-align: center;
	margin: 80px auto;
}

#inquiry {
	text-align: center;
	height: auto;
	padding-bottom: 20px;
}

.shop_name {
	font-size: 24px;
	font-weight: bold;
	line-height: 160%;
}

.tel {
	color: #990000;
	font-family: Impact;
	font-size: 36px;
	font-weight: bold;
	line-height: 100%;
}

#footer {
	color: #999999;
	background-color: #000000;
	text-align: center;
	font-size: 10px;
	padding: 20px 0px 10px 0px;
	border-top: 1px #ff3300 solid;
}

.clear {
	clear: both;
}

a {
	color: #999999;
	overflow: hidden;
	outline: none;
}
	
a:link {
	color: #999999;
}	
	
a:visited {
	color: #999999;
}	

a:hover {
	color: #F00;
}	

a.pt:hover img{
   filter:alpha(opacity=70); /*←IE用*/
   -moz-opacity:0.80; /*←Mozilla用*/
    opacity:0.70; /*safari opera*/
}

.red {
	color: #cc0000;
}

.blue {
	color: #3300cc;
}