@charset "UTF-8";
#bgi {background-image: url(3ik-illust/back6.jpg) ;background-repeat:no-repeat;
    background-position: center center;background-size:contain;max-width:100%;}

body{background-color:bisque;margin:10px 50px;line-height:1 ;}
p{font: size 20px;line-height:1.5}
img{width:250px;}

#index h1{font-family:serif;text-align:center;color:teal;font-size:3rem;}
.iroiro{float:left; margin:3em;}
/*部門毎イラストはスマフォ対応でauto-fitにしてある。表示最小サイズ＝240px*/
.chintai{clear:both;}
.grid{clear:both;display:grid;gap:26px; 
    grid-template-columns:repeat(auto-fit,minmax(240px,1fr));}
.grid2{width:480px;}
ul{list-style:decimal inside;}
.tohome{float:right;}
.to-inakagurashi{float:right;}




