@charset "UTF-8";
/* ----------------------------------------
ã€€step consert
---------------------------------------- */
.content {
  /* layout
	---------------------------------------- */
  /* mainttl
	---------------------------------------- */
  /* apply_box
	---------------------------------------- */
  /* detail
	---------------------------------------- */
  /* prof_lsit
	---------------------------------------- */
  /* modal */
  /* program
	---------------------------------------- */
  /* bokin
	---------------------------------------- */
  /* entry
	---------------------------------------- */
}

.content .fl {
  float: left;
}

.content .fr {
  float: right;
}

.content .txtAR {
  text-align: right;
}

.content .txtAL {
  text-align: left;
}

.content .txtAC {
  text-align: center;
}

.content .red {
  color: #e3001f;
}

.content .fwb {
  font-weight: bold;
}

.content .mb30 {
  margin-bottom: 30px;
}

.content .note {
  margin-left: 1em;
  text-indent: -1em;
}

.content h2 {
  margin-bottom: 20px;
  padding: 8px 5px;
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  background: #091245;
}

.content h2.h2_line {
  margin-bottom: 40px;
  padding: 8px 10px;
  width: 100%;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  /* background: #a01a1a; */
  background-color: #80227c;
  border-radius: 5px;
}

.content h2.h2_line span {
  padding-left: 10px;
  border-left: 3px solid #fff;
}

.content .link_btn a {
  display: inline-block;
  padding: 5px 70px 5px 45px;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  background: #bf9000;
  position: relative;
	border-radius: 5px;
}

.content .link_btn a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  width: 0;
  height: 0;
}

.content .link_btn a:hover {
  opacity: 0.7;
}

@media all and (max-width: 767px) {
  .content section .inner {
    padding: 0 10px;
  }
  .content h2 {
    margin: 0 0 20px;
    text-align: center;
  }
  .content .link_btn a {
    display: block;
    width: auto;
    padding: 5px 50px 5px 10px;
    text-align: left;
  }
  .content h2.h2_line {
    margin-bottom: 20px;
    padding-left: 10px;
  }
  .content h2.h2_line span {
    padding-left: 10px;
  }
  .content .link_btn {
    width: 100%;
  }
}

.content #contents-wrapper {
  padding-bottom: 0;
  margin-bottom: 50px;
}

.content #contents-wrapper section {
  width: 950px;
  margin-bottom: 35px;
  color: #2d2d2d;
}

.content #contents-wrapper section .inner {
  padding: 0 10px;
}

@media all and (max-width: 767px) {
  .content #contents-wrapper section {
    width: 100%;
    margin-bottom: 30px;
    font-size: 14px;
    padding: 0 10px;
  }
  .content #contents-wrapper section .inner {
    padding: 0 10px;
  }
  .content #contents-wrapper section .inner:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}

.content #contents-wrapper section.mainttl {
  margin-bottom: 35px;
  padding: 0 !important;
}

.content .mainttl .ttl {
  margin-bottom: 35px;
}

.content .mainttl .ttl img {
  width: 100%;
  height: auto;
}

.content .apply_box {
  margin: 30px 0;
}

.content .apply_box > li {
  width: 420px;
  padding: 15px 20px;
  border: 1px solid #d4d1d1;
}

.content .apply_box h3 {
  margin-bottom: 10px;
  padding: 10px;
  background-color: #666;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

.content .apply_box h4 {
  margin-bottom: 10px;
  font-size: 18px;
}

.content .apply_box_label {
  margin: 0 20px 15px 0;
}

.content .apply_box_label > dt,
.content .apply_box_label > dd {
  display: inline-block;
}

.content .apply_box_label > dt {
  width: 60px;
  padding: 5px 0;
  background-color: #9d9d9d;
  font-size: 14px;
  color: #fff;
  text-align: center;
}

.content .apply_box_label > dd {
  margin-left: 10px;
  font-size: 18px;
}

@media all and (max-width: 767px) {
  .content .apply_box > li {
    width: auto;
    margin-bottom: 20px;
  }
  .content .apply_box > li.fr,
  .content .apply_box > li.fl {
    float: inherit;
  }
}

.content .detail dt {
  float: left;
  width: 170px;
  margin-bottom: 20px;
}

.bokin {
  margin-bottom: 80px !important;
}

@media all and (max-width: 767px) {
  .bokin {
    margin-bottom: 30px !important;
  }
}

.content .detail dt h3,
.content .bokin dt h3 {
  font-size: 1.2em;
  font-weight: bold;
  text-align: start;
}

.content .detail dt h3:before,
.content .bokin dt h3:before {
  position: relative;
  content: "♪";
  top: 0;
  display: inline-block;
  margin-right: 5px;
  /* width: 14px;
  height: 14px; */
  /* border: 3px solid #e3001f; */
  /* border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  behavior: url(/common2015/js/PIE.htc); */
}

.content .detail dt .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.content .detail dt .title .icon {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  border: 3px solid #e3001f;
  border-radius: 50%;
}

.content .detail dt .title .desc {
  font-size: 100%;
  font-weight: bold;
  text-align: start;
  line-height: 1.25;
  font-family: "游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "游ゴシック体", Meiryo, sans-serif;
  color: #333;
}

.content .detail dd {
  margin-left: 170px;
  margin-bottom: 20px;
}

.content .program .detail dt,
.content .entry .detail dt,
.content .bokin .detail dt {
  float: none;
  width: auto;
}

.content .program .detail dd,
.content .entry .detail dd,
.content .bokin .detail dd {
  margin-left: 0;
}

/* .content .entry .detail dd {
  padding-top: 20px;
  border-top: solid 1px #cccccc;
} */

.content .entry .detail dd.bannner {
  padding-top: 0;
  border-top: none;
  margin: 0 auto;
}

.content .entry .detail dd .bannner_link {
  display: block;
  max-width: 600px;
  width: 100%;
  margin: 0 0 30px;
}

.content .entry .detail dd .bannner_link img {
  display: block;
  width: 100%;
	transition: all 0.3s;
}

.content .map_link {
  float: right;
}

.content .map_link a {
  display: block;
  cursor: pointer;
  width: 150px;
  padding: 2px 0 2px 6px;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  background: #bf9000;
  position: relative;
  color: #fff;
	border-radius: 5px;
}

.content .map_link a::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #fff;
  width: 0;
  height: 0;
}

.content .map_link a:hover {
  opacity: 0.7;
}

@media all and (max-width: 767px) {
  .content .detail dt {
    float: inherit;
    width: 100%;
    margin-bottom: 10px;
  }
  .content .detail dt {
    float: inherit;
    width: 100%;
    margin-bottom: 10px;
  }
  .content .detail dd {
    float: inherit;
    width: 100%;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .content .map_link a {
    display: block;
    margin-top: 20px;
  }
}

.content .prof_lsit {
  margin-left: -20px;
  margin-left: auto;
  margin-right: auto;
  /* max-width: 600px; */
  width: 100%;
  padding: 0;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
}

.content .prof_lsit li {
  display: flex;
  flex-direction: column;
  margin-bottom: 35px;
  vertical-align: top;
}

.content .prof_lsit.cols-6 li img,
.content .prof_lsit.cols-5 li img,
.content .prof_lsit.cols-4 li img,
.content .prof_lsit.cols-3 li img {
  width: 100%;
  height: auto;
}

.content .prof_lsit.cols-6 li {
  width: 14.9%;
  margin-left: 2.12%;
}
.content .prof_lsit.cols-6 li:first-child {
  margin-left: 0;
}

.content .prof_lsit.cols-5 li {
  width: 17.475%;
  margin-left: 2.12%;
}

.content .prof_lsit.cols-4 li {
  width: 22.422%;
  margin-left: 2.19%;
}

.content .prof_lsit.cols-3 li {
  /* width: 30.865%; */
  width: 30.7%;
  margin-left: 2.19%;
}

.content .prof_lsit .prof_title {
  margin-bottom: 10px;
  font-size: 12px;
  height: 36px;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

@media all and (max-width: 767px) {
  .content .prof_lsit .prof_title {
    height: 42px;
  }
}

.content .prof_lsit .prof_img a {
  display: block;
  width: 100%;
  height: 200px;
  position: relative;
}

.content .prof_lsit .prof_img a p {
  font-size: 0.8rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #cecece;
  text-shadow: 0px 0px 2px #000;
  text-align: right;
}

@media all and (max-width: 767px) {
  .content .prof_lsit .prof_img a p {
    font-size: 0.6rem;
  }
}

.content .prof_lsit .prof_link {
  margin-top: auto;
}

.content .img01 {
  background-image: url(../img/prof_img01.jpg);
  background-size: cover;
  background-position: bottom;
  background-position-y: 0;
}

.content .img02 {
  background-image: url(../img/prof_img02.jpg);
  background-size: cover;
  background-position: bottom;
  background-position-y: 0;
}

.content .img03 {
  background-image: url(../img/prof_img03.jpg);
  background-size: cover;
  background-position: bottom;
  background-position-y: 0;
}

.content .img04 {
  background-image: url(../img/prof_img04.jpg);
  background-size: cover;
  background-position: bottom;
  background-position-y: 0;
}

.content .img05 {
  background-image: url(../img/prof_img05.jpg);
  background-size: cover;
  background-position: bottom;
  background-position-y: 0;
}

.content .img06 {
  background-image: url(../img/prof_img06.jpg);
  background-size: cover;
  background-position: bottom;
  background-position-y: 0;
}

.content .img10 {
  background-image: url(../img/prof_img10.jpg);
  background-size: cover;
  background-position: bottom;
}

.content .img11 {
  background-image: url(../img/prof_img11.jpg);
  background-size: cover;
  background-position: bottom;
}

.content .img08 {
  background-image: url(../img/prof_img08.jpg);
  background-size: cover;
  background-position: bottom;
}

.content .img09 {
  background-image: url(../img/prof_img09.png);
  background-size: cover;
  background-position: bottom;
}

.content .prof_lsit .prof_name {
  margin: 10px 0;
  font-size: 12px;
}

.content .prof_lsit .prof_name .fonts {
  font-size: 11px;
}

.content .prof_link a {
  display: block;
  cursor: pointer;
  width: 98%;
  padding: 2px 0;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  border: 1px solid #cecece;
  background: #fff;
  position: relative;
}

.content .prof_link a::after {
  content: "";
  position: absolute;
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #a1051a;
  width: 0;
  height: 0;
}

.content .prof_link a:hover {
  opacity: 0.7;
}

@media all and (max-width: 767px) {
  .content .prof_lsit {
    margin-left: 0;
    text-align: left;
  }
  .content .prof_lsit li {
    margin-bottom: 30px;
  }
  .content .prof_lsit.cols-3 li,
  .content .prof_lsit.cols-4 li,
  .content .prof_lsit.cols-5 li,
  .content .prof_lsit.cols-6 li {
    margin-left: 0;
    width: 49%;
  }
  .content .prof_lsit .prof_title {
    font-size: 14px;
    text-align: center;
  }
  .content .prof_lsit .prof_img {
    width: 80%;
    margin: 0 auto;
  }
  .content .prof_lsit .prof_img a {
    height: 50vw;
  }
  .content .prof_lsit .prof_name {
    font-size: 12px;
    text-align: center;
  }
  .content .prof_lsit .prof_link {
    width: 80%;
    margin: 0 auto;
  }
}

.content .modal-content {
  position: fixed;
  width: 80%;
  max-width: 850px;
  max-height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 400;
  overflow-y: scroll;
}

.content .modal-content a {
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.content .modal-content a:hover {
  -webkit-text-decoration-color: rgba(51, 51, 51, 0);
  text-decoration-color: rgba(51, 51, 51, 0);
}

.content .modal-content-inner {
  padding: 40px;
  max-width: 100%;
  max-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-y: scroll;
}

@media all and (max-width: 767px) {
  .content .modal-content-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.content .modal-content.active {
  opacity: 1;
  pointer-events: auto;
}

.content .modal-close {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 0;
  text-align: right;
  z-index: 100;
}

.content a.modal_link {
  color: #3366cc;
  text-decoration: underline;
}

.content a.modal_link:hover {
  text-decoration: none;
}

.content .modal_title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3e3e3;
  font-size: 14px;
  font-weight: bold;
}

.content .media:before,
.content .media:after {
  display: table;
  content: "";
}

.content .media:after {
  clear: both;
}

.content .media_image {
  float: right;
}

.content .media_image_rev {
  margin-right: 30px;
  width: 315px;
  height: 415px;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.content .media_image_rev p {
  font-size: 0.8rem;
  position: absolute;
  bottom: 5px;
  right: 5px;
  color: #cecece;
  text-shadow: 0px 0px 2px #000;
  text-align: right;
}

@media all and (max-width: 767px) {
  .content .media_image_rev p {
    font-size: 0.6rem;
  }
}

.content .media_image_rev img {
  width: 100%;
}

.content .media_image > img {
  display: block;
}

@media all and (max-width: 767px) {
  .content #contents-wrapper .modal-close img {
    width: 50px;
    height: 50px;
  }
  .content .modal-content {
    width: 80%;
    height: 80%;
    overflow: auto;
    margin-left: 0;
  }
  .content .modal-content-inner {
    padding: 10px;
  }
  .content .media_image_rev {
    float: none;
    margin-right: 0;
    width: 48vw;
    height: 63vw;
    margin: 0 auto 1em;
  }
  .content .media_body .modal_title {
    text-align: center;
  }
}

.content .program .etc {
  width: 35em;
  margin: 0 0 30px;
  text-align: right;
}

@media all and (max-width: 767px) {
  .content .program .etc {
    width: 90%;
    margin: 15px 0;
  }
  /* .content .entry .detail dd {
    padding-top: 10px;
  } */
}

.detail_item {
  width: 35em;
}
.detail_item + .detail_item {
  padding-top: 10px;
  margin-top: 10px;
  border-top: solid 1px #cccccc;
}

@media all and (max-width: 767px) {
  .detail_item {
    width: 100%;
  }
}

.content .bokin .fr {
  margin-left: 20px;
}

@media all and (max-width: 767px) {
  .content .bokin .fr {
    width: 80%;
    float: inherit;
    margin: 0 auto 20px;
  }
}

.content .entry .link_btn a {
  width: 40%;
}

@media all and (max-width: 767px) {
  .content .entry .link_btn a {
    width: auto;
  }
}

@media all and (max-width: 767px) {
  .content .sp-hidden {
    display: none !important;
  }
}

@media all and (min-width: 768px) {
  .content .pc-hidden {
    display: none !important;
  }
}

.content .top_title {
  width: 100%;
}

.content h2:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: none;
  height: 0;
  width: 100%;
}

#modal-overlay {
  z-index: 300;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

#modal-overlay.active {
  opacity: 1;
  pointer-events: auto;
}

/* For IE8 Trash */
html > body .detail dt h3:before {
  display/*\**/: none\9;
}

html > body .detail dt h3 {
  background/*\**/: url(/common2015/img/flow_icon.gif) no-repeat left center\9;
  line-height/*\**/: 1.4\9;
  padding-left/*\**/: 20px\9;
  text-align: start;
}

.breadcrumb {
  margin: 0;
  padding: 8px 0;
  list-style: none;
}
.breadcrumb .container {
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1000px;
  box-sizing: content-box;
}
.breadcrumb ul {
  margin: 0;
  padding: 8px 0;
  list-style: none;
}
.breadcrumb li {
  font-size: 0.75rem;
  line-height: 18px;
  font-weight: 500;
  float: left;
  color: #333;
}

.covid-info {
  border: 1px solid #cccccc;
  padding: 15px !important;
}
.covid-info__text + .covid-info__text {
  margin-top: 1em;
}
.covid-info__link {
  text-decoration: underline;
}
.covid-info__link:hover {
  text-decoration: underline;
}
.event .detail + .detail {
  margin-top: 50px;
}
@media all and (min-width: 768px) {
.detail_item {
    width: 39em;
}
.content .program .etc {
    width: 39em;
}
}

.content .kanren{
	position: relative;
	text-align: right;
	padding-right: 10px;
	font-size: 15px;
	margin-top: 5px;
	    transition: all 0.3s;
}
.content .kanren::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #a1051a;
    width: 0;
    height: 0;
}
a:hover .kanren{
	opacity: 0.5;
}
/*# sourceMappingURL=step_concert.css.map */
