@charset "UTF-8";
@font-face {
  font-family: 'icomoon';
  src: url("/assets/font/icomoon.eot?h6l8n8");
  src: url("/assets/font/icomoon.eot?h6l8n8#iefix") format("embedded-opentype"), url("/assets/font/icomoon.ttf?h6l8n8") format("truetype"), url("/assets/font/icomoon.woff?h6l8n8") format("woff"), url("/assets/font/icomoon.svg?h6l8n8#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="ico_"], [class*=" ico_"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.ico_arrow_return:before {
  content: "\e92c"; }

.ico_map01:before {
  content: "\e900"; }

.ico_map02:before {
  content: "\e901"; }

.ico_map03:before {
  content: "\e902"; }

.ico_map04:before {
  content: "\e903"; }

.ico_map05:before {
  content: "\e904"; }

.ico_map06:before {
  content: "\e905"; }

.ico_map07:before {
  content: "\e906"; }

.ico_map08:before {
  content: "\e907"; }

.ico_map09:before {
  content: "\e908"; }

.ico_map10:before {
  content: "\e909"; }

.ico_map11:before {
  content: "\e90a"; }

.ico_map12:before {
  content: "\e90b"; }

.ico_map13:before {
  content: "\e90c"; }

.ico_map14:before {
  content: "\e90d"; }

.ico_map15:before {
  content: "\e90e"; }

.ico_map16:before {
  content: "\e90f"; }

.ico_map17:before {
  content: "\e910"; }

.ico_map18:before {
  content: "\e911"; }

.ico_map19:before {
  content: "\e912"; }

.ico_map20:before {
  content: "\e913"; }

.ico_map4f:before {
  content: "\e914"; }

.ico_common_radius:before {
  content: "\e915"; }

.ico_arrow_left:before {
  content: "\e916"; }

.ico_arrow_right:before {
  content: "\e917"; }

.ico_arrow_radius:before {
  content: "\e918"; }

.ico_arrow_link:before {
  content: "\e919"; }

.ico_tel:before {
  content: "\e91a"; }

.ico_contact:before {
  content: "\e91b"; }

.ico_xlsx:before {
  content: "\e91c"; }

.ico_pdf:before {
  content: "\e91d"; }

.ico_open_color:before {
  content: "\e91e"; }

.ico_close_color:before {
  content: "\e91f"; }

.ico_open:before {
  content: "\e920"; }

.ico_close:before {
  content: "\e921"; }

.ico_arrow_top:before {
  content: "\e922"; }

.ico_arrow_bottom:before {
  content: "\e923"; }

.ico_menu_close:before {
  content: "\e924"; }

.ico_menu_open:before {
  content: "\e925"; }

.ico_num01_circle:before {
  content: "\e926"; }

.ico_num02_circle:before {
  content: "\e927"; }

.ico_num03_circle:before {
  content: "\e928"; }

.ico_num04_circle:before {
  content: "\e929"; }

.ico_num05_circle:before {
  content: "\e92a"; }

.ico_num06_circle:before {
  content: "\e92b"; }

@font-face {
  font-family: "Lato";
  src: url("/assets/font/Lato-Regular.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: "Lato";
  src: url("/assets/font/Lato-Bold.woff") format("woff");
  font-weight: bold; }

body {
  font-family: Lato, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

#wrap {
  font-size: 14px;
  min-width: 1000px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #wrap {
      min-width: 0; }
      #wrap img {
        width: 100%;
        max-width: 100%;
        height: auto; } }
  #wrap .container {
    margin-left: auto;
    margin-right: auto;
    width: 1000px; }
    @media only screen and (max-width: 767px) {
      #wrap .container {
        margin: 0;
        width: auto; } }

@media only screen and (max-width: 767px) {
  #header {
    border-bottom: 1px solid #d8d8d9; } }

#header .header_up {
  border-bottom: 1px solid #f0eee8; }
  @media only screen and (max-width: 767px) {
    #header .header_up {
      display: none; } }
  #header .header_up li {
    float: left; }
    #header .header_up li a {
      color: #959291; }

#header .header_sub_menu {
  float: left;
  margin-top: 10px;
  width: 240px; }
  #header .header_sub_menu ul {
    border-right: 1px solid #f0eee8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #header .header_sub_menu li {
    margin-right: 12px; }
    #header .header_sub_menu li a {
      font-size: 11px; }

#header .header_language {
  float: left;
  padding-left: 15px;
  padding-right: 15px; }
  #header .header_language li {
    border-top: 3px solid transparent;
    padding-bottom: 10px;
    padding-top: 7px;
    margin-left: 15px; }
    #header .header_language li:first-child {
      margin-left: 0; }
    #header .header_language li.active {
      border-top-color: #ff9800; }
      #header .header_language li.active a {
        color: #ff9800; }
    #header .header_language li a {
      font-size: 10px; }

#header .header_search {
  float: left; }

#header .header_down {
  border-bottom: 1px solid #f0eee8; }
  @media only screen and (max-width: 767px) {
    #header .header_down {
      display: none; } }

#header .header_sp {
  display: none; }
  @media only screen and (max-width: 767px) {
    #header .header_sp {
      display: block; }
      #header .header_sp.active {
        display: block; }
        #header .header_sp.active .sp_menu {
          display: block;
          z-index: 10; }
        #header .header_sp.active #menu .menu_bar {
          position: relative; }
          #header .header_sp.active #menu .menu_bar .bar {
            margin: 0;
            position: absolute;
            top: 0; }
            #header .header_sp.active #menu .menu_bar .bar.top {
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
            #header .header_sp.active #menu .menu_bar .bar.middle {
              opacity: 0; }
            #header .header_sp.active #menu .menu_bar .bar.bottom {
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
      #header .header_sp .header_sp_inner {
        letter-spacing: -0.4em;
        width: 100%; }
      #header .header_sp .sp_logo_blk {
        display: inline-block;
        letter-spacing: normal;
        vertical-align: middle;
        padding: 11px 6.93% 11px 5.6%;
        width: 50%; }
      #header .header_sp .sp_logo {
        display: block;
        max-width: 115px;
        padding: 2px 0;
        vertical-align: middle;
        width: 56.66%;
        margin: 0 auto; }
        #header .header_sp .sp_logo a {
          display: block; }
      #header .header_sp .sp_logo_txt {
        display: inline-block;
        margin-left: 7%;
        max-width: 65px;
        text-align: right;
        vertical-align: middle;
        width: 31.34%; }
      #header .header_sp #menu {
        border-left: 1px solid #d8d8d9;
        display: inline-block;
        letter-spacing: normal;
        max-height: 66px;
        text-align: center;
        vertical-align: middle;
        width: 36.26%; }
        #header .header_sp #menu a {
          display: inline-block;
          padding: 23px 0 23px 20%;
          letter-spacing: -0.4em;
          width: 100%; }
        #header .header_sp #menu .menu_bar {
          display: inline-block;
          letter-spacing: normal;
          margin-right: 9px;
          vertical-align: middle;
          width: 23px; }
          #header .header_sp #menu .menu_bar .bar {
            background: #333333;
            font-size: 0;
            display: block;
            height: 3px;
            margin-top: 6px;
            -webkit-transition: 0.35s ease-in-out;
            -o-transition: 0.35s ease-in-out;
            transition: 0.35s ease-in-out;
            width: 100%; }
            #header .header_sp #menu .menu_bar .bar:first-child {
              margin-top: 0; }
        #header .header_sp #menu .menu_txt {
          color: #333333;
          display: inline-block;
          font-size: 20px;
          font-weight: bold;
          letter-spacing: normal;
          vertical-align: middle; } }

#header .header_container {
  display: table;
  padding: 7px 0 8px; }

#header .header_museum_return_top {
  float: left;
  width: 240px; }
  #header .header_museum_return_top a {
    background: #bfbebd;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    padding: 8px 0;
    text-align: center;
    vertical-align: top;
    width: 100%; }
    #header .header_museum_return_top a span {
      display: inline-block;
      font-weight: bold;
      margin-left: 5px;
      vertical-align: middle; }
      #header .header_museum_return_top a span:first-child {
        margin-left: 0; }
    #header .header_museum_return_top a .ico_arrow_return {
      font-size: 18px; }

#header .header_up_inner {
  margin-left: auto;
  margin-right: 0;
  width: 380px; }

#header .header_museum_up_inner {
  float: right; }

#header .header_logo {
  border-right: 1px solid #d8d8d9;
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 164px;
  padding: 5px 15px; }
  #header .header_logo a {
    display: inline-block; }
    #header .header_logo a img {
      width: 100%; }

#header .header_museum_logo {
  border-right: 1px solid #d8d8d9;
  display: table-cell;
  vertical-align: middle;
  width: 105px; }

#header .header_logo_txt {
  border-right: 1px solid #d8d8d9;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 121px; }

#header .menu_btn {
  display: none; }

#nav {
  display: table-cell;
  padding-left: 10px;
  vertical-align: top; }
  #nav .nav_category {
    border-bottom: 1px dotted #d8d8d9;
    padding: 3px 0 10px 80px; }
    #nav .nav_category ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    #nav .nav_category li {
      float: left;
      font-size: 12px;
      margin-left: 35px; }
      #nav .nav_category li:first-child {
        margin-left: 0; }
      #nav .nav_category li a {
        color: #333333; }
  #nav .nav_museum_category {
    border-bottom: 1px dotted #d8d8d9;
    padding: 8px 18px 14px; }
    #nav .nav_museum_category li {
      float: left;
      margin-left: 24px; }
      #nav .nav_museum_category li:first-child {
        margin-left: 0; }
      #nav .nav_museum_category li a {
        color: #000000;
        font-size: 16px; }
  #nav .nav_facility {
    margin-top: 8px; }
    #nav .nav_facility li {
      border-left: 1px dotted #d8d8d9;
      float: left;
      text-align: center;
      padding: 0 10px;
      width: 33.33%; }
      #nav .nav_facility li:first-child {
        border-left: none; }
      #nav .nav_facility li.museum a {
        color: #ffaf00; }
      #nav .nav_facility li.hall a {
        color: #1eadf6; }
      #nav .nav_facility li.library a {
        color: #1ca53d; }
      #nav .nav_facility li a {
        color: #333333;
        display: inline-block;
        font-size: 16px;
        font-weight: bold;
        padding: 10px 0;
        width: 100%; }
        #nav .nav_facility li a:hover {
          background: #f8f7f2;
          border-radius: 6px;
          text-decoration: none; }
  #nav .nav_museum_education {
    padding: 12px 18px 6px; }
    #nav .nav_museum_education li {
      float: left;
      margin-left: 24px; }
      #nav .nav_museum_education li:first-child {
        margin-left: 0; }
      #nav .nav_museum_education li a {
        color: #333333;
        font-size: 13px; }

#subnav {
  border-bottom: 1px solid #f0eee8;
  padding: 13px 0 11px;
  display: block; }
  @media only screen and (max-width: 767px) {
    #subnav {
      display: none; } }
  #subnav ul {
    padding-left: 10px; }
  #subnav li {
    float: left;
    margin-left: 30px; }
    #subnav li:first-child {
      margin-left: 0; }
    #subnav li.active {
      border-bottom: 4px solid #d8d8d9;
      padding-bottom: 3px; }
    #subnav li a {
      color: #717071;
      display: inline-block;
      font-size: 14px;
      width: 100%; }
    #subnav li.active a,
    #subnav li a:hover {
      color: #333333;
      text-decoration: none; }

#contents {
  padding: 48px 0 80px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #contents {
      padding-bottom: 37px; } }
  #contents #sub {
    float: left;
    width: 232px;
    background: #ffffff; }
    @media only screen and (max-width: 767px) {
      #contents #sub {
        position: absolute;
        width: 100%;
        z-index: 2;
        float: none; }
        #contents #sub.open {
          height: 100%;
          overflow-y: scroll; }
          #contents #sub.open .sub_menu {
            display: block; } }
    #contents #sub p,
    #contents #sub li,
    #contents #sub a,
    #contents #sub span {
      font-size: 13px;
      color: #9e9e9f; }
      @media only screen and (max-width: 767px) {
        #contents #sub p,
        #contents #sub li,
        #contents #sub a,
        #contents #sub span {
          color: #333333; } }
    #contents #sub p {
      margin-bottom: 28px; }
    #contents #sub .sub_header {
      padding: 23px 15px 19px;
      background: #ffffff; }
      @media only screen and (max-width: 767px) {
        #contents #sub .sub_header {
          width: 100%;
          z-index: 1; } }
      #contents #sub .sub_header p {
        color: #333333;
        font-weight: bold;
        margin: 0; }
        #contents #sub .sub_header p:before {
          float: right;
          font-weight: normal;
          margin-right: 7px; }
    #contents #sub .sub_menu {
      background: #ffffff; }
      @media only screen and (max-width: 767px) {
        #contents #sub .sub_menu {
          width: 100%;
          padding: 0 13.3% 0;
          display: none;
          z-index: 1000; } }
    #contents #sub .facilities {
      margin-bottom: 12px; }
      @media only screen and (max-width: 767px) {
        #contents #sub .facilities {
          padding: 15px 0 11px;
          border-bottom: 1px solid #d8d8d9; }
          #contents #sub .facilities:last-child {
            border: none; } }
      #contents #sub .facilities li {
        margin-left: 1em;
        margin-bottom: 14px; }
      #contents #sub .facilities span {
        display: block;
        margin-bottom: 10px; }
        #contents #sub .facilities span.row02 {
          line-height: 1.8; }
      #contents #sub .facilities .active a,
      #contents #sub .facilities a:hover {
        text-decoration: none;
        color: #333333; }
      #contents #sub .facilities .museum .active a,
      #contents #sub .facilities .museum a:hover {
        border-bottom: 1px solid #fad21f; }
      #contents #sub .facilities .hdstudio li {
        margin-left: 0; }
      #contents #sub .facilities .hdstudio .active a,
      #contents #sub .facilities .hdstudio a:hover {
        border-bottom: 1px solid #e43f3e; }
      #contents #sub .facilities .room li:first-child {
        margin-left: 0; }
      #contents #sub .facilities .room .active a,
      #contents #sub .facilities .room a:hover {
        border-bottom: 1px solid #9a3f4d; }
      #contents #sub .facilities .hall li {
        margin-left: 0; }
      #contents #sub .facilities .hall .active a,
      #contents #sub .facilities .hall a:hover {
        border-bottom: 1px solid #1eadf6; }
      #contents #sub .facilities .other li {
        margin-left: 0; }
  #contents #main {
    float: right;
    width: 744px; }
    @media only screen and (max-width: 767px) {
      #contents #main {
        width: 100%; } }

@media only screen and (max-width: 767px) {
  #footer .sp_footer_down_inner,
  #footer_lnk .sp_footer_down_inner {
    display: table;
    width: 100%; } }

#footer .footer_up,
#footer_lnk .footer_up {
  background: #f8f7f2;
  padding: 38px 0; }
  @media only screen and (max-width: 767px) {
    #footer .footer_up,
    #footer_lnk .footer_up {
      padding: 20px 4% 20px; } }

#footer .sns_area,
#footer_lnk .sns_area {
  border-bottom: 1px dashed #d2d2d2;
  border-top: 1px dashed #d2d2d2;
  padding: 22px 17px;
  margin-bottom: 32px; }
  @media only screen and (max-width: 767px) {
    #footer .sns_area,
    #footer_lnk .sns_area {
      padding: 22px 0px; } }
  #footer .sns_area .sns_list,
  #footer_lnk .sns_area .sns_list {
    display: inline-block;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      #footer .sns_area .sns_list,
      #footer_lnk .sns_area .sns_list {
        text-align: center;
        display: block; } }
    #footer .sns_area .sns_list .sns_icn,
    #footer_lnk .sns_area .sns_list .sns_icn {
      display: inline-block;
      vertical-align: middle;
      margin-right: 24px; }
      @media only screen and (max-width: 767px) {
        #footer .sns_area .sns_list .sns_icn,
        #footer_lnk .sns_area .sns_list .sns_icn {
          margin: 15px 12px; } }
      #footer .sns_area .sns_list .sns_icn a,
      #footer_lnk .sns_area .sns_list .sns_icn a {
        text-decoration: none; }
      #footer .sns_area .sns_list .sns_icn:first-child img, #footer .sns_area .sns_list .sns_icn:nth-child(2) img,
      #footer_lnk .sns_area .sns_list .sns_icn:first-child img,
      #footer_lnk .sns_area .sns_list .sns_icn:nth-child(2) img {
        width: 24px; }
      #footer .sns_area .sns_list .sns_icn:nth-child(3) img,
      #footer_lnk .sns_area .sns_list .sns_icn:nth-child(3) img {
        width: 25px; }
      #footer .sns_area .sns_list .sns_icn:nth-child(4) img,
      #footer_lnk .sns_area .sns_list .sns_icn:nth-child(4) img {
        width: 28px; }
      @media only screen and (max-width: 767px) {
        #footer .sns_area .sns_list .sns_icn:last-child,
        #footer_lnk .sns_area .sns_list .sns_icn:last-child {
          min-width: 170px;
          margin: auto;
          display: table;
          margin-right: auto; } }
      #footer .sns_area .sns_list .sns_icn .icn_mail_box,
      #footer_lnk .sns_area .sns_list .sns_icn .icn_mail_box {
        border-radius: 3px;
        border: solid 1px #42403f;
        padding: 8px; }
        #footer .sns_area .sns_list .sns_icn .icn_mail_box img,
        #footer_lnk .sns_area .sns_list .sns_icn .icn_mail_box img {
          width: 25px;
          vertical-align: middle; }
        #footer .sns_area .sns_list .sns_icn .icn_mail_box span,
        #footer_lnk .sns_area .sns_list .sns_icn .icn_mail_box span {
          vertical-align: middle;
          margin-left: 3px; }
          @media only screen and (max-width: 767px) {
            #footer .sns_area .sns_list .sns_icn .icn_mail_box span,
            #footer_lnk .sns_area .sns_list .sns_icn .icn_mail_box span {
              font-size: 11px; } }

#footer #footer_toggle.close .footer_toggle_ttl:before,
#footer_lnk #footer_toggle.close .footer_toggle_ttl:before {
  background: url("/assets/img/icn_arrow_down.png") no-repeat #d5d3d3;
  background-position: center center; }

#footer #footer_toggle .footer_toggle_ttl,
#footer_lnk #footer_toggle .footer_toggle_ttl {
  color: #9e9e9f;
  cursor: pointer;
  font-size: 10px; }
  @media only screen and (max-width: 767px) {
    #footer #footer_toggle .footer_toggle_ttl,
    #footer_lnk #footer_toggle .footer_toggle_ttl {
      font-size: 12px; }
      #footer #footer_toggle .footer_toggle_ttl:before,
      #footer_lnk #footer_toggle .footer_toggle_ttl:before {
        height: 28px;
        width: 28px; } }
  #footer #footer_toggle .footer_toggle_ttl:before,
  #footer_lnk #footer_toggle .footer_toggle_ttl:before {
    background: url("/assets/img/icn_arrow_up.png") no-repeat #d5d3d3;
    background-position: center center;
    border-radius: 4px;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
    width: 20px; }

#footer #footer_accordion,
#footer_lnk #footer_accordion {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    #footer #footer_accordion,
    #footer_lnk #footer_accordion {
      margin-top: 33px; } }

#footer .footer_ttl p,
#footer_lnk .footer_ttl p {
  color: #959291;
  font-size: 16px;
  font-weight: bold; }

#footer .footer_cnt,
#footer_lnk .footer_cnt {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    #footer .footer_cnt,
    #footer_lnk .footer_cnt {
      letter-spacing: -0.4em; } }

#footer .footer_lnk_inner,
#footer_lnk .footer_lnk_inner {
  float: left;
  margin-left: 24px;
  width: 232px; }
  @media only screen and (max-width: 767px) {
    #footer .footer_lnk_inner,
    #footer_lnk .footer_lnk_inner {
      display: inline-block;
      float: none;
      letter-spacing: normal;
      margin-bottom: 30px;
      margin-left: 0;
      vertical-align: top;
      width: 47.82%; }
      #footer .footer_lnk_inner:nth-child(even),
      #footer_lnk .footer_lnk_inner:nth-child(even) {
        margin-left: 4.36%; } }
  #footer .footer_lnk_inner:first-child,
  #footer_lnk .footer_lnk_inner:first-child {
    margin-left: 0; }

#footer .footer_lnk_box,
#footer_lnk .footer_lnk_box {
  margin-top: 25px; }
  @media only screen and (max-width: 767px) {
    #footer .footer_lnk_box,
    #footer_lnk .footer_lnk_box {
      letter-spacing: normal; } }
  #footer .footer_lnk_box:first-child,
  #footer_lnk .footer_lnk_box:first-child {
    margin-top: 0; }

#footer .footer_lnk_ttl,
#footer_lnk .footer_lnk_ttl {
  border-bottom: 1px solid #d8d8d9;
  padding-bottom: 10px; }
  #footer .footer_lnk_ttl a,
  #footer_lnk .footer_lnk_ttl a {
    color: #959291;
    font-size: 12px;
    font-weight: bold; }

#footer .footer_lnk_lst li,
#footer_lnk .footer_lnk_lst li {
  margin-top: 12px; }
  #footer .footer_lnk_lst li a,
  #footer_lnk .footer_lnk_lst li a {
    color: #959291;
    font-size: 12px; }

#footer .footer_nav,
#footer_lnk .footer_nav {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    #footer .footer_nav,
    #footer_lnk .footer_nav {
      margin-top: 0; } }
  #footer .footer_nav li,
  #footer_lnk .footer_nav li {
    float: left;
    margin-left: 24px; }
    @media only screen and (max-width: 767px) {
      #footer .footer_nav li,
      #footer_lnk .footer_nav li {
        margin: 0 25px 10px 0; } }
    #footer .footer_nav li:first-child,
    #footer_lnk .footer_nav li:first-child {
      margin-left: 0; }
    #footer .footer_nav li a,
    #footer_lnk .footer_nav li a {
      color: #959291;
      font-size: 12px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        #footer .footer_nav li a,
        #footer_lnk .footer_nav li a {
          font-size: 11px; } }

#footer .footer_logo,
#footer_lnk .footer_logo {
  float: left;
  padding: 10px 0;
  width: 50%; }
  @media only screen and (max-width: 767px) {
    #footer .footer_logo,
    #footer_lnk .footer_logo {
      display: table-cell;
      float: none;
      padding: 0;
      text-align: center;
      vertical-align: middle; }
      #footer .footer_logo img,
      #footer_lnk .footer_logo img {
        width: 48.05%; } }

#footer #pagetop,
#footer_lnk #pagetop {
  background: #bfbebd;
  float: right;
  width: 50%; }
  @media only screen and (max-width: 767px) {
    #footer #pagetop,
    #footer_lnk #pagetop {
      display: table-cell;
      float: none; } }
  #footer #pagetop a,
  #footer_lnk #pagetop a {
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    padding: 24px 0;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      #footer #pagetop a,
      #footer_lnk #pagetop a {
        font-size: 12px; } }
    #footer #pagetop a i.ico_arrow_top,
    #footer_lnk #pagetop a i.ico_arrow_top {
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle; }
      @media only screen and (max-width: 767px) {
        #footer #pagetop a i.ico_arrow_top,
        #footer_lnk #pagetop a i.ico_arrow_top {
          margin-right: 0; } }

#footer_lnk .footer_up {
  padding-bottom: 0; }

#footer_lnk + #footer .footer_up {
  padding-top: 0; }

#footer.lnk_box .footer_up {
  padding-bottom: 0; }

.sp_menu {
  display: none; }
  @media only screen and (max-width: 767px) {
    .sp_menu {
      background: #ececec;
      min-height: 100%;
      padding: 38px 13.33% 47px;
      position: absolute;
      width: 100%; }
      .sp_menu li {
        border-top: 1px solid #d8d6d6; }
        .sp_menu li a {
          color: #231815;
          display: inline-block;
          font-size: 13px;
          padding: 17px 0;
          width: 100%; }
      .sp_menu .menu_level_first > li.add_arrow:first-child {
        border-top: none; }
      .sp_menu .menu_level_first > li.add_arrow > a {
        text-decoration: none; }
        .sp_menu .menu_level_first > li.add_arrow > a:before {
          background: url("/assets/img/icn_arrow_down_b.png") no-repeat;
          background-size: 100%;
          background-position: center;
          content: "";
          display: block;
          height: 100%;
          right: 3.63%;
          position: absolute;
          top: 0;
          width: 13px; }
      .sp_menu .menu_level_first > li:last-child {
        border-top: 1px solid #d8d6d6;
        border-bottom: 1px solid #d8d6d6; }
      .sp_menu .menu_level_first > li:nth-child(2) a:before {
        content: none; }
      .sp_menu .menu_level_first > li.active a:before {
        background: url("/assets/img/icn_arrow_up_b.png") no-repeat;
        background-size: 100%;
        background-position: center; }
      .sp_menu .menu_level_first > li > a {
        position: relative;
        font-size: 15px;
        opacity: 1; }
        .sp_menu .menu_level_first > li > a i {
          display: inline-block;
          margin-right: 3px;
          vertical-align: middle; }
        .sp_menu .menu_level_first > li > a span {
          vertical-align: middle; }
      .sp_menu .menu_level_first li:last-child.img_link {
        border: none; }
        .sp_menu .menu_level_first li:last-child.img_link img#insta {
          width: 60%; }
      .sp_menu .menu_level_second {
        display: none; }
      .sp_menu .menu_level_thread {
        padding-left: 4.82%; }
        .sp_menu .menu_level_thread li {
          border-top: none; } }

#contents #sp_sub_nav a {
  color: #333333; }

#sp_sub_nav {
  display: none; }
  @media only screen and (max-width: 767px) {
    #sp_sub_nav {
      position: absolute;
      display: block;
      width: 100%;
      background: #ffffff; }
      #sp_sub_nav a {
        display: inline-block;
        width: 100%; }
      #sp_sub_nav.active {
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 2; }
        #sp_sub_nav.active + .page_title_box {
          margin-top: 0 !important; }
        #sp_sub_nav.active .sub_nav_inner {
          padding-bottom: 20px; }
        #sp_sub_nav.active .sub_nav_lst {
          display: block; }
        #sp_sub_nav.active .sub_nav_ttl a:before {
          background: url("/assets/img/icn_arrow_up_b.png") no-repeat;
          background-size: 100%;
          background-position: center; }
      #sp_sub_nav .sub_nav_inner {
        background: #ffffff;
        border-bottom: 1px solid #d8d8d9;
        padding: 0 4%;
        position: relative; }
      #sp_sub_nav .sub_nav_ttl a {
        color: #333333;
        font-size: 13px;
        font-weight: bold;
        padding: 19px 0;
        position: relative; }
        #sp_sub_nav .sub_nav_ttl a:before {
          background: url("/assets/img/icn_arrow_down_b.png") no-repeat;
          background-size: 100%;
          background-position: center;
          content: "";
          display: block;
          height: 100%;
          position: absolute;
          right: 2.89%;
          top: 0;
          width: 15px; }
      #sp_sub_nav .sub_nav_lst {
        width: 100%;
        padding: 0 13.3% 0;
        display: none;
        z-index: 2; }
        #sp_sub_nav .sub_nav_lst .vm_list {
          margin-bottom: 14px;
          padding: 15px 0 11px;
          border-bottom: 1px solid #d8d8d9; }
          #sp_sub_nav .sub_nav_lst .vm_list:last-child {
            border-bottom: none; }
          #sp_sub_nav .sub_nav_lst .vm_list li {
            margin-left: 0;
            margin-bottom: 14px; }
          #sp_sub_nav .sub_nav_lst .vm_list span {
            display: block;
            margin-bottom: 10px; }
          #sp_sub_nav .sub_nav_lst .vm_list a,
          #sp_sub_nav .sub_nav_lst .vm_list .active a,
          #sp_sub_nav .sub_nav_lst .vm_list a:hover {
            text-decoration: none;
            color: #333333; }
        #sp_sub_nav .sub_nav_lst .lst_lv_2nd li {
          margin-left: 1em;
          border: none; } }

a:hover {
  text-decoration: underline; }
  a:hover img {
    opacity: 0.8; }
    @media only screen and (max-width: 767px) {
      a:hover img {
        opacity: 1; } }

i.ico_museum {
  color: #fad21f; }

i.ico_hall {
  color: #1eadf6; }

i.ico_library {
  color: #1ca53d; }

i.ico_hdstudio {
  color: #e43f3e; }

i.ico_incubate {
  color: #626cc7; }

i.ico_support {
  color: #9a3f4d; }

@media only screen and (max-width: 767px) {
  .for_pc {
    display: none; } }

.for_sp {
  display: none; }
  @media only screen and (max-width: 767px) {
    .for_sp {
      display: block; } }

.cnt_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3; }
  @media only screen and (max-width: 767px) {
    .cnt_ttl {
      font-size: 18px; } }
  .cnt_ttl.small {
    font-size: 18px;
    line-height: 1.7; }
    @media only screen and (max-width: 767px) {
      .cnt_ttl.small {
        font-size: 14px;
        line-height: 1.1; } }
  .cnt_ttl.center {
    text-align: center; }
  .cnt_ttl .center {
    text-align: center; }

.txt.blue {
  color: #326fa7; }

.txt.gray {
  color: #959291; }

.txt.right {
  text-align: right; }

.btn a {
  border-radius: 8px;
  display: inline-block;
  line-height: 1;
  position: relative;
  width: 100%; }

.btn.more a:before {
  background: url("/assets/img/icn_arrow_right.png") no-repeat;
  background-size: 100%;
  background-position: center;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 6px;
  top: 0;
  width: 5px; }

.lft {
  float: left; }

.rgt {
  float: right; }

.tbl {
  display: table;
  width: 100%; }
  .tbl .cell {
    display: table-cell; }

@media only screen and (max-width: 767px) {
  .spbold {
    font-weight: bold; } }

@media only screen and (max-width: 767px) {
  .spblock {
    display: block; } }

.iframe_wrap {
  position: relative;
  padding-bottom: 370px;
  height: 0;
  width: 555px;
  margin: 0 auto 30px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .iframe_wrap {
      padding-bottom: 57.97%;
      width: 100%;
      max-width: 100%; } }
  .iframe_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }

.linkTxt {
  color: #326fa7; }

#wrap.top #contents {
  padding-top: 0;
  background: #f8f7f2; }

#wrap.top #main_visual li img {
  border-radius: 8px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    #wrap.top #main_visual li img {
      border-radius: 0; } }

#wrap.top .carousel_item_thumb img,
#wrap.top .top_facility_thumb img {
  border-radius: 8px;
  width: 100%; }

#wrap.top .top_main_visual {
  background: #f8f7f2;
  padding: 32px 0; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_main_visual {
      padding: 0;
      margin-bottom: 45px; } }

#wrap.top .news_area {
  background-color: #fff;
  border-bottom: solid #f8f7f2 16px;
  padding-bottom: 40px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .news_area {
      padding: 16px 0 15px; } }
  #wrap.top .news_area h2 {
    padding: 30px 0;
    text-align: center;
    font-size: 18px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #wrap.top .news_area h2 {
        font-size: 14px;
        padding: 0 0 20px; } }
  #wrap.top .news_area .news_box {
    width: 1000px;
    margin: 0 auto 20px; }
    @media only screen and (max-width: 767px) {
      #wrap.top .news_area .news_box {
        width: 100%;
        padding: 0 4%; } }
    #wrap.top .news_area .news_box:last-child {
      margin-bottom: 0; }
    #wrap.top .news_area .news_box .news_title {
      width: 230px;
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      vertical-align: top; }
      @media only screen and (max-width: 767px) {
        #wrap.top .news_area .news_box .news_title {
          width: 35%;
          font-size: 12px; } }
    #wrap.top .news_area .news_box .news_text {
      width: 765px;
      display: inline-block;
      font-size: 13px; }
      #wrap.top .news_area .news_box .news_text p {
        word-wrap: break-word;
        color: #9e9e9f; }
      @media only screen and (max-width: 767px) {
        #wrap.top .news_area .news_box .news_text {
          width: 63%; } }
  @media only screen and (max-width: 767px) {
    #wrap.top .news_area .news_box:last-child {
      margin-bottom: 0px; } }

#wrap.top .top_general_blk {
  background: #f8f7f2;
  margin-top: 24px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_general_blk {
      margin-top: 0; } }
  #wrap.top .top_general_blk.ele_top {
    margin-top: 0; }

#wrap.top .top_event_blk {
  padding: 36px 40px;
  background: #f8f7f2; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_event_blk {
      padding: 30px 4% 35px;
      margin-top: 0; } }
  #wrap.top .top_event_blk.pt0 {
    padding: 0 40px 36px; }

#wrap.top .top_general_category {
  background: #f8f7f2; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_general_category {
      margin-top: 14px; } }

#wrap.top .top_general_category_box,
#wrap.top .top_general_category_inner {
  position: relative; }
  #wrap.top .top_general_category_box:after, #wrap.top .top_general_category_box:before,
  #wrap.top .top_general_category_inner:after,
  #wrap.top .top_general_category_inner:before {
    content: '';
    display: block;
    height: 25%;
    left: 0;
    position: absolute;
    width: 24px; }
    @media only screen and (max-width: 767px) {
      #wrap.top .top_general_category_box:after, #wrap.top .top_general_category_box:before,
      #wrap.top .top_general_category_inner:after,
      #wrap.top .top_general_category_inner:before {
        content: none; } }

#wrap.top .top_general_category_box {
  background: #ffffff;
  margin-top: 24px; }
  #wrap.top .top_general_category_box:first-child {
    margin-top: 0; }
  @media only screen and (min-width: 1150px) {
    #wrap.top .top_general_category_box:after {
      top: 0; }
    #wrap.top .top_general_category_box:before {
      top: 25%; }
    #wrap.top .top_general_category_box.museum:after {
      background: #fad21f; }
    #wrap.top .top_general_category_box.museum:before {
      background: #dbc45a; }
    #wrap.top .top_general_category_box.hall:after {
      background: #1eadf6; }
    #wrap.top .top_general_category_box.hall:before {
      background: #4e87ba; }
    #wrap.top .top_general_category_box.library:after {
      background: #1ca53d; }
    #wrap.top .top_general_category_box.library:before {
      background: #458877; } }

@media only screen and (min-width: 1150px) {
  #wrap.top .top_general_category_inner:after {
    top: 50%; }
  #wrap.top .top_general_category_inner:before {
    top: 75%; }
  #wrap.top .top_general_category_inner.museum:after {
    background: #c6ca6b; }
  #wrap.top .top_general_category_inner.museum:before {
    background: #dfe18e; }
  #wrap.top .top_general_category_inner.hall:after {
    background: #81a3c3; }
  #wrap.top .top_general_category_inner.hall:before {
    background: #99bed1; }
  #wrap.top .top_general_category_inner.library:after {
    background: #73a791; }
  #wrap.top .top_general_category_inner.library:before {
    background: #9baea0; } }

#wrap.top .top_container {
  padding-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_container {
      padding: 30px 0; } }

#wrap.top .carousel_blk {
  margin-top: 24px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .carousel_blk {
      margin-top: 19px; } }

@media only screen and (max-width: 767px) {
  #wrap.top .carousel_lst {
    width: auto; } }

#wrap.top .carousel_lst > li {
  float: left;
  width: 1000px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .carousel_lst > li {
      width: 100%; } }

#wrap.top .carousel_lst.small .carousel_item_thumb {
  width: 100px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .carousel_lst.small .carousel_item_thumb {
      width: 27.1%; } }

@media only screen and (max-width: 767px) {
  #wrap.top .carousel_lst.large .carousel_item li {
    float: right;
    margin-top: 0;
    width: 48%; }
    #wrap.top .carousel_lst.large .carousel_item li:first-child {
      float: left; } }

#wrap.top .carousel_lst.large .carousel_item .carousel_item_thumb {
  width: 232px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .carousel_lst.large .carousel_item .carousel_item_thumb {
      width: 100%;
      max-height: initial; } }

#wrap.top .carousel_lst.large .carousel_item .carousel_item_cnt {
  margin-left: 24px;
  width: 232px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .carousel_lst.large .carousel_item .carousel_item_cnt {
      margin-left: 0;
      margin-top: 15px;
      width: 100%; } }

#wrap.top .carousel_lst.large .carousel_item .carousel_item_cnt_ttl {
  border-bottom: 1px dotted #d8d8d9;
  height: 80px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .carousel_lst.large .carousel_item .carousel_item_cnt_ttl {
      border-bottom: none;
      height: auto;
      min-height: 54px !important; } }

#wrap.top .carousel_lst.large .carousel_item .carousel_item_cnt_date {
  margin-top: 15px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .carousel_lst.large .carousel_item .carousel_item_cnt_date {
      margin-top: 5px;
      letter-spacing: 0.2em; } }

#wrap.top .carousel_lst .carousel_item li {
  margin-left: 20px;
  float: left;
  width: 49%; }
  #wrap.top .carousel_lst .carousel_item li:first-child {
    margin-left: 0; }
    @media only screen and (max-width: 767px) {
      #wrap.top .carousel_lst .carousel_item li:first-child {
        margin-top: 0; } }
  @media only screen and (max-width: 767px) {
    #wrap.top .carousel_lst .carousel_item li {
      float: none;
      margin-left: 0;
      margin-top: 10px;
      width: 100%; } }

#wrap.top .carousel_lst .carousel_item a {
  display: inline-block;
  letter-spacing: -0.4em;
  width: 100%; }
  #wrap.top .carousel_lst .carousel_item a:hover .carousel_item_cnt_ttl,
  #wrap.top .carousel_lst .carousel_item a:hover .carousel_item_cnt_date {
    text-decoration: underline; }

#wrap.top .carousel_lst .carousel_item .carousel_item_thumb {
  display: inline-block; }

#wrap.top .carousel_lst .carousel_item .carousel_item_cnt {
  display: inline-block;
  letter-spacing: normal;
  margin-left: 15px;
  vertical-align: top;
  width: 375px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .carousel_lst .carousel_item .carousel_item_cnt {
      margin-left: 3.34%;
      width: 69.56%; } }
  #wrap.top .carousel_lst .carousel_item .carousel_item_cnt .carousel_item_cnt_ttl {
    min-height: 36px;
    letter-spacing: normal;
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      #wrap.top .carousel_lst .carousel_item .carousel_item_cnt .carousel_item_cnt_ttl {
        font-size: 12px;
        min-height: 38px; } }

#wrap.top .carousel_lst .carousel_item .carousel_item_cnt_date {
  line-height: 1.5;
  margin-top: 10px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .carousel_lst .carousel_item .carousel_item_cnt_date {
      font-size: 10px;
      margin-top: 6px; } }

#wrap.top .top_blk_ttl_box {
  margin-bottom: 20px;
  padding: 24px 0;
  position: relative; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_blk_ttl_box {
      margin-bottom: 0;
      padding: 0;
      padding-bottom: 39px;
      position: relative; } }

#wrap.top .top_blk_ttl {
  position: relative; }
  #wrap.top .top_blk_ttl:before {
    border-radius: 2px;
    bottom: -15px;
    content: '';
    display: block;
    height: 4px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px; }
    @media only screen and (max-width: 767px) {
      #wrap.top .top_blk_ttl:before {
        bottom: -9px;
        margin-left: -22px;
        width: 44px; } }
  #wrap.top .top_blk_ttl.museum:before {
    background: #fad21f; }
  #wrap.top .top_blk_ttl.hall:before {
    background: #1eadf6; }
  #wrap.top .top_blk_ttl.library:before {
    background: #1ca53d; }

#wrap.top .top_blk_ttl.cnt_ttl.small {
  width: 1000px;
  padding-top: 36px;
  margin: auto; }
  @media screen and (max-width: 1070px) {
    #wrap.top .top_blk_ttl.cnt_ttl.small {
      width: 960px; } }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_blk_ttl.cnt_ttl.small {
      width: 100%; } }

#wrap.top .top_more_btn {
  position: absolute;
  right: 0;
  top: 44px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_more_btn {
      top: 0; } }
  #wrap.top .top_more_btn a {
    color: #ffffff;
    font-size: 11px;
    padding: 9px 0;
    text-align: center;
    width: 87px; }
    @media only screen and (max-width: 767px) {
      #wrap.top .top_more_btn a {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        font-size: 10px;
        width: 62px; } }
    #wrap.top .top_more_btn a:hover {
      text-decoration: none; }
  #wrap.top .top_more_btn.museum a {
    background: #fad21f; }
    #wrap.top .top_more_btn.museum a:hover {
      background: #e8b830; }
  #wrap.top .top_more_btn.hall a {
    background: #1eadf6; }
    #wrap.top .top_more_btn.hall a:hover {
      background: #1893d1; }
  #wrap.top .top_more_btn.library a {
    background: #1ca53d; }
    #wrap.top .top_more_btn.library a:hover {
      background: #178d33; }
  #wrap.top .top_more_btn.event a {
    background: #959291; }
    #wrap.top .top_more_btn.event a:hover {
      background: #918887; }

#wrap.top .top_more_btn2 {
  position: absolute;
  right: 0;
  top: 36px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_more_btn2 {
      right: -40px; } }
  #wrap.top .top_more_btn2 a {
    color: #ffffff;
    font-size: 11px;
    padding: 9px 0;
    text-align: center;
    width: 87px; }
    @media only screen and (max-width: 767px) {
      #wrap.top .top_more_btn2 a {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
        font-size: 10px;
        width: 62px; } }
    #wrap.top .top_more_btn2 a:hover {
      text-decoration: none; }
  #wrap.top .top_more_btn2.event a {
    background: #959291; }
    #wrap.top .top_more_btn2.event a:hover {
      background: #918887; }

#wrap.top .top_museum_lst_box + .carousel_blk {
  margin-top: 42px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_museum_lst_box + .carousel_blk {
      margin-top: 21px;
      padding: 0 4%; } }
  #wrap.top .top_museum_lst_box + .carousel_blk .carousel_item li {
    border-top: 1px dotted #d8d8d9;
    padding-top: 24px;
    width: auto; }
    @media only screen and (max-width: 767px) {
      #wrap.top .top_museum_lst_box + .carousel_blk .carousel_item li {
        margin-top: 0;
        padding-top: 0; } }
    @media only screen and (max-width: 767px) {
      #wrap.top .top_museum_lst_box + .carousel_blk .carousel_item li a {
        padding: 13px 0; } }

@media only screen and (max-width: 767px) {
  #wrap.top .top_category_lnk_box {
    padding: 0 4%; } }

#wrap.top .top_facility_cnt_wrap {
  border-bottom: 1px dotted #d8d8d9;
  padding: 40px 0; }

#wrap.top .top_facility_wrap {
  letter-spacing: -0.4em; }

#wrap.top .top_facility_bnr {
  border-radius: 8px;
  border: 1px solid #d8d8d9;
  margin-left: 24px;
  padding: 24px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_facility_bnr {
      letter-spacing: -0.4em;
      margin-left: 0;
      padding: 12px 3.76%;
      text-align: center;
      width: 100%; } }

#wrap.top .top_facility_bnr.bottom {
  max-width: 744px;
  border-radius: 8px;
  border: 1px solid #d8d8d9;
  margin: 30px 0;
  padding: 15px; }
  #wrap.top .top_facility_bnr.bottom .top_facility_bnr_box {
    display: inline-block;
    float: left;
    width: 29%;
    height: 65px;
    margin: 0 2%;
    text-align: center;
    margin-top: 15px; }
    #wrap.top .top_facility_bnr.bottom .top_facility_bnr_box:nth-child(-n + 3) {
      margin-top: 0; }
    @media screen and (max-width: 500px) {
      #wrap.top .top_facility_bnr.bottom .top_facility_bnr_box {
        width: 46%;
        height: initial; }
        #wrap.top .top_facility_bnr.bottom .top_facility_bnr_box:nth-child(n + 3) {
          margin-top: 10px; } }

#wrap.top .top_facility_box {
  display: inline-block;
  line-height: 1.8;
  margin: 0 50px;
  vertical-align: top;
  width: 232px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_facility_box {
      border-top: 1px dotted #d8d8d9;
      line-height: 1;
      margin: 0;
      padding: 20px 0;
      width: 100%; } }
  #wrap.top .top_facility_box a {
    color: #326fa7;
    display: inline-block;
    font-size: 13px;
    letter-spacing: normal;
    margin-top: 14px; }
    @media only screen and (max-width: 767px) {
      #wrap.top .top_facility_box a {
        font-size: 12px;
        line-height: 1.4;
        margin-top: 8px;
        width: 100%; } }
    #wrap.top .top_facility_box a:first-child {
      margin-top: 0; }
      @media only screen and (max-width: 767px) {
        #wrap.top .top_facility_box a:first-child {
          letter-spacing: -0.4em; } }
    #wrap.top .top_facility_box a i {
      font-size: 12px; }

@media only screen and (max-width: 767px) {
  #wrap.top .top_facility_thumb {
    display: inline-block;
    vertical-align: top;
    width: 27.1%; } }

#wrap.top .top_facility_blk {
  background: #f8f7f2;
  padding-top: 24px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_facility_blk {
      background: #f8f7f2;
      border-bottom: none;
      margin-top: 14px; }
      #wrap.top .top_facility_blk.mt0 {
        margin-top: 0px;
        padding-top: 0; } }

#wrap.top .top_facility_blk_inner {
  background: #ffffff; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_facility_blk_inner {
      padding: 0 4%; } }

#wrap.top .top_facility_cnt {
  margin-top: 15px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_facility_cnt {
      display: inline-block;
      margin-top: 0;
      padding: 0 5.16%;
      width: 72.9%; } }
  #wrap.top .top_facility_cnt p {
    color: #333333;
    letter-spacing: normal;
    margin-top: 8px; }
    #wrap.top .top_facility_cnt p:first-child {
      margin-top: 0; }

#wrap.top .top_facility_cnt_ttl {
  font-size: 18px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_facility_cnt_ttl {
      font-size: 14px; } }

#wrap.top .top_facility_cnt_txt {
  font-size: 13px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_facility_cnt_txt {
      font-size: 12px;
      margin-top: 6px !important;
      line-height: 1.4; } }

#wrap.top .wrap_fb_tl {
  margin-left: 24px;
  float: right; }
  @media only screen and (max-width: 767px) {
    #wrap.top .wrap_fb_tl {
      float: none;
      width: 230px;
      margin: auto; }
      #wrap.top .wrap_fb_tl .fb_iframe_widget,
      #wrap.top .wrap_fb_tl .fb_iframe_widget span,
      #wrap.top .wrap_fb_tl .fb_iframe_widget iframe[style] {
        height: 250px !important; } }

#wrap.top .top_facility_bnr_box {
  margin-top: 16px; }
  #wrap.top .top_facility_bnr_box:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_facility_bnr_box {
      float: left;
      margin-top: 12px;
      width: 47.96%; }
      #wrap.top .top_facility_bnr_box:first-child {
        margin-top: 0; }
      #wrap.top .top_facility_bnr_box:nth-child(2) {
        margin-top: 0; }
      #wrap.top .top_facility_bnr_box:nth-child(even) {
        float: right; } }
  #wrap.top .top_facility_bnr_box a {
    display: inline-block; }

#wrap.top .top_facility_lst {
  margin-top: 17px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_facility_lst {
      letter-spacing: -0.4em;
      line-height: 1.8;
      margin-top: 7px; } }
  #wrap.top .top_facility_lst li {
    display: inline-block;
    margin-left: 100px; }
    @media only screen and (max-width: 767px) {
      #wrap.top .top_facility_lst li {
        margin-left: 0;
        width: 50%; } }
    #wrap.top .top_facility_lst li:first-child {
      margin-left: 0; }
    #wrap.top .top_facility_lst li a {
      color: #326fa7;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        #wrap.top .top_facility_lst li a {
          font-size: 12px;
          letter-spacing: normal; } }
      #wrap.top .top_facility_lst li a span {
        display: inline-block;
        margin-left: 9px; }
        #wrap.top .top_facility_lst li a span:first-child {
          margin-left: 0; }

#wrap.top .top_facility_another {
  margin-top: 32px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_facility_another {
      margin-top: 28px;
      padding: 0 4%; } }

#wrap.top .top_footer_lnk_box ul {
  font-size: 0;
  letter-spacing: -0.4em;
  width: 1000px; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_footer_lnk_box ul {
      width: auto; } }

#wrap.top .top_footer_lnk_box li {
  display: inline-block;
  letter-spacing: normal;
  margin-bottom: 24px;
  margin-right: 24px;
  width: 232px; }
  #wrap.top .top_footer_lnk_box li:nth-child(4n) {
    margin-right: 0; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_footer_lnk_box li {
      float: left;
      margin: 12px 0 0;
      width: 47.82%; }
      #wrap.top .top_footer_lnk_box li:first-child {
        margin-top: 0; }
      #wrap.top .top_footer_lnk_box li:nth-child(2) {
        margin-top: 0; }
      #wrap.top .top_footer_lnk_box li:nth-child(even) {
        float: right; } }

#wrap.top .top_footer_lnk_box a {
  border-radius: 8px;
  background: #ffffff;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  padding: 19px 26px;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    #wrap.top .top_footer_lnk_box a {
      height: auto;
      padding: 13px 11.21%; } }
  #wrap.top .top_footer_lnk_box a img {
    border-radius: 8px;
    width: 100%;
    overflow: hidden; }

#contents.privacy {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.privacy {
      width: auto;
      padding: 25px 3.6% 60px; } }
  #contents.privacy .privacy_box h1 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #contents.privacy .privacy_box h1 {
        font-size: 18px; } }
  #contents.privacy .privacy_box .separate01 {
    padding: 25px 0 40px;
    border-bottom: 1px dotted #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #contents.privacy .privacy_box .separate01 {
        padding-bottom: 30px;
        padding: 23px 0 27px; } }
    #contents.privacy .privacy_box .separate01 p {
      font-size: 13px;
      line-height: 1.8;
      width: 819px; }
      @media only screen and (max-width: 767px) {
        #contents.privacy .privacy_box .separate01 p {
          width: auto; } }
  #contents.privacy .privacy_box .separate02 {
    padding-top: 38px; }
    @media only screen and (max-width: 767px) {
      #contents.privacy .privacy_box .separate02 {
        padding-top: 25px; } }
    #contents.privacy .privacy_box .separate02 ol {
      width: 819px; }
      @media only screen and (max-width: 767px) {
        #contents.privacy .privacy_box .separate02 ol {
          width: auto; } }
      #contents.privacy .privacy_box .separate02 ol li {
        font-size: 13px;
        line-height: 1.9;
        margin-top: 10px; }
    #contents.privacy .privacy_box .separate02_bold {
      font-weight: bold; }

#contents.use {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.use {
      width: auto;
      padding: 25px 3.6% 60px; } }
  #contents.use .use_box h1 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #contents.use .use_box h1 {
        font-size: 18px; } }
  #contents.use .use_box .separate01 {
    padding: 25px 0 40px; }
    @media only screen and (max-width: 767px) {
      #contents.use .use_box .separate01 {
        padding: 20px 0 27px; } }
    #contents.use .use_box .separate01 p {
      font-size: 13px;
      line-height: 1.8; }
      @media only screen and (max-width: 767px) {
        #contents.use .use_box .separate01 p {
          width: auto; } }
      #contents.use .use_box .separate01 p a {
        color: #326fa7; }
  #contents.use .use_box .separate02 {
    padding: 38px 0;
    border-top: 1px dotted #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #contents.use .use_box .separate02 {
        padding-top: 25px; } }
    #contents.use .use_box .separate02 h2 {
      font-size: 18px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        #contents.use .use_box .separate02 h2 {
          font-size: 13px; } }
    #contents.use .use_box .separate02 p {
      padding-top: 30px;
      font-size: 13px;
      line-height: 1.8; }
      @media only screen and (max-width: 767px) {
        #contents.use .use_box .separate02 p {
          padding-top: 25px;
          width: auto; } }
      #contents.use .use_box .separate02 p a {
        color: #326fa7; }
  #contents.use .use_box .separate02:first-child {
    border-top: none; }

#contents.sitemap {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.sitemap {
      width: auto;
      padding: 25px 3.6% 60px; } }
  #contents.sitemap .sitemap_box h1 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #contents.sitemap .sitemap_box h1 {
        font-size: 18px; } }
  #contents.sitemap .sitemap_box .sitemap_block {
    padding: 38px 0px 0px; }
    @media only screen and (max-width: 767px) {
      #contents.sitemap .sitemap_box .sitemap_block {
        padding: 0px; } }
    #contents.sitemap .sitemap_box .sitemap_block .culum04 {
      width: 232px;
      float: left;
      margin-left: 23px; }
      @media only screen and (max-width: 767px) {
        #contents.sitemap .sitemap_box .sitemap_block .culum04 {
          padding-top: 24px;
          width: auto;
          float: none;
          margin-left: 0px; } }
      #contents.sitemap .sitemap_box .sitemap_block .culum04 h2 {
        font-size: 13px;
        font-weight: bold;
        border-bottom: 1px solid #d8d8d9;
        padding-bottom: 11px; }
        #contents.sitemap .sitemap_box .sitemap_block .culum04 h2 a {
          color: #000000; }
          #contents.sitemap .sitemap_box .sitemap_block .culum04 h2 a i.yellow {
            color: #f9e73d; }
          #contents.sitemap .sitemap_box .sitemap_block .culum04 h2 a i.blue {
            color: #1eadf6; }
          #contents.sitemap .sitemap_box .sitemap_block .culum04 h2 a i.green {
            color: #1ca53d; }
          #contents.sitemap .sitemap_box .sitemap_block .culum04 h2 a i.red {
            color: #9a3f4d; }
          #contents.sitemap .sitemap_box .sitemap_block .culum04 h2 a i.red_purple {
            color: #e43f3e; }
          #contents.sitemap .sitemap_box .sitemap_block .culum04 h2 a i.blue_purple {
            color: #626cc7; }
      #contents.sitemap .sitemap_box .sitemap_block .culum04 h2.culum04_pt25 {
        padding-top: 25px; }
        @media only screen and (max-width: 767px) {
          #contents.sitemap .sitemap_box .sitemap_block .culum04 h2.culum04_pt25 {
            padding-top: 24px; } }
      #contents.sitemap .sitemap_box .sitemap_block .culum04 ul li {
        font-size: 12px;
        line-height: 2; }
        #contents.sitemap .sitemap_box .sitemap_block .culum04 ul li a {
          color: #326fa7; }
        #contents.sitemap .sitemap_box .sitemap_block .culum04 ul li ul.second_list li {
          text-indent: 1em; }
          #contents.sitemap .sitemap_box .sitemap_block .culum04 ul li ul.second_list li a {
            color: #326fa7; }
    #contents.sitemap .sitemap_box .sitemap_block .culum04:first-child {
      margin-left: 0px; }
    #contents.sitemap .sitemap_box .sitemap_block .culum04 > ul {
      margin-top: 11px; }

#contents.link {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.link {
      width: auto;
      padding: 25px 3.6% 60px; } }
  #contents.link .link_box h1 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #contents.link .link_box h1 {
        font-size: 18px; } }
  #contents.link .link_box .link_block .link_block01 {
    border-top: 1px solid #d8d8d9;
    padding: 25px 0; }
    @media only screen and (max-width: 767px) {
      #contents.link .link_box .link_block .link_block01 {
        padding-top: 24px;
        width: auto;
        float: none;
        margin-left: 0px; } }
    #contents.link .link_box .link_block .link_block01 h2 {
      font-size: 13px;
      font-weight: bold;
      padding-bottom: 15px; }
      #contents.link .link_box .link_block .link_block01 h2 a {
        color: #000000; }
    #contents.link .link_box .link_block .link_block01 ul li {
      font-size: 13px;
      line-height: 2; }
      #contents.link .link_box .link_block .link_block01 ul li a {
        color: #326fa7; }
      #contents.link .link_box .link_block .link_block01 ul li a:hover {
        text-decoration: underline; }
      #contents.link .link_box .link_block .link_block01 ul li ul.second_list li {
        text-indent: 1em; }
        #contents.link .link_box .link_block .link_block01 ul li ul.second_list li a {
          color: #000000; }
  #contents.link .link_box .link_block .link_block01:first-child {
    border: 0px; }

#contents.magazine {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.magazine {
      width: auto;
      padding: 25px 3.6% 60px; } }
  #contents.magazine .magazine_box h1 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #contents.magazine .magazine_box h1 {
        font-size: 18px; } }
  #contents.magazine .magazine_box .magazine_block .magazine_block01 {
    padding-top: 28px; }
    #contents.magazine .magazine_box .magazine_block .magazine_block01 h2 {
      font-size: 13px;
      font-weight: bold; }
    #contents.magazine .magazine_box .magazine_block .magazine_block01 p {
      font-size: 13px;
      padding-top: 15px;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        #contents.magazine .magazine_box .magazine_block .magazine_block01 p {
          padding-top: 10px; } }
    @media only screen and (max-width: 767px) {
      #contents.magazine .magazine_box .magazine_block .magazine_block01 {
        padding-top: 23px; } }
  #contents.magazine .magazine_box .magazine_block .magazine_block02 {
    width: 550px;
    background-color: #f8f7f2;
    margin-top: 28px;
    padding: 15px;
    border-radius: 5px; }
    @media only screen and (max-width: 767px) {
      #contents.magazine .magazine_box .magazine_block .magazine_block02 {
        margin-top: 23px;
        width: auto; } }
    #contents.magazine .magazine_box .magazine_block .magazine_block02 .magazine_form_box .table {
      display: table; }
      @media only screen and (max-width: 767px) {
        #contents.magazine .magazine_box .magazine_block .magazine_block02 .magazine_form_box .table {
          display: block;
          width: 100%; } }
      #contents.magazine .magazine_box .magazine_block .magazine_block02 .magazine_form_box .table .table_cell {
        display: table-cell; }
        @media only screen and (max-width: 767px) {
          #contents.magazine .magazine_box .magazine_block .magazine_block02 .magazine_form_box .table .table_cell {
            display: block;
            width: 100%; } }
        #contents.magazine .magazine_box .magazine_block .magazine_block02 .magazine_form_box .table .table_cell span {
          vertical-align: middle;
          margin-right: 13px;
          font-size: 13px;
          display: block;
          margin-bottom: 10px; }
        #contents.magazine .magazine_box .magazine_block .magazine_block02 .magazine_form_box .table .table_cell input#email {
          width: 290px;
          padding: 15px;
          border: 1px solid #d8d8d9;
          border-radius: 5px 0px 0px 5px;
          border-right: 1px solid #ffffff;
          font-size: 13px; }
          @media only screen and (max-width: 767px) {
            #contents.magazine .magazine_box .magazine_block .magazine_block02 .magazine_form_box .table .table_cell input#email {
              width: 70%; } }
        #contents.magazine .magazine_box .magazine_block .magazine_block02 .magazine_form_box .table .table_cell input#__send {
          -webkit-appearance: none;
          background-color: #326fa7;
          color: #ffffff;
          padding: 17px 32px;
          border: 1px solid #d8d8d9;
          border-radius: 0px 5px 5px 0px;
          font-size: 12px;
          font-weight: bold;
          cursor: pointer; }
          @media only screen and (max-width: 767px) {
            #contents.magazine .magazine_box .magazine_block .magazine_block02 .magazine_form_box .table .table_cell input#__send {
              padding: 17px 0px;
              width: 30%; } }
        #contents.magazine .magazine_box .magazine_block .magazine_block02 .magazine_form_box .table .table_cell input#magazine_btn:hover {
          background-color: #225690; }
        #contents.magazine .magazine_box .magazine_block .magazine_block02 .magazine_form_box .table .table_cell form {
          letter-spacing: -0.4em; }
  #contents.magazine .magazine_box .magazine_block .magazine_block03 {
    padding-top: 28px; }
    @media only screen and (max-width: 767px) {
      #contents.magazine .magazine_box .magazine_block .magazine_block03 {
        padding-top: 26px; } }
    #contents.magazine .magazine_box .magazine_block .magazine_block03 ul li {
      font-size: 13px;
      line-height: 1.7; }
      #contents.magazine .magazine_box .magazine_block .magazine_block03 ul li a {
        color: #326fa7; }
      #contents.magazine .magazine_box .magazine_block .magazine_block03 ul li a:hover {
        text-decoration: underline; }
  #contents.magazine .magazine_box .magazine_block .magazine_block04 {
    padding-top: 38px; }
    @media only screen and (max-width: 767px) {
      #contents.magazine .magazine_box .magazine_block .magazine_block04 {
        padding-top: 26px; } }
    #contents.magazine .magazine_box .magazine_block .magazine_block04 h2 {
      font-size: 13px;
      font-weight: bold; }
    #contents.magazine .magazine_box .magazine_block .magazine_block04 ul {
      padding-top: 10px; }
      @media only screen and (max-width: 767px) {
        #contents.magazine .magazine_box .magazine_block .magazine_block04 ul {
          padding-top: 5px; } }
      #contents.magazine .magazine_box .magazine_block .magazine_block04 ul li {
        font-size: 13px;
        line-height: 1.7; }
        #contents.magazine .magazine_box .magazine_block .magazine_block04 ul li a {
          color: #326fa7; }
        #contents.magazine .magazine_box .magazine_block .magazine_block04 ul li a:hover {
          text-decoration: underline; }

#contents.contact {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.contact {
      width: auto;
      padding: 25px 3.6% 60px; } }
  #contents.contact .contact_box h1 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #contents.contact .contact_box h1 {
        font-size: 15px; } }
  #contents.contact .contact_box h2 {
    font-size: 15px; }
    @media only screen and (max-width: 767px) {
      #contents.contact .contact_box h2 {
        font-size: 15px;
        font-weight: bold; } }
  #contents.contact .contact_box h3 {
    font-size: 15px;
    padding-bottom: 23px; }
    @media only screen and (max-width: 767px) {
      #contents.contact .contact_box h3 {
        font-size: 13px;
        padding-top: 20px;
        padding-bottom: 0px; } }
  #contents.contact .contact_box p.contact_box_descripton {
    padding-top: 28px;
    font-size: 13px;
    line-height: 1.8; }
    @media only screen and (max-width: 767px) {
      #contents.contact .contact_box p.contact_box_descripton {
        padding-top: 15px; } }
  #contents.contact .contact_box .contact_block {
    padding-top: 34px; }
    #contents.contact .contact_box .contact_block .txt_gray {
      font-size: 13px;
      font-weight: bold;
      color: #9e9e9f; }
    #contents.contact .contact_box .contact_block .txt_link {
      padding-top: 11px; }
      @media only screen and (max-width: 767px) {
        #contents.contact .contact_box .contact_block .txt_link {
          padding-top: 8px; } }
      #contents.contact .contact_box .contact_block .txt_link a {
        font-size: 13px;
        color: #326fa7; }
    #contents.contact .contact_box .contact_block .txt_black {
      font-size: 13px;
      padding-top: 11px; }
    @media only screen and (max-width: 767px) {
      #contents.contact .contact_box .contact_block {
        padding-top: 22px; } }
    #contents.contact .contact_box .contact_block .contact_block01 {
      width: 1000px;
      border-top: 1px dotted #d8d8d9;
      padding: 37px 0;
      float: right; }
      @media only screen and (max-width: 767px) {
        #contents.contact .contact_box .contact_block .contact_block01 {
          width: auto;
          float: none;
          padding: 25px 0; } }
      #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_01 {
        width: 258px;
        float: left; }
        @media only screen and (max-width: 767px) {
          #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_01 {
            width: auto;
            float: none; } }
      #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_02 {
        width: 317px;
        float: left; }
        @media only screen and (max-width: 767px) {
          #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_02 {
            padding-top: 20px;
            width: auto;
            float: none; } }
      #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_03 {
        width: 317px;
        float: left; }
        @media only screen and (max-width: 767px) {
          #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_03 {
            padding-top: 20px;
            width: auto;
            float: none; } }
      #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_04 {
        width: 740px;
        float: right; }
        @media only screen and (max-width: 767px) {
          #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_04 {
            width: auto;
            float: none; } }
      #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_05 {
        width: 740px; }
        @media only screen and (max-width: 767px) {
          #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_05 {
            width: auto;
            float: none; } }
      #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_06 {
        width: 317px;
        float: left; }
        @media only screen and (max-width: 767px) {
          #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_06 {
            width: auto;
            float: none;
            padding-top: 20px; } }
      #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_07 {
        width: 317px;
        float: left; }
        @media only screen and (max-width: 767px) {
          #contents.contact .contact_box .contact_block .contact_block01 .contact_block01_07 {
            width: auto;
            float: none;
            padding-top: 20px; } }
    #contents.contact .contact_box .contact_block .contact_block02 {
      width: 740px;
      border-top: 1px dotted #d8d8d9;
      padding: 37px 0;
      float: right; }
      @media only screen and (max-width: 767px) {
        #contents.contact .contact_box .contact_block .contact_block02 {
          width: auto;
          float: none;
          padding: 0px 0px 25px;
          border: none; } }
      @media only screen and (max-width: 767px) {
        #contents.contact .contact_box .contact_block .contact_block02 h3 {
          padding-top: 0px; } }
      #contents.contact .contact_box .contact_block .contact_block02 .txt_gray {
        line-height: 1.7;
        padding-top: 20px; }
      #contents.contact .contact_box .contact_block .contact_block02 .txt_gray:first-child {
        padding-top: 0px; }
      #contents.contact .contact_box .contact_block .contact_block02 span.txt_gray_black {
        font-size: 13px;
        color: #000;
        font-weight: normal; }
      #contents.contact .contact_box .contact_block .contact_block02 .contact_block02_01 {
        width: 740px; }
        @media only screen and (max-width: 767px) {
          #contents.contact .contact_box .contact_block .contact_block02 .contact_block02_01 {
            width: auto; } }
        @media only screen and (max-width: 767px) {
          #contents.contact .contact_box .contact_block .contact_block02 .contact_block02_01 h3 {
            padding-top: 10px; } }
      #contents.contact .contact_box .contact_block .contact_block02 .contact_block02_02 {
        width: 740px; }
        @media only screen and (max-width: 767px) {
          #contents.contact .contact_box .contact_block .contact_block02 .contact_block02_02 {
            width: auto; } }
        @media only screen and (max-width: 767px) {
          #contents.contact .contact_box .contact_block .contact_block02 .contact_block02_02 h3 {
            padding-top: 10px; } }
        #contents.contact .contact_box .contact_block .contact_block02 .contact_block02_02 .contact_block02_03 {
          width: 317px;
          float: left; }
          @media only screen and (max-width: 767px) {
            #contents.contact .contact_box .contact_block .contact_block02 .contact_block02_02 .contact_block02_03 {
              width: auto;
              float: none;
              padding-top: 20px; } }
        #contents.contact .contact_box .contact_block .contact_block02 .contact_block02_02 .contact_block02_04 {
          width: 317px;
          float: left; }
          @media only screen and (max-width: 767px) {
            #contents.contact .contact_box .contact_block .contact_block02 .contact_block02_02 .contact_block02_04 {
              width: auto;
              float: none;
              padding-top: 20px; } }
  #contents.contact .contact_box .contact_block01_03 a,
  #contents.contact .contact_box .contact_block01_03 a,
  #contents.contact .contact_box .contact_block01_07 a,
  #contents.contact .contact_box .contact_block02_01_description a,
  #contents.contact .contact_box .contact_block02_04 a {
    color: #000; }
  #contents.contact .contact_box .br_fax {
    display: none; }
    @media only screen and (max-width: 767px) {
      #contents.contact .contact_box .br_fax {
        display: block; } }

#contents.faq {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.faq {
      width: auto;
      padding: 25px 3.6% 60px; } }
  #contents.faq .faq_box h1 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #contents.faq .faq_box h1 {
        font-size: 18px; } }
  #contents.faq .faq_box .faq_block {
    margin-top: 30px; }
    @media only screen and (max-width: 767px) {
      #contents.faq .faq_box .faq_block {
        margin-top: 25px; } }
    #contents.faq .faq_box .faq_block dl dt {
      background: #f8f7f2;
      border-radius: 5px;
      margin-bottom: 2px;
      position: relative; }
      #contents.faq .faq_box .faq_block dl dt span {
        display: block;
        padding: 13px 45px 15px 13px;
        cursor: pointer;
        line-height: 1.5; }
        @media only screen and (max-width: 767px) {
          #contents.faq .faq_box .faq_block dl dt span {
            padding: 10px 42px 11px 10px; } }
    #contents.faq .faq_box .faq_block dl .ico_close_color:before {
      position: absolute;
      width: 24px;
      height: 24px;
      font-size: 24px;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      margin: auto;
      margin-right: 17px;
      color: #959291; }
      @media only screen and (max-width: 767px) {
        #contents.faq .faq_box .faq_block dl .ico_close_color:before {
          width: 17px;
          height: 17px;
          font-size: 17px;
          margin-right: 13px; } }
    #contents.faq .faq_box .faq_block dl .change_ico.ico_close_color:before {
      content: "\e91e"; }
    #contents.faq .faq_box .faq_block dl dd {
      padding: 13px 15px 21px 15px;
      line-height: 1.5; }
      #contents.faq .faq_box .faq_block dl dd a {
        text-decoration: underline;
        cursor: pointer; }
      @media only screen and (max-width: 767px) {
        #contents.faq .faq_box .faq_block dl dd {
          padding: 13px 3px 18px; } }
    #contents.faq .faq_box .faq_block dl table {
      width: 750px;
      border-top: 1px solid #d8d8d9; }
      @media only screen and (max-width: 767px) {
        #contents.faq .faq_box .faq_block dl table {
          width: 100%; } }
      #contents.faq .faq_box .faq_block dl table tr.odd {
        background: #fafaf8; }
      #contents.faq .faq_box .faq_block dl table:first-of-type tr:first-child td:first-child {
        width: 250px;
        border-right: 1px solid #d8d8d9; }
        @media only screen and (max-width: 767px) {
          #contents.faq .faq_box .faq_block dl table:first-of-type tr:first-child td:first-child {
            width: 25%; } }
      #contents.faq .faq_box .faq_block dl table td {
        vertical-align: middle;
        border-bottom: 1px solid #d8d8d9;
        padding: 13px 20px 13px 13px; }
    #contents.faq .faq_box .faq_block dl .attend {
      margin-bottom: 15px; }
    #contents.faq .faq_box .faq_block dl .inde {
      padding-left: 1em; }
    #contents.faq .faq_box .faq_block dl .map_link {
      margin-top: 15px; }
      #contents.faq .faq_box .faq_block dl .map_link a {
        color: #326fa7; }

@media only screen and (max-width: 767px) {
  #subnav.info_nav {
    display: none; } }

#subnav.info_nav li.active {
  border-color: #35c1bd; }

#main_map.map_visual {
  display: none; }
  @media only screen and (max-width: 767px) {
    #main_map.map_visual {
      display: block;
      width: 100%;
      margin: 0 auto;
      padding-top: 35px; }
      #main_map.map_visual .info_box h1 {
        font-size: 18px;
        font-weight: bold;
        padding-left: 3.6%;
        margin-bottom: 23px; }
      #main_map.map_visual .info_box .info_block {
        width: 100%; }
        #main_map.map_visual .info_box .info_block iframe {
          width: 100%; } }

#contents.info {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.info {
      width: auto;
      padding: 25px 0% 20px; } }
  #contents.info .info_box h1 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #contents.info .info_box h1 {
        display: none; } }
  #contents.info .info_box .sub {
    width: 255px;
    float: left; }
    @media only screen and (max-width: 767px) {
      #contents.info .info_box .sub {
        width: auto;
        float: none;
        padding-left: 3.6%;
        padding-right: 3.6%; } }
  #contents.info .info_box .main {
    width: 745px;
    float: right; }
    @media only screen and (max-width: 767px) {
      #contents.info .info_box .main {
        width: auto;
        float: none; } }
  #contents.info .info_box .block01 {
    padding-top: 23px;
    padding-bottom: 40px; }
    @media only screen and (max-width: 767px) {
      #contents.info .info_box .block01 {
        padding-top: 0px;
        padding-bottom: 20px; } }
    @media only screen and (max-width: 767px) {
      #contents.info .info_box .block01 .main {
        display: none; } }
    #contents.info .info_box .block01 .main iframe {
      width: 745px;
      border: 0; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block01 .main iframe {
          width: 100%;
          height: 200px; } }
    #contents.info .info_box .block01 .sub .name {
      font-size: 15px;
      line-height: 1.8; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block01 .sub .name {
          margin-top: -10px;
          font-size: 13px;
          line-height: 1.6; } }
    #contents.info .info_box .block01 .sub .address {
      padding-top: 20px;
      font-size: 13px;
      line-height: 1.7; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block01 .sub .address {
          padding-top: 10px;
          font-size: 13px;
          line-height: 1.7; } }
    #contents.info .info_box .block01 .sub .tel {
      padding-top: 15px;
      font-size: 13px;
      line-height: 1.6; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block01 .sub .tel {
          padding-top: 2px; } }
      #contents.info .info_box .block01 .sub .tel a {
        color: #000000; }
  #contents.info .info_box .block02 {
    border-top: 1px dotted #d8d8d9; }
    #contents.info .info_box .block02 ul {
      padding-top: 30px; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block02 ul {
          display: none; } }
      #contents.info .info_box .block02 ul li {
        float: left;
        padding-left: 15px;
        padding-right: 15px;
        border-left: 1px dotted #d8d8d9; }
        #contents.info .info_box .block02 ul li a {
          font-size: 13px;
          color: #326fa7; }
      #contents.info .info_box .block02 ul li:first-child {
        padding-left: 0px;
        border-left: 0px; }
  #contents.info .info_box .block03 {
    padding-top: 40px; }
    @media only screen and (max-width: 767px) {
      #contents.info .info_box .block03 {
        padding-top: 20px; } }
    #contents.info .info_box .block03 .sub h2 {
      font-size: 18px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block03 .sub h2 {
          font-size: 15px; } }
    #contents.info .info_box .block03 .sub .ico_common_radius {
      display: inline-block;
      font-size: 10px;
      margin-top: 16px;
      padding-right: 3px; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block03 .sub .ico_common_radius {
          margin-top: 10px; } }
    #contents.info .info_box .block03 .sub .ico_common_radius.first {
      color: #fad21f;
      padding-left: 2px; }
    #contents.info .info_box .block03 .sub .ico_common_radius.second {
      color: #dbc45a; }
    #contents.info .info_box .block03 .sub .ico_common_radius.third {
      color: #c6ca6b; }
    #contents.info .info_box .block03 .sub .ico_common_radius.fourth {
      color: #dfe18e; }
    @media only screen and (max-width: 767px) {
      #contents.info .info_box .block03 .main {
        margin-top: 20px; } }
    @media only screen and (max-width: 767px) {
      #contents.info .info_box .block03 .main .main_block {
        padding-left: 3.6%;
        padding-right: 3.6%; } }
    #contents.info .info_box .block03 .main .main_block p.tit {
      font-size: 13px;
      font-weight: bold;
      line-height: 1.8; }
    #contents.info .info_box .block03 .main .main_block p.txt {
      font-size: 13px;
      line-height: 1.8; }
      #contents.info .info_box .block03 .main .main_block p.txt a {
        color: #326fa7; }
    #contents.info .info_box .block03 .main .main_block p.mt25 {
      padding-top: 22px; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block03 .main .main_block p.mt25 {
          padding-top: 15px; } }
    #contents.info .info_box .block03 .main .main_block .main_block01 {
      padding-bottom: 22px; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block03 .main .main_block .main_block01 {
          padding-bottom: 18px; } }
    #contents.info .info_box .block03 .main .main_block .main_block02, #contents.info .info_box .block03 .main .main_block .main_block03, #contents.info .info_box .block03 .main .main_block .main_block04 {
      padding-top: 22px;
      padding-bottom: 22px;
      border-top: 1px dotted #d8d8d9; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block03 .main .main_block .main_block02, #contents.info .info_box .block03 .main .main_block .main_block03, #contents.info .info_box .block03 .main .main_block .main_block04 {
          padding-top: 18px;
          padding-bottom: 18px; } }
    #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table01 {
      width: 372px;
      display: table;
      border-top: 1px solid #d8d8d9;
      border-bottom: 1px solid #d8d8d9;
      background-color: #f8f7f2;
      margin-top: 25px; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table01 {
          width: 100%; } }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table01 .table_cell01_01, #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table01 .table_cell01_02, #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table01 .table_cell01_03 {
        display: table-cell;
        text-align: center;
        padding: 15px 0; }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table01 .table_cell01_01 {
        width: 190px;
        text-align: left;
        padding-left: 22px; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table01 .table_cell01_01 {
            width: 50%; } }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table01 .table_cell01_02 {
        width: 75px;
        border-right: 1px dotted #d8d8d9; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table01 .table_cell01_02 {
            width: 25%; } }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table01 .table_cell01_03 {
        width: 100px; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table01 .table_cell01_03 {
            width: 25%; } }
    #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table02 {
      width: 372px;
      display: table;
      border-bottom: 1px solid #d8d8d9; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table02 {
          width: 100%; } }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table02 .table_cell02_04, #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table02 .table_cell02_05, #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table02 .table_cell02_06 {
        display: table-cell;
        text-align: center;
        padding: 15px 0; }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table02 .table_cell02_04 {
        width: 190px; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table02 .table_cell02_04 {
            width: 50%; } }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table02 .table_cell02_05 {
        width: 75px;
        border-right: 1px dotted #d8d8d9; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table02 .table_cell02_05 {
            width: 25%; } }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table02 .table_cell02_06 {
        width: 100px; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_01 .table02 .table_cell02_06 {
            width: 25%; } }
    #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table01 {
      width: 372px;
      display: table;
      border-top: 1px solid #d8d8d9;
      border-bottom: 1px solid #d8d8d9;
      background-color: #f8f7f2;
      margin-top: 25px; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table01 {
          width: 100%; } }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table01 .table_cell01_01, #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table01 .table_cell01_02, #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table01 .table_cell01_03 {
        display: table-cell;
        text-align: center;
        padding: 15px 0; }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table01 .table_cell01_01 {
        width: 190px;
        text-align: left;
        padding-left: 22px; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table01 .table_cell01_01 {
            width: 50%; } }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table01 .table_cell01_02 {
        width: 75px;
        border-right: 1px dotted #d8d8d9; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table01 .table_cell01_02 {
            width: 25%; } }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table01 .table_cell01_03 {
        width: 100px; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table01 .table_cell01_03 {
            width: 25%; } }
    #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table02 {
      width: 372px;
      display: table;
      border-bottom: 1px solid #d8d8d9; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table02 {
          width: 100%; } }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table02 .table_cell02_04, #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table02 .table_cell02_05, #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table02 .table_cell02_06 {
        display: table-cell;
        text-align: center;
        padding: 15px 0; }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table02 .table_cell02_04 {
        width: 190px; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table02 .table_cell02_04 {
            width: 50%; } }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table02 .table_cell02_05 {
        width: 75px;
        border-right: 1px dotted #d8d8d9; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table02 .table_cell02_05 {
            width: 25%; } }
      #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table02 .table_cell02_06 {
        width: 100px; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block03 .table_block01_02 .table02 .table_cell02_06 {
            width: 25%; } }
    #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table01 {
      width: 372px;
      display: table;
      border-top: 1px solid #d8d8d9;
      border-bottom: 1px solid #d8d8d9;
      background-color: #f8f7f2;
      margin-top: 25px; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table01 {
          width: 100%;
          margin-top: 16px; } }
      #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table01 .table_cell02_01, #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table01 .table_cell02_02 {
        display: table-cell;
        text-align: center;
        padding: 15px 0; }
      #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table01 .table_cell02_01 {
        width: 185px;
        border-right: 1px dotted #d8d8d9; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table01 .table_cell02_01 {
            width: 50%; } }
      #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table01 .table_cell02_02 {
        width: 185px; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table01 .table_cell02_02 {
            width: 50%; } }
    #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table02 {
      width: 372px;
      display: table;
      border-bottom: 1px solid #d8d8d9; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table02 {
          width: 100%; } }
      #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table02 .table_cell02_03, #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table02 .table_cell02_04 {
        display: table-cell;
        text-align: center;
        padding: 15px 0; }
      #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table02 .table_cell02_03 {
        width: 185px;
        border-right: 1px dotted #d8d8d9; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table02 .table_cell02_03 {
            width: 50%; } }
      #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table02 .table_cell02_04 {
        width: 185px; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block03 .main .main_block .main_block04 .table_block02_01 .table02 .table_cell02_04 {
            width: 50%; } }
  #contents.info .info_box .block04 {
    padding: 32px 0;
    border-top: 1px dotted #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #contents.info .info_box .block04 {
        padding-top: 20px; } }
    #contents.info .info_box .block04 .sub {
      float: left; }
      #contents.info .info_box .block04 .sub h2 {
        font-size: 18px;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block04 .sub h2 {
            font-size: 15px; } }
      #contents.info .info_box .block04 .sub .ico_common_radius {
        display: inline-block;
        font-size: 10px;
        margin-top: 16px;
        padding-right: 3px; }
        @media only screen and (max-width: 767px) {
          #contents.info .info_box .block04 .sub .ico_common_radius {
            margin-top: 10px; } }
      #contents.info .info_box .block04 .sub .ico_common_radius.first {
        color: #1eadf6;
        padding-left: 2px; }
      #contents.info .info_box .block04 .sub .ico_common_radius.second {
        color: #4e87ba; }
      #contents.info .info_box .block04 .sub .ico_common_radius.third {
        color: #81a3c3; }
      #contents.info .info_box .block04 .sub .ico_common_radius.fourth {
        color: #99bed1; }
    @media only screen and (max-width: 767px) {
      #contents.info .info_box .block04 .main {
        margin-top: 20px;
        float: left;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      #contents.info .info_box .block04 .main .main_box {
        padding-left: 3.6%;
        padding-right: 3.6%; } }
    #contents.info .info_box .block04 .main .main_box .main_box01 {
      padding-top: 22px;
      border-top: 1px dotted #d8d8d9;
      padding-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block04 .main .main_box .main_box01 {
          padding-top: 15px;
          padding-bottom: 15px; } }
      #contents.info .info_box .block04 .main .main_box .main_box01 .tit {
        font-size: 13px;
        font-weight: bold;
        line-height: 1.8; }
      #contents.info .info_box .block04 .main .main_box .main_box01 .txt {
        font-size: 13px;
        line-height: 1.8; }
        #contents.info .info_box .block04 .main .main_box .main_box01 .txt a {
          color: #326fa7; }
    #contents.info .info_box .block04 .main .main_box .main_box01:first-child {
      border: none;
      padding-top: 0px; }
    #contents.info .info_box .block04 .main .main_box .main_box01:last-child {
      padding-bottom: 0px; }
  #contents.info .info_box .block_last .sub {
    float: left; }
    #contents.info .info_box .block_last .sub .ico_common_radius {
      display: inline-block;
      font-size: 10px;
      margin-top: 16px;
      padding-right: 3px; }
      @media only screen and (max-width: 767px) {
        #contents.info .info_box .block_last .sub .ico_common_radius {
          margin-top: 10px; } }
    #contents.info .info_box .block_last .sub .ico_common_radius.first {
      color: #1ca53d;
      padding-left: 2px; }
    #contents.info .info_box .block_last .sub .ico_common_radius.second {
      color: #458877; }
    #contents.info .info_box .block_last .sub .ico_common_radius.third {
      color: #73a791; }
    #contents.info .info_box .block_last .sub .ico_common_radius.fourth {
      color: #9baea0; }
  #contents.info .parking_fee {
    border-top: 1px dotted #d8d8d9;
    margin-top: 20px;
    padding: 32px 0; }
    @media only screen and (max-width: 767px) {
      #contents.info .parking_fee {
        padding: 20px 15px; } }
    #contents.info .parking_fee .parking_header {
      float: left;
      width: 255px;
      font-weight: bold;
      line-height: 1.8;
      margin-bottom: 13px; }
    #contents.info .parking_fee .fee_detail {
      float: left; }
      #contents.info .parking_fee .fee_detail .fee_rows {
        width: 745px;
        border-bottom: 1px dotted #d8d8d9;
        margin-bottom: 22px;
        padding-bottom: 25px; }
        #contents.info .parking_fee .fee_detail .fee_rows:last-child {
          border: none; }
        @media only screen and (max-width: 767px) {
          #contents.info .parking_fee .fee_detail .fee_rows {
            width: 100%; } }
      #contents.info .parking_fee .fee_detail .fee_cell {
        line-height: 1.8;
        vertical-align: middle; }
        @media only screen and (max-width: 767px) {
          #contents.info .parking_fee .fee_detail .fee_cell {
            float: none;
            display: block; } }
        #contents.info .parking_fee .fee_detail .fee_cell:nth-child(1) {
          width: 180px;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            #contents.info .parking_fee .fee_detail .fee_cell:nth-child(1) {
              width: 100%; } }
        #contents.info .parking_fee .fee_detail .fee_cell:nth-child(2) {
          font-size: 13px; }
        #contents.info .parking_fee .fee_detail .fee_cell .txt_red {
          color: #ff0000; }

#tit_access {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #tit_access {
      width: auto;
      padding: 25px 3.6% 0px; } }
  #tit_access .access_box h1 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #tit_access .access_box h1 {
        font-size: 18px; } }

#ancer_access {
  width: 1000px;
  margin: 0 auto;
  padding-top: 32px; }
  @media only screen and (max-width: 767px) {
    #ancer_access {
      display: none; } }
  #ancer_access .ancer_box ul li {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px dotted #d8d8d9; }
    #ancer_access .ancer_box ul li a {
      font-size: 13px;
      color: #326fa7; }
  #ancer_access .ancer_box ul li:first-child {
    padding-left: 0px;
    border-left: 0px; }

#access_map.access_visual {
  width: 100%;
  height: 351px;
  padding-top: 30px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #access_map.access_visual {
      width: 100%;
      height: 230px; } }
  #access_map.access_visual .info_box iframe {
    width: 100%;
    height: 321px;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      #access_map.access_visual .info_box iframe {
        width: 100%;
        height: 200px; } }

#contents.access {
  width: 1000px;
  margin: 0 auto;
  padding-top: 40px; }
  @media only screen and (max-width: 767px) {
    #contents.access {
      width: auto;
      padding: 25px 3.6% 60px; } }
  #contents.access .access_box .access_block .block01 {
    padding-bottom: 30px; }
    #contents.access .access_box .access_block .block01 p.block01_address {
      font-size: 13px;
      line-height: 1.7; }
    #contents.access .access_box .access_block .block01 p.block01_tel_pc {
      font-size: 20px;
      margin-top: 20px;
      padding: 20px;
      background-color: #f8f7f2;
      display: inline-block;
      border-radius: 3px; }
      #contents.access .access_box .access_block .block01 p.block01_tel_pc a {
        color: #000; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block01 p.block01_tel_pc {
          display: none; } }
    #contents.access .access_box .access_block .block01 p.block01_tel_sp {
      display: none; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block01 p.block01_tel_sp {
          font-size: 13px;
          line-height: 1.7;
          display: inline-block; }
          #contents.access .access_box .access_block .block01 p.block01_tel_sp a {
            color: #000; } }
  #contents.access .access_box .access_block .block02 {
    border-top: 1px dotted #d8d8d9;
    padding: 30px 0 43px; }
    @media only screen and (max-width: 767px) {
      #contents.access .access_box .access_block .block02 {
        padding: 0; } }
    #contents.access .access_box .access_block .block02 .half_left {
      width: 490px;
      float: left; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block02 .half_left {
          width: auto;
          float: none; } }
    #contents.access .access_box .access_block .block02 .half_right {
      width: 490px;
      float: right; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block02 .half_right {
          border-top: 1px dotted #d8d8d9;
          width: auto;
          float: none; } }
    #contents.access .access_box .access_block .block02 .half_left .title, #contents.access .access_box .access_block .block02 .half_right .title {
      font-size: 15px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block02 .half_left .title, #contents.access .access_box .access_block .block02 .half_right .title {
          padding: 15px 0; }
          #contents.access .access_box .access_block .block02 .half_left .title.change_ico:before, #contents.access .access_box .access_block .block02 .half_right .title.change_ico:before {
            content: "\e920"; } }
    #contents.access .access_box .access_block .block02 .half_left .map, #contents.access .access_box .access_block .block02 .half_right .map {
      padding-top: 25px; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block02 .half_left .map, #contents.access .access_box .access_block .block02 .half_right .map {
          padding-bottom: 24px;
          padding-top: 0; } }
    @media only screen and (max-width: 767px) {
      #contents.access .access_box .access_block .block02 .title.ico_close span {
        padding: 10px 20px 11px 0px; } }
    #contents.access .access_box .access_block .block02 .title.ico_close:before {
      display: none; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block02 .title.ico_close:before {
          display: inline-block;
          position: absolute;
          width: 20px;
          height: 20px;
          font-size: 20px;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          margin: auto;
          margin-right: 13px;
          color: #959291; } }
    @media only screen and (max-width: 767px) {
      #contents.access .access_box .access_block .block02 .title.ico_open:before {
        display: inline-block;
        position: absolute;
        width: 20px;
        height: 20px;
        font-size: 20px;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        margin: auto;
        margin-right: 13px;
        color: #959291; } }
  #contents.access .access_box .access_block .block03 .load_btn {
    padding-bottom: 50px;
    display: none; }
    @media only screen and (max-width: 767px) {
      #contents.access .access_box .access_block .block03 .load_btn {
        display: block; } }
    #contents.access .access_box .access_block .block03 .load_btn a {
      display: inline-block;
      padding: 15px;
      border-radius: 5px;
      background: #f8f7f2; }
      #contents.access .access_box .access_block .block03 .load_btn a p {
        font-size: 13px;
        color: #326fa7; }
  #contents.access .access_box .access_block .block03 .load_order_hidden {
    width: 770px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      #contents.access .access_box .access_block .block03 .load_order_hidden {
        width: 100%; } }
    #contents.access .access_box .access_block .block03 .load_order_hidden .load_order {
      width: 800px; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block03 .load_order_hidden .load_order {
          width: 105%; } }
      #contents.access .access_box .access_block .block03 .load_order_hidden .load_order .load_order_box {
        display: inline-block;
        width: 232px;
        margin-right: 25px;
        vertical-align: top; }
        @media only screen and (max-width: 767px) {
          #contents.access .access_box .access_block .block03 .load_order_hidden .load_order .load_order_box {
            width: 46%;
            margin-right: 2.5%; } }
        #contents.access .access_box .access_block .block03 .load_order_hidden .load_order .load_order_box .img {
          width: 232px; }
          @media only screen and (max-width: 767px) {
            #contents.access .access_box .access_block .block03 .load_order_hidden .load_order .load_order_box .img {
              width: 100%; } }
          #contents.access .access_box .access_block .block03 .load_order_hidden .load_order .load_order_box .img img {
            width: 100%; }
        #contents.access .access_box .access_block .block03 .load_order_hidden .load_order .load_order_box .txt {
          width: 232px;
          padding: 20px 0; }
          @media only screen and (max-width: 767px) {
            #contents.access .access_box .access_block .block03 .load_order_hidden .load_order .load_order_box .txt {
              width: auto; } }
          #contents.access .access_box .access_block .block03 .load_order_hidden .load_order .load_order_box .txt p {
            font-size: 13px;
            line-height: 1.6; }
          #contents.access .access_box .access_block .block03 .load_order_hidden .load_order .load_order_box .txt p.txt_indent {
            padding-left: 15px; }
          #contents.access .access_box .access_block .block03 .load_order_hidden .load_order .load_order_box .txt i {
            color: #ff9800; }
  #contents.access .access_box .access_block .block04 {
    border-top: 1px dotted #d8d8d9;
    padding: 40px 0;
    line-height: 1.7; }
    @media only screen and (max-width: 767px) {
      #contents.access .access_box .access_block .block04 {
        padding: 0;
        line-height: 1.5; } }
    #contents.access .access_box .access_block .block04 .sub {
      width: 240px;
      float: left;
      position: relative; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block04 .sub {
          width: auto;
          float: none;
          padding: 15px 0; } }
      #contents.access .access_box .access_block .block04 .sub p {
        font-size: 15px; }
        #contents.access .access_box .access_block .block04 .sub p.change_ico:before {
          content: "\e920"; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block04 .sub p.ico_close span {
          padding: 10px 20px 11px 0px; } }
      #contents.access .access_box .access_block .block04 .sub p.ico_close:before {
        display: none; }
        @media only screen and (max-width: 767px) {
          #contents.access .access_box .access_block .block04 .sub p.ico_close:before {
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            font-size: 20px;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            margin-right: 13px;
            color: #959291; } }
      #contents.access .access_box .access_block .block04 .sub p.ico_open:before {
        display: none; }
        @media only screen and (max-width: 767px) {
          #contents.access .access_box .access_block .block04 .sub p.ico_open:before {
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            font-size: 20px;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            margin-right: 13px;
            color: #959291; } }
    #contents.access .access_box .access_block .block04 .main {
      width: 750px;
      float: left; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block04 .main {
          width: auto;
          float: none;
          padding-bottom: 15px; } }
      #contents.access .access_box .access_block .block04 .main table {
        width: 100%;
        border-bottom: 1px solid #d8d8d9; }
        #contents.access .access_box .access_block .block04 .main table tr {
          border-top: 1px dotted #d8d8d9; }
          #contents.access .access_box .access_block .block04 .main table tr th {
            vertical-align: middle;
            text-align: left;
            font-size: 13px;
            width: 20%;
            padding: 10px 15px;
            background: #f8f7f2; }
            @media only screen and (max-width: 767px) {
              #contents.access .access_box .access_block .block04 .main table tr th {
                padding: 7px 8px; } }
            #contents.access .access_box .access_block .block04 .main table tr th .txt_bold {
              font-weight: bold; }
            #contents.access .access_box .access_block .block04 .main table tr th .txt {
              padding-top: 8px; }
            #contents.access .access_box .access_block .block04 .main table tr th .txt_link {
              padding-top: 8px; }
              #contents.access .access_box .access_block .block04 .main table tr th .txt_link a {
                color: #326fa7;
                text-decoration: none; }
              #contents.access .access_box .access_block .block04 .main table tr th .txt_link i {
                margin-left: 3px;
                vertical-align: top;
                font-size: 12px; }
            @media only screen and (max-width: 767px) {
              #contents.access .access_box .access_block .block04 .main table tr th {
                width: 18%; } }
          #contents.access .access_box .access_block .block04 .main table tr .bus_num {
            width: 12%;
            padding: 10px 10px;
            font-size: 13px;
            text-align: center;
            vertical-align: middle;
            border-right: 1px dotted #d8d8d9; }
            @media only screen and (max-width: 767px) {
              #contents.access .access_box .access_block .block04 .main table tr .bus_num {
                width: 12%;
                padding: 7px 8px; } }
          #contents.access .access_box .access_block .block04 .main table tr .bus_description {
            padding: 10px 12px;
            font-size: 13px;
            text-align: left;
            vertical-align: middle; }
            #contents.access .access_box .access_block .block04 .main table tr .bus_description span.txt_red {
              display: inline-block;
              color: #ff3301;
              padding-top: 6px;
              font-size: 11px;
              padding-left: 5px; }
            @media only screen and (max-width: 767px) {
              #contents.access .access_box .access_block .block04 .main table tr .bus_description {
                width: 70%;
                padding: 7px 8px; } }
        #contents.access .access_box .access_block .block04 .main table tr:first-child {
          border-top: none; }
      #contents.access .access_box .access_block .block04 .main table:first-child {
        border-top: 1px solid #d8d8d9; }
    #contents.access .access_box .access_block .block04 .attention {
      padding-top: 20px; }
    #contents.access .access_box .access_block .block04 .bus_root {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 3%; }
      #contents.access .access_box .access_block .block04 .bus_root_item {
        width: calc(94% / 3);
        margin-right: 3%; }
  #contents.access .access_box .access_block .block05 {
    border-top: 1px dotted #d8d8d9;
    padding: 40px 0;
    line-height: 1.7; }
    @media only screen and (max-width: 767px) {
      #contents.access .access_box .access_block .block05 {
        padding: 0; } }
    #contents.access .access_box .access_block .block05 .sub {
      width: 240px;
      float: left;
      font-size: 15px;
      position: relative; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block05 .sub {
          width: auto;
          float: none;
          padding: 15px 0; } }
      #contents.access .access_box .access_block .block05 .sub p {
        font-size: 15px; }
        #contents.access .access_box .access_block .block05 .sub p.change_ico:before {
          content: "\e920"; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block05 .sub p.ico_close span {
          padding: 10px 20px 11px 0px; } }
      #contents.access .access_box .access_block .block05 .sub p.ico_close:before {
        display: none; }
        @media only screen and (max-width: 767px) {
          #contents.access .access_box .access_block .block05 .sub p.ico_close:before {
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            font-size: 20px;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            margin-right: 13px;
            color: #959291; } }
      #contents.access .access_box .access_block .block05 .sub p.ico_open:before {
        display: none; }
        @media only screen and (max-width: 767px) {
          #contents.access .access_box .access_block .block05 .sub p.ico_open:before {
            display: inline-block;
            position: absolute;
            width: 20px;
            height: 20px;
            font-size: 20px;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            margin-right: 13px;
            color: #959291; } }
    #contents.access .access_box .access_block .block05 .main {
      width: 750px;
      float: left;
      font-size: 13px; }
      @media only screen and (max-width: 767px) {
        #contents.access .access_box .access_block .block05 .main {
          width: auto;
          float: none;
          padding-bottom: 15px; } }
      #contents.access .access_box .access_block .block05 .main .txt_box {
        margin-top: 20px;
        padding-right: 20px; }
        #contents.access .access_box .access_block .block05 .main .txt_box .txt_bold {
          font-weight: bold; }
      #contents.access .access_box .access_block .block05 .main .txt_box:first-child {
        margin-top: 0px; }
  #contents.access .parking_fee {
    margin-top: 20px; }
    #contents.access .parking_fee .parking_header {
      font-weight: bold;
      margin-bottom: 13px; }
    #contents.access .parking_fee .fee_detail {
      display: table;
      border-top: 1px dotted #d8d8d9; }
      @media only screen and (max-width: 767px) {
        #contents.access .parking_fee .fee_detail {
          border-top: none; } }
      #contents.access .parking_fee .fee_detail .fee_cell {
        display: table-cell;
        vertical-align: middle;
        border-bottom: 1px dotted #d8d8d9; }
        @media only screen and (max-width: 767px) {
          #contents.access .parking_fee .fee_detail .fee_cell {
            float: none;
            display: block;
            border-bottom: none; } }
        #contents.access .parking_fee .fee_detail .fee_cell:nth-child(1) {
          width: 180px;
          padding: 13px 10px;
          background: #f8f7f2; }
          @media only screen and (max-width: 767px) {
            #contents.access .parking_fee .fee_detail .fee_cell:nth-child(1) {
              width: 100%; } }
        #contents.access .parking_fee .fee_detail .fee_cell:nth-child(2) {
          padding: 13px 0 13px 10px; }
        #contents.access .parking_fee .fee_detail .fee_cell .txt_red {
          color: #ff0000; }

#contents.help {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.help {
      width: auto;
      padding: 25px 3.6% 60px; } }
  #contents.help .help_box h1 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #contents.help .help_box h1 {
        font-size: 18px; } }
  #contents.help .help_box .separate02 {
    padding: 38px 0;
    border-top: 1px dotted #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #contents.help .help_box .separate02 {
        padding-top: 25px; } }
    #contents.help .help_box .separate02 h2 {
      font-size: 18px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        #contents.help .help_box .separate02 h2 {
          font-size: 13px; } }
    #contents.help .help_box .separate02 p {
      padding-top: 30px;
      font-size: 13px;
      line-height: 1.8; }
      @media only screen and (max-width: 767px) {
        #contents.help .help_box .separate02 p {
          padding-top: 25px;
          width: auto; } }
      #contents.help .help_box .separate02 p a {
        color: #326fa7; }
    #contents.help .help_box .separate02 .separate02_left {
      width: 160px;
      float: left;
      margin-right: 30px; }
      @media only screen and (max-width: 767px) {
        #contents.help .help_box .separate02 .separate02_left {
          width: 40%;
          float: none; } }
    #contents.help .help_box .separate02 .separate02_right {
      width: 800px;
      float: left; }
      @media only screen and (max-width: 767px) {
        #contents.help .help_box .separate02 .separate02_right {
          width: auto;
          float: none; } }
  #contents.help .help_box .separate02:first-child {
    margin-top: 30px; }

@media only screen and (max-width: 767px) {
  #subnav.event_nav {
    display: none; } }

#subnav.event_nav li.active {
  border-color: #35c1bd; }

#contents.event {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.event {
      width: auto;
      padding-top: 0; }
      #contents.event .wrap_event_detail {
        padding: 77px 3.6% 20px; }
        #contents.event .wrap_event_detail .event_box {
          padding: 0; }
      #contents.event .event_box {
        padding: 25px 3.6% 20px; } }
  #contents.event .event_box h1 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #contents.event .event_box h1 {
        font-size: 18px; } }
  #contents.event .event_box .separate01 {
    padding: 36px 0 30px;
    border-bottom: 1px dotted #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #contents.event .event_box .separate01 {
        padding: 20px 0px; } }
    #contents.event .event_box .separate01 h2 {
      display: inline-block;
      font-size: 18px;
      padding-right: 28px; }
      @media only screen and (max-width: 767px) {
        #contents.event .event_box .separate01 h2 {
          font-size: 14px; } }
    #contents.event .event_box .separate01 p.format_inline_block {
      display: inline-block;
      font-size: 13px;
      line-height: 1.8;
      padding-right: 15px; }
      @media only screen and (max-width: 767px) {
        #contents.event .event_box .separate01 p.format_inline_block {
          width: auto; } }
      #contents.event .event_box .separate01 p.format_inline_block a {
        color: #326fa7;
        text-decoration: none; }
      #contents.event .event_box .separate01 p.format_inline_block.active a {
        color: #000000; }
    #contents.event .event_box .separate01 p.dotted {
      padding-left: 14px;
      border-left: 1px dotted #d8d8d9; }
      @media only screen and (max-width: 767px) {
        #contents.event .event_box .separate01 p.dotted {
          padding-left: 7px;
          padding-right: 7px;
          line-height: 1.9;
          margin-bottom: 5px;
          border: none; } }
    #contents.event .event_box .separate01 .separate01_link {
      display: inline-block;
      float: right; }
      @media only screen and (max-width: 767px) {
        #contents.event .event_box .separate01 .separate01_link {
          display: block;
          float: none;
          padding-left: 0px; }
          #contents.event .event_box .separate01 .separate01_link a {
            font-size: 10px; } }
  @media only screen and (max-width: 767px) {
    #contents.event .event_box .separate02_hidden {
      width: 100%;
      overflow: hidden; } }
  @media only screen and (max-width: 767px) {
    #contents.event .event_box .separate02_hidden .separate02_block {
      width: 105%;
      margin-top: 0px; } }
  #contents.event .event_box .separate02_hidden .separate02_block .separate02 {
    padding: 25px 0px;
    border-top: 1px dotted #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 {
        border-top: 0px;
        padding-top: 25px;
        padding-bottom: 3px;
        display: inline-block;
        width: 46%;
        margin-right: 2.5%;
        vertical-align: top; } }
    #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .img {
      width: 232px;
      float: left;
      margin-right: 25px;
      border-radius: 9px;
      overflow: hidden; }
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .img img {
        width: 100%; }
      @media only screen and (max-width: 767px) {
        #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .img {
          width: 100%;
          float: none;
          margin-right: 0px;
          height: 25vw; } }
    #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt {
      width: 720px;
      float: left; }
      @media only screen and (max-width: 767px) {
        #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt {
          width: 100%;
          float: none; } }
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .type .type_br {
        font-size: 13px;
        color: #959291;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .type .type_br {
            margin-top: 5px;
            display: block;
            color: #000; } }
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .type .category {
        color: #ffffff;
        padding: 2px 12px;
        margin-right: 10px;
        border-radius: 3px; }
        @media only screen and (max-width: 767px) {
          #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .type .category {
            display: inline-block;
            margin-right: 0px;
            font-size: 10px;
            padding: 1px 6px;
            margin-top: 10px; } }
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .type span.category_hall {
        background: #1eadf6; }
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .type span.category_museum {
        background: #fad21f; }
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .type span.category_library {
        background: #1ca53d; }
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .type span.category_other {
        background: #959291; }
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .link {
        font-size: 14px;
        margin-top: 20px; }
        @media only screen and (max-width: 767px) {
          #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .link {
            font-size: 13px;
            margin-top: 3px; } }
        #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .link img {
          vertical-align: middle;
          width: 13px;
          margin-left: 5px; }
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .date {
        font-size: 12px;
        margin-top: 10px;
        color: #9e9e9f; }
        @media only screen and (max-width: 767px) {
          #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .date {
            font-size: 13px;
            margin-top: 3px; } }
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .event_contact_txt {
        color: #9e9e9f;
        display: inline-block;
        font-size: 12px;
        margin-top: 17px; }
        #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .event_contact_txt + .event_contact_txt {
          margin-left: 20px; }
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .txt02 {
        margin-top: 20px; }
        @media only screen and (max-width: 767px) {
          #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .txt02 {
            margin-top: 3px; } }
        #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .txt02 .sponsorship {
          display: inline-block;
          font-size: 12px;
          color: #9e9e9f;
          margin-right: 20px; }
          @media only screen and (max-width: 767px) {
            #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .txt02 .sponsorship {
              margin-right: 0px;
              display: block; } }
        #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .txt02 .tel {
          display: inline-block;
          font-size: 12px;
          color: #9e9e9f; }
          @media only screen and (max-width: 767px) {
            #contents.event .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .txt02 .tel {
              display: block; } }
    #contents.event .event_box .separate02_hidden .separate02_block .separate02 p {
      font-size: 13px;
      line-height: 1.8; }
      @media only screen and (max-width: 767px) {
        #contents.event .event_box .separate02_hidden .separate02_block .separate02 p {
          width: auto; } }
      #contents.event .event_box .separate02_hidden .separate02_block .separate02 p a {
        color: #326fa7; }
  #contents.event .event_box .separate02_hidden .separate02_block .separate02:first-child {
    border-top: none; }
  #contents.event .event_box .separate02_hidden .separate02_block .separate02.half .event01 .img {
    width: 116px; }
  #contents.event .event_box .separate02_hidden .separate02_block .separate02.half .event01 .txt .link {
    margin-top: 7px; }
  #contents.event .event_box .separate02_hidden .separate02_block .separate02.half .event01 .txt .date {
    margin-top: 0; }
  #contents.event .event_box .separate03 {
    padding: 30px 0 0px;
    border-top: 1px dotted #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #contents.event .event_box .separate03 {
        padding: 20px 0 27px; } }
    #contents.event .event_box .separate03 h2 {
      display: inline-block;
      font-size: 18px;
      padding-right: 28px; }
      @media only screen and (max-width: 767px) {
        #contents.event .event_box .separate03 h2 {
          font-size: 14px; } }
    #contents.event .event_box .separate03 p {
      display: inline-block;
      font-size: 13px;
      line-height: 1.8;
      padding-right: 15px; }
      @media only screen and (max-width: 767px) {
        #contents.event .event_box .separate03 p {
          width: auto; } }
      #contents.event .event_box .separate03 p a {
        color: #326fa7; }
    #contents.event .event_box .separate03 p.dotted {
      padding-left: 14px;
      border-left: 1px dotted #d8d8d9; }

#contents.detail {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.detail {
      width: auto;
      padding-top: 0; } }
  #contents.detail .attention {
    font-size: 11px;
    padding-top: 10px;
    color: #ff3301; }
  #contents.detail .detail_box {
    line-height: 1.8; }
    @media only screen and (max-width: 767px) {
      #contents.detail .detail_box {
        padding: 77px 3.6% 60px; } }
    #contents.detail .detail_box .title p.category {
      display: inline-block;
      font-size: 13px;
      padding: 4px 10px;
      background: #1eadf6;
      color: #ffffff;
      border-radius: 3px; }
    #contents.detail .detail_box .title h1 {
      padding-top: 15px;
      font-size: 24px;
      font-weight: bold;
      line-height: 1.4; }
      @media only screen and (max-width: 767px) {
        #contents.detail .detail_box .title h1 {
          padding-top: 8px;
          font-size: 18px; } }
    #contents.detail .detail_box .title h2 {
      font-size: 24px;
      font-weight: bold;
      line-height: 1.4; }
      @media only screen and (max-width: 767px) {
        #contents.detail .detail_box .title h2 {
          padding-top: 8px;
          font-size: 18px; } }
    #contents.detail .detail_box .section h2 {
      padding-top: 95px; }
      @media only screen and (max-width: 767px) {
        #contents.detail .detail_box .section h2 {
          padding-top: 45px; } }
    #contents.detail .detail_box .section.top h2 {
      padding-top: 80px; }
      @media only screen and (max-width: 767px) {
        #contents.detail .detail_box .section.top h2 {
          padding-top: 40px; } }
    #contents.detail .detail_box .descripton {
      padding-top: 25px;
      width: 770px; }
      @media only screen and (max-width: 767px) {
        #contents.detail .detail_box .descripton {
          padding-top: 12px;
          width: auto; } }
      #contents.detail .detail_box .descripton p {
        font-size: 13px; }
      #contents.detail .detail_box .descripton p.txt_bold {
        font-weight: bold;
        font-size: 15px; }
      #contents.detail .detail_box .descripton p.txt {
        padding-top: 10px; }
        #contents.detail .detail_box .descripton p.txt a {
          color: #326fa7; }
      #contents.detail .detail_box .descripton p.attention {
        font-size: 11px;
        padding-top: 10px;
        color: #ff3301; }
      #contents.detail .detail_box .descripton .mt10 {
        margin-top: 10px; }
    #contents.detail .detail_box .visual {
      padding-top: 39px; }
      @media only screen and (max-width: 767px) {
        #contents.detail .detail_box .visual {
          padding-top: 20px; } }
      #contents.detail .detail_box .visual .img {
        width: 568px;
        float: left;
        border-radius: 8px;
        overflow: hidden;
        font-size: 13px; }
        @media only screen and (max-width: 767px) {
          #contents.detail .detail_box .visual .img {
            width: auto;
            float: none; } }
        #contents.detail .detail_box .visual .img.small {
          width: 340px; }
        #contents.detail .detail_box .visual .img img {
          width: 100%; }
          #contents.detail .detail_box .visual .img img.half01 {
            width: 195px; }
        #contents.detail .detail_box .visual .img span {
          display: inline-block;
          padding-top: 15px; }
      #contents.detail .detail_box .visual .copy {
        width: 400px;
        float: left;
        padding-left: 20px;
        font-size: 11px; }
        @media only screen and (max-width: 767px) {
          #contents.detail .detail_box .visual .copy {
            width: auto;
            float: none;
            padding-left: 0px;
            margin-top: 5px;
            font-size: 11px; } }
      #contents.detail .detail_box .visual .copy_right {
        padding-top: 30px; }
        @media only screen and (max-width: 767px) {
          #contents.detail .detail_box .visual .copy_right {
            padding-top: 15px; } }
    #contents.detail .detail_box .date {
      margin-top: 40px;
      font-size: 13px; }
      @media only screen and (max-width: 767px) {
        #contents.detail .detail_box .date {
          margin-top: 20px; } }
      #contents.detail .detail_box .date table {
        width: 800px;
        border-bottom: 1px solid #d8d8d9; }
        @media only screen and (max-width: 767px) {
          #contents.detail .detail_box .date table {
            width: 100%; } }
        #contents.detail .detail_box .date table tr {
          border-top: 1px solid #d8d8d9;
          width: 100%; }
          #contents.detail .detail_box .date table tr th {
            width: 200px;
            padding: 10px 20px;
            text-align: left;
            background: #f8f7f2; }
            @media only screen and (max-width: 767px) {
              #contents.detail .detail_box .date table tr th {
                width: 15%;
                padding: 5px; } }
          #contents.detail .detail_box .date table tr td {
            width: 600px;
            padding: 10px 15px; }
            @media only screen and (max-width: 767px) {
              #contents.detail .detail_box .date table tr td {
                padding: 5px;
                width: 40%; } }
            #contents.detail .detail_box .date table tr td a {
              text-decoration: underline; }
            #contents.detail .detail_box .date table tr td span {
              display: inline-block;
              padding-top: 15px; }
            #contents.detail .detail_box .date table tr td .min_text {
              padding: 0;
              font-size: 11px; }
            @media only screen and (max-width: 767px) {
              #contents.detail .detail_box .date table tr td {
                padding-top: 5px; } }
          #contents.detail .detail_box .date table tr td.attention {
            color: #ff3301; }
      #contents.detail .detail_box .date .txt_base {
        padding-top: 23px;
        font-size: 13px; }
        @media only screen and (max-width: 767px) {
          #contents.detail .detail_box .date .txt_base {
            padding-top: 15px;
            font-size: 13px; } }
    #contents.detail .detail_box .event_contact {
      margin-top: 35px;
      padding: 30px 0;
      background: #f8f7f2;
      border-radius: 10px; }
      @media only screen and (max-width: 767px) {
        #contents.detail .detail_box .event_contact {
          margin-top: 20px;
          padding: 15px 0px; } }
      #contents.detail .detail_box .event_contact .title {
        font-size: 18px;
        font-weight: bold;
        text-align: center; }
        @media only screen and (max-width: 767px) {
          #contents.detail .detail_box .event_contact .title {
            font-size: 13px; } }
      #contents.detail .detail_box .event_contact .tel {
        display: table;
        margin: 20px auto 0; }
        #contents.detail .detail_box .event_contact .tel .ico_tel {
          display: table-cell;
          padding: 12px;
          float: left;
          font-size: 25px;
          text-align: center;
          vertical-align: middle;
          background: #ffffff; }
        #contents.detail .detail_box .event_contact .tel .ico_contact {
          display: table-cell;
          padding: 12px;
          float: left;
          font-size: 25px;
          text-align: center;
          vertical-align: middle;
          background: #ffffff; }
        #contents.detail .detail_box .event_contact .tel .tel_txt {
          padding: 10px;
          padding-left: 25px;
          width: 230px; }
          #contents.detail .detail_box .event_contact .tel .tel_txt p.txt_bold {
            margin-left: 40px;
            font-size: 13px;
            font-weight: bold; }
          #contents.detail .detail_box .event_contact .tel .tel_txt p.txt {
            margin-left: 40px;
            font-size: 13px; }

@media only screen and (max-width: 767px) {
  #contents.detail.press {
    padding: 17px 0 20px; } }

@media only screen and (max-width: 767px) {
  #subnav.project_nav {
    display: none; } }

#subnav.project_nav li.active {
  border-color: #35c1bd; }

#contents.outline {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.outline {
      width: auto;
      padding: 25px 0 60px; } }
  #contents.outline .outline_box {
    line-height: 1.7; }
    #contents.outline .outline_box h1 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        #contents.outline .outline_box h1 {
          font-size: 18px;
          margin-left: 15px; } }
    #contents.outline .outline_box .outline_block {
      margin-top: 30px 0; }
      @media only screen and (max-width: 767px) {
        #contents.outline .outline_box .outline_block {
          margin-top: 25px; } }
      #contents.outline .outline_box .outline_block .block01 {
        padding-bottom: 30px; }
        @media only screen and (max-width: 767px) {
          #contents.outline .outline_box .outline_block .block01 {
            padding: 0 15px 20px; } }
        #contents.outline .outline_box .outline_block .block01 .txt_bold {
          font-size: 13px;
          font-weight: bold; }
        #contents.outline .outline_box .outline_block .block01 .txt {
          padding-top: 10px;
          font-size: 13px; }
          #contents.outline .outline_box .outline_block .block01 .txt a {
            text-decoration: underline; }
        #contents.outline .outline_box .outline_block .block01 .attention {
          padding-top: 15px;
          font-size: 11px; }
          #contents.outline .outline_box .outline_block .block01 .attention a {
            color: #326fa7; }
        #contents.outline .outline_box .outline_block .block01 .main_photo {
          width: 100%;
          border-radius: 8px;
          overflow: hidden;
          margin-top: 30px; }
          #contents.outline .outline_box .outline_block .block01 .main_photo img {
            width: 100%; }
          @media only screen and (max-width: 767px) {
            #contents.outline .outline_box .outline_block .block01 .main_photo {
              margin-top: 15px; } }
      @media only screen and (max-width: 767px) {
        #contents.outline .outline_box .outline_block .block02 {
          padding: 15px 15px 0;
          border-top: 1px dotted #d8d8d9; } }
      #contents.outline .outline_box .outline_block .block02 h2 {
        font-size: 18px;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          #contents.outline .outline_box .outline_block .block02 h2 {
            font-size: 15px; } }
      #contents.outline .outline_box .outline_block .block02 .block02_dl {
        padding: 25px 0; }
        @media only screen and (max-width: 767px) {
          #contents.outline .outline_box .outline_block .block02 .block02_dl {
            padding: 15px 0; } }
        #contents.outline .outline_box .outline_block .block02 .block02_dl dl {
          border-bottom: 1px dotted #d8d8d9;
          padding: 18px 10px;
          font-size: 13px; }
          @media only screen and (max-width: 767px) {
            #contents.outline .outline_box .outline_block .block02 .block02_dl dl {
              padding: 9px 5px; } }
          #contents.outline .outline_box .outline_block .block02 .block02_dl dl dt {
            display: inline-block;
            width: 30%;
            float: left; }
            @media only screen and (max-width: 767px) {
              #contents.outline .outline_box .outline_block .block02 .block02_dl dl dt {
                display: block;
                width: auto;
                float: none; } }
            #contents.outline .outline_box .outline_block .block02 .block02_dl dl dt a {
              font-size: 16px;
              color: #326fa7; }
              #contents.outline .outline_box .outline_block .block02 .block02_dl dl dt a i.yellow {
                color: #f9e73d; }
              #contents.outline .outline_box .outline_block .block02 .block02_dl dl dt a i.blue {
                color: #1eadf6; }
              #contents.outline .outline_box .outline_block .block02 .block02_dl dl dt a i.green {
                color: #1ca53d; }
              #contents.outline .outline_box .outline_block .block02 .block02_dl dl dt a i.red {
                color: #9a3f4d; }
              #contents.outline .outline_box .outline_block .block02 .block02_dl dl dt a i.light-blue_purple {
                color: #00CCCC;
                vertical-align: text-bottom; }
              #contents.outline .outline_box .outline_block .block02 .block02_dl dl dt a i.blue_purple {
                color: #626cc7;
                vertical-align: text-bottom; }
          #contents.outline .outline_box .outline_block .block02 .block02_dl dl dd {
            display: inline-block;
            width: 70%;
            float: left; }
            #contents.outline .outline_box .outline_block .block02 .block02_dl dl dd a {
              color: #326fa7; }
            @media only screen and (max-width: 767px) {
              #contents.outline .outline_box .outline_block .block02 .block02_dl dl dd {
                display: block;
                width: auto;
                float: none; } }
        #contents.outline .outline_box .outline_block .block02 .block02_dl dl:first-child {
          border-top: 1px dotted #d8d8d9; }
        #contents.outline .outline_box .outline_block .block02 .block02_dl dl:last-child {
          border-bottom: 0px; }
      #contents.outline .outline_box .outline_block .block03 {
        border-top: 1px dotted #d8d8d9;
        padding: 30px 0; }
        @media only screen and (max-width: 767px) {
          #contents.outline .outline_box .outline_block .block03 {
            padding: 25px 15px 15px; } }
        #contents.outline .outline_box .outline_block .block03 h2 {
          font-size: 18px;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            #contents.outline .outline_box .outline_block .block03 h2 {
              font-size: 15px; } }
        #contents.outline .outline_box .outline_block .block03 .photo_movie {
          width: 998px;
          margin-top: 24px;
          border-radius: 8px;
          overflow: hidden; }
          @media only screen and (max-width: 767px) {
            #contents.outline .outline_box .outline_block .block03 .photo_movie {
              margin: 25px auto 0;
              width: 100%;
              max-width: 663px; } }
          #contents.outline .outline_box .outline_block .block03 .photo_movie .photo_movie_box {
            float: left;
            width: 332px;
            border-left: 1px solid #ffffff; }
            @media only screen and (max-width: 767px) {
              #contents.outline .outline_box .outline_block .block03 .photo_movie .photo_movie_box {
                width: 50%;
                border-left: 0px; }
                #contents.outline .outline_box .outline_block .block03 .photo_movie .photo_movie_box.transform img {
                  width: 100%;
                  max-width: 663px; } }
          #contents.outline .outline_box .outline_block .block03 .photo_movie .photo_movie_box:first-child {
            border-left: 0px; }
            @media only screen and (max-width: 767px) {
              #contents.outline .outline_box .outline_block .block03 .photo_movie .photo_movie_box:first-child {
                width: 100%;
                border-bottom: 1px solid #ffffff; } }
          @media only screen and (max-width: 767px) {
            #contents.outline .outline_box .outline_block .block03 .photo_movie .photo_movie_box:last-child {
              border-left: 1px solid #ffffff; } }
        #contents.outline .outline_box .outline_block .block03 .description02 {
          padding-top: 35px;
          font-size: 13px;
          width: 830px;
          text-align: justify; }
          @media only screen and (max-width: 767px) {
            #contents.outline .outline_box .outline_block .block03 .description02 {
              width: 100%;
              padding-top: 20px; } }
          #contents.outline .outline_box .outline_block .block03 .description02 a {
            color: #326fa7; }
      #contents.outline .outline_box .outline_block .block04 {
        font-size: 13px;
        border-top: 1px dotted #d8d8d9;
        padding: 30px 0; }
        @media only screen and (max-width: 767px) {
          #contents.outline .outline_box .outline_block .block04 {
            padding: 25px 15px 15px; } }
        #contents.outline .outline_box .outline_block .block04 h2 {
          font-size: 18px;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            #contents.outline .outline_box .outline_block .block04 h2 {
              font-size: 15px; } }
        #contents.outline .outline_box .outline_block .block04 .other_box {
          padding-top: 20px; }
          #contents.outline .outline_box .outline_block .block04 .other_box a {
            color: #326fa7; }
          #contents.outline .outline_box .outline_block .block04 .other_box .other_info {
            padding-bottom: 5px; }
            @media only screen and (max-width: 767px) {
              #contents.outline .outline_box .outline_block .block04 .other_box .other_info {
                padding-bottom: 10px; } }
            #contents.outline .outline_box .outline_block .block04 .other_box .other_info p {
              display: inline-block;
              margin-right: 10px; }
              @media only screen and (max-width: 767px) {
                #contents.outline .outline_box .outline_block .block04 .other_box .other_info p {
                  display: block; } }
              #contents.outline .outline_box .outline_block .block04 .other_box .other_info p a.tel_black {
                color: #000000; }

#contents.project {
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.project {
      width: auto;
      padding: 25px 3.6% 60px; } }
  #contents.project .project_box {
    line-height: 1.7; }
    #contents.project .project_box h1 {
      font-size: 24px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        #contents.project .project_box h1 {
          font-size: 18px; } }
    #contents.project .project_box .project_block {
      margin-top: 30px 0; }
      @media only screen and (max-width: 767px) {
        #contents.project .project_box .project_block {
          margin-top: 25px; } }
      #contents.project .project_box .project_block .block01 {
        padding: 25px 0 30px; }
        #contents.project .project_box .project_block .block01 p {
          font-size: 13px;
          line-height: 1.8; }
        @media only screen and (max-width: 767px) {
          #contents.project .project_box .project_block .block01 {
            padding: 0px 0 25px; } }
      #contents.project .project_box .project_block .block02 {
        border-top: 1px dotted #d8d8d9;
        padding: 35px 0; }
        @media only screen and (max-width: 767px) {
          #contents.project .project_box .project_block .block02 {
            padding: 18px 0 25px; } }
        #contents.project .project_box .project_block .block02 h2 {
          font-size: 18px;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            #contents.project .project_box .project_block .block02 h2 {
              font-size: 13px; } }
        #contents.project .project_box .project_block .block02 .circle_box {
          padding-top: 25px;
          font-size: 13px; }
          @media only screen and (max-width: 767px) {
            #contents.project .project_box .project_block .block02 .circle_box {
              padding-top: 15px; } }
          #contents.project .project_box .project_block .block02 .circle_box .circle {
            font-size: 13px;
            line-height: 1.8; }
          #contents.project .project_box .project_block .block02 .circle_box .circle:before {
            content: "◯";
            padding-right: 10px; }
      #contents.project .project_box .project_block .block03 {
        border-top: 1px dotted #d8d8d9;
        padding: 35px 0 25px; }
        @media only screen and (max-width: 767px) {
          #contents.project .project_box .project_block .block03 {
            padding: 18px 0 25px; } }
        #contents.project .project_box .project_block .block03 h2 {
          font-size: 18px;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            #contents.project .project_box .project_block .block03 h2 {
              font-size: 13px; } }
        #contents.project .project_box .project_block .block03 p {
          padding-top: 25px;
          font-size: 13px; }
          @media only screen and (max-width: 767px) {
            #contents.project .project_box .project_block .block03 p {
              padding-top: 15px; } }
        #contents.project .project_box .project_block .block03_inner {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; }
        #contents.project .project_box .project_block .block03_left {
          margin-right: 100px; }
        #contents.project .project_box .project_block .block03_img {
          width: 180px;
          padding-top: 10px;
          text-align: center;
          width: 180px; }
          #contents.project .project_box .project_block .block03_img img {
            width: 100%; }
          @media only screen and (max-width: 767px) {
            #contents.project .project_box .project_block .block03_img {
              width: 100%; } }
      #contents.project .project_box .project_block .block04 {
        border-top: 1px dotted #d8d8d9;
        padding: 35px 0; }
        @media only screen and (max-width: 767px) {
          #contents.project .project_box .project_block .block04 {
            padding: 18px 0 25px; } }
        #contents.project .project_box .project_block .block04 h2 {
          font-size: 18px;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            #contents.project .project_box .project_block .block04 h2 {
              font-size: 13px; } }
        #contents.project .project_box .project_block .block04 table {
          margin-top: 25px;
          border-top: 1px dotted #d8d8d9;
          width: 100%;
          font-size: 13px;
          line-height: 1.8; }
          @media only screen and (max-width: 767px) {
            #contents.project .project_box .project_block .block04 table {
              margin-top: 15px; } }
          #contents.project .project_box .project_block .block04 table tr {
            border-bottom: 1px dotted #d8d8d9; }
            #contents.project .project_box .project_block .block04 table tr th {
              background: #f8f7f2;
              padding: 8px 13px;
              width: 30%;
              text-align: left;
              vertical-align: middle; }
              @media only screen and (max-width: 767px) {
                #contents.project .project_box .project_block .block04 table tr th {
                  padding: 6px 10px;
                  width: 25%; } }
            #contents.project .project_box .project_block .block04 table tr td {
              padding: 8px 13px;
              width: 70%; }
              @media only screen and (max-width: 767px) {
                #contents.project .project_box .project_block .block04 table tr td {
                  padding: 6px 10px;
                  width: 75%; } }
      #contents.project .project_box .project_block .block05 .block06 {
        width: 480px;
        float: left;
        border-top: 1px dotted #d8d8d9;
        padding: 35px 0; }
        @media only screen and (max-width: 767px) {
          #contents.project .project_box .project_block .block05 .block06 {
            width: auto;
            float: none;
            padding: 18px 0px; } }
        #contents.project .project_box .project_block .block05 .block06 h2 {
          font-size: 18px;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            #contents.project .project_box .project_block .block05 .block06 h2 {
              font-size: 13px; } }
        #contents.project .project_box .project_block .block05 .block06 .block06_img {
          padding-top: 10px; }
      #contents.project .project_box .project_block .block05 .block07 {
        width: 480px;
        float: right;
        border-top: 1px dotted #d8d8d9;
        padding: 35px 0; }
        @media only screen and (max-width: 767px) {
          #contents.project .project_box .project_block .block05 .block07 {
            width: auto;
            float: none;
            padding: 18px 0px; } }
        #contents.project .project_box .project_block .block05 .block07 h2 {
          font-size: 18px;
          font-weight: bold; }
          @media only screen and (max-width: 767px) {
            #contents.project .project_box .project_block .block05 .block07 h2 {
              font-size: 13px; } }
        #contents.project .project_box .project_block .block05 .block07 .block07_img {
          padding-top: 10px; }

.interline {
  content: "";
  display: inline-block;
  width: 50px; }

@media only screen and (max-width: 767px) {
  #contents.wifi .detail_box {
    padding: 17px 3.6% 30px; } }

#subnav.exhibition_nav li.active {
  border-color: #fad21f; }

#contents.museum {
  padding: 40px 0 0; }
  #contents.museum .museum_cnt_blk {
    background: #fff;
    border-top: 1px dotted #d8d8d9;
    padding: 40px 0; }
    #contents.museum .museum_cnt_blk:first-child {
      border: none; }
    @media only screen and (max-width: 767px) {
      #contents.museum .museum_cnt_blk {
        border: none; } }
  @media only screen and (max-width: 767px) {
    #contents.museum .museum_main_blk {
      padding: 0 15px;
      background-color: #ffffff; } }
  @media only screen and (max-width: 767px) {
    #contents.museum .top_facility_wrap {
      width: 100%; } }
  #contents.museum .lnk_blk .top_event_blk {
    background: #f8f7f2;
    border-radius: 8px;
    padding: 24px; }
    @media only screen and (max-width: 767px) {
      #contents.museum .lnk_blk .top_event_blk {
        background: none;
        padding: 0; }
        #contents.museum .lnk_blk .top_event_blk .carousel_item {
          border-bottom: 1px dotted #d8d8d9; }
        #contents.museum .lnk_blk .top_event_blk .carousel_item li {
          padding: 15px 0;
          border-top: 1px dotted #d8d8d9; } }
  #contents.museum .lnk_blk .carousel_blk {
    margin-top: 0; }
  #contents.museum .event_contact {
    margin-top: 35px;
    padding: 30px 40px;
    background: #f8f7f2;
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media only screen and (max-width: 767px) {
      #contents.museum .event_contact {
        margin-top: 20px;
        padding: 15px 10px;
        display: block; } }
    #contents.museum .event_contact .title {
      width: 100%;
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #contents.museum .event_contact .title {
          font-size: 13px; } }
    #contents.museum .event_contact .form {
      float: left;
      margin: 20px 0 0; }
      @media only screen and (max-width: 767px) {
        #contents.museum .event_contact .form {
          float: none; } }
    #contents.museum .event_contact .tel {
      float: left;
      margin: 20px 20px 0 30px; }
      @media only screen and (max-width: 767px) {
        #contents.museum .event_contact .tel {
          margin: 20px auto;
          float: none; } }
    #contents.museum .event_contact .contact_ico {
      padding: 12px;
      float: left;
      font-size: 25px;
      text-align: center;
      background: #ffffff;
      display: table;
      text-align: center;
      width: 49px; }
      #contents.museum .event_contact .contact_ico .ico_twi {
        display: table-cell;
        vertical-align: middle; }
        #contents.museum .event_contact .contact_ico .ico_twi img {
          width: 100%; }
    #contents.museum .event_contact .contact_txt {
      padding: 10px;
      padding-left: 25px;
      text-align: left; }
      #contents.museum .event_contact .contact_txt p.txt_bold {
        margin-left: 40px;
        font-size: 13px;
        font-weight: bold; }
      #contents.museum .event_contact .contact_txt p.txt {
        margin-left: 40px;
        font-size: 13px;
        line-height: 1.8; }
      #contents.museum .event_contact .contact_txt a {
        color: #326fa7; }
  #contents.museum .museum_lnk_wrap {
    overflow: hidden; }
  #contents.museum .museum_lnk_inner {
    width: 1024px; }
    @media only screen and (max-width: 767px) {
      #contents.museum .museum_lnk_inner {
        width: 100%; } }
    #contents.museum .museum_lnk_inner .top_facility_box {
      margin: 0 24px 46px 0; }
      @media only screen and (max-width: 767px) {
        #contents.museum .museum_lnk_inner .top_facility_box {
          width: 48%;
          padding: 0;
          margin: 0 4% 23px 0;
          border: none; }
          #contents.museum .museum_lnk_inner .top_facility_box:nth-child(2n) {
            margin: 0 0 23px 0; } }
  @media only screen and (max-width: 767px) {
    #contents.museum .top_facility_thumb {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    #contents.museum .top_facility_cnt {
      display: block;
      width: 100%;
      padding: 0;
      margin-top: 18px;
      background-color: #ffffff; } }
  #contents.museum .top_facility_cnt .top_facility_cnt_tarm {
    font-size: 12px;
    color: #717071; }
    #contents.museum .top_facility_cnt .top_facility_cnt_tarm.t_line {
      border-top: 1px dotted #d8d8d9;
      padding-top: 8px; }
  #contents.museum .top_facility_box a.bottom {
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      #contents.museum .top_facility_box a.bottom {
        margin-top: 8px; } }
  #contents.museum .sns_box {
    float: left; }
    @media only screen and (max-width: 767px) {
      #contents.museum .sns_box {
        width: 100%;
        float: none; } }
    #contents.museum .sns_box.tw {
      border: 1px solid #d8d8d9;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media only screen and (max-width: 767px) {
        #contents.museum .sns_box.tw {
          max-width: 360px;
          margin: auto; }
          #contents.museum .sns_box.tw #twitter-widget-0 {
            height: 300px !important; } }
    #contents.museum .sns_box.fb {
      width: 360px;
      margin-left: 24px; }
      @media only screen and (max-width: 767px) {
        #contents.museum .sns_box.fb {
          width: 100%;
          max-width: 360px;
          margin: 14px auto 25px; }
          #contents.museum .sns_box.fb .fb_iframe_widget,
          #contents.museum .sns_box.fb .fb_iframe_widget span,
          #contents.museum .sns_box.fb .fb_iframe_widget iframe[style],
          #contents.museum .sns_box.fb .fb_iframe_widget iframe ._2p3a {
            width: 100% !important;
            height: 300px !important; } }
  @media only screen and (max-width: 767px) {
    #contents.museum .top_facility_bnr {
      padding: 0;
      border: none; } }
  #contents.museum .top_facility_bnr_intro {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 8px; }
  #contents.museum .top_facility_lnk_box {
    font-size: 13px;
    color: #326fa7;
    margin-top: 16px; }
  @media only screen and (max-width: 767px) {
    #contents.museum .top_facility_bnr {
      text-align: left;
      letter-spacing: 0em; }
      #contents.museum .top_facility_bnr a {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    #contents.museum .top_facility_bnr .top_facility_bnr_box {
      display: inline-block;
      margin: 0 4% 16px 0; }
      #contents.museum .top_facility_bnr .top_facility_bnr_box:nth-child(2n) {
        margin: 0 0 23px 0; } }
  #contents.museum .top_facility_bnr .wrap_bnr_box {
    margin-top: 16px; }
    @media only screen and (max-width: 767px) {
      #contents.museum .top_facility_bnr .wrap_bnr_box {
        width: 47.96%; }
        #contents.museum .top_facility_bnr .wrap_bnr_box .top_facility_bnr_box {
          float: none;
          width: 100%; } }
  #contents.museum .footer_down {
    background: #fff; }

@media only screen and (max-width: 767px) {
  #contents.exhibition {
    padding-top: 0; }
    #contents.exhibition .container {
      padding-top: 50px; } }

#contents.exhibition img {
  max-width: 100%; }

#contents.exhibition #sub {
  display: none; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition #sub {
      display: block; } }

@media only screen and (max-width: 767px) {
  #contents.exhibition .exhibition_area {
    margin: 0 15px; } }

#contents.exhibition .exhibition_area .sub {
  width: 330px;
  float: left;
  line-height: 1.83;
  padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_area .sub {
      float: none;
      width: auto;
      padding-right: 0;
      margin: 25px 0 0;
      padding: 25px 0 0;
      border-top: 1px solid #383838; } }
  #contents.exhibition .exhibition_area .sub h2 {
    font-size: 15px;
    font-weight: bold;
    color: #ff3301;
    margin: 35px 0 0; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_area .sub h2 {
        text-align: center;
        margin: 0; } }
  #contents.exhibition .exhibition_area .sub h3 {
    margin: 20px 0 0;
    font-weight: bold;
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_area .sub h3 {
        font-size: 13px; } }
  #contents.exhibition .exhibition_area .sub .txt {
    font-size: 12px; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_area .sub .txt {
        font-size: 13px; } }
    #contents.exhibition .exhibition_area .sub .txt a {
      text-decoration: underline; }
  #contents.exhibition .exhibition_area .sub .side_bnr {
    margin: 35px 0 0; }

#contents.exhibition .exhibition_area .main {
  width: 670px;
  float: right; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_area .main {
      float: none;
      width: auto; } }
  #contents.exhibition .exhibition_area .main .ttl_big {
    font-size: 24px;
    font-weight: bold;
    color: #ff3301;
    margin: 35px 0 25px;
    line-height: 1.33; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_area .main .ttl_big {
        font-size: 18px;
        text-align: center;
        margin-top: 25px; } }
  #contents.exhibition .exhibition_area .main .ttl_small {
    margin: 50px 0 0;
    font-size: 15px;
    font-weight: bold;
    color: #ff3301; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_area .main .ttl_small {
        text-align: center;
        line-height: 1.83;
        margin: 25px 0 0;
        padding: 25px 0 0;
        border-top: 1px solid #383838; } }
  #contents.exhibition .exhibition_area .main p.txt {
    margin: 15px 0 0;
    line-height: 2;
    font-size: 15px; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_area .main p.txt {
        font-size: 13px; } }
    #contents.exhibition .exhibition_area .main p.txt a {
      color: #ff3301; }
    #contents.exhibition .exhibition_area .main p.txt .oja_bold {
      font-weight: bold;
      font-size: 18px;
      color: #006d78; }
    #contents.exhibition .exhibition_area .main p.txt .oja_red {
      color: #d92f2f; }
  #contents.exhibition .exhibition_area .main .term {
    margin: 15px 0 0; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_area .main .term {
        font-size: 13px;
        text-align: center; } }
  #contents.exhibition .exhibition_area .main .notice {
    margin: 15px 0 0;
    font-size: 12px;
    color: #9e9e9f;
    left: 1.5; }
  #contents.exhibition .exhibition_area .main .topics_list {
    margin: 15px 0 0;
    line-height: 2; }
    #contents.exhibition .exhibition_area .main .topics_list dt {
      margin: 5px 0 0;
      font-size: 12px;
      color: #9e9e9f; }
      @media only screen and (max-width: 767px) {
        #contents.exhibition .exhibition_area .main .topics_list dt {
          font-size: 13px; } }
    #contents.exhibition .exhibition_area .main .topics_list dd {
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        #contents.exhibition .exhibition_area .main .topics_list dd {
          font-size: 13px; } }
      #contents.exhibition .exhibition_area .main .topics_list dd .ico_arrow_radius {
        vertical-align: middle;
        margin: 0 0 12px 6px; }

#contents.exhibition .exhibition_detail_area + .exhibition_detail_area {
  margin: 30px 0 0; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_detail_area + .exhibition_detail_area {
      margin: 25px 15px 0;
      padding: 0; } }

#contents.exhibition .exhibition_detail_area {
  margin: 50px 0 0;
  border-top: 1px solid #383838; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_detail_area {
      margin: 25px 15px 0;
      padding: 0; } }
  #contents.exhibition .exhibition_detail_area .ttl {
    color: #ff3301;
    margin: 30px 0 0;
    font-size: 15px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_detail_area .ttl {
        margin: 25px 0 0;
        text-align: center; } }
    #contents.exhibition .exhibition_detail_area .ttl.blk {
      color: #000000; }
    #contents.exhibition .exhibition_detail_area .ttl.red {
      color: #e53030; }
  #contents.exhibition .exhibition_detail_area .ttl_detail {
    font-weight: bold;
    font-size: 15px;
    padding-top: 30px; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_detail_area .ttl_detail {
        font-size: 13px;
        text-align: center; } }
    #contents.exhibition .exhibition_detail_area .ttl_detail.red {
      color: #e8373d; }
  #contents.exhibition .exhibition_detail_area p.txt {
    margin: 15px 0 0;
    font-size: 13px;
    line-height: 1.84; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_detail_area p.txt {
        font-size: 13px; } }
    #contents.exhibition .exhibition_detail_area p.txt.attention {
      margin-top: 0; }
    #contents.exhibition .exhibition_detail_area p.txt.ojaru {
      font-size: 14px;
      font-weight: bold;
      margin-top: 20px; }
  #contents.exhibition .exhibition_detail_area .photo_list {
    padding-right: 48px; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_detail_area .photo_list {
        padding-right: 10px; } }
  #contents.exhibition .exhibition_detail_area .photo_box {
    float: left;
    width: 33.3%;
    margin: 15px 24px 0 0; }
    #contents.exhibition .exhibition_detail_area .photo_box.photoOnly {
      margin-bottom: 24px; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_detail_area .photo_box {
        width: 50%;
        margin-right: 10px; } }
    #contents.exhibition .exhibition_detail_area .photo_box:nth-child(3n) {
      margin-right: -48px; }
      @media only screen and (max-width: 767px) {
        #contents.exhibition .exhibition_detail_area .photo_box:nth-child(3n) {
          margin-right: 10px; } }
    @media only screen and (max-width: 767px) {
      #contents.exhibition .exhibition_detail_area .photo_box:nth-child(2n) {
        margin-right: -10px; } }
    #contents.exhibition .exhibition_detail_area .photo_box .photo img {
      border-radius: 10px; }
    #contents.exhibition .exhibition_detail_area .photo_box .copy {
      margin: 15px 0 0;
      font-size: 10px;
      color: rgba(255, 255, 255, 0.5); }
      #contents.exhibition .exhibition_detail_area .photo_box .copy.init {
        color: black; }
      @media only screen and (max-width: 767px) {
        #contents.exhibition .exhibition_detail_area .photo_box .copy {
          font-size: 9px; } }
    #contents.exhibition .exhibition_detail_area .photo_box p.txt {
      margin: 15px 0 0;
      font-size: 13px; }
      #contents.exhibition .exhibition_detail_area .photo_box p.txt.link_blue {
        color: #326fa7; }
      @media only screen and (max-width: 767px) {
        #contents.exhibition .exhibition_detail_area .photo_box p.txt {
          font-size: 12px; } }
    #contents.exhibition .exhibition_detail_area .photo_box p.txt_notice {
      font-size: 11px;
      line-height: 1.6; }
      @media only screen and (max-width: 767px) {
        #contents.exhibition .exhibition_detail_area .photo_box p.txt_notice {
          font-size: 12px; } }

#contents.exhibition .exhibition_collaborate_area {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #383838; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_collaborate_area {
      margin: 25px 15px 0;
      padding: 25px 0 0; } }
  #contents.exhibition .exhibition_collaborate_area p.txt {
    font-size: 11px;
    color: #717071;
    line-height: 2; }
  #contents.exhibition .exhibition_collaborate_area.ojaru_collabo {
    border-top: 1px solid #cccccc; }

#contents.exhibition .exhibition_detail_page_header .ttl_big {
  color: #e1137f;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.33; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_detail_page_header .ttl_big {
      font-size: 18px;
      text-align: center; } }

#contents.exhibition .exhibition_detail_back_lnk a {
  font-size: 13px;
  display: inline-block; }
  #contents.exhibition .exhibition_detail_back_lnk a i {
    font-size: 10px;
    vertical-align: middle; }
  #contents.exhibition .exhibition_detail_back_lnk a span {
    vertical-align: middle; }

#contents.exhibition .exhibition_detail_box {
  border-top: 1px dotted #f3f3f4;
  border-color: rgba(243, 243, 244, 0.3);
  padding: 40px 0; }
  #contents.exhibition .exhibition_detail_box:first-child {
    border: none; }

#contents.exhibition .exhibition_detail_term {
  font-size: 12px;
  line-height: 1.5;
  padding-right: 24px;
  vertical-align: top;
  width: 256px; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_detail_term {
      display: block;
      width: auto; } }

#contents.exhibition .exhibition_detail_disc {
  vertical-align: top;
  width: 744px; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_detail_disc {
      display: block;
      width: auto; } }

#contents.exhibition .exhibition_detail_section_ttl {
  color: #e1137f;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.7; }

#contents.exhibition .exhibition_detail_itm_box {
  margin-top: 33px; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_detail_itm_box {
      margin-top: 16px; } }

#contents.exhibition .exhibition_detail_float {
  letter-spacing: -0.4em; }

#contents.exhibition .longitudinal_blk {
  margin-top: 24px; }
  #contents.exhibition .longitudinal_blk:first-child {
    margin-top: 0; }

#contents.exhibition .exhibition_detail_item {
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  letter-spacing: normal;
  line-height: 2;
  margin-left: 24px;
  vertical-align: top; }
  #contents.exhibition .exhibition_detail_item:first-child {
    margin-left: 0; }
  #contents.exhibition .exhibition_detail_item.clm1 {
    width: 232px; }
  #contents.exhibition .exhibition_detail_item.clm2 {
    width: 488px; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_detail_item {
      margin: 10px 0 0; }
      #contents.exhibition .exhibition_detail_item:first-child {
        margin-top: 0; }
      #contents.exhibition .exhibition_detail_item.clm1, #contents.exhibition .exhibition_detail_item.clm2 {
        width: 100%; } }

#contents.exhibition .exhibition_detail_item_txt {
  font-size: 12px;
  font-weight: bold;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_detail_item_txt {
      margin-top: 5px; } }

#contents.exhibition .exhibition_detail_section_txt {
  font-size: 13px;
  line-height: 1.84;
  margin-top: 28px; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_detail_section_txt {
      margin-top: 14px; } }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_detail_section_txt li {
      margin-top: 10px; }
      #contents.exhibition .exhibition_detail_section_txt li:first-child {
        margin-top: 0; } }

#contents.exhibition.game_stage2 {
  background: #ffffff;
  color: inherit; }
  #contents.exhibition.game_stage2 .exhibition_area .sub {
    border-top: 1px solid #e60012; }
    #contents.exhibition.game_stage2 .exhibition_area .sub h2 {
      color: #e60012; }
  #contents.exhibition.game_stage2 .exhibition_area .main .ttl_big {
    color: #e60012; }
  #contents.exhibition.game_stage2 .exhibition_area .main .ttl_small {
    color: #e60012;
    border-top: 1px solid #e60012;
    padding-top: 25px; }
  #contents.exhibition.game_stage2 .exhibition_area .main .txt a {
    color: #e60012; }
  #contents.exhibition.game_stage2 .exhibition_detail_area {
    border-top: 1px solid #e60012; }
    #contents.exhibition.game_stage2 .exhibition_detail_area .ttl {
      color: #e60012; }
    #contents.exhibition.game_stage2 .exhibition_detail_area .ttl_detail:before {
      float: right;
      color: #9e9e9f;
      font-size: 20px;
      margin: 0 15px; }
    #contents.exhibition.game_stage2 .exhibition_detail_area .ttl_detail.change_ico:before {
      content: "\e920"; }
    #contents.exhibition.game_stage2 .exhibition_detail_area.bdno {
      border: none;
      margin-top: 60px; }
  #contents.exhibition.game_stage2 .wrap_caution {
    background: #f8f7f2;
    padding: 20px 15px;
    border: none; }
    #contents.exhibition.game_stage2 .wrap_caution .ttl {
      color: #333333;
      margin-bottom: 15px;
      margin-top: 5px; }
    #contents.exhibition.game_stage2 .wrap_caution .caution_txt {
      font-size: 13px;
      line-height: 1.8; }
  #contents.exhibition.game_stage2 .noBorder {
    border: none;
    margin-top: 0; }

#contents.exhibition.game_stage3 {
  background: #ffffff;
  color: inherit; }
  #contents.exhibition.game_stage3 .exhibition_area {
    border-bottom: 1px solid #000;
    padding-bottom: 20px; }
    #contents.exhibition.game_stage3 .exhibition_area .sub {
      border-top: none; }
      #contents.exhibition.game_stage3 .exhibition_area .sub h2 {
        color: #3b9838; }
    #contents.exhibition.game_stage3 .exhibition_area .main .ttl_big {
      color: #3b9838; }
    #contents.exhibition.game_stage3 .exhibition_area .main .ttl_small {
      color: #3b9838;
      border-top: 1px solid #000;
      padding-top: 25px; }
    #contents.exhibition.game_stage3 .exhibition_area .main .txt a {
      color: #3b9838; }
  #contents.exhibition.game_stage3 .exhibition_detail_area {
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    #contents.exhibition.game_stage3 .exhibition_detail_area .ttl {
      color: #3b9838; }
    #contents.exhibition.game_stage3 .exhibition_detail_area .ttl--black {
      color: #000;
      font-size: 14px; }
      @media only screen and (max-width: 767px) {
        #contents.exhibition.game_stage3 .exhibition_detail_area .ttl--black {
          font-size: 12px; } }
    #contents.exhibition.game_stage3 .exhibition_detail_area .txt {
      padding-bottom: 30px;
      font-size: 13px; }
      #contents.exhibition.game_stage3 .exhibition_detail_area .txt dt:first-child {
        margin-left: -2rem; }
      #contents.exhibition.game_stage3 .exhibition_detail_area .txt .forPdf .link {
        font-weight: bold;
        border-bottom: 1px solid #717071; }
        #contents.exhibition.game_stage3 .exhibition_detail_area .txt .forPdf .link:hover {
          text-decoration: none; }
      #contents.exhibition.game_stage3 .exhibition_detail_area .txt .type {
        display: list-item;
        list-style-type: disc;
        margin-left: 2rem; }
    #contents.exhibition.game_stage3 .exhibition_detail_area .ttl_detail {
      color: #3b9838; }
      #contents.exhibition.game_stage3 .exhibition_detail_area .ttl_detail:before {
        float: right;
        color: #9e9e9f;
        font-size: 20px;
        margin: 0 15px; }
      #contents.exhibition.game_stage3 .exhibition_detail_area .ttl_detail.change_ico:before {
        content: "\e920"; }
    #contents.exhibition.game_stage3 .exhibition_detail_area.bdno {
      border: none;
      margin-top: 60px; }
  #contents.exhibition.game_stage3 .wrap_caution {
    background: #f8f7f2;
    padding: 20px 15px;
    border: none; }
    #contents.exhibition.game_stage3 .wrap_caution .ttl {
      color: #333333;
      margin-bottom: 15px;
      margin-top: 5px; }
    #contents.exhibition.game_stage3 .wrap_caution .caution_txt {
      font-size: 13px;
      line-height: 1.8; }
  #contents.exhibition.game_stage3 .noBorder {
    border: none;
    margin-top: 0; }

#contents.exhibition.anime {
  background: #0b0205;
  color: #ffffff; }
  #contents.exhibition.anime .exhibition_area .sub h2 {
    color: #e2007e; }
  #contents.exhibition.anime .exhibition_area .main .ttl_big {
    color: #e2007e; }
  #contents.exhibition.anime .exhibition_area .main .ttl_small {
    color: #e2007e; }
  #contents.exhibition.anime .exhibition_area .main .txt a {
    color: #e2007e; }
  #contents.exhibition.anime .exhibition_detail_area .ttl {
    color: #e2007e; }

@media only screen and (max-width: 767px) {
  #contents.exhibition.anime_detail {
    padding-left: 4%;
    padding-right: 4%; } }

#contents.exhibition.anime_detail .anime_detail_page_ttl {
  margin-top: 24px; }

#contents.exhibition .exhibition_detail_area .photo_column .column2_left {
  float: left;
  width: 49%;
  margin-right: 2%; }
  #contents.exhibition .exhibition_detail_area .photo_column .column2_left.game3 .ttl_detail {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_detail_area .photo_column .column2_left {
      float: none;
      width: 100%;
      margin-top: 15px; } }

#contents.exhibition .exhibition_detail_area .photo_column .column2_right {
  float: left;
  width: 49%; }
  #contents.exhibition .exhibition_detail_area .photo_column .column2_right.game3 .ttl_detail {
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .exhibition_detail_area .photo_column .column2_right {
      float: none;
      width: 100%;
      margin-top: 15px; } }

#contents.exhibition .exhibition_detail_area .photo_column iframe {
  width: 100%; }

#contents.exhibition .exhibition_detail_area .photo_column img {
  border-radius: 10px; }

#contents.exhibition .exhibition_detail_area .photo_column .copy {
  margin: 15px 0 0;
  font-size: 10px; }

#contents.exhibition.mr {
  width: auto;
  color: #fff;
  background: #182061 url(../../assets/img/vm/exhibition/mr/mr_bg_ptn.png); }
  #contents.exhibition.mr h1,
  #contents.exhibition.mr h2 {
    color: #fff33f; }
  #contents.exhibition.mr .mainVisual {
    width: 100%; }
  #contents.exhibition.mr .exhibition_area .sub h2,
  #contents.exhibition.mr .exhibition_area .main .ttl_big,
  #contents.exhibition.mr .exhibition_area .main .ttl_small,
  #contents.exhibition.mr .exhibition_area .main p.txt a {
    color: #fff33f; }
  #contents.exhibition.mr .exhibition_collaborate_area {
    border-top: 1px solid #9e9e9e; }
    #contents.exhibition.mr .exhibition_collaborate_area p.txt {
      color: #9e9e9e; }
  #contents.exhibition.mr .exhibition_detail_area {
    border-top: 1px solid #9e9e9e; }
    #contents.exhibition.mr .exhibition_detail_area .ttl {
      color: #fff33f; }
    #contents.exhibition.mr .exhibition_detail_area .ttl_detail {
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        #contents.exhibition.mr .exhibition_detail_area .ttl_detail {
          text-align: left; } }
    #contents.exhibition.mr .exhibition_detail_area .ttl_detail_big {
      font-size: 20px;
      line-height: 1.5em; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition.mr .exhibition_detail_area .ttl_center {
        text-align: center; } }
    #contents.exhibition.mr .exhibition_detail_area .txt_notice {
      font-size: 11px;
      line-height: 1.6; }
      #contents.exhibition.mr .exhibition_detail_area .txt_notice span {
        font-size: 14px;
        color: red;
        font-weight: bold; }
  #contents.exhibition.mr .container .container {
    padding-top: 0; }
  #contents.exhibition.mr .video {
    position: relative;
    width: 100%;
    padding-top: 50%; }
  #contents.exhibition.mr .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

#contents.exhibition.hajimari {
  width: auto;
  background: url(/assets/img/event/vm/hajimari/bg_hajimari.png);
  color: #000; }
  #contents.exhibition.hajimari h1,
  #contents.exhibition.hajimari h2 {
    color: blue; }
  #contents.exhibition.hajimari .mainVisual {
    width: 100%; }
  #contents.exhibition.hajimari .exhibition_area .sub h2,
  #contents.exhibition.hajimari .exhibition_area .main .ttl_big,
  #contents.exhibition.hajimari .exhibition_area .main .ttl_small,
  #contents.exhibition.hajimari .exhibition_area .main p.txt a {
    color: #fff33f; }
  #contents.exhibition.hajimari .exhibition_collaborate_area {
    border-top: 1px solid #9e9e9e; }
    #contents.exhibition.hajimari .exhibition_collaborate_area p.txt {
      color: #9e9e9e; }
  #contents.exhibition.hajimari .exhibition_detail_area {
    border-top: 1px solid #9e9e9e; }
    #contents.exhibition.hajimari .exhibition_detail_area .ttl {
      color: #fff33f; }
    #contents.exhibition.hajimari .exhibition_detail_area .ttl_detail {
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        #contents.exhibition.hajimari .exhibition_detail_area .ttl_detail {
          text-align: left; } }
    #contents.exhibition.hajimari .exhibition_detail_area .ttl_detail_big {
      font-size: 20px;
      line-height: 1.5em; }
    @media only screen and (max-width: 767px) {
      #contents.exhibition.hajimari .exhibition_detail_area .ttl_center {
        text-align: center; } }
    #contents.exhibition.hajimari .exhibition_detail_area .txt_notice {
      font-size: 11px;
      line-height: 1.6; }
      #contents.exhibition.hajimari .exhibition_detail_area .txt_notice span {
        font-size: 14px;
        color: red;
        font-weight: bold; }
  #contents.exhibition.hajimari .container {
    background-color: #fff; }
    #contents.exhibition.hajimari .container .container {
      padding-top: 0; }
  #contents.exhibition.hajimari .video {
    position: relative;
    width: 100%;
    padding-top: 50%; }
  #contents.exhibition.hajimari .video iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }

#contents.exhibition.riki8bit {
  background: #111 url(../../assets/img/vm/exhibition/riki8bit/riki_back.jpg);
  background: #000; }
  #contents.exhibition.riki8bit h1,
  #contents.exhibition.riki8bit h2 {
    color: #fe5fd6; }
  #contents.exhibition.riki8bit .exhibition_area .sub h2,
  #contents.exhibition.riki8bit .exhibition_area .main .ttl_big,
  #contents.exhibition.riki8bit .exhibition_area .main .ttl_small,
  #contents.exhibition.riki8bit .exhibition_area .main p.txt a {
    color: #fe5fd6; }
  #contents.exhibition.riki8bit .exhibition_detail_area .ttl {
    color: #fe5fd6; }

#contents.permanent {
  padding-top: 0; }
  #contents.permanent img {
    max-width: 100%; }
  @media only screen and (max-width: 767px) {
    #contents.permanent .container {
      padding: 0 4%; } }
  #contents.permanent .page_title_box {
    height: 269px;
    margin-top: 20px; }
    #contents.permanent .page_title_box.ver02 {
      margin-top: 0; }
    @media only screen and (max-width: 767px) {
      #contents.permanent .page_title_box {
        height: auto;
        margin-top: 0;
        padding-top: 72px; } }
    #contents.permanent .page_title_box .ttl {
      margin: 60px 0 0;
      font-size: 24px;
      line-height: 1.66;
      font-weight: bold;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .page_title_box .ttl {
          font-size: 18px;
          margin-top: 0; } }
    #contents.permanent .page_title_box .txt {
      margin-top: 16px;
      line-height: 1.73;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .page_title_box .txt {
          margin-top: 23px;
          text-align: left; } }
  #contents.permanent .page_title_left {
    float: left;
    height: 269px;
    overflow: hidden;
    width: 50%; }
    @media only screen and (max-width: 767px) {
      #contents.permanent .page_title_left {
        float: none;
        height: auto;
        overflow: visible;
        width: 100%; } }
    #contents.permanent .page_title_left img {
      height: auto;
      max-height: none;
      min-width: 100%;
      width: auto; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .page_title_left img {
          width: 100%; } }
  #contents.permanent .page_title_right {
    position: relative;
    float: right;
    width: 50%;
    height: 100%; }
    @media only screen and (max-width: 767px) {
      #contents.permanent .page_title_right {
        float: none;
        margin: 20px 4% 0;
        padding-bottom: 35px;
        width: auto; } }
    #contents.permanent .page_title_right:before {
      content: "";
      position: absolute;
      width: 25%;
      height: 16px;
      bottom: 0;
      left: 0;
      background: #f9e73d; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .page_title_right:before {
          height: 8px; } }
    #contents.permanent .page_title_right:after {
      content: "";
      position: absolute;
      width: 25%;
      height: 16px;
      bottom: 0;
      left: 25%;
      background: #dbc45a; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .page_title_right:after {
          height: 8px; } }
  #contents.permanent .page_title_right_inner:before {
    content: "";
    position: absolute;
    width: 25%;
    height: 16px;
    bottom: 0;
    left: 50%;
    background: #c6ca6b; }
    @media only screen and (max-width: 767px) {
      #contents.permanent .page_title_right_inner:before {
        height: 8px; } }
  #contents.permanent .page_title_right_inner:after {
    content: "";
    position: absolute;
    width: 25%;
    height: 16px;
    bottom: 0;
    left: 75%;
    background: #dfe18e; }
    @media only screen and (max-width: 767px) {
      #contents.permanent .page_title_right_inner:after {
        height: 8px; } }
  #contents.permanent .copy {
    margin: 60px 0 0; }
    @media only screen and (max-width: 767px) {
      #contents.permanent .copy {
        margin-top: 21px; } }
    #contents.permanent .copy .ttl {
      font-size: 18px;
      text-align: center;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .copy .ttl {
          font-size: 15px;
          line-height: 1.6; } }
    #contents.permanent .copy .txt {
      margin: 20px 0 0;
      text-align: center;
      line-height: 1.84;
      font-size: 13px; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .copy .txt {
          line-height: 1.69;
          margin-top: 16px;
          text-align: left; } }
    #contents.permanent .copy .line {
      margin: 24px 0 0;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .copy .line {
          margin-top: 20px; } }
      #contents.permanent .copy .line i {
        margin: 0 5px; }
        @media only screen and (max-width: 767px) {
          #contents.permanent .copy .line i {
            font-size: 12px; } }
        #contents.permanent .copy .line i:nth-child(1) {
          color: #f9e73d; }
        #contents.permanent .copy .line i:nth-child(2) {
          color: #dbc45a; }
        #contents.permanent .copy .line i:nth-child(3) {
          color: #c6ca6b; }
        #contents.permanent .copy .line i:nth-child(4) {
          color: #dfe18e; }
  #contents.permanent .zone {
    margin: 40px 0 0;
    padding: 40px 0 0;
    border-top: 2px solid #f9e73d; }
    @media only screen and (max-width: 767px) {
      #contents.permanent .zone {
        border-width: 1px;
        margin-top: 26px;
        padding-top: 25px; } }
    #contents.permanent .zone .ttl {
      font-size: 18px;
      text-align: center;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .zone .ttl {
          font-size: 15px; } }
    #contents.permanent .zone .txt {
      margin: 20px 0 0;
      text-align: center;
      line-height: 1.84;
      font-size: 13px; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .zone .txt {
          line-height: 1.69;
          margin-top: 22px;
          text-align: left; } }
    #contents.permanent .zone .gotoMap {
      text-align: center;
      margin: 20px 0 0; }
      #contents.permanent .zone .gotoMap a {
        display: inline-block;
        text-align: right;
        color: #ffffff;
        border-radius: 7px;
        padding: 11px 12px;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icomoon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        padding: 13px 20px;
        background: #f4f3ea;
        text-align: center;
        color: #326fa7;
        font-weight: bold; }
        #contents.permanent .zone .gotoMap a:before {
          display: inline-block;
          margin-right: 5px;
          content: "\e917";
          color: #ffffff; }
        #contents.permanent .zone .gotoMap a:before {
          display: none; }
        @media only screen and (max-width: 767px) {
          #contents.permanent .zone .gotoMap a {
            font-size: 13px; } }
    #contents.permanent .zone .zone_notice {
      margin: 15px 0 0;
      font-size: 11px;
      color: #959291;
      line-height: 2; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .zone .zone_notice {
          font-size: 9px; } }
  #contents.permanent .photo_list {
    padding-right: 48px; }
    @media only screen and (max-width: 767px) {
      #contents.permanent .photo_list {
        padding-right: 10px; } }
  #contents.permanent .photo_box {
    float: left;
    width: 33.3%;
    margin: 25px 24px 0 0; }
    @media only screen and (max-width: 767px) {
      #contents.permanent .photo_box {
        width: 50%;
        margin-right: 10px; } }
    #contents.permanent .photo_box:nth-child(3n) {
      margin-right: -48px; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .photo_box:nth-child(3n) {
          margin-right: 10px; } }
    @media only screen and (max-width: 767px) {
      #contents.permanent .photo_box:nth-child(2n) {
        margin-right: -10px; } }
    #contents.permanent .photo_box .photo img {
      border-radius: 10px; }
    #contents.permanent .photo_box .ttl {
      margin: 25px 0 0;
      font-size: 14px;
      font-weight: bold;
      text-align: left;
      line-height: 1.7; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .photo_box .ttl {
          font-size: 12px; } }
      #contents.permanent .photo_box .ttl a {
        color: #326fa7; }
    #contents.permanent .photo_box p.txt {
      margin: 5px 0 0;
      font-size: 14px;
      text-align: left; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .photo_box p.txt {
          font-size: 12px; } }
    #contents.permanent .photo_box .link {
      margin: 20px 0 0;
      display: inline-block;
      color: #326fa7;
      font-size: 13px;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative; }
      #contents.permanent .photo_box .link:before {
        display: inline-block;
        margin-right: 5px;
        content: "\e917";
        color: #ffffff; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .photo_box .link {
          line-height: 1.6;
          margin-top: 4px;
          padding-left: 7.18%;
          position: relative; } }
      #contents.permanent .photo_box .link:before {
        color: #326fa7; }
        @media only screen and (max-width: 767px) {
          #contents.permanent .photo_box .link:before {
            display: block;
            font-size: 10px;
            left: 0;
            position: absolute;
            top: 2px; } }
  #contents.permanent .event_contact {
    margin-top: 35px;
    padding: 30px 40px;
    background: #f8f7f2;
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media only screen and (max-width: 767px) {
      #contents.permanent .event_contact {
        margin-top: 20px;
        padding: 15px 15px;
        display: block; } }
    #contents.permanent .event_contact .title {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      width: 100%;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        #contents.permanent .event_contact .title {
          font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      #contents.permanent .event_contact .form {
        margin-bottom: 3%; } }
    #contents.permanent .event_contact .contact_ico {
      padding: 12px;
      float: left;
      font-size: 25px;
      text-align: center;
      background: #ffffff; }
    #contents.permanent .event_contact .contact_txt {
      padding: 10px;
      padding-left: 25px;
      text-align: left; }
      #contents.permanent .event_contact .contact_txt p.txt_bold {
        margin-left: 40px;
        font-size: 13px;
        font-weight: bold; }
      #contents.permanent .event_contact .contact_txt p.txt {
        margin-left: 40px;
        font-size: 13px;
        line-height: 1.8; }
      #contents.permanent .event_contact .contact_txt a {
        color: #326fa7; }

#contents.exhibition_not_yet .mainvisual {
  border: 1px solid #f0eee8;
  padding: 140px 0;
  text-align: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition_not_yet .mainvisual {
      padding: 50px 0; } }

#contents.exhibition_not_yet .txt {
  font-size: 24px;
  font-weight: bold; }

#contents.game2_topic {
  width: 1000px;
  margin: auto;
  padding: 48px 0 80px 10px; }
  #contents.game2_topic.mec .article .article_txt .mec_bold {
    font-weight: bold; }
  @media only screen and (max-width: 767px) {
    #contents.game2_topic {
      width: 100%;
      padding: 48px 15px 60px; } }
  #contents.game2_topic .page_back:before {
    font-size: 12px;
    color: #717071;
    margin-right: 5px; }
  #contents.game2_topic h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 24px 0 0; }
    @media only screen and (max-width: 767px) {
      #contents.game2_topic h1 {
        font-size: 18px;
        padding: 25px 0 0;
        margin: 0 0 20px; } }
  #contents.game2_topic .article {
    padding: 30px 0;
    border-top: 1px dotted #d8d8d9; }
    #contents.game2_topic .article.top {
      margin-top: 10px;
      border: none; }
  #contents.game2_topic .article_left {
    float: left;
    width: 180px; }
    @media only screen and (max-width: 767px) {
      #contents.game2_topic .article_left {
        float: none;
        width: 100%;
        margin-bottom: 2px; } }
    #contents.game2_topic .article_left .date {
      font-size: 12px; }
  #contents.game2_topic .article_right {
    float: left;
    width: 800px; }
    @media only screen and (max-width: 767px) {
      #contents.game2_topic .article_right {
        float: none;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      #contents.game2_topic .article_right iframe {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      #contents.game2_topic .article_right img {
        width: auto; } }
  #contents.game2_topic h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 20px; }
  #contents.game2_topic .article_img-txt {
    text-align: right;
    margin-top: 15px; }
    @media only screen and (max-width: 767px) {
      #contents.game2_topic .article_img-txt {
        margin-top: 5px;
        font-size: 12px; } }
  #contents.game2_topic .article_imgBox {
    overflow: hidden; }
    #contents.game2_topic .article_imgBox.mb20 {
      margin-bottom: 20px; }
    #contents.game2_topic .article_imgBox.mb40 {
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        #contents.game2_topic .article_imgBox.mb40 {
          margin-bottom: 35px; } }
  #contents.game2_topic .article_top {
    margin-top: 15px;
    line-height: 1.8; }
    #contents.game2_topic .article_top .fwb {
      font-weight: bold; }
    #contents.game2_topic .article_top.col1-img {
      margin-bottom: 40px; }
      #contents.game2_topic .article_top.col1-img img {
        width: 100%; }
    #contents.game2_topic .article_top.ojaru_bold {
      font-weight: bold; }
    #contents.game2_topic .article_top.cap {
      color: #8c8c8c;
      font-size: 10px;
      margin-bottom: 20px; }
    #contents.game2_topic .article_top.ojaru_red {
      font-weight: bold;
      color: red; }
    #contents.game2_topic .article_top .txt-dt {
      margin-left: 5.5rem; }
    #contents.game2_topic .article_top a {
      text-decoration: underline; }
  #contents.game2_topic a.mec_link {
    color: #c11313;
    text-decoration: underline; }
  #contents.game2_topic .article_img {
    margin-top: 15px; }
    #contents.game2_topic .article_img.small {
      max-width: 211px; }
    #contents.game2_topic .article_img img {
      width: 100%; }
    #contents.game2_topic .article_img.right {
      float: right;
      width: 20%; }
      @media only screen and (max-width: 767px) {
        #contents.game2_topic .article_img.right {
          float: none;
          width: auto; }
          #contents.game2_topic .article_img.right img {
            width: 130px; } }
    #contents.game2_topic .article_img span.under {
      display: inline-block;
      padding-top: 15px;
      font-size: 13px;
      line-height: 1.5; }
      @media only screen and (max-width: 767px) {
        #contents.game2_topic .article_img span.under {
          font-size: 10px;
          padding-top: 8px; }
          #contents.game2_topic .article_img span.under.right {
            width: calc(100% - 150px);
            margin-left: 10px; }
          #contents.game2_topic .article_img span.under.bold {
            font-style: bold; } }
  #contents.game2_topic .wrap_img {
    width: 100%; }
    #contents.game2_topic .wrap_img.w075 {
      width: 75%; }
      @media only screen and (max-width: 767px) {
        #contents.game2_topic .wrap_img.w075 {
          width: 100%; } }
    #contents.game2_topic .wrap_img .article_img {
      float: left;
      width: 30%;
      margin-right: 3%; }
      #contents.game2_topic .wrap_img .article_img.col2 {
        width: 50%; }
      #contents.game2_topic .wrap_img .article_img.col2-l {
        width: 37%; }
        @media only screen and (max-width: 767px) {
          #contents.game2_topic .wrap_img .article_img.col2-l {
            width: 47%; } }
      #contents.game2_topic .wrap_img .article_img.col5 {
        width: 17%; }
        @media only screen and (max-width: 767px) {
          #contents.game2_topic .wrap_img .article_img.col5 {
            width: 30%;
            min-height: 210px; } }
    #contents.game2_topic .wrap_img.left {
      float: left; }
  #contents.game2_topic .wrap_txt.left {
    float: left;
    width: 75%; }
    @media only screen and (max-width: 767px) {
      #contents.game2_topic .wrap_txt.left {
        float: none;
        width: 100%; } }
  #contents.game2_topic .article_txt {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 15px; }
    @media only screen and (max-width: 767px) {
      #contents.game2_topic .article_txt iframe {
        width: 100%; } }
  #contents.game2_topic .article_term {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 15px; }
  #contents.game2_topic .article_lnk {
    color: #326fa7;
    margin-top: 20px; }
    #contents.game2_topic .article_lnk.mg0 {
      color: #333333;
      margin-top: 8px; }
    #contents.game2_topic .article_lnk a {
      color: #326fa7;
      text-decoration: none; }
  #contents.game2_topic .sc_lnk {
    margin-top: 8px; }
    #contents.game2_topic .sc_lnk a {
      font-size: 12px;
      color: #326fa7;
      text-decoration: none; }
  #contents.game2_topic .article_table {
    width: 100%;
    margin-top: 15px; }
    #contents.game2_topic .article_table tr.odd {
      background: #f8f7f2; }
      #contents.game2_topic .article_table tr.odd td {
        border-left: none; }
    #contents.game2_topic .article_table td {
      padding: 5px;
      border-bottom: 1px solid #d8d8d9; }
      #contents.game2_topic .article_table td:last-child {
        border-left: 1px solid #d8d8d9; }
  #contents.game2_topic .ojaru_caption {
    margin-top: 5px; }

#contents.ex_top {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.ex_top {
      width: 100%;
      padding: 0 0 20px; }
      #contents.ex_top .container {
        padding-left: 15px;
        padding-right: 15px;
        overflow: hidden; } }
  #contents.ex_top .exhibition_area {
    margin: 23px 0 0; }
    @media only screen and (max-width: 767px) {
      #contents.ex_top .exhibition_area {
        float: left;
        width: 49%;
        margin: 43px 2% 0 0; }
        #contents.ex_top .exhibition_area.even {
          margin-right: 0; } }
  #contents.ex_top h1 {
    font-size: 24px;
    font-weight: bold;
    clear: both; }
    #contents.ex_top h1.next {
      margin-top: 80px; }
      @media only screen and (max-width: 767px) {
        #contents.ex_top h1.next {
          margin-top: 40px; } }
    @media only screen and (max-width: 767px) {
      #contents.ex_top h1 {
        font-size: 18px; } }
  #contents.ex_top h2 {
    font-size: 13px;
    margin: 9px 0 14px;
    padding: 0; }
  #contents.ex_top .exhibition_img {
    float: left;
    width: 232px;
    border-radius: 8px;
    overflow: hidden;
    margin-right: 40px; }
    @media only screen and (max-width: 767px) {
      #contents.ex_top .exhibition_img {
        width: 100%;
        max-width: 232px; } }
  #contents.ex_top .exhibition_detail {
    float: left; }
    @media only screen and (max-width: 767px) {
      #contents.ex_top .exhibition_detail {
        max-width: 232px; } }
  #contents.ex_top .exhibition_term {
    font-size: 12px;
    color: #9e9e9f;
    border-top: 1px dotted #d8d8d9;
    padding: 18px 0; }
    @media only screen and (max-width: 767px) {
      #contents.ex_top .exhibition_term {
        border: none; } }
  #contents.ex_top .event_contact_txt {
    color: #9e9e9f;
    display: inline-block;
    font-size: 12px;
    margin-top: 17px; }
    #contents.ex_top .event_contact_txt + .event_contact_txt {
      margin-left: 20px; }
  #contents.ex_top a {
    color: #326fa7;
    text-decoration: none; }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box,
  #contents.hall .detail_box {
    padding: 0px 3.6% 30px; } }

.txt_red {
  color: #ff0000; }

#contents.exhibition table.exhibition {
  border-bottom: 1px solid #d8d8d9;
  margin-top: 30px; }
  #contents.exhibition table.exhibition tr {
    border-top: 1px solid #d8d8d9;
    width: 100%; }
    #contents.exhibition table.exhibition tr th {
      padding: 10px 20px;
      width: 15%;
      text-align: left;
      background: #f8f7f2; }
      @media only screen and (max-width: 767px) {
        #contents.exhibition table.exhibition tr th {
          padding: 5px; } }
    #contents.exhibition table.exhibition tr td {
      padding: 10px 15px;
      width: 40%; }
      @media only screen and (max-width: 767px) {
        #contents.exhibition table.exhibition tr td {
          padding: 5px; } }
      #contents.exhibition table.exhibition tr td span {
        display: inline-block;
        padding-top: 15px; }
      @media only screen and (max-width: 767px) {
        #contents.exhibition table.exhibition tr td {
          padding-top: 5px; } }
    #contents.exhibition table.exhibition tr td.attention {
      color: #ff3301; }
  #contents.exhibition table.exhibition.wide {
    margin-bottom: 30px; }
    #contents.exhibition table.exhibition.wide tr.odd {
      background: #f8f7f2; }
    #contents.exhibition table.exhibition.wide td:first-child {
      width: 10%;
      border-right: 1px dotted #d8d8d9; }

#contents.exhibition .eyes2018_freearea {
  padding: 15px 0 0; }
  @media only screen and (max-width: 767px) {
    #contents.exhibition .eyes2018_freearea {
      margin: 15px 15px 0;
      padding: 25px 0 0; } }

.eyes2018 {
  color: #515151; }
  .eyes2018 .ttl_eyes2018 h1 {
    font-size: 24px;
    font-weight: bold;
    color: #0079c3;
    margin: 35px 0 25px;
    line-height: 1.33; }
    @media only screen and (max-width: 767px) {
      .eyes2018 .ttl_eyes2018 h1 {
        font-size: 18px;
        text-align: center;
        margin-top: 25px; } }
  .eyes2018 .ttl_eyes2018 h2 {
    color: #0079c3 !important; }
  .eyes2018 .ttl_eyes2018 span {
    font-size: 10px;
    margin: 10px 0 0; }
  .eyes2018 .ttl_eyes2018 .photo {
    margin-top: 15px; }
  .eyes2018 .ttl_eyes2018 .main h1 {
    text-align: center; }
  .eyes2018 .ttl_eyes2018 .txt > span {
    font-size: 15px;
    font-weight: bold; }

#contents.game_stage2 .container {
  margin-top: 20px; }

#contents.game_stage2 .mainVisual {
  margin-top: 60px; }

#contents.game_stage3 {
  background-color: #3b9838;
  color: #fff; }
  #contents.game_stage3 .mainVisual {
    margin-top: 60px; }
  #contents.game_stage3 .exhibition_area .release_game3 {
    float: none;
    width: 100%;
    display: block; }
    #contents.game_stage3 .exhibition_area .release_game3 h1.ttl_big {
      color: #fff;
      text-align: center;
      margin-top: 5px;
      font-size: 90px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        #contents.game_stage3 .exhibition_area .release_game3 h1.ttl_big {
          font-size: 32px;
          text-align: center;
          margin-top: 25px; } }
    #contents.game_stage3 .exhibition_area .release_game3 h1.font_selected {
      font-family: DINEngschriftStd; }

@font-face {
  #contents.game_stage3 .exhibition_area .release_game3 h1.font_selected {
    font-family: "DINEngschriftStd";
    src: url("../font/DINEngschriftStd.otf"); } }
    #contents.game_stage3 .exhibition_area .release_game3 p {
      text-align: center;
      padding-top: 30px; }
      @media only screen and (max-width: 767px) {
        #contents.game_stage3 .exhibition_area .release_game3 p {
          font-size: 13px;
          text-align: left; } }
      @media only screen and (max-width: 767px) {
        #contents.game_stage3 .exhibition_area .release_game3 p br {
          display: none; } }
  #contents.game_stage3 .hidden {
    display: none; }
  #contents.game_stage3 #game3_detail {
    margin: 50px 0 0;
    border-top: 1px solid #fff; }
    #contents.game_stage3 #game3_detail .txt {
      margin: 15px 0 0;
      line-height: 1.6; }
      @media only screen and (max-width: 767px) {
        #contents.game_stage3 #game3_detail .txt {
          font-size: 13px;
          margin: 15px 15px; } }
  #contents.game_stage3 .detail_area_last .ttl_detail.ico_close.change_ico {
    padding-bottom: 25px; }
  #contents.game_stage3 .detail_area_last .wrap_detail {
    border-bottom: 1px solid #000; }
  #contents.game_stage3 .container {
    margin-top: 20px; }
    #contents.game_stage3 .container .txt {
      font-size: 11px;
      color: #717071;
      line-height: 2; }
    #contents.game_stage3 .container .exhibition_detail_area .ttl.ttl--black {
      color: #000; }

.kametome .ttl_1 {
  margin-top: 20px;
  padding-top: 20px; }

.kametome .ttl span {
  font-weight: normal; }

.kametome .event_schedule {
  width: 100%; }

.mec_collection_wrap .award_detail_area .mec_collection_name {
  font-weight: bold;
  padding-top: 10px; }

.mec_collection_wrap .award_detail_area .col2_photo {
  width: 50%;
  float: left; }
  @media only screen and (max-width: 767px) {
    .mec_collection_wrap .award_detail_area .col2_photo {
      width: 100%;
      float: none; } }
  .mec_collection_wrap .award_detail_area .col2_photo .the_work_title {
    padding-top: 10px;
    font-weight: bold;
    font-size: 14px; }

/*---------------------------
facilities-guide local_navigation
----------------------------*/
#wrap .red {
  color: red;
  margin-top: 20px;
  line-height: 1.5; }

#wrap .local_nav .local_nav_up,
#wrap .local_nav .local_nav_down {
  border-bottom: 1px solid #f0eee8;
  padding: 13px 0 11px; }
  @media only screen and (max-width: 767px) {
    #wrap .local_nav .local_nav_up,
    #wrap .local_nav .local_nav_down {
      display: none; } }
  #wrap .local_nav .local_nav_up .container,
  #wrap .local_nav .local_nav_down .container {
    width: 1000px;
    margin: auto; }

#wrap .local_nav .local_nav_purpose {
  margin-left: 10px; }
  #wrap .local_nav .local_nav_purpose li {
    float: left;
    margin-right: 30px; }
    #wrap .local_nav .local_nav_purpose li.active {
      border-bottom: 4px solid #d8d8d9;
      padding-bottom: 3px; }
    #wrap .local_nav .local_nav_purpose li a {
      font-size: 14px;
      color: #717071; }
    #wrap .local_nav .local_nav_purpose li.active a,
    #wrap .local_nav .local_nav_purpose li a:hover {
      color: #333333; }

#wrap .local_nav .local_nav_place {
  margin-left: 10px; }
  #wrap .local_nav .local_nav_place li {
    float: left;
    margin-right: 30px; }
    #wrap .local_nav .local_nav_place li.nav_hd.active {
      border-bottom: 4px solid #e43f3e; }
    #wrap .local_nav .local_nav_place li.nav_hall.active {
      border-bottom: 4px solid #1eadf6; }
    #wrap .local_nav .local_nav_place li.nav_room.active {
      border-bottom: 4px solid #9a3f4d; }
    #wrap .local_nav .local_nav_place li.nav_vm.active {
      border-bottom: 4px solid #fad21f; }
    #wrap .local_nav .local_nav_place li a {
      color: #717071; }
    #wrap .local_nav .local_nav_place li.active a,
    #wrap .local_nav .local_nav_place li a:hover {
      display: block;
      color: #333333;
      font-size: 14px;
      padding-bottom: 3px; }

#wrap .local_nav a {
  text-decoration: none; }

.spd {
  display: none; }
  @media only screen and (max-width: 767px) {
    .spd {
      display: block; } }

.spc {
  display: block; }
  @media only screen and (max-width: 767px) {
    .spc {
      display: none; } }

span.spc {
  display: inline-block; }
  @media only screen and (max-width: 767px) {
    span.spc {
      display: none; } }

/*---------------------------
facilities-guide contact_area
----------------------------*/
.facility_contact {
  width: 1000px;
  margin: 64px auto 0;
  padding: 40px;
  background: #f0eee8; }
  .facility_contact.short {
    width: 740px; }
    @media only screen and (max-width: 767px) {
      .facility_contact.short {
        width: 100%; } }
  @media only screen and (max-width: 767px) {
    .facility_contact {
      width: 100%;
      margin: 30px 0 0;
      padding: 23px;
      background: #f8f7f2; } }
  .facility_contact .contact_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .facility_contact .contact_title {
        font-size: 15px; } }
  .facility_contact .contact_way {
    padding-top: 27px; }
    @media only screen and (max-width: 767px) {
      .facility_contact .contact_way {
        padding-top: 18px; } }
    .facility_contact .contact_way li {
      float: left;
      width: 50%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      @media only screen and (max-width: 767px) {
        .facility_contact .contact_way li {
          width: 100%;
          float: none;
          margin-bottom: 23px; }
          .facility_contact .contact_way li:last-child {
            margin: 0; } }
      .facility_contact .contact_way li div {
        float: left; }
      .facility_contact .contact_way li .ico_contact,
      .facility_contact .contact_way li .ico_tel {
        width: 54px;
        height: 54px;
        text-align: center;
        background: #ffffff;
        margin-right: 30px;
        padding: 14px 13px; }
        .facility_contact .contact_way li .ico_contact:before,
        .facility_contact .contact_way li .ico_tel:before {
          font-size: 25px; }
        @media only screen and (max-width: 767px) {
          .facility_contact .contact_way li .ico_contact,
          .facility_contact .contact_way li .ico_tel {
            margin-right: 13px; } }
      .facility_contact .contact_way li p {
        font-size: 13px;
        margin-bottom: 12px; }
      .facility_contact .contact_way li .contact_net,
      .facility_contact .contact_way li .contact_tel,
      .facility_contact .contact_way li .contact_museum {
        font-size: 13px;
        font-weight: bold;
        margin: 7px 0 12px; }
        @media only screen and (max-width: 767px) {
          .facility_contact .contact_way li .contact_net,
          .facility_contact .contact_way li .contact_tel,
          .facility_contact .contact_way li .contact_museum {
            font-weight: bold;
            margin: 9px 0 12px; } }
      .facility_contact .contact_way li .contact_schedule {
        line-height: 24px; }
      .facility_contact .contact_way li a {
        font-size: 13px;
        color: #326fa7; }
  .facility_contact .contact_attention {
    margin: 28px 0 20px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .facility_contact .contact_attention {
        text-align: left; } }

/*---------------------------
facilities 貸し出し施設・設備の利用料金
----------------------------*/
#wrap.facilities_price #contents a {
  color: #326fa7;
  text-decoration: none; }

#wrap.facilities_price #contents #header {
  border-bottom: none; }

@media only screen and (max-width: 767px) {
  #wrap.facilities_price #contents #contents {
    padding: 0 0 60px; } }

#wrap.facilities_price #contents #main {
  width: 1000px; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_price #contents #main {
      width: 100%;
      padding: 0 15px; } }

#wrap.facilities_price #contents .under_link {
  margin-left: 10px;
  padding-top: 26px; }
  #wrap.facilities_price #contents .under_link li {
    float: left;
    padding: 0 14px;
    border-left: 1px dotted #d8d8d9; }
    #wrap.facilities_price #contents .under_link li:first-child {
      border: none;
      padding: 0 14px 0 0; }
    #wrap.facilities_price #contents .under_link li a {
      display: block;
      color: #326fa7;
      text-decoration: none;
      font-size: 13px; }
      #wrap.facilities_price #contents .under_link li a:before {
        float: right;
        font-size: 10px;
        margin: 2px 0 0 5px; }

#wrap.facilities_price #contents .fa_price_header {
  margin-left: 10px;
  padding-bottom: 35px;
  border-bottom: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_price #contents .fa_price_header {
      margin-left: 0;
      padding: 25px 0;
      border-top: 1px solid #f0eee8; } }
  #wrap.facilities_price #contents .fa_price_header h1 {
    margin-top: 0;
    margin-bottom: 22px; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .fa_price_header h1 {
        font-size: 18px; } }
  #wrap.facilities_price #contents .fa_price_header p {
    font-size: 13px;
    line-height: 2; }

#wrap.facilities_price #contents .fa_price_section {
  margin-left: 10px;
  padding: 40px 0 10px;
  border-bottom: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_price #contents .fa_price_section {
      margin-left: 0;
      padding: 0 0 2px; } }

#wrap.facilities_price #contents .section_header {
  float: left;
  width: 200px;
  margin-right: 40px; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_price #contents .section_header {
      width: 100%;
      margin: 0; } }
  #wrap.facilities_price #contents .section_header .facility_name {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 18px; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .section_header .facility_name {
        font-size: 13px;
        font-weight: bold;
        padding: 24px 0 20px;
        margin-bottom: 0;
        /* use !important to prevent issues with browser extensions that change fonts */
        font-family: "icomoon" !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        /* Better Font Rendering =========== */
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        position: relative; }
        #wrap.facilities_price #contents .section_header .facility_name:before {
          display: inline-block;
          margin-right: 5px;
          content: "\e917";
          color: #ffffff; }
        #wrap.facilities_price #contents .section_header .facility_name:before {
          content: "\e923";
          float: right;
          right: 10px;
          font-size: 10px;
          color: #959291; } }
  #wrap.facilities_price #contents .section_header .facility_guide li {
    float: left;
    margin-right: 18px; }
    #wrap.facilities_price #contents .section_header .facility_guide li:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .section_header .facility_guide li {
        margin: 3px 0 24px; } }
  #wrap.facilities_price #contents .section_header .facility_guide a {
    display: inline-block;
    color: #326fa7;
    font-size: 13px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative; }
    #wrap.facilities_price #contents .section_header .facility_guide a:before {
      display: inline-block;
      margin-right: 5px;
      content: "\e917";
      color: #ffffff; }
    #wrap.facilities_price #contents .section_header .facility_guide a:before {
      color: #326fa7; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_price #contents .section_header .facility_guide a.facility_process {
      display: inline-block;
      color: #ffffff;
      border-radius: 7px;
      padding: 11px 12px;
      /* use !important to prevent issues with browser extensions that change fonts */
      font-family: "icomoon" !important;
      speak: none;
      font-style: normal;
      font-weight: normal;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      /* Better Font Rendering =========== */
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: relative;
      width: 115px; }
      #wrap.facilities_price #contents .section_header .facility_guide a.facility_process:before {
        display: inline-block;
        margin-right: 5px;
        content: "\e917";
        color: #ffffff; }
      #wrap.facilities_price #contents .section_header .facility_guide a.facility_process:hover {
        text-decoration: none; } }

#wrap.facilities_price #contents .section_contents {
  width: 750px;
  float: left; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_price #contents .section_contents {
      width: 100%; } }
  #wrap.facilities_price #contents .section_contents .facility_name {
    float: left;
    width: 233px;
    margin-right: 24px;
    border-top: 1px solid #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .section_contents .facility_name {
        width: 100%;
        border: none;
        margin: 0 0 15px; } }
  #wrap.facilities_price #contents .section_contents h3 {
    margin-top: 15px; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .section_contents h3 {
        margin: 0; } }
  #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01 {
    width: 488px;
    margin-bottom: 30px;
    border-top: 1px solid #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01 {
        width: 100%; } }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01 td {
      font-size: 13px;
      line-height: 2;
      vertical-align: middle;
      border-collapse: collapse;
      border-left: 1px dotted #d8d8d9;
      border-bottom: 1px solid #d8d8d9;
      padding-left: 20px; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01 td {
          line-height: 3;
          padding: 15px 0 15 20px; }
          #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01 td.f_heig {
            line-height: 2;
            height: 70px; } }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01 td:nth-child(1) {
      width: 189px;
      border-left: none; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01 td:nth-child(1) {
          width: 34.1%; } }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01 td:nth-child(2) {
      width: 80px; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01 td:nth-child(2) {
          width: 22.3%; } }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01 td:nth-child(3) {
      text-align: right;
      padding-right: 117px; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01 td:nth-child(3) {
          width: 42.3%;
          text-align: left;
          padding: 0 0 0 20px; } }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01 tr:first-child td {
      background: #f0eee8;
      border-bottom: none; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price01.first_wide td:nth-child(1) {
        width: 38.5%; } }
  #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 {
    width: 488px;
    margin-bottom: 30px;
    border-top: 1px solid #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 {
        width: 100%; } }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 td {
      font-size: 13px;
      line-height: 2;
      vertical-align: middle;
      border-collapse: collapse;
      border-left: 1px dotted #d8d8d9;
      border-bottom: 1px solid #d8d8d9;
      padding-left: 20px; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 td {
          padding-left: 10px; } }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 td:nth-child(1) {
      width: 205px;
      border-left: none; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 td:nth-child(1) {
          width: 34%; } }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 td:nth-child(2) {
      width: 65px; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 td:nth-child(2) {
          width: 14%; } }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 td:nth-child(3) {
      width: 96px; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 td:nth-child(3) {
          width: 22%; } }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 td:nth-child(4) {
      text-align: right;
      padding-left: 0;
      padding-right: 25px; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 td:nth-child(4) {
          text-align: left;
          padding-left: 10px; } }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price02 tr:first-child td {
      background: #f0eee8;
      border-bottom: none; }
  #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price03 {
    width: 488px;
    margin-bottom: 30px;
    border-top: 1px solid #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price03 {
        width: 100%; } }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price03 td {
      font-size: 13px;
      line-height: 2;
      vertical-align: middle;
      border-collapse: collapse;
      border-left: 1px dotted #d8d8d9;
      border-bottom: 1px solid #d8d8d9;
      padding-left: 20px; }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price03 td:nth-child(1) {
      width: 135px;
      border-left: none; }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price03 td:nth-child(2) {
      width: 135px; }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price03 td:nth-child(3) {
      width: 95px; }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price03 td:nth-child(4) {
      text-align: right;
      padding-left: 0;
      padding-right: 25px; }
    #wrap.facilities_price #contents .section_contents .fa_price_lists .facility_price03 tr:first-child td {
      background: #f0eee8;
      border-bottom: none; }
  #wrap.facilities_price #contents .section_contents .fa_price_table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: separate;
    border-top: 1px solid #d8d8d9; }
    #wrap.facilities_price #contents .section_contents .fa_price_table td {
      font-size: 13px;
      line-height: 2;
      vertical-align: middle;
      border-collapse: collapse;
      border-left: 1px dotted #d8d8d9;
      border-bottom: 1px solid #d8d8d9;
      padding-left: 20px; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_table td {
          padding: 0 10px; } }
    #wrap.facilities_price #contents .section_contents .fa_price_table .cell01 {
      width: 188px;
      border-left: none; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_table .cell01 {
          width: 26%; } }
    #wrap.facilities_price #contents .section_contents .fa_price_table .cell02 {
      width: 80px; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_table .cell02 {
          width: 14%; } }
    #wrap.facilities_price #contents .section_contents .fa_price_table .cell03 {
      width: 117px;
      text-align: right;
      padding-right: 3%; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_table .cell03 {
          width: 31%; } }
    #wrap.facilities_price #contents .section_contents .fa_price_table .cell04 {
      width: 348px;
      text-align: right;
      padding: 0 250px 0 0; }
      @media only screen and (max-width: 767px) {
        #wrap.facilities_price #contents .section_contents .fa_price_table .cell04 {
          width: 29%;
          padding: 0 0 0 10px;
          text-align: left; } }
    #wrap.facilities_price #contents .section_contents .fa_price_table tr:first-child td {
      background: #f0eee8;
      border-bottom: none; }
  #wrap.facilities_price #contents .section_contents .odd {
    background: #fafaf8; }
  #wrap.facilities_price #contents .section_contents h3.rental_machine_title {
    margin-bottom: 15px; }
  #wrap.facilities_price #contents .section_contents .fa_price_table.camera .cell01 {
    width: 268px;
    border-left: none; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .section_contents .fa_price_table.camera .cell01 {
        width: 50%; } }
  #wrap.facilities_price #contents .section_contents .fa_price_table.camera .cell02 {
    width: 133px; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .section_contents .fa_price_table.camera .cell02 {
        width: 22%; } }
  #wrap.facilities_price #contents .section_contents .fa_price_table.camera .cel04 {
    text-align: right;
    padding: 0 250px 0 0; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .section_contents .fa_price_table.camera .cel04 {
        width: 28%;
        padding: 0 0 0 10px;
        text-align: left; } }
  #wrap.facilities_price #contents .section_contents .price_attention {
    margin: -10px 0 30px; }
    #wrap.facilities_price #contents .section_contents .price_attention li {
      font-size: 11px;
      color: #959291;
      line-height: 2; }
      #wrap.facilities_price #contents .section_contents .price_attention li.indentM {
        text-indent: 1em; }
  #wrap.facilities_price #contents .section_contents .wrap_price_table {
    width: 488px;
    float: left; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_price #contents .section_contents .wrap_price_table {
        width: 100%; } }
  #wrap.facilities_price #contents .section_contents .adj_price {
    font-size: 11px;
    color: #959291;
    margin-top: -10px;
    margin-bottom: 30px; }

/*---------------------------
facilities 貸し出し施設・設備のご案内
----------------------------*/
@media only screen and (max-width: 767px) {
  #wrap.facilities_infomation #contents {
    padding: 0 0 60px; } }

#wrap.facilities_infomation #main {
  width: 1000px; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_infomation #main {
      width: 100%;
      padding: 55px 15px 0; } }

#wrap.facilities_infomation .fa_infomation_header {
  margin-left: 10px;
  padding-bottom: 35px;
  border-bottom: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_infomation .fa_infomation_header {
      border-top: 1px solid #f0eee8;
      margin-left: 0;
      padding: 25px 0; } }
  #wrap.facilities_infomation .fa_infomation_header_link {
    font-weight: bold;
    text-decoration: underline; }
  #wrap.facilities_infomation .fa_infomation_header h1 {
    margin-top: 0;
    margin-bottom: 22px; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_infomation .fa_infomation_header h1 {
        font-size: 18px; } }
  #wrap.facilities_infomation .fa_infomation_header p {
    font-size: 13px;
    line-height: 2;
    padding-right: 30%; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_infomation .fa_infomation_header p {
        padding-right: 0; } }

#wrap.facilities_infomation .fa_infomation_section {
  margin-left: 10px;
  padding: 40px 0 10px;
  border-bottom: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_infomation .fa_infomation_section {
      margin-left: 0;
      padding: 24px 0 10px; } }

#wrap.facilities_infomation .section_header {
  float: left;
  width: 200px;
  margin-right: 40px; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_infomation .section_header {
      width: 100%; } }
  #wrap.facilities_infomation .section_header .facility_name {
    font-size: 15px;
    line-height: 2;
    margin-bottom: 18px; }
  #wrap.facilities_infomation .section_header .facility_guide li {
    float: left;
    margin-right: 18px; }
    #wrap.facilities_infomation .section_header .facility_guide li:last-child {
      margin-right: 0; }
  #wrap.facilities_infomation .section_header .facility_guide a {
    display: inline-block;
    color: #326fa7;
    font-size: 13px;
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative; }
    #wrap.facilities_infomation .section_header .facility_guide a:before {
      display: inline-block;
      margin-right: 5px;
      content: "\e917";
      color: #ffffff; }
    #wrap.facilities_infomation .section_header .facility_guide a:before {
      color: #326fa7; }
  #wrap.facilities_infomation .section_header .facility_guide .facility_fee {
    width: 72px; }
  #wrap.facilities_infomation .section_header .facility_guide .facility_process {
    width: 84px; }

#wrap.facilities_infomation .section_contents {
  float: left;
  width: 750px; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_infomation .section_contents {
      width: 100%; } }
  #wrap.facilities_infomation .section_contents .thumb_column3 {
    float: left;
    margin-right: 25px;
    margin-bottom: 30px;
    width: 230px; }
    #wrap.facilities_infomation .section_contents .thumb_column3:nth-child(3n) {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_infomation .section_contents .thumb_column3 {
        width: 49%;
        margin: 0 2% 20px 0; }
        #wrap.facilities_infomation .section_contents .thumb_column3:nth-child(3n) {
          margin: 0 2% 20px 0; }
        #wrap.facilities_infomation .section_contents .thumb_column3:nth-child(2n) {
          margin: 0 0 20px; } }
    #wrap.facilities_infomation .section_contents .thumb_column3 a {
      display: block; }
      #wrap.facilities_infomation .section_contents .thumb_column3 a img {
        width: 100%;
        height: 138px;
        border-radius: 8px; }
        @media only screen and (max-width: 767px) {
          #wrap.facilities_infomation .section_contents .thumb_column3 a img {
            height: auto; } }
  #wrap.facilities_infomation .section_contents h3 {
    margin-top: 24px;
    color: #326fa7; }

#wrap.facilities_infomation .rental_guide {
  clear: both;
  padding-top: 10px; }

#wrap.facilities_infomation .facility_purpose {
  padding-top: 25px; }
  #wrap.facilities_infomation .facility_purpose h2 {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 17px; }
  #wrap.facilities_infomation .facility_purpose .purpose_explain {
    font-size: 13px;
    letter-spacing: 0.05em;
    line-height: 2;
    margin-bottom: 25px; }
    #wrap.facilities_infomation .facility_purpose .purpose_explain:last-child {
      margin: 0; }

#wrap.facilities_infomation .facility_contact .contact_way {
  /*
		max-width: 300px;
		margin: 0 auto;
*/ }

#wrap.facilities_infomation a {
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  #wrap.facilities_infomation .spc {
    display: none; } }

#wrap.facilities_infomation .spd {
  display: none; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_infomation .spd {
      display: block; } }

/*---------------------------
facilities 各種資料
----------------------------*/
@media only screen and (max-width: 767px) {
  #wrap.document #contents {
    padding: 0 0 60px; } }

#wrap.document #main .page_back {
  display: block;
  border: none;
  margin: 0;
  padding: 0; }
  @media only screen and (max-width: 767px) {
    #wrap.document #main .page_back {
      margin: 0 15px;
      padding: 19px 0 3px;
      border-top: 1px solid #d8d8d9; } }

@media only screen and (max-width: 767px) {
  #main .hall_docs {
    padding: 0 15px; } }

#main .hall_docs .hall_docs_title {
  font-size: 24px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    #main .hall_docs .hall_docs_title {
      font-size: 18px; } }

#main .hall_docs .document_groupe {
  padding: 27px 0 30px;
  border-bottom: 1px dotted #d8d8d9; }
  #main .hall_docs .document_groupe:last-child {
    border: none; }
  @media only screen and (max-width: 767px) {
    #main .hall_docs .document_groupe {
      padding: 25px 0; }
      #main .hall_docs .document_groupe:last-child {
        padding: 25px 0 0; } }
  #main .hall_docs .document_groupe .groupe_title {
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      #main .hall_docs .document_groupe .groupe_title {
        margin-bottom: 18px; } }
  #main .hall_docs .document_groupe .document_lists li {
    margin-bottom: 18px; }
    #main .hall_docs .document_groupe .document_lists li:last-child {
      margin-bottom: 0; }

#main .hall_docs a {
  font-size: 13px;
  color: #326fa7;
  text-decoration: none; }
  #main .hall_docs a:before {
    font-size: 18px;
    vertical-align: sub;
    margin-right: 12px; }
  #main .hall_docs a.ico_pdf:before {
    color: #d22a2a; }
  #main .hall_docs a.ico_xlsx:before {
    color: #9ec540; }

/*---------------------------
facilities 各施設
----------------------------*/
@media only screen and (max-width: 767px) {
  #wrap.room_30x #contents, #wrap.room_405 #contents, #wrap.room_rental #contents, #wrap.room_hd #contents, #wrap.room_frame #contents, #wrap.room_smoke #contents, #wrap.room_final #contents, #wrap.room_linear #contents, #wrap.room_ma #contents, #wrap.room_camera #contents, #wrap.room_conf #contents, #wrap.room_presen #contents, #wrap.visu_hall #contents, #wrap.campaign #contents {
    padding: 55px 0 60px; } }

@media only screen and (max-width: 767px) {
  #wrap.room_30x #sub, #wrap.room_405 #sub, #wrap.room_rental #sub, #wrap.room_hd #sub, #wrap.room_frame #sub, #wrap.room_smoke #sub, #wrap.room_final #sub, #wrap.room_linear #sub, #wrap.room_ma #sub, #wrap.room_camera #sub, #wrap.room_conf #sub, #wrap.room_presen #sub, #wrap.visu_hall #sub, #wrap.campaign #sub {
    position: absolute;
    top: 0; } }

#wrap.room_30x .mainvisual img, #wrap.room_405 .mainvisual img, #wrap.room_rental .mainvisual img, #wrap.room_hd .mainvisual img, #wrap.room_frame .mainvisual img, #wrap.room_smoke .mainvisual img, #wrap.room_final .mainvisual img, #wrap.room_linear .mainvisual img, #wrap.room_ma .mainvisual img, #wrap.room_camera .mainvisual img, #wrap.room_conf .mainvisual img, #wrap.room_presen .mainvisual img, #wrap.visu_hall .mainvisual img, #wrap.campaign .mainvisual img {
  width: 100%;
  border-radius: 8px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    #wrap.room_30x .mainvisual img, #wrap.room_405 .mainvisual img, #wrap.room_rental .mainvisual img, #wrap.room_hd .mainvisual img, #wrap.room_frame .mainvisual img, #wrap.room_smoke .mainvisual img, #wrap.room_final .mainvisual img, #wrap.room_linear .mainvisual img, #wrap.room_ma .mainvisual img, #wrap.room_camera .mainvisual img, #wrap.room_conf .mainvisual img, #wrap.room_presen .mainvisual img, #wrap.visu_hall .mainvisual img, #wrap.campaign .mainvisual img {
      border-radius: 0; } }

#main .page_back {
  display: none;
  font-size: 12px;
  color: #717071;
  margin: 0 15px;
  padding: 18px 0 20px;
  border-top: 1px solid #d8d8d9; }
  #main .page_back:before {
    margin-right: 4px; }

@media only screen and (max-width: 767px) {
  #main .wrap_facilities {
    padding: 0 15px; } }

#main .mainVisual {
  border-radius: 8px; }

#main h1 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    #main h1 {
      font-size: 18px; } }

#main .rental_discription {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 24px;
  margin-top: 21px; }
  #main .rental_discription span {
    font-weight: bold; }
  #main .rental_discription.f_strong {
    font-weight: bold; }

#main .rental_guide {
  margin: 23px 0 32px; }
  @media only screen and (max-width: 767px) {
    #main .rental_guide {
      margin: 20px 0 20px; } }
  #main .rental_guide li {
    float: left;
    margin-right: 22px; }

#main .rental_history {
  font-size: 13px;
  margin-top: 25px; }
  @media only screen and (max-width: 767px) {
    #main .rental_history {
      margin-top: 18px; } }
  #main .rental_history li {
    text-indent: -0.5em;
    line-height: 24px;
    padding-left: 12px; }
    #main .rental_history li.indentM {
      text-indent: 0em; }
    #main .rental_history li:last-child {
      margin-bottom: 0px; }
  #main .rental_history_ttl {
    position: relative;
    margin-top: 10px; }
    #main .rental_history_ttl:first-child {
      margin-top: 0; }
    #main .rental_history_ttl:before {
      content: "";
      display: inline-block;
      background-color: #000;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      left: 0; }
  #main .rental_history_hasLink {
    text-decoration: underline; }
  #main .rental_history.past_hall li {
    text-indent: 0; }

#main .rental_imp {
  letter-spacing: 0.05em;
  padding: 27px 0 30px;
  border-bottom: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #main .rental_imp {
      padding: 20px 0 19px; } }
  #main .rental_imp .imp_title {
    font-size: 18px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #main .rental_imp .imp_title {
        font-size: 13px; } }
  #main .rental_imp .imp_lists {
    font-size: 13px;
    margin-top: 25px; }
    @media only screen and (max-width: 767px) {
      #main .rental_imp .imp_lists {
        margin-top: 18px; } }
    #main .rental_imp .imp_lists li {
      list-style: disc;
      margin-left: 1em;
      line-height: 24px; }
      #main .rental_imp .imp_lists li.indentP {
        list-style: none;
        text-indent: -0.5em; }
      #main .rental_imp .imp_lists li:last-child {
        margin-bottom: 0px; }

#main .rental_detail.first_ele {
  border-top: 1px dotted #d8d8d9; }

#main .detail_explain_lists {
  margin-bottom: 25px; }
  #main .detail_explain_lists li {
    margin-bottom: 10px; }
    #main .detail_explain_lists li:last-child {
      margin-bottom: 0; }

#main .rental_detail_header {
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  padding: 33px 17px 32px 0; }
  @media only screen and (max-width: 767px) {
    #main .rental_detail_header {
      font-size: 13px;
      padding: 18px 0 20px; } }
  #main .rental_detail_header:before {
    float: right;
    font-size: 23px;
    font-weight: normal;
    color: #9e9e9f; }
    @media only screen and (max-width: 767px) {
      #main .rental_detail_header:before {
        font-size: 17px;
        margin-top: 0; } }
  #main .rental_detail_header.change_ico:before {
    content: "\e920"; }

#main .wrap_detail_all {
  padding-bottom: 32px; }
  @media only screen and (max-width: 767px) {
    #main .wrap_detail_all {
      padding-bottom: 20px; } }

#main .rental_detail_contents {
  border-bottom: 1px dotted #d8d8d9; }
  @media only screen and (min-width: 1150px) {
    #main .rental_detail_contents {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 40px 0; } }
  @media only screen and (max-width: 767px) {
    #main .rental_detail_contents {
      padding: 25px 0;
      margin: auto; } }
  @media only screen and (min-width: 1150px) {
    #main .rental_detail_contents .rental_detail_img {
      margin-left: 24px;
      width: 381px; } }
  @media only screen and (max-width: 767px) {
    #main .rental_detail_contents .rental_detail_img {
      width: 232px;
      margin-top: 10px; } }
  #main .rental_detail_contents .rental_detail_img:first-child {
    margin: 0; }
  #main .rental_detail_contents .rental_detail_img img {
    width: 100%; }

#main .rental_studio_img {
  margin-top: 37px;
  text-align: center; }

#main .rental_equip {
  width: 100%;
  margin-top: 10px;
  margin-bottom: -4px;
  border-top: 1px solid #d8d8d9; }
  #main .rental_equip tr:first-child td {
    background: #f0eee8; }
  #main .rental_equip td {
    vertical-align: middle;
    height: 43px;
    font-size: 13px;
    line-height: 23px;
    padding: 10px 18px;
    border-collapse: collapse;
    border-bottom: 1px solid #d8d8d9;
    border-right: 1px dotted #d8d8d9; }
    #main .rental_equip td:nth-child(1) {
      width: 16.2%; }
    #main .rental_equip td:nth-child(2) {
      width: 41.9%; }
    #main .rental_equip td:nth-child(3) {
      width: 8.7%; }
    #main .rental_equip td:nth-child(4) {
      width: 16.2%; }
    #main .rental_equip td:nth-child(5) {
      width: 17.5%;
      border-right: none; }

@media only screen and (max-width: 767px) {
  #main .rental_detail_lists {
    margin-top: 18px; } }

#main .rental_detail_lists .rental_item {
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  background: #f0eee8;
  margin-bottom: 2px;
  padding: 20px 18px;
  border-radius: 6px; }
  @media only screen and (max-width: 767px) {
    #main .rental_detail_lists .rental_item {
      font-size: 13px;
      font-weight: normal;
      padding: 14px 15px; } }
  #main .rental_detail_lists .rental_item:before {
    float: right;
    font-size: 23px;
    color: #9e9e9f;
    font-weight: normal;
    margin-top: -4px; }
    @media only screen and (max-width: 767px) {
      #main .rental_detail_lists .rental_item:before {
        font-size: 17px;
        margin-top: -2px; } }
  #main .rental_detail_lists .rental_item.change_ico:before {
    content: "\e91e"; }

#main .rental_detail_lists li:last-child .item_detail {
  padding: 14px 17px 0; }
  @media only screen and (max-width: 767px) {
    #main .rental_detail_lists li:last-child .item_detail {
      padding: 10px 0 13px; } }

#main .item_detail_text {
  font-size: 13px;
  line-height: 23px;
  padding: 14px 17px; }
  @media only screen and (max-width: 767px) {
    #main .item_detail_text {
      padding: 10px 0 13px; } }

#main .machine_lists {
  width: 600px;
  margin: 18px 0 36px;
  border-top: 1px solid #d8d8d9; }
  #main .machine_lists.bottom {
    margin: 18px 0 20px; }
  @media only screen and (max-width: 767px) {
    #main .machine_lists {
      width: 100%; } }
  #main .machine_lists td {
    width: 50%;
    font-size: 13px;
    padding: 0 13px;
    vertical-align: middle;
    line-height: 2;
    border-bottom: 1px solid #d8d8d9; }
    #main .machine_lists td:first-child {
      background: #f0eee8; }

#main h4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 35px; }

#main .network_info {
  font-size: 13px;
  line-height: 2;
  text-indent: 1em;
  margin-top: 18px;
  border-top: 1px solid #d8d8d9;
  border-bottom: 1px solid #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #main .network_info {
      font-weight: normal;
      text-indent: 0; } }

#main .prepa_room {
  padding: 40px 0; }
  @media only screen and (max-width: 767px) {
    #main .prepa_room {
      padding: 25px 0; } }
  #main .prepa_room .column3 {
    float: left;
    margin-right: 24px; }
    #main .prepa_room .column3:last-child {
      margin-right: 0; }
    @media only screen and (max-width: 767px) {
      #main .prepa_room .column3 {
        float: none;
        width: 232px;
        height: auto;
        margin: 0 auto 25px; }
        #main .prepa_room .column3:last-child {
          margin: 0 auto 25px; } }
    #main .prepa_room .column3 .room_name {
      font-size: 13px;
      margin: 24px 0; }
      @media only screen and (max-width: 767px) {
        #main .prepa_room .column3 .room_name {
          margin: 12px 0; } }
    #main .prepa_room .column3 table {
      width: 100%;
      border-top: 1px solid #d8d8d9; }
      #main .prepa_room .column3 table td {
        font-size: 13px;
        line-height: 2;
        padding-left: 13px;
        border-bottom: 1px solid #d8d8d9; }
        #main .prepa_room .column3 table td:first-child {
          width: 88px;
          background: #f0eee8; }

#main .r30x_table {
  margin: 18px 0 36px;
  border-collapse: separate;
  border-top: 1px solid #d8d8d9; }
  #main .r30x_table.bottom {
    margin: 18px 0 20px; }
  #main .r30x_table td {
    padding: 0 1em;
    line-height: 2;
    vertical-align: middle;
    border-left: 1px dotted #d8d8d9;
    border-bottom: 1px solid #d8d8d9; }
  #main .r30x_table .about_room {
    width: 200px;
    border-left: none; }
    @media only screen and (max-width: 767px) {
      #main .r30x_table .about_room {
        width: 25%; } }

#main .r40x_table {
  width: 100%;
  margin: 18px 0 36px;
  border-collapse: separate;
  border-top: 1px solid #d8d8d9; }
  #main .r40x_table.bottom {
    margin: 18px 0 20px; }
  #main .r40x_table .odd {
    background: #fafaf8; }
  #main .r40x_table td {
    padding-left: 1em;
    line-height: 2;
    vertical-align: middle;
    border-left: 1px dotted #d8d8d9;
    border-bottom: 1px solid #d8d8d9; }
    #main .r40x_table td:first-child {
      width: 200px;
      border-left: none; }

#main .rrent_table {
  width: 100%;
  margin: 18px 0 36px;
  border-collapse: separate;
  border-top: 1px solid #d8d8d9; }
  #main .rrent_table.bottom {
    margin: 18px 0 20px; }
  #main .rrent_table .odd {
    background: #fafaf8; }
  #main .rrent_table td {
    padding: 0 1em;
    line-height: 2;
    vertical-align: middle;
    border-left: 1px dotted #d8d8d9;
    border-bottom: 1px solid #d8d8d9; }
    #main .rrent_table td:first-child {
      width: 250px;
      border-left: none; }
      @media only screen and (max-width: 767px) {
        #main .rrent_table td:first-child {
          width: 33%; } }
    #main .rrent_table td:nth-child(2) {
      width: 120px; }
      @media only screen and (max-width: 767px) {
        #main .rrent_table td:nth-child(2) {
          width: 25%; } }

#main .rframe_table,
#main .rsmoke_table,
#main .rfinal_table,
#main .rlinear_table,
#main .rma_table,
#main .rcam_table,
#main .rstudy_table,
#main .rpresen_table,
#main .rconf_table,
#main .hall_table {
  width: 100%;
  margin: 18px 0 36px;
  border-collapse: separate;
  border-top: 1px solid #d8d8d9; }
  #main .rframe_table.bottom,
  #main .rsmoke_table.bottom,
  #main .rfinal_table.bottom,
  #main .rlinear_table.bottom,
  #main .rma_table.bottom,
  #main .rcam_table.bottom,
  #main .rstudy_table.bottom,
  #main .rpresen_table.bottom,
  #main .rconf_table.bottom,
  #main .hall_table.bottom {
    margin: 18px 0 20px; }
  #main .rframe_table .odd,
  #main .rsmoke_table .odd,
  #main .rfinal_table .odd,
  #main .rlinear_table .odd,
  #main .rma_table .odd,
  #main .rcam_table .odd,
  #main .rstudy_table .odd,
  #main .rpresen_table .odd,
  #main .rconf_table .odd,
  #main .hall_table .odd {
    background: #fafaf8; }
  #main .rframe_table td,
  #main .rsmoke_table td,
  #main .rfinal_table td,
  #main .rlinear_table td,
  #main .rma_table td,
  #main .rcam_table td,
  #main .rstudy_table td,
  #main .rpresen_table td,
  #main .rconf_table td,
  #main .hall_table td {
    padding: 0 1em;
    line-height: 2;
    vertical-align: middle;
    border-left: 1px dotted #d8d8d9;
    border-bottom: 1px solid #d8d8d9;
    word-break: break-word; }
    #main .rframe_table td:first-child,
    #main .rsmoke_table td:first-child,
    #main .rfinal_table td:first-child,
    #main .rlinear_table td:first-child,
    #main .rma_table td:first-child,
    #main .rcam_table td:first-child,
    #main .rstudy_table td:first-child,
    #main .rpresen_table td:first-child,
    #main .rconf_table td:first-child,
    #main .hall_table td:first-child {
      width: 180px;
      border-left: none; }
      @media only screen and (max-width: 767px) {
        #main .rframe_table td:first-child,
        #main .rsmoke_table td:first-child,
        #main .rfinal_table td:first-child,
        #main .rlinear_table td:first-child,
        #main .rma_table td:first-child,
        #main .rcam_table td:first-child,
        #main .rstudy_table td:first-child,
        #main .rpresen_table td:first-child,
        #main .rconf_table td:first-child,
        #main .hall_table td:first-child {
          width: 33%; } }

#main .rconf_table {
  margin: 15px 0; }

#main .shooting_system {
  font-size: 13px;
  margin: 30px 0 -5px; }

#main .rental_attention_text {
  font-size: 11px;
  line-height: 1.5;
  color: #717071;
  margin: 25px 0; }
  #main .rental_attention_text.f_red {
    color: #ef4848; }
  #main .rental_attention_text.sib_disc {
    margin: 20px 0; }

#main .spd {
  display: none; }
  @media only screen and (max-width: 767px) {
    #main .spd {
      display: block; } }

#main .spc {
  display: block; }
  @media only screen and (max-width: 767px) {
    #main .spc {
      display: none; } }

#main a {
  text-decoration: none; }

/*---------------------------
facilities-guide 映像ホール
----------------------------*/
#wrap.fa_hall #contents {
  padding: 0 0 80px; }

#wrap.fa_hall .wrap_content {
  width: 1000px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #wrap.fa_hall .wrap_content {
      width: auto;
      padding: 55px 15px 0; } }

#wrap.fa_hall .contents_header {
  padding: 45px 0 16px;
  margin-left: 10px; }
  @media only screen and (max-width: 767px) {
    #wrap.fa_hall .contents_header {
      border-top: 1px solid #f0eee8;
      padding: 25px 0;
      margin: 0; } }
  #wrap.fa_hall .contents_header h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_hall .contents_header h1 {
        font-size: 18px;
        margin-bottom: 25px; } }
  #wrap.fa_hall .contents_header p {
    font-size: 13px; }
    #wrap.fa_hall .contents_header p .spd {
      display: none; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_hall .contents_header p {
        font-size: 13px;
        line-height: 23px; }
        #wrap.fa_hall .contents_header p .spd {
          display: block; } }
  #wrap.fa_hall .contents_header .rentalFlow_list {
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_hall .contents_header .rentalFlow_list {
        margin-top: 23px; } }
    #wrap.fa_hall .contents_header .rentalFlow_list li {
      float: left;
      margin: 0 10px 24px 0; }
      @media only screen and (max-width: 767px) {
        #wrap.fa_hall .contents_header .rentalFlow_list li {
          position: relative;
          margin: 0 0 24px;
          width: 100%;
          height: 24px; } }
      #wrap.fa_hall .contents_header .rentalFlow_list li div {
        height: 46px;
        display: table-cell;
        text-align: center;
        vertical-align: middle; }
      #wrap.fa_hall .contents_header .rentalFlow_list li .rentalFlow_num {
        width: 46px;
        font-size: 16px;
        background: #e9e7dd; }
        @media only screen and (max-width: 767px) {
          #wrap.fa_hall .contents_header .rentalFlow_list li .rentalFlow_num {
            position: absolute;
            z-index: 1;
            padding-top: 15px; } }
      #wrap.fa_hall .contents_header .rentalFlow_list li .rentalFlow_text {
        width: 125px;
        font-size: 13px;
        font-weight: bold;
        background: #f4f2e9; }
        #wrap.fa_hall .contents_header .rentalFlow_list li .rentalFlow_text.select {
          border: 2px solid #e9e7dd;
          background: #ffffff;
          -webkit-box-sizing: border-box;
          box-sizing: border-box; }
        @media only screen and (max-width: 767px) {
          #wrap.fa_hall .contents_header .rentalFlow_list li .rentalFlow_text {
            position: absolute;
            top: 0;
            width: 100%;
            padding-top: 15px; } }
      #wrap.fa_hall .contents_header .rentalFlow_list li.ico_arrow_right {
        position: relative;
        height: 46px;
        padding-right: 10px; }
        #wrap.fa_hall .contents_header .rentalFlow_list li.ico_arrow_right:before {
          display: block;
          position: absolute;
          top: 50%;
          margin-top: -7px; }
        @media only screen and (max-width: 767px) {
          #wrap.fa_hall .contents_header .rentalFlow_list li.ico_arrow_right {
            height: 40px;
            margin: 0;
            padding: 0; }
            #wrap.fa_hall .contents_header .rentalFlow_list li.ico_arrow_right:before {
              content: "\e923";
              left: 50%;
              margin-left: -7px; } }

#wrap.fa_hall .content_section {
  margin-left: 10px;
  border-top: 1px dotted #d8d8d9; }
  #wrap.fa_hall .content_section.last_ele {
    border-bottom: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #wrap.fa_hall .content_section {
      margin-left: 0;
      padding: 0; } }
  #wrap.fa_hall .content_section .content_header {
    font-weight: bold;
    padding: 30px 0 30px; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_hall .content_section .content_header {
        padding: 20px 0 20px; } }
    #wrap.fa_hall .content_section .content_header.ico_close {
      cursor: pointer; }
      #wrap.fa_hall .content_section .content_header.ico_close:before {
        float: right;
        color: #717071;
        font-size: 23px;
        font-weight: normal;
        margin-top: -4px; }
        @media only screen and (max-width: 767px) {
          #wrap.fa_hall .content_section .content_header.ico_close:before {
            font-size: 14px;
            margin-top: 0; } }
    #wrap.fa_hall .content_section .content_header.change_ico:before {
      content: "\e920"; }
  #wrap.fa_hall .content_section .content_text {
    margin-bottom: 30px; }
    #wrap.fa_hall .content_section .content_text *:first-child {
      margin-top: 0; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_hall .content_section .content_text {
        margin-bottom: 30px; } }
  #wrap.fa_hall .content_section p {
    margin: 12px 0 10px;
    line-height: 24px; }
  #wrap.fa_hall .content_section .text_header {
    margin: 12px 0 11px; }
  #wrap.fa_hall .content_section .text_lists li {
    line-height: 24px;
    margin-left: 2.5em;
    margin-bottom: 4px; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_hall .content_section .text_lists li {
        margin-left: 1em; } }
  #wrap.fa_hall .content_section .file_dl {
    margin: 15px 0 10px; }
  #wrap.fa_hall .content_section .rental_permit {
    width: 650px;
    border-top: 1px solid #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_hall .content_section .rental_permit {
        width: 100%; } }
    #wrap.fa_hall .content_section .rental_permit li {
      border-bottom: 1px solid #d8d8d9; }
    #wrap.fa_hall .content_section .rental_permit div {
      float: left;
      display: table-cell;
      width: 220px;
      font-size: 13px;
      text-align: center;
      vertical-align: middle;
      padding: 16px 0; }
      #wrap.fa_hall .content_section .rental_permit div:first-child {
        width: 210px;
        background: #f0eee8; }
        @media only screen and (max-width: 767px) {
          #wrap.fa_hall .content_section .rental_permit div:first-child {
            width: 33%; } }
      #wrap.fa_hall .content_section .rental_permit div:last-child {
        border-left: 1px dotted #d8d8d9; }
        @media only screen and (max-width: 767px) {
          #wrap.fa_hall .content_section .rental_permit div:last-child {
            width: 33%; } }
      @media only screen and (max-width: 767px) {
        #wrap.fa_hall .content_section .rental_permit div {
          width: 33%;
          padding: 22.5px 0; } }

/*---------------------------
facilities-guide 映像ミュージアム
----------------------------*/
#wrap.fa_vm #contents {
  padding: 0 0 80px; }

#wrap.fa_vm .wrap_content {
  width: 1000px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #wrap.fa_vm .wrap_content {
      width: auto;
      padding: 55px 15px 0; } }
  #wrap.fa_vm .wrap_content a {
    color: #326fa7;
    text-decoration: none; }

#wrap.fa_vm .contents_header {
  padding: 45px 0;
  margin-left: 10px; }
  @media only screen and (max-width: 767px) {
    #wrap.fa_vm .contents_header {
      padding: 25px 0;
      margin: 0;
      border-top: 1px solid #f0eee8; } }
  #wrap.fa_vm .contents_header h1 {
    font-size: 24px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_vm .contents_header h1 {
        font-size: 18px; } }

#wrap.fa_vm .content_section01 {
  border-top: 1px dotted #d8d8d9;
  margin-left: 10px; }
  @media only screen and (max-width: 767px) {
    #wrap.fa_vm .content_section01 {
      margin: 0; } }
  #wrap.fa_vm .content_section01 .rentalFlow_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_vm .content_section01 .rentalFlow_title {
        font-size: 13px;
        margin-top: 19px; } }
  #wrap.fa_vm .content_section01 .rentalFlow_lists {
    margin-top: 32px; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_vm .content_section01 .rentalFlow_lists {
        margin-top: 20px; } }
    #wrap.fa_vm .content_section01 .rentalFlow_lists li {
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        #wrap.fa_vm .content_section01 .rentalFlow_lists li {
          margin-bottom: 27px; } }
      #wrap.fa_vm .content_section01 .rentalFlow_lists li:first-child, #wrap.fa_vm .content_section01 .rentalFlow_lists li:last-child {
        margin-bottom: 40px; }
        @media only screen and (max-width: 767px) {
          #wrap.fa_vm .content_section01 .rentalFlow_lists li:first-child, #wrap.fa_vm .content_section01 .rentalFlow_lists li:last-child {
            margin-bottom: 27px; } }
      #wrap.fa_vm .content_section01 .rentalFlow_lists li .ico_arrow_bottom {
        clear: both;
        position: relative;
        top: -20px;
        left: 90px; }
        @media only screen and (max-width: 767px) {
          #wrap.fa_vm .content_section01 .rentalFlow_lists li .ico_arrow_bottom {
            display: none; } }
        #wrap.fa_vm .content_section01 .rentalFlow_lists li .ico_arrow_bottom:before {
          color: #a5a1a2; }
        #wrap.fa_vm .content_section01 .rentalFlow_lists li .ico_arrow_bottom.outer {
          position: relative;
          top: 0;
          padding-top: 17px; }
    #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_left {
      float: left;
      width: 198px;
      margin-right: 33px; }
      @media only screen and (max-width: 767px) {
        #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_left {
          width: auto;
          float: none;
          margin: 0; } }
      #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_left .rentalFlow_diagram {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.05em;
        height: 80px;
        text-align: center;
        padding: 36px 18px 0;
        border-radius: 6px;
        background: #f0eee8; }
        @media only screen and (max-width: 767px) {
          #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_left .rentalFlow_diagram {
            height: 45px;
            padding: 16px 0 0;
            margin-bottom: 20px; } }
        #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_left .rentalFlow_diagram.line2 {
          padding: 19px 18px 0;
          line-height: 24px; }
          @media only screen and (max-width: 767px) {
            #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_left .rentalFlow_diagram.line2 {
              padding: 16px 0 0;
              line-height: 1; } }
    #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right {
      float: left;
      width: 700px; }
      #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right .main_text {
        font-size: 13px;
        color: #333333; }
      @media only screen and (max-width: 767px) {
        #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right {
          float: none;
          width: auto; } }
      #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right h3 {
        font-size: 13px;
        margin-bottom: 15px; }
        @media only screen and (max-width: 767px) {
          #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right h3 {
            margin-bottom: 9px; }
            #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right h3 .spc {
              float: left; }
              #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right h3 .spc:after {
                clear: both; } }
      #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right p {
        color: #717071;
        font-size: 11px;
        line-height: 22px; }
        #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right p a {
          display: block;
          margin-bottom: 15px;
          font-size: 13px;
          text-decoration: underline; }
          @media only screen and (max-width: 767px) {
            #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right p a {
              margin-bottom: 9px; } }
        #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right p .ind01 {
          display: inline-block;
          text-indent: 1em; }
          @media only screen and (max-width: 767px) {
            #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right p .ind01 {
              display: inline;
              text-indent: 0em; } }
        #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right p .spc {
          display: block; }
          @media only screen and (max-width: 767px) {
            #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right p .spc {
              display: none; } }
      #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right .rentalFlow_callNum {
        display: inline-block;
        height: 40px;
        color: #333333;
        font-size: 16px;
        font-weight: bold;
        line-height: 32px;
        margin-top: 14px;
        padding: 0 16px;
        border: 4px solid #f0eee8; }
        @media only screen and (max-width: 767px) {
          #wrap.fa_vm .content_section01 .rentalFlow_lists .rentalFlow_right .rentalFlow_callNum {
            margin: 20px auto;
            width: 100%;
            height: auto;
            text-align: center; } }

#wrap.fa_vm .content_section02 {
  padding-right: 100px;
  margin-left: 10px;
  border-top: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #wrap.fa_vm .content_section02 {
      padding: 0;
      margin: 0; } }
  #wrap.fa_vm .content_section02 .rental_Recept_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_vm .content_section02 .rental_Recept_title {
        font-size: 13px;
        margin-top: 22px; } }
  #wrap.fa_vm .content_section02 .rentalRecept_table {
    margin: 28px 0 40px;
    border-top: 1px solid #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_vm .content_section02 .rentalRecept_table {
        border: none;
        margin: 18px 0 22px; } }
    #wrap.fa_vm .content_section02 .rentalRecept_table div {
      display: table-cell;
      font-size: 13px;
      padding-left: 14px;
      border-bottom: 1px solid #d8d8d9; }
      #wrap.fa_vm .content_section02 .rentalRecept_table div:before {
        display: none; }
      @media only screen and (max-width: 767px) {
        #wrap.fa_vm .content_section02 .rentalRecept_table div {
          display: block;
          border: none; } }
    #wrap.fa_vm .content_section02 .rentalRecept_table div:first-child {
      width: 220px;
      background: #f0eee8; }
      #wrap.fa_vm .content_section02 .rentalRecept_table div:first-child.change_ico:before {
        content: "\e91e"; }
      @media only screen and (max-width: 767px) {
        #wrap.fa_vm .content_section02 .rentalRecept_table div:first-child {
          width: auto;
          font-weight: bold;
          margin-bottom: 2px;
          padding: 13px 10px 13px;
          border-radius: 3px; }
          #wrap.fa_vm .content_section02 .rentalRecept_table div:first-child:before {
            display: block;
            float: right;
            font-weight: normal;
            color: #979291; } }
    #wrap.fa_vm .content_section02 .rentalRecept_table div:nth-child(2) {
      width: 670px;
      line-height: 28px; }
      @media only screen and (max-width: 767px) {
        #wrap.fa_vm .content_section02 .rentalRecept_table div:nth-child(2) {
          width: auto;
          line-height: 2;
          margin-bottom: 20px; } }

#wrap.fa_vm .content_section03 {
  margin-left: 10px;
  border-top: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #wrap.fa_vm .content_section03 {
      margin: 0; } }
  #wrap.fa_vm .content_section03 .rentalDocu_title {
    font-size: 18px;
    font-weight: bold;
    margin-top: 40px; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_vm .content_section03 .rentalDocu_title {
        font-size: 13px;
        margin-top: 22px; } }
  #wrap.fa_vm .content_section03 .rentalDocu_lists {
    margin-top: 26px; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_vm .content_section03 .rentalDocu_lists {
        margin-top: 22px; } }
    #wrap.fa_vm .content_section03 .rentalDocu_lists li {
      margin-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        #wrap.fa_vm .content_section03 .rentalDocu_lists li {
          margin-bottom: 9px; } }
      #wrap.fa_vm .content_section03 .rentalDocu_lists li:last-child {
        margin: 0; }

/*---------------------------
facilities-guide HDスタジオ、ポストプロダクション
----------------------------*/
#wrap.fa_room #contents, #wrap.fa_hdstudio #contents {
  padding: 0 0 80px; }

#wrap.fa_room .wrap_content, #wrap.fa_hdstudio .wrap_content {
  width: 1000px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #wrap.fa_room .wrap_content, #wrap.fa_hdstudio .wrap_content {
      width: auto;
      padding: 55px 15px 0; } }

#wrap.fa_room .contents_header, #wrap.fa_hdstudio .contents_header {
  padding: 45px 0 40px;
  margin: 0 10px;
  border-bottom: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #wrap.fa_room .contents_header, #wrap.fa_hdstudio .contents_header {
      border-top: 1px solid #f0eee8;
      padding: 25px 0;
      margin: 0; } }
  #wrap.fa_room .contents_header h1, #wrap.fa_hdstudio .contents_header h1 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_room .contents_header h1, #wrap.fa_hdstudio .contents_header h1 {
        font-size: 18px;
        margin-bottom: 25px; } }
  #wrap.fa_room .contents_header p, #wrap.fa_hdstudio .contents_header p {
    font-size: 13px;
    margin-bottom: 8px; }
    #wrap.fa_room .contents_header p:last-child, #wrap.fa_hdstudio .contents_header p:last-child {
      margin-bottom: 0; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_room .contents_header p, #wrap.fa_hdstudio .contents_header p {
        font-size: 13px;
        line-height: 23px; } }

#wrap.fa_room .content_section, #wrap.fa_hdstudio .content_section {
  padding: 38px 0 40px;
  margin: 0 10px;
  border-bottom: 1px dotted #d8d8d9; }
  #wrap.fa_room .content_section:last-child, #wrap.fa_hdstudio .content_section:last-child {
    border: none; }
  @media only screen and (max-width: 767px) {
    #wrap.fa_room .content_section, #wrap.fa_hdstudio .content_section {
      padding: 20px 0;
      margin: 0; } }
  #wrap.fa_room .content_section .rental_place, #wrap.fa_hdstudio .content_section .rental_place {
    font-size: 15px;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      #wrap.fa_room .content_section .rental_place, #wrap.fa_hdstudio .content_section .rental_place {
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0.1em;
        margin-bottom: 20px; } }
  @media only screen and (max-width: 767px) {
    #wrap.fa_room .content_section .rental_contact .rental_net, #wrap.fa_hdstudio .content_section .rental_contact .rental_net {
      margin-bottom: 19px; } }
  #wrap.fa_room .content_section .rental_contact li, #wrap.fa_hdstudio .content_section .rental_contact li {
    float: left;
    width: 315px; }
    #wrap.fa_room .content_section .rental_contact li p:first-child, #wrap.fa_hdstudio .content_section .rental_contact li p:first-child {
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        #wrap.fa_room .content_section .rental_contact li p:first-child, #wrap.fa_hdstudio .content_section .rental_contact li p:first-child {
          font-size: 13px; } }
    #wrap.fa_room .content_section .rental_contact li a, #wrap.fa_hdstudio .content_section .rental_contact li a {
      color: #326fa7; }
      @media only screen and (max-width: 767px) {
        #wrap.fa_room .content_section .rental_contact li a, #wrap.fa_hdstudio .content_section .rental_contact li a {
          font-size: 13px; } }

#wrap.fa_room a, #wrap.fa_hdstudio a {
  text-decoration: none; }

/*---------------------------
leaflet 各種パンフレット
----------------------------*/
@media only screen and (max-width: 767px) {
  #wrap.facilities_leaflet #contents {
    padding: 0 0 60px; } }

#wrap.facilities_leaflet #main {
  width: 1000px; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_leaflet #main {
      width: 100%;
      padding: 55px 15px 0; } }

#wrap.facilities_leaflet .fa_leaflet_header {
  margin-left: 10px;
  padding-bottom: 35px;
  border-bottom: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_leaflet .fa_leaflet_header {
      border-top: 1px solid #f0eee8;
      margin-left: 0;
      padding: 25px 0; } }
  #wrap.facilities_leaflet .fa_leaflet_header h1 {
    margin-top: 0; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_leaflet .fa_leaflet_header h1 {
        font-size: 18px; } }
  #wrap.facilities_leaflet .fa_leaflet_header p {
    font-size: 13px;
    line-height: 2; }

#wrap.facilities_leaflet .fa_leaflet_section {
  margin-left: 10px;
  padding: 40px 0 10px;
  border-bottom: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_leaflet .fa_leaflet_section {
      margin-left: 0;
      padding: 24px 0 10px; } }

@media only screen and (max-width: 767px) {
  #wrap.facilities_leaflet .section_contents {
    width: 100%; } }

#wrap.facilities_leaflet .section_contents .thumb_lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#wrap.facilities_leaflet .section_contents .thumb_column3 {
  margin-bottom: 5%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_leaflet .section_contents .thumb_column3 {
      -ms-flex-preferred-size: 40%;
      flex-basis: 40%; } }
  #wrap.facilities_leaflet .section_contents .thumb_column3:nth-child(odd) {
    margin-right: 15%; }
    @media only screen and (max-width: 767px) {
      #wrap.facilities_leaflet .section_contents .thumb_column3:nth-child(odd) {
        margin-right: 10%; } }
  #wrap.facilities_leaflet .section_contents .thumb_column3_link {
    display: block; }
    #wrap.facilities_leaflet .section_contents .thumb_column3_link img {
      width: 100%; }

#wrap.facilities_leaflet .section_contents h3 {
  font-size: 20px;
  margin: 24px 0; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_leaflet .section_contents h3 {
      font-size: 15px; } }

#wrap.facilities_leaflet a {
  text-decoration: none; }

@media only screen and (max-width: 767px) {
  #wrap.facilities_leaflet .spc {
    display: none; } }

#wrap.facilities_leaflet .spd {
  display: none; }
  @media only screen and (max-width: 767px) {
    #wrap.facilities_leaflet .spd {
      display: block; } }

.facilities_btn {
  display: inline-block;
  color: #ffffff;
  border-radius: 7px;
  padding: 11px 12px;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative; }
  .facilities_btn:before {
    display: inline-block;
    margin-right: 5px;
    content: "\e917";
    color: #ffffff; }
  .facilities_btn:hover {
    text-decoration: none; }
  .facilities_btn.museum {
    background: #fad21f; }
    .facilities_btn.museum:hover {
      background: #e8b830; }
  .facilities_btn.library {
    background: #1ca53d; }
    .facilities_btn.library:hover {
      background: #178d33; }
  .facilities_btn.hdstudio {
    background: #e43f3e; }
    .facilities_btn.hdstudio:hover {
      background: #c5342f; }
  .facilities_btn.room {
    background: #9a3f4d; }
    .facilities_btn.room:hover {
      background: #853541; }
  .facilities_btn.hall {
    background: #1eadf6; }
    .facilities_btn.hall:hover {
      background: #1893d1; }
  .facilities_btn.incubate {
    background: #626cc7; }
    .facilities_btn.incubate:hover {
      background: #5359ac; }
  .facilities_btn.download {
    background: #959291; }
  .facilities_btn.middle {
    width: 115px; }
  .facilities_btn.long {
    width: 140px; }
    @media screen and (max-width: 449px) {
      .facilities_btn.long {
        margin-top: 10px; } }
  .facilities_btn.long02 {
    width: 184px; }
    @media screen and (max-width: 493px) {
      .facilities_btn.long02 {
        margin-top: 10px; } }
  .facilities_btn.long03 {
    min-width: 215px; }
    @media screen and (max-width: 493px) {
      .facilities_btn.long03 {
        margin-top: 10px; } }
  @media only screen and (max-width: 767px) {
    .facilities_btn {
      background: #35c1bd; } }

/*---------------------------
ポストプロダクション
----------------------------*/
#postpro {
  padding: 40px 0 0; }
  #postpro .top_facility_cnt {
    margin-top: 15px; }
    #postpro .top_facility_cnt p {
      color: #333333;
      letter-spacing: normal;
      margin-top: 8px; }
      #postpro .top_facility_cnt p:first-child {
        margin-top: 0; }
  #postpro .museum_cnt_blk {
    background: #fff;
    border-top: 1px dotted #d8d8d9;
    padding: 40px 0; }
    #postpro .museum_cnt_blk:first-child {
      border: none; }
    #postpro .museum_cnt_blk .container {
      width: 100%; }
  #postpro .lnk_blk .top_event_blk {
    background: #f8f7f2;
    border-radius: 8px;
    padding: 24px; }
  #postpro .lnk_blk .carousel_blk {
    margin-top: 0; }
  #postpro .event_contact {
    margin-top: 35px;
    padding: 30px 40px;
    background: #f8f7f2;
    border-radius: 10px;
    text-align: center; }
    #postpro .event_contact .title {
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
    #postpro .event_contact .cf {
      min-width: 270px; }
    #postpro .event_contact .form {
      float: left;
      margin: 20px auto 0; }
    #postpro .event_contact .tel {
      float: left;
      margin: 20px 20px 0 30px; }
    #postpro .event_contact .contact_ico {
      padding: 12px;
      float: left;
      font-size: 25px;
      text-align: center;
      background: #ffffff;
      display: table;
      text-align: center;
      width: 49px; }
      #postpro .event_contact .contact_ico .ico_twi {
        display: table-cell;
        vertical-align: middle; }
        #postpro .event_contact .contact_ico .ico_twi img {
          width: 100%; }
    #postpro .event_contact .contact_txt {
      padding: 10px;
      padding-left: 25px;
      text-align: left; }
      #postpro .event_contact .contact_txt p.txt_bold {
        margin-left: 40px;
        font-size: 13px;
        font-weight: bold; }
      #postpro .event_contact .contact_txt p.txt {
        margin-left: 40px;
        font-size: 13px;
        line-height: 1.8; }
      #postpro .event_contact .contact_txt a {
        color: #326fa7; }
  #postpro .museum_lnk_wrap {
    overflow: hidden; }
  #postpro .museum_lnk_inner {
    width: 100%; }
    #postpro .museum_lnk_inner .top_facility_box {
      margin: 0 15px 46px 0; }
  #postpro .top_facility_cnt .top_facility_cnt_tarm {
    font-size: 12px;
    color: #717071; }
    #postpro .top_facility_cnt .top_facility_cnt_tarm.t_line {
      border-top: 1px dotted #d8d8d9;
      padding-top: 8px; }
  #postpro .top_facility_box a.bottom {
    margin-top: 0; }
  #postpro .sns_box {
    float: left; }
    #postpro .sns_box.tw {
      border: 1px solid #d8d8d9;
      border-radius: 3px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    #postpro .sns_box.fb {
      width: 360px;
      margin-left: 24px; }
  #postpro .top_facility_bnr_intro {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 8px; }
  #postpro .top_facility_lnk_box {
    font-size: 13px;
    color: #326fa7;
    margin-top: 16px; }
  #postpro .top_facility_bnr .wrap_bnr_box {
    margin-top: 16px; }
  #postpro .footer_down {
    background: #fff; }
  #postpro .top_facility_box {
    display: inline-block;
    line-height: 1.8;
    margin: 0 50px;
    vertical-align: top;
    width: 230px; }
    #postpro .top_facility_box a {
      color: #326fa7;
      display: inline-block;
      font-size: 13px;
      letter-spacing: normal;
      margin-top: 14px;
      width: 100%; }
      #postpro .top_facility_box a:first-child {
        margin-top: 0; }
      #postpro .top_facility_box a i {
        font-size: 12px; }
    #postpro .top_facility_box img {
      width: 100%;
      display: block;
      border-radius: 8px; }
  #postpro .top_facility_cnt_ttl {
    font-size: 18px;
    font-weight: bold; }
  #postpro .top_facility_cnt_txt {
    font-size: 13px; }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_cnt {
    display: inline-block;
    margin-top: 0;
    padding: 0 5.16%;
    width: 72.9%; } }

@media only screen and (max-width: 767px) {
  #postpro .museum_cnt_blk {
    border: none; } }

@media only screen and (max-width: 767px) {
  #postpro .museum_main_blk {
    padding: 0 15px;
    background-color: #ffffff; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_wrap {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #postpro .lnk_blk .top_event_blk {
    background: none;
    padding: 0; }
    #postpro .lnk_blk .top_event_blk .carousel_item {
      border-bottom: 1px dotted #d8d8d9; }
      #postpro .lnk_blk .top_event_blk .carousel_item li {
        padding: 15px 0;
        border-top: 1px dotted #d8d8d9; } }

@media only screen and (max-width: 767px) {
  #postpro .event_contact {
    margin-top: 20px;
    padding: 15px 10px; } }

@media only screen and (max-width: 767px) {
  #postpro .event_contact .title {
    font-size: 13px; } }

@media only screen and (max-width: 767px) {
  #postpro .event_contact .form {
    float: none; } }

@media only screen and (max-width: 767px) {
  #postpro .event_contact .tel {
    margin: 20px auto;
    float: none; } }

@media only screen and (max-width: 767px) {
  #postpro .museum_lnk_inner .top_facility_box {
    width: 47%;
    padding: 0;
    margin: 0 4% 23px 0;
    border: none; }
    #postpro .museum_lnk_inner .top_facility_box:nth-child(2n) {
      margin: 0 0 23px 0; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_cnt {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 18px;
    background-color: #ffffff; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_box a.bottom {
    margin-top: 8px; } }

@media only screen and (max-width: 767px) {
  #postpro .sns_box {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 767px) {
  #postpro .sns_box.tw {
    max-width: 360px;
    margin: auto; }
    #postpro .sns_box.tw #twitter-widget-0 {
      height: 300px !important; } }

@media only screen and (max-width: 767px) {
  #postpro .sns_box.fb {
    width: 100%;
    max-width: 360px;
    margin: 14px auto 25px; }
    #postpro .sns_box.fb .fb_iframe_widget {
      width: 100% !important;
      height: 300px !important; }
      #postpro .sns_box.fb .fb_iframe_widget span {
        width: 100% !important;
        height: 300px !important; }
      #postpro .sns_box.fb .fb_iframe_widget iframe[style],
      #postpro .sns_box.fb .fb_iframe_widget iframe ._2p3a {
        width: 100% !important;
        height: 300px !important; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_bnr {
    padding: 0;
    border: none; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_bnr {
    text-align: left;
    letter-spacing: 0em; }
    #postpro .top_facility_bnr a {
      width: 100%; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_bnr .top_facility_bnr_box {
    display: inline-block;
    margin: 0 4% 16px 0; }
    #postpro .top_facility_bnr .top_facility_bnr_box:nth-child(2n) {
      margin: 0 0 23px 0; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_bnr .wrap_bnr_box {
    width: 47.96%; }
    #postpro .top_facility_bnr .wrap_bnr_box .top_facility_bnr_box {
      float: none;
      width: 100%; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_box {
    border-top: 1px dotted #d8d8d9;
    line-height: 1;
    margin: 0;
    padding: 20px 0;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_box a {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 8px;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_box a:first-child {
    letter-spacing: -0.4em; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_thumb {
    display: inline-block;
    vertical-align: top;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_cnt_ttl {
    font-size: 14px; } }

@media only screen and (max-width: 767px) {
  #postpro .top_facility_cnt_txt {
    font-size: 12px;
    margin-top: 6px !important;
    line-height: 1.4; } }

#contents.fee {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  #contents.fee .info_box .info_block {
    padding-top: 30px; }
    #contents.fee .info_box .info_block .block03 {
      padding-top: 0px; }
      #contents.fee .info_box .info_block .block03 .main {
        float: none; }
        #contents.fee .info_box .info_block .block03 .main .main_block {
          padding-left: 0px;
          padding-right: 0px; }

#contents.workshop {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  #contents.workshop .event_box:not(:first-of-type) {
    margin-top: 60px; }
  #contents.workshop .event_contact {
    margin-top: 35px;
    padding: 30px 0;
    background: #f8f7f2;
    border-radius: 10px; }
    #contents.workshop .event_contact .title {
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
    #contents.workshop .event_contact .tel {
      display: table;
      margin: 20px auto 0; }
      #contents.workshop .event_contact .tel .ico_tel,
      #contents.workshop .event_contact .tel .ico_contact {
        display: table-cell;
        padding: 12px;
        float: left;
        font-size: 25px;
        text-align: center;
        vertical-align: middle;
        background: #ffffff; }
      #contents.workshop .event_contact .tel .tel_txt {
        padding: 10px;
        padding-left: 25px;
        width: 230px; }
        #contents.workshop .event_contact .tel .tel_txt p.txt_bold {
          margin-left: 40px;
          font-size: 13px;
          font-weight: bold; }
        #contents.workshop .event_contact .tel .tel_txt p.txt {
          margin-left: 40px;
          font-size: 13px;
          line-height: 1.8; }

#contents.detail_workshop {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  #contents.detail_workshop .detail_box .title h1 {
    padding-top: 0px; }
  #contents.detail_workshop .detail_box .descripton {
    padding-bottom: 20px;
    border-bottom: 1px dotted #d8d8d9; }
    #contents.detail_workshop .detail_box .descripton p.txt {
      padding-top: 5px; }
  #contents.detail_workshop .detail_box .visual .tit_img {
    width: 550px;
    text-align: center; }
    #contents.detail_workshop .detail_box .visual .tit_img img {
      width: 263px; }
  #contents.detail_workshop .detail_box .visual .img {
    border-radius: 0px; }
  #contents.detail_workshop .detail_box .date table {
    width: 55%; }
    #contents.detail_workshop .detail_box .date table tr th {
      width: 15%; }
    #contents.detail_workshop .detail_box .date table tr td {
      width: 40%; }
  #contents.detail_workshop .detail_box .date p.txt_gray {
    color: #000000; }
    #contents.detail_workshop .detail_box .date p.txt_gray a {
      color: #326fa7; }
  #contents.detail_workshop .detail_box .event_contact {
    margin-top: 50px; }

#contents.product_class {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  #contents.product_class .detail_box .title h1 {
    padding-top: 0px; }
  #contents.product_class .detail_box .date p.blue_arrow_link {
    margin-top: 15px; }
    #contents.product_class .detail_box .date p.blue_arrow_link a {
      color: #326fa7; }
  #contents.product_class .detail_box .how_to_contact {
    margin-top: 25px;
    border-top: 1px dotted #d8d8d9;
    padding-top: 15px; }
    #contents.product_class .detail_box .how_to_contact p.txt {
      margin-top: 10px;
      line-height: 1.8;
      font-size: 13px; }
      #contents.product_class .detail_box .how_to_contact p.txt span.attention {
        color: #ff3301; }
      #contents.product_class .detail_box .how_to_contact p.txt a {
        color: #326fa7; }
    #contents.product_class .detail_box .how_to_contact p.txt_bold {
      font-size: 13px;
      font-weight: bold;
      padding-top: 10px; }

#contents.archive {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  #contents.archive .event_box {
    margin-bottom: 0px; }
    #contents.archive .event_box .separate02_hidden {
      margin-top: 5px; }
      #contents.archive .event_box .separate02_hidden .separate02_block .separate02 {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        border-top: 0px; }
        #contents.archive .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt {
          width: 45%;
          display: inline-block; }
          #contents.archive .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .link {
            margin-top: 5px; }
          #contents.archive .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .date {
            padding-top: 10px;
            border-top: 1px dotted #d8d8d9; }

@media only screen and (max-width: 767px) {
  #contents.fee {
    width: auto;
    padding-top: 0; }
    #contents.fee .detail_box {
      padding: 77px 3.6% 20px; } }

@media only screen and (max-width: 767px) {
  #contents.fee .info_box {
    padding: 77px 3.6% 20px; } }

@media only screen and (max-width: 767px) {
  #contents.fee .info_box h1 {
    display: block;
    font-size: 18px; } }

@media only screen and (max-width: 767px) {
  #contents.fee .info_box .info_block {
    padding-top: 5px; } }

@media only screen and (max-width: 767px) {
  #contents.workshop {
    width: auto;
    padding-top: 0; }
    #contents.workshop .detail {
      padding: 77px 3.6% 20px; } }

@media only screen and (max-width: 767px) {
  #contents.workshop .event_box:nth-of-type(2) {
    margin-top: 45px; } }

@media only screen and (max-width: 767px) {
  #contents.workshop .event_contact {
    margin-top: 20px;
    padding: 15px 0px; } }

@media only screen and (max-width: 767px) {
  #contents.workshop .event_contact .title {
    font-size: 13px; } }

@media only screen and (max-width: 767px) {
  #contents.detail_workshop {
    width: auto;
    padding-top: 0; }
    #contents.detail_workshop .detail_box {
      padding: 77px 3.6% 20px; } }

@media only screen and (max-width: 767px) {
  #contents.detail_workshop .detail_box .visual {
    width: auto;
    text-align: center; } }

@media only screen and (max-width: 767px) {
  #contents.detail_workshop .detail_box .visual .tit_img {
    width: 30%;
    text-align: center; } }

@media only screen and (max-width: 767px) {
  #contents.detail_workshop .detail_box .date table {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #contents.product_class {
    width: auto;
    padding-top: 0; }
    #contents.product_class .detail_box {
      padding: 77px 3.6% 20px; } }

@media only screen and (max-width: 767px) {
  #contents.product_class .detail_box .visual .img {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #contents.archive {
    width: auto;
    padding: 0; } }

@media only screen and (max-width: 767px) {
  #contents.archive .event_box {
    padding: 80px 3.6% 20px; } }

@media only screen and (max-width: 767px) {
  #contents.archive .event_box .separate02_hidden {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #contents.archive .event_box .separate02_hidden .separate02_block {
    width: 103%; } }

@media only screen and (max-width: 767px) {
  #contents.archive .event_box .separate02_hidden .separate02_block .separate02 {
    width: 47%; } }

@media only screen and (max-width: 767px) {
  #contents.archive .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #contents.archive .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .date {
    border-top: 0px; } }

@media only screen and (max-width: 767px) {
  #subnav.study {
    display: none; } }

#subnav.study li.active {
  border-color: #fad21f; }

#contents.study {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  #contents.study .detail_box .title h1,
  #contents.study .detail_box .descripton p.txt {
    padding-top: 0px; }
  #contents.study .detail_box .visual {
    padding-top: 25px; }
    #contents.study .detail_box .visual .img {
      width: 100%; }
  #contents.study .detail_box .title02 {
    margin-top: 27px; }
    #contents.study .detail_box .title02 h2 {
      font-size: 18px;
      font-weight: bold; }
  #contents.study .detail_box .culum3_hidden {
    margin-top: 10px;
    width: 1000px;
    overflow: hidden; }
    #contents.study .detail_box .culum3_hidden .culum3 {
      width: 1200px; }
      #contents.study .detail_box .culum3_hidden .culum3 .culum3_box {
        width: 317px;
        display: inline-block;
        vertical-align: top;
        margin-right: 19px;
        margin-top: 18px; }
        #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .img {
          width: 317px;
          border-radius: 8px;
          overflow: hidden; }
          #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .img img {
            width: 100%; }
        #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .txt {
          margin-top: 15px;
          font-size: 13px;
          line-height: 1.8; }
          #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .txt .txt_bold {
            font-size: 13px;
            font-weight: bold; }
            #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .txt .txt_bold a {
              color: #326fa7; }
  #contents.study .detail_box .event_contact {
    padding: 35px 0; }
    #contents.study .detail_box .event_contact .title {
      line-height: 1.5; }
      #contents.study .detail_box .event_contact .title .for_sp {
        display: none; }
    #contents.study .detail_box .event_contact .tel .tel_txt {
      width: 310px; }

#contents.study_learning {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  #contents.study_learning .detail_box .title h1 {
    padding-top: 0px; }
  #contents.study_learning .detail_box .descripton p.txt {
    padding-top: 0px; }
  #contents.study_learning .detail_box .descripton .txt--color {
    color: red; }
  #contents.study_learning .detail_box .event_contact .trial {
    text-align: center;
    padding: 10px 0px 0px; }
    #contents.study_learning .detail_box .event_contact .trial a {
      font-size: 13px;
      color: #326fa7; }

#contents.program {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  #contents.program .detail_box .title02 {
    margin-top: 37px; }
    #contents.program .detail_box .title02 h2 {
      padding-top: 32px;
      border-top: 1px dotted #d8d8d9; }
  #contents.program .detail_box .title03 {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.8; }
    #contents.program .detail_box .title03 span {
      display: inline-block; }
      #contents.program .detail_box .title03 span.bg_color {
        width: 30px;
        background-color: #fad21f;
        border-radius: 3px;
        text-align: center;
        line-height: 1.3; }
      #contents.program .detail_box .title03 span.size {
        font-size: 15px; }
  #contents.program .detail_box .dotted_border {
    border-top: 1px dotted #d8d8d9;
    margin-top: 25px;
    padding-top: 30px; }
  #contents.program .detail_box .purpose h2 {
    font-size: 18px;
    font-weight: bold; }
  #contents.program .detail_box .purpose p {
    line-height: 1.8; }
    #contents.program .detail_box .purpose p a {
      color: #326fa7; }
    #contents.program .detail_box .purpose p.descripton {
      font-size: 13px; }
    #contents.program .detail_box .purpose p.point {
      margin-top: 18px;
      padding-left: 2em;
      text-indent: -2em;
      font-size: 13px; }

#contents.library {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto;
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  #contents.library .detail_box .title h1 {
    padding-top: 0px; }
  #contents.library .detail_box .visual {
    padding-top: 0px;
    margin-top: 38px;
    width: 100%; }
    #contents.library .detail_box .visual .img {
      width: 100%; }
      #contents.library .detail_box .visual .img img {
        width: 100%; }
  #contents.library .detail_box .link_list {
    margin-top: 18px; }
    #contents.library .detail_box .link_list ul a {
      margin-top: 10px;
      padding: 11px 12px;
      background: #77dc33;
      border-radius: 7px;
      display: inline-block;
      float: left;
      margin-right: 12px; }
      #contents.library .detail_box .link_list ul a li {
        font-size: 13px;
        line-height: 1; }
  #contents.library .detail_box .event_contact {
    margin-top: 60px;
    padding: 30px 40px;
    overflow: hidden; }
    #contents.library .detail_box .event_contact .tel_right {
      margin-top: 15px;
      float: right; }
    #contents.library .detail_box .event_contact .tel_left {
      margin-top: 15px;
      float: left; }
      #contents.library .detail_box .event_contact .tel_left.cf {
        margin: 20px 20px 0 30px; }
    #contents.library .detail_box .event_contact .contact_txt {
      padding: 10px;
      padding-left: 25px;
      text-align: left; }
      #contents.library .detail_box .event_contact .contact_txt p.txt_bold {
        margin-left: 40px;
        font-size: 13px;
        font-weight: bold; }
      #contents.library .detail_box .event_contact .contact_txt p.txt {
        margin-left: 40px;
        font-size: 13px;
        line-height: 1.8; }
      #contents.library .detail_box .event_contact .contact_txt a {
        color: #326fa7; }
    #contents.library .detail_box .event_contact .tel_txt {
      padding: 10px;
      padding-left: 25px;
      text-align: left;
      line-height: 1.5; }
      #contents.library .detail_box .event_contact .tel_txt .txt_bold {
        font-size: 13px;
        font-weight: bold;
        margin-left: 40px; }
      #contents.library .detail_box .event_contact .tel_txt .txt {
        font-size: 13px;
        margin-left: 40px; }
        #contents.library .detail_box .event_contact .tel_txt .txt a {
          display: inline-block;
          color: #326fa7;
          cursor: pointer; }
    #contents.library .detail_box .event_contact .tel_ico {
      width: 49px;
      display: table;
      float: left;
      font-size: 25px;
      text-align: center;
      background: #ffffff;
      overflow: hidden;
      height: 49px; }
      #contents.library .detail_box .event_contact .tel_ico.twi {
        padding: 12px; }
      #contents.library .detail_box .event_contact .tel_ico .ico_tel,
      #contents.library .detail_box .event_contact .tel_ico .ico_contact,
      #contents.library .detail_box .event_contact .tel_ico .ico_twi {
        display: table-cell;
        vertical-align: middle; }
      #contents.library .detail_box .event_contact .tel_ico .ico_twi-img {
        width: 100%; }
    #contents.library .detail_box .event_contact .form {
      float: left;
      margin: 20px auto 0;
      width: 45%; }
    #contents.library .detail_box .event_contact .for_sp {
      display: none; }
    #contents.library .detail_box .event_contact p.title {
      line-height: 1.5; }
    #contents.library .detail_box .event_contact .culum2_contact {
      width: 930px; }
  #contents.library .detail_box .news_hidden {
    margin-top: 35px; }
    #contents.library .detail_box .news_hidden .news {
      width: 765px;
      float: left; }
      #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event {
        width: 235px;
        float: left;
        margin-left: 19px; }
        #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .img {
          width: 235px;
          max-height: 136px;
          border-radius: 8px;
          overflow: hidden; }
          #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .img img {
            width: 100%; }
        #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt {
          width: 235px; }
          #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .type {
            font-size: 18px;
            font-weight: bold;
            margin-top: 23px; }
          #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .link {
            font-size: 14px;
            line-height: 1.8;
            margin-top: 15px; }
            #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .link a {
              color: #326fa7; }
          #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .date {
            font-size: 12px;
            color: #9e9e9f;
            line-height: 1.8;
            margin-top: 22px; }
        #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event:first-child {
          margin-left: 0px; }
      #contents.library .detail_box .news_hidden .news .news_more {
        margin-top: 20px;
        text-align: right;
        width: 94%; }
        #contents.library .detail_box .news_hidden .news .news_more p a {
          color: #326fa7; }
    #contents.library .detail_box .news_hidden .use {
      width: 232px;
      border-radius: 8px;
      float: right;
      overflow: hidden; }
      #contents.library .detail_box .news_hidden .use .img {
        width: 100%; }
        #contents.library .detail_box .news_hidden .use .img img {
          width: 100%; }
      #contents.library .detail_box .news_hidden .use .txt {
        width: 235px; }
        #contents.library .detail_box .news_hidden .use .txt .type {
          font-size: 18px;
          font-weight: bold;
          margin-top: 23px; }
        #contents.library .detail_box .news_hidden .use .txt .link {
          font-size: 14px;
          line-height: 1.8;
          margin-top: 15px; }
          #contents.library .detail_box .news_hidden .use .txt .link a {
            color: #326fa7; }
        #contents.library .detail_box .news_hidden .use .txt .date {
          font-size: 12px;
          color: #9e9e9f;
          line-height: 1.8;
          margin-top: 22px; }
    #contents.library .detail_box .news_hidden .tweet {
      width: 232px;
      float: left;
      border-top: 1px dotted #d8d8d9; }
      #contents.library .detail_box .news_hidden .tweet .inner {
        width: 100%;
        max-width: 232px;
        margin: auto;
        border: 1px solid #d8d8d9;
        border-radius: 3px; }
      #contents.library .detail_box .news_hidden .tweet iframe {
        width: 100%;
        min-width: 0 !important; }

@media only screen and (max-width: 767px) {
  #contents.study {
    width: auto;
    padding-top: 0; } }

@media only screen and (max-width: 767px) {
  #contents.study .detail_box {
    padding: 77px 3.6% 60px; } }

@media only screen and (max-width: 767px) {
  #contents.study .detail_box .title02 h2 {
    font-size: 15px; } }

@media only screen and (max-width: 767px) {
  #contents.study .detail_box .culum3_hidden {
    width: 100%;
    margin-top: 10px; } }

@media only screen and (max-width: 767px) {
  #contents.study .detail_box .culum3_hidden .culum3 {
    width: 119%; } }

@media only screen and (max-width: 767px) {
  #contents.study .detail_box .culum3_hidden .culum3 .culum3_box {
    width: 40%;
    margin-left: 0px;
    margin-right: 2.7%; } }

@media only screen and (max-width: 767px) {
  #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .img {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .img img {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .txt .txt_bold {
    margin-bottom: 8px; } }

@media only screen and (max-width: 767px) {
  #contents.study .detail_box .event_contact {
    padding: 25px 0; } }

@media only screen and (max-width: 767px) {
  #contents.study .detail_box .event_contact .title {
    font-size: 15px; } }

@media only screen and (max-width: 767px) {
  #contents.study .detail_box .event_contact .title .for_sp {
    display: block; } }

@media only screen and (max-width: 767px) {
  #contents.study_learning {
    width: auto;
    padding-top: 0; } }

@media only screen and (max-width: 767px) {
  #contents.study_learning .detail_box {
    padding: 77px 3.6% 60px; } }

@media only screen and (max-width: 767px) {
  #contents.study_learning .detail_box .culum3_hidden {
    margin-top: 0px; } }

@media only screen and (max-width: 767px) {
  #contents.program {
    width: auto;
    padding-top: 0; } }

@media only screen and (max-width: 767px) {
  #contents.program .detail_box {
    padding: 77px 3.6% 60px; } }

@media only screen and (max-width: 767px) {
  #contents.program .detail_box .purpose h2 {
    font-size: 15px; } }

@media only screen and (max-width: 767px) {
  #contents.program .detail_box .purpose {
    padding-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  #contents.library {
    width: auto;
    padding: 25px 3.6% 20px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .visual {
    margin-top: 30px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .link_list {
    margin-top: 10px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .event_contact {
    margin-top: 30px;
    padding: 15px 10px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .event_contact .tel_right {
    width: 300px;
    float: none; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .event_contact .tel_left {
    width: 300px;
    float: none; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .event_contact .tel_left.cf {
    margin-left: 0; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .event_contact .tel_txt {
    width: 300px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .event_contact .for_sp {
    display: block; } }

@media only screen and (max-width: 767px) {
  #contents.library {
    width: auto;
    padding: 25px 3.6% 20px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .visual {
    margin-top: 20px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden {
    width: 100%;
    overflow: hidden;
    margin-top: 25px;
    border-top: 1px dotted #d8d8d9;
    padding-top: 25px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .news {
    width: 100%;
    float: none; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 20px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .img {
    width: 39.917%;
    height: auto;
    float: left; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt {
    width: 53%;
    margin-left: 6.97%;
    float: left; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .type {
    font-size: 13px;
    margin-top: 0px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .link {
    font-size: 13px;
    margin-top: 5px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .date {
    font-size: 12px;
    margin-top: 0px;
    line-height: 1.4; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .news .news_more {
    font-size: 13px;
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .use {
    width: 100%;
    margin-top: 25px;
    border-top: 1px dotted #d8d8d9;
    padding-top: 25px;
    font-size: 13px;
    border-radius: 0; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .use .img {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    float: left; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .use .txt {
    display: inline-block;
    width: 45%;
    float: left;
    margin-left: 6.97%; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .use .txt .type {
    margin-top: 0px;
    font-size: 13px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .use .txt .link {
    margin-top: 10px;
    font-size: 13px; } }

@media only screen and (max-width: 767px) {
  #contents.library .detail_box .news_hidden .tweet {
    width: 52%;
    padding: 25px 4% 0 0;
    margin-top: 25px; } }

@media only screen and (max-width: 767px) {
  #contents.mec2017 {
    padding-top: 0; }
    #contents.mec2017 .container {
      padding-top: 0px; } }

#wrap.museum .wrap_content {
  width: 1000px;
  margin: auto; }

#wrap.museum .wrap_section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #d8d8d9; }
  #wrap.museum .wrap_section.large {
    width: 1000px; }
    #wrap.museum .wrap_section.large.gcal_wrap {
      min-width: 300px; }

#wrap.museum .content_section {
  width: 80%; }
  #wrap.museum .content_section.last_ele {
    margin-top: 50px; }
  #wrap.museum .content_section.large {
    width: 100%; }
  #wrap.museum .content_section .section_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1; }
  #wrap.museum .content_section .section_discription {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 28px; }
  #wrap.museum .content_section .content_title {
    font-size: 13px;
    font-weight: bold;
    padding: 30px 0 18px; }
  #wrap.museum .content_section .content_header {
    font-size: 13px;
    font-weight: bold;
    padding: 30px 0 18px; }
    #wrap.museum .content_section .content_header.ico_close {
      cursor: pointer; }
      #wrap.museum .content_section .content_header.ico_close:before {
        float: right;
        color: #717071;
        font-size: 18px;
        font-weight: normal;
        margin-top: -4px; }
    #wrap.museum .content_section .content_header.change_ico:before {
      content: "\e920"; }
  #wrap.museum .content_section .content_text:first-child {
    margin-top: 0; }
  #wrap.museum .content_section .content_text .txt_bold {
    font-weight: 600; }
  #wrap.museum .content_section .content_text p {
    font-size: 13px; }
  #wrap.museum .content_section .content_text a {
    color: #326fa7; }
  #wrap.museum .content_section .content_cal {
    height: 600px;
    margin-top: 30px;
    position: relative; }
    #wrap.museum .content_section .content_cal iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  #wrap.museum .content_section p {
    line-height: 24px; }

@media only screen and (max-width: 767px) {
  #wrap.museum .wrap_content {
    width: auto;
    padding: 55px 15px 0; } }

@media only screen and (max-width: 767px) {
  #wrap.museum .wrap_section.large {
    width: 100%; } }

@media only screen and (max-width: 767px) {
  #wrap.museum .content_section {
    width: 100%;
    margin-left: 0;
    padding: 0; } }

@media only screen and (max-width: 767px) {
  #wrap.museum .content_section .content_title {
    padding: 20px 0 20px; } }

@media only screen and (max-width: 767px) {
  #wrap.museum .content_section .content_header {
    padding: 20px 0 20px; } }

@media only screen and (max-width: 767px) {
  #wrap.museum .content_section .content_header.ico_close:before {
    font-size: 14px;
    margin-top: 0; } }

@media only screen and (max-width: 767px) {
  #wrap.museum .content_section .content_text {
    margin-bottom: 30px; } }

@media only screen and (max-width: 767px) {
  #wrap.museum .content_section .content_cal {
    height: 0;
    padding-top: 100%; } }

/*---------------------------
campaign キャンペーン
----------------------------*/
.campaign_location {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media only screen and (max-width: 767px) {
    .campaign_location {
      display: block;
      width: 100%; } }
  .campaign_location_item {
    width: 400px;
    margin: 0 5% 3% 0; }
    @media only screen and (max-width: 767px) {
      .campaign_location_item {
        width: 100%;
        margin-bottom: 5%; } }
    .campaign_location_item_img {
      border-radius: 8px;
      overflow: hidden; }
      .campaign_location_item_img img {
        width: 100%; }
    .campaign_location_item_caption {
      margin-top: 2%; }

.campaign .fa_infomation_header_link {
  font-weight: bold;
  text-decoration: underline !important; }

#contents.fee {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.fee {
      width: auto;
      padding-top: 0; }
      #contents.fee .detail_box {
        padding: 77px 3.6% 20px; } }
  @media only screen and (max-width: 767px) {
    #contents.fee .info_box {
      padding: 77px 3.6% 20px; } }
  @media only screen and (max-width: 767px) {
    #contents.fee .info_box h1 {
      display: block;
      font-size: 18px; } }
  #contents.fee .info_box .info_block {
    padding-top: 30px; }
    @media only screen and (max-width: 767px) {
      #contents.fee .info_box .info_block {
        padding-top: 5px; } }
    #contents.fee .info_box .info_block .block03 {
      padding-top: 0px; }
      #contents.fee .info_box .info_block .block03 .main {
        float: none; }
        #contents.fee .info_box .info_block .block03 .main .main_block {
          padding-left: 0px;
          padding-right: 0px; }

#contents.workshop {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.workshop {
      width: auto;
      padding-top: 0; }
      #contents.workshop .detail {
        padding: 77px 3.6% 20px; }
        #contents.workshop .detail_box .description .txt--color {
          color: red; } }
  #contents.workshop .event_box:nth-of-type(2) {
    margin-top: 60px; }
    @media only screen and (max-width: 767px) {
      #contents.workshop .event_box:nth-of-type(2) {
        margin-top: 45px; } }
  #contents.workshop .event_contact {
    margin-top: 35px;
    padding: 30px 0;
    background: #f8f7f2;
    border-radius: 10px; }
    @media only screen and (max-width: 767px) {
      #contents.workshop .event_contact {
        margin-top: 20px;
        padding: 15px 0px; } }
    #contents.workshop .event_contact .title {
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #contents.workshop .event_contact .title {
          font-size: 13px; } }
    #contents.workshop .event_contact .tel {
      display: table;
      margin: 20px auto 0; }
      #contents.workshop .event_contact .tel .ico_tel {
        display: table-cell;
        padding: 12px;
        float: left;
        font-size: 25px;
        text-align: center;
        vertical-align: middle;
        background: #ffffff; }
      #contents.workshop .event_contact .tel .ico_contact {
        display: table-cell;
        padding: 12px;
        float: left;
        font-size: 25px;
        text-align: center;
        vertical-align: middle;
        background: #ffffff; }
      #contents.workshop .event_contact .tel .tel_txt {
        padding: 10px;
        padding-left: 25px;
        width: 230px; }
        #contents.workshop .event_contact .tel .tel_txt p.txt_bold {
          margin-left: 40px;
          font-size: 13px;
          font-weight: bold; }
        #contents.workshop .event_contact .tel .tel_txt p.txt {
          margin-left: 40px;
          font-size: 13px;
          line-height: 1.8; }

#contents.detail_workshop {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.detail_workshop {
      width: auto;
      padding-top: 0; }
      #contents.detail_workshop .detail_box {
        padding: 77px 3.6% 20px; } }
  #contents.detail_workshop .detail_box .title h1 {
    padding-top: 0px; }
  #contents.detail_workshop .detail_box .descripton {
    padding-bottom: 20px;
    border-bottom: 1px dotted #d8d8d9; }
    #contents.detail_workshop .detail_box .descripton p.txt {
      padding-top: 5px; }
  @media only screen and (max-width: 767px) {
    #contents.detail_workshop .detail_box .visual {
      width: auto;
      text-align: center; } }
  #contents.detail_workshop .detail_box .visual .tit_img {
    width: 550px;
    text-align: center; }
    #contents.detail_workshop .detail_box .visual .tit_img img {
      width: 263px; }
    @media only screen and (max-width: 767px) {
      #contents.detail_workshop .detail_box .visual .tit_img {
        width: 30%;
        text-align: center; } }
  #contents.detail_workshop .detail_box .visual .img {
    border-radius: 0px; }
  #contents.detail_workshop .detail_box .date table {
    width: 55%; }
    @media only screen and (max-width: 767px) {
      #contents.detail_workshop .detail_box .date table {
        width: 100%; } }
    #contents.detail_workshop .detail_box .date table tr th {
      width: 15%; }
    #contents.detail_workshop .detail_box .date table tr td {
      width: 40%; }
  #contents.detail_workshop .detail_box .date p.txt_gray {
    color: #000000; }
    #contents.detail_workshop .detail_box .date p.txt_gray a {
      color: #326fa7; }
  #contents.detail_workshop .detail_box .event_contact {
    margin-top: 50px; }

#contents.detail {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.detail {
      width: auto;
      padding-top: 0; }
      #contents.detail .detail_box {
        padding: 77px 3.6% 20px; } }
  #contents.detail .detail_box .title h1 {
    padding-top: 0px; }
  #contents.detail .detail_box .descripton {
    padding-bottom: 20px;
    border-bottom: 1px dotted #d8d8d9; }
    #contents.detail .detail_box .descripton .txt {
      padding-top: 5px; }
      #contents.detail .detail_box .descripton .txt--color {
        color: red; }
  @media only screen and (max-width: 767px) {
    #contents.detail .detail_box .visual {
      width: auto;
      text-align: center; } }
  #contents.detail .detail_box .visual .tit_img {
    width: 550px;
    text-align: center; }
    #contents.detail .detail_box .visual .tit_img img {
      width: 263px; }
    @media only screen and (max-width: 767px) {
      #contents.detail .detail_box .visual .tit_img {
        width: 30%;
        text-align: center; } }
  #contents.detail .detail_box .visual .img {
    border-radius: 0px; }
  #contents.detail .detail_box .date table {
    width: 55%; }
    @media only screen and (max-width: 767px) {
      #contents.detail .detail_box .date table {
        width: 100%; } }
    #contents.detail .detail_box .date table tr th {
      width: 15%; }
    #contents.detail .detail_box .date table tr td {
      width: 40%; }
  #contents.detail .detail_box .date p.txt_gray {
    color: #000000; }
    #contents.detail .detail_box .date p.txt_gray a {
      color: #326fa7; }
  #contents.detail .detail_box .event_contact {
    margin-top: 50px; }

#contents.product_class {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.product_class {
      width: auto;
      padding-top: 0; }
      #contents.product_class .detail_box {
        padding: 77px 3.6% 20px; } }
  #contents.product_class .detail_box .title h1 {
    padding-top: 0px; }
  @media only screen and (max-width: 767px) {
    #contents.product_class .detail_box .visual .img {
      width: 100%; } }
  #contents.product_class .detail_box .date p.blue_arrow_link {
    margin-top: 15px; }
    #contents.product_class .detail_box .date p.blue_arrow_link a {
      color: #326fa7; }
  #contents.product_class .detail_box .how_to_contact {
    margin-top: 25px;
    border-top: 1px dotted #d8d8d9;
    padding-top: 15px; }
    #contents.product_class .detail_box .how_to_contact p.txt {
      margin-top: 10px;
      line-height: 1.8;
      font-size: 13px; }
      #contents.product_class .detail_box .how_to_contact p.txt span.attention {
        color: #ff3301; }
      #contents.product_class .detail_box .how_to_contact p.txt a {
        color: #326fa7; }
    #contents.product_class .detail_box .how_to_contact p.txt_bold {
      font-size: 13px;
      font-weight: bold;
      padding-top: 10px; }

#contents.archive {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.archive {
      width: auto;
      padding: 0; } }
  #contents.archive .event_box {
    margin-bottom: 0px; }
    @media only screen and (max-width: 767px) {
      #contents.archive .event_box {
        padding: 80px 3.6% 20px; } }
    #contents.archive .event_box .separate02_hidden {
      margin-top: 5px; }
      @media only screen and (max-width: 767px) {
        #contents.archive .event_box .separate02_hidden {
          width: 100%; } }
      @media only screen and (max-width: 767px) {
        #contents.archive .event_box .separate02_hidden .separate02_block {
          width: 103%; } }
      #contents.archive .event_box .separate02_hidden .separate02_block .separate02 {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        border-top: 0px; }
        @media only screen and (max-width: 767px) {
          #contents.archive .event_box .separate02_hidden .separate02_block .separate02 {
            width: 47%; } }
        #contents.archive .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt {
          width: 45%;
          display: inline-block; }
          @media only screen and (max-width: 767px) {
            #contents.archive .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt {
              width: 100%; } }
          #contents.archive .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .link {
            margin-top: 5px; }
          #contents.archive .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .date {
            padding-top: 10px;
            border-top: 1px dotted #d8d8d9; }
            @media only screen and (max-width: 767px) {
              #contents.archive .event_box .separate02_hidden .separate02_block .separate02 .event01 .txt .date {
                border-top: 0px; } }

@media only screen and (max-width: 767px) {
  #subnav.study {
    display: none; } }

#subnav.study li.active {
  border-color: #fad21f; }

#contents.study {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.study {
      width: auto;
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    #contents.study .detail_box {
      padding: 77px 3.6% 60px; } }
  #contents.study .detail_box .title h1 {
    padding-top: 0px; }
  #contents.study .detail_box .descripton p.txt {
    padding-top: 0px; }
  #contents.study .detail_box .visual {
    padding-top: 25px; }
    #contents.study .detail_box .visual .img {
      width: 100%; }
  #contents.study .detail_box .title02 {
    margin-top: 27px; }
    #contents.study .detail_box .title02 h2 {
      font-size: 18px;
      font-weight: bold; }
      @media only screen and (max-width: 767px) {
        #contents.study .detail_box .title02 h2 {
          font-size: 15px; } }
  #contents.study .detail_box .culum3_hidden {
    margin-top: 10px;
    width: 1000px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      #contents.study .detail_box .culum3_hidden {
        width: 100%;
        margin-top: 10px; } }
    #contents.study .detail_box .culum3_hidden .culum3 {
      width: 1200px; }
      @media only screen and (max-width: 767px) {
        #contents.study .detail_box .culum3_hidden .culum3 {
          width: 119%; } }
      #contents.study .detail_box .culum3_hidden .culum3 .culum3_box {
        width: 317px;
        display: inline-block;
        vertical-align: top;
        margin-right: 19px;
        margin-top: 18px; }
        @media only screen and (max-width: 767px) {
          #contents.study .detail_box .culum3_hidden .culum3 .culum3_box {
            width: 40%;
            margin-left: 0px;
            margin-right: 2.7%; } }
        #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .img {
          width: 317px;
          border-radius: 8px;
          overflow: hidden; }
          @media only screen and (max-width: 767px) {
            #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .img {
              width: 100%; } }
          #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .img img {
            width: 100%; }
            @media only screen and (max-width: 767px) {
              #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .img img {
                width: 100%; } }
        #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .txt {
          margin-top: 15px;
          font-size: 13px;
          line-height: 1.8; }
          #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .txt .txt_bold {
            font-size: 13px;
            font-weight: bold; }
            @media only screen and (max-width: 767px) {
              #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .txt .txt_bold {
                margin-bottom: 8px; } }
            #contents.study .detail_box .culum3_hidden .culum3 .culum3_box .txt .txt_bold a {
              color: #326fa7; }
  #contents.study .detail_box .event_contact {
    margin-top: 35px;
    padding: 30px 40px;
    background: #f8f7f2;
    border-radius: 10px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media only screen and (max-width: 767px) {
      #contents.study .detail_box .event_contact {
        margin-top: 20px;
        padding: 15px 15px;
        display: block; } }
    #contents.study .detail_box .event_contact .title {
      font-size: 18px;
      font-weight: bold;
      text-align: center;
      width: 100%;
      margin-bottom: 25px; }
      @media only screen and (max-width: 767px) {
        #contents.study .detail_box .event_contact .title {
          font-size: 13px; } }
    @media only screen and (max-width: 767px) {
      #contents.study .detail_box .event_contact .form {
        margin-bottom: 3%; } }
    #contents.study .detail_box .event_contact .contact_ico {
      padding: 12px;
      float: left;
      font-size: 25px;
      text-align: center;
      background: #ffffff; }
    #contents.study .detail_box .event_contact .contact_txt {
      padding: 10px;
      padding-left: 25px;
      text-align: left; }
      #contents.study .detail_box .event_contact .contact_txt p.txt_bold {
        margin-left: 40px;
        font-size: 13px;
        font-weight: bold; }
      #contents.study .detail_box .event_contact .contact_txt p.txt {
        margin-left: 40px;
        font-size: 13px;
        line-height: 1.8; }
      #contents.study .detail_box .event_contact .contact_txt a {
        color: #326fa7; }

@media only screen and (max-width: 767px) {
  .wrap_vm_study_contact {
    padding: 0 15px; } }

.vm_study_contact {
  width: 1000px;
  margin: 50px auto 0;
  padding: 30px 40px;
  background: #f8f7f2;
  border-radius: 8px; }
  @media only screen and (max-width: 767px) {
    .vm_study_contact {
      width: 100%;
      margin: 30px 0 0;
      padding: 23px;
      background: #f8f7f2; } }
  .vm_study_contact .contact_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .vm_study_contact .contact_title {
        font-size: 15px; } }
  .vm_study_contact .contact_way {
    padding-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media only screen and (max-width: 767px) {
      .vm_study_contact .contact_way {
        display: block;
        padding-top: 18px;
        padding-left: 0; } }
    .vm_study_contact .contact_way li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 285px; }
      @media only screen and (max-width: 767px) {
        .vm_study_contact .contact_way li {
          width: 100%;
          float: none;
          margin-bottom: 23px; }
          .vm_study_contact .contact_way li:last-child {
            margin: 0; } }
    .vm_study_contact .contact_way div {
      float: left; }
    .vm_study_contact .contact_way .ico_contact,
    .vm_study_contact .contact_way .ico_tel {
      width: 54px;
      height: 54px;
      text-align: center;
      background: #ffffff;
      margin-right: 30px;
      padding: 14px 13px; }
      .vm_study_contact .contact_way .ico_contact:before,
      .vm_study_contact .contact_way .ico_tel:before {
        font-size: 25px; }
      @media only screen and (max-width: 767px) {
        .vm_study_contact .contact_way .ico_contact,
        .vm_study_contact .contact_way .ico_tel {
          margin-right: 13px; } }
    .vm_study_contact .contact_way p {
      font-size: 13px;
      margin-bottom: 12px; }
    .vm_study_contact .contact_way .contact_net,
    .vm_study_contact .contact_way .contact_tel,
    .vm_study_contact .contact_way .contact_museum {
      font-size: 13px;
      font-weight: bold;
      margin: 7px 0 12px; }
      @media only screen and (max-width: 767px) {
        .vm_study_contact .contact_way .contact_net,
        .vm_study_contact .contact_way .contact_tel,
        .vm_study_contact .contact_way .contact_museum {
          font-weight: bold;
          margin: 9px 0 12px; } }
    .vm_study_contact .contact_way .contact_schedule {
      line-height: 24px; }
    .vm_study_contact .contact_way a {
      font-size: 13px;
      color: #326fa7; }
  .vm_study_contact .contact_attention {
    margin: 28px 0 20px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .vm_study_contact .contact_attention {
        text-align: left; } }

#contents.study_learning {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.study_learning {
      width: auto;
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    #contents.study_learning .detail_box {
      padding: 77px 3.6% 60px; } }
  #contents.study_learning .detail_box .title h1 {
    padding-top: 0px; }
  #contents.study_learning .detail_box .descripton p.txt {
    padding-top: 0px; }
  #contents.study_learning .detail_box .descripton .txt--color {
    color: red; }
  @media only screen and (max-width: 767px) {
    #contents.study_learning .detail_box .culum3_hidden {
      margin-top: 0px; } }
  #contents.study_learning .detail_box .event_contact .trial {
    text-align: center;
    padding: 10px 0px 0px; }
    #contents.study_learning .detail_box .event_contact .trial a {
      font-size: 13px;
      color: #326fa7; }

#contents.program {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.program {
      width: auto;
      padding-top: 0; } }
  @media only screen and (max-width: 767px) {
    #contents.program .detail_box {
      padding: 77px 3.6% 60px; } }
  #contents.program .detail_box .title02 {
    margin-top: 37px; }
    #contents.program .detail_box .title02 h2 {
      padding-top: 32px;
      border-top: 1px dotted #d8d8d9; }
  #contents.program .detail_box .title03 {
    font-size: 13px;
    margin-top: 20px;
    line-height: 1.8; }
    #contents.program .detail_box .title03 span {
      display: inline-block; }
    #contents.program .detail_box .title03 span.bg_color {
      width: 30px;
      background-color: #fad21f;
      border-radius: 3px;
      text-align: center;
      line-height: 1.3; }
    #contents.program .detail_box .title03 span.size {
      font-size: 15px; }
  #contents.program .detail_box .dotted_border {
    border-top: 1px dotted #d8d8d9;
    margin-top: 25px;
    padding-top: 30px; }
  #contents.program .detail_box .purpose h2 {
    font-size: 18px;
    font-weight: bold; }
    @media only screen and (max-width: 767px) {
      #contents.program .detail_box .purpose h2 {
        font-size: 15px; } }
  #contents.program .detail_box .purpose p {
    line-height: 1.8; }
    #contents.program .detail_box .purpose p a {
      color: #326fa7; }
  #contents.program .detail_box .purpose p.descripton {
    font-size: 13px; }
  #contents.program .detail_box .purpose p.point {
    margin-top: 18px;
    padding-left: 2em;
    text-indent: -2em;
    font-size: 13px; }
  @media only screen and (max-width: 767px) {
    #contents.program .detail_box .purpose {
      padding-bottom: 20px; } }

#contents.library {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.library {
      width: auto;
      padding: 25px 3.6% 20px; } }
  #contents.library .detail_box .title h1 {
    padding-top: 0px; }
  #contents.library .detail_box .visual {
    padding-top: 0px;
    margin-top: 38px;
    width: 100%; }
    #contents.library .detail_box .visual .img {
      width: 100%; }
      #contents.library .detail_box .visual .img img {
        width: 100%; }
    @media only screen and (max-width: 767px) {
      #contents.library .detail_box .visual {
        margin-top: 30px; } }
  #contents.library .detail_box .link_list {
    margin-top: 18px; }
    @media only screen and (max-width: 767px) {
      #contents.library .detail_box .link_list {
        margin-top: 10px; } }
    #contents.library .detail_box .link_list ul a {
      margin-top: 10px;
      padding: 11px 12px;
      background: #77dc33;
      border-radius: 7px;
      display: inline-block;
      float: left;
      margin-right: 12px; }
      #contents.library .detail_box .link_list ul a li {
        font-size: 13px;
        line-height: 1; }
  #contents.library .detail_box .event_contact {
    margin-top: 60px;
    padding: 30px 40px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      #contents.library .detail_box .event_contact {
        margin-top: 30px;
        padding: 15px 10px; } }
    #contents.library .detail_box .event_contact .tel_right {
      margin-top: 15px;
      float: right; }
      @media only screen and (max-width: 767px) {
        #contents.library .detail_box .event_contact .tel_right {
          width: 300px;
          float: none; } }
    #contents.library .detail_box .event_contact .tel_left {
      margin-top: 15px;
      float: left; }
      @media only screen and (max-width: 767px) {
        #contents.library .detail_box .event_contact .tel_left {
          width: 300px;
          float: none; } }
      #contents.library .detail_box .event_contact .tel_left.cf {
        margin: 20px 20px 0 30px; }
        @media only screen and (max-width: 767px) {
          #contents.library .detail_box .event_contact .tel_left.cf {
            margin-left: 0; } }
    #contents.library .detail_box .event_contact .contact_txt {
      padding: 10px;
      padding-left: 25px;
      text-align: left; }
      #contents.library .detail_box .event_contact .contact_txt p.txt_bold {
        margin-left: 40px;
        font-size: 13px;
        font-weight: bold; }
      #contents.library .detail_box .event_contact .contact_txt p.txt {
        margin-left: 40px;
        font-size: 13px;
        line-height: 1.8; }
      #contents.library .detail_box .event_contact .contact_txt a {
        color: #326fa7; }
    #contents.library .detail_box .event_contact .tel_txt {
      padding: 10px;
      padding-left: 25px;
      text-align: left;
      line-height: 1.5; }
      #contents.library .detail_box .event_contact .tel_txt .txt_bold {
        font-size: 13px;
        font-weight: bold;
        margin-left: 40px; }
      #contents.library .detail_box .event_contact .tel_txt .txt {
        font-size: 13px;
        margin-left: 40px; }
        #contents.library .detail_box .event_contact .tel_txt .txt a {
          display: inline-block;
          color: #326fa7;
          cursor: pointer; }
      @media only screen and (max-width: 767px) {
        #contents.library .detail_box .event_contact .tel_txt {
          width: 300px; } }
    #contents.library .detail_box .event_contact .tel_ico {
      width: 49px;
      display: table;
      float: left;
      font-size: 25px;
      text-align: center;
      background: #ffffff;
      overflow: hidden;
      height: 49px; }
      #contents.library .detail_box .event_contact .tel_ico.twi {
        padding: 12px; }
      #contents.library .detail_box .event_contact .tel_ico .ico_tel,
      #contents.library .detail_box .event_contact .tel_ico .ico_contact {
        display: table-cell;
        vertical-align: middle; }
      #contents.library .detail_box .event_contact .tel_ico .ico_twi {
        display: table-cell;
        vertical-align: middle; }
        #contents.library .detail_box .event_contact .tel_ico .ico_twi-img {
          width: 100%; }
    #contents.library .detail_box .event_contact .form {
      float: left;
      margin: 20px auto 0;
      width: 45%; }
    #contents.library .detail_box .event_contact .for_sp {
      display: none; }
      @media only screen and (max-width: 767px) {
        #contents.library .detail_box .event_contact .for_sp {
          display: block; } }
    #contents.library .detail_box .event_contact p.title {
      line-height: 1.5; }
    #contents.library .detail_box .event_contact .culum2_contact {
      width: 930px; }

#contents.library {
  padding-top: 35px;
  width: 1000px;
  margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    #contents.library {
      width: auto;
      padding: 25px 3.6% 20px; } }
  @media only screen and (max-width: 767px) {
    #contents.library .detail_box .visual {
      margin-top: 20px; } }
  #contents.library .detail_box .news_hidden {
    margin-top: 35px; }
    @media only screen and (max-width: 767px) {
      #contents.library .detail_box .news_hidden {
        width: 100%;
        overflow: hidden;
        margin-top: 25px;
        border-top: 1px dotted #d8d8d9;
        padding-top: 25px; } }
    #contents.library .detail_box .news_hidden .news {
      width: 765px;
      float: left; }
      @media only screen and (max-width: 767px) {
        #contents.library .detail_box .news_hidden .news {
          width: 100%;
          float: none; } }
      #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event {
        width: 235px;
        float: left;
        margin-left: 19px; }
        @media only screen and (max-width: 767px) {
          #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event {
            width: 100%;
            margin-left: 0px;
            margin-bottom: 20px; } }
        #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .img {
          width: 235px;
          max-height: 136px;
          border-radius: 8px;
          overflow: hidden; }
          @media only screen and (max-width: 767px) {
            #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .img {
              width: 39.917%;
              height: auto;
              float: left; } }
          #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .img img {
            width: 100%; }
        #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt {
          width: 235px; }
          @media only screen and (max-width: 767px) {
            #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt {
              width: 53%;
              margin-left: 6.97%;
              float: left; } }
          #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .type {
            font-size: 18px;
            font-weight: bold;
            margin-top: 23px; }
            @media only screen and (max-width: 767px) {
              #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .type {
                font-size: 13px;
                margin-top: 0px; } }
          #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .link {
            font-size: 14px;
            line-height: 1.8;
            margin-top: 15px; }
            @media only screen and (max-width: 767px) {
              #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .link {
                font-size: 13px;
                margin-top: 5px; } }
            #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .link a {
              color: #326fa7; }
          #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .date {
            font-size: 12px;
            color: #9e9e9f;
            line-height: 1.8;
            margin-top: 22px; }
            @media only screen and (max-width: 767px) {
              #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event .txt .date {
                font-size: 12px;
                margin-top: 0px;
                line-height: 1.4; } }
      #contents.library .detail_box .news_hidden .news .news_event_wrap .news_event:first-child {
        margin-left: 0px; }
      #contents.library .detail_box .news_hidden .news .news_more {
        margin-top: 20px;
        text-align: right;
        width: 94%; }
        @media only screen and (max-width: 767px) {
          #contents.library .detail_box .news_hidden .news .news_more {
            font-size: 13px;
            width: 100%; } }
        #contents.library .detail_box .news_hidden .news .news_more p a {
          color: #326fa7; }
    #contents.library .detail_box .news_hidden .use {
      width: 232px;
      border-radius: 8px;
      float: right;
      overflow: hidden; }
      @media only screen and (max-width: 767px) {
        #contents.library .detail_box .news_hidden .use {
          width: 100%;
          margin-top: 25px;
          border-top: 1px dotted #d8d8d9;
          padding-top: 25px;
          font-size: 13px;
          border-radius: 0; } }
      #contents.library .detail_box .news_hidden .use .img {
        width: 100%; }
        @media only screen and (max-width: 767px) {
          #contents.library .detail_box .news_hidden .use .img {
            display: inline-block;
            width: 48%;
            vertical-align: top;
            float: left; } }
        #contents.library .detail_box .news_hidden .use .img img {
          width: 100%; }
      #contents.library .detail_box .news_hidden .use .txt {
        width: 235px; }
        @media only screen and (max-width: 767px) {
          #contents.library .detail_box .news_hidden .use .txt {
            display: inline-block;
            width: 45%;
            float: left;
            margin-left: 6.97%; } }
        #contents.library .detail_box .news_hidden .use .txt .type {
          font-size: 18px;
          font-weight: bold;
          margin-top: 23px; }
          @media only screen and (max-width: 767px) {
            #contents.library .detail_box .news_hidden .use .txt .type {
              margin-top: 0px;
              font-size: 13px; } }
        #contents.library .detail_box .news_hidden .use .txt .link {
          font-size: 14px;
          line-height: 1.8;
          margin-top: 15px; }
          #contents.library .detail_box .news_hidden .use .txt .link a {
            color: #326fa7; }
          @media only screen and (max-width: 767px) {
            #contents.library .detail_box .news_hidden .use .txt .link {
              margin-top: 10px;
              font-size: 13px; } }
        #contents.library .detail_box .news_hidden .use .txt .date {
          font-size: 12px;
          color: #9e9e9f;
          line-height: 1.8;
          margin-top: 22px; }
    #contents.library .detail_box .news_hidden .tweet {
      width: 232px;
      float: left;
      border-top: 1px dotted #d8d8d9; }
      @media only screen and (max-width: 767px) {
        #contents.library .detail_box .news_hidden .tweet {
          width: 52%;
          padding: 25px 4% 0 0;
          margin-top: 25px; } }
      #contents.library .detail_box .news_hidden .tweet .inner {
        width: 100%;
        max-width: 232px;
        margin: auto;
        border: 1px solid #d8d8d9;
        border-radius: 3px; }
      #contents.library .detail_box .news_hidden .tweet iframe {
        width: 100%;
        min-width: 0 !important; }

@media only screen and (max-width: 767px) {
  #contents.mec2017 {
    padding-top: 0; }
    #contents.mec2017 .container {
      padding-top: 0px; } }

#wrap.museum .wrap_content {
  width: 1000px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #wrap.museum .wrap_content {
      width: auto;
      padding: 55px 15px 0; } }

#wrap.museum .wrap_section {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #d8d8d9; }
  #wrap.museum .wrap_section.large {
    width: 1000px; }
    @media only screen and (max-width: 767px) {
      #wrap.museum .wrap_section.large {
        width: 100%; } }
    #wrap.museum .wrap_section.large.gcal_wrap {
      min-width: 300px; }

#wrap.museum .content_section {
  width: 80%; }
  #wrap.museum .content_section.last_ele {
    margin-top: 50px; }
  #wrap.museum .content_section.large {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    #wrap.museum .content_section {
      width: 100%;
      margin-left: 0;
      padding: 0; } }
  #wrap.museum .content_section .section_title {
    font-size: 18px;
    font-weight: bold;
    line-height: 1; }
  #wrap.museum .content_section .section_discription {
    font-size: 13px;
    line-height: 1.8;
    margin-top: 28px; }
  #wrap.museum .content_section .content_title {
    font-size: 13px;
    font-weight: bold;
    padding: 30px 0 18px; }
    @media only screen and (max-width: 767px) {
      #wrap.museum .content_section .content_title {
        padding: 20px 0 20px; } }
  #wrap.museum .content_section .content_header {
    font-size: 13px;
    font-weight: bold;
    padding: 30px 0 18px; }
    @media only screen and (max-width: 767px) {
      #wrap.museum .content_section .content_header {
        padding: 20px 0 20px; } }
    #wrap.museum .content_section .content_header.ico_close {
      cursor: pointer; }
      #wrap.museum .content_section .content_header.ico_close:before {
        float: right;
        color: #717071;
        font-size: 18px;
        font-weight: normal;
        margin-top: -4px; }
        @media only screen and (max-width: 767px) {
          #wrap.museum .content_section .content_header.ico_close:before {
            font-size: 14px;
            margin-top: 0; } }
    #wrap.museum .content_section .content_header.change_ico:before {
      content: "\e920"; }
  #wrap.museum .content_section .content_text:first-child {
    margin-top: 0; }
  @media only screen and (max-width: 767px) {
    #wrap.museum .content_section .content_text {
      margin-bottom: 30px; } }
  #wrap.museum .content_section .content_text .txt_bold {
    font-weight: 600; }
  #wrap.museum .content_section .content_text p {
    font-size: 13px; }
  #wrap.museum .content_section .content_text a {
    color: #326fa7; }
  #wrap.museum .content_section .content_cal {
    height: 600px;
    margin-top: 30px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      #wrap.museum .content_section .content_cal {
        height: 0;
        padding-top: 100%; } }
    #wrap.museum .content_section .content_cal iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  #wrap.museum .content_section p {
    line-height: 24px; }

/*---------------------------
	incubate_subnav,contents初期化
-----------------------------*/
#wrap.incubate #subnav li.active {
  border-bottom-color: #626cc7; }

#wrap.incubate #contents {
  padding: 48px 0 80px 10px; }
  @media only screen and (max-width: 767px) {
    #wrap.incubate #contents {
      padding: 0 0 60px; } }
  #wrap.incubate #contents #main {
    width: 100%;
    float: none; }

/*---------------------------
incubate contact_area
----------------------------*/
@media only screen and (max-width: 767px) {
  .wrap_incubate_contact {
    padding: 0 15px; } }

.incubate_contact {
  width: 1000px;
  margin: auto;
  padding: 40px 0 40px;
  background: #f0eee8;
  border-radius: 8px; }
  @media only screen and (max-width: 767px) {
    .incubate_contact {
      width: 100%;
      margin: 30px 0 0;
      padding: 23px;
      background: #f8f7f2; } }
  .incubate_contact .contact_title {
    font-size: 18px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .incubate_contact .contact_title {
        font-size: 15px; } }
  .incubate_contact .contact_way {
    padding-top: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    @media only screen and (max-width: 767px) {
      .incubate_contact .contact_way {
        padding-top: 18px;
        padding-left: 0;
        display: block; } }
    .incubate_contact .contact_way li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: 285px; }
      @media only screen and (max-width: 767px) {
        .incubate_contact .contact_way li {
          min-width: auto;
          width: 100%;
          float: none; }
          .incubate_contact .contact_way li:not(:last-of-type) {
            margin-bottom: 20px; } }
    .incubate_contact .contact_way div {
      float: left; }
    .incubate_contact .contact_way .ico_contact,
    .incubate_contact .contact_way .ico_tel {
      width: 54px;
      height: 54px;
      text-align: center;
      background: #ffffff;
      margin-right: 30px;
      padding: 14px 13px; }
      .incubate_contact .contact_way .ico_contact:before,
      .incubate_contact .contact_way .ico_tel:before {
        font-size: 25px; }
      @media only screen and (max-width: 767px) {
        .incubate_contact .contact_way .ico_contact,
        .incubate_contact .contact_way .ico_tel {
          margin-right: 13px; } }
    .incubate_contact .contact_way p {
      font-size: 13px;
      margin-bottom: 12px; }
    .incubate_contact .contact_way .contact_net,
    .incubate_contact .contact_way .contact_tel,
    .incubate_contact .contact_way .contact_museum {
      font-size: 13px;
      font-weight: bold;
      margin: 7px 0 12px; }
      @media only screen and (max-width: 767px) {
        .incubate_contact .contact_way .contact_net,
        .incubate_contact .contact_way .contact_tel,
        .incubate_contact .contact_way .contact_museum {
          font-weight: bold;
          margin: 9px 0 12px; } }
    .incubate_contact .contact_way .contact_schedule {
      line-height: 24px; }
    .incubate_contact .contact_way a {
      font-size: 13px;
      color: #326fa7; }
  .incubate_contact .contact_attention {
    margin: 28px 0 20px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .incubate_contact .contact_attention {
        text-align: left; } }

/*---------------------------
	incubate_top トップページ
-----------------------------*/
#wrap.incu_top h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_top h1 {
      font-size: 18px;
      padding: 25px 15px 0;
      margin: 0 0 20px; } }

#wrap.incu_top h2 {
  font-size: 13px;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 6px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_top h2 {
      padding: 0 15px; } }

#wrap.incu_top .description {
  line-height: 2;
  margin-bottom: 34px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_top .description {
      padding: 0 15px; } }

#wrap.incu_top .mainVisual {
  border-radius: 8px;
  margin-bottom: 55px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_top .mainVisual {
      border-radius: 0; } }
  #wrap.incu_top .mainVisual img {
    width: 100%; }

#wrap.incu_top .incubate_section {
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_top .incubate_section {
      padding: 0 15px;
      margin-bottom: 75px; } }
  #wrap.incu_top .incubate_section .link_section {
    float: left;
    width: 500px; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_top .incubate_section .link_section {
        width: 100%; } }
  #wrap.incu_top .incubate_section .wrap_fb {
    width: 100%;
    max-width: 480px;
    float: left; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_top .incubate_section .wrap_fb {
        float: none;
        margin: auto; } }
  #wrap.incu_top .incubate_section .fb-page,
  #wrap.incu_top .incubate_section .fb_iframe_widget,
  #wrap.incu_top .incubate_section .fb_iframe_widget[style],
  #wrap.incu_top .incubate_section .fb_iframe_widget iframe[style],
  #wrap.incu_top .incubate_section .fb_iframe_widget span {
    width: 480px; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_top .incubate_section .fb-page,
      #wrap.incu_top .incubate_section .fb_iframe_widget,
      #wrap.incu_top .incubate_section .fb_iframe_widget[style],
      #wrap.incu_top .incubate_section .fb_iframe_widget iframe[style],
      #wrap.incu_top .incubate_section .fb_iframe_widget span {
        width: 100% !important; } }
  #wrap.incu_top .incubate_section .incu_card {
    float: left;
    margin: 0 24px 30px 0; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_top .incubate_section .incu_card {
        width: 49%;
        margin: 0 2% 30px 0; } }
    #wrap.incu_top .incubate_section .incu_card img {
      border-radius: 8px;
      overflow: hidden; }
    #wrap.incu_top .incubate_section .incu_card:nth-child(2n) {
      margin-right: 0; }
      @media only screen and (max-width: 767px) {
        #wrap.incu_top .incubate_section .incu_card:nth-child(2n) {
          margin: 0 0 30px 0; } }
    #wrap.incu_top .incubate_section .incu_card h4 {
      margin-top: 18px; }

/*---------------------------
	incubate_office オフィスについて
-----------------------------*/
#wrap.incu_office #contents {
  width: 100%;
  padding: 48px 0 80px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_office #contents {
      padding: 0 0 60px; } }

#wrap.incu_office .office_header {
  width: 1000px;
  margin: auto;
  padding-left: 10px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_office .office_header {
      width: 100%;
      padding: 0 15px; } }
  #wrap.incu_office .office_header h1 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_office .office_header h1 {
        font-size: 18px;
        padding: 25px 0 0;
        margin: 0 0 20px; } }
  #wrap.incu_office .office_header h3 {
    font-size: 13px;
    font-weight: bold;
    line-height: 2;
    margin-bottom: 6px; }
  #wrap.incu_office .office_header .description {
    line-height: 2;
    margin-bottom: 38px; }
  #wrap.incu_office .office_header .link_btn {
    margin: 0 20px 32px 0;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_office .office_header .link_btn {
        margin-bottom: 10px; } }
    #wrap.incu_office .office_header .link_btn:last-child {
      margin-bottom: 32px; }
    #wrap.incu_office .office_header .link_btn .facilities_btn.long03 {
      margin-top: 0;
      width: auto; }

#wrap.incu_office .wrap_office_picture {
  background: #f8f7f2;
  padding: 45px 0; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_office .wrap_office_picture {
      padding: 20px 0 7px; } }

#wrap.incu_office .office_picture {
  width: 1000px;
  margin: auto;
  padding-left: 10px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_office .office_picture {
      width: 100%;
      padding-left: 0; } }
  #wrap.incu_office .office_picture .mainVisual {
    position: relative;
    float: left;
    height: 466px;
    width: 764px;
    border-radius: 8px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_office .office_picture .mainVisual {
        width: 100%;
        height: auto;
        border-radius: 0; } }
  #wrap.incu_office .office_picture .thumb_list {
    float: right;
    width: 213px; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_office .office_picture .thumb_list {
        width: 100%;
        padding: 20px 0 0 6%; } }
    #wrap.incu_office .office_picture .thumb_list li {
      float: left;
      width: 100px;
      margin-bottom: 13px;
      margin-right: 13px;
      border-radius: 8px;
      overflow: hidden; }
      #wrap.incu_office .office_picture .thumb_list li:nth-child(2n) {
        margin-right: 0px; }
        @media only screen and (max-width: 767px) {
          #wrap.incu_office .office_picture .thumb_list li:nth-child(2n) {
            margin-right: 13px; } }
      #wrap.incu_office .office_picture .thumb_list li img {
        width: 100%; }

#wrap.incu_office .office_detail {
  width: 1000px;
  padding: 45px 0 70px 10px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_office .office_detail {
      width: 100%;
      padding: 45px 15px 35px; } }
  #wrap.incu_office .office_detail h2 {
    font-size: 18px;
    font-weight: bold; }
  #wrap.incu_office .office_detail .floor {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_office .office_detail .floor {
        display: block; } }
  #wrap.incu_office .office_detail .floor_map {
    float: left;
    margin: 10px 80px 0 0;
    text-align: right; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_office .office_detail .floor_map {
        width: 100%;
        text-align: center;
        margin: 30px 0; }
        #wrap.incu_office .office_detail .floor_map img {
          max-width: 408px; } }
    #wrap.incu_office .office_detail .floor_map .lens_map {
      display: inline-block;
      margin-top: 20px; }
      #wrap.incu_office .office_detail .floor_map .lens_map:before {
        margin-right: 5px; }
  #wrap.incu_office .office_detail .floor_detail {
    float: left; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_office .office_detail .floor_detail {
        max-width: 455px;
        float: none;
        margin: auto; } }
    #wrap.incu_office .office_detail .floor_detail table {
      margin-bottom: 16px;
      border-top: 1px solid #d8d8d9; }
      #wrap.incu_office .office_detail .floor_detail table td {
        font-size: 13px;
        line-height: 2;
        padding: 10px 0 10px 26px;
        border-bottom: 1px solid #d8d8d9; }
      #wrap.incu_office .office_detail .floor_detail table td:first-child {
        width: 165px;
        background: #f0eee8; }
        @media only screen and (max-width: 767px) {
          #wrap.incu_office .office_detail .floor_detail table td:first-child {
            width: 120px; } }
    #wrap.incu_office .office_detail .floor_detail .facility_equip {
      font-size: 13px;
      line-height: 2;
      margin-bottom: 22px; }
    #wrap.incu_office .office_detail .floor_detail .link_btn {
      margin: 0 20px 32px 0;
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        #wrap.incu_office .office_detail .floor_detail .link_btn {
          margin-bottom: 10px; } }
      #wrap.incu_office .office_detail .floor_detail .link_btn .facilities_btn.long03 {
        margin-top: 0; }

/*---------------------------
	incubate_recruitment 入居者募集
-----------------------------*/
@media only screen and (max-width: 767px) {
  #wrap.incu_recr #main, #wrap.incu_anime #main {
    padding: 0 15px; } }

#wrap.incu_recr h1, #wrap.incu_anime h1 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_recr h1, #wrap.incu_anime h1 {
      font-size: 18px;
      padding: 25px 0 0;
      margin-bottom: 20px; } }

#wrap.incu_recr .briefing_text, #wrap.incu_anime .briefing_text {
  font-size: 13px;
  color: #ff0000;
  line-height: 2.2;
  margin-bottom: 25px; }

#wrap.incu_recr h2, #wrap.incu_anime h2 {
  font-size: 13px;
  font-weight: bold;
  padding: 32px 0 16px;
  border-top: 1px dotted #d8d8d9; }

@media only screen and (max-width: 767px) {
  #wrap.incu_recr .wrap_attend_detail, #wrap.incu_anime .wrap_attend_detail {
    padding-bottom: 20px; } }

#wrap.incu_recr .wrap_attend_detail .attend_img, #wrap.incu_anime .wrap_attend_detail .attend_img {
  float: right;
  width: 200px;
  margin-top: -30px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_recr .wrap_attend_detail .attend_img, #wrap.incu_anime .wrap_attend_detail .attend_img {
      float: none;
      margin: auto;
      width: 100%;
      max-width: 300px; } }
  #wrap.incu_recr .wrap_attend_detail .attend_img img, #wrap.incu_anime .wrap_attend_detail .attend_img img {
    width: 100%; }

#wrap.incu_recr .wrap_attend_detail .attend_detail, #wrap.incu_anime .wrap_attend_detail .attend_detail {
  float: left;
  width: 700px;
  font-size: 13px;
  color: #333333;
  line-height: 2;
  margin-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_recr .wrap_attend_detail .attend_detail, #wrap.incu_anime .wrap_attend_detail .attend_detail {
      float: none;
      width: 100%; } }

#wrap.incu_recr .recruit_section, #wrap.incu_anime .recruit_section {
  font-size: 13px;
  line-height: 2;
  border-top: 1px dotted #d8d8d9; }
  #wrap.incu_recr .recruit_section.last_sec, #wrap.incu_anime .recruit_section.last_sec {
    margin-bottom: 50px; }
  #wrap.incu_recr .recruit_section .section_header, #wrap.incu_anime .recruit_section .section_header {
    font-weight: bold;
    padding: 20px 0 20px; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_recr .recruit_section .section_header, #wrap.incu_anime .recruit_section .section_header {
        width: 100%; } }
  #wrap.incu_recr .recruit_section .section_header.ico_close:before, #wrap.incu_anime .recruit_section .section_header.ico_close:before {
    float: right;
    color: #717071;
    font-size: 18px;
    margin-top: -2px; }
  #wrap.incu_recr .recruit_section .section_header.ico_close.change_ico:before, #wrap.incu_anime .recruit_section .section_header.ico_close.change_ico:before {
    content: "\e920"; }
  #wrap.incu_recr .recruit_section .section_contents, #wrap.incu_anime .recruit_section .section_contents {
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_recr .recruit_section .section_contents, #wrap.incu_anime .recruit_section .section_contents {
        width: 100%; } }

#wrap.incu_recr .section_contents, #wrap.incu_anime .section_contents {
  letter-spacing: 0.05em; }
  #wrap.incu_recr .section_contents li, #wrap.incu_anime .section_contents li {
    margin-bottom: 20px; }
    #wrap.incu_recr .section_contents li:last-child, #wrap.incu_anime .section_contents li:last-child {
      margin-bottom: 0; }
  #wrap.incu_recr .section_contents table, #wrap.incu_anime .section_contents table {
    width: 370px;
    border-top: 1px solid #d8d8d9; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_recr .section_contents table, #wrap.incu_anime .section_contents table {
        width: 100%; } }
    #wrap.incu_recr .section_contents table tr:first-child, #wrap.incu_anime .section_contents table tr:first-child {
      background: #f0eee8; }
    #wrap.incu_recr .section_contents table td, #wrap.incu_anime .section_contents table td {
      padding: 9px 0 9px 1.5em;
      border-bottom: 1px solid #d8d8d9;
      border-left: 1px solid #d8d8d9; }
      #wrap.incu_recr .section_contents table td:nth-child(1), #wrap.incu_anime .section_contents table td:nth-child(1) {
        width: 93px;
        border-left: none; }
      #wrap.incu_recr .section_contents table td:nth-child(2), #wrap.incu_anime .section_contents table td:nth-child(2) {
        width: 93px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_recr .section_contents .room_fee, #wrap.incu_anime .section_contents .room_fee {
      float: none; } }
  #wrap.incu_recr .section_contents .room_img, #wrap.incu_anime .section_contents .room_img {
    float: left;
    width: 339px;
    margin-left: 40px; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_recr .section_contents .room_img, #wrap.incu_anime .section_contents .room_img {
        float: none;
        width: 100%;
        max-width: 350px;
        margin: 30px auto 0; } }
    #wrap.incu_recr .section_contents .room_img img, #wrap.incu_anime .section_contents .room_img img {
      width: 100%; }
  #wrap.incu_recr .section_contents .inner_list, #wrap.incu_anime .section_contents .inner_list {
    margin-left: -0.2em; }
    #wrap.incu_recr .section_contents .inner_list li, #wrap.incu_anime .section_contents .inner_list li {
      margin-bottom: 0; }
  #wrap.incu_recr .section_contents .who_header, #wrap.incu_anime .section_contents .who_header {
    margin-left: -0.5em; }
  #wrap.incu_recr .section_contents .petition_explain, #wrap.incu_anime .section_contents .petition_explain {
    margin-bottom: 20px; }
  #wrap.incu_recr .section_contents .petition_way, #wrap.incu_anime .section_contents .petition_way {
    margin-bottom: 20px; }
    #wrap.incu_recr .section_contents .petition_way li, #wrap.incu_anime .section_contents .petition_way li {
      margin-bottom: 0; }
  #wrap.incu_recr .section_contents .petition_attention, #wrap.incu_anime .section_contents .petition_attention {
    margin-bottom: 20px; }

#wrap.incu_recr .judge_flow, #wrap.incu_anime .judge_flow {
  display: table;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_recr .judge_flow, #wrap.incu_anime .judge_flow {
      display: block; } }
  #wrap.incu_recr .judge_flow .judge_term, #wrap.incu_anime .judge_flow .judge_term {
    float: left;
    width: 186px;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_recr .judge_flow .judge_term, #wrap.incu_anime .judge_flow .judge_term {
        float: none;
        width: 100%; } }
    #wrap.incu_recr .judge_flow .judge_term .top, #wrap.incu_anime .judge_flow .judge_term .top {
      height: 37px;
      background: #f0eee8;
      border-radius: 8px 8px 0 0;
      margin-bottom: 1px;
      padding: 7px 0; }
    #wrap.incu_recr .judge_flow .judge_term .bottom, #wrap.incu_anime .judge_flow .judge_term .bottom {
      height: 65px;
      background: #f0eee8;
      border-radius: 0 0 8px 8px;
      padding: 7px 0; }
      @media only screen and (max-width: 767px) {
        #wrap.incu_recr .judge_flow .judge_term .bottom, #wrap.incu_anime .judge_flow .judge_term .bottom {
          height: auto; } }
      #wrap.incu_recr .judge_flow .judge_term .bottom.row3, #wrap.incu_anime .judge_flow .judge_term .bottom.row3 {
        font-size: 11px;
        line-height: 1.5; }
        @media only screen and (max-width: 767px) {
          #wrap.incu_recr .judge_flow .judge_term .bottom.row3, #wrap.incu_anime .judge_flow .judge_term .bottom.row3 {
            line-height: 2.3; } }
  #wrap.incu_recr .judge_flow .judge_throw, #wrap.incu_anime .judge_flow .judge_throw {
    display: table-cell;
    width: 87px;
    height: 103px;
    text-align: center;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_recr .judge_flow .judge_throw, #wrap.incu_anime .judge_flow .judge_throw {
        display: block;
        width: 100%;
        height: auto;
        padding: 8px 0; } }

@media only screen and (max-width: 767px) {
  #wrap.incu_recr .contact_way div:last-child, #wrap.incu_anime .contact_way div:last-child {
    width: 100%;
    padding-left: 67px;
    padding-right: 35px;
    margin-top: -54px; } }

#wrap.incu_anime a {
  color: #326fa7; }
  #wrap.incu_anime a:hover {
    text-decoration: underline; }

#wrap.incu_anime .attend_detail {
  line-height: 1.8;
  margin-bottom: 20px; }

#wrap .incu_link {
  text-decoration: underline; }

/*---------------------------
	incubate_tenant 入居者一覧
-----------------------------*/
@media only screen and (max-width: 767px) {
  #wrap.incu_tenants #main {
    padding: 0 15px; } }

#wrap.incu_tenants h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_tenants h1 {
      font-size: 18px;
      padding: 25px 0 0;
      margin: 0 0 20px; } }

#wrap.incu_tenants .tenants_text {
  font-size: 13px;
  line-height: 2.2;
  margin-bottom: 25px; }

#wrap.incu_tenants h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }
  #wrap.incu_tenants h2.subHeader {
    margin-top: 20px; }

#wrap.incu_tenants .wrap_tenant_detail {
  /* 			display: none; */ }

#wrap.incu_tenants .wrap_floor_tenants {
  width: 745px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_tenants .wrap_floor_tenants {
      width: 100%; } }
  #wrap.incu_tenants .wrap_floor_tenants.bottom {
    border: none; }

#wrap.incu_tenants .tenant_header {
  width: 745px;
  font-family: "icomoon" !important;
  font-size: 13px;
  padding: 22px;
  margin-bottom: 12px;
  border-radius: 8px;
  background: #f0eee8;
  text-indent: -3.5em;
  padding-left: 6em;
  font-weight: normal; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_tenants .tenant_header {
      width: 100%; } }
  #wrap.incu_tenants .tenant_header:before {
    float: right;
    font-size: 23px;
    color: #717071;
    margin-top: -4px; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_tenants .tenant_header:before {
        font-size: 17px;
        margin-top: -2px; } }
  #wrap.incu_tenants .tenant_header.change_ico:before {
    content: "\e91e"; }
  #wrap.incu_tenants .tenant_header .room_num {
    margin-right: 1em; }
  #wrap.incu_tenants .tenant_header a {
    color: #326fa7; }
  #wrap.incu_tenants .tenant_header span.line-2 {
    margin-left: -3.5em; }
  #wrap.incu_tenants .tenant_header p.room_name {
    display: inline; }

#wrap.incu_tenants .wrap_tenant_detail {
  font-size: 13px;
  line-height: 2;
  padding-left: 15px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_tenants .wrap_tenant_detail {
      padding-right: 15px; } }
  #wrap.incu_tenants .wrap_tenant_detail .tenant_tel {
    width: 630px;
    padding: 11px 0;
    border-bottom: 1px solid #d8d8d9;
    text-align: left; }
    #wrap.incu_tenants .wrap_tenant_detail .tenant_tel.noworks {
      margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_tenants .wrap_tenant_detail .tenant_tel {
        width: 100%; } }
    #wrap.incu_tenants .wrap_tenant_detail .tenant_tel a {
      float: right;
      display: block;
      color: #326fa7;
      line-height: 2.4; }
      #wrap.incu_tenants .wrap_tenant_detail .tenant_tel a:before {
        float: right;
        color: #626cc7;
        padding-left: 10px;
        margin: 1px 0 -1px; }
  #wrap.incu_tenants .wrap_tenant_detail .tenant_works {
    width: 630px;
    padding: 11px 0 20px; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_tenants .wrap_tenant_detail .tenant_works {
        width: 100%; } }

#wrap.incu_tenants .wrap_incubate_contact {
  padding: 0; }

@media only screen and (max-width: 767px) {
  #wrap.incu_tenants .contact_way div:last-child {
    width: 100%;
    padding-left: 67px;
    margin-top: -54px; } }

/*---------------------------
	incubate_tenant 入居者
-----------------------------*/
#wrap.incu_company #contents {
  padding: 40px 0 60px 10px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_company #contents {
      padding: 0 15px 60px; } }

#wrap.incu_company .page_back {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_company .page_back {
      font-size: 12px;
      color: #9e9e9f;
      padding: 18px 0 0;
      margin-bottom: 0; } }

#wrap.incu_company h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_company h1 {
      font-size: 18px;
      padding: 25px 0 0;
      margin: 0 0 20px; } }

#wrap.incu_company .tenant_info {
  display: table;
  margin-bottom: 23px; }
  @media only screen and (max-width: 767px) {
    #wrap.incu_company .tenant_info {
      display: block; } }
  #wrap.incu_company .tenant_info .com_logo {
    float: left;
    width: 200px;
    margin-right: 30px; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_company .tenant_info .com_logo {
        float: none;
        width: 60%;
        max-width: 400px;
        margin: 0 0 20px; } }
    #wrap.incu_company .tenant_info .com_logo img {
      width: 100%; }
  #wrap.incu_company .tenant_info .com_info {
    display: table-cell;
    font-size: 13px;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      #wrap.incu_company .tenant_info .com_info {
        display: block; } }
    #wrap.incu_company .tenant_info .com_info li {
      margin-bottom: 12px; }
      #wrap.incu_company .tenant_info .com_info li.intaview {
        line-height: 1.5; }
    #wrap.incu_company .tenant_info .com_info a {
      color: #326fa7;
      text-decoration: none; }
    #wrap.incu_company .tenant_info .com_info .ico_arrow_radius {
      display: inline-block;
      margin-left: 10px; }

#wrap.incu_company .tenant_active,
#wrap.incu_company .tenant_works,
#wrap.incu_company .tenant_other {
  padding: 23px 0;
  border-top: 1px dotted #d8d8d9; }
  #wrap.incu_company .tenant_active a,
  #wrap.incu_company .tenant_works a,
  #wrap.incu_company .tenant_other a {
    color: #326fa7; }

#wrap.incu_company h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px; }

#wrap.incu_company .active_detail,
#wrap.incu_company .works_detail,
#wrap.incu_company .other_detail,
#wrap.incu_company .another_works {
  font-size: 13px;
  line-height: 2; }

#wrap.incu_company h3 {
  font-size: 13px;
  font-weight: bold;
  margin: 15px 0 10px; }

/*---------------------------
	incubate_tenant 入居者
-----------------------------*/
@media only screen and (max-width: 767px) {
  #wrap.dmap_top #main {
    padding: 0 15px; } }

#wrap.dmap_top h1 {
  font-size: 24px;
  font-weight: bold;
  margin: 0 0 20px; }
  @media only screen and (max-width: 767px) {
    #wrap.dmap_top h1 {
      font-size: 18px;
      padding: 25px 0 0;
      margin: 0 0 20px; } }

#wrap.dmap_top h2 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px; }

#wrap.dmap_top .description {
  line-height: 2;
  margin-bottom: 34px; }

#wrap.dmap_top .performance {
  padding-left: 1em;
  margin-bottom: 70px; }
  @media only screen and (max-width: 767px) {
    #wrap.dmap_top .performance {
      margin-bottom: 0; } }
  #wrap.dmap_top .performance .perform_lists li {
    margin-bottom: 10px; }
    #wrap.dmap_top .performance .perform_lists li:last-child {
      margin-bottom: 0; }

#wrap.dmap_top .wrap_incubate_contact {
  padding: 0; }

@media only screen and (max-width: 767px) {
  #wrap.dmap_top .contact_way div:last-child {
    width: 100%;
    padding-left: 67px;
    padding-right: 35px;
    margin-top: -54px; } }

#wrap.dmap_top .contact_way .mail_lnk {
  display: block;
  margin: 9px 0 12px; }

#wrap.floor_map {
  width: 100%;
  max-width: 1222px;
  margin: 50px auto; }
  @media only screen and (max-width: 767px) {
    #wrap.floor_map {
      padding: 0 15px; } }
  #wrap.floor_map .img_box {
    float: left; }
  #wrap.floor_map .close_btn {
    position: fixed;
    right: 0;
    padding-right: 10px; }
    @media only screen and (max-width: 767px) {
      #wrap.floor_map .close_btn {
        width: 10%; } }

#wrap.vm_floor #contents {
  padding: 0 0 60px; }
  #wrap.vm_floor #contents #main {
    float: none;
    width: 1000px;
    margin: auto; }
    @media only screen and (max-width: 767px) {
      #wrap.vm_floor #contents #main {
        width: 100%;
        padding: 52px 15px 0; } }

#wrap.vm_floor h1 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 45px 0  30px;
  margin: 0; }

#wrap.vm_floor .second_floor,
#wrap.vm_floor .third_floor {
  padding: 40px 0;
  border-top: 2px solid #fad21f; }

#wrap.vm_floor h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 28px; }

#wrap.vm_floor .second_floor .floor_pictgram {
  text-align: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #wrap.vm_floor .second_floor .floor_pictgram {
      width: 100%;
      max-width: 345px;
      margin: 0 auto 30px; } }

#wrap.vm_floor .second_floor .floor_detail {
  width: 813px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #wrap.vm_floor .second_floor .floor_detail {
      width: 100%; } }

#wrap.vm_floor .second_floor .detail_left {
  float: left;
  margin-right: 25px; }
  @media only screen and (max-width: 767px) {
    #wrap.vm_floor .second_floor .detail_left {
      float: none;
      width: 100%;
      max-width: 160px;
      margin: 0 auto 44px; } }

#wrap.vm_floor .second_floor .floor_right {
  float: left; }
  @media only screen and (max-width: 767px) {
    #wrap.vm_floor .second_floor .floor_right {
      float: none;
      width: 100%;
      max-width: 347px;
      margin: auto; } }

#wrap.vm_floor .third_floor .floor_pictgram {
  text-align: center;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    #wrap.vm_floor .third_floor .floor_pictgram {
      width: 100%;
      max-width: 345px;
      margin: 0 auto 30px; } }

#wrap.vm_floor .third_floor .floor_detail {
  width: 813px;
  margin: auto; }
  @media only screen and (max-width: 767px) {
    #wrap.vm_floor .third_floor .floor_detail {
      width: 100%; } }

#wrap.vm_floor .third_floor .detail_left {
  float: left;
  margin-right: 25px; }
  @media only screen and (max-width: 767px) {
    #wrap.vm_floor .third_floor .detail_left {
      float: none;
      width: 100%;
      max-width: 160px;
      margin: 0 auto 44px; } }

#wrap.vm_floor .third_floor .floor_right {
  float: left; }
  @media only screen and (max-width: 767px) {
    #wrap.vm_floor .third_floor .floor_right {
      float: none;
      width: 100%;
      max-width: 347px;
      margin: auto; } }

#wrap .floor_plan .floor_map {
  display: inline-block;
  vertical-align: top;
  width: 232px;
  margin-right: 25px; }
  @media only screen and (max-width: 767px) {
    #wrap .floor_plan .floor_map {
      margin-right: 12px;
      width: 38.6%; } }
  #wrap .floor_plan .floor_map img {
    width: 100%; }

#wrap .floor_plan .floor_txt {
  font-size: 13px;
  display: inline-block;
  vertical-align: top; }
  @media only screen and (max-width: 767px) {
    #wrap .floor_plan .floor_txt {
      font-size: 12px;
      line-height: 1.4; } }
  #wrap .floor_plan .floor_txt .txt_bold {
    font-weight: bold;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      #wrap .floor_plan .floor_txt .txt_bold {
        margin-bottom: 12px;
        font-size: 14px; } }

#wrap .floor_plan .txt {
  padding-top: 18px;
  margin-top: 33px;
  border-top: 1px dotted #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #wrap .floor_plan .txt {
      padding-top: 21px;
      margin-top: 18px; } }
  #wrap .floor_plan .txt .link {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "icomoon" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative; }
    #wrap .floor_plan .txt .link:before {
      display: inline-block;
      margin-right: 5px;
      content: "\e917";
      color: #ffffff; }
    #wrap .floor_plan .txt .link:before {
      color: #326fa7; }

#contents.mec2017.exhibition .exhibition_area .main .ttl_big {
  color: #000000; }

#contents.mec2017.exhibition .exhibition_area .main .ttl_small {
  color: #000000; }
  #contents.mec2017.exhibition .exhibition_area .main .ttl_small.red {
    color: #e8373d; }

#contents.mec2017.exhibition .exhibition_area .main .txt a {
  color: #000000; }

#contents.mec2017.exhibition .exhibition_area .main .txt.link_blue a {
  color: #000000;
  text-decoration: underline; }

#contents.mec2017.exhibition .sub h2 {
  color: #000000; }

#contents.mec2017.exhibition .award_detail_area .mec_cap {
  font-weight: normal;
  font-size: 12px; }

#contents.mec2017 img {
  max-width: 100%; }

#contents.mec2017 .mainVisual img {
  width: 100%; }

@media only screen and (max-width: 767px) {
  #contents.mec2017 .award_area {
    margin: 0 15px; } }

#contents.mec2017 .award_area .page_back:before {
  font-size: 12px;
  margin-right: 5px; }

#contents.mec2017 .award_area .ttl_big {
  font-size: 24px;
  font-weight: bold;
  margin: 35px 0 25px;
  line-height: 1.33; }
  @media only screen and (max-width: 767px) {
    #contents.mec2017 .award_area .ttl_big {
      font-size: 18px;
      text-align: center;
      margin-top: 25px; } }

#contents.mec2017 .award_area .ttl_small {
  margin: 50px 0 0;
  font-size: 15px;
  font-weight: bold; }
  @media only screen and (max-width: 767px) {
    #contents.mec2017 .award_area .ttl_small {
      text-align: center;
      line-height: 1.83;
      margin: 25px 0 0;
      padding: 25px 0 0;
      border-top: 1px solid #383838; } }

#contents.mec2017 .award_area p.txt {
  margin: 15px 0 0;
  line-height: 2;
  font-size: 15px; }
  @media only screen and (max-width: 767px) {
    #contents.mec2017 .award_area p.txt {
      font-size: 13px; } }
  #contents.mec2017 .award_area p.txt a {
    color: #326fa7; }

#contents.mec2017 .award_area .term {
  margin: 15px 0 0; }
  @media only screen and (max-width: 767px) {
    #contents.mec2017 .award_area .term {
      font-size: 13px;
      text-align: center; } }

#contents.mec2017 .award_area .notice {
  margin: 15px 0 0;
  font-size: 12px;
  color: #9e9e9f;
  left: 1.5; }

#contents.mec2017 .award_area .topics_list {
  margin: 15px 0 0;
  line-height: 2; }
  #contents.mec2017 .award_area .topics_list dt {
    margin: 5px 0 0;
    font-size: 12px;
    color: #9e9e9f; }
    @media only screen and (max-width: 767px) {
      #contents.mec2017 .award_area .topics_list dt {
        font-size: 13px; } }
  #contents.mec2017 .award_area .topics_list dd {
    font-size: 14px; }
    @media only screen and (max-width: 767px) {
      #contents.mec2017 .award_area .topics_list dd {
        font-size: 13px; } }

#contents.mec2017 .award_detail_area + .award_detail_area {
  margin-top: 30px;
  padding-top: 30px; }

#contents.mec2017 .award_detail_area {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top: 1px solid #d8d8d9; }
  @media only screen and (max-width: 767px) {
    #contents.mec2017 .award_detail_area {
      margin: 25px 15px 0;
      padding: 25px 0 0; } }
  #contents.mec2017 .award_detail_area .ttl {
    margin: 0 0 30px;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.4; }
    @media only screen and (max-width: 767px) {
      #contents.mec2017 .award_detail_area .ttl {
        margin: 0 0 25px;
        text-align: center; } }
  #contents.mec2017 .award_detail_area p.txt {
    margin: 15px 0 0;
    font-size: 13px;
    line-height: 1.84; }
    @media only screen and (max-width: 767px) {
      #contents.mec2017 .award_detail_area p.txt {
        font-size: 13px; } }
    #contents.mec2017 .award_detail_area p.txt a {
      color: #326fa7; }
    #contents.mec2017 .award_detail_area p.txt .bold {
      font-weight: bold; }
    #contents.mec2017 .award_detail_area p.txt .red {
      color: #ff3301; }
  #contents.mec2017 .award_detail_area .award_left_photo_box {
    margin: 15px 0 0; }
    #contents.mec2017 .award_detail_area .award_left_photo_box .left {
      float: left;
      width: 156px;
      font-size: 13px; }
      @media only screen and (max-width: 767px) {
        #contents.mec2017 .award_detail_area .award_left_photo_box .left {
          float: none;
          width: auto; } }
    #contents.mec2017 .award_detail_area .award_left_photo_box .right {
      margin-left: 176px; }
      @media only screen and (max-width: 767px) {
        #contents.mec2017 .award_detail_area .award_left_photo_box .right {
          margin: 15px 0 0; } }
      @media only screen and (max-width: 767px) {
        #contents.mec2017 .award_detail_area .award_left_photo_box .right .ttl {
          text-align: left; } }
      #contents.mec2017 .award_detail_area .award_left_photo_box .right .name {
        font-size: 13px;
        line-height: 1.84;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          #contents.mec2017 .award_detail_area .award_left_photo_box .right .name {
            font-size: 13px; } }
      #contents.mec2017 .award_detail_area .award_left_photo_box .right .comment {
        margin: 15px 0 30px;
        padding: 20px 15px;
        background: #f8f7f2; }
        #contents.mec2017 .award_detail_area .award_left_photo_box .right .comment .comment_ttl {
          font-weight: bold;
          font-size: 13px; }
  #contents.mec2017 .award_detail_area .archive_list li {
    float: left;
    text-align: center;
    margin-right: 10px; }
    @media only screen and (max-width: 767px) {
      #contents.mec2017 .award_detail_area .archive_list li {
        margin-top: 10px; } }
    #contents.mec2017 .award_detail_area .archive_list li img {
      margin-bottom: 10px; }
  #contents.mec2017 .award_detail_area .col2_photo {
    margin: 15px 0 0;
    font-size: 13px; }
    #contents.mec2017 .award_detail_area .col2_photo .photo {
      padding-right: 10px;
      float: left;
      max-width: 400px; }
    #contents.mec2017 .award_detail_area .col2_photo img {
      max-width: 100%; }
    #contents.mec2017 .award_detail_area .col2_photo .photo_caption {
      clear: both;
      font-size: 13px;
      line-height: 1.4;
      padding-top: 15px; }
  #contents.mec2017 .award_detail_area .txt + .col2_photo {
    margin-bottom: 30px; }
  #contents.mec2017 .award_detail_area table {
    border-bottom: 1px solid #d8d8d9; }
    #contents.mec2017 .award_detail_area table tr {
      border-top: 1px solid #d8d8d9;
      width: 100%; }
      #contents.mec2017 .award_detail_area table tr th {
        padding: 10px 20px;
        width: 15%;
        text-align: left;
        background: #f8f7f2; }
        @media only screen and (max-width: 767px) {
          #contents.mec2017 .award_detail_area table tr th {
            padding: 5px; } }
      #contents.mec2017 .award_detail_area table tr td {
        padding: 10px 15px;
        width: 40%; }
        @media only screen and (max-width: 767px) {
          #contents.mec2017 .award_detail_area table tr td {
            padding: 5px; } }
        #contents.mec2017 .award_detail_area table tr td span {
          display: inline-block;
          padding-top: 15px; }
        @media only screen and (max-width: 767px) {
          #contents.mec2017 .award_detail_area table tr td {
            padding-top: 5px; } }
      #contents.mec2017 .award_detail_area table tr td.attention {
        color: #ff3301; }
    #contents.mec2017 .award_detail_area table.mec_detail {
      margin-bottom: 30px; }
      #contents.mec2017 .award_detail_area table.mec_detail tr.odd {
        background: #f8f7f2; }
      #contents.mec2017 .award_detail_area table.mec_detail td:first-child {
        width: 10%;
        border-right: 1px dotted #d8d8d9; }

.list-circle {
  display: inline-block;
  width: 11px;
  height: 11px;
  background: #000;
  border-radius: 50%;
  margin-right: 5px; }

#wrap.event_page #contents.detail {
  width: 1000px;
  padding-left: 10px;
  margin: auto;
  line-height: 1.8; }
  @media only screen and (max-width: 767px) {
    #wrap.event_page #contents.detail {
      width: auto;
      padding: 25px 15px 60px; } }
  #wrap.event_page #contents.detail h1 {
    padding-top: 15px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.4; }
    @media only screen and (max-width: 767px) {
      #wrap.event_page #contents.detail h1 {
        padding-top: 8px;
        font-size: 18px; } }
  #wrap.event_page #contents.detail h2 {
    font-weight: bold;
    font-size: 15px; }
  #wrap.event_page #contents.detail h3 {
    margin-top: 10px;
    font-weight: bold;
    font-size: 15px; }
    #wrap.event_page #contents.detail h3 span {
      padding-left: 10px;
      font-weight: normal;
      font-size: 13px; }
      @media only screen and (max-width: 767px) {
        #wrap.event_page #contents.detail h3 span {
          display: block; } }
  #wrap.event_page #contents.detail .event_discription {
    font-size: 13px; }
    @media only screen and (max-width: 767px) {
      #wrap.event_page #contents.detail .event_discription {
        padding-top: 12px;
        width: auto; } }
  #wrap.event_page #contents.detail .mainVisual {
    width: 100%; }
    @media only screen and (max-width: 767px) {
      #wrap.event_page #contents.detail .mainVisual.video {
        position: relative;
        width: 100%; }
        #wrap.event_page #contents.detail .mainVisual.video:after {
          padding-top: 56%; }
      #wrap.event_page #contents.detail .mainVisual iframe {
        position: absolute;
        width: 100% !important;
        height: 100% !important; } }
  #wrap.event_page #contents.detail .event_schedule {
    border-top: 1px solid #d8d8d9; }
    #wrap.event_page #contents.detail .event_schedule a {
      text-decoration: underline; }
    #wrap.event_page #contents.detail .event_schedule tr {
      border-bottom: 1px solid #d8d8d9; }
    #wrap.event_page #contents.detail .event_schedule td {
      padding: 10px 20px; }
    #wrap.event_page #contents.detail .event_schedule td:first-child {
      width: 200px;
      background: #f0eee8; }
      @media only screen and (max-width: 767px) {
        #wrap.event_page #contents.detail .event_schedule td:first-child {
          width: 20%; } }
  @media only screen and (max-width: 767px) {
    #wrap.event_page #contents.detail .event_button {
      text-align: center; } }
  #wrap.event_page #contents.detail .event_request {
    font-size: 10px;
    color: #717071; }
    #wrap.event_page #contents.detail .event_request.txt_red {
      color: #ff0000; }
  #wrap.event_page #contents.detail .sneak_preview_box {
    margin-top: 70px;
    padding-bottom: 33px;
    border-bottom: dashed 1px #d2d2d2; }
    @media only screen and (max-width: 767px) {
      #wrap.event_page #contents.detail .sneak_preview_box {
        width: 100%;
        padding-bottom: 13px; } }
    #wrap.event_page #contents.detail .sneak_preview_box .sneak_preview {
      font-size: 20px;
      font-weight: bold;
      border-bottom: dashed 1px #d2d2d2;
      margin-bottom: 40px;
      padding-bottom: 15px; }
      @media only screen and (max-width: 767px) {
        #wrap.event_page #contents.detail .sneak_preview_box .sneak_preview {
          font-size: 16px;
          padding-bottom: 5px;
          margin-bottom: 20px; } }
    #wrap.event_page #contents.detail .sneak_preview_box .separate02 {
      display: inline-block;
      width: 100%; }
      #wrap.event_page #contents.detail .sneak_preview_box .separate02 .img {
        width: 218px;
        float: left;
        margin-right: 40px;
        border-radius: 9px;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          #wrap.event_page #contents.detail .sneak_preview_box .separate02 .img {
            width: 36%;
            margin-right: 6%; } }
        #wrap.event_page #contents.detail .sneak_preview_box .separate02 .img img {
          width: 100%; }
      #wrap.event_page #contents.detail .sneak_preview_box .separate02 .txt {
        width: 710px;
        float: left; }
        @media only screen and (max-width: 767px) {
          #wrap.event_page #contents.detail .sneak_preview_box .separate02 .txt {
            width: 58%; } }
        #wrap.event_page #contents.detail .sneak_preview_box .separate02 .txt .link {
          margin-top: 12px;
          line-height: 1.8; }
          @media only screen and (max-width: 767px) {
            #wrap.event_page #contents.detail .sneak_preview_box .separate02 .txt .link {
              margin-top: 0px; } }
          #wrap.event_page #contents.detail .sneak_preview_box .separate02 .txt .link a {
            color: #326fa7;
            font-size: 16px; }
            @media only screen and (max-width: 767px) {
              #wrap.event_page #contents.detail .sneak_preview_box .separate02 .txt .link a {
                font-size: 13px; } }
            #wrap.event_page #contents.detail .sneak_preview_box .separate02 .txt .link a:hover {
              cursor: pointer;
              text-decoration: underline; }
        #wrap.event_page #contents.detail .sneak_preview_box .separate02 .txt .date {
          line-height: 1.8;
          font-size: 14px;
          margin-top: 10px;
          color: #9e9e9f; }
          @media only screen and (max-width: 767px) {
            #wrap.event_page #contents.detail .sneak_preview_box .separate02 .txt .date {
              font-size: 13px; } }
  #wrap.event_page #contents.detail .event_day_schedule tr {
    border-bottom: 1px solid #ffffff; }
  #wrap.event_page #contents.detail .event_day_schedule tr:nth-child(odd) {
    background: #fafaf8; }
  #wrap.event_page #contents.detail .event_day_schedule tr:nth-child(even) {
    background: #f0eee8; }
  #wrap.event_page #contents.detail .event_day_schedule td {
    border-left: 1px solid #ffffff;
    padding: 10px 20px; }
    #wrap.event_page #contents.detail .event_day_schedule td.cell_w {
      text-align: center; }
  @media only screen and (max-width: 767px) {
    #wrap.event_page #contents.detail .event_video {
      position: relative;
      width: 100%;
      padding-bottom: 56%; }
      #wrap.event_page #contents.detail .event_video:after {
        content: " "; }
      #wrap.event_page #contents.detail .event_video iframe {
        position: absolute;
        width: 100% !important;
        height: 100% !important; } }
  #wrap.event_page #contents.detail .event_detail_copy {
    font-size: 11px; }
  #wrap.event_page #contents.detail .event_contact {
    margin-top: 35px;
    padding: 30px 0;
    background: #f8f7f2;
    border-radius: 10px; }
    @media only screen and (max-width: 767px) {
      #wrap.event_page #contents.detail .event_contact {
        margin-top: 20px;
        padding: 15px 0px; } }
    #wrap.event_page #contents.detail .event_contact .title {
      font-size: 18px;
      font-weight: bold;
      text-align: center; }
      @media only screen and (max-width: 767px) {
        #wrap.event_page #contents.detail .event_contact .title {
          font-size: 13px; } }
    #wrap.event_page #contents.detail .event_contact .tel {
      display: table;
      margin: 20px auto 0; }
      #wrap.event_page #contents.detail .event_contact .tel .ico_tel {
        display: table-cell;
        padding: 12px;
        float: left;
        font-size: 25px;
        text-align: center;
        vertical-align: middle;
        background: #ffffff; }
      #wrap.event_page #contents.detail .event_contact .tel .ico_contact {
        display: table-cell;
        padding: 12px;
        float: left;
        font-size: 25px;
        text-align: center;
        vertical-align: middle;
        background: #ffffff; }
      #wrap.event_page #contents.detail .event_contact .tel .tel_txt {
        padding: 10px;
        padding-left: 25px;
        width: 230px; }
        #wrap.event_page #contents.detail .event_contact .tel .tel_txt p.txt_bold {
          margin-left: 40px;
          font-size: 13px;
          font-weight: bold; }
        #wrap.event_page #contents.detail .event_contact .tel .tel_txt p.txt {
          margin-left: 40px;
          font-size: 13px; }
  #wrap.event_page #contents.detail .event_img_min {
    width: 30%; }
    #wrap.event_page #contents.detail .event_img_min img {
      width: 100%; }
  #wrap.event_page #contents.detail strong {
    font-weight: bold; }
  @media only screen and (max-width: 767px) {
    #wrap.event_page #contents.detail p img {
      width: auto; } }

#wrap.event_page .event_offer_btn {
  display: inline-block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  line-height: 1.8;
  padding: 10px 20px;
  background: #9a3f4d;
  border-radius: 8px; }
  #wrap.event_page .event_offer_btn.row2:before {
    margin-top: -12px;
    text-align: right; }
  #wrap.event_page .event_offer_btn:before {
    position: absolute;
    right: 10px;
    top: 50%; }

#wrap.event_page .category {
  display: inline-block;
  font-size: 13px;
  padding: 4px 10px;
  color: #ffffff;
  border-radius: 3px; }
  #wrap.event_page .category.museum {
    background: #fad21f; }
  #wrap.event_page .category.hall {
    background: #1eadf6; }
  #wrap.event_page .category.library {
    background: #1ca53d; }
  #wrap.event_page .category.category_other {
    background-color: #959291;
    color: #fff; }

#wrap.event_page .column3 {
  float: left;
  width: 32%;
  margin-right: 2%; }
  #wrap.event_page .column3:nth-child(3n) {
    margin-right: 0; }
    @media only screen and (max-width: 767px) {
      #wrap.event_page .column3:nth-child(3n) {
        margin-right: 2%; } }
  @media only screen and (max-width: 767px) {
    #wrap.event_page .column3 {
      width: 49%; }
      #wrap.event_page .column3:nth-child(2n) {
        margin-right: 0; } }
  #wrap.event_page .column3 img {
    width: 100%; }

#wrap.event_page .column2 {
  float: left;
  width: 48%;
  margin-right: 2%; }
  #wrap.event_page .column2:nth-child(2n) {
    margin-right: 0; }
  #wrap.event_page .column2 img {
    width: 100%; }
  @media only screen and (max-width: 767px) {
    #wrap.event_page .column2.release {
      float: none;
      width: 100%; } }

#wrap.event_page .mt10 {
  margin-top: 10px; }

#wrap.event_page .mt15 {
  margin-top: 15px; }

#wrap.event_page .mt20 {
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    #wrap.event_page .mt20 {
      margin-top: 10px; } }

#wrap.event_page .mt25 {
  margin-top: 25px; }
  @media only screen and (max-width: 767px) {
    #wrap.event_page .mt25 {
      margin-top: 12px; } }

#wrap.event_page .mt30 {
  margin-top: 30px; }
  @media only screen and (max-width: 767px) {
    #wrap.event_page .mt30 {
      margin-top: 15px; } }

#wrap.event_page .mt40 {
  margin-top: 40px; }
  @media only screen and (max-width: 767px) {
    #wrap.event_page .mt40 {
      margin-top: 20px; } }

#wrap.event_page .mt50 {
  margin-top: 50px; }
  @media only screen and (max-width: 767px) {
    #wrap.event_page .mt50 {
      margin-top: 25px; } }

#wrap.event_page .txt-red {
  color: #ff3301; }

.btn_movie_appreciation {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  display: inline-block;
  width: 40%;
  color: #ffffff !important;
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
  background: #eee;
  margin: 10px 4%;
  padding: 10px;
  border-radius: 8px;
  border-style: solid;
  border-width: 2px; }
  .btn_movie_appreciation:before {
    display: inline-block;
    margin-right: 5px;
    content: "\e917";
    color: #ffffff; }
  .btn_movie_appreciation:before {
    float: right;
    margin-top: 18px;
    margin-bottom: 10px; }
  .btn_movie_appreciation.am {
    border-color: #f99;
    background: #f00; }
  .btn_movie_appreciation.pm {
    border-color: #99f;
    background: #00f; }
  .btn_movie_appreciation:hover {
    opacity: 0.6;
    text-decoration: none; }

.event_copy {
  font-size: 11px; }

#wrap .error_blk {
  margin: 28px 0; }

#wrap .error_txt {
  font-size: 13px;
  line-height: 1.8; }

@media only screen and (max-width: 767px) {
  #wrap.twitter #contents {
    padding: 0 0 60px; } }

#wrap.twitter #contents #main {
  width: 1000px; }
  @media only screen and (max-width: 767px) {
    #wrap.twitter #contents #main {
      width: 100%;
      padding: 55px 15px 0; } }
  #wrap.twitter #contents #main .fa_infomation_header {
    margin-left: 10px;
    margin-bottom: 60px; }
    @media only screen and (max-width: 767px) {
      #wrap.twitter #contents #main .fa_infomation_header {
        border-top: 1px solid #f0eee8;
        margin-left: 0;
        padding: 25px 0;
        margin-bottom: 10px; } }
    #wrap.twitter #contents #main .fa_infomation_header h1 {
      margin-top: 0;
      margin-bottom: 22px; }
      @media only screen and (max-width: 767px) {
        #wrap.twitter #contents #main .fa_infomation_header h1 {
          font-size: 18px; } }
    #wrap.twitter #contents #main .fa_infomation_header p {
      font-size: 13px;
      line-height: 2; }
  @media only screen and (max-width: 767px) {
    #wrap.twitter #contents #main .sns_area .sns_list {
      margin: 0 auto; } }
  #wrap.twitter #contents #main .sns_area .sns_list .account_box {
    width: 500px;
    float: left; }
    @media only screen and (max-width: 767px) {
      #wrap.twitter #contents #main .sns_area .sns_list .account_box {
        width: 100%; } }
    #wrap.twitter #contents #main .sns_area .sns_list .account_box:nth-child(-n+4) {
      border-bottom: dashed 1px #d8d8d9;
      padding-bottom: 50px;
      margin-bottom: 40px; }
      @media only screen and (max-width: 767px) {
        #wrap.twitter #contents #main .sns_area .sns_list .account_box:nth-child(-n+4) {
          border: none;
          padding-bottom: 0px;
          margin-bottom: 0px; } }
    #wrap.twitter #contents #main .sns_area .sns_list .account_box .account_left {
      float: left;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        #wrap.twitter #contents #main .sns_area .sns_list .account_box .account_left {
          float: none;
          margin-right: 0px; } }
      #wrap.twitter #contents #main .sns_area .sns_list .account_box .account_left .twitter_image {
        margin-bottom: 20px; }
        @media only screen and (max-width: 767px) {
          #wrap.twitter #contents #main .sns_area .sns_list .account_box .account_left .twitter_image img {
            width: 83.5px;
            float: left;
            margin-right: 10%; } }
      @media only screen and (max-width: 767px) {
        #wrap.twitter #contents #main .sns_area .sns_list .account_box .account_left .twitter_detail {
          float: left;
          margin-top: 10px; } }
      #wrap.twitter #contents #main .sns_area .sns_list .account_box .account_left .twitter_detail .account_name {
        margin-bottom: 15px;
        font-size: 15px;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          #wrap.twitter #contents #main .sns_area .sns_list .account_box .account_left .twitter_detail .account_name {
            margin-bottom: 11px; } }
      #wrap.twitter #contents #main .sns_area .sns_list .account_box .account_left .twitter_detail .account_id {
        font-size: 13px;
        color: #326fa7;
        margin-bottom: 22px; }
        @media only screen and (max-width: 767px) {
          #wrap.twitter #contents #main .sns_area .sns_list .account_box .account_left .twitter_detail .account_id {
            margin-bottom: 9px; } }
    #wrap.twitter #contents #main .sns_area .sns_list .account_box .account_right {
      float: left; }
      @media only screen and (max-width: 767px) {
        #wrap.twitter #contents #main .sns_area .sns_list .account_box .account_right {
          display: none; } }

.press {
  font-size: 13px;
  font-weight: 500; }
  .press .info {
    border-bottom: 1px dotted #d8d8d9;
    border-top: 1px dotted #d8d8d9;
    margin: 26px 0 24px;
    padding: 30px 0; }
    @media only screen and (max-width: 767px) {
      .press .info {
        margin: 24px 0 20px;
        padding: 18px 0; } }
    .press .info_txt {
      font-size: 13px;
      font-weight: 500;
      margin-bottom: 20px; }
    .press .info_item {
      display: inline-block;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .press .info_item {
          display: block; } }
      .press .info_item + .info_item {
        margin-left: 256px; }
        @media only screen and (max-width: 767px) {
          .press .info_item + .info_item {
            margin: 25px 0 0 0; } }
    .press .info_name {
      color: #9e9e9f;
      font-weight: bold;
      margin-bottom: 8px; }
    .press .info_link {
      color: #326fa7; }
    @media only screen and (max-width: 767px) {
      .press .info_tel {
        line-height: 1.5; } }
  .press_guide {
    line-height: 1; }
    .press_guide a {
      color: #326fa7; }
    @media only screen and (max-width: 767px) {
      .press_guide {
        line-height: 1.5; } }
  .press_main {
    margin: 75px 0; }
    @media only screen and (max-width: 767px) {
      .press_main {
        margin: 45px 0 50px; } }
    .press_main-ttl {
      font-size: 18px;
      font-weight: bold;
      line-height: 1; }
      @media only screen and (max-width: 767px) {
        .press_main-ttl {
          font-size: 15px; } }
  .press_selectbox {
    border-radius: 7px;
    display: inline-block;
    margin: 24px 0;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .press_selectbox {
        margin: 20px 0;
        width: 100%; } }
    .press_selectbox .ico_arrow_bottom {
      position: absolute;
      right: 20px;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .press_selectbox .selectbox {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #ececec;
      display: block;
      font-size: 15px;
      line-height: 1;
      padding: 15px 20px;
      width: 280px; }
      @media only screen and (max-width: 767px) {
        .press_selectbox .selectbox {
          font-size: 13px;
          padding: 15px 20px 15px 15px;
          width: 100%; } }
  .press_tabList-item {
    border-top: 1px dotted #d8d8d9;
    line-height: 1;
    padding: 28px 0; }
    @media only screen and (max-width: 767px) {
      .press_tabList-item {
        padding: 20px 0 16px; } }
    .press_tabList-item:last-child {
      border-bottom: 1px dotted #d8d8d9; }
  .press_tabList-date {
    color: #959291; }
    @media only screen and (max-width: 767px) {
      .press_tabList-date {
        color: #000; } }
  .press_tabList-name {
    letter-spacing: .05em;
    margin-top: 25px; }
    @media only screen and (max-width: 767px) {
      .press_tabList-name {
        line-height: 1.7;
        margin-top: 15px; } }
    .press_tabList-name-link {
      color: #326fa7;
      background: url(/assets/img/logo_pdf_red.png) no-repeat left center/18px 23px;
      padding: 5px 0 5px 28px; }
      @media only screen and (max-width: 767px) {
        .press_tabList-name-link {
          background: url(/assets/img/logo_pdf_red.png) no-repeat left center/15px 20px;
          line-height: 1.7;
          padding-left: 22px; } }
  .press_tabList-category {
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    line-height: 1;
    margin-left: 16px;
    padding: 4px 10px; }
    @media only screen and (max-width: 767px) {
      .press_tabList-category {
        font-size: 10px;
        margin-left: 7px;
        padding: 4px 6px; } }
    .press_tabList-category.category_hall {
      background: #1eadf6; }
    .press_tabList-category.category_library {
      background: #1ca53d; }
    .press_tabList-category.category_museum {
      background: #fad21f; }
    .press_tabList-category.category_other {
      background: #959291; }

.viewport {
  position: relative; }

#arrows {
  width: 100%;
  height: 100%;
  top: 0; }

#next,
#prev {
  background: #231815;
  border: 2px solid #f8f7f2;
  border-radius: 100%; }
  #next:hover,
  #prev:hover {
    background: #443f3e; }
  #next img,
  #prev img {
    left: 50%;
    margin-left: -3px;
    margin-top: -5px;
    position: absolute;
    top: 50%; }
    @media only screen and (max-width: 767px) {
      #next img,
      #prev img {
        height: 8px;
        margin-left: -2px;
        margin-top: -4px;
        width: 4px; } }

#next .ico_arrow_right,
#prev .ico_arrow_left {
  color: white;
  display: inline-block;
  font-size: 10px;
  vertical-align: middle; }

.slick-initialized .slick-slide img {
  margin: 0 auto;
  width: 98.52%; }

.slick-next,
.slick-prev {
  height: 44px;
  width: 44px; }
  @media only screen and (max-width: 767px) {
    .slick-next,
    .slick-prev {
      height: 22px;
      width: 22px; } }
  .slick-next:before,
  .slick-prev:before {
    content: "";
    display: none; }

.slick-next {
  right: 23.5%;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .slick-next {
      right: 1.46%; } }

.slick-prev {
  left: 23.5%;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .slick-prev {
      left: 1.46%; } }

button.slick-prev,
button.slick-next {
  z-index: 2; }

.slick-dots {
  bottom: -41px; }
  @media only screen and (max-width: 767px) {
    .slick-dots {
      bottom: -35px; } }

.test .test2 {
  color: red; }
