@media screen and (min-width: 840px){

  /*
  common
  -------------------------------------*/

  .sp-only { display: none; }

  .t-blue { color: #0074bd; }
  .t-red { color: #e60012; }
  .t-orange { color: #faa70b; }

  /*
  header
  -------------------------------------*/
  header {
    font-family: 'Noto Sans JP', sans-serif;
  }
  .fw-bold {
    font-weight: bold;
  }
  /* メガメニュー */
  header .menu:before,
  header .menu:after {
    content: " ";
    display: table;
  }

  header .menu:after {
    clear: both;
  }

  header .menu {
    *zoom: 1;
  }

  li.menu__mega {
    position: relative;
  }
  header ul.menu__second-level {
    visibility: hidden;
    opacity: 0;
    z-index: 1;
  }
  li.menu__mega ul.menu__second-level {
    position: absolute;
    top: 0;
    text-align: center;
    box-sizing: border-box;
    width: 187px;
    padding: 10px 0;
    background: #0074bd;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 5px;
    margin: 0;
  }

  li.menu__mega:hover ul.menu__second-level {
    top: 40px;
    visibility: visible;
    opacity: 1;
  }
  li.menu__mega ul.menu__second-level > li a {
    text-decoration: none;
    color: #fff;
  }
  li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
    margin: 0;
  }

  li.menu__mega ul.menu__second-level:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -15px;
    border: 8px solid transparent;
    border-bottom: 12px solid #0074bd;
  }

  ul.menu__second-level li a .i-name {
    font-size: 13px;
    margin: 0;
  }
  ul.menu__second-level li:after {
    content: '';
    display: block;
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #fff;
  }
  ul.menu__second-level li:last-child:after {
    content: none;
  }

  ul#menu-sub li:before {
    content: '';
    border: 0 !important;
  }


  /**/
  .pc-only { display: block; }
  .sp-only { display: none; }

  .c-top-app-bar {
    background: #ffffff9c;
  }

  .b-header {
    background-color: #fff;
    display: block;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 26px;
    position: relative;
  }
  .b-header:before {
    content: '';
    background-color: #0074bd;
    height: 10px;
    width: 100%;
    display: block;
    position: absolute;
  }
  .b-header-pc {
    max-width: 1000px;
    margin: 0 auto;
  }
  .b-header__logo {
    width: 353px;
    height: auto;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 0;
  }
  .b-header__logo img {
    width: 353px;
    height: auto;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .3));
  }
  .b-header__utility {
    justify-content: space-between;
  }
  .b-header__utility-navi.left {
    float: left;
    margin-top: 10px;
  }
  .b-header__utility-navi.right {
    float: right;
    margin-top: 10px;
  }
  .b-login__list-item {
    height: 56px;
    width: 56px;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #0074bd;
    padding: 5px;
    border-radius: 5px;
    margin-top: 10px;
    margin-left: 10px;
  }
  .b-login__list-item:first-child {
    margin-left: 0;
  }
  .b-login__list-item a span:before {
    content: '';
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 25px;
    width: 25px;
    margin: auto;
  }
  .b-login .insta_link {
    margin:10px 10px 0 0 ;
  }

  .b-login__text {
    color: #0074bd;
    letter-spacing: 0;
  }

  .b-login__list-item a span.item01:before {
    background-image: url(/html/user_data/img/common/header_item_icon01.png);
  }
  .b-login__list-item a span.item02:before {
    background-image: url(/html/user_data/img/common/header_item_icon02.png);
  }
  .b-login__list-item a span.item03:before {
    background-image: url(/html/user_data/img/common/header_item_icon03.png);
  }
  .b-login__list-item a span.item04:before {
    background-image: url(/html/user_data/img/common/header_item_icon04.png);
  }
  .b-login__list-item a span.item05:before {
    background-image: url(/html/user_data/img/common/header_item_icon05.png);
  }

  .b-login__link {
    justify-content: space-evenly;
  }

  .b-header__navi-link {
    color: #89591b;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .b-header__navi-link:hover {
    color: #0074bd;
  }
  .b-header__navi {
    margin: 20px auto 0;
    /* width: 710px; */
    width: 100%;
  }

  .f-header__bg .left {
    position: absolute;
    top: 0;
    left: 0;
    max-height: 744px;
    z-index: -9999;
  }
  .f-header__bg .right {
    position: absolute;
    top: 0;
    right: 0;
    max-height: 744px;
    z-index: -9999;
  }
  .f-header__obi {
    position: absolute;
    top: 0;
    left: 0;
    width: 172px;
    height: auto;
  }
  .l-header .is-hide .f-header__bg {
    display: none;
  }

  .l-header .is-hide #bnr-area {
    display: none;
  }
  /*.l-header {
    padding-top: 218px;
  }
  #page_homepage .l-header {
    padding-top: 210px;
  }*/

  /* フローティングバナー */
  #bnr-area {
    background: url(/html/user_data/img/banner02_pc_bg.jpg) center center no-repeat;
    background-size: cover;
    padding: 10px 0;
  }
  #bnr-area ul {
    display: flex;
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    justify-content: space-between;
    gap:5px;
  }
  #bnr-area ul li {
    list-style: none;
  }
  #bnr-area ul li a {
    display: block;
  }
  #bnr-area ul li img {
    max-width: 490px;
    width: 100%;
    margin: 0 auto;
  }
  #bnr-area ul li img:hover {
    opacity: .7;
  }
  #bnr-area ul .bnr06 {
    display:none;
  }
  #bnr-area ul li.bnr07{
    width: 367px;
  }
  .bnr {
      width: 100%;
      background: url(/html/user_data/img/takada-farm/bnr_takada_farm_pc.jpg)no-repeat;
      height: 70px;
      background-size: cover;
      background-position: center;
  }

  /*
  footer
  -------------------------------------*/

  .b-footer__top-contents {
    max-width: 1000px;
    padding: 0;
  }

  .bnr-footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .bnr-footer a {
    display: block;
  }

  .bnr-footer a + a {
    padding-top: 40px;
  }

  .d-footer__top-contents {
    width: 1000px;
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .d-footer__top-contents p {
    font-size: 14px;
  	margin-top: 0;
  	margin-bottom: 30px;
  }
  .d-footer__ttl {
    font-size: 18px;
    color: #89591b;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DAE9F3;
  	padding-bottom: 1.1625em;
  	margin-bottom: 2.325em;
  }
  .d-footer__list {
    display: flex;
    flex-wrap: wrap;
  	padding: 0;
  }
  .d-footer__list li {
  	width: 100%;
  	max-width: calc( 100% / 2 - 30px );
  	list-style: none;
  	margin-right: 30px;
  	margin-bottom: 30px;
  }
  .d-footer__list .d-footer__list-ttl {
    color: #fff;
  	background-color: #0074bd;
  	padding: 10px 20px;
  	border-radius: 50px;
    font-size: 14px;
  	max-width: 140px;
  	text-align: center;
  }
  .d-footer__list-ttl {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .d-footer__list-link {
    margin-bottom: 0;
  }
  .d-footer__list-link a {
    margin-right: 30px;
  }
  .d-footer__list-tbox {
  	margin-left: 30px;
  	margin-right: 30px;
  	margin-bottom: 30px;
  }
  .d-footer__list-tbox p.tbox_ttl {
    border: 1px solid #0074bd;
    padding: 5px;
  	margin-bottom: 30px;
  	font-weight: bold;
    text-align: center;
  }
  .d-footer__list-tbox img {
  	padding-left: 40px;
  	padding-right: 40px;
  	box-sizing: border-box;
  }
  .d-footer__list-card img {
    margin-right: 10px;
  	max-width: 43px;
  }
}

@media screen and (max-width: 1280px){
  /*
  header
  -------------------------------------*/
  .b-header-pc {
    position: relative;
  }
  .b-header-pc .f-header__obi {
    left: -172px;
  }

}


@media screen and (max-width: 839px){
  /*
  common
  -------------------------------------*/

  .pc-only { display: none; }
  .sp-only { display: block; }

  .t-blue { color: #0074bd; }
  .t-red { color: #e60012; }
  .t-orange { color: #faa70b; }

  /*
  header
  -------------------------------------*/
  header {
    font-family: 'Noto Sans JP', sans-serif;
  }
  .fw-bold {
    font-weight: bold;
  }
  /* SPメニュー */
  .b-header-sp {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
    text-align: center;
    /* height: 13.4375vw; */
  }
  .b-header-sp:before {
    content: '';
    background-color: #0074bd;
    height: 5px;
    width: 100%;
    display: block;
    position: absolute;
  }
  .b-header-sp img.logo {
    margin: 0 auto;
    width: 62.25vw;
    max-width: 353px;
    filter: drop-shadow(0 0 2px rgba(0, 0, 0, .3));
  }
  .b-header-sp .b-login-sp {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 20px;
    background: inherit;
  }
  .b-header-sp .b-header__utility {
    justify-content: space-evenly;
  }
  .b-header-sp .b-header__utility-cart {
    position: absolute;
    right: 0;
    top: 0;
    margin: 3.75vw;
  }
  .b-header-sp .b-login__list-item {
    height: 15.5vw;
    width: 15.5vw;
    box-sizing: border-box;
    text-align: center;
    border: 1px solid #0074bd;
    padding: 5px;
    border-radius: 1.875vw 1.5625vw;
    margin-top: 3.125vw;
    margin-left: 3.125vw;
  }
  .b-header-sp .b-login__list-item:first-child {
    margin-left: 0;
  }
  .b-header-sp .b-login__list-item a span:before {
    content: '';
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 6vw;
    width: 6vw;
    margin: 1vw auto 0;
  }
  .b-login-sp .insta_link {
    margin: 3vw 2vw 0 0;
  }

  .b-header-sp .b-login__text {
    color: #0074bd;
    letter-spacing: 0;
    font-size: 3.125vw;
    line-height: 2;
    margin: auto;
  }

  .b-header-sp .b-login__list-item a span.item01:before {
    background-image: url(/html/user_data/img/common/header_item_icon01.png);
  }
  .b-header-sp .b-login__list-item a span.item02:before {
    background-image: url(/html/user_data/img/common/header_item_icon02.png);
  }
  .b-header-sp .b-login__list-item a span.item03:before {
    background-image: url(/html/user_data/img/common/header_item_icon03.png);
  }
  .b-header-sp .b-login__list-item a span.item04:before {
    background-image: url(/html/user_data/img/common/header_item_icon04.png);
  }
  .b-header-sp .b-login__list-item a span.item05:before {
    background-image: url(/html/user_data/img/common/header_item_icon05.png);
  }

  .acMenu {
    width: 100%;
    padding: 0;
    text-align: center;
    margin: 0;
    top: 13.4375vw;
    position: absolute;
    background-color: #FFF;
  }
  .acMenu li {
    list-style: none;
    position: relative;
  }
  .acMenu li dl {
    margin: 0;
  }
  .acMenu dt {
    position: absolute;
    left: 0;
    top: -15vw;
    transition: .2s;
    margin: 3.75vw;
  }

  .acMenu dt .i-close {
    display: none;
  }
  .acMenu dt.open .i-close {
    display: block;
  }
  .acMenu dt.open .i-menu {
    display: none;
  }

  .acMenu a {
    text-decoration: none;
  }
  .acMenu li ul {
    padding:0;
    font-weight: 500;
    margin: 0;
  }
  .acMenu p.sub {
    position: absolute;
    right: 0;
    top: 1.25vw;
    margin: auto;
    width: 100%;
    height: 13.4375vw;
  }
  .acMenu p.sub:after {
    content: '';
    background: url(/html/user_data/img/common/header-item-arrow.png) center center no-repeat;
    transition: .1s;
    width: 3.125vw;
    height: 3.125vw;
    background-size: contain;
    position: absolute;
    right: 3.75vw;
    padding: 3.75vw 0;
    -webkit-transform: rotate(-90deg);
  }
  .acMenu p.sub.openAcd:after {
    -webkit-transform: inherit;
  }

  .menu-ttl {
    border-bottom: 1px solid #1071BA;
    padding: 3.75vw 0;
    margin: 0;
    color: #89591b;
    font-size: 3.75vw;
  }
  .acMenu3 li {
    padding: 2.815vw 0;
    border-bottom: 1px solid #fff;
    background: #0074bd;
  }
  .acMenu3 li a {
    color: #fff;
    font-size: 3.75vw;
    font-weight: normal;
  }

  .acMenu dd {
    margin: 0;
  }
  .acMenu dd ul {
    padding: 0;
  }
  /* バーガーメニュー下部 */
  header .b-search-product__contents .c-select {
    height: auto;
  }
  header .mdc-select__native-control, .mdc-select__selected-text {
    height: 40px;
  }
  header .b-search-product {
    background: #dae9f3;
    padding: 3.125vw 0;
    border-top: 1px solid #1071BA;
  }
  header .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control {
    color: #89591b;
    background-color: #fff;
    border: 1px solid #0074bd;
    font-size: 3.75vw;
    padding-top: 0;
    padding-bottom: 0;
  }
  header .mdc-text-field__input {
    height: 40px;
  }
  header .c-form__box-item>.c-text-field {
    height: 40px;
  }
  header .mdc-text-field--outlined .mdc-text-field__input {
    padding-top: 0;
    padding-bottom: 0;
  }
  header .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__leading,
  header .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__notch,
  header .mdc-text-field--outlined:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #0074bd;
  }
  header .c-text-field.mdc-text-field.mdc-text-field--outlined {
    background-color: #fff;
  }
  header .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
    font-size: 3.75vw;
  }
  header .mdc-text-field--outlined .mdc-floating-label {
    font-size: 3.75vw;
    top: 10px;
  }
  header .mdc-select__dropdown-icon {
    background: url(/html/user_data/img/common/header-item-arrow.png) no-repeat center;
    background-size: contain;
    height: 3.125vw;
    width: 3.125vw;
    color: #0074bd;
    z-index: 100;
  }
  header .b-search-product__actions {
    width: 65%;
    margin: 0 auto;
  }
  header .c-button--outlined.is-secondary {
    background-color: #0074bd;
    color: #fff;
  }
  /**/
  .pc-only { display: none; }
  .sp-only { display: block; }

  .l-drawer__heading {
    display: none;
  }

  .b-header__logo {
      width: auto;
      margin: 0;
  }
  /* フローティングバナー */
  #bnr-area {
    background-image: url(/html/user_data/img/banner02_sp_bg.jpg);
    padding: 5px;
    margin-top: 6vw;
  }
  #bnr-area ul {
    display: flex;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    padding: 0;
  }
  #bnr-area ul li {
    width: calc(100% / 3);
    list-style: none;
    margin-right: 5px;
  }
  #bnr-area ul .bnr03,#bnr-area ul .bnr04,#bnr-area ul .bnr05 {
    display: none;
  }
  #bnr-area ul li:last-child {
    margin-right: 0;
  }
  #bnr-area ul li a {
    display: block;
  }
  #bnr-area ul li img {
    max-width: 31.71875vw;
    margin: 0 auto;
  }

  #bnr-area ul li .pc {
    display: none!important;
  }

  #bnr-area ul li img:hover {
    opacity: .7;
  }
  #bnr-area ul li.bnr07 img{
    max-width: 28vw;
    min-width: 100%;
    width: 28vw;
  }

  /*
  footer
  -------------------------------------*/
  .bnr-footer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    padding-left: 16px;
    padding-right: 16px;
    box-sizing: border-box;
  }

  .bnr-footer a {
    display: block;
  }

  .bnr-footer a + a {
    padding-top: calc(100vw / 640 * 40);
  }

  .d-footer__top-contents {
    padding-left: 16px;
    padding-right: 16px;
  }
  .d-footer__top-contents p {
    font-size: 3.4375vw;
  	margin-top: 0;
  	margin-bottom: 20px;
  	line-height: 2;
  }
  .d-footer__ttl {
    font-size: 4.0625vw;
    color: #89591b;
    font-weight: bold;
    text-align: center;
    border-bottom: 1px solid #DAE9F3;
  	padding-bottom: 3.25vw;
  	margin-bottom: 30px;
  }
  .d-footer__list {
    display: flex;
    flex-wrap: wrap;
  	padding: 0;
  	margin-bottom: 40px;
  }
  .d-footer__list li {
  	width: 100%;
  	list-style: none;
  	margin-bottom: 30px;
  }
  .d-footer__list li:last-child {
    margin-bottom: 0;
  }
  .d-footer__list .d-footer__list-ttl {
  	color: #fff;
  	background-color: #0074bd;
  	padding: 5px 20px;
  	border-radius: 50px;
  	font-size: 3.4375vw;
  	max-width: 30vw;
  	text-align: center;
  	margin-bottom: 3.75vw;
  }
  .d-footer__list-ttl {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .d-footer__top-contents .d-footer__list-link {
    margin-bottom: 0;
  }
  .d-footer__list-link a {
    margin-right: 3.75vw;
  }
  .d-footer__list-tbox {
  	margin-bottom: 30px;
  }
  .d-footer__list-tbox:last-child {
    margin-bottom: 0;
  }
  .d-footer__list-tbox p.tbox_ttl {
    border: 1px solid #0074bd;
    padding: 5px;
  	font-weight: bold;
  	font-size: 3.125vw;
    line-height: 1.5;
    text-align: center;
  }
  .d-footer__list-tbox img {
  	padding-left: 5vw;
  	padding-right: 5vw;
  	box-sizing: border-box;
  }
  .d-footer__list-card img {
    margin-right: 3.125vw;
  	max-width: 10vw;
  }
}

/*　0515 header.phpから移植　*/
.p-top__main-visual-bg.is-1st {
  background-image:url(/html/user_data/img/top_main_pc_03.jpg);
}
.p-top__main-visual-bg.is-2nd {
  background-image:url(/html/user_data/img/top_main_pc_01.jpg);
}
.p-top__main-visual-bg.is-3nd {
  background-image:url(/html/user_data/img/top_main_pc02.jpg);
}
@media screen and (max-width: 479px) {
  .p-top__main-visual-bg.is-1st {
    background-image:url(/html/user_data/img/top_main_sp_03.jpg);
  }
  .p-top__main-visual-bg.is-2nd {
    background-image:url(/html/user_data/img/top_main_sp_01.jpg);
  }
  .p-top__main-visual-bg.is-3nd {
    background-image:url(/html/user_data/img/top_main_sp_02.jpg);
  }
}

.is-1st .b-category__item-bg {
  background-image:url(/html/template/jerseybrown/assets/img/top/img_category_pc01.jpg);
}
.is-2nd .b-category__item-bg {
  background-image:url(/html/template/jerseybrown/assets/img/top/img_category_pc02.jpg);
}
.is-3rd .b-category__item-bg {
  background-image:url(/html/template/jerseybrown/assets/img/top/img_category_pc03.jpg);
}
.is-4rd .b-category__item-bg {
  background-image:url(/html/template/jerseybrown/assets/img/top/img_category_pc04.jpg);
}
.is-5rd .b-category__item-bg {
  background-image:url(/html/template/jerseybrown/assets/img/top/img_category_pc05.jpg);
}
.is-6rd .b-category__item-bg {
  background-image:url(/html/template/jerseybrown/assets/img/top/img_category_pc06.jpg);
}
@media screen and (max-width: 479px) {
  .is-1st .b-category__item-bg {
    background-image:url(/html/template/jerseybrown/assets/img/top/img_category_sp01.jpg);
  }
  .is-2nd .b-category__item-bg {
    background-image:url(/html/template/jerseybrown/assets/img/top/img_category_sp02.jpg);
  }
  .is-3rd .b-category__item-bg {
    background-image:url(/html/template/jerseybrown/assets/img/top/img_category_sp03.jpg);
  }
  .is-4nd .b-category__item-bg {
    background-image:url(/html/template/jerseybrown/assets/img/top/img_category_sp04.jpg);
  }
  .is-5nd .b-category__item-bg {
    background-image:url(/html/template/jerseybrown/assets/img/top/img_category_sp05.jpg);
  }
  .is-6nd .b-category__item-bg {
    background-image:url(/html/template/jerseybrown/assets/img/top/img_category_sp06.jpg);
  }
}
@media screen and (min-width: 840px){
  .sp {
    display: none;
  }
  .bnr {
    width: 100%;
    background: url(/html/user_data/img/takada-farm/bnr_takada_farm_pc.jpg)no-repeat;
    height: 70px;
    background-size: cover;
    background-position: center;
  }
}
@media screen and (max-width: 479px) {
  sp {
    display: block;
  }
  i.b-cart__menu-icon.material-icons {
  color: #333;
}
}

/* 0515追加 */
#page_homepage .l-header {
  height: 154px;
}
html {
  margin-top: 32px !important;
}
 html body {
   margin-top: 32px !important;
 }
.wp-top-column {
  width: 1000px;
  margin: 0 auto;
}
.wp-top-bnr {
  width: 840px;
  margin: 70px auto;
  text-align: center;
}
.wp-top-bnr_inner {
  margin: 20px 0;
}
.div-bnr-footer-column-area {
  position: relative;
}
.div-bnr-footer-column-text {
  position: absolute;
  top: 41%;
  font-size: 35px;
  font-family: 'Noto Serif JP', serif;
  font-weight: bold;
  width: 840px;
  text-align: center;
  color: #0074bd;
}
@media screen and (max-width: 479px){
  #page_homepage .l-header {
    height: 6vw;
  }
  html {
    margin-top: 46px !important;
  }
  html body {
    margin-top: 46px !important;
  }
  .wp-top-column {
    width: 100%;
  }
  .wp-top-bnr {
    width: unset;
    margin: 0px;
    padding: 0 16px;
    margin-bottom: 50px;
  }
  .wp-top-bnr_inner {
    margin: 10px 0;
  }
  .div-bnr-footer-column-text {
    top: 31%;
    font-size: 6vw;
    width: 100%;
  }
}

/*　0515 page-jersey-yogurt.php・page-jersey-milk.phpから移植　*/
.bgcolor-white {
	background-color: #FFFFFF;
}

.div_blog {
	margin:0 auto;
	padding: 0;
	display: -webkit-flex;
}

.div_blog li a {
	text-decoration: none;
}

.div_blog li .div_relative_inline {
	position: relative;
	display:inline-block;
}

.div_blog li .div_relative {
	position: relative;
	width: 100%;
}

.div_blog  li .post_time {
	display:inline;
	color: #89591b;
}

.div_blog  hr {
	border-color: #89591b;
	margin: 10px 0;
}

.img_thumbnail {
	position: absolute;
	top: -5px;
	left: -15px;
	display: inline-block;
	margin: 2px 10px;
	border-radius: 5%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.div-cow {
	text-align: center;
}

.div_excerpt {
	font-family: 'Noto Serif JP', serif;
	font-size: 18px;
	color: #89591b;
	margin-top:0;
}


/* パンくずリスト */
.breadcrumb_class {
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 30px;

	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
}

.breadcrumb_class li {
	font-size: .875em;
}

.breadcrumb_class li + li::before {
	content: '> ';
}

.breadcrumb_class a {
	text-decoration: none;
    color: rgba(51,51,51,.8);
}

.div_absolute_title {
		width: 300px;
		height: 163px;
		position: absolute;
		top: calc(50% - 20px);
		text-align: center;
		max-width: 100%;
		max-height: 100%;
		color: #89591b;
		text-align: center;
		font-family: 'Noto Serif JP', serif;
		font-size: 16px;
	}
	.div_blog ul {
		display: flex;
		flex-wrap: wrap;
   		/* margin: 0 10%; */
   		padding: 0;
		width: 1000px;
	}
	.div_blog li {
		list-style: none;
		width: calc(100% / 3);
		padding: 0 10px 60px 10px;
		box-sizing: border-box;
	}
	.img_cow {
		display: inline-block;
/* 		margin:0 10px; */
		height: 100%;
	}
	.freearea-section {
		margin: 0 0 60px 0;
	}

@media screen and (max-width:1042px) {
	.div_blog {
    	margin: 0;
	}
	.div_blog ul {
    	margin: 0;
	}
	.img_cow {
    	height: 2.49vw;
	}
	.div_blog {
    	font-size: 2.5w;
	}
}

@media screen and (max-width:479px) {
	.div_absolute_title {
		width: 300px;
		height: 163px;
		position: absolute;
		top: 10% ;
		text-align: center;
		max-width: 100%;
		max-height: 100%;
		color: #89591b;
		font-family: 'Noto Serif JP', serif;
		font-size: 3.125vw;
	}
	.div_blog {
		margin: 0;
	}
	.div_blog ul {
		display: flex;
		flex-wrap: wrap;
		margin: 0 3%;
	}
	.div_blog li {
		list-style: none;
		width: 50%;
		padding: 0 3% 20px 3%;
		box-sizing: border-box;
	}
	.div_blog li .div_relative_inline {
	position: relative;
	display:inline-block;
	width: 44vw;
	margin-left: -8px;
}
	.img_cow {
		display: inline-block;
		margin: 0;
		height: 5vw;
	}

	.div_blog li .post_time {
		font-size: 3.75vw;
	}

	.div_excerpt {
		font-size: 4.0625vw;
	}


	/* パンくずリスト */
	.breadcrumb_class {
		list-style-type: none;
		margin: 0;
		display: block;
		margin-top: 60px;
	}

	div.tags a {
		font-size: 3.125vw;
	}

	.freearea-section {
		margin: 0 0 20px 0;
	}
}

div.tags {
	text-align: right;
    margin-top: 10px;
}
div.tags a {
    color: #B6821A;
/*     font-size: 3.125vw; */
    display: inline-block;
    padding-bottom: 0.46875vw;
    border-bottom: 1px dashed #B6821A;
    position: relative;
}
div.tags a:before {
    content: "";
    width: 20px;
    height: 20px;
    margin-right: 2px;
    background-image: url(https://jerseybrown.jp/wp/wp-content/themes/twentytwenty/img/tag.png);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    position: absolute;
    left: -25px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
