@charset "UTF-8";
/* clearfix */
.clearfix, .staff, #staff_view #main .photo .thumb, .media .content ul, .media .content .detail, .gallery {
  *zoom: 1;
}
.clearfix:before, .staff:before, #staff_view #main .photo .thumb:before, .media .content ul:before, .media .content .detail:before, .gallery:before, .clearfix:after, .staff:after, #staff_view #main .photo .thumb:after, .media .content ul:after, .media .content .detail:after, .gallery:after {
  content: "";
  display: table;
}
.clearfix:after, .staff:after, #staff_view #main .photo .thumb:after, .media .content ul:after, .media .content .detail:after, .gallery:after {
  clear: both;
}

.container {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}

/*----------------------------------------------------
	汎用クラス
----------------------------------------------------*/
h1 {
  margin-bottom: 3%;
}

h2 {
  height: 38px;
  font-size: 24px;
  color: #FFF;
  background-color: #000;
  padding-left: 10px;
  margin-bottom: 3%;
}

/* History用 */
@media (min-width: 1000px) {
  .left {
    width: 16%;
    float: left;
  }
  .left img {
    margin-bottom: 30px;
  }
}
@media (max-width: 999px) {
  .left {
    width: 100%;
    padding: 3%;
  }
  .left #tab {
    display: block;
  }
  .left #tab li {
    padding: 2%;
    margin: 2%;
  }
}
#tab li {
  display: inline-block;
  cursor: pointer;
  border-bottom: #000 4px solid;
  margin: 0 50% 8% 0;
  margin-bottom: 8%;
}
#tab li.active {
  border-bottom: #fff 4px solid;
}

.disnon {
  display: none;
}

/*----------------------------------------------------
	index
----------------------------------------------------*/
.index {
  text-align: center;
}
.index li {
  width: 49%;
  display: inline-block;
}
.index li a {
  display: inline-block;
  margin-bottom: 5%;
}
.index li a:hover {
  -webkit-box-shadow: 0px 0px 10px #fff;
  -moz-box-shadow: 0px 0px 10px #fff;
  box-shadow: 0px 0px 10px #fff;
}

/*----------------------------------------------------
	ABOUT
----------------------------------------------------*/
.about {
  padding: 25% 3% 15%;
  background: url(../images/about/_bg.jpg) no-repeat;
  background-size: cover;
}
.about txt {
  display: inline-block;
  text-align: center;
}

/*----------------------------------------------------
	STAFF
----------------------------------------------------*/
.staff {
  margin-top: 6.25%;
}
.staff li {
  width: 15%;
  float: left;
  margin: 0 6.25% 6.25% 0;
}
.staff li a {
  color: #FFF;
  text-decoration: none;
}
.staff li a:hover {
  -webkit-box-shadow: 0px 0px 10px #fff;
  -moz-box-shadow: 0px 0px 10px #fff;
  box-shadow: 0px 0px 10px #fff;
}

@media (max-width: 999px) {
  .staff {
    padding: 0 3%;
  }
  .staff li {
    width: 33%;
    float: left;
    text-align: center;
    padding: 2%;
    margin: 0 0.25% 5% 0;
  }
  .staff li a {
    color: #fff;
    text-decoration: none;
  }
}
/* スタッフ詳細 */
#staff_view #catch {
  display: none;
}
#staff_view #main {
  padding-bottom: 40px;
}
#staff_view #main .name {
  font-size: 20px;
  margin-bottom: 30px;
}
#staff_view #main .name h3 {
  font-size: 40px;
  border-bottom: 2px solid #000;
  margin-bottom: 8px;
}
#staff_view #main .name .rubi {
  float: left;
}
#staff_view #main .name .post {
  float: right;
  color: #ca3636;
}
#staff_view #main .photo {
  width: 36%;
  float: left;
}
#staff_view #main .photo .thumb {
  margin-bottom: 30px;
}
#staff_view #main .photo .thumb li {
  float: left;
  width: 33.33%;
}
#staff_view #main .photo .thumb li a {
  cursor: pointer;
}
#staff_view #main .photo .thumb li:hover {
  -webkit-box-shadow: 0px 0px 10px #fff;
  -moz-box-shadow: 0px 0px 10px #fff;
  box-shadow: 0px 0px 10px #fff;
  opacity: 0.7;
}
#staff_view #main .info {
  width: 58%;
  float: right;
}
#staff_view #main .info .baseinfo {
  width: 100%;
  margin-bottom: 20px;
}
#staff_view #main .info .baseinfo tr th {
  border: 1px solid #ddd;
  padding: 10px;
  width: 18%;
  background: #000;
  color: #fff;
}
#staff_view #main .info .baseinfo tr td {
  border: 1px solid #ddd;
  background: #fff;
  padding: 10px;
  width: 32%;
  color: #000;
}
#staff_view #main .info .faq {
  width: 100%;
  margin-bottom: 20px;
}
#staff_view #main .info .faq tr th {
  border-bottom: 3px solid #eee;
  padding: 10px 0;
  width: 50%;
}
#staff_view #main .info .faq tr td {
  border-bottom: 3px solid #eee;
  padding: 10px 0;
}
#staff_view #main .info .message {
  background: #fff;
  padding: 20px;
  color: #000;
}

@media (max-width: 767px) {
  #staff_view #main .name h3 {
    font-size: 30px;
  }
  #staff_view #main .name .clearfix, #staff_view #main .name .staff, #staff_view #main .name .photo .thumb, #staff_view #main .photo .name .thumb, #staff_view #main .name .media .content ul, .media .content #staff_view #main .name ul, #staff_view #main .name .media .content .detail, .media .content #staff_view #main .name .detail, #staff_view #main .name .gallery {
    font-size: 12px;
  }
  #staff_view #main .photo {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #staff_view #main .photo img {
    width: 100%;
  }
  #staff_view #main .info {
    width: 100%;
    float: none;
  }
  #staff_view #main .info .baseinfo {
    font-size: 10px;
  }
  #staff_view #main .info .faq th {
    font-size: 12px;
  }
}
/*----------------------------------------------------
	RANKING
----------------------------------------------------*/
@media (min-width: 1000px) {
  .ranking .sp {
    display: none;
  }
  .ranking a {
    color: #FFF;
    text-decoration: none;
  }
  .ranking .list .content {
    width: 42%;
    float: left;
  }
  .ranking .list .content div {
    width: 45%;
    float: left;
    margin-right: 5%;
  }
  .ranking .list .content div h3 {
    padding-top: 100%;
  }
  .ranking .list .right {
    width: 42%;
    float: left;
  }
  .ranking .list .right .month {
    padding: 22.5% 0;
  }
  .ranking .list .right div {
    width: 20%;
    float: left;
    text-align: center;
    padding-right: 10px;
    margin-bottom: 30px;
  }
  .ranking .list .right div:hover h3 {
    font-size: 16px;
    padding-top: 20%;
  }
  .ranking .list .right div:hover p {
    font-size: 10px;
  }
}
@media (max-width: 999px) {
  .ranking {
    padding: 0 2%;
  }
  .ranking .pc {
    display: none;
  }
  .ranking .list img {
    padding: 0 3%;
  }
  .ranking .list .content {
    width: 100%;
  }
  .ranking .list .content img {
    padding: 5%;
  }
  .ranking .list .content div {
    width: 50%;
    float: left;
    text-align: center;
  }
  .ranking .list .content div h3 {
    font-size: 18px;
  }
  .ranking .list .content div h3 span {
    font-size: 14px;
  }
  .ranking .list .right {
    clear: both;
    width: 100%;
  }
  .ranking .list .right img {
    padding: 3% 0;
  }
  .ranking .list .right .rank {
    display: block;
  }
  .ranking .list .right div {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .ranking .list .right div h3 {
    font-size: 12px;
  }
  .ranking figure {
    text-align: center;
  }
  .ranking figure figcaption h3 span {
    display: block;
    font-size: 10px;
  }
  .ranking figure figcaption p {
    display: none;
  }
  .ranking a {
    color: #000;
    text-decoration: none;
  }
}
/*----------------------------------------------------
	SERVICE
----------------------------------------------------*/
.service div {
  font-weight: bold;
  border: #fff 8px solid;
  padding: 3%;
  margin: 2%;
}
.service .full {
  width: 100%;
  margin-left: 0;
}
.service .left {
  width: 48%;
  float: left;
  margin-left: 0;
}
.service .right {
  width: 48%;
  float: right;
  margin-right: 0;
}
.service table {
  width: 100%;
}
.service table tr {
  border-bottom: #fff 2px solid;
}
.service table tr th {
  width: 50%;
  font-weight: bold;
  padding: 5% 0;
}
.service table tr td {
  width: 50%;
  text-align: right;
}

@media (max-width: 999px) {
  .service {
    padding: 0 3%;
  }
  .service div {
    font-weight: bold;
    border: #fff 8px solid;
    padding: 3%;
    margin: 2%;
  }
  .service .full {
    width: 100%;
    margin-left: 0;
  }
  .service .left {
    width: 100%;
    margin-left: 0;
  }
  .service .right {
    width: 100%;
    margin-left: 0;
  }
  .service table {
    width: 100%;
  }
  .service table tr {
    border-bottom: #fff 2px solid;
  }
  .service table tr th {
    width: 50%;
    font-weight: bold;
    padding: 2% 0;
  }
  .service table tr td {
    width: 50%;
    text-align: right;
  }
}
/*----------------------------------------------------
	MEDIA
----------------------------------------------------*/
.media .content {
  width: 84%;
  float: left;
}
.media .content ul {
  width: 100%;
}
.media .content ul li {
  width: 24.5%;
  text-align: right;
  float: left;
  margin-left: 8.8%;
}
.media .content ul li img {
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'> <filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  filter: gray;
  -webkit-filter: grayscale(100%);
}
.media .content ul li img:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
.media .content ul li tit {
  display: block;
  text-align: center;
  padding-top: 5%;
}
.media .content .detail {
  width: 100%;
  display: block;
  text-align: left;
  padding: 0 5% 5% 8%;
  margin-bottom: 5%;
}
.media .content .detail img {
  width: 37%;
  float: left;
  padding-right: 7%;
}
.media .content .detail tit {
  font-size: 18px;
  display: block;
  margin-bottom: 3%;
}
.media .content .detail txt {
  font-size: 13px;
  display: block;
}
.media .content .disnon_detail {
  display: none;
}

@media (max-width: 999px) {
  .media .left {
    width: 100%;
    padding: 3%;
  }
  .media .left #tab {
    display: block;
  }
  .media .left #tab li {
    margin-right: 3%;
  }
  .media .content {
    width: 100%;
    padding: 0 3%;
  }
  .media .content ul {
    width: 100%;
  }
  .media .content ul li {
    width: 33%;
    text-align: center;
    float: left;
    margin-right: 0.5%;
  }
  .media .content .detail {
    width: 100%;
    display: block;
    text-align: left;
    padding: 0 5% 5%;
  }
  .media .content .detail img {
    width: 30%;
    float: left;
    padding: 0 5% 3% 0;
  }
  .media .content .detail tit {
    font-size: 16px;
    display: block;
    margin-bottom: 3%;
  }
  .media .content .detail txt {
    clear: both;
    font-size: 13px;
    display: block;
  }
  .media .content .disnon_detail {
    display: none;
  }
}
/*----------------------------------------------------
	EVENT
----------------------------------------------------*/
.cal_wrapper {
  max-width: 800px;
  /* 最大幅 */
  min-width: 300px;
  /* 最小幅 */
  margin: 2.0833% auto;
}

.googlecal {
  position: relative;
  padding-bottom: 100%;
  /* 縦横比 */
  height: 0;
  overflow: hidden;
}

.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

@media only screen and (min-width: 600px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
}
/*----------------------------------------------------
	PV
----------------------------------------------------*/
/*----------------------------------------------------
	GALLERY
----------------------------------------------------*/
.gallery {
  text-align: center;
}
.gallery li {
  width: 33%;
  height: auto;
  float: left;
  margin: 0 0.5% 2.2% 0;
}
.gallery li img:hover {
  -webkit-box-shadow: 0px 0px 10px #fff;
  -moz-box-shadow: 0px 0px 10px #fff;
  box-shadow: 0px 0px 10px #fff;
}

.pic {
  text-align: center;
}

/*----------------------------------------------------
	MVP
----------------------------------------------------*/
.mvp .content {
  width: 84%;
  float: left;
}
.mvp .content .list img {
  text-align: center;
  padding-bottom: 30px;
}
.mvp .content .list h3 {
  width: 100%;
  font-size: 22px;
  font-weight: bold;
  margin: 0 auto 10px;
  border-bottom: 2px solid #fff;
}
.mvp .content .list h3 span {
  font-size: 16px;
}

@media (max-width: 999px) {
  .mvp .left {
    width: 100%;
    padding: 3%;
  }
  .mvp .left #tab {
    display: block;
  }
  .mvp .left #tab li {
    margin-right: 3%;
  }
  .mvp .content {
    width: 100%;
  }
  .mvp .content .list img {
    text-align: center;
    padding-bottom: 30px;
  }
  .mvp .content .list h3 {
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    margin: 0 auto 10px;
    border-bottom: 2px solid #fff;
  }
  .mvp .content .list h3 span {
    font-size: 16px;
  }
  .mvp .content li img {
    padding-bottom: 30px;
  }
}
/*----------------------------------------------------
	CONTACT
----------------------------------------------------*/
@media (min-width: 1000px) {
  .contact .left {
    width: 30%;
    float: left;
  }
  .contact .left txt {
    display: block;
  }
  .contact .content {
    width: 70%;
    text-align: right;
    float: right;
  }

  .form {
    clear: both;
  }
  .form .sp {
    display: none;
  }
  .form table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
  }
  .form table tr td {
    width: 50%;
    height: 30px;
    border: #CCC 1px solid;
    padding-left: 70px;
  }
  .form table tr td .span {
    width: 100%;
    border-width: 0px;
    border-style: None;
  }
  .form table tr .name {
    background: url(../images/contact/form1.gif) no-repeat 10px;
  }
  .form table tr .mail {
    background: url(../images/contact/form2.gif) no-repeat 10px;
  }
  .form table tr .title {
    background: url(../images/contact/form3.gif) no-repeat 10px;
  }
  .form table tr .message {
    background: url(../images/contact/form4.gif) no-repeat 10px 10px;
    padding: 30px 15px 0;
  }
  .form bt {
    display: block;
    text-align: right;
    margin-right: 1%;
  }
}
@media (max-width: 999px) {
  .contact .left {
    width: 100%;
    text-align: center;
    margin-bottom: 10%;
  }
  .contact .left txt {
    display: block;
  }
  .contact .content {
    width: 100%;
    text-align: center;
    margin-bottom: 5%;
  }

  .form .pc {
    display: none;
  }
  .form p {
    padding: 0 2%;
  }
  .form table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 5px;
  }
  .form table tr td {
    width: 100%;
    height: 30px;
    border: #CCC 1px solid;
    padding-left: 80px;
  }
  .form table tr td .span {
    width: 100%;
    border-width: 0px;
    border-style: None;
  }
  .form table tr .name {
    background: url(../images/contact/form1.gif) no-repeat 10px;
  }
  .form table tr .mail {
    background: url(../images/contact/form2.gif) no-repeat 10px;
  }
  .form table tr .title {
    background: url(../images/contact/form3.gif) no-repeat 10px;
  }
  .form table tr .message {
    background: url(../images/contact/form4.gif) no-repeat 10px;
  }
  .form bt {
    display: block;
    text-align: right;
    margin-right: 1%;
  }
}
