@charset "utf-8";

/*------------------------------------------*/
/* 葬儀費用
/*------------------------------------------*/

.mac .font-serif {
  font-weight: 500;
}

.iphone .font-serif {
  font-weight: bold;
}

@media screen and (max-width: 765px) {
  .font-serif {
    font-size: 1.1em;
  }
}

@media screen and (max-width: 580px) {
  .font-serif br {
    display: inline;
  }
}

@media screen and (min-width: 768px), print {
  .font-serif {
    font-size: 1.6em;
  }
}



/*プラン---------------------------------------------------*/
@media screen and (max-width: 765px) {
  .plan {
    border-top: 1px solid #c6bdb3;
  }
}

@media screen and (min-width: 768px), print {
  .plan {
    width: calc(100% - 80px);
    border: 1px solid #c6bdb3;
    padding: 40px;
  }
}

@media screen and (min-width: 1000px), print {
  .plan {
    width: 960px;
  }
}


/*flex---------------------------------------------------*/
@media screen and (max-width: 765px) {
  .plan-box {
    margin-top: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .plan-box {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

/*プラン名エリア---------------------------------------------------*/
@media screen and (max-width: 767px) {
  .plan-name {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .plan-name {
    width: 100%;
    margin-right: 40px;
  }
}


/*プラン名エリア---------------------------------------------------*/
@media screen and (max-width: 767px) {
  .plan-name02 {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .plan-name02 {
    width: 100%;
  }
}


/*プラン名---------------------------------------------------*/
@media screen and (max-width: 767px) {
  .plan-heading {
    font-size: 1.4em;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .plan-heading {
    font-size: 2em;
  }
}

/*値段---------------------------------------------------*/
@media screen and (max-width: 767px) {
  .plan-price {
    font-size: 1.4em;
    margin-top: 10px;
  }

  .plan-price span:nth-of-type(1) {
    font-size: 1rem;
  }

  .plan-price span:nth-of-type(2) {
    font-size: 0.9rem;
  }
}

@media screen and (min-width: 768px), print {
  .plan-price {
    font-size: 2em;
    margin-top: 20px;
  }

  .plan-price span:nth-of-type(1) {
    font-size: 1.6rem;
  }

  .plan-price span:nth-of-type(2) {
    font-size: 1rem;
  }
}

/*画像---------------------------------------------------*/
.plan-img img {
  width: 100%;
}

@media screen and (max-width: 833px) {
  .plan-img {
    width: 300px;
  }
}

@media screen and (max-width: 580px) {
  .plan-img {
    width: 100%;
  }
}

@media screen and (min-width: 834px), print {
  .plan-img {
    width: 100%;
    max-width: 480px;
  }
}

/*アイコン---------------------------------------------------*/
.plan-icon li {
  display: inline-block;
}

@media screen and (max-width: 999px) {
  .plan-icon img {
    height: 50px;
  }
}

@media screen and (max-width: 833px) {
  .plan-icon img {
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .plan-icon {
    margin-top: 10px;
  }

  .plan-icon li:not(:first-child) {
    margin-left: 5px;
  }

  .plan-icon img {
    height: 25px;
  }
}

@media screen and (min-width: 768px), print {
  .plan-icon li {
    margin-top: 20px;
  }

  .plan-icon li:not(:first-child) {
    margin-left: 20px;
  }
}

/*セット内容---------------------------------------------------*/
.plan-set {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .plan-set {
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .plan-set {
    margin-top: 40px;
  }
}

/*h4---------------------------------------------------*/
.plan-caption {
  font-weight: 500;
  border-bottom: 1px dotted #7a6854;
}

@media screen and (max-width: 767px) {
  .plan-caption {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .plan-caption {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
}

/*セット内容---------------------------------------------------*/
.plan-list li {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .plan-list {
    font-size: 0.9rem;
    line-height: 1.8em;
  }
}

@media screen and (min-width: 768px), print {
  .plan-list {
    line-height: 2em;
  }
}

/*棺桶画像---------------------------------------------------*/
@media screen and (max-width: 767px) {
  .plan-casket {
    margin-top: 20px;
  }
}

@media screen and (max-width: 833px) {
  .plan-casket img {
    width: 300px;
  }
}

@media screen and (max-width: 580px) {
  .plan-casket img {
    width: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .plan-casket {
    margin-top: 40px;
  }
}

/*------------------------------------------*/
/* オプション
/*------------------------------------------*/

@media screen and (min-width: 768px), print {
  .plan-table th {
    width: 200px;
  }
}



/*生花flex---------------------------------------------------*/
ul.flower-box{
  margin-top: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
}

ul.flower-box li{
    width: 50%;
    margin-bottom: 30px;
}
ul.flower-box li.download {
  margin-bottom: 50px;
  }


@media screen and (max-width: 765px) {
  ul.flower-box li{
    width: 100%;
   }
}


@media screen and (min-width: 1000px), print {

  ul.flower-box li{
    width: 30%;
    margin-bottom: 30px;
  }

  ul.flower-box li.download {
    width: 50%;
 }
}

.pdf{
  border: 1px solid #c6bdb3;
}
a:hover img.pdf{
   border: 1px solid #7b674f;
}

.left{
  text-align: left;
}