@charset "utf-8";

.priceinfo{
  width: 50%;
  margin: 0 auto;
}

ul.pricelist{
  margin-bottom: 50px;
}


.pricelist li{
  position: relative;
  clear: both;
  width: 80%;
  padding: 30px;
  margin: 0 auto;
}

.pricelist li:nth-child(odd){
  background: #f8f6f4;
}

#contents p.thum{
  float: left;
  margin: 0 30px 0 0;
}

.rightbox {
    float: left;
    width: 80%;
}

#contents p.title{
  float: left;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 18px;
  color:#eb9d62;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

#contents p.info{
  float: left;
  margin:10px 0 0 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
}

#contents p.priceicon{
  font-size: 11px;
  float: left;
  margin-bottom: 0;
  line-height: 1.5;
  padding-left: 10px;
}

p.priceicon span{
  border: 1px solid #eb9d62;
  padding: 3px 5px;
  margin: 0 5px;
}

.btbox{
  position: absolute;
  right: 30px;
  top: 36%;
}


a.btn {
    background: #ffff;
    width: 120px;
    padding: 5px;
    font-size: 12px;
    border: none;
  }

a.btn.color{
    background: #f8f6f4;
  }

#contents p.priceattention{
  font-size: 12px;
  line-height: 1.8;
  background: #f8f6f4;
  padding: 20px;
}


/* modal */

#modalbox p.thum{
  display:table-cell;
  vertical-align: middle;
  margin: 0 15px 0 0;
  width: 45px;
}

#modalbox p.thum img{
  width: 100%;
}

#modalbox p.title{
  float: left;
  font-family: 'Noto Serif JP', sans-serif;
  font-size: 20px;
  color:#eb9d62;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 4px;
}

#modalbox p.info{
  float: left;
  margin:10px 0 0 0;
  width: 100%;
  font-size: 12px;
  line-height: 1.5;
}

#modalbox p.priceicon{
  font-size: 11px;
  float: left;
  margin-bottom: 0;
  line-height: 1.5;
  padding-left: 10px;
}

.pricelist#modalbox{
  margin-bottom: 20px;
}

.pricelist#modalbox li:nth-child(odd){
  background:none;
}

#modalbox .rightbox{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  margin: 10px 0 0 15px;
}

.box{
  display: table;
  margin: 0 auto;
}

.plantit{
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
}

.plantit span{
  padding: 5px 0;
  display: inline-block;
  border-top: 1px solid #eb9d62;
  border-bottom: 1px solid #eb9d62;
}

.planinfo{
  font-size: 13px;
  margin-bottom: 30px;
  text-align: center;
}

span.price{
  color: #eb9d62;
}
  
span.tax{
  font-size: 10px;
}

.typebox{
  margin-bottom: 50px;
}

.typebox ul{
  text-align: center;
}

.typebox ul li{
  margin-bottom: 10px;
}

.typeattention{
  text-align: center;
  margin-bottom: 50px;
}


  /*tabletlandscape 769over 1024under//////////////////////////////////////*/
@media print, screen and (min-width : 769px) and (max-width: 1024px){


.rightbox {
    width: 70%;
}

#contents p.info {
    width: 70%;
}

.pricelist li a.btn {
    width: 90px;
    font-size: 10px;
    padding: 3px;
  }

#contents p.priceicon {
    font-size: 10px;
    float: left;
padding-left: 0;
}

}



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

.priceinfo{
  width: 100%;
  padding: 0 30px;
}

.pricelist li {
    width: 100%;
    padding:40px 20px;
}

#contents p.btbox {
    position: inherit;
    margin-bottom: 0;
}

#contents p.thum {
  float:none;
    margin: 0 0 20px 0;
    width: 100%;
    text-align: center;
}
.rightbox {
    float: none; 
    width: 100%; 
}
#contents p.title {
    float: none;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 4px;
    text-align: center;
}
#contents p.priceicon {
    font-size: 10px;
    float: none;
    text-align: center;
    margin-bottom: 20px;
}
#contents p.info {
    float: none;
    width: 100%;
    font-size: 12px;
    margin-bottom: 20px;
}
.btbox{
  position: inherit;
  right: 0;
  left: 0;
}

.pricelist li a.btn{
  width: 100%;
}

#modalbox p.thum{
  display: inherit;
  margin: 0 auto;
}

#modalbox .rightbox{
  width: 100%;
  display: inherit;
}

#modalbox p.title{
  float:none;
  font-size: 16px;
  letter-spacing: 2px;
}
#modalbox .rightbox{
  margin:10px 0 0 0;
  text-align: center;
}

#modalbox p.priceicon{
  width: 100%;
  padding: 0;

}
.plantit{
  font-size: 14px;
}

}