<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url(../fonts/Noto/load.css);

@media screen and (min-width:769px) {

  /*header
        --------------------------------------------*/
  #top-header {
    position: absolute;
    width: 100%;
    margin: 0 auto;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1001;
  }

  #top-header h1 {
    font-size: 15px;
    color: #fff;
    position: absolute;
    top: 900px;
    left: 60px;
  }

  #top-header .logo {
    position: absolute;
    left: 80px;
    top: 45px;
  }

  #top-header .h-inner {
    width: 1080px;
    margin: 0 auto;
    padding-top: 20px;
  }

  #top-header .h-inner .info {
    width: 255px;
    margin-left: auto;
    color: #fff;
    text-align: right;
  }

  #top-header .h-inner address {
    font-size: 14px;
  }

  #top-header .h-inner .tel dt, #top-header .h-inner .tel dd {
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #top-header .h-inner .tel dt {
    font-size: 24px;
    padding-right: 10px;
  }

  #top-header .h-inner .tel dt span {
    font-size: 30px;
  }

  #top-header .h-inner .tel dd {
    font-size: 24px;
    letter-spacing: 1px;
  }

  #top-header .h-inner .tel dd a {
    color: #fff;
  }

  .drawer_menu {
    display: none;
  }

  /*nav
        --------------------------------------------*/
  #top-nav {
    position: absolute;
    width: 255px;
    z-index: 1001;
    right: calc(50% - 500px);
    top: 535px;
    padding-left: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #top-nav:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    border-left: 1px solid #fff;
    width: 1px;
    height: 415px;
  }

  #top-nav:after {
    position: absolute;
    left: -30px;
    bottom: -65px;
    content: '';
    border-bottom: 1px solid #fff;
    width: 115px;
    height: 1px;
    margin: 0 auto;
  }

  #top-nav &gt; ul {
    text-align: left;
  }

  #top-nav &gt; ul &gt; li {
    font-size: 15px;
    margin-bottom: 25px;
  }

  #top-nav &gt; ul &gt; li span {
    font-size: 12px;
  }

  #top-nav &gt; ul &gt; li span:before {
    content: '/';
    padding: 0 5px;
  }

  #top-nav &gt; ul &gt; li a {
    color: #fff;
  }

  #top-nav &gt; ul &gt; li .child-nav {
    display: none;
  }

  #top-nav &gt; ul &gt; li .child-nav li {
    font-size: 14px;
    padding-left: 15px;
    margin: 10px 0;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #top-nav &gt; ul &gt; li .child-nav li:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);              /* Safari用 */
    transform: translateY(-50%);
    z-index: 10;
    content: '-';
    left: 0;
    color: #fff;
  }

  #top-nav &gt; ul &gt; li .child-nav li:last-child {
    margin-bottom: 0;
  }

  #top-nav &gt; ul &gt; li:nth-child(7), #top-nav &gt; ul &gt; li:last-child {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }

  #top-nav &gt; ul &gt; li:nth-child(7) {
    margin-right: 15px;
  }

  /*メインビジュアル
        --------------------------------------------*/
  #main-visual {
    position: relative;
    height: 950px;
    overflow: hidden;
  }

  #main-visual:before {
    background: url(../img/top/mv_frame.png) no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 950px;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
    z-index: 1000;
    content: '';
  }

  #main-visual h2 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    z-index: 998;
    top: 65%;
    left: 35%;
  }

  #main-visual #top-slider {
    height: 950px;
    position: relative;
  }

  #main-visual #top-slider li {
    height: 950px;
  }

  #main-visual #top-slider li:nth-child(1) {
    background: url(../img/top/slide01.png) center no-repeat;
    background-size: cover;
  }

  #main-visual #top-slider li:nth-child(2) {
    background: url(../img/top/slide02.png) center no-repeat;
    background-size: cover;
  }

  #main-visual #top-slider li:nth-child(3) {
    background: url(../img/top/slide03.png) center no-repeat;
    background-size: cover;
  }

  #main-visual .bx-wrapper {
    width: 100%;
    height: 950px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }

  #main-visual .bx-viewport {
    overflow: visible !important;
    margin: auto;
    text-align: center;
  }

  #main-visual .bx-pager {
    display: none;
  }

  /*共通
        --------------------------------------------*/
  .txt-blc {
    text-align: left;
  }

  .txt-blc p {
    margin-bottom: 15px;
    line-height: 26px;
  }

  .txt-blc p:last-child {
    margin-bottom: 0;
  }

  .cmn-intro {
    position: relative;
    z-index: 1;
  }

  .cmn-intro:after {
    content: '';
    position: absolute;
    content: '';
    width: 1060px;
    height: 474px;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    border: 2px solid #fff;
  }

  .cmn-intro .cont-wrap {
    width: 730px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .cmn-intro .cont-wrap h3 {
    font-size: 24px;
    text-align: left;
    position: relative;
    margin-bottom: 15px;
    z-index: 1;
  }

  .cmn-intro .cont-wrap p {
    text-align: left;
    margin-bottom: 15px;
  }

  .cmn-intro .cont-wrap p:last-child {
    margin-bottom: 0;
  }

  .cmn-intro .links {
    width: 435px;
    margin-right: auto;
    position: relative;
    z-index: 2;
  }

  .cmn-intro .links li {
    width: 185px;
    position: relative;
  }

  .cmn-intro .links li a {
    display: block;
  }

  .cmn-intro .links li a span {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -30%;
    padding-bottom: 15px;
    background: url(../img/top/sec05_arr.png) bottom center no-repeat;
  }

  #tp07 .links {
    margin-top: 15px;
  }

  #tp07 .links li span {
    position: static;
    padding-top: 25px;
  }

  /*トップページ
        --------------------------------------------*/
  #tp01 {
    padding: 75px 0 105px 0;
    position: relative;
    z-index: 1003;
  }

  #tp01:before {
    background: url(../img/top/sec01_bg.png) center no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 647px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  #tp01 .txt-blc {
    width: 530px;
    margin-right: auto;
    color: #fff;
    position: relative;
  }

  #tp01 .txt-blc h3 {
    font-size: 33px;
    text-align: left;
    color: #fff;
    margin-bottom: 25px;
  }

  #tp01 .txt-blc h3 span {
    font-size: 18px;
    color: #ea3d3d;
    display: block;
  }

  #tp02 {
    padding: 210px 0 145px 0;
    position: relative;
  }

  #tp02:before {
    background: url(../img/top/sec02_bg1.png) center no-repeat;
    position: absolute;
    content: '';
    width: 100%;
    height: 587px;
    top: -47px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  #tp02 h3 {
    font-size: 51px;
    text-shadow: 0 0 15px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;
    margin-bottom: 5px;
  }

  #tp02 h3 span {
    display: block;
    color: #d92323;
    font-size: 18px;
  }

  #tp02 .tp02-ttl{
    width: 275px;
    background: url(../img/top/sec02_shape.png) right center no-repeat;
    padding-right: 55px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #tp02 .more-btn{
    width: 100px;
    margin: 0 auto;
  }

  #tp02 .more-btn a{
    background: #1a1a1a;
    color: #fff;
    padding: 3px 5px;
    display: block;
    border-radius: 22.5px;
  }

  #tp02 .txt-blc {
    width: 755px;
  }

  #tp02 .txt-blc p {
    font-size: 20px;
    line-height: 1.6;
    text-shadow: 0 0 15px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;
  }

  #tp02 .txt-blc p span {
    display: block;
  }

  #tp02 .txt-blc p span:first-child {
    font-size: 61px;
  }

  #tp02 .txt-blc p span:nth-child(2) {
    font-size: 32px;
  }

  #tp03 {
    background: url(../img/top/sec03_bg.png) center no-repeat;
    background-size: cover;
    padding: 70px 0 150px 0;
  }

  #tp03 .inbox {
    width: 70.57%;
  }

  #tp03 h3 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 45px;
  }

  #tp03 h3 span {
    font-size: 22px;
    color: #ea3d3d;
    display: block;
  }

  #tp03 .works-list li {
    width: 15.49%;
    margin-right: 1.47%;
    height: 11vw;
  }

  #tp03 .works-list li:last-child {
    margin-right: 0;
  }

  #tp04 {
    background: url(../img/top/sec04_bg.png) center no-repeat;
    padding: 50px 0 80px 0;
  }

  #tp04 h3 {
    font-size: 22px;
    color: #fff;
    margin-bottom: 45px;
  }

  #tp04 h3 span {
    font-size: 60px;
    display: block;
  }

  #tp04 .p-homeCategory {
    position: relative;
    z-index: 6;
    background-color: #fff;
  }

  #tp04 .p-homeCategory .p-homeCategory_item {
    overflow: hidden;
    width: calc(100% / 3);
    position: relative;
  }

  #tp04 .p-homeCategory .p-homeCategory_item:after {
    border: 1px solid #dcdcdc;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    content: '';
    width: 98%;
    height: 98%;
    z-index: 1;
  }

  #tp04 .p-homeCategory .p-homeCategory_item:active, #tp04 .p-homeCategory .p-homeCategory_item:focus, #tp04 .p-homeCategory .p-homeCategory_item:hover {
    position: relative;
    z-index: 7;
  }

  #tp04 .p-homeCategory .p-homeCategory_item a {
    position: relative;
    height: 0;
    color: #fff;
    padding: 150px 0;
    font-size: 46px;
    text-decoration: none;
    line-height: 1;
    display: block;
    filter: alpha(opacity=100);
    opacity: 1;
  }

  #tp04 .p-homeCategory .p-homeCategory_item a:active .p-homeCategory_cover, #tp04 .p-homeCategory .p-homeCategory_item a:focus .p-homeCategory_cover, #tp04 .p-homeCategory .p-homeCategory_item a:hover .p-homeCategory_cover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
  }

  #tp04 .p-homeCategory .p-homeCategory_item a .p-homeCategory_cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: 50%;
    transition: -webkit-transform .2s linear;
    -webkit-transition: -webkit-transform .2s linear;
    transition: transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
    transition: transform .2s linear, -webkit-transform .2s linear;
  }

  #tp04 .p-homeCategory .p-homeCategory_item a .p-homeCategory_cover:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: opacity .2s linear;
    transition: opacity .2s linear;
    content: '';
  }

  #tp04 .p-homeCategory .p-homeCategory_item .p-homeCategory_inner {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    overflow: hidden;
  }

  #tp04 .p-homeCategory .p-homeCategory_item .p-homeCategory_inner:before {
    content: '';
  }

  #tp04 .p-homeCategory .p-homeCategory_item:first-child .p-homeCategory_cover {
    background: url(../img/top/sec04_bgimg01.png) no-repeat;
    background-size: cover;
  }

  #tp04 .p-homeCategory .p-homeCategory_item:nth-child(2) .p-homeCategory_cover {
    background: url(../img/top/sec04_bgimg02.png) no-repeat;
    background-size: cover;
  }

  #tp04 .p-homeCategory .p-homeCategory_item:last-child .p-homeCategory_cover {
    background: url(../img/top/sec04_bgimg03.png) no-repeat;
    background-size: cover;
  }

  #tp04 .p-homeCategory .p-homeCategory_item .p-homeCategory_name {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
  }

  #tp04 .p-homeCategory .p-homeCategory_item .p-homeCategory_summary {
    position: absolute;
    top: 65%;
    left: 0;
    z-index: 1;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
    padding-left: 30px;
    font-size: 1.2rem;
    line-height: 1.71429;
    opacity: 0;
    -webkit-transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1);
    transition: opacity 0.75s cubic-bezier(0.19, 1, 0.22, 1);
  }

  #tp04 .p-homeCategory .p-homeCategory_item:active .p-homeCategory_cover:before, #tp04 .p-homeCategory .p-homeCategory_item:focus .p-homeCategory_cover:before, #tp04 .p-homeCategory .p-homeCategory_item:hover .p-homeCategory_cover:before {
    opacity: 0;
  }

  #tp04 .p-homeCategory .p-homeCategory_item:active .p-homeCategory_summary, #tp04 .p-homeCategory .p-homeCategory_item:focus .p-homeCategory_summary, #tp04 .p-homeCategory .p-homeCategory_item:hover .p-homeCategory_summary {
    opacity: 1;
  }

  #tp05 {
    background: url(../img/top/sec05_bg.png) center no-repeat;
    background-size: cover;
    padding: 125px 0 105px 0;
  }

  #tp05 .cmn-intro:after {
    right: 11px;
    top: 0;
  }

  #tp05 h3:before {
    background: url(../img/top/barber.png) no-repeat;
    position: absolute;
    content: '';
    width: 396px;
    height: 68px;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }

  #tp05 .cont-wrap {
    padding: 70px 65px 75px 50px;
    background: url(../img/top/sec05_skew.png) left center no-repeat;
  }

  #tp05 .cont-wrap h3 {
    font-size: 20px;
  }

  #tp05 .cont-wrap:before {
    background: url(../img/top/sec05_bgimg.png) no-repeat;
    position: absolute;
    content: '';
    width: 579px;
    height: 480px;
    top: -4px;
    right: 0;
    bottom: auto;
    left: auto;
    z-index: -1;
  }

  #tp06 {
    background: url(../img/top/sec06_bg.png) center no-repeat;
    padding: 120px 0 125px 0;
    background-size: cover;
  }

  #tp06 h3 {
    font-size: 60px;
    color: #fff;
    margin-bottom: 40px;
  }

  #tp06 .news-list li {
    margin-bottom: 10px;
    text-align: left;
  }

  #tp06 .news-list li:last-child {
    margin-bottom: 0;
  }

  #tp06 .news-list li a {
    background: url(../img/common/arr01.png) no-repeat, #fff;
    background-position: 95% 50%;
    padding: 15px 95px 15px 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
  }

  #tp06 .news-list li time {
    display: block;
    font-size: 14px;
  }

  #tp06 .post-blank {
    color: #fff;
    font-size: 18px;
  }

  #tp06 .more-btn {
    width: 380px;
    margin: 0 auto;
    margin-top: 35px;
  }

  #tp06 .more-btn a {
    background: #fff;
    padding: 20px 0;
    display: block;
  }

  #tp07 {
    background: url(../img/top/sec07_bg.png) center no-repeat;
    background-size: cover;
    padding: 125px 0 105px 0;
  }

  #tp07 h3:before {
    background: url(../img/top/tavern.png) no-repeat;
    position: absolute;
    content: '';
    width: 426px;
    height: 70px;
    top: 0;
    right: auto;
    bottom: 0;
    left: 0;
    margin: 0 auto;
  }

  #tp07 .cmn-intro:after {
    right: 17px;
    top: 10px;
  }

  #tp07 .cmn-intro .cont-wrap {
    background: url(../img/top/sec07_skew.png) right center no-repeat;
  }

  #tp07 .cont-wrap {
    margin-left: auto;
    padding: 65px 50px 40px 185px;
  }

  #tp07 .cont-wrap:before {
    background: url(../img/top/sec07_bgimg.png) no-repeat;
    position: absolute;
    content: '';
    width: 579px;
    height: 480px;
    top: 7px;
    right: auto;
    bottom: 0;
    left: 0;
    z-index: -1;
  }

  /*下層共通
  --------------------------------------------*/
  #sub-header {
    background: rgba(31, 31, 31, 0.9);
  }

  #sub-header h1 {
    font-size: 10px;
    text-align: left;
    color: #fff;
  }

  #sub-header h1 span {
    width: 1080px;
    margin: 0 auto;
    display: block;
  }

  #sub-header .h-inner {
    padding: 10px 0;
  }

  #sub-header .head-r {
    width: 780px;
    color: #fff;
  }

  #sub-header .head-r .info {
    width: 520px;
    margin-left: auto;
    margin-bottom: 10px;
  }

  #sub-header .head-r .info .tel {
    width: 195px;
  }

  #sub-header .head-r .info address {
    font-size: 12px;
    width: 225px;
  }

  #sub-header .head-r .info .sns {
    width: 60px;
  }

  #sub-header nav li {
    border-right: 1px solid #fff;
    letter-spacing: 1px;
  }

  #sub-header nav li a {
    padding: 0 25px;
    display: block;
    color: #fff;
  }

  #sub-header nav li span {
    font-size: 12px;
    display: block;
  }

  #sub-visual {
    height: 340px;
    position: relative;
  }

  #sub-visual h2 {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
    font-size: 52px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 5px;
  }

  #sub-visual h2 span {
    display: block;
    font-size: 24px;
    font-weight: normal;
  }

  .recruit-mv {
    background: url(../img/ttl/recruit_visual.png) center no-repeat;
    background-size: cover;
  }

  .lounge-mv {
    background: url(../img/ttl/lounge_visual.png) center no-repeat;
    background-size: cover;
  }

  .barber-mv {
    background: url(../img/ttl/barber_visual.png) center no-repeat;
    background-size: cover;
  }

  .tavern-mv {
    background: url(../img/ttl/tavern_visual.png) center no-repeat;
    background-size: cover;
  }

  .works-mv {
    background: url(../img/ttl/works_visual.png) center no-repeat;
    background-size: cover;
  }

  .cmn-mv {
    background: url(../img/ttl/cmn_visual.png) center no-repeat;
    background-size: cover;
  }

  .cmn-pd01 {
    padding: 60px 0 65px 0;
  }

  .cmn-pb {
    padding-bottom: 85px;
  }

  .sub-ttl {
    font-size: 42px;
    position: relative;
    margin-bottom: 45px;
  }

  .sub-ttl:after {
    position: absolute;
    content: '';
    width: 80px;
    height: 1px;
    top: auto;
    right: 0;
    bottom: -15px;
    left: 0;
    border-bottom: 1px solid #b6000e;
    content: '';
    margin: 0 auto;
  }

  /*求人情報
        --------------------------------------------*/
  #recruit01 {
    background: url(../img/recruit/rec_sec01_l.png) left center no-repeat, url(../img/recruit/bg_right-top.png) right center no-repeat;
  }

  #recruit01 .txt-blc {
    /*width: 480px;*/
    /*===  動画届き次第削除 ↓  ===*/
    width: 570px;
    margin: 0 auto;
    text-align: center;
    /*==========================*/
  }

  #recruit01 .txt-blc h3 {
    font-size: 32px;
    border-bottom: 1px solid #000;
    margin-bottom: 15px;
    padding-bottom: 5px;
    letter-spacing: 2px;
  }

  #recruit01 .movie {
    width: 570px;
  }
  #recruit01 .movie img{
    padding-top:60px;
  }
  #recruit02 {
    background: url(../img/recruit/recruit_bg.png) center no-repeat;
    padding: 40px 0 50px 0;
  }

  #recruit02 h3 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 42px;
  }

  #recruit02 .sec-inner {
    width: 700px;
    margin: 0 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.36);
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    color: #fff;
    position: relative;
    padding: 50px 0 35px 0;
  }

  #recruit02 .sec-inner .horizon {
    font-size: 24px;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    top: -17px;
    letter-spacing: 2px;
  }

  #recruit02 .sec-inner .horizon {
    overflow: hidden;
    text-align: center;
  }

  #recruit02 .sec-inner .horizon span {
    display: inline-block;
    padding: 0 0.5em;
    position: relative;
  }

  #recruit02 .sec-inner .horizon span:before, #recruit02 .sec-inner .horizon span:after {
    border-top: 1px solid rgba(255, 255, 255, 0.36);
    content: '';
    position: absolute;
    top: 50%;
    width: 99em;
  }

  #recruit02 .sec-inner .horizon span:before {
    right: 110%;
  }

  #recruit02 .sec-inner .horizon span:after {
    left: 110%;
  }

  #recruit02 .sec-inner p {
    margin-bottom: 25px;
  }

  #recruit02 .sec-inner p:last-child {
    margin-bottom: 0;
  }

  #recruit03 {
    background: url(../img/recruit/bg_left-top.png) left top no-repeat;
    position: relative;
    z-index: 1;
  }

  #recruit03:after {
    background: url(../img/recruit/bg_center-r.png) no-repeat;
    position: absolute;
    content: '';
    width: 283px;
    height: 980px;
    top: auto;
    right: 0;
    bottom: -500px;
    left: auto;
  }

  #recruit03 .voice-list li {
    padding: 0 95px 45px 115px;
    margin-bottom: 45px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #cecece;
  }

  #recruit03 .voice-list li:last-child {
    margin-bottom: 0;
  }

  #recruit03 .voice-list li .img-blc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 200px;
    height: 200px;
  }

  #recruit03 .voice-list li .txt-blc {
    width: 610px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #recruit03 .voice-list li .txt-blc h4 {
    font-size: 26px;
    padding-bottom: 5px;
    margin-bottom: 15px;
    border-bottom: 1px solid #3a3a3a;
  }

  #recruit04 {
    background: url(../img/recruit/bg_right-bt.png) bottom right no-repeat;
  }

  /*ラウンジ
        --------------------------------------------*/
  #lounge01 {
    background: url(../img/lounge/bg_right-top.png) right top no-repeat, url(../img/lounge/bg_center-l.png) left center no-repeat;
    position: relative;
  }

  #lounge01 .lounge-list li {
    padding-bottom: 45px;
    margin-bottom: 45px;
    border-bottom: 1px solid #e6e6e6;
  }

  #lounge01 .lounge-list li:last-child {
    margin-bottom: 0;
  }

  #lounge01 .lounge-list li .txt-blc {
    width: 590px;
  }

  #lounge01 .lounge-list li .txt-blc .logo {
    text-align: center;
    margin-bottom: 25px;
  }

  #lounge01 .lounge-list li .img-blc {
    width: 450px;
  }

  #lounge01 .lounge-list li:nth-child(even) .img-blc {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  #lounge01 .lounge-list li:nth-child(even) .txt-blc {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  #lounge02 {
    background: url(../img/lounge/bg_right-bottom.png) bottom right no-repeat;
  }

  #lounge02 .tab {
    width: 780px;
    margin: 0 auto;
    margin-bottom: 45px;
  }

  #lounge02 .tab li {
    width: 210px;
    font-size: 20px;
    border: 1px solid #3a3a3a;
    padding: 10px 20px 10px 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    background: url(../img/lounge/tab_arr01.png) no-repeat;
    background-position: 95% 50%;
    cursor: pointer;
  }

  #lounge02 .tab li:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    background: url(../img/lounge/tab_arr02.png) no-repeat, #3a3a3a;
    background-position: 95% 50%;
    color: #fff;
    filter: alpha(opacity=90);
    opacity: 0.9;
  }

  #lounge02 .tab .active {
    background: url(../img/lounge/tab_arr02.png) no-repeat, #3a3a3a;
    background-position: 95% 50%;
    color: #fff;
  }

  #lounge02 .tab .active:hover {
    filter: alpha(opacity=90);
    opacity: 0.9;
  }

  /*BARBER
        --------------------------------------------*/
  .barber-wrap .sec-inner {
    padding: 75px 0 55px 0;
  }

  .barber-wrap .sec-inner .tab {
    width: 645px;
    margin: 0 auto;
    margin-bottom: 95px;
  }

  .barber-wrap .sec-inner .tab li {
    width: 290px;
  }

  .barber-wrap .sec-inner .tab li a {
    border: 1px solid #3a3a3a;
    padding: 10px 20px 10px 5px;
    display: block;
    background: url(../img/lounge/tab_arr01.png) no-repeat;
    background-position: 95% 50%;
  }

  .barber-wrap .sec-inner .tab li a:hover {
    background: url(../img/lounge/tab_arr02.png) no-repeat, #3a3a3a;
    background-position: 95% 50%;
    color: #fff;
    filter: alpha(opacity=90);
    opacity: 0.9;
  }

  .barber-wrap .sec-inner .cont-wrap .txt-blc {
    width: 480px;
  }

  .barber-wrap .sec-inner .cont-wrap .txt-blc h3 {
    font-size: 32px;
    border-bottom: 1px solid #3a3a3a;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .barber-wrap .sec-inner .cont-wrap .txt-blc h3 span {
    position: relative;
  }

  .barber-wrap .sec-inner .cont-wrap .txt-blc .more-btn {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    margin-top: 25px;
  }

  .barber-wrap .sec-inner .cont-wrap .txt-blc .more-btn a {
    background: url(../img/common/arr02.png) no-repeat, #b6000e;
    background-position: 90% 50%;
    padding: 10px 0;
    display: block;
    color: #fff;
  }

  .barber-wrap .sec-inner .cont-wrap .img-blc {
    width: 520px;
  }

  .barber-wrap .insta-wrap {
    background: #faf9f8;
    padding: 30px 0 65px 0;
  }

  .barber-wrap .insta-wrap #insta li {
    width: 155px;
    height: 155px;
  }

  .barber-wrap .menu-wrap {
    padding: 50px 0 75px 0;
  }

  .barber-wrap .menu-wrap h4 {
    font-size: 38px;
    margin-bottom: 50px;
  }

  .barber-wrap .menu-wrap .menu-list &gt; li {
    width: 520px;
    float: left;
    margin-right: 35px;
    margin-bottom: 55px;
  }

  .barber-wrap .menu-wrap .menu-list &gt; li:nth-child(2), .barber-wrap .menu-wrap .menu-list &gt; li:last-child {
    margin-right: 0;
  }

  .barber-wrap .menu-wrap .menu-list &gt; li:last-child {
    float: none;
    display: inline-block;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    margin-bottom: 0;
  }

  .barber-wrap .menu-wrap .menu-list &gt; li &gt; dl &gt; dt {
    font-size: 22px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }

  .barber-wrap .menu-wrap .menu-list &gt; li &gt; dl &gt; dd dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    text-align: left;
    padding: 10px 0;
  }

  .barber-wrap .menu-wrap .menu-list &gt; li &gt; dl &gt; dd span {
    font-size: 14px;
  }

  .barber-wrap .menu-wrap .menu-cont {
    margin-bottom: 45px;
  }

  .barber-wrap .menu-wrap .menu-cont .txt-blc {
    width: 650px;
  }

  .barber-wrap .menu-wrap .menu-cont .txt-blc h5 {
    font-size: 22px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
    margin-bottom: 10px;
    text-align: center;
  }

  .barber-wrap .menu-wrap .menu-cont .txt-blc .menu-blc li {
    width: 290px;
    float: left;
    margin-right: 45px;
    margin-bottom: 25px;
    font-size: 16px;
  }

  .barber-wrap .menu-wrap .menu-cont .txt-blc .menu-blc li:nth-child(2), .barber-wrap .menu-wrap .menu-cont .txt-blc .menu-blc li:last-child {
    margin-right: 0;
  }

  .barber-wrap .menu-wrap .menu-cont .txt-blc .menu-blc li:last-child {
    float: none;
    margin-bottom: 0;
    display: inline-block;
  }

  .barber-wrap .menu-wrap .menu-cont .txt-blc .menu-blc li dt {
    position: relative;
    margin-bottom: 10px;
  }

  .barber-wrap .menu-wrap .menu-cont .txt-blc .menu-blc li dt span {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);              /* Safari用 */
    transform: translateY(-50%);
    z-index: 10;
    right: 0;
  }

  .barber-wrap .menu-wrap .menu-cont .txt-blc .menu-blc li dd {
    line-height: 27px;
  }

  .barber-wrap .menu-wrap .menu-cont .img-blc {
    width: 400px;
  }

  #barber01 h3 span:after {
    background: url(../img/barber/barber_logo01.png) no-repeat;
    position: absolute;
    content: '';
    width: 62px;
    height: 99px;
    top: -55px;
    right: -65px;
    bottom: auto;
    left: auto;
  }

  #barber01 .sec-inner {
    background: url(../img/barber/bg_left-bottom01.png) left bottom no-repeat, url(../img/barber/bg_right-top01.png) right top no-repeat;
  }

  #barber01 .menu-wrap {
    background: url(../img/barber/bg_left-top.png) left top no-repeat;
  }

  #barber01 .menu-wrap .menu-list {
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 45px;
  }

  #barber02 h3 span:after {
    background: url(../img/barber/barber_logo02.png) no-repeat;
    position: absolute;
    content: '';
    width: 66px;
    height: 57px;
    top: -17px;
    right: -90px;
    bottom: auto;
    left: auto;
  }

  #barber02 .sec-inner {
    background: url(../img/barber/bg_right-bottom01.png) right bottom no-repeat;
    background-size: contain;
  }

  #barber02 .menu-wrap {
    background: url(../img/barber/bg_left-bottom02.png) bottom left no-repeat, url(../img/barber/bg_right-top02.png) top right no-repeat;
  }

  /*TAVERN
        --------------------------------------------*/
  #tavern01 {
    background: url(../img/tavern/bg_left-bottom.png) left bottom no-repeat, url(../img/tavern/bg_right-top.png) right top no-repeat;
  }

  #tavern01 .tab {
    width: 505px;
    margin: 0 auto;
    margin-bottom: 65px;
  }

  #tavern01 .tab li {
    font-size: 20px;
    width: 200px;
  }

  #tavern01 .tab li a {
    border: 1px solid #3a3a3a;
    padding: 10px 20px 10px 5px;
    display: block;
    background: url(../img/lounge/tab_arr01.png) no-repeat;
    background-position: 95% 50%;
  }

  #tavern01 .tab li a:hover {
    background: url(../img/lounge/tab_arr02.png) no-repeat, #3a3a3a;
    background-position: 95% 50%;
    color: #fff;
    filter: alpha(opacity=90);
    opacity: 0.9;
  }

  #tavern01 .txt-blc {
    width: 500px;
  }

  #tavern01 .txt-blc h4 {
    font-size: 25px;
    margin-bottom: 15px;
    text-align: center;
  }

  #tavern01 .txt-blc .cmn-dl {
    margin-bottom: 5px;
  }

  #tavern01 .txt-blc .cmn-dl dl:first-child {
    border-top: 1px solid #e6e6e6;
  }

  #tavern01 .txt-blc p {
    font-size: 13px;
  }

  #tavern01 .txt-blc .more-btn {
    width: 250px;
    margin: 0 auto;
    font-size: 16px;
    text-align: center;
  }

  #tavern01 .txt-blc .more-btn a {
    background: url(../img/common/arr02.png) no-repeat, #b6000e;
    background-position: 90% 50%;
    padding: 10px 0;
    display: block;
    color: #fff;
  }

  #tavern01 .map {
    width: 500px;
  }

  #tavern02 {
    background: #faf9f8;
    padding: 35px 0;
  }

  #tavern02 figure {
    width: 155px;
    margin: 0;
  }

  #tavern02 figure figcaption {
    font-size: 17px;
    padding-top: 10px;
  }

  #tavern03 {
    background: url(../img/tavern/tavern_bg.png) center no-repeat;
    padding: 45px 0 65px 0;
  }

  #tavern03 .sec-inner {
    position: relative;
  }

  #tavern03 h3 {
    font-size: 38px;
    color: #fff;
    margin-bottom: 90px;
  }

  #tavern03 .cmn-dl {
    width: 620px;
    margin-left: auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 45px 20px 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  #tavern03 .cmn-dl dt {
    width: 145px;
  }

  #tavern03 .map {
    position: absolute;
    width: 500px;
    left: 0;
    top: -30px;
  }

  /*施工実績
        --------------------------------------------*/
  #works {
    background: url(../img/works/bg_left-top.png) left top no-repeat, url(../img/works/bg_right-bottom.png) right bottom no-repeat;
  }

  #works .sub-ttl {
    font-size: 36px;
  }

  #works .works-list &gt; li {
    width: 520px;
    background: #f2f2f2;
    padding: 20px 20px 25px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
  }

  #works .works-list &gt; li:nth-child(2n+1):nth-last-child(-n+2), #works .works-list &gt; li:nth-child(2n+1):nth-last-child(-n+2) ~ li {
    margin-bottom: 0;
  }

  #works .works-list &gt; li .img-wrap li {
    width: 220px;
    height: 200px;
  }

  #works .works-list &gt; li h4 {
    text-align: left;
    font-size: 18px;
    border-bottom: 1px solid #3a3a3a;
    margin-bottom: 10px;
  }

  #works .works-list &gt; li h4 a {
    padding: 10px 25px;
    display: block;
    background: url(../img/common/arr01.png) left center no-repeat;
  }

  #works .works-list &gt; li p {
    text-align: left;
  }

  #works .sec-inner {
    width: 670px;
    margin: 0 auto;
  }

  #works .sec-inner h3 {
    font-size: 28px;
    text-align: left;
    border-bottom: 1px solid #3a3a3a;
    padding-bottom: 5px;
    margin-bottom: 15px;
  }

  #works .sec-inner .post-img {
    margin-bottom: 15px;
  }

  #works .sec-inner .post-img .main-thumb {
    width: 670px;
    height: 340px;
    margin-bottom: 10px;
  }

  #works .sec-inner .post-img .img-list li {
    width: 160px;
    height: 120px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
  }

  #works .sec-inner .post-img .img-list li:hover {
    -webkit-transition: all .3s;
    transition: all .3s;
    filter: alpha(opacity=60);
    opacity: 0.6;
  }

  #works .sec-inner .post-img .img-list li:nth-child(4n), #works .sec-inner .post-img .img-list li:last-child {
    margin-right: 0;
  }

  #works .sec-inner .post-img .img-list li:nth-child(4n+1):nth-last-child(-n+4), #works .sec-inner .post-img .img-list li:nth-child(4n+1):nth-last-child(-n+4) ~ li {
    margin-bottom: 0;
  }

  #works .sec-inner .comment {
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #3a3a3a;
  }

  /*footer
  --------------------------------------------*/
  #footer {
    background: url(../img/common/ft_bg.png) center no-repeat;
  }

  #footer .ft-inner {
    padding: 60px 0 50px 0;
    color: #fff;
  }

  #footer .ft-inner .logo {
    margin-bottom: 15px;
  }

  #footer .ft-inner address {
    font-size: 14px;
    margin-bottom: 15px;
  }

  #footer .ft-inner .tel {
    margin-bottom: 10px;
  }

  #footer .ft-inner .tel dt, #footer .ft-inner .tel dd {
    display: inline-block;
    vertical-align: middle;
  }

  #footer .ft-inner .tel dt {
    font-size: 33px;
    padding-right: 15px;
  }

  #footer .ft-inner .tel dt span {
    font-size: 41px;
  }

  #footer .ft-inner .tel dd {
    font-size: 41px;
  }

  #footer .ft-inner .tel dd a {
    color: #fff;
  }

  #footer .ft-inner .ft-nav li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
  }

  #footer .ft-inner .ft-nav li:last-child {
    margin-right: 0;
  }

  #footer .ft-inner .ft-nav li a {
    color: #fff;
  }

  #footer #copyright {
    font-size: 15px;
    background: #7d0000;
    color: #fff;
    padding: 3px 0;
  }

  #footer #copyright a {
    color: #fff;
  }

}

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