@charset 'UTF-8';
/*
Theme Name: サラダ音楽祭2020
*/


*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  outline: none;
}

a:link {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.sp_dis {
  display: none;
}

.pc_dis {
  display: block;
}

img {
  max-width: 100%;
}

button {
  background: none;
  border: none;
}

*:focus {
  outline: none;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

@media all and (-ms-high-contrast: none) {
  #wrapper-navbar a.navbar-brand {
  width: 160px;
  height: 70px;
  }

  #wrapper-navbar a.navbar-brand img {
  height: 100%;
  }

  .svg {
  height: 100%;
  }
}

/* -----------------各ページ共通--------------- */
.custom-logo-link img {
  height: 100%;
}

.page_header h1 {
  font-weight: 600;
  letter-spacing: .1em;
  line-height: 1.6;
}

.page_header h1 span {
  display: block;
  font-size: .75em;
}

.page_header p {
  font-size: .75em;
  font-weight: 600;
  letter-spacing: .2em;
}

@media screen and (max-width: 767.98px) {
  .page_header h1 {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 600;
  letter-spacing: 0;
  }
}


/* ----------------- header --------------- */

#wrapper-navbar .header_nav .header_sns ul .sns_item + .sns_item {
  margin-left: 0.6rem;
}


/* --- Header --- */

@media (min-width: 990px) {
  .menu-header-container li.menu-item {
    position: relative;
    padding-bottom: 20px;
  }
}

.menu-header-container li p {
  position: relative;
  margin: 0 !important;
}

.menu-header-container ul#accordion {
  margin-bottom: 0 !important;
}

/* -- Sub Menu List -- */

/* Menu Arrow */
.menu-header-container li.menu-item p:before {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-width: 14px 8px;
  border-color: transparent transparent #008f77 transparent;
  border-style: solid;
  margin-left: -10px;
  margin-top: -13px;
  content: "";
}

.menu-header-container .menu-sub {
  display: none;
  position: absolute;
  top: 100%;
  left: -4%;
  min-width: 270px;
  margin-top: -5px;
  margin-left: 0;
  background: #008f77;
  font-size: .88em;
  letter-spacing: -.02em;
  line-height: 1.55;
}

.menu-header-container .menu-sub ul {
  padding: 0;
  text-align: left;
}


.menu-header-container .menu-sub li {
  display: block;
  float: none;
  width: 100%;
  padding: 0 !important;
  border-top: 1px solid #fff;
}

.menu-header-container .menu-sub li:first-child,
.menu-header-container .menu-sub li.media-sp+li {
  border-top-width: 0;
}

.menu-header-container .menu-sub li.media-sp {
  display: none;
}

.menu-header-container .menu-sub li a {
  transition: background-color 0.2s ease-in-out;
  display: block;
  position: relative;
  width: 100%;
  padding: 14px 12px;
  font-size: 1em;
  letter-spacing: -.02em;
  line-height: 1.55;
  text-align: left;
  color: #fff !important;
}

.menu-header-container .menu-sub li a:hover {
  opacity: 1;
  background: #fff;
  color: #008f77 !important;
}


/* -- Sub Menu Open -- */

.menu-header-container .menu-sub,
.menu-header-container li.menu-item p:before {
  display: block;
  opacity: 0;
  overflow: hidden;
  height: 0;
  z-index: -1;
}

.menu-header-container li.menu-item p:before {
  transition: opacity 0s ease-in-out;
}

.menu-header-container li:hover .menu-sub,
.menu-header-container li.menu-item:hover p:before {
  display: block !important;
  transition: opacity .4s ease-in-out;
  opacity: 1;
  overflow: visible !important;
  height: auto;
  z-index: 110;
}

.menu-header-container li.last-item:hover .menu-sub {
  min-width: 250px;
  margin-left: -180px;
}

/* -----------------Program--------------- */
#main-program,
#special-concert {
  padding-top: 8rem;
  margin-bottom: 20px;
}

.program_lead {
  width: 100%;
  position: relative;
}

.pg_mv {
  width: 100%;
  height: 576px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.program1 {
  background-image: url(../img/program/pg_mv1.jpg);
}

.program2 {
  background-image: url(../img/program/pg_mv2.jpg);
}

.program3 {
  background-image: url(../img/program/pg_mv3.jpg);
}

.program4 {
  background-image: url(../img/program/pg_mv4.jpg);
}

.program5 {
  background-image: url(../img/program/pg_mv5.jpg);
}

.program6 {
  background-image: url(../img/program/pg_mv6.jpg);
}

.pg_cap_txt {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.pg_cap_txt p {
  color: #000;
  font-size: .75em;
  margin-bottom: 0;
}

.pg_lead_tit {
  width: 80%;
  padding: 5% 0;
  max-width: 1140px;
  margin: auto;
}

.pg_lead_tit h2 {
  font-size: 2em;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 25px;
}

.pg_lead_tit h2 span.em {
  color: #f00;
  margin-left: 20px;
}

.pg_lead_tit h2 span.sub_heading {
  display: block;
  font-size: 0.7em;
  margin-top: 10px;
  letter-spacing: 0.1em;
}

.pg_lead_tit a {
  color: #008e76;
}

.pg_lead_tit a:hover {
  text-decoration: underline;
}

.pg_lead_tit p {
  font-size: 1em;
  font-weight: 600;
  line-height: 2;
}

.pg_info_container {
  width: 100%;
  padding: 5% 0;
  background: #e84d07;
}

.pg_info_container .inner_content {
  width: 80%;
  max-width: 1140px;
  margin: auto;
}

.pg_info_container .inner_content .info_tit {
  width: 300px;
  margin-bottom: 40px;
}

.pg_info_container .inner_content .info_tit img {
  width: 100%;
}

.pg_info_container .inner_content .info_content_wrap {
  width: 100%;
  background: #fff;
  padding: 5%;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.pg_info_container .inner_content .info_content_wrap table {
  width: 100%;
}

.pg_info_container .inner_content .info_content_wrap .info_list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
  font-size: .95em;
  line-height: 1.8;
}

.pg_info_container .inner_content .info_content_wrap .info_list .program_list li {
  position: relative;
  padding-left: 12px;
  margin-bottom: 5px;
}

.pg_info_container .inner_content .info_content_wrap .info_list .program_list li:before {
  content: "";
  position: absolute;
  background: url(../img/program/note_icon.png) no-repeat;
  background-size: cover;
  width: 7px;
  height: 13px;
  top: 5.5px;
  left: 0;
}

.pg_info_container .inner_content .info_content_wrap .info_logo {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
}

.pg_info_container .inner_content .info_content_wrap .info_logo .content {
  margin-right: 50px;
}

.pg_info_container .inner_content .info_content_wrap .info_logo .content p {
  font-size: .9em;
  margin-bottom: 10px;
}

.pg_info_container .inner_content .info_content_wrap .info_logo .content .logo_img {
  max-width: 150px;
}

@media all and (-ms-high-contrast: none) {
  .pg_info_container .inner_content .info_content_wrap .info_list {
  display: inline-table;
  }
}

.pg_info_container .inner_content .info_content_wrap .info_list span.em {
  display: block;
  color: #f00;
  font-weight: 600;
}

.pg_info_container .inner_content .info_content_wrap .info_list th {
  width: 15%;
  max-width: 145px;
  font-weight: 600;
  color: #e84d07;
}

.pg_info_container .inner_content .info_content_wrap .info_list td {
  width: 85%;
  letter-spacing: .01em;
}

.pg_info_container .inner_content .info_content_wrap .info_list td .info_sale {
  width: 100%;
  background: #f4efef;
  padding: 5% 6.5%;
  box-sizing: border-box;
  margin-top: 20px;
}

.pg_info_container .inner_content .info_content_wrap .info_list td .info_sale .info_sale_txt {
  font-size: .95em;
  text-align: justify;
  line-height: 1.6;
  letter-spacing: .05em;
  margin-bottom: 10px;
}

.pg_info_container .inner_content .info_content_wrap .info_list td .info_sale .info_sale_txt span {
  color: #e84d07;
  font-weight: 600;
}

.pg_info_container .inner_content .info_content_wrap .info_list td .info_sale .info_sale_cap {
  color: #606060;
  font-size: .875em;
  letter-spacing: 0;
}

.pg_info_container .inner_content .info_content_wrap .info_list td.ts_info {
  color: #ff0000;
  font-weight: 600;
}
.pg_info_container .inner_content .info_content_wrap .info_list a {
  color: #e84d07;
  text-decoration: underline;
}

.pg_info_container .inner_content .info_content_wrap .info_list a.custom-button2 {
  color: #fff;
  text-decoration: none;
}

.pg_info_container .inner_content .info_content_wrap .info_list a.custom-button2:hover {
  color: #e84d07;
}

.pg_info_container .inner_content .info_content_wrap .no_bdr {
  border-bottom: none;
}

.pg_info_container .inner_content .info_cap p {
  color: #fff;
  font-size: .85em;
}

.pg_pickup {
  width: 100%;
  background: #f8f6ea;
  padding: 4.5% 0;
  box-sizing: border-box;
}

.pg_pickup .inner_content {
  width: 80%;
  max-width: 1140px;
  margin: auto;
}

.pg_pickup .inner_content .pickup_tit {
  width: 180px;
  background: #e84d07;
  padding: 10px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
  text-align: center;
}

.pg_pickup .inner_content .pickup_tit h4 {
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
  margin-bottom: 0;
}

.pg_pickup .inner_content p {
  line-height: 1.8;
}

.pg_note_list {
  width: 100%;
  padding: 4.5% 0;
  box-sizing: border-box;
}

.pg_note_list .inner_content {
  width: 80%;
  max-width: 1140px;
  margin: auto;
}

.pg_note_list .inner_content .pg_note_tit {
  margin-bottom: 20px;
}

.pg_note_list .inner_content .pg_note_tit h4 {
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: .1em;
}

.pg_note_list .inner_content .pg_note_content ul {
  width: 100%;
  position: relative;
}

.pg_note_list .inner_content .pg_note_content ul li {
  line-height: 1.8;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
}

.pg_note_list .inner_content .pg_note_content ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background: #000;
  border-radius: 50%;
  top: 10px;
  left: 0;
}

.pg_profile {
  width: 100%;
  padding-top: 4.5%;
  margin-bottom: 50px;
}

.pg_profile .inner_content {
  width: 80%;
  max-width: 1140px;
  margin: auto;
}

.pg_profile .inner_content .pg_pro_tit {
  width: 100%;
  background: #008f76;
  padding: 20px;
  box-sizing: border-box;
  margin-bottom: 40px;
  display: flex;
}

.pg_profile .inner_content .pg_pro_tit p {
  color: #fff;
  font-size: 1em;
  margin-right: 20px;
  margin-bottom: 0;
}

.pg_profile .inner_content .pg_pro_tit .tit_img {
  width: 70px;
}

.pg_profile .inner_content .pg_pro_tit .tit_img img {
  width: 100%;
  vertical-align: bottom;
}

.pg_profile .inner_content .pg_pro_content {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.pg_profile .inner_content .pg_pro_content .pg_pro_member {
  width: 28%;
  margin-bottom: 100px;
  position: relative;
  background: #fff;
}

.pg_profile .inner_content .pg_pro_content .pg_pro_member::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/program/pg_member_pattern.png);
  background-size: cover;
  bottom: -10px;
  right: -10px;
  z-index: -1;
}

.pg_profile .inner_content .pg_pro_content .pg_pro_member figure {
  width: 100%;
  margin-bottom: 0;
}

.pg_profile .inner_content .pg_pro_content .pg_pro_member .pg_pro_btn {
  width: 100%;
  background: #008f76;
  box-sizing: border-box;
  position: relative;
}

.pg_profile .inner_content .pg_pro_content .pg_pro_member .pg_pro_btn:before {
  content: "";
  position: absolute;
  background-image: url(../img_pg/svg/arrow.svg);
  background-size: cover;
  background-position: center;
  width: 46px;
  height: 7px;
  top: 18px;
  right: 20px;
}

.pg_profile .inner_content .pg_pro_content .pg_pro_member .pg_pro_btn .btn {
  width: 100%;
  color: #fff;
  text-align: left;
  font-size: 1.4em;
  letter-spacing: .05em;
  padding: 10px 20px;
  cursor: pointer;
}

.pg_profile .inner_content .pg_pro_content .pg_pro_member .pg_pro_btn a.btn {
  pointer-events: none;
}

body.page-program section.program_lead .top_ab .top_ab_inner .container .btn_wrap {
  justify-content: center;
}

body.page-program section.program_lead .top_ab .top_ab_inner .container .btn_wrap .col-lg-6 {
  margin-left: -180px;
}

body.page-program main#main .pg_content_ttl p .sub_tit {
  font-size: .8em;
  font-weight: 600;
}

.footer_copy {
  padding-bottom: 30px;
}

/*-------- プログラムページSP --------*/

@media screen and (max-width: 767.98px) {
  .pg_mv {
    height: 220px;
  }

  .pg_lead_tit h2 {
    font-size: 1.2em;
    line-height: 1.6;
    letter-spacing: 0;
  }

  .pg_lead_tit h2 span.em {
    display: block;
    margin-left: 0;
  }

  .entry-content p {
    font-size: .85em;
  }

  .pg_info_container .inner_content {
    width: 90%;
    max-width: 100%;
  }

  .pg_info_container .inner_content .info_tit {
    width: 150px;
    margin-bottom: 20px;
  }

  .pg_info_container .inner_content .info_content_wrap .info_list {
    flex-wrap: wrap;
    font-size: .85em;
  }

  .pg_info_container .inner_content .info_content_wrap .info_list th {
    width: 100%;
  }

  .pg_info_container .inner_content .info_content_wrap .info_list td {
    letter-spacing: 0.02em;
    width: 100%;
  }

  .pg_pickup .inner_content .pickup_tit h4 {
    font-size: 1.2em;
  }

  .pg_note_list .inner_content .pg_note_tit h4 {
    font-size: 1.2em;
  }

  .pg_note_list .inner_content .pg_note_content ul li {
    font-size: .85em;
  }

  .pg_profile .inner_content .pg_pro_content {
    flex-wrap: wrap;
  }

  .pg_profile .inner_content .pg_pro_content .pg_pro_member {
    width: 100%;
    margin-bottom: 50px;
  }

  .pg_profile .inner_content .pg_pro_tit {
    margin-bottom: 20px;
  }

  body.page-program section.program_lead .top_ab .top_ab_inner .container .btn_wrap .col-lg-6 {
    margin-left: 0px;
  }
}

/*-------- サラダ音楽祭の楽しみ方 --------*/
.enjoy_lead {
  width: 100%;
  position: relative;
}

.ej_mv {
  width: 100%;
  height: 576px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.ej_num_logo {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 150px;
  margin-left: -75px;
}

.ej_num_logo img {
  width: 100%;
}

.enjoy1 {
  background-image: url(../img/enjoy/ej_mv1.jpg);
}

.enjoy2 {
  background-image: url(../img/enjoy/ej_mv2.jpg);
}

.enjoy3 {
  background-image: url(../img/enjoy/ej_mv3.jpg);
}

.enjoy4 {
  background-image: url(../img/enjoy/ej_mv4.jpg);
}

.enjoy5 {
  background-image: url(../img/enjoy/ej_mv5.jpg);
}

.enjoy6 {
  background-image: url(../img/enjoy/ej_mv6.jpg);
}

.ej_mv .pos_bt_l {
  position: absolute;
  color: #fff;
  font-size: 10px;
  bottom: 0;
  left: 1.5%;
}

.ej_mv .pos_bt_r {
  position: absolute;
  color: #fff;
  font-size: 10px;
  bottom: 0;
  right: 1.5%;
}

.ej_lead_tit {
  width: 100%;
  background: #cda367;
  padding: 20px 0;
}

.ej_lead_tit h2 {
  color: #fff;
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 0;
}

.ej_info_container {
  width: 100%;
  padding: 5% 0;
  line-height: 1.8;
}

.ej_info_container .inner_content {
  width: 90%;
  max-width: 1140px;
  margin: auto;
}

.ej_info_container .inner_content .lead_tit {
  font-size: 1.75em;
  font-weight: 600;
}

.ej_info_container .inner_content .ej_intro {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.ej_info_container .inner_content .ej_intro .intro_txt {
  width: 47.5%;
}

.ej_info_container .inner_content .t_box {
  margin-bottom: 40px;
}

.ej_info_container .inner_content .t_box p {
  font-size: .9em;
}

.ej_info_container .inner_content .t_box .sub_tit {
  font-size: 1em;
  font-weight: 600;
  padding-left: 23px;
  position: relative;
}

.ej_info_container .inner_content .t_box .sub_tit:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #cda367;
  border-radius: 50%;
  top: 6.5px;
  left: 0;
}

.ej_info_container .inner_content .ej_intro .intro_img {
  width: 47.5%;
}

.ej_info_container .inner_content .ej_intro .intro_img img {
  margin-bottom: 10px;
}

.ej_info_container .inner_content .ej_intro .intro_img span {
  display: block;
  font-size: .85em;
}

.ej_info_container .inner_content .ej_cont {
  margin-bottom: 80px;
  text-align: justify;
}

.ej_info_container .inner_content .ej_cont .tit {
  padding-bottom: 20px;
  padding-left: 50px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 30px;
  position: relative;
}

.ej_info_container .inner_content .ej_cont .tit h3 {
  font-size: 1.5em;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 0;
}

.ej_info_container .inner_content .ej_cont .tit:before {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  top: -5px;
  left: 0;
}

.ej_info_container .inner_content .ej_cont .pt1:before {
  background-image: url(../img/enjoy/enjoy_point_01.svg);
  background-size: cover;
  background-position: center;
}

.ej_info_container .inner_content .ej_cont .pt2:before {
  background-image: url(../img/enjoy/enjoy_point_02.svg);
  background-size: cover;
  background-position: center;
}

.ej_info_container .inner_content .ej_cont .pt3:before {
  background-image: url(../img/enjoy/enjoy_point_03.svg);
  background-size: cover;
  background-position: center;
}

.ej_info_container .inner_content .ej_cont .pt4:before {
  background-image: url(../img/enjoy/enjoy_point_04.svg);
  background-size: cover;
  background-position: center;
}

.ej_info_container .inner_content .ej_cont .pt5:before {
  background-image: url(../img/enjoy/enjoy_point_05.svg);
  background-size: cover;
  background-position: center;
}

.ej_info_container .inner_content .ej_cont .pt6:before {
  background-image: url(../img/enjoy/enjoy_point_06.svg);
  background-size: cover;
  background-position: center;
}

.ej_info_container .inner_content .ej_cont .main_txt .sign {
  text-align: right;
  margin-top: 20px;
}

.ej_info_container .ej_bk_link {
  width: 200px;
  margin: auto;
  box-sizing: border-box;
  text-align: center;
}

.ej_info_container .ej_bk_link a {
  color: #fff;
  background: #cda367;
  font-weight: 600;
  display: block;
  padding: 10px;
  border-radius: 10px;
  transition: .5s;
}

.ej_info_container .ej_bk_link a:hover {
  color: #cda367;
  background: #fff;
}

.ej_info_container .inner_content .ej_link {
  text-align: center;
  margin-bottom: 50px;
}

.ej_info_container .inner_content .ej_link a {
  display: block;
  color: #e84d07;
  text-decoration: underline;
}

body.page-enjoy main#main .card .card_img_wrap .card_number {
  height: 50px;
}

.ej_info_container .inner_content .t_center {
  text-align: center;
}

.ej_info_container .inner_content .img_center {
  margin: 2em auto 4em;
  text-align: center;
}

body.page-enjoy main#main .card .card-body p {
  text-align: justify;
}

.ej_info_container .inner_content .ej_cont .main_txt p {
  text-align: justify;
}

.ej_info_container .inner_content .ej_cont .main_txt .mar-r {
  margin-right: 8px;
}


@media all and (-ms-high-contrast: none) {
  body.page-enjoy main#main .card .card_img_wrap {
  height: 233px;
  }
}

/*-------- クラシックの豆知識 --------*/
.knowledge_lead .row .col-md-6 {
  flex: 0 0 100%;
  max-width: 100%;
}

.knowledge .entry-content .knowledge_question a,
.knowledge .entry-content .knowledge_answer a {
  color: #e84d07;
  text-decoration: underline;
}

/*-------- サラダ音楽祭の楽しみ方ページSP --------*/

@media screen and (max-width: 767.98px) {
  .ej_mv {
  height: 220px;
  }

  .ej_lead_tit h2 {
  font-size: 1.2em;
  line-height: 1.6;
  letter-spacing: 0;
  }

  .ej_num_logo {
  width: 80px;
  margin-left: -40px;
  }

  .ej_lead_tit {
  padding: 10px 0;
  }

  .ej_info_container {
  padding: 10% 0;
  }

  .ej_info_container .inner_content .ej_intro {
  flex-wrap: wrap;
  }

  .ej_info_container .inner_content .ej_intro .intro_txt {
  width: 100%;
  }

  .ej_info_container .inner_content .ej_intro .intro_img {
  width: 100%;
  }

  .ej_info_container .inner_content .ej_intro .intro_img span {
  font-size: .8em;
  }

  .ej_info_container .inner_content .ej_cont .tit {
  padding-left: 40px;
  }

  .ej_info_container .inner_content .ej_cont .tit h3 {
  font-size: 1.2em;
  letter-spacing: .05em;
  line-height: 1.5;
  }

  .ej_info_container .inner_content .ej_cont .tit:before {
  width: 30px;
  height: 30px;
  top: -2.5px;
  }

  .ej_info_container .inner_content .lead_tit {
  font-size: 1.25em;
  line-height: 1.5;
  }
}


/*---- profile_modal ----*/
.pf_content_modal {
  max-width: 800px !important;
  width: 90%;
}

.pf_content_modal_inner {
  padding: 3em;
}

.pf_content_modal_inner .modal_image {
  width: 100%;
  text-align: center;
}

.pf_content_modal_inner .modal_tit {
  text-align: center;
  margin: 50px 0;
}

.pf_content_modal_inner .modal_tit h4 {
  font-size: 1.8em;
  font-weight: 600;
  letter-spacing: .05em;
  margin-bottom: 20px;
}

.pf_content_modal_inner .modal_tit h4 span {
  font-size: 0.75em;
}

.pf_content_modal_inner .modal_tit p {
  color: #008e76;
  letter-spacing: .15em;
  font-size: .85em;
  font-weight: 600;
}

.pf_content_modal_inner p {
  margin-bottom: 20px;
}

.pf_content_modal_inner a {
  color: #008e76;
}

.iziModal .iziModal-header-title,
.iziModal .iziModal-header-subtitle {
  display: none;
}

.sponsor {
  width: 100%;
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
}

.sponsor .spr_txt {
  font-size: 15px;
  margin-bottom: 0;
}

.sponsor .spr_img {
  width: 50%;
  margin-left: 25px;
}

.sponsor .spr_img img {
  width: 100%;
  max-width: 200px;
  margin-right: 30px;
}

@media screen and (max-width: 767.98px) {
  .pf_content_modal_inner {
  padding: 1.5em 1.5em 4.5em;
  }

  .sponsor {
  flex-direction: column;
  }

  .sponsor .spr_txt {
  width: 100%;
  margin-bottom: 15px;
  }

  .sponsor .spr_img {
  width: 100%;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  }

  .sponsor .spr_img img {
  width: 60%;
  max-width: 100%;
  height: 100%;
  }
}





/* -----------------チケットガイド --------------- */
@media screen and (max-width: 767.98px) {
  body.page-ticket section.ticket_lead h2 {
  font-size: 1.6em;
  font-weight: 600;
  }

  body.page-ticket main#main h3 {
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.5;
  }

  body.page-ticket main#main .p-6 {
  padding: 1.5rem !important;
  }
}


/*-------- 本体サイト追加修正 --------*/

/*-------- header-menu-floating --------*/

@media screen and (max-width: 767.98px) {
  body {
  overflow: hidden;
  }
}

#page {
  position: relative;
}

#wrapper-navbar {
  position: fixed;
  top: 0;
  z-index: 997;
  background: #fff;
  width: 100%;
}

.top_mv {
  margin-top: 128px;
}

.top_mv .main_sns_pc a {
  display: block;
  transition: .5s;
}

.top_mv .main_sns_pc a:hover {
  opacity: .8;
}

.page_header {
  margin-top: 128px;
}

.reserve_link_btn {
  position: fixed;
  top: 128px;
  right: 0;
  z-index: 99;
}

.reserve_link_btn a {
  display: block;
  width: 150px;
  height: 87px;
  background: #cda367;
  color: #fff;
  font-size: .9em;
  font-weight: 600;
  text-align: center;
  padding-top: 16px;
  box-sizing: border-box;
  transition: .5s;
}

.reserve_link_btn a:hover {
  background: #fff;
  color: #cda367;
}

.reserve_link_btn a span {
  display: block;
  width: 85%;
  margin: auto;
  font-size: .85em;
  font-weight: 600;
  color: #cda367;
  background: #fff;
  padding: 5px;
  border-radius: 10px;
  margin-top: 3px;
}

.reserve_link_btn a:hover > span {
  color: #fff;
  background: #cda367;
}

@media screen and (max-width: 320px) {
  .button_container {
  right: 4%;
  }
}

@media screen and (max-width: 767.98px) {
  #wrapper-navbar .container .row .col-md-3 {
  width: 100%;
  box-sizing: border-box;
  }

  .reserve_link_btn {
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  }

  .reserve_link_btn a {
  width: 100%;
  height: 50px;
  }

  .reserve_link_btn a span {
  display: inline;
  }
}

/*-------- 404page --------*/
.cap_txt {
  padding: 6rem 0;
  text-align: center;
}

.cap_txt h2 {
  font-size: 2em;
  font-weight: 600;
  color: #008e76;
  margin-bottom: 30px;
  letter-spacing: .1em;
}

.cap_txt p {
  font-size: 1.2em;
}

.cap_txt a {
  width: 300px;
  margin: 100px auto;
  text-align: center;
  display: block;
  font-size: 1.5em;
  font-weight: 600;
  color: #fff;
  padding: 10px 20px;
  border-radius: 20px;
  background: #e94d07;
}
.cap_txt .copy {
  text-align: center;
  line-height: 1.8;
  font-size: .8em;
}

@media screen and (max-width: 767.98px) {
  .cap_txt {
  padding: 3rem 0;
  width: 90%;
  margin: auto;
  }

  .cap_txt h2 {
  font-size: 1.5em;
  line-height: 1.8;
  }

  .cap_txt p {
  font-size: 1em;
  }
}

/*-------- フッター --------*/
footer .sns_content {
  padding: 4em 0 .5em;
}

.footer .sns_content .sns_content_inner {
  margin-bottom: 20px;
}

.sns_content_info {
  margin-bottom: 0;
  padding: 1em 0;
  text-align: center;
  color: #fff;
}


.footer-menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-menu .footer-col {
  width: 15%;
  margin-bottom: 20px;
}

.footer-menu .footer-col:first-child {
  width: 12%;
}

.footer-menu .footer-col:nth-child(2) {
  width: 12%;
}

.footer-menu .footer-col:nth-child(3) {
  width: 18%;
}

.footer-menu .footer-col:nth-child(5) {
  width: 18%;
}

.footer-menu .footer-col li .col-tit {
  position: relative;
  display: block;
  padding-left: 10px;
  font-size: .95em;
  margin-bottom: 10px;
}

.footer-menu .footer-col li .col-tit:before {
  position: absolute;
  top: 8px;
  left: 0;
  display: inline-block;
  margin-right: .3rem;
  width: 5px;
  height: 5px;
  content: "";
  border-radius: 100%;
  background: #008e76;
}

.footer-menu .footer-col li ul li {
  font-size: .85em;
  margin-bottom: 10px;
}

.footer-menu .footer-col li ul li a {
  color: #606060;
  padding-left: 10px;
  position: relative;
}

.footer-menu .footer-col li ul li a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 9px;
  top: 3.5px;
  left: 0;
  background-image: url(../img/footer/foot-menu-arrow.svg);
  background-size: cover;
}

.site-footer .container {
  margin-bottom: 80px;
}

.btn_page_top {
  bottom: 58px;
}

.footer_policy_link {
  width: 80%;
  margin: 0 auto 50px;
}

.footer_policy_link ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.footer_policy_link ul li {
  margin: 0 20px 10px;
}

.footer_policy_link ul li a {
  font-size: .85em;
  color: #606060;
  padding-left: 10px;
  position: relative;
}

.footer_policy_link ul li a:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 9px;
  top: 3.5px;
  left: 0;
  background-image: url(../img/footer/foot-menu-arrow.svg);
  background-size: cover;
}

@media screen and (max-width: 767.98px) {
  
  footer .sns_content {
    padding-top: 2em;
  }

  footer .sns_content .sns_content_inner {
    width: 80%;
  }

  footer .sns_content .sns_content_inner .sns_cont_text {
    font-size: 1.2em;
  }

  .sns_content_info{
      padding-top: 1.5em;
  }

  .footer-menu {
    width: 80%;
    margin: auto;
  }

  #wrapper-footer .footer-menu .footer-col {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  .btn_page_top {
    right: 4%;
  }
}



/*-------- トップページコンテンツ --------*/

/* メインビジュアル */
.top_mv {
  width: 100%;
  height: 45vw;
  position: relative;
}
.top_mv .top_mv_inner {
  width: 100%;
  height: 100%;
  background: url(../img/main-img/header_mv.png) no-repeat;
  background-position: center center;
  background-size: 100%;
  background-color: #edecea;
}

/* Top About */
.top_about {
  padding: 4em 0;
  background: url(../img/about/bg_about.png) repeat-y;
  background-size: cover;
  text-align: center;
  color: #fff;
}

.top_about_tit {
  line-height: .6;
  font-size: 4em;
}

.top_about_tit span {
  padding-left: 20px;
  font-size: 0.3em;
}

.top_about_catch {
  padding: 20px 0;
}

.top_about p {
  margin-bottom: 3em;
  line-height: 2;
  font-size: 1.1em;
  color: #fff;
}

.top_about_btn li a {
  display: block;
  width: 100%;
  padding: 8px 10px;
  background: #ea5514;
  border: 2px solid #fff;
  border-radius: 50px;
  font-weight: bold;
  color: #fff;
  transition: all .3s;
}

.top_about_btn li a:hover {
  background: #fff;
  border: 2px solid #ea5514;
  color: #ea5514;
}

@media screen and (max-width: 767.98px) {
  .top_about p {
    text-align: left;
  }
}


/* Top News */
section.top_news .top_news_title {
  padding: 1.5em 0;
}

.news__list__outer .news__list+.news__list {
  padding-top: 1.2em;
}

.news__list__outer .news__list p * {
  vertical-align: middle;
}

.news__list__outer .news__list p time {
  margin-right: 1em;
}

.news__list__outer .news__list p span {
  margin-left: 0;
  margin-right: 1em;
}

.news__list__outer .news__list p a {
  font-weight: bold;
}

.top_sns {
  margin-bottom: 4rem;
}

.txt-attn {
  margin-bottom: 3em;
}

.txt-attn p {
  font-size: 1.3em;
  font-weight: bold;
  color: #dc4d13;
}

.txt-attn a {
  color: #0903f8;
  text-decoration: underline;
}

.txt-attn a:hover {
  color: #0903f8;
  text-decoration: none;
}



/* Top メインプログラム */
.top_pg {
  background: #f7f5e9;
}

.pg_tit {
  margin-bottom: 1em;
}

.pg_tit .pg_tit_inner {
  padding-bottom: .5em;
}

.pg_tit .pg_tit_inner .pg_tit_img1 {
  max-width: 500px;
}

.pg_tit .pg_tit_inner .pg_tit_img2 {
  max-width: 350px;
}

.pg_tit .pg_tit_inner .pg_tit_img3 {
  max-width: 750px;
}

.pg_tit h3, .pg_tit p {
  font-size: 2em;
  color: #008f76;
}

.pg_catch {
  margin-bottom: 3em;
  line-height: 1.9;
}

.cat_icn {
  position: relative;
}

.cat_icn:after {
  position: absolute;
  top: -30px;
  right: 10px;
  width: 83px;
  height: 83px;
  padding-top: 30px;
  background: #0000cc;
  border-radius: 100px;
  line-height: 1.2;
  text-align: center;
  font-size: 0.75em;
  font-weight: bold;
  color: #fff;
  white-space: pre-wrap;
  content: "オーケストラ\Aコンサート";
}

.cat_icn.icn_orchestra:after {
  letter-spacing: -.04em;
}

.cat_icn.icn_concert:after {
  padding-top: 36px;
  background: #008bcc;
  content: "コンサート";
}

.cat_icn.icn_workshop:after {
  background: #68af02;
  content: "ワーク\Aショップ";
}

.cat_icn.icn_video:after {
  padding-top: 36px;
  background: #f69803;
  content: "動画";
}

.cat_icn.icn_activity:after {
  padding-top: 36px;
  background: #c50404;
  letter-spacing: -.08em;
  content: "アクティビティ";
}

#special-concert .pg_tit .pg_tit_inner .ssc_sub_tit {
  color: #b4a181;
}

section.top_pg .pg_content_wrap .pg_content_inner  .pg_content_ttl_wrap {
  position: absolute;
  bottom: -60px;
  left: 30px;
}

section.top_pg .pg_content_wrap .pg_content_inner  .pg_content_ttl_wrap .pg_content_ttl p {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 1.3rem;
}

section.top_pg .pg_content_wrap .pg_content_inner  .pg_content_ttl_wrap .pg_content_ttl p span {
  font-weight: normal;
  display: block;
  padding-top: .3rem;
  font-size: 14px;
}

section.top_pg .pg_content_wrap .pg_content_inner .pg_content_ttl_wrap .pg_content_ttl {
  position: relative;
  width: 350px;
  padding: 1em 2em 2em !important;
  background: #fff !important;
}

section.top_pg .pg_content_wrap .pg_content_inner  .pg_content_ttl_wrap .pg_content_ttl .pg_btn {
  position: absolute;
  bottom: -20px;
}

section.top_pg .pg_content_wrap .pg_content_inner  .pg_content_ttl_wrap .pg_content_ttl .pg_btn a.custom-button2 {
  position: relative;
  display: inline-block;
  padding: .5em 2.5em;
  font-size: .8rem;
}

@media screen and (max-width: 767.98px) {

  section.top_pg .pg_content_wrap .pg_content_inner {
    padding-bottom: 10em;
  }

  .pg_tit .pg_tit_inner .pg_tit_img1 {
    max-width: 270px;
  }

  .pg_tit .pg_tit_inner .pg_tit_img2 {
    max-width: 180px;
  }
  
  .pg_tit .pg_tit_inner .pg_tit_img3 {
    max-width: 300px;
  }

  .pg_tit .pg_tit_inner span {
    padding-top: .5em;
    font-size: .9em;
  }
  
  .pg_tit h3, .pg_tit p {
    font-size: 1.4em;
  }

  section.top_pg .pg_content_wrap .pg_content_inner .pg_content_ttl_wrap {
    bottom: -80px;
    left: 10px;
  }

  section.top_pg .pg_content_wrap .pg_content_inner .pg_content_ttl_wrap .pg_content_ttl {
    padding: 1em 1.5em 2em !important;
    width: 300px;
  }
}

/* スペシャルコンサート */
.top_sc .pg_tit .pg_tit_inner .pg_tit_img1 {
  max-width: 560px;
}

.btn_top_sc {
  display: inline-block;
  position: relative;
  border-radius: 50px;
  margin-top: 5em;
  padding: .7em 3em;
  background-color: #008f76;
  border: 2px solid #008f76;
  color: #fff;
  text-align: center;
}

.btn_top_sc::before {
  position: absolute;
  top: 0;
  left: 1em;
  padding: .7em 0;
  content: "＼";
}

.btn_top_sc::after {
  position: absolute;
  top: 0;
  right: 1em;
  padding: .7em 0;
  content: "／";
}

@media screen and (max-width: 767.98px) {
  .top_sc .pg_tit .pg_tit_inner .pg_tit_img1 {
    max-width: 100%;
  }
  
  .btn_top_sc {
    margin: 0 15px;
  }

  .btn_top_sc {
    padding: .7em 3.5em;
  }

  .btn_top_sc::before {
    padding: .6em 0;
    font-size: 1.8em;
  }

  .btn_top_sc::after {
    padding: .6em 0;
    font-size: 1.8em;
  }
}

/* 感染予防対策のお願い */
.box-attn {
  padding: 50px 80px;
  background: url(../img/top/bg_top_attn.png) no-repeat 24px 30px;
  border: 2px solid #ea5514;
}

.box-attn .attn_tit {
  margin-bottom: 40px;
  font-size: 1.5em;
  font-weight: bold;
}

.box-attn ul {
  max-height: 330px;
  margin-bottom: 0;
  padding-right: 20px;
  overflow: scroll;
}

.box-attn ul li {
  padding: 13px 0;
}

.box-attn ul li:last-child {
  padding-bottom: 0;
}

.box-attn ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 767.98px) {
  #box-attn.section_wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .box-attn {
    padding: 30px 30px;
    background-position: 18px 26px;
    background-size: 35px auto;
  }
  
  .box-attn .attn_tit {
    padding-left: 38px;
    margin-bottom: 20px;
    font-size: 1.3em;
  }


}

/* コンテンツ */
section.top_contents .top_contents_slider {
  margin-left: -15px;
  margin-right: -15px;
}

section.top_contents .top_contents_slider .card {
  margin: 0 15px;
  background: #fff;
  height: 470px;
}

.top_contents_slider .slick-prev,
.top_contents_slider .slick-next {
  width: 25px;
  height: 43px;
  z-index: 10;
}

.top_contents_slider .slick-prev:before,
.top_contents_slider .slick-next:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  opacity: 1;
}

.top_contents_slider .slick-prev:before {
  background-image: url(../img/top/contents_arw_left.svg);
}

.top_contents_slider .slick-next:before {
  background-image: url(../img/top/contents_arw_right.svg);
}


/* Top プレスリリース */
.top_pressrelease {
  background: #f8f7f7;
  padding: 3rem 0;
}

.top_pressrelease .container {
  margin-bottom: 0;
}
  
.top_pressrelease_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_pressrelease .top_pressrelease_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 1.5rem;
}

.top_pressrelease .top_pressrelease_title h2 {
  max-width: 182px;
  margin: 0 20px 0 0;
}

.top_pressrelease .top_pressrelease_title span {
  color: #0A7C66;
  font-weight: normal;
  bottom: -6px;
}

.top_pressrelease .top_pressrelease_content {
 flex: 1; 
}

.top_pressrelease .pressrelease__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 1em;
}

.top_pressrelease .pressrelease__list p {
  margin-bottom: 0;
}

.top_pressrelease .pressrelease__list p * {
  vertical-align: middle;
}


.top_pressrelease time {
  margin-right: 1em;
  color: #b5a281;
}

.top_pressrelease .top_pressrelease_button {
  min-width: 212px;
  margin: 0 auto;
}

.tag_new {
  background: #FFFF00;
  padding: .3rem .8rem;
  border-radius: 10px;
  margin-right: 1rem;
  font-size: .8rem;
}

@media screen and (max-width: 767.98px) {
  .top_pressrelease_inner {
      flex-wrap: wrap;
  }

  .top_pressrelease .top_pressrelease_content {
      flex: auto; 
  }
   
  .top_pressrelease .pressrelease__list {
      flex-wrap: wrap;
  }
  
  .top_pressrelease .pressrelease__list p:first-child {
      width: 100%;
  }
  
  .top_pressrelease .pressrelease__list p:nth-child(2) {
      flex: auto;
      padding-right: 0;
  }
}


/*-------- プログラムページ追加 --------*/
section.top_pg .pg_content_wrap .pg_content_inner .pg_content_img03 {
  position: relative;
  background: url(../img/program/pg_content_img03.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: calc(500 / 1000 * 100%);
}

section.top_pg .pg_content_wrap .pg_content_inner .pg_content_img04 {
  position: relative;
  background: url(../img/program/pg_content_img04.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: calc(500 / 1000 * 100%);
}

section.top_pg .pg_content_wrap .pg_content_inner .pg_content_img05 {
  position: relative;
  background: url(../img/program/pg_content_img05.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: calc(500 / 1000 * 100%);
}

section.top_pg .pg_content_wrap .pg_content_inner .pg_content_img06 {
  position: relative;
  background: url(../img/program/pg_content_img06.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: calc(500 / 1000 * 100%);
}

section.top_pg .pg_content_wrap .pg_content_inner .pg_content_img07 {
  position: relative;
  background: url(../img/program/pg_content_img07.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: calc(500 / 1000 * 100%);
}

section.top_pg .pg_content_wrap .pg_content_inner .pg_content_img05 .pg_content_ttl_wrap .pg_content_ttl {
  padding: 1em 2em 2em;
}

section.top_ev .top_ev_wrap span {
  display: block;
  margin-top: 10px;
  font-size: .8em;
  color: #606060;
}

body.page-program main#main .pg_content_img03 {
  position: relative;
  background: url(../img/program/pg_content_img03.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: calc(500 / 1000 * 100%);
}

body.page-program main#main .pg_content_img04 {
  position: relative;
  background: url(../img/program/pg_content_img04.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: calc(500 / 1000 * 100%);
}

body.page-program main#main .pg_content_img05 {
  position: relative;
  background: url(../img/program/pg_content_img05.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: calc(500 / 1000 * 100%);
}

body.page-program main#main .pg_content_img06 {
  position: relative;
  background: url(../img/program/pg_content_img06.jpg) no-repeat center;
  background-size: cover;
  width: 100%;
  height: 0;
  padding-top: calc(500 / 1000 * 100%);
}

.program_workshop .link_btn {
  position: absolute;
  bottom: -20px;
  left: 10%;
}

.program_workshop .link_btn a.custom-button2 {
  font-size: .8rem;
  padding: .5em 2.5em;
}

body.page-program main#main .program_workshop .top_ev_wrap p {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 1rem 1rem 1.6rem 1.6rem;
}

body.post-type-archive-workshop main#main .entry-content p .text_right {
  display: block;
  text-align: right;
}



@media screen and (max-width: 767.98px) {
  body.page-program section.program_lead .top_ab .top_ab_inner {
  padding: 70px 0;
  }

  body.page-program section.program_lead .top_ab .top_ab_inner .top_ab_tit .inner {
  width: 50%;
  }

  body.page-program section.program_lead .top_ab .top_ab_inner .top_ab_tit {
  margin-bottom: 50px;
  }

  body.page-program main#main {
  padding: 1rem 0;
  }

  #main-program,
  #special-concert {
  padding-top: 6rem;
  }
}


/*-------- チケットページ追加 --------*/
.page-ticket .row .bg-custom1 a {
  display: block;
}

.page-ticket .ticket-tag {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
}

.page-ticket .ticket-tag p {
  margin-right: 10px;
}

.page-ticket .ticket_type img {
  width: 55px;
  margin-right: 5px;
  margin-bottom: 5px;
}

@media screen and (max-width: 767.98px) {
  .page-ticket .ticket_type img {
  width: 36px;
  margin-right: 2px;
  margin-bottom: 5px;
  }
}


/*-------- クラシックの豆知識ページ追加 --------*/
.knowledge_lead img {
  width: 100%;
  vertical-align: bottom;
}

/*-------- お知らせページ追加 --------*/
#single-wrapper .entry-content p {
  line-height: 1.8;
  text-align: justify;
  margin-bottom: 1.5rem;
}

#single-wrapper .entry-content p .news_lead_span {
  font-size: 1em;
  font-weight: 600;
}

#single-wrapper .entry-content .news_lead {
  font-size: 1.2em;
  font-weight: 600;
}

#single-wrapper .entry-content .news_link_btn {
  margin: 3em 0;
  text-align: center;
}

#single-wrapper .entry-content .news_link_btn a {
  background-color: #ea4d07;
  min-width: 50%;
  display: inline-block;
  font-size: 1.125em;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  padding: 1em 3em;
  border-radius: 7rem;
  position: relative;
}

#single-wrapper .entry-content .news_list_wrap {
  margin-bottom: 4.5em;
}

#single-wrapper .entry-content .news_list_wrap p span {
  display: block;
  font-size: .85em;
}

#single-wrapper .entry-content .news_list_wrap ol,
#single-wrapper .entry-content .news_list_wrap ul {
  background-color: #f1f1f1;
  padding: 1.5em 2em 1.5em 2.5em;
}

#single-wrapper .entry-content .news_list_wrap ol li {
  padding: .5em 0;
}

#single-wrapper .entry-content .news_list_wrap ul li {
  margin-bottom: 5px;
  list-style-type: disc;
}

#single-wrapper .entry-content .news_list_wrap table {
  border: 1px solid #ccc;
  border-collapse: collapse;
}

#single-wrapper .entry-content .news_list_wrap table th {
  background-color: #f1f1f1;
  padding: 1em;
  border: 1px solid #ccc;
}

#single-wrapper .entry-content .news_list_wrap table td {
  padding: 1em;
  border: 1px solid #ccc;
}

@media screen and (max-width: 767.98px) {
  #single-wrapper .entry-content .news_list_wrap ol li,
  #single-wrapper .entry-content .news_list_wrap ul li {
  font-size: .85em;
  }

  #single-wrapper .entry-content .news_list_wrap table th,
  #single-wrapper .entry-content .news_list_wrap table td {
  font-size: .85em;
  }

  #single-wrapper .entry-content .news_list_wrap span {
  font-size: .85em;
  }

  #single-wrapper .entry-content .news_link_btn {
  margin: 2em 0;
  }

  #single-wrapper .entry-content .news_link_btn a {
  max-width: 90%;
  font-size: 1em;
  }
}


/*-------- photo-gallery-追加 --------*/
#photo-gallery {
  padding: 8rem 0;
}
#photo-gallery .photo_gallery_lead h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.8;
  margin-bottom: 30px;
  text-align: center;
}
#photo-gallery .photo_gallery_lead p {
  line-height: 1.8;
}
#photo-gallery .photo_gallery_wrap01 {
  position: relative;
  background: -webkit-gradient(
  linear,
  left top,
  right top,
  from(#f8f6ea),
  color-stop(70%, #f8f6ea),
  color-stop(70%, #008e76),
  to(#008e76)
  );
  background: -webkit-linear-gradient(
  left,
  #f8f6ea 0%,
  #f8f6ea 70%,
  #008e76 70%,
  #008e76 100%
  );
  background: -o-linear-gradient(
  left,
  #f8f6ea 0%,
  #f8f6ea 70%,
  #008e76 70%,
  #008e76 100%
  );
  background: linear-gradient(
  90deg,
  #f8f6ea 0%,
  #f8f6ea 70%,
  #008e76 70%,
  #008e76 100%
  );
  margin-top: 8rem;
}

#photo-gallery .photo-cap {
  font-size: .85em;
  margin-top: 5px;
  display: block;
}

@media screen and (max-width: 767.98px) {
  #photo-gallery .photo_gallery_wrap01 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f6ea),
    color-stop(70%, #f8f6ea),
    color-stop(70%, #008e76),
    to(#008e76)
  );
  background: -webkit-linear-gradient(
    top,
    #f8f6ea 0%,
    #f8f6ea 70%,
    #008e76 70%,
    #008e76 100%
  );
  background: -o-linear-gradient(
    top,
    #f8f6ea 0%,
    #f8f6ea 70%,
    #008e76 70%,
    #008e76 100%
  );
  background: linear-gradient(
    180deg,
    #f8f6ea 0%,
    #f8f6ea 70%,
    #008e76 70%,
    #008e76 100%
  );
  margin-top: 5rem;
  }

  #photo-gallery {
  padding: 4rem 0;
  }

  body.page-about .about_program {
  padding: 2.5rem 0;
  }
}

#photo-gallery .photo_gallery_wrap01 img.photo_gallery_deco {
  position: absolute;
  top: -120px;
  left: 20px;
  width: 100px;
}

@media screen and (max-width: 767.98px) {
  #photo-gallery .photo_gallery_wrap01 img.photo_gallery_deco {
  top: -110px;
  width: 80px;
  }
}

#photo-gallery .photo_gallery_wrap02 {
  position: relative;
  background: -webkit-gradient(
  linear,
  right top,
  left top,
  from(#f8f6ea),
  color-stop(70%, #f8f6ea),
  color-stop(70%, #008e76),
  to(#008e76)
  );
  background: -webkit-linear-gradient(
  right,
  #f8f6ea 0%,
  #f8f6ea 70%,
  #008e76 70%,
  #008e76 100%
  );
  background: -o-linear-gradient(
  right,
  #f8f6ea 0%,
  #f8f6ea 70%,
  #008e76 70%,
  #008e76 100%
  );
  background: linear-gradient(
  270deg,
  #f8f6ea 0%,
  #f8f6ea 70%,
  #008e76 70%,
  #008e76 100%
  );
  margin-top: 8rem;
}

@media screen and (max-width: 767.98px) {
  #photo-gallery .photo_gallery_wrap02 {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#f8f6ea),
    color-stop(70%, #f8f6ea),
    color-stop(70%, #008e76),
    to(#008e76)
  );
  background: -webkit-linear-gradient(
    top,
    #f8f6ea 0%,
    #f8f6ea 70%,
    #008e76 70%,
    #008e76 100%
  );
  background: -o-linear-gradient(
    top,
    #f8f6ea 0%,
    #f8f6ea 70%,
    #008e76 70%,
    #008e76 100%
  );
  background: linear-gradient(
    180deg,
    #f8f6ea 0%,
    #f8f6ea 70%,
    #008e76 70%,
    #008e76 100%
  );
  margin-top: 5rem;
  }
}

#photo-gallery .photo_gallery_wrap02 img.photo_gallery_deco {
  position: absolute;
  top: -120px;
  left: 20px;
  width: 100px;
}

@media screen and (max-width: 767.98px) {
  #photo-gallery .photo_gallery_wrap02 img.photo_gallery_deco {
  top: -110px;
  width: 80px;
  }
}

/*-------- maintenanceページ追加 --------*/
.mainte_box {
  padding: 5rem 0;
  text-align: center;
}

.mainte_box h2 {
  font-size: 5em;
  font-weight: 600;
  margin-bottom: 50px;
  color: #008e76;
}

.mainte_box p {
  text-align: center;
}

/*-------- policy_text --------*/
.policy_txt {
  width: 100%;
  font-size: .85em;
  line-height: 1.8;
  letter-spacing: .1em;
  padding: 5% 0;
  margin-bottom: 30px;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-feature-settings: "palt";
  word-break: break-all;
  word-wrap: break-word;
}

.policy_txt .em {
  font-size: 1.2em;
  font-weight: 600;
  display: block;
  margin-top: 20px;
}

.policy_txt .link_a {
  display: block;
  color: #008e76;
  text-decoration: underline;
  margin: 20px 0;
}

.policy_txt .link_b {
  color: #008e76;
  text-decoration: underline;
}

.policy_info {
  padding-top: 50px;
  border-top: 1px solid #ddd;
  margin-top: 50px;
  text-align: center;
}

.policy_info p {
  font-size: 1em;
  font-weight: 600;
  letter-spacing: .1em;
  margin-bottom: 10px;
}

.policy_info a {
  display: block;
  position: relative;
  width: 240px;
  margin: auto;
  margin-bottom: 20px;
}

.policy_info a img {
  width: 100%;
}

.policy_info span {
  display: block;
  font-size: 1em;
  text-align: center;
  margin-bottom: 5px;
}

/* --------------- ワークショップ --------------- */
body.post-type-archive-workshop section.workshop_lead .col-12 {
  margin-bottom: 3rem;
}

body.post-type-archive-workshop section.workshop_lead h1 {
  font-size: 1.8rem;
  line-height: 1.85;
  font-weight: 600;
  margin-bottom: 1rem;
}

.workshop_lead p {
  text-align: justify;
  font-feature-settings: "palt" 1;
  letter-spacing: .05em;
}

body.post-type-archive-workshop section.workshop_lead .lead_cap {
  text-align: center;
  font-size: 1rem;
  line-height: 1.75;
}

body.post-type-archive-workshop section.workshop_lead .advance_wrap .circle_wrap,
body.post-type-archive-workshop section.orkshop_lead .day_wrap .circle_wrap {
  max-width: 80px;
}

body.post-type-archive-workshop section.workshop_lead .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
}

.site-main .lead_txt {
  width: 70%;
  max-width: 500px;
  margin: 0 auto 80px;
}

.entry-title {
  line-height: 1.6;
}

.entry-title .t_day {
  color: #fff;
  font-size: 0.8em;
  background: #008e76;
  padding: 5px 10px;
  border-radius: 10px;
  position: relative;
  top: -4px;
}
.entry-title .a_day {
  color: #fff;
  font-size: 0.8em;
  background: #e94d07;
  padding: 5px 10px;
  border-radius: 10px;
  position: relative;
  top: -4px;
}

.workshop_img_wrap .day,
.workshop_img_wrap .advance {
  display: none;
}

.ws_cap {
  width: 100%;
  margin-top: 3em;
  margin-bottom: 3em;
  border: 1px solid #d2ca9e;
}

.ws_cap p {
  padding: 20px;
  text-align: center;
  margin-bottom: 0;
}

body.post-type-archive-workshop section.workshop_lead .advance_wrap .circle_wrap,
body.post-type-archive-workshop section.workshop_lead .day_wrap .circle_wrap {
  width: 190px;
}

.advance_wrap .circle_wrap .advance,
.day_wrap .circle_wrap .day {
  display: block;
}

.advance_wrap .circle_wrap .advance span,
.day_wrap .circle_wrap .day span {
  padding-top: 11px;
}

nav.pagination-wrap ul.pagination li.page-item a.page-link {
  background-color: #fff;
}

@media screen and (max-width: 414px) {

  body.post-type-archive-workshop section.workshop_lead .advance_wrap .circle_wrap,
  body.post-type-archive-workshop section.workshop_lead .day_wrap .circle_wrap {
  width: 280px;
  }

  body.post-type-archive-workshop section.workshop_lead .col-md-6 {
  padding-left: 5%;
  padding-right: 5%;
  }
}



/*------------ ミニコンサート ------------*/
body.post-type-archive-concert main#main .entry-content .concert_content_wrap .concert_content p:first-child {
  width: 20em;
}

.n_btn {
  color: #e84d07;
  display: block;
  font-size: 14px;
}

.ws_n_btn {
  color: #e84d07;
  display: block;
  font-size: 20px;
}

.new_area_wrap {
  width: 80%;
  margin: 0 auto 50px;
}

.new_area_wrap .date1 {
  width: 100%;
  margin-bottom: 50px;
}

.new_area_wrap .date1 .date_tit {
  width: 100%;
  padding: 1rem 0 0.2rem;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-radius: 30px 30px 0 0;
}

.new_area_wrap .date1 .tit1 {
  background: #008e76;
}

.new_area_wrap .date1 .tit2 {
  background: #e84d07;
}

.new_area_wrap .date1 .tit3 {
  background: #cda367;
}

.new_area_wrap .date_tit .year {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 600;
  padding-right: 10px;
  letter-spacing: .05em;
}

.new_area_wrap .date_tit .date {
  color: #fff;
  font-size: 2.4rem;
  font-weight: 600;
  padding-right: 10px;
}

.new_area_wrap .date_tit span {
  display: block;
  font-size: 1.2rem;
  font-weight: 600;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  line-height: 1;
  position: relative;
  top: -5px;
}

.new_area_wrap .date_tit span.sat {
  color: #008e76;
}

.new_area_wrap .date_tit span.sun {
  color: #e84d07;
}

.new_area_wrap .date_tit span.mon {
  color: #cda367;
}

.new_area_wrap .area_info {
  width: 100%;
  background: #fff;
  padding: 4% 5%;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  border-radius: 0 0 30px 30px;
}

.new_area_wrap .area_info .column {
  width: 46.5%;
}

.new_area_wrap .area_info .column .col_txt {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px dashed #333;
}

.new_area_wrap .area_info .column .col_txt h4 {
  font-size: 1.3rem;
  font-weight: 600;
  font-feature-settings: "palt" 1;
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
  line-height: 1.45;
  letter-spacing: .05em;
}

.new_area_wrap .area_info .column .col_txt h4:before {
  position: absolute;
  left: 0;
  top: 5.5px;
  content: "";
  width: 18px;
  height: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 1rem;
}

.new_area_wrap .area_info .column .col_txt h4 span {
  display: block;
  font-weight: 600;
  color: #e84d07;
}

.new_area_wrap .area_info .column .col_txt .area_tit1:before {
  background-image: url(../img/workshop/workshop_list_ico2.svg);
}

.new_area_wrap .area_info .column .col_txt .area_tit2:before {
  background-image: url(../img/workshop/workshop_list_ico3.svg);
}

.new_area_wrap .area_info .column .col_txt .area_tit3:before {
  background-image: url(../img/workshop/workshop_list_ico.svg);
}

.new_area_wrap .area_info .column .col_txt ul {
  margin-bottom: 0;
}

.new_area_wrap .area_info .column .col_txt ul li {
  margin-bottom: 8.5px;
  font-size: .9rem;
  font-feature-settings: "palt" 1;
  line-height: 1.7;
}


@media screen and (max-width: 767.98px) {
  body.post-type-archive-concert main#main .entry-content .concert_content_wrap .concert_content {
  flex-direction: column;
  }

  body.post-type-archive-concert main#main .entry-content .concert_content_wrap .concert_content p {
  line-height: 1.65;
  }

  body.post-type-archive-concert main#main .entry-content .concert_content_wrap .concert_content p:first-child {
  width: 100%;
  margin-bottom: 10px;
  }

  .new_area_wrap {
  width: 90%;
  margin-top: 0;
  }

  .new_area_wrap .date1 .date_tit {
  padding: 0.8rem 0;
  }

  .new_area_wrap .date1 .date_tit .year {
  font-size: 1.2rem;
  margin-bottom: 0;
  }

  .new_area_wrap .date1 .date_tit .date {
  font-size: 1.8rem;
  margin-bottom: 0;
  }

  .new_area_wrap .date1 .date_tit span {
  font-size: 1rem;
  padding: 6px;
  top: -4px;
  margin-bottom: 0;
  }

  .new_area_wrap .area_info {
  flex-direction: column;
  }

  .new_area_wrap .area_info .column {
  width: 100%;
  }

  .new_area_wrap .area_info .column .col_txt {
  padding-bottom: 20px;
  margin-bottom: 30px;
  }

  .new_area_wrap .area_info .column .col_txt h4 {
  font-size: 1.2rem;
  padding-left: 22px;
  }

  .new_area_wrap .area_info .column .col_txt h4:before {
  width: 16px;
  height: 16px;
  }


}

/*------------ 動画配信 ------------*/
.movie-section {
  padding: 5rem 0;
}

.movie-section .container {
  max-width: 970px;
}

.movie-tit {
  font-weight: 600;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.movie-lead {
  font-size: 1.22em;
  font-weight: 600;
}

.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* スペシャル動画 */
.movie-section.special {
  padding: 5rem 0;
}

.movie-sub {
  width: 50%;
  margin: 0 auto;
}

/* ワークショップWeb配信 */
.movie-section.webcast {
  background: #f8f6ea;
}

.caption {
  margin-bottom: 2em;
  padding: 5px 0;
}

@media screen and (max-width: 767.98px) {
  .movie-tit {
  font-size: 1.6em;
  line-height: 1.6;
  }

  .movie-lead {
  font-size: 1em;
  }

  /* スペシャル動画 */
  .movie-sub {
  width: 100%;
  }

}

/* footer */

@media print, screen and (max-width: 768px) {
  .pc_dis {
  display: none;
  }

  .sp_dis {
  display: block;
  }

  .top_mv {
  margin-top: 96px;
  }

  .page_header {
  margin-top: 76px;
  }

  /*-------- top-page ----------*/
  .top_ab .top_ab_inner .top_ab_tit {
  margin-bottom: 40px;
  }

  .top_ab:before {
  width: 180px;
  height: 178px;
  }

  .top_ab:after {
  width: 180px;
  height: 178px;
  }

  .top_ab .top_ab_inner {
  padding: 70px 0;
  }

  .top_ph_gallery .inner .gallery_txt {
  padding: 1rem 0;
  }
  
  .top_ph_gallery .inner .gallery_txt a::before {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  }

}
/* end */
