@charset "UTF-8";
@font-face {
  font-family: "MyYuGothicM";
  font-weight: normal;
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"), local("YuGothic-Regular");
  /* Mediumがない場合 */ }

@font-face {
  font-family: "MyYuGothicM";
  font-weight: bold;
  src: local("YuGothic-Bold"), local("Yu Gothic");
  /* for Chrome */ }

/* form */
select {
  /* IE8以下用、スマホ専用サイトでは不要 */
  font-size: 16px;
  font-size: 1.6rem;
  border: 1px solid #999;
  width: 50%; }

input {
  width: 100%; }

textarea {
  width: 100%; }

input[type=radio], input[type=checkbox] {
  display: none; }

.radio, .checkbox {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  margin: 0 16px 12px 0;
  padding: 12px 24px 12px 52px;
  border-radius: 8px;
  background-color: #f6f7f8;
  vertical-align: middle;
  cursor: pointer; }
  .radio:hover, .checkbox:hover {
    background-color: #344BFB; }
    .radio:hover:after, .checkbox:hover:after {
      border-color: #ccc; }
  .radio:after, .checkbox:after {
    -webkit-transition: border-color 0.2s linear;
    -o-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 15px;
    display: block;
    margin-top: -10px;
    width: 16px;
    height: 16px;
    border: 2px solid #bbb;
    border-radius: 6px;
    content: ''; }

.radio:before {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #bbb;
  content: '';
  opacity: 0; }
  input[type=radio]:checked + .radio:before {
    opacity: 1; }

.checkbox:before {
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 21px;
  display: block;
  margin-top: -7px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #e2e2e2;
  border-bottom: 3px solid #e2e2e2;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
  input[type=checkbox]:checked + .checkbox:before {
    opacity: 1; }

.attcolumn {
  background: #F7FEFF; }

/* youtube動画 */
.youtube-title {
  font-weight: bold;
  font-size: 110%;
  text-align: center;
  height: 2.4em;
  margin-top: 40px; }

.youtube-movie {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }
  .youtube-movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important; }

/* bootstrapのパーツ */
h2 {
  padding: 10px 10px;
  /*
	background: -webkit-linear-gradient(left, $blue 10%, transparent 100%);
	background: -o-linear-gradient(left, $blue 10%, transparent 100%);
	background: linear-gradient(to right, $blue 10%, transparent 100%);*/
  background-color: #1677b7;
  border-bottom: 1px solid #ccc;
  color: #fff;
  font-size: 180%; }

h3 {
  background-image: -webkit-linear-gradient(left, white 0%, white 36%, #e5e5f0 89%, white 100%);
  background-image: -o-linear-gradient(left, white 0%, white 36%, #e5e5f0 89%, white 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(white), color-stop(36%, white), color-stop(89%, #e5e5f0), to(white));
  background-image: linear-gradient(to right, white 0%, white 36%, #e5e5f0 89%, white 100%);
  border: 1px solid #ccc;
  border-bottom: 3px solid #1677b7;
  padding: 10px 5px;
  font-size: 18px; }

.navbar {
  margin-bottom: 0; }
  .navbar-default {
    background-color: #ffffff; }
  .navbar-brand {
    padding: 5px; }
    .navbar-brand > h1 {
      display: inline;
      margin: 0;
      /* IE8以下用、スマホ専用サイトでは不要 */
      font-size: 0px;
      font-size: 0rem; }
      .navbar-brand > h1 > img {
        height: 100%;
        width: auto; }
  .navbar-information > a {
    display: block;
    margin: -5px 0; }
    .navbar-information > a > img {
      height: 37px; }

.breadcrumb {
  background-color: transparent;
  margin-bottom: 0;
  padding: 8px 0; }

.carousel {
  margin-top: 20px; }

.pull-right__image {
  width: 100%;
  margin-bottom: 10px;
  text-align: center; }
  .pull-right__image > img {
    max-width: 100%; }

.imagephoto__image {
  width: 100%;
  margin-bottom: 10px;
  text-align: center; }
  .imagephoto__image > img {
    max-width: 100%; }

a.nodeco {
  color: #151515;
  text-decoration: none; }

/* lightbox-for-bootstrapのパーツ */
.lb-image {
  max-width: 100%; }

/* 固有のパーツ */
.contentsbody {
  background-image: url(../img/body-bg.jpg);
  background-repeat: repeat-x;
  padding: 10px 0; }

.snsbox {
  text-align: right;
  padding: 3px 0; }
  .snsbox > a {
    display: inline-block; }

.boothlist ul {
  clear: both;
  padding: 0;
  margin: 0;
  list-style: none; }
  .boothlist ul li {
    float: left;
    padding: 0 0 0 30px;
    margin: 10px 0; }

.boothlist .sumai {
  padding: 5px 8px;
  background: #F8B62B;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 5px; }

.boothlist .pr {
  padding: 5px 8px;
  background: #8EC31F;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 5px; }

.boothlist .bouhan {
  padding: 5px 8px;
  background: #C9BC9C;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 5px; }

.boothlist .ref {
  padding: 5px 8px;
  background: #0E6EB8;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 5px; }

.exhibitionlist > div {
  margin-bottom: 5px; }
  .exhibitionlist > div:last-child {
    margin-bottom: 0; }
  .exhibitionlist > div .btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

.exhibitionlist__text {
  /* IE8以下用、スマホ専用サイトでは不要 */
  font-size: 20px;
  font-size: 2rem;
  text-align: left; }

.exhibitionlist__image {
  height: 100px;
  width: 40%;
  background-size: cover;
  background-position: center; }

.footermenu {
  padding: 20px 0;
  background: -webkit-linear-gradient(#e2e2e2, #ffffff);
  background: -o-linear-gradient(#e2e2e2, #ffffff);
  background: -webkit-gradient(linear, left top, left bottom, from(#e2e2e2), to(#ffffff));
  background: linear-gradient(#e2e2e2, #ffffff);
  border-top: 3px solid #1677b7; }
  .footermenu ul {
    margin-bottom: 0; }

.copyright {
  background: #1677b7;
  color: #fff; }

/* media query 部 */
@media only screen and (min-width: 768px) {
  /* bootstrapのパーツ */
  h2 {
    background-color: #1677b7; }
  .navbar {
    border: 0;
    border-bottom: 3px solid #1677b7;
    border-radius: 0; }
    .navbar-default {
      background: -webkit-linear-gradient(transparent 76px, #e2e2e2);
      background: -o-linear-gradient(transparent 76px, #e2e2e2);
      background: linear-gradient(transparent 76px, #e2e2e2); }
    .navbar-brand {
      height: 76px; }
    .navbar-collapse {
      padding-right: 0;
      padding-left: 0; }
    .navbar-nav > li > a {
      padding: 10px 5px;
      border-left: 1px solid #fff;
      border-right: 1px solid #ccc; }
    .navbar-information {
      margin: 0;
      padding: 5px;
      height: 76px; }
      .navbar-information > a {
        display: block;
        margin: -5px; }
        .navbar-information > a > img {
          height: 100%; }
    .navbar-chukei {
      margin: 0 -15px 0 0;
      padding: 5px;
      height: 76px; }
      .navbar-chukei img {
        margin: 26px 0; }
  .pull-right__image {
    width: 40%;
    margin-left: 5px; }
    .pull-right__image > img {
      width: 100%; } }

@media only screen and (min-width: 992px) {
  .navbar > .container-fluid {
    width: 970px; }
  .navbar-default {
    background: -webkit-linear-gradient(transparent 84px, #e2e2e2);
    background: -o-linear-gradient(transparent 84px, #e2e2e2);
    background: linear-gradient(transparent 84px, #e2e2e2); }
  .navbar-brand {
    margin-left: 0 !important;
    height: inherit; }
  .navbar-nav > li > a {
    padding: 15px; }
  .navbar-information {
    margin: 0;
    padding: 10px; }
  .navbar-chukei {
    margin: 0;
    padding: 5px;
    height: 84px; }
    .navbar-chukei img {
      margin: 30px 0; }
  .exhibitionlist > div:first-child {
    margin-top: 20px; } }

@media only screen and (min-width: 1200px) {
  .navbar > .container-fluid {
    width: 1170px; } }
