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



/*
YUI 3.18.1 (build f7e7bcb)
Copyright 2014 Yahoo! Inc. All rights reserved.
Licensed under the BSD License.
http://yuilibrary.com/license/
*/



#breadcrumb{width:95%;margin:1rem auto}
/* front_page _kain  20250130add */
.menu{
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 16px;
}

/* .menu img{
  width: 350px;
  height: auto;
} */


.iran{
  font-size: 16px;
}


#top_content .menu img{
  max-width:100%;
  height:auto;
}

/* /front_page _kain */

/* kain_page  20250416*/

/* body.page-template-default.page-id-250 article#page{
  background:url(img/sub/bg_kain.png);
  background-size:cover;
    }
   */

/* /kain_page*/


header .logo img{width:10rem; height:auto;}


body{
	background:url("img/common/paper.jpg");
}

/*バーガーメニュー兼Gナビ*/
.nav_content {
        width: 100%;
        height: 100%;
        position: fixed;
        top:0;
        left:0; /* hedderに表示させる */
        z-index: 99;
        display:block;
        background:rgba(225,225,225,0);
      }

     
  .drawer_hidden {
    display: none;
  }
input.drawer_input{display:none;}

      
      .logo {
        font-size: 24px;
  
      }

      ul#menu-main-menu.menu-wrapper{
        display:flex;
        width:50%;
  
      
      } 
   

      ul#menu-main-menu.menu-wrapper li a{
      margin-left:1rem;
     text-decoration:none;
      
      }


/*archive page*/

ul.grid{column-count:4;padding:1rem;list-style:none;}
li.grid-item { break-inside:avoid; margin-bottom:2rem;}

li.grid-item img{
	display:block;
	width:100%;
	height:auto;
	border-radius:0.5rem;
}
/*PC用*/

article {

	min-height: 70vh;
	width: 80%;
	margin: 1rem auto;

}


header {
	display: flex;
	justify-content: space-between;
	padding: 1rem;
	align-items: center;
	/*background:rgba(239,196,197,1.00)*/
}




h2 {
	/*width: 80%;*/
	margin: auto;
	padding: 1rem 0;
}


.article_data {
	width: 80%;
	margin: auto;
	padding: 1rem 0;
}

footer {
	height: 10vh;

}


small {
	display: block;
	text-align: center;
}

#loginout {
	padding: 1rem;
	background: #CCC;
	display: inline-block;
}

ul#menu-main-menu .menu-wrapper{
	display: flex;

}



ul#menu-main-menu .menu-wrapper li {
	margin: 1rem;
}
.btn-menu{display:none;}



/* front_page*/




/*--single.php--*/


#single_content {
	background: #EFEFEF;
	padding: 1rem;
}


#single_content h2 {
	font-size: 2rem;
}

#single_main_conent {

	background: #FFF;
	width: 80%;
	margin: auto;
	padding: 2rem;
}

#single_main_conent img {
	width: 100%;
	height: atuo;
	margin-bottom: 1rem;
}

#single_main_conent p a {

	background: linear-gradient(transparent 60%, #ff6 60%);

}


#single_main_conent p {
	line-height: 2rem;
}


#page_navi {
	width: 80%;
	margin: auto;
	margin-top: 2rem;
}



/* archive */

 #archive_main {
	display: flex;
} 

#archive_content {
	width: 70%;
	margin: auto;
	padding: 1rem;

}

#archive_content h2 {
	font-size: 2rem;
}

#archive_content .thumb{
	padding-top:1rem;
}

#archive_content li .time {
	font-size: 0.8rem;
}


#archive_main #sidenavi{
	width:25%;
	background:#EDE4E1;
	padding:1rem;
}

#archive_main #sidenavi h4{
	font-weight:bold;
	margin-bottom:1rem;
}

#archive_main #sidenavi li{
	margin-bottom:1rem;
}


/*カテゴリー一覧*/



.page_title {
	font-weight: bold;
}


/*archive page*/

#archive_content ul.grid{column-count:3;padding:0.8rem;list-style:none;}
#archive_content li.grid-item { 
	break-inside:avoid; 
	margin-bottom:2rem;
	padding:0.8rem;
	background:#F8F8F8;
	border-radius:0.5rem;
	
}

#archive_content li.grid-item img{
	display:block;
	width:100%;
	height:auto;
	border-radius:0.5rem;
}




/*20240111add*/

#top_content{
  background:url(/img/top/bg_image.png);
}
@media screen and (max-width: 700px) {
	
#archive_content ul.grid{column-count:2;}	
 #archive_main {
	flex-direction:column;
} 	
	
#archive_content {
	width: 96%;
	padding: 1%;

}
	
#archive_main #sidenavi{
	width:96%;
	margin:1rem auto;
}
	
	
	
/*バーバーナビ兼Gナビ　20240121*/	
label.drawer_open{display:block;}
	  /* チェックボックスを非表示にする */
  .drawer_hidden {
    display: none;
  }
  
  /* ハンバーガーアイコンの設置スペース */
  .drawer_open {
    display: flex;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 100;/* 重なり順を一番上にする */
    cursor: pointer;
    margin-left:auto;
	margin-top:2rem
  }
  
  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
  }
  
  /* 三本線の一番上の棒の位置調整 */
  .drawer_open span:before {
    bottom: 8px;
  }
  
  /* 三本線の一番下の棒の位置調整 */
  .drawer_open span:after {
    top: 8px;
  }
  
  /* アイコンがクリックされたら真ん中の線を透明にする */
  #drawer_input:checked ~ .drawer_open span {
    background: rgba(255, 255, 255, 0);
  }
  
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  #drawer_input:checked ~ .drawer_open span::before {
    bottom: 0;
    transform: rotate(45deg);
  }
  
  #drawer_input:checked ~ .drawer_open span::after {
    top: 0;
    transform: rotate(-45deg);
  }
    
  /* メニューのデザイン*/
	
	
  nav#main-menu{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0; /* 100メニューを画面の外に飛ばす */
    z-index: 99;
    transition: .5s;
   display:none;
  }
	
  
  /* メニュー黒ポチを消す */
   ul#menu-main-menu.menu-wrapper {
    list-style: none;
  }

   ul#menu-main-menu.menu-wrapper{
  margin:1rem 0;
	flex-direction: column;
	width:100%;

  } 

  ul#menu-main-menu.menu-wrapper li{
    
    text-decoration:none;
    border-bottom:1px solid #ccc;
    padding:1rem  0;
    margin-left:-2rem;
    text-align:center;
	   
  }

   ul#menu-main-menu.menu-wrapper li a{
    text-decoration:none;
    color:#333;
  }
  
  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked ~ /*.nav_content*/ nav#main-menu{
    left: 0;/* メニューを画面に入れる */
    display:block;
    background:rgba(225,225,225,1);
  }
	

	
	/*投稿ページ*/
	
#single_main_conent {

background: #FFF;
width: 98%;
margin: auto;
padding: 1rem;
}
	
	
	
 article {
 width: 95%;
    }

  /* front_page _kain  20250130add */
  #top_content .menu{
    flex-direction: column;
    justify-content: initial;
    align-items: center;                                                         
  
    }
  
    #top_content .menu img{
    width:100%;
    height:auto;
    }
    /* .menu img{
      width: 350px;
      height: auto;
  } */
  
  /* /front_page _kain  20250130add */
   
 
  

}