@charset "utf-8";
html {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

* {
  box-sizing: border-box;
}

img {
  width: 100%;
  height: auto;
}

.mb {
  display: none;
}
.mb-900 {
  display: none;
}

h2 {
  display: inline-block;
  font-size: 1rem;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", sans-serif;
  background-color: #ede48c;
  letter-spacing: 0.2em;
  font-size: 16px;
  /*color: gray;*/
  height: 100%;
}

.greetin_body {
  background-color: #fff;
}

.bg {
  max-width: 1100px;
  height: 100%;
  background-image: url(../img/background.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}

.container {
  margin: 0 auto;
}
.header_line {
  width: 100%;
  height: 22px;
  background-color: #16abc0;
}
/*header*/
#main_header {
  width: 1000px;
  margin: 0 auto;
  border-bottom: 2px #24a671 solid;
}
.header_logo {
  display: flex;
  justify-content: space-between;
  margin: 8px 0 36px 0;
}
.bf_logo {
  width: 54px;
  height: auto;
}
.biei_festival {
  width: 498px;
  height: auto;
}

.header_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
.header_title .title {
  font-size: 1.125rem;
  font-weight: 900;
  color: #0b498b;
  letter-spacing: 0.15em;
}
.header_title .title span {
  color: #e40077;
}

.header_title .title a {
  color: #000;
  min-height: 30px;
  background-image: url(../img/bf_small.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 20px auto;
  padding-left: 32px;
  margin-left: 2rem;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
  font-size: 1rem;
  font-weight: 500;
}
.header_title .title a:hover{
  color: #16abc0;
}
#main_header .date {
  width: 272px;
}
@media screen and (max-width: 1100px) {
  .header_title .title a {
    margin-left: 0rem;
  }
}

.contents {
  width: 1000px;
  padding-left: 20px;
  margin: 0 auto;
}

/*お事務局からのお知らせ*/

.info-section {
  width: 100%;
  padding: 1rem 0 2rem 0;
}
.info {
  font-weight: 900;
  letter-spacing: 0.01em;
}
.info span {
  font-size: 1.125rem;
  color: #24a671;
  font-style: italic;
}

#infoText {
  font-size: 0.875rem;
  font-weight: 500;
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  letter-spacing: 0.05em;
}
#infoText li{
  margin-top: .3rem;
  display: flex;
  align-items: center;
}
/*
#infoText br {
  display: block;
  content: "";
  padding: .25rem 0;
  }

#infoText a {
    color: #0000EE;
    letter-spacing: 0;
}
*/
#infoText a{
  color: #000;
  text-decoration: none;
  text-underline-offset:2px;
}
#infoText a:hover {
  color: #16abc0;
  text-decoration: underline;
  text-underline-offset:2px;
}
#infoText .news .new{
    font-size: 1rem;
    color: #e40077;
    font-weight: 900;
    font-style: italic;
    display: inline-block;
    padding-right: .2rem;
    padding-bottom: -2px;
  }
  #infoText .news .new .arrow{
    background: none;
    font-style: normal;
    padding-left: .2rem;
  }


@media screen and (max-width: 640px) {
  .info-section {
    padding: 1rem 0 1rem 0;
  }
  #infoText a {
    display: block;
    text-align: right;
  }
}

.contnt {
  margin-left: 3rem;
  padding-bottom: 4rem;
}

article {
  min-height: 30px;
  background-image: url(../img/bf_small.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px auto;
  padding-left: 32px;
  margin-bottom: 2.5rem;
  letter-spacing: 0.02em;
}
article:last-of-type{
  margin-bottom: 0;
}

article .title {
  font-weight: 700;
}
article .sub_title {
  margin-top: 0.5rem;
}
article .place {
  font-weight: 400;
  font-size: 0.812rem;
  letter-spacing: 0;
}
article .date {
  font-weight: 800;
  font-size: 1rem;
}
article .week {
  font-weight: 500;
  font-size: 0.75rem;
}
article .time {
  font-weight: 500;
  font-size: 1rem;
}

/*リンクボタン*/
.button {
  width: 9rem;
  padding: 0.2rem 0;
  display: flex;
  justify-content: center;
  font-size: 0.75rem;
  color: #fff;
  background-color: #4fa248;
  border: 1px #4fa248 solid;
  letter-spacing: 0;
  border-radius: 0.8rem;
}
.bt_detail {
  border: 1px #16abc0 solid;
  background-color: #16abc0;
}
.bt_no-margin {
  margin-left: 0.5rem;
}
.button:hover {
  color: #4fa248;
  border: 1px #4fa248 solid;
  background-color: #e9df88;
}
.bt_detail:hover {
  color: #16abc0;
  border: 1px #16abc0 solid;
  background-color: #e9df88;
}
.button:active {
  color: #4fa248;
  border: 1px #4fa248 solid;
  background-color: #fff;
}
.button_place {
  display: flex;
  justify-content: end;
  gap: .5rem;
  padding-top: .5rem;
}
article .description {
  display: flex;
}
article ul {
  margin-top: 0.5rem;
  padding-right: 160px;
  font-size: 0.875rem;
  font-weight: 500;
}
article li {
  margin: 0;
  padding: 0;
}
article .ul_img {
  display: flex;
}
article .ul_img li {
  display: flex;
  margin-right: 4px;
}
article .img01 {
  width: 120px;
  height: auto;
}
article .img02 {
  width: 240px;
  height: auto;
}
article .title a {
  color: #000;
}
article .title a:hover {
  border-bottom: 1px solid;
  color: #4fa248;
}
article .end_note {
  font-size: 0.812rem;
  display: flex;
  align-items: center;
}
article .title_box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
article .end_note2 {
  font-size: 0.812rem;
}
@media screen and (max-width: 1100px) {
  article .title_box {
    display: inline-block;
  }
  article .end_note2 {
    padding-top: .5rem;
  }
}

/*ごあいさつ*/
.greeting_article{
  padding-bottom: 0;
}
.greeting_title {
  font-size: 1.125rem;
  padding-top: 2.2rem;
  background-image: url(../img/bf_small.svg);
  background-repeat: no-repeat;
  background-position: left 2rem;
  min-height: 70px;
  background-size: 36px auto;
  padding-left: 48px;
}
.greeting_title_signature {
  width: 100%;
  text-align: right;
  font-size: 0.875rem;
  font-weight: 400;
}
.greeting {
  min-height: 30px;
  font-size: 0.937rem;
  background-image: url(../img/bf_small.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px auto;
  padding-left: 40px;
  margin-left: 1rem;
  margin-top: 2.5rem;
  margin-bottom: 4.5rem;
  line-height: 1.8rem;
  letter-spacing: 0;
}
.img_greeting {
  width: 160px;
  height: auto;
  float: right;
  margin: 0.6rem 20px 0 10px;
}
.greeting p {
  padding-bottom: 1rem;
}
.greeting .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.greeting .right .position {
  font-size: 0.875rem;
  letter-spacing: 0.1rem;
  padding-right: 1rem;
  line-height: normal;
}
.greeting .right .name {
  font-size: 1.125rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1100px) {
  .greeting{
    padding-right: 20px;
  }
}


/*詳細*/
.detail_article{
  padding-bottom: 0;
}
.detail_title{
  font-size: 1.125rem;
  padding-top: 2.2rem;
  background-image: url(../img/bf_small.svg);
  background-repeat: no-repeat;
  background-position: left 2rem;
  min-height: 70px;
  background-size: 36px auto;
  padding-left: 48px;
}
.detail_sub_title{
  font-size: 1rem;
  font-weight: 400;
  padding-top: .5rem;
  padding-left: 48px;
}
.detail_sub_title_span{
  font-size: 1rem;
  font-weight: 400;
}
.detail {
  min-height: 30px;
  font-size: 0.937rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px auto;
  padding-left: 40px;
  margin-left: 1rem;
  margin-top: 3rem;
  margin-bottom: 4.5rem;
  line-height: 1.8rem;
  letter-spacing: 0;
}

.detail.detail_note{
  
}
.detail p {
  text-indent: 1.2em;
  padding-bottom: 1.5rem;
}
.detail .right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.detail .right .name {
  font-size: 1rem;
  letter-spacing: 0.2rem;
  font-weight: 500;
  white-space: nowrap;
}
.detail .ul_img{
  display: flex;
  gap: 4px;
}
.detail .ul_img.center{
  justify-content: center;
}
.detail .gap_top{
  margin-top: 4px;
}
.detail .ul_img li{
  margin-top: 0;
}
.detail .img01 {
  width: 25%;
}
.detail .img02 {
  width: 50%;
}
.detail .img02_2 {
  width: 75%;
}
.detail .img02_3 {
  width: 80%;
}
.detail .img03 {
  width: 50%;
}

.detail .img01 img,.detail .img02 img{
  vertical-align: bottom;
  width: 100%;
  height: 20vw;
  object-fit: cover;
}
.detail .img03 img{
  vertical-align: bottom;
  width: 100%;
  height: 35vw;
  object-fit: cover;
}
.detail a{
  color: #0000EE;
}
.detail a:hover{
  text-decoration: underline;
  text-underline-offset:4px;
}
.detail a:visited {
  color: #0000EE;
}
.detail .bold{
  font-weight: 600;
}
.detail .caption{
  font-size: 0.75rem;
}

@media screen and (max-width: 1100px) {
  .detail{
    padding-right: 20px;
  }
}
@media screen and (max-width: 640px) {
  .detail {
    margin-top: 1rem;
    margin-left: .5rem;
  }
  .detail .img01 {
    width: 33%;
  } 
  .detail .img02 {
    width: 33%;
  }
  .detail .mb-img02_2 {
    width: 100%;
  }
  .detail .mb-img02 img {
    object-fit: cover;
    object-position: 65% top;
  }
  .detail .img02_3 {
    width: 100%;
  }
  .detail .img03 {
    width: 60%;
  }
  .detail .img03.mb-img03 {
    width: 100%;
  }
  .detail .img01 img,.detail .img02 img{
    vertical-align: bottom;
    width: 100%;
    height: 40vw;
    object-fit: cover;
  }

  .detail .img03 img{
    vertical-align: bottom;
    width: 100%;
    height: 60vw;
    object-fit: cover;
  }
  .detail .mb-img03 img{
    vertical-align: bottom;
    width: 100%;
    height: 60vw;
    object-fit: cover;
  }
}

/*テーマ*/
h2.theme_title {
  font-size: 1.125rem;
  padding-top: 2.2rem;
  background-image: url(../img/bf_small.svg);
  background-repeat: no-repeat;
  background-position: left 2rem;
  min-height: 70px;
  background-size: 36px auto;
  padding-left: 48px;
}

.img_profile{
  text-align: right;
  font-size: 0.75rem;
}

.theme .detail {
  min-height: 30px;
  font-size: 0.937rem;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px auto;
  padding-left: 30px;
  margin-left: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  line-height: 1.8rem;
  letter-spacing: 0;
}
@media screen and (max-width: 640px) {
  .theme .detail {
    line-height: 1.4rem;
  }
}

.theme_profile {
  min-height: 30px;
  font-size: 0.937rem;
  background-image: url(../img/bf_small.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px auto;
  padding-left: 40px;
  margin-left: 1rem;
  margin-top: 2.5rem;
  margin-bottom: 2rem;
  line-height: 1.8rem;
  letter-spacing: 0;
}

.theme_profile .title{
  font-size: 1.125rem;
  font-weight: 500;
}

/* もどるボタンのスタイル */
.arrow {
  background-image: url(../img/bf_small.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 24px auto;
  min-height: 30px;
}
.arrow a{
  font-weight: 700;
  color: #333;
  padding-left: 34px;
}
.arrow a:visited {
  color: #333;
}
.arrow a:hover {
  text-decoration: underline;
  text-underline-offset:4px;
}
.arrow a:hover {
  color: #16abc0;
}
.bt_top {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 640px) {
  .greeting {
    padding-right: 0;
  }
  .greeting_article {
    padding-right: 1rem;
  }
  .img_greeting {
    width: 120px;
    margin: 0.6rem 4px 0 10px;
  }
  .greeting .right {
    letter-spacing: 0;
  }
  .greeting .right .position {
    font-size: 0.75rem;
  }
  .greeting .right .name {
    font-size: 1rem;
  }
}

@media screen and (max-width: 1100px) {
  .button_place {
    justify-content: start;
  }
}

/*フッター*/
footer {
  position: sticky;
  top: 100vh;
  width: 100%;
  text-align: center;
  background-color: #16abc0;
  color: #fff;
}
.fooer_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 900px;
  padding: 3rem 0;
  margin: 0 auto;
}
.fooer_inner .left {
  text-align: left;
  font-size: 0.937rem;
}
.fooer_inner .left div p {
  padding-bottom: 0.3rem;
}
.fooer_inner .left div {
  padding-bottom: 1.5rem;
}
.fooer_inner .left p {
  padding-bottom: 1rem;
}
.fooer_inner .left p:last-child {
  padding-bottom: 0;
}
.fooer_inner .right {
  display: flex;
  flex-direction: column;
}
.fotterLogo {
  width: 92px;
  height: auto;
  margin-left: auto;
}
.copyright {
  font-size: 0.937rem;
  letter-spacing: 0.05em;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #f4ee90;
  border-bottom: #f4ee90 solid;
}
a:visited {
  color: #fff;
}
footer a.img {
  border-bottom: 0px;
}
footer a img {
  transition: 0.5s all;
}
footer a img:hover {
  transform: scale(1.1);
}

/*レスポンシブル*/
@media screen and (max-width: 1100px) {
  .bg {
    width: 100%;
  }
  .container {
    width: 100%;
  }
  .header_line {
    width: 100%;
  }
  #main_header {
    width: 100%;
    padding: 0 20px;
  }
  .contents {
    width: 100%;
  }
  .fooer_inner {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .container {
    width: 100%;
  }
  .contents {
    width: 100%;
  }
  .bg {
    width: 100%;
    background-repeat: repeat-y;
  }
  footer {
  }
  article .bt {
    //display: block;
    margin-top: 0.5rem;
  }
  article .button {
    margin-left: 0;
  }
  .bt_no-margin {
    margin-left: 0;
  }
  footer {
    min-width: none;
  }
}

@media screen and (max-width: 900px) {
  footer {
    width: 100%;
  }
}
@media screen and (max-width: 800px) {
  article .title {
    display: block;
  }
  article .img01 {
    width: 200px;
    height: auto;
  }
  article .mb-img01 {
    width: 160px;
    height: auto;
  }
  article .img02 {
    width: 200px;
    height: auto;
  }
  article .mb-img02 {
    width: 200px;
    height: auto;
  }
  article .mb-img02 img{
    object-fit: cover;
    object-position: 65% top;
  }
  .panelists_img {
    margin-right: 20px;
  }
  article ul {
    padding-right: 20px;
  }
}
@media screen and (max-width: 900px) {
  .mb-900 {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .mb {
    display: block;
  }
  .header_logo {
    margin: 8px 0;
  }
  .biei_festival {
    display: flex;
    align-items: center;
    padding-left: 10px;
    width: 300px;
    height: auto;
  }
  .header_title {
    display: block;
  }
  .header_title .title {
    text-align: center;
  }
  #main_header .date {
    padding-top: 6px;
    margin: 0 auto;
  }
  .contents {
    padding-left: 10px;
    padding-right: 10px;
  }
  article {
    padding-left: 30px;
    padding-right: 0;
  }
  article .mb-img01 {
    width: 100px;
    height: auto;
  }
  article .description {
    width: 100%;
    display: block;
  }
  article .panelists_img {
    margin-top: 6px;
  }
  article ul {
    padding-right: 0;
  }
  article .panelists {
    font-size: 0.75rem;
  }
  article .bt {
    //width: 100%;
  }
  .contnt {
    padding: 0;
    padding-bottom: 2rem;
    margin-left: 0;
  }
  .panelists {
    font-size: 0.812rem;
  }
  .fooer_inner {
    display: block;
    width: 100%;
    padding: 1rem 0;
  }
  .fooer_inner .left {
    text-align: center;
  }
  .fotterLogo {
    margin: 6px auto 0 auto;
  }
}

.btn,
a.btn,
button.btn {
  font-size: 15px;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 2.5rem;
}

/*sns*/
.sns{
  display: flex;
  justify-content: flex-end;
  margin-right: 3rem;
}
.sns a:last-child{
  margin-left: 5px;
}

.sns a img{
  width: 48px;
  height: 48px;
  margin-top: -5px;
  transition: 0.5s;
}
.sns a img:hover{
  transform: scale(1.1);
}
.header_right{
  display: flex;

}
@media screen and (max-width: 640px) {
  .bf_logo img{
    width: 50px;
  }
  .header_right{
    flex-wrap: wrap;
    justify-content: center; 
  }  .header_right  .child_1{
    order: 1;
  }
  .header_right  .child_2{
    min-height: 54px;
  }
}