/* smart.css */
/* common
--------------------------------- */
main {
  -webkit-text-size-adjust: 100%;
  background: url(../img/univ/bg_wall.jpg) repeat center top;
}
main ul{
  list-style: none;
  padding: 0;
}

main img {
  max-width: 100% !important;
  height: auto !important;
  display: block;
  margin: 0 auto;
  float: none;
}

main .noPC {
  display: inherit !important;
}
main .noSP {
  display: none !important;
}
main .fl_l, main .fl_r {
  float: none !important;
}
main .inner {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main #nav_wrap {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}
main #gnav ul {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding-left: 0;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}
main #nav_wrap.fixed #gnav ul {
  padding-left: 220px;
  background: url(../img/univ/logo.png) no-repeat left 12px;
  background-size: 190px auto;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}
main #gnav li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
main #gnav li a {
  display: block;
  height: 82px;
  line-height: 82px;
  padding: 0 10px;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  color: #333;
  background: #fff;
  position: relative;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}
main #gnav li a::before {
  content: "";
  display: block;
  width: 2px;
  height: 24px;
  background: #333;
  position: absolute;
  top: 30px;
  left: 0;
}
main #gnav li:first-child a::before {
  display: none;
}
main #gnav li a:hover,
main #gnav li.on a {
  color: #7fbf34;
}
main #mv {
  height: 640px;
  padding-top: 264px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
  background-size: cover !important;
  background-position: 50% 50% !important;
  background-repeat: no-repeat !important;
  background-image: url(../img/univ/mv/mv01.jpg);
}
main #mvWrap > div {
  z-index: 0!important;
}
main #mv h1 {
  position: relative;
  z-index: 200;
}
main #mv::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/univ/bg_ami.png) repeat center center;
  position: absolute;
  top: 0;
  left: 0;
}
main .tt {
  margin-bottom: 60px;
  height: 79px;
  line-height: 79px;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 2px;
  background: url(../img/univ/bg_tt.png) no-repeat center center;
}
main #about {
  padding: 100px 0;
}
main #about .img {
  width: 390px;
  float: left;
}
main #about .txt {
  width: 600px;
  float: right;
}
main #assist {
  padding: 100px 0;
  background: url(../img/univ/bg_assist.jpg) repeat center top;
}
main #assist .tt {
  letter-spacing: 0px;
  background-image: url(../img/univ/bg_tt_green.png);
}
main #assist .img {
  width: calc(40% - 20px);
  float: right;
  /*margin-right: -86px;*/
}
main #assist .txt {
  width: calc(60% - 10px);
  float: left;
}
main #library {
  padding: 100px 0 0 0;
}
main #shelf {
  box-sizing: border-box;
  padding: 0 32px;
  background: url(../img/univ/bg_shelf_left.png) repeat-y left top, url(../img/univ/bg_shelf_right.png) repeat-y right top;
}
main #shelf ul.list {
  margin-top: -9px;
  padding: 85px 0 55px 0;
  background: url(../img/univ/bg_shelf1.png) no-repeat center 7px, url(../img/univ/bg_shelf2.png) repeat-x center bottom;
}
main #shelf ul.list li {
  width: 171px;
  float: left;
  margin-right: 13px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  -webkit-transition: ease-in-out .3s;
  transition: ease-in-out .3s;
}
main #shelf ul.list li:hover,
main #shelf ul.list li.active {
  opacity: 0.3;
}
main #shelf ul.list li:nth-child(1) {
  margin-left: 33px;
}
main #shelf ul.list li:nth-child(5n) {
  margin-right: 0;
}
main #shelf ul.list li img {
  display: block;
  box-sizing: border-box;
  padding: 0 5px;
  margin-bottom: 16px;
}
main #shelf ul.list li .box {
  height: 140px;
  padding: 12px;
  box-sizing: border-box;
  background: #ffe5a4;
  border-bottom: 4px solid #6e3807;
  position: relative;
}
main #shelf ul.list li .box span {
  margin-bottom: 5px;
  display: inline-block;
  width: 104px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 10px;
  font-size: 1.0rem;
  color: #fff;
  background: #11376c;
}
main #shelf ul.list li .box span.cate1 {
  background: #11376c;
}
main #shelf ul.list li .box span.cate2 {
  background: #333;
}
main #shelf ul.list li .box span.cate3 {
  background: #d38400;
}
main #shelf ul.list li .box h3 {
  font-weight: bold;
  line-height: 1.2;
}
main #shelf ul.list li .box::after {
  content: "詳しく見る→";
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1;
  position: absolute;
  bottom: 10px;
  right: 10px;
}
main .detail {
  display: none;
  padding: 50px 40px 0 40px;
  background: url(../img/univ/bg_wall.jpg) repeat center top;
}
main .detail h2 {
  margin-bottom: 50px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 32px;
  font-size: 3.2rem;
}
main .detail h2 span {
  font-size: 70%;
}
main .detail .box1 .txt {
  width: 50%;
  float: right;
}
main .detail .box1 .img {
  width: 47%;
  float: left;
}
main .detail h3 {
  margin-top: 35px;
  padding-bottom: 15px;
  line-height: 1;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
}
main h3.gaiyo_tt {
  margin: 35px 0 15px 0;
  border-bottom: 1px solid #c1bbae;
}
main .detail .box2 .txt {
  width: 55%;
  float: left;
}
main .detail .box2 .img {
  width: 42%;
  float: right;
  overflow: hidden;
}
main .detail .box2 .img img {
  display: block;
  width: 49.5%;
  float: left;
}
main .detail .box2 .img img:nth-child(2) {
  float: right;
}
main .detail ul {
  border-top: 1px solid #c5bfb2;
  border-bottom: 1px solid #c5bfb2;
}
main .detail li {
  display: table;
  width: 100%;
  background: #f6f6f6;
  position: relative;
}
main .detail li::before {
  content: "";
  display: block;
  width: 19px;
  height: 28px;
  background: url(../img/univ/icon_arrow_down.png) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  bottom: -14px;
  left: 46px;
  z-index: 100;
}
main .detail li:last-of-type::before {
  display: none;
}
main .detail li:nth-child(even) {
  background: #fff;
}
main .detail li h4,
main .detail li .txt {
  display: table-cell;
  vertical-align: middle;
}
main .detail li h4 {
  width: 34%;
  padding: 30px 40px 30px 80px;
  font-weight: bold;
  line-height: 1.4;
}
main .detail li:nth-child(1) h4 {
  background: url(../img/univ/no1.png) no-repeat 40px center;
}
main .detail li:nth-child(2) h4 {
  background: url(../img/univ/no2.png) no-repeat 40px center;
}
main .detail li:nth-child(3) h4 {
  background: url(../img/univ/no3.png) no-repeat 40px center;
}
main .detail li:nth-child(4) h4 {
  background: url(../img/univ/no4.png) no-repeat 40px center;
}
main .detail li:nth-child(5) h4 {
  background: url(../img/univ/no5.png) no-repeat 40px center;
}
main .detail li:nth-child(6) h4 {
  background: url(../img/univ/no6.png) no-repeat 40px center;
}
main .detail li:nth-child(7) h4 {
  background: url(../img/univ/no7.png) no-repeat 40px center;
}
main .detail li:nth-child(8) h4 {
  background: url(../img/univ/no8.png) no-repeat 40px center;
}
main .detail li:nth-child(9) h4 {
  background: url(../img/univ/no9.png) no-repeat 40px center;
}
main .detail li:nth-child(10) h4 {
  background: url(../img/univ/no10.png) no-repeat 40px center;
}
main .detail li:nth-child(11) h4 {
  background: url(../img/univ/no11.png) no-repeat 40px center;
}
main .detail li:nth-child(12) h4 {
  background: url(../img/univ/no12.png) no-repeat 40px center;
}
main .detail li .txt {
  padding: 30px 40px 30px 0;
  overflow: hiddem;
}
main .detail li .txt p {
  display: table-cell;
  vertical-align: top;
}
main .detail li .txt .img {
  width: 119px;
  padding-left: 10px;
}
main .detail li .txt .img img {
  display: block;
  margin-bottom: 5px;
}
main p.close {
  height: 90px;
  line-height: 90px;
  margin-top: 10px;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  cursor: pointer;
}
main p.close:hover {
  opacity: 0.8;
}
main p.close::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 14px;
  height: 8px;
  margin-right: 8px;
  background: url(../img/univ/icon_arrow_up.gif) no-repeat 0 0;
}
main #flow {
  padding: 100px 0 80px 0;
}
main #flow li {
  width: 32.2%;
  min-height: 405px;
  box-sizing: border-box;
  float: left;
  padding: 25px 0;
  margin: 0 1.5% 20px 0;
  background: url(../img/univ/bg_flow_box.png) no-repeat center center;
  background-size: 100% 100%;
}
main #flow li:nth-child(3n) {
  margin-right: 0;
}
main #flow li img {
  display: block;
  width: 290px;
  margin: 0 auto;
}
main #flow li p {
  margin: 10px 20px 0 20px;
}
main #contact {
  height: 480px;
  text-align: center;
  background: url(../img/univ/bg_contact_in.png) no-repeat center 86px, url(../img/univ/bg_contact_bottom.png) no-repeat center bottom, url(../img/univ/bg_contact.jpg) repeat center top;
  background-size: auto auto, 100% auto, auto auto;
}
main #contact h2 {
  padding: 110px 0 80px 0;
}
main .btn a {
  display: block;
  line-height: 1;
  padding: 15px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  font-size: 2.0rem;
  -webkit-transition: opacity ease-in-out .3s;
  transition: opacity ease-in-out .3s;
}
main #contact .btn a {
  width: 522px;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 1px;
  background: url(../img/univ/bg_btn.jpg) repeat 0 0;
}
main .btn a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 12px;
  vertical-align: middle;
  background: url(../img/univ/icon_arrow.gif) no-repeat center center;
  -webkit-transition: margin-left ease-in-out .3s;
  transition: margin-left ease-in-out .3s;
}
main .btn a:hover {
  opacity: 0.7;
}
main #foot_wrap {
  background: url(../img/univ/bg_campus.jpg) repeat center top;
}
main #campus {
  padding: 95px 0 40px 0;
}
main #campus h2,
main #elearning h2,
main #elearning h3,
main #elearning p {
  text-align: center;
}
main #campus .inner {
  margin-top: 60px;
  display: table;
}
main #campus .box {
  display: table-cell;
  vertical-align: top;
}
main #campus .lbox h3,
main #elearning h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
}
main #campus .btn {
  margin-top: 10px;
}
main #campus .btn a {
  width: 296px;
  box-sizing: border-box;
  letter-spacing: 3px;
  background: #df7e00;
}
main #campus .info {
  margin-top: 30px;
  padding: 5px;
  background-image: linear-gradient(-45deg, #8fc22f 25%, #fff 25%, #fff 50%, #8fc22f 50%, #8fc22f 75%, #fff 75%, #fff);
  background-size: 10px 10px;
}
main #campus .info .in {
  padding: 18px;
  background: #fff;
}
main #campus .info h3 {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.2;
}
main #campus .info .price {
  margin: 15px 0;
  line-height: 1.2;
  padding-left: 75px;
  background: url(../img/univ/bg_price.png) no-repeat left center;
}
main #campus .entry {
  display: table;
  width: 100%;
}
main #campus .entry p {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
main #campus .entry p.baloon span {
  display: block;
  width: 220px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 46px;
  background: #df7e00;
  position: relative;
}
main #campus .entry p.baloon span::before {
  content: "";
  position: absolute;
  border-top: solid 6px transparent;
  border-bottom: solid 6px transparent;
  border-left: solid 15px #df7e00;
  top: 50%;
  right: -12px;
  margin-top: -3px;
}
main #campus .info p.btn {
  padding-left: 20px;
}
main #campus .info p.btn a {
  width: auto;
  text-align: left;
  letter-spacing: 0;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 1.3;
  padding: 12px 15px;
  background: #8fc22f;
}
main #pageplugin {
  width: 420px;
  padding-left: 40px;
  text-align: center;
}
main .fb_iframe_widget,
main .fb_iframe_widget span,
main .fb_iframe_widget iframe[style] {
  width: 100% !important;
}
main #elearning {
  padding: 40px 0 74px 0;
}
main #elearning .inner {
  margin-top: 30px;
}
main #elearning .eLearningBtn a {
  display: block;
  margin: 20px auto;
  width: 440px;
}
main #foot_wrap footer {
  padding: 220px 0 15px 0;
  background: url(../img/univ/bg_campus_bottom.png) no-repeat center top;
  text-align: center;
  color: #87744b;
  font-size: 12px;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  main img {
    max-width: 100% !important;
    height: auto !important;
    display: block;
    margin: 0 auto;
    float: none;
  }
  main .inner {
    width: auto;
    max-width: initial !important;
    max-width: auto !important;
  }
  main #nav_btn {
    position: fixed !important;
    top: 5px;
    right: 5px;
    width: 40px !important;
    height: 40px !important;
    z-index: 999999;
    background: rgba(255, 255, 255, 0.6);
    border: 1px solid #7fbf34;
    cursor: pointer;
    box-sizing: border-box;
  }
  main #nav_icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin: -1px 0 0 -12px;
    background: #7fbf34;
    transition: .2s;
  }
  main #nav_icon:before, main #nav_icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 24px;
    height: 2px;
    margin-left: -12px;
    background: #7fbf34;
    transition: .3s;
  }
  main #nav_icon:before {
    margin-top: -6px;
  }
  main #nav_icon:after {
    margin-top: 4px;
  }
  main #nav_btn .close {
    background: transparent !important;
  }
  main #nav_btn .close:before, main #nav_btn .close:after {
    margin-top: 0;
    background: #7fbf34;
  }
  main #nav_btn .close:before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  main #nav_btn .close:after {
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  main #gnav {
    float: none;
    width: 100%;
    z-index: 999;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.1);
    -webkit-transition: transform .5s ease-in-out, height .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out, height .5s ease-in-out;
    transition: transform .5s ease-in-out, height .5s ease-in-out;
  }
  main #gnav.open {
    height: auto !important;
    -moz-transform: translateY(500px);
    -webkit-transform: translateY(500px);
    transform: translateY(500px);
  }
  main #gnav ul {
    display: block;
    padding: 70px 0 0 0;
    background: url(../img/univ/logo.png) no-repeat center 10px;
    background-size: auto 40px;
  }
  main #nav_wrap.fixed #gnav ul {
    padding: 70px 0 0 0;
    background: url(../img/univ/logo.png) no-repeat center top;
    background-size: auto 40px;
  }
  main #gnav li {
    display: block;
    padding: 0 5px;
  }
  main #gnav li a {
    border-top: 1px solid #ccc;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: normal;
  }
  main #gnav li a::before {
    display: none;
  }
  main #mv {
    margin-top: 0;
    height: auto;
    padding: 50px 15%;
  }
  main .tt {
    margin-bottom: 30px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    background-size: auto 100%;
  }
  main #about {
    padding: 40px 10px;
  }
  main #about .img {
    width: auto;
    float: none;
    margin-top: 15px;
  }
  main #about .txt {
    width: auto;
    float: none;
  }
  main #assist {
    padding: 40px 10px;
  }
  main #assist .img {
    width: auto;
    float: none;
    margin: 15px 0 0 0;
  }
  main #assist .txt {
    width: auto;
    float: none;
  }
  main #library {
    padding: 40px 0 0 0;
  }
  main #shelf {
    padding: 7px 15px 0 15px;
    background-size: 15px auto, 15px auto;
  }
  main #shelf ul.list {
    margin: 0;
    padding: 20px 10px;
    background: url(../img/univ/bg_shelf1.png) no-repeat center top, url(../img/univ/bg_shelf2.png) repeat center bottom;
    background-size: 100% 10px, auto auto;
  }
  main #shelf ul.list li {
    width: auto;
    float: none;
    margin: 0 0 10px 0 !important;
    overflow: hidden;
    background: #ffe5a4;
    border-bottom: 4px solid #6e3807;
    position: relative;
  }
  main #shelf ul.list li img {
    width: 30%;
    float: left;
    padding: 0;
    margin-bottom: 0;
  }
  main #shelf ul.list li .box {
    width: 67%;
    float: right;
    height: auto;
    padding: 5px;
    background: none;
    border-bottom: none;
  }
  main #shelf ul.list li .box::after {
    display: none;
  }
  main #shelf ul.list li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-top: -5px;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: scaleX(0.8) rotate(45deg);
    border-right: 1px solid #733f07;
    border-top: 1px solid #733f07;
    transition: all 0.3s ease 0s;
  }
  main .detail {
    padding: 20px 10px;
  }
  main .detail h2 {
    margin-bottom: 20px;
    letter-spacing: 0;
    font-size: 20px;
    font-size: 2.0rem;
  }
  main .detail .box1 .txt {
    width: auto;
    float: none;
  }
  main .detail .box1 .img {
    width: auto;
    float: none;
    margin-top: 15px;
  }
  main .detail h3 {
    margin-top: 30px;
    padding-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  main h3.gaiyo_tt {
    margin: 30px 0 10px 0;
  }
  main .detail .box2 .txt {
    width: auto;
    float: none;
  }
  main .detail .box2 .img {
    width: auto;
    float: none;
    margin-top: 15px;
  }
  main .detail li {
    padding: 15px 0;
  }
  main .detail li::before {
    left: 50%;
    margin-left: -10px;
  }
  main .detail li h4,
  main .detail li .txt {
    display: block;
  }
  main .detail li h4 {
    width: auto;
    padding: 10px 10px 10px 40px !important;
    background-size: 25px auto !important;
    background-position: 5px center !important;
  }
  main .detail li h4 br {
    display: none;
  }
  main .detail li .txt {
    padding: 0 10px;
  }
  main .detail li .txt p {
    display: block;
    width: auto !important;
  }
  main .detail li .txt .img {
    margin-top: 10px;
    padding-left: 0;
  }
  main #flow {
    padding: 0 10px 30px 10px;
  }
  main #flow li {
    width: auto;
    min-height: initial !important;
    min-height: auto !important;
    float: none;
    padding: 20px;
    margin: 0 0 20px 0;
    background: url(../img/univ/bg_flow_box.png) no-repeat center center;
    background-size: 100% 100%;
  }
  main #flow li img {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  main #flow li p {
    margin: 15px 0 0 0;
  }
  main #contact {
    height: auto;
    padding: 0 20px;
  }
  main #contact {
    padding-bottom: 40px;
  }
  main #contact h2 {
    padding: 40px 0 20px 0;
  }
  main .btn a {
    padding: 15px 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  main #contact .btn a {
    width: auto;
  }
  main #campus, main #elearning {
    padding: 30px 10px 30px 10px;
  }
  main #campus .inner,
  main #elearning .inner {
    margin-top: 20px;
    display: block;
  }
  main #campus .box {
    display: block;
  }
  main #campus .lbox h3,
  main #elearning h3 {
    font-size: 20px;
    font-size: 2.0rem;
  }
  main #campus .btn a {
    width: auto;
  }
  main #campus .info {
    margin-top: 20px;
  }
  main #campus .info .in {
    padding: 10px;
  }
  main #campus .info h3 {
    font-size: 18px;
    font-size: 1.8rem;
  }
  main #campus .info .price {
    margin: 10px 0;
    padding: 0;
    background: none;
  }
  main #campus .info .price span {
    width: 6em;
    padding: 3px 0;
    margin: 20px auto 5px auto;
    text-align: center;
    color: #fff;
    background: #ab3030;
  }
  main #campus .entry {
    display: block;
  }
  main #campus .entry p {
    display: block;
  }
  main #campus .entry p.baloon span {
    width: 70%;
    margin: 20px auto 0 auto;
  }
  main #campus .entry p.baloon span::before {
    display: none;
  }
  main #campus .info p.btn {
    padding-left: 0;
  }
  main #pageplugin {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }
  main #elearning .eLearningBtn a {
    max-width: 440px;
    width: 96%;
  }
  main #foot_wrap footer {
    padding: 50px 0 10px 0;
    background-size: 98% auto;
    font-size: 12px;
    font-size: 1.2rem;
  }
}