.page-roasting-reco * {
  line-height: 1.5;
}

.page-roasting-reco figure {
  margin: 0;
}

.page-roasting-reco img {
  max-width: 100%;
}

.page-roasting-reco a {
  cursor: pointer;
}

.page-roasting-reco .mv-area {
  margin-bottom: 30px;
}

.page-roasting-reco section {
  margin-bottom: 40px;
}

.page-roasting-reco section.is-bg {
  background-image: url(../..//img/usr/freepage/roasting_reco/bg.jpg);
  padding: 40px 40px 0;
}

.page-roasting-reco section.is-bg h2 {
  background-image: url(../..//img/usr/freepage/roasting_reco/bg_ttl.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 15px 0 38px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}

.page-roasting-reco section.is-bg h2 span {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.page-roasting-reco section.is-bg h2 span .is-icon {
  position: absolute;
  top: -40px;
  left: -130px;
}

.page-roasting-reco section.is-bg > .is-read {
  text-align: center;
  margin-bottom: 40px;
}

.page-roasting-reco .is-bg.is-section01 {
  padding-top: 54px;
  padding-bottom: 30px;
}

.page-roasting-reco .is-bg.is-section01 > .img-area {
  margin-bottom: 50px;
}

.page-roasting-reco .coffee-list {
  background-color: #f9f0de;
  border: 1px solid #cab490;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  -ms-grid-rows: 1fr 1fr 1fr 1fr;
      grid-template-rows: 1fr 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-auto-flow: column;
  padding: 30px 20px 0;
}

.page-roasting-reco .coffee-list::before {
  content: "";
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f9f0de;
  z-index: 1;
}

.page-roasting-reco .coffee-list::after {
  content: "";
  position: absolute;
  top: -31px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-left: 31px solid transparent;
  border-right: 31px solid transparent;
  border-bottom: 30px solid #cab490;
  z-index: 0;
}

.page-roasting-reco .coffee-list li {
  margin-right: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-roasting-reco .coffee-list li figure {
  -ms-flex-preferred-size: 140px;
      flex-basis: 140px;
  margin: 0;
}

.page-roasting-reco .coffee-list li .item-text {
  -ms-flex-preferred-size: calc(100% - 140px);
      flex-basis: calc(100% - 140px);
}

.page-roasting-reco .coffee-list li .item-name {
  padding: 10px 15px;
  margin-bottom: 18px;
  font-size: 16px;
  font-weight: bold;
}

.page-roasting-reco .coffee-list li .is-txt {
  padding: 0 6px 0 6px;
}

.page-roasting-reco .coffee-list li:nth-child(1) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

.page-roasting-reco .coffee-list li:nth-child(2) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
}

.page-roasting-reco .coffee-list li:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}

.page-roasting-reco .coffee-list li:nth-child(4) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
  -ms-grid-row: 4;
  grid-row: 4 / 4;
}

.page-roasting-reco .coffee-list li:nth-child(5) {
  -ms-grid-column: 2;
  grid-column: 2 / 2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  grid-row: 1 / 4;
}

.page-roasting-reco .coffee-list li:nth-child(6) {
  -ms-grid-column: 2;
  grid-column: 2 / 2;
  -ms-grid-row: 2;
  -ms-grid-row-span: 2;
  grid-row: 2 / 4;
}

.page-roasting-reco .coffee-list li:nth-child(7) {
  -ms-grid-column: 2;
  grid-column: 2 / 2;
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  grid-row: 3 / 4;
}

.page-roasting-reco .coffee-list li:nth-child(8) {
  -ms-grid-column: 2;
  grid-column: 2 / 2;
  -ms-grid-row: 4;
  grid-row: 4 / 4;
}

.page-roasting-reco .coffee-list li:nth-child(n+5) {
  margin-right: 0;
}

.page-roasting-reco .coffee-list li:nth-child(n+4) .item-name {
  color: #fff;
}

.page-roasting-reco .coffee-list .is-light .item-name {
  background-color: #e2c18e;
}

.page-roasting-reco .coffee-list .is-cinnamon .item-name {
  background-color: #d7b27d;
}

.page-roasting-reco .coffee-list .is-medium .item-name {
  background-color: #c69964;
}

.page-roasting-reco .coffee-list .is-height .item-name {
  background-color: #aa8155;
}

.page-roasting-reco .coffee-list .is-city .item-name {
  background-color: #906740;
}

.page-roasting-reco .coffee-list .is-fullcity .item-name {
  background-color: #7a5537;
}

.page-roasting-reco .coffee-list .is-french .item-name {
  background-color: #5c3f2c;
}

.page-roasting-reco .coffee-list .is-italian .item-name {
  background-color: #472e24;
}

.page-roasting-reco .roasting-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 50px;
}

.page-roasting-reco .roasting-point li {
  -ms-flex-preferred-size: calc((100% - 20px) / 3);
      flex-basis: calc((100% - 20px) / 3);
  margin-right: 10px;
  background-color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #cab490;
  padding: 20px 10px;
  border-radius: 15px;
}

.page-roasting-reco .roasting-point li:nth-child(3n) {
  margin-right: 0;
}

.page-roasting-reco .roasting-point h3 {
  font-size: 18px;
  margin-bottom: 25px;
  line-height: 1;
}

.page-roasting-reco .roasting-point h3 .font-w {
  font-size: 22px;
  color: #a8732d;
}

.page-roasting-reco .about-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-roasting-reco .about-step li {
  -ms-flex-preferred-size: calc((100% - 50px)/3);
      flex-basis: calc((100% - 50px)/3);
  margin: 0 25px 25px 0;
  list-style: none;
}

.page-roasting-reco .about-step li:nth-child(3n) {
  margin-right: 0;
}

.page-roasting-reco .about-step .is-point {
  color: #a7722d;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  margin-top: 20px;
}

.page-roasting-reco .is-section03 .starter_set {
  margin-bottom: 60px;
}

.page-roasting-reco .is-section03 .starter_set .bnr-area {
  text-align: center;
  margin-bottom: 40px;
}

.page-roasting-reco .is-section03 .starter_set .img-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 60px);
  margin: 0 auto;
}

.page-roasting-reco .is-section03 .starter_set .img-area .img_ {
  -ms-flex-preferred-size: calc((100% - 25px)/3);
      flex-basis: calc((100% - 25px)/3);
}

.page-roasting-reco .is-section03 .starter_set .btn-txt {
  margin-top: 40px;
  text-align: center;
}

.page-roasting-reco .is-section03 .starter_set .btn-txt a {
  background-color: #583829;
  color: #fff;
  text-align: center;
  display: inline-block;
  width: 480px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
}

.page-roasting-reco .is-section03 .other-item h3 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 30px;
  border-bottom: 4px solid #097c25;
}

.page-roasting-reco .is-section03 .other-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-roasting-reco .is-section03 .other-item ul li {
  -ms-flex-preferred-size: calc((100% - 60px) / 4);
      flex-basis: calc((100% - 60px) / 4);
  margin-right: 20px;
  margin-bottom: 20px;
}

.page-roasting-reco .is-section03 .other-item ul li:nth-child(4n) {
  margin-right: 0;
}

.page-roasting-reco .is-section03 .other-item ul .is-name {
  margin: 10px 0;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
}
.page-roasting-reco .is-section03 .other-item ul li a {
    background-color: #583829;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    margin-top: 10px;
}
.page-roasting-reco [class^="column"][class$="list"] a {
  background-color: #583829;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
  display: block;
}

.page-roasting-reco [class^="column"][class$="list"] .item-name {
  color: #a7722d;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}

.page-roasting-reco .column3-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-roasting-reco .column3-list li {
  -ms-flex-preferred-size: calc((100% - 50px) / 3);
      flex-basis: calc((100% - 50px) / 3);
  margin-right: 25px;
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 50px;
}

.page-roasting-reco .column3-list li:nth-child(3n) {
  margin-right: 0;
}

.page-roasting-reco .column3-list .item-name {
  margin-top: 10px;
  text-align: center;
}

.page-roasting-reco .column3-list .is-read {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}

.page-roasting-reco .column3-list a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.page-roasting-reco .column1-list {
  padding-bottom: 10px;
}

.page-roasting-reco .column1-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.page-roasting-reco .column1-list li figure {
  width: 200px;
}

.page-roasting-reco .column1-list li .is-detail {
  width: calc(100% - 220px);
  position: relative;
}

.page-roasting-reco .column1-list li .is-detail a {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 250px;
}
/*# sourceMappingURL=roasting-reco.css.map */