@charset "UTF-8";
/* Scss Document */
/*------------------------------------------*/
body {
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.7;
  color: #222; }
  body::after {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    /* 背景カラー */
    z-index: 9999;
    /* 一番手前に */
    pointer-events: none;
    /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
    opacity: 0;
    /* 初期値 : 透過状態 */
    -webkit-transition: opacity .8s ease;
    /* アニメーション時間は 0.8秒 */
    transition: opacity .8s ease; }
  @media screen and (min-width: 896px) {
    body {
      min-width: 1200px; } }
  body.sans {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 300; }
    body.sans .bold {
      font-weight: 500; }
    body.sans .en {
      font-family: 'Sen', sans-serif;
      font-weight: 400;
      letter-spacing: 0.1em; }
      body.sans .en.bold {
        font-weight: 700; }
  body.serif {
    font-family: 'Noto Serif JP', serif;
    font-weight: 400; }
    body.serif .bold {
      font-weight: 600; }
    body.serif .en {
      font-family: 'Lora', serif;
      font-weight: 400;
      letter-spacing: 0.2em; }
      body.serif .en.bold {
        font-weight: 600; }
  body.fadeout::after {
    opacity: 1; }
  body#consept section#cta, body#recruit section#cta, body#gallery section#cta, body#menu section#cta {
    margin-top: 0; }

img {
  height: auto;
  width: 100%; }

.inner {
  width: 100%;
  padding: 0 16px; }
  @media screen and (min-width: 896px) {
    .inner {
      width: 1040px;
      margin: 0 auto;
      padding: 0 0; } }

.pc_only {
  display: none !important; }
  @media screen and (min-width: 896px) {
    .pc_only {
      display: inherit !important; } }

.sp_only {
  display: inherit !important; }
  @media screen and (min-width: 896px) {
    .sp_only {
      display: none !important; } }

ul {
  list-style: none;
  padding: 0; }

a, input[type="button"], input[type="submit"], button, .btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
  transition: 0.3s;
  color: #222; }

a:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover, .btn:hover {
  text-decoration: none;
  opacity: 0.8;
  color: #2b0032; }

/*------------------------------------------*/
header .sp_only {
  height: 48px;
  display: flex;
  align-items: center;
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 7;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0; }
  header .sp_only h1 {
    height: 48px;
    display: flex;
    align-items: center;
    margin: 0; }
    header .sp_only h1 a {
      height: 40px;
      display: flex;
      align-items: center;
      padding: 0 0 0 12px;
      box-sizing: border-box;
      margin: 0; }
      header .sp_only h1 a img {
        height: auto;
        width: auto;
        max-width: 100%;
        max-height: 100%; }
  header .sp_only .tel_btn {
    width: 48px;
    height: 48px;
    color: #fff;
    background: #2b0032;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 48px; }
    header .sp_only .tel_btn .material-icons {
      display: block;
      height: 24px;
      width: 24px; }
    header .sp_only .tel_btn .txt {
      margin-top: 2px;
      font-size: 10px;
      line-height: 1;
      display: block; }
  header .sp_only .menu_btn {
    width: 48px;
    height: 48px;
    color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    header .sp_only .menu_btn:hover {
      opacity: 0.8; }
    header .sp_only .menu_btn .material-icons {
      display: block;
      transition: all .5s;
      height: 24px;
      width: 24px; }
    header .sp_only .menu_btn.active .material-icons {
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    header .sp_only .menu_btn .txt {
      margin-top: 2px;
      font-size: 10px;
      line-height: 1;
      display: block; }
  header .sp_only nav {
    position: absolute;
    top: 48px;
    left: 0;
    width: 100%;
    z-index: 6;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2); }
    header .sp_only nav > ul {
      display: none;
      margin-bottom: 0;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      height: 100%; }
      header .sp_only nav > ul > li {
        box-sizing: border-box;
        border-top: 1px solid #eee; }
        header .sp_only nav > ul > li.current-menu-item a {
          color: #2b0032;
          pointer-events: none; }
          header .sp_only nav > ul > li.current-menu-item a::after {
            content: none; }
        header .sp_only nav > ul > li > a {
          height: 48px;
          width: 100%;
          background: #fff;
          display: flex;
          align-items: center;
          padding-left: 24px;
          position: relative;
          justify-content: space-between;
          font-size: 18px; }
          header .sp_only nav > ul > li > a::after {
            font-family: 'Material Icons';
            content: "\e315";
            margin-right: 16px;
            font-size: 20px; }
          header .sp_only nav > ul > li > a:hover {
            color: #2b0032;
            opacity: 1; }
        header .sp_only nav > ul > li.sns {
          background: #fff; }
          header .sp_only nav > ul > li.sns ul {
            display: flex;
            justify-content: center;
            align-items: center;
            height: 48px; }
            header .sp_only nav > ul > li.sns ul li a {
              display: flex;
              align-items: center;
              justify-content: center;
              height: 24px;
              width: 24px;
              margin: 0 8px; }
              header .sp_only nav > ul > li.sns ul li a::after {
                content: none; }
              header .sp_only nav > ul > li.sns ul li a .cls-1 {
                fill: #aaa; }
        header .sp_only nav > ul > li.language {
          background: #fff; }
          header .sp_only nav > ul > li.language .btn {
            color: #aaa;
            font-size: 16px;
            font-weight: 400;
            display: flex;
            justify-content: center;
            align-items: center;
            height: 48px; }
            header .sp_only nav > ul > li.language .btn::after {
              font-size: 20px;
              font-family: 'Material Icons';
              content: "\e5c5"; }
            header .sp_only nav > ul > li.language .btn.open::after {
              font-size: 20px;
              font-family: 'Material Icons';
              content: "\e5c7"; }
          header .sp_only nav > ul > li.language .list {
            display: flex;
            align-items: center;
            justify-content: center; }
            header .sp_only nav > ul > li.language .list li {
              padding: 0 16px 16px 16px;
              display: flex;
              align-items: center;
              justify-content: center; }
              header .sp_only nav > ul > li.language .list li a {
                font-size: 14px;
                font-weight: 400; }
                header .sp_only nav > ul > li.language .list li a.current {
                  color: #2b0032;
                  pointer-events: none; }
                header .sp_only nav > ul > li.language .list li a:hover {
                  color: #2b0032; }
        header .sp_only nav > ul > li.from {
          display: flex;
          justify-content: space-between;
          align-items: center;
          width: 100%;
          background: #fff; }
          header .sp_only nav > ul > li.from a {
            height: 80px;
            width: 50%;
            background: #2b0032;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            color: #fff;
            padding-left: 0; }
            header .sp_only nav > ul > li.from a::after {
              content: none; }
            header .sp_only nav > ul > li.from a:hover {
              opacity: 0.8; }
            header .sp_only nav > ul > li.from a:first-child {
              border-right: 1px solid rgba(255, 255, 255, 0.2); }
            header .sp_only nav > ul > li.from a .material-icons {
              display: block;
              width: 24px;
              height: 24px; }
            header .sp_only nav > ul > li.from a span:last-child {
              display: block;
              margin-top: 4px;
              font-size: 12px;
              font-weight: 400; }
        header .sp_only nav > ul > li:last-child {
          box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
          /*border-bottom: 1px solid #eee;*/ }
header .pc_only {
  position: fixed;
  height: 80px;
  width: 100%;
  min-width: 1200px;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 10;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.2);
  justify-content: space-between;
  align-items: center; }
  @media screen and (min-width: 896px) {
    header .pc_only {
      display: flex !important; } }
  header .pc_only h1 {
    display: flex;
    align-items: center;
    height: 80px;
    margin-left: 40px; }
    header .pc_only h1 a img {
      height: 56px;
      width: auto; }
  header .pc_only .wrap {
    display: flex;
    align-items: center;
    justify-content: center; }
    header .pc_only .wrap nav ul {
      display: flex;
      align-items: center;
      justify-content: center;
      height: 80px;
      margin: 0 16px 0; }
      header .pc_only .wrap nav ul li a {
        font-size: 13px;
        margin: 0 10px; }
      header .pc_only .wrap nav ul li.current-menu-item a {
        color: #2b0032; }
    header .pc_only .wrap .link {
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      margin: 0 16px 0 0; }
      header .pc_only .wrap .link .sns ul {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 40px;
        margin: 0; }
        header .pc_only .wrap .link .sns ul li a {
          display: flex;
          align-items: center;
          justify-content: center;
          height: 24px;
          width: 24px;
          margin: 0 4px; }
          header .pc_only .wrap .link .sns ul li a .cls-1 {
            fill: #aaa; }
      header .pc_only .wrap .link .language {
        width: 100%;
        border-top: 1px solid #eee;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative; }
        header .pc_only .wrap .link .language .btn {
          color: #aaa;
          font-size: 11px;
          display: flex;
          justify-content: center;
          align-items: center; }
          header .pc_only .wrap .link .language .btn::after {
            font-size: 20px;
            font-family: 'Material Icons';
            content: "\e5c5"; }
          header .pc_only .wrap .link .language .btn.open::after {
            font-size: 20px;
            font-family: 'Material Icons';
            content: "\e5c7"; }
        header .pc_only .wrap .link .language .list {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-direction: column;
          position: absolute;
          top: 39px;
          left: 0;
          margin: 0;
          width: 100%; }
          header .pc_only .wrap .link .language .list li {
            background: #fff;
            width: 100%; }
            header .pc_only .wrap .link .language .list li a {
              font-size: 14px;
              padding: 8px;
              display: flex;
              align-items: center;
              justify-content: center; }
              header .pc_only .wrap .link .language .list li a.current {
                color: #2b0032;
                pointer-events: none; }
              header .pc_only .wrap .link .language .list li a:hover {
                color: #2b0032; }
    header .pc_only .wrap .from {
      display: flex;
      justify-content: space-between;
      align-items: center;
      background: #fff; }
      header .pc_only .wrap .from a {
        height: 80px;
        width: 80px;
        background: #2b0032;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        color: #fff;
        padding-left: 0; }
        header .pc_only .wrap .from a::after {
          content: none; }
        header .pc_only .wrap .from a:first-child {
          border-right: 1px solid rgba(255, 255, 255, 0.2); }
        header .pc_only .wrap .from a .material-icons {
          display: block;
          width: 24px;
          height: 24px; }
        header .pc_only .wrap .from a span:last-child {
          display: block;
          margin-top: 4px;
          font-size: 12px;
          font-weight: 400; }

/*------------------------------------------*/
section#main .wrap {
  position: relative;
  margin-top: 48px; }
  @media screen and (min-width: 896px) {
    section#main .wrap {
      margin-top: 80px; } }
  section#main .wrap .cta {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%; }
    @media screen and (min-width: 896px) {
      section#main .wrap .cta {
        right: 0;
        left: auto;
        width: auto; } }
    section#main .wrap .cta ul {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 8px 0;
      width: 100%;
      background: rgba(0, 0, 0, 0.9); }
      @media screen and (min-width: 896px) {
        section#main .wrap .cta ul {
          width: auto;
          padding: 8px 8px; } }
      section#main .wrap .cta ul li {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        margin: 0 8px;
        font-size: 12px; }
        @media screen and (min-width: 896px) {
          section#main .wrap .cta ul li {
            font-size: 14px; } }
        section#main .wrap .cta ul li span {
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          margin-right: 4px; }
        section#main .wrap .cta ul li a {
          color: #fff;
          text-decoration: underline; }
  section#main .wrap .main_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 4;
    width: 60%; }
    @media screen and (min-width: 896px) {
      section#main .wrap .main_logo {
        width: 320px; } }
  section#main .wrap .scroll {
    display: inline-block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    z-index: 3;
    padding: 10px 10px 32px;
    overflow: hidden;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    text-decoration: none; }
    @media screen and (min-width: 896px) {
      section#main .wrap .scroll {
        padding: 10px 10px 48px; } }
    section#main .wrap .scroll::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 50%;
      width: 1px;
      height: 24px;
      background: #fff;
      animation: sdl 1.5s cubic-bezier(1, 0, 0, 1) infinite; }
      @media screen and (min-width: 896px) {
        section#main .wrap .scroll::after {
          height: 40px; } }
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0; }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0; }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%; }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%; } }
  section#main .wrap .fade::before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 2; }
  section#main .wrap .fade .block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: calc(100vh - 48px);
    text-decoration: none;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 896px) {
      section#main .wrap .fade .block {
        height: calc(100vh - 80px); } }
    section#main .wrap .fade .block::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      background: url(../images/fill.png) repeat;
      height: 100%;
      width: 100%; }
  section#main .wrap .fade .slick-dots {
    bottom: 4%;
    z-index: +1; }
  section#main .wrap .slide {
    position: relative;
    top: 36px;
    margin-bottom: 64px; }
    @media screen and (min-width: 896px) {
      section#main .wrap .slide {
        top: 0;
        margin-bottom: 32px; } }
    section#main .wrap .slide .block {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      height: calc(360px - 48px);
      text-decoration: none;
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      section#main .wrap .slide .block .txt {
        color: #fff;
        position: relative;
        z-index: 3;
        text-align: center;
        padding: 0 16px; }
        @media screen and (min-width: 896px) {
          section#main .wrap .slide .block .txt {
            font-size: 18px;
            padding: 0 0;
            max-width: 800px; } }
      section#main .wrap .slide .block .btn {
        width: 75%;
        margin: 0 auto;
        position: relative;
        z-index: 3;
        padding: 0 16px; }
        @media screen and (min-width: 896px) {
          section#main .wrap .slide .block .btn {
            width: 440px;
            padding: 0 0; } }
        section#main .wrap .slide .block .btn a {
          margin: 24px auto 0;
          height: 48px;
          width: 100%;
          border: 1px solid #fff;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          color: #fff;
          position: relative; }
          @media screen and (min-width: 896px) {
            section#main .wrap .slide .block .btn a {
              margin: 40px auto 0;
              width: 440px;
              height: 64px;
              font-size: 16px; } }
          section#main .wrap .slide .block .btn a::after {
            font-family: 'Material Icons';
            content: "\e315";
            font-size: 20px;
            position: absolute;
            right: 16px; }
      @media screen and (min-width: 896px) {
        section#main .wrap .slide .block {
          height: calc(720px - 80px); } }
      section#main .wrap .slide .block::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background: url(../images/fill.png) repeat;
        height: 100%;
        width: 100%; }
      section#main .wrap .slide .block::before {
        content: "";
        background: rgba(0, 0, 0, 0.5);
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        z-index: 2; }
    section#main .wrap .slide .slick-dots {
      z-index: 3;
      bottom: -32px; }
      section#main .wrap .slide .slick-dots li {
        margin: 0px 2px; }
        section#main .wrap .slide .slick-dots li button::before {
          opacity: 1;
          color: #ccc; }
        section#main .wrap .slide .slick-dots li.slick-active button::before {
          color: #2b0032; }
    section#main .wrap .slide .slick-prev, section#main .wrap .slide .slick-next {
      display: none !important; }
      @media screen and (min-width: 896px) {
        section#main .wrap .slide .slick-prev, section#main .wrap .slide .slick-next {
          z-index: 2;
          height: 80px;
          width: 80px;
          background: #222;
          color: #fff;
          display: flex !important;
          justify-content: center;
          align-items: center; }
          section#main .wrap .slide .slick-prev::before, section#main .wrap .slide .slick-next::before {
            font-family: 'Material Icons';
            content: "\e314";
            font-size: 36px; } }
    section#main .wrap .slide .slick-prev {
      left: 40px; }
      section#main .wrap .slide .slick-prev::before {
        font-family: 'Material Icons';
        content: "\e314";
        font-size: 36px; }
    section#main .wrap .slide .slick-next {
      right: 40px; }
      section#main .wrap .slide .slick-next::before {
        font-family: 'Material Icons';
        content: "\e315";
        font-size: 36px; }
section#main.underlayer {
  margin-top: 0; }
  section#main.underlayer .wrap {
    width: 100%;
    height: 240px;
    position: relative;
    overflow: hidden; }
    section#main.underlayer .wrap::before {
      content: "";
      background: rgba(0, 0, 0, 0.8);
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 100%;
      z-index: 0; }
    section#main.underlayer .wrap img {
      object-fit: cover;
      width: 100%;
      height: 100%; }
    section#main.underlayer .wrap h2 {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      color: #fff;
      font-size: 32px;
      width: 100%;
      text-align: center; }
      @media screen and (min-width: 896px) {
        section#main.underlayer .wrap h2 {
          font-size: 50px; } }
      section#main.underlayer .wrap h2 .sans .english {
        display: block;
        text-transform: uppercase; }
      section#main.underlayer .wrap h2 .sans .japanese {
        display: none; }
      section#main.underlayer .wrap h2 .serif .english {
        display: none; }
      section#main.underlayer .wrap h2 .serif .japanese {
        display: block; }
    section#main.underlayer .wrap #breadcrumb {
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 12px;
      overflow-x: auto;
      word-break: keep-all;
      white-space: nowrap;
      -webkit-overflow-scrolling: touch;
      width: 100%; }
      @media screen and (min-width: 896px) {
        section#main.underlayer .wrap #breadcrumb {
          left: 24px; } }
      section#main.underlayer .wrap #breadcrumb ul {
        display: flex;
        align-items: center;
        padding: 0 16px; }
        section#main.underlayer .wrap #breadcrumb ul li {
          color: #888;
          text-transform: uppercase; }
          section#main.underlayer .wrap #breadcrumb ul li::after {
            font-family: 'Material Icons';
            content: "\e315";
            margin: 0 4px; }
          section#main.underlayer .wrap #breadcrumb ul li:last-child {
            padding-right: 16px; }
            section#main.underlayer .wrap #breadcrumb ul li:last-child::after {
              content: none; }
          section#main.underlayer .wrap #breadcrumb ul li a {
            color: white; }

/*------------------------------------------*/
section#news .inner {
  padding: 24px 16px; }
  @media screen and (min-width: 896px) {
    section#news .inner {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 24px 0; } }
  section#news .inner h2 {
    margin: 0 0 0 0;
    font-size: 20px;
    text-align: center; }
    @media screen and (min-width: 896px) {
      section#news .inner h2 {
        text-align: left;
        width: 160px; } }
  section#news .inner .list ul {
    margin: 0 0 0 0; }
    section#news .inner .list ul li {
      margin: 16px 0 0 0; }
      @media screen and (min-width: 896px) {
        section#news .inner .list ul li {
          display: flex;
          align-items: flex-start; } }
      section#news .inner .list ul li:first-child {
        margin: 24px 0 0 0; }
        @media screen and (min-width: 896px) {
          section#news .inner .list ul li:first-child {
            margin: 0 0 0 0; } }
      section#news .inner .list ul li .tag {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%; }
        @media screen and (min-width: 896px) {
          section#news .inner .list ul li .tag {
            width: 118px; } }
        section#news .inner .list ul li .tag .date {
          background: #eee;
          display: flex;
          justify-content: center;
          align-items: center;
          padding: 2px;
          width: 100%;
          font-size: 14px; }
          @media screen and (min-width: 896px) {
            section#news .inner .list ul li .tag .date {
              font-size: 12px; } }
      section#news .inner .list ul li p {
        margin: 8px 0 0 0; }
        @media screen and (min-width: 896px) {
          section#news .inner .list ul li p {
            font-size: 14px;
            margin: 0 0 0 16px;
            display: block;
            width: 746px; } }
        section#news .inner .list ul li p a {
          text-decoration: underline; }

/*------------------------------------------*/
section#lead .banner {
  padding-top: 24px;
  border-top: 1px solid #eee; }
  section#lead .banner ul {
    width: 75%;
    margin: 0 auto; }
    @media screen and (min-width: 896px) {
      section#lead .banner ul {
        width: 800px; } }
    section#lead .banner ul li {
      margin-top: 8px; }
      section#lead .banner ul li:first-child {
        margin-top: 0; }
section#lead .inner h2 {
  margin: 40px 0 0 0;
  font-size: 25px;
  line-height: 1.4;
  display: block;
  text-align: center; }
  @media screen and (min-width: 896px) {
    section#lead .inner h2 {
      margin: 80px 0 0 0;
      font-size: 30px; } }
  section#lead .inner h2 .en {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    margin-bottom: 4px; }
    @media screen and (min-width: 896px) {
      section#lead .inner h2 .en {
        font-size: 14px;
        margin-bottom: 8px; } }
section#lead .inner p {
  margin: 24px 0 0 0; }
  @media screen and (min-width: 896px) {
    section#lead .inner p {
      margin: 48px 0 0 0;
      text-align: center;
      line-height: 2; } }
section#lead .inner .btn {
  width: 75%;
  margin: 0 auto; }
  @media screen and (min-width: 896px) {
    section#lead .inner .btn {
      width: 440px; } }
  section#lead .inner .btn a {
    margin: 24px auto 0;
    height: 48px;
    width: 100%;
    background: #2b0032;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    position: relative; }
    @media screen and (min-width: 896px) {
      section#lead .inner .btn a {
        margin: 40px auto 0;
        width: 440px;
        height: 64px;
        font-size: 16px; } }
    section#lead .inner .btn a::after {
      font-family: 'Material Icons';
      content: "\e315";
      font-size: 20px;
      position: absolute;
      right: 16px; }

/*------------------------------------------*/
section#sentence_block .block {
  margin-top: 0; }
  @media screen and (min-width: 896px) {
    section#sentence_block .block {
      margin-top: 0; } }
  section#sentence_block .block:first-child {
    margin-top: 40px; }
    @media screen and (min-width: 896px) {
      section#sentence_block .block:first-child {
        margin-top: 80px; } }
  section#sentence_block .block:nth-child(odd) .frame {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse; }
    @media screen and (min-width: 896px) {
      section#sentence_block .block:nth-child(odd) .frame {
        align-items: normal;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        width: 100%; } }
    section#sentence_block .block:nth-child(odd) .frame .txt {
      /*background: url(../images/bg1.jpg);*/
      background-repeat: repeat;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 896px) {
        section#sentence_block .block:nth-child(odd) .frame .txt {
          width: 50%;
          display: block;
          padding: 64px 48px 64px 0; } }
      @media screen and (min-width: 896px) {
        section#sentence_block .block:nth-child(odd) .frame .txt {
          width: 50%; } }
      section#sentence_block .block:nth-child(odd) .frame .txt::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        background: #2b0032;
        z-index: 0; }
      section#sentence_block .block:nth-child(odd) .frame .txt .inner {
        padding-bottom: 40px;
        position: relative;
        z-index: 1; }
        @media screen and (min-width: 896px) {
          section#sentence_block .block:nth-child(odd) .frame .txt .inner {
            width: 470px;
            margin-left: auto;
            margin-right: 0;
            padding: 0; } }
        section#sentence_block .block:nth-child(odd) .frame .txt .inner h2 {
          margin: 40px 0 0 0;
          font-size: 25px;
          line-height: 1.4;
          display: block;
          text-align: center; }
          @media screen and (min-width: 896px) {
            section#sentence_block .block:nth-child(odd) .frame .txt .inner h2 {
              text-align: left;
              font-size: 24px;
              margin: 0 0 0 0; } }
          section#sentence_block .block:nth-child(odd) .frame .txt .inner h2 .en {
            font-size: 12px;
            color: rgba(0, 0, 0, 0.5);
            display: block;
            margin-bottom: 4px;
            text-transform: uppercase; }
            @media screen and (min-width: 896px) {
              section#sentence_block .block:nth-child(odd) .frame .txt .inner h2 .en {
                font-size: 14px; } }
        section#sentence_block .block:nth-child(odd) .frame .txt .inner p {
          margin: 24px 0 0 0; }
          @media screen and (min-width: 896px) {
            section#sentence_block .block:nth-child(odd) .frame .txt .inner p {
              font-size: 14px; } }
        section#sentence_block .block:nth-child(odd) .frame .txt .inner .btn a {
          margin: 24px auto 0;
          height: 48px;
          width: 75%;
          background: #2b0032;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          color: #fff;
          position: relative; }
          @media screen and (min-width: 896px) {
            section#sentence_block .block:nth-child(odd) .frame .txt .inner .btn a {
              margin: 32px 0 0;
              width: 220px;
              height: 64px;
              font-size: 16px; } }
          section#sentence_block .block:nth-child(odd) .frame .txt .inner .btn a::after {
            font-family: 'Material Icons';
            content: "\e315";
            font-size: 20px;
            position: absolute;
            right: 16px; }
    section#sentence_block .block:nth-child(odd) .frame .img {
      background: url(../images/menu.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 240px; }
      @media screen and (min-width: 896px) {
        section#sentence_block .block:nth-child(odd) .frame .img {
          width: 50%;
          height: auto; } }
  section#sentence_block .block:nth-child(even) .frame {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse; }
    @media screen and (min-width: 896px) {
      section#sentence_block .block:nth-child(even) .frame {
        align-items: normal;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: stretch;
        width: 100%; } }
    section#sentence_block .block:nth-child(even) .frame .txt {
      /*background: url(../images/bg1.jpg);*/
      background-repeat: repeat;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 896px) {
        section#sentence_block .block:nth-child(even) .frame .txt {
          width: 50%;
          display: block;
          padding: 64px 0 64px 48px; } }
      @media screen and (min-width: 896px) {
        section#sentence_block .block:nth-child(even) .frame .txt {
          width: 50%; } }
      section#sentence_block .block:nth-child(even) .frame .txt::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        background: #2b0032;
        z-index: 0; }
      section#sentence_block .block:nth-child(even) .frame .txt .inner {
        padding-bottom: 40px;
        position: relative;
        z-index: 1; }
        @media screen and (min-width: 896px) {
          section#sentence_block .block:nth-child(even) .frame .txt .inner {
            width: 470px;
            margin-left: 0;
            margin-right: auto;
            padding: 0; } }
        section#sentence_block .block:nth-child(even) .frame .txt .inner h2 {
          margin: 40px 0 0 0;
          font-size: 25px;
          line-height: 1.4;
          display: block;
          text-align: center; }
          @media screen and (min-width: 896px) {
            section#sentence_block .block:nth-child(even) .frame .txt .inner h2 {
              text-align: left;
              font-size: 24px;
              margin: 0 0 0 0; } }
          section#sentence_block .block:nth-child(even) .frame .txt .inner h2 .en {
            font-size: 12px;
            color: rgba(0, 0, 0, 0.5);
            display: block;
            margin-bottom: 4px;
            text-transform: uppercase; }
            @media screen and (min-width: 896px) {
              section#sentence_block .block:nth-child(even) .frame .txt .inner h2 .en {
                font-size: 14px; } }
        section#sentence_block .block:nth-child(even) .frame .txt .inner p {
          margin: 24px 0 0 0; }
          @media screen and (min-width: 896px) {
            section#sentence_block .block:nth-child(even) .frame .txt .inner p {
              font-size: 14px; } }
        section#sentence_block .block:nth-child(even) .frame .txt .inner .btn a {
          margin: 24px auto 0;
          height: 48px;
          width: 75%;
          background: #2b0032;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          color: #fff;
          position: relative; }
          @media screen and (min-width: 896px) {
            section#sentence_block .block:nth-child(even) .frame .txt .inner .btn a {
              margin: 32px 0 0;
              width: 220px;
              height: 64px;
              font-size: 16px; } }
          section#sentence_block .block:nth-child(even) .frame .txt .inner .btn a::after {
            font-family: 'Material Icons';
            content: "\e315";
            font-size: 20px;
            position: absolute;
            right: 16px; }
    section#sentence_block .block:nth-child(even) .frame .img {
      background: url(../images/gallery.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 240px; }
      @media screen and (min-width: 896px) {
        section#sentence_block .block:nth-child(even) .frame .img {
          width: 50%;
          height: auto; } }

/*------------------------------------------*/
section#top_blog .inner h2 {
  margin: 40px 0 0 0;
  font-size: 25px;
  line-height: 1.4;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (min-width: 896px) {
    section#top_blog .inner h2 {
      margin: 80px 0 0 0;
      font-size: 30px; } }
  section#top_blog .inner h2 .en {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    margin-bottom: 4px; }
    @media screen and (min-width: 896px) {
      section#top_blog .inner h2 .en {
        font-size: 14px;
        margin-bottom: 8px; } }
@media screen and (min-width: 896px) {
  section#top_blog .inner .list {
    margin: 48px 0 0 0; } }
section#top_blog .inner .list ul {
  margin: 0 0 0 0; }
  @media screen and (min-width: 896px) {
    section#top_blog .inner .list ul {
      display: flex;
      flex-wrap: wrap;
      margin: -32px 0 0 0; } }
  section#top_blog .inner .list ul li {
    margin: 16px 0 0 0;
    width: 100%;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    @media screen and (min-width: 896px) {
      section#top_blog .inner .list ul li {
        width: 236px;
        margin: 32px 32px 0 0; }
        section#top_blog .inner .list ul li:nth-child(4n) {
          margin: 32px 0 0 0; } }
    section#top_blog .inner .list ul li:hover {
      opacity: 0.8; }
      section#top_blog .inner .list ul li:hover p {
        text-decoration: none; }
    section#top_blog .inner .list ul li:first-child {
      margin: 24px 0 0 0; }
      @media screen and (min-width: 896px) {
        section#top_blog .inner .list ul li:first-child {
          margin: 32px 32px 0 0; } }
    section#top_blog .inner .list ul li .img {
      position: relative;
      height: auto;
      width: 100%;
      padding-top: 50%;
      overflow: hidden; }
      @media screen and (min-width: 896px) {
        section#top_blog .inner .list ul li .img {
          width: 236px;
          height: 160px;
          padding-top: 0; } }
      section#top_blog .inner .list ul li .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      section#top_blog .inner .list ul li .img .img_wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        width: 100%;
        height: 100%; }
        section#top_blog .inner .list ul li .img .img_wrap .no_image {
          background: #ddd;
          width: 100%;
          height: 100%; }
          @media screen and (min-width: 896px) {
            section#top_blog .inner .list ul li .img .img_wrap .no_image {
              width: 236px;
              height: 160px;
              padding-top: 0; } }
          section#top_blog .inner .list ul li .img .img_wrap .no_image .en {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            color: #fff;
            font-size: 20px;
            line-height: 1;
            width: 100%;
            text-align: center; }
    section#top_blog .inner .list ul li .tag {
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      @media screen and (min-width: 896px) {
        section#top_blog .inner .list ul li .tag {
          width: 236px; } }
      section#top_blog .inner .list ul li .tag .category {
        background: #222;
        color: #fff;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2px;
        width: 50%;
        font-size: 14px; }
        @media screen and (min-width: 896px) {
          section#top_blog .inner .list ul li .tag .category {
            font-size: 12px; } }
      section#top_blog .inner .list ul li .tag .date {
        background: #eee;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 2px;
        width: 50%;
        font-size: 14px; }
        @media screen and (min-width: 896px) {
          section#top_blog .inner .list ul li .tag .date {
            font-size: 12px; } }
    section#top_blog .inner .list ul li p {
      margin: 8px 0 0 0; }
      @media screen and (min-width: 896px) {
        section#top_blog .inner .list ul li p {
          font-size: 14px;
          margin: 8px 0 0 0; } }
    section#top_blog .inner .list ul li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: -999px; }
section#top_blog .inner .btn {
  width: 75%;
  margin: 0 auto; }
  @media screen and (min-width: 896px) {
    section#top_blog .inner .btn {
      width: 440px; } }
  section#top_blog .inner .btn a {
    margin: 24px auto 0;
    height: 48px;
    width: 100%;
    background: #2b0032;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    position: relative; }
    @media screen and (min-width: 896px) {
      section#top_blog .inner .btn a {
        margin: 40px auto 0;
        width: 440px;
        height: 64px;
        font-size: 16px; } }
    section#top_blog .inner .btn a::after {
      font-family: 'Material Icons';
      content: "\e315";
      font-size: 20px;
      position: absolute;
      right: 16px; }

/*------------------------------------------*/
section#cta {
  background: #2b0032;
  padding: 32px 16px;
  margin-top: 40px; }
  @media screen and (min-width: 896px) {
    section#cta {
      padding: 64px 0;
      margin-top: 80px; } }
  @media screen and (min-width: 896px) {
    section#cta .inner {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  section#cta .inner .tel {
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media screen and (min-width: 896px) {
      section#cta .inner .tel {
        width: 328px; } }
    section#cta .inner .tel .number {
      font-size: 35px;
      display: flex;
      align-items: center; }
      @media screen and (min-width: 896px) {
        section#cta .inner .tel .number {
          font-size: 41px; } }
      section#cta .inner .tel .number span {
        display: block;
        line-height: 1; }
        section#cta .inner .tel .number span.material-icons {
          font-size: 35px; }
          @media screen and (min-width: 896px) {
            section#cta .inner .tel .number span.material-icons {
              font-size: 41px; } }
    section#cta .inner .tel .txt {
      font-size: 12px;
      margin-top: 8px;
      text-align: center; }
      @media screen and (min-width: 896px) {
        section#cta .inner .tel .txt {
          font-size: 14px; } }
  section#cta .inner .btn.reservation a::after {
    content: "\e916"; }
  section#cta .inner .btn.contact a::after {
    content: "\e0be"; }
  section#cta .inner .btn a {
    margin: 16px auto 0;
    height: 48px;
    width: 100%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    position: relative; }
    @media screen and (min-width: 896px) {
      section#cta .inner .btn a {
        margin: 0;
        width: 328px;
        height: 64px;
        font-size: 16px; } }
    section#cta .inner .btn a::after {
      font-family: 'Material Icons';
      font-weight: normal;
      font-size: 20px;
      position: absolute;
      left: 16px; }

/*------------------------------------------*/
section#footer_store .inner {
  padding: 0; }
  @media screen and (min-width: 896px) {
    section#footer_store .inner {
      display: flex;
      align-items: center;
      height: 480px;
      width: 100% !important; } }
  section#footer_store .inner > .txt {
    padding: 32px 16px; }
    @media screen and (min-width: 896px) {
      section#footer_store .inner > .txt {
        padding: 64px 48px 64px 0;
        width: 50%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column; } }
    @media screen and (min-width: 896px) {
      section#footer_store .inner > .txt .frame {
        width: 470px;
        margin-left: auto;
        margin-right: 0;
        padding: 0; } }
    section#footer_store .inner > .txt .frame .logo {
      width: 60%;
      margin: 0 auto; }
      @media screen and (min-width: 896px) {
        section#footer_store .inner > .txt .frame .logo {
          width: 160px;
          margin: auto 0 0; } }
    section#footer_store .inner > .txt .frame ul {
      margin: 16px 0 0 0;
      font-size: 14px; }
      @media screen and (min-width: 896px) {
        section#footer_store .inner > .txt .frame ul {
          margin: 24px 0 0 0; } }
      section#footer_store .inner > .txt .frame ul li {
        margin: 8px 0 0 0; }
        @media screen and (min-width: 896px) {
          section#footer_store .inner > .txt .frame ul li {
            margin: 8px 0 0 0;
            display: flex; } }
        @media screen and (min-width: 896px) {
          section#footer_store .inner > .txt .frame ul li .sub {
            width: 100px; } }
        section#footer_store .inner > .txt .frame ul li .txt {
          margin-left: 16px; }
          @media screen and (min-width: 896px) {
            section#footer_store .inner > .txt .frame ul li .txt {
              margin-left: 0;
              width: 320px; } }
    section#footer_store .inner > .txt .frame .btn {
      width: 75%;
      margin: 0 auto; }
      @media screen and (min-width: 896px) {
        section#footer_store .inner > .txt .frame .btn {
          width: 220px;
          margin: 0 0; } }
      section#footer_store .inner > .txt .frame .btn a {
        margin: 24px auto 0;
        height: 48px;
        width: 100%;
        background: #2b0032;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 18px;
        color: #fff;
        position: relative; }
        @media screen and (min-width: 896px) {
          section#footer_store .inner > .txt .frame .btn a {
            margin: 40px auto 0 0;
            width: 220px;
            height: 64px;
            font-size: 16px; } }
        section#footer_store .inner > .txt .frame .btn a::after {
          font-family: 'Material Icons';
          content: "\e315";
          font-size: 20px;
          position: absolute;
          right: 16px; }
  section#footer_store .inner #map {
    width: 100%;
    height: 240px; }
    section#footer_store .inner #map .gmnoprint, section#footer_store .inner #map .gm-fullscreen-control {
      display: none; }
    @media screen and (min-width: 896px) {
      section#footer_store .inner #map {
        height: 480px;
        width: 50%; } }

/*------------------------------------------*/
footer ul {
  padding: 0 16px;
  margin: 24px 0 0 0; }
  @media screen and (min-width: 896px) {
    footer ul {
      display: flex;
      align-items: center;
      height: 80px;
      padding: 0 0;
      margin: 0 0 0 40px; } }
  footer ul li {
    margin-top: 16px;
    line-height: 1; }
    @media screen and (min-width: 896px) {
      footer ul li {
        margin-top: 0;
        margin-right: 8px; }
        footer ul li::after {
          content: "|";
          margin: 0 8px; } }
    footer ul li a {
      font-size: 14px; }
      @media screen and (min-width: 896px) {
        footer ul li a {
          font-size: 12px; } }
    footer ul li:last-child {
      margin-top: 24px;
      color: #aaa;
      font-size: 12px; }
      @media screen and (min-width: 896px) {
        footer ul li:last-child {
          margin-top: 0; }
          footer ul li:last-child::after {
            content: none; } }
footer .page_top {
  margin-top: 24px; }
  @media screen and (min-width: 896px) {
    footer .page_top {
      margin-top: 0;
      position: fixed;
      bottom: 0;
      right: 0; } }
  footer .page_top a {
    width: 100%;
    height: 48px;
    background: #222;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center; }
    @media screen and (min-width: 896px) {
      footer .page_top a {
        height: 80px;
        width: 80px; }
        footer .page_top a span {
          font-size: 36px; } }

/*------------------------------------------*/
section#consept_link .inner h2 {
  margin: 40px 0 0 0;
  font-size: 25px;
  line-height: 1.4;
  display: block;
  text-align: center; }
  @media screen and (min-width: 896px) {
    section#consept_link .inner h2 {
      font-size: 30px;
      margin: 80px 0 0 0; } }
  section#consept_link .inner h2 .en {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.5);
    display: block;
    margin-bottom: 4px; }
    @media screen and (min-width: 896px) {
      section#consept_link .inner h2 .en {
        font-size: 14px; } }
section#consept_link .inner ul {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 24px 0 0 0; }
  @media screen and (min-width: 896px) {
    section#consept_link .inner ul {
      flex-direction: row; } }
  @media screen and (min-width: 896px) {
    section#consept_link .inner ul {
      margin: 48px 0 0 0; } }
  section#consept_link .inner ul li {
    margin-top: 16px;
    width: 100%; }
    @media screen and (min-width: 896px) {
      section#consept_link .inner ul li {
        width: 325px;
        margin-top: 0;
        margin: 0 16px; } }
    section#consept_link .inner ul li:first-child {
      margin-top: 0; }
    section#consept_link .inner ul li a {
      height: 200px;
      width: 100%;
      position: relative;
      display: block;
      overflow: hidden; }
      @media screen and (min-width: 896px) {
        section#consept_link .inner ul li a {
          width: 325px; } }
      section#consept_link .inner ul li a img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      section#consept_link .inner ul li a .txt {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        opacity: 0.8;
        background: #2b0032;
        width: 80%;
        padding: 40px 0; }
        section#consept_link .inner ul li a .txt span {
          display: flex;
          align-items: center;
          justify-content: center;
          color: #fff;
          font-size: 20px;
          opacity: 1; }

/*------------------------------------------*/
section#consept_message {
  background: url(../images/bg2.png) repeat;
  margin: 40px 0 -40px 0;
  padding-bottom: 40px; }
  @media screen and (min-width: 896px) {
    section#consept_message {
      margin: 80px 0 -80px 0;
      padding: 64px 0; } }
  section#consept_message .inner .frame {
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column; }
    @media screen and (min-width: 896px) {
      section#consept_message .inner .frame {
        flex-direction: row-reverse;
        justify-content: space-between; } }
    section#consept_message .inner .frame .img {
      margin: 0 -16px;
      height: 100%; }
      @media screen and (min-width: 896px) {
        section#consept_message .inner .frame .img {
          width: 325px;
          margin: 0 0; } }
    section#consept_message .inner .frame .txt {
      color: #fff; }
      @media screen and (min-width: 896px) {
        section#consept_message .inner .frame .txt {
          width: 684px; } }
      section#consept_message .inner .frame .txt h2 {
        margin: 40px 0 0 0;
        font-size: 25px;
        line-height: 1.4;
        display: block;
        text-align: center; }
        @media screen and (min-width: 896px) {
          section#consept_message .inner .frame .txt h2 {
            text-align: left;
            font-size: 24px;
            margin: 0 0 0 0; } }
        section#consept_message .inner .frame .txt h2 .en {
          font-size: 12px;
          opacity: 0.5;
          display: block;
          margin-bottom: 4px; }
          @media screen and (min-width: 896px) {
            section#consept_message .inner .frame .txt h2 .en {
              font-size: 14px; } }
      section#consept_message .inner .frame .txt p {
        margin: 24px 0 0 0; }
      section#consept_message .inner .frame .txt .position {
        margin-top: 16px;
        font-size: 12px; }
      section#consept_message .inner .frame .txt .name {
        font-size: 20px; }

/*------------------------------------------*/
section#menu_btn_area .inner, section#gallery_btn_area .inner {
  margin-top: 40px;
  padding: 0 16px; }
  @media screen and (min-width: 896px) {
    section#menu_btn_area .inner, section#gallery_btn_area .inner {
      margin-top: 80px;
      padding: 0 0px; } }
  section#menu_btn_area .inner ul, section#gallery_btn_area .inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media screen and (min-width: 896px) {
      section#menu_btn_area .inner ul, section#gallery_btn_area .inner ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: flex-start;
        margin: -32px -32px 0 0;
        padding: 0; } }
    section#menu_btn_area .inner ul li, section#gallery_btn_area .inner ul li {
      width: 100%;
      margin-top: 8px; }
      @media screen and (min-width: 896px) {
        section#menu_btn_area .inner ul li, section#gallery_btn_area .inner ul li {
          width: 325px;
          margin: 32px 32px 0 0; } }
      section#menu_btn_area .inner ul li:first-child, section#gallery_btn_area .inner ul li:first-child {
        margin-top: 0; }
        @media screen and (min-width: 896px) {
          section#menu_btn_area .inner ul li:first-child, section#gallery_btn_area .inner ul li:first-child {
            margin: 32px 32px 0 0; } }
      section#menu_btn_area .inner ul li a, section#gallery_btn_area .inner ul li a {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        background: #2b0032;
        height: 80px;
        width: 100%; }
        section#menu_btn_area .inner ul li a .img, section#gallery_btn_area .inner ul li a .img {
          width: 80px;
          height: 80px; }
          section#menu_btn_area .inner ul li a .img img, section#gallery_btn_area .inner ul li a .img img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
        section#menu_btn_area .inner ul li a .txt, section#gallery_btn_area .inner ul li a .txt {
          color: #fff;
          padding: 0 16px; }

/*------------------------------------------*/
section#recruit_btn_area .inner {
  margin-top: 40px;
  padding: 0 16px; }
  @media screen and (min-width: 896px) {
    section#recruit_btn_area .inner {
      margin-top: 80px;
      padding: 0 0px; } }
  section#recruit_btn_area .inner ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media screen and (min-width: 896px) {
      section#recruit_btn_area .inner ul {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        margin: -32px -32px 0 0;
        padding: 0; } }
    section#recruit_btn_area .inner ul li {
      width: 100%;
      margin-top: 8px; }
      @media screen and (min-width: 896px) {
        section#recruit_btn_area .inner ul li {
          width: 325px;
          margin: 32px 32px 0 0; } }
      section#recruit_btn_area .inner ul li:first-child {
        margin-top: 0; }
        @media screen and (min-width: 896px) {
          section#recruit_btn_area .inner ul li:first-child {
            margin: 32px 32px 0 0; } }
      section#recruit_btn_area .inner ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #2b0032;
        height: 80px;
        width: 100%;
        color: #fff; }

/*------------------------------------------*/
section#menu_list.pattern_a .block {
  padding: 40px 0; }
  @media screen and (min-width: 896px) {
    section#menu_list.pattern_a .block {
      padding: 80px 0; } }
  section#menu_list.pattern_a .block:nth-child(odd) {
    /*background: url(../images/bg1.jpg);*/
    background-repeat: repeat;
    position: relative;
    width: 100%; }
    section#menu_list.pattern_a .block:nth-child(odd) .menu_block {
      background: #fff !important; }
    section#menu_list.pattern_a .block:nth-child(odd)::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0.1;
      background: #2b0032;
      z-index: 0; }
  section#menu_list.pattern_a .block:nth-child(even) {
    background: #fff !important; }
  section#menu_list.pattern_a .block:first-child {
    margin: 40px 0 0 0; }
    @media screen and (min-width: 896px) {
      section#menu_list.pattern_a .block:first-child {
        margin: 80px 0 0 0; } }
  section#menu_list.pattern_a .block .inner h2 {
    margin: 0 0 0 0;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media screen and (min-width: 896px) {
      section#menu_list.pattern_a .block .inner h2 {
        margin: 0 0 0 0;
        font-size: 30px; } }
    section#menu_list.pattern_a .block .inner h2 .en {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.5);
      display: block;
      margin-bottom: 4px;
      text-transform: uppercase; }
      @media screen and (min-width: 896px) {
        section#menu_list.pattern_a .block .inner h2 .en {
          font-size: 14px;
          margin-bottom: 8px; } }
  @media screen and (min-width: 896px) {
    section#menu_list.pattern_a .block .inner .list {
      margin: 48px 0 0 0; } }
  section#menu_list.pattern_a .block .inner .list ul {
    margin: 0 0 0 0; }
    @media screen and (min-width: 896px) {
      section#menu_list.pattern_a .block .inner .list ul {
        display: flex;
        flex-wrap: wrap;
        margin: -32px -32px 0 0; } }
    section#menu_list.pattern_a .block .inner .list ul li {
      margin: 16px 0 0 0;
      width: 100%;
      position: relative;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      @media screen and (min-width: 896px) {
        section#menu_list.pattern_a .block .inner .list ul li {
          width: 236px;
          margin: 32px 32px 0 0; }
          section#menu_list.pattern_a .block .inner .list ul li:nth-child(4n) {
            margin: 32px 0 0 0; } }
      section#menu_list.pattern_a .block .inner .list ul li:first-child {
        margin: 24px 0 0 0; }
        @media screen and (min-width: 896px) {
          section#menu_list.pattern_a .block .inner .list ul li:first-child {
            margin: 32px 32px 0 0; } }
      section#menu_list.pattern_a .block .inner .list ul li .menu_block {
        background: #eee;
        box-sizing: border-box;
        height: 100%;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        section#menu_list.pattern_a .block .inner .list ul li .menu_block .img {
          position: relative;
          height: auto;
          width: 100%;
          padding-top: 50%;
          overflow: hidden; }
          @media screen and (min-width: 896px) {
            section#menu_list.pattern_a .block .inner .list ul li .menu_block .img {
              width: 236px;
              height: 160px;
              padding-top: 0; } }
          section#menu_list.pattern_a .block .inner .list ul li .menu_block .img img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
          section#menu_list.pattern_a .block .inner .list ul li .menu_block .img .img_wrap {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            width: 100%;
            height: 100%; }
            section#menu_list.pattern_a .block .inner .list ul li .menu_block .img .img_wrap .no_image {
              background: #ddd;
              width: 100%;
              height: 100%; }
              @media screen and (min-width: 896px) {
                section#menu_list.pattern_a .block .inner .list ul li .menu_block .img .img_wrap .no_image {
                  width: 236px;
                  height: 160px;
                  padding-top: 0; } }
              section#menu_list.pattern_a .block .inner .list ul li .menu_block .img .img_wrap .no_image .en {
                position: absolute;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                color: #fff;
                font-size: 20px;
                line-height: 1;
                width: 100%;
                text-align: center; }
        section#menu_list.pattern_a .block .inner .list ul li .menu_block .frame {
          padding: 16px; }
          section#menu_list.pattern_a .block .inner .list ul li .menu_block .frame .tag ul {
            display: flex;
            align-items: center;
            justify-content: flex-start;
            margin: -4px -4px 0 0; }
            section#menu_list.pattern_a .block .inner .list ul li .menu_block .frame .tag ul li {
              margin: 4px 4px 0 0;
              background: #222;
              font-size: 12px;
              padding: 4px;
              line-height: 1;
              color: #fff;
              display: block;
              width: auto; }
              @media screen and (min-width: 896px) {
                section#menu_list.pattern_a .block .inner .list ul li .menu_block .frame .tag ul li {
                  font-size: 13px; } }
          section#menu_list.pattern_a .block .inner .list ul li .menu_block .frame .menu_name {
            margin: 8px 0 0 0;
            font-size: 16px;
            line-height: 1.5; }
          section#menu_list.pattern_a .block .inner .list ul li .menu_block .frame .menu_price {
            margin: 4px 0 0 0;
            font-size: 14px; }
          section#menu_list.pattern_a .block .inner .list ul li .menu_block .frame .menu_txt {
            border-top: 1px solid #ddd;
            padding: 8px 0 0 0;
            margin: 8px 0 0 0;
            font-size: 12px; }
            @media screen and (min-width: 896px) {
              section#menu_list.pattern_a .block .inner .list ul li .menu_block .frame .menu_txt {
                display: none; } }
        @media screen and (min-width: 896px) {
          section#menu_list.pattern_a .block .inner .list ul li .menu_block:hover {
            opacity: 0.8; }
          section#menu_list.pattern_a .block .inner .list ul li .menu_block a {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            text-indent: -999px; } }
section#menu_list.pattern_b .block {
  margin-top: 0; }
  @media screen and (min-width: 896px) {
    section#menu_list.pattern_b .block {
      margin-top: 0; } }
  section#menu_list.pattern_b .block:first-child {
    margin-top: 40px; }
    @media screen and (min-width: 896px) {
      section#menu_list.pattern_b .block:first-child {
        margin-top: 80px; } }
  section#menu_list.pattern_b .block:nth-child(odd) .frame {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse; }
    @media screen and (min-width: 896px) {
      section#menu_list.pattern_b .block:nth-child(odd) .frame {
        align-items: normal;
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        width: 100%; } }
    section#menu_list.pattern_b .block:nth-child(odd) .frame .txt {
      /*background: url(../images/bg1.jpg);*/
      background-repeat: repeat;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 896px) {
        section#menu_list.pattern_b .block:nth-child(odd) .frame .txt {
          width: 50%;
          display: block;
          padding: 64px 48px 64px 0; } }
      section#menu_list.pattern_b .block:nth-child(odd) .frame .txt::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        background: #2b0032;
        z-index: 0; }
      section#menu_list.pattern_b .block:nth-child(odd) .frame .txt .inner {
        padding-bottom: 40px;
        position: relative;
        z-index: 1; }
        @media screen and (min-width: 896px) {
          section#menu_list.pattern_b .block:nth-child(odd) .frame .txt .inner {
            width: 470px;
            margin-left: auto;
            margin-right: 0;
            padding: 0; } }
        section#menu_list.pattern_b .block:nth-child(odd) .frame .txt .inner h2 {
          margin: 40px 0 0 0;
          font-size: 25px;
          line-height: 1.4;
          display: block;
          text-align: center; }
          @media screen and (min-width: 896px) {
            section#menu_list.pattern_b .block:nth-child(odd) .frame .txt .inner h2 {
              text-align: left;
              font-size: 24px;
              margin: 0 0 0 0; } }
          section#menu_list.pattern_b .block:nth-child(odd) .frame .txt .inner h2 .en {
            font-size: 12px;
            color: rgba(0, 0, 0, 0.5);
            display: block;
            margin-bottom: 4px;
            text-transform: uppercase; }
            @media screen and (min-width: 896px) {
              section#menu_list.pattern_b .block:nth-child(odd) .frame .txt .inner h2 .en {
                font-size: 14px; } }
    section#menu_list.pattern_b .block:nth-child(odd) .frame .img {
      background: url(../images/menu.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 240px; }
      @media screen and (min-width: 896px) {
        section#menu_list.pattern_b .block:nth-child(odd) .frame .img {
          width: 50%;
          height: auto;
          min-height: 480px; } }
  section#menu_list.pattern_b .block:nth-child(even) .frame {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse; }
    @media screen and (min-width: 896px) {
      section#menu_list.pattern_b .block:nth-child(even) .frame {
        align-items: normal;
        flex-direction: row-reverse;
        justify-content: space-between;
        align-items: stretch;
        width: 100%; } }
    section#menu_list.pattern_b .block:nth-child(even) .frame .txt {
      /*background: url(../images/bg1.jpg);*/
      background-repeat: repeat;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 896px) {
        section#menu_list.pattern_b .block:nth-child(even) .frame .txt {
          width: 50%;
          display: block;
          padding: 64px 0 64px 48px; } }
      section#menu_list.pattern_b .block:nth-child(even) .frame .txt::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        opacity: 0.1;
        background: #2b0032;
        z-index: 0; }
      section#menu_list.pattern_b .block:nth-child(even) .frame .txt .inner {
        padding-bottom: 40px;
        position: relative;
        z-index: 1; }
        @media screen and (min-width: 896px) {
          section#menu_list.pattern_b .block:nth-child(even) .frame .txt .inner {
            width: 470px;
            margin-left: 0;
            margin-right: auto;
            padding: 0; } }
        section#menu_list.pattern_b .block:nth-child(even) .frame .txt .inner h2 {
          margin: 40px 0 0 0;
          font-size: 25px;
          line-height: 1.4;
          display: block;
          text-align: center;
          text-transform: uppercase; }
          @media screen and (min-width: 896px) {
            section#menu_list.pattern_b .block:nth-child(even) .frame .txt .inner h2 {
              text-align: left;
              font-size: 24px;
              margin: 0 0 0 0; } }
          section#menu_list.pattern_b .block:nth-child(even) .frame .txt .inner h2 .en {
            font-size: 12px;
            color: rgba(0, 0, 0, 0.5);
            display: block;
            margin-bottom: 4px; }
            @media screen and (min-width: 896px) {
              section#menu_list.pattern_b .block:nth-child(even) .frame .txt .inner h2 .en {
                font-size: 14px; } }
        section#menu_list.pattern_b .block:nth-child(even) .frame .txt .inner p {
          margin: 24px 0 0 0; }
          @media screen and (min-width: 896px) {
            section#menu_list.pattern_b .block:nth-child(even) .frame .txt .inner p {
              font-size: 14px; } }
        section#menu_list.pattern_b .block:nth-child(even) .frame .txt .inner .btn a {
          margin: 24px auto 0;
          height: 48px;
          width: 75%;
          background: #2b0032;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 18px;
          color: #fff;
          position: relative; }
          @media screen and (min-width: 896px) {
            section#menu_list.pattern_b .block:nth-child(even) .frame .txt .inner .btn a {
              margin: 32px 0 0;
              width: 220px;
              height: 64px;
              font-size: 16px; } }
          section#menu_list.pattern_b .block:nth-child(even) .frame .txt .inner .btn a::after {
            font-family: 'Material Icons';
            content: "\e315";
            font-size: 20px;
            position: absolute;
            right: 16px; }
    section#menu_list.pattern_b .block:nth-child(even) .frame .img {
      background: url(../images/gallery.jpg);
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      width: 100%;
      height: 240px; }
      @media screen and (min-width: 896px) {
        section#menu_list.pattern_b .block:nth-child(even) .frame .img {
          width: 50%;
          height: auto;
          min-height: 480px; } }
  section#menu_list.pattern_b .block .list {
    margin: 24px 0 0 0; }
    section#menu_list.pattern_b .block .list ul li {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-top: 16px;
      padding-top: 16px;
      font-size: 14px;
      border-top: 1px solid #ccc; }
      @media screen and (min-width: 896px) {
        section#menu_list.pattern_b .block .list ul li {
          font-size: 16px; } }
      section#menu_list.pattern_b .block .list ul li:first-child {
        margin-top: 0;
        padding-top: 0;
        border-top: none; }
      section#menu_list.pattern_b .block .list ul li .menu_name {
        -webkit-flex: 1;
        flex: 1;
        line-height: 1.2; }
      section#menu_list.pattern_b .block .list ul li .menu_price {
        width: 8.5rem;
        text-align: right; }

/*------------------------------------------*/
section#gallery_list .block {
  padding: 40px 0; }
  @media screen and (min-width: 896px) {
    section#gallery_list .block {
      padding: 80px 0; } }
  section#gallery_list .block:nth-child(odd) {
    /*background: url(../images/bg1.jpg);*/
    background-repeat: repeat;
    position: relative;
    width: 100%; }
    section#gallery_list .block:nth-child(odd)::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0.1;
      background: #2b0032;
      z-index: 0; }
  section#gallery_list .block:first-child {
    margin: 40px 0 0 0; }
    @media screen and (min-width: 896px) {
      section#gallery_list .block:first-child {
        margin: 80px 0 0 0; } }
  section#gallery_list .block:nth-child(even) {
    background: #fff !important; }
  section#gallery_list .block .inner h2 {
    margin: 0 0 0 0;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media screen and (min-width: 896px) {
      section#gallery_list .block .inner h2 {
        margin: 0 0 0 0;
        font-size: 30px; } }
    section#gallery_list .block .inner h2 .en {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.5);
      display: block;
      margin-bottom: 4px;
      text-transform: uppercase; }
      @media screen and (min-width: 896px) {
        section#gallery_list .block .inner h2 .en {
          font-size: 14px;
          margin-bottom: 8px; } }
  section#gallery_list .block .inner .list {
    margin: 24px 0 0 0; }
    @media screen and (min-width: 896px) {
      section#gallery_list .block .inner .list {
        margin: 48px 0 0 0; } }
    section#gallery_list .block .inner .list .slide .img {
      width: 100%;
      height: 56.25vw;
      display: flex;
      justify-content: center;
      align-items: center;
      margin: 0; }
      @media screen and (min-width: 896px) {
        section#gallery_list .block .inner .list .slide .img {
          width: 1040px;
          height: 585px;
          margin: 0; } }
      section#gallery_list .block .inner .list .slide .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
    section#gallery_list .block .inner .list .slide .slick-dots {
      z-index: 3;
      bottom: -32px; }
      section#gallery_list .block .inner .list .slide .slick-dots li {
        margin: 0px 2px; }
        section#gallery_list .block .inner .list .slide .slick-dots li button::before {
          opacity: 1;
          color: #ccc; }
        section#gallery_list .block .inner .list .slide .slick-dots li.slick-active button::before {
          color: #2b0032; }
    section#gallery_list .block .inner .list .slide .slick-prev, section#gallery_list .block .inner .list .slide .slick-next {
      display: none !important; }
      @media screen and (min-width: 896px) {
        section#gallery_list .block .inner .list .slide .slick-prev, section#gallery_list .block .inner .list .slide .slick-next {
          z-index: 2;
          height: 80px;
          width: 80px;
          background: #222;
          color: #fff;
          display: flex !important;
          justify-content: center;
          align-items: center; }
          section#gallery_list .block .inner .list .slide .slick-prev::before, section#gallery_list .block .inner .list .slide .slick-next::before {
            font-family: 'Material Icons';
            content: "\e314";
            font-size: 36px; } }
    section#gallery_list .block .inner .list .slide .slick-prev {
      left: -120px; }
      section#gallery_list .block .inner .list .slide .slick-prev::before {
        font-family: 'Material Icons';
        content: "\e314";
        font-size: 36px; }
    section#gallery_list .block .inner .list .slide .slick-next {
      right: -120px; }
      section#gallery_list .block .inner .list .slide .slick-next::before {
        font-family: 'Material Icons';
        content: "\e315";
        font-size: 36px; }

/*------------------------------------------*/
section#store_block .inner {
  margin-top: 40px;
  padding: 0 16px; }
  @media screen and (min-width: 896px) {
    section#store_block .inner {
      width: 800px;
      margin-top: 80px;
      padding: 0 0px; } }
  section#store_block .inner .list {
    margin-top: 24px; }
    @media screen and (min-width: 896px) {
      section#store_block .inner .list {
        margin-top: 48px; } }
    section#store_block .inner .list ul li {
      border-top: 1px solid #ccc;
      padding: 16px 8px;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 896px) {
        section#store_block .inner .list ul li {
          flex-direction: row;
          display: -webkit-flex;
          padding: 24px 16px; } }
      section#store_block .inner .list ul li:last-child {
        border-bottom: 1px solid #ccc; }
      @media screen and (min-width: 896px) {
        section#store_block .inner .list ul li .sub {
          width: 160px;
          margin-right: 32px; } }
      section#store_block .inner .list ul li .txt {
        margin-top: 4px; }
        @media screen and (min-width: 896px) {
          section#store_block .inner .list ul li .txt {
            -webkit-flex: 1;
            flex: 1; } }
        section#store_block .inner .list ul li .txt p {
          padding: 0;
          margin: 0; }

/*------------------------------------------*/
section#blog_block .inner {
  margin-top: 40px;
  padding: 0 16px;
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 896px) {
    section#blog_block .inner {
      margin-top: 80px;
      padding: 0 0px;
      justify-content: space-between;
      flex-direction: row; } }
  @media screen and (min-width: 896px) {
    section#blog_block .inner .left_area_list {
      width: 683px; } }
  section#blog_block .inner .left_area_list > ul > li {
    border-top: 1px solid #ccc;
    padding: 16px;
    margin: 0 -16px;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; }
    section#blog_block .inner .left_area_list > ul > li:hover {
      opacity: 0.8; }
    @media screen and (min-width: 896px) {
      section#blog_block .inner .left_area_list > ul > li {
        padding: 24px 0;
        margin: 0 0;
        display: flex;
        justify-content: space-between; } }
    section#blog_block .inner .left_area_list > ul > li:last-child {
      border-bottom: 1px solid #ccc; }
    section#blog_block .inner .left_area_list > ul > li .img {
      position: relative;
      height: auto;
      width: 100%;
      padding-top: 50%;
      overflow: hidden; }
      @media screen and (min-width: 896px) {
        section#blog_block .inner .left_area_list > ul > li .img {
          width: 236px;
          height: 160px;
          padding-top: 0; } }
      section#blog_block .inner .left_area_list > ul > li .img img {
        object-fit: cover;
        width: 100%;
        height: 100%; }
      section#blog_block .inner .left_area_list > ul > li .img .img_wrap {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        object-fit: cover;
        width: 100%;
        height: 100%; }
        section#blog_block .inner .left_area_list > ul > li .img .img_wrap .no_image {
          background: #ddd;
          width: 100%;
          height: 100%; }
          @media screen and (min-width: 896px) {
            section#blog_block .inner .left_area_list > ul > li .img .img_wrap .no_image {
              width: 236px;
              height: 160px;
              padding-top: 0; } }
          section#blog_block .inner .left_area_list > ul > li .img .img_wrap .no_image .en {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            color: #fff;
            font-size: 20px;
            line-height: 1;
            width: 100%;
            text-align: center; }
    section#blog_block .inner .left_area_list > ul > li .txt {
      margin-top: 8px; }
      @media screen and (min-width: 896px) {
        section#blog_block .inner .left_area_list > ul > li .txt {
          margin-top: 0;
          width: 422px; } }
      section#blog_block .inner .left_area_list > ul > li .txt .status > ul {
        display: flex;
        flex-wrap: wrap;
        margin: -4px -4px 0 0; }
        section#blog_block .inner .left_area_list > ul > li .txt .status > ul > li {
          margin: 4px 4px 0 0;
          background: #222;
          font-size: 12px;
          padding: 4px;
          line-height: 1;
          color: #fff;
          display: block;
          width: auto; }
          @media screen and (min-width: 896px) {
            section#blog_block .inner .left_area_list > ul > li .txt .status > ul > li {
              font-size: 13px; } }
          section#blog_block .inner .left_area_list > ul > li .txt .status > ul > li.tag {
            background: #fff;
            border: 1px solid #222;
            color: #222; }
      section#blog_block .inner .left_area_list > ul > li .txt .date {
        margin-top: 4px; }
      section#blog_block .inner .left_area_list > ul > li .txt h3.title {
        margin: 0 0 0 0;
        font-size: 18px;
        line-height: 1.5; }
        @media screen and (min-width: 896px) {
          section#blog_block .inner .left_area_list > ul > li .txt h3.title {
            font-size: 20px; } }
      section#blog_block .inner .left_area_list > ul > li .txt .body_txt {
        display: none; }
        section#blog_block .inner .left_area_list > ul > li .txt .body_txt br {
          display: none; }
        section#blog_block .inner .left_area_list > ul > li .txt .body_txt p {
          display: inline; }
        @media screen and (min-width: 896px) {
          section#blog_block .inner .left_area_list > ul > li .txt .body_txt {
            margin-top: 4px;
            font-size: 16px;
            word-break: break-all;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            line-height: 24px;
            max-height: calc(24px*3); } }
    section#blog_block .inner .left_area_list > ul > li a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      text-indent: -999px; }
  section#blog_block .inner .left_area_list .page_nation {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 24px -16px 0; }
    @media screen and (min-width: 896px) {
      section#blog_block .inner .left_area_list .page_nation {
        flex-direction: row;
        width: 100%;
        margin: 24px 0; } }
    section#blog_block .inner .left_area_list .page_nation .prev {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      border-top: 1px solid #ccc;
      padding: 8px 16px;
      position: relative;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      section#blog_block .inner .left_area_list .page_nation .prev:hover {
        opacity: 0.8; }
      @media screen and (min-width: 896px) {
        section#blog_block .inner .left_area_list .page_nation .prev {
          width: 50%;
          border: 1px solid #ccc;
          margin-right: -1px; } }
      section#blog_block .inner .left_area_list .page_nation .prev .material-icons {
        font-size: 40px;
        margin-left: -16px; }
      section#blog_block .inner .left_area_list .page_nation .prev .img {
        margin-left: 8px;
        width: 80px;
        height: 80px;
        position: relative; }
        section#blog_block .inner .left_area_list .page_nation .prev .img .img_wrap {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          object-fit: cover;
          width: 80px;
          height: 80px; }
          section#blog_block .inner .left_area_list .page_nation .prev .img .img_wrap img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
      section#blog_block .inner .left_area_list .page_nation .prev .page_nation_title {
        margin-left: 24px;
        font-size: 12px; }
      section#blog_block .inner .left_area_list .page_nation .prev a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -999px; }
    section#blog_block .inner .left_area_list .page_nation .next {
      width: 100%;
      height: 100%;
      display: flex;
      align-items: center;
      border-top: 1px solid #ccc;
      border-bottom: 1px solid #ccc;
      padding: 8px 16px;
      position: relative;
      -webkit-transition: 0.3s;
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -ms-transition: 0.3s;
      transition: 0.3s; }
      section#blog_block .inner .left_area_list .page_nation .next:hover {
        opacity: 0.8; }
      @media screen and (min-width: 896px) {
        section#blog_block .inner .left_area_list .page_nation .next {
          width: 50%;
          border: 1px solid #ccc; } }
      section#blog_block .inner .left_area_list .page_nation .next .material-icons {
        font-size: 40px;
        margin-right: -16px; }
      section#blog_block .inner .left_area_list .page_nation .next .img {
        margin-right: 8px;
        width: 80px;
        height: 80px;
        position: relative; }
        section#blog_block .inner .left_area_list .page_nation .next .img .img_wrap {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          object-fit: cover;
          width: 80px;
          height: 80px; }
          section#blog_block .inner .left_area_list .page_nation .next .img .img_wrap img {
            object-fit: cover;
            width: 100%;
            height: 100%; }
      section#blog_block .inner .left_area_list .page_nation .next .page_nation_title {
        margin-right: 24px;
        text-align: right;
        font-size: 12px; }
      section#blog_block .inner .left_area_list .page_nation .next a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-indent: -999px; }
  section#blog_block .inner .left_area_detail {
    height: 100%; }
    @media screen and (min-width: 896px) {
      section#blog_block .inner .left_area_detail {
        width: 683px; } }
    section#blog_block .inner .left_area_detail .status ul {
      display: flex;
      flex-wrap: wrap;
      margin: -4px -4px 0 0; }
      section#blog_block .inner .left_area_detail .status ul li {
        margin: 4px 4px 0 0;
        background: #222;
        font-size: 12px;
        padding: 4px;
        line-height: 1;
        color: #fff;
        display: block;
        width: auto; }
        @media screen and (min-width: 896px) {
          section#blog_block .inner .left_area_detail .status ul li {
            font-size: 13px; } }
        section#blog_block .inner .left_area_detail .status ul li.tag {
          background: #fff;
          border: 1px solid #222;
          color: #222; }
    section#blog_block .inner .left_area_detail .date {
      margin-top: 4px; }
    section#blog_block .inner .left_area_detail h3.title {
      margin-top: 4px;
      font-size: 25px; }
    section#blog_block .inner .left_area_detail .first_img {
      width: 100%;
      margin: 24px 0 0 0; }
    section#blog_block .inner .left_area_detail .body_txt {
      margin: 16px 0 0 0; }
    section#blog_block .inner .left_area_detail .page_nation {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin: 32px -16px 0; }
      @media screen and (min-width: 896px) {
        section#blog_block .inner .left_area_detail .page_nation {
          flex-direction: row;
          width: 100%;
          margin: 64px 0 0; } }
      section#blog_block .inner .left_area_detail .page_nation .prev {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        border-top: 1px solid #ccc;
        padding: 8px 16px;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        section#blog_block .inner .left_area_detail .page_nation .prev:hover {
          opacity: 0.8; }
        @media screen and (min-width: 896px) {
          section#blog_block .inner .left_area_detail .page_nation .prev {
            width: 50%;
            border: 1px solid #ccc;
            margin-right: -1px; } }
        section#blog_block .inner .left_area_detail .page_nation .prev .material-icons {
          font-size: 40px;
          margin-left: -16px; }
        section#blog_block .inner .left_area_detail .page_nation .prev .img {
          margin-left: 8px;
          width: 80px;
          height: 80px;
          position: relative; }
          section#blog_block .inner .left_area_detail .page_nation .prev .img .img_wrap {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            width: 80px;
            height: 80px; }
            section#blog_block .inner .left_area_detail .page_nation .prev .img .img_wrap .no_image {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 100%;
              background: #ddd; }
              section#blog_block .inner .left_area_detail .page_nation .prev .img .img_wrap .no_image .en {
                font-size: 10px; }
            section#blog_block .inner .left_area_detail .page_nation .prev .img .img_wrap .en {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              color: #fff;
              font-size: 20px;
              line-height: 1;
              width: 100%;
              text-align: center; }
            section#blog_block .inner .left_area_detail .page_nation .prev .img .img_wrap img {
              object-fit: cover;
              width: 100%;
              height: 100%; }
        section#blog_block .inner .left_area_detail .page_nation .prev .page_nation_title {
          margin-left: 24px;
          font-size: 12px; }
        section#blog_block .inner .left_area_detail .page_nation .prev a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          text-indent: -999px; }
      section#blog_block .inner .left_area_detail .page_nation .next {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        border-top: 1px solid #ccc;
        border-bottom: 1px solid #ccc;
        padding: 8px 16px;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s; }
        section#blog_block .inner .left_area_detail .page_nation .next:hover {
          opacity: 0.8; }
        @media screen and (min-width: 896px) {
          section#blog_block .inner .left_area_detail .page_nation .next {
            width: 50%;
            border: 1px solid #ccc; } }
        section#blog_block .inner .left_area_detail .page_nation .next .material-icons {
          font-size: 40px;
          margin-right: -16px; }
        section#blog_block .inner .left_area_detail .page_nation .next .img {
          margin-right: 8px;
          width: 80px;
          height: 80px;
          position: relative; }
          section#blog_block .inner .left_area_detail .page_nation .next .img .img_wrap {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            object-fit: cover;
            width: 80px;
            height: 80px; }
            section#blog_block .inner .left_area_detail .page_nation .next .img .img_wrap .no_image {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 100%;
              background: #ddd; }
              section#blog_block .inner .left_area_detail .page_nation .next .img .img_wrap .no_image .en {
                font-size: 10px; }
            section#blog_block .inner .left_area_detail .page_nation .next .img .img_wrap .en {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              color: #fff;
              font-size: 20px;
              line-height: 1;
              width: 100%;
              text-align: center; }
            section#blog_block .inner .left_area_detail .page_nation .next .img .img_wrap img {
              object-fit: cover;
              width: 100%;
              height: 100%; }
        section#blog_block .inner .left_area_detail .page_nation .next .page_nation_title {
          margin-right: 24px;
          text-align: right;
          font-size: 12px; }
        section#blog_block .inner .left_area_detail .page_nation .next a {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          text-indent: -999px; }
  section#blog_block .inner .right_area {
    margin-top: 40px; }
    @media screen and (min-width: 896px) {
      section#blog_block .inner .right_area {
        width: 317px;
        margin-top: 0; } }
    section#blog_block .inner .right_area .category_area .sub {
      background: #222;
      color: #fff;
      font-size: 18px;
      padding: 8px 16px; }
    section#blog_block .inner .right_area .category_area .category_list ul li {
      border: 1px solid #222;
      border-top: none;
      box-sizing: border-box; }
      section#blog_block .inner .right_area .category_area .category_list ul li a {
        width: 100%;
        padding: 8px 16px;
        display: block; }
    section#blog_block .inner .right_area .tag_area {
      margin-top: 16px; }
      section#blog_block .inner .right_area .tag_area .sub {
        background: #222;
        color: #fff;
        font-size: 18px;
        padding: 8px 16px; }
      section#blog_block .inner .right_area .tag_area .tag_list {
        width: 100%;
        padding: 16px;
        background: #eee; }
        section#blog_block .inner .right_area .tag_area .tag_list ul {
          display: flex;
          flex-wrap: wrap;
          margin: -4px -4px 0 0; }
          section#blog_block .inner .right_area .tag_area .tag_list ul li {
            margin: 4px 4px 0 0;
            font-size: 12px;
            padding: 4px;
            line-height: 1;
            display: block;
            width: auto;
            background: #fff; }
            @media screen and (min-width: 896px) {
              section#blog_block .inner .right_area .tag_area .tag_list ul li {
                font-size: 13px; } }

/*------------------------------------------*/
section#recruit_block .block {
  padding: 40px 0; }
  @media screen and (min-width: 896px) {
    section#recruit_block .block {
      padding: 80px 0; } }
  section#recruit_block .block:nth-child(odd) {
    /*background: url(../images/bg1.jpg);*/
    background-repeat: repeat;
    position: relative;
    width: 100%; }
    section#recruit_block .block:nth-child(odd)::before {
      content: "";
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: 100%;
      opacity: 0.1;
      background: #2b0032;
      z-index: 0; }
  section#recruit_block .block:first-child {
    margin: 40px 0 0 0; }
    @media screen and (min-width: 896px) {
      section#recruit_block .block:first-child {
        margin: 80px 0 0 0; } }
  @media screen and (min-width: 896px) {
    section#recruit_block .block .inner {
      width: 800px; } }
  section#recruit_block .block .inner h2 {
    margin: 0 0 0 0;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media screen and (min-width: 896px) {
      section#recruit_block .block .inner h2 {
        margin: 0 0 0 0;
        font-size: 30px; } }
    section#recruit_block .block .inner h2 .en {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.5);
      display: block;
      margin-bottom: 4px;
      text-transform: uppercase; }
      @media screen and (min-width: 896px) {
        section#recruit_block .block .inner h2 .en {
          font-size: 14px;
          margin-bottom: 8px; } }
  section#recruit_block .block .inner .list {
    margin-top: 24px; }
    @media screen and (min-width: 896px) {
      section#recruit_block .block .inner .list {
        margin-top: 48px; } }
    section#recruit_block .block .inner .list ul li {
      border-top: 1px solid #ccc;
      padding: 16px 8px;
      display: flex;
      flex-direction: column; }
      @media screen and (min-width: 896px) {
        section#recruit_block .block .inner .list ul li {
          flex-direction: row;
          display: -webkit-flex;
          padding: 24px 16px; } }
      section#recruit_block .block .inner .list ul li:last-child {
        border-bottom: 1px solid #ccc; }
      @media screen and (min-width: 896px) {
        section#recruit_block .block .inner .list ul li .sub {
          width: 160px;
          margin-right: 32px; } }
      section#recruit_block .block .inner .list ul li .txt {
        margin-top: 4px; }
        @media screen and (min-width: 896px) {
          section#recruit_block .block .inner .list ul li .txt {
            -webkit-flex: 1;
            flex: 1; } }
        section#recruit_block .block .inner .list ul li .txt p {
          padding: 0;
          margin: 0; }

/*------------------------------------------*/
section#contact_block .block, section#reservation_block .block {
  padding: 40px 0 0; }
  @media screen and (min-width: 896px) {
    section#contact_block .block, section#reservation_block .block {
      padding: 80px 0 0; } }
  @media screen and (min-width: 896px) {
    section#contact_block .block .inner, section#reservation_block .block .inner {
      width: 800px; } }
  section#contact_block .block .inner h2, section#reservation_block .block .inner h2 {
    margin: 0 0 0 0;
    font-size: 25px;
    line-height: 1.4;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column; }
    @media screen and (min-width: 896px) {
      section#contact_block .block .inner h2, section#reservation_block .block .inner h2 {
        margin: 0 0 0 0;
        font-size: 30px; } }
    section#contact_block .block .inner h2 .en, section#reservation_block .block .inner h2 .en {
      font-size: 12px;
      color: rgba(0, 0, 0, 0.5);
      display: block;
      margin-bottom: 4px;
      text-transform: uppercase; }
      @media screen and (min-width: 896px) {
        section#contact_block .block .inner h2 .en, section#reservation_block .block .inner h2 .en {
          font-size: 14px;
          margin-bottom: 8px; } }
  section#contact_block .block .inner .lead, section#reservation_block .block .inner .lead {
    margin-top: 24px; }
    @media screen and (min-width: 896px) {
      section#contact_block .block .inner .lead, section#reservation_block .block .inner .lead {
        margin-top: 48px; } }
  section#contact_block .block .inner .list, section#reservation_block .block .inner .list {
    margin-top: 24px; }
    @media screen and (min-width: 896px) {
      section#contact_block .block .inner .list, section#reservation_block .block .inner .list {
        margin-top: 48px; } }
    section#contact_block .block .inner .list ul li, section#reservation_block .block .inner .list ul li {
      border-top: 1px solid #ccc;
      padding: 16px 8px;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
      @media screen and (min-width: 896px) {
        section#contact_block .block .inner .list ul li, section#reservation_block .block .inner .list ul li {
          flex-direction: row;
          display: -webkit-flex;
          padding: 24px 16px; } }
      section#contact_block .block .inner .list ul li:last-child, section#reservation_block .block .inner .list ul li:last-child {
        border-bottom: 1px solid #ccc; }
      section#contact_block .block .inner .list ul li .sub, section#reservation_block .block .inner .list ul li .sub {
        display: flex;
        align-items: center;
        justify-content: flex-start; }
        @media screen and (min-width: 896px) {
          section#contact_block .block .inner .list ul li .sub, section#reservation_block .block .inner .list ul li .sub {
            width: 200px;
            margin-right: 32px;
            justify-content: space-between; } }
        section#contact_block .block .inner .list ul li .sub span, section#reservation_block .block .inner .list ul li .sub span {
          margin: 0 0 0 8px;
          background: #ff0000;
          font-size: 12px;
          padding: 4px;
          line-height: 1;
          color: #fff;
          display: block;
          width: auto; }
      section#contact_block .block .inner .list ul li .txt, section#reservation_block .block .inner .list ul li .txt {
        margin-top: 4px; }
        section#contact_block .block .inner .list ul li .txt input, section#contact_block .block .inner .list ul li .txt textarea, section#reservation_block .block .inner .list ul li .txt input, section#reservation_block .block .inner .list ul li .txt textarea {
          width: 100%;
          padding: 8px;
          border: 1px solid #222;
          box-sizing: border-box;
          font-weight: normal;
          -webkit-appearance: none;
          border-radius: 0; }
          @media screen and (min-width: 896px) {
            section#contact_block .block .inner .list ul li .txt input, section#contact_block .block .inner .list ul li .txt textarea, section#reservation_block .block .inner .list ul li .txt input, section#reservation_block .block .inner .list ul li .txt textarea {
              padding: 8px 16px; } }
          section#contact_block .block .inner .list ul li .txt input::placeholder, section#contact_block .block .inner .list ul li .txt textarea::placeholder, section#reservation_block .block .inner .list ul li .txt input::placeholder, section#reservation_block .block .inner .list ul li .txt textarea::placeholder {
            color: #aaa;
            font-weight: 100; }
        @media screen and (min-width: 896px) {
          section#contact_block .block .inner .list ul li .txt, section#reservation_block .block .inner .list ul li .txt {
            -webkit-flex: 1;
            flex: 1; } }
        section#contact_block .block .inner .list ul li .txt p, section#reservation_block .block .inner .list ul li .txt p {
          padding: 0;
          margin: 0; }
  section#contact_block .block .inner .btn input, section#reservation_block .block .inner .btn input {
    margin: 24px auto 0;
    height: 48px;
    width: 75%;
    background: #222;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #fff;
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    outline: none; }
    section#contact_block .block .inner .btn input:active, section#contact_block .block .inner .btn input:checked, section#contact_block .block .inner .btn input:focus, section#reservation_block .block .inner .btn input:active, section#reservation_block .block .inner .btn input:checked, section#reservation_block .block .inner .btn input:focus {
      -webkit-appearance: none;
      border-radius: 0;
      border: none;
      outline: none; }
    section#contact_block .block .inner .btn input:checked
    section#contact_block .block .inner .btn input:hover, section#reservation_block .block .inner .btn input:checked
    section#contact_block .block .inner .btn input:hover, section#contact_block .block .inner .btn input:checked
    section#reservation_block .block .inner .btn input:hover, section#reservation_block .block .inner .btn input:checked
    section#reservation_block .block .inner .btn input:hover {
      opacity: 0.8; }
    @media screen and (min-width: 896px) {
      section#contact_block .block .inner .btn input, section#reservation_block .block .inner .btn input {
        margin: 40px auto 0;
        width: 440px;
        height: 64px;
        font-size: 20px; } }

/*------------------------------------------*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 32px 0 0;
  position: relative; }
  .pagination span, .pagination a {
    display: block;
    width: auto;
    margin: 4px;
    border: 1px solid #222;
    background-color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 1; }
    @media screen and (min-width: 896px) {
      .pagination span, .pagination a {
        width: 40px;
        height: 40px;
        display: flex !important;
        justify-content: center;
        align-items: center; } }
  .pagination .pager {
    width: 32px;
    display: none; }
    @media screen and (min-width: 896px) {
      .pagination .pager {
        width: 40px;
        display: block; } }
  .pagination a:hover, .pagination .current {
    color: #fff;
    border-color: #222;
    background-color: #222; }
  .pagination a.prev {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-size: 18px;
    margin: 0;
    height: 48px;
    position: relative; }
    .pagination a.prev::before {
      font-family: 'Material Icons';
      content: "\e408";
      font-size: 20px;
      position: absolute;
      left: 16px; }
      @media screen and (min-width: 896px) {
        .pagination a.prev::before {
          font-size: 16px;
          position: inherit;
          left: 0; } }
    @media screen and (min-width: 896px) {
      .pagination a.prev {
        width: 64px;
        height: 40px;
        font-size: 16px;
        margin: 4px; } }
  .pagination a.next {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    font-size: 18px;
    margin: 0 0 0 -1px;
    height: 48px;
    position: relative; }
    .pagination a.next::after {
      font-family: 'Material Icons';
      content: "\e409";
      font-size: 20px;
      position: absolute;
      right: 16px; }
      @media screen and (min-width: 896px) {
        .pagination a.next::after {
          font-size: 16px;
          position: inherit;
          right: 0; } }
    @media screen and (min-width: 896px) {
      .pagination a.next {
        width: 64px;
        height: 40px;
        font-size: 16px;
        margin: 4px; } }
  .pagination a.first {
    display: none; }
    .pagination a.first::before {
      font-family: 'Material Icons';
      content: "\e408";
      font-size: 20px;
      position: absolute;
      left: 16px; }
      @media screen and (min-width: 896px) {
        .pagination a.first::before {
          font-size: 16px;
          position: inherit;
          left: 0; } }
    @media screen and (min-width: 896px) {
      .pagination a.first {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 40px;
        font-size: 16px; } }
  .pagination a.last {
    display: none; }
    .pagination a.last::after {
      font-family: 'Material Icons';
      content: "\e409";
      font-size: 20px;
      position: absolute;
      right: 16px; }
      @media screen and (min-width: 896px) {
        .pagination a.last::after {
          font-size: 16px;
          position: inherit;
          right: 0; } }
    @media screen and (min-width: 896px) {
      .pagination a.last {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 80px;
        height: 40px;
        font-size: 16px; } }
  .pagination span.page_num {
    display: none !important; }

/*------------------------------------------*/
.share {
  /* はてブはアイコンフォントがないためテキストで代用 */ }
  .share .fa-hatena:before {
    font-family: Verdana;
    font-weight: bold;
    content: 'B!'; }
  .share ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .share ul::after {
      display: block;
      clear: both;
      content: ''; }
    .share ul li {
      float: left;
      width: 25%;
      /* ボタンの数に合わせて変更 */
      margin: 0;
      margin-top: 15px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      padding: 3px; }
      .share ul li a {
        font-size: 14px;
        /* フォントサイズ */
        display: block;
        padding: 10px;
        text-align: center;
        text-decoration: none;
        color: #fff; }
        .share ul li a:hover {
          opacity: .8; }
        .share ul li a:visited {
          color: #fff; }
      .share ul li.tweet a {
        background-color: #55acee; }
      .share ul li.facebook a {
        background-color: #315096; }
      .share ul li.hatena a {
        background-color: #008fde; }
      .share ul li.line a {
        background-color: #00c030; }
      .share ul li i {
        font-size: 1.3em;
        padding-top: 3px; }
        @media screen and (min-width: 896px) {
          .share ul li i {
            font-size: 14px;
            padding-top: 0; } }
      .share ul li span {
        display: none; }
        @media screen and (min-width: 896px) {
          .share ul li span {
            display: inline; } }

/*------------------------------------------*/
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 100; }
  .modal__bg {
    background: rgba(0, 0, 0, 0.8);
    height: 100vh;
    position: absolute;
    width: 100%; }
  .modal__content {
    background: #fff;
    left: 50%;
    padding: 40px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 1040px;
    width: 95%; }
    .modal__content .menu_block {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      display: -webkit-flex; }
      .modal__content .menu_block .img {
        position: relative;
        width: 400px;
        height: 300px;
        padding-top: 0;
        overflow: hidden; }
        .modal__content .menu_block .img img {
          object-fit: cover;
          width: 100%;
          height: 100% !important; }
        .modal__content .menu_block .img .img_wrap {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%);
          object-fit: cover;
          width: 100%;
          height: 100%; }
          .modal__content .menu_block .img .img_wrap .no_image {
            background: #ddd;
            width: 400px;
            height: 300px;
            padding-top: 0; }
            .modal__content .menu_block .img .img_wrap .no_image .en {
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              color: #fff;
              font-size: 20px;
              line-height: 1;
              width: 100%;
              text-align: center; }
      .modal__content .menu_block .frame {
        padding: 0 24px;
        -webkit-flex: 1;
        flex: 1; }
        .modal__content .menu_block .frame .tag ul {
          display: flex;
          align-items: center;
          justify-content: flex-start;
          margin: -4px -4px 0 0 !important; }
          .modal__content .menu_block .frame .tag ul li {
            background: #222;
            font-size: 13px;
            padding: 4px;
            line-height: 1;
            color: #fff;
            display: block;
            margin: 4px 4px 0 0 !important;
            width: auto !important; }
        .modal__content .menu_block .frame .menu_name {
          margin: 8px 0 0 0;
          font-size: 20px;
          line-height: 1.5; }
        .modal__content .menu_block .frame .menu_price {
          margin: 4px 0 0 0;
          font-size: 18px; }
        .modal__content .menu_block .frame .menu_txt {
          margin: 16px 0 0 0;
          font-size: 16px; }
    .modal__content .js-modal-close {
      position: absolute;
      top: 16px;
      right: 16px; }

/*------------------------------------------*/
section#privacypolicy_block .inner {
  margin-top: 40px;
  padding: 0 16px; }
  @media screen and (min-width: 896px) {
    section#privacypolicy_block .inner {
      width: 800px;
      margin-top: 80px;
      padding: 0 0px; } }
  section#privacypolicy_block .inner h2 {
    font-size: 24px; }
  section#privacypolicy_block .inner h3 {
    font-size: 18px; }

/*ログイン画面------------------------------------------*/
body.login {
  position: relative;
  background: url(../images/bg1.jpg);
  background-repeat: repeat; }
  body.login::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0.1;
    background: #2b0032;
    z-index: 0; }
  body.login #login {
    z-index: 2;
    position: relative; }
    body.login #login .message, body.login #login .success {
      border-left: 4px solid #2b0032; }
    body.login #login #wp-submit {
      background: #2b0032 !important;
      border-color: #2b0032 !important; }
    body.login #login .dashicons {
      color: #2b0032 !important; }
  body.login h1 a {
    width: 320px !important;
    background: url(../images/logo1.png) no-repeat 46% 72% !important;
    background-size: 69% !important; }
