@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, main, nav, section, summary {
  display: block; }

body {
  background: url(images/back_orange.gif) repeat 0 0;
  color: #936C13;
  padding: 15px;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', 'Osaka', 'メイリオ', 'Meiryo', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

html, body {
  height: 100%; }

br {
  letter-spacing: 0; }

img {
  -ms-interpolation-mode: bicubic; }

input[type=checkbox] {
  -webkit-appearance: checkbox; }

small {
  font-size: 85%; }

b, strong {
  font-weight: bold; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

sub, sup {
  position: relative;
  vertical-align: baseline;
  line-height: 0;
  font-size: 70%; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

a, a:visited {
  background: transparent;
  color: #DF6628;
  text-decoration: none; }

a:hover {
  color: #d8510d; }

a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus,
summary:focus {
  outline: none; }

/* layout */
.outline {
  background: url(images/back_material.gif) repeat 0 0;
  border-radius: 4px;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
  zoom: 1; }
  .outline:before, .outline:after {
    display: table;
    content: "";
    line-height: 0; }
  .outline:after {
    clear: both; }

.global-header {
  position: relative;
  text-align: center;
  padding: 50px 0;
  height: 150px; }
  .global-header h1,
  .global-header p,
  .global-header nav,
  .global-header ul,
  .global-header li,
  .global-header .global-header__name {
    display: inline-block;
    vertical-align: middle;
    line-height: 150px; }
  .global-header a {
    color: #936C13; }
  .global-header a:hover {
    color: #d8510d; }
  .global-header h1 {
    position: absolute;
    right: 60%;
    top: 50px; }

*:first-child + html .global-header h1,
*:first-child + html .global-header p,
*:first-child + html .global-header nav,
*:first-child + html .global-header ul,
*:first-child + html .global-header li,
*:first-child + html .global-header .global-header__name {
  display: inline; }
*:first-child + html .global-header h1 {
  display: block;
  width: 27%;
  margin: 0; }
*:first-child + html .global-header .global-header__copy,
*:first-child + html .global-header .global-header__name {
  float: left; }
*:first-child + html .global-header .global-header__name {
  margin-top: 60px; }

.global-header__copy {
  font-family: 'georgia', sans-serif;
  font-weight: normal !important;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 10px;
  margin-right: 20px; }

.global-header__name-logo {
  display: block;
  margin-bottom: 5px;
  line-height: 1; }

.global-header__name-text {
  display: block;
  line-height: 1;
  font-size: 10px; }

.global-header__logo {
  position: absolute;
  left: 50%;
  top: 52px;
  margin-left: -75px;
  line-height: 1 !important;
  height: 150px; }

.global-header__menu {
  position: absolute;
  left: 58%;
  top: 50px;
  margin-left: 20px; }
  .global-header__menu li {
    position: relative;
    margin-right: 10px;
    font-size: 14px; }
  .global-header__menu .en {
    font-family: 'georgia', sans-serif;
    font-weight: normal !important;
    -webkit-font-smoothing: subpixel-antialiased;
    padding-right: 3px;
    padding-left: 3px; }
  .global-header__menu .ja {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    font-size: 11px;
    margin-top: 2px; }
  .global-header__menu a:hover .en {
    opacity: 0; }
  .global-header__menu a:hover .ja {
    opacity: 1; }

.global-header__menu-twitter {
  margin-left: 10px; }
  .global-header__menu-twitter img {
    vertical-align: middle; }

.global-header__menu-balloon {
  position: absolute;
  top: 0;
  right: -60px;
  display: none; }

.global-header__copyright {
  position: absolute;
  top: 20px;
  right: 20px; }

.header-title {
  display: block;
  text-align: center;
  margin-bottom: 30px; }

.header-title__no {
  display: inline-block;
  padding: 0 40px 10px;
  border-bottom: 1px #d4cbbf solid;
  font-size: 72px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Amatic SC', sans-serif;
  -webkit-font-smoothing: antialiased; }

.header-title__text {
  display: block;
  padding: 10px 30px;
  line-height: 1;
  font-family: 'georgia', sans-serif;
  font-weight: normal !important;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 1px; }

.c-concept {
  zoom: 1;
  text-align: center;
  background: url(images/back_beige.gif) repeat 0 0; }
  .c-concept:before, .c-concept:after {
    display: table;
    content: "";
    line-height: 0; }
  .c-concept:after {
    clear: both; }

.c-concept__text {
  position: relative;
  width: 40%;
  height: 550px;
  float: right;
  padding: 50px 5% 0; }

.c-concept__photo {
  width: 50%;
  height: 600px;
  float: left; }

.c-concept__catch {
  margin-bottom: 12px;
  font-size: 57px;
  font-weight: 400;
  line-height: 1;
  font-family: 'Amatic SC', sans-serif;
  -webkit-font-smoothing: antialiased; }

.c-concept__catch--ja {
  margin-bottom: 25px;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1px; }

.c-concept__body {
  font-size: 12px;
  line-height: 1.8; }
  .c-concept__body p {
    margin-bottom: 15px; }

.c-concept__cc {
  position: absolute;
  left: 15px;
  bottom: 13px;
  line-height: 20px;
  font-size: 11px;
  font-family: 'georgia', sans-serif;
  font-weight: normal !important;
  -webkit-font-smoothing: subpixel-antialiased;
  opacity: 0.6; }
  .c-concept__cc img {
    vertical-align: bottom;
    margin-right: 5px; }
  .c-concept__cc a, .c-concept__cc a:visited, .c-concept__cc a:hover {
    color: #936C13; }

.c-about {
  position: relative;
  width: 100%;
  padding: 70px 0;
  zoom: 1;
  border-bottom: 1px #d4cbbf dashed; }
  .c-about:before, .c-about:after {
    display: table;
    content: "";
    line-height: 0; }
  .c-about:after {
    clear: both; }

.c-about__info {
  width: 40%;
  margin-right: 5%;
  float: right; }
  .c-about__info h3 {
    margin-bottom: 20px;
    font-size: 15px; }

.c-about__info-header {
  margin-bottom: 15px;
  font-size: 12px; }
  .c-about__info-header img {
    margin-top: 5px; }

.c-about__info-table, .c-about__info-table--com {
  margin-bottom: 10px; }
  .c-about__info-table th, .c-about__info-table--com th {
    text-align: left;
    padding: 4px 20px 4px 0;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px;
    white-space: nowrap; }
  .c-about__info-table td, .c-about__info-table--com td {
    padding: 4px 5px;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 1px; }
  .c-about__info-table .en, .c-about__info-table--com .en {
    font-size: 11px;
    line-height: 1.2;
    letter-spacing: 0; }

.c-about__info-twitter {
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #DF6628; }
  .c-about__info-twitter img {
    vertical-align: bottom;
    margin-right: 5px; }

.c-about__info-title-com {
  display: inline-block;
  margin-bottom: 25px;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 1px;
  cursor: pointer;
  font-weight: bold;
  color: #936C13; }
  .c-about__info-title-com img {
    vertical-align: middle; }

*:first-child + html .c-about__info-title-com {
  display: none; }

.c-about__info-body-com {
  display: none; }

.c-about__info-table--com th, .c-about__info-table--com td {
  font-size: 12px; }

.c-about__shop {
  border-top: 1px #d4cbbf solid;
  margin-top: 30px;
  padding: 25px 0 0;
  width: 300px; }

.c-about__shop-header {
  position: relative;
  margin-bottom: 30px; }
  .c-about__shop-header a, .c-about__shop-header a:visited, .c-about__shop-header a:hover {
    color: #936C13; }

.c-about__shop-title-icon {
  float: left;
  margin: 0 10px; }

.c-about__shop-title-en {
  display: block;
  font-family: 'Amatic SC', sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 32px;
  margin-left: 70px;
  line-height: 1;
  padding-top: 15px;
  margin-bottom: 5px; }

.c-about__shop-title-ja {
  display: block;
  font-size: 11px;
  margin-left: 70px;
  line-height: 1; }

.c-about__shop-balloon {
  position: absolute;
  top: -8px;
  right: -30px; }

.c-about__shop-body p {
  margin-bottom: 15px;
  font-size: 11px;
  line-height: 1.8; }

.c-about__photo {
  position: absolute;
  top: 230px;
  right: 52%; }

.c-about__photo-main {
  max-width: 100%;
  height: auto; }

.c-about__photo-stamp {
  position: absolute;
  right: -20px;
  bottom: -55px; }

.c-access {
  width: 90%;
  padding: 70px 5%;
  zoom: 1; }
  .c-access:before, .c-access:after {
    display: table;
    content: "";
    line-height: 0; }
  .c-access:after {
    clear: both; }

.c-access__text {
  text-align: center; }

.c-access__text-body {
  font-size: 12px;
  letter-spacing: 2px; }
  .c-access__text-body p {
    margin-bottom: 5px; }

.c-access__text-googlemap {
  margin-top: 20px;
  font-family: 'georgia', sans-serif;
  font-weight: normal !important;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 14px; }
  .c-access__text-googlemap img {
    vertical-align: baseline; }

.c-access__map {
  width: 100%;
  height: 600px;
  margin-bottom: 40px; }

.global-footer {
  position: relative;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  padding: 20px 0 30px; }

.global-footer__copyright {
  margin-top: 10px;
  color: #ecc397;
  font-family: 'georgia', sans-serif;
  font-weight: normal !important;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 12px; }

.pageup {
  position: absolute;
  top: 30px;
  right: 30px;
  font-family: 'georgia', sans-serif;
  font-weight: normal !important;
  -webkit-font-smoothing: subpixel-antialiased;
  font-size: 13px; }
  .pageup a {
    color: #ecc397; }
  .pageup a:hover {
    color: #FAF9F7; }

/* image */
.alignleft {
  float: left; }

.alignright {
  float: right; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.alignleft {
  margin: 3px 25px 10px 0;
  max-width: 60%;
  height: auto; }

.wp-caption.alignleft {
  margin: 3px 20px 5px 0; }

img.alignright {
  margin: 3px 0 10px 25px;
  max-width: 60%;
  height: auto; }

img.aligncenter {
  margin: 3px auto 20px; }

img.alignnone {
  margin: 0; }

/* etc */
.clearboth {
  clear: both; }

.floatright {
  float: right;
  padding: 0;
  margin: 2px 0 10px 20px; }

.floatleft {
  float: left;
  padding: 0;
  margin: 2px 20px 10px 0; }

.textcenter {
  text-align: center; }

.textright {
  text-align: right; }

.en {
  font-family: 'georgia', sans-serif;
  font-weight: normal !important;
  -webkit-font-smoothing: subpixel-antialiased; }

.line-br {
  display: block; }

.sp {
  display: none !important; }

.error {
  padding: 120px 10% 100px;
  text-align: center; }
  .error h1 {
    font-size: 54px;
    font-weight: normal;
    font-family: 'Amatic SC', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 400; }
  .error p {
    font-size: 11px;
    margin-bottom: 10px;
    line-height: 1.8; }
  .error strong {
    font-size: 13px; }

@media (max-width: 800px) {
  .pc {
    display: none !important; }

  body {
    padding: 10px 10px 15px; }

  .global-header {
    padding: 40px 0;
    height: 150px; }
    .global-header li {
      display: block;
      line-height: 1.8;
      text-align: center;
      margin-bottom: 3px; }
    .global-header h1 {
      right: 70%; }
    .global-header p.global-header__copyright {
      display: none; }

  .global-header__copy {
    display: none; }

  .global-header__logo {
    top: 42px; }

  .global-header__menu {
    position: absolute;
    left: 75%;
    top: 100px;
    margin-left: 0; }
    .global-header__menu li {
      margin-right: 0; }

  .global-header__menu-twitter {
    position: static !important; }
    .global-header__menu-twitter a {
      display: block;
      position: absolute;
      top: -40px;
      right: 50%;
      margin-right: -15px; }

  .global-header__menu-balloon {
    top: -44px;
    right: -80px; }

  .c-concept__text {
    position: relative;
    width: 90%;
    height: 550px;
    float: none; }

  .c-concept__photo {
    width: 100%;
    height: 400px;
    float: none; }

  .c-about {
    text-align: center; }

  .c-about__info {
    width: 90%;
    margin-right: 5%;
    margin-left: 5%;
    float: none; }

  .c-about__info-table, .c-about__info-table--com {
    margin-right: auto;
    margin-left: auto; }
    .c-about__info-table th, .c-about__info-table--com th {
      text-align: right; }
    .c-about__info-table td, .c-about__info-table--com td {
      text-align: left; }

  .c-about__info-table--com {
    text-align: left;
    width: 60%;
    margin-right: auto;
    margin-left: auto; }

  .c-about__shop {
    margin-top: 30px;
    padding: 25px 0 0;
    width: 90%;
    margin-right: auto;
    margin-left: auto; }

  .c-about__shop-header {
    text-align: left;
    display: inline-block;
    margin-right: auto;
    margin-left: auto; }

  .c-about__shop-balloon {
    position: absolute;
    top: -5px;
    right: -65px; }

  .c-about__photo {
    display: inline-block;
    position: relative;
    top: auto;
    right: auto;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px; }

  .c-access {
    width: 90%; }

  .c-access__text {
    width: 100%;
    float: none;
    text-align: center; }

  .c-access__map {
    width: 100%;
    float: none;
    margin-bottom: 50px; } }
@media (max-width: 480px) {
  .line-br {
    display: inline; }

  .global-header {
    padding: 30px 0;
    height: auto; }
    .global-header h1,
    .global-header p,
    .global-header nav,
    .global-header ul,
    .global-header li,
    .global-header .global-header__name {
      display: block;
      line-height: 1;
      text-align: center;
      margin-bottom: 3px; }
    .global-header h1 {
      position: relative;
      right: auto;
      top: auto;
      margin-bottom: 15px; }
    .global-header p.global-header__copyright {
      display: none; }

  .global-header__copy {
    display: block;
    margin-right: 0;
    margin-bottom: 10px; }

  .global-header__logo {
    position: static;
    top: auto;
    left: auto;
    margin-left: auto; }

  .global-header__menu {
    position: static;
    left: auto;
    top: auto;
    margin-top: 15px; }
    .global-header__menu li {
      vertical-align: bottom;
      display: inline-block;
      position: relative;
      margin-right: 15px;
      margin-left: 15px;
      margin-bottom: 0;
      font-size: 15px;
      line-height: 30px; }

  .global-header__menu-twitter {
    position: absolute !important;
    top: 15px;
    right: 5px;
    margin-top: 0; }
    .global-header__menu-twitter a {
      display: inline;
      position: static; }
    .global-header__menu-twitter img {
      vertical-align: bottom; }

  .global-header__menu-balloon {
    display: none !important; }

  .c-concept__photo {
    height: 250px; }

  .c-about,
  .c-access {
    padding: 50px 5%; }

  .c-about,
  .c-about__info-table--com {
    width: 90%; }

  .c-about__photo {
    padding: 0 15%;
    margin-bottom: 40px; }

  .c-about__photo-stamp {
    right: 6%;
    bottom: -35px;
    width: 120px;
    height: 120px; }

  .c-about__shop-balloon {
    display: none; }

  .c-access__map {
    height: 350px;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 40px; }

  .c-access__text-googlemap {
    font-size: 16px;
    line-height: 16px; }

  .global-footer {
    text-align: left;
    padding: 20px 7% 30px; } }
