@charset "UTF-8";
.wrap_img img {
  max-width: 100%;
  height: auto; }

.bnr_navi {
  margin-top: 0; }

/* -------------------------------------------------------
見出し
------------------------------------------------------- */
.main_header .ttl__header {
  background-image: url(/oic_commons/facilities/img/main_visual.jpg); }
  @media only screen and (max-width: 767px) {
    .main_header .ttl__header {
      background-position: 25% top; } }
  .main_header .ttl__header .main_visual_copy {
    width: 75%; }
    @media only screen and (min-width: 768px), print and (min-width: 1280px) {
      .main_header .ttl__header .main_visual_copy {
        width: 48.572%; } }

@media only screen and (min-width: 768px), print and (min-width: 1280px) {
  .main_header .box__txt__header {
    left: 4vw; } }

@media only screen and (min-width: 1100px), print and (min-width: 1280px) {
  .main_header .box__txt__header {
    left: auto; } }

/* -------------------------------------------------------
アイコン説明
------------------------------------------------------- */
.wrap_list_icon_facilities {
  padding: 0 4vw; }
  .wrap_list_icon_facilities .list_icon_facilities {
    overflow: hidden;
    -js-display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -3px; }
    @media only screen and (min-width: 768px), print and (min-width: 1280px) {
      .wrap_list_icon_facilities .list_icon_facilities {
        margin: 0 5px; } }
    .wrap_list_icon_facilities .list_icon_facilities li {
      width: 20%;
      padding: 0 3px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 768px), print and (min-width: 1280px) {
        .wrap_list_icon_facilities .list_icon_facilities li {
          padding: 0 5px; } }
      @media only screen and (min-width: 1100px), print and (min-width: 1280px) {
        .wrap_list_icon_facilities .list_icon_facilities li {
          width: 11.11111%; } }
      .wrap_list_icon_facilities .list_icon_facilities li img {
        max-width: 100%;
        height: auto;
        display: block;
        margin: auto; }

.txt_map_info {
  font-size: 20px;
  font-size: 2rem;
  margin: 2em 0 0;
  font-weight: 700;
  font-feature-settings: normal; }
  @media only screen and (max-width: 767px) {
    .txt_map_info {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media only screen and (max-width: 479px) {
    .txt_map_info {
      font-size: 14px;
      font-size: 1.4rem; } }
  .txt_map_info .txt_facilities {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.5;
    color: #e50012;
    font-family: Osaka, Meiryo, "メイリオ", "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif; }
    @media only screen and (max-width: 767px) {
      .txt_map_info .txt_facilities {
        font-size: 18px;
        font-size: 1.8rem; } }
    @media only screen and (max-width: 479px) {
      .txt_map_info .txt_facilities {
        font-size: 15px;
        font-size: 1.5rem; } }

/* -------------------------------------------------------
タブ
------------------------------------------------------- */
.tab__menu {
  padding-top: 5em; }
  .tab__menu .list__tab span {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .tab__menu .list__tab span {
        font-size: 21px;
        font-size: 2.1rem; } }
    @media only screen and (max-width: 479px) {
      .tab__menu .list__tab span {
        font-size: 18px;
        font-size: 1.8rem; } }

.img_map {
  margin: 4em auto; }
  @media only screen and (min-width: 1100px), print and (min-width: 1280px) {
    .img_map {
      width: 80%; } }
  .img_map img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto; }

/* -------------------------------------------------------
モーダル内
------------------------------------------------------- */
.modal_map_cont {
  padding: 1.5em;
  background-color: #fff; }
  @media only screen and (min-width: 768px), print and (min-width: 1280px) {
    .modal_map_cont {
      padding: 3em; } }
  .modal_map_cont .wrap_intro {
    overflow: hidden; }
    @media only screen and (min-width: 1100px), print and (min-width: 1280px) {
      .modal_map_cont .wrap_intro .intro {
        float: left;
        width: 57%; } }
    .modal_map_cont .wrap_intro .intro .header_map {
      position: relative;
      min-height: 60px;
      margin-bottom: 20px;
      padding-left: 80px; }
      @media only screen and (min-width: 768px), print and (min-width: 1280px) {
        .modal_map_cont .wrap_intro .intro .header_map {
          min-height: 130px;
          margin-bottom: 5px;
          padding-left: 150px; } }
      .modal_map_cont .wrap_intro .intro .header_map:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 60px;
        height: 60px;
        background-position: left top;
        background-repeat: no-repeat;
        background-size: cover; }
        @media only screen and (min-width: 768px), print and (min-width: 1280px) {
          .modal_map_cont .wrap_intro .intro .header_map:before {
            width: 130px;
            height: 130px; } }
      .modal_map_cont .wrap_intro .intro .header_map.concourse:before {
        background-image: url(/oic_commons/facilities/img/img_concourse.gif); }
      .modal_map_cont .wrap_intro .intro .header_map.icommons:before {
        background-image: url(/oic_commons/facilities/img/img_icommons.gif); }
      .modal_map_cont .wrap_intro .intro .header_map.room:before {
        background-image: url(/oic_commons/facilities/img/img_room.gif); }
      .modal_map_cont .wrap_intro .intro .header_map.manabi_station:before {
        background-image: url(/oic_commons/facilities/img/img_manabi_station.gif); }
      @media only screen and (max-width: 479px) {
        .modal_map_cont .wrap_intro .intro .header_map.manabi_station .header_map_ttl {
          font-size: 36px;
          font-size: 3.6rem;
          line-height: 1.5; } }
  @media only screen and (max-width: 479px) and (max-width: 767px) {
    .modal_map_cont .wrap_intro .intro .header_map.manabi_station .header_map_ttl {
      font-size: 29px;
      font-size: 2.9rem; } }
  @media only screen and (max-width: 479px) and (max-width: 479px) {
    .modal_map_cont .wrap_intro .intro .header_map.manabi_station .header_map_ttl {
      font-size: 25px;
      font-size: 2.5rem; } }
      .modal_map_cont .wrap_intro .intro .header_map.ict_lab:before {
        background-image: url(/oic_commons/facilities/img/img_ict_lab.gif); }
      .modal_map_cont .wrap_intro .intro .header_map.peer_learning_room:before {
        background-image: url(/oic_commons/facilities/img/img_peer_learning_room.gif); }
      .modal_map_cont .wrap_intro .intro .header_map.idea_lab:before {
        background-image: url(/oic_commons/facilities/img/img_idea_lab.gif); }
      .modal_map_cont .wrap_intro .intro .header_map.sall:before {
        background-image: url(/oic_commons/facilities/img/img_sall.gif); }
    .modal_map_cont .wrap_intro .intro .header_map_ttl {
      font-size: 46px;
      font-size: 4.6rem;
      line-height: 1.5;
      color: #6f8f4c;
      font-weight: 700; }
      @media only screen and (max-width: 767px) {
        .modal_map_cont .wrap_intro .intro .header_map_ttl {
          font-size: 37px;
          font-size: 3.7rem; } }
      @media only screen and (max-width: 479px) {
        .modal_map_cont .wrap_intro .intro .header_map_ttl {
          font-size: 32px;
          font-size: 3.2rem; } }
      @media only screen and (min-width: 768px), print and (min-width: 1280px) {
        .modal_map_cont .wrap_intro .intro .header_map_ttl {
          padding-right: 40px; } }
      .modal_map_cont .wrap_intro .intro .header_map_ttl .sub {
        font-size: 18px;
        font-size: 1.8rem;
        display: block;
        line-height: 1;
        margin-bottom: 0.6em; }
        @media only screen and (max-width: 767px) {
          .modal_map_cont .wrap_intro .intro .header_map_ttl .sub {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media only screen and (max-width: 479px) {
          .modal_map_cont .wrap_intro .intro .header_map_ttl .sub {
            font-size: 13px;
            font-size: 1.3rem; } }
    .modal_map_cont .wrap_intro .list_map_icon {
      overflow: hidden;
      margin: 1em -3px 3em; }
      @media only screen and (min-width: 1100px), print and (min-width: 1280px) {
        .modal_map_cont .wrap_intro .list_map_icon {
          float: right;
          width: calc(43% + 10px);
          margin: -15px -5px 0;
          padding-left: 40px; } }
      .modal_map_cont .wrap_intro .list_map_icon li {
        float: left;
        width: 20%;
        margin-top: 15px;
        padding: 0 3px; }
        @media only screen and (min-width: 768px), print and (min-width: 1280px) {
          .modal_map_cont .wrap_intro .list_map_icon li {
            width: 11.11111%; } }
        @media only screen and (min-width: 1100px), print and (min-width: 1280px) {
          .modal_map_cont .wrap_intro .list_map_icon li {
            width: 20%;
            padding: 0 5px; } }
        .modal_map_cont .wrap_intro .list_map_icon li img {
          max-width: 100%;
          height: auto;
          display: block;
          margin: auto; }
  .modal_map_cont .txt_map {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.5;
    color: #8e6e54;
    font-weight: 700;
    text-align: justify; }
    @media only screen and (max-width: 767px) {
      .modal_map_cont .txt_map {
        font-size: 19px;
        font-size: 1.9rem; } }
    @media only screen and (max-width: 479px) {
      .modal_map_cont .txt_map {
        font-size: 17px;
        font-size: 1.7rem; } }
  .modal_map_cont .map_cont {
    overflow: hidden; }
    @media only screen and (min-width: 768px), print and (min-width: 1280px) {
      .modal_map_cont .map_cont {
        margin-top: 2em; } }
    .modal_map_cont .map_cont .img_map_cont {
      margin-bottom: 2em; }
      @media only screen and (min-width: 768px), print and (min-width: 1280px) {
        .modal_map_cont .map_cont .img_map_cont {
          float: right;
          width: 43%;
          margin-bottom: 0;
          padding-left: 40px; } }
      .modal_map_cont .map_cont .img_map_cont img {
        max-width: 100%;
        height: auto; }
    .modal_map_cont .map_cont .txt_map_cont {
      font-size: 20px;
      font-size: 2rem;
      color: #666;
      text-align: justify; }
      @media only screen and (max-width: 767px) {
        .modal_map_cont .map_cont .txt_map_cont {
          font-size: 16px;
          font-size: 1.6rem; } }
      @media only screen and (max-width: 479px) {
        .modal_map_cont .map_cont .txt_map_cont {
          font-size: 14px;
          font-size: 1.4rem; } }
      @media only screen and (min-width: 768px), print and (min-width: 1280px) {
        .modal_map_cont .map_cont .txt_map_cont {
          float: left;
          width: 57%; } }
    .modal_map_cont .map_cont .btn__link a {
      margin-left: 40px; }

/* -------------------------------------------------------
施設一覧
------------------------------------------------------- */
.wrap_list_commons_img {
  padding: 70px 4vw 50px;
  background-color: #f8f8f8; }
  @media only screen and (min-width: 768px), print and (min-width: 1280px) {
    .wrap_list_commons_img {
      padding: 110px 4vw 80px; } }
  @media only screen and (min-width: 1100px), print and (min-width: 1280px) {
    .wrap_list_commons_img {
      padding: 120px 4vw 90px; } }
  .wrap_list_commons_img .list_commons_img {
    overflow: hidden;
    margin: 0 -10px; }
    @media only screen and (min-width: 768px), print and (min-width: 1280px) {
      .wrap_list_commons_img .list_commons_img {
        margin: 0 -15px; } }
    .wrap_list_commons_img .list_commons_img li {
      width: 50%;
      float: left;
      margin-bottom: 20px;
      padding: 0 10px; }
      @media only screen and (min-width: 768px), print and (min-width: 1280px) {
        .wrap_list_commons_img .list_commons_img li {
          width: 33.33333%;
          margin-bottom: 30px;
          padding: 0 15px; } }
      @media only screen and (min-width: 1100px), print and (min-width: 1280px) {
        .wrap_list_commons_img .list_commons_img li {
          width: 25%; } }
      .wrap_list_commons_img .list_commons_img li a {
        display: block;
        position: relative; }
        .wrap_list_commons_img .list_commons_img li a .txt_caption {
          font-size: 22px;
          font-size: 2.2rem;
          line-height: 1.5;
          position: absolute;
          top: auto;
          right: 0.5em;
          bottom: 0.5em;
          left: 1em;
          display: block;
          color: #fff;
          font-weight: 500;
          text-shadow: 1px 1px 3px #000; }
          @media only screen and (max-width: 767px) {
            .wrap_list_commons_img .list_commons_img li a .txt_caption {
              font-size: 18px;
              font-size: 1.8rem; } }
          @media only screen and (max-width: 479px) {
            .wrap_list_commons_img .list_commons_img li a .txt_caption {
              font-size: 15px;
              font-size: 1.5rem; } }
          @media only screen and (min-width: 768px), print and (min-width: 1280px) {
            .wrap_list_commons_img .list_commons_img li a .txt_caption {
              bottom: 0.8em; } }
      .wrap_list_commons_img .list_commons_img li img {
        width: 100%;
        height: auto; }

/* -------------------------------------------------------
ガイド
------------------------------------------------------- */
#sec_guide {
  padding: 15px 0 70px;
  background: url(/oic_commons/common/img/bg_sprite02.gif) repeat left top; }
  @media only screen and (min-width: 768px), print and (min-width: 1280px) {
    #sec_guide {
      padding: 30px 0 100px; } }
  @media only screen and (min-width: 1100px), print and (min-width: 1280px) {
    #sec_guide {
      padding: 35px 0 110px; } }
  #sec_guide .ttl_guide {
    font-size: 37px;
    font-size: 3.7rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
    text-align: center;
    color: #6f8f4c;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      #sec_guide .ttl_guide {
        font-size: 30px;
        font-size: 3rem; } }
    @media only screen and (max-width: 479px) {
      #sec_guide .ttl_guide {
        font-size: 26px;
        font-size: 2.6rem; } }
  #sec_guide .wrap_box {
    margin: 0 -10px; }
    @media only screen and (min-width: 480px), print and (min-width: 1280px) {
      #sec_guide .wrap_box {
        -js-display: flex;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
        flex-flow: wrap; } }
    @media only screen and (min-width: 768px), print and (min-width: 1280px) {
      #sec_guide .wrap_box {
        margin: 0 -20px; } }
    #sec_guide .wrap_box .box {
      padding: 0 10px; }
      #sec_guide .wrap_box .box + .box {
        margin-top: 2em; }
      @media only screen and (min-width: 1100px), print and (min-width: 1280px) {
        #sec_guide .wrap_box .box {
          width: 50%; }
          #sec_guide .wrap_box .box + .box {
            margin-top: 0; } }
      @media only screen and (min-width: 768px), print and (min-width: 1280px) {
        #sec_guide .wrap_box .box {
          padding: 0 20px; } }
      #sec_guide .wrap_box .box .revealOnScroll {
        height: 100%; }
      #sec_guide .wrap_box .box .inner_box {
        height: 100%; }
        #sec_guide .wrap_box .box .inner_box a {
          height: 100%;
          transition-property: background;
          transition-duration: 0.3s;
          transition-timing-function: ease;
          zoom: 1;
          display: block;
          padding: 2em 15px 3.5em;
          background: url(/oic_commons/common/img/arrow_right_green.png) no-repeat right 15px bottom 20px #fff;
          background-size: 40px auto;
          box-shadow: 3px 3px 10px 0px rgba(0, 0, 0, 0.2);
          color: #666; }
          #sec_guide .wrap_box .box .inner_box a:after {
            display: block;
            content: "";
            clear: both; }
          #sec_guide .wrap_box .box .inner_box a:hover {
            background: url(/oic_commons/common/img/arrow_right_green.png) no-repeat right 15px bottom 20px #fff;
            background-size: 40px auto;
            color: #666; }
          @media only screen and (min-width: 768px), print and (min-width: 1280px) {
            #sec_guide .wrap_box .box .inner_box a {
              padding: 2em 25px 3.5em;
              background: url(/oic_commons/common/img/arrow_right_green.png) no-repeat right 25px bottom 20px #fff;
              background-size: auto; }
              #sec_guide .wrap_box .box .inner_box a:hover {
                background: url(/oic_commons/common/img/arrow_right_green.png) no-repeat right 15px bottom 20px #fff;
                background-size: auto; } }
      #sec_guide .wrap_box .box .box_cont {
        float: left;
        width: 65%;
        padding-right: 1.5em; }
        @media only screen and (min-width: 480px), print and (min-width: 1280px) {
          #sec_guide .wrap_box .box .box_cont {
            width: 80%; } }
        @media only screen and (min-width: 1100px), print and (min-width: 1280px) {
          #sec_guide .wrap_box .box .box_cont {
            width: 65%; } }
      #sec_guide .wrap_box .box .img_guide {
        float: left;
        width: 35%; }
        @media only screen and (min-width: 480px), print and (min-width: 1280px) {
          #sec_guide .wrap_box .box .img_guide {
            width: 20%; } }
        @media only screen and (min-width: 1100px), print and (min-width: 1280px) {
          #sec_guide .wrap_box .box .img_guide {
            width: 35%; } }
        #sec_guide .wrap_box .box .img_guide img {
          display: block;
          max-width: 100%;
          height: auto;
          margin: auto;
          border: 1px solid #ddd; }
      #sec_guide .wrap_box .box .ttl_box {
        font-size: 24px;
        font-size: 2.4rem;
        line-height: 1.5;
        margin-bottom: 0.8em;
        color: #6f8f4c;
        text-align: justify;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          #sec_guide .wrap_box .box .ttl_box {
            font-size: 19px;
            font-size: 1.9rem; } }
        @media only screen and (max-width: 479px) {
          #sec_guide .wrap_box .box .ttl_box {
            font-size: 17px;
            font-size: 1.7rem; } }
      #sec_guide .wrap_box .box .txt_box {
        font-size: 18px;
        font-size: 1.8rem;
        color: #666;
        text-align: justify; }
        @media only screen and (max-width: 767px) {
          #sec_guide .wrap_box .box .txt_box {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media only screen and (max-width: 479px) {
          #sec_guide .wrap_box .box .txt_box {
            font-size: 13px;
            font-size: 1.3rem; } }

/* -------------------------------------------------------
ストリートビュー
------------------------------------------------------- */
#sec_streetview {
  overflow: hidden;
  padding: 70px 0; }
  #sec_streetview a {
    overflow: hidden;
    display: block;
    color: #666; }
    @media only screen and (min-width: 768px), print and (min-width: 1280px) {
      #sec_streetview a:hover {
        color: #666; }
        #sec_streetview a:hover .img_streetview:after {
          opacity: 1; }
        #sec_streetview a:hover .wrap_cont {
          background: url(/oic_commons/common/img/arrow_right_green.png) no-repeat right 40px bottom 0; } }
  @media only screen and (min-width: 768px), print and (min-width: 1280px) {
    #sec_streetview {
      padding: 100px 0; } }
  @media only screen and (min-width: 1100px), print and (min-width: 1280px) {
    #sec_streetview {
      padding: 110px 0; } }
  @media only screen and (min-width: 768px), print and (min-width: 1280px) {
    #sec_streetview .wrap_cont {
      transition-property: background;
      transition-duration: 0.3s;
      transition-timing-function: ease;
      padding-bottom: 2em;
      background: url(/oic_commons/common/img/arrow_right_green.png) no-repeat right 50px bottom 0;
      float: left;
      width: 60%;
      padding-right: 50px; } }
  #sec_streetview .wrap_cont .ttl_streetview {
    color: #8e6e54; }
  #sec_streetview .wrap_img {
    margin-top: 3em; }
    @media only screen and (min-width: 768px), print and (min-width: 1280px) {
      #sec_streetview .wrap_img {
        float: right;
        width: 40%;
        margin-top: 0; } }
    @media only screen and (max-width: 767px) {
      #sec_streetview .wrap_img {
        padding-bottom: 4em;
        background: url(/oic_commons/common/img/arrow_right_green.png) no-repeat right 0 bottom 0; } }
    #sec_streetview .wrap_img .img_streetview {
      position: relative;
      padding: 20px 30px;
      background: url(/oic_commons/facilities/img/bg_img_streetview.jpg) no-repeat center center;
      background-size: cover;
      text-align: center; }
      #sec_streetview .wrap_img .img_streetview:after {
        transition-property: opacity;
        transition-duration: 0.3s;
        transition-timing-function: ease;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.7);
        opacity: 0; }
      #sec_streetview .wrap_img .img_streetview img {
        position: relative;
        z-index: 99; }

/*# sourceMappingURL=style.css.map */
