@charset "UTF-8";

/* カラー *
base ピンク　{ color: #ff8c82 }
薄ピンク　{ color: #fff6f5 } */
.fit_img {
  object-fit: cover;
  font-family: 'object-fit:cover';
}

/* TypeType - TT Chocolates Medium */
@font-face {
  font-family: 'TTC';
  src: url('../font/TTChocolates-medium.otf') format('truetype');
  font-weight: 400;
}

/* TypeType - TT Chocolates bold */
@font-face {
  font-family: 'TTC';
  src: url('../font/TTChocolates-bold.otf') format('truetype');
  font-weight: 700;
}

/*----------------------- news　一覧 ---------------------------*/
.news_archive {
  width: 1200px;
  margin: 0 auto 150px;
  position: relative
}

@media only screen and (max-width: 1400px) {
  .news_archive {
    width: calc(100% - 160px);
    margin: 0 80px 150px
  }
}

@media only screen and (max-width: 767px) {
  .news_archive {
    width: 90%;
    margin: 0 auto 80px
  }
}

.pagettl_type2 {
  text-align: center;
  padding-bottom: 100px;
  margin-bottom: 100px;
  border-bottom: 1px solid #ff8c82
}

.pagettl_type2 h2 {
  position: relative;
  text-align: center;
  font-family: 'TTC';
  font-weight: 700;
  font-size: 60px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #ff8c82
}

.pagettl_type2 h2 span {
  font-size: 10px;
  margin-bottom: 10px;
  display: block
}

@media only screen and (max-width: 767px) {
  .pagettl_type2 {
    padding-bottom: 40px;
    margin-bottom: 40px
  }

  .pagettl_type2 h2 {
    font-size: 40px
  }

  .pagettl_type2 h2 span {
    font-size: 14px;
  }
}

/* リスト　*/
.news_list {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.news_list:after {
  content: "";
  display: block;
  width: 30%;
}

.news_list li {
  width: 31%;
  margin-bottom: 50px
}

.news_list_img {
  width: 100%;
  height: 0;
  line-height: 0;
  margin-bottom: 4px;
  overflow: hidden;
  padding-bottom: 66%;
  position: relative
}

.news_list_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.list_dateCate_box {
  margin-bottom: 10px
}

.list_dateCate_date {
  display: inline-block;
  font-size: 14px;
  margin-right: 12px
}

.list_dateCate_cate {
  font-size: 13px;
  line-height: 13px;
  display: inline-block;
  border: 1px solid #ff8c82;
  color: #ff8c82;
  padding: 5px;
}

.news_list_txt {
  font-weight: 700;
  line-height: 1.6;
  height: 48px;
  overflow: hidden
}

@media only screen and (max-width: 767px) {
  .news_list li {
    width: 100%;
    margin-bottom: 25px
  }

  .news_list li a:after {
    content: "";
    clear: both;
    display: block
  }

  .news_list_img {
    float: left;
    width: 38%;
    height: auto;
    padding-bottom: 0
  }

  .news_list_img img {
    width: 100%;
    height: auto;
    position: static;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
  }

  .list_data_box {
    margin-bottom: 10px;
    float: right;
    width: 58%
  }

  .list_dateCate_box {
    margin: -8px 0 5px
  }

  .news_list_txt {
    height: auto;
    line-height: 1.4;
    font-size: 15px
  }
}

/* プラグイン　ページナビ用 */
.wp-pagenavi {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
}

.wp-pagenavi .pages {
  display: none
}

.wp-pagenavi .current,
.wp-pagenavi .page {
  padding: 0;
  display: inline-block;
  background-color: #f0f0f0;
  border: none;
  line-height: 40px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 0 10px
}

.wp-pagenavi a:hover {
  border: none;
  background-color: #999;
  opacity: 1;
}

.wp-pagenavi .current {
  color: #fff;
  background-color: #646464;
  border: none
}

.wp-pagenavi a.previouspostslink,
.wp-pagenavi a.nextpostslink {
  padding: 0;
  border: none;
  line-height: 40px;
  font-size: 20px;
  font-weight: normal;
  width: 40px;
  height: 40px;
  margin: 0;
  background-color: transparent;
  ;
  color: #333
}

.wp-pagenavi a.previouspostslink:hover,
.wp-pagenavi a.nextpostslink:hover {
  color: #fff;
  background-color: transparent;
}

.wp-pagenavi .first,
.wp-pagenavi .last {
  border: none;
  padding-top: 6px
}

.wp-pagenavi .extend {
  border: none
}

@media only screen and (max-width: 767px) {

  .wp-pagenavi .current,
  .wp-pagenavi .page {
    margin: 0 4px
  }
}

/*----------------------- news　詳細 ---------------------------*/
.news_single {
  width: 800px;
  margin: 0 auto 150px;
  position: relative
}

.news_single_section {
  margin-bottom: 100px
}

@media only screen and (max-width: 1300px) {
  .news_single {
    box-sizing: border-box;
    width: calc(100% - 160px);
    margin: 0 80px 150px
  }

  .news_single_section {
    width: 100%;
    max-width: 800px;
    margin: 0 auto 100px
  }
}

@media only screen and (max-width: 767px) {
  .news_single {
    width: 90%;
    margin: 0 auto 80px
  }

  .news_single_section {
    margin-bottom: 60px
  }
}

.detail_dateCate_box {
  margin-bottom: 20px
}

.detail_dateCate_date {
  display: inline-block;
  font-family: 'TTC';
  font-size: 16px;
  margin-right: 12px
}

.detail_dateCate_cate {
  font-size: 14px;
  line-height: 1;
  display: inline-block;
  border: 1px solid #ff8c82;
  color: #ff8c82;
  padding: 2px 5px
}

h3.detail_h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px
}
