@charset "UTF-8";
/*==========================
	add common css
============================*/
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;600;700&family=Zen+Old+Mincho&display=swap");
.w-80per {
  width: 80%;
}

@media (min-width: 640px) and (max-width: 1000px) {
  .w-md-80per {
    width: 80%;
  }
}
.rounded-5 {
  border-radius: 5px;
}

.fontArial {
  font-family: Arial, Helvetica, "sans-serif";
}

/*==========================
	#event overwrite
============================*/
article {
  width: 100%;
  margin: auto;
}

article a {
  color: #333;
  transition: 0.2s linear;
}

article a:hover {
  color: #333;
  opacity: 0.6;
}

.bread {
  /* padding-top: 90px; */
  background: none !important;
  /* border: #f00 thin solid; */
}

.bread__inner.inner {
  max-width: 1200px;
  /* padding-top: 25px; */
  padding-bottom: 0px;
  /* border: #f00 thin solid; */
}

@media print, screen and (max-width: 900px) {
  main {
    padding-top: 10px;
  }
  .bread {
    display: none !important;
  }
  .bread {
    padding-top: 90px;
    background: none !important;
  }
}
/*==========================
	 common
============================*/
/* fonts */
.gray_aaa {
  color: #aaa;
}

.gray_999 {
  color: #999;
}

.orange {
  color: #dd7a0e;
}

/*

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

*/
.noto-sans-jp-900 {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
}

.btn {
  padding: 3px 10px 2px;
  color: #dd7a0e;
  display: inline-block;
  border: #dd7a0e thin solid;
}

.apply_btn a {
  color: #fff;
  background: #c8373c;
}

/*==========================
	 contents
============================*/
@media print, screen and (max-width: 1000px) {
  /* #contents {
    padding-top: 40px;
  } */
}
@media print, screen and (max-width: 900px) {
  /* #contents {
    padding-top: 30px;
  } */
}
/*==========================
	 title
============================*/
#title {
  background: url(../img/1x/bg_title_pc_all.png) top center no-repeat;
}

.title_box {
  width: 95%;
  max-width: 1200px;
  min-height: 526px;
  margin: auto;
  background: url(../img/bookcover.png) no-repeat top right;
}

#title h1 {
  width: 88%;
  /* max-width: 938px; */
  max-width: 1048px;
  margin-bottom: 10px;
}

#title .h1_pc {
  max-width: 1048px;
  display: block;
}

#title .h1_mob {
  display: none;
}

/* #title .date {
} */
@media screen and (max-width: 1280px) {
  #title {
    background: url(../img/1x/bg_title_all_1200.png) top center no-repeat;
    background-size: contain;
  }
}
@media screen and (max-width: 767px) {
  .title_box {
    background: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  .title_box {
    width: 100%;
    max-width: 100%;
    min-height: auto;
    background-size: 35%;
    background-position: right bottom;
  }
}
@media print, screen and (max-width: 900px) {
  #title {
    /*background: none;*/
  }
  #title h1 {
    width: 100%;
    max-width: 100%;
    /* margin-bottom: 10px; */
    margin-bottom: 0;
  }
  #title .h1_pc {
    display: none;
  }
  #title .h1_mob {
    display: block;
  }
  #title .date {
    width: 90%;
    margin: auto auto 60px;
  }
}
/*==========================
	 outline
============================*/
#outline {
  background: #d2d9e6;
  padding-top: 60px;
  padding-bottom: 60px;
}

#outline .lv_02 {
  width: 98%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  padding: 60px 15px 90px;
  background: #fff;
}

.issue {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 30px 30px;
  /* border: #c9bc9c 1px solid; */
  border: #555 thin dotted;
}

.issue h4 {
  border-bottom: #555 thin solid;
}

.issue li::before {
  content: "◆";
  /*◆*/
  color: #bed3fe;
  margin-right: 5px;
}

#outline h2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0 15px;
  color: #000;
  background: #c6b4f1;
}

#outline h3 {
  padding: 20px 0 15px;
  color: #fff;
  background: #bed3fe;
}

#outline h4 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10px;
  border-bottom: #555 thin solid;
}

.date_detail .icon {
  color: #000;
  /* background-color: #dd7a0e; */
  background-color: #f6dc80;
  display: inline-block;
  padding: 0 15px;
}

@media print, screen and (max-width: 900px) {
  #outline {
    padding-top: 30px;
    padding-bottom: 60px;
  }
  #outline .lv_02 {
    width: 90%;
    padding: 30px 15px 60px;
  }
  .issue {
    width: 100%;
    padding: 15px 30px 30px;
  }
  #outline h2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    /*border-bottom: #dd7a0e thin solid;*/
  }
}
/*==========================
	 book
============================*/
.book_info .box {
  margin-left: 3%;
  margin-right: 3%;
}

@media print, screen and (max-width: 900px) {
  .book_info .box {
    margin-bottom: 60px;
  }
}
/*==========================
	 apply
============================*/
#apply {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 0;
  border: #555 2px solid;
}

@media print, screen and (max-width: 900px) {
  #apply {
    width: 95%;
    padding: 15px 15px;
  }
}
/*==========================
	 performer
============================*/
.performer .flexbox .txtbox {
  width: 75%;
  text-align: left;
}

.performer .flexbox figure {
  width: 20%;
}

@media print, screen and (max-width: 900px) {
  .performer .flexbox figure {
    width: 60% !important;
    max-width: 300px;
    margin-bottom: 30px;
  }
  .performer .flexbox .txtbox {
    width: 90% !important;
    margin-left: auto;
    margin-right: auto;
  }
}
/*==========================================
	// id #access
============================================*/
#access h3 {
  color: #333;
  border-bottom: #9d4753 2px solid;
}

#access .txtbox {
  text-align: left;
}

#access figure {
  text-align: left;
}

#access .mapbox iframe {
  width: 80%;
  margin: auto;
  height: 450px;
}

@media print, screen and (max-width: 900px) {
  #access .mapbox iframe {
    width: 100%;
    margin: auto;
    height: 300px;
  }
}
/*=====================
	// 202510 追記分
=======================*/
body .bread {
  background: #fff !important;
}
body .contents_outer {
  background: url(../img/bg_pc.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position-x: center;
  border: 12px solid #e0f9ff;
  overflow: hidden;
}
@media screen and (max-width: 999px) {
  body .contents_outer {
    background: none;
    position: relative;
    border: 8px solid #e0f9ff;
  }
  body .contents_outer::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url(../img/bg_mob.jpg) center no-repeat;
    background-size: cover;
  }
}
body .contents_outer #contents {
  color: #3a3a3a;
}
body .main {
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  body .main {
    margin-top: 50px !important;
  }
}

#title {
  font-family: "Zen Old Mincho", serif;
  background: none;
  padding-top: 20px;
  max-width: 1200px;
  width: 94%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 999px) {
  #title {
    width: 90%;
    padding-top: 0;
  }
}
@media screen and (max-width: 900px) {
  #title {
    width: 100%;
  }
}
#title h3 {
  opacity: 0;
  width: 300px;
  margin: 20px auto 0;
  transition: opacity 0.4s ease-in;
}
@media screen and (max-width: 999px) {
  #title h3 {
    width: 25%;
  }
}
@media screen and (max-width: 500px) {
  #title h3 {
    width: 40%;
  }
}
#title .title_box {
  position: relative;
  width: 95%;
  max-width: 1200px;
  min-height: 526px;
  margin: auto;
  position: relative;
  background: none;
  padding: 40px;
  min-height: initial;
  z-index: 2;
}
@media screen and (max-width: 999px) {
  #title .title_box {
    margin-top: 50px;
    padding: 10px 0 0;
  }
}
#title .title_box h1 {
  width: 80%;
  max-width: 1000px;
  margin: -20px auto 0;
  opacity: 0;
  transition: opacity ease-in 0.4s;
}
@media screen and (max-width: 600px) {
  #title .title_box h1 {
    width: 84%;
    margin-top: -40px;
  }
}
@starting-style {}
#title .mv_date {
  width: 50%;
  max-width: 1000px;
  background: #ffffc2;
  padding: 20px 0;
  border-radius: 100px;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity ease-in 0.4s;
}
@media screen and (max-width: 999px) {
  #title .mv_date {
    width: 70%;
    margin-top: 20px;
  }
}
#title .mv_date p {
  width: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  #title .mv_date p {
    width: 75%;
  }
}
#title .mv_date span {
  font-family: "Noto Sans JP";
  font-weight: 600;
  font-size: 22px;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 16px auto 0;
}
@media screen and (max-width: 999px) {
  #title .mv_date span {
    font-size: max(2.6vw, 12px);
    margin: 10px auto 0;
  }
}
@starting-style {}
#title .mv_ph p {
  position: absolute;
  z-index: 1;
  width: 280px;
  transition: opacity ease-in 0.4s, transform ease-in 0.4s;
  transition-delay: calc((sibling-index() - 1) * 0.25s);
  opacity: 0;
  transform: rotate(4deg);
}
#title .mv_ph p.is-active {
  opacity: 1;
  transform: rotate(0deg);
}
@media screen and (max-width: 999px) {
  #title .mv_ph p {
    width: 26%;
  }
}
#title .mv_ph p:nth-of-type(1) {
  top: 10px;
  left: 10px;
}
#title .mv_ph p:nth-of-type(2) {
  bottom: 10px;
  left: 10px;
}
@media screen and (max-width: 999px) {
  #title .mv_ph p:nth-of-type(2) {
    bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  #title .mv_ph p:nth-of-type(2) {
    bottom: 80px;
  }
}
#title .mv_ph p:nth-of-type(3) {
  top: 10px;
  right: 10px;
  scale: 0.8;
}
#title .mv_ph p:nth-of-type(4) {
  bottom: 10px;
  right: 10px;
}
@media screen and (max-width: 999px) {
  #title .mv_ph p:nth-of-type(4) {
    bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  #title .mv_ph p:nth-of-type(4) {
    bottom: 80px;
  }
}
@starting-style {}
#title::after {
  content: "";
  display: block;
  position: absolute;
  background: #e0f9ff;
  bottom: 0;
  width: 100%;
  max-width: 1200px;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 10%;
  z-index: 0;
  opacity: 0;
  transition: opacity ease-in 0.4s;
}
@media screen and (max-width: 900px) {
  #title::after {
    width: 90%;
  }
}
#title.is-active::after {
  opacity: 1;
}
@starting-style {}

.bg_deco_mob {
  transition: opacity ease-in 0.4s;
  opacity: 0;
  width: 94%;
  margin: 0 auto;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob {
    width: 90%;
  }
}
.bg_deco_mob #outline {
  position: relative;
  background: none;
  padding-top: 0;
}
.bg_deco_mob #outline::before {
  content: "";
  display: none;
  background: #e0f9ff;
  width: 600px;
  height: 300px;
  position: absolute;
  top: -120px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border-radius: 50%;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline {
    padding-bottom: 10px;
  }
}
.bg_deco_mob #outline .lv_02 {
  width: 100%;
}
.bg_deco_mob #outline h2 {
  width: 100%;
  background: #e96076;
  color: #fff;
}
.bg_deco_mob #outline .issue {
  background: #fff;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .issue {
    padding: 14px;
  }
}
.bg_deco_mob #outline .issue ul {
  text-align: center;
  padding-left: 30px;
  text-align: left;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .issue ul {
    padding-left: 0;
    text-align: left;
  }
}
.bg_deco_mob #outline .issue ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .issue ul li {
    position: relative;
    padding-left: 20px;
  }
}
.bg_deco_mob #outline .issue ul li::before {
  background: #e96076;
  margin-right: 6px;
  border-radius: 4px;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  margin-top: 12px;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .issue ul li::before {
    position: absolute;
    left: 0;
    margin-top: 10px;
  }
}
.bg_deco_mob #outline .lv_02 {
  background: #e0f9ff;
  position: relative;
}
.bg_deco_mob #outline .lv_02 .ol_date {
  width: 370px;
  margin: -140px auto 40px;
}
.bg_deco_mob #outline .lv_02--lead p > span:nth-child(5) span {
  padding-bottom: 6px;
  background: url(../img/wave_01.png) repeat-x bottom left/auto 8px;
}
.bg_deco_mob #outline .lv_02--lead p > span:nth-child(6) span {
  padding-bottom: 6px;
  background: url(../img/wave_02.png) repeat-x bottom left/auto 8px;
}
.bg_deco_mob #outline .lv_02--lead .leadbox {
  position: relative;
  width: 70%;
  margin: 0 auto;
  background: #fff;
  padding: 30px 80px 10px;
  border-radius: 20px 20px 0 0;
  text-align: center;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .lv_02--lead .leadbox {
    width: 100%;
    padding: 10px;
  }
}
.bg_deco_mob #outline .lv_02--lead .leadbox p {
  font-weight: 600;
}
.bg_deco_mob #outline .lv_02--lead .leadbox p span {
  padding-bottom: 12px;
}
.bg_deco_mob #outline .lv_02--lead .leadbox ul {
  text-align: left;
  list-style: disc;
  list-style-position: inside;
  padding-left: 20%;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .lv_02--lead .leadbox ul {
    padding-left: 10px;
  }
}
.bg_deco_mob #outline .lv_02--lead .leadbox ul li::marker {
  color: #515fac;
}
.bg_deco_mob #outline .lv_02--lead .tri {
  display: block;
  width: 70%;
  margin: 0 auto;
  aspect-ratio: 16/1.44;
  background: url(../img/tri2.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .lv_02--lead .tri {
    width: 100%;
    background-size: contain;
  }
}
.bg_deco_mob #outline .lv_02--lead .tri + p {
  margin-top: 30px;
  font-weight: 600;
  font-size: 22px;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .lv_02--lead .tri + p {
    text-align: center;
  }
}
.bg_deco_mob #outline .lv_02--lead .tri + p > span:nth-of-type(1) {
  background: linear-gradient(transparent 50%, #fffa71 50%);
  padding-bottom: 6px;
}
.bg_deco_mob #outline .lv_02--lead .tri + p > span:nth-of-type(1) span {
  width: 200px;
  display: inline-block;
  margin: 0 10px;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .lv_02--lead .tri + p > span:nth-of-type(1) span {
    display: inline-block;
    margin: 10px auto;
  }
  .bg_deco_mob #outline .lv_02--lead .tri + p > span:nth-of-type(1) span::after {
    content: "\a";
    white-space: pre;
  }
}
.bg_deco_mob #outline .lv_02--lead .tri + p > span:nth-of-type(1) span img {
  padding-bottom: 6px;
}
.bg_deco_mob #outline .lv_02--lead .tri + p > span br {
  display: none;
}
@media screen and (max-width: 700px) {
  .bg_deco_mob #outline .lv_02--lead .tri + p > span br {
    display: block;
  }
}
.bg_deco_mob #outline .lv_02 .ev_detail .icon {
  background: #ffffc2;
  padding: 4px 8px;
  font-weight: 600;
}
.bg_deco_mob #outline .lv_02 .ev_detail .teaching-materials {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .lv_02 .ev_detail .teaching-materials {
    flex-direction: column;
  }
}
.bg_deco_mob #outline .lv_02 .ev_detail .teaching-materials > div {
  width: 48%;
  padding: 0 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .lv_02 .ev_detail .teaching-materials > div {
    width: 100%;
    padding: 0 10px;
  }
}
.bg_deco_mob #outline .lv_02 .ev_detail .teaching-materials > div img {
  border: 1px solid #cfcfcf;
}
.bg_deco_mob #outline .lv_02 .ev_detail .teaching-materials > div:nth-of-type(odd) {
  margin-right: 4%;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .lv_02 .ev_detail .teaching-materials > div:nth-of-type(odd) {
    margin-right: 0;
  }
}
.bg_deco_mob #outline .lv_02 .ev_detail .teaching-materials > div > p {
  width: 60%;
  margin: 20px auto 10px;
}
.bg_deco_mob #outline .lv_02 .ev_detail .teaching-materials > div p {
  font-size: 18px;
  margin-bottom: 10px;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .lv_02 .ev_detail .teaching-materials > div p {
    font-size: 16px;
  }
}
.bg_deco_mob #outline .lv_02 .ev_detail .teaching-materials > div p:nth-of-type(1) {
  font-weight: 600;
}
.bg_deco_mob #outline .lv_02 .ev_detail .teaching-materials > div p:nth-of-type(2) {
  font-size: 16px;
}
.bg_deco_mob #outline .lv_02 .ev_detail_date, .bg_deco_mob #outline .lv_02 .ev_detail_tm {
  background: #fff;
}
.bg_deco_mob #outline .performer figure {
  margin: 0;
  margin-right: 30px;
}
@media screen and (max-width: 999px) {
  .bg_deco_mob #outline .performer figure {
    margin: 0 auto 10px;
  }
}
.bg_deco_mob #outline .performer p span {
  display: block;
}
.bg_deco_mob #outline .performer p span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #db7d80;
  margin-right: 4px;
}
.bg_deco_mob #outline .performer p span a {
  color: #c8373c;
  text-decoration: underline;
}

@starting-style {}
@media screen and (max-width: 999px) {
  .ev_detail_date, .ev_detail_tm, .performer, #access {
    width: 100%;
  }
}

.mapbox ul li {
  margin-left: 10%;
}
@media screen and (max-width: 999px) {
  .mapbox ul li {
    margin-left: 0;
  }
}

#apply {
  border: #c8373c 2px solid;
}

.issue li::before {
  content: "";
  width: 12px;
  height: 12px;
  display: inline-block;
  background: #de5412;
  margin-right: 5px;
  border-radius: 4px;
}

#outline > div:nth-child(2) > div > div.date_detail.mb_45 > div.w-89per.mx-auto.text-center.mb-90 > div > div:nth-child(1) > p:nth-child(2), #outline > div:nth-child(2) > div > div.date_detail.mb_45 > div.w-89per.mx-auto.text-center.mb-90 > div > div:nth-child(2) > p:nth-child(2) {
  width: 60%;
  margin: 0 auto 10px;
}
#contents {
  font-family: "Noto Sans JP", serif !important;
}
@media screen and (max-width: 600px) {
  #contents .profile-text {
    width: 106%;
    margin-left: -3%;
  }
}
#contents .profile-text p span {
  display: inline-block;
}
#contents .profile-text p .nowrap {
  display: inline;
}
@media screen and (max-width: 400px) {
  #contents .profile-text p .nowrap {
    letter-spacing: -10px;
    font-size: 12px;
  }
}
#contents .text-ccc {
  color: #ccc;
}
#contents .endtxt {
  font-size: 14px;
  margin: -10px auto 20px;
}
#contents .end {
  font-size: 16px;
}
@media screen and (max-width: 999px) {
  #contents .end {
    font-size: 14px;
  }
}

.main .is-active {
  opacity: 1 !important;
}

.advance_notice {
  text-align: center;
  margin: 80px auto 60px;
  padding-top: 60px;
}
@media screen and (max-width: 999px) {
  .advance_notice {
    padding-top: 0;
  }
}
.advance_notice .head {
  width: 240px;
  margin: 0 auto;
}/*# sourceMappingURL=styles.css.map */