@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 */
}

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

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: linear-gradient(to right, white 0%, white 36%, #e5e5f0 89%, white 100%);
  border: 1px solid #ccc;
  border-bottom: 3px solid #1677b7;
  padding: 10px 5px;
  margin-top: 40px;
  font-size: 110%;
}

.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;
}

.borderbox {
  text-align: left;
  width: 100%;
  margin: 20px 0px;
  padding: 30px 20px;
  border-radius: 10px;
  border: 3px dashed #C1C1C1;
  background: #FFFCE9;
  color: #000;
  font-weight: bold;
  /* IE8以下用、スマホ専用サイトでは不要 */
  font-size: 16px;
  font-size: 1.6rem;
}

.borderbox span {
  /* IE8以下用、スマホ専用サイトでは不要 */
  font-size: 18px;
  font-size: 1.8rem;
}

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

.pull-right__image > img {
  max-width: 100%;
}

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

/* 固有のパーツ */
.textred {
  color: #FF3B3E;
}

.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;
}

.cpd {
  text-align: center;
  width: 100%;
  margin: 5px 0px 10px;
  padding: 6px;
  border-radius: 40px;
  background: #2891FF;
  color: #FFFFFF;
  font-weight: bold;
  /* IE8以下用、スマホ専用サイトでは不要 */
  font-size: 12px;
  font-size: 1.2rem;
}

.cpd span {
  /* IE8以下用、スマホ専用サイトでは不要 */
  font-size: 14px;
  font-size: 1.4rem;
}

.exhibitionlist > div {
  margin-bottom: 5px;
}

.exhibitionlist > div:last-child {
  margin-bottom: 0;
}

.exhibitionlist > div .btn {
  display: flex;
  justify-content: space-between;
  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: linear-gradient(#e2e2e2, #ffffff);
  border-top: 3px solid #1677b7;
}

.footermenu ul {
  margin-bottom: 0;
}

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

.oshirase {
  background: none;
  background-size: contain;
}

.radio, .checkbox {
  box-sizing: border-box;
  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;
}

@media print {
  .exhibitionlist {
    display: none;
  }
  .breadcrumb {
    display: none;
  }
  .footermenu {
    display: none;
  }
  .noprint {
    display: none;
  }
}

/* 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: 10px;
  }
  .pull-right__image > img {
    width: 100%;
  }
  .cpd {
    text-align: center;
    width: 100px;
    margin: 5px 0px;
    padding: 6px;
    border-radius: 40px;
    background: #2891FF;
    color: #FFFFFF;
    font-weight: bold;
    /* IE8以下用、スマホ専用サイトでは不要 */
    font-size: 12px;
    font-size: 1.2rem;
  }
  .cpd span {
    /* IE8以下用、スマホ専用サイトでは不要 */
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 140%;
  }
  h3 {
    font-size: 110%;
  }
  .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;
  }
}
