@charset "utf-8";
/*======================================
	タグのスタイル
======================================*/
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

body {
	margin: 0px;
	padding: 0px;
	color: #333333;
	line-height: 170%;
	font-weight: normal;
	font-size: 12px;
}

p {
	margin-bottom: 1em;
}
a {
	text-decoration: none;
	font-weight: normal;
	color: #5968CC;
}

a:hover         {
	color: #FF9900;
	text-decoration: none;
}
hr {
	border-top-style: solid;
	padding: 0px;
	clear: both;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
/*アルバイトボタン*/
.parttime-bt {
	display: block;
	border: 2px solid #882122;
	padding: 8px;
	margin-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #882122;
	text-align: center;
}
.parttime-bt strong {
	font-size: 14px;
	margin-right: 10px;
}
/*======================================
	装飾で使用するスタイル
======================================*/
.txt10 {
	font-size: 90%;
	line-height: 150%;
}
.red-txt, .attention {
	color: #FF0000;
}
.photo-left {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.photo-right {
	float: right;
	margin-bottom: 10px;
	margin-left: 10px;
}
.photo-clear {
	clear: both;
}
.float-left {
	float: left;
}
.float-right {
	float: right;
}
.float-clear {
	clear: both;
}
.aline-left {
	text-align: left;
}
.aline-right {
	text-align: right;
}
.aline-center {
	text-align: center;
}
.pngfix {
	/*IE6でPNGを配置する時設定するクラス*/
}
.Hover {
	/*ロールオーバーを設定する時に指定するクラス*/
}
.fixHeight{
	/*高さを揃えたい時に指定するクラス*/
}
.fixHeightChildTitle{
	/*fixHeightで高さを揃え、その中の子要素も合わせる時に指定するクラス*/
}
.data-table {
	width: 100%;
	margin-bottom: 10px;
}
.data-table tr {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}
.data-table th {
	padding: 5px;
	vertical-align: top;
	text-align: left;
}
.data-table td {
	padding: 5px;
}
.under-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.bottan,.data-table a {
	background-color: #DDDDDD;
	color: #666666;
	background-image: url(../basic-img/back-bottan.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-top: 5px;
	padding-right: 18px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.inline-list  li {
	display: inline;
	float: left;
}
.block-list li {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 15px;
}
.mark1 {
	background-image: url(../basic-img/link-mark1.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}
.mark3 {
	background-image: url(../basic-img/mark3.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.level1 {
	background-image: url(../basic-img/level1-title.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}

.scroll {
	background-color: #312E26;
	cursor:pointer;
	background-image: url(../basic-img/b-gotop.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 25px;
	color: #FFFFFF;
	clear: both;
}
/*.allergen-b a {
	display: none;
}
.origin-b a {
	display: none;
}*/

.btn-global {
	background-color: rgba(255,255,255,0.80);
	border: 1px solid #888888;
	padding: 5px;
	margin-bottom: 20px;
	margin-top: -10px;
	color: #000000 !important;
	text-align: center;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.btn-global:before {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	background: transparent;
	border-bottom: 10px solid black;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	margin-right: 5px;
	transform: rotate(90deg);
}
.btn-global:hover {
	background-color: #FF9900;
}

/*スマホリンク*/
.sp-link {
	background-color: rgba(255,255,255,1);
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
	color: #000000 !important;
	text-align: center;
	display: block;
	font-size: 12px;
	position: absolute;
	bottom: 20px;
	border-radius: 30px;
	right: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}
.sp-link:before {
	content: "\f10b";
	margin-right: 5px;
	font-family: 'FontAwesome';
	font-size: 20px;
}
.sp-link:hover {
	background-color: #FF9900;
}

#sns-div{
	width: 920px;
    margin-right: auto;
    margin-left: auto;
    padding-top:20px;
}
.ig-b- img {
	vertical-align: top;
}
@media print {
	.noprint {
	display: none;
}
}
.nomal-list li {
	list-style-type: disc;
	margin-left: 15px;
	margin-bottom: 5px;
}
#menu-div .mark1,#layout-contact .mark1{
	font-size: 14px;
}

/*お問い合わせボタン*/
/*.btn-contact {
	display: none;
}*/

/*画像サイズ*/
.pc-m460 {
	width: 460px;
	display: block;
}
.shop-photo {
	width: 100%;
    height: auto;
    display: block;
}