/* Generated by less 2.5.1 */
/* ============================================
// base
// ==========================================*/
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
}
ul,
li {
  margin: 0;
  list-style: none;
}
img {
  vertical-align: bottom;
}
h1,
h2,
h3,
h4,
p,
ul,
li,
dl,
dt,
dd,
span,
body,
figcaption,
figure {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
a img {
  border: 0;
}
/*
a:link,
a:visited {
    text-decoration: none;
    color: @baseColor;
}
*/
a:hover,
a:active {
  color: #6d4b00;
}
a:focus {
  outline: none;
}
/* Selected Text */
::-moz-selection {
  background: #fffff5;
}
::selection {
  background: #fffff5;
}
html {
  overflow: auto;
  font-size: 62.5%;
}
body {
  font-family: "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.15em;
  color: #333333;
  overflow: hidden;
  background: url(../img/mainarea_bg_texture.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
}
/* no data */
.not-found {
  font-size: 130%;
  text-align: center;
  padding: 10% 0;
}
.not-found span {
  display: inline-block;
  color: #fff;
  background: #000;
  padding: .5em .7em;
}
/* btn base */
.custom_btn {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 70px;
  width: 100%;
  height: 70px;
  background: #f5d34b;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.custom_btn:before,
.custom_btn:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.custom_btn:before {
  top: 50%;
  left: 1.2em;
  transform: translateY(-50%) rotate(-45deg);
  margin-top: -2px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid;
  border-right: 2px solid;
}
.custom_btn:after {
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .1;
}
.custom_btn:hover:before {
  left: 1.4em;
}
.custom_btn:hover:after {
  left: 0;
}
.custom_btn-border {
  color: #f5d34b !important;
  border: 2px solid #f5d34b;
  background: transparent;
  line-height: 46px;
}
.custom_btn-border:after {
  background: #f5d34b;
  opacity: .05;
}
/* link */
.txt_link {
  font-weight: bold;
}
.tel_link {
  position: relative;
  color: #f5d34b;
  font-weight: bold;
}
.tel_link:before {
  content: "";
  display: inline-block;
  background: url(../img/ico_tel_pink.png) no-repeat center center;
  background-size: contain;
  width: 16.1px;
  height: 16.45px;
  margin: 0 0.5em -2px 0;
}
.half-line {
  font-weight: bold;
  background: linear-gradient(transparent 70%, #eeeeee 0%);
}
.l-main {
  margin: 0 auto;
  max-width: 1200px;
  position: relative;
}
.l-main:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/bg_img.png) repeat 0 0;
  background-size: 18px 28px;
  width: 5000px;
  height: 200px;
}
@media screen and (max-width: 1024px) {
  .l-main {
    padding-left: 5%;
    padding-right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .l-main:after {
    height: 100px;
  }
}
.card {
  padding: 110px 0 80px 0;
  position: relative;
}
.card:before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #fff;
  width: 110%;
  height: 300px;
}
/* pagenation */
.pagenation_group {
  position: relative;
  margin-bottom: 50px;
}
.result {
  display: inline-block;
}
.result strong {
  position: relative;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  margin-right: 1em;
}
.result strong:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  background: #f5d34b;
  width: 36px;
  height: 36px;
}
.result span {
  position: relative;
  z-index: 2;
}
.pagenation {
  display: block;
  position: relative;
  z-index: 5;
}
.pagenation ul {
  font-size: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.pagenation li {
  font-size: 14px;
  display: inline-block;
  margin: 5px;
  text-align: center;
}
.pagenation li a {
  position: relative;
  color: #333333;
  font-weight: bold;
  width: 22px;
  height: 22px;
  line-height: 22px;
  display: block;
}
.pagenation li a:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 1px;
  background: #333;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.pagenation li a:hover {
  opacity: 1;
}
.pagenation li a:hover:after {
  width: 100%;
}
.pagenation li em {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-style: normal;
  position: relative;
}
.pagenation li em:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background: #333;
}
.search_result .search_result_ttl {
  color: #f5d34b;
  font-weight: bold;
}
.search_result .search_result_word dt,
.search_result .search_result_word dd {
  display: inline;
}
.search_result .search_result_word dt {
  font-weight: bold;
}
.page_back {
  width: 100%;
  padding: 30px 0;
  text-align: center;
}
.page_back a {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.page_back a:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 105%;
  -webkit-transform: translateY(-50%) rotate(135deg);
  transform: translateY(-50%) rotate(135deg);
  width: 8px;
  height: 8px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.page_back a:hover:before {
  right: 108%;
}
/* ============================================
// kyujin parts
// ==========================================*/
/* base setting */
.card_item {
  position: relative;
  width: 100%;
}
.card_img img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.card_shop {
  display: flex;
  align-items: center;
}
.card_logo {
  position: relative;
  width: 65px;
  height: 65px;
  border: 1px solid #efefef;
  padding: 5px;
}
.card_logo img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 80%;
  height: auto;
}
.card_shop_info {
  padding-left: 15px;
}
.card_shop_info .card_shop_category {
  line-height: 1.5;
  color: #f5d34b;
  font-weight: bold;
}
.card_shop_info .card_shop_name {
  line-height: 1.5;
}
.card_ttl {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: .5em;
}
.card_ttl span {
  font-weight: bold;
}
.card_type {
  overflow: hidden;
}
.card_type_item {
  float: left;
  color: #fff;
  font-size: 11px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
  display: block;
  width: 20px;
  height: 20px;
  background: #00acc8;
  margin-right: .7em;
}
.card_tag:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.card_tag .card_tag_item {
  position: relative;
  float: left;
  font-size: 11px;
  font-weight: bold;
  background: #eee;
  margin: 0 .5em .5em 0;
  padding: .15em .7em;
}
.card_tag .card_tag_item:before {
  content: "";
  display: inline-block;
  background: url(../img/ico_tag.png) no-repeat center center;
  background-size: contain;
  width: 0.81818182em;
  height: 0.81818182em;
  opacity: .5;
  margin: 0 0.5em -1px 0;
}
.card_time {
  font-size: 10px;
}
.card_work-style {
  overflow: hidden;
}
.card_work-style .card_work-style_item {
  position: relative;
  float: left;
  color: #f5d34b;
  font-weight: bold;
  line-height: 1;
  margin: 0 1em .5em 0;
}
.card_work-style .card_work-style_item:after {
  content: "";
  display: inline-block;
  background: #f5d34b;
  width: 1px;
  height: 13px;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  margin-left: .8em;
}
.card_work-style .card_work-style_item:last-child {
  margin-right: 0;
}
.card_work-style .card_work-style_item:last-child:after {
  content: none;
}
.card_outline {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}
.card_outline .card_outline_list {
  display: table;
  width: 100%;
}
.card_outline .card_outline_list_ttl,
.card_outline .card_outline_list_exp {
  display: table-cell;
  vertical-align: top;
  background: #fff;
  padding: 20px;
  border-bottom: 1px solid rgba(0, 172, 200, 0.4);
}
.card_outline .card_outline_list_ttl a,
.card_outline .card_outline_list_exp a {
  word-break: break-all;
}
.card_outline .card_outline_list_ttl a:link,
.card_outline .card_outline_list_exp a:link,
.card_outline .card_outline_list_ttl a:visited,
.card_outline .card_outline_list_exp a:visited {
  text-decoration: none;
  color: #f5d34b;
}
.card_outline .card_outline_list_ttl {
  width: 130px;
  color: #00acc8;
  font-size: 16px;
  font-weight: bold;
  border-bottom: 1px solid #00acc8;
}
.card_convertion {
  max-width: 768px;
  margin: 0 auto;
  margin-top: 80px;
  font-size: 0;
  letter-spacing: -0.5em;
  text-align: center;
}
.card_convertion_item {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.fixed_convertion {
  position: fixed;
  z-index: 8;
  bottom: 0;
  bottom: -20px;
  opacity: 0;
  left: 0;
  width: 100%;
  padding: 0 2%;
  background: rgba(225, 242, 242, 0.8);
  box-shadow: 0px -3px 5px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.fixed_convertion.js-stickey,
.fixed_convertion.is_active {
  bottom: 0;
  opacity: 1;
}
.fixed_convertion .fixed_convertion_inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  font-size: 0;
  letter-spacing: -0.5em;
}
.fixed_convertion .fixed_convertion_inner_col {
  display: inline-block;
  vertical-align: top;
  width: 47%;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
.fixed_convertion .btn_cv {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
}
.fixed_convertion a .phone_btn {
  background: #00acc8;
}
.fixed_convertion a .phone_btn * {
  color: #fff;
}
.fixed_convertion .phone_btn {
  position: relative;
  line-height: 1.3;
  background: #00acc8;
}
.fixed_convertion .phone_btn * {
  color: #fff;
}
.fixed_convertion .phone_btn .phone_btn_position {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-left: 5%;
}
.fixed_convertion .phone_btn .phone_btn_txt_row {
  display: block;
}
.fixed_convertion .phone_btn .num {
  font-size: 18px;
  white-space: nowrap;
}
.fixed_convertion .phone_btn .notes {
  font-size: 10px;
  white-space: nowrap;
}
.fixed_convertion .phone_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 1em;
  left: 5%;
  transform: translateY(-50%);
  display: block;
  width: 23px;
  height: 23.5px;
  background-image: url(../img/ico_tel_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.fixed_convertion .convertion_btn {
  background: #e4c23a;
}
.fixed_convertion .convertion_btn span {
  color: #fff;
  font-weight: bold;
}
.fixed_convertion .convertion_btn:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 1em;
  right: 5%;
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  display: block;
  width: 12.4px;
  height: 7.2px;
  background-image: url(../img/ico_arrow_white.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
@media screen and (max-width: 480px) {
  .fixed_convertion .phone {
    width: 63%;
  }
  .fixed_convertion .phone_btn .num {
    font-size: 13px;
    font-weight: bold;
  }
  .fixed_convertion .convertion {
    width: 30%;
  }
}
/* kyujin_d */
.lower-kyujin_d .card_head {
  display: -webkit-flex;
  display: flex;
  padding-bottom: 70px;
  position: relative;
}
.lower-kyujin_d .card_head:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/bg_img.png) repeat 0 0;
  background-size: 18px 28px;
  width: 5000px;
  height: 2px;
}
.lower-kyujin_d .card_img {
  -webkit-flex: 0 0 35%;
  flex: 0 0 35%;
}
.lower-kyujin_d .card_head_txt {
  -webkit-flex: 0 1 65%;
  padding-left: 5%;
}
.lower-kyujin_d .card_shop {
  margin-top: 7%;
}
.lower-kyujin_d .card_ttl {
  font-size: 22px;
  line-height: 1.5;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 2px solid #00acc8;
}
.lower-kyujin_d .card_lead {
  margin-bottom: 1em;
}
.lower-kyujin_d .card_meta {
  margin-bottom: 1em;
}
.lower-kyujin_d .card_meta .card_meta_col {
  display: inline-block;
  vertical-align: top;
}
.lower-kyujin_d .card_outline {
  padding-top: 0;
  padding-bottom: 0;
}
.lower-kyujin_d .card_outline .card_outline_list_ttl {
  width: 20%;
}
.lower-kyujin_d .card_outline_inner {
  position: relative;
  padding: 50px 0;
}
.lower-kyujin_d .card_outline_inner:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/bg_img.png) repeat 0 0;
  background-size: 18px 28px;
  width: 5000px;
  height: 100%;
}
.lower-kyujin_d .c_ttl_set {
  padding-top: 80px;
  padding-bottom: 40px;
  position: relative;
}
.lower-kyujin_d .c_ttl_set:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  background: #222;
  width: 100px;
  height: 3px;
}
.lower-kyujin_d .card_outline_ttl {
  font-weight: bold;
  text-align: left;
}
.lower-kyujin_d .card_outline_ttl.ttl_set_en {
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 50px;
  margin-bottom: 0;
  height: auto;
  padding: 0;
}
@media screen and (max-width: 768px) {
  .lower-kyujin_d .card {
    padding: 15% 0 10%;
  }
  .lower-kyujin_d .card_head {
    padding-bottom: 10%;
  }
  .lower-kyujin_d .card_ttl {
    font-size: 18px;
  }
  .lower-kyujin_d .card_outline_ttl {
    font-weight: bold;
    text-align: left;
  }
  .lower-kyujin_d .card_outline_ttl.ttl_set_en {
    font-size: 30px;
  }
  .lower-kyujin_d .c_ttl_set {
    padding-top: 10%;
    padding-bottom: 5%;
  }
  .lower-kyujin_d .card_convertion {
    margin-top: 10%;
  }
  .lower-kyujin_d .card_convertion .card_convertion_item {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 600px) {
  .lower-kyujin_d .c_ttl_set {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .lower-kyujin_d .card:before {
    content: none;
  }
  .lower-kyujin_d .card_head {
    display: block;
  }
  .lower-kyujin_d .card_head_txt {
    margin-top: 10%;
    padding-left: 0;
  }
  .lower-kyujin_d .card_outline .card_outline_list {
    display: block;
  }
  .lower-kyujin_d .card_outline .card_outline_list_ttl,
  .lower-kyujin_d .card_outline .card_outline_list_exp {
    display: block;
    padding: 20px;
    width: 100%;
  }
  .lower-kyujin_d .card_outline .card_outline_list_ttl {
    border-bottom: none;
    padding-bottom: 0;
  }
  .lower-kyujin_d .card_outline .card_outline_list_exp {
    padding-top: 0;
  }
}
/* pankuzu */
.breadcrumb {
  clear: both;
}
.breadcrumb .container {
  padding: 0;
  max-width: none;
}
.breadcrumb .container ul,
.breadcrumb .container ol {
  padding: 15px 0 0 0;
}
.breadcrumb .container li {
  display: inline;
  font-size: 10px;
  font-weight: bold;
  color: #888;
  margin: 0 2px;
}
.breadcrumb .container li a {
  color: #888;
  font-weight: bold;
}
.breadcrumb .container li:after {
  content: "\003e";
  margin-left: 7px;
  color: #888;
}
.breadcrumb .container li:first-child a {
  display: inline-block;
  position: relative;
}
.breadcrumb .container li:last-child:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .breadcrumb .container li a:hover {
    text-decoration: underline;
  }
  .breadcrumb .scroll {
    width: 100%;
  }
  .breadcrumb .scroll:before {
    content: none;
    position: absolute;
    display: block;
    height: 100%;
    width: 16%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white);
    z-index: -2;
    top: 0;
    right: 0;
  }
  .breadcrumb .scroll .scrollInner {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .breadcrumb .scroll .scrollInner li:last-child {
    margin-right: 120px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb .container ul,
  .breadcrumb .container ol {
    padding: 5px 0;
  }
}
