<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* ========================================================== */
a:focus,
.btn:focus {
  outline: none;
  box-shadow: none; }

body {
  font-family: "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  color: #444; }

img {
  -webkit-backface-visibility: hidden; }

hr {
  margin: 5rem 0;
  padding: 0;
  width: 100%;
  border-top: 1px solid #ddd; }
  @media screen and (max-width: 768px) {
    hr {
      margin: 3rem 0; } }

.sans-serif {
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; }

.bg-gray {
  background: #E5E5E5; }

.c-white {
  color: white; }

.lead {
  font-size: 1.15rem; }

.uix-btn__size--m {
  padding: 1rem; }

header.uix-header__container {
  border-bottom: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  transition: all 0.4s;
  box-shadow: none; }
  header.uix-header__container.uix-header__container--overlay {
    background: white; }
    header.uix-header__container.uix-header__container--overlay .uix-brand {
      position: relative;
      width: 100%;
      height: 72px;
      max-width: 20rem;
      margin: 0 1rem; }
      @media screen and (max-width: 768px) {
        header.uix-header__container.uix-header__container--overlay .uix-brand {
          height: 4.5rem;
          max-width: 75%;
          margin: 0; } }
      header.uix-header__container.uix-header__container--overlay .uix-brand a {
        display: inline-block; }
      header.uix-header__container.uix-header__container--overlay .uix-brand img {
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: 0;
        max-height: inherit;
        transform: translateY(-50%); }
        @media screen and (max-width: 768px) {
          header.uix-header__container.uix-header__container--overlay .uix-brand img {
            max-height: 4.5rem; } }
    header.uix-header__container.uix-header__container--overlay .container {
      max-width: none; }
    header.uix-header__container.uix-header__container--overlay .uix-brand {
      max-width: 260px;
      width: 20%; }
      @media screen and (max-width: 768px) {
        header.uix-header__container.uix-header__container--overlay .uix-brand {
          width: 60%; } }
      header.uix-header__container.uix-header__container--overlay .uix-brand img.logo-white {
        display: none; }
      header.uix-header__container.uix-header__container--overlay .uix-brand img.logo-color {
        display: block; }
    header.uix-header__container.uix-header__container--overlay .sub-menu {
      z-index: 1; }
      header.uix-header__container.uix-header__container--overlay .sub-menu a {
        padding-left: 10px !important;
        padding-right: 10px !important; }
        header.uix-header__container.uix-header__container--overlay .sub-menu a:hover {
          color: #e60012 !important;
          background: #FCE8E3 !important; }
    header.uix-header__container.uix-header__container--overlay .uix-menu__container:not(.is-mobile) ul.uix-menu ul.sub-menu a {
      white-space: nowrap; }
    header.uix-header__container.uix-header__container--overlay ul.uix-menu li .uix-menu__arrow {
      display: none; }
    header.uix-header__container.uix-header__container--overlay ul.uix-menu li a {
      color: #595757; }
      header.uix-header__container.uix-header__container--overlay ul.uix-menu li a:hover {
        color: #e60012; }
    header.uix-header__container.uix-header__container--overlay ul.uix-menu li ul.sub-menu:before {
      box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.15); }
    header.uix-header__container.uix-header__container--overlay .uix-menu-mobile__toggle {
      background: #e60012; }
      header.uix-header__container.uix-header__container--overlay .uix-menu-mobile__toggle.is-opened {
        background: transparent; }
    header.uix-header__container.uix-header__container--overlay .uix-menu-mobile__toggle {
      width: 4.5rem;
      height: 4.5rem;
      top: 0;
      right: 0;
      border-radius: 0;
      background: transparent; }
      header.uix-header__container.uix-header__container--overlay .uix-menu-mobile__toggle span {
        top: 1.7rem;
        left: 1.25rem;
        width: 2rem;
        height: 4px;
        background: #333; }
        header.uix-header__container.uix-header__container--overlay .uix-menu-mobile__toggle span:nth-child(2) {
          top: 2.25rem; }
        header.uix-header__container.uix-header__container--overlay .uix-menu-mobile__toggle span:nth-child(3) {
          top: 2.8rem; }
      header.uix-header__container.uix-header__container--overlay .uix-menu-mobile__toggle.is-opened span:first-child {
        top: 2rem !important;
        left: 1.1rem !important;
        width: 2.8rem !important; }
      header.uix-header__container.uix-header__container--overlay .uix-menu-mobile__toggle.is-opened span:nth-child(3) {
        width: 2.8rem !important;
        left: 1.1rem !important;
        top: 2.6rem !important; }
    header.uix-header__container.uix-header__container--overlay.is-fixed {
      background: white;
      transition: all 0.4s; }
  header.uix-header__container .uix-menu__container:not(.is-mobile) {
    padding: .3rem 0; }
    header.uix-header__container .uix-menu__container:not(.is-mobile) ul.uix-menu {
      line-height: 3.5rem; }
      header.uix-header__container .uix-menu__container:not(.is-mobile) ul.uix-menu &gt; li {
        font-size: 1rem;
        padding-bottom: 0;
        margin-right: 0; }
        header.uix-header__container .uix-menu__container:not(.is-mobile) ul.uix-menu &gt; li &gt; a {
          padding-left: 0; }
        header.uix-header__container .uix-menu__container:not(.is-mobile) ul.uix-menu &gt; li img {
          max-height: 1.6rem;
          height: 2.45vw; }
        header.uix-header__container .uix-menu__container:not(.is-mobile) ul.uix-menu &gt; li &gt; ul {
          padding-top: 1.5rem;
          padding-bottom: 0; }
          header.uix-header__container .uix-menu__container:not(.is-mobile) ul.uix-menu &gt; li &gt; ul li {
            padding: 0 1rem !important; }
  header.uix-header__container .uix-brand--mobile img {
    margin: 10px auto; }
  header.uix-header__container .reservation a {
    display: block;
    color: white; }
    header.uix-header__container .reservation a:hover {
      opacity: .85; }
  header.uix-header__container .reservation img {
    height: 2.5rem;
    margin: .8rem 0; }
    @media screen and (max-width: 768px) {
      header.uix-header__container .reservation img {
        max-width: 90%;
        height: auto; } }
  header.uix-header__container .reservation .col-12 a img {
    max-width: 50%; }

body:not(.home) .breadcrumbs {
  position: relative;
  text-align: right; }
  @media screen and (max-width: 768px) {
    body:not(.home) .breadcrumbs {
      display: none; } }
  body:not(.home) .breadcrumbs ul {
    position: absolute;
    top: 0;
    right: 0;
    margin-bottom: 0;
    font-size: .8rem;
    z-index: 1; }
    body:not(.home) .breadcrumbs ul li {
      display: inline; }
      body:not(.home) .breadcrumbs ul li a:hover {
        text-decoration: underline; }
body:not(.home) #uix-maincontent {
  padding-top: 72px; }
  @media screen and (max-width: 768px) {
    body:not(.home) #uix-maincontent {
      padding-top: 72px; } }
body:not(.home) .main-title {
  background: url("../../company/img/main.jpg") center center/cover no-repeat;
  height: 25vh;
  margin-bottom: 1rem; }
  @media screen and (max-width: 768px) {
    body:not(.home) .main-title {
      height: 20vh; } }
  body:not(.home) .main-title h1 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 3rem;
    color: #312f40;
    text-shadow: none;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      body:not(.home) .main-title h1 {
        font-size: 2rem;
        padding-bottom: 0; } }
    body:not(.home) .main-title h1 small {
      font-size: .6em; }
      @media screen and (max-width: 768px) {
        body:not(.home) .main-title h1 small {
          display: block; } }
body:not(.home) section h2 {
  border-left: 8px solid #949495;
  border-bottom: 1px solid #595757;
  font-size: 1.4rem;
  letter-spacing: .08em;
  margin-bottom: 3rem;
  padding-left: 1rem;
  line-height: 1.6; }

section a {
  transition: all 0.2s; }
  section a:hover {
    opacity: .85; }

.bnr-section .bnr-wrapper .shops {
  padding-bottom: 2rem; }
  @media screen and (max-width: 768px) {
    .bnr-section .bnr-wrapper .shops {
      padding-bottom: 1rem; } }
  .bnr-section .bnr-wrapper .shops .shop {
    width: 16.66%;
    padding: 0 1.5rem 1.5rem; }
    @media screen and (max-width: 768px) {
      .bnr-section .bnr-wrapper .shops .shop {
        width: 25%;
        padding: 0 .5rem 1rem; }
        .bnr-section .bnr-wrapper .shops .shop:nth-child(1), .bnr-section .bnr-wrapper .shops .shop:nth-child(2) {
          width: 40%;
          margin: 0 5%; } }
.bnr-section .bnr-wrapper .col-sm-6 {
  margin-bottom: 1rem; }

footer.uix-special-footer__container {
  background: #191919;
  background-size: cover;
  padding: 1rem 0;
  margin-top: 4rem;
  margin-bottom: 0;
  color: white;
  font-size: .95rem; }
  @media screen and (max-width: 768px) {
    footer.uix-special-footer__container {
      margin-top: 2rem; } }
  footer.uix-special-footer__container a {
    color: white; }
  footer.uix-special-footer__container small {
    display: block; }
  @media screen and (max-width: 768px) {
    footer.uix-special-footer__container .footer-nav {
      text-align: center; } }
  footer.uix-special-footer__container .footer-nav a {
    display: inline-block;
    margin-right: 1rem; }
  footer.uix-special-footer__container .footer-logo {
    float: right;
    max-width: 200px;
    line-height: 1.6; }
    @media screen and (max-width: 768px) {
      footer.uix-special-footer__container .footer-logo {
        float: none;
        margin-left: auto;
        margin-right: auto; } }

#uix-to-top {
  color: #191919;
  background: rgba(255, 255, 255, 0.9);
  padding-top: .2rem;
  bottom: 1rem;
  right: 1rem; }
  @media screen and (max-width: 768px) {
    #uix-to-top {
      width: 40px;
      height: 40px; } }
  #uix-to-top:hover {
    color: #af1e24; }
  #uix-to-top i {
    font-size: 2.7rem; }
    @media screen and (max-width: 768px) {
      #uix-to-top i {
        font-size: 2rem; } }

.uix-loader-progress .uix-loader__spinner path, .uix-loader .uix-loader__spinner path {
  stroke: #af1e24; }

.uix-loader-progress svg path, .uix-loader svg path {
  fill: #af1e24; }

.uix-btn__bg--primary {
  background: #333;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.03), 0 10px 15px 0 rgba(0, 0, 0, 0.06);
  font-size: 1rem;
  font-family: 'Josefin Sans', sans-serif;
  padding: .5rem 1rem .3rem; }

/* トップページ */
/* =================================================================== */
body.home header.uix-header__container {
  position: inherit; }
  @media screen and (max-width: 768px) {
    body.home header.uix-header__container {
      position: fixed !important; } }
  body.home header.uix-header__container.is-fixed {
    position: fixed; }
body.home .movie-section {
  position: relative;
  background: black;
  overflow: hidden; }
  body.home .movie-section .uix-video__cover__placeholder {
    display: none; }
  body.home .movie-section .vjs-poster {
    cursor: default; }
  body.home .movie-section .uix-video__cover__playbtn {
    cursor: pointer; }
  body.home .movie-section #video-demo-1 {
    width: 100%;
    height: 100vh;
    margin: 0 auto; }
    @media screen and (max-width: 768px) {
      body.home .movie-section #video-demo-1 {
        height: 90vh; } }
    body.home .movie-section #video-demo-1:before {
      content: '';
      position: absolute;
      top: 65vh;
      right: 2rem;
      display: inline-block;
      width: 20%;
      min-width: 400px;
      height: auto;
      padding-top: 12%;
      background: url(../images/always_happy-script.png) no-repeat right bottom;
      background-size: contain;
      vertical-align: middle;
      z-index: 10;
      transform: translateY(-50%); }
      @media screen and (max-width: 768px) {
        body.home .movie-section #video-demo-1:before {
          right: 1rem;
          top: 55vh;
          width: 30%;
          min-width: auto; } }
  body.home .movie-section video {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    z-index: 0;
    transform: translateY(-50%); }
  body.home .movie-section .toContents {
    position: absolute;
    display: block;
    bottom: 0;
    width: 100%;
    color: white;
    font-size: 3rem;
    line-height: 1;
    z-index: 100;
    text-align: center; }
body.home .shop-section {
  padding-top: 4rem; }
  body.home .shop-section .main-catch {
    max-width: 600px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      body.home .shop-section .main-catch {
        width: 80%; } }
  body.home .shop-section .list-split-imagery {
    position: relative; }
    body.home .shop-section .list-split-imagery:after {
      content: "";
      display: block;
      clear: both; }
    body.home .shop-section .list-split-imagery .list-split-imagery__img-container {
      width: 70%; }
      @media screen and (max-width: 768px) {
        body.home .shop-section .list-split-imagery .list-split-imagery__img-container {
          width: 100%; } }
      body.home .shop-section .list-split-imagery .list-split-imagery__img-container img {
        width: 100%; }
    body.home .shop-section .list-split-imagery .list-split-imagery__info {
      position: absolute;
      right: 0;
      bottom: 0;
      width: 45%;
      overflow: hidden;
      background: white;
      padding: 2rem;
      height: auto !important;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        body.home .shop-section .list-split-imagery .list-split-imagery__info {
          position: static;
          width: 100%;
          padding: 1rem 0 2rem; } }
      body.home .shop-section .list-split-imagery .list-split-imagery__info h3 {
        text-align: center;
        border-bottom: 1px solid #666;
        padding-bottom: 1rem; }
        body.home .shop-section .list-split-imagery .list-split-imagery__info h3 img {
          max-height: 1.6rem; }
      body.home .shop-section .list-split-imagery .list-split-imagery__info p:last-child {
        margin-bottom: 0; }
    body.home .shop-section .list-split-imagery.is-reversed .list-split-imagery__img-container {
      float: right; }
    body.home .shop-section .list-split-imagery.is-reversed .list-split-imagery__info {
      right: auto;
      left: 0; }
  body.home .shop-section .uix-list-split-imagery {
    overflow: hidden; }
    body.home .shop-section .uix-list-split-imagery.uix-spacing--m {
      padding-bottom: 1rem; }
    body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__img-container {
      position: relative;
      width: 60%;
      transform: skewX(24deg) translateX(-20%);
      overflow: hidden;
      margin-right: 0 !important;
      max-height: 20rem;
      z-index: 10; }
      @media screen and (max-width: 768px) {
        body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__img-container {
          width: 100%;
          transform: skewX(0deg) translateX(0); } }
      body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__img-container img {
        position: absolute;
        top: 0;
        left: 0;
        transform: skewX(-24deg);
        margin-left: 20%;
        padding-right: 9%;
        height: auto;
        width: 100%; }
        @media screen and (max-width: 768px) {
          body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__img-container img {
            position: static;
            margin-left: 0;
            padding-right: 0;
            transform: skewX(0deg); } }
    body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__info {
      width: 58%;
      margin-left: -20%;
      padding: 0 2rem 0 0;
      z-index: 1; }
      @media screen and (max-width: 768px) {
        body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__info {
          position: static;
          width: 100%;
          padding: 1rem 0 2rem;
          margin-left: 0; } }
      body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__info h3 {
        text-align: center;
        border-bottom: 1px solid #666;
        padding-bottom: 1rem; }
        body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__info h3 img {
          max-height: 1.6rem;
          margin-left: 25%; }
          @media screen and (max-width: 768px) {
            body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__info h3 img {
              margin-left: 0; } }
          body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__info h3 img.vivo {
            max-height: 4rem; }
        @media screen and (max-width: 768px) {
          body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__info h3 + p {
            text-align: left !important; } }
      body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__info p {
        margin-left: 25%; }
        @media screen and (max-width: 768px) {
          body.home .shop-section .uix-list-split-imagery .uix-list-split-imagery__info p {
            margin-left: 0; } }
    body.home .shop-section .uix-list-split-imagery.is-reversed .uix-list-split-imagery__img-container {
      transform: skewX(-24deg) translateX(20%);
      margin-left: 0 !important; }
      @media screen and (max-width: 768px) {
        body.home .shop-section .uix-list-split-imagery.is-reversed .uix-list-split-imagery__img-container {
          transform: skewX(0deg) translateX(0); } }
      body.home .shop-section .uix-list-split-imagery.is-reversed .uix-list-split-imagery__img-container img {
        transform: skewX(24deg);
        margin-left: -20%;
        padding-right: 0;
        padding-left: 9%; }
        @media screen and (max-width: 768px) {
          body.home .shop-section .uix-list-split-imagery.is-reversed .uix-list-split-imagery__img-container img {
            margin-left: 0;
            padding-right: 0;
            padding-left: 0;
            transform: skewX(0deg); } }
    body.home .shop-section .uix-list-split-imagery.is-reversed .uix-list-split-imagery__info {
      margin-left: 0;
      margin-right: -20%;
      padding: 1rem 0 0 2rem; }
      @media screen and (max-width: 768px) {
        body.home .shop-section .uix-list-split-imagery.is-reversed .uix-list-split-imagery__info {
          margin-right: 0;
          padding-left: 0; } }
      body.home .shop-section .uix-list-split-imagery.is-reversed .uix-list-split-imagery__info h3 img {
        margin-left: 0;
        margin-right: 25%; }
        @media screen and (max-width: 768px) {
          body.home .shop-section .uix-list-split-imagery.is-reversed .uix-list-split-imagery__info h3 img {
            margin-right: 0; } }
      body.home .shop-section .uix-list-split-imagery.is-reversed .uix-list-split-imagery__info p {
        margin-left: 0;
        margin-right: 25%; }
        @media screen and (max-width: 768px) {
          body.home .shop-section .uix-list-split-imagery.is-reversed .uix-list-split-imagery__info p {
            margin-right: 0; } }
body.home #shop + section .col-sm-4 {
  padding: 0; }
  body.home #shop + section .col-sm-4 .col-12 {
    padding: 0; }
body.home #shop + section .row {
  margin-left: 0;
  margin-right: 0; }
body.home #shop + section h4 {
  padding-top: 1rem;
  color: #46210C; }
@media screen and (max-width: 768px) {
  body.home #shop + section .uix-el--transparent &gt; div:not(:last-child) {
    margin-bottom: 2rem; } }
body.home #shop + section .uix-btn__size--t {
  padding: .5rem 2rem; }
body.home #recruit {
  background: url(../../recruit/img/main.jpg) no-repeat 0 0;
  background-size: cover;
  background-position: center center;
  margin-bottom: 4rem; }
  @media screen and (max-width: 768px) {
    body.home #recruit {
      background: url(../../img/bg-recruit-mobile.jpg) no-repeat center 0;
      background-size: cover;
      margin-bottom: 3rem; } }
  body.home #recruit a {
    position: relative;
    display: inline-block; }
  body.home #recruit h3 {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 3rem;
    color: #312f40;
    text-shadow: none;
    letter-spacing: 0.1em; }
    @media screen and (max-width: 768px) {
      body.home #recruit h3 {
        font-size: 1.8rem;
        padding-bottom: 0; } }
    body.home #recruit h3 small {
      font-size: .6em; }
      @media screen and (max-width: 768px) {
        body.home #recruit h3 small {
          display: block; } }
    body.home #recruit h3 + p {
      margin-bottom: 0; }
      @media screen and (max-width: 768px) {
        body.home #recruit h3 + p {
          margin-top: .5rem; } }
  body.home #recruit .uix-btn {
    font-family: 'Josefin Sans', sans-serif;
    box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.08); }
  @media screen and (max-width: 768px) {
    body.home #recruit .uix-v-align--absolute {
      top: auto;
      bottom: 0; } }
body.home .news-section .column {
  position: relative; }
body.home .news-section h2 {
  position: relative;
  border-bottom: 1px solid #ccc;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  font-weight: normal; }
  body.home .news-section h2:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    border-top: 5px solid #af1e24;
    width: 30%; }
body.home .news-section .btn-archive {
  position: absolute;
  right: 1rem;
  top: 0;
  padding: 0; }
body.home .news-section dl {
  position: relative;
  padding: 0 2rem;
  font-size: 1rem; }
  @media screen and (max-width: 768px) {
    body.home .news-section dl {
      padding: 0 .5rem; } }
  body.home .news-section dl dt {
    position: relative;
    width: 9rem;
    float: left;
    clear: both;
    font-weight: normal;
    padding-left: 1.5rem; }
    @media screen and (max-width: 768px) {
      body.home .news-section dl dt {
        float: none;
        font-size: .85rem; } }
    body.home .news-section dl dt:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      background: #014176;
      width: 6px;
      height: 6px;
      transform: translateY(-50%); }
    body.home .news-section dl dt:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 6px;
      background: #af1e24;
      width: 6px;
      height: 6px;
      transform: translateY(-50%); }
  body.home .news-section dl dd {
    padding: 0 0 5px 10rem; }
    @media screen and (max-width: 768px) {
      body.home .news-section dl dd {
        padding: 0 0 5px 1.5rem; } }
    body.home .news-section dl dd a {
      text-decoration: underline; }

/* 新着情報 */
/* =================================================================== */
body.news .main-title {
  background: url("../../news/img/main.jpg") center center/cover no-repeat; }
body.news .news-article {
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 30px; }
  body.news .news-article .news-day {
    position: absolute;
    top: 0;
    left: 0;
    width: 50px;
    background: url(/news/img/bg_day.gif) no-repeat top left;
    float: left;
    font-family: "KozGoStd-Regular","Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","Meiryo","メイリオ","Verdana","Arial",sans-serif; }
    body.news .news-article .news-day p {
      font-weight: bold;
      text-align: center;
      margin-bottom: 0;
      line-height: 1.5; }
      body.news .news-article .news-day p.top, body.news .news-article .news-day p.month, body.news .news-article .news-day p.year {
        font-size: 10px; }
      body.news .news-article .news-day p.day {
        font-size: 14px; }
      body.news .news-article .news-day p.month {
        text-transform: uppercase; }
      body.news .news-article .news-day p.top {
        padding-top: 9px;
        color: #ffffff;
        text-transform: uppercase; }
  body.news .news-article .news-text {
    margin-left: 100px; }
    @media screen and (max-width: 768px) {
      body.news .news-article .news-text {
        margin-left: 20%; } }
    body.news .news-article .news-text h3 {
      font-size: 1.4rem;
      color: #B81C22; }
      @media screen and (max-width: 768px) {
        body.news .news-article .news-text h3 {
          font-size: 1.2rem;
          padding-bottom: 0; } }
    @media screen and (max-width: 768px) {
      body.news .news-article .news-text p {
        font-size: .9rem;
        line-height: 1.6; } }
    body.news .news-article .news-text p:last-child {
      margin-bottom: 0; }
    body.news .news-article .news-text p img {
      float: right;
      margin-left: 20px; }
    body.news .news-article .news-text ul li {
      display: inline;
      margin-right: 10px; }
body.news .pagenavi {
  text-align: center; }
  body.news .pagenavi a {
    margin: 0 10px;
    border: 1px solid #B81C22;
    display: inline-block;
    width: 2em;
    font-size: 1.2em; }
    @media screen and (max-width: 768px) {
      body.news .pagenavi a {
        margin: 0 2px 8px;
        width: 1.8em; } }
    body.news .pagenavi a:hover {
      color: #B81C22;
      background: #ffedf0; }
    body.news .pagenavi a.current {
      background: #B81C22;
      color: #ffffff;
      font-weight: bold; }

/* ショップページ */
/* =================================================================== */
body.shop .main-title:before {
  content: '';
  position: absolute;
  bottom: 1rem;
  right: 2rem;
  display: inline-block;
  width: 20%;
  min-width: 400px;
  height: auto;
  padding-top: 12%;
  background: url(../images/always_happy-script.png) no-repeat right bottom;
  background-size: contain;
  vertical-align: middle; }
  @media screen and (max-width: 768px) {
    body.shop .main-title:before {
      right: 1rem;
      width: 30%;
      min-width: auto; } }
body.shop .main-title .uix-typo--h3 {
  font-family: 'Josefin Sans', "游ゴシック Medium",YuGothic,YuGothicM,"Hiragino Kaku Gothic ProN","Hiragino Kaku Gothic Pro",メイリオ,Meiryo,sans-serif;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    body.shop .main-title .uix-typo--h3 {
      padding-bottom: 0; } }
body.shop .main-title h1 {
  font-size: 1rem; }
  body.shop .main-title h1 img {
    max-height: 2.5rem;
    line-height: 1; }
    @media screen and (max-width: 768px) {
      body.shop .main-title h1 img {
        max-height: 1.3rem; } }
body.shop.index .shop-list {
  margin-left: -1.5%;
  margin-right: -1.5%; }
  body.shop.index .shop-list .shop-item {
    width: 30.3%;
    margin: 0 1.5% 3%;
    border-radius: .3rem;
    border: 1px solid #ccc;
    overflow: hidden; }
    @media screen and (max-width: 768px) {
      body.shop.index .shop-list .shop-item {
        width: 47%; } }
    body.shop.index .shop-list .shop-item .photo {
      overflow: hidden;
      border-radius: 0 !important; }
      body.shop.index .shop-list .shop-item .photo img {
        transition: all 0.3s;
        border-radius: 0 !important;
        width: 100%;
        transform: scale(1.01); }
        body.shop.index .shop-list .shop-item .photo img:hover {
          transform: scale(1.05); }
    body.shop.index .shop-list .shop-item .detail {
      padding: 1rem; }
      @media screen and (max-width: 768px) {
        body.shop.index .shop-list .shop-item .detail {
          padding: .5rem; } }
      body.shop.index .shop-list .shop-item .detail h3 {
        font-size: 1.2rem;
        margin-bottom: 0; }
        @media screen and (max-width: 768px) {
          body.shop.index .shop-list .shop-item .detail h3 {
            font-size: 1rem; } }
      body.shop.index .shop-list .shop-item .detail p {
        line-height: 1.2;
        margin-bottom: 0;
        margin-left: 2.4rem; }
        body.shop.index .shop-list .shop-item .detail p::first-letter {
          margin-left: -2.4rem; }
        @media screen and (max-width: 768px) {
          body.shop.index .shop-list .shop-item .detail p {
            margin-left: 1.6rem;
            font-size: .85rem; }
            body.shop.index .shop-list .shop-item .detail p::first-letter {
              margin-left: -1.6rem; } }
      body.shop.index .shop-list .shop-item .detail .tel {
        margin-bottom: .2rem; }
      body.shop.index .shop-list .shop-item .detail .icon-tel, body.shop.index .shop-list .shop-item .detail .icon-place {
        font-size: 2em;
        margin-right: .4rem;
        vertical-align: middle; }
        @media screen and (max-width: 768px) {
          body.shop.index .shop-list .shop-item .detail .icon-tel, body.shop.index .shop-list .shop-item .detail .icon-place {
            font-size: 1.2em; } }
body.shop.detail #main h3 img {
  opacity: 0; }
body.shop.detail #main h3, body.shop.detail #main h4 {
  border-left: 8px solid #949495;
  border-bottom: 1px solid #595757;
  font-size: 1.4rem;
  letter-spacing: .08em;
  margin-bottom: 3rem;
  padding-left: 1rem;
  line-height: 1.6;
  color: #212121; }
  @media screen and (max-width: 768px) {
    body.shop.detail #main h3, body.shop.detail #main h4 {
      font-size: 1.2rem;
      margin-bottom: 1.5rem; } }
body.shop.detail #main h4 {
  margin-top: 4rem; }
body.shop.detail #main h5 {
  font-size: 1.4rem;
  color: #00437C; }
  @media screen and (max-width: 768px) {
    body.shop.detail #main h5 {
      font-size: 1.2rem; } }
body.shop.detail #main h6 {
  font-size: 1rem;
  background: #DCE3E9;
  line-height: 1;
  padding: 1rem; }
  @media screen and (max-width: 768px) {
    body.shop.detail #main h6 {
      font-size: .9rem;
      padding: .5rem;
      line-height: 1.4;
      margin-bottom: 1rem; } }
body.shop.detail .shop-photo {
  background: #F2F2F2;
  border: 10px solid #F2F2F2;
  border-radius: 6px; }
  body.shop.detail .shop-photo .bx-wrapper {
    margin: 0; }
    body.shop.detail .shop-photo .bx-wrapper .bx-viewport li {
      text-align: center; }
      body.shop.detail .shop-photo .bx-wrapper .bx-viewport li img {
        display: inline;
        width: auto;
        height: 55vw;
        max-height: 700px; }
body.shop.detail #bx-pager {
  width: 80%;
  max-width: 1000px;
  display: table;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem; }
  @media screen and (max-width: 768px) {
    body.shop.detail #bx-pager {
      margin-bottom: 0; } }
  body.shop.detail #bx-pager li {
    display: table-cell;
    border-top: 10px solid transparent;
    border-left: 10px solid transparent; }
    body.shop.detail #bx-pager li:first-child {
      border-left: 0px solid transparent; }
    body.shop.detail #bx-pager li a {
      display: inline-block;
      height: 10vw;
      max-height: 100px;
      box-shadow: 0 5px 0 0 transparent;
      transition: all .4s;
      border-bottom: 8px solid transparent;
      overflow: hidden; }
      @media screen and (max-width: 768px) {
        body.shop.detail #bx-pager li a {
          border-bottom-width: 4px; } }
      body.shop.detail #bx-pager li a img {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        opacity: 1; }
      body.shop.detail #bx-pager li a.active {
        border-bottom-color: #00437C; }
        body.shop.detail #bx-pager li a.active:hover {
          opacity: 1; }
        body.shop.detail #bx-pager li a.active img {
          opacity: .5; }
body.shop.detail #btn-call {
  position: relative;
  background: #00437C;
  line-height: 1.4;
  padding: 1rem 1rem 1rem 5rem;
  font-size: 1.2rem;
  width: 90%;
  margin-left: auto;
  margin-right: auto; }
  body.shop.detail #btn-call i {
    position: absolute;
    top: 1rem;
    left: 1rem;
    color: white;
    font-size: 3rem; }
  body.shop.detail #btn-call a {
    color: white;
    font-weight: bold; }
body.shop.detail .shop-info table {
  table-layout: fixed;
  width: 100%;
  border-top: 1px solid #ccc; }
  body.shop.detail .shop-info table th {
    background: #f6f6f6;
    width: 20%; }
  body.shop.detail .shop-info table th, body.shop.detail .shop-info table td {
    border-bottom: 1px solid #ccc;
    padding: .5rem 1rem; }
    @media screen and (max-width: 768px) {
      body.shop.detail .shop-info table th, body.shop.detail .shop-info table td {
        padding: .5rem;
        font-size: .8rem; } }
body.shop.detail .qr-area {
  display: none; }
body.shop.detail .shop-map iframe {
  width: 100%;
  height: 500px; }
  @media screen and (max-width: 768px) {
    body.shop.detail .shop-map iframe {
      height: 350px; } }
body.shop.detail .shop-price {
  width: 100%; }
  body.shop.detail .shop-price:last-child {
    margin-bottom: 0; }
  @media screen and (max-width: 768px) {
    body.shop.detail .shop-price tr {
      display: block;
      margin-bottom: .5rem;
      position: relative; } }
  body.shop.detail .shop-price th {
    width: 30%; }
    @media screen and (max-width: 768px) {
      body.shop.detail .shop-price th {
        background: #F2F2F2; } }
  body.shop.detail .shop-price th, body.shop.detail .shop-price td {
    padding: .5rem 1rem; }
    @media screen and (max-width: 768px) {
      body.shop.detail .shop-price th, body.shop.detail .shop-price td {
        display: list-item;
        border: none;
        width: 100%;
        list-style: none;
        font-size: .8rem;
        padding: .5rem; } }
  body.shop.detail .shop-price td:nth-child(2) {
    padding: .3rem .5rem 0; }
  body.shop.detail .shop-price td.yen {
    width: 15%;
    text-align: right; }
    @media screen and (max-width: 768px) {
      body.shop.detail .shop-price td.yen {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%; } }
  body.shop.detail .shop-price tr:nth-child(2n) {
    background: #f6f6f6; }
    @media screen and (max-width: 768px) {
      body.shop.detail .shop-price tr:nth-child(2n) {
        background: inherit; } }
body.shop.mama .main-title {
  background: url("../../shop/img/main_mamas.jpg") center center/cover no-repeat; }
body.shop.mama h2 {
  border-left-color: #c5000b; }
body.shop.mama .shop-list .detail h3 a {
  color: #c5000b; }
body.shop.mama .shop-list .detail .icon-tel, body.shop.mama .shop-list .detail .icon-place {
  color: #c5000b; }
body.shop.mama #main h3 {
  border-left-color: #c5000b;
  color: #c5000b; }
body.shop.mama #main h4 {
  border-left-color: #c5000b; }
body.shop.mama #main h5 {
  color: #c5000b; }
body.shop.mama #main h6 {
  background: #F7E6E6; }
body.shop.mama #main #bx-pager li a.active {
  border-bottom-color: #c5000b; }
body.shop.mama #main #btn-call {
  background: #c5000b; }
body.shop.mama #main .shop-info table th {
  background: #F7E6E6; }
body.shop.papa .main-title {
  background: url("../../shop/img/main_papas.jpg") center center/cover no-repeat; }
body.shop.papa h2 {
  border-left-color: #00437C; }
body.shop.papa .shop-list .detail h3 a {
  color: #00437C; }
body.shop.papa .shop-list .detail .icon-tel, body.shop.papa .shop-list .detail .icon-place {
  color: #00437C; }
body.shop.papa #main h3 {
  border-left-color: #00437C;
  color: #00437C; }
body.shop.papa #main h4 {
  border-left-color: #00437C; }
body.shop.papa #main h5 {
  color: #00437C; }
body.shop.papa #main h6 {
  background: #e6eef5; }
body.shop.papa #main #bx-pager li a.active {
  border-bottom-color: #00437C; }
body.shop.papa #main #btn-call {
  background: #00437C; }
body.shop.papa #main .shop-info table th {
  background: #e6eef5; }
body.shop.lazo .main-title {
  background: url("../../shop/img/main_lazo.jpg") center center/cover no-repeat; }
body.shop.lazo h2 {
  border-left-color: #58B331; }
body.shop.lazo .shop-list .detail h3 a {
  color: #58B331; }
body.shop.lazo .shop-list .detail .icon-tel, body.shop.lazo .shop-list .detail .icon-place {
  color: #58B331; }
body.shop.lazo #main h3 {
  border-left-color: #58B331;
  color: #58B331; }
body.shop.lazo #main h4 {
  border-left-color: #58B331; }
body.shop.lazo #main h5 {
  color: #58B331; }
body.shop.lazo #main h6 {
  background: #e8f3e4; }
body.shop.lazo #main #bx-pager li a.active {
  border-bottom-color: #58B331; }
body.shop.lazo #main #btn-call {
  background: #58B331; }
body.shop.lazo #main .shop-info table th {
  background: #e8f3e4; }
body.shop.goodman .main-title {
  background: url("../../shop/img/main_goodman.jpg") center center/cover no-repeat; }
  body.shop.goodman .main-title h1 img {
    max-height: 6rem; }
    @media screen and (max-width: 768px) {
      body.shop.goodman .main-title h1 img {
        max-height: 4rem; } }
body.shop.goodman h2 {
  border-left-color: #272c30; }
body.shop.goodman .shop-list .detail h3 a {
  color: #c4a448; }
body.shop.goodman .shop-list .detail .icon-tel, body.shop.goodman .shop-list .detail .icon-place {
  color: #272c30; }
body.shop.goodman #main h3 {
  border-left-color: #272c30;
  color: #272c30; }
body.shop.goodman #main h4 {
  border-left-color: #c4a448; }
body.shop.goodman #main h5 {
  color: #c4a448; }
body.shop.goodman #main h6 {
  background: #eceff1; }
body.shop.goodman #main #bx-pager li a.active {
  border-bottom-color: #c4a448; }
body.shop.goodman #main #btn-call {
  background: #c4a448; }
body.shop.goodman #main .shop-info table th {
  background: #eceff1; }
body.shop.amicale .main-title {
  background: url("../../shop/img/main_amicale.jpg") center center/cover no-repeat; }
  body.shop.amicale .main-title h1 img {
    max-height: 4rem; }
    @media screen and (max-width: 768px) {
      body.shop.amicale .main-title h1 img {
        max-height: 2rem; } }
body.shop.amicale h2 {
  border-left-color: #a99274; }
body.shop.amicale .shop-list .detail h3 a {
  color: #a99274; }
body.shop.amicale .shop-list .detail .icon-tel, body.shop.amicale .shop-list .detail .icon-place {
  color: #a99274; }
body.shop.amicale #main h3 {
  border-left-color: #a99274;
  color: #a99274; }
body.shop.amicale #main h4 {
  border-left-color: #a99274; }
body.shop.amicale #main h5 {
  color: #a99274; }
body.shop.amicale #main h6 {
  background: #e5dfd6; }
body.shop.amicale #main #bx-pager li a.active {
  border-bottom-color: #a99274; }
body.shop.amicale #main #btn-call {
  background: #a99274; }
body.shop.amicale #main .shop-info table th {
  background: #e5dfd6; }
body.shop.vivo .main-title {
  background: url("../../shop/img/main_vivo.jpg") center center/cover no-repeat; }
  body.shop.vivo .main-title .uix-typo--h3 {
    margin-bottom: 0; }
  body.shop.vivo .main-title h1 img {
    max-height: 5rem; }
    @media screen and (max-width: 768px) {
      body.shop.vivo .main-title h1 img {
        max-height: 3.5rem; } }
body.shop.vivo h2 {
  border-left-color: #CB0040; }
body.shop.vivo .shop-list .detail h3 a {
  color: #CB0040; }
body.shop.vivo .shop-list .detail .icon-tel, body.shop.vivo .shop-list .detail .icon-place {
  color: #CB0040; }
body.shop.vivo #main h3 {
  border-left-color: #CB0040;
  color: #CB0040; }
body.shop.vivo #main h4 {
  border-left-color: #CB0040; }
body.shop.vivo #main h5 {
  color: #CB0040; }
body.shop.vivo #main h6 {
  background: #f9edf1; }
body.shop.vivo #main #bx-pager li a.active {
  border-bottom-color: #CB0040; }
body.shop.vivo #main #btn-call {
  background: #CB0040; }
body.shop.vivo #main .shop-info table th {
  background: #f9edf1; }
body.shop.vivo_g .main-title {
  background: url("../../shop/img/main_vivo_g.jpg") center center/cover no-repeat; }
body.shop.vivo_g h2 {
  border-left-color: #00A13E; }
body.shop.vivo_g .shop-list .detail h3 a {
  color: #00A13E; }
body.shop.vivo_g .shop-list .detail .icon-tel, body.shop.vivo_g .shop-list .detail .icon-place {
  color: #00A13E; }
body.shop.vivo_g #main h3 {
  border-left-color: #00A13E;
  color: #00A13E; }
body.shop.vivo_g #main h4 {
  border-left-color: #00A13E; }
body.shop.vivo_g #main h5 {
  color: #00A13E; }
body.shop.vivo_g #main h6 {
  background: #e3f5ea; }
body.shop.vivo_g #main #bx-pager li a.active {
  border-bottom-color: #00A13E; }
body.shop.vivo_g #main #btn-call {
  background: #00A13E; }
body.shop.vivo_g #main .shop-info table th {
  background: #e3f5ea; }

/* お問い合わせ */
body.contact .main-title {
  background: url("../../contact/img/main.jpg") center center/cover no-repeat; }
body.contact #mailformpro .row .col-sm-3 {
  text-align: right; }
  @media screen and (max-width: 768px) {
    body.contact #mailformpro .row .col-sm-3 {
      text-align: left; } }
body.contact .input-group-text {
  background-color: white;
  font-size: .85rem;
  border-radius: 0; }
body.contact .mfp-required {
  color: #e60012;
  background: #fff1f1;
  font-size: .85rem; }
body.contact .input-group ol {
  margin-bottom: 0; }
body.contact .input-group-text,
body.contact .form-control {
  border: 1px solid #ccc;
  border-radius: 0; }
body.contact .mfp_element_select-one {
  width: 35%;
  height: 2em; }
  @media screen and (max-width: 1150px) {
    body.contact .mfp_element_select-one {
      width: 40%; } }
  @media screen and (max-width: 768px) {
    body.contact .mfp_element_select-one {
      width: auto; } }
body.contact .input-group-address {
  width: 90.3%; }
  @media screen and (max-width: 1150px) {
    body.contact .input-group-address {
      width: 85%; } }
  @media screen and (max-width: 768px) {
    body.contact .input-group-address {
      width: 82%; } }
body.contact .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #AF1D24;
  background-color: #AF1D24; }
body.contact .btn-primary {
  border-color: #AF1D24;
  background-color: #AF1D24; }
body.contact .btn-normal {
  background: #AF1D24;
  border: none;
  color: white; }

/* よくあるご質問 */
/* =================================================================== */
body.qa .main-title {
  background: url("../../qa/img/main.jpg") center center/cover no-repeat; }
body.qa section h2 {
  margin-bottom: 2rem;
  margin-top: 4rem; }
  body.qa section h2:first-child {
    margin-top: 0; }
body.qa div.question-box dl {
  margin-bottom: 2rem; }
  body.qa div.question-box dl dt:before, body.qa div.question-box dl dd:before {
    position: absolute;
    display: block;
    top: 50%;
    left: .8rem;
    line-height: 2.8rem;
    font-size: 1.5rem;
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    text-align: center;
    font-family: 'Catamaran', sans-serif;
    transform: translateY(-50%);
    transition: .2s all; }
  body.qa div.question-box dl dt {
    position: relative;
    margin-bottom: 1rem;
    padding: 1rem 1rem 1rem 4rem;
    font-weight: bold;
    background: #E3EAF0;
    color: #333;
    transition: .2s all; }
    body.qa div.question-box dl dt:before {
      content: 'Q';
      background: #00437C;
      color: #fff; }
    body.qa div.question-box dl dt.over {
      background: #d7dee4;
      cursor: pointer; }
    body.qa div.question-box dl dt.selected {
      background: #00437C;
      color: #fff;
      cursor: default; }
      body.qa div.question-box dl dt.selected:before {
        background: #fff;
        color: #00437C; }
  body.qa div.question-box dl dd {
    position: relative;
    padding: 1rem 1rem 1rem 4rem;
    margin-bottom: 2rem; }
    @media screen and (max-width: 768px) {
      body.qa div.question-box dl dd {
        padding: 0 1rem 0 4rem; } }
    body.qa div.question-box dl dd:before {
      content: 'A';
      background: #B81D23;
      color: #fff; }
      @media screen and (max-width: 768px) {
        body.qa div.question-box dl dd:before {
          top: 0;
          transform: translateY(0); } }
    body.qa div.question-box dl dd img {
      float: right;
      margin-left: 10px; }

/* 企業情報 */
/* =================================================================== */
body.company {
  /* CM movie */ }
  body.company h2 small {
    color: #e60012;
    letter-spacing: 0; }
    @media screen and (max-width: 768px) {
      body.company h2 small {
        display: block; } }
  @media screen and (max-width: 768px) {
    body.company .col-10 .col-12 {
      padding-left: 0;
      padding-right: 0; }
      body.company .col-10 .col-12 img {
        margin-bottom: 1rem; } }
  body.company .uix-table th {
    white-space: nowrap;
    background: #ecece8; }
  @media screen and (max-width: 768px) {
    body.company .uix-table th, body.company .uix-table td {
      font-size: .85em; } }
  body.company p.name img {
    max-height: 2rem; }
  body.company .shaze {
    max-height: 3rem;
    margin-bottom: 3rem; }
  body.company .movie-wrap {
    margin-bottom: 1rem;
    background: #E5E5E5;
    border-radius: 6px;
    padding: 3%; }
    body.company .movie-wrap .movie_center {
      position: relative;
      padding-bottom: 56.25%;
      height: 0;
      overflow: hidden;
      margin: 0 auto 10px 0; }
      body.company .movie-wrap .movie_center iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    body.company .movie-wrap #movieMenu {
      text-align: center;
      margin-top: 3%;
      margin-bottom: 0; }
      body.company .movie-wrap #movieMenu li {
        display: inline-block;
        width: 23%; }
        @media screen and (max-width: 768px) {
          body.company .movie-wrap #movieMenu li {
            width: 49%;
            margin-bottom: .8rem; } }
        body.company .movie-wrap #movieMenu li a {
          display: block;
          padding: 1rem;
          margin: 0 5px;
          text-decoration: none;
          text-align: center;
          border-radius: 3px;
          white-space: nowrap;
          font-size: 1rem;
          line-height: 1;
          background: white; }
          @media screen and (max-width: 768px) {
            body.company .movie-wrap #movieMenu li a {
              padding: .8rem; } }
          body.company .movie-wrap #movieMenu li a:hover {
            font-weight: bold; }
          body.company .movie-wrap #movieMenu li a.current {
            color: white; }
          body.company .movie-wrap #movieMenu li a.papas:hover {
            color: #00437C; }
          body.company .movie-wrap #movieMenu li a.mamas:hover {
            color: #B81C22; }
          body.company .movie-wrap #movieMenu li a.current.papas {
            background: #00437C;
            font-weight: bold; }
          body.company .movie-wrap #movieMenu li a.current.mamas {
            background: #B81C22;
            font-weight: bold; }
          body.company .movie-wrap #movieMenu li a.current.papas:hover {
            color: white; }
          body.company .movie-wrap #movieMenu li a.current.mamas:hover {
            color: white; }

.company.history h1 {
  margin-bottom: 3rem;
  letter-spacing: .1em; }
  @media screen and (max-width: 768px) {
    .company.history h1 {
      font-size: 1.6rem;
      margin-bottom: 2rem; } }
.company.history h2 {
  margin-bottom: 2rem;
  border-left-color: #B81C22; }
.company.history table.history {
  border: none;
  table-layout: fixed;
  margin-bottom: 3rem; }
  @media screen and (max-width: 768px) {
    .company.history table.history tr {
      border-left: 4px solid #B81C22; } }
  .company.history table.history th, .company.history table.history td {
    border: none;
    border-bottom: 1px solid #d6d5d5; }
    @media screen and (max-width: 768px) {
      .company.history table.history th, .company.history table.history td {
        display: block;
        border: none; } }
    .company.history table.history th p, .company.history table.history td p {
      float: left;
      width: calc(100% - 200px); }
      @media screen and (max-width: 768px) {
        .company.history table.history th p, .company.history table.history td p {
          float: none;
          width: 100%;
          margin-bottom: .5rem; } }
    .company.history table.history th img, .company.history table.history td img {
      float: right; }
      @media screen and (max-width: 768px) {
        .company.history table.history th img, .company.history table.history td img {
          float: none;
          display: block; } }
    .company.history table.history th ul, .company.history table.history td ul {
      margin-bottom: 0;
      list-style: disc;
      padding-left: 1rem; }
      @media screen and (max-width: 768px) {
        .company.history table.history th ul, .company.history table.history td ul {
          margin-left: .5rem; } }
  .company.history table.history th {
    width: 12%;
    border-left: 4px solid #B81C22;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .company.history table.history th {
        width: 100%;
        border: none;
        text-align: left;
        padding-top: .3rem;
        padding-bottom: .3rem; } }
  .company.history table.history td {
    font-size: .9rem; }
    @media screen and (max-width: 768px) {
      .company.history table.history td {
        padding-top: .3rem;
        padding-bottom: .3rem; } }
    .company.history table.history td.history-company {
      width: 60%; }
      @media screen and (max-width: 768px) {
        .company.history table.history td.history-company {
          width: 100%; } }

/* リクルート */
/* =================================================================== */
body.recruit .main-title {
  background: url("../../recruit/img/main.jpg") center center/cover no-repeat; }
body.recruit h2 {
  color: #e60012; }
body.recruit h3 {
  margin-top: 3rem; }
  body.recruit h3 span {
    display: inline-block;
    color: #e60012;
    border: 1px solid #e60012;
    padding: .5rem 1rem;
    font-size: 1.2rem;
    letter-spacing: .05em; }
body.recruit .note {
  border: 1px solid #e60012;
  padding: 1rem;
  font-size: 1.6rem;
  color: #e60012;
  text-align: center;
  font-weight: bold; }
  @media screen and (max-width: 768px) {
    body.recruit .note {
      font-size: 1.3rem; } }
body.recruit section p {
  font-size: 1.1rem; }
  @media screen and (max-width: 768px) {
    body.recruit section p {
      font-size: inherit; } }
body.recruit .main-catch {
  max-width: 60%; }
  @media screen and (max-width: 768px) {
    body.recruit .main-catch {
      max-width: 80%; } }
body.recruit .catch-text {
  max-width: 80%;
  margin: 2rem 0 0; }
  @media screen and (max-width: 768px) {
    body.recruit .catch-text {
      max-width: 100%; } }
  body.recruit .catch-text + hr {
    margin: 4rem 0; }
body.recruit .merit-section p {
  margin-left: 1.5rem;
  text-indent: -1.5rem; }
body.recruit .feature_site-section h2 {
  border: none;
  background: #014176;
  color: white;
  font-weight: bold;
  padding: .8rem;
  margin-bottom: 0;
  font-size: 2.4rem;
  text-align: center;
  line-height: 1.3;
  letter-spacing: -0.07em; }
  @media screen and (max-width: 768px) {
    body.recruit .feature_site-section h2 {
      font-size: 1.3rem; } }
body.recruit .feature_site-section .recruit_bnr {
  background: url("../../recruit/img/bg-bnr-recruit.jpg") repeat-y center center;
  background-size: contain;
  text-align: center;
  padding-bottom: 1.5rem;
  margin-bottom: .5rem; }
  body.recruit .feature_site-section .recruit_bnr &gt; p {
    background: white; }
  body.recruit .feature_site-section .recruit_bnr h3 {
    color: white;
    margin: .5rem 0; }
  body.recruit .feature_site-section .recruit_bnr a.btn {
    display: inline-block;
    padding: .5rem 2rem .2rem;
    color: white;
    border: 2px solid white;
    border-radius: 0;
    font-size: 2rem;
    line-height: 1;
    font-family: 'Josefin Sans',sans-serif; }
    body.recruit .feature_site-section .recruit_bnr a.btn:hover {
      background: white;
      color: #014176;
      opacity: 1; }

/* プライバシーポリシー */
/* =================================================================== */
body.privacy section h2 {
  margin-bottom: 2rem;
  margin-top: 4rem; }
  body.privacy section h2:first-child {
    margin-top: 0; }
body.privacy section section ul {
  margin-left: .5rem;
  list-style: disc;
  padding-left: 1rem; }

/* サイトマップ */
/* =================================================================== */
body.sitemap section h3 {
  background: #F6F6F6;
  padding: .8rem 1rem;
  line-height: 1;
  font-size: 1rem; }
body.sitemap section a {
  text-decoration: underline; }
  body.sitemap section a:hover {
    color: #E60113; }
body.sitemap section .sub-inner {
  display: flex;
  flex-wrap: wrap; }
  body.sitemap section .sub-inner .page {
    width: 20%; }
    @media screen and (max-width: 768px) {
      body.sitemap section .sub-inner .page {
        width: 100%; } }
  body.sitemap section .sub-inner .page-content {
    width: 80%;
    padding: .5rem 1rem; }
    @media screen and (max-width: 768px) {
      body.sitemap section .sub-inner .page-content {
        width: 100%;
        padding: .5rem .5rem; } }
    body.sitemap section .sub-inner .page-content h4 {
      font-size: 1rem;
      padding-bottom: 0; }
    body.sitemap section .sub-inner .page-content ul {
      border-bottom: 1px solid #eee;
      padding-bottom: .5rem; }
      body.sitemap section .sub-inner .page-content ul:last-child {
        margin-bottom: 0; }
      body.sitemap section .sub-inner .page-content ul li {
        display: inline-block;
        width: 32%;
        font-size: .9rem; }
        @media screen and (max-width: 768px) {
          body.sitemap section .sub-inner .page-content ul li {
            width: 49%; } }
        body.sitemap section .sub-inner .page-content ul li i {
          color: #AF1D24;
          font-weight: bold; }

/* Mobile
=================================================*/
@media screen and (max-width: 768px) {
  h2 {
    font-size: 1.4rem; }

  header.uix-header__container.uix-header__container--overlay {
    position: fixed; }

  .uix-menu__container.is-mobile ul li a {
    padding: 5px 15px; }
    .uix-menu__container.is-mobile ul li a img {
      max-height: 1.8rem; }
  .uix-menu__container.is-mobile ul li ul li {
    font-size: 1rem;
    background: #eee; } }

/*# sourceMappingURL=style.css.map */
</pre></body></html>