/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
  background: url(images/bg.jpg) no-repeat center 315px;
}
html#slide {
  background: url(images/bg.jpg) no-repeat center 562px;
}
html#print {
  background: none;
}

/* line 24, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../Library/Ruby/Gems/1.8/gems/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 30, sass/style.scss */
.clearfix {
  overflow: hidden;
  *zoom: 1;
}

/* line 32, sass/style.scss */
body {
  font: 13px/1.231 'Lucida Grande','Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  -webkit-text-size-adjust: none;
}
/* line 35, sass/style.scss */
body#index, body#contact, body#menu, body#coupon, body#shop_list, body#privacy_policy, body#cm {
  background: url(images/cover.gif) repeat-y center 315px;
}
/* line 38, sass/style.scss */
body a {
  color: #000;
}

/*@group header*/
/* line 44, sass/style.scss */
header {
  border-top: 4px solid #c28030;
  background: url(images/header.jpg) repeat-x 50% 0;
  /* @group breadcrumb */
}
/* line 46, sass/style.scss */
header .above {
  width: 1000px;
  height: 88px;
  margin: 0 auto;
}
/* line 50, sass/style.scss */
header .above .logo {
  float: left;
  margin-left: 0px;
}
/* line 54, sass/style.scss */
header .above .btn_top {
  float: right;
}
/* line 54b, sass/style.scss */
header .above .btn_topb {
  float: right;
  margin-right: 8px;
}
/* line 58, sass/style.scss */
header #main_image {
  line-height: 0;
/*  border-top: 1px solid #e3e3e3; */
  position: relative;
}
/* line 62, sass/style.scss */
header #main_image #container {
  width: 100%;
  height: 420px;
  overflow: hidden;
  position: relative;
}
/* line 67, sass/style.scss */
header #main_image #container #slider {
  width: 3000px;
  height: 420px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  margin-left: -1500px;
}
/* line 74, sass/style.scss */
header #main_image #container #slider #slider_inner {
  background-color: #000;
  width: 5000px;
  height: 420px;
  position: absolute;
  top: 0;
  left: 0;
}
/* line 81, sass/style.scss */
header #main_image #container #slider #slider_inner div {
  float: left;
}
/* line 87, sass/style.scss */
header #main_image #btn_slide_left {
  position: absolute;
  top: 50%;
  left: 10%;
}
/* line 92, sass/style.scss */
header #main_image #btn_slide_right {
  position: absolute;
  top: 50%;
  right: 10%;
}
/* line 97, sass/style.scss */
header #main_image ul#btn_slide_nav {
  position: absolute;
  bottom: 15px;
  display: flex;
  justify-content: center;
  width: 100%;
}
/* line 102, sass/style.scss */
header #main_image ul#btn_slide_nav li {
  width: 57px;
  height: 3px;
  margin-right: 2px;
  background-color: #e9b4ae;
  float: left;
  text-indent: -9999px;
  cursor: pointer;
}
/* line 113, sass/style.scss */
header nav#global {
  background: url(images/bg_g_nav.png);
  -webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.4);
  position: relative;
  z-index: 99;
  height: 50px;
  padding-left: 2px;
}
/* line 120, sass/style.scss */
header nav#global ul {
  width: 1001px;
  margin: 0 auto;
}
/* line 123, sass/style.scss */
header nav#global ul li, header nav#global ul a {
  height: 50px;
}
/* line 126, sass/style.scss */
header nav#global ul li {
  float: left;
}
/* line 128, sass/style.scss */
header nav#global ul li a {
  display: block;
  background: url(images/nav_g.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 141, sass/style.scss */
header nav#global ul li a#nav_top {
  background-position: 0px 0;
  width: 201px;
}
/* line 144, sass/style.scss */
header nav#global ul li a#nav_top#nav_top:hover, header nav#global ul li a#nav_top.active {
  background-position: 0px -50px;
}
/* line 148, sass/style.scss */
header nav#global ul li a#nav_point {
  background-position: -201px 0;
  width: 200px;
}
/* line 151, sass/style.scss */
header nav#global ul li a#nav_point:hover, header nav#global ul li a#nav_point.active {
  background-position: -201px -50px;
}
/* line 155, sass/style.scss */
header nav#global ul li a#nav_menu {
  background-position: -401px 0;
  width: 200px;
}
/* line 158, sass/style.scss */
header nav#global ul li a#nav_menu:hover, header nav#global ul li a#nav_menu.active {
  background-position: -401px -50px;
}
/* line 162, sass/style.scss */
header nav#global ul li a#nav_info {
  background-position: -601px 0;
  width: 200px;
}
/* line 165, sass/style.scss */
header nav#global ul li a#nav_info:hover, header nav#global ul li a#nav_info.active {
  background-position: -601px -50px;
}
/* line 169, sass/style.scss */
header nav#global ul li a#nav_shop {
  background-position: -801px 0;
  width: 200px;
}
/* line 172, sass/style.scss */
header nav#global ul li a#nnav_shop:hover, header nav#global ul li a#nav_shop.active {
  background-position: -801px -50px;
}
/* line 176, sass/style.scss */
header nav#global ul li a#nav_coupon {
  background-position: -1001px 0;
  width: 200px;
}
/* line 179, sass/style.scss */
header nav#global ul li a#nav_coupon:hover, header nav#global ul li a#nav_coupon.active {
  background-position: -1001px -50px;
}
/* line 187, sass/style.scss */
header h1 {
  width: 100%;
  text-align: center;
  line-height: 0;
}
/* line 191, sass/style.scss */
header h1#shop_h1 {
  background: url(images/bg_title_shop.png) repeat-x;
}
/* line 194, sass/style.scss */
header h1.kodawari {
  height: 200px;
}
/* line 200, sass/style.scss */
header #breadcrumb {
  height: 26px;
  padding-top: 3px;
  margin-top: -29px;
  margin-bottom: 48px;
  position: relative;
  z-index: 99;
  background: url(images/bg_header_bottom.png) repeat-x;
}
/* line 208, sass/style.scss */
header #breadcrumb ul {
  height: 25px;
  background-color: #FFF;
  opacity: 0.7;
  border-bottom: 1px solid #f1f1f1;
  overflow: hidden;
  width: 1000px;
  margin: 0 auto;
}
/* line 216, sass/style.scss */
header #breadcrumb ul li {
  float: left;
  line-height: 25px;
  font-size: 77%;
}
/* line 220, sass/style.scss */
header #breadcrumb ul li.top {
  background: url(images/icon_top.png) no-repeat;
  margin-left: 18px;
  padding-left: 24px;
}
/* line 225, sass/style.scss */
header #breadcrumb ul li a {
  color: #df5f0a;
  text-decoration: none;
  padding-right: 20px;
  display: block;
  float: left;
  background: url(images/icon_separator.png) no-repeat right center;
  margin-right: 20px;
}
/* line 234, sass/style.scss */
header #breadcrumb ul li a:hover {
  color: #d31;
}

/* line 240, sass/style.scss */
div.outside_h {
  width: 1000px;
  margin: 0 auto;
}
/* line 243, sass/style.scss */
div.outside_h h2 {
  margin-bottom: 30px;
  margin-left: 1px;
}
/* line 246, sass/style.scss */
div.outside_h h2.contact_h {
  margin-bottom: 50px;
}

/*@group content*/
/* line 253, sass/style.scss */
#content {
  width: 940px;
  margin: 0 auto;
  /* @gourp menu_area*/
  /* @group クーポン */
  /* @group 店舗*/
  /* @group 店舗一覧*/
  /* @group 店舗個別*/
  /* ! .shop_single*/
  /* @group フォーム*/
  /* @group お問い合わせトップ */
  /* @group ニュース */
  /* @group TVCM */
  /* @group 左カラム */
  /* @group 右カラム */
}
/* line 254, sass/style.scss */
#content.top {
  margin-top: 44px;
}
/* line 260, sass/style.scss */
#content h3 {
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
  border-bottom: 2px solid #df5f0a;
  font-size: 170%;
  color: #df5f0a;
  font-weight: 600;
}
#content h4.ttl {
  padding-bottom: 5px;
  margin-bottom: 10px;
  margin-top: 20px;
  font-size: 130%;
  color: #333333;
  font-weight: 600;
}
#content h5.txt {
  margin-bottom: 5px;
  font-size: 120%;
  color: #df5f0a;
  font-weight: 600;
  line-height: 160%;
}
#content h5.txt2 {
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: 400;
  line-height: 160%;
}
/* line 268, sass/style.scss */
#content section.menu_area .attention {
  border: 1px solid #ffc8c8;
  background-color: #fef7f7;
  padding: 22px;
  margin-bottom: 30px;
}
/* line 274, sass/style.scss */
#content section.menu_area dl {
  border: 1px solid #d98000;
  position: relative;
  padding: 20px 20px 30px;
  background-color: #fff1de;
}
/* line 280, sass/style.scss */
#content section.menu_area dl div {
  padding-top: 10px;
}
/* line 282, sass/style.scss */
#content section.menu_area dl div a {
  display: block;
  width: 284px;
  height: 52px;
  text-indent: -9999px;
  margin: 0 auto;
}
/* line 290, sass/style.scss */
#content section.menu_area dl.area_above {
  border-color: #ef0054;
  background-color: #ffe8e1;
  margin-bottom: 30px;
}
/* line 295, sass/style.scss */
#content section.menu_area dl.area_above dd {
  color: #e13d0b;
  line-height: 1.8;
  font-weight: bold;
  font-size: 110%;
}
/* line 299, sass/style.scss */
#content section.menu_area dl.area_above a {
  background: url(images/btn_menu_above.jpg) no-repeat;
}
/* line 301, sass/style.scss */
#content section.menu_area dl.area_above a:hover {
  background-position: 0 -52px;
}
/* line 306, sass/style.scss */
#content section.menu_area dl.area_below {
  margin-bottom: 50px;
}
/* line 308, sass/style.scss */
#content section.menu_area dl.area_below dd {
  color: #885000;
  line-height: 1.8;
  font-weight: bold;
  font-size: 110%;
}
/* line 312, sass/style.scss */
#content section.menu_area dl.area_below a {
  background: url(images/btn_menu_below.jpg) no-repeat;
}
/* line 314, sass/style.scss */
#content section.menu_area dl.area_below a:hover {
  background-position: 0 -52px;
}
/* line 319, sass/style.scss */
#content section.menu_area dl dt {
  position: absolute;
}
/* line 322, sass/style.scss */
#content section.menu_area dl dd {
  padding-left: 120px;
  margin-bottom: 20px;
}
/* line 331, sass/style.scss */
#content div.coupon_wrapper {
  margin-bottom: 50px;
  border: 1px solid #cccccc;
  /*width: 938px;*/
  padding: 44px 0 40px;
  /* ! section.coupon_description */
}
/* line 336, sass/style.scss */
#content div.coupon_wrapper section.coupon_image {
  width: 800px;
  margin: 0 auto;
  line-height: 0;
  margin-bottom: 30px;
}
/* line 336, sass/style.scss */
#content div.coupon_wrapper section.coupon_image_shop {
  width: 461px;
  margin: 0 auto;
  line-height: 0;
}
/* line 342, sass/style.scss */
#content div.coupon_wrapper section.coupon_description {
  border: 1px solid #cccccc;
  padding: 36px 34px;
  width: 728px;
  margin: 0 auto 30px;
  font-size: 93%;
  line-height: 1.6;
}
/* line 349, sass/style.scss */
#content div.coupon_wrapper section.coupon_description ul.left {
  width: 364px;
  float: left;
}
/* line 353, sass/style.scss */
#content div.coupon_wrapper section.coupon_description ul.right {
  width: 364px;
  float: right;
}
/* line 359, sass/style.scss */
#content div.coupon_wrapper div.btn_coupon_wrapper a {
  width: 234px;
  height: 48px;
  margin: 0 auto;
  display: block;
  background: url(images/btn_coupon.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 359, sass/style.scss */
#content div.coupon_wrapper div.btn_ouendan_wrapper a {
  width: 262px;
  height: 65px;
  margin: 0 auto;
  display: block;
  background: url(images/btn_touroku.jpg) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 367, sass/style.scss */
#content div.coupon_wrapper div.btn_coupon_wrapper a:hover {
  background-position: 0 -48px;
}
/* line 367, sass/style.scss */
#content div.coupon_wrapper div.btn_ouendan_wrapper a:hover {
  background-position: 0 -65px;
}
/* line 375, sass/style.scss */
#content.shop .area {
  margin-bottom: 30px;
}
/* line 380, sass/style.scss */
#content.shop .area ul li {
  width: 465px;
  height: 50px;
  margin: 0 1px 1px 0;
  float: left;
}
/* line 385, sass/style.scss */
#content.shop .area ul li.last {
  margin-right: 0;
}
/* line 388, sass/style.scss */
#content.shop .area ul li a {
  display: block;
  width: 465px;
  height: 50px;
  background: url(images/btn_shop_area.png) no-repeat;
  text-indent: -9999px;
}
/* line 394, sass/style.scss */
#content.shop .area ul li a#area1 {
  background-position: 0 0;
}
/* line 395, sass/style.scss */
#content.shop .area ul li a#area2 {
  background-position: -465px 0;
}
/* line 396, sass/style.scss */
#content.shop .area ul li a#area3 {
  background-position: 0 0;
}
/* line 397, sass/style.scss */
#content.shop .area ul li a#area4 {
  background-position: -465px 0;
}
/* line 398, sass/style.scss */
#content.shop .area ul li a#area5 {
  background-position: -620px 0;
}
/* line 399, sass/style.scss */
#content.shop .area ul li a#area6 {
  background-position: -775px 0;
}
/* line 402, sass/style.scss */
#content.shop .area ul li a#area1:hover, #content.shop .a2 ul li a#area1 {
  background-position: 0 -50px;
}
/* line 403, sass/style.scss */
#content.shop .area ul li a#area2:hover, #content.shop .a3 ul li a#area2 {
  background-position: -465px -50px;
}
/* line 404, sass/style.scss */
#content.shop .area ul li a#area3:hover, #content.shop .a4 ul li a#area3 {
  background-position: 0 -50px;
}
/* line 405, sass/style.scss */
#content.shop .area ul li a#area4:hover, #content.shop .a5 ul li a#area4 {
  background-position: -465px -50px;
}
/* line 406, sass/style.scss */
#content.shop .area ul li a#area5:hover, #content.shop .a6 ul li a#area5 {
  background-position: -620px -50px;
}
/* line 407, sass/style.scss */
#content.shop .area ul li a#area6:hover, #content.shop .a7 ul li a#area6 {
  background-position: -775px -50px;
}
/* line 414, sass/style.scss */
#content.shop ul.subarea {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 15px 8px;
  margin-bottom: 38px;
}
/* line 419, sass/style.scss */
#content.shop ul.subarea li {
  float: left;
  border-right: 1px solid #cccccc;
  padding-left: 12px;
  padding-right: 19px;
  margin-right: 21px;
  background: url(images/arrow_d.png) 0 5px no-repeat;
}
/* line 426, sass/style.scss */
#content.shop ul.subarea li.last {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}
/* line 431, sass/style.scss */
#content.shop ul.subarea li a {
  color: black;
  text-decoration: none;
}
/* line 434, sass/style.scss */
#content.shop ul.subarea li a:hover {
  color: #7c0505;
  text-decoration: underline;
}
/* line 444, sass/style.scss */
#content.shop h4.prefecture {
  font-size: 162%;
  margin-bottom: 15px;
}
/* line 449, sass/style.scss */
#content.shop .shop_name_wrapper {
  border: 1px solid #e5c4c4;
  background-color: #fff3f4;
  height: 40px;
  margin-bottom: 34px;
}
/* line 454, sass/style.scss */
#content.shop .shop_name_wrapper h5.shop_name {
  padding: 10px 0 0 14px;
  font-size: 139%;
  float: left;
}
/* line 459, sass/style.scss */
#content.shop .shop_name_wrapper div.lunch {
  float: right;
  border: 1px solid #e5c4c4;
  margin: 3px;
  padding: 3px 0 3px 10px;
  background-color: #ffffff;
}
/* line 465, sass/style.scss */
#content.shop .shop_name_wrapper div.lunch img {
  vertical-align: middle;
  margin-right: 3px;
}
/* line 470, sass/style.scss */
#content.shop .shop_name_wrapper .bnt_tomenu {
  float: right;
  margin-top: 3px;
  margin-right: 9px;
  display: block;
}
/* line 478, sass/style.scss */
#content.shop table {
  border-collapse: collapse;
  border: 1px solid #cccccc;
  width: 100%;
}
/* line 482, sass/style.scss */
#content.shop table td {
  padding: 15px 15px 15px 10px;
  border: 1px solid #cccccc;
  vertical-align: middle;
}
/* line 486, sass/style.scss */
#content.shop table td.left {
  width: 75px;
}
/* line 489, sass/style.scss */
#content.shop table td.right_b_none {
  border-right: none;
}
/* line 492, sass/style.scss */
#content.shop table td.btn {
  padding: 9px;
  width: 280px;
  border-left: none;
}
/* line 501, sass/style.scss */
#content div.shop_list {
  margin-bottom: 23px;
}
/* line 506, sass/style.scss */
#content div.shop_list .shop_data_list .shop_data {
  margin-bottom: 30px;
}
/* line 508, sass/style.scss */
#content div.shop_list .shop_data_list .shop_data div.left {
  width: 610px;
  float: left;
}
/* line 511, sass/style.scss */
#content div.shop_list .shop_data_list .shop_data div.left table {
  margin-bottom: 20px;
}

#content div.shop_list .shop_data_list .shop_data div.left p.right {
  clear: both;
}

/* line 514, sass/style.scss */
#content div.shop_list .shop_data_list .shop_data div.left a.btn_shop_single {
  display: block;
  float: right;
  width: 177px;
  height: 50px;
  background: url(images/btn_shop_single.jpg) no-repeat;
  text-indent: -9999px;
}
/* line 521, sass/style.scss */
#content div.shop_list .shop_data_list .shop_data div.left a.btn_shop_single:hover {
  background-position: 0 -50px;
}

#content div.shop_list .shop_data_list .shop_data div.left a#btn_coupon_shop {
  display: block;
  float:right;
  width: 177px;
  height: 50px;
  margin-top: 20px;
  background: url(/images/btn_coupon_search.jpg) no-repeat;
  text-indent: -9999px;
}
#content div.shop_list .shop_data_list .shop_data div.left a#btn_coupon_shop:hover {
  background-position: 0 -50px;
}

/* line 526, sass/style.scss */
#content div.shop_list .shop_data_list .shop_data div.right {
  width: 309px;
  float: right;
  padding-right: 14px;
  text-align: right;
}
/* line 531, sass/style.scss */
#content div.shop_list .shop_data_list .shop_data div.right img {
  border: 1px solid #cccccc;
}
/* line 536, sass/style.scss */
#content div.shop_list .shop_data_list hr {
  margin-bottom: 40px;
  height: 0px;
  border-width: 3px 0 0 0;
  border-color: #cccccc;
  border-style: solid;
}
#content div.shop_list .shop_data_list .shop_data p.note,
#content div.shop_single .shop_single_inner p.note {
  padding: 0 0 20px 11px;
  color: #CC0000;
  font-weight: bold;
}
/* line 547, sass/style.scss */
#content .shop_single .shop_single_inner {
  width: 900px;
  margin: 0 auto;
}
/* line 550, sass/style.scss */
#content .shop_single .shop_single_inner a#btn_coupon_shop {
  width: 172px;
  height: 48px;
  display: block;
  background: url(images/btn_coupon_shop.jpg) no-repeat;
  float: right;
}
/* line 556, sass/style.scss */
#content .shop_single .shop_single_inner a#btn_coupon_shop:hover {
  background-position: 0 -48px;
}
/* line 560, sass/style.scss */
#content .shop_single .shop_single_inner table {
  margin-bottom: 46px;
}
/* line 564, sass/style.scss */
#content .shop_single .shop_single_inner div.map iframe {
  border: 1px solid #cccccc;
  margin-bottom: 56px;
}
/* line 570, sass/style.scss */
#content .shop_single .shop_single_inner div.shop_coupon .coupon {
  width: 898px;
}
/* line 574, sass/style.scss */
#content .shop_single .shop_single_inner div.around_the_shop {
  margin-bottom: 56px;
}
/* line 575, sass/style.scss */
#content .shop_single .shop_single_inner div.around_the_shop ul {
  padding: 10px 0 0 25px;
}
/* line 584, sass/style.scss */
#content #contact {
  width: 100%;
  margin: 0 auto;
  background-color: #FFF;
  padding-bottom: 50px;
}
/* line 589, sass/style.scss */
#content #contact div.require {
  width: 900px;
  margin: 0 auto 35px;
}
/* line 593, sass/style.scss */
#content #contact img {
  vertical-align: text-bottom;
  margin-right: 14px;
}
/* line 597, sass/style.scss */
#content #contact div.error {
  border: 1px solid #C00;
  color: #C00;
  padding: 2px;
}
/* line 602, sass/style.scss */
#content #contact span.small {
  font-size: 93%;
}
/* line 606, sass/style.scss */
#content #contact input.input_text, #content #contact textarea {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: 0;
  border: solid 1px #ccc;
  -moz-box-shadow: inset 0 1px 0px 0px rgba(100, 100, 100, 0.2);
  -webkit-box-shadow: inset 0 1px 0px 0px rgba(100, 100, 100, 0.2);
  box-shadow: inner 0 1px 0px 0px rgba(100, 100, 100, 0.2);
  font-size: 108%;
  padding-left: 5px;
}
/* line 616, sass/style.scss */
#content #contact input.input_text {
  height: 30px;
}
/* line 620, sass/style.scss */
#content #contact input#age {
  width: 55px;
  margin-right: 10px;
}
/* line 624, sass/style.scss */
#content #contact input#name, #content #contact input#tel, #content #contact input#mail {
  width: 335px;
}
/* line 627, sass/style.scss */
#content #contact textarea {
  width: 850px;
}
/* line 630, sass/style.scss */
#content #contact table {
  border-top: 1px solid #e6e6e6;
  width: 900px;
  margin: 0 auto 52px;
  border-collapse: collapse;
  font-size: 108%;
}
/* line 638, sass/style.scss */
#content #contact table tr.odd td {
  background-color: #fafafa;
}
/* line 643, sass/style.scss */
#content #contact table tr.button td {
  border: none;
  text-align: center;
}
/* line 646, sass/style.scss */
#content #contact table tr.button td input {
  vertical-align: bottom;
}
/* line 651, sass/style.scss */
#content #contact table tr td {
  border-bottom: 1px solid #e6e6e6;
  padding: 21px 20px;
}
/* line 654, sass/style.scss */
#content #contact table tr td:first-child {
  width: 183px;
}
/* line 660, sass/style.scss */
#content #contact div.form_block {
  width: 900px;
  margin: 0 auto;
}
/* line 663, sass/style.scss */
#content #contact div.form_block div {
  text-align: left;
  padding: 15px 20px;
}
/* line 666, sass/style.scss */
#content #contact div.form_block div.form_block_title {
  background-color: #fff3f4;
}
/* line 669, sass/style.scss */
#content #contact div.form_block div.form_block_input {
  background-color: #fafafa;
  padding: 20px 20px;
  margin-bottom: 25px;
}
/* line 673, sass/style.scss */
#content #contact div.form_block div.form_block_input span {
  margin-left: 50px;
}
/* line 679, sass/style.scss */
#content #contact div.confirm {
  text-align: center;
}
/* line 682, sass/style.scss */
#content #contact div.form_btn_wrapper {
  line-height: 0;
  text-align: center;
}
/* line 685, sass/style.scss */
#content #contact div.form_btn_wrapper img {
  vertical-align: bottom;
}
/* line 689, sass/style.scss */
#content #contact div.conplate {
  text-align: center;
  padding-top: 47px;
  margin-bottom: 220px;
}
/* line 697, sass/style.scss */
#content .contact_description {
  margin-bottom: 38px;
  line-height: 1.8;
  font-size: 93%;
}
/* line 701, sass/style.scss */
#content .contact_description a {
  text-decoration: none;
  color: #8a0606;
}
/* line 704, sass/style.scss */
#content .contact_description a:hover {
  text-decoration: underline;
}
/* line 708, sass/style.scss */
#content .contact_description p.attention {
  margin-top: 16px;
  margin-bottom: 55px;
  font-size: 77%;
}
/* line 708b, sass/style.scss */
#content .contact_description p.tel {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* line 713, sass/style.scss */
#content .contact_description div.contact_nav_box {
  width: 448px;
  height: 181px;
  border: 1px solid #eaeaea;
  background-color: #fdfdfd;
  padding: 1px;
  text-align: center;
}
/* line 720, sass/style.scss */
#content .contact_description div.contact_nav_box .head {
  background-color: #eacdb1;
  padding-top: 6px;
  height: 38px;
  margin-bottom: 25px;
  font-size: 139%;
  color: #89592b;
}
/* line 728, sass/style.scss */
#content .contact_description div.contact_nav_box .btn_wrapper {
  font-size: 93%;
}
/* line 730, sass/style.scss */
#content .contact_description div.contact_nav_box .btn_wrapper a {
  width: 234px;
  height: 48px;
  display: block;
  background: url(images/btn_regulation.jpg) no-repeat;
  text-indent: -9999px;
  margin: 0 auto 17px;
}
/* line 737, sass/style.scss */
#content .contact_description div.contact_nav_box .btn_wrapper a:hover {
  background-position: 0 -48px;
}
/* line 742, sass/style.scss */
#content .contact_description div.contact_nav_box.left {
  float: left;
}
/* line 745, sass/style.scss */
#content .contact_description div.contact_nav_box.right {
  float: right;
}
/* line 750, sass/style.scss */
#content .privacy_description {
  margin-bottom: 48px;
  line-height: 1.8;
}
/* line 753, sass/style.scss */
#content .privacy_description p {
  font-size: 93%;
}
/* line 758, sass/style.scss */
#content .privacy_poricy h2 {
  margin-bottom: 33px;
  line-height: 1;
}
/* line 762, sass/style.scss */
#content .privacy_poricy h3 {
  padding-bottom: 10px;
  line-height: 1;
}
/* line 766, sass/style.scss */
#content .privacy_poricy p, #content .privacy_poricy ul {
  line-height: 1.8;
  font-size: 93%;
  margin: 0 30px 38px;
}
/* line 778, sass/style.scss */
#content section.news_list .h2_wrapper {
  position: relative;
}
/* line 780, sass/style.scss */
#content section.news_list .h2_wrapper h2 {
  margin-bottom: 7px;
}
/* line 783, sass/style.scss */
#content section.news_list .h2_wrapper a.button {
	position: absolute;
	display: block;
	width: 151px;
	height: 25px;
	background: url(images/btn_newevent.png) no-repeat;
	top: 0;
	right: 0;
	text-indent: -9999px;
}
/* line 792, sass/style.scss */
#content section.news_list .h2_wrapper a.button:hover {
  background-position: 0 -25px;
}
/* line 797, sass/style.scss */
#content section.news_list dl {
  position: relative;
}
/* line 799, sass/style.scss */
#content section.news_list dl dt {
  padding: 13px 0 14px;
  position: absolute;
}
/* line 803, sass/style.scss */
#content section.news_list dl dd {
  border-bottom: 1px dotted #b0975f;
  padding: 13px 0 14px 121px;
  background: url(images/arrow_r.png) no-repeat;
  background-position: 108px 19px;
}
/* line 808, sass/style.scss */
#content section.news_list dl dd a {
  text-decoration: none;
}
/* line 811, sass/style.scss */
#content section.news_list dl dd a:hover {
  color: #8a0606;
  text-decoration: underline;
}
/* line 815, sass/style.scss */
#content section.news_list dl dd.last {
  border: none;
}
/* line 820, sass/style.scss */
#content section.news_list.page {
  width: 900px;
  margin: 0 auto 60px;
}
/* line 824, sass/style.scss */
#content section.news_list.page dl dd {
  border-color: #858585;
}
/* line 832, sass/style.scss */
#content #tvcm_content {
  padding-top: 33px;
  margin-bottom: 60px;
}
/* line 835, sass/style.scss */
#content #tvcm_content .tvcm_inner {
  width: 425px;
}
/* line 837, sass/style.scss */
#content #tvcm_content .tvcm_inner h2 {
  margin-bottom: 30px;
}
/* line 840, sass/style.scss */
#content #tvcm_content .tvcm_inner a.movie {
  display: block;
  width: 425px;
  height: 237px;
  margin-bottom: 30px;
  text-indent: -9999px;
}
/* line 847, sass/style.scss */
#content #tvcm_content .tvcm_inner a.movie.tvcm1 {
  background: url(images/image_tvcm1.jpg) no-repeat;
}
/* line 849, sass/style.scss */
#content #tvcm_content .tvcm_inner a.movie.tvcm1:hover {
  background-position: 0 -237px;
}
/* line 853, sass/style.scss */
#content #tvcm_content .tvcm_inner a.movie.tvcm2 {
  background: url(images/image_tvcm2.jpg) no-repeat;
}
/* line 855, sass/style.scss */
#content #tvcm_content .tvcm_inner a.movie.tvcm2:hover {
  background-position: 0 -237px;
}
/* line 860, sass/style.scss */
#content #tvcm_content .tvcm_inner a.btn {
  display: block;
  width: 234px;
  height: 48px;
  background: url(images/btn_play.jpg) no-repeat;
  margin: 0 auto;
  text-indent: -9999px;
}
/* line 867, sass/style.scss */
#content #tvcm_content .tvcm_inner a.btn:hover {
  background-position: 0 -48px;
}
/* line 871, sass/style.scss */
#content #tvcm_content .tvcm_inner.left {
  float: left;
}
/* line 874, sass/style.scss */
#content #tvcm_content .tvcm_inner.right {
  float: right;
}
/* line 881, sass/style.scss */
#content .content_left {
  width: 685px;
  float: left;
}
/* line 884, sass/style.scss */
#content .content_left section.top.menu {
  margin-bottom: 50px;
}
/* line 886, sass/style.scss */
#content .content_left section.top.menu div.one_three {
  width: 210px;
  float: left;
  margin-right: 11px;
}
/* line 890, sass/style.scss */
#content .content_left section.top.menu div.one_three.last {
  margin-right: 0;
}
/* line 893, sass/style.scss */
#content .content_left section.top.menu div.one_three a {
  display: block;
}
/* line 896, sass/style.scss */
#content .content_left section.top.menu div.one_three p {
  margin: 17px 5px;
}
/* line 899, sass/style.scss */
#content .content_left section.top.menu div.one_three a.button {
  width: 121px;
  height: 31px;
  background: url(images/btn_detail.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
/* line 905, sass/style.scss */
#content .content_left section.top.menu div.one_three a.button:hover {
  background-position: 0 -31px;
}
/* line 911, sass/style.scss */
#content .content_left section.menu_image {
  position: relative;
}
/* line 917, sass/style.scss */
#content .content_right {
  float: right;
  width: 227px;
  margin-top: 50px;
  margin-bottom: 24px;
}
/* line 921, sass/style.scss */
#content .content_right .banner, #content .content_right .banner a {
  line-height: 0;
}
/* line 924, sass/style.scss */
#content .content_right .coupon {
  margin-bottom: 12px;
}
/* line 927, sass/style.scss */
#content .content_right .tvcm {
  border: 3px solid #c0a875;
  padding-bottom: 13px;
  margin-bottom: 12px;
  background-color: #fffce4;
}
/* line 931, sass/style.scss */
#content .content_right .tvcm .title {
  border-bottom: 1px dashed #d8a202;
  margin-bottom: 24px;
}
/* line 935, sass/style.scss */
#content .content_right .tvcm .cm_banner {
  width: 163px;
  margin: 0 auto 9px;
}
/* line 938, sass/style.scss */
#content .content_right .tvcm .cm_banner a {
  line-height: 0;
  display: block;
}
/* line 944, sass/style.scss */
#content .content_right .banner.party {
  margin-bottom: 4px;
}
/* line 947, sass/style.scss */
#content .content_right .banner.partner {
  margin-bottom: 11px;
}
/* line 951, sass/style.scss */
#content .content_right .menu {
  width: 224px;
  margin-bottom: 20px;
}
/* line 951, sass/style.scss */
#content .content_right .menu .side{
  margin-bottom: 7px;
}
/* line 954, sass/style.scss */
#content .content_right .menu div {
  line-height: 0;
}

/* line 961, sass/style.scss */
#page_top {
  width: 940px;
  margin: 0 auto;
  text-align: right;
  line-height: 0;
}
/* line 966, sass/style.scss */
#page_top a {
  line-height: 0;
}

/* @group footer*/
/* line 972, sass/style.scss */
footer {
  padding-top: 20px;
  border-top: 1px solid #ededed;
  background-color: #fafafa;
}
/* line 976, sass/style.scss */
footer .above {
  width: 940px;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* line 980, sass/style.scss */
footer .above #footer_logo {
  float: left;
}
/* line 982, sass/style.scss */
footer .above #footer_logo a {
  line-height: 0;
}
/* line 986, sass/style.scss */
footer .above ul {
  float: right;
  width: 745px;
  margin-top: 2px;
  border-left: 1px solid #e1e1e1;
}
/* line 991, sass/style.scss */
footer .above ul li {
  float: left;
}
/* line 993, sass/style.scss */
footer .above ul li a {
  display: block;
  height: 64px;
  background: url(images/footer_menu.png) no-repeat;
  text-indent: -9999px;
}
/* line 1007, sass/style.scss */
footer .above ul li.menu1 a {
  width: 97px;
  background-position: 0 0;
}
/* line 1009, sass/style.scss */
footer .above ul li.menu1 a:hover {
  background-position: 0 -64px;
}
/* line 1013, sass/style.scss */
footer .above ul li.menu2 a {
  width: 73px;
  background-position: -97px 0;
}
/* line 1015, sass/style.scss */
footer .above ul li.menu2 a:hover {
  background-position: -97px -64px;
}
/* line 1019, sass/style.scss */
footer .above ul li.menu3 a {
  width: 70px;
  background-position: -170px 0;
}
/* line 1021, sass/style.scss */
footer .above ul li.menu3 a:hover {
  background-position: -170px -64px;
}
/* line 1025, sass/style.scss */
footer .above ul li.menu4 a {
  width: 73px;
  background-position: -240px 0;
}
/* line 1027, sass/style.scss */
footer .above ul li.menu4 a:hover {
  background-position: -240px -64px;
}
/* line 1031, sass/style.scss */
footer .above ul li.menu5 a {
  width: 108px;
  background-position: -313px 0;
}
/* line 1033, sass/style.scss */
footer .above ul li.menu5 a:hover {
  background-position: -313px -64px;
}
/* line 1037, sass/style.scss */
footer .above ul li.menu6 a {
  width: 143px;
  background-position: -421px 0;
}
/* line 1039, sass/style.scss */
footer .above ul li.menu6 a:hover {
  background-position: -421px -64px;
}
/* line 1043, sass/style.scss */
footer .above ul li.menu7 a {
  width: 181px;
  background-position: -564px 0;
}
/* line 1045, sass/style.scss */
footer .above ul li.menu7 a:hover {
  background-position: -564px -64px;
}
/* line 1052, sass/style.scss */
footer .below {
  line-height: 0;
  padding: 14px 0 13px;
  text-align: center;
  background: #000000;
}

/* 12/27 new css */
#content .content_top section.top.menu div.one_three_new {
  width: 300px;
  float: left;
  margin-right: 20px;
}
#content .content_top section.top.menu div.one_three_last {
  margin-right: 0;
}
#content .content_top section.top.menu div.one_three_new a {
  display: block;
}
#content .content_top section.top.menu div.one_three_last a {
  display: block;
}
#content .content_top section.top.menu div.one_three_new p {
  margin: 17px 5px;
}
#content .content_top section.top.menu div.one_three_last p {
  margin: 17px 5px;
}
#content .content_top section.top.menu div.one_three_new a.button {
  width: 121px;
  height: 31px;
  background: url(images/btn_detail.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#content .content_top section.top.menu div.one_three_last a.button {
  width: 121px;
  height: 31px;
  background: url(images/btn_detail.png) no-repeat;
  text-indent: -9999px;
  overflow: hidden;
}
#content .content_top section.top.menu div.one_three_new a.button:hover {
  background-position: 0 -31px;
}
#content .content_top section.top.menu div.one_three_last a.button:hover {
  background-position: 0 -31px;
}
#content .content_top section.menu_image {
  position: relative;
}
#content .shop_img {
	text-align: center;
	margin-bottom: 40px;
}
#content .shop_title {
	text-align: center;
	margin-bottom: 10px;
}

/* ADD 2014/9/1 */
#content .content_right .banner.countdown {
  height: 309px;
  background:transparent url(/images/banner_limit.gif) no-repeat 0 0 scroll;
  margin-bottom: 11px;
}
#content .content_right .banner.countdown #CDT_sat {
  padding: 76px 4px 0 4px;
  text-align: center;
}
#content .content_right .banner.countdown #CDT_sat p {
  line-height: 1.2;
  color: #ffffff;
}
#content .content_right .banner.countdown #CDT_sat .day{
  font-size: 220%;
  font-weight: bold;
}
#content .content_right .banner.countdown #CDT_sat .hour,
#content .content_right .banner.countdown #CDT_sat .min{
  font-size: 190%;
}
#content .content_right .banner.countdown #CDT_sat .sec,
#content .content_right .banner.countdown #CDT_sat .milli{
  font-size: 120%;
}

#menu .flexCenter{
  margin-top: 40px;
}

.item_ttl{
  font-size: 2.2rem;
}

/* ADD 2025/11/07 ニュース詳細 */
.news_post p{
  margin-top: 20px;
}

.news__post-link{
  display: flex;
  
}