@charset "UTF-8";

body{
    font-family:'arial';
    font-size: xx-small;
}

img {
     -webkit-user-drag: none;
}

a:link{
     -webkit-user-drag: none;
    text-decoration: none;
    color: #333333;
}
a:visited { color: #333333; }
p {
    color: #333333;
}
.head1{
    width:700px;
    text-align: center;
    margin:auto;
    position: relative;
}

.MGtitle {
    max-width:90%;
    position: relative;
    margin: auto;
    margin-top: 50px;
    text-align: left;
}

.MGtitle1 img{

    width:80px;
}


.MGtitle2 img{

    top: 25px;
    left: 65%;
    width:190px;
}

.MGtitle3 img{
    width:80px;
}

.MGtitle4 img{
    width:80px;
}

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



/* menu */
.box-menu1 {
    max-width:800px;
    margin: auto;
    font-size: 17px;
    font-weight: bold;
}

.menu-, .menu-list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.menu-list, .menu-one {
  -webkit-transition: 0.25s ease-in;
  -moz-transition: 0.25s ease-in;
  -ms-transition: 0.25s ease-in;
  -o-transition: 0.25s ease-in;
  transition: 0.25s ease-in;
    margin-bottom: 5px;
}

.menu-one {
    font-size: 10px;
}

.menu-case {
  float: left;
    margin: 17px;
}

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

.menu-list {
  position: absolute;
  opacity: 0;
  z-index: -1;
  width: 10em;
}

.menu-name:hover + .menu-list, .menu-list:hover {
  opacity: 1;
  z-index: 1;
}

.menu-case:hover .menu-name {
  color: #919191;
}

.menu-list {
  opacity: 0;
  z-index: -1;
  position: absolute;
  width: auto;
  background: #ffffff;

}

.pageback {
    border:none;
    width:20%;
    height:60%;
    margin: auto;
    position:fixed; top:20%; left:15px;
    opacity: 0.1;
}

.pageback img{
   height:30px;
}


.box-about1 {
    max-width:300px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 100px;
}

.box-about1 {
    line-height:1;
    font-size: 12px;
}

.Aboutimg {
    width:100%;
    margin: auto;
    margin-bottom: 50px;
    text-align:left;
}
.Aboutimg img{
    width:40%;
}



.img_wrapper {
    max-width: 800px;
    text-align: center;
    margin: auto;
    margin-top: 300px;
    position: relative;
}

.box-index {
    margin: auto;
    max-width:600px;
    margin-bottom: 150px;
    position: absolute;
    text-align: left;
    top: -120px;
}

.box-index a{
    color: #808080;
}

.cell-index {
    height:40px;
    margin-left: 5px;

}

.indeximg2 img{
    width:600px;
    margin-bottom: 20px;
}

.img_wrapper img {   
  max-width: 65%;
}

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

.other {
    max-width:100px;
    margin:auto;
    margin-bottom: 50px;
    margin-top: 50px;
    text-align: center;
    font-size: 12px;
}

/* Header */

.headlogo{
    max-width:100%;
    margin:auto;
    margin-top: 20px;
    margin-bottom: 40px;
}



.workstitle {
    max-width:400px;
    margin:auto;
    text-align: center;
}

.workstitle img{
    width:100%;
    
}

.line {
    margin: auto;
    margin-bottom: 10px;
    max-width:90%;
}

/* works */
.worksimg {
    width:600px;
    margin:auto;
    margin-top: 130px;
    margin-bottom: 70px;
    text-align: center
}

.worksimg img{
    max-width:70%;
}

/* Magazine */

.box-works{
    max-width:700px;
    margin:auto;
}

.box-works .cell-works{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

.cell-works {
    float:left;
    width:50%;
}

.cell-works img{
    width:80%;
    
}

.cell-works:nth-child(3) {
    clear: both;
}

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

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

/* Catalog */

.box-catalog{
    max-width:800px;
    margin:auto;
}

.box-catalog .cell-catalog{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cell-catalog {
    float:left;
    width:33%;
    height:230px;
}

.cell-catalog img{
    max-width:80%;
    max-height:90%;
    box-shadow: 2px 2px 4px 1px gray;
}

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

/* Book */

.box-book{
    max-width:800px;
    margin:auto;
}

.box-book .cell-book{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.box-book .cell-book-s{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.cell-book {
    float:left;
    width:33%;
    height:300px;
    vertical-align: middle;
}

.cell-book img{
    max-width:85%;
    max-height:85%;
}
.cell-book2 {
    float:left;
    width:33%;
    height:300px;
    vertical-align: middle;
    text-align: center;
}

.cell-book2 img{
    max-width:70%;
    max-height:70%;
    box-shadow: 2px 2px 4px 1px gray;
}

}

.cell-book-s {
    float:left;
    width:33%;
    height:300px;
    vertical-align: middle;
}

.cell-book-s img{
    max-width:70%;
    max-height:70%;
    box-shadow: 2px 2px 4px 1px gray;
}



.shadow img{
    box-shadow: 2px 2px 4px 1px gray;
}

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

.bookname {
    font-size:xx-small;
}

/* box cell */
.box {
    max-width:700px;
    margin:auto;
    text-align: center;
}

.box2 {
    max-width:1100px;
    margin:auto;
    margin-top: 50px;
    text-align: center;
    
}

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

.ienohikari_pickup {
    float:left;
    width:33%;
}

.ienohikari_pickup img{
    width:100%;
    vertical-align:bottom;
}

.box3 {
    margin:auto;
    margin-bottom: 10px;
    text-align: left;
    max-width:1100px;
    font-size: 15px;
}


.cell-shadow{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    float:left;
    width:33%;
    height:250px;
}

.cell-shadow img{
    max-width:80%;
    max-height:80%;
    box-shadow: 2px 2px 4px 1px gray;
}

.cell-shadow-L{
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    float:left;
    width:33%;
    height:300px;
}

.cell-shadow-L img{
    max-width:75%;
    max-height:75%;
    box-shadow: 2px 2px 4px 1px gray;
}

.cell-100{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    float:left;
    width:100%;
    height:auto;
    max-height: 700px;
    object-fit: contain;
}

.cell-100 img{
    max-width:85%;
    height: auto;
    max-height:550px;
    box-shadow: 2px 2px 4px 1px gray;
}

.cell-100s {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
    float:left;
    width:100%;
    height:auto;
    max-height: 400px;
    object-fit: contain;
}

.cell-100s img{
    max-width:100%;
    height: auto;
    max-height:400px;
    box-shadow: 2px 2px 4px 1px gray;
}


.cell-100ns {
    text-align: center;
    float:left;
    width:100%;
    max-width:100%;
    height:auto;
    max-height: 500px;
    margin-top: 15;
    margin-bottom: 15px;
}

.cell-100ns img{
    
    max-width:100%;
    max-height: 500px;
    
}

.cell-100ns-book {
    text-align: center;
    float:left;
    width:100%;
    max-width:100%;
    height:auto;
    max-height: 500px;
    margin-top: 60px;
    margin-bottom: 30px;
}

.cell-100ns-book img{
    
    max-width:100%;
    max-height: 500px;
    
}


.cell-100nsDM {
    text-align: center;
    float:left;
    width:100%;
    max-width:100%;
    height:auto;
    max-height: 300px;
    margin-bottom: 8px;
}
.cell-100nsDM img{
    
    max-width:100%;
    max-height: 300px;
    
}

.cell-100nsDM2 {
    text-align: center;
    float:left;
    width:100%;
    max-width:100%;
    height:auto;
    max-height: 600px;
    margin-bottom: 8px;
}
.cell-100nsDM2 img{
    
    max-width:100%;
    max-height: 600px;
    
}

.cell-100ns2 {
    text-align: center;
    float:left;
    width:100%;
    height:auto;
    margin-bottom: 50px;
    max-height: 600px;
    object-fit: contain;
}

.cell-100ns2 img{
    max-width:80%;
    height: auto;
    max-height:400px;
}

.cell-100ns3 {
    text-align: center;
    float:left;
    width:100%;
    height:auto;
    margin-bottom: 50px;
    max-height: 600px;
    object-fit: contain;
}

.cell-100ns3 img{
    max-width:90%;
    height: auto;
    max-height:600px;
}

.cell-50 {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    float:left;
    width:100%;
    height:auto;
}

.cell-50Packageing {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    float:left;
    width:49%;
    height:auto;
}

.cell-50Packageing img{
    vertical-align: top;
    margin: auto;
    max-width: 100%;
    max-height:100%;
}

.cell-30 {
    
    text-align: left;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    float:left;
    width:100%;
    height:auto;
}

.cell-30 img{
    vertical-align: top;
    margin: auto;
    margin-left: 50px;
    margin-right: 160px;
    width:50%;
}

.cell-50 img{
    max-width:60%;
    max-height:60%;
    box-shadow: 2px 2px 4px 1px gray;
}

.cell-widthfull {
    margin-top: 60px;
    margin-bottom: 30px;
    max-width:100%;
}

.cell-widthfull img{
    max-width: 100%;
}
    
.box:after {
    content:"";
    display: block;
    clear: both;
}

/* mouseover */
.cell-100s img:hover{
    transform: scale(1.4);
	transition-duration: 0.2s;
}

.cell-100 img:hover{
    transform: scale(1.6);
	transition-duration: 0.2s;
}

.cell-50Packageing img:hover{
    transform: scale(1.2);
	transition-duration: 0.2s;
}

.cell-100ns img:hover{
    transform: scale(1.6);
	transition-duration: 0.2s;
}

.cell-50 img:hover{
    transform: scale(1.4);
	transition-duration: 0.2s;
}

.pageback:hover img{
    opacity: 1.0;
    transform: scale(1.3);
    transition-duration: 0.1s;
}

.cell-100nsDM2:hover img{
    
    transform: scale(1.4);
	transition-duration: 0.2s;
    
}

.ienohikari_pickup img:hover{
    transform: scale(1.8);
	transition-duration: 0.2s;
}

.ienohikari_pickup:nth-child(5) {
    clear: both;
}

.pageback:hover {
    opacity: 1;
}

.cell-widthfull:hover {
    transform: scale(1.2);
	transition-duration: 0.2s;
}

/* Footer */

.footer {
    font-size: xx-small;
    max-width:90%;
    margin:auto;
    margin-top: 10px;
    margin-bottom: 100px;
}

/* about */
    

    
    .box-about {
    font-family:"ＭＳ Ｐゴシック",sans-serif;
    font-size:12px;
    width:500px;
    margin:auto;
    margin-bottom: 120px;
    text-align: left;
    }


    .box-about table{
        border: 1px solid #cccccc;
        width:500px;
    }

.cell-about {
    font-size: 130%;
    border: 1px solid #cccccc;
    text-align: center;
    font-size: 2;
}
    
    .cell-about2 {
        text-align:left;
        padding:10px;
        margin:10px;
        max-width:400px;
    }

.box-about3 {
    border: 1px solid #cccccc ;
}

.box-info3 {
    max-width:500px;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 50px;
    text-align: center;
    font-size: 13px;
}

.box-info3 img {
    width:40%;
}

/* @@@@@@@@@@ ~599px @@@@@@@@@@ */

@media (max-width:599px) {
    .img_wrapper span {
  font-size: 6px;
  position: static;
}
    
    .img_wrapper {
    max-width: 100%;
    margin-top: 50px;

}

.box-index {
    margin: auto;
    max-width:600px;
    margin-bottom: 10px;
    position:static;
    text-align: left;
}
    
.indeximg2 img{
        margin-left: 10px;
    }    

.cell-index {
    width:100%;
    margin-left: 20px;
}
    
.cell-50Packageing {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
    float:left;
    width:100%;
    height:auto;
}

    
    .img_wrapper font {
  font-size: 20px;
    }
    
    .img_wrapper p{
        float: none;
    }
    
    /*index*/
    .logo {
        margin-top: 30px;
    }
    
    .info1 {
        margin-bottom: 100px;
    }
    
    .cell-shadow{
    width:100%;
    margin-bottom: 50px;
}
    .cell-shadow img{
    max-width:100%;
    max-height:100%;
    box-shadow: 2px 2px 4px 1px gray;
}
    
    /* works */
    .worksimg {
        width:300px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
    
    /*magazin*/
    .headlogo {
        margin-bottom: 0px;
    }
        
    .headlogo img{
        width:150px;
    }
    
    .workstitle {
        max-width:100%;
        margin-bottom: 20px;
    }
    
    .info2body {
        max-width:599px;
        margin-bottom: 50px;
    }
    
    .info2 {
        clear: both;
    }
    
    .info2body img{
        height:40px
    }
    
    .box-works {
        max-width:599px;
    }
    
    .cell-works {
        width:100%;
    }
    
    /* catalog */
    .box-catalog {
        max-width:599px;
    }
    
    .cell-catalog {
        width:100%;
        height:auto;
        max-height:400px;
    }
    
    .cell-catalog img{
        max-width:60%;
        height:auto;
        max-height:400px;
    }
    
    /* book */
        .box-book {
        max-width:599px;
    }
    
    .cell-book {
        width:100%;
        height:auto;
        max-height:400px;
    }
    
    .cell-book img{
        max-width:100%;
        height:auto;
        max-height:400px;
    }
    
    .cell-shadow-L {
        width:100%;
        height:auto;
        max-height: :400;
    }
    
    .cell-shadow-L img{
        max-width:100%;
        height:auto;
        max-height:400px;
    }
    
.cell-100ns {
    margin-bottom: 4px;
}
    
    /* footer */
    .footer {
        margin-top: 10px;
        margin-bottom: 30px;
    }
    
    /* about */
    
   .box-about {
    max-width:100%;
    }

    .box-about table{
        width:100%;
    }

    .cell-about2 {
        width:auto;
    }

/* map */
    iframe{
        width:100%;
    }
    
/* mouseover */
.cell-100s img:hover{
    transform: scale(1.1);
	transition-duration: 0.2s;
}

.cell-100 img:hover{
    transform: scale(1.1);
	transition-duration: 0.2s;
}
    
.cell-50Packageing img:hover{
    transform: scale(1.2);
	transition-duration: 0.2s;
}

.cell-100ns img:hover{
    transform: scale(1.1);
	transition-duration: 0.2s;
}

.cell-50 img:hover{
    transform: scale(1.1);
	transition-duration: 0.2s;
}
    
.MGtitle {
    text-align:center;
}

.MGtitle2 img{
    position:static;
    width:200px;
    margin-bottom: 10px;
}

.menu-case {
    margin: 10px;
    margin-left: 30px;
    width: 80%;
}
    
.pageback {
    max-width:80%;
    margin: auto;
    margin-bottom: 20px;
    position:fixed; top:5%; left:0px;
    opacity: 0.3;
}

    .pagebackimg img{
        border-radius: 50%;
    }
    
.cell-book2 {
    float:left;
    width:100%;
    height:300px;
    vertical-align: middle;
    text-align: center;
}

.cell-book2 img{
    max-width:70%;
    max-height:70%;
    box-shadow: 2px 2px 4px 1px gray;
}
    
.ienohikari_pickup {
    float:left;
    width:100%;
}
    
    
}

/* @@@@@@@@@@ 600px~767px @@@@@@@@@@ */

@media (min-width:600px) and (max-width:767px) {
    
    
    /* mouseover */
.cell-100s img:hover{
    transform: scale(1.2);
	transition-duration: 0.2s;
}

.cell-100 img:hover{
    transform: scale(1.2);
	transition-duration: 0.2s;
}

.cell-100ns img:hover{
    transform: scale(1.2);
	transition-duration: 0.2s;
}
    
 .cell-index {
    width:100%;
     margin: auto;
}


.cell-50 img:hover{
    transform: scale(1.2);
	transition-duration: 0.2s;
}
    
.cell-book-s {
    width:50%;
    height:300px;
}    

.cell-book {
    float:left;
    width:50%;
    height:300px;
}
    
.cell-book2 {
    float:left;
    width:50%;
    height:300px;
    vertical-align: middle;
    text-align: center;
}

.cell-book2 img{
    max-width:70%;
    max-height:70%;
    box-shadow: 2px 2px 4px 1px gray;
}
    
    
}

/* @@@@@@@@@@ 768px~ @@@@@@@@@@ */

@media (min-width:768px) {

    .cell-works:nth-child(3) {
        clear: both;
    }

    .cell-catalog {
        
    }
    
    
    /* mouseover */
.cell-100s img:hover{
    transform: scale(1.4);
	transition-duration: 0.2s;
}

.cell-100 img:hover{
    transform: scale(1.4);
	transition-duration: 0.2s;
}

.cell-100ns img:hover{
    transform: scale(1.4);
	transition-duration: 0.2s;
}

.cell-50 img:hover{
    transform: scale(1.3);
	transition-duration: 0.2s;
}
    

    
}

/* @@@@@@@@@@ 1040px~ @@@@@@@@@@ */

@media (min-width:1040px) {
    
    /* mouseover */

    
}