@charset "Shift_JIS";

/*全体構造---------------------------------*/

body,div,ul,li,h1,h2,h3,h4,h5,h6,form,input,p,table,th,td {
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
html {
    font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",Verdana,sans-serif;
	overflow-y:scroll;
}
body {
	background: #000 url(../img/bg.png) repeat;
}
img {
	vertical-align: bottom;
	border: none;
}
a {
	outline-width: 0;
}
a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover,active {
	color: #ccc;
}
p {
	font-size: 0.8em;
	line-height: 150%;
}
p.justify {
    text-align: justify;
	text-justify: inter-ideograph;
}
#wrapper {
	margin: 20px auto 0;
	width: 800px;
}
@media screen and (max-width:667px) {
#wrapper {
	width: 100%;
}
}

/*ヘッダ-----------------------------*/

header {
	
}
header img {
	float: left;
}
header h1 {
	color: #ccc;
	font-size: 0.8em;
	font-weight: bold;
	padding-top: 40px;
	margin-left: 10px;
	float: left;
}
#snsbox {
	float: right;
	with: 110px;
	padding-top: 22px;
}
#snsbox ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#snsbox li {
	display: inline;
	margin: 0;
	padding: 0;
	text-align: right;
}
#snsbox li img {
	margin-left: 10px;
	width: 35px;
	height: 35px;
}
#topimg img {
	border-bottom: 3px solid #FFB300;
}
@media screen and (max-width:667px) {
header img {
	margin: 0 auto;
	width: auto;
}
header h1 {
	font-size: 0.7em;
	padding: 5px 10px 5px 5px;
}
#snsbox {
	float: none;
	width: auto;
	padding: 0;
	position: absolute;
	top: 40px;
	right: 10px;
}
#snsbox li img {
	margin-left: 10px;
	width: 40px;
	height: 40px;
}
#topimg img {
	clear: both;
	width: 100%;
	height: auto;
}
}

/*ナビ----------------------------------*/

nav {
	margin-bottom :15px;
}
nav:after {
     content: "";
     clear: both;
     display: block;
}
nav ul {
	list-style: none;
}
nav li {
	float: left;
	letter-spacing: 0.1em;
	text-align: center; 
}
nav li a {
	display: block;
	font-size: 0.9em;
	color: #fff;
	text-decoration: none;
	width: 170px;
	height: 35px;
	padding: 20px 15px 10px;
	background: url(../img/nav_bg2.png) no-repeat left;
}
nav li a#first{
	background: url(../img/nav_bg.png) no-repeat left;
}
@media screen and (max-width:667px) {
nav li {
	float: left;
	width: 50%;
	border-bottom: 1px dotted #666;
	box-sizing: border-box;
	text-align: center;
}
nav li:nth-child(2n) {
	border-left: 1px dotted #666;
}
nav li a {
	padding: 13px 15px 13px;
	font-size: 0.8em;
	background: #000;
	width: auto;
	height: auto;
}
nav li a#first{
	background: #000;
}
}

/*コンテンツ----------------------------*/

#contents {
	clear: both;
	margin-bottom: 5px;
}
#contents h4 {
    color: #fff;
    font-weight: normal;
    font-size: 0.9em;
    text-align: center;
    margin: 0 0 10px;
}
#linebox {
	margin-bottom :15px;
	height: 102px;
	padding: 15px;
	position: relative;
	text-align: center;
background: #000000; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
}
#linelogo {
	position: absolute;
	left: 20px;
}
#linebox p {
	color: #fff;
	line-height: 170%;
}
#linecopy {
	font-size: 1.4em;
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#linecopy2 {
	font-size: 1em;
	position: absolute;
	top: 55px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#qrcode {
	position: absolute;
	right: 20px;
}
#closeinfo {
    border: 1px solid #999;
    padding: 20px;
    line-height: 170%;
    color: #800000;
    margin: 20px auto;
    background: #ffddce;
}
#closeinfo p {
    font-size: 0.9em;
}
#gotobox {
    border: 1px solid #fff;
    padding: 20px 0;
    line-height: 170%;
    color: #fff;
    margin: 20px auto;
    background: #000;
    text-align: center;
}
#gotobox p {
    font-size: 1em;
    margin-bottom: 20px;
    padding: 0 20px;
}
#gotobox img {
    width: 100%;
    height: auto;
}
.txtbold {
    font-weight: bold;
}

@media screen and (max-width:667px) {
#contents h4 {
    font-size: 0.8em!important;
    margin: 0 0 10px;
    line-height: 170%;
}
#linebox {
	height: 50px;
	padding: 5px;
}
#linelogo {
	position: absolute;
	left: 5px;
}
#linelogo img {
	width: 50px;
	height: auto;
}
#linebox p {
	color: #fff;
	line-height: 170%;
}
#linecopy {
	margin-top: 10px;
	margin-left: 45px;
	font-size: 0.8em;
}
#linecopy2 {
	display: none;
}
#qrcode {
	display: none;
}
#gotobox p {
    font-size: 0.9em;
}
}
.topbox {
	background: #000 url(../img/mangetsu.png) no-repeat 20px 13px;
	border-top: 3px solid #FFB300;
	padding: 10px 10px 60px;
}
.topbox h2 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 110px;
	font-size: 1.4em;
	color: #fff;
}
.topbox h3 {
	font-size: 0.8em;
	padding-top: 10px;
	padding-left: 10px;
	margin-bottom: 5px;
}
.topbox p {
	color: #000;
	padding-left: 26px;
	padding-right: 26px;
	line-height: 155%;
}
#kodawari01 {
	width: 747px;
	margin: 0 auto 15px;
	height: 241px;
	background: #fff url(../img/topimg01.jpg) no-repeat;
}
#kodawari02 {
	width: 747px;
	margin: 0 auto 15px;
	height: 241px;
	background: #fff url(../img/topimg02.jpg) no-repeat;
}
#kodawari03 {
	width: 747px;
	margin: 0 auto 15px;
	height: 241px;
	background: #fff url(../img/topimg03.jpg) no-repeat;
}
#kodawari04 {
	width: 747px;
	margin: 0 auto 15px;
	height: 241px;
	background: #fff url(../img/topimg04.jpg) no-repeat;
}
#kodawari01 p,#kodawari03 p {
	text-align: left;
}
#kodawari02 p ,#kodawari04 p {
	text-align: right;
}
#kodawari01 h3,#kodawari03 h3 {
	text-align: left;
}
#kodawari02 h3 ,#kodawari04 h3 {
	text-align: right;
}
@media screen and (max-width:667px) {
.topbox {
	background: #000 url(../img/mangetsu.png) no-repeat 10px 6px;
	border-top: 3px solid #FFB300;
	padding: 5px 5px 30px;
}
.topbox h2 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 110px;
	font-size: 1.1em;
	color: #fff;
}
.topbox h3 {
	font-size: 0.8em;
	padding-top: 5px;
	padding-left: 5px;
	padding-right: 10px;
	margin-bottom: 5px;
}
.topbox h3 img {
	width: 215px;
	height: auto;
}
.topbox p {
	font-size: 0.7em;
	color: #000;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	line-height: 145%;
}
#kodawari01 {
	width: 100%;
	margin: 0 auto 5px;
	height: auto;
	background: #fff url(../img/sp_topimg01.jpg) no-repeat right;
	background-size: contain;
}
#kodawari02 {
	width: 100%;
	margin: 0 auto 5px;
	height: auto;
	background: #fff url(../img/sp_topimg02.jpg) no-repeat left;
	background-size: contain;
}
#kodawari03 {
	width: 100%;
	margin: 0 auto 5px;
	height: auto;
	background: #fff url(../img/sp_topimg03.jpg) no-repeat right;
	background-size: contain;
}
#kodawari04 {
	width: 100%;
	margin: 0 auto 5px;
	height: auto;
	background: #fff url(../img/sp_topimg04.jpg) no-repeat left;
	background-size: contain;
}
}
/*メニュー----------------------------*/

.box {
	background: #000 url(../img/mangetsu.png) no-repeat 20px 13px;
	border-top: 3px solid #FFB300;
	padding: 10px 10px 60px;
}
.box h2 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 110px;
	font-size: 1.4em;
	color: #fff;
}
.small {
	font-size: 0.7em;
}
#menubox {
	margin: 50px 0 0 70px;
}
#menubox:after {
     content: ""; 
     clear: both;
     display: block;
}
#menubox ul {
	list-style: none;
}
#menubox li {
	float: left;
	width: 278px;
	height: 78px;
background: #000000; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	border: 1px solid #666;
	margin-bottom: 50px;
}
#menubox li:nth-child(2n) {
	margin-left: 60px;
}
#menubox li a {
	display: block;
	padding: 0 48px;
}
#menubox li img {
	height: 78px;
	width: 178px;
}
#chirashi {
	margin: 0 auto;
	width: 700px;
}
#chirashi img {
	margin-bottom: 50px;
}
@media screen and (max-width:667px) {
.box {
	background: #000 url(../img/mangetsu.png) no-repeat 10px 6px;
	border-top: 3px solid #FFB300;
	padding: 5px 5px 30px;
}
.box h2 {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 110px;
	font-size: 1.1em;
	color: #fff;
}
#menubox {
	margin: 15px 0;
}
#menubox li {
	text-align: center;
	float: none;
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #666;
	border-right: none;
	border-top: none;
	border-left: none;
	border-radius: 0;
	margin-bottom: 0;
}
#menubox li:first-child {
	border-top: 1px solid #666;
}
#menubox li:nth-child(2n) {
	margin-left: 0;
}
#menubox li a {
	display: block;
	width: 100%;
	padding: 0;
}
#menubox li img {
	height: 44px;
	width: auto;
}
#chirashi {
	margin: 0 auto;
	width: 100%;
}
#chirashi img {
	margin-bottom: 25px;
	width: 100%;
	height: auto;
}
}

/*店舗紹介----------------------------*/

#tenpobox {
	margin: 0px 0 0 120px;
}
#tenpobox:after {
     content: ""; 
     clear: both;
     display: block;
}
#tenpobox ul {
	list-style: none;
}
#tenpobox li {
	float: left;
	width: 146px;
	height: 42px;
	margin-left: 8px;
background: #000000; /* Old browsers */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#000000), color-stop(100%,#333333)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #000000 0%,#333333 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #000000 0%,#333333 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #000000 0%,#333333 100%); /* IE10+ */
background: linear-gradient(to bottom,  #000000 0%,#333333 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#333333',GradientType=0 ); /* IE6-9 */
	border-radius: 5px;
	border: 1px solid #666;
	margin-bottom: 50px;
}
#tenpobox li:first-child {
	margin-left: 0px;
}
#tenpobox li a {
	display: block;
	padding: 0 25px;
}
#tenpobox li img {
	width: 95px;
	height: 42px;
}
.tenpolist {
	clear: both;
	margin:  0 auto 30px;
	width: 743px;
	padding-top: 20px;
	border-top: 1px solid #fff;
}
.tenpolist h3 {
	color: #fff;
	font-size: 1.6em;
	font-weight: normal;
	padding-left: 30px;
	background: url(../img/eyecatch.png) no-repeat 0 3px;
	margin-bottom: 15px;
}
.tenpolist table {
	border-collapse: collapse;
    width: 425px;
    margin-bottom: 20px;
}
.tenpolist img {
    display: block;
    width: 100%;
    height: auto;
}
.tenpolist th,.tenpolist td {
	color: #fff;
	padding: 5px;
	font-size: 0.8em;
	text-align: left;
	border-bottom: 1px dotted #444;
}
.tenpolist th {
	width: 80px;
	vertical-align: top;
}
.mapbox {
	float: left;
	width: 315px;
}
.shosaibox {
	float: none;
	margin-left: 300px;
}
.caution {
	color: #FFB1B2;
	font-weight: bold;
}
#caution2 {
	color: #FFCCCC;
	font-weight: bold;
    font-size: 1.4em;
}
@media screen and (max-width:667px) {
#tenpobox {
	margin: 15px 0;
}
#tenpobox li {
	text-align: center;
	float: none;
	width: 100%;
	height: 44px;
	border-bottom: 1px solid #666;
	border-right: none;
	border-top: none;
	border-left: none;
	border-radius: 0;
	margin-bottom: 0;
}
#tenpobox li:first-child {
	border-top: 1px solid #666;
}
#tenpobox li:nth-child(2n) {
	margin-left: 0;
}
#tenpobox li a {
	display: block;
	width: 100%;
	padding: 0;
}
#tenpobox li img {
	height: 44px;
	width: auto;
}
.tenpolist {
	clear: both;
	margin:  0 auto 15px;
	width: 100%;
	padding-top: 10px;
	border-top: 1px solid #fff;
}
.tenpolist table {
    width: 100%;
}
.tenpolist img {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.mapbox {
	float: none;
	width: 100%;
	margin: 0 auto;
}
.shosaibox {
	float: none;
	margin-left: 0;
	width: 90%;
}
}

/*お問い合わせ------------------------*/

#contactbox {
	color: #fff;
	margin: 0px 0 0 120px;
}
#contactbox h3 {
	font-weight: normal;
	margin-bottom: 20px;
    font-size: 0.9em;
}
#contactbox p {
	margin-bottom: 20px;
	line-height: 150%;
}
span#small {
	font-size: 0.8em;
}
#contactbox table {
	border-collapse: collapse;
	color: #fff;
	font-size: 0.8em;
	margin-bottom: 30px;
}
#contactbox th,#contactbox td {
	padding: 5px;
}
#contactbox th {
	font-weight: normal;
	text-align: left;
}
#contactbox input[type=text] {
	width: 200px;
	padding: 3px;
}
#contactbox textarea {
	width: 400px;
	padding: 3px;
}
th#forbtn {
	text-align: center;
	padding: 30px 0;
}
#contactbox h4 {
	margin-bottom: 30px;
}
#forbtn2 {
	margin: 30px 0 0 170px;
	text-align: left;
}
#forwidth {
    width: 500px;
    margin: 0;
}
@media screen and (max-width:667px) {

#contactbox {
	margin: 40px 0 15px;
}
#contactbox h3 {
	font-size: 0.9em;
}
#contactbox textarea {
	width: 90%;
	padding: 3px;
}
#forbtn2 {
	margin: 30px 0;
	text-align: center;
	font-size: 0.9em;
}
#forbtn input,#forbtn2 input {
	-webkit-appearance: none;
	height: 40px;
	padding: 0 10px;
	background: #ddd;
	color: #333;
	font-size: 0.9em;
}
#forwidth {
    width: 90%;
    margin: 0 auto;
}
}

/*会社概要----------------------------*/

#aboutbox {
	color: #fff;
	margin: 0px 20px 0 120px;
}
#aboutbox h3 {
	font-size: 1.2em;
	font-weight: normal;
	padding-left: 30px;
	background: url(../img/eyecatch.png) no-repeat 0 0px;
	margin-bottom: 15px;
}
#aboutbox table {
	border-collapse: collapse;
	width: 80%;
	margin-bottom: 50px;
}
#aboutbox th,#aboutbox td {
	color: #fff;
	padding: 5px;
	font-size: 0.8em;
	text-align: left;
	border-bottom: 1px dotted #444;
}
#aboutbox ul {
	margin-bottom: 35px;
	margin-left: 20px;
}
#aboutbox li {
	font-size: 0.8em;
	line-height: 150%;
}
#aboutbox th {
	width: 150px;
	vertical-align: top;
}
@media screen and (max-width:667px) {
#aboutbox {
	margin: 40px 0 15px;
}
#aboutbox table {
	width: 95%;
	margin-bottom: 50px;
}
#aboutbox th {
	width: 150px;
}
}

/*サイトポリシー----------------------*/

#policybox {
	color: #fff;
	margin: 0px 0 0 110px;
}
#policybox h4 {
	font-size: 1em;
	margin-bottom: 10px;
	font-weight: normal;
}
#policybox p {
	margin-bottom: 25px;
	line-height: 150%;
}
@media screen and (max-width:667px) {
#policybox {
	margin: 50px 0 15px;
}
}

/*フッタ------------------------------*/

footer {
	clear: both;
	position: relative;
	color: #fff;
	padding-bottom: 40px;
}
#footer_left {
	position: absolute;
	left: 0;
	font-size: 0.7em;
}
#footer_left a {
	text-decoration: none;
}
#footer_right {
	position: absolute;
	right: 0;
	font-size: 0.7em;
	text-align: right;
}


