@charset "utf-8";



/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
body {
	margin: 0px;
	padding: 0px;
	color: #333;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #000 url(../images/bg1.jpg) no-repeat center top;	/*背景色、背景画像の読み込み。中央・上部に配置。*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,input,textarea,select {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe {width: 100%;}

/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #333;		/*リンクテキストの色*/
	transition: 0.4s;	/*マウスオン時の移り変わるまでの時間設定。0.4秒。*/
}
a:hover {
	color: #e70000;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

/*container。サイト全体を囲むブロック
---------------------------------------------------------------------------*/
#container {
	max-width: 1200px;	/*最大幅の制限。これ以上広がらない。*/
	margin: 0 auto;
}

/*contents
---------------------------------------------------------------------------*/
#contents {
	padding: 0 6%;		/*上下、左右へのボックス内の余白*/
	margin: 50px 3% 0;	/*上、左右、下へのボックスの外側にとるスペース*/
	background: #fff url(../images/mainimg_s.jpg) no-repeat center top;			/*背景色とメイン画像の読み込み（古いブラウザ用）*/
	background: #fff url(../images/mainimg.jpg) no-repeat center 50px / 95%;	/*背景色とメイン画像の読み込み。中央・上から50pxの場所に配置。幅95%*/
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);		/*ボックスの影。右へ、左へ、広げる幅、0,0,0は黒の事で0.3は30%色がついた状態の事。*/
}

/*mainブロック
---------------------------------------------------------------------------*/
#main {
	float: right;		/*右に回り込み*/
	width: 69%;			/*ブロックの幅*/
	margin-top: 35%;	/*ブロックの上に空けるスペース。メイン画像が見える位置に調整します。*/
	padding-bottom: 50px;
}
/*h2タグ*/
#main h2 {
	clear: both;margin-bottom: 20px;
	padding: 10px 20px;	/*上下、左右への見出し内の余白*/
	border-bottom: 5px solid #e70000;		/*下線の幅、線種、色の設定*/
	background: #000 url(../images/bg2.png) no-repeat right center;	/*背景色、背景画像の読み込み、リピートしない＆右側＆上下中央に表示*/
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
}
/*h3タグ*/
#main h3 {
	clear: both;margin-bottom: 20px;
	padding: 4px 20px;	/*上下、左右への見出し内の余白*/
	font-size: 18px;	/*文字サイズ*/
	background: linear-gradient(#fff, #eee);/*背景グラデーション*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
/*h3タグの１文字目への設定*/
#main h3::first-letter {
	border-left: 3px solid #e70000;		/*左の線の幅、線種、色の設定*/
	padding-left: 10px;	/*線と文字の間の余白*/
}
/*段落(p)タグ*/
#main p {
	padding: 0 20px 20px;	/*上、左右、下への余白*/
}
/*他*/
#main p + p {
	margin-top: -10px;
}
#main h2 + p,
#main h3 + p {
	margin-top: -7px;
}
#main section + section {
	clear: both;
	padding-top: 30px;
}

/*メニュー（menu.html）内の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	position: relative;overflow: hidden;
	padding: 20px;			/*ボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	background: linear-gradient(#fff, #eee);	/*背景グラデーション*/
}
/*ボックス内の段落タグ設定*/
#main .list p {
	padding: 0px;
	margin-left: 35%;	/*左の写真とのバランスをとって設定して下さい*/
}
/*ボックス内の写真設定*/
#main .list figure img {
	float: left;		/*画像を左へ回り込み*/
	width: 30%;			/*写真の幅*/
	background: #fff;	/*画像の背景色。ここでは枠線と画像の間の色になります。*/
	padding: 5px;		/*余白。ここに上の行で設定した背景色が出ます。*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
}
/*ボックス内のh4タグ設定*/
#main .list h4 {
	margin-bottom: 0.5em;
	margin-left: 35%;			/*左の写真とのバランスをとって設定*/
	border-bottom: 1px solid #ccc;	/*下側の線の幅、線種、色*/
	font-size: 18px;	/*文字サイズ*/
}

/*photoボックス（menu_sample.htmlで使っています）
---------------------------------------------------------------------------*/
/*ボックスごとの指定*/
#main .photo {
	position: relative;overflow: hidden;
	float: left;	/*左に回り込み*/
	width: 33.3%;	/*幅*/
	text-align: center;	/*内容をセンタリング*/
}
/*ボックス内のh4見出し*/
#main .photo h4 {
	position: absolute;
	bottom: 0px;	/*photoボックスの下から0pxの場所に配置*/
	width: 100%;	/*幅100%*/
	background: #000;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒のことで0.6は60%色がついた状態のこと*/
	color: #fff;		/*文字色*/
	font-size: 12px;	/*文字サイズ*/
	padding: 10px 0;	/*ボックス内の上下、左右への余白*/
}

/*subブロック
---------------------------------------------------------------------------*/
#sub {
	float: left;		/*左に回り込み*/
	width: 25%;			/*ブロックの幅*/
	padding-bottom: 50px;
}
/*subブロックのロゴ*/
#sub .logo {
	background: #a10000;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#e70000, #a10000);/*背景グラデーション*/
	text-align: center;
	border-right: 1px solid #fff;	/*右の線の幅、線種、色*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	border-left: 1px solid #fff;	/*左の線の幅、線種、色*/
	margin-bottom: 50px;	/*ロゴの下に空けるスペース。メニューブロックとの間の余白です。*/
	margin-top: -50px;		/*ロゴを上にずらす指定。この１行を削除すれば、contentsボックス内に収まります。*/
}

/*box（左ブロックで使っている「店舗情報」）
---------------------------------------------------------------------------*/
/*ボックスの設定*/
#sub .box {
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ボックス内のh2見出しの設定*/
#sub .box h2 {
	background: #999;		/*背景色*/
	color: #fff;			/*文字色*/
	text-align: center;		/*文字をセンタリング*/
	margin-bottom: 10px;	/*見出しの下に空けるスペース*/
}

/*メニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar li a {
	display: block;text-decoration: none;
	border: 1px solid #FFF;	/*枠線の幅、線種、色*/
	background: #000;		/*背景色（古いブラウザ用）*/
	background: linear-gradient(#868686, #000 40%);	/*背景グラデーション*/
	color: #fff;	/*文字色*/
	padding: 10px 10px 16px 20px;	/*上、右、下、左、へのメニュー内の余白*/
	margin-bottom: 10px;			/*メニュー同士に空けるスペース。上下間の調整。*/
}
/*各メニューの１文字目への設定*/
#menubar li::first-letter {
	border-left: 3px solid #e70000;	/*左の線の幅、線種、色*/
	padding-left: 10px;				/*線と文字の間の余白*/	
}
/*装飾文字（英語表記）の設定*/
#menubar li a span {
	text-shadow: none;display: block;
	font-size: 9px;			/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を少しあける設定*/
	opacity: 0.5;			/*透明度50％*/
	padding-left: 15px;		/*左に空ける余白*/
}
/*マウスオン時、現在表示中(current)の共通設定*/
#menubar li a:hover, #menubar li.current a  {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #fff;		/*背景色*/
	color: #000;			/*文字色*/
}

/*子メニューのメニューブロック設定（「メニュー」をクリックした際に下に出てくるメニューです）
---------------------------------------------------------------------------*/
/*メニューブロックの設定*/
#menubar ul ul {
	margin-top: -10px;		/*親メニューにくっつける為に上にずらす設定*/
	margin-bottom: 10px;	/*下のメニューとの間に空けるスペース*/
	font-size: 14px;		/*文字サイズを少し小さめに*/
}
/*メニュー１個あたりの設定*/
#menubar li li a {
	padding: 5px 10px 5px 20px;	/*上、右、下、左、へのメニュー内の余白*/
	margin-bottom: 0px;	/*下の余白(メニュー同士の隙間)をなくす*/
}
/*各メニューの１文字目への設定*/
#menubar li li::first-letter {
	border: none;
}
/*マウスオン時*/
#menubar li li a:hover {
	background: #eee;
}
/*現在表示中(current)*/
#menubar li.current li a  {
	border-top: none;
}

/*footerブロック
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;	/*右寄せ*/
	color: #fff;		/*文字色*/
	padding: 10px;		/*ボックス内の余白*/
}
footer a {text-decoration: none;color: #fff;}
footer .pr {display: block;}

/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*ブロック全体の設定*/
#new dl {
	padding: 0px 20px;	/*上下、左右へのボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	border-bottom: 1px solid #eee;	/*下線の幅、線種、色*/
}

/*メニュー（menu.html）ページのページ内メニュー
---------------------------------------------------------------------------*/
/*メニューボックス全体の設定*/
#pagenav {
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;	/*内容をセンタリング*/
}
/*メニュー１個あたりの設定*/
#pagenav li {
	display: inline-block;	/*横並びにさせる設定*/
	margin: 5px;			/*メニュー同士の余白*/
}

/*メニュー（menu.html）ページの「おすすめ」マーク
---------------------------------------------------------------------------*/
.option1 {
	text-align: center;display: block;
	font-size: 10px;	/*文字サイズ*/
	width: 120px;		/*幅*/
	position: absolute;
	right: 0px;	/*ボックスに対して右から0pxの場所に配置*/
	top: 0px;	/*ボックスに対して上から0pxの場所に配置*/
	transform: rotate(45deg) translate(36px,-15px);	/*45度回転。右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
	color: #FFF;		/*文字色*/
	background: #F00;	/*背景色*/
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	background: #eee;		/*背景色*/
	border-bottom: none;	/*下線だけ消す*/
	text-align: left;		/*文字を左寄せ*/
	font-weight: bold;		/*太字に*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1設定*/
.ta1 {
	width: 100%;
	table-layout: fixed;
	margin-bottom: 20px;
}
.ta1, .ta1 td, .ta1 th {
	word-break: break-all;
	border: 1px solid #999;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px;			/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
}

/*ページの上部に戻る「↑」ボタン
---------------------------------------------------------------------------*/
@keyframes scroll {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*ボタン*/
body .nav-fix-pos-pagetop {clear: both;}
/*通常時のボタンは非表示*/
body .nav-fix-pos-pagetop a {
	display: none;
}
/*fixmenu_pagetop.jsで設定している設定値になったら出現するボタンスタイル*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;text-decoration: none;text-align: center;z-index: 100;position: fixed;animation-name: scroll;animation-duration: 1s;animation-fill-mode: forwards;
	width: 50px;		/*ボタンの幅*/
	line-height: 50px;	/*ボタンの高さ*/
	bottom: 80px;		/*ウィンドウの下から80pxの場所に配置*/
	right: 4%;			/*ウィンドウの右から4%の場所に配置*/
	color: #fff;		/*文字色*/
	border-radius: 50%;	/*角丸指定。50%にすると円形になる。四角形がいいならこの１行削除。*/
	background: #e70000;	/*背景色*/
}
/*マウスオン時の背景色*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;
}

/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #222;padding: 5px 10px;border-radius: 4px;border: 1px solid #333;color: #fff;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.clear {clear: both;}
ul.disc {padding: 0 20px 20px 40px;list-style: disc;}
.color1, .color1 a {color: #e70000 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center;}
.r {text-align: right;}
.l {text-align: left;}
.fl {float: left;}
.fr {float: right;}
.big1 {font-size: 50px;}
.mini1 {font-size: 12px;display: inline-block;line-height: 1.5;}
.dn {display: none;}
.sh {display: none;}
#sh-sub {display: none;}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。
透明(opacity: 0;)から色をつける(opacity: 1;)までの指定。*/
@keyframes menubar {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: absolute;
	top: 80px;
	width: 100%;
	background: rgba(0,0,0,0.8);	/*背景色*/
	animation-name: menubar;		/*上のkeyframesの名前*/
	animation-duration: 0.5s;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;text-decoration: none;
	padding: 10px 3%;	/*メニュー内の余白。上下、左右。*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	color: #fff;		/*文字色*/
	font-size: 20px;	/*文字サイズ*/
}
/*説明表記（飾り文字）*/
#menubar-s li a span {
	display: block;
	font-size: 12px;/*文字サイズ*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;z-index: 50;
	top: 12px;	/*上から12pxの場所に配置*/
	right: 3%;	/*右から3%の場所に配置*/
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: url(../images/icon_menu.png) no-repeat center top/50px;	/*背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*contents
---------------------------------------------------------------------------*/
#contents {
	background-position: center 20px;	/*背景画像の上に空けるスペースの再設定*/
}

/*mainブロック
---------------------------------------------------------------------------*/
#main {
	float: none;width: auto;overflow: hidden;
	margin-top: 100px;	/*ヘッダー部分との間に空けるスペースの調整箇所。*/
	padding-top: 180px;	/*コンテンツの背景画像が見えるように調整する箇所。*/
}

/*subブロック
---------------------------------------------------------------------------*/
#sub {
	display: none;	/*非表示にする*/
}

/*小さな端末用(800px以下)で表示させるブロック
---------------------------------------------------------------------------*/
#sh-sub {
	display: block;	/*非表示から表示に切り替える*/
	position: absolute;top:0px;z-index: 2;width: 100%;
}
/*ロゴブロック*/
#sh-sub .logo {
	background: #a10000;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#e70000, #a10000);/*背景グラデーション*/
}
/*ロゴ画像*/
#sh-sub .logo img {
	height: 60px;		/*高さ*/
	padding: 10px 3%;	/*上下、左右に空ける余白*/
}

/*その他
---------------------------------------------------------------------------*/
body.s-n #sub,body.s-n #footermenu,.m-n {display: none;}
.big1 {font-size: 24px;}
.fl {float: none;}
.fr {float: none;}
.sh {display:block;}
.pc {display:none;}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){

/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}

/*contents
---------------------------------------------------------------------------*/
#contents {
	padding: 0 3%;	/*上下、左右へのボックス内の余白*/
}

/*mainブロック
---------------------------------------------------------------------------*/
#main {
	padding-top: 120px;	/*コンテンツの背景画像が見えるように調整する箇所。*/
}

/*mainコンテンツ（中央のブロック）
---------------------------------------------------------------------------*/
/*mainコンテンツのh2,h3タグ設定*/
#main h2, #main h3 {
	font-size: 14px;	/*文字サイズ*/
}

/*メニュー（menu.html）内の各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
#main .list {
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 10px;	/*ボックスの下に空けるスペース*/
}
/*ボックス内の写真設定*/
#main .list figure img {
	padding: 0;
	border: none;
}
/*ボックス内のh4タグ設定*/
#main .list h4 {
	font-size: 15px;	/*文字サイズ*/
}

/*photoボックス（menu_sample.htmlで使っています）
---------------------------------------------------------------------------*/
/*ボックス内のh4見出し*/
#main .photo h4 {
	font-size: 10px;	/*文字サイズ*/
	padding: 5px 0;		/*ボックス内の上下、左右への余白*/
}

/*テーブル
---------------------------------------------------------------------------*/
/*テーブル１行目に入った見出し部分（※caption）*/
.ta1 caption {
	padding: 5px;
}
/*テーブル内の左側*/
.ta1 th {
	width: 100px;
	padding: 5px;
}
/*テーブル内の右側*/
.ta1 td {
	width: auto;
	padding: 5px;
}

/*その他
---------------------------------------------------------------------------*/
.ws,.wl {width: 94%;}
img.fr,img.fl {float: none;margin: 0;width: 100%;}

}
