@charset "utf-8";
/* CSS Document */

/*category共通CSS*/

@media screen and (min-width: 768px){
body.page .logo-icon img{
    max-width: 150px;
}
body.category-news .menu-container .news-page a:after,
body.category-blog .menu-container .blog-page a:after{
    transform: scale(1, 1);}

}

/* 固定ページ共通H1 -------------------------------------- */
.balloon1 {
  position: relative;
  margin:0 0 20px;
  padding: 7px 10px 30px;
  background: #FCFAE1;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  box-sizing: border-box;
}
/* 上の黄色部分の三角 */
.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 20px solid transparent;
  border-top: 20px solid #FCFAE1;
}
/* アイコンのマージン */
.balloon1 img {
  width: auto; /* アイコンの横幅のサイズ */
  height: 40px; /* アイコンの高さは自動指定 */
  margin: 16px auto 0;
    display: block;
}
.balloon1 p {
  font-size: 23px; /* 文字のサイズ */
  color: #2BA7D5; /* 文字の色 */
  letter-spacing: 0.1em; /* 文字の行間 */
  margin: 9px auto; /* 文字 上のマージン10px 真ん中 */
  padding-bottom: 7px; /* 下線と文字の距離 */
  border-bottom: dashed 3px #2BA7D5; /* 下線 */
  display: inline-block;
}




/* お知らせSP -------------------------------------- */
body.category #category-news {
    margin: 0 25px 50px 25px;
}

body.category #category-news .list li {
    width: 100%;
    position: relative;
    border-bottom: 2px solid #2BA7D5;
    padding: 16px 20px 16px 0;
    box-sizing: border-box;
    cursor: pointer;
}
body.category #category-news .list li:hover {
    opacity: 0.7;
}

body.category #category-news .list li:first-child{
    margin-top: 30px;
    border-top: 2px solid #2BA7D5;
}

body.category #category-news .list li .ttl::after {
    font-family: "Font Awesome 5 Free";
    margin: 0 0 0 10px;
    display: inline-block;
    content: "\f105";
    color: #2BA7D5;
    font-weight: bold;
    position: absolute;
    right: 0;
    top: 46%;
    top: calc(50% - 10px);
    font-size: 20px;
}

body.category #category-news .list li .ttl {
   width : -webkit-calc(100% - 110px) ;
   width : calc(100% - 110px) ;
    float: left;
}

body.category #category-news .list li.no-img .ttl{
    width: 100%;
}

body.category #category-news .list li .ttl a{
color: #323333;
    font-weight: bold;
    line-height: 1.3em;
}

body.category #category-news .list li .ttl .date{
    padding-bottom: 5px;
    font-size: 80%;
    display: block;
color: #888;
}

body.category #category-news .list li .ttl p{
font-size: 80%;
    padding: 6px 0 0 0;
    line-height: 1.4em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.category #category-news .list li .eyeCatch{
    float: right;
    width: 90px;
    height: 90px;
}


body.category #category-news .list li.no-img .eyeCatch{
    display: none;
}

body.category #category-news .list li .eyeCatch img{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
}

body.category #category-news .list li .icn_important{
    background: #E50047;
    color: #fff;
    display: inline-block;
    padding: 1px 10px 2px;
    border-radius: 100px;
    margin-bottom: 2px;
    line-height: 1.5em;
    font-size: 80%;
}

body.category .pagination {
    margin-top:16px;
}

body.category .pagination .page-numbers{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

body.category .pagination .page-numbers li{
    padding: 0 4px;
    margin-bottom: 8px;
        line-height: 20px;
    font-size: 100%;
    font-weight: bold;
    
    
}

body.category .pagination .page-numbers li a{
    background: #eee;
    display: block;
    padding:4px 10px 6px;
    
    border-radius: 6px;
    text-decoration: none;
}

body.category .pagination .page-numbers li .current{
    display: block;
    padding:4px 2px 6px;
}

/* お知らせ・ブログSP -------------------------------------- */
body.single .single-inner {
    margin: 30px 25px 50px 25px;
}

body.single .single-inner .date {
    padding-bottom: 10px;
    font-size: 80%;
    display: block;
    color: #888;
}

body.single .single-inner .icn_important{
        background: #E50047;
    color: #fff;
    display: inline-block;
    padding: 1px 10px 3px;
    border-radius: 100px;
    margin-bottom: 2px;
    line-height: 1.5em;
    font-size: 80%;
}

body.single .single-inner h1{
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 8px;
    line-height: 1.3em;
}

body.single .single-inner .textbox{
    font-size: 90%;
    line-height: 1.7em;
}

body.single .single-inner .textbox p{
    margin-bottom: 1em;
}

body.single .single-inner .textbox ul{
    background: #eee;
    padding: 16px 20px 10px 16px;
    border-radius: 8px;
}
body.single .single-inner .textbox ul li {
    padding-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
body.single .single-inner .textbox ul li:before{
    content: "・";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

body.single .single-inner .textbox h2,
body.single .single-inner .textbox h3,
body.single .single-inner .textbox h4{
    font-weight: bold;
    margin: 20px 0 8px;
    font-size: 16px;
}
body.single .single-inner .textbox h2{
    color: #fff;
    background: #2BA7D5;
    padding:12px 14px 14px;
    border-radius: 6px;
    
}
body.single .single-inner .textbox h3{
    color: #2BA7D5;
    border-top: 2px solid #2BA7D5;
    border-bottom: 2px solid #2BA7D5;
    padding: 10px 0;
}
body.single .single-inner .textbox h4{
    color: #2BA7D5;
}
body.single .single-inner .textbox table{
width: 100%;
    margin-bottom: 20px;
}

body.single .single-inner .textbox table th,
body.single .single-inner .textbox table td,
body.single .single-inner .textbox table th:nth-child(2),
body.single .single-inner .textbox table th:nth-child(3){
    font-size: 90%;
    background: #fff;
    color: #323333;
        padding: 8px 4px;
}
body.single .single-inner .textbox table th,
body.single .single-inner .textbox table th:nth-child(2),
body.single .single-inner .textbox table th:nth-child(3){
    background: #5FB8D8;
    color: #fff;
}
body.single .single-inner .textbox figcaption{
font-size: 80%;
        margin-top: 0;
    color: #888;
}
body.single .single-inner .textbox .wp-block-image{
    text-align: center;
}

body.single .single-inner .prevnext{
    display: flex;
    justify-content: center;
    margin: 40px 0 50px;
    line-height: 24px;
    font-size: 100%;   
}





body.single .single-inner .prevnext a{
    margin: 0 4px;
    background: #eee;
    display: block;
    padding: 4px 10px 6px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: bold;
}


/* ブログSP -------------------------------------- */
body.category #category-blog{
margin: 30px 25px 50px 25px;
}
body.category #category-blog .list{
    display: flex;
    flex-wrap:wrap;
}

body.category #category-blog .list li {
    width:49%;
    box-sizing: border-box;
    border: 2px solid #2BA7D5;
    padding: 0 0 10px;
    margin-bottom: 8px;
    margin-right: 2%;
    cursor: pointer;
}

body.category #category-blog .list li:nth-child(2n){
    margin-right: 0;
}

body.category #category-blog .list li:hover{
    opacity: 0.7;
}

body.category #category-blog .list li .eyeCatch{
    width: 100%;
    height: 80px;
}

body.category #category-blog .list li .eyeCatch img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

body.category #category-blog .list li .ttl .date {
    padding: 6px 8px 2px;
    font-size: 80%;
    display: block;
    color: #888;
}

body.category #category-blog .list li .ttl a{
    padding: 0 6px;
    color: #323333;
    font-weight: bold;
    line-height: 1.3em;
    font-size: 90%;
    display: block;
        overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media screen and (min-width: 768px) {
  /* 固定ページ共通H1 -------------------------------------- */
.balloon1 {
    display: block;
    /* position: relative; */
    /* height: 250px; */
    margin: 0 0 60px;
    padding: 1px 10px 40px;
    background: #FCFAE1;
    text-align: center;
    font-family: 'Noto Serif JP', serif;
    bottom: 0; /* 吹き出しから下のボトム */
    /* overflow: hidden; */
  }
  /* 上の黄色部分の三角 */
.balloon1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -25px;
    border: 20px solid transparent;
    border-top: 20px solid #FCFAE1;
  }
  /* アイコンのマージン */
.balloon1 img {
width: auto;
    height: auto;
    max-height: 66px;
    margin: 59px auto 4px;
  }
.balloon1 p {
    font-size: 28px; /* 文字のサイズ */
    color: #2BA7D5; /* 文字の色 */
    letter-spacing: 0.1em; /* 文字の行間 */
    margin: 18px auto; /* 文字 上のマージン10px 真ん中 */
    padding-bottom: 7px; /* 下線と文字の距離 */
    border-bottom: dashed 3px #2BA7D5; /* 下線 */
  }
}


/* お知らせPC -------------------------------------- */
@media screen and (min-width: 768px) {
#category-list{
    width: 60%;
    min-width: 900px;
    margin: 0 auto;
}
    
    body.category #category-news .list li{
        
    padding: 26px 40px 26px 20px;
        
    }
    
    body.category #category-news .list li .ttl::after{
       right: 10px;
    }
    
    body.category #category-news .list li .ttl a{
        font-size: 20px;
    }
    body.category #category-news .list li .ttl .date{
    padding-bottom: 8px;
    font-size: 12px;
    }
    
    body.category #category-news .list li .ttl p{
        font-size: 14px;
            padding-top: 10px;
    }
    
    body.category #category-news .list li .eyeCatch {
    float: right;
    width: 150px;
    height: 110px;
}body.category #category-news .list li .ttl {
    width: 680px;
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
}
    body.category .pagination .page-numbers li {
    padding: 0 8px;
    line-height: 30px;
}
    body.category .pagination .page-numbers li a {
        padding: 4px 14px 6px;}
    
    body.category .pagination {
    margin-top: 30px;
}
    
    }

@media screen and (max-width: 900px) {
    #category-list{
    min-width: auto;
    max-width: 100%;
    width: 100%;
}
}

/* お知らせ・ブログPC -------------------------------------- */
@media screen and (min-width: 768px) {
body.single .single-inner {
    width: 60%;
    min-width: 900px;
    margin: 0 auto;
}
    body.single .single-inner .date{
            padding-bottom: 18px;
    }
    body.single .single-inner .icn_important{
        font-size: 90%;
        margin-bottom: 4px;
    }
    
body.single .single-inner h1 {
    font-size: 30px;
    padding-bottom: 20px;
}
    body.single .single-inner .textbox{
    line-height: 1.5em;
    font-size: 100%;
    }
    body.single .single-inner .textbox p{
        
    }
    
    body.single .single-inner .textbox h2,
    body.single .single-inner .textbox h3,
    body.single .single-inner .textbox h4{
        font-size: 18px;
        
    }
    body.single .single-inner .prevnext {
    padding: 0 8px;
    line-height: 30px;
}body.single .single-inner .prevnext a{
        margin: 0 6px;
    }
    }
@media screen and (max-width: 900px) {
    body.single .single-inner{
    min-width: auto;
    max-width: 100%;
    width: 90%;
    margin: 30px auto 50px;
}
}

/* お知らせSP -------------------------------------- */

@media screen and (min-width: 768px) {
    
    body.category #category-blog,
    body.category #category-news{
        min-height: 350px;
    }
    
body.category #category-blog .list li,
body.category #category-blog .list li:nth-child(2n){
    width:32%;
    margin-right: 2%;
    margin-bottom: 18px;
}
    
    body.category #category-blog .list li:nth-child(3n){
        margin-right: 0;
    }
    
    body.category #category-blog .list li .eyeCatch {
    height: 180px;
}
    
    body.category #category-blog .list li .ttl .date {
    padding:12px 0 4px 12px;
    font-size: 12px;
}
    body.category #category-blog .list li .ttl a{
           font-size: 18px;
        padding: 0 12px 8px 12px;
    }
    }
@media screen and (max-width: 900px) {
body.category #category-blog,
    body.category #category-news{
    min-width: auto;
    max-width: 100%;
    width: 90%;
    margin: 30px auto 50px;
}
    

}