@charset "UTF-8";

/* * * * * * * * * * * * * * * * * *
 naka.css
* * * * * * * * * * * * * * * * * */
.noPC{display: inline-block!important;}
.noSP{display: none!important;}
.pan {
  width: auto;
  padding: 16px 10px;
}

.contbox {
  width: 90%;
}

.prof {
  width: auto;
}

.prof h2 {
  font-size: 20px;
  width: 100%;
}

.prof dl {
  width: 100%;
}

.prof dl dt {
  border: none;
  padding: 16px 0 0;
}

.prof dl dd {
  width: 100%;
  padding-top: 3px;
}

h1 {
  letter-spacing: 5px;
  font-size: 20px;
  margin: 30px 10px 40px;
}


/* about
--------------------------------- */
#about #mv{
  margin-bottom: 0;
}

#about #mv #about_mv {
  width: 100%;
}

#about #mv .textbox {
  width: 90%;
  position: relative;
  top: -20px;
  left:  0;
  margin: 0 auto;
  padding: 30px;
  box-sizing: border-box;
}

#about #mv .textbox h2 {
  font-size: 22px;
}

#about .contbox .textbox{
  margin-bottom: 20px;
}
/* archive
--------------------------------- */
#archive.detail #mv {
  padding: 30% 10%;
  width: auto;
}
#archive.detail #mv h1 {
  font-size: 24px;
  letter-spacing: 6px;
}
#archive.detail #mv h1 span{
  display: block;
  margin: 0 42%;
  padding: 3px 0;
}

.mainslide {
  width: 100%;
}

.slide .navslide {
  display: none;
}

#archive.detail .slide {
  width: auto;
}

/* crew
--------------------------------- */
#crew .list {
  width: auto;
  margin-bottom:  0px;
}

#crew .list ul li h3 {
  margin: 10px;
}

#crew .list ul li p {
margin: 0 10px;
}

#crew.detail dt {
  padding: 0;
}

#crew.detail dd {
  padding: 5px 0 15px;
}

#crew .photo {
  width: auto;
}

#crew .photo ul li {
  width: 33%;
}

#crew .photo ul li:last-child {
  display: none;
}

/* news
--------------------------------- */
#news #main {
  width: 90%;
}

#news #main h2 {
  font-size: 20px;
}

/* contact
--------------------------------- */
#contact #form {
  width: auto;
  padding: 0 20px 50px;
}

#contact #form dt {
  width: 100%;
  line-height: 1.8;
  margin-bottom: 10px;
}

#contact #form dd {
  width: 100%;
}

#contact #form dd label {
  padding: 10px 0;
  display: block;
}

#contact #form dd input[type="text"] {
  padding: 10px;
}

#contact #form dd textarea {
  padding: 10px;
}

#contact #form button {
  margin:  20px auto 0;
  width: 100%;
  max-width: 268px;
  font-size: 15px;
}
#loading {
  height: 400px;
}