@charset "UTF-8";
/*utf-8ですよ*/
/***************************************************/
.mv {
  position: relative;
  overflow: hidden; }
  .mv .ttl {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    /* Safari用 */
    transform: translate(-50%, -50%);
    display: block;
    width: 290px;
    height: 305px; }

.mv_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-direction: row;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: -1px;
  background: #2F2725; }

.mv01, .mv02 {
  width: 50%;
  min-height: 700px; }

.mv01 {
  background: url("../images/index/top01.jpg") center center no-repeat;
  background-size: cover;
  animation: show 1.0s both;
  animation-delay: 0.5s; }

.mv02 {
  background: url("../images/index/top02.jpg") center center no-repeat;
  background-size: cover;
  animation: show2 1.0s both;
  animation-delay: 1.2s; }

@keyframes show {
  0% {
    transform: translate(0, -2em);
    opacity: 0;
    text-shadow: 0 0 0 #0f0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@keyframes show2 {
  0% {
    transform: translate(0, 2em);
    opacity: 0; }
  100% {
    transform: translate(0, 0);
    opacity: 1; } }
@media (max-width: 768px) {
  .mv01, .mv02 {
    width: 100%;
    min-height: 350px; } }
@media (max-width: 480px) {
  .mv01, .mv02 {
    width: 100%;
    min-height: 300px; } }
/***************************************************/
.kodawari {
  padding: 140px 40px;
  overflow: hidden;
  position: relative; }
  .kodawari .kodawari_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    max-width: 1015px;
    margin: 0 auto; }
  .kodawari:before, .kodawari:after {
    position: absolute;
    content: "";
    width: 380px;
    height: 330px;
    display: block; }
  .kodawari:before {
    background: url("../images/index/kodawari_top.svg") left top;
    top: 0;
    left: 0;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat; }
  .kodawari:after {
    background: url("../images/index/kodawari_top.svg") right bottom;
    bottom: 0;
    right: 0;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat; }
  .kodawari h2 {
    display: block;
    width: 260px;
    margin-right: 80px;
    height: 350px;
    background: url("../images/index/kodawari_ttl.svg") right center no-repeat;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background-size: contain; }
  .kodawari dl {
    width: calc(100% - 360px);
    max-width: 615px; }
  .kodawari dt {
    font: 32px/180% "hannari_font", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    margin: -15px 0 40px; }
  .kodawari dd {
    font: 18px/220% 'm+c2_Light', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
  .kodawari dd a {
    font: 18px/54px 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    display: block;
    width: 225px;
    height: 54px;
    background: #231815;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    margin: 50px 0 0; }
  .kodawari dd a:hover {
    background: #D75435; }

@media (max-width: 1024px) {
  .kodawari .kodawari_box {
    max-width: 690px; }
  .kodawari h2 {
    display: block;
    width: 175px;
    margin-right: 40px;
    height: 300px;
    background: url("../images/index/kodawari_ttl.svg") right center no-repeat;
    background-size: contain; }
  .kodawari dl {
    width: calc(100% - 238px);
    max-width: 615px; }
  .kodawari dt {
    font: 32px/180% "hannari_font", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    margin: -15px 0 40px; }
  .kodawari dd {
    font: 18px/220% 'm+c2_Light', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }
  .kodawari dd a {
    font: 18px/54px 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    display: block;
    width: 225px;
    height: 54px;
    background: #231815;
    text-align: center;
    color: #fff;
    transition: 0.3s;
    margin: 50px 0 0; }
  .kodawari dd a:hover {
    background: #D75435; } }
@media (max-width: 768px) {
  .kodawari {
    padding: 110px 25px 130px; }
    .kodawari .kodawari_box {
      flex-direction: column;
      max-width: 480px; }
    .kodawari:before, .kodawari:after {
      position: absolute;
      content: "";
      width: 280px;
      height: 230px;
      display: block; }
    .kodawari h2 {
      background: url("../images/index/kodawari_ttl.svg") center center no-repeat;
      background-size: contain;
      margin-right: 0;
      margin: 0 auto 40px;
      height: 270px; }
    .kodawari dl {
      width: 100%; }
    .kodawari dt {
      text-align: center;
      nt: 32px/180% "hannari_font", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
      margin: -15px 0 40px; }
    .kodawari dd {
      text-align: left; }
    .kodawari dd a {
      margin: 50px auto 0; } }
@media (max-width: 480px) {
  .kodawari {
    padding: 100px 15px 100px; }
    .kodawari h2 {
      margin: 0 auto 40px;
      height: 200px; }
    .kodawari dt {
      font: 26px/180% "hannari_font", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
      margin: -15px 0 40px; }
    .kodawari dd {
      font: 16px/220% 'm+c2_Light', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; } }

/***************************************************/
.menu {
  padding: 100px 40px 0;
  background: url("../images/index/menu_bg.png") center top repeat-x;
  background-size: contain;
  position: relative; }
  .menu:before {
    position: absolute;
    content: "";
    width: 435px;
    height: 435px;
    display: block;
    background: url("../images/common/bg_logo.svg") center center no-repeat;
    left: -50px;
    bottom: -315px;
    z-index: 0; }
  .menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 1460px;
    width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
  .menu li {
    width: calc(100% / 3);
    padding: 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: column;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center; }
    .menu li img {
      margin: 100px 0 0;
      width: 100%; }
  .menu dl {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: column;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto 0;
    color: #fff;
    height: 365px; }
  .menu h2 {
    position: relative;
    font: 45px/100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    padding-top: 55px;
    margin-left: 25px; }
    .menu h2:before {
      position: absolute;
      content: "";
      width: 40px;
      height: 40px;
      background: url("../images/common/white_icon.svg") center center;
      top: 0;
      left: 3px; }
  .menu dd {
    height: 365px;
    padding-top: 60px;
    font: 18px/220% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }
    .menu dd a {
      display: block;
      width: 44px;
      height: 180px;
      border: 1px solid #fff;
      text-align: center;
      margin: auto 30px 0 0;
      color: #fff;
      font: 18px/44px 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"; }

@media (max-width: 1024px) {
  .menu {
    background: #393231 center top repeat-x; }
    .menu:before {
      display: none; }
    .menu ul {
      flex-direction: column;
      max-width: 650px;
      width: 100%; }
    .menu li {
      width: 100%;
      padding: 0;
      flex-direction: row;
      align-items: center;
      margin: 0 0 80px; }
      .menu li img {
        width: calc(100% - 320px);
        margin: 50px 0 0;
        max-width: 400px; }
    .menu dl {
      flex-direction: column;
      -webkit-justify-content: center;
      justify-content: center;
      align-items: flex-start;
      margin: 0 0 0 auto;
      order: 1;
      height: auto; }
    .menu dd {
      height: 320px; } }
@media (max-width: 768px) {
  .menu {
    background: url("../images/index/menu_bg.png") center top repeat-x;
    background-size: contain; }
    .menu ul {
      flex-direction: column;
      max-width: 480px;
      width: 100%; }
    .menu li {
      flex-direction: column; }
      .menu li img {
        width: 100%;
        margin: 0 auto;
        order: 2; }
    .menu dl {
      margin: 0 auto 40px;
      order: 1;
      height: auto; }
    .menu dd a {
      line-height: 60px; } }
@media (max-width: 480px) {
  .menu {
    padding: 80px 25px 0; }
    .menu dd.dinner_dd {
      height: 360px !important; } }

/***************************************************/
.news {
  padding: 165px 40px;
  position: relative; }
  .news .news_box {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    align-items: flex-start; }
  .news h2 {
    position: relative;
    font: 50px/100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-right: 30px; }
  .news div {
    max-width: 700px;
    width: 100%; }
  .news ul {
    width: 100%;
    margin: 0 auto 45px; }
  .news li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    font: 16px/170% 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    padding: 15px 0;
    border-bottom: #C9CACA dashed 1px; }
    .news li a {
      width: calc(100% - 135px);
      display: block; }
  .news time {
    width: 120px;
    text-align: center;
    margin-right: 15px; }
  .news .block_link {
    display: block;
    width: 220px;
    height: 54px;
    background: #231815;
    color: #fff;
    text-align: center;
    font: 18px/54px 'm+c2_Regular', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    transition: 0.3s; }
    .news .block_link:hover {
      background: #D75435; }

@media (max-width: 1024px) {
  .news {
    padding: 120px 40px;
    position: relative; }
    .news .news_box {
      width: 100%;
      max-width: 800px; }
    .news h2 {
      position: relative;
      font: 50px/100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
      -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: horizontal-tb;
      writing-mode: horizontal-tb;
      margin: 0 0 30px 0; }
    .news:before {
      position: absolute;
      content: "";
      width: 435px;
      height: 435px;
      display: block;
      background: url("../images/common/bg_logo.svg") center center no-repeat;
      left: -50px;
      top: -50px;
      z-index: -1; } }
@media (max-width: 768px) {
  .news {
    padding: 100px 40px; }
    .news div {
      max-width: 100%; }
    .news li {
      flex-direction: column; }
      .news li a {
        width: 100%;
        display: block; }
    .news time {
      width: 120px;
      text-align: left;
      margin: 0 0 5px 0; }
    .news .block_link {
      margin: 0 auto;
      transition: 1.0s; }
      .news .block_link:hover {
        background: #D75435; }
    .news:before {
      width: 400px;
      height: 400px; } }
@media (max-width: 480px) {
  .news {
    padding: 50px 15px 100px; }
    .news h2 {
      font: 45px/100% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif"; }
    .news:before {
      width: 300px;
      height: 300px; } }
