@charset "UTF-8";
/*=============================
　common → 共通★骨組み
　style → 共通★修飾
■pagename* → 各ページ
　2020.11.20........... ver0.1
=============================*/
.ttl_txt02 .ttl_img {
  width: 48px;
}
.ttl_txt03 {
  color: #ff233f;
  border: none;
}
/*=============================
  2段組
=============================*/
.col_2_box {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .col_2_box {
    margin-bottom: 0px;
    display: flex;
    justify-content: space-between;
  }
  .col_01, .col_02 {
    position: relative;
  }
  .col_01 {
    flex: 0 1 52%;
    width: 52%;
  }
  .col_02 {
    flex: 0 1 45%;
    width: 45%;
  }
  .flex_1, .flex_3 {
    order: 1;
  }
  .flex_2, .flex_4 {
    order: 2;
  }
  .flex_2, .flex_3 {
    margin-top: 30px;
    padding-left: 70px;
    padding-right: 15px;
  }
  .flex_2 {
    margin-right: 0;
  }
  .flex_3 {
    margin-left: 0;
  }
  .txt_img::before {
    content: '';
    background: url("../images/img_kanban.svg") no-repeat;
    position: absolute;
    width: 47px;
    height: 100%;
    left: 0;
    top: 0;
  }
    .ie  .txt_img {
    padding-left: 70px;
    padding-right: 0;
    margin-left: 30px;
  }
  .ie  .txt_img-ie {
    margin-left: 0;
    margin-right: 30px;
  }
 .ie .txt_img::before {
    content: '';
    background: url("../images/img_kanban.svg") no-repeat;
    position: absolute;
    width: 47px;
    height: 100%;
    left: 0;
    top: -80px;
  }
}
@media (min-width: 992px) {
  .col_01 {
    flex: 0 1 50%;
    width: 50%;
  }
  .col_02 {
    flex: 0 1 50%;
    width: 50%;
  }
  .col_2_box {
    margin-bottom: 40px;
  }
  .flex_2, .flex_3 {
    padding-right: 55px;
  }
}
.txt_cap1 {
  font-size: 1.3rem;
  width: 18em;
  padding: 3px 0;
  margin: -45px auto 0;
  color: #fff;
  background-color: rgba(0, 0, 0, .7);
  text-align: center;
  position: relative;
  z-index: 1;
}
.txt_cap2 {
  padding-top: 5px;
  color: #666;
  font-size: 1.2rem;
  text-align: right;
}
@media (max-width: 575px) {
  .txt_cap1, .txt_cap2 {
    font-size: 1rem;
  }
}
/* == 写真テープ付き ========== */
.img_pic {
  padding: 10px;
  border: 1px solid #ddd;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .3);
  background: linear-gradient(to bottom, rgba(252, 255, 244, 1) 0%, rgba(242, 242, 229, 1.00) 100%);
  position: relative;
  z-index: -1;
}
.img_tape {
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
}
.img_tape::before {
  content: '';
  background: url(../images/shop/img_tape.png) no-repeat;
  position: absolute;
  width: 176px;
  height: 54px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
  z-index: 1;
}
.img_pic {
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
/*== 歴史 ==*/
@media (max-width: 575px) {
  #history .bg_box {
    padding: 40px 0 20px;
  }
  #history .txt_cap2 {
    padding-bottom: 20px;
  }
  #history figure {
    margin: auto;
    display: block;
 }
  .pic_box {
    margin-bottom: 0;
  }
  .pic_box .txt_cap1 {
    margin: -30px auto 0;
  }
}
.pic_box figure {
  margin-bottom: 30px!important;
}
.plpr-1 {
  padding-left: 25px;
  padding-right: 25px;
}
.border_box {
  padding: 10px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 100px;
}
@media (min-width: 576px) {
  .border_box {
    padding: 15px;
  }
}
.col_box01 {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
.col_box02 {
  padding-bottom: 100px;
}
.bg_box {
  padding: 40px 0 60px;
  background-color: #fff;
}
.ttl_04 {
  margin-bottom: 30px;
}
.ttl_04 span {
  display: block;
  margin: auto;
}
.container-xs {
  width: 740px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .container-xs {
    width: 530px;
  }
}
.tbl_base {
  margin-bottom: 50px;
}
.tbl_txt {
  font-weight: bold;
  width: 5em;
}
.tbl_base tr {
  border-bottom: 1px solid #C0C7D9;
}
.tbl_base tr td {
  padding: 15px 0;
  vertical-align: top !important;
}
.col_box04 {
  display: flex;
  flex-wrap: wrap;
}
.col_box04 .img_box {
  flex: 0 1 50%;
  width: 50%;
  height: auto;
  margin: 0!important;
}
#history .p_01 {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 576px) {
  .col_box04 .img_box {
    flex: 0 1 25%;
    width: 25%;
  }
}
@media (min-width: 768px) {
  .pic_box {
    justify-content: space-between;
  }
  #history .bg_box {
    padding: 40px 0 15px;
  }
  #history .txt_cap2, #history .img_box2 {
    margin-bottom: 20px;
  }
  #history .img_box2 figure {
    flex: 0 1 45%;
    width: 45%;
  }
  #history .img_box2 p {
    flex: 0 1 55%;
    width: 55%;
  }
 #history  p.txt_cap2 {
    flex: 0 1 100%;
    width: 100%;
  }
}