@charset "UTF-8";
/*
Theme Name: aspirante
Description: aspirante
*/
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: 'ヒラギノ角ゴシック','ヒラギノ角ゴ Pro W3','ヒラギノ角ゴ ProN W3', "ヒラギノ角ゴ Pro" , 'Hiragino Sans','Hiragino Kaku Gothic ProN',sans-serif;
}

section {
  margin: 0 auto;
}

h1 {
  margin: 0;
}

h2 {
  margin: 0;
  padding: 1% 2%;
  font-size: 24px;
}

p {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  color: #d9647d;
  text-decoration: none;
}

a:hover, a:active {
  opacity: .8;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
}

input[type="submit"]:-webkit-search-decoration,
input[type="button"]:-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

.pc #searchform {
  width: 228px;
  position: relative;
  display: flex;
  align-items: center;
  background-color: #f9e8ec;
}

.pc #searchform input {
  width: 100%;
  height: 29px;
  background-color: #f9e8ec;
  font-size: 14px;
  color: #d9647d;
  border: none;
}

.pc #searchform input::placeholder {
  padding-left: 25px;
  color: #d9647d;
}

.pc #searchform button {
  background-color: rgba(0, 0, 0, 0);
  border: none;
}

@media (min-width: 1000px) {
  .h1_img {
    display: flex;
    align-items: center;
  }
  .h1_img:before, .h1_img:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #d9647d;
    display: block;
  }
  .pdficon:after {
    content: "";
    background-image: url(./images/pdf_min.png);
    display: inline-block;
    width: 17px;
    height: 17px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
  }
  .nwicon:after {
    content: "";
    background-image: url(./images/newwindow.png);
    display: inline-block;
    width: 17px;
    height: 17px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 5px;
  }
  #header,
  #sp-header {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 99999;
    top: 0;
    box-shadow: 0 1px 2px #ccc;
  }
  #header .inner,
  #sp-header .inner {
    width: 1300px;
    height: 95px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    background-color: #fff;
  }
  #header .inner .logo,
  #sp-header .inner .logo {
    height: 95px;
  }
  #header .inner .logo img,
  #sp-header .inner .logo img {
    width: auto;
    height: 95px;
  }
  #header .inner .menu,
  #sp-header .inner .menu {
    color: #d9647d;
  }
  #header .inner .menu .top,
  #sp-header .inner .menu .top {
    display: flex;
    align-items: center;
    width: 650px;
    justify-content: space-around;
    margin: 13px 21px 17px auto;
    font-size: 13px;
  }
  #header .inner .menu .top li,
  #sp-header .inner .menu .top li {
    display: flex;
    align-items: center;
  }
  #header .inner .menu .top li img,
  #sp-header .inner .menu .top li img {
    margin-right: 6px;
  }
  #header .inner .menu .top .facebook a,
  #sp-header .inner .menu .top .facebook a {
    color: #3b5999;
    display: flex;
    align-items: center;
  }
  #header .inner .menu .top .contact a,
  #sp-header .inner .menu .top .contact a {
    color: #646464;
  }
  #header .inner .menu .top .sitemap a,
  #sp-header .inner .menu .top .sitemap a {
    display: flex;
    align-items: center;
  }
  #header .inner .menu .sp_top,
  #sp-header .inner .menu .sp_top {
    display: none;
  }
  #header .inner .menu .bottom,
  #sp-header .inner .menu .bottom {
    display: flex;
    margin-bottom: 18px;
    font-weight: bold;
  }
  #header .inner .menu .bottom li,
  #sp-header .inner .menu .bottom li {
    border-right: 1px solid #c4c4c4;
  }
  #header .inner .menu .bottom li a,
  #sp-header .inner .menu .bottom li a {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 15px;
  }
  #header .inner .menu .bottom li:last-child,
  #sp-header .inner .menu .bottom li:last-child {
    border: none;
  }
  #header .inner .menu .bottom li img,
  #sp-header .inner .menu .bottom li img {
    display: block;
    margin-right: 7px;
    height: 15px;
  }
  #header .inner .menu .sp_menu,
  #sp-header .inner .menu .sp_menu {
    display: none;
  }
  #sp-header {
    display: none;
  }
  body {
    min-width: 1300px;
  }
  #topimg {
    min-width: 1300px;
    height: 600px;
    margin-top: 95px;
    overflow: hidden;
  }
  #topimg li {
    min-width: 1300px;
    overflow: hidden;
  }
  #topimg li .img {
    position: relative;
    width: 1920px;
    height: 600px;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #topimg li .img img {
    height: 100%;
    width: 100%;
  }
  #sp-topimg {
    display: none;
  }
  #subimg {
    min-width: 1300px;
    height: 220px;
    margin-top: 95px;
    background-image: url(./images/top/top01.jpg);
    background-position: center;
  }
  #open {
    min-width: 1000px;
    height: 41px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    background-color: #d9647d;
    color: #fff;
  }
  #open span {
    margin: 0 5px;
  }
  #event .list_button,
  #workshop .list_button {
    width: 1000px;
    margin: 0 auto;
  }
  #event .list_button .icon,
  #workshop .list_button .icon {
    width: 92px;
    height: 32px;
    margin: 0 5px 25px auto;
  }
  #event .list_button .icon a,
  #workshop .list_button .icon a {
    display: block;
    width: 92px;
    height: 32px;
  }
  #event .list_button .icon a img,
  #workshop .list_button .icon a img {
    width: 100%;
    height: 100%;
  }
  #event {
    min-width: 1000px;
    height: 824px;
    padding: 55px 0 0 0;
  }
  #event .inner {
    width: 1000px;
    margin: 0 auto 65px;
    display: flex;
    justify-content: flex-start;
  }
  #event .inner article {
    width: 310px;
    height: 597px;
    border: 1px solid #bababa;
    margin-right: 35px;
  }
  #event .inner article:last-child {
    margin-right: 0px;
  }
  #event .inner article:hover {
    opacity: .7;
  }
  #event .inner article .img {
    height: 437px;
    overflow: hidden;
    position: relative;
  }
  #event .inner article .img img {
    width: 100%;
  }
  #event .inner article .img .state {
    position: absolute;
    z-index: 9999;
    width: 60px;
    height: 60px;
    font-size: 14px;
    color: #fff;
    transform: rotate(-45deg);
    top: 6px;
    left: 6px;
    text-align: center;
  }
  #event .inner article .img .state:before {
    content: "";
    z-index: -1;
    top: -7px;
    left: -2px;
    position: absolute;
    transform: rotate(45deg);
    border-top: 32px solid rgba(0, 0, 0, 0.7);
    border-left: 32px solid rgba(0, 0, 0, 0.7);
    border-bottom: 32px solid transparent;
    border-right: 32px solid transparent;
  }
  #event .inner article .detailbox {
    padding: 10px 20px 20px;
  }
  #event .inner article .detailbox .title {
    position: relative;
    height: 44px;
    font-size: 17px;
    line-height: 22px;
    color: #d9647d;
  }
  #event .inner article .detailbox .title:before {
    content: "▶︎";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 11px;
    margin-bottom: 3px;
  }
  #event .inner article .detailbox .detail {
    height: 15px;
    font-size: 14px;
    color: #646464;
    margin-top: 10px;
    box-sizing: content-box;
  }
  #event .inner article .detailbox .place, #event .inner article .detailbox .date {
    height: 13px;
    font-size: 13px;
    color: #646464;
    margin-top: 10px;
  }
  #event .inner article .detailbox .status_text {
    height: 13px;
    margin-top: 10px;
    font-size: 13px;
    color: #d9647d;
  }
  #workshop {
    min-width: 1000px;
    height: 824px;
    padding: 55px 0 0 0;
    background-image: url(./images/back.png);
  }
  #workshop .inner {
    width: 1000px;
    margin: 0 auto 65px;
    display: flex;
    justify-content: flex-start;
  }
  #workshop .inner article {
    width: 310px;
    height: 540px;
    border: 1px solid #bababa;
    margin-right: 35px;
    background-color: #fff;
  }
  #workshop .inner article:last-child {
    margin-right: 0px;
  }
  #workshop .inner article:hover {
    opacity: .7;
  }
  #workshop .inner article .img {
    height: 437px;
    overflow: hidden;
  }
  #workshop .inner article .img img {
    width: 100%;
  }
  #workshop .inner article .detailbox {
    padding: 10px 18px 20px;
  }
  #workshop .inner article .detailbox .title {
    position: relative;
    height: 44px;
    font-size: 17px;
    line-height: 22px;
    color: #d9647d;
  }
  #workshop .inner article .detailbox .title:before {
    content: "▶︎";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 11px;
    margin-bottom: 3px;
  }
  #workshop .inner article .detailbox .detail {
    font-size: 13px;
    color: #d9647d;
    margin-top: 10px;
    box-sizing: content-box;
  }
  #infomation {
    height: 398px;
    display: flex;
    justify-content: center;
  }
  #infomation #news {
    min-width: 788px;
    width: 1100px;
    margin: 0;
    display: flex;
    justify-content: flex-end;
  }
  #infomation #news .inner {
    width: 605px;
    margin: 0 33px 0 0;
  }
  #infomation #news .inner h1 {
    font-size: 22px;
    font-weight: normal;
    color: #646464;
    padding: 45px 0 32px 13px;
    border-bottom: 1px solid #d9647d;
    display: flex;
  }
  #infomation #news .inner h1 .list_button .icon {
    width: 92px;
    height: 32px;
    margin-left: 37px;
  }
  #infomation #news .inner h1 .list_button .icon a {
    display: block;
    width: 92px;
    height: 32px;
  }
  #infomation #news .inner h1 .list_button .icon a img {
    width: 100%;
    height: 100%;
  }
  #infomation #news .inner .newsbox {
    height: 240px;
    overflow: scroll;
  }
  #infomation #news .inner .newsbox article {
    min-height: 75px;
    padding: 15px 0 0 10px;
    border-bottom: 1px solid #d9647d;
  }
  #infomation #news .inner .newsbox article:hover {
    opacity: .9;
  }
  #infomation #news .inner .newsbox article .date {
    font-size: 14px;
    color: #646464;
  }
  #infomation #news .inner .newsbox article .title {
    font-size: 16px;
    color: #d9647d;
  }
  #infomation #news .inner .newsbox article .title:before {
    content: "▶︎";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 11px;
    margin-bottom: 3px;
    margin-right: 5px;
  }
  #infomation #update {
    min-width: 512px;
    width: 820px;
    margin: 0;
    background-color: #cc4147;
  }
  #infomation #update .inner h1 {
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    padding: 45px 0 27px 57px;
  }
  #infomation #update .inner ul li {
    position: relative;
    width: 334px;
    height: 57px;
    margin: 0 0 29px 28px;
    background-color: #fff;
    display: flex;
    align-items: center;
  }
  #infomation #update .inner ul li:after {
    content: "";
    display: inline-block;
    position: absolute;
    background: url(./images/arrow2.png);
    width: 13px;
    height: 24px;
    right: 8px;
  }
  #infomation #update .inner ul li:hover {
    opacity: .9;
  }
  #infomation #update .inner ul li .img {
    width: 52px;
    margin: 2px 12px 2px 2px;
  }
  #infomation #update .inner ul li .img img {
    width: 100%;
    height: 100%;
  }
  #infomation #update .inner ul li .title {
    display: block;
    color: #d9647d;
    font-size: 16px;
  }
  #infomation #update .inner ul li .date {
    display: block;
    color: #646464;
    font-size: 14px;
  }
  #infomation #update .inner ul li .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #infomation #update .inner ul li a {
    display: inline-flex;
    align-content: center;
    width: 100%;
    height: 100%;
  }
  #bottom_menu {
    min-width: 1000px;
    height: 161px;
    background-color: #f4ecec;
    display: flex;
    align-items: center;
  }
  #bottom_menu ul {
    width: 1000px;
    height: 74px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #bottom_menu ul li {
    width: 184px;
    height: 74px;
    position: relative;
  }
  #bottom_menu ul li a {
    width: 100%;
    height: 100%;
  }
  #sitemap .inner {
    display: flex;
    justify-content: flex-start;
    margin: 20px 0;
  }
  #sitemap .inner .left, #sitemap .inner .right {
    width: 35%;
    margin-right: 15%;
  }
  #sitemap .inner article {
    margin: 0 0 20px;
  }
  #sitemap .inner article h4 {
    margin: 0 0 10px 0;
    border-bottom: 2px solid #d9647d;
  }
  #sitemap .inner article h4 a {
    color: #646464;
  }
  #sitemap .inner article h4:before {
    content: "●";
    font-size: 16px;
    margin-right: 3px;
    color: #d9647d;
  }
  #sitemap .inner article li {
    margin: 5px 0;
  }
  #sitemap .inner article li a {
    color: #646464;
  }
  #sitemap .inner article .sub {
    margin-left: 16px;
  }
  #footer {
    min-width: 1000px;
    height: 259px;
    background-color: #d9647d;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  #footer #info {
    width: 1000px;
    height: 169px;
    padding-top: 44px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: #fff;
  }
  #footer #info .info {
    width: 450px;
  }
  #footer #info .info a {
    color: #fff;
  }
  #footer #info .info li:last-child {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  #footer #info .info li:last-child img {
    width: 50%;
    background-color: #fff;
    padding: 10px;
  }
  #footer #copyright {
    text-align: center;
    padding-bottom: 19px;
    font-size: 14px;
    color: #fff;
  }
  .subpage {
    width: 1000px;
    margin: 50px auto 100px;
    color: #646464;
  }
  .subpage h1 {
    width: 1000px;
    padding: 10px;
    background-color: #d9647d;
    color: #fff;
    font-size: 24px;
  }
  .subpage article {
    margin: 20px 0;
  }
  .subpage article h2 {
    padding: 10px;
    border-bottom: 2px solid #d9647d;
    color: #d9647d;
    font-size: 22px;
  }
  .subpage article h2:before {
    content: "□";
    margin-right: 5px;
  }
  .subpage article h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
    padding-left: 10px;
    border-left: 10px solid #d9647d;
  }
  .subpage article .content {
    padding: 10px;
  }
  .subpage .pagination {
    text-align: center;
  }
  .subpage .pagination .screen-reader-text {
    display: none;
  }
  #facility .content {
    display: flex;
    flex-direction: row-reverse;
    padding: 30px 0;
  }
  #facility .content table {
    width: 550px;
    margin-right: 50px;
  }
  #facility .content table th {
    background-color: #d9647d;
    color: #fff;
    border: 1px solid #ccc;
    padding: 0 20px;
    width: 200px;
  }
  #facility .content table td {
    border: 1px solid #ccc;
    padding: 5px;
  }
  #facility .content .img {
    width: 400px;
  }
  #facility .content .img img {
    width: 100%;
  }
  #facility .floormap {
    text-align: center;
    margin: 50px 0;
  }
  #facility .floormap img {
    max-width: 1300px;
  }
  #facility .floormap .map {
    position: relative;
  }
  #facility .floormap .map li {
    position: absolute;
    opacity: .4;
  }
  #facility .floormap .map li:hover {
    opacity: 1;
  }
  #facility .floormap .map .audience2f {
    top: 63%;
    left: 52%;
  }
  #facility .floormap .map .musichall {
    top: 63%;
    left: 65%;
  }
  #facility .floormap .map .audience {
    top: 63%;
    left: 44%;
  }
  #facility .floormap .map .waitingroom3 {
    top: 85%;
    left: 60%;
  }
  #facility .floormap .map .waitingroom1_2 {
    top: 85%;
    left: 48%;
  }
  #facility .floormap .map .white {
    top: 63%;
    left: 15%;
  }
  #facility .floormap .map .rehearsal {
    top: 69%;
    left: 15%;
  }
  #facility .floormap .map .practiceroom1 {
    top: 85%;
    left: 44%;
  }
  #facility .floormap .map .practiceroom2 {
    top: 83%;
    left: 57%;
  }
  #facility .floormap .map .waitingroom4 {
    top: 81%;
    left: 67%;
  }
  #facility .floormap .map .exhibition {
    top: 62%;
    left: 49%;
  }
  #facility .floormap .map .sistercity {
    top: 35%;
    left: 57%;
  }
  #facility .floormap .map .terrain {
    top: 28%;
    left: 45%;
  }
  #facility .floormap .map .santoka {
    top: 55%;
    left: 40%;
  }
  #facility .floormap .map .omura {
    top: 26%;
    left: 42.5%;
  }
  #facility .floormap .map .shimin {
    top: 52%;
    left: 50%;
  }
  #facility .floormap .map .citizenspace {
    top: 19%;
    left: 46%;
  }
  #guidance .description {
    margin: 20px 0 0 0;
  }
  #guidance h3 {
    color: #d9647d;
  }
  #guidance .content .document {
    width: 100%;
  }
  #guidance .content .document th {
    border: 1px solid #ccc;
    padding: 10px 30px;
    color: #fff;
    background-color: #d9647d;
  }
  #guidance .content .document td {
    border: 1px solid #ccc;
    padding: 20px 30px;
  }
  #eventinfo .content .menu {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
  }
  #eventinfo .content .menu article .title {
    font-size: 24px;
    margin: 10px 0;
    padding-left: 10px;
    border-left: 10px solid #d9647d;
  }
  #eventinfo .content .menu article .img {
    width: 400px;
  }
  #eventinfo .content .menu article .img img {
    width: 100%;
  }
  #eventlist article .item {
    border-bottom: 3px dotted #d9647d;
    padding-top: 10px;
  }
  #eventlist article .content {
    display: flex;
    margin: 10px 0 50px 0;
  }
  #eventlist article .content .img {
    margin: 0 50px 0 0;
  }
  #eventlist article .content .img .imgbox {
    display: block;
    width: 308px;
    overflow: hidden;
  }
  #eventlist article .content .img .imgbox img {
    width: 100%;
  }
  #eventlist article .content .detail {
    width: 700px;
  }
  #eventlist article .content .detail .link {
    display: inline-block;
    border: 3px solid #d9647d;
    border-radius: 5px;
    font-weight: bold;
    margin: 20px 0;
  }
  #eventlist article .content .detail .link a {
    padding: 5px;
  }
  #eventlist article a {
    display: block;
  }
  #eventlist article a:hover {
    opacity: .8;
  }
  #download .content table {
    width: 100%;
  }
  #download .content table th {
    background-color: #d9647d;
    color: #fff;
    border: 1px solid #ccc;
  }
  #download .content table td {
    border: 1px solid #ccc;
    padding: 8px 5px;
  }
  #download .content table td:first-child {
    width: 300px;
  }
  #download .content table td:last-child {
    max-width: 600px;
  }
  #workshopinfo .content .menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
  }
  #workshopinfo .content .menu article {
    margin: 0 50px 50px;
  }
  #workshopinfo .content .menu article .title {
    font-size: 24px;
    margin: 10px 0;
    padding-left: 10px;
    border-left: 10px solid #d9647d;
  }
  #workshopinfo .content .menu article .img {
    width: 400px;
  }
  #workshopinfo .content .menu article .img img {
    width: 100%;
  }
  #workshopinfo .content .menu article .detail {
    width: 700px;
  }
  #workshopinfo .content .menu article .detail .link {
    display: inline-block;
    border: 3px solid #d9647d;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px;
    margin: 20px 0;
  }
  #workshoplist article .item {
    border-bottom: 3px dotted #d9647d;
    padding-top: 10px;
  }
  #workshoplist article .content {
    display: flex;
    margin: 10px 0 50px 0;
  }
  #workshoplist article .content .img {
    margin: 0 50px 0 0;
  }
  #workshoplist article .content .img .imgbox {
    display: block;
    width: 308px;
    overflow: hidden;
  }
  #workshoplist article .content .img .imgbox img {
    width: 100%;
  }
  #workshoplist article .content .detail {
    width: 700px;
  }
  #workshoplist article .content .detail .link {
    display: inline-block;
    border: 3px solid #d9647d;
    border-radius: 5px;
    font-weight: bold;
    margin: 20px 0;
  }
  #workshoplist article .content .detail .link a {
    padding: 5px;
  }
  #workshoplist article a {
    display: block;
  }
  #workshoplist article a:hover {
    opacity: .8;
  }
  #newslist article {
    border-bottom: 1px solid #d9647d;
    padding: 10px 0;
  }
  #newslist article .date {
    font-size: 18px;
    color: #646464;
  }
  #newslist article .title {
    color: #d9647d;
    font-size: 20px;
    padding: 5px 0;
  }
  #newslist article .title:before {
    content: "";
    background-image: url(./images/heading.png);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    width: 7px;
    height: 9px;
    margin-bottom: 3px;
    margin-right: 5px;
  }
  #news_single article .date {
    text-align: right;
  }
  #news_single article a {
    text-decoration: underline;
  }
  #news_single .bottom {
    display: flex;
    justify-content: space-around;
  }
  #contact {
    color: #d9647d;
  }
  #contact .form_table {
    width: 800px;
    margin: 50px auto;
  }
  #contact .form_table .form {
    margin: 0 auto;
    width: 100%;
  }
  #contact .form_table .form input, #contact .form_table .form textarea {
    width: 90%;
    margin: 0 auto;
    padding: 1% 0;
    font-size: 20px;
    background-color: #f7f7f7;
    border-bottom: 2px dotted #dddddd;
    border-radius: 8px;
  }
  #contact .form_table .form th, #contact .form_table .form td {
    border-bottom: 2px dotted #dddddd;
    padding: 3% 5%;
  }
  #contact .form_table .form th {
    text-align: left;
    width: 35%;
  }
  #contact .form_table .form .must {
    position: relative;
  }
  #contact .form_table .form .must:after {
    content: "必須";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    background-color: #cf4f52;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 12px;
  }
  #contact .form_table .btn {
    text-align: center;
    margin: 3% 0;
  }
  #contact .form_table .btn #submit {
    width: 400px;
    font-family: "Yu Gothic";
    background: #535353;
    color: #fff;
    border: 1px inset #DEDEDE;
    border-radius: 5px;
    line-height: 50px;
    font-weight: bold;
    font-size: 15px;
  }
  #lounge .imgbox {
    display: flex;
    justify-content: space-around;
    margin: 3% 0;
  }
  #lounge .imgbox .img {
    width: 46%;
    border: 1px solid #ddd;
  }
  #lounge .imgbox .img img {
    width: 100%;
  }
  #lounge .menu li {
    width: 50%;
    padding: 10px 0;
    border-bottom: 1px dotted #d9647d;
  }
  #lounge .menu li:before {
    content: "・";
  }
  #lounge .menu .detail {
    margin-top: 20px;
  }
  #search .item {
    border-bottom: 1px solid #d9647d;
    padding: 20px 2%;
    font-size: 20px;
  }
  #search .pagination {
    text-align: center;
    margin: 50px 0 0;
  }
  #search .pagination .screen-reader-text {
    display: none;
  }
  #search article {
    margin-top: 50px;
  }
  #link article {
    margin: 50px 0;
  }
  #link article h4 {
    margin: 0;
    border-bottom: 1px solid #646464;
  }
  #link article li {
    margin: 10px 0;
  }
  #link article li:before {
    content: "■";
    margin-right: 5px;
  }
  #calender .inner {
    margin: 30px 0;
  }
  #calender .inner table {
    border: 1px solid #aaa;
    width: 100%;
  }
  #calender .inner table tr:first-child {
    background-color: #d9647d;
    color: #fff;
    text-align: center;
  }
  #calender .inner table tr td {
    border: 1px solid #aaa;
    text-align: left;
    padding-left: 5px;
    font-size: 13px;
  }
  #calender .inner table tr td:first-child {
    width: 140px;
    background-color: #fff;
  }
  #calender .inner table tr td:nth-child(2) {
    width: 100px;
    text-align: center;
    padding-left: 0;
  }
  #calender .inner table tr td:nth-child(4) {
    width: 170px;
  }
  #calender .inner table tr td:nth-child(5) {
    width: 100px;
  }
  #calender .inner table tr td:nth-child(6) {
    width: 200px;
  }
  #calender .inner table tr td.tenzi {
    background-color: #ccffcc;
  }
  #calender .inner table tr td.ongaku {
    background-color: #ffe3ce;
  }
  #calender .inner table tr td.rehearsal {
    background-color: #ffffb9;
  }
  #calender .inner table tr td.simin {
    background-color: #cfffff;
  }
}

@media (max-width: 999px) {
  body {
    font-size: 40px;
  }
  .h1_img {
    display: flex;
    align-items: center;
    margin: 100px 0 50px;
  }
  .h1_img img {
    width: 700px;
  }
  .h1_img:before, .h1_img:after {
    content: "";
    flex-grow: 1;
    height: 5px;
    background: #d9647d;
    display: block;
  }
  header {
    height: 204px;
    position: fixed;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 2px #ccc;
    z-index: 99999;
  }
  header .inner {
    width: 1000px;
    display: flex;
    margin: 10px auto;
    justify-content: space-between;
    align-items: center;
  }
  header .inner .logo {
    width: 500px;
    margin: 0 0px;
  }
  header .inner .logo img {
    width: 100%;
  }
  header .inner .top {
    display: none;
  }
  header .inner .sp_top {
    display: flex;
    align-items: center;
    width: 500px;
    margin: 0 40px;
  }
  header .inner .sp_top li {
    width: 80px;
    margin: 0 40px 0 0px;
  }
  header .inner .sp_top li img {
    width: 100%;
  }
  @keyframes show {
    from {
      opacity: 0;
    }
    to {
      opacity: 1;
    }
  }
  @keyframes hide {
    from {
      opacity: 1;
    }
    to {
      opacity: 0;
    }
  }
  header .inner .sp_top .sp_menu {
    width: 150px;
    height: 120px;
  }
  header .inner .sp_top .sp_menu #spmenu-input {
    display: none;
  }
  header .inner .sp_top .sp_menu .icon {
    position: relative;
  }
  header .inner .sp_top .sp_menu .icon #spmenu-open {
    position: absolute;
    background-color: #fff;
  }
  header .inner .sp_top .sp_menu .icon #spmenu-open img {
    width: 100%;
  }
  header .inner .sp_top .sp_menu .icon #spmenu-open-icon {
    position: absolute;
  }
  header .inner .sp_top .sp_menu .icon #spmenu-open-icon img {
    width: 100%;
  }
  header .inner .sp_top .sp_menu #spmenu-close {
    display: none;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
  }
  header .inner .sp_top .sp_menu #spmenu-content {
    overflow: auto;
    position: fixed;
    top: 204px;
    left: 0;
    z-index: 10000;
    width: 1000px;
    max-width: 1000px;
    background: #fff;
    transition: .3s ease-in-out;
    opacity: 0;
    display: none;
    animation: hide .2s linear 0s;
  }
  header .inner .sp_top .sp_menu #spmenu-input:checked ~ #spmenu-close {
    display: block;
    /*カバーを表示*/
    opacity: .0;
  }
  header .inner .sp_top .sp_menu #spmenu-input:checked ~ .icon #spmenu-open {
    opacity: 0;
  }
  header .inner .sp_top .sp_menu #spmenu-input:checked ~ .icon #spmenu-open img {
    width: 100%;
  }
  header .inner .sp_top .sp_menu #spmenu-input:checked ~ #spmenu-content {
    opacity: 1;
    display: block;
    animation: show .2s linear 0s;
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  header .inner .sp_top .menulist {
    width: 100%;
  }
  header .inner .sp_top .menulist .header {
    height: 130px;
    font-size: 50px;
    font-weight: bold;
    background-color: #d9647d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header .inner .sp_top .menulist li {
    width: 100%;
    text-align: center;
  }
  header .inner .sp_top .menulist li a {
    display: flex;
    align-items: center;
    height: 140px;
    font-size: 40px;
    font-weight: bold;
    border-bottom: 3px solid;
    padding-left: 50px;
  }
  header .inner .sp_top .menulist li a img {
    width: 7%;
    margin: 0 50px;
  }
  header .inner .bottom {
    display: none;
  }
  #header {
    display: none;
  }
  body {
    min-width: 1000px;
  }
  #topimg {
    display: none;
  }
  #sp-topimg {
    min-width: 1000px;
    height: 1500px;
    margin-top: 170px;
    overflow: hidden;
  }
  #sp-topimg li {
    min-width: 950px;
    height: 1500px;
    overflow: hidden;
  }
  #sp-topimg li .img {
    position: relative;
    width: 1920px;
    height: 1500px;
    text-align: center;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  #sp-topimg li .img img {
    height: 100%;
    width: 100%;
  }
  #subimg {
    min-width: 950px;
    height: 220px;
    margin-top: 170px;
    background-image: url(./images/top/top01.jpg);
    background-position: center;
  }
  #open {
    min-width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #d9647d;
    color: #fff;
    font-size: 40px;
    font-weight: 800;
    padding: 40px 0;
  }
  #open :nth-child(2) {
    display: none;
  }
  #event .list_button,
  #workshop .list_button {
    width: 950px;
    margin: 0 auto;
  }
  #event .list_button .icon,
  #workshop .list_button .icon {
    width: 276px;
    height: 96px;
    margin: 0 5px 25px auto;
  }
  #event .list_button .icon img,
  #workshop .list_button .icon img {
    width: 100%;
    height: 100%;
  }
  #event {
    min-width: 1000px;
    padding: 55px 0 0 0;
  }
  #event .inner {
    margin: 0 auto 65px;
  }
  #event .inner article {
    width: 950px;
    border: 1px solid #646464;
    margin: 100px auto;
  }
  #event .inner article .img {
    height: 1129px;
    overflow: hidden;
    position: relative;
  }
  #event .inner article .img img {
    width: 100%;
  }
  #event .inner article .img .state {
    position: absolute;
    z-index: 999;
    width: 150px;
    height: 50px;
    font-size: 50px;
    color: #fff;
    transform: rotate(-45deg);
    top: 50px;
    left: 0px;
    text-align: center;
  }
  #event .inner article .img .state:before {
    content: "";
    z-index: -1;
    top: -90px;
    left: -90px;
    position: absolute;
    transform: rotate(45deg);
    border-top: 180px solid rgba(0, 0, 0, 0.7);
    border-left: 180px solid rgba(0, 0, 0, 0.7);
    border-bottom: 180px solid transparent;
    border-right: 180px solid transparent;
  }
  #event .inner article .detailbox {
    padding: 10px 20px 20px;
  }
  #event .inner article .detailbox .title {
    position: relative;
    font-size: 40px;
    font-weight: bold;
    color: #d9647d;
  }
  #event .inner article .detailbox .title:before {
    content: "▶︎";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 30px;
    margin-bottom: 5px;
  }
  #event .inner article .detailbox .detail {
    font-size: 36px;
    color: #646464;
    margin-top: 10px;
    box-sizing: content-box;
  }
  #event .inner article .detailbox .place, #event .inner article .detailbox .date {
    font-size: 36px;
    color: #646464;
    margin-top: 10px;
  }
  #event .inner article .detailbox .status_text {
    margin-top: 10px;
    font-size: 36px;
    color: #d9647d;
  }
  #workshop {
    background-image: url(./images/back.png);
    padding: 50px 0;
  }
  #workshop .inner article {
    width: 950px;
    margin: 100px auto;
    background-color: #fff;
    border: 1px solid #646464;
  }
  #workshop .inner article .img {
    height: 1129px;
    overflow: hidden;
  }
  #workshop .inner article .img img {
    width: 100%;
  }
  #workshop .inner article .detailbox {
    margin: 30px 0 30px;
  }
  #workshop .inner article .detailbox .title {
    position: relative;
    font-size: 40px;
    color: #d9647d;
    font-weight: bold;
    margin-left: 30px;
  }
  #workshop .inner article .detailbox .title:before {
    content: "▶︎";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 30px;
    margin-bottom: 5px;
  }
  #workshop .inner article .detailbox .detail {
    font-size: 36px;
    color: #d9647d;
    margin-left: 30px;
  }
  #news {
    padding: 70px 0;
  }
  #news h1 {
    display: flex;
    align-items: center;
    padding-left: 100px;
    font-size: 60px;
    color: #d9647d;
    border-bottom: 6px solid #d9647d;
  }
  #news h1:before {
    content: "■";
    font-size: 60px;
  }
  #news h1 .list_button .icon {
    width: 276px;
    height: 96px;
    margin: 0 0px 10px 230px;
  }
  #news h1 .list_button img {
    width: 100%;
    height: 100%;
  }
  #news .inner {
    width: 1000px;
    margin: 0 auto;
  }
  #news .inner .newsbox {
    height: 530px;
    overflow: scroll;
    margin: 40px 40px 0px;
  }
  #news .inner .newsbox article {
    width: 950px;
    height: 200px;
    margin: 0 auto;
    padding: 15px 0 0 0;
    border-bottom: 1px solid #d9647d;
  }
  #news .inner .newsbox article .date {
    color: #646464;
  }
  #news .inner .newsbox article .title {
    color: #d9647d;
  }
  #news .inner .newsbox article .title:before {
    content: "▶︎";
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    font-size: 30px;
    margin-bottom: 5px;
    margin-left: 5px;
  }
  #update {
    background-color: #cc4147;
    padding: 50px 0;
  }
  #update h1 {
    display: flex;
    padding-left: 20px;
    margin-left: 40px;
    font-size: 60px;
    color: #fff;
    padding: 0;
  }
  #update h1:before {
    content: "■";
    font-size: 60px;
  }
  #update .inner {
    width: 1000px;
    margin: 0 auto;
  }
  #update .inner li {
    display: flex;
    align-items: center;
    height: 200px;
    width: 950px;
    background-color: #fff;
    margin: 50px auto;
  }
  #update .inner li .img {
    width: 180px;
    margin: 10px;
  }
  #update .inner li .img img {
    width: 100%;
  }
  #update .inner li .info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #update .inner li a {
    display: inline-flex;
    align-content: center;
    width: 100%;
    height: 100%;
  }
  #bottom_menu {
    min-width: 1000px;
    padding: 50px 0;
    background-color: #f4ecec;
  }
  #bottom_menu ul {
    display: flex;
    width: 960px;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #bottom_menu ul li {
    width: 460px;
    margin: 10px 0;
  }
  #bottom_menu ul li img {
    width: 100%;
  }
  #footer {
    background-color: #d9647d;
  }
  #footer #info {
    text-align: center;
    color: #fff;
    font-size: 24px;
  }
  #footer #info img {
    width: 30%;
    margin: 60px auto 30px;
  }
  #footer #info .info a {
    color: #fff;
  }
  #footer #info .info li:last-child {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #footer #info .info li:last-child img {
    width: 45%;
    margin: 20px 0;
    background-color: #fff;
    padding: 15px;
  }
  #footer #copyright {
    text-align: center;
    color: #fff;
    padding: 50px 0;
    font-size: 24px;
  }
  .subpage {
    width: 1000px;
    margin: 50px auto 100px;
    color: #646464;
  }
  .subpage h1 {
    width: 1000px;
    padding: 10px;
    background-color: #d9647d;
    color: #fff;
    font-size: 24px;
  }
  .subpage article {
    margin: 20px 0;
  }
  .subpage article h2 {
    padding: 10px;
    border-bottom: 2px solid #d9647d;
    color: #d9647d;
    font-size: 22px;
  }
  .subpage article h2:before {
    content: "□";
    margin-right: 5px;
  }
  .subpage article h3 {
    font-size: 20px;
    font-weight: normal;
    margin: 10px 0;
    padding-left: 10px;
    border-left: 10px solid #d9647d;
  }
  .subpage article .content {
    padding: 10px;
  }
  .subpage .pagination {
    text-align: center;
  }
  .subpage .pagination .screen-reader-text {
    display: none;
  }
  #facility .content {
    display: flex;
    flex-direction: row-reverse;
    padding: 30px 0;
  }
  #facility .content table {
    width: 550px;
    margin-right: 50px;
  }
  #facility .content table th {
    background-color: #d9647d;
    color: #fff;
    border: 1px solid #ccc;
    padding: 0 20px;
    width: 200px;
  }
  #facility .content table td {
    border: 1px solid #ccc;
    padding: 5px;
  }
  #facility .content .img {
    width: 400px;
  }
  #facility .content .img img {
    width: 100%;
  }
  #facility .floormap {
    text-align: center;
    margin: 50px 0;
  }
  #facility .floormap img {
    max-width: 950px;
  }
  #facility .floormap .map {
    position: relative;
  }
  #facility .floormap .map li {
    position: absolute;
    opacity: .4;
  }
  #facility .floormap .map li:hover {
    opacity: 1;
  }
  #facility .floormap .map .audience2f {
    top: 63%;
    left: 52%;
  }
  #facility .floormap .map .musichall {
    top: 63%;
    left: 65%;
  }
  #facility .floormap .map .audience {
    top: 63%;
    left: 44%;
  }
  #facility .floormap .map .waitingroom3 {
    top: 85%;
    left: 60%;
  }
  #facility .floormap .map .waitingroom1_2 {
    top: 85%;
    left: 48%;
  }
  #facility .floormap .map .white {
    top: 63%;
    left: 15%;
  }
  #facility .floormap .map .rehearsal {
    top: 69%;
    left: 15%;
  }
  #facility .floormap .map .practiceroom1 {
    top: 85%;
    left: 44%;
  }
  #facility .floormap .map .practiceroom2 {
    top: 83%;
    left: 57%;
  }
  #facility .floormap .map .waitingroom4 {
    top: 81%;
    left: 67%;
  }
  #facility .floormap .map .exhibition {
    top: 62%;
    left: 49%;
  }
  #facility .floormap .map .sistercity {
    top: 35%;
    left: 57%;
  }
  #facility .floormap .map .terrain {
    top: 28%;
    left: 45%;
  }
  #facility .floormap .map .santoka {
    top: 55%;
    left: 40%;
  }
  #facility .floormap .map .omura {
    top: 25.5%;
    left: 42%;
  }
  #facility .floormap .map .shimin {
    top: 52%;
    left: 50%;
  }
  #facility .floormap .map .citizenspace {
    top: 19%;
    left: 46%;
  }
  #guidance .description {
    margin: 20px 0 0 0;
  }
  #guidance h3 {
    color: #d9647d;
  }
  #guidance .content .document {
    width: 100%;
  }
  #guidance .content .document th {
    border: 1px solid #ccc;
    padding: 10px 30px;
    color: #fff;
    background-color: #d9647d;
  }
  #guidance .content .document td {
    border: 1px solid #ccc;
    padding: 20px 30px;
  }
  #eventinfo .content .menu {
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
  }
  #eventinfo .content .menu article .title {
    font-size: 24px;
    margin: 10px 0;
    padding-left: 10px;
    border-left: 10px solid #d9647d;
  }
  #eventinfo .content .menu article .img {
    width: 400px;
  }
  #eventinfo .content .menu article .img img {
    width: 100%;
  }
  #eventlist article .item {
    border-bottom: 3px dotted #d9647d;
    padding-top: 10px;
  }
  #eventlist article .content {
    display: flex;
    margin: 10px 0 50px 0;
  }
  #eventlist article .content .img {
    margin: 0 50px 0 0;
  }
  #eventlist article .content .img .imgbox {
    display: block;
    width: 308px;
    overflow: hidden;
  }
  #eventlist article .content .img .imgbox img {
    width: 100%;
  }
  #eventlist article .content .detail {
    width: 700px;
  }
  #eventlist article .content .detail .link {
    display: inline-block;
    border: 3px solid #d9647d;
    border-radius: 5px;
    font-weight: bold;
    margin: 20px 0;
  }
  #eventlist article .content .detail .link a {
    padding: 5px;
  }
  #eventlist article a {
    display: block;
  }
  #eventlist article a:hover {
    opacity: .8;
  }
  #download .content table {
    width: 100%;
  }
  #download .content table th {
    background-color: #d9647d;
    color: #fff;
    border: 1px solid #ccc;
  }
  #download .content table td {
    border: 1px solid #ccc;
    padding: 8px 5px;
  }
  #download .content table td:first-child {
    width: 300px;
  }
  #download .content table td:last-child {
    min-width: 600px;
    max-width: 600px;
  }
  #workshopinfo .content .menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
  }
  #workshopinfo .content .menu article {
    margin: 0 50px 50px;
  }
  #workshopinfo .content .menu article .title {
    font-size: 24px;
    margin: 10px 0;
    padding-left: 10px;
    border-left: 10px solid #d9647d;
  }
  #workshopinfo .content .menu article .img {
    width: 400px;
  }
  #workshopinfo .content .menu article .img img {
    width: 100%;
  }
  #workshopinfo .content .menu article .detail {
    width: 700px;
  }
  #workshopinfo .content .menu article .detail .link {
    display: inline-block;
    border: 3px solid #d9647d;
    border-radius: 5px;
    font-weight: bold;
    padding: 5px;
    margin: 20px 0;
  }
  #workshoplist article .item {
    border-bottom: 3px dotted #d9647d;
    padding-top: 10px;
  }
  #workshoplist article .content {
    display: flex;
    margin: 10px 0 50px 0;
  }
  #workshoplist article .content .img {
    margin: 0 50px 0 0;
  }
  #workshoplist article .content .img .imgbox {
    display: block;
    width: 308px;
    overflow: hidden;
  }
  #workshoplist article .content .img .imgbox img {
    width: 100%;
  }
  #workshoplist article .content .detail {
    width: 700px;
  }
  #workshoplist article .content .detail .link {
    display: inline-block;
    border: 3px solid #d9647d;
    border-radius: 5px;
    font-weight: bold;
    margin: 20px 0;
  }
  #workshoplist article .content .detail .link a {
    padding: 5px;
  }
  #workshoplist article a {
    display: block;
  }
  #workshoplist article a:hover {
    opacity: .8;
  }
  #newslist article {
    border-bottom: 1px solid #d9647d;
    padding: 10px 0;
  }
  #newslist article .date {
    font-size: 18px;
    color: #646464;
  }
  #newslist article .title {
    color: #d9647d;
    font-size: 20px;
    padding: 5px 0;
  }
  #newslist article .title:before {
    content: "";
    background-image: url(./images/heading.png);
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
    width: 7px;
    height: 9px;
    margin-bottom: 3px;
    margin-right: 5px;
  }
  #news_single article .date {
    text-align: right;
  }
  #news_single article a {
    text-decoration: underline;
  }
  #news_single .bottom {
    display: flex;
    justify-content: space-around;
  }
  #contact {
    color: #d9647d;
  }
  #contact .form_table {
    width: 800px;
    margin: 50px auto;
  }
  #contact .form_table .form {
    margin: 0 auto;
    width: 100%;
  }
  #contact .form_table .form input, #contact .form_table .form textarea {
    width: 90%;
    margin: 0 auto;
    padding: 1% 0;
    font-size: 20px;
    background-color: #f7f7f7;
    border-bottom: 2px dotted #dddddd;
    border-radius: 8px;
  }
  #contact .form_table .form th, #contact .form_table .form td {
    border-bottom: 2px dotted #dddddd;
    padding: 3% 5%;
  }
  #contact .form_table .form th {
    text-align: left;
    width: 35%;
  }
  #contact .form_table .form .must {
    position: relative;
  }
  #contact .form_table .form .must:after {
    content: "必須";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    background-color: #cf4f52;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    font-weight: normal;
    font-size: 12px;
  }
  #contact .form_table .btn {
    text-align: center;
    margin: 3% 0;
  }
  #contact .form_table .btn #submit {
    width: 400px;
    font-family: "Yu Gothic";
    background: #535353;
    color: #fff;
    border: 1px inset #DEDEDE;
    border-radius: 5px;
    line-height: 50px;
    font-weight: bold;
    font-size: 15px;
  }
  #lounge .imgbox {
    display: flex;
    justify-content: space-around;
    margin: 3% 0;
  }
  #lounge .imgbox .img {
    width: 46%;
    border: 1px solid #ddd;
  }
  #lounge .imgbox .img img {
    width: 100%;
  }
  #lounge .menu li {
    width: 50%;
    padding: 10px 0;
    border-bottom: 1px dotted #d9647d;
  }
  #lounge .menu li:before {
    content: "・";
  }
  #lounge .menu .detail {
    margin-top: 20px;
  }
  #search .item {
    border-bottom: 1px solid #d9647d;
    padding: 20px 2%;
    font-size: 20px;
  }
  #search .pagination {
    text-align: center;
    margin: 50px 0 0;
  }
  #search .pagination .screen-reader-text {
    display: none;
  }
  #search article {
    margin-top: 50px;
  }
  #link article {
    margin: 50px 0;
  }
  #link article h4 {
    margin: 0;
    border-bottom: 1px solid #646464;
  }
  #link article li {
    margin: 10px 0;
  }
  #link article li:before {
    content: "■";
    margin-right: 5px;
  }
  #calender .inner {
    margin: 30px 0;
  }
  #calender .inner table {
    border: 1px solid #aaa;
    width: 100%;
  }
  #calender .inner table tr:first-child {
    background-color: #d9647d;
    color: #fff;
    text-align: center;
  }
  #calender .inner table tr td {
    border: 1px solid #aaa;
    text-align: left;
    padding-left: 5px;
    font-size: 13px;
  }
  #calender .inner table tr td:first-child {
    width: 140px;
    background-color: #fff;
  }
  #calender .inner table tr td:nth-child(2) {
    width: 100px;
    text-align: center;
    padding-left: 0;
  }
  #calender .inner table tr td:nth-child(4) {
    width: 170px;
  }
  #calender .inner table tr td:nth-child(5) {
    width: 100px;
  }
  #calender .inner table tr td:nth-child(6) {
    width: 200px;
  }
  #calender .inner table tr td.tenzi {
    background-color: #ccffcc;
  }
  #calender .inner table tr td.ongaku {
    background-color: #ffe3ce;
  }
  #calender .inner table tr td.rehearsal {
    background-color: #ffffb9;
  }
  #calender .inner table tr td.simin {
    background-color: #cfffff;
  }
  .subpage {
    width: 950px;
    margin: 50px auto 100px;
    color: #646464;
  }
  .subpage h1 {
    width: 950px;
    padding: 10px;
    background-color: #d9647d;
    color: #fff;
    font-size: 50px;
  }
  .subpage article {
    margin: 20px 0;
  }
  .subpage article h2 {
    padding: 10px;
    border-bottom: 2px solid #d9647d;
    color: #d9647d;
    font-size: 40px;
  }
  .subpage article h2:before {
    content: "□";
    margin-right: 5px;
  }
  .subpage article h3 {
    font-size: 35px;
    font-weight: normal;
    margin: 10px 0;
    padding-left: 10px;
    border-left: 10px solid #d9647d;
  }
  .subpage article .content {
    padding: 10px;
  }
  .subpage .pagination {
    text-align: center;
  }
  .subpage .pagination .screen-reader-text {
    display: none;
  }
  #facility .content {
    flex-direction: column;
  }
  #facility .content table {
    width: 950px;
    margin-right: 0;
  }
  #facility .content .img {
    width: 950px;
  }
  #eventinfo .content .menu {
    flex-direction: column;
  }
  #eventinfo .content .menu article {
    margin: 30px 0;
  }
  #eventinfo .content .menu article h3 {
    font-size: 36px;
  }
  #eventinfo .content .menu article .img {
    width: 950px;
  }
  #eventinfo .content .menu article .img img {
    width: 100%;
  }
  #eventlist article .content {
    flex-direction: column;
  }
  #eventlist article .content .img .imgbox {
    width: 616px;
    margin: 50px auto;
    overflow: hidden;
  }
  #eventlist article .content .img .imgbox img {
    width: 100%;
  }
  #eventlist article .content .detail {
    width: auto;
    font-size: 32px;
  }
  #eventlist article .content .detail .link {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #eventlist article .content .detail .link a {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 64px;
  }
  #workshopinfo .content .menu {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 950px;
    margin: 0 auto;
  }
  #workshopinfo .content .menu article {
    margin: 30px 0;
  }
  #workshopinfo .content .menu article .title {
    font-size: 24px;
    margin: 0;
    padding-left: 10px;
    border-left: 10px solid #d9647d;
  }
  #workshopinfo .content .menu article .img {
    width: 950px;
  }
  #workshopinfo .content .menu article .img img {
    width: 100%;
  }
  #workshoplist article .content {
    flex-direction: column;
  }
  #workshoplist article .content .img .imgbox {
    width: 616px;
    margin: 50px auto;
    overflow: hidden;
  }
  #workshoplist article .content .img .imgbox img {
    width: 100%;
  }
  #workshoplist article .content .detail {
    width: auto;
    font-size: 32px;
  }
  #workshoplist article .content .detail .link {
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #workshoplist article .content .detail .link a {
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 64px;
  }
  #contact {
    color: #d9647d;
  }
  #contact .form_table {
    width: 800px;
    margin: 50px auto;
  }
  #contact .form_table .form {
    margin: 0 auto;
    width: 100%;
  }
  #contact .form_table .form input, #contact .form_table .form textarea {
    width: 90%;
    margin: 0 auto;
    padding: 1% 0;
    line-height: 50px;
    font-size: 40px;
    background-color: #f7f7f7;
    border-bottom: 2px dotted #dddddd;
    border-radius: 8px;
  }
  #contact .form_table .form th, #contact .form_table .form td {
    border-bottom: 2px dotted #dddddd;
    padding: 3% 5%;
    font-size: 20px;
    font-weight: bold;
  }
  #contact .form_table .form th {
    text-align: left;
    width: 35%;
  }
  #contact .form_table .form .must {
    position: relative;
  }
  #contact .form_table .form .must:after {
    content: "必須";
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
    background-color: #cf4f52;
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 12px;
  }
  #contact .form_table .btn {
    text-align: center;
    margin: 3% 0;
  }
  #contact .form_table .btn #submit {
    width: 400px;
    font-family: "Yu Gothic";
    background: #535353;
    color: #fff;
    border: 1px inset #DEDEDE;
    border-radius: 5px;
    line-height: 70px;
    font-weight: bold;
    font-size: 30px;
  }
  #lounge .menu li {
    width: 100%;
  }
  #search #searchform {
    display: flex;
    flex-direction: row-reverse;
    margin: 100px 0;
  }
  #search #searchform input {
    width: 74%;
    height: 100px;
    line-height: 80px;
    font-size: 40px;
  }
  #search #searchform input::placeholder {
    padding-left: 25px;
    font-size: 40px;
    color: #d9647d;
  }
  #search #searchform button {
    width: 18%;
    margin: 0 3%;
    height: 100px;
    border-radius: 0;
    -webkit-appearance: none;
  }
  #search #searchform button img {
    width: 40%;
  }
  #download .content table th {
    background-color: #d9647d;
    color: #fff;
    border: 1px solid #ccc;
  }
  #download .content table td {
    border: 1px solid #ccc;
    padding: 8px 5px;
  }
  #download .content table td:first-child {
    width: 50%;
  }
  #download .content table td:last-child {
    min-width: 50%;
    max-width: 50%;
  }
  #calender .inner table tr th {
    font-size: 24px;
  }
  #calender .inner table tr td {
    font-size: 18px;
  }
}


#pastArticles {
  display: flex;
  flex-wrap: wrap;
}

#pastArticles .title {
  width: 100%;
  margin-bottom: .8em;
  font-weight: bold;
}

#pastArticles li {
  border: 1px solid #d9647d;
  margin-right: 1em;
  margin-bottom: 1em;
}

#pastArticles li a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: .2em 2.5em;
}

#pastArticles li a:after {
  content: "";
  position: absolute;
  top: 48%;
  right: .8em;
  width: .3em;
  height: .3em;
  border-right: 2px solid #d9647d;
  border-top: 2px solid #d9647d;
  transform: rotate(45deg) translateY(-50%);
}


@media (max-width: 999px) {
  #pastArticles li {
    width: 46%;
    margin: 0px 2% 1em 2%;
  }
  #pastArticles li a {
    text-align: center;
  }
}