﻿@charset "utf-8";
/* CSS Document */

/*--------------------------------------
    archive news
--------------------------------------*/

.archive.news{
    font-size:18px;
}
.archive.news .contentWidth{
    margin: 100px auto 100px auto;
}
.archive.news .box{
    display: flex;
    justify-content: space-between;
    padding: 0 110px 80px 110px;
    margin-bottom: 80px;
    border-bottom: 1px solid #707070;
}
.archive.news .box .picArea{
    width:400px;
}
.archive.news .box .picArea .pic{
    width:400px;
    height:300px;
}
.archive.news .box .picArea .pic img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.archive.news .box .textArea{
    width:540px;
}
.archive.news .box .textArea .status{
    height:36px;
    display: flex;
    align-items: center;
    gap:25px;
    font-weight: bold;
    margin-bottom: 15px;
}
.archive.news .box .textArea .status .category{
    width:100px;
    height:36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#FFFFFF;
    border-radius: 7px;
}
.archive.news .box .textArea .status .category.yuyusou{
    background: #CA455A;
}
.archive.news .box .textArea .status .category.mashima{
    background: #5C6F24;
}
.archive.news .box .textArea .status .category.daycare{
    background: #6C8DAA;
}
.archive.news .box .textArea h3{
    font-weight: bold;
    font-size:26px;
    line-height: 36px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom:2px solid #002C67;
}
.archive.news .box .textArea .text{
    line-height: 1.8;
}
.archive.news .box .textArea .btn001{
    width:350px;
    height:60px;
    margin-top: 30px;
}
@media (max-width: 768px) {
    .archive.news{
        font-size:14px;
    }
    .archive.news .contentWidth{
        margin: 50px auto 50px auto;
    }
    .archive.news .box{
        display: block;
        padding: 0 20px 30px 20px;
        margin-bottom: 30px;
    }
    .archive.news .box .picArea{
        width:100%;
        margin-bottom: 20px;
    }
    .archive.news .box .picArea .pic{
        width:100%;
        height:auto;
        aspect-ratio:4 / 3;
    }
    .archive.news .box .textArea{
        width:100%;
    }
    .archive.news .box .textArea h3{
        font-size:20px;
        line-height: 30px;
    }
    .archive.news .box .textArea .btn001{
        width:240px;
        margin-top: 20px;
    }
}

/*--------------------------------------
    page-nav
--------------------------------------*/

.page-nav {
  padding: 20px 0;
  display: flex;
  justify-content: center;
}
.page-nav .wp-pagenavi * {
  letter-spacing: 0;
}
.page-nav .wp-pagenavi {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  padding-left: 0;
  margin: 0 auto;
  position: relative;
}
.page-nav .wp-pagenavi a,
.page-nav .wp-pagenavi span{
  margin: 2px;
  font-size: 100%;
  text-align: center;
}
.page-nav .wp-pagenavi .page{
  display: block;
  width: 40px;
  height: 40px;
  background-color: #FFF6F8;
  line-height: 40px;
}
.page-nav .wp-pagenavi .current {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: #CA455A;
  color: #fff;
}
.page-nav .wp-pagenavi .previouspostslink{
  display: block;
  width: 40px;
  height: 40px;
  color: #000000;
  line-height: 40px;
  border-color: transparent;
  position: absolute;
  top:0;
  right:calc(100% + 2px)
}
.page-nav .wp-pagenavi .nextpostslink{
  display: block;
  width: 40px;
  height: 40px;
  color: #000000;
  line-height: 40px;
  border-color: transparent;
  position: absolute;
  top:0;
  left:calc(100% + 2px)
}
@media screen and (max-width: 600px) {
  .page-nav {
    padding: 10px 0;
  }
  .page-nav .wp-pagenavi .page,
  .page-nav .wp-pagenavi .current,
  .page-nav .wp-pagenavi .previouspostslink,
  .page-nav .wp-pagenavi .nextpostslink{
    box-sizing: border-box;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 87.5%;
  }
}

/*--------------------------------------
    single news
--------------------------------------*/

.single.news{
    font-size:18px;
}
.single.news .contentWidth{
    margin: 100px auto 100px auto;
}
.single.news .titleArea .status{
    height:36px;
    display: flex;
    align-items: center;
    gap:25px;
    font-weight: bold;
    margin-bottom: 15px;
}
.single.news .titleArea .status .category{
    width:100px;
    height:36px;
    display: flex;
    justify-content: center;
    align-items: center;
    color:#FFFFFF;
    border-radius: 7px;
}
.single.news .titleArea .status .category.yuyusou{
    background: #CA455A;
}
.single.news .titleArea .status .category.mashima{
    background: #5C6F24;
}
.single.news .titleArea .status .category.daycare{
    background: #6C8DAA;
}
.single.news .titleArea h3{
    font-weight: bold;
    font-size:26px;
    line-height: 36px;
    padding-bottom: 15px;
    margin-bottom: 70px;
    border-bottom:2px solid #002C67;
}
.single.news .titleArea .text{
    line-height: 1.8;
}
.single.news .btn001{
    height:60px;
}
.single.news .btn001 a span::before {
    content: "";
    background: url(../common/images/icon_arrow_back.png) no-repeat center center / contain;
    width: 23px;
    height: 6px;
    display: block;
}
.single.news .btn001 a span::after {
    display: none;
}
@media (max-width: 768px) {
    .single.news{
        font-size:14px;
    }
    .single.news .contentWidth{
        margin: 50px auto 50px auto;
    }
    .single.news .titleArea h3{
        font-size:20px;
        line-height: 30px;
        margin-bottom: 30px;
    }
}