@charset "UTF-8";
/*----■ 基本の色  ■-----*/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  position: relative;
  margin: 0px;
  padding: 0px;
  color: #000;
  text-align: center;
  z-index: 0;
  font-family: ヒラギノ角ゴ ProN W3;
  background-color: #F8F5E4;
  background: linear-gradient(180deg, #582b09 250px, #f1eaca 0%, #f1eaca);
}

article {
  text-align: center;
}

section {
  text-align: center;
}

/*----■ 強調 ■-----*/
h2 {
  font-size: 1.3em;
}

h3 {
  font-size: 1.1em;
}

.caution {
  color: #ff0000;
  max-width: 600px;
  margin: auto;
}

/*///////////////////////// これから上は共通 部品  ///////////////////////////////*/
h1.test {
  color: #f00;
}

/*----■  body ■-----*/
nav.new {
  display: inline-block;
  text-align: center;
  margin: auto;
  margin-bottom: 3rem;
}
nav.new p {
  text-align: center;
  font-weight: bold;
}
nav.new p a:link, nav.new p a:visited {
  color: #2052b4;
}

/*----■ 主要フレーム  ■ 位置決めの大枠 ■-----*/
#何の日 {
  opacity: 1;
  display: block;
  position: relative;
  z-index: 0;
  margin: 0rem auto 2em auto;
  font-size: 1.6rem;
}
#何の日 a:link, #何の日 a:visited {
  display: inline-block;
  text-decoration: none;
}
#何の日 a:link #p1, #何の日 a:visited #p1 {
  z-index: 5;
  padding: 5px 15px;
  margin: 0 auto;
  background: #e9f4fa;
  border-radius: 15px;
  box-shadow: 1px 1px 2px #5182a5;
  color: #1541a0;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}
#何の日 a:link #p1 span, #何の日 a:visited #p1 span {
  margin-right: 0.4em;
  font-weight: normal;
  font-size: 1em;
}
#何の日 a:hover {
  opacity: 0.8;
}

#violin img {
  z-index: -98;
  width: 25%;
  opacity: 1;
}

.main_title h1.title {
  position: relative;
  margin: 0px auto;
  width: 15em;
  padding: 7px 10px 5px;
  color: #fff;
  font-size: 1.1em;
  text-shadow: 0.2px 0.2px 0px #fff;
  letter-spacing: 0.2rem;
  line-height: 1;
  background-color: #582b01;
  border-radius: 10px;
}
.main_title h1.title span {
  white-space: nowrap;
}
.main_title h1.title span:nth-of-type(3) {
  font-size: 1.8rem;
  font-weight: normal;
  color: #fff;
  text-shadow: none;
  font-family: "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0;
}
.main_title h1.title:before {
  content: "49年目の";
  position: absolute;
  top: -18.7px;
  left: -16px;
  font-weight: bold;
  font-size: 1.6rem;
  color: #582b01;
  text-shadow: 0px 0.3px 0px #000;
  font-family: "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#next-concert { /*----■ 次回プログラムの枠 ■-----*/
  display: block;
  max-width: 800px;
  width: 98%;
  margin: 0 auto 2em auto;
  text-align: center;
  z-index: 0;
}
#next-concert #program {
  background-image: url(/head_foot_menu/img/back-violin.png);
  vertical-align: top;
  line-height: 1;
  background-repeat: no-repeat;
  background-position: 0 0%;
  background-size: 36%;
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 60%;
  min-width: 330px;
  padding: 0px;
}
#next-concert #program p.youbi {
  display: block;
  margin: 0em auto 0.6em;
  color: rgb(223, 5, 5);
  text-align: center;
  font-size: 1.8rem;
  z-index: 500;
}
#next-concert h3.red {
  display: block;
  font-weight: bold;
  color: #582b01;
}
#next-concert a#参加のページ {
  display: block;
  width: 310px;
  margin: 1.2em auto;
  text-decoration: none;
  line-height: 1;
  text-shadow: 0.3px 0.3px 0px #2052b4;
}
#next-concert a#参加のページ span {
  font-size: 1.8rem;
  margin: auto;
}
#next-concert a#参加のページ span::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 0.5em;
  -webkit-mask-image: url("/part_img/arrow_1.png");
          mask-image: url("/part_img/arrow_1.png");
  background-color: #085080;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  vertical-align: middle;
}
#next-concert a#参加のページ span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/part_img/mail01.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 0.4rem;
}

#hagaki_box { /*----■ 額縁のcss ■-----*/
  min-width: 140px;
  width: 40%;
  display: inline-block;
  text-align: center;
  padding: 5px 10px;
}
#hagaki_box .frame-1 {
  margin: auto;
  width: 100%;
  box-shadow: 3px 3px 8px #aeadad;
  background-color: #fff;
}
#hagaki_box .frame-2 {
  padding: 4px;
  width: 100%;
  border: 10px solid #5f0000;
}
#hagaki_box .frame-3 {
  padding: 10px;
  border: 1px solid #5f0000;
}
#hagaki_box .frame-4 {
  padding: 2px;
  width: 100%;
  border: 1px solid gainsboro;
}
#hagaki_box .hagaki_img {
  background-color: whitesmoke;
  width: 90%;
  padding: 2px;
  border: 1px solid gainsboro;
}
#hagaki_box p.annaijo-comment {
  text-align: center;
  line-height: 1;
  margin-top: 10px;
}

/*---------- new 新着情報 ----------------------------*/
.new {
  position: relative;
  display: inline-block;
  max-width: 450px;
  width: 95%;
  margin: 2em auto 3rem auto;
  padding-top: 1px;
  text-align: center;
  z-index: 0;
}
.new:before {
  content: "New";
  position: absolute;
  top: -30px;
  left: 2px;
  padding: 2px 10px;
  color: #fff;
  font-size: 1.6rem;
  background: rgba(0, 94, 36, 0.82);
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 2px 2px 4px #ccc;
}
.new dl {
  display: inline-block;
}
.new dl dt {
  margin-bottom: 0.8em;
  margin-right: 0.5em;
  text-indent: -9em;
  padding-left: 9em;
  text-align: left;
}
.new dl dt:before {
  font-size: 1.4rem;
  color: red;
  font-weight: bold;
}
.new dl dd {
  width: calc(100% - 14rem);
}

.新しい記事 {
  display: inline-block;
  padding: 0;
  margin: 3em auto 4em;
  position: relative;
}
.新しい記事::before {
  content: "新しい記事";
  position: absolute;
  top: -9px;
  left: 90px;
  padding: 2px 20px;
  border-radius: 20px;
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  background-color: #052694;
}
.新しい記事 a {
  display: table;
  max-width: 350px;
  height: 60px;
  margin: auto;
  border: 1px solid #c2cae8;
  box-shadow: 2px 2px 2px 0px #595b83;
}
.新しい記事 a img {
  display: table-cell;
  width: 80px;
  height: 100%;
}
.新しい記事 a div.text {
  display: table-cell;
  width: 100%;
  height: 0px;
  vertical-align: middle;
  padding-top: 0.8em;
  background-color: #FFF8EB;
  border: 1px solid #aaaaaa;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #052694;
  text-shadow: 0.5px 0.5px 0px #052694;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.新しい記事 a div.text span {
  display: block;
  padding-left: 1em;
  font-family: "ヒラギノ角ゴ ProN W3", "BIZ UDPGothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 0.8em;
  font-weight: normal;
  text-shadow: none;
}

.music_link {
  display: block;
  width: 95%;
  max-width: 301px;
  margin: 1em auto 2em;
  background-color: #e3ffea;
  border: 1px solid #83af8f;
}
.music_link h3 {
  width: 100%;
  padding: 5px;
  border-radius: 18px 18px 0 0;
  letter-spacing: 0.2rem;
  color: #fff;
  background-color: #0a7528;
}
.music_link p {
  display: inline-block;
  font-size: 1.8rem;
  line-height: 1;
}
.music_link p img {
  width: 25px;
}
.music_link p span {
  margin-left: 0.2rem;
  border-bottom: 6px double #0657ad;
}
.music_link ul {
  display: brock;
  font-size: 1.8rem;
  margin: 0em auto 0.5em auto;
}
.music_link ul li {
  display: table;
  width: 96%;
  height: 58px;
  margin: 15px auto;
  font-size: 1.2em;
}
.music_link ul li a {
  display: table;
  padding: 0 1px;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.music_link ul li a img {
  display: table-cell;
  width: 55px;
}
.music_link ul li a q {
  display: table-cell;
  font-size: 1.8rem;
  vertical-align: middle;
}
.music_link ul li a q span {
  display: table-cell;
  width: 100%;
  padding: 0 10px;
  color: #043174;
  text-shadow: 0.4px 0px 0px #043174;
}
.music_link ul li a q span span {
  display: block;
  font-weight: normal;
  width: 100%;
  text-align: center;
  font-size: 0.8em;
  border: none;
  background-color: transparent;
  text-shadow: none;
  box-shadow: none;
  color: #330d8d;
}
.music_link ul li.news, .music_link ul .news2 {
  position: relative;
  width: 100%;
  height: 2em;
  margin: 2em auto;
  font-size: 1.5rem;
}
.music_link ul li.news a, .music_link ul .news2 a {
  display: block;
  font-size: 1.6rem;
  padding: 5px;
  list-style-type: disc;
  text-align: left;
  line-height: 1;
  border: 1px solid #c6c6c6;
}
.music_link ul li.news a::before, .music_link ul .news2 a::before {
  content: "▼";
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 0.7rem;
  margin-right: 1em;
}
.music_link ul li.news::before {
  content: "Newface";
  position: absolute;
  top: -13px;
  left: 71px;
  background-color: #f00;
  color: #fff;
  padding: 0px 9px;
  border-radius: 10px;
  font-size: 1.6rem;
  letter-spacing: 3px;
}

.中止 {
  opacity: 0.3;
}

#close {
  margin: 5px auto;
  width: 90%;
  border-radius: 20px;
  background: #aaaaaa;
  color: #ffffff;
  text-align: center;
  font-size: 25px;
  line-height: 44px;
}

#移動 nav {
  margin: auto;
}
#移動 nav h3 {
  color: #026824;
}
#移動 nav.car {
  display: inline-block;
  margin: 1em auto;
}
#移動 nav.car a {
  display: table;
}
#移動 nav.car a img {
  display: table-cell;
  width: 50px;
}
#移動 nav.car a div {
  display: table-cell;
  height: 34px;
  padding-left: 1rem;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1;
  font-weight: bold;
}

.head {
  background-color: #582B09;
}

aside#baner {
  text-align: center;
  width: 100%;
  margin: 3rem auto 3.5em auto;
}
aside#baner h3#baner-ttl {
  margin: 1em auto;
  text-align: center;
  color: #800000;
}
aside#baner div.list_of_Banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
aside#baner div.list_of_Banner a {
  display: block;
  width: 23%;
  max-width: 130px;
  margin: 3px 2px;
}
aside#baner div.list_of_Banner a img {
  width: 100%;
}
aside#baner dl.libre_event {
  display: block;
  width: 280px;
  margin: auto;
  padding: 15px 10px 10px;
  position: relative;
  border: 1px solid #0c5cb8;
}
aside#baner dl.libre_event.new::before {
  content: "リンク";
  background-color: #2052b4;
  position: absolute;
  top: -10px;
  left: 10px;
  font-size: 1.2rem;
}
aside#baner dl.libre_event a {
  color: #2052b4;
  font-size: 1em;
}
aside#baner dl.libre_event a dt {
  text-align: center;
}
aside#baner dl.libre_event a dt span:nth-of-type(1) {
  padding: 0em 0.5em;
  font-weight: bold;
  color: #CB2A1F;
}
aside#baner dl.libre_event dd {
  text-align: center;
}

#page-index #main_container {
  max-width: 500px;
}

/* 竹川氏写真  */
.tagawa {
  max-width: 500px;
  width: 100%;
  color: #333;
  margin: 3rem auto;
  padding: 0px;
}
.tagawa h3 {
  color: #800000;
  padding: 0px;
  margin: 0px;
}

/*----■ 画像の表示の仕方 ■-----*/
.photo_swipe {
  display: inline-block;
  margin-left: 2px;
  vertical-align: top;
  position: relative;
  padding-top: 25px;
}

.photo_swipe .plus {
  width: 100px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.photo_swipe img {
  width: 100%;
}

.photo_swipe p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2;
  margin: 0px;
}

.gazou {
  margin-bottom: 0px;
  display: block;
  margin: 0 auto;
  padding: 0;
}