@charset "UTF-8";


div.fastview {
    height: 150px;
    width: 100%;
    object-fit: cover;
    margin-top: 60px;
    background-color: lightgray;
    position: relative;
    display: block;
}

main.main {
    width: 100%;
    max-width: 100%!impoetant;
    margin-top: 0!important;
    padding-bottom: 50px;
}


.cp_breadcrumb_column {
    width: 100%!important;
    max-width: 100%!important;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 0.5em;
    background-color: #f9f9f9;
    margin-bottom: 0;
}

.cp_breadcrumb_column ul {
  width: 100%!important;
  background-color: #f9f9f9!important;
}

.concept-img-sp {
  display: none;
}





.cart-view img {
    width: 21px;
    margin-bottom: 5px;
}

.cart-view span {
	font-size: 14px;
    font-family: 'Noto Sans JP', sans-serif!important;
    font-weight: normal;
    scroll-behavior: smooth;
    color: #6E6E6E;
}

.navigation ul li a {
    transition-property: border;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    display: flex;
    align-items: center;
}


div.column-div-block {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 20px;
    flex-flow: wrap;
    width: 100%;
}

div.column-img-top {
    width: 30%;
    height: auto;
}


p.column-title-sentence {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.column-wrap-title span {
    font-size: 13px!important;
    white-space: initial;
}

p.column-title-sentence-p {
  font-size: 14px!important;
  line-height: 1.4;
}


.column-title-sentence-p span {
  font-size: 14px!important;
  line-height: 1.4;
}








.column-section-wrap {
    max-width: 1200px;
    margin: 0px auto 0;
    width: 90%;
}

.column-sentence-title h3 {
    font-size: 18px;
    margin-top: 5px;
    line-height: 1.3;
}


.contents-section article {
    margin: 20px 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

.contents-section p {
    line-height: 1.8em;
    font-size: 16px;
}

.column-wrap-title span {
    font-size: 12px;
    text-align: left!important;
}

div.column-wrap-title {
    padding: 20px 10px!important;
    background-color: #fff;
    text-align: left!important;
    height: auto!important;
    width: 70%;
}



div.column-top-title {
    max-width: 1200px;
    margin: 20px auto 0;
    width: 100%;
    display: flex;
}

.column-top-title h2 {
    font-size: 20px;
    font-weight: 700;
    font-family: 'honoka-shinmincho';
    font-style: normal;
}

.column-div-wrap-top {
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.column-div-wrap-top a {
    display: flex;
}


.pager {
    margin-bottom: 50px;
    margin-top: 60px;
}


/* page */

section.contents-side {
    width: 200px!important;
    display: none;
}

.contents-wrap {
    width: 90% !important;
    max-width: 100% !important;
    margin: 0 auto;
}

section.contents-section {
    width: 100%;
}

section.contents-section {
    width: 100%!important;
    margin: 0;
}

div.eyecatch {
    width: 100%;
    height: auto;
    background-color: lightgray;
}

section.contents-section {
    width: 100%!important;
    margin: 0;
    margin-right: 0!important;
}

.page-bottom a {
    font-size: 14px;
    font-weight: 700;
    color: #476c4f;
    margin-top: 30px;
    cursor: pointer;
}

.page-top a {
    display: block;
    margin-right: 0;
}

.page-top p {
    color: #476c4f;
    font-size: 14px;
    width: 150px;
    text-align: center;
    padding: 10px 10px;
    background-color: #F5F5F5;
    font-family: pt-serif, serif;
    font-weight: 700;
    font-style: normal;
}



div.columnist-wrap {
    width: 100%;
    padding: 10px;
    border: 2px solid #b8cbbc;
    margin-top: 30px;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
    border-radius: 30px;
}



div.columnist {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
}

div.columnist-img {
    width: 110px;
    height: 110px;
    margin-right: 10px;
    overflow: hidden;
    border: 2px solid #b8cbbc;
    border-radius: 50%;
    background-color: #fff;
}

div.profile-div {
    width: 65%;
}

.profile-div h2 {
    font-size: 18px;
    color: #367044;
    margin-bottom: 10px;
}

p.profile-class {
    line-height: 1.3em;
    font-size: 13px;
    margin-top: 10px;
}

.columnist-name span {
    font-size: 20px;
    font-weight: 700;
    /* margin-top: 10px; */
    margin-right: 5px;
}

.columnist-wrap article {
    font-size: 13px;
    line-height: 1.8em;
}

.article-text p {
  font-size: 16px;
  text-align: 1.8;
}

.footer {
    background: #F5F5F5;
    margin-top: 50px!important;
}

.footer {
    background: #a5b5a9;
    margin-top: 0!important;
    color: #fff;
    margin-top: 20px;
}


div.LP_link_img {
  width: 90%;
  display: block;
  margin: 0 auto;
}

div.LP_item_link {
    width: 100%;
    display: flex;
    align-items: center;
}

div.LP_item_link_img {
    width: 35%;
    margin-right: 5%;
    display: block;
}

.LP_item_link_img img {
    width: 100%;
    display: block;
}

div.LP_item_link_text {
    margin-left: 0;
    width: 60%;
}

.LP_item_link_text h1 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #476c4f;
}

.LP_item_link_text h2 {
    font-size: 14px;
    width: auto;
    font-weight: bold;
    margin-bottom: 5px;
    border-bottom: none!important;

}

p.LP_item_link_text_P {
    line-height: 1.4em!important;
    font-size: 12px!important;
}











@media screen and (min-width:590px) and ( max-width:959px) {



  .column-div-wrap-top {
      width: 48%;
      display: flex;
      margin-bottom: 30px;
      flex-direction: column;
  }

  div.column-img-top {
    width: 100%;
    height: 200px;
  }

  .column-img-top img {
    width: 100%;
    height: 100%;
    display: block;
    background-color: lightgray;
  }

  div.column-img {
    background-color: lightgray;
  }

  .pager {
      margin-bottom: 50px;
      margin-top: 80px;
  }

  .button-link button {
      width: 200px;
      margin: 0 auto;
      background-color: #fff0;
      padding: 10px 15px;
      font-size: 18px;
      color: #377145;
      border: 1px solid;
      font-family: 'honoka-shinmincho';
      font-weight: 400;
      font-style: normal;
      display: flex;
      justify-content: space-evenly;
      align-items: center;
      margin-top: 30px;
      flex-direction: row-reverse;
  }

  .button-link img {
      height: 100%;
      width: 30px;
      transform: scale(-1, 1);
  }



  /* 各pageのcssを以下から記載 */


  .main {
    display: flex;
  }

  .contents-wrap {
    max-width: 1000px!important;
    width: 90%!important;
    margin: 0 auto!important;
    margin-top: 30px!important;
  }

  section.contents-section {
      width: 100%;
      margin-right: 0;
  }


  div.column-sentence-title {
    width: 100%;
    margin-bottom: 20px;
    display: flex;
    text-align: left;
  }

  .column-sentence-title span {
    font-size: 14px;
  }

  .column-sentence-title h3 {
      font-size: 24px;
      margin-top: 10px;
      line-height: 1.4em;
  }


  div.eyecatch {
    width: 100%;
    height: auto;
    background-color: lightgray;
  }

  .eyecatch img {
    width: 100%;
    display: block;
    height: 100%;
  }

  .contents-section article {
    margin: 50px 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
  }


  .contents-section p {
    line-height: 1.8!important;
    font-size: 16px!important;
  }

  div.page-bottom {
    width: 100%;
    border-top: 3px solid #e6e6e6;
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
  }

  .page-bottom a {
    font-size: 18px;
    font-weight: 700;
    color: #476c4f;
    margin-top: 30px;
    cursor:pointer;

  }


  div.column-div-block {
    display: flex;
        justify-content: space-between;
        margin: 0 auto;
        margin-top: 20px;
        flex-flow: wrap;
  }

  .column-div-wrap-top a {
    display: flex;
    flex-direction: column;
}


div.column-img-top {
    width: 100%;
    height: auto;
}

div.column-wrap-title {
    padding: 15px 10px;
    background-color: #fff;
    text-align: left!important;
    width: 100%;
}



.column-title-sentence-p span {
  font-size: 14px!important;
  line-height: 1.6;
}

p.column-title-sentence-p {
  font-size: 14px!important;
  line-height: 1.6;
}

div.LP_link_img {
  width: 60%;
  display: block;
  margin: 0 auto;
}

a.LP_item_link_wrap {
  display: block;
  width: 100%;
  margin-top: 50px;
}


div.LP_item_link {
  width: 100%;
  display: flex;
}

div.LP_item_link_img {
  width: 180px;
}

.LP_item_link_img img {
  width: 100%;
  display: block;
}


.LP_item_link_text h1 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #476c4f;
}

.LP_item_link_text h2 {
  font-size: 18px;
  width: auto;
  font-weight: bold;
  margin-bottom: 5px;
  padding-bottom: 3px;
  border-bottom: solid 1px #303030;
}

div.LP_item_link {
    width: 100%;
    display: flex;
    align-items: flex-start;
}

div.column-dummy {
  display: none!important;
}

div.column-dummy {
    background-color: #f9f9f9;
    display: none!important;
}












}
