@charset "UTF-8";
/* CSS Document */
.price_title:before {
  content: "";
  display: block;
  width: auto;
  height: 50px;
  background-image: url(../img/common/space-deco.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin-bottom: 20px;
}
.price_title {
  font-size: 2.8rem;
  text-align: center;
  margin-bottom: 100px;
}
.price_inner{
  max-width: 1000px;
  margin: auto;
}
/*--------------------------------------
price
--------------------------------------*/
.price_box {
  display: flex;
  justify-content: space-between;
  margin: auto;
}
.price_op_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  
}
.price_main {
  background: #F7F6F4;
  width: calc((100% - 30px) / 2);
  padding: 40px 0;
  border-radius: 10px;
}
.price_ma_item {
  text-align: center;
}
.price_ma_item > img {
  width: 20%;
}
.price_ma_text{
  padding-top: 10px;
}
/*-----------------
plus
------------------*/
.css_plus{
    margin: auto;
    padding: 5% 2%;
    text-align: center;;
}
.css_bar{
  display: inline-block;
  position: relative;
  margin: 0 20px ;
  padding: 0;
  width: 4px;
  height: 20px;
  background: #606060;
}
.css_bar:before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -8px;
  width: 20px;
  height: 4px;
  margin-top: -2px;
  background: #606060;
}
/*-----------------
option
------------------*/
.price_option {
  background: #FFFEF1;
  width: calc((100% - 30px) / 2);
  margin-bottom: 20px;
  padding: 40px 0;
    display: flex;
    align-items: center;
}
.price_op_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    margin: auto;
    padding: 0 50px;
    width: 100%;
    font-size: 1.8rem;
}
.price_op_item > img {
  width: 28%;
}
.price_op_item.a img{
  width: 20%;
  margin-left: 5%;
}
.op_title {
  width: 100%;
  display: flex;
  margin: 120px 0 60px;
}
.op_title:after {
  content: "";
  display: block;
  flex-grow: 1;
  height: 1px;
  background: #606060;
  margin: auto;
  margin-left: 20px;
}
.op_title_inner {
  display: block;
}
.price_list {
  display: flex;
  justify-content:space-around;
  width: 100%;
}
/*--------------------------------------
product
--------------------------------------*/
.sec_product {
  margin-bottom: 200px;
}
.product_inner {
  max-width: 100%;
  margin: 0 auto;
}
.product_color {
  background-color: #f6f6f6;
  margin-bottom: 100px;
}
.product_box {
  display: flex;
  max-width: 1200px;
  padding: 20px;
  align-items: center;
  margin: auto;
}
.product_img {
  width: 60%;
}
.product_item {
  width: 480px;
  padding: 80px 0;
}
.product_title{
  font-size: 2.5rem;
  margin-bottom: 20px;
}
.product_title_box{
  display: inline-block;
  border-bottom: solid #606060 1px;
  padding: 0 5px;
}
@media screen and (max-width:880px) {
.price_op_item {
    padding: 0 16px;
}
}
@media screen and (max-width:770px) {
.sec_product {
  margin-bottom: 100px;
}
  .price_box{
    display: block;
    width: 70%;
    margin: auto;
  }
.price_main {
  width: 100%;
}
  .price_op_item {
    display: block;
    font-size: 1.6rem;
  }
.price_op_item > img {
  margin: auto;
  }
.price_op_item.a img{
  margin-left: 0;
}
.product_box{
  display: block;
  }
  .product_img{
    width: 100%;
    margin: auto;
  }
  .product_item{
    width: 100%;
    padding: 15px 0;
    margin: auto;
  }
  .product_title {
    text-align: center;
}
}

@media screen and (max-width:600px) {
.sec_product {
  margin-bottom: 80px;
}
.price_op_item > img {
  width: 40%;
}
.price_op_item.a img{
  width: 30%;
}
}
@media screen and (max-width:420px) {
.sec_product {
  margin-bottom: 80px;
}
.price_title {
  margin-bottom: 65px;
}
.price_ma_item > img {
  width: 30%;
}
.price_op_item > img {
  width: 60%;
}
.price_op_item.a img{
  width: 50%;
  margin-left: 5%;
}
  .price_op_item {
    padding: 0 15px
}
  .op_title {
    margin: 50px 0 30px;
  }
.product_color {
    margin-bottom: 45px;
}
}
