@charset "UTF-8";
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

nav ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

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

/* change border colour to suit your needs 
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

* {
  margin: 0;
  padding: 0;
  list-style: none;
  box-sizing: border-box;
  text-decoration: none;
  line-height: 1.4;
  font-size: 100%;
  font-family: "Noto Serif JP", "arial", "ヒラギノ角ゴPro W3", "ヒラギノ角ゴPro W6", "ヒラギノ角ゴ W3", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ StdN", "Hiragino Kaku Gothic StdN", "メイリオ", Meiryo, Roboto, sans-serif;
  -webkit-font-smoothing: antialiased; }

@media only screen and (min-width: 980px) {
  .pc_hidden {
    display: none; } }

.pc_block {
  display: none; }
  @media only screen and (min-width: 980px) {
    .pc_block {
      display: block; } }

a {
  display: block;
  text-decoration: none; }
  a:hover {
    opacity: .8; }

.clear {
  clear: both; }

img {
  width: auto;
  margin: 0 auto;
  max-width: 100%; }

body {
  line-height: 1.4;
  font-size: 14px;
  color: #3e3a39;
  position: relative;
  background: #f2f2f2;
  background-image: url(../img/gold.png);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: top 190px center;
  background-attachment: fixed;
  z-index: 1; }
  @media only screen and (min-width: 640px) {
    body {
      background-size: 65%; } }
  @media only screen and (min-width: 980px) {
    body {
      background-size: 550px;
      background-position: top 200px center; } }

@media only screen and (min-width: 980px) {
  .container {
    height: auto;
    overflow: hidden;
    max-width: 1000px;
    margin: 0 auto; } }

.section {
  padding: 40px 0; }
  @media only screen and (min-width: 640px) {
    .section {
      padding: 50px 0; } }
  @media only screen and (min-width: 980px) {
    .section {
      padding: 70px 0; } }

.first-section {
  padding-top: 41%; }
  @media only screen and (min-width: 640px) {
    .first-section {
      padding-top: 260px; } }
  @media only screen and (min-width: 980px) {
    .first-section {
      padding-top: 430px; } }

.title {
  text-align: center;
  padding: 0 0 15px;
  width: 100%;
  font-weight: bold;
  font-size: 2.2rem; }
  @media only screen and (min-width: 980px) {
    .title {
      padding: 0 0 30px;
      font-size: 2.5rem; } }

.profile {
  text-align: center; }

.profile-title {
  font-size: 3rem;
  padding-bottom: 40%; }
  @media only screen and (min-width: 640px) {
    .profile-title {
      padding-bottom: 200px; } }
  @media only screen and (min-width: 980px) {
    .profile-title {
      padding-bottom: 220px; } }
  .profile-title span {
    display: block;
    font-size: 1rem; }

.profile-text {
  padding: 40px 10px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  width: 90%;
  margin: 0 auto 20px; }
  @media only screen and (min-width: 640px) {
    .profile-text {
      width: 60%;
      padding: 40px 30px; } }
  @media only screen and (min-width: 980px) {
    .profile-text {
      width: 50%;
      padding: 40px 30px; } }
  .profile-text p {
    font-family: Roboto, sans-serif;
    padding: 0 0 40px;
    line-height: 1.6; }

@media only screen and (min-width: 980px) {
  .menu .container {
    display: flex; } }

.menu-block {
  background: linear-gradient(90deg, #786132, black, black, #786132);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  border-radius: 15px;
  width: 90%;
  margin: 0 auto 30px;
  padding: 25px 20px;
  text-align: center;
  position: relative;
  overflow: hidden; }
  @media only screen and (min-width: 640px) {
    .menu-block {
      width: 60%; } }
  @media only screen and (min-width: 980px) {
    .menu-block {
      margin: 0 20px 40px;
      padding: 50px 40px; } }
  .menu-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4); }

.menu-block-content {
  position: relative;
  z-index: 2;
  border: 1px solid #f0da9c;
  padding: 15px 0; }
  @media only screen and (min-width: 980px) {
    .menu-block-content {
      height: 362px; } }
  .menu-block-content img {
    width: 30px; }
  .menu-block-content h2 {
    color: white;
    font-size: 1.2rem;
    line-height: 1.1;
    margin-bottom: 10px;
    padding: 5px 0 8px; }
    @media only screen and (min-width: 980px) {
      .menu-block-content h2 {
        font-size: 1.6rem; } }
  .menu-block-content p {
    color: white;
    font-family: Roboto, sans-serif; }
  .menu-block-content .menu-price {
    padding: 0 0 5px;
    margin: 0 80px 20px;
    border-bottom: double 4px #f0da9c; }
    @media only screen and (min-width: 980px) {
      .menu-block-content .menu-price {
        font-size: 1.2rem;
        margin: 0 90px 20px; } }
    .menu-block-content .menu-price span {
      font-style: italic;
      font-weight: bold;
      font-size: 1.5rem; }
      @media only screen and (min-width: 980px) {
        .menu-block-content .menu-price span {
          font-size: 1.8rem; } }

.menu-01 {
  background: linear-gradient(90deg, #4f3f21, black, black, #4f3f21); }
  .menu-01:before {
    background-image: url(../img/menu01.jpg);
    background-size: cover;
    background-position: center;
    opacity: .3; }

.menu-02:before {
  background-image: url(../img/menu02.jpg);
  background-size: cover;
  background-position: center;
  opacity: .2; }

.reservation {
  width: 100%;
  margin: auto;
  padding: 15px 0;
  background: linear-gradient(90deg, #4f1eba, #D80081, #4f1eba);
  color: white;
  text-align: center;
  position: relative; }
  .reservation:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/menu02.jpg);
    background-size: contain;
    background-position: center;
    opacity: .2; }
  .reservation:hover {
    opacity: 1;
    opacity: .8;
    box-shadow: 0 -1px 15px rgba(0, 0, 0, 0.2);
    transition: .2s linear; }
  .reservation p {
    position: relative;
    z-index: 2; }
  .reservation .reservation-title {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px; }
  .reservation .reservation-caution {
    font-family: Roboto, sans-serif;
    font-size: 13px;
    line-height: 1.1;
    padding-top: 8px; }

.reservation-btn {
  width: 90%;
  border-radius: 15px;
  margin: 0 auto 120px;
  padding: 25px 0 30px; }
  @media only screen and (min-width: 980px) {
    .reservation-btn {
      padding: 25px 0 35px;
      width: 500px;
      margin: 0 auto 120px; } }

.reservation-fixed {
  position: fixed;
  z-index: 9999999;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%; }
  @media only screen and (min-width: 980px) {
    .reservation-fixed {
      padding: 10px 0 20px; } }

@media only screen and (min-width: 980px) {
  .link_target {
    margin-top: -200px;
    padding-top: 200px; } }

header {
  width: 100%;
  height: auto;
  top: 0;
  z-index: 999999999999999999;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
  background: rgba(242, 242, 242, 0.85); }
  @media only screen and (min-width: 980px) {
    header {
      position: fixed; } }

.header-menu {
  text-align: center; }

.header-menu-link {
  display: inline-block; }
  .header-menu-link:hover {
    opacity: .5;
    transition: .2s linear; }

.header-menu-logo {
  height: 63px;
  width: 63px;
  margin: 10px auto;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 50%; }
  @media only screen and (min-width: 980px) {
    .header-menu-logo {
      height: 80px;
      width: 80px; } }

.header-menu-list-wrap {
  background: linear-gradient(90deg, #786132, black, black, #786132);
  position: relative; }
  .header-menu-list-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/menu02.jpg);
    background-size: contain;
    background-position: center;
    opacity: .2; }

.header-menu-list {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 2; }
  .header-menu-list li {
    text-align: center;
    width: 25%; }
    .header-menu-list li a {
      font-size: 12px;
      line-height: 1;
      padding: 10px;
      color: #f7ebc8;
      display: block;
      height: 100%; }
      .header-menu-list li a:hover {
        opacity: 1;
        background: black;
        transition: all .2s; }
    .header-menu-list li span {
      display: block;
      font-weight: bold; }
    .header-menu-list li img {
      height: 40px; }

footer {
  padding: 20px 0 120px;
  font-size: 16px;
  font-weight: nomal;
  text-align: center;
  background-image: url(../img/gold-min.png);
  background-size: 45px;
  background-position: top center;
  position: relative; }
  @media only screen and (min-width: 980px) {
    footer {
      padding: 40px 0 120px;
      background-size: 65px; } }
  footer:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  footer .footer-content {
    position: relative;
    z-index: 2; }
  footer .footer-menu {
    text-align: center; }
  footer .footer-menu-link {
    display: inline-block; }
    footer .footer-menu-link:hover {
      opacity: .5;
      transition: .2s linear; }
  footer .footer-menu-logo {
    height: 63px;
    width: 63px;
    margin: 10px auto;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-radius: 50%; }
    @media only screen and (min-width: 980px) {
      footer .footer-menu-logo {
        height: 80px;
        width: 80px; } }
  footer p {
    font-family: Roboto, sans-serif; }
  footer .footer-menu-list {
    display: flex;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto; }
    footer .footer-menu-list li {
      text-align: center;
      margin: 0 20px; }
      footer .footer-menu-list li a {
        font-size: 12px;
        line-height: 1;
        padding: 12px 10px 10px;
        color: #f7ebc8;
        display: block;
        background: #2b1f0a;
        height: 90px;
        width: 90px;
        border-radius: 50%; }
        footer .footer-menu-list li a:hover {
          opacity: .7;
          transition: all .2s; }
      footer .footer-menu-list li span {
        display: block;
        font-weight: bold; }
      footer .footer-menu-list li img {
        height: 40px; }
  footer small {
    padding-top: 80px;
    display: block;
    text-align: center;
    font-size: 12px;
    font-family: sans-serif; }

/*# sourceMappingURL=common.css.map */
