@charset "UTF-8";

/*--------------------------------------トップ画像--------------------------------------*/
.l_main .l_kv.is_202609-goodnaturestation{background: url("../../../img/gourmet/202609-goodnaturestation/img_kv.jpg") no-repeat center center;background-size: cover;}

/*--------------------------------------ページ固有記述--------------------------------------*/
.goodnaturestation_202609_color {
  color: #007C91;
}
.goodnaturestation_202609_blueBox {
  display: inline-block;
  color: #fff;
  background-color: #007C91;
  padding: 5px 10px;
  border-radius: 8px;
  font-size: 14px !important;
}
.goodnaturestation_202609_black_Box {
    display: inline-block;
    color: #353535;
    border: solid 1px #353535;
    padding: 5px 10px;
    margin:0 10px 10px 0;
}
.goodnaturestation_202609_letter-spacing {
  letter-spacing: 0.1em;
}
.goodnaturestation_202609_marginbottom {
  margin-bottom: 54px;
}
rt {
    ruby-align: center;
    text-align: center;
}
.line-breaks {
  word-break: break-all;
}

.l_main .goodnaturestation_202609_bordertop {
    border-top: #c8c8c8 2px solid !important;
    margin-top: 40px !important;
    padding-top: 10px !important;
}

.l_main .goodnaturestation_202609_iconpoint {
    font-size: 62%;
    line-height: 1.4;
    margin-top: 0 !important;
    display: flex;
    align-items: center;
}
.l_main .goodnaturestation_202609_iconpoint img {
    width: auto;
    height: 30px;
    margin-right: 10px;
}
/*--------------------------------------SPonly--------------------------------------*/
@media only screen and (max-width: 767.89px) {
  .goodnaturestation_202609_sp_bordertop {
    border-top: 3px dotted #ccc;
    margin-top: 30px;
    padding-top: 30px;
  }
}

/*--------------------------------------PConly-------------------------------*/
@media only screen and (min-width: 767.9px) {
  .goodnaturestation_202609_flexWrap {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
  }
  .goodnaturestation_202609_flexitem {
    width: 48%;
  }
  .goodnaturestation_202609_borderbottom {
    border-bottom: 3px dotted #007C91;
    padding-bottom: 20px;
  }
  .goodnaturestation_202609_borderbottom_2 {
    border-bottom: 3px dotted #007C91;
    padding-bottom: 44px;
  }
  .goodnaturestation_202609_borderleft {
    border-right: 3px dotted #007C91;
    padding-right: 20px;
  }
  .goodnaturestation_202609_pcmt20 {
    margin-top: 20px;
  }
}

/*ipad 450～PC幅------------------------------*/
/*@media screen and (min-width: 450px) and (max-width: 767.8px)  {
  }*/