@charset "UTF-8";

/* ---------- 基本 ---------- */

body {
    background: #fff;
    color: #141414;
    font-size: 11px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.8em;
    letter-spacing: 0.1em;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: medium;
}

.title,
.nav ul li a {
    font-family: 'Noto Serif JP', serif;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
}

#content .title {
    font-family: 'Noto Serif JP', serif;
}

.company_name {
    background-color: #000;
    margin: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    font-size: 1.3rem;
    letter-spacing: 0.2rem;
    /* display:none; */
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    /* IE10-specific styles go here */
    .title,
    .nav ul li a {
        font-family: 'Noto Serif JP', serif;
    }
}

#content img {
    width: 100%;
}

@viewport {
    width: extend-to-zoom 100%;
    zoom: 1.0;
}


/* ---------- Header ---------- */

#header {
    height: 210px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

#top #header {
    background-image: url(../image/bg_top.jpg);
    background-position: 50% 0%;
    background-color: #141414;
}

#concept #header {
    background-image: url(../image/bg_concept.jpg);
    background-position: 50% 40%;
    background-color: #fff;
}

#shoplist #header {
    background-image: url(../image/bg_shoplist.jpg);
    background-position: 50% 0%;
    background-color: #141414;
}

#recruit #header {
    background-image: url(../image/bg_recruit.jpg);
    background-position: 50% 0%;
    background-color: #141414;
}

#goiken #header {
    background-image: url(../image/bg_goiken.jpg);
    background-position: 50% 0%;
    background-color: #141414;
}

#header div {
    position: relative;
    height: 100%;
}

#header>.imgpattern {
    background: url(../image/overlay1.png) left top;
    background-repeat: repeat;
}

#header h2 {
    position: relative;
    top: 30px;
    margin: 0;
    padding: 0;
}

#header .title {
    color: #fff;
}

#header .title .main {
    display: block;
    font-size: 370%;
    letter-spacing: 0.05em;
    line-height: 1.5em;
}

#header .title .sub {
    font-size: 145%;
    padding-left: 5px;
}

#content .title {
    font-size: 145%;
    letter-spacing: 0.3em;
    font-weight: 600;
    line-height: 2em;
}

.headerlogo img {
    display: block;
    margin: 0 auto;
}


/* ---------- Content ---------- */

#content container>.row {
    padding: 1px 0;
    position: relative;
}


/* Nav */

#content .nav,
.navre {
    background-color: #fff;
    position: relative;
}

#content .nav ul,
.navre ul {
    list-style: none;
    width: 100%;
    border-top: 3px solid #141414;
    border-left: 1px solid #ECECEC;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}

#content .nav ul li,
.navre ul li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC;
}

#content .nav ul li a,
.navre ul li a {
    display: block;
    width: 100%;
    height: 50px;
    color: #141414;
    line-height: 50px;
    font-size: 12px;
    font-weight: 600;
}

#content .nav ul li a:hover {
    background-color: #FAFAFA;
    padding-left: 3px;
    text-decoration: none;
}

.navcurrent {}

.navcurrent:before {
    display: inline-block;
    position: relative;
    content: "●";
    font-size: 50%;
    color: #FF4E1F;
    top: -5px;
    left: -5px;
}

#content .box {
    background-color: rgba(255, 255, 255, 0.6);
    margin-top: -11px;
    padding: 0 40px;
}

#content .box h2 {
    padding: 10px 0 30px 0;
}

div.titleen {
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    /* 50%でもOK */
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff4e1f;
    /* 円の色 */
    top: 27px;
    left: -15px;
}

#content p {
    margin-bottom: 20px;
}

a.nolink {
    color: #ccc !important;
    cursor: default;
}

a.nolink:hover {
    background-color: #fff;
    padding-left: 0;
    text-decoration: none;
}


/* ---------- 各ページ ---------- */

#concept .panel-heading {
    padding: 0;
}

#concept .panel-title>a {
    display: block;
}

#concept .panel-heading .panel-title a:after {
    content: "閉じる";
    display: block;
    background-color: #3C3C3C;
    padding: 5px 0;
    text-align: center;
    color: #ccc;
}

#concept .panel-heading .panel-title .collapsed:after {
    content: "詳細をみる";
}

#concept .panel-default {
    border: 3px solid #333 !important;
    border-radius: 0px !important;
}

#recruit #content img {
    width: auto;
}

#recruit #content .title {
    font-size: 250%;
    letter-spacing: 0.05em;
    font-weight: 300;
    line-height: 2em;
    margin: 0 20px;
    padding: 30px 0;
}

#recruit #content .title1st {
    margin: 0;
}

#recruit h2.title3rd {
    font-size: 145% !important;
    text-decoration: none;
}

#recruit h4.panel-title {
    border-top: 1px solid #000;
}

#recruit #content .thr {
    border-top: 2px solid #000;
}

#recruit #accordion .panel.panel-default {
    margin: 0 10px;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#recruit #accordion .panel-default>.panel-heading {
    background-color: #fff;
    padding: 0;
}

#recruit h4.panel-title a {
    text-decoration: none;
}

#recruit hr {
    margin-top: 60px;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid #000;
}

#recruit button[data-toggle="popover"] {
    display: inline-block;
    width: 32%;
    /* padding: 20px 0; */
    height: 120px;
    margin-bottom: 10px;
    border: 3px solid #171C60;
    border-radius: 0;
}

#recruit div.kimiyutoha {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0 0;
}

#recruit .kimiyutoha .btn-default:hover,
#recruit .kimiyutoha .btn-default:focus,
#recruit .kimiyutoha .btn-default:active {
    background-color: #F9F9F9;
    border: 7px solid #171C60;
}


/* mail btn*/

.sendmail-btn {
    width: 100%;
    height: 80px;
    border: 2px solid #171C60;
    float: left;
    text-align: center;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    overflow: hidden;
    margin: 0 0 40px 0px;
}

.sendmail-btn a {
    font-family: arial;
    font-size: 20px;
    color: #fff;
    text-decoration: none;
    line-height: 80px;
    transition: all .5s ease;
    z-index: 2;
    position: relative;
}

.sendmail-eff {
    width: 100%;
    height: 80px;
    border: 70px solid #171C60;
    position: absolute;
    transition: all .5s ease;
    z-index: 1;
    box-sizing: border-box;
}

.sendmail-btn:hover .sendmail-eff {
    border: 0px solid #171C60;
}

.sendmail-btn:hover a {
    color: #171C60;
}


/* mail btn*/

.imginfo .col-sm-6,
.imginfo .col-sm-3 {
    padding: 5px;
}

#recruit #content .imginfo img {
    width: 100%;
    display: block;
}

#recruit .popover.bottom .arrow:after {
    border-color: rgba(255, 255, 255, 0);
}

#recruit .popover.bottom .arrow {
    border-bottom: rgba(255, 255, 255, 0);
}

#recruit .popover.fade {
    margin-top: -130px;
    border-radius: 0;
}

#recruit .popover-title {
    background-color: #171C60;
    color: #FFFFFF;
    border-radius: 0;
    font-size: 145%;
    line-height: 1.5em;
    border-bottom: 1px solid #171c60;
}

#recruit .table td {
    line-height: 1.8em;
    padding-left: 10px;
}

#recruit .table .tbtitle {
    border-right: 1px solid #ddd;
    width: 0;
    white-space: nowrap;
    text-align: center;
    padding-left: 0;
}

#recruit .btn {
    font-size: inherit;
}

.shopname {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 50px;
    ;
    border-bottom: 1px solid;
    padding: 40px 0 20px 0;
    font-family: 'Noto Serif JP', serif;
}

.recruit_shophead {
    color: #4da959;
    font-size: 24px;
    font-weight: bold;
    margin: 40px auto;
    line-height: 1.2em;

}

.recruit_shopdescription {
    margin: 20px;
}

.recruit_shopdescription p {
    font-size: 16px;
    font-weight: bold;
    font-family: 'Noto Serif JP', serif;
    line-height: 1.5em;
    letter-spacing: 0.05rem;
}

.wanted_info_container {
    display: grid;
    grid-template-columns: 20% 80%;
    text-align: left;
    align-items: center;
    border-top: 1px solid #e8e7e5;
  }
  .wanted_info {
    padding: 40px 20px;
  }

  .info_head {
    font-weight: bold;
    font-size: 18px;
  }

  .info_column {
    line-height: 1.7em;
    font-size: 18px;
  }

  @media (max-width: 768px) {
    .wanted_info_container {
      grid-template-columns: 100%;
    }
    .wanted_info {
      padding: 20px 10px 20px 10px;
    }

    .info_column {
      padding-top: 0px;
    }
  }

  .wanted_info_container:last-child {
    border-bottom: 1px solid #e8e7e5;
  }
.recruit_shopbox_wrap {
    display: flex;
    justify-content: space-between;
    margin: 40px auto
}
.recruit_shopbox {
    width: 31%;
    background: #ecf8f2;
    text-align: left;
    padding: 20px;
}
.recruit_shopbox_head{
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.recruit_shopbox ul {
    padding-left: 10px;
}
@media (max-width: 768px) {
    .recruit_shopbox_wrap{
        flex-flow: column;
    }
    .recruit_shopbox {
        width: 100%;
        margin: 15px auto;
    }
}

/*
#recruit .box img {
    width: 310px !important;
    height: 100%;
    float: left;
    margin: 0 10px 10px 0;
}
*/

#recDetail a {
    display: block;
    width: 100%;
    height: 100%;
}

#recDetail a:hover,
#recDetail a:focus,
#recDetail a:active {
    background-color: #FAFAFA;
}

#recDetail a:hover img,
#recDetail a:focus img,
#recDetail a:active img {
    border-bottom: 5px solid #000;
}

#recDetail a img {
    border-bottom: 5px solid #fff;
}

#recDetail a:hover img,
#recDetail a:focus img,
#recDetail a:active img {
    border-bottom: 5px solid #000;
}

#recDetail a img {
    border-bottom: 5px solid #fff;
}

#recDetail .col-xs-4.text-center {
    padding: 0;
    border-left: 1px dotted #C0C0C0;
}

#recDetail .nav.nav-tabs.row {
    margin: 0 0 10px;
}

#recDetail .nav.nav-tabs.row {
    border: none;
    border-right: 1px dotted #C0C0C0;
}

#shoplist .shoplogo img {
    margin-bottom: 10px;
}

#shoplist .shoplogo {
    margin: 0;
    padding: 0;
}

#shoplist .shopbox {
    padding-bottom: 30px;
}

#shoplist .shopbox .row {
    margin-right: 0;
    margin-left: 0;
}

#shoplist .boxbtn {
    border: 1px solid #CCC;
}

#shoplist .shopbox .boxbtn div {
    border-left: 1px solid #ccc;
}

#shoplist .shopbox .bordernoL {
    border-left: none !important;
}

#shoplist .shopbox .linkbtnS {
    padding: 2px 0;
}

#shoplist .shopbox .linkbtn {
    display: block;
    margin: 5px 0;
    text-decoration: none;
    color: #141414;
    font-size: inherit;
    text-align: center;
}

#shoplist .shopbox .linkbtn-a {
    display: block;
    margin: 18px auto 0px auto;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #4da959;
    font-size: inherit;
    text-align: center;
    padding: 6px;
    border-radius: 35px;
}
#shoplist .shopbox .shoptel {
    display: block;
    margin: 8px auto 20px auto;
    text-decoration: none;
    color: #141414;
    font-size: 18px;
    font-weight: 600;
    background-color: #fff;
    font-size: inherit;
    text-align: center;
    padding: 6px;
}

#shoplist .shopbox .linkbtn-b {
    display: block;
    margin: 5px auto 20px auto;
    text-decoration: none;
    color: #FFFFFF;
    background-color: #999999;
    font-size: inherit;
    text-align: center;
}

#shoplist .shopbox a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.font-mini {
    font-size: 60%;
}

.shop-kangei {
    font-size: 120% !important;
    letter-spacing: 0.05em !important;
    font-family: 'Noto Serif JP', serif;
}

.recruit-detail-btn {
    font-size: 145% !important;
    letter-spacing: 0.05em !important;
    width: 49% !important;
    font-family: 'Noto Serif JP', serif;
    height: 120px;
    margin-bottom: 10px;
    border: 3px solid #171C60;
    border-radius: 0;
    vertical-align: middle;
}

.recruit-form-btn {
    font-size: 145% !important;
    letter-spacing: 0.05em !important;
    width: 49% !important;
    font-family: 'Noto Serif JP', serif;
    padding:40px 0;
    margin-bottom: 10px;
    border: 3px solid #171C60;
    color: #000;
    border-radius: 0;
    transition: all 0.2s ease;
}

.recruit-form-btn:hover {
    background-color: #F9F9F9;
    border: 7px solid #171C60;
    padding: 36px 0;
    color:#000;
    text-decoration: none;
    animation-duration: 1s;
}

.recruit-detail-btn2 a{
    text-decoration: none;
}

#recruit div.recruit-boxbtn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 30px 0%;
}

.recruit-shoppic {
    margin-top: 20px;
}

.shoppic_space {
    padding: 5px;
}

.recruit-employee-box {
    border: 1px solid #ddd;
    padding: 20px !important;
}

.recruit-employee-title {
    font-size: 24px;
    line-height: 70px;
}

.recruit-employee-subtitle {
    font-size: 120%;
    font-weight: bold;
}


/* ---------- Footer ---------- */

#footer>div {
    border-top: 1px solid #ccc;
    margin-top: 30px;
}

#emptybox {
    position: relative;
}

#emptybox>span {
    display: block;
    width: 130px;
    margin: 0 auto;
    border-top: 2px solid #141414;
}

#copy {
    border-top: 2px solid #141414;
    padding-right: 0px;
    text-align: right;
}

#copy>span {
    font-size: 50%;
}


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

.imgCenter {
    margin: 0 auto;
}

.ani,
.ani button {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
}


/* ---------- Bootstrap調整 ---------- */
@media(min-width:365px) {
    #shoplist .shoplogo img {
        padding-top: 30px;
    }
}

@media(min-width:768px) {
    body {
        font-size: 15px;
    }
    #header {
        height: 260px;
    }
    #header .title {
        top: 50px;
    }
    #content .nav ul {
        width: 130px;
        border-left: none;
    }
    #content .nav ul li {
        float: none;
        width: 100%;
        border-right: none;
    }
    #recruit #accordion .panel.panel-default {
        margin: 0 60px;
    }
    #recruit .table td {
        padding-left: 50px;
    }
    #recruit .table .tbtitle {
        width: 110px;
    }
    #shoplist .shoplogo img {
        width: 350px;
        padding-top: 20px;
    }
}

@media(min-width:992px) {
    #header {
        height: 420px;
        background-size: auto;
    }
    #header h2 {
        top: 100px;
    }
    #header .title {
        top: 100px;
    }
    #shoplist .shoplogo img {
        width: 270px;
        padding-top: 10px;
    }
}

@media(min-width:1200px) {
    .container {
        width: 970px
    }
}


/* 1016デザイン */

.green-label {
    background-color: #000000;
    opacity: 0.9;
}

.green-label .linkbtn {
    color: white!important;
}

#shoplist .shopbox .boxbtn div {
    border-left: none!important;
}

.bottom1016:hover {
    opacity: 0.75!important;
}

.nav ul {
    min-width: 190px;
}

.fixed-button {
    letter-spacing: 0.05em;
    width: 140px;
    position: fixed;
    font-weight: bold;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    display: inline-block;
    margin-bottom: 10px;
    background-color: #4da959;
    color: #fff !important;
    text-decoration: none !important;
    border:0;
    border-radius: 5px;
    padding:20px 0;
    text-align: center;
}
@media(max-width:768px) {
    .fixed-button {
        width: 110px;
        height: 55px;
    }
}