@charset "utf-8";
body{
	font : normal normal normal 100% /2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color : #000000;
	background-image : url(img/1143383.png);
	background-repeat: repeat;
}
#tweet_coupon{
	height: 80px;
	width: 400px;
	text-indent: -9999px;
	margin: 20px auto;
}

.adress{
	float: left;
	height: 30px;
	width: 250px;
	text-align: left;
	margin: 0 0 0 20px;
}

.menu_footer{
	height: 30px;
	width: 500px;
	float: left;
	background-image: url(img/menu.png);
	margin: 10px 0 0 460px;
}
.oshinagaki_content{
	height: 250px;
	padding: 0 0 0 20px;
}
.oshinagaki{
	background-image: url(img/content_bg.png);
	height: 1300px;
}
.k_block{
	height: 250px;
	width: 900px;
	margin: 0 0 0 30px;
}
.k_text {
}

.image{
	float: left;
}

li{
	float: left;
	width: 100px;
	height: 30px;
}


.logo{
	float: left;
	height: 80px;
	width: 148px;
}


/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl{
	 /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
ul#globalnavi{
    width:500px;
    overflow:hidden;
}

ul#globalnavi li{
    float:left;
    height:30px;
    display:block;
}

ul#globalnavi li a{
    display: block;
    overflow: hidden;
    height: 0px;
    background-image: url(img/menu.png);
    padding-top:30px;
}
#tweet_coupon a{
	display: block;
	overflow: hidden;
	background-image: url(img/coupon_tweet.png);
	height: 80px;
}
#tweet_coupon a:hover{
	display: block;
	overflow: hidden;
	background-image: url(img/coupon_tweet.png);
	height: 80px;
	background-position:0 -80px;
}


/* global navi normal
---------------------*/
    #navi1 a{
	width:100px; background-position:0       0;
}
    #navi2 a{
	width:100px; background-position:-100px  0;
}
    #navi3 a{
	width:100px; background-position:-200px  0;
}
    #navi4 a{
	width:100px; background-position:-300px  0;
}
	#navi5 a{
	width:100px; background-position:-400px  0;
}
/* global navi rollover
----------------------*/
    #navi1 a:hover{
	width:100px; background-position:0       -30px;
}
    #navi2 a:hover{
	width:100px; background-position:-100px  -30px;
}
    #navi3 a:hover{
	width:100px; background-position:-200px  -30px;
}
    #navi4 a:hover{
	width:100px; background-position:-300px  -30px;
}
	#navi5 a:hover{
	width:100px; background-position:-400px  -30px;
}
h1, h2, h3, h4, h5, h6, p{
	padding: 10px 0 0 0;
	text-decoration: none;
	color: #333;
	font-weight: bold;

}
a img{
	 /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}

/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link{
	color:#414958;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited{
	color: #4E5869;
	text-decoration: underline;
}
a:hover, a:active, a:focus{
	 /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header{
	float: none;
	height: 100px;
	width: 100%;
}

/* ~~ これはレイアウト情報です。~~ 

1) 余白は、div の上部または下部にのみ配置されます。この div 内のエレメントには、それ自体に余白があるので、ボックスモデル計算を行う必要がありません。ただし、div 自体に両側の余白やボーダーを指定した場合、その値が加算されたものが合計幅になることに注意してください。div 内のエレメントの余白を削除し、さらにその div 内に、全体のデザインに必要な幅や余白を指定していない 2 つ目の div を追加することもできます。

*/
.content {

}
.home_bg{
	background-image: url(img/content_bg.png);
	padding: 10px 0 15px 0;
}


/* ~~ このセレクターグループは、.content 内のリストに領域間隔を指定します。~~ */
.content ul, .content ol{
	 
	padding: 0 15px 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}

/* ~~ フッター ~~ */
.footer{
	text-align: right;
	height: 160px;
	margin: -16px 0 0 0;
	background-image: url(img/fotter_bg.png);
}
.footer_coupon{
	text-align: right;
	height: 160px;
	margin: -20px 0 0 0;
	background-image: url(img/fotter_bg.png);
}
.copy{
	padding-top: 100px;
	font-size: 13px;
}


.kodawari {
}
.content_s{
	padding-left: 20px;
	min-height: 500px;
	padding-bottom: 20px;
}
.o_naiyou{
	width: 400px;
	float: left;
	padding: 0 0 0 30px;
}
.otoriyose_set ul{
	float: left;
	width: 300px;
}
.otoriyose_set ul li{
	float: left;
	width: 200px;
	height: 30px;
}
.otoriyose_set{
	float:left;
	}
.o_text{
	width: 500px;
	float: left;
}
.o_text p{
	width: 500px;
}
#content_toshikoshi{
	height: 1050px;
	}




/* ~~ その他の float/clear クラス ~~ */
.fltrt{
	  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
	margin-left: 8px;
}
.fltlft{
	 /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
	margin-right: 8px;
}
.clearfloat{
	 /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}.wrap{
	background-image: url(img/backgroundimage.jpg);
	background-repeat: repeat;
	width: 100%;
	height: 100%;
}
.kakaku{
	width: 150px;
	float: left;
}
.ramen_img{
	float: left;
	width: 300px;
	margin-right: 10px;
}

.containar{
	width: 960px;
	margin: 0 auto 0 auto;

}
.sidemenu{
	width: 960px;
	margin: 20px 0 0 0;
}
.toping{
	width: 960px;
	margin: 20px 0 0 0;
	clear: both;
}
.content{
	margin-top: -20px;
}
.kaisetu {
}
.k_text h4{
	margin-top: -20px;
	margin-bottom: 10px;
	margin-left: 18px;
}

.k_content{
	float: left;
}
.k_text{
	margin: -25px 0 0 20px;
height: 250px;
float: left;
}
.k_text p{
	margin: -15px 0 0 20px;
}
.form{
	float: left;
	height: 500px;
	width: 200px;
	display: block;
}
#content_otoriyose{
	height: 1400px;
}
.form p{
	width: 500px;
}
.form h4{
	margin-bottom: -15px;
}

.social{
	float: left;
	height: 35px;
	width: 200px;
	margin-top: 35px;
	margin-left: 590px;
}
#tw_samp{
	float: left;
	width: 100px;
}
.toping ul li{
	height: 30px;
	width: 225px;
}
.map{
	float: left;
	width: 425px;
}
.adress_acc{
	float: left;
	width: 400px;
	margin: 20px 0 0 20px;
}
.calender{
	float: left;
	text-align: left;
}
hr{
	width: 500px;
}
@media screen and (min-width: 0px) and (max-device-width: 640px) {
.coupon_content{
	width: 640px;
}
#coupon{
	width: 100%;
	text-align:center
;
}
#tweet_coupon a{
	display: block;
	overflow: hidden;
	background-image: url(img/coupon_tweet.png);
	height: 80px;
}
#tweet_coupon a:hover{
	display: block;
	overflow: hidden;
	background-image: url(img/coupon_tweet.png);
	height: 80px;
	background-position:0 -80px;
}
}
@media screen and (min-width: 641px) and (max-device-width: 768px) {
.coupon_content{
	width: 100%;
}
#coupon{
	width: 350px;
	
}
#tweet_coupon a{
	display: block;
	overflow: hidden;
	background-image: url(img/coupon_tweet.png);
	height: 80px;
}
#tweet_coupon a:hover{
	display: block;
	overflow: hidden;
	background-image: url(img/coupon_tweet.png);
	height: 80px;
	background-position:0 -80px;
}
}
@media screen and (min-width: 769px)  {
.coupon_content{
	width: 100%;
	text-align:center;
}
#coupon{
	width: 400px;
	
}
#tweet_coupon a{
	display: block;
	overflow: hidden;
	background-image: url(img/coupon_tweet.png);
	height: 80px;
}
#tweet_coupon a:hover{
	display: block;
	overflow: hidden;
	background-image: url(img/coupon_tweet.png);
	height: 80px;
	background-position:0 -80px;
}
}
@media screen and (min-width: 960px) and (max-device-width: 960px)  {
.coupon_content{
	width: 100%;
	text-align:center;
}
#coupon{
	width: 700px;
	
}
}
.coupon_link{
	float:left;
	}
.campaign_link a{
	float:left;
	width:256px;
	height:192px;
	background:url(img/campaign_link.png) no-repeat left top;
	text-indent:-9999px;
	margin: 0 0 0 76px;
	display:block;
	text-decoration:none;
	}
.recruit_link a{
	float:left;
	width:256px;
	height:105px;
	text-indent:-9999px;
	margin: 0 0 0 76px;
	display:block;
	text-decoration:none;
	background-image: url(img/staff_recruit2.png);
	background-repeat: no-repeat;
	background-position: left top;
	}
.otoriyose_link a{
	float:left;
	width:256px;
	height:105px;
	background:url(img/otoriyose.png) no-repeat left top;
	text-indent:-9999px;
	margin: 0 0 0 76px;
	display:block;
	text-decoration:none;
	}
.osirase_link a{
	float:left;
	width:256px;
	height:192px;
	background:url(img/aba.jpg) no-repeat left top;
	text-indent:-9999px;
	margin: 0 0 0 76px;
	display:block;
	text-decoration:none;
	}
.index_content{
	width: 960px;
	height: 200px;
}

.index_content a:hover{
	filter:alpha(opacity=10);
	-moz-opacity: 0.5;
	opacity: 0.5;
}

.coupon_link a{
	margin:0 0 0 20px;
	width:256px;
	height:192px;
	background:url(img/coupon_link.png) no-repeat left top;
	text-indent:-9999px;
	text-decoration: none;
	display: block;
}


.td_title{
	background-color: #B7E8FF;
	width: 100px;
}
.td_content{
	background-color: #FFF;
	width: 400px;
}
.anniversary{
	
	height:2850px;
	}
.a_block{
	width: 900px;
	margin: 20px 0 0 30px;
	}

.a_text{
	margin: -25px 0 0 20px;
width: 500px;
float: left;
}
.a_text h4{
	margin-top: -20px;
	margin-bottom: 10px;
	margin-left: 18px;
}
.a_text p{
	margin: -15px 0 35px 20px;
}
.img_ani{
	float: left;
padding: 50px 0 0 0;
}
#aisatu{
	width: 500px;
float: left;
margin: 80px 0 0 40px;
}
#name{
	text-align:right;
	}
#makoto{
	text-align:right;
	font-size:10px;
	}
.chusen{
	margin-top: 30px;
	background-image: url(img/content_bg.png);
}
.chusen_link{
	margin-bottom: 20px;
	margin-left: 20px;
}
.campaign_link{
	float: left;
}
.recruit_link{
	float: left;
}
.osirase_link{
	float: left;
	}
.rekishi_link{
	float: left;
	margin-left: 60px;
}
.youtube{
	margin: 0 auto 20px auto;
	clear: both;
	width: 560px;
}
.junbi{
	margin-top:-220px;
	margin-left:230px;
	}
.utikesi{
	text-decoration: line-through;
}
.big{
	color: #FF0004;
	font-size: 30px;
}
.chigai_wrap{
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 40px;
	width: 620px;
}
