@charset "UTF-8";
/* ----------------------------------------
   ■ default.css
---------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ v2.0 | 20110126 License: none (public domain) */
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body * {
  box-sizing: border-box;
}

main {
  display: block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

html, body {
  font-size: 10px;
}

body {
  position: relative;
  background: #fff;
  letter-spacing: 0.04em;
  line-height: 1.6;
  text-align: center;
  color: #000;
  /* font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, Osaka, "MS PGothic", arial, helvetica, sans-serif; */
  font-family: "QFH";
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
}

body * {
  box-sizing: border-box;
}

#container {
  position: relative;
  font-size: 1.6rem;
}

header #lang {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 10px 10px 0;
  line-height: 1.1;
}
header #lang ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  font-size: 1.4rem;
}
header #lang ul::before {
  content: "";
  position: relative;
  top: -2px;
  width: 16px;
  height: 17px;
  margin-right: 3px;
  background: url("../img/ico_lang_01.png") no-repeat left top/100% auto;
}
header #lang ul li:first-child::after {
  content: "／";
}
header #lang ul li a {
  padding: 0 3px;
  text-decoration: none;
}
header #lang ul li a:hover {
  text-decoration: underline;
}

main .doc {
  text-align: left;
}
main > .contentWrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

footer .hotelLinks {
  background: #000;
  padding: 20px;
}
footer .hotelLinks ul {
  display: inline-block;
  margin: 0 auto;
  letter-spacing: -0.38em;
}
footer .hotelLinks ul li {
  display: inline-block;
  padding: 0 1em;
  border-right: 1px solid #fff;
  letter-spacing: normal;
  vertical-align: middle;
}
footer .hotelLinks ul li:last-child {
  border-right: none;
}
footer .hotelLinks ul li a {
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
}
footer .hotelLinks ul li a:hover {
  text-decoration: underline;
}

/* PARTS
---------------------------------------- */
/* ----------------------------------------
   サブ・カテゴリ ページ
---------------------------------------- */
body.subCtg header .wrap {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.subCtg header .wrap .top {
  padding: 10px 10px 0;
  line-height: 1.1;
}
body.subCtg header .wrap .top span::before {
  content: "< ";
  position: relative;
  top: -1px;
  font-size: 1.5rem;
}
body.subCtg header .wrap .top a {
  text-decoration: none;
  font-size: 1.4rem;
}
body.subCtg header .wrap .top a:hover {
  text-decoration: underline;
}
body.subCtg #mainTitle {
  max-width: 816px;
  margin: 0 auto;
  padding: 85px 0 20px;
}
body.subCtg #mainTitle h1 {
  padding: 0 20px;
}
body.subCtg #mainTitle h1 span {
  display: block;
  line-height: 1.1;
}
body.subCtg #mainTitle h1 .tt0 {
  color: #a39d88;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 3.4rem;
}
body.subCtg #mainTitle h1 .tt1 {
  color: #a39d88;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 4.4rem;
}
body.subCtg #mainTitle h1 .tt2 {
  line-height: 1.3;
}
body.subCtg #mainTitle h1 .tt1 + .tt2 {
  margin-top: 10px;
}
body.subCtg #mainTitle .lead {
  margin-top: 10px;
  padding: 20px;
  border-top: 1px solid #a39d88;
  border-bottom: 1px solid #a39d88;
  font-size: 1.7rem;
  font-weight: bold;
}
body.subCtg main {
  max-width: 816px;
  margin: 0 auto;
}
body.subCtg #chef article {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
body.subCtg #chef article .img {
  width: 37.37745%;
}
body.subCtg #chef article .doc {
  width: 58.94608%;
}
body.subCtg #chef article .doc > div > h2 {
  margin-bottom: 1em;
  line-height: 1.1;
  font-size: 1.4rem;
  font-weight: bold;
}
body.subCtg #chef article .doc > div > h2::before {
  content: "●";
  color: #a39d88;
}
body.subCtg #chef article .doc .event {
  margin-top: 40px;
}
body.subCtg #chef article .doc .event dl dt {
  font-weight: bold;
}
body.subCtg #photos {
  margin-top: 45px;
  padding: 45px 0;
  border-top: 1px solid #a39d88;
  border-bottom: 1px solid #a39d88;
}
body.subCtg #photos ul {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: -15px;
}
body.subCtg #photos ul li {
  width: 49.08088%;
  margin-top: 15px;
}
body.subCtg #photos .caption {
  margin-top: 5px;
  text-align: left;
  font-size: 1.2rem;
}
body.subCtg #links {
  padding: 45px 20px 120px;
}
body.subCtg #links ul li + li {
  margin-top: 1em;
}
body.subCtg #links ul li a {
  font-size: 1.5rem;
  font-weight: bold;
}

/* PARTS
---------------------------------------- */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

a {
  text-decoration: underline;
  color: #000;
}
a:hover {
  text-decoration: none;
}
a.inactive {
  pointer-events: none;
  cursor: default;
  opacity: 0.8;
}
a.txtLink {
  display: inline-block;
  padding-left: 1.2em;
  text-indent: -1.2em;
}
a.txtLink::before {
  content: '＞ ';
}
a[href^="tel:"] {
  text-decoration: none;
  pointer-events: none;
  cursor: default;
}

sup {
  vertical-align: top;
  font-size: 0.5em;
}

/* Note */
.note {
  letter-spacing: 0;
  font-size: 1.2rem;
  font-weight: normal;
}

.noteList {
  font-size: 1.2rem;
}
.noteList li {
  padding-left: 1em;
  letter-spacing: 0;
  line-height: 1.5;
  text-indent: -1em;
  font-feature-settings: "palt";
}
.noteList li + li {
  margin-top: 5px;
}

/* text-align */
.ta-c {
  text-align: center;
}

.ta-r {
  text-align: right;
}

.ta-l {
  text-align: left;
}

/* vertical-align */
.va-m {
  vertical-align: middle;
}

.va-t {
  vertical-align: top;
}

.va-b {
  vertical-align: bottom;
}

/* Flex */
.flex {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}

/* Table */
.tbl {
  display: table;
}
.tbl .row {
  display: table-row;
}
.tbl .cell {
  display: table-cell;
  vertical-align: middle;
}
.tbl .cell.top {
  vertical-align: top;
}
.tbl .cell.btm {
  vertical-align: bottom;
}
.tbl.top .cell {
  vertical-align: top;
}
.tbl.btm .cell {
  vertical-align: bottom;
}

/* Other */
.ib {
  display: inline-block;
}

.nowrap {
  white-space: nowrap;
}

.sprite {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
}

.flex_set {
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.flex_set.ai-c {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_set.j-sb {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex_set.j-c {
  justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
}

.dotList {
  text-align: left;
}
.dotList li {
  padding-left: 1em;
  text-indent: -1em;
}
.dotList li::before {
  content: "・ ";
}
.dotList li + li {
  margin-top: 5px;
}

.decList {
  text-align: left;
}
.decList li {
  padding-left: 1em;
  text-indent: -1em;
}
.decList li::before {
  content: "●";
}
.decList li + li {
  margin-top: 5px;
}

.noteList {
  text-align: left;
  font-size: 1.2rem;
}

.caption {
  margin-top: 3px;
  font-size: 0.86667em;
}

#goTop {
  display: none;
  position: fixed;
  right: 20px;
  bottom: 20px;
  height: 0;
  z-index: 99;
}

#goTop a {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  text-indent: -999px;
}

#goTop a::after {
  content: '';
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  background: url("../img/icon_arrow_01.png") no-repeat center center;
  background-size: 100% auto;
  transform: rotate(-90deg);
}

/* @media : PC
---------------------------------------- */
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }

  .tbl.rsp,
  .tbl.rsp .row,
  .tbl.rsp .cell {
    display: block;
  }

  .tbl.rsp .row + .row {
    margin-top: 1em;
  }
}
@media screen and (max-width: 480px) {
  #goTop {
    right: 10px;
    bottom: 10px;
  }
  #goTop a {
    width: 50px;
    height: 50px;
  }
  #goTop a::after {
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 480px) {
  #goTop {
    right: 10px;
    bottom: 10px;
  }

  #goTop a {
    width: 50px;
    height: 50px;
  }

  #goTop a::after {
    left: calc(50% - 12px);
    top: calc(50% - 12px);
    width: 24px;
    height: 24px;
  }
}
/* @media : PC
---------------------------------------- */
@media screen and (max-width: 1000px) {
  /* footer ul li {
    width: 50%;
  } */
  /* footer ul li:nth-child(1) {
    width: 100%;
    border-right: none;
  } */
  footer ul li:nth-child(3) {
    border-right: none;
  }
  footer ul li + li {
    margin-top: 0.25em;
  }
}
@media screen and (max-width: 816px) {
  body.subCtg #photos,
  body.subCtg #chef article {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
/* @media : SP
---------------------------------------- */
@media screen and (max-width: 768px) {
  body {
    letter-spacing: 0;
    line-height: 1.5;
  }

  .pc {
    display: none;
  }

  a[href^="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  html, body {
    font-size: 1.3020833333vw;
  }
}
@media screen and (max-width: 480px) {
  footer .hotelLinks ul li {
    display: block;
    width: 100%;
    border-right: none;
    text-align: left;
  }

  body.subCtg #mainTitle {
    margin: 0 auto;
    padding: 30px 0 20px;
  }
  body.subCtg #mainTitle h1 .tt0 {
    font-size: 2.6rem;
  }
  body.subCtg #mainTitle h1 .tt1 {
    font-size: 3.6rem;
  }
  body.subCtg #chef article {
    display: block;
  }
  body.subCtg #chef article .img {
    width: 60%;
    margin: 0 auto 20px;
  }
  body.subCtg #chef article .doc {
    width: 100%;
  }
  body.subCtg #chef article .doc .event {
    margin-top: 20px;
  }
  body.subCtg #photos {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  body.subCtg #photos ul {
    display: block;
    margin-top: 0;
  }
  body.subCtg #photos ul li {
    width: 100%;
    margin-top: 0;
  }
  body.subCtg #photos ul li + li {
    margin-top: 10px;
  }
  body.subCtg #links {
    padding: 20px 20px 60px;
  }
}