@media (min-width:768px){
  .mr-sec__building{
    flex-direction: column;
  }
  .mr-sec__building-item{
    width: auto;
    font-size: 12px;
  }
  .mr-anchor__list-item.mr-anchor__list-item--en{
    width: 380px;
  }
  .ticket-select{
    background-color: #fff;
    padding: 20px 40px;
    margin-bottom: 70px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
  .ticket-select__checkbox-title{
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    line-height: 1.54;
    margin-bottom: 20px;
  }
  .ticket-output__title-reserve{
    margin-left: 1em;
  }
  .ticket-output__title-reserve--red{
    color: red;
  }
  .ticket-output__title-reserve--blue{
    color: blue;
  }
  .ticket-select__checkbox-list{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
  }
  .ticket-select__checkbox-item{
    display: flex;
    align-items: center;
    font-size: 12px;
    min-width: 105px;
    padding-left: 26px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: 0.3s all ease;
  }
  .ticket-select__checkbox-item:hover {
    opacity: 0.7;
  }
  .ticket-select__checkbox-item::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #585858;
    background-color: #ffffff;
    background-image: url(/common/img/calendar/check_icon.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    box-sizing: border-box;
  }
  .ticket-select__checkbox-item.is-checked::before {
    border-color: #3799cc;
    background-color: #3799cc;
  }
  .ticket-output{
    margin-bottom: 120px;
  }
  .ticket-output.is-hidden{
    display: none;
  }
  .ticket-output__heading{
    display: grid;
    place-content: center;
    width: 100%;
    min-height: 74px;
    font-size: 22px;
    line-height: 1.54;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 40px;
    background-color: #DDDDDD;
    box-sizing: border-box;
  }
  .ticket-output__list{
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .ticket-output__item{
    width: 100%;
    border-top: 1px dashed #CDCDCD;
    padding: 10px 0;
  }
  .ticket-output__item:last-of-type {
    border-bottom: 1px dashed #CDCDCD;
  }
  .ticket-output__content{
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 10px 10px 10px 40px;
    box-sizing: border-box;
    justify-content: space-between;
  }
  .ticket-output__content-inner{
    display: flex;
    gap: 20px;
  }
  .ticket-output__thumb{
    width: 150px;
    min-width: 125px;
    position: relative;
  }
  .ticket-output__txtarea{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
  }
  .ticket-output__title{
    font-size: 18px;
    line-height: 1.55;
  }
  .ticket-output__money, .ticket-output__txt{
    display: block;
    font-size: 12px;
    line-height: 1.5;
    margin-top: 6px;
  }
  .ticket-output-reserve{
    display: block;
    padding: 15px;
    color: #599DD7;
    border: 1px solid #599DD7;
    text-align: center;
    width: 160px;
  }
  .ticket-output--en .ticket-output-reserve{
    width: auto;
  }
  a.ticket-output-reserve:hover{
    background-color: #3D9FD2;
    color: #fff;
  }
  a.mr-sec__building-item-link:hover{
    opacity: 0.8;
    color: #3D9FD2;
  }

  /*===============
    news
  ===============*/
  .cal-news {
    margin-bottom: 70px;
    padding: 20px 40px 30px;
    border: 1px solid #CDCDCD;
  }
  .cal-news__heading {
    font-size: 20px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .cal-news__main {}
  .cal-news__list-item {
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    line-height: 1.5;
    padding-left: 1.2em;
    position: relative;
  }
  .cal-news__list-item::before {
    content: "�E";
    position: absolute;
    top: 0;
    left: 0;
  }
  .cal-news__list-item + .cal-news__list-item {
    margin-top: 10px;
  }
  .cal-news__aside {
    width: 520px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .cal-news__aside-link {
    display: block;
    border: solid 1px #3d9fd2;
    background-color: #ffffff;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    padding: 14px;
  }
  .cal-news__aside-link:hover {
    background-color: #3d9fd2;
    color: #ffffff;
  }

}


@media (max-width:767px){
  .mr-sec__building-item{
    width: auto;
  }
  .mr-anchor__list-item.mr-anchor__list-item--en{
    width: 93vw;
  }
  .ticket-select{
    background-color: #fff;
    padding: 20px 40px;
    margin-bottom: 70px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
  }
  .ticket-select__checkbox-title{
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    line-height: 1.54;
    margin-bottom: 20px;
  }
  .ticket-output__title-reserve{
    font-size: 3.2vw;
    display: block;
  }
  .ticket-output__title-reserve--red{
    color: red;
  }
  .ticket-output__title-reserve--blue{
    color: blue;
  }
  .ticket-select__checkbox-list{
    display: flex;
    align-items: center;
  }
  .ticket-select__checkbox-item{
    display: flex;
    align-items: center;
    font-size: 12px;
    min-width: 105px;
    padding-left: 26px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: 0.3s all ease;
  }
  .ticket-select__checkbox-item:hover {
    opacity: 0.7;
  }
  .ticket-select__checkbox-item::before {
    content: "";
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid #585858;
    background-color: #ffffff;
    background-image: url(/common/img/calendar/check_icon.svg);
    background-size: 12px auto;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    box-sizing: border-box;
  }
  .ticket-select__checkbox-item.is-checked::before {
    border-color: #3799cc;
    background-color: #3799cc;
  }
  .ticket-output{
    margin-bottom: 120px;
  }
  .ticket-output.is-hidden{
    display: none;
  }
  .ticket-output-reserve{
    display: block;
    margin: 0 auto;
  }
  .ticket-output__heading{
    display: grid;
    place-content: center;
    width: 100%;
    min-height: 74px;
    font-size: 22px;
    line-height: 1.54;
    text-align: center;
    padding: 20px 0;
    margin-bottom: 40px;
    background-color: #DDDDDD;
    box-sizing: border-box;
  }
  .ticket-output__list{
    width: 100%;
    box-sizing: border-box;
  }
  .ticket-output__item{
    width: 100%;
    border-top: 1px dashed #CDCDCD;
    padding: 10px 0;
  }
  .ticket-output__item:last-of-type {
    border-bottom: 1px dashed #CDCDCD;
  }
  .ticket-output__content{
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 4vw;
    box-sizing: border-box;
    flex-direction: column;
  }
  .ticket-output__content-inner{
    display: flex;
    gap: 4vw;
  }
  .ticket-output__thumb{
    width: 40vw;
    position: relative;
  }
  .ticket-output__txtarea{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    box-sizing: border-box;
  }
  .ticket-output__title{
    font-size: 4.267vw;
    line-height: 1.625;
  }
  .ticket-output__money, .ticket-output__txt{
    display: block;
    font-size: 3.2vw;
    color: #585858;
    line-height: 1.5;
    margin-top: 6px;
  }
  .ticket-output-reserve{
    display: block;
    padding: 2vw;
    color: #599DD7;
    border: 1px solid #599DD7;
    text-align: center;
    width: 30vw;
  }
  a.ticket-output-reserve:hover{
    background-color: #3D9FD2;
    color: #fff;
  }

  /*===============
    news
  ===============*/
  .cal-news {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 16vw;
    padding: 5.333vw 4vw 8vw;
    border: 1px solid #CDCDCD;
  }
  .cal-news__heading {
    font-size: 5.333vw;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 5.333vw;
  }
  .cal-news__main {}
  .cal-news__list-item {
    font-size: 3.733vw;
    font-weight: normal;
    color: #000000;
    line-height: 1.71;
    padding-left: 1.2em;
    position: relative;
  }
  .cal-news__list-item::before {
    content: "�E";
    position: absolute;
    top: 0;
    left: 0;
  }
  .cal-news__list-item + .cal-news__list-item {
    margin-top: 2.667vw;
  }
  .cal-news__aside {
    margin-top: 5.333vw;
  }
  .cal-news__aside-link {
    display: block;
    border: solid 1px #3d9fd2;
    background-color: #ffffff;
    font-size: 3.733vw;
    font-weight: normal;
    color: #000000;
    text-align: center;
    line-height: 1.5;
    padding: 2.667vw;
  }
  .cal-news__aside-link:hover {
    background-color: #3d9fd2;
    color: #ffffff;
  }

}