@charset "UTF-8";
/*----------------------------------
  カラー
------------------------------------*/
/*----------------------------------
  レスポンシブ制御関係
------------------------------------*/
body {
  min-width: 1200px;
}

@media (max-width: 1200px) {
  body {
    overflow-x: scroll;
  }
}

@media (max-width: 768px) {
  body {
    overflow-x: hidden;
    min-width: 0px;
  }
}

/*----------------------------------
  mv
------------------------------------*/
/*----------------------------------
  news
------------------------------------*/
.news {
  width: 100%;
  padding-top: 100px;
  background-color: rgba(229, 150, 194, 0.15);
  padding-bottom: 100px;
}

.news_inner {
  width: 1200px;
  margin: 0 auto;
  padding: 40px 100px 40px;
  background-color: #fff;
  text-align: center;
  position: relative;
}

.news_inner::before {
  position: absolute;
  top: 20px;
  left: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.news_inner::after {
  position: absolute;
  top: 20px;
  right: 20px;
  content: "";
  width: 17px;
  height: 17px;
  background-color: #FABF13;
  border-radius: 50%;
}

.news_inner .news_flexcontainer {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
}

.news_inner .news_flexcontainer::after {
  display: block;
  content: "";
  width: 305px;
}

.news_inner .news_content {
  display: block;
  width: 305px;
  padding-top: 48px;
}

.news_inner .news_content_pic {
  width: 100%;
  overflow: hidden;
}

.news_inner .news_content_pic img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 200px;
}

.news_inner .news_content_timecategory {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 34px;
}

.news_inner .news_content_time {
  font-size: 16px;
  letter-spacing: 1.7px;
}

.news_inner .news_content_category {
  display: inline-block;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.7px;
  margin-left: 24px;
  color: #fff;
}

.news_inner .news_content_category_sanadayama {
  width: 100px;
  background-color: #3EB370;
}

.news_inner .news_content_category_ebisu {
  width: 100px;
  background-color: #FABF13;
}

.news_inner .news_content_category_both {
  width: 145px;
  background-color: #75CCE8;
  letter-spacing: 1.4px;
}

.news_inner .news_content_titlecontainer h3 {
  margin-top: 24px;
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1.7px;
  font-weight: bold;
}

.news_inner .news_content_textcontainer {
  margin-top: 20px;
  text-align: left;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 1.7px;
  font-weight: normal;
}

@media (max-width: 768px) {
  .news {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: rgba(229, 150, 194, 0.15);
  }
  .news_inner {
    width: 90%;
    margin: 0 auto;
    padding: 0 0 20px;
  }
  .news_inner h2 {
    position: relative;
    font-size: 24px;
    line-height: calc(27 / 16);
    letter-spacing: 6px;
    font-weight: bold;
    margin-bottom: 0;
  }
  .news_inner .news_flexcontainer {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    margin: 50px auto 0;
  }
  .news_inner .news_content {
    display: block;
    width: 305px;
    margin: 0 auto;
    padding-top: 60px;
  }
  .news_inner .news_content::after {
    display: block;
    content: "";
    width: 305px;
  }
  .news_inner .news_content_pic {
    width: 100%;
    overflow: hidden;
  }
  .news_inner .news_content_pic img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 200px;
  }
  .news_inner .news_content_timecategory {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
  }
  .news_inner .news_content_time {
    font-size: 16px;
    letter-spacing: 1.7px;
  }
  .news_inner .news_content_category {
    display: inline-block;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.7px;
    margin-left: 16px;
    color: #fff;
  }
  .news_inner .news_content_category_sanadayama {
    width: 100px;
    background-color: #3EB370;
  }
  .news_inner .news_content_category_ebisu {
    width: 100px;
    background-color: #FABF13;
  }
  .news_inner .news_content_category_both {
    width: 145px;
    background-color: #75CCE8;
    letter-spacing: 1.4px;
  }
  .news_inner .news_content_titlecontainer h3 {
    margin-top: 8px;
    text-align: left;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1.7px;
    font-weight: bold;
    height: 56px;
  }
  .news_inner .news_content_textcontainer {
    margin-top: 12px;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: 1.7px;
    font-weight: normal;
    height: 78px;
  }
}

/*----------------------------------
  pagenation
------------------------------------*/
.pagenation {
  width: 300px;
  margin: 70px auto 80px;
}

.pagenation_list {
  display: flex;
  justify-content: center;
}

.pagenation_listitem {
  width: 50px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #F398C2;
  text-align: center;
  background-color: #fff;
  border: 1px solid #F398C2;
  list-style-type: none;
}

.pagenation_listitem a {
  display: block;
  text-decoration: none;
  line-height: 50px;
}

.pagenation_listitem:not(:first-child) {
  margin-left: 20px;
}

/*----------------------------------
  WPpagenation
------------------------------------*/
.pagenation {
  display: flex;
  justify-content: center;
}

.pagenation_list {
  display: flex;
  justify-content: center;
}

.wp-pagenavi {
  display: flex;
}

.wp-pagenavi .current {
  width: 50px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #F398C2;
  text-align: center;
  background-color: #fff;
  list-style-type: none;
  line-height: 50px;
}

.wp-pagenavi .current:not(:first-child) {
  margin-left: 14px;
}

.wp-pagenavi .page {
  margin-left: 14px;
  width: 50px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #F398C2;
  text-align: center;
  background-color: #fff;
  border: 1px solid #F398C2;
  list-style-type: none;
  line-height: 50px;
}

.wp-pagenavi .previouspostslink {
  display: block;
  margin-left: 14px;
  width: 50px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #F398C2;
  text-align: center;
  background-color: #fff;
  border: 1px solid #F398C2;
  list-style-type: none;
  line-height: 50px;
}

.wp-pagenavi .nextpostslink {
  display: block;
  margin-left: 14px;
  width: 50px;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  color: #F398C2;
  text-align: center;
  background-color: #fff;
  border: 1px solid #F398C2;
  list-style-type: none;
  line-height: 50px;
}

@media (max-width: 768px) {
  .pagenation {
    width: 300px;
    margin: 70px auto 20px;
  }
  .pagenation_list {
    display: flex;
    justify-content: center;
  }
  .pagenation_listitem {
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 16px;
    color: #F398C2;
    text-align: center;
    background-color: #fff;
    border: 1px solid #F398C2;
    border: 1px solid #F398C2;
    list-style-type: none;
  }
  .pagenation_listitem a {
    display: block;
    text-decoration: none;
    line-height: 30px;
  }
  .pagenation_listitem:not(:first-child) {
    margin-left: 10px;
  }
}

@media (max-width: 768px) {
  .pagenation {
    display: flex;
    justify-content: center;
  }
  .pagenation_list {
    display: flex;
    justify-content: center;
  }
  .wp-pagenavi {
    display: flex;
  }
  .wp-pagenavi .current {
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #F398C2;
    text-align: center;
    background-color: #fff;
    list-style-type: none;
    line-height: 30px;
  }
  .wp-pagenavi .current:not(:first-child) {
    margin-left: 14px;
  }
  .wp-pagenavi .page {
    margin-left: 8px;
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #F398C2;
    text-align: center;
    background-color: #fff;
    border: 1px solid #F398C2;
    list-style-type: none;
    line-height: 30px;
  }
  .wp-pagenavi .previouspostslink {
    display: block;
    margin-left: 8px;
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #F398C2;
    text-align: center;
    background-color: #fff;
    border: 1px solid #F398C2;
    list-style-type: none;
    line-height: 30px;
  }
  .wp-pagenavi .nextpostslink {
    display: block;
    margin-left: 8px;
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 14px;
    color: #F398C2;
    text-align: center;
    background-color: #fff;
    border: 1px solid #F398C2;
    list-style-type: none;
    line-height: 30px;
  }
  .wp-pagenavi .current:not(:first-child) {
    margin-left: 8px;
  }
}
/*# sourceMappingURL=style.css.map */
