/*
Theme Name: hiyoko office20
Theme URI: http://hyko.jp
Description: ひよこ事務所　のデザインのテーマ
Version: 1.1
Author: hiyokooffice
Author URI: http://hyko.jp
*/


/****************************************

          General Setting

*****************************************/


html, body {
width:100%;
height:100%;
	margin: 0;
	padding: 0;
	clear:both;
	background-color: #888;

}

body {
	margin:0px;
	padding: 0px;
    color: #eee;
	font-size: 9pt;
    font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif !important;
    line-height: 180%;
    letter-spacing: 0.1em;
    background-image: url();
     -webkit-text-size-adjust: 100%;
     font-weight:300;
}



img{
    border-style:none;
	margin: 0;
}


/****************************************

          Typography

*****************************************/

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	font-size:  100%;
	display:inline; margin:0;
}

.hightlow2{
	line-height: 100%;
}

.hightlow{
	line-height: 150%;
}

.hnormal{
    line-height: 180%;	
}

.hhigh{
    line-height: 250%;	
}

.small{
	font-size: 80%;
}

.small2{
	font-size: 70%;
}


.big{
	font-size: 110%;	
    line-height: 130%;	
}

.big2{
	font-size: 140%;
    line-height: 150%;	
    letter-spacing: 0em;
}

.big3{
	font-size: 110%;	
    line-height: 280%;	
}


.tsume{
    letter-spacing: -0.05em;
}

.wide{
    letter-spacing: 0.9em;
}

.bold{
    font-weight: bolder
}

.light{
	font-weight: lighter
}


.base{
	vertical-align:10%;
}

.base2{
	vertical-align:20%;
}


.based{
	vertical-align:-10%;
}

.end{
    display: block;
    width: 100%;
	text-align: end
}

.center{
    display: block;
    width: 100%;
	text-align: center
}


.gothic{
    font-family: sans-serif
}

.italic{
	font-style: italic;
}

.white{
	color: white
}

.whalf{
	background-color:rgba(255,255,255,0.5);
}


.half{
	opacity: 0.6
}



.gray{
background-image: repeating-linear-gradient(135deg, transparent, transparent 4px, #bbb 1px, #bbb 5px);
}

.whiteback{
    background-color:white
}





/****************************************

          Link

*****************************************/

a {
	color: #00ff00;
	text-decoration: none;
    transition-duration:0.5s;
}

a:hover {
	color: #444;

}



a.white{
	color: white;
}

li.current a{
	color: #00aa00;
}



li.current-cat a{
	color: #00aa00;
}

a.overimg:hover {
}



/****************************************

          Layout

*****************************************/

body{
	height:100%;
	width: 100%;
	margin: 0;
    position: relative;
}





/*
    header
*/
/****************************************

          ハンバーガーメニュー

*****************************************/

.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-right:1em;
  background: none;
}

.logo {
  font-size: 24px;
}

/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  
/* チェックボックスは非表示に */
.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-top: 5%;
}


/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  content: '';
  display: block;
  height: 2px;
  width: 36px;
  border-radius: 2px;
  background: #00ff00;
  transition: 0.5s;
  position: absolute; 
}



/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 12px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 12px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer-check:checked ~ .drawer-open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer-check:checked ~ .drawer-open span::before {
  bottom: 0;
  transform: rotate(45deg);
    background: #00ff00;

}

#drawer-check:checked ~ .drawer-open span::after {
  top: 0;
  transform: rotate(-45deg);
    background: #00ff00;

}
  
/* メニューのデザイン*/
.drawer-content {
  width: 100%;
  height: 50%;
  position: fixed;
  left: 0;
  bottom: 100%;/* メニューを画面の外に飛ばす */
  z-index: 99;
  background: #444;
  transition: .5s;
}


/* アイコンがクリックされたらメニューを表示 */
#drawer-check:checked ~ .drawer-content {
  bottom: 50%;/* メニューを画面に入れる */
}



/*タブ切り替え全体のスタイル*/
.tabs {
	position: absolute;
	top:25%;
	left:15%;
  width: 70%;
  margin: 0 auto;}


/*タブのスタイル*/
.tab_item {
  width: calc(100%/3);
  height: 2em;
  background-color: #444;
  border-bottom: 1px solid #444;
  line-height: 1em;
  text-align: center;
  color: #00ff00;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.4s ease;
  left: 0.25em;
}

.tab_item:hover {
  border-bottom: 1px solid #00ff00;
  color: #eee;
}



/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  border-bottom: 1px solid #eee;
  color: #eee;
}


/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding-top:3em;
  clear: both;
  overflow: hidden;
  text-align: center;
  line-height: 2.5em;
}


/*選択されているタブのコンテンツのみを表示*/
#about:checked ~ #about_content,
#blog:checked ~ #blog_content,
#contact:checked ~ #contact_content {
  display: block;
}


/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}




/*CLOSINGページ用*/
.tabs2 {
	position: absolute;
	top:25%;
	left:25%;
  width: 50%;
  margin: 0 auto;
    border-bottom: 1px solid #eee;
  color: #eee;
}

.tab_item2 {
  width:100%;
  height: 2em;
  background-color: #444;
  border-bottom: 1px solid #444;
  line-height: 1em;
  text-align: center;
  color: #00ff00;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.4s ease;
  left: 0.25em;
}

.tab_content2 {
  display: block;
  padding-top:3em;
  clear: both;
  overflow: hidden;
  text-align: center;
  line-height: 2.5em;
  color: #eee;
}




#rogocontain {
    z-index: 100;/*	スライドメニューの上にロゴを見せる場合*/
	display: flex;	
    position: relative;
    text-align:center;
    align-items: center;
    justify-content: center;
	height: 20%;
	background-color:;
    top:30%;/*	45%-10%（高さ20%の半分）-5%（ハンバーガーメニューの高さ）*/
}


#rogocontain img{
	position:relative;
	height: 100%;
    margin:0px;
}



.sns {
	display: block;	
    position: relative;
    text-align:center;
    top:35%;/*	50%-10%（高さ20%の半分）*/
    width: 100%;
    background-color: ;
    margin-left:-1em ;
}


.sns-icon li{	
	display: inline-block;
	width: 8em;
	padding-right : 0.5em;
	background-color: ;
	line-height: 0em;
	    transition-duration:0.5s;	
}

.sns-icon li a{	
		display: block;
}





#bottom{
	position: absolute;
	color: #000;
	left: 0px;
    bottom: 2em;
	height: 1em;
    text-align:center;
	width: 100%;
	background-color: 	
}













@media only screen and (max-width:1200px){


body {
	font-size: 11pt;
}


/****************************************

          ハンバーガーメニュー

*****************************************/
/* メニューのデザイン*/

.drawer-text{
	padding-top: 8em;
	padding-left:3em;
    padding-right:3em;	
    text-align: center;
}

/* メニューのデザイン*/




/*タブ切り替え全体のスタイル*/
.tabs {
	top:20%;
	left:5%;
  width: 90%;

}

.tab_item {
  height: 1.8em;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  padding-top: 0em;
  line-height: 2em!important;
  font-size: 1em!important;
}


.sns-icon li{	
	width: 6.5em;
}







}
@media only screen and (orientation: portrait){
/****************************************

          ハンバーガーメニュー

*****************************************/


/*------------------------------

  ここから下がハンバーガーメニュー
  に関するCSS

------------------------------*/
  

/* ハンバーガーアイコンの設置スペース */
.drawer-open {
  margin-top: 1.5em;
  margin-right: 1.2em;
}


/* ハンバーガーメニューのアイコン */
.drawer-open span,
.drawer-open span:before,
.drawer-open span:after {
  width: 75px;
    height: 4px;

}

/* 三本線のうち一番上の棒の位置調整 */
.drawer-open span:before {
  bottom: 25px;
}

/* 三本線のうち一番下の棒の位置調整 */
.drawer-open span:after {
  top: 25px;
}



/* メニューのデザイン*/




/*タブ切り替え全体のスタイル*/
.tabs {
	top:30%;
	left:5%;
  width: 90%;

}


.tab_item {
  height: 1.5em;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  line-height: 1.6em;
  font-size: 0.8em;
}







/****************************************

          Layout

*****************************************/


body {
	font-size: 20pt;
}





/*
    face img animation
*/
@keyframes yureru-s {
    0% {
        transform: translate(4px, 0px);
    }
    3% {
        transform: translate(-4px, 0px);
    }
    6% {
        transform: translate(4px, 0px);
    }
    9% {
        transform: translate(-4px, 0px);
    }
    12% {
        transform: translate(4px, 0px);
    }
    15% {
        transform: translate(-4px, 0px);
    }
    20% {
        transform: translate(0px, 0px);
    }
}


#rogocontain {
    top:31%;
}


#rogocontain img{
	height: 60%;
}




.sns {
    margin-left:-0.5em ;
    top:30%;
}


.sns-icon li{	
	width: 6em;
	padding-right : 0em;

}




#bottom{
	display: block;
	position: absolute;
	right: 0.75em;
    bottom: 2em;
    margin: auto;
    width: 100%;
    text-align: center;
    background-color: ;
}







orientation: portrait

