@charset "utf-8";
/* -----------------------------------------------------------------
 メインエリアヘッダー
----------------------------------------------------------------- */
main .main_hd {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 2.5em 0;
}
main .main_hd >.ttl {
  font-weight: 400;
  /*font-size: 4.5rem;*//*英語タイトルを出したい時はこちらに変えてください*/
  font-size: 2.5rem;
}
main .main_hd >.sub {
  font-size: 1.25rem;
}
main .main_body {
  min-height: 600px;
  background: #fff;
  padding-bottom: 60px;
}
main .box_breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  line-height: 1;
}
main .box_breadcrumb >* {
  display: flex;
  align-items: center;
  margin-top: 15px;
  font-size: .8rem;
}
main .box_breadcrumb a {
  text-decoration: underline;
}
main .box_breadcrumb >*:not(:last-child)::after {
  content:"";
  display:block;
  width:4px;
  height:7px;
  margin-left: .6em;
  margin-right: .6em;
  background:url("../images/common/arrow_style01_r_br.svg") no-repeat center center;
  background-size:contain;
}
@media (min-width : 768px){
main .box_content {
  width: calc(100% - 260px);
  max-width: 1080px;
  margin-top: 60px;
}
}
@media screen and (max-width : 767px){
  main .box_content {
    margin-top: 6vw;
  }
main .main_hd >.ttl {
  font-size: 1.5rem;
}
}


/*クリスマス演奏会イベント2024 調整*/
body.page-id-779 {
font-weight:400;
}
@media screen and (max-width : 767px){
body.page-id-779 h2.has-background{
  padding:10px 0px;
  font-size:1.8rem!important;
}
}