@charset "UTF-8";
/* mixin
*********************************************************************/
/* hannari*/
/* media query */
/* setting
**********************************************************************/
/* mixin
*********************************************************************/
/* hannari*/
/* media query */
@font-face {
  font-family: 'Hannari';
  src: url("../wf/Hannari.eot") format("eot"), url("../wf/Hannari.woff") format("woff"), url("../wf/Hannari.ttf") format("truetype"); }
@font-face {
  font-family: 'honokamin';
  src: url("../wf/honokamin.woff") format("woff"), url("../wf/honokamin.woff") format("woff2"), url("../wf/honokamin.eot") format("eot"), url("../wf/honokamin.ttf") format("truetype"); }
.flex, .stage_block, .course_detail .txt_box dl {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex; }

.flex_bottom {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-box-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end; }

.flex_between, .txt_block .yushoku_part, .course_detail, .morning_part {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-flex-pack: justify;
  -moz-flex-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.flex_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_center, .other_block .ttl_box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.flex_center_wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-flex-pack: center;
  -moz-flex-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center; }

.flex_right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: end;
  -moz-box-pack: end;
  -webkit-flex-pack: end;
  -moz-flex-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.flex_between_wrap, .thumbs_list ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex_reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex_reverse_between {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-direction: reverse;
  -moz-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.fade, .thumbs_list ul li .img_box img, .takeout_btn a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s; }

.cover_w {
  position: relative;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.cover_h {
  position: relative;
  width: auto;
  height: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.glow {
  text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 8px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff, 0px 0px 4px #ffffff; }

/* top header
**********************************************************************/
.feature_area_c {
  background-image: url(../../cuisine/images/main.jpg); }

.copy_block {
  padding: 40px 0 0;
  text-align: center; }
  .copy_block .txt_box {
    display: inline-block;
    position: relative;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    text-align: left; }
    .copy_block .txt_box h2 {
      font-size: 185%;
      line-height: 1.6em;
      padding: 0 0 0 30px; }
    .copy_block .txt_box p {
      font-size: 131%;
      line-height: 2.5em; }
    .copy_block .txt_box .copy_logo {
      position: absolute;
      right: -140px;
      bottom: 0px; }
  @media all and (max-width: 768px) {
    .copy_block {
      padding: 20px 0 0;
      text-align: left; }
      .copy_block .txt_box {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb; }
        .copy_block .txt_box h2 {
          font-size: 154%;
          padding: 0 0 10px 0px; }
        .copy_block .txt_box p {
          line-height: 1.8em;
          font-size: 116%; }
        .copy_block .txt_box .copy_logo {
          display: none; } }

#stage {
  position: relative;
  width: 100%;
  height: auto; }
  #stage .img_box_d {
    width: 100%;
    height: 700px;
    position: relative;
    left: 0;
    top: 0;
    overflow: hidden; }
    #stage .img_box_d img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  #stage .name_box {
    position: absolute;
    top: 20px;
    left: 20px;
    background-image: url(../../cuisine/images/cuisine_label.png);
    width: 249px;
    height: 243px; }
    #stage .name_box p {
      padding: 97px 0 0;
      text-align: center;
      font-size: 154%;
      line-height: 1.3em;
      height: 110px;
      width: 249px;
      display: table-cell;
      vertical-align: middle; }
  @media all and (max-width: 768px) {
    #stage .img_box_d {
      height: 260px; }
    #stage .name_box {
      background-image: none;
      width: 100%;
      height: auto;
      top: 0px;
      left: 0px;
      background-color: rgba(0, 0, 0, 0.6); }
      #stage .name_box p {
        padding: 8px 8px 8px 8px;
        text-align: left;
        font-size: 108%;
        color: #FFF;
        height: auto;
        width: auto;
        display: block; }
        #stage .name_box p span {
          display: inline; } }

.slide_box {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 999996; }
  .slide_box .img_box {
    width: 100%;
    height: auto; }
    .slide_box .img_box img {
      width: 100%;
      height: auto; }

.thumbs_list {
  padding: 0 10px; }
  .thumbs_list ul {
    max-width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 20px 0 0; }
    .thumbs_list ul li {
      width: 188px;
      height: auto;
      padding: 0 0 15px; }
      .thumbs_list ul li .img_box {
        width: 100%; }
        .thumbs_list ul li .img_box img {
          width: 100%;
          height: auto;
          cursor: pointer; }
          .thumbs_list ul li .img_box img:hover {
            opacity: 0.8; }
      .thumbs_list ul li p {
        line-height: 1.4em;
        letter-spacing: -0.1em; }
  @media all and (max-width: 768px) {
    .thumbs_list ul li {
      width: 49%; } }

.stage_block {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  padding: 0 0 70px; }
  .stage_block .txt_box {
    padding: 12px 30px 0 0; }
    .stage_block .txt_box p {
      font-size: 116%;
      line-height: 1.6em; }
  @media all and (max-width: 768px) {
    .stage_block {
      display: block;
      padding: 0 0 20px; }
      .stage_block .img_box {
        text-align: center; }
      .stage_block .txt_box {
        padding: 0 10px 0 10px; } }

.imgcut_column {
  position: absolute;
  top: 220px;
  right: 80px;
  width: 240px; }
  .imgcut_column img {
    width: 100%;
    height: auto; }
  @media all and (max-width: 768px) {
    .imgcut_column {
      display: none; } }

.iitokoro_area {
  padding: 0 0 70px;
  overflow: hidden; }
  @media all and (max-width: 768px) {
    .iitokoro_area {
      padding: 0 0 40px; } }

.iitokoro_ttl {
  position: relative; }
  .iitokoro_ttl .img_box {
    width: 100%;
    height: 700px;
    overflow: hidden; }
    .iitokoro_ttl .img_box img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
  .iitokoro_ttl h3 {
    position: absolute;
    top: 70px;
    right: 70px; }
  .iitokoro_ttl .element_dot {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: -59px;
    z-index: 1400; }
  @media all and (max-width: 768px) {
    .iitokoro_ttl .img_box {
      height: 260px; }
    .iitokoro_ttl h3 {
      position: relative;
      top: auto;
      right: auto;
      padding: 20px;
      width: auto;
      margin: 0 auto;
      text-align: center; }
      .iitokoro_ttl h3 img {
        width: 60%;
        max-width: 240px;
        height: auto; }
    .iitokoro_ttl .element_dot {
      display: none; } }

.txt_block {
  padding: 100px 0 70px;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center; }
  .txt_block .room_label {
    position: absolute;
    left: 0px;
    top: 30px; }
    .txt_block .room_label .room_cate p {
      line-height: 1.7em; }
    .txt_block .room_label h2 {
      font-size: 247%;
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      text-align: left;
      display: inline-block;
      border-top: #EB645C solid 16px;
      line-height: 1em;
      padding: 12px 8px 0;
      margin: 10px 0 0;
      letter-spacing: 0.3em; }
  .txt_block .yushoku_part .img_box {
    width: 27%;
    height: auto; }
    .txt_block .yushoku_part .img_box ul li {
      padding: 8px 0 0; }
      .txt_block .yushoku_part .img_box ul li img {
        width: 100%;
        height: auto; }
  .txt_block .yushoku_part .txt_box {
    width: 58%;
    text-align: left;
    padding: 0 0 0 100px; }
    .txt_block .yushoku_part .txt_box p {
      line-height: 2em;
      font-size: 116%; }
      .txt_block .yushoku_part .txt_box p.kome {
        padding: 15px 0 0 1em;
        text-indent: -1em;
        font-size: 100%;
        line-height: 1.6em; }
  @media all and (max-width: 768px) {
    .txt_block {
      padding: 0px 10px 20px;
      text-align: left; }
      .txt_block .room_label {
        position: relative;
        top: auto;
        padding: 10px 0 0; }
        .txt_block .room_label h2 {
          -webkit-writing-mode: horizontal-tb;
          -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
          border-top: none;
          border-left: #EB645C solid 16px;
          padding: 8px 8px 8px; }
      .txt_block .yushoku_part {
        display: block; }
        .txt_block .yushoku_part .img_box {
          width: 70%;
          height: auto;
          margin: 0 auto; }
        .txt_block .yushoku_part .txt_box {
          width: auto;
          text-align: left;
          padding: 10px 0 0 0px; }
          .txt_block .yushoku_part .txt_box p {
            line-height: 1.6em;
            font-size: 108%; } }

.kakko {
  color: #F00; }

.other_area {
  padding: 0 10px 70px; }
  @media all and (max-width: 768px) {
    .other_area {
      padding: 0 10px 30px; } }

.other_block {
  max-width: 1000px;
  height: auto;
  margin: 0 auto; }
  .other_block .ttl_box {
    padding: 10px 0 0; }
    .other_block .ttl_box h2 {
      font-size: 224%;
      line-height: 1em;
      padding: 24px 0 0 10px; }
    .other_block .ttl_box .pict {
      width: 105px;
      height: auto; }
      .other_block .ttl_box .pict img {
        width: 100%;
        height: auto; }
  @media all and (max-width: 768px) {
    .other_block .ttl_box h2 {
      font-size: 170%;
      padding: 0px 0 0 10px; }
    .other_block .ttl_box .pict {
      width: 50px; } }

.lead_copy {
  text-align: center;
  padding: 10px 0 0; }
  .lead_copy p {
    font-size: 124%;
    line-height: 1.9em;
    text-align: left;
    display: inline-block;
    padding: 0 0 0 10px; }
  @media all and (max-width: 768px) {
    .lead_copy p {
      font-size: 116%;
      line-height: 1.7em;
      padding: 0 0 0 0px; } }

.course_part {
  width: auto;
  height: auto;
  margin: 30px 0 0;
  border: #E6B736 solid 5px; }
  .course_part .inner {
    padding: 20px;
    width: auto; }

.standard {
  background-color: #FFF3D4; }

.secret {
  background-image: url(../images/bg_gold.jpg);
  background-repeat: repeat-y;
  background-size: 100% auto;
  margin-bottom: 50px; }

.c01 {
  background-image: url(../images/bg_c01.jpg); }

.c02 {
  background-image: url(../images/bg_c02.jpg); }

.c03 {
  background-image: url(../images/bg_c03.jpg); }

.c04 {
  background-image: url(../images/bg_c04.jpg); }

.c05 {
  background-image: url(../images/bg_c05.jpg); }

.ct00 {
  border: #4D4C4C solid 3px;
  background-color: #FFF; }
  .ct00 .sub {
    color: #E61673; }

.ct05 {
  border: #4D4C4C solid 3px;
  background-color: #231815; }
  .ct05 h3 {
    color: #FFF; }
  .ct05 .sub {
    color: #FAEE00; }

.course_ttl {
  width: auto;
  border-radius: 6px;
  overflow: hidden;
  position: relative; }
  .course_ttl .caption {
    position: absolute;
    width: 160px;
    height: 400px;
    transform: rotate(20deg);
    top: -50px;
    left: -90px; }
  .course_ttl p {
    padding: 11px 10px 3px 130px;
    font-size: 123%;
    line-height: 1.3em; }
  .course_ttl h3 {
    font-size: 224%;
    line-height: 1.2em;
    padding: 0px 10px 10px 130px; }
    .course_ttl h3 .number {
      font-size: 20px;
      color: #FFF;
      font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
      font-weight: 900;
      background-color: #E86C67;
      padding: 5px; }
    .course_ttl h3.single {
      padding-top: 10px; }
  @media all and (max-width: 768px) {
    .course_ttl .caption {
      left: -180px; }
    .course_ttl p {
      padding: 8px 5px 3px 40px;
      font-size: 108%;
      line-height: 1.3em; }
    .course_ttl h3 {
      font-size: 154%;
      padding: 0px 5px 5px 40px; }
      .course_ttl h3 .number {
        padding: 3px;
        font-size: 15px; }
      .course_ttl h3.single {
        padding-top: 10px; } }

.takeout_btn {
  text-align: left;
  padding: 10px 0 0 0; }
  .takeout_btn a {
    width: 205px;
    box-sizing: border-box;
    display: inline-block;
    color: #FFF;
    font-size: 124%;
    font-weight: 700;
    line-height: 1.2em;
    padding: 6px 10px 5px 33px;
    background-color: #F49088;
    background-image: url("../../common/images/pict_meal.svg");
    background-repeat: no-repeat;
    background-position: 6px 5px; }
    .takeout_btn a:hover {
      background-color: #f5a659; }
    @media all and (max-width: 1160px) {
      .takeout_btn a {
        width: auto; } }

.course_ttl_baknos {
  text-align: center;
  background-color: #DEBE44;
  padding: 10px; }
  .course_ttl_baknos h3 {
    width: 160px;
    margin: auto; }
    .course_ttl_baknos h3 img {
      width: 100%;
      height: auto; }

.course_detail {
  width: 100%;
  padding: 20px 0 0; }
  .course_detail .txt_box {
    width: 39%;
    height: auto; }
    .course_detail .txt_box p {
      font-size: 116%;
      line-height: 1.7em;
      padding: 0 15px 0 0;
      text-shadow: 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white; }
      .course_detail .txt_box p.kome {
        padding: 15px 0 0 1em;
        text-indent: -1em;
        font-size: 100%;
        line-height: 1.6em; }
    .course_detail .txt_box .btn_reserve {
      padding: 20px 0 0; }
    .course_detail .txt_box dl {
      padding: 10px 0 0; }
      .course_detail .txt_box dl dt {
        width: 43%;
        height: auto; }
        .course_detail .txt_box dl dt img {
          width: 100%;
          height: auto; }
      .course_detail .txt_box dl dd {
        width: 57%;
        font-size: 116%;
        padding: 0 15px 0 10px;
        line-height: 1.5em;
        text-shadow: 0px 0px 4px white, 0px 0px 4px white, 0px 0px 4px white; }
  .course_detail .img_box {
    width: 60%;
    height: auto; }
    .course_detail .img_box img {
      width: 100%;
      height: auto; }
  @media all and (max-width: 768px) {
    .course_detail {
      display: block; }
      .course_detail .txt_box {
        width: auto;
        padding: 0 0px 10px 0; }
        .course_detail .txt_box p {
          padding: 0 0px 0 0; }
        .course_detail .txt_box .btn_reserve {
          padding: 10px 0 5px;
          text-align: center; }
        .course_detail .txt_box dl dd {
          font-size: 100%; }
      .course_detail .img_box {
        width: auto; }
        .course_detail .img_box img {
          width: 100%;
          height: auto; } }

.morning_part {
  padding: 20px 0 0; }
  .morning_part .txt_box {
    padding: 0 0 0 20px; }
    .morning_part .txt_box h3 {
      border-bottom: #666 dotted 1px;
      font-size: 224%;
      line-height: 1.2em;
      padding: 0 0 10px; }
    .morning_part .txt_box p {
      font-size: 116%;
      line-height: 1.7em;
      padding: 10px 0 0; }
      .morning_part .txt_box p.kome {
        padding: 15px 0 0 1em;
        text-indent: -1em;
        font-size: 100%;
        line-height: 1.6em; }
  @media all and (max-width: 768px) {
    .morning_part {
      padding: 10px 0 0;
      display: block; }
      .morning_part .img_box img {
        width: 100%;
        height: auto; }
      .morning_part .txt_box {
        padding: 10px 0 0 0px; }
        .morning_part .txt_box h3 {
          font-size: 185%; } }

.kome_box {
  display: inline-block;
  text-align: left;
  max-width: 520px;
  font-size: 14px;
  line-height: 20px;
  text-indent: -1em;
  margin: 20px 0 0 1em; }

.dining_part {
  padding: 0 20px; }
  .dining_part .inner {
    max-width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: wrap; }
    .dining_part .inner .img_box {
      width: 50%; }
      @media all and (max-width: 480px) {
        .dining_part .inner .img_box {
          width: 100%;
          padding: 30px 0 0 0; } }
      .dining_part .inner .img_box img {
        width: 100%;
        height: auto; }
    .dining_part .inner .txt_box {
      width: 50%;
      padding: 0 0 0 16px;
      box-sizing: border-box;
      text-align: left; }
      @media all and (max-width: 480px) {
        .dining_part .inner .txt_box {
          width: 100%;
          padding: 10px 0 0 0; } }
      .dining_part .inner .txt_box .thumb01 {
        width: 50%;
        padding: 0px 10px 0 0;
        float: left; }
        .dining_part .inner .txt_box .thumb01 img {
          width: 100%;
          height: auto; }
      .dining_part .inner .txt_box h3 {
        border-bottom: #666 dotted 1px;
        font-size: 224%;
        line-height: 1.2em;
        padding: 0 0 10px; }
        .dining_part .inner .txt_box h3 span {
          font-size: 0.7em; }
      .dining_part .inner .txt_box p {
        font-size: 116%;
        line-height: 1.7em; }
        .dining_part .inner .txt_box p.kome {
          padding: 10px 0 0;
          font-size: 100%;
          line-height: 1.6em; }

.open {
  background-color: #F00;
  padding: 8px;
  color: #FFF;
  font-size: 18px;
  line-height: 1em;
  text-align: center;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  font-weight: 700;
  margin: 10px 0; }
