@charset "UTF-8";
#keirou {
  /*共通*/
  line-height: normal;
  /*〇〇の商品を探す*/
  /* テキストタイトル（色指定） */
  /*各ページでボタンの色が違うのでここで個別に指定*/
  /*パンフレットダウンロードボタン*/
  /*敬老の日パンフレット*/
  /*敬老の日の由来*/
}
#keirou .message {
  background: url("../img/keirou/bg.png") no-repeat right 25px bottom 25px #fffaf0;
  padding: 35px 0 60px;
}
@media print, screen and (max-width: 767px) {
  #keirou .message {
    background: url("../img/keirou/bg.png") no-repeat right 15px bottom 15px #fffaf0;
    background-size: 32%;
    padding: 20px 20px 100px;
  }
}
#keirou .message .title .en {
  color: #dc6226;
  background: url("../img/keirou/icon_flower.png") no-repeat top center;
  padding-top: 17px;
}
#keirou .message .title h2 {
  color: #5a2f00;
}
#keirou .btn_search a {
  background: url("../img/nextday/icon_arrow.png") no-repeat right 10px center #a32418;
}
#keirou span.f_bold {
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  #keirou .text-title_area {
    margin-bottom: 0;
  }
}
#keirou .text-title_area .text-title {
  color: #5a2f00;
}
#keirou .text-title_area .text-title .f_brown {
  color: #9c3515;
}
#keirou .text-title_area .text-title:before {
  border-top: 1px solid #5a2f00;
}
#keirou .name {
  background: url("../img/common/arrow.png") no-repeat right 10px center #eb6101;
}
#keirou .download {
  margin: -10px 0 90px;
}
@media print, screen and (max-width: 767px) {
  #keirou .download {
    margin: -20px 0 50px;
  }
}
#keirou .download .btn_pdf {
  width: 40%;
  margin: 20px auto;
  border: solid 1px #a32418;
  background: url("../img/keirou/icon_arrow.png") no-repeat right 15px center #ffffff;
}
@media print, screen and (max-width: 767px) {
  #keirou .download .btn_pdf {
    width: 100%;
    height: auto;
    background: url("../img/keirou/icon_arrow.png") no-repeat right 10px center #ffffff;
  }
}
#keirou .download .btn_pdf a {
  display: block;
  font-size: 16px;
  color: #a32418;
  text-align: center;
  padding: 20px 20px 20px 25px;
  background: url("../img/kochoran/icon_pdf.png") no-repeat left 22px top 20px;
}
@media print, screen and (max-width: 767px) {
  #keirou .download .btn_pdf a {
    font-size: 15px;
    padding: 11px 30px 11px 40px;
    background: url("../img/kochoran/icon_pdf.png") no-repeat left 16px top 12px;
  }
}
#keirou .pamphlet {
  width: 82.2%;
  margin: 0 auto;
  background: url("../img/keirou/bg_flower.png") no-repeat top right #fdf7e6;
  background-size: 45% auto;
  padding: 5%;
  box-sizing: border-box;
}
@media print, screen and (max-width: 767px) {
  #keirou .pamphlet {
    width: 100%;
    padding: 25px 15px;
    box-sizing: border-box;
  }
}
#keirou .pamphlet .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media print, screen and (max-width: 767px) {
  #keirou .pamphlet .content {
    display: inline-block;
  }
}
#keirou .pamphlet .content .detail {
  width: 65%;
}
@media print, screen and (max-width: 767px) {
  #keirou .pamphlet .content .detail {
    width: 100%;
  }
}
#keirou .pamphlet .content .detail .index {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  font-size: 25px;
  color: #5a2f00;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  #keirou .pamphlet .content .detail .index {
    font-size: 21px;
    text-align: center;
    margin-bottom: 15px;
  }
}
#keirou .pamphlet .content .detail span.index_red {
  color: #a32418;
}
#keirou .pamphlet .content .image img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 767px) {
  #keirou .pamphlet .content .image {
    margin-bottom: 15px;
    text-align: center;
  }
  #keirou .pamphlet .content .image img {
    width: 75%;
    height: auto;
  }
}
#keirou .pamphlet .btn_pdf {
  width: 55%;
  margin: 15px auto 0;
  border: solid 1px #a32418;
  background: url("../img/keirou/icon_arrow.png") no-repeat right 15px center #ffffff;
}
@media print, screen and (max-width: 767px) {
  #keirou .pamphlet .btn_pdf {
    width: 100%;
    margin: 0 auto;
    background: url("../img/keirou/icon_arrow.png") no-repeat right 10px center #ffffff;
  }
}
#keirou .pamphlet .btn_pdf a {
  display: block;
  font-size: 16px;
  color: #a32418;
  text-align: center;
  padding: 20px 20px 20px 25px;
  background: url("../img/kochoran/icon_pdf.png") no-repeat left 22px top 20px;
}
@media print, screen and (max-width: 767px) {
  #keirou .pamphlet .btn_pdf a {
    font-size: 15px;
    padding: 11px 30px 11px 40px;
    background: url("../img/kochoran/icon_pdf.png") no-repeat left 16px top 12px;
  }
}
#keirou .about_under {
  margin-top: 100px;
  margin-bottom: 70px;
}
@media print, screen and (max-width: 767px) {
  #keirou .about_under {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
#keirou .about_under .content {
  display: flex;
  width: 89.4%;
  margin: 0 auto 60px;
}
#keirou .about_under .content:last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 767px) {
  #keirou .about_under .content {
    display: block;
    width: 100%;
    margin: 0 auto 40px;
  }
}
#keirou .about_under .content .detail {
  width: 52.5%;
  margin-right: 3.5%;
}
@media print, screen and (max-width: 767px) {
  #keirou .about_under .content .detail {
    width: 100%;
    margin-right: 0;
  }
}
#keirou .about_under .content .detail .index {
  font-size: 21px;
  color: #28283d;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: bold;
  margin-bottom: 15px;
  background: url("../img/keirou/icon.png") no-repeat left top;
  padding-left: 45px;
}
@media print, screen and (max-width: 767px) {
  #keirou .about_under .content .detail .index {
    font-size: 19px;
    margin-bottom: 20px;
  }
}
#keirou .about_under .content .image {
  width: 45%;
  height: auto;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #keirou .about_under .content .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
#keirou .about_under .content.flex-row-reverse {
  display: flex;
  flex-direction: row-reverse;
}
@media print, screen and (max-width: 767px) {
  #keirou .about_under .content.flex-row-reverse {
    display: block;
  }
}
#keirou .about_under .content.flex-row-reverse .image {
  margin-right: 3.5%;
}
#keirou .about_under .content.flex-row-reverse .detail {
  margin-right: 0;
}
#keirou .delivery {
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media print, screen and (max-width: 767px) {
  #keirou .delivery {
    display: inline-block;
    margin-bottom: 0;
  }
}
#keirou .delivery .image {
  width: 48.6%;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  #keirou .delivery .image {
    width: 90%;
    margin: 0 auto 1.5em;
  }
}
#keirou .delivery .detail {
  width: 48.6%;
  margin-right: 2.68%;
}
@media print, screen and (max-width: 767px) {
  #keirou .delivery .detail {
    width: 100%;
    margin-right: 0;
  }
}
#keirou .delivery span.nextday {
  padding-right: 5px;
}
#keirou .delivery span.red {
  color: #ff0000;
}/*# sourceMappingURL=keirou.css.map */