@charset "utf-8";

.Pagettl{
  padding: 160px 0 80px 0;
  text-align: center;
}

.Pagettl h2{
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  letter-spacing: 0.025em;
  font-size: 7rem;
  position: relative;
  padding-top: 82px;
}
.Pagettl h2:before{
  content: '';
  display: block;
  background: url("../images/ttl_icon.png") no-repeat center;
  background-size: 100%;
  width: 231px;
  height: 82px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.sttl_search{
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 20px;
}

  @media screen and (max-width:1024px){
    .Pagettl h2{font-size: 5rem;}
  }
  @media screen and (max-width:767px){
    .Pagettl{
      padding: 80px 0 40px 0;}
    .Pagettl h2{font-size: 3.6rem; padding-top: 41px;}
    .Pagettl h2:before{
      width: 115px;
      height: 41px;}
    
    .sttl_search{font-size: 1.6rem;}
  }

/*column*/
.Entry_head{
  position: relative;
  margin-bottom: 20px;
}
.Entry_ttl{
  font-size: 3rem;
  padding-right: 100px;
  line-height: 1.6;
  font-weight: 600;
}



.Entry_head .column_ctg{
  top: 40px;
  right: 20px;
}
.Entry_kv{
  margin-bottom: 40px;
}
.Entry_txt_wrap p{margin-bottom: 50px;}


.wp-block-table .has-fixed-layout{
  width: auto !important;
  margin-bottom: 50px;
}
.wp-block-table td,.wp-block-table th{
  padding: 5px 40px 5px 0;
  border: none;
}

.Entry_txt_wrap a{
  color: #05a8e3;
  text-decoration: underline;
}

.Entry_sttl{
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.Entry_sttl:before{
  content: '⚫︎ ';
  color: #FF6C26;
}

.Side_ttl{
  font-size: 2.4rem;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}

.Side_sttl{
  margin-bottom: 15px;
  font-size: 1.8rem;
  font-weight: 900;}

.Side_block + .Side_block{
  margin-top: 50px;
} 
ul.Side_list li{
  margin-bottom: 10px;
}
ul.Side_list li a{
  display: block;
  position: relative;
  padding-left: 15px;
}
ul.Side_list li a:before{
  content: '- ';
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}

.Search_area{
  position: relative;
}
.Search_area input.search_txt{
  height: 60px;
  box-sizing: border-box;
  width: 100%;
  border-radius: 30px;
  
  display: block;
  padding: 5px 20px 5px 60px;
  font-size: 1.6rem;
  background: #e9f4f3;
  border: none;
}
button.search_btn{
  border: none;
  background: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 20px;
  cursor: pointer;
}

.pagination{
  margin-top: 100px;
  text-align:center;
}

.page-numbers{
  display: flex;
  justify-content: center;
}
.page-numbers li{
  margin: 0 5px;
  width: 50px;
  height: 50px;
  vertical-align: middle;
}
.page-numbers li a{
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  line-height: 50px;
  border-radius: 50px;
}
.page-numbers li a:hover{
  opacity: 0.8;
  transition: 0.5s;
}

.page-numbers li span.current{
  background: #000;
  color: #FFF;
  width: 100%;
  height: 100%;
  border: 1px solid #000;
  border-radius: 50px;
  line-height: 50px
}

a.next,
a.prev{
  text-indent: -9999px;
  border: none !important;
  overflow: hidden;
  position: relative;
}
a.next:after{
  background-image: url("../images/arrow_bl.png");
}
a.prev:after{
  background-image: url("../images/arrow_bl_back.png");
}

a.next:after,
a.prev:after{
  content: '';
  display: block;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
    @media screen and (min-width:768px){
      .Main .column_box{
         width: 47.5%;
       }
    }
    
    @media screen and (min-width:1025px){
     .Entry_contents{
       display: flex;
       justify-content: space-between;
       flex-direction: row-reverse;
     }
     .Main{
       width: 74.5%;
     }
     
     
     .Side{
       width: 20%;
     }
    }
    @media screen and (max-width:1024px){
      .Entry_ttl{
        font-size: 2rem;}
        
      .Main{
        margin-bottom: 100px;}
      
      .pagination{
        margin-top: 50px;}
        
      .page-numbers li{
        width: 30px;
        height: 30px;
      }
      .page-numbers li a,
      .page-numbers li span.current{
        line-height: 30px;
        border-radius: 30px;
      }
      
      a.next:after,
      a.prev:after{
        width: 25px;
        height: 25px;
      }
}  
    @media screen and (max-width:767px){
      .Entry_ttl{
        font-size: 1.8rem;}
      
      .Entry_sttl{
        font-size: 1.6rem;}
    }

/*gallery*/

.gallery_img{
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow:hidden;
  position: relative;
}
.gallery_img img{
  width: 150%;
  max-width: 150%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.gallery{
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;}


  @media screen and (min-width:768px){
      .gallery_box{
          margin-bottom: 30px;
          width: 32%;
        } 

      .gallery:after{
        content: '';
        display: block;
        width: 32%;
      }
  }  
  @media screen and (max-width:767px){
      .gallery_box{
        width: 48%;
        margin-bottom: 20px;
      }
    
  }
  
