*{margin:0; padding:0;}
body{
width:100%;
height:auto;
background-color:#dfddd0;
text-align:center;color:#333;
font-family: "ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro",'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
word-wrap:break-word;
line-height:2;
	}

#home{ background-color:#eae9e1; }
	
#wrap{
max-width:700px; width:95%; margin:0 auto 1.5em auto;
	}
	
p,dt,dd{font-size: 16px; line-height:1.8em;}
h2{font-size:2.2em; margin-top:0.5em; margin-bottom:0;line-height:1.3;
}
h3{font-size:1.7em;}
h4{font-size:1.4em; margin-bottom:0.7em;}

img{max-width:98%;height:auto; }
a{color:#5ab608;}
a:visited{color:#E27407;}
a:hover{color:#00bbea;}


/* aタグのtarget属性が_blankの場合 .noexは除外 */
a[target=_blank]:not(.notex)::after {
  content:"";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  background:url(img/link_off.png) no-repeat scroll left center transparent;
  background-size: contain;
}

a:hover[target=_blank]:not(.notex)::after {
  content:"";
  width: 16px;
  height: 16px;
  display: inline-block;
  margin-left: 5px;
  background:url(img/link_on.png) no-repeat scroll left center transparent;
  background-size: contain;
}


ul {max-width:700px;text-align:left;margin:0 auto;
}
ul li{list-style:none;
	}

hr {
height: 1px;
background-color: transparent;
border: none;
border-top:2px dashed #949075;
max-width:700px;
margin:0 auto;
}

address{text-align:center;}
address span{font-size:1.5em; vertical-align: -6%;}

iframe{
    width: 100%;
}

blockquote{
font-style:italic;
color:#0065a5;
	}


/*------------ 共通お知らせ -------------*/

.info{
max-width:600px;
width:100%;
background-color:#f5f4ee;
border-radius:25px;
position:relative;
padding:3em;
margin:1em 0;
	}
	
.info h3{
position:absolute;
top:-0.75em;
left:0.5em;
letter-spacing:0.07em;
 text-shadow    : 
       5px  5px 4px #f5f4ee,
      -5px  5px 4px #f5f4ee,
       5px -5px 4px #f5f4ee,
      -5px -5px 4px #f5f4ee,
       5px  0px 4px #f5f4ee,
       0px  5px 4px #f5f4ee,
      -5px  0px 4px #f5f4ee,
       0px -5px 4px #f5f4ee; 
}

.info #bird{
position:absolute;
bottom:-12px;
left:-10px;

-webkit-filter: drop-shadow(0 0 7px rgba(245, 244, 238, 1));
	}

.info #pin{
position:absolute;
top:-7px;
right:0;
	}

.info::before {
  content: "";
  background-image: linear-gradient(to right, #f8db75, #f8db75 5px, transparent 5px, transparent 12px),
  linear-gradient(to right, #f8db75, #f8db75 5px, transparent 5px, transparent 12px),
  linear-gradient(to bottom, #f8db75, #f8db75 5px, transparent 5px, transparent 12px),
  linear-gradient(to bottom, #f8db75, #f8db75 5px, transparent 5px, transparent 12px);
  background-size: 12px 2px, 12px 2px, 2px 12px, 2px 12px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  border-radius:25px;

}


/*------------ HOME -------------*/
#welcome{
padding-top:4em;
font-weight:500;
}

#update{
font-size:0.75em;
	}

#homemenu{margin:2.5em 0 0 0 ;}

#homemenu li{
width:28%;
text-align:center;
transition: 0.5s;
margin:0 2% 2em 2%;
display: inline-block;
	}
	
#homemenu li.book{
margin-top: -45px;
	}
	

#homemenu li.illust{
margin-top: -10px;
	}
	
#homemenu li.note{
margin-left: 20%;
	}
	
#homemenu li.illust img{
max-height:115px;	
	}

#homemenu li.note img{
max-height:115px;	
	}

#homemenu li.special img{
max-height:102px;	
	}

#homemenu li.book img{
max-height:145px;	

	}

#homemenu li.contact img{
max-height:90px;
	}

	
#homemenu li.illust:hover,#homemenu li.note:hover{
transform:scale(1.1,1.1) rotate(10deg);
	}
	
#profile-title{
text-align:center; margin:-65px auto 0.2em auto;
	}
	
#profile-title img{ height:35px; }


#homemenu li.special:hover,#homemenu li.contact:hover,#homemenu li.book:hover{
transform:scale(1.1,1.1) rotate(-10deg);
	}


#swipebox-overlay {
  background: transparent url(https://fukuirie.com/img/gallery-bg.png) repeat;
}

.clear::after {
	content: "";
	display: block;
	clear: both;
}

/*------------ BOOK -------------*/
#book #wrap p{
text-align:left;
	}
	
#book h3{
text-align:left;
padding-bottom:0.5em;
	}
	
.book-img{
padding:0 3% 0 0;
margin:0;
width:30%;
height:auto;
float:left;
	}

.book-img img {
  box-shadow: 2px 2px 4px gray;
  margin:0;
}

.book-img p{
margin-top:0.75em;
line-height:1.5em;
	}
	
.book-img a{
text-decoration:none;
color:#333;
	}
	
.book-img a:hover img{  box-shadow: 0 0 5px 0 yellow; border:1px solid white; margin:-1px 0 -1px 0; opacity:0.9; background-color:white;
}


#book-main{
padding-bottom:0.5em;
	}
	
#book-main img{
width:100%;
	}
	
#book-thumb img{
width:31%;
float:left;
padding-right:3%;
	}
	
	
#book #wrap a:hover img{
opacity:0.7;
	}



/*------------ ILLUST -------------*/

ul.gallery {
max-width:auto;
height:auto; 
text-align:center;
}	
ul.gallery li{
display:inline-block;
text-indent:0;
padding:0 1% 0 1%;
margin-bottom:1.2em;
height:auto
width:auto;
max-width:30%;
vertical-align: middle;
	}


/*------------ NEWS -------------*/
#news h3{
font-size:1.2em;
margin:0 ;
color:#999;
	}
	
#news dl{
line-height:2.5em;
margin:0;
text-align:left;
	}

#news dl dt{
margin-top: 0.75em;
font-weight:bold;
	}


#news dl dd{
margin-top:-0.5em;
line-height:1.85em;
padding-left:1em;
	}

/*------------ SecretBase -------------*/
#secret #wrap ul{
display:flex;
flex-wrap: wrap;
	}

#secret #wrap ul li{
width:auto;
height:auto;
display:inline-block;
font-size:1.1em;
float:left;
padding-right:1.5em;
}




/*------------ Note -------------*/

#note #wrap{
max-width:920px;
margin:0 auto;

	}

#note #wrap #main{
width:580px; float:left; 

	}
	
#note #wrap #navi{
max-width:180px; float:right;
overflow-wrap: break-word; 
	}
	
#note #wrap #navi div{
width:100%;

}

#note #wrap #navi p{
margin-bottom:1em;
line-height:1.5;
	}
	
	
@media only screen and (max-width: 919px) {
#note #wrap{
max-width:83%;
margin:0 3% 0 2.5%;

	}

#note #wrap #main{
width:100%;
height:auto;
margin:0 0 1.5em 0;
clear:both;
 }
	
#note #wrap #navi{
max-width:100%;
width:100%;
height:auto;
clear:both; margin:0 0 1.5em 0;
overflow-wrap: break-word;
	}

} 

#note #wrap #navi p a{ text-decoration:none;}
#note #wrap #navi p a:hover{ text-decoration:underline;}


#note #wrap #navi p img:hover {
opacity:0.7;
	}

.category div{ 
text-align:center;
max-width:8em;
margin:0 auto;
padding:0;
  }

.category p{ text-align:left;  }
	
/* aタグのtarget属性が_blankの場合 .noexは除外 */
#note .navi-profile a[target=_blank]:not(.notex)::after {
  content:"";
  width: 0;
  height: 0;
  display: none;
  margin-left: 0;
  background:none;
}

#note .navi-profile a:hover[target=_blank]:not(.notex)::after {
  content:"";
  width: 0;
  height: 0;
  display: none;
  margin-left: 0;
  background:none;
}



.note-thumb-img{
width:28%;
max-height:150px;
padding:0 1.5em 1em 0;
float:left;
	}

.note-thumb-txt{
width:100%;
height:auto;
text-align:left;
	}
	
.note-thumb p{
text-decoration:none;
color:#333;
line-height: 1.5;
margin-bottom:0.25em;

	}
	
.note-thumb-txt h3{
margin:-0.05em 0 0.25em 0;
text-decoration:none;
color:#333;
line-height: 1.2;

	}

.note-thumb a{
text-decoration:none;
}

.note-thumb:hover .note-thumb-txt p,.note-thumb:hover .note-thumb-txt h3{
text-decoration:underline;
color:#00bbea;
	}
	
.note-thumb:hover img{
opacity:0.7;
	}
	
.note-thumb .date{
color:#999;
text-align:right;
margin-bottom:0.5em;
	}

.note-thumb .date span{
display:inline-block;
background-color:#777;
color:#eae9e1;
border-radius:6px;
font-size:0.65em;
padding:0.22em 0.4em;
vertical-align:top;
}

.note-thumb:hover .date span{
background-color:#00bbea;
	}
	


.note-list-img{
width:60px;
height:60px;
padding:0 1em 0 0;
float:left;
	}

.note-list-txt{
width:100%;
height:auto;
text-align:left;
	}
	
.note-list p{
text-decoration:none;
color:#333;
margin-bottom:0.25em;

	}
	
.note-list-txt h4{
margin:-0.05em 0 0.3em 0;
text-decoration:none;
color:#333;
line-height: 1.3;
font-size:1.2em;

	}

.note-list a{
text-decoration:none;
}

.note-list:hover .note-list-txt p,.note-list:hover .note-list-txt h4{
text-decoration:underline;
color:#00bbea;
	}
	
.note-list:hover img{
opacity:0.7;
	}
	
.note-list .date{
color:#999;
text-align:left;
	}

.note-list .date span{
display:inline-block;
background-color:#777;
color:#eae9e1;
border-radius:6px;
font-size:0.65em;
padding:0.1em 0.4em;
vertical-align:middle;
}

.note-list:hover .date span{
background-color:#00bbea;
	}
	
	
	
#note #wrap .note-page p,#note #wrap .note-page h2{
text-align:left;
	}
#note #wrap .note-page h2{
line-height:1.3;
	}
	
#note #wrap .note-page p.date{
text-align:right;
color:#999;
	}
	
#note #wrap .note-page p.date span{
display:inline-block;
background-color:#777;
color:#eae9e1;
border-radius:6px;
font-size:0.65em;
padding:0 0.5em;
vertical-align:middle;
}
	
#note #wrap .note-page img{
padding:1.5em 0;
	}


/*------------ Contact -------------*/

#contact #sns img{
width:17%;
min-width:75px;
	}
	
#contact #sns img:hover{
opacity:0.6;
	}


/* aタグのtarget属性が_blankの場合 .noexは除外 */
#contact #sns a[target=_blank]:not(.notex)::after {
  content:"";
  width: 0;
  height: 0;
  display: none;
  margin-left: 0;
  background:none;
}

#contact #sns a:hover[target=_blank]:not(.notex)::after {
  content:"";
  width: 0;
  height: 0;
  display: none;
  margin-left: 0;
  background:none;
}

#contact .list li{
text-indent:-1.5em;
padding-left:1.5em;
margin-bottom:1em;
font-size:1.1em;
	}
	
/*------------ 共通メニュー -------------*/

.mainmenu{
margin:1em 0 -0.5em 0;
	}

.mainmenu ul li{
width:16.2%;
float:left;
position:relative;
	}
.mainmenu ul li.menu-home{
width:14%;
	}
.mainmenu li.menu-illust{
padding-left:0.75em;
	}

.mainmenu ul li a{

	}

.mainmenu ul li img:hover{
transform:scale(1.1,1.1)  ;
transition:0.4s all;
	}
	
.mainmenu::after {
    content: "";
    display: block;
    clear: both;
	}
	
.mainmenu li.menu-work div,.mainmenu li.menu-book div{
position:absolute;
top:70%;
left:2%;
	}
	
.mainmenu li.menu-secret div{
position:absolute;
top:-20%;
left:10%;
	}
	
.mainmenu li.menu-contact div{
position:absolute;
top:-0.75em;
left:-7%;
	}

.mainmenu li.menu-note div{
position:absolute;
top:65%;
left:10%;
	}
	
.mainmenu li.menu-illust div{

position:absolute;
top:65%;
left:7%;
	}
	
.sub-menu{
max-width:686px;
height:auto;
margin:1em auto;
font-weight:bold;
border-radius:25px;
background-color:#eae9e1;
padding:1em 7px 1em 7px ;

	}

.sub-menu p,.pagination p{color:#ff7e9c; text-align:center;
}
.sub-menu a.pagination a{color:#ff7e9c;}
.sub-menu a:visited,.pagination a:visited{color:#ff7e9c;}
.sub-menu a:hover,.pagination a:hover{color:#00bbea;}



/*------------ ETC -------------*/

.page_top{text-align:center;}


/*------------ 装飾 -------------*/
.dark-back{
background-color:#dfddd0;
margin: 4em 0 0 0;
padding:3em 7% ;
border-radius:25px;
	}
	
.light-back{
border-radius:25px;
background-color:#eae9e1;
padding:1em 7% 1em 7% ;
	}

.c1{color:#7e5930;}
.c2{color:#f58500;}
.c3{color:#efbf00;}
.c4{color:#9ac20e;}
.c5{color:#ff8f79;}
.c6{color:#31cae1;}

.padding0{ padding:0;}


.language-menu{
font-size:0.9em; 
margin: 0 ;
padding:0;
	}
	
.language-menu span{
border-radius: 50%;
border:pink 4px solid;
}

.language-menu small{
color:#777;
}
