
/* RESET
----------------------------------------------------------------------------------------------------*/
.fr_page-index,
.fr_page-index ul,
.fr_page-index li,
.fr_page-products-list,
.fr_page-products-list ul,
.fr_page-products-list li,
.fr_page-c-castella-list,
.fr_page-c-castella-list ul,
.fr_page-c-castella-list li
.fr_page-products-detail,
.fr_page-products-detail ul,
.fr_page-products-detail li {
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  font-style: inherit;
  vertical-align: baseline;
  white-space: normal;
  text-align: left;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

.fr_page-index ol,
.fr_page-index ul,
.fr_page-products-list ol,
.fr_page-products-list ul,
.fr_page-c-castella-list ol,
.fr_page-c-castella-list ul,
.fr_page-products-detail ol,
.fr_page-products-detail ul {
  list-style: none;
}

@media only screen and (max-width: 767px) {
  .fr_page-index .row {
    margin: 0;
  }
}

/**
 *  reset default css
 */

.fr_page-index .container.fr_center-area,
.fr_page-products-list .container.fr_center-area,
.fr_page-c-castella-list .container.fr_center-area,
.fr_page-products-detail .container.fr_center-area {
  width: 100% !important;
  padding: 0 !important;
}

.fr_page-index .container.fr_center-area .row,
.fr_page-c-castella-list .container.fr_center-area .row,
.fr_page-products-detail .container.fr_center-area .row {
  margin:0;
}

.fr_page-index .container.fr_center-area .row .col-sm-12,
.fr_page-c-castella-list .container.fr_center-area .row .col-sm-12,
.fr_page-products-detail .container.fr_center-area .row .col-sm-12 {
  padding:0;
}

.fr_page-contents-list .container {
  width: 100%;
  padding: 0;
}
/**
 *
 */

.bc_hover {
  transition-duration: 0.2s;
}

.bc_hover:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .bc_sp {
    display: none;
  }
  .bc_pc {
    display: block;
  }
}

@media only screen and (max-width: 767px) {

  .bc_pc {
    display: none;
  }
  .bc_sp {
    display: block;
  }

  body {
    overflow-x : hidden ;
  }

  html.bc_open,
  body.bc_open {
    overflow: hidden;
    height: 100vh;
  }
}


.bc_hover {
  transition-duration: 0.2s;
}

.bc_hover:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 768px) {
  .bc_sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {

  .bc_pc {
    display: none;
  }

  body {

  }

  html.bc_open,
  body.bc_open {
    overflow: hidden;
  }
}

.bc_tpl_header * {
  box-sizing:border-box;
}

.bc_tpl_header {
  background-color: #fffffb;
  z-index:1;
  position:relative;
}

.bc_tpl_header .bc_nav ul {
  text-align: right;
  padding:10px;
}

.bc_tpl_header .bc_nav ul li {
  display:inline-block;
  margin-left: 24px;
}

.bc_tpl_header .bc_nav ul li a {
  text-decoration: none;
  font-size: 11px;
  color: #52433d;
}

@media only screen and (max-width: 767px) {

  .bc_tpl_header .bc_nav {
    position:absolute;
    top:10px;
    right:10px;
  }

  .bc_tpl_header .bc_nav li:nth-child(2),
  .bc_tpl_header .bc_nav li:nth-child(3) {
    display:none;
  }
}

.bc_tpl_header .bc_logo {
  width: 150px;
  height:35px;
  overflow: hidden;
  position:relative;
  margin:0 auto;
}

.bc_tpl_header .bc_logo img {
  position:absolute;
  width: 360px;
  height:auto;
  top: -110px;
  left: -110px;
}

  .bc_tpl_header .bc_logo02 {
     width: 150px;
     height:80px;
     overflow: hidden;
     position:relative;
     margin:0 auto;
  }

  .bc_tpl_header .bc_logo02 img {
    position:absolute;
    width: 360px;
    height:auto;
    top: -90px;
    left: -110px;
  }
  @media only screen and (max-width: 767px) {
    .bc_tpl_header .bc_logo {
      position:relative;
      top:18px;
    }
    .bc_tpl_header .bc_logo02 img {
      position:absolute;
      width: 240px;
      height:auto;
      top: -60px;
      left: -45px;
    }

    .bc_tpl_header .bc_logo02 {
      position:relative;
      top:10px;
    }
}


.bc_tpl_header .bc_menu > ul {
  margin-top: 35px;
  text-align: center;
}

.bc_tpl_header .bc_menu > ul > li {
  display:inline-block;
  margin:0 45px;
  position:relative;
}

.bc_tpl_header .bc_menu > ul > li > a:hover {
  opacity: 0.6;
}

.bc_tpl_header .bc_menu > ul > li > a {
  text-decoration: none;
  text-align: center;
  display:block;
  padding-bottom: 20px;
}

.bc_tpl_header .bc_menu ul li .bc_title_jp {
  color: #52433d;
  font-size: 14px;
  font-family: serif;
}

.bc_tpl_header .bc_menu ul li .bc_title_en {
  color: #b4a582;
  font-size: 12px;
  display:block;
  margin-top: 5px;
  text-align: center;
}

.bc_tpl_header .bc_menu ul li.bc_has_child .bc_title_en:after {
  content:"";
  display:inline-block;
  width: 12px;
  height: 7px;
  margin-left: 5px;
  position:relative;
  top:-1px;
  background-image: url("/user_data/packages/default/client/img/menu_arrow.png");
}

.bc_tpl_header .bc_menu ul.bc_second_menu {
  position:absolute;
  left:-30px;
  display:none;
  z-index: 990;
}

.bc_tpl_header .bc_menu ul.bc_second_menu:before {
  content:"";
  display:block;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid #ab9d7b;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  position: absolute;
  left: calc(50% - 5px);
  top: -14px;
}

.bc_tpl_header .bc_menu ul.bc_second_menu > li {
  display:block;
  background-color: #ab9d7b;
  width: 230px;
  height: 60px;
  line-height: 60px;
  position:relative;
}
.bc_tpl_header .bc_menu ul.bc_second_menu > li a:hover {
  background-color: #c5bca5;
  color: #fff;
}

.bc_tpl_header .bc_menu ul.bc_second_menu > li > a {
  color: #fff;
  font-size: 14px;
  text-align: left;
  display:block;
  padding-left: 33px;
  text-decoration: none;
  background-image: url("/user_data/packages/default/client/img/second_menu_arrow.png");
  background-repeat:no-repeat;
  background-position: top 50% right 26px;
}

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content {
  width: 715px;
  height: 480px;
  background-color: #f9f4ea;
  position:absolute;
  left:230px;
  position:relative;
  padding-top: 25px;
  display:none;
  text-align: left;
}

.bc_tpl_header .bc_menu ul.bc_second_menu li:nth-child(1) .bc_content { top:-60px; }
.bc_tpl_header .bc_menu ul.bc_second_menu li:nth-child(2) .bc_content { top:-120px; }
.bc_tpl_header .bc_menu ul.bc_second_menu li:nth-child(3) .bc_content { top:-180px; }
.bc_tpl_header .bc_menu ul.bc_second_menu li:nth-child(4) .bc_content { top:-240px; }
.bc_tpl_header .bc_menu ul.bc_second_menu li:nth-child(5) .bc_content { top:-300px; }
.bc_tpl_header .bc_menu ul.bc_second_menu li:nth-child(6) .bc_content { top:-360px; }
.bc_tpl_header .bc_menu ul.bc_second_menu li:nth-child(7) .bc_content { top:-420px; }
.bc_tpl_header .bc_menu ul.bc_second_menu li:nth-child(8) .bc_content { top:-480px; }
.bc_tpl_header .bc_menu ul.bc_second_menu li:nth-child(9) .bc_content { top:-540px; }

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content .bc_image {
  position:absolute;
  top:27px;
  right:25px;
}

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content .bc_title {
  font-size: 20px;
  color: #ab9d7b;
  margin-left: 45px;
  margin-bottom: 20px;
  line-height: 1;
}

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content .bc_title:after {
  content:"";
  display:inline-block;
  width: 7px;
  height: 12px;
  margin-left: 10px;
  background-image: url("/user_data/packages/default/client/img/menu_title_arrow.png");
}

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content .bc_title a {
  color: #ab9d7b;
  text-decoration: none;
}

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content .bc_title a:hover {
  background: none;
  text-decoration: underline;
}

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content ul {
  margin-left: 45px;
}

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content ul li {
  background: none;
  font-size: 14px;
  height: 42px;
}

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content ul li a {
  color: #333;
  text-decoration: none;
}

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content ul li a:hover {
  text-decoration: underline;
  background: none;
}

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content .bc_btn_detail {
  width: 180px;
  height: 50px;
  position:absolute;
  right:24px;
  bottom:24px;
  border:1px solid #734338;
  border-radius: 5px;
}

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content .bc_btn_detail a {
  font-size: 12px;
  color: #734338;
  line-height: 50px;
  display:block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding-left: 16px;
  background-image: url("/user_data/packages/default/client/img/menu_title_arrow.png");
  background-repeat:no-repeat;
  background-position:right 16px top 18px;
}

.bc_tpl_header .bc_menu ul.bc_second_menu li .bc_content .bc_btn_detail a:hover {
  background-color: #734338;
  color: #fff;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_w.png");
}

@media only screen and (max-width: 767px) {

  .bc_tpl_header {
    width: 100vw;
    height:65px;
    top:0;
  }

  .bc_tpl_header.bc_open {
    min-height: 100vh;
    overflow: auto;
    position:relative;
  }

  .bc_tpl_header .bc_btn_menu {
    width:75px;
    height:65px;
    position:absolute;
    top: 0;
    left: 0;
    cursor: pointer;
  }

  .bc_tpl_header .bc_btn_menu.bc_active {
    background-color: #e9e3d4;
  }

  .bc_tpl_header .bc_btn_menu .bc_container,
  .bc_tpl_header .bc_btn_menu .bc_container span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }
  .bc_tpl_header .bc_btn_menu .bc_container {
    position: relative;
    top: 15px;
    left: 22px;
    width: 30px;
    height: 20px;
  }
  .bc_tpl_header .bc_btn_menu .bc_container span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #b4a582;
  }
  .bc_tpl_header .bc_btn_menu .bc_container span:nth-of-type(1) {
    top: 0;
  }
  .bc_tpl_header .bc_btn_menu .bc_container span:nth-of-type(2) {
    top: 9px;
  }
  .bc_tpl_header .bc_btn_menu .bc_container span:nth-of-type(3) {
    bottom: 0;
  }

  .bc_tpl_header .bc_btn_menu .bc_container:after {
    position: absolute;
    left: -22.5px;
    bottom: -25px;
    content: 'メニュー';
    display: block;
    width: 75px;
    color: #b4a582;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    transition: all .4s;
    font-size: 10px;
  }
  .bc_tpl_header .bc_btn_menu.bc_active .bc_container:after {
    content: 'とじる';
    bottom: -25px;
  }
  .bc_tpl_header .bc_btn_menu.bc_active .bc_container span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
    transform: translateY(9px) rotate(-45deg);
  }
  .bc_tpl_header .bc_btn_menu.bc_active .bc_container span:nth-of-type(2) {
    opacity: 0;
  }
  .bc_tpl_header .bc_btn_menu.bc_active .bc_container span:nth-of-type(3) {
    -webkit-transform: translateY(-9px) rotate(45deg);
    transform: translateY(-9px) rotate(45deg);
  }

  .bc_tpl_header .bc_menu {
    position: relative;
    top: 30px;
    width: 100%;
    display: none;
    margin-bottom: 100px;
  }

  .bc_tpl_header .bc_menu > ul {
    margin-top: 0px;
    text-align: left;
    width: 100%;
    margin-bottom: 0;
  }

  .bc_tpl_header .bc_menu > ul > li {
    display:block;
    margin:0;
    margin-bottom:0px;
    width: 100%;
    position:relative;
    padding-left: 0px;
    height: 50px;
    background-color: #e9e3d4;
    border-bottom:1px solid #cac0a7;
    background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br.png");
    background-repeat:no-repeat;
    background-position:top 18px right 28px;
  }

  .bc_tpl_header .bc_menu > ul > li.bc_has_child {
    height:auto;
    min-height: 50px;
    background-image: none;
    cursor: pointer;
  }

  .bc_tpl_header .bc_menu > ul > li.bc_has_child .bc_icon {
    position:absolute;
    top:15px;
    right:20px;
    border:1px solid #734338;
    width: 22px;
    height: 22px;
    border-radius: 11px;
  }

  .bc_tpl_header .bc_menu > ul > li.bc_has_child .bc_icon span {
    display:block;
    position:absolute;
    width:12px;
    height:1px;
    background-color: #734338;

  }

  .bc_tpl_header .bc_menu > ul > li.bc_has_child .bc_icon span:nth-child(1) {
    top:9px;
    left:4px;
    transition: all .4s;
  }

  .bc_tpl_header .bc_menu > ul > li.bc_has_child .bc_icon span:nth-child(2) {
    top:9px;
    left:4px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all .4s;
  }

  .bc_tpl_header .bc_menu > ul > li.bc_has_child.bc_open .bc_icon span:nth-child(1) {
    opacity: 0;
  }
  
  .bc_tpl_header .bc_menu > ul > li.bc_has_child.bc_open .bc_icon span:nth-child(2) {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .bc_tpl_header .bc_menu > ul > li > a {
    text-decoration: none;
    text-align: left;
    display:block;
    padding-bottom: 0px;
    padding-left: 28px;
    line-height: 50px;
  }

  .bc_tpl_header .bc_menu ul li .bc_title_jp {
    color: #52433d;
    font-size: 14px;
    font-family: sans-serif;
  }

  .bc_tpl_header .bc_menu ul li .bc_title_en {
    display:none;
  }

  .bc_tpl_header .bc_menu ul li.bc_has_child .bc_title_en:after {
    content:none;
  }

  .bc_tpl_header .bc_menu ul.bc_second_menu {
    position:relative;
    left:0px;
    display:none;
  }

  .bc_tpl_header .bc_menu ul.bc_second_menu:before {
    content:none;
  }

  .bc_tpl_header .bc_menu ul.bc_second_menu > li {
    display:block;
    background-color: #fffffb;
    width: 100%;
    height: 45px;
    line-height: 45px;
    position:relative;
    border-bottom:1px solid #cac0a7;
    background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br.png");
    background-repeat:no-repeat;
    background-position:top 18px right 26px;
  }

  .bc_tpl_header .bc_menu ul.bc_second_menu > li:last-child {
    border: none;
  }

  .bc_tpl_header .bc_menu ul.bc_second_menu > li > a {
    color: #52433d;
    font-size: 14px;
    font-family: sans-serif;
    text-align: left;
    display:block;
    padding-left: 33px;
    text-decoration: none;
    background-repeat:no-repeat;
    background-position: top 18px right 27px;
  }

  .bc_tpl_header .bc_buttons {
    width: 100%;
    height: 100px;
    background-color: #e9e3d4;
    text-align: center;
    font-size: 0;
  }

  .bc_tpl_header .bc_buttons .bc_button {
    display:inline-block;
    width: 45%;
    height: 65px;
    background-color: #ab9d7b;
    border-radius: 8px;
    margin: 17px 5px;
    background-image: url("/user_data/packages/default/client/img/btn_arrow_s_w.png");
    background-size:4px 7px;
    background-repeat:no-repeat;
    background-position:right 10px top 28px;
  }

  .bc_tpl_header .bc_buttons .bc_button a {
    display:block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-decoration: none;
  }

  .bc_tpl_header .bc_buttons .bc_button a span {
    display:block;
    width: 100%;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 12px;
    text-align: center;
  }
}

/**********************************************************************************
 *  tpl_banner_p1-2
 */

.bc_tpl_banner_p1-2 {
  width: 100%;
  height: calc(100vh - 155px);
  background-color: #333;
  position:relative;
  z-index:0;
}

.bc_tpl_banner_p1-2 ul li {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bc_tpl_banner_p1-2 ul li .bc_img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  opacity: 0;
}

.bc_tpl_banner_p1-2 ul li .bc_img1 {
  background-image: url("/user_data/packages/default/client/img/mv01.jpg");
}

.bc_tpl_banner_p1-2 ul li .bc_img2 {
  background-image: url("/user_data/packages/default/client/img/mv02.jpg");
}

.bc_tpl_banner_p1-2 ul li .bc_img3 {
  background-image: url("/user_data/packages/default/client/img/mv03.jpg");
}

.bc_tpl_banner_p1-2 ul li .bc_img4 {
  background-image: url("/user_data/packages/default/client/img/mv04.jpg");
}

.bc_tpl_banner_p1-2 ul li .bc_img.bc_fadein {
  visibility: visible;
  opacity: 1;
  transition: opacity 1s linear;
}

.bc_tpl_banner_p1-2 ul li .bc_img.bc_fadeout {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s 1s, opacity 1s linear;
}

.bc_tpl_banner_p1-2 ul li .bc_img.bc_zoom {
  animation: zoomin linear 8s;
  -webkit-animation: zoomin linear 8s;
}

@keyframes zoomin {
  0%   { transform: scale(1, 1); }
  100%  { transform: scale(1.1, 1.1); }
}

.bc_tpl_banner_p1-2 p {
  display:block;
  position:absolute;
  width:800px;
  height:50px;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto;
  color: #fff;
  font-size: 42px;
  font-family: serif;
  letter-spacing: 0.3em;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(0,0,0,0.5);
}

.bc_tpl_banner_p1-2 .bc_indicator {
  position:absolute;
  width: 100%;
  height: 15px;
  bottom: 120px;
  z-index: 11;
}

.bc_tpl_banner_p1-2 .bc_indicator ul {
  text-align: center;
}

.bc_tpl_banner_p1-2 .bc_indicator ul li {
  width: 10px;
  height: 10px;
  border-radius:5px;
  background-color: #ab9d7b;
  display:inline-block;
  text-align: center;
  position:relative;
  margin:0 6px;
  transition-duration: 0.2s;
}

.bc_tpl_banner_p1-2 .bc_indicator ul li.bc_active {
  background-color: #fffffb;
}

.bc_tpl_banner_p1-2 .bc_scroll {
  position:absolute;
  width: 125px;
  height: 35px;
  background-image: url("/user_data/packages/default/client/img/mv_arrow.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  z-index: 12;
  margin:auto;
  top:auto;
  left: 0;
  right: 0;
  bottom: 50px;
}

.bc_tpl_banner_p1-2 .bc_scroll a {
  display:block;
  width: 100%;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  text-decoration: none;
}


@media only screen and (max-width: 767px) {
  .bc_tpl_banner_p1-2 {
    height: calc(100vh - 65px);
  }

  .bc_tpl_banner_p1-2 p {
    width:375px;
    font-size: 5.5vw;
  }

  .bc_tpl_banner_p1-2 .bc_indicator {
    display:none;
  }
}


/**********************************************************************************
 *   about
 */

.bc_tpl_fr_top-about {
  width: 100%;
  height: auto;
  position:relative;
  background-color: #fffffb;
  overflow: hidden;
}

.bc_tpl_fr_top-about .bc_title_jp {
  text-align: center;
  font-size: 30px;
  color: #52433d;
  margin-top: 110px;
  font-family: serif;
}

.bc_tpl_fr_top-about .bc_lead {
  text-align: center;
  font-size: 22px;
  color: #b4a582;
  margin-top: 8vh;
  letter-spacing: 0.1em;
}

.bc_tpl_fr_top-about .bc_desc {
  font-size: 18px;
  color: #52433d;
  line-height: 45px;
  margin-top: 7vh;
  text-align: center;
  font-family: serif;
  letter-spacing: 0.2em;
}

.bc_tpl_fr_top-about .bc_btn_detail {
  width: 250px;
  height: 50px;
  border:1px solid #734338;
  border-radius: 5px;
  margin: 10vh auto 0;
  font-family: serif;
  letter-spacing: 0.2em;
}

.bc_tpl_fr_top-about .bc_btn_detail a {
  font-size: 14px;
  color: #734338;
  line-height: 50px;
  display:block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br.png");
  background-repeat:no-repeat;
  background-position:right 18px top 20px;
  text-align: center;
}

.bc_tpl_fr_top-about .bc_btn_detail a:hover {
  background-color: #734338;
  color: #fff;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_w.png");
}

.bc_tpl_fr_top-about span {
  opacity: 0;
  -webkit-filter: blur(3px);
  filter: blur(3px);
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  display:inline-block;
}

.bc_tpl_fr_top-about span.bc_animation {
  -webkit-transition: 0.75s 0s ease-in-out;
  transition: 0.75s 0s ease-in-out;
  -webkit-filter: blur(0px);
  filter: blur(0px);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.bc_tpl_fr_top-about ul.bc_image_list {
  font-size: 0;
  margin:110px 0 0;
}

.bc_tpl_fr_top-about ul.bc_image_list li {
  display:inline-block;
  width: 33.333%;
}

.bc_tpl_fr_top-about ul.bc_image_list li img {
  width: 100%;
  height: auto;
}

.bc_content_title_jp {
  font-size: 30px;
  font-family: serif;
  letter-spacing: 0.1em;
  text-align: center;
  color: #52433d;
}

.bc_content_title_jp.bc_swide {
  letter-spacing: 0.2em;
}

.bc_content_title_en {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: center;
  color: #b4a582;
  position:relative;
  margin-top: 5px;
}

.bc_content_title_en:after {
  content:"";
  display:block;
  width:30px;
  height:1px;
  background-color: #ab9d7b;
  margin:20px auto 0;
}

.bc_content_title {
  width:350px;
  height:100px;
  margin:0 auto;
}



@media only screen and (max-width: 767px) {
  .bc_content_title_jp {
    font-size: 18px;
  }

  .bc_content_title_en {
    font-size: 10px;
    letter-spacing: 0.2em;
    text-align: center;
    color: #b4a582;
    position:relative;
    margin-top: 5px;
  }

  .bc_content_title_en:after {
    content:"";
    display:block;
    width:30px;
    height:1px;
    background-color: #ab9d7b;
    margin:15px auto 0
  }

  .bc_content_title {
    width:350px;
    height:100px;
    margin:0 auto;
  }
}

@media only screen and (max-width: 767px) {

  .bc_tpl_fr_top-about {
    height: auto;
    padding-bottom: 0;
  }

  .bc_tpl_fr_top-about .bc_title_jp {
    font-size: 19px;
    margin-top: 10vh;
  }

  .bc_tpl_fr_top-about .bc_lead {
    text-align: center;
    font-size: 11px;
    margin-top: 5vh;
    letter-spacing: 0.1em;
  }

  .bc_tpl_fr_top-about .bc_desc {
    font-size: 13px;
    line-height: 26px;
    margin-top: 6.5vh;
    text-align: left;
    padding:0 30px;
  }

  .bc_tpl_fr_top-about .bc_btn_detail {
    margin: 5vh auto 0;
  }

  .bc_tpl_fr_top-about ul.bc_image_list {
    font-size: 0;
    margin:55px 0 0;
  }

  .bc_tpl_fr_top-about ul.bc_image_list li {
    display:inline-block;
    width: 33.333%;
    height: 0;
    padding-top: 26.66666666666667%;
    position: relative;
    overflow: hidden;
  }

  .bc_tpl_fr_top-about ul.bc_image_list li img {
    position: absolute;
    height:100%;
    width:auto;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

}


/*
 * news
 */

.bc_tpl_news * {
  box-sizing:border-box;
}

.bc_tpl_news {
  background-color: #f9f4ea;
  position:relative;
  padding: 100px 0;
}

.bc_tpl_news .bc_container {
  max-width: 1080px;
  /*height: 360px;*/
  background-color: #fffffb;
  border-radius: 8px;
  margin: 0 auto;
  box-shadow:0px 0px 6px 3px rgba(0,0,0,0.05);
  position:relative;
}

.bc_tpl_news .bc_container .bc_content_title {
  width: 160px;
  margin:0;
  position:absolute;
  top:60px;
  left:55px;
}

.bc_tpl_news .bc_container .bc_btn_list {
  width: 150px;
  height: 50px;
  border: 1px solid #734338;
  border-radius: 5px;
  position:absolute;
  bottom:55px;
  left:55px;
}

.bc_tpl_news .bc_container .bc_btn_list a {
  font-size: 14px;
  color: #734338;
  line-height: 50px;
  display:block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br.png");
  background-repeat:no-repeat;
  background-position:right 18px top 20px;
  text-align: center;
}

.bc_tpl_news .bc_container .bc_btn_list a:hover {
  background-color: #734338;
  color: #fff;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_w.png");
}

.bc_tpl_news .bc_container .bc_content {
  margin-left: 280px;
  padding: 55px 45px 55px 0;
}

.bc_tpl_news .bc_container .bc_content .bc_event {
  width: 100%;
  height: 60px;
  background-color: #fcf3df;
  border-radius: 5px;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_or.png");
  background-repeat:no-repeat;
  background-position:right 16px top 24px;
}

.bc_tpl_news .bc_container .bc_content .bc_event:hover {
  opacity: 0.7;
}

.bc_tpl_news .bc_container .bc_content .bc_event a {
  display:block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  padding:14px 16px;
  box-sizing:border-box;
}

.bc_tpl_news .bc_container .bc_content .bc_event .bc_label {
  color: #fff;
  background-color: #ed784a;
  width: 100px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
}

.bc_tpl_news .bc_container .bc_content .bc_event .bc_desc {
  font-size: 14px;
  line-height: 32px;
  color: #52433d;
  padding-left: 35px;
}

.bc_tpl_news .bc_container .bc_content ul {
  margin-top: 20px;
}

.bc_tpl_news .bc_container .bc_content ul li {
  width: 100%;
  border-bottom:1px solid #b4a582;
  overflow: hidden;
}

.bc_tpl_news .bc_container .bc_content ul li .bc_date {
  font-size: 14px;
  color: #b4a582;
  display:inline-block;
  width: 150px;
  padding-left: 22px;
  float:left;
  margin-top: 18px;
}

.bc_tpl_news .bc_container .bc_content ul li .bc_desc {
  display: inline-block;
  width: 590px;
  float:left;
  margin: 16px 0;
}

.bc_tpl_news .bc_container .bc_content ul li a {
  text-decoration: none;
  color: #52433d;
  font-size: 14px;
}

.bc_tpl_news .bc_container .bc_content ul li a:hover {
  text-decoration: underline;
}


@media only screen and (max-width: 767px) {
  .bc_tpl_news {
    padding: 60px 0;
  }

  .bc_tpl_news .bc_container {
    width: 93%;
    height: auto;
    background-color: #fffffb;
    border-radius: 8px;
    margin: 0 auto;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.05);
    position: relative;
    padding-top: 25px;
    padding-bottom: 100px;
  }

  .bc_tpl_news .bc_container .bc_content_title {
    width: 160px;
    margin: 0px auto 20px;
    position: relative;
    top: 0px;
    left: 0px;
    height: auto;
  }

  .bc_tpl_news .bc_container .bc_content {
    margin-left: 0px;
    padding: 0 12px;
  }

  .bc_tpl_news .bc_container .bc_content .bc_event {
    width: 100%;
    height: auto;
    background-color: #fcf3df;
    border-radius: 5px;
    background-image: url(/user_data/packages/default/client/img/btn_arrow_or.png);
    background-repeat: no-repeat;
    background-position: right 16px top 46px;
  }

  .bc_tpl_news .bc_container .bc_content .bc_event .bc_label {
    color: #fff;
    background-color: #ed784a;
    width: 70px;
    height: 20px;
    display: block;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
  }

  .bc_tpl_news .bc_container .bc_content .bc_event .bc_desc {
    display:inline-block;
    width: 90%;
    font-size: 14px;
    line-height: 1.6em;
    color: #52433d;
    padding-left: 0px;
    margin-top: 12px;
  }

  .bc_tpl_news .bc_container .bc_content ul {
    margin-top: 0px;
  }

  .bc_tpl_news .bc_container .bc_content ul li .bc_date {
    font-size: 14px;
    color: #b4a582;
    display: inline-block;
    width: 150px;
    padding-left: 6px;
    float: left;
    margin-top: 18px;
  }

  .bc_tpl_news .bc_container .bc_content ul li .bc_desc {
    width: 100%;
    margin-top: 6px;
    padding-left: 6px;
  }

  .bc_tpl_news .bc_container .bc_btn_list {
    width: 150px;
    height: 50px;
    border: 1px solid #734338;
    border-radius: 5px;
    position: absolute;
    bottom: 30px;
    right: 12px;
    left:auto;
  }
}

/**
 *   contents
 */

.bc_tpl_fr_top-newcontents {
  /*background-color: #f9f4ea;*/
  padding-bottom: 100px;
  padding-top: 50px;
}

.bc_tpl_fr_top-newcontents .bc_contents {
  width: 100%;
  max-width: 1080px;
  margin: 70px auto 0;
  display:flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bc_tpl_fr_top-newcontents .bc_contents .fr_recipecontents {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.bc_tpl_fr_top-newcontents .bc_contents .fr_recipecontents img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.bc_tpl_fr_top-newcontents .bc_contents .bc_cate_label {
  display:inline-block;
  color: #ab9d7b;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding:0 15px;
  border: 1px solid #AB9D7B;
  margin-top: 14px;
  margin-bottom: 10px;
}

.bc_tpl_fr_top-newcontents .bc_contents .bc_desc {
  font-size: 14px;
}

.bc_tpl_fr_top-newcontents .bc_contents .bc_item_col1 {
  display:inline-block;
  width: 100%;
  margin-bottom: 40px;
}

.bc_tpl_fr_top-newcontents .bc_contents .bc_item_col2 {
  display:inline-block;
  width: 49%;
  margin-bottom: 40px;
}

.bc_tpl_fr_top-newcontents .bc_contents a {
  display:block;
  text-decoration: none;
  color: #734338;
}

.bc_tpl_fr_top-newcontents .bc_contents a:hover .bc_photo {
  opacity: 0.8;
}

.bc_tpl_fr_top-newcontents .bc_contents a:hover .bc_desc {
  text-decoration: underline;
}

.bc_tpl_fr_top-newcontents .bc_btn_list {
  width: 250px;
  height: 50px;
  border: 1px solid #734338;
  border-radius: 5px;
  margin:50px auto;
}

.bc_tpl_fr_top-newcontents .bc_btn_list a {
  font-size: 14px;
  color: #734338;
  line-height: 50px;
  display:block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br.png");
  background-repeat:no-repeat;
  background-position:right 18px top 20px;
  text-align: center;
}

.bc_tpl_fr_top-newcontents .bc_btn_list a:hover {
  background-color: #734338;
  color: #fff;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_w.png");
}


@media only screen and (max-width: 767px) {

  .bc_tpl_fr_top-newcontents .bc_contents {
    margin:0 auto;
  }

  .bc_tpl_fr_top-newcontents .bc_contents .bc_item_col1 {
    display: inline-block;
    width: 93%;
    margin:0 auto 25px;
  }

  .bc_tpl_fr_top-newcontents .bc_contents .bc_item_col2 {
    display: inline-block;
    width: 93%;
    margin:0 auto 25px;
  }


  .bc_tpl_fr_top-newcontents .bc_contents a .bc_photo {
    height: 215px;
    overflow: hidden;
    position:relative;
  }

  .bc_tpl_fr_top-newcontents .bc_contents a .bc_photo img {
    position: absolute;
    height:100%;
    width:auto;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .bc_tpl_fr_top-newcontents .bc_btn_list {
    margin:20px auto;
  }

  .bc_tpl_fr_top-newcontents {
    padding-bottom: 50px;
  }
}

/**
 *   search
 */
.bc_tpl_fr_top-search {
  padding-top: 100px;
  padding-bottom: 100px;
}

.bc_tpl_fr_top-search .bc_content_title {
  margin-bottom: 60px;
}

.bc_tpl_fr_top-search .bc_container {
  overflow: hidden;
  max-width: 1107px;
  margin:0 auto;
}

.bc_tpl_fr_top-search .bc_container ul {
  display:flex;
  flex-wrap: wrap;
}

.bc_tpl_fr_top-search .bc_container ul li {
  display:flex;
  width: 345px;
  height: 90px;
  background-image: url("/user_data/packages/default/client/img/search_item_bg.png");
  position:relative;
  margin:12px;
}

.bc_tpl_fr_top-search .bc_container ul li a {
  display:flex;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #734338;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br.png");
  background-repeat:no-repeat;
  background-position:right 8px top 50%;
  padding-left: 98px;
  font-size: 16px;
  letter-spacing:-0.05em;
}

.bc_tpl_fr_top-search .bc_container ul li:hover {
  opacity:0.8;
}

.bc_tpl_fr_top-search .bc_container ul li:after {
  content:"";
  width: 58px;
  height: 58px;
  display:block;
  position:absolute;
  top: 16px;
  left: 20px;
}

.bc_tpl_fr_top-search .bc_container ul li.bc_item01:after { background-image: url("/user_data/packages/default/client/img/search_icon_01.png");}
.bc_tpl_fr_top-search .bc_container ul li.bc_item02:after { background-image: url("/user_data/packages/default/client/img/search_icon_02.png");}
.bc_tpl_fr_top-search .bc_container ul li.bc_item03:after { background-image: url("/user_data/packages/default/client/img/search_icon_03.png");}
.bc_tpl_fr_top-search .bc_container ul li.bc_item04:after { background-image: url("/user_data/packages/default/client/img/search_icon_04.png");}
.bc_tpl_fr_top-search .bc_container ul li.bc_item05:after { background-image: url("/user_data/packages/default/client/img/search_icon_05.png");}
.bc_tpl_fr_top-search .bc_container ul li.bc_item06:after { background-image: url("/user_data/packages/default/client/img/search_icon_06.png");}
.bc_tpl_fr_top-search .bc_container ul li.bc_item07:after { background-image: url("/user_data/packages/default/client/img/search_icon_07.png");}
.bc_tpl_fr_top-search .bc_container ul li.bc_item08:after { background-image: url("/user_data/packages/default/client/img/search_icon_08.png");}
.bc_tpl_fr_top-search .bc_container ul li.bc_item09:after { background-image: url("/user_data/packages/default/client/img/search_icon_09.png");}
.bc_tpl_fr_top-search .bc_container ul li.bc_item10:after { background-image: url("/user_data/packages/default/client/img/search_icon_10.png");}
.bc_tpl_fr_top-search .bc_container ul li.bc_item11:after { background-image: url("/user_data/packages/default/client/img/search_icon_11.png");}
.bc_tpl_fr_top-search .bc_container ul li.bc_item12:after { background-image: url("/user_data/packages/default/client/img/search_icon_12.png");}

.bc_tpl_fr_top-search .gift_banner {
  max-width: 1080px;
  height: 110px;
  margin:90px auto 0;
  background-image: url("/user_data/packages/default/client/img/gift_banner.png");
  overflow: hidden;
}

.bc_tpl_fr_top-search .gift_banner:hover {
  opacity: 0.8;
}

.bc_tpl_fr_top-search .gift_banner a {
  display:block;
  width:100%;
  height:100%;
  text-decoration: none;
  color: #52433d;
  padding-top: 22px;
  box-sizing: border-box;
}

.bc_tpl_fr_top-search .gift_banner .bc_title {
  display:block;
  font-size: 22px;
  font-family: serif;
  text-align: center;
}

.bc_tpl_fr_top-search .gift_banner .bc_desc {
  display:block;
  font-size: 14px;
  text-align: center;
  margin-top: 8px;
}


@media only screen and (max-width: 767px) {

  .bc_tpl_fr_top-search {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .bc_tpl_fr_top-search .bc_content_title {
    margin-bottom: 0px;
  }

  .bc_tpl_fr_top-search .bc_container {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
  }

  .bc_tpl_fr_top-search .bc_container ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding:0 15px;
  }

  .bc_tpl_fr_top-search .bc_container ul li {
    display: flex;
    width: calc(50% - 7.5px);
    height: 60px;
    font-size: 3.5vw;
    background-image: none;
    background-color: #F9F4EA;
    position: relative;
    margin: 15px 0 0;
    box-shadow:0px 0px 5px 0px #eae3d3 inset;
    -moz-box-shadow:0px 0px 5px 0px #eae3d3 inset;
    -webkit-box-shadow:0px 0px 5px 0px #eae3d3 inset;
  }

  .bc_tpl_fr_top-search .bc_container ul li:after {
    content:"";
    width: 29px;
    height: 29px;
    background-size: contain;
    display:block;
    position:absolute;
    top: 16px;
    left: 16px;
  }

  .bc_tpl_fr_top-search .bc_container ul li a {
    padding-left: 50px;
    font-size: 13px;
  }

  .bc_tpl_fr_top-search .bc_container ul li.sp_wcol {
    width: 100%;
  }

  .bc_tpl_fr_top-search .bc_container ul li.sp_wcol a {
    padding-left: 56px;
  }

  .bc_tpl_fr_top-search .gift_banner {
    width: calc(100% - 30px);
    height: 0px;
    padding-top:23.6%;
    margin: 60px auto 0;
    background-image: url(/user_data/packages/default/client/img/gift_banner_sp.png);
    background-size: contain;
    overflow: hidden;
    position:relative;
  }

  .bc_tpl_fr_top-search .gift_banner a {
    position:absolute;
    top:0;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #52433d;
    padding-top: 14px;
    box-sizing: border-box;
  }

  .bc_tpl_fr_top-search .gift_banner .bc_title {
    font-size: 13px;
  }

  .bc_tpl_fr_top-search .gift_banner .bc_desc {
    font-size: 10px;
  }

}

/**
 *   recommend
 */
.bc_tpl_fr_top-recommend {
  /*padding-top: 135px;*/
  padding-bottom: 50px;
  background-color: #f9f4ea;
  position:relative;
}

.bc_tpl_fr_top-recommend .bc_content_title {
  margin-bottom: 73px;
}

.bc_tpl_fr_top-recommend .bc_badge {
  width: 100px;
  height: 100px;
  border-radius: 50px;
  font-size: 14px;
  color: #fff;
  background-color: #e8b647;
  position:absolute;
  z-index: 10;
  top: 240px;
  left: calc(50% - 375px);
  text-align: center;
  box-sizing:border-box;
  padding-top: 28px;
}

.bc_tpl_fr_top-recommend .bc_badge:after {
  content:"";
  width: 92px;
  height: 92px;
  border-radius: 46px;
  border:1px solid #fff;
  position:absolute;
  top:4px;
  left:4px;
}

.bc_tpl_fr_top-recommend .bc_slide_container {
  width: 100%;
  height: 482px;
  position:relative;
  overflow: hidden;
  /*margin-top: 40px;*/
  margin-bottom: 110px;
}

.bc_tpl_fr_top-recommend .bc_slider {
  width: 100%;
  height: 482px;
  margin: 0 auto;
}

.bc_tpl_fr_top-recommend .bc_slider li {
  width: 980px;
  height: 482px;
}

.bc_tpl_fr_top-recommend .bc_slider li a {
  display:block;
  width: 100%;
  height: 100%;
  position:relative;
}

.bc_tpl_fr_top-recommend .bc_slider li a:hover {
  opacity: 0.8;
}

.bc_tpl_fr_top-recommend .bc_slider li .bc_title {
  width: 980px;
  height: 90px;
  position: absolute;
  bottom:0;
  left:0;
  background-color: rgba(255, 255, 255, 0.6);
  font-size: 18px;
  color: #52433d;
  padding-top: 18px;
  padding-left: 32px;
  box-sizing: border-box;
}

.bc_tpl_fr_top-recommend ul li img {
  width: 100%;
  height: auto;
}

.bc_tpl_fr_top-recommend .bc_slide_container .bc_cover {
  width: 800px;
  height: 482px;
  background-color: rgba(180, 165, 130, 0.6);
  position:absolute;
}

.bc_tpl_fr_top-recommend .bc_slide_container .bc_cover_left {
  top:0;
  right:calc(50% + 490px);
}

.bc_tpl_fr_top-recommend .bc_slide_container .bc_cover_right {
  top:0;
  left:calc(50% + 490px);
}

.bc_tpl_fr_top-recommend .bc_item_list ul {
  max-width: 1136px;
  margin:0 auto;
  font-size: 0;
}

.bc_tpl_fr_top-recommend .bc_item_list li {
  display:inline-block;
  width: 230px;
  margin:0 27px 30px;
  vertical-align: top;
}

.bc_tpl_fr_top-recommend .bc_item_list li a {
  display:block;
  text-decoration: none;
}

.bc_tpl_fr_top-recommend .bc_item_list li a .bc_photo {
  width: 230px;
  height: 230px;
  position:relative;
  overflow: hidden;
}

.bc_tpl_fr_top-recommend .bc_item_list li a .bc_photo img {
  position: absolute;
  height:100%;
  width:auto;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.bc_tpl_fr_top-recommend .bc_item_list li a:hover .bc_photo {
  opacity: 0.8;
}

.bc_tpl_fr_top-recommend .bc_item_list li .bc_label {
  display:inline-block;
  font-size: 12px;
  margin-top: 20px;
  padding:0 15px;
  width:auto;
  height:30px;
  line-height: 30px;
  border:1px solid #AB9D7B;
  color: #AB9D7B;
}

.bc_tpl_fr_top-recommend .bc_item_list li a .bc_title {
  width: 100%;
  margin-top: 16px;
  font-size: 18px;
}

.bc_tpl_fr_top-recommend .bc_item_list li a .bc_title {
  color: #52433d;
  text-decoration: none;
}

.bc_tpl_fr_top-recommend .bc_item_list li a:hover .bc_title {
  text-decoration: none;
  opacity: 0.8;
}


@media only screen and (max-width: 767px) {
  .bc_tpl_fr_top-recommend {
    /*padding-top: 65px;
    padding-bottom: 50px;*/
    background-color: #f9f4ea;
  }

  .bc_tpl_fr_top-recommend .bc_content_title {
    margin-bottom: 0px;
  }

  .bc_tpl_fr_top-recommend .bc_badge {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    top: 150px;
    left: calc(50% - 125px);
    padding-top: 14px;
    font-size: 10px;
  }

  .bc_tpl_fr_top-recommend .bc_badge:after {
    content:"";
    width: 54px;
    height: 54px;
    border-radius: 27px;
    border:1px solid #fff;
    position:absolute;
    top:3px;
    left:3px;
  }

  .bc_tpl_fr_top-recommend .bc_slide_container {
    margin-top: 0;
    height:285px;
    margin-bottom: 30px;
  }

  .bc_tpl_fr_top-recommend .bc_slider {
    width: 100%;
    height: 285px;
    margin: 0 auto;
  }

  .bc_tpl_fr_top-recommend .bc_slider li {
    width: 275px;
    height: 285px;
  }

  .bc_tpl_fr_top-recommend .bc_slider li a {
    display:block;
    width: 100%;
    height: 100%;
    position:relative;
  }

  .bc_tpl_fr_top-recommend .bc_slider li a:hover {
    opacity: 0.8;
  }

  .bc_tpl_fr_top-recommend .bc_slider li a {
    overflow: hidden;
  }

  .bc_tpl_fr_top-recommend .bc_slider li a img {
    position: absolute;
    height:100%;
    width:auto;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
  }

  .bc_tpl_fr_top-recommend .bc_slider li .bc_title {
    width: 100%;
    height: 65px;
    position: absolute;
    bottom:0;
    left:0;
    font-size: 13px;
    color: #52433d;
    padding-top: 14px;
    padding-left: 20px;
    box-sizing: border-box;
  }

  .bc_tpl_fr_top-recommend ul li img {
    width: 100%;
    height: auto;
  }

  .bc_tpl_fr_top-recommend .bc_slide_container .bc_cover {
    width: 300px;
    height: 285px;
    background-color: rgba(180, 165, 130, 0.6);
    position:absolute;
  }

  .bc_tpl_fr_top-recommend .bc_slide_container .bc_cover_left {
    top:0;
    right:calc(50% + 137.5px);
  }

  .bc_tpl_fr_top-recommend .bc_slide_container .bc_cover_right {
    top:0;
    left:calc(50% + 137.5px);
  }


  .bc_tpl_fr_top-recommend .bc_item_list ul {
    width: 100%;
    margin:0 auto;
    font-size: 0;
    text-align: center;
  }

  .bc_tpl_fr_top-recommend .bc_item_list li {
    display:inline-block;
    width: 40%;
    margin:6% 1.866666666666667%;
    vertical-align: top;
  }


  .bc_tpl_fr_top-recommend .bc_item_list li a .bc_photo {
    width: 100%;
    height:0;
    padding-top: 100%;
    position:relative;
    overflow: hidden;
  }

  .bc_tpl_fr_top-recommend .bc_item_list li .bc_label {
    font-size: 10px;
    margin-top: 15px;
    padding: 0 15px;
    width: auto;
    height: 20px;
    line-height: 20px;
  }

  .bc_tpl_fr_top-recommend .bc_item_list li a .bc_title {
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }

}


/**
 *   product
 */
.bc_tpl_fr_top-product {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f9f4ea;
}
@media (max-width: 767px) {
  .bc_tpl_fr_top-product {
    padding-bottom: 50px;
  }
}

.bc_tpl_fr_top-product ul {
  max-width: 1120px;
  margin: 80px auto 60px;
  font-size: 0;
}

.bc_tpl_fr_top-product ul li {
  display:inline-block;
  width: 240px;
  margin: 0 20px;
  margin-bottom: 70px;
}

.bc_tpl_fr_top-product ul li a {
  display:block;
}

.bc_tpl_fr_top-product ul li img {
  border-radius: 120px;
  margin-bottom: 25px;
}

.bc_tpl_fr_top-product ul li:hover img {
  opacity: 0.8;
}

.bc_tpl_fr_top-product ul li .bc_title {
  display:inline-block;
  width:100%;
  text-align: center;
  font-size: 18px;
  color: #52433d;
}

.bc_tpl_fr_top-product ul li:hover .bc_title {
  text-decoration: none;
}


@media only screen and (max-width: 767px) {

  .bc_tpl_fr_top-product {
    padding-top: 50px;
  }

  .bc_tpl_fr_top-product ul {
    width: 100%;
    margin: 10px auto 20px;
    font-size: 0;
    text-align: center;
  }

  .bc_tpl_fr_top-product ul li {
    display:inline-block;
    width: 40%;
    margin: 0 3.333333333333333%;
    margin-bottom: 40px;
  }

  .bc_tpl_fr_top-product ul li a {
    display:block;
  }

  .bc_tpl_fr_top-product ul li img {
    border-radius: 120px;
    margin-bottom: 15px;
    width: 100%;
  }

  .bc_tpl_fr_top-product ul li .bc_title {
    font-size: 14px;
  }

}

/**
 *   shop list
 */
.bc_tpl_fr_top-shoplist {
  width: 100%;
  height: 560px;
  background-image: url("/user_data/packages/default/client/img/shop_image.jpg");
  background-size:cover;
  background-attachment:fixed;
  position:relative;
}

.bc_tpl_fr_top-shoplist * {
  box-sizing: border-box;
}

.bc_tpl_fr_top-shoplist .bc_content {
  width: 405px;
  height: 345px;
  background-color: rgba(254, 255, 251, 0.9);
  position:absolute;
  top:110px;
  left:calc(50% + 180px);
  box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.1);
  padding-top: 60px;
}

.bc_tpl_fr_top-shoplist .bc_btn_list {
  width: 250px;
  height: 50px;
  border: 1px solid #734338;
  border-radius: 5px;
  margin:60px auto 0;
}

.bc_tpl_fr_top-shoplist .bc_btn_list a {
  font-size: 14px;
  color: #734338;
  line-height: 50px;
  display:block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br.png");
  background-repeat:no-repeat;
  background-position:right 18px top 20px;
  text-align: center;
}

.bc_tpl_fr_top-shoplist .bc_btn_list a:hover {
  background-color: #734338;
  color: #fff;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_w.png");
}

@media only screen and (max-width: 767px) {

  .bc_tpl_fr_top-shoplist {
    width: 100%;
    height: 387px;
    background-image: url("/user_data/packages/default/client/img/shop_image_sp.jpg");
    background-size:contain;
    background-repeat:no-repeat;
    /* background-position:center center; */
    background-attachment:scroll;
    /*background-attachment:inherit;*/
    position:relative;
  }

  .bc_tpl_fr_top-shoplist .bc_content {
    width: 100%;
    height: 165px;
    background-color: rgba(254, 255, 251, 0.9);
    position:absolute;
    top:auto;
    bottom:0;
    left:0;
    box-shadow: none;
    padding-top: 15px;
  }

  .bc_tpl_fr_top-shoplist .bc_content .bc_content_title {
    height:60px;
  }

  .bc_tpl_fr_top-shoplist .bc_content .bc_content_title_en:after {
    margin: 10px auto 0;
  }

  .bc_tpl_fr_top-shoplist .bc_btn_list {
    width: 250px;
    height: 50px;
    border: 1px solid #734338;
    border-radius: 5px;
    margin: 15px auto 0;
  }
}

/**
 *  instagram
 */
.bc_tpl_instagram {
  padding: 125px 0;
  background-color: #f9f4ea;
}

.bc_tpl_instagram .bc_container {
  max-width:1080px;
  height:535px;
  background-color: #fff;
  box-shadow:0px 0px 6px 3px rgba(0,0,0,0.1);
  margin:0 auto;
  position:relative;
}

.bc_tpl_instagram .bc_container .bc_img {
  position:absolute;
  width:170px;
  height:165px;
  overflow: hidden;
}

.bc_tpl_instagram .bc_container .bc_img a:hover {
  opacity: 0.8;
}

.bc_tpl_instagram .bc_container .bc_img img {
  width: 100%;
  height:auto;
}

.bc_tpl_instagram .bc_container .bc_img01 {
  top:10px;
  left:10px;
  width: 347px;
  height: 341px;
}

.bc_tpl_instagram .bc_container .bc_img02 {
  bottom:10px;
  right:10px;
  width: 347px;
  height: 341px;
}

.bc_tpl_instagram .bc_container .bc_img03 {
  top: 10px;
  left:365px;
}

.bc_tpl_instagram .bc_container .bc_img04 {
  top: 10px;
  left:543px;
}

.bc_tpl_instagram .bc_container .bc_img05 {
  top: 10px;
  left:722px;
}

.bc_tpl_instagram .bc_container .bc_img06 {
  top: 10px;
  left: 899px;
}

.bc_tpl_instagram .bc_container .bc_img07 {
  bottom: 10px;
  left: 10px;
}

.bc_tpl_instagram .bc_container .bc_img08 {
  bottom: 10px;
  left: 188px;
}

.bc_tpl_instagram .bc_container .bc_img09 {
  bottom: 10px;
  left:365px;
}

.bc_tpl_instagram .bc_container .bc_img10 {
  bottom: 10px;
  left:543px;
}
.bc_tpl_instagram .bc_title {
  position: absolute;
  top: 230px;
  left: 468px;
  font-size: 28px;
  color: #734338;
}

.bc_tpl_instagram .bc_account {
  position: absolute;
  top: 280px;
  left: 495px;
}

.bc_tpl_instagram .bc_account a {
  text-decoration: none;
  font-size: 14px;
  color: #b4a582;
}

.bc_tpl_instagram .bc_account a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {

  .bc_tpl_instagram {
    padding: 60px 0;
    background-color: #f9f4ea;
  }

  .bc_tpl_instagram .bc_container {
    width:93.33333333333333%;
    height:93.33333333333333%;
    background-color: #fff;
    box-shadow: 0px 0px 6px 3px rgba(0,0,0,0.05);
    margin:0 auto;
    position:relative;
    padding:2.6%;
    box-sizing: border-box;
    border-radius:3px;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 0;
  }

  .bc_tpl_instagram .bc_container .bc_img {
    position:static;
    width:32.5%;
    height:auto;
    margin:0.5vw 0;
    overflow: hidden;
  }

  .bc_tpl_instagram .bc_container .bc_img a {
    display:block;
    width: 100%;
    height: 100%;
  }

  .bc_tpl_instagram .bc_container .bc_img09 {
    display:none;
  }

  .bc_tpl_instagram .bc_container .bc_img10 {
    display:none;
  }

  .bc_tpl_instagram .bc_container > .bc_title {
    display:none;
  }

  .bc_tpl_instagram .bc_container > .bc_account {
    display:none;
  }

  .bc_tpl_instagram .bc_label {
    padding-top: 7vw;
  }

  .bc_tpl_instagram .bc_label .bc_title {
    position: static;
    font-size: 17px;
    color: #734338;
    text-align: center;
  }

  .bc_tpl_instagram .bc_label .bc_account {
    position: static;
    font-size: 10px;
    color: #b4a582;

  }
  .bc_tpl_instagram .bc_label .bc_account a {
    text-align: center;
  }

}

/*
 * gallery
 */

.bc_tpl_gallery .bc_desc {
  width: 530px;
  margin: 70px auto 100px;
  font-size: 14px;
}

.bc_tpl_gallery .bc_item_container {
  max-width: 1110px;
  margin:0 auto;
  font-size: 0;
}

.bc_tpl_gallery .bc_item_container .bc_item {
  display:inline-block;
  width: 340px;
  height: 340px;
  margin:0 15px;
  position:relative;
  overflow: hidden;
}

.bc_tpl_gallery .bc_item_container .bc_item a {
  display: block;
  width: 100%;
  height: 100%;
}

.bc_tpl_gallery .bc_item_container .bc_item img {
  position:absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
  height:auto;
}

.bc_tpl_gallery .bc_item_container .bc_item .bc_caption01 {
  display: none;
  width: 300px;
  height: 300px;
  font-size: 20px;
  position:absolute;
  top:20px;
  left:20px;
  line-height: 300px;
  color: #734338;
  text-align: center;
  background-color: rgba(254,243,212,0.8);
  z-index: 2;
}
.bc_tpl_gallery .bc_item_container .bc_item .bc_caption02 {
  display: none;
  width: 300px;
  height: 300px;
  font-size: 20px;
  position:absolute;
  top:20px;
  left:20px;
  line-height: 300px;
  color: #734338;
  text-align: center;
  background-color: rgba(255,228,222,0.8);
  z-index: 2;
}
.bc_tpl_gallery .bc_item_container .bc_item .bc_caption03 {
  display: none;
  width: 300px;
  height: 300px;
  font-size: 20px;
  position:absolute;
  top:20px;
  left:20px;
  line-height: 300px;
  color: #734338;
  text-align: center;
  background-color: rgba(255,239,144,0.8);
  z-index: 2;
}
.bc_tpl_gallery .bc_item_container .bc_item .bc_caption01.bc_hover {
  display: block;
}
.bc_tpl_gallery .bc_item_container .bc_item .bc_caption02.bc_hover {
  display: block;
}
.bc_tpl_gallery .bc_item_container .bc_item .bc_caption03.bc_hover {
  display: block;
}

.bc_tpl_gallery {
  padding: 125px 0 230px;
}

@media only screen and (max-width: 767px) {

  .bc_tpl_gallery {
    padding: 50px 0 50px;
  }

  .bc_tpl_gallery .bc_desc {
    width: 84%;
    margin: 0px auto 36px;
    font-size: 14px;
  }

  .bc_tpl_gallery .bc_item_container {
    width: 100%;
    margin: 0 auto;
    font-size: 0;
  }

  .bc_tpl_gallery .bc_item_container .bc_item {
    display: inline-block;
    width: 100%;
    height: 0;
    padding-top: 100%;
    margin: 0 0px 20px;
    position: relative;
    overflow: hidden;
  }

  .bc_tpl_gallery .bc_item_container .bc_item a {
    display:block;
    width: 100%;
    height: 100%;
    position:absolute;
    top:0;
  }

  .bc_tpl_gallery .bc_item_container .bc_item img {
    position:absolute;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 100%;
    height:auto;
  }

  .bc_tpl_gallery .bc_item_container .bc_item .bc_caption {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    opacity: 1;
    top:auto;
    bottom:0;
    left:0;
    background-image: url("/user_data/packages/default/client/img/btn_arrow_s_w.png");
    background-repeat:no-repeat;
    background-position:right 16px top 22px;
    font-size: 14px;
  }
}

/**
 *   footer
 */

.bc_tpl_footer {
  width: 100%;
  background-color: #f9f4ea;
  position:relative;
  padding-top: 35px;
  box-sizing: border-box;
}

.bc_tpl_footer .bc_page_top {
  position: absolute;
  top: -45px;
  width: 106px;
  height: 106px;
  background-color: #f9f4ea;
  border-radius: 53px;
  background-image: url(/user_data/packages/default/client/img/icon_pagetop.png);
  background-repeat: no-repeat;
  background-position: center 30px;
  display: block;
  right: 5px;
  transition: none;
  text-align: center;
}

.bc_tpl_footer .bc_page_top:hover {
  opacity: 0.8;
}

.bc_tpl_footer .bc_page_top a {
  display:block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 11px;
  color: #b4a582;
  text-decoration: none;
  padding-top: 72px;
  box-sizing: border-box;
}

.bc_tpl_footer .bc_nav {
  max-width: 996px;
  margin:0 auto;
  padding-left: 36px;
  padding-bottom: 15px;
  position:relative;
  overflow: hidden;
}

.bc_tpl_footer .bc_nav .bc_item_product {
  margin-bottom: 20px;
}

.bc_tpl_footer .bc_nav .bc_item_product a {
  font-size: 13px;
  text-decoration: none;
  color: #52433d;
}

.bc_tpl_footer .bc_nav .bc_item_product a:hover {
  text-decoration: underline;
}

.bc_tpl_footer .bc_nav ul {
  width: 700px;
}

.bc_tpl_footer .bc_nav ul li {
  width: 170px;
  display:inline-block;
  margin-bottom: 14px;
}
@media screen and (min-width: 768px) {
  .bc_tpl_footer .bc_nav ul li a {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .bc_tpl_footer .bc_nav ul li a {
    font-size: 11px;
    text-decoration: none;
    color: #52433d;
    letter-spacing: -0.05em;
  }
}
.bc_tpl_footer .bc_nav ul li a:hover {
  text-decoration: none;
}

.bc_tpl_footer .bc_nav ul li a span:before {
  content:"";
  display:inline-block;
  width: 36px;
  height: 36px;
  border-radius: 18px;
  background-size:cover;
  vertical-align: middle;
  margin-right: 16px;
}

.bc_tpl_footer .bc_nav ul li a:hover span:before {
  opacity:0.8;
}

.bc_tpl_footer .bc_nav ul li a .bc_img01:before {background-image: url("/user_data/packages/default/client/img/product_img_01.jpg");}
.bc_tpl_footer .bc_nav ul li a .bc_img02:before {background-image: url("/user_data/packages/default/client/img/product_img_02.jpg");}
.bc_tpl_footer .bc_nav ul li a .bc_img03:before {background-image: url("/user_data/packages/default/client/img/product_img_03.jpg");}
.bc_tpl_footer .bc_nav ul li a .bc_img04:before {background-image: url("/user_data/packages/default/client/img/product_img_04.jpg");}
.bc_tpl_footer .bc_nav ul li a .bc_img05:before {background-image: url("/user_data/packages/default/client/img/product_img_05.jpg");}
.bc_tpl_footer .bc_nav ul li a .bc_img06:before {background-image: url("/user_data/packages/default/client/img/product_img_06.jpg");}
.bc_tpl_footer .bc_nav ul li a .bc_img07:before {background-image: url("/user_data/packages/default/client/img/product_img_07.jpg");}
.bc_tpl_footer .bc_nav ul li a .bc_img08:before {background-image: url("/user_data/packages/default/client/img/product_img_08.jpg");}
.bc_tpl_footer .bc_nav ul li a .bc_img09:before {background-image: url("/user_data/packages/default/client/img/product_img_09.jpg");}

.bc_tpl_footer .bc_nav .bc_items {
  width: 180px;
  position:absolute;
  right:60px;
  top:0;
}

.bc_tpl_footer .bc_nav .bc_items ul {
  width: 180px;
}

.bc_tpl_footer .bc_nav .bc_items ul li {
  display:list-item;
  font-size: 14px;
  margin-bottom: 25px;
}

.bc_tpl_footer .bc_nav .bc_items ul li a {
  font-size: 13px;
}

.bc_tpl_footer .bc_bottom {
  width: 100%;
  height: 165px;
  background-color: #b4a582;
}

.bc_tpl_footer .bc_bottom .bc_container {
  max-width: 996px;
  height: 165px;
  margin:0 auto;
  padding: 24px 18px;
  box-sizing: border-box;
  position:relative;
}

.bc_tpl_footer .bc_bottom .bc_container .bc_logo {
  /*width: 166px;*/
  height: 42px;
  overflow: hidden;
  margin-bottom: 26px;
}
  .bc_tpl_footer .bc_bottom .bc_container .bc_logo02 {
    /*width: 166px;*/
    height: 90px;
    overflow: hidden;
    margin-bottom: 10px;
  }

.bc_tpl_footer .bc_bottom .bc_container .bc_logo img {
  width: 422px;
  position: relative;
  top: -117px;
  left: -129px;
}
  .bc_tpl_footer .bc_bottom .bc_container .bc_logo02 img {
    width: 422px;
    position: relative;
    top: -105px;
    left: -129px;
  }

.bc_tpl_footer .bc_bottom .bc_container ul {
  margin-bottom: 5px;
  width: 60%;
}

.bc_tpl_footer .bc_bottom .bc_container ul li {
  display:inline-block;
  margin-bottom: 10px;
}

.bc_tpl_footer .bc_bottom .bc_container ul li:after {
  content:"";
  display:inline-block;
  width:1px;
  height:13px;
  background-color: #fff;
  position:relative;
  top:2px;
  margin-left: 18px;
  margin-right: 18px;
}

.bc_tpl_footer .bc_bottom .bc_container ul li:last-child:after {
  content:none;
}

.bc_tpl_footer .bc_bottom .bc_container ul li a {
  font-size: 11px;
  color: #fff;
  text-decoration: none;
}

.bc_tpl_footer .bc_bottom .bc_container ul li a:hover {
  text-decoration: none;
}

.bc_tpl_footer .bc_bottom .bc_container .bc_copyright {
  font-size: 9px;
  color: #fff;
}

.bc_tpl_footer .bc_bottom .bc_container .bc_sns {
  width: 100px;
  height: 30px;
  position:absolute;
  top:22px;
  right:0;
  text-align: right;
}

.bc_tpl_footer .bc_bottom .bc_container .bc_sns *:hover {
  opacity: 0.8;
}

.bc_tpl_footer .bc_bottom .bc_container .bc_sns .bc_facebook {
  display:inline-block;
  width: 27px;
  height: 27px;
  background-image: url("/user_data/packages/default/client/img/icon_fb.png");
  background-repeat:no-repeat;
  background-position: center center;
  margin-right: 14px;
}

.bc_tpl_footer .bc_bottom .bc_container .bc_sns .bc_instagram {
  display:inline-block;
  width: 26px;
  height: 26px;
  background-image: url("/user_data/packages/default/client/img/icon_insta.png");
}


.bc_tpl_footer .bc_bottom .bc_container .bc_sns a {
  display:block;
  width: 100%;
  height: 100%;
}

.bc_tpl_footer .bc_bottom .bc_container .bc_btn_inquiry {
  width: 22%;
  height: 50px;
  position:absolute;
  right: 0px;
  bottom: 40px;
}

.bc_tpl_footer .bc_bottom .bc_container .bc_btn_inquiry .footer_btn {
  border:1px solid #fff;
  border-radius: 5px;
  line-height: 50px;
  display:block;
  width: 100%;
  /*height: 100%;*/
  text-decoration: none;
  padding-left: 16px;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_w.png");
  background-repeat:no-repeat;
  background-position:right 16px top 18px;
  box-sizing:border-box;
  margin-bottom: 20px;
}
.bc_tpl_footer .bc_bottom .bc_container .bc_btn_inquiry a {
  font-size: 12px;
  color: #fff;
}

.bc_tpl_footer .bc_bottom .bc_container .bc_btn_inquiry a:hover {
  opacity: 0.8;
}


@media only screen and (max-width: 767px) {

  .bc_tpl_footer .bc_nav {
    width: 100%;
    margin: 0 auto;
    padding-left: 0px;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
  }
  .bc_tpl_footer .bc_title {
    color: #52433d;
    text-align: center;
    font-size: 14px;
    font-family: serif;
    margin-bottom: 28px;
  }

  .bc_tpl_footer .bc_nav ul {
    width: 93.33333333333333%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin:0 auto;
  }

  .bc_tpl_footer .bc_nav ul li {
    width: 48%;
    height: 50px;
    background-color: #fffffb;
    font-size: 12px;
    line-height: 50px;
    background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br_sp.png");
    background-repeat: no-repeat;
    background-size: 3.5px 6px;
    background-position: top 22px right 12px;
  }

  .bc_tpl_footer .bc_nav ul li a {
    display:block;
    width: 100%;
    height: 100%;
  }

  .bc_tpl_footer .bc_nav ul li a span:before {
    content: "";
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 18px;
    background-size: cover;
    vertical-align: middle;
    margin-left: 8px;
    margin-right: 8px;
  }

  .bc_tpl_footer .bc_nav .bc_list {
    text-align: center;
    margin:20px auto 50px;
  }

  .bc_tpl_footer .bc_nav .bc_list:after {
    content:"";
    display:inline-block;
    width: 3.5px;
    height: 6px;
    background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br_sp.png");
    background-size: 3.5px 6px;
    position:relative;
    top: -2px;
    left: 10px;
  }

  .bc_tpl_footer .bc_nav .bc_list a {
    font-size: 14px;
    color: #52433d;
    text-align: center;
    text-decoration: none;
  }

  .bc_tpl_footer .bc_page_top {
    position:static;
    width: 100%;
    height: 45px;
    background-color: #d0c5ac;
    border-radius: 0;
    background-image: none;
  }

  .bc_tpl_footer .bc_page_top a {
    padding-top: 0;
    font-size: 12px;
    letter-spacing: 0.2em;
    line-height: 45px;
    color: #fff;
    width: 100%;
    height: 100%;
    display:block;
  }

  .bc_tpl_footer .bc_page_top a:after {
    content:"";
    display:inline-block;
    width: 10px;
    height: 5.5px;
    background-image: url("/user_data/packages/default/client/img/arrow_pagetop_sp.png");
    background-size: 10px 5.5px;
    position:relative;
    top: -2px;
    left: 10px;
  }

  .bc_tpl_footer .bc_bottom {
    width: 100%;
    height: 350px;
    background-color: #b4a582;
  }

  .bc_tpl_footer .bc_bottom .bc_container {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    padding: 24px 0;
    box-sizing: border-box;
    position: relative;
    box-sizing: border-box;
  }

  .bc_tpl_footer .bc_bottom .bc_container .bc_btn_inquiry {
    width: 250px;
    height: 100px;
    position: static;
    margin:0 auto;
  }

  .bc_tpl_footer .bc_bottom .bc_container .bc_btn_inquiry a {
    text-align: center;
  }

  .bc_tpl_footer .bc_bottom .bc_container .bc_sns {
    width: 100px;
    height: 30px;
    position: static;
    text-align: center;
    margin:22px auto 25px;
  }

  .bc_tpl_footer .bc_bottom .bc_container .bc_logo {
    position:absolute;
    bottom:10px;
    width: 100%;
    height: 42px;
  }
  .bc_tpl_footer .bc_bottom .bc_container .bc_logo02 {
    position:absolute;
    bottom:30px;
    width: 100%;
    height: 90px;
  }

  .bc_tpl_footer .bc_bottom .bc_container .bc_logo img {
    left:50%;
    transform: translateX(-50%);
  }
  .bc_tpl_footer .bc_bottom .bc_container .bc_logo02 img {
    left:50%;
    transform: translateX(-50%);
  }

  .bc_tpl_footer .bc_bottom .bc_container .bc_copyright {
    width: 100%;
    display:inline-block;
    text-align: center;
    position:absolute;
    bottom:18px;
  }

  .bc_tpl_footer .bc_bottom .bc_container ul {
    text-align: center;
    transform: scale(0.8);
    transform-origin: center top;
  }

  .bc_tpl_footer .bc_bottom .bc_container ul.bc_link_sp li a {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 1.5px;
  }

  .bc_tpl_footer .bc_bottom .bc_container ul.bc_link_sp li:after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background-color: #fff;
    position: relative;
    top: 2px;
    margin-left: 9px;
    margin-right: 9px;
  }

  .bc_tpl_footer .bc_bottom .bc_container ul.bc_link_sp li:nth-child(4):after,
  .bc_tpl_footer .bc_bottom .bc_container ul.bc_link_sp li:nth-child(7):after {
    content: none;
  }
}



/************************************************************************************************
 *  カテゴリ一覧
 */

.fr_page-c-castella-list {

}
.bc_tpl_topicpath {
  background-color: #f9f4ea;
  width: 100%;
  height: 30px;
}

.fr_page-products-detail .bc_tpl_topicpath {
  background-color: #f9f4ea;
  width: 100%;
  height: 30px;
}

.bc_tpl_topicpath ol {
  max-width: 1080px;
  margin: 0 auto;
  font-size: 0;
  padding: 0;
}

.bc_tpl_topicpath ol li,
.bc_tpl_topicpath ol li.active {
  display: inline-block;
  font-size: 12px;
  line-height: 30px;
  color: #52433d;
}

.bc_tpl_topicpath ol li:after {
  content: ">";
  margin: 0 0.5em;
}

.bc_tpl_topicpath ol li:last-child:after {
  content: none;
}

.bc_tpl_topicpath ol li a {
  color: inherit;
  text-decoration: none;
}

.bc_tpl_topicpath ol li a:hover {
  text-decoration: underline;
}

.bc_category_list {
  padding: 75px 0 230px;
  color: #52433d;
  background-color: #fffffb;
}

.bc_category_list .bc_title {
  margin-bottom: 125px;
}

.bc_category_list .bc_title h1 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 45px;
}

.bc_category_list .bc_title .bc_desc {
  font-size: 16px;
  text-align: center;
}

/* 一覧　*/

.bc_category_list .bc_item_list {
  max-width: 1080px;
  margin: 0 auto;
}

.bc_category_list .bc_item_list .bc_item {
  width: 1080px;
  height: 600px;
  position: relative;
}

.bc_category_list .bc_item_list .bc_item.bc_item_right {
  top: -250px;
  margin-bottom: -175px;
}


.bc_category_list .bc_item_list .bc_item .bc_item_photo {
  width: 450px;
  height: 600px;
  position:absolute;
}

.bc_category_list .bc_item_list .bc_item.bc_item_right .bc_item_photo {
  right: 0px;
}

.bc_category_list .bc_item_list .bc_item .bc_item_info {
  width: 420px;
  position:absolute;
}

.bc_category_list .bc_item_list .bc_item.bc_item_left .bc_item_info {
  left: 490px;
}

.bc_category_list .bc_item_list .bc_item.bc_item_right .bc_item_info {
  left: 170px;
  bottom: 0;
}

.bc_category_list .bc_item_list .bc_item .bc_item_info .bc_item_title {
  color: #ab9d7b;
  font-size: 28px;
  line-height: 1;
}

.bc_category_list .bc_item_list .bc_item .bc_item_info .bc_item_title:after {
  content:"";
  display: block;
  width: 495px;
  height: 1px;
  background-color: #ab9d7b;
  position: relative;
  margin-top: 12px;
}

.bc_category_list .bc_item_list .bc_item.bc_item_left .bc_item_info .bc_item_title:after {
  left: -75px;
}

.bc_category_list .bc_item_list .bc_item .bc_item_info .bc_item_desc {
  margin: 20px 0 45px;
  font-size: 15px;
}

.bc_category_list .bc_item_list .bc_item .bc_item_info .bc_btn_detail {
  width: 250px;
  height: 50px;
  border:1px solid #734338;
  border-radius: 5px;
}

.bc_category_list .bc_item_list .bc_item .bc_item_info .bc_btn_detail a {
  font-size: 14px;
  text-align: center;
  color: #734338;
  line-height: 50px;
  display:block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br.png");
  background-repeat:no-repeat;
  background-position:right 16px top 18px;
  box-sizing: border-box;
}

.bc_category_list .bc_item_list .bc_item .bc_item_info .bc_btn_detail a:hover {
  background-color: #734338;
  color: #fff;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_w.png");
}

@media only screen and (max-width: 767px) {


  .bc_tpl_topicpath {
    padding-left: 1em;
    box-sizing: border-box;
  }

  .bc_tpl_topicpath ol {
    width: 94%;
    margin: 0 auto;
  }

  .bc_tpl_topicpath ol li {
    display: inline-block;
    font-size: 11px;
    line-height: 30px;
    color: #52433d;
  }

  .bc_tpl_topicpath ol li a:hover {
    text-decoration: none;
  }

  .bc_category_list {
    padding: 40px 0 50px;
    color: #52433d;
    background-color: #fffffb;
  }

  .bc_category_list .bc_title {
    margin-bottom: 50px;
  }

  .bc_category_list .bc_title h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }

  .bc_category_list .bc_title .bc_desc {
    font-size: 12px;
    text-align: center;
  }

  /* 一覧　*/

  .bc_category_list .bc_item_list {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }

  .bc_category_list .bc_item_list .bc_item {
    width: 100%;
    height: auto;
    position: static;
  }

  .bc_category_list .bc_item_list .bc_item.bc_item_right {
    margin-bottom: 0px;
  }


  .bc_category_list .bc_item_list .bc_item .bc_item_photo {
    width: 90%;
    height: auto;
    position:static;
    margin: 0 auto 15px;
  }

  .bc_category_list .bc_item_list .bc_item .bc_item_photo img {
    width: 100%;
  }

  .bc_category_list .bc_item_list .bc_item.bc_item_right .bc_item_photo {
    right: 0px;
  }

  .bc_category_list .bc_item_list .bc_item .bc_item_info {
    width: 80%;
    position: static;
    margin: 0 auto;
  }

  .bc_category_list .bc_item_list .bc_item .bc_item_info .bc_item_title {
    font-size: 20px;
    line-height: 1;
  }

  .bc_category_list .bc_item_list .bc_item .bc_item_info .bc_item_title:after {
    content:"";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ab9d7b;
    position: relative;
    margin-top: 12px;
  }

  .bc_category_list .bc_item_list .bc_item.bc_item_left .bc_item_info .bc_item_title:after {
    left: 0px;
  }

  .bc_category_list .bc_item_list .bc_item .bc_item_info .bc_item_desc {
    margin: 20px 0 20px;
    font-size: 13px;
    line-height: 1.8em;
  }

  .bc_category_list .bc_item_list .bc_item .bc_item_info .bc_btn_detail {
    width: 250px;
    height: 50px;
    border:1px solid #734338;
    border-radius: 5px;
    margin: 0 auto 60px;
  }

  .bc_category_list .bc_item_list .bc_item .bc_item_info .bc_btn_detail a {
    font-size: 14px;
    text-align: center;
    color: #734338;
    line-height: 50px;
    display:block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br.png");
    background-repeat:no-repeat;
    background-position:right 16px top 18px;
    box-sizing: border-box;
  }

  .bc_category_list .bc_item_list .bc_item .bc_item_info .bc_btn_detail a:hover {
    background-color: #734338;
    color: #fff;
    background-image: url("/user_data/packages/default/client/img/btn_arrow_w.png");
  }


}



/************************************************************************************************
 *  カステラ一覧
 */
.bc_product_list {
  color: #52433d;
  background-color: #fffffb;
  padding-bottom: 270px;
}

.bc_product_list * {
  box-sizing: border-box;
}

.bc_product_list .bc_header .bc_image {
  height: 280px;
}

@media only screen and (min-width: 768px) {
  .bc_product_list .sp {
    display:none;
  }
}

.bc_product_list .bc_header {
  position:relative;
  width: 100%;
  height: 280px;
  z-index: 0;
  padding-top: 50px;
}

.bc_product_list .bc_header .bc_image {
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 280px;
  overflow: hidden;
}

.bc_product_list .bc_header .bc_image img {
  position:absolute;
  width: auto;
  min-width: 100%;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}

.bc_product_list .bc_header .bc_image:after {
  content:"";
  display:block;
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 280px;
  background-color: rgba(255, 255, 251, 0.8);
}

.bc_product_list .bc_header .bc_title {
  font-size: 30px;
  position:relative;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1;
}

.bc_product_list .bc_header .bc_desc {
  font-size: 16px;
  position:relative;
  text-align: center;
}

.bc_product_list .bc_category_navi {
  padding: 100px 0;
}

.bc_product_list .bc_category_navi ul {
  font-size: 0;
  max-width:1112px;
  text-align: left;
  margin: 0 auto;
}

.bc_product_list .bc_category_navi ul li {
  display:inline-block;
  margin: 10px 14px;
  width: 250px;
  height: 40px;
  border: 1px solid #b4a582;
  color: #52433d;
  font-size: 14px;
  line-height: 40px;
}

.bc_product_list .bc_category_navi ul li:hover {
  background-color: #b4a582;
  color: #fff;
}

.bc_product_list .bc_category_navi ul li a {
  display:block;
  width: 100%;
  height: 100%;
  color: inherit;
  text-decoration: none;
  text-align: center;
}

.bc_product_list .bc_category_navi ul li.active {
  background-color: #b4a582;
  color: #fff;
  pointer-events: none;
}

.bc_product_list .bc_search_result {
  max-width: 1080px;
  margin:0 auto;
}

.bc_product_list .bc_search_result .bc_controls {
  overflow: hidden;
}

.bc_product_list .bc_search_result .bc_controls .bc_hit_count {
  font-size: 12px;
  letter-spacing: 0.2em;
  float:left;
}

.bc_product_list .bc_search_result .bc_controls .bc_hit_count .bc_number {
  font-size: 28px;
  margin: 0 0.2em;
}

.bc_product_list .bc_search_result .bc_controls .bc_sort {
  margin-top: 6px;
  float: right;
}

.bc_product_list .bc_search_result .bc_controls .bc_sort select {
  width: 160px;
  height: 30px;
  line-height: 30px;
  margin-left: 15px;
  font-size: 13px;
}

.bc_product_list .bc_search_result .bc_result_list {
  padding: 50px 0;
  font-size: 0;
}

.bc_product_list .bc_search_result .bc_result_list:after { content: ""; clear: both; height: 0; display: block; visibility: hidden; }

.bc_product_list .bc_search_result .bc_result_list .jumbotron {
  font-size: 13px;
  color: #4b4340;
}

.bc_product_list .bc_search_result .bc_result_list .bc_item {
  display: block;
  float: left;
  width: 333px;
  margin-right: 40px;
  margin-bottom: 50px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.bc_product_list .bc_search_result .bc_result_list .bc_item:nth-child(3n) {
  margin-right: 0px;
}

.bc_product_list .bc_search_result .bc_result_list .bc_item a {
  color: inherit;
  text-decoration: none;
  display:block;
}

.bc_product_list .bc_search_result .bc_result_list .bc_item:hover {
  opacity: 0.7;
}

.bc_product_list .bc_search_result .bc_result_list .bc_item .bc_image {
  width: 100%;
  height: 280px;
  position: relative;
  margin-bottom: 15px;
}

.bc_product_list .bc_search_result .bc_result_list .bc_item a:hover .bc_image:after {
  content:"詳しくみる";
  display:block;
  width: 280px;
  height: 280px;
  position:absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: rgba(180, 165, 130, 0.8);
  font-size: 20px;
  color: #fff;
  text-align: center;
  line-height: 280px;
  background-image: url("/user_data/packages/default/client/img/castella/product_detail_arrow.png");
  background-repeat:no-repeat;
  background-position: center 180px;
}

@media only screen and (max-width: 767px) {
  .bc_product_list .bc_search_result .bc_result_list .bc_item a:hover .bc_image:after {
    display: none;
  }
}

.bc_product_list .bc_search_result .bc_result_list .bc_item .bc_image img {
  position: absolute;
  width: auto;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.bc_product_list .bc_search_result .bc_result_list .bc_item .bc_title {
  font-size: 20px;
  margin-bottom: 5px;
}

.bc_product_list .bc_search_result .bc_result_list .bc_item .bc_price {
  font-size: 16px;
  color: #c73e3a;
}


.bc_product_list .bc_search_result .bc_btn_show_all {
  width: 350px;
  height: 50px;
  border:1px solid #734338;
  border-radius: 5px;
  margin: 0 auto;
}

.bc_product_list .bc_search_result .bc_btn_show_all a {
  font-size: 14px;
  text-align: center;
  color: #734338;
  line-height: 50px;
  display:block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br.png");
  background-repeat:no-repeat;
  background-position:right 16px top 18px;
  box-sizing: border-box;
}

.bc_product_list .bc_search_result .bc_btn_show_all a:hover {
  background-color: #734338;
  color: #fff;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_w.png");
}

@media only screen and (max-width: 767px) {

  .bc_product_list {
    padding-bottom: 50px;
  }

  .bc_product_list .bc_header {
    padding-top: 15px;
    height: 160px;
  }

  .bc_product_list .bc_header .bc_image {
    height: 160px;
  }

  .bc_product_list .bc_header .bc_title {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .bc_product_list .bc_header .bc_desc {
    font-size: 12px;
    position:relative;
    text-align: center;
  }

  .bc_product_list .bc_category_navi {
    padding: 10px 0px 15px;
    box-sizing: border-box;
  }

  .bc_product_list .bc_category_navi ul {
    font-size: 0;
    width: 100vw;
    max-width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .bc_product_list .bc_category_navi ul li {
    display:block;
    float: left;
    margin: 10px 0;
    margin-left: 10px;
    width: calc(50vw - 15px);
    /*     height: 40px; */
    border: 1px solid #b4a582;
    color: #52433d;
    font-size: 11px;
    /*     line-height: 40px; */
    height: auto;
    min-height: 40px;
    line-height: 1.5;
    padding: 1em 0.2em;
  }

  .bc_product_list .bc_category_navi ul li:nth-child(even) {
    float: right;
    margin-right: 10px;
  }

  .bc_product_list .bc_category_navi ul li:hover {
    background-color: #b4a582;
    color: #fff;
  }

  .bc_product_list .bc_category_navi ul li a {
    display:flex;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
    text-align: center;
    align-content: center;
    justify-content: center;
  }

  .bc_product_list .bc_category_navi ul li.active {
    background-color: #b4a582;
    color: #fff;
    pointer-events: none;
  }

  .bc_product_list .bc_search_result .bc_controls {
    overflow: hidden;
    padding: 0 10px;
    margin: 25px 0 15px;
  }

  .bc_product_list .bc_search_result .bc_controls .bc_hit_count {
    font-size: 12px;
    letter-spacing: 0.2em;
    float: left;
  }

  .bc_product_list .bc_search_result .bc_controls .bc_hit_count .bc_number {
    font-size: 18px;
    margin: 0 0.2em;
  }

  .bc_product_list .bc_search_result .bc_controls .bc_sort {
    margin-top: 20px;
    float: none;
    display: none;
    clear: both;
  }

  .bc_product_list .bc_search_result .bc_controls .bc_sort select {
    width: 100%;
    height: 30px;
    line-height: 30px;
    margin: 8px 0 0;
    border-radius: 3px;
    margin-top: 30px;
  }

  .bc_product_list .bc_search_result .bc_controls .bc_btn_sort {
    width: 120px;
    height: 30px;
    font-size: 11px;
    float: right;
    text-align: center;
    border:1px solid #734338;
    line-height: 30px;
    border-radius: 4px;
  }

  .bc_product_list .bc_search_result {
    width: 100%;
    margin:0 auto;
  }

  .bc_product_list .bc_search_result .bc_result_list {
    padding: 25px 0 0px;
    overflow: hidden;
  }

  .bc_product_list .bc_search_result .bc_result_list .bc_item {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    margin-right: 0px;
    margin-bottom: 50px;
    padding: 0 10px;
  }

  .bc_product_list .bc_search_result .bc_result_list .bc_item:nth-child(even) {
    margin-right: 0px;
  }

  .bc_product_list .bc_search_result .bc_result_list .bc_item a {
    color: inherit;
    text-decoration: none;
  }

  .bc_product_list .bc_search_result .bc_result_list .bc_item:hover {
    opacity: 0.7;
  }

  .bc_product_list .bc_search_result .bc_result_list .bc_item .bc_image {
    width: 100%;
    height: 0;
    padding-top: 63.7%;
    position: relative;
    margin-bottom: 15px;
  }

  .bc_product_list .bc_search_result .bc_result_list .bc_item .bc_title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .bc_product_list .bc_search_result .bc_result_list .bc_item .bc_price {
    font-size: 14px;
  }



  .bc_product_list .bc_search_result .bc_btn_show_all {
    width: 250px;
    height: 50px;
  }

  .bc_product_list .bc_search_result .bc_btn_show_all a {
    font-size: 12px;
    line-height: 50px;
    background-position:right 16px top 18px;
  }


}

/**
 *   商品詳細
 */

.fr_page-products-detail {

}


.bc_product_detail {
  color: #52433d;
  background-color: #fffffb;
  padding-top: 60px;
  padding-bottom: 270px;
}


@media only screen and (min-width: 768px) {
  .bc_product_detail .bc_sp {
    display:none;
  }
}

@media only screen and (max-width: 767px) {
  .bc_product_detail {
    padding-top: 20px;
    padding-bottom: 80px;
  }

  .bc_product_detail .bc_pc {
    display:none;
  }
}

.bc_product_detail * {
  box-sizing: border-box;
}

.bc_product_detail .bc_wrapper {
  overflow: hidden;
  width: 1080px;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_wrapper {
    width: 100%;
  }
}

.bc_product_detail .bc_wrapper .bc_col_left {
  width:565px;
  float:left;
}

.bc_product_detail .bc_wrapper .bc_col_right {
  width:450px;
  float:right;
}


@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_wrapper .bc_col_left,
  .bc_product_detail .bc_wrapper .bc_col_right {
    width: 100%;
    float: none;
  }
}

.bc_product_detail .bc_wrapper .bc_col .bc_product_image_container {
  width: 565px;
}

.bc_product_detail .bc_wrapper .bc_col .bc_product_image_container .bc_product_image {
  width: 565px;
  height: 565px;
  position:relative;
}

.bc_product_detail .bc_wrapper .bc_col .bc_product_image_container .bc_product_image img {
  /*   width: 100%; */
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
}

@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_wrapper .bc_col .bc_product_image_container {
    width: calc(100% - 30px);
    margin: 0 auto;
  }

  .bc_product_detail .bc_wrapper .bc_col .bc_product_image_container .bc_product_image {
    width: 100%;
    height: 0;
    padding-top: 100%;
  }
}

.bc_product_detail .bc_wrapper .bc_col .bc_product_image_container .bc_product_list {
  font-size: 0;
  margin-top: 15px;
}

.bc_product_detail .bc_wrapper .bc_col .bc_product_image_container .bc_product_list li {
  width: 100px;
  height: 100px;
  display:inline-block;
  margin-right: 15px;
  margin-bottom: 15px;
  vertical-align: top;
  position:relative;
  border:1px solid transparent;
}



.bc_product_detail .bc_wrapper .bc_col .bc_product_image_container .bc_product_list li.bc_selected {
  border:1px solid #afa282;
}

.bc_product_detail .bc_wrapper .bc_col .bc_product_image_container .bc_product_list li:nth-child(5n) {
  margin-right: 0px;
}

.bc_product_detail .bc_wrapper .bc_col .bc_product_image_container .bc_product_list li img {
  max-width: 100%;
  max-height: 100%;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
}

@media only screen and (max-width: 767px) {

  .bc_product_detail .bc_wrapper .bc_col .bc_product_image_container .bc_product_list {
    text-align: center;
  }

  .bc_product_detail .bc_wrapper .bc_col .bc_product_image_container .bc_product_list li {
    width: 45px;
    height: 45px;
    margin: 5px;
  }
}


.bc_product_detail .bc_product_table {
  margin-top: 75px;
}

@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_product_table {
    width: calc(100% - 30px);
    margin: 30px auto;
  }
}

.bc_product_detail .bc_product_table table {
  table-layout:fixed;
  border-collapse: collapse;
  width: 100%;
}

.bc_product_detail .bc_product_table table td,
.bc_product_detail .bc_product_table table th {
  border: 1px solid #ab9d7b;
  padding: 8px;
  font-size: 14px;
}

.bc_product_detail .bc_product_table table td {
  padding-left: 16px;
}

.bc_product_detail .bc_product_table table td.bc_allergy {
  padding-left: 8px;
}

.bc_product_detail .bc_product_table table th {
  width: 135px;
  background-color: #e6e1d4;
  vertical-align: middle;
  text-align: center;
}

.bc_product_detail .bc_product_table ul {
  font-size: 0;
  text-align: center;
}

.bc_product_detail .bc_product_table ul li.bc_allergy_type {
  font-size: 14px;
  width: 64px;
  height: 76px;
  background-color: #ab9d7b;
  border-radius: 5px;
  display:inline-block;
  vertical-align: top;
  margin-right: 4px;
}

.bc_product_detail .bc_product_table ul li.bc_allergy_type:nth-child(6n) {
  margin-right:0;
}

.bc_product_detail .bc_product_table ul li.bc_allergy_type.bc_inactive {
  background-color: #e6e1d4;
}

.bc_product_detail .bc_product_table ul li.bc_allergy_type .bc_icon {
  text-align: center;
  vertical-align: middle;
  height:50px;
  position:relative;
}

.bc_product_detail .bc_product_table ul li.bc_allergy_type .bc_icon img {
  display:inline-block;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
}

.bc_product_detail .bc_product_table ul li.bc_allergy_type .bc_name {
  text-align: center;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_product_table table td,
  .bc_product_detail .bc_product_table table th {
    padding: 6px;
    font-size: 12px;
  }

  .bc_product_detail .bc_product_table table th {
    width: 110px;
  }

  .bc_product_detail .bc_product_table ul li {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .bc_product_detail .bc_product_table ul li.bc_allergy_type:nth-child(6n) {
    margin-right: 4px;
  }
}
@media screen and (min-width: 768px) {
  .bc_product_detail .bc_banner {
    width: 565px;
    height: 117px;
    background-image: url(/user_data/packages/default/client/img/detail/banner_detail_gift.png);
    background-repeat: no-repeat;
    margin-top: 55px;
    border: 1px solid #b70031;
    background-position: center center;
  }

  .bc_product_detail .bc_banner:hover {
    opacity: 0.8;
  }

  .bc_product_detail .bc_banner a {
    color: #52433d;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    padding: 20px 32px;
  }

  .bc_product_detail .bc_banner a:hover {
    text-decoration: none;
  }

  .bc_product_detail .bc_banner .bc_title {
    display: block;
    font-size: 22px;
  }

  .bc_product_detail .bc_banner .bc_desc {
    display: block;
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_banner {
    width: calc(100% - 30px);
    height: 0px;
    margin: 30px auto;
    padding-top: 23.6%;
    background-image: url(/user_data/packages/default/client/img/gift_banner_sp.png);
    background-size: contain;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
  }

  .bc_product_detail .bc_banner a {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #52433d;
    padding-top: 14px;
    box-sizing: border-box;
  }

  .bc_product_detail .bc_banner .bc_title {
    margin:0;
    font-size: 13px;
    font-family: serif;
    text-align: center;
  }

  .bc_product_detail .bc_banner .bc_desc {
    font-size: 10px;
    display: block;
    margin-top: 8px;
  }

  /*
    .bc_product_detail .bc_banner .bc_desc br {
      display:none;
    }
  */

}

.bc_product_detail .bc_faq_list {
  margin-top: 45px;
}

@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_faq_list {
    margin-top: 30px;
    margin-left: 15px;
  }
}

.bc_product_detail .bc_faq_list ul li {
  font-size: 14px;
  margin-bottom: 6px;
}

.bc_product_detail .bc_faq_list ul li a {
  color: #52433d;
  text-decoration: none;
}

.bc_product_detail .bc_faq_list ul li a:hover {
  opacity: 0.8;
}

.bc_product_detail .bc_faq_list ul li:before {
  content:">";
  display:inline-block;
  width: 15px;
  height: 15px;
  border-radius: 8px;
  border:1px solid #52433d;
  position:relative;
  margin-right: 8px;
  line-height: 13px;
  text-align: center;
}


.bc_product_detail .bc_title {

}

.bc_product_detail .bc_title .bc_name {
  font-size: 24px;
  margin-bottom: 35px;
}

.bc_product_detail .bc_title .bc_desc {
  font-size: 14px;
  line-height: 2.0em;
}


@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_title {
    margin: 0 15px 20px;
  }

  .bc_product_detail .bc_title .bc_name {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .bc_product_detail .bc_title .bc_desc {
    line-height: 1.6em;
  }
}

.bc_product_detail .bc_product_item_list {
  border-top:1px solid #ab9d7b;
  margin-top: 85px;
}

@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_product_item_list {
    margin: 15px 15px 0;
  }
}

.bc_product_detail .bc_product_item_list .bc_product_item {
  padding: 25px 0 18px 100px;
  position: relative;
  border-bottom:1px solid #ab9d7b;
}

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_item_image {
  width: 82px;
  height: 82px;
  border:1px solid #ab9d7b;
  background-size: contain;
  background-position: center center;
  background-repeat:no-repeat;
  position: absolute;
  left:0;
}
.bc_product_item .fr_favorite-btn {
  display: none;
}
.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info {
}

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_size {
  font-size: 11px;
  margin-bottom: 15px;
}

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item {
  position:relative;
  border-top:1px solid #d5cebb;
  padding-top:10px;
  margin-bottom: 5px;
}

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item .bc_title {
  font-size: 12px;
  padding: 0;
}

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item .bc_price {
  font-size: 20px;
  color: #c73e3a;
  margin-top: 10px;
}

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item .bc_price .bc_tax {
  font-size: 14px;
}

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item .bc_btn_cart {
  width: 160px;
  width: 100%;
  height: 45px;
  /*background-color: #e8b647;*/
  background-color: #ed6846;
  border-radius: 6px;
  position:absolute;
  right:0;
  top:10px;
  border: 0;
  border-bottom: 2px solid #b74125;
}

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item .bc_btn_cart:hover {
  /*opacity: 0.8;*/
  border-top: 2px solid transparent;
  border-bottom: 0;

}

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item .bc_btn_cart a {
  display:block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 45px;
}

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item .bc_btn_cart a:before {
  content:url(/user_data/packages/default/client/img/detail/icon_cart.png);
  position:relative;
  top:5px;
  margin-right: 10px;
}

/**/

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item .bc_btn_cart span {
  display:block;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 14px;
  line-height: 40px;
}

.bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item .bc_btn_cart span:before {
  content:url(/user_data/packages/default/client/img/detail/icon_cart.png);
  position:relative;
  top:5px;
  margin-right: 10px;
}


@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_product_item_list .bc_product_item {
    padding-left: 38%;
  }

  .bc_product_detail .bc_product_item_list .bc_product_item .bc_product_item_image {
    width: 33%;
    padding-top: 33%;
    height: 0;
  }

  .bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_size {
    margin-bottom: 0;
  }

  .bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item:first-child {
    margin-top: 0px;
  }

  .bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item {
    padding-top: 15px;
    margin-bottom: 15px;
  }

  .bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item:last-child {
    margin-bottom: 5px;
  }

  .bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item.bc_single_item {
    margin-bottom: 50px;
  }

  .bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item .bc_title {
    margin: 0;
  }

  .bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item .bc_btn_cart {
    position:static
  }

  .bc_product_detail .bc_product_item_list .bc_product_item .bc_product_info .bc_sub_item_list .bc_sub_item.bc_single_item .bc_btn_cart {
    position: relative;
    top: 45px;
    left: -15%;
  }
}

@media screen and (min-width: 768px) {
  /*.bc_product_detail*/
  .bc_recipe {
    width: 840px;
    margin: 80px auto 0;
  }
}


@media only screen and (max-width: 767px) {
  /*.bc_product_detail*/ .bc_recipe {
    width: calc(100% - 30px);
    margin: 60px auto 0;
  }
}

.bc_product_detail .bc_recipe .bc_lead {
  font-size: 20px;
  margin-bottom: 20px;
}

/*.bc_product_detail*/ .bc_recipe .bc_img_fw {
  margin-bottom: 15px;
}

/*.bc_product_detail*/ .bc_recipe .bc_img_fw img {
  width: 100%;
}

/*.bc_product_detail*/ .bc_recipe .bc_desc_fw {
  font-size: 14px;
}

/*.bc_product_detail*/ .bc_recipe .bc_wrapper {
  width: 100%;
  overflow: hidden;
  margin-top: 75px;
}

/*.bc_product_detail*/ .bc_recipe .bc_img {
  width: 420px;
}

/*.bc_product_detail*/ .bc_recipe .bc_img img {
  width: 100%;
}

/*.bc_product_detail*/ .bc_recipe .bc_desc {
  width: 390px;
  font-size: 14px;
}

/*.bc_product_detail*/ .bc_recipe .bc_left {
  float:left;
}

/*.bc_product_detail*/ .bc_recipe .bc_right {
  float:right;
}


@media only screen and (max-width: 767px) {
  /*.bc_product_detail*/ .bc_recipe .bc_wrapper {
    margin-top: 30px;
  }

  /*.bc_product_detail*/ .bc_recipe .bc_img,
  /*.bc_product_detail*/ .bc_recipe .bc_desc {
    width: 100%;
  }
}


.bc_product_detail .bc_btn_show_all {
  width: 250px;
  height: 50px;
  border:1px solid #734338;
  border-radius: 5px;
  margin: 100px auto 0;
}

.bc_product_detail .bc_btn_show_all a {
  font-size: 14px;
  text-align: center;
  color: #734338;
  line-height: 50px;
  display:block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_s_br.png");
  background-repeat:no-repeat;
  background-position:right 16px top 18px;
  box-sizing: border-box;
}

.bc_product_detail .bc_btn_show_all a:hover {
  background-color: #734338;
  color: #fff;
  background-image: url("/user_data/packages/default/client/img/btn_arrow_w.png");
}

@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_btn_show_all {
    margin: 50px;
  }
}


.bc_product_detail .bc_related_product {
  width: 1080px;
  margin:210px auto 0;
}

@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_related_product {
    width: calc(100% - 30px);
    margin:80px auto 0;
  }
}

.bc_product_detail .bc_related_product .bc_title {
  font-size: 24px;
  text-align: center;
  font-family: serif;
  margin-bottom: 50px;
}

.bc_product_detail .bc_related_product .bc_title:after {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  background-color: #ab9d7b;
  margin: 20px auto 0;
}

.bc_product_detail .bc_related_product .bc_list {
  overflow: hidden;
  font-size: 0;
}

.bc_product_detail .bc_related_product .bc_list .bc_item {
  display:inline-block;
  width: 230px;
  margin-right: 52px;
  position:relative;
}

.bc_product_detail .bc_related_product .bc_list .bc_item:nth-child(4n) {
  margin-right: 0;
}

.bc_product_detail .bc_related_product .bc_list .bc_item:hover {
  opacity: 0.8;
}

.bc_product_detail .bc_related_product .bc_list .bc_item a {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.bc_product_detail .bc_related_product .bc_list .bc_item .bc_image {
  position:relative;
  width: 230px;
  height: 230px;
}

.bc_product_detail .bc_related_product .bc_list .bc_item .bc_image img {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  position:absolute;
  top:0;
  bottom:0;
  right:0;
  left:0;
  margin:auto;
}

.bc_product_detail .bc_related_product .bc_list .bc_item .bc_name {
  margin-top: 15px;
  font-size: 16px;
}

.bc_product_detail .bc_related_product .bc_list .bc_item .bc_price {
  margin-top: 5px;
  color: #c73e3a;
  font-size: 18px;
}

@media only screen and (max-width: 767px) {
  .bc_product_detail .bc_related_product .bc_list .bc_item {
    display:inline-block;
    width: calc(50% - 8px);
    margin-right: 0px;
    position:relative;
  }

  .bc_product_detail .bc_related_product .bc_list .bc_item .bc_image {
    position:relative;
    width: 100%;
    height: 0;
    padding-top: 100%;
  }

  .bc_product_detail .bc_related_product .bc_list .bc_item:nth-child(odd) {
    margin-right: 15px;
  }

  .bc_product_detail .bc_rsp_w100p {
    width: 100%;
    padding: 0;
  }
}

































/* TIJ */
@media print,screen and (min-width: 768px){
  /* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list */
  /* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list */


  .bc_menu {
    position: relative;
    top:0;
    left:0;
    z-index: 990;
  }

  .fr_page-contents-list .container{
    width:100%;
    margin: 0 auto;
    padding: 0;
  }

  .bc_titleHeader {
    overflow: hidden;
    position: relative;
    top:0;
    left:0;
    width: 100%;
    height: 280px;
    margin: 0 auto;
    padding: 0;
    background-size: cover;
    z-index: 0;
  }

  .bc_titleHeader .bc_top {
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: rgba(249,244,234,.8);
    text-align: center;
  }

  .bc_titleHeader .bc_bg {
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
  }

  .bc_titleHeader .bc_bg img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .bc_titleHeader div h2 {
    width: 100%;
    margin: 0 auto;
    padding: 125px 0 0 0;
    font-size: 30px;
    color: #52433d;
  }

  .bc_titleHeader div span {
    width: 100%;
    font-size: 12px;
    color: #b4a582;
  }

  .bc_contentsMain {
    max-width: 1078px;
    margin: 0 auto;
    padding: 92px 0 0 0;
    text-align: center;
  }

  .bc_contentsMain .bc_mainArea {
    float: left;
    width: 746px;
    padding-bottom: 80px;
  }

  .bc_contentsMain .bc_mainArea .bc_clmTitle {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0 0 68px 0;
    text-align: left;
    font-size: 24px;
    color: #b4a582 ;
    /*font-family: Lato,"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell {
    float: left;
    width: 345px;
    height: auto;
    margin-right: 28px;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell form:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_img .bc_hoverLayer {
    display: none;
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 88px 0 0 0;
    background: url(../../../../hover.png),rgba(186,174,145,.8);
    background-repeat: no-repeat;
    background-position: center 135px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_img img{
    position: absolute;
    top:0;
    left:0;
    /*   z-index: -1; */
    width: 100%;
    height: auto;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_txt {
    text-align: left;
    height: 13em;
    overflow: hidden;
    padding: 10px 0;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_txt a {
    padding: 10px;
    border-width: 1px;
    border-color: rgb(180, 165, 130);
    border-style: solid;
    border-radius: 4px;
    font-size: 14px;
    color: #b4a582;
    max-width: 75%;
    display: inline-block;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_date {
    float: right;
    font-size: 11px;
    color: #b4a582 ;

  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_txt p {
    clear: both;
    font-size: 16px;
    color: #52433d;
    padding: 15px 0 75px 0;
  }

  .bc_contentsMain .bc_mainArea .bc_loopend {
    clear: both;
  }

  /* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list */
  /* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list */

  /* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail */
  /* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail */

  .fr_page-contents-detail .container{
    width:100%;
    margin: 0 auto;
    padding: 0;
  }

  .fr_page-contents-detail .container > .row{
    width:1080px;
    margin: 0 auto;
    padding: 70px 0 180px 0;
  }

  .fr_page-contents-detail .container > .row > .col-sm-9 {
    float: left;
    width: 720px;
    text-align: center;
    margin: 0 auto;
  }

  .bc_headerSets {
    margin-bottom: 55px;
    padding-bottom: 0;
    border-bottom: dotted 2px #52433d;
  }

  .bc_sectionDetail {
    text-align: left;
    margin: 0 auto 30px;
    font-size: 16px;
    line-height: 1.8em;
  }

  .fr_page-contents-detail .container > .row > .col-sm-3 {
    float: right;
    width: 260px;
  }

  .bc_clmDetailHeader {
    font-size: 24px;
    color: #52433d;
    /*font-family: Lato,"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  }

  .bc_catName {
    display: inline-block;
    margin: 0 0 30px 0;
    padding: 0 10px;
    border-width: 1px;
    border-color: rgb(180, 165, 130);
    border-style: solid;
    border-radius: 4px;
    font-size: 14px;
    color: #b4a582;
  }

  .bc_detail_date {
    font-size: 11px;
    color: #b4a582;
    float: right;
  }

  .bc_articleMain {
    margin: 0 auto 80px;
  }
  .bc_articleMain img {
    max-width: 100%;
    height: auto;
  }

  .bc_articleMain h2 {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #734338;
    font-size: 20px;
    background: #f9f4ea;
    text-indent: 20px;
    border-bottom: dotted 2px #734338;
    /*font-family: Verdana,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;*/
  }

  .bc_articleMain hr {
    display: none;
  }

  .fr_page-contents-detail .container > .row > .col-sm-9 .btn-primary {
    display: inline;
    padding: 10px 30px;
    margin: 0 auto;
    text-align: center;
  }

  .fr_page-contents-detail .container > .row > .col-sm-9 .btn-primary > span:after {
    padding-left: 10px;
    font-family: 'NODE-icon' !important;
    content: "\e917";
  }

  /* 718 345 345 */

  .bc_detailContParts {
    margin-bottom: 90px;
  }

  .bc_detailContParts:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }

  .bc_detailContParts .col-sm-12 img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .bc_detailContParts .col-sm-6:first-child {
    float: left;
    width: 345px;
  }
  .bc_detailContParts .col-sm-6:nth-child(2) {
    float: right;
    width: 345px;
  }

  /* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail */
  /* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail */

  /* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea */
  /* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea */
  .bc_contentsMain .bc_sideArea {
    float: right;
    width: 260px;
  }

  .bc_sideMenu {
    width: 260px;
    height: auto;
    padding:  10px 20px 25px;
    border-radius: 8px;
    text-align: left;
    background-color: rgb(249, 244, 234);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .bc_sideMenu dt {
    padding: 10px 0;
    font-size: 16px;
    color: #ab9d7b;
  }

  .bc_sideMenu dd {
    border-bottom: solid 1px #fff;
  }

  .bc_sideMenu dd a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    border-top: solid 1px #fff;
    font-size: 14px;
    color: #52433d;
    text-decoration: none;
  }

  .bc_sideMenu dd a:link {
    text-decoration: none;
  }

  .bc_sideMenu dd a:active {
    text-decoration: none;
  }

  .bc_sideMenu dd a:hover {
    text-decoration: none;
  }

  .bc_sideMenu dd a:visited {
    text-decoration: none;
  }

  .bc_sideMenu dd a:after {
    float: right;
    font-family: 'NODE-icon' !important;
    content: "\e917";
    color: #ab9d7b;
  }
  /* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea */
  /* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea */

  /* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation */
  /* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation */
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 95px;
    border-radius: 0;
  }

  .fr_page-contents-list .pagination > li > a.navi_prev,.fr_page-contents-list .pagination > li > a.navi_next {
    border: none!important;
    background: none!important;
  }

  .fr_page-contents-list .pagination > li > a.navi_prev:hover,.fr_page-contents-list .pagination > li > a.navi_next:hover {
    color: #fff;
    background: #ab9d7b!important;
  }

  .fr_page-contents-list .pagination > li > a, .fr_page-contents-list .pagination > li > span {
    position: relative;
    float: left;
    width: 45px;
    height: 45px;
    padding: 10px;
    line-height: 1.6;
    text-decoration: none;
    color: #ab9d7b;
    background-color: #fff;
    border: 1px solid #ab9d7b;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .fr_page-contents-list li.active.on a {
    color: #fff;
    background: #ab9d7b;
  }

  .pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #ab9d7b;
    border-color: #ab9d7b;
    cursor: default;
  }

  .pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
    z-index: 2;
    color: #ab9d7b;
    background-color: #eee;
    border-color: #ab9d7b;
  }
  /* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation */
  /* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation */



  /* company profile *//* company profile *//* company profile *//* company profile *//* company profile *//* company profile */
  /* company profile *//* company profile *//* company profile *//* company profile *//* company profile *//* company profile */




  .fr_page-abouts-index .container.fr_center-area,.fr_page-c-about-index .container.fr_center-area {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .fr_page-abouts-index .container.fr_center-area .row,.fr_page-abouts-index .container.fr_center-area .col-sm-12,
  .fr_page-c-about-index .container.fr_center-area .row,.fr_page-c-about-index .container.fr_center-area .col-sm-12

  {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }



  .bc_companyProfile {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .bc_companyProfileMain {
    position: relative;
    display: block;
    width: 840px;
    height: auto;
    margin: 0 auto;
    text-align: left;
  }

  .bc_companyProfile .bc_companyProfileMain h2.title {
    display: block;
    width: 100%;
    height: auto;
    margin: 90px auto 65px;
    text-align: left;
    font-size: 28px;
    color: #b4a582;
  }

  .bc_companyProfileMain .bc_cpmImg {
    position: absolute;
    top:0;
    right:0;
    width: 246px;
    margin-top: 90px;
  }

  .bc_companyProfileMain .bc_cpmImg img{
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }

  .bc_companyProfileMain dt,.bc_companyProfileMain dd {
    font-size: 14px;
    color: #52433d;
  }

  .bc_companyProfileMain .bc_cpList01 {
    display: block;
    width: 534px;
    margin-bottom: 55px;
  }

  .bc_companyProfileMain .bc_cpList01 dt {
    float: left;
    display: block;
    width: 185px;
  }

  .bc_companyProfileMain .bc_cpList01 dd {
    float: right;
    display: block;
    width: 325px;
  }

  .bc_companyProfileMain .bc_cpList02 {
    display: block;
    width: 100%;
  }

  .bc_companyProfileMain .bc_cpList02 dt {
    float: left;
    display: block;
    width: 185px;
  }

  .bc_companyProfileMain .bc_cpList02 dd {
    float: right;
    display: block;
    width: 630px;
  }

  .bc_companyProfileMain dl:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }

  .bc_companyProfileMain .bc_cpDetailArea {
    display: block;
    width: 100%;
    margin: 0 auto 290px;
    padding: 0 20px 1px;
    background: #e9e3d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bc_companyProfileMain .bc_cpDetailArea h3 {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #52433d;
    font-size: 16px;
    line-height: 80px;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell {
    display: block;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0 20px;
    background: #faf6ed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell h4 {
    width: 100%;
    height: 70px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #52433d;
    font-size: 16px;
    line-height: 70px;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell ul {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }

  .bc_companyProfileMain .bc_cpDetailArea .bc_cell ul:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell ul li:nth-child(odd) {
    float: left;
    position: relative;
    display: block;
    width: 360px;
    margin: 0;
    padding: 0 35px 30px;
    background: #fffffb;
    border: solid 1px #ab9d7b;
    margin-bottom: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell ul li:nth-child(even) {
    float: right;
    position: relative;
    display: block;
    width: 360px;
    margin: 0;
    padding: 0 35px 30px;
    background: #fffffb;
    border: solid 1px #ab9d7b;
    margin-bottom: 22px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell ul li h5 {
    width: 100%;
    height: 68px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #b4a582;
    font-size: 14px;
    line-height: 68px;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell ul li img {
    position: absolute;
    top: 10px;
    right: 10px;
  }




  .bc_cphistoryArea {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 55px 0;
    background: #faf6ed;
    text-align: center;
  }
  .bc_cphistoryArea h2.title {
    display: block;
    width: 840px;
    height: auto;
    margin: 0 auto;
    padding: 90px 0 65px;
    text-align: left;
    font-size: 28px;
    color: #b4a582;
    text-align: left;
  }
  .bc_cphistoryArea div.bc_history {
    display: block;
    width: 840px;
    height: auto;
    margin: 0 auto 35px;
    text-align: left;
  }
  .bc_cphistoryArea div.bc_history div.bc_ttl {
    float: left;
    display: block;
    width: 90px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    color: #b4a582;
  }
  .bc_cphistoryArea div.bc_history div.bc_year {
    float: left;
    display: block;
    width: 100px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    color: #b4a582;
  }
  .bc_cphistoryArea div.bc_history div.bc_txt {
    float: left;
    display: block;
    width: 650px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    color: #52433d;
  }

  .bc_cphistoryArea .bc_history:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }

  .bc_companyProfileBtmNavi {
    display: block;
    width: 840px;
    height: auto;
    margin: 100px auto 210px;
    text-align: center;
  }

  .bc_companyProfileBtmNavi:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }

  .bc_companyProfileBtmNavi li {
    float: left;
    display: block;
    width: 200px;
    height: 60px;
    margin: 0 10px 0 auto;
    padding: 0;
    line-height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ab9d7b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fffffb;
  }

  .bc_companyProfileBtmNavi li.current {
    float: left;
    display: block;
    width: 200px;
    height: 60px;
    margin: 0 10px 0 auto;
    padding: 0;
    line-height: 60px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ab9d7b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ab9d7b;
  }


  .bc_companyProfileBtmNavi li:last-child {
    margin: 0 0 0 auto;
  }

  .bc_companyProfileBtmNavi li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    text-align: center;
    font-size: 12px;
    color: #52433d;
  }

  .bc_companyProfileBtmNavi li.current a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    text-align: center;
    font-size: 12px;
    color: #fff;
  }

  .bc_companyProfileBtmNavi li a:hover {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 50px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #ab9d7b;
    border-radius: 3px;
    height: 100%;
  }

  .bc_companyProfileBtmNavi li a:after {
    font-family: 'NODE-icon' !important;
    content: "\e917";
    padding-left: 40px;
  }
  .bc_companyProfileBtmNavi li:nth-child(3) a:after {
    font-family: 'NODE-icon' !important;
    content: "\e917";
    padding-left: 30px;
  }


  .bc_cArea {
    display: block;
    width: 1080px;
    height: auto;
    margin: 125px auto 0;
    text-align: center;
    overflow: hidden;
  }
  .bc_cArea ul {
    display: block;
    width: 100%;
    height: auto;
  }
  .bc_cArea ul li {
    display: block;
    width: 520px;
    margin-bottom: 130px;
  }
  .bc_cArea ul li:nth-child(odd) {
    float: left;
  }
  .bc_cArea ul li:nth-child(even) {
    float: right;
  }
  .bc_cArea ul li a:hover {
    text-decoration: none;
  }
  .bc_cArea ul li a img {
    display: block;
  }
  .bc_cArea ul li a span {
    display: block;
    margin-top: 35px;
    font-size: 18px;
    color: #52433d;
  }

  .bc_cArea + .bc_companyProfileBtmNavi {
    display: none;
  }



  /* company profile *//* company profile *//* company profile *//* company profile *//* company profile *//* company profile */
  /* company profile *//* company profile *//* company profile *//* company profile *//* company profile *//* company profile */

}










































@media print,screen and (max-width: 767px){
  /* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list */
  /* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list */

  .fr_page-abouts-index .container.fr_center-area,.fr_page-c-about-index .container.fr_center-area {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }

  .fr_page-abouts-index .container.fr_center-area .row,.fr_page-abouts-index .container.fr_center-area .col-sm-12,
  .fr_page-c-about-index .container.fr_center-area .row,.fr_page-c-about-index .container.fr_center-area .col-sm-12

  {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }
  .bc_titleHeader {
    overflow: hidden;
    position: relative;
    top:0;
    left:0;
    width: 100%;
    height: 40vw;
    margin: 0 auto;
    padding: 0;
    background-size: cover;
  }

  .bc_titleHeader .bc_top {
    position: absolute;
    top:0;
    left:0;
    z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0;
    background: rgba(249,244,234,.8);
    text-align: center;
  }

  .bc_titleHeader .bc_bg {
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width: 100%;
    height: 100%;
  }

  .bc_titleHeader .bc_bg img {
    width: auto;
    height: 100%;
  }

  .bc_titleHeader div h2 {
    width: 100%;
    margin: 0 auto;
    padding: 15vw 0 0 0!important;
    font-size: 18px!important;
    color: #52433d;
  }

  .bc_titleHeader div span {
    width: 100%;
    font-size: 12px;
    color: #b4a582;
  }

  .bc_contentsMain {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 0 0;
    text-align: center;
  }

  .bc_contentsMain .bc_mainArea {
    width: 100%;
  }

  .bc_contentsMain .bc_mainArea .bc_clmTitle {
    width: 94%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 20px;
    text-align: left;
    font-size: 24px;
    color: #b4a582 ;
    /*font-family: Lato,"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell {
    float: none;
    width: 94%;
    height: auto;
    margin: 0 auto 10px;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell form:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_img {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_img .bc_hoverLayer {
    display: none;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_img img{
    position: absolute;
    top:0;
    left:0;
    z-index: 1;
    width: 100%;
    height: auto;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_txt {
    text-align: left;
    height: auto;
    overflow: hidden;
    padding: 10px 0;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_txt a {
    padding: 10px;
    border-width: 1px;
    border-color: rgb(180, 165, 130);
    border-style: solid;
    border-radius: 4px;
    font-size: 14px;
    color: #b4a582;
  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_date {
    float: right;
    font-size: 11px;
    color: #b4a582 ;

  }

  .bc_contentsMain .bc_mainArea .bc_contentsCell .bc_txt p {
    clear: both;
    font-size: 16px;
    color: #52433d;
    padding: 15px 0;
  }

  .bc_contentsMain .bc_mainArea .bc_loopend {
    clear: both;
  }

  .bc_catSelecter {
    -webkit-appearance:menulist-button;
    appearance: none;
    margin: 10px auto;
    border: 1px solid #ccc;
    box-sizing: border-box;
    -webkit-appearance: none;
    width: 100%;
    height: 40px;
    padding: 0 5px;
    background-size: 40px;
    font-size: 1.4rem;
    color: #999999;


  }

  .bc_btmBnr img {
    max-width: 94%;
    height: auto;
    margin: 1em 3%;
  }

  /* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list */
  /* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list *//* list */

  /* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail */
  /* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail */

  .fr_page-contents-detail .container{
    overflow: hidden;
    width:100%;
    margin: 0 auto;
    padding: 0;
  }

  .fr_page-contents-detail .container > .row{
    width:100%;
    margin: 0 auto;
    padding: 0 0 20px;
  }

  .fr_page-contents-detail .container > .row > div + .col-sm-12 {
    margin: 0;
    padding: 0;
  }

  .fr_page-contents-detail .container > .row > .col-sm-9 {
    width: 100%;
    text-align: center;
    margin: 0 auto;
  }

  .bc_headerSets {
    margin-bottom: 55px;
    padding-bottom: 0;
    border-bottom: dotted 2px #52433d;
  }

  .bc_sectionDetail {
    width: 94%;
    text-align: left;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8em;
  }

  .bc_date {
    text-align: right;
  }

  .bc_clmDetailHeader {
    font-size: 20px;
    color: #52433d;
    /*font-family: Lato,"游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;*/
  }


  .bc_catName {
    display: inline-block;
    margin: 0 0 30px 0;
    padding: 0 10px;
    border-width: 1px;
    border-color: rgb(180, 165, 130);
    border-style: solid;
    border-radius: 4px;
    font-size: 14px;
    color: #b4a582;
  }

  .bc_sectionDetail .bc_img_trim {
    max-width: 100%;
    height: 225px;
    object-fit: cover;
  }

  .bc_detail_date {
    font-size: 11px;
    color: #b4a582;
    float: right;
  }

  .bc_articleMain {
    margin: 0 auto 30px;
  }
  .bc_articleMain img {
    max-width: 100%;
    height: auto;
  }

  .bc_articleMain h2 {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    color: #734338;
    font-size: 20px;
    background: #f9f4ea;
    border-bottom: dotted 2px #734338;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*font-family: Verdana,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;*/
  }

  .bc_articleMain hr {
    display: none;
  }

  .fr_page-contents-detail .container > .row .btn-primary {
    display: block;
    width: 70%;
    padding: 10px 30px;
    margin: 0 15%;
    text-align: center;
  }

  .fr_page-contents-detail .container > .row .btn-primary > span:after {
    padding-left: 10px;
    font-family: 'NODE-icon' !important;
    content: "\e917";
  }

  /* 718 345 345 */

  .bc_detailContParts {
    margin-bottom: 90px;
  }

  .bc_detailContParts:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }

  .bc_detailContParts .col-sm-12 img {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
  }
  .bc_detailContParts .col-sm-6:first-child {
    width: 100%;
    height: auto;
  }
  .bc_detailContParts .col-sm-6:nth-child(2) {
    width: 100%;
    height: auto;
  }

  /* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail */
  /* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail *//* detail */

  /* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea */
  /* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea */
  .bc_contentsMain .bc_sideArea {
    float: right;
    width: 260px;
  }

  .bc_sideMenu {
    width: 260px;
    height: auto;
    padding:  10px 20px 25px;
    border-radius: 8px;
    text-align: left;
    background-color: rgb(249, 244, 234);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .bc_sideMenu dt {
    padding: 10px 0;
    font-size: 16px;
    color: #ab9d7b;
  }

  .bc_sideMenu dd {
    border-bottom: solid 1px #fff;
  }

  .bc_sideMenu dd a {
    display: block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: left;
    border-top: solid 1px #fff;
    font-size: 14px;
    color: #52433d;
    text-decoration: none;
  }

  .bc_sideMenu dd a:link {
    text-decoration: none;
  }

  .bc_sideMenu dd a:active {
    text-decoration: none;
  }

  .bc_sideMenu dd a:hover {
    text-decoration: none;
  }

  .bc_sideMenu dd a:visited {
    text-decoration: none;
  }

  .bc_sideMenu dd a:after {
    float: right;
    font-family: 'NODE-icon' !important;
    content: "\e917";
    color: #ab9d7b;
  }
  /* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea */
  /* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea *//* sideArea */

  /* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation */
  /* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation */
  .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 0;
    width: 94%;
  }

  .fr_page-contents-list .pagination > li > a {
    display: none;
  }

  .fr_page-contents-list .pagination > li > a.navi_prev,.fr_page-contents-list .pagination > li > a.navi_next {
    display: block !important;
    width: 48%;
    margin: 0 auto;
    height: 43px;
    font-size: 14px;
    line-height: 43px;
    padding: 0;
  }

  .fr_page-contents-list .pagination > li > a.navi_next {
    float: right;
  }

  .fr_page-contents-list .pagination > li > a, .fr_page-contents-list .pagination > li > span {
    position: relative;
    float: left;
    padding: 0;
    line-height: 1.6;
    text-decoration: none;
    color: #ab9d7b;
    background-color: #fff;
    border: 1px solid #ab9d7b;
    margin-left: -1px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  /* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation */
  /* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation *//* pagenation */




  /* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz */
  /* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz */
  .bc_tpl_topicpath {
    height: auto;
    padding-left: 1em;
    box-sizing: border-box;
  }

  .bc_tpl_topicpath ol {
    width: 94%;
    margin: 0 auto;
  }

  .bc_tpl_topicpath ol li {
    display: inline-block;
    font-size: 11px;
    line-height: 30px;
    color: #52433d;
  }

  .bc_tpl_topicpath ol li a:hover {
    text-decoration: none;
  }
  /* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz */
  /* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz *//* pankz */







  /* company profile *//* company profile *//* company profile *//* company profile *//* company profile *//* company profile */
  /* company profile *//* company profile *//* company profile *//* company profile *//* company profile *//* company profile */


  .fr_page-abouts-index .container.fr_center-area {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #52433d;
  }

  .fr_page-abouts-index .container.fr_center-area .row,.fr_page-abouts-index .container.fr_center-area .col-sm-12 {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    text-align: center;
  }



  .bc_companyProfile {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }

  .bc_companyProfileMain {
    position: relative;
    display: block;
    width: 94%;
    height: auto;
    margin: 0 auto;
    text-align: left;
  }

  .bc_companyProfile .bc_companyProfileMain h2.title {
    display: block;
    width: 100%;
    height: auto;
    margin: 40px auto 25px;
    text-align: left;
    font-size: 17px;
    color: #b4a582;
  }

  .bc_companyProfileMain .bc_cpmImg {
    display: none;
  }

  .bc_companyProfileMain dt,.bc_companyProfileMain dd {
    font-size: 14px;
    color: #52433d;
  }

  .bc_companyProfileMain .bc_cpList01,.bc_companyProfileMain .bc_cpList02 {
    display: block;
    width: 100%;
  }

  .bc_companyProfileMain dt {
    display: block;
    width: 100%;
    font-size: 14px;
  }

  .bc_companyProfileMain dd {
    display: block;
    width: 100%;
    font-size: 11px;
  }

  .bc_companyProfileMain .bc_cpDetailArea {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px 1px;
    background: #e9e3d4;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .bc_companyProfileMain .bc_cpDetailArea h3 {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #52433d;
    font-size: 13px;
    line-height: 40px;
    font-family: sans-serif!important;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell {
    display: block;
    width: 100%;
    /*   margin: 0 20px 1px; */
    padding: 0 20px 10px;
    background: #faf6ed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell h4 {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #52433d;
    font-size: 13px;
    line-height: 40px;
    font-family: sans-serif!important;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell ul {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 8px;
  }

  .bc_companyProfileMain .bc_cpDetailArea .bc_cell ul:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell ul li {
    position: relative;
    display: block;
    width: 100%;
    margin: 0 0 10px!important;
    padding: 0 10px 20px;
    background: #fffffb;
    border: solid 1px #ab9d7b;
    margin-bottom: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 11px;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell ul li h5 {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    color: #b4a582;
    font-size: 11px;
    line-height: 30px;
  }
  .bc_companyProfileMain .bc_cpDetailArea .bc_cell ul li img {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 10vw;
    height: auto;
  }




  .bc_cphistoryArea {
    display: block;
    width: 100%;
    height: auto;
    margin: 70px auto;
    padding: 0 0 55px 0;
    background: #faf6ed;
    text-align: center;
  }
  .bc_cphistoryArea h2.title {
    display: block;
    width: 94%;
    height: auto;
    margin: 0 auto;
    padding: 45px 0 32px;
    text-align: left;
    font-size: 17px;
    color: #b4a582;
    text-align: left;
  }
  .bc_cphistoryArea div.bc_history {
    display: block;
    width: 94%;
    height: auto;
    margin: 0 auto 20px;
    text-align: left;
    font-size: 11px;
  }
  .bc_cphistoryArea div.bc_history div.bc_ttl {
    float: left;
    display: block;
    width: 20%;
    height: auto;
    margin: 0 auto;
    text-align: left;
    color: #b4a582;
  }
  .bc_cphistoryArea div.bc_history div.bc_year {
    float: left;
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    text-align: left;
    color: #b4a582;
  }
  .bc_cphistoryArea div.bc_history div.bc_txt {
    float: left;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 auto;
    text-align: left;
    color: #52433d;
  }

  .bc_cphistoryArea .bc_history:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }











  .bc_companyProfileBtmNavi {
    display: block;
    width: 94%;
    height: auto;
    margin: 0 auto 70px;
    text-align: center;
  }

  .bc_companyProfileBtmNavi:after {
    clear: both;
    content: "";
    display: block;
    overflow: hidden;
  }

  .bc_companyProfileBtmNavi li {
    overflow: hidden;
    display: block;
    width: 45%;
    height: 40px;
    margin: 0 2.5% 10px;
    padding: 0;
    line-height: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: solid 1px #ab9d7b;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fffffb;
    font-size: 11px;
  }

  .bc_companyProfileBtmNavi li:nth-child(odd) {
    float: left;
  }

  .bc_companyProfileBtmNavi li:nth-child(even) {
    float: right;
  }

  .bc_companyProfileBtmNavi li.current {
    background: #ab9d7b;
  }

  .bc_companyProfileBtmNavi li a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 1em;
    text-align: center;
    color: #52433d;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .bc_companyProfileBtmNavi li.current a {
    display: block;
    width: 100%;
    margin: 0 auto;
    padding-left: 1em;
    text-align: center;
    color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .bc_companyProfileBtmNavi li a:after {
    font-family: 'NODE-icon' !important;
    content: "\e917";
    padding-left: 1em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .bc_cArea + .bc_companyProfileBtmNavi {
    display: none;
  }

  .bc_cArea {
    display: block;
    width: 94%;
    height: auto;
    margin: 40px auto 0;
    text-align: center;
  }
  .bc_cArea ul {
    display: block;
    width: 100%;
    height: auto;
  }
  .bc_cArea ul li {
    display: block;
    width: 100%;
    margin: 0 auto 70px;
  }
  .bc_cArea ul li:nth-child(odd) {
    float: left;
  }
  .bc_cArea ul li:nth-child(even) {
    float: right;
  }
  .bc_cArea ul li a img {
    display: block;
    width: 100%;
    height: auto;
  }
  .bc_cArea ul li a span {
    display: block;
    margin-top: 21px;
    font-size: 17px;
    color: #52433d;
  }

  .bc_cArea + .bc_companyProfileBtmNavi {
    display: none;
  }

  /* company profile *//* company profile *//* company profile *//* company profile *//* company profile *//* company profile */
  /* company profile *//* company profile *//* company profile *//* company profile *//* company profile *//* company profile */

}






/* TIJ */

/* CSS Document */

/*clearfix*/
.bc_clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.fr_page-recruit-index .container,
.fr_page-c-recruit-new-graduate .container,
.fr_page-c-about-ceo .container,
.fr_page-c-about-philosophy .container,
.fr_page-c-gift-guide .container{
  width: 100%;
  padding: 0;
}
.fr_page-recruit-index .row,
.fr_page-c-recruit-new-graduate .row,
.fr_page-c-about-ceo .row,
.fr_page-c-about-philosophy .row,
.fr_page-c-gift-guide .row{
  margin: 0;
}
.fr_page-recruit-index .col-sm-12,
.fr_page-c-recruit-new-graduate .col-sm-12,
.fr_page-c-about-ceo .col-sm-12,
.fr_page-c-about-philosophy .col-sm-12,
.fr_page-c-gift-guide .col-sm-12{
  padding:0;
}


/*  recruit-top ----------------------------*/
/*-----------------↓↓↓↓↓↓↓↓ pc ↓↓↓↓↓↓↓↓↓--------------------------*/
@media screen and ( min-width:768px )
{
  .fr_page-recruit-index .container{
    width: 100%;
    padding: 0;
  }
  .fr_page-recruit-index .row{
    margin: 0;
  }
  .fr_page-recruit-index .col-sm-12{
    padding:0;
  }
  .bc_recruit-head{
    width: 100%;
    position: relative;
    background-color: #f9f4ea;
  }
  .bc_recruit-head img{
    width:100%;
  }
  .bc_recruit-head-inner{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba( 249, 244, 234 ,0.8);
  }
  .bc_recruit-head-inner h2{
    width: 100%;
    font-size: 30px;
    text-align: center;
    font-color:#52433d;
    margin: 8% 0 auto 0;
  }
  .bc_recruit-head-inner em{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 12px;
    color: #b4a582;
  }
  .bc_recruit-area-01{
    width: 100%;
    padding-top: 120px;
    overflow: hidden;
  }
  .bc_recruit-area-01 h3{
    width: 100%;
    text-align: center;
    font-size: 30px;
    margin: 0;
    padding-bottom: 50px;
  }
  .bc_recruit-area-01 p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    margin:40px 0 0 0;
  }
  .bc_recruit-button{
    max-width: 840px;
    width: 100%;
    margin: 120px auto 0 auto;
  }
  .bc_recruit-button li{
    float: left;
    width: 29.76%;
    height: 100px;
    background-color: #cbc6c2;
    border-radius:4px;
    color: #fff;
    margin-right: 5.35%;
    font-size: 14px;
    text-align: center;
    display: table;
  }
  .bc_recruit-button li:last-child{
    margin-right: 0;
  }
  .bc_recruit-button li span{
    display: table-cell;
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .bc_recruit-button li a{
    width: 100%;
    height: 100%;
    border-radius:4px;
    color: #52433d;
    display: table-cell;
    border:#52433d 1px solid;
    vertical-align: middle;
    background-color: #fffffb;
    position: relative;
  }
  .bc_recruit-button li a:after{
    font-family: 'NODE-icon' ;
    content: "\e917";
    position: absolute;
    top:40px;
    right: 15px;
  }
  .bc_recruit-button li a:hover{
    background-color: #52433d;
    color: #fff;

  }
  .bc_recruit-area-02{
    padding-top: 90px;
  }
  .bc_recruit-area-02 img{
    width: 100%;
  }
  .bc_recruit-area-03{
    padding-top: 100px;
  }
  .bc_recruit-area-03 h3{
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 2.5;
    margin: 0;
  }
  .bc_recruit-area-03 p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin: 30px 0 0 0;
  }
  .bc_recruit-area-04{
    padding-top: 80px;
  }
  .bc_recruit-area-04 img{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: block;
  }
  .bc_recruit-area-05{
    padding-top: 130px;
  }
  .bc_recruit-area-05 h3{
    width: 100%;
    font-size: 24px;
    text-align: center;
    line-height: 2.5;
    margin: 0;
  }
  .bc_recruit-area-05 p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin: 30px 0 0 0;
  }

}
/*-----------------↑↑↑↑↑↑↑↑ pc ↑↑↑↑↑↑↑↑--------------------------*/

/*-----------------↓↓↓↓↓↓↓↓ sp ↓↓↓↓↓↓↓↓↓--------------------------*/
@media screen and ( max-width:767px )
{
  .fr_page-recruit-index .container{
    width: 100%;
    padding: 0;
  }
  .fr_page-recruit-index .row{
    margin: 0;
  }
  .fr_page-recruit-index .col-sm-12{
    padding:0;
  }
  .bc_recruit-head{
    width: 100%;
    position: relative;
    background-color: #f9f4ea;
  }
  .bc_recruit-head img{
    width:100%;
  }
  .bc_recruit-head-inner{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba( 249, 244, 234 ,0.8);
  }
  .bc_recruit-head-inner h2{
    width: 100%;
    font-size: 18px;
    text-align: center;
    font-color:#52433d;
    margin: 18% 0 auto 0;
  }
  .bc_recruit-head-inner.bc_gift-head-inner h2{
    margin: 12% 0 auto 0;
  }
  .bc_recruit-head-inner em{
    width: 100%;
    display: block;
    text-align: center;
    font-size: 10px;
    color: #b4a582;
  }
  .bc_recruit-area-01{
    width: 100%;
    padding-top: 30px;
    overflow: hidden;
  }
  .bc_recruit-area-01 h3{
    width: 100%;
    text-align: center;
    font-size: 19px;
    margin-bottom: 30px;
    line-height: 1.8;
  }
  .bc_recruit-area-01 p{
    width: 100%;
    text-align: center;
    font-size: 13px;
    margin: 20px 0 0 0;
    padding: 0 15px;
  }
  .bc_recruit-button{
    width: 80%;
    margin: 50px auto 0 auto;
  }
  .bc_recruit-button li{
    width: 100%;
    height: 60px;
    background-color: #cbc6c2;
    border-radius:2px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: table;
    margin-bottom: 20px;
  }
  .bc_recruit-button li:last-child{
    margin-bottom: 0;
  }
  .bc_recruit-button li span{
    display: table-cell;
    max-width: 100%;
    height: 100%;
    vertical-align: middle;
  }
  .bc_recruit-button li a{
    width: 100%;
    height: 100%;
    border-radius:2px;
    color: #52433d;
    display: table-cell;
    border:#52433d 1px solid;
    vertical-align: middle;
    background-color: #fffffb;
    position: relative;
  }
  .bc_recruit-button li a:hover{
    background-color: #52433d;
    color: #fff;

  }
  .bc_recruit-area-02{
    padding-top: 90px;
  }
  .bc_recruit-area-02 img{
    width: 100%;
  }
  .bc_recruit-area-03{
    padding: 40px 15px 0 15px;
  }
  .bc_recruit-area-03 h3{
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin: 0;
  }
  .bc_recruit-area-03 p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-top:40px;
  }
  .bc_recruit-area-04{
    padding: 40px 15px 0 15px;
  }
  .bc_recruit-area-04 img{
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    display: block;
  }
  .bc_recruit-area-05{
    padding: 75px 15px 0 15px;
  }
  .bc_recruit-area-05 h3{
    width: 100%;
    font-size: 16px;
    text-align: center;
    line-height: 1.8;
    margin: 0;
  }
  .bc_recruit-area-05 p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 2;
    margin-top:40px;
  }

  .fr_page-recruit-index .bc_companyProfileBtmNavi{
    margin-top: 75px;
  }
}
/*-----------------↑↑↑↑↑↑↑↑ sp ↑↑↑↑↑↑↑↑--------------------------*/
/* recruit-top End-------------------------*/

/*  new-grad ----------------------------*/
/*-----------------↓↓↓↓↓↓↓↓ pc ↓↓↓↓↓↓↓↓↓--------------------------*/
@media screen and ( min-width:768px )
{
  .fr_page-c-recruit-new-graduate .container{
    width: 100%;
    padding: 0;
  }
  .fr_page-c-recruit-new-graduate .row{
    margin: 0;
  }
  .fr_page-c-recruit-new-graduate .col-sm-12{
    padding:0;
  }
  .bc_new-grad{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 15px;
  }
  .bc_no-recruit{
    width: 100%;
    display: table;
    margin: 100px auto 50px auto;
    max-width: 900px;
    padding: 0 15px;
  }
  .bc_no-recruit p{
    width: 100%;
    height: 70px;
    background: #d5d1cd;
    color: #fff;
    font-size: 18px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .bc_recruit-txt{
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .bc_entry-button{
    margin-top:100px;
  }
  .bc_entry-button ul{
    position: relative;
    left: 50%;
    float: left;
  }
  .bc_entry-button li{
    float: left;
    position: relative;
    left: -50%;
    margin-right: 45px;
    text-align: center;
    font-weight: bold;
  }
  .bc_entry-button li:last-child{
    margin-right: 0;
  }
  .bc_entry-button a{
    background: #ccc;
    width: 250px;
    height: 50px;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 4;
    color: #fff;
    margin-top: 10px;
  }
  .bc_entry-button a:hover{
    opacity: 0.8;
  }
  .bc_new-grad-btn{
    color: #ed784a;
  }
  .bc_new-grad-btn a{
    background-color: #ed784a;
  }
  .bc_intern-btn{
    color: #e8b647;
  }
  .bc_intern-btn a{
    background-color: #e8b647;
  }
  .bc_entry-haed{
    font-size: 28px;
    color: #b4a582;
    margin:100px 0 35px 0;
  }
  .bc_entry-table{
    width: 100%;
    border-collapse: collapse;
  }
  .bc_entry-table th{
    background-color: #fbf8f0;
    width: 190px;
    border: #bcb195 1px solid;
    text-align: center;
    vertical-align: middle;
    padding: 20px 10px;
    font-size: 14px;
  }
  .bc_entry-table td{
    border: #bcb195 1px solid;
    vertical-align: middle;
    padding: 20px 35px;
    font-size: 14px;
  }
  .bc_entry-flow{
    width: 100%;
  }
  .bc_entry-flow li{
    float: left;
    width: 16.66%;
    height: 100px;
    margin-right: 4.16%;
    background-color: #bcb195;
    color: #fff;
    display: table;
    position: relative;
    font-size: 14px;
  }
  .bc_entry-flow li span{
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
  }
  .bc_entry-flow li:last-child{
    margin-right: 0;
  }
  .bc_entry-flow li:after{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 8px solid #ab9d7b;
    position: absolute;
    top:40px;
    right: -23px;
  }
  .bc_entry-flow li:last-child:after{
    content: none;
  }
  .bc_entry-txt{
    font-size: 14px;
    line-height: 1.8;
  }
  .bc_entry-schedule-table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 70px;
  }
  .bc_entry-schedule-table th{
    border: #bcb195 1px solid;
    background-color: #fbf8f0;
    font-size: 14px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    padding: 10px;
  }
  .bc_entry-schedule-table th:first-child{
    width: 33%;
  }
  .bc_entry-schedule-table td{
    border: #bcb195 1px solid;
    font-size: 14px;
    vertical-align: middle;
    padding: 20px 30px;
  }
  .bc_senior-voice-hd{
    font-size: 28px;
    color: #b4a582;
    margin-top: 230px;
  }
  .bc_senior-voice-list{
    width: 100%;
    margin-top: 80px;
  }
  .bc_senior-voice-list li{
    width: 44.44%;
    margin-right: 11.11%;
    float: left;
    font-size: 14px;
    padding-bottom: 40px;
  }
  .bc_senior-voice-list li:nth-child(2n){
    margin-right: 0;
  }
  .bc_senior-voice-list li img{
    width: 100%;
  }
  .bc_senior-voice-list li span{
    display: block;
    padding-top: 30px;
  }
  .bc_senior-voice-list li em{
    display: block;
    font-size: 18px;
    margin-bottom: 25px;
  }
  .bc_entry-photo-list{
    width: 100%;
    margin-bottom: 80px;
  }
  .bc_entry-photo-list li{
    float: left;
  }
  .bc_entry-photo-list li img{
    width: 100%;
    height: auto;
  }
}
/*-----------------↑↑↑↑↑↑↑↑ pc ↑↑↑↑↑↑↑↑--------------------------*/

/*-----------------↓↓↓↓↓↓↓↓ sp ↓↓↓↓↓↓↓↓↓--------------------------*/
@media screen and ( max-width:767px )
{
  .fr_page-c-recruit-new-graduate .container{
    width: 100%;
    padding: 0;
  }
  .fr_page-c-recruit-new-graduate .row{
    margin: 0;
  }
  .fr_page-c-recruit-new-graduate .col-sm-12{
    padding:0;
  }
  .bc_new-grad{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 10px;
  }
  .bc_no-recruit{
    width: 100%;
    display: table;
    margin: 25px 0 20px 0;
    padding: 0 10px;
  }
  .bc_no-recruit p{
    width: 100%;
    height: 45px;
    background: #d5d1cd;
    color: #fff;
    font-size: 12px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .bc_recruit-txt{
    width: 100%;
    text-align: center;
    font-size: 14px;
  }
  .bc_entry-button{
    margin-top:10px;
  }
  .bc_entry-button ul{
  }
  .bc_entry-button li{
    text-align: center;
    font-weight: bold;
    width: 300px;
    margin: 0 auto;
    margin-top: 50px;
  }
  .bc_entry-button a{
    background: #ccc;
    width: 300px;
    height: 50px;
    display: block;
    border-radius: 4px;
    text-align: center;
    line-height: 4;
    color: #fff;
    margin-top: 10px;
  }
  .bc_entry-button a:hover{
    opacity: 0.8;
  }
  .bc_new-grad-btn{
    color: #ed784a;
  }
  .bc_new-grad-btn a{
    background-color: #ed784a;
  }
  .bc_intern-btn{
    color: #e8b647;
  }
  .bc_intern-btn a{
    background-color: #e8b647;
  }
  .bc_entry-haed{
    font-size: 16px;
    color: #b4a582;
    margin:60px 0 15px 0;
  }
  .bc_entry-table{
    width: 100%;
    border-collapse: collapse;
  }
  .bc_entry-table th{
    background-color: #fbf8f0;
    width: 70px;
    border: #bcb195 1px solid;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    font-size: 12px;
  }
  .bc_entry-table td{
    border: #bcb195 1px solid;
    vertical-align: middle;
    padding: 10px;
    font-size: 12px;
  }
  .bc_entry-flow{
    width: 100%;
  }
  .bc_entry-flow li{
    width: 100%;
    height: 50px;
    margin-right: 4.16%;
    background-color: #bcb195;
    color: #fff;
    display: table;
    position: relative;
    font-size: 14px;
    margin-bottom: 30px;
  }
  .bc_entry-flow li span{
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
  }
  .bc_entry-flow li:last-child{
    margin-bottom: 0;
  }
  .bc_entry-flow li:after{
    content: "s";
    width: 0;
    height: 0;
    border-top: 8px solid #ab9d7b;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 60px;
    left: 50%;

  }
  .bc_entry-flow li:last-child:after{
    content: none;
  }
  .bc_entry-txt{
    font-size: 14px;
    line-height: 1.8;
  }
  .bc_entry-schedule-table{
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
  }
  .bc_entry-schedule-table th{
    border: #bcb195 1px solid;
    background-color: #fbf8f0;
    font-size: 12px;
    vertical-align: middle;
    text-align: center;
    font-weight: normal;
    padding: 5px;
  }
  .bc_entry-schedule-table th:first-child{
    width: 33%;
  }
  .bc_entry-schedule-table td{
    border: #bcb195 1px solid;
    font-size: 12px;
    vertical-align: middle;
    padding: 10px 15px;
    line-height: 3;
  }
  .bc_senior-voice-hd{
    font-size: 28px;
    color: #b4a582;
    margin-top: 70px;
    margin-bottom: 0;
  }
  .bc_senior-voice-list{
    width: 100%;
    margin-top: 25px;
  }
  .bc_senior-voice-list li{
    width: 100%;
    font-size: 14px;
    padding-bottom: 50px;
  }
  .bc_senior-voice-list li img{
    width: 100%;
  }
  .bc_senior-voice-list li span{
    display: block;
    padding-top: 25px;
    font-size: 12px;
  }
  .bc_senior-voice-list li em{
    display: block;
    font-size: 17px;
    margin-bottom: 25px;
  }
  .bc_entry-photo-list{
    width: auto;
    margin:0 10px 50px 10px;
  }
  .bc_entry-photo-list li{
    width: 100%;
  }
  .bc_entry-photo-list li img{
    width: 100%;
    height: auto;
  }
  .fr_page-c-recruit-new-graduate .bc_companyProfileBtmNavi{
    margin-top: 75px;
  }
}
/*-----------------↑↑↑↑↑↑↑↑ sp ↑↑↑↑↑↑↑↑--------------------------*/
/* new-grad End-------------------------*/


/*  ceo ----------------------------*/
/*-----------------↓↓↓↓↓↓↓↓ pc ↓↓↓↓↓↓↓↓↓--------------------------*/
@media screen and ( min-width:768px )
{
  .fr_page-c-about-ceo .container{
    width: 100%;
    padding: 0;
  }
  .fr_page-c-about-ceo .row{
    margin: 0;
  }
  .fr_page-c-about-ceo .col-sm-12{
    padding:0;
  }
  .bc_ceo-txt-01{
    max-width: 720px;
    width: 100%;
    font-size: 16px;
    margin: 85px auto 0 auto;
    padding: 0 15px;
  }
  .bc_ceo-img{
    margin-top: 150px;
    width: 100%;
    position: relative;
  }
  .bc_ceo-img img{
    width: 100%;
    height: auto;
  }
  .bc_ceo-img p{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
  }
  .bc_ceo-img p span{
    display: block;
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
    padding-top: 12%;
    font-size: 12px;
  }
  .bc_ceo-img p em{
    display: block;
    max-width: 720px;
    width: 100%;
    margin: 5px auto 0 auto;
    font-size: 30px;
    letter-spacing: 5px;
  }
  .bc_ceo-txt-02{
    max-width: 720px;
    width: 100%;
    font-size: 14px;
    margin: 80px auto 0 auto;
    padding: 0 15px;
    line-height: 1.8;
  }
  .bc_ceo-photo{
    width: 100%;
    height: 400px;
    margin-top: 100px;
  }
  .bc_ceo-photo li{
    float: left;
    width: 50%;
    height: 100%;
  }
  .bc_ceo-photo li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/*-----------------↑↑↑↑↑↑↑↑ pc ↑↑↑↑↑↑↑↑--------------------------*/

/*-----------------↓↓↓↓↓↓↓↓ sp ↓↓↓↓↓↓↓↓↓--------------------------*/
@media screen and ( max-width:767px )
{
  .fr_page-c-about-ceo .container{
    width: 100%;
    padding: 0;
  }
  .fr_page-c-about-ceo .row{
    margin: 0;
  }
  .fr_page-c-about-ceo .col-sm-12{
    padding:0;
  }
  .bc_ceo-txt-01{
    width: 100%;
    font-size: 14px;
    margin: 30px auto 0 auto;
    padding: 0 10px;
    text-align: center;
  }
  .bc_ceo-img{
    margin-top: 40px;
    width: 100%;
    position: relative;
  }
  .bc_ceo-img img{
    width: 100%;
    height: auto;
  }
  .bc_ceo-img p{
    position: absolute;
    top:0;
    left: 20px;
    margin-top: 33%;
  }
  .bc_ceo-img p span{
    display: block;
    font-size: 12px;
  }
  .bc_ceo-img p em{
    display: block;
    margin: 5px auto 0 auto;
    font-size: 22px;
    letter-spacing: 5px;
  }
  .bc_ceo-txt-02{
    width: 100%;
    font-size: 14px;
    margin: 30px auto 0 auto;
    padding: 0 10px;
    line-height: 1.8;
  }
  .bc_ceo-photo{
    width: 100%;
    margin-top: 50px;
    padding: 0 10px;
  }
  .bc_ceo-photo li{
    height: 100%;
    height: 200px;
  }
  .bc_ceo-photo li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fr_page-c-about-ceo .bc_companyProfileBtmNavi{
    margin-top: 75px;
  }
}
/*-----------------↑↑↑↑↑↑↑↑ sp ↑↑↑↑↑↑↑↑--------------------------*/
/* ceo End-------------------------*/

/*  philosophy ----------------------------*/
/*-----------------↓↓↓↓↓↓↓↓ pc ↓↓↓↓↓↓↓↓↓--------------------------*/
@media screen and ( min-width:768px )
{
  .fr_page-c-about-philosophy .container{
    width: 100%;
    padding: 0;
  }
  .fr_page-c-about-philosophy .row{
    margin: 0;
  }
  .fr_page-c-about-philosophy .col-sm-12{
    padding:0;
  }
  .bc_philosophy-area{
    display: block;
    width: 1080px;
    height: auto;
    margin: 60px auto 0;
    text-align: center;
    overflow: hidden;
  }
  .bc_philosophy-hd{
    font-size: 30px;
    text-align: center;
    margin-top: 120px;
  }
  .bc_philosophy-hd02{
    font-size: 24px;
    text-align: left;
    margin-top: 14px;
    margin-bottom: 0;
    padding-left: 50px;
  }
  .bc_philosophy-txt{
    font-size: 16px;
    text-align: center;
    margin-top: 100px;
    line-height: 2.5;
    /*font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;*/
  }
  .bc_philosophy-txt02{
    font-size: 16px;
    text-align: left;
    line-height: 2.5;
    /*font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;*/
  }
  .bc_philosophy-subtitel {
    font-weight: bold;
    font-size: 20px;
  }
  .bc_philosophy-photo{
    margin-top: 200px;
    width: 100%;
  }
  .bc_philosophy-photo li{
    width: 33.33%;
    height: 250px;
    float: left;
  }
  .bc_philosophy-photo li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}
/*-----------------↑↑↑↑↑↑↑↑ pc ↑↑↑↑↑↑↑↑--------------------------*/

/*-----------------↓↓↓↓↓↓↓↓ sp ↓↓↓↓↓↓↓↓↓--------------------------*/
@media screen and ( max-width:767px )
{
  .fr_page-c-about-philosophy .container{
    width: 100%;
    padding: 0;
  }
  .fr_page-c-about-philosophy .row{
    margin: 0;
  }
  .fr_page-c-about-philosophy .col-sm-12{
    padding:0;
  }
  .bc_philosophy-hd{
    font-size: 19px;
    text-align: center;
    margin-top: 45px;
    line-height: 2;
  }
  .bc_philosophy-hd02{
    font-size: 19px;
    text-align: left;
    line-height: 2;
    margin: 0 20px;
  }
  .bc_philosophy-txt{
    font-size: 13px;
    text-align: center;
    margin-top: 45px;
    line-height: 2;
    /*font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;*/
    margin: 0 20px;
  }
  .bc_philosophy-txt02{
    font-size: 13px;
    text-align: left;
    line-height: 2;
    /*font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;*/
    margin: 20px 20px 0;
  }
  .bc_philosophy-subtitel {
    font-weight: bold;
    font-size: 16px;
  }
  .bc_philosophy-mainimg {
    width: 80%;
    margin: 0 auto;
  }
  .bc_philosophy-mainimg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .bc_philosophy-photo{
    margin-top: 70px;
    width: 100%;
  }
  .bc_philosophy-photo li{
    width: 33.33%;
    height: 100px;
    float: left;
  }
  .bc_philosophy-photo li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .fr_page-c-about-philosophy .bc_companyProfileBtmNavi{
    margin-top: 75px;
  }
}
/*-----------------↑↑↑↑↑↑↑↑ sp ↑↑↑↑↑↑↑↑--------------------------*/
/* philosophy End-------------------------*/


/*  giftguide ----------------------------*/
/*-----------------↓↓↓↓↓↓↓↓ pc ↓↓↓↓↓↓↓↓↓--------------------------*/
@media screen and ( min-width:768px )
{
  .bc_gift-txt{
    font-size: 16px;
    max-width: 720px;
    width: 100%;
    margin: 100px auto 130px auto;
    line-height: 2;
    /*font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;*/
  }
  .bc_gift-manner{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding:0 15px;
    overflow: hidden;
    padding-bottom: 280px;
  }
  .bc_gift-manner-hd{
    font-size: 28px;
    color: #b4a582;
    margin: 0;
    /*font-family: Verdana,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;*/
    font-weight: bold;
  }
  .bc_gift-top{
    width: 100%;
    margin-top: 30px;
  }
  .bc_gift-top img{
    float: left;
    width: 48.66%;
  }
  .bc_gift-top p{
    display: block;
    width: 48%;
    float: right;
    font-size: 14px;
    line-height: 1.8;
  }
  .bc_gift-button-list{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
  }
  .bc_gift-button-list li{
    float: left;
    width: 22.22%;
    height: 50px;
    margin-right: 3.7%;
    display: table;
    margin-bottom: 20px;
    position: relative;
  }
  .bc_gift-button-list li:nth-child(4n){
    margin-right: 0;
  }
  .bc_gift-button-list li a{
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    border: #ab9d7b 1px solid;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    color: #52433d;
  }
  .bc_gift-button-list li a:after{
    content: "";
    background: url(/user_data/packages/default/client/img/gift-guide/bc_gift-link-icon.png) no-repeat;
    width: 12px;
    height: 7px;
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 10px
  }
  .bc_gift-button-list li a:hover{
    background-color: #ab9d7b;
    color: #fff;
  }
  .bc_gift-button-list li a:hover:after{
    background: url(/user_data/packages/default/client/img/gift-guide/bc_gift-link-icon-hover.png) no-repeat;
  }
  .bc_gift-guide-01,
  .bc_gift-guide-02{
    margin-top: 100px;
  }
  .bc_gift-guide-01 h4,
  .bc_gift-guide-02 h4{
    font-size: 24px;
    color: #734338;
    /*font-family: Verdana,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;*/
    background-image: linear-gradient(to right, #734338, #734338 2px, transparent 2px, transparent 6px);
    background-size: 6px 2px;
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 50px;
  }
  .bc_gift-guide-inner{
    margin-bottom: 60px;
  }
  .bc_gift-guide-left{
    float: left;
    width: 50%;

  }
  .bc_gift-guide-left p{
    font-size: 14px;
    line-height: 1.8;
  }
  .bc_gift-guide-01 .bc_gift-guide-left p em{
    font-size: 18px;
    color: #c73e3a;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
  }
  .bc_gift-guide-02 .bc_gift-guide-left p em{
    font-size: 18px;
    color: #52433d;
    display: block;
    margin-bottom: 20px;
  }
  .bc_gift-guide-01 .bc_gift-guide-left table{
    background-color: #fbf0ec;
    width: 100%;
    border: 15px solid #fbf0ec;
    margin-top: 30px;
  }
  .bc_gift-guide-02 .bc_gift-guide-left table{
    background-color: #f1f0ec;
    width: 100%;
    border: 15px solid #f1f0ec;
    margin-top: 30px;
  }
  .bc_gift-guide-01 .bc_gift-guide-left table th{
    font-size: 14px;
    color: #c73e3a;
    text-align: left;
    padding: 5px;
  }
  .bc_gift-guide-02 .bc_gift-guide-left table th{
    font-size: 14px;
    color: #52433d;
    text-align: left;
    padding: 5px;
  }
  .bc_gift-guide-left table th{
    width: 80px;
  }
  .bc_gift-guide-right{
    width: 46%;
    float: right;
    padding: 5px;
    position: relative;
  }
  .bc_gift-guide-right img{
    width: 100%;
  }
  .bc_noshi-03{
    width: 71px !important;
    margin: 0 auto;
    display: block;
    position: relative;

  }
  .bc_gift-noshi-omote,
  .bc_gift-noshi-name{
    position: absolute;
    left: 54%;
    right: 46%;
    /*font-family: "A1 Mincho","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;*/
    font-size: 18px;
    font-weight: bold;
    line-height: 1.2;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    display: block;
    width: 20px;
  }
  .bc_gift-noshi-omote{
    top:10%;
  }
  .bc_gift-noshi-name{
    top:70%;
  }
  .bc_gift-shop-link{
    width: 380px;
    height: 70px;
    display: table;
    margin: 0 auto;
    border: #734338 1px solid;
    border-radius: 4px;
    font-size: 16px;
    color: #734338 ;
  }
  .bc_gift-shop-link:after{
    font-family: 'NODE-icon';
    content: "\e917";
    position: relative;
    top:20px;
    right: 10px;
  }
  .bc_gift-shop-link span{
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .bc_gift-shop-link:hover{
    background-color: #734338;
    color: #fff;

  }
  .bc_gift-caution{
    font-size: 11px;
    margin-top: 120px;
    margin-bottom: 200px;
  }
}
/*-----------------↑↑↑↑↑↑↑↑ pc ↑↑↑↑↑↑↑↑--------------------------*/

/*-----------------↓↓↓↓↓↓↓↓ sp ↓↓↓↓↓↓↓↓↓--------------------------*/
@media screen and ( max-width:767px )
{
  .bc_gift-txt{
    font-size: 14px;
    width: 100%;
    margin: 25px auto 60px auto;
    line-height: 2;
    /*font-family: "Times New Roman","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;*/
    padding: 0 20px;
    text-align: center;
  }
  .bc_gift-manner{
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    padding:0 15px;
    overflow: hidden;
    padding-bottom: 120px;
  }
  .bc_gift-manner-hd{
    font-size: 17px;
    color: #b4a582;
    margin: 0;
    /*font-family: Verdana,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;*/
    font-weight: bold;
  }
  .bc_gift-top{
    width: 100%;
    margin-top: 15px;
  }
  .bc_gift-top img{
    width: 100%;
  }
  .bc_gift-top p{
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.8;
    margin-top: 20px;
  }
  .bc_gift-button-list{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 0;
  }
  .bc_gift-button-list li{
    float: left;
    width: 47.1%;
    height: 40px;
    margin-right: 5%;
    display: table;
    margin-bottom: 20px;
    position: relative;
  }
  .bc_gift-button-list li:nth-child(2n){
    margin-right: 0;
  }
  .bc_gift-button-list li a{
    display: table-cell;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    border: #ab9d7b 1px solid;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
    color: #52433d;
  }
  .bc_gift-button-list li a:after{
    content: "";
    background: url(/user_data/packages/default/client/img/gift-guide/bc_gift-link-icon-sp.png) no-repeat;
    background-size: 100% auto;
    width: 6px;
    height: 4px;
    display: inline-block;
    position: absolute;
    top: 20px;
    right: 10px;
  }
  .bc_gift-guide-01,
  .bc_gift-guide-02{
    margin-top: 30px;
  }
  .bc_gift-guide-01 h4,
  .bc_gift-guide-02 h4{
    font-size: 14px;
    color: #734338;
    /*font-family: Verdana,"游ゴシック",YuGothic,"Hiragino Kaku Gothic ProN",Meiryo,sans-serif;*/
    background-image: linear-gradient(to right, #734338, #734338 1px, transparent 1px, transparent 3px);
    background-size: 3px 1px;
    background-position: bottom;
    background-repeat: repeat-x;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 25px;
    position: relative;
  }
  .bc_gift-pagetop{
    display: block;
    width: 17px;
    height: 17px;
    background: url(/user_data/packages/default/client/img/gift-guide/bc_gift-pagetop-sp.png);
    background-size: 100% auto;
    position: absolute;
    top:0;
    right: 0;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
  }
  .bc_gift-guide-inner{
    margin-bottom: 30px;
  }
  .bc_gift-guide-left{
    width: 100%;
    margin-bottom: 25px;

  }
  .bc_gift-guide-left p{
    font-size: 14px;
    line-height: 1.8;
  }
  .bc_gift-guide-01 .bc_gift-guide-left p em{
    font-size: 14px;
    color: #c73e3a;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
  }
  .bc_gift-guide-02 .bc_gift-guide-left p em{
    font-size: 14px;
    color: #52433d;
    display: block;
    margin-bottom: 15px;
  }
  .bc_gift-guide-01 .bc_gift-guide-left table{
    background-color: #fbf0ec;
    width: 100%;
    border: 15px solid #fbf0ec;
  }
  .bc_gift-guide-02 .bc_gift-guide-left table{
    background-color: #f1f0ec;
    width: 100%;
    border: 15px solid #f1f0ec;
  }
  .bc_gift-guide-01 .bc_gift-guide-left table th{
    font-size: 12px;
    color: #c73e3a;
    text-align: left;
    padding: 5px;
  }
  .bc_gift-guide-02 .bc_gift-guide-left table th{
    font-size: 12px;
    color: #52433d;
    text-align: left;
    padding: 5px;
  }
  .bc_gift-guide-left table th{
    width: 80px
  }
  .bc_gift-guide-right{
    width: 100%;
    padding: 5px;
    position: relative;
  }
  .bc_gift-guide-right img{
    width: 57.97%;
    margin: 0 auto;
    display: block;
  }
  .bc_noshi-03{
    width: 71px !important;
    margin: 0 auto;
    display: block;
    position: relative;
    left:3px;

  }
  .bc_gift-noshi-omote,
  .bc_gift-noshi-name{
    position: absolute;
    /*font-family: "A1 Mincho","游明朝",YuMincho,"Hiragino Mincho ProN",Meiryo,serif;*/
    font-size: 9px;
    font-weight: bold;
    line-height: 1;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    left: 52%;
    right: 48%;
  }
  .bc_gift-noshi-omote{
    top:10%;
  }
  .bc_gift-noshi-name{
    top:70%;
  }
  .bc_gift-shop-link{
    width: 86.96%;
    height: 50px;
    display: table;
    margin: 0 auto;
    border: #734338 1px solid;
    border-radius: 4px;
    font-size: 12px;
    color: #734338 ;
  }
  .bc_gift-shop-link:after{
    font-family: 'NODE-icon';
    content: "\e917";
    position: relative;
    top:15px;
    right: 10px;
  }
  .bc_gift-shop-link span{
    width: 100%;
    height: 100%;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
  }
  .bc_gift-shop-link:hover{
    background-color: #734338;
    color: #fff;

  }
  .bc_gift-caution{
    font-size: 11px;
    margin-top: 60px;
    margin-bottom: 100px;
  }
  /*.bc_gift-tggle-area*/
  .bc_gift-tggle-area,
  .bc_gift-guide-right{
    display: none;
  }

  .bc_gift-tggle-buuton{
    width: 100%;
    text-align: right;
  }
  .bc_gift-tggle-buuton span{
    font-size: 14px;
    color: #ab9d7b;
    text-align: left;
  }
  .bc_gift-tggle-buuton span:after{
    content: "+";
    margin-left: 10px;
  }
  .bc_gift-tggle-active span:after{
    content: "−";
  }

}
/*-----------------↑↑↑↑↑↑↑↑ sp ↑↑↑↑↑↑↑↑--------------------------*/
/* giftguide End-------------------------*/

.bc_tpl_topicpath .breadcrumb li:before {
  display: none;
}

.bc_pulldown {
  width: 94%;
  margin: 0 auto;
}

@media print, screen and (min-width: 768px) {
  .bc_pager .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 30px 0 95px;
    border-radius: 0;
  }
  .bc_pager .pagination li a {
    text-align: center;
    font-size: 14px;
    color: #ab9d7b;
  }
  .bc_pager .pagination li.active.on a {
    color: #fff;
    background: #ab9d7b;
    text-decoration: none;
  }
  .bc_pager .pagination > li {
    display: inline;
  }
  .bc_pager .pagination > li > a, .bc_pager .pagination > li > span {
    position: relative;
    float: left;
    width: 45px;
    height: 45px;
    padding: 10px;
    line-height: 1.6;
    text-decoration: none;
    border: 1px solid #ab9d7b;
    margin-left: -1px;
    box-sizing: border-box;
  }
  .bc_pager .pagination > li > a.navi_prev {
    border: none;
    border-right: 1px solid #ab9d7b;
  }
  .bc_pager .pagination > li > a.navi_next {
    border: none;
    border-left: 1px solid #ab9d7b;
  }
}
@media print, screen and (max-width: 767px) {
  .bc_pager .pagination > li > a {
    display: none;
  }
  .bc_pager .pagination > li > a.navi_prev,.bc_pager .pagination > li > a.navi_next {
    display: block;
    color: #ab9d7b;
    width: 48%;
    margin: 0 auto;
    height: 43px;
    line-height: 43px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #ab9d7b;
    text-align: center;
    font-size: 14px;
  }
  .bc_pager .pagination > li > a.navi_next {
    float: right;
  }
}