@charset "UTF-8";

body {
    font-family: "Roboto", "Noto Sans Japanese", 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}


/*******************************************************/
/*                     themify                         */
/*******************************************************/
/*
#content.container {
    padding-left: 50px;
    padding-right: 50px;
}
.themify_builder_content {
    margin-left: -50px;

    margin-right: -50px;
}
.themify_builder_content .themify_builder_row {
    margin-left: 50px;
    margin-right: 50px;
}




@media (min-width: 991px) {
    .themify_builder.themify_builder_content .themify_builder_row.fullwidth_row_container {
        padding-left:  50px;
        padding-right:  50px;
    }
    .themify_builder.themify_builder_content .themify_builder_row.fullwidth_row_container .row_inner {
        padding-left: 50px;
        padding-right: 50px;
    }
}
@media (max-width: 1160px) {
    .themify_builder.themify_builder_content .themify_builder_row.fullwidth_row_container .row_inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media (max-width: 992px) {

    #content.container {
        padding-left: 30px;
        padding-right: 30px;
    }

    .themify_builder_content {
        margin-left: -30px;
        margin-right: -30px;
    }
    .themify_builder_content .themify_builder_row {
        margin-left: 30px;
        margin-right: 30px;
    }
    .themify_builder.themify_builder_content .themify_builder_row.fullwidth_row_container {
        padding-left:  30px;
        padding-right:  30px;
    }
    .themify_builder.themify_builder_content .themify_builder_row.fullwidth_row_container .row_inner {
        padding-left: 0px;
        padding-right: 0px;
    }
}
@media (max-width: 768px) {
}
@media (max-width: 544px) {
    #content.container {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .themify_builder_content {
        margin-left: -15px;
        margin-right: -15px;
    }
    .themify_builder_content .themify_builder_row {
        margin-left: 15px;
        margin-right: 15px;
    }
    .themify_builder.themify_builder_content .themify_builder_row.fullwidth_row_container {
        padding-left:  15px;
        padding-right:  15px;
    }
}

*/

.themify_builder.themify_builder_content .themify_builder_row.fullwidth_row_container {
    /* padding-left: 0 !important; */
    /* padding-right: 0 !important; */
    /* margin-left: 0px !important; */
    /* margin-right: 0px !important; */
    /* width: 100% !important; */
}



/*
.themify_builder.themify_builder_content .themify_builder_row.fullwidth {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: -50px !important;
    margin-right: -50px !important;
}
*/

/*******************************************************/

/*******************************************************/
/*                       grid                          */
/*******************************************************/
@media (min-width: 544px) {
    .col-xs-push-6 {
        float: right;
    }
    .col-xs-pull-6 {
        float: left;
    }
}
/*******************************************************/

/*******************************************************/
/*                       table                         */
/*******************************************************/

table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/*******************************************************/







.home #pageheader,
.page-id-128 #pageheader {
    display:none;
}
.home #content,
.page-id-128 #content {
    padding-top: 0px;
}
.page-id-128 #content {
    padding-bottom: 0px;
}

/*** header fixed ***/
header#kad-header-menu {
  display: block;
  width:  100%;
  position: fixed;
  top: 0;
  z-index:  999;
}
.admin-bar header#kad-header-menu {
  top: 32px;
}
#inner-wrap {
  padding-top: 80px;
}




.headerclass, .mobile-headerclass, .kad-fixed-vertical-background-area {
    background-color: #0070de;
}
.mobile-headerclass {
    background-color: #ffffff;
}

.headerclass, .kad-fixed-vertical-background-area {
    /* box-shadow: 0 -5px 0 #1845ca inset, 0 -10px 0 #ffffff inset; */
    box-shadow: 0 -5px 0 #0070de inset, 0 -6px 5px rgba(0, 0, 0, 0.4) inset;
}

.kt-header-position-above #logo a {
    background-color: #ffffff;
    border-left: solid 25px #f90e15;
    border-right: solid 25px #f90e15;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
.kt-header-position-above .header-logo-width {
    margin-bottom: 10px;
}

/* 200190801 */
.kt-header-position-above #logo a .ascend-logo, .kt-header-position-above #logo a .ascend-trans-logo {
    height: auto !important;
}

.nav-main ul.sf-menu > li > a:hover, .nav-main ul.sf-menu > li.sfHover > a, .nav-main ul.sf-menu > li.current-menu-item > a, .kt-header-extras .sf-vertical > li > a:hover {
    color: #ffffff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.nav-main ul.sf-menu > li > a:after,
.kt-header-extras .sf-vertical > li > a:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 5.5px 0px 5.5px;
    border-color: transparent transparent #ffffff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #ffffff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
    position: absolute;
    bottom: 0;
    left: 43%;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.nav-main ul.sf-menu > li > a:hover:after,
.nav-main ul.sf-menu > li.sfHover > a:after,
.nav-main ul.sf-menu > li.current-menu-item > a:after,
.kt-header-extras .sf-vertical > li > a:hover:after {
    content: "";
    border-width: 0 5.5px 6px 5.5px;
}



#kad-mobile-banner {
    box-shadow: 0 0px 5px rgba(0, 0, 0, 0.35);
}

#kad-mobile-banner #mobile-logo a:before,
#kad-mobile-banner #mobile-logo a:after {
    content: "";
    display: block;
    background: #0070de;
    width: 22%;
    height: 100%;
    position: absolute;
    top: 0;
}
#kad-mobile-banner #mobile-logo a:before {
    left: 0;
    border-right: solid 12px #f90e15;
}
#kad-mobile-banner #mobile-logo a:after {
    right: 0;
    border-left: solid 12px #f90e15;
}

.kad-mobile-header-height {
    top: 0;
}

@media (min-width: 767px) {
    .container {
        width: 100%;
    }
}


.nav-main ul.sf-menu > li > a, .kad-header-menu-inner .kt-header-extras ul.sf-menu > li > a, .kad-header-menu-inner .kt-header-extras .kt-extras-label [class*="kt-icon-"], .kt-header-extras .sf-vertical > li > a {
    font-size: 20px;
    font-weight: 800;
    margin-top: 25px;
}
.kt-header-layout-center-logo .kad-right-header,
.kt-header-layout-center-logo .kad-left-header {
    text-align: center;
}
.kt-header-layout-center-logo .kad-left-header nav,
.kt-header-layout-center-logo .kad-right-header nav {
    width: 100%;
}

.kt-header-layout-center-logo .kad-left-header ul.sf-menu,
.kt-header-layout-center-logo .kad-right-header ul.sf-menu {
    float: left;
    width: 100%;
    display: block;
}


.home .information h1 {
    color: #f90f15;
    font-weight: 800;
    font-size: 28px;
    border-bottom: solid 3px #0e70df;
    margin-top: 0;
}

.home .information .news article {
    /* padding-bottom: 6px; */
    border-bottom: dashed 1px #ccc;
    margin-bottom: 10px;
}
.home .information .news article .post-content {
    margin-bottom: 10px;
}
.home .information .news article .post-content .post-date {
    font-size: 14px;
    margin-bottom: 0;
}
.home .information .news article .post-content .post-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1.3em;
    margin-top: 0;
    margin-bottom: 0;
}
.home .information .news article .post-content .post-title a {
    color: #333;
}

.home .recruit-bn {
  position: relative;
}
.home .recruit-bn .recruit-information {
  position:  absolute;
  z-index: 10;
  top: 0;
  left: 0;
  padding: 5% 0 0 5%;
  color: #fff;
  text-shadow: 0 0 6px #000;
  display:  block;
  width: 60%;
  height: 60%;
  overflow:  hidden;
  text-align:  left;
}
.home .recruit-bn .recruit-information h1 {
  color:  #fff;
  border-bottom: solid 1px #fff;
  padding-bottom:  10px;
  line-height:  1.2em;
}
.home .recruit-bn .recruit-information p {
  font-size: 18px;
  line-height:  1.3em;
  margin-bottom:  0.5em;
}
.home .recruit-bn .bgimage {
  width:  100%;
  height: auto;
}

.page-id-128 .recruit-news {
  display:  block;
  border: solid 2px #fff;
  margin-bottom: 3em;
  padding:  3%;
  background-color: rgba(255, 255, 255, 0.8);
}
.page-id-128 .recruit-news .recruit-information h1 {
  text-align:  center;
  margin:  0 0 0.5em;
  line-height:  1.3em;
  font-size:  36px;
  font-weight:  bold;
  padding-bottom:  0.2em;
  border-bottom: dashed 2px #ccc;
}
.page-id-128 .recruit-news .recruit-information p {
  text-align:  center;
  font-size:  19px;
  line-height:  1.5em;
}
.page-id-128 .recruit-news .recruit-information p:last-child {
  margin-bottom: 0;
}




/*******************************************************/
/*                       store                         */
/*******************************************************/
.post-type-archive h2 {
    font-size: 1.6em;
    font-weight: bold;
    color: #999;
    border-bottom: dashed 1px #ccc;
    margin-bottom: 0.8em;
}
.post-type-archive article.store a {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 1.5em;
    color: #666;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.post-type-archive article.store a:hover {
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.25);
}

.post-type-archive .photo {margin-right: -12px;}
.post-type-archive .photo img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
}

.store-name .brand img {
    height: 18px;
    width: auto;
    display: block;
    margin-bottom: 6px;
}
.post-type-archive .store-name .brand img {
    height: 12px;
    width: auto;
}

.store-name {
    line-height: 1em;
    font-weight: 800;
    margin-top: 0;
}
.single-store .store-name {
    margin-bottom: 25px;
}

.opening-schedule {
    margin-bottom: 1em;
    font-weight: bold;
    color: #e42529;
}
.post-type-archive .opening-schedule {
    margin-bottom: 00.5em;
}

.temporary-closed {
    background-color: #d85a5d;
    color: #fff;
    line-height: 1.4em;
    padding: 5px 8px;
    font-weight: bold;
    border-radius: 4px;
}

.single-store dt {
    color: #666;
    width: 5em;
    float : left;
    clear : both;
    padding-left: 4px;
    font-weight: bold;
    font-size: 0.8em;
    line-height: 1.4em;
    border-left: solid 3px #0e70df;
}
.single-store dd {
    margin-left: 5em;
    line-height: 1.4em;
}
.single-store .photo {
    margin-bottom: 1em;
}

.single-store .business-hours,
.single-store .regular-holiday,
.single-store .address,
.single-store .phone {
    margin: 0.5em 0 1em;
}
.single-store .business-hours+.regular-holiday {
    margin: -0.5em 0 1em;
}
.single-store .message {
    /* background-color: #f7f7f7; */
    border: dashed 1.5px #ccc;
    border-radius: 8px;
    padding: 3%;
    margin-bottom: 1em;
}
ul.service {
    padding: 0;
    margin: 0 0 1em;
    list-style: none;
}
ul.service li {
    display: inline-block;
    /* width: 65px; */
    /* height: 41px; */
    padding: 2px 5px;
    overflow: hidden;
    color: #946d00;
    /* background-color: #4ea0ea; */
    border: solid 1px #2f83d2;
    background-color: #fff0bd;
    border-color: #f7cb37;
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2em;
    vertical-align: baseline;
}

.post-type-archive ul.service {
    margin-bottom: 0.2em;
} 
.post-type-archive ul.service li {
    /* width: 42px; */
    padding: 2px 3px;
    /* height: 32px; */
    font-size: 12px;
}

.post-type-archive ul.details {
    margin: 0;
    padding: 0;
    list-style: none;
}
.post-type-archive ul.details li {
    font-size: 0.9em;
    line-height: 1.4em;
}

.post-type-archive article.store .row {
  margin-left: -8px;
  margin-right: -8px;
}
.post-type-archive article.store .col-xs-5,
.post-type-archive article.store .col-xs-6,
.post-type-archive article.store .col-xs-7 {
  padding-left: 8px;
  padding-right: 8px;
}
.post-type-archive article.store .attachment-thumbnail {
  border-radius:  4px;
}

.single-store #ktsidebar {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: -30px;
    margin-bottom: -30px;
    background: rgb(207,232,249);
    background: -moz-linear-gradient(top, rgba(207,232,249,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(207,232,249,1) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(207,232,249,1) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe8f9', endColorstr='#ffffff',GradientType=0 );
}

.single-store .sidebar .store-top {
    display: block;
    color: #ffffff;
    background-color: #0e70df;
    /* border: solid 1px; */
    border-radius: 4px;
    box-shadow: 0 1px 0 #0753ab;
    line-height: 1em;
    text-align: center;
    font-weight: bold;
    padding: 7px;
}

.single-store .sidebar h2 {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1em;
    color: #999;
    margin-top: 1.5em;
    padding-bottom: 4px;
    border-bottom: dashed 1px #e6e6e6;
}
.single-store .sidebar .store-top:hover {
    background-color: #2d8fff;
    color: #fff;
}

.single-store .sidebar ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.single-store .sidebar ul li {
    
}
.single-store .sidebar ul li a {
    font-weight: bold;
    color: #0659b7;
}
.single-store .sidebar ul li a:hover {
    text-decoration: underline;
    color: #0e70df;
}


@media (max-width: 992px) {

}
@media (max-width: 768px) {
    .single-store .phone {
        margin: -0.5em 0 1em;
    }
}
@media (max-width: 544px) {
    .single-store .store-name {
        margin-top: 30px;
    }
    #content {
        padding-top: 0;
    }
    .single-store .photo {
        margin-left: -15px;
        margin-right: -15px;
    }
}
/*******************************************************/


/*******************************************************/
/*                      recruit                        */
/*******************************************************/
.kt-showsub-indicator .sf-menu-normal .sf-dropdown>a:after {
    content:  "";
    width:  13px;
}

.sf-menu ul {
    background-color: #0e70df;
    border: none;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
.nav-main ul.sf-menu ul a {
    color:  #fff;
}
.nav-main ul.sf-menu ul a:hover,
.nav-main ul.sf-menu ul li.current-menu-item > a {
    background-color: rgba(255, 255, 255, 0.2);
    color:  #fff;
    font-weight:  bold;
}
.sf-menu.sf-menu-normal>li>ul:before {
    display: none;
}

.recruit_nav {
    background-color: #fff;
    line-height: 0;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 10;
    position: fixed;
}
.recruit_nav ul.nav {
    margin-bottom:  0;
    width:  100%;
    line-height:  0;
}
.recruit_nav ul.nav li {
    width: 16.666%;
    float:  left;
    border-right: dashed 1px #ddd;
}
.recruit_nav ul.nav li:last-child {
    /* border-right: none !important; */
}
.recruit_nav ul.nav li a {
    display:  block;
    text-align:  center;
    padding: 15px 10px;
    font-weight: bold;
    line-height:  1;
    color: #064892;
    -webkit-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.recruit_nav ul.nav li.current-menu-item a,
.recruit_nav ul.nav li a:hover {
    color: #fff;
    background-color: #0e70df !important;
}
.ui.nav li:first-child>a,
.ui.nav li:last-child>a {
    border-radius: 0;
}

.page-child.parent-pageid-128 #content{
    padding-top: 0;
    padding-bottom:  0;
}

.page-child.parent-pageid-128 #content .first_row {
    padding-top: 95px;
}

.page-child.parent-pageid-128 #content p:last-child {
    margin-bottom: 0;
}

.page-child.parent-pageid-128 #content h2 {
    color: #0e70df;
    font-weight: 800;
    font-size: 40px;
    line-height:  1.2em;
    border-bottom: dotted 3px #0e70df;
    padding: 12px 0;
    margin-bottom: 20px;
}

.page-child.parent-pageid-128 #content h3 {
    color: #4c4c4c;
    font-weight: 800;
    font-size: 25px;
    line-height: 1.2em;
    letter-spacing:  0;
    margin: 18px 0 8px;
}

.page-child.parent-pageid-128 #content h4 {
    color: #666;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0;
    margin: 18px 0 8px;
}


.page-child.parent-pageid-128 #content .module-fancy-heading h1 {
    padding-bottom: 3%;
}
.page-child.parent-pageid-128 #content .module-fancy-heading h1 .main-head {
    font-size: 60px;
    line-height:  1.2em;
    letter-spacing:  0.2em;
    font-weight:  100;
}
.page-child.parent-pageid-128 #content .module-fancy-heading h1 .sub-head {
    padding-top: 15px;
    line-height: 3em;
    font-weight:  100;
    font-size: 45%;
}
.page-child.parent-pageid-128 #content .module-fancy-heading h1 .sub-head:before {
    border-top: 1px solid;
}
.page-child.parent-pageid-128 #content .module-fancy-heading.white h1 .main-head,
.page-child.parent-pageid-128 #content .module-fancy-heading.white h1 .sub-head {
    color: #fff;
}

.page-child.parent-pageid-128 #content .ninaite h2 {
    font-size: 55px;
    border-bottom: solid 1px;
    margin-top: 0;
    padding-bottom: 3%;
}
.page-child.parent-pageid-128 #content .ninaite p {
    padding: 1% 0;
    font-size:  19px;
    font-weight: bold;
}
.page-child.parent-pageid-128 #content .konoyouna h3 {
    margin-top:  0;
}
.page-child.parent-pageid-128 #content .konoyouna ul {
    margin-bottom: 0;
}


.page-id-180 #salesdata,
.page-id-180 #orgchart {
  padding: 3% 0 6%;
}

.salesdata {
  margin-bottom: 20px;
}
.salesdata .table {
  width: 100%;
  border: solid 2px #999;
}
.salesdata .table+.table {
  border-top: none;
}
.salesdata .table .year,
.salesdata .table .sales,
.salesdata .table .stores {
  width: 33.3%;
}
.salesdata .table .sales,
.salesdata .table .stores {
  text-align: right;
}
.salesdata .table th.year,
.salesdata .table th.sales,
.salesdata .table th.stores,
.salesdata .table .year {
  text-align: center;
}

.salesdata .table {
  margin-bottom: 0;
}

.salesdata .table tbody {
  display: table;
  width: 100%;
}
.salesdata .table tbody th {
  border-top: none;
  border-left: solid 1px #ccc;
}
.salesdata .table tbody td {
  border-top: none;
  border-left:  solid 1px #ccc;
}

.salesdata .table > thead > tr > th,
.salesdata .table > tbody > tr > th,
.salesdata .table > tfoot > tr > th,
.salesdata .table > thead > tr > td,
.salesdata .table > tbody > tr > td,
.salesdata .table > tfoot > tr > td {
  padding: 5px;
}




.salesdata .table.heading:before,
.salesdata .table.performance:before,
.salesdata .table.plan:before {
  content: "";
  display: table-cell;
  width: 20%;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
}
.salesdata .table.performance:before {
  content: "実績";
}
.salesdata .table.plan:before {
  content: "計画";
}

/******************************/
/* [JavaScript] CanvasJSでクレジットの文字（左下のロゴ）を消す方法。参考URL：https://gist.github.com/Takahiro-Itazuri/61b2c0ca20fe46b12f30dd16d52af294 */
.canvasjs-chart-credit {
    display: none;
}
/* アクセス数のグラフの左下に「trial Version」とロゴがでるので、それにモーダルで白いカバーをかぶせます。 */
#chartContainer {
    position: relative;
}
#chartContainer:after {
    content: "";
    position: absolute;
	/* ボックスの重なりの順序を指定 */
    z-index:1;
	/* 位置の固定 */
    
	/* 位置 */
    left: 0;
	/* 幅・高さ */
    bottom: 0;
    height: 13px;
    width: 65px;
	/* 外側の余白 */
    margin:0px;
	/* 内側の余白 */
    padding:0px;
	/* 線 */
    border:none;
	/* 背景の色 */
    background: #ffffff;
	/* 表示するか、しないか */
    display:block;
}
/******************************/







footer h1,
footer h2 {
    color: #fff;
}
footer h1 {
    font-size:  26px;
    font-weight: 800;
    letter-spacing: 0;
    line-height:  1em;
    margin-bottom: 15px;
}
footer h1.logo img {
    max-width:  250px;
}
footer h2 {
    font-size: 19px;
    font-weight: bold;
    letter-spacing: 0;
    line-height:  1em;
    margin-bottom:  5px;
}

.footerclass .menu li a {
    padding: 3px 0;
    border-bottom: 1px dotted rgba(255,255,255,.3);
    margin-bottom:  0;
}

.label.label-danger {
    background-color: #d45454;
    color: #fff;
    font-size: 70%;
    line-height: 1;
    padding: 3px 5px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 3px;
}
.dnum {
    width: 4em !important;
}

.page-id-81 .president {
  text-align: center;
}
.page-id-81 .president img {
  padding: 0 15px 0 15px;
}

.post-type-archive-store .store .attachment-thumbnail {
  margin-bottom: 20px;
  width: 100%;
  height: auto;
}
.post-type-archive-store footer h2 {
  font-size: 19px;
  font-weight: bold;
  color:  #fff;
  border-bottom:  none;
  margin-bottom:  5px;
}


div.wpcf7 {
  position: relative;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: solid 2px #ffe800;
    border-radius:  6px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.22);
    font-weight:  bold;
    line-height: 1.2em;
    color:  #fff;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 15px;
    position: fixed;
    top: 100px;
}

div.wpcf7-mail-sent-ok {
    border: 4px solid #80e482;
    border-radius: 6px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.19);
    padding: 15px;
    font-weight: bold;
    font-size: 22px;
    text-align: center;
    background: #fff;
}



.titleclass {
  background-color: #4897f1;
}
.titleclass h1 {
  font-weight: 100;
  letter-spacing: -0.05em;
  color:  #fff;
}

.single-article header {
  margin-bottom: 20px;
  padding-bottom:  6px;
  border-bottom: solid 1px #e6e6e6;
}
.single-article header h1 {
  margin-bottom: 15px;
}
.single-article article {
  padding-bottom: 30px;
}



@media (max-width: 1024px) {
	.kt-header-position-above,
	header#kad-header-menu {
		display: initial;
	}
	.second-nav-container {
		display: initial;
	}
	#kad-mobile-banner {
		display: none;
	}
}
@media (max-width: 992px) {
    .kt-header-position-above,
    header#kad-header-menu {
		display: none;
	}
	.second-nav-container {
		display: none;
	}
    #kad-mobile-banner {
      display: block;
      width:  100%;
      position: fixed;
      top: 0;
      z-index:  999;
    }
    #inner-wrap {
      padding-top: 60px;
    }

    .admin-bar #kad-mobile-banner {
      top: 46px;
    }

	.kt-header-position-above {
		display: none;
	}
	.second-nav-container {
		display: none;
	}
	#kad-mobile-banner {
		display: block;
		height: auto;
	}
    .page-child.parent-pageid-128 #content .first_row {
        padding-top: 110px;
    }
    .recruit_nav ul.nav li {
        width: 33.333%;
    }
    .recruit_nav ul.nav li:last-child {
        /* width: 66.666%; */
    }
    .recruit_nav ul.nav li a {
        padding: 12px 10px;
        font-size: 15px;
    }

    .page-child.parent-pageid-128 #content .module-fancy-heading h1 .main-head {
        font-size: 50px;
        letter-spacing: 0.12em;
    }
    .page-child.parent-pageid-128 #content .module-fancy-heading h1 .sub-head {
        font-size: 40%;
    }
    
    .recruit_nav ul.nav li:nth-child(4),
    .recruit_nav ul.nav li:nth-child(5),
    .recruit_nav ul.nav li:nth-child(6) {
        border-top: dashed 1px #ddd !important;
    }
    .recruit_nav ul.nav li:nth-child(1),
    .recruit_nav ul.nav li:nth-child(2),
    .recruit_nav ul.nav li:nth-child(4) {
        border-right: dashed 1px #ddd !important;
    }

    .page-child.parent-pageid-128 #content .ninaite p {
        font-size: 16px;
    }

    .single-store #ktsidebar {
        margin-top: 30px;
    }

    footer h1,
    footer h2,
    footer p,
    .footerclass .menu li a {
        text-align: center;
    }

    .footerclass .menu {
        margin-top:  15px;
    }

    .home .recruit-bn .recruit-information h1 {
      font-size: 22px;
      letter-spacing:  0;
    }
    .home .recruit-bn .recruit-information p {
      font-size: 16px;
      margin-bottom:  0.5em;
      line-height:  1.3em;
    }

    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
      top: 120px;
    }
}

@media (max-width: 860px) {
	.kt-header-position-above {
		display: none;
	}
	.second-nav-container {
		display: none;
	}
	#kad-mobile-banner {
		display: block;
		height: auto;
	}
    .home .recruit-bn .recruit-information h1 {
      font-size: 20px;
    }
    .home .recruit-bn .recruit-information p {
      font-size: 14px;
    }
}
@media (max-width: 764px) {
    .home .recruit-bn .recruit-information h1 {
      font-size: 18px;
    }
    .home .recruit-bn .recruit-information p {
      font-size: 12px;
    }
}
@media (max-width: 680px) {
    .home .recruit-bn .recruit-information h1 {
      font-size: 27px;
    }
    .home .recruit-bn .recruit-information p {
      font-size: 18px;
    }
    .page-id-81 .sub_column_post_81 {
      margin-bottom: 20px;
    }
    .page-id-81 .president img {
      height: 180px;
      width:  auto;
    }

    .entry-content table.form th,
    .entry-content table.form td {
      display: block;
      float:  left;
      clear:  both;
      width:  100%;
    }
    .entry-content table.form th {
      padding-bottom: 0;
      border-top: solid 1px #efeded;
    }
    .entry-content table.form td {
      padding-top: 5px;
    }
}

@media (max-width: 544px) {
    .page-child.parent-pageid-128 #content .module-fancy-heading h1 {
        padding-bottom: 0;
    }
    .page-child.parent-pageid-128 #content .first_row {
        padding-top: 115px;
    }
    .recruit_nav ul.nav li {
        width: 50%;
        border-top: dashed 1px #ddd !important;
    }
    .recruit_nav ul.nav li:last-child {
        /* width: 100%; */
    }
    .recruit_nav ul.nav li a {
        padding: 9px 10px;
        font-size: 14px;
    }

    .recruit_nav ul.nav li {
        border-right: dashed 1px #ddd !important;
    }
    .recruit_nav ul.nav li:nth-child(1),
    .recruit_nav ul.nav li:nth-child(2) {
        border-top: none !important;
    }
    .recruit_nav ul.nav li:nth-child(2n+0) {
        border-right: none !important;
    }

    .page-child.parent-pageid-128 #content .themify_builder.themify_builder_content .themify_builder_row.fullwidth_row_container.recruit_nav {
        padding-left:  0;
        padding-right:  0;
    }

    .page-child.parent-pageid-128 #content .module-fancy-heading h1 .main-head {
        font-size: 32px;
        letter-spacing: 0.12em;
    }
    .page-child.parent-pageid-128 #content .module-fancy-heading h1 .sub-head {
        font-size:  35%;
        line-height: 1em;
    }
    .page-child.parent-pageid-128 #content .module-fancy-heading h1 .sub-head:before {
        border-top: 1px solid;
        padding-top: 18px;
    }

    .page-child.parent-pageid-128 #content .entry-content p {
        font-size:  14px;
        line-height:  1.4em;
        margin-bottom: 0.8em;
    }
    .page-child.parent-pageid-128 #content h2 {
        font-size:  30px;
        padding:  5px 0;
        border-bottom: dotted 2px #0e70df;
    }
    .page-child.parent-pageid-128 #content .ninaite h2 {
        font-size: 33px;
    }
    .page-child.parent-pageid-128 #content .ninaite p {
        font-size: 16px;
        text-align:  left;
        line-height:  1.3em;
    }
    .home .recruit-bn .recruit-information h1 {
      font-size: 20px;
      padding-bottom: 5px;
      margin-bottom: 8px;
    }
    .home .recruit-bn .recruit-information p {
      font-size: 15px;
    }
    .page-id-128 .recruit-news {
      margin-bottom: 5%;
    }
    .page-id-128 .recruit-news .recruit-information h1 {
      font-size:  20px;
    }
    .page-id-128 .recruit-news .recruit-information p {
      font-size:  16px;
    }

    div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
      top: 165px;
      left:  0;
      padding:  10px;
      width: 94%;
      margin: 0 3%;
    }
}
@media (max-width: 400px) {
    .home .recruit-bn .recruit-information h1 {
      font-size: 17px;
    }
    .home .recruit-bn .recruit-information p {
      font-size: 11.5px;
    }
}

/*******************************************************/


.page-id-369 form {
  margin-top: -200px;
  padding-top: 200px;
}

input[type=number],
input[type=search],
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
select,
textarea {
  border: solid 3px #eaeaea;
  border-radius: 6px;
  background: #fff;
  box-shadow: none;
  margin-bottom: 2px;
}
input[type=number],
input[type=search],
input[type=text],
input[type=email],
input[type=password],
input[type=url],
input[type=tel],
select {
  height: 40px;
}

input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=url]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
  border: solid 3px #0e70df;
  background: #eef6ff;
  color: #005cc3;
  /* font-weight: bold; */
}





/*
#wpcf7-f395-p369-o1 input[type="checkbox"],
#wpcf7-f395-p369-o1 input[type=radio]{ 
  display: none;
}
  
#wpcf7-f395-p369-o1 label{
  cursor: pointer;
}

	
.wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
  display:  inline-block;
  margin-bottom:  5px;
}
		
.wpcf7-list-item-label:before{
  width: 25px;
  height: 25px;
  content: '';
  position: absolute;
  left: 0;
  top: -2px;
  background: #fff;
  border: 3px solid #e2e2e2;
  border-radius: 6px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.wpcf7-list-item-label:hover:before {
  border: 3px solid #0e70df;
  background: #eef6ff;
}

.wpcf7-list-item-label:after{
    width: 19px;
    height: 10px;
    border: 4px solid #0e70df;
    content: '';
    position: absolute;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 4px;
    top: 2px;
    border-top: none;
    border-right: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0;
}
			
#wpcf7-f395-p369-o1 input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;			
}
#wpcf7-f395-p369-o1 input[type="radio"]:checked + .wpcf7-list-item-label:after {
    opacity: 1;			
}

span.wpcf7-list-item{
  margin-left: 0!important;
  margin-right: 20px!important;  
}

*/
span.wpcf7-list-item {
    display: inline-block;
    margin: 0 1em 0 0;
}
input[type=checkbox], input[type=radio] {
  width: 20px;
  height: 20px;
  vertical-align:  middle;
  margin-bottom: 5px;
}


.recruitbanner-home .textwidget {
    margin-bottom: 1.5em;
}
.recruitbanner-recruit {
    text-align: center;
}
.recruitbanner-recruit div {
    display: inline-block;
}
.recruitbanner-recruit .textwidget {
    margin: 0 1em 1.5em;
}
.recruitbanner-home .textwidget img,
.recruitbanner-recruit .textwidget img {
  border: solid 1px #ececec;
}





/*
.entry-content form table.form select,
.entry-content form table.form input[type=date] {
    border:  none;
    background: rgba(0,0,0,.07);
    line-height: 1.2;
    height: 40px;
    padding: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    outline: 0;
    box-shadow: rgba(0,0,0,.0980392) 0 1px 0;
}
*/

.entry-content form table.form label.input_wide {
  width: 100%;
  display: inline-block;
}
.entry-content form table.form label.input_wide input {
  width: 84%;
  margin: 0 5px;
  border-radius:  0;
}
.entry-content form table.form .inline-group {
  display: block;
  float:  left;
}

.entry-content form table.form label.num4,
.entry-content form table.form label.num2 {
  width: auto;
  display: block;
  float:  left;
}
.entry-content form table.form label.num4 select,
.entry-content form table.form label.num4 input {
  width: 4.5em;
  /* height: 40px; */
  padding: 10px 0 10px 10px;
}
.entry-content form table.form label.num2 select,
.entry-content form table.form label.num2 input {
  width: 3.5em;
  /* height:  40px; */
  padding: 6px 0 6px 10px;
}

.wpcf7c-conf {
  background: transparent !important;
  box-shadow:  none !important;
  padding: 0 !important;
  font-weight:  bold;
  color: #000 !important;
  border: none !important;
}
.entry-content form table.form label.num4 select.wpcf7c-conf {
  width: auto;
}
.entry-content form table.form label.num4 input.wpcf7c-conf {
  width: 4em;
}
.entry-content form table.form textarea.wpcf7c-conf {
  height: auto;
  overflow: visible;
  border:  none;
}
input[type="button"] {
    -webkit-box-shadow: inset 0 0 0 0 transparent;
    box-shadow: inset 0 0 0 0 transparent;
    background: #0070de;
    border: 0;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    padding: 8px 16px;
    line-height: 24px;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.1);
    width: auto;
    border-radius: 0;
    -webkit-transition: box-shadow .2s ease-in-out;
    -o-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    margin-right: 1em;
}
input[type="button"]:hover {
    -webkit-box-shadow: inset 0 -4px 0 0 rgba(0,0,0,.2);
    box-shadow: inset 0 -4px 0 0 rgba(0,0,0,.2);
}


.table.midcareer {
    border-bottom: 1px solid #dddddd;
    margin-bottom: 0px;
}
.table.midcareer th {
    background-color: #eee;
    width: 9em;
}
.entry-content form table.form.midcareer th {
    width: 15em;
}

.midcareer_number, .midcareer_number .tb_text_wrap {
    width: auto;
    display: inline-block;
    color: #0070de;
}
.midcareer_number .caption {
    font-size: .8em;
    display: block;
    text-align: center;
    line-height: 1.5;
}
.midcareer_number .num {
    font-size: 1.5em;
    font-weight: 600;
    display: block;
    text-align: center;
    border: solid 2px;
    border-radius: 100px;
    line-height: 1;
    min-width: 2.3em;
    height: 2.3em;
    padding: .5em;
    background-color: #f0f7ff;
}
.archive .midcareer_number {
    font-size: .8em;
}
span.midcareer.area,
span.midcareer.storename {
    display: inline-block;
}
span.midcareer.area {
    color: #fff !important;
    background-color: #eb7d01;
    font-size: 70%;
    line-height: 1;
    margin-bottom: .25em;
    padding: 6px;
    box-sizing: border-box;
    border-radius: 3px;
}
.features {
    margin: 0;
    padding: 0;
}
.features .feature {
    color: #915600;
    background-color: #fffaef;
    display: inline-block;
    border: solid 2px #d37d00;
    border-radius: 6px;
    font-weight: bold;
    line-height: 1.4em;
    padding: 6px 8px;
    margin: 0 5px 5px 0;
    box-sizing: border-box;
}
.backto_midrcarrier {
    display: none;
}
.tax-midcareer_store .backto_midrcarrier,
.tax-midcareer_area .backto_midrcarrier,
.single .backto_midrcarrier {
    display: block;
}


iframe.maps {
    border: solid 1px #ddd;
}
/* reCAPTCHAバッジを非表示にする */
.grecaptcha-badge {
    visibility: hidden;
}