@charset "UTF-8";
/* background-image ratina対応 */
/* メディアクエリの設定 */
/* ====================================================== */
/* [標準スタイル定義]                                     */
/* ====================================================== */
* {
  margin: 0;
  padding: 0;
  font: inherit;
  -webkit-text-size-adjust: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  color: #333333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  font-size: 16px;
  line-height: 2.0; }

body, input, select, textarea, button {
  font-family: "Roboto Condensed", "Helvetica", Verdana, "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif; }

body {
  overflow-x: hidden; }

.font-roboto {
  font-family: 'Roboto', sans-serif; }

a {
  cursor: pointer;
  color: #000000;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all  0.3s ease; }

header a {
  transition: none;
  text-decoration: none; }

a:hover,
a.button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover,
.btnOpacity:hover,
a:active,
a.button:active,
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
button:active,
.btnOpacity:active {
  filter: alpha(opacity=50);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

header a:hover,
header a.button:hover,
header input[type="submit"]:hover,
header input[type="reset"]:hover,
header input[type="button"]:hover,
header button:hover,
header .btnOpacity:hover,
header a:active,
header a.button:active,
header input[type="submit"]:active,
header input[type="reset"]:active,
header input[type="button"]:active,
header button:active,
header .btnOpacity:active {
  filter: alpha(opacity=100);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1.0;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

header + div.announce-group {
  background-color: #fff; }
  header + div.announce-group .tt-navi {
    background: #ffe259;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #ffa751, #ffe259);
    background: -moz-linear-gradient(to right, #ffa751, #ffe259);
    background: -o-linear-gradient(to right, #ffa751, #ffe259);
    background: -ms-linear-gradient(to right, #ffa751, #ffe259);
    background: linear-gradient(to right, #ffa751, #ffe259);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 10px 0px;
    color: #000;
    text-align: center;
    font-size: 14px; }
    header + div.announce-group .tt-navi a + a {
      margin-left: 5px; }
    header + div.announce-group .tt-navi .icon-new {
      background-color: #000;
      color: #feca54;
      display: inline-block;
      padding: 2px 14px;
      margin-right: 15px;
      font-size: 0.8rem;
      border-radius: 16px; }
    header + div.announce-group .tt-navi .bold {
      border: 1px solid #000;
      padding: 5px;
      margin-right: 5px; }
    header + div.announce-group .tt-navi .swiper-pagination {
      display: none; }
    header + div.announce-group .tt-navi .swiper-button-prev, header + div.announce-group .tt-navi .swiper-button-next {
      position: absolute;
      top: 50%;
      width: 13.5px;
      height: 22px;
      margin-top: -11px;
      z-index: 10;
      cursor: pointer;
      -moz-background-size: 13.5px 22px;
      -webkit-background-size: 13.5px 22px;
      background-size: 13.5px 44px;
      background-position: center;
      background-repeat: no-repeat; }

a.no-border {
  text-decoration: none !important; }

img {
  border: none;
  max-width: 100%;
  outline: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block; }

.nowrap {
  word-break: keep-all;
  white-space: nowrap; }

*.inline {
  vertical-align: middle; }

br.usess {
  display: none; }

p {
  word-wrap: break-word; }

/* table */
/* ------------------------------------------------------ */
table {
  border-collapse: collapse;
  border-spacing: 0px;
  border: none;
  width: 100%; }

table th {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  background-color: #f5f5f5;
  text-align: center;
  vertical-align: middle; }

table th + td {
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

table th:last-child {
  border-right: 1px solid #cccccc; }

table td {
  background-color: #ffffff;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
  vertical-align: middle; }

table td:last-child {
  border-right: 1px solid #cccccc; }

table tr + tr > th {
  border-top: none;
  border-bottom: 1px solid #cccccc;
  border-left: 1px solid #cccccc; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: top; }

th, td {
  padding: 10px; }

caption {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px; }

table th p,
table td p,
table th textarea,
table td textarea {
  font-size: 100%; }

.table {
  display: table !important; }

.td {
  display: table-cell !important;
  vertical-align: middle; }

/* list */
/* ------------------------------------------------------ */
ul {
  list-style: none; }

p.notes {
  text-indent: -1.0em !important;
  margin-left: 1.0em !important; }

ul.notes li {
  marker-offset: 10px;
  margin-left: 1.0em !important;
  text-indent: -1.0em !important; }

ol.basic {
  padding-left: 22px; }

ol.basic > li {
  margin-top: 0.5em;
  list-style-type: decimal; }

ol.basic.alphabet > li {
  list-style-type: lower-latin; }

ul li p,
ol li p {
  font-size: 100%; }

/* float 制御
--------------------------------------------------------- */
*.left {
  float: left; }

*.right {
  float: right; }

.clr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0; }

.clr {
  display: inline-block; }

/* no ie mac \*/
* html .clr {
  height: 1%; }

.clr {
  display: block; }

/* */
*.clear {
  clear: both; }

br.clear {
  clear: both;
  display: inline; }

div.clear {
  font: 1px/1px sans-serif;
  line-height: 1px;
  height: 1px; }

/*===========================
表示スタイル定義
===========================*/
.wrapper {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  margin: 0px;
  padding: 0px; }

.contents {
  position: relative; }

.co-sns-bn-group {
  position: fixed;
  height: 150px;
  right: 0px;
  bottom: calc(50% - 150px/2);
  z-index: 1000000; }

.co-sns-bn-group li img {
  display: block;
  width: 50px;
  height: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.co-sns-bn-group li a:hover img {
  opacity: .75;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease; }

.container-980px {
  width: 980px;
  margin: 0px auto; }

.main-container section:nth-child(2n+1) {
  background: #f7f5f3;
  background: -webkit-linear-gradient(to left top, #fbfbfb, #f7f5f3);
  background: linear-gradient(to left top, #fbfbfb, #f7f5f3); }
.main-container section:last-child {
  padding-bottom: 80px; }

h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  display: block;
  padding: 20px 0;
  line-height: 1.4em;
  margin-bottom: 40px;
  border-top: 4px solid #000;
  border-bottom: 4px solid #000; }
  h2 span.jp {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    padding-left: 10px; }

h3 {
  font-size: 18px;
  color: #000000;
  background: linear-gradient(transparent 67%, #ffdf45 33%);
  display: inline;
  font-weight: bold;
  line-height: 1.4em; }

/* HEADER
---------------------------*/
header {
  background: url(/img/common/header/header_bg.png) repeat-x 0 0;
  background-size: 24px 17px;
  padding-bottom: 40px;
  background-color: #ffffff; }
  header a {
    font-weight: bold;
    text-decoration: none !important; }
  header a, header span.icon span, header span {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease; }
  header .gnavi-group li a span:hover {
    color: #ff7753;
    cursor: pointer; }
  header .gnavi-group li a span.disable,
  header .gnavi-group li a span.disable:hover {
    color: #ccc;
    cursor: default;
    position: relative; }
  header .gnavi-group li a span.disable:before {
    content: "coming\Asoon";
    white-space: pre;
    line-height: 14px;
    font-size: 12px;
    position: absolute;
    top: 4px;
    left: 0;
    right: 0;
    margin: auto;
    min-width: 48px;
    max-width: 5em;
    font-weight: 600;
    color: #000;
    background: rgba(253, 219, 85, 0.9);
    padding: 3px 0;
    display: inline-block;
    z-index: 1;
    transform: rotate(-10deg);
    font-style: italic; }
  header .header-above-group {
    padding: 33px 0px 5px 0px;
    line-height: 1.6;
        /*ロゴ：平常時
        .logo {
			display: block;
			width: 280px;
			margin-top: 5px;
		}
        */
    /*ロゴ：10周年*/
        /*キャッチ：平常時
        .catchcopy-group {
			margin: 23px 0px 0px 14px;
			img {
				display: block;
				width: 282px;
				height: auto;
			}
			p {
				font-size: 10px;
				display: inline-block;
				color: #888888;
			}
			.font-roboto {
				font-size: 12.5px;
			}
		}
        */
    /*キャッチ：10周年*/ }
    header .header-above-group .logo-group a img {
      -webkit-transition: all 0.3s ease;
      -moz-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all  0.3s ease; }
    header .header-above-group .logo-group a:hover img {
      filter: alpha(opacity=60);
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
      opacity: 0.6; }
    header .header-above-group .logo {
      display: block;
      width: 322px;
      margin-top: 13px; }
    header .header-above-group .catchcopy-group {
      margin: 23px 0px 0px 10px;
      letter-spacing: -.5px; }
      header .header-above-group .catchcopy-group img {
        display: block;
        width: 256px;
        height: auto; }
      header .header-above-group .catchcopy-group p {
        font-size: 10px;
        display: inline-block;
        color: #888888; }
        header .header-above-group .catchcopy-group p span {
          letter-spacing: .2px; }
      header .header-above-group .catchcopy-group .font-roboto {
        font-size: 12.5px; }
    header .header-above-group .photo-group a {
      display: block;
      margin-top: 13px;
      margin-left: 12px; }
      header .header-above-group .photo-group a img {
        width: 65px;
        height: 65px;
        display: block; }
    header .header-above-group .info-group {
      margin: 14px 0px 0px 0px;
      width: 305px;
      text-align: center;
      font-weight: bold; }
      header .header-above-group .info-group .day-time {
        color: #ffffff;
        height: 25px;
        font-size: 16px;
        line-height: 25px;
        background: #ff6d47;
        border-radius: 2px; }
      header .header-above-group .info-group .place {
        color: #555555;
        margin-top: 3px;
        font-size: 13px; }
        header .header-above-group .info-group .place span {
          color: #000000; }
  header .gnavi-group {
    margin-top: 15px;
    padding: 0px;
    width: 100%;
    font-size: 17px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*--disable--*/ }
    header .gnavi-group li {
      height: 40px;
      white-space: nowrap;
      text-align: center; }
      header .gnavi-group li span:after {
        display: block;
        font-size: 0.6em;
        font-weight: normal; }
      header .gnavi-group li span.selected {
        color: #ff7753; }
    header .gnavi-group li + li {
      margin-left: 0px; }
    header .gnavi-group #menu-item-940, header .gnavi-group #menu-item-941, header .gnavi-group #menu-item-942, header .gnavi-group #menu-item-943 {
      display: none; }
    header .gnavi-group li span.home:after {
      content: "ホーム"; }
    header .gnavi-group li span.news:after {
      content: "お知らせ"; }
    header .gnavi-group li span.about:after {
      content: "楽音祭とは"; }
    header .gnavi-group li span.artist:after {
      content: "出演者"; }
    header .gnavi-group li span.tt:after {
      content: "タイムテーブル"; }
    header .gnavi-group li span.shop:after {
      content: "ワークショップ・出店"; }
    header .gnavi-group li span.art:after {
      content: "アート・ショー"; }
    header .gnavi-group li span.access:after {
      content: "アクセス方法"; }
    header .gnavi-group li span.sights:after {
      content: "三条市観光情報"; }
    header .gnavi-group li span.attent:after {
      content: "注意事項"; }
    header .gnavi-group li span.sponsor:after {
      content: "協賛企業・店舗"; }
    header .gnavi-group li:last-child {
      display: none; }
    header .gnavi-group a {
      display: table; }
    header .gnavi-group img.fb-icon, header .gnavi-group img.tw-icon, header .gnavi-group img.ig-icon {
      margin-top: 5.5px;
      height: 29px;
      width: 29px; }
    header .gnavi-group li.disable {
      opacity: 0.2; }

/* FOOTER
---------------------------*/
footer {
  height: auto;
  min-height: 380px;
  width: 100%;
  /*position:absolute;*/
  bottom: 0;
  color: #ffffff;
  background: #226c22;
  font-size: 12px;
  line-height: 18px; }
  footer section {
    padding: 40px 0px; }
  footer .footer-below {
    width: 100%; }
  footer .footer-above {
    width: 100%;
    background: #35a835; }
  footer a {
    color: #ffffff; }
  footer .footer-above .icon-group {
    text-align: center;
    margin-right: 30px; }
    footer .footer-above .icon-group p {
      font-size: 16px;
      font-weight: bold; }
      footer .footer-above .icon-group p span {
        font-size: 24px;
        display: block;
        margin: 5px 0px 10px 0px; }
  footer .footer-above .sitemap-group ul.flex-box {
    display: flex;
    width: 530px;
    flex-wrap: wrap; }
  footer .footer-above .sitemap-group li {
    line-height: 1.8; }
  footer .footer-above .sitemap-group img {
    width: 50%;
    height: auto; }
  footer .footer-above .sitemap-group li:nth-child(odd) {
    width: 44%; }
  footer .footer-above .sitemap-group li:nth-child(even) {
    width: 56%; }
  footer .footer-above .inquiry-group .title {
    font-size: 14px;
    font-weight: bold; }
  footer .footer-above .inquiry-group ul + p {
    margin-top: 10px; }
  footer .footer-above .inquiry-group img {
    width: 50%;
    height: auto; }
  footer .footer-above .inquiry-group li {
    padding-left: 18px; }
  footer .footer-above .inquiry-group li.tel {
    background: url(/img/common/footer/icon_tel.png) no-repeat 0px center;
    background-size: 13px 13px; }
  footer .footer-above .inquiry-group li.mail {
    background: url(/img/common/footer/icon_mail.png) no-repeat 0px center;
    background-size: 13px 13px; }
  footer .footer-above .inquiry-group li.mobile {
    background: url(/img/common/footer/icon_mobile.png) no-repeat 0px center;
    background-size: 13px 13px; }
  footer .footer-below .support-group {
    padding-bottom: 30px; }
    footer .footer-below .support-group .supporters {
      width: 850px; }
    footer .footer-below .support-group .city-icon {
      margin-right: 30px;
      width: 96px;
      text-align: center; }
    footer .footer-below .support-group .main-support {
      font-weight: bold; }
      footer .footer-below .support-group .main-support dd + dt {
        margin-left: 10px; }
    footer .footer-below .support-group dl + dl {
      margin-top: 10px; }
      footer .footer-below .support-group dl + dl li {
        margin-right: 10px;
        word-wrap: break-word;
        float: left; }
      footer .footer-below .support-group dl + dl dd {
        width: 810px; }
  footer .footer-below .copy-group {
    padding-bottom: 20px; }
    footer .footer-below .copy-group small {
      line-height: 29px; }
    footer .footer-below .copy-group span {
      padding-left: 10px; }
    footer .footer-below .copy-group img {
      width: auto;
      height: 28px; }
    footer .footer-below .copy-group .ptn-fes a img {
      height: 40px !important; }
    footer .footer-below .copy-group .ptn-fes span {
      font-size: 14px;
      padding-right: 0px;
      padding-left: 0px;
      text-align: center; }
    footer .footer-below .copy-group .ptn-fes span:first-child {
      width: 96px;
      text-align: center;
      border: #fff 2px dotted;
      border-radius: 25px; }
    footer .footer-below .copy-group .ptn-fes span:nth-child(2) {
      padding-left: 30px; }
      footer .footer-below .copy-group .ptn-fes span:nth-child(2) a + a {
        margin-left: 8px; }
    footer .footer-below .copy-group .table.right {
      padding-top: 10px; }
  footer .footer-below .support-company {
    margin-top: 10px; }
    footer .footer-below .support-company dd ul li {
      background: #065806;
      padding: 2px; }
    footer .footer-below .support-company dd ul .left + .left {
      margin-left: 10px; }
    footer .footer-below .support-company dd ul .left:nth-child(n+6) {
      margin-top: 10px; }
    footer .footer-below .support-company dd ul .left:nth-child(5n+1) {
      margin-left: 0px; }
    footer .footer-below .support-company dd ul img + div .td {
      width: 158px;
      text-align: center;
      padding: 3px; }
    footer .footer-below .support-company .left img {
      width: 158px;
      height: auto; }

/* BREADCRUMBS
---------------------------*/
#breadcrumbs {
  width: 100%;
  line-height: 40px;
  background-color: #f2f2f2; }
  #breadcrumbs li + li {
    padding-left: 30px;
    background: url(/image/common/icon_arrow_breadcrumbs.png) no-repeat 15px center; }

/* CONTENTS
---------------------------*/
.main-container section {
  padding: 60px 0px; }
  .main-container section h2 {
    font-size: 24px; }
.main-container section:first-child {
  padding: 25px 0px 40px 0px; }
.main-container section:nth-chile(even) {
  background-color: #ffffff; }
.main-container .title-breadlist-container {
  padding: 60px 0 40px; }
  .main-container .title-breadlist-container h1 {
    margin-bottom: 0px !important;
    font-size: 32px;
    background: none;
    padding-left: 0;
    font-weight: bold;
    line-height: 1.05em; }
  .main-container .title-breadlist-container h1 span.jp {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    padding-left: 10px; }
  .main-container .title-breadlist-container h2.news-h2 {
    margin-bottom: 0px !important;
    font-size: 32px;
    background: none;
    padding: 0 !important;
    font-weight: bold;
    line-height: 1.05em;
    border: none !important; }
  .main-container .title-breadlist-container h2.news-h2 span.jp {
    font-size: 18px;
    line-height: 24px;
    display: inline-block;
    padding-left: 10px; }
.main-container .title-breadlist-container + section {
  padding-top: 0px; }
.main-container .title-breadlist-group .breadlist {
  font-size: 14px; }
  .main-container .title-breadlist-group .breadlist li + li {
    background: url(/img/common/second_floor/img_breadlist_arrow.png) no-repeat 6px center;
    background-size: 4px 7px;
    padding-left: 16px; }
  .main-container .title-breadlist-group .breadlist h1 {
    font-weight: normal;
    background: none;
    color: #333333;
    display: inline;
    padding-left: 0px;
    line-height: 1.5em; }
.main-container .title-breadlist-group + * {
  margin-top: 25px; }

/*===========================
共通クラス
===========================*/
.w100per-box {
  width: 100%; }

/*===========================
色定義
===========================*/
/*===========================
スマホ・PC切り替え
===========================*/
.sp-cnt {
  display: none !important; }

/*===========================
フォント定義
===========================*/
strong, .bold {
  font-weight: bold; }

.sans-serif {
  font-family: sans-serif !important; }

/*===========================
文字揃え
===========================*/
.co-tac {
  text-align: center; }

.co-tal {
  text-align: left; }

.co-tar {
  text-align: right; }

/*===========================
ページトップへ戻る
===========================*/
.gotop {
  position: fixed;
  right: 2%;
  bottom: 0px;
  z-index: 999999; }
  .gotop a {
    display: block;
    background: url(/img/common/to_pagetop.png) no-repeat 0px 0px;
    background-size: 95px 65px;
    width: 95px;
    height: 65px;
    overflow: hidden;
    text-indent: -9999px; }

/*===========================
フェードイン
===========================*/
.fade-layer,
body:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999; }

body.fade-layer-off:before {
  content: none; }

/*===========================
ニュース下部SNSボタン
===========================*/
.sd-social.sd-social-icon-text.sd-sharing {
  margin: 20px 0px;
  display: table; }

.sd-social.sd-social-icon-text.sd-sharing h3.sd-title {
  font-size: 14px;
  display: table-cell;
  vertical-align: middle; }

.sd-social.sd-social-icon-text.sd-sharing .sd-content {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px; }

/*vvvv clr vvvv*/
.sd-social.sd-social-icon-text.sd-sharing:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0; }

.sd-social.sd-social-icon-text.sd-sharing {
  display: inline-block; }

/* no ie mac \*/
* html .sd-social.sd-social-icon-text.sd-sharing {
  height: 1%; }

.sd-social.sd-social-icon-text.sd-sharing {
  display: block; }

/*^^^^ clr ^^^^*/
.sd-social.sd-social-icon-text.sd-sharing li {
  display: table;
  float: left; }

.sd-social.sd-social-icon-text.sd-sharing a {
  display: table-cell;
  vertical-align: middle;
  line-height: 1em;
  padding-left: 5px;
  font-size: 14px; }

/*clr*/
.sd-social.sd-social-icon-text.sd-sharing ul:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
  height: 0.1px;
  font-size: 0.1em;
  line-height: 0; }

.sd-social.sd-social-icon-text.sd-sharing ul {
  display: inline-block;
  margin: 0px !important; }

/* no ie mac \*/
* html .sd-social.sd-social-icon-text.sd-sharing ul {
  height: 1%; }

.sd-social.sd-social-icon-text.sd-sharing ul {
  display: block; }

/*clr*/
div.sharedaddy h3.sd-title:before {
  display: none !important; }

#jp-relatedposts {
  display: none !important; }

/*# sourceMappingURL=common.css.map */
