@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

.mb20 {
  margin-bottom: 20px;
}

body {
  font-family: "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
}

#studium_contents {
  position: relative;
}
#studium_contents #opening {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/opening-bg.jpg) center center #000 no-repeat;
  z-index: 100;
}
#studium_contents #opening .openingLogo {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -262px;
  margin-top: -288px;
}
@media screen and (max-width: 639px) {
  #studium_contents #opening {
    background-size: cover;
  }
  #studium_contents #opening .openingLogo {
    width: 524px/2;
    height: 150px;
    margin-left: -131px;
    margin-top: -75px;
  }
}
@media screen and (max-width: 639px) {
  #studium_contents {
    margin-top: 20px;
  }
}
#studium_contents #openWrp {
  width: 100%;
  height: 100%;
  background: url(../images/open.jpg) center center no-repeat #000;
  background-size: cover;
  top: 0px;
  left: 0px;
}
#studium_contents #topBlock {
  overflow: hidden;
  margin-bottom: 5%;
}
#studium_contents #topBlock .blockTtl {
  width: 40%;
  max-width: 334px;
  float: left;
  padding-left: 20px;
  padding-top: 20px;
}
#studium_contents #topBlock .blockTtl img {
  width: 100%;
}
#studium_contents #topBlock .txtBlock {
  letter-spacing: 1px;
  padding-top: 1%;
  font-size: 13px;
  line-height: 2;
  max-width: 470px;
  width: 55%;
  float: right;
  margin-right: 5%;
}
@media screen and (max-width: 980px) {
  #studium_contents #topBlock .txtBlock {
    margin-right: 0;
  }
}
@media screen and (max-width: 639px) {
  #studium_contents #topBlock .blockTtl {
    float: none;
    width: 55%;
    margin: 0px auto 10%;
    padding: 0;
  }
  #studium_contents #topBlock .txtBlock {
    float: none;
    width: 100%;
    line-height: 1.5;
    margin-bottom: 5%;
    font-size: 12px;
  }
  #studium_contents #topBlock .txtBlock .pcbr {
    display: none;
  }
}
#studium_contents .stadium_wrp {
  overflow: hidden;
  position: relative;
}
#studium_contents .stadium_wrp .closeLayer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url(../images/blank.png);
}
#studium_contents #stadium {
  position: relative;
  margin: 0px auto;
  max-width: 1038px;
}
#studium_contents #stadium .bg {
  width: 100%;
}
@media screen and (max-width: 639px) {
  #studium_contents #stadium {
    width: 130%;
    margin-left: -15%;
  }
}
#studium_contents .iconLayer img {
  width: 100%;
}
#studium_contents .iconLayer p {
  position: absolute;
  top: 0%;
  width: 10.2%;
  cursor: pointer;
  /*
  //&.item1{top:1%;left:28%};
  //&.item2{top:11%;left:12.3%};
  &.item3{top:26.6%;left:48.4%};
  //&.item4{top:47.2%;left:29.5%};
  //&.item5{top:6%;left:59%};
  &.item6{top:24.4%;left:72%};
  &.item7{top:43.8%;left:52%};
  &.item8{top:54%;left:76%};*/
}
#studium_contents .iconLayer p.item4, #studium_contents .iconLayer p.item5 {
  width: 11.95%;
}
#studium_contents .iconLayer p.item1 {
  top: 11%;
  left: 12.5%;
}
#studium_contents .iconLayer p.item2 {
  top: 1%;
  left: 28.3%;
}
#studium_contents .iconLayer p.item3 {
  top: 7%;
  left: 59%;
}
#studium_contents .iconLayer p.item4 {
  top: 25.6%;
  left: 34.4%;
}
#studium_contents .iconLayer p.item5 {
  top: 27.2%;
  left: 71.5%;
}
#studium_contents .iconLayer p.item6 {
  top: 47.6%;
  left: 29.4%;
}
#studium_contents .iconLayer p.item7 {
  top: 39.7%;
  left: 57.2%;
}
#studium_contents .iconLayer p.item8 {
  top: 54.7%;
  left: 75.6%;
}
#studium_contents .detailLayer_overLayer {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 639px) {
  #studium_contents .detailLayer_overLayer {
    position: relative;
  }
}
#studium_contents #stadium_detail {
  position: absolute;
  top: 0px;
  width: 100%;
  max-width: 720px;
  z-index: 1;
}
#studium_contents #stadium_detail .d_bg {
  width: 100%;
}
#studium_contents #stadium_detail .dClose {
  position: absolute;
  margin-left: -16px;
  left: 50%;
  bottom: 16px;
  cursor: pointer;
  z-index: 100;
}
#studium_contents #stadium_detail .dWrp {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#studium_contents #stadium_detail .dWrp .prev {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: 30px;
  cursor: pointer;
}
#studium_contents #stadium_detail .dWrp .next {
  position: absolute;
  top: 50%;
  margin-top: -36px;
  right: 30px;
  cursor: pointer;
}
#studium_contents #stadium_detail .cBox {
  display: none;
}
#studium_contents #stadium_detail .dBox {
  position: absolute;
  top: 0;
  width: 66%;
  height: 90%;
  padding: 5% 17%;
  /*
  .d_btn{
  	display: block;
  	width: 52%;
  	margin-left: auto;
  	margin-right: auto;
  	img{
  		width: 100%;
  	}
  }*/
}
#studium_contents #stadium_detail .dBox .dPhoto {
  display: block;
  width: 38.893%;
  position: absolute;
  bottom: 80px;
  left: 30%;
}
#studium_contents #stadium_detail .dBox .dPhoto.fix {
  width: 34%;
  left: 33%;
}
#studium_contents #stadium_detail .dBox .dPhotoBox {
  display: block;
  width: 38.893%;
  position: absolute;
  bottom: 80px;
  left: 30%;
}
#studium_contents #stadium_detail .dBox .dPhotoBox.fix {
  width: 33.3%;
  left: 33%;
}
#studium_contents #stadium_detail .dBox .dPhotoBox img {
  width: 100%;
}
#studium_contents #stadium_detail .dBox .dTxt1 {
  text-align: center;
  margin-bottom: 5%;
}
#studium_contents #stadium_detail .dBox .dTxt1 img {
  width: 99.87%;
}
#studium_contents #stadium_detail .dBox .dTxt2 {
  margin-bottom: 5%;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#studium_contents #stadium_detail .dBox p {
  margin-bottom: 3%;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}
#studium_contents #stadium_detail .dBox .d_btn {
  display: block;
  margin-top: 3%;
}
@media screen and (max-width: 760px) {
  #studium_contents #stadium_detail .dBox p {
    font-size: 13px;
  }
}
@media screen and (max-width: 639px) {
  #studium_contents #stadium_detail {
    position: relative;
    margin-top: 3%;
  }
  #studium_contents #stadium_detail .d_bg {
    display: none;
  }
  #studium_contents #stadium_detail .dClose {
    left: auto;
    right: 10px;
    top: 10px;
    width: 16px;
  }
  #studium_contents #stadium_detail .dWrp {
    position: relative;
  }
  #studium_contents #stadium_detail .dWrp .next {
    right: 3%;
    margin-top: -18px;
  }
  #studium_contents #stadium_detail .dWrp .next img {
    width: 21px;
  }
  #studium_contents #stadium_detail .dWrp .prev {
    left: 3%;
    margin-top: -18px;
  }
  #studium_contents #stadium_detail .dWrp .prev img {
    width: 21px;
  }
  #studium_contents #stadium_detail .dBox {
    background: #00AFCC;
    position: relative;
    padding: 5% 15%;
    width: 70%;
  }
  #studium_contents #stadium_detail .dBox .dPhoto, #studium_contents #stadium_detail .dBox .dPhotoBox {
    position: relative;
    bottom: 0 !important;
    left: 0 !important;
    margin-right: auto;
    margin-left: auto;
    width: 80% !important;
  }
  #studium_contents #stadium_detail .dBox .dTxt1 img {
    width: 100%;
    max-width: 348px;
  }
  #studium_contents #stadium_detail .dBox p {
    font-size: 12px;
  }
  #studium_contents #stadium_detail .dBox .d_btn {
    margin-bottom: 5%;
    max-width: 250px;
  }
}

.blnk_area {
  display: block;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 639px) {
  .blnk_area {
    height: 30px;
  }
}

#bottomBlock {
  padding: 0% 10% 5%;
  margin-bottom: 110px;
}
#bottomBlock a.blockBnr {
  display: block;
  width: 100%;
  max-width: 900px;
  margin: 0px auto 5%;
}
#bottomBlock a.blockBnr img {
  width: 100%;
}
#bottomBlock ul {
  overflow: hidden;
}
#bottomBlock ul li {
  float: left;
  width: 21.78%;
  margin-right: 4%;
}
#bottomBlock ul li img {
  width: 100%;
  max-width: 254px;
}
#bottomBlock ul li.last {
  float: right;
  margin-right: 0;
}
#bottomBlock ul li p {
  margin-top: 5px;
  font-size: 11px;
  line-height: 1.3;
}
@media screen and (max-width: 639px) {
  #bottomBlock {
    margin-bottom: 65px;
    padding: 0;
  }
  #bottomBlock ul li {
    width: 48%;
    margin-right: 2%;
    margin-top: 5%;
  }
  #bottomBlock ul li.last {
    float: left;
  }
}

/*
	index
*/
#inquiry_index .ttl {
  margin-bottom: 3%;
}
#inquiry_index .ttl h1 {
  background: url(../images/bg-ttl.png) 10px center no-repeat #000;
  padding: 10px 0px 10px 40px;
  line-height: 1;
}
#inquiry_index .ttl p {
  font-size: 14px;
  margin-top: 10px;
  line-height: 1.3;
}
#inquiry_index a.hover .img_area {
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#77ffffff,EndColorStr=#77ffffff) \9;
  /*IE8以下用*/
}
#inquiry_index .img_area {
  height: 180px;
}
#inquiry_index .sttl {
  padding: 15px 0px 15px 15px;
  color: #030000;
  background: #EBEBEB;
  font-weight: bold;
  border-bottom: #EF8329 solid 3px;
}
#inquiry_index .sttl a {
  display: block;
  text-decoration: none;
}
#inquiry_index .index_wrp a.linkBox {
  display: block;
}
#inquiry_index .index_wrp dd {
  position: relative;
}
#inquiry_index .index_wrp dd .boxBtn {
  bottom: 10px;
  right: 10px;
  position: absolute;
  width: 30px;
  height: 30px;
}
@media screen and (max-width: 639px) {
  #inquiry_index .index_wrp dd .boxBtn {
    width: 15px;
    height: 15px;
    bottom: 5px;
    right: 5px;
  }
}
#inquiry_index .item1 {
  margin-bottom: 3%;
}
#inquiry_index .item1 dd .img_area {
  background: url(../images/index-img1.jpg) no-repeat center top;
}
#inquiry_index .item6 dd .img_area {
  background: url(../images/index-img6.jpg) no-repeat center top;
}
#inquiry_index .item2 {
  background: #ebebeb;
}
#inquiry_index .item2 a.contactBtn {
  background: #EF8329;
  text-align: center;
  display: block;
  padding: 3% 6%;
  margin-bottom: 5%;
}
#inquiry_index .item2 a.contactBtn img {
  width: 100%;
}
#inquiry_index .item2 dd .img_area {
  background: url(../images/index-img2.jpg) no-repeat center top;
}
#inquiry_index .item2 dd .inner {
  background: #ebebeb;
  padding: 5%;
}
#inquiry_index .item2 dd p {
  font-size: 12px;
  line-height: 1.4;
}
#inquiry_index .item2 dd a {
  text-decoration: underline;
}
#inquiry_index .item2 dt {
  height: 234px;
  background: url(../images/index-contact-img.jpg) center top;
  display: table;
  width: 100%;
}
#inquiry_index .item2 dt .incell {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
#inquiry_index .item2 dt .dtTtl {
  border-bottom: #ef8329 solid 2px;
  padding: 0px 7% 2%;
  margin: 0px auto 2%;
  width: 75%;
  max-width: 320px;
}
#inquiry_index .item2 dt .dtTtl img {
  width: 100%;
}
#inquiry_index .item2 dt p {
  width: 74%;
  max-width: 405px;
  margin: 0px auto;
  color: #fff;
  text-align: left;
  line-height: 1.5;
}
#inquiry_index .item2 .contactBlock {
  overflow: hidden;
  margin-bottom: 5%;
}
#inquiry_index .item2 .contactBlock .contact_left {
  width: 47%;
  float: left;
}
#inquiry_index .item2 .contactBlock .contact_right {
  width: 47%;
  float: right;
}
#inquiry_index .item2 .contactBlock .contact_right .txtBlock {
  text-align: center;
}
#inquiry_index .item2 .contactBlock .contact_right .txtBlock img {
  width: 100%;
}
#inquiry_index .item2 .contactBlock .contact_right .txtBlock p {
  margin-bottom: 5%;
  line-height: 0;
}
#inquiry_index .item2 .contactBlock .contact_right .txtBlock p.txt1 {
  background: #fff;
  padding: 2% 0%;
}
#inquiry_index .item2 .contactBlock .contact_right .txtBlock p.txt1 img {
  width: 60%;
}
#inquiry_index .item2 .contactBlock .contact_right .txtBlock p.txt3 {
  background: #fff;
  padding: 2% 0%;
  margin-bottom: 0px;
}
#inquiry_index .item2 .contactBlock .contact_right .txtBlock p.txt3 img {
  width: 83%;
}
#inquiry_index .item2 .contactBlock .blockTtl {
  border-bottom: #000 solid 1px;
  padding-bottom: 5%;
  margin-bottom: 5%;
}
#inquiry_index .item2 .contactBlock .blockTtl img {
  width: 80%;
}
#inquiry_index .item2 .contactBlock p {
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5%;
}
#inquiry_index .item2 .contactBlock p.sml {
  font-size: 11px;
}
#inquiry_index .item3 p, #inquiry_index .item4 p, #inquiry_index .item5 p {
  padding: 5px;
  font-size: 11px;
}
#inquiry_index .item3 .img_area {
  background: url(../images/index-img3.jpg) no-repeat center top;
}
#inquiry_index .item4 .img_area {
  background: url(../images/index-img4.jpg) no-repeat center top;
}
#inquiry_index .item5 .img_area {
  background: url(../images/index-img5.jpg) no-repeat center top;
}
#inquiry_index .item7 {
  margin-bottom: 3%;
}
#inquiry_index .item7 p {
  padding: 5px;
  font-size: 11px;
}
#inquiry_index .item7 .img_area {
  background: url(../images/index-img3.jpg) no-repeat center top;
}
#inquiry_index .index_block {
  overflow: hidden;
  margin-bottom: 3%;
}
#inquiry_index .index_block_rightBlock {
  float: right;
  width: 58%;
}
#inquiry_index .index_block_leftBlock {
  float: left;
  width: 39%;
  overflow: hidden;
}
#inquiry_index .index_block_leftBlock .linkBox {
  margin-top: 6%;
}
#inquiry_index .index_block_leftBlock .linkBox:first-child {
  margin-top: 0px;
}
@media screen and (max-width: 900px) {
  #inquiry_index .sttl {
    padding: 10px 0px 10px 10px;
    background-size: 16px auto;
  }
  #inquiry_index .sttl img {
    height: 14px;
  }
  #inquiry_index .item2 dd .txt4 {
    text-align: left;
  }
}
@media screen and (max-width: 639px) {
  #inquiry_index .ttl h1 {
    background-size: auto 18px;
  }
  #inquiry_index .ttl h1 img {
    height: 18px;
  }
  #inquiry_index .index_block {
    margin-bottom: 5%;
  }
  #inquiry_index .index_block_rightBlock {
    float: none;
    width: 100%;
  }
  #inquiry_index .index_block_leftBlock {
    float: none;
    width: 100%;
  }
  #inquiry_index .index_block_leftBlock dl {
    margin-top: 5%;
  }
  #inquiry_index .sttl {
    padding: 7px 0px 7px 7px;
    background-size: 16px auto;
  }
  #inquiry_index .sttl img {
    height: 13px;
  }
  #inquiry_index .img_area {
    background: none !important;
    height: auto;
  }
  #inquiry_index .img_area img {
    width: 100%;
  }
  #inquiry_index .index_block_leftBlock dl {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  #inquiry_index .index_block_leftBlock dl:first-child {
    margin-top: 0%;
  }
  #inquiry_index .item7 {
    margin-bottom: 0px;
  }
  #inquiry_index .item1 {
    margin-bottom: 5%;
  }
  #inquiry_index .item2 a.contactBtn {
    margin-bottom: 2%;
  }
  #inquiry_index .item2 dt {
    height: 130px;
    background-size: auto 130px;
  }
  #inquiry_index .item2 dt p {
    font-size: 12px;
  }
  #inquiry_index .item2 .contactBlock p {
    margin-bottom: 2%;
  }
  #inquiry_index .item2 .contactBlock .blockTtl {
    padding-bottom: 2%;
    margin-bottom: 2%;
  }
  #inquiry_index .item2 .contactBlock .contact_left {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
  #inquiry_index .item2 .contactBlock .contact_right {
    float: none;
    width: 100%;
    margin-bottom: 5%;
  }
  #inquiry_index .item2 .contactBlock .contact_right .txtBlock p {
    margin-bottom: 2%;
  }
}

/*
	//index
*/

/*# sourceMappingURL=stadium.css.map */
