@charset "utf-8";

/*  mainImg
/* ------------------------------------------------------------------------ */
.mainImg {
  display: inline-block;
  ;
}

@media (max-width:767px) {
  .mainImg p img {
    width: 100%;
  }
}
/*  topTxt
/* ------------------------------------------------------------------------ */
.topTxt {
    text-align: left;
    margin: 30px auto 0;
    width: 1060px;
}
@media (max-width:767px) {
  .topTxt {
      padding: 0 20px;
      width: 100%;
  }
}
/*  txtBlock
/* ------------------------------------------------------------------------ */
.txtBlock {
  margin-top: 60px;
}

@media (max-width:767px) {
  .txtBlock {
    margin-top: 40px;
  }
}

/*  itemBox
/* ------------------------------------------------------------------------ */
.itemBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
}

.itemBox .iteminner {
  width: 518px;
  margin: 30px 0 0 0;
  border-top: 10px solid #F59590;
}

.itemBox .box {
  padding: 20px 33px 20px;
  background: url(../img/bg.jpg) top center no-repeat;
  background-size: cover;
}

.itemBox .iteminner:first-child,
.itemBox .iteminner:nth-child(2) {
  margin-top: 0px;
}

.itemBox .box .titleBox {
  padding: 0px 0px 16px;
}

.itemBox .box .titleBox p {
  font-family: fot-tsukuardgothic-std, sans-serif!important;
  font-weight: 700;
  font-style: normal;
  color: #333333;
/*
font-family: fot-tsukuardgothic-std,
sans-serif;
font-weight: 400;
font-style: normal;
*/
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.4px;
}

.itemBox .box .titleBox p span {
  font-family: fot-tsukuardgothic-std, sans-serif!important;
  font-size: 19px;
  letter-spacing: 0;
}

.itemBox .box .catch img {
  width: 100%;
}

.itemBox .box .txt2 {
  text-align: left;
  margin: 20px 10px 0;
}

.itemBox .box .boxBottom {
  margin: 15px 0 0 0;
  background: #fff;
  padding: 20px;
}

.itemBox .box .boxBottom .iconUl {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
}

.itemBox .box .boxBottom .iconUl li {
  background: #fff;
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  text-align: left;
  margin: 10px 10px 0 0;
}

.itemBox .box .boxBottom .title2 {
  text-align: left;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 10px 0 0 0;
}

.itemBox .box .boxBottom .price {
  color: #8e0000;
  font-size: 15px;
  text-align: left;
}

.itemBox .box .boxBottom .btnBox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 7px 0 0 0;
}

.itemBox .box .boxBottom .btnBox .btn a,
.itemBox .box .boxBottom .btnBox .btn button {
  transition: 0.3s linear;
  display: block;
  background: #7FCB53;
  color: #fff;
  width: 192px;
  padding: 10px 0;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 18px;
  line-height: inherit;
  border: none;
  cursor: pointer;
}

.itemBox .box .boxBottom .btnBox .btn.btn2 a,
.itemBox .box .boxBottom .btnBox .btn.btn2 button {
  background: #E96177;
}

.itemBox .box .boxBottom .btnBox .btn a:hover,
.itemBox .box .boxBottom .btnBox .btn button:hover {
  opacity: 0.7;
  text-decoration: none;
}

.itemBox .box .boxBottom .btnBox .btn a[disabled],
.itemBox .box .boxBottom .btnBox .btn a[disabled]:hover {
  opacity: 1;
  cursor: default;
  background: #999;
  width: 100%;
  padding: 10px;
}

.itemBox .box .boxBottom .btnBox .btn.btn2 dl {
  display: none;
}

@media (max-width:767px) {
  .itemBox {
    display: block;
  }

  .itemBox .iteminner:first-child,
  .itemBox .iteminner:nth-child(2),
  .itemBox .iteminner {
    width: 100%;
    margin: 20px 0 0 0;
  }

  .itemBox .box {
    padding: 20px;
  }

  .itemBox .box .catch {
    margin: 0 auto 0;
  }

  .itemBox .box .catch img {
    width: 100%;
  }

  .itemBox .box .txt2 {
    text-align: left;
    margin: 18px 0 0;
    min-height: auto !important;
  }

  .itemBox .box .boxBottom .iconUl li {
    padding: 0 7px;
    font-size: 12px;
    margin: 5px 5px 0 0;
  }

  .itemBox .box .boxBottom .title2 {
    font-size: 16px;
    line-height: 1.4;
  }

  .itemBox .box .boxBottom .price {
    font-size: 14px;
    margin: 2px 0 0 0;
  }

  .itemBox .box .boxBottom .btnBox {
    margin: 7px 0 0 0;
  }

  .itemBox .box .boxBottom .btnBox .btn {
    width: 48%;
  }

  .itemBox .box .boxBottom .btnBox .btn a,
  .itemBox .box .boxBottom .btnBox .btn button {
    width: 100%;
    line-height: 1.3;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
  }

  .itemBox .box .boxBottom .btnBox .btn a:hover,
  .itemBox .box .boxBottom .btnBox .btn button:hover {
    opacity: 1;
  }

  .itemBox .box .boxBottom .btnBox .btn a span,
  .itemBox .box .boxBottom .btnBox .btn button span {
    /* display: table-cell;
	vertical-align: middle; */
  }

  .itemBox .box .boxBottom .btnBox .btn a[disabled] {
    width: 100%;
  }

  .itemBox .box .titleBox p span {
    font-size: 16px;
  }

  .itemBox .box .titleBox p {
    font-size: 26px;
  }

  .itemBox .box .titleBox p span {
    display: block;
  }

  .itemBox .box .titleBox p span.sp02{
    display: inline-block;
  }
  .itemBox .box .titleBox p br {
    display: none;
  }

  .itemBox .box .titleBox {
    min-height: auto !important;
  }
}
