body{
  margin:0;
  padding:0;
  font-family: serif;
}
  
  header {
    position: fixed;
    width: 100%;
    height: 90px;  
    font-family: serif;
    z-index: 999;
  }
  
  #nav{
    position: absolute;
    height: 100vh;
    width: 400px;
    left: -400px;
    top: 0;
    background: rgba(235, 235, 235, 0.85);
    transition: .7s;
    z-index: 250;
  }
  #nav ul{
    padding-top: 150px;
    padding-left: 50px;
    letter-spacing: 1.5px;
  }
  #nav ul li{
    list-style-type: none;
    font-size: 16px;
    font-weight: bold;
  }
  #nav .activfour{
    font-size: 0.86rem;
    padding-left: 2rem;
  }
  #nav .activfour::before{
    content:  "";
    width:  1rem;
    height: 1px;
    background: rgba(0, 0, 0, 0.51);
    position: absolute;
    z-index: 99;
    margin-top: 18px;
    margin-left: 6px;
  }
  #nav a{
    display: block;
    text-decoration: none;
    color: #000000;
    margin: 0 15px;
    padding:5px 0 0 15px;
    transition: .5s;
  }
  #nav li a:hover{
    color: #ffffff;
    background: #000000;
    border-bottom: none;
  }
  #hamburger {
    display: block;
    position: absolute;
    top: 20px;
    left: 30px;
    width: 50px;
    height: 44px;
    cursor: pointer;
    transition: 1s;
    z-index:999;
  }
  #hamburger img{
    height: 110px;
    transition: 0.5s;
    padding: 10px;
    background: rgb(255 255 255 / 50%);
    box-shadow: 0px 0px 5px 5px rgb(255 255 255 / 50%);
    border-radius: 20px;
  }
  #hamburger img:hover{
    margin-top: 5px;
  }
  nav #headerclose{
    display: none;
    padding: 50px 0 0 320px;
    margin: 0;
    cursor: pointer;
  }
  nav #headerclose p{
    border: 1px solid;
    width: 55px;
    transition: 1s;
    text-align: center;
    font-weight: bold;
  }
  nav #headerclose p:hover{
    color: #ffffff;
    background-color: rgba(0,0,0,1);
  }
  #nav .header_maki_buy {
    border: 1px solid;
    width: 61%;
    text-align: center;
    padding: 0;
  }
  #nav #maki_chop {
    margin: 10px 15px;
    background-color: #957b6570;
  }
  nav .header_maki_buy:hover{
    color: #ffffff;
    background-color: rgba(0,0,0,1);
  }
  .in {
    transform: translateX(100%);
  }
  .scroll_hamburger_white{
    display: none;
  }
  .over_close{
    cursor: pointer;
    height: 100vh;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    transition: all 0.6s;
    visibility: hidden;
    width: 100vw;
    z-index: 100;
  }
  .into .over_close{
      visibility: visible;
      opacity: 0.8;
  }
  .isActive_white{
    display: none;
  }
  .isActive_black{
    display: block;
  }
  @media screen and (max-width: 750px) {
    #header #hamburger {
        display: none;
    }
    #headerclose{
      display: none;
    }
    #nav{
      display: none;
    }
  }
  #common-box::before {
  content:  "";
  width:  2px;
  height: 122px;
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  left: 50%;
  bottom: -60px;
  z-index: 99;
  }
  #common-box .common-top-midashi {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  }
  #common-box .common-top-midashi h2 {
  margin: 0;
  font-size: 2.7rem;
  letter-spacing: 0.2em;
  text-shadow: 1px 2px 5px #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
  #common-box .common-top-midashi h2 span {
  font-size: 1.8rem;
  width: 100%;
  text-align: center;
  margin-bottom: 0.7em;
  }
  
  
  #box_wrapper{
  width: 100%;
  }
  #box_wrapper .grid_box{
  display:grid;
  grid-template-columns: repeat(3, 1fr)auto;
  grid-template-rows: 50% 4fr 1fr;
  grid-auto-rows: 50%;
  }
  #box_wrapper .grid_box >div{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: table;
  }
  #box_wrapper .grid_box h2,h3{
  margin: 0;
  }
  #box_wrapper .grid_box .title_name{
  margin-left: 40px;
  padding-top: 30px;
  color: #fff;
  }
  #box_wrapper .box1{
  grid-column-start: 1;
  grid-column-end: 1;
  grid-row-start: 1;
  grid-row-end: 5;
  width: 75%;
  margin: auto auto;
  height: 500px;
  }
  #box_wrapper .box1 h2{
  padding-bottom: 10%;
  }
  #box_wrapper .box1 h3{
  padding-top: 10%;
  }
  #box_wrapper .box1 p{
  line-height: 2;
  overflow-wrap: break-word;
  }
  #box_wrapper .box1 .word::after{
  content:"";
  width:calc(100% - 165px);
  height: 1px;
  margin-left:10px;
  display: inline-block;
  background-color: #707070;
  }
  #box_wrapper .box1 a::before{
  content:"";
  width:calc(100% - 75px);
  height: 1px;
  margin-right: 10px;
  display: inline-block;
  background-color: #707070;
  }
  #box_wrapper a,a::before{
  transition: text-shadow .5s;
  text-decoration: none;
  color: #000;
  }
  #box_wrapper a:hover{
  text-shadow: 4px 4px 4px  rgb(0 0 0 / 40%);
  }
  #box_wrapper .bgc{
  background: linear-gradient(180deg,rgba(0,0,0,0.4), transparent);
  width: 100%;
  height: 100%;
  transition: 1.5s;
  }
  #box_wrapper .bgc:hover{
  background-color: rgba(0, 0, 0, 0.8);
  }
  #box_wrapper .box2{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 1;
  background-image:url(https://npo-kirikirikoku.sakura.ne.jp/wp-content/uploads/2021/09/turituri-scaled.jpg) ;
  height: 300px;
  }
  #box_wrapper .box3{
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 1;
  background-image: url(https://npo-kirikirikoku.sakura.ne.jp/wp-content/uploads/2021/09/makimk3-scaled.jpg);
  height: 300px;
  }
  #box_wrapper .box4{
  grid-column-start: 2;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 5;
  background-image: url(https://npo-kirikirikoku.sakura.ne.jp/wp-content/uploads/2021/09/hito-scaled.jpg);
  height: 300px;
  }
  #box_wrapper .box5{
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 4;
  background-image: url(https://npo-kirikirikoku.sakura.ne.jp/wp-content/uploads/2021/09/kouryu-scaled.jpg);
  height: 300px;
  }
  #box_wrapper .title_name p::after{
  content:"";
  height: 1px;
  margin-left:10px;
  display: inline-block;
  background-color: #fff;
  }
  #box_wrapper .box2 p::after{
  width: 25%;
  }
  #box_wrapper .box3 p::after{
  width:calc(100% - 300px);
  }
  #box_wrapper .box4 p::after{
  width: 25%;
  }
  
  @media screen and (max-width:915px){
  #box_wrapper .box1{
      margin:0 auto;
  }
  #box_wrapper .box1 h2{
      font-size: 1.3rem;
  }
  #box_wrapper .title_name p::after{
      display: none;
  }
  #box_wrapper .title_name  span{
      display:flex;
      flex-wrap:wrap;
  }
  
  }
  
  @media screen and (max-width: 768px){
  #box_wrapper .grid_box >div{
    display: inherit;
  }
  #box_wrapper .grid_box{
      display: block; 
      overflow: hidden;
  }
  #box_wrapper .box2,
  #box_wrapper .box3,
  #box_wrapper .box4,
  #box_wrapper .box5{
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }

  #box_wrapper .grid_box >div.box1{
      display: none;
  }
  #box_wrapper .box2{
      height: 250px;
  }
  #box_wrapper .box3{
      height: 250px;
  }
  #box_wrapper .box4{
      height:250px;
  }
  #box_wrapper .box5{
      height:250px;
  }
  
  #box_wrapper .title_name p{
      display: flex;
      font-size: 0.9rem;
  }
  #box_wrapper .title_name h2{
      display: flex;
      font-size: 1.4rem;
  }
  }
  #top main{
    max-width: 95%;
    margin: auto;
  }
  #top .top_midasi{
    position: relative;
    height: 100vh;
    display: flex;
    flex-direction: row-reverse;
  }
  #top .top_back_col{
    width: 100%;
    height: 100%;
    background: url(image/top/top_img.JPG) center center;
    background-size: cover;
  }
  #top .top_img{
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #top .top_maki{
    position: absolute;
    top: 30px;
    background: rgba(125, 125, 125, 0.6);
    border: 1px solid #ffffff;
    color: #ffffff;
    margin: 0 20px 0 0;
    text-decoration: none;
    font-size: 1.2rem;
    padding: 10px 20px;
    z-index: 999;
    transition: 1s;
  }
  #top .top_maki:hover{
    background-color: rgba(235,235,235,0.7);
  }
  #top .top_midasi::before{
    content:"";
    width:1.8px;
    height:105px;
    background:rgba(235,235,235,0.9);
    position:absolute;
    left:50%;
    top: 94.7%;
    z-index:99;
  }
  #top .top_main_img{ 
    margin: 0;
   height: 100%;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
  }
  #top .top_main_img img{
    width: 55%;
  }
  #top .top_main_img p{
    padding: 5% 0 0 0;
    color: #ffffff;
    font-size: 2rem;
    letter-spacing: 0.5rem;
    margin: 0;
  }
  
  #top .maki_video{
    display: flex;
    margin: 50px 0;
  }
  #top .maki_video_you {
    width: 70%;
    padding: 30px;
  }
  #top .maki_video_you iframe{
    width: 100%;
  }
  #top .maki_video_text{
    width: 40%;
  }
  #top .maki_video_text_box{
    margin-top: 200px;
    width: 90%;
  }
  #top .maki_video_text p{
    position: relative;
    overflow-wrap: break-word;
    margin: 0 auto 0;
    width: 70%;
    font-size: 1rem;
    line-height: 2.4;
    font-weight: bold;
  }
  #top .maki_video_text p.word::after{
    content: "";
    width: calc(100% - 165px);
    height: 1px;
    margin-left: 10px;
    display: inline-block;
    background-color: #707070;
  }
  #top .maki_video_text h2{
    margin: 0 auto 0;
    width: 70%;
    font-size: 1.4rem;
    padding-bottom: 70px;
    letter-spacing: 5px;
  }
  #top .maki_video_text a{
    font-size: 1.6rem;
    transition: 0.5s;
    text-decoration: none;
    color: #000000;
    position: relative;
  }
  #top .maki_video_text a:hover{
    text-shadow: 4px 4px 4px rgb(0 0 0 / 40%);
  }
  #top .maki_video_text a::before{
    content: "";
    width: calc(100% - 165px);
    height: 1px;
    margin-right: 10px;
    display: inline-block;
    background-color: #707070;
  }
  #top .top_makiwari {
    margin: 50px auto;
    width: 90%;
    cursor: pointer;
  }
  .top_makiwari a {
    display: block;
  }
  #top .top_makiwari img{
    width: 100%;
  }
  #top .top_kihu{
    width: 100%;
    display: flex;
    margin-top: 50px;
  }
  #top .top_kihu_text{
    width: 45%;
  }
  #top .top_kihu_text p{
    width: 47%;
    margin: auto;
    font-size: 1rem;
    line-height: 2.4;
    font-weight: bold;
    position: relative;
  }
  #top .top_kihu_text p.word::after{
    content: "";
    width: calc(100% - 165px);
    height: 1px;
    margin-left: 10px;
    display: inline-block;
    background-color: #707070;
  }
  #top .top_kihu_text h2{
    width: 47%;
    margin: auto;
    font-size: 1.4rem;
    letter-spacing: 5px;
  }
  #top .top_kihu_text h2:first-of-type{
    padding-top: 10px;
  }
  #top .top_kihu_text h2:last-of-type{
    padding-bottom: 40px;
  }
  #top .top_kihu_img{
    width: 50%;
  }
  #top .top_kihu_img a{
    text-decoration: none;
  }
  #top .top_kihu_img p{
    color: #000000;
  }
  #top .top_kihu_img p:first-of-type{
    font-weight: bold;
  }
  #top .top_kihu_img p:last-of-type{
    border: 1px solid #000000;
    background-color: #000;
    padding: 5px 15px;
    border-radius: 30px;
    letter-spacing: 1px;
    font-weight: bold;
  }
  #top .top_kihu_img p:last-of-type:hover{
    color: #ffffff;
    background-color: #000000;
  }
  #top .top_kihu_img_support {
    width: 100%;
    height: 50%;
    margin-bottom: 25px;
    background: linear-gradient(rgba(255, 255, 255, 0.4),  rgba(255, 255, 255, 0.4)),  url("image/top/top_supporti.JPG"); 
    background-size: cover;
  }
  #top .top_kihu_img_kihu {
    width: 100%;
    height: 50%;
    background: linear-gradient(rgba(255, 255, 255, 0.4),  rgba(255, 255, 255, 0.4)),  url("image/top/top_kihu.JPG"); 
    background-size: cover;
  }
  #top .top_kihu_img_text {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background-color: rgba(230,230,230,0.4);
    transition: 0.5s;
  }
  #top .top_kihu_img_text p{   
    margin: 50px 50px 10px;
  }
  #top .top_kihu_img_text p:first-of-type{
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }
  #top .top_kihu_img_text p:last-of-type{
    font-size: 1rem;
    margin-bottom: 80px;
    color: #fff;
  }
  #top .line::before{
  content: ""; 
  width: 1.5px;
  height: 105px;
  background: rgba(0,0,0,0.4);
  position: absolute;
  left: 50%;
  top: -55px;
  z-index: 99;
  }
  @media screen and (max-width: 1100px){
  #top .maki_video_text_box{
    margin-top:50px;
  }
  }
  @media screen and (max-width: 750px){
  #top .top_midasi::before{
    display: none;
  }
  #top .maki_video{
    display: block;
  }
  #top .maki_video_you{
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
  #top .top_main_img img{
      width: 100%;
  }
  #top .top_main_img p{
      font-size: 1.5rem;
  }
  #top .top_kihu{
    display: block;
  }
  #top .top_kihu_text{
    width: 100%;
  }
  #top .top_kihu_text p{
    width: 100%;
  }
  #top .top_kihu_text h2{
    width: 100%;
  }
  #top .top_kihu_img{
    width: 100%;
  }
  #top .top_maki{
    display: none;
  }
  #top .maki_video_text{
    width: 100%;
  }
  #top .maki_video_text_box{
    width: 100%;
  }
}
/* ==============================
  固定ページテンプレート
============================== */
/* 固定ページ共通ヘッダー */
#page_header {
  width: 100%;
  height: 60vh;
  position: relative;
  background-position: center center;
}
#page_header::after {
  content: "";
  width: 2px;
  height: 122px;
  background: linear-gradient(#fff 50%,rgba(0, 0, 0, 0.51) 50%);
  position: absolute;
  left: 50%;
  bottom: -60px;
  z-index: 99;
}
#page_header > img {
  position: absolute;
  height: 60vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  width: 100%;
}
#page_header .page_header_title {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
}
#page_header .page_header_title h2 {
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-shadow: 1px 2px 5px #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
}
#page_header .page_header_title h2 span {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #page_header::after {
    display: none;
  }
}
  #overview body {
  width: 100%;
  margin: 0;
  }
  #overview #overview_top {
  width: 100%;
  height: 60vh;
  background-image: url("https://npo-kirikirikoku.sakura.ne.jp/wp-content/uploads/2022/01/overview_top-scaled-1-scaled.jpg");
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)),
                    url("https://npo-kirikirikoku.sakura.ne.jp/wp-content/uploads/2022/01/overview_top-scaled-1-scaled.jpg");
  position: relative;
  }
  
  #overview #overview_top::before {
  content:  "";
  width:  2px;
  height: 122px;
  background: linear-gradient(#fff 50%,rgba(0, 0, 0, 0.51) 50%);;
  position: absolute;
  left: 50%;
  bottom: -60px;
  z-index: 99;
  }
  #overview .logo img {
  position: absolute;
  width: 7%;
  margin: 40px 0 0 30px;
  }
  #overview .overview_top_midashi {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  }
  #overview .overview_top_midashi h2 {
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-shadow: 1px 2px 5px #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  }
  #overview .overview_top_midashi h2 span {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  margin-bottom: 0.7em;
  }
  #overview .meibo{
  display: flex;
  justify-content: center;
  margin: 100px 0;
  }
  #overview table{
  margin: 130px auto;
  }
  #overview table td{
  padding-bottom: 20px;
  font-weight: bold;
  }
  #overview table td:nth-child(2){
  padding-left:150px;
  }
  @media screen and (max-width: 768px){
  #overview #overview_top::before {
    display: none;
  }
  #overview table td:nth-child(2){
    padding-left: 25px;
  }
  }
  #activity body {
    width: 100%;
    margin: 0;
  }
  #activity #activity_top {
    width: 100%;
    height: 590px;
    position: relative;
    background-position: center center;
  }
  #activity #activity_top::before {
    content:  "";
    width:  2px;
    height: 122px;
    background: linear-gradient(#fff 50%,rgba(0, 0, 0, 0.51) 50%);
    position: absolute;
    left: 50%;
    bottom: -60px;
    z-index: 99;
  }
  #activity #activity_top > img {
    position: absolute;
    height: 590px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    object-fit: cover;
    width: 100%;
  }
  #activity .logo img {
    position: absolute;
    width: 7%;
    margin: 40px 0 0 30px;
  }
  #activity .activity_top_midashi {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: absolute;
  }
  #activity .activity_top_midashi h2 {
    margin: 0;
    font-size: 2.2rem;
    letter-spacing: 0.2em;
    text-shadow: 1px 2px 5px #000;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 2;
  }
  #activity .activity_top_midashi h2 span {
    font-size: 1.5rem;
    width: 100%;
    text-align: center;
  }
  #activity .activity_overview .activity_left .activ_green {
    color: #91AC52;
  }
  #activity .activity_overview .activity_left .activ_orange {
    color: #F08437;
  }
  #activity .activity_overview .activity_left .activ_blue {
    color: #008CC2;
  }
  #activity .maki_video_you {
    width: 70%;
    padding: 30px;
    margin: 0 auto;
  }
  #activity .maki_video_you iframe{
    width: 100%;
  }
  #activity .activity_overview {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: 130px auto 10px;
  }
  #activity .activity_overview .activity_center h2 {
    font-size: 1.8rem;
    text-align: center;
    margin-top: 0;
  }
  #activity .activity_overview .activity_left {
    width: 50%;
    display: flex;
    justify-content: center;
  }
  #activity .activity_overview .activity_left h3 {
    font-size: 2.2rem;
    margin: 0;
    letter-spacing: 0.2em;
  }
  #activity .activity_overview .activity_right {
    width: 50%;
    display: flex;
    justify-content: center;
    margin-left: 15px;
  }
  #activity .activity_overview .activity_right p {
    margin: 0;
  }
  #activity #activity_title .activity_left div {
    display: flex;
    flex-direction: column;
  }
  #activity #activity_title .activity_left p {
    display: inline-block;
    line-height: 1;
    margin-top: 0;
    margin-bottom: 2em;
    font-size: 1.1rem;
  }
  #activity #activity_title .activity_left h3 {
    display: inline-block;
    text-align: center;
    margin: 0;
  }
  #activity #activity_title .activity_left h3 span {
    font-size: 1.5em;
    letter-spacing: 0.2em;
  }
  #activity #activity_title .activity_right p {
    margin: 0;
  }
  #activity .activity_project_overview {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    width: 80%;
    margin: 130px auto 150px;
  }
  #activity .activity_project_overview .activity_project_left {
    width: 70%;
    display: flex;
    justify-content: center;
  }
  #activity .activity_project_overview .activity_project_left img {
    width: 55%;
  }
  #activity .activity_project_overview .activity_project_right {
    width: 30%;
    display: flex;
    flex-wrap: wrap;
  }
  #activity .activity_project_overview .activity_project_right ul {
    padding: 20px;
  }
  #activity .activity {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  #activity p {
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 2.5em;
    text-align: left;
  }
  #activity p span {
    font-size: 1.2rem;
  }
  #activity main {
    margin-top: 150px;
  }
  #activity #activity_decription {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
  }
  #activity #activity_decription .activity_left {
    width: 55%;
  }
  #activity #activity_decription .activity_left h1 {
    font-size: 1.8rem;
    letter-spacing: 0.3em;
    margin-bottom: 47px;
  }
  #activity #activity_decription .activity_left p:not(:first-of-type) {
    margin-left: 2.5rem;
  }
  #activity #activity_decription p {
    font-size: 1rem;
    letter-spacing: 0.1em;
    line-height: 2.5em;
    text-align: left;
  }
  #activity #activity_decription .activity_right {
    width: 40%;
    display: flex;
    justify-content: center;
  }
  #activity #activity_decription .activity_right img {
    width: 100%;
  }
  #activity #activity_decription div:last-child {
    width: 55%;
  }
  #activity #activity_decription ol li {
    margin-bottom: 1.25em;
  }
  @media screen and (max-width: 768px) {
  #activity p {
    font-size: 3.5vw;
  }
  #activity #activity_top {
    height: 66vh;
  }
  #activity .logo img {
    display: none;
  }
  #activity #activity_top img {
    height: 66vh;
  }
  #activity #activity_top::before {
    display: none;
  }
  #activity .activity_overview {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 90%;
  }
  #activity .activity_overview .activity_left,
  #activity .activity_overview .activity_right {
    justify-content: flex-start;
    width: 100%;
  }
  #activity #activity_title .activity_left p {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  #activity #activity_title .activity_right p {
    letter-spacing: 0.2vw;
  }
  #activity #activity_title .activity_left h3 span {
    font-size: 1.2em;
  }
  #activity #activity_title .activity_left h3 {
    font-size: 6vw;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #activity .activity_daimei_image img,
  #activity .activity_daimei_image {
    height: 25vh;
  }
  #activity .activity_overview .activity_left h3 {
    font-size: 6vw;
    margin-bottom: 70px;
    line-height: 1.5;
  }
  #activity .activity_overview .activity_center h2 {
  font-size: 6vw;
  }
  #activity .activity_overview .activity_center p {
  margin-left: 105px;
  margin-right: 105px;
  font-size: 3.2vw;
  }
  #activity .activity_project_overview {
  display: block;
  }
  #activity .activity_project_overview .activity_project_left {
  width: 100%;
  }
  #activity .activity_project_overview .activity_project_left img {
  width: 100%;
  }
  #activity .activity_project_overview .activity_project_right {
  width: 100%;
  margin-top: 70px;
  }
  #activity .activity_project_overview .activity_project_right ul {
  font-size: 3.5vw;
  }
  #activity .maki_video_you {
    width: 90%;
    padding: 0;
    margin: 0 auto;
  }
}
  #project #project_top {
  width: 100%;
  height: 590px;
  position: relative;
  background-position: center center;
  }
  #project #project_top::before {
  content:  "";
  width:  2px;
  height: 122px;
  background: linear-gradient(#fff 50%,rgba(0, 0, 0, 0.51) 50%);
  position: absolute;
  left: 50%;
  bottom: -60px;
  z-index: 99;
  }
  #project #project_top > img {
  position: absolute;
  height: 590px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  width: 100%;
  }
  #project .logo img {
  position: absolute;
  width: 7%;
  margin: 40px 0 0 30px;
  }
  #project .top_daimei {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  }
  #project .top_daimei h2 {
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-shadow: 1px 2px 5px #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
  justify-content: center;
  }
  #project .top_daimei h2 span {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  }
  #project .project_overview {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin: 130px auto 100px;
  }
  #project .project_overview .left {
  width: 50%;
  display: flex;
  justify-content: center;
  }
  #project .project_overview .left h3 {
  font-size: 2.2rem;
  margin: 0;
  letter-spacing: 0.2em;
  color: #008CC2;
  }
  #project .project_overview .right {
  width: 50%;
  display: flex;
  justify-content: center;
  margin-left: 15px;
  }
  #project .project_overview .right p {
  margin: 0;
  }
  #project #project_title .left div {
  display: flex;
  flex-direction: column;
  }
  #project #project_title .left p {
  display: inline-block;
  line-height: 1;
  margin-top: 0;
  margin-bottom: 2em;
  font-size: 1.1rem;
  }
  #project #project_title .left h3 {
  display: inline-block;
  text-align: center;
  margin-top: 3.3rem;
  }
  #project #project_title .left h3 span {
  font-size: 1.5em;
  letter-spacing: 0.2em;
  }
  #project #project_title .right p {
  margin-top: 3.3rem;
  }
  #project .project_daimei_image {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  background-size: cover;
  }
  #project .project_daimei_image img {
  width: 100%;
  height: 50vh;
  min-height: 300px;
  object-fit: cover;
  }
  #project .project {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  }
  #project article p {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.5em;
  text-align: left;
  }
  #project p span {
  font-size: 1.2rem;
  }
  @media screen and (max-width: 768px) {
  #project p {
    font-size: 3.5vw;
  }
  #project #project_top {
    height: 66vh;
  }
  #project .logo img {
    display: none;
  }
  #project #project_top > img {
    height: 66vh;
  }
  #project #project_top::before {
    display: none;
  }
  #project .project_overview {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 90%;
  }
  #project .project_overview .left,
  #project .project_overview .right {
    justify-content: flex-start;
    width: 100%;
  }
  #project #project_title .left p {
    font-size: 1.8rem;
    margin-bottom: 1em;
  }
  #project #project_title .right p {
    letter-spacing: 0.2vw;
  }
  #project #project_title .left h3 span {
    font-size: 1.2em;
  }
  #project #project_title .left h3 {
    font-size: 6vw;
    letter-spacing: 0.1rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  #project .project_daimei_image img,
  #project .project_daimei_image {
    height: 25vh;
  }
  #project .project_overview .left h3 {
    font-size: 6vw;
    margin-bottom: 70px;
    line-height: 1.5;
  }
  }
  #about body {
  width: 100%;
  margin: 0;
  }
  #about #about_top {
  width: 100%;
  height: 590px;
  position: relative;
  background-position: center center;
  }
  #about #about_top::before {
  content:  "";
  width:  2px;
  height: 122px;
  background: linear-gradient(#fff 50%,rgba(0, 0, 0, 0.51) 50%);
  position: absolute;
  left: 50%;
  bottom: -60px;
  z-index: 99;
  }
  #about #about_top > img {
  position: absolute;
  height: 590px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  width: 100%;
  }
  #about .logo img {
  position: absolute;
  width: 7%;
  margin: 40px 0 0 30px;
  }
  #about .about_top_midashi {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  position: absolute;
  }
  #about .about_top_midashi h2 {
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-shadow: 1px 2px 5px #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 2;
  }
  #about .about_top_midashi h2 span {
  font-size: 1.5rem;
  width: 100%;
  text-align: center;
  } 
  #about main section {
  text-align: center;
  }
  #about main section div {
  width: 46%;
  margin: auto;
  }
  #about main .first_content {
  position: relative;
  }
  #about main .first_content::after {
  content:  "";
  width:  2px;
  height: 220px;
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  left: 50%;
  bottom: -295px;
  z-index: 99;
  margin-top: 80px;
  }
  #about main section h2 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin: 125px 0 55px 0;
  }
  #about p {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 2.5em;
  text-align: left;
  }
  #about main section h3 {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  margin: 364px 0 100px 0;
  position: relative;
  display: flex;
  justify-content: center;
  }
  #about main section h3::before {
  content:  "";
  width:  280px;
  height: 1px;
  background: rgba(0, 0, 0, 0.51);
  position: absolute;
  top: 75px;
  z-index: 99;
  }
  #about main section:last-of-type {
  margin-bottom: 250px;
  }
  #about main .goal-box{
  margin-bottom: 200px;
  }
  @media screen and (max-width: 768px){
  #about #about_top::before {
    content:  none;
  }
  #about .logo img {
    display: none;
  }
  #about .about_top_midashi h2 span {
    font-size: 1.8rem;
  } 
  #about .first_content h2 {
    font-size: 6vw;
  }
  #about main section div {
    width: 85%;
  }
  #about main section h1 {
    font-size: 2.2rem;
  }
  #about main section p {
    font-size: 1rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
  #about main section h3 {
    font-size: 2rem;
  }
  
  #about main .first_content::after {
    height: 190px;
    bottom: -260px;
  }
  }
  #firewood_main .firewood_midashi{
  width: 100%;
  text-align: center;
  margin: auto;
  }
  #firewood_main .firewood_midashi h2{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  padding-top:20px;
  }
  #firewood_main{
  width: 80%;
  margin: 0 auto;
  }
  #firewood_main .element{
  margin: auto;
  width: 600px;
  margin-bottom: 300px;
  position: relative;
  }
  #firewood_main .element p{
  line-height: 2rem;
  letter-spacing: 0.04rem;
  margin: 0;
  }
  #firewood_main .element::after{
  content:"";
  width:1px;
  height:145px;
  background:rgba(0,0,0,0.5);
  position:absolute;
  left:50%;
  bottom:-185px;
  }
  #firewood_main .image .img_flex{
  display: flex;
  justify-content: center;
  }
  #firewood_main .img_box{
  width: 450px;
  }
  #firewood_main .img_box img{
  width: 450px;
  height: 300px;
  }
  #firewood_main .container{
  text-align: center;
  margin: 30px 0;
  }
  #firewood_main .container h3{
  display: inline-block;
  border-bottom: solid 1px #000;
  }
  #firewood_main .container .notice{
  text-align: initial;
  font-size: 1rem;
  }
  #firewood_main .container p{
  margin-top:20px ;
  }
  #firewood_main .img_box .p_box{
  margin: 30px 10px; 
  }
  #firewood_main .img_box .p_box p{
  letter-spacing: 0.05px;
  line-height: 2rem;
  font-size: 1rem;
  }
  #firewood_main .button_box{
  display: flex;
  justify-content:center
  }
  #firewood_main .button_box a{
  text-decoration: none;
  }
  #firewood_main button {
  display: block;
  text-decoration: none;
  background: #ff0000;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 20px;
  transition: .4s;
  width: 200px;
  height: 40px;
  margin:70px 0;
  }
  #firewood_main button:hover{
  background:#333;
  color: #fff;
  }
  @media screen and (max-width: 918px){
  #firewood_main .img_box img {
    width: 100%;
    height: 28vw;
    object-fit: cover;
  }
  }
  @media screen and (min-width: 768px){
  #firewood_main #appear{
  display: none;
  }
  #firewood_main #appear .container_appear{
  display: none;
  }
  }
  @media screen and (max-width: 768px){
  #firewood_main{
  width: auto;
  }
  #firewood_main .element{
  width: auto;
  margin-bottom: 50px;
  }
  #firewood_main .element::after{
  display: none;
  }
  #firewood_main .firewood_midashi h2{
  margin-top: 150px;
  }
  #firewood_main #variable{
  width:80%;
  margin: auto;
  letter-spacing: 0.05px;
  line-height: 2rem;
  }
  #firewood_main .img_box img {
    width: 100%;
    height: 35vw;
    object-fit: cover;
  }
  #firewood_main #appear{
  margin:auto;
  width:80%;
  }
  #firewood_main #appear .container_appear{
  margin: 50px auto;
  width: 80%;
  text-align: center;
  }
  #firewood_main #appear .container_appear h3{
  display: inline-block;
  border-bottom: solid 1px #000;
  }
  #firewood_main .container{
  display: none;
  }
  #firewood_main .container .notice{
  display: none;
  }
  #firewood_main .p_box{
  display: none;
  }
  }
  #membership{
  width: 100%;
  }
  #membership .membership_class p{
  font-size: 1.2rem;
  line-height: 1.2rem;
  letter-spacing: 0.05rem;
  }
  #membership h3{
  font-size: 1.4rem;
  margin: 0;
  }
  #membership .membership_midashi{
  width: 100%;
  height: 50vh;
  background-image: url(https://npo-kirikirikoku.sakura.ne.jp/wp-content/uploads/2021/09/membership-scaled.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  }
  
  #membership .membership_midashi .midashi_back{
  background: rgba(255,255,255,0.5);
  width: 100%;
  height: 100%;
  display:flex;
  justify-content: center;
  align-items: center;
  }
  #membership .membership_midashi h2{
  margin: 0;
  letter-spacing: 0.2rem;
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  }
  #membership .membership_midashi h2 span{
  font-size: 1.5rem;
  width: 100%;
  text-align:center;
  margin-bottom: 0.7rem;
  }
  #membership .membership_midashi h2 #midashi_span span{
  font-size: 2rem;
  }
  #membership_main .main_section p{
  display:flex;
  flex-wrap: wrap;
  justify-content: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 1rem;
  margin: 0 0 180px;
  }
  #membership_main .main_section .delete{
  display:none;
  }
  #membership_main .main_section p span{
  width: 100%;
  text-align: center;
  }
  #membership_main .main_section  ul{
  display:flex;
  justify-content: space-between ;
  margin: 0 80px;
  padding: 0;
  }
  #membership_main .main_section  ul li{
  list-style: none;
  border-bottom:solid 2px #ff0000 ;
  }
  #membership_main .main_section  ul li a{
  text-decoration:none;
  color: #ff0000;
  font-weight: bold;
  }
  #membership_main .main_section  ul li .font_option{
  margin: 0 18px;
  }
  #membership_main .membership_class{
  width: 80%;
  margin: 0 auto;
  margin-top:130px;
  }
  #membership_main .donate_section{
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  }
  #membership_main .donate_section .title_width{
  width:40%;
  }
  #membership_main .donate_section .title_color{
  color: #ff0000;
  margin: 0 0 40px;
  }
  #membership_main .donate_section .title_color span{
  border-bottom:solid 2px #ff0000 ;
  }
  #membership_main .donate_section .title_margin{
  margin: 0 0 9px 0;
  border-bottom: solid 1px #ff0000;
  }
  #membership_main .donate_section .button_surround{
  margin: 110px 0 0 0;
  }
  #membership_main .donate_section .button_surround a{
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  }
  #membership_main .donate_section .disappear{
  display: none;
  }
  #membership_main .donate_section .move{
  display: inline-block;
  text-decoration: none;
  background: #ff0000;
  color: #fff;
  border: solid 2px #fff;
  border-radius: 20px;
  transition: .4s;
  width: 210px;
  height:40px ;
  }
  #membership_main .donate_section .move:hover{
  background:#333;
  color: #fff;
  }
  #membership_main .container{
  width:50%;
  padding: 2% 5px;
  border:solid 2px #707070;
  background-color:#fff;
  border-radius: 50px;
  }
  #membership_main .container p{
  margin: 0;
  }
  #membership_main .container h3{
  margin: 20px 10px 30px 0;
  color: #ff0000;
  }
  #membership_main .container .container_title {
  width: 88%;
  margin: auto;
  }
  #membership_main  .container .container_title p{
  margin: 0 0 30px 0;
  }
  #membership_main .container .container_flex{
  display:flex;
  justify-content: space-around;
  color: #ff0000;
  margin: 0 0 25px 0;
  font-family: 'Meiryo UI',sans-serif;
  }
  
  #membership_main .container .container_flex div{
  background-color: #EBEBEB;
  border-radius: 20px;
  padding: 10px;
  margin: 0 5px;
  height: 100%;
  }
  #membership_main .table_items{
  width: 90%;
  height: 90%;
  margin: auto;
  border-collapse:collapse;
  font-family: 'Meiryo UI',sans-serif;
  }
  #membership_main .table_items td{
  color: #ff0000;
  }
  #membership_main .table_items th{
  width: 108px;
  color: #ff0000;
  font-size: 1rem;
  font-weight: normal;
  padding: 1% 0;
  }
  #membership_main .table_items th span{
  color: #fff;
  line-height: 1.3;
  background:#ff0000;
  vertical-align: middle;
  border-radius:0.9rem;
  font-size:1.3rem;
  padding: 5px 10px;
  }
  #membership_main .table_items .narrow{
  width: 60px;
  }
  @media screen and (max-width: 352px){
    #membership_main .table_items .narrow{
      min-width: 72px;
    }
  }
  #membership_main .table_items td{
  text-align: center;
  padding: 1% 0;
  }
  #membership_main .table_items tr td:not(:last-child){
  border-right: solid  1px #707070;
  }
  #membership_main .table_items tr:nth-child(even) td{
  border-bottom: solid  1px #707070;
  }
  #membership_main .table_items tr:nth-child(3) td{
  border-bottom: solid 10px #fff ;
  }
  #membership_main .table_items .table_responsive{
  visibility: hidden;
  width: 0;
  height: 0;
  }
  #membership_main .container_box{
  width: 50%;
  }
  #membership_main .container_box .image{
  background-image: url(https://npo-kirikirikoku.sakura.ne.jp/wp-content/uploads/2021/09/Purchase-scaled.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-radius:50px ;
  width: 100%;
  height: 280px;
  }
  
  @media screen and (max-width: 1200px){
    #membership_main .container, #membership_main .container_box{
      width: 55%;
    }
    #membership_main .table_items th{
      font-size: 0.8rem;
    }
    #membership_main .table_items th span{
      font-size: 0.9rem;
    }
  }
  @media screen and (max-width: 995px){
  #membership_main .table_items{
    width: 99%;
  }
  #membership_main .container{
      width: 58%;
  }
  #membership_main .container_box{
      width: 58%;
  }
  }
  @media screen and (max-width: 768px){
  #membership .membership_midashi{
      background:none;
  }
  #membership .membership_midashi h2{
      width: 60%;
  }
  #membership .membership_midashi h2 span{
      text-align: left;
  }
  #membership .membership_midashi h2 #midashi_h2{
      margin-bottom: 50px;
  }
  #membership .membership_midashi h2 #midashi_span{
      display: flex;
      flex-wrap: wrap;
  }
  #membership_main .main_section ul{
      display: none;
  }
  #membership_main .main_section p{
      margin: 0;
      justify-content: left;
  }
  #membership_main .main_section p span{
      text-align: left;
  }
  #membership_main .main_section .delete{
      display:block;
      width: 80%;
      margin: auto;
  }
  #membership_main .main_section #div_p{
      display: none;
  }
  #membership_main .main_section .delete p{
      margin-bottom:20px ;
  }
  #membership_main .membership_class{
      margin-top: 0px;
  }
  #membership_main .donate_section{
      display: block;
      margin: 90px auto;
      width: 80%;
  }
  #membership_main .container{
      width: auto;
      border: none;
  }
  #membership_main .container h3{
      display: none;
  }
  #membership_main .container .container_flex{
    flex-wrap: wrap;
    justify-content: left;
    width: 100%;
    
  }
  #membership_main .container .container_flex div{
    padding: 20px;
    width: 100%;
    margin: 20px auto;
  }
  #membership_main .container .container_flex div p{
    font-size: 1.1rem;
  }
  #membership_main .donate_section .title_width{
    width: auto;
    margin-bottom:80px ;
  }
  #membership_main .donate_section .title_margin{
    max-width: 170px;
  }
  #membership_main .table_items .table_delete{
    display: none;
  }
  #membership_main .table_items .table_responsive{
    visibility: visible;
  }
  #membership_main .table_items .table_responsive > th{
  padding: 30px 0 1%;
  }
  #membership_main .table_items th span{
      font-size: 0.8rem;
  }
  #membership_main .container_box .image{
      width: 170%;
      height: 200px;   
  }
  #membership_main #button_delete{
      display: none;
  }
  
  }
  @media screen and (max-width: 470px){
  #membership_main .main_section{
      width: 90%;
      margin: auto;
  }
  #membership_main .main_section .delete{
      width: 110%;
  }
  #membership_main .donate_section .title_margin{
      max-width: 166px;
  }
  #membership_main .container .container_flex{
      width: 100%;
  }
  #membership_main .donate_section{
      width: 95%;
  }
  }
  #common_contact{
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 200px auto 70px;
  }
  #common_contact h2{
  font-size: 1.8rem;
  letter-spacing: 0.2em;
  display: flex;
  flex-direction: column;
  align-items: center;
  }
  #common_contact h2:after{
  content: "";
  width: 160px;
  height: 1.8px;
  margin-top: 40px;
  background: #707070;
  z-index: 99;
  }
  #common_contact p{
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  text-align: center;
  }
  #common_contact p:first-of-type{
  position: relative;
  padding-top: 20px;
  }
  #common_contact a{
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  letter-spacing: 1.5px;
  text-decoration: none;
  transition: 1s;
  }
  #common_contact a span {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  }
  #common_contact .contact_btn {
  display: inline-block;
  position: relative;
  width: 430px;
  height: 60px;
  margin-top: 50px;
  margin-bottom: 50px;
  }
  #common_contact .contact_btn::before,
  #common_contact .contact_btn::after {
  content: "";
  width: 440px;
  height: 70px;
  position: absolute;
  }
  #common_contact .contact_btn::before {
  top: 0;
  left: 0;
  border-top: #000 1px solid;
  border-left: #000 1px solid;
  }
  #common_contact .contact_btn::after {
  bottom: 0;
  right: 0;
  border-bottom: #000 1px solid;
  border-right: #000 1px solid;
  }
  #common_contact .contact_btn:hover{
  background-color: rgba(205,205,205,1);
  }
  #common_contact p:last-of-type{
  font-size: 0.8rem;
  margin-bottom: 20px;
  }
  #common_contact address{
  margin-top: 50px;
  font-size: 1.3rem;
  font-style: normal;
  }
  @media screen and (max-width: 768px) {
  #common_contact .contact_btn {
    width: 70%;
    min-width: 330px;
  }
  #common_contact .contact_btn::before,
  #common_contact .contact_btn::after {
    width: 103%;
  }
  }
  .common_map iframe{
  width: 100%;
  margin-bottom: 150px;
  }
  #gfoot{
    background-image:url(image/footer/footer.JPG);
    background-size:cover;
    background-position:center center;
    position:relative;
    font-weight:bold;
  }
  #gfoot::before{
    content:"";
    width:1.5px;
    height:105px;
    background:rgba(0,0,0,0.4);
    position:absolute;
    left:50%;
    top:-55px;
    z-index:99;
  }
  #gfoot .back_cover{
    position:absolute;
    width: 100%;
    height:100%;
    background:rgba(255,255,255,0.8);
  }

  #gfoot .foot_left img{
    width:70%;
    margin-top:90px;
    position: relative;
  }
  #gfoot .foot_center{
    margin-top:70px;
    position:relative;
    right: 75px;
  }
  #gfoot .foot_center a{
    transition: text-shadow .5s;
  }
  #gfoot .foot_center a:hover{
    text-shadow: 0 4px 4px rgba(0,0,0,0.4);
  
  }
  #gfoot .foot_center .policy{
    margin:50px 0 0 0;
    font-size:0.75rem;
  }
  #gfoot .foot_right{
    margin-top: 35px;
    position: relative;
    right:40px;
  }
  #gfoot #foot_activities{
    margin:0;
    font-size: 1.5rem;
  }
  #gfoot #foot_kirikiri{
    margin:0;
    font-size: 3.5rem;
    padding: 0px 10px;
  }
  #gfoot #foot_tel{
    font-size:1.5rem;
    margin:25px 0 0 0;
    letter-spacing: 0.3em;
  }
  #gfoot #foot_reception{
    margin:0;
    letter-spacing: 0.1em;
  }
  #gfoot #foot_post{
    margin: 30px 0 0 0;
    letter-spacing: 0.5em;
  }
  #gfoot #foot_copy{
    margin-top: 41px;
    letter-spacing: 0.1em
  }
  #gfoot #foot_address{
    margin:0px;
  }
  #gfoot #foot_address span{
    letter-spacing: 0.2em;
  }
  #gfoot #foot_flex{
    display:flex;
    justify-content:space-around;
    position:relative;
  }
  #gfoot .foot_mdia{
    display:flex;
    justify-content: space-around;
    width: 50%;
  }

  #gfoot a{
    text-decoration:none;
    color:black;
  }
  @media screen and (max-width: 768px){
    #gfoot #foot_flex{
        display: block;
    }
    #gfoot .foot_mdia{
        width: 100%;
    }
    #gfoot .foot_mdia:nth-of-type(2){
      padding-left: 5%;
      width: 95%;
    }
    #gfoot::before{
        display: none;
    }
    #gfoot .foot_left{
      width: 30%;

    }
    #gfoot .foot_center{
      width: 70%;      
      position: unset;
      right: 0;
    }
    #gfoot .foot_right{
      position: unset;
      right: 0;
    }
  }
  .res_menu{
  display: none;
  height: 55px;
  background-color: rgba(255,255,255,1);
  }
  .page-id-141 .res_menu{
  position: relative;
  bottom: 171%;
  }
  .res_img{
  height: 100%;
  }
  .menu-btn {
    position: absolute;
    top: 0;
    right: 10px;
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 90;
    cursor: pointer;
  }
  .menu-btn span,
  .menu-btn span:before,
  .menu-btn span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #000000;
    position: absolute;
  }
  .menu-btn span:before {
  bottom: 8px;
  }
  .menu-btn span:after {
  top: 8px;
  }
  #navm{
  position:absolute;
  height: 100vh;
  width: 30%;
  right: -30%;
  background-color: rgba(235, 235, 235, 0.95);
  transition: .7s;
  z-index: 250;
  }
  #navm ul{
    padding-left: 20px;
  }
  #navm ul li{
  list-style: none;
  }
  #navm ul li a:hover{
  background-color: #000000;
  color: #ffffff;
  }
  #navm ul li a{
  text-decoration: none;
  color: #000000;
  padding: 5px;
  transition: .5s;
  display: block;
  }
  #navm .activfour{
    padding-left: 2rem;
    position: relative;
  }
  #navm .activfour::before{
    content: "";
    width: 1rem;
    height: 1px;
    background: rgba(0, 0, 0, 0.51);
    position: absolute;
    z-index: 99;
    left: 1rem;
    top: 50%;
  }
  #navm .header_maki_buy{
    border: 1px solid;
    width: 85%;
    text-align: center;
  }
  #navm #maki_chop {
    margin: 10px 0;
    background-color: #957b6570;
  }
  #navm ul li:last-of-type{
    margin-top: 15px;
  }
  .res{
  transform: translateX(-100%);
  }
  footer .activefour{
  padding-left: 2rem;
  }
  @media screen and (max-width: 750px) {
  .res_menu{
    display: block;
  }
  .in_res{
    transform: translateX(-100%);
  }
  #navm{
    width: 70%;
    right: -70%;
    top: 61%;
  }
  .page-id-141 #navm{
    top: 90%;
  }
  }
  .page-id-48 .mycontainer h1{
  text-align: center;
  padding-top: 100px;
  font-size: 2.3rem;
  }
  @media screen and (max-width: 750px){
    .page-id-48 .mycontainer h1{
      margin: 0;
    }
  }
  .page-id-48 .mycontainer .contact-top{
  text-align: center;
  margin: 50px 0;
  }
  .page-id-48 .mycontainer{
  width: 50%;
  margin: auto;
  }
  @media screen and (max-width: 750px){
    .page-id-48 .mycontainer{
      width: 80%
    }
  }
  @media screen and (max-width: 450px){
    .page-id-48 .mycontainer{
      width: 80%;
    }
  }
  .page-id-48 .mycontainer .contact-top{
  text-align: center;
  }
  .page-id-48 .mycontainer .contact-tel{
  border: 1px solid ;
  }
  .page-id-48 .mycontainer .contact-tel h3{
  padding: 15px;
  }
  .page-id-48 .mycontainer .contact-tel p{
  padding: 0 0 15px 40px;
  }
  .page-id-48 .mycontainer .contact-text{
  border: 1px solid;
  }
  .page-id-48 .mycontainer .contact-text h3{
  padding: 15px;
  }
  .page-id-48 .mycontainer .contact-text p{
  padding: 0 40px;
  }
  .page-id-48 .mycontainer .midashi-contact{
  text-align: center;
  }
  .page-id-48 .mycontainer .img-icon .wp-block-media-text__content{
  padding: 0;
  }
  .page-id-48 .mycontainer .img-icon .wp-block-media-text__content p{
  font-size: 1.5em;
  }
  .page-id-48 .mycontainer .img-icon figure img{
  width: 80%;
  height: 80%;
  }
  .page-id-48 .mycontainer label{
  display: flex;
  align-items: center;
  }
  .page-id-48 .mycontainer label img{
  width: 80px;
  height: 80px;
  }
  .page-id-48 .mycontainer label span{
  width: 50%;
  margin: auto;
  }
  .page-id-48 .mycontainer .contact-po{
  width: 100%;
  height: 300px;
  padding: 5px;
  overflow: scroll;
  border: 1px solid;
  box-sizing: border-box;
  overflow-x: hidden;
  }
  .page-id-48 .mycontainer .wpcf7-list-item label{
  display: block;
  }
  .page-id-48 .contact-boxtext{
  width: 60%;
  margin: auto;
  }
  .page-id-48 .contact-boxtext .wp-block-column{
  flex-basis: none!important;
  flex-grow: none!important;
  }
  
  .page-id-48 .contact-boxtext .contact-img{
  text-align: end;
  }
  .page-id-48 .contact-boxtext .wp-block-column img{
  width: 50px;
  height: 50px;
  }
  .page-id-48 .contact-boxtext .wp-block-column p{
  font-size: 1.3rem;
  }
  .page-id-48 table{
  width: 100%;
  }
  .page-id-48 table tr th{
  display: flex;
  }
  table .nonimg {
  margin:15px 0 15px 50px;
  }
  table .nonimg td{
  margin: 15px 0;
  }
  .page-id-48 table tr th img{
  width: 50px;
  }
  .radio-agree .wpcf7-box input{
  color: #fff;
  background-color: #000;
  width: 100%;
  padding: 10px 0;
  margin: 10px 0 2em;
  }
  .radio-agree .wpcf7-box .ajax-loader{
  display: none;
  }
  .page-id-48 .wp-block-media-text__content{
  padding: 0;
  }
  .page-id-48 .form-ma-text img{
  width: 50px;
  height: 50px;
  }
  .page-id-48 .form-ma-text figure{
  text-align: end;
  }

  .contact-form-p{
    text-align: center; 
  }
  .require-mark{
    color: #f00;
  }
  #contact-form-dl dt{
    margin: 15px 0 0;
  }
  #contact-form-dl dd{
    margin: 0;
  }
  #contact-form-dl dd > span > input{
    width: 99%;
    padding: 6px 6px;
    box-sizing: border-box;
  }
  #contact-form-dl dd > span > textarea{
    min-width: 98.5%;
    max-width: 98.5%;
  }
  .radio-agree{
    margin: 3em 0 5em 0;
  }
.radio-agree p {
	text-align: center;
}
  .contact-form-submit input:first-child{
    display: block;
    margin: auto;
    font-size: 1rem;
  }
  .privacy-midashi{
  text-align: center;
  padding: 100px 0 55px;
  margin: 0;
  }
  .privacy-content{
  width: 50%;
  margin: auto auto 60px;
  }
  .terms-midashi{
  text-align: center;
  padding: 100px 0 55px;
  margin: 0;
  }
  .terms-content{
  width: 50%;
  margin: auto auto 60px;
  }
  
  @media screen and (max-width: 768px){
  .privacy-content{
    width: 80%;
  }
  .terms-content{
    width: 80%;
  }
  }
  .page-id-330 .post-330{
    width: 100%;
    margin: auto;
    }
    .page-id-330 .post-330 form{
      width: 50%;
      margin: auto;
    }
    #contact-form-main{
    width: 100%;
    margin: auto;
    }
    #contact-form-main .contact-p{
      display: flex;
      align-items: center;
      font-size: 1.3rem;
    }
    #contact-form-main .contact-form-img img{
      width: 5%;
    }
    #contact-form-main div > div > div{
      margin: 10px 0;
    }
    #contact-form-main div > div > div > span{
      margin-left: 10px;
    }
    #contact-form-main input,
    #contact-form-main textarea{
	  width:100%;
      padding: 4px;
      font-size: 1rem;
    }
    #contact-form-main table input{
      width: 20%;
    }
    #contact-form-main .contact-table-1 tr:first-child td:first-child{
      width: 49.3%;
    }
    #contact-form-main table span{
      margin: 0 0 0 15px;
    }
    #contact-form-main .radio-agree input:first-child{
      display: block;
      margin: auto;
    }
  
    @media screen and (max-width: 963px){
      .page-id-330 .post-330 form{
        width: 80%;
        margin: auto;
      }
    }
  .page-id-335 .post-335{
  width: 50%;
  margin: auto;
  }
  .page-id-335 .post-335 .membership-overview{
  margin-top: 50px;
  }
  .page-id-335 .post-335 .wp-block-media-text__content{
  padding: 0;
  }
  .page-id-335 .post-335 .form-ma-text img{
  width: 50px;
  height: 50px;
  }
  .page-id-335 .post-335 .form-ma-text figure{
  text-align: end;
  }
  .member_box{
  width: 75%;
  margin: auto;
  display: flex;
  justify-content: center;
  text-align: center;
  }
  .member_box .special_member{
  margin-right: 150px;
  }
  .member_box .box_special_member{
  background-color: #C8C8C8;
  }
  .member_box .box_special_member .year_month{
  text-align: center;
  display: flex;
  }
  .member_box .box_special_member .year_month .min_text{
  font-size: 13px;
  }
  .member_box .box_special_member .year_month .buy_box{
  padding: 10px;
  position: relative;
  }
  .member_box .box_special_member .year_month .buy_box:first-child:before{
  content: "";
  width: 1px;
  height: 105px;
  position: absolute;
  z-index: 99;
  top: 10px;
  right: 0px;
  background-color: #000;
  }
  .member_box .box_special_member .year_month .buy_how{
  text-align: center;
  }
  .member_box .box_special_member .year_month .buy_how span{
  font-size: 1.5rem;
  padding: 5px 45px;
  border: 2px solid #a6a6a6;
  }
  .member_box .box_special_member .year_month .how span{
  font-size: 2rem;
  }
  .member_box .box_special_member .special_join {
  padding: 0 0 30px;
  margin: 0;
  }
  .member_box .box_special_member .special_join a{
  color: #fff;
  background-color: #3BC4BA;
  font-size: 1.3rem;
  border-radius: 10px;
  padding: 5px 40px;
  text-decoration: none;
  }
  .member_box .box_special_member .special_join a:hover{
  background-color:rgba(59, 186, 196, 0.3);
  transition: 0.5s;
  }
  .free_member h2{
  margin-bottom: 0;
  } 
  .free_member p{
  margin: 0;
  }
  .free_box{
  margin-top: 60px;
  }
  .free_box .join_free a{
  font-size: 1.3rem;
  border: 1px solid;
  border-radius: 10px;
  padding: 3px 30px;
  text-decoration: none;
  color: #000;
  }
  .free_box .join_free a:hover{
  color: #fff;
  background-color: rgba(0, 0, 0, 1);
  transition: 0.5s;
  }
  .free_box p:nth-child(2){
  margin: 10px 0;
  }
  .free_box .days_link a{
  text-decoration: none;
  color: #3BC4BA;
  }
  .swpm-button-wrapper input[type="image"]{
  width: 300px;
  }
  .wp-block-columns .join_box_left{
  text-align: end;
  }
  
  #comment_area {
  background:rgba(215,215,215,0.7);
  padding:25px;
  border-radius: 12px;
  margin-top:1em;
  line-height:1.4em;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  }
  #comment_area h3#comments {
  font-size:130%;
   margin:0 0 0.7em;
  }
  #comment_area ol {
  list-style:none;
  }
  #comment_area ol li {
  overflow: hidden;
  }
  #comment_area ol li.depth-1{
  border:1px dotted #fff;
  margin-bottom:1em;
  padding:12px;
  }
  #comment_area ol li ul.children {
  margin-left: 10%;
  }
  #comment_area ol li ul.children li {
  border-top:1px dotted #fff;
  margin-top:1em;
  padding-top:12px;
  }
  img.avatar {
  margin-right:8px;
  float:left;
  }
  span.says{
  display:none;
  }
  cite.fn {
  font-size:90%;
  }
  div.comment-meta {
  font-size:80%;
  }
  div.comment-meta:after {
  content:''; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
  }

  div.reply { 
  margin-bottom:0.2em
  }
  div.reply:after {
  content:''; 
  display:block; 
  height:0; 
  clear:both; 
  visibility:hidden;
  }
  div.reply a {
  display:block;
  float:right;
  padding:0.3em 1em;
  border: 1px solid #000;
  text-decoration: none;
  color: #000;
  }
  div.reply a:hover {
  background:#fff; 
  text-decoration:none;
  }
  #respond {
  background:rgba(255,255,255,0.4);
  padding:1em;
  border-radius: 9px;
  }
  #respond h3#reply-title {
  font-size:130%; 
  margin:0 0 0.7em; 
  color:#2d1497;
  }
  #respond h3#reply-title small a {
  font-size:70%; 
  margin-left:1em; 
  text-decoration:underline;
  }
  #respond p { 
  margin-bottom:0.5em;
  }
  #respond p.commentNotesBefore, #respond p.commentNotesAfter {
  font-size:80%;
  }
  #respond p.form-submit {
  margin-bottom:0;
  }
  input#author, input#email, textarea#comment {
  width:95%;
  border:none;
  border-radius:12px;
  margin-top:0;
  font-size:14px;
  padding:7px 12px;
  border: 1px solid #000;
  }
  textarea#comment {
  line-height:1.6em;
  }
  input#submit {
  cursor:pointer;
  font-size:110%;
  padding: 5px 1em;
  margin:0;
  border-style:none;
  color: #fff;
  background: #05c6fe;
  border-radius: 18px;
  }
  input#submit:hover {
  background:#2d1497;
  }
@media screen and (max-width: 450px){
  #project .top_daimei h2{
    font-size: 8vw;
  }
}
#blog_top {
  width: 100%;
  height: 30vh;
  background-image: url(https://npo-kirikirikoku.sakura.ne.jp/wp-content/uploads/2022/01/overview_top-scaled-1-scaled.jpg);
  background-size: cover;
  background-position: center;
  background-image: linear-gradient(rgba(0,0,0,0.1),rgba(0,0,0,0.1)), url(https://npo-kirikirikoku.sakura.ne.jp/wp-content/uploads/2022/01/overview_top-scaled-1-scaled.jpg);
  position: relative;
}
#blog_top::before{
  content: "";
  width: 2px;
  height: 122px;
  background: linear-gradient(#fff 50%,rgba(0, 0, 0, 0.51) 50%);
  position: absolute;
  left: 50%;
  bottom: -60px;
  z-index: 99;
}
#blog_top .blog_top_midashi{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
#blog_top .blog_top_midashi h2{
  margin: 0;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  text-shadow: 1px 2px 5px #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#blog_outer{
  display: flex;
  width: 75%;
  margin: 5% auto 7%;
  justify-content: space-between;
  align-items: flex-start;
}
#kobetu_blog{
  width: 70%;
}
#kobetu_blog .blogbox_ran{
  position: relative;
  margin: 0 0 40px;
}
#kobetu_blog .blogbox_ran:hover {
  background: #f7f7f7;
}
#kobetu_blog .blogbox_ran::after{
  position: absolute;
  content: "";
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.51);
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}
.time_tags {
  display: flex;
  align-items: flex-end;
}
.time_tags time {
  font-size: 1rem;
  border-left: 5px solid #363636;
  padding-left: 10px;
}
.post-categories {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0 0 0 20px;
}
.post-categories li {
  background: #606060;
  font-size: 1rem;
  border-radius: 0px;
  margin-right: 10px;
  padding: 0;
  border-radius: 5px;
}
.post-categories li a {
  color: #fff;
  text-decoration:none;
  display: inline-block;
  padding: 0px 10px;
}
.post-categories li a:hover {
  text-decoration: underline;
}
#blog_ran .blog_text a {
  text-decoration: none;
  color: #000;
}
#blog_ran .blog_text a:hover {
  color: #d53f47;
}
#blog_ran .blog_text h2 {
  display: inline-block;
  font-size: 1.3rem;
  border-bottom: 1px solid #d53f47;
}
.blog_month{
  width: 20%;
  margin-bottom: 10%;
}
.blog_month > a {
  display: block;
  padding: 5px 10px;
  margin: 0 0 10px;
  background: #363636;
  text-align: center;
  color: #fff;
  text-decoration: none;
  transition-property: opacity;
  transition: 0.2s;
}
.blog_month > a:hover {
  opacity: 0.8;
}
.blog_month .month {
  border-top: 1px solid #cfcfcf;
  border-bottom: 1px solid #cfcfcf;
}
.blog_month ul{
  padding: 0;
  list-style: none;
}
.blog_month ul li{
  margin-bottom: 10px;
}
#blog_outer .nav-links{
  margin-top: 5%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#blog_outer .page-numbers{
  margin: 0 1%;
}
@media screen and (max-width: 750px) {
  #blog_top::before {
    display: none;
  }
  #kobetu_blog .blogbox_ran > a {
    display: none;
  }
}
/* single.php */
#single_top{
  width: 100%;
  height: 25vh;
  position: relative;
  background-position: center center;
}
#single_top::before{
  content: "";
  width: 2px;
  height: 122px;
  background: linear-gradient(#fff 50%,rgba(0, 0, 0, 0.51) 50%);
  position: absolute;
  left: 50%;
  bottom: -60px;
  z-index: 99;
}
#single_top figure{
  margin: 0;
}
#single_top figure > img{
  position: absolute;
  height: 25vh;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  width: 100%;
}
.main_news_box{
  width: 70%;
  word-break: break-all;
}
.main_news_box .news_title {
    background: linear-gradient(#363636, #606060);
    color: white;
    padding: 1% 2%;
    border-bottom: 3px solid #d53f47;
}
.main_news_box img {
  max-width: 100%;
  height: auto;
}
#blog_outer .mytwitter, 
#blog_outer .myfacebook{
  text-decoration: none;
}
#blog_outer .news_navigator {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  #single_top::before {
    display: none;
  }
  #blog_outer {
    flex-direction: column;
    width: 90%;
  }
  .main_news_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .main_news_box .news_title {
    font-size: 1.2rem;
  }
  #kobetu_blog {
    width: 100%;
    margin-bottom: 30px;
  }
  #blog_ran .time_tags time {
    position: relative;
    font-size: 1rem;
    border-left: none;
  }
  #blog_ran .time_tags time::before {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    content: '';
    border: 5px solid transparent;
    border-left: 5px solid #707070;
  }
  #blog_ran .blog_text h2 {
    font-size: 1rem;
    border-bottom: none;
  }
  #kobetu_blog .blogbox_ran {
    padding-left: 10px;
    margin: 0 0 15px;
    border-left: 5px solid #d53f47;
  }
  #kobetu_blog .blogbox_ran p {
    display: none;
  }
  .blog_month {
    width: 100%;
  }
  .blog_month .month ul {
    display: flex;
    flex-wrap: wrap;
  }
  .blog_month .month ul li {
    padding: 5px 10px;
  }
}

/* 薪割り体験ページ */
.chop_top {
  align-items: center;
  display: flex;
  height: 590px;
  justify-content: center;
  margin: 0 0 100px 0;
  width: 100%;
  position: relative;
}
.chop_top h2 {
  color: #FFF;
  font-size: 2.2rem;
  letter-spacing: 0.2em;
  line-height: 2;
  margin: 0;
  text-shadow: 1px 2px 5px #000;
  z-index: 99;
}
.chop_top img {
  position: absolute;
  height: 590px;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  object-fit: cover;
  width: 100%;
}
#chop_wood {
  width: 100%;
}
#chop_wood > div:nth-child(1) {
  margin: auto;
  text-align: center;
  width: 90%;
}
#chop_wood > div:nth-child(1) p:first-child {
  font-size: 1.2rem;
  font-weight: bold;
}
#chop_wood > div:nth-child(1) p:nth-child(2) {
  font-size: 1.1rem;
}
#chop_wood > div:nth-child(3) > p {
  color: #ff0000;
  font-size: 1.2rem;
  font-weight: bold;
  margin: auto;
  text-align: center;
  width: 90%;
}
#chop_wood .flex {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 100px auto;
}
#chop_wood .flex > div:first-child {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-right:2%;
  padding:10px 0 20px;
  text-align: left;
  width: 26%;
}
#chop_wood .flex > div:first-child p:nth-of-type(1) {
  line-height: 2em;
  padding-top: 20px;
}
#chop_wood .flex > div:first-child p:nth-of-type(2) {
  font-size: 0.9rem;
  padding-top: 20px;
}
#chop_wood .flex > div:first-child span {
  color: #ff0000;
}
#chop_wood .flex > div:not(:first-child) {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  width: 20%;
}
#chop_wood .flex img {
  height: 100%;
  margin: auto;
  position: absolute;
}
#chop_wood .contact-mail {
  border: 1px solid;
  margin: 30px auto 100px;
  width: 50%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#chop_wood .contact-mail h3 {
  padding: 15px;
  text-align: center;
  width: 100%;
}
#chop_wood .contact-mail p {
  font-size: 1.1rem;
  font-weight: bold;
}
#chop_wood .contact-mail #br {
  display: none;
}
@media screen and (max-width: 1000px) {
  #chop_wood {
    font-size: 0.9rem;
  }
  #chop_wood .flex > div:first-child {
    height: 350px;
    padding: 0;
    width: 40%;
  }
  #chop_wood .flex > div:first-child p:nth-of-type(2) {
    font-size: 0.8rem;
  }
  #chop_wood .flex > div:not(:first-child) {
    height: 350px;
    margin: 0 10px;
    width: 40%;
  }
  #chop_wood .flex > div:nth-child(3),#chop_wood .flex > div:nth-child(4) {
    margin-top: 25px;
  }
  #chop_wood .contact-mail {
    width: 80%;
  }
  #chop_wood .contact-mail > div p {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 650px) {
  #chop_wood .flex {
    margin: 60px auto;
  }
  #chop_wood .flex > div:first-child {
    height: unset;
    width: 75%;
  }
  #chop_wood .flex > div:not(:first-child) {
    height: 230px;
    margin: 10px 3px 0;
    width: 27%;
  }
  #chop_wood .flex > div:first-child p:nth-of-type(1) {
    padding-top: 10px;
  }
  #chop_wood .contact-mail p {
    padding: 0 5%;
    line-height: 2em;
    word-break: break-word;
  }
  #chop_wood .contact-mail #br {
    display: block;
  }
}
.contact-form-member{
  padding-top: 10px;
  font-size: 1rem;
  width: 50%;
  margin: auto;
}
.contact-form-member .num_word{
  display: flex;
}
.contact-form-member .radio-agree-member .wpcf7-box input{
  display: block;
  margin: auto;
  font-size: 1rem;
}
@media screen and (max-width: 800px){
  .contact-form-member{
    width: 75%;
  }
}
.post-146{
  padding-top: 40px;
}
.post-330,
.post-605{
  padding-top: 75px;
}
.error404 header{
  position: unset;
}
#er_page .container{
  margin: 0 20px 130px;
  padding: 45px;
  text-align: center;
}
#er_page .container .page-404-1,
#er_page .container .page-404-2{
  line-height: 0.6;
}
#er_page .container .page-404-1 h1{
  margin: 0;
  font-size: 3rem;
}
#er_page .container .page-404-2{
  font-size: 1.2rem;
  margin: 40px 0;
}
#er_page .container a{
  background-color: #000;
  color: #fff;
  text-decoration: none;
  border-radius: 15px;
  padding: 3px 16px;
}
@media screen and (max-width: 750px){
  .error404 header{
    position: fixed;
  }
  #er_page .container{
    margin: 0px 20px 75px;
    padding: 110px 0 0 0;
  }
}
@media screen and (max-width: 495px){
  #er_page .container .page-404-2{
    line-height: 1;
  }
}
@media screen and (max-width: 275px){
  #er_page .container{
    padding: 90px 0 0 0;
  }
}