@charset "UTF-8";

/* ---------------------------------
  ヘッダー
---------------------------------- */

.job-nav {
    background: #000;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 2;
    padding: 15px 0px;
}

@media screen and (min-width: 768px) {
    .job-nav {
        padding: 30px 0px;
    }
}

.nav-collapse ul {
    display: flex;
    justify-content: space-between;
    margin: 0;
    list-style: none;
}

@media screen and (min-width: 768px) {
    .nav-collapse ul {
        justify-content: center;
    }
}

.nav-collapse a {
    background: none;
    color: #fff;
    font-weight: bold;
    border-left: none;
    border-top: none;
    font-size: 12px;
}

@media screen and (min-width: 768px) {
    .nav-collapse a {
        padding: 0 20px;
        font-size: 14px;
    }
}

.nav-collapse a:hover {
    color: #bc9c42;
    text-decoration: none;
}

.nav-collapse a:focus {
    color: #fff;
    text-decoration: none;
}

.nav-collapse .active a {
    color: #bc9c42;
    text-decoration: none;
}

.nav-toggle {
    background: #ecb21e;
    height: 45px;
}

.btn-top-recruit {
    color: #fff;
    background: #d4b14f;
    border-radius: 0;
}

.btn-top-recruit:link {
    color: #fff;
}

.btn-top-recruit:visited {
    color: #fff;
}

.btn-top-recruit:hover {
    color: #fff;
}

.btn-top-recruit:active {
    color: #fff;
}

.nivo-controlNav {
    background-color: #fff;
}

.job-name {
    font-size: 25px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .job-name {
        font-size: 20px;
        line-height: 1.5;
        text-align: left;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.nav-collapse ul li:last-child a {
    border: 1px solid #fff;
    background: #ffa200;
    outline: 4px solid #ffa200;
    padding: 5px 10px;
    color: #fff;
}

@media screen and (min-width: 768px) {
    .nav-collapse ul li:last-child a {
        padding: 10px 20px;
    }
}

.nav-collapse ul li:last-child a:hover {
    opacity: 0.7;
    color: #fff;
}


/* ---------------------------------
  共通
---------------------------------- */

dd {
    line-height: 1.8 !important;
    margin: 0px;
}

article {
    padding-top: 70px;
    padding-bottom: 70px;
}

.bg-gold {
    background: #bc9c42;
}

@media screen and (max-width: 767px) {
    article {
        padding-top: 50px;
        padding-bottom: 50px;
    }
}

.table td,
.table th {
    padding: 0.75rem;
    line-height: 1.5;
    vertical-align: top;
    border: transparent;
}


/* ---------------------------------
  about-store
---------------------------------- */

#about-store {
    padding-left: 10%;
    padding-right: 10%;
    padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
    #about-store {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.heading-area {
    text-align: center;
    margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
    .heading-area {
        margin-bottom: 50px;
    }
}

.white-color {
    color: #fff;
}

.heading-area h2 {
    font-size: 43px;
    font-family: Londrina Solid !important;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 3px;
}

@media screen and (max-width: 767px) {
    .heading-area h2 {
        font-size: 40px;
    }
}

.heading-area p {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .heading-area p {
        font-size: 15px;
    }
}

.about-store-contents {
    display: flex;
    flex-flow: row wrap;
}

.about-store-ttl-area {
    text-align: center;
    width: 128px;
    height: 128px;
    color: #fff;
    background: #bc9c42;
    padding: 40px;
    margin-top: -100px;
    margin-left: 25px;
    margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
    .about-store-ttl-area {
        width: 75px;
        height: 75px;
        padding: 12px;
        margin-top: -60px;
        margin-left: 15px;
    }
}

.about-store-ttl-area p {
    color: #fff;
    line-height: 1.3 !important;
    margin-bottom: 0px;
}

.about-store-ttl-area h3 {
    color: #fff;
    font-size: 23px;
    font-style: normal;
}

#about-store section {
    margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
    #about-store section {
        margin-bottom: 30px;
    }
    #about-store section:last-child {
        margin-bottom: 0px;
    }
}

.about-store-ttl-img {
    position: relative;
    z-index: -1;
}

#about-store section dl dt {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
}


/* ---------------------------------
  merit
---------------------------------- */

#merit {
    padding-left: 5%;
    padding-right: 5%;
}

.heading-area.white-color h2,
.heading-area.white-color p {
    color: #fff;
}

#merit .cf {
    display: flex;
    flex-direction: column;
}

@media screen and (min-width: 768px) {
    #merit .cf {
        flex-direction: row;
    }
}

section.merit-contents {
    width: 31.5%;
    float: left;
    background: #fff;
    margin-left: 14px;
}

.merit-number-bg {
    width: 100%;
    background: #bc9c42;
}

.merit-number {
    width: 90px;
    height: 90px;
    text-align: center;
    background: #231815;
    padding: 4px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

@media screen and (max-width: 767px) {
    .merit-number {
        width: 57px;
        height: 60px;
        padding: 0;
    }
}

.merit-number p {
    display: inline-block;
    color: #fff;
    font-size: 40px !important;
    line-height: 1.5 !important;
    border-bottom: 3px solid #fff;
    letter-spacing: 2px;
    font-family: Londrina Solid !important;
}

@media screen and (max-width: 767px) {
    .merit-number p {
        font-size: 30px;
    }
}

@media screen and (max-width: 767px) {
    section.merit-contents {
        background: #fff;
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 50px;
    }
    section.merit-contents:last-child {
        margin-bottom: 0px;
    }
}

.merit-img-area img {
    margin-top: -40px;
}

@media screen and (max-width: 767px) {
    .merit-img-area img {
        margin-top: -30px;
    }
}

.merit-txt-area {
    padding: 30px;
}

@media screen and (max-width: 767px) {
    .merit-txt-area {
        padding: 15px;
    }
}

.merit-txt-area h3 {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    color: #bc9c42;
    margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
    .merit-txt-area h3 {
        text-align: left;
    }
}


/* ---------------------------------
  works
---------------------------------- */

#works {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
}

.works-bg-img {
    background-image: url(https://www.salsa-cabana.com/wp-content/uploads/2022/05/salsa-works-bg.jpg);
    padding-top: 17rem;
    padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .works-bg-img {
        font-size: 20px;
        padding-top: 5rem;
        background-position: 52% 70%;
    }
}

@media screen and (max-width: 543px) {
    .works-bg-img {
        background-position: 70% 10%;
        zoom: 0.8;
    }
}

.works-bg-img h3 {
    font-size: 30px;
    color: #fff;
    display: inline-block;
    padding: 15px;
    background: rgba(0, 0, 0, 0.5)
}

@media screen and (max-width: 767px) {
    .works-bg-img h3 {
        font-size: 25px;
    }
}

@media screen and (max-width: 330px) {
    .works-bg-img h3 {
        font-size: 21px;
    }
}

.works-contents-list {
    list-style: none;
    margin: 0px;
}

@media screen and (min-width: 768px) {
    .works-contents-list {
        padding-top: 50px;
    }
}

.works-contents-list h4 {
    font-size: 25px;
    line-height: 1.6;
}

@media screen and (max-width: 767px) {
    .works-contents-list h4 {
        font-size: 18px;
        font-weight: bold;
    }
}

.works-contents-list li {
    padding-top: 35px;
    padding-bottom: 35px;
}

.works-contents-list li:nth-child(even) {
    background: #f2f2f2;
}

.works-contents-list li hr {
    width: 75px;
    text-align: left;
    margin: 20px 0;
    border-top: 3px solid #bc9c42;
}

.works-contents-list li p {
    margin-bottom: 15px;
}


/* ---------------------------------
  other
---------------------------------- */

#others {
    border-top: 1px solid;
}

#others h4 {
    margin: 20px auto;
}


/* ---------------------------------
  interview
---------------------------------- */

#interview {
    padding-left: 5%;
    padding-right: 5%;
}

@media screen and (max-width: 767px) {
    #interview {
        padding-left: 0;
        padding-right: 0;
    }
}

.interview-contents {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .interview-contents {
        margin-left: 0;
        margin-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .interview-contents .interview-img {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .interview-contents .interview-img img {
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    .interview-contents .interview-txt {
        margin-right: 15px;
        margin-left: 15px;
    }
}

.interview-contents h4 {
    font-size: 25px;
    line-height: 1.5;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .interview-contents h4 {
        font-size: 18px;
        font-weight: bold;
    }
}

.interview-contents hr {
    width: 75px;
    text-align: left;
    margin: 20px 0;
    border-top: 3px solid #fff;
}

.interview-contents ul {
    margin-bottom: 20px;
    margin: 0 0 20px 0;
}

.interview-contents ul li {
    text-align: center;
    display: inline-block;
    color: #fff;
    background: #231815;
    padding: 7px;
    margin-right: 10px;
}

@media screen and (max-width: 767px) {
    .interview-contents ul li {
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .interview-contents h4 {
        margin-top: 30px;
    }
}

.interview-contents h5 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
    line-height: 25px;
}

@media screen and (max-width: 767px) {
    .interview-contents h5 {
        font-size: 16px;
    }
}


/* ---------------------------------
  data
---------------------------------- */

#data {
    background-image: url(https://www.salsa-cabana.com/wp-content/uploads/2023/02/yotsuya-recruit.jpg);
    background-position: center center;
    background-size: cover;
}

.data-contents {
    padding-left: 5%;
    padding-right: 5%;
}

@media screen and (max-width: 767px) {
    .data-contents {
        padding-left: 0;
        padding-right: 0;
    }
}

.data-contents ul {
    display: flex;
    flex-flow: wrap;
}

.data-contents ul li {
    margin-bottom: 80px;
    list-style: none;
}

@media screen and (max-width: 767px) {
    .data-contents ul li {
        margin-bottom: 30px;
    }
}

.data-contents ul li h3 {
    color: #fff;
    font-weight: bold;
    display: inline-block;
    background: #bc9c42;
    padding: 15px;
    font-family: initial;
    font-size: 15px;
}

.data-txt {
    height: 100%;
    font-weight: bold;
    background: #fff;
    padding: 40px 15px;
    margin-top: -20px;
}

@media screen and (max-width: 767px) {
    .data-txt {
        height: auto;
    }
}


/* ---------------------------------
  information
---------------------------------- */

table.gray-simple {
    border-bottom: 1px solid #eceeef;
}

table.gray-simple tr {
    border-top: 1px solid #eceeef;
}

@media screen and (min-width: 768px) {
    table.gray-simple tr th,
    table.gray-simple tr td {
        line-height: 1.8;
    }
}

@media screen and (max-width: 767px) {
    table.gray-simple tr th,
    table.gray-simple tr td {
        display: block;
        width: 100%;
    }
}

@media screen and (max-width: 767px) {
    table.gray-simple tr th {
        line-height: 1rem;
        background: #eceeef;
    }
}

table.gray-simple tr td a:link {
    color: #b28247;
}

table.gray-simple tr td a:visited {
    color: #b28247;
}

table.gray-simple tr td a:hover {
    color: #b28247;
    opacity: 0.6;
}

table.gray-simple tr td a:active {
    color: #b28247;
}


/* ---------------------------------
  recruit
---------------------------------- */

#recruit .heading-area h2 {
    font-size: 30px;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
}

@media screen and (max-width: 767px) {
    #recruit .heading-area h2 {
        font-size: 20px;
    }
}


/* ---------------------------------
  tel-entry-container
---------------------------------- */

#tel-entry-container {
    border-bottom: #a0a0a0 solid 1px;
}

#tel-entry-container h2 {
    color: #ea5514;
    font-size: 30px;
    text-align: center;
    margin-bottom: 35px;
    font-family: initial;
}

@media screen and (max-width: 767px) {
    #tel-entry-container h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }
}

#tel-entry-container .tel-btn {
    display: table;
    text-align: center;
    font-size: 50px;
    color: #fff;
    background: #000;
    padding: 35px 65px;
    margin: 0 auto;
}

#tel-entry-container ul li {
    list-style: none;
}

@media screen and (max-width: 767px) {
    #tel-entry-container .tel-btn {
        display: block;
        font-size: 25px;
        padding: 15px 0;
    }
}

#tel-entry-container .tel-btn:before {
    content: "\f095";
    font-family: FontAwesome;
}

a.oubo {
    text-align: center;
    display: inline-block;
    width: 90%;
    font-weight: bold;
    font-size: 18px;
    border: 1px solid #fff;
    background: #ffa200;
    outline: 4px solid #ffa200;
    color: #ffffff;
    padding: 10px 0px;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.3s;
}


/* ---------------------------------
  お問い合わせフォーム
---------------------------------- */

h1.container-ttl.en-font {
    font-size: 43px;
    font-family: 'Quicksand', sans-serif;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 5px;
}

#entry-top {
    background: none;
    margin-bottom: 0;
}

.btn-top-recruit:after {
    content: "\f105";
    font-family: FontAwesome;
    padding-left: 3px;
}

.container-top hr {
    display: none;
}


/* ---------------------------------
  フッター
---------------------------------- */

footer #copyright {
    font-size: 15px;
    background: #231815;
}


/* ---------------------------------
  一覧ページ
---------------------------------- */

@media screen and (max-width: 767px) {
    #recruit-list-container {
        padding-top: 30px;
    }
}

#recruit-list {
    background: #f2f2f2;
}

.recruit-list-box {
    background: none;
}

.recruit-list-txt-box {
    height: inherit;
    background: #fff;
    padding-top: 15px;
    padding-bottom: 15px;
}

.recruit-list-box {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
}

.recruit-list-txt-box h2 {
    font-size: 25px;
    margin-bottom: 5px;
}

.recruit-list-txt {
    font-size: 14px;
    padding-bottom: 0;
    margin-bottom: 10px;
    border-bottom: 0;
}

.recruit-list-img {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d9534f;
}

#filter-container .mix {
    display: none;
}

.filter-btn-container {
    text-align: center;
    padding-top: 20px;
}

@media screen and (max-width: 767px) {
    .filter-btn-container {
        padding: 0;
    }
}

.filter-btn-container .filter {
    width: 254px;
    font-size: 18px;
    background: #fff;
    color: #212121;
    font-weight: bold;
    padding: 15px;
    border-bottom: solid 4px #de4e49;
    border-radius: 3px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
    margin: 0 10px 15px;
}

@media screen and (max-width: 767px) {
    .filter-btn-container .filter {
        width: 45%;
    }
}

@media screen and (max-width: 543px) {
    .filter-btn-container .filter {
        width: 100%;
    }
}

.filter-btn-container .filter.active {
    background: #fb635e;
    font-weight: normal;
    color: #FFF;
    border-radius: 3px;
}

.service-list-txt-box h2 {
    font-size: 22px;
    line-height: 1;
    display: inline-block;
    font-weight: bold;
    border-bottom: 2px solid #d9534f;
    padding-bottom: 5px;
    margin-bottom: 15px;
}


/*募集要項を最上部へ移動させた歳*/

.top-recruit-area {
    padding-bottom: 50px !important;
}

@media screen and (max-width: 767px) {
    .top-recruit-area {
        padding-bottom: 10px !important;
    }
}

.top-recruit-area .heading-area {
    margin-bottom: 50px;
}

.top-recruit-area .heading-area h2 {
    font-size: 30px;
    font-family: Lato, "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-style: normal;
}

@media screen and (max-width: 767px) {
    .top-recruit-area .heading-area {
        margin-bottom: 20px;
    }
    .top-recruit-area .heading-area h2 {
        font-size: 20px;
    }
}

.gallery-bottom {
    margin-bottom: 80px;
}