@charset "UTF-8";
.menuToggle, .subNavArea, .spNav, .navHeader,
.moreLink, .eventLinkTabs, .spText, .calendarNavBottom,
.tabIndex {
  display: none;
}

.tabDetail {
  display: block;
}

.spStrong {
  font-weight: normal;
}

a {
  outline: none;
}

img {
  max-width: 100%;
}

.contentWrapper {
  max-width: 1250px;
  min-width: 980px;
  margin: 0 auto;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.contentWrapper .content_inner {
  width: 100%;
  padding: 0;
}

.footer .content_inner {
  width: 980px;
}

.primary {
  float: left;
  width: 716px;
  padding: 15px 0 0;
}

.secondary {
  float: right;
  width: 231px;
  padding-bottom: 20px;
}

.content_inner .secondary {
  padding-top: 27px;
}

.section {
  margin: 0 0 30px;
}

.single_page .primary {
  width: 100%;
}

.page .hall_page {
  padding-top: 27px;
}
.page .hall_page .primary {
  float: right;
  width: 720px;
}
.page .hall_page .secondary {
  float: left;
  padding-top: 0;
}
.page .hall_page .right_column {
  padding-top: 0;
}

/* tags
-----------------------------*/
html {
  font-size: 10px;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background: url('../images/common/bg-main.jpg?1458892124') top center no-repeat #a2e4f4;
  background-size: contain;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #333;
  font-size: 1.2rem;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  word-wrap: break-word;
}

li {
  list-style: none;
}

a {
  color: #333333;
}

a:hover {
  text-decoration: none;
}

/* clearfix
-----------------------------*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* content_inner
-----------------------------*/
.container, .content_inner {
  width: 980px;
  margin: 0 auto;
  padding: 0 30px;
}

/* header
-----------------------------*/
.header {
  margin: 0 auto;
  max-width: 1250px;
  min-width: 980px;
  width: 100%;
  background: #fff;
}
.header .content_inner {
  position: relative;
  padding: 22px 0 12px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.header .gNav .content_inner {
  padding: 0;
}

.siteLogo {
  padding-top: 3px;
  float: left;
}
.siteLogo a {
  display: block;
  width: 353px;
  height: 75px;
  text-indent: -9999px;
  background: url('../images/common/logo.jpg?1457445284') left top no-repeat;
}

.headerNav {
  position: relative;
  float: right;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: bold;
  font-size: 10px;
}
.headerNav a {
  letter-spacing: 0.05em;
  text-decoration: none;
}
.headerNav a:hover {
  text-decoration: underline;
}
.headerNav ul {
  display: inline-block;
  text-align: right;
}
.headerNav li {
  display: inline-block;
}
.headerNav .subNav li {
  padding-left: 20px;
}
.headerNav .subNav a {
  display: inline-block;
}
.headerNav .contactBtn {
  padding: 4px 10px 2px;
  color: #fff;
  background: #48c0dd;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  border-bottom: 2px solid #43b1cc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.headerNav .contactBtn:hover {
  text-decoration: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.headerNav .snsBtns {
  margin: 0 0 0 12px;
  vertical-align: middle;
}
.headerNav .snsBtns li {
  margin-left: 5px;
}
.headerNav .snsBtns a {
  display: inline-block;
}
.headerNav .snsBtns a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.headerNav .snsBtns a img {
  vertical-align: middle;
}

.searchBox {
  float: left;
  margin-top: 12px;
  text-align: left;
  font-size: 1.2rem;
  background: #e6e6e6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.searchBox input {
  border: 0;
  outline: none;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.searchBox input[type="text"] {
  width: 110px;
  padding: 0 10px;
  background: none;
}
.searchBox input[type="submit"] {
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  cursor: pointer;
  background: url('../images/common/icn-search.png?1458798306') center center no-repeat #48c0dd;
}
.searchBox input[type="submit"]:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.header .searchBox {
  float: right;
  text-align: right;
}

.primary .searchBox input[type="text"] {
  min-width: 200px;
}

/* gnav
-----------------------------*/
.gNav {
  position: relative;
  z-index: 100;
  padding-bottom: 10px;
  background: url('../images/common/shadow-gnav.png?1457486865') bottom center no-repeat;
}
.gNav ul {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  border: 1px solid #48c0dd;
  border-top-color: #51c3df;
  border-bottom-color: #37bada;
}
.gNav a {
  width: 100%;
  display: block;
  padding: 20px 0;
  background: #48c0dd;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  text-shadow: 0px -1px 1px #3098b1;
}
.gNav a:hover, .gNav a.active, .gNav a.current {
  background: #43b1cc;
}
.gNav li {
  position: relative;
  float: left;
  width: 16.667%;
  border-right: 1px solid #2eb7d8;
  border-left: 1px solid #62c9e2;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: bold;
  color: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.gNav li:first-of-type {
  border-left: 0;
}
.gNav li:last-of-type {
  border-right: 0;
}
.gNav li ul {
  display: none;
  position: absolute;
  top: 54px;
  background: rgba(0, 0, 0, 0.7);
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.gNav li ul.openedChildNav {
  display: block;
}
.gNav li li {
  background: none;
  border: 0;
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: bold;
}
.gNav li li a {
  padding: 9px 13px 10px;
  font-size: 1.2rem;
  line-height: 1.3;
  text-align: left;
  background: none;
  text-shadow: 0px -1px 1px #000;
}
.gNav li li a:hover {
  background: none;
  text-decoration: underline;
}
.gNav li li span {
  display: block;
  padding-left: 10px;
  background: url('../images/arrow_white.png?1436332468') left 5px no-repeat;
}
.gNav li li:first-of-type a {
  padding-top: 19px;
}
.gNav li li:last-of-type a {
  padding-bottom: 25px;
}

.fixedNav {
  position: fixed;
  width: 100%;
  top: -100px;
  left: 0;
  padding-bottom: 0;
  background: #48c0dd;
  -moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
}
.fixedNav ul {
  width: 980px;
  margin: 0 auto;
  border: 0;
  border-right: 1px solid #2eb7d8;
  border-left: 1px solid #62c9e2;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.fixedNav a {
  padding: 15px 0;
}
.fixedNav li:first-of-type {
  border-left: 1px solid #2eb7d8;
}
.fixedNav li:last-of-type {
  border-right: 1px solid #62c9e2;
}
.fixedNav li ul {
  top: 43px;
  width: 100%;
}
.fixedNav li ul li {
  border: 0 !important;
}

.fix {
  visibility: hidden;
}

/* topic_path
-----------------------------*/
.topic_path {
  padding: 8px 0 0;
  background: #fff;
}
.topic_path ul {
  width: 980px;
  margin: 0 auto;
  padding-left: 8px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.topic_path li {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  font-size: 10px;
}
.topic_path li:before {
  content: ">";
  position: absolute;
  left: 9px;
  top: 0;
}
.topic_path li:first-child {
  padding-left: 0;
}
.topic_path li:first-child:before {
  content: "";
}

/* hall_name
-----------------------------*/
.hall_name {
  float: left;
  width: 620px;
  padding: 50px 0 42px;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 1px;
}

.hall_name span {
  padding-left: 24px;
  font-size: 1.2rem;
  font-weight: normal;
}

/* hall_event_btns
-----------------------------*/
.hall_event_btns {
  float: right;
  padding-top: 47px;
}

.hall_event_btns li {
  display: inline-block;
  width: 171px;
}

.hall_event_btns li:first-child {
  margin-right: 8px;
}

.hall_event_btns li a {
  position: relative;
  display: block;
  height: 33px;
  line-height: 33px;
  padding-left: 42px;
  border: solid 1px;
  border-bottom: solid 4px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: bold;
  transition: .25s ease-out;
}

.hall_event_btns li a:hover {
  opacity: 0.8;
}

.hall_event_btns li a:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 14px;
  display: block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
}

.hall_event_btns li a.btn_event_calendar:after {
  background-image: url(../images/icon_caledar.png);
}

.hall_event_btns li a.btn_event_info:after {
  background-image: url(../images/icon_event.png);
}

/* right_column
-----------------------------*/
.right_column {
  float: left;
  width: 720px;
  margin-bottom: 35px;
  /* マージン・パディング */
}
.right_column section {
  padding-bottom: 10px;
}
.right_column h1 {
  position: relative;
  margin: 3px 0 27px;
  padding-left: 25px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 1.2;
}
.right_column h1 span {
  display: block;
  margin-bottom: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}
.right_column h1 span.categName {
  margin: 0 0 8px;
  font-weight: bold;
}
.right_column h1:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 5px;
  height: 50px;
  border-radius: 10px;
  background: #48c0dd;
}
.right_column h1.short {
  padding-left: 20px;
}
.right_column h1.short::after {
  height: 25px;
}
.right_column .contentsHeader h1 {
  position: relative;
  margin: 0 0 35px;
  padding: 35px 0;
  font-size: 2.8rem;
  border-bottom: 1px solid #e5e5e5;
}
.right_column .contentsHeader h1:after {
  display: none;
}
.right_column .contentsHeader .more {
  position: absolute;
  bottom: 40px;
  right: 10px;
  margin: 0;
}
.right_column h2 {
  position: relative;
  line-height: 1.6;
  margin-bottom: 13px;
  padding: 5px 27px 4px;
  border-radius: 4px;
  font-size: 1.6rem;
  background: #d1f2fa;
}
.right_column h2 span {
  font-weight: normal;
  line-height: 1;
  font-size: 1rem;
}
.right_column h2 span.more {
  position: absolute;
  top: 15px;
  right: 10px;
  margin: 0;
}
.right_column h2 span .arrow {
  font-size: 1rem;
}
.right_column h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 5px;
  height: 16px;
  margin-top: -8px;
  border-radius: 10px;
  background: #48c0dd;
}
.right_column h3 {
  line-height: 1.8;
  margin-bottom: 13px;
  padding-bottom: 5px;
  border-bottom: solid 1px #e6e6e6;
  font-size: 1.4rem;
}
.right_column h4 {
  font-size: 1.4rem;
  line-height: 1.5;
  font-size: 1.4rem;
}
.right_column h5 {
  position: relative;
  font-size: 1.4rem;
  margin: 20px 0 5px;
  padding: 0 0 0 18px;
}
.right_column h5:before {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  content: '■';
  color: #a2e4f4;
}
.right_column p {
  line-height: 1.8;
}
.right_column li {
  line-height: 1.8;
}
.right_column article li {
  line-height: 1.5;
}
.right_column article p {
  margin-bottom: 27px;
}
.right_column .dl_column_2 {
  float: left;
  width: 320px;
  line-height: 1.5;
  margin-bottom: 15px;
  padding: 0 8px;
}
.right_column .dl_column_2 dt {
  font-size: 1.4rem;
  font-weight: bold;
}
.right_column .dl_column_2 dd {
  margin-left: 5px;
  padding-left: 10px;
  border-left: solid 1px #e5e5e5;
  font-size: 1.2rem;
}
.right_column .dl_column_2:nth-of-type(2n) {
  margin-left: 40px;
}
.right_column table, .right_column th, .right_column td {
  border: solid 1px #e6e6e6;
}
.right_column table {
  width: 100%;
  margin-bottom: 27px;
}
.right_column table caption {
  text-align: right;
  padding-bottom: 4px;
}
.right_column table th, .right_column table td {
  padding: 12px;
  text-align: left;
}
.right_column table th {
  background: #f2f2f2;
}
.right_column ol {
  padding-left: 2em;
}
.right_column ol li {
  list-style-type: decimal;
}
.right_column .mb-0 {
  margin-bottom: 0px;
}
.right_column .mt-0 {
  margin-top: 0px;
}
.right_column .pb-0 {
  padding-bottom: 0px;
}
.right_column .pt-0 {
  padding-top: 0px;
}
.right_column .pdng-0 {
  padding: 0px;
}
.right_column .mb-5 {
  margin-bottom: 5px;
}
.right_column .mt-5 {
  margin-top: 5px;
}
.right_column .pb-5 {
  padding-bottom: 5px;
}
.right_column .pt-5 {
  padding-top: 5px;
}
.right_column .pdng-5 {
  padding: 5px;
}
.right_column .mb-10 {
  margin-bottom: 10px;
}
.right_column .mt-10 {
  margin-top: 10px;
}
.right_column .pb-10 {
  padding-bottom: 10px;
}
.right_column .pt-10 {
  padding-top: 10px;
}
.right_column .pdng-10 {
  padding: 10px;
}
.right_column .mb-15 {
  margin-bottom: 15px;
}
.right_column .mt-15 {
  margin-top: 15px;
}
.right_column .pb-15 {
  padding-bottom: 15px;
}
.right_column .pt-15 {
  padding-top: 15px;
}
.right_column .pdng-15 {
  padding: 15px;
}
.right_column .mb-20 {
  margin-bottom: 20px;
}
.right_column .mt-20 {
  margin-top: 20px;
}
.right_column .pb-20 {
  padding-bottom: 20px;
}
.right_column .pt-20 {
  padding-top: 20px;
}
.right_column .pdng-20 {
  padding: 20px;
}
.right_column .mb-25 {
  margin-bottom: 25px;
}
.right_column .mt-25 {
  margin-top: 25px;
}
.right_column .pb-25 {
  padding-bottom: 25px;
}
.right_column .pt-25 {
  padding-top: 25px;
}
.right_column .pdng-25 {
  padding: 25px;
}
.right_column .mb-30 {
  margin-bottom: 30px;
}
.right_column .mt-30 {
  margin-top: 30px;
}
.right_column .pb-30 {
  padding-bottom: 30px;
}
.right_column .pt-30 {
  padding-top: 30px;
}
.right_column .pdng-30 {
  padding: 30px;
}
.right_column .mb-35 {
  margin-bottom: 35px;
}
.right_column .mt-35 {
  margin-top: 35px;
}
.right_column .pb-35 {
  padding-bottom: 35px;
}
.right_column .pt-35 {
  padding-top: 35px;
}
.right_column .pdng-35 {
  padding: 35px;
}
.right_column .mb-40 {
  margin-bottom: 40px;
}
.right_column .mt-40 {
  margin-top: 40px;
}
.right_column .pb-40 {
  padding-bottom: 40px;
}
.right_column .pt-40 {
  padding-top: 40px;
}
.right_column .pdng-40 {
  padding: 40px;
}
.right_column .mb-45 {
  margin-bottom: 45px;
}
.right_column .mt-45 {
  margin-top: 45px;
}
.right_column .pb-45 {
  padding-bottom: 45px;
}
.right_column .pt-45 {
  padding-top: 45px;
}
.right_column .pdng-45 {
  padding: 45px;
}
.right_column .mb-50 {
  margin-bottom: 50px;
}
.right_column .mt-50 {
  margin-top: 50px;
}
.right_column .pb-50 {
  padding-bottom: 50px;
}
.right_column .pt-50 {
  padding-top: 50px;
}
.right_column .pdng-50 {
  padding: 50px;
}
.right_column .font-13 {
  font-size: 1.3rem;
}
.right_column .font-14 {
  font-size: 1.4rem;
}
.right_column .font-15 {
  font-size: 1.5rem;
}
.right_column .font-16 {
  font-size: 1.6rem;
}
.right_column .font-17 {
  font-size: 1.7rem;
}
.right_column .font-18 {
  font-size: 1.8rem;
}
.right_column .font-19 {
  font-size: 1.9rem;
}
.right_column .font-20 {
  font-size: 2rem;
}
.right_column .font-21 {
  font-size: 2.1rem;
}
.right_column .font-22 {
  font-size: 2.2rem;
}
.right_column .font-23 {
  font-size: 2.3rem;
}
.right_column .font-24 {
  font-size: 2.4rem;
}
.right_column .font-black {
  color: #000;
}
.right_column .font-keyColor {
  color: #48c0dd;
}

/* column_2
-----------------------------*/
.column_2 {
  display: block;
}
.column_2 .column_2_inner {
  float: left;
  width: 350px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.column_2 .column_2_inner:nth-child(2n) {
  float: right;
}
.column_2 .column_2_inner p {
  font-size: 1.2rem;
}
.column_2 .thumb {
  float: left;
}
.column_2 .detail {
  float: right;
}

/* column_3
-----------------------------*/
.column_3 {
  display: block;
}
.column_3 .column_3_inner {
  float: left;
  width: 220px;
  margin-right: 21px;
}
.column_3 .column_3_inner:nth-child(3n) {
  margin-right: 0;
}
.column_3 .column_3_inner p {
  font-size: 1.2rem;
}

/* img_list_2
-----------------------------*/
.img_list_2 {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 27px;
}

.img_list_2 li {
  float: left;
  width: 350px;
  margin-left: 20px;
}

.img_list_2 li:first-child {
  margin-left: 0;
}

.img_list_2 li img {
  margin-bottom: 4px;
}

/* img_list_3
-----------------------------*/
.img_list_3 {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 27px;
}

.img_list_3 li {
  float: left;
  width: 226px;
  margin-left: 21px;
}

.img_list_3 li:first-child {
  margin-left: 0;
}

.img_list_3 li img {
  margin-bottom: 4px;
}

/* arrow
-----------------------------*/
.arrow {
  position: relative;
  padding-left: 17px;
  transition: .25s ease-out;
}
.arrow:hover {
  opacity: 0.8;
}
.arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  border-radius: 50%;
  background: #48c0dd url(../images/arrow_white.png) no-repeat 4px 3px;
  transition: .25s ease-out;
}

span.arrow:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.arrow_large {
  padding-left: 20px;
  font-size: 1.4rem !important;
}

.arrow_large:after {
  left: 2px;
  width: 13px;
  height: 13px;
  margin-top: -7px;
  border-radius: 50%;
  background: #333 url(../images/arrow_white.png) no-repeat center center;
}

/* arrow_simple
-----------------------------*/
.arrow_simple {
  position: relative;
  padding-left: 10px;
  font-size: 1.2rem;
  transition: .25s ease-out;
}

.arrow_simple:hover {
  opacity: 0.8;
}

.arrow_simple:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  display: block;
  width: 3px;
  height: 5px;
}

.arrow_simple:after {
  background: url(../images/arrow_black.png) no-repeat;
}

/* link
----------------------------*/
.link {
  color: #3bbcdb;
}

/* pdf_link
----------------------------*/
.pdf_link {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

.pdf_link span {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 8px;
  margin-top: -8px;
  padding: 3px 3px 4px;
  background: #CC0000;
  color: #fff;
  font-size: 8px;
  font-weight: bold;
}

/* doc_link
----------------------------*/
.doc_link {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

.doc_link span {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 8px;
  margin-top: -4px;
  padding: 1px 3px;
  background: #006AD5;
  color: #fff;
  font-size: 8px;
}

/* exl_link
----------------------------*/
.exl_link {
  position: relative;
  display: inline-block;
  padding-right: 40px;
}

.exl_link span {
  position: absolute;
  top: 50%;
  right: 10px;
  line-height: 8px;
  margin-top: -4px;
  padding: 1px 3px;
  background: #52a23c;
  color: #fff;
  font-size: 8px;
}

/* external_link
-----------------------------*/
.external_link {
  position: relative;
  padding-right: 20px;
  font-size: 1.2rem;
  transition: .25s ease-out;
}

.external_link:before {
  content: "";
  position: absolute;
  top: 4px;
  right: 5px;
  display: block;
  width: 9px;
  height: 7px;
}

.external_link:hover {
  opacity: 0.8;
}

.external_link:before {
  background: url(../images/icon_external.png) no-repeat;
}

/* link_list
-----------------------------*/
.link_list {
  margin-bottom: 27px;
}

.link_list li {
  line-height: 1.8;
  margin-bottom: 5px;
}

/* link_list_mark
-----------------------------*/
.link_list_mark {
  margin-bottom: 27px;
}

.link_list_mark li {
  line-height: 1.8;
  margin-bottom: 5px;
}

.link_list_mark li {
  padding-left: 12px;
  background: url(../images/icon_list.png) no-repeat left 9px;
}

/* link_list_horizontal
-----------------------------*/
.link_list_horizontal {
  margin-bottom: 27px;
}

.link_list_horizontal li {
  display: inline-block;
  line-height: 1.8;
  margin: 0 20px 5px 0;
}

/* link_list_box
-----------------------------*/
.link_list_box {
  margin-bottom: 27px;
  padding: 12px 15px;
  border: solid 1px #e6e6e6;
  border-radius: 3px;
}

.link_list_box li {
  display: inline-block;
  line-height: 1.8;
  margin-right: 20px;
  font-weight: bold;
}

/* anchor_list
-----------------------------*/
.anchor_list {
  margin-bottom: 27px;
  padding: 12px 15px;
  border: solid 1px #e6e6e6;
  border-radius: 3px;
}

.anchor_list li {
  display: inline-block;
  line-height: 1.8;
  margin-right: 20px;
}

.anchor_list li a {
  padding-left: 14px;
  font-weight: bold;
  text-decoration: underline;
  background: url(../images/arrow_anchor.png) no-repeat left 5px;
}

.anchor_list li a:hover {
  text-decoration: none;
}

.win .anchor_list li a {
  background-position: left 7px;
}

.font_normal li {
  font-weight: normal;
}
.font_normal a {
  text-decoration: none;
}
.font_normal a:hover {
  text-decoration: underline;
}

/* 色付きカラム
-----------------------------*/
.colorPanel {
  padding: 22px;
  background: #f7f5f5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* table_1
-----------------------------*/
.table_1 th {
  width: 180px;
  padding: 12px;
}

/* table_2
-----------------------------*/
.table_2 th {
  background: #f8f8f8;
}

.table_1 th,
.table_item {
  background: rgba(209, 242, 250, 0.5);
}

/* table_contact
-----------------------------*/
.table_contact th {
  width: 20%;
}

/* relation
-----------------------------*/
.relation {
  margin-bottom: 27px;
  border-radius: 3px;
  background: #f2f2f2;
}

.relation h4 {
  position: relative;
  line-height: 1.8;
  margin-bottom: 13px;
  padding: 9px 32px;
  border-bottom: solid 1px #d9d9d9;
  box-shadow: 0 1px 0 #fefefe;
  font-size: 16px;
}

.relation h4:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 17px;
  display: block;
  width: 5px;
  height: 16px;
  margin-top: -8px;
  border-radius: 10px;
  background: #333;
}

.relation dl {
  float: left;
  width: 320px;
  line-height: 1.8;
  margin-bottom: 15px;
  padding: 0 8px 0 15px;
}

.relation dl:nth-child(2n+1) {
  margin-left: 0;
  padding-left: 27px;
  border-left: solid 1px #d9d9d9;
  box-shadow: -1px 0 0 #fff;
}

.relation dl dt {
  margin-bottom: 10px;
}

.relation dl dt a {
  text-decoration: none;
  font-size: 1.4rem;
}

.relation dl dd {
  margin-left: 5px;
}

.relation dl dd a.arrow_simple {
  padding-left: 8px;
}

.relation dl dd a.arrow_simple:after {
  left: 0;
}

.relation dl dd:first-child {
  margin-top: 0;
}

.relation dl dd li {
  margin-top: 4px;
}

.relation dl.relation_column_3 {
  float: left;
  width: 215px;
  padding: 0 20px 0 0;
}

.relation dl.relation_column_3:nth-child(2n+1) {
  margin-left: 0;
  border-left: none;
  box-shadow: none;
}

.relation dl.relation_column_3:nth-of-type(3n-2) {
  margin-left: 15px;
}

.relation dl.relation_column_3 dt {
  border-bottom: solid 1px #d9d9d9;
  box-shadow: 0 1px 0 #fff;
}

/* left_column
-----------------------------*/
.left_column {
  float: right;
  width: 232px;
  margin-bottom: 27px;
}

/* nav_category
-----------------------------*/
.nav_category {
  margin-bottom: 20px;
  border-radius: 6px;
  background: #f2f2f2;
}
.nav_category h3 {
  padding: 18px 20px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 1.4rem;
  background: #48c0dd;
}
.nav_category h3 a {
  color: white;
  text-decoration: none;
}
.nav_category h3 a:hover {
  color: white !important;
}
.nav_category .to_top {
  padding: 0;
}
.nav_category .to_top a {
  padding: 18px 15px;
  position: relative;
  display: block;
}
.nav_category .to_top a:after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  left: inherit;
  margin-top: -6px;
  width: 8px;
  height: 11px;
  background: url('../images/common/arw-right-white.png?1457519303') right center no-repeat;
}
.nav_category .to_top a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}
.nav_category dl {
  padding: 0 15px;
  border-bottom: solid 1px #d9d9d9;
  box-shadow: 0 1px 0 #fff;
}
.nav_category dl:last-child, .nav_category dl.last-year {
  border-radius: 0 0 6px 6px;
  border-bottom: 0;
  padding-bottom: 1px;
}
.nav_category dt {
  cursor: pointer;
  padding: 15px 11px 15px 20px;
  font-size: 1.4rem;
}
.nav_category dt a {
  display: block;
  text-decoration: none;
}
.nav_category dt.none_child_nav {
  cursor: default;
}
.nav_category dt:after {
  top: 50%;
  margin-top: -6px;
  transition: .25s ease-out;
}
.nav_category dt.has_link {
  padding: 0;
}
.nav_category dt.has_link a {
  font-size: 1.4rem;
}
.nav_category dt.has_link .arrow {
  display: block;
  padding: 18px 11px 18px 20px;
  text-decoration: none;
}
.nav_category dt.has_link .arrow:after {
  top: 50%;
  margin-top: -5px;
}

.nav_category dl.nav_category_show dt:after,
.nav_category dl dt:hover:after {
  transform: rotate(90deg);
}

.nav_category dl dd {
  display: none;
  margin-bottom: 10px;
  padding: 10px;
  background: #fff;
}

.nav_category dl.nav_category_show dd {
  display: block;
}

.nav_category dd a {
  display: block;
  padding: 8px 10px 8px 20px;
  text-decoration: none;
  transition: .25s ease-out;
  font-family: "Lucida Grande", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

.nav_category dd a:after {
  top: 14px;
  left: 10px;
}

.nav_category dd a:hover {
  padding-left: 13px;
  font-weight: bold;
  opacity: 0.8;
  color: #48c0dd;
  background: #d1f2fa;
}

.nav_category dd a:hover:after {
  display: none;
}

.nav_category .nav_category_current {
  padding: 8px 10px 8px 13px;
  font-weight: bold;
  background: #d1f2fa;
}

.side_category_list .to_parent {
  padding: 0;
  background: #48c0dd;
}
.side_category_list .to_parent .arrow {
  display: block;
  padding: 18px 15px 18px 35px;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.side_category_list .to_parent .arrow:after {
  left: 15px;
  margin-top: -6px;
  background-color: #fff;
  background-image: url('../images/arrow_pink.png?1457610317');
}
.side_category_list .to_parent .arrow:hover:after {
  background-color: #fff !important;
}
.side_category_list .nav_category_current {
  padding: 0;
}
.side_category_list .nav_category_current a {
  padding-left: 10px;
  color: #48c0dd;
}
.side_category_list .nav_category_current a:after {
  background: none;
}
.side_category_list .nav_all dt.arrow:after, .side_category_list .nav_all dt.arrow:hover:after, .side_category_list .nav_all dt.has_link a.arrow:after {
  background-color: #109216 !important;
}
.side_category_list .event_title .arrow_simple {
  line-height: 1.4;
}
.side_category_list .event_title .arrow_simple:after {
  top: 15px;
}

.event_year_list .to_parent {
  padding: 0;
}
.event_year_list .to_parent .arrow {
  padding: 18px 15px 18px 45px;
}
.event_year_list .to_parent .arrow:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 15px;
  width: 22px;
  height: 22px;
  margin-top: -11px;
  background: url('../images/common/icn-calendar.jpg?1458814295') center center no-repeat #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.event_year_list .to_parent .arrow:after {
  content: '';
  right: 15px;
  left: inherit;
  margin-top: -6px;
  width: 8px;
  height: 11px;
  background: url('../images/common/arw-right-white.png?1457519303') right center no-repeat;
}
.event_year_list .to_parent .arrow:hover:after {
  background-color: transparent !important;
}
.event_year_list div.to_parent {
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.event_year_list .btn_event .arrow:before {
  background: url('../images/common/icn-event.jpg?1458814295') center center no-repeat #fff;
}
.event_year_list .btn_about .arrow:before {
  background: url('../images/common/icn-side-about.png?1458814195') center 3px no-repeat #fff;
}
.event_year_list .btn_guide .arrow:before {
  background: url('../images/common/icn-side-guide.png?1458814213') center 3px no-repeat #fff;
}
.event_year_list .btn_culture .arrow:before {
  background: url('../images/common/icn-side-culture.png?1458601342') center 4px no-repeat #fff;
}

.nav_btn {
  margin: 0 0 7px;
  padding-bottom: 5px;
  background: url('../images/common/shadow-sidenav.png?1457622352') bottom center no-repeat;
}
.nav_btn .to_parent {
  border-top: 1px solid #48c0dd;
  border-bottom: 1px solid #43b1cc;
}

.event_year_list:last-of-type {
  margin-bottom: 15px;
}

.latestEvents {
  padding: 14px 15px 10px;
}
.latestEvents li {
  padding-bottom: 5px;
}
.latestEvents li a {
  display: block;
  padding: 5px 0 5px 20px;
  text-decoration: none;
}
.latestEvents li a:after {
  top: 9px;
  margin-top: 0;
}
.latestEvents li a:hover {
  color: #48c0dd;
  padding-left: 26px;
  font-weight: bold;
  background: #fff;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.latestEvents li a:hover:after {
  left: 9px;
}
.latestEvents li.nav_category_current {
  margin-bottom: 5px;
}
.latestEvents li.nav_category_current a {
  padding-left: 26px;
  font-weight: bold;
  background: #fff;
}
.latestEvents li.nav_category_current a:after {
  left: 9px;
  background: url('../images/arrow_white.png?1436332468') no-repeat 4px 3px #48c0dd;
}

/* nav_other
-----------------------------*/
.nav_other {
  margin-bottom: 27px;
  padding: 21px 23px;
  border: solid 1px #e6e6e6;
  border-radius: 5px;
}

.nav_other li {
  margin-bottom: 15px;
}

.nav_other li:last-child {
  margin-bottom: 0;
}

.nav_other li a {
  text-decoration: none;
}

.nav_other li a:hover {
  text-decoration: underline;
}

/* サイドバー
-----------------------------*/
.side_block {
  margin: 0 0 20px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.side_block h2 {
  margin: 0 0 15px;
  padding: 0 20px 8px 45px;
  font-size: 1.6rem;
  line-height: 1.5;
}

/* 営業時間
-----------------------------*/
.hoursArea {
  margin: 0 0 20px;
  padding: 12px 0;
  background: #48c0dd;
  border: 0;
  color: #fff;
}
.hoursArea h2 {
  background: url('../images/common/icn-time.png?1457446949') 20px 3px no-repeat;
  min-height: 18px;
  border-bottom: 1px solid rgba(67, 177, 204, 0.6);
  -moz-box-shadow: 0px 1px 0px rgba(162, 228, 244, 0.2);
  -webkit-box-shadow: 0px 1px 0px rgba(162, 228, 244, 0.2);
  box-shadow: 0px 1px 0px rgba(162, 228, 244, 0.2);
}
.hoursArea .detail {
  margin: 0 20px;
}
.hoursArea p {
  margin: 0 0 15px;
  padding: 15px 0;
  background: #fff;
  color: #333;
  text-align: center;
  font-weight: bold;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.hoursArea ul {
  width: 100%;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.hoursArea li {
  padding: 0;
  vertical-align: top;
}
.hoursArea li:last-of-type {
  padding: 10px 0 5px;
  margin: 7px 0 0;
  border-top: 1px solid rgba(67, 177, 204, 0.6);
  -moz-box-shadow: inset 0px 1px 1px rgba(162, 228, 244, 0.2);
  -webkit-box-shadow: inset 0px 1px 1px rgba(162, 228, 244, 0.2);
  box-shadow: inset 0px 1px 1px rgba(162, 228, 244, 0.2);
}
.hoursArea li strong, .hoursArea li span {
  display: block;
}
.hoursArea li strong {
  float: left;
  padding: 0 0 5px;
  text-align: left;
}
.hoursArea li span {
  text-align: right;
}

.closedDays {
  padding: 15px 0;
  background: #fef6df;
  border: 1px solid #ffb400;
}
.closedDays h2 {
  padding-left: 49px;
  background: url('../images/common/icn-side-close.png?1458800796') 20px 1px no-repeat;
  border-bottom: 1px solid #ffb400;
}
.closedDays p {
  padding: 0 0 0 20px;
  font-size: 1.3rem;
  line-height: 1.7;
}

.journalArea {
  padding: 23px 0 0;
  border-top: 1px solid #e5e5e5;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.journalArea .thumb {
  float: left;
  width: 85px;
}
.journalArea .thumb img {
  max-width: 100%;
}
.journalArea .detail {
  float: right;
  width: 127px;
}
.journalArea h2 {
  padding: 0;
  font-size: 1.4rem;
}
.journalArea h2 span {
  display: block;
  margin: 0 0 5px;
  font-size: 1rem;
}
.journalArea h2 .journalHallName {
  margin: 0;
}
.journalArea li {
  font-size: 1rem;
  margin: 0 0 5px;
}
.journalArea a {
  text-decoration: none;
}
.journalArea a:hover {
  text-decoration: underline;
}

.banner_area {
  padding: 20px 0 0;
  border-top: 1px solid #e5e5e5;
  margin-bottom: 18px;
}
.banner_area .sp {
  display: none;
}

/* シリーズ企画
-----------------------------*/
.seriesArea {
  margin: 0 0 30px;
  border-top: 1px solid #f0b8c7;
  border-bottom: 1px solid #e5e5e5;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.seriesArea h2 {
  margin: 0 0 18px;
  padding: 15px;
  font-size: 1.4rem;
  line-height: 1;
  background: #f7f5f5;
}
.seriesArea a {
  text-decoration: none;
}
.seriesArea a:hover {
  text-decoration: underline;
}
.seriesArea td {
  margin: 0;
  padding: 0 0 20px;
  vertical-align: middle;
  font-weight: bold;
}
.seriesArea td img {
  margin: 0;
  vertical-align: middle;
}
.seriesArea tr td:first-of-type {
  width: 50px;
}
.seriesArea tr td:last-of-type {
  padding-left: 15px;
}

.reservation {
  padding: 12px 14px;
  line-height: 1.6;
  background: #fff;
  border: 1px solid #e6e6e6;
}
.reservation h2 {
  margin-bottom: 8px;
}
.reservation h2:before {
  background: #109216;
}
.reservation p {
  margin: 0 0 10px;
}
.reservation li {
  margin: 0 0 5px;
}
.reservation li:last-child {
  margin: 0;
}
.reservation li a {
  padding-left: 20px;
  text-decoration: none;
}
.reservation li a:hover {
  text-decoration: underline;
}

.win .reservation .arrow:after {
  margin-top: -6px;
}

/* banner_area
-----------------------------*/
.banner_area {
  margin-bottom: 27px;
}

.banner_area li {
  margin-bottom: 10px;
}

.banner_area li:last-child {
  margin-bottom: 0;
}

.banner_area li a {
  transition: .25s ease-out;
}

.banner_area li a:hover {
  opacity: 0.6;
}

/* side_info
----------------------------*/
.side_info {
  padding: 18px 16px;
  border-radius: 5px;
}

.side_info h4 {
  margin-bottom: 16px;
  font-size: 1.4rem;
}

.side_info ul {
  padding: 15px 13px;
  background: #fff;
}

.side_info ul li {
  line-height: 1.8;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #e6e6e6;
}

.side_info ul li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.side_info ul li.list_mark {
  margin: 0;
  padding: 0 0 0 10px;
  border: none;
  font-size: 10px;
  background: url(../images/icon_list.png) no-repeat left 6px;
}

.side_info .side_info_tel dt {
  clear: both;
  float: left;
  width: 32px;
  height: 17px;
  line-height: 17px;
  margin-right: 8px;
  border-radius: 3px;
  text-align: center;
  color: #fff;
  font-size: 10px;
  background: #b3b3b3;
}

.side_info .side_info_tel dt:first-child {
  margin-bottom: 8px;
}

.side_info_tel dd {
  line-height: 17px;
  font-weight: bold;
}

.side_info_tel dd:first-of-type {
  margin-bottom: 8px;
  font-size: 16px;
}

/* side_info_other
----------------------------*/
.side_info ul li.side_info_other {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  font-size: 10px;
}

.side_info_other dt {
  clear: both;
  float: left;
  width: 60px;
  font-weight: bold;
}

.side_info_other dd ul {
  padding: 0;
  margin-top: 10px;
}

.pageTop {
  text-align: center;
}
.pageTop a {
  display: block;
  width: 100%;
  height: 28px;
  margin: 0 auto;
  padding: 26px 0;
  text-decoration: underline;
  text-indent: -9999px;
  background: url('../images/common/btn-pagetop.jpg?1458813037') center center no-repeat;
}
.pageTop a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

/* snsLinks
----------------------------*/
.snsLinks {
  padding: 19px 0;
  background: #d1f2fa;
  text-align: center;
}
.snsLinks li {
  display: inline-block;
  width: 156px;
  padding: 0 5px;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: bold;
}
.snsLinks li span {
  padding-left: 20px;
  background: url('../images/common/icn-fb.png?1457447202') left center no-repeat;
}
.snsLinks li a {
  display: inline-block;
  width: 100%;
  padding: 14px;
  color: #fff;
  background: #3a5a9d;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.snsLinks li a:hover {
  background: #4267b3;
}
.snsLinks li a.tw {
  background: #000000;
}
.snsLinks li a.tw:hover {
  background: #333333;
}
.snsLinks li a.tw span {
  padding-left: 26px;
  background: url('../images/common/icn-tw.png?1457447202') left center no-repeat;
}
.snsLinks li a.gp {
  background: #e8482d;
}
.snsLinks li a.gp:hover {
  background: #eb6049;
}
.snsLinks li a.gp span {
  padding-left: 30px;
  background: url('../images/common/icn-gp.png?1457447202') left center no-repeat;
}
.snsLinks li a.hb {
  background: #546ff0;
}
.snsLinks li a.hb:hover {
  background: #7087f2;
}
.snsLinks li a.hb span {
  padding-left: 22px;
  background: url('../images/common/icn-hb.png?1457447202') left center no-repeat;
}

/* お問い合わせエリア
----------------------------*/
.adminInfo {
  padding: 95px 0 75px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-size: 1.4rem;
  line-height: 2;
}
.adminInfo br.sp {
  display: none;
}
.adminInfo h2 {
  margin: 0 0 15px;
  font-size: 1.8rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: bold;
  line-height: 1;
}
.adminInfo p {
  margin: 0 0 15px;
}
.adminInfo .btn-contact {
  min-width: 400px;
  padding: 22px 0;
}

.win .adminInfo .arrow:after {
  margin-top: -6px;
}

/* footer
----------------------------*/
.footer {
  max-width: 1250px;
  min-width: 980px;
  margin: 0 auto;
  padding: 0 0 145px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.footer .footerInner {
  padding: 70px 0 !important;
}
.footer .footerNav {
  padding: 33px 0;
  text-align: center;
}
.footer .footerNav li {
  padding: 0 20px;
  line-height: 1;
  display: inline-block;
  border-right: 1px solid #99898d;
}
.footer .footerNav li:last-of-type {
  border: 0;
}
.footer .footerNav li a {
  text-decoration: none;
}
.footer .footerNav li a:hover {
  text-decoration: underline;
}
.footer .copyright {
  font-size: 1rem;
  text-align: center;
}
.footer .copyright br.sp {
  display: none;
}

.footerInner .sp {
  display: none;
}
.footerInner .block {
  float: left;
  width: 33%;
  padding: 0 30px;
  min-height: 300px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.footerInner .block:first-of-type {
  border-right: 1px solid #e5e5e5;
}
.footerInner .block:last-of-type {
  padding: 0;
  border: 0;
}
.footerInner .title {
  position: relative;
  margin: 0 0 20px;
  padding: 0 0 0 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
}
.footerInner .title:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -9px;
  content: '';
  width: 5px;
  height: 18px;
  background: #48c0dd;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.footerInner table {
  width: 100%;
  margin: 0 0 20px;
}
.footerInner th, .footerInner td {
  padding: 0 0 10px;
  vertical-align: top;
}
.footerInner th {
  padding-right: 15px;
  text-align: left;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: bold;
}
.footerInner td {
  text-align: right;
}
.footerInner p strong {
  display: inline-block;
  margin: 0 0 8px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: bold;
}
.footerInner p span {
  font-size: 1rem;
}
.footerInner li {
  width: 100%;
  padding: 35px 0;
  text-align: center;
  font-size: 1rem;
  border-top: 1px solid #e5e5e5;
}
.footerInner li span {
  line-height: 1.7;
  display: block;
  margin-top: 10px;
}
.footerInner li a {
  text-decoration: none;
}
.footerInner li:last-of-type {
  padding: 25px 0 0;
}

/* leading_img
----------------------------*/
.leading_img {
  margin-bottom: 30px;
}

/* slideshow
----------------------------*/
#slideshow {
  position: relative;
  width: 720px;
  height: 310px;
}

#slideshow img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
  opacity: 0.0;
}

#slideshow img.active {
  z-index: 10;
  opacity: 1.0;
}

#slideshow img.last-active {
  z-index: 9;
}

/* alert
----------------------------*/
.alert {
  margin: 15px 0 !important;
  padding: 2px 0;
  text-align: center;
  font-weight: bold;
  color: #cc0000;
  border: 1px solid #cc0000;
  background: #fff2f2;
}

/* hot_news
----------------------------*/
.content_inner dl.hot_news {
  float: none;
  width: 100%;
  line-height: 1;
  margin: 0 0 23px 0;
  padding: 0;
  border-radius: 6px;
  border: solid 1px #d9d9d9;
  background: #f8f8f8;
}

.content_inner dl.hot_news dt {
  position: relative;
  float: left;
  width: 77px;
  margin: 6px 15px 6px 6px;
  padding: 6px 0 8px;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
  font-weight: normal;
}

.content_inner dl.hot_news dt:after {
  position: absolute;
  top: 10px;
  right: -11px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: solid 4px transparent;
}

.content_inner dl.hot_news dd {
  display: none;
  padding: 12px 0 8px;
  border: none;
  line-height: 1.7em;
}

.content_inner dl.hot_news dd.hot_news_current {
  display: block;
}

/* event_list
----------------------------*/
.event_list {
  padding: 0 3px;
  margin-bottom: 30px;
}

.event_list li {
  float: left;
  width: 340px;
  margin: 0 0 40px;
}
.event_list li:nth-child(2n) {
  float: right;
}

.event_list .thumb {
  float: left;
  width: 100px;
}
.event_list .thumb a {
  display: block;
  position: relative;
  display: block;
}
.event_list .thumb img {
  max-width: calc( 100% - 2px );
  border: 1px solid rgba(204, 204, 204, 0.7);
  vertical-align: top;
}
.event_list .bl {
  position: absolute;
  top: -11px;
  right: -10px;
  text-indent: -9999px;
  width: 44px;
  height: 54px;
}
.event_list .bl-new {
  background: url('../images/common/bl-new.png?1457447010') left center no-repeat;
}
.event_list .bl-update {
  background: url('../images/common/bl-update.png?1457447010') left center no-repeat;
}
.event_list .detail {
  float: right;
  width: 220px;
}
.event_list h3 {
  line-height: 1.6;
  font-size: 1.2rem;
  padding: 0 0 8px 0;
}
.event_list span {
  display: inline-block;
  font-size: 8px;
  line-height: 1;
}
.event_list span.tag {
  margin-bottom: 3px;
}
.event_list span.date {
  display: block;
  margin: 10px 0 11px;
  font-size: 1.2rem;
  line-height: 1.3;
}

/* spev
----------------------------*/
.spev {
  margin-bottom: -20px;
}

.spev a:hover img {
  opacity: 0.6;
}

/* notice_list
----------------------------*/
.notice_list {
  padding: 10px 0 28px;
}

.notice_list li {
  margin-bottom: 18px;
  padding-bottom: 23px;
  border-bottom: solid 1px #e6e6e6;
}

.notice_list li time {
  display: inline-block;
  width: 100px;
  line-height: 12px;
  text-indent: 3px;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 1px;
}

/* reservation_list
----------------------------*/
.reservation_list .column_2 dt, .reservation_list .column_2 dd {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.8;
}
.reservation_list .column_2 dt {
  padding: 0 0 5px;
  margin: 0 0 5px;
  border-bottom: 1px solid #e6e6e6;
}
.reservation_list .column_2 p {
  font-size: 14px !important;
  font-weight: normal;
}
.reservation_list .column_2 p a.arrow {
  display: inline-block;
  margin: 2px 0 0;
  font-size: 1.4rem;
}
.reservation_list .shisetsu p {
  font-weight: bold;
}

/* info_list
----------------------------*/
.info_wall {
  margin: 20px 0 0;
  padding: 0 10px 0 0;
  height: 290px;
}

.info_list li {
  padding: 7px 0;
}
.info_list li:last-child {
  margin: 0;
}
.info_list li .meta_block {
  margin: 0 0 5px;
  padding: 0 25px 0 0;
  width: 215px;
  font-size: 1.2rem;
  overflow: hidden;
  *zoom: 1;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.info_list li a {
  display: inline-block;
}
.info_list li a:after {
  top: 5px;
  margin-top: 0;
}
.info_list li .meta_block {
  float: left;
}
.info_list li p {
  float: left;
  width: 430px;
  margin: 0;
  font-weight: bold;
}
.info_list span {
  font-size: 1rem;
  margin: 0 5px 0 0;
}
.info_list span.tag {
  float: right;
  min-width: 70px;
  margin: 3px 0 0 0;
  padding: 2px 5px;
  color: #48c0dd;
  text-align: center;
  font-weight: bold;
  border: 1px solid #48c0dd;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.mCustomScrollbar .info_list {
  padding: 0 10px 0 0;
}

.win .info_list li a:after {
  top: 5px;
  margin-top: 0px;
}

/* fb_container
----------------------------*/
.fb_container {
  margin: 0 0 35px;
  min-height: 290px;
  position: relative;
  overflow: hidden;
}
.fb_container .fb_timeline {
  margin-top: -69px;
}

/* contents_menu
----------------------------*/
.contents_menu .column_2_inner {
  padding: 10px 0 35px;
}
.contents_menu .column_2_inner:last-child, .contents_menu .column_2_inner:nth-last-child(2) {
  padding-bottom: 10px;
}
.contents_menu .thumb {
  margin: 0 0 5px;
  width: 348px;
  height: 148px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
.contents_menu h3 {
  padding-bottom: 8px;
}
.contents_menu ul li {
  display: inline-block;
  min-width: 49%;
  margin: 0 0 10px;
}
.contents_menu ul li:nth-last-child(2), .contents_menu ul li:last-child {
  margin: 0;
}
.contents_menu ul li a {
  font-size: 1.4rem;
}

/* guidance
----------------------------*/
.guidance {
  padding-bottom: 30px;
}

.guidance li {
  float: left;
  width: 348px;
  margin: 0 20px 20px 0;
  border: solid 1px #e0e0e0;
  border-radius: 5px;
  background: url(../images/dummy_gray.png);
}

.guidance li.access,
.guidance li.price {
  margin-right: 0;
}

.guidance a {
  position: relative;
  display: block;
  width: 348px;
  height: 188px;
}

.guidance li span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 318px;
  height: 39px;
  line-height: 39px;
  padding-left: 30px;
  border-radius: 0 0 4px 4px;
  background: #f8f8f8;
}

.guidance li span:after {
  left: 13px;
}

/* qa_list
-----------------------------*/
.qa_list {
  margin-bottom: 36px;
  line-height: 1.5;
  font-size: 1.4rem;
}

.qa_list dt {
  position: relative;
  margin-top: 28px;
  padding: 28px 0 15px 33px;
  border-top: solid 1px #e6e6e6;
  font-weight: bold;
}

.qa_list dt:after {
  content: "Q";
  position: absolute;
  top: 28px;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  line-height: 21px;
  text-align: center;
  color: #48c0dd;
  font-size: 13px;
  font-weight: bold;
  border: 2px solid #48c0dd;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.qa_list dt:first-child {
  margin-top: 5px;
  border: none;
}

.qa_list dd {
  position: relative;
  padding: 0 0 0 33px;
}

.qa_list dd:after {
  content: "A";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background: #48c0dd;
}

/* other_rooms
-----------------------------*/
.other_rooms {
  margin-bottom: 27px;
}

.other_rooms .img_list_2,
.other_rooms .column_2_inner {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* caution
-----------------------------*/
.caution {
  color: #990000;
}

.right_column .caution {
  font-size: 1.2rem;
}

/* hall_img_thumb
-----------------------------*/
.hall_img {
  margin-bottom: 20px;
}
.hall_img ul {
  padding-left: 0 !important;
  list-style-type: none;
}

.hall_img .hall_img_main {
  width: 720px;
  height: 310px;
  margin-bottom: 14px;
}

#hall_slide, .hall_thumb {
  opacity: 0;
}

.hall_thumb li a {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
}

.hall_thumb li a.active,
.hall_thumb li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

.hall_img .hall_img_thumb li {
  cursor: pointer;
  float: left;
  width: 80px;
  margin-right: 11px;
}

/* hall_tab_content
-----------------------------*/
.hall_tab_content {
  margin-bottom: 27px;
}

.hall_tab_content .hall_tab_area {
  height: 40px;
  padding: 5px 5px 0 5px;
  border-radius: 6px 6px 0 0;
  background: #48c0dd;
  list-style-type: none;
}

.hall_tab_content .hall_tab_area li {
  cursor: pointer;
  float: left;
  line-height: 39px;
  padding-bottom: 1px;
  border-radius: 6px 6px 0 0;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  transition: background .25s ease-out;
}
.hall_tab_content .hall_tab_area li:last-of-type span {
  border-right: 0;
}

.hall_tab_content .hall_tab_area li:hover,
.hall_tab_content .hall_tab_area li.hall_tab_area_current {
  border-radius: 6px 6px 0 0;
  color: #48c0dd;
  background: #fff;
  border-right: solid 1px #fff;
}

.hall_tab_content .hall_tab_area li span {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  margin-right: -1px;
  padding: 0 20px;
  border-right: solid 1px #fff;
}

.hall_tab_content .hall_tab_area li:last-child span {
  /* border-right: solid 1px #fff; */
}

.hall_tab_content .hall_tab_area li:hover span,
.hall_tab_content .hall_tab_area li.hall_tab_area_current span {
  height: 39px;
  line-height: 39px;
  border-radius: 5px 5px 0 0;
  border: none;
}

.hall_tab_content .hall_tab_area li.hall_tab_area_current {
  color: #48c0dd;
  background: #fff;
}

.hall_tab_content .hall_tab_detail {
  clear: both;
  padding: 20px;
  border: solid 1px #e6e6e6;
  border-top: none;
  border-radius: 0 0 6px 6px;
}

.hall_tab_content .hall_tab_detail > li {
  display: none;
}

.hall_tab_content .hall_tab_detail .hall_tab_detail_current {
  display: block;
}

/* coming_soon
-----------------------------*/
p.coming_soon {
  text-align: center;
  font-size: 50px;
  margin: 40px;
}

/* no_float
-----------------------------*/
.no_float {
  float: none;
  width: auto;
}

/* contact_link
-----------------------------*/
.contact_link {
  padding: 31px;
  border-radius: 3px;
  text-align: center;
  background: #f8f8f8;
}

.contact_link a.btn_contact {
  display: inline-block;
  width: 250px;
  height: 50px;
  line-height: 50px;
  border-bottom: solid 4px #b35006;
  border-radius: 5px;
  background: #f56903;
  text-align: center;
  text-decoration: none;
  color: #fff;
  transition: .25s ease-out;
}

.contact_link a.btn_contact:hover {
  opacity: 0.8;
}

.contact_link a.btn_contact span.arrow {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
}

.contact_link a.btn_contact span.arrow:hover {
  opacity: 1;
}

.contact_link a.btn_contact span.arrow:after {
  background-color: #fff;
  background-image: url(../images/arrow_black.png);
}

.contact_link p {
  margin: 20px 0 0 0;
}

.contact_link a.btn_closed {
  background: #bbb;
  border-color: #999;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: default;
}

.contact_link a.btn_closed:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

/* greeting
-----------------------------*/
.greeting {
  position: relative;
  line-height: 1.9;
  margin-bottom: 30px;
  font-size: 1.2rem;
}

.greeting h2 {
  position: relative;
  line-height: 1.8;
  margin-bottom: 13px;
  padding: 3px 27px;
  border-radius: 4px;
  font-size: 16px;
}

.greeting h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 12px;
  display: block;
  width: 5px;
  height: 16px;
  margin-top: -8px;
  border-radius: 10px;
  background: #333;
}

.greeting_left {
  clear: both;
  float: left;
  width: 475px;
  margin-right: 20px;
}

.greeting_right {
  float: right;
  width: 475px;
}

.greeting_company {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 20px;
  font-size: 1.4rem;
}

/* right_column_greeting
-----------------------------*/
.right_column_greeting p {
  margin-bottom: 15px;
  font-size: 1.2rem;
}

.right_column_greeting .right_column_greeting_company {
  text-align: right;
}

/*　news ticker
-----------------------------*/
.ticker {
  margin: 0 auto;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.ticker ul {
  width: 100%;
  position: relative;
}

.ticker ul li {
  width: 100%;
  display: none;
}

/*　kanrenlink
-----------------------------*/
.kanrenlink .column_2_inner {
  width: 480px;
}

/*　tags
-----------------------------*/
.tag, .tag-ticket {
  display: inline-block;
  font-size: 8px;
  line-height: 1;
}

.tag {
  color: white;
  padding: 3px 5px;
  margin: 0 3px 10px 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

.tag-ticket {
  margin: 0 3px 1px 0;
  padding: 5px 10px;
  font-size: 1.2rem;
  font-weight: bold;
  border: 1px solid #008bcc;
  color: #008bcc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.tag-wanted, .tag-upcoming {
  border-color: #fef6df;
  color: #ffb400;
}

.tag-soldout, .tag-closed, .tag-reservation_closed, .tag-free {
  border-color: #ccc;
  color: #999;
}

.tag-deminimis {
  border-color: #cc0000;
  color: #cc0000;
}

h2 .tag-ticket, .labels_container .tag-ticket {
  position: relative;
  top: -1px;
  right: inherit;
  margin: 0 0 0 3px;
  padding: 4px 8px;
  font-size: 10px;
  background: white;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
h2 .tag-online, .labels_container .tag-online {
  border-color: #f56903;
  color: #f56903;
}
h2 .tag-kyousai, .labels_container .tag-kyousai {
  border-color: #109216;
  color: #669900;
}
h2 .tag-syusai, .labels_container .tag-syusai {
  border-color: #cc0000;
  color: #cc0000;
}

/*　event_tab
-----------------------------*/
.tabs {
  position: absolute;
  top: 0;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
}
.tabs.tabs_right {
  text-align: right;
}
.tabs ul {
  position: relative;
}
.tabs li {
  position: relative;
  top: 1px;
  display: inline-block;
  margin-bottom: -1px;
  text-align: center;
  margin: 0 0 0 8px;
}
.tabs li a {
  display: inline-block;
  padding: 13px 25px;
  line-height: 1;
  font-weight: bold;
  font-size: 1.2rem;
  text-decoration: none;
  border: 1px solid #e6e6e6;
  background: #f7f5f5;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
.tabs li a.current, .tabs li a:hover {
  background: white;
  border-bottom-color: white;
}

/*　recommend_list
-----------------------------*/
.recommend_list {
  padding: 20px 0 30px;
  background: #f7f7f7;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.recommend_list h2 {
  position: relative;
  width: 980px;
  line-height: 1.8;
  margin: 0 auto 17px;
  padding: 3px 15px;
  border-radius: 4px;
  font-size: 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.recommend_list h2:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 2px;
  display: block;
  width: 5px;
  height: 16px;
  margin-top: -8px;
  border-radius: 10px;
  background: #008bcc;
}
.recommend_list .slider_wrapper {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  overflow: hidden;
}
.recommend_list .bx-wrapper {
  overflow: hidden;
  margin: 0 auto 0 50px !important;
}
.recommend_list ul {
  opacity: 0;
  margin: 0;
}
.recommend_list ul li {
  width: 313px;
  padding: 14px;
  margin: 0;
  background: white;
  border: 1px solid #e6e6e6;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.recommend_list ul li .detail {
  width: 162px;
}
.recommend_list ul li .date, .recommend_list ul li .tag-ticket {
  font-size: 10px;
}
.recommend_list ul li .date {
  margin-bottom: 5px;
}
.recommend_list ul li h3 {
  padding-right: 0;
}
.recommend_list span.control {
  display: block;
  position: absolute;
  top: 0;
  left: 0px;
  height: 100%;
  width: 50px;
}
.recommend_list span.control a {
  display: block;
  height: 100%;
  text-align: left;
  text-indent: -9999px;
  background: url('../images/arrow-slide.svg?1436964616') left center no-repeat;
}
.recommend_list span.control a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.recommend_list span.control.next {
  left: inherit;
  right: 0px;
}
.recommend_list span.control.next a {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

/*　詳細ページ
-----------------------------*/
.free_area img {
  max-width: 100%;
  height: auto;
}
.free_area p {
  min-height: 12px;
  margin-bottom: 0;
}
.free_area ul li {
  list-style: outside;
  list-style-type: inherit;
}
.free_area ol li {
  margin-left: 0;
}

.single_page .right_column h1.title_post_name:after {
  height: 100%;
}
.single_page .right_column h1.title_post_name span {
  display: block;
  float: right;
  margin: 5px 0 0;
  letter-spacing: 0;
  font-size: 1.1rem;
}
.single_page .right_column h2.title_date {
  margin: 0 0 40px;
  overflow: hidden;
  *zoom: 1;
}
.single_page .right_column h2.title_date strong {
  float: left;
}
.single_page .right_column h2.title_date span.tag_container {
  position: relative;
  top: 0;
  right: -8px;
  float: right;
  line-height: 1;
  height: 20px;
  padding: 5px 0 3px;
}
.single_page .right_column h2.title_date:after {
  top: 17px;
}
.single_page .right_column .basic_area .detail {
  float: left;
  width: 480px;
}
.single_page .right_column .basic_area .detail h3 {
  margin: 0 0 60px;
  padding: 0;
  font-size: 18px;
  line-height: 1.5;
  border: 0;
}
.single_page .right_column .basic_area .detail h3 span {
  display: block;
  font-size: 1.2rem;
  margin: 0 0 5px;
}
.single_page .right_column .basic_area .detail h3 span.closed {
  text-align: center;
  padding: 2px 0;
  margin: 0 0 15px;
  max-width: 170px;
  font-size: 1.1rem;
  color: #878787;
  background: #f7f5f5;
  border: 2px solid #ddd;
}
.single_page .right_column .basic_area .detail .main_text {
  margin: 0 0 10px;
  font-size: 1.4rem;
}
.single_page .right_column .basic_area .thumb {
  float: right;
  width: 215px;
  margin: 5px 0 0;
  text-align: right;
}
.single_page .right_column .basic_area .thumb p {
  text-align: right;
}
.single_page .right_column .basic_area .thumb img {
  max-width: 100%;
  max-width: calc( 100% - 2px );
  border: 1px solid rgba(204, 204, 204, 0.7);
}
.single_page .right_column .noThumb .detail {
  width: 100%;
  float: none;
}
.single_page .right_column .noThumb .pdfLink {
  text-align: right;
}
.single_page .right_column .relation_detail {
  padding: 0 15px;
  font-size: 1.167em;
}
.single_page .right_column .hall_tab_content .hall_tab_detail {
  padding: 25px 0 0;
  border: 0;
}
.single_page .right_column .hall_tab_content .hall_tab_detail a {
  font-size: 1em;
}
.single_page .right_column .hall_tab_content .hall_tab_detail li {
  font-size: 1.2rem;
}
.single_page .right_column .hall_tab_content .hall_tab_detail h4 {
  margin: 0 0 18px;
  padding: 0 0 10px;
  border-bottom: 1px solid #f7f5f5;
  line-height: 1;
}
.single_page .right_column .hall_tab_content .hall_tab_detail table {
  border-collapse: collapse;
}
.single_page .right_column .hall_tab_content .hall_tab_detail table th, .single_page .right_column .hall_tab_content .hall_tab_detail table td {
  padding: 10px 12px;
  vertical-align: top;
}
.single_page .right_column .hall_tab_content .hall_tab_detail table td p {
  font-size: 1em;
}
.single_page .right_column .hall_tab_content .hall_tab_detail table table {
  margin: 0 0 10px;
}
.single_page .right_column .hall_tab_content .hall_tab_detail table table:last-child {
  margin: 0;
}
.single_page .right_column .hall_tab_content .hall_tab_detail .profile_tab h3 {
  margin: 0 0 14px;
  padding: 0 0 10px;
  border-bottom: 1px solid #f7f5f5;
  line-height: 1;
}
.single_page .right_column .hall_tab_content .hall_tab_detail .profile_tab .hasPhoto span.profileImage {
  display: inline-block;
  text-align: right;
  width: 23%;
  float: right;
  font-size: 1rem;
}
.single_page .right_column .hall_tab_content .hall_tab_detail .profile_tab .hasPhoto span.profileImage img {
  max-width: 100%;
}
.single_page .right_column .hall_tab_content .hall_tab_detail .profile_tab .hasPhoto .withCaption img {
  margin-bottom: 5px;
}
.single_page .right_column .hall_tab_content .hall_tab_detail .profile_tab .hasPhoto p {
  float: left;
  width: 74%;
}
.single_page .right_column .hall_tab_content .hall_tab_detail table .free_area img {
  margin: 0;
}
.single_page .right_column .hall_tab_content .hall_tab_detail div.free_area {
  padding: 0 5px;
}
.single_page .right_column .hall_tab_content .hall_tab_detail .section {
  padding: 0 5px;
}
.single_page .right_column .hall_tab_content .hall_tab_detail .section div.free_area {
  padding: 0;
}

.single-series h1 span {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: bold;
  font-size: 2.8rem;
}
.single-series h1 strong {
  display: inline-block;
  font-size: 1.8rem;
}

/*　アーカイブ
-----------------------------*/
.event_list_archive p {
  font-size: 1.2rem;
  margin: 0;
}
.event_list_archive li {
  margin: 0 0 10px;
  padding: 21px;
  background: #f7f5f5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.event_list_archive li .meta_block {
  margin: 0 0 20px;
}
.event_list_archive li .meta_block p {
  float: left;
  font-weight: bold;
  letter-spacing: 1px;
}
.event_list_archive li .meta_block .labels_container {
  display: block;
  float: right;
  height: 20px;
  vertical-align: top;
}
.event_list_archive li .meta_block .labels_container span {
  top: inherit;
  vertical-align: top;
}
.event_list_archive li .detail {
  float: left;
  width: 540px;
}
.event_list_archive li .detail h3 {
  margin: 0 0 20px;
  padding-bottom: 8px;
  border-bottom: solid 1px #d9d9d9;
  line-height: 1.5;
  -moz-box-shadow: 0 1px 0 #fff;
  -webkit-box-shadow: 0 1px 0 #fff;
  box-shadow: 0 1px 0 #fff;
}
.event_list_archive li .detail h3 a {
  padding-left: 20px;
  display: inline-block;
  font-size: 18px;
  text-decoration: none;
}
.event_list_archive li .detail h3 a:after {
  top: 8px;
  margin-top: 0;
}
.event_list_archive li .detail .catch_copy {
  margin: 0 0 10px;
  font-weight: bold;
}
.event_list_archive li .detail table {
  margin: 0 0 15px;
  font-size: 1.2rem;
  border: 0;
}
.event_list_archive li .detail table th, .event_list_archive li .detail table td {
  padding: 2px 10px;
  border: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.event_list_archive li .detail table th {
  width: 18%;
  background: #d9d9d9;
}
.event_list_archive li .detail table td {
  padding-left: 20px;
  padding-right: 0;
  width: 82%;
}
.event_list_archive li .detail table td img {
  max-width: 90%;
}
.event_list_archive li .detail dl {
  font-size: 1.2rem;
  font-weight: bold;
  color: red;
}
.event_list_archive li .detail dl dt, .event_list_archive li .detail dl dd {
  float: left;
}
.event_list_archive li .detail dl dt {
  width: 10%;
}
.event_list_archive li .detail dl dd {
  width: 90%;
}
.event_list_archive li .thumb {
  float: right;
  width: 107px;
}
.event_list_archive li .thumb img {
  max-width: calc( 100% - 2px );
  border: 1px solid rgba(204, 204, 204, 0.7);
}
.event_list_archive li.no_posts {
  padding: 50px 30px;
  text-align: center;
}

/*　親ページが施設案内
-----------------------------*/
.page_about .right_column .hall_tab_content .hall_tab_detail {
  padding-top: 0;
}

/*　季刊紙
-----------------------------*/
.page_journal h1 font {
  font-size: 2rem;
  display: block;
  margin-bottom: 5px;
}
.page_journal h2 {
  margin-bottom: 20px;
}
.page_journal .free_area {
  margin-bottom: 40px;
}
.page_journal .latest {
  padding-top: 10px;
}
.page_journal .latest .thumb {
  width: 235px;
}
.page_journal .latest .detail {
  width: 460px;
}
.page_journal .latest .btn-primary {
  margin-top: 20px;
  font-size: 1.6rem;
}
.page_journal .mokuji, .page_journal .text {
  margin-top: 20px;
}
.page_journal .block {
  margin: 0 10px 30px;
}
.page_journal .latest {
  padding-bottom: 60px;
}
.page_journal .backnumber h3 {
  margin-bottom: 20px;
}
.page_journal .backnumber li {
  float: left;
  width: 15%;
  margin: 0 13px 20px 0;
}
.page_journal .backnumber li:nth-of-type(6n) {
  margin-right: 0;
}
.page_journal .backnumber li h4 {
  margin: 5px 0 0;
  font-size: 1.3rem;
  text-align: center;
}

/*　カルチャー
-----------------------------*/
.page_culture .cultureArea {
  padding-top: 30px;
}
.page_culture .cultureArea h2 {
  margin-bottom: 25px;
}
.page_culture .culture_list p {
  margin: 0 0 15px;
}
.page_culture .culture_list .timesNum p {
  margin-bottom: 0;
}

/*　カレンダー
-----------------------------*/
.page_calendar h2 {
  margin-bottom: 20px;
}

.nav_contents {
  margin: 0 0 25px;
}
.nav_contents span {
  display: block;
}
.nav_contents span.next {
  float: right;
}
.nav_contents span.next a {
  padding-right: 15px;
  background: url('../images/arrow-double-right.jpg?1438082705') right center no-repeat;
}
.nav_contents span.prev {
  float: left;
}
.nav_contents span.prev a {
  padding-left: 15px;
  background: url('../images/arrow-double-left.jpg?1438082676') left center no-repeat;
}

table.event_list_table {
  border: 0;
}
table.event_list_table th, table.event_list_table td {
  padding: 10px 15px 15px;
  border: 0;
  background: #f2f2f2;
  vertical-align: top;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
table.event_list_table tr:nth-child(2n) th, table.event_list_table tr:nth-child(2n) td {
  background: none;
}
table.event_list_table th {
  width: 20%;
  white-space: nowrap;
  font-size: 1.4rem;
  font-weight: normal;
  border-right: 1px solid #e6e6e6;
  line-height: 1.8;
}
table.event_list_table td {
  width: 80%;
}
table.event_list_table td.no_posts {
  text-align: center;
}
table.event_list_table td.no_posts p {
  padding: 30px 0;
  margin: 0;
}
table.event_list_table td.no_posts a {
  font-size: 1.4rem;
}
table.event_list_table td .detail {
  padding: 0 5px 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid #e6e6e6;
}
table.event_list_table td .detail:last-child {
  padding-bottom: 0;
  margin: 0;
  border: 0;
}
table.event_list_table td .meta_block h3 {
  float: left;
  margin: 0 0 10px;
  padding: 0;
  border: 0;
  font-size: 1.4rem;
}
table.event_list_table td .meta_block .labels_container {
  display: inline-block;
  float: right;
  top: 0;
  right: -8px;
  margin: 2px 0 5px;
  vertical-align: middle;
}
table.event_list_table td .meta_block .labels_container span {
  top: inherit;
  vertical-align: middle;
}
table.event_list_table td dl.detail_info dt, table.event_list_table td dl.detail_info dd {
  float: left;
  line-height: 1.5;
  margin: 2px 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
table.event_list_table td dl.detail_info dt {
  position: relative;
  width: 20%;
  font-weight: bold;
  letter-spacing: 1px;
}
table.event_list_table td dl.detail_info dt span {
  display: block;
  float: right;
}
table.event_list_table td dl.detail_info dd {
  padding-left: 15px;
  width: 80%;
  word-break: break-all;
}
table.event_list_table td dl.detail_info dd p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.5;
}
table.event_list_table td dl.detail_info dd img {
  max-width: 100%;
  height: auto;
}
table.event_list_table td dl.detail_info dd.syusai img {
  margin: 0 5px 0 0;
  vertical-align: middle;
}

/*　お知らせ記事一覧
-----------------------------*/
.index_list li {
  border-bottom: 1px solid #e6e6e6;
}
.index_list li.no_posts {
  padding: 30px 20px;
  border: 0;
  line-height: 1.8;
  text-align: center;
  background: #f7f5f5;
}
.index_list dl {
  position: relative;
}
.index_list dl dt, .index_list dl dd {
  padding: 13px 0 16px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.index_list dl dt {
  float: left;
  width: 26%;
  font-size: 1.2rem;
  letter-spacing: 1px;
}
.index_list dl dt .tag_container {
  display: block;
  float: right;
  width: 87px;
  margin-top: 3px;
  font-size: 10px;
  font-weight: normal;
  vertical-align: middle;
  letter-spacing: 0;
}
.index_list dl dt .tag_container span {
  display: inline-block;
  margin: 0;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.index_list dl dd {
  float: left;
  width: 74%;
  padding-left: 20px;
  font-weight: bold;
}
.index_list dl dd a {
  display: inline-block;
  font-size: 1.2rem;
}

/*　検索結果
-----------------------------*/
.result_list dl dt {
  width: 15%;
}
.result_list dl dt .tag_container {
  margin-right: 0;
  width: 100%;
}
.result_list dl dd {
  width: 85%;
}

/*　お知らせ詳細
-----------------------------*/
.post_detail {
  font-size: 1.4rem;
}

/*　各館ページ
-----------------------------*/
.hall_page .right_column {
  width: 720px;
}
.hall_page p.head_line {
  margin-bottom: 15px;
}
.hall_page .event_list {
  margin-bottom: 0;
}
.hall_page .event_list li .detail span.tag {
  margin-bottom: 0px;
}
.hall_page .shisetsu .riyou {
  line-height: 1.3;
}
.hall_page .shisetsu .riyou strong {
  color: #cc0000;
}
.hall_page .shisetsu .riyou strong span {
  display: inline-block;
  padding: 0 3px;
  font-size: 1.5em;
}
.hall_page .shisetsu .riyou strong span.close {
  font-size: 1em;
  line-height: 2.4;
}
.hall_page .shisetsu .riyou strong span.close_hall {
  line-height: 1.8;
}
.hall_page .kikan dd p {
  margin-top: 7px;
}

/*　施設利用受付ページ
-----------------------------*/
.reservation_article h2 {
  margin: 0 0 25px;
}
.reservation_article h3 {
  margin: 0 0 8px;
}
.reservation_article .section {
  margin: 0 0 30px;
  padding: 0;
}
.reservation_article table th {
  line-height: 1.4;
}
.reservation_article table th.mtg {
  text-align: center;
}
.reservation_article table .status {
  padding: 0 5px;
}
.reservation_article table td.status {
  text-align: center;
}
.reservation_article table tr.no_schedule td {
  text-align: center !important;
}
.reservation_article table tr.open td {
  background: #fffafa;
}
.reservation_article table tr.open .table_item, .reservation_article table tr.open th {
  color: #cc0000;
  font-weight: bold;
  background: #fff2f2;
}
.reservation_article table td.open {
  color: #cc0000;
  font-weight: bold;
}
.reservation_article table tr.closed, .reservation_article table tr.closed a {
  color: #aaa;
}
.reservation_article table tr.closed td, .reservation_article table tr.closed a td {
  background: #f7f5f5;
}
.reservation_article table td.closed {
  background: #f7f5f5;
}
.reservation_article .contact_link {
  padding: 0;
  text-align: left;
  background: none;
}
.reservation_article .contact_link ul {
  margin: 15px 0 0;
}
.reservation_article .contact_link ul li {
  font-size: 1.2rem;
  padding-left: 12px;
  text-indent: -12px;
}
.reservation_article .contact_link p.pdf_status,
.reservation_article .contact_link a.pdf_link {
  font-size: 1.4rem;
}

/*　関連リンク
-----------------------------*/
.page_links h1.short {
  margin-bottom: 40px !important;
}
.page_links table p {
  margin: 0;
}
.page_links .link_other {
  margin: 0 10px;
}
.page_links .link_other li {
  line-height: 1.8;
}

/*　ボタン
-----------------------------*/
.btn-primary,
.btn-secondary,
.btn-large-primary,
.btn-large-secondary {
  display: inline-block;
  min-width: 280px;
  margin: 0 15px 0 0;
  padding: 5px 30px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  font-size: 1.8rem;
  background: #48c0dd;
  border-bottom: 4px solid #43b1cc;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.btn-primary:after,
.btn-secondary:after,
.btn-large-primary:after,
.btn-large-secondary:after {
  display: inline-block;
  margin-left: 10px;
  content: '';
  width: 8px;
  height: 11px;
  background: url('../images/common/arw-right-white.png?1457519303') center center no-repeat;
}
.btn-primary:hover,
.btn-secondary:hover,
.btn-large-primary:hover,
.btn-large-secondary:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
}

.btn-secondary,
.btn-large-secondary {
  background: #373737;
  border-color: #2c2c2c;
}

.btn-large-primary,
.btn-large-secondary {
  padding: 10px 30px;
  min-width: 440px;
}

.btn-contact {
  display: inline-block;
  border: 1px solid #48c0dd;
  color: #48c0dd;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.3);
}
.btn-contact:hover {
  background: rgba(255, 255, 255, 0);
}

.btn-external:after {
  background: url('../images/icon_external.png?1436332472') center center no-repeat;
}

/*　枠付きテキスト
-----------------------------*/
.text-frame {
  display: inline-block;
  padding: 10px 15px;
  border: 1px solid #ffb400;
  background: #fef6df;
  color: #333;
  font-weight: bold;
  font-size: 1.4rem;
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.text-frame:after {
  display: none;
}

/*　チケット購入
-----------------------------*/
.page_ticket .text-frame {
  width: 49%;
  float: left;
}
.page_ticket .text-frame:last-of-type {
  float: right;
}

/*　サイトマップ
-----------------------------*/
.page_sitemap .right_column #blue h2 {
  background: #e3edfc;
}
.page_sitemap .right_column #blue h2:after {
  background: #4f93f0;
}
.page_sitemap .right_column #green h2 {
  background: #ddfbf4;
}
.page_sitemap .right_column #green h2:after {
  background: #33b793;
}
.page_sitemap .right_column #pink h2 {
  background: #fff2f8;
}
.page_sitemap .right_column #pink h2:after {
  background: #e87fac;
}
.page_sitemap .right_column #purple h2 {
  background: #f7f2ff;
}
.page_sitemap .right_column #purple h2:after {
  background: #9f83d3;
}
.page_sitemap .right_column .column_3 {
  margin: 0 15px;
}
.page_sitemap .right_column .column_3 .column_3_inner {
  width: 215px;
  margin: 5px 18px 10px 0;
}
.page_sitemap .right_column .column_3 .column_3_inner h3 {
  margin-bottom: 5px;
}
.page_sitemap .right_column .column_3 .column_3_inner:nth-child(3n) {
  margin-right: 0;
}
.page_sitemap .right_column ul li {
  line-height: 1.8;
}
.page_sitemap .right_column ul li a {
  display: inline-block;
}
.page_sitemap .right_column ul li a:after {
  top: 8px;
}

.win .page_sitemap .right_column ul li a:after {
  top: 8px !important;
}

/*　問い合わせの前の注意
-----------------------------*/
.page-template-page-form .contentWrapper {
  min-width: inherit;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page-template-page-form .container {
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page-template-page-form .primary {
  padding-top: 30px;
}
.page-template-page-form .right_column {
  margin-bottom: 0;
}
.page-template-page-form form {
  text-align: center;
}

.btnCenter {
  text-align: center;
}

/*　ニュース詳細
-----------------------------*/
.page_post_single .main_tabs {
  margin-bottom: 30px;
}
.page_post_single .main_tabs li a:hover {
  color: #48c0dd !important;
}

/*　右カラムのタブ
-----------------------------*/
.main_tabs {
  margin: 0 0 15px;
  padding: 5px 4px 0 5px;
  background: #48c0dd;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
.main_tabs li {
  display: block;
  float: left;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.main_tabs li a {
  display: block;
  padding: 10px 0;
  color: white;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 0 0;
}
.main_tabs li a span {
  display: inline-block;
  width: 100%;
  margin-right: -2px;
  border-right: 1px solid white;
  line-height: 1.2;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.main_tabs li a:hover, .main_tabs li a.current {
  background: white;
  color: #48c0dd;
  border-bottom: 1px solid white;
}
.main_tabs li a:hover span, .main_tabs li a.current span {
  border: none;
}
.main_tabs li a.current {
  padding: 8px 0;
  font-size: 1.4rem;
}
.main_tabs li a.current span {
  vertical-align: baseline;
}
.main_tabs li:last-child span {
  border: none;
}

.tab_count_1 li {
  width: calc( 100% / 1 );
}

.tab_count_2 li {
  width: calc( 100% / 2 );
}

.tab_count_3 li {
  width: calc( 100% / 3 );
}

.tab_count_4 li {
  width: calc( 100% / 4 );
}

.tab_count_5 li {
  width: calc( 100% / 5 );
}

.tab_count_6 li {
  width: calc( 100% / 6 );
}

.tab_count_7 li {
  width: calc( 100% / 7 );
}

/*　右カラムのタブ （カレンダーで使用）
-----------------------------*/
.page_calendar .main_tabs {
  padding: 0;
  margin: 0 0 25px;
  background: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-bottom: 3px solid #333;
  overflow: hidden;
}
.page_calendar .main_tabs li a {
  height: 42px;
  color: #333;
  background: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-bottom: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.page_calendar .main_tabs li a:hover, .page_calendar .main_tabs li a.current {
  border: 1px solid #333;
  background: #333;
  color: white !important;
}
.page_calendar .main_tabs li:last-child {
  margin-right: 0;
}
.page_calendar .tab_count_1 li {
  width: calc( ( 100% - 14px * 0 ) / 1 );
  margin-right: 14px;
}
.page_calendar .tab_count_2 li {
  width: calc( ( 100% - 14px * 1 ) / 2 );
  margin-right: 14px;
}
.page_calendar .tab_count_3 li {
  width: calc( ( 100% - 14px * 2 ) / 3 );
  margin-right: 14px;
}
.page_calendar .tab_count_4 li {
  width: calc( ( 100% - 14px * 3 ) / 4 );
  margin-right: 14px;
}
.page_calendar .tab_count_5 li {
  width: calc( ( 100% - 14px * 4 ) / 5 );
  margin-right: 14px;
}
.page_calendar .tab_count_6 li {
  width: calc( ( 100% - 14px * 5 ) / 6 );
  margin-right: 14px;
}
.page_calendar .tab_count_7 li {
  width: calc( ( 100% - 14px * 6 ) / 7 );
  margin-right: 14px;
}

.ie .page_calendar .main_tabs li:first-of-type {
  margin-right: 13px;
}
.ie .page_calendar .main_tabs li:last-of-type {
  margin-right: 0;
}

/*　ページ送り
-----------------------------*/
.pagination {
  margin: 40px 0 20px;
  font-size: 13px;
  text-align: center;
}
.pagination span, .pagination a {
  display: inline-block;
  padding: 4px;
  margin: 0 2px;
}
.pagination .pages, .pagination .current {
  font-weight: bold;
}

/*　注釈
-----------------------------*/
.notes {
  font-size: 10px !important;
  color: #990000;
}

/*　問い合わせリンク
-----------------------------*/
.btn_contact:hover,
.btn_contact:hover .arrow {
  color: #fff !important;
}

.btn_contact:hover .arrow:after {
  background-color: #fff !important;
}

p.backlink a.arrow {
  font-size: 1.1rem;
}

.artistiFrame {
  background: #fff;
}
.artistiFrame #artist {
  padding: 20px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.artistiFrame #artist .right_column {
  margin: 0;
  padding: 0;
}
.artistiFrame #artist .right_column h1 {
  font-size: 20px;
  line-height: 1.3;
}
.artistiFrame #artist .right_column .profile {
  font-size: 1.2rem;
  line-height: 1.7;
}
.artistiFrame #artist .right_column .profile p {
  font-size: 12px;
  margin: 0 0 20px;
}
.artistiFrame #artist .right_column .profilcopy {
  padding: 0 0 20px;
  line-height: 1.8;
  overflow: hidden;
  *zoom: 1;
}
.artistiFrame #artist .right_column .profilcopy .imgLeft {
  float: left;
  margin: 2px 25px 15px 0;
  max-height: 390px;
  max-width: 300px;
}
.artistiFrame #artist .right_column .data dl {
  overflow: hidden;
  *zoom: 1;
  padding: 5px 0;
  border-bottom: 1px solid #f7f5f5;
}
.artistiFrame #artist .right_column .data dl dt {
  float: left;
  width: 20%;
}
.artistiFrame #artist .right_column .data dl dt .smark {
  display: inline-block;
  margin: 0 5px 0 0;
  color: #48c0dd;
}
.artistiFrame #artist .right_column .data dl dd {
  margin: 0 0 0 20%;
}

.wp-pagenavi {
  padding: 15px 0;
  background: #f7f5f5;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  line-height: 1;
}
.wp-pagenavi span, .wp-pagenavi a {
  display: inline-block;
  padding: 7px 9px;
  margin: 0 4px;
  line-height: 1;
  background: #fff;
  border: 1px solid #e5e5e5;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-pagenavi .current {
  background: #d1f2fa;
}
.wp-pagenavi .pages {
  background: none;
  border: 0;
}
.wp-pagenavi a {
  text-decoration: none;
}
.wp-pagenavi a:hover {
  text-decoration: underline;
}

.win .headerNav li, .win .headerNav .contactBtn {
  font-weight: bold;
}
.win .gNav > li > a {
  padding: 21px 0 19px;
}
.win .gNav li {
  font-weight: bold;
}
.win .info_list li span.tag {
  padding: 3px 5px 2px;
}
.win .qa_list dt:after {
  line-height: 20px;
  top: 26px;
}
.win .qa_list dd:after {
  top: -1px;
}
.win .pdf_link span {
  padding: 3px 3px 2px;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
