@charset "UTF-8";
/* 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 5, ../../../../../Library/Ruby/Gems/2.0.0/gems/compass-core-1.0.3/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/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

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

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

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

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

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

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

/* line 23, scss/style.scss */
* {
  box-sizing: border-box;
  -webkit-appearance: none;
}

/* line 28, scss/style.scss */
body {
  background-color: #fff;
  color: #505050;
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴシック Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 12px;
  line-height: 1.714;
}

/* line 36, scss/style.scss */
img {
  vertical-align: top;
  max-width: 100%;
}

/* line 41, scss/style.scss */
p {
  margin-top: 1.714em;
}
/* line 43, scss/style.scss */
p:first-child {
  margin-top: 0;
}

/* line 48, scss/style.scss */
ul {
  margin-left: 1.5em;
}

/* line 52, scss/style.scss */
ol {
  margin-left: 1.5em;
  list-style: decimal;
}

/* line 57, scss/style.scss */
a {
  color: #4478b1;
  text-decoration: none;
}

/* line 66, scss/style.scss */
input[type="text"], input[type="email"], input[type="tel"], textarea {
  border: solid 1px #ccc;
  font-size: 14px;
}

/* line 71, scss/style.scss */
input[type="submit"] {
  border: none;
  cursor: pointer;
}

/* line 77, scss/style.scss */
input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

/* line 86, scss/style.scss */
sup {
  vertical-align: super;
  font-size: smaller;
}

/* line 91, scss/style.scss */
body::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background-image: url("images/bg-main.jpg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

/* line 120, scss/style.scss */
#top-head, .inner-header {
  width: 100%;
  padding: 0;
}

/* line 124, scss/style.scss */
#top-head {
  top: 0;
  position: fixed;
  margin-top: 0;
  width: 100%;
  z-index: 999;
}

/* Fixed reset */
/* line 133, scss/style.scss */
#top-head.fixed {
  padding-top: 0;
  background: transparent;
}

/* line 138, scss/style.scss */
#mobile-head {
  height: 81px;
  width: 100%;
  position: relative;
}
/* line 147, scss/style.scss */
#mobile-head h1.logo {
  display: none;
}
/* line 149, scss/style.scss */
#mobile-head h1.logo a {
  background-image: url("images/navigation/logo.png");
  background-repeat: no-repeat;
  display: block;
  height: 63px;
  margin: 0 auto;
  text-indent: -9999px;
  width: 125px;
}

/* line 161, scss/style.scss */
#global-nav {
  background-image: url("images/bg-header.png");
  background-position: 0 bottom;
  background-repeat: repat-x;
  background-size: 20px 81px;
  position: absolute;
  /* 開いていないときは画面外に配置 */
  top: -520px;
  left: 0;
  right: 0;
  padding-bottom: 12px;
  width: 100%;
  text-align: center;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  -webkit-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
/* line 176, scss/style.scss */
#global-nav ul {
  background: #f5d421;
  list-style: none;
  margin: 0;
  padding: 8px 0 0;
  position: static;
  bottom: 0;
  font-size: 14px;
}
/* line 186, scss/style.scss */
#global-nav ul li {
  float: none;
  position: static;
  padding: .2em 0;
}
/* line 190, scss/style.scss */
#global-nav ul li a {
  margin: 0 auto;
}

/* line 200, scss/style.scss */
#top-head #global-nav ul li a, #top-head.fixed #global-nav ul li a {
  background-position: center bottom;
  background-repeat: no-repeat;
  display: block;
  height: 33px;
  color: #505050;
  text-indent: -9999px;
}
/* line 209, scss/style.scss */
#top-head #global-nav ul li a:hover, #top-head.fixed #global-nav ul li a:hover {
  background-position: left bottom, center bottom;
}
/* line 214, scss/style.scss */
#top-head #global-nav ul li:nth-child(1) a, #top-head.fixed #global-nav ul li:nth-child(1) a {
  background-image: url("images/navigation/logo.png");
  height: 63px;
  width: 125px;
}
/* line 221, scss/style.scss */
#top-head #global-nav ul li:nth-child(2) a, #top-head.fixed #global-nav ul li:nth-child(2) a {
  background-image: url("images/navigation/news.png");
  width: 121px;
}
/* line 224, scss/style.scss */
#top-head #global-nav ul li:nth-child(2) a:hover, #top-head.fixed #global-nav ul li:nth-child(2) a:hover {
  background-image: url("images/navigation/menu-on.png"), url("images/navigation/news.png");
}
/* line 230, scss/style.scss */
#top-head #global-nav ul li:nth-child(3) a, #top-head.fixed #global-nav ul li:nth-child(3) a {
  background-image: url("images/navigation/concept.png");
  width: 136px;
}
/* line 233, scss/style.scss */
#top-head #global-nav ul li:nth-child(3) a:hover, #top-head.fixed #global-nav ul li:nth-child(3) a:hover {
  background-image: url("images/navigation/menu-on.png"), url("images/navigation/concept.png");
}
/* line 239, scss/style.scss */
#top-head #global-nav ul li:nth-child(4) a, #top-head.fixed #global-nav ul li:nth-child(4) a {
  background-image: url("images/navigation/menu.png");
  width: 121px;
}
/* line 242, scss/style.scss */
#top-head #global-nav ul li:nth-child(4) a:hover, #top-head.fixed #global-nav ul li:nth-child(4) a:hover {
  background-image: url("images/navigation/menu-on.png"), url("images/navigation/menu.png");
}
/* line 248, scss/style.scss */
#top-head #global-nav ul li:nth-child(5) a, #top-head.fixed #global-nav ul li:nth-child(5) a {
  background-image: url("images/navigation/goods.png");
  width: 116px;
}
/* line 251, scss/style.scss */
#top-head #global-nav ul li:nth-child(5) a:hover, #top-head.fixed #global-nav ul li:nth-child(5) a:hover {
  background-image: url("images/navigation/menu-on.png"), url("images/navigation/goods.png");
}
/* line 257, scss/style.scss */
#top-head #global-nav ul li:nth-child(6) a, #top-head.fixed #global-nav ul li:nth-child(6) a {
  background-image: url("images/navigation/fee.png");
  width: 121px;
}
/* line 260, scss/style.scss */
#top-head #global-nav ul li:nth-child(6) a:hover, #top-head.fixed #global-nav ul li:nth-child(6) a:hover {
  background-image: url("images/navigation/menu-on.png"), url("images/navigation/fee.png");
}
/* line 266, scss/style.scss */
#top-head #global-nav ul li:nth-child(7) a, #top-head.fixed #global-nav ul li:nth-child(7) a {
  background-image: url("images/navigation/access.png");
  width: 136px;
}
/* line 269, scss/style.scss */
#top-head #global-nav ul li:nth-child(7) a:hover, #top-head.fixed #global-nav ul li:nth-child(7) a:hover {
  background-image: url("images/navigation/menu-on.png"), url("images/navigation/access.png");
}
/* line 275, scss/style.scss */
#top-head #global-nav ul li:nth-child(8) a, #top-head.fixed #global-nav ul li:nth-child(8) a {
  background-image: url("images/navigation/caution.png");
  width: 136px;
}
/* line 278, scss/style.scss */
#top-head #global-nav ul li:nth-child(8) a:hover, #top-head.fixed #global-nav ul li:nth-child(8) a:hover {
  background-image: url("images/navigation/menu-on.png"), url("images/navigation/caution.png");
}
/* line 284, scss/style.scss */
#top-head #global-nav ul li:nth-child(9) a, #top-head.fixed #global-nav ul li:nth-child(9) a {
  background-image: url("images/navigation/contact.png");
  width: 153px;
}
/* line 287, scss/style.scss */
#top-head #global-nav ul li:nth-child(9) a:hover, #top-head.fixed #global-nav ul li:nth-child(9) a:hover {
  background-image: url("images/navigation/menu-on.png"), url("images/navigation/contact.png");
}
/* line 293, scss/style.scss */
#top-head #global-nav ul li:nth-child(10) a, #top-head.fixed #global-nav ul li:nth-child(10) a {
  background-image: url("images/navigation/twitter.png");
  height: 65px;
  width: 64px;
}

/* line 304, scss/style.scss */
.inactive {
  pointer-events: none;
  cursor: default;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}

/* line 309, scss/style.scss */
#nav-toggle {
  background-color: #fff;
  display: block;
  position: absolute;
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  z-index: 101;
}
/* line 320, scss/style.scss */
#nav-toggle div {
  position: relative;
}
/* line 323, scss/style.scss */
#nav-toggle span {
  display: block;
  position: absolute;
  height: 2px;
  margin: auto;
  width: 75%;
  background-color: #fc5017;
  left: 0;
  right: 0;
  -moz-transition: ease-in-out 0.35s;
  -o-transition: ease-in-out 0.35s;
  -webkit-transition: ease-in-out 0.35s;
  transition: ease-in-out 0.35s;
}
/* line 333, scss/style.scss */
#nav-toggle span:nth-child(1) {
  top: 4px;
}
/* line 336, scss/style.scss */
#nav-toggle span:nth-child(2) {
  top: 11px;
}
/* line 339, scss/style.scss */
#nav-toggle span:nth-child(3) {
  top: 18px;
}

/* #nav-toggle 切り替えアニメーション */
/* line 345, scss/style.scss */
.open {
  /* #global-nav スライドアニメーション */
}
/* line 348, scss/style.scss */
.open #nav-toggle span:nth-child(1) {
  top: 11px;
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}
/* line 352, scss/style.scss */
.open #nav-toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
/* line 356, scss/style.scss */
.open #nav-toggle span:nth-child(3) {
  top: 11px;
  -moz-transform: rotate(-315deg);
  -ms-transform: rotate(-315deg);
  -webkit-transform: rotate(-315deg);
  transform: rotate(-315deg);
}
/* line 363, scss/style.scss */
.open #global-nav {
  -moz-transform: translateY(520px);
  -ms-transform: translateY(520px);
  -webkit-transform: translateY(520px);
  transform: translateY(520px);
}

/* line 369, scss/style.scss */
.content-wrapper {
  margin: 0 auto;
  position: relative;
}

/* line 374, scss/style.scss */
.content-block {
  margin: 0 auto;
  max-width: 1000px;
  width: 93.75%;
  padding-bottom: 5.2%;
}

/* line 381, scss/style.scss */
.site-header {
  margin: 0 auto;
  max-width: 986px;
  overflow: hidden;
  padding: 13.33333% 0 0;
  width: 93.75%;
}

/* line 390, scss/style.scss */
.title-block {
  margin: 0 0 0 auto;
  max-width: 847px;
  padding-bottom: 5.27383%;
  position: relative;
}
/* line 396, scss/style.scss */
.title-block h1 {
  margin: 0 auto;
  width: 81.81984%;
}
/* line 400, scss/style.scss */
.title-block > img {
  width: 20.82761%;
  position: absolute;
  top: 0;
  right: 0;
}

/* line 408, scss/style.scss */
.site-footer {
  background-color: #fff;
  padding: 1em 0;
  text-align: center;
}

/* line 442, scss/style.scss */
.chara-top {
  text-align: center;
}
/* line 444, scss/style.scss */
.chara-top img {
  padding-bottom: 5.8%;
}

/* line 449, scss/style.scss */
.news-block {
  background-image: url("images/news/bg-news.gif");
  background-position: center;
  background-size: 52.4%;
  padding-bottom: 67.66667%;
  position: relative;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* line 457, scss/style.scss */
.news-block h2 {
  background-image: url("images/news/h2-news.png");
  background-size: cover;
  line-height: 0;
  margin: auto;
  padding-bottom: 12.66667%;
  text-indent: -9999px;
  width: 39.66667%;
  position: absolute;
  top: -7.66667%;
  right: 0;
  left: 0;
  z-index: 2;
}
/* line 472, scss/style.scss */
.news-block > div {
  background-color: #fff;
  height: 77.73109%;
  margin: auto;
  overflow: hidden;
  padding: 1.89655% 7.75%;
  width: 88%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/* line 485, scss/style.scss */
.news-block > div div {
  height: 91.08108%;
  margin: auto;
  overflow: auto;
  width: 90.90909%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 500, scss/style.scss */
.inner-full {
  font-size: 12px;
  margin: 0 auto;
  max-width: 1206px;
  padding: 24px 0 80%;
  width: 93.75%;
  position: relative;
}
/* line 507, scss/style.scss */
.inner-full > h2 {
  text-indent: -9999px;
}

/* line 512, scss/style.scss */
.real-width {
  margin: 0 auto;
  max-width: 1206px;
  position: relative;
}

/* line 518, scss/style.scss */
.concept-block {
  background-image: url("images/concept/bg-concept.png");
  background-position: left top;
  background-repeat: repeat-x;
  color: #64330d;
  font-weight: bold;
  line-height: 2.3;
  text-align: center;
}
/* line 526, scss/style.scss */
.concept-block h2 {
  background-image: url("images/concept/h2-concept.png"), url("images/concept/h2-concept-l.png"), url("images/concept/h2-concept-r.png");
  background-position: center center, left 34.21053%, right 34.21053%;
  background-repeat: no-repeat, no-repeat, no-repeat;
  background-size: auto 38px, 45px auto, 45px auto;
  height: 38px;
  margin: 0 auto;
  max-width: 320px;
  width: 90%;
}
/* line 538, scss/style.scss */
.concept-block span {
  color: #ffd700;
  font-size: 1.1em;
  text-shadow: 0px 1px 1px #64330d, 0px 0px 1px #64330d, 1px 0px 1px #64330d, 0px -1px 1px #64330d, -1px -1px 1px #64330d, -1px 0px 1px #64330d;
}
/* line 543, scss/style.scss */
.concept-block .chara-concept-l {
  max-width: 164px;
  width: 27%;
  position: absolute;
  left: 24.33333%;
  bottom: 12%;
}
/* line 550, scss/style.scss */
.concept-block .chara-concept-r {
  max-width: 125px;
  width: 19.33333%;
  position: absolute;
  right: 25%;
  bottom: 12%;
}

/* line 559, scss/style.scss */
.zig {
  height: 35px;
  margin-top: -20px;
}

/* line 564, scss/style.scss */
.zig-charge {
  background-image: url("images/charge/bg-charge-edge.png");
  background-repeat: repeat-x;
}

/* line 569, scss/style.scss */
.charge-block {
  background-image: url("images/charge/bg-charge.png");
  padding: 24px 0 22.5%;
}
/* line 572, scss/style.scss */
.charge-block .chara-charge {
  max-width: 171px;
  width: 25%;
  position: absolute;
  right: 16.875%;
  bottom: -6.875%;
}

/* line 581, scss/style.scss */
.charge-inner {
  background-image: url("images/charge/bg-charge-inner.gif");
  background-size: 52.4%;
  font-size: 12px;
  font-weight: bold;
  margin: 0 auto;
  max-width: 1000px;
  padding: 6.66667% 6.66667% 16%;
  text-align: center;
  width: 93.75%;
  position: relative;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* line 593, scss/style.scss */
.charge-inner h2 {
  background-image: url("images/charge/h2-charge.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 38px;
  margin: auto;
  text-indent: -9999px;
  position: absolute;
  top: -3.33333%;
  right: 0;
  left: 0;
}
/* line 606, scss/style.scss */
.charge-inner ul {
  margin: 0 4%;
}
/* line 608, scss/style.scss */
.charge-inner ul li {
  padding-bottom: 5.04202%;
}
/* line 612, scss/style.scss */
.charge-inner .text-charge {
  margin: 0 4%;
}
/* line 615, scss/style.scss */
.charge-inner .btn-reserve {
  margin-top: 1em;
  max-width: 268px;
  width: 56.16667%;
}
/* line 620, scss/style.scss */
.charge-inner p.kome {
  float: left;
  font-size: 10px;
}
/* line 624, scss/style.scss */
.charge-inner:after {
  content: "";
  display: block;
  clear: both;
}

/* line 631, scss/style.scss */
.zig-access {
  background-image: url("images/access/bg-access-edge.png");
  background-repeat: repeat-x;
}

/* line 636, scss/style.scss */
.access-block {
  background-image: url("images/access/bg-access.png");
  padding: 6.66667% 0 28%;
}
/* line 639, scss/style.scss */
.access-block .chara-access {
  max-width: 163px;
  width: 22.1875%;
  position: absolute;
  left: 16.875%;
  bottom: -25.625%;
}

/* line 647, scss/style.scss */
.access {
  background-color: #ffffdc;
  margin: 0 auto;
  max-width: 1000px;
  width: 93.75%;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
}
/* line 653, scss/style.scss */
.access .inner-access {
  padding: 5% 4% 22%;
  text-align: center;
  position: relative;
}
/* line 657, scss/style.scss */
.access .inner-access h2 {
  background-image: url("images/access/h2-access.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-size: auto 100%;
  height: 38px;
  margin: auto;
  text-indent: -9999px;
  position: absolute;
  top: -6.66667%;
  right: 0;
  left: 0;
}
/* line 670, scss/style.scss */
.access .inner-access p {
  font-size: 10px;
  font-weight: bold;
  letter-spacing: -.04em;
  margin-bottom: .714em;
}
/* line 676, scss/style.scss */
.access .inner-access .btn-access {
  max-width: 232px;
  width: 47.66667%;
  position: absolute;
  right: 10.66667%;
  bottom: 9.33333%;
}

/* line 686, scss/style.scss */
.notes-block {
  background-image: url("images/notes/bg-notes.png");
  background-position: left top;
  background-repeat: repeat-x;
  font-weight: bold;
  line-height: 2.3;
  margin-top: -20px;
  text-align: left;
}
/* line 695, scss/style.scss */
.notes-block h2 {
  background-image: url("images/notes/h2-notes.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 38px;
  margin: 0 auto 1.5em;
  width: 90%;
}
/* line 707, scss/style.scss */
.notes-block .h3-block {
  line-height: 1.714em;
  margin: 0 auto;
  max-width: 1006px;
  padding-bottom: 1.714em;
}
/* line 712, scss/style.scss */
.notes-block .h3-block h3 {
  height: 33px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100%;
  margin-bottom: 1em;
  text-indent: -9999px;
}
/* line 721, scss/style.scss */
.notes-block .h3-block:nth-child(2) h3 {
  background-image: url("images/notes/h3-notes01.png");
}
/* line 726, scss/style.scss */
.notes-block .h3-block:nth-child(3) h3 {
  background-image: url("images/notes/h3-notes02.png");
}
/* line 731, scss/style.scss */
.notes-block .h3-block:nth-child(4) h3 {
  background-image: url("images/notes/h3-notes03.png");
}
/* line 736, scss/style.scss */
.notes-block .h3-block:nth-child(5) h3 {
  background-image: url("images/notes/h3-notes04.png");
}
/* line 741, scss/style.scss */
.notes-block ul {
  list-style: disc;
  margin-left: 1em;
}
/* line 745, scss/style.scss */
.notes-block .br-pc {
  display: none;
}
/* line 748, scss/style.scss */
.notes-block .chara-notes {
  margin: auto;
  max-width: 162px;
  width: 26%;
  position: absolute;
  left: 0;
  right: 0;
}

/* line 758, scss/style.scss */
.googlemap {
  position: relative;
  padding-bottom: 45.65217%;
  height: 0;
  margin-bottom: 0.714em;
  overflow: hidden;
}

@media screen and (min-width: 600px) {
  /* line 767, scss/style.scss */
  .foodmenu, .twitter, .contact {
    margin: 0 auto 1.6%;
    padding: 6.2% 0 0;
    width: 29.6%;
  }

  /* line 773, scss/style.scss */
  .news-block h2 {
    padding-bottom: 74px;
    width: 229px;
  }

  /* line 779, scss/style.scss */
  .concept-block .br-mobile {
    display: none;
  }

  /* line 784, scss/style.scss */
  .inner-full {
    font-size: 14px;
  }

  /* line 787, scss/style.scss */
  .btns {
    font-size: 0;
  }

  /* line 790, scss/style.scss */
  .foodmenu, .twitter, .contact {
    display: inline-block;
  }

  /* line 793, scss/style.scss */
  .foodmenu, .twitter {
    margin-right: 5.6%;
  }

  /* line 796, scss/style.scss */
  .inner-full {
    padding: 46px 0 66.66667%;
  }

  /* line 800, scss/style.scss */
  .charge-block .chara-charge {
    right: 2.5%;
    bottom: -8.75%;
  }

  /* line 807, scss/style.scss */
  .charge-inner ul {
    font-size: 0;
  }
  /* line 809, scss/style.scss */
  .charge-inner ul li {
    display: inline-block;
    width: 48%;
  }
  /* line 813, scss/style.scss */
  .charge-inner ul li:first-child {
    margin-right: 2.4%;
  }
  /* line 818, scss/style.scss */
  .charge-inner p {
    font-size: 18px;
  }
  /* line 821, scss/style.scss */
  .charge-inner p.kome {
    float: none;
    font-size: 14px;
  }

  /* line 827, scss/style.scss */
  .access .inner-access {
    padding: 2.66667% 4% 24%;
  }
  /* line 829, scss/style.scss */
  .access .inner-access p {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  /* line 837, scss/style.scss */
  .news-block {
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
  }

  /* line 840, scss/style.scss */
  .inner-full {
    font-size: 20px;
  }
  /* line 843, scss/style.scss */
  .inner-full > h2 {
    margin-bottom: 1em;
  }

  /* line 848, scss/style.scss */
  .concept-block h2 {
    background-size: auto auto, auto auto, auto auto;
    height: 78px;
    max-width: 590px;
    width: 590px;
  }

  /* line 856, scss/style.scss */
  .charge-block h2 {
    background-size: auto auto;
    height: 78px;
  }

  /* line 861, scss/style.scss */
  .charge-inner {
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
  }

  /* line 864, scss/style.scss */
  .access {
    -moz-border-radius: 28px;
    -webkit-border-radius: 28px;
    border-radius: 28px;
  }
  /* line 866, scss/style.scss */
  .access .inner-access {
    padding: 4.16667% 4% 24%;
  }
  /* line 868, scss/style.scss */
  .access .inner-access h2 {
    background-size: auto auto;
    height: 78px;
  }
  /* line 872, scss/style.scss */
  .access .inner-access p {
    font-size: 16px;
  }

  /* line 878, scss/style.scss */
  .notes-block h2 {
    background-size: auto auto;
    height: 78px;
  }
  /* line 882, scss/style.scss */
  .notes-block .h3-block {
    font-size: 16px;
  }
  /* line 884, scss/style.scss */
  .notes-block .h3-block h3 {
    background-position: left center;
    background-size: auto auto;
    height: 56px;
  }
}
@media screen and (min-width: 1206px) {
  /* line 894, scss/style.scss */
  .inner-header {
    width: 1162px;
    margin: 0 auto;
  }
  /* line 897, scss/style.scss */
  .inner-header:after {
    content: "";
    clear: both;
    display: block;
  }

  /* header */
  /* line 905, scss/style.scss */
  #top-head {
    background: url("images/bg-header.png") repeat-x;
    top: -100px;
    bottom: auto;
    height: 98px;
    position: absolute;
    margin: 100px auto 0;
    padding: 10px 0 0;
    line-height: 1;
    z-index: 999;
  }
  /* line 916, scss/style.scss */
  #top-head .inner-header {
    position: relative;
  }

  /* line 924, scss/style.scss */
  #global-nav {
    top: 0px;
  }
  /* line 926, scss/style.scss */
  #global-nav ul {
    list-style: none;
    position: absolute;
    right: 0;
    bottom: -65px;
    font-size: 0px;
    padding: 0;
  }
  /* line 933, scss/style.scss */
  #global-nav ul li {
    display: inline-block;
    margin-right: -13px;
    vertical-align: middle;
  }
  /* line 938, scss/style.scss */
  #global-nav ul li a {
    color: #505050;
  }
  /* line 942, scss/style.scss */
  #global-nav ul li:nth-child(1) {
    display: none;
  }
  /* line 945, scss/style.scss */
  #global-nav ul li:last-child {
    margin: 0 0 0 18px;
  }

  /* Fixed */
  /* line 953, scss/style.scss */
  #top-head.fixed {
    background: url("images/bg-header.png") repeat-x;
    margin-top: 0;
    top: 0;
    position: fixed;
    padding-top: 10px;
    height: 98px;
    -moz-transition: top 0.65s ease-in;
    -o-transition: top 0.65s ease-in;
    -webkit-transition: top 0.65s ease-in;
    transition: top 0.65s ease-in;
  }
  /* line 964, scss/style.scss */
  #top-head.fixed #global-nav ul {
    overflow: hidden;
  }
  /* line 967, scss/style.scss */
  #top-head.fixed #global-nav ul li a {
    color: #333;
  }

  /* line 976, scss/style.scss */
  #mobile-head {
    background-color: transparent;
    background-image: none;
    height: auto;
    padding: 0;
  }
  /* line 981, scss/style.scss */
  #mobile-head h1.logo {
    display: block;
    float: left;
  }

  /* Toggle Button */
  /* line 988, scss/style.scss */
  #nav-toggle {
    display: none;
    position: absolute;
    right: 12px;
    top: 14px;
  }

  /* line 996, scss/style.scss */
  .title-block h1 {
    margin: 0;
  }

  /* line 1001, scss/style.scss */
  .news-block {
    padding-bottom: 47.6%;
  }
  /* line 1003, scss/style.scss */
  .news-block > div {
    width: 86%;
  }
  /* line 1005, scss/style.scss */
  .news-block > div div {
    width: 82.18391%;
  }

  /* line 1011, scss/style.scss */
  .inner-full {
    font-size: 24px;
    padding-bottom: 120px;
  }

  /* line 1017, scss/style.scss */
  .concept-block .chara-concept-l {
    left: 0;
    top: 36px;
    bottom: auto;
  }
  /* line 1022, scss/style.scss */
  .concept-block .chara-concept-r {
    right: 0;
    top: 221px;
    bottom: auto;
  }

  /* line 1029, scss/style.scss */
  .charge-block {
    padding-bottom: 80px;
  }
  /* line 1031, scss/style.scss */
  .charge-block .br-mobile {
    display: none;
  }
  /* line 1034, scss/style.scss */
  .charge-block .charge-inner {
    padding-bottom: 48px;
  }
  /* line 1037, scss/style.scss */
  .charge-block .chara-charge {
    right: 0;
    bottom: -20px;
  }

  /* line 1043, scss/style.scss */
  .access-block {
    padding: 64px 0 120px;
  }
  /* line 1045, scss/style.scss */
  .access-block .chara-access {
    left: 0;
    bottom: -24px;
  }

  /* line 1052, scss/style.scss */
  .access .inner-access {
    padding: 4.16667% 4% 8.8%;
  }
  /* line 1054, scss/style.scss */
  .access .inner-access .btn-access {
    max-width: 232px;
    margin: auto;
    right: 0;
    left: 0;
    bottom: 24px;
  }

  /* line 1065, scss/style.scss */
  .notes-block .br-pc {
    display: block;
  }
  /* line 1068, scss/style.scss */
  .notes-block .chara-notes {
    bottom: 0;
    right: 0;
    left: auto;
  }
}
