@charset "UTF-8";
@import url("root.css");

/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:767px */
/* タブレット：min-width:768px */
/* PC：min-width:1025px */
/***************************************
---------------- SHOP ----------------
***************************************/
.news01 .container .txt001 {
  margin: 0;
  margin-bottom: 20px;
}

.news01 .container .newsbox .row{
  row-gap: 40px;
}

@media ( max-width : 767px ) {
  .news01 .container .newsbox .row{
    row-gap: 30px;
  }
}

.news01 .container .newsbox .newslist .newsflex .imgbox {
  width: 100%;
  padding-top: calc(100% / 3 * 2);
  position: relative;
}

.news01 .container .newsbox .newslist .newsflex .imgbox img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  object-fit: cover;
  object-position: top;
}


.news01 .container .newsbox .newslist .newsflex .txtbox {
  width: 100%;
  margin-top: 10px;
}

.news01 .container .newsbox .newslist .newsflex .txtbox .txtflex {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}

.news01 .container .newsbox .newslist .newsflex .txtbox .txtflex .date {
  margin: 0;
  padding-bottom: 4px;
}

.news01 .container .newsbox .newslist .newsflex .txtbox .txtflex .cat {
  margin: 0;
  background: #84ccc9;
  padding: 5px 10px 7px 10px;
  color: white;
}

@media (max-width: 767px) {
  .news01 .container .newsbox .newslist .newsflex .txtbox .txtflex .cat {
    padding: 2px 10px 4px 10px;
  }
}

.news01 .container .newsbox .newslist .newsflex .txtbox .txtflex .cat.cat2 {
  background: #ee7474;
}

.news01 .container .newsbox .newslist .newsflex .txtbox .ttl {
  font-weight: bold;
  font-size: 18px;
  margin: 0;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .news01 .container .newsbox .newslist .newsflex .txtbox .ttl {
    font-size: 16px;
  }
}

.news01 .container .newsbox .newslist .newsflex .txtbox .text {
  margin: 0;
}

.news_detail .borderbox {
  padding: 40px;
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  .news_detail .borderbox {
    padding: 10px;
  }
}

.news_detail .borderbox .infotxtflex {
  display: flex;
  align-items: center;
  padding-top: 10px;
  gap: 20px;
  margin-bottom: 15px;
}

.news_detail .borderbox .infotxtflex .date {
  margin: 0;
  padding-top: 2px;
  padding-bottom: 4px;
}

.news_detail .borderbox .infotxtflex .cat {
  margin: 0;
  background: #84ccc9;
  padding: 5px 10px 7px 10px;
  color: white;
}

@media (max-width: 767px) {
  .news_detail .borderbox .infotxtflex .cat {
    padding: 2px 10px 4px 10px;
  }
}

.news_detail .borderbox .infotxtflex .cat.cat2 {
  background: #ee7474;
}

.news_detail .borderbox .imgflex {
  display: flex;
  gap: 4%;
  position: relative;
}

@media (max-width: 767px) {
  .news_detail .borderbox .imgflex {
    display: block;
  }
}

.news_detail .borderbox .imgflex .img01 {
  width: 48%;
}

@media (max-width: 767px) {
  .news_detail .borderbox .imgflex .img01 {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .news_detail .borderbox .imgflex .img01:not(:last-child) {
    margin-bottom: 10px;
  }
}

.news_detail .btn001 {
  margin-top: 30px;
}

@media (max-width: 767px) {
  .news_detail .btn001 {
    margin-top: 15px;
  }
}