@charset "utf-8";

/* RESET
----------------------------------------------------------------------------------------------------*/
a,article,body,dd,div,dl,dt,em,form,footer,header,h1,h2,h3,h4,h5,h6,html,i,iframe,img,label,legend,li,nav,ol,p,section,main,span,table,tbody,tfoot,thead,time,tr,th,td,ul,video{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;white-space:normal;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}textarea{font-family:inherit;font-size:100%;font-weight:inherit;font-style:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;background:transparent;line-height:1.6;text-align:left}article,footer,header,nav,section,main{display:block}ol,ul{list-style:none}table{border-collapse:collapse;border-spacing:0}



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

 * 設定をしなおす

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

body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.6em;
  font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  font-weight: 400;
  color: #535761;
  -webkit-text-size-adjust: 100%;
}

@media only screen and ( max-width : 900px ) {
  body {font-size: 14px;}
}

img {
  vertical-align: middle;
  border: none;
}

.margin_0 {
  margin: 0px;
}

.pt_0 {
  padding-top: 0px;
}



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

 * ローディングアニメの設定

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



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

 * アンカータグの設定

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

a {
  outline:none;
  color: #333;
}

a:hover {
  text-decoration: none;
}


a,a:hover,a:hover img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}

/* a:hover {
  filter: alpha(opacity=80);
  -moz-opacity:0.80;
  opacity:0.80;
} */


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

 * 要素を左右中央寄せ

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

.taC {
  text-align: center !important;
}

.taR {
  text-align: right !important;
}

.taL {
  text-align: left !important;
}
.red {
  color: #f00;
}



*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;*behavior:url(/scripts/boxsizing.htc)}.container{margin:0 auto}.clr:after,.col:after,.container:after,.group:after,.row:after{content:"";display:table;clear:both}.row{padding-bottom:0}.col{display:block;float:left;width:100%}@media (min-width:769px),print{.gutters .col{margin-left:2%}.gutters .col:first-child{margin-left:0}.gutters .colR:first-child{margin-right:0}.sp{display:none}}@media(max-width:768px){.sp_none{display:none !important;}}


img {
    max-width: 100%;
    height: auto;
    width /***/:auto;　/*IE8のみ適用*/
}

@media only screen and ( max-width : 900px ) {
  .sbox {
    margin-bottom: 20px;
  }
  .container {
    padding: 0 30px;
  }
}

@media only screen and ( max-width : 480px ) {
  .container {
    padding: 0 20px;
  }
}
@media only screen and ( max-width : 374px ) {
  .container {
    padding: 0 10px;
  }
}

@media print, screen and ( min-width : 901px ) {
  .sbox {
    margin-bottom: 25px;
  }
  .container {
    width: 100%;
    max-width: 1100px;
    margin-top: 10px;
  }
}


/* テーブル（レスポンシブ） */
.row-head {
  border-collapse: collapse;
  vertical-align: middle;
  width: 100%;
}

.row-head th,
.row-head td {
  border: 1px solid #dbe1e8;
  padding: 8px;
}

.row-head th {
  background: #ebebeb;
}

.row-head label {
  line-height: 34px;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .row-head thead {
    display: none;
  }

  .row-head tr,
  .row-head td {
    display: block;
    width: auto;
  }

  .row-head tr {
    border: 1px solid #dbe1e8;
    border-radius: 5px;
    box-shadow: 3px 3px rgba(0, 0, 0, .1);
    margin-bottom: 20px;
    padding: 8px 8px 0;
  }

  .row-head td {
    border: none;
    border-bottom: 1px solid #dbe1e8;
    display: flex;
    justify-content: space-between;
    text-align: right;
  }
  .row-head td:last-child {
    border-bottom: none;
  }
  .row-head td::before {
    content: attr(aria-label);
    display: inline-block;
    font-weight: bold;
    float: left;
    text-align: left;
    padding-right: 20px;
    white-space: nowrap;
  }

  .row-head td.bt-area::before {
    display: none;
  }
  .row-head td.bt-area a {
    background: #007aff;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    flex: 1;
    height: 40px;
    margin: 0 2px;
    overflow: hidden;
    width: auto;
  }
  .row-head td.bt-area a::before {
    align-items: center;
    content: attr(aria-label);
    display: flex;
    font-size: 14px;
    height: 100%;
    justify-content: center;
    line-height: 40px;
    width: 100%;
  }

  .row-head.header-check tr {
    padding-left: 40px;
    position: relative;
  }
  .row-head.header-check td:first-child {
    align-items: center;
    background: #fff;
    border-right: 1px solid #dbe1e8;
    border-bottom: none;
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 40px;
  }
  .row-head.header-check td:first-child::before {
    display: none;
  }
}

/* リンクボタン */
.link_btn {
  width: 100%;
  height: auto;
  text-align: center;
  margin: 70px 0;
}
.link_btn a {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px 100px;
  border: 1px solid #555;
  text-align: center;
  font-size: 20px;
  transition: .3s;
}
.link_btn a:hover {
  background-color: #000;
  color: #fff;
}
/* spサイズ */
@media only screen and ( max-width : 480px ) {
  .link_btn a {
    padding: 10px 30px;
  }
}


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

 * テキストスタイル

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

#main p {
  word-break: break-all;
  font-size: 17px;
}

#home h2 {
  font-size: 40px;
  text-align: center;
  font-weight: 400;
  margin: 20px 0;
}

@media only screen and ( max-width : 900px ) {
  #home h2 {
    font-size: 30px;
  }
  #home h2::before {
    margin-right: 20px;
  }
  #home h2::after {
    margin-left: 20px;
  }
}



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

　   CONTENTS

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

/* #main {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
} */

section {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 10px;
  margin-top: 100px;
}




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

　   トップページ

--------------------------------------------------------------------------------------------- */
/* スライダー */
.top_slider {
  position: relative;
  padding-top: 100px;
}
.top_slider .bxslider .page_01 {
  background-image: url(/assets/img/home/slider/slider_01.jpg);
}
.top_slider .bxslider .page_02 {
  background-image: url(/assets/img/home/slider/slider_02.jpg);
}
.top_slider .bxslider .page_03 {
  background-image: url(/assets/img/home/slider/slider_03.jpg);
}
.top_slider .bxslider .page_04 {
  background-image: url(/assets/img/home/slider/slider_04.jpg);
}
.top_slider .bxslider {
  width: auto;
  height: 880px !important;
}
.top_slider .bxslider li {
  width: 100%;
  height: 90vh;
  background-position: center;
  background-size: cover;
}
.top_slider .bx-wrapper {
  z-index: 10;
}
.top_slider .bx-wrapper .bx-viewport {
  height: auto !important;
}

.top_slider .black_bg {
  position: absolute;
  top: 0;
  right: -50%;
  background-color: #000;
  width: 100%;
  height: 100%;
  z-index: 1;
  display:block;
  transform:skewX(-45deg);
}

/* mini_pc */
@media only screen and ( max-width : 1000px ) {
  .top_slider .black_bg {
    right: -20%;
  }
}

/* タブレットサイズ */
@media only screen and ( max-width : 768px ) {
  .top_slider .bxslider {
    height: 650px !important;
  }
  .top_slider .bxslider li {
    height: 600px;
  }
}

/* spサイズ */
@media only screen and ( max-width : 480px ) {
  .top_slider .bxslider {
    width: auto;
    height: 500px !important;
  }
  .top_slider .bxslider li {
    height: 400px;
  }
}



/* コンセプト */
.concept .logo_img {
  width: 100%;
  height: auto;
  text-align: center;
}
.concept .logo_img img {
  width: 100%;
  max-width: 250px;
  height: auto;
  margin: 0 auto;
}



/* ピックアップ */
.gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 20px;
}
.gallery .f_imgBox {
  width: 25%;
  height: auto;
}
.gallery .f_imgBox a:hover {
  opacity: .5;
}

/* spサイズ */
@media only screen and ( max-width : 480px ) {
  .gallery .f_imgBox {
    width: 50%;
    height: auto;
  }
}




/* 商品一覧 */
#product {
  margin-top: 150px;
  padding-bottom: 100px;
}
#product h2 {
  margin-bottom: 100px;
}
#product .link_block {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  border-bottom: 1px solid  #bababa;
}
#product .link_block a {
  width: 25%;
  text-align: center;
  font-size: 19px;
  padding: 3px 0;
}
#product .link_block a:hover {
  background-color: #000;
  color: #fff;
}
#product .link_block {
  width: 80%;
  margin: 0 auto;
}
#product .link_block .nohover:hover {
  background-color: #fff;
  color: #000;
}
#product h3 {
  text-align: center;
  font-size: 27px;
  border: 1px solid #bababa;
  margin-top: 140px;
  margin-bottom: 30px;
}
.shop_gallery {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  margin-top: 20px;
  justify-content: space-between;
}
.shop_gallery .f_imgBox {
  width: 24%;
  height: auto;
  margin-top: 20px;
}
.shop_gallery .f_imgBox.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}
.shop_gallery .f_imgBox a:hover {
  opacity: .5;
}
.shop_gallery .f_imgBox a ul {
  border: 1px solid #d1d1d1;
}
.shop_gallery .f_imgBox a ul li {
  border-bottom: 1px solid #d1d1d1;
  padding: 2px 4px;
  min-height: 80px;
}
.shop_gallery .f_imgBox a ul li:last-child {
  border-bottom: none;
}

/* tabサイズ */
@media only screen and ( max-width : 768px ) {
  .shop_gallery {
    justify-content: space-around;
  }
  .shop_gallery .f_imgBox {
    width: 31%;
    height: auto;
  }
}

/* spサイズ */
@media only screen and ( max-width : 480px ) {
  #product .link_block {
    width: 100%;
    flex-wrap: wrap;
    border: none;
  }
  #product .link_block a {
    width: 48%;
    border: 1px solid  #bababa;
    margin: 2px;
  }
  .shop_gallery {
    margin-top: 20px;
  }
  .shop_gallery .f_imgBox {
    width: 100%;
    margin-top: 30px;
  }
  .shop_gallery .f_imgBox a ul li {
    min-height: 0px;
  }
}




/* 協力企業 */
#company {
  max-width: 100vw;
  /* background-color: #f5f5f5; */
  padding-top: 70px;
  padding-bottom: 20px;
}
#company h2,
#company .company_content {
  max-width: 1100px;
  margin: 0 auto;
  margin-top: 50px;
}
#company .company_content .mb20 {
  margin-bottom: 20px;
}
#company .company_content ul {
  display: flex;
  align-items: baseline;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 80px;
}
#company .company_content ul li {
  width: 100%;
  max-width: 25%;
  height: auto;
  text-align: center;
  margin-bottom: 50px;
}
#company .company_content ul li a img {
  width: 60%;
  height: 100px;
  margin-bottom: 30px;
}
#company .company_content ul li a:hover {
  opacity: .5;
}
#company .company_content ul li p {
  text-align: center;
  font-size: 19px;
}
#company .company_content .company_block p {
  text-align: center;
}

@media only screen and ( max-width : 480px ) {
  #company .company_content ul  {
    justify-content: flex-start;
  }
  #company .company_content ul li {
    max-width: 50%;
  }
}




/* 会社概要 */
#outline {
  background-image: url(/assets/img/home/outline_bg.jpg);
  background-position: center;
  background-size: cover;
}
#outline .outline_content {
  background-color: rgba(0,0,0,0.8);
  margin: 50px 0;
  padding: 50px 0;
}
#outline .outline_content h2 {
  color: #fff;
}
#outline .outline_content .title {
  margin-top: 50px;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 21px;
}
#outline .outline_content .mini_title {
  margin-bottom: 10px;
}
#outline .outline_content p {
  text-align: center;
  color: #fff;
  font-size: 19px;
}
#outline .outline_content p a {
  color: #fff;
  font-size: 19px;
}




/* お問合せ */
#contact {
  margin-bottom: 100px;
}
#contact .tel_box {
  margin-top: 50px;
}
#contact p {
  text-align: center;
  font-size: 19px;
}
#contact .tel_box {
  margin-bottom: 30px;
}
#contact .tel_box p {
  text-align: center;
  font-size: 30px;
  margin: 10px 0;
}
@media only screen and ( max-width : 480px ) {
  #contact .tel_box p {
    font-size: 20px;
  }
}
