@charset "utf-8";

/* -------------------------------------------------------------------------　
  共通設定
------------------------------------------------------------------------- */
h1,h2,h3{
    font-family: 'Times New Roman', '游明朝', YuMincho, 'ヒラギノ明朝 ProN W3', 'Hiragino Mincho ProN', 'HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

.headline-gold{
    margin-bottom: 10px;
    font-size: 1.3em;
    color: #B89F63;
    font-weight: bold;
}

.icon-separator h4{
    font-size: 1.5em !important;
}

.vs-box-1000{
    max-width: 1000px;
    margin: 0 auto;
    text-align: left;
}
.vs-box-1200{
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}


/* -------------------------------------------------------------------------　

 採用情報ページ

------------------------------------------------------------------------- */
.recruit-box{
    max-width:1000px;
    margin:0 auto;
    text-align: left;
}

.recruit-main-image{
    margin-bottom: 0 !important;
}
.recruit-container-white{
    color: #333;
    padding-bottom:30px;
}
.recruit-container-black{
    padding-bottom:30px;
}

h2.recruit-headline-underbar{
    text-align: center;
    font-size: 2.2em;
    position: relative;
    padding-bottom: 30px;
    line-height: 1.5;
}
h2.recruit-headline-underbar:after{
    content: "";
    position: absolute;
    display: block;
    width: 80px;
    height: 2px;
    left: 50%;
    margin-left: -40px;
    bottom: 0;
}
h3.recruit-sub-headline{
    color: #B1985A;
    font-size: 1.2em;
}
.recruit-container-white h2{
    color: #333;
}
.recruit-container-white h2:after{
    background: #333;
}
.recruit-container-black h2{
    color: #B1985A;
}
.recruit-container-black h2:after{
    background: #B1985A;
}

h3{
    line-height: 1.2;
}

.breadcrumbs{
    margin-top: 100px;
    padding: 0 20px;
}

.recruit-contents{
    margin:80px 0;
}

.recruit-box p{
    margin-bottom:15px;
    text-align: justify;
    line-height: 1.8;
}

.recruit-sub-title {
    font-size: 1.8em;
    color: #B1985A;
    line-height: 1.5;
}

.vc_btn3.vc_btn3-size-lg .vc_btn3-icon {
    line-height: 25;
}

/*---------------------------------------------
インタビュー 採用TOP
---------------------------------------------*/
.recruit-member-box{
    margin-bottom:30px !important;
}

.recruit-member-box h3{
    font-size:1.5em;
}

.recruit-member-box ul{
    border-left: 1px solid #B1985A;
    padding-left: 6px;
    margin-top: 10px;
}
.recruit-member-box ul li{
    font-size:0.8em;
    line-height: 1.5;
}

.recruit-member-box figure {
    position: relative;
    overflow: hidden;
}
.recruit-member-box figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.recruit-member-box figure:hover::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

/*---------------------------------------------
メリット
---------------------------------------------*/

.recruit-merit-box h3{
    font-size:1.5em;
    color: #B1985A;
    margin-bottom:15px;
}
.recruit-merit-box h3:first-letter {
    font-size:2em;
}
/*---------------------------------------------
募集店舗
---------------------------------------------*/

.recruit-shoptype-container a{
    font-size:0.9em;
    color:#B1985A;
}
.recruit-shoptype-box h3{
    text-align: center;
    font-size: 1.5em;
    position: relative;
    padding-bottom: 10px;
    color: #B1985A;
    margin-bottom: 20px;
}
.recruit-shoptype-box{
    margin-bottom:15px;
}
.recruit-shoptype-box h3:after{
    content: "";
    position: absolute;
    display: block;
    width: 50px;
    height: 2px;
    left: 50%;
    margin-left: -25px;
    bottom: 0;
    background:#B1985A;;
}
.recruit-shoptype-box a{
    color:#B1985A;
}

/*---------------------------------------------
採用ページ - 下層
---------------------------------------------*/

#recruit-page-header{
    margin-top: 120px;
    margin-bottom: 30px;
}
#recruit-page-header h1{
    text-align: center;
    font-size: 2.2em;
    position: relative;
    padding-bottom: 30px;
    color:#B1985A;
}

#recruit-page-header h1:after{
    content: "";
    position: absolute;
    display: block;
    width: 120px;
    height: 2px;
    left: 50%;
    margin-left: -60px;
    bottom: 0;
    background:#B1985A;
}
.recruit-headline{
    color: #B1985A;
    font-size: 1.8em;
    line-height: 1.3;
}
.recruit-bosyu-top-text p{
    text-align: center;
    font-size: 1.3em;
}


/*---------------------------------------------
タブレット スマートフォン 0 - 1200
---------------------------------------------*/

@media (max-width:1200px){
h2.recruit-headline-underbar{
    font-size:1.8em;
}
.recruit-contents{
    margin:40px 0;
}
.recruit-main-image {
    margin-top: 0;
}
.height-350{
    min-height:415px !important;
}
.recruit-member-box{
    margin-bottom:0 !important;
}
#recruit-page-header{
    margin-bottom: 0;
}
.breadcrumbs{
    margin-top: 0;
    padding: 0 20px;
}

/*---------------------------------------------
採用ページ - 下層
---------------------------------------------*/
#recruit-page-header{
    margin-top: 50px;
}
#recruit-page-header h1{
    font-size: 1.8em;
}
.recruit-sub-title{
    font-size: 1.6em;
}
.recruit-bosyu-top-text p{
    font-size: 1.1em;
    text-align: justify;
}
.career-up-box h3{
    border-radius: 5px;
    padding: 8px;
    text-align: center;
    margin-bottom: 10px;
    text-shadow: 0 0 4px #000;
    font-size: 1.3em;
}
.career-up-box h3#career01{
    background: #d4be7c;
}
.career-up-box h3#career02{
    background: #b2a069;
}
.career-up-box h3#career03{
    background: #928356;
}
.career-up-box h3#career04{
    background: #6e623f;
}
.career-up-box h3 span{
    display: block;
    margin-top: 10px;
    font-size: 0.7em;
}
.career-up-box p{
    margin-bottom: 35px;
}


}


/*---------------------------------------------
採用ページ - 下層
---------------------------------------------*/
@media (max-width:320px){
.height-350{
    min-height:360px !important;
}
}




/* -------------------------------------------------------------------------　

  クラフトビアバル ウェディング特設ページ CSS 開始

------------------------------------------------------------------------- */
.wedding-headline{
    text-align: center;
    font-size: 2em;
    line-height: 1.5;
    font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding: 0 15px;
}
.wedding-container p{
    font-size: 1.1em;
}
.wedding-container h3{
    font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.wedding-merit h3{
    border-top: 1px dotted #838383;
    border-bottom: 1px dotted #838383;
    padding: 15px 0;
    text-align: center;
    margin-bottom: 10px;
    font-size: 1.5em;
    line-height: 1.5;
}
.wedding-present-box h3:first-letter {
    font-size:2em;
}

.wedding-information h3{
    text-align: left;
    font-size: 1.2em;
    line-height: 1.5;
    /*color: #AF9659;*/
}
.setsubi-container{

}
.wedding-plan-box h2{
    color: #FFFFFF;
    font-size: 1.4em;
    font-weight: bold;
    font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    padding: 10px;
    text-align: center;
    background: #B89F63;
}
.wedding-option-box h3{
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
}
.wedding-option-box p{
    text-align: center;
}
h4.beer-strong{
    color: #F70;
    font-size: 1.2em;
}
.vs-store-information h3{
    font-size: 1.4em;
    color: #B89F63;
    padding: 10px 0;
    text-align: left;
    margin-bottom: 15px;
    border-bottom: 1px dotted #B89F63;
    /*font-weight: bold;*/
}
.vs-store-information p,.vs-store-information ul{
    font-size: 1.3em;
    margin-bottom: 20px;
    line-height: 1.6;
}
.platinum-fish-tab-container .su-tabs-nav{
    text-align: center;
}
.platinum-fish-tab-container .su-tabs-nav span{
    font-size: 1.2em;
    line-height: 2;
    color: #B89F63;
    font-weight: bold;
}
.su-tabs-nav span.su-tabs-current{
    border-top: 3px solid #B89F63;  
}
.su-tabs-nav span.su-tabs-current{
    background: #fff;
    cursor: default;
    color: #000;
}

/* -------------------------------------------------------------------------　

  採用 テーブル

------------------------------------------------------------------------- */
.company-box {
    width: 100%;
    margin: 30px auto;
    display: flex;
    flex-flow: row wrap;
}
@media (min-width: 992px) {
    .company-box {
        max-width: 1000px;
        margin: 80px auto;
    }
}
.company-wrap {
    width: 100%;
    margin: 0 15px;
}
@media (min-width: 992px) {
    .company-wrap {
        width: 44%;
        margin: 0 30px;
    }
}
.company-wrap table {
    width: 100%;
    margin: 0 auto;
}
@media (min-width: 992px) {
    .company-wrap.left table {
        margin: 0 0 0 auto;
    }
    .company-wrap.right table {
        margin: 0 auto 0 0;
    }
}
.company-wrap table tr {
    border-bottom: 1px solid #a6a6a6;
}
.company-wrap table tr:first-child {
    border-top: 1px solid #a6a6a6;
}
.company-wrap table th {
    width: 30%;
    padding-right: 3%;
}
@media (min-width: 992px) {
    .company-wrap table th {
        width: 30%;
        padding-right: 5%;
    }
}
.company-wrap table td {
    width: 68%;
    border-bottom: 0;
}
@media (min-width: 992px) {
    .company-wrap table td {
        width: 68%;
    }
}